ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a {
	color: #212121;
	text-decoration: none;
}
ul li a:hover, a:hover {
	text-decoration: none;
}
.sitemap-menu a:hover, .mobile-menu ul li a:hover, .widget-contact-info ul li a:hover, .widget-text a:hover, .sidebar .widget-category ul li a:hover, .sidebar .widget-tags ul li a:hover, .list-normal ul li a:hover, .meta-container a:hover, .meta-container-single .meta-categories a:hover, .widget-google-maps .company-name .meta-container-single .meta-comments a:hover, .meta-container-single .meta-tags a:hover, .meta-container-single .meta-categories a:hover, .meta-container-single .meta-comments a:hover, .default-color {
	color: #057a66;
}
a:hover, .page-title-content h1, .dropcap1, .content a, .pricing-table-alt .pricing-row, .active .accordion-arrow:before, .tooltip, table th, .single-navigation a:hover, .page-description a, .tweet_text a:hover, .tweet_time a:hover, .widget-contact-info p.widget-sub-title, .widget-blogpost-date a:hover, .format-news h4:hover, .format-news h2:hover {
/*color: #057a66;*/
}
.dropcap2, .dropcap3, .divider-top a, .highlight, blockquote span, .drtabbopcap3, .error-page-img, .widget-contact-form .contact-submit, .twitter-follow-us, .hoverdir div, .button, .tabs-nav .active a, .ui-progressbar-value, .menu-slider, .menu .sub-menu li a:hover, .calltoaction, .pricing-table .title-row.pricing-orange, .widget-newsletter .contact-submit, .top-off-page a:hover, .post-thumb-overlay {
	background-color: #057a66;
}
/* Menu */
	.header-menu {
	margin-top: 40px;
	height: 50px;
	background-color: #333;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.08);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.08);
	border: solid 1px #3a3a3a;
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .1), rgba(255, 255, 255, .1));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .1), rgba(255, 255, 255, .1));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .1), rgba(255, 255, 255, .1));
	background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, .1), rgba(255, 255, 255, .1));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .1), rgba(255, 255, 255, .1));
 	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19FFFFFF, endColorstr=#19000000);
	 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19FFFFFF, endColorstr=#19000000);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 3px solid #474747;
}
/* Reset default ul styling */
	.menu ul, .menu ul ul, .menu ol ol, .menu ul ul ul, .menu ul ul ul ul,  #menu-mobile ul, #menu-mobile ul ul, #menu-mobile ul ul ul {
	margin: 0!important;
}
.menu > li > a {
	color: #fff;
	display: block;
	padding: 15px 20px;
	/*border-right: 1px solid rgba(255,255,255,0.1);
	   border-left: 1px solid rgba(0,0,0,0.3);*/
	position: relative;
	z-index: 100;
}
.menu > li {
	font-size: 18px;
	float: left;
	position: relative;
}
.menu > li:first-child a {
	border-left: none;
}
.menu > li:last-child a {
/*border-right: solid 1px rgba(255,255,255,0.1);
			-moz-box-shadow: 1px 0px 0px rgba(0,0,0,0.3);
			-webkit-box-shadow:  1px 0px 0px rgba(0,0,0,0.3);
   			box-shadow:  1px 0px 0px rgba(0,0,0,0.3);*/
}
.menu > li:hover {
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	-ms-transition: background 0.5s;
	transition: background 0.5s;
	background-color:#057a66;
}
.menu > li.active a {
	color:#ffffff;
	/*active menu item align*/
	text-align:left;
}
.menu {
	position: relative;
}
.menu ul ul, ol ol {
	margin: 0;
}
/* Menu Slider */
.menu-slider {
	position: absolute;
	height: 3px;
	width: 74px;
	bottom: 0;
}
.menu .sf-sub-indicator {
	display: none;
}
.menu .sub-menu {
	background-color: #ffffff;
	font-size: 15px;
	position: absolute;
	left: 0px;
	top: 49px;
	z-index: 999;
	display: none;
}
.menu .sub-menu .sf-sub-indicator {
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	width: 20px;
}
.menu .sub-menu li {
	float: none;
	position: relative;
	min-width: 200px;
}
.menu .sub-menu li a {
	color: #000000;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	padding: 7px 20px 5px 20px;
}
.menu .sub-menu li a:hover {
	color: #ffffff;
}
.menu .sub-menu li a:first-child {
	border-top: none;
}
.menu .sub-menu span.sub-menu-title {
	font-size: 10px;
	float: right;
	display: block;
	padding: 0 5px;
	margin-left: 10px;
	min-width: 50px;
	text-align: center;
}
.menu .sub-menu .sub-menu {
	background-color: #ffffff;
	font-size: 11px;
	position: absolute;
	left: 200px;
	top: 0;
	z-index: 10;
	display: none;
}