@import url(https://fonts.googleapis.com/css?family=Maven+Pro);
@font-face {
  font-family:'Swiss 721';
  src: url('../fonts/Swiss_721_Light.ttf');
  font-style: normal, italic;
  font-weight: 200;
}
@font-face {
  font-family:'Swiss 721';
  src: url('../fonts/Swiss_721_Bold_Extended.ttf');
  font-style: normal, bold;
  font-weight: 600;
}

/* general styles */
html, body {
  height: 100%;
  width: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #8d8d8d;
  background-color: #fff;
  word-wrap: break-word;
  padding: 0; 
}

/* padded section */
.pad-section {
  padding: 50px 0;
}


.navbar-fixed-top {
    top: -60px;
    position: relative;
    font-family: 'Swiss 721', sans-serif;
  color:  #ffffff;
  font-size: 16px;/* Approximation due to font substitution */
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.navbar-inverse {
  background-color: rgba(11, 11, 16, 0.65);
}
.navbar-inverse .navbar-nav>li>a {
  color: #fff;
  margin-right: 40px;
}

@media (min-width: 768px) {
  .navbar-nav>li>a {
      padding-top: 24px;
      padding-bottom: 16px;
  }
}

/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.text-vcenter h1, .text-vcenter h3{
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: 'Swiss 721', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.text-vcenter h1 {
  font-size: 60px;
  font-weight: 600;
}
.text-vcenter h3 {
  font-size: 28px;
}
.small_bar {
  background-color: #00ffc6;
  width: 148px;
  height: 8px;
  margin: 0 auto;
  margin-top: 60px;
  transition: all linear 0.5s;
}
.small_bar:hover {
  position: relative;
  background: #00ffc6;
  border: 1px solid #00ffc6;
  cursor: pointer;
}
.small_bar:hover:after, .small_bar:hover:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  cursor: pointer;
}

.small_bar:hover:after {
  border-color: rgba(0, 255, 198, 0);
  border-top-color: transparent;
  border-width: 20px;
  margin-left: -20px;
}
.small_bar:hover:before {
  border-color: rgba(0, 255, 198, 0);
  border-top-color: #00ffc6;
  border-width: 21px;
  margin-left: -21px;
}
.small_bar {
  position: relative;
  background: #00ffc6;
  border: 1px solid #00ffc6;
}
.small_bar:after, .small_bar:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  cursor: pointer;
  transition: all linear 0.5s;
}

.small_bar:after {
  border-color: rgba(0, 255, 198, 0);
  border-top-color: transparent;
  border-width: 6px;
  margin-left: -6px;
}
.small_bar:before {
  border-color: rgba(0, 255, 198, 0);
  border-top-color: #00ffc6;
  border-width: 7px;
  margin-left: -7px;
}

.logo_top {
  position: absolute;
  top: 0;
  text-align: left;
  display: block;
  width: 100%;
  padding: 50px;
}
.logo_top .container {
  width: 80%;
}

/* additional sections */
#home {
  background: url(../img/BACKGROUND_GRAPHITE.jpg) no-repeat center center fixed; 
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#about {
  background: url(../img/BG_ABOUT.png) no-repeat center center fixed; 
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  top: -80px;
}
#channels {
  background: url(../img/BG_channels.jpg) no-repeat top center; 
  position: relative;
  width: 100%;
  top: -80px;
  padding: 460px 0 40px 0;
}
p {
  font-size: 16px;
  line-height: 24px;
  color: #8d8d8d;
  word-spacing: 2px;
  margin-bottom: 40px;
}
.about_icon {
  width: 74px;
  height: 74px;
}

h1.about_title, h2.about_subtitle{
  font-family: 'Swiss 721', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  font-size: 36px; 
  line-height: 10px;
  text-align: left;
}
h2.about_subtitle{
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
}

#where {
  background-color: #000;
  color: #ffffff;
}

.small_bar_2 {
  background-color:  #00ffc6;
  width: 80px;
  height: 5px;
  margin: 0 auto;
}

#information {
  background: url(../img/BG_CONTACT.png) no-repeat center center fixed; 
  display: table;
  height: 800px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#information .panel {
  opacity: 0.85;
}

.contact-form {
  margin: 0 auto;
  max-width: 600px;
}

.contact-form input, .contact-form textarea {
  background-color: rgba(0, 0, 0, 0.64);
  border: 0;
  margin: 10px;
  width: 100%;
  color: #c5c5c5;
  font-size: 18px;
  padding: 10px 20px;
}

.contact-form input[type=button]{
  background-color:  #00ffc6;
  font-size: 22px;
  margin-top: -14px;
  color: #000;
}

.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder, .contact-form input:-moz-placeholder, .contact-form textarea:-moz-placeholder, 
.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder,
.contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder,
.contact-form input::-ms-input-placeholder, .contact-form textarea::-ms-input-placeholder,
.contact-form input:placeholder-shown, .contact-form textarea:placeholder-shown { 
  color: #c5c5c5;
  font-weight: bold;
}


#google_map {
  height: 500px;
}

footer img {
    float: left;
    }

footer {
  padding: 20px 0;
}
footer .glyphicon {
  color: #333333;
  font-size: 60px;
}
footer .glyphicon:hover {
  color: #306d9f;
}

@media (min-width: 1600px) {    
  .text-vcenter h1 {
    font-size: 80px;
  }
  .text-vcenter h3 {
    font-size: 38px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px){
  .responsive-slider-parallax .slides-container ul li .slide-body {
    height: 580px;
  }
}
@media (max-width: 1024px) {
  #home {
    height: 110%;
  }
  .responsive-slider-parallax .slides-container ul li .slide-body {
    height: 100%;
  }
  .text-vcenter h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .text-vcenter h3 {
    font-size: 22px;
    line-height: 28px;
    margin-top: 20px;
  }

  .logo_top {
    width: 100%;
  }

  .logo_top .container {
    width: 100%;
    text-align: center;
  }

  .logo_top .container img {
    width: 240px;
  }

  h1.about_title {
    line-height: 44px;
  }
  h2.about_subtitle {
    line-height: 28px;
  }

  .contact-form {
    width: 90%;
  }
  .contact-form input, .contact-form textarea {
    margin: 10px 0;
  }
  .where_to {
    font-size: 18px !important;
  }
  .small_bar_2 {
    width: 100%;
  }
  footer {
    text-align: center;
  }
  footer img {
    float: none;
    width: 240px;
    margin: 0 auto;
  }

  footer p {
    display: block;
    text-align: center !important;
  }
}

#slideImg {
  margin: 20px auto;
  padding: 10px 20px;
  width: 100%;
  background: #fff;
  position: relative;
}

.rotate-prev {
  display: none;
}

#slideImg ul { list-style: none; }

#slideImg li {
  float: left;
  margin: 0 12px;
}

@media (min-width: 500px) and (max-width: 1024px){
  .text-vcenter h1 {
    font-size: 56px;
    line-height: 68px;
  }

  .text-vcenter h3 {
    font-size: 28px;
    line-height: 38px;
    margin-top: 20px;
  }

  h1.about_title {
    line-height: normal;
  }
  h2.about_subtitle {
    line-height: 24px;
  }
  .where_to {
    font-size: 24px !important;
    line-height: 36px !important;
  }
}
