/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

a {
color: #666;
}

body {
  /*padding-bottom: 40px;*/
  color: #5a5a5a;
}


.err{
	border:solid 1px #fa0;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
/*.navbar-wrapper .container {
  padding-right: 0;
  padding-left: 0;
}*/

.navbar-wrapper .navbar {
  background:none;
  border:none;
}

.navbar-wrapper .nav {
background:#eee;
-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)
}


.nav li{
/*border-right:solid 1px #ccc;*/
}
.nav li a{
	color:#ccc;
	font-weight:bold;
}

.nav li a:hover{
	color:#666;
}


.navbar-wrapper .nav .dropdown .dropdown-menu{
	background:#999999;
}

.radius1{
	border-radius:4px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /*height: 500px;
  margin-bottom: 60px;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  padding:0px 0px;
  height:400px;
}
.carousel-inner > .item > img {
  width:100%;
  margin:0 auto
  
}

.carousel .carousel-control{
	background:none;
}


.carousel-caption {
  /*position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;*/
  text-align: left;
 
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  border-top:none;
}


.navbar-brand{
	color:#FFFFFF !important;
}
/* middle
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.middle {
  padding-right: 15px;
  padding-left: 15px;
  padding-top:15px;
}

.title-bar{
	background-color:#fafafa;
	padding:10px 15px;
	border-radius:4px 4px 0px 0px;
}

.title-bar .title{
	font-size:18px;
}

/* Center align the text within the three columns below the carousel */
.middle .col-lg-4, .middle .col-lg-3 {
  margin-bottom: 20px;
  text-align: center;
}
.middle h2 {
  font-weight: normal;
}
.middle .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.main-divider {
  /*margin: 80px 0;  Space out the Bootstrap <hr> more */
  margin:50px 0;
}

/* Thin out headings */
.main-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 192px) {
  .navbar-wrapper .navbar .collapse{
		border:none;
  	}
	
	.navbar-wrapper .navbar .collapse .nav{
		border-radius:0px;
  	}
	
	.carousel .item {
	  padding: 0px 0px;
	  height: 170px;
	}
	
	.navbar-wrapper{
		height:170px;
	}
}


@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .middle {
    padding-right: 0;
    padding-left: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    /*margin-top: 20px;*/
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left:  15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left:  0;
  }

	.navbar-wrapper .navbar .nav{
    	margin-top: 20px;
  	}
	
	.navbar-wrapper .navbar .collapse .nav{
		border-radius:4px;
  	}
  
  /* 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-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .main-heading {
    font-size: 50px;
  }
  
  .carousel .item {
	  padding: 0px 0px;
	  height: 330px;
	}
	
	.navbar-wrapper{
		height:330px;
	}
	
}

@media (min-width: 992px) {
  .main-heading {
    margin-top: 120px;
  }
  
  .carousel .item {
	  padding: 0px 0px;
	  height: 420px;
	}
	
	.navbar-wrapper{
		height:420px;
	}
}




