#header {background:transparent;}
#topNav {/*background-color: rgba(255, 255, 255, .95);*/}

.section-top-menu {
	min-height:300px; 
	width:100%;
	top:-70px;
}

#topMain>li>a {
	/* height:70px; */
	line-height:50px;
}

#topMain.nav-pills>li>a.dropdown-toggle {
	padding-right:25px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
#topMain.nav-pills>li>a.dropdown-toggle:after {
	display: block;
	content: "\f107";
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -5px 0 0;
	font-family: FontAwesome;
	font-size: 12px;
	opacity: 1;
	line-height: 1em;
	-webkit-transition: -webkit-transform .2s ease-in;
	-moz-transition: -moz-transform .2s ease-in;
	-ms-transition: -ms-transform .2s ease-in;
	-o-transition: -o-transform .2s ease-in;
	transition: transform .2s ease-in;
}
#header.bottom.dropup #topMain.nav-pills>li>a.dropdown-toggle:after {
	content: "\f106";
}

#topMain.nav-pills>li {
	margin-left:3px !important;
}
#topMain.nav-pills>li:first-child {
	margin-left:0 !important;
}
#topMain>li>a>span.theme-color {
	padding:10px 15px;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
#header.fixed #topMain>li>a {
	margin-top:10px;
}

#topMain.nav-pills>li>a {
	font-size:13px;
	background-color:transparent;
} 
#topMain.nav-pills>li:hover>a, 
#topMain.nav-pills>li:focus>a {
	color:#cd580f;
	/* background:rgba(255,255,255,0.5); */
}
#topMain.nav-pills>li.active>a>span.theme-color,
#topMain.nav-pills>li:hover>a>span.theme-color, 
#topMain.nav-pills>li:focus>a>span.theme-color {
	background-color:rgba(0,0,0,0.01);
}
#header.fixed #topNav #topMain>li>a {
	margin-top:0px;
}
#topMain.nav-pills>li.active>a {
	color:#fff;
}

#topNav .navbar-collapse {
	float:right;
}

#topNav a.logo img {
	height:50px;
	margin-top:10px;
}

#topNav a.logo {
	height:69px;
	line-height:50px;
	overflow:hidden;
	display:inline-block;
}


#header ul.nav-second-main {
	border-left:0;
}



@media only screen and (max-width: 1024px) {
	#topMain.nav-pills>li>a {
		font-size:13px;
	}
}

@media only screen and (max-width: 992px) {
	#topMain.nav-pills>li {
		margin-left:0 !important;
	}
	#topMain>li>a>span.theme-color {
		color:#151515;
		display:block !important;
		padding-top:0;
		height:40px;
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}
	#topMain>li.active>a>span.theme-color {
		color:#fff;
	}

	/* Force 60px */
	.section-top-menu {
		min-height:300px; 
		width:100%;
		top:-30px;
	}
	
	#header {
	 	/* height:60px !important; */
	}
	#header #topNav a.logo {
		height:60px !important;
		line-height:50px !important;
	}

	#header #topNav a.logo>img {
		height:40px !important;
	}
	#header #topNav #topMain>li>a {
		height:40px !important;
		line-height:40px !important;
		padding-top:0;
	}


	#topMain>li {
		border-bottom:rgba(0,0,0,0.1) 1px solid;
	}
	#topMain>li:last-child {
		border-bottom:0;
	}

	#header li.search .search-box {
		margin:0 !important;
		position:fixed;
		left:0; right:0;
		top:60px !important;
		width:100%;
		background-color:#fff;
		border-top:rgba(0,0,0,0.1) 1px solid;
	}
}