@font-face {
	font-family: 'days';
	font-display: swap;
	src: url('/css/fonts/days.eot');
	src: local('O'), url('/css/fonts/days.woff') format('woff'), url('/css/fonts/days.ttf') format('truetype'), url('/css/fonts/days.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, middle,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing:border-box;
}
/* HTML5 display-role reset for older browsers */
article, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
ol {
	list-style-type: decimal;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
    background: url(/i/bg_site_n.jpg) no-repeat;
    font: 12px/18px Arial, sans-serif;
    height: 100%;
    background-size:cover;
    background-attachment:fixed;
    width: 100%;
}

/* crumbs */
.crumbs {
    margin:10px 20px 0px 20px;
}
.crumbs li{
    color:#fff;
    display:inline-block;
    font-size:14px;
    margin:0 3px;
    vertical-align: middle;
}
.crumbs li:first-child{
    margin-left:0;
}
/*.crumbs li:nth-child(even){
    background: url(/i/sprites_site.png) -84px -212px no-repeat;
    height: 14px;
    width: 14px;
}*/
.crumbs li a{
    color:#fff;
    font-size:14px;
    text-decoration:none;
}
.crumbs li a:hover{
    text-decoration:underline;
}
/*  Header */
header {
	overflow:hidden;
	position:relative;
	width:100%;
}
header .middle{
	background: url(/i/head_fon.png) repeat-x;
	border-left:1px solid #35ADC5;
	border-right:1px solid #35ADC5;
	overflow:hidden;
	height:104px;
	margin:0 auto;
	min-width: 280px;
	max-width: 100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	width: 998px;
	z-index:9999;
}
.logo-header,
.other-btn{
	display:inline-block;
	vertical-align:middle;
}
.logo-header{
	text-align:center;
	width:25%;
}
.other-btn{
	width:72%;
	position:relative;
}
.head-depos{
    background: url(/i/spt-bor.png) 0 -115px no-repeat;
	width:221px;
	height:56px;
	color:#f00;
	font-size:15px;
	padding-left:55px;
	padding-top:5px;
	display:inline-block;
	position:relative;
    text-shadow: 2px 2px 5px red, 0 -3px 5px red;
	z-index:10;
  	-webkit-animation: blink5 2s linear infinite; animation: blink5 2s linear infinite;	
}
@-webkit-keyframes blink5 { 50% { color: #f0f0f0; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #f0f0f0; } }
@keyframes blink5 { 50% { color: #f0f0f0; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #f0f0f0; } }

.head-depos span{
  color:#FCCC00;
  font-size:18px;
  font-weight:bold;
  display:block;
  text-shadow: none;
}

.head-btn{
  display:inline-block;
  color:#fff;
  font-weight:bold;
  font-size:16px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  padding:10px 0;
  width: 30%;
  margin-top:7px;
  margin-left:-5px;
  position:absolute;
  text-align:center;
    background-color: #fc613d;
    background-image: -moz-linear-gradient(top, #fc613d 0%, #aa0203 100%);
    background-image: -webkit-linear-gradient(top, #fc613d 0%, #aa0203 100%);
    background-image: -o-linear-gradient(top, #fc613d 0%, #aa0203 100%);
    background-image: -ms-linear-gradient(top, #fc613d 0% ,#aa0203 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc613d', endColorstr='#aa0203',GradientType=0 );
    background-image: linear-gradient(top, #fc613d 0% ,#aa0203 100%);
    box-shadow: inset 0px -4px 1px #890205;
    -moz-box-shadow: inset 0px -4px 1px #890205;
    -webkit-box-shadow: inset 0px -4px 1px #890205;
	border:1px solid #fafafa;
	z-index:9;
}
.bonus_txt-site{
	color:#fff;
	font-size:18px;
	font-family: 'days';
	text-align:center;
	line-height:22px;
	width:20%;
}

nav {
	background: url(/i/bgmenu.png) repeat-x;
	height:61px;
	margin:0 auto;
	min-width: 280px;
	max-width: 100%;
	position:relative;
	width: 998px;
}
nav .l-menu{
	background: url(/i/lmenu.png) no-repeat;
	height:76px;
	left:-19px;
	position:absolute;
	top:-15px;
	width:21px;
}
nav .r-menu{
	background: url(/i/rmenu.png) no-repeat;
	height:77px;
	position:absolute;
	right:-19px;
	top:-16px;
	width:21px;
}
nav ul {
	height:61px;
	line-height:61px;
}
nav ul li {
	display:inline-block;
	position:relative;
}
nav ul li:first-child {
	margin-left:5%;
}
nav ul li a, nav ul li span{
	display:block;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	font-family:Arial;
	text-decoration:none;
}
nav ul li.current{
	background:url(/i/trans.png) repeat;
}
nav ul li:hover {
	background:url(/i/trans.png) repeat;
}
nav ul li:nth-child(1) a, nav ul li:nth-child(1) span{
	background: url(/i/sprites_site.png) 20px 18px no-repeat;
	display:inline-block;
	height:62px;
	padding-left:53px;
	padding-right:20px;
}
nav ul li:nth-child(2) a, nav ul li:nth-child(2) span{
	background: url(/i/sprites_site.png) 20px -30px no-repeat;
	display:inline-block;
	height:62px;
	padding-left:50px;
	padding-right:20px;
}
nav ul li:nth-child(3) a, nav ul li:nth-child(3) span{
	background: url(/i/sprites_site.png) 20px -82px no-repeat;
	display:inline-block;
	height:62px;
	padding-left:60px;
	padding-right:20px;
}
nav ul li:nth-child(4) a, nav ul li:nth-child(4) span{
	background: url(/i/sprites_site.png) 20px -144px no-repeat;
	display:inline-block;
	height:62px;
	padding-left:60px;
	padding-right:20px;
}
/*  .Header */
h1{
	color:#fff;
	font-size:20px;
	margin-bottom:15px;
}
h2{
	color:#fff;
	font-size:19px;
	font-family:Arial;
	margin-top:10px;
	margin-bottom:15px;
}
h3,h4{
	color:#fff;
	font-size:18px;
	margin-top:10px;
	margin-bottom:15px;
}
.covers{
	margin:0 auto;
	max-width: 998px;
}
.covers .middle {
	background: url(/i/content-site_fon.png) repeat;
	border-left:1px solid #35ADC5;
	border-right:1px solid #35ADC5;
	min-height: 100%;
	min-width: 260px;
}
.containers {
	min-width: 260px;
	display:table-cell;
	overflow: hidden;
	vertical-align:top;
	width:77%;
}
.content-site{
	min-width:280px;
	padding-top:25px;
	margin:0 20px;
}
.middle-block{
	text-align:center;
}
.middle-block div{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	margin:10px 0;
}
.play-btn{
	display:block;
	text-align:center;
	margin:5px auto;
	width:78.6%;
}
.black-bord{
	border-bottom:1px solid #0D112A;
	margin:0 auto;
}
.blue-bord{
	border-bottom:1px solid #1E3F9C;
	margin:0 auto;
}
.txt-site {
	margin:10px 0 15px 0;
	width:100%;
}
.txt-site a{
	color:#fe0;
	text-decoration:none;
}
.txt-site a:hover{
	text-decoration:underline;
}
.txt-site b,
.txt-site strong{
	font-weight:bold;
}
.txt-site i,
.txt-site em{
	font-style:italic;
}

.txt-site p{
	color:#fff;
	font-family:arial;
	font-size:15px;
	margin-bottom:10px;
	text-align:justify;
}
.txt-site img{
	margin:3px 10px 0 15px;
}
.txt-site hr {
	background: url(/i/hr.png) repeat-x;
	border: none;
	display:block;
	height:2px;
	width:100%;
	margin:2% auto;
}
.txt-site ul{
	margin:10px 5px 10px 30px;
	text-align:justify;
}
.txt-site ul li{
   list-style-type: disc;
}
.txt-site ol li{
	list-style-type: decimal;
}
.txt-site ul li,
.txt-site ol li{
	color:#fff;
	font-size:15px;
  margin-bottom:5px !important;
  }
.txt-site ol li{
    margin-left:30px;
}
.txt-site ul li a,
.txt-site ol li a{
	color:#fe0;
	font-size:15px;
	margin-bottom:3px !important;
}
.txt-site ul li a:hover,
.txt-site ol li a:hover{
	text-decoration:underline;
}
.txt-site blockquote, .text q {
    font-family:monospace;
    font-size: 16px;
    color: #fff;
    padding: 2% 2%;
    margin: 2% 0;
	text-align:center;
    quotes: "\201C""\201D""\2018""\2019";
}
.txt-site blockquote:before,.text q:before {
    color: #fe0;
    content: open-quote;
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
.txt-site blockquote:after,.text q:after {
    color: #fe0;
    content: close-quote;
    font-size: 3em;
    line-height: 0.1em;
    margin-left: 0.25em;
    vertical-align: -0.4em;
}
.txt-site blockquote p, .text q p {
    display: inline;
}

.soc{
	color:#fff;
	font-size:18px;
	margin:10px auto;
	text-align:center;
	height:40px;
}
.soc ul li {
  margin-bottom: 0px !important;
}

.games-block{
	width:100%;
	padding:0 ;
	margin:20px 0 10px 0;
	letter-spacing:-.36em;
}
.games-block a:hover{
	text-decoration:none;
}
.games-block .gamecart{
	border-top:1px solid #fff;
	background:#286AD1;
	display:inline-block;
	margin:2px 1.7%;
	overflow:hidden;
	padding:3px 0;
	position:relative;
	letter-spacing:normal;
	text-align:center;
	width:22.4%;
	background-image: -moz-linear-gradient(top, #286AD1 0%, #03163D 100%);
	background-image: -webkit-linear-gradient(top, #286AD1 0%, #03163D 100%);
	background-image: -o-linear-gradient(top, #286AD1 0%, #03163D 100%);
	background-image: -ms-linear-gradient(top, #286AD1 0% ,#03163D 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#286AD1', endColorstr='#03163D',GradientType=0 );
	background-image: linear-gradient(top, #286AD1 0% ,#03163D 100%);
	height: 110px;
}
.games-block .gamecart:nth-child(4n+1){
	margin-left:0;
}
.games-block .gamecart:nth-child(4n+4){
	margin-right:0;
}
a.all-btn{
	color:#fff;
	display:inline-block;
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
	padding:9px 1.2% 9px 3%;
	text-decoration:none;
	background-color:#276CD3;
	background-image: -moz-linear-gradient(top, #276CD3 0%, #061A45 100%);
	background-image: -webkit-linear-gradient(top, #276CD3 0%, #061A45 100%);
	background-image: -o-linear-gradient(top, #276CD3 0%, #061A45 100%);
	background-image: -ms-linear-gradient(top, #276CD3 0% ,#061A45 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276CD3', endColorstr='#061A45',GradientType=0 );
	background-image: linear-gradient(top, #276CD3 0% ,#061A45 100%);
	border:1px solid #35ADC5;
}
a.all-btn:hover{
	background-color:#061A45;
	background-image: -moz-linear-gradient(top, #061A45 0%, #276CD3 100%);
	background-image: -webkit-linear-gradient(top, #061A45 0%, #276CD3 100%);
	background-image: -o-linear-gradient(top, #061A45 0%, #276CD3 100%);
	background-image: -ms-linear-gradient(top, #061A45 0% ,#276CD3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#061A45', endColorstr='#276CD3',GradientType=0 );
	background-image: linear-gradient(top, #061A45 0% ,#276CD3 100%);
	text-decoration:none !important;
	border:1px solid #020100;
}
a.all-btn span{
	background:url(/i/sprites_site.png) no-repeat right -210px;
	display:inline-block;
	height:14px;
	padding-left:30px;
	width:14px;
}
.set{
	display:block;
	width:80%;
	margin:0 auto;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
	padding:9px 1.2% 9px 3%;
	text-decoration:none;
	text-align:center;
	background-color:#276CD3;
	background-image: -moz-linear-gradient(top, #276CD3 0%, #061A45 100%);
	background-image: -webkit-linear-gradient(top, #276CD3 0%, #061A45 100%);
	background-image: -o-linear-gradient(top, #276CD3 0%, #061A45 100%);
	background-image: -ms-linear-gradient(top, #276CD3 0% ,#061A45 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276CD3', endColorstr='#061A45',GradientType=0 );
	background-image: linear-gradient(top, #276CD3 0% ,#061A45 100%);
	border:1px solid #35ADC5;
	border-radius:3px;
}
.set:hover{
	background-color:#061A45;
	background-image: -moz-linear-gradient(top, #061A45 0%, #276CD3 100%);
	background-image: -webkit-linear-gradient(top, #061A45 0%, #276CD3 100%);
	background-image: -o-linear-gradient(top, #061A45 0%, #276CD3 100%);
	background-image: -ms-linear-gradient(top, #061A45 0% ,#276CD3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#061A45', endColorstr='#276CD3',GradientType=0 );
	background-image: linear-gradient(top, #061A45 0% ,#276CD3 100%);
	text-decoration:none !important;
}
.hs{
	position:absolute;
	text-align:center;
	width:100%;
	top:-78%;
	-moz-transition: all 90ms ease-out;
    -o-transition: all 90ms ease-out;
    -ms-transition: all 90ms ease-out;
	-webkit-transition: all 90ms ease-out;
    transition: all 90ms ease-out;
}
.hs .playst,
.playst{
	background-color:#276CD3;
	background-image: -moz-linear-gradient(top, #276CD3 0%, #061A45 100%);
	background-image: -webkit-linear-gradient(top, #276CD3 0%, #061A45 100%);
	background-image: -o-linear-gradient(top, #276CD3 0%, #061A45 100%);
	background-image: -ms-linear-gradient(top, #276CD3 0% ,#061A45 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276CD3', endColorstr='#061A45',GradientType=0 );
	background-image: linear-gradient(top, #276CD3 0% ,#061A45 100%);
	border:1px solid #020100;
	color:#fff;
	display:block;
	font-size:16px;
	padding:7px 0;
}
.hs .playst:hover,
.playst{
	background-color:#061A45;
	background-image: -moz-linear-gradient(top, #061A45 0%, #276CD3 100%);
	background-image: -webkit-linear-gradient(top, #061A45 0%, #276CD3 100%);
	background-image: -o-linear-gradient(top, #061A45 0%, #276CD3 100%);
	background-image: -ms-linear-gradient(top, #061A45 0% ,#276CD3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#061A45', endColorstr='#276CD3',GradientType=0 );
	background-image: linear-gradient(top, #061A45 0% ,#276CD3 100%);
}
.gamecart a{
	display:block;
	text-decoration:none;
}
.gamecart:hover a.hs{
    -moz-transform: translateY(255%);
    -o-transform: translateY(255%);
    -webkit-transform: translateY(255%);
    transform: translateY(255%);
	z-index:9999;
}
.gamecart > div > a {
	max-width:96%;
	margin:0 3px;
}
.gamecart img {
	display:block;
	margin:0 auto;
	max-width:100%;

}
.hs .look {
	color:#F7B90B;
	font-size:16px;
	font-weight:bold;
	margin-bottom:3px;
}
.hs .look span{
	color:#fff;
}
.play-money{
	width:100%;
}
.more-txt-site{
	color:#fff;
	font-size:15px;
}
.more-txt-site {
	letter-spacing:-.36em;
	margin-bottom:20px;
}
.more-txt-site div{
	display:inline-block;
	letter-spacing:normal;
}
.more-txt-site div:first-child{
	text-align:center;
	width:18%;
}
.more-txt-site div:last-child{
	text-align:justify;
	width:82%;
}
.block-bon{
	width:100%;
	margin:20px 0;
	letter-spacing:-.36em;
	text-align:center;
}
.bonus{
	border:1px solid #3BACCF;
	color:#fff !important;
	display:inline-block;
	font-size:15px;
	font-weight:bold;
	letter-spacing:normal;
	margin:0 1.5%;
	position:relative;
	text-align:center;
	text-decoration:none;
	width:30.2%;
}
.bonuses_block .bonus:nth-child(3n+1){
	margin-left:0;
}
.bonuses_block .bonus:nth-child(3n+3){
	margin-right:0;
}
.mobi {
	display:block;
	position:relative;
	text-decoration:none;
}
.mobi img{
	width:100%;
}
.mobi .demo-play{
/*
    background: url(/i/playdemo.png) no-repeat;
    display: block;
    color: #fff;
    text-decoration: none;
    width: 200px;
    height: 153px;
*/
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    position: absolute;
    top: 38%;
    left: 34%;
    z-index: 999;
}
.mobi .demo-play img {
	width:60%;
}
.mobi .demo-play img.btn_desct{
	width:100%;
}

.mobi .demo-play span{
	display:block;
	margin-top:13px;
	font-size:24px;
	line-height:26px;
	font-weight:normal;
}
.bonus img{
	display:block;
	width:100%;
	margin:0;
}
.stars{
	background: url(/i/bonus_fon.png) repeat-x;
	bottom:0;
	height:42px;
	position:absolute;
	padding:13px 5px 0 5px;
	width:100%;
}
.news-area{
	color:#fff;
	font-size:15px;
	letter-spacing:-.36em;
	margin-top:25px;
	text-align:justify;
	width:100%;
}
.news-area > div{
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
}
.news-area > div:first-child{
	background-color:#FFF8DB;
	background-image: -moz-linear-gradient(top, #FFF8DB 0%, #E8AB07 100%);
	background-image: -webkit-linear-gradient(top, #FFF8DB 0%, #E8AB07 100%);
	background-image: -o-linear-gradient(top, #FFF8DB 0%, #E8AB07 100%);
	background-image: -ms-linear-gradient(top, #FFF8DB 0% ,#E8AB07 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF8DB', endColorstr='#E8AB07',GradientType=0 );
	background-image: linear-gradient(top, #FFF8DB 0% ,#E8AB07 100%);
	padding:4px 0;
	text-align:center;
	vertical-align:middle;
	width:22.1%;

}
.news-area > div:first-child img{
	display:block;
	margin:0 auto;
	width:96.5%;
}

.news-area > div:last-child{
	padding-left:10px;
	width:77.8%;
}
.news-area .title{
	color:#f7b90b;
	display:block;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	text-decoration:none;
}
.news-area .title:hover{
	text-decoration:underline;
}
a.alls{
	background:url(/i/sprites_site.png) no-repeat right -231px;
	color:#f7b90b;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
	padding-right:20px;
}
.alls:hover{
	text-decoration:none;
}
.sb {
	background: url(/i/bgrn_fon.png) repeat;
	height:100%;
	position:relative;
	z-index:999;
	width: 269px;
	display:table-cell;
}

.ramka{
	background: url(/i/ramka.png) no-repeat;
	margin-top:28px;
	text-align:center;
	width:229px;
	height:147px;
}
.ramka div{
	color:#fff;
	font-family: 'days';
	font-size:18px;
	padding:25px 20px 20px 20px;

}
.go_play{
	display:block;
	margin:0 auto;
	width:80%;
}
.stp-red {
	background: url(/i/fon_sb-title.png) repeat-x;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	height:37px;
	line-height:34px;
	max-width: 100%;
	margin-top:20px;
	position:relative;
	text-align:center;
}
.stp-red .lft{
	background: url(/i/left_sb-title.png) no-repeat;
	height:43px;
	position:absolute;
	top:-6px;
	left:-9px;
	width:9px;
}
.stp-red .rght{
	background: url(/i/right_sb-title.png) no-repeat;
	height:43px;
	position:absolute;
	top:-6px;
	right:-9px;
	width:9px;
}
.vendors,
.star-slot {
	margin:15px 10px;
}
.vendors li a{
	margin-bottom:10px;
}
.vendors li a{
	background: url(/i/fon_vendor.png) repeat;
	border:1px solid #35ADC5;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	display:block;
	padding:2px;
	text-decoration:none;
}
.fon_vendor{
	height:37px;
	line-height:37px;
	width:37px;
	text-align:center;
	vertical-align:middle;
}
.fon_vendor img {
	margin:3px auto 0 auto;
}
.vendors li div{
	color:#fff;
	display:inline-block;
	font-size:15px;
	font-weight:bold;
}
.vendors li div:last-child{
	margin-left:5px;
	text-decoration:none;
}
.vendors li div:last-child:hover{
	border-bottom:2px solid #fff;
}
.star-slot li{
	margin-bottom:10px;
	display:table;
}
.star-slot li a{
	text-decoration:none;
}
.star-slot li div{
	color:#fff;
	display:table-cell;
	font-size:15px;
	font-weight:bold;
	vertical-align:middle;
}
.star-slot li div:last-child{
	padding-left:7px;
}
.star-slot li div:last-child:hover{
	text-decoration:underline
}

/* .Left Sidebar
-----------------------------------------------------------------------------*/

/* Footer
-----------------------------------------------------------------------------*/
footer{
	background: url(/i/content-site_fon.png) repeat;
	border-left:1px solid #35ADC5;
	border-right:1px solid #35ADC5;
	min-width: 260px;
	width:100%;
	float:left;
}
.footer-sb{
	background: url(/i/bgrn_fon.png) repeat;
	float:right;
	position:relative;
	text-align:center;
	width: 269px;
	z-index:999;
}
.footer-sb img{
	display:block;
	margin:3px auto 0 auto;
}
footer .content{
	float:left;
	width:72.5%;
}
footer .content ul {
	margin-top:2%;
	width:100%;
	text-align:center;
}
footer .content ul li{
	color:#fff;
	font-size:13px;
	display:inline-block;
	padding:0 2%;
}
footer .content ul li:first-child{
	padding-left:0;
}
footer .content ul li:last-child{
	padding-right:0;
	display: none;
}
footer .content ul li a{
	color:#fff;
	font-size:13px;
	font-family:Arial;
	text-decoration:none;
}
footer .content ul li a:hover{
	text-decoration:underline;
}
footer .black-bord,
footer .blue-bord{
	width:95%;
}
.copyright{
	color:#fff;
	font-size:14px;
	margin-top:3%;
	text-align:center;
}
.copyright a{
    color:#fff;
    text-decoration: none;
}
.copyright a:hover {
    text-decoration: underline;
}
/* .Footer
-----------------------------------------------------------------------------*/

/* Other
-----------------------------------------------------------------------------*/
.clearfix:after {
    content: "";
    clear: both;
    display: block;
    width: 0;
    height: 0;
    *zoom: 1;
}
.sitemap {margin-left: 10%;}
.txt-site .sitemap ul {
    list-style-type: square !important;
    margin-left:20px;
}
.txt-site .sitemap ul li{
    list-style-type: square !important;

}
.txt-site  .sitemap ul li ul {
    list-style-type: disc !important;
    margin-left:20px;
}
.txt-site  .sitemap ul li ul li{
    list-style-type: disc !important;
}
.txt-site  .sitemap ul li ul li ul {
    list-style-type: circle !important;
    margin-left:30px;
}
.txt-site  .sitemap ul li ul li ul li{
    list-style-type: circle !important;

}
.rght_txt {
	text-align:right;
}
.cas-blk{
	/* display:table; */
	vertical-align:top;
	padding:0;
	width:100%;
        margin: 2% 0 0 0;
}
.cas-blk > div{
	display:table-cell;
	vertical-align:top;
	padding-bottom:0px;
}
.cas-blk > div:first-child{
	width:55%;
}
.cas-blk > div:first-child img{
	display:block;
	width:100%;
	margin:0;
}
.cas-blk div:last-child{
	width:45%;
	padding:0 10px;
	position:relative;
}
div.button,
.button {
    display: block;
    font-family: 'Conv_condensed',Sans-Serif;
    font-size: 18px;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    color: #fafafa;
    width: 90%;
    position: absolute;
    bottom: 1%;
    left: 5%;
    background-color: #fc613d;
    background-image: -moz-linear-gradient(top, #fc613d 0%, #aa0203 100%);
    background-image: -webkit-linear-gradient(top, #fc613d 0%, #aa0203 100%);
    background-image: -o-linear-gradient(top, #fc613d 0%, #aa0203 100%);
    background-image: -ms-linear-gradient(top, #fc613d 0% ,#aa0203 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc613d', endColorstr='#aa0203',GradientType=0 );
    background-image: linear-gradient(top, #fc613d 0% ,#aa0203 100%);
    box-shadow: inset 0px -4px 1px #890205;
    -moz-box-shadow: inset 0px -4px 1px #890205;
    -webkit-box-shadow: inset 0px -4px 1px #890205;

}
.button.mr {
	color: #fff; 
    background-color: #fc613d;
    background-image: -moz-linear-gradient(top, #fc613d 0%, #aa0203 100%);
    background-image: -webkit-linear-gradient(top, #fc613d 0%, #aa0203 100%);
    background-image: -o-linear-gradient(top, #fc613d 0%, #aa0203 100%);
    background-image: -ms-linear-gradient(top, #fc613d 0% ,#aa0203 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc613d', endColorstr='#aa0203',GradientType=0 );
    background-image: linear-gradient(top, #fc613d 0% ,#aa0203 100%);
    box-shadow: inset 0px -4px 1px #890205;
    -moz-box-shadow: inset 0px -4px 1px #890205;
    -webkit-box-shadow: inset 0px -4px 1px #890205;
    width: 45%;
    float: left;
    position: inherit;
    margin: 10px 5px 20px 0px;
}
div.button.zal,
a.button.zal{
	color: #fff;
	width:80%;
	padding: 10px 0;
	margin-left:auto;
	margin-right:auto;
}

.tmenut{
	color:#fff;
	font-size:20px;
	font-family:Arial;
	margin:6% 0;
	text-align:center;
}
.all-bon{
	width:100%;
}
.all-bon .bon-elm{
	display:table;
	width:100%;
	padding-bottom:20px;
	vertical-align:top;
}
.bon-elm .bns{
	display:table-cell;
	width:31%;
	vertical-align:top;
}

.s-bonus{
	font-size:24px;
	color:#fff;
	float: right;
}
.time-bonus{
	font-size:16px;
	color:#fff;
}
.time-bonus img{
    vertical-align: bottom;
    margin: -1% 0;
    padding: 0;
}
.opisaan{
	display:table-cell;
	padding-left:10px;
	width:69%;
	vertical-align:bottom;
}
.opisaan > div:first-child{
	display:table;
	padding:0% 13% 2% 2%;
	width:100%;
}
.opisaan > div:first-child > div{
	display:table-cell;
	/*width:40%;*/
}
.opisaan > div:last-child{
	display:table;
	width:97.5%;
}
.opisaan > div:last-child > div{
	display:table-cell;
}
.opisaan .description{
 	background:#162866;
	padding:10px 10px 0 10px;
	width:88%;
	border:1px solid #112051;
}
.bon-elm .bns > div {
	position:relative;
	border:1px solid #35ADC5;
	padding:0;
}
.bon-elm .bns > div img{
	margin:0 !important;

}
.stfor{
	background: url(/i/bonus_fon.png) repeat-x;
	bottom:0;
	height:42px;
	position:absolute;
	padding:13px 5px 0 5px;
	width:100%;
	color:#fff;
	font-size:15px;
	text-align:center;
}
.bonus-elem .bonus img{
	display:block;
	width:100%;
}
.btn-go{
	color:#fff !important;
	display:table-cell;
	width:8% !important;
	vertical-align:middle;
}
.button.go{
	position:relative;
	left:3%;
	bottom:0;
	margin:0;
	padding:0;
}


/*** LIGHTBOX ***/
body:after {
  content: url(/i/close.png) url(/i/loading.gif) url(/i/prev.png) url(/i/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/i/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/i/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 100;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/i/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 100;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/i/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*** .LIGHTBOX ***/

.sidebar__btn-group .btn-green.btn-lg {
    background-image: url(/i/sprite-buttons.png);
    background-position: 50% 0;
    background-repeat: repeat-x;
}
.sidebar__bonuses .btn {
    text-transform: none;
}
.sidebar__btn-group .btn-green {
    border-color: #FF621B;
}
.sidebar__btn-group .btn-lg, .btn-lg span {
    border-radius: 3px;
}
.sidebar__btn-group .btn-lg {
    height: 48px;
}
.sidebar__btn-group .btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    font-weight: bold;
    color: #e5eee8;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    border-style: solid;
    border-width: 0 1px;
    cursor: pointer;
}



.sidebar__btn-group .btn.blue-neon.btn-lg .btn-neon-animate {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.sidebar__btn-group .btn-neon-animate {
    opacity: 0.17;
    filter: alpha(opacity=17);
}

.sidebar__btn-group .btn span {
    color: #e5eee8;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 1px 0 1px rgba(0, 0, 0, 0.15), -1px 0 1px rgba(0, 0, 0, 0.15);
    display: block;
    position: relative;
    z-index: 3;
    overflow: hidden;
    cursor: pointer;
}
.sidebar__btn-group .btn-lg, .btn-lg span {
    border-radius: 3px;
}
.sidebar__btn-group .btn-lg span {
    font-size: 22px;
    line-height: 49px;
    height: 48px;
}


@-moz-keyframes moveBottomTop {
    0%,100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@-webkit-keyframes moveBottomTop {
    0%,100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes moveBottomTop {
    0%,100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}
.bonus-animate-block__sidebar {
    position: relative;
    top: 0px;
    background-position: 0 0;
    width: 270px;
    height: 105px;
    padding-top: 18px;
    text-align: center;
    animation: moveBottomTop 1s infinite .75s;
}
.bonus-animate-block {
    background-image: url(/i/spt-bor.png);
    background-repeat: no-repeat;
    margin: 0 auto;
}

.bonus-animate-block-title {
    color: #FF004E;
    font-size: 16px;
    text-shadow: 2px 2px 10px red, 0 -3px 15px red;
    vertical-align: middle;
    line-height: 1;
}
.bonus-animate-block-value {
    font-size: 28px;
    letter-spacing: -1px;
    margin-top: 1px;
}
.bonus-animate-block-value {
    font-weight: 700;
    color: #ffbe00;
    background-image: -webkit-linear-gradient(top, #ff0 0, #ff7000 100%);
    -webkit-background-clip: text;
}

.bonus-animate-block-deposits {
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    vertical-align: middle;
    color: #ffbe00;
    background-image: -webkit-linear-gradient(top, #ff0 0, #ff7000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}
#admin_bar {
    color:#fff;
    text-align: left;
    z-index:9999;
    position:fixed;
    top:0;
    left:0;
    width:80px;
}
.points{
	margin:0;
	color:#fe0;
	cursor:pointer;
	display:none;
}
.desktop {
    /*display: inline-block;*/
    visibility: visible;
}
.mobile {
    display: none;
    visibility: hidden;
}

ol li ul li {
	list-style-type: disc !important;
}

ol li ul {
	margin-left: 0 !important;
}

.btn-content {
	position: initial !important;
    width: 40% !important;
}


.btn-content:hover {
text-decoration: none !important;
}

.igame{
	/*width:100%;	*/
	color: #fff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
}
.info-block {
	padding: 10px;
	background: #1e2b5c;
	border: 1px solid #34508A;
}
.info-block:last-child{
	/*border-right: none;*/
}
.paytable img {
	max-width: 100%;
}
/*.info-block .symbol {*/
	/*position: relative;*/
	/*top:10%;*/
/*}*/
.symbol img {
	max-width: 50px;
}
.symbol:first-child{
	line-height: 50px;
}
.num {
	min-height: 50px;
	line-height: 50px;
	font-size: 20px;
}
.num span {
	font-size: 22px;
}
.green {
	color: #52ba20;
}
.yellow {
	color: #e7e830;
}
.orange {
	color: #f5a220;
}
