#video-header .container {
  width: 92%;
}
@media (min-width: 577px) {
  #video-header .container {
    width: 96%;
    /*max-width: 718px;*/
  }
}
@media (min-width: 668px) {
  #video-header .container {
    width: 96%;
    /*max-width: 718px;*/
  }
}
@media (min-width: 1281px) {
  #video-header .container {
    width: 96%;
    max-width: 1375px;
  }
}
@media (min-width: 1980px) {
  #video-header .container {
    width: 96%;
    max-width: 1560px;
  }
}
#video-header .scroll-wrap {
  position: relative;   
}    
#video-header h1 {
  font-family: 'FFDINWebProBold';
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 0;
  text-align: left;
  text-transform: none;
}
#video-header .bigline {
  color: #ffffff;
  font-family: 'FFDINWebProBold';
  font-size: 40px;
  line-height: 51px;
  margin: 0 0 10px;
}
#video-header .big-number {
  color: #ffffff;
  font-family: 'FFDINWebProBold';
}
#video-header .big-number span {
  color: rgba(255,255,255,0.3);
}
#video-header .btn.btn-primary {
  color: #fff;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 0px;
  font-family: 'FFDINWebProBold';
  font-size: 16px;
  line-height: 21px;
  padding: .6rem .75rem;
  text-transform: none;
}
#video-header a {
  text-decoration: none;
    transition: all 0.3s ease-in-out;
    outline: none !important;
    color: #ff3200;
}
#video-header a:hover, #video-header a:focus {
    outline: none !important;
    text-decoration: none;
}
#video-header .bg-dark-grey {
  background-color: #2C3238;
  color: rgba(255, 255, 255, 0.9);
  padding: 30px 0;
  overflow: hidden;
}
@media (min-width: 577px) {
  #video-header h1 {
    font-family: 'FFDINWebProBold';
    font-size: 18px;
    line-height: 23px;
  }
}
@media (min-width: 668px) {
  #video-header h1 {
    font-size: 20px;
    line-height: 26px;
  }
  #video-header .bigline {
    font-size: 70px;
    line-height: 91px;
    padding: 20px 0;
  }
  #video-header .btn.btn-primary {
    font-size: 20px;
    line-height: 28px;
  }  
}
@media (min-width: 1281px) {  
  #video-header h1 {
    font-size: 22px;
    line-height: 28px;
  }
  #video-header .bigline {
    font-size: 90px;
    line-height: 116px;
    padding: 30px 0;
  }
  #video-header .btn.btn-primary {
    font-size: 22px;
    line-height: 28px;
  }
  /*.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto,
  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto,
  .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto,
  .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto,
  .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 30px;
    padding-left: 30px;
  }
  .row {
    margin-left: -30px;
    margin-right: -30px;
  }*/
}
/***
********************  HEADER   **************************
***/

#video-header header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 3;
  height: 50px;
  background-color: transparent;
  -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#video-header header.fill {
  background-color: #FF3700;
}
#video-header header.alwaysfilled {
  background-color: #FF3700 !important;
}
#video-header header .logo img {
  height: 30px;
  position: absolute;
  top: 10px;
  left: 8%;
}
@media (min-width: 577px) {
  #video-header header .logo img {
    left: 4%;
  }
}
@media (min-width: 668px) {
  #video-header header .logo img {
    height: 33px;
    width: 74px;
    top: 8px;
  }
  #video-header .touchbutton svg{
    width: 33px;
    height: 33px;
  }
}  
#video-header .touchbutton {
  padding: 13px 10px 13px 10px;
  line-height: 20px;
  position: absolute;
  top: 0px;
  right: 15px;
  transition: all 0.3s;
}
#video-header .touchbutton svg {
    width: 30px;
    height: 30px;
  transition: all 0.3s;
  pointer-events: none;
}
#video-header svg {
  max-width: 100%;
  vertical-align: middle;
}

/* section justtext */
#video-header .justtext {
  margin: 120px 0 50px;
}
#video-header .justtext, #video-header .justtext .hero-bigfont {
  color: #000;
  font-family: 'FFDINWebProBold';
  font-size: 40px;
  line-height: 51px;
  transition: transform 0.5s;
}
/*section hero*/
#video-header .hero-container {
  color: #fff;
    width: 100%;
    height: 100vh;
}
#video-header .hero-container video {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
@supports (object-fit: cover) and (-ms-ime-align:auto) {
  #video-header .hero-container video {
    height:auto;
  }
}
#video-header .video-container {
    position: absolute;
    /*top: -50%;
    left: 0%;
    width: 220%;
    height: 200%;*/
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}
#video-header video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
}
@media (min-width: 960px) {
  #video-header .video-container {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
  }
}
#video-header .hero-container .hero-image {
  background-size: cover;
  background-position: center center;
  height: 100%;
}
#video-header .hero-container .rellax-wrap {
  margin: 0;
}
#video-header .hero-container .rellax.rellax-img {
  height: 100%;
}
#video-header .hero-container .rellax-wrap {
  height: 100%;
}
#video-header .hero-container .rellax-text {
  top: 50%;
  bottom: initial;
}
#video-header .hero-box .blackbox {
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  font-family: 'FFDINWebPro';
  padding: 30px 20px 35px;
  text-align: left;
}
#video-header .hero-container .overlay {
  /*left: 8%;*/
  opacity: 1;
  position: absolute;
  /*top: 50%;*/
}
#video-header .hero-container .hero-bigfont {
  font-family: 'FFDINWebProBold';
  /*font-size: 40px;
  line-height: 51px;*/
  transform: translate(0, -50%);
  max-width: 75%;
  transition: transform 0.5s;
}
#video-header .hero-box {
  margin: -100px 0 50px;
  opacity: 0;
  transition: opacity 1.5s;
}
#video-header .hero-box.fade-in {
  opacity: 1;
}
#video-header .hero-box .blackbox p {
  font-size: 16px;
  line-height: 21px;
  margin: 25px 0;
  text-align: left;
}
#video-header .hero-box .btn.btn-primary:hover {
  background-color: #FF3700;
}
#video-header .mousescroll  {
  position: absolute;
  margin: 0 auto;
  bottom: 70px;
  width: 100px;
  left: 0;
  right: 0;
}
#video-header #scroll-max {
  overflow-x: hidden;
}
@media (min-width: 577px) {
  #video-header .hero-container .overlay {
    /*left: 4%;*/
  }
  #video-header .hero-container .hero-bigfont {
   /* font-size: 50px;
    line-height: 50px;*/
    max-width: 70%;
  }
  #video-header .hero-container .rellax-text {
    max-width: 70%;
    top: 42%;
  }
  #video-header .justtext, #video-header .justtext .hero-bigfont {
    font-size: 50px;
    line-height: 50px;
  }
}  

@media (min-width: 577px) and (max-width: 667px) {
  #video-header .hero-box {
    margin: -65px 0 50px;
  }
  #video-header .hero-box .blackbox p {
    font-size: 18px;
    line-height: 23px;
    margin: 26px 0;
  }

}
@media (min-width: 668px) {
  #video-header .hero-box {
    margin: -120px 0 50px;
  }
  #video-header .hero-container .hero-bigfont {
    /*font-size: 70px;
    line-height: 75px;*/
    max-width: 80%;
  }
  #video-header .hero-box .blackbox p {
    font-size: 20px;
    line-height: 26px;
    margin: 32px 0;
  }
  #video-header .justtext, #video-header .justtext .hero-bigfont {
    font-size: 70px;
    line-height: 75px;
  }
  #video-header .justtext {
    margin: 140px 0 60px;;
  }  
}  
@media (min-width: 992px) {
  #video-header .mousescroll {
    bottom: 20px;
    width: 150px;
  }
  #video-header #scroll-max {
    padding-top: 60px;
  }
  #video-header .hero-box {
    bottom:initial;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 320px;
    padding-top: 80px;
  }
  #video-header .hero-box.move {
    position: fixed;
    top: 120px;
  }
  #video-header .hero-container .hero-bigfont {
    max-width: 55%;    
  }
  #video-header .hero-container .overlay {
    top: 57%;
    bottom: 0;
    padding-top: 80px
  }
  #video-header .hero-bigfont.thankyou {
    margin-top: 0;
  }
}
@media (min-width: 1281px) {
  #video-header #scroll-max {
    padding-top: 80px;
  }
  #video-header .hero-container .overlay {
    top: 70%;
  }
  #video-header .hero-container .hero-bigfont {
   /* font-size: 90px;
    line-height: 95px;*/
    max-width: 42%;
  }
  #video-header .hero-box .blackbox p {
    font-size: 22px;
    line-height: 28px;
    margin: 34px 0;
  }  
  #video-header .justtext, #video-header .justtext .hero-bigfont {
    font-size: 90px;
    line-height: 95px;
  }
  #video-header .justtext {
    margin: 220px 0 80px;
  }
}  
/*section Left-Column-Text*/
#video-header .text-card {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 30px;
}
#video-header .text-card p {
text-align: left;
}
#video-header .text-card h2, #video-header .text-card-form h2 {
  font-family: 'FFDINWebProBold';
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
  text-align: left;
}
#video-header .orange-compass, #video-header .white-compass {
  position: relative;
}
#video-header .orange-compass img {
  position: absolute;
  width: 140%;
  left: 16%;
  top: -230px;
  z-index: -1;
}
@media (min-width: 577px) {
  #video-header .text-card {
    margin-bottom: 35px;
  }
}
@media (min-width: 668px) {
  #video-header .text-card {
    margin-bottom: 60px;
  }
  #video-header .text-card h2, #video-header .text-card-form h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1281px) {
  #video-header .orange-compass img {
    left: 40%;
    top: -450px;
  }
  #video-header .text-card {
    font-size: 20px;
    line-height: 26px;
  }
  #video-header .text-card h2 {
    font-size: 30px;
    line-height: 34px;
  }
  #video-header .img-text {
    margin: 50px 0;
  }
}  
#video-header .big-number {
  margin: 30px 0 0;
}
#video-header .big-number span {
  font-family: 'FFDINWebProBold';
  font-size: 60px;
  line-height: 60px;
}
#video-header .big-number hr {
  border-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    border-width: 1px;
    border-color: #7c858c;
    margin: 0px 0px 10px 0px;
}
#video-header .rellax-wrap {
  height: 375px;
  margin: 10px 0 50px;
  overflow: hidden;
  position: relative;
}

#video-header .rellax.rellax-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 475px;
}
#video-header .rellax-text {
  bottom: 20%;
  left: 30px;
  max-width: 80%;
  position: absolute;
}
#video-header .rellax span {
  color: #fff;
  font-family: 'FFDINWebProBold';
  font-size: 40px;
  line-height: 35px;
}
@media (min-width: 577px) {
  #video-header .rellax span {
    font-size: 50px;
    line-height: 44px;
  }
}
@media (min-width: 668px) {
  #video-header .rellax-text {
    bottom: 50px;
    left:initial;
  }
}
@media (min-width: 960px) {
  #video-header .rellax-wrap {
    height: 560px;
  }
  #video-header .rellax-text {
    position: relative;
    bottom: 180px;
    left: 0;
  }
  #video-header .rellax.rellax-img {
    height: 560px;
  }
  #video-header .rellax span {
    font-size: 70px;
    line-height: 65px;
  }
}
@media (min-width: 1281px) {
  #video-header .rellax-text {
    left: 15px;
    bottom: 260px;
  }
  #video-header .rellax span {
    /*font-size: 90px;
    line-height: 80px;*/
    font-size: 75px;
    line-height: 70px;
  }
  #video-header .rellax-wrap {
    margin: 30px 0 80px;
  }
  #video-header .rellax-wrap, #video-header .rellax.rellax-img {
    height: 790px;
  }
  #video-header .big-number {
    font-size: 30px;
    line-height: 38px;
    margin: 50px 0;
  }
  #video-header .big-number span {
    font-size: 90px;
    line-height: 90px;
  }
}
#video-header .img-wrap {
  margin: 50px 0 20px;
}
#video-header .img-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  #video-header .img-wrap {
    margin: 0;
  }
}
@media (min-width: 992px) {
.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%
}}

.owl-nav button{
  position: absolute;
  top: 45%;
}
.owl-nav button span {
  font-size: 80px;
  line-height: 80px;
}
@media (min-width: 992px) {
  .owl-nav button span {
    font-size: 140px;
    line-height: 140px;
  }
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}