/* This is a custom CSS stylesheet */

.img-center {
  margin: 0 auto;
}
/* CAROUSEL
---------------------------------------*/

/**carousel class, item and img is taken out of carousel.css**/
.carousel {
  height: 500px;
  margin-bottom: 0;
}
.carousel .item {
  height: 600px;
}
.carousel-inner > .item > img {
  height: 600px;
}
/**carousel class, item and img is taken out of carousel.css**/
.carousel .item,
.carousel .item.active,
.carousel .carousel-inner {
    height: 100%;
}
.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
/**Carousel Responsive***/
@media(min-width:480px) and (max-width:767px) {
    .carousel {
      height: 400px;
    }
}
@media(min-width:50px) and (max-width:479px) {
    .carousel {
      height: 300px;
    }
}

/* NAVIGATION
---------------------------------------*/
body {
    padding-top: 0; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}
.navbar-inverse {
    background:rgba(0,0,0,0.5);
    border: none;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
.navbar-nav > li > a {
    line-height: 0;
    padding: 12px 10px;
}
.navbar-brand {
  padding: 15px 0px;
}
.navbar-separator {
    border-right: 1px solid #808080;
}
.fa-lg {
    line-height: 0em;
}
.social {
  display: block;
  position: relative;
  color: #fff;
  padding-top: 2px;
  padding-left: 10px;
}
.social-icon {
  color: #fff;
  padding-left: 3px;
  padding-right: 3px;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #ff0000;
}
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
}
.navbar-fixed-top .nav {
    padding-top: 25px;
    padding-bottom: 25px;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #ff0000;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border: none;
}
/**Dropdown menu**/
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #f2f2f2;
    color: #333;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #333;
    border-color: #808080;
}
.dropdown-menu {
  background-clip: none;
  background-color: #f2f2f2;
  border: none;
  box-shadow: none;
  min-width: inherit;
  padding-top: 0px;
  padding-bottom: 5px;
}
.dropdown-menu > li > a {
  padding-left: 10px;
  padding-right: 10px;
}
/**Dropdown menu-active**/
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #f2f2f2;
    color: #ff0000;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    background-color: transparent;
}
/***Nav Responsive***/
@media(min-width:768px) and (max-width:991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left, .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-header {
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .navbar-fixed-top .nav {
        padding-top: 5px;
        padding-bottom: 10px;
    }
    .navbar-brand {
        padding-top: 5px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 0px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .collapse.in {
        display:block !important;
    }
    .navbar-separator {
        border: none;
    }
    .social {
      padding-top: 0px;
    }
    .navbar-nav .open .dropdown-menu {
      background-color: transparent;
      border: 0 none;
      box-shadow: none;
      float: none;
      margin-top: 0;
      position: static;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
      padding: 5px 15px 5px 25px;
    }
    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
      background-color: transparent;
      color: #fff;
    }
    .dropdown-menu {
      background-color: transparent;
    }
    .dropdown-menu > li > a, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
      background-color: transparent;
      color: #fff;
    }
    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
      background-color: transparent;
      color: #ff0000;
    }
}

/* LOGO
---------------------------------------*/
/***Logo Responsive***/
@media(min-width:992px) {
  .navbar-brand > img {
    padding-top: 3px;
  }
}
@media(min-width:768px) {
    .navbar-brand > img {
      width: 325px;
    }
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media(min-width:480px) and (max-width:767px) {
    .navbar-brand > img {
      width: 250px;
    }
    .navbar-fixed-top .nav {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-nav > li > a {
        margin-top: 5px;
        margin-bottom: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-brand {
        padding: 10px 15px;
    }
    .navbar-separator {
        border: none;
    }
    .navbar-nav {
      margin: 0px;
    }
    .social {
      padding-top: 0px;
    }
    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: transparent;
        color: #fff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #fff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        background-color: transparent;
        color: #ff0000;
    }
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media(min-width:336px) and (max-width:479px) {
    .navbar-brand > img {
      width: 220px;
    }
    .navbar-fixed-top .nav {
        padding-top: 5px;
        padding-bottom: 10px;
    }
    .navbar-nav > li > a {
        margin-top: 5px;
        margin-bottom: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-brand {
        padding: 10px 15px;
    }
    .navbar-separator {
        border: none;
    }
    .navbar-nav {
      margin: 0px;
    }
    .social {
      padding-top: 0px;
    }
    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: transparent;
        color: #fff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #fff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        background-color: transparent;
        color: #ff0000;
    }
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media(min-width:50px) and (max-width:335px) {
    .navbar-brand > img {
      width: 185px;
    }
    .navbar-fixed-top .nav {
        padding-top: 5px;
        padding-bottom: 10px;
    }
    .navbar-nav > li > a {
        margin-top: 5px;
        margin-bottom: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-brand {
        padding: 15px 15px;
    }
    .navbar-separator {
        border: none;
    }
    .social {
      padding-top: 0px;
    }
    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: transparent;
        color: #fff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #fff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        background-color: transparent;
        color: #ff0000;
    }
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* QUOTE SECTION
---------------------------------------*/
section > .row {
  padding-top: 15px;
  padding-bottom: 20px;
}
.quote {
  font-family: 'Times New Roman', Times, serif;
  font-weight: 300;
  font-size: 32px;
  color: #000;
  margin: 20px 52px;
}
.quote-citation {
  margin-top: -15px;
  font-size: 16px;
  position: relative;
  margin-right: 65px;
}
.quote-left {
  background: url('../images/QuoteLeft.png');
  background-position: 0 35%;
  background-size: 34px;
  background-repeat: no-repeat;
  display: inline-block;
}
.quote-right {
  background: url('../images/QuoteRight.png');
  background-position: 100% 35%;
  background-size: 34px;
  background-repeat: no-repeat;
  display: inline-block;
}
/***Quote Section Responsive***/
@media(min-width:640px) and (max-width:767px) {
  section > .row {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .quote {
    font-size: 24px;
    margin: 10px 60px;
  }
  .quote-citation {
    margin-top: -8px;
    margin-right: 70px;
    font-size: 13px;
  }
  .quote-left {
    background-position: 5% 28%;
    background-size: 24px;
  }
  .quote-right {
    background-position: 95% 28%;
    background-size: 24px;
  }
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media(min-width:480px) and (max-width:639px) {
  section > .row {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .quote {
    font-size: 20px;
    margin: 10px 49px;
  }
  .quote-citation {
    margin-top: -8px;
    margin-right: 65px;
    font-size: 12px;
  }
  .quote-left {
    background-position: 5% 28%;
    background-size: 20px;
  }
  .quote-right {
    background-position: 95% 28%;
    background-size: 20px;
  }
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media(min-width:320px) and (max-width:479px) {
  section > .row {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .quote {
    font-size: 14px;
    margin: 5px 20px;
  }
  .quote-citation {
    margin-right: 30px;
    margin-top: -2px;
    font-size: 10px;
  }
  .quote-left {
    background-position: 0% 20%;
    background-size: 14px;
  }
  .quote-right {
    background-position: 100% 20%;
    background-size: 14px;
  }
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media(min-width:50px) and (max-width:319px) {
  section > .row {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .quote {
    font-size: 14px;
    margin: 5px 20px;
  }
  .quote-citation {
    margin-right: 40px;
    margin-top: -2px;
    font-size: 10px;
  }
  .quote-left {
    background-position: 0% 18%;
    background-size: 14px;
  }
  .quote-right {
    background-position: 100% 18%;
    background-size: 14px;
  }
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* MAIN THUMBNAILS
---------------------------------------*/
.main .thumbnail {
  margin-top: 30px;
  margin-bottom: 0;
  border: none;
}
.main .thumbnail .caption > h2 {
  font-family: 'Times New Roman', Times, serif;
  font-weight: 400;
  font-size: 26px;
  color: #333;
  margin-top: 10px;
}
.thumbnail .caption {
    color: inherit;
}

/* WELCOME
---------------------------------------*/
.welcome > h1 {
  font-family: 'Times New Roman', Times, serif;
  font-weight: 400;
  color: #333;
}
.welcome {
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.welcome > p {
  font-size: 16px;
  margin: 30px 0;
}

/* FOOTER
---------------------------------------*/
.footer {
    background-color: #f2f2f2;
    height: 100px;
    position: absolute;
    width: 100%;
}

.footer .container {
  background-color: #f2f2f2;
  padding-top: 20px;
}

.footer-copyright {
  margin: 0px;
}

.footer-links {
  float: right;
  color: #337ab7;
}

@media (min-width:420px) and (max-width:639px) {
  .footer-links {
    float: none;
    text-align: center;
    margin: 0px;
  }
  .footer-credits {
    text-align: center;
  }
}

@media (min-width:50px) and (max-width:419px) {
  .footer-links {
    float: none;
    text-align: center;
    margin: 0px;
    font-size: 85%;
  }
  .footer-credits {
    text-align: center;
  }
  .footer-credits {
    font-size: 85%;
  }
}

/* RESPONSIVE INDICATORS
---------------------------------------*/
.visible-four {
  display:none;
}
.visible-three {
  display:none;
}
.visible-two {
  display:none;
}
.visible-one {
  display:none;
}
@media (min-width:768px) and (max-width:991px){
  .visible-four {
    display: block;
  }
}
@media (min-width:640px) and (max-width:767px) {
  .visible-three {
    display: block;
  }
}
@media (min-width:480px) and (max-width:639px) {
  .visible-two {
    display: block;
  }
}
@media (min-width:320px) and (max-width:479px) {
  .visible-one {
    display: block;
  }
}
