@charset "UTF-8";

*{-webkit-backface-visibility:hidden; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; outline:none; -webkit-tap-highlight-color:rgba(0,0,0,0);}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner{border:0; padding:0;}
html{width:100%; height:100%; margin:0; padding:0; font:100% "EmbedFont",Verdana,Arial,sans-serif; -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%; -webkit-overflow-scrolling:auto;}
body{width:100%; height:100%; margin:0; padding:0; -webkit-backface-visibility:visible; background-color:#120f36; color:#cdcde7; background-repeat:repeat; background-size:4px 4px; background-image:url("images/tile_body.png?104"); cursor:default; -webkit-overflow-scrolling:auto;}
body.playzone{-webkit-overflow-scrolling:touch; background-color:#2a2b56; background-image:url("images/tile_playzone.png?104");}
.enter{color:rgba(255,255,255,0); width:300px; margin:auto; text-align:center; padding-top:30px;}

a[href^=tel]{color:inherit; text-decoration:none;}

.desktop{}
.touch{}

.max{display:block !important;}
.min{display:none !important;}
.noc{pointer-events:none;}
.none{display:none;}
.inline{display:inline;}
.iblock{display:inline-block;}
.clear{clear:both;}
.reset, .reset *{animation:none !important; -webkit-animation:none !important; -moz-animation:none !important; -o-animation:none !important; transition:none !important; -webkit-transition:none !important; -moz-transition:none !important; -o-transition:none !important;}
.noselect {-webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;}

.full{width:100%;}


.icon_unsupported_js{width:300px; height:300px; margin:-150px 0 0 -150px; background-size:300px 300px; background-image:url("images/unsupported_js.png"); position:fixed; z-index:-110; top:50%; left:50%;}
.icon_unsupported_html5{width:300px; height:300px; margin:-150px 0 0 -150px; background-size:300px 300px; background-image:url("images/unsupported_html5.png"); position:fixed; z-index:-110; top:50%; left:50%;}

.social{width:50px; height:50px; display:inline-block; background-size:240px 60px; background-image:url("https://www.gamezer.com/global/shared/images/socials.png"); background-repeat:no-repeat;}
.social.yt{background-position:-5px -5px;}
.social.tw{background-position:-65px -5px;}
.social.fb{background-position:-125px -5px;}
.social.ig{background-position:-185px -5px;}

#BLAZE_Exit{width:300px; min-height:100px; margin:-100px 0 0 -150px; padding:30px 20px; vertical-align:middle; text-align:center; color:#fbfbfb; font-size:15px; border:2px solid #f0f0f0; border-radius:10px; background-color:#c24949; z-index:9999; position:fixed; top:50%; left:50%; box-shadow:0px 2px 15px rgba(0,0,0,0.2); -moz-box-shadow:0px 2px 15px rgba(0,0,0,0.2); -webkit-box-shadow:0px 2px 15px rgba(0,0,0,0.2);}
#BLAZE_Exit a{display:block; margin-top:20px; padding:10px; color:#fbfbfb; font-size:15px; font-weight:bold; text-decoration:none; background-color:#a23939; border-radius:4px;  transition:background-color 0.2s; -webkit-transition:background-color 0.2s; -moz-transition:background-color 0.2s; -o-transition:background-color 0.2s;}
#BLAZE_Exit a:hover{background-color:#952e2e;}

#BLAZE_Preloader, .default_standby{width:124px; height:133px; display:none; position:fixed; top:50%; left:50%; margin:-80px 0 0 -62px; background-position:center top; background-repeat:no-repeat; background-size:150px 210px; background-image:url("images/baselogo.png?102");}
#BLAZE_Preloader.progress{display:block;}
#BLAZE_PreloaderBase{width:124px; height:3px; display:inline-block; margin-top:130px; background-color:#342d6b; box-shadow:inset 0px 1px 2px rgba(0,0,0,0.2); -moz-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.2);}
#BLAZE_PreloaderBar{width:1%; height:3px; background-color:#ffe199;}

.standby_container{width:44px; height:44px; padding:2px; border:2px solid #fbfbfb; border-radius:50%;}
.standby_container.centered_abs{position:absolute; top:50%; left:50%; margin:-22px 0 0 -22px; z-index:99999;}
.standby_container.centered_fixed{position:fixed; top:50%; left:50%; margin:-22px 0 0 -22px; z-index:99999;}
.standby{width:36px; height:36px; border:4px solid transparent; border-top:4px solid #fbfbfb; border-radius:50%; float:left; display:inline-block; animation:connecting360 0.7s linear infinite; -webkit-animation:connecting360 0.7s linear infinite; -moz-animation:connecting360 0.7s linear infinite; -o-animation:connecting360 0.7s linear infinite;}
.standby_overlay{position:fixed; top:0; right:0; bottom:0; left:0; z-index:9000; background-color:#120f36; background-repeat:repeat; background-size:4px 4px; background-image:url("images/tile_body.png?104");}

@keyframes connecting360 {
	0% { transform:rotate(0deg); -webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -o-transform:rotate(0deg); -ms-transform:rotate(0deg); }
	100% { transform:rotate(360deg); -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -o-transform:rotate(360deg); -ms-transform:rotate(360deg); }
}
@-webkit-keyframes connecting360 {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg);}
}
@-moz-keyframes connecting360 {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(360deg); }
}
@-o-keyframes connecting360 {
	0% { -o-transform:rotate(0deg); }
	100% { -o-transform:rotate(360deg); }
}

@media (min-device-pixel-ratio: 1.2),
	(-webkit-min-device-pixel-ratio: 1.2),
	(min-resolution: 115dpi){ /* 1x96 dpi */
	.social{background-image:url("https://www.gamezer.com/global/shared/images/socials@2x.png");}
	.standby_overlay, body{background-image:url("images/tile_body@2x.png?104");}
	body.playzone{background-image:url("images/tile_playzone@2x.png?104");}
	#BLAZE_Preloader, .default_standby{background-image:url("images/baselogo@2x.png?102");}
	
	.PremiumPromo{background-image:url("images/promo_pm@2x.jpg?102");}
}

