/*
.navbar-inverse {
    background-color: #282828;
    border-color: #282828;    
}  

*/

.navbar-custom {
    background-color: #282828 !important;
    border-color: #282828 !important;
}  

@media (min-width: 992px) {    
    .navbar-custom {
        height: 80px;
    }     
}

@media (max-width: 992px) {
    .logo-top {
        height: 30px;
    }  
}

/*** BTN LOGOUT ***/
.btn-logout {
    background-color: transparent !important;
    border: none !important;
    color: grey !important;
}

.btn-logout:hover {
    color: lightgrey !important;    
}


.li-language a { color: lightgrey; text-transform: uppercase; }
.li-language a:hover { color: beige; text-decoration: none; }
.li-language a.active { color: beige; }

@media (min-width: 992px) {
    .li-logout {
        position: absolute !important; 
        right: 50px !important;  
        top: 25px !important;   
    }
    
    .li-language {
        position: absolute !important; 
        right: 100px !important;  
        top:30px !important;           
    }    
}

@media (max-width: 991px) {    
    .li-logout {
        position: relative !important;
        /* top: 5px !important; */
        right: 10px !important; 
    }
    
    /* .li-language {
        position: absolute !important;         
        top: 5px !important;            
        right: 40px !important;           
    } */  
}







.ctgr-list > a { }
.ctgr-list.active > a,
.ctgr-list:hover > a {
    /* color: green !important; */
    /* border: solid 1px white; */
    background-color: transparent !important; 
}


@media (min-width: 992px) {
    /* .navbar-nav {
        width: 70%;
        text-align: center;
        margin-top: 20px;
    } */
    
    .ctgr-list {
        margin: auto 5px;
        font-weight: bold;  
        text-transform: uppercase; 
        font-size: 0.8em;
        border: solid 1px beige;
        min-width: 100px;
    }
    .ctgr-link {
        text-align: center;
    }    

}

/*
.menu-mobile {
    margin-top: 80px;
    width: 100%;
    height: 80px;
    background-color: #bea491; 
    z-index: 999999;  
    text-align: center;
}

.menu-mobile a {
    color: #222;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
}
*/


.guest-outer {
    /* background: url('/images/bg.jpg'); */
    /* background: url('/img/header-1.jpg'); */
    /* width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover; */
}

.guest-inner {
    /* background-color: rgba(255,255,255, 0.3);    
    background: url('/img/header-1.jpg');  
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;    */
    /* border: solid 1px red; */
}



.prd__series-radio-item-custom {
    margin-right: 16px;
    display: inline-block; 
} 


.prd__series-radio-item-custom > label {
    position: absolute;
    /*left: -9999px;*/
}


.prd__series-radio-item-custom label {
    display: inline-block;
    position: relative;
    padding-right: 24px;
    padding-left: 16px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
    cursor: pointer; 
}
/*
.prd__series-radio-item-custom label {
    content: "";
    position: absolute;
    right: 0px;
    top: 5px;
    width: 16px;
    height: 16px;
    border: 1px solid #EDEDED;
    background-color: #EDEDED; 
}

.prd__series-radio-item-custom label {
    border-radius: 100%; 
}

.prd__series-radio-item-custom label {
        content: "";
        position: absolute;
        transition: all 0.2s ease; 
}

.prd__series-radio-item-custom label {
    right: 5px;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #000000; 
}

.prd__series-radio-item-custom label {
    opacity: 0; 
}

.prd__series-radio-item-custom label {
    opacity: 1; 
}

*/

.btn-onclick {
    background-color: transparent;
    border: none;
    color: white;
}

.btn-onclick-del {
    background-color: transparent;
    border: none;
    color: white;
}