
/** Blue		#0fafeb			or rgba(15,175,235, 1.0)  **/

#header {
	background-color:rgba(45,73,119, 0.9);
}


#topMain>li>a {
	height:100px;
	line-height:85px;
}


/***** Style for top nav main links
************************************************/


#topMain.nav {
	background-color:transparent;
} 

#topMain.nav-pills>li {
	background-color:transparent;
} 

			@media only screen and (max-width: 992px) {
				#topMain.nav-pills>li {
				background-color:rgba(45,73,119, 0.4);
				} 
			} 

#topMain.nav-pills>li>a {
	color: rgba(255,255,255, 1.0);
	font-weight:600;
	font-size:16px;
	background-color:transparent;
	border-radius:0;
} 
#topMain.nav-pills>li:hover>a, 
#topMain.nav-pills>li:focus>a {
	color:rgba(255,255,255, 1.0);
	background-color:rgba(45,73,119,1.0);
}
#topMain.nav-pills>li.active>a {
	color:#687482;
}

#topMain.nav-pills>li>a.dropdown-toggle {
	padding-right:17px;

	-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: 14px;
	opacity: .9;
	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;
}

#topNav a.logo {
	height:100px;
	line-height:100px;
	overflow:hidden;
	display:inline-block;
	margin-top:-2px;
}


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

@media only screen and (max-width: 992px) {

	#topMain.nav-pills>li>a {
		font-size:13.5px;
	}

	/* Force 70px */
	#header {
		height:70px !important;
	}
	#header #topNav a.logo {
		height:65px !important;
		line-height:70px !important;
	}
	#header #topNav a.logo>img {
		max-height:50px !important;
	}
	#header #topNav #topMain>li>a {
		height:39px !important;
		line-height:40px !important;
		padding-top:0;
	}


	#topMain>li {
		border-bottom:rgba(0,0,0,0.15) 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;
		}
}



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

@media only screen and (max-width: 769px) {
	/* Force 60px */
	#header {
		position:fixed;
		height:50px !important;
	}

	#header #topNav a.logo>img {
		max-height:45px !important;
	}

	#header #topNav {
		margin-top:-10px !important;
	}

	#header #topNav .navbar-collapse {
		margin-top:-4px !important;
	}
}



.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}