body {
  min-width: 320px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}
.container
{
  margin-right:auto;
  margin-left:auto;
  padding-left:10px;
  padding-right:10px
}

.container:after,.container:before
{
  content:" ";
  display:table
}

.container:after
{
  clear:both
}

@media (min-width:480px) {
  .container
  {
    width:100%
  }
}

@media (min-width:600px) {
  .container
  {
    width:100%
  }
}

@media (min-width:960px) {
  .container
  {
    width:100%
  }
}

@media (min-width:1280px) {
  .container
  {
    width:1200px
  }
}

@media (min-width:1440px) {
  .container
  {
    width:1200px
  }
}

@media (min-width:1600px) {
  .container
  {
    width:1200px
  }
}

@media (min-width:1920px) {
  .container
  {
    width:1200px
  }
}

.container-fluid
{
  margin-right:auto;
  margin-left:auto;
  padding-left:10px;
  padding-right:10px
}

.container-fluid:after,.container-fluid:before
{
  content:" ";
  display:table
}

.container-fluid:after
{
  clear:both;
}

.row
{
  margin-left:-10px;
  margin-right:-10px
}

.row:after,.row:before
{
  content:" ";
  display:table
}

.row:after
{
  clear:both
}

/* Common styles for all columns */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  position: relative;
  float: left;
  /*padding: 7px;*/
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

/* ExtraSmall (screen < 768px) */
.col-xs-1  { width: 8.33333333%; }
.col-xs-2  { width: 16.66666667%; }
.col-xs-3  { width: 25%; }
.col-xs-4  { width: 33.33333333%; }
.col-xs-5  { width: 41.66666667%; }
.col-xs-6  { width: 50%; }
.col-xs-7  { width: 58.33333333%; }
.col-xs-8  { width: 66.66666667%; }
.col-xs-9  { width: 75%; }
.col-xs-10 { width: 83.33333333%; }
.col-xs-11 { width: 91.66666667%; }
.col-xs-12 { width: 100%; }

/* Small (screen > 768px) */
@media (min-width: 768px) {
  .col-sm-1  { width: 8.33333333%; }
  .col-sm-2  { width: 16.66666667%; }
  .col-sm-3  { width: 25%; }
  .col-sm-4  { width: 33.33333333%; }
  .col-sm-5  { width: 41.66666667%; }
  .col-sm-6  { width: 50%; }
  .col-sm-7  { width: 58.33333333%; }
  .col-sm-8  { width: 66.66666667%; }
  .col-sm-9  { width: 75%; }
  .col-sm-10 { width: 83.33333333%; }
  .col-sm-11 { width: 91.66666667%; }
  .col-sm-12 { width: 100%; }
}

/* Medium (screen > 992px) */
@media (min-width: 992px) {
  .col-md-1  { width: 8.33333333%; }
  .col-md-2  { width: 16.66666667%; }
  .col-md-3  { width: 25%; }
  .col-md-4  { width: 33.33333333%; }
  .col-md-5  { width: 41.66666667%; }
  .col-md-6  { width: 50%; }
  .col-md-7  { width: 58.33333333%; }
  .col-md-8  { width: 66.66666667%; }
  .col-md-9  { width: 75%; }
  .col-md-10 { width: 83.33333333%; }
  .col-md-11 { width: 91.66666667%; }
  .col-md-12 { width: 100%; }
}

/* Large (screen > 1200px) */
@media (min-width: 1200px) {
  .col-lg-1  { width: 8.33333333%; }
  .col-lg-2  { width: 16.66666667%; }
  .col-lg-3  { width: 25%; }
  .col-lg-4  { width: 33.33333333%; }
  .col-lg-5  { width: 41.66666667%; }
  .col-lg-6  { width: 50%; }
  .col-lg-7  { width: 58.33333333%; }
  .col-lg-8  { width: 66.66666667%; }
  .col-lg-9  { width: 75%; }
  .col-lg-10 { width: 83.33333333%; }
  .col-lg-11 { width: 91.66666667%; }
  .col-lg-12 { width: 100%; }
}
@media (max-width : 991px) {
  .hidden-sm {
    display: none;
  }
}


article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:\201C\201D\2018\2019}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],/* 1 */ input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}body,figure{margin:0}legend,button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
h1,h2,h3{line-height:1.1em;font-weight:500;text-align:center}
h1{font-size:34px;}
img{max-width:100%;border:0}
.alignleft{float:left;margin:15px 10px 5px 0}
.alignright{float:right;margin:15px 0 5px 10px}
.img-responsive{height:auto;display:block;width:100%;margin:0 auto}
.shortcode{padding:0;clear:both}
a{color:#186db5;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;text-decoration:underline}
a:hover{color:#4177be;text-decoration:none}
a:active,a:focus{outline:none!important}
h1, h2, h3, h4, h5, h6 {
    text-align: left;
    text-transform: capitalize;
}
menu{padding:0;margin:0}
.shortcode{padding:0;margin:0}
.counter{display:none}
.logged-in .counter{display:block}
.dmpcounter_hit{text-decoration:none}
.clear{clear:both}
body{
    background: url('img/main-bg.jpg') repeat transparent;
    font-family: Georgia,Times,Times New Roman,serif;
    font-size:14px;
    line-height:1.25;
    padding:0;
    margin:0;
    color: #988b81;
}
.topHeaderContainer {
    background: url(img/main-header-bg.jpg) repeat 0 0 transparent;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
}
.headerLogo {
    width: 160px;
    height: 38px;
    background-position: 0 0;
    background-image: url(img/sprite-icons.png);
    background-size: 421px 396px;
    display: block;
    margin: 6px 0 7px;
}
.logoCnt,.enterCnt{
    background: url(img/head-control-divider.png) right 0 no-repeat;
}
.enterBtn {
    font-size: 14px;
    line-height: 1.25;
    color: #ffcf86;
    text-shadow: 1px 1px hsla(0,0%,100%,.2);
    font-weight: 400;
    display: block;
    text-decoration: none;
    width: 46px;
    margin: 16px auto 16px;
}
.enterBtn:hover{text-decoration: underline;color: #ffcf86;}
.regiBtn {
    background: url(img/sprite-btn-flat-warning-bg.png) 0 -192px repeat-x;
    font-size: 14px;
    line-height: 1.25;
    color: #fff;
    text-shadow: 1px 1px rgba(98,31,7,.42);
    font-weight: 700;
    display: block;
    padding: 5px;
    text-align: center;
    margin: 11px auto;
    width: 120px;
    border-radius: 3px;
    transition: none;
}
.regiBtn:hover{
    color: #fff;
    background-position: 0 -224px;
}
.socRegSpan {
    font-size: 14px;
    line-height: 1.25;
    color: #ffcf86;
    text-shadow: 1px 1px hsla(0,0%,100%,.2);
    font-weight: 400;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
    padding: 16px 2px;
}
.socReg {
    text-align: center;
    height: auto;
    overflow: hidden;
    padding: 9px 0;
    display: inline-block;
    vertical-align: middle;
}
.socReg div{
    background: url(img/sprite-social-networks.png) 0 0 no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
}
.socReg div:nth-child(1){background-position: -36px 0;}
.socReg div:nth-child(1):hover{background-position: 0 0;}
.socReg div:nth-child(2){background-position: 0 -39px;}
.socReg div:nth-child(2):hover{background-position: -72px 0;}
.socReg div:nth-child(3){background-position: -71px -39px;}
.socReg div:nth-child(3):hover{background-position: -36px -39px;}
.socReg div:nth-child(4){background-position: -178px -38px;}
.socReg div:nth-child(4):hover{background-position: -70px -78px;}
.socReg div:nth-child(5){background-position: -35px -78px;}
.socReg div:nth-child(5):hover{background-position: 0 -78px;}
.socReg div:nth-child(6){background-position: -140px -116px;}
.socReg div:nth-child(6):hover{background-position: -105px -116px;}
.socReg div:nth-child(7){background-position: 0 -116px;}
.socReg div:nth-child(7):hover{background-position: -143px -76px;}
.headerSlider{
    margin-top: 40px;
}
.headerSlider ul{
    padding: 0;
}
.headerSlider ul li img{
    width: 100%;
}
.wrapperCnt{
	padding-bottom: 90px;
    background: url(img/main-slider-dot-horizontal.png) 0 0 repeat-x,linear-gradient(180deg,hsla(0,0%,100%,.1) 0,rgba(0,0,0,.1)),url(img/body-main-bg.png) 0 0 repeat,rgba(32,28,25,.77);
}
.main-slider__content-left-decor {
    position: absolute;
    top: 0;
    left: -25px;
    width: 250px;
    height: 107px;
    background: url(img/main-slider-left-decor.png) 0 0 no-repeat;
}
.main-slider__content-right-decor {
    position: absolute;
    top: 0;
    right: 0;
    width: 273px;
    height: 227px;
    background: url(img/main-slider-right-decor.png) 0 0 no-repeat;
}
.main-slider__title h1{
    margin: 0;
    padding: 90px 0 0;
    text-transform: uppercase;
    text-align: center;
    font-family: AlgerianBasD,Georgia,serif;
    font-size: 50px;
    line-height: 1.25;
    color: #ffe2b7;
    text-shadow: 2px 2px #000;
    font-weight: 400;
}
.main-slider__title a {
	padding-top: 30px;
	display: block;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.content{
    background: url(img/games-list-filter-dotted.png) 0 0 repeat-x, url(img/games-list-filter-divider.png) 0 0 repeat-x transparent;
}
.mainFrontMenu {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: -55px auto 15px;
}
.mainFrontMenu li {
    display: inline-block;
    transition: box-shadow .4s linear;
    position: relative;
    width: 125px;
    border-radius: 100%;
    margin: auto;
    background: url(img/main-menu-bg.png) 50% 0 no-repeat;
    box-shadow: 0 0 34px 11px rgba(145,48,14,0), inset 0 0 17px 7px rgba(145,48,14,0);
    text-align: center;
    vertical-align: top;
}
.icon {
    width: 33px;
    height: 36px;
    display: block;
    position: relative;
    margin: 0 auto 36px;
}
.mainFrontMenu li:nth-child(1) a .icon{
    background-image: url(img/sprite-icons.png);
    background-position: -223px -207px;
}
.mainFrontMenu li:nth-child(2) a .icon{
    background-image: url(img/sprite-icons.png);
    background-position: -45px -207px;
    width: 39px;
    height: 40px;
}
.mainFrontMenu li:nth-child(3) a  .icon{
    background-image: url(img/sprite-icons.png);
    background-position: -159px -57px;
    width: 44px;
    height: 45px;
    margin: -4px auto 36px;
}
.mainFrontMenu li:nth-child(4) a  .icon{
    background-image: url(img/sprite-icons.png);
    background-position: 0 -164px;
    width: 45px;
    height: 38px;
}
.mainFrontMenu li:nth-child(5) a  .icon{
    background-image: url(img/sprite-icons.png);
    background-position: 0 -252px;
    width: 41px;
    height: 28px;
    margin: 10px auto 36px;
}
.mainFrontMenu li:nth-child(6) a  .icon{
    background-image: url(img/sprite-icons.png);
    background-position: -261px -214px;
    width: 37px;
    height: 32px;
    margin: 4px auto 39px;
}
.mainFrontMenu li:nth-child(7) a  .icon{
    background-image: url(img/sprite-icons.png);
    background-position: -261px -172px;
    width: 33px;
    height: 37px;
    margin: 0 auto 39px;
}
.mainFrontMenu li:nth-child(8) a .icon{
    background-image: url(img/sprite-icons.png);
    background-position: -261px -129px;
    width: 36px;
    height: 38px;
    margin: 0 auto 39px;
}
.mainFrontMenu li a {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.25;
    color: #ffcf86;
    text-shadow: 1px 1px hsla(0,0%,100%,.2);
    font-weight: 400;
    white-space: normal;
    padding: 33px 0 0;
}
.mainFrontMenu li a span {
    background: url(img/main-bg.jpg) no-repeat transparent;
    display: block;
    padding: 5px;
}
.mainFrontMenu li a:hover {color: #fff;}
.mainFrontMenu li:hover{
    background: url(img/main-menu-bg.png) 50% -110px no-repeat;
}
.gameHall{
    padding: 0;
    list-style: none;
    text-align: center;
}
.gameHall li {
    display: inline-block;
    position: relative;
    width: 292px;
    height: 184px;
    vertical-align: top;
}
.gameHall li img{
    width: 290px;
    height: 183px;
}
.game-box:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 0 6px 0 hsla(31,35%,63%,.39), inset 1px 1px 0 0 hsla(0,0%,100%,.3), 1px 1px 2px 0 rgba(0,0,0,.6);
}
.jackpot {
    position: relative;
    height: 452px;
    background: url(img/main-jackpot.png) 24px 0 no-repeat;
}
.jackpot__holder {
    white-space: nowrap;
    padding: 148px 0 0 345px;
}
.jackpot__currency, .jackpot__total {
    font-family: Georgia,Times,Times New Roman,serif;
    line-height: 1.25;
    display: inline-block;
    text-shadow: 0 0 10px #ff5a00, 1px 1px 0 #9f7660, 2px 2px 0 #ffe2b7;
}
.jackpot__currency {
    vertical-align: bottom;
    margin-right: 25px;
}
.jackpot__currency, .jackpot__title {
    font-size: 25px;
    color: #ffe2b7;
    font-weight: 400;
}
.jackpot__currency, .jackpot__total {
    font-family: Georgia,Times,Times New Roman,serif;
    line-height: 1.25;
    display: inline-block;
    text-shadow: 0 0 10px #ff5a00, 1px 1px 0 #9f7660, 2px 2px 0 #ffe2b7;
}
.jackpot__total {
    font-size: 50px;
    color: #ffe2b7;
    font-weight: 400;
    vertical-align: middle;
}
.jackpot__title {
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    font-family: AlgerianBasD,Georgia,serif;
    position: absolute;
    top: 263px;
    left: 252px;
    width: 292px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 #9f7660, 2px 2px 0 #ffe2b7;
}
.jackpot__currency, .jackpot__title {
    font-size: 25px;
    color: #ffe2b7;
    font-weight: 400;
}
.layout__footer {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(img/layout-footer-divider.png) 0 0 repeat-x,linear-gradient(180deg,hsla(0,0%,100%,.07) 0,rgba(0,0,0,.18)),url(img/body-main-bg.png) 0 0 repeat,rgba(32,28,25,.77);
}
.menuFooter{
    display: block;
    position: relative;
    margin-bottom: 35px;
}
.menuFooter ul{
    text-align: center;
    list-style: none;
    padding: 0;
}
.menuFooter ul li {
    display: inline-block;
    padding: 3px 10px;
}
.menuFooter ul li a{
    text-decoration: none;
    font-size: 16px;
    line-height: 1.25;
    color: #988b81;
    text-shadow: 1px 1px rgba(0,0,0,.53);
    font-weight: 400;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #988b81;
    display: block;
}
.menuFooter ul li a:hover{border-bottom-color: #ffcf86;
    color: #ffcf86;}
.custom-info {
    font-size: 14px;
    line-height: 1.43;
    color: #8b979e;
    text-shadow: 1px 1px hsla(0,0%,100%,.2);
    font-weight: 400;
    padding: 30px;
    border-top: 1px solid #393534;
    margin-top: 30px;
    margin-bottom: 50px;
}
.custom-info h1, .custom-info h2, .custom-info h3, .custom-info p {
    color: #988b81;
    text-transform: none;
}
.payment-systems {
    background-image: url(img/sprite-payment-systems.png);
    background-size: 521px 455px;
}
.payment-systems.icon-payment-17 {
    width: 57px;
    height: 30px;
    background-position: 0 -397px;
}
.payment-systems.icon-payment-19 {
    width: 79px;
    height: 12px;
    background-position: -145px -40px;
}
.payment-systems.icon-payment-43 {
    width: 100px;
    height: 17px;
    background-position: -166px -359px;
}
.payment-systems.icon-payment-50 {
    width: 70px;
    height: 23px;
    background-position: 0 -432px;
}
.payment-systems.icon-payment-36 {
    width: 113px;
    height: 27px;
    background-position: -109px -247px;
}
.payment-systems.icon-payment-503 {
    width: 145px;
    height: 35px;
    background-position: 0 -59px;
}
.payment-systems.icon-payment-51 {
    width: 94px;
    height: 30px;
    background-position: 0 -324px;
}
.payment-systems.icon-payment-86 {
    width: 112px;
    height: 35px;
    background-position: -117px -207px;
}
.list-media {
    overflow: hidden;
    position: relative;
    margin: 0 0 0 -35px;
    padding: 0;
    font-size: 0;
    text-align: center;
}
.list-media li {
    vertical-align: middle;
    display: inline-block;
    margin-left: 35px;
    white-space: nowrap;
    list-style-type: none;
    padding: 7px;
}
.list-media li i{
    display: inline-block;
}
.partners.icon-partner-microgaming {
    width: 140px;
    height: 35px;
    background-position: -145px -300px;
}
.partners {
    background-image: url(img/sprite-partners.png);
    background-size: 594px 523px;
}
.partners.icon-partner-netent {
    width: 105px;
    height: 43px;
    background-position: -369px -184px;
}
.partners.icon-partner-playson {
    width: 148px;
    height: 30px;
    background-position: -369px -101px;
}
.partners.icon-partner-thunderkick {
    width: 130px;
    height: 39px;
    background-position: -135px -218px;
}
.partners.icon-partner-elk {
    width: 86px;
    height: 34px;
    background-position: -166px -483px;
}
.partners.icon-partner-nextgen {
    width: 180px;
    height: 29px;
    background-position: -184px 0;
}
.partners.icon-partner-evolution-gaming {
    width: 110px;
    height: 37px;
    background-position: -240px -168px;
}
.partners.icon-partner-quickspin {
    width: 114px;
    height: 28px;
    background-position: -418px -382px;
}
.partners.icon-partner-ainsworth {
    width: 150px;
    height: 35px;
    background-position: -184px -108px;
}
.partners.icon-partner-2by2 {
    width: 54px;
    height: 58px;
    background-position: -540px 0;
}
.partners.icon-partner-genesis {
    width: 179px;
    height: 36px;
    background-position: 0 -41px;
}
.partners.icon-partner-rabcat {
    width: 34px;
    height: 50px;
    background-position: -540px -181px;
}
.partners.icon-partner-yggdrasil {
    width: 170px;
    height: 38px;
    background-position: 0 -82px;
}
.partners.icon-partner-1x2-gaming {
    width: 100px;
    height: 38px;
    background-position: -105px -382px;
}
.partners.icon-partner-push-gaming {
    width: 138px;
    height: 14px;
    background-position: -184px -148px;
}
.partners.icon-partner-booongo {
    width: 130px;
    height: 32px;
    background-position: -369px -270px;
}
.partners.icon-partner-playngo {
    width: 115px;
    height: 45px;
    background-position: 0 -168px;
}
.partners.icon-partner-bet-digital {
    width: 113px;
    height: 28px;
    background-position: -271px -425px;
}
.partners.icon-partner-foxium {
    width: 121px;
    height: 27px;
    background-position: -369px -307px;
}
.partners.icon-partner-lightning-box {
    width: 78px;
    height: 40px;
    background-position: 0 -483px;
}
.partners.icon-partner-studio-canal {
    width: 166px;
    height: 28px;
    background-position: -369px 0;
}
.partners.icon-partner-poshfriends {
    width: 71px;
    height: 53px;
    background-position: 0 -425px;
}
.partners.icon-partner-crown {
    width: 30px;
    height: 46px;
    background-position: -540px -287px;
}
.partners.icon-adult {
    width: 34px;
    height: 34px;
    background-position: -540px -338px;
}
.bottomSlotsCnt{
    z-index: 1000;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    height: 95px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    background: url(img/body-main-bg.png) 0 0 repeat rgba(32,28,25,.77);
    box-shadow: 0 0 18px 8px rgba(255,151,62,.1);
}
.bottomSlotsCnt:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}
.bottomSlotsCnt:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opactiy=90);
    -moz-opacity: .9;
    opacity: .9;
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    height: 15px;
    background: url(img/layout-footer-divider.png) 0 0 repeat-x;
}
.event-stream-list__item {
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
    min-height: 80px;
    width: 215px;
    margin-left: 26px;
    padding-left: 80px;
    white-space: nowrap;
    text-align: left;
    list-style-type: none;
}
.event-stream-list__icon-holder {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    width: 70px;
    margin-right: 10px;
    margin-left: -80px;
    cursor: pointer;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
.event-stream-list__game-link {
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-decoration: none;
    position: absolute;
    width: 56px;
    height: 0;
    padding-bottom: 35px;
}
.svg {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}
.event-stream-list__icon-holder {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    width: 70px;
    margin-right: 10px;
    margin-left: -80px;
    cursor: pointer;
}
.event-stream-list__content {
    box-sizing: border-box;
    overflow: hidden;
    max-height: 70px;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    font-family: Georgia,Times,Times New Roman,serif;
    font-size: 12px;
    line-height: 1.333;
    color: #988b81;
    text-shadow: 1px 1px #000;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}
.event-stream-list__title-win {
    font-family: Georgia,Times,Times New Roman,serif;
    font-size: 12px;
    line-height: 1.25;
    color: #ffcf86;
    text-shadow: 1px 1px #000;
    font-weight: 400;
}
.event-stream-list__title-win {
    font-family: Georgia,Times,Times New Roman,serif;
    font-size: 12px;
    line-height: 1.25;
    color: #ffcf86;
    text-shadow: 1px 1px #000;
    font-weight: 400;
}
.pseudo-link_style_secondary {
    color: #ffcf86;
    text-shadow: 1px 1px #000;
}
.pseudo-link {
    font-family: Georgia,Times,Times New Roman,serif;
    font-size: 14px;
    line-height: 1;
    color: #2d6da0;
    text-shadow: 1px 1px hsla(0,0%,100%,.2);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid;
    font-weight: 400;
    text-decoration: none;
    word-wrap: break-word;
    cursor: pointer;
}
.pseudo-link_size_s {
    font-size: 12px;
}
.event-stream-list__content:after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 0;
}
.event-stream-list__content {
    box-sizing: border-box;
    overflow: hidden;
    max-height: 70px;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    font-family: Georgia,Times,Times New Roman,serif;
    font-size: 12px;
    line-height: 1.333;
    color: #988b81;
    text-shadow: 1px 1px #000;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}
.bottomSlotsCnt .bx-wrapper{
    margin-top: -90px !important;
}
.hiddenSlot{
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
    z-index: 0;
    background: url(img/game-box-bg.png) 0 0 repeat;
    box-shadow: inset 0 0 1px 2px rgba(0,0,0,.51), inset 0 0 0 3px hsla(0,0%,100%,.5), inset 1px 1px 10px 5px hsla(31,35%,63%,.4);
    cursor: pointer;
    text-decoration: none;
}
.gameHall li:hover .hiddenSlot{display: block;}
.hiddenSlot__icon-decor{
    background-image: url(img/sprite-icons.png);
    background-size: 421px 396px;
    width: 23px;
    height: 24px;
    background-position: -58px -320px;
    display: block;
    position: absolute;
}
.demHref{
    display: inline-block;
    border-bottom: 1px dotted;
    text-decoration: none;
    cursor: pointer;
    font-family: Georgia,Times,Times New Roman,serif;
    font-size: 14px;
    line-height: 1;
    color: #ffcf86;
    text-shadow: 1px 1px hsla(0,0%,100%,.2);
    font-weight: 400;
    border-bottom: 1px solid;
}
.demHref:hover{
    border-bottom: 1px solid transparent;
}
.button_style_success.button_size_m .button__text {
    font-family: Georgia,Times,Times New Roman,serif;
    font-size: 20px;
    line-height: 1.25;
    color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,.23);
    font-weight: 400;
    margin-right: -27.5px;
    margin-left: -27.5px;
}
.button_style_success.button_size_m .button__text:before {
    border-color: transparent #fff transparent transparent;
}
.button_style_success.button_size_m .button__text:after {
    border-color: transparent transparent transparent #fff;
}
.demBtn {
    text-align: center;
    width: 100%;
    height: 65px;
    margin: 15px auto;
}
.button__decor-above {
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
    position: absolute;
    width: 292px;
    height: 40px;
    top: 60px;
    right: 0;
    bottom: 100%;
    left: 50%;
    margin: auto;
    background: url(img/decor-above.png) center 0 no-repeat;
}
.btnPlay {
    display: block;
    background: url(img/sprite-btn-success-bg-size-m.png) 0 -430px;
    width: 120px;
    height: 45px;
    margin: 47px auto 15px;
    position: relative;
}
.btnPlay:after {
    display: block;
    background: url(img/sprite-btn-success-bg-size-m.png) right -32px top -359px;
    content: '';
    top: -1px;
    width: 37px;
    height: 100%;
    right: -21px;
    position: absolute;
}
.btnPlay:before {
    display: block;
    background: url(img/sprite-btn-success-bg-size-m.png) left -149px;
    content: '';
    top: -1px;
    width: 60px;
    height: 100%;
    left: -30px;
    position: absolute;
}
.button__text {
    font-family: Georgia,Times,Times New Roman,serif;
    font-size: 20px;
    line-height: 38px;
    color: #fff;
    font-weight: 400;
    margin-right: -27.5px;
    margin-left: -27.5px;
    position: relative;
}
.button__text:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 3px 4px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    left: -15px;
}
.button__text:after {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 3px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    right: -15px;
}
.hashing_cnt{cursor: pointer;}
.shadow{background:rgba(0,0,0,0.8);width:100%;height:100%;position:fixed;z-index:100000;display:none;top: 0;}
.popup-cont{/*width:800px;height: 675px;*/z-index:100001;position:fixed;left:0;right:0;margin:auto;top:0;bottom:0;display:none;}
.popup-cont iframe, .popup-cont object{/*width:800px!important;height:600px!important;*/border:none}
.close {
    display: block;
    right: -53px;
    color: red;
    font-size: 30px;
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    top: -20px;
    text-align: center;
    border: 2px solid red;
    border-radius: 50%;
    z-index:100001;
}
.close:hover {color: #FFF;}
.button {
    outline: none;
    display: block;
    height: 80px;
    width: 90%;
    cursor: pointer;
    text-decoration: none;
    margin: 20px auto;
}
.button .outer {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    background: rgba(0,0,0,1);
    box-shadow: inset rgba(0,0,0,0.85) 0 1px 5px;
    -webkit-box-shadow: inset rgba(0,0,0,0.85) 0 1px 5px;
    -moz-box-shadow: inset rgba(0,0,0,0.85) 0 1px 5px;
    -webkit-transform: perspective(500px) rotateX(35deg);
    -moz-transform: perspective(500px) rotateX(35deg);
}
.button .outer .height {
    position: relative;
    height: 100%;
    margin-top: -25px;
    padding-bottom: 25px;
    background: #003BAB;
    box-shadow: rgba(0,0,0,0.85) 0 1px 1px, inset rgba(0,0,0,0.35) 0 -2px 8px;
    -webkit-box-shadow: rgba(0,0,0,0.85) 0 1px 1px, inset rgba(0,0,0,0.35) 0 -2px 8px;
    -moz-box-shadow: rgba(0,0,0,0.85) 0 1px 1px, inset rgba(0,0,0,0.35) 0 -2px 8px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
}
.button:hover .outer .height {
    margin-top: -10px;
    padding-bottom: 10px;
    background: #003BAB;
    box-shadow: rgba(0,0,0,0.25) 0 1px 1px, inset rgba(0,0,0,0.35) 0 -2px 6px;
    -webkit-box-shadow: rgba(0,0,0,0.25) 0 1px 1px, inset rgba(0,0,0,0.35) 0 -2px 6px;
    -moz-box-shadow: rgba( 0,0,0,0.25) 0 1px 1px, inset rgba(0,0,0,0.35) 0 -2px 6px;
}
.button:active .outer .height {
    margin-top: 0;
    padding-bottom: 0;
}
.button .outer .height .inner {
    line-height: 68px;
    font-size: 30px;
    letter-spacing: .05em;
    position: relative;
    height: 100%;
    text-align: center;
    text-shadow: #000000 0 0 1px;
    background: #003BAB;
    background: -moz-linear-gradient(top, #4D017D 0%, #005DBD 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4D017D), color-stop(100%,#005DBD));
    background: -webkit-linear-gradient(top, #4D017D 0%,#005DBD 100%);
    background: linear-gradient(top, #4D017D 0%,#005DBD 100%);
    box-shadow: inset rgba(255,255,255,0.85) 0 0 1px;
    -webkit-box-shadow: inset rgba(255,255,255,0.85) 0 0 1px;
    -moz-box-shadow: inset rgba(255,255,255,0.85) 0 0 1px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    color: #fff;
}
.button:hover .outer .height .inner{
    text-shadow: #99f48d 0 0 1px;
    background: #005DBD; /* Old browsers */
    background: -moz-linear-gradient(top, #005DBD 0%, #0072BC 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005DBD), color-stop(100%,#0072BC)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #005DBD 0%,#0072BC 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #005DBD 0%,#0072BC 100%); /* W3C */
}
.button:active .outer .height .inner{
    text-shadow: #319926 0 1px 0;
    box-shadow: inset rgba(0,0,0,0.9) 0 0 8px;
    -webkit-box-shadow: inset rgba(0,0,0,0.9) 0 0 8px;
    -moz-box-shadow: inset rgba(0,0,0,0.9) 0 0 8px;
    background: #1d7d12; /* Old browsers */
    background: -moz-linear-gradient(top, #1d7d12 0%, #4fd342 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d7d12), color-stop(100%,#4fd342)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1d7d12 0%,#4fd342 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #1d7d12 0%,#4fd342 100%); /* W3C */
}
.err404{
    text-align: center;
    line-height: 250px;
    font-size: 250px;
}
.notFound{
    padding:30px 0;
    text-align: center;
}
.cntTop{
    padding-top: 60px;
}
.ey_upload {
    cursor: pointer;
    background: red;
    width: 203px;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 25px;
    font-size: 20px;
    display: block;
    margin: 25px auto -22px;
    position: relative;
    z-index: 1000;
}
.ey_upload:hover{color: #ffe2b7;}


/****************************************************style for popup start***************/
.vs_slot_play_btn_holder,
.vs_slot_play_btn_holder *,
.vs_slot_play_btn_holder > * {
  -webkit-transition: All 0.2s ease-in-out;
     -moz-transition: All 0.2s ease-in-out;
       -o-transition: All 0.2s ease-in-out;
          transition: All 0.2s ease-in-out;
  ;
}
.vs_slot_play_btn_holder > div {
  position: absolute;
  top: -5%;
  left: 0.3%;

  width: 99.4%;
  height: 90%;

  border-radius: 0.5em;
  box-shadow: inset 0 1px 0 1px rgba(255,255,255,0.2),inset 0 0 0 1px rgba(0,0,0,0.4);
}
.vs_slot_play_btn_holder,
.vs_slot_play_btn_holder > div {
  display: block;
  width: 100%;
  height: 50px;
  margin-left: -3px;

  background: #ff6100;
  background:    -moz-linear-gradient(top,#ff6100 0%,#9b0000 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff6100),color-stop(100%,#9b0000));
  background: -webkit-linear-gradient(top,#ff6100 0%,#9b0000 100%);
  background:      -o-linear-gradient(top,#ff6100 0%,#9b0000 100%);
  background:     -ms-linear-gradient(top,#ff6100 0%,#9b0000 100%);
  background:         linear-gradient(to bottom,#ff6100 0%,#9b0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6100',endColorstr='#9b0000',GradientType=0);
  ;
}
.vs_slot_play_btn_holder > div::before {
  content: "";
  position: absolute;
  top: 98%;
  left: 0;

  width: 100%;
  height: 2%;

  background:    -moz-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 40%,#ffffff 60%,rgba(255,255,255,0.03) 99%,rgba(255,255,255,0) 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(40%,#ffffff),color-stop(60%,#ffffff),color-stop(99%,rgba(255,255,255,0.03)),color-stop(100%,rgba(255,255,255,0)));
  background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 40%,#ffffff 60%,rgba(255,255,255,0.03) 99%,rgba(255,255,255,0) 100%);
  background:      -o-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 40%,#ffffff 60%,rgba(255,255,255,0.03) 99%,rgba(255,255,255,0) 100%);
  background:     -ms-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 40%,#ffffff 60%,rgba(255,255,255,0.03) 99%,rgba(255,255,255,0) 100%);
  background:         linear-gradient(to right,rgba(255,255,255,0) 0%,#ffffff 40%,#ffffff 60%,rgba(255,255,255,0.03) 99%,rgba(255,255,255,0) 100%);
  box-shadow: 0 -1px 0 1px rgba(0,0,0,0.2);
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#00ffffff',GradientType=1);
}
.vs_slot_play_btn_holder .vs_slot_play_btn {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 2%;
  font-size: 0;
  line-height: 14px;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 1px 2px 1px rgba(0,0,0,0.6);
  cursor: pointer;
  opacity: 0.7;
}
.vs_slot_play_btn_holder .vs_slot_play_btn:after {
    position: absolute;
    content: "Играть на деньги";
    font-size: 24px;
    left: 0;
    top: 0;
    color: #fff;
    display: block;
    line-height: 50px;
    letter-spacing: 20px;
    width: 100%;
}
.vs_slot_play_btn:active,
.vs_slot_play_btn:hover {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
.vs_slot_play_btn_holder > div:active,
.vs_slot_play_btn_holder > div:hover {
  top: 0;
}
.vs_slot_play_btn_holder:active,
.vs_slot_play_btn_holder:hover {
  box-shadow: 0 -0.1em 0 0 rgba(0,0,0,0.8),0 0.5em 0.5em 0 rgba(0,0,0,0.7),0 0.5em 0.5em 0 rgba(0,0,0,0.2),0 0 1em 0 rgba(0,0,0,0.1),inset 0 0 10em 1em #000000;
}
.vs_slot_play_btn_holder {
  position: relative;
  width: 1000px;
  height: 55px;
  margin: 20px auto 30px;
  text-align: center;
  border-radius: 0.4em;
  box-shadow: 0 -0.5em 0 0 rgba(0,0,0,0.8),0 0.4em 0.5em 0 rgba(0,0,0,0.7),0 0.9em 0.7em 0 rgba(0,0,0,0.5),0 1.5em 1em 0 rgba(0,0,0,0.5),inset 0 0 10em 0 rgba(0,0,0,0.9);
}
.popup-cont {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  display: none;
  margin: auto;
  overflow: hidden;
}
.popup-cont iframe,
.popup-cont object {
  display: block;
    width: 80%;
    max-width: 1024px;
    height: 80%;
    max-height: 700px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    border: none;
}
.shadow {
  position: fixed;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
}
.popup-cont .close {
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 1;
  padding: 5px 10px;
  font-size: 23px;
  color: red;
  background-color: rgba(0,0,0,0.25);
  opacity: 1;
}

.popup-cont__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}

.popup-cont__overlay--rotate {
  display: block;
  background: #000000 url("img/rotate-device.gif") no-repeat center;
}

/****************************************************style for end***************/
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 900px) {
  
  .vs_slot_play_btn_holder .vs_slot_play_btn:after {
        position: absolute;
        content: unset;
        font-size: 24px;
        left: 0;
        top: 0;
        color: #fff;
        display: block;
        line-height: 50px;
        letter-spacing: 20px;
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .jackpot {
        display: none;
    }
    .mainFrontMenu{
        display: none;
    }
    .img_casino {
      max-width: 650px;
    }
}
@media screen and (max-width: 630px) {
    .gameHall li{
        width: 45%;
        height: auto;
        margin-top: 5px;
    }
    .gameHall li img{
        width: 100%;
        height: auto;
    }
    .img_casino {
      max-width: 570px;
    }
}
@media screen and (max-width: 470px) {
    .socRegSpan {
        font-size: 12px;
        line-height: 1.25;
        color: #ffcf86;
        text-shadow: 1px 1px hsla(0,0%,100%,.2);
        font-weight: 400;
        vertical-align: middle;
        display: inline-block;
        margin-right: 10px;
        padding: 2px 2px;
        width: 70px;
    }
    .headerLogo {width: 130px;height: 36px;background-size: 350px 350px;}
    .img_casino {
      max-width: 400px;
    }
}

@media screen and (max-width: 400px) {
    .popup-cont {
        width: 100%;
        height: 100%;
        z-index: 100001;
        position: fixed;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0;
        display: none;
        overflow: hidden;
    }
    .img_casino {
      max-width: 350px;
    }
    .popup-cont iframe {
        width: 330px !important;
        height: 260px !important;
        border: none;
        display: block;
        margin: 40px auto 5px;
        background: #000;
    }
    .main-slider__title h1{
        font-size: 30px;
    }
    .main-slider__content-right-decor{
        display: none;
    }
    .custom-info {
        padding: 0;
    }
    .close {
        right: 10px;
        top: 10px;
    }
    .err404{
        line-height: 150px;
        font-size: 150px;
    }
    .main-slider__title h1 {padding: 30px 0 20px;}
    /*.gameHall li {width: 152px;height: 112px;margin: 0 5px 15px;}
    .gameHall li img{width: 150px;height: 110px;}*/
    .ey_upload {margin: 25px auto 15px;z-index: 999}
}
@media screen and (max-width: 370px) {
    .socRegSpan{
        display: none;
    }
    
}

.img_casino {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (max-width: 800px) {
img {
  max-width: 100% !important;
  height: auto;
}

}
@media (max-width: 550px) {
  .main-slider__title h1 {
    padding: 20px 0;
    font-size: 25px;
    text-indent: 20px;
  }
	.main-slider__title a {
		padding-top: 0;
	}
.wrapperCnt {
	padding-bottom: 25px;
}
}
@media (max-width: 380px) {
  .hidden-xs {
	display: none;
}
  .main-slider__title h1 {
    font-size: 20px;
  }
}
.bpo {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  right: 0;
  bottom: 10px;
  max-width: 288px;
  margin: 0 auto;
}
.bpclose {
  position: absolute;
  top: -16px;
  right: -18px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(/img/close.png) no-repeat;
}
@media (max-width : 330px) {
  .bpo {
    max-width: 87%;
  }
}

























.btnDesktop___qsBSH {
    display: block;
    position: relative;
    z-index: 7;
    box-sizing: content-box;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    background: none;
}
.btnDesktop___qsBSH:disabled {
    opacity: 0.65;
    cursor: not-allowed;
    pointer-events: none;
}
.btnDesktop___qsBSH.default___UsK8T {
    color: #ffcf85;
    font-size: 14px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.49);
    text-decoration: underline;
    display: inline-block;
}
.btnDesktop___qsBSH.default___UsK8T:hover {
    text-decoration: none;
}
.btnDesktop___qsBSH.default___UsK8T.withArrows___19ZVt span:after,
.btnDesktop___qsBSH.default___UsK8T.withArrows___19ZVt span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    display: inline-block;
    vertical-align: middle;
}
.btnDesktop___qsBSH.default___UsK8T.withArrows___19ZVt span:before {
    border-width: 3px 5px 3px 0;
    border-color: transparent #b79c6b transparent transparent;
    margin-right: 6px;
}
.btnDesktop___qsBSH.default___UsK8T.withArrows___19ZVt span:after {
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #b79c6b;
    margin-left: 6px;
}
.btnMob___3WBMQ.close___1AOW_ > :after,
.btnMob___3WBMQ.close___1AOW_ > :before {
    content: "";
    display: block;
    width: 65%;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 0;
    margin: -0.125rem auto 0;
    background: #fff;
    border-radius: 0.125rem;
}
@media (min-width: 768px) {
    .btnMob___3WBMQ.close___1AOW_ > :after,
    .btnMob___3WBMQ.close___1AOW_ > :before {
        height: 3px;
    }
}
.btnMob___3WBMQ.close___1AOW_ > :before {
    transform: translateZ(0) rotate(-45deg);
}
.btnMob___3WBMQ.close___1AOW_ > :after {
    transform: translateZ(0) rotate(45deg);
}
.tipsWrap___2rUjG {
    position: relative;
    z-index: 99;
}
.withoutWidth___1i_0_ {
    width: inherit;
}
.grid___2Iy7z {
    width: 208px;
    display: inline-block;
    margin: 0 18px 16px 0;
}
.tmbDesktop___1glJ2 {
    max-width: 208px;
    min-height: 162px;
    position: relative;
    box-sizing: border-box;
}
.tmbDesktop___1glJ2:hover .action___1b-RD {
    opacity: 1;
    z-index: 3;
}
.title___rodcb {
    height: 36px;
    position: relative;
    color: #cdb49f;
    font-size: 16px;
    text-shadow: 0 1px 0 #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.titleText___26Ofu {
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 6px;
    overflow: hidden;
}
.img___3qF7D {
    height: 130px;
    border-radius: 3px;
    position: relative;
    background-image: url(/img/blank_icon.png);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), inset 0 1px 2px 0 hsla(0, 0%, 100%, 0.29), inset 0 0 6px rgba(193, 161, 126, 0.39);
}
.img___3qF7D img {
    width: 100%;
    height: 100%;
    box-shadow: 0 1px 2px #000, inset 0 1px hsla(0, 0%, 100%, 0.15);
    border-radius: 3px;
    color: #fff;
}
.imgWrapper___181gH {
    position: relative;
    overflow: hidden;
    height: 100%;
    background-size: cover;
    box-shadow: 0 1px 2px #000, inset 0 1px hsla(0, 0%, 100%, 0.15);
}
.imgWrapper___181gH:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), inset 0 1px 2px 0 hsla(0, 0%, 100%, 0.29), inset 0 0 6px rgba(193, 161, 126, 0.39);
}
.imgWrapper___181gH .thumbImage___1LfuE {
    border-radius: 2px;
}
.fav___2QPw6 {
    cursor: pointer;
    z-index: 19;
    background: url(/img/thumb-spr.png) no-repeat;
    background-position: -78px -268px;
    width: 14px;
    height: 14px;
    display: block;
}
.action___1b-RD {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 130px;
    transition: opacity 0.2s ease-in-out;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.action___1b-RD:before {
    content: "";
    position: absolute;
    background-image: url(/img/hover-decor.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: calc(100% + 10px);
    height: calc(100% + 50px);
    top: -38px;
    left: -3px;
}
.label___1svX1 {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 2;
    padding: 0 12px;
    height: 19px;
    line-height: 19px;
    font-size: 14px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.56);
}
.label___1svX1.new___O6Ndn {
    background: url(/img/thumb-spr.png) right -247px no-repeat;
}
.tmbPlayButton___1kCtQ {
    position: relative;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    font-size: 18px;
    width: 220px;
    height: 65px;
    line-height: 65px;
    left: 50%;
    transform: translateX(-50%);
	transition: all 0s;
    background: url(/img/thumb-spr.png) 0 -5px no-repeat;
}
.tmbPlayButton___1kCtQ:hover {
    background-position: 0 -79px;
	color: #fff;
}
.tmbPlayButton___1kCtQ:active {
    background-position: 0 -150px;
    top: 1px;
	color: #fff;
}

.wysiwyg-wrapperWEB blockquote > :before {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: inherit;
    width: 65px;
    height: 2px;
}
.content__both {
	text-align: center;
}
.content__both:after,
.content__both:before {
    content: " ";
    display: table;
}
.content__both:after {
    clear: both;
}
.btn-mob--close > :after,
.btn-mob--close > :before,
.btnMob.close > :after,
.btnMob.close > :before,
.close.btn-mob > :after,
.close.btn-mob > :before {
    content: "";
    display: block;
    width: 65%;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 0;
    margin: -0.125rem auto 0;
    background: #fff;
    border-radius: 0.125rem;
}
@media (min-width: 768px) {
    .btn-mob--close > :after,
    .btn-mob--close > :before,
    .btnMob.close > :after,
    .btnMob.close > :before,
    .close.btn-mob > :after,
    .close.btn-mob > :before {
        height: 3px;
    }
}
.btn-mob--close > :before,
.btnMob.close > :before,
.close.btn-mob > :before {
    transform: translateZ(0) rotate(-45deg);
}
.btn-mob--close > :after,
.btnMob.close > :after,
.close.btn-mob > :after {
    transform: translateZ(0) rotate(45deg);
}
.img :global .LazyLoad,
.tmb-desktop__img :global .LazyLoad,
.tmb-mobile__img :global .LazyLoad {
    height: 100%;
}
.wrap___2RSni {
    width: 100%;
    height: 44px;
    padding: 14px 6px 0 21px;
    box-sizing: border-box;
    position: absolute;
    top: -46px;
    left: -4px;
}
.wrap___2RSni:after,
.wrap___2RSni:before {
    content: " ";
    display: table;
}
.wrap___2RSni:after {
    clear: both;
}
@media screen and (max-width: 1350px) {
    .wrap___2RSni {
        padding-left: 32px;
    }
}
@media (max-width: 700px) {
.content__both {
	margin-top: 30px;
}
}
.hdl {
  display: block;
  margin: 10px 0;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #ff3a1a;
}
.hdl:hover,
.hdl:focus,
.hdl:active {
  color: #ef3214;
}
