/*
Theme Name: Inter
Author: the WordPress team
Description: for english site
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/*@font-face{
    font-family: RobotoMedium;
    src: url("fonts/Roboto-Medium.ttf");
}
@font-face{
    font-family: RobotoRegular;
    src: url("fonts/Roboto-Regular.ttf");
}
@font-face{
    font-family: RobotoLight;
    src: url("fonts/Roboto-Light.ttf");
}*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;font-family: 'Open Sans', sans-serif, Tahoma; color: #373d41;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight: lighter;}
h1{
    font-size:22px;
}
h2{
    font-size: 20px;
}
h3{
    font-size: 18px;
}
h4{
    font-size: 17px;
}
q:before,q:after{content:'';}
body{background: url("images/bg.png") #f5f5f3;}
p{line-height: 160%;}

/* sys css */

.h20{height:20px;}
.h30{height:30px;}
.middle{width: 1150px;margin: 0 auto;}
.clear{clear:both;}
.left{float:left;}
.right{float:right;}
.bgwhite{background: white;}


/* main css */


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
.embed-container { 
        position: relative; 
        padding-bottom: 56.25%;
        height: 0;
        max-width: 100%;
        height: auto;
            margin: 20px 0 20px 0px;
    } 

    .embed-container iframe,
    .embed-container object,
    .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#wrapper{
    width: 100%;
    margin: 0 auto;
}

#header{

}

#header_top{
    height: 80px;
    background: #45525b;
}

/* top menu style */
#header_menu{
    height: 50px;
    border-top: 2px solid #c7cad4;
    border-bottom: 2px solid #c7cad4;
    background: #ffffff;
    margin-bottom: 30px;
    
}

#header_menu>ul{
    position: relative;
}
#header_menu li{
   display: block;
   position: relative;
   float: left;
}
#header_menu ul li a, #header_menu ul li span{
    height: 34px;
    text-decoration: none;
    color: #465c7a;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 16px 15px 0 70px;
    position:relative;
    display: block;
    float: left;
    cursor: pointer;
}



#header_menu ul li i{
    margin: 4px 0px 0px 10px;
    display: block;
    float: right;
    font-size: 12px;
    transition:300ms all;
}

#header_menuul li a:hover, #header_menu ul li span:hover{
    border-bottom: 2px solid red;
    color: #ee700e;
}

#header_menu span.more{
    cursor: pointer;
}

#header_menu ul li a:before, #header_menu ul li a.current:before, #header_menu ul li span:before, #header_menu ul li span.current:before{
    content: "";
    position: absolute;
    background-position: 0 -24px;
    width: 40px;
    height: 27px;
    left: 20px;
    top: 12px;
}
#header_menu .slots{
    position:relative;
}
#header_menu .slots:before{
    background: url("images/slots-btn.png") no-repeat;
}
#header_menu .casino:before{
    background: url("images/chip-btn.png") no-repeat;
}
#header_menu .bj:before{
    background: url("images/bj-btn.png") no-repeat;
}
#header_menu .roul:before{
    background: url("images/roulette-btn.png") no-repeat;
    top:10px;
}
#header_menu .poker:before{
    background: url("images/card-btn.png") no-repeat;
}
#header_menu .slots:hover:before, #header_menu .slots.current:before{
    background: url("images/slots-btn-hover.png") no-repeat;
}
#header_menu .casino:hover:before, #header_menu .casino.current:before{
    background: url("images/chip-btn-hover.png") no-repeat;
}
#header_menu .bj:hover:before, #header_menu .bj.current:before{
    background: url("images/bj-btn-hover.png") no-repeat;
}
#header_menu .roul:hover:before, #header_menu .roul.current:before{
    background: url("images/roulette-btn-hover.png") no-repeat;
}
#header_menu .poker:hover:before, #header_menu .poker.current:before{
    background: url("images/card-btn-hover.png") no-repeat;
}

.more-list{
background: #ffffff;
    border: 2px solid #c7cad4;
    border-top: 2px solid #ffffff;
    width: 220px;
    top: 50px;
    position: absolute;
    z-index: 999;
    display: none;
   
}
.more:hover .more-list{
    display: block;
}
.more:hover i{
    transform:rotate(90deg);
}
.more-list a{
    border-bottom: 1px dashed #c7cad4;
    display: block;
}

.more-list a:last-of-type{
    border-bottom: 0;
}

.more-list a:hover{
    color: #ee700e;
}
/* /top menu style */

#content{
    min-height: 800px; /*remove */
}

.lcol{
    float: left;
    width: 800px;
}

.rcol{
    width: 300px;
    float: right;
}

#footer{
    height: 100px;
    background: #45525b;
}

/****** sidebar blocks *****/

.sb_block{
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
}

.sb_block .head, #mp_casino_rating .head, .head{
    background: #dee1e4;
    border-bottom: 2px solid #cbd2d8;
    padding: 16px 0 14px 20px;
    text-transform: uppercase;
    color: #36444e;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    position: relative;
}
.nomargin{
    margin:0;
}
.nomarginbottom{
    margin-bottom:0;
}

.sb_block .all_link, #mp_casino_rating .all_link, .all_link{
    width: 35px;
    height: 29px;
    background: url("images/sb_all.png");
    display: block;
    position: absolute;
    top: 10px;
    right: -4px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    text-transform: lowercase;
    padding: 5px 0 0 20px;
}

.sb_block .body, #mp_casino_rating .body{
    background: #ffffff;
    padding: 20px;
    border-bottom: 2px solid #dee1e4;
}

.sb_block .body .listing{
    margin: -10px 0 0 0;
}

.sb_block .body .listing li{
    border-bottom: 2px solid #eff1f4;
    padding: 10px 0;
}

.sb_block .body .listing li:last-of-type{
    padding: 10px 0 0;
    border-bottom: 0;
}

.sb_block .body .listing .date{
    background: #e1e5ea;
    font-size: 12px;
    color: #36444e;
    width: 50px;
    padding: 3px 5px;
    float: left;
    border-radius: 5px;
    margin: 0 10px 0 0;
    font-family: 'Open Sans', sans-serif;
}

.sb_block .body .listing a.content{
    text-decoration: none;
    color: #373d41;
    font-size: 13px;
    display:block;
    font-family: 'Open Sans', sans-serif;
}

.sb_block .body .listing a.content:after{
    content: " >>";
    color: #ee700e;
}

.sb_block .body .listing a.content:hover{
    text-decoration: underline;
}

/* banner */
.sb_imagelink{
    background: silver;
    height:250px;
    width:300px;
    margin-bottom: 30px;
}

.voting label{
    display:block;
    padding: 3px 0 3px 10px;
}

.vote_answers{
    padding: 7px 0;
    border-top: 2px solid #eff1f4;
    border-bottom: 2px solid #eff1f4;
    margin: 5px 0 10px;
}


/***** main page *****/
#mp_casino_rating{
    float: left;
    width: 490px;
}

#mp_big_img{
    float: right;
    background: silver;
    height: 340px;
    width: 280px;
}
.listing .date{
    float: left;
    margin:0 10px 0 0;
}
.listing li, #mp_casino_listing li{
     list-style: none;
    height: 47px;
    border-bottom: 2px solid #eff1f4;
}
.listing li{
    height: 30px;
}
#mp_casino_listing li:last-of-type{
    border-bottom: 0;
}

#mp_casino_listing div{
    float: left;
}

#mp_casino_listing .rate{
    width: 30px;
    padding: 16px 0 0 10px;
}

#mp_casino_listing .rate span{
    padding: 1px 5px;
    font-size: 13px;
    border: 1px solid #c9cdd3;
    border-radius: 3px;
}

#mp_casino_listing .icon{
    width: 55px;
}

#mp_casino_listing .icon img{
    width: 40px;
    height: 30px;
    background: red;
    margin:9px 0 0 0;
}

#mp_casino_listing .name{
    padding: 14px 0 0 0;
}

#mp_casino_listing .button{
    width: 100px;
    float: right;
    margin: 15px 0 0 0;
    
}

#mp_casino_listing .button a{
    background: #12ae9b;
    border-radius:4px;
    color:#ffffff;
    text-decoration: none;
    padding: 3px 5px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.fullblock{
    background: #ffffff;
    padding: 30px 20px 20px 20px;
    border-bottom: 2px solid #dee1e4;
    margin-bottom: 30px;
}

.fullblock h1{
    font-weight: normal;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 18px 0;
    padding: 0;
}

/***** promoslots on homepage *****/

#promoslots .head{
    background: #dee1e4;
    border-bottom: 2px solid #a0a4aa;
    padding: 16px 0 14px 20px;
    text-transform: uppercase;
    color: #36444e;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    position: relative;
}

#promoslots .amount{
    background: #12ae9b;
    color: #fff;
    text-transform:uppercase;
    display:block;
    position: absolute;
    top:0;
    right:0;
    width: 130px;
    font-size: 13px;
    height: 34px;
    padding: 10px;
    text-align: right;
}


#promoslots .body{
    background: #bfc1c6;
    overflow: hidden;
    position: relative;
}

#promoslots .item{
    width:152px;
    height:135px;
    float:left;
    margin: 15px 20px 5px;
    transition:1s all;
}

#promoslots .item a{
    text-decoration: none;
    color: #36444e;
    display: block;
}

#promoslots .item img{
    width:152px;
    height: 95px;
    background: red;
    margin: 0 0 5px 0;
}

#promoslots .name{
    font-size: 14px;
    font-weight: bold;
}

#promoslots .software{
    font-size: 12px;
}

#promoslots .spin{
    float: left;
    margin: 50px 0 0 50px;
}

#promoslots .spin span{
    display: block;
    background: #ee700e;
    width: 150px;
    height: 35px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    padding: 10px 0 0 0;
    cursor:pointer;
}

/***** bonuses on homepage */

#mp_bonuses{
    margin: 0 0 30px 0;
}

#primary_bonus{
    width: 200px;
    float: left;
    height: 240px;
    position: relative;
    background: #45525b;
}

#primary_bonus .bonus_medal{
    width: 44px;
    height: 52px;
    background: url("images/primary_bonus.png") no-repeat;
    padding: 22px 15px 0;
    color: #373d41;
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 11px;
    text-align: center;
}

#primary_bonus .bonus_title{
    background: #dee1e4;
    padding: 20px 0 20px 20px;
    text-transform: uppercase;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    line-height: 1.4;
}

#primary_bonus .bonus_title span{
    font-size: 20px;
    text-transform: none;
    font-weight: normal;
}

#primary_bonus .bonus_body{
    padding: 15px 15px 31px 15px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    font-size: 14px;
    line-height: 1.4;
}

#primary_bonus .bonus_get{
    background: #ee700e;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px 10px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}


#last_bonuses{
    width: 570px;
    float: right;
}

#last_bonuses.listing{
    width: 100%;
}

#last_bonuses .body{
    background: #ffffff;
    padding: 20px;
    min-height: 143px;
}

#last_bonuses ul li{
    padding: 5px 0;
    border-bottom: 1px dotted #dee1e4;
    font-size: 15px;
}

#last_bonuses ul li:last-of-type{
    border-bottom: 0;
}

#last_bonuses .casino_name{
    width: 150px;
    float: left;
}

#last_bonuses .casino_name img{
    width: 16px;
    height: 16px;
    background: blue;
    margin: 0 10px 0 0;
    float: left;
}

#last_bonuses .bonus_type{
    width: 170px;
    float: left;
}

#last_bonuses .bonus_till{
    width: 130px;
    float: left;
}

#last_bonuses .bonus_get{
    width: 70px;
    float: right;
}

#last_bonuses .bonus_get a{
    text-decoration: none;
    color: #ffffff;
    background: #12ae9b;
    border-radius: 3px;
    display: block;
    float: right;
    padding: 2px 6px;
}

/***** slot page *****/
.slot_top{
    background: #ffffff;
    padding: 35px 35px 35px 25px;
    border-bottom: 2px solid #dee0e1;
    margin-bottom: 30px;
}

.slot_top img{
    width: 240px;
    height: 150px;
    background: red;
    float: left;
    margin-right: 50px;
}

.slot_top h1{
    text-transform: uppercase;
    font-size: 22px;
    padding: 0;
    margin: 0 0 20px 0;
}
.slot_top p{
    margin-left: 310px;
}

.slotblockwrap{
    background: #3c4851;
    padding: 0 0 35px 0;
    margin: 0 0 30px 0;
}

.slotcol{
    float: left;
}

.similarslotscol{
  /*  background: red;*/
  text-align: center;
  width: 200px;
  float: right;
  margin: 20px 0 0 0;
}

.slotsys{
    height: 20px;
    padding: 15px 0;
}

.bugreport{
    float: right;
    color: #89939f;
    font-size: 13px;
    padding: 15px 0 0 0;
}

.slotdiv{
    width: 888px;
    height: 666px;
    background: #4c575b;
}

#iframe{
    position: relative;
    width: 888px;
    height: 666px;
    display: block;
    background: #2d373d;
}

#slot-features{
    margin: 0 0 30px 0;
}

#slot-features .body{
    padding: 25px;
}

#slot-features .col{

}

#featured-symbols, #comments{
    margin: 0 0 30px 0;
}

#featured-symbols .body, #comments .body{
    padding: 20px;
}

#featured-symbols .item{
    border-bottom: 2px solid #eff1f4;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

#featured-symbols .item:last-of-type{
    border-bottom: 0;
    padding: 0;
    margin: 0;
}

#featured-symbols .item img{
    float: left;
    width: 120px;
    height: 120px;
    background: #cbd2d8;
}

#featured-symbols .symbol_body{
    margin-left: 150px;
}

#featured-symbols .symbol_body h3{
    text-transform: uppercase;
    padding: 10px 0 20px 0;
}

#featured-symbols .symbol_body p{
    line-height: 1.4;
}

#slot_gallery{
    background: silver;
    width: 300px;
    height: 250px;
    margin: 0 0 30px 0;
}

/***** breadcrumbs *****/
.breadcrumbs{
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 13px;
    color: #36444e;
}

.breadcrumbs a{
    text-decoration: none;
    padding: 0 7px;
    color: #f47826;
}

.breadcrumbs span{
    padding: 0 7px;
}

.breadcrumbs a:hover{
    text-decoration: underline;
}

/***** free-slots *****/
#all_slots{
    background: #ffffff;
    
}

#query_block{
    position: relative;
    padding: 25px 25px 20px 25px;
    border-bottom: 1px dashed #f6b786;
}

#query_block h1{
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-size: 18px;
}

#query_block p{

}

#query_block .read_more{
    position: absolute;
    bottom: 0;
    right: 0;
    display:block;
    padding: 3px 6px;
    color: #ffffff;
    background: #ee700e;
    font-size: 13px;
    cursor: pointer;
}

#slots_listing{
    background: #fdf0e6;
    padding: 10px 0 0 0;
}

.listing_item{
    float: left;
    width: 240px;
    height: 200px;
    margin: 13px;
    background: #dee1e4;
    position: relative;
}

.listing_item img.brand{
    width: 240px;
    height: 150px;
    background: red;
    margin: 0 0 5px 0;
}

.listing_item a.slot_name{
    text-transform: uppercase;
    font-size: 14px;
    color: #373d41;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    padding: 0 0 0 10px;
}

.listing_item span{
    display: block;
    padding: 3px 0 0 10px;
    font-size: 14px;
}

.listing_item .slot_rating_block{
    width: 110px;
    height: 24px;
    position: absolute;
    top: 100px;
    left: 75px;
    display: none;
    cursor: pointer;
}
.listing_item:hover .slot_rating_block{
display: block;
}
/***** search filters *****/
.slots_filters{

}
.landing_list a{
    text-decoration: none;
}
.landing_list a:hover{
    text-decoration: underline;
}
.landing_list ul{
    list-style: disc;
    padding: 0 15px;
}
.landing_list li{
    padding: 2px 0;
}

.slots_filters select{
    padding: 2px;
    border-radius: 3px;
    outline: none;
}

/*<Alexus>*/
.f_block{
    display: inline-block;
    border: 1px solid #dadcde;
    margin: 0px 33px 0 0px;
}
.f_block:last-child{
    margin:0;
}
.f_row{
    border-bottom:1px solid #dadcde;
}
.f_row:last-child{
    border:none;
}
.f_name{
    float: left;
    width: 140px;
    margin: 5px 15px;
}
.f_value{
 float: right;
 width: 55px;
 background: #9badb5;
 color: #fff;
 padding: 5px 0 5px 0;
 text-align: center;
}
#slot_gallery{
    position: relative;
}
#slot_gallery #move_left, #slot_gallery #move_right{
    position: absolute;
    width:40px;
    background:#000;
    opacity: 0.3;
    z-index: 1;
    cursor: pointer;
    top:0;
}
#slot_gallery #move_left{
    left:0;
}
#slot_gallery #move_right{
    right:0;
}
#gallery_list{
    width:300px!important;
    height:250px;
}
a.gallery_item{
    display: block;
    width:300px;
    height:250px;
}
#gallery_list li{
    transition:500ms all;
}
#gallery_list li:hover{
    opacity: 0.8;
}
#gallery_list li a:hover:before{
    content: "\f00e";
    font-family: FontAwesome;
    position: absolute;
    color: #fff;
    font-size: 45px;
    top: 100px;
    left: 130px;
}
a.gallery_item img{
    width:300px;
    height:250px;
}
.similarslotscol{
    overflow: hidden;
    
}
.similarslotscol li{
    height:170px;
}
.similarslotscol a{
    text-decoration: none;
}
.similarslotscol .prev, .similarslotscol .next{
    font-size: 30px;
    color:#6a727d;
}
.similiar_name{
    color: #fff;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.similiar_soft{
    color: #BCC9D0;
    line-height: 12px;
    font-size: 14px;
}
.slotcol{
    margin: 0 0 30px 0px;
}
.slotbot{
    width: 100%;
    height:75px;
    background: #4c575b;
}
.slotbot .like, .slotbot .dislike{
    width:200px;
    height:30px;
    line-height: 30px;
    background: #5e6a6e;
    display: inline-block;
    margin:22px;
    text-align: center;
    font-size: 20px;
    word-spacing: 12px;
    cursor: pointer;
}
.slotbot .like{
    color:#a8b7d5;
}
.slotbot .dislike{
    color:#cc8386;
}
.slotbot .arrow{
    font-size: 18px;
}

label{
    display: block;
}
.slot_wrap{
}
.up{
    width:576px;
    height:auto;
}
#promoslots .spin {
    position: absolute;
    right:24px;
}
#promoslots .body{
    height:155px;
}
.modal{
    position: fixed;
    width:500px;
    height:300px;
    top:20%;
    left:20%;
    z-index:1001;
    -webkit-box-shadow: 5px 5px 13px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 13px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 13px 0px rgba(0,0,0,0.75);
}
.modal div{
    padding: 20px;
}
.modal form{
    position: relative;
}
.modal textarea{
    width: 100%;
    height:100px;
}
.modal input{
    padding:0 10px;
    margin: 10px 0;
}
.modal .close{
    position: absolute;
    right:0;
    top:0;
    padding: 7px;
    cursor: pointer;
    font-size: 20px;
}
.overlay{
    display: none;
    opacity:0.5;
    background-color:#000;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1000;
}
.bread{
    margin: 0 0px 30px 25px;
    text-transform: uppercase;
}
.bread, .bread a{
    color:#f47826;
    text-decoration: none;
}
.bread ul, .bread ul li{
    display: inline;
}
.bread span.name, .bread i.spacer{
    color:#36444e;
}
.bread i.spacer{
    margin:0 7px 0 10px;
}
.social{
    margin:25px 0 0 0;
    float: right;
}
.social a{
    text-decoration: none;
    margin: 0 0 0 15px;
    font-size: 30px;
    float: left;
    display: block;
}
.social a i{
    transition:300ms all;
}
.fa-facebook{
    color:#5b6d90;
}
.fa-twitter{
    color:#67a7c2;
}
.fa-rss{
    color:#926f50;
}
.fa-google-plus{
    color:#ae6459;
}
.fa-instagram{
    color:#517fa4;
}
.fa-facebook:hover{
    color:#7b8da0;
}
.fa-twitter:hover{
    color:#87c7e2;
}
.fa-rss:hover{
    color:#b28f70;
}
.fa-google-plus:hover{
    color:#ce8479;
}
.fa-instagram:hover{
    color:#719fc4;
}
.searchform{
    float: right;
    position: relative;
    margin:25px 0 0 50px;
}

input#s{
    border-radius: 15px;
    border: 1px solid #8b9399;
    background: #45525b;
    color: #fff;
    outline: none;
    width: 300px;
    height: 30px;
    font-size: 16px;
    padding: 0 0 0 10px;
    transition: 300ms all;
}
input#s:focus{
    background:#fff;
    color:#6f7980;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
#search-submit{
    font-family: "FontAwesome";
    background:none;
    border:none;
    color:#6f7980;
    font-size: 19px;
    position: absolute;
    top: 5px;
    right: 9px;
    cursor:pointer;
}
#mp_casino_listing .button.orange a {
    background:#ee700e;
}
.fullblock #mp_casino_listing .button{
    width:70px;
}
.oc_content ul, .oc_content ol{
    padding: 10px 0px 10px 20px;
    list-style: circle;
}
.rcol #mp_casino_listing .button {
    margin: 15px 8px 0px 0px;
    width:auto;

}
.rcol #mp_casino_listing .name {
    max-width: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.logo{
    margin:5px 0 0 0;
}
 .conts iframe{
    margin: 15px auto;

}
.conts h2,.conts h3,.conts h4,.conts h5{
    padding:10px 0;
}
.conts table{
    width: 100%;
    border-right:1px solid #cbd2d8;
    border-left:1px solid #cbd2d8;
    margin:15px 0;
}
.conts table th{
 background: #dee1e4;
 border-bottom: 2px solid #cbd2d8;
 padding: 10px 0 10px 10px;
 color: #36444e;
 font-family: 'Open Sans', sans-serif;
 font-size: 18px;
 position: relative;
}
.conts p, .fullblock p, .slot_top p{
    text-align: justify;
}
.conts ol, .txt_n ul{
    list-style-position: inside;
} 
.conts ul{
    list-style-type: circle;
}
.conts ol{
    list-style-type: decimal;
}
.conts li{
    padding: 10px 0px 10px 0;
}

.conts table tr:nth-child(odd){
    background: #EBEEF1;
}
.conts table tr:nth-child(even){

}
.conts table td{
    padding: 5px 0 5px 10px;
}
.conts table th:nth-child(even),.txt_n table td:nth-child(even){
    border-left:1px solid #cbd2d8;
}
.conts ol.step {
    counter-reset:li; /* Initiate a counter */
    margin: 15px 0;
}
.conts ol.step > li {
    position:relative; /* Create a positioning context */
    margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */
    padding:4px 8px; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */
    background:#f6f6f6;
}
.conts ol.step > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:0;
    left:-2em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:2em;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right:8px;
    padding:4px;
    color:#fff;
    background:#EE700E;
    font-weight:bold;
    text-align:center;
}
#all_slots{
    margin-bottom: 30px;
}
.contents{
    overflow: hidden;
    height: 147px;
}
#last_bonuses.casino_single .bonus_type{
    width:400px;
}
.tags{
    padding:20px 0 0 0;
}
.more_slots{
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
}
.more_slots a{
    display: block;
    padding:10px 30px;
    background: #ee700e;
    color: #fff;
    text-decoration: none;
}
/*</Alexus>*/



/* suf 23-02-18 */
h2,h3{
	margin: 20px 0 10px;
}

.fullblock ul li{
	list-style: disc;
	margin: 3px 0 3px 25px;
	    line-height: 160%;
}
.active{
    font-weight: bold;
}
/* </suf 23-02-18> */

.ratings{
    padding: 20px;
}
.ratings div, .ratings span{
    color:#fff;
}
mark.new{
    position: absolute;
    right: 0px;
    top: 1px;
    color: #fff;
    background: #f00;
    padding: 5px;
    font-size: 8px;
    border-radius: 50px;
    font-style: normal;
    width: 7px;
    height: 7px;
    text-align: center;
    font-weight: bold;
    line-height: 7px;
}
.ifr_bg{
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    opacity: 0.4;
    position:relative;
    width:100%;
    height:100%;
}
#game_src{
      margin: auto;
    position: absolute;
    top: 40%;
    left: 0;
    /* display: table-cell; */
    /* bottom: 0; */
    right: 0;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    height: 30px;
    width: 132px;
    padding: 20px 50px;
    background: #738188;
    vertical-align: middle;
    font-size: 25px;
    line-height: 24px;
    border: 1px solid #fff;
}