@font-face {
    font-family: 'TradeGothicLTStd';
    src: url('../fonts/TradeGothicLTStd-Bd2.eot');
    src: url('../fonts/TradeGothicLTStd-Bd2.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TradeGothicLTStd-Bd2.woff') format('woff'),
        url('../fonts/TradeGothicLTStd-Bd2.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

a{
  outline: none !important;
}

body{
  margin: 0;
  padding: 0;
}

.ss-page .ss-page-cont{
  width: 100%;
  height: 100vh;
  position: relative;
}

.ss-bg-video{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.ss-bg-video #ssVideo{
  width: 100%;
  height: 100%;
}

.ss-bg-video iframe{
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

.ss-v-cover{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.ss-v-cover .ss-v-cover-wrap{
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(../images/ss-v-cover1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.ss-v-cover .ss-v-cover-wrap img{
  width: 100%;
  height: auto;
  display: block;
  z-index: 3;
  position: relative;
}

.ss-v-cover .ss-v-cover-wrap .ss-play-cta-wrap{
  position: absolute;
  z-index: 4;
  top: 36px;
  width: 100%;
  text-align: center;
  display: block;
}

.ss-v-cover .ss-v-cover-wrap a.ss-play-cta{
  font-family: 'TradeGothicLTStd', sans-serif;
  font-weight: 700;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px;
  font-size: 28px;
  letter-spacing: 0.5px;
  cursor: pointer;
  text-decoration: none;

  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.ss-v-cover .ss-v-cover-wrap a.ss-play-cta:hover{
  color: #ffff00;
}

.ss-bg-video{
    position: relative;
    min-width: 768px;
}

#loader {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0,0,0,0.8);
}

#loading{
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: auto;

    animation: stretch 1s ease-out 0s alternate infinite;
}

@keyframes stretch {
    0% {
        color:#000;
    }
    100% {
        color:#fff;
    }
}

.ss-header{
  position: fixed;
  z-index: 20;
  left: 0;
  width: 100%;
}

.ss-header{
  bottom: 36px;
}

.ss-header .ss-header-wrap{
  padding: 0 36px;
}

.ss-header .ss-header-wrap .ss-header-cont{
  position: relative;
  display: flex;
}

.ss-header .ss-header-wrap .ss-header-cont .header-cell{
  flex: 1;
}

.ss-header .ss-header-wrap .ss-header-cont .header-cell.left{
  text-align: left;
}

.ss-header .ss-header-wrap .ss-header-cont .header-cell.right{
  text-align: right;
}

.ss-header .ss-header-btn{
  /*position: absolute;*/
  display: inline-block;
  top: 0;
  width: 220px;
  height: 60px;
  line-height: 60px;
  background: transparent;
  color: #fff;
  font-family: 'TradeGothicLTStd', sans-serif;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;

  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.ss-header .ss-header-btn:hover{
  color: #ffff00;
}

.ss-header .ss-header-btn.insta{
  left: 0;
}

.ss-header .ss-header-btn.email{
  right: 0;
}

.fancybox-slide{
  padding: 0;
}

.fancybox-slide--video .fancybox-content{
  width: 100% !important;
  height: 100% !important;
}

/* responsive */
@media screen and (max-width: 768px) {
  .ss-header .ss-header-wrap {
    padding: 27px 27px 0;
  }

  .ss-header .ss-header-btn {
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
  }

  .ss-v-cover .ss-v-cover-wrap a.ss-play-cta{
    font-size: 24px;
    height: 50px;
    line-height: 50px;
  }

  .ss-bg-video{
    min-width: unset;
  }

  .ss-header{
    bottom: 80px;
  }
}

@media screen and (max-width: 520px) {
  .ss-header .ss-header-wrap {
    padding: 18px 18px 0;
  }

  .ss-header .ss-header-btn {
    width: 150px;
    height: 44px;
    line-height: 44px;
    font-size: 22px;
  }

  .ss-v-cover .ss-v-cover-wrap a.ss-play-cta {
    font-size: 22px;
    height: 48px;
    line-height: 48px;
  }
}

@media screen and (max-width: 420px) {
  .ss-header .ss-header-wrap {
    padding: 15px 15px 0;
  }

  .ss-header .ss-header-btn {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }

  .ss-v-cover .ss-v-cover-wrap a.ss-play-cta{
    font-size: 20px;
  }
}

@media screen and (max-width: 375px) {
  .ss-header .ss-header-btn {
    width: 120px;
    font-size: 18px;
  }
}
