/*!
 * 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;
}

.navbar a:hover, a.navbar-brand:hover .glyphicon, .navbar-inverse .navbar-nav > li > a:hover{
color: #5bc0de;
}

@media print{

	 .navbar {
	  display: block !important;
	  position: relative !important;
	}
	
	.nav>li{
	  display: inline-block !important;
	}
	
	.collapse {
    display: block !important;
    height: auto !important;
	}

	.carousel, .carousel img{
	margin:0px !important;
	padding:0px !important;
	}

}
/*
@media (min-width:954px)and (max-width:1132px){
 .yamm.navbar-fixed-top .nav>li>a{
	font-size: 12px;
	padding: 15px 10px 15px 10px;
 }
}

@media (min-width:768px)and (max-width:954px){
 .yamm.navbar-fixed-top .nav>li>a{
	font-size: 12px;
	padding: 15px 4px 15px 4px;
 }
*/
@media (min-width: 1205px) and (max-width: 1438px) {
	.yamm.navbar-fixed-top .nav>li>a{
		font-size: 12px;
		padding: 15px 10px 15px 10px;
	}
}
@media (min-width: 768px) and (max-width: 1204px) {
	.yamm.navbar-fixed-top .nav>li>a{
		font-size: 11px;
		padding: 15px 6px 15px 6px;
}
 
 .caret{
 display: none;
 }
}


@media (min-width:768px){
  .pull-right-md{
	float: right;
  }
}

.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 0px 30px 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
  background: white;
}

@media print{
	html, body{
		width: 970px;
		margin-top:0px;
		}
	}