/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  display: block;
  width: 100%;
  border-bottom:solid 3px #0067b4;
}
.navbar-nav{
  float: right;
  margin-top: 20px;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.navbar-toggle .icon-bar{
  background: #333;
}
#navbar.in  ul{
  float: left;
  width: 100%;
}
.navbar-brand{
  padding:0;
  height: auto;
}
.nav>li>a:focus, .nav>li>a:hover, .nav>li.active a{
  background: #0067b4;
  color: #fff;
}

/* 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 {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
} 
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
} 
.carousel-caption {
  text-shadow: 0 1px 4px rgba(0,0,0,.9);
  font-size:17px
}
.carousel-caption h3 {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
}

.carousel .item{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}



/*-------------------------- SPOTLIGHT ------------------------ */


.spotlight{
  display: block;
  width: 100%;
  height:300px;
  margin-bottom: 60px;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center center;
}




/* WRAP CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


.wrap-content {
  
}
.wrap-content p{
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
.wrap-content ul{
  
}
.wrap-content ul li{
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.align-center{
  text-align: center;
}

.wrap-facilities{
  display: block;
  width: 100%;
  margin-top: 30px;
  background: #bedff7;
  padding: 15px;
}
.wrap-facilities h2{
  margin: 0 0 15px;
  padding: 0;
}
.wrap-facilities ul{
  margin: 0 0 0 20px;
  padding: 0;
}





/* Featurettes
------------------------- */

.featurette-divider {
  margin: 40px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}




/* Image Gallery
------------------------- */
.img-gallery {
  margin-top: 50px;
}
.img-gallery a{
    width: 17%;
    display: inline-block;
    margin:0 1% 20px;
}
.img-gallery a img{
    width: 100%;
}

.gall_pagination .btn-info{
  margin-left:10px;
}



/* Contact 
------------------------- */

.wrap-contact{
 
}
.wrap-contact .contact{ 
  width:100%;
  text-align: center;
}
.wrap-contact .contact address{
  text-align: left;
}
.wrap-contact .contact h3{
    font-size: 24px;
    text-align: left;
 }
 .wrap-contact .contact p{
    text-align: left;
    padding:0;
    margin: 0;
 }
.contact-links{ 
  width: 43%;
  display: table;
  margin: 0 auto;
  padding: 10px 0 0 0;
}
.contact-links a{
  text-decoration: none;
  color: #434345;
}





/*--- Contact Form ---*/

.form-contact{
  width:100%;
  margin-top:50px;
}
.form-contact h3{
  color: #e6cf1d;
  font-size: 36px;
  text-transform: uppercase;
   font-family: 'MyriadProLight';
}
.form-contact p{
  color: #434345;
  font-size: 14px;
}

.form-contact ul{
  padding:0 0 10px 0;
  margin: 0;
}
.form-contact ul li{
  list-style:none;
  padding:0 0 20px 0;
  margin: 0;
  position: relative;
}
.form-contact ul li textarea{
  height:100px;
}
.form-contact ul li .btn{
  width:auto;
  float:right;
  color: #fff;
  font-size: 14px;
  line-height: 16px;  
  padding:3px 10px;
  background:#008a37;
}
.form-contact ul li p.validationmsg{
  position: absolute;
  bottom: -10px;
  left: 0;
  color: red;
  font-size: 12px;
  color: red;
}

.form-contact ul li select,
.form-contact ul li  input,
.form-contact ul li  textarea{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}

.form-contact ul li .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}

.form-contact ul li textarea{
  height:100px;
}
.form-contact ul li  .input-checkbox{
  width:auto;
  height:auto;
  float:left;
  margin-right:10px;
}
p.thank-msg{
    background: #56b556;
    color: #fff;
    padding: 4px 20px;
}

/*--- Footer ---*/

footer{
  background: #0067b4;
  padding: 20px 0;
  margin-top: 50px;
}
footer p{
  color: #fff;
}
footer p a{
  color: #fff;
}
footer p a:hover{
  color: #333;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* 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;
  }

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

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

@media (min-width: 992px) {
  .featurette-heading {
    margin-top:0px;
  }
  
}

@media (max-width: 990px) {
   .img-gallery a{
     width: 30%;
  }

}

@media (max-width: 767px) {
  .navbar-nav{
    float: left;
  }
   .img-gallery a{
     width: 30%;
  }

.carousel .item{
  background-repeat: no-repeat;
  background-position: 35% center;
  background-size: cover;
}

}
@media (max-width: 500px) {
   .img-gallery a{
     width: 46%;
  }

}

