/*
Theme Name: Narrowcasting 2
Theme URI: 
Author: Hetworks
Author URI: https://hetworks.nl
Description:narrowcasting 2
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: narrow, narrowcasting, narrowcasting system

*/


.small-top-bar{
	background-color:#f0f0f0;
	color:#000;
	position:relative;
}

.links{
	text-align:left;
}

.right{
	text-align:right;
}

.vc_row {
    margin: 0 !important;
}

body{
	margin:0;
	padding:0;
	position:relative;
	color:#fff;
	height:100vh !important;
	width:100%;
	overflow:hidden;
}

p{
	font-family: 'Open Sans', sans-serif;
}

.content{
	position:relative;
}

.slide-content{
	height:100vh;
}

.top-bar{
	position:absolute !important;
	width:100%;
	height:150px;
    background: rgba(79, 75, 75, 0.43);
	z-index:101;
}

.bottom-bar{
	position:absolute !important;
	bottom:0;
	width:100%;
	height:150px;
    background: rgba(79, 75, 75, 0.43);
	z-index:101;
}

.los-blok{
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	height:150px !important;
	position:relative;
}

.los-blok:last-child{
	border-right:none;
}

.los-blok p{
	padding:15px;
	display: table-cell;
    vertical-align: middle;
    height: 150px;
}

.los-blok img{
	margin:0 auto;
}


.upb_video-wrapper {
	width:100%;
	height:100vh;
    position: absolute;
}

.clock {
    width: 250px;
    height: 100px;
    font-size: 4em;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -125px;
    margin-top: -83px;
    text-align: center;
    line-height: 100px;
}

.date {
    width: 250px;
    height: 100px;
    font-size: 1.5em;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -125px;
    margin-top: -41px;
    text-align: center;
    line-height: 100px;
}

.slide { z-index: 98; position: absolute; height: 100vh; width: 100%; background: white; }
.next { z-index: 99; }
.active { z-index: 100; }

.rss_title { font-size: 15px; margin-bottom: 5px; }
.rss_item { font-size: 22px;margin-top: 5px; position: absolute;}

.right-bar{
    position: absolute !important;
    right: 70px;
    bottom: 0;
    width: 640px;
    top: 0vh;
    z-index: 101;
}

.right-bar .rss_item{ color: #575757; padding:20px; }
.right-bar .rss_feedtitle{ text-align:center;  margin-top:25vh; color: #575757; margin-bottom:20px; font-size:15px}
.right-bar .rss-title{ height: 60px; color: #575757; margin-bottom:20px; font-size:25px}
.right-bar .rss-description{ font-size:18px; float:left; width:375px; padding-left: 25px;}
.right-bar .rss-image{ float:left;}
.right-bar .rss-image img{ width:200px;}

.blok-img{
	display: table-cell;
    vertical-align: middle;
    height: 150px;
    width: 33%;
}