.more_div {
    clear: both;
    padding-top: 20px;
}

.more_button {
    background: none repeat scroll 0 0 #000;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    width: 150px;
    color: #fff;
    text-align: center;
}

.more_div a {
    color: #fff;
    text-decoration: none;
}

.freeGame_modal__playNowBtn,
.freeGame_modal__playNowBtn1 {
    height: 55px !important;
    width: 244px !important;
    background: #30B000;
}

.freeGame_btn {
    margin-right: 2px;
}

.arcticmodal-container_i {
    height: 100%;
    margin: 5rem auto;
    width: 100%;
}

.arcticmodal-container_i2 {
    background: #033e4e;
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.box-heading3 {
    background: url("/img/header-box-bg.jpg") repeat-x;
    border-bottom: 1px solid #565656;
    border-top: 5px solid #3e3e3e;
    height: 45px;
    color: #fff;
    font-size: 22px;
    line-height: 46px;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 0;
}

.box-heading_inside {
    position: absolute;
    background: url("/img/header-box-bg_inside.png") center no-repeat;
    width: 93%;
    height: 40px;
    z-index: 0;
    border-radius: 7px 7px 0px 0px;
    bottom: -1px;
    margin: 0px 3.5%;
    z-index: -1;
}

.freegamestop {
    display: inline-block;
    background-image: url('/images/sprites/sprite-hp.png');
    background-repeat: no-repeat;
    background-position: -160px -111px;
    height: 48px;
    width: 48px;
    left: 8px;
    position: absolute;
    top: -10px;
}

.sort_box {
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #fff 65%, #E1E2E2 100%);
    background: -moz-linear-gradient(top, #fff 0%, #fff 50%, #fff 65%, #E1E2E2 100%);
    background: -o-linear-gradient(top, #fff 0%, #fff 50%, #fff 65%, #E1E2E2 100%);
    background: -ms-linear-gradient(top, #fff 0%, #fff 50%, #fff 65%, #E1E2E2 100%);
    background: linear-gradient(top, #fff 0%, #fff 50%, #fff 65%, #E1E2E2 100%);
    border-bottom: 1px solid #565656;
}

.sort_box_label {
    font-weight: 700;
}
/*Style for select box*/
.sort_games__block__select {
    display: inline-block;
}

.selectBox-dropdown {
    width: 105px;
    border: 1px solid #cfcfcf;
    border-radius: 0px;
    background: #fff;
    line-height: 20px;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 100%;
    background: url("/img/sprite-elements.png") no-repeat;
    background-position: -178px -352px;
    border-left: none;
}

.selectBox-dropdown-menu a {
    color: #000;
    text-decoration: none;
}

/*End Style for select box*/

.casinoGames-outer {
    padding: 10px;
}

.casinoGames_section {
    border: 1px solid #d9d9d9;
    background: #fff;
    padding: 5px;
    box-sizing: border-box;
    width: 31%;
    float: left;
    margin-right: 32px;
}

.casinoGames_title {
    height: 22px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
}

.casinoGames_img {
    overflow: hidden;
    margin-bottom: 10px;
    margin-left: 2px;
    min-height: 287px;
}

.freeGame_popup > img {
    height: auto;
    width: 200px;
}

.freeGame_btn {
    display: block;
    float: right;
    margin-bottom: 5px;
    -moz-box-shadow: inset 0px 1px 0px 0px #f9eca0;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f9eca0;
    box-shadow: inset 0px 1px 0px 0px #f9eca0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f0c911), color-stop(1, #f2ab1e));
    background: -moz-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
    background: -webkit-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
    background: -o-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
    background: -ms-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
    background: linear-gradient(to bottom, #f0c911 5%, #f2ab1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e',GradientType=0);
    background-color: #f0c911;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #f0c2b8;
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 5px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ded17c;
}

.freeGame_btn:before {
    content: 'Play Now';
}

.freeGame_btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f2ab1e), color-stop(1, #f0c911));
    background: -moz-linear-gradient(top, #f2ab1e 5%, #f0c911 100%);
    background: -webkit-linear-gradient(top, #f2ab1e 5%, #f0c911 100%);
    background:- o-linear-gradient(top, #f2ab1e 5%, #f0c911 100%);
    background: -ms-linear-gradient(top, #f2ab1e 5%, #f0c911 100%);
    background: linear-gradient(to bottom, #f2ab1e 5%, #f0c911 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab1e', endColorstr='#f0c911',GradientType=0);
    background-color:#f2ab1e;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.freeGame_reiting_row {
    width: 76px;
    height: 15px;
    float: left;
    margin: 3px 8px 0px 8px;
    margin-left: 2px;
}

.freeGame_reiting_line {
    height: 14px;
    width: 0;
    background: url("/img/star-rating.png") bottom left repeat-x;
}

.freeGame_reiting_label {
    font-size: 12px;
    text-align: center;
    letter-spacing: -1px;
    margin: 0 auto 0 -20px!important;
    white-space: nowrap;
}

/* modal window style */
.freeGame_modal {
    padding: 10px;
    position: relative;
}

.freeGame_modal__title {
    background: #fff;
    font: 38px Arial,Helvetica,sans-serif;
    margin: -33px -33px 10px -33px;
    text-align: left;
    padding-left: 35px;
}

.freeGame_modal .arcticmodal-close {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    text-decoration: none;
    position: absolute;
    top: -30px;
    right: 5px;
}

.freeGame_modal .arcticmodal-close:hover {
    text-decoration: underline;
}

.freeGame_modal .arcticmodal-close:after {
    content: 'x';
    color: #000;
    font-family: cursive;
    font-size: 32px;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    font-weight: 700;
}

.freeGame_modal__main {
    width: 701px;
    height: 555px;
    overflow: hidden;
    margin-left: 290px;
}

.freeGame_modal__left {
    float: left;
    width: 280px;
    text-align: center;
}

.freeGame_modal__aside_title {
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 70px;
}

.freeGame_modal__aside_title .refl, .freeGame_modal__aside_title .elrefl {
    font-size: 30px;
}

.elrefl, .refl {
    color: #fff;
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.refl {display:none}

.#OFFrefl {
    font-family: Arial,Helvetica,sans-serif;
    position: absolute;
    z-index: -1;
    top: 21px;
    left: 4px;
    opacity: 0.5;
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    color: #D7D7D7;
}

.#modern .#refl {
    opacity: .25;
}

.#ie9 .#refl {
    margin-top: 20px;
    margin-left: -10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(opacity=.25) progid:DXImageTransform.Microsoft.Blur(PixelRadius='3', MakeShadow='false') progid:DXImageTransform.Microsoft.MotionBlur(strength=15, direction=0) progid:DXImageTransform.Microsoft.Blur(PixelRadius='3', MakeShadow='false');"
}

.#oldie .#refl {
    margin-top: -20px;
    margin-left: -7px;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#99000000, endColorstr=#00000000)
            progid:DXImageTransform.Microsoft.BasicImage(mirror=1, rotation=2, opacity=.35)
            progid:DXImageTransform.Microsoft.Blur(PixelRadius='3', MakeShadow='false')
            progid:DXImageTransform.Microsoft.MotionBlur(strength=15, direction=0)
            progid:DXImageTransform.Microsoft.Blur(PixelRadius='3', MakeShadow='false');
}

.freeGame_modal__numerical {
    list-style: none;
    font-family: Arial,Helvetica,sans-serif;
    padding: 10px;
}

.freeGame_modal__numerical li {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    padding-left: 35px;
    position: relative;
    text-align: left;
    margin-bottom: 10px;
}

.freeGame_modal__numerical li a {
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.freeGame_modal__numerical li:before {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: 0px;
    line-height: 30px;
}

.freeGame_modal__numerical li:nth-child(2):before {
    content: "2";
}

.freeGame_modal__numerical li:nth-child(3):before {
    content: "3";
}

.freeGame_modal__numerical li:first-child:before {
    content: "1";
    font-size: 30px;
}

.freeGame_modal__playNowBtn, .freeGame_modal__playNowBtn1 {
    display: inline-block;
    width: 172px;
    height: 36px;
    text-decoration: none;
}

.freeGame_modal__playNowBtn::before, .freeGame_modal__playNowBtn1::before {
    color: #fff;
    content: 'Jetzt spielen';
    font-size: 24px;
    font-weight: bold;
    position: relative;
    left: 40px;
    top: 12px;
}

.freeGame_modal__stars-block  {
    margin: 20px 0 0;
}

.freeGame_modal__stars-block .title {
    color: #fff;
    font-size: 16px;
    margin: 0 0 5px;
}

.freeGame_modal__stars-block ul {
    padding: 0px;
}

.freeGame_modal__stars-block li {
    display: inline-block;
    width: 30px;
    height: 28px;
    cursor: pointer;
    padding: 0;
    background: url("/img/sprite-elements.png") no-repeat;
    background-position: -387px -30px;
}

.freeGame_modal__stars-block li.active,
.freeGame_modal__stars-block li:hover{
    display: inline-block;
    width: 30px;
    height: 28px;
    cursor: pointer;
    padding: 0;
    background: url("/img/sprite-elements.png") no-repeat;
    background-position: -358px -30px;
}

.freeGame_modal__stars-block li:hover {
    opacity: 0.5;
}
/* End modal window style */

/* rating stars begin */
.freeGame_reiting_row .star-top {
    display: inline-block !important;
    width: auto;
}

.freeGame_reiting_row .star-top{
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.freeGame_reiting_row .star-icons-fill {
    display: block;
    float: left;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    white-space: nowrap;
}

.freeGame_reiting_row i {
    color: #646464;
    font-size: 12px;
    margin: 0;
}

.freeGame_reiting_row .star-icons-fill i {
    color: #f49223;
}
/* rating stars end */

@media screen and (min-width: 941px) {
    .casinoGames-outer>div:nth-child(n+4) {
        margin-top: 10px;
    }
    .casinoGames-outer>div:nth-child(3n+3) {
        margin-right: 0px;
    }
}

@media screen and (max-width: 940px) {
    .casinoGames_img {
        width: 100%;
        height: auto;
        text-align: center;
    }
    .casinoGames_img img {
        width: 100%;
        height: auto;
        max-width: 200px;
    }
    /*modal*/
    .freeGame_modal__left {
        float: none;
        width: 100%;
    }

    .freeGame_modal__main {
        margin: 0px;
        width: 100%;
        height: auto;
    }
    .freeGame_modal__aside_title {
        text-align: left;
    }

    .freeGame_modal__adide-img {
        float: left;
        margin-right: 10px;
    }
    .freeGame_modal__numerical {
        margin-left: 200px;
    }
    .freeGame_modal__numerical li {
        line-height: 32px;
    }
    .freeGame_modal__main img {
        width: 100%;
    }
}
@media screen and (max-width: 940px) and (min-width: 631px) {
    .casinoGames_section {
        width: 24%;
        margin-right: 7px;
    }
    .casinoGames-outer>div:nth-child(n+5) {
        margin-top: 10px;
    }
    .casinoGames-outer>div:nth-child(4n+4) {
        margin-right: 0px;
    }
    .casinoGames-outer>div:nth-child(3n+3) {
        margin-right: 8px;
    }
    .casinoGames-outer>div:nth-child(4) {
        margin-top: 0px;
    }
    .freeGame_reiting_row {
        float: none;
        margin: auto;
    }
    .freeGame_btn {
        float: none;
        margin: 30px auto 0 45px;
    }
}

@media screen and (max-width: 630px) {
    .sort_box {
        height: auto;
    }
    .sort_box_label {
        display: block;
        line-height: 30px;
    }
    .casinoGames_section {
        width: 49%;
    }

    .casinoGames-outer>div:nth-child(n+3) {
        margin-top: 10px;
    }
    .casinoGames-outer>div:nth-child(2n+2) {
        margin-right: 0px;
    }

}
@media screen and (max-width: 480px) {
    #freegamesblock {#display: none;}
    .sort_games__block__select {
        display: block;
        margin-bottom: 5px;
    }
    .casinoGames_section {
        width: 100%;
    }
    .box-heading3 {
        font-size: 14px;
    }
    .freeGame_modal__adide-img {
        float: none;
        margin-right: 0px;
    }
    .freeGame_modal__aside_title {
        text-align: center;
    }
    .freeGame_modal__aside_title .refl {
        left: 0px;
        right: 0px;
    }
    .freeGame_modal__title {
        margin-top: 20px;
    }
    .freeGame_modal__numerical {
        margin-left: 0px;
    }
}
@font-face {
    font-family: 'Bebas';
    src: url('fonts/Bebas.eot?#iefix') format('embedded-opentype'),  url('fonts/Bebas.woff') format('woff'), url('fonts/Bebas.ttf')  format('truetype'), url('fonts/Bebas.svg#Bebas') format('svg');
    font-weight: normal;
    font-style: normal;
}

.arcticmodal-container_i2 {
    background: none;
}

.freeGame_modal__title {
    float: left;
    font-size: 28px;
    font-family: 'Bebas';
    position: relative;
    background: transparent;
    margin: 0;
    padding-left: 0;
}

.freeGame_modal__main {
    width: 100%;
    height: 555px;
    overflow: hidden;
    margin-left: 0;
}

.freeGame_modal__aside_title {
    font-family: verdana,arial,sans serif;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    color: #000;
    padding: 0;
    margin: 0;
    float: left;
}

.freeGame_modal__aside_title div {
    font-family: verdana,arial,sans serif;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    color: #000;
}

.freeGame_modal__numerical {
    list-style-type: none;
    float: left;
    clear: left;
    padding:0;
    margin: 0;
}

.freeGame_modal__numerical li a,
.freeGame_modal__numerical li{
    font-family: verdana,arial,sans serif;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    padding:0;
    margin: 0;
    list-style-type: none;
    border:none;
    color: #000;
}

.freeGame_modal__numerical li:before {
    display: none;
}

.lightbox {
    position: relative;
    padding: 0;
}

.lightbox:after {
    content: '';
    display: block;
    clear: both;
}

.lightbox .playnow__rl {
    margin: 0;
}

.lightbox .playnow__rl:after {
    display:none;
}