body {
	font-family: 'Source Sans Pro', sans-serif;
	background-image: url("/m2017/img/bg.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color:#fff;
	background-color: #16203b;
	font-size: 3vw;
	line-height: 4vw;
}
img {
  max-width: 100%;
}
.footer-nav-link-blue {
	background-color: #35a0a8;
	color: #000 !important;
	border: .2vw solid #fff;
	text-transform: uppercase; 
	font-weight: bold;
    line-height: 6vw;
	padding: .1vw 3vw; 
    display: block; 
    margin: auto;
    width: 70%;
}

.footer-nav-link-blue.hover {
	background-color: #35a0a8;
	color: #000 !important;
}
.footer-nav-link-blue.active {
	background-color: #35a0a8;
	color: #000 !important;
}
.footer-nav-link {
	background-color: #fecb0e;
	color: #000 !important;
	border: .2vw solid #fff;
	text-transform: uppercase; 
	font-weight: bold;
    line-height: 6vw;
	padding: .1vw 3vw; 
    display: block; 
    margin: auto;
    width: 70%;
}

.footer-nav-link.hover {
	background-color: #fecb0e;
	color: #000 !important;
}
.footer-nav-link.active {
	background-color: #fecb0e;
	color: #000 !important;
}

.container-fluid {

    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;


}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

select {
    font-size: 3vw !important;
    border: 0 !important;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 98% 50% !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff !important;
    height: 10vw !important;
    font-size: 3.7vw !important;
}

h1.logo {
	max-height: 12vw;
	color: transparent;
	font-size: 10vw;
	margin-top: .4em;
	background-image: url("/m2017/img/logo.png");
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
}


a, a:visited { color: #fff; text-decoration: none !important;}
a:hover, a.open { color: #fecb0e; }


.belknop {
	font-size: 4vw !important;
	padding: 2vw 3vw !important;
	margin-top: 2vw !important;
}

.text-zwart {
	color: #000 !important;
}
.text-geel {
	color: #fecb0e !important;
}

.text-grijs {
	color: #e7e7e7 !important;
}

.bg-zwart {
	color: #000;
}
.bg-geel {
	color: #fecb0e;
}
.titel_vet{     
	font-size: 4vw;
    font-weight: 600;
}

footer {
	padding: 1em 0;
	line-height: 4vw;
	font-weight: 300;
}
footer small {
	font-weight: 300;
	font-size: 3vw;
	opacity: .8;
}
span.credit_webid {
	display: block;
	font-size: 3vw;
}
span.credit_webid i {
	font-weight: 300;
	font-size: 2vw;
	opacity: .8;
}
span.credit_webid img {
	margin: 2vw;
	width: 100%;
	max-width: 8vw;
}
.radius {
	border-radius: 3px !important;
}
.text-uppercase {
	text-transform: uppercase !important;
}

.nopadding {
	padding: 0 !important;
}

.turn-90 {
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

nav {
	width: 100%;
	min-height: 4vw;
	margin: .7em 0 0 0;
	padding: .7em 0;
	border-top: 1px solid #b7c9d5;
	font-weight: 300;
	font-size: 4vw;
}

nav ul {
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
    justify-content: space-between;
}

nav ul li {
	text-transform: uppercase;
	float: left;
	list-style-type: none;
	text-align: center;
	font-weight: 300;
	font-size: .9em;
}



.btn-primary {
	font-family: 'Pragati Narrow', sans-serif;
	font-weight: 400;
	font-size: .6em;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
    padding: 1vw 6vw;
}
.btn-primary:hover, .btn-primary:active {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
}


.btn-tijd, .btn-tijd:hover, .btn-tijd:active {
	font-family: 'Pragati Narrow', sans-serif;
	font-weight: 600; 
	font-size: 1em;
  /*  border-color: rgb(70, 70, 70);*/
    padding: .2vw 1.9vw .2vw 1.9vw; 
}


/* HOME */ 

div.carousel {
	position: relative;
	margin-bottom: 2em;
	border: 1px solid #f1f1f1;
}

div#slider img {
	width: 100vw;
	height: 30vw;
}
div.carousel ol.carousel-indicators {
	position: absolute !important;
	bottom: -4vw;
	margin: 0 !important;
	padding: 0 !important;
}
div#slider ol.carousel-indicators li {
	border-radius: 100%;
	border: 1px solid #fff;
	height: 2vw; width: 2vw; 
	max-width: 2vw; 
	margin: 0 .5vw;   
}
div#slider ol.carousel-indicators li:hover, div#slider ol.carousel-indicators li.active {
    background-color: #fecb0e; 
	border-radius: 100%;
	border: 1px solid #fff;
}

#quicktickets {
	font-family: 'Pragati Narrow', sans-serif;
	font-weight: 700;
	font-size: 9vw;
	line-height: 16vw;
	text-transform: uppercase;
	padding: 1vw 3vw;
}
#quicktickets i.material-icons {
	position: relative;
	font-size: 9.5vw;
	bottom: -1.2vw !important;
}
#quicktickets.geel {
	background-color: #fecb0e;
	border: 1px solid #f1f1f1;
}
.form-group {
    margin-bottom: 2vw;
}

#directnaar {
	padding: 2vw 0;
	font-weight: 700;
	font-size: 4vw;
	letter-spacing: 1px;
}

.snelknop {
	font-family: 'Pragati Narrow', sans-serif;
	letter-spacing: 1px;
	border: 1px solid #fff;
	width: 42vw;
	line-height: .85em;
	padding: 4vw 0;
	font-weight: 700;
	font-size: 5vw;
	cursor: pointer;
	float: right;
}
.snelknop:nth-child(odd) {
	float: left;
}

/* DETAILS */

div#knop_reserveer {
	background-color: #fff;
	font-size: 5vw;
	font-weight: 700;
	text-transform: uppercase;
	margin: 2vw 0;
	padding: 2.5vw;
	line-height: 5vw;
	cursor: pointer;
}
div#knop_reserveer i {
	position: absolute;
	right: -2vw;
	overflow: hidden;
	top: .5vw;
	font-size: 3em;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    color: #000;
}

div#trailer { 
	height: 60vw;
	padding: 2vw 0;
}
div#trailer iframe {
	width: 100%;
	height: 100%;
}


div#kenmerken h4 {
	text-transform: uppercase;
	display: inline;
	font-size: 3vw;
	font-weight: 400;
}
div#kenmerken p {
	display: inline;
}

div#titel_wrapper { 
	position: relative; 
	padding-top: 1em;
}

div#titel_wrapper h2 {
	max-width: 73vw !important;
	font-size: 6vw !important;
	font-weight: 700;
}

div#titel_wrapper img {
	margin-left: 1vw;
	width: 5vw !important;
	height: 5vw !important;
}

div#kijkwijzer {
	position: absolute;
	right: 0;
	top: 3.5vw;
}

/* TRAILERS */

div#trailers h2 { 
	padding: 0 !important;

}



/* BIOSCOPEN */

div.tab-pane ul li i.location{ 
	font-size: 2em;
	color: red !important;
	margin: 1em;
}

div#bioscopen h2 { 
	padding: 0 !important;

}



/* VERWACHT */


div#perioden>ul.nav-pills {
	display: flex;
    justify-content: space-between;
}


div#perioden>ul.nav-pills .nav-link {
	background-color: #fecb0e;
	color: #000;
	border: .2vw solid #fff;
	text-transform: uppercase;
	font-size: 4vw;
	font-weight: bold;
	padding: .5vw 3vw;
}

div#perioden>.nav-pills .nav-item.show .nav-link, div#perioden>.nav-pills .nav-link.active {
	background-color: #fecb0e;
	color: #fff;
}

/* NU IN DE BIOS */

h2#titel {
	padding: 3vw 0 0 0;
	font-size: 3.8vw !important;
	font-weight: 700;
	color: white;
}

div#nu ul.nav-pills {
	display: flex;
    justify-content: space-between;
}


div#nu .nav-pills .nav-link {
	background-color: #fecb0e;
	color: #000;
	border: .2vw solid #fff;
	text-transform: uppercase; 
	font-weight: bold;
	padding: .5vw 3vw;
}

div#nu .nav-pills .nav-item.show .nav-link, div#nu .nav-pills .nav-link.active {
	background-color: #fecb0e;
	color: #fff;
}

div.tab-pane ul { 
	width:100%;
	list-style-type: none; 
	text-align: left;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
div.tab-pane ul li { 
	position: relative;
	background: transparent; 
	padding: 3vw; 
	font-weight: 300; 
	font-size: 4.5vw;
	line-height: 6vw;
	padding-right: 10vw;
    overflow: hidden;
}
div.tab-pane ul li:nth-child(odd) { 
background: #fff;
 } 
div.tab-pane h3 { 
	padding: 0;
	margin: 0 0 2px 0;
	color: #f1f1f1; 
	font-size: 5vw; 
	font-weight: 900; 
	text-transform: uppercase;
}
div.tab-pane ul li:nth-child(odd) h3 { color: #000; }


div.tab-pane ul li:nth-child(odd) .text-vet, div.tab-pane ul li:nth-child(odd) .text-geel{ color: #ffb400 !important; }


div.tab-pane ul li:nth-child(even) .text-vet, div.tab-pane ul li:nth-child(odd) .text-grijs{ color: gray !important; }

div.tab-pane ul li span { padding: 0 0; }

div.tab-pane ul li i{ 
	position: absolute;
	font-size: 3em;
	right: -2vw;
	top: -1vw;
    color: #fff;
}
div.tab-pane ul li:nth-child(odd) i{ 
	color: #000;
}




/* MATERIAL ICONS INTEGRATIE MET BOOTSTRAP */


.mdi::before {
    font-size: 24px;
    line-height: 14px;
}
.btn .mdi::before {
    position: relative;
    top: 4px;
}
.btn-xs .mdi::before {
    font-size: 18px;
    top: 3px;
}
.btn-sm .mdi::before {
    font-size: 18px;
    top: 3px;
}

.dropdown-menu .mdi {
    width: 18px;
}
.dropdown-menu .mdi::before {
    position: relative;
    top: 4px;
    left: -8px;
}
.nav .mdi::before {
    position: relative;
    top: 4px;
}
.navbar .navbar-toggle .mdi::before {
    position: relative;
    top: 4px;
    color: #FFF;
}
.breadcrumb .mdi::before {
    position: relative;
    top: 4px;
}
.breadcrumb a:hover {
    text-decoration: none;
}
.breadcrumb a:hover span {
    text-decoration: underline;
}
.alert .mdi::before {
    position: relative;
    top: 4px;
    margin-right: 2px;
}
.input-group-addon .mdi::before {
    position: relative;
    top: 3px;
}
.navbar-brand .mdi::before {
    position: relative;
    top: 2px;
    margin-right: 2px;
}
.list-group-item .mdi::before {
    position: relative;
    top: 3px;
    left: -3px
}
