.theme-bg{
    background-color: #e50000;
}
.white-bg{
    background-color: #fff;
}
a:focus, a:visited, a:active{
    color: #e50000;
}
.btn.btn-border.btn-white:hover, .btn.btn-border.btn-white:focus:hover, .btn.btn-border.btn-white:active:hover, .btn.btn-border.btn-white:active:focus:hover,.btn .fa,.btn.btn-white{
    color: #e50000;
}
.btn.btn-border.btn-black:hover, .btn.btn-border.btn-black:focus:hover, .btn.btn-border.btn-black:active:hover, .btn.btn-border.btn-black:active:focus:hover,.btn.btn-simple:hover, .btn.btn-simple:active:hover, .btn.btn-simple:focus:hover, .btn.btn-simple:hover:active:focus{
    background-color: #e50000;
    border-color: #e50000;
}
.three-parts{
    width: 33.333333%;
    display: inline-block;
    float: left;
}
body{
    overflow-x: hidden;
}
/*********************************** Home Page ***********************************/
.banner-slider .owl-prev:hover, .banner-slider .owl-next:hover{
    background-color: #e50000;
}
.navbar-default{
    position: static;
}
.navbar-brand img{
    width: 250px;
    margin-top: -40px;
    display: inline-block;
}
.navbar-default .search-nav .search-toggle{
    color: #e50000;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #e50000;
}
.banner-item{
    background: none !important;
    height: 650px;
   
}
.banner-item .banner-content{
    top: 46%;
}
.banner-item .banner-content img{
    width: 100%;
    height: 650px;
}
.about-singer-section{
    background: #000;
}
.about-singer-section .read-more{
    display: none;
}
.about-singer-section .about-singer-content{
    padding-top: 130px;
}
a.post-thumb{
    cursor: default;
}
.logo-social-area{
    background-image: none;
    border-top: none;
}
.logo-social-area .socials{
    margin-top: -3px;
}
.gallery-item img{
    border: 1px solid rgba(0,0,0,0.2);
}
.upcoming-album{
    padding: 50px 0;
}
.copyright-footer a:hover{
    color: #e50000;
}
.subscription-area{
    padding: 60px;
}
.subscription-area .section-header.left-style .section-title{
    font-size: 3rem;
}
.subscription-area .subscription [type=email]:placeholder-shown{
    color: rgba(255,255,255,0.5) !important;
}
@media (max-width: 1199px){
    .upcoming-album{
        padding: 60px 0;
    }
}
@media (max-width: 991px){
    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
        background-color: #e50000;
        border-color: #e50000;
    }
    .subscription-area .section-header.left-style .section-title{
        font-size: 2.5rem;
    }
    .about-singer-section .about-singer-content{
        padding-top: 0;
    }
}
@media (max-width: 767px){
    .three-parts{
        width: 100%;
    }
    .navbar-brand img{
        width: 190px;
        margin-top: -26px;
    }
    .navbar-brand{
        padding: 15px 0;
    }
    .about-singer-content .about-singer-title{
        font-size: 2.4rem;
    }
    .about-singer-content .about-singer-text{
        font-size: 13px;
    }
    .about-singer-section .about-singer-content{
        padding: 20px 0;
    }
    .subscription-area .subscription .btn {
        width: 100%;
    }
    .subscription-area .subscription [type=email] {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
/*********************************** Products Page ***********************************/
.mfp-bg{
    opacity: 0.97;
}
.filter-button-group button.active{
    background-color: #e50000;
    border-color: #e50000;
}
.filter-button-group button:hover {
    color: #e50000;
    border-color: #e50000;
}
/*********************************** Contact Page ***********************************/
.contact-form .btn.btn-white:hover{
    background-color: #e50000;
    border-color: #e50000;
}
/*********************************** Making Page ***********************************/
body.det-act{
    overflow-y: hidden;
}
body.making .making-details{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.96);
    top: 0;
    left: 0;
    z-index: 9999999;
    overflow-y: auto;
    padding: 70px 0;
    display: none;
}
body.making .making-details .close-btn{
    background: none;
    border: none;
    color: #fff;
    font-weight: bold;
    position: absolute; 
    top: 2%;
    right: 2%;
    font-size: 20px;
}
body.making .gallery-item img{
    height: 500px;
    width: 100%;
}
.gallery-content a{
    color: #e50000; 
}
.gallery-content a.show-all i{
    font-size: 20px;
}
.gallery-content a:hover{
    color: #fff;
}



/*******************************************************************************/
.banner-item .banner-content .over-lay{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0,0,0,0.6);
   color: #fff;
}
.banner-item .banner-content .over-lay h2{
   position: relative;
   top: 70%;
    font-size: 3rem;
}
@media (max-width: 767px){
    .banner-item .banner-content .over-lay h2{
        font-size: 1.8rem;
    }
}