/* reset */
* {
	margin: 0;
	padding: 0px;
	/* WP support */
	-ms-content-zooming: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-ms-touch-select: none;
}

/* general - general - general - general - general - general - general - general - general - general - general - general - general - general - general - general - general - general - general - general - general - general */
/* general - general - general - general - general - general - general - general - general - general - general - general - general - general - general - general - general - general - general - general - general - general */
/* general - general - general - general - general - general - general - general - general - general - general - general - general - general - general - general - general - general - general - general - general - general */


html {
	-ms-content-zooming: none;
 /* Disables zooming */
	height: 100%;
    background: #252525;
}

@-ms-viewport {
	width: device-width;
}

body {
	background: #252525;
	font: 1.5em Arial, Helvetica, sans-serif;
	min-width: 360px;
	min-height: 100%;
	min-width: 100%;
	min-height: 100%;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	overflow-x: hidden;
	/* -webkit-overflow-scrolling: touch; */
	-ms-content-zooming: none;
	-webkit-font-smoothing: subpixel-antialiased;
 /* Disables zooming */;
}

.display_none {
    display: none;
}
.transition {
	-ms-transition: 500ms;
	transition: 500ms;
	-webkit-transition: 500ms;
}

.transition-1s {
  	-ms-transition: 1s;
	transition: 1s;
	-webkit-transition: 1s;  
}

.ease {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
}

iframe {
	border: 0;
	overflow: hidden;
}

.clear{
	clear: both;
	padding: 0px !important;
	margin: 0px !important;
}

.splash {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	z-index: 11000;
	top: 0;
	left: 0;
	text-align: center;
	display: table;
}

.splash_loading_container {
	position: absolute;
	top: 55%;
	width: 100%;
	text-align: center;
}

.splash_logo {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	top: 35%;
	width: 100%;
}

#splash_logo {
	width: 210px;
 /* todo */;
}

#splash_loading {
	margin-top: 5%;
}

.splash_text {
	top: 80%;
	width: 100%;
	text-align: center;
	color: #fff;
}

.rotate {
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	z-index: 69;
	top: 0;
	left: 0;
	color: #fff;
}

.rotate_animate {
	text-align: center;
	-webkit-animation: boxrotate 2s;
	margin-top: 20%;
}

.rotate_animate img {
	width: 80%;
}

.rotate_text {
	text-align: center;
	margin-top: 20%;
}

div#env_picker {
   position: absolute;
  left:0;
  top:0;
  z-index: 9999;
  
  display: flex;
  background-color: black;
  width: 100%;
  height: 400%;
  opacity: 1.0;
  
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

div#env_picker > div.close {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;

}

div#env_picker > iframe {
  width: 95%;
  height:100%;
  position: relative;
  z-index: 5;
}

@-webkit-keyframes boxrotate {
	0% {
		-webkit-transform: rotate(90deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
	}
}

#top-menu, .fake-top-menu {
	position: fixed;
	top: 0;
	margin-top: -1px;
	background: url('/App_Themes/888NJHybridTheme/images/general/strip.jpg');
	border-bottom: 2px solid #656565; /* TODO topmenu border */
	width: 100%;
	z-index: 60;
	height: 102px;
	background-size: 100% 100%;
}

.vp1 #top-menu, .vp1  .fake-top-menu { 
	border-bottom: 1px solid #656565; /* TODO topmenu border */
	/* box-sizing: border-box; */
}
#top-menu {
	width: 100%;
	background-size: auto 120px !important;
}

.top-menu-buttons{
	padding: 0 40px;
    text-align: center;
    float: right;
    color: #80ff0b;
    font: 28px Verdana;
    text-transform: uppercase;
    line-height: 120px;
    min-width: 100px;
    /* iOS 7.1 and lower text overflow fix issue #492581 */
	white-space: nowrap;
	direction: rtl;
}

.vp1 .top-menu-buttons {
    min-width: 50px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 60px;
}

.top-menu-buttons:active {
	color: #fff;
}

#logo, #fake-logo {
	float: left;
	margin: 15px 0 0 15px;
}

.vp1 #logo, .vp1 #fake-logo {
	float: left;
	margin: 7.5px 0 0 7.5px;
}

.logo_container img {
	margin: 4px 0 0 -3px;
}
.vp1 .logo_container img {
	margin: 2px 0 0 2px;
}

#lobby-games-container {
	overflow: hidden;
}

#lobby-games-container ul {
	float: left;
	list-style-type: none;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	/*-webkit-transform: translate3d(0, 0, 0);*/
	position: relative;
	overflow: hidden;
	
}

#lobby-games-container ul li {
	float: left;
	position: relative;
	margin-top: 0.5%;
}

#lobby-games-container ul li div {
	text-align: center;
    position: relative;
}

.l #lobby-games-container ul li div img {
	width: 90%;
}

.p #lobby-games-container ul li div img {
	width: 90%;
}
/*#wrapper, */#lobby-games-container {
	/*float: left; fixes new CSS format (no nth-child) on Android*/
	width: 100%;
}

#wrapper {
	/*margin-top: 82px;*/
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

#wrapper #freeplay .category-data{padding: 24px 0 24px 135px; background-color: #1e1e1e; background-position: center left; float: left; width: 100%; margin-bottom: 5px; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; cursor: pointer;}
#wrapper #freeplay .category-data:before{background-repeat: no-repeat; background-size: auto 124px; background-image: url(../images/fp_fp.png); position:absolute; content:""; width:100%; height: 100%; top: 0; left: 0;}
#wrapper #freeplay .category-data.fs:before{background-image: url(../images/fp_fs.png);}
#wrapper #freeplay .category-data.fp:before{background-image: url(../images/fp_fp.png);}
#wrapper #freeplay .category-data.jpfs:before{background-image: url(../images/fp_jpfs.png);}
#wrapper #freeplay .category-data.jpfp:before{background-image: url(../images/fp_jpfp.png);}
.vp1 #wrapper #freeplay .category-data:before{background-size: auto 62px;}
.vp1 #wrapper #freeplay .category-data{padding: 12px 0 12px 75px;}

#wrapper #freeplay .category-data.jp p.main{color: #f5d830;}

#wrapper #freeplay .category-data p.main,
#wrapper #freeplay .category-data p.sec{text-transform: uppercase; font-weight: bold;}

#wrapper #freeplay .category-data p.main{color: #FFF;font-size: 34px;padding-bottom: 4px;width: calc(100% - 100px);}
.vp1 #wrapper #freeplay .category-data p.main{font-size: 18px;padding-bottom: 2px;width: calc(100% - 50px);}
#wrapper #freeplay .category-data p.sec{color: #9a9a9a;font-size: 25px;width: calc(100% - 100px);}
.vp1 #wrapper #freeplay .category-data p.sec{font-size: 13px;width: calc(100% - 50px);}

#wrapper #freeplay span.dropdown{position: absolute;right: 0;top: 0;height: 100%;color: #FFF;box-sizing: border-box;-webkit-box-sizing: border-box;background: url(../images/fp_dropdown.png) no-repeat center center; background-size: 26px; width: 100px;}
.vp1 #wrapper #freeplay span.dropdown{background-size: 13px; width: 50px;}

#wrapper #freeplay .freeplay-category.extended{overflow: visible; height:auto;}
#wrapper #freeplay .freeplay-category{overflow: hidden; height: 0px; float: left; width: 100%;}
#wrapper #freeplay .extended span.dropdown{background-image:url(../images/fp_up.png);}

/*
.timers #wrapper {
	margin-top: 82px;
}
.vp1 #wrapper {
	margin-top: 41px;
}
.timers .vp1 #wrapper {
	margin-top: 51px;
}
*/
.game-disable {
	display: none!important;
}

.jackpot-currency, .jackpot-text {
	font-size: 0.7em !important;
}

.jackpot_container {
    margin: 0 auto;
    max-width: 170px;
    background: #000;
    border: 0 !important;
    border-radius: 25px;
    line-height: 16px;
    height: 20px;
    padding: 4px 0px;
}

.vp1 .jackpot_container{
    max-width: 115px;
    padding: 0px;
}

.gameState {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.vp1 .hot, .vp1 .new {
	background-size: 30px;
}

.vp1.ipad .hot, .vp1.ipad .new {
	background-size: auto;
}

.game_container li:active div img {
	-webkit-transform: scale(0.93);
    -webkit-filter: drop-shadow(3px 3px 3px #000) !important;
}

#gamesWrapper {
	background: #000 50% 50% no-repeat;
	display: none;
	position: absolute;
	top: 1px;
	left: 0;
	z-index: 1100;
	text-align: center;
    width: 100%;
    height: 100%;
}

#gamesWrapper.timer_space{height: calc(100% - 20px);}
.vp1 #gamesWrapper.timer_space{height: calc(100% - 10px);}

#iFrameGame {
	display: none;
}

[id*="races_widget"] {
    height: 204px;
    width: 262px;
    z-index: 3000;
    position: absolute;
    overflow: hidden;
}

.vp1 [id*="races_widget"] {
    height: 102px;
    width: 131px;
}


[id*="races_widget"] .overlay{
    position: absolute;
    height: 45%;
    width: 100%;
}

[id*="races_widget"] .overlay_left,
[id*="races_widget"] .overlay_right{
    position: absolute;
    height: 55%;
    width: 40%;
    top: 45%;
}

[id*="races_widget"] .overlay_left {left: 0;}
[id*="races_widget"] .overlay_right {right: 0;}
[id*="races_widget"] .overlay_center {
    position: absolute;
    height: 55%;
    width: 20%;
    top: 45%;
    left: 40%;
    display: none;
}
       
[id*="races_widget"] iframe {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: ease-in opacity .2s;
    -webkit-transition: ease-in opacity .2s;
}

@media all and (orientation: portrait) and (max-device-width: 640px) {
    [id*="races_widget"]{display:none !important}
}

.strip {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000000), color-stop(0.86, #000000), color-stop(0.86, #494949), color-stop(0.87, #494949), color-stop(1, #000000)) !important;
}

#ios7_game_brand_logo {
	position: absolute;
	bottom: 24px;
	left: 50%;
	display: none;
}

.closeButton {
	box-shadow: inset 0px 0px 1px 1px #fff;
	border-radius: 25px;
	display: inline-block;
	color: #fff;
	font: normal 32px 'Arial';
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-shadow: 0px 1px 0px #004005;
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 130;
	background-color: #00ad0e;
}

.closeButton:active {
	background-color: #005707;
}

#transOverlay {
	position: fixed;
	top: 120px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
	display: none;
	background: rgba(0, 0, 0, 0);
}

.vp1 #transOverlay {
	top: 60px;
}

.timers #transOverlay {
	top: 142px;
}

.timers .vp1 #transOverlay {
	top: 70px;
}

#game_help {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.85);
	z-index: 3200;
	visibility: hidden;
}

.vp1 #game_help_text {
    font-size:12px;

}

#game_help_text {
	margin: 2.5%;
	width: 95%;
	font-size: 24px;
	color: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 80%;
	-webkit-overflow-scrolling: touch;
	clear: both;
	text-align: left;
}

#game_help_text ul {
	list-style-position: inside;
}

#game_help_close {
	margin-top: -15px;
}

.game_title:first-child {
	margin-left: 2.5%;
}

.game_title {
	float: left;
	font: 30px Arial;
	color: #fff;
	line-height: 112px;
	height: 112px;
}

#swipeup {
	width: 100%;
	height: 4000px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
	text-align: center;
	display: none;
	background: rgba(0, 0, 0, 1);
}

#swipeup img {
	margin-top: 50px;
	width: 25%;
	margin-left: 170px;
}

#swipeup_text {
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 40px;
	color: #cecece;
	position: fixed;
	top: 165px;
	left: 250px;
}

/*#historyContainer table {
	display: none;
}*/

#practiceMode {
	line-height: 102px;
	color: #ff0000;
	font-weight: bold;
	position: fixed;
	z-index: 61;
	width: 100%;
	text-align: center;
	top: 0;
	font-size: 130%;
}

.p #practiceMode {
	display: none !important;
}

#ShowInfoContainer {
	/*background: #000000;*/
	z-index: 120;
	float: left;
	display: none;
	opacity: 0;
	width: 100%;
	margin-top: -20px;
}

#aboutContainer {
	/*background: #000000;*/
	z-index: 120;
	float: left;
	display: none;
	opacity: 0;
	width: 100%;
	/*margin-top: -20px;*/
}

#aboutText {
	background: #171717;
	width: 70%;
	margin-left: 15%;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
}

#aboutText div {
	margin: 25px;
}

#aboutText a {
	color: #fff;
}

#overlay_bg, #entrypopup_overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #000000;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

#allGamesRestricted_overlay_bg {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #000000;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	z-index: 40;
}

#game_limit {
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: fixed;
	z-index: 6000;
	top: 0;
	left: 0;
}

#game_limit .game_limit_container {
	margin: 10% auto;
	margin-top: 1%;
	border-radius: 8px;
	width: 79%;
	height: auto;
	min-height: 20%;
	padding: 3%;
	text-align: center;
	background: #171717;
	color: #fff;
	border: 1px solid #7d7b7a;
}

.p #game_limit .game_limit_container {
	margin-top: 10%;
	width: 88%;
}

.vp1 #game_limit .game_limit_container {
	margin-top: 4%;
}

.vp1.ipad #game_limit .game_limit_container {
	width: 53%;
}

#game_limit .game_limit_container h2 {
	font: normal 173% Arial,Helvetica,sans-serif;
}

#game_limit .game_limit_container .game_Limit_Options {
	text-align: left;
	font: normal 155% Arial,Helvetica,sans-serif;
	width: 100%;
	margin-left: 9%;
	float: left;
}

#game_limit .game_limit_container input[type=radio] {
	vertical-align: middle;
	line-height: 24px;
	width: 5em;
	height: 5em;
	border-radius: 25px;
}

.vp1 #game_limit .game_limit_container input[type=radio] {
	width: 2em;
	height: 2em;
}

#game_limit .game_limit_container .game_limit_dialog_error {
	margin-top: 10px;
	display: block;
	font-size: 140%;
	color: #ff0000;
}

#game_limit .game_limit_container button {
	background-color: #000;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #565656;
	display: inline-block;
	width: auto;
	height: auto;
	text-align: center;
	margin: 10px;
	margin-top: 30px;
	color: #fff;
	font-family: Verdana;
	font-size: 150%;
	font-weight: normal;
	padding: 15px 0;
	text-decoration: none;
	width: 40%;
}

.vp1 #game_limit .game_limit_container button {
	margin-top: 10px;
}

#game_limit .game_limit_container button:active {
	background-color: #1a1a1a;
}

#game_limit .game_limit_container h2 a, #game_limit .game_limit_container h2 a:visited, #game_limit .game_limit_container h2 a:active {
	color: #fff;
}

#money_bring_text {
	display: block;
	font-weight: bold;
}

#game_limit input[type=number] {
	width: 255px;
	height: 70px;
	font-size: 23pt;
	position: relative;
	vertical-align: middle;
	padding-left: 5px;
	top: -5px;
}

.vp1 #game_limit input[type=number] {
	width: 182px;
	height: 30px;
}

.p #game_limit input[type=number] {
	width: 155px;
}

.vp1 .p #game_limit input[type=number] {
	width: 140px;
}

#regLimitVal {
	display: inline-block;
}

.reg_limit_option {
	margin-bottom: 40px;
}

.reg_limit_option .regLimitRdb {
	float: left;
	margin-right: 10px;
}

.reg_limit_option .otherLimitRdb {
	margin-right: 15px;
}

.regLimitTxtVal {
	float: left;
	width: 80%;
}

.vp1 .reg_limit_option {
	margin-bottom: 24px;
}

.other_limit_option {
	clear: both;
	padding-top: 7%;
}

#game_limit_form {
	display: inline;
}

#arenas {
    background: #1e1e1e;
    height: 92px;
    border-bottom: 6px solid #656565;
    overflow-x: hidden;
	position: absolute;
	width: 100%;
}

#arenas.sticky {
	position: fixed;
	z-index: 40;
}

.vp1 #arenas {
    height: 45px;
    border-bottom-width: 2px;
}

#arenas ul {
    width: 100%;
    overflow: hidden;
    height: 88px;
    list-style: none;
	-webkit-transition: 300ms;
    transition: 300ms;
}

.vp1 #arenas ul {
    height: 43px;
}

#arenas ul li {
    text-align: center;
    height: 84px;
    line-height: 80px;
    font: 30px Verdana;
    color: #6f6f6f;
    float: left;
    margin: 0;
    line-height: 90px;
}

#arenas ul li.freeplay.active {
	background: #2a2a2a url('/app_themes/888NJHybridTheme/images/general/arena_fp.png') no-repeat !important;
	background-position: 95% 50% !important;
}

#arenas ul li.freeplay {
	background: url('/app_themes/888NJHybridTheme/images/general/arena_fp.png') no-repeat !important;
	background-position: 95% 50% !important;
}

#arenas ul li.freeplay_empty.active {
	background: #2a2a2a url('/app_themes/888NJHybridTheme/images/general/arena_fp_dis.png') no-repeat !important;
	background-position: 95% 50% !important;
}

#arenas ul li.freeplay_empty {
	background: url('/app_themes/888NJHybridTheme/images/general/arena_fp_dis.png') no-repeat !important;
	background-position: 95% 50% !important;
}

.vp1 #arenas ul li.freeplay, .vp1 #arenas ul li.freeplay.active {
	background-size: 15px !important;
}

.vp1 #arenas ul li {
    height: 45px;
    font: 15px Verdana;
    line-height: 45px;
}


#arenas ul li.active {
    background: #2a2a2a;
    /*border-bottom: 6px solid #80ff0b;*/
    height: 86px;
	color: #fff;
}

.vp1 #arenas ul li.active {
    /*border-bottom: 3px solid #80ff0b;*/
    height: 45px;
}

#arena_active {
	height: 4px;
	background-color: #80ff06;
	-webkit-transition: 300ms;
}

.vp1 #arena_active {
	height: 2px;
	position: relative;
	top: 0;
}

.fpGroupIcon {
    width: 70px !important;
    height: 70px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.vp1 .fpGroupIcon {
    width: 35px !important;
    height: 35px;
}

#lobby-games-container ul li.sep {
	border-top: 4px solid #454545;
	padding-top: 10px;
	margin-bottom: 0px;
	color: #7d7d7d;
	font: 300 22px Verdana;
	width: 94% !important;
	height: 24px;
	margin-left: 3%;
	margin-top: 0;
	margin-bottom: 0px;
}

#lobby-games-container ul li.sep.nofp {
	padding-top: 30px;
	text-align: center;
	height: 100px;
}

.vp1 #lobby-games-container ul li.sep.nofp {
	padding-top: 20px;
	text-align: center;
	margin-bottom: 10px;
	height: 50px;
}

.vp1 #lobby-games-container ul li.sep {
	border-top: 3px solid #454545;
	padding-top: 7px;
	width: 90% !important;
	font: bold 11px Verdana;
	height: 12px;
}

.history_totals > table > tr .game_action_time{ display: inline-block; margin-bottom: 10px}
.history_totals table { float: right;margin-right: 20px;}
.history_totals table:after { content: ''; display: block; height: 0; clear: both;}


#lobby-games-container ul li.sep.noborder {
	border-top: 0;
}

#lobby-games-container ul li div img {
    /*-webkit-filter: drop-shadow(5px 5px 5px #000);*/
}
/* tutorial - tutorial - tutorial - tutorial - tutorial - tutorial - tutorial - tutorial - tutorial - tutorial - tutorial - tutorial - tutorial - tutorial - tutorial */
/* tutorial - tutorial - tutorial - tutorial - tutorial - tutorial - tutorial - tutorial - tutorial - tutorial - tutorial - tutorial - tutorial - tutorial - tutorial */
/* tutorial - tutorial - tutorial - tutorial - tutorial - tutorial - tutorial - tutorial - tutorial - tutorial - tutorial - tutorial - tutorial - tutorial - tutorial */
/*
	#tutorial {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.65);
		z-index: 3200;
	}
	
	#tutorial_canvas {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.tutorial_page {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	#tutorial_welcome {
		margin-top: 25%;
		width: 100%;
		text-align: center;
		font-size: 35px !important;
		line-height: 45px !important;
	}
	
	#tutorial_next {
		right: 0;
	}
	
	#tutorial_back {
		left: 0;
	}
	
	.tutorial_item {
		font-family: 'Gloria Hallelujah', cursive;
		font-size: 30px;
		color: #fff;
		position: absolute;
	}
	
	.tutorial_button {
		width: 50%;
		text-align: center;
		height: 50px;
		font-size: 50px;
		line-height: 50px;
		bottom: 0;
	}

*/
/* services - services - services - services - services - services - services - services - services - services - services - services - services - services - services */
/* services - services - services - services - services - services - services - services - services - services - services - services - services - services - services */
/* services - services - services - services - services - services - services - services - services - services - services - services - services - services - services */

	#historyContainer {
		/*background: #000000;*/
		z-index: 120;
		float: left;
		display: none;
	}

	.fake-top-menu {
		height: 52px;
	}

	.fake-logo-container {
		float: left;
		height: 60px;
		line-height: 60px;
	}
	
	.rhtml .fake-logo-container {
		width: 60px;
	}

	#logo-back {
		float: left;
		margin: 30px 0 0 5px;
		width: 24px;
	}

	#login-logo-back {
		float left;
		margin: 18px 4px 0 5px;
		width: 24px;
		vertical-align: top;
	}

	.vp1 #login-logo-back, .p.vp1 #login-logo-back, .vp1 #logo-back { 
		width: 12px !important;
		margin-top: 15px !important;
	}

	.lobby-logo-back {
		display: none;
	}

	.fake-logo {
		width: 42px;
	}

    #servicesIframe, #serviceForm{ width:100% !important; height: 100% !important; }

/* bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - */
/* bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - */
/* bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - bubble - */

	#bubble_container {
		position: fixed;
		left: 0px;
		z-index: 9999;
		width: 500px;
		height: 200px;
		display: none;
	}

	.vp1 #bubble_container {
		width: 250px;
		height: 100px;
	}

	#bubble_content {
		width: 500px;
		height: 200px;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,223,223,1)), color-stop(24%,rgba(252,252,252,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(79%,rgba(252,252,252,1)), color-stop(100%,rgba(223,223,223,1)));
 /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(223,223,223,1) 0%,rgba(252,252,252,1) 24%,rgba(255,255,255,1) 50%,rgba(252,252,252,1) 79%,rgba(223,223,223,1) 100%);
 /* Chrome10+,Safari5.1+ */
		background: linear-gradient(to bottom, rgba(223,223,223,1) 0%,rgba(252,252,252,1) 24%,rgba(255,255,255,1) 50%,rgba(252,252,252,1) 79%,rgba(223,223,223,1) 100%);
 /* W3C */
		border-radius: 5px;
		font: 32px Arial;
	}

	.vp1 #bubble_content {
		width: 250px;
		height: 100px;
		font: 16px Arial;
	}

	#bubble_text {
		width: 400px;
		padding: 20px;
		margin-top: -30px;
	}

	.vp1 #bubble_text {
		width: 200px;
		padding: 10px;
		margin-top: -15px;
	}

	#bubble_text img {
		width: 40px;
		height: 40px;
	}

	.vp1 #bubble_text img {
		width: 15px;
		height: 20px;
	}

	.button_arrow {
		width: 0px;
		height: 0px;
		border-style: solid;
		display: none;
		margin-left: 242.5px;
	}

	.ipad .button_arrow {
		margin-left: 121.25px;
	}

	#bubble_arrow_top {
		border-width: 0 15px 30px 15px;
		border-color: transparent transparent rgba(223,223,223,1) transparent;
	}

	#bubble_arrow_bottom {
		border-width: 30px 15px 0 15px;
		border-color: rgba(223,223,223,1) transparent transparent transparent;
	}

	.vp1 #bubble_arrow_top {
		border-width: 0 7.5px 15px 7.5px;
	}

	.vp1 #bubble_arrow_bottom {
		border-width: 15px 7.5px 0 7.5px;
	}

	.vp1 .bubble_arrow {
		margin-left: 117.5px;
	}

	#bubble_close {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a0a0a0), color-stop(1, #ccc));
		background: -webkit-linear-gradient(top, #a0a0a0 5%, #ccc 100%);
		background: linear-gradient(to bottom, #a0a0a0 5%, #ccc 100%);
		border-radius: 25px;
		display: inline-block;
		color: #000;
		font: normal 26px 'Arial';
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		text-shadow: 0px 1px 0px #004005;
		z-index: 130;
		position: relative;
		top: 5px;
		left: 450px;
	}

	.vp1 #bubble_close {
		top: 5px;
		left: 225px;
		width: 20px;
		height: 20px;
		font: normal 13px 'Arial';
		line-height: 20px;
	}
	
/* regulation limit - regulation limit - regulation limit - regulation limit - regulation limit - regulation limit - regulation limit - regulation limit */
/* regulation limit - regulation limit - regulation limit - regulation limit - regulation limit - regulation limit - regulation limit - regulation limit */
/* regulation limit - regulation limit - regulation limit - regulation limit - regulation limit - regulation limit - regulation limit - regulation limit */

	#regulation_limits {
		/*background: #444 !important;*/
		/*top: 0 !important;*/
	}

	.l #regulation_limits {
		background: linear-gradient(to bottom, #444 0, #444 550px, #2b2b2b 552px) !important;
	}

	.p #regulation_limits {
		background: linear-gradient(to bottom, #444 0, #444 900px, #2b2b2b 902px) !important;
	}

	.vp1.l #regulation_limits {
		background: linear-gradient(to bottom, #444 0, #444 275px, #2b2b2b 276px) !important;
	}

	.vp1.p #regulation_limits {
		background: linear-gradient(to bottom, #444 0, #444 450px, #2b2b2b 451px) !important;
	}

	#regulation_limits .back {
		background: url('/mobile/images/regulation_screen_back.png') no-repeat;
		background-size: 24px 40px;
		padding-left: 30px;
		margin-top: 10px;
		margin-left: 40px;
		height: 40px;
		line-height: 40px;
		color: #84fa0e;
		float: left;
	}

	.vp1 #regulation_limits .back {
		background-size: 12px 20px;
		padding-left: 15px;
		margin-top: 10px;
		margin-left: 20px;
		height: 20px;
		line-height: 20px
	}

	#regulation_limits .help {
		border: 6px solid #84fa0e;
		color: #84fa0e;
		width: 40px;
		height: 40px;
		border-radius: 40px;
		font-weight: bold;
		float: right;
		margin-right: 40px;
		margin-top: 20px;
		text-align: center;
		line-height: 40px;
	}

	.vp1 #regulation_limits .help {
		border: 3px solid #84fa0e;
		width: 20px;
		height: 20px;
		border-radius: 20px;
		margin-right: 20px;
		margin-top: 10px;
		line-height: 20px;
	}

	.regulationLimitsAdvanced {
		float: left;
		color: #84fa0e;
		font-size: 22px;
		margin: 10px 0;
	}

	.vp1 .regulationLimitsAdvanced {
		font-size: 11px;
		margin: 5px 0;
	}

	.l .limit_fields {
		width: 1080px;
		margin: 0 auto;
		height: 328px;
		margin-top: 0px;
	}

	.vp1.l .limit_fields {
		width: 540px;
		height: 164px;
		margin-top: 0px;
	}

	.p .limit_fields {
		width: 500px;
		margin: 0 auto;
		height: 656px;
	}

	.vp1.p .limit_fields {
		width: 250px;
		margin: 0 auto;
		height: 328px;
	}

	.field_container {
		width: 500px;
		margin: 10px 0;
		float: left;
	}

	.vp1 .field_container {
		width: 250px;
		margin: 5px 0;
	}

	.l .field_container:nth-of-type(2n) {
		margin-left: 80px;
	}

	.l .field_container:nth-of-type(3) {
		clear: left;
	}

	.vp1.l .field_container:nth-of-type(2n) {
		margin-left: 40px;
	}

	.dropdown_container {
		overflow: hidden;
		height: 84px;
		background-size: 84px 84px;
		border-radius: 14px;
		border: 2px solid #444;
		position: relative;
        background: #272727;
	}

	.dropdown_container:before{
		background: #272727 url('/mobile/images/dd.png') 0 0 no-repeat;
		position: absolute;
		content: "";
		top: 0;
		width: 86px;
		height: 86px;
		right: 0;
        background-size: contain;
	}

    .vp1 .dropdown_container:before {
        width: 42px;
        height: 42px;
    }

	.vp1 .dropdown_container {
		height: 42px;
		border-radius: 7px;
		border: 1px solid #444;
	}

	.field_container select {
		width: 540px;
		height: 84px;
		line-height: 84px;
		background: transparent;
		border: 0;
		color: #fff;
		padding: 0px 16px;
		font-size: 25px;
        position: relative;
		z-index: 1;
	}

	.vp1 .field_container select {
		width: 270px;
		height: 42px;
		line-height: 42px;
		padding: 0px 8px;
		font-size: 14px;
	}

	.field_container select option {
		background: #272727;
		height: 84px;
		line-height: 84px;
	}

	.vp1 .field_container select option {
		height: 42px;
		line-height: 42px;
	}

	.field_container .required {
		color: #80ff06;
		float: left;
	}

	#regulation_limits .regulation_limits_title {
		font-weight: bold;
		display: block;
		margin-bottom: 10px;
	}

	.vp1 #regulation_limits .regulation_limits_title {
		margin-bottom: 5px;
	}

	#regulation_limits .accept {
		background: #80ff06;
		width: 362px;
		height: 84px;
		line-height: 84px;
		text-align: center;
		font-weight: bold;
		color: #000;
		margin: 36px auto 0 auto;
		border-radius: 20px;
	}
	
	.p #regulation_limits .accept { 
		margin-top: -4px;
	}

	.vp1 #regulation_limits .accept, .vp1.p #regulation_limits .accept {
		width: 181px;
		height: 42px;
		line-height: 42px;
		border-radius: 10px;
		margin: 18px auto 0 auto;
	}

	.vp1 #regulation_limits .accept {
		width: 181px;
		height: 42px;
		line-height: 42px;
		border-radius: 10px;
		margin: 18px auto 0 auto;
	}

	.ipad.vp1 #regulation_limits .accept {
		margin: 25px auto 0 auto;
	}

	#regulation_limits .accept:active {
		background: #468d02;
	}

	#regulation_limits .caption {
		background: #2b2b2b;
		color: #fff;
		text-align: center;
		padding: 20px;
		font-size: 12px;
		margin-top: 20px;
	}

	.l #regulation_limits .caption {
		padding-top: 5px;
	}

	.vp1 #regulation_limits .caption {
		padding: 10px;
		font-size: 12px;
		margin-top: 8px;
	}

	.ipad.vp1 #regulation_limits .caption {
		margin-top: 7px;
	}

	#regulation_limits .caption a {
		color: #fff;
	}

/* languages - languages - languages - languages - languages - languages - languages - languages - languages - languages - languages - languages - languages - languages - languages */
/* languages - languages - languages - languages - languages - languages - languages - languages - languages - languages - languages - languages - languages - languages - languages */
/* languages - languages - languages - languages - languages - languages - languages - languages - languages - languages - languages - languages - languages - languages - languages */

	#lang_container, #regulation_limits {
		position: fixed;
		top: 102px;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		display: none;
		background: #252525;
		-webkit-font-smoothing: subpixel-antialiased;
		opacity: 0;
		color: #fff;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}

    #lang_container {top: 120px;}
	.vp1 #lang_container {top: 60px;}

	#lang_container.bunch div {
		width: 33%;
		float: left;
		margin-top: 40px;
		text-align: center;
		margin: 20px auto 34px auto;
	}

	.l #lang_container.bunch div {
		width: 25%;
		float: left;
		margin: 20px auto 34px auto;
	}

	#lang_container.bunch div .lang_flag, #lang_container.bunch div img {
		width: 160px;
		height: 132px;
		float: none;
	}

	.vp1 #lang_container.bunch div {
		width: 33%;
		float: left;
		margin-top: 20px;
		text-align: center;
		margin: 20px auto 17px auto;
	}

	.vp1.l #lang_container.bunch div {
		width: 25%;
		float: left;
		text-align: center;
		margin: 20px auto 17px auto;
	}

	.vp1 #lang_container.bunch div .lang_flag, .vp1 #lang_container.bunch div img {
		width: 80px;
		height: 66px;
		float: none;
	}

	.lang_flag img {
		visibility: hidden;
	}

	.lang_flag {
		background-image: url('/mobile/images/flags_vertical.png');
		background-repeat: no-repeat;
		background-size: cover;
	}

	.vp1 .lang_flag.ch {
		background-position-y: 0px;
	}

	.vp1 .lang_flag.fi {
		background-position-y: -67px;
	}

	.vp1 .lang_flag.fr {
		background-position-y: -134px;
	}

	.vp1 .lang_flag.de {
		background-position-y: -202px;
	}

	.vp1 .lang_flag.it {
		background-position-y: -269px;
	}

	.vp1 .lang_flag.pt {
		background-position-y: -336px;
	}

	.vp1 .lang_flag.ru {
		background-position-y: -404px;
	}

	.vp1 .lang_flag.es {
		background-position-y: -471px;
	}

	.vp1 .lang_flag.en {
		background-position-y: -539px;
	}

	.vp1 .lang_flag.sv {
		background-position-y: -606px;
	}
	
	.vp1 .lang_flag.ar {
		background-position-y: -673px;
	}
	
	.vp1 .lang_flag.el {
		background-position-y: -840px;
	}


	.lang_flag.ch {
		background-position-y: 0px;
	}

	.lang_flag.fi {
		background-position-y: -134px;
	}

	.lang_flag.fr {
		background-position-y: -269px;
	}

	.lang_flag.de {
		background-position-y: -404px;
	}

	.lang_flag.it {
		background-position-y: -539px;
	}

	.lang_flag.pt {
		background-position-y: -674px;
	}

	.lang_flag.ru {
		background-position-y: -808px;
	}

	.lang_flag.es {
		background-position-y: -943px;
	}

	.lang_flag.en {
		background-position-y: -1078px;
	}

	.lang_flag.sv {
		background-position-y: -1213px;
	}
	
	.lang_flag.ar {
		background-position-y: -1348px;
	}
	
	.lang_flag.el {
		background-position-y: -1680px;
	}

	#languages {
		float: right;
		background-size: 100% 200%;
		margin-right: 10px;
		width: 90px;
		margin-top: 5px;
		height: 70px;
	}

	.vp1 #languages {
		width: 45px;
		height: 35px;
		margin-top: 1px;
	}

	#languages img {
		width: 100%;
		vertical-align: top;
		height: 70px;
	}

	.vp1 #languages img {
		height: 35px;
	}

	.languageClose {
		top: 20px;
		right: 15px;
		-webkit-perspective: 1000;
		backface-visibility: hidden;
		transform: translateZ(0);
		-webkit-font-smoothing: subpixel-antialiased;
		-webkit-text-stroke: 0.35px;
		-webkit-transform: translate3d(0,0,0);
	}

	.lang_clear {
		clear: both;
		float: none;
	}

/* banners - banners - banners - banners - banners - banners - banners - banners - banners - banners - banners - banners - banners - banners - banners - banners - */
/* banners - banners - banners - banners - banners - banners - banners - banners - banners - banners - banners - banners - banners - banners - banners - banners - */
/* banners - banners - banners - banners - banners - banners - banners - banners - banners - banners - banners - banners - banners - banners - banners - banners - */

	#banners_iframe_container {
		top: 120px;
		position: absolute;
		border-top: 4px solid #80ff06;
		border-bottom: 4px solid #80ff06;
	}

	.l:not(.ipad) #banners_iframe_container {
		display: none !important;
	}
	
	#banners_iframe_container a {
		position: absolute;
	}
	
	.vp1 #banners_iframe_container {
		top: 60px;
		border-top: 2px solid #80ff06;
		border-bottom: 2px solid #80ff06;
	}
	
	.timers #banners_iframe_container {
		top: 140px;
	}
	
	.timers .vp1 #banners_iframe_container {
		top: 70px;
	}
	
	.banners_iframe {
		width: 100%;
		overflow: hidden;
		/*background: rgba(36, 126, 28, 0.54);
		background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);*/;
	}

	/*
	.p .banners_iframe {
		height: 160px;
		overflow: hidden;
	}

	.l .banners_iframe {
		height: 90px;
	}

	.l.vp1.ipad .banners_iframe {
		height: 162px;
	}

	.p.vp1.ipad .banners_iframe {
		height: 360px;
	}

	.vp1.p .banners_iframe {
		height: 80px;
	}

	.vp1.l .banners_iframe {
		height: 45px;
	}
	*/

    /*#OMG_iframe_container {
        display: none;
        width: 800px;
        height: 500px;
        border: 5px solid #bcbcbc;
        text-align: center;
        position: fixed;
        border: 5px solid #bcbcbc;
        z-index: 10001;
        background: #000;
    }*/

    #OMG_container {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 6999;
    }
   
	#OMG_iframe {
	    width: 100px;
	    min-width: 100%;
	    height: 100px;
	    min-height: 100%;
        text-align: center;        
	}

    #omgPopUp_overlay {
	    left: 0;
	    top: 0;
	    background-color: #000000;
	    opacity: 0.7;
	    width: 100%;
	    height: 100%;
	    z-index: 10000;
        position: fixed;
    }

    #OMG_iframe_container {
        position: relative;
        transform: translateY(-50%);
        z-index: 10001;
        -webkit-transform: translateY(-50%);
        margin: auto;
        top: 50%;
        width: 80%;
        height: 70%;
        border: 2px solid #333;
    }

    .p #OMG_iframe_container {
		width: 80%;
		height: 80%;
	}

	.ipad #OMG_iframe_container {
		width: 60%;
		height: 35%; 
	}

	.p.ipad #OMG_iframe_container {
		width: 40%;
		height: 50%;
	}

	/*.vp1 #OMG_iframe {
		width: 80%;
		height: 70%;
	}

	.vp1.p #OMG_iframe {
		width: 80%;
		height: 80%;
	}*/

	#entry_popup {
		display: none;
		width: 800px;
		height: 500px;
		border: 5px solid #bcbcbc;
		text-align: center;
		position: fixed;
		border: 5px solid #bcbcbc;
		z-index: 1001;
		background: #000;
	}

	#entry_popup_iframe {
		width: 800px;
		height: 500px;
	}

	#entry_popup_close {
		background: #000 !important;
		font: normal 50px 'Arial';
		width: 80px;
		height: 80px;
		line-height: 80px;
		top: -40px;
		right: -40px;
		border-radius: 50px;
		position: absolute;
		border: 5px solid #bcbcbc;
		color: #bcbcbc;
	}


	.p #entry_popup, .p #entry_popup_iframe {
		width: 500px;
		height: 700px;
	}

	.vp1.ipad #entry_popup, .vp1.ipad #entry_popup_iframe {
		width: 800px;
		height: 500px;
	}

	.vp1.p.ipad #entry_popup, .vp1.p.ipad #entry_popup_iframe {
		width: 500px;
		height: 800px;
	}

	.vp1 #entry_popup, .vp1 #entry_popup_iframe {
		width: 400px;
		height: 250px;
	}

	.vp1.p #entry_popup, .vp1.p #entry_popup_iframe {
		width: 250px;
		height: 400px;
	}

	.vp1 #entry_popup_close {
		top: -20px;
		right: -20px;
		line-height: 40px;
		width: 40px;
		height: 40px;
		font-size: 25px;
	}
	.l .hide_landscape {
		display: none;
	}


/* history - history - history - history - history - history - history - history - history - history - history - history - history - history - history - history - */
/* history - history - history - history - history - history - history - history - history - history - history - history - history - history - history - history - */
/* history - history - history - history - history - history - history - history - history - history - history - history - history - history - history - history - */

/*slots session history*/

   #sessionHistoryContainer {
		/*background: #000000;*/
		z-index: 120;
		float: left;
		display: none;
        width: 100%;
	}


	#sessionHistoryContainer table {
		width: 92%;
		margin-left: 4%;
		border-spacing: 0;
		border-collapse: collapse;
		margin-top: 20px;
        color: #fff;
	    text-align: center;
	}

    .p #sessionHistoryContainer table {
		width: 92%;
        margin-left: 1%;
	}
	
	.p.vp1 #sessionHistoryContainer table {
	    width: 96%;
        margin-left: 2%;
	}

    #sessionHistoryContainer table th {
        padding: 1px;
        border: 2px solid white;
	}

    #sessionHistoryContainer table th:first-child {
        padding: 1px;
	}

    #sessionHistoryContainer table thead {        
        font-size: 1.1em;
	}

	.vp1 #sessionHistoryContainer table {
		font-size: 0.75em;
	}

	#sessionHistoryContainer table td {
		height: 100px;
		color: #fff;
	}

    #sessionHistoryContainer table td.sessionId_td {
        width: 5%;
    }

    #sessionHistoryContainer table td.sessionId_td div {       
        word-wrap: break-word;
        text-align: center;
        width: 80px;
        margin: 0 auto;
    }

    .vp1 #sessionHistoryContainer table td.sessionId_td div {       
        width: 35px;
    }

    #sessionHistoryContainer table td.session_thumbnail_td {
        width: 5%;
    }

    #sessionHistoryContainer table td.sessionEndDateTime_td {
        width: 10%;
    }

    #sessionHistoryContainer table td.totalBets_td {
       width: 10%;
    }

    #sessionHistoryContainer table td.totalWins_td {
        width: 10%;
    }

    #sessionHistoryContainer table td.sessionBalance_td {
        width: 10%;
    }

	#sesssionHistory_load {
		text-align: center;
		display: none;
		margin-top: 10px;
	}

    .session_thumbnail {
		vertical-align: middle;
		text-align: center;
	}

	#sessionHistoryContainer table tr:nth-child(2n) {
		background: #1b1b1b;
	}

	#sessionHistoryContainer table tr:nth-child(2n-1){
		background: #3a3a3a;
	}

   .sessionHistory_non {
		width: 100%;
		text-align: center;
	}

	.vp1 #view_full_history{
		font-size: 0.75em;
	}

	#view_full_history{
	    width: 92%;
	    display: none;
	    margin: 0 auto -20px auto;
	    text-align: center;
	    background: #000;
	    color: #FFF;
	    font-weight: bold;
	    padding: 10px 0px;
	    text-decoration: underline;
	    cursor: pointer;
	}


/*end of slots session history*/

	#historyContainer {
		/*background: #262626;*/
		opacity: 0;
		width: 100%;
	}

	#historyContainer > table {
		width: 92%;
		margin-left: 4%;
		border-spacing: 0;
		border-collapse: collapse;
		margin-top: 20px;
	    color: white;
	}


	.vp1 #historyContainer > table {
		font-size: 0.75em;
	}

	#historyCloseButton {
		right: 5px;
		top: 25px;
	}


    #historyContainer > table > tbody > tr {
        background: #3a3a3a;
    }

    #historyContainer > table > tbody > tr:nth-of-type(odd){
		background: #1b1b1b;
	}

	#historyContainer > table > tbody > tr > td {
		height: auto;
		padding-bottom:7px;
        font-size: 21px;
	    vertical-align: middle;
	}

    #historyContainer > table > tbody td.history_thumbnail td { text-align: left;}

    #historyContainer > table > tbody td.history_thumbnail > table { margin-left: 20px;}

    #historyContainer > table > tbody > tr > td.history_thumbnail { margin-left: 20px; }

    .p #historyContainer table td .history_row, .p #historyContainer table td .history_totals{padding: 5px 10px;}

    #historyContainer table td.history_thumbnail img {
        height:140px;
        top: 12px;
        position: relative;
    }
    .vp1 #historyContainer table td.history_thumbnail img {height:90px;}

	.history_thumbnail {
		text-align: center;
	}

	.history_details {
		text-align: left;
		width: 100%;
		vertical-align: middle;
	}

	.history_details a, .history_totals a {
		color: #fff;
	}

	.game_name {
		font-weight: bold;
		display: inline-block;
		margin: 10px 0;
	}

	.history_row {
		vertical-align: top;
		width: 100px;
		white-space: nowrap;
		padding-top: 30px !important;
	}

	.history_non {
		width: 100%;
		text-align: center;
	}

	.history_asterisk {
		display: none;
		color: #ff0000;
		font-weight: bold;
	}

	tr.bigwin .history_asterisk {
		display: inline;
	}

	.history_totals {
		vertical-align: middle;
		width: 100px;
		white-space: nowrap;
		font-weight: bold;
		text-align: right;
	}

	#history_load {
		text-align: center;
		display: none;
		margin-top: 10px;
	}

	tr.bigwin .bigwin {
		color: #ff0000;
		text-decoration: underline;
	}

	.p #historyContainer table td {
		padding: 5px 0px;
	}

	.more_info {
		height: auto !important;
	    padding-top: 8px;
		text-align: right;
	}

	.more_info a {
		color: #fff;
		font-weight: bold;
	}


/* timers - timers - timers - timers - timers - timers - timers - timers - timers - timers - timers - timers - timers - timers - timers - timers - timers - timers - */
/* timers - timers - timers - timers - timers - timers - timers - timers - timers - timers - timers - timers - timers - timers - timers - timers - timers - timers - */
/* timers - timers - timers - timers - timers - timers - timers - timers - timers - timers - timers - timers - timers - timers - timers - timers - timers - timers - */

	#timers_container {
		z-index: 3100;
		height: 20px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #252525;
		display: none;
		perspective: 1000;
	}

	/* flip */

	/*#timers_container:hover .flipper, #timers_container.reminder .flipper {
		-webkit-transform: rotateX(180deg);
	}*/

	.flipper, .vp1.doublestrip .flipper {
		/*transition: 0.6s;
		-webkit-transform-style: preserve-3d;*/
		position: relative;
		-webkit-transform-origin: 100% 10px; /* half of height */
	}

	/*
	.doublestrip .flipper {
		-webkit-transform-origin: 100% 20px; 
	}

	.vp1 .flipper {
		-webkit-transform-origin: 100% 5px; 
	}
	*/

	#timers_front, #timers_back {
		width: 100%;
		height: 20px;
		/*-webkit-backface-visibility: hidden;*/
		position: absolute;
		top: 0;
		left: 0;
	}

	.vp1.doublestrip #timers_front, .vp1.doublestrip #timers_back, #timers_front, #timers_back {
		height: 20px;
	}

	.doublestrip #timers_front, .doublestrip #timers_back {
		height: 40px;
	}

	.vp1 #timers_front, .vp1 #timers_back {
		height: 10px;
	}

	#timers_front {
		z-index: 2;
		/* for firefox 31
		-webkit-transform: rotateX(0deg); */
	}

	#timers_back {
		/*-webkit-transform: rotateX(180deg);*/
		text-align: center;
		font-size: 20px;
		line-height: 40px;
        width: 99.3%;
		display: none;
	}

	.reminder #timers_back {
		display: block;
		font-size: 20px;
        color: red;
	    border: 4px solid red;
        box-sizing: border-box;
        line-height: 33px;
    	width: 100%;
	}

    .reminder #timers_back.timespent {
		border: 4px solid #252525;
		color: #FFF;
		background: #252525;
	}

	.p .reminder #timers_back {
		font-size: 13px;
	}

	.reminder #timers_front {
		display: none;
	}

	.vp1 #timers_back{
		font-size: 10px;
		line-height: 20px;
	}

    .vp1 .reminder #timers_back {
        border-width: 2px;
	    height: 20px;
	    font-size: 10px;
	    line-height: 15px;
	    display: block;
	    font-weight: bold;
    }

	.vp1.p .reminder #timers_back {
		font-size: 7px;
	}

	/* flip */

	.doublestrip #timers_container {
		height: 40px;
	}

	#timers_container.show {
		display: block !important;
	}

	.timer, .regulation_data {
		color: #fff;
		line-height: 20px;
		font-size: 20px;
	}

	.p .timer, .p .regulation_data {
		font-size: 15px;
	}

	.regulation_data {
		display: none;
	}

	#session_timer {
		position: absolute;
		right: 0;
	}

	#total_bets, #session_balance, #total_earnings {
		display: none;
		position: absolute;
		right: 0;
	}

	.doublestrip #total_bets, .doublestrip #session_balance, .doublestrip #total_earnings , .doublestrip #bankRoll {
		display: block;
	}

	#session_balance, #total_earnings {
		position: absolute;
		top: 20px;
	}

	#session_balance {
		left: 0;
	}

	#total_earnings {
		right: 0;
	}

	.vp1 #session_balance, .vp1 #total_earnings {
		top: 10px;
	}

    #realtime_clock, #game_name {display: inline;}

	#game_clock{
		width: 100%;
		position: absolute;
		text-align: center;
	}

	#last_login {
		position: absolute;
		left: 0;
        display: none;
	}

	#last_login_text {
		display: none;
		float: left;
	}

	#regulation_data_left, #session_balance , #bankRoll {
		float: left;
	}

	#regulation_data_left, #regulation_data_right {
		font-size: 16px;
	}

	#regulation_data_right, #total_earnings {
		float: right;
	}

	.vp1 #regulation_data_left, .vp1 #session_balance , .vp1 #bankRoll{
		float: left;
		font-size: 10px;
	}

	.vp1 #regulation_data_right, .vp1 #total_earnings {
		float: right;
		font-size: 10px;
	}

	.p.vp1 #regulation_data_left, .p.vp1 #session_balance, .p.vp1 #regulation_data_right, .p.vp1 #total_earnings {
		
	}

	.timer_caption {
		text-transform: uppercase;
		color: #888;
	}

/* message dialog - message dialog - message dialog - message dialog - message dialog - message dialog - message dialog - message dialog - message dialog - message dialog - message dialog - message dialog - message dialog */
/* message dialog - message dialog - message dialog - message dialog - message dialog - message dialog - message dialog - message dialog - message dialog - message dialog - message dialog - message dialog - message dialog */
/* message dialog - message dialog - message dialog - message dialog - message dialog - message dialog - message dialog - message dialog - message dialog - message dialog - message dialog - message dialog - message dialog */

	#error_dialog_general {
		width: 100%;
		height: 100%;
		margin: 0 auto;
		position: fixed;
		z-index: 6000;
		top: 0;
		left: 0;
	}
	
    #error_dialog_overlay{
		position: relative;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.7);
	}

	#error_text_container {
		position: fixed;
		left: 50%;
	}

	#error_dialog_general .error_dialog_text {
		margin: 0% auto;
		border-radius: 8px;
		height: auto;
		min-height: 20%;
		background: #444;
		color: #b3b3b3;
		text-align: center;
		max-width: 1000px;
		position: relative;
		left: -50%;
		min-width: 600px;
		max-width: 1000px;
		float: left;
        overflow: hidden;
	}

    .error_dialog_text table{
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
    }

    .error_dialog_text table td{
        width: 50%;
        border: 0;
        background-color: #666;
    }

    .error_dialog_text table td:first-child {
                border-radius: 0 0 0 8px;
        -webkit-border-radius: 0 0 0 8px;
    }
	
	.vp1 #error_dialog_general .error_dialog_text {
		min-width: 300px;
		max-width: 500px;
}
	
	.error_dialog_text div { 
		font-size: 34px !important;
		margin: 0 40px;
		padding-top: 40px;
	}
	
	.vp1 .error_dialog_text div {
		font-size: 17px !important;
		margin: 0 20px;
		padding-top: 20px;
	}

	
	.error_dialog_text p { 
		font-size: 30px !important;
		margin: 0 40px;
		padding-top: 40px;
		font-style: italic;
	}
	
	.vp1 .error_dialog_text p {
		font-size: 15px !important;
		margin: 0 20px;
		padding-top: 20px;
	}

	#error_dialog_general .error_dialog_text div a, #error_dialog_general .error_dialog_text div a:visited, #error_dialog_general .error_dialog_text div a:active {
		color: #fff;
	}

	#error_dialog_general .error_dialog_text button {
		float: left;
		background-color: #666;
		display: inline-block;
		width: 50%;
		text-align: center;
		color: #FFF;
		font-weight: normal;
		text-decoration: none;
		font-size: 36px;
		border: 0;
		padding: 25px 0px;
        width: 100%;
        vertical-align: middle;
}
	
	.vp1 #error_dialog_general .error_dialog_text button {
		font-size: 18px;
		padding: 14px 0;
	}
	
	#error_dialog_general .error_dialog_text button.first, #error_dialog_general .error_dialog_text td.first {
		/*border-radius: 0 0 8px 0;*/
		box-shadow: inset 4px 0px 0px #444;
		font-weight: bold;
	}
	
	.vp1 #error_dialog_general .error_dialog_text button.first, .vp1 #error_dialog_general .error_dialog_text td.first {
		box-shadow: inset 2px 0px 0px #444;
	}
	
	#error_dialog_general .error_dialog_text button.first.single, #error_dialog_general .error_dialog_text td.first.single{
		width: 100%;
		/*border-radius: 0 0 8px 8px;*/
        box-shadow: none;
	}
	
	#error_dialog_general .error_dialog_text button.second, #error_dialog_general .error_dialog_text td.second {
	/*	border-radius: 0 0 0 8px; */
	
	}

	#error_dialog_general .error_dialog_text button:active {
		background-color: #777;
	}

	#error_dialog_general .error_dialog_text button:focus {
		outline: none;
	}

    	.vp1 #temp_account_popup_container{
		transform: none;
	    -webkit-transform: none;
	}

    #temp_account_popup_container{
	    position: fixed;
	    z-index: 10000;
	    top: 0;
	    height: 100%;
	    width: 100%;
	    transform: scale(2);
	    -webkit-transform: scale(2);
	}
	#temp_account_popup{
	    width: 280px;
	    height: 350px;
	    background: #444;
	    color: #b3b3b3;    
	    transform: translateY(-50%);        
	    -webkit-transform: translateY(-50%);
	    margin: auto;
	    top: 150%;  
	    border-radius: 8px;
	    position: relative;
	    box-sizing: border-box;
	    padding: 20px;
	    -webkit-transition: ease top 500ms;
		transition: ease top 500ms;
	}
	#temp_account_popup.active{top:50%;}
	#temp_account_popup #temp_account_popup_close{
	    position: absolute;
	    top: -15px;
	    right: -15px;
	    color: #000;
	    width: 30px;
	    height: 30px;
	    border-radius: 50%;
	    -webkit-border-radius: 50%;
	    overflow: hidden;
	    border: 4px rgba(129,254,0,1) solid;
	    box-sizing: border-box;
	    background: #000;
	    cursor: pointer;
	}
	.vp1 #temp_account_popup #temp_account_popup_close:before{
		top: 2px;
	    left: 7px;
	}
	#temp_account_popup #temp_account_popup_close:before{
	    position: absolute;
	    top: -4px;
		left: 5px;
	    width: 100%;
	    height: 100%;
	    z-index: 1;
	    content: "x";
	    color: rgba(129,254,0,1);
	}
	#temp_account_popup .days_container{
	    position: relative;
	}

	#temp_account_popup .days_container #temp_account_day_one, #temp_account_popup .days_container #temp_account_day_two{
	    display: inline;
	    background: #000;
	    box-sizing: border-box;
	    border-radius: 8px;    
	    -webkit-border-radius: 8px;
	    border: 2px #666 solid;
	    text-align: center;
	    padding: 0px 5px;
	    margin: 0px 3px;
	}

	#temp_account_popup .days_container span{
	    text-transform: uppercase;
	    color: #FFF;
	    font-weight: bold;
	    text-align: center;
	    width: 100%;
	    display: block;
	    font-size: 22px;
	}
	#temp_account_popup #temp_account_days{
	    color: rgba(129,254,0,1);
	    font-size: 76px;
	    text-align: center;
	    z-index: 2;
	    position: relative;
	    margin-bottom: 10px;
	}
	.vp1 #temp_account_popup .error_dialog_text{
		font-size: 1em;
	}
	#temp_account_popup .error_dialog_text{
	    padding: 15px 0px;
	    line-height: 1.2em;
	    font-size: 0.7em;
	}
	#temp_account_popup #temp_account_upload{
	    width: 100%;
	    color: rgba(129,254,0,1);
	    background: #666;
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    text-align: center;
	    border-radius: 0px 0px 8px 8px;
	    -webkit-border-radius: 0px 0px 8px 8px;
	    padding: 14px 0px;
	    box-sizing: border-box;
	    font-weight: bold;
	    font-size: 18px;
	    cursor: pointer;
	}
	#temp_account_popup_overlay{
	    background: rgba(0, 0, 0, 0.7);
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}

    @media screen and (max-device-height: 570px) and (orientation: landscape){
		#temp_account_popup .days_container{width: 50%; float: left; height: 100%; top: 15px;}
		.vp1 #temp_account_popup .error_dialog_text{font-size: 0.9em;}
		#temp_account_popup .error_dialog_text{font-size: 0.6em;}
		#temp_account_popup {max-width: 420px; min-width: 420px; min-height: 230px; max-height: 230px;}
	}

/* hidden initialization - hidden initialization - hidden initialization - hidden initialization - hidden initialization - hidden initialization - hidden initialization - hidden initialization - hidden initialization */
/* hidden initialization - hidden initialization - hidden initialization - hidden initialization - hidden initialization - hidden initialization - hidden initialization - hidden initialization - hidden initialization */
/* hidden initialization - hidden initialization - hidden initialization - hidden initialization - hidden initialization - hidden initialization - hidden initialization - hidden initialization - hidden initialization */

	#hidden, #gamesWrapper {
		display: none;
	}


/* flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip */
/* flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip */
/* flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip - flip */

	#wrapper {
		z-index: 30;
        float:left;
		width:100%;
        overflow: hidden !important;
		position: relative;
	}


/* menu & balance - menu & balance - menu & balance - menu & balance - menu & balance - menu & balance - menu & balance - menu & balance - menu & balance - menu & balance - menu & balance - menu & balance - menu & balance */
/* menu & balance - menu & balance - menu & balance - menu & balance - menu & balance - menu & balance - menu & balance - menu & balance - menu & balance - menu & balance - menu & balance - menu & balance - menu & balance */
/* menu & balance - menu & balance - menu & balance - menu & balance - menu & balance - menu & balance - menu & balance - menu & balance - menu & balance - menu & balance - menu & balance - menu & balance - menu & balance */

	#top-menu-authenticated {
		position: fixed;
		top: 0;
		left: 0px;
		width: 100%;
		z-index: 62;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		height: 120px;
	}
	.vp1 #top-menu-authenticated {
		height: 60px;
	}
	
	.timers #top-menu-authenticated, .timers #container, .timers #side_menu, .timers #top-menu {
		top: 20px;
	}
	.timers .vp1 #top-menu-authenticated, .timers .vp1 #container, .timers .vp1 #side_menu, .timers .vp1 #top-menu {
		top: 10px;
	}

	.balance {
		float: right;
		color: #000;
		min-width: 100px;
		border: 0px solid transparent;
		font-size: 110%;
		background-color: #fff;
		text-align: center;
		border-radius: 58px;
		margin-right: 35px;
		margin-top: 30px;
		font-weight: bold;
		height: 58px;
		line-height: 58px;
			
    }

    .vp1 .balance {
		border-radius: 22px;
		height: 24px !important;
		line-height: 24px !important;
		margin-top: 18px;	
		margin-right: 25px;
    }

    .balanceRight {
        padding-right: 8px;
    }

    .balanceLeft {
        padding-left: 8px;
    }

	.currency {		
		width: 47px;
		border: 0;
		height: 100%;
		color: #000;
		font-weight: bold;
		font-size: 100%;
		background-color: #7df801;
		height: 58px;
		line-height: 58px;
	}

    .vp1 .currency {
		height: 24px !important;
		line-height: 24px !important;
		width: 30px;
    }

    .currencyLeft {
        float: left;
		border-top-left-radius: 22px;
		border-bottom-left-radius: 22px;
	}

    .currencyRight {
        float: right;
		border-top-right-radius: 22px;
		border-bottom-right-radius: 22px;
	}
		
	span.balanceText {
		padding: 0 6px 0 6px;
		float : left;
	}

	.balance span {
		width: auto;
	}

	#settings {
		float: right;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAfCAYAAADqUJ2JAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gcDDAA39dL4agAAAbdJREFUSMftlj12FEEQgz9Vz9pEBByEi3EAAo7omFNAyHv8bUkE3bP2Am/HoQNX1tM9eqUpqTX69J1IhRQKSAKAmVU8r7aqgd0T5MnG3wA+ApLD0L8d+Abof4EALBBj0trb0pNTgdLtnjbLDIQxRa4BeAQ9olYAHaGE6ERHl40CZD3vY3/9fM+wiU7AGel+snFhmSHAIeK1Xkrp45ctSVNZAx+eUvCgCVJTPoH69vjv3gYldJpB0PKc9ZttLYpfhx1V0ZhCglToMqrlk9Tq9LgqDSOwsdS9lA5FYiw/T9muosvceWCaCTFftoq9uSPArTCjC8kMBr3fADKF2a12RHH78Q2qB11mqEj68YZpIw0sqPhV4y/Gax8e3qQrVIxViKWdGKrhJKKgDHwOstBVbokkbO/e/yQJQwLPExF4AUqDxqAzBKT5YgLSY1RtiZCKTijtQCIOVkiMBCMzruJATW/u2SKJKodyL1WvrYZNRU3prxTuqfYBickTgSZhcwUopDPbTm9Ap+dzhCa5ZZWZzFeVYqvUTNrl/HkhZXH31Q9BpUC+gEoDOaRCdfni8OMZmznXtcykK4s/kA0AYg+IBZIAAAAASUVORK5CYII=) no-repeat;
		width: 50px;
		height: 120px;
		background-size: 24px;
		background-position: 95% 50%;
        
		margin-right: 30px;
        background-repeat: repeat-x;
	}

	#settings img {
	}

	#settings a {
		margin: 0;
	}

	#settings.on {
	}


/* footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer */
/* footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer */
/* footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer - footer */

	.crossLinks {
		float: right;
		position: relative;
		left: -50%;
		text-align: left;
		margin-bottom: 5%;
	}

	.crossLinksContainer {
		list-style: none;
		position: relative;
		left: 50%;
	}

	.crossLink {
		float: left;
		min-width: 200px;
		text-align: center;
	}

	.crossLink a img {
		width: 90%;
	}

	.crossLink:nth-child(3n+1) {
		clear: both;
	}

	.footer_text {
		clear: both;
		color: #000 !important;
	}

	.footer_text > input[type=checkbox] {
		display: none;
	}

	.footer_text label, .footer_text > input[type=checkbox] {
		float: left;
		color: #000;
		display: none;
	}

	.footer_text > div {
		text-align: center;
		margin: 0 auto;
		clear: both;
	}

	.footer_text > input[type=checkbox]:checked ~ div {
		display: none;
	}

	#textState {
		display: none;
		color: #000;
		float: left;
		width: 1em;
		height: 1em;
	}

	.footer_text > input[type=checkbox] ~ #textState:after {
		content: "+";
	}

	.footer_text > input[type=checkbox]:checked ~ #textState:after {
		content: "-";
	}


/* login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login */
/* login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login */
/* login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login - login */

	#LoginDialog {
		position: fixed;
		left: 0;
		right: 0;
		border: 1px solid #111;
		z-index: 2000;
		background: #171717;
		top: 0px;
		height: 100%;
		opacity: 0;
	}
	
	.p #LoginDialog, .l #LoginDialog {
		padding-top: 3%;
	}
	
	.l .logo_container {
		margin-top: -30px;
	}
	
	.vp1.l .logo_container {
		margin-top: -18px;
	}

	#LoginDialog input {
		border-radius: 5px;
		outline: 0;
		border: 0;
		height: 65px;
		font-size: 120%;
		line-height: 100%;
		padding-left: 10px;
	}

	#login-security-section {
		display: none;
	}

	#member a {
		color: #acacac;
		line-height: 91px;
		margin-left: 5px;
		display: inline-block;
		font-size: 120%;
	}

	.logo_container img, .logo_container_place_holder img {
		max-width: 95px;
	}

	.dummyButtonForSubmit {
		position: absolute;
		top: -9000px;
		left: -9000px;
	}

	.logo_container, .logo_container_place_holder {
		float: left;
		min-width: 140px;
		margin-top: 6px;
	}
	
	.p #login-logo-back {
		margin-top: 20px !important;
		width: 24px;
	}
	
	.vp1 #login-logo-back {
		margin-top: 15px !important;
		width: 12px;
	}

	.vp1 .logo_container, .vp1 .logo_container_place_holder {
		float: left;
		min-width: 80px;
	}

	.logo_container_place_holder {
		visibility: hidden;
	}

	#member {
		width: 50%;
		float: left;
	}

	.red, button.red:visited, button.red:active, .red:active, .red:visited {
		background: #d82214;
		border: 1px solid #ea2617;
	}

	.green, button.green:active, button.green:visited, .green:visited, .green:active {
		background: #51c905;
		border: 1px solid #58d704;
	}

	#memger_login_btn {
		float: left;
	}

	#memger_login_btn .btn, #new-member .btn {
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
		font-size: 36px;
		font-weight: bold;
		border-radius: 5px;
		padding: 19px 0;
		float: left;
		display: block;
	}

	#new-member {
		float: left;
		clear: both;
		background: #555;
		width: 100%;
	}

	#LoginDialog h1 {
		text-transform: uppercase;
		color: #fff;
		font-size: 110%;
	}

	.fun {
		clear: both;
		color: #fff;
		text-transform: uppercase;
	}

	.fun a {
		clear: both;
		color: #45a20b;
		text-transform: uppercase;
		margin-left: 40px;
	}

	#login-regulate-text {
		color: #a5a5a5;
		font-size: 14px;
		line-height: 100%;
		float: left;
	}


/* side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - */
/* side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - */
/* side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - side menu - */

	#page {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	#side_menu {
		width: 479px;
		background: #1b1b1b;
		position: fixed;
		height: 100%;
		right: 0px;
		top: 0;
		display: none;
		overflow-y: scroll;
		overflow-x: hidden;
		border-left: 1px solid #656565;
	}

	#side_menu.on {
		display: block;
	}

	#side_menu a:first-child {
		background: #1b1b1b;
		color: #a0a0a0;
		font-size: 30px;
		border-left-color: transparent;
		border-bottom-color: transparent;
		line-height: 120px;
	}

	#side_menu a:first-child:active {
		color: #a0a0a0;
		background: #1b1b1b;
		border-left-color: transparent;
	}

	#side_menu a {
		display: block;
		font: 34px Arial;
		color: #fff;
		border-bottom: 1px solid #333;
		/*border-left: 3px solid #656565;*/
		text-decoration: none;
		line-height: 100px;
	}

	#side_menu a:active {
		border-left: 3px solid #0f0;
		background: #2a2a2a;
	}
	
	.vp1 #side_menu {
		width: 229px;
	}

	.vp1 #side_menu a {
		line-height: 50px;
		font-size: 17px;
	}

	.vp1 #side_menu a:first-child {
		font-size: 20px;
		line-height: 60px;
	}


/* Demo To Real Popup - Demo To Real Popup - Demo To Real Popup - Demo To Real Popup - Demo To Real Popup - Demo To Real Popup - Demo To Real Popup - Demo To Real Popup - Demo To Real Popup - Demo To Real Popup */
/* Demo To Real Popup - Demo To Real Popup - Demo To Real Popup - Demo To Real Popup - Demo To Real Popup - Demo To Real Popup - Demo To Real Popup - Demo To Real Popup - Demo To Real Popup - Demo To Real Popup */
/* Demo To Real Popup - Demo To Real Popup - Demo To Real Popup - Demo To Real Popup - Demo To Real Popup - Demo To Real Popup - Demo To Real Popup - Demo To Real Popup - Demo To Real Popup - Demo To Real Popup */

#anonymous_to_real_popup{
	position:fixed;
	z-index: 1000000;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	background-size: cover;
	bottom: -300px; /**/
 	left: 0;
}
#anonymous_to_real_popup .inner{
	width: 75%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	padding: 10px 0px;
}
#anonymous_to_real_popup span{
    display: block;
    width: 25%;
    float: right;
    bottom: 0;
    right: 0;
    position: absolute;
}
#anonymous_to_real_popup span img{
    width: 100%;
    height: auto;
    display: block;
}
#anonymous_to_real_popup p{
	color :#FFF;
	font-size: 3vw;
	text-align: center;
	background: #000;
	text-transform: uppercase;
	font-weight: bold;
	width: 73%;
	padding: 13px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px #3C3C3C solid;
	cursor: default;
	float: left;
	box-sizing: border-box;
}
#anonymous_to_real_popup.active{
	visibility: visible;
	opacity: 1;
	bottom: 20%;
}
#anonymous_to_real_popup.is_dragged{
	border-radius:30px;
    -webkit-border-radius:30px;
}
#anonymous_to_real_popup.inactive {
      bottom: 20%;
      visibility: visible;
      opacity: 0;
}


/* Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - */
/* Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - */
/* Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - Races tab - */

#lobby-games-container ul li.custom_tab {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    display: table;
    background-image: none !important;
}
#lobby-games-container ul li iframe#races_frame {
    width:100%;
    height:100%;
    overflow-y: scroll;
    transition: ease-in opacity .1s;
    -webkit-transition: ease-in opacity .1s;
    opacity: 0;
}
#lobby-games-container ul li .inner {width:100%; height:100%; display:table-cell; vertical-align:middle; text-align:center; background-repeat: no-repeat; background-position: center; background-color: #000;}
#lobby-games-container ul#races {margin-top: 0px; height: 100%; overflow-y: scroll; padding: 0;}

/* portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait- */
/* portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait- */
/* portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait-portrait- */

@media (orientation: portrait) {
    #lobby-games-container ul {
        margin-top: 0.5%;
        /*width: 90%;
        margin-left: 5%;*/
		/* padding-left: 0.3%;  was 0 SPACING */
    }

    #lobby-games-container ul li {
        width: 31%;
        margin-bottom: 5%;
        margin-left: 2%; /* was 2 SPACING */
    }
	
	#lobby-games-container ul li.rec_hide:nth-child(5) {
		display: none;
	}
    
    /*#demo_to_real_popup {display:none;}*/
}

@media (orientation: landscape) {
    #lobby-games-container ul {
        /*margin-top: 0.5%; TODO: something with margin top
        /*margin-left: 3%;
        width: 90%;*/
    }

    #lobby-games-container ul li {
        width: 21%;
        margin-bottom: 2.5%;
        margin-left: 1%;
    }

    #lobby-games-container ul li.more {
        margin-left: 6.5% !important;
    }

    #lobby-games-container .freeplay-category li.game-activate:nth-child(4n+1) {
        margin-left: 6.5% !important;
    }
	
	#lobby-games-container .freeplay-category li.more {
        margin-left: inherit !important;
    }
	
	/*#lobby-games-container ul li[data-arenas*=recent]:nth-child(6), #lobby-games-container ul li[data-arenas*=recent]:nth-child(7) {
		display: none;
	} TODO see if patch */
/*
    li.sep + li.game-activate, #lobby-games-container ul li.game-activate:nth-child(4n+1) {
		margin-left: 6.6% !important;
	}
    li.sep + li.game-activate, li.game-activate ~ li.game-activate ~ li.game-activate ~ li.game-activate {
		margin-left: 6.6% !important;
	}
*/

    #error_text_container{
	    left: 0;
  	    width: 100%;
    }
    #error_dialog_general .error_dialog_text{
	    width: 80%;
	    margin: 0 auto;
	    left: auto;
	    float: none;
    }
}
    

	.p .logo_container, .p #member, .p #memger_login_btn, .p .logo_container_place_holder {
		width: 100%;
	}

	.p #member, .p #memger_login_btn {
		width: 100%;
		margin-left: 0%;
	}

	.p #new-member h1 {
		margin-top: 0 !important;
		padding: 20px 0 4px 7px;
	}

	.p #new-member {
		margin-top: 40px;
		height: 270px;
	}

	.p .logo_container_place_holder {
		display: none;

	}

	.p #LoginDialog form {
		margin-top: 1%;
	}

	.p #LoginDialog h1, .p #LoginDialog input, .p .red, .p .green, .p .fun {
		margin-left: 13% !important;
		margin-top: 1%;
	}

	.p #LoginDialog input {
		width: 52.8%;
	}

	.p .red {
		margin-top: 3%;
	}

	.p .red, .p .green {
		width: 54.2%;
		margin-left: 13%;
	}

	.p #memger_login .green {
		margin: 8px 0 25px 13%;
	}

	.p .fun {
		padding-top: 45px;
		font-size: 110%;
	}

	.p .fun span {
		display: inline-block;
		margin-left: -40px;
	}

	.p #login-regulate-text {
		width: 80%;
		padding: 5% 10%;
	}


/* landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape- */
/* landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape- */
/* landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape-landscape- */

	.l #hidden ul {
		width: 40%;
	}

	.l #member {
		width: 45%;
	}

	.l #memger_login_btn {
		width: 25%;
		margin-top: 42px;
	}

	.l #new-member {
		margin-top: 2%;
		/*TODO: iphone - height: 224px;*/
		height: 160px;
	}

	.l #LoginDialog input {
		width: 65%;
	}

	.l #LoginDialog .red {
		width: 90%;
		margin-left: 7% !important;
		padding: 50px 0;
	}

	.l .green {
		padding: 5px 0 !important;
		/*width: 334px;*/;
	}

	.l .logo_container img, .l .logo_container_place_holder img {
		max-width: 95px;
		margin: 1px 0 0 -6px;
	}

	.l #new-member h1 {
		margin: 1.5% 0;
	}

	.l .logo_container_place_holder {
		visibility: hidden;
		height: 100%;
	}

	.l .fun {
		clear: none;
		float: left;
		margin-left: 100px;
		margin-top: 2%;
	}

	.l .fun span {
		margin-left: -60px;
	}

	.l .fun a {
		margin-left: 55px;
	}

	.l #login-regulate-text {
		width: 100%;
		padding: 2% 0;
		text-align: center;
	}

	.l #last_login_text {
		display: block;
	}

/* fixes - fixes - fixes - fixes - fixes - fixes - fixes - fixes - fixes - fixes - fixes - fixes - fixes -  */
/* fixes - fixes - fixes - fixes - fixes - fixes - fixes - fixes - fixes - fixes - fixes - fixes - fixes -  */
/* fixes - fixes - fixes - fixes - fixes - fixes - fixes - fixes - fixes - fixes - fixes - fixes - fixes -  */

#temp_loader, #logout_loader{
	background: #000 50% 50% no-repeat;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 80;
	text-align: center;
	display: none;
}

#temp_loader .preloader {
   width:30px;
   height:30px;
   display:inline-block;
   padding:0px;
   text-align:left;
}


/* app settings - app settings - app settings - app settings - app settings - app settings - app settings - app settings - app settings - app settings - app settings - app settings - app settings */
/* app settings - app settings - app settings - app settings - app settings - app settings - app settings - app settings - app settings - app settings - app settings - app settings - app settings */
/* app settings - app settings - app settings - app settings - app settings - app settings - app settings - app settings - app settings - app settings - app settings - app settings - app settings */

.dimBg{
	width: 100%;
    height: 100%;
    position: fixed;
    z-index: 59;
    -webkit-transition: ease all .2s;
    transition: ease all .2s;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
}

.sideactions{
    position: fixed;
    right: -100%;
    height: 100%;
    width: 100%;
    z-index: 6000;
    background: #252525;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    overflow-x: hidden;
	overflow-y: scroll;
    -webkit-transform: translate3d(0, 0, 0);
}

.vp1 .sideactions hgroup{margin-top: 70px; height: 65px; line-height: normal;}
.sideactions hgroup{
	margin-top: 140px;
	position: relative;
	border-bottom: 1px #656565 solid;
	height: 103px;
	line-height:103px;
}

.vp1 .sideactions h2{font-size: 20px; padding: 22px 10px;}
.sideactions h2{
	color: #FFF;
	font-weight: bold;
	font-size: 36px;
	padding: 0 20px;
	text-transform: uppercase !important;
}
@media all and (max-device-width:480px){
	.sideactions h2{font-size:28px;}
}


.vp1 .sideactions>ul{height: calc(100% - 136px);}
.sideactions>ul{
    color: #FFF;
    list-style-type: none;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    position: relative;
    left: 0;
    height: calc(100% - 244px);
    min-height: 300px;
}
.vp1 .sideactions>ul li{padding: 18px 10px; font-size: 17px;}
.sideactions>ul li{
    padding: 31px 20px;
    font-size: 34px;
    border-bottom: 1px #656565 solid;
    position: relative;
    -webkit-text-size-adjust: none;
}
.sideactions>ul li:hover{background:#1E1E1E;}
.vp1 .sideactions>ul li:before{font-size: 24px;}
.sideactions>ul li:before{
    position: absolute;
    top: 50%;
    right: 20px;
    width: 50px;
    line-height: 30px;
    z-index: 1;
    content: "\203A";
    box-sizing: border-box;
    font-size: 48px;
    text-align: right;
    margin-top: -17px;
    font-weight: bold;
}

.vp1 .sideactions>ul li.last{right: 0px;}
.sideactions>ul li.last{
    background: none;
    border-bottom: none;
    position: absolute;
    bottom: 0;
    right: 20px;
}
.sideactions>ul li.last:before{content:"";}

/* TouchID - TouchID - TouchID - TouchID - TouchID - TouchID - TouchID - TouchID - TouchID - TouchID */
/* TouchID - TouchID - TouchID - TouchID - TouchID - TouchID - TouchID - TouchID - TouchID - TouchID */
/* TouchID - TouchID - TouchID - TouchID - TouchID - TouchID - TouchID - TouchID - TouchID - TouchID */

.terms{
	width: 100%;
    height: calc(100% - 244px);
    top: 244px;
	right: -100%;
	background-color: #252525;
	z-index: 59;
	transition: ease all .4s;
	-webkit-transition: ease all .4s;
	/* box-shadow: 0px 50px 100px 0px #000; */
	/* -webkit-box-shadow: 0px 50px 100px 0px #000; */
	position: absolute;
    min-height: 360px;
}
.vp1 .terms{height: calc(100% - 136px); top: 136px; min-height: 160px;}

.vp1 .terms hgroup{margin-top: 60px;}
.terms hgroup{
	margin-top: 120px;
	position: relative;
}

.vp1 .terms h2{font-size: 18px; padding: 10px 10px;}
.terms h2{
	color: #FFF;
	font-weight: bold;
	font-size: 36px;
	padding: 20px 20px;
	border-bottom: 1px #656565 solid;
	text-transform: uppercase !important;
}

.terms img{
    display: block;
    width: 150px;
    margin: auto;
    top: calc(100% - 75vh);
    position: relative;
}
.vp1 .terms img{width: 105px; top: calc(100% - 73vh);}

.vp1 .terms .tc{bottom: 15px;}
.terms .tc{
    padding: 0px 5%;
    color: #FFF;
    position: absolute;
    bottom: 30px;
    width: 100%;
    box-sizing: border-box;
}
.terms .tc p u{color: #696969;}
.terms .tc p{font-size: 16px;}
.terms .tc ol{
    padding-left: 40px;
    font-size: 24px;
    color: #696969;
    padding-bottom: 20px;
	height: 250px;
	overflow: scroll;
	margin: 30px 0;
}

@media all and (orientation: landscape){
	.terms .tc ol {height: 35px; margin: 15px 0;}
	.terms img {display: none;}
	.vp1 .terms img {display: block;}
}

.vp1 .terms .tc p{font-size:16px;}
.vp1 .terms .tc ol{
    padding-bottom: 20px;
    padding-left: 25px;
    font-size: 16px;
    max-height: 230px;
    margin: 15px 0;
    height: auto;
}

.vp1 .terms .switch {width: 60px;}
.terms .switch {
    position: relative;
    width: 100px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
    float: right;
    display: inline-block;
}

.vp1 .terms ul{padding: 15px 10px;}
.terms ul{
    padding: 30px 20px;
}
.terms ul li{
    list-style-type: none;
    color: #FFF;
}
.vp1 .terms ul li p{font-size: 18px; line-height: 30px;}
.terms ul li p{
    display: inline-block;
    font-size: 28px;
    line-height: 50px;
}

.p .terms ul li p{max-width:480px;}

.terms .switch .settings-switch-input {display: none;}
.vp1 .terms .settings-switch-label {height: 30px; border-radius: 20px; line-height: 20px;}
.terms .settings-switch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 50px;
    padding: 0;
    line-height: 40px;
    border-radius: 40px;
    background-color: #A2A2A2;
    transition: background-color 0.2s ease-in;
    -webkit-transition: background-color 0.2s ease-in;
}
.vp1 .terms .settings-switch-label:before {width: 25px; right: 31px; border-width: 2px; border-radius: 20px;}
.terms .settings-switch-label:before {
    content: "";
    display: block;
    width: 40px;
    margin: 0px;
    background: #252525;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 52px;
    border: 4px solid #A2A2A2;
    border-radius: 40px;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}
.settings-switch-input:checked + .settings-switch-label, .viaAppSettings .settings-switch-input:disabled + .settings-switch-label {background-color: #80FF0B;}
.settings-switch-input:disabled + .settings-switch-label {background-color: #A2A2A2;}
.settings-switch-input:checked + .settings-switch-label, .settings-switch-input:checked + .settings-switch-label:before, .viaAppSettings .settings-switch-input:disabled + .settings-switch-label, .viaAppSettings .settings-switch-input:disabled + .settings-switch-label:before {border-color: #80FF0B;}
.settings-switch-input:disabled + .settings-switch-label, .settings-switch-input:disabled + .settings-switch-label:before {border-color: #A2A2A2;}
.settings-switch-input:checked + .settings-switch-label:before {right: 0px;}

.terms .tc .yn{position: relative; margin-top: 20px;}

.vp1 .terms .tc button, .vp1 .terms .sc button, .vp1 .sideactions>ul li.last button{width: 150px; padding: 5px 0px; border-radius: 5px; font-size: 18px;}
.terms .tc button, .terms .sc button, .sideactions>ul li.last button{
    font-size: 23px;
    border-radius: 10px;
    background-color: #000;
    border: none;
    color: #FFF;
    text-transform: uppercase !important;
    padding: 10px 0px;
    width: 180px;
    text-align: center;
    outline: none;
    -webkit-appearance: none;
}
.terms .sc button {
	background-color: #666;
	font-size: 36px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0 0 16px 16px;
	-webkit-border-radius: 0 0 16px 16px;
	text-transform: none;
	padding: 20px 0px;
}
.vp1 .terms .sc button {
	font-size: 18px;
	padding: 10px 0px;
	width: 100%;
	border-radius: 0 0 16px 16px;
}

.terms .tc .yn button:first-child{float: left;}
.terms .tc .yn button:last-child{
    float: right;
    background-color: #80FF0B;
    color: #000;
    font-weight: bold;
    transition: ease all .2s;
    -webkit-transition: ease all .2s;
}
.terms .tc .yn button:last-child:disabled{
    background-color: #A2A2A2;
}

.vp1 .terms .sc{top: -41px; height: calc(100% + 41px);}
.terms .sc{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 104px);
    top: -104px;
    background-color: rgba(0, 0, 0, 0.85);
    transition: ease all .2s;
    -webkit-transition: ease all .2s;
    opacity: 0;
    visibility: hidden;
}
.vp1 .terms .sc div{
    width: 300px;
    max-height: 180px;
    margin-bottom: -80px;
    margin-left: -150px;
    padding: 10px 20px 35px;
    height: auto;
}
.terms .sc div{
    position: fixed;
    bottom: -30%;
    left: 50%;
    margin-bottom: -220px;
    margin-left: -300px;
    width: 600px;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    padding: 20px 40px 75px;
    transition: ease all .2s;
    -webkit-transition: ease all .2s;
    background: #444;
    color: #b3b3b3;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    font-size: 32px;
}
.vp1 .terms .sc div h3{padding-bottom: 5px;font-size: 15px;}
.terms .sc div h3{padding-bottom: 5px; text-transform: uppercase !important;}
.terms .sc div p{padding-bottom: 30px;}
.vp1 .terms .sc div p{padding-bottom: 15px;font-size: 15px;}
.vp1 .terms .sc div p br{display:block;}
@media all and (max-device-width:480px){
	.terms .sc div p br{display:none;}
}


/*Reality check - Reality check - Reality check - Reality check - Reality check - Reality check - Reality check - Reality check - Reality check - Reality check - Reality check - Reality check - Reality check -*/
/*Reality check - Reality check - Reality check - Reality check - Reality check - Reality check - Reality check - Reality check - Reality check - Reality check - Reality check - Reality check - Reality check -*/
/*Reality check - Reality check - Reality check - Reality check - Reality check - Reality check - Reality check - Reality check - Reality check - Reality check - Reality check - Reality check - Reality check -*/


#realityCheckSet ul li p {
    display: block;
}

#realityCheckSet .field_container {
    width: 100%;
}

#realityCheckSet .field_container .dropdown_container {
    margin: 0 auto;
    width: 400px;
}

.vp1 #realityCheckSet .field_container .dropdown_container {
    width: 200px;
}

#recaptcha{float: left; margin-left: 13%; margin-top: 10px; transform: scale(1.5); -webkit-transform: scale(1.5); transform-origin: 0 0; -webkit-transform-origin: 0 0; margin-bottom:40px;}
#loginBtn:disabled{opacity: 0.3;}
.l #recaptcha{margin-top: 10px; transform: scale(1.5); -webkit-transform: scale(1.5); transform-origin: 0 0; -webkit-transform-origin: 0 0; margin-left: 2%; margin-bottom: 20px;}
.vp1 #recaptcha{margin-bottom: 0px; transform: none; -webkit-transform: none; transform-origin: 0 0; -webkit-transform-origin: 0 0;}
@media all and (max-device-width: 768px){
	.vp1.l #recaptcha{transform: scale(0.88); -webkit-transform: scale(0.88); transform-origin: 0 0; -webkit-transform-origin: 0 0; margin-bottom: -20px;}
}
@media all and (max-device-width: 727px){
	.vp1.l #recaptcha{margin-top: 22px; margin-left: 80px; margin-right: -30px;}
}
@media all and (max-device-width: 480px){
	.l #recaptcha{margin-bottom:0px; transform: scale(1.1); -webkit-transform: scale(1.1); transform-origin: 0 0; -webkit-transform-origin: 0 0;}
}
@media all and (max-width: 360px){
	.p #recaptcha{transform: scale(0.88); -webkit-transform: scale(0.88); transform-origin: 0 0; -webkit-transform-origin: 0 0;}
}

/** Responsible gaming header logo **/
#rg_link{
    background:url(../images/rg_logo.png) no-repeat center center;
    background-size: 100px;
    position: absolute;
    height: 100%;
    width: 100px;
    float: right;
    margin-left: 10px;
}

.vp1 #rg_link{
    background-size: 50px;
    width: 50px;
    margin-left: 5px;
}


/* media queries - media queries - media queries - media queries - media queries - media queries - media queries - media queries - media queries - media queries - media queries - media queries - media queries -  */
/* media queries - media queries - media queries - media queries - media queries - media queries - media queries - media queries - media queries - media queries - media queries - media queries - media queries -  */
/* media queries - media queries - media queries - media queries - media queries - media queries - media queries - media queries - media queries - media queries - media queries - media queries - media queries -  */
@media screen and (orientation:portrait) {
    #lobby-games-container ul li div img {
        max-width: 178px;
    }
}
    
@media screen and (orientation:landscape) {
    #lobby-games-container ul li div img {
        max-width: 178px;
    }
}

@media all and (orientation:landscape) and (max-device-width:480px) and (min-device-width:320px) {
	.timer, .regulation_data {font-size: 18px}
}
    
@media only screen and (-webkit-max-device-pixel-ratio: 1) {
	.balance, .currency {
		max-height: 52px;
	}

	#LoginDialog {
		/* max-width: 914px; */
	}

	.logo_container img, .logo_container_place_holder img {
		max-width: 62px;
	}
}

@media all and (max-device-width : 640px) {
	.vp1 .terms .tc {
		padding: 0px 10px;
		width: 100%;
		box-sizing: border-box;
	}
	.vp1 .sideactions h2{
		padding: 15px 10px;
		font-size: 18px;
	}
	.vp1 .sideactions hgroup{
		height: 50px;
	}
	.vp1 #realityCheckSet ul li p{
		font-size: 14px;
		line-height: 25px;
	}
	.vp1 .terms .tc button, .vp1 .sideactions>ul li.last button{
		width: 75px;
		font-size: 12px;
	}
	.vp1 .terms {
		height: calc(100% - 121px);
		top: 121px;
	}
	.vp1 .sideactions>ul li{
		padding: 15px 10px;
		font-size: 17px;
	}
	.vp1 .sideactions>ul {
		height: calc(100% - 121px);
        min-height: 150px;
	}
	.vp1 .terms .tc ol{
		font-size: 12px;
		overflow: scroll;
		padding: 0;
		margin: 0;
		height: 30px;
	}
	.vp1 .terms .tc p u{
		font-size: 12px;
	}
	.vp1 #realityCheckSet .field_container .dropdown_container{
		height: 30px;
		background-position-y: -6px;
	}
	.vp1 .field_container select{
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.vp1 .terms .tc .yn{margin-top:5px;}
	.vp1 .terms ul{padding: 5px 10px;}
}

@media all and (max-device-width : 640px) and (orientation : portrait) {
	.vp1 .terms .tc ol{height: auto;}
}

/*spain Limits - spain Limits - spain Limits - spain Limits - spain Limits - spain Limits - spain Limits*/

/*for iphone 4 and below*/
@media screen and (device-aspect-ratio: 2/3) and (orientation : landscape) {
    .field_container {
		width: 450px;
		margin: 10px 8px;
		float: left;
	}

	.l .field_container:nth-of-type(2n) {
		margin-left: 34px;
	}

    .regulationLimitsAdvanced {
		float: left;
		color: #84fa0e;
		font-size: 22px;
		margin: 12px;
	}

} 

/* viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 */
/* viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 */
/* viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 - viewport 1 */

	body.vp1 {
		font-size: 1em;
	}

	.vp1 #top-menu {
		height: 60px;
	}



	.vp1 #historyContainer table td {
        font-size: 12px
	}

	.vp1#login-regulate-text {
		font-size: 13px;
	}

	.p.vp1 .fun {
		padding-top: 20px;
	}

	.l.vp1 .fun {
		margin-top: 11px;
	}

	.vp1 .p #new-member {
		height: 150px;
	}

	.vp1 .l #memger_login_btn {
		margin-top: 27px;
	}

	.vp1 #splash_logo {
		width: 210px;
	}

	.vp1 #splash_loading {
		width: 220px;
	}

	.vp1 .closeButton {
		font-size: 16px;
		width: 25px;
		height: 25px;
		line-height: 25px;
		top: 20px;
		right: 20px;
	}

	.ipad #game_help_close {
		line-height: 40px;
		font-size: 26px;
	}

	.vp1 #game_help_close {
		border-radius: 25px;
		display: inline-block;
		color: #fff;
		font: normal 16px 'Arial';
		width: 25px;
		height: 25px;
		text-align: center;
		line-height: 25px;
		text-shadow: 0px 1px 0px #004005;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 130;
	}

	.vp1 .languageClose {
		top: 10px;
		right: 10px;
	}

	.vp1 #LoginDialog input {
		height: 32.5px;
	}

	.vp1 #member a {
		height: 45.5px;
		line-height: 45.5px;
	}

	.vp1 #memger_login_btn .btn, .vp1 #new-member .btn {
		padding: 9.5px 0;
		font-size: 18px;
	}

	.l.vp1 #memger_login_btn .btn {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.l.vp1 #memger_login_btn {
		margin-top: 21px;
	}

	.p.vp1 #new-member {
		height: 150px;
		margin-top: 20px;
	}

	.l.vp1 #new-member {
		margin-top: 11px;
		height: 95px;
	}

	.vp1 #login-regulate-text {
		font-size: 13px;
	}

	.p.vp1 #new-member h1 {
		padding: 10px 0 2px 3.5px;
	}

	.l.vp1 #new-member h1 {
		margin-top: 8.5px;
		margin-bottom: 8.5px;
	}

	.p.vp1 #new-member .btn {
		margin-top: 3px;
	}

	.l.vp1 .fun span {
		margin-left: -30px;
	}

	.p.vp1 .fun span {
		margin-left: -20px;
	}

	.vp1 .fun a {
		margin-left: 27px;
	}


	.vp1 .crossLink {
		min-width: 100px;
	}

	.vp1 #carousel {
		height: 220px;
	}

	.vp1 .draggable {
		height: 30px;
	}

	.vp1 #timers_container {
		height: 10px;
	}

	.vp1.doublestrip #timers_container {
		height: 20px;
	}

	.vp1 .timer, .vp1 .regulation_data {
		font-size: 10px;
		line-height: 11px;
	}

	.vp1 #settings {
      height: 60px;
      background-position: 50% 50%;
      width: 25px;
      background-size: 12px;
      margin-right: 15px;
	}

	/*.vp1 #balance, .vp1 #settings {
		height: 19px;
	}*/

	.vp1 .game_title {
		height: 56px;
		line-height: 56px;
        font-size: 15px;
	}


	.vp1 #practiceMode {
		line-height: 52px;
	}


/*fonts - fonts - fonts - fonts - fonts - fonts - fonts - fonts - fonts - fonts - fonts */
@font-face {
    font-family: 'Gloria_Hallelujah';
    src: url('fonts/gloria_hallelujah/gloria_hallelujah_400.eot');
    src: url('fonts/gloria_hallelujah/gloria_hallelujah_400.eot?#iefix') format('embedded-opentype'),
         url('fonts/gloria_hallelujah/gloria_hallelujah_400.woff2') format('woff2'),
         url('fonts/gloria_hallelujah/gloria_hallelujah_400.woff') format('woff'),
         url('fonts/gloria_hallelujah/gloria_hallelujah_400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


/*** Toaster CSS ***/
/*
* iziToast | v1.2.0
* http://izitoast.marcelodolce.com
* by Marcelo Dolce.
*/
.iziToast-capsule {
  font-size: 0;
  height: 0;
  width: 100%;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.iziToast-capsule,
.iziToast-capsule * {
  box-sizing: border-box;
}
.iziToast-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 997;
}
.iziToast {
  display: inline-block;
  clear: both;
  position: relative;
  font-family: 'Lato', Tahoma, Arial;
  font-size: 14px;
  padding: 8px 45px 9px 0;
  background: rgba(238,238,238,0.9);
  border-color: rgba(238,238,238,0.9);
  width: 100%;
  pointer-events: all;
  cursor: default;
  transform: translateX(0);
  -webkit-touch-callout: none /* iOS Safari */;
  -webkit-user-select: none /* Chrome/Safari/Opera */;
  -khtml-user-select: none /* Konqueror */;
  -moz-user-select: none /* Firefox */;
  -ms-user-select: none /* Internet Explorer/Edge */;
  user-select: none;
  min-height: 54px;
}
.iziToast > .iziToast-progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: rgba(255,255,255,0.2);
}
.iziToast > .iziToast-progressbar > div {
  height: 2px;
  width: 100%;
  background: rgba(0,0,0,0.3);
  border-radius: 0 0 3px 3px;
}
.iziToast.iziToast-balloon:before {
  content: '';
  position: absolute;
  right: 8px;
  left: auto;
  width: 0px;
  height: 0px;
  top: 100%;
  border-right: 0px solid transparent;
  border-left: 15px solid transparent;
  border-top: 10px solid #000;
  border-top-color: inherit;
  border-radius: 0;
}
.iziToast.iziToast-balloon .iziToast-progressbar {
  top: 0;
  bottom: auto;
}
.iziToast.iziToast-balloon > div {
  border-radius: 0 0 0 3px;
}
.iziToast > .iziToast-cover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(0,0,0,0.1);
}
.iziToast > .iziToast-close {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  padding: 0;
  opacity: 0.6;
  width: 42px;
  height: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAJPAAACTwBcGfW0QAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD3SURBVFiF1ZdtDoMgDEBfdi4PwAX8vLFn0qT7wxantojKupmQmCi8R4tSACpgjC2ICCUbEBa8ingjsU1AXRBeR8aLN64FiknswN8CYefBBDQ3whuFESy7WyQMeC0ipEI0A+0FeBvHUFN8xPaUhAH/iKoWsnXHGegy4J0yxialOfaHJAz4bhRzQzgDvdGnz4GbAonZbCQMuBm1K/kcFu8Mp1N2cFFpsxsMuJqqbIGExGl4loARajU1twskJLLhIsID7+tvUoDnIjTg5T9DPH9EBrz8rxjPzciAl9+O8SxI8CzJ8CxKFfh3ynK8Dyb8wNHM/XDqejx/AtNyPO87tNybAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 8px;
  cursor: pointer;
  outline: none;
}
.iziToast > .iziToast-close:hover {
  opacity: 1;
}
.iziToast > .iziToast-body {
  position: relative;
  padding: 0 0 0 10px;
  height: auto;
  min-height: 36px;
  margin: 0 0 0 15px;
  text-align: left;
}
.iziToast > .iziToast-body::after {
  content: "";
  display: table;
  clear: both;
}
.iziToast > .iziToast-body .iziToast-texts {
  margin: 10px 0 0 0;
  display: inline-block;
  float: left;
}
.iziToast > .iziToast-body .iziToast-buttons {
  min-height: 17px;
  float: left;
  margin: 4px -2px;
}
.iziToast > .iziToast-body .iziToast-buttons > a,
.iziToast > .iziToast-body .iziToast-buttons > button,
.iziToast > .iziToast-body .iziToast-buttons > input {
  position: relative;
  display: inline-block;
  margin: 2px;
  border-radius: 2px;
  border: 0;
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: 0.02em;
  cursor: pointer;
  background: rgba(0,0,0,0.1);
  color: #000;
}
.iziToast > .iziToast-body .iziToast-buttons > a:hover,
.iziToast > .iziToast-body .iziToast-buttons > button:hover,
.iziToast > .iziToast-body .iziToast-buttons > input:hover {
  background: rgba(0,0,0,0.2);
}
.iziToast > .iziToast-body .iziToast-buttons > a:focus,
.iziToast > .iziToast-body .iziToast-buttons > button:focus,
.iziToast > .iziToast-body .iziToast-buttons > input:focus {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.6);
}
.iziToast > .iziToast-body .iziToast-buttons > a:active,
.iziToast > .iziToast-body .iziToast-buttons > button:active,
.iziToast > .iziToast-body .iziToast-buttons > input:active {
  top: 1px;
}
.iziToast > .iziToast-body .iziToast-icon {
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  display: table;
  font-size: 23px;
  line-height: 24px;
  margin-top: -12px;
  color: #000;
}
.iziToast > .iziToast-body .iziToast-icon.ico-info {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCtoPsAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=") no-repeat 50% 50%;
  background-size: 85%;
  width: 24px;
  height: 24px;
}
.iziToast > .iziToast-body .iziToast-icon.ico-warning {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAkFBMVEUAAAAAAAABAAIAAAABAAIAAAMAAAABAAIBAAIBAAIAAAIAAAABAAIAAAABAAICAAICAAIAAAIAAAAAAAAAAAABAAIBAAIAAAMAAAABAAIBAAMBAAECAAIAAAIAAAIAAAABAAIBAAIBAAMBAAIBAAEAAAIAAAMAAAAAAAABAAECAAICAAIAAAIAAAMAAAQAAAE05yNAAAAAL3RSTlMAB+kD7V8Q+PXicwv7I9iYhkAzJxnx01IV5cmnk2xmHfzexsK4eEw5L7Gei39aRw640awAAAHQSURBVFjD7ZfJdoJAEEWJgCiI4oDiPM8m7///LidErRO7sHrY5u7YXLr7vKqu9kTC0HPmo9n8cJbEQOzqqAdAUHeUZACQuTkGDQBoDJwkHZR0XBz9FkpafXuHP0SJ09mGeJLZ5wwlTmcbA0THPmdEK7XPGTG1zxmInn3OiJ19zkB0jSVTKExMHT0wjAwlWzC0fSPHF1gWRpIhWMYm7fYTFcQGlbemf4dFfdTGg0B/KXM8qBU/3wntbq7rSGqvJ9kla6IpueFJet8fxfem5yhykjyOgNaWF1qSGd5JMNNxpNF7SZQaVh5JzLrTCZIEJ1GyEyVyd+pClMjdaSJK5O40giSRu5PfFiVyd1pAksjdKRnrSsbVdbiHrgT7yss315fkVQPLFQrL+4FHeOXKO5YRFEKv5AiFaMlKLlBpJuVCJlC5sJfvCgztru/3NmBYccPgGTxRAzxn1XGEMUf58pXZvjoOsOCgjL08+b53mtfAM/SVsZcjKLtysQZPqIy9HPP3m/3zKItRwT0LyQo8sTr26tcO83DIUMWIJjierHLsJda/tbNBFY0BP/bKtcM8HNIWCK3aYR4OMzgxo5w5EFLOLKDExXAm9gI4E3iAO94/Ct/lKWuM2LMGbgAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%;
  width: 24px;
  height: 24px;
}
.iziToast > .iziToast-body .iziToast-icon.ico-error {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVyEiIAAAAJ3RSTlMA3BsB98QV8uSyWVUFz7+kcWMM2LuZioBpTUVBNcq2qaibj4d1azLZZYABAAACZElEQVRYw7WX25KCMAyGAxUoFDkpiohnV97/DXeGBtoOUprZ2dyo1K82fxKbwJJVp+KQZ7so2mX5oThVQLKwjDe9YZu4DF3ptAn6rxY0qQPOEq9fNC9ha3y77a22ba24v+9Xbe8v8x03dPOC2/NdvB6xeSreLfGJpnx0TyotKqLm2s7Jd/WO6ivXNp0tCy02R/aFz5VQ5wUPlUL5fIfj5KIlVGU0nWHm/5QtoTVMWY8mzIVu1K9O7XH2JiU/xnOOT39gnUfj+lFHddx4tFjL3/H8jjzaFCy2Rf0c/fdQyQszI8BDR973IyMSKa4krjxAiW/lkRvMP+bKK9WbYS1ASQg8dKjaUGlYPwRe/WoIkz8tiQchH5QAEMv6T0k8MD4mUyWr4E7jAWqZ+xWcMIYkXvlwggJ3IvFK+wIOcpXAo8n8P0COAaXyKH4OsjBuZB4ew0IGu+H1SebhNazsQBbWm8yj+hFuUJB5eMsN0IUXmYendAFFfJB5uEkRMYwxmcd6zDGRtmQePEykAgubymMRFmMxCSIPCRbTuFNN5OGORTjmNGc0Po0m8Uv0gcCry6xUhR2QeLii9tofbEfhz/qvNti+OfPqNm2Mq6105FUMvdT4GPmufMiV8PqBMkc+DdT1bjYYbjzU/ew23VP4n3mLAz4n8Jtv/Ui3ceTT2mzz5o1mZt0gnBpmsdjqRqVlmplcPdqa7X23kL9brdm2t/uBYDPn2+tyu48mtIGD10JTuUrukVrbCFiwDzcHrPjxKt7PW+AZQyT/WESO+1WL7f3o+WLHL2dYMSZsg6dg/z360ofvP4//v1NPzgs28WlWAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 80%;
  width: 24px;
  height: 24px;
}
.iziToast > .iziToast-body .iziToast-icon.ico-success {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt0UjBAAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%;
  width: 24px;
  height: 24px;
}
.iziToast > .iziToast-body .iziToast-icon.ico-question {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEhFovxTxAAAEDklEQVRo3s2ZTWgTQRTHf03ipTRUqghNSgsRjHgQrFUQC6JgD1Kak3gQUUoPqRdBglf1oBehBws9Cn4cGk+1SOmh2upBxAYVoeJHrR9tgq0i1Cq0lqYeks7MbpPdmU00/c8hm9n33v/t7Nt5M2+qMEWQI0QIibZKRrQpHvLL2KI2wnQzzBKrDm2RIeKEy01dTYKUI7G1ZRknQXV5yP10kTYgly1NF/5S6duZ8ES+1iZodyaocrjXxE0OFeifYYgp0mRIkwFChAkRJsIxGgrIP+I0n82fvZW5dc/zkss0O2o1c5mX6/TmaDWl77RFe5YkUW3tKEmyFv0lOvXJ/fTYnmCEFuMRbGHEZqVHLyT9DFjUJmkzJl9DG5MWWwM6Llif/gF1nukB6nhgGwUXdFrE+wiURA8QoM9i0zEWWpXQW+ZsyeRrOMuyEo5Fv4gmy4dXPvqcC+pH2VRYaMwy+OWG+iLGCgm0W0Kv9HdvR8ASjmKCXpuK/bxiV/76A/v5UdDIZuKcJGjrnec5KZ7wwsWFOp6xPX/9mt2sqDe7FO+Kf/fXHBPPDWpdXGhTpLvUG9VKwh1xMDDjkvu+cNDFBTk7ptX1QkKZ850m3duu6fcrWxwdaFFyREJ2j4vOpKP6Du6z4uJCv8sYJIVkCnJBGGZaBONO3roY2EqNrSfIPi7SKP4fdXyNUd6I6wbSAHEl33tFLe+FlSsusnK90A0+oEPcuufZgXnOi+u9LrKSJQZQw6LwqBnv2CKsfHORbFbyQhA6xN/pEuihSdj56Co7LWRjPiKie6gkB2LiKuUqK5kiPkLiz1QJ9K1cNXBAMoUCigNpQ9IqDtMI1HKA4/jyvUsaoSyZLA5kjOjDPFZen8Ql5TsvBskUgjciIPSX3QAXC86DT7VWvlEh/xZ+ij9BDVWJ0QL0SbZq6QaFxoLPcXPmBLveLCc4wXdDK6s+6/vwhCSniFLPXW0NJe5UB8zKCsviqpc7vGPVQFcyZbyPwGD+d5ZnxmNWlhG4xSBZZjivjIWHEQgoDkSMjMwTo54569JSE5IpA7EyJSMTyGTUAUFlO1ZKOtaHTMeL1PhYYFTcihmY2cQ5+ullj7EDkiVfVez2sCTz8yiv84djhg7IJVk81xFWJlPdfHBG0flkRC/zQFZ+DSllNtfDdUsOMCliyGX5uOzU3ZhIXFDof4m1gDuKbEx0t2YS25gVGpcMnr/I1kx3c6piB8P8ZoqEwfMX3ZyCXynJTmq/U7NUXqfUzCbWL1wqVKBQUeESzQYoUlW8TAcVL1RCxUu1G6BYXfFyfQ4VPbDI4T8d2WzgQ6sc/vmxnTsqfHCZQzUJxm1h5dxS5Tu6lQgTZ0ipqRVqSwzTbbLHMt+c19iO76tsx/cLZub+Ali+tYC93olEAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjE3KzAyOjAwjKtfjgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxNyswMjowMP325zIAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 85%;
  width: 24px;
  height: 24px;
}
.iziToast > .iziToast-body .iziToast-title {
  padding: 0;
  margin: 0;
  line-height: 16px;
  font-size: 14px;
  text-align: left;
  float: left;
  color: #000;
  white-space: normal;
}
.iziToast > .iziToast-body .iziToast-message {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  float: left;
  color: rgba(0,0,0,0.6);
  white-space: normal;
}
.iziToast.iziToast-animateInside .iziToast-title,
.iziToast.iziToast-animateInside .iziToast-message,
.iziToast.iziToast-animateInside .iziToast-icon,
.iziToast.iziToast-animateInside .iziToast-buttons-child {
  opacity: 0;
}
.iziToast-target {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.iziToast-target .iziToast-capsule {
  overflow: hidden;
}
.iziToast-target .iziToast-capsule:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.iziToast-target .iziToast-capsule .iziToast {
  width: 100%;
  float: left;
}
.iziToast-wrapper {
  z-index: 999;
  position: fixed;
  width: 100%;
  pointer-events: none;
  display: flex;
  flex-direction: column;
}
.iziToast-wrapper .iziToast.iziToast-balloon:before {
  border-right: 0 solid transparent;
  border-left: 15px solid transparent;
  border-top: 10px solid #000;
  border-top-color: inherit;
  right: 8px;
  left: auto;
}
.iziToast-wrapper-bottomLeft {
  left: 0;
  bottom: 0;
}
.iziToast-wrapper-bottomLeft .iziToast.iziToast-balloon:before {
  border-right: 15px solid transparent;
  border-left: 0 solid transparent;
  right: auto;
  left: 8px;
}
.iziToast-wrapper-bottomRight {
  right: 0;
  bottom: 0;
  text-align: right;
}
.iziToast-wrapper-topLeft {
  left: 0;
  top: 0;
}
.iziToast-wrapper-topLeft .iziToast.iziToast-balloon:before {
  border-right: 15px solid transparent;
  border-left: 0 solid transparent;
  right: auto;
  left: 8px;
}
.iziToast-wrapper-topRight {
  top: 0;
  right: 0;
  text-align: right;
}
.iziToast-wrapper-topCenter {
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.iziToast-wrapper-bottomCenter {
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.iziToast-wrapper-center {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  justify-content: center;
  flex-flow: column;
  align-items: center;
}
.iziToast-rtl {
  direction: rtl;
  padding: 8px 0 9px 45px;
  font-family: Tahoma, 'Lato', Arial;
}
.iziToast-rtl .iziToast-cover {
  left: auto;
  right: 0;
}
.iziToast-rtl .iziToast-close {
  right: auto;
  left: 0;
}
.iziToast-rtl .iziToast-body {
  padding: 0 10px 0 0;
  margin: 0 16px 0 0;
  text-align: right;
}
.iziToast-rtl .iziToast-body .iziToast-buttons,
.iziToast-rtl .iziToast-body .iziToast-texts,
.iziToast-rtl .iziToast-body .iziToast-title,
.iziToast-rtl .iziToast-body .iziToast-message {
  float: right;
  text-align: right;
}
.iziToast-rtl .iziToast-body .iziToast-icon {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 568px) {
  .iziToast-wrapper {
    padding: 10px 15px;
  }
  .iziToast-cover {
    border-radius: 3px 0 0 3px;
  }
  .iziToast {
    /* margin: 5px 0; */
    /* border-radius: 3px; */
    width: auto;
  }
  .iziToast::after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* border-radius: 3px; */
    /* box-shadow: inset 0 -10px 20px -10px rgba(0,0,0,0.2), inset 0 0 5px rgba(0,0,0,0.1), 0 8px 8px -5px rgba(0,0,0,0.25); */
  }
  .iziToast.iziToast-color-dark::after {
    box-shadow: inset 0 -10px 20px -10px rgba(255,255,255,0.3), 0 10px 10px -5px rgba(0,0,0,0.25);
  }
  .iziToast.iziToast-balloon .iziToast-progressbar {
    background: transparent;
  }
  .iziToast.iziToast-balloon::after {
    box-shadow: 0 10px 10px -5px rgba(0,0,0,0.25), inset 0 10px 20px -5px rgba(0,0,0,0.25);
  }
  .iziToast-target .iziToast::after {
    box-shadow: inset 0 -10px 20px -10px rgba(0,0,0,0.2), inset 0 0 5px rgba(0,0,0,0.1);
  }
}
.iziToast.iziToast-theme-dark {
  background: #565c70;
  border-color: #565c70;
}
.iziToast.iziToast-theme-dark .iziToast-title {
  color: #fff;
}
.iziToast.iziToast-theme-dark .iziToast-message {
  color: rgba(255,255,255,0.7);
  font-weight: 300;
}
.iziToast.iziToast-theme-dark .iziToast-close {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgCR4OIQIPSao6AAAAwElEQVRIx72VUQ6EIAwFmz2XB+AConhjzqTJ7JeGKhLYlyx/BGdoBVpjIpMJNjgIZDKTkQHYmYfwmR2AfAqGFBcO2QjXZCd24bEggvd1KBx+xlwoDpYmvnBUUy68DYXD77ESr8WDtYqvxRex7a8oHP4Wo1Mkt5I68Mc+qYqv1h5OsZmZsQ3gj/02h6cO/KEYx29hu3R+VTTwz6D3TymIP1E8RvEiiVdZfEzicxYLiljSxKIqlnW5seitTW6uYnv/Aqh4whX3mEUrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA5LTMwVDE0OjMzOjAyKzAyOjAwl6RMVgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wOS0zMFQxNDozMzowMiswMjowMOb59OoAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 8px;
}
.iziToast.iziToast-theme-dark .iziToast-icon {
  color: #fff;
}
.iziToast.iziToast-theme-dark .iziToast-icon.ico-info {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vroaSAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=") no-repeat 50% 50%;
  background-size: 85%;
}
.iziToast.iziToast-theme-dark .iziToast-icon.ico-warning {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAllBMVEUAAAD////+//3+//3+//3///////z+//3+//3+//3////////////9//3////+//39//3///3////////////+//3+//39//3///z+//z+//7///3///3///3///3////////+//3+//3+//3+//z+//3+//7///3///z////////+//79//3///3///z///v+//3///+trXouAAAAMHRSTlMAB+j87RBf+PXiCwQClSPYhkAzJxnx05tSyadzcmxmHRbp5d7Gwrh4TDkvsYt/WkdQzCITAAAB1UlEQVRYw+3XaXKCQBCGYSIIighoxCVqNJrEPfly/8vFImKXduNsf/Mc4K1y7FnwlMLQc/bUbj85R6bA1LXRDICg6RjJcZa7NQYtnLUGTpERSiOXxrOPkv9s30iGKDmtbYir3H7OUHJa2ylAuvZzRvzUfs7Ii/2cgfTt54x82s8ZSM848gJmYtroQzA2jHwA+LkBIEuMGt+QIng1igzlyMrkuP2CyOi47axRaYTL5jhDJehoR+aovC29s3iIyly3Eb+hRCvZo2qsGTnhKr2cLDS+J73GsqBI9W80UCmWWpEuhIjh6ZRGjyNRarjzKGJ2Ou2himCvjHwqI+rTqQdlRH06TZQR9ek0hiqiPp06mV4ke7QPX6ERUZxO8Uo3sqrfhxvoRrCpvXwL/UjR9GRHMIvLgke4d5QbiwhM6JV2YKKF4vIl7XIBkwm4keryJVmvk/TfwcmPwQNkUQuyA2/sYGwnXL7GPu4bW1jYsmevrNj09/MGZMOEPXslQVqO8hqykD17JfPHP/bmo2yGGpdZiH3IZvzZa7B3+IdDjjpjesHJcvbs5dZ/e+cddVoDdvlq7x12Nac+iN7e4R8OXTjp0pw5CGnOLNDEzeBs5gVwFniAO+8f8wvfeXP2hyqnmwAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%;
}
.iziToast.iziToast-theme-dark .iziToast-icon.ico-error {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMA3BsB98QV8uSyWVUFz6RxYwzYvbupmYqAaU1FQTXKv7abj4d1azKNUit3AAACZElEQVRYw7WXaZOCMAyGw30UORRQBLxX/v8/3BkaWjrY2szO5otKfGrzJrEp6Kw6F8f8sI+i/SE/FucKSBaWiT8p5idlaEtnXTB9tKDLLHAvdSatOan3je93k9F2vRF36+mr1a6eH2NFNydoHq/ieU/UXcWjjk9XykdNWq2ywtp4tXL6Wb2T/MqtzzZutsrNyfvA51KoQROhVCjfrnASIRpSVUZiD5v4RbWExjRdJzSmOsZFvzYz59kRSr6V5zE+/QELHkNdb3VRx45HS1b1u+zfkkcbRAZ3qJ9l/A4qefHUDMShJe+6kZKJDD2pLQ9Q4lu+5Q7rz7Plperd7AtQEgIPI6o2dxr2D4GXvxqCiKcn8cD4gxIAEt7/GYkHL16KqeJd0NB4gJbXfgVnzCGJlzGcocCVSLzUvoAj9xJ4NF7/R8gxoVQexc/hgBpSebjPjgPs59cHmYfn7NkDb6wXmUf1I1ygIPPw4gtgCE8yDw8eAop4J/PQcBExjQmZx37MsZB2ZB4cLKQCG5vKYxMWSzMxIg8pNtOyUkvkocEmXGo69mh8FgnxS4yBwMvDrJSNHZB4uC3ayz/YkcIP4lflwVIT+OU07ZSjrbTkZQ6dTPkYubZ8GC/Cqxu6WvJZII93dcCw46GdNqdpTeF/tiMOuDGB9z/NI6NvyWetGPM0g+bVNeovBmamHXWj0nCbEaGeTMN2PWrqd6cM26ZxP2DeJvj+ph/30Zi/GmRbtlK5SptI+nwGGnvH6gUruT+L16MJHF+58rwNIifTV0vM8+hwMeOXAb6Yx0wXT+b999WXfvn+8/X/F7fWzjdTord5AAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 80%;
}
.iziToast.iziToast-theme-dark .iziToast-icon.ico-success {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%;
}
.iziToast.iziToast-theme-dark .iziToast-icon.ico-question {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEg18vki+AAAETUlEQVRo3s1ZTWhbRxD+VlIuxsLFCYVIIQYVopBDoK5bKDWUBupDMNbJ5FBKg/FBziUQdE9yaC+FHBrwsdCfQ9RTGoLxwWl+DqHEojUFFydxnB9bInZDqOsErBrr6yGvs/ueX97bldTKo4Pe7puZb3Z33s7srIIjMY1jyCEjP6ImvyX8pF64arSHznKC06wzijY5xSKz7YbuYokV2lODsyyxqz3gSY6z6gCuqcpxJluFH+Z8U+D/0jyHoxFUBHgfvsGHIS9WMIUlVFFDFTUAGWSRQRY5HMeBEP6b+Ew9dh/7INd2jGeO59kfKdXP85zbIbfGQVf4sYC3N1hm3lo6zzIbPvk6x+zBk7wQGMEMB5xncIAzAS0XrFySSV72iS1yyBVcdA1x0afrsoUJgdFfY2+z8ADAXl7zz0KcwJiPfZKpVuABgClO+nRG+QIHDdfb4qlWwUXvKW4Z7vi6L4J9vg+vbfCeCeZH2RfOdMOc/HbCA4BvIW6EMQz7XK/ltd+hP+VzR9mgva2YSfyGI17fA7ynnocqeQNFfIJ0oHsdv6CC2+rXGBN6cQdveY3fcVRtmy/HDete+93zy8jA8zV7YkwYMrjHzRddRsCdiVCwwmh6wg9iTNC7Y9XIF1iS7kbUpsvvGEdPuTfSgAEjRpR096x0liPFD/Eqt2NMuBQzB2XhrACAApjFsuQFh9XdGAX70B3oSuNdnMVBaX+sopYxjwVpHFBVACyKTXNoktjD+6Ll8xhenS9MAAkAI/Lux2YNUOs4I413Ypg1SgEAu7kpFvWjaeJe0fJHDGe/cNaZBkekudw8PMA+0fMwlndZeAsJ5KR/qhUDUJCnSiyvRsolkJHGUgvjH8QXDgZopEzKMKDqCKrwEQ4C6MH7GEXC665buLJG8hlQc4LP4paxfJrOqYVYYY2UARfEIazTbgDg2dB98GebzJd54b8L/iWNdLyooeR6CHyZ+6xk0yKxkYg6nEVSUG4VJ9QJ9cxRCxO+9WiOyvgUeexXP1hLGH5nGuBWVtiSp4vqe3VP0UFWI9Wan4Er3v8q7jjPWVtm4FtcQQMrOKO2nOQCM5AyDMi56FDrKHA/1nyppS1ppBpYaE8wciEjGI2AaeM41kI4doDX4XiT3Qm1gevyruCgZg9P8xIv8m1nCzTKq6oiJ9xTMiZ505P5m8cdZ0CnZMVXHVljM7WMBzxpyDxygtdxoCEFTaMIWbZU85UvBjgUMYy0fBaAF8V1Lj9qWQ1aMZ5f4k9r+AGMSkMP1vZoZih6k6sicc5h/OFHM9vDqU/VIU7zJZdYYsKGH4g4nAJMGiXZRds1pVMoZ69RM5vfkbh0qkBhsnS2RLMLilQdL9MBHS9UAh0v1e6CYnXHy/WeeCcvLDwl/9OVze69tPKM+M+v7eJN6OzFpWdEF0ucDbhVNFXadnVrmJFlkVNGTS2M6pzmhMvltfPhnN2B63sVuL7fcNP3D1TSk2ihosPrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjEzKzAyOjAweOR7nQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxMyswMjowMAm5wyEAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 85%;
}
.iziToast.iziToast-theme-dark .iziToast-buttons > a,
.iziToast.iziToast-theme-dark .iziToast-buttons > button,
.iziToast.iziToast-theme-dark .iziToast-buttons > input {
  color: #fff;
  background: rgba(255,255,255,0.1);
}
.iziToast.iziToast-theme-dark .iziToast-buttons > a:hover,
.iziToast.iziToast-theme-dark .iziToast-buttons > button:hover,
.iziToast.iziToast-theme-dark .iziToast-buttons > input:hover {
  background: rgba(255,255,255,0.2);
}
.iziToast.iziToast-theme-dark .iziToast-buttons > a:focus,
.iziToast.iziToast-theme-dark .iziToast-buttons > button:focus,
.iziToast.iziToast-theme-dark .iziToast-buttons > input:focus {
  box-shadow: 0 0 0 1px rgba(255,255,255,0.6);
}
.iziToast.iziToast-color-red {
  background: rgba(255,175,180,0.9);
  border-color: rgba(255,175,180,0.9);
}
.iziToast.iziToast-color-orange {
  background: rgba(255,207,165,0.9);
  border-color: rgba(255,207,165,0.9);
}
.iziToast.iziToast-color-yellow {
  background: rgba(255,249,178,0.9);
  border-color: rgba(255,249,178,0.9);
}
.iziToast.iziToast-color-blue {
  background: rgba(157,222,255,0.9);
  border-color: rgba(157,222,255,0.9);
}
.iziToast.iziToast-color-green {
  background: rgba(166,239,184,0.9);
  border-color: rgba(166,239,184,0.9);
}
.iziToast.iziToast-layout2 .iziToast-body .iziToast-message {
  width: 100%;
}
.iziToast.iziToast-layout3 {
  border-radius: 2px;
}
.iziToast.iziToast-layout3::after {
  display: none;
}
.iziToast.revealIn,
.iziToast .revealIn {
  -webkit-animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both;
  -moz-animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both;
  animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both;
}
.iziToast.slideIn,
.iziToast .slideIn {
  -webkit-animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  -moz-animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
}
.iziToast.bounceInLeft {
  -webkit-animation: iziT-bounceInLeft 0.7s ease-in-out both;
  animation: iziT-bounceInLeft 0.7s ease-in-out both;
}
.iziToast.bounceInRight {
  -webkit-animation: iziT-bounceInRight 0.85s ease-in-out both;
  animation: iziT-bounceInRight 0.85s ease-in-out both;
}
.iziToast.bounceInDown {
  -webkit-animation: iziT-bounceInDown 0.7s ease-in-out both;
  animation: iziT-bounceInDown 0.7s ease-in-out both;
}
.iziToast.bounceInUp {
  -webkit-animation: iziT-bounceInUp 0.7s ease-in-out both;
  animation: iziT-bounceInUp 0.7s ease-in-out both;
}
.iziToast.fadeIn {
  -webkit-animation: iziT-fadeIn 0.5s ease both;
  animation: iziT-fadeIn 0.5s ease both;
}
.iziToast.fadeInUp {
  -webkit-animation: iziT-fadeInUp 0.7s ease both;
  animation: iziT-fadeInUp 0.7s ease both;
}
.iziToast.fadeInDown {
  -webkit-animation: iziT-fadeInDown 0.7s ease both;
  animation: iziT-fadeInDown 0.7s ease both;
}
.iziToast.fadeInLeft {
  -webkit-animation: iziT-fadeInLeft 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
  animation: iziT-fadeInLeft 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}
.iziToast.fadeInRight {
  -webkit-animation: iziT-fadeInRight 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
  animation: iziT-fadeInRight 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}
.iziToast.flipInX {
  -webkit-animation: iziT-flipInX 0.85s cubic-bezier(0.35, 0, 0.25, 1) both;
  animation: iziT-flipInX 0.85s cubic-bezier(0.35, 0, 0.25, 1) both;
}
.iziToast.fadeOut {
  -webkit-animation: iziT-fadeOut 0.7s ease both;
  animation: iziT-fadeOut 0.7s ease both;
}
.iziToast.fadeOutDown {
  -webkit-animation: iziT-fadeOutDown 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
  animation: iziT-fadeOutDown 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
}
.iziToast.fadeOutUp {
  -webkit-animation: iziT-fadeOutUp 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
  animation: iziT-fadeOutUp 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
}
.iziToast.fadeOutLeft {
  -webkit-animation: iziT-fadeOutLeft 0.5s ease both;
  animation: iziT-fadeOutLeft 0.5s ease both;
}
.iziToast.fadeOutRight {
  -webkit-animation: iziT-fadeOutRight 0.5s ease both;
  animation: iziT-fadeOutRight 0.5s ease both;
}
.iziToast.flipOutX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation: iziT-flipOutX 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
  animation: iziT-flipOutX 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
}
.iziToast-overlay.fadeIn {
  -webkit-animation: iziT-fadeIn 0.5s ease both;
  animation: iziT-fadeIn 0.5s ease both;
}
.iziToast-overlay.fadeOut {
  -webkit-animation: iziT-fadeOut 0.7s ease both;
  animation: iziT-fadeOut 0.7s ease both;
}
@-webkit-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 1);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 1);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-webkit-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(280px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  70% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-280px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  70% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(10px);
  }
  70% {
    -webkit-transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
  }
  70% {
    -webkit-transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes iziT-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziT-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes iziT-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes iziT-fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes iziT-fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes iziT-fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
}
@-webkit-keyframes iziT-fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
}
@-webkit-keyframes iziT-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-moz-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1);
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes iziT-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes iziT-slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(280px);
  }
  50% {
    opacity: 1;
    transform: translateX(-20px);
  }
  70% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(280px);
  }
  50% {
    opacity: 1;
    transform: translateX(-20px);
  }
  70% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(280px);
  }
  50% {
    opacity: 1;
    transform: translateX(-20px);
  }
  70% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(280px);
  }
  50% {
    opacity: 1;
    transform: translateX(-20px);
  }
  70% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-280px);
  }
  50% {
    opacity: 1;
    transform: translateX(20px);
  }
  70% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-280px);
  }
  50% {
    opacity: 1;
    transform: translateX(20px);
  }
  70% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-280px);
  }
  50% {
    opacity: 1;
    transform: translateX(20px);
  }
  70% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-280px);
  }
  50% {
    opacity: 1;
    transform: translateX(20px);
  }
  70% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  50% {
    opacity: 1;
    transform: translateY(10px);
  }
  70% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  50% {
    opacity: 1;
    transform: translateY(10px);
  }
  70% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  50% {
    opacity: 1;
    transform: translateY(10px);
  }
  70% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  50% {
    opacity: 1;
    transform: translateY(10px);
  }
  70% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
  70% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
  70% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
  70% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
  70% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes iziT-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes iziT-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes iziT-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes iziT-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes iziT-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes iziT-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-o-keyframes iziT-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes iziT-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-moz-keyframes iziT-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes iziT-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes iziT-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes iziT-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes iziT-fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes iziT-fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-o-keyframes iziT-fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes iziT-fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-moz-keyframes iziT-fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes iziT-fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-o-keyframes iziT-fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes iziT-fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-moz-keyframes iziT-fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
}
@-webkit-keyframes iziT-fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
}
@-o-keyframes iziT-fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
}
@keyframes iziT-fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
}
@-moz-keyframes iziT-fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
}
@-webkit-keyframes iziT-fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
}
@-o-keyframes iziT-fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
}
@keyframes iziT-fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
}
@-moz-keyframes iziT-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes iziT-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-o-keyframes iziT-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes iziT-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

/** BR Split **/

#bankroll_split ul li span:last-child{color: #7df801;}
#bankroll_split ul{color: #757575;list-style-type: none;font-size: 30px;border-bottom: 1px #333 solid;padding: 20px 26px;}
.vp1 #bankroll_split ul{font-size: 15px;padding: 10px 13px;}
#bankroll_split ul li:first-child{margin-bottom: 10px;}
.vp1 #bankroll_split ul li:first-child{margin-bottom: 5px;}
#bankroll_split ul li span:last-child{float: right; font-weight: bold;}

/** Welcome Message **/
#welcome_message p{color: #FFF;padding: 18px 0 0 26px;font-size: 30px;}
.vp1 #welcome_message p{padding: 10px 0 0 13px;font-size: 15px;}
#welcome_message p span{color: #7df801;}

/** Loyalty Indication **/
body:not(.vp1) #rl-loyalty-indication{padding: 6px 10px 10px;text-align: left;border-bottom: 1px #333 solid;}
.vp1 #rl-loyalty-indication{border-bottom: 1px #333 solid;}
body:not(.vp1) .lol-wrapper{font-size: 28px; margin: 10px auto; border-radius: 10px; -webkit-border-radius: 10px; min-height: 90px;}
body:not(.vp1) .lol-loader-bg{border-radius: 10px; -webkit-border-radius: 10px;}
body:not(.vp1) .lol-loader{border: 12px solid #000; border-top: 12px solid #FFF; width: 50px; height: 50px;}
body:not(.vp1) .lol-content{border-radius: 10px; -webkit-border-radius: 10px;}
body:not(.vp1) .lol-level-title{padding: 0 0 10px;}
body:not(.vp1) .lol-bar-progress{height: 6px;}
body:not(.vp1) .lol-bar-progress-fill{width: 18%; height: 6px;}
body:not(.vp1) .lol-arrow-container{right: 20px;}
body:not(.vp1) .lol-arrow{width: 14px; height: 14px; border-width: 0 4px 4px 0;}
body:not(.vp1) .lol-error-container{padding: 20px; border-radius: 10px; -webkit-border-radius: 10px; font-size: 24px;}

.lol-bar-progress-fill{background: #7df801 !important;}

/** iziToast overrides **/

.iziToast-capsule { padding: 0 10px; }
.iziToast-wrapper { padding: 0; margin-top: 10px; z-index: 9999;}
body:not(.vp1) .iziToast-wrapper { zoom: 2; }
.iziToast { background-color: #FFF; min-height: 90px; display: flex; margin: auto; align-items: center; adding: 19px 5px 19px 0px; overflow: hidden; border-radius: 5px; margin-top: 10px; box-shadow: 0px 10px 30px -10px #000;-webkit-box-shadow: 0px 10px 30px -10px #000; }
.iziToast > .iziToast-cover { background-color: #; border-radius: 0px; }
.iziToast > .iziToast-progressbar { background-color: #b4b4b4; }
.iziToast > .iziToast-progressbar > div { background-color: #7bf601; }
.iziToast > .iziToast-body .iziToast-title,
.iziToast > .iziToast-body .iziToast-message  { word-break: break-word; padding-bottom: 5px; }
.iziToast > .iziToast-progressbar > div { height: 4px; border-radius: 0; }
.iziToast > .iziToast-body { display: flex; align-items: center; width: 100%; }
.iziToast > .iziToast-body .iziToast-message {margin: 0;padding-bottom: 0px;}
.iziToast > .iziToast-body .iziToast-buttons { margin-left: auto }
.iziToast > .iziToast-body .iziToast-buttons > button {  outline: none; cursor: pointer; margin: 0; background: #000; font-weight: bold; color: #FFF; }
.iziToast > .iziToast-body .iziToast-texts { margin: 0 }
.iziToast > .iziToast-close { top: 0; right: 0; height: 30px; width: 30px; opacity: 1; }

/** App settings inactivity timeout **/

#timeoutInterval_content span.custom-input{position: relative;display: block;max-width: 540px;margin: 0 auto;}
.vp1 #timeoutInterval_content span.custom-input{max-width: 270px;}
#timeoutInterval_content span.custom-input input[type="number"]{margin: 0 auto;float: none;display: block;background: none;border: 0;border-bottom: 2px #81fd00 solid;border-top: 2px #81fd00 solid;margin-top: 4vh;font-size: 26px;text-align: center;color: #FFF;font-weight: bold;padding: 15px 10px;outline: none;width: 100%;border-radius: 0;}
.vp1 #timeoutInterval_content span.custom-input input[type="number"]{border-bottom: 1px #81fd00 solid;border-top: 1px #81fd00 solid;margin-top: 4vh;font-size: 13px;padding: 7.5px 5px;}
#timeoutInterval_content span.custom-input input[type="number"]:valid + label span:after,
#timeoutInterval_content span.custom-input input[type="number"]:focus + label span:after{top: -100%;}
#timeoutInterval_content span.custom-input input[type="number"]:valid + label span:before,
#timeoutInterval_content span.custom-input input[type="number"]:focus + label span:before{opacity: 1;}
#timeoutInterval_content span.custom-input label[for="amount"] {width: 100%; height: 100%; position: absolute; top: 0; font-size: 20px;}
.vp1 #timeoutInterval_content span.custom-input label[for="amount"] {font-size: 10px;}
#timeoutInterval_content span.custom-input label[for="amount"] span{font-weight: bold;width: 100%;display: block;text-align: center;font-size: 26px;}
.vp1 #timeoutInterval_content span.custom-input label[for="amount"] span{font-size: 13px;}
#timeoutInterval_content span.custom-input label[for="amount"] span:before{content: attr(data-unit);position: absolute;right: 0;height: 100%;padding: 15px 10px;opacity: 0;transition: ease all .2s;-webkit-transition: ease all .2s;box-sizing: border-box;}
.vp1 #timeoutInterval_content span.custom-input label[for="amount"] span:before{padding: 7.5px 5px;}
#timeoutInterval_content span.custom-input label[for="amount"] span:after{content: attr(data-content);position: absolute;width: 100%;height: 100%;padding: 16px 0px;left: 0;top: 0;transition: ease all .2s;-webkit-transition: ease all .2s;}
.vp1 #timeoutInterval_content span.custom-input label[for="amount"] span:after{padding: 8px 0px;}

#timeoutInterval_content div{width: 100%;display: flex;flex-flow: row wrap;margin-top: 40px;}
.vp1 #timeoutInterval_content div{margin-top: 20px;}
#timeoutInterval_content div span{text-align: center;height: 100px;float: left;position: relative;display: block;flex-basis: 33.333333%;margin-bottom: 4vh;}
.vp1 #timeoutInterval_content div span{height: 50px;}
#timeoutInterval_content div span input[type="checkbox"]{background: none;opacity: 0;width: 140px;height: 100px;margin: 0;}
.vp1 #timeoutInterval_content div span input[type="checkbox"]{width: 70px;height: 50px;}
#timeoutInterval_content div span input[type="checkbox"] + label{position: absolute;left: 0;top: 0;width: 140px;height: 100px;font-size: 26px;display: flex;align-items: center;justify-content: space-around;left: -70px;margin-left: 50%;border: 2px #81fd00 solid;padding: 0 20px;box-sizing: border-box;border-radius: 15px;}
.vp1 #timeoutInterval_content div span input[type="checkbox"] + label{width: 70px;height: 50px;font-size: 13px;left: -35px;border: 1px #81fd00 solid;padding: 0 10px;border-radius: 7.5px;}
#timeoutInterval_content div span input[type="checkbox"]:checked + label{background: #81fd00; color: #000;}

@media all and (orientation: landscape) {
	body {background-image: url(bg_casino_landscape.png)}
	#timeoutInterval_content div span {flex-basis: 16.666666%;}
	#timeoutInterval_content div{margin-top:20px;}
	.vp1 #timeoutInterval_content div{margin-top:10px;}
	#timeoutInterval_content span.custom-input input[type="number"]{margin-top: 2vh;}
}

@media all and (orientation: landscape) and (max-height: 599px) {
	#timeoutInterval_content span.custom-input label[for="amount"] span:after{opacity:0;}
	#timeoutInterval_content span.custom-input{max-width:300px;}
	.vp1 #timeoutInterval_content span.custom-input{max-width:150px;}
}


/** Arabic language RTL **/
#ar #side_menu,
#ar #LoginDialog #member,
#ar #LoginDialog #new-member,
#ar .error_dialog_text table,
#ar .error_dialog_text div,
#ar .sideactions h2,
#ar .terms,
#ar #lobby-games-container ul,
#ar #wrapper #freeplay .freeplay-category,
#ar #bubble_content,
#ar #aboutTextInner {direction: rtl;}

#ar #side_menu {left: 0;}
#ar #LoginDialog input { padding-right: 20px; padding-left: 0px;}
#ar.vp1 #LoginDialog input { padding-right: 10px; padding-left: 0px;}
#ar.vp1.l #memger_login_btn {float: left; margin-left: calc(30% - 85px);}
#ar.l #memger_login_btn {margin-left: calc(30% - 145px);}
#ar.l #member, #ar.l .logo_container, #ar.l .logo_container_place_holder, #ar #new-member .btn {float: right;}
#ar.p .logo_container {text-align: right;}
#ar.vp1 .logo_container img {margin-right: 5px;}
#ar .logo_container img {margin-right: 10px;}
#ar.p #LoginDialog h1, #ar.p #LoginDialog input, #ar.p #new-member .btn, #ar.p .fun {margin: 0 13% 0 0 !important;}
#ar.vp1 #LoginDialog input { padding-right: 10px; padding-left: 0px;}
#ar #member a {margin: 0 0 10px 0;}
#ar.vp1 #member a {margin: 0 0 5px 0;}
#ar.p #memger_login_btn .btn {margin-right: 13% !important; margin-left: 0 !important; float: right;}
#ar.p #login-regulate-text {text-align: right; float: right; padding: 5% 0; margin-right: 13%;}
#ar.l .fun span {margin-right: -60px;}
#ar.p .fun span {margin-right: -40px;}
#ar.l.vp1 .fun span {margin: 0 -30px 0 0;}
#ar.p.vp1 .fun span {margin: 0 -20px 0 0;}
#ar .fun {margin-left: 0px;}
#ar.l .fun {float: right;}
#ar.l .fun {margin-right: 50px;}
#ar.l .fun a, #ar.p .fun a {margin: 0 55px 0 0;}
#ar.l.vp1 .fun a {margin: 0 25px 0 0;}
#ar.p.vp1 .fun a {margin: 0;}


#ar.vp1 #logo, .vp1 #fake-logo {margin: 7.5px 7.5px 0 0}
#ar #logo, .vp1 #fake-logo {margin: 15px 15px 0 0}
#ar .fake-logo-container {float: right;}
#ar .vp1 #settings {float: left; margin: 0px 0px 0px 15px;}
#ar #settings {float: left; margin: 0px 0px 0px 30px;}
#ar.vp1 #settings {float: left; margin: 0px 0px 0px 15px;}
#ar .top-menu-buttons {float: left;}
#ar .balance {float: left; margin: 30px 0 0 35px;}
#ar.vp1 .balance {float: left; margin: 18px 0 0 25px;}
#ar #logo-back {margin-right: 5px; margin-left: 0px;}

#ar #error_dialog_general .error_dialog_text button.first, #ar #error_dialog_general .error_dialog_text td.first {box-shadow: none;}
#ar #error_dialog_general .error_dialog_text button.second {box-shadow: inset 4px 0px 0px #444;}
#ar.vp1 #error_dialog_general .error_dialog_text button.second {box-shadow: inset 2px 0px 0px #444;}

#ar .terms .switch, #ar .terms .tc .yn button:last-child {float: left;}
#ar .terms .tc .yn button:first-child {float: right;}
#ar .dropdown_container:before {left: 0; right: auto; transform: scaleX(-1);}
#ar .terms .tc ol {padding-left: 0; padding-right: 40px;}
#ar.vp1 .terms .tc ol {padding-right: 20px;}

#ar #wrapper #freeplay .category-data:before {right: 0; transform: scaleX(-1);}
#ar #wrapper #freeplay .category-data {direction: rtl; padding: 24px 135px 24px 0px;}
#ar.vp1 #wrapper #freeplay .category-data {padding: 12px 75px 12px 0px;}
#ar #wrapper #freeplay span.dropdown {left: 0; right: auto;}
#ar #lobby-games-container ul li.sep {text-algin: right; margin-right: 20px;}
#ar.vp1 #lobby-games-container ul li.sep {margin-right: 10px;}
#ar #lobby-games-container ul li {float: right; margin-right: 2%; margin-left: 0;}
#ar #lobby-games-container ul li.custom_tab {margin:0;}
#ar #lobby-games-container ul li div {direction: ltr;}

#ar #bubble_close {left: -450px;}
#ar.vp1 #bubble_close {left: -225px;}

#ar .iziToast > .iziToast-close {left: 0; right: auto;}

#ar #recaptcha {float: right; margin-left: 0; margin-right: 33%;}
#ar.l #recaptcha {margin-right: 12%;}

#ar #bankroll_split ul li span:last-child {float: left;}