@charset "UTF-8";
/* Variables */
/********** LESS VARIABLES ********************************************/
/* === Grid =============================== */
/* === Colors ============================== */
/* Website-specific (per news agency) */
/* hover like article tags */
/* Light    (sidebar bg) */
/* Dark     (body text) */
/* Medium   (block hovers) */
/* Light    (subtle text) */
/* Dark     (CTA link/button text) */
/* DARK     (footer & videoblock bg) */
/* Medium   (header current info) */
/* Light    (Footer text) */
/* Medium   (block borders) */
/* Light	 Lighter text */
/* === Fonts =============================== */
/* 300, 400, 500, 700, 900 */
/* 300, 300 italic, 700 italic */
/* === Miscellaneous variables ============= */
/* === Mixin default parameters ============ */
/* #545454 */
/********** LESS MIXINS ***********************************************/
/* === Helper classes ====================== */
/* Useful for adding the clearfix to elements which are generated */
/* In case semantic.gs is being used, this can cancel out the styles of a column */
/* === CSS3 vendor-specific ================ */
/* === Site-specific ======================= */
/* Layout */
/********** ADJUSTMENTS TO BOOTSTRAP *******************/
.btn {
  -o-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9em;
}
.btn:hover,
.btn:focus,
.btn:active {
  color: #fff;
  outline: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  background: #cc0000;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  border: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background: #990000;
  color: #fff;
}
.btn-outline {
  border: 1px solid #dadada;
  background: none;
  color: #666666;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: #323232;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  font-size: 0.9em;
  text-decoration: none;
  color: #dc0008;
}
.btn-link:hover {
  text-decoration: none;
  color: #a90006;
}
.btn-link i {
  font-size: 1.5em;
}
.input-group-btn {
  font-size: 1em;
}
.progress-bar {
  background-color: #cc0000;
}
/********** GLOBAL STYLES ******************************/
html,
body {
  height: 100%;
  font-size: 100%;
}
body {
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: 'Roboto', "Myriad Pro", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 1em;
  color: #000000;
  background-color: #fff;
}
::-moz-selection {
  background-color: #ffb3b3;
}
::selection {
  background-color: #ffb3b3;
}
::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #ababab;
  opacity: 1;
}
:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #ababab;
  opacity: 1;
}
/* Firefox 18- */
::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #ababab;
  opacity: 1;
}
/* Firefox 19+ */
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #ababab;
  opacity: 1;
}
/* opacity: 0.5 is browser default */
/* optimizeLegibility breaks @font-face in some installations of Chrome */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: auto;
}
h2,
h3,
h4 {
  line-height: 1.2em;
}
h1 {
  font-size: 2em;
  font-weight: 900;
}
h2 {
  font-size: 1.9em;
  font-weight: 900;
  line-height: 1.1em;
  margin-bottom: 20px;
}
h3 {
  font-size: 1em;
  font-weight: 500;
}
h3.heading {
  margin: 3em 0 10px 0;
  font-size: 1.4em;
  font-weight: 900;
}
.heading + p {
  margin-top: 0;
}
h4 {
  font-size: 0.95em;
  font-weight: 900;
  text-transform: uppercase;
}
p {
  margin: 10px 0;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.4em;
}
p strong {
  display: block;
}
em {
  font-style: italic;
}
a {
  color: #dc0008;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover,
a:active {
  color: #a90006;
}
a:focus,
a:active {
  outline: 0 none;
}
a[class^="icon"]:hover {
  text-decoration: none;
}
a img {
  vertical-align: bottom;
}
figure img {
  vertical-align: bottom;
}
img {
  border: 0;
}
b {
  font-weight: bold;
}
address {
  font-weight: 300;
}
address a {
  font-weight: normal;
}
nav ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
button:focus {
  outline: none;
}
.site-container {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: 100%;
  margin-left: 0;
  transition: margin-left 0.2s ease-in;
}
.site-container.open {
  margin-left: 267px;
  position: fixed;
  top: 53px;
  z-index: 1;
}
.jscroll-inner,
.jscroll-added {
  zoom: 1;
}
.jscroll-inner:before,
.jscroll-added:before,
.jscroll-inner:after,
.jscroll-added:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.jscroll-inner:after,
.jscroll-added:after {
  clear: both;
}
.load-news {
  display: none;
  clear: both;
}
.icon-flickr-circle:before {
  line-height: 33px;
}
/********** TOP ****************************************/
.omroep-bar {
  padding-bottom: 5px;
  background-color: #cc0000;
}
.omroep-bar nav {
  text-align: right;
}
.omroep-bar .socialnav .socialnav-item {
  margin: 0 3px;
}
.omroep-bar .socialnav .socialnav-item a {
  width: auto;
  height: auto;
  line-height: 1em;
  background: none;
  font-size: 0.8em;
}
.servicenav,
.socialnav {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.servicenav .servicenav-item,
.socialnav .servicenav-item,
.servicenav .socialnav-item,
.socialnav .socialnav-item {
  display: inline-block;
  margin: 0 0 0 10px;
}
.servicenav .servicenav-item a,
.socialnav .servicenav-item a,
.servicenav .socialnav-item a,
.socialnav .socialnav-item a {
  color: #ffffff;
}
.servicenav .servicenav-item a,
.socialnav .servicenav-item a {
  font-size: 0.75em;
}
.servicenav .socialnav-item,
.socialnav .socialnav-item {
  margin-left: 0;
}
.servicenav .socialnav-item:first-child,
.socialnav .socialnav-item:first-child {
  margin-left: 10px;
}
.servicenav .socialnav-item a,
.socialnav .socialnav-item a {
  font-size: 1em;
}
.socialnav .socialnav-item a {
  display: inline-block;
  margin-top: 2px;
}
.site-top {
  padding-bottom: 8px;
  background-color: #ffffff;
  border-bottom: 1px solid #e1e0e0;
}
.site-top.open {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
}
.site-top .site-logo {
  margin: 12px 0 0 0;
  display: inline-block;
}
.site-top .current-info {
  float: right;
  margin: 30px 20px 0 0;
  list-style: none;
  line-height: 1.7em;
}
.site-top .current-info .info-item {
  font-size: 0.9em;
  color: #ababab;
}
.site-top .current-info .info-item a {
  color: #ababab;
}
.site-top .current-info .info-item a:hover,
.site-top .current-info .info-item a:focus {
  color: #cc0000;
  text-decoration: none;
}
.site-top .current-info .info-item i {
  margin-right: 5px;
  font-size: 1.1em;
}
.site-top .current-info .info-item.weather i {
  font-family: 'regional-weather';
  font-style: normal;
  vertical-align: middle;
  font-size: 1.3em;
}
.site-top .current-info .info-item.traffic i {
  font-family: 'regional';
  font-style: normal;
  vertical-align: middle;
  font-size: 1.3em;
}
.site-top #adcontainer-full,
.site-top #adcontainer-mobileleaderboard {
  float: right;
  margin: 12px 0 0 0;
}
/********** MAIN  **************************************/
.page-subtitle,
.block-title {
  color: #cc0000;
}
.page-subtitle {
  margin: 18px 0;
}
/*.banner-ad {
    margin-bottom: 30px;

    .advertisement {
        text-align: center;

        .ad-notice {
            text-transform: uppercase;
            color: #c5c5c5;
            font-size: 0.8em;
            margin-bottom: 5px;
        }

        img {
             max-width: 100%;
        }
    }

    &.bordered {
        .advertisement {
            border: 1px solid #dddddd;
            padding: 0 20px 20px 20px;
        }
    }   
}*/
#adcontainer-full {
  margin-bottom: 30px;
}
#adcontainer-full .dfp-ad-box,
#adcontainer-full .dfp-ad-box-small,
#adcontainer-full .dfp-leaderboard,
#adcontainer-full .dfp-ad-full,
#adcontainer-full .dfp-ad-fullmob {
  text-align: center;
}
#adcontainer-full .dfp-ad-box #div-gpt-ad-full,
#adcontainer-full .dfp-ad-box-small #div-gpt-ad-full,
#adcontainer-full .dfp-leaderboard #div-gpt-ad-full,
#adcontainer-full .dfp-ad-full #div-gpt-ad-full,
#adcontainer-full .dfp-ad-fullmob #div-gpt-ad-full {
  text-transform: uppercase;
  color: #c5c5c5;
  font-size: 0.8em;
  margin-bottom: 5px;
}
#adcontainer-full.bordered .dfp-ad-box,
#adcontainer-full.bordered .dfp-ad-box-small,
#adcontainer-full.bordered .dfp-leaderboard,
#adcontainer-full.bordered .dfp-ad-full,
#adcontainer-full.bordered .dfp-ad-fullmob {
  border: 1px solid #dddddd;
  padding: 0 20px 20px 20px;
}
.dfp-ad-fullmob {
  display: none;
}
.block-type {
  position: absolute;
  left: 0;
  top: 0;
  padding: 12px 13px;
  color: #fff;
  font-weight: 700;
  line-height: 1em;
  background: #cc0000;
  pointer-events: none;
  text-transform: uppercase;
}
.block-type.important {
  background: #dc0008;
}
.block-type .date {
  text-align: center;
  float: left;
  position: relative;
  padding: 0 5px;
}
.block-type .date + .date {
  padding-left: 15px;
  padding-right: 0;
  margin-left: 10px;
}
.block-type .date + .date:before {
  content: "";
  border-left: 1px solid #fff;
  position: absolute;
  height: 100%;
  width: 1px;
  left: 0;
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
}
.block-type .date span {
  display: block;
}
.block-type .day {
  font-size: 1.1em;
  font-weight: normal;
}
.block-type .month {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.75em;
}
.newsitem-type {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 0.6em;
  line-height: 1em;
  background: #cc0000;
  z-index: 1;
}
.newsitem-type.important {
  text-transform: uppercase;
  background: #dc0008;
}
.featured-block a {
  position: relative;
}
.featured-block .block-image {
  overflow: hidden;
}
.featured-block .block-image:before {
  content: "";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-8 */
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  transition: bottom 0.2s ease-in;
}
.featured-block .block-content {
  background: #cc0000;
  border: none;
  color: #fff;
}
.featured-block .block-content .block-meta,
.featured-block .block-content .news-social li:before {
  color: rgba(255, 255, 255, 0.5);
}
.featured-block .block-content .block-lead a {
  color: #fff;
}
.featured-block:hover .block-content {
  background: #cc0000;
}
.featured-block:hover .block-image:before {
  bottom: -50px;
}
.tweet-block {
  /* NEW TWEET BLOCK */
  /* Temporary until fase 2 */
  /*.tweet-wrapper {
        padding: 23px;
         border: 1px solid @grey9;
         background: #fff;
   }

   .tweet-icon {
        float: left;
        margin-right: 20px;
        color: #5ea9dd;
        font-size: 2em;

        &:before {
            vertical-align: top;
        }
   }

   .tweet-title {
        margin: 0;
        font-weight: 700;
        font-size: 1.1em;
        vertical-align: top;
   }

   .tweet-content {
        border: none;
        padding: 0;
        margin: 40px 0;
        font-size: 1.4em;
        font-weight: 300;
		color: @light;
		
        &:before, &:after {
            display: none;
        }
   }

    .tweet-bottom {
        h4 {
            color: @grey4;
            font-size: 0.7em;
        }
    }*/
}
.tweet-block .wrapper-tweet {
  height: 100%;
}
.tweet-block .wrapper-tweet .twitter-tweet {
  margin: 0 auto 0 auto !important;
  min-width: 0px !important;
  width: 100% !important;
  max-width: 340px !important;
}
.item-meta {
  text-transform: uppercase;
  color: #b3b3b3;
  font-size: 0.7em;
  font-weight: bold;
}
.news-social {
  float: right;
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}
.news-social li {
  font-weight: normal;
  display: inline-block;
  margin: 0 0 0 8px;
}
.news-social li:before {
  font-size: 1.6em;
  color: #dddcdc;
  vertical-align: bottom;
  margin-right: 2px;
}
.news-social li a {
  color: #767676;
}
.news-social li a:before {
  color: #dddcdc;
  margin: 0 5px 0 0;
}
.news-social li a.circle:before {
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  background: #cacaca;
  font-size: 1.3em;
}
.news-social li a:hover {
  text-decoration: none;
}
.news-social li h4 {
  font-weight: normal;
  color: #767676;
  margin: 0;
  text-transform: uppercase;
}
.article-image {
  margin-bottom: 80px;
  position: relative;
}
.article-image figcaption {
  width: 100%;
  position: absolute;
  padding: 20px;
  bottom: 0;
  color: #fff;
  z-index: 1;
}
.article-image figcaption p {
  margin: 0;
  z-index: 1;
  position: relative;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 300;
  color: #fff;
}
.article-image figcaption:before {
  content: "";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-8 */
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.article-image img {
  width: 100%;
}
.weather-table {
  border: 1px solid #d9d8d8;
}
.weather-table td,
.weather-table th {
  font-weight: 300;
  text-align: center;
  font-size: 0.95em;
  border: 1px solid #d9d8d8;
}
.weather-table th {
  color: #cc0000;
}
.weather-table th i {
  font-family: 'regional-weather';
  font-style: normal;
  font-size: 2em;
}
.weather-table td:nth-child(2n+3),
.weather-table th:nth-child(2n+3) {
  background: #f2f6fa;
}
.weather-table td:first-child {
  text-align: right;
  font-weight: normal;
}
.weather-table span {
  color: #000;
  display: block;
  font-weight: 900;
}
.weather-table span.min-temp {
  font-weight: normal;
}
table.list-table tbody tr {
  border: 1px solid #d9d8d8;
}
table.list-table tbody tr td {
  vertical-align: middle;
  border: none;
  padding: 0 10px;
  /*
  padding: 0 20px;
  */
}
table.list-table tbody tr td span {
  display: block;
  font-weight: 300;
}
table.list-table tbody tr td:first-child {
  padding: 24px 7px;
  background: #cc0000;
  color: #fff;
  text-align: center;
  font-weight: 900;
  width: 70px;
}

table.list-table tbody tr td.nweg:first-child {
  padding: 24px 7px;
  background: #f2d000;
  color: #000;
  text-align: center;
  font-weight: 900;
  width: 70px;
}

table.list-table tbody tr.empty {
  border: none;
}
table.list-table tbody tr.empty td {
  background: none;
  padding: 5px;
}
table.list-table thead tr {
  padding: 10px 0;
}
.guide {
  margin-bottom: 30px;
}
.guide ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.guide ul li {
  position: relative;
  padding: 0 0 28px 0;
}
.guide ul li:last-child {
  padding: 0;
}
.guide ul li:before {
  content: "";
  height: 100%;
  border-left: 2px solid #cecece;
  position: absolute;
  top: 0;
}
.guide ul li:after {
  content: "";
  border: 2px solid #cecece;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  position: absolute;
  background: #fff;
  top: 0;
  left: -5px;
}
.guide .time {
  position: absolute;
  color: #b3b3b3;
  font-weight: 900;
  font-size: 0.8em;
  left: 30px;
  top: -3px;
}
.guide a {
  display: block;
  margin-left: 100px;
}
.guide a:hover {
  background: #e5e5e5;
}
.guide figure {
  position: relative;
}
.guide figure img {
  float: left;
}
.guide figcaption {
  float: right;
  width: 67%;
  font-weight: 300;
  color: #333333;
  font-size: 0.95em;
}
.guide figcaption h3 {
  font-size: 1.1em;
  margin: 1em 0 0.5em 0;
  color: #cc0000;
}
.guide .guide-navigation {
  padding: 20px 0;
}
.next-broadcast {
  padding: 20px;
  margin-bottom: 20px;
  background: #333333;
  color: #fff;
}
.next-broadcast figure {
  position: relative;
}
.next-broadcast figure img {
  float: left;
  width: 50%;
}
.next-broadcast .block-content {
  float: right;
  width: 50%;
  padding-left: 30px;
}
.next-broadcast .block-title {
  color: #fff;
  margin: 0;
  font-size: 1.7em;
}
.next-broadcast p {
  font-weight: 300;
  font-size: 1em;
}
.sitemap {
  list-style: none;
  margin: 25px 0;
  font-size: 1.1em;
}
.sitemap h4 {
  margin: 0;
}
.block-navigation {
  margin-bottom: 20px;
}
.block-navigation h2 {
  float: left;
  margin: 0 0 0 15px;
}
.block-navigation.full-nav h2 {
  float: none;
  margin-bottom: 20px;
}
.programme-block .block-meta {
  font-size: 0.9em;
}
.teletekst .quick-controls h5 {
  margin-top: 0;
  font-weight: 700;
}
.teletekst .quick-controls input {
  float: left;
}
.teletekst .quick-controls button {
  color: #fff;
  background: #cc0000;
  border: none;
  width: 42px;
  height: 42px;
  line-height: 0;
}
.teletekst .quick-controls ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  margin-top: 20px;
}
.teletekst .quick-controls ul li {
  padding: 15px 0;
  border-bottom: 1px solid #e1e0e0;
}
.teletekst .quick-controls ul li:first-child {
  border-top: 1px solid #e1e0e0;
}
.teletekst .quick-controls a {
  font-weight: 700;
  display: block;
}
.teletekst .quick-controls a span {
  margin-left: 5px;
  font-weight: normal;
  color: #333333;
}
.teletekst .quick-controls a:hover {
  text-decoration: none;
}
.teletekst .quick-controls a:hover span {
  text-decoration: underline;
}
.pagination {
  -o-border-radius: 0;
  border-radius: 0;
}
.pagination li a {
  height: 38px;
  width: 38px;
  padding: 0 12px;
  border: none;
  font-weight: 700;
  text-align: center;
  line-height: 38px;
  border-top: 1px solid #dbdada;
  border-bottom: 1px solid #dbdada;
  color: #cc0000;
}
.pagination li a:first-child,
.pagination li a:last-child {
  -o-border-radius: 0;
  border-radius: 0;
}
.pagination li a:hover {
  color: #cc0000;
  background: #f2f2f2;
}
.pagination li.active a,
.pagination li.active a:hover {
  color: #cc0000;
  background: #f2f2f2;
  border-color: #dbdada;
}
.pagination li:first-child a {
  border-left: 1px solid #dbdada;
}
.pagination li:last-child a {
  border-right: 1px solid #dbdada;
}
.pagination.arrow-nav {
  border: 0;
}
.pagination.arrow-nav li a {
  font-size: 0.6em;
  color: #666666;
  border: 1px solid #dbdada;
}
.pagination.arrow-nav li a:first-child {
  margin-right: 10px;
}
.omroep-block.person-block h3.block-title {
  color: #333333;
  margin: 2px 0;
}
.omroep-block.person-block .block-meta {
  text-transform: none;
  font-size: 0.9em;
}
.page-header {
  padding: 0;
  margin: 0;
  border: none;
}
.page-header .spotlight-item {
  float: none;
}
.page-header .spotlight-block {
  cursor: default;
}
.page-header figure {
  margin-left: -15px;
  width: 830px;
  position: relative;
  color: #fff;
}
.alphabet-filter {
  margin: 20px 0;
}
.alphabet-filter .pagination {
  display: block;
  margin: 0 auto;
  width: 738px;
  overflow: hidden;
}
.alphabet-filter .pagination a {
  margin: 0;
  padding: 0 9px;
  width: auto;
}
.img-container img {
  width: 100%;
  height: auto;
}
/********** SIDEBAR ************************************/
@media only screen and (min-width: 1200px) {
  .page-sidebar {
    padding-left: 0;
    padding-right: 33px;
  }
}
.blocks-sidebar,
.sidebar-block ul {
  padding: 0;
  list-style: none;
}
.sidebar-block {
  margin-bottom: 40px;
}
.blocks-sidebar {
  margin: 0;
}
.blocks-sidebar .news-block {
  overflow: hidden;
  margin-bottom: 20px;
}
.blocks-sidebar .news-block .newsitem {
  overflow: hidden;
  padding: 8px 0;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
}
.blocks-sidebar .news-block .newsitem:hover {
  background: #e5e5e5;
}
.blocks-sidebar .news-block .newsitem .newsitem-image {
  width: 25%;
  float: left;
  position: relative;
}
.blocks-sidebar .news-block .newsitem .newsitem-image img {
  width: 100%;
  height: auto;
}
.blocks-sidebar .news-block .newsitem .newsitem-title {
  width: 75%;
  float: left;
  padding-left: 10px;
}
.blocks-sidebar .news-block .newsitem .newsitem-title a {
  font-size: 0.85em;
  color: #333333;
  display: block;
  margin-top: -3px;
  line-height: 1.2em;
}
.blocks-sidebar .news-block .newsitem .newsitem-title a:hover {
  text-decoration: none;
}
.blocks-sidebar h3 {
  font-size: 1.4em;
  font-weight: 900;
}
.blocks-sidebar p {
  font-size: 0.9em;
}
.blocks-sidebar .poll-block {
  overflow: hidden;
  margin-bottom: 40px;
}
.blocks-sidebar .poll-block .btn {
  margin-top: 25px;
}
.blocks-sidebar .poll-block .poll-options {
  margin: 20px 0 0;
}
.blocks-sidebar .poll-block .poll-options li {
  font-size: 0.9em;
  margin: 20px 0 0;
}
.blocks-sidebar .poll-block .poll-options li .progress {
  margin: 0;
}
.blocks-sidebar .poll-block .poll-options li label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 0.9em;
}
.blocks-sidebar .poll-block .poll-options li label:before,
.blocks-sidebar .poll-block .poll-options li label:after {
  -o-border-radius: 50%;
  border-radius: 50%;
}
.blocks-sidebar .poll-block .poll-options li input[type=radio] {
  display: none;
}
.blocks-sidebar .poll-block .poll-options li label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 2px;
  background: #fff;
  border: 1px solid #cc0000;
}
.blocks-sidebar .poll-block .poll-options li input[type=radio]:checked + label:after {
  background: #cc0000;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  position: absolute;
  left: 3px;
  bottom: 5px;
}
.blocks-sidebar .twitter-block {
  overflow: hidden;
  margin-bottom: 40px;
}
.blocks-sidebar .radar-block {
  overflow: hidden;
  margin-bottom: 40px;
}
.blocks-sidebar .radar-block iframe {
  width: 100%;
}
.blocks-sidebar .slider-block {
  overflow: hidden;
  margin-bottom: 40px;
}
.blocks-sidebar .slider-block .sidebar-slider {
  margin-top: 15px;
}
.blocks-sidebar .slider-block img {
  display: block;
  width: 100%;
  height: auto;
}
.blocks-sidebar .slider-block .owl-controls {
  position: absolute;
  top: 38%;
  z-index: 1;
  width: 100%;
  height: 0;
}
.blocks-sidebar .slider-block .owl-prev {
  left: 0;
}
.blocks-sidebar .slider-block .owl-next {
  right: 0;
}
.blocks-sidebar .slider-block .owl-prev,
.blocks-sidebar .slider-block .owl-next {
  width: 32px;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  position: absolute;
}
.blocks-sidebar .slider-block .owl-prev:hover,
.blocks-sidebar .slider-block .owl-next:hover {
  background: rgba(255, 255, 255, 0.9);
}
.blocks-sidebar .slider-block .owl-prev.disabled,
.blocks-sidebar .slider-block .owl-next.disabled {
  display: none;
}
.blocks-sidebar .slider-block .big-images .owl-prev,
.blocks-sidebar .slider-block .big-images .owl-next {
  margin-top: -32px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 1.8em;
}
.blocks-sidebar .input-form {
  overflow: hidden;
  margin-bottom: 40px;
}
.blocks-sidebar .input-form .btn {
  margin-top: 25px;
}
.blocks-sidebar .input-form ::-webkit-input-placeholder {
  font-style: italic;
}
.blocks-sidebar .input-form ::-moz-placeholder {
  font-style: italic;
}
.blocks-sidebar .input-form :-ms-input-placeholder {
  font-style: italic;
}
.blocks-sidebar .input-form input:-moz-placeholder {
  font-style: italic;
}
.blocks-sidebar .filter-block {
  overflow: hidden;
  margin-bottom: 20px;
}
.blocks-sidebar .filter-block .control-label {
  margin: 0;
}
.blocks-sidebar .filter-block input.form-control {
  margin: 0;
}
.blocks-sidebar .filter-block .filter-options {
  margin: 20px 0;
}
.blocks-sidebar .filter-block .filter-options li {
  margin-bottom: 5px;
}
.blocks-sidebar .filter-block .filter-options li label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-weight: 400;
}
.blocks-sidebar .filter-block .filter-options li input[type=checkbox] {
  display: none;
}
.blocks-sidebar .filter-block .filter-options li label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 2px;
  background: #fff;
  border: 1px solid #d0d0d0;
}
.blocks-sidebar .filter-block .filter-options li input[type=checkbox]:checked + label:after {
  font-weight: bold;
  color: #cc0000;
  font-size: 12px;
  font-family: 'regional';
  content: "r";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  left: 4px;
  bottom: 0px;
}
.blocks-sidebar .news-block {
  overflow: hidden;
  margin-bottom: 40px;
}
.blocks-sidebar .news-block .btn {
  text-align: left;
}
.blocks-sidebar .news-block .btn i {
  margin-right: 10px;
}
.blocks-sidebar .news-block .btn ihover {
  text-decoration: none;
}
.block-ctalink {
  text-transform: uppercase;
  font-weight: 700;
  color: #666666;
  font-size: 0.8em;
  display: block;
  float: right;
  margin: 5px 0 0 0;
}
.block-ctalink i {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.6em;
  margin-bottom: 4px;
}
.block-ctalink:hover {
  color: #666666;
}
#cookie-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #f2f2f2;
  border-top: 2px solid #cc0000;
  font-weight: 300;
  text-align: center;
  z-index: 2;
}
#cookie-bar .container {
  padding: 20px;
}
#cookie-bar button {
  margin: 0 15px;
  padding: 0;
  background: none;
  border: none;
  text-transform: uppercase;
  color: #666666;
  font-weight: 700;
}
#cookie-bar button i {
  vertical-align: top;
  display: inline-block;
  font-size: 0.9em;
  margin: 0 5px 0 0;
}
#cookie-bar span {
  margin: 0 30px;
}
#rectification {
  background: #cc0000;
  padding-bottom: 20px;
}
#rectification .container {
  position: relative;
}
#rectification .rect-close {
  position: absolute;
  right: 15px;
  background: none;
  border: none;
  top: 15px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 2.5em;
  z-index: 1;
}
#rectification h2 {
  font-size: 1.5em;
  color: #ffffff;
}
#rectification p {
  font-weight: 500;
  font-size: 1em;
  color: #ffffff;
}
/******** SEARCH RESULTS ************************/
.article-content.search-page {
  padding: 0;
}
.article-content.search-page .article-title {
  margin: 0;
}
.search-bar {
  margin: 20px 0;
}
.results-info {
  padding-bottom: 30px;
  border-bottom: 1px solid #dad9d9;
}
.results-info span {
  font-weight: bold;
}
.search-results {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.search-results li {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.search-results li.visible {
  margin: 35px 0;
  height: auto;
  visibility: visible;
  opacity: 1;
}
.search-results a .block-title {
  color: #cc0000;
  font-weight: 500;
  margin: 0;
}
.search-results a .description {
  padding: 5px 0;
  margin: 0;
  font-size: 1.1em;
  color: #333333;
}
.search-results a .description:hover {
  color: #cc0000;
}
.search-results a:hover {
  color: #cc0000;
  text-decoration: none;
}
/********** BOTTOM *************************************/
.site-bottom {
  padding: 60px 0 0 0;
  background-color: #323232;
}
.site-bottom .footer-bottom {
  padding: 1rem 0;
  background-color: #111111;
  color: #cc0000;
  text-align: center;
}
.site-bottom .footer-bottom a {
  font-weight: 300;
  font-size: 0.7em;
  color: #cc0000;
  margin-right: 10px;
}
.site-footernav {
  margin-bottom: 30px;
}
.footernav {
  margin-bottom: 2rem;
}
.footernav-item {
  color: #cacaca;
  margin: 0;
}
.footernav-item h4 {
  margin: 0;
  color: #cc0000;
}
.footernav-item a {
  color: #999999;
  font-weight: 300;
  font-size: 0.9em;
}
.site-copyright {
  font-weight: 300;
  font-size: 0.7em;
}
.site-copyright:after {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}
.platform {
  text-align: right;
}
.platform span {
  margin-right: 25px;
  font-size: 0.8em;
  font-style: italic;
  font-weight: 500;
}
/********** HOMEPAGE ***********************************/
.omroep-block {
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin-bottom: 0;
  transition: opacity 0.4s ease-in;
}
.omroep-block.visible {
  height: auto;
  visibility: visible;
  opacity: 1;
  margin-bottom: 30px;
}
/********** NEWS DETAIL ***********************************/
.dfp-ad-box,
.dfp-ad-box-small,
.dfp-leaderboard,
.dfp-ad-full,
.dfp-ad-fullmob,
.dfp-ad-rectangle {
  padding-bottom: 10px;
  background: url('/inc/css/images/ad.png') no-repeat;
}
.dfp-ad-rectangle {
  background-position: center -76px;
  padding: 20px 0;
}
.ad-Rectangle {
  width: 320px;
  height: 250px;
  overflow: hidden;
  margin: 0 auto;
}
.banner-ad .ad-notice {
  margin: 0 21px;
  display: block;
  color: #757575;
}
.related-article {
  padding: 13px 20px;
  background: #efefef;
  margin: 20px 0;
}
.related-article h5 {
  margin: 0;
  font-weight: 700;
  color: #767676;
  text-transform: uppercase;
}
.related-content,
.popular-content {
  border-top: 1px solid #b3b3b3;
  padding-top: 20px;
  margin-bottom: 30px;
}
.tag {
  background: #cc0000;
  color: #fff;
  border-radius: 15px;
  display: inline-block;
  padding: 3px 13px;
  margin: 0 2px 5px;
  font-weight: 500;
  font-size: 0.9em;
}
.tag:hover {
  background: #990000;
  color: #fff;
  text-decoration: none;
}
/********** Media Portal ******************************/
.video-holder {
  overflow: hidden;
}
.media-details {
  margin-bottom: 10px;
  padding: 0 55px 0 45px;
  color: #fff;
}
.media-details h3 {
  font-size: 1.9em;
  font-weight: 900;
  margin: 0 0 2px;
  line-height: 1.2em;
}
.media-details p {
  margin: 2px 0;
  font-size: 0.9em;
  color: #c5c5c5;
}
.media-details .media-details-notice {
  text-transform: uppercase;
  color: #c5c5c5;
  font-size: 0.8em;
  margin-bottom: 2px;
  display: block;
}
.media-details .number {
  font-size: 2.1em;
  margin-top: -5px;
  display: block;
}
.media-details .shares {
  margin-top: 15px;
}
/* set this global */
.grey .socialnav-item a.facebook,
.grey .socialnav-item a.twitter,
.grey .socialnav-item a.print {
  background: #c5c5c5;
}
/********** MAP STYLES *********************************/
#map {
  height: 395px;
  width: 100%;
  border: 1px solid #dadada;
  margin-bottom: 20px;
}
/********** SEARCH RESULTS *****************************/
/********** FORMS **************************************/
.inline-form {
  margin: 20px 0;
}
input,
textarea,
select,
input.form-control,
textarea.form-control,
select.form-control {
  font-family: 'Roboto', "Myriad Pro", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 100%;
  color: #000000;
  -o-border-radius: 0;
  border-radius: 0;
  -o-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dad9d9;
}
input:focus,
textarea:focus,
select:focus,
input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus {
  outline: 0;
  -o-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dad9d9;
}
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal input.form-control,
.form-horizontal textarea.form-control,
.form-horizontal .custom-select,
.form-horizontal button {
  margin-left: 20px;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="file"],
input[type="tel"],
input[type="number"],
select {
  height: 42px;
}
textarea {
  resize: vertical;
}
label {
  cursor: pointer;
  font-weight: 300;
}
label.error {
  color: #d3860d;
  margin-top: 10px;
  margin-left: 20px;
}
input.radio,
input.checkbox {
  vertical-align: middle;
}
input.radio + label,
input.checkbox + label {
  vertical-align: middle;
}
fieldset {
  margin: 18px 0;
}
.validate.invalid {
  background-color: #f09999;
}
.custom-select {
  vertical-align: top;
  border: 1px solid #dad9d9;
  width: 100%;
  height: 42px;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.custom-select select {
  cursor: pointer;
  width: 100%;
  height: 42px;
  padding: 10px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  text-indent: .01px;
  text-overflow: '';
}
.custom-select select:focus {
  outline: none;
}
.custom-select i {
  position: absolute;
  padding-left: 16px;
  height: 41px;
  width: 41px;
  font-size: 0.8em;
  line-height: 40px;
  right: 0;
  top: 0;
  background: #fff;
  color: #cc0000;
  border-left: 1px solid #dad9d9;
  pointer-events: none;
}
.search-bg {
  width: 100%;
  float: none;
  background: url('/inc/css/images/mo-search-bg-rtvutrecht.jpg') no-repeat right center;
  padding: 0 20px;
  height: 47px;
  border: none;
  border-top: 1px solid #e1e0e0;
}
/********** MISCELLANEOUS ******************************/
.clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.no-overflow {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.underline {
  text-decoration: underline;
}
.feedback,
.message {
  font-size: 100%;
  font-weight: 500;
  font-style: italic;
}
.feedback.bad,
.message.bad,
.feedback.invalid,
.message.invalid {
  color: #f00909;
}
.feedback.good,
.message.good,
.feedback.valid,
.message.valid {
  color: #72dd70;
}
@media only screen and (min-width: 992px) {
  .home-spotlight .banner-ad {
    margin-bottom: 0;
  }
  .home-spotlight .advertisement {
    margin-left: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
  .home-spotlight .advertisement {
    margin-left: -10px;
  }
  .home-spotlight .spotlight-news .spotlight-item.xlg {
    margin: 0 0 30px 0;
  }
  .page-sidebar {
    width: 385px;
  }
}
@media only screen and (max-width: 1199px) {
  /* Smaller desktops */
  .dfp-ad-full {
    display: none;
  }
  .site-top .current-info {
    margin-top: 47px;
  }
  .site-top .current-info .info-item {
    margin: 0 0 0 22px;
  }
  .site-top #adcontainer-mobileleaderboard {
    margin: 35px 0 0 0;
  }
  .page-header .spotlight-block {
    margin: 0;
    width: 100%;
  }
  .mediabox .owl-prev,
  .mediabox .owl-next {
    height: 69px;
    line-height: 69px;
  }
  .featured-block .block-title {
    font-size: 1.2em;
  }
  /******* MEDIAPORTAL DETAILS ************************/
  .media-details {
    padding: 0;
  }
  .footer-socialnav .socialnav-item:nth-child(even) {
    margin-right: 13px;
  }
}
@media only screen and (max-width: 991px) {
  /* Tablets */
  .site-container.open .site-main,
  .site-container.open .spotlight {
    border-left: 1px solid #e1e0e0;
  }
  .dfp-ad-fullmob {
    display: block;
  }
  .container {
    width: 768px;
  }
  /********** TOP ****************************************/
  .site-top {
    border-top: 2px solid #cc0000;
    padding-bottom: 0;
  }
  .site-top .current-info {
    margin: 11px 0 0 0;
    padding: 0;
  }
  .site-top .current-info .info-item {
    float: left;
    margin-right: 20px;
    margin-left: 0;
    font-size: 1em;
  }
  .site-top .current-info .info-item:last-child {
    margin: 0 0 0 4px;
  }
  .site-top .site-logo {
    margin: 5px 0 0 0;
  }
  /********** MENU ***************************************/
  .menu-toggle {
    background: none;
    border: none;
    width: 67px;
    padding: 0;
    display: inline-block;
  }
  .menu-toggle .bar {
    width: 22px;
    display: inline-block;
    vertical-align: middle;
  }
  .menu-toggle .icon-bar {
    width: 22px;
    height: 2px;
    display: block;
    margin: 0 0 4px!important;
    background: #fff;
    transition: all 0.5s ease-in-out;
  }
  .menu-toggle.open .icon-bar {
    position: absolute;
    top: 27px;
    background: #fff;
  }
  .menu-toggle.open .icon-bar:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-toggle.open .icon-bar:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-toggle.open .icon-bar:last-child {
    opacity: 0;
  }
  .wrapper-mainnav.affix .mo-mainnav {
    display: inline-block;
    width: 100%;
  }
  .wrapper-mainnav.affix .mo-mainnav .mainnav-item {
    width: 20.6%;
  }
  .wrapper-mainnav.affix .mo-mainnav .mainnav-item:first-child,
  .wrapper-mainnav.affix .mo-mainnav .mainnav-item:last-child {
    width: auto;
  }
  /********** OFFSCREEN NAVIGATIOn ***********************/
  .offscreen {
    position: absolute;
    width: 267px;
    background: #fff;
    min-height: 100%;
    line-height: 1em;
    top: 53px;
    left: -267px;
    background: #323232;
    transition: left 0.2s ease-in;
  }
  .offscreen.open {
    left: 0;
  }
  .sidenav {
    background: #fff;
  }
  .sidenav .sidenav-item a {
    display: block;
    padding: 15px;
    color: #cc0000;
    font-weight: bold;
    border-bottom: 1px solid #e1e0e0;
  }
  .sidenav .sidenav-item a:hover {
    text-decoration: none;
  }
  .sidenav .sidenav-item a i {
    float: right;
    font-size: 0.8em;
    color: #969696;
  }
  .sidenav .sidenav-item.has-subnav > a {
    text-decoration: none;
  }
  .has-subnav.open > a i {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .has-subnav .dropdown-menu {
    position: relative;
    float: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0 0 0 20px;
  }
  .has-subnav .dropdown-menu a {
    font-weight: normal;
    color: #cc0000;
    padding: 10px 0;
  }
  .has-subnav .dropdown-menu a:hover {
    background: none;
  }
  .sidenav-footer {
    background: #323232;
    padding: 20px 15px;
  }
  .sidenav-footer li {
    margin-bottom: 25px;
  }
  .sidenav-footer li a {
    color: #cacaca;
    font-size: 0.9em;
  }
  .sidenav-footer li.socialnav-item a {
    color: #fff;
  }
  .sidenav-footer li.socialnav-item a.flickr {
    color: #0063db;
  }
  .sidenav-footer li.socialnav-item:nth-child(even) {
    margin-right: 3px;
  }
  .sidenav-footer h4,
  .sidenav-footer h4 a {
    color: #999999;
  }
  /********** MAIN  **************************************/
  .spotlight-news .spotlight-item.xlg {
    margin-top: 0;
  }
  /********** HOMEPAGE ***************************************/
  /********** MEDIA DETAIL *******************************/
  .media-details h3 {
    color: #333333;
  }
  .media-details .media-details-notice {
    display: inline;
    color: #767676;
  }
  .media-details .number {
    color: #cacaca;
    display: inline;
    font-size: 1em;
  }
  .media-details .socialnav {
    float: right;
  }
  .media-details .socialnav h4 {
    font-weight: normal;
    color: #767676;
    font-size: 0.8em;
  }
  .media-details .shares div:last-child {
    text-align: right;
  }
  .media-details .shares div:last-child .media-details-notice {
    display: inline-block;
    margin: 7px 0;
  }
  /********** BOTTOM *************************************/
  #cookie-bar {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  /* Smartphones */
  .btn {
    margin-bottom: 20px;
  }
  .container {
    width: 100%;
  }
  .page-header .spotlight-block figcaption .block-subtitle {
    padding-bottom: 0;
    font-size: 1.375em;
    border-bottom: 0 none;
  }
  .page-header .spotlight-block figcaption p {
    font-size: 0.8125em;
  }
  /********** MAIN  **************************************/
  h3.heading {
    font-size: 1.125em;
  }
  .load-news {
    padding-top: 20px;
  }
  .omroep-block {
    margin-bottom: 0px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
  }
  .omroep-block.visible {
    padding: 5px 0;
    margin-bottom: 0px;
  }
  .omroep-block .block-image {
    width: 25%;
    float: left;
    position: relative;
  }
  .omroep-block .block-image img {
    width: 100%;
  }
  .omroep-block .block-type {
    font-size: .6em;
    padding: 5px;
  }
  .omroep-block .block-content {
    padding: 0 0 0 10px;
    border: none;
    min-height: 0;
    width: 75%;
    float: left;
  }
  .omroep-block .block-content a {
    color: #000;
  }
  .omroep-block .block-content a:hover {
    text-decoration: none;
  }
  .omroep-block .block-content .block-meta {
    display: none;
  }
  .omroep-block .block-content .block-lead {
    display: none;
  }
  .omroep-block .block-content .block-title {
    margin: 0;
    font-size: 0.85em;
    color: #333333;
  }
  .omroep-block:hover .block-content {
    background: none;
  }
  .person-block .block-content .block-meta {
    display: block;
  }
  .news-block.visible,
  .tweet-block.visible,
  .person-block.visible {
    padding: 8px 15px;
  }
  .featured-block figure,
  .featured-block .block-image {
    position: relative;
  }
  .featured-block figure .block-image,
  .featured-block .block-image .block-image {
    width: 100%;
  }
  .featured-block .block-content {
    display: none;
  }
  .featured-block .block-title {
    bottom: 15px;
    font-size: 1em;
    color: #000;
    color: #fff;
  }
  .tweet-block .wrapper-tweet {
    border: 0;
  }
  .tweet-block .wrapper-tweet .twitter-tweet {
    margin-top: 0 !important;
  }
  .programme-block .block-content .block-meta {
    display: block;
  }
  .guide ul li {
    padding: 0;
  }
  .guide ul li:before,
  .guide ul li:after {
    display: none;
  }
  .guide ul li a {
    margin-left: 0;
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;
  }
  .guide img {
    width: 25%;
    float: left;
    position: relative;
  }
  .guide .block-content {
    padding: 0 0 0 10px;
    border: 0;
    min-height: 0;
    width: 75%;
    float: left;
  }
  .guide .block-content p {
    display: none;
  }
  .guide .block-title {
    color: #333333;
  }
  .guide .time {
    left: 30%;
    font-weight: normal;
    top: 10px;
  }
  .guide .block-type {
    z-index: 1;
    padding: 5px;
    font-size: 0.8em;
  }
  .guide .btn-outline {
    border: none;
    color: #cc0000;
    padding: 10px 0;
    text-transform: none;
  }
  .next-broadcast figure img {
    width: 100%;
    margin-bottom: 20px;
  }
  .next-broadcast .block-content {
    width: 100%;
    float: none;
    padding: 0;
  }
  .programme-block.no-img {
    padding: 0 15px;
  }
  .programme-block.no-img .block-content {
    width: 100%;
    padding: 10px 0;
    border: none;
  }
  .programme-block.no-img i {
    display: none;
  }
  .tt-content img {
    width: 100%;
    height: auto;
  }
  .weather-table td:first-child,
  .weather-table th:first-child {
    display: none;
  }
  .weather-table tbody td {
    font-size: 0.6875em;
  }
  .tab-block .nav-tabs li {
    padding: 0;
    display: block;
    margin-right: 5px;
  }
  .tab-block .nav-tabs li a {
    padding: 5px 7px;
    font-size: 0.9em;
  }
  .tab-block .table thead {
    display: none;
  }
  .tab-block .table tr td,
  .tab-block .table tr th {
    width: 50%;
    float: right;
    border: none;
    padding: 5px 0 0 0;
  }
  .tab-block .table tr td:nth-child(odd) {
    text-align: right;
  }
  /******** HOMEPAGE ******************************/
  .home-spotlight {
    margin-bottom: 10px;
  }
  .spotlight-news .spotlight-item.lg .block-title {
    font-size: 1.1em;
    margin: 0;
  }
  .spotlight-news .spotlight-item.sm .block-title {
    font-size: 0.8em;
    line-height: 1em;
  }
  /******** BOTTOM ********************************/
  #cookie-bar button,
  #cookie-bar span {
    margin: 0;
  }
  #cookie-bar span {
    display: block;
  }
  #cookie-bar button {
    margin-top: 10px;
    font-size: 0.9em;
  }
  #cookie-bar .container {
    padding: 20px 0;
  }
  #cookie-bar button i {
    margin: 0 2px 0 10px;
  }
  /********** FORMS ***********************************/
  .custom-select {
    margin-bottom: 20px;
  }
  .form-horizontal input,
  .form-horizontal textarea,
  .form-horizontal input.form-control,
  .form-horizontal textarea.form-control,
  .form-horizontal .custom-select,
  .form-horizontal button {
    margin-left: 0;
  }
}
@media print {
  a[href]:after,
  .wrapper-mainnav,
  .offscreen,
  #cookie-bar,
  .omroep-bar,
  .load-news button,
  .current-info,
  .dfp-ad-full,
  .dfp-ad-fullmo,
  iframe,
  .page-sidebar,
  footer,
  .article-social,
  .news-social {
    display: none !important;
  }
  .spotlight-news,
  .page-content,
  .page-header figure,
  .page-header .playerContainer,
  .spotlight-media {
    width: 100%;
    margin-left: 0;
  }
  .omroep-block {
    opacity: 1;
    visibility: visible;
    height: auto;
    margin-bottom: 30px;
    width: 100%;
  }
  .spotlight-block figcaption,
  .video-block .video-content figure .block-title,
  .page-header figure figcaption,
  .page-header .playerContainer figcaption,
  .spotlight-item figure figcaption {
    position: relative;
  }
  .spotlight-item.xlg figcaption .block-title,
  .spotlight-item.lg figcaption .block-title,
  .spotlight-item.xlg figcaption .block-subtitle,
  .spotlight-item.lg figcaption .block-subtitle {
    bottom: 0;
  }
  .spotlight-item {
    margin-bottom: 30px;
  }
  .spotlight-item.lg,
  .spotlight-item.sm {
    width: 100%;
  }
  .wrapper-mainnav.affix + * {
    margin-top: 0;
  }
}
/* Components */
.site-top__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  padding-right: 30px;
}
.site-top .site-logo {
  margin-right: auto;
}
.site-top .current-info {
  -ms-flex-order: 1;
      order: 1;
}
.site-top .ad-banner-container {
  -ms-flex-order: 2;
      order: 2;
  margin: 12px 0 0 0;
}
.site-top .dfp-ad-full {
  padding-bottom: 0;
  border-bottom: 0;
}
.wrapper-mainnav {
  position: relative;
  z-index: 999;
  width: 100%;
  height: 54px;
  background-color: #cc0000;
  border-bottom: solid #e1e0e0;
  border-width: 1px 0;
}
.wrapper-mainnav.affix {
  position: fixed;
  top: 0;
  /* Prevent jumpiness when affixed is triggered and sticky'ed element is removed from the flow */
}
.wrapper-mainnav.affix + * {
  margin-top: 55px;
}
.wrapper-mainnav.affix .sticky-logo,
.wrapper-mainnav.affix .to-top {
  display: block;
}
.wrapper-mainnav .sticky-logo {
  float: left;
  padding: 0 20px 0 0;
  margin-top: 6px;
  display: none;
}
.to-top {
  float: right;
  height: 53px;
  padding: 0 18px;
  border: none;
  border-right: solid 1px #e1e0e0;
  background: none;
  color: #fff;
  display: none;
}
.search-wrapper .form-group {
  margin: 0;
}
.mainnav {
  position: static;
  padding: 0;
}
.mainnav .mainnav-item {
  position: relative;
  display: inline-block;
  line-height: 53px;
  margin-right: -0.25em;
}
.mainnav .mainnav-item a {
/* ERIK VEUGER
	MARGIN =35
*/
  color: #fff;
  font-weight: 700;
  display: block;
  margin: 0 25px 0 0;
  position: relative;
}
.mainnav .mainnav-item a:hover,
.mainnav .mainnav-item a:focus {
  color: #fff;
  text-decoration: none;
}
.mainnav .mainnav-item a.active:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  background: #fff;
  height: 6px;
  width: 100%;
}
.mainnav .mainnav-item:first-child a {
  margin-left: 0;
}
.has-subnav:hover > .subnav-wrapper {
  display: block;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  background: #b30000;
}
.subnav-wrapper .subnav-category {
  position: relative;
}
.subnav-wrapper .subnav-category + .subnav-category {
  border-top: 1px solid #fff;
}
.subnav-wrapper .subnav-category a {
  margin: 0;
  padding: .75rem 1rem;
  line-height: 1rem;
}
.subnav-wrapper .subnav-category a .caret {
  -webkit-transform: rotateZ(270deg);
          transform: rotateZ(270deg);
}
.subnav-wrapper .subnav-category a:hover,
.subnav-wrapper .subnav-category a:focus,
.subnav-wrapper .subnav-category a:focus:active,
.subnav-wrapper .subnav-category a:active {
  background: #fff;
  color: #cc0000;
}
.subnav-wrapper .subnav-category > .subnav-wrapper {
  position: absolute;
  top: 0;
  left: 100%;
  background: #a80000;
}
.subnav-wrapper .subnav-category > .subnav-wrapper a:hover,
.subnav-wrapper .subnav-category > .subnav-wrapper a:focus,
.subnav-wrapper .subnav-category > .subnav-wrapper a:focus:active,
.subnav-wrapper .subnav-category > .subnav-wrapper a:active {
  background: #fff;
  color: #cc0000;
}
.subnav-wrapper .category-item + .category-item {
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 991px) {
  .wrapper-mainnav.affix {
    border-top: 2px solid #005497;
  }
  .wrapper-mainnav.affix .mainnav-item {
    line-height: 51px;
  }
  .site-mainnav {
    padding: 0;
  }
  .to-top {
    height: 51px;
  }
  .mo-mainnav {
    display: inline-block;
    width: 100%;
  }
  .mo-mainnav .mainnav-item {
    float: left;
    line-height: 53px;
    width: 175px;
    text-align: center;
  }
  .mo-mainnav .mainnav-item:first-child,
  .mo-mainnav .mainnav-item:last-child {
    width: auto;
  }
  .mo-mainnav .mainnav-item .to-top {
    width: 67px;
    border-left: 1px solid #e1e0e0;
  }
  .mo-mainnav .mainnav-item a {
    color: #fff;
    font-weight: 700;
    display: block;
    position: relative;
  }
  .mo-mainnav .mainnav-item a:hover,
  .mo-mainnav .mainnav-item a:focus {
    color: #cc0000;
    text-decoration: none;
    background: #eaeaea;
  }
  .mo-mainnav .mainnav-item a.active {
    background: #ff6666;
  }
  .mo-mainnav .mainnav-item a.active:before {
    display: none;
  }
  .mo-mainnav .mainnav-item:first-child a {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .menu-toggle {
    width: auto;
  }
  .mo-mainnav .mainnav-item {
    width: 40%;
  }
  .mo-mainnav .mainnav-item:first-child {
    width: 20%;
  }
  .mo-mainnav .mainnav-item a.active {
    background: #ff6666;
  }
  .mo-mainnav .mainnav-item a.active:before {
    display: none;
  }
  .mo-mainnav .mainnav-item .to-top {
    width: 100%;
    padding: 0;
  }
  .mo-mainnav .mainnav-item:nth-child(n+4) {
    display: none;
  }
  .mo-mainnav .mainnav-item:last-child {
    display: block;
  }
  .wrapper-mainnav.affix .mo-mainnav {
    display: inline-block;
    width: 100%;
  }
  .wrapper-mainnav.affix .mo-mainnav .mainnav-item {
    width: 35%;
  }
  .wrapper-mainnav.affix .mo-mainnav .mainnav-item:first-child,
  .wrapper-mainnav.affix .mo-mainnav .mainnav-item:last-child {
    width: 15%;
  }
}
.search-wrapper {
  padding-left: 0;
}
#search-criteria,
#mo-search-criteria {
  height: 53px;
  width: 200px;
  padding: 0 20px 0 40px;
  box-shadow: none;
  border-radius: 0;
  border: none;
  border-left: 1px solid #e1e0e0;
  border-right: 1px solid #e1e0e0;
  background: url('/inc/css/images/ico-search-white.png') no-repeat 15px center;
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  transition: width 0.5s ease;
}
#search-criteria::-webkit-input-placeholder,
#mo-search-criteria::-webkit-input-placeholder {
  color: #fff;
  font-style: italic;
}
#search-criteria::-moz-placeholder,
#mo-search-criteria::-moz-placeholder {
  color: #fff;
  font-style: italic;
}
#search-criteria:-ms-input-placeholder,
#mo-search-criteria:-ms-input-placeholder {
  color: #fff;
  font-style: italic;
}
#search-criteria {
  width: 206px;
}
@media only screen and (max-width: 991px) {
  .mo-search .form-group {
    margin: 0;
  }
  .mo-search #mo-search-criteria {
    width: 100%;
    float: none;
    background: url('/inc/css/images/mo-search-bg-rtvutrecht.jpg') no-repeat right center;
    padding: 0 20px;
    height: 47px;
    border: none;
    border-top: 1px solid #e1e0e0;
    color: #000;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .search-wrapper {
    padding-right: 0;
  }
}
.mainnav-search {
  float: right;
}
.spotlight {
  background-color: transparent;
  padding: 6px 0 12px 0;
}
.spotlight .advertisement {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .spotlight {
    background: #f2f2f2;
    padding: 0;
  }
}
.spotlight.media {
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .spotlight-col-small {
    padding-right: 33px;
    padding-left: 0;
  }
}
.spotlight-item {
  float: left;
  position: relative;
}
.spotlight-item.lg {
  width: 100%;
  /*width: 765px; */
  /*height: 428px;*/
}
@media only screen and (min-width: 992px) {
  .spotlight-item.lg:before {
    bottom: -24px;
    height: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .spotlight-item.lg:before {
    bottom: -31px;
    height: 31px;
  }
}
.spotlight-item.xlg figcaption .block-title,
.spotlight-item.lg figcaption .block-title,
.spotlight-item.xlg figcaption .block-subtitle,
.spotlight-item.lg figcaption .block-subtitle {
  position: relative;
  bottom: 14px;
}
.spotlight-item.xlg figcaption .block-title,
.spotlight-item.lg figcaption .block-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
}
.spotlight-item.xlg {
  float: none;
  margin: 0 0 31px 0;
}
.spotlight-item.xlg figcaption .block-title,
.spotlight-item.xlg figcaption .block-subtitle {
  bottom: 0px;
}
.spotlight-item.sm {
  width: 50%;
}
.spotlight-item.sm figcaption .block-title {
  font-size: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .spotlight-item.sm {
    width: 100%;
  }
  .spotlight-item.sm + .sm {
    margin-top: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .spotlight-item.sm + .sm {
    margin-top: 21px;
  }
}
.spotlight-item:hover figure:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, #000000 130%);
  /* W3C */
  height: 60%;
}
.spotlight-item figure:before {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  display: block;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  position: absolute;
  bottom: 0;
  transition: height 0.2s ease-in;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, #000000 130%);
  /* W3C */
}
.spotlight-item figcaption > * {
  z-index: 2;
  position: relative;
}
.spotlight-item img {
  width: 100%;
  height: auto;
}
.spotlight-block {
  position: relative;
  cursor: pointer;
}
.spotlight-block .block-image {
  display: block;
}
.spotlight-block figcaption {
  width: 100%;
  position: absolute;
  padding: 0 20px;
  bottom: 0;
}
.spotlight-block figcaption .block-title {
  margin: 15px 0;
}
.spotlight-block figcaption .block-subtitle {
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(50, 50, 50, 0.5);
}
.spotlight-block figcaption a,
.spotlight-block figcaption p {
  text-shadow: 0 2px 5px #000000;
  color: #fff;
}
.spotlight-block figcaption a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .spotlight-news,
  .spotlight-media {
    padding: 0;
  }
  .spotlight-news .spotlight-item.lg,
  .spotlight-media .spotlight-item.lg {
    width: 100%;
    margin-bottom: 3px;
  }
  .spotlight-news .spotlight-item.lg:before,
  .spotlight-media .spotlight-item.lg:before {
    display: none;
  }
  .spotlight-news .spotlight-item.lg figcaption,
  .spotlight-media .spotlight-item.lg figcaption {
    padding-bottom: 0;
  }
  .spotlight-news .spotlight-item.sm,
  .spotlight-media .spotlight-item.sm {
    width: 50%;
    padding: 0 ;
  }
  .spotlight-news .spotlight-item.sm:nth-child(odd),
  .spotlight-media .spotlight-item.sm:nth-child(odd) {
    padding-right: 2px;
  }
  .spotlight-news .spotlight-item.sm:nth-child(even),
  .spotlight-media .spotlight-item.sm:nth-child(even) {
    padding-left: 2px;
  }
  .spotlight-news .spotlight-item.sm figcaption .block-title,
  .spotlight-media .spotlight-item.sm figcaption .block-title {
    margin-bottom: 0;
  }
  .spotlight-news .spotlight-item figcaption,
  .spotlight-media .spotlight-item figcaption {
    width: 100%;
    padding: 0 15px 15px 15px;
  }
}
.home .page-content {
  padding-top: 1px;
}
.page-content {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .page-content {
    padding-right: 30px;
    width: 815px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-content {
    padding-top: 1px;
  }
}
/*
.omroep-block {
  margin-bottom: 30px;
}
*/
/*.omroep-block.visible {
  margin-bottom: 30px;
}
*/

.omroep-block figure {
  position: relative;
}
.omroep-block figure a {
  display: block;
}
.omroep-block figure img {
  width: 100%;
  height: auto;
}
.omroep-block .news-pubdate {
  text-transform: uppercase;
  color: #b3b3b3;
  font-size: .7em;
  font-weight: bold;
}
.omroep-block .block-title {
  font-size: 1rem;
  margin-top: 1rem;
}
.omroep-block .block-lead {
  font-size: 0.875rem;
}
.omroep-block figcaption {
  padding: 15px 0 0 0;
}
.omroep-block figcaption a {
  color: #000;
}
.omroep-block figcaption a:hover {
  text-decoration: none;
}
.omroep-block figcaption .item-lead {
  font-size: 0.9em;
  margin-bottom: 0;
}
.omroep-block figcaption .item-lead a {
  color: #757575;
}
.omroep-block figcaption .item-title {
  margin: 15px 0 10px 0;
}
.omroep-block:hover .block-title a {
  color: #cc0000;
}
.omroep-block:hover .block-content {
  background: #f2f2f2;
}
.omroep-block.featured-block .news-pubdate {
  color: rgba(255, 255, 255, 0.8);
}
.omroep-block.featured-block .block-title a {
  color: #fff;
}
.omroep-block.featured-block .block-image:before {
  display: none;
}
.omroep-block.featured-block .block-content {
  padding: 15px 23px 23px;
}
.omroep-block.featured-block:hover .block-content {
  background: #cc0000;
}
.omroep-block.no-img .block-content {
  border-top: 1px solid #dadada;
}
.tab-block {
  margin: 20px 0;
}
.tab-block .nav-tabs {
  border: none;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.tab-block .nav-tabs li {
  margin-right: 10px;
}
.tab-block .nav-tabs li a {
  display: block;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 10px 18px;
  background: #f2f2f2;
  border: 1px solid #d9d8d8;
  text-transform: uppercase;
  font-weight: bold;
}
.tab-block .nav-tabs li a:hover,
.tab-block .nav-tabs li a:focus {
  text-decoration: none;
}
.tab-block .nav-tabs li.active a {
  background: #fff;
  border: 1px solid #d9d8d8;
  border-bottom: 1px solid #fff;
}
.tab-block .tab-content {
  padding: 20px;
  border: 1px solid #d9d8d8;
}
.tab-block .tab-content img {
  width: 100%;
}
.tab-block .table {
  margin-bottom: 0;
}
.tab-block .table > thead {
  background: #cc0000;
  color: #fff;
  text-transform: uppercase;
}
.tab-block .table > thead > tr > th {
  border-bottom: none;
}
.tab-block .table tr {
  border-bottom: 1px solid #d9d8d8;
}
.tab-block .table tr:last-of-type {
  border-bottom: 0;
}
.tab-block .table tr td:nth-child(n+3) {
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .tab-block .nav-tabs li {
    padding: 0;
    display: block;
    margin-right: 5px;
  }
  .tab-block .nav-tabs li a {
    padding: 5px 7px;
    font-size: 0.9em;
  }
  .tab-block .table thead {
    display: none;
  }
  .tab-block .table tr td,
  .tab-block .table tr th {
    width: 50%;
    float: right;
    border: none;
    padding: 5px 0 0 0;
  }
  .tab-block .table tr td:nth-child(odd) {
    text-align: right;
  }
}
.blocks-sidebar .tab-block {
  margin: 0;
}
.blocks-sidebar .tab-block .tab-content {
  padding: 0;
}
.blocks-sidebar .tab-block .tab-content .tab-pane {
  overflow: hidden;
}
.blocks-sidebar .tab-block .nav-tabs {
  width: 100%;
  display: block;
}
.blocks-sidebar .tab-block .nav-tabs a {
  background: #e5e5e5;
}
.blocks-sidebar .tab-block .nav-tabs .active a {
  background: #ffffff;
  border-bottom: 1px solid #f2f2f2;
}
.blocks-sidebar .tab-block ul {
  display: block;
}
.blocks-sidebar .tab-block .btn.btn-default.btn-block {
  background: none;
  margin: 15px 20px;
  width: 88%;
}
.blocks-sidebar .tab-block .newsitem {
  border-top: 1px solid #e5e5e5;
  padding: 15px 20px;
}
.blocks-sidebar .tab-block .newsitem .time {
  color: #b3b3b3;
  display: block;
}
.blocks-sidebar .tab-block .newsitem .important {
  background: #dc0008;
  text-transform: uppercase;
}
.blocks-sidebar .tab-block .block-ctalink {
  margin: 15px 20px;
}
.blocks-sidebar .tab-block--small .tab-content {
  border: 0;
}
.blocks-sidebar .tab-block--small .tab-content .tab-pane {
  display: none;
  overflow: visible;
}
.blocks-sidebar .tab-block--small .tab-content .tab-pane.active {
  display: block;
}
.blocks-sidebar .tab-block--small .nav-tabs {
  margin-bottom: 0.5rem;
}
.blocks-sidebar .tab-block--small .nav-tabs li {
  margin: 0 10px 10px 0;
}
.blocks-sidebar .tab-block--small .nav-tabs li a {
  padding: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(204, 0, 0, 0.3);
  color: rgba(204, 0, 0, 0.3);
  line-height: 1rem;
  font-size: 0.875rem;
}
.blocks-sidebar .tab-block--small .nav-tabs li:last-of-type {
  margin-right: 0;
}
.blocks-sidebar .tab-block--small .nav-tabs li.active a,
.blocks-sidebar .tab-block--small .nav-tabs li:hover a,
.blocks-sidebar .tab-block--small .nav-tabs li:focus a {
  color: #cc0000;
  border-bottom: 1px solid #cc0000;
}
.blocks-sidebar .tab-block--small .newsitem {
  padding: 8px 0;
}
.blocks-sidebar .tab-block--small .newsitem:first-child {
  border-top: 0;
}
.featured-items {
  padding: 0 6px;
  background: #999999;
}
@media only screen and (min-width: 768px) {
  .featured-items {
    padding-left: 6px;
  }
}
.featured-items .featured-item {
  position: relative;
  padding: 6px 0;
}
@media only screen and (min-width: 768px) {
  .featured-items .featured-item {
    padding-left: 0;
  }
}
.featured-items .featured-item > img {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .featured-items .featured-item > img {
    width: 100%;
    display: block;
  }
}
.featured-items .featured-item figcaption {
  display: inline-block;
  vertical-align: top;
  width: calc(75% - 4px);
  padding: 6px;
}
@media only screen and (min-width: 768px) {
  .featured-items .featured-item figcaption {
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
  }
}
.featured-items .featured-item__title {
  margin: 0;
  color: #fff;
  font-size: 0.875rem;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
  text-transform: none;
  font-weight: 500;
}
.video-block.hideJW .video-content figure {
  z-index: 1;
}
.video-block.hideJW .jwplayer {
  position: absolute;
  top: 0;
  z-index: 0;
}
.video-block .block-wrapper {
  background: #323232;
}
.video-block .block-wrapper.bg-primary {
  background: #cc0000;
}
.video-block .block-wrapper.bg-primary .videoitem-image .block-type {
  color: #fff;
}
.video-block .block-wrapper.bg-primary .block-bottom {
  border-top-color: rgba(255, 255, 255, 0.5);
}
.video-block .video-content {
  position: relative;
  overflow: hidden;
}
.video-block .video-content figure {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .video-block .video-content figure {
    overflow: visible;
  }
}
.video-block .video-content figure .block-title {
  position: absolute;
  bottom: 18px;
  padding: 0 20px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1em;
  font-size: 1.3em;
}
@media only screen and (min-width: 768px) {
  .video-block .video-content figure .block-title {
    font-size: 2.125em;
  }
}
.video-block .video-content figure .block-image {
  width: 100%;
}
.video-block .video-content figure .block-type {
  top: 50%;
  left: 50%;
  padding: 12px 19px 13px 19px;
  font-size: 1.3em;
  color: #ffffff;
  background-color: #cc0000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-block .video-content .jwplayer {
  vertical-align: bottom;
}
.video-block .video-content:hover .block-image:before {
  bottom: -50px;
}
.video-block .video-content--split {
  margin-bottom: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.video-block .video-content--split h3 {
  margin-top: 1.875rem;
  margin-right: 0.875rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
}
.video-block .video-content--grid figure .block-type {
  padding: 9px 12px 10px 12px;
  font-size: 0.55rem;
}
.video-block .video-wrapper {
  position: relative;
}
.video-block .video-item {
  display: block;
  margin-bottom: 1rem;
  color: #fff;
}
.video-block .video-item p {
  padding: 8px;
  margin: 0;
  font-size: 0.875rem;
}
.video-block .subtitle {
  color: #fff;
  margin: 0;
  padding: 15px 23px;
}
.video-block .block-related {
  overflow: hidden;
  padding: 15px 23px;
}
.video-block .block-related ul {
  list-style: none;
  padding: 0;
}
.video-block .block-related li {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}
.video-block .block-related li:nth-child(1),
.video-block .block-related li:nth-child(2) {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .video-block .block-related li {
    width: 50%;
    float: left;
  }
  .video-block .block-related li:nth-child(1) {
    padding-right: 16px;
  }
  .video-block .block-related li:nth-child(2) {
    padding-left: 16px;
  }
}
.video-block .videoitem-image {
  float: left;
  width: 20%;
  margin-right: 5%;
}
.video-block .videoitem-title {
  float: left;
  width: 75%;
  padding-top: 0;
}
.video-block .videoitem-title a {
  color: #fff;
}
.video-block .block-bottom {
  border-top: 1px solid #505050;
  text-align: right;
  padding: 9px 23px;
  margin: 0;
}
.video-block .block-bottom a {
  font-size: 0.85em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}
.video-block .block-bottom i {
  display: inline-block;
  vertical-align: top;
  font-size: 0.6em;
}
.video-block .block-type {
  font-size: 0.6em;
  padding: 5px;
}
.video-thumb-slider .owl-controls {
  position: absolute;
  top: 50px;
  z-index: 1;
  width: 100%;
  height: 0;
}
@media only screen and (min-width: 768px) {
  .video-thumb-slider .owl-controls {
    top: 190px;
  }
}
@media only screen and (min-width: 992px) {
  .video-thumb-slider .owl-controls {
    top: 65px;
  }
}
@media only screen and (min-width: 1200px) {
  .video-thumb-slider .owl-controls {
    top: 50px;
  }
}
.video-thumb-slider .owl-prev {
  left: 0;
}
.video-thumb-slider .owl-next {
  right: 0;
}
.video-thumb-slider .owl-prev,
.video-thumb-slider .owl-next {
  width: 32px;
  line-height: 32px;
  color: #333333;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  position: absolute;
}
.video-thumb-slider .owl-prev:hover,
.video-thumb-slider .owl-next:hover {
  background: rgba(255, 255, 255, 0.9);
}
.video-thumb-slider .owl-prev.disabled,
.video-thumb-slider .owl-next.disabled {
  display: none !important;
}
.socialnav-item {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 3px 7px 2px;
}
.socialnav-item a {
  display: block;
  height: 33px;
  width: 33px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  background: #999999;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.socialnav-item a.facebook {
  background: #3a5896;
}
.socialnav-item a.twitter {
  background: #6aacde;
}
.socialnav-item a.flickr {
  color: #0063db;
  background: #fff;
}
.socialnav-item a.youtube {
  background: #cc171e;
}
.socialnav-item a.whatsapp {
  background: #2ab200;
}
.socialnav-item a.fbm {
  background: #0084ff;
}
.socialnav-item a.googleplus {
  background: #d24b37;
}
.socialnav-item a.instagram {
  background: #3e729a;
}
.socialnav-item a.linkedin {
  background: #1c97ba;
}
.socialnav-item a.soundcloud {
  background: #ff3300;
}
.socialnav-item a:before {
  font-size: 1.3em;
}
.socialnav-item a .icon-flickr-circle:before {
  font-size: 1.3em;
}
.socialnav-item a:hover,
.socialnav-item a:focus {
  text-decoration: none;
}
.icon-soundcloud:before {
  content: "";
  background: url('/inc/css/images/icon-soundcloud.svg') center no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  background-size: 60%;
}
.icon-instagram:before {
  content: "";
  background: url('/inc/css/images/icon-instagram.svg') center no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  background-size: 60%;
}
.fixed-social-bar {
  display: none;
  position: fixed;
  right: 0;
  top: 20vh;
  z-index: 1000;
}
@media only screen and (min-width: 1200px) {
  .fixed-social-bar {
    display: block;
  }
}
.fixed-social-bar__list {
  padding: 0;
  margin: 0;
}
.fixed-social-bar .socialnav-item {
  display: block;
  margin: 0;
}
.fixed-social-bar .socialnav-item a {
  border-radius: 0;
}
.style-switcher {
  float: left;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .style-switcher {
    display: block;
  }
}
.style-switcher .style-switch {
  float: left;
  position: relative;
  height: 53px;
  width: 53px;
  background: none;
  border: none;
  border-left: 1px solid #fff;
  color: #fff;
  text-align: center;
  line-height: 1rem;
}
.style-switcher .style-switch.style-fontsize::after {
  content: "+";
  position: absolute;
  font-size: 0.875rem;
  top: 0.5rem;
  right: 0.5rem;
}
.style-switcher .style-switch.style-fontsize.active::after {
  content: "-";
}
.style-switcher .style-switch.style-contrast {
  background: #000;
}
.style-switcher .style-switch.style-contrast.active {
  background: #cc0000;
}
.article-content {
  padding: 30px 0 0 0;
}
.article-content > p {
  margin: 0 0 1.5em 0;
  font-size: 1.1em;
}
.article-content > p a {
  font-weight: normal;
}
.article-content > p:first-of-type {
  font-weight: normal;
}
.article-content p {
  font-weight: 300;
  color: #000;
  line-height: 1.6em;
}
.article-content p strong {
  color: #333333;
}
.article-content h2 {
  color: #333333;
}
.article-content h4 {
  text-transform: none;
  margin: 0;
  font-size: 1.1em;
  font-weight: 700;
}
.article-content h3 {
  font-size: 1.4em;
  font-weight: 900;
  margin: 0 0 1em 0;
}
.article-content .article-list {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  margin: 10px 0;
  color: #757575;
  font-size: 1.1em;
}
.article-content .article-list li {
  font-weight: 300;
  margin-bottom: 5px;
}
.article-content .article-list li:before {
  content: "•";
  color: #bebebe;
  font-size: 1.4em;
  padding-right: 15px;
  line-height: 0;
  font-weight: normal;
  vertical-align: middle;
}
.article-content .article-author {
  border-left: 1px solid #b3b3b3;
  margin-bottom: 1.5em;
  color: #757575;
  font-weight: 300;
}
.article-content .article-author .author {
  display: inline-block;
  padding: 10px;
  margin-right: 5px;
}
.article-content .article-author .author:hover,
.article-content .article-author .author:focus,
.article-content .article-author .author:focus:active {
  text-decoration: none;
  background-color: #e2e2e2;
}
.article-content .article-author__text {
  color: #666;
  text-transform: uppercase;
  margin-left: 10px;
}
.article-content .article-author .author-picture {
  display: inline-block;
  vertical-align: middle;
}
.article-content .article-author .author-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}
.article-content .article-author .author-info small {
  color: #666;
}
.article-content .article-author__social {
  padding: 0;
  margin: 0 0 0 10px;
  list-style-type: none;
}
.article-content .article-author__social li {
  display: inline-block;
}
.article-content .article-block p {
  margin-top: 0;
}
.article-content .article-block p strong {
  line-height: 1em;
  margin-bottom: 0.5em;
}
.article-share .socialnav-item {
  margin-left: 4px;
}
.article-meta {
  text-transform: uppercase;
  color: #b3b3b3;
  font-size: 0.8em;
}
.article-meta .news-pubdate {
  color: #767676;
  font-size: 0.9em;
}
.article-meta .icon-time {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  vertical-align: bottom;
}
.article-meta .icon-time path {
  fill: #b3b3b3;
}
.article-bottom,
.article-social {
  border-bottom: 1px solid #b3b3b3;
  padding: 15px 0;
}
@media only screen and (min-width: 992px) {
  .article-share {
    text-align: right;
  }
  .article-share h5 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .article-content {
    padding-top: 0;
  }
  .article-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .mediabox {
    -ms-flex-order: 1;
        order: 1;
  }
  .article-title {
    -ms-flex-order: 2;
        order: 2;
    font-size: 1.25rem;
  }
  .article-meta {
    -ms-flex-order: 3;
        order: 3;
    margin: 0.5rem 0;
  }
  .article-meta .news-pubdate {
    font-size: 0;
  }
  .article-meta .news-pubdate:after {
    content: attr(data-short-date);
    display: inline-block;
    font-size: 0.7rem;
  }
  .news-social li {
    font-size: 0.8em;
    margin: 0 0 0 4px;
  }
  .article-share {
    position: fixed;
    bottom: 0;
    width: calc(100% + 34px);
    left: 0;
    margin: 0 -15px;
    z-index: 1;
  }
  .article-share h5 {
    display: none;
  }
  .article-share .socialnav {
    width: 100%;
  }
  .article-share .socialnav-item {
    margin: 0 0 0 -4px !important;
    width: 20%;
    display: inline-block !important;
  }
  .article-share .socialnav-item a {
    border-radius: 0;
    width: 100%;
  }
}
.mediabox {
  position: relative;
  margin-bottom: 2em;
}
.mediabox .mediabox-image {
  position: relative;
}
.mediabox .mediabox-image-title {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 15px 20px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}
@media only screen and (max-width: 420px) {
  .mediabox .mediabox-image-title {
    font-size: .8rem;
    padding: 5px 10px;
    line-height: 1.1em;
  }
}
.mediabox .owl-nav {
  top: 50%;
  position: absolute;
  z-index: 1;
  /* left: 50%; */
  width: 100%;
}
.mediabox .owl-prev {
  left: 0;
}
.mediabox .owl-next {
  right: 0;
}
.mediabox .owl-prev,
.mediabox .owl-next {
  width: 20px;
  height: 55px;
  line-height: 55px;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  position: absolute;
}
.mediabox .owl-prev:hover,
.mediabox .owl-next:hover {
  background: rgba(255, 255, 255, 0.9);
}
.mediabox .owl-prev.disabled,
.mediabox .owl-next.disabled {
  display: none !important;
}
.mediabox .owl-dots {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mediabox .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 4px;
  border-radius: 50%;
  background: #fff;
}
.mediabox .owl-dots .owl-dot.active {
  background: #cc0000;
}
.mediabox .big-images .owl-prev,
.mediabox .big-images .owl-next {
  margin-top: -32px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 1.8em;
}
.mediabox .thumbs .owl-stage-outer {
  padding-top: 13px;
}
.mediabox .thumbs .owl-controls {
  top: 13px;
}
.mediabox .thumbs .owl-item {
  cursor: pointer;
}
.mediabox .thumbs .owl-item:before {
  content: "";
  border: 1px solid #cc0000;
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  transition: top 0.1s ease-in;
}
.mediabox .thumbs .owl-item:hover:before,
.mediabox .thumbs .owl-item.synced:before {
  top: -7px;
}
.mediabox .count {
  position: absolute;
  right: 0.5rem;
  top: .5rem;
  padding: 0.2rem 0.5rem;
  background: rgba(0, 0, 0, 0.4);
  font-size: .875rem;
  color: #fff;
  z-index: 1;
}
.mediabox .owl-video-play-icon {
  background: #cc0000;
  text-align: center;
}
.mediabox .owl-video-play-icon:before {
  font-family: "regional";
  color: #fff;
  font-size: 2em;
  line-height: 80px;
  content: "e";
}
.mediabox .owl-carousel .owl-video-tn {
  width: 100%;
  position: absolute;
}
.mediabox .owl-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.mediabox .owl-video-wrapper iframe,
.mediabox .owl-video-wrapper object,
.mediabox .owl-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mediabox .owl-video-playing .owl-video-wrapper {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .mediabox {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
  }
  .mediabox .thumbs {
    display: none;
  }
  .mediabox .owl-carousel .owl-controls .owl-prev,
  .mediabox .owl-carousel .owl-controls .owl-next {
    margin-top: -16px;
    line-height: 32px;
    font-size: 0.9em;
    width: 32px;
    height: 32px;
  }
  .mediabox .thumbs .owl-controls {
    top: 13px;
    height: 100%;
    overflow: hidden;
  }
  .mediabox .thumbs .owl-controls i {
    font-size: 1em;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .mediabox .thumbs .owl-controls .owl-prev,
  .mediabox .thumbs .owl-controls .owl-next {
    height: 100%;
    top: 50%;
    width: 32px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: -7px;
  }
}
/*
	BLOCKQUOTE
*/
	blockquote,
	.article-content blockquote {
	  position: relative;
	  padding: 0 0 0 4rem;
	  margin: 1em 0;
	  border: 0;
	  
		font-family: Helvetica, 'Roboto Condensed', "Myriad Pro", Helvetica, "Helvetica Neue", Arial, sans-serif;
	  /*
	  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	  */
	}
	blockquote:before,
	.article-content blockquote:before {
	  content: "“";
	  font-family: Georgia,serif;
	  font-size: 4em;
	  left: 0;
	  line-height: 0.75;
	  position: absolute;
	  top: 0;
	  color: #000;
	}
	blockquote p,
	.article-content blockquote p {
	  margin: 0;
	  font-weight: 800;
	  font-size: 1.7em;
	  line-height: 1em;
	  color: #333333;
	}
	blockquote footer,
	.article-content blockquote footer {
	  display: block;
	  margin-left: 8px;
	  font-weight: 500;
	  color: #777;
	  font-style: italic;
	  font-size: 0,75em;
	}
	blockquote footer:before,
	.article-content blockquote footer:before {
	  content: "–";
	  padding-right: .5em;
	}
	
	blockquote {
		padding: 10px 20px;
		margin: 0 0 20px;
		font-size: 1.5em;
		border-left: 5px solid #eee;
	}


html.style-contrast body {
  background: #000;
  color: #fff;
}
html.style-contrast .site-top {
  background: #000;
}
html.style-contrast a:not(.flickr),
html.style-contrast button,
html.style-contrast p .page-subtitle,
html.style-contrast .block-title {
  color: #fff !important;
}
html.style-contrast #cookie-bar {
  background: #000;
}
html.style-contrast .subnav-wrapper {
  background: #000;
}
html.style-contrast .rectification .rect-close {
  color: #666666 !important;
}
html.style-contrast .tab-block .nav-tabs li a {
  background: #000 !important;
}
html.style-contrast .tab-block .nav-tabs li.active a {
  background: #333333 !important;
}
html.style-contrast .weather-table .max-temp,
html.style-contrast .weather-table .min-temp {
  color: #fff;
}
html.style-contrast .weather-table td:nth-child(2n+3),
html.style-contrast .weather-table th:nth-child(2n+3) {
  background: #000;
}
html.style-contrast .guide figcaption {
  color: #fff;
}
html.style-contrast .guide a:hover {
  background: #333333;
}
html.style-contrast .pagination li a {
  color: #cc0000 !important;
}
html.style-contrast .pagination li.active a {
  background: #333333;
  color: #fff !important;
}
html.style-contrast .teletekst .quick-controls a span {
  color: #fff;
}
html.style-contrast .omroep-block:hover .block-content {
  background: #333333;
}
html.style-contrast .article-content p,
html.style-contrast .article-content .article-list {
  color: #fff;
}
html.style-contrast .article-content p strong,
html.style-contrast .article-content .article-list strong {
  color: #fff;
}
html.style-contrast .article-content h2 {
  color: #fff;
}
html.style-font-size {
  font-size: 115%;
}

/*# sourceMappingURL=maps/main-rtvutrecht.css.map */
