/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

.navbar-nav{
	padding-top: 15px !important;
}

@media(max-width: 1199px){
	.kh-bar .navbar-brand img{
		height: 85px;
	}
	.navbar-nav{
		padding-top: 10px !important;
	}
}

@media(max-width: 991px){
	.kh-bar .navbar-brand img{
		height: 70px;
	}
}
