.top_game {
    margin: 0 3px;
    display: none;
}
.top_game #game_slider {
    overflow: hidden;
    max-height: 320px;
    position: relative;
    font-family: arial;
    margin-bottom: 10px;
    color: #fff;
}
.slides_container {
    width: 100%;
    //display: none;
}
.slides_container .slide {
    width: 980px;
    display: block;
    overflow: hidden;
    max-height: 320px;
}

.next, .prev {position: absolute; height: 179px; width: 29px; cursor: pointer; top: 20%; z-index: 101;}
.next {
    right:0px;
    background: url(../../../templates/mmo_game/images/bck/sprite.png) -686px 0px no-repeat;  
}
.prev {
    left:0px;
    background: url(../../../templates/mmo_game/images/bck/sprite.png) -596px 0px no-repeat;
}
/*
        Pagination
*/
.slides_control {width: 100%!important;}
.pagination {position: absolute;right: 72px;top: 285px; z-index: 101;}

#game_slider .pagination li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
#game_slider .pagination li a { 
    width: 17px; height: 20px; display: block; 
    background:url(../../../templates/mmo_game/images/bck/sprite.png) -17px -596px no-repeat; 
    cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; 
    -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

#game_slider .pagination li.current a{background:url(../../../templates/mmo_game/images/bck/sprite.png) 0px -596px no-repeat;}

.slider-img {
    z-index: -1;
    //overflow: hidden;
    position: absolute;
    /*height: 326px;*/
    width: 61%;
}

.title-s {height: 14%; text-align: left;}
.title-s a , .title-s a:hover {color: #fff; text-decoration: none;}
#game_slider p { font-size: 14px; text-align: justify; min-height: 40%;}
#game_slider .title-s div {font-size:24px;font-weight:bold;line-height:1;}

.slider-img img {
    width: 100%; /*height: 100%;*/
}

.separator-v {
    border-left: 4px none;
    height: 260px; position: absolute; z-index: 9;
    box-shadow: -28px 1px 32px 19px rgba(0, 0, 0, 0.89);
}

#game_slider a.play_now{color:#fff;height:47px; background:url(../../../templates/mmo_game/images/bck/sprite.png) no-repeat -438px -614px; 
            padding:0;width:170px;font-size:19px;font-family:Arial;line-height:47px;text-align:center;font-weight:bold; 
            display:block;text-decoration:none;}

.comment_box h2{border-bottom: medium none; border-top: 8px solid #1C1B20; color: #1C1B20; font-family: Arial;font-size: 16px;
            left: -20px; margin-bottom: 20px; padding-left: 20px; padding-top: 6px; position: relative; width: 280px;}

label.invalid { color: #ff0000; } input.invalid { border: 1px solid red !important; }
.tip {background-color: #fff;border: 1px #999 solid;padding: 5px;font-family: Arial, Helvetica, sans-serif;font-size: 11px;}
.tip-title {font-weight: bold;} .author {color: #87868a;font-size: 12px;}

.slider-info {
    width: 31%;float: right; padding: 25px 54px 0 31px;height: 100%;   
    background: url("../../../templates/mmo_game/images/bck/bg-slider.jpg") repeat scroll 0 0;  
}   

/**
 **media queries
 **/    

@media screen and (max-width: 900px) {
    #game_slider .title-s div {font-size: 2vw;}
    #game_slider p {font-size: 1.5vw;}
/*    .pagination {display: none;}*/
    .next, .prev {top: 16%;}
} 

@media screen and (max-width: 720px) {
    .content1.home {
        margin-bottom: -10px !important;
    }
    
    .top_game #game_slider {
        max-height: 100% !important;
    }
    .slides_container .slide {
        max-height: 100% !important;
    }
    #game_slider a.play_now.btn {
        background: #84001f;margin:0px auto;
        background-image: -webkit-linear-gradient(top, #84001f, #9d0629);
        background-image: linear-gradient(to bottom, #84001f, #9d0629);
        background-image: -moz-linear-gradient(top, #84001f, #9d0629);
        background-image: -ms-linear-gradient(top, #84001f, #9d0629);
        background-image: -o-linear-gradient(top, #84001f, #9d0629);
        -webkit-border-radius: 12;font-weight:bold;color: #ffffff;
        -moz-border-radius: 12; border-radius: 10px;
        font-family: Arial; font-size: 20px;
        padding: 0px 35px;
        border: solid #a6a6a6 5px;
        text-decoration: none;
    }
/*
    .btn:hover {
        background: #a20e31;
        background-image: -webkit-linear-gradient(top, #a20e31, #b50b33);
        background-image: linear-gradient(to bottom, #a20e31, #b50b33);
        background-image: -moz-linear-gradient(top, #a20e31, #b50b33);
        background-image: -ms-linear-gradient(top, #a20e31, #b50b33);
        background-image: -o-linear-gradient(top, #a20e31, #b50b33);
        text-decoration: none;
    }*/

    .slider-info {
        background: none; width: 100%;
        bottom: 0; height: 90px;
        width:100%;padding:0;
        position: absolute;      
    }
    .pagination {display: inline-block;/*width: 100%;*/margin: -50px auto; position: relative;right: 0;top: -70px !important;}
    .slider-info p, .slider-info .title-s{display: none;}
/*    .slider-info::after {
        content: ""; top: 0; bottom: 0; right: 4%; position: absolute; z-index: -1;opacity: 0.6; width: 40%;
        background: url("../../../templates/mmo_game/images/bck/bg-slider.jpg") repeat scroll 0 0;      
    }*/
    .slider-img {width: 100%;}
    .separator-v {display: none;}
    #game_slider p {font-size: 2.2vw;}
    #game_slider a.play_now {margin: 0px auto;}
    header form input.inputbox_search {width: 84%;}
    
}

@media screen and (max-width: 500px) {
/*  #game_slider a.play_now {margin: 1px 0 0 -15px; transform:scale(0.6,0.6);}
    #game_slider p {min-height: 10px; width: 110%;}
    .slider-info {padding: 25px 62px 0;}
    .slider-info::after{right: 6.5%;}*/
    .next, .prev {display: none;}
}
@media screen and (max-width: 430px) {
   #game_slider p, .title-s {margin-left: 20px;} 
   a.play_now.btn {display: none !important;}
}
