.ivbsGeneral * {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.divVideoStep a:hover {
    color: inherit;
}

.divVideoStep a {
    text-decoration: none !important;
}

.divVideoStep * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ivbsGeneral img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
}
.ivbsGeneral .ivTrigger {
  background: url(//static.r66net.com/Content/Images/arrow-down.png) right 5px no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  font-size: 8px;
  line-height: 16px;
  padding-right: 14px;
  cursor: pointer;
  font-weight: 600;
  word-spacing: 2px;
  color: #333;
  float: right; 
}
.ivbsGeneral .ivTrigger.active {
  background: url(//static.r66net.com/Content/Images/arrow-up.png) right 5px no-repeat;
}
.ivbsGeneral .ivPicto img {
	float: right; 
	margin-right: 4px; 
	margin-top: 2px;
}
.ivbsGeneral .ivDropDown {
    background: #fff;
    display: none;
    position: absolute;
    z-index: 99999999;
    right: 0;
    top: 15px;
    cursor: pointer;
    padding: 0;
    text-align: right;
}
.ivbsGeneral .ivDropDown a, .ivbsGeneral .ivDropDown span {
  padding: 5px 10px;
  color: #333!important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 10px;
  display: block!important;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  outline: 0 none;
  text-decoration: none !important;
  background: #fff;
}
.ivbsGeneral .ivDropDown a:hover, .ivbsGeneral .ivDropDown span:hover {
  text-decoration: underline !important;
  background: #fff!important;
}
.ivCookieInfo {
  display: none;
}
.ivCookieInfo.active {
  display: block;
  position: absolute;
  z-index: 9999999999 !important;
  top: 0;
  right: 104%;
  padding-right: 10px;
  width: 100%;
  text-align: left;
  width: 200px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.ivForgetDialog.ivCookieInfo.active {
    top: 20px;
}
.ivConfirmCookiesDeleteDialog.ivCookieInfo.active {
    top: 20px;
}
.ivThankYouForgetDialog.ivCookieInfo.active {
    top: 20px;
}
.ivCookiesDeletedDialog.ivCookieInfo.active {
    top: 20px;
}
.ivCookieInfo > div {
  background: #fff;
  padding: 10px;
  width: 200px;
  margin: 0 auto;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eee;
}
.ivCookieInfo img {
  position: absolute;
  top: 5px;
  right: -8px;
  z-index: 99999;
  width: 8px;
  display: block;
}
.ivCookieInfo.active p {
  font-size: 10px !important;
  line-height: 14px !important;
  font-family: Arial, helvetica, sans-serif !important;
  margin: 0 0 4px !important;
  padding: 0 !important;
}
.ivCookieInfo.active a {
  font-size: 10px !important;
  line-height: 12px !important;
  font-family: Arial, helvetica, sans-serif !important;
  text-decoration: none !important;
  color: #f46c0f !important;
  display: block;
  margin-bottom: 2px !important;
  padding: 0;
  border: 0;
}
.ivCookieInfo a:hover {
  text-decoration: underline !important;
}
.ivCookies {
  position: relative;
}
.ivThumbContainer {
  overflow: hidden;
  text-align: center;
  border: 1px solid #e6e8eb;
  position: relative;
  margin: 0 auto;
  padding: 0;
  clear: both;
  background: #fff;
  cursor: pointer;
}
.ivVisiInTransition {
    z-index: 1999;
    position: relative;
}
.ivVisiActive {
    z-index: 1999;
    position: relative;
}

/* popup */
 #ivPopupContainer {
  background: rgba(0, 0, 0, 0.6);
  z-index: 2147483647;
  width: 100%;
  height: 100%;
  margin: 0;
  position: fixed;
  left: 0;
  top: 0;
  font-family: Arial, Helvetica, sans-serif;
}
#ivPopupContainer a, a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
}
#ivPopupContainer img {
  display: block;
  border: 0;
}
#ivPopup {
  display: block;
  width: 76%;
  height: 90%;
  position: fixed;
  top: 5%;
  left: 50%;
  margin: 0 0 0 -38%;
  z-index: 2147483647;
  overflow: hidden;
}
#ivPopup.maximize {
  left: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#ivPopup.maximize .max-btn, #ivPopup .min-btn {
  display: none !important;
}
#ivPopup .max-btn, #ivPopup.maximize .min-btn {
  display: block !important;
}
#ivPopup .fermer {
  height: 20px;
  width: 100%;
  background-color: #333;
  text-align: right;
  color: #d6d6d6;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 4px 8px;
}
#ivPopup .fermer * {
  display: block;
}
#ivPopup .fermer p {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
}
#ivPopup #fermer-msg {
  display: none;
  background: #333;
  position: absolute;
  right: 8px;
  top: 4px;
  z-index: 1;
}
#ivPopup.maximize #fermer-msg {
  right: 28px;
  top: 24px;
}
#ivPopup #fermer-btn {
  cursor: pointer;
}
#ivPopup #fermer-btn img {
  margin: 1px 0;
  height: 10px;
  display: block;
  float: right;
}
#ivPopup #resize-btn {
  float: left;
  cursor: pointer;
}
#ivPopup .fermer #resize-btn img {
  height: 12px;
}
#sewebContainer {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0px;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  background-image: url(//static.r66net.com/Content/Images/loading-black.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.ivbsAnchor:hover,
.ivbsAnchor {
    text-decoration: none!important;
    padding: 0!important;
    margin: 0!important;
    background: none!important;
    position: static!important;
    border: 0!important;
    opacity: 1!important;
}
/* compensate for the 20px that the bar pushes sewebContainer down */
#sewebContainer.nonInbound {
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sewebContainer iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}
@media all and (max-width: 1600px) {
  #ivPopup {
    width: 80%;
    margin: 0 0 0 -40%;
  }
}
@media all and (max-width: 1400px) {
  #ivPopup {
    width: 86%;
    margin: 0 0 0 -43%;
  }
}

/* sticky */
.ivStuckBottom {
    position: fixed;
    bottom: 5px;
}
.ivStuckTop {
    position: fixed;
    top: 5px;
}
.ivSticky {
    z-index: 999999;
    width: 100%;
    margin: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ivAnimTrans {
    -webkit-transition: all 2s ease-out;
    transition: all 1s ease-in-out;
}
.ivStickyClose {
    background: url(//static.r66net.com/Content/Images/btnClose.png);
    background-position: top right;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
}
.ivStuckBottom.ivCanClose .ivStickyClose,
.ivStuckTop.ivCanClose .ivStickyClose {
    display: block;
}
.ivStickyCloseTime {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
  color: #fff;
  background: rgba(0,0,0,0.33);
  border-radius: 50%;
  justify-content: center;
  text-align: center;
  align-content: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.ivStuckTop .ivStickyCloseTime, .ivStuckBottom .ivStickyCloseTime{
display: flex;
}
.ivCanClose .ivStickyCloseTime{
display: none;
}

/* zoom */
#ivbsToggleSound {
    width: 38px !important;
    height: 38px !important;
    z-index: 1000;
    position: absolute;
    right: 5px;
}
#ivbsToggleSound.ivbsToggleMute {
    background-image: url('//bvt.r66net.com/vi/muted_w.svg');
}

#ivbsToggleSound.ivbsToggleUnmute {
    background-image: url('//bvt.r66net.com/vi/unmuted_w.svg');
}
.ivStuckTop #ivbsToggleSound, .ivStuckBottom #ivbsToggleSound {
    display: none;
}
.ivPlay {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 55%;
    height: 100%;
    transition: all 1s ease-out;
    background-color: #000;
    position: absolute;
    box-sizing: border-box;
}

/* reveal */
.cd-image-container {
    position: relative;
    width: 100.4%;
    margin: 0;
}
.cd-image-container img {
    display: block;
    width: 100%;
}
.cd-image-label {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    padding: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
    visibility: hidden;
}
.cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-right: 3px solid rgba(255,255,255,0.9);
}
.cd-resize-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100% !important;
    width: auto !important;
    max-width: none !important;
}

.cd-resize-img .cd-image-label {
    right: auto;
    left: 0;
}
.cd-resize-img {
    width: 50%;
    -webkit-animation: cd-bounce-in 0.7s;
    -moz-animation: cd-bounce-in 0.7s;
    animation: cd-bounce-in 0.7s;
}
.cd-handle {
    position: absolute;
    height: 44px;
    width: 44px;
    left: 50%;
    top: 50%;
    margin-left: -24px;
    margin-top: -22px;
    border-radius: 50%;
    background: #fff url("//bvt.r66net.com/reveal/cd-arrows-black.png") no-repeat center center;
    cursor: move;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
    background-color: #f6f6f6;
}
.cd-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

/* STORIES */

.iv-stories .iv-swiper-pagination-bullet{
  height: 5px;
  flex-grow: 1;
  width: auto;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 11px;
  position: relative;
  overflow: hidden;
  opacity: 1;
}
.iv-stories .iv-swiper-pagination-bullet span{
position:absolute;
left: 0;
top: 0;
background: #fff;
display: inline-block;
width: 100%;
height: 100%;
 transform: translateX(-100%);
color: rgba(255,255,255,0);
}
.iv-stories .swiper-pagination{
width:100%!important;
}
.iv-stories .iv-swiper-container-horizontal>.iv-swiper-pagination-bullets,.iv-stories .iv-swiper-pagination-custom,.iv-stories .iv-swiper-pagination-fraction{
  line-height: 16px!important;
  top: 5px;
  left: 0;
  width: 100%;
  display: flex;
  text-align: left;
  padding: 10px;
  height: 16px;
}

.iv-stories .iv-swiper-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.iv-stories .iv-swiper-container { 
  width: 100%!important; 
  height: 100%!important; 
} 
.iv-stories .iv-swiper-slide {
  width: 100%!important;
  height: 100%!important;
  overflow: hidden;
}

.iv-stories .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
  z-index: 11;
}
.iv-stories .video-container video {
  position: absolute;
   top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: auto;
  height: auto;
  min-width: 100%; 
  min-height: 100%; 
}

@supports (object-fit: cover) {
  .iv-stories .video-container video {
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    min-width: initial; 
    min-height: initial;
    transform: initial;
    object-fit: cover;
  }
}

.iv-stories .iv-swiper-slide{
  visibility: hidden;
}
.iv-stories .iv-swiper-slide-active{
  visibility: visible;
}
.iv-stories .iv-swiper-lazy-preloader{
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
  animation: swiper-preloader-spin 1s steps(12,end) infinite;
}
.iv-stories .iv-swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(//bvt.r66net.com/sliders/load.svg);
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
@keyframes swiper-preloader-spin{
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#ivSwipeWrap.iv-stories{
  background: #000000d1;
  height: 100vh;
  position: fixed;
  display:none;
  top: 0;
  left: 0;
  width: 100vw;
}

#ivSwipeContent {
  position: fixed;
  height: 100vh;
  width: 100vw;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 999999999999999;
}	

.iv-top-dropshadow{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 999999999999999;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0) 100%); 
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 1%,rgba(0,0,0,0) 100%); 
  background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 1%,rgba(0,0,0,0) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 ); 
}

.iv-stories .iv-close-btn{
  position: absolute;
  color: #fff;
  top: 25px;
  right: 5px;
  padding: 15px;
  width: 50px;
  height: 50px;
  z-index: 999;
  opacity: 0.7;
}

#swipe-up-container, .swipe-up-container{
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  height: 100px;
  left: 0;
  z-index: 999;
  background: linear-gradient(45deg, #00000052, transparent);
  background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#656565',GradientType=0 );
}
.swipe-up-btn{
  color: #fff;
  font-size: 16px;
  padding-right: 35px;
  letter-spacing: 0.5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  white-space: nowrap;
}

.swipe-up-arrow, .swipe-up-arrow:before, .swipe-up-arrow:after{
  position: absolute;
  width: 20px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: rgba(0,0,0,0);
  }
  .swipe-up-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    margin-top: -2px;
    margin-left: -15px;
  }
  .swipe-up-arrow:after, .swipe-up-arrow:before{
    display: block;
    content: "";
    background-color: rgba(255,255,255,1);
  }
  
  .swipe-up-arrow:before {
    transform: rotate(-45deg);
    left: -6px;
  }
  
  .swipe-up-arrow:after {
    transform: rotate(45deg);
    right: -7px;
  }
  .active .swipe-up-arrow:before {
    transform: translate3d(-2px,1px,0) rotate(45deg) scaleX(.7);
  } 
  
  .active .swipe-up-arrow:after {
    transform: translate3d(-3px, -2px,0) rotate(-45deg) scaleX(1.2);
  } 

  .ivStoriesStopped .iv-hide{
    opacity: 0;
    transition: opacity 0.5s ease-out;
  }
  .noselect {
    -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none;-ms-user-select: none;
  }
  .iv-stories .ivbsToggleSound {
    width: 35px!important;
    height: 35px!important;
    z-index: 1000;
    position: absolute;
    right: 60px;
    top: 33px;
    opacity: 0.7;
}

.iv-swiper-desktop{
  display: none;
}
.iv-stories .iv-swiper-button-prev,
.iv-stories .iv-swiper-button-next{
    width: 50%;
    height: 90%;
    position: absolute;
    top: 10%;
    z-index: 1;
    margin: 0;
    background: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.iv-stories .iv-swiper-button-prev{
    left: 0;
  	}
    .iv-stories .iv-swiper-button-next{
    right: 0;
    }
    

@media all and (min-width: 800px){
  .iv-swiper-mobile{
    display: none;
  }
   #ivSwipeContent {
    width: 35vw;
}

.iv-stories .iv-swiper-button-prev,
.iv-stories .iv-swiper-button-next{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin: -20px;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.iv-stories .iv-swiper-button-prev{
  left: calc(50% - 16.5vw - 55px);
  background: url(//bvt.r66net.com/sliders/left-arrow-w.svg) no-repeat center;
  background-size: cover;
  }
  .iv-stories .iv-swiper-button-next{
  right: calc(50% - 16.5vw - 55px);
  background: url(//bvt.r66net.com/sliders/right-arrow-w.svg) no-repeat center;
  background-size: cover;
  } 
  	
.iv-swiper-desktop{
  display: inline-block;
}
  span.swipe-up-btn:hover {
    background: #00000030;
}
span.swipe-up-btn:active {
    background: #00000055;
}
.swipe-up-btn {
    font-size: 17px;
    padding: 3px 10px;
    padding-right: 35px;
    border-radius: 5px;
}
.swipe-up-arrow {
    margin-top: -2px;
    margin-right: 11px;
    transform: rotate(90deg);
}

.swipe-up-arrow, .swipe-up-arrow:before, .swipe-up-arrow:after{
    width: 15px;
}
.swipe-up-arrow:before{
    left: -4px;
}
.swipe-up-arrow:after{
    right: -5px;
}
.active .swipe-up-arrow:before {
    transform: translate3d(7px,3px,0) rotate(-45deg) scaleX(.8);
}
.active .swipe-up-arrow:after {
    transform: translate3d(-6px, -9px,0) rotate(45deg) scaleX(1.7);
}
}
@media all and (min-width: 1500px){
  .swipe-up-btn {
    font-size: 23px;
}
#ivSwipeContent {
      width: 30vw;
}
.iv-swiper-button-prev{
  left: calc(50% - 15vw - 55px);
  }
.iv-swiper-button-next{
  right: calc(50% - 15vw - 55px);
  } 
}
.iv-story-container{
    display: flex;
    width: 100%;
    height: 100%;
}
.iv-story-infeed{
  position: relative;
  flex-grow: 1;
  border-radius: 12px;
  background-color: #ccc;
  border: 1px solid #eee;
  overflow: hidden;
}
.iv-story-infeed-img{
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.iv-story-infeed:after{
    content: "";
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 20px;
    height: 20px;
    background: url(//bvt.r66net.com/sliders/expand-w.svg) no-repeat center;
    z-index: 1;
}
.iv-story-infeed .swipe-up-container{
  border-radius: 8px;
  z-index: 1;
}
.iv-story-infeed:hover,.iv-story-infeed:hover .swipe-up-container{
  opacity: 0.8;
  border-radius: 0;
 transition: all 0.3s ease-out;
}
.iv-story-infeed:hover .iv-story-infeed-img{
   transform: scale(1.05);
  transition: all 0.3s ease-out;
}
.iv-story-infeed + .iv-story-infeed{
  margin-left: 10px;
}

.isInView .iv-story-infeed-img{
 animation: zoom 0.6s ease-out; 
}
.isInView .iv-story-infeed{
 animation: border 0.6s ease-out;
 animation-delay: 0.5s;
}

.isInView .iv-story-infeed + .iv-story-infeed{
  animation-delay: 0.65s;
}

@keyframes zoom{
  0%{  transform: scale(1);border-radius:0}
  50%{  transform: scale(1.05); border-radius: 8px;}
  100%{  transform: scale(1);border-radius:0}
}
@keyframes border{
  0%{  border-radius: 12px;}
  50%{   border-radius: 0px;}
  100%{   border-radius: 12px;}
}
.iv-fixed-temp{
  position: fixed!important; 
  overflow: hidden!important; 
  height:100vh;
}
.iv-fixed-html{
  height:100vh;
}

.video-container.iv-landscape video{
  width: 100%!important;
  height: auto!important;
  transform: translateY(-50%);
  top: 50%;
  min-height: auto;
  min-width: auto;
  object-fit: initial;
}

.ivOrangeText {
    color: #f46c0f !important;
}

.ivTextOnInput {
    position: relative;
    margin-top: 7px;
}

.ivTextOnInput label {
    position: absolute;
    top: -5px;
    left: 8px;
    z-index: 1;
    font-size: 8px;
}

.ivTextOnInput label:after {
    content: " ";
    background-color: #fff;
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.ivFormControl {
    box-shadow: none !important;
    height: 1.4rem;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ivTextOnInput input::-webkit-outer-spin-button,
.ivTextOnInput input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ivTextOnInput input[type=number] {
    -moz-appearance: textfield;
}

.ivTextOnInput ::placeholder{
    font-size:0.65rem;
}

.ivInvalidUserForm {
    border-color: red !important;
    border: 2px solid;
}


/* Scratcher */
.ivHand {
  position: absolute;
  background: #ffffff00;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #000;
  z-index: 2;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%) scale(0)!important;
  transition: transform 0.5s cubic-bezier(0.64, 0.6, 0.49, 1.35)!important;
}

.ivHand.ivbsShow {
  transform: translate(-50%, -50%) scale(1)!important;
  transition: transform 0.5s cubic-bezier(0.4, 0.7, 0.57, 1.21)!important;
}

.ivHand.ivbsPressing {
  transform: translate(-50%, -50%) scale(0.9)!important;
  background: #ffffff5e;
  transition: transform 0.5s ease, background 0.3s ease!important;
}

/* Video Seekbar */
.ivbs-seekbar, .ivbs-seekbar > * {
	padding:0;
	margin:0;
}
.ivbs-seekbar {
  overflow: visible;
  background: transparent;
  width: 100%;
  height: 3px;
  position: relative;
  z-index: 2;
}

.ivbs-ignore-area{
  width: 100%;
  height: 15px;
  background: none;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  top: initial;
  right: initial;
  z-index: 999999999999999999999;
}

.ivbs-progress-dot{
  left: 0;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999999999999999999;
  background: #f44336;
  overflow: hidden;
}

.ivbs-seekbar .ivbs-progress {
  -webkit-appearance: none;
   appearance: none;
	cursor:pointer;
	display:block;
	width:100%;
	height:100%;
	border:none;
	overflow:hidden;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	color:#f44336; /* Internet Explorer uses this value as the progress bar's value colour */
	background-color: #eee;
}

.ivbs-seekbar .ivbs-progress::-moz-progress-bar {
	background-color:#f44336;
}
.ivbs-seekbar .ivbs-progress::-webkit-progress-value {
	background-color:#f44336;
}
.ivbs-seekbar .ivbs-progress::-webkit-progress-bar {
  background-color: #eee;
}