/********************************	
	Developed by AXA Studios
	The Creative Engine
	http://www.axastudios.com
*********************************/

:root {
    --main-color: #30383B;

    --sub-color: #146f70;
    --light-sub-color: #F5FFFD;
	--hover-color: #085f57;
	
	--grey-color: #9CA3A6;
    --light-color: #F2F5FA;
	--bg-color: #F8F8F8;	
    --yellow-color: #fdd43a;
	
    --border-color: #D7DADB;
	--input-bg: #FFFFFF;
	
    --white-color: #FFFFFF;
	
    --error-color: #FF635C;
    --green-color: #00A51C;
	--light-green-color: #9bc13c;
    --white-alpha: rgba(255,255,255,0.32);
	
/*	--main-gradient: linear-gradient(to bottom, #ffa719 0%, #ebb763 50%, #ffffff 100%);*/	
    
    --input-radius: 11px;
	--border-radius: 7px;
	
    --main-pad: 24px;
    --sm-pad: 16px;
    --xs-pad: 8px;
    --med-pad: 48px;
    --lg-pad: 48px;
    --xl-pad: 96px;
    --main-neg: -24px;
    --lg-neg: -48px;
    
}

/* MAIN STYLES *****************************/

html {
/*	overflow-y: scroll;*/
	margin: 0;
	padding: 0;
	-webkit-user-select: none!important; /* prevent selecting */
	-moz-user-select: none!important; /* prevent selecting */
	user-select: none!important; /* prevent selecting */
	-webkit-user-drag: none!important; /* prevent from being dragged */
}
body {
	padding: 0px;
	margin: 0px;
/*	background: #0D0F14;*/
	background:var(--bg-color);
    font-family: 'proxima-nova', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size:14px;
	line-height: 1.6;
    color: var(--main-color);
	overflow: hidden;
	-webkit-user-select: none!important; /* prevent selecting */
	-moz-user-select: none!important; /* prevent selecting */
	user-select: none!important; /* prevent selecting */
	-webkit-user-drag: none!important; /* prevent from being dragged */
}
	
/* TEXT & LINK STYLES *****************************/

h1, h2, h3, h4, h5, h6 {
	font-family: 'proxima-nova', Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
h1{
	font-size:30px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.2;
}
h2{
	font-size:18px;
	font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.2;
}
h3{
	font-size:16px;
	font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.2;
}
h4{
	font-size:16px;
	font-size:var(--sm-pad);
    font-weight: 700;
    margin-bottom: 4px;
/*    text-transform: uppercase;*/
}

.italic{
	font-style:italic;
}
p{
    margin-bottom: 3rem;
    margin-bottom: 2.4rem;
}
.lead{
    font-weight: 300;
	font-size: 26px;
    margin-bottom: 1.6rem;
    line-height: 1.4;
	color: var(--grey-color);
}
:focus{
	-moz-outline-style:none;
}	
::selection{
	background-color:#333333;
	color:#fff;
}	
::-moz-selection{
	background-color:#333333;
	color:#fff;
}
img{
	max-width: 100%;
}
input:focus, button:focus {
	outline: none; 
}

a{
    color: var(--main-color);
	border: none;
	outline:0;
	-moz-outline-style:none;
}
a:hover, a:focus, a:active, a:visited{
	text-decoration: none;
	color: inherit;
}
a img {
	border: none;
	outline:0;
	-moz-outline-style:none;
}
input.button, .button, .button:visited, .w-btn, .b-btn{
	position: relative;
	cursor: pointer;
	color: var(--white-color);
	line-height: 30px;
	font-size: 14px;
	font-weight: 700;
/*	border: 1px solid var(--sub-color);*/
	border: none;
	border-radius: var(--input-radius);
	outline: none;
	background: none;
	background: var(--sub-color);
	text-align: center;
	text-shadow: 0px 1px 4px #00000029;
	-webkit-transition:0.2s ease all;
    transition:0.2s ease all;
    text-decoration: none;
}
/*
.button:before{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 5px;
	z-index: 1;
	background: linear-gradient(to right, #DDA535 0%, #D65809 100%);
	background: var(--button-gradient);
	opacity: 1;
	-webkit-transition:0.2s ease all;
    transition:0.2s ease all;

}
.button:hover:before{
	opacity: 0;
	-webkit-transition:0.4s ease-out all;
    transition:0.4s ease-out all;
}
.b-btn:before, .w-btn:before, .btn-clean:before, .i-btn:before{
	display: none!important;
}
*/
.button span{
	position: relative;
	z-index: 3;
}
a.button, .button {
    color: var(--white-color);
	display: inline-block;
	text-decoration: none!important;
	padding: 9px 32px 9px 32px;
}
.button:hover, .button:active, .button:focus, .button.o-btn:hover, .button.o-btn:active, .button.o-btn:focus {
    background: var(--hover-color);
    border: 1px solid var(--hover-color);
    border: none;
    box-shadow: none;
}

.banner-btn:hover, .banner-btn:active, .banner-btn:focus{
    background: none;
    color: var(--white-color);
	border: 1px solid rgba(255, 255, 255, 1);  
}
.w-btn, .w-btn:visited {
    display: inline-block;
	text-decoration: none;
	line-height: 28px;
	padding: 9px 32px 9px 32px;
    background: var(--white-color);
    color: var(--main-color);
	border: 1px solid rgba(255, 255, 255, 1);  
	text-shadow:none;
}
.w-btn:hover, .w-btn:active, .w-btn:focus {
	color: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.7);
    background: none;
}
.b-btn, .b-btn:visited, a.b-btn, a.b-btn:visited {
    display: inline-block;
	text-decoration: none;
	line-height: 28px;
	padding: 9px 32px 9px 32px;
    background: none;  
	color: var(--main-color);
	border: 1px solid var(--main-color);  
	text-shadow:none;
}
.b-btn:hover, .b-btn:active, .b-btn:focus, a.b-btn:hover, a.b-btn:active, a.b-btn:focus {
	color: var(--sub-color);
	border: 1px solid var(--sub-color);     
    background: none;
}

.b-btn.w-btn, .b-btn.w-btn:visited, a.b-btn.w-btn, a.b-btn.w-btn:visited {
	color: var(--white-color);
	border: 1px solid var(--white-color);     
}

.btn-clean{
    display: inline-block;
	border: none;
	background: none;
    line-height: 20px;
	font-size: 14px;
	color: var(--sub-color);
	font-weight: 700;
    padding: 10px 40px;
	text-shadow:none;
}
.btn-clean:hover, .btn-clean:active, .btn-clean:focus{
	color: var(--hover-color);
	border: none;
	background: none;

}
.btn-clean.clean-light{
    color:rgba(14,31,59,0.25);
}

.button.b-btn i{
	width: 22px;
	height: 22px;
	font-size: 18px;
	margin-right: 4px;
}

.button.i-btn{
	width: 48px;
	padding: 11px 12px;
	font-size: 24px;
}
.i-btn i{
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	vertical-align: top;
}

/*
.button i{
    font-size: 18px;
    float: right;
    margin-left: 16px;
    line-height: 40px;
}
.first-icon{
    display: inline-block;
    float: left;
    margin-right: 16px;
}
.button .first-icon i{
    float: left;
    margin-left: 0;
    font-size: 20px;
}
*/

.txt-link, a.txt-link{
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: var(--sub-color);
    transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
}
.txt-link:hover{
    color: var(--main-color);
    transition:0.4s ease-out all;
	-webkit-transition:0.4s ease-out all;
}

.hidden {
	display: none!important;
}


.button.disabled{
	opacity: 0.48;
	pointer-events: none;
}

/* FORM STYLES *****************************/

.form-wrap{
    position: relative;
}
.form-wrap .row{
    position: relative;
/*    margin-bottom: var(--main-pad);*/
}
.row.form-cols{
    margin-left: -12px;
    margin-right: -12px;
}
.form-group-full .form-group:last-child{
	margin-bottom: 0;
}
.form-col{
}
.form-col{
    position: relative;
    display: block;
    width: 50%;
    padding-right: 12px;
    padding-left: 12px;
}
.form-col-lg{
	width: 66.66%;
	width: 60%;
}
.form-col-sm{
	width: 33.33%;
	width: 40%;
}
.form-col-select{
	width: 30%;
}
.row.form-small-row{
    margin: 0;
    width: 100%;
}
.form-title h3{
    margin: 0;
}
.form-group{
    position: relative;
    display: block;
/*    padding: 0px;*/
    margin-bottom: var(--main-pad);
}
.form-cols .label-inline{
	margin-left: 12px;
}
.form-inline{
	display: flex;
	flex-direction: row;
    margin-left: -12px;
    margin-right: -12px;
}
.form-inline .form-group{
	margin-bottom: 0;
}
.form-inline .form-control{
	width: 100%;
	max-width: 100%;
}
.form-group.form-button-center{
	text-align: center;
}
.form-inline .button{
	width: 100%;
}
.form-control{
    font-size: 14px;
	height: 48px;
	border-radius: var(--input-radius);
    padding: var(--xs-pad) var(--main-pad);
	color: var(--main-color);
	border: 1px solid var(--border-color);
	background: var(--white-color);
	font-weight: 600;
}
.form-control:focus{
	box-shadow: none;
	color: var(--main-color);
	background: var(--white-color);
	border: 1px solid var(--sub-color);
}
.form-title{
    position: relative;
    display: block;
    width: 100%;
    padding-right: var(--main-pad);
    padding-left: var(--main-pad);
    margin-bottom: var(--sm-pad);
}
.form-matd{
	position: relative;
}
.form-group.select-box{
/*    margin-top: 20px;*/
}
h3 + .form-group.select-box{
    margin-top: 20px;
}
.form-matd input, .form-matd textarea{
	padding: 11px 24px 11px 24px;
    line-height: 24px;
	border-radius: 0px;
	border: 0px;
	border-radius: var(--input-radius);
    padding-right: var(--main-pad);
    padding-left: var(--main-pad);
	color: var(--main-color);
	border: 1px solid var(--input-bg);
	background: var(--input-bg);
    box-shadow: none;
}
.form-control::placeholder {
	color: var(--main-color);
	font-weight: 400;
    opacity: 1;
}
.form-matd textarea{
    min-height: 80px;
    min-height: 120px;
}
.form-matd input:focus, .form-matd textarea:focus{
    border: none;
    outline: none;
	background: var(--white-color);
    color:var(--main-color);
	border: 1px solid var(--border-color);
}
/*
.form-matd input.input-error{
    border: 2px solid var(--orange-color);
}
*/

.form-matd .form-control:focus{
    box-shadow: none;
    outline: none;
	background: var(--white-color);
}
.form-matd .form-border{
	position: absolute;
	width: 0;
	height: 2px;
	bottom:-1px;
	bottom:0px;
	left: 50%;
	background: var(--white-color);
	transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
}
input:focus ~ .form-border, textarea:focus ~ .form-border {
	left: 0px;
  	width:100%;
    transition:0.3s ease all;
	-webkit-transition:0.3s ease all;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}
.form-matd label, 
.form-matd input:invalid ~ label,
.form-matd input.input-empty ~ label{
	position:absolute;
	color:var(--white-color);
	font-weight:normal;
	pointer-events:none;
	left:0px;
	top:20px;
    font-size: 14px;
    font-weight: 400;
	transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
}
.form-col input:focus ~ .form-border, .form-col textarea:focus ~ .form-border {
	left: var(--main-pad);
    width:calc(100% - var(--lg-pad));
}
.form-matd.form-col label, .form-matd.form-col input:invalid ~ label {
	left: var(--main-pad)!important;
}
    
.form-matd input:focus ~ label, 
/*.form-matd input:valid ~ label, */
.form-matd input.input-filled ~ label,
.form-matd input:required:valid ~ label, 
.form-matd textarea:focus ~ label, 
.form-matd textarea.input-filled ~ label,
.form-matd textarea:required:valid ~ label {
	top:0px;
	color:var(--white-color);
	font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.form-matd label.error, #reg-check-error{
    position: absolute;
    top: auto!important;
    bottom: -25px;
    font-weight: 400;
    color: #ee0000!important;
    font-size: 10px!important;
    text-transform: uppercase;
}
.form-matd label.error, .form-group .error-text, .select-box .error-text, .checkbox .error-text, .form-captcha .error-text{
    position: absolute;
    top: auto!important;
    bottom: -18px;
    font-weight: 400;
    color: #ee0000!important;
    font-size: 12px!important;
	line-height: 20px;
/*	padding-left: var(--main-pad);*/
}

.survey-question .error-text {
	position: absolute;
    top: auto!important;
    bottom: 4px;
    font-weight: 400;
    color: #ee0000!important;
    font-size: 12px!important;
	line-height: 20px;
}
/* .survey-question.multiple-choice .error-text {
	bottom: 0;
} */

.form-cols-inline .error-text{
    position: absolute;
    top: auto!important;
    bottom: 0px;
	left: 12px;
    font-weight: 400;
    color: #ee0000!important;
    font-size: 12px!important;
	line-height: 20px;	
}
.form-view-only{
	text-align: center;
	font-weight: 700;
	color: var(--grey-color);
}
.checkbox .error-text{
    bottom: -4px;
    bottom: -16px;
	left: 36px;
}
#newsletter-wrapper .checkbox .error-text {
	bottom: -32px;
}
.label-inline{
    display: block;
    width: 100%;
    font-weight: 700;
    margin-bottom: 4px;
}
.label-inline span{
	position: relative;
}

#start-postcode-error.error-text{
	overflow: hidden;
    white-space: nowrap;
}
.form-captcha .error-text{
    
}
.form-control:disabled, .form-control[readonly], .form-control:disabled:focus, .form-control[readonly]:focus {
    background: #FFFFFF;
	border: 1px solid var(--border-color);
/*	text-align: center;*/
	font-weight: 700;
    opacity: 1;
	cursor: default;
}
input[type=date].form-control{
	line-height: 28px;
}

.form-group-lg{
	margin-bottom: 32px;
}
.form-group-lg .form-col{
	margin-bottom: 0;
}
.form-code-input{
	display: flex;
	margin-left: -8px;
	margin-right: -8px;
}
.form-code-input .form-input-sm{
	width: 16.6666%;
    font-size: 32px;
	height: 72px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 7px;
    padding: var(--sm-pad) var(--xs-pad);
    margin: 0 var(--xs-pad);
	color: var(--main-color);
	border: 1px solid var(--border-color);
	background: var(--white-color);
	font-weight: 600;
}
.form-input-sm::placeholder {
	color: var(--border-color);
    opacity: 1;
}
.form-code-input .form-input-sm.filled{
	border: 1px solid var(--border-color);
}
.form-code-input .form-input-sm:focus{
	box-shadow: none;
	color: var(--main-color);
	background: var(--white-color);
	border: 1px solid var(--sub-color);
}
#game-start-code-error.error-text{
	width: 100%;
	text-align: center;
	bottom: -24px;
	padding-left: 0;
}

.form-group:after,
.form-cols-inline .label-inline span:after{
/*.form-cols-inline:after{*/
    content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	display: none;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	right: 16px;
	top: 12px;
	width: 24px;
	height: 24px;
	font-size: 16px;
	font-weight: 300;
	background: var(--white-color);
	color: var(--sub-color);
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2 ease;
}
.form-cols-inline .label-inline span:after{
	right: -32px;
	top: 0px;
	height: 22px;
}
.form-group.is-valid:after,
.form-cols-inline.is-valid .label-inline span:after{
	display: flex;
	opacity: 1;
}
.form-btm{
    margin-top: 10px;
}

.form-btns{
    text-align: center;
}
.form-btns .button{
	min-width: 50%;
	width: 100%;
}
.form-btns.form-btns-inline .button{
	width: initial;
}
.form-btns .button + .button{
	margin-top: 16px;
}
.form-btn{
    margin-bottom: 0;
}
#modal-code-start .form-btns{
    margin-top: 48px;
}

.form-group.form-checkbox{
	margin-bottom: 16px;
}

.ch-btn{
	position: relative;
	display: inline-block;
	display: block;
	vertical-align: middle;
/*    height: 40px;*/
	line-height: 24px;
/*
    padding-top: 8px;
    padding-bottom: 8px;
*/
}
.ch-btn input[type="checkbox"]{
    position: absolute;
    left: 49%;
	visibility: hidden;
    height: 1px;
    z-index: 0;
}
.ch-btn label{
	position: relative;
	display: block;
    font-size: 12px;
    font-weight: 400;
	color: var(--main-color);
	padding-left: 36px;
    line-height: var(--main-pad);
    z-index: 1;
}
.ch-btn label span{
	position: absolute;
	display: block;
	height: var(--main-pad);
	width:var(--main-pad);
	top: 0px;
	left: 0px;
    border: 1px solid var(--border-color);
	border-radius: 3px;
	z-index: 1;
	text-align: center;
	font-size: 16px;
    color: var(--sub-color);
	background: var(--white-color);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.ch-btn label:hover span{
	cursor: pointer;
}
.ch-btn label:hover span i{
	opacity: 0;
}
.ch-btn input[type="checkbox"]:checked + label span{
	color: var(--white-color);
    background: var(--sub-color);
    border: 1px solid var(--sub-color);
}
.ch-btn label i{
	display: none;
	height: var(--main-pad);
	line-height: 22px;
/*	font-weight: 400;*/
}
.ch-btn label:hover i, .ch-btn input[type="checkbox"]:checked + label i{
	display: block;
	opacity: 1;
}
.ch-btn a{
    text-decoration: underline;
	color: var(--main-color);
}
.ch-btn a:hover{
    text-decoration: none;
}
.radio-inline-buttons{
	display: flex;
	flex-wrap: wrap;
}
.radio-buttons-label{
	display: inline-block;
/*	width: 100%;*/
	font-weight: 700;
	margin-right: 24px;
}
.radio-btn{
	position: relative;
	display: flex;
}
.radio-inline{
	position: relative;
	overflow: hidden;
	padding-left: 28px;
	padding-right: 24px;
	margin-bottom: 0;
	cursor: pointer;
}
.radio input, .radio-inline input, .radio-button input{
	position: absolute;
	visibility: hidden;
}
.radio .radio-cir, .radio-inline .radio-cir{
	position: absolute;
	display: block;
	background: #FFFFFF;
	height: 20px;
	width: 20px;
	line-height: 18px;
	left:0px;
	top:0px;
	display: block;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 50%;
	z-index: 2;
	transition: all .2s ease-in-out;
}
.radio .radio-cir i, .radio-inline .radio-cir i{
	font-size: 12px;
	opacity: 0;
}
.radio input[type="radio"]:checked + .radio-cir, .radio-inline input[type="radio"]:checked + .radio-cir{
	color: var(--white-color);
	background: var(--sub-color);
	border:1px solid var(--sub-color);
}
.radio input[type="radio"]:checked + .radio-cir i, .radio-inline input[type="radio"]:checked + .radio-cir i{
	opacity: 1;	
}

.radio-btn-big{
	position: relative;
	display: flex;
	margin-bottom: 4px;
}
.radio-button{
	overflow: hidden;
	cursor: pointer;
	width: 100%;
	padding:12px 0px;
	line-height: 20px;	
	margin: 0;
	background: transparent;
}
.radio-button .radio-button-bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	border: 1px solid transparent;
	background: transparent;
    border-radius: 7px;
    z-index: 0;
    transition: all .2s ease-in-out;
}
.radio-button:hover .radio-button-bg {
	background: #D7DADB3D;
}
/*
.question-multiple-choice .radio-btn-big:nth-child(even) .radio-button .radio-button-bg {
	background: #D7DADB3D;
}
*/
.radio-button .radio-cir{
	position: absolute;
	display: block;
	background: #FFFFFF;
	height: 20px;
	width: 20px;
	left:12px;
	top:14px;
	border: 2px solid var(--sub-color);
	border-radius: 50%;
	z-index: 2;
	transition: all .2s ease-in-out;
}
.radio-button .radio-cir:after{
	content: '';
	display: block;
	position: absolute;
	height: 10px;
	width: 10px;
	left:3px;
	top:3px;
	border-radius: 50%;
	background: transparent;
	transition: all .2s ease-in-out;
}
.radio-button-label {
	position: relative;
	display: block;
	line-height: 20px;
	font-size: 16px;
	padding: 2px 24px 2px 48px;
	width: 100%;
	z-index: 2;
}
.radio-button input[type="radio"]:checked + .radio-cir{

}
.radio-button input[type="radio"]:checked + .radio-cir:after{
	background: var(--sub-color);
}
.radio-button input[type=radio]:checked ~ .radio-button-bg {
    border: 1px solid var(--sub-color);
	background: #EBF7F6;
}

.flatpickr-input.form-control:disabled, 
.flatpickr-input.form-control[readonly] {
	cursor: pointer;	
}
.flatpickr-input.form-control:disabled:focus, 
.flatpickr-input.form-control[readonly]:focus {
	border: 1px solid var(--sub-color);
	cursor: pointer;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: var(--sub-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: var(--sub-color);
}
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
    fill: var(--sub-color);
}
.mobile-button{
	display: none;
}


/* HEADER STYLES *****************************/

#header{
	position: fixed;
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	padding: 12px 48px;
	background: none;
	box-shadow: none;
	z-index: 1051;
	z-index: 1060;
}
.logo-main{
	position: absolute;
	top: 20px;
	left: 48px;
}
.logo-main img{
	height: 32px;
	height: 72px;
	width: auto;
}
.logo-dark{
	display: block;
}
.logo-light{
	display: none;
}
.game-play .logo-dark{
	display: none;
}
.game-play .logo-light{
	display: block;
}
.nav-btns{
	display: flex;
	align-self: flex-end;
	margin-left: auto;
}
.nav-btns .button{
	margin-left: 24px;
}
.mobile-menu{
/*	display: none;*/
}
/*
.mobile-menu .btn-clean{
	color: var(--main-color);	
	background: rgba(0,0,0,0.32);	
	color: var(--white-color); 
	padding: 8px 16px;
	border-radius: 20px;
	line-height: 24px;
	height: 40px;
}
*/

.mobile-menu .btn-clean{	
	background: var(--white-color); 	
	color: var(--main-color); 
	padding: 11px 20px 11px 24px;
	border-radius: 11px;
	line-height: 24px;
	height: 48px;	
    border: 1px solid var(--border-color);
}
.mobile-menu .btn-clean:hover{	
	border: 1px solid var(--sub-color);
	color: var(--sub-color); 
}

/*
.mobile-menu .btn-clean span{
	font-weight: 400;
	line-height: 24px;
	vertical-align: top;
}
*/
.mobile-menu .btn-clean span{
	font-weight: 700;
	line-height: 24px;
	vertical-align: initial;
}
.mobile-menu .btn-clean i{
	width: 24px;
	height: 24px;
	font-size: 16px;
	line-height: 24px;
	margin-left: 4px;
}

#header .dropdown-menu{
/*
	left:initial!important;
	right:-40px!important;
*/
	right:initial!important;
	left:-40px!important;
	border: none; 
	border-radius: 11px;
	padding: 12px 24px 12px 12px;
	overflow: hidden;
	overflow: initial;
	margin: 0;
	margin-top: 20px;
	box-shadow: 0px 7px 16px rgba(0,0,0,0.3);
	opacity: 0;
}
#header .dropdown-menu.show{
	-webkit-animation: opac-in-animate 0.4s ease-out forwards;
	animation: opac-in-animate 0.4s ease-out forwards;
}

#header .dropdown-menu:before{	
	display: flex;
	position: absolute;
	flex-direction: column;
	justify-content: flex-end;
	right: 44px;
	top: -16px;
	width: 24px;
	height: 24px;
	color: #FFFFFF;
	content: "\f2ec";
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	z-index: 0;	
	text-shadow: 0px -2px 3px rgba(0,0,0,0.12);
}
.dropdown-item {
    display: block;
    width: 100%;
    padding:0px;
	line-height: 48px;
    clear: both;
    font-weight: 400;
    color: var(--main-color); 
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item i{
	display: inline-block;
	width: 48px;
	height: 48px;
	text-align: center;
	font-size: 16px;
	line-height: 48px;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: var(--sub-color);
	background: none;
}
.dropdown-item.active, .dropdown-item:active{
	color: var(--sub-color);
	background: none;
}
.header-buttons{
	position: relative;
	display: block;
	opacity: 1;
}
.header-buttons .open-highscore{
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.16);	
}
/*
body:not(.start-game) .header-buttons{
	opacity: 1;
}
*/
.hide-buttons.header-buttons{
	display: none;
	opacity: 0;
}

/* WRAPPER STYLES *****************************/

#outer-wrapper{
	position: relative;
	min-height: 100vh;
	background: var(--bg-color); 
/*
	background: url(../images/background-main.jpg) top center no-repeat;
	background-size: cover;
*/
}
/*
#outer-wrapper img{
	display: block;
	max-width: 100%;
}
*/
/*
#bg-wrapper {
    position: fixed;
	content:'';
	display: none;
	opacity: 0;
	width:100%;
	height:100%;
	z-index: 10;
    background: rgba(10,34,41,0.9);
    background: rgba(10,34,41,1);
}
.menu-open #bg-wrapper{
    display: block;
    opacity: 1;
    -webkit-animation: opac-in-animate 0.5s ease-out forwards;
	animation: opac-in-animate 0.5s ease-out forwards;
}
.menu-ani #bg-wrapper {
    display: block;
	opacity: 1;
    -webkit-animation: opac-out-animate 0.3s ease-in forwards;
	animation: opac-out-animate 0.3s ease-in forwards;
}
*/

.main-container{
	position: relative;
	display: block;
	min-height: 100vh;
	z-index: 2;
}

#content-wrapper{
    position: relative;
	display: block;
	text-align: center;
    z-index: 2;
	padding-top: 25%;
	padding-bottom: 10%;
	
	/* opacity: 0; */
}
.animate #content-wrapper{
    -webkit-animation: opac-in-animate 0.5s ease-in forwards;
	animation: opac-in-animate 0.5s ease-in forwards;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

/* CONTENT STYLES *****************************/


#snow-wrapper{
	position: absolute;
    display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: -1;
	background: url(../images/winter-pinball-background.jpg) top center no-repeat;
	background-size: cover;
}

.disclaimer-text{
	text-align: center;
	color:var(--grey-color);
	font-size: 12px;
	font-weight: 300;
}

/* GAME STYLES *****************************/

.slot-machine-lights{
	position: absolute;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.lights-1{
	position: absolute;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
}
.lights-2{
	position: absolute;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
}
.slot-win .lights-1{
	animation: lights-animate 0.4s linear infinite;
}
.slot-win .lights-2{
	animation: lights-animate 0.4s linear infinite;
	animation-delay: 0.2s;
}

.slot-machine-wrapper{
	position: absolute;
	display: block;
	top: 12%;
	left: 0;
	width: 100%;
	height: 100%;
}
#root{
	position: absolute;
	display: block;
	left: 22%;
	top: 22%;
	width: 56%;
	height: 56%;
	max-height: 56%;
	background: #FFFFFF;
}
#root:before{
	content: '';
	position: absolute;
	display: block;
	left: 100%;
	top: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}

#root .App{
	position: relative;
	display: block;
	min-height: 22vh;
}
#root .App canvas{
	position: relative;
	overflow: hidden;
	background: #FFFFFF;
	z-index: 6;
}
#root .App > div{
	overflow: hidden;
}
#root .App > div.slot-button-wrapper{
	overflow: initial;	
}
.slot-button-wrapper{
    position: absolute;
	width: 100%;
    bottom:-32%;
    left:0%;
	text-align: center;
	z-index: 11;
}

.playbutton {
	position: relative;
	padding: 0;
	border: none;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	background: url(../images/play-btn-bg.png) center no-repeat;
	background-size: contain;
/*	-webkit-filter: blur(0px); */
	border: none;
	box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.4);
    z-index: 3;
}
.playbutton img{
	position: relative;
	width: 100%;
	-webkit-backface-visibility: hidden; 
    -webkit-transform: translateZ(0); 
    transform: translateZ(0);
}
.playbutton {
	animation: heartBeat 2.0s linear infinite;	
}
.playbutton:hover {
	animation: none;
	transform: scale(1);
	transition: all 0.2s;
}
.playbutton.disabled {
	cursor: default;
	animation: none;
}

/*.playbutton img {	*/
.playbutton.disabled img {
	transform: scale(1);
	transition: all 0.2s;	
	animation: rotate-animate 10.0s linear infinite;	
}
#spins-left{
	position: absolute;
	top: 0;
	top: calc(50% - 20px);
	left: 0;
	width: 100%;
	height: 100%;
	height: 40px;
	line-height: 40px;
	vertical-align: top;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	font-size: 27px;
	font-weight: 800;
	color: #FFFFFF;
	-webkit-backface-visibility: hidden; 
	transform: scale(1);
	text-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}


/* PRIZES MODAL *****************************/

.prizes{
	position: relative;
	display: block;
}
.prize-line{
	display: flex;
/*	margin-bottom: 24px;*/
	margin-bottom: 8px;
}
.slot-icon{
	display: block;
	width: 12%;
	padding: 0 8px;
	padding-top: 4px;
}
.slot-icon span{
	display: block;
	vertical-align: top;
	border: 1px solid var(--border-color);
	border-radius: 5px;
	background: var(--light-color);
}
.slot-icon img{
	max-width: 100%;
	-webkit-backface-visibility: hidden; 
	transform: scale(1);
}
/*
.prize-amount{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: var(--sub-color);
}
*/
.prize-amount{
    width: 12%;
    display: flex;
    font-weight: 700;
	line-height: 1.4;
}
/*
.prize-name{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 64%;
	padding: 0 8px;	
	line-height: 1.4;
	padding: 16px;
	border-radius: 5px;
	background: var(--white-alpha);
}
*/
.prize-name{
	display: flex;
	width: 64%;
	padding: 0 8px;	
	line-height: 1.4;
}
.prize-name span{
	display: block;
	font-weight: 700;
}
#modal-prizes p{
	text-align: left;
}


/* CONTACT MODAL *****************************/

.captcha-wrap{
	position: relative;
    display: inline-block;
	overflow: hidden;
    margin-bottom: -19px;
    margin-bottom: -9px;
/*    margin-top: 10px;*/
}
#captcha-box, #captcha-box-contact{
	position: relative;
    display: inline-block;
	overflow: hidden;
}
#captcha_check, #captcha_check_contact{
    position: absolute;
	margin-left: -99999px;
    margin-top: -999px;
	opacity:0;
    height: 1px;
    width: 1px;
}
.g-recaptcha, .g-recaptcha-contact{
/*
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
	-webkit-transform:scale(0.9);
	transform:scale(0.9);
*/
}


.form-success{
    position: absolute;
    display: none;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    padding: 48px;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
/*
	background: var(--main-gradient);
*/
    border-radius: 11px;
    z-index: 5;
}
.email-sent .form-success{
    display: flex;
}
.form-complete{
    text-align: center;
    font-size: 16px;
    opacity: 0;
}
.email-sent .form-complete, .prize-claimed .form-complete{
    -webkit-animation: opac-in-animate 0.6s ease-out forwards;
	animation: opac-in-animate 0.6s ease-out forwards;
}
.prize-claimed .form-complete p span{
	font-size: 14px;
}
.prize-claimed .win-title {
	display: none;
}

.form-complete h2{
    margin-bottom: 4px;
}
.form-complete-img{
	position: relative;
    display: block;
	text-align: center;
	padding: 0 30%;
    margin: 0px auto 16px auto;
}
.form-complete-img span{
	display: inline-block;
	width: 96px;
	height: 96px;
	padding: 4%;
	border-radius: 50%;
	border: 3px solid var(--green-color);
}
.form-complete-img img{	
	width: 100%;
	height: auto;
}
.form-complete p{
	padding: 0 10%;
/*	color: var(--grey-color);*/
	margin-bottom: var(--main-pad); 
}
.form-complete p span{
	font-weight: 700;
}

.banner-form .modal-footer{
	padding-left: 0;
	padding-right: 0;
}

.prize-claimed .form-success{
    display: flex;
	padding-top: 72px;
}


/* FOOTER *****************************/
	
#footer	{
	position:absolute;
    display: none;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 1052;
}
#modal-code #footer	{
	top: 100%;
	bottom: initial;
}


.start-game #footer	{
	display: block;
}
.footer-main{
    position: relative;
    display: block;
/*	width: 50%;*/
    padding: var(--lg-pad) 0;
    text-align: center;
	font-size: 10px;
	color: var(--main-color);
    z-index: 2;
}
.footer-logo{
	position:relative;
	display: block;
	text-align: center;
    margin-bottom: 8px;
}
.footer-logo a{
    display: block;
    display: inline-block;
	text-align: center;
	opacity: 1;
}
.footer-logo a:hover{
	opacity: 0.48;
}
.footer-logo img{
	height: 16px;
	width: auto;
	display: inline-block;
    vertical-align: top;
}

/*
.footer-nav{
	position: relative;
	display: flex;
	list-style: none;
	text-align: center;
	justify-content: center;
	margin: 0 0 12px 0px;
	padding: 0;
}
.footer-nav li{
	margin: 0;
	padding: 0 12px;
}
*/
.footer-main p{
	opacity: 0.48;
	margin-bottom: 0;
}
.footer-main p a{
	text-decoration: none;
}
.footer-main p a:hover{
	text-decoration: underline;
}

/* MODAL STYLES *****************************/

body.modal-open  {
	padding: 0px!important;
	overflow-y: hidden!important;
	max-height: 100vh;
}
.modal-backdrop {
	background: var(--sub-color);
    background: rgba(0,0,0,0.8);    
}
.modal-backdrop.in {
    opacity: 0.85;
}
.modal-backdrop.show{
    opacity: 0.88;	
}
.start-game .modal-backdrop,
.start-game .modal-backdrop.show{
	background: var(--bg-color); 
	opacity: 1;
}
.modal.modal-static .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal{
	z-index: 9999;
}
.modal-dialog {
    width: 584px;
	min-width: 360px;
	max-width: 95%;
/*    margin: 10% auto 20px auto;*/
	margin: 0 auto;
	display: flex;
	min-height: 100%;
	flex-direction: column;
	justify-content: center;
}
.modal-dialog.modal-large {
	width: 1024px;
	min-width: 640px;
}
.modal-content {
    position: relative;
    background: #FFF;
	background: var(--white-color);
	border: 0px;
    border-radius: 11px;
    outline: 0px none;
    box-shadow: none;
    box-shadow: 0px 24px 48px #0000001F, 0px 4px 12px #0000000A;
	padding: 24px;
}
.modal-content.modal-cols {
	display: flex;
	flex-direction: row;
	padding: 0;
}
.modal-content-main{
	display: flex;
	flex-direction: column;
	padding: 24px;
	width: 50%;
}
.modal-content-image{
	display: flex;
	flex-direction: column;
	width: 50%;
/*	background: #FFFFFF;*/
	border-radius: 0px 11px 11px 0px;
}

.modal-content .close {
	position: absolute;
	right:24px;
	top:24px;
	right:48px;
	top:48px;
	opacity: 1;
	margin: 0px;
	width:24px;
	height:24px;
	padding: 4px;
	line-height:24px;
	text-align: center;
	border: none;
}
.modal-content .close img{
	vertical-align: top;
}
.modal-content .modal-logo .close{
	right:0px;
	top:12px;
	top:-8px;
}

.modal-logo{
	position: relative;
	text-align: center;
	padding: 0 20%;
	margin-top: -24px;
	margin-top: 8px;
	margin-bottom: 24px;
	z-index: 3;
}
.modal-logo-link{
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.modal-logo-link img{
	height: 72px;
	width: auto;
	margin-top: 0px;
}
.modal-content-image .modal-logo{
	margin: 0;
}
.modal-header {
	padding: 24px 48px 24px 24px;
	padding: 24px 24px 24px 24px;
	border: 0px;
}
.modal-title{
	font-size: 20px;
	font-weight: 700;
}
.modal-header{
	text-align: center;
}
.modal-header h2{
	display: block;
	width: 100%;
	margin-bottom: 0px;
	font-size: 30px;
	font-weight: 400;
}
.modal-header h2 span{
	font-weight: 700;
}
.modal-header-icon{
	position: relative;
	text-align: center;
	font-size: 64px;
	color: var(--main-color); 
	margin-bottom: 0px;
}
.modal-header-icon.icon-error{
	color: var(--error-color);
}
.header-icon-notification{
	position: relative;
	display: flex;
	text-align: center;
	justify-content: center;
	padding: 24px 0px;
}
.header-icon-notification div{
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	text-align: center;
	width: 64px;
	height: 64px;
/*	margin: 0 auto 24px auto;*/
}
.header-icon-notification div span{
	position: absolute;
	display: flex;
	top: 0;
	right: -8px;
	width: 24px;
    height: 24px;
    border-radius: 50%;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	background: var(--sub-color); 
	color: var(--white-color); 
}
.modal-icon-check{
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	text-align: center;
	border: 2px solid var(--sub-color); 
	border-radius: 50%;
	width: 80px;
	height: 80px;
	font-size: 40px;
	color: var(--sub-color); 
	margin: 0 auto 24px auto;
}
.win-title{
	position: relative;
	background: url(../images/pinball-confetti.jpg) center center no-repeat;
	background-size: cover;
/*
	margin-left: -24px;
	margin-top: -24px;
	margin-right: -24px;
	border-radius: 11px 11px 0px 0px;
*/
	margin-top: 24px;
	margin: 0;
}
.win-title .modal-logo{
	margin-top: 0;
	margin-bottom: 0px;
}
.modal-content .win-title .modal-logo .close{
	right: 8px;
	top: 8px;
}
.win-title .modal-header{
	margin-bottom: var(--main-pad); 
}
.win-title h2{
	color: var(--sub-color); 	
	text-shadow: 0px 1px 4px #00000029;
}
.modal-header p{
	text-align: center;
    margin: 0;
    margin-bottom: var(--main-pad);
}
.modal-body {
	padding: 0px 24px;
}
.modal-content-title{
	line-height: 1.4;
	font-weight: 700;
    margin-bottom: var(--main-pad);	
}
.modal-content-title span{
	font-weight: 700;
}
.modal-body h3{
	font-size: 16px;
	color: var(--main-color);
}
.modal-body h2.extra-margin,
.modal-body h3.extra-margin{
    margin-bottom: 16px;	
}
.modal-body p{
	text-align: center;
    margin: 0;
    margin-bottom: var(--lg-pad);
	color: var(--main-color);
}
.modal-body p.no-margin{
	margin: 0;
}
.modal-body p.small-p{
	margin-bottom: var(--main-pad);
	padding: 0 10%;
	color: var(--grey-color);
}

.modal-center-blk{
	text-align: center;
	margin-bottom: var(--sm-pad);
}
.modal-center-blk p{
    margin-bottom: var(--sm-pad);	
}
.modal-body .form-inline .form-col{
	margin-bottom: var(--sm-pad);
}
.modal-body p span{
	font-weight: 700;
}
.modal-body p a{
	text-decoration: underline;
}
.modal-body p a:hover{
	text-decoration: none;
}
.modal-footer{
	padding: 24px;
	padding-top: 12px;
	border: 0px;
	text-align: left;
}
.modal-footer .b-btn{
	align-self: flex-start;
	margin-right: auto;
}
.modal-footer.modal-footer-buttons{
	margin-left: -12px;
	margin-right: -12px;
}
.modal-footer.modal-footer-buttons .button{
	width: calc(50% - 24px);
	margin: 0 12px;
}
.modal-footer.modal-footer-buttons .button:not(.b-btn){
	padding: 9px 24px 9px 24px;
}
.modal-center-block{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.modal-center-block .modal-body{
	flex:initial;
}

.modal-voucher{
	position: relative;
	margin-left: 15%;
	margin-right: 15%;
	padding: var(--main-pad);
	border-radius: 24px;
	text-align: center;
	color: var(--sub-color);
	margin-bottom: var(--main-pad);
	border: 1px dashed var(--sub-color);
	background: var(--input-bg);
}
.modal-voucher h3{
	font-size: 20px;
	margin-bottom: 4px;
}

.modal-highlight-text{
	text-align: left;
}
.highlight-text-center{
	text-align: center;
}
.modal-highlight-text p{
	text-align: left;
	color: var(--grey-color);
	margin-bottom: 24px;
}
.highlight-text-center{
	text-align: center;
}
.highlight-text-center p{
	color: var(--grey-color);
	margin-bottom: 24px;
}
.modal-info-block{
	position: relative;
	display: block;
	text-align: center;
/*	border: 1px solid var(--border-color);*/
	background: var(--white-alpha);
	border-radius: 7px;
	padding: var(--main-pad);
	margin-bottom: var(--main-pad);
}
.modal-info-block.info-extra-margin{
	margin-top: var(--main-pad);	
}
.modal-info-block p{
	margin-bottom: var(--main-pad);	
}
.modal-info-block .form-group-lg{
	margin-bottom: 0;
}
.modal-info-block-full{
	position: relative;
	display: block;
	text-align: center;
	padding: 0;
	margin: var(--main-pad) 0;
}
.modal-info-block-full .modal-header{
	padding: 0px 0px 8px 0px;
}

.information-check-block{
	display: none;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.show-info-check.information-check-block{
	display: flex;
}
.modal-email-check{
	position: relative;
	margin: 0;
	padding:var(--sm-pad) var(--main-pad);
	border-radius: 11px;
	font-size: 16px;
	text-align: center;
	color: var(--sub-color);
	background: var(--light-sub-color);
	margin-bottom: var(--main-pad);
	border: 1px dashed var(--sub-color);
}

#modal-win .modal-highlight-text .form-control{
	text-align: center;
}

.highscore-reached, .prize-send-to{
	margin-bottom: var(--med-pad);
}
.new-highscore{
	color: var(--green-color); 
}
.new-highscore span{
	font-weight: 700;
}

#modal-code-check{
	padding: var(--main-pad) 0;
/*	padding: 36px 0;*/
	padding: 0;
}
#modal-code-check .modal-body,
#modal-token-verified .modal-body{
	height: 100%;
}

#modal-code-tabs .fade:not(.show) {
    opacity: 0;
	transform:scale(0);
}
#modal-code-tabs .tab-pane{
	min-height: 640px;
	min-height: 720px;
}
#modal-code-tabs .fade {
	transform:scale(1);
    transition: all 0.4s ease-out;
}

#modal-game-end .modal-body{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
#modal-game-end .modal-body p a{
	font-weight: 600;
	text-decoration: underline;
}
#modal-game-end .modal-body p a:hover{
	text-decoration: none;
}

#win-store{
/*	font-weight: 700;*/
}
#win-store-address{
	display: block;
}

#modal-won,
#modal-lost,
#modal-bonus,
#modal-information,
#modal-survey{
	background: rgba(48, 56, 59, 0.88);
}
#modal-information .fade:not(.show) {
    opacity: 0;
}
#modal-information .fade {
    transition: all 0.4s ease-out;
}
#modal-information .modal-logo{
	margin-bottom: 0px;
}
#modal-information .modal-logo-link img{
	height: 96px;
}

.modal-info-tabs{
	margin-left: -24px;
	margin-right: -24px;
	padding-top: var(--main-pad); 
}
.modal-info-tabs p{
	margin-bottom: var(--main-pad);
}
.modal-info-tabs .tab-pane ul{
	padding-left: 18px;
}
.modal-info-tabs .tab-pane a{
	text-decoration: underline;
}
.modal-info-tabs .tab-pane a:hover{
	text-decoration: none;
}
.modal-info-tabs .nav-tabs{
	padding: 0 var(--main-pad); 
	border-bottom: 1px solid var(--border-color); 
}
.modal-info-tabs .nav-tabs .nav-link{
	margin: 0 var(--main-pad);
	padding: var(--xs-pad) 0;
	font-size: 26px;
	font-weight: 700;
	background: none;
	color: var(--text-color);  
	opacity: 0.32;
	border: none;
	border-bottom: 3px solid transparent; 
	margin-bottom: -1px;
}
.modal-info-tabs .nav-tabs .nav-link:focus, .modal-info-tabs .nav-tabs .nav-link:hover{
	background: none;
	border: none;
	opacity: 1;
	border-bottom: 3px solid var(--sub-color); 
}
.modal-info-tabs .nav-tabs .nav-item.show .nav-link, .modal-info-tabs .nav-tabs .nav-link.active{
	color: var(--main-color); 
	border: none;
	opacity: 1;
	border-bottom: 3px solid var(--sub-color); 
}
.modal-info-tabs .tab-content{
	padding:var(--main-pad) var(--lg-pad); 
}
.content-scroll{
	max-height: 50vh;
}
.content-scroll .simplebar-content{
	padding-right: 16px;
}
.content-scroll .simplebar-track.simplebar-vertical{
	right: -16px;
}


/*
#modal-terms .modal-dialog, #modal-faq .modal-dialog {
	text-align: left;
}

#modal-terms .modal-body p, #modal-faq .modal-body p{
	text-align: left;
	margin-bottom: var(--main-pad);
}
*/

.full-popup{
	background: #FFFFFF;
}
.full-popup h3{
	font-weight: 700;
	
}
.full-popup .modal-dialog{
	width: 100%;
	max-width: 100%;
	justify-content: flex-start;
	padding-top: 24px;
}
.full-popup .modal-content .close {
	right: 24px;
	top: 0px;
}
.full-popup .modal-dialog .modal-content{
	padding: 0 30%;	
}

#modal-code, #modal-lost, #modal-win{
	z-index: 1052;
}

#modal-win-selection .modal-info-block {
	margin-bottom: 0;
}
.prize-main-wrapper{
	position: relative;
	display: flex;
	flex-direction: column;
}
.prize-main-wrapper:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 20px;
	top: -8px;
	left: 0;
	/* background: linear-gradient(to bottom, rgba(34,34,34,1) 0%, rgba(34,34,34,0) 100%); */
	pointer-events: none;
	z-index: 1;
}
.prize-main-wrapper:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 24px;
	bottom: 64px;
	left: 0;
	/* background: linear-gradient(to bottom, rgba(34,34,34,0) 0%, rgba(34,34,34,1) 100%); */
	pointer-events: none;
	z-index: 1;
}
.prize-wrapper{
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--bg-grey-color);
	padding-top: 8px;
	margin-right: -12px;
	padding-right: 12px;
	max-height: 48vh;
	overflow: hidden;
	overflow-y: auto;
	scrollbar-color: rgba(0,0,0, 0.24) rgba(0,0,0, 0.08);
	scrollbar-width: thin;
}
.prize-wrapper::-webkit-scrollbar {
	width: 8px;
	border-radius: 4px;
	cursor: pointer;
}
.prize-wrapper::-webkit-scrollbar-track {
	background: rgba(0,0,0, 0.08);
	cursor: pointer;
	border-radius: 4px;
}
.prize-wrapper::-webkit-scrollbar-thumb {
	background: rgba(0,0,0, 0.24);
	border-radius: 4px;
	cursor: pointer;
	transition: background 300ms ease;
}
.prize-wrapper::-webkit-scrollbar-thumb:hover {
	background: rgba(0,0,0, 0.32);
	cursor: pointer;
}
.prize-option-badge{
	position: absolute;
	display: none;
	font-size: 10px;
	line-height: 16px;
	padding: 4px 12px;
	border-radius: 7px;
	top: 8px;
	right: 8px;
	background:var(--sub-color);
	text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.prize-option-block.claimed .prize-option-badge{
	display: flex;
}
.prize-option-block{
	position: relative;
	display: flex;
	margin-bottom: var(--xs-pad);
	cursor: pointer;
}
.prize-option-block.claimed{
	pointer-events: none;
}
.prize-option-block.claimed .prize-option{
	opacity: 0.4;
	pointer-events: none;
}
.prize-option{
	position: relative;
	display: flex;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	border-radius: var(--border-radius);
}
.prize-option-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background:var(--input-bg);
	border: 2px solid var(--input-bg);
	border-radius: var(--border-radius);	
	z-index: 0;
}
.prize-option input[type=radio]:checked ~ .prize-option-bg{
	background: rgba(0,148,135,0.08);
	border: 1px solid var(--sub-color);
}
.prize-option-bg:before,
.prize-option-bg:after{
	position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    background: var(--white-color);
    border-radius: 50%;
	border: 1px solid var(--bg-grey-color);
}
.prize-option-bg:before{
    left: -10px;
}
.prize-option-bg:after{
    right: -10px;
}
.prize-option input[type=radio]:checked ~ .prize-option-bg:before,
.prize-option input[type=radio]:checked ~ .prize-option-bg:after{
	border: 1px solid var(--sub-color);
}
.prize-option .prize-option-input{
	position: absolute;
	visibility: hidden;
	opacity: 0;
}
.prize-img-block{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 96px;
	padding: 24px;
	height: 100%;
}
.prize-img-block:after{
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: calc(100% - 32px);
	right: -1px;
	top: 16px;
	border-right: 1px dashed var(--grey-color);
}
.prize-img-block img{
	width: 100%;
	height: auto;
}
.prize-option-content{
	position: relative;
	display: flex;
	flex-direction: column;
	width: calc(100% - 96px);
	padding: 16px;
	text-align: left;
	font-weight: 300;
	font-size: 12px;
	color:var(--grey-color);
}
.prize-name{
	position: relative;
	padding: 4px 0px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--main-color);
}
.prize-description{
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.prize-claim-btn{
	position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
	z-index: 2;
}
.prize-claim-btn .button{
	width: 100%;
}

.modal-sml .modal-header {
	padding-bottom: 0;
}
.modal-body .spinner-container {
	display: flex;
	justify-content: center;
}
/*
.game-badge{
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: 88px;
	right: 0px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0px;
	background: var(--light-green-color); 
	z-index: 2;
}
*/


/* PINBALL STYLES *****************************/

#game-main {
	width:100%;
	max-width:100%;
	padding: 0;
	height: 100%;
	height: 100vh;
}
#renderCanvas {
	height: 100vh;
	-webkit-user-select: none!important; /* prevent selecting canvas */
	-moz-user-select: none!important; /* prevent selecting canvas */
	user-select: none!important; /* prevent selecting canvas */
	-webkit-user-drag: none!important; /* prevent canvas from being dragged */
}

.modal-content-image.event-image{	
	background: url(../images/banner-pinball-detuinen.jpg) center bottom no-repeat var(--sub-color);
	background-size: cover;
	
/*	background: var(--sub-color);*/
}
.modal-content-image.event-image img{	
	image-rendering: -webkit-optimize-contrast;
}

#fpsLabel {
	background: black;
	color: greenyellow;
	position: fixed;
	bottom:16px;
	left: 16px;
	display: block;
	font-size: 12px;
	font-family: monospace;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	z-index: 1000;
}
/*
.gamescore-wrap{
    position: absolute;
    top: 120px;
    left: 48px;
    width: 20%;
    pointer-events:auto;
}
.gamescore-wrap .gamescore-title{
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 0px;
    line-height: 1;
    color: #828282;
	color: var(--sub-color);
    margin-bottom: 4px;
}
#gamescore{
    position: relative;
    line-height: 1;
    font-size: 40px;
    font-weight: 700;
    color: #FFFFFF;
    z-index: 1;
}
*/

.wrap-button{
	position: relative;
	display: block;
	width: 100%;
}
#loading-wrap{
	background: #7f1f46;
	background: var(--sub-color);
	color: #ffffff;
    position:absolute;
    height: 100%;
	width: 100%;
    display: block;
	opacity: 1;
	-webkit-transition: opacity 2s;
	transition: opacity 2s;
	text-align: center;
	z-index: 1000000;
	pointer-events: none;
	touch-action: none;
}
#loading-content {
    display: block;
    width: 400px;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
	opacity: 1;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
#loading-image{
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.loading-buttons{
    position: relative;
    display: inline-block;
	text-align: center;
    width: 50%;
    margin-bottom: 20px;
}
.loading-buttons img{
	height: 144px;
	width: auto;
}
.loading-img-txt{
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
}
.txt-left{
    position: absolute;
    width: 100%;
    bottom: 35%;
    text-align: left;
}
.txt-right{
    position: absolute;
    width: 100%;
    bottom: 35%;
    right: -2%;
    text-align: right;
}
.loading-img-txt div{
    display: block;
	white-space: nowrap;
}
.loading-img-txt span{
    position: relative;
    display: none;
    width: 50%;
    text-align: center;
    margin-bottom: 20px;
}
.txt-left span{
/*    left: 5%;*/
}
.txt-right span{
/*    right: 5%;*/
}
.txt-btm span{
    width: 10%;
/*    left: 45%;*/
}
.loading-text{
    position: relative;
    display: inline-block;
/*
    -webkit-transform: translateZ(0) skew(-7deg);
	transform: translateZ(0) skew(-7deg);
    -webkit-backface-visibility: hidden;
*/
}
.loading-text h3{
    position: relative;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    font-size: 40px;
/*    text-shadow: 3px 3px 5px rgba(0,0,0,0.5);*/
    color: #f0f0f0;
    z-index: 1;
/*    opacity: 0;*/
}
.loading-text span{
    position: absolute;
    display: none;
    width: 100%;
    font-weight: 700;
    line-height: 1;
    font-size: 48px;
    letter-spacing: -1px;
    top: 0;
    left: 0;
    text-shadow: none;
    background: rgba(242,242,242,1);
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 40%, rgba(200,200,200,1) 60%, rgba(200,200,200,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(40%, rgba(242,242,242,1)), color-stop(60%, rgba(200,200,200,1)), color-stop(100%, rgba(200,200,200,1)));
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 40%, rgba(200,200,200,1) 60%, rgba(200,200,200,1) 100%);
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 40%, rgba(200,200,200,1) 60%, rgba(200,200,200,1) 100%);
    background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 40%, rgba(200,200,200,1) 60%, rgba(200,200,200,1) 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    z-index: 2;
}

.mobile-loading-wrap{
    position:absolute;
    display: none;
    height: 100%;
	width: 100%;
	background: rgba(48, 56, 59, 0.88);
	color: #ffffff;
	opacity: 1;
	transition: opacity 2s;
	text-align: center;
	z-index: 2;
}
.mobile-loading-left{
	position: relative;
    display: flex;
	flex-direction: column;
    height: 100%;
	width: 50%;	
/*	border-right: 1px dashed rgba(255,255,255,0.64);*/
}
.mobile-loading-right{
	position: relative;
    display: flex;
	flex-direction: column;
    height: 100%;
	width: 50%;	
	border-left: 1px dashed rgba(255,255,255,0.64);
}
.mobile-loading-left .txt-left {
    width: 60%;
    left: 20%;
	bottom: 40%;
    text-align: center;
}
.mobile-loading-right .txt-right {
    width: 60%;
    text-align: center;
    right: 20%;
	bottom: 40%;
}
.mobile-loading-right .loading-img-txt.txt-bottom{
    position: absolute;
    width: 60%;
    text-align: center;
    right: 16%;
	bottom: 8%;	
}
.mobile-loading-right .loading-img-txt.txt-bottom span{
	margin-bottom: 0px;
	margin-top: 20px;
}
.mobile-loading-right .loading-img-txt.txt-bottom span img{
	transform:rotate(180deg);
}
.show-tutorial.mobile-loading-wrap{
	display: flex;
	-webkit-animation: opac-in-animate 0.3s ease-out forwards;
	animation: opac-in-animate 0.3s ease-out forwards;
}

/* SURVEY STYLES *****************************/

#modal-survey .modal-logo{
	margin-bottom: 0px;
}

.survey-form{
	position: relative;
	margin-bottom: 24px;
	margin-left: -24px;
	margin-right: -24px;
}
.survey-question{
	position: relative;
	display: flex;
	padding: 16px 24px;
	border-radius: 9px;
}
.survey-question.multiple-choice {
	display: block;
	padding-top: 0px;
}
.survey-form .survey-question.rating:nth-child(even){
	background: #D7DADB3D;
}
.question-title {
	position: relative;
	display: flex;
	font-weight: 700;
	font-size: 16px;
	width: 100%;
}
.survey-question.rating .question-title{
	padding-right: 24px;
	width: calc(100% - 240px);
}
.survey-question.multiple-choice .question-title{
	text-align: center;
	color: var(--sub-color);
	justify-content: center;
    margin-bottom: 16px;
}
.question-multiple-choice {
	
}
.multiple-choice-option {
	
}
.survey-question.rating .question-rating{
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: row-reverse;
	width: 240px;
}


input.star { 
	display: none; 
}
label.star {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	font-size: 24px;
	margin: 0;
	color: #146F703D;
	cursor:pointer;
	transition: all .2s ease;
}
input.star:hover ~ label.star:before {
	color: var(--sub-color);
	transition: all .2s ease;
}
input.star:checked ~ label.star:before {
	content: '\e28b';
	color: var(--sub-color);
	transition: all 0.3s ease-in;
} 
label.star:hover { 
	color: var(--sub-color);
} 

label.star:before {
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	content: '\e28b';
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 700;
}
label.star:hover:before { 
	transform: scale(1.2); 
	transition: all 0.3s ease-in;
} 

#modal-survey .modal-footer .button{
	width: 100%;
	margin: 0;
}


/* OTHER STYLES *****************************/

#footer:after, .footer-copyright-content:after, .home-center-banner:after, .content-banner:after, .info-blocks:after, .content-blocks:after, .project-blocks:after, .project-blk-txt:after, .footer-menu ul:after, .form-wrap:after, .footer-content:after, .footer-left:after, .footer-right:after{
    content: '';
    display: block;
    clear: both;
}

.clear{
    display: block;
	clear:both;
}	
.no_border{
	border:none!important;
}
.mob-break{
	display: none;
}
.web-break{
	display: inline;
}


/* Loader *****************************************/

.waiting{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
    border-radius: 19px;
	z-index: 9;
	text-align: center;
    vertical-align: middle;
}

.loader-wrap{
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    opacity: 0;
    -webkit-animation: opac-in-animate 0.3s ease-out forwards;
	animation: opac-in-animate 0.3s ease-out forwards;
}



.lds-ripple {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-self: center;  
}
.lds-ripple div {
    position: absolute;
    border: 4px solid var(--sub-color);
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}





/* ANIMATIONS *****************************/

@-webkit-keyframes opac-in-animate {
	0% { opacity: 0;}
	100% { opacity: 1;}
}
@keyframes  opac-in-animate {
	0% { opacity: 0;}
	100% { opacity: 1;}
}
@-webkit-keyframes opac-out-animate {
	0% { opacity: 1;}
	100% { opacity: 0;}
}
@keyframes  opac-out-animate {
	0% { opacity: 1;}
	100% { opacity: 0;}
}

@-webkit-keyframes zoom-in-animate {
	0% { -webkit-transform: scale(0); opacity: 1;}
	100% { -webkit-transform: scale(1); opacity: 1;}
}
@keyframes zoom-in-animate {
	0% { transform:scale(0); opacity: 1;}
	100% { transform:scale(1); opacity: 1;}
}

@-webkit-keyframes btn-animate {
	0%, 100% { -webkit-transform:scale(1); }
	50% { -webkit-transform:scale(1.1); }
}
@keyframes btn-animate {
	0%, 100% { transform:scale(1); }
	50% { transform:scale(1.1); }
}
@-webkit-keyframes nav-animate {
	0% { -webkit-transform:translateY(-100%); }
	100% {-webkit-transform:translateY(0%);}
}
@keyframes nav-animate {
	0% { transform:translateY(-100%); }
	100% { transform:translateY(0%);}
}

@-webkit-keyframes highlight-animate {
	0%{ -webkit-transform:scaleX(0); opacity: 1; }
	100% { -webkit-transform:scaleX(1); opacity: 1; }
}
@keyframes highlight-animate {
	0%{ transform:scaleX(0); opacity: 1;}
	100% { transform:scaleX(1); opacity: 1; }
}

@-webkit-keyframes left-in-animate {
	0% { -webkit-transform: translateX(-50%) translateY(0%);  opacity: 0;}
    50% { opacity: 1;}
	100% { -webkit-transform: translateX(0%) translateY(0%); opacity: 1;}
}
@keyframes left-in-animate {
	0% { transform:translateX(-50%) translateY(0%); opacity: 0;}
	50% { opacity: 1;}
	100% { transform:translateX(0%) translateY(0%); opacity: 1;}
}
@-webkit-keyframes right-in-animate {
	0% { -webkit-transform: translateX(50%) translateY(0%); opacity: 0;}
    50% { opacity: 1;}
	100% { -webkit-transform: translateX(0%) translateY(0%); opacity: 1;}
}
@keyframes right-in-animate {
	0% { transform:translateX(50%) translateY(0%); opacity: 0;}
    50% { opacity: 1;}
	100% { transform:translateX(0%) translateY(0%); opacity: 1;}
}
@-webkit-keyframes top-in-animate {
	0% { -webkit-transform: translateY(-100%); opacity: 1;}
	100% { -webkit-transform: translateY(0%); opacity: 1;}
}
@keyframes top-in-animate {
	0% { transform:translateY(-100%); opacity: 1;}
	100% { transform:translateY(0%); opacity: 1;}
}
@-webkit-keyframes btm-in-animate {
	0% { -webkit-transform: translateY(20%); opacity: 0;}
	100% { -webkit-transform: translateY(0%); opacity: 1;}
}
@keyframes btm-in-animate {
	0% { transform:translateY(20%); opacity: 0;}
	100% { transform:translateY(0%); opacity: 1;}
}
@-webkit-keyframes zoom-pop-animate {
	0% { -webkit-transform: scale(0); opacity: 1;}
	90% { -webkit-transform:scale(1.2); opacity: 1;}
	100% { -webkit-transform: scale(1); opacity: 1;}
}
@keyframes zoom-pop-animate {
	0% { transform:scale(0); opacity: 1;}
	90% { transform:scale(1.2); opacity: 1;}
	100% { transform:scale(1); opacity: 1;}
}
@-webkit-keyframes zoom-out-animate {
	0% { -webkit-transform: scale(0); opacity: 1;}
	100% { -webkit-transform: scale(1); opacity: 1;}
}
@keyframes zoom-out-animate {
	0% { transform:scale(0); opacity: 1;}
	100% { transform:scale(1); opacity: 1;}
}

@keyframes lights-animate {
	0%, 50%, 100% { opacity: 0;}
	5%, 45% { opacity: 1;}
}

@keyframes leaves-animate {
	0%, 100% { transform:rotate(0deg);}
	60% { transform:rotate(9deg); }
	80% { transform:rotate(-3deg); }
}
@keyframes leaves2-animate {
	0%, 100% { transform:rotate(0deg);}
	60% { transform:rotate(8deg); }
	80% { transform:rotate(-5deg); }
}

@keyframes balloon-animate {
	0% { transform:translateX(0%) translateY(0%) scale(1); opacity: 0; }
	5% { opacity: 1;}
	95% { opacity: 1;}
	100% { transform:translateX(40%) translateY(-250%) scale(0.8); opacity: 0;}
}

@-webkit-keyframes opac-swap-animate {
	0%, 50%, 100% { opacity: 0;}
	3%, 47% { opacity: 1;}
}
@keyframes opac-swap-animate {
	0%, 50%, 100% { opacity: 0;}
	3%, 47% { opacity: 1;}
}

@-webkit-keyframes zoom-out-animate {
	0% { opacity: 0;
		-webkit-transform: scale(3);
	}
 	100% { opacity: 1;
		-webkit-transform: scale(1);
	}
}
@keyframes zoom-out-animate {
	0% { opacity: 0;
		transform: scale(3);
	}
 	100% { opacity: 1;
		transform: scale(1);
	}
}

/*
@keyframes rotate-animate {
	0% { transform:rotate(0deg);}
	100% { transform:rotate(360deg); }
}
*/
@keyframes rotate-animate {
	0% { transform:rotate(0deg);}
	5% { transform:rotate(0deg); }
	10% { transform:rotate(360deg); }
	100% { transform:rotate(360deg); }
}

@keyframes heartBeat {
  0% {
    transform: scale(1) translateZ(0);
  }

  14% {
    transform: scale(1.10) translateZ(0);
  }

  28% {
    transform: scale(1) translateZ(0);
  }

  42% {
    transform: scale(1.10) translateZ(0);
  }

  65% {
    transform: scale(1) translateZ(0);
  }
}

@keyframes rubberBand {
  from {
    transform: scale3d(0, 0, 0);
      opacity: 0;
  }
    
  25% {
/*    transform: scale3d(1, 1, 1);*/
      opacity: 1;
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
      opacity: 1;
  }
}

@keyframes wobble-flip {
  from {
    transform: translate3d(0, 0, 0);
  }

  3% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  6% {
    transform: translate3d(4%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  9% {
    transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  12% {
    transform: translate3d(2%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  15% {
    transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes b-clouds-animate {
	0% { transform:translateX(0%);
		animation-timing-function: linear;}
	100% { transform:translateX(-100%); 
		animation-timing-function: linear;}
}


/* OVERLAY STYLES *****************************/

#leftButton, #rightButton {
	position: absolute;
	width: 25%;
	height: 20%;
	z-index: 3;
	opacity: 0;
}
#leftButton {
	left: 5%;
	bottom: 7%;
}
#rightButton {
	right: 10%;
	bottom: 7%;
}

#game-overlay{
    position: absolute;
    display: block;
    z-index: 3;
    width:100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
	font-family: Arial, Helvetica, sans-serif;
}
/* #debug-overlay {
	position: absolute;
	top: 0;
    left: 0;
	z-index: 10;
	pointer-events: auto;
	width: 100%;
	max-width: : 100%;
	max-height: 100%;
	height:100%;
	overflow: auto;
} */

#balls-left-ui {
    position: relative;
    display: block;
	float: right;
/*	margin-top: 24px;*/
	color: #FFFFFF;
    z-index: 2;
}
#balls-img {
    position: relative;
    display: block;
	float: left;
	width: 32px;
	height: 32px;
    padding: 4px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    margin-right: 8px;
    z-index: 2;
}
#balls-img span{
    position: relative;
    display: flex;
	opacity: 1;
}
#balls-count-total{
    position: relative;
    display: block;
	float: left;
    line-height: 32px;
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    z-index: 1;
}
#babylonUnmuteIconBtn{
	display: none;
}
.animate #balls-img span{
    opacity: 0;
    -webkit-animation: zoom-out-animate 0.5s ease-out forwards;
	animation: zoom-out-animate 0.5s ease-out forwards;
}
.game-temp-btns{
    position: absolute;
    bottom: 40px;
    right: 40px;
    pointer-events:auto;

    display: none;
}
#gamepoint-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
#cameraInputs {
	pointer-events:auto;
}
/*
.point-indicator {
	position: absolute;
	background-color: #0000ff33;
	margin: 1px;
	padding: 1px;
	display: block;
	font-size: 4rem;
	font-family: 'Oswald';
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
    -webkit-text-stroke: 2px #212546;
    text-stroke: 2px #212546;

	text-shadow: -3px 2px #212546, 2px 3px #212546, 3px 2px #212546, 2px -3px #212546;
}
*/

.point-indicator {
    position: absolute;
    display: block;
    font-size: 40px;
	line-height: 1;
	font-family: 'Anton', Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
	letter-spacing: 2px;
	font-weight: 400;
	color: #FFFFFF;
	color: var(--yellow-color);
	color: #CA2E55;
	text-align: center;
/*
    text-shadow: 3px 3px 5px rgba(0,0,0,0.9);
*/
	text-shadow: rgb(0, 0, 0) 4px 0px 0px, rgb(0, 0, 0) 3.87565px 0.989616px 0px, rgb(0, 0, 0) 3.51033px 1.9177px 0px, rgb(0, 0, 0) 2.92676px 2.72656px 0px, rgb(0, 0, 0) 2.16121px 3.36588px 0px, rgb(0, 0, 0) 1.26129px 3.79594px 0px, rgb(0, 0, 0) 0.282949px 3.98998px 0px, rgb(0, 0, 0) -0.712984px 3.93594px 0px, rgb(0, 0, 0) -1.66459px 3.63719px 0px, rgb(0, 0, 0) -2.51269px 3.11229px 0px, rgb(0, 0, 0) -3.20457px 2.39389px 0px, rgb(0, 0, 0) -3.69721px 1.52664px 0px, rgb(0, 0, 0) -3.95997px 0.56448px 0px, rgb(0, 0, 0) -3.97652px -0.432781px 0px, rgb(0, 0, 0) -3.74583px -1.40313px 0px, rgb(0, 0, 0) -3.28224px -2.28625px 0px, rgb(0, 0, 0) -2.61457px -3.02721px 0px, rgb(0, 0, 0) -1.78435px -3.57996px 0px, rgb(0, 0, 0) -0.843183px -3.91012px 0px, rgb(0, 0, 0) 0.150409px -3.99717px 0px, rgb(0, 0, 0) 1.13465px -3.8357px 0px, rgb(0, 0, 0) 2.04834px -3.43574px 0px, rgb(0, 0, 0) 2.83468px -2.82216px 0px, rgb(0, 0, 0) 3.44477px -2.03312px 0px, rgb(0, 0, 0) 3.84068px -1.11766px 0px, rgb(0, 0, 0) 3.9978px -0.132717px 0px;
    -webkit-animation: points-animate 2.5s ease-out forwards;
	animation: points-animate 2.5s ease-out forwards;
    -webkit-backface-visibility: hidden;
    z-index: 1;
}
.point-indicator span{
    position: absolute;
    display: none;
    width: 100%;
    top: 0;
    left: 0;
    text-shadow: none;
    background: rgba(242,242,242,1);
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 40%, rgba(200,200,200,1) 60%, rgba(200,200,200,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(40%, rgba(242,242,242,1)), color-stop(60%, rgba(200,200,200,1)), color-stop(100%, rgba(200,200,200,1)));
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 40%, rgba(200,200,200,1) 60%, rgba(200,200,200,1) 100%);
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 40%, rgba(200,200,200,1) 60%, rgba(200,200,200,1) 100%);
    background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 40%, rgba(200,200,200,1) 60%, rgba(200,200,200,1) 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    z-index: 2;
}
@media (min-width: 992px) and (max-width: 1399px) {
	.point-indicator {
	    font-size: 30px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.point-indicator {
	    font-size: 24px;
	}
}
@media (max-width: 767px){
	.point-indicator {
	    font-size: 20px;
	}
}
@-webkit-keyframes points-animate {
    0%{
        -webkit-transform: translateZ(0) translateY(0%) scale(0);
        opacity: 0;
	}
	40%, 90% {
        -webkit-transform: translateZ(0) translateY(-300%) scale(1);
        opacity: 1;
	}
	100% {
        -webkit-transform: translateZ(0) translateY(-300%) scale(3);
        opacity: 0;
	}
}
@keyframes points-animate {
	0%{
        transform: translateZ(0) translateY(0%) scale(0);
        opacity: 0;
	}
	40%, 90% {
        transform: translateZ(0) translateY(-300%) scale(1);
        opacity: 1;
	}
	100% {
        transform: translateZ(0) translateY(-300%) scale(3);
        opacity: 0;
	}
}
/*
@-webkit-keyframes points-animate {
    0%{
        -webkit-transform: translateZ(0) skew(-7deg) translateY(0%) scale(0);
        opacity: 0;
	}
	40%, 90% {
        -webkit-transform: translateZ(0) skew(-7deg) translateY(-300%) scale(1);
        opacity: 1;
	}
	100% {
        -webkit-transform: translateZ(0) skew(-7deg) translateY(-300%) scale(3);
        opacity: 0;
	}
}
@keyframes points-animate {
	0%{
        transform: translateZ(0) skew(-7deg) translateY(0%) scale(0);
        opacity: 0;
	}
	40%, 90% {
        transform: translateZ(0) skew(-7deg) translateY(-300%) scale(1);
        opacity: 1;
	}
	100% {
        transform: translateZ(0) skew(-7deg) translateY(-300%) scale(3);
        opacity: 0;
	}
}
*/

.gamescore-wrap{
    position: absolute;
	display: block;
	padding: 12px 16px;
    top: 20px;
    left: 180px;
    pointer-events:auto;
	background: rgba(48, 56, 59, 0.16);
	border-radius: 7px;
}
.gamescore-wrap:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	border-radius: 7px;
	background: transparent linear-gradient(128deg, rgba(255, 255, 255, 1) 0%, rgba(128, 128, 128, 0) 100%) 0% 0% no-repeat;	
	opacity: 0.16;
}
.gamescore-wrap .gamescore-title{
	float: left;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 0px;
    line-height: 32px;
    color: #828282;
	color: var(--sub-color);
	padding-right: 8px;
}
#gamescore{
    position: relative;
	float: left;
    line-height: 32px;
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    z-index: 1;
	margin-right: 16px;
}

.highscore-trigger{
    position: relative;
    display: none;
    float: right;
    font-size: 14px;

    color: #FFFFFF;
}

.highscore-wrap{
    position: absolute;
    top: 80px;
    right: 48px;
    width: 18%;
    color: #FFFFFF;
    pointer-events:none;
	touch-action:none;

}
.highscore-wrap .highscore-title{
    font-size: 20px;
    font-weight: 700;
	line-height: 24px;
    margin-bottom: 4px;
}

#cameraInputs {
    display: block;
    margin-bottom: 10px;
    border-radius: 5px;
	color: #ffffff;
	pointer-events: auto;
	touch-events: auto;
    padding: 10px;
}
#cameraInputs button{
	background-color: red;
}
#cameraInputs label {
	text-align: left;
}
#cameraInputs input{
	color: black;
/*    width: 50px;*/
}

#highscore{
    position: relative;
    display: none;
	padding: 24px;
    margin-bottom: 10px;
	border-radius: 11px;
	color: var(--main-color);
    background: var(--white-color);
	-webkit-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.75);
	opacity: 0;
}
#highscore.show-highscore{
    position: relative;
    display: block;
	animation: opac-in-animate 0.4s ease-out forwards;
}
#highscore:before{	
	display: flex;
	position: absolute;
	flex-direction: column;
	justify-content: flex-end;
	right: 184px;
	top: -16px;
	width: 24px;
	height: 24px;
	color: #FFFFFF;
	content: "\f2ec";
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	z-index: 0;	
}

.highscore-table{
    position: relative;
    display: block;
    clear: both;
}
#hs-tab-1{
    position: relative;
    display: block;
}
#hs-tab-2{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;

}
#hs-tab-1 .highscore-line > div{
    -webkit-animation: opac-swap-animate 10.0s linear infinite;
	animation: opac-swap-animate 10.0s linear infinite;
}
#hs-tab-2 .highscore-line > div{
    opacity: 0;
    -webkit-animation: opac-swap-animate 10.0s linear infinite;
	animation: opac-swap-animate 10.0s linear infinite;
    -webkit-animation-delay: 5.0s;
	animation-delay: 5.0s;
}

.highscore-title{
    position: relative;
    display: block;
    line-height: 2;
}
.highscore-line{
    position: relative;
    display: flex;
    line-height: 2;
    line-height: 48px;
    font-size: 18px;
    clear: both;
/*    background: rgba(0,0,0,0.4);*/
}
.highscore-table .highscore-line:last-child{
    border-bottom: none;
}
.hs-nr{
    position: relative;
    display: block;
    width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	background: var(--light-sub-color);
	background: #e5f4f3;
    color: var(--sub-color);
	margin: 6px 0px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-radius: 50%;
}
.hs-name{
    position: relative;
    display: block;
    width: 80%;
    width: calc(80% - 32px);
/*	padding: 0 16px;*/
	padding: 0 16px 0px 0px;
	margin-left: 16px;
	font-size: 14px;
    font-weight: 300;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid var(--light-color); 
/*    text-transform: uppercase;*/
}
.highscore-title .hs-name{
    font-weight: 400;
}
.hs-score{
    position: relative;
    display: block;
    float: right;
    width: 20%;
	font-weight: 700;
	font-size: 18px;
    text-align: right;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid var(--light-color); 
	color: var(--sub-color);
}
.highscore-line .hs-score{
    font-weight: 700;
}

.highscore-line:after{
    content: '';
    clear: both;
    display: block;
}

.game-btns{
    display: block;
    display: none;
    text-align: right;
}
.game-btns > .button{
    float: right;
}

.game-toggle{
    display: inline-block;
    text-align: right;
    line-height: 40px;
}
.game-toggle label{
    margin: 0px 10px;
    font-size: 14px;
    text-transform: uppercase;
}

#btn-submitscore {
	display: none;
}

.scene-button .button{
	position: relative;
	display: inline-block;
	overflow: hidden;
	font-size: 30px;
	font-size: 24px;
	line-height: 30px;
	padding: 10px 60px 10px 60px;
	border-radius: 25px;
	margin: 0px;
	font-weight: 500;
	border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
	background: #ff3b3b;
	color: #FFFFFF;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
    overflow: hidden;
}
.scene-button .button:before{
	content: '';
	position: absolute;
	display: block;
	height:300%;
	width:40%;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(70%, rgba(255,255,255,0.8)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	top: -100%;
	left: 0;
	-webkit-animation: btn-shine-animate 3.6s ease infinite;
	animation: btn-shine-animate 3.6s ease infinite;
}
.scene-button .button:hover, .scene-button .button:active, .scene-button .button:focus{
	background-color: rgba(255,255,255,0.2);
	background: #ce0218;
    background: #3c348b;
	color: #FFFFFF;
}
.scene-button .button span{
	position: relative;
	display: block;
}

.term-btn{
	position: relative;
	opacity: 0;
	z-index: 6;
}
.term-trigger{
	display: inline-block;
	cursor: pointer;
	color: #06216e;
	line-height: 20px;
	font-size: 18px;
	font-weight: 400;
/*	text-transform: uppercase;*/
    font-family: 'Gloria Hallelujah', cursive;
	border-radius: 0px;
	border: 0px;
	text-decoration: none;
	outline: none;
	text-align: center;
	padding: 5px 10px;
	background:none;
	margin:0px 0px 20px 0px;
}
.term-trigger:hover, .term-trigger:active, .term-trigger:focus, .term-trigger:visited{
	color: #06216e!important;
	text-decoration: none;
	opacity: 0.5;
}


/* RESPONSIVE STYLES *****************************/

.container{
    max-height:100%;/*    max-width: 1560px;*/
    padding-right: var(--lg-pad);
    padding-left: var(--lg-pad);
}

.row {
    margin-right: var(--main-neg);
    margin-left: var(--main-neg);
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
/*
    position: relative;
    width: 100%;
    min-height: 1px;
*/
    padding-right: var(--lg-pad);
    padding-left: var(--lg-pad);
    padding-right: var(--main-pad);
    padding-left: var(--main-pad);
}


@media (min-width: 1921px) {
	.container {
		max-width: 1600px;
		padding-right: var(--lg-pad);
		padding-left: var(--lg-pad);
	}
	
	.slot-machine{
		width: 50%;
	}

    
}
@media (min-width: 1600px) and (max-width: 1920px) {

	.container{
    	max-height:100%;
		max-width: 1440px;
        padding-right: var(--lg-pad);
        padding-left: var(--lg-pad);
	}	
}


@media (min-width: 1200px) and (max-width: 1599px) {
    
    body{

    }
    h2 {
        
    }
    a.button, .button {

    }

	.container{
    	max-height:100%;
		max-width: 1320px;
		padding-right: var(--main-pad);
		padding-left: var(--main-pad);
	}
	#header{
		padding: 12px 32px;
	}
	.logo-main{
		left: 24px;
	}
	.logo-main img{
		height: 72px;
	}
	
	.modal-header h2{
		font-size: 26px;
	}
	.modal-logo {
		margin-bottom: 0;
	}
	.footer-main{
		padding: var(--main-pad) 0;
	}
	#loading-content {
    	width: 50%;
	}
	
	#modal-code{
		padding: 24px 0px;
	}

}


@media (min-width: 992px) and (max-width: 1199px) {
    body{

    }
	.container{
    	max-height:100%;		
		padding-right: 16px;
		padding-left: 16px;
		max-width: 100%;
	}
	#header{
		padding: 12px 24px;
	}
	.logo-main{
		left: 24px;
	}
	.logo-main img{
		height: 72px;
	}
	
	.modal-header h2{
		font-size: 26px;
	}
	
	#modal-code .modal-dialog .modal-content p:last-child{
		margin-bottom: 24px;	
	}
	
	.footer-main{
		padding: var(--main-pad) 0;
	}
	#loading-content {
    	width: 60%;
	}
	
}
	
@media (min-width: 768px) and (max-width: 991px) {
	

	.container{
    	max-height:100%;		
		padding-right: 16px;
		padding-left: 16px;
		max-width: 100%;
	}
	#header{
		padding: 12px 24px;
	}
	#header .dropdown-menu{
		left: -20px!important;
/*		margin-top: 1px;*/
	}
/*
	#header .dropdown-menu:before{
		display: none;
	}
	.header-buttons{
		display: none;
	}
*/
	.logo-main{
		left: 24px;
	}
	.logo-main img{
		height: 72px;
	}
/*
	.mobile-menu{
		display: block;
	}
	.mobile-menu .btn-clean{
		background: rgba(0,0,0,0.32);
		color: var(--white-color); 
		padding: 8px 16px;
		border-radius: 20px;
		line-height: 24px;
		height: 40px;
		border: 0px;
	}
	.mobile-menu .btn-clean:hover{	
		border: 0px;
		color: var(--white-color); 
	}
	.mobile-menu .btn-clean span{
		font-weight: 400;
		line-height: 24px;
		vertical-align: top;
		text-transform: uppercase;
	}
*/
	.modal-header h2{
		font-size: 24px;
	}
	.modal-logo {
		margin-bottom: 0;
	}
	.modal-content-main{
		padding: 0;
	}
	.modal-info-tabs .nav-tabs .nav-link{
		font-size: 24px;
	}
	
	.form-code-input .form-input-sm{
		margin: 0 4px;
		font-size: 28px;
		height: 64px;
	}
	#modal-code, #modal-lost, #modal-win{
		z-index: 1050;
	}

	
	#modal-win{
		padding: 24px 0px;	
	}
	
	.full-popup .modal-dialog{
		padding-top: 0;
	}
	.full-popup .modal-dialog .modal-content{
		padding: 0 0%;	
	}
	#loading-content {
    	width: 80%;
	}
    
}

@media (max-width: 767px) {
	.no-mob{
		display: none;
	}
	.outer-wrapper{
		overflow: hidden;		
	}
	.container{
		max-height:100%;
		padding-right: 16px;
		padding-left: 16px;
		padding: 0;
		overflow: hidden;
		max-width: 100%;
	}
	
	input.button, .button, .button:visited, .w-btn, .b-btn{
		padding-left: 24px;
		padding-right: 24px;
/*
		padding-top: 5px;
		padding-bottom: 5px;
*/
	}
	.form-matd label.error, .form-group .error-text, .select-box .error-text, .checkbox .error-text, .form-captcha .error-text{
		bottom: -16px;
	}
	.ch-btn{
		padding: 0;
		padding-bottom: 4px;
	}
	.ch-btn label{
		line-height: 1.4;
		line-height: 24px;
	}
	
	label{
		margin-bottom: 0;
	}

    body{
        font-size: 14px;
    }
	
	.button{
		font-size: 14px;
	}
	.btn-clean{
		font-size: 12px;
	}
	
	#header{
		background: none;
		height: 56px;
		padding: 8px 16px;
		padding: 8px 8px 8px 16px;
	}
	body:not(.game-play) #header{
		background: #FFFFFF;
		border-bottom: 1px solid var(--border-color);
	}
	.animate #header{
		background: var(--sub-color);
		background: none;
		pointer-events: none;
	}
	.animate #header .logo-main {
		display: none;
	}
	#game-main.container.main-container {
		padding: 0;
		display: block;
	}
	.logo-main{
		top: 8px;
		left: 16px;
		left: 24px;
	}
	.logo-main img{
		height: 40px;
	}
	.header-buttons{
		display: none;
	}
/*
	.mobile-menu{
		display: block;
	}
*/
	.mobile-menu .btn-clean{
		background: rgba(0,0,0,0.32);
		color: var(--white-color); 
		padding: 8px 12px 8px 16px;
		border-radius: 20px;
		line-height: 24px;
		height: 40px;
		border: 0px;
	}
	.mobile-menu .btn-clean:hover{	
		border: 0px;
		color: var(--white-color); 
	}
	.mobile-menu .btn-clean span{
		font-weight: 400;
		line-height: 24px;
		vertical-align: top;
		text-transform: uppercase;
	}
	.nav-btns{
		align-self: auto;
		pointer-events: auto;
	}
	.button.i-btn{
		width: 40px;
		height: 40px;
		padding: 7px 8px;
	}
	#header .dropdown-menu{
		right: initial !important;
		left: -4px !important;
		margin-top: 1px;
	}
	#header .dropdown-menu:before{
		display: none;
	}
	.dropdown-item {
		font-size: 14px;	
	}
	.dropdown-item i{
		font-size: 14px;	
	}
	
	#content-wrapper{
		padding-top: 65%;
		padding-bottom: 20%;
	}
	
	
	#modal-code, #modal-lost, #modal-win{
		z-index: 1050;
	}

	.form-group {
		margin-bottom: 16px;
	}
	.form-group-lg {
		margin-bottom: 24px;
	}
	.form-inline{
		margin-left: -8px;
		margin-right: -8px;
	}
	.row.form-cols {
		margin-left: -8px;
		margin-right: -8px;
	}
	.form-col{
		padding-left: 8px;
		padding-right: 8px;
		width: 100%;
	}
	.form-col-lg{
		width: 60%;
	}
	.form-col-sm{
		width: 40%;
	}
	.form-col-lg{
		width: 100%;
		margin-bottom: 16px;
	}
	.form-col-sm{
		width: 100%;
	}
	
	.form-group-lg .form-col-lg {
		width: 60%;
	}
	.form-group-lg .form-col-sm {
		width: 40%;
	}
	
	.form-cols-inline .form-col{
		width: 33.3333%;
	}
	.form-cols-inline .selectric .label{
		margin: 0 28px 0 16px;
	}
	.form-cols-inline .selectric .button{
		width: 38px;
	}
	.modal-info-block .row.form-cols{
		margin: 0;
		flex-direction: column;
	}
	.modal-info-block .form-col{
		padding: 0;	
	}
	.modal-info-block .form-col .form-group{
		margin: 0;
		margin-top: 8px;
	}
	.modal-info-block .form-group-lg .form-col-lg,
	.modal-info-block .form-group-lg .form-col-sm{
		width: 100%;
		padding: 0;
		margin: 0;
		margin-top: 8px;
	}
	.modal-body h2.extra-margin,
	.modal-body h3.extra-margin{
		margin-bottom: 8px;
	}
	.radio-buttons-label{
		display: block;	
		width: 100%;
		margin: 0px 0px 4px 0px;
	}
	
	.form-col-sm .button{
		padding-left: 16px;	
		padding-right: 16px;	
	}
	.form-control{
		font-size: 14px;
		-webkit-appearance: none;
		box-shadow: none !important;
	}
	.main-code-input{
		margin-bottom: 24px;
	}
	#game-start-code-error.error-text{
		bottom:-20px;
	}
	.form-code-input{
		margin-left: -4px;
		margin-left: -4px;
	}
	.form-code-input .form-input-sm{
		margin: 0 4px;
		font-size: 28px;
		height: 64px;
	}
	input[type="date"]{
		text-align: left!important;
	}
	input[type=date].form-control {
		line-height: 29px;
	}
	input::-webkit-date-and-time-value {
	  text-align: left!important;
	}
/*
	input[type="date"]:before {
		color: var(--main-color);
		content: attr(placeholder) !important;
		font-weight: 400;
	}
	input[type="date"].dateinput:before,
	input[type="date"].dateinput:focus:before{
		content: '' !important;
	}
*/
/*
	.ch-btn label{
		font-size: 14px;		
	}
*/
	
	.modal-backdrop{
		height: 120vh;
	}
	.modal-dialog.modal-large{
		min-width: 100%;
	}
	.modal-dialog .modal-content{
		box-shadow: none;
		border-radius: 0;
	}
	.modal-logo {
		padding: 0 16px;
		margin-top: 0;
		text-align: left;
		margin-bottom: 16px;
	}	
	.modal-logo > img{
		height: 96px;	
	}
	.modal-logo-link{
		margin-top: 8px;
		margin-left: 8px;
	}
	.modal-logo-link img{
		height: 40px;
	}
	#modal-information .modal-logo-link img{
		height: 40px;
	}
	.modal-content .modal-logo .close{
		right: 24px;
		top: 16px;
	}
	.modal-header{
		padding-bottom: 16px;
	}
	.modal-header h2{
		font-size: 18px;
	}
	.modal-body h3{
		font-size: 14px;
		font-weight: 800;
		margin-bottom: 0;
	}
	.modal-body .form-inline .form-col.form-col-sm{
		margin-bottom: 0;	
	}
	.modal-body p{
		margin-bottom:16px;
		margin-bottom:24px;
	}
	
	#modal-code-start .modal-body p{
		margin-bottom:16px;
	}
	.modal.show{
		background: #FFFFFF;
	}
	.modal-dialog{
		width: 100%;
		min-width: initial;
		max-width: calc(100% - 32px);
		max-width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
		background: #FFFFFF;
		justify-content: flex-start;
	}
	.modal-dialog .modal-content{
		padding-top: 72px;	
	}
	
	.modal-content.modal-cols{
		flex-direction: column;
	}
	.modal-content-main{
		padding: 0;
		width: 100%;
	}
	.modal-icon-check{
		font-size: 36px;	
	}
	.modal-content-image{
		display: none;
	}
	#modal-contact .modal-dialog .modal-content{
		padding-top: 24px;
	}
	#modal-contact .modal-dialog .modal-content{
		
	}
	#modal-code, #modal-contact {
		background: #FFFFFF;
	}
	#modal-code .modal-dialog{
		max-width: 100%;
	}
	.modal-content{
		padding: 0px;
	}
	.modal-content .close{
		right: 24px;
		top: 24px;
		padding: 6px;
	}
	.modal-footer .button{
		width: 100%;
	}
	
	
	#modal-code .modal-dialog .modal-content{
		padding-top: 56px;	
	}
/*
	#modal-code .modal-content{
		background: var(--sub-color);
	}
*/
	#modal-code .modal-content-main{
		background: url(../images/banner-mobile-detuinen.jpg) top center no-repeat var(--white-color);
		background-size: contain;
		padding-top: 78%;
		padding-bottom: 24px;
	}
	
	#modal-code-start .form-btns {
		margin-top: 32px;
	}
	
	#modal-code-tabs .tab-pane {
		min-height: 480px;
	}
	#modal-code-tabs #modal-game-end.tab-pane{
		min-height: 240px;
	}
	
	
	#modal-information .modal-dialog .modal-content{
		padding-top: 0px;	
	}
	
	.modal-info-tabs{
		margin: 0;
		padding-top: 0px;
	}
	.modal-info-tabs .nav-tabs{
		padding: 0 16px;
	}
	.modal-info-tabs .nav-tabs .nav-link{
		font-size: 16px;
		margin: 0 8px;
	}
	.modal-info-tabs .tab-content{
		padding: 24px;
	}
	.modal-info-block{
		padding: 16px;
		margin-bottom: 24px;
	}
	.modal-info-block p{
		margin-bottom: 16px;	
	}
	.highscore-reached, .prize-send-to {
		margin-bottom: var(--main-pad);
	}
	
	#modal-lost .modal-logo{
		margin-bottom: 48px;
	}
	#modal-lost .modal-logo-link{
		position: absolute;
		top: -72px;
		left: 16px;
	}
	#modal-lost .modal-content .modal-logo .close {
		right: 16px;
		top: 16px;
	}
	#modal-lost .modal-body p{
		margin-bottom: 48px;
	}
	#modal-win .modal-content{
		padding-bottom: 48px;
	}
	
	.modal-footer.modal-footer-buttons{
		margin-left: 0px;
		margin-right: 0px;
	}
	.modal-footer.modal-footer-buttons .button{
		width: 100%;
		margin: 0;
		margin-top: 12px;
	}
	
	.content-scroll {
		max-height: 75vh;
	}
	
	.win-title {
		position: relative;		
		background: url(../images/pinball-confetti.jpg) center center no-repeat;
    	background-size: 100%;
	}
	.win-title .modal-header{
		padding-top: 72px;
	}
	.win-title h2{
		font-size: 20px;	
	}
	.win-title .modal-logo {
		position: absolute;
		display: none;
		top: -48px;
		left: 16px;
		z-index: 6;
	}
	.win-title .modal-logo .close{
		display: none;		
	}
	
/*
	.modal-voucher{
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 16px;
		padding: 16px;
	}
	.modal-voucher h3{
		font-size: 16px;	
	}
	#modal-terms .modal-body, #modal-faq .modal-body{
		margin-right: 12px;	
	}
*/
	.prizes{
		margin-bottom: 0;
	}
	.prize-line{
		margin: 0;	
		margin-bottom: 16px;
	}
	.prize-amount{
		width: 24%;	
	}
	.prize-name{
		width: 76%;
		padding: 0px;
	}
	
/*
	.form-success{
		top: 24px;
	}
*/
	.prize-claimed .form-success {
		display: flex;
		padding-top: 72px;
	}
	
	.form-complete-img span{
		width: 72px;
		height: 72px;
		padding: 6%;
	}
	.form-complete p{
		font-size: 16px;
		padding: 0;
	}
	.full-popup .modal-dialog{
		padding-top: 0;
	}
	
/*
	.full-popup .modal-dialog .modal-content{
		padding: 24px 0%;	
	}
	.full-popup .modal-content .close{
		top: 24px;
	}
*/
	.mobile-button{
		display: block;
	}
	.mobile-button .button{
		width: 100%;	
	}
	
	.g-recaptcha, .g-recaptcha-contact{
		-webkit-transform-origin:0 0;
		transform-origin:0 0;
		-webkit-transform:scale(0.85);
		transform:scale(0.85);
	}
	
	#footer, .start-game #footer{
		display: none;
	}
	#modal-code #footer	{
		position: relative;
		display: block;
		top: initial;
		bottom: initial;
	}
	
	.footer-main{
		padding: var(--main-pad) var(--main-pad) var(--lg-pad) var(--main-pad);
	}
	.footer-nav{
		flex-direction: column;
	}
}
@media (max-width: 375px) {
/*
	.logo-main img{
		height: 72px
	}
*/
	.modal-dialog{
		margin-top: 0px;
		margin-bottom: 0px;
		
	}
/*
	input.button, .button, .button:visited, .w-btn, .b-btn{
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
*/
	
	.modal-info-tabs .nav-tabs .nav-link{
		font-size: 14px;
	}
	
}
@media (max-width: 340px) {

}
/* LANDSCAPE WARNING SPECIFIC */

#landscape-warning {
    background: var(--sub-color);
    display: none;
    position: fixed;
    z-index: 1000000;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#landscape-warning-inner-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    height: 50%;
    width: 50%;
    top:25%;
    left:25%;
}
#landscape-warning-inner {
    position: relative;
}
#landscape-warning-inner div{
    margin-bottom: 8px;
}
#landscape-warning-inner img {
    position: relative;
    width: 40%;
    max-width: 100%;
}
#landscape-warning-inner span {
    position: relative;
    text-align: center;
    color: #FFFFFF;
}
@-webkit-keyframes fade-in {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes fade-in {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-webkit-keyframes fade-out {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes fade-out {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
#landscape-warning.show {
    display: block;
    -webkit-animation: fade-in 400ms linear;
    animation: fade-in 400ms linear;
    -webkit-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}


/* PINBALL RESPONSIVE STYLES *****************************/

@media (min-width: 1800px) {
	#cameraInputs {
		width: 20%;
		top: 40%;
		left: 40%;
		position: absolute;
	}
}

@media (min-width: 1400px) and (max-width: 1799px){
	#content-wrap .container{
		width: 1170px;
	}
	#cameraInputs {
		width: 20%;
		top: 40%;
		left: 40%;
		position: absolute;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	#cameraInputs {
		width: 20%;
		top: 40%;
		left: 40%;
		position: absolute;
	}
}

@media (min-width: 992px) and (max-width: 1399px) {
	#game-main {
		width: 100vw;
		height: 100vh;
		margin: 0;
		padding: 0;
	}
	#cameraInputs {
		width: 20%;
		top: 40%;
		left: 40%;
		position: absolute;
	}
	#content-wrap .container{
		width: 100%;
	}
	.logo-main img {
		margin-left: 0px;
	}
    .loading-img-txt{
        font-size: 20px;
    }
    .gamescore-wrap {
        left: 144px;
    }
/*

    .gamescore-wrap .gamescore-title {
        font-size: 16px;
    }
    #gamescore {
        font-size: 36px;
    }
    #balls-img {
        width: 40px;
        height: 40px;
    }
    #balls-count-total {
        line-height: 2;
        font-size: 20px;
    }

	    .highscore-wrap {
        width: 16%;
        top: 10px;
        right: 10px;
        min-width: 180px;
		touch-action: none;
		pointer-events: none;
    }
*/
	.highscore-wrap {
		right: 24px;
		width: 264px;
	}
    .highscore-line{
        font-size: 14px;
    }
    .highscore-wrap .highscore-title {
        font-size: 15px;
/*        padding-left: 30px;*/
    }
    .hs-nr {
        width: 27px;
    }
    .hs-name {
        width: calc(100% - 100px);
    }
    .hs-score {
        width: 70px;
    }
    .game-toggle label {
        font-size: 12px;
    }
    .game-temp-btns{
        bottom: 30px;
        right: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
	#game-main {
		width: 100vw;
		height: 100vh;
		margin: 0;
		padding: 0;
	}
	#content-wrap .container{
		width: 100%;
	}
    .logo-main img {
		margin-left: 0px;
	}

    #loading-wrap h3, .loading-text span{
        font-size: 40px;
    }
	
	.gamescore-wrap {
        left: 144px;
		top: 20px;
    }

/*
    .gamescore-wrap {
        top: 20px;
        left: 15px;
        width: 30%;
    }
    .loading-img-txt{
        font-size: 20px;
    }
    .gamescore-wrap {
        top: 72px;
        left: 24px;
    }

    .gamescore-wrap .gamescore-title {
        font-size: 16px;
    }
    #gamescore {
        font-size: 30px;
    }
    #balls-img {
        width: 36px;
        height: 36px;
    }
    #balls-count-total {
        line-height: 2;
        font-size: 18px;
    }
    .highscore-wrap {
        top: 10px;
        right: 10px;
        width: 30%;
        max-width: 160px;
    }
*/

	.highscore-wrap {
		right: 24px;
		width: 264px;
	}

    .highscore-wrap .highscore-title {
        font-size: 15px;
        padding-left: 30px;
    }
	#cameraInputs {
		width: 20%;
		top: 40%;
		left: 40%;
		position: absolute;
	}
    .highscore-line{
        font-size: 14px;
    }
    .hs-nr {
        width: 27px;
    }
    .hs-name {
        width: calc(100% - 100px);
    }
    .hs-score {
        width: 70px;
    }
    .game-toggle label {
        font-size: 12px;
    }
    .game-temp-btns{
        bottom: 20px;
        right: 20px;
    }
}

@media (max-width: 767px) {
	#game-main {
		width: 100vw;
		height: 100vh;
		margin: 0;
		padding: 0;
		-webkit-transition: opacity 1s;
		transition: opacity 1s;
	}
	#content-wrap .container {
		width: 100%;
		padding: 0px;
	}	
	#cameraInputs {
        position: absolute;
        top: 20%;
		width: 80%;
        left: 10%;
	}
    .gamescore-wrap {
        top: 0px;
        left: 0px;
        padding: 16px 16px;
		padding-right: 33%;
        width: 100%;
        max-width: 100%;
        height: 56px;
        background: var(--sub-color);
        border-bottom: 1px solid rgba(255,255,255,0.1);
        pointer-events: auto;
		border-radius: 0px;
        z-index: 3;
    }
	.gamescore-wrap:before{
		display: none;
	}
    .gamescore-wrap .gamescore-title {
        display: none;
        font-size: 14px;
        margin-right: 5px;
        line-height: 20px;
    }
    #gamescore {
        display: inline-block;
        font-size: 18px;
        line-height: 24px;
        vertical-align: text-top;
		margin-right: 4px;
    }
    #balls-left-ui{
        display: inline-block;
		float: none;
        margin-top: 0px;
        margin-left: 8px;
		height: 24px;
		line-height: 24px;
        vertical-align: text-top;
    }
    #balls-img {
        width: 20px;
        height: 20px;
        padding: 1px;
		margin-top: 1px;
    }
    #balls-img img{
        vertical-align: top;
    }
    #balls-count-total {
        display: inline-block;
        line-height: 24px;
        font-size: 16px;
    }
    .highscore-trigger{
        display: inline-block;
        cursor: pointer;
        font-size: 13px;
		line-height: 24px;
		height: 24px;
    }
    .highscore-trigger span{
        display: inline-block;
        margin-left: 8px;
		margin-top: -1px;
		vertical-align: top;
    }
    .highscore-trigger span img{
        height: 20px;
        width: auto;
        vertical-align: bottom;
    }

	.highscore-wrap {
		position: absolute;
		top: 56px;
		right: 0px;
		width: 100%;
		color: #FFFFFF;
	}
	#highscore{
		display: block;
		width: 100%;
		min-height: 100vh;
		border-radius: 0;
        margin-bottom: 8px;
		opacity: 0;
		transform:translateY(-100%);
        transition: all 0.2s ease-out;
	}
	#highscore.show-highscore{
		opacity: 1;
		transform:translateY(0%);
        transition: all 0.3s ease-in-out;
	}

    #hs-tab-2{
        position: relative;
        border-top: 1px solid rgba(255,255,255,0.1);
    }
    #hs-tab-1 .highscore-line > div, #hs-tab-2 .highscore-line > div{
        opacity: 1;
        -webkit-animation: none;
        animation: none;
    }
/*
    .highscore-line{
        font-size: 16px;
        padding-right: 15px;
    }
    .hs-nr {
        width: 33px;
        padding-left: 10px;
    }
    .hs-name{
        width: calc(100% - 143px);
    }
    .hs-score{
        width: 110px;
    }
*/
    .game-btns{
        padding-right: 15px;
    }
    .game-toggle{
        line-height: 24px;
        margin-left: 10px;
    }
    .game-toggle label {
        margin: 0px;
        font-size: 14px;
        line-height: 26px;
    }
    .btn-toggle, .btn.btn-toggle{
        margin-right: -7px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    .game-temp-btns{
        bottom: 15px;
        right: 15px;
    }

    #loading-content{
        width: 100%;
    }
    #loading-image {
        margin-bottom: 30px;
    }
    .loading-buttons{
        display: none;
        opacity: 0;
        width: 32%;
        margin-bottom: 10px;
    }
    .loading-img-txt{
        font-size: 14px;
    }
    .loading-img-txt span{
        display: inline-block;
    }
    .txt-left{
        width: 30%;
        left: 15px;
        left: 8%;
        text-align: center;
    }
    .txt-right{
        width: 30%;
        text-align: center;
        right: 15px;
        right: 8%;
    }
    #loading-wrap h3, .loading-text span{
        font-size: 26px;
    }
	
	#modal-survey .modal-dialog .modal-content{
		padding-top: 24px;
	}
	#modal-survey .modal-logo{
		display: flex;
		justify-content: center;
	}
	.modal-logo-link{
		margin: 0;
	}
	.survey-question.rating .question-title{
    	padding-right: 16px;
		font-size: 14px;
		width: calc(100% - 120px);	
	}
	.question-rating{
		/*	times 5 star width*/
		width: 120px;
	}
	label.star{
		width: 24px;
		height: 24px;
		font-size: 16px;
	}
}

/*
@media (any-hover: none) {
    .loading-buttons{
        opacity: 0;
        display: none;
    }
    .loading-img-txt {
        text-align: center;
    }
    .loading-img-txt span{
        display: inline-block;
    }
}
*/

@media (max-width: 360px) {
	.loading-img-txt {
		font-size: 13px;
	}
}

.cam-input{
    margin-bottom: 10px;
}
