/* These styles are in the minified markup file on the repository, but the markup styles are different from those uploaded to the site, so I have created this file for now.
 */
.open-link::before {
    display: none !important;
}

.open-link {
    padding-left: 0 !important;
}

.right {
    text-align: right;
    width: 100%;
}

#form-content .fancybox-close-small svg {
    transform: scale(2.5);
}

#form-content .fancybox-close-small {
    right: 10px;
    top: 15px;
}

@media (max-width: 767px) {
    #form-content {
        padding: 58px 20px 30px;
    }
}

.col-flex-column {
    display: flex;
    flex-direction: column;
}



.col-flex-column .right_navigation {
    flex-grow: 1;
}

.filter>.row-holder {
    align-items: flex-end;
}

.event-btn-holder {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0 -20px;

}


.event-btn-holder .btn {
    margin: 5px 20px;
    display: flex;
    align-items: center;
    width: 174px;
}

.gtranslate-holder select {
    height: 30px;
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 0;
}

.gtranslate-holder img {
    height: 14px;
}

.gtranslate-holder a.gflag {
    vertical-align: middle;
    font-size: 14px;
    height: 14px;
    padding: 0;
    line-height: 1;
}

.top-header {
    padding: 13px 0 0;
}

.header-holder {
    align-items: flex-end;
}

.hm {
    display: block !important;
}

.db {
    display: none !important;
}

.gtranslate-holder .select:after {
    right: -10px;
    top: 50%;
    font-size: 10px;
}

.gtranslate-holder select {
    padding: 5px 25px 5px 10px;
}

.alternatives3 .item-info {
    margin-bottom: 60px;
}

.filter-nav .btn {
    font-size: 18px;
}

@media (max-width: 1524px) {
    .event-btn-holder .btn {
        min-width: auto;
    }

    .filter-nav .btn {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1023px) {
    .right_navigation:empty {
        margin: 0;
    }

    .event-btn-holder .btn {
        margin: 5px;
    }

    .event-btn-holder {
        margin: 0 -5px;
    }

    .header-holder {
        align-items: flex-start;
    }

    .header-holder .logo {
        margin-bottom: 10px !important;
    }

    .top-header .container {
        align-items: flex-start;
    }

    .contact-header-holder {
        display: flex;
    }

    .hm {
        display: none !important;
    }

    .db {
        display: block !important;
    }

    .alternatives3 .item-info {
        margin-bottom: 40px;
    }

    .filter-nav .btn {
        font-size: 14px !important;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1021px) {

    .visual-page {
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: -160px;
        height: 390px !important;
    }
}

@media (max-width: 767px) {
    .event-btn-holder {
        justify-content: flex-start;
    }

    .alternatives3 .item-info {
        margin-bottom: 4px;
    }

    .highlights img {
        object-fit: cover;
    }

    .visual .title-wrapper {
        padding: 5px 15px 5px;

    }

    .visual br {
        height: 0 !important;
    }

    .visual-page {
        height: 300px !important;
         margin-top: -130px;
    }
}

.home .mainSliderHolder .visual .container {
    justify-content: space-between;
}

.visual .title-wrapper {
    padding: 40px 25px 60px;
}

@media (max-width: 481px) {

    .visual-page {
        background-size: cover;
         margin-top: -50px;
    }

    .visual h1 {
        font-size: 30px
    }

    .visual .title-wrapper {
        padding: 15px 25px 20px;
    }

}