<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#filter-home {
    background-size: cover;
    position: relative;
}

#iki-festivalio-liko-baneris {
    padding-top: 0;
    position: absolute;
    right: 0;
    z-index: 9;
}

.f-z {
    font-weight: bold;
    font-size: 16px;
    background: #fa8412;
    color: #fff;
    text-align: center;
    padding: 7px 10px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: inline-block;
    right: 2px;
    position: relative;
}

#iki-festivalio-liko-baneris a {
    color: #000;
}

.city a {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}

.city a:hover {
    color: #fa8412;
}

.city {
    line-height: 30px;
}

#miestai_filter {
    padding: 50px 15px 30px;
}

.event-main-logo {
    position: relative;
    top: 71px;
    left: 0;
}
.top{
    background:transparent !important;
}

#mokslo_sritis {
    margin-bottom: 15px;
}
#mokslo_sritis a:hover img{
    background:#fbf1d5;
}
.saction+.tooltip&gt;.tooltip-inner {
    background-color: #f60e71;
    color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #fa8412;
    /* black */
    border-width: 0 5px 5px;
}

.saction+.tooltip&gt;.tooltip-inner {
    background-color: #fa8412;
    color: #000;
    border: 1px solid #fa8412;
}

.saction+.tooltip&gt;.tooltip-arrow {
    border-top: 5px solid #fa8412;
}

.t-stripe,
.b-stripe {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border:1px solid #000;
}
#mokslo_sritis .d-grid {
    display:grid;
    gap: 15px 0;
    grid-template-columns: repeat(13, 1fr);

}
.mokslo_sritis_wrapper{
    padding-top:15px;
    background-color: #83c077;
}
@media(max-width:1199px) {
    .event-main-logo {
        top: 71px;
        left: 0;
    }    
}
@media(max-width:991px) {
    #mokslo_sritis .d-grid {
        gap: 15px 0;
        grid-template-columns: repeat(7, 1fr);
    
    }
    .event-main-logo {
        top: 35px;
        left: 0;
    }
    .city {
        line-height: 30px;
        display: inline-block;
        margin: 0 15px;
        width: 27%;
        text-align: center;
    }
    
}
@media(max-width:567px) {
    .city {
        width: 43%;
        
    }   
    #mokslo_sritis .d-grid {
        gap: 15px 0;
        grid-template-columns: repeat(4, 1fr);
    
    }
}
@media(max-width:505px) {
    .city {
        width: 100%;
        margin:0;
    }   
}</pre></body></html>