
h3.heatmapthemead_sitemap_catpost {
    display: none;
}

.single_subscribe {
    display: block;
    width: 100%;
    padding: 20px 0;
}

.single_subscribe_title {
    font-family: 'OpenSansRegular', sans-serif;
    font-size: 30px;
    line-height: 44px;
    color: #fff;
    text-align: left;
}

.single_subscribe_form {
    display: block;
    position: relative;
}

.single_subscribe_form input {
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    border: none;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    padding: 0 200px 0 30px;
    font-family: 'OpenSansLight', sans-serif;
    font-size: 17px;
    color: #afbfc4;
    outline: none;
}

.single_subscribe_form button {
    position: absolute;
    width: 200px;
    right: 0;
    top: 0;
}

.single_play_game {
    display: block;
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.single_play_game_cover {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.single_play_game_cover img {
    width: 100%;
    height: 100%;
}
.chose-container.slots span.title{
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}
.single_play_game_btn {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 200;
}
.single_play_game_btn div {
    width: 250px;
    position: absolute;
    left: calc(50% - 125px);
    top: calc(50% - 22.5px);
}

.single_play_btn {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 95px;
}

.single_play_btn_center {
    display: block;
    height: 65px;
    box-sizing: border-box;
    border-radius: 40px;
    background: url(../img/green_btn_bg.jpg);
    padding: 5px 7px;
    margin: 30px auto 0 auto;
    width: 100%;
    border: 2px solid #6dc813;
    transition: 0.3s;
    cursor: pointer;
}
.single_play_btn_center:hover{
    background: #fff;
    text-decoration: none;
}
.single_play_btn_center:hover .text-wrap{
    color: #6dc813;
}
.single_play_btn_center:before, .single_play_btn_center:after {
    content: '';
    display: block;
    width: 62px;
    height: 56px;
    position: absolute;
}

.single_play_btn_center:before {
    background: url(../img/sprite.png) no-repeat;
    background-position: 0px -240px;
    left: 0;
    top: -8px;
}

.single_play_btn_center:after {
    background: url(../img/sprite.png) no-repeat;
    background-position: -71px -240px;
    right: 0;
    top: -8px;
}

.single_play_btn_center .text-wrap {
    display: block;
    position: relative;
    border: 1px solid #fff;
    height: 100%;
    line-height: 51px;
    text-align: center;
    color: #fff;
    font-family: 'OpenSansSemiBold', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 25px;
    transition: 0.3s;
}

.single_play_btn_center .text-wrap:before, .single_play_btn_center .text-wrap:after {
    content: '';
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
}

.single_play_btn_center .text-wrap:before {
    left: -2.5px;
    top: calc(50% - 2.5px);
}

.single_play_btn_center .text-wrap:after {
    right: -2.5px;
    top: calc(50% - 2.5px);
}
@media screen and (max-width: 480px) {
    .single_play_btn_center .text-wrap span{
        display: none;
    }
}
.single_maine_chose_cover {
    display: block;
    width: 100%;
    padding: 0;
    position: relative;
    margin-bottom: 20px;
}

.chose-container {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.single_chose_block {
    display: block;
    width: 100%;
    overflow: hidden;
}

.single_chose_block img {
    width: 100%;
}

.chose-button-next, .chose-button-prev {
    display: block;
    position: absolute;
    width: 17px;
    height: 30px;
    background-position: 0 0;
    z-index: 100;
    cursor: pointer;
    top: calc(50% - 15px);
    background: url(../img/sprite.png) no-repeat;
}

.chose-button-next {
    background-position: -32px -304px;
    right: -20px;
}

.chose-button-next:hover {
    background-position: -63px -304px;
}

.chose-button-prev {
    background-position: 0 -304px;
    left: -20px;
}

.chose-button-prev:hover {
    background-position: -87px -304px;
}
.single_sidebar{
    margin-top: 10px;
}
.single_top_info {
    background: #fff;
    padding: 10px 30px 3px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
    box-shadow: 0 1px 30px 0px rgba(22, 110, 161, 0.1);
    overflow: hidden;
}
.single_top_info_info{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.single_top_info_info .breadcrumbs{
    margin: 0;
    width: auto;
}
.single_top_info_thumb {
    float: left;
    margin-right: 30px;
    overflow: hidden;
    border: 1px solid #00ace6;
}

.single_top_info_thumb img {
    height: auto;
}

.single_top_info_text {
    box-sizing: border-box;
}

.single_top_info_title {
    font-family: 'OpenSansLight', sans-serif;
    font-size: 30px;
    line-height: 30px;
    position: relative;
    color: #00ace6;
    top: -8px;
    left: -3px;
    margin-top: 0;
    margin-bottom: 0;
}

.single_top_info_info {
    border-bottom: 1px solid #dee6e9;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.single_top_info_info.info_stats {
    border-bottom: none;
    margin-top: 20px;
}

.single_top_info_info_rating {
    display: inline-block;
    font-family: 'OpenSansSemiBold', sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #afbfc5;
    text-transform: uppercase;
    margin-right: 55px;
}

.single_top_info_info_star {
    display: inline-block;
    position: relative;
    top: 1px;
}

.single_top_info_info .single_top_info_info_stats:first-child {
    border-right: 1px solid #dee6e9;
    padding-right: 40px;
}

.single_top_info_info .single_top_info_info_stats:last-child {
    padding-left: 35px;
}

.single_top_info_info_stats {
    display: inline-block;
    font-family: 'OpenSansLight', sans-serif;
    font-size: 17px;
    line-height: 20px;
    color: #242d3c;
}

.single_top_info_info_stats span {
    font-family: 'OpenSansSemiBold', sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #afbfc5;
    margin-right: 45px;
}

.single_top_info_descr h4 {
    font-family: 'OpenSansBold', sans-serif;
    font-size: 20px;
    color: #00ace6;
    margin-bottom: 5px;
}

.single_top_info_descr {
    font-family: 'OpenSansLight', sans-serif;
    font-size: 17px;
    line-height: 29px;
    color: #242d3c;
}

.single_top_info_descr a {
    color: #00ace6;
}

.single_top_info_btns {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.single_top_info_btn_green {
    display: inline-block !important;
    margin-right: 30px;
}
.btn-centered {
    float: none;
}

/* single text */

.single_maine h3,
.single_maine h4 {
    color: #00ace6;
    font-family: 'OpenSansBold', sans-serif;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.single_maine p {
    font-family: 'OpenSansLight', sans-serif;
    font-size: 17px;
    line-height: 30px;
    color: #242d3c;
}

.single_maine_images_list {
    text-align: center;
    margin: 0 -25px;
}

.single_maine_images_list_block {
    display: inline-block;
    width: 32%;
    padding: 0 10px;
    margin-bottom: 50px;
}

.single_maine_images_list_block img {
    width: 100%;
}

.single_maine .single_table {
    width: 100%;
    background: #fff;
    margin-bottom: 25px;
}

.single_maine .single_table tr:nth-child(2n) {
    background: #edf9fd;
}

.single_maine .single_table tr td {
    padding: 0 15px;
    font-family: 'OpenSansRegular', sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #242d3c;
}

.single_maine .single_table tr td:first-child {
    font-family: 'OpenSansBold', sans-serif;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color: #242d3c;
}

/* slot list */
.single_slot_list{
    clear: both;
}
.single_slot_list > ul {
    text-align: center;
    margin: 0 -30px;
}

.single_slot_list > ul > li {
    display: inline-block;
    width: 32%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.single_slot_list.single_slot_list_full > ul > li {
    display: inline-block;
    width: 24%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 40px;
    vertical-align: top;
}
section.single_slot_list.single_slot_list_full{
    overflow: hidden;
}
.main_popular_block .main_popular_block_name{
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    height: 30px;
}
.single_slot_list_img {
    display: block;
    width: 100%;
    height: 170px;
    overflow: hidden;
}

.single_slot_list > ul span {
    display: block;
    width: 100%;
    font-family: 'OpenSansLight', sans-serif;
    color: #242d3c;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    padding-top: 10px;
    margin-bottom: 5px;
    text-decoration: none;
}

.single_slot_list > ul a {
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    width: 100%;
    display: block;
}

/*sidebar*/

.drop_sidebar_block {
    margin-bottom: 25px;
}

.drop_sidebar_block_title {
    font-family: 'OpenSansBold', sans-serif;
    color: #fff;
    font-size: 20px;
    position: relative;
    background: #f8a519;
    padding: 15px 25px 15px 15px;
    cursor: pointer;
}

.drop_sidebar_block_title:after {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: calc(50% - 3.5px);
    width: 11px;
    height: 7px;
    background: url(../img/sprite.png) no-repeat;
    background-position: -122px -86px;
}

.drop_sidebar_block_title.closed:after {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: calc(50% - 3.5px);
    width: 11px;
    height: 7px;
    background: url(../img/sprite.png) no-repeat;
    background-position: -122px -100px;
}

.drop_sidebar_block_inner {
    background: #ffffff;
}

.drop_sidebar_block_inner_row {
    display: block;
    border-bottom: 1px solid #dee6e9;
    padding: 15px;
    position: relative;
}

.block_inner_left_text {
    display: inline-block;
    float: left;
    font-family: 'OpenSansBold', sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #242d3c;
    box-sizing: border-box;
    max-width: 70%;
    text-transform: uppercase;
}

.block_inner_right_text {
    display: inline-block;
    float: right;
    font-family: 'OpenSansLight', sans-serif;
    font-size: 17px;
    line-height: 26px;
    color: #242d3c;
    box-sizing: border-box;
    max-width: 30%;
    text-transform: uppercase;
}

.block_inner_bottom_text {
    display: block;
    width: 100%;
}

.block_inner_bottom_text a, .block_inner_bottom_text span {
    font-family: 'OpenSansLight', sans-serif;
    font-size: 17px;
    line-height: 20px;
    color: #242d3c;
    text-decoration: underline;
}

.block_inner_bottom_text span {
    text-decoration: none;
    line-height: 30px;
}

.sidebar_block_inner_count {
    text-align: center;
    padding-top: 15px;
    overflow: hidden;
}

.sidebar_block_inner_count a {
    display: inline-block;
    position: relative;
    width: 30%;
    max-height: 50px;
    margin-bottom: 20px;
    vertical-align: top;
    padding: 0 5px;
}

.sidebar_block_inner_count a img {
    display: block;
    margin: 0 auto;
    width: 65px;
    max-width: 100%;
}
#fixed {
    position: relative;
}
#fixed.fixes {
    position: fixed;
    width: 255px;
    top: 0;
}
.sidebar_block_inner_count_btn {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #f8a519;
    font-family: 'OpenSansSemiBold', sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    width: 100%;
    padding-bottom: 10px;
}

.block_inner_right_top {
    display: inline-block;
    width: calc(100% - 95px);
}

.block_inner_right_top span {
    display: block;
    font-family: 'OpenSansBold', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    color: #242d3c;
}

.block_inner_right_top a {
    display: block;
    background: transparent;
    width: 90px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'OpenSansSemiBold', sans-serif;
    font-size: 14px;
    color: #f8a519;
    border-radius: 20px;
    border: 1px solid #f8a519;
    box-sizing: border-box;
}

.block_inne_top_btn {
    display: block;
    width: 100%;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'OpenSansSemiBold', sans-serif;
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
    background: #f8a519;
}
.block_inne_top_btn:hover{
    text-decoration: underline;
    color: #fff;
}
.block_inner_left_top {
    display: inline-block;
    width: 80px;
    float: left;
    margin-right: 15px;
}

.block_inner_left_top img {
    width: 100%;
}

/* aprise list*/
.appraise_left {
    display: inline-block;
    width: 50%;
    float: left;
}

.appraise_plus {
    text-align: left;
}

.appraise_plus li {
    display: block;
    font-family: 'OpenSansLight', sans-serif;
    font-size: 17px;
    line-height: 24px;
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
}

.appraise_plus li:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -3px;
    width: 32px;
    height: 32px;
    background: url(../img/sprite.png) no-repeat;
    background-position: 0 -375px;
}

.appraise_right {
    display: inline-block;
    width: 50%;
    padding-left: 75px;
}

.appraise_minus {
    text-align: left;
}

.appraise_minus li {
    display: block;
    font-family: 'OpenSansLight', sans-serif;
    font-size: 17px;
    line-height: 24px;
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
}

.appraise_minus li:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -3px;
    width: 32px;
    height: 32px;
    background: url(../img/sprite.png) no-repeat;
    background-position: -36px -375px;
}

.single_appraise .appraise_left h4, .single_appraise .appraise_right h4 {
    margin-top: 0;
}

.single_slot_list_btn {
    margin: 0 auto;
}

.single_maine_list_item {
    display: block;
    padding-left: 55px;
    position: relative;
    min-height: 45px;
    margin-bottom: 10px;
}

.single_maine_list_item_img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    line-height: 42px;
    vertical-align: middle;
}

.single_maine_list_item_img img {
    width: 100%;
}

.single_maine_list_item_name {
    font-family: 'OpenSansLight', sans-serif;
    font-size: 17px;
    line-height: 40px;
    color: #242d3c;
}

.single_maine_list_ntn {
    margin: 40px auto 40px auto;
}
.single_comment_list h4{
    margin-top: 22px;
    margin-bottom: 50px;
}

/*.popular_title {*/
    /*font-size: 16px;*/
/*}*/
.single_top_info_descr iframe {
    display: block;
    margin: 0 auto;
}
.single_play_btn_mobile{
    display: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.single_play_btn_mobile p{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}