@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900');
/* CSS Document */

header
,nav
,section
,article
,aside
,footer
,hgroup 
{ 
position:relative;
display: block;
}

body {
	font-family: 'Khand', sans-serif;
	overflow-x: hidden;
	color:#333;
	
}
html {
	overflow-x: hidden;
}

@media (max-width: 767px) {
	* {
		/*max-width: 100vw !important;*/
	}
}

.modal-xlg {
	width: 1000px;
}
h1 a, h2 a, h3 a, h1 a:hover, h2 a:hover, h3 a:hover {
	font-family: inherit;
	text-decoration:none;
	color:inherit;
}
h1, h2, h3, h4, h5 {
	text-transform: uppercase;
}
h1 {
	font-family: 'Khand', sans-serif;
}
h2 {
	font-family: 'Khand', sans-serif;
}
h3 {
	font-family: 'Palanquin', sans-serif;
}
h4 {
	font-family: 'Palanquin', sans-serif;
}
h5 {
	font-family: 'Palanquin', sans-serif;
}
.countDown_cont{
	color:#D6D600
}


h1 {
	font-weight: 700;
}
a {
	color:inherit;
}

*[data-href]:not([data-href=""]) {
	cursor:pointer;
}
img:not(.media-object),video,iframe:not(#live-chat-widget-iframe) {
	max-width:100%;
	height:auto !important;
}



@media only screen and (min-width : 425px) {
    .flex-row {
        display: flex;
        flex-wrap: wrap;
    }
    .flex-row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }
    .flex-row.row:after, 
    .flex-row.row:before {
        display: flex;
    }
}
@media only screen and (min-width : 992px) {
    .vcenter-flex-row {
        display: flex;
        flex-wrap: wrap;
    }
    .vcenter-flex-row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }
    .vcenter-flex-row.row:after, 
    .vcenter-flex-row.row:before {
        display: flex;
    }
}
/* centered columns styles */
.row-centered {
    text-align:center;
}
@media (min-width: 767px) {
	.col-centered {
		display: inline-block;
		float: none;
		/* inline-block space fix */
		margin-right: -4px;
	}
}

@media (min-width: 767px) {
	.row.equal {
		display: flex;
		flex-wrap: wrap;
	}
	.row.equal .column > div {
		height: 100%;
	}

}

section.header {
	height:50vw;
}

.white-text {
	color:#FFF;
}
.clickable {
	cursor: pointer;
}

.container {
	position: relative;
}


footer {
	padding:30px 0;
	background-color: #232323;
	color:#FFF;
	font-family: 'Khand', sans-serif;;
}

.footerSocialIcons a {
	width:25px; height: 25px;
	border:1px solid #333;
	color:inherit;
	font-size: 6px;
	line-height: 0;
	display: inline-block;
	border-radius: 50%;
	padding-top: 6px;
	text-align: center;
	margin:0 5px;
}
footer .footerSocialIcons a {
	border:1px solid #FFF;
}
.footerSocialIcons a:first-child {
	margin-left:0;
}
.footerSocialIcons a:last-child {
	margin-right:0;
}
footer .col-md-3 {
	border-left:1px solid rgba(255,255,255,0.2);
	padding:10px 20px;
}
footer .col-md-3:first-child {
	border-left:0px solid #FFF;
}
footer h4 {
	margin-bottom: 25px;
}
@media only screen and (max-width : 581px) {
	footer .col-md-3 {
		text-align: center;
		border-left:0px solid rgba(255,255,255,0.2);
	}
}

.navbar {
	background-color:#FFF;
	color:#333;
	border-bottom:0;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	border-radius:0;
	border:0;
	margin-bottom:0;
	z-index:110;
	min-height: 10px;
}
a.logo {
	
}
a.logo img {
	width:170px;
	display:inline-block;
	margin:10px 0;
}
@media (max-width: 420px) {
	a.logo img {
		width:110px;
		display:inline-block;
		margin-top:18px;
	}
}
ul.dropdown-menu {
	background-color:#000;
	color:#FFF;
	box-shadow:0;
}
a.menuItem {
	display:block;
	font-size:18px;
	margin:20px 0;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'Palanquin', sans-serif;
}
.menuItem:hover {
	color:#e95b3e;
}
.socialIcons {
	font-size:1.5em;
	position: absolute;
	left:15px; bottom:40px;
}
.socialIcons a {
	text-decoration:none;
	margin:0 10px;
}
.socialIcons a:hover {
	color:#d2232a;
}

#mainMenu {
	display:block;
	position:fixed;
	color:#FFF;
	background-color:#000;
	left:0; top:0px;
	padding:25px;
	z-index:110;
	height:calc(100vh - 50px);
	box-sizing: border-box;
	min-width:320px;
	transition:all 0.2s;
	transform:translate3d(-100vw,0,0);
}
#mainMenu.open {
	display:block;
	transform:translate3d(0,0,0);
}



.menuHolder, .srcBtn, .favArtBtn {
	position:absolute;
	color:#FFF;
	background-color:#000;
	top:0;
	line-height:0;
	padding:18px 18px 17px 18px;
	height:100%;
	box-sizing:border-box;
	z-index:3;
	font-family: 'Palanquin', sans-serif;;
}

.srcBtn {
	padding: 0px;
	background-color: #f5b750;
}
@media (max-width: 768px) {
	.srcBtn {
		
	}
}
.srcBtn .btn {
	padding:14px;
	padding-top: 15px;
}

.favArtBtn {
	color:#999;
	background-color: #FFF;
	right:50px;
}
.menuHolder {
	left:0;
	display:none;
}
.swoosh {
	/*display:none !important;*/
	height:100%;
	box-sizing:border-box;
	background-color:#1f367f;
	padding:12px 0 !important;
	display:inline-block !important;
	background-image: url('/img/original/TS-structuurtje kopie.png');
	background-size: cover;
	background-position: center center;
	transition:all 0.3s;
}
.swoosh img {
	max-width:65px !important;
	margin:0 13px;
	max-height: 25px;
	width: auto !important;
	height: auto !important;
}
@media (max-width: 768px) {
	.swoosh {
		display:inline-block !important;
		max-width:80px;
	}
}

.navbar-fixed-top .swoosh {
	display:inline-block !important;
	max-width:80px !important;
}
.srcBtn {
	right:0;
}




.subMenuItem {
	display: inline-block;
	font-weight: bold;
	
	
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
	transition:all 0.3s;
}
.subMenuItem span {
	display: block;
	padding:17px;
}
.subMenuItem:hover {
	color:inherit;
	text-decoration: none;
}
.subMenuItem.active {
	display: inline-block;
	
}
.subMenuItem small {
	color:#c15646;
}
#shortProgramContainer {
	background-color: #efefef;
}
.subMenuItem::after {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  background: #e8c391;
  transition: all .3s;
}

.subMenuItem:hover::after{
  width: 100%;
	
}
.subMenuItem.active::after {
  width: 100%;
	background: #E88A09;
}


.mainArticleGroups {
	position:absolute;
	top:0;
	left:0px;
	z-index:3;
	max-height:100%;
}
.mainArticleGroups a {
	display:inline-block;
	padding:15px 10px;
	text-decoration:none;
	vertical-align:top;
	font-weight:500;
	font-style: normal;
	text-transform:uppercase;
	color:#999;
	font-size:13px;
	position:relative;
	font-family: 'Palanquin', sans-serif;
	
}
.mainArticleGroups a:hover {
	color:#000000;
}
.navbar-fixed-top .mainArticleGroups {
	left:0px;
}
.navbar-fixed-top .mainArticleGroups .swoosh {
	margin-right:5px;
}
span.counter {
	position:absolute;
	top:10px; right:0px;
	line-height:0;
	font-size:12px;
	font-family: 'Raleway', sans-serif;
	color:#FFF;
	background-color:#d2232a;
	height:17px;
	border-radius:15px;
	padding:8px 5px 0 5px;
}
span.counter[data-count="0"] {
	display:none;
}

#topmostMenu {
	background-color:#000;
	color:#FFF;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px; padding-bottom: 5px;
}
.topMenuItem {
	font-family: 'Palanquin', sans-serif;
	color:#CCC;
	font-size:13px;
	margin-left:5px; margin-right:5px;
	text-decoration:none;
}
.topMenuItem:hover {
	color:#efefef;
	text-decoration:none;
}
#menuBar {
	position:relative;
	padding:0;
	height: 49px;
}

#homeLinks h3 {
	font-weight: bold;
	color: #FFF;
	font-size: 30px;
	text-shadow: 0px 0px 10px rgba(255,255,255,0.4);
}
@media (min-width: 992px) {
	section#homeLinks .column {
		margin:10px 5px;
		width: calc(33% - 10px);
	}
}
@media (max-width: 991px) {
	section#homeLinks .column {
		padding-top:75px;
	}
}
@media (max-width: 991px) {
	section[data-vcentercolumns=yes] .column {
		padding:1px;
	}
}
section#homeLinks .column {
	z-index: 3;
	position: relative;
	transition: all 0.5s;
	z-index: 1;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
}
section#homeLinks .column:hover {
	transform:scale(1.04);
	z-index: 5;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
section#homeLinks .column::before {
	content: " ";
	display: block;
	
	height: 20%;
	width: 100%;

	position: absolute;
	bottom: -29px;
	
	position: absolute;
	width:100%;
	z-index: 0;
	margin: 0px;
	height: 60%;
	left:0; bottom:0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
}
section#homeLinks .gradientOverlay {
	position: absolute;
	width:calc(100% - 10px);
	margin: 5px;
	height: 20%;
	left:0; bottom:0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

#pageGallery {
	margin:0 -10px;
}
#pageGallery a {
	display: block;
}
#pageGallery img.complete {
	transition: all 0.5s
}
#pageGallery a:hover img.complete {
	transform: scale(1.05);
}



.speakerCard {
	position:relative;
	cursor: pointer;
	margin:0 -15px;
	padding: 5px;
}
.speakerCard img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	transition: all 0.2s;
}
.speakerCard:hover img {
	webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.speakerCard .speakerBadge {
    font-size: 14px;
    position: absolute;
    left:10px; top:10px;
    z-index: 10;
}
.speakerCard .speakerBadge .label-default {
    color:#333;
    background-color: #FFF;
}
.speakerCard .gradientOverlay {
	position: absolute;
	width:calc(100% - 10px);
	margin: 5px;
	height: 20%;
	left:0; bottom:0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.speakerCard .info, .speakerCard .socialInfo {
	position: absolute;
	color:#FFF;
	z-index: 5;
}
.speakerCard .socialInfo a {
	color:#FFF;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.7);
}
.speakerCard .info {
	left:0px; bottom:0px;
	padding:15px;
}
.speakerCard .info .title {
	font-weight: 600;
}
.speakerCard .info .subtitle {
	font-size: 12px;
}
.speakerCard .socialInfo {
	position: absolute;
	top:10px; right:10px;
}
.speakerCard .socialInfo a {
	display: block;
}
.speakerModal {
	padding:0;
	border-radius: 0;
}
.speakerModal .socialInfo {
	position: absolute;
	top:10px; right:20px;
	font-size: 20px;
	z-index: 20;
}
.speakerModal .socialInfo a {
	display: block;
	color:#FFF;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.7);
}
.speakerModal .closeBtn {
	
	display: inline-block;
}
.speakerModal h1, .speakerModal h2, .speakerModal h3, .speakerModal h4,
.chooseTicketModal h1, .chooseTicketModal h2, .chooseTicketModal h3, .chooseTicketModal h4
#paymentSection h1, #paymentSection h2, #paymentSection h3, #paymentSection h4,
#ticketSection h1, #ticketSection h2, #ticketSection h3, #ticketSection h4{
	 font-family: 'Khand', sans-serif;
}
.speakerModal .info {
	padding-right: 25px;
	padding-top: 25px;
}
@media (max-width: 767px) {
	.speakerModal .info {
		padding-left: 25px;
		padding-top: 25px;
		padding-bottom: 25px;
	}
}



.modal {
	text-align: center;
}
@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}



.sponsorCard {
	padding:20px;
}
@media screen and (max-width: 480px) { 
	.sponsorCard {
		padding:5px;
	}
}
.sponsorCard img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	transition: all 0.2s;
}
.sponsorCard:hover img {
	webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}







.stageContainer {
	background-repeat: no-repeat;
	background-position: 50px -50px;
	color:#FFF;
	margin:10px;
	background-size:200px ;
	transition:all 0.2s;
}
.stageContainer:hover {
	transform:scale(1.02);
}
.stageContainer .row {
	margin-left:350px;
	padding-top: 40px; padding-bottom: 40px;
}
.stageContainer:nth-child(even) {
	background-position: right 50px top -50px;
	color:#FFF;
}
.stageContainer:nth-child(even) .row {
	margin-left:auto;
	margin-right: 350px;
}
@media (max-width: 768px) {
	.stageContainer {
		background-size: 20%;
		background-position: -10px 30px;
	}
	.stageContainer .row {
		margin-left:50px;
		padding-top: 40px; padding-bottom: 40px;
	}
	.stageContainer:nth-child(even) {
		background-position: right 20px top 30px;
		color:#FFF;
	}
	.stageContainer:nth-child(even) .row {
		margin-left:auto;
		margin-right: 50px;
	}
}
.stageInfoText {
	display: inline-block;
	max-width:600px;
}


.programContainer {
	background-size: cover;
	background-color: #000;
	margin:10px;
	color:#FFF;
}

.timeBlock {
	height:calc(100% - 4px); width: 210px;
	background-color: #000;
	text-align: center;
	position: absolute;
	left:-210px; top:2px;
	z-index: 5;
	line-height: 0;
	
}
.timeBlock > span {
	display: inline-block;
	
	
}

.programRow {
	margin-left: 200px;
	position: relative;
	color:#FFF;
}
.programRow div[class^="col-"] {
	padding-left: 2.5px; padding-right: 2.5px;
}
@media (max-width: 768px) {
	.timeBlock {
		 width: 70px;
		left:-70px;
		line-height: 20px;
	}
	.timeBlock > span {
		top:-20px;
		position: relative;
	}
	.programRow {
		margin-left: 70px;
		
	}
}


.programCard {
	background-size: cover;
	background-position: center center;
	position: relative;
	margin:2px 0;
	overflow: hidden;
}

.programCard .fwinfo {
	position: relative;
	z-index: 5;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.programCard .info {
	position: relative;
	z-index: 5;
	padding-top: 100px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.programCard .gradientOverlay {
	position: absolute;
	width:calc(100% - 0px);
	margin: 0px;
	height: 40%;
	left:0; bottom:0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	z-index: 1;
}

.programCard .b50Overlay {
	position: absolute;
	width:calc(100% - 0px);
	margin: 0px;
	height: 100%;
	left:0; bottom:0;
	background: rgba(0,0,0,0.7);
	z-index: 1;
}
.programCard .background{
	background-size: cover;
	background-position: center center;
	position: relative;
	margin:2px 0;
	transition: all 0.5s;
	z-index: 0;
	position: absolute;
	left:0; top:0;
	width:100%; height: 100%;
}
.programCard:hover .background {
	transform:scale(1.05);
}




.ticketCard {
	background-color: #FFF;
	padding:20px;
	position: relative;
	margin:20px 0;
	height: 100%;
	padding-bottom: 65px;
}
.ticketCard.locked {
	opacity: 0.6;
}
.ticketCard h2, .ticketCard h4 {
	font-family: 'Palanquin', sans-serif;
	margin:0;
}
.ticketCard h2:first-child {
	margin-top: 30px;
}
.ticketCard h2+.ticketCard h2 {
	margin-bottom: 30px;
}
.ticketCard .sherpBar {
	position: absolute;
	top:0; left:0;
	width:100%;
	color:#FFF;
	background-color: #f9bb50;
}
.ticketCard .buttonHolder {
	width:100%;
	position: absolute;
	bottom:20px; left:0;
}



.cartRule {
	background-color: #FFF;
	padding:20px;
	position: relative;
	margin:20px 0;
}
.cartRule h3 {
	margin-top:0;
}
input[name=quantity] {
	text-align: center;
}
.quantityColumn {
	width: 70px;
}
@media only screen and (max-width: 600px) {
	input[name=quantity] {
		text-align: center;
		padding:10px 5px;
		height: 35px;
	}
	td.quantityColumn {
		width: 50px;
	}
}
.table > tbody > tr > td.align-middle {
     vertical-align: middle;
}

.subtotalRow {
	font-size: 20px;
	font-weight: 700;
}





.table > tfoot > tr:first-child > td {
    border-top: 2px solid #efefef;
}
.table > tfoot {
	font-weight:bold;
}

.highpad {
	padding:20px 0 0 0;
}

.btn-noradius {
	border-radius:0;
}
.btn-mute {	
	color:inherit !important;
}

.pageHeader {
	padding:100px 0;
	background-size: cover;
	background-position: center center;
}
@media only screen and (max-width: 420px) {
	.pageHeader {
		padding:20px 0;
		background-size: cover;
	}
	.pageHeader small {
		display:none;
	}
}



.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



@media (max-width: 420px) {
    .pull-xs-left {
        float: left;
    }
    .pull-xs-right {
        float: right;
    }
}

@media (min-width: 421px) and (max-width: 768px) {
    .pull-sm-left {
        float: left;
    }
    .pull-sm-right {
        float: right;
    }
}

@media (min-width: 769px) and (max-width: 1100px) {
    .pull-md-left {
        float: left;
    }
    .pull-md-right {
        float: right;
    }
}

@media (min-width: 1101px) {
    .pull-lg-left {
        float: left;
    }
    .pull-lg-right {
        float: right;
    }
}


.rel {
    position: relative;
}
.noOverflow {
    overflow:hidden;
}

.subscribeSuccess {
    background-color: #5DB75C;
    color:#FFF;
    font-weight: bold;
    padding:7px 0;
    height: 100%;
    width:100%;
    position: absolute;
    z-index: 10;
    bottom:-100%;
    transition: all 0.2s;
}
.subscribeSuccess.show {
    bottom:0;
}


.blogCard {
	background-color: #EFEFEF;
	margin-bottom: 25px;
}
.blogCard .info {
	padding: 25px;
}
.blogCard .info .date {
	font-size: 11px;
	color:#777;
}
.blogCard .info .title {
	font-size: 20px;
	font-weight: bold;
	font-family: 'Khand', sans-serif;;
}
.blogCard .info .text {
	margin-bottom: 10px;
}


.testimonialCard {
	background-color: #FFFFFF;
	margin-bottom: 25px;
	padding: 25px;
}
.testimonialCard .quoteimage {
	width: 50px;
}
.testimonialCard .title {
	font-size: 20px;
	font-weight: bold;
	font-family: 'Khand', sans-serif;;
}
.testimonialCard .text {
	margin-bottom: 10px;
	font-style: italic;
	color:#777;
}



@media (min-width: 1600px) {
	.container {
		width: 1400px;
	}
}

[data-class="roughMask"] {
	-webkit-mask-image: url('/img/roughMask.png');
	mask-image: url('/img/roughMask.png');
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

img.roughEdge {
	-webkit-mask-image: url('/img/roughedge.png');
	mask-image: url('/img/roughedge.png');
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

	