body {
font-family: arial;
color:#ddd;
font-size:12px;
background:#000 !important;
/*background:url(../images/header-topline.png) no-repeat center 150px, url(../images/header.png) repeat-x center top, #000 !important;*/
margin:0; padding:0;
line-height: 1.8em;
overflow-x: hidden;
}

img {
border:none;
}

a {
color:#fff;
text-decoration:none;
}

.container {
width:1100px;
margin:0 auto;
}

.line-decor {
  height: 3px;
  background: url(../images/line-decor.png) no-repeat center;
  margin:0px 0 20px 0;
}

/* CLEAR STYLE */
.clear, div.clear, li.clear, span.clear {
clear:both;
float:none;
}

/* margin - padding */
.mleft6 {
margin-left:12px;
}

/* CLEAR STYLE */
.clear, div.clear, li.clear, span.clear {
clear:both;
float:none;
}

.slots_main{
	width:1200px; margin:auto;
}
.slots_main .slots_ img{
	width:550px;
}
.slots_main .slots_{
	display:inline-block;
	width:500px;
	margin-right:45px;
	margin-left:45px
}
 .casino a img:hover, ul.number_lobby li a img:hover, .slots_ a img:hover{
	/*-webkit-animation:animatedBackground 0.2s ease-out 1;-moz-animation:animatedBackground 0.2s ease-out 1;animation:animatedBackground 0.2s ease-out 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;
	z-index:999;*/
	-moz-transform: scale(1.3);
  	-webkit-transform: scale(1.3);
  	transform: scale(1.3);
}

/* games close popup*/

.lott-message {
	display: none;
	position: fixed;
	background-color: rgb(0,0,0, .7);
	height: 100vh;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999999999;
}

.lott-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url('../images/page/lottery/messagebox.png');
	width: 678px;
	height: 183px;
}

.lott-close {
	position: absolute;
	background-image: url('../images/page/lottery/close.png');
	width: 50px;
	height: 50px;
	top: -26px;
	right: -24px;
	cursor: pointer;
	transition: transform .2s;
}

.lott-close:hover {
	transform: scale(1.1);
}

.lott-title {
	font-family: signup_font;
	font-size: 44px;
	width: 100%;
	text-align: center;
	line-height: 58px;
	color: #f6da50;
}

.lott-text {
	color: #f6da50;
	font-size: 26px;
	padding: 38px 28px;
	}
.slots-nav #provider_name a.active,.slots-nav #provider_name a:hover{
	color: #fff;
  background-image: linear-gradient(#1f1f1f, #434343), linear-gradient(to bottom, #50504d 0, #56524b 40%, #5c5a56 48%, #747470 62%, #919191 70%, #4a493b 77%, #2a2922 100%);
}









