/*
Theme Name: Hypnap
*/

body {
  position: relative;
  font-family:"Open Sans", "Arial";
}



#player {
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
}

.player-close {
  position: absolute;
  z-index: 2000;
  top: 25px;
  right: 25px;
}

.social-icons {
  padding-top: 25px;
}

.social-icons > a {
  padding-left: 10px;
}

.is-hidden {
  display: none;
}

.isTop {
  z-index: 1000;
}

.section{
  height: 780px;
}

.carousel {
  height: 100%;
}

.carousel-indicators {
  bottom: 25%;
}
.carousel-indicators > li {
  text-indent: 0;
  margin-right: 30px;
  width: 50px;
  height: 50px;
  border: 0;
}
.carousel-indicators > li.active {
  text-indent: 0;
  margin-right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid aqua;

}

.carousel-inner > .item > img {
  width: 100%;
  height: 100%;

}

.carousel-caption {
  bottom: 40%;
  text-shadow: unset;
}

.row {
  margin-right: unset;
  margin-left: unset;
}

.mobile-carousel {
  display: none;
}

.navbar {
  position: absolute;
  width: 100%;
  z-index: 4;
}

.footer, .sticky-nav {
  background-color: #32B1C9;
  border: 0;
  border-radius: 0;
  position: absolute;
  width: 100%;
  z-index: 4;
}

.contact-nav {
  background-color: #32B1C9 !important;
}

.health-sticky-nav, .design-sticky-nav, .index-sticky-nav {
  position: relative;
}

.affix-top {

}

.affix {
  position: fixed;
  top: 0;
  z-index: 100;
}

.affix-bottom {

}

.sticky-nav > .panel-body {
  padding: 0;
}

.sticky-nav > div > ul > li > h3 > a, .footer > ul > li > a {
  color: white;
}

.footer > ul > li {
  padding-left: 20px;
  padding-right: 20px;
}

.sticky-nav > div > ul > li {
  padding-left: 50px;
  padding-right: 50px;
}

.well, .panel {
  margin-bottom: 0;
}

.navbar-default {
  background-color: transparent;
  border: 0;
}

.navbar >.container-fluid .navbar-brand {
  margin-left: 0;
}


.navbar-default .navbar-nav > li > a {
  color: white;
}

.is-selected-nav {
  border-bottom: 2px white solid;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.is-table {
  display: table;
  height: 500px;
  width: 100%;
}

.is-table-cell {
  display: table-cell;
}

.is-align-bottom {
  vertical-align: bottom;
}

.is-align-middle {
  vertical-align: middle;
}

.is-color-black {
  color: black;
}

.brand-image {
  height: auto;
  width: auto;
}

.about-cell-height {
  height: 375px;
}

.inner {
  padding: 30px;
}

.cover {
  padding: 0 20px;
}

.intro-video {
  background:
    url(../../uploads/2016/12/video_still.jpg) no-repeat center center;
  background-size: cover;
  z-index: 1;

}

.color-overlay {
  position: absolute;
  width: 100%;
  height: 780px;
  background-color: rgba(50, 177, 201, 0.45);
  z-index: 3;
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 880px;
  z-index: 2;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.full-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 780px; /* For at least Firefox */
  min-height: 100%;
}
.full-image-wrapper-inner {
  position: relative;
  vertical-align: middle;
  color: white;
  padding: 0 10% 0 10%;
  top: 25%;
}

.video-text {
  z-index: 3;
}

.design-hero {
  background:
    linear-gradient(
      rgba(50, 177, 201, 0.45),
      rgba(50, 177, 201, 0.45)
    ),
    url(../../uploads/2016/12/design_still.jpg) no-repeat center center;
  background-size: cover;
}

.health-hero, .faq-hero {
  background:
    linear-gradient(
      rgba(50, 177, 201, 0.45),
      rgba(50, 177, 201, 0.45)
    ),
    url(../../uploads/2016/12/mountain_top.jpg) no-repeat center center;
  background-size: cover;
}

.partner-hero {
  background:
    linear-gradient(
      rgba(50, 177, 201, 0.45),
      rgba(50, 177, 201, 0.45)
    ),
    url(../../uploads/2016/12/partnership.jpg) no-repeat center center;
  background-size: cover;
}

.legal-hero {
  background:
    linear-gradient(
      rgba(50, 177, 201, 0.45),
      rgba(50, 177, 201, 0.45)
    ) no-repeat center center;
  background-size: cover;
}

.about-us-hero {
  background:
    linear-gradient(
      rgba(50, 177, 201, 0.45),
      rgba(50, 177, 201, 0.45)
    ),
    url(../../uploads/2016/12/landscape.jpg) no-repeat center center;
  background-size: cover;
}

.about-us {
  width: 250px;
  height: auto;
}

.science-section-bg-image {
  background:
    linear-gradient(
      rgba(50, 177, 201, 0.45),
      rgba(50, 177, 201, 0.45)
    ),
    url() no-repeat center center;
  background-size: cover;
}

.fit-customization-section-bg-image {
  background:
    linear-gradient(
      rgba(50, 177, 201, 0.45),
      rgba(50, 177, 201, 0.45)
    ),
    url(../../uploads/2016/12/customization_photo.jpg) no-repeat center center;
  background-size: cover;
}

.rest-section-bg-image {
  background:
    linear-gradient(
      rgba(50, 177, 201, 0.45),
      rgba(50, 177, 201, 0.45)
    ),
    url(../../uploads/2016/12/DSC_0128.jpg) no-repeat center center;
  background-size: cover;
}

.work-section-bg-image {
  background:
    linear-gradient(
      rgba(50, 177, 201, 0.45),
      rgba(50, 177, 201, 0.45)
    ),
    url(../../uploads/2016/12/DSC_0409.jpg) no-repeat center center;
  background-size: cover;
}

.play-section-bg-image {
  background:
    linear-gradient(
      rgba(50, 177, 201, 0.45),
      rgba(50, 177, 201, 0.45)
    ),
    url(../../uploads/2016/12/DSC_0119.jpg) no-repeat center center;
  background-size: cover;
}

.process-section-bg-image {
  background:
    linear-gradient(
      rgba(50, 177, 201, 0.45),
      rgba(50, 177, 201, 0.45)
    ),
    url(../../uploads/2016/12/process_photo.jpg) no-repeat center center;
  background-size: cover;
}

.materials-section-bg-image {
  background:
    linear-gradient(
      rgba(50, 177, 201, 0.45),
      rgba(50, 177, 201, 0.45)
    ),
    url(../../uploads/2016/12/DSC_0298.png) no-repeat center center;
  background-size: cover;
}

.text-color-blue {
  color: #32B1C9;
}

.text-color-black {
  color: black !important;
}

.form-border-left {
   border-left: 5px solid grey;
}

.form-border-right {
  border-right: 5px solid grey;
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.has-padding-top {
  padding-top: 25px;
}

.has-padding-top-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}

.fontSizeBig {
  font-size: 32px;
}

.slick-dots {
  bottom: 150px !important;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 320px) {
  .fontSizeBig {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .navbar .navbar-collapse {
    text-align: center;
  }

  .featurette-heading {
    font-size: 50px;
    padding-right: 35px;
    padding-left: 35px;
  }

}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 90px;
  }
}
