@font-face {
    font-family: Averta-Light;
    src: url(Averta-Light.otf);
}
@font-face {
    font-family: Averta-Bold;
    src: url(Averta-Bold.otf);
}
*{
    margin: 0; padding: 0;
    text-decoration: none;
    text-transform: none;
    list-style: none;
}
body{
    font-family: Averta-Light;
    font-size: 14px;
}
.header-block{
    background-color: #21324a;
    z-index: 100;
}
.container{
    width: 1170px;
    margin: auto;
}
.container-header{
    height: 60px;
}
.logo{
    display: inline-block;
    width: 122px;
    height: 100%;
    background: url("../img/logo.png") no-repeat center;
    text-indent: -10000px;
}
.right-header{
    float: right;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}
.right-header .button, .right-header .button a{
    color: #ffffff;
    font-weight: bold;
    font-family: Averta-Bold;
}
.right-header .button{
    display: inline-block;
    margin: 0 5px;
}
.right-header .button a{
    line-height: 20px;
}
.user-logged{
    position: relative;
}
.drop-down-login{
    display: none;
    position: absolute;
    top: 50px !important;
    right: 0 !important;
    background: #fff;
    z-index: 999;
    width: 245px !important;
    box-shadow: 1px 2px 4px #888;
}
.drop-down-login li{
    display: block;
    position: relative;
    margin: 0;
    clear: both;
    float: none;
    height: 42px;
    line-height: 42px;
}
.drop-down-login li a{
    display: block;
    color: #333;
    padding: 0 15px 0 45px;
    border-bottom: 1px solid #e7e7e7;
}
.icons-user {
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(../img/user-icons.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 14px;
    left: 12px;
}
.ic-yeuthich {
    background-position: 0 -105px;
}
.ic-mmusic {
    background-position: 0 -18px;
}
.ic-recent {
    background-position: 0 -34px;
}
.ic-profile {
    background-position: 0 -52px;
}
.ic-out {
    background-position: 0 -70px;
}
.user-logged a.username{
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-family: Averta-Bold;
}
.u-thumb{
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 5px;
}
.ic-user-vip{
    padding-right: 40px;
    background: url("../img/vip-icon.png") no-repeat right;
}
.icon-dropdown{
    display: inline-block;
    margin-left: 10px;
    width: 16px;
    height: 8px;
    background: url("../img/icon-dropdown.png") no-repeat center;
}

.main-block{
    min-height: 500px;
    background: url("../img/bg-main.png") repeat;
}

.footer-block{
    height: 150px;
    background-color: #21324a;
}
.container-footer{
    padding-top: 26px;
    display: flex;
}
.logo-white{
    display: inline-block;
    flex: 1.2 0 0px;
}
.content-footer{
    flex: 4 0 0px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}
.certificate-block{
    flex: 2 0 0px;
    display: flex;
    align-items: center;
}
.certificate-block a{
    flex: 1 0 0px;

}

.container-main{
    padding: 15px 0 30px 0;
    display: flex;
}
.left-stream-block{
    flex: 2 0 0px;
}
.right-stream-block{
    flex: 1 0 0px;
    max-width: 259px;
    margin-left: 10px;
    background-color: #fff;
    padding: 15px;
    -webkit-box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.24);
    box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.24);
}

.header-stream{
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.24);
    box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.24);
    display: flex;
}
.header-stream .left{
    flex: 1 0 0px;
}
.header-stream .right{
    flex: 1 0 0px;
    text-align: right;
}
.info-singer{
    display: inline-block;
    height: 46px;
    float: left;
}
.info-singer h3{
    line-height: 26px;
}
.icon-singer{
    float: left;
    margin-right: 15px;
}
.icon-person{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../img/group-icon.png") no-repeat;
    background-position: 0 0;
    margin-right: 10px;
}

.header-stream .right h3{
    line-height: 26px;
    font-family: Averta-Bold;
}

.content-stream{
    height: 547px;
    margin-top: 10px;
    background: #fff;
    -webkit-box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.24);
    box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.24);

}
.sapo{
    color: #21b584;
    text-align: justify;
    line-height: 26px;
    font-size: 14px;
}
#myvideo{
    width: 100%;
    height: 100%;
}
.comment-block{
    overflow-y: scroll;
    max-height: 530px;
}
/*facebook css*/
.comment-block::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.comment-block::-webkit-scrollbar-track-piece  {
    background-color: #C2D2E4;
}

.comment-block::-webkit-scrollbar-thumb:vertical {
    height: 10px;
    background-color: #0A4C95;
}


.dialog_vegaid_login .ui-dialog-titlebar{
    display: none!important;
}
.dialog_vegaid_login iframe{
    border:0;
}
.dialog_vegaid_login .ui-dialog-buttonpane{
    position: absolute;
    top: 0;
    right:10px;
    border: 0;
}
.dialog_vegaid_login .ui-dialog-buttonset{
    background: #f1f1f1;
}
.dialog_vegaid_login .ui-dialog-buttonpane button{
    margin: 0!important;
}
#username_header:hover{
    color: #21b584;
}
#username_header:hover + .drop-down-login{
    display: block;
}
.drop-down-login:hover{
    display: block;
}
.drop-down-login li a:hover{
    color: #21b584;
}

#count-down{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #000;
    background: url("../img/bg_live_ckp.png") no-repeat center;
    background-size: cover;
}
#comming{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-size: 30px;
    position: relative;
    top: 1%;
}
.countdown{
    position: relative;
    top: 50%;
}
.clock{
    width: 245px !important;
    left: 50%;
    transform: translateX(-50%) scale(2.2);
}
.flip-clock-wrapper ul li a div{
    outline:none !important;
}

@media only screen and (max-width: 1024px) {
    .container{
        width: 940px;
    }
    .right-stream-block{
        max-width: 230px;
    }
    /*.content-stream{*/
        /*height: 440px;*/
    /*}*/
}
@media only screen and (max-width: 768px) {
    .container{
        width: 700px;
    }
    .right-stream-block{
        max-width: 170px;
    }
    .content-stream {
        height: 330px;
    }
    .container-footer{
        flex-direction: column;
    }
    .logo-white a{
        left: 50%;
        transform: translateX(-50%);
        position: relative;
        display: block;
        width: 120px;
    }
    .footer-block{
        height: 235px;
    }
    .content-footer{
        text-align: center;
        margin-top: 15px;
    }
    .certificate-block{
        min-height: 55px;
    }
    .certificate-block a{
        text-align: center;
        margin-top: 10px;
    }
    #comming{
        top:16%;
    }
    .clock{
        left: 50%;
        transform: translateX(-50%) scale(1.6);
    }
    .countdown{
        top:38%;
    }
}
@media only screen and (max-width: 700px) {
    .container{
        min-width: 300px;
        width: 95%;
    }
    .container-main{
        flex-direction: column;
        padding: 10px 0 10px 0;
    }
    .right-stream-block{
        max-width: unset;
        margin: 10px 0 0 0;
    }
}

@media only screen and (max-width: 440px) {
    body{
        font-size: 12px;
    }
    .content-stream {
        height: 200px;
    }
    .header-stream{
        padding: 5px 10px;
    }
    .icon-singer{
        width: 20px;
        height: 20px;
        margin-right: 7px;
    }
    .info-singer{
        font-size: 8px;
        height: 25px;
    }
    .header-stream .right{
        flex: 1.7 0 0px;
        font-size: 8px;
    }
    .info-singer h3{
        line-height: 10px;
    }
    .header-stream .right h3{
        line-height: 10px;
    }
    .sapo{
        font-size: 12px;
    }

    #comming{
        top:16%;
        font-size: 24px;
    }
    .clock{
        left: 50%;
        transform: translateX(-50%) scale(1.2);
    }
    .countdown{
        top:38%;
    }
}


.button-share-fb{
    color: #fff;
    font-family: Averta-Bold;
    display: block;
    text-align: center;
    margin: 5px auto;
    padding: 5px 0;
    width: 120px;
    background-color: #21b584;
}