/* -------------------- Reset some default styles -------------------- */

body {
	background: none;
}

.content {
	padding: 0;
	width: 100%;
}

.separator {
	height: 0;
}

/* New name announcement overlay white bg ------------------------*/

body.TicketsSite div.fancybox-skin {
	background: #fff;
}


/* -------------------- Some default styles -------------------- */

.frontpage {
	padding-bottom: 30px;
}

.frontpage .parallax-back-container {
    overflow: hidden;
}

.frontpage .parallax-back {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 800px) {

    .frontpage .parallax-back-container {
        height: 45vh;
    }

    .frontpage .parallax-back {
        height: 100vh;
        line-height: 100vh;
    }

}

@media screen and (max-width: 799px) {

    .frontpage .parallax-back {
        height: 300px;
        line-height: 300px;
    }

}

.frontpage > section {
	padding: 80px 0;
}

.frontpage > section .content {
	position: relative;
    box-sizing: border-box;
	max-width: 1000px;
	margin: 0 auto;
    padding: 0 15px;
}

.frontpage > section .content h3 {
    display: block;
    margin-top: 50px;
    margin-bottom: 30px;
}

@media screen and (max-width: 699px) {

    .frontpage > section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

}


/* -------------------- Header expanded content -------------------- */

._base-header .expanded-content {
    text-align: center;
}

._base-header .expanded-content h1 {
	display: block;
	margin: 130px 0 0;
}

._base-header .expanded-content h1 span {
	font-size: 50px;
    line-height: 60px;
	color: white;
	text-shadow: 1px 1px 1px #000;
}

._base-header .expanded-content h1 span.chipta {
	font-weight: bold;
    font-weight: 600;
}

._base-header .expanded-content h1 span.ticketing {
	font-style: italic;
	font-weight: normal;
}

._base-header .expanded-content h2 {
	display: block;
	font-size: 22px;
	color: white;
	text-shadow: 1px 1px 1px #000;
	margin: 10px 0 0;
}

@media screen and (max-width: 1279px) {

    ._base-header .expanded-content h1 {
        margin-top: 70px;
    }

}

@media screen and (max-width: 500px) {

    ._base-header .expanded-content h1 {
        margin-top: 25px;
    }

}

@media screen and (max-width: 1080px) {

    ._base-header .expanded-content h1 span {
        font-size: 30px;
        line-height: 40px;
    }

    ._base-header .expanded-content h2 {
        font-size: 16px;
    }

}

._base-header .expanded-content ._button-white {
	margin: 20px 0;
	min-width: 205px;
}

._base-header .expanded-content .phone-nr-container {
    position: relative;
    display: block;
}

._base-header .expanded-content .phone-nr-container .fa-phone {
    position: absolute;
    color: white;
    top: 4px;
    font-size: 18px;
}

._base-header .expanded-content .phone-nr-container .phone-nr {
    padding-left: 23px;
    color: white;
    font-size: 17px;
}


/* -------------------- Tickets background -------------------- */

.frontpage .tickets .parallax-back {
	background-image: url('/static/images/frontpage/quote-background-blu.jpg');
}


/* -------------------- Section 1 -------------------- */

.frontpage .section1 .part1 .text1 h3 {
    margin-top: 0;
}

.frontpage .section1 .part1 p {
    margin-top: 5px;
}

.frontpage .section1 .benefits-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.frontpage .section1 .benefits-list li {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.frontpage .section1 .benefits-list li .fa {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 28px;
    width: 35px;
    text-align: center;
}

.frontpage .section1 .benefits-list li h4 {
    display: block;
    margin-top: 3px;
    padding-left: 50px;
}

@media screen and (min-width: 700px) {

    .frontpage .section1 .part2 h3 {
        margin-top: 0;
    }

    .frontpage .section1 .part1,
    .frontpage .section1 .part2 {
        width: 47%;
    }

    .frontpage .section1 .part1 {
        float: left;
    }

    .frontpage .section1 .part2 {
        float: right;
    }

}


/* -------------------- Section 2 -------------------- */

.frontpage .section2 .parallax-back {
    position: relative;
	background-image: url('/static/images/frontpage/quote-background-blu.jpg');
}

.frontpage .section2 .quote {
    display: inline-block;
    margin: 0;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    color: white;
    line-height: 35px;
}

.frontpage .section2 .quote p {
    margin: 0;
    font-size: 25px;
    font-style: italic;
    font-weight: normal;
}

.frontpage .section2 .quote footer {
    margin-top: 20px;
}

.frontpage .section2 .quote footer,
.frontpage .section2 .quote footer cite {
    line-height: 25px;
    font-size: 16px;
}

@media screen and (min-width: 700px) {

    .frontpage .section2 .quote {
        line-height: 50px;
    }

    .frontpage .section2 .quote p {
        font-size: 35px;
    }

    .frontpage .section2 .quote footer,
    .frontpage .section2 .quote footer cite {
        font-size: 20px;
    }

}

@media screen and (max-width: 499px) {

    .frontpage .section2 .quote footer cite {
        font-weight: normal;
    }

}

/* -------------------- Section 3 -------------------- */

.frontpage .section3 .text1 h3 {
    margin-top: 0;
}

.frontpage .section3 .clients img {
    width: 100%;
    max-width: 396px;
}

@media screen and (min-width: 700px) {

    .frontpage .section3 .clients h3 {
        margin-top: 0;
    }

    .frontpage .section3 .text1,
    .frontpage .section3 .text2 {
        float: left;
        width: 47%;
    }

    .frontpage .section3 .clients {
        float: right;
        width: 47%;
    }

}

@media screen and (max-width: 700px) {

    .frontpage .section3 .clients {
        text-align: center;
    }

    .frontpage .section3 .clients h3 {
        margin-bottom: 25px;
    }

}


/* -------------------- Section 4 -------------------- */

.frontpage .section4 .parallax-back {
	background-image: url('/static/images/frontpage/scanner-in-action-background-blu.jpg');
    text-align: center;
    color: #FFF;
}

.frontpage .section4 .quotes {
    position: relative;
}

.frontpage .section4 .quotes h3 {
    display: block;
    position: absolute;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
}

.frontpage .section4 .quotes {
    display: inline-block;
    max-width: 1000px;
    line-height: 30px;
    vertical-align: middle;
    height: 250px;
}

.frontpage .section4 .quotes blockquote {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding-top: 50px;
    height: 100%;
}

.frontpage .section4 .quotes .prev-button,
.frontpage .section4 .quotes .next-button {
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

.frontpage .section4 .quotes .next-button {
    text-align: right;
    right: 0;
}

.frontpage .section4 .quotes .prev-button .fa,
.frontpage .section4 .quotes .next-button .fa {
    padding: 5px;
    font-size: 50px;
    cursor: pointer;
}

.frontpage .section4 .quotes .quote {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    padding: 0 50px;
    text-align: center;
}

.frontpage .section4 .quotes .quote p,
.frontpage .section4 .quotes .quote footer {
    display: block;
}

.frontpage .section4 .quotes .quote p,
.frontpage .section4 .quotes .quote .quote-text {
    margin: 0;
    font-size: 25px;
    line-height: 40px;
    font-style: italic;
    font-weight: normal;
}

.frontpage .section4 .quotes .quote p {
    margin-bottom: 10px;
}

.frontpage .section4 .quotes .quote footer cite {
    font-size: 20px;
    font-style: italic;
}

@media screen and (max-width: 699px) {

    .frontpage .section4 .quotes {
        height: 200px;
    }

    .frontpage .section4 .quotes h3 {
        font-size: 16px;
    }

    .frontpage .section4 .quotes .quote p,
    .frontpage .section4 .quotes .quote .quote-text {
        font-size: 20px;
        line-height: 30px;
    }

    .frontpage .section4 .quotes .quote footer cite {
        font-size: 16px;
    }

}

@media screen and (max-width: 499px) {

    .frontpage .section4 .quotes {
        height: 200px;
    }

    .frontpage .section4 .quotes h3 {
        font-size: 14px;
        font-weight: normal;
    }

    .frontpage .section4 .quotes .quote {
        padding: 0 30px;
    }

    .frontpage .section4 .quotes .quote p,
    .frontpage .section4 .quotes .quote .quote-text {
        font-size: 16px;
        line-height: 20px;
    }

    .frontpage .section4 .quotes .prev-button .fa,
    .frontpage .section4 .quotes .next-button .fa {
        font-size: 40px;
    }

    .frontpage .section4 .quotes .quote footer cite {
        font-size: 14px;
        font-weight: normal;
    }

}


/* -------------------- Section 5 -------------------- */

.frontpage .section5 .text1 h3 {
    margin-top: 0;
}

.frontpage .section5 .image1,
.frontpage .section5 .image2 {
    text-align: center;
}

.frontpage .section5 .image1 a img {
    width: 100%;
    max-width: 450px;
}

.frontpage .section5 .image2 a img {
    border: solid 3px #000;
    border-radius: 150px;
    width: 100%;
    max-width: 275px;
}
.frontpage .section5 p.desktop-only i.fa-desktop {
	margin-right: 5px;
	font-size:18px;
	vertical-align:middle;
}
.frontpage .section5 p.desktop-only i.fa-mobile {
	margin-top: -5px;
	margin-right: 5px;
	font-size:24px;
	vertical-align:middle;
}
.frontpage .section5 p.desktop-only i.fa-tablet {
	margin-top: -5px;
	margin-right: 5px;
	font-size:24px;
	vertical-align:middle;
}
.frontpage .section5 p.mobile-only i.fa-external-link {
	font-size:20px;
	margin-right: 5px;
	vertical-align:middle;
}
.frontpage .section5  ._button-border {
	padding: 8px 12px;
	border-radius: 5px;
	border: 1px solid #333;
	text-decoration: none;
	color: rgb(0, 0, 0);
	margin-right: 10px;
}

@media screen and (min-width: 700px) {

    .frontpage .section5 .text1,
    .frontpage .section5 .text2 {
        float: left;
        width: 47%;
    }

    .frontpage .section5 .text2 h3 {
        margin-top: 0;
    }

    .frontpage .section5 .text1,
    .frontpage .section5 .image1 {
        margin-bottom: 50px;
    }

    .frontpage .section5 .image1,
    .frontpage .section5 .image2 {
        float: right;
        width: 47%;
    }

    .frontpage .section5 .image2 a img {
        margin-right: 47px;
    }
		.mobile-only {
			display: none;
		}

}

@media screen and (max-width: 699px) {

    .frontpage .section5 .image1,
    .frontpage .section5 .image2 {
        margin-top: 30px;
    }

    .frontpage .section5 .image1 a,
    .frontpage .section5 .image2 a {
        cursor: default;
    }

    .frontpage .section5 .image1 a img,
    .frontpage .section5 .image2 a img {
        width: 90%;
    }
		.desktop-only {
			display: none;
		}

}

@media screen and (max-width: 899px) {
	.demolink-tablet {
		display: none;
	}
}

/* -------------------- Section 6 -------------------- */

.frontpage .section6 .parallax-back {
	background-image: url('/static/images/frontpage/tickets-background-blu.jpg');
}


/* -------------------- Section 7 -------------------- */

.frontpage .section7 .text1 h3,
.frontpage .section7 .text2 h3 {
    margin-top: 0;
}

.frontpage .section7 .team {
    margin: 0 auto;
    max-width: 970px;
}

.frontpage .section7 .team ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 25px 0;
	list-style: none;
	padding: 0;
	overflow: hidden;
}

.frontpage .section7 .team ol li {
    float: left;
    overflow: hidden;
    margin: 20px 21px;
	min-height: 200px;
	width: 280px;
}

.frontpage .section7 .team ol li figure .name {
    margin-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
    text-align: center;
}

.frontpage .section7 .team ol li figure {
	margin: 0;
	padding: 0;
}

.frontpage .section7 .team ol li figure .image {
    position: relative;
	display: block;
	height: 230px;
	overflow: hidden;
}

.frontpage .section7 .team ol li figure .image img {
    position: absolute;
    left: 50%;
    margin-left: -115px;
}

.frontpage .section7 .team ol li figure .image .fa {
    position: absolute;
    color: #FFF;
    font-size: 18px;
    bottom: 5px;
    text-decoration: none;
}

.frontpage .section7 .team ol li figure .image .mail {
    right: 30px;
}

.frontpage .section7 .team ol li figure .image .phone {
    right: 60px;
}

.frontpage .section7 .team ol li.boris figure .image img {
	top: -0px;
}

.frontpage .section7 .team ol li.dj figure .image img {
	top: -230px;
}

.frontpage .section7 .team ol li.michael figure .image img {
	top: -460px;
}

.frontpage .section7 .team ol li.obdiah figure .image img {
	top: -690px;
}

.frontpage .section7 .team ol li.rik figure .image img {
	top: -920px;
}

.frontpage .section7 .team ol li.twan figure .image img {
	top: -1150px;
}

.frontpage .section7 .team ol li figure figcaption {
	display: block;
    box-sizing: border-box;
    text-align: center;
}

.frontpage .section7 .team ol li figure figcaption span {
	display: block;
}

.frontpage .section7 .team ol li figure figcaption span.function {
	font-size: 14px;
    font-style: italic;
    margin-bottom: 5px;
}

.frontpage .section7 .team ol li figure figcaption .mail,
.frontpage .section7 .team ol li figure figcaption .phone {
    font-size: 16px;
    color: black;
    text-decoration: none;
}

.frontpage .section7 .team ol li figure figcaption .phone {
    margin-left: 10px;
}

@media screen and (min-width: 700px) {

    .frontpage .section7 .text1 {
        float: left;
        width: 47%;
    }

    .frontpage .section7 .text2 {
        float: right;
        width: 47%;
    }

}

@media screen and (max-width: 999px) {

    .frontpage .section7 .team {
        width: 645px;
    }

}

@media screen and (max-width: 699px) {

    .frontpage .section7 .team {
        width: 320px;
    }

    .frontpage .section7 .team ol li {
        margin: 15px 0;
    }

}

/* -------------------- Section 8 -------------------- */

.frontpage .section8 {
	background-image: url('/static/images/base/header-background-blu.jpg');
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.frontpage .section8,
.frontpage .section8 h3 {
    color: white;
}

.frontpage .section8 .recap h3 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 35px;
}

.frontpage .section8 .recap ul {
    padding: 0;
    margin: 25px 0;
    list-style: none;
}

.frontpage .section8 .recap ul li {
    display: block;
    position: relative;
    margin-bottom: 25px;
}

.frontpage .section8 .recap ul li .fa {
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    margin-right: 10px;
    text-align: center;
    font-size: 22px;
}

.frontpage .section8 .recap ul li .label {
    display: block;
    padding-left: 40px;
    font-size: 16px;
    font-weight: 600;
}

.frontpage .section8 .sign-up-or-contact .sign-up,
.frontpage .section8 .sign-up-or-contact .or {
    text-align: center;
}

.frontpage .section8 .sign-up-or-contact .sign-up a {
    padding-right: 12px;
}

.frontpage .section8 .sign-up-or-contact .sign-up a i {
    margin: 3px 0 0 5px;
}

.frontpage .section8 .sign-up-or-contact .or {
    margin: 20px 0;
    font-size: 22px;
    font-style: italic;
}

.frontpage .section8 .sign-up-or-contact .contact {
    margin: 0 auto;
}

.frontpage .section8 .sign-up-or-contact .contact .name-email .name input,
.frontpage .section8 .sign-up-or-contact .contact .name-email .email input,
.frontpage .section8 .sign-up-or-contact .contact .message textarea {
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    padding: 5px;
    border-radius: 7px;
    border: 2px solid #096182;
}

.frontpage .section8 .sign-up-or-contact .contact .name-email .name,
.frontpage .section8 .sign-up-or-contact .contact .name-email .email,
.frontpage .section8 .sign-up-or-contact .contact .message {
    margin: 5px;
}

.frontpage .section8 .sign-up-or-contact .contact .name-email .name input,
.frontpage .section8 .sign-up-or-contact .contact .name-email .email input {
    height: 50px;
}

.frontpage .section8 .sign-up-or-contact .contact .message textarea {
    margin: 0;
    width: 100%;
    height: 150px;
}

.frontpage .section8 .sign-up-or-contact .contact .original-submit-button {
    display: none;
}

.frontpage .section8 .sign-up-or-contact .contact .submit {
    margin: 5px;
}

.frontpage .section8 .sign-up-or-contact .contact .submit .submit-button {
    width: 100%;
}

@media screen and (min-width: 450px) and (max-width: 699px), screen and (min-width: 850px) {

    .frontpage .section8 .sign-up-or-contact .contact .name-email {
        display: flex;
        justify-content: space-between;
    }

    .frontpage .section8 .sign-up-or-contact .contact .name-email .name,
    .frontpage .section8 .sign-up-or-contact .contact .name-email .email,
    .frontpage .section8 .sign-up-or-contact .contact .message {
        flex-grow: 1;
    }

}

@media screen and (min-width: 700px) {

    .frontpage .section8 .content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .frontpage .section8 .recap-container {
        float: left;
        width: 50%;
    }

    .frontpage .section8 .sign-up-or-contact {
        float: right;
        width: 44%;
    }

}

@media screen and (max-width: 699px) {

    .frontpage .section8 .recap-container {
        text-align: center;
    }

    .frontpage .section8 .recap {
        display: inline-block;
        text-align: left;
    }

    .frontpage .section8 .sign-up-or-contact {
        margin-top: 30px;
    }

}
