@font-face {
    font-family: 'Anton';
    src: url('/_website/assets/fonts/anton/Anton-Regular.eot');
    src: url('/_website/assets/fonts/anton/Anton-Regular.eot?#iefix') format('embedded-opentype'),
        url('/_website/assets/fonts/anton/Anton-Regular.woff2') format('woff2'),
        url('/_website/assets/fonts/anton/Anton-Regular.woff') format('woff'),
        url('/_website/assets/fonts/anton/Anton-Regular.ttf') format('truetype'),
        url('/_website/assets/fonts/anton/Anton-Regular.svg#Anton-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FiraGO';
    src: url('/_website/assets/fonts/firago-regular/FiraGO-Regular.eot');
    src: url('/_website/assets/fonts/firago-regular/FiraGO-Regular.eot?#iefix') format('embedded-opentype'),
        url('/_website/assets/fonts/firago-regular/FiraGO-Regular.woff2') format('woff2'),
        url('/_website/assets/fonts/firago-regular/FiraGO-Regular.woff') format('woff'),
        url('/_website/assets/fonts/firago-regular/FiraGO-Regular.ttf') format('truetype'),
        url('/_website/assets/fonts/firago-regular/FiraGO-Regular.svg#FiraGO-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6, button{
    font-family: 'FiraGO';
    -webkit-font-feature-settings: 'case' on;
    font-feature-settings: 'case' on;
}

*{
    font-family: 'FiraGO';
}

#logo{
    display: flex;
    height: 39px;
    align-items: center;
    justify-content: start;
}
#logo a{
    font-family: 'Anton' !important;
    font-size: 30px;
    color: red;
}

#logo a:hover{
    text-decoration: underline;
}

#navigation ul li ul{
    left: -88px;
}

#navigation ul li ul li{
    text-align: left;
}

#navigation ul li ul:before{
    left: unset;
    right: 25px;
}

#main-slider{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage, 
.owl-carousel .owl-item, 
.owl-carousel .owl-item .item{
    height: 100%;
}

.owl-carousel .owl-item .item{
    background-position: center;
    background-size: cover;
}

.search_container_block::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5) !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2 !important;
    pointer-events: none;
}

.main_inner_search_block{
    z-index: 3;
}

#titlebar.gradient::before{
    opacity: .5;
}

.g-counted{
    float: left;
    line-height: 40px;
    margin: 0;
    padding: 0;
}

.parallax-overlay{
    opacity: 0.4 !important;
}

.flip-banner.parallax{
    background-size: cover;
    background-position: center;
}