/* ==========================================================================
   Top Navigation
   ========================================================================== */

#topMain > li > a {
	height: 96px;
	line-height: 76px;
}

#topMain.nav-pills > li > a {
	color: #1F262D;
	font-weight: 400;
	background-color: transparent;
}

#topMain.nav-pills > li:hover > a,
#topMain.nav-pills > li:focus > a {
	color: #1F262D;
	background-color: rgba(0, 0, 0, 0.03);
}

#topMain.nav-pills > li.active > a {
	color: #687482;
}

/* ==========================================================================
   Dropdown Toggle
   ========================================================================== */

#topMain.nav-pills > li > a.dropdown-toggle {
	padding-right: 25px;
	border-radius: 0;
}

#topMain.nav-pills > li > a.dropdown-toggle::after {
	content: "\f107";
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	margin-top: -5px;
	font-family: FontAwesome;
	font-size: 12px;
	line-height: 1em;
	opacity: 0.3;
	transition: transform 0.2s ease-in;
}

#header.bottom.dropup #topMain.nav-pills > li > a.dropdown-toggle::after {
	content: "\f106";
}

/* ==========================================================================
   Navbar Layout
   ========================================================================== */

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

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

/* ==========================================================================
   Responsive
   ========================================================================== */

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

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

}

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

	/* Force compact mobile header */

	#header {
		height: 60px !important;
	}

	#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: 0 solid rgba(0, 0, 0, 0.1);
	}

	#topMain > li:last-child {
		border-bottom: 0;
	}

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

}