/**
 * Blocks (BEM method: block, element, modifier)
 * http://coding.smashingmagazine.com/2012/04/16/a-new-front-end-methodology-bem/
 */

/* ************************************************************ *
 * body (native)
 * ************************************************************ */

html { background: url('../images/R4_achtergrondbeeld-PIANO.jpg') no-repeat center top; }

body, html { height: 100%; }


/* ************************************************************ *
 * document
 * ************************************************************ */

.bl-document { height: 100%; }

/* ************************************************************ *
 * workspace
 * ************************************************************ */

.bl-workspace {
	-webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	background-color: #343434;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

.bl-workspace > .bg-fallback { background-color: white; }

/* ************************************************************ *
 * bl-program-image
 * ************************************************************ */
.bl-program-image {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 355px;
	height: 250px;
}

/* ************************************************************ *
 * bl-header-mask
 * ************************************************************ */
.bl-header-mask {
	left: 605px;
	position: absolute;
	top: 3px;
	width: 167px;
	height: 347px;
	z-index: 3;
	background: url('../images/css/header-transparent.png') no-repeat center center;
}
/* ************************************************************ *
 * old header
 * ************************************************************ */

.bl-header {
	height: 310px;
	padding: 39px 0 0 0;
	position: relative;
	z-index: 0;
}

.bl-header > .slider {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 1;
}

.bl-header > .slider .holder {
	position: relative;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

.bl-header > .slider .el-head-slide {
	height: 350px;
	width: 960px;
	background-color: #bde3ee;
	z-index: 2;
	position: relative;
	float: left;
}

/* huidig nummer block */
.bl-header > .slider .el-head-slide .information .summary .buttons .el-button > .icon {
	margin-top: 5px;
}
.bl-header > .slider .el-head-slide .information .head .el-button.pb-listen-live {
	margin: 5px;
	padding: 10px 10px 9px;
}
.bl-header > .slider .el-head-slide.mo-program > .information > .head .program {
	margin-top: 7px;
}

.bl-header > .slider .movable {
	position: absolute;
	height: 350px;
	width: 960px;
	top: 0;
	left: 0;
	z-index: 2;
}


/* single */

.bl-header > .slider.mo-static .next,
.bl-header > .slider.mo-static .previous {
	display: none;
}

/* next/prev */

.bl-header > .slider .previous .on,
.bl-header > .slider .next .on { display: none; }

.bl-header > .slider .previous,
.bl-header > .slider .next {
	position: absolute;
	z-index: 3;
	display: block;
	bottom: 0;
	height: 150px;
	width: 65px;
	padding: 100px 0 0 0;
}

.bl-header > .slider .previous { left: 0; }
.bl-header > .slider .previous .icon { margin: 0 0 0 16px; }

.bl-header > .slider .next { right: 0; }
.bl-header > .slider .next .icon { margin: 0 0 0 22px; }

.bl-header > .slider .previous:hover .off,
.bl-header > .slider .next:hover .off { display: none; }

.bl-header > .slider .previous:hover .on,
.bl-header > .slider .next:hover .on { display: block; }


/* ************************************************************ *
 * pip-header
 * ************************************************************ */

/*.bl-header.mo-pip .bl-navigation,
*/.bl-header.mo-pip .previous,
.bl-header.mo-pip .next,
.bl-header.mo-pip .information.clearfix,
.bl-header.mo-pip .bl-header-mask,
.bl-header.mo-pip .bl-program-image {
	display: none;
}
.bl-header.mo-pip .bl-contain-top {

	width: 755px;
	margin: auto;
	position: relative;
}
.bl-header.mo-pip .bl-contain-top .subtitle,
.bl-header.mo-pip .bl-breadcrumb {
	display: block;
	position: absolute;
	right: 0;
	line-height: 39px;
}
.bl-header.mo-pip .bl-contain-top .subtitle {
	width: 630px;
}

.bl-header.mo-pip .el-button {
	float: left;
	margin-top: 2px;
}
.bl-header.mo-pip .bl-breadcrumb {

}
.bl-header.mo-pip .bl-contain-bottom {
	position: absolute;
	bottom: 23px;
	left:  35px;
	width: 370px;
	padding: 10px 65px 10px 10px;
	z-index: 3;
}
.bl-header.mo-pip .bl-contain-bottom h2,
.bl-header.mo-pip .bl-contain-bottom p {
	margin: 0;
	display: block;
}
.bl-header.mo-pip .bl-contain-bottom span {
	margin: 0;

}
.bl-header.mo-pip .bl-contain-bottom img {
	height: 65px;
	margin-top: -31px;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 65px;
}
.bl-header.mo-pip .bl-bg-image {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 350px;
	width: 960px;
	z-index: 2;
}

/* ************************************************************ *
 * navigation
 * ************************************************************ */

.bl-navigation {
	height: 60px;
	background-color: #343434;
	background-image: url('../images/css/tpl-topbar-mid.png');
	background-repeat: repeat-x;
	margin: 0 -5px 0 -21px;
	position: relative;
	z-index: 2;
	-webkit-box-shadow:  0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

/* left-offset */

.bl-navigation > .left-offset { width: 21px; }

.bl-navigation > .left-offset .left-deco {
	width: 21px;
	height: 21px;
	background-image: url('../images/css/tpl-topbar-lft.png');
	float: left;
	margin: -21px 0 0 0;
}

/* logo */

.bl-navigation > .el-header-logo {
	float: left;
	position: relative;
	margin: -20px 0 0 30px;
	z-index: 2;
}

/* menu */

.bl-navigation > .bl-menu { float: left; }

/* top */

.bl-navigation > .top {
	position: absolute;
	top: -40px;
	right: 5px;
	left: 21px;
	height: 40px;
	z-index: 1;
}

.bl-navigation > .top .listen {
	float: left;
	display: block;
	margin: 6px 0 0 100px;
}

.bl-navigation > .top .now {
	margin: 10px 0 0 12px;
	display: block;
	float: left;
}

.bl-navigation > .top .extra {
	margin: 12px 16px 0 0;
	display: block;
	float: right;
}

.bl-navigation > .top .extra .link { margin-left: 10px; }

.bl-navigation > .top .el-button-ontdek {
	margin: 5px 5px 0 0;
	float: right;
	display: block;
}

/* search */

.bl-navigation > .el-search {
	float: right;
	margin: 15px 10px 0 0;
}

.bl-navigation > .el-search .input {
	width: 130px;
	font-size: 12px;
}

/* right offset */

.bl-navigation > .right-offset {
	position: absolute;
	right: -60px;
	top: 0;
	width: 60px;
}

.bl-navigation > .right-offset .right-deco {
	width: 57px;
	height: 60px;
	background-image: url('../images/css/tpl-topbar-right.png');
}

/* socials */

.bl-navigation > .right-offset .socials {
	background-color: #838383;
	width: 34px;
	margin: 0 0 0 7px;
	padding: 1px 8px 8px 8px;
	-webkit-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.15), 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.15), 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.bl-navigation > .right-offset .socials > .social {
	background-color: #5c6165;
	display: block;
	margin: 8px 0 0 0;
	height: 34px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
}

.bl-navigation > .right-offset .socials > .social .on { display: none; }

.bl-navigation > .right-offset .socials > .social:hover .off { display: none; }
.bl-navigation > .right-offset .socials > .social:hover .on { display: block; }

.bl-navigation > .right-offset .socials > .social .icon { float: left; }

.bl-navigation > .right-offset .socials > .social.facebook .icon { margin: 4px 0 0 9px; }
.bl-navigation > .right-offset .socials > .social.twitter .icon { margin: 6px 0 0 7px; }
.bl-navigation > .right-offset .socials > .social.youtube .icon { margin: 4px 0 0 3px; }
.bl-navigation > .right-offset .socials > .social.rss .icon { margin: 6px 0 0 6px; }
.bl-navigation > .right-offset .socials > .social.spotify .icon { margin: 6px 0 0 6px; }

/* ************************************************************ *
 * menu
 * ************************************************************ */

.bl-menu {}

.bl-menu > .list > .el-menu-item  { float: left; }

/* ************************************************************ *
 * footer
 * ************************************************************ */

.bl-footer { padding: 35px 15px 20px 15px; }

/* sitemap */

.bl-footer > .sitemap { padding-left: 20px;}

/*.bl-footer > .sitemap .map {
	float: left;
	width: 131.2px;
	padding: 0 25px 0 25px;
}
*/
.bl-footer > .sitemap .map { position: relative; }
.bl-footer > .sitemap .map h4,
.bl-footer > .sitemap .map ul {
	margin-left: 10px;
	margin-right: 10px;
}
.bl-footer > .sitemap .map .split {
	display: none;
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
}
.bl-footer > .sitemap .split {
	float: left;
	width: 1px;
	height: 130px;
}

.bl-footer > .sitemap .title { margin: 0 0 20px 0; }

.bl-footer > .sitemap .link {
	margin: 0 0 7px 0;
	display: block;
}

/* omroepen */

.bl-footer > .omroepen {
	margin: 15px 0 0 0;
	padding: 40px 5px 40px 5px;
	background-color: #2f2f2f;
	-webkit-box-shadow: inset 0px 3px 2px 0px rgba(0, 0, 0, 0.15), 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0px 3px 2px 0px rgba(0, 0, 0, 0.15), 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
	font-size: 0px;
	text-align: center;
}

.bl-footer > .omroepen .logo {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	margin: 0 11px;
}

/* support */

.bl-footer > .support {
	text-align: center;
	margin: 20px 0 0 0;
}

.bl-footer > .support .link,
.bl-footer > .support .split {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

.bl-footer > .support .split { margin: 2px 5px 0 5px; }

/* cascading styles for cms purposes */
.bl-footer h4 {
	color: #FFDE3F;
	line-height: 1.4;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Omroep Bold','Tahoma',sans-serif;
	font-weight: normal;

}
.bl-footer li a {
	display: block;
	margin: 0 0 7px;
	-moz-transition: all 0.25s ease 0s;
	outline: medium none;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 7px;
	color: #ffffff;
}

.bl-footer li a:hover { color: #FFDE3F; }


/* ************************************************************ *
 * body
 * ************************************************************ */

.bl-body {
	padding: 30px 35px 15px 35px;
	background-color: #fff;
}

/* columns */

.bl-body.mo-col > .bl-col-one { float: left; }
.bl-body.mo-col > .bl-col-two { float: right; }

.bl-body.mo-col.mo-60-40 > .bl-col-one { width: 515px; }
.bl-body.mo-col.mo-60-40 > .bl-col-two { width: 345px; }

.bl-body.mo-col.mo-25-75 > .bl-col-one,
.bl-body.mo-col.mo-75-25 > .bl-col-two { width: 230px; }

.bl-body.mo-col.mo-25-75 > .bl-col-two,
.bl-body.mo-col.mo-75-25 > .bl-col-one { width: 636px; }

/* ************************************************************ *
 * ticker
 * ************************************************************ */

.bl-ticker { margin-bottom: 15px; }

/* tabs */

.bl-ticker > .tabs {}

.bl-ticker > .tabs .el-ticker-tab { float: left; }

/* tab-content */

.bl-ticker > .tab-content .mask {
	position: relative;
	overflow: hidden;
	height: 290px;
	width: 515px;
}

.bl-ticker > .tab-content .slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 290px;
	width: 515px;
}

.bl-ticker > .tab-content .slide {
	display: block;
	position: relative;
	float: left;
}

.bl-ticker > .tab-content .slide .hover {
	position: absolute;
	display: none;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
/*  bottom: 80px;*/
	bottom: 0px;
	text-align: center;
}

.bl-ticker > .tab-content .slide .hover .icon {
	display: inline-block;
	margin: 90px 0 0 0;
}

.bl-ticker > .tab-content .slide .image {
	position: relative;
	display: block;
	height: 290px;
	width: 515px;
	z-index: 1;
}

.bl-ticker > .tab-content .slide .information {
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	padding: 13px;
/*  height: 54px;*/
	bottom: 0;
	z-index: 2;
}
.bl-ticker > .tab-content .slide .information p {
	margin-top: 0;
	margin-bottom: 0;
}

.bl-ticker > .tab-content .slide .information .title { display: block; }

.bl-ticker > .tab-content .slide .information .description { display: block; }

.bl-ticker > .tab-content { position: relative; }

.bl-ticker > .tab-content .slide:hover .hover { display: block; }

.bl-ticker > .tab-content .slide.mo-video:hover .hover .icon {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.bl-ticker > .tab-content .slide:hover .title { color: #fff; }

.bl-ticker > .tab-content .slide:hover .information { background-color: #2c2c2c; }

.bl-news-promo, .bl-news-promo:visited{
	font-weight: bold;
	margin:10px;
	padding-top:10px;
	color: #5c6165;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}

.bl-news-promo:hover{
	color:#0097d2;
}

/* ticker */

.bl-ticker > .tab-content .ticker {
	height: 30px;
	margin-bottom:10px;
	background-color: #eaeaea;
	text-align: center;
	font-size: 0;
}

.bl-ticker > .tab-content .ticker .tick {
	display: inline-block;
	padding: 10px 5px 9px 5px;
}

.bl-ticker > .tab-content .ticker .tick .on,
.bl-ticker > .tab-content .ticker .tick:hover .off,
.bl-ticker > .tab-content .ticker .tick.mo-active .off { display: none; }

.bl-ticker > .tab-content .ticker .tick:hover .on,
.bl-ticker > .tab-content .ticker .tick.mo-active .on { display: block; }

/* ************************************************************ *
 * thumb-grid
 * ************************************************************ */

.bl-thumb-grid { margin-right: -18px; }

.bl-thumb-grid > .el-thumb-grid {
	float: left;
	margin-right: 13px;
}
.bl-thumb-grid .el-thumb-grid .information .description {
	overflow: hidden;
	display: block;
	height: 52px;
}


/* ************************************************************ *
 * summary
 * ************************************************************ */

.bl-summary { margin-bottom: 25px; }

.bl-summary > .buttons { margin-top: 12px; }

.bl-summary > .buttons .el-button {
	float: right;
	margin-left: 4px;
}

.bl-summary > .block-title { margin-bottom: 10px; }

/* ************************************************************ *
 * advertisement
 * ************************************************************ */

.bl-advertisement { margin-bottom: 25px; text-align:center }

/* ************************************************************ *
 * page-head
 * ************************************************************ */

.bl-page-head { margin-bottom: 15px; }

.bl-page-head > .el-page-title { float: left; }

.bl-page-head > .el-button { float: right; }

/* ************************************************************ *
 * program-overview
 * ************************************************************ */

.bl-program-overview { margin-right: -30px; }
.bl-program-overview.mo-presentatoren {
	position: relative;
}
.bl-program-overview.mo-presentatoren .el-spacer-side {
	position: absolute;
	top: 0;
	bottom: 0;
	right: auto;
	left: 205px;
	width: 23px;
	z-index: 1;
	background: #ffffff;
}
.bl-program-overview.mo-presentatoren .el-spacer-side.mo-large {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -23px;
	width: 8px;
	background: purple;
	display: block;
	width: 23px;
}
.bl-program-overview.mo-presentatoren .el-spacer-side.first { left: 205px; }
.bl-program-overview.mo-presentatoren .el-spacer-side.second { left: 433px; }
.bl-program-overview.mo-presentatoren .el-spacer-side.third { left: 661px; }
.bl-program-overview.mo-presentatoren .el-spacer-side.fourth { left: 889px; width:35px; }


.bl-program-overview.mo-presentatoren ul li {
	color: #ffffff;
	font-weight: normal;
}
.bl-program-overview.mo-presentatoren .el-program-thumb {
/*  background: blue;*/
}
.bl-program-overview.mo-presentatoren .pb-clearfix.el-spacer {
	clear: both;
	float: left;
	width: 100%;
	height: 10px;
	background: #ffffff;
}
.bl-program-overview.mo-presentatoren .el-program-thumb h3 {
	margin-bottom: 0;
	padding-bottom: 5px;
}
.bl-program-overview.mo-presentatoren .el-program-thumb .img-link {
	background: #ffffff;
}

.bl-program-overview.mo-presentatoren .el-program-thumb > .description {
	overflow: hidden;
	height: 105px;
	padding: 10px 15px;
}
.bl-program-overview.mo-presentatoren .el-program-thumb { position: relative; }

.bl-program-overview > .el-program-thumb {
	float: left;
	margin: 0 23px 15px 0;
}


/* ************************************************************ *
 * program-overview - mo-fotoboeken
 * ************************************************************ */
.bl-program-overview.mo-fotoboeken .el-program-thumb > .description {
	height: 75px;
	padding: 10px 15px;
}
.bl-program-overview.mo-fotoboeken .el-program-thumb > .description .text-link {
	overflow: hidden;
	min-height: 18px;
	max-height: 52px;
}

/* ************************************************************ *
 * program-overview - mo-enkel-fotoboek
 * ************************************************************ */
.bl-program-overview.mo-enkel-fotoboek .el-program-thumb > .description {
	background: none;
}
.bl-program-overview.mo-enkel-fotoboek .el-program-thumb:hover > .description {
	background: rgb(51,51,51); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDQyNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(51,51,51,1) 0%, rgba(64,66,67,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,1)), color-stop(100%,rgba(64,66,67,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(64,66,67,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(64,66,67,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(64,66,67,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(64,66,67,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#404243',GradientType=0 ); /* IE6-8 */
}
.bl-program-overview.mo-enkel-fotoboek .el-program-thumb:hover > .description .text-link { color: #FFDE3F; }
.bl-program-overview.mo-enkel-fotoboek .el-program-thumb > .description .text-link {
	overflow: hidden;
	min-height: 18px;
	max-height: 52px;
	color: #5c6165;
}



.bl-submenu { margin: 0 0 15px 0; }

/* ************************************************************ *
 * highlight
 * ************************************************************ */

.bl-news,
.bl-broadcast { margin: 0 0 25px 0; }


/* ************************************************************ *
 * highlight
 * ************************************************************ */

.bl-highlight,
.bl-highlight > .image,
.bl-highlight > .information,
.bl-highlight > .information .title,
.bl-highlight > .information .description {
	display: block;
}

.bl-highlight { margin: 0 0 15px 0; }

.bl-highlight > .image {
	width: 345px;
	height: 194.0625px;
}

.bl-highlight > .information { padding: 15px; }
.bl-highlight > .information.hlp-gradient-block-info { background: #404243; }

/* ************************************************************ *
 * twitter
 * ************************************************************ */

.bl-twitter { margin: 0 0 15px 0; }

.bl-twitter > .title { margin: 0 0 10px 0; }

.bl-twitter > .title .label { float: left; }

.bl-twitter > .title .icon {
	float: left;
	margin: 2px 5px 0 0;
}

.bl-twitter > .buttons { margin: 10px 0 0 0; }

.bl-twitter > .buttons .el-button { float: right; }
.ie7 .bl-twitter .buttons .el-button { width: 90px; }

/* ************************************************************ *
 * Text
 * ************************************************************ */

.text p 	{
	color: #5c6165;
	font-weight: normal;
	font-size: 13px;
}

.text p a 	{
	color: #0097d2;
}

/* ************************************************************ *
 * page-content
 * ************************************************************ */

.bl-page-content { margin: 0 0 15px 0; }

/* ************************************************************ *
 * thema
 * ************************************************************ */

.bl-thema { margin: 0 -20px 0 0; }

.bl-thema > .el-summary,
.bl-thema > .el-summary.mo-plaatpaal.mo-gids-gemist-summary {
	float: left;
	width: 405px;
	margin: 0 20px 20px 0;
}

/* ************************************************************ *
 * broadcast - playlist
 * ************************************************************ */

.bl-playlist-print {
	position: relative;
	display: block;
	float: right;
	padding-left: 22px;
	line-height: 20px;
	text-transform: uppercase;
}
.bl-playlist-print i {
	top: 0;
	left: 0;
	position: absolute;
}

.bl-playlist {
	overflow-y: scroll;
	max-height: 150px;
}
.bl-playlist ul {
	margin: 0;
	padding: 0;
}
.bl-playlist ul > li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 45px;
	line-height: 20px;
	list-style-type: none;
}
.bl-playlist .time {
	position: absolute;
	top: 0;
	left: 0;
}
.bl-playlist .hlp-text { display: block; }

/* ************************************************************ *
 * programme item playlist
 * ************************************************************ */

.programme-items-list li:hover{
	background-color: blue;
	color: #ffde3f;
	font-weight: bold;
	background: #4b4f52;
	background: -moz-linear-gradient(top, #4b4f52 0%, #5c6165 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b4f52), color-stop(100%,#5c6165));
	background: -webkit-linear-gradient(top, #4b4f52 0%, #5c6165 100%);
	background: -o-linear-gradient(top, #4b4f52 0%, #5c6165 100%);
	background: -ms-linear-gradient(top, #4b4f52 0%, #5c6165 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4f52', endColorstr='#5c6165',GradientType=0 );
	background: linear-gradient(top, #4b4f52 0%, #5c6165 100%);
	cursor: pointer;
}

/* ************************************************************ *
 * news-item
 * ************************************************************ */

.bl-news-item {
	line-height: 21px;
	margin: 0 0 15px 0;
}

.bl-news-item a,
.bl-news-item a:hover {
	text-decoration: underline;
	color: #0097d2;
}

.bl-news-item > .image {
	float: left;
	width: 256px;
	height: 144px;
	margin: 0 10px 10px 0;
}

.bl-news-item > .intro { margin: 0 0 17px 0; }

.bl-news-item > .news { padding: 0 0 0 0; }

.bl-news-item .split {
	height: 1px;
	background-color: #dadada;
	margin: 15px 0;
}

.bl-news-item .socials .social {
	display: block;
	float: left;
	padding: 10px 0 0 0;
	margin: 0 10px 0 0;
}

.bl-news-item .socials .social .icon {
	float: left;
	margin: 0 5px 0 0;
}

.bl-news-item .socials .social .label { float: left; }
.bl-news-item .time {
	font-size: 12px;
}

/* ************************************************************ *
 * sidebar
 * ************************************************************ */

.bl-sidebar {
	background-color: #eaeaea;
	padding: 10px 15px 1px 15px;
	margin: 0 0 15px 0;
}

/* ************************************************************ *
 * sidebar: list
 * ************************************************************ */
.bl-format a:link,
.bl-format a:visited { text-decoration: underline; color: #333333; }
.bl-format a:hover { text-decoration: none; }
.bl-format .el-list { margin: 0 0 15px 0; }

.bl-format .el-list .i { margin: 0 0 8px 0; }

.bl-format .el-list .i .link { display: block; }

.bl-format .el-list .i .link .pointer {
	display: block;
	line-height: 10px;
	vertical-align: top;
	float: left;
}

.bl-format .el-list .i .link .label {
	display: block;
	margin-left: 8px;
}

.bl-format .title { margin: 0 0 5px 0; }

.bl-format .split {
	height: 1px;
	background-color: #cbcbcb;
	margin: 0 0 15px 0;
}

.bl-format .el-search { margin: 0 0 15px 0; }
.bl-format .el-search .input { width: 200px; }

/* ************************************************************ *
 * sidebar: text
 * ************************************************************ */

.bl-format .el-text { margin: 0 0 15px 0; }

/* ************************************************************ *
 * sidebar: button
 * ************************************************************ */

.bl-format .el-button { margin: 0 0 15px 0; }

.bl-format .el-button.mo-left { float: left; }


/* ************************************************************ *
 * sidebar: address
 * ************************************************************ */

.bl-format .el-address {
	font-style: normal;
	margin: 0 0 15px 0;
	line-height: 22px;
}

/* ************************************************************ *
 * searchresults
 * ************************************************************ */

.bl-searchresults { margin-bottom: 20px; }
.bl-searchresults .head,
.bl-gids-gemist .head,
.bl-weekschema .head {
	padding: 8px 15px;
}
.bl-searchresults .el-summary {
	min-height: 75px;
	height: auto;
	padding: 15px 20px;
	background: #5c6064;
}
.bl-searchresults .el-summary .description {
	padding: 0;
}

/* ************************************************************ *
 * bl-form
 * ************************************************************ */

.el-news-item.mo-time.mo-highlight.bl-form { padding: 40px; }

.bl-form .el-input input,
.bl-form .el-input textarea {
	color: #999999;
	font-size: 12px !important;
}
.bl-contact #contact-form input, .bl-contact #contact-form textarea {
	color: #000000 !important;
}
.bl-form .hlp-text {
	margin-bottom: 3px;
}
.bl-form textarea {
	width: 538px;
	min-height: 104px;
}
.bl-form .clearfix > .hlp-fl input,
.bl-form .clearfix > .hlp-fr input {
	width: 250px;
}
.bl-form .el-input input[placholder] {
	font-style: italic;
}

.bl-form button[type="submit"] {
	border: none;
	padding: 7px 10px;
}
.bl-form select {
	width: 100%;
	font-size: 12px;
	min-height: 14px;
	background-position: center right;
	margin: 0;
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	outline: none;

	-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;
}
.bl-form .mo-report { display: none; }
.bl-form .mo-error .mo-report {
	display: block;
	float: right;
	font-size: 11px;
	line-height: 23px;
	color: #e03737;
}


/* ************************************************************ *
 * contact
 * ************************************************************ */
.bl-contact h4 { position: relative; }
.bl-contact .hlp-text.mo-report {
	position: absolute;
	right: 0;
	top: 2px;
}
.bl-contact span { display: block; }
.bl-contact ul {
	margin: 0;
	padding: 0;
}
.bl-contact li {
	list-style-position: inside;
}
.bl-contact li,
.bl-contact span {
	line-height: 20px;
}
.bl-contact .mo-captcha .el-input { margin-left: 20px; }
.bl-contact .mo-captcha .el-input > input { width: 90px; }

/* bl-contact mo-pis */
.bl-contact.mo-pis .bl-form .clearfix > .hlp-fl input, .bl-form .clearfix > .hlp-fr input {
	width: 190px;
}
.bl-contact.mo-pis .bl-form textarea {
	width: 416px;
}


/* ************************************************************ *
 * gids-gemist
 * ************************************************************ */
.bl-gids-gemist {
	font-size: 12px;
}

.bl-gids-gemist > .el-summary-container {
	margin-bottom: 5px;
}
.bl-gids-gemist > .el-summary-container > .el-summary.mo-plaatpaal.mo-gids-gemist-summary {
	margin: 0;
	padding-right: 0;
	padding-left: 88px;
	background: #5b5f63;
}
.bl-gids-gemist > .el-summary-container > .el-summary.mo-plaatpaal.mo-gids-gemist-summary > .number-holder {
	width: 68px;
	display: inline;
}
.bl-gids-gemist > .el-summary-container > .el-summary.mo-plaatpaal.mo-gids-gemist-summary > .number-holder > span {
	display: block;
	color: #ffffff;
	text-align: center;
	line-height: 44px;
}
.bl-gids-gemist > .el-summary-container > .el-summary.mo-plaatpaal.mo-gids-gemist-summary > .description {
	padding-right: 100px;
}
.bl-gids-gemist > .el-summary-container > .el-summary.mo-plaatpaal.mo-gids-gemist-summary > .description > .mo-link {
	position: absolute;
	bottom: 8px;
	padding-right: 20px;
}
.bl-gids-gemist > .el-summary-container > .el-summary.mo-plaatpaal.mo-gids-gemist-summary > .description > .mo-link > .icon {
	position: absolute;
	top: 50%;
	right: 1px;
	margin-top: -7px;
}

/* for dropdown expanded view */
/*.bl-gids-gemist > .el-summary-container > .el-summary.mo-plaatpaal.mo-gids-gemist-summary > .description > .mo-link:hover { color: #838383; }
.bl-gids-gemist > .el-summary-container > .el-summary.mo-plaatpaal.mo-gids-gemist-summary > .description > .mo-link:hover .icon { background-position: 0px -115px; }
*//* for dropdown expanded view */

.bl-gids-gemist > .el-summary-container > .el-summary.mo-plaatpaal.mo-gids-gemist-summary:hover > .hover {
	right: 0;
	left: auto;
}
.bl-gids-gemist > .el-summary-container > .el-summary.mo-plaatpaal.mo-gids-gemist-summary > .image {
	float: right;
	margin-right: 0;
}
/* bl-expand */
.bl-gids-gemist > .el-summary-container > .bl-expand {
	overflow: hidden;
	padding: 20px;
	background: #EAEAEA;
}

.bl-gids-gemist.bl-expand .pbplayer {
	margin-bottom: 10px;
}

/* bl-gids-gemist - mo-speellijst */
.bl-gids-gemist.mo-speellijst .el-summary {
	overflow: hidden;
	height: 118px;
}


/* bl-submenu - mo-gids-gemist */
.bl-submenu.mo-gids-gemist .el-submenu-item {
/*  display: none;*/
	color: #5c6165;
	font-size: 10px;
	text-transform: uppercase;
	background: #d5d6d6;
}
.bl-submenu.mo-gids-gemist .el-submenu-item.selected {
	color: #FFDE3F;
	background: rgb(68,71,73); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0NDc0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZDJkMmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(68,71,73,1) 0%, rgba(45,45,46,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,71,73,1)), color-stop(100%,rgba(45,45,46,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(68,71,73,1) 0%,rgba(45,45,46,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(68,71,73,1) 0%,rgba(45,45,46,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(68,71,73,1) 0%,rgba(45,45,46,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(68,71,73,1) 0%,rgba(45,45,46,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444749', endColorstr='#2d2d2e',GradientType=0 ); /* IE6-8 */
}

/* pager skip-day */
.bl-skip-day {
	text-align: center;
}
.bl-skip-day > .el-button {
	display: inline-block;
}


/* bl-calendar */
.bl-calendar { margin-bottom: 15px; }
.bl-calendar h4.title { margin-bottom: 10px; }
.bl-calendar .el-select { margin-bottom: 20px; }
.bl-calendar > table thead th {
	background: ;
}
.bl-calendar > table thead .first { border-radius: 4px 0 0 0; }
.bl-calendar > table thead .last { border-radius: 0 4px 0 0; }

.bl-calendar > table th,
.bl-calendar > table td {
	width: 29px;
	height: 27px;
	border: 1px solid #dadada;
	line-height: 27px;
	text-align: center;
	font-family: 'Omroep Bold';
	font-size: 12px;
	color: #838383;
}
.bl-calendar > table th {
	font-family: 'Arial';
	font-size: 10px;
	color: #ffde3f;
	border-width: 1px;
	border-style: solid;
	border-color: transparent transparent #dadada transparent;
}
.bl-calendar > table td { background: #f3f4f4; }
.bl-calendar > table td > div > a {
	display: block;
	text-align: center;
	color: #333333;
}
.bl-calendar > table td > div > a:hover { color: #838383; }
.bl-calendar > table td > div:hover { color: #333333; }

/* cell states */
.bl-calendar > table .passed { color: #333333; }
.bl-calendar > table .today,
.bl-calendar > table .selected-day { background: #ffda39; }

/* bl-broadpast-playlist */
.bl-playlist.mo-broadcast { padding: 15px; }
.bl-playlist.mo-broadcast.el-news-item.mo-time.mo-highlight { background: #d5d6d6; }

/* bl-broadcast-player */
.bl-broadcast-player {
	margin-bottom: 10px;
}
.bl-broadcast-player > h4 { margin-bottom: 5px; }
.bl-broadcast-player > img {
	float: left;
	width: 90px;
	height: 90px;
	margin-right: 13px;
}
/* bl-overlay */
.bl-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000000;
	opacity: 0.4; filter: alpha(opacity = 40);
}

/* bl-popup */
.bl-popup .el-button.mo-close {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 12px;
	height: 12px;
	background: url('../images/css/close.png') no-repeat center center;
	border-radius: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	box-shadow: none;
}
.bl-popup {
	z-index: 10000;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	padding: 15px;
	margin-left: -300px;
	background: #ffffff;

	-webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}
.bl-popup .inner {
	background: #d5d6d6;
}

/* bl-popup - mo-fotoboek-popup */
.bl-popup.mo-fotoboek-popup {
	width: 800px;
	height: auto;
}
.bl-popup.mo-fotoboek-popup .el-button.mo-close {
	top: 15px;
	right: 10px;
}
.bl-popup.mo-fotoboek-popup .bl-number-images {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #838383;
}

.bl-popup.mo-fotoboek-popup .bl-image-container {
	width: 800px;
	height: 600px;
	margin-bottom: 15px;
}

/* bl-feedback */

/* bl-comments */
.bl-comments ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.bl-comments ul li {
	margin-bottom: 5px;
	padding: 15px 15px 10px 15px;
	background: #eaeaea;
}
.bl-comments ul .mo-zebra {
	background: #d5d6d6;
}
.bl-comments ul li .mo-name {
	font-weight: bold;
	color: #333333;
}
.bl-comments ul li date {
	float: right;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #838383;
}
.bl-comments ul li p { line-height: 20px; }

/* bl-weekschema */
.bl-weekschema .head { text-align: center; }

/* box-programmering */
.box-programmering { margin-bottom:15px; }

.box-programmering .header { position:relative; margin-bottom:20px; }
.box-programmering .header p { position:absolute; top:0; left:50%; width:384px; height:20px; margin-left:-192px; text-align:center; }
.box-programmering .header p .previous, .box-programmering .header p .next { position:absolute; top:0; right:0; width:20px; height:20px; background:url('<?=$t->staticUrl?>images/sprites/sprite-button-scrollers.gif') no-repeat -21px -77px; }
.box-programmering .header p .previous { left:0; background-position:0 -77px; }
.box-programmering .header p .endof-previous { cursor:default; outline:0; background-position: 0 -56px; }
.box-programmering .header p .endof-next { cursor:default; outline:0; background-position: -21px -56px; }

.box-programmering table thead th {
	padding-top:6px;
	padding-bottom:6px;
	text-align:center;
	font-weight:bold;
	font-size: 10px;
	text-transform: uppercase;
	border-right:1px solid #ffffff;
	color:#ffde3f;
	background:#272727;
}
.box-programmering table thead .current { color:#272727; background:#ffde3f; }
.box-programmering table tbody td div:first-child a {
	-webkit-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
	*background: url('../images/css/boxshadow-inset.gif') repeat-x center top;
}
.box-programmering table tbody .time-label div {
	width:58px;
	height:30px;
	font-size: 13px;
	color:#ffffff;
	line-height:30px;
	font-family: 'Omroep Light';
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05) inset;
	background:#5c6165 url('../images/css/border.gif') repeat-x 0 bottom;
}
.box-programmering table tbody .time-label .current {
	position:relative;
	color:#ffde3f;
	background:#333333 url('../images/css/border.gif') repeat-x 0 bottom;
}
.box-programmering table tbody .time-label .current span {
	z-index: 1;
	position:absolute;
	top:0;
	right:-15px;
	font-size: 0px;
	line-height: 0%;
	width: 0px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: none;
	border-left: 15px solid #333333;
}
.box-programmering table tbody .program-label div {
	margin-bottom:0;
	text-align:center;
	background:#f3f4f4 url('../images/css/border.gif') repeat-x 0 bottom;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}



.box-programmering table tbody .program-label div:hover { background:#ffed91 url('../images/css/border.gif') repeat-x left bottom; }
.box-programmering table tbody .program-label .zebra-lessdark a { background: url("../images/css/border.gif") repeat-x scroll 0 bottom #eaeaea; }
.box-programmering table tbody .program-label .current a { background: url("../images/css/border.gif") repeat-x scroll 0 bottom #ffdd3d; color: #333333; }
.box-programmering table tbody .program-label .isactive { background:#ffde3f url('../images/css/border.gif') repeat-x 0 bottom; }
.box-programmering table tbody .program-label div a { overflow: hidden; display:block; color:#5c6165; text-decoration:none; font-size:11px; border-right: 1px solid #d5d6d6; }
.box-programmering table tbody .program-label div a:hover { color:#000000; }
.box-programmering table tbody .program-label div a span {
	display: inline-block;
	font-size: 13px;
	line-height: 12px;
	margin-top: -12px;
	position: relative;
	top: 50%;
	vertical-align: middle;
}


/* bl-webradio */
.bl-webradio div {
	min-height: 100px;
	margin-bottom: 15px;
}

/* bl-plaatpaal */
.bl-plaatpaal {
	width: 700px;
	margin-top: 39px;
	margin-left: 0;
}
.bl-plaatpaal .el-header-logo {
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -50px;

	width: 100px; height: 100px; display: block;
}
.bl-plaatpaal .bl-left-inner {
	line-height: 60px;
	padding-left: 150px;
}
.bl-plaatpaal .bl-right-inner {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px;
}


.bl-plaatpaal .bl-right-inner.bl-controls .previous,
.bl-plaatpaal .bl-right-inner.bl-controls .next {
	margin: 10px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.bl-plaatpaal .bl-platenkast {
	clear: both;
	width: 220px;
	padding: 15px;
}

.bl-plaatpaal .bl-platenkast .current-album {
	display: block;
	width: 220px;
	height: 220px;
	margin-bottom: 15px;
}

.bl-plaatpaal .bl-platenkast .bl-meer-albums .title {
	color: #ffffff;
	margin-bottom: 15px;
	display: block;
}
.bl-plaatpaal .bl-platenkast .el-summary  {
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 9px;
	margin-bottom: 9px;
	padding: 0;
}
.bl-plaatpaal .bl-platenkast .el-summary img,
.bl-plaatpaal .bl-platenkast .el-summary .hover {
	width: 48px;
	height: 48px;
}

.bl-plaatpaal .bl-platenkast .bl-meer-albums-inner {
	margin-right: -36px;
}
.bl-plaatpaal .bl-platenkast,
.bl-plaatpaal .bl-player { float: left; }
.bl-plaatpaal .bl-player {
	width: 385px;
	margin: 15px 15px 15px 0;
	padding: 25px;
	background: #ffffff;
}
.bl-plaatpaal .bl-player .block-title {
	margin-bottom: 15px;
}

.bl-plaatpaal .bl-player .el-news-item.mo-time.mo-highlight {
	overflow: auto;
	height: 100px;
	padding: 10px;
}
.bl-plaatpaal .bl-player .album-detail span {
	display: block;
	line-height: 18px;
}

.bl-plaatpaal .bl-popup {
	position: static;
}
html.plaatpaal,
html.plaatpaal body { background: none; }
html.plaatpaal {
	background: url('../images/css/Plaatpaal-popup.png') no-repeat left top;
}

/* bl-concertagenda */
.bl-summary.bl-concertagenda {
	padding-bottom: 40px;
}
.bl-summary.bl-concertagenda .el-summary { padding-left: 110px; }
.bl-summary.bl-concertagenda .hover { z-index: 1; }
.bl-summary.bl-concertagenda .image-thumb {
	position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100px; overflow: hidden; background: #000000; z-index: 0;
}

.bl-summary.bl-concertagenda .image-thumb img {
	width: 100px; height: auto; position: relative; z-index: 1;
}
.bl-summary.bl-concertagenda .below-image {
	left: 38px; bottom: 0;
	position: absolute;
	top: 32px; height: 30px; background: none; z-index: 0;
}
.bl-summary.bl-concertagenda .buttons .el-button {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: auto;
	width: auto;
	padding: 5px;
}
.bl-summary.bl-concertagenda .buttons .el-button + .el-button {
	width: auto;
	left: auto;
	right: 10px;
}
.bl-summary.bl-concertagenda .el-summary.mo-title-description > .information { padding: 7px 0; }
.bl-summary.bl-concertagenda .el-summary.mo-title-description > .information .title,
.bl-summary.bl-concertagenda .el-summary.mo-title-description > .information .description {
	line-height: 14px;
}
.el-button.mo-reverse > .icon.on, .el-button.mo-reverse:hover > .icon.off,
a.el-submenu-item > .pointer .arrow-l-right-on,
.bl-summary.bl-concertagenda .arrow-l-right-on {
	background-image: url('../images/css/sprite-icons-blue.png');
}
.makeover.cleanlink > a,
.makeover.archive-link > a {
	color: #5c6165;
}
.makeover.cleanlink > a:hover,
.makeover.archive-link > a:hover {
	color: #0097d2;
	box-shadow: none;
}

/* bl-program-overview mo-presentatoren
.bl-program-overview.mo-presentatoren .img-link {
	cursor: pointer;
}

/* @Joep: tried text-overflow with ellipses */
.box-programmering table tbody .program-label div a span {

	text-overflow: ellipsis;
	overflow-x: hidden;
	white-space: nowrap;
	width: 100px;
	height: 18px;
}


/* bl-live-video */
.bl-live-video {
	clear: both;
	display: block;
	float: auto;
	margin-bottom: 15px;
	padding: 0px;
}
.bl-live-video .head { padding: 10px 0; }
.bl-live-video .bl-format p {
	margin-top: 0;
	margin-bottom: 5px;
}
.bl-live-video .cite-style { padding: 15px 15px 2px 15px; }
.bl-live-video .clearboth { overflow: hidden; height: 0; }

/* .bl-playlist */
.bl-playlist {
	padding: 0 !important;
	background: pink;
}
.bl-playlist ol,
.bl-playlist ol li {
	margin: 0;
	padding: 0;
}
.bl-playlist ol li {
	text-indent: 5px;
	list-style-position: outside;
	padding: 3px 0 3px 20px;
	list-style-type: decimal;
	position: relative;
}
.bl-playlist ol li:hover {
	color: #ffde3f;
	font-weight: bold;
	background: #4b4f52;
	background: -moz-linear-gradient(top, #4b4f52 0%, #5c6165 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b4f52), color-stop(100%,#5c6165));
	background: -webkit-linear-gradient(top, #4b4f52 0%, #5c6165 100%);
	background: -o-linear-gradient(top, #4b4f52 0%, #5c6165 100%);
	background: -ms-linear-gradient(top, #4b4f52 0%, #5c6165 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4f52', endColorstr='#5c6165',GradientType=0 );
	background: linear-gradient(top, #4b4f52 0%, #5c6165 100%);
}
.bl-playlist ol li .el-teller {
	position: absolute;
	left: 0;
	font-weight: bold;
}


/* Youtube video box - overlay popup*/

/* bl-overlay */
.bl-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000000;
	opacity: 0.4;
	filter: alpha(opacity = 40);
}

/* bl-popup */
.bl-popup .el-button.mo-close {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 12px;
	height: 12px;
	background: url('../images/css/close.png') no-repeat center center;
	border-radius: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	box-shadow: none;
	filter: none;
}
.bl-popup {
	z-index: 10000;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	padding: 15px;
	margin-left: -300px;
	background: #ffffff;

	-webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}
.bl-popup .inner {
	background: #d5d6d6;
}

.bl-playlist {
}
.bl-playlist .ul,
.bl-playlist .ul .li {
	padding-left: 0 !important;
	margin-bottom: 10px;
}
.bl-playlist .ul .li .time {
	position: static;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.bl-playlist .ul .li:hover {
	background: #5B5F63;
}
.bl-playlist .ul .li:hover .time,
.bl-playlist .ul .li:hover fieldset span {
	color: #8cd2f4;
}
.bl-playlist .ul .li .el-teller {

}
.ie7 .pbplayer {
	width: 100%;
	height: 65px;
}
.ie7 .pbplayer .player .bottom .progress .dragger {
	top: -10px;
}
.ie7 .control-main {
	position: absolute !important;
	left: 0 !important;
}


/* bl-feedback that is inserted as submodule counterfixes */
/* bl-dynamic-parts */
.bl-document.bl-dynamic-parts .bl-feedback .el-news-item.mo-time.mo-highlight.bl-form {
	padding: 15px !important;
}
.bl-document.bl-dynamic-parts .bl-feedback .bl-form .clearfix > .hlp-fl input,
.bl-document.bl-dynamic-parts .bl-feedback .bl-form .clearfix > .hlp-fr input {
	width: 190px;
}
.bl-document.bl-dynamic-parts .bl-feedback .bl-form textarea {
	width: 468px;
}
.bl-document.bl-dynamic-parts .bl-feedback .bl-form .pb-unit.pb-size1of2.js-check-input .el-input.hlp-fl {
	float: right;
}
.bl-document.bl-dynamic-parts .bl-feedback .bl-form .pb-unit.pb-size1of2.js-check-input .el-input.hlp-fl input {
	width: 84px;
}


/* caconcert highlight */

.bl-upcoming-and-soon-container {
	margin: auto auto 15px;
	width: auto;
	background: none repeat scroll 0 0 #EAEAEA;
}
.bl-upcoming-and-soon {
	padding: 15px;
}
.bl-upcoming-and-soon {
	margin-bottom: 20px;
	margin-top: 20px;
	-webkit-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
}
.bl-upcoming-and-soon .bl-upcoming {
	margin-right: 15px;
	width: 185px;
}
.bl-upcoming-and-soon .bl-soon {
	line-height: 16px;
	width: 285px;
}
.bl-upcoming-and-soon .bl-upcoming, .bl-upcoming-and-soon .bl-soon {
	float: left;
}
.pb-row {
	overflow: auto;
}
.bl-upcoming-and-soon label {
	color: #363636;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
.bl-upcoming-and-soon .bl-soon img {
	display: block;
	float: left;
	height: 48px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 80px;
}
.bl-upcoming-and-soon .bl-upcoming h2, .bl-upcoming-and-soon .bl-soon h3 {
	color: #363636;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}
.bl-upcoming-and-soon .bl-upcoming a, .bl-upcoming-and-soon .bl-soon a {
	color: #363636;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}
.bl-upcoming-and-soon .bl-soon h3, .bl-upcoming-and-soon .bl-soon .bl-upcoming-date-location {
	margin-bottom: 0;
	margin-top: 0;
}
.bl-upcoming-and-soon .bl-upcoming .bl-upcoming-date-location, .bl-upcoming-and-soon .bl-soon .bl-upcoming-date-location {
	color: #5C6165;
	font-size: 11px;
	font-weight:bold;
}
.bl-soon-list-item {
	display: block;
	margin-bottom: 5px;
}

/*caconcert detail*/

.bl-location-date-container .bl-time {
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 80px;
}
.bl-location-date-container .bl-date {
	text-align: right;
}
.bl-news-container {
	margin: auto;
	width: auto;
}
.bl-news-container {
	font-size: 14px;
}
.bl-news-container.bl-kaartenbestellen,
.bl-news-container.bl-kaartenbestellen p {
	font-size: 13px;
}

.bl-news-item {
	line-height: 21px;
	margin: 0 0 15px;
}
.bl-page-head {
	margin-bottom: 15px;
}
.bl-news-container .bl-news-item img {
	display: block;
	float: left;
	height: 117px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 208px;
}
.bl-location-date-container {
	float: right;
	padding-left: 90px;
	position: relative;
	width: 205px;
}
.bl-news-item.pb-clearfix > em {
	font-weight: bold;
}
.bl-location-date-container > span {
	color: #838383;
	font-size: 12px;
	font-weight: bold;
}
.bl-news-item {
	line-height: 21px;
}
.restyle {
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
}
.bl-news-container h2 {
	color: #5C6165;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}
.bl-sixtycol .bl-page-head {
	margin-bottom: 0;
}
.pbplayerh2 {
	color: #363636 !important;
	font-size: 16px !important;
	margin-bottom: 0 !important;
}
.concertTitle {
	margin-bottom: 15px;
	color: #363636 !important;
	font-size: 16px !important;
	display: block;
	font-size: 1.5em;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
}

.bl-concertagenda {
	background: none repeat scroll 0 0 #EAEAEA;
	padding: 12px 12px 12px 12px;
	position: relative;
	-webkit-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
}
.bl-concertagenda .bl-concertagenda-date-shadow {
	left: 16px;
	top: 11px;
}
.bl-concertagenda .bl-concertagenda-date, .bl-concertagenda .bl-concertagenda-date-shadow {
	height: 70px;
	left: 15px;
	position: absolute;
	top: 10px;
}
.bl-concertagenda .bl-concertagenda-date .bl-concertagenda-day, .bl-concertagenda .bl-concertagenda-date .bl-concertagenda-month {
	color: #B4B3B3;
	text-shadow: -1px -1px 0 #919191;
}
.bl-concertagenda .bl-concertagenda-date-shadow .bl-concertagenda-day, .bl-concertagenda .bl-concertagenda-date-shadow .bl-concertagenda-month, .bl-concertagenda .bl-concertagenda-date .bl-concertagenda-day, .bl-concertagenda .bl-concertagenda-date .bl-concertagenda-month {
	color: #FFFFFF;
	display: block;
	font-size: 48px;
	font-weight: bold;
	height: 48px;
	line-height: 48px;
	text-transform: uppercase;
}
.bl-concertagenda .bl-concertagenda-date-shadow .bl-concertagenda-month, .bl-concertagenda .bl-concertagenda-date .bl-concertagenda-month {
	font-size: 24px;
	height: 24px;
	line-height: 24px;
}
.bl-concertagenda .bl-concertagenda-date .bl-concertagenda-day, .bl-concertagenda .bl-concertagenda-date .bl-concertagenda-month {
	color: #B4B3B3;
	text-shadow: -1px -1px 0 #919191;
}
.bl-concertagenda img {
	display: block;
	height: 72px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 128px;
}
.bl-concertagenda h2 {
	color: #404243;
	font-size: 14px;
	line-height: 18px;
}
.bl-concertagenda ul {
	margin: 0 0 10px;
	padding: 0;
}
.bl-concertagenda li {
	line-height: 20px;
	list-style-position: inside;
}
.bl-concertagenda li em {
	font-style: normal;
}

.bl-item {
	border-bottom: 1px solid #EDEBEB;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}

.bl-news-item.pb-clearfix li {
	float: left;
	margin-left: 15px;
	width: 200px;
}
.bl-concertagenda-inner {
	padding-bottom: 46px;
	position: relative;
}
.bl-concertagenda-inner > h2,
.bl-concertagenda-inner > ul {
	margin: 0 135px 20px 70px;
}
.bl-concertagenda .bl-button {
	bottom: 0;
	left: 0;
	margin-bottom: 0;
	position: absolute;
}
.bl-button.bl-link, .bl-button.bl-submit {
	border-color: transparent #434343;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	color: #FCDB3F;
	cursor: pointer;
	height: 24px;
	line-height: 24px;
	padding: 5px 17px;
	position: relative;
	text-transform: uppercase;
	text-decoration: none;

	background: #343535; /* Old browsers */
	background: -moz-linear-gradient(top,  #343535 0%, #46494b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#343535), color-stop(100%,#46494b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #343535 0%, #46494b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #343535 0%, #46494b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #343535 0%, #46494b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #343535 0%, #46494b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343535', endColorstr='#46494b',GradientType=0 ); /* IE6-9 */

}
.bl-button.bl-link > span, .bl-button.bl-submit > span {
	border-color: transparent transparent transparent #b6dee6;
	border-style: solid;
	border-width: 4px;
	display: block;
	height: 0;
	margin-top: -4px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	top: 50%;
	width: 0;
}
.bl-button.bl-link, .bl-button.bl-submit {
	font-family: 'Omroep Light',Tahoma,sans-serif;
	padding: 5px 27px 5px 17px;
	text-transform: capitalize;
}
.buttonright{
	float: right;
}

/* ************************************************************ *
 * Archive 40%
 * ************************************************************ */

.archive-block .archive-item {
	width: 325px;
	padding: 10px;
	margin-bottom: 5px;
	background-color: #edebeb;
	-webkit-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
}

.archive-block .archive-item .archive-img {
	width: 66px;
	height: 66px;
	margin-right: 10px;
	float: left;
	display:block;
}

.archive-block .archive-item .archive-txt{
	float: left;
	width: 249px;
}

.archive-block .archive-item .archive-txt h5 {
	font-size: 13px;
}
.archive-block .archive-item .archive-txt h5, .archive-block .archive-item .archive-txt p {
	margin: 0;}

.archive-block .archive-item .archive-txt a {
	font-weight: 700;
}
.archive-txt:hover a{
	color: #5C6165;
}
p.archive-link, p.archive-link:visited {
	text-align: right;
	font-weight: 700;
	margin: 10px 0;
	color: #5C6165;
}
.archive-link:hover a{
	color: #0097D2;
}

/* ************************************************************ *
 * item overzicht 60%
 * ************************************************************ */
.overzicht-search{
    padding:20px 0px 10px 0px;
    border-top:1px solid #edebeb;
    border-bottom:1px solid #edebeb;
    margin-bottom:20px;
}

.overzicht-search label{
	color: #363636;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}

.overzicht-search .bl-input #js-search-input{
	border:#cbcbcb solid 1px;
	padding:10px;
	width:100%;
	border-radius:7px;
	-webkit-box-shadow:inset 0 2px 1px 1px rgba(0,0,0,0.10);
	box-shadow:inset 0 2px 1px 1px rgba(0,0,0,0.10);
	outline: none;
}

.overzicht-search .bl-input .bl-button.bl-link{
	line-height: 30px !important;
}
.item-gallery .item{
	width: 150px;
	float:left;
	position: relative;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-left: 4px;
	padding: 5px;
	min-height:250px;
    margin-bottom:7px;
}

.item-gallery img{
	border:1px solid #edebeb;
}

.item-gallery .title h3{
	font-weight:800;
	font-size:11px;
	color:#000;margin-bottom: 23px;
}

.item-date{
    position: absolute;
    bottom: 5px;
    font-weight: bold;
    color: #838383;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
}
.el-pager{
	border-top:1px solid lightgray;
	padding-top:10px;
	clear:both;
}
.el-pager > .i.mo-active,
.el-pager > a.i:hover,
.el-pager > .hlp-text.mo-darkgrey.mo-link:hover {
	background: #8cd2f4;
	color: #000;
}

/* ********************* Vervolg pagina *********************** */

.item-view {
	-webkit-box-shadow:inset 0 2px 1px 1px rgba(0,0,0,0.10);
	box-shadow:inset 0 2px 1px 1px rgba(0,0,0,0.10);
	background:#eaeaea;
	padding:20px 30px;
}
.item-view a,
.item-view a:visited {
	/*color: #5c6165;
	color: #8cd2f4;*/
	color: #0097d2;
	font-weight: bold;
	text-decoration: underline;
}

.item-view img{
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}

.item-view .item-date{
	bottom:0;
	font-weight: bold;
	color: #5c6165;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	position: relative;
}

.item-view iframe{width:100%; height:250px;}

.item-view .el-news-item{clear:both;}

/* ************************************************************ *
 * Video recent 40%
 * ************************************************************ */

.dark-box{background: #404243;
margin-bottom:10px;
padding-bottom:5px;}

.dark-box p, .dark-box h3{color: #fff; padding:0px 15px}
.dark-box p{font-size:13px;}

/* ************************************************************ *
 * poll
 * ************************************************************ */
.poll-wrapper {
	overflow: hidden;
	font-size: 14px;

}
.poll-title {
	color: #5c6165;
	margin-top: 0;
	margin: 0;
}

p.poll-stelling {
	font-weight: bold;
}

.poll-image {
	margin: 0;
	width: 152px;
	height: 114px;
	margin-bottom: 12px;
}
.poll-statement {
	padding-left: 1px;
	overflow: hidden;
	margin: 0;
}

p.poll-info {
	font-weight: bold;
	margin-bottom: 4px;
}

.poll-statement p {
	margin: 0;
}
.poll-statement ul {
	list-style: none;
	padding: 0;
	margin-top: 16px;
	margin-bottom: 0;
	margin: 0;
}
.poll-form {
	overflow: hidden;
	padding: 5px 0;
	margin: 0;
}
.poll-form label {
	width: 97%;
	line-height: 30px;
	cursor: text;
	margin: 0;
}
.poll-form textarea{
	width: 97%;
	height: 90px;
	margin: 0;
}

.poll-form button{
	border: 0;
}

.poll-input {
	width: 240px;
	margin: 0;
}
.poll-image-statement {
	display: block;
	overflow: hidden;
}
.poll-bar {
	background-color: #8cd2f4;
	height: 10px;
	margin: 2px 0px 5px 0px;
	border: 1px solid #bbb;
}
.poll-list .hlp-text.mo-report {  }
.poll-list .hlp-text.mo-report {
	display: none;
	font-size: 11px;
	line-height: 23px;
	color: #e03737;
}

/* plaatpaal overzicht */
.bl-plaatpaal img {
	display: block;
	width: 235px;
	height: 235px;
}
.bl-plaatpaal .bl-plaatpaal-record {
	position: relative;
	float: left;
	width: 235px;
	margin: 0 23px 27px 0;
}
.bl-plaatpaal .bl-plaatpaal-record:first-of-type {
	margin-left: 0;
}
.bl-plaatpaal-record .details {
	color: #fff;
	display: block;
	min-height: 85px;
	padding: 10px 15px 10px 15px;
}
.bl-plaatpaal-record .el-img-link {
	overflow: hidden;
	display: block;
	height: 235px;
	width: 235px;
}
.bl-plaatpaal-record.mo-active .details {
	background: #de9440;
}
.bl-plaatpaal .split {
	display: block;
	height: 1px;
	background-color: #5c6165;
	margin: 6px 0 2px 0;
}

.theme-page-container .bl-page-head > h3 {
	color: #0097D2;
}
.theme-page-container .bl-page-head .thumb-img {
	float: left;
	margin-right: 20px;
}
.theme-page-container .bl-page-head .desc-txt {
	margin-bottom: 15px;
}
.theme-page-container .bl-page-head .desc-txt .date {
	font-weight: 700;
	margin: 0;
	padding: 0;
	color: #868686;
}
.theme-page-container .bl-page-head .desc-txt > p > a {
	color: #444444;
}
.theme-page-container .bl-page-head .desc-txt > p > a:hover {
	color: #0097D2;
}
.theme-page-container .article-block img {
	float: left;
	margin: 0 15px 15px 0;
}


/* slider */
.img-slider {
	position: relative;
	margin-bottom: 15px;
}
.img-slider .ticker {
	position: absolute;
	right: 0;
	top: 8px;
	width: 48px;
	height: 10px;
}
.img-slider .ticker .tick {
	width: 11px;
	height: 11px;
	background-color: #b6dee6;
	float: left;
	margin-left: 5px;
}
.img-slider .ticker .tick .tick-active {
	width: 9px;
	height: 9px;
	cursor: pointer;
	background-color: #FFFFFF;
	float: right;
	margin-left: 1px;
	top: 1px;
	display: none;
	position: absolute;
}
.img-slider .mask {
	width: 515px;
	height: 292px;
	overflow: hidden;
	position: relative;
}
.img-slider .mask .slide {
	width: 515px;
	height: 292px;
	float: left;
}
.img-slider .mask .slide .slide-head {
	position: absolute;
	left: 0;
	top: 20px;
	width: 292px;
	height: 39px;
	background: url('../images/css/slider-title-bg.png') repeat-y top left transparent;
}
.img-slider .mask .slide .slide-head h3 {
	color: #fff;
	margin: 10px;
}
.img-slider .mask .slide .slide-img {
	height: 292px;
	width: 292px;
	float: left;
}
.img-slider .mask .slide .slide-txt {
	overflow-y: auto;
	width: 203px;
	height: 252px;
	padding: 20px 10px;
	float: left;
	/*background: #d9f0f8;*/
	background: #b6dee6;
}
.img-slider .mask .slide .slide-txt .date {
	color: #5C6165;
	font-weight: 700;
}
.img-slider .mask .slide .slide-txt p {
	color: #000;
	margin: 10px 0;
}
.img-slider .mask .slide .slide-txt a {
	text-decoration: none;
	font-weight: 700;
	color: #5C6165;
}
.img-slider .mask .slide .slide-txt a.morelink {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #5C6165;
	text-decoration: none;
	font-weight: 700;
}
.img-slider .mask .slide .slide-txt a.morelink:hover {
	color: #65BBDD;
}

.img-slider h2{
    padding: 0px 45px 0px 0px;
}

/* bl-video-archief-search */
.bl-videoarchive .bl-video-archief-search {
	padding: 10px 10px 3px 10px;
	background: #EAEAEA;
	margin-bottom: 10px;
	-webkit-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
}
.bl-videoarchive .bl-video-archief-search .bl-input {
	float: left;
}
.bl-videoarchive .bl-video-archief-search label {
	color: #363636;
	font-size: 13px;
	float:left;
	margin-right:5px;
	font-weight: bold;
	line-height: 40px;
}
.bl-videoarchive .bl-video-archief-search .bl-input {
	border: 1px solid #CBCBCB;
	border-radius: 6px 6px 6px 6px;
}
.bl-videoarchive .bl-video-archief-search .bl-input input {
	border: none;
	border: 0;
	border-radius: 6px 6px 6px 6px;
	margin: 0;
	outline: 0 none;
	height: 35px;
	line-height: 38px;
	float:left;
	text-indent: 3px;
	resize: none;
	text-align: left;
	width: 99.4%;
	font-family: 'arial';
	font-size: 14px;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
	.bl-videoarchive .bl-video-archief-search .bl-input input {
		width: 96%;
	}

	.bl-videoarchive #js-search-submit {
		padding-top: 9px !important;
		padding-bottom: 8px !important;
	}
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
	.bl-videoarchive .bl-video-archief-search .bl-input input {
		width: 96%;
	}

	.bl-videoarchive #js-search-submit {
		padding-top: 9px !important;
		padding-bottom: 8px !important;
	}
}

.bl-videoarchive #js-search-submit {
	border-color: transparent #434343;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	color: #FCDB3F;
	cursor: pointer;
	height: 24px;
	line-height: 24px;
	margin-right: 0;
	margin-bottom: 8px !important;
	padding: 7px 27px 5px 17px;
	position: relative;
	font-size: 14px;
	display: inline-block;

	background: #343535; /* Old browsers */
	background: -moz-linear-gradient(top,  #343535 0%, #46494b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#343535), color-stop(100%,#46494b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #343535 0%, #46494b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #343535 0%, #46494b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #343535 0%, #46494b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #343535 0%, #46494b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343535', endColorstr='#46494b',GradientType=0 ); /* IE6-9 */
}
.bl-videoarchive #js-search-submit > span {
	display: block;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 2px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #FCDB3F;
}
.bl-videoarchive .bl-video-archief-results { margin-bottom: 20px; }
.bl-videoarchive .bl-video-archief-results img {
	display: block;
	height: 90px;
	width: 160px;
	background: none repeat scroll 0 0 #5C6165;
}
.bl-videoarchive .bl-video-archief-results .bl-video-archief-results-item {
	position: relative;
	padding: 10px 80px 10px 10px;
	color: #2C2C2C;
}
.bl-videoarchive .bl-video-archief-results-item h2 {
	margin: 0 0 10px 0;
}
.bl-videoarchive .bl-video-archief-results-item .bl-video-archief-results-item-play {
	background: url("../images/css/button-play.png") no-repeat scroll 0 0 transparent;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	padding-top: 70px;
	position: absolute;
	right: 10px;
	text-align: center;
	text-transform: uppercase;
	top: 10px;
	width: 64px;
}

.video-gallery iframe{
	width:515px;
}

.bl-videoarchive .el-pager {
	 font-size: 14px;
}

.bl-videoarchive #js-video-popup {
	width: 800px;
	margin-left: -415px;
}


@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
	html .bl-videoarchive #js-video-popup  {

		margin-left: -300px !important;
	}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */

	html .bl-videoarchive #js-video-popup  {

		margin-left: -300px !important;
	}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
	html .bl-videoarchive #js-video-popup  {

		margin-left: -300px !important;

	}
}


.videoblockcontainer.bl-promo-video-container > .bl-button {
	padding-top: 2px;
	padding-bottom: 2px;
}



.b { float: right; width: 345px; }

.a { float: left; width: 510px; }

.globalFont, .comparison-container, .comparison-widget-container, .widget-pip, .theme-container .theme-item-block { font-family: 'Arial'; }

.headerTitle, .visualTitle:first-child, .comparison-container .comparison > span:first-child, .songTitle, .comparison-container .comparison > .comparison-inner > h2 { margin: 0 0 10px 0; }

.headerTitle, .visualTitle:first-child, .comparison-container .comparison > span:first-child { font-size: 18px; line-height: 14px; font-weight: bold; color: #5c6165; }

.songTitle, .comparison-container .comparison > .comparison-inner > h2 { font-size: 14px; line-height: 14px; font-weight: bold; color: #0097d2; }

.songSubTitle, .cite, .comparison-container .comparison > .comparison-inner > .compared-work > span, .comparison-container .comparison > .comparison-inner > .compared-work > h3, .comparison-container .comparison > .comparison-inner > .compared-work > p, .comparison-container > .page-number, .comparison-widget-container > h3, .widget-pip > h3, .widget-pip > a, .widget-pip .widget-inner > a fieldset > span, .theme-container .theme-item-block div .descripttext, .theme-container .theme-item-block div .theme-link { font-size: 12px; line-height: 16px; font-weight: bold; color: black; }

.comparedWorkTitle { font-size: 13px; line-height: 16px; font-weight: bold; color: black; }

.posAbsolute, .widget-pip .widget-inner > a fieldset > span { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

.clearFieldset, .widget-pip .widget-inner > a fieldset { border: 0; text-decoration: none; }

.fluidmedia-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.fluidmedia-container iframe, .fluidmedia-container object, .fluidmedia-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.visualTitle:first-child { display: block; margin-bottom: 10px; }

.cite, .comparison-container .comparison > .comparison-inner > .compared-work > span, .comparison-container .comparison > .comparison-inner > .compared-work > h3, .comparison-container .comparison > .comparison-inner > .compared-work > p, .comparison-container > .page-number, .comparison-widget-container > h3, .widget-pip > h3, .widget-pip > a, .widget-pip .widget-inner > a fieldset > span, .theme-container .theme-item-block div .descripttext, .theme-container .theme-item-block div .theme-link { display: block; font-style: normal; margin-top: 2px; }

.comparison-container { width: 510px; clear: both; }
.comparison-container > span:first-child + .comparison { border-top: 1px solid #edebeb; }
.comparison-container .comparison { display: block; padding-top: 2px; border: 0; border-bottom: 1px solid #edebeb; }
.comparison-container .comparison:first-child { background: red; }
.comparison-container .comparison > span:first-child { display: block; background: red; }
.comparison-container .comparison > .comparison-inner { padding: 10px; }
.comparison-container .comparison > .comparison-inner > h2 { clear: both; display: block; margin-bottom: 10px; }
.comparison-container .comparison > .comparison-inner .player { margin-bottom: 10px; }
.comparison-container .comparison > .comparison-inner > .compared-work { float: left; width: 152px; margin-right: 10px; }
.comparison-container .comparison > .comparison-inner > .compared-work > span { display: block; margin-bottom: 5px; }
.comparison-container .comparison > .comparison-inner > .compared-work > img { display: block; width: 152px; height: 152px; border: 0; background: #cacaca; }
.comparison-container .comparison > .comparison-inner > .compared-work > h3 { margin-bottom: 0; }
.comparison-container .comparison > .comparison-inner > .compared-work > p { font-weight: normal; color: #5c6165; }
.comparison-container > .page-number { display: block; margin: 5px 0; text-align: center; }
.comparison-container > .page-number ul, .comparison-container > .page-number li { list-style-type: none; margin: 0; padding: 0; }
.comparison-container > .page-number .listitem, .comparison-container > .page-number .listitem .listitem-anchor { display: inline-block; margin: 0 5px; font-size: 14px; color: #000000; cursor: pointer; }
.comparison-container > .page-number .listitem .listitem-anchor { text-decoration: none; }
.comparison-container > .page-number .listitem .listitem-anchor:hover { color: #0097d2; text-decoration: underline; }
.comparison-container > .page-number .listitem:hover, .comparison-container > .page-number .listitem .listitem-anchor:hover { color: #0097d2; }

.page-number .el-button .arrow-xs-left-on, .page-number .el-button .arrow-xs-left-on:hover, .page-number .el-button .arrow-xs-left-off, .page-number .el-button .arrow-xs-left-off:hover, .page-number .el-button:hover .arrow-xs-left-on, .page-number .el-button:hover .arrow-xs-left-on:hover, .page-number .el-button:hover .arrow-xs-left-off, .page-number .el-button:hover .arrow-xs-left-off:hover { background-position: -4px -320px; }

.comparison-widget-container, .widget-pip { width: 345px; margin-bottom: 10px; }
.comparison-widget-container > h3, .widget-pip > h3 { clear: both; display: block; margin: 10px 0; }
.comparison-widget-container > h3 > cite, .widget-pip > h3 > cite { font-weight: normal; color: #5c6165; }
.comparison-widget-container > a, .widget-pip > a { font-weight: bold; float: right; color: #5c6165; font-size: 12px; line-height: 14px; text-decoration: none; }
.comparison-widget-container > a:hover, .widget-pip > a:hover { color: #0097d2; box-shadow: none; }
.comparison-widget-container > a:visited, .widget-pip > a:visited { color: #5c6165; }
.comparison-widget-container .widget-inner, .widget-pip .widget-inner { float: left; margin-bottom: 10px; padding: 20px 0 10px 20px; background: #eaeaea; -webkit-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.05); box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.05); }
.comparison-widget-container .widget-inner > a > img, .widget-pip .widget-inner > a > img { display: block; width: 147px; height: 147px; border: 0; background: #cacaca; float: left; margin: 0 10px 10px 0; }

.widget-pip { background: #eaeaea; width: 305px; padding: 20px 20px 10px 20px; -webkit-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.05); box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.05); }
.widget-pip > a { float: left; }
.widget-pip .noMargin, .widget-pip .clearFieldset, .widget-pip .widget-inner > a fieldset, .widget-pip ul, .widget-pip ol, .widget-pip li, .widget-pip .widget-inner, .widget-pip .widget-inner > a fieldset > p { margin: 0; padding: 0; }
.widget-pip > ol { padding-left: 30px; }
.widget-pip .widget-inner { position: relative; z-index: 1; float: none; margin-bottom: 10px; padding: 10px 0; font-size: 16px; background: #cacaca; box-shadow: none; }
.widget-pip .widget-inner:before { content: ""; position: absolute; top: 0; right: 0; left: -30px; bottom: 0; z-index: -2; width: auto; background: #cacaca; -webkit-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.05); box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.05); }
.widget-pip .widget-inner > a { text-decoration: none; color: #000; }
.widget-pip .widget-inner > a img { display: block; width: 75px; height: 75px; border: 0; background: #cacaca; float: right; margin-right: 10px; margin-bottom: 0; }
.widget-pip .widget-inner > a fieldset > p { display: block; margin-bottom: 20px; text-decoration: none; font-size: 12px; }
.widget-pip .widget-inner > a fieldset > span { font-size: 18px; }
.widget-pip .widget-inner > a fieldset > span { top: auto; bottom: 10px; font-size: 12px; text-transform: uppercase; font-weight: bold; color: #000; }

.theme-container { margin-bottom: 20px; }
.theme-container .theme-item-block { display: block; cursor: pointer; text-decoration: none; min-height: 140px; padding: 10px; border-top: 1px solid #edebeb; }
.theme-container .theme-item-block:hover { background: #d9f0f8; }
.theme-container .theme-item-block > h3 { color: #0097d2; font-size: 15px; }
.theme-container .theme-item-block div { float: left; width: 75%; }
.theme-container .theme-item-block div .descripttext { font-size: 13px; font-weight: normal; }
.theme-container .theme-item-block div .theme-link { float: right; clear: both; font-size: 13px; color: #5c6165; }
.theme-container .theme-item-block div .theme-link:hover { color: #0097d2; }
.theme-container .theme-item-block > img { display: block; width: 100px; height: 100px; border: 0; background: #cacaca; float: left; margin-right: 10px; }

::selection {
	background: none !important;
}

/* ************************************************************ *
 * New header and footer                                        *
 * ************************************************************ */

@font-face {
  font-family: 'NPO';
  src: url("../fonts/npo_sans_regular_v1.0-webfont.eot");
  src: url("../fonts/npo_sans_regular_v1.0-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/npo_sans_regular_v1.0-webfont.woff") format("woff"), url("../fonts/npo_sans_regular_v1.0-webfont.ttf") format("truetype"), url("../fonts/npo_sans_regular_v1.0-webfont.svg#npo_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NPO';
  src: url("../fonts/npo_sans_bold_v1.0-webfont.eot");
  src: url("../fonts/npo_sans_bold_v1.0-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/npo_sans_bold_v1.0-webfont.woff") format("woff"), url("../fonts/npo_sans_bold_v1.0-webfont.ttf") format("truetype"), url("../fonts/npo_sans_bold_v1.0-webfont.svg#npo_sansregular") format("svg");
  font-weight: bold;
  font-style: normal;
}

/* ************************************************************ *
 * new header
 * ************************************************************ */

.al-header,
.al-header * {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: NPO, Arial, sans-serif;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}



.al-header {
    width: 100%;
    min-height: 350px;
    position: relative;
    display: block;
}
.al-header-inner {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
}
.al-header-overlay {
    width: 100%;
    background-color: rgba(39, 39, 39, 1);
}
.al-header-slide-image {
    width: 100%;
    min-height: 350px;
    position: absolute;
    top: 0;
    overflow: hidden;
}
.al-header-slide-image img {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.al-live {
    padding: 9px;
    display: inline-block;
}
.al-live-button, a.al-live-button {
    margin: 0px 9px 0px 0px;
    padding: 6px 10px 6px 30px;
    position: relative;
    display: inline-block;
    float: left;
    background: #711569;
    cursor: pointer;

    line-height: 19px;
    font-size: 16px;
    font-weight: bold;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}
a.al-live-button,
a.al-live-button:hover,
a.al-live-button:visited,
a.al-live-button:hover {
    color: #ffffff !important;
}
.al-live-button:before {
    content: '';
    height: 19px;
    width: 20px;
    position: absolute;
    top: 6px;
    left: 6px;
    float: left;
    background: url("../images/logos/play_live.svg") no-repeat center center;
    background-size: 12px 15px;
}
.al-live-info {
    margin-left: 0px;
    display: block;
    float: left;

    line-height: 31px;
    font-size: 15px;
    color: #fff;
}
.al-live-info span:first-child, .al-live-info span:last-child {
    color: #adadad;
}
.al-npo-more-button {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 20020;
}
.al-navigator {
    position: absolute;
    right: 0;
    left: 0;
}
.al-logo {
    width: 91px;
    height: 91px;
    margin: 20px 5px 5px 15px;
    display: block;
    background: url("../images/logo-radio4.png") no-repeat center center;
    background-size: 91px 91px;
}
.al-menu {
    top: 30px;
    right: 350px;
    left: 117px;
    position: absolute;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);

    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
         -o-border-radius: 10px;
            border-radius: 10px;
}
.ie7 .al-menu, .ie8 .al-menu {
    background-image: url('../images/logos/transparent.png');
}
.al-menu li a {
    height: 40px;
    padding: 0 12px;
    display: block;
    float: left;

    font-size: 20px;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);

    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);

    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.al-menu li a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
}
.ie7 .al-menu li a:hover, .ie8 .al-menu li a:hover {
    background-image: url('../images/logos/transparent.png');
}
.al-menu li:first-child a {
    border-left: none;
}
.al-menu li:last-child a {
    border-right: none;
}
.al-search {
    width: 309px;
    height: 36px;
    position: absolute;
    top: 32px;
    right: 20px;
    padding-left: 28px;
    background-color: #fff;

    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
         -o-border-radius: 10px;
            border-radius: 10px;
}
.al-search:before {
    content: '';
    width: 20px;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 8px;
    background: url("../images/logos/search.svg") no-repeat center center;
    background-size: 20px 20px;
    opacity: 0.5;
}
.al-search input[type=text] {
    height: 36px;
    width: 210px;
    padding: 4px 6px;
    line-height: 20px;
    font-size: 14px;
    -webkit-appearance: none;
}
.al-search input[type=submit] {
    width: 65px;
    margin: 2px 2px 1px 0px;
    padding: 4px 0;
    cursor: pointer;

    font-weight: normal;
    font-size: 13px;
    text-shadow: 0 1px 1px rgba(255, 255, 25, 0.15);
    font-family: "NPO", Arial, sans-serif;

    border-color: #CCC #CCC #A6A6A6;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
    border: 1px solid #BBB;

    background-color: #E0E0E0;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EEE), to(#CCC));
    background-image: -webkit-linear-gradient(top, #EEE, #CCC);
    background-image: linear, to bottom, #eeeeee, #cccccc;
    -webkit-appearance: none;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}
.al-header-about {
    width: 370px;
    position: absolute;
    bottom: 23px;
    left: 35px;
    z-index: 3;
    padding: 10px 65px 10px 10px;
    background-color: #ffd21f;
}
.al-header-about .mo-gray {
    color: #333;
}
.al-header-about hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin: 1em 0;
    padding: 0;
}


/* ************************************************************ *
 * footer
 * ************************************************************ */

.al-footer, .al-footer * {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
    font-family: NPO, Arial, sans-serif;
}

.al-footer {
    width: 100%;
    position: relative;
    padding-top: 35px;
    overflow: hidden;
    background: #272727;
}

.al-footer > h2 {
    max-width: 100%;
    padding: 0 7px 17px;
    text-align: center;
    font-size: 19px;
    font-weight: normal;
    text-transform: uppercase;
    color: #666666;
}
.al-footer ul {
    margin: 0 auto;
    overflow: auto;
    text-align: center;
    list-style: none;
}
.al-footer ul li {
    list-style: none;
    display: inline-block;
}
.al-footer ul li a {
    cursor: pointer;
}

.al-footer ul.logos li a,
.al-footer ul.logos li a:hover,
.al-footer ul.social li a,
.al-footer ul.social li a:hover {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.al-footer ul.logos li a,
.al-footer ul.meta li a {
    opacity: 0.6;
}
.al-footer ul.logos li a:hover,
.al-footer ul.meta li a:hover {
    opacity: 1;
}
.al-footer ul.rest li a,
.al-footer ul.meta li a {
    text-decoration: underline;
}
.al-footer ul.social li a:before,
.al-footer .radio4-svg-large:before {
    content: '';
}

.al-footer ul.rest {
    width: 96%;
    margin-top: -10px;
    padding-bottom: 30px;
}
.al-footer ul.rest li {
    padding: 7px 15px;
    line-height: 20px;
}
.al-footer ul.rest li a {
    font-size: 16px;
    color: #93c6e0 !important;
}

.al-footer ul.logos {
    width: 820px;
    padding-bottom: 30px;
    text-align: center;
}
.al-footer ul.logos li {
    height: 40px;
    padding: 0px 7px;
    float: left;
}
.al-footer ul.logos li a {
    height: 40px;
    width: auto;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
}
.al-footer ul.logos li a.avro { background-image: url('../images/logos/logo_avro.png'); width: 58px; }
.al-footer ul.logos li a.tros { background-image: url('../images/logos/logo_tros.png'); width: 40px; }
.al-footer ul.logos li a.vara { background-image: url('../images/logos/logo_vara.png'); width: 77px; }
.al-footer ul.logos li a.ncrv { background-image: url('../images/logos/logo_ncrv.png'); width: 35px; }
.al-footer ul.logos li a.kro  { background-image: url('../images/logos/logo_kro.png');  width: 63px; }
.al-footer ul.logos li a.max  { background-image: url('../images/logos/logo_max.png');  width: 56px; }
.al-footer ul.logos li a.eo   { background-image: url('../images/logos/logo_eo.png');   width: 43px; }
.al-footer ul.logos li a.ntr  { background-image: url('../images/logos/logo_ntr.png');  width: 76px; }
.al-footer ul.logos li a.vpro { background-image: url('../images/logos/logo_vpro.png'); width: 81px; }
.al-footer ul.logos li a.rkk  { background-image: url('../images/logos/logo_rkk.png');  width: 39px; }
.al-footer ul.logos li a.cultura { background-image: url('../images/logos/logo_cultura.png'); width: 91px; }


.al-footer ul.social {
    margin: 0;
    padding: 0;
    padding-bottom: 25px;
}
.al-footer ul.social li a {

    height: 26px;
    position: relative;
    margin-left: 8px;
    padding: 0 6px 0 28px;
    display: block;

    line-height: 27px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;

    background-color: #666666;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}
.al-footer ul.social li a:hover {
    background-color: #888888;
}
.al-footer ul.social li:first-child a {
    margin-left: 0;
}
.al-footer ul.social li a:before {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 6px;
    display: block;
    float: left;
    background-size: 16px 16px;
    background-repeat: no-repeat;
}
.al-footer ul.social li a.facebook:before { background-image: url(../images/logos/fb.svg); }
.al-footer ul.social li a.twitter:before { background-image: url(../images/logos/tw.svg); }
.al-footer ul.social li a.youtube:before { background-image: url(../images/logos/yt.svg); }

.al-footer ul.meta {
    margin: 0;
    padding: 0;
    padding-bottom: 25px;
}

.al-footer ul.meta li {
    padding: 0 5px;
}
.al-footer ul.meta li a {
    font-size: 16px;
    color: #fff;
}
.al-footer .radio4-svg-small,
.al-footer .radio4-svg-large,
.al-footer .radio4-svg-large:before {
    position: absolute;
}

.al-footer .radio4-svg-large {
    height: 312px;
    width: 312px;
    top: 36px;
    left: -200px;
    z-index: 0;
    opacity: 0.02;
    background: url("../images/logos/radio4_white.svg") no-repeat top left;
    background-size: 100%;
    pointer-events: none;
}
.al-footer .radio4-svg-large:before {
    content: "";
    height: 200px;
    width: 200px;
    top: -42px;
    left: 229px;
    opacity: 0.6;
    background: url("../images/logos/radio4_white.svg") no-repeat top left;
    background-size: 100%;
    display: inline-block;
}
.al-footer .radio4-svg-small {
    height: 325px;
    width: 325px;
    top: 261px;
    left: -99px;/*64px;*/
    z-index: 0;
    opacity: 0.04;
    pointer-events: none;
    background: url("../images/logos/radio4_white.svg") no-repeat top left;
    background-size: 100%;
}

@font-face { font-family: npo_sans_regular; src: url("../fonts/radio4/npo_sans_regular.eot"); src: url("../fonts/radio4/npo_sans_regular.eot#iefix") format("embedded-opentype"), url("../fonts/radio4/npo_sans_regular.woff") format("woff"), url("../fonts/radio4/npo_sans_regular.ttf") format("truetype"), url("../fonts/radio4/npo_sans_regular.svg#radio4/npo_sans_regular") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: npo_sans_bold; src: url("../fonts/radio4/npo_sans_bold.eot"); src: url("../fonts/radio4/npo_sans_bold.eot#iefix") format("embedded-opentype"), url("../fonts/radio4/npo_sans_bold.woff") format("woff"), url("../fonts/radio4/npo_sans_bold.ttf") format("truetype"), url("../fonts/radio4/npo_sans_bold.svg#radio4/npo_sans_bold") format("svg"); font-weight: normal; font-style: normal; }

.bl-footer-radio4 { display: table !important; width: 96%; margin-bottom: 30px !important; padding: 0 2%; }
.bl-footer-radio4 a { display: block; font-family: Arial; color: #93c6e0 !important; font-size: 14px; font-weight: normal; line-height: 24px; text-decoration: none; }
.bl-footer-radio4 h2 { font-family: npo_sans_regular; margin: 0; color: #ffffff; line-height: 25px; font-size: 17px; /* Approximation due to font substitution */ font-weight: normal; }
.bl-footer-radio4 > li { display: table-cell !important; padding: 0 10px; vertical-align: top; text-align: left; }
