/* Add here all your CSS customizations */
/*
-Header top bg color: #525252
-Header top bg color red: #e31e25
-Footer bg color: #e2e2e2
-Footer font color: #8a8a8a
-Teklif btn bg color: #5b9dc9
*/
.color-red{
    color: #e31e25!important;
}
#header .header-top {
    background-color: #525252;
    padding: 0px;
}
#header .header-body {
    min-height: 80px;
}
#header .header-body a{
    color: #fff;
}

#header .header-logo img{
    margin: 0px 15px 15px 0;
}
.header-top-right-bg {
    width: 100%;
    position: absolute;
    border-color: #c61116 transparent transparent transparent;
    border-style: solid;
    border-bottom: 58px solid #c61116;
    border-left: 25px solid transparent;
}

.header-top-right-content {
    height: 49px;
    width: 100%;
    position: relative;
    float: right;
    line-height: 58px;
    color: #fff;
    padding-left: 25px;
}
/*NAVBAR*/
#header .header-nav-main{
    margin: 17px 0 0;
}

#header .header-nav-main nav > ul > li > a{
    color: #525252;
}

#footer {
    background: #e2e2e2;
    border-top: 4px solid #e2e2e2;
    padding: 10px 0 0;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer a {
    color: #8a8a8a;
    font-weight: 600;
}
#footer .footer-copyright {
    background: #e31e24;
    border-top: 4px solid #e31e24;
    color: #fff;
    margin-top: 0px;
    padding: 0px 0 0px;
}
#footer .footer-copyright p {
    color: #fff;
}

.sidebar{
    padding: 10px;
    margin-top: -80px;
    background-color: #e31e25;
}
html .heading-primary, html .lnk-primary, html .text-color-primary {
    color: #fff !important;
    border-bottom: 2px solid #fff;
}
aside ul.nav-list > li > a {
    color: #fff;
    font-size: 0.9em;
}
ul.nav-list li a:before {
    border-left: 4px solid #fff;
}
ul.nav-list li a:hover{
    color: #000;
}

.btn.book-now {
    background: #589bca;
    color: #ffffff;
    display: inline-block;
    font-size: 1.7rem;
    height: 50px;
    line-height: 24px;
    z-index: 9;
    position: fixed;
    top: 30%;
    right: -15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(
            -90deg
    );
    transform-origin: bottom right;
    width: 130px;
    border-radius: 15px;
}

#header .header-nav-main nav > ul > li > a {
    padding: 10px 21px;
}
.tp-bannertimer {
    height: 2px;
}
.hidden-mobile{
    display: block;
}
.hidden-desktop{
    display: none;
}
@media (max-width: 991px) {
    #mainNav {
        padding-top: 90px;
    }
    .info-btn-box{
        margin-bottom: 10px;
    }
    .sidebar{
        margin-top: -20px;
    }
    #header .header-body a{
        color: #525252;
    }
    .mobile-mlr-5{
        margin-left: 5px;
        margin-right: 5px;
    }
    .hidden-mobile{
        display: none;
    }
    .hidden-desktop{
        display: block;
    }
}

#header .header-btn-collapse-nav {
    margin: 20px 0 8px 15px;
}