/*!
 * 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;
	background:#FFF;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 0 30px 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
	
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
	border-color: #009999;
}


@media screen and (max-width: 480px){
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
		max-height:380px;
	}
	.head-menu-detail1{
		clear:left;
		margin-top:10px;
	}
	.head-menu-detail1 img{
		width:150px;
		float:left;
	}
	
}


@media screen and (min-width: 461px) and (max-width:767px){
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
		max-height:380px;
	}
	.head-menu-detail1{
		clear:left;
		margin-top:10px;
	}
	.head-menu-detail1 img{
		width:150px;
		float:left;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	.head-menu-detail1 img{
		width:100%;
	}
	.head-menu-detail1 p{
		margin-top:0;
	}
}

@media screen and (min-width: 992px) and (max-width:1170px){
	.head-menu-detail1 img{
		width:100%;
	}
	.head-menu-detail1 p{
		margin-top:0;
	}
}

@media screen and (min-width: 1171px){
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
		max-height:400px;
	}
	.head-menu-detail1 img{
		width:100%;
	}
	.head-menu-detail1 p{
		margin-top:0;
	}
}