@charset "UTF-8";


@font-face{ 
    font-family: "Montserrat"; 
    src: local('☺'), url('../media/fonts/montserrat-regular-webfont.woff') format('woff');
}
@font-face{ 
    font-family: "Montserrat Medium"; 
    src: local('☺'), url('../media/fonts/montserrat-medium.woff') format('woff');
}
@font-face{
    font-family: "Neutra Display Titling";
    src: local('☺'), url('../media/fonts/Neutra-Display-Titling.woff') format('woff');
}

@media print{@page {size: landscape}}

body {
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
/*
html, body {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #0b111d;
	overflow: hidden;
	-ms-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-drag: none;
	-webkit-user-callout: none;
	-ms-touch-action: manipulation !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
    color: #362d8a;
}*/

/*==========================*/
/* legal */
/*==========================*/
.div_popup {
	z-index:200;
	position:fixed;
	bottom:100%;
}
.legal_block {
    position: fixed;
    display: inline-block;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height:51px;
	margin-top:5px;
	vertical-align: middle;
    pointer-events:none;
    line-height: 10px;
    font-family: "MontserratBold";
    font-size: 9px;
    color: white; /*#d8d9db;*/
    text-align:center;
    background-color: rgba(0, 0, 0, 1);
    z-index: 90;
    -ms-transform-origin: 0% 100%; /* IE 9 */
    -webkit-transform-origin: 0% 100%; /* Chrome, Safari, Opera */
    transform-origin: 0% 100%;

}
#_evh-button {
    display: none;
}
.legal_block_left {
	position:fixed;
	width:100%;
	left:0px;
        bottom:0px;
	padding:1px 1px;
	text-align:left;
}
.legal_block_right {
	position:fixed;
	width:100%;
	right:0px;
        bottom:10px;
	padding:5px 5px;
	text-align:right;
}
.legal_block_center {
	position:fixed;
	width:100%;
	bottom:0px;
	padding-bottom:5px;
	text-align:right;
}

.legal_block a:link {
    text-decoration: none;
	outline:none;
    color: white;/*#362d8a;*/
}

.legal_block a:visited {
    text-decoration: none;
	outline:none;
    color: white;
}

.legal_block a:active {
    text-decoration: none;
	outline:none;
    color: white;
}

.legal_button_holder{
    position: relative;
    display: inline-block;
	margin-top:3px;
    width: 100%;
    height: auto;
    text-align: left;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2), -2px -2px 2px rgba(0, 0, 0, 0.2), -2px 2px 2px rgba(0, 0, 0, 0.2), 2px -2px 2px rgba(0, 0, 0, 0.2);

}

.b_legal,.c_legal {
    position: relative;
    display: inline-block;
    pointer-events:auto;
    cursor:pointer;
    text-align: right;
    text-decoration: none !important;
   /* white-space: nowrap; */
    color: #ffffff; /*d8d9db;*/
    margin-left: 2px;
    margin-right: 2px;
    font-family: 'MontserratBold';
    font-size: 11px;
    line-height: 10px;
	padding: 2px;
	word-wrap:break-word;
    overflow-wrap:break-word;
    white-space: normal;
	    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);*/
}
.c_legal {
	padding:2px;
	margin-right:2px;
	margin-left:2px;
}

.b_legal,.c_legal a:link {
    text-decoration: none;
}

.b_legal.c_legal a:visited {
    text-decoration: none;
}

.b_legal,.c_legal a:active {
    text-decoration: none;
    color: #d8d9db;
}
.legalImage {
    padding-left:2px;
    padding-right:2px;	
    padding-bottom:7px;	
    /*max-width: 120px;*/
}
.legalImageSPRI {
		
}

@media screen and (max-width: 100px) {   /* When window width<700px */
	.legal_block  {
    	height:80px;
	}
    .b_legal {
        font-size:11px;
        line-height:11px;
    }
	.legal_block_left {
        left:0px;
        /*bottom:35px !important;*/
		text-align:left;
        padding-left: 5px;
		width:100%;
	}
	.legal_block_center{
		text-align:center;
		width:100%;
        bottom:0px;
        padding-bottom:0px;
	}
	.legal_block_right {
		right:0px;
		text-align:right;
		width:100%;
        /*bottom:35px !important;*/
        padding-right:5px;
	}
	.legalImage {
		/*height:50px !important;*/
        bottom:0px;
        padding-bottom:2px;		
	}
}

@media screen and (max-width: 910px) {
	.legal_block {
    	height:50px;
        font-size:8px;
	}
    .b_legal {
        font-size:8px;
        line-height:5px;
    }
    .legalImage {
         height:20px;
         padding-bottom:2px;				
    }


}
