.navbar-brand img{
    max-width: 150px;
}

#buttons{
    margin-top: -80px;
}

/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
    height: 100%;
}

#myAccountBtn{
    float: right;
    width: 49.5%;
    /*background-color: #cc6600;
    border-color: #cc6600;*/
    background-color: rgba(243, 57, 2, 0.9);
    border-color: rgba(243, 57, 2, 0.9);
}

#subscribeBtn{
    float: left;
    /* width: 49.5%; */
    /*background-color: #cc6600;
    border-color: #cc6600;*/
    background-color: rgba(243, 57, 2, 0.9);
    border-color: rgba(243, 57, 2, 0.9);
}

#subscribeBtn.focus, #subscribeBtn:focus, #myAccountBtn.focus, #myAccountBtn:focus, .bg-funbox:focus{
    /*box-shadow: 0 0 0 0.2rem rgba(243,57,2,.5)*/
    box-shadow: none;
    outline: none;
}

.bg-funbox{
    background-color: #233048;
}

.contentBlock{
    margin-top: 10px;
}
.banner img{
    vertical-align: middle;
    width: 100%;
    height: auto;
}

#mp3{
    margin-bottom: 20px;
}

.footer{
    font-size: 14px;
    line-height: 1.25;
}


.gameCol{
    background: url('/club/img/games.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    border-radius: 10px;
    min-height: 100px;
}

.musicCol{
    background: url('/club/img/music.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    border-radius: 10px;
    min-height: 100px;
}

.videoCol{
    background: url('/club/img/catagory-banner-videos.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    border-radius: 10px;
    min-height: 100px;
}

.wallpaperCol{
    background: url('/club/img/wallpaper.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    border-radius: 10px;
    min-height: 100px;
}

.animationCol{
    background: url('/club/img/animation.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    border-radius: 10px;
    min-height: 100px;
}

.natokCol{
    background: url('/club/img/catagory-banner-natok.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    border-radius: 10px;
    min-height: 100px;
}

.blogCol{
    background: url('/club/img/blog.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    border-radius: 10px;
    min-height: 100px;
}

.campaigncol{
    background: url('/club/img/Alor-Ayat-campaign.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    border-radius: 10px;
    min-height: 200px;
}
 

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background-color:#1b0000bd; */
    padding: 10px;
    border-radius: 10px;
    color: #FFF !important;
  }

.gameTxt{
    background-color: #4e142aa6;
}

.videoTxt{
    background-color: #151f01b8;
}

.wallpaperTxt{
    background-color: #6f85a7bd;
}

.musicTxt{
    background-color: #00065fa1;
}

.animationTxt{
    background-color: #0e3c0099;
}
.natokTxt{
    background-color: #0e3c0099;
    /*opacity: 0.9; */
}

.gameBlock{
    padding-left: 4%;
    width: 48% !important;
}

.fa-phone{
    color: #FFF;
}

.carousel-indicators li{
    width: 10px;
}

.previewImg, .downloadBtn{
    width: 50%;
    margin-top: 15px;
    margin-left: 25%;
}

.downloadBtn{
    background-color: #f33902;
    border-color: #f33902;
}

.contenImg{
    max-height: 100px !important;
}

.activeNav{
    color: #FFF !important;
    background-color: rgba(243, 57, 2, 0.9) !important;
}