
@import url(https://fonts.googleapis.com/css?family=Gruppo);

body{
    margin:0px;
    padding: 0px;
    font-family: 'Gruppo', cursive;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.black-background{
    background: #000;
}

.hd-a{
    color: #fff;
    width: 227px !important;
    height: 0px !important;
    font-size: 22px !important;
}

.load-hd{
    width: 120px;
    text-align: center;
    color: #cbcbcb;
}
.no{display: none;}


.videojs-background-wrap {
    overflow:hidden;
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    z-index: -998;
}

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

.aa:hover{
    color:#fff ;
    text-decoration: none;
}

.aa:visited{
    color:#fff!important; ;
    text-decoration: none!important;
}
.aa:focus{
    color:#fff!important; ;
    text-decoration: none!important;
}
.aa:active{
    color:#fff!important; ;
    text-decoration: none!important;
}


.fb:hover{
    color: #3b5998;
}

.ins:hover{
    color: #3f729b;
}