/* oppo header remover */
#oc-header { transition: opacity 0s !important; }

/* locomotion hide stuff hack to work better in editor */
.presents, .typo, .billion, .logos, .findx3logomobile,
.keithtext, .shotonhl, .shotonslider, .shotoncta, .first3dmap, 
.shootheading, .shotonoppoarrow, .shootcta, .videocontainer, .x3heading,
.html-embed-3, .link-block, .x3features, .x3features2, .x3phone, .x3cta,
.oppofindx3logo, .x3features3, .buttonmore2, .series_desktop, 
.btshl, .btscopy, .btsdisclaimer, .div-block-25, 
.kspcapture, .kspadjust, .kspshowcase,
.gquestion, .gwrong, .gright, .gagain, .gdescription
{
	opacity: 0;
}

	a { text-decoration: none; display: inline; }
	video { width: 100%; }
  #oc-header { height: 80px; }
  
  .plyr__control--overlaid {
  	background: #cbb4a5  !important;
  }
  
  .plyr--full-ui input[type=range] {
  	color: #cbb4a5  !important;
  }
  
  .plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: #cbb4a5  !important;
    color: #fff;
}
  
  .c-scrollbar {
  	z-index: 10000;
  }
  
  .fadeIn1 {
  	-webkit-transition-delay: 200ms;
  	-moz-transition-delay: 200ms;
  	-o-transition-delay: 200ms;
  	transition-delay: 200ms;
  	transition-property: opacity;
    opacity: 1;
  }
  
  .fadeIn1-5 {
  	-webkit-transition-delay: 400ms;
  	-moz-transition-delay: 400ms;
  	-o-transition-delay: 400ms;
  	transition-delay: 400ms;
  	transition-property: opacity;
    opacity: 1;
  }
  
  .fadeIn3 {
  	-webkit-transition-delay: 600ms;
  	-moz-transition-delay: 600ms;
  	-o-transition-delay: 600ms;
  	transition-delay: 600ms;
  	transition-property: opacity;
    opacity: 1;
  }
  
  .fadeIn4 {
  	-webkit-transition-delay: 800ms;
  	-moz-transition-delay: 800ms;
  	-o-transition-delay: 800ms;
  	transition-delay: 800ms;
  	transition-property: opacity;
    opacity: 1;
  }
  
  .bodyScroll {
  	overflow: visible;
  }
  
  body {
  background: white;
}

.loadingicon {
  display: inline-block;
  position: relative;
  animation: loadingicon 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

@keyframes loadingicon {
  0% {
    transform: scale(0.95);
  }
  5% {
    transform: scale(1.1);
  }
  39% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.9);
  }
}

video.videoModular {
  width: 992px;
}

/* ksp videos */
@media screen and (max-width: 991px) {
  video.videoModular {
    width: 768px;
  }
}

@media screen and (max-width: 767px) {
  video.videoModular {
    width: 479px;
  }
}

@media screen and (max-width: 479px) {
  video.videoModular {
    width: 100%;
  }
}



.gameHide {
    display: none;
}

.gameHideOpacity {
  display: none;
}

.gameShowOpacity {
  opacity: 1;
}

.gameShow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.oh-nav .oh-nav-list {
  margin-top: 0;
}

.gquestion, .gwrong, .gright, .gagain, .gdescription {
    position: absolute;
    font-size: 1px;
}

.guessoben, .guessmitte {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-family: 'Opposans ultra', sans-serif;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

.guessmitte {
    font-size: 23px;   
}

@media screen and (max-width: 479px) {
    .guessoben {
        font-size: 16px;
    }

    .guessmitte {
        font-size: 12px;
        line-height: 24px;
    }

    .guessoben, .guessmitte {
        margin-bottom: 20px;
    }

    .guesscontainer {
        height: auto;
      }
  
      .guessbuttons {
        position: relative;
        top: 0;
        margin-top: 50px;
        margin-bottom: 50px;
      }
  }

  @media screen and (max-width: 767px) {
    .guessoben {
        font-size: 16px;
    }

    .guessmitte {
        font-size: 12px;
        line-height: 24px;
    }

    .guessoben, .guessmitte {
        margin-bottom: 20px;
    }

    .guessbuttons {
        position: relative;
        top: 0;
        margin-top: 50px;
        margin-bottom: 50px;
      }
  }