body{
	font-family: 'Work Sans', sans-serif;
	font-size:16px;
	color:#333;
}
h1{
	margin:0 0 8px;
	font-weight: bold;
	font-size: 180%;
	color:#cd0025;
}
h2{
	margin:0 0 8px;
	font-weight: 300;
	font-size: 125%;
	color:#9B9B9B;
}
a{
	color:#333;
	text-decoration: underline;
}
.btn{
	display:inline-block;
	height:auto;
	padding:15px 22px;
	padding-bottom: 13px;
	border-radius: 4px;
	line-height: 1;
	background-color: #cd0025;;
	color:#FFF;
	text-decoration: none;
	border:none;
	font-weight: 500;

}
.btn:hover{
	background:#ac142f;
}
.btn-white{

	background: #fff;

}
	.btn-white:hover {
		opacity: .7;
	}
.info-label{
	position:relative;
	display:block;
	position: relative;
	padding-left:46px;
}
.info-label + .info-label{
	margin-top:24px;
}
	.info-label svg{
		position:absolute;
		top:0;
		left:0;
		width:22px;
		height: 22px;
		fill:rgba(205,0,37, 1);
	}
.input-field{
	font-size: 16px;
	font-weight: 500;
}
.input-field input {
	margin-top: 5px;
	font-weight: normal;
}
.input-field + .input-field{
	margin-top:32px;
}
	.input-field > b{
		display:block;
		margin-bottom:4px;
	}
input[type=text],input[type=email],input[type=number],textarea, select{
	width:350px;
	max-width: 100%;
	height:35px;
	padding:0 10px;
	border: solid 1px #BDBDBD;
	border-radius: 3px;
}
label.radio, label.checkbox{
	position:relative;
	display:inline-block;
	cursor:pointer;
}
label.radio + label.radio{
	margin-left:10px;
}
br + label.radio{
	margin-top:5px;
}
	label.radio input[type=radio],
	label.checkbox input[type=checkbox]{
		position:absolute;
		top:0;
		left:0;
		opacity:.01;
	}
	label.radio span,
	label.checkbox span{
		display:inline-block;
		position:relative;
		padding-left:38px;
		line-height:30px;
	}
	label.radio span:before{
		content:"";
		position:absolute;
		top:1px;
		left:0;
		width:20px;
		height:20px;
		border-radius:50%;
		background:#FFF;
		border:solid 2px #C2C2C2;
	}
	label.radio span:after{
		content:"";
		position:absolute;
		top:8px;
		left:7px;
		width:10px;
		height:10px;
		border-radius:50%;
		background:#EEE;
	}
	label.checkbox span:before{
		content:"";
		position:absolute;
		top:1px;
		left:0;
		width:20px;
		height:20px;
		border-radius:3px;
		background:#FFF;
		border:solid 2px #C2C2C2;
	}
	label.checkbox span:after{
		content:"";
		position:absolute;
		top:3px;
		left:7px;
		width:5px;
		height:10px;
		border-right:solid 5px #EEE;
		border-bottom:solid 5px #EEE;
		transform:rotate(45deg);
	}
	label.radio:hover span:before, label.radio input:focus ~ span:before,
	label.checkbox:hover span:before, label.checkbox input:focus ~ span:before{
		border-color:#333;
	}
	label.radio:hover span:after, label.radio input:focus ~ span:after{
		background:#DDD;
	}
	label.checkbox:hover span:after, label.checkbox input:focus ~ span:after{
		border-color:#DDD;
	}
	label.radio input:checked ~ span:after{
		background:rgba(205,0,37, 1);
	}
	label.checkbox input:checked ~ span:after{
		border-color:rgba(205,0,37, 1);
	}
	label.radio input[disabled] ~ span:before, label.checkbox input[disabled] ~ span:before{
		border-color:#C2C2C2;
	}
	label.radio input[disabled] ~ span:after{
		background:#DDD;
	}
	label.checkbox input[disabled] ~ span:after{
		border-color:#DDD;
	}
	label.radio input[disabled]:checked ~ span:after{
		background:#999;
	}
	label.checkbox input[disabled]:checked ~ span:after{
		border-color:#999;
	}
	label.radio input[disabled] ~ span, label.checkbox input[disabled] ~ span{
		opacity:.5;
		cursor:default;
	}
.msg{
	margin-bottom:32px;
	padding:32px;
	border-radius: 4px;
	background:#46bfde;
	color:#FFF;
}
.error{
	padding:32px;
	border-radius: 4px;
	background:#C5002C;
	color:#FFF;
}
	.error ul{
		margin:0;
	}
	.error label.checkbox input:focus ~ span:before,
	.error label.checkbox input:hover ~ span:before{
		border: solid 2px #C2C2C2;
	}
	.error--fixed {
		position: fixed;
		top: 10px;
		padding: 10px 20px;
		left: 50%;
		translate: -50% 0;
	}
.content{
	padding:80px 0;
}

/* start pagina */
.event-details-block + .event-details-block{
	margin-top:50px;
}
	.event-details-block > b{
		display:block;
		margin-bottom:24px;
		padding-bottom:16px;
		color:#48003B;
		border-bottom: solid 1px rgba(0,0,0,0.1);
		font-size:131%;
	}
	.event-details-right .btn{
		margin-top:32px;
	}

/* template css voor 50% width van header en content */
.header {
	position:relative;
	height: 500px;
	background-size:cover;
	background-position: top right;
	background-repeat: no-repeat;
	overflow:hidden;
}
	.header:before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 50%;
		opacity: 0.5;
		background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
	}
.header-text {
	position: absolute;
    left: 10%;
    bottom: 120px;
    font-size: 212.5%;
    font-weight: 900;
    line-height: 1;
}
	.header-text h1 {
		color: #fff;
		font-size: 250%;
	}
	.header-text h2 {
		color: #fff;
		font-size: 140%;
		font-weight: bold;
	}
@media all and (max-width: 35em) {
	.header-text h1 {
		font-size: 150%;
	}
	.header-text h2 {
		font-size: 100%;
	}
}
@media all and (max-width: 64em) {
	.header-text {
		bottom: 12.3%;
	}
}
@media all and (max-width: 48em) {
	.price-row-name {
		font-weight: 500;
	}
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}

.back-button {
	position: fixed;
	bottom: 40px;
	left: 80px;
}

.content {
	position:relative;
	padding:40px 40px 0;
	box-sizing:border-box;
}
.progress-bar{
	float:right;
}
	.progress-bar-step{
		float:left;
		display:inline-block;
		margin-left:10px;
		width:10px;
		height:10px;
		border-radius:50%;
		background:#E7E7E7;
	}
	.progress-bar-current-step{
		background:#C5002C;
	}
.align-right {
	text-align: right;
}

.footer {
	text-align: center;
	margin-top: 50px;
	padding: 20px;
}
@media all and (min-width:64em){
	.header {
		position:fixed;
		top:0;
		left:0;
		width:30%;
		height:100%;
	}
	.header-text h1 {
		font-size: 120%;
	}
	.header-text h2 {
		font-size: 100%;
	}
	.content {
		float:right;
		width:70%;
	}
}
@media all and (min-width:80em){
	body {
		font-size:15px;
	}
	.header {
		width:40%;
	}
	.header-text h1 {
		font-size: 200%;
	}
	.header-text h2 {
		font-size: 130%;
	}
	.content {
		width:60%;
		padding:70px 70px 0;
	}
}

@media all and (min-width: 90em) {
	.header {
		width:50%;
	}
	.content {
		width:50%;
	}
}

.sponsor-package {
	position: relative;
	border: 1px solid #DCDCDC;
	overflow: hidden;
	padding-bottom: 68px;
	border-radius: 4px;
	height: 100%;
	box-sizing: border-box;
}
	.sponsor-package-row {
		border-top: 1px solid #979797;
		padding: 8px 22px;
	}
		.sponsor-package-row b {
			font-weight: 500;
		}
	.sponsor-header {
		display: flex;
		padding: 24px 22px;
	}
	.sponsor-package-price {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 20px;
		font-weight: 600;
		width: 30%;
		text-align: right;
	}
	.sponsor-package-name {
		width: 70%;
	}
		.sponsor-package-name small{
			opacity: .7;
		}
	.sponsor-header h3 {
		margin:0;
		font-size: 23px;
		font-weight: bold;
	}
	.sponsor-header small {
		font-size: 18px;
	}
.sponsor-btn {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
	.sponsor-btn a {
		text-align: center;
		text-transform: uppercase;
		display: block;
		height: 100%;
		width: 100%;
		padding: 25px 0;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		background-color: #cd0025;
	}
	.sponsor-btn a:hover {
		background-color: #ac142f;
	}

.subscribe-buttons {

}
	.subscribe-buttons button {
		float: right;
	}

button[disabled] {
	opacity: 0.5;
}

.border-bottom {
	border-bottom: 1px solid #979797;
}
.price-header {
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #979797;
}
.price-total {
	font-weight: bold;
	border-bottom: 1px solid #979797;
}

.no-vertical-padding div {
	padding-top: 2px;
	padding-bottom: 2px;
}

.seat-controls button {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	padding: 0;
	text-align: center;
}
	.seat-controls [disabled] {
		opacity: 0.1;
	}
	.seat-controls input, .seat-controls input:focus {
		border: none;
		outline: none;
		width: 20px;
		padding: 0;
		text-align: center;
	}
	.seat-controls > * {
		display: inline;
	}

.disabled-seat {
	opacity: 0.5;
}

.queue {
	text-align: center;
	font-size: 17px;
	max-width: 600px;
	margin: auto;
}

.queue h2 {
	font-size: 17px;
}

.queue .input-field {
	display: inline-block;
	text-align: left;
}

.queue-privacy {
	margin: auto;
	margin-top: 100px;
	max-width: 560px;
	border: 1px solid rgba(155,155,155,0.25);
	border-radius: 8px;
}

.privacy-text {
	text-align: center;
	padding: 25px;
	font-size: 14px;
	color: rgba(74,74,74,0.75);
}

.clear {
	clear: both;
}

#time-to-live, .availability {
	max-width: 450px;
	min-height: 190px;
	border-radius: 4px;
	margin: auto;
	background-color: rgba(255,255,255,1);
	box-shadow: 0 12px 34px 0 rgba(0,0,0,0.1);
	font-weight: 500;
	color: rgba(74,74,74,1);
}

#time-to-live .time {
	margin-top: 40px;
	float: left;
	width: 33%;
	font-size: 66px;
}

#time-to-live .time + .time {
	border-left: 1px solid rgba(0,0,0,0.25);
}


#time-to-live .unit {
	font-size: 29px;
	opacity: 0.25;
	line-height: 34px;
}

#time-to-live .gray {
	opacity: 0.25;
}

.refresh-warning {
	max-width: 450px;
	margin: auto;
	border: 1px solid rgba(197,0,44,1);
	border-radius: 4px;
	background-color: rgba(255,218,226,1);
	padding: 10px;
}
.refresh-warning-text {
	margin: 25px;
	color: rgba(197,0,44,1);
	line-height: 26px;
}

.waiting-clock {
	margin: 20px auto;
	max-width: 98px;
}
.waiting-clock line, .waiting-clock circle {
	stroke: #C5002C;
}
.waiting-clock line, .waiting-clock path {
	stroke: #C5002C;
}
.availability {
	padding: 30px 50px;
}
.availability h1 {
	font-size: 21px;
	font-weight: 600;
	line-height: 25px;
	color: #4A4A4A;
}
.availability table {
	margin-top: 30px;
	width: 100%;
}
.availability-day td {
	padding: 8px;
}
.availability-date {
	color: #4A4A4A;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	text-align: left;
}
.availability-state {
	text-align: right;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	color: #7ED321;
}
.availability-date.soldout {
	opacity: .25;
}
.availability-state.soldout {
	color: #C5002C;
}

.almost-soldout {
	padding: 0;
	text-align: right;
	font-weight: 500;
}
