/*!

 * Yamm!3 - Yet another megamenu for Bootstrap 3

 * http://geedmo.github.com/yamm3

 * 

 * @geedmo - Licensed under the MIT license

 */
 
 .navbar-default {border: 0px;}
 .navbar {margin-bottom: 0px;}

.yamm .nav,  .yamm .collapse,  .yamm .dropup,  .yamm .dropdown {
	position: static;
}
.yamm .container {
	position: relative;
}
.yamm .dropdown-menu {
	left: auto;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eaf8ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eaf8ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #eaf8ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #eaf8ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #eaf8ff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #eaf8ff 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaf8ff', GradientType=0 ); /* IE6-9 */
	padding: 15px;
}
.yamm .yamm-content {
	padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
}
.yamm .dropdown-menu li a {
	color: #333;

}
.yamm .dropright .dropdown-menu {
	right: 0;
}

 @media (max-width: 768px) {
.yamm .overridecenter .text-center {
	text-align: left !important;
}
}



.yamm ul.nav { text-align: center
}

.yamm .drop2col {
	min-width: 450px;
}
.yamm {
	
	font-family: 'Pragati Narrow', Tahoma, Arial, sans-serif;
	font-weight: 700;
	/*z-index: 1000000;*/
	background: #F57A20 !important;
	background: #404040 !important;

}
.yamm .dropdown-menu {
	font-size: 20px;
	font-weight: 400;
}
.yamm .dropdown-menu a {font-weight: 700}
.yamm .dropdown-menu .subby {
	font-weight: 400;
	
}
.yamm .dropdown-menu .indent {
	
	margin-left: 13px;
}
.yamm .dropdown-menu .glyphicon {
	font-size: 50%
}
.yamm .navbar-nav>li>a, .navbar-brand {
	font-size: 160%;
	
	padding: 15px 15px;
	color: #fff !important;
	/*text-shadow: 0px 0px 2px #000;*/
}
.yamm .navbar-nav>li>a:active, .yamm .navbar-nav>li>a:visited {
	color: #fff !important;;
}
.yamm .navbar-nav>li>a:hover {
	background: #404040 !important;;
}
	
.yamm .navbar-nav>li.open >a {
background: 	#404040 !important;
}

.navbar-nav>li {float: none !important}


@media (min-width: 768px) {
.yamm .nav > li {
    float: none;
    display: inline-block;
}


.yamm .navbar-nav {float: none !important;}
 @media (min-width: 1200px) {
.yamm .navbar-nav>li>a, .navbar-brand {
	padding: 15px 17px;
	
}
}

 @media (min-width: 991px) and (max-width: 1199px) {
.yamm .navbar-nav>li>a, .navbar-brand {
	padding: 15px 13px;
	
	
}
}
 @media (min-width: 768px) and (max-width: 992px) {
.yamm .navbar-nav>li>a, .navbar-brand {
	
	
}
}
