.sliders-box{
    float: left;
    width: 650px;
}
.sliders-box li{
    display: inline-block;
    margin: 0px 10px 20px 5px;
}
.sliders-box li img{
    vertical-align: top;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
.sliders-box li img:hover{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
}
#scaleBoxesContainer{
    padding: 18px 0 20px;
}
.newHomePageTitle img {
    float: left;
    margin: 12px 0 0 70px;
}

.questionsHeaderBox {
    float: right;
    padding: 60px 0px 0 0;
    position: relative;
    right: -90px;
    clear: none;
}

.descstring{
    float: left;
    margin-left: 45px;
}

.newPageContent span {
    float: left;
    width: 100%;
    text-align: center;
    color: #004b90;
    font-family: arial;
    font-size: 21px;
    line-height: 24px;
    font-weight: bold;
}
.newHomePageList li {
    color: #004b90;
    float: left;
    font-family: arial;
    font-size: 22px;
    line-height: 100%;
    padding: 0px 0 20px 39px;
    position: relative;
    width: 100%;
    font-weight: bold;
}

.freeplayLoginModal_playBtn,
.freeplayLoginModal_playBtn:active {
    /*background-image: url("../../themes/img/freeplay/freeplay-new-enterBtn-zh-cn.png");*/
    background-image: none;
    background-color: #189AC7;
    border-radius: 7px;
    box-shadow: -4px -4px 7px rgba(0,0,0,0.7) inset, 4px 4px 7px rgba(255,255,255,0.25) inset;
    text-align: center;
    font-size: 38px;
    color: #fff;
    text-shadow: 2px 2px 3px #0D516B, 2px -2px 3px #0D516B, -2px 2px 3px #0D516B, -2px -2px 3px #0D516B;
}

.freeplayLoginModal_playBtn:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle;
}

.freeplay_name {
    /*top: 20%;*/
}

.newHomePageTitle h1, .newHomePageTitle h2 {
    display: block;
    text-align: center;
    color: #004B90;
    font-weight: 900;
}

.newHomePageTitle h1 {
    font-size: 36px;
}
.newHomePageTitle h2 {
    font-size: 21px;
}


@media (max-width: 1000px) {
    .sliders-box {
        width: 100%;
    }

    .sliders-box li {
        width: 45%;
    }

    .sliders-box li img {
        width: 100%;
    }

    .newHomePageTitle img {
        float:none;
    }

    .newPageSidebar {
        top:0;
        width: 100%;
        height: auto;
    }

    .newPageContent {
        margin-top: 50px;
    }

    .descstring {
        margin: 0;
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .pageContentBox {
        position: relative;
        z-index: 1;
    }
    .newHomePage {
        z-index: 1;
    }
    #switchMenu.menu.log {
        z-index: 9970;
        transform: translateZ(0);
    }
    #coolMenu {
        z-index: 9968;

    }

    .newHomePageTitle h1 {
        font: 23px Arial Black;
    }
    .newHomePageTitle h2 {
        padding-left: 0px;
        font: 20px Arial Black;
    }
    .sliders-box {
        float: left;
        width: 100%;
    }
    .sliders-box li {
        display: inline-block;
        margin: 0px 0 20px;
        padding: 0 9px;
        box-sizing: border-box;
        float: left;
        width: 50%;
    }
    .sliders-box li img {
        vertical-align: top;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        /*width: 125px;*/
    }
    .freeTrialBtnBox {
        float: none;
        position: static;
        margin: 15px 0px 0 0;
    }
    .freeTrialBtnBox .interactiveElementBtn {
        right: 50%;
        margin-right: -119px;
        position: static;
        margin: 0 auto;
        /*background: url("../../img/new-home-page/sprite.png") no-repeat 0 -452px #fb9601;*/
        background: none;
        border-radius: 10px;
    }
    .freeTrialBtnBox .interactiveElementBtn:before{
        background: url("../img/new-home-page/sprite.png") no-repeat 0 -452px;
        position: relative;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
    }
    .freeTrialBtnBox .interactiveElementBtn:before{
        display: none;
    }
    .newPageWrap h3 {
        color: #004b90;
        font: 25px Arial Black;
        padding-left: 0px;
        text-align: center;
    }
    .newPageSidebar .buyNowConteiner .interactiveElementBtn {
        bottom: auto;
        height: 52px;
        left: auto;
        margin: 0 auto;
        right: 53px;
        top: -5px;
        width: 237px;
        position: static;
    }
    .newPageSidebar > a img {
        display: block;
        position: static;
    }
    .newPageRewardsList li:nth-child(6) img {
        right: 0;
        width: 100%;
    }
    .footer_menu_box{
        display: block;
        visibility: visible;
    }
    .footer_menu_box .footer_menu li {
        display: inline-block;
        float: none;
        margin-right: 28px;
    }
    .footer_menu_box .footer_menu li:nth-child(1),
    .footer_menu_box .footer_menu li:nth-child(3),
    .footer_menu_box .footer_menu li:nth-child(5){
        display: none;
    }
    .newPageSidebar {
        float: right;
        width: 100%;
        position: relative;
        top: 10px;
    }

    .freeplayLoginModal_playBtn {
        font-size: 24px;
    }
}



@media (max-width:480px) {
    .sliders-box li {
        /*width: 100%;*/
        /*margin: 0;*/
    }

    .freeplayLoginModal_playBtn {
        font-size: 16px;
    }
}
