#topMain>li>a {
	/*height:96px;
	line-height:76px;*/
}
#topMain.nav-pills>li>a {

	    text-align: center;
	    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
		-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
			height:70px;

	    line-height: 50px;
	    margin: 3px;
	color:#fff;
	    font-size: 17px;
		letter-spacing: 2px;
	font-weight:700;
background: linear-gradient( to bottom, rgba(166,201,29,1), rgba(156,187,32,1) );
	} 
#topMain.nav-pills>li:hover>a, 
#topMain.nav-pills>li:focus>a {
	color:#fff;
background: linear-gradient( to bottom, rgba(255,184,1,1), rgba(255,164,1,1) );

}
#topMain.nav-pills>li.active>a {
	color:#687482;
}

#topMain.nav-pills>li>a.dropdown-toggle {
	padding-right:25px;

	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
}
#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";
}

#topNav .navbar-collapse {
	float:right;
		padding: 0;
}

#topNav a.logo {
	max-width: 270px;
	height:96px;
	line-height:96px;
	overflow:hidden;
	display:inline-block;
}



@media only screen and (max-width: 1215px) {
	#topMain.nav-pills>li>a {
		font-size:18px;
	}
}

@media only screen and (max-width: 1200px) {
	/* Force 60px */
	#header {
		height:60px !important;
		    background: rgba(255,255,255,1);
    border-radius: 0px;
    margin-bottom: 20px;
	}
	#header #topNav a.logo {
		height:60px !important;
		line-height:50px !important;
	}
	#header #topNav a.logo>img {
		max-height:60px !important;
	}
	#header #topNav #topMain>li>a {
		height:40px !important;
		line-height:40px !important;
		padding-top:0;
	}


	#topMain>li {
		border-bottom:none;
	}
	#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;
		}
}

@media only screen and (max-width: 1024px) {
}


@media only screen and (max-width: 1200px) {
	
#header {
    height: 100px !important;
}	
#header #topNav a.logo>img {
    max-height: 100px !important;
}
#header #topNav a.logo {
    height: 100px !important;
    line-height: 100px !important;
}
#topNav button.btn-mobile i {
    font-size: 60px;
}
}


@media only screen and (max-width: 414px) {
#header {
    height: 70px !important;
}	
#header #topNav a.logo>img {
    max-height: 70px !important;
}
#header #topNav a.logo {
    height: 70px !important;
    line-height: 70px !important;
}
#topNav button.btn-mobile i {
    font-size: 30px;
}
	
	
	

}