
@font-face {
	font-family: 'Arista 2.0 Alternate Light';
	font-style: normal;
	font-weight: normal;
	src: local('Arista 2.0 Alternate Light'), url('../fonts/Arista2.0 Alternate light.woff') format('woff');
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Calibri', 'Verdana', 'Arial', sans-serif;
    line-height: 1.2;
    background-color: #000000;
}

html {
    width: 100%;
    height: 100%;
    background-color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family:'Arista 2.0 Alternate Light';
}

.navbar, .bigText {
	font-family:'Arista 2.0 Alternate Light';
}

@media(min-width:767px) {
    .navbar {
        -webkit-transition: background .1s ease-in-out,padding .1s ease-in-out;
        -moz-transition: background .1s ease-in-out,padding .1s ease-in-out;
        transition: background .1s ease-in-out,padding .1s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }

}


.navbar-inner {
    background:transparent;
}

.masthead {
	background-color: #000000;

}

.img-border {
	border: 2px solid #dc8080;
}
/* bootstrap 3 helpers */

.navbar-brand {
  padding: 0px;
  width: 40px;
}
.navbar-brand>img {
  height: 150%;
  padding: 0px;
  width: auto;
}
.affix-top img {
	display: none;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:1000;
}

#nav.affix-top {
	/*
	position: relative;
    bottom: 100px;
    */
    margin-top: -80px;
}

#nav.affix {
    position: fixed;
}

#nav.affix-top .navbar-default {
	background-color: transparent;
}

#nav.affix .navbar-default {
	background-color: #000000;
}
.navbar-default {
	border: none;
	border-radius: 0;
	z-index: 1000;
}


.navbar .navbar-collapse {
  text-align: center;
}


.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: middle;
}


.navbar {
  margin-bottom: 0px;
  min-height: 80px;
  height: 80px;
}

.navbar-nav > li > a {
  
  padding-top: 0px;
  padding-bottom: 10px;
  line-height: 25px;
}
@media (max-width: 767px) {
	.navbar-header {
		height: 79px;
	}
	.navbar-brand {
	  transform: translateX(-55%);
	  left: 45%;
	  position: absolute;
	}
	.navbar-toggle {
		top: 20px;
	} 
}

@media (min-width: 768px) {
	.navbar-nav > li > a {
		top: 40px;
	}
	#nav .container {
		width: 800px;
	}
}


@media (min-width: 992px) {
	.navbar-nav > li > a {
		top: 40px;
	}
	#nav .container {
		width: 900px;
	}
}

@media (min-width: 1200px) {
	.navbar-nav > li > a {
		top: 40px;
	}
	#nav .container {
		width: 1100px;
	}
}

.navbar-default .navbar-text {
  color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a {
  color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #c9b8b8;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #c9b8b8;
  background-color: transparent;
}



.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #c9b8b8;
  background-color: transparent;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FFFFFF;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #c9b8b8;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #c9b8b8;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #c9b8b8;
    background-color: transparent;
  }
}

.navbar-default .navbar-nav > li > a {
	font-size: 25px;
	font-weight: bold;
}

.navbar-default .navbar-nav > li  {
	margin-left: 0px;
	margin-right: 0px;
}

@media (min-width: 1000px) {
	.navbar-default .navbar-nav > li  {
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media (min-width: 1400px) {
	.navbar-default .navbar-nav > li  {
		margin-left: 35px;
		margin-right: 35px;
	}
}


.navbar-default {
	border-bottom: 3px solid #ffffff;
}

@media (max-width: 767px) {
	.navbar-collapse {
		background-color: #000000;
	}
}

.main-logo {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin-top: 0px;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	background-size: 100%;
	background: url('../img/top-sm.png') no-repeat;
	height: 320px;
	background-position: center bottom;
}

.reserveernu {
	width: 120px;
	height: 120px;
	position: absolute;
	bottom: 100px;
	right: 25%;
}

@media (min-width: 768px) {
	.main-logo {
		background: url('../img/top-sm.png') no-repeat;
		height: 320px;
		background-position: center bottom;
	}
	.bottom {
		background: url('../img/bottom-sm.png') no-repeat;
		height: 245px;
		background-position: center bottom;
	}
}


@media (min-width: 992px) {
	.main-logo {
		background: url('../img/top-md.png') no-repeat;
		height: 415px;
		background-position: center bottom;
	}
	.bottom {
		background: url('../img/bottom-md.png') no-repeat;
		height: 310px;
		background-position: center bottom;
	}
}

@media (min-width: 1200px) {
	.main-logo {
		background: url('../img/top-lg.png') no-repeat;
		height: 500px;
		background-position: center bottom;
	}
	.bottom {
		background: url('../img/bottom-lg.png') no-repeat;
		height: 380px;
		background-position: center bottom;
	}
}
.bottom {
	position: relative;
	width: 100%;
	background-size: 100%;
	background: url('../img/bottom-lg.png') no-repeat;
	height: 380px;
	background-position: center bottom;
}

.bottom a {
	color: #dfcece;
}

.footer {
	position: absolute;
	height: 35px;
	width: 100%;
	bottom: 50px;
	text-align: center;
	color: #dfcece;
}

/*
section {
	display: flex;
	min-height: 84vh;
	align-items: center;
    border: 2px solid red;
}

section {
	display: table-cell;
	min-height: 84vh;
	vertical-align: middle; 
    border: 2px solid red;
}

section div.container, section div.container-fluid {
	display: inline-block;
	background-color: yellow;
}
*/

section {
    text-align: center;
	padding: 2vh 0vh 4vh;
    color: #ffffff;
    background-color: #000000;
}

p {
    text-align: justify;
}

.bigText {
  font-size: 2.5em;
  line-height: 150%;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

@media (min-width: 768px) {
	.leftsm {
		text-align: left;
	}
	.rightsm {
		text-align: right;
	}
	.centersm {
		text-align: center;
	}
}

@media (min-width: 992px) {
	.leftmd {
		text-align: left;
	}
	.rightmd {
		text-align: right;
	}
	.centermd {
		text-align: center;
	}
}

@media (min-width: 768px) {
	
	/* Vertical Align Columns */
	[class*='cols-'] {
	   display:table;
	}
	.cols-bottom > * {
	    vertical-align: bottom;
	}
	.cols-middle > * {
	    vertical-align: middle;
	}
	.cols-top > * {
	    vertical-align: top;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.bigText {
	  font-size: 2em;
	}
}
@media (max-width: 768px) {
	.bigText {
	  font-size: 1.5em;
	}
}


.spacing {
	margin-bottom: 20px;
}

/* Resets for col-12 classes */
@media (min-width: 1200px) {
    [class*='cols-'] > *:not(.col-lg-12) {
        float: none;
        position: relative;
        /* old ie fixes */
        *zoom: 1; 
        *display: inline;
        display: table-cell;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    [class*='cols-'] > *:not(.col-lg-12):not(.col-md-12) {
        float: none;
        position: relative;
        /* old ie fixes */
        *zoom: 1; 
        *display: inline;
        display: table-cell;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    [class*='cols-'] > *:not(.col-lg-12):not(.col-md-12):not(.col-sm-12) {
        float: none;
        position: relative;
        /* old ie fixes */
        *zoom: 1; 
        *display: inline;
        display: table-cell;
    }
}
@media (max-width: 768px) {
	
}

.row-no-padding {
  [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}


@media (min-width:992px) {
    .row-eq-height-md {
        flex-direction: row;
    }
}

@media (max-width: 768px) {
	.row-eq-height-md {
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display:         flex;
	    flex-direction: column;
	}
}

.img-responsive {
    margin: 0 auto;
}

a.info, a.info:link, a.info:visited {
	color: #DDDDFF;
}
a.info:hover {
	color: #EEEEFF;
}

.inline {
	
}

.voorstellingInfo .location, .voorstellingInfo .info {
    font-size: 14px;
    line-height: 23px;
    padding: 5px 0;
}

.voorstellingInfo .location .bullet, .voorstellingInfo .info .bullet {
	width: 4ex;
	text-align: center;
	font-size: 200%;
	margin-top: 5px;;
}

.voorstellingInfo .location ul, .voorstellingInfo .info ul, .voorstellingInfo .location div, .voorstellingInfo .info div {
    padding-left: 0px;
    display: inline-block;
    vertical-align: top;
}

.voorstellingInfo .location li, .voorstellingInfo .info li {
    list-style: outside none none;
}

div.voorstellingInfo a {
	margin-top: 5px;
}

div.voorstellingInfo img {
	width: 100px;
	margin-left: 3px;
}

@media (max-width: 768px) {
	.google-maps {
		height: 300px;
	}
}

.google-maps {
    position: relative;
    //padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* 768 992 1200 */
@media ( max-width : 768px) {
	p {
		font-size: 16px;
	}
	h2 {
		font-size: 26px;
	}
}

@media ( min-width : 992px) {
	p {
		font-size: 16px;
	}
	h2 {
		font-size: 28px;
	}
}

@media ( min-width : 1200px) {
	p {
		font-size: 17px;
	}
	h2 {
		font-size: 30px;
	}
}

.video {
	width: 100%;
}

.debuginfo {
	display: none;
}

img.people {
	padding: 0.5ex;
	width: 24%;
	max-width: 24%;
}
.people-selected {
	border: 2px solid #FFFFFF;
}

.people-info {
	display: none;
}
@media ( min-width : 992px) {
	.people-container {
		display:flex ;
		align-items: stretch;
	}
	.people-info {
		margin-top:30px
	}
}


p.help-block {
	font-size: 13px;
	color: #FFF;
}

.bx-wrapper .bx-loading {
	z-index: 500;
}

.bx-wrapper .bx-controls-direction a {
	z-index: 700;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none !important;
	border: none;
	-webkit-transform: none;
	background: none;
}

.bx-wrapper {
	margin: 60px auto 60px;
}

.error {
	color: #a94442;
	border-color: #a94442;
}
.img_captcha {
	margin: 10px 10px 10px 0;
}

.modal-dialog {
	width: 80%;
	max-width: 800px;
}
.modal-content {
	background-color: #000000;
	color: #FFF;
}
.bootbox-close-button {
	color: #FFF;
	font-size: 25px;
	text-shadow: 0 1px 0 #000000;
	filter: alpha(opacity=90);
	opacity: .9;
}
.bootbox-close-button:hover,
.bootbox-close-button:focus {
  color: #FFF;
  filter: alpha(opacity=70);
  opacity: .7;
}
h4.modal-title {
    font-size: 30px;
}
.modal-backdrop
{
    opacity:0.7 !important;
    background-color: #FFF;
}
a.link {
	color: #FFFFFF;
}
a.link:focus {
  color: #c9b8b8;
}
a.link:hover {
  color: #c9b8b8;
}

.thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #000000;
  border: none;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

body.modal-open {
    //overflow: visible;
}

.modal-body{
    position: relative;
    display: table; //This is important 
    overflow-y: auto;    
    overflow-x: auto;
    width: auto;
    min-width: 300px;   
}

input.icon {
    font-family:'Calibri','FontAwesome';
}

input {
	margin-bottom: 10px;
 }
 
.vertical-align {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}
.vip-info {
	border: 5px solid #3e7b4e;
	border-radius: 40px;
	padding: 7px;
}
.small {
	font-size: 10px !important;
}

.voorwaarde {
	font-size: 11px !important;
}
@media ( max-width : 400px) {
	.vipbadge {
		visibility: hidden;
	}
	
}
@media ( min-width : 400px) {
	.vipbadge {
		position: absolute;
		top: -20px;
		right: -30px;
	}
	
}
@media ( min-width : 768px) {
	.vipbadge {
		position: absolute;
		top: -30px;
		right: -50px;
	}
	
}

@media ( min-width : 992px) {
	.vipbadge {
		position: absolute;
		top: -40px;
		right: -60px;
	}
	
}

@media ( min-width : 1200px) {
	.vipbadge {
		position: absolute;
		top: -40px;
		right: -60px;
	}
	
}
@media ( max-width : 992px) {
	.vip-tag {
		visibility: hidden;
	}
	
}
.vip-tag {
	position: absolute;
	left: 55px;
	top: 5px;
}
.vip_img {
	border-radius: 10%;
	margin-top: 20px;
}
a.link {
	color: #ffffff;
	text-decoration: underline;
}
h2>a {
	color: #ffffff;
}
h2>a:hover {
	color: #ffffff;
}

.anchor{
  display: block;
  height: 115px; /*same height as header*/
  margin-top: -115px; /*same height as header*/
  visibility: hidden;
}

p.sociallinks a {
	color: #ffffff;
}
p.sociallinks i {
	margin: 30px;
}

.btn-social {
	margin: 5px;
	width: 220px;
}


.btn-youtube{color:#fff;background-color:#ed3323;border-color:rgba(0,0,0,0.2)}.btn-youtube:hover,.btn-youtube:focus,.btn-youtube:active,.btn-youtube.active,.open>.dropdown-toggle.btn-youtube{color:#fff;background-color:#bc2518;border-color:rgba(0,0,0,0.2)}
.btn-youtube:active,.btn-youtube.active,.open>.dropdown-toggle.btn-youtube{background-image:none}
.btn-youtube.disabled,.btn-youtube[disabled],fieldset[disabled] .btn-youtube,.btn-youtube.disabled:hover,.btn-youtube[disabled]:hover,fieldset[disabled] .btn-youtube:hover,.btn-youtube.disabled:focus,.btn-youtube[disabled]:focus,fieldset[disabled] .btn-youtube:focus,.btn-youtube.disabled:active,.btn-youtube[disabled]:active,fieldset[disabled] .btn-youtube:active,.btn-youtube.disabled.active,.btn-youtube[disabled].active,fieldset[disabled] .btn-youtube.active{background-color:#ed3323;border-color:rgba(0,0,0,0.2)}
.btn-youtube .badge{color:#ed3323;background-color:#fff}



.bxslider img {
    max-height: 500px;
    height: auto;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
