@CHARSET "ISO-8859-1";


body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text-middle {
  vertical-align: middle;
}

.navbar-default .social {
  text-align: center;
  font-size: 2.5em;
}

a, .section h1 {
  color: #fab623;
}
a:hover, a:focus, a:active {
  color: #fab623;
  text-decoration: none;
}

.section h1 {
  font-size: 2.2em;
}
.section h1 small {
  font-size: 1em;
}

.header, footer{
  position:fixed;
  height: 54px;
  display:block;
  width: 100%;
  background: #222;
  z-index:9;
  color: #f2f2f2;
  padding: 0;
}

.header {
  top:0px;
  border: 0 none;
  border-radius: 0;
  border-bottom: 3px solid #111;
}
.header .navbar-brand {
  background: url(../img/logo.small.png) center left no-repeat;
  display: block;
  width: 180px;
  height: 54px;
  text-indent: -999em;
  font-size: 3em;
}
.header .nav li a {
  font-size: 1.25em;
  color: #efefef;
}
.header .nav li a:hover,
.header .nav li a:active,
.header .nav li a:focus {
  background: transparent;
  color: #fab623;
}
.navbar-default .navbar-toggle {
  border: 0 none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus {
  background: transparent;
}
.navbar-collapse {
  background: rgba(0,0,0,.85);
}

address {
  font-size: .95em;
}

.about-intro {
  text-align: left;
}
.about-intro p.lead {
  font-size: 1.2em;
}

.crew {
  overflow: hidden;
  position: relative;
}
.crew .crew-member {
  margin: 0;
  width: 50%;
  float:left;
  position: relative;
}
.crew .crew-member h4 {
  position: absolute;
  font-size: 1.05em;
  font-weight: strong;
  margin: 0;
  padding: .5em;
  z-index: 9;
  bottom: 0;
  left: 0;
  text-align: left;
  background-color: #444;
  background-color: rgba(0,0,0,.75em);
  width: 100%;
  color: #efefef;
}
.crew .crew-member h4 span {
  color: #fab623;
  display: block;
  margin: 0;
}
.crew .crew-member h4 em {
  font-style: normal;
  font-weight: normal;
  color: #888;
}
.crew .crew-member img {
  display: block;
  width: 100%;
}

.fp-controlArrow {
  display: none;
}
.fp-slidesNav.bottom {
  bottom: 60px;
}


.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #fab623;
  color: #fff;
}
.clips-tabs {
  text-align: center;
}
.clips-tabs .nav-pills {
  margin: 1em auto;
  margin-bottom: 1em;
  width: 82%;
}
.clips-tabs .tab-content {
}
.clips {
  position: relative;
  overflow: hidden;
  min-height: 420px;
}
.clips .clip {
  display: inline-block;
  margin: .5em;
}
.clips .clip img {
  margin: auto;
}
.clips .clip h4 {
  font-size: 0.975em;
  margin-bottom: 0;
}
.clips .clip h4 em {
  font-style: normal;
  font-weight: normal;
  color: #888;
}

#services-section {
  background-size: cover;
  background-image: url(../img/banner-grey-blur.jpg);
  text-shadow: rgba(0,0,0,.5) 1px 1px 2px;
}
#services-section h1 {
  color: #efefef;
}
.services-list {
  min-height: 380px;
  margin-top: 1.5em;
  font-size: 1.25em;
  text-align: center;
}
.services-list ul {
  padding: 0;
  list-style: none;
}
.services-list em {
  font-style: normal;
  color: #efefef;
}
.services-list strong {
  font-weight: normal;
  color: #fab623;
}

.clients {
  position: relative;
  text-align: center;
  min-height: 420px;
}
.clients img {
  display: inline-block;
  height: 90px;
  margin: .5em;
}

.contact-section {
  background: -webkit-gradient(linear, top left, bottom left, from(#fff), to(#fafafa));
  background: -webkit-linear-gradient(#fff, #fafafa);
  background: linear-gradient(#fff, #fafafa);
}
.contact-social {
  font-size: 2em;
}

footer {
  padding: .5em;
  bottom: 0px;
  border-top: 3px solid #111;
}
footer .social {
  font-size: 1.5em;
  margin: .25em;
}

.home-intro-wrapper {
  position: relative;
  height: 90%;
}
.home-intro {
  display: none;
  position: absolute;
  background: rgba(0,0,0,.5);
  width: 75%;
  left: -1em;
  bottom: 1em;
  padding: 1em;
  color: #fff;
  z-index: 20;
  border-radius: 5px;
  opacity: 0;

  -webkit-transition: all 1.7s ease-out;
     -moz-transition: all 1.7s ease-out;
       -o-transition: all 1.7s ease-out;
          transition: all 1.7s ease-out;
}
.home-intro.active {
  display: block;
  left: 1em;
  opacity: 1;
}
.home-intro strong {
  display: block;
}


/* DARK MODAL */
.modal-backdrop.in {
  background-color: #333333;
  opacity: 0.75;
}
.ekko-lightbox .modal-content {
  background-color: transparent;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  min-height: 100%;
}
.ekko-lightbox .modal-header {
  border: 0 none;
  padding-left: 0;
  padding-right: 0;
}
.ekko-lightbox .modal-header .close {
  color: #fff;
  font-weight: 100;
  font-size: 3em;
  margin-top: 5px;
  opacity: 0.5;
}
.ekko-lightbox .modal-header .close:hover {
  opacity: 1;
}
.ekko-lightbox .modal-header h4.modal-title {
  color: #fff;
  font-weight: 100;
  padding: 0;
}
.ekko-lightbox .modal-body {
  padding: 0;
}
.ekko-lightbox .modal-footer {
  border: 0 none;
  color: #fff;
  font-weight: 100;
  opacity: 0.9;
  padding: 0;
}
.ekko-lightbox-nav-overlay a {
  opacity: 0.9;
  text-shadow: none;
}

#instafeed a {
  float:left;
  width: 49.5%;
}

/* RESPONSIVE ADJUSTMENTS */
@media (min-width:768px) {
  .header .nav li a {
    font-size: 1em;
  }

  .header .social {
    display: none;
  }

  .section {
    padding-top: auto;
    padding-bottom: auto;
  }

  .crew .crew-member {
    width: 25%;
    float: left;
  }

  .navbar-collapse {
    background: transparent;
  }

  .services-list {
    font-size: 2em;
  }

  .section h1 {
    font-size: 3.2em;
  }

  #bts-section h1 {
    margin-top: 3em;
  }
  #instafeed a {
    float:none;
    width:auto;
  }

  .home-intro {
    width: 25%;
  }
}
