
/***************** YOUR CSS GOES HERE ******************/


div {
	outline: 0;
}




/* C4 CSS */

#ivc-overlay-creative {
	cursor: pointer;
}
@font-face {
	font-family:ivc_HelveticaNeue-Bold;
	src: url(HelveticaNeue-Bold.woff);
}


#ivc_outer_timer_bu {
	background-size: 100% 100%;
	background-repeat:no-repeat;
	background-position: center;
	position: absolute;
	margin: 0px;
	top: 1px;
	left: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	opacity: 1 ;
}

#ivc_outer_timer_bu_ivcmask{
	position: absolute;
	width: calc(20.32% + 2px);
	height: calc(13.2% + 2px);
	left: calc(80.69% - 1px);
	top: calc(67.14% - 1px);
	z-index: 200 !important;
}

#ivc_timer_txt_bu {
	background-size: 100% 100%;
	background-repeat:no-repeat;
	background-position: center;
	position: absolute;
	margin: 0px;
	top: 22.11%;
	left: 9.62%;
	width: 125.48%;
	height: 54.74%;
	z-index: 200 !important;
	opacity: 1 ;
	font-size: 130.9316202918534%;
	color: rgba(255,255,255,255);
	font-family: ivc_HelveticaNeue-Bold;
	text-align: left;
	letter-spacing: -0.01em;
	
}

#ivc_timer_bg_bu {
	background-image: url(timer_bg_bu_land.png);
	background-size: 100% 100%;
	background-repeat:no-repeat;
	background-position: center;
	position: absolute;
	margin: 0px;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: 199 !important;
	opacity: 1 ;
}

#ivc_btn_skip_bu {
	background-image: url(btn_skip_bu_land.png);
	background-size: 100% 100%;
	background-repeat:no-repeat;
	background-position: center;
	position: absolute;
	margin: 0px;
	top: 71.45%;
	left: 79.69%;
	width: 20.32%;
	height: 8.89%;
	z-index: 199 !important;
	opacity: 1 ;
}



/************************ DO NOT REMOVE THE CSS BELOW ************************/
.ivc-evidon
 {
     position: absolute;
     width: 100%;
     height: 100%;
     z-index: 9999;
     pointer-events: none;
     overflow: hidden;
 }

html, body {margin: 0; padding: 0; overflow: hidden}

.ivc_overflowhidden{
	overflow: hidden;
}



/* hack for swiper js with fade transition */
.swiper-container-fade .swiper-slide:not(.swiper-slide-active){
	opacity: 0 !important;
	transform: translate3d(0px, 0px, 0px) !important;
}

/* creative wrappers */
#ivc-overlay, #ivc-slate, #ivc-overlay-creative, #ivc-slate-creative, #ivc-startcard-creative {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

/* will enable interaction on any child of the holders */
.ivc-registered-holder * {
	pointer-events: auto;
}

/* Canvas BG image */
/* Canvas BG CSS */

/* Play button position - Canvas only */
.iv-video-controls {
	
}

/* disable text selection */
:not(input) {
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */
}

/* Preloader Spinner */

#ivc-preloader {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-100%, -100%);
	-moz-transform: translate(-100%, -100%);
	-o-transform: translate(-100%, -100%);
	-ms-transform: translate(-100%, -100%);
	transform: translate(-100%, -100%);
	width: 0.75em;
	height: 0.75em;
	cursor: auto;
}
#ivc-spinner {
	background-color: transparent;
	border: .2em solid #999999;
	border-top-color: transparent;
	border-left-color: transparent;
	border-radius: 1em;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-bottom: 0;
	-webkit-animation: ivc-spinner 0.5s infinite linear;
	-moz-animation: ivc-spinner 0.5s infinite linear;
	-ms-animation: ivc-spinner 0.5s infinite linear;
	-o-animation: ivc-spinner 0.5s infinite linear;
	animation: ivc-spinner 0.5s infinite linear;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@-webkit-keyframes ivc-spinner {
	/* Safari and Chrome */
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes ivc-spinner {
	/* Firefox */
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}
@-ms-keyframes ivc-spinner {
	/* IE */
	0% {
		-ms-transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
	}
}
@-o-keyframes ivc-spinner {
	/* Opera */
	0% {
		-o-transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(360deg);
	}
}
@keyframes ivc-spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}