/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 html, body {
	 font-family: 'Lato', sans-serif;
	 font-weight: 300;
	 background: #fcfcfc;
	 background: rgba(205,23,25,1);
	 color: white;
 }
 
 
 .uk-panel-box {
    padding: 20px;
    background: #fff;
    color: inherit;
	border: 1px solid #dddddd;
	border: none;
	color: #444;
}

.taalvlag {
	position: absolute; 
	left: 15px;
	top: 15px;
	width: 50px;
	height: 25px;
}

@media (max-width: 768px){ 
.taalvlag {
    position: absolute;
    left: auto;
    right: 15px;
    z-index: 10000;
    width: 30px;
    height: 15px;
    top: 18px;
}
}


.xenex-panel-has-buttons {
	padding-bottom: 50px;
}

.xenex-read-more-button {
	position: absolute;
	bottom: 20px;
	right: 0px;
}
.xenex-read-more-button:after {
	content: "\f105";
	font-family: FontAwesome;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-decoration: none;
	margin-left: 5px;
	position: relative;
	right: 0px;
	
}

.xenex-read-more-button:hover:after {
	right: -5px;
}

.xenex-read-more-button:after {
  -webkit-transition: all 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  transition-property: right,background;
  -webkit-transition-property:right,background;
}


#countdown {
	margin: auto;
	position: relative;
	width: 280px;
}
.tellerlegenda {
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	border-top: 1px solid white;
    padding-top: 6px;
}


.numbers {
    font-size: 30px;
    font-weight: bold;
}

.uk-modal-dialog {
	color: #444;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
	text-transform: uppercase;
	font-weight: 700;
}

.uk-article-lead {
    color: inherit;
}

.uk-button-primary {
	background: rgba(205,23,25,1);
}

.uk-button-primary:hover {
	background: rgba(181,22,30,1);
}

h1, .uk-h1 {
    font-size: 26px;
    line-height: normal;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.tm-headerbar {
	background: #fff;
	margin: 0px;
	padding-top: 35px;
	padding-bottom: 35px;
}

.uk-navbar {
    background: #ffffff;
    color: #77797a;
    border-top: 1px solid #eaeaea;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    margin: 0px;
    z-index: 1000;
    position: relative;
}
[data-uk-sticky].uk-active.tm-navbar {
	border-top: 1px solid white;
	background: white;
	z-index:1000;
}

 .uk-navbar-nav > li > a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
    color: #444444;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
	text-transform: uppercase;
}


.uk-navbar-nav > li.uk-active > a {
    background-color: #fff;
    color: rgba(205,23,25,1);
}

.uk-navbar-nav a:hover {
	color: rgba(205,23,25,1)!important;
	background: #fff!important;
}

a, .uk-link {
	color: rgba(233,78,27,1);
    color: rgba(205,23,25,1);
    text-decoration: none;
    cursor: pointer;
}


.tm-headerbar .tm-logo {
    float: none;
}

.xnx-footer-strook {
    border-top: 1px solid #ededed;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 10px;
    background: white;
    z-index: 1000;
}








/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Block element behavior
 * 3. Style
 */
.uk-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 20px;
}
/*
 * Add margin if adjacent element
 */
* + .uk-table {
  margin-top: 20px;
}
.uk-table th,
.uk-table td {
  padding: 10px 10px;
}
/*
 * Set alignment
 */
.uk-table th {
  text-align: left;
}
.uk-table td {
  vertical-align: top;
}
.uk-table thead th {
  vertical-align: bottom;
}
/*
 * Caption and footer
 */
.uk-table caption,
.uk-table tfoot {
  font-size: 14px;
  font-style: italic;
}
.uk-table caption {
  text-align: left;
  color: #aaaaaa;
}
/*
 * Active State
 */
.uk-table tbody tr.uk-active {
  background: #fafafa;
}
/* Sub-modifier: `uk-table-middle`
 ========================================================================== */
.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important;
}
/* Modifier: `uk-table-striped`
 ========================================================================== */
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #fafafa;
}
/* Modifier: `uk-table-condensed`
 ========================================================================== */
.uk-table-condensed td {
  padding: 4px 8px;
}
/* Modifier: `uk-table-hover`
 ========================================================================== */
.uk-table-hover tbody tr:hover {
  background: #fafafa;
}
.uk-table thead th {
  border: 1px solid #eaeaea;
  color: #525252;
  text-transform: uppercase;
  text-align: center;
}
.uk-table thead th:first-child,
.uk-table td:first-child {
  border-left: none;
  text-align: left;
}
.uk-table thead th:last-child {
  border-right: none;
}
.uk-table td {
  position: relative;
  border-left: 1px solid #eaeaea;
  vertical-align: middle;
  text-align: center;
}




table.uk-table.uk-table-striped.uk-table-condensed {
    border: 1px solid #eaeaea;
}





.xnx-container-large { max-width: 100%; }










/* SIDEPANEL
 ========================================================================== */
.tm-sidepanel {
  position: fixed;
  z-index: 999;
  margin-top: 30px;
  transition: all 0.4s ease-in;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.tm-sidepanel.uk-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.tm-sidepanel > .uk-button {
  position: fixed;
  top: 0;
}
.tm-sidepanel > .uk-button:focus {
  background-color: #9fd2d8;
}
.tm-sidepanel > .uk-button:focus:hover {
  background-color: #7bc1c9;
}
.tm-sidepanel > .uk-button.uk-visible-small {
  left: 100%;
}
.tm-sidepanel > .uk-button.uk-hidden-small {
  right: 0;
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}








.tm-article-date {
    background: rgba(205,23,25,1);
    width: 50px;
    height: 50px;
    position: absolute;
    right: 15px;
    top: -1px;
}

.tm-article-date-day {
	color: white;
	display: block;
}

.tm-article-date-date {
	color: white;
	display: block;
}


.uk-article-lead {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 14px;
    line-height: normal;
}


.tm-page {
    max-width: 100%;
    margin: 0 auto;
	padding: 50px;
    box-shadow: 0 0 0 1px rgba(47, 49, 53, 0.03), 0 1px 2px rgba(47, 49, 53, 0.04);
}

.xenex-full-beeld {
	margin-left: -35px; 
	margin-right: -35px; 
	margin-top: -50px; 
	margin-bottom: 50px;
}

.nieuwsbrief_inschrijven {
	position: absolute;
	top: 0px;
	right: 20px;
}

@media (max-width: 768px){
.nieuwsbrief_inschrijven {
    position: fixed;
    top: auto;
    bottom: 40px;
    right: 0;
    left: 0;
    z-index: 100000;
    background: black;
    color: white;
    height: 35px;
    line-height: 35px;
}
}

@media (min-width: 768px) {
.tm-page {
    max-width: 980px;
    margin: 35px auto;
}
}

@media (max-width: 768px) {
.xenex-full-beeld {
		margin-left: -25px; 
		margin-right: -25px; 
		margin-top: -20px; 
		margin-bottom: 50px;
	}
	
	[data-uk-sticky].uk-active.tm-navbar {
    height: 60px;
}
.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
    box-sizing: border-box;
    display: block;
    height: 60px;
    padding: 0 15px;
    
}
.uk-block {
    padding-top: 25px;
    padding-bottom: 25px;
}
}

.uk-offcanvas-bar {
	background: white;
}

.uk-nav-offcanvas > li > a {
    color: #444;
    padding: 10px 15px;
	text-transform: uppercase;
	border-top: 1px solid #C9C9C9;
}



.uk-nav-offcanvas ul a:hover {
    color: rgba(205,23,25,1)!important;
}

.uk-nav-offcanvas ul a {
    color: #444;
	
}
.uk-nav-offcanvas ul a:hover {
    color: rgba(205,23,25,1)!important;
	background: none;
}

.uk-nav-offcanvas > li:hover {
	background: white;
}
.uk-nav-offcanvas > li > a:hover {
    color: rgba(205,23,25,1)!important;
	background: none;
}

	.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
  background: white;
  color: rgba(205,23,25,1);
  /* 2 */
  outline: none;
  
}
/*
 * Active
 * `html .uk-nav` needed for higher specificity to override hover
 */
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: white;
  color: rgba(205,23,25,1);
}



html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: rgba(205,23,25,1);
    color: #ffffff!important;
}



.uk-close-alt {
	position: absolute;
	top: 0px;
	right: 0px;
	background: rgba(205,23,25,1);
	color: white;
	border-radius: 0px;
	margin: 0px!important;
}

.ruimte-voor-footer {
	height: 55px;
}

.xenex-footer-colofon {
    border-top: 1px solid #ededed;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 10px;
    background: white;
    z-index: 1000;
	color: #444;
}

.xenex-main-pageX {
	padding: 35px;
    margin-left: -35px;
    margin-right: -35px;
    background: white;
    margin-top: -50px;
    color: #444;
}



.uk-badge {
    display: inline-block;
    padding: 0 5px;
    background: #00a8e6;
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    text-transform: none;
    background: #fff;
    border: 1px solid #ccc;
    color: #666;
    box-sizing: border-box;
}


span.uk-badge.xnx-badge-kijkwijzer {
    position: absolute;
    right: 4px;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    padding: 0px;
    margin: 0px;
    font-size: 9px;
}

.uk-panel-box
{
-webkit-box-shadow: 3px 3px 7px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    3px 3px 7px 0px rgba(50, 50, 50, 0.75);
box-shadow:         3px 3px 7px 0px rgba(50, 50, 50, 0.75);
}
.uk-panel-box > .uk-panel-teaser {
    margin-top: -20px;
    margin-left: -20px; 
    margin-right: -20px;
}


.uk-panel-teaser i.uk-icon-play-circle-o, .full-beeld i.uk-icon-play-circle-o, .xenex-beeld-to-trailer i.uk-icon-play-circle-o, .uk-icon-bigger i.uk-icon-play-circle-o {
	font-size: 90px!important;
	color: rgba(255,255,255,0.8)!important;
	
}

.watch-trailer {
	font-family: 'lato';
}

.xnx-badge-trailer {
    background: #444;
    border: none;
    color: white;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
}


.watch-trailer {
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	text-align: center;
}

.uk-dropdown-navbar {
	background: white;
	border: 1px solid #eaeaea;
	border-top: 0px;
}


.uk-open > .uk-dropdown-navbar {
  -webkit-animation: uk-slide-top-fixed 0s ease-in-out;
  animation: uk-slide-top-fixed 0s ease-in-out;
}



.data-head-tijd-van {
	width: 40px;
}

.data-head-tijd-tot {
	width: 40px;
}

.data-head-tijd-duur {
	width: 40px;
}

.data-head-tijd-duur {
	width: 40px;
}

.data-head-programmaonderdeel {
	min-width: 300px;
}


.data-head-regisseur {
	width: 160px;
	min-width: 160px;
}

.data-head-trailer {
	width: 55px;
}

.data-head-genre {
	width: 50px;
}

.data-head-land {
	width: 75px;
}


.uk-thumbnail .uk-panel-space {
	padding: 8px;
}



h1, .uk-h1 {
    font-size: 26px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.08em;
    border-bottom: 1px solid white;
    display: inline-block;
    padding-bottom: 5px;
}


.uk-form-danger {
    border: none!important;
    background: white!important;
    color: inherit!important;
}
.formRed {
	color:  rgba(205,23,25,1)!important;
}

p.formRed {
	margin: 0px!important;
	padding: 0px!important;
	font-width: 300;
	font-family: 'lato';
	font-size: 10px;
	line-height:normal;
}

span.formError {
    font-weight: bold!important;
    font-size: 10px!important;
    color: white!important;
    position: absolute!important;
    top: 0px!important;
    background: rgba(205,23,25,1)!important;
    right: 0px!important;
    bottom: 0px!important;
	left: auto!important;
	width: 5px!important;
}


.uk-button-group .uk-button {
    vertical-align: top;
    background-color: rgba(205,23,25,1);
    color: white;
    box-sizing: border-box;
    border: 1px solid white;
    margin-left: 3px;
}

.uk-button:active, .uk-button.uk-active {
    background-color: white;
    color: rgba(205,23,25,1);
}

.xenex-full-beeld {
    margin-left: -35px;
    margin-right: -35px;
    margin-top: -65px;
    margin-bottom: 50px;
}


.uk-panel-teaser i.uk-icon-play-circle-o, .full-beeld i.uk-icon-play-circle-o, .xenex-beeld-to-trailer i.uk-icon-play-circle-o, .uk-icon-bigger i.uk-icon-play-circle-o {
    font-size: 150px!important;
    color: rgba(255,255,255,0.8)!important;
}


@media (max-width: 768px) {
.xenex-full-beeld {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -25px;
    margin-bottom: 50px;
}

.uk-panel-teaser i.uk-icon-play-circle-o, .full-beeld i.uk-icon-play-circle-o, .xenex-beeld-to-trailer i.uk-icon-play-circle-o, .uk-icon-bigger i.uk-icon-play-circle-o {
    font-size: 65px!important;
    color: rgba(255,255,255,0.8)!important;
}

.watch-trailer {
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    text-align: center;
    font-size: 10px;
}
}

.data-head-thema {
    width: 105px;
}