/*** PUBLIC HOLIDAY ***/
.theme-public_holiday .headerLeft {
    display: flex;
    align-items: center;
    background-color: #0C4076;
    z-index: 2;
    position: relative;
}
.theme-public_holiday .headerLeft:after{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: calc(100% - 10px);
    top: 0;
    background: url(/assets/front/img/image-headerx2.png);
    background-size: cover;
    object-fit: cover;
    z-index: -1;
}
.theme-public_holiday .hederRight a,
.theme-public_holiday .app-search,
.theme-public_holiday .darkMode{
    z-index: 999;
}

.theme-public_holiday .app-header {
    position: relative;
    background: #A12D2E;
}
.theme-public_holiday .hederRight a:hover{
   background-color: rgba(255, 255, 255, 0.2);
}
.theme-public_holiday .app-nav .nav-link.onPath,
.theme-public_holiday .app-nav .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

@media(max-width: 1000px){
    .theme-public_holiday .headerLeft:after{
        content: none;
    }
    .theme-public_holiday .app-header:after{
        content: '';
        position: absolute;
        color: green;
        background: url(/assets/front/img/responsive_flag.png) no-repeat;
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
        width: 300px;
        right: 96px;
    }
    .theme-public_holiday .app-header{
        background: #0c4076;
    }
    .theme-public_holiday .hederRight{
        background: #a12d2e;
    }
    .theme-public_holiday .headerLeft{
        background-color:transparent;
    }
}
@media(max-width: 480px){
    .theme-public_holiday .app-header:after{
        right: 0;
    }
}
/*PRAZNIK */
.theme-holiday .headerLeft:after{
    content: none;
}
.theme-holiday .app-header:after{
    content: '';
    position: absolute;
    color: green;
    background: url(/assets/front/img/praznik.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    width: 280px;
    right: 31%;
    z-index: -1;
}
.theme-holiday .headerLeft{
    background-color:transparent;
}
.theme-holiday .hederRight a:hover{
   background-color: rgba(255, 255, 255, 0.2);
}
.theme-holiday .app-nav .nav-link.onPath,
.theme-holiday .app-nav .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
@media(max-width: 1692px){
    .theme-holiday .app-header:after{
        right: 26%;
    }
}
@media(max-width: 1400px){
    .theme-holiday .app-header:after{

    }
}
@media(max-width: 1024px){
    .theme-holiday .app-header:after{
        background: url(/assets/front/img/praznik_resp.png) no-repeat;
        background-size: cover;
        width: 340px;
        left: 50%;
        transform: translateX(-50%);
    }
}

/*DAN ZALOSTI */
.theme-dark header {
    background: #000;
    background: -moz-linear-gradient(left, #000 0%, #666 100%);
    background: -webkit-linear-gradient(left, #000 0%,#666 100%);
    background: linear-gradient(to right, #000 0%,#666 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#666',GradientType=1 );
}
.theme-dark .app-nav .nav-link.onPath,
.theme-dark .app-nav .nav-link:hover,
.theme-dark .hederRight a:hover {
    background-color: #6a6a6a;
}
.theme-dark .app-dropdown-holder .menu-dropdown li a:hover {
    color: #666;
}
.theme-dark .topSubnav a {
    color: #000;
}
.theme-dark .topSubnav a.onPath,
.theme-dark .topSubnav a:hover {
    color: #8c8c8c;
}
.theme-dark .topSubnav a.onPath {
    border-bottom: 2px solid #8c8c8c;
}
.theme-dark .nav-search input.searchButton {
    background: #666;
}

@media (max-width: 998px) {
    .theme-dark .mobNavigation {
        background-color: rgba(102, 102, 102, 0.8);
    }
    .theme-dark .mobNavWrapper {
        background-color: #000;
    }
    .theme-dark .social-mob a,
    .theme-dark .social-mob a.feed {
        border-left: 1px solid #999;
        border-right: 1px solid #666;
        background-color: #444;
    }
    .theme-dark .social-mob a.feed:hover {
        opacity: 0.6;
        background-color: #444;
    }
    .theme-dark .navWrapper ul li a {
        background-color: #666;
        border-bottom: 1px solid #fff;
    }
}