/* ================ newcat of the week ================== */

.re-col-9 {
    width: 100%;
    padding: 0px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.row_flexbox {
    width: calc((65% / 2) - 20px);
    padding: 0px;
}

.headline-content-chart {
    text-align: center;
    width: 100%;
    height: auto;
    position: relative;
}

.headline-content-chart p {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    color: #666;
    text-align: center;
}

.headline-content-chart h1 {
    font-size: 35px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Varela Round', sans-serif;
    color: #666;
    text-align: center;
}

.cat-chart h1 {
    font-size: 28px;
    padding-top: 5px;
    font-family: 'Varela Round', sans-serif;
    color: #935c81;
    margin-top: 0px;
    margin-bottom: 10px;
}

.cat-chart h2 {
    font-size: 50px;
    padding: 0px 10px;
    font-weight: lighter;
    color: rgba(255, 226, 36, 1);
    margin-top: 0px;
    margin-bottom: 0px;
}

.cat-chart h4 {
    font-size: 25px;
    padding: 0px 0px;
    font-weight: lighter;
    color: #38aae1;
}

.cat-chart p {
    font-size: 16px;
    padding: 0px 0px;
    font-weight: lighter;
    color: #fff;
}

.cat-chart a {
    font-size: 40px;
    color: #fff;
}

.cat-chart a:hover,
.cat-chart a:focus,
.cat-chart a:active {
    color: #fad795;
}
/* ================== HOVER ================= */

.grouplistmovie_contest {
    float: left;
    width: 100%;
}

/*.listmovie_contest {
    float: left;
    margin: 1px 0;
    width: 100%;
    height: 250px;
    position: relative
}*/

.listmovie_contest:nth-child(even) {
    background: #784166;
}

.chart-no {
    float: left;
    width: 10%;
    text-align: center;
    height: 100%;
    position: relative;
}

.chart-no p {
    font-size: 50px;
    color: #fad795;
    text-align: center;
}

.movie_contest {
    width: 93%;
    margin: 0px auto;
}

.movie_contest iframe {
    height: 380px;
}

.chart-detail-vdo {
    width: 100%;
    text-align: center;
}

.chart-detail h4 {
    line-height: 40px;
    margin: 0;
}

.chart-detail p {
    line-height: 20px;
    margin: 0;
}

.chart-bt-play {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 2;
    text-align: center;
}

.text_shared {
    text-align: right;
}

.text_shared, .text_shared p, .ssk-group, .cat_score p, .cat_score .col-md-5, .cat_score .col-md-6,
.cat_detail div p {
    margin: 0px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ssk-group {
    padding: 0px;
}

.ssk-group a {
    padding: 0px 5px !important;
}

.ssk-group a:hover {
    opacity: .7;
}

.cat-movie {
    margin-bottom: 10px;
    background: #3d3d3c;
}

.cat-chart[data-id=cat30] .listmovie_contest {
    width: 69%;
    padding: 15px 20px 0px;
}

.cat-chart[data-id=cat30] .listmovie_contest:nth-child(even) {
    background: #fff;
}

.cat-chart[data-id=cat30] .chart-bt-play a {
    color: #666;
}

.cat-chart[data-id=cat30] .chart-detail p,
.cat-chart[data-id=cat30] .cat-chart p {
    color: #222
}

.cat-chart[data-id=newcat] .listmovie_contest {
    float: left;
    background: #fff;
    margin: 1px 0;
    width: 100%;
    height: 100px;
    position: relative
}

.cat-chart[data-id=newcat] .listmovie_contest:nth-child(even) {
    background: #fff;
}

.cat-chart[data-id=bed] .listmovie_contest {
    float: left;
    background: #fff;
    /*#2d2d2d*/
    margin: 1px 0;
    width: 100%;
    height: 100px;
    position: relative
}

.cat-chart[data-id=bed] .listmovie_contest:nth-child(even) {
    background: #fff;
    /*#3f3f3c*/
}

.cat-chart[data-id=bed] .chart-bt-play a {
    color: #666;
}

.cat_detail {
    /*min-height: 408px;*/
    min-height: 456px;
    padding: 20px 20px 20px 30px;
    background: #3d3d3c;
    background: -moz-linear-gradient(top, #3d3d3c 0%, #2f2f2e 100%);
    background: -webkit-linear-gradient(top, #3d3d3c 0%, #2f2f2e 100%);
    background: linear-gradient(to bottom, #3d3d3c 0%, #2f2f2e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3c', endColorstr='#2f2f2e', GradientType=0);
}

.cat_detail div {
    margin-bottom: 5px;
}

.cat_detail div p {
    padding-right: 15px;
    vertical-align: top;
}

.title_contest {
    color: #38aae1 !important;
}

.scrollbar {
    height: 240px;
    overflow-y: scroll;
}

.info_contest {
    height: auto;
    /*min-height: 450px;*/
}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #323231;
}

#style-1::-webkit-scrollbar {
    width: 2px;
    background-color: #fff;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.cat_score {
    width: 100%;
    padding: 2px 10px 0px;
    background: #3c3c3b;
    background: -moz-linear-gradient(top, #3c3c3b 0%, #2e2e2d 100%);
    background: -webkit-linear-gradient(top, #3c3c3b 0%, #2e2e2d 100%);
    background: linear-gradient(to bottom, #3c3c3b 0%, #2e2e2d 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3b', endColorstr='#2e2e2d', GradientType=0);
    overflow: hidden;
}

.cat_score .col-md-6 {
    text-align: right;
    margin: 0px;
}

.cat_score .col-md-6 p {
    font-size: 22px;
}

.cat_score .col-md-5, .cat_score .col-md-6 {
    padding: 0px;
}

.btn_vote {
    font-size:  22px;
    padding: 10px 45px;
    background: #616160;
    border: none;
    border-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    outline: none;
}

.btn_vote:active, .btn_vote:focus {
    outline: none;
}

.btn_vote:active, .btn_vote:focus {
    background: #616160;
}

.modal {
    padding-right: 0px !important; 
}

.modal-content {
    padding: 10px;
}

.modal-body {
    text-align: center;
}

.btn-default {
    border: none;
    background: #989898;
    color: #000;
    padding: 10px 30px;
}

.btn_loginface {    
    padding: 15px 31px;
    border-radius: 4px;
    background: #4267B1;
}

.modal-dialog {
    margin: 230px auto 0px;
}

.modal-footer {
    text-align: center;
    border: none;
}

#music[data-id=cat30] .newcat {
    background: #666;
}

#music[data-id=newcat] .newcat {
    background: #666;
}

#music[data-id=bed] .newcat {
    background: #666;
}

header.head_cat30 {}

header.head_cat30 .headline-content-chart h1 {}

header.head_cat30 .headline-content-chart p {}

header.head_bedroom {}

header.head_bedroom .headline-content-chart h1 {}

header.head_bedroom .headline-content-chart p {}

header.detailpage {}


@media all and (max-width: 1000px) {
    .row_flexbox {
        width: calc((80% / 2) - 20px);
    }
    .cat-chart[data-id=cat30] .listmovie_contest {
        width: 60%;
    }
    .movie_contest {
        width: 100%;
    }
    .movie_contest iframe {
        height: 230px;
    }
    .ssk-group {
        width: 32%;
    }
    .scrollbar {
        height: 150px;
    }
    .cat_detail {
        min-height: 245px;
    }
    .cat_score .col-md-5 {
        margin-right: 25px;
    }

@media all and (max-width: 768px) {
    .adsright {
        clear: both;
    }
    .listmovie_contest {
        height: auto;
    }
    .chart-no {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 50px;
        height: 50px;
        text-align: center;
        background: #935c81;
    }
    .chart-no p {
        margin: 0;
        font-size: 36px;
        line-height: 50px;
    }
    .listmovie_contest:nth-child(even) .chart-no {
        background: #784166;
    }
    .chart-vdo {
        width: 100%;
    }
    .chart-detail-vdo {
        width: 100%;
    }
    .chart-detail {
        width: 100%;
    }
    .tr-black {
        margin-left: 0px;
        margin-right: 5px;
    }
    .tr-gray {
        margin-left: 0px;
        margin-right: 5px;
    }
    .headline-content-chart {
        line-height: 55px;
        padding: 0 20px;
        width: 100%;
    }
    .headline-content-chart h1 {
        font-size: 26px;
    }
    .headline-content-chart p {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 14px;
    }
    .headline-content-chart {}
    .cat-chart[data-id=newcat] .listmovie_contest {
        height: auto;
        margin-bottom: 10px;
    }
    .cat-chart[data-id=bed] .listmovie_contest {
        height: auto;
        margin-bottom: 10px;
    }
    .cat-chart[data-id=cat30] .listmovie_contest {
        height: auto;
        margin-bottom: 10px;
        text-align: center;
    }
    .modal-dialog {
        width: 70%;
    }
    .row_flexbox {
        width: 100% !important;
    }
    .movie_contest {
        width: 70%;
        margin: 0px auto;
    }
    .movie_contest iframe {
        height: 250px;
    }
    .cat_detail {
        padding: 0px 20px 20px 30px;
    }
    .chart-detail-vdo {
        padding: 0px;
    }
    .ssk-group {
        width: 150px; 
    }
    .title_contest {
        width: 100px;
    }
    .scrollbar {
        height: 100px;
    }
    .cat_score .col-md-5, .cat_score .col-md-6 {
        padding: 0px 15px;
    }
    .cat_score .col-md-6 {
        position: absolute;
        right: 15px;
        bottom: 15px;
    }
}

@media all and (max-width: 580px) {
    .movie_contest {
        width: 345px;
    }
    .modal-dialog {
        width: 85%;
    }
}

@media all and (max-width: 468px) {
    .movie_contest {
        width: 100%;
    }.movie_contest iframe {
        height: 190px; 
   }
}