/* lg */
@media (min-width: 1200px)
{

}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {
.featurette-heading {
	margin-top: 30px;
	margin-bottom: 10px;
  }
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	.carousel-caption h1 {  font-size: 1.4em;
}
  /* Navbar positioning foo */
  .navbar-wrapper {
	  padding-top:20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-indicators {bottom:0px; padding-top:10px;}
  .carousel-caption {right:auto;left:auto;width:100%;padding-bottom:30px; margin-bottom:0px;bottom:0px;  }
  .carousel-control.left {background: none #fff; }
  .carousel-control.right {background: none #fff;}
  .carousel-caption p {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }


}

/* xs */
@media (max-width: 767px) {
	.carousel-caption h1 {  font-size: 1.2em;}
	.carousel-control.left {background: none #fff; }
    .carousel-control.right {background: none #fff;}
	.carousel-indicators {background-color:rgba(255,255,255,0.5);}
	.carousel-indicators li {border: 1px solid #000;}
	.carousel-indicators .active { background-color:#000;}
  
	.navbar-header{background-color:#fcb040; display:block; width:100%; margin-left:0px; padding-left:0px;}
	.navbar-nav ul { padding:0px; margin:opx;}
	.navbar-nav li {float:right; width:100%;}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{border:none; float:right; margin-right:0px; background-color:#fcb040; padding:0px; }
	.navbar-inverse .navbar-nav>.active>a {color:#fcb040; background: url(../images/arrow-left.png) right no-repeat #000; width:100%; }
	.navbar-inverse .navbar-nav>.active>a:hover{background-color:#fed420; color:#000;}
	.navbar-inverse .navbar-nav li a {color:#000; border-bottom:#fff solid 1px;}
	.navbar-inverse .navbar-nav li a:hover {background-color:#fed420;color:#000;}

	.mainmenu{padding:0px; margin:0px; width:100%;}
	.navbar-toggle{background-color:#000; margin-bottom:6px;margin-top:8px; float:left;}
	#bg-head { background-image:none; background-color:#444;}
	.footer { background:#444 none;}

}