/* --- COLORS: ---
    #75932b - Gr�n
    rgba(117, 147, 43, 0.5) - Transparent

    #418F9A - Turkos
    #005E71 - M�rk Turkos
*/

/** {
    outline: 1px solid red;
}*/


/* 
-----------------------------------------
                BASE
-----------------------------------------
*/

:root {
    --green-color: #75932b;
    --dark-tur-color: #005E71;
}

html {
    scroll-behavior: smooth;
}

body {
    color: black;
    font-size: 1.125rem;
}

h1,
h2,
h3,
h4 {
    font-family: 'Futura LT W01 Bold', sans-serif;
    font-weight: 800;
    line-height: 1.1;
}



h2 {
    color: #75932b;
    font-size: 2.5rem;
}

@media screen and (min-width: 425px) {

    h2 {
        font-size: 3rem;
    }
}

h3 {
    font-size: 2rem;
}

@media screen and (min-width: 425px) {

    h3 {
        font-size: 2.25rem;
    }
}

h3.rteblack {
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 1.2rem;
    font-size: 1.6rem;
}

@media screen and (min-width: 425px) {
    h3.rteblack {
        font-size: 1.8rem;
    }
}

h4 {
    font-size: 1.4rem;
}

@media screen and (min-width: 525px) {
    h4 {
        font-size: 1.5rem;
    }
}


 

a h4 {
    color: #343a40;
}

    a h4:hover {
        color: #005E71;
    }

.ingress {
    color: #000;
    font-size: 22px;
    line-height: 34px;
}

p {
    font-family: 'Noto Serif', serif;
    font-size: 1.125rem;
    line-height: 30px;
    white-space: pre-line;
}

.medium-bold {
    font-weight: 500;
}

.semi-bold {
    font-weight: 600;
}

.extra-bold {
    font-weight: 800;
}

.large-text {
    font-size: large;
}

.header {
    font-size: 50px;
    font-weight: 800;
}

@media screen and (min-width: 768px) {

    .header {
        font-size: 70px;
        font-weight: 800;
    }
}

a:hover {
    color: #005E71;
    text-decoration: none;
    cursor: pointer;
}

a h3:hover {
    color: #005E71;
    text-decoration: none;
    cursor: pointer;
}

.bg-img-overlay {
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.3);
}

.bg-img-overlay-light {
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
}

.bg-green {
    background-color: #75932B;
}

.bg-green-transparent {
    background-color: rgba(117, 147, 43, 0.2);
}

.bg-blue {
    background-color: #418F9A;
}

.bg-darker {
    background-color: #171a1c;
}

.transparent-bg-image {
    position: relative;
}

    .transparent-bg-image::before {
        content: "";
        background-image: url('../media/cildg2hc/pattern-green.png');
        background-size: 120%;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.15;
        background-repeat: no-repeat;
        background-size: cover;
    }

.bg-green-light {
    background-color: #eaf4d7;
}

.green-text {
    color: #75932b;
}

.blue-text {
    color: #418F9A;
}

.dark-blue-text {
    color: #005E71;
}

.dot {
    font-size: 20px;
    vertical-align: middle;
    line-height: 10px;
}

.icon {
    height: 30px;
    width: auto;
}

.repeating-background {
    background-size: 100%;
}

.top-border {
    border-top: 2px solid #0d0d0d;
}

.bottom-border-green {
    border-bottom: 2px solid #75932b;
}

.body-container {
}

.min-view {
    height: 100px;
}

.max-view {
    height: auto;
}

.full-img {
    width: 100%;
    object-fit: contain;
}

.truncate p:first-child {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.truncate p:not(:first-child) {
    display: none;
}

.rte img {
    width: 100%;
    height: auto;
}

/* ---------- Responsive padding ---------- */

.p-3-r {
    padding: .5rem;
}

@media screen and (min-width: 768px) {

    .p-3-r {
        padding: 1rem;
    }
}

.p-4-r {
    padding: .75rem;
}

@media screen and (min-width: 768px) {

    .p-4-r {
        padding: 1.5rem;
    }
}

.p-5-r {
    padding: 1.5rem;
}

@media screen and (min-width: 768px) {

    .p-5-r {
        padding: 3rem;
    }
}

/* ---------- Responsive top-padding ---------- */

.pt-3-r {
    padding-top: .5rem;
}

@media screen and (min-width: 425px) {

    .pt-3-r {
        padding-top: 1rem;
    }
}

@media screen and (min-width: 768px) {

    .pt-3-r {
        padding-top: 1rem;
    }
}

.pt-4-r {
    padding-top: .75rem;
}

@media screen and (min-width: 768px) {

    .pt-4-r {
        padding-top: 1.5rem;
    }
}

.pt-5-r {
    padding-top: 1.5rem;
}

@media screen and (min-width: 768px) {

    .pt-5-r {
        padding-top: 3rem;
    }
}

/* ---------- Responsive X-padding ---------- */

.px-3-r {
    padding-left: .5rem;
    padding-right: .5rem;
}

@media screen and (min-width: 425px) {

    .px-3-r {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media screen and (min-width: 768px) {

    .px-3-r {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.px-4-r {
    padding-left: .75rem;
    padding-right: .75rem;
}

@media screen and (min-width: 768px) {

    .px-4-r {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.px-5-r {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media screen and (min-width: 768px) {

    .px-5-r {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

/* ---------- Responsive y-padding ---------- */

.py-3-r {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

@media screen and (min-width: 425px) {

    .py-3-r {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media screen and (min-width: 768px) {

    .py-3-r {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.py-4-r {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

@media screen and (min-width: 768px) {

    .py-4-r {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.py-5-r {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {

    .py-5-r {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

/* ---------- Responsive Y-margin ---------- */

.my-3-r {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

@media screen and (min-width: 425px) {

    .my-3-r {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

@media screen and (min-width: 768px) {

    .my-3-r {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

.my-4-r {
    margin-top: .75rem;
    margin-bottom: .75rem;
}

@media screen and (min-width: 768px) {

    .my-4-r {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
}

.my-5-r {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {

    .my-5-r {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}

/* ---------- Button ---------- */

.btn {
    min-width: 200px;
    font-size: 1.25rem;
    padding: 6px 30px 8px 30px;
    border-radius: 25px;
}

.btn-primary:hover {
    background-color: #005E71;
    border-color: #005E71;
}

.green-btn {
    background-color: #75932b;
    border-color: #75932b;
    color: white;
}

.blue-btn {
    background-color: #418F9A;
    border-color: #418F9A;
}

.btn-menupage {
    min-width: 80px;
    font-size: 1.25rem;
    padding: 6px 20px 8px 20px;
    border: solid black 2px;
}

    .btn-menupage:hover {
        background-color: black;
        color: white;
    }


/* ---------- Header section ---------- */

.hero-section {
}

.hero-image {
    height: 250px;
}

.hero-text {
}

.sticky-background {
    background-color: white;
    height: 45px;
}

.green-pattern-border {
    height: 80px;
    width: 100%;
}

/*
-----------------------------------------
                NAVBAR
-----------------------------------------
*/

.nav {
    max-width: 100%;
}

nav {
    z-index: 4;
    top: 0;
    height: 110px;
}

.navbar {
    box-shadow: #f2f2f2 2px 1px;
    display: flex;

    align-content: center;
}




@media screen and (min-width: 768px) {

    .navbar {
        align-content: baseline;
    }

}


.navbar-brand,
.navbar-brand img {
    height: 100%;
    max-height: 80px;
}

@media screen and (min-width: 768px) {
    .navbar-brand,
    .navbar-brand img {
        height: 100%;
        max-height: 95px;
    }
}


    .nav-links {
        position: sticky;
        top: 81px;
        z-index: 4;
    }

    #call-us {
        display: none;
    }

    @media screen and (min-width: 768px) {

        #call-us {
            font-size: 1.125rem;
            display: block;
        }
    }

    @media screen and (max-width: 768px) {

        #call-us {
            margin: 30px 0;
        }
    }

    .call-us-margin {
        margin: 30px 0;
        transition: 0.5s;
    }

    .call-us-no-margin {
        margin: 0;
        transition: 0.5s;
    }

    .sticky-nav a {
        font-size: 1.25rem;
    }

    .top-margin {
        margin-top: 10px;
    }

.phone-btn {
    background-color: #75932b;
    border-radius: 30px;
    color: white;
    transition: 0.5s;
    border: 3px solid transparent;
}

    .phone-btn:hover,
    .phone-btn-switch:hover {
        background-color: #005E71;
        color: #fff;
    }

    .phone-btn-switch {
        background-color: white;
        border-radius: 30px;
        color: #005E71;
        transition: 0.5s;
        border: 3px solid transparent;
    }

    .phone-btn-hover:hover {
        background-color: #418F9A;
        color: white;
    }

    .fredos-logo {
        height: 65px;
        width: auto;
    }


    /* ---------- Mobile menu button ---------- */

    .navbar-toggler:focus {
        outline: none;
    }

    .navbar .navbar-toggler {
        width: 35px;
        height: 28px;
        position: relative;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
        padding: 0;
        outline: none !important;
        box-shadow: none !important;
        border: none;
        z-index: 1030;
    }

    .navbar-toggler {
        position: relative;
        width: 30px;
        height: 22px;
        border: none;
        margin-top: 2.4rem;
        color: #005E71;
    }

        .navbar-toggler span {
            display: block;
            position: absolute;
            height: 3px;
            width: 30px;
            background: #005E71;
            opacity: 1;
            left: 0;
        }

    .navbar-dark .navbar-toggler span {
        background: #FFFFFF;
    }

    .navbar-toggler:focus,
    .navbar-toggler:active {
        border: none;
        outline: none;
        box-shadow: none;
    }

    .navbar-toggler span:nth-child(1) {
        top: 0;
    }

    .navbar-toggler span:nth-child(2) {
        top: 10px;
    }

    .navbar-toggler span:nth-child(3) {
        top: 20px;
    }

    @media screen and (min-width: 992px) {

        .navbar-toggler {
            display: none;
        }
    }

    /* ----- Offcanvas mobile menu ----- */

    .mobile-menu-brand {
        position: relative;
        top: -50px;
    }

    .offcanvas-link {
        color: #75932b;
        font-weight: 600;
        font-size: 1.125rem;
        padding: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        white-space: nowrap;
        border-bottom: 1px solid #005E71;
    }

    .offcanvas-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        overflow-y: auto;
        transition: -webkit-transform .4s ease-in-out;
        transition: transform .4s ease-in-out;
        transition: transform .4s ease-in-out, -webkit-transform .3s ease-in-out;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        z-index: 1032;
        overflow-x: hidden;
    }

        .offcanvas-collapse.open {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            box-shadow: 0 0 1000px rgba(0,0,0,0.5);
        }

    #mob-nav {
        padding: 0;
        background-color: white;
    }

    @media screen and (min-width: 400px) {

        .offcanvas-collapse {
            width: 380px;
            right: 0;
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
        }

            .offcanvas-collapse.open {
                -webkit-transform: translateX(0);
                transform: translateX(0);
            }
    }

    #mobileMenu .nav-item {
        border-bottom: 1px solid #D4D4D6;
    }

    #mobileMenu .nav-link {
        color: #000000;
        font-weight: 600;
        font-size: 1.125rem;
        padding: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        white-space: nowrap;
    }

    /* Mobile menu close button */

    .close-button {
        cursor: pointer;
        font-size: 36px;
        padding: 0 0.25rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
        color: #000000;
        height: 30px;
        width: 30px;
        margin-right: 1.8rem;
        margin-top: 2.9rem;
    }

    .main-menu-mobile .top-nav-item {
        height: 60px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .main-menu-mobile .top-nav-item span {
            display: block;
            position: absolute;
            height: 2px;
            width: 30px;
            background: #005E71;
            opacity: 1;
            right: 0;
        }

            .main-menu-mobile .top-nav-item span:nth-child(1) {
                top: 15px;
                transform: rotate(45deg);
            }

            .main-menu-mobile .top-nav-item span:nth-child(2) {
                top: 15px;
                transform: rotate(-45deg);
            }

    #mobileMenu #language-menu .nav-link {
        font-weight: 400;
        opacity: 0.8;
    }

    /* Mobile submenu */

    .main-menu-mobile .offcanvas-submenu-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        transition: all .3s ease-in-out;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        z-index: 10;
        padding: 0;
        opacity: 0;
    }

        .main-menu-mobile .offcanvas-submenu-collapse.open {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
        }

        .main-menu-mobile .offcanvas-submenu-collapse .top-nav-item {
            justify-content: space-between;
        }

    .main-menu-mobile .back-button {
        justify-content: flex-start;
        font-size: 30px;
        margin-left: 1.8rem;
        margin-top: 2.5rem;
        margin-bottom: 2rem;
        color: #005E71;
    }

    .main-menu-mobile .submenu {
        list-style: none;
        padding-left: 0;
        background-color: white;
    }

        .main-menu-mobile .submenu .nav-item:nth-child(2) {
            margin-top: 2rem;
        }

    .main-menu-mobile .offcanvas-submenu-collapse .submenu:first-child .nav-item:first-child .nav-link {
        border-top: none;
    }

    .main-menu-mobile .submenu-submenu {
        list-style: none;
        padding-left: 0;
        height: 100%;
        background-color: white;
    }

    .submenu-title {
        white-space: normal;
        font-weight: 500;
        color: #75932b;
    }

    .submenu-item a {
        color: #75932b;
    }

    #mobileMenu .main-menu-mobile .submenu-submenu .nav-item .nav-link {
        white-space: normal;
        font-weight: 400;
        color: #75932b;
    }

    .main-menu-mobile .submenu-submenu .nav-item:first-child .nav-link {
        border-top: none;
    }

    .main-menu-mobile .submenu-submenu .nav-item:first-child .nav-link {
        border-top: none;
    }

    .main-menu-mobile .submenu .submenu .nav-item:last-child .nav-link {
        border-bottom: none;
    }

    .main-menu-mobile .submenu-item .nav-link {
        text-transform: none;
    }

    /* ---------- Desktop menu ---------- */

    #desktopMenu {
        display: none;
    }

    @media screen and (min-width: 992px) {

        #desktopMenu {
            display: block;
        }
    }

    .nav-link-light {
        color: #f8f9fa;
    }

        .nav-link-light:hover {
            color: #f8f9fa;
            text-decoration: underline;
        }

    .nav-link-dark {
        color: #343a40;
    }

        .nav-link-dark:hover {
            color: #005E71;
        }


    /* Desktop dropdown menus */

    .tranparent-right-border {
        border-right: 5px solid transparent;
    }

    .dropdown {
        border-radius: 0 0 .25rem .25rem;
    }

    .dropdown-menu {
        position: relative;
        top: 0;
        right: 5px;
        border: none;
        border-left: 5px solid #418F9A;
        padding: 0;
    }

    .dropdown.show {
        background-color: white;
        border-left: 5px solid #418F9A;
    }

    .dropdown-toggle[aria-expanded="true"] {
        color: #343a40 !important;
        border-bottom: 1px solid #f6f6f6;
        padding-bottom: 12px;
    }

    /*
-----------------------------------------
                FOOTER
-----------------------------------------
*/

    footer {
        position: relative;
        bottom: 0;
    }

    .footer-text p,
    .footer-text a {
        font-size: 1rem;
    }

    footer .container {
    }



    @media screen and (min-width: 1200px) {

        .footer-container {
            max-width: 1024px;
        }
    }

    @media screen and (min-width: 1600px) {

        .footer-container {
            max-width: 1268px;
        }
    }


    /*
-----------------------------------------
                START PAGE
-----------------------------------------
*/

.home-hero {
    height: 570px;
}



@media screen and (min-width: 768px) {

    .home-hero {
        height: 800px;
    }
}


    .move-up {
        position: relative;
        top: -35px;
    }

    .triple-container {
        max-width: 400px;
    }

    .triple-image {
        min-width: 150px;
        min-height: 150px;
        aspect-ratio: 4/3;
    }

    .triple-text {
        height: 200px;
    }

    .home-section {
        max-width: 100%;
    }

    .main-item {
        height: 400px;
    }

    .further-reading {
        min-height: 490px;
        background-color: lightgray;
    }

        .further-reading > .container > div {
        }

        .further-reading h2 {
        }

    .jumbotron {
        margin-bottom: 0;
    }

    .news-preview p,
    .news-preview {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4; /* number of lines to show */
        line-clamp: 4;
        -webkit-box-orient: vertical;
    }

.ingredient {
    max-width: 220px;
}

        .ingredient img {
            width: 100%;
            aspect-ratio: 1/1;
         
        }

    /*
-----------------------------------------
                MENU PAGE
-----------------------------------------
*/

    .category {
        scroll-margin-top: 110px;
    }

    .green-btm-border {
        border-bottom: 2px solid #75932b;
    }

    .categories > .category:nth-of-type(2n) {
        background-color: #e6e6e6;
    }

    .menu-img {
        max-width: 150px;
    }

    .menu-img-container {
        width: 150px;
    }

    .slick-track {
        display: flex !important;
        align-items: stretch;
    }

    .card-wrapper {
        display: flex;
        flex-direction: column;
        flex-basis: auto !important;
        height: unset !important;
    }

    .card {
        flex: 1 1 0px;
        margin: .5em;
        border: 1px solid #EEEEEE;
        box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
        border-radius: 0;
        position: relative;
        max-width: 450px;
        height: calc(100% - 1rem);
    }

    .card-title:hover {
        color: var(--dark-tur-color) !important;
    }

    .card-image-top,
    .card-image {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .card-body {
        flex: 1 1 auto;
        min-height: 250px;
    }

    .price-container {
        position: absolute;
        top: 10px;
        right: 20px;
        width: 120px;
        background-color: #005E71;
        color: white;
    }

    .card-title {
        font-size: 1.12rem;
        text-wrap: balance;
    }

    .card-price {
        font-size: 1.12rem;
        font-family: 'Futura LT W01 Bold', sans-serif;
        line-height: 1.5;
    }

    .info-price {
        text-align: left;
    }

    @media screen and (min-width: 768px) {

        .info-price {
            text-align: right;
        }
    }

    /*
-----------------------------------------
            FOR BUSINESSES PAGE
-----------------------------------------
*/

    .feedback-text {
        min-height: 120px;
    }

    .feedback-img {
        height: 100px;
        width: 100px;
        border-radius: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .list-circle {
        width: 370px;
        height: 370px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: .5em;
        margin-left: auto;
        margin-right: auto;
    }

    .list {
        vertical-align: middle;
        list-style: none;
        vertical-align: middle;
        padding: 0px 30px 5px 22px;
        text-align: center;
    }

    .white-bulletss {
        background: url('../Icons/circle.png') no-repeat left center;
    }

    .black-bullets {
        background: url('../Icons/black-circle.png') no-repeat left center;
    }

    .list p {
        margin-left: 2em;
        text-indent: -2.8em;
    }

    /*
-----------------------------------------
                NEWS PAGE
-----------------------------------------
*/

    article img {
        height: auto;
        width: 100%;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    @media screen and (max-width: 768px) {

        article h2 {
            font-size: 2rem;
        }
    }



    .read-more {
        display: inline-block;
        color: #000000;
        font-weight: 700;
        font-size: 0.875rem;
        text-transform: uppercase;
    }

    .news-list-posts {
        margin-top: 1rem;
    }

    @media screen and (min-width: 768px) {

        .news-list-posts {
            margin-top: 9rem;
        }
    }

    .news-list-post {
        padding: 0rem 1rem 0rem;
        margin-top: 1.5rem;
        margin-bottom: 2.5rem;
    }


    .promo-img {
    }

        .promo-img img {
            height: 600px;
        }

    .green-left-border {
        border-left: 2px solid #75932b;
    }

    /*
-----------------------------------------
            CONTACT PAGE
-----------------------------------------
*/

    .time {
        position: relative;
        top: -3px;
        padding-right: 15px;
        max-width: 40px;
    }

    .map {
        background-size: 70%;
        background-repeat: no-repeat;
        background-position-y: center
    }

    .contact-bubble {
        position: relative;
        left: 33%;
        top: 5px;
        height: 300px;
        width: 300px;
        ;
        background: url('/Icons/bubble.png') no-repeat left;
        background-size: contain;
    }

    .contact-info {
        width: 75%;
        padding: 42px 0 0 30px;
        ;
    }

        .contact-info p,
        .label {
            font-family: 'Futura LT W01 Bold', sans-serif;
        }

        .contact-info > div > div > a {
            color: black;
        }

            .contact-info > div > div > a:hover {
                color: #005E71;
            }

    .form-group label {
        margin-bottom: 0;
        color: grey;
        font-size: .8rem;
    }

    .form-control {
        border: none;
        border-radius: 0;
        border-bottom: 2px solid #C6C6C6;
        height: 1rem;
        padding-left: 0;
        padding-bottom: 1rem;
        font-weight: 800;
        margin-top:;
    }

        .form-control:focus {
            box-shadow: none;
            border-bottom: 2px solid black;
        }

    /*
-----------------------------------------
            Slick Slider
-----------------------------------------
*/
    .slick-prev::before,
    .slick-next::before {
        outline: none;
        background: transparent !important;
        color: #75932b !important;
    }

    .slick-initialized .slick-slide {
        display: flex !important;
    }


    .slick-slide img {
        display: block;
        width: 100%;
        object-fit: cover;
        object-position: center;
        aspect-ratio: 1 / 1;
    }



    .umbraco-forms-navigation input {
        background-color: #75932b;
        border-color: #75932b;
        color: white;
        margin-left: 1rem;
        margin-bottom: 1rem;
    }


        .umbraco-forms-navigation input:hover {
            background-color: #005E71;
            border-color: #005E71;
            color: white;
        }





    .umbraco-forms-container {
        background-color: #f3f3f3;
        padding: 2rem;
    }

    .umbraco-forms-form fieldset {
        padding: 0 !important;
        margin: 0 !important;
    }


    .slick-dots {
        display: none !important;
    }

    @media screen and (min-width: 768px) {

        .slick-dots {
            display: block !important;
        }
    }


.category img {
width:100%;
height: auto;

}

.folow-link {
    display: flex;
    justify-content: center;
}



@media screen and (min-width: 768px) {

    .folow-link {
        justify-content: flex-start;
    }
}



.folow-link a svg {
    font-size: 35px;
    padding-right: 15px;
}

.folow-link .last a svg {
    font-size: 30px;
}

.top-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.top-btn {
    display: none;
}

@media screen and (min-width: 768px) {

    .top-btn {
        
        display: flex;
    }
}

