@font-face {
	font-family: 'Gilroy-Bold';
	src: url('/fonts/Gilroy-Bold.otf') format('opentype');
}

@font-face {
	font-family: 'Gilroy-Regular';
	src: url('/fonts/Gilroy-Regular.otf') format('opentype');
}

.teksttv__display__output {
	font-size: 21px;
	line-height: 32px;
	color: #000;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	background-color: #000;
}


/* ------------------
	STRUCTURE
--------------------- */
.teksttv__screen {
	width: 1280px;
	height: 720px;
	margin: auto;
	background-color: #efefef;
	overflow: hidden;
	position: relative;
	-webkit-transform-origin: top left;
    transform-origin: top left;
}

.teksttv__screen .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.teksttv__screen .scenes {
	padding: 0;
	margin: 0;
}

.teksttv__screen .scene {
	width: 1280px;
	height: 720px;
	position: relative;
	opacity: none;
}

	.teksttv__screen .scene--visible {
		display: block;
	}

.teksttv__screen .overlay__logo {
	position: absolute;
	top: 30px;
	right: 50px;
	width: 100px;
	height: 100px;
	background: #af1280 url('../img/radio-aalsmeer-logo-white.svg') no-repeat center center;
	background-size: 75%;
}

.teksttv__screen .overlay__time {
	position: absolute;
	top: 130px;
	right: 50px;
	width: 100px;
	height: 24px;
	background: #fcba02;
	color: #af1280;
	line-height: 22px;
	text-align: center;
	font-weight: 600;
}

.teksttv__screen .overlay__time__seperator {
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0
}

@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

.hidden {
	display: none;
}


/* ------------------
	TITLE BOX
--------------------- */

#overlay_titlebox .titles {
	position: absolute;
	bottom: 36px;
	left: 0px;
	right: 0px;
	width: 1280px;
	height: 110px;
	overflow: hidden;
	text-align: center;
}

#overlay_titlebox .subtitle {
	font-family: 'Gilroy-Regular';
	font-size: 30px;
	line-height: 46px;
	display: none;
} 

#overlay_titlebox .title {
	font-family: 'Gilroy-Bold';
	font-size: 30px;
	line-height: 56px;
	display: none;
}



/* ------------------
	COUNTDOWN BOX
--------------------- */

#overlay_countdown .countdown_box {
	position: absolute;
	top: 54px;
	left: 166px;
	width: 0px;
	height: 94px;
	display: block;
	overflow: hidden;
	text-align: left;
	font-family: 'Gilroy-Regular';
	font-size: 24px;
	line-height: 30px;
	background-color: #ebbb19;
}

#overlay_countdown .countdown_text {
	left:-250px;
	top: 12px;
	position: absolute;
}

#overlay_countdown video {
	position: absolute;
}

#countdown {
	font-family: 'Gilroy-Bold';
	font-size: 32px;
	line-height: 40px;
}


/* ------------------
	COUNTDOWN BOX BIG
--------------------- */

#overlay_countdown_big .countdown_box {
	position: absolute;
	top: 355px;
	left: 360px;
	width: 880px;
	height: 240px;
	display: block;
	overflow: hidden;
	text-align: left;
	font-family: 'Gilroy-Regular';
	font-size: 44px;
	line-height: 50px;
	background-color: #ebbb19;
}

#overlay_countdown_big .countdown_text {
	left: 170px;
	top: 23px;
	position: absolute;
}

#overlay_countdown_big video {
	position: absolute;
}

#overlay_countdown_big .logo {
	position: absolute;
	top: 270px;
	left: 40px;
	width: 400px;
	height: 400px;
}

#overlay_countdown_big .tekst {
	position: absolute;
	top: 30px;
	left: 500px;
	width: 280px;
	height: 280px;
}

#countdown {
	font-family: 'Gilroy-Bold';
	font-size: 32px;
	line-height: 40px;
}


/* ------------------
	TICKER
--------------------- */
.teksttv__screen .overlay__ticker,
.teksttv__screen .ticker__placeholder {
	position: absolute;
	bottom: 30px;
	left: 65px;
	right: 0;
	width: 1150px;
	height: 80px;
	color: #af1280;
	background-color: #fbba00;
	overflow: hidden;
	display: none;
}

.teksttv__screen #ticker__wrapper {
	height: 80px !important;
}

.teksttv__screen .overlay__ticker,
.teksttv__wp__editor__programma__ticker__text {
	line-height: 80px;
	opacity: 0;
	overflow: hidden;
	transform-style: preserve-3d;
	height: 80px !important;
	border: 0;
	font-family: 'Titillium Web', sans-serif !important;
}

	.teksttv__screen .teksttv__programma__ticker__time {
		font-family: 'Titillium Web', sans-serif !important;
	}

	.teksttv__wp__editor__programma__ticker__text {
		color: #af1280 !important;
		flex-shrink: 0;
	    display: inline-block;
	    background-color: transparent !important;
	    border: 0 !important;
	    padding: 0;
	    box-shadow: none !important;
	    width: 80%;
	    overflow: hidden;
	    resize: none;
	    opacity: 1;
	    font-size: 21px !important; 
	}

	.teksttv__screen .overlay__ticker--visible {
		opacity: 1;
	}

	.teksttv__screen .overlay__ticker:before {
		content: " ";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		height: 80px;
		width: 80px;
		background-color: #af1280;
	}

.teksttv__screen #overlay__ticker__list {
	margin-top: 0 !important;
}

.teksttv__screen .overlay__ticker__item__image {
	width: 50px;
	margin: 0 30px 0 15px;
}

.teksttv__screen .unslider {
	height: 80px !important;
	width: 1150px;
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
	right: 0;
}

.teksttv__screen .unslider{overflow:auto;margin:0;padding:0}
.teksttv__screen .unslider-wrap{position:relative}
.teksttv__screen .unslider-wrap.unslider-carousel>li{float:left}
.teksttv__screen .unslider-vertical>ul{height:100%}
.teksttv__screen .unslider-vertical li{float:none;width:100%}
.teksttv__screen .unslider-fade{position:relative}
.teksttv__screen .unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}
.teksttv__screen .unslider-fade .unslider-wrap li.unslider-active{z-index:10}
.teksttv__screen .unslider li,
.teksttv__screen .unslider ol,
.teksttv__screen .unslider ul{list-style:none;margin:0;padding:0;border:none}
.teksttv__screen .unslider-arrow{position:absolute;left:20px;z-index:2;cursor:pointer}
.teksttv__screen .unslider-arrow.next{left:auto;right:20px}