@font-face {
	font-family: 'MetaPlus';
	src: url('../fonts/MetaPlus.woff2') format('woff2'),
		url('../fonts/MetaPlus.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Amasis MT Std';
	src: url('../fonts/AmasisMTStd-Black.woff2') format('woff2'),
		url('../fonts/AmasisMTStd-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

* {
	border-radius: 0 !important;
	font-family: "Amasis MT Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	box-sizing: border-box;
	outline: 0;
}

.wow {
  visibility: hidden;
}

h1,
h2,
h3,
h4 {
	font-family: "Amasis MT Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

strong,
label,
input,
	{
	font-family: "Amasis MT Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 70%;
}

img {
	max-width: 100%;
}

body {
	min-height: 100vh;
	background-color: #cf152d;
	color: white;
	background-size: 100%, cover !important;
	background-image: url('../img/bg-pattern2.svg'), url('../img/bg-pringles.jpg');
	background-position: left top, center center;
	background-repeat: repeat, no-repeat;
}

.y-middle {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: row;
	-webkit-flex-direction: row;
}

.overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	z-index: -1;
}

.text-underline {
	text-decoration: underline !important;
}

.text-uppercase {
	text-transform: uppercase;
}


.color-black {
	color: black !important;
}

.color-white {
	color: white !important;
}

.color-red {
	color: #cd152c !important;
}

.color-yellow {
	color: #FFE900 !important;
}

.color-blue-light {
	color: #009ED4 !important;
}

.color-man-red {
	color: #ed1651 !important;
}

.color-partnership {
	color: #8CC747 !important;
}

.color-extramile {
	color: #7C4D99 !important;
}

.color-gettingthingsdone {
	color: #00B5AD !important;
}

.color-joy {
	color: #C42179 !important;
}

.font-light {
	font-family: 'Open Sans';
	font-weight: 300;
	font-style: normal;
}

.font-regular {
	font-family: 'Open Sans';
	font-weight: normal;
	font-style: normal;
}

.font-semibold {
	font-family: 'Open Sans';
	font-weight: 600;
	font-style: normal;
}

.font-bold {
	font-family: "Amasis MT Std", serif;
	font-weight: bold;
	font-style: normal;
}

#winners-list {
	position: absolute;
	left: 970px;
	top: 1800px;
	font-size: 2.5em;
	color: rgba(237, 22, 81, 0.4);
}

#frozen {
	position: absolute;
	left: 70px;
	top: 1800px;
	font-size: 2.5em;
	color: rgba(237, 22, 81, 0.4);
}

.x-lion {
	display: block;
	position: absolute;
	bottom: 150px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 304px;
	background-image: url('../img/xlion-stripe.png');
	background-size: contain;
	background-repeat: no-repeat;
}

#quality {
	clear: both;
	display: block;
	position: absolute;
	bottom: 100px;
	width: 100%;
	color: white;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 50px;
}

#dna {
	display: block;
	position: absolute;
	bottom: -600px;
	left: 10%;
	z-index: -1;
	width: 60%;
	margin-left: 10%;
	height: 1195px;
	background-image: url('../img/dna.png');
	background-size: contain;
	background-repeat: no-repeat;
}

#logo {
	max-width: 100% !important;
	-ms-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

.logo-width {
	width: 15% !important;
}

/*.intro, .modal {
	-ms-transform: skewY(-7deg) !important; 
  	-webkit-transform: skewY(-7deg) !important;
  	transform: skewY(-7deg) !important;
  	font-size: 10em;
}*/

.start-title {
	font-size: 0.6em;
}

.row {
	width: 100%;
	margin: 0;
}

h1 {
	font-size: 60px;
}

.prize h1 {
	font-size: 75px;
}

.prize h1 .color-man-red {
	text-shadow: 0px 0px 20px rgba(35, 58, 73, .5);
	font-size: 100px;
}

h2 {
	font-size: 4em;
	line-height: 1em;
}

h2 small {
	font-size: 0.35em;
	line-height: 0.45em !important;
}

h3 {
	font-size: 2.5em;
}

h4 {
	font-size: 2em;
}

.btn, .btn:hover, .bwx-input {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.btn-pringles.btn-lg {
	padding: 13px 22px 10px 22px !important;
	font-size: 1.8em !important;
}

.btn-pringles,
a.inverse.btn-pringles,
.inverse a.btn-pringles {
	border: 3px solid #FFE900 !important;
	padding: 9px 18px 6px 18px;
	background-color: #FFE900 !important;
	color: #cd152c;
}

.caption .btn-pringles:hover, .caption a.inverse.btn-pringles:hover, .caption .inverse a.btn-pringles:hover {
	border: 3px solid #cd152c !important;
	color: #cd152c;
	background-color: transparent !important;
}

.btn-pringles:hover, a.inverse.btn-pringles:hover, .inverse a.btn-pringles:hover {
	border: 3px solid #FFE900 !important;
	color: #FFE900;
	background-color: transparent !important;
}


.btn.btn-pringles-inverse {
	border: 3px solid #cd152c;
	padding: 9px 18px 6px 18px;
}

.btn-pringles-inverse.btn-lg {
	padding: 13px 22px 10px 22px !important;
	font-size: 1.8em !important;
}

.btn-pringles-inverse,
a.inverse.btn-pringles-inverse,
.inverse a.btn-pringles-inverse {
	background-color: #cd152c;
	color: #FFE900;
}

.btn-pringles-inverse:hover,
a.inverse.btn-pringles-inverse:hover,
.inverse a.btn-pringles-inverse:hover {
	color: #cd152c;
	background-color: transparent;
}

.lbl-pringles {
	position: relative;
	padding: 20px;
}

.lbl-pringles img {
	position: absolute;
	top: -20px;
	left: -20px;
	max-width: calc(100% + 40px);
	z-index: -1;
}

.lbl-pringles p {
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotate(1.5deg);
	-ms-transform: rotate(1.5deg);
	transform: rotate(1.5deg);
	color: black;
}

.thumbnail .caption {
	padding: 25px 25px 40px 25px;
}

.pointer {
	position: absolute;
	background-image: url('../img/pointer.png');
	width: 100px;
	height: 100px;
	display: block;
	z-index: 999;
	top: 0;
}

a:active,
a:visited,
a:focus,
button:active,
button:visited,
button:focus,
input[type="submit"]:active,
input[type="submit"]:visited,
input[type="submit"]:focus {
	background-image: none !important;
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}


.wheelborder {
	width: 900px;
	height: 900px;
	border-radius: 50% !important;
	display: block;
	border: 120px solid #171F27;
	z-index: -1;
	position: absolute;
}

.btn-success {
	background: #84BD00 !important;
	border-color: #84BD00 !important;
}

#submit-placeholder {
	width: 100%;
	position: relative;
	margin-top: 50px;
}

/*.submit-placeholder-pull {
	margin-top: 100px !important;
}
*/

.radioLeft input {
	text-align: left;
	display: inline;
}

.check-text {
	font-size: 40px !important;
}

.p-voorwaarden {
	padding-top: 16px;
}

.optin-placeholder span {
	font-size: 30px;
}

.optin-placeholder-text {
	display: inline-block;
	position: absolute;
	margin-top: 7px;
	margin-left: 20px;
	font-size: 21px !important;
}

.lead {
	font-size: 2em;
	line-height: 1.3em;
}


.bwx-input, select {
	padding: 35px 25px !important;
	border: none !important;
	outline: 0 !important;
	border: 3px solid #D9D8D8 !important;
	background-color: #D9D8D8;
}

.select2 {
	margin-bottom: 15px;
}

.bwx-input:active, .bwx-input:focus {
	outline: none !important;
	border: 3px solid #D9D8D8 !important;
	background-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}



.bwx-form-error {
	background: #FF4040;
	border: 1px solid #FF4040;
	color: white;
}

.bwx-form-error:active, .bwx-form-error:focus {
	border: 3px solid #FF4040 !important;
	color: black !important;
}

.input-small {
	padding: 0px !important;
}

#mlkeyboard {
	top: 750px !important;
}

/*.likes, .like-title, .like-buttons, .form-transform, .intro, .modal, .prize {
	-ms-transform: skewY(-7deg) !important; 
  	-webkit-transform: skewY(-7deg) !important;
  	transform: skewY(-7deg) !important;
}*/

.digit {
	padding: 0 10px;
}

a {
	border: none !important;
}

/*.modal-footer {
	height: 170px;
}*/

/*.modal-footer .btn-block {
	font-size: 0.5em !important;
	padding: 20px !important;
	height: 100% !important;
}
*/
#highscores .container-full .row:nth-of-type(2) {
	padding-top: 30px;
}

#highscores .container-full .row:nth-of-type(1) {
	margin-bottom: 25px;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin-top: 50px;
	margin-left: 25%;
	width: 50%;
}

.modal-body {
	font-size: 17px;
	max-height: 500px;
	overflow-y: scroll;
	padding: 20px 20px;
	color: black !important;
	text-transform: uppercase;
	text-align: justify;
}

/* BRIEFING */

.delay-05 {
	-webkit-animation-delay: 0.5s;
}

.delay-1 {
	-webkit-animation-delay: 1s;
}

.delay-15 {
	-webkit-animation-delay: 1.5s;
}

.delay-2 {
	-webkit-animation-delay: 2s;
}

.delay-25 {
	-webkit-animation-delay: 2.5s;
}

.delay-3 {
	-webkit-animation-delay: 3s;
}

.delay-35 {
	-webkit-animation-delay: 3.5s;
}

.delay-4 {
	-webkit-animation-delay: 4s;
}

/* GAME */

#bigtimer {
	width: 680px;
	min-height: 680px;
	position: absolute;
	z-index: 999;
	background: white;
	text-align: center;
	color: red;
	font-size: 250px;
	padding-top: 20%;
}

.highscore {
	color: black;
	font-weight: bold;
	font-size: 25px;
}

#highscores .table {
	background-color: white;
	color: black;
}

.table-borderless * {
	border: 0px !important;
}

.table tr:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.table>tbody>tr>td {
	vertical-align: middle;
	padding: 20px 25px 15px 25px;
}

.my-score {
	background: #FFE900;
}

.my-score #score,
.my-score #name {
	color: black;
}

#ranking {
	color: #cd152c;

}

#ranking>div {}

#game-logo {
	position: absolute;
	top: 40px;
	left: 40px;
}

#close-button {
	position: absolute;
	right: 40px;
	top: 40px;
	z-index: 999;
}

#timer {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	display: block;
	text-align: center;
	font-size: 8em;
	top: 30px;
	margin-top: 0;
}

#countDownContainer {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -35%);
	width: auto;
	display: block;
	text-align: center;
	top: 35%;
}

#countDown {
	font-size: 8em;
}

#scoreCounter {
	position: absolute;
	right: 121px;
	text-align: right;
	top: 40px;
	padding: 20px;
	background-color: white;
	color: black;
	margin-top: 0;
}

#scoreCounterFinal {
	text-align: center;
	display: block;
	width: fit-content;
	margin: 20px auto 0 auto;
	padding: 20px;
	background-color: white;
	color: black;
}

#score {
	text-align: right;
}

#name {
	text-align: left;
}

canvas {
	margin-top: 0 !important;
	margin-left: 0 !important;
	display: block;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

/* padding */
.p-a-0 {
	padding: 0 !important;
}

.p-a-xs {
	padding: 12px !important;
}

.p-t-0 {
	padding-top: 0 !important;
}

.p-r-0 {
	padding-right: 0 !important;
}

.p-b-0 {
	padding-bottom: 0 !important;
}

.p-b-sm {
	padding-bottom: 10px !important;
}

.p-l-0 {
	padding-left: 0 !important;
}

.p-x-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.p-y-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.p-a {
	padding: 30px !important;
}

.p-t {
	padding-top: 30px !important;
}

.p-r {
	padding-right: 30px !important;
}

.p-b {
	padding-bottom: 30px !important;
}

.p-l {
	padding-left: 30px !important;
}

.p-x {
	padding-right: 30px !important;
	padding-left: 30px !important;
}

.p-y {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.p-a-md {
	padding: 60px !important;
}

.p-t-md {
	padding-top: 60px !important;
}

.p-r-md {
	padding-right: 60px !important;
}

.p-b-md {
	padding-bottom: 60px !important;
}

.p-l-md {
	padding-left: 60px !important;
}

.p-x-md {
	padding-right: 60px !important;
	padding-left: 60px !important;
}

.p-y-md {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.p-a-lg {
	padding: 120px !important;
}

.p-t-lg {
	padding-top: 120px !important;
}

.p-t-xlg {
	padding-top: 160px !important;
}

.p-r-lg {
	padding-right: 120px !important;
}

.p-b-lg {
	padding-bottom: 120px !important;
}

.p-l-lg {
	padding-left: 120px !important;
}

.p-x-lg {
	padding-right: 120px !important;
	padding-left: 120px !important;
}

.p-y-lg {
	padding-top: 120px !important;
	padding-bottom: 120px !important;
}

/* margin */
.m-a-0 {
	margin: 0 !important;
}

.m-t-0 {
	margin-top: 0 !important;
}

.m-r-0 {
	margin-right: 0 !important;
}

.m-b-0 {
	margin-bottom: 0 !important;
}

.m-l-0 {
	margin-left: 0 !important;
}

.m-x-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.m-y-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.m-a {
	margin: 10px !important;
}

.m-t {
	margin-top: 10px !important;
}

.m-r {
	margin-right: 10px !important;
}

.m-b {
	margin-bottom: 10px !important;
}

.m-l {
	margin-left: 10px !important;
}

.m-x {
	margin-right: 10px !important;
	margin-left: 10px !important;
}

.m-y {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.m-x-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.m-a-md {
	margin: 25px !important;
}

.m-t-md {
	margin-top: 25px !important;
}

.m-r-md {
	margin-right: 25px !important;
}

.m-b-md {
	margin-bottom: 25px !important;
}

.m-l-md {
	margin-left: 25px !important;
}

.m-x-md {
	margin-right: 25px !important;
	margin-left: 25px !important;
}

.m-y-md {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

.m-a-lg {
	margin: 50px !important;
}

.m-t-lg {
	margin-top: 50px !important;
}

.m-r-lg {
	margin-right: 50px !important;
}

.m-b-lg {
	margin-bottom: 50px !important;
}

.m-l-lg {
	margin-left: 50px !important;
}

.m-x-lg {
	margin-right: 50px !important;
	margin-left: 50px !important;
}

.m-y-lg {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: white !important;
	color: rgb(0, 0, 0) !important;
}

.select2-results__option,
.select2-search__field {
	color: black !important;
}

.select2-selection {
	overflow: hidden !important;
}

.select2-selection__rendered {
	white-space: normal !important;
	word-break: break-all !important;
	padding: 7.5px 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.select2-container .select2-selection--single {
	height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 34px;
}

.fa-ul {
	margin-left: 30px !important;
}

.giftbox {
	position: absolute;
	width: 33.33%;
	right: 75px;
	top: -5%;
}


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

	body {
		overflow: visible !important;
	}

	h1 {
		font-size: 3em !important;
	}

	h2 {
		font-size: 2.6em !important;
	}

	h3 {
		font-size: 1.8em !important;
	}

	.lead {
		font-size: 1.4em !important;
	}

	.bwx-input, select {
		font-size: 1.4em;
		padding: 15px 10px !important;
		border: none !important;
		outline: none !important;
		height: 50px;
	}

	.select2 {
		height: 50px !important;
	}

	.select2-selection {
		font-size: 1.4em;
		border: none !important;
		height: 50px !important;
		background-color: rgba(0, 0, 0, 0.15) !important;
	}

	.btn-pringles {
		padding: 4px 13px 1px 13px !important;
		font-size: 1.4em !important;
	}

	

	#submit-placeholder {
		margin-top: 35px;
	}

	.highscore {
		font-size: 1.3em !important;
	}

	#close-button {
		font-size: 2em !important;
	}

	#timer {
		font-size: 6em !important;
	}
}

@media only screen and (max-width: 991px) {
	.giftbox {
		position: absolute;
		width: 25%;
		right: 25px;
		top: 25px;
	}
} 

@media only screen and (max-width: 767px) {
	.logo-width {
		height: 80px !important;
		width: auto !important;
	}

	.giftbox {
		position: relative;
		width: 66.66%;
		right: 0;
		top: 0;
		display: block;
	}

	#highscores .container-full .row:nth-of-type(2) {
		padding-top: 0px;
	}

	#highscores .container-full .row:nth-of-type(1) {
		margin-bottom: 10px;
	}

	#timer {
		font-size: 5em !important;
		top: 30px !important;
	}

	#scoreCounter {
	    right: 40px !important;
	    text-align: center !important;
	    top: 100px !important;
	    font-size: 1.2em !important;
	    padding: 10px !important;
	}

	#close-button {
		right: 40px !important;
	    top: 40px !important;
	}

	#scoreCounter img {
		height: 25px !important;

	}

	#game-logo {
		left: 40px !important;
	    top: 40px !important;
	}

	#countDownContainer {
		left: 15px;
		width: calc(100% - 30px);
		transform: translate(0, -35%);
	}

	#countDownContainer h3 {
		font-size: 1.2em !important;
	}
}

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

@media only screen and (max-width: 479px) {
	#timer {
		font-size: 4em !important;
		top: 20px !important;
	}

	#scoreCounter {
	    right: 20px !important;
	    text-align: center !important;
	    top: 80px !important;
	    font-size: 1.2em !important;
	    padding: 10px !important;
	}

	#close-button {
		right: 20px !important;
	    top: 20px !important;
	}

	#scoreCounter img {
		height: 25px !important;

	}

	#game-logo {
		left: 20px !important;
	    top: 20px !important;
	}
}

