
html, body{

  background-color: #000B35;
}

body{

  font-family: 'Roboto Condensed', arial, sans-serif;
  position: relative;
  color: #000B35;
  font-size: 16px;
}




h2{
  text-transform: uppercase;
  font-weight: 800;
    font-size: 52px;
    position: relative;
    padding-bottom: 26px;


}

h2:after{
  display: block;
  position: absolute;
  content: "";
  height: 1px;
  width: calc( ( ( 100vw - 900px ) / 2 ) + 80px );
  right: calc( 100% - 40px );
  top: 100%;
  margin-right: calc( ( ( 100vw - 900px ) / 2 ) + 80px );
  margin-top: -2px;

  background-color: #000B35;

  transition: margin 600ms ease;
}



.section-visible h2:after{
  margin-right: 0px;
}


h3{
  text-transform: uppercase;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
}

h4{
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  margin-top: 30px;
}


h5{
  max-width: 600px;
  margin: 10px auto;
  font-size: 1.3em;
  line-height: 1.8em;
  font-style: italic;
  font-weight: normal;
  font-family: 'Merriweather', Georgia, serif;
}

h5 + p{
  margin-top: 30px;
}

h6{
  max-width: 600px;
  margin: 30px auto;
  font-size: 0.9em;
  line-height: 1.2em;
  font-style: italic;
  font-weight: normal;
  font-family: 'Merriweather', Georgia, serif;
}


.btn{
  border-radius: 0px;
  min-width: 165px;
  color: #333;
  border: none;
  font-weight: bold;
  font-size: 17px;
}

.btn.btn-primary{
  background-color: #EDA348;
  color: #333;
  font-weight: bold;
}

.alt-color h3{
  color: #fff;
}

p{
  line-height: 1.5em;
  margin:0 0 15px;
}


@media ( max-width: 1199px ) {
  h2:after{
    width: calc( ( ( 100vw - 940px ) / 2 ) + 40px );
    margin-right: calc( ( ( 100vw - 940px ) / 2 ) + 40px );
  }
}

@media ( max-width: 991px ) {
  h2:after{
    width: calc( ( ( 100vw - 710px ) / 2 ) + 50px );
    margin-right: calc( ( ( 100vw - 710px ) / 2 ) + 50px );
  }
}

@media ( max-width: 767px ) {
  h2{
    padding-left: 20px;
    display: inline-block;
  }

  h2:after{
    width: 100vw;
    margin-right: 40px;
  }

  .section-visible h2:after  {
    margin-right: -80%;
  }

}


@media ( max-width: 600px ) {

  body{
    font-size: 14px;
  }


  h2{
    font-size: 32px;
  }

  h5{
    line-height: 1.6em;
  }

  h2 + h5{
    margin-top: 40px;
  }
}



.plyr__video-embed{
  height: 100%;
  padding-bottom: 0px;
}

.plyr__controls{
  opacity: 0;
  display: none;
}

.plyr--playing .plyr__controls{
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
  opacity: 1;
}

.plyr__play-large{
  padding: 40px;
}

.plyr__play-large svg{
  width: 30px;
  height: 30px;
}


button.play-button{
  background: none;
  border: none;
  outline: none;;
}


.help-button{
  position: fixed;
  display: block;
  z-index: 200;
  width: 240px;
  height: 240px;
  bottom: 0px;
  left: auto;
  right: 0px;
  text-decoration: none;

  opacity: 1;
  transition: opactiy 150ms ease;

}

.nav-open .help-button{
  opacity: 0;
}

.help-button:before{
  position: absolute;
  display: block;
  content: "";
  z-index: 201;
  width: 0px;
  height: 0px;

  border-right: 120px solid #ffffff;
  border-bottom: 120px solid #ffffff;
  border-left: 120px solid transparent;
  border-top: 120px solid transparent;

  transition: all 200ms ease;
}

.help-button:hover{
  text-decoration: none;
}


.help-button:hover:before{
  border-right: 120px solid #000B35;
  border-bottom: 120px solid #000B35;
}

.help-button > span{
  display: block;
  position: relative;
  z-index: 202;
  text-align: center;


  color: #000B35;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Roboto Condensed', arial, sans-serif;
  font-size: 2.2em;
  text-decoration: none;

  transform: scale(1) rotate(-45deg) translateX(-72px) translateY(108px) skewX(0deg) skewY(0deg);
  transition: all 200ms ease;
}

.help-button:hover > span{
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .help-button{
    left: auto;
    right: 0px;
    bottom: 0px;

  width: 120px;
  height: 120px;
  }

  .help-button:before{
    border-right: 60px solid #ffffff;
    border-bottom: 60px solid #ffffff;
    border-left: 60px solid transparent;
    border-top: 60px solid transparent;

    transition: all 200ms ease;
  }

  .help-button:hover:before{
    border-right: 60px solid #000B35;
    border-left: 60px solid transparent;
    border-bottom: 60px solid #000B35;
  }

  .help-button > span{
    font-size: 1.4em;
    transform: scale(1) rotate(-45deg) translateX(-35px) translateY(54px) skewX(0deg) skewY(0deg);
  }
}


.section.section-header{
  background-color: #00010F;
}

.section-header{
  width: 100vw;
  height: 100vh;

  transition: height 800ms ease;
}

.section-header .plyr,
.section-header .player-container{
  width: 100vw;
  height: 100%;
}

.section-header.video-ended,
.section-header.video-ended .player-container{
  height: 300px !important;
}



.admin-bar .section-header,
.admin-bar .section-header .plyr,
.admin-bar .section-header .player-container{
  height: calc( 100vh - 32px );
}

.section-header.video-ended{
  transition: height 600ms ease;
}

.header-bg{
  z-index: 15;
  position: absolute !important;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;

  width: 100%;
  height: 100%;

  background-color: black;
}

.header-bg > *{
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.section-header .player-container{
  position: absolute;
  top: 0px;
  left:0px;
  z-index: 10;
}

.section-header .play-text,
.section-header .play-button{
  position: absolute;
  display: block;
  width: 500px;
  max-width: 60%;
  height: 400px;
  max-height: 60%;

  color: #ffffff;
  background-image: url(../img/layout/play-header.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;

  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);

  text-align: center;
  z-index: 20;

  transition: all 200ms ease;

  opacity: 1;
  visibility: visible;
}




.lang-fr .section-header .play-button{
  background-image: url(../img/layout/play-header-fr.png);
}


.lang-it .section-header .play-button{
  background-image: url(../img/layout/play-header-it.png);
}



.section-header .play-button{
  text-indent: -1000px;
  overflow: hidden;
}


.section-header .play-text:hover + .play-button,
.section-header .play-button:hover{
  opacity: 1;
}





.section-header .play-text{

  border: none;
  border-radius: 0px;
  background:  none;

  font-family: 'Merriweather', Georgia, serif;
  font-style: italic;
  font-size: 24px;

  height: 120px;
  padding-bottom: 0px;
  margin-top: 0px;
  position: absolute;
  top: auto;
  bottom: 18px;
  transform: translate3d(-50%, 0, 0);
}

.section-header .play-text:before{
  content: "";
  display: block;
  margin: 0px auto;
  height: 55px;
  width: 55px;
  margin-bottom: 12px;
  background-image: url(../img/layout/play-small.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.section-header .play-text:after{
  content: "";
  display: block;
  margin-left: 50%;
  height: 40px;
  margin-top: 8px;
  width: 1px;
  background-color: #fff;
  opacity: 0.7;
}

.section-header .play-text:focus,
.section-header .play-text:active
{
  outline: none;
}

.video-loading .play-button,
.video-loading .play-text{
  opacity: 0;
  display: none;
}

.replay-container{
  position: absolute;
  background-color: #eaecf6;
  color: #171932;

  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;

  display: none;
}

.replay{
  display: block;
  color: #171932;
  position: absolute;
  text-decoration: none;
  font-size: 42px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;

  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);


  padding-right: 155px;
}

.replay:hover{
  text-decoration: none;
}

.replay img{
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate3d(0, -50%, 0);
  width: 120px;
  height: auto;
}


.replay:hover img{
  opacity: 0.8;
}


.replay span{
  display: block;

}




@media (max-width: 600px){
  .section-header .play-text,
  .section-header .play-button{
    width: 250px;
    min-width: 60%;
    max-width: 95%;
    background-size: contain;
    border-radius: 0;
  }

  .section-header.video-ended,
  .section-header.video-ended .player-container{
    height: 200px !important;
  }

  .section-header .play-text{
  }

  .replay{
    font-size: 28px;
    line-height: 27px;
    padding-right: 85px;
  }

  .section-partial img{
    width: 64px;
  }
}



.section-header .video-container{
  position: relative;
  z-index: 8;
  width: 100%;
  height: 100%;
}

.section-header .video-container > .video{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.header-hallo,
.header-mama{
  display: block;
  position: absolute !important;
  opacity: 0;
  transition: aopacity 300ms ease;
}

.header-set .header-hallo,
.header-set .header-mama{
  opacity: 0.9;
}

.header-hallo-001{width: 141px; height: 120px;}
.header-hallo-002{width: 153px; height: 111px;}
.header-hallo-003{width: 162px; height: 90px;}
.header-mama-001{width: 174px; height: 141px;}
.header-mama-002{width: 138px; height: 144px;}
.header-mama-003{width: 151px; height: 127px;}

@media (max-width: 600px){
  .header-hallo,
  .header-mama{
    width: 75px !important;
    height: 75px;
  }

  .header-hallo{
    top: 30px;
    left: 10px;
  }
}





.v-testimonies{
  padding-bottom: 35px;
}

.vt-featured-container{
  margin-bottom: 30px;
}

.vt-featured-container.activated{
  transition: height 300ms ease;
}

.vt-featured{
  text-align: center;
  display: none;
}

.vt-featured.vt-active{
  display: block;
}

.vt-featured h3{
  margin-bottom: 0px;
}

.vt-featured p{
  width: 260px;
  margin: 5px auto;
  margin-bottom: 30px;

  line-height: 1.5em;
  position: relative;
  z-index: 20;

  font-style: italic;
  font-weight: normal;
  font-family: 'Merriweather', Georgia, serif;
}

.vt-featured p:after{
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 1px;
  height: 0px;
  bottom: -32px;

  background-color: #000B35;

  transition: all 300ms ease ;
  transition-delay: 400ms;
}

.vt-featured p.active:after{
  height: 40px;
  bottom: -52px;
}

.vt-featured .vt-player{
  z-index: 18;
  position: relative;
  height: 0px;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
  cursor: pointer;

  background-color: #000B35;
}

.vt-featured .vt-player > *{
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.vt-featured .vt-player > img{
  opacity: 0.57;
  width: 100%;
  height: auto;
}



.vt-featured .vt-player > .play-button{
  display: block;
  position: absolute;
  line-height: 52px;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  border-radius: 50%;

  background-image: url(../img/layout/play2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.6;
  text-indent: -1000px;
  overflow: hidden;

  transition: opacity 300ms ease;
}


.vt-featured .vt-player:hover > .play-button{
  opacity: 1;
}

.vt-featured .vt-share{
  margin: 5px auto 45px;
}


.vt-featured .video-container{
  display: none;
}

.vt-featured .video-loading .video-container{
  display: block;
}


.vt-selector{
  position: relative;
  display: block;
  text-decoration: none;
  height: 0px;
  padding-bottom: 56.25%;
  background-color: #ccc;
}

.vt-selector:before{
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;

  background-image: url(../img/layout/play2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0;

  z-index: 24;
  transition: opacity 300ms ease;

}

.vt-selector:hover:before{
  opacity: 0.4;
}


.vt-selector > *{
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;

  z-index: 20;
}

.vt-selector > img{
  width: 100%;
  height: auto;
}

.vt-selector-title{

  background-color: rgba(0, 10, 53, 0.8);
  opacity: 1;

  transition: opacity 400ms ease;
  z-index: 22;
}

.vt-selector:hover .vt-selector-title,
.vt-selector .vt-selector-title:hover{
  opacity: 0.6;
}

.vt-selector:hover .vt-selector-title > div,
.vt-selector .vt-selector-title:hover > div{
  opacity: 0;
}

.vt-selector-title > div{
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
}

.vt-selector-title > div > div{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
}

.vt-selectors h3,
.vt-selectors p{
  text-align: center;
}

.vt-selectors h3{
  font-size: 17px;
  margin-top: 12px;
  margin-bottom: 0px;
}

.vt-selectors p{
  font-size: 0.8em;
  line-height: 1.5em;
  font-style: italic;
  font-weight: normal;
  font-family: 'Merriweather', Georgia, serif;

  margin-bottom: 35px;
}

.vt-selectors .col-md-6:nth-child(2n+1) {
  clear: left;
}


@media (max-width: 991px){
  .v-testimonies{
    margin-left: -15px;
    margin-right: -15px;
  }

  .v-testimonies .row,
  .v-testimonies .row > *{
    padding-left: 1px;
    padding-right: 1px;
  }

    .v-testimonies .row > div:nth-child(2n+1) {
      clear: left;
    }

  .vt-selector{
    margin-bottom: 3px;
  }
}

@media (max-width: 767px){

  .v-testimonies{
    margin-left: -2px;
    margin-right: -2px;
  }

  .vt-featured-container{
    margin-bottom: 0px;
  }

  .vt-featured .vt-player{
    margin-bottom: 2px;
  }

  .vt-selectors h3,
  .vt-selectors p{
    display: none;
  }
}




.t-testimonies{
  margin-top: 80px;
  overflow: hidden;
}

.t-testimonies .row > *{
  position: relative;
  background-color: #DEB5ED;
  color: #fff;
  text-align: center;
  padding: 70px;

  padding-bottom: 570px;
  margin-bottom: -500px;
}

.t-testimonies .row > *:after{
  content: "";
  display: block;
  background-color: #DEB5ED;

  position: absolute;
  left: 100%;
  top: 0px;
  bottom: 0px;
  width: 1000px;
}

.t-testimonies .row > *:first-child{
  background-color: #92B0E3;
}

.t-testimonies .row > *:first-child:after{
  background-color: #92B0E3;
  left: auto;
  right: 100%;
}


@media (max-width: 991px){

  .t-testimonies .row > *{
    padding-left: 35px;
    padding-right: 35px;
  }

}

@media (max-width: 767px){
  .t-testimonies{
    margin-top: 0px;
  }

  .t-testimonies .row > *{
    padding: 40px 30px;
    margin-bottom: 0px;
  }

  .t-testimonies .row > *:after{
    display: none;
  }
}



.info-bloc{
  margin: 50px 0px;
}

.info-bloc .row{
  margin-left: -60px;
  margin-right: -60px;
  position: relative;
}

.info-bloc .row > div{
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.info-bloc .row > .col-illu{
  padding-left: 0px;
  padding-right: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.info-bloc:nth-child(2n+1) .row > .col-illu{
  left: 0%;
}


.section-infos h3,
.section-contact h3,
.section-help h3{
  font-family: 'Merriweather', Georgia, serif;
  font-size: 1.5em;
  line-height: 1.45em;
  font-style: italic;
  text-transform: none;
  font-weight: normal;
}

.img-container{
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: calc(100% - 20px);
}



@media (max-width: 991px) {

  .info-bloc .row > .col-illu{
    left: 66.6667%;
  }

  .info-bloc:nth-child(2n+1) .row > .col-illu{
    left: 0%;
  }

  .img-container{
    width: 100%;
    left: 0px;
  }



}

@media (max-width: 767px) {

  .info-bloc .row > .col-illu{
    position: static;
  }

  .img-container{
    position: static;
    transform: none;
    width: auto;
    margin: 40px auto;
    margin-top: 70px;
    max-width: 300px;
  }

}


.section.section-help{
  background-color: #93afdc;
  color: #fff;
}

.section.section-help h2:after{
  background-color: #fff;
}

.section-help h4{
  font-weight: 700;
  font-size: 43px;
  line-height:50px;
  text-transform: none;
  margin-top: 17px;;
}

.section-help h4 small{
  color: inherit;
  font-size: 20px;
}

.section-help h4 a{
  color: inherit;
  text-decoration: none;

  transition: color 200ms ease;
}

.section-help h4 a:hover{
  color: #000B35;
}


@media (max-width: 599px) {
  .section-help h3{
    font-size: 1.1em;
  }

  .section-help h4{
    font-size: 24px;
    line-height: 32px;
  }
}




.nav-col{
  display: block;
  position: fixed;
  right: 0px;
  top: 0px;
  bottom: 0px;

  width: 500px;
  margin-right: -500px;

  overflow: hidden;
   background-color: rgba(255, 255, 255, .95);
   background-size: cover;
   background-position: center center;
   z-index: 820;

   padding-left: 90px;
   transition: all 400ms ease;
}

.admin-bar .nav-col{
  top: 32px;
}


.nav-open .nav-col{
  margin-right: 0px;
}


#main-nav ul.menu{
  list-style: none;
  padding: 0px;
  margin-top: 60px;
  line-height: 47px;
  font-style: italic;
  font-weight: normal;
  font-family: 'Merriweather', Georgia, serif;
    padding-top: 300px;

  position: relative;
}

#main-nav ul.menu:before{
  content: "";
  display: block;
  width: 260px;
  height: 230px;
  background-image: url(../img/layout/nav-logo.png);
  background-size: contain;
  background-repeat: no-repeat;

  position: absolute;
  top: 40px;
  left: -10px;
}

.lang-fr #main-nav ul.menu:before{
  background-image: url(../img/layout/nav-logo-fr.png);
}

.lang-it #main-nav ul.menu:before{
  background-image: url(../img/layout/nav-logo-it.png);
}

.admin-bar .nav ul.menu{
}

ul.menu a{
  display: block;
  position: relative;
  font-size: 32px;
  line-height: 58px;
  color: #000B35;
}

ul.menu a:before{
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  left: -90px;
  top: 50%;
  margin-top: -1px;
  height: 1px;
  background-color: #000B35;
  opacity: 0.45;

  transition: width 400ms ease;
}

ul.menu a:hover,
ul.menu .active a{
  text-decoration: none;
}

ul.menu a:hover:before{
  width: 70px;

}

ul.menu .active a:before{
  width: 70px;
  opacity: 1;
}

.nav-contact{
  position: absolute;
  bottom: 45px;
  left: 90px;
  font-size: 18px;
  font-weight: bold;
}

.nav-contact a{
  color: inherit;
  opacity: 0.8;
  color: #93afdc;
}

.nav-contact a:hover{
  text-decoration: underline;
  opacity: 1;
}

.social-nav{
  position: absolute;
  bottom: 39px;
  right: 30px;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.social-nav li{
  display: block;
  margin: 5px 0px;
  padding: 0px;
}

.social-nav li a{
  display: block;
  width: 31px;
  height: 31px;

  background-repeat: no-repeat;
  background-position: center center;
  margin: 0px;
  padding: 0px;

  opacity: 0.7;
  transition: opacity 150ms ease;
}

.social-nav li a:hover{
  opacity: 1;
}

.social-nav li a.youtube{
  background-size: 31px 31px;
  background-image: url(../img/layout/youtube.png);
}

.social-nav li a.facebook{
  background-size: 31px 31px;
  background-image: url(../img/layout/facebook.png);
}

.language-nav{
  position: absolute;
  display: block;
  list-style: none;
  margin: 0px;
  padding: 0px;
  top: 40px;
  left: 95px;

  z-index: 300;
}

.language-nav > li{
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
}

.language-nav > li + li{
}

.language-nav > li + li:before{
  content: "|";
  display: block;
  float: left;
  margin: 0px 5px;
}

.language-nav > li a{
  color: #000B35;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}

.nav-backdrop{
  display: none;

  z-index: 195;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;

  background-color: #4a4a4a;
  opacity: 0.8;
}

@media (max-width: 600px){
  .nav-col{
    width: 100%;
    margin-right: -100%;
     background-color: #fff;
   padding-left: 50px;
  }

  ul.menu{
    margin-top: 110px;
  }

  ul.menu:before{
    content: "";
    display: block;
    width: 70px;
    height: 90px;
    background-image: url(../img/layout/nav-logo.png);
    background-size: 100%;
    background-repeat: no-repeat;

    position: absolute;
    top: -90px;
    left: -4px;
  }

  #main-nav ul.menu{
    padding-top: 170px;
    margin-top: 30px;
  }

  #main-nav ul.menu:before{
    width: 100%;
    height: 120px;
  }

  ul.menu a{
    font-size: 20px;
    line-height: 46px;
  }

  .language-nav{
    top: 24px;
    left: 55px;
  }

  .nav-contact{
    bottom: 80px;
    left: 50px;
    right: 20px;
    text-align: left;
    font-size: 14px;
  }

  .social-nav{
    bottom: 25px;
    left: 47px;
    text-align: left;
  }

  .social-nav li{
    display: inline-block;
    margin: 0px 3px;
  }

  .social-nav li a{
    display: inline-block;
  }


}




.section{
  position: relative;
  background-color: #ECEEF7;
  transition: opacity 400ms ease;
  overflow: hidden;
}

.section-intro{
  background-color: #dfb5f0;
  color: #fff;
}

.section-intro.section-testimonials{
  background-color: #93afdc;
  color: #fff;
}

.section > .container,
#footer > .container{
  max-width: 900px;

}


.section > .container > .row > *{
  padding-top: 100px;
  padding-bottom: 70px;
}


.section.section-intro > .container > .row > *{
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.section-testimonials > .container.vt-container > .row > *{
  padding-bottom: 0px;
}

.section.alt-color{
  color: #fff;
}



.section-partial > .map-col{
  display: block;
  position: absolute;
  right: 0px;
  left: calc(50% + 293px);
  top: 0px;
  bottom: 0px;
   background-color: #999;
   z-index: 100;
}

.map-col .wpgmza_map{
  height: 100% !important;
}

@media (max-width: 767px)
{
  .map-container{
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    margin-top: 30px;
  }
}


.section-partial > *{
  position: relative;
  z-index: 5;
}

.section-partial img{
  max-width: 100%;
  margin: 0px auto;
  height: auto;
  display: block;
}



#nav{
  position: absolute;
}

.nav-btn-container{
  position: fixed;
  z-index: 800;
}

.nav-open .nav-btn-container{
  left: auto!important;
  right: 0px !important;
  width: 130px;
  z-index: 830;
}

.nav-btn-container .hamburger{
  float: right;
  margin-top: 40px;
  margin-right: 40px;
  opacity: 0;
}

.nav-btn-container .midnightHeader .hamburger{
  opacity: 1;
}

.admin-bar .nav-btn-container .hamburger{
  margin-top: 60px;
}

@media (max-width: 767px) {
  .section-partial img{
    max-width: 60%;
  }

  .section-partial .img-container img{
    width: 60%;
    max-width: 60%;
  }


  .section-partial .vt-player img,
  .section-partial .vt-selector img{
    max-width: 100%;
  }
}

@media (max-width: 600px) {

  .nav-btn-container .hamburger{
    margin-top: 5px;
    margin-right: 10px;
  }

}



.form-group{

  position: relative;
  margin-bottom: 0px;
  padding-top: 13px;
}

.form-group.form-group-half{
  width: calc( 50% - 5px );
  float: left;
}

.form-group.form-group-half + .form-group.form-group-half.form-group-last{
  margin-left: 10px;
}

.form-group > label{
  position: absolute;
  top: 8px;
  left: 0px;
  height: 36px;
  width: 85px;
  display: block;

  font-weight: bold;
  text-transform: uppercase;
  line-height: 44px;


  z-index: 104;
}

.form-group.has-error > label{
  color: #FD4547;
}

.form-group .wpcf7-form-control-wrap{
  display: block;
  position: relative;
  z-index: 102;
}

.form-group .form-control{
  padding-left: 90px;
  background-color: transparent;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #000B35;


  display: block;
  box-sizing: border-box;
  height: 32px;
  width: 100%;
  color: #000B35;

-webkit-box-shadow: none;
box-shadow: none;

  transition: all 200ms ease;
}


.form-group .form-control:focus{
  border-bottom-color: #000;
}

.has-error .form-control:focus{
  border-color: #000B35;
  -webkit-box-shadow: none;
  box-shadow: none;
}



.form-group textarea.form-control{
  height: 150px;
  min-height: 50px;
  line-height: 18px;
  padding: 14px 20px;
  border: 1px solid #000B35;;
}

.form-group.form-group-textarea.has-error{
  margin-bottom: -28px;
}

.form-group.form-group-textarea label{
  clear: both;
  width: 100%;
  position: relative;
  margin-bottom: 8px;
}

.form-group.form-group-textarea.has-error label{
  color: #FD4547;
}

.form-actions{
  text-align: center;
  position: relative;
  padding-top: 10px;
  padding-bottom: 30px;
  margin-top: 20px;
}

.form-actions:after{

  content: "";
  width: 1px;
  height: 40px;
  display: block;
  position: absolute;
  top: -41px;
  left: 50%;

  background-color: #000B35;
}

.form-actions .wpcf7-submit{
  background: none;
  border: none;
  outline: none;
  display: inline-block;
  text-align: center;
  float: none;
  margin-left: 20px;

  color: #000B35;
  font-family: 'Merriweather', Georgia, serif;
  font-style: italic;
  font-size: 17px;
}

.form-actions img.ajax-loader{
  margin-top: -4px;
  ma
}




.form-group .form-control.wpcf7-not-valid{
  color: #FD4547;
  border-color: #FD4547;
}

.form-group span.wpcf7-not-valid-tip{

  color: #FD4547;
  font-weight: bold;
  padding: 4px 0px;
  margin-left: 0px;
  margin-right: 0px;
}


.wpcf7-form .wpcf7-validation-errors{
  border: solid 1px #FD4547;
  color: #FD4547;
}

.wpcf7-form .wpcf7-response-output{
  margin: 0px;
  padding: 14px 20px;
  font-weight: bold;
}




.section-content div.wpcf7-response-output{
  background-color: #EDA348;

  margin: 0px;
  margin-top: 20px;
  border: none;
  padding: 20px 25px;
  color: #333;
  font-weight: bold
}


@media (max-width: 460px)
{
  .form-group.form-group-half{
    width: 100%;
    float: none;
  }

  .form-group.form-group-half + .form-group.form-group-half.form-group-last{
    margin-left: 0px;
  }
}




.modal-content{
  border-radius: 0px;
}

.modal-header{
  background-color: #000B35;
  color: #fff;
}

.modal-header > *{
  color: #fff;
}

.modal .close{
font-weight: 100;
font-size: 70px;
margin-top: -9px;
line-height: 0px;
height: 60px;
padding: 0px 0px;
display: block;
position: absolute;
top: 0px;
right: 15px;
color: #fff;
font-family: "Helvetica Neue", sans-serif;

opacity: 0.8;
}

.modal .close:hover{
  opacity: 1;
  color: #fff;
}

.modal-backdrop{

background-color: rgba(50, 52, 66, 0.95);
}
.modal-backdrop.in{
 filter: alpha(opacity=100);
opacity: 1;
}


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent
}

.hamburger:hover {
    opacity: .7
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 78px;
    height: 22px
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: 0px
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 78px;
    margin-left: 0px;
    height: 2px;
    top: 2px;
    transition-timing-function: ease;
    transition-duration: .3s;
    transition-property: all;
    border-radius: 0px;
    background-color: #000B35;
}



.nav-light .hamburger-inner,
.nav-light .hamburger-inner:after,
.nav-light .hamburger-inner:before{
    background-color: #FFFFFF;
}


.is-active .hamburger-inner,
.is-active .hamburger-inner:after,
.is-active .hamburger-inner:before,
.nav-dark .is-active .hamburger-inner,
.nav-dark .is-active .hamburger-inner:after,
.nav-dark .is-active .hamburger-inner:before{
    background-color: #000B35;
}



.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: ''
}

.hamburger-inner:before {
    top: 8px;
    width: 58px;
    margin-left: 20px;
}

.hamburger-inner:after {
    top: 16px;
    width: 38px;
    margin-left: 40px;
}


.hamburger:hover .hamburger-inner:before {
    top: 8px;
    width: 68px;
    margin-left: 10px;
}

.hamburger:hover .hamburger-inner:after {
    top: 16px;
    width: 58px;
    margin-left: 20px;
}



.hamburger.is-active:hover .hamburger-inner,
.hamburger.is-active:hover .hamburger-inner:before,
.hamburger.is-active:hover .hamburger-inner:after,
.is-active .hamburger-inner,
.is-active .hamburger-inner:before,
.is-active .hamburger-inner:after {
  width: 78px;
  margin-left: 0px;
}



#footer{
  background-color: #000B35;
  color: #fff;
  font-size: 16px;
  padding: 40px 0px;
  opacity: 0.9;
}

#footer .col-first{
  font-weight: 700;
}


#footer a{
  color: #93afdc;
  text-decoration: none;
}

#footer a:hover{
  text-decoration: underline;
}

@media (max-width: 991px) {
  #footer{
    padding-left: 160px;
  }
}


@media (max-width: 599px) {
  #footer{
    padding-left: 0px;
    font-size: 14px;
  }
}



ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline-block;
  width: 25px;
  margin: 0px 4px;
  opacity: 0.7;

  transition: opacity 200ms ease;
}

ul.share-buttons li:hover{
  opacity: 1;
}

ul.share-buttons li img{
  width: 100%;
  height: auto;
}


.help-separator{
  display: block;
  position: relative;
  width: 100%;
  height: 0px;
  z-index: 180;
}

.help-separator a{
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;

  color: #fff;
  text-decoration: none;
  font-style: italic;
  font-weight: normal;
  font-family: 'Merriweather', Georgia, serif;

  opacity: 0.8;
  transition: opacity 150ms ease;

  transform: translate3d(-50%, 0, 0);

}

.help-separator a:after{
  content: "";
  display: block;
  position: relative;
  width: 1px;
  height: 40px;
  background-color: #fff;
  margin-left: 50%;
  margin-top: 10px;
}


.help-separator a:hover{
  text-decoration: none;
  opacity: 1;
}




