body, html {
    height: 100%
}

/*noinspection ALL*/
#header, #header menu, #header menu li, #playbtn {
    position: relative
}

/*noinspection ALL*/
#header .submenu li, #header a.logo, #playbtn, article, aside, footer, header, nav, section {
    display: block
}

/*noinspection ALL*/
#header menu, #playbtn, #sideRight .block, #sideRight .title, .checked_clubs, .footer .copyright, .gamecontainer, .toplinks .ttl {
    text-align: center
}

#header menu, .footer {
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0
}

body {
    font: 14px/18px Arial, Tahoma, Verdana, sans-serif;
    width: 100%;
    background: url("../img/bg-body.jpg") 2px 0
}

a {
    color: #f8b60a;
    outline: 0;
    text-decoration: underline
}

/*noinspection ALL*/
#content .block a, #header menu li a, #playbtn, a:hover {
    text-decoration: none
}

p {
    margin: 0 0 18px;
    color: #fff;
    font: 400 12px Arial;
    line-height: 1.5
}

h1, h2, h3, h4, h5, h6 {
    color: #ddd;
    font-weight: 400;
    margin-bottom: 15px
}

h1 {
    font-size: 26px
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 18px
}

h4, h5, h6 {
    font-size: 14px
}

img {
    border: none
}

input {
    vertical-align: middle
}

.bg_header {
    background: url("../img/bg-body-header.jpg") 0 130px repeat-x
}

.bg_header_img {
    background: url("../img/bg-header-img.png") center top no-repeat
}

#wrapper {
    max-width: 1000px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    z-index: 1000
}

/*noinspection ALL*/
#playbtn {
    top: 35px;
    font-size: 1.3em;
    border: 1px solid #e6da60;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 20px 5px;
    margin: 0 auto 15px;
    width: 300px;
    background: #423d26;
    background: -moz-linear-gradient(top, #423d26 0, #3e3823 4%, #3c3623 8%, #3e3626 10%, #353121 17%, #363323 21%, #332f20 23%, #352f21 25%, #312c20 29%, #332f20 31%, #2f2c1e 33%, #2c2a1c 40%, #2e2c1e 42%, #2a291c 44%, #29291c 50%, #27251c 54%, #222418 63%, #211f17 67%, #212119 71%, #1d1d16 75%, #1c1c16 81%, #191913 83%, #151510 100%);
    background: -webkit-linear-gradient(top, #423d26 0, #3e3823 4%, #3c3623 8%, #3e3626 10%, #353121 17%, #363323 21%, #332f20 23%, #352f21 25%, #312c20 29%, #332f20 31%, #2f2c1e 33%, #2c2a1c 40%, #2e2c1e 42%, #2a291c 44%, #29291c 50%, #27251c 54%, #222418 63%, #211f17 67%, #212119 71%, #1d1d16 75%, #1c1c16 81%, #191913 83%, #151510 100%);
    background: linear-gradient(to bottom, #423d26 0, #3e3823 4%, #3c3623 8%, #3e3626 10%, #353121 17%, #363323 21%, #332f20 23%, #352f21 25%, #312c20 29%, #332f20 31%, #2f2c1e 33%, #2c2a1c 40%, #2e2c1e 42%, #2a291c 44%, #29291c 50%, #27251c 54%, #222418 63%, #211f17 67%, #212119 71%, #1d1d16 75%, #1c1c16 81%, #191913 83%, #151510 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#423d26', endColorstr='#151510', GradientType=0)
}

#header {
    min-height: 15px
}

#header a.logo {
    background: url("../img/logo.png") no-repeat;
    overflow: hidden;
    height: 1px;
    width: 370px;
    padding-top: 130px;
    float: left
}

#header menu {
    background: url("../img/bg-menu.png") repeat-y;
    max-width: 590px;
    width: 100%;
    min-height: 47px;
    float: right;
    margin: 41px 24px 0 0;
    padding: 0 2px;
    z-index: 1
}

#header menu li {
    list-style: none;
    display: inline-block;
    padding: 15px 12px 15px 24px
}

#header menu li a {
    font-weight: 700;
    text-shadow: 0 0 8px #0a0909
}

/*noinspection ALL*/
#header menu li.current {
    background: url("../img/bg-menu-hover.png") -10px 0 repeat-x
}

#header menu li.current > a {
    background: url("../img/bg-menu-current.png") bottom center no-repeat;
    padding-bottom: 27px
}

/*noinspection ALL*/
#header menu li.current:hover, #header menu li.current:hover a {
    cursor: default
}

#actions span, #header menu li.current ul a:hover {
    cursor: pointer
}

#header menu li:hover {
    background: url("../img/bg-menu-hover.png") -10px 0 repeat-x
}

#header menu li ul {
    list-style: none;
    position: absolute;
    left: -9999px;
    top: 46px;
    opacity: 0;
    -webkit-transition: .25s linear opacity;
    background: rgba(46, 45, 42, .95);
    border: 1px solid #4c625f;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 7px 15px #000;
    padding-bottom: 10px
}

#header menu ul li {
    float: none;
    padding: 0
}

#header menu li.current ul a, #header menu ul li:hover {
    background: 0 0
}

#header menu ul a {
    white-space: nowrap;
    display: block
}

#header menu li:hover ul {
    left: 0;
    opacity: 1
}

#header menu li:hover ul a {
    padding: 7px 18px 5px;
    -webkit-transition: -webkit-transform 75ms linear
}

#header menu li:hover ul a span {
    color: gray;
    font: 400 11px Verdana;
    margin-left: 1px
}

#header menu li:hover ul a:hover {
    text-shadow: 0 0 15px #ff0
}

#header menu li:hover ul a:hover span {
    text-shadow: none
}

/*noinspection ALL*/
.toplinks {
    margin-top: 25px
}

/*noinspection ALL*/
.toplinks .ttl {
    min-height: 30px;
    color: #ddd;
    font-size: 26px
}

.toplinks a:hover {
    background-position: center -150px
}

/*noinspection ALL*/
.checked_clubs {
    margin: 0 auto 15px
}

.checked_clubs > a {
    display: inline-block;
    width: 244px;
    height: 1px;
    overflow: hidden;
    padding-top: 153px;
    margin-right: 7px
}

/*noinspection ALL*/
.vulkan {
    background: url("../img/sprite_vulkan.png") top center no-repeat
}

/*noinspection ALL*/
.admiral {
    background: url("../img/admiral.png") top center no-repeat
}

/*noinspection ALL*/
.azartplay {
    background: url("../img/azartplay.png") top center no-repeat
}

/*noinspection ALL*/
.lava {
    background: url("../img/sprite_lava.png") top center no-repeat
}

/*noinspection ALL*/
.europa {
    background: url("toplink-maxbet.png") top center no-repeat
}

/*noinspection ALL*/
.maxcasino {
    background: url("sprite_maxcasino.png") top center no-repeat
}

/*noinspection ALL*/
.maxcasino:hover {
    background-position: 0 -171px
}

/*noinspection ALL*/
.icecasino {
    background: url("sprite_icecasino_new.png") top center no-repeat
}

/*noinspection ALL*/
.icecasino:hover {
    background-position: 0 -171px
}

/*noinspection ALL*/
.gf {
    background: url("../img/sprite_eldorado.png") top center no-repeat
}

/*noinspection ALL*/
.slotozal {
    background: url("../img/sprite_gmslots.png") top center no-repeat
}

#middle {
    width: 100%;
    padding: 0 0 160px;
    height: 1%;
    position: relative
}

#middle:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0
}

#container {
    width: 100%;
    float: left;
    overflow: hidden
}

#content {
    padding: 0 270px 0 0
}

#content p {
    font-size: 14px
}

/*noinspection ALL*/
.intro {
    margin-top: 10px;
    margin-bottom: 30px
}

#content .block {
    background: url("../img/bg-rating-item.png") no-repeat;
    width: 210px;
    height: 87px;
    padding-top: 17px;
    padding-right: 10px;
    margin: 0 5px 24px;
    position: relative;
    display: inline-block;
    vertical-align: top;
        float: left
}

#content .block:hover {
    box-shadow: 0 0 15px 3px #ed9701;
    border-radius: 10px
}

#content .block a {
    color: #000;
    font: 700 16px Arial
}

#content .block a span {
    color: #818181;
    text-shadow: 1px 1px 0 #fff;
    font-size: 11px
}

/*noinspection ALL*/
#sideRight p, .rating_title {
    text-shadow: 2px 2px 0 #000
}

#content .block img {
    float: left;
    margin-left: 17px;
    margin-right: 12px
}

#content h1 {
    margin: 10px 0 35px 10px
}

/*noinspection ALL*/
.content {
    text-align: justify
}

/*noinspection ALL*/
#content h2.slots_list_title {
    padding-top: 20px;
    border-top: 2px solid silver;
    margin-top: 0
}

#content ul.slots_link_list li {
    color: #f8b60a;
    display: inline-block;
    margin: 5px 10px;
    padding-left: 15px;
    position: relative;
    width: 187px
}

#content ul.slots_link_list li:before {
    color: #f8b60a;
    content: '•';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    line-height: 20px;
    font-size: 20px
}

/*noinspection ALL*/
#middle.full_width_iframe {
    z-index: 999999
}

/*noinspection ALL*/
#middle.full_width_iframe .iframe {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, .9)
}

#middle.full_width_iframe .iframe embed, #middle.full_width_iframe .iframe iframe {
    width: 910px !important;
    height: 600px !important;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: 11111
}

/*noinspection ALL*/
#middle .iframe .iframe_holder {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 920px;
    height: 100%;
    z-index: 111
}

/*noinspection ALL*/
#middle .iframe .close_full_width_btn {
    display: none;
    color: #F8B60A;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 50px;
    left: -125px;
    z-Index: 999999
}

/*noinspection ALL*/
#actions span, #middle.full_width_iframe .iframe .close_full_width_btn, #sideRight .title, .left_slider, .reg_btn {
    display: block
}

/*noinspection ALL*/
#actions, #footer, #sideRight {
    position: relative
}

/*noinspection ALL*/
#middle .iframe .close_full_width_btn:hover {
    text-decoration: underline
}

#sideRight {
    float: right;
    margin-right: -3px;
    width: 250px;
    margin-left: -250px
}

#sideRight .title {
    background: url("../img/bg-sidebar-title.png") no-repeat;
    background-size: 100% auto;
    text-transform: uppercase;
    color: #ddd;
    width: 100%;
    padding: 9px 0;
    margin-bottom: 20px
}

#sideRight .block {
    margin-left: 0
}

.side-recomendation {
    margin-bottom: 24px;
    text-align: center
}

#sideRight p {
    margin-bottom: 10px;
    color: #f8b50b;
    font: 700 14px Arial
}

#sideRight ul li {
    color: #989898;
    font: 400 15px Arial;
    line-height: 20px;
    list-style: none
}

#sideRight ul li a {
    color: #fff;
    font: 700 13px Arial
}

#footer {
    /*margin-top: -160px;*/
    min-height: 160px;
    background: url("../img/bg-footer.png") repeat-x;
    z-index: 99999
}

.footer {
    max-width: 1048px;
    width: 100%;
    margin: 0 auto;
    color: #686868;
    padding: 18px 24px 0
}

.footer nav {
    float: left;
    max-width: 567px
}

.footer nav a {
    margin-right: 15px;
    line-height: 2
}

/*noinspection ALL*/
.footer .social {
    float: right;
    max-width: 433px;
    width: 100%
}

.footer .social p {
    margin: 0
}

#share42 a {
    margin: 12px 14px 0 0 !important
}

.footer .copyright {
    color: #535353;
    margin-top: 40px
}

/*noinspection ALL*/
#actions {
    float: left;
    height: 540px;
    margin-top: 53px;
    padding-right: 10px;
    border-right: 2px solid #747474;
    margin-right: 10px;
    width: 50px;
    z-index: 222
}

#actions span {
    width: 21px;
    height: 13px;
    position: absolute;
    background: url("../img/arrows.png") no-repeat;
    margin-left: 11px
}

/*noinspection ALL*/
#actions span.prev {
    bottom: -5px;
    background-position: 0 -13px
}

/*noinspection ALL*/
#actions span.next {
    top: -5px;
    background-position: 0 0
}

/*noinspection ALL*/
#actions .bx-wrapper {
    position: relative;
    top: 25px
}

/*noinspection ALL*/
.left_slider {
    width: 42px;
    height: 492px;
    position: relative
}

.left_slider > div {
    position: absolute
}

.left_slider > div a:first-child {
    padding-top: 0
}

.left_slider > div a {
    display: block;
    padding: 0 0 10px
}

/*noinspection ALL*/
.reg_btn {
    background: url("reg-btn.png") no-repeat;
    overflow: hidden;
    width: 657px;
    height: 1px;
    padding-top: 40px;
    margin-bottom: 20px
}

/*noinspection ALL*/
.iframe {
    margin-bottom: 7px
}

/*noinspection ALL*/
.disabled {
    opacity: .3
}

/*noinspection ALL*/
.disabled:hover {
    cursor: default !important
}

/*noinspection ALL*/
.rating {
    float: left;
    border: 1px solid #333;
    border-radius: 7px;
    padding: 7px 7px 5px;
    background: #000;
    color: #fff;
    font: 400 12px Arial;
    margin: 0 0 5px;
    box-shadow: inset 0 0 10px #383838
}

.post-ratings img:last-child {
    margin-right: 70px !important
}

/*noinspection ALL*/
.rating .post-ratings-text {
    display: none !important
}

/*noinspection ALL*/
.rating_title {
    float: left;
    margin-right: 10px;
    color: #F8B60A;
    font-size: 18px;
    clear: both;
    margin-bottom: 27px;
    margin-top: -19px
}

/*noinspection ALL*/
.open_iframe_btn, .open_iframe_btn:hover {
    text-shadow: 0 -1px 0 rgba(000, 000, 000, .4), 0 1px 0 rgba(255, 255, 255, .3)
}

/*noinspection ALL*/
.open_iframe_btn {
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    float: right;
    color: #fff;
    padding: 16px 80px;
    background: -moz-linear-gradient(top, #6b6b6b 0, #404040);
    background: -webkit-gradient(linear, left top, left bottom, from(#6b6b6b), to(#404040));
    -moz-border-radius: 30px;
    border: 1px solid #000;
    -moz-box-shadow: 0 1px 3px rgba(000, 000, 000, .5), inset 0 0 1px rgba(255, 255, 255, .7);
    -webkit-box-shadow: 0 1px 3px rgba(000, 000, 000, .5), inset 0 0 1px rgba(255, 255, 255, .7);
    box-shadow: 0 1px 3px rgba(000, 000, 000, .5), inset 0 0 1px rgba(255, 255, 255, .7);
    display: none
}

/*noinspection ALL*/
.open_iframe_btn:hover {
    background: -moz-linear-gradient(top, #6b6b6b 0, #8F8F8F);
    background: -webkit-gradient(linear, left top, left bottom, from(#6b6b6b), to(#8F8F8F));
    -moz-border-radius: 30px;
    border: 1px solid #000;
    -moz-box-shadow: 0 1px 3px rgba(000, 000, 000, .5), inset 0 0 1px rgba(255, 255, 255, .7);
    -webkit-box-shadow: 0 1px 3px rgba(000, 000, 000, .5), inset 0 0 1px rgba(255, 255, 255, .7);
    box-shadow: 0 1px 3px rgba(000, 000, 000, .5), inset 0 0 1px rgba(255, 255, 255, .7);
    color: #F8B60A
}

/*noinspection ALL*/
.news_block {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px
}

.news_block a {
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    color: #fff;
    width: 650px;
    float: left
}

/*noinspection ALL*/
.news_block .date {
    float: right;
    color: #fff
}

.archive_block img {
    float: left;
    margin: 0 15px 15px 0;
    border: 1px solid #F8B60A;
    border-radius: 5px
}

/*noinspection ALL*/
.archive_block a.more {
    float: right;
    width: auto;
    display: inline-block;
    text-align: right;
    zoom: 1;
    margin: 0 0 15px;
    font-size: 13px;
    font-style: italic;
    font-weight: 400
}

.content_blog img {
    margin: 0 15px 15px 0;
    border: 1px solid #F8B60A;
    border-radius: 5px
}

/*noinspection ALL*/
.content_blog a.classname {
    width: 255px;
    text-align: center;
    -moz-box-shadow: 0 1px 0 0 #bbdaf7;
    -webkit-box-shadow: 0 1px 0 0 #bbdaf7;
    box-shadow: 0 1px 0 0 #bbdaf7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #83bafd), color-stop(1, #344a65));
    background: -moz-linear-gradient(center top, #83bafd 5%, #344a65 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83bafd', endColorstr='#344a65');
    background-color: #83bafd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #459ccb;
    display: inline-block;
    color: #f8b50b;
    font-family: arial;
    font-size: 21px;
    font-weight: 700;
    padding: 6px 22px;
    text-decoration: none;
    text-shadow: 2px 2px 0 #474747
}

/*noinspection ALL*/
.content_blog a.classname:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #344a65), color-stop(1, #83bafd));
    background: -moz-linear-gradient(center top, #344a65 5%, #83bafd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#344a65', endColorstr='#83bafd');
    background-color: #344a65
}

/*noinspection ALL*/
.content_blog a.classname:active {
    position: relative;
    top: 1px
}

.content_blog h1 {
    margin: 0 0 15px !important
}

/*noinspection ALL*/
.content_blog .news-thumb {
    float: left;
    width: 300px;
    margin: 0 25px 0 0
}

.content_blog .news-thumb img {
    width: 300px !important;
    height: auto
}

/*noinspection ALL*/
.content_blog a.all-news {
    margin: 0 0 15px;
    display: block;
    width: 120px
}

/*noinspection ALL*/
#content .block .rating_results em, .hidden-sidebar {
    display: none
}

/*noinspection ALL*/
.content_blog .prev-next {
    margin: 15px 0 0
}

/*noinspection ALL*/
.content_blog .prev-next .previous {
    width: 40%;
    float: left
}

/*noinspection ALL*/
.content_blog .prev-next .right {
    width: 40%;
    float: right;
    text-align: right
}

/*noinspection ALL*/
#content .block .rating_results {
    margin-top: 5px;
    text-indent: -99999px;
    border: 1px solid #777;
    border-radius: 8px;
    padding: 3px 5px;
    background: #000;
    width: 60px;
    height: 12px;
    box-shadow: inset 0 0 3px 1px #666;
    position: absolute;
    right: 10px;
    bottom: 10px
}

#content .block .rating_results img {
    margin: 0
}

#content ol, #content ul {
    margin: 0 0 10px;
    padding: 0 0 0 25px
}

#content ol li, #content ul li {
    color: #fff
}

#content ul {
    list-style-type: disc
}

#content ol {
    list-style-type: decimal
}

/*noinspection ALL*/
span.show {
    cursor: pointer;
    color: #F8B50B;
    text-decoration: underline;
    font: 700 14px Arial;
    margin-bottom: 10px;
    text-shadow: 2px 2px 0 #000;
    float: right
}

/*noinspection ALL*/
.navigation span.current, .news-desc {
    color: #fff
}

/*noinspection ALL*/
span.show:hover {
    text-decoration: none
}

/*noinspection ALL*/
.buttons {
    position: relative;
    float: left
}

/*noinspection ALL*/
.buttons:after {
    content: '';
    display: block;
    clear: both
}

/*noinspection ALL*/
.google-plus {
    float: right !important;
    margin: 14px 0 0
}

/*noinspection ALL*/
span.link-thumb {
    background: url("../img/thumb.png") center center no-repeat;
    width: 183px;
    height: 87px;
    margin: 0 14px 0 -197px;
    position: relative;
    top: -12px;
    z-index: 2;
    display: none
}

/*noinspection ALL*/
.news-desc {
    border-bottom: 1px solid grey;
    margin: 20px 0 30px
}

/*noinspection ALL*/
.navigation-more-slots {
    color: #fff;
    display: block;
    text-align: right
}

/*noinspection ALL*/
.navigation {
    margin-bottom: 10px;
    text-align: right;
    margin-right: 30px;
    display: inline
}

/*noinspection ALL*/
.navigation .page-numbers {
    color: #f8b60a;
    outline: 0;
    text-decoration: underline;
    border: 1px solid #fff;
    padding: 2px 4px;
    height: 25px;
    line-height: 25px
}

/*noinspection ALL*/
.navigation .current {
    border: 0
}

#sideRight span.title {
    margin-bottom: 0
}

#accordione span.title {
    color: #DDD;
    font-weight: 400;
    margin-bottom: 0;
    background-size: 100% auto;
    width: 100%
}

#accordione .acc-active span.title:hover, #accordione span.title:hover {
    color: #F8B60A
}

#accordione .block {
    width: 98%;
    margin-left: 1px;
    background: url("../img/op-white.png")
}

#accordione .acc-active span.title {
    background-size: 100% auto;
    font-weight: 700;
    width: 100%;
    color: #F8B60A;
    margin-bottom: 0
}

#accordione .acc-active .block {
    border: 1px solid #989898;
    border-top: 0
}

/*noinspection ALL*/
.winners_wrap {
    background: url("../img/op-white.png");
    border: 1px solid #989898;
    border-top: 0
}

.winners img {
    float: left;
    margin: 0 10px 0 0
}

.winners div.f_left {
    float: left;
    text-align: left;
    width: 120px
}

.winners > li {
    padding: 10px;
    width: 210px;
    height: 70px
}

.winners ul.f_left {
    float: left;
    text-align: left;
    width: 60px
}

/*noinspection ALL*/
.winners ul.f_right {
    float: right;
    text-align: right;
    width: 60px
}

/*noinspection ALL*/
.winners li.amount_sb {
    color: #f8b60a !important;
    font-weight: 700 !important
}

/*noinspection ALL*/
.banner_holder {
    margin-top: 30px;
    padding-bottom: 32px
}

/*noinspection ALL*/
.g_plus_widget, .vk_group {
    margin: 20px 0 0
}

/*noinspection ALL*/
.popup_overflow {
    z-index: 999999;
    display: none;
    height: 100%;
    width: 100%;
    background: rgba(1, 28, 51, .5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

/*noinspection ALL*/
.popup_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 850px;
    height: 548px;
    margin: auto;
    border-radius: 20px;
    background: url("bg.jpg") center top no-repeat #011c33
}

/*noinspection ALL*/
.landing {
    width: 850px;
    margin: 0 auto;
    text-align: center
}

/*noinspection ALL*/
.how_many {
    color: #926d42;
    font-weight: 700;
    width: 80px;
    margin: 223px auto 0;
    line-height: 15px
}

.how_many span {
    width: 40px;
    display: inline-block;
    margin: 0 0 0 18px
}

/*noinspection ALL*/
.btn {
    width: 500px;
    background-size: 500px;
    margin: 130px auto 0
}

/*noinspection ALL*/
.btn:active, .btn:hover {
    background-position: 0 -123px
}

/*noinspection ALL*/
.timer {
    padding-left: 23px;
    position: relative;
    width: 80px;
    margin: 1px auto 0
}

/*noinspection ALL*/
.timer .pair {
    float: left;
    margin: 0 1px;
    width: 16px;
    text-align: center
}

/*noinspection ALL*/
.timer .pair:first-child {
    position: absolute;
    top: -16px;
    left: 23px;
    line-height: 17px
}

/*noinspection ALL*/
.timer .pair:first-child .digit {
    color: #926d42;
    width: 7px;
    height: 27px;
    font-weight: 700
}

/*noinspection ALL*/
.timer .digit {
    float: left;
    width: 7px
}

/*noinspection ALL*/
.timer .digit, .timer-delimeter {
    color: #fff;
    text-align: center
}

/*noinspection ALL*/
.timer-delimeter {
    top: -2px;
    position: absolute
}

/*noinspection ALL*/
.timer-delimeter.minutes {
    left: 57px
}

/*noinspection ALL*/
.timer-delimeter.hours {
    left: 39px
}

/*noinspection ALL*/
.close_popup {
    position: absolute;
    right: -70px;
    top: -40px;
    color: #fff;
    z-index: 1001;
    font-size: 15px;
    cursor: pointer
}

/*noinspection ALL*/
.popup2_overflow, .popup2_wrapper, .popup3_overflow, .popup3_wrapper {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

/*noinspection ALL*/
.close_popup:hover .close_popup_btn {
    -moz-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg)
}

/*noinspection ALL*/
.popup2_overflow {
    display: none;
    position: fixed;
    height: 100%;
    overflow: hidden;
    font: 12px/19px Roboto, Arial, sans-serif;
    width: 100%;
    background: rgba(1, 28, 51, .5);
    z-Index: 9999
}

/*noinspection ALL*/
.popup2_wrapper {
    position: absolute;
    width: 960px;
    height: 496px;
    margin: auto;
    border-radius: 20px;
    background: url("bg_new.png") center top no-repeat
}

/*noinspection ALL*/
.btn2 {
    background: no-repeat;
    display: block;
    overflow: hidden;
    height: 1px;
    margin-left: 240px
}

/*noinspection ALL*/
.popup2_header {
    height: 170px
}

.popup2_header .logo {
    float: left;
    display: block;
    overflow: hidden;
    height: 1px;
    padding-top: 0;
    width: 340px;
    margin-top: 0
}

/*noinspection ALL*/
.popup2_wrapper #timer2 {
    font-weight: 700;
    font-size: 14px;
    width: 317px;
    height: 41px;
    float: right;
    margin: 133px 131px 0 0;
    z-index: 10;
    position: relative
}

/*noinspection ALL*/
.popup2_wrapper #timer2 .pair {
    float: left;
    margin-right: 1px;
    width: 40px;
    padding: 0 1px;
    text-align: center
}

/*noinspection ALL*/
.popup2_wrapper #timer2 .digit {
    float: left;
    width: 5px;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center
}

/*noinspection ALL*/
.popup2_wrapper .btn2 {
    background-image: url("btn-play.png-v=1.1");
    width: 550px;
    padding-top: 96px;
    margin-top: 0
}

/*noinspection ALL*/
.popup2_wrapper .btn2:hover {
    background-position: 0 -96px
}

/*noinspection ALL*/
.popup2_wrapper .btn2:active {
    background-position: 0 -192px
}

/*noinspection ALL*/
.popup2_wrapper .content {
    height: 280px
}

/*noinspection ALL*/
.popup2_wrapper .prizes {
    overflow: hidden;
    height: 210px;
    width: 600px;
    margin: 5px auto;
    background: url("prizes_bg.png") no-repeat
}

/*noinspection ALL*/
.popup2_wrapper .prizes .popup2_title {
    text-align: center;
    margin-top: 60px;
    font-weight: 700;
    font-size: 20px;
    color: #ff2400;
    line-height: 1;
    padding-left: 70px;
    margin-bottom: 0
}

.popup2_wrapper .prizes a {
    display: block;
    margin: 0 0 0 120px
}

.popup2_wrapper .prizes a img {
    margin-left: 10px
}

.popup2_wrapper .prizes ul {
    margin-top: -10px;
    list-style: none;
    padding: 0;
    font-size: 0
}

.popup2_wrapper .prizes ul li {
    display: inline-block;
    text-align: center;
    width: 115px;
    vertical-align: top;
    font: 700 12px 'Roboto Medium', Arial, sans-serif;
    line-height: 16px;
    color: #0b0b07
}

/*noinspection ALL*/
.popup3_overflow {
    display: none;
    position: fixed;
    width: 100%;
    background: rgba(1, 28, 51, .5);
    z-Index: 9999
}

/*noinspection ALL*/
.popup3_wrapper {
    position: absolute;
    width: 700px;
    height: 560px;
    margin: auto;
    border-radius: 20px;
    background: url("popup3_bg.jpg") center top no-repeat
}

/*noinspection ALL*/
.popup_play_btn {
    display: block;
    width: 400px;
    height: 95px;
    background: url("popup3_btn.png") 0 -5px;
    margin: 420px auto 0
}

/*noinspection ALL*/
.popup_play_btn:hover {
    background: url("popup3_btn.png") 0 -94px
}

/*noinspection ALL*/
.popup3_overflow .close_popup3 {
    position: absolute;
    right: 16%;
    top: 16%;
    color: #fff;
    z-index: 1001
}

/*noinspection ALL*/
.popup4_overflow {
    display: none;
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    font: 12px/19px Roboto, Arial, sans-serif;
    width: 100%;
    background: rgba(1, 28, 51, .5)
}

/*noinspection ALL*/
.popup4_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 791px;
    height: 467px;
    margin: auto;
    border-radius: 10px;
    background: url("new-year-promotion1.png") center top no-repeat;
    border: 2px solid silver
}

/*noinspection ALL*/
.popup4_wrapper #timer4 {
    font-weight: 700;
    font-size: 14px;
    width: 300px;
    height: 91px;
    float: left;
    margin: 320px 0 0 70px;
    z-index: 10;
    position: relative;
    padding: 40px 0 0 30px;
    background: url("counter.png") no-repeat
}

/*noinspection ALL*/
.popup4_wrapper #timer4 .pair {
    float: left;
    margin-right: 1px;
    width: 40px;
    background-image: linear-gradient(bottom, #000 2%, #3c3c3c 50%, #000 100%);
    background-image: -o-linear-gradient(bottom, #000 2%, #3c3c3c 50%, #000 100%);
    background-image: -moz-linear-gradient(bottom, #000 2%, #3c3c3c 50%, #000 100%);
    background-image: -webkit-linear-gradient(bottom, #000 2%, #3c3c3c 50%, #000 100%);
    background-image: -ms-linear-gradient(bottom, #000 2%, #3c3c3c 50%, #000 100%);
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 10px;
    height: 38px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #555;
    -moz-box-shadow: inset 0 4px 0 rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 4px 0 rgba(255, 255, 255, .2);
    box-shadow: inset 0 4px 0 rgba(255, 255, 255, .2);
    -moz-text-shadow: 0 3px 3px #000;
    -webkit-text-shadow: 0 3px 3px #000;
    text-shadow: 0 3px 3px #000;
    font-style: normal;
    font-size: 26px;
    color: #eee;
    font-weight: 700
}

/*noinspection ALL*/
.popup4_wrapper #timer4 .digit {
    float: left;
    width: 5px;
    padding: 0 5px;
    height: 20px;
    line-height: 40px;
    color: #fff;
    text-align: center
}

/*noinspection ALL*/
.popup4_wrapper .btn {
    background-image: url("batton_diposit.png");
    background-position: 0 150px;
    width: 325px;
    padding-top: 0;
    margin: 200px 40px 0 0;
    float: right;
    height: 260px;
    background-size: auto
}

/*noinspection ALL*/
.popup4_wrapper .btn:active, .popup4_wrapper .btn:hover {
    background-position: 0 152px
}

/*noinspection ALL*/
.popup4_overflow .close_popup4 {
    position: absolute;
    right: 16%;
    top: 16%;
    color: #fff;
    z-index: 1001
}

/*noinspection ALL*/
.heroes_img, .popup5_overflow, .popup5_wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

/*noinspection ALL*/
.popup5_overflow {
    display: none;
    position: fixed;
    height: 100%;
    overflow: hidden;
    font-family: Arial, sans-serif;
    width: 100%;
    background: rgba(1, 28, 51, .5)
}

/*noinspection ALL*/
.popup5_wrapper {
    position: absolute;
    width: 960px;
    height: 600px;
    margin: auto;
    border-radius: 10px;
    background: #1C1C1C;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, .75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, .75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, .75)
}

/*noinspection ALL*/
.popup5_wrapper .btn {
    width: 550px;
    padding-top: 96px;
    margin-top: 0
}

/*noinspection ALL*/
.popup5_wrapper .btn:hover {
    background-position: 0 -96px
}

/*noinspection ALL*/
.popup5_wrapper .btn:active {
    background-position: 0 -192px
}

/*noinspection ALL*/
.popup5_top {
    background: url("explosion.jpg") no-repeat;
    height: 250px;
    position: relative;
    overflow: hidden
}

/*noinspection ALL*/
.popup5_logo {
    floa: left
}

/*noinspection ALL*/
.popup5_middle {
    height: 350px;
    background: url("blued-wall.jpg") no-repeat;
    overflow: hidden
}

/*noinspection ALL*/
.heroes_img {
    position: absolute;
    margin: 0 auto
}

/*noinspection ALL*/
.shield_img {
    position: absolute;
    bottom: 20px;
    left: 80px
}

/*noinspection ALL*/
.popup5_overflow .close_popup {
    position: absolute;
    right: 13%;
    top: 16%;
    color: #ebe3ba;
    z-index: 1001;
    text-shadow: 0 1px 0 #000
}

/*noinspection ALL*/
.popup5_infoblock {
    float: right;
    color: #ebe3ba;
    list-style: none;
    font-size: 12px;
    text-shadow: 0 1px 0 #000;
    line-height: 13px;
    margin: 10px 20px 0 0
}

.popup5_infoblock li {
    overflow: hidden;
    margin: 5px 0
}

.popup5_infoblock i {
    float: right;
    display: block;
    width: 42px;
    height: 39px;
    margin: 0 0 0 10px
}

.popup5_infoblock li:first-child i {
    background: url("icons.png") no-repeat
}

.popup5_infoblock li:nth-child(2) i {
    background: url("icons.png") 0 -49px no-repeat
}

.popup5_infoblock li:nth-child(3) i {
    background: url("icons.png") 0 -98px no-repeat
}

/*noinspection ALL*/
.popup5_infoblock_text {
    float: right;
    margin-top: 6px;
    text-align: right
}

/*noinspection ALL*/
.popup5_jackpot_block {
    text-align: center;
    margin-top: 20px
}

.popup5_jackpot_block a {
    color: #fff;
    text-decoration: none
}

/*noinspection ALL*/
.popup5_jackpot_counter {
    line-height: 90px;
    font-family: Impact;
    color: #FFE4A1;
    font-size: 65px;
    text-shadow: 0 1px 0 #000;
    letter-spacing: .1em
}

/*noinspection ALL*/
.popup5_jackpot_text {
    color: #fff;
    font-size: 12px
}

/*noinspection ALL*/
.popup5_reg_block {
    width: 900px;
    height: 148px;
    position: relative;
    z-index: 30;
    margin: 0 auto;
    background-image: url("infoboard.png");
    background-position: center 0;
    background-repeat: no-repeat
}

.popup5_reg_block a {
    display: block
}

/*noinspection ALL*/
.popup5_reg_title {
    position: absolute;
    top: 44px;
    left: 228px;
    z-index: 30
}

/*noinspection ALL*/
.popup5_reg_inner {
    width: 700px;
    height: 148px;
    position: relative;
    z-index: 40;
    margin: 0 auto
}

/*noinspection ALL*/
.popup5_reg_btn {
    position: absolute;
    left: 221px;
    top: 90px;
    display: block;
    width: 253px;
    text-align: center;
    height: 41px;
    background: url("maxbutton.png") no-repeat;
    z-index: 60;
    color: #fff;
    font-family: ArialNarrowBold, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 2px 2px #6d0d00;
    line-height: 40px
}

/*noinspection ALL*/
#popup7_overflow, .popup6_overflow, .popup8_overflow {
    font: 12px/19px Roboto, Arial, sans-serif;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden
}

/*noinspection ALL*/
.popup5_reg_btn:hover {
    background-position: 0 -46px
}

/*noinspection ALL*/
.close_popup_btn {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out
}

/*noinspection ALL*/
.close_popup_btn:hover {
    -moz-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg)
}

/*noinspection ALL*/
.popup6_overflow {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(1, 28, 51, .5);
    z-index: 99999
}

/*noinspection ALL*/
.popup6_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 750px;
    height: 500px;
    margin: auto;
    border-radius: 20px;
    background: url("../img/vulcan_popup_bg.png") center top no-repeat
}

/*noinspection ALL*/
.popup6_inner {
    position: relative;
    top: 0;
    height: 100%;
    overflow: hidden
}

/*noinspection ALL*/
.popup6_bottom_link {
    display: block;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    position: absolute
}

/*noinspection ALL*/
.vulcan_popup_btn {
    display: block;
    margin: 176px 0 0 220px;
    padding: 20px;
    height: 97px;
    width: 350px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out
}

/*noinspection ALL*/
.vulcan_popup_btn:hover {
    margin-top: 180px
}

/*noinspection ALL*/
#popup7_overflow {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(1, 28, 51, .5);
    z-index: 9999
}

/*noinspection ALL*/
.popup7_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 750px;
    height: 500px;
    margin: auto;
    border-radius: 20px;
    background: url("hulk_popup_bg.jpg") center top no-repeat
}

/*noinspection ALL*/
.popup7_inner {
    position: relative;
    top: 0;
    height: 100%;
    overflow: hidden
}

/*noinspection ALL*/
.hulk_popup_btn {
    display: block;
    margin: 365px auto 0;
    padding: 20px;
    height: 94px;
    width: 518px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out
}

@-webkit-keyframes spaceboots {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0)
    }
    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg)
    }
    20% {
        -webkit-transform: translate(-3px, 0) rotate(1deg)
    }
    30% {
        -webkit-transform: translate(0, 2px) rotate(0)
    }
    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg)
    }
    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg)
    }
    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0)
    }
    70% {
        -webkit-transform: translate(2px, 1px) rotate(-1deg)
    }
    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg)
    }
    90% {
        -webkit-transform: translate(2px, 2px) rotate(0)
    }
    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg)
    }
}

/*noinspection ALL*/
.hulk_popup_btn:focus, .hulk_popup_btn:hover {
    margin-top: 367px;
    -webkit-animation-name: spaceboots;
    -webkit-animation-duration: .8s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear
}

/*noinspection ALL*/
.popup8_overflow {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(1, 28, 51, .5);
    z-index: 99999
}

/*noinspection ALL*/
.popup8_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 660px;
    height: 560px;
    margin: auto;
    border-radius: 20px;
    background: url("cosmic_popup_bg.jpg") center top no-repeat;
    border: 3px solid #002141;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5), 0 3px 6px -3px rgba(0, 0, 0, .25)
}

/*noinspection ALL*/
.btn {
    background: no-repeat;
    display: block;
    overflow: hidden;
    height: 1px;
    margin-left: 240px
}

.clear {
    clear: both
}

/*noinspection ALL*/
.popup8_wrapper #timer8 {
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    width: 339px;
    height: 91px;
    margin: 0 22px 0 0;
    z-index: 10;
    padding: 40px 0 0 30px;
    left: 5px;
    bottom: 149px
}

/*noinspection ALL*/
.popup8_wrapper #timer8 .pair {
    float: left;
    margin-right: 9px;
    width: 60px;
    padding: 0 1px;
    height: 38px;
    line-height: 40px;
    text-align: center;
    font-style: normal;
    font-size: 26px;
    color: #eee;
    font-weight: 700
}

/*noinspection ALL*/
.popup8_wrapper #timer8 .digit {
    float: left;
    width: 5px;
    padding: 0 10px;
    height: 20px;
    line-height: 40px;
    color: #fff;
    text-align: center
}

/*noinspection ALL*/
.popup8_wrapper .btn {
    background: url("cosmic_play_btn.png") no-repeat;
    width: 306px;
    position: absolute;
    padding-top: 0;
    height: 135px;
    bottom: 0;
    right: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out
}

/*noinspection ALL*/
.popup8_wrapper .btn:active, .popup8_wrapper .btn:hover {
    bottom: -4px
}

/*noinspection ALL*/
.popup8_overflow .close_popup {
    position: absolute;
    right: 9px;
    top: 2px;
    color: #fff;
    z-index: 1001
}

/*noinspection ALL*/
.popup8_overflow .close_popup_btn {
    margin-bottom: -5px
}

/*noinspection ALL*/
.plugin_dwnl_block {
    height: 268px;
    width: 100%;
    margin: 0 auto
}

#content .plugin_dwnl_block ul {
    text-align: center;
    margin: 0;
    padding: 0
}

.plugin_dwnl_block ul li {
    list-style: none;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    width: 131px;
    margin: 0 2px
}

/*noinspection ALL*/
.dwnl_plugin_br_icon {
    display: block;
    height: 48px;
    width: 48px;
    margin: 0 auto 15px;
    background: url("spr-ico-small.jpg") no-repeat
}

/*noinspection ALL*/
.dwnl_plugin_default_block {
    padding: 30px 2px 0;
    background: #000;
    border-radius: 10px
}

/*noinspection ALL*/
.dwnl_plugin_chrome .dwnl_plugin_br_icon {
    background-position: -48px 0;
    width: 46px
}

/*noinspection ALL*/
.dwnl_plugin_opera .dwnl_plugin_br_icon {
    background-position: -136px 0;
    width: 42px
}

/*noinspection ALL*/
.dwnl_plugin_safari .dwnl_plugin_br_icon {
    background-position: -94px 0;
    width: 42px
}

/*noinspection ALL*/
.dwnl_plugin_ie .dwnl_plugin_br_icon {
    background-position: -178px 0
}

/*noinspection ALL*/
.dwnl_plugin_mozila .dwnl_plugin_br_icon {
    background-position: 0 0
}

.dwnl_plugin_active_block p, .dwnl_plugin_default_block p {
    font-style: italic;
    color: #fff;
    text-align: center
}

/*noinspection ALL*/
.dwnl_plugin_active_block {
    display: none;
    overflow: hidden;
    background: #000;
    border-radius: 10px;
    padding: 0 2px;
    border: 1px solid #4f96d1;
    box-shadow: 0 0 10px #499ad4, inset 0 0 10px #499ad4
}

/*noinspection ALL*/
.dwnl_plugin_active_block .dwnl_plugin_br_icon {
    margin-top: 10px
}

/*noinspection ALL*/
.dwnl_plugin_active_block .active_dwnl_btn {
    margin: 10px auto;
    display: block;
    width: 106px;
    text-align: center;
    color: #48d0fa;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 5px;
    border: 1px solid #4f96d1;
    border-radius: 10px
}

.main-part .plugin_dwnl_block ul li:before {
    content: '';
    display: none
}

/*noinspection ALL*/
.ie .dwnl_plugin_ie .dwnl_plugin_active_block {
    display: block
}

/*noinspection ALL*/
.ie .dwnl_plugin_ie .dwnl_plugin_default_block {
    display: none
}

/*noinspection ALL*/
.chrome .dwnl_plugin_chrome .dwnl_plugin_active_block {
    display: block
}

/*noinspection ALL*/
.chrome .dwnl_plugin_chrome .dwnl_plugin_default_block {
    display: none
}

/*noinspection ALL*/
.firefox .dwnl_plugin_mozila .dwnl_plugin_active_block {
    display: block
}

/*noinspection ALL*/
.firefox .dwnl_plugin_mozila .dwnl_plugin_default_block {
    display: none
}

/*noinspection ALL*/
.safari .dwnl_plugin_safari .dwnl_plugin_active_block {
    display: block
}

/*noinspection ALL*/
.safari .dwnl_plugin_safari .dwnl_plugin_default_block {
    display: none
}

/*noinspection ALL*/
.opera .dwnl_plugin_opera .dwnl_plugin_active_block {
    display: block
}

/*noinspection ALL*/
.opera .dwnl_plugin_opera .dwnl_plugin_default_block {
    display: none
}

.single_play_btns_block li {
    list-style: none;
    float: left;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s
}

.single_play_btns_block li:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -ms-transform: scale(1.1)
}

/*noinspection ALL*/
#content ul.single_play_btns_block {
    margin-bottom: 10px;
    padding: 20px 10px;
    clear: both;
    height: 96px
}

/*noinspection ALL*/
.single_play_title {
    font-size: 1.5em;
    color: #fff;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 100%;
    margin: 15px 0 10px
}

/*noinspection ALL*/
.play-money {
    display: block;
    margin: 20px 0 20px 140px;
    width: 531px;
    height: 76px;
    background: url("../img/for-money.png") no-repeat
}

/*noinspection ALL*/
.play-money:hover {
    background-position: 0 -76px
}

/*noinspection ALL*/
.like-buttons {
    margin: 0 auto 10px;
    width: 591px;
    background: url("../img/bg-menu.png") center center no-repeat;
    position: relative;
    min-height: 20px
}

/*noinspection ALL*/
.like-buttons .buttons {
    float: none;
    padding: 15px 12px 0 10px
}

/*noinspection ALL*/
.fb-like, .gp-like, .mail-like, .od-like, .vk-like {
    float: left;
    width: 80px
}

/*noinspection ALL*/
.mail-like, .od-like {
    width: 80px
}

/*noinspection ALL*/
.fb-like {
    width: 120px
}

/*noinspection ALL*/
.vk-like {
    width: 150px
}

/*noinspection ALL*/
.like-text {
    color: #eee;
    padding: 15px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 17px
}

/*noinspection ALL*/
.contactform {
    background: rgba(255, 255, 255, .1);
    padding: 20px;
    color: #fff
}

/*noinspection ALL*/
.contact .field {
    margin: 0 0 15px
}

.contactform input, .contactform textarea {
    padding: 6px;
    font-size: 15px;
    box-sizing: border-box;
    width: 100%
}

.contactform textarea {
    height: 10em
}

/*noinspection ALL*/
@media only screen and (max-width: 1015px) {
    /*noinspection ALL*/
    #content .intro {
        padding: 0 5px
    }

    #header a.logo, #header menu, .footer nav {
        float: none;
        margin: 0 auto 5px
    }

    #header menu li {
        padding: 15px 12px;
        box-sizing: border-box
    }

    #header a.logo {
        background-size: 100% auto;
        width: 300px;
        padding-top: 100px
    }

    .bg_header, .bg_header_img {
        background: 0 0
    }

    /*noinspection ALL*/
    .social {
        display: none
    }

    #content {
        padding: 0
    }

    #container, #sideRight {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 100%
    }

    .side-recomendation, div#accordione {
        display: inline-block;
        vertical-align: top;
        width: 250px
    }

    /*noinspection ALL*/
    .iframe_holder iframe, .play-money {
        margin: 0 auto 15px;
        display: block
    }
}

/*noinspection ALL*/
@media only screen and (max-width: 756px) {
    /*noinspection ALL*/
    #actions {
        display: none
    }

    /*noinspection ALL*/
    .like-buttons {
        text-align: center;
        width: 100%
    }

    .like-buttons noindex {
        display: block
    }

    .like-buttons noindex > div {
        float: none;
        display: inline-block
    }

    /*noinspection ALL*/
    .like-text {
        display: none
    }
}

/*noinspection ALL*/
@media only screen and (max-width: 580px) {
    #footer {
        background: 0 0
    }

    /*noinspection ALL*/
    .play-money {
        background-size: auto 200%;
        height: 40px;
        width: 280px
    }
}

@media only screen and (max-width: 380px) {
    #header menu li {
        display: block;
        width: 100%
    }
}