html,
body {
    font-family: "Merriweather", serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #000000;
}

/* Universal*/
.imgContain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

hr {
    opacity: 1;
}

p {
    margin: 0;
}

hr.dark {
    border: 1px solid #000000;
}

ul,
ol {
    list-style: none;
    padding: 0;
}

button:focus {
    outline: none;
}

a {
    color: #f68712;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input,
textarea {
    outline: 0 !important;
    box-shadow: none !important;
}

.imgZoom {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.imgCover {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
}

ul.breadcrumb li {
    display: inline;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: #282828;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #4e4e4e;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #f68712;
    text-decoration: underline;
}

.accordion-button::after {
    margin-right: -15px;
}

/*END Universal*/
.main-content {
    padding-top: 130px;
}

/* HEADER */
.main-navbar {
    color: white;
    padding: 0;
    /* border-bottom: 2px solid #fff; */
    height: 110px;
    max-height: 110px;
    
    font-family: 'Titillium Web', sans-serif;
}

.main-navbar.open-search .language-dropdown,
.main-navbar.open-search .sidebar-toogler {
    display: none !important;
    /* width: 0; */
}

.main-navbar.menu-fixed-top,
.main-navbar.menu-white,
.main-navbar:hover {
    background-color: #fff;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
}

.main-navbar .logo-container {
    min-width: 20%;
    text-align: center;
}

.main-navbar .logo {
    height: 90px;
}

.main-navbar .logo-dark,
.main-navbar.menu-fixed-top .logo-dark,
.main-navbar.menu-white .logo-dark {
    display: none;
}

.main-navbar:hover .logo-dark,
.main-navbar.menu-fixed-top .logo-dark,
.main-navbar.menu-white .logo-dark {
    display: block;
}

.main-navbar:hover .logo-light,
.main-navbar.menu-fixed-top .logo-light,
.main-navbar.menu-white .logo-light {
    display: none;
}

.main-navbar .navbar-brand {
    padding: 0;
}

.main-navbar .navbar-nav .nav-item {}

.main-navbar .navbar-nav .nav-item .nav-link {
    color: white;
    text-align: center;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5rem;
    /* 181.818% */
    letter-spacing: 1.1px;
    padding: 0 3.375rem;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center !important;
}

.main-navbar .navbar-nav .nav-item .nav-link:hover,
.main-navbar .navbar-nav .nav-item .nav-link.active {
    border-bottom: 2px solid #ffa800;
    text-decoration: none;
}

.main-navbar.menu-fixed-top .navbar-nav .nav-item .nav-link,
.main-navbar.menu-white .navbar-nav .nav-item .nav-link,
.main-navbar:hover .navbar-nav .nav-item .nav-link {
    color: #000;
}

.sidebar-toogler {
    border: none;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    padding: 0 12px;
    display: inline-block;
    background-color: transparent;
    margin-right: 2rem;
}

.main-navbar.menu-fixed-top .sidebar-toogler,
.main-navbar.menu-white .sidebar-toogler,
.main-navbar:hover .sidebar-toogler {
    color: #000;
}

.language-dropdown {
    text-align: center;
    color: #fff;
    min-width: 80px;
}

.language-dropdown i {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 900;

    line-height: 2.5rem;
    /* 166.667% */
    letter-spacing: 1.2px;
    margin-left: 7px;
}

.language-dropdown .dropdown-menu {
    width: auto;
    text-align: center;
    border: none;
}

.main-navbar.menu-fixed-top .language-dropdown,
.main-navbar.menu-white .language-dropdown,
.main-navbar:hover .language-dropdown {
    color: #000;
}

/*arrows*/
.arrows {
    margin-top: 50px;
}

.arrows .btn-left {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #f68712;
    background-color: #fff;
    color: #f68712;
}

.arrows .btn-right {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #f68712;
    background-color: #fff;
    color: #f68712;
}

.arrows .btn-left:hover {
    color: #fff;
    background-color: #f68712;
}

.arrows .btn-right:hover {
    color: #fff;
    background-color: #f68712;
}

/*END arrows*/

/* Saveti za put*/
.accordion-button {
    color: #000;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.9px;
}

.accordion-button:hover {
    color: #f68712;
}

.accordion {
    border: none;
    box-shadow: none;
    --bs-accordion-active-bg: none;
    --bs-accordion-active-color: #f68712;
    --bs-accordion-border-color: none;
    --bs-accordion-btn-focus-box-shadow: none;
}

.accordion-body {
    color: #000;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.9px;
    padding-left: 50px;
}

.accordion-item {
    border: none;
}

.line_accordion {
    width: 100%;
    border: 1px solid #818181;
}

/*END Saveti za put*/

/*Contact*/
.title-content {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 3.6px;
    margin-top: 45px;
    margin-left: 10px;
}

.line {
    max-width: 180px;
    border: 2px solid #f68712;
}

.control.form {
    width: 100%;
    font-size: 1.25rem;
    color: #282828;
    background-color: #fff;
    border: 1px solid #8e8e8e;
    border-radius: 5px;
}

.btn {
    font-weight: 500;
}

.btn:hover {
    text-decoration: none;
}

.btn-primary {
    /* width: 225px; */
    word-break: keep-all;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    letter-spacing: 4px;
    background-color: #f68712;
    border: 1px solid #cf6f09;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
}

.btn-primary:hover {
    background-color: #cf6f09;
    border: 1px solid #b6620b;
}

.btn-primary.white {
    color: #f68712;
    background-color: white;
    border-color: white;
}

.btn-primary.white:hover {
    color: white;
    background-color: #f68712;
    border-color: #f68712;
}

.contact_inputs input:active,
.contact_inputs input:focus,
.contact_inputs textarea:active,
.contact_inputs textarea:focus {
    border-color: #f68712;
}

/*END Contact*/

/*Paralax*/
.paralax_item {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 65vh;
    max-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paralax_item.element_size {
    min-height: auto;
    max-height: auto;
    padding-top: 4rem;
    padding-bottom: 4.5rem;
}

.paralax_item_text {
    color: #fff;
    text-align: center;
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
    padding: 25px;
}

.paralax_item .title {
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
    font-family: "Caveat", cursive;
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
}

.paralax_item_line {
    width: 180px;
    margin: auto;
    border: 1.7px solid #f68712;
    text-align: center;
}

.paralax_item .desc {
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 1px;
    margin-top: 3rem;
    max-width: 700px;
}

.paralax_item .btn-primary {
    margin-top: 50px;
}

/*END Paralax */
/*Media Elems*/
.media_elem_1 {
    background-color: #f3f3f3;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 15px;
    padding: 30px;
}

.media_elem_1 .title {
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 1rem;
}

.media_elem_1 .desc {
    color: #282828;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.7px;
}

.media_elem_1 .btn-primary {
    width: 260px;
}

.media_elem_1 img {
    width: 100%;
    height: 100%;
}

/*Price koje zive list*/
.price_list {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: right;
    overflow-x: hidden;
    height: 440px;
}

.price_item {
    display: inline-block;
    margin: auto;
    width: 380px;
    cursor: pointer;
    position: relative;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-left: 10px;
}

.price_desc {
    font-size: 1.1rem;
    font-style: normal;
    text-align: left;
    font-weight: 300;
    line-height: 30px;
    padding-left: 15px;
}

.price_item:last-child,
.price_item:first-child {
    margin-left: auto;
}

.price_item h3 {
    color: #000;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    padding-top: 12px;
    padding-left: 15px;
}

.price_item h3:hover {
    color: #f68712;
    text-decoration: underline;
}

/*END Price koje zive*/

/*singlepage*/
.text {
    color: #282828;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.8px;
}

.text_two {
    color: #282828;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.9px;
    padding-left: 10px;
    padding-right: 20px;
    margin-top: 25%;
}

.text_bold {
    color: #282828;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.8px;
}

.podnaslov_singlep {
    color: #282828;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 120% */
    letter-spacing: 1.25px;
}

.singlepage_img {
    border: none;
    width: 100%;
    flex-shrink: 0;
}

.singlepageimage_img {
    width: 100%;
}

.podnaslov {
    color: #282828;
    padding-left: 10px;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.25px;
}

.text_price {
    color: #282828;
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.9px;
}

.text_pricetwo {
    color: #282828;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.8px;
    padding-left: 15px;
    margin-top: 80px;
}

.podnaslov_price {
    color: #282828;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.25px;
}

.datum {
    color: #000;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 6px;
    text-align: center;
    margin-top: 30px;
}

.dan,
.mesec {
    display: block;
    padding: 5px;
}

/*END singlepage*/

/*Social Share*/
.socialShare {
    color: #282828;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 3.75px;
    margin-right: auto;
}

.socialShare>div {
    display: inline-block;
    font-weight: 900;
}

.socialIconPlace {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 0.5px solid #d9d9d9;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.socialIconPlace:hover {
    color: #fff;
    border: 0.5px solid #d9d9d9;
    background-color: #f68712;
}

.text-center {
    font-size: 1rem;
}

@media (max-width: 991.98px) {
    .media_elem_1 {
        text-align: center;
    }

    .media_elem_1 .btn-primary {
        margin-bottom: 25px;
    }
}

/*END Social Share*/
.title_single_elem {
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 6rem;
}

/*PricePODkategorije*/
.price_podkategorija {
    height: 500px;
    width: 100%;
    position: relative;
    margin-bottom: 12rem;
}

.price_podkategorija img {
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
    transition: 0.8s ease;
}

.price_podkategorija .imgZoom {
    border-radius: 10px 10px 10px 10px;
}

.price_podkategorija:hover img {
    transform: scale(1.2);
}

.Pricekojezive_item {
    position: absolute;
    max-width: 575px;
    min-width: 450px;
    bottom: -6rem;
    right: 2rem;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
}

.naslov_podkategorije {
    color: #000;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.9px;
}

.naslov_podkategorije:hover {
    color: #f68712;
    text-decoration: underline;
}

.desc-podkategorije {
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    margin-top: 20px;
}

.btn-price {
    width: 200px;
    font-size: 1.125rem;
    color: #fff;
    margin: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    letter-spacing: 2.7px;
    background-color: #f68712;
    border: 1px solid #cf6f09;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
}

.btn-price:hover {
    color: #fff;
    background-color: #cf6f09;
    border: 1px solid #b6620b;
}

@media (max-width: 767.98px) {
    .Pricekojezive_item {
        position: relative;
        bottom: 0;
        right: 0;
        border-radius: 0px 0px 10px 10px;
        max-width: auto;
        min-width: auto;
        padding: 10px;
    }

    .price_podkategorija {
        height: auto;
        margin-bottom: 50px;
    }

    .price_podkategorija img,
    .price_podkategorija .imgZoom {
        border-radius: 10px 10px 0px 0px;
    }

    .btn-price {
        width: 156px;
    }
}

/*END Price podkateorije*/

/*Smestaj*/
.btn-bookingsite {
    color: #fff;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 2.7px;
    background-color: #f68712;
    margin-top: 50px;
}

.btn-bookingsite:hover {
    color: #fff;
    background-color: #cf6f09;
    border: 1px solid #b6620b;
}

.pronadjismestaj_desc {
    color: #000;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.9px;
}

.smestaj {
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #c7c7c7;
    background-color: #fff;
}

.smestaj_img {
    width: 100%;
    padding: 5px;
}

.smestaj_title {
    color: #282828;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    padding-left: 5px;
}

.smestaj_title:hover {
    color: #f68712;
}

.naziv_lokacije {
    color: #282828;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    padding-left: 5px;
}

.smestaj_desc {
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    padding-left: 5px;
}

.cena_smestaj {
    display: flex;
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid #c7c7c7;
    background: #f5f5f5;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.cena {
    color: #282828;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    padding: 5px;
}

.btn-booking {
    position: absolute;
    right: 5px;
    margin: 5px;
    width: 130px;
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    background-color: #f68712;
    border: 1px solid #cf6f09;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
}

.btn-booking:hover {
    color: #fff;
    background-color: #cf6f09;
    border: 1px solid #b6620b;
}

/**END Smestaj/
/*Pagionation*/
.pagination {
    display: inline-flex;
    margin-top: 20px;
    margin-bottom: 50px;
    float: right;
}

.pagination a {
    color: #ffa800;
    font-size: 1rem;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ffa800;
}

.page-link {
    font-size: 1rem;
    padding: 8px 16px;
}

.pagination a.active,
.pagination .active>.page-link {
    background-color: #ffa800;
    color: white;
    border: 1px solid #ffa800;
}

.pagination .page-link:active,
.pagination .page-link:focus {
    outline: none;
    box-shadow: none;
}

.pagination .disabled>.page-link {
    color: #ffa800;
}

.pagination a:hover:not(.active) {
    color: #fff;
    background-color: #ffa800;
}

/**END Pagionation*/
/** Destinacije list */
.destinacije_list {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: right;
    overflow-x: hidden;
    height: 520px;
}

.destinacije_item {
    display: inline-block;
    margin: auto;
    width: 380px;
    height: 520px;
    cursor: pointer;
    position: relative;
    border-radius: 15px;
}

.destinacije_item:last-child,
.destinacije_item:first-child {
    margin-left: auto;
}

.destinacije_item h3 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 2rem;
    color: white;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 700;
    letter-spacing: 1.5px;
    text-decoration: none;
}

/*Destinaicije page*/
.destinations_item {
    margin: auto;
    height: 100%;
    width: 100%;
    min-height: 400px;
    max-height: 520px;
    max-width: 380px;
    /* margin-top: 30px;
    margin-bottom: 30px; */
    cursor: pointer;
    position: relative;
}

.destinations_item img {
    border-radius: 15px;
    transition: 0.6s ease;
}

.destinations_item h2 {
    position: absolute;
    top: 70%;
    left: 5%;
    width: 90%;
    text-align: center;
    font-size: 2rem;
    color: white;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 700;
    letter-spacing: 1.5px;
    text-decoration: none;
}

.destinations_item .imgZoom {
    border-radius: 15px;
}

.destinations_item:hover img {
    transform: scale(1.1);
}

.nase_destinacije {
    margin-top: 6rem;
}

/*END Destinacije page*/

/*Card*/
.card {
    margin: auto;
    max-width: 380px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.card_empty {
    margin: auto;
    /* width: 200px; */
    max-width: 380px;
    width: 100%;
    height: 100%;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    object-position: center;

    transition: 0.6s ease;
}

.card .imgZoom {
    width: 100%;
    height: 270px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.card .imgZoom:hover img {
    transform: scale(1.1);
}

.card .desc {
    font-size: 1rem;
    font-style: normal;
    text-align: left;
    font-weight: 300;
    line-height: 30px;
    margin: 7px 15px 20px 15px;
}

.card h2 {
    color: #000;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    margin-top: 12px;
    margin-left: 15px;
    margin-right: 15px;
}

.card h2:hover {
    color: #f68712;
    text-decoration: underline;
}

/* END Destinacije Ppodkategorije*/

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
    color: #f68712;
}

@media (max-width: 991.98px) {
    .naslov_linksmestaj {
        text-align: center;
        padding-right: 40px;
    }

    .podnaslov_smestajitem {
        text-align: center;
        padding-right: 40px;
    }

    .smestaj_item_desc {
        text-align: center;
        padding-right: 40px;
    }
}

@media (max-width: 1199.98px) {
    .btn-smestaj_item {
        margin-bottom: 50px;
    }
}

/* END List Smestaj*/
/*About*/
.about-image1 img {
    margin: 10px;
    width: 100%;
}

.about-image2 img {
    margin: 10px;
    width: 100%;
}

.title-about {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.25px;
    padding-left: 1.2rem;
}

.desc-about {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.9px;
    padding-left: 1rem;
}

.title-partners {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.25px;
    margin-top: 5rem;
}

.desc-partners {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.9px;
}

.title-follow {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.25px;
}

.about-social-icon a {
    color: #000;
    font-size: 1.3rem;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 7px;
}

.about-social-icon a:hover {
    color: #f68712;
}

/*END About*/

/*Footer*/
.footer {
    width: 100%;
    height: 100%;
    background-color: #505c68;
    padding-top: 5em;
    padding-bottom: 4.125em;
    color: #fff;
}

.logofooter {
    width: 200px;
}

.footer .desc {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625em;
    margin-top: 10px;
    text-align: center;
}

.footer .social-icons a {
    color: #fff;
    /* font-family: "Font Awesome 5 Brands";     */
    font-size: 1.3rem;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;

    line-height: 2.5rem;
    letter-spacing: 7px;
}

.footer .social-icons a:hover {
    color: #f68712;
}

.fmenu {
    list-style: none;
    padding-left: 0;
}

@media (max-width: 1199.98px) {
    .fmenu {
        text-align: center;
    }
}

.fmenu a {
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8em;
    text-decoration: none;
    letter-spacing: 0.8px;
}

.fmenu a:hover {
    color: #f68712;
    text-decoration: underline;
}

.fmenu ul {
    padding-left: 0;
}

.fmenu li a.active {
    color: #f68712;
    text-decoration: underline;
}

.footer .newslleter {
    padding: 10px;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 160% */
    letter-spacing: 1.25px;
}

.footer .newslleter-desc {
    padding: 10px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}

@media (max-width: 1199.98px) {

    .footer .newslleter-desc,
    .footer .newslleter {
        text-align: center;
    }
}

.form-newsletter {
    position: relative;
    padding: 10px;
    color: #505c68;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.btn-newsletter {
    width: 50px;
    height: 40px;
    border-radius: 5px;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    background-color: #f68712;
}

.btn-newsletter:hover {
    color: #fff;
    background-color: #cf6f09;
}

.form-newsletter input {
    width: 100%;
    padding: 15px;
    height: 60px;
    border-radius: 10px;
    background-color: #d9d9d9;
    border: none;
}

/*END Footer*/

.topheader {
    width: 100%;
    padding: 12px;
    background-color: #26bd74;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: 2px;
    text-align: left;
    color: #fff;
}

.topheader a {
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: 2px;
    text-align: left;
    color: #fff;
}

.social-buttons {
    display: inline-block;
    margin: 0;
}

.social-buttons i {
    color: white;
}

.social-buttons i:hover {
    color: #ee4223;
}

.social-buttons .list-inline-item {
    margin-right: 0.3rem;
    margin-left: 0.3rem;
}

.topheader .social-buttons {
    margin-left: 30px;
}

.topheader img {
    height: 60px;
    margin-right: 30px;
}

.langChoose {
    display: inline-block;
    margin-left: 15px;
    padding-left: 25px;
    border-left: 1px solid white;
}

.langChoose a {
    color: white;
}

.langChoose a:hover {
    color: #ee4223;
}

.mainMenu {
    background-color: transparent;
    position: relative;
    z-index: 999;
    width: 100%;
}

body.menu-fixed-top {
    padding-top: 100px;
}

.mainMenu.fixed-top,
body.menu-fixed-top .mainMenu {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-shadow: 1.7px 2.5px 7px 0 rgba(0, 0, 0, 0.35);
    background-color: #ffffff;
}

.mainMenu .container,
.mainMenu .logoPlace {
    padding: 0;
}

.mainMenu .logoPlace {
    text-align: center;
}

.mainMenu .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1.125rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    text-align: right;
    color: #000000;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    text-transform: uppercase;
}

.mainMenu .navbar-expand-lg .navbar-nav .nav-link:hover,
.mainMenu .navbar-expand-lg .navbar-nav .nav-link.active,
.mainMenu .navbar-expand-lg .navbar-nav .nav-item.show .nav-link {
    color: #26bd74;
}

.logoHeader {
    max-width: 100%;
    height: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-toggler {
    border: none;
    color: #f68712;
    font-size: 1.5rem;
}

/*Main Sidebar*/
.main_sidebar {
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    color: #282828;
    z-index: 9999;
    overflow-y: auto;
    white-space: normal;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    display: none;
    font-family: 'Titillium Web', sans-serif;
}

.main_sidebar::-webkit-scrollbar {
    display: none;
}

.main_sidebar.close {
    -moz-animation: slideout 500ms forwards;
    -o-animation: slideout 500ms forwards;
    -webkit-animation: slideout 500ms forwards;
    animation: slideout 500ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.main_sidebar.open {
    display: flex;
    -moz-animation: slidein 500ms forwards;
    -o-animation: slidein 500ms forwards;
    -webkit-animation: slidein 500ms forwards;
    animation: slidein 500ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.main_sidebar_close {
    position: absolute;
    top: 34px;
    right: 3.5rem;
    background: #fff;
    color: #f68712;
    border: 1px solid #f68712;
    padding: 3px 10px;
    cursor: pointer;
    font-weight: 900;
    font-size: 1.5rem;
    z-index: 99;
}

.main_sidebar_close:hover {
    background: #f68712;
    color: #fff;
}

.main_sidebar .content,
.main_sidebar .subcontent,
.main_sidebar .media_content {
    display: block;
    height: 100vh;
    width: 33.33%;
    max-width: 33.33%;
    overflow-y: auto;
    white-space: normal;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    position: relative;
}

.sidebar_navigation ul li.hassubmenu div i {
    display: none;
}

.main_sidebar .content .logo_position {
    position: absolute;
    top: 15px;
    left: 10%;
}

.main_sidebar .content .logo_position .logo {
    height: 90px;
}

.main_sidebar .subcontent {
    background: #dec89e;
}

.sidebar_navigation {
    margin-top: 200px;
    margin-left: 10%;
    margin-right: 10px;
}

.sidebar_navigation ul li {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.sidebar_navigation ul li.main a {
    color: #282828;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 160% */
    letter-spacing: 3.75px;
    text-transform: uppercase;
}

.sidebar_navigation ul a:hover,
.sidebar_navigation ul a.active {
    text-decoration: none;
    border-bottom: 2px solid #f68712;
    padding-bottom: 2px;
}

.sidebar_navigation ul li.submain a {
    color: #282828;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 181.818% */
    letter-spacing: 3.3px;
}

.lang_choose_sidebar {
    color: #282828;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 181.818% */
    letter-spacing: 3.3px;
    margin-top: 2rem;
}

.lang_choose_sidebar a {
    color: #282828;
}

.lang_choose_sidebar a:hover {
    color: #f68712;
}

.sidebar_navigation .social-icons {
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 133.333% */
    letter-spacing: 4.5px;
    margin-top: 5rem;
}

.sidebar_navigation .social-icons a {
    color: #282828;
}

.sidebar_navigation .social-icons a:hover {
    color: #f68712;
    text-decoration: none;
}

.sidebar_navigation_submenu {
    margin-top: 200px;
    margin-left: 10%;
    margin-right: 10px;
    display: none;
}

.sidebar_navigation_submenu ul li {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.sidebar_navigation_submenu ul li a {
    color: #282828;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 160% */
    letter-spacing: 3.75px;
}

.sidebar_navigation_submenu ul a:hover,
.sidebar_navigation_submenu ul a.active {
    text-decoration: none;
    border-bottom: 2px solid #f68712;
    padding-bottom: 2px;
}

.sidebar_navigation_submenu.active {
    display: block;
}

.media_content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.main_sidebar .media_content>.in_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.submenu_under_menu {
    display: none;
    background: #dec89e;
    width: 100% !important;
    padding: 20px;
    padding-left: 30px;

    border-bottom: 2px solid #f68712;
}

.submenu_under_menu li {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
}

.submenu_under_menu li a {
    font-size: 1.125rem !important;
    line-height: 30px !important;
}

.submenu_under_menu.open {
    display: list-item;
    -moz-animation: submenuanim 600ms forwards;
    -o-animation: submenuanim 600ms forwards;
    -webkit-animation: submenuanim 600ms forwards;
    animation: submenuanim 600ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.partneri_content > div{
    padding: 2rem;
    padding-bottom: 1rem;
}

@media (max-width: 1199.98px) {

    .sidebar_navigation,
    .sidebar_navigation_submenu {
        margin-top: 180px;
    }

    .main_sidebar .content .logo_position .logo {
        height: 80px;
    }

    .main_sidebar .media_content {
        display: none;
    }

    .main_sidebar .content,
    .main_sidebar .subcontent {
        width: 50%;
        max-width: 50%;
    }
}

@media (max-width: 767.98px) {
    .sidebar_navigation {
        margin-top: 160px;
    }

    .main_sidebar .content .logo_position .logo {
        height: 70px;
    }

    .main_sidebar .subcontent {
        display: none;
    }

    .main_sidebar .content {
        width: 100%;
        max-width: 100%;
    }

    .sidebar_navigation {
        width: 80%;
        margin-right: 0;
    }

    .sidebar_navigation ul {
        width: 100%;
    }

    .sidebar_navigation ul li.hassubmenu div {
        display: flex;
        align-content: space-between;
        justify-content: space-between;
    }

    .sidebar_navigation ul li.hassubmenu div i {
        font-size: 1.5rem;
        line-height: 40px;
        letter-spacing: 3.75px;
        color: #282828;
        cursor: pointer;
        padding-left: 20px;
        padding-right: 20px;
    }

    .sidebar_navigation ul li.hassubmenu div i:hover,
    .sidebar_navigation ul li.hassubmenu div i.active {
        color: #f68712;
    }

    .sidebar_navigation ul li.hassubmenu div i {
        display: inline-block;
    }
}

@media (max-height: 799.98px) {
    .main_sidebar .content .logo_position .logo {
        height: 80px;
    }

    .sidebar_navigation,
    .sidebar_navigation_submenu {
        margin-top: 160px;
    }

    .sidebar_navigation ul li.main a,
    .sidebar_navigation ul li.submain a,
    .sidebar_navigation_submenu ul li a,
    .lang_choose_sidebar {
        font-size: 1.5rem;
        line-height: 40px;
    }

    .sidebar_navigation ul li,
    .sidebar_navigation_submenu ul li {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .lang_choose_sidebar {
        margin-top: 1.5rem;
    }

    .sidebar_navigation .social-icons {
        font-size: 1.5rem;
        margin-top: 2.5rem;
    }
}

@media (max-height: 699.98px) {
    .main_sidebar .content .logo_position .logo {
        height: 80px;
    }

    .sidebar_navigation,
    .sidebar_navigation_submenu {
        margin-top: 140px;
    }

    .sidebar_navigation ul li.main a,
    .sidebar_navigation ul li.submain a,
    .sidebar_navigation_submenu ul li a,
    .lang_choose_sidebar {
        font-size: 1.375rem;
        line-height: 40px;
    }

    .sidebar_navigation ul li,
    .sidebar_navigation_submenu ul li {
        margin-top: 0.8rem;
        margin-bottom: 0.8rem;
    }

    .lang_choose_sidebar {
        margin-top: 1.5rem;
    }

    .sidebar_navigation .social-icons {
        font-size: 1.5rem;
        margin-top: 2.5rem;
    }
}

@media (max-height: 599.98px) {
    .main_sidebar .content .logo_position .logo {
        height: 70px;
    }

    .sidebar_navigation,
    .sidebar_navigation_submenu {
        margin-top: 120px;
    }

    .sidebar_navigation ul li.main a,
    .sidebar_navigation ul li.submain a,
    .sidebar_navigation_submenu ul li a,
    .lang_choose_sidebar {
        font-size: 1.25rem;
        line-height: 40px;
    }

    .sidebar_navigation ul li,
    .sidebar_navigation_submenu ul li {
        margin-top: 0.6rem;
        margin-bottom: 0.6rem;
    }

    .lang_choose_sidebar {
        margin-top: 1.3rem;
    }

    .sidebar_navigation .social-icons {
        font-size: 1.5rem;
        margin-top: 2.5rem;
    }
}

@media (max-height: 499.98px) {
    .main_sidebar .content .logo_position .logo {
        height: 60px;
    }

    .sidebar_navigation,
    .sidebar_navigation_submenu {
        margin-top: 100px;
    }

    .sidebar_navigation ul li.main a,
    .sidebar_navigation ul li.submain a,
    .sidebar_navigation_submenu ul li a,
    .lang_choose_sidebar {
        font-size: 1.125rem;
        line-height: 30px;
    }

    .sidebar_navigation ul li,
    .sidebar_navigation_submenu ul li {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .lang_choose_sidebar {
        margin-top: 1.3rem;
    }

    .sidebar_navigation .social-icons {
        font-size: 1.5rem;
        margin-top: 2.5rem;
    }
}

/*End Main sidebar*/

.sidebar {
    box-shadow: 1.5px -7.9px 25.7px 1.4px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: -600px;
    width: 600px;
    max-width: 100%;
    height: 100vh;
    min-height: 500px;
    overflow-y: auto;
    white-space: nowrap;
    z-index: 9999;
}

.sidebar.close {
    -moz-animation: slideout 300ms forwards;
    -o-animation: slideout 300ms forwards;
    -webkit-animation: slideout 300ms forwards;
    animation: slideout 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.sidebar.open {
    -moz-animation: slidein 300ms forwards;
    -o-animation: slidein 300ms forwards;
    -webkit-animation: slidein 300ms forwards;
    animation: slidein 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.sidebarClose {
    display: inline-block;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 10px;
    text-align: left;
    color: #f68712;
    position: absolute;
    left: 30px;
    top: 35px;
}

.sidebarClose>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebarClose i {
    font-size: 3.125rem;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 20px;
    color: #f68712;
}

.logoSidebar {
    width: 400px;
    max-width: 50%;
    height: auto;
    margin-top: 120px;
    margin-bottom: 35px;
}

.menuListSidebar {
    font-size: 1.6rem;
    list-style: none;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.5px;
    text-align: left;
    color: #000000;
    margin-left: 16%;
    padding: 0;
}

.menuListSidebar li {
    margin-top: 12px;
    margin-bottom: 12px;
}

.menuListSidebar li a {
    color: #000000;
}

.menuListSidebar li a:hover,
.menuListSidebar li a.active {
    text-decoration: underline;
    color: #f68712;
}

b.active {
    color: #f68712;
}

.menuListSidebar li.lngChose {
    margin-top: 50px;
}

.loginForm {
    margin: auto;
    max-width: 500px;
}

.swiper-button-white {
    color: white;
}

.header-carousel {
    height: 100vh;
    z-index: 1;
}

.slider_advanced {
    height: 100%;
    width: 100%;
}

.galleryCarousel {
    height: 100%;
    width: 100%;
    position: relative;
}

.slider_all,
.slider_mobile,
.slider_desktop {
    width: 100%;
    height: 100%;
}

.slider_desktop {
    display: block;
}

.slider_mobile {
    display: none;
}

.focus_center_center {
    object-position: center center;
}

.focus_center_left {
    object-position: center left;
}

.focus_center_right {
    object-position: center right;
}

.focus_top_center {
    object-position: top center;
}

.focus_top_left {
    object-position: top left;
}

.focus_top_right {
    object-position: top right;
}

.focus_bottom_center {
    object-position: bottom center;
}

.focus_bottom_left {
    object-position: bottom left;
}

.focus_bottom_right {
    object-position: bottom right;
}

.swiper-slide {
    cursor: pointer;
    background-size: cover;
    background-position: center;
}

.swiper-pagination-bullet {
    width: 25px !important;
    height: 7px !important;
    opacity: 1 !important;
    border-radius: 5px !important;
    background-color: white !important;
}

.swiper-pagination-bullet-active {
    background-color: #f68712 !important;
}

.headerCarousel {
    position: relative;
    height: calc(100vh - 188px);
    min-height: 500px;
    width: 100%;
}

.captionSlider {
    position: absolute;
    /* width: 100%; */
    min-width: 200px;
    max-width: 60%;
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
}

.captionSlider h1,
.captionSlider h2,
.captionSlider h3 {
    font-family: 'Erica One', sans-serif;
    font-weight: 400;
}

.captionSlider.left {
    top: 50%;
    transform: translate(0, -50%);
    left: 10%;
}

.captionSlider.right {
    top: 50%;
    transform: translate(0, -50%);
    right: 10%;
}

.captionSlider.top {
    top: 12%;
    transform: translate(-50%, 0);
    left: 50%;
}

.captionSlider.down {
    bottom: 10%;
    transform: translate(-50%, 0);
    left: 50%;
}

.captionSlider.center {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.captionSlider p {
    font-size: 1.125rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: left;
    color: #ffffff;
}

.cta_place {
    margin-top: 10px;
}

.animation_state_paused {
    animation-play-state: paused;
}

@keyframes animation_from_top {
    0% {
        opacity: 0;
        top: -20%;
    }

    60% {
        opacity: 0.8;
        top: 55%;
    }

    to {
        opacity: 1;
        top: 50%;
    }
}

.captionSlider.left.animation_from_top,
.captionSlider.right.animation_from_top,
.captionSlider.center.animation_from_top {
    animation-name: animation_from_top;
    animation-duration: 1s;
    animation-delay: 0ms;
}

@keyframes animation_from_top_to_down {
    0% {
        opacity: 0;
        bottom: 120%;
    }

    70% {
        opacity: 0.7;
        bottom: 5%;
    }

    to {
        opacity: 1;
        bottom: 10%;
    }
}

.captionSlider.down.animation_from_top {
    animation-name: animation_from_top_to_down;
    animation-duration: 1s;
    animation-delay: 0ms;
}

@keyframes animation_from_top_to_top {
    0% {
        opacity: 0;
        top: -20%;
    }

    60% {
        opacity: 0.8;
        top: 17%;
    }

    to {
        opacity: 1;
        top: 12%;
    }
}

.captionSlider.top.animation_from_top {
    animation-name: animation_from_top_to_top;
    animation-duration: 1s;
    animation-delay: 0ms;
}

@keyframes animation_from_down {
    0% {
        opacity: 0;
        top: 120%;
    }

    60% {
        opacity: 0.8;
        top: 45%;
    }

    to {
        opacity: 1;
        top: 50%;
    }
}

.captionSlider.left.animation_from_down,
.captionSlider.right.animation_from_down,
.captionSlider.center.animation_from_down {
    animation-name: animation_from_down;
    animation-duration: 1s;
    animation-delay: 0ms;
}

@keyframes animation_from_down_to_down {
    0% {
        opacity: 0;
        bottom: -40;
    }

    70% {
        opacity: 0.8;
        bottom: 15%;
    }

    to {
        opacity: 1;
        bottom: 10%;
    }
}

.captionSlider.down.animation_from_down {
    animation-name: animation_from_down_to_down;
    animation-duration: 1s;
    animation-delay: 0ms;
}

@keyframes animation_from_down_to_top {
    0% {
        opacity: 0;
        top: 80;
    }

    70% {
        opacity: 0.8;
        top: 7%;
    }

    to {
        opacity: 1;
        top: 12%;
    }
}

.captionSlider.top.animation_from_down {
    animation-name: animation_from_down_to_top;
    animation-duration: 1s;
    animation-delay: 0ms;
}

@keyframes animation_from_left {
    0% {
        opacity: 0;
        left: -20%;
    }

    60% {
        opacity: 0.8;
        left: 55%;
    }

    to {
        opacity: 1;
        left: 50%;
    }
}

.captionSlider.top.animation_from_left,
.captionSlider.down.animation_from_left,
.captionSlider.center.animation_from_left {
    animation-name: animation_from_left;
    animation-duration: 1s;
    animation-delay: 0ms;
}

@keyframes animation_from_left_to_left {
    0% {
        opacity: 0;
        left: -20%;
    }

    40% {
        opacity: 0.8;
        left: 15%;
    }

    to {
        opacity: 1;
        left: 10%;
    }
}

.captionSlider.left.animation_from_left {
    animation-name: animation_from_left_to_left;
    animation-duration: 1s;
    animation-delay: 0ms;
}

@keyframes animation_from_left_to_right {
    0% {
        opacity: 0;
        right: 120%;
    }

    60% {
        opacity: 0.8;
        right: 5%;
    }

    to {
        opacity: 1;
        right: 10%;
    }
}

.captionSlider.right.animation_from_left {
    animation-name: animation_from_left_to_right;
    animation-duration: 1s;
    animation-delay: 0ms;
}

@keyframes animation_from_right {
    0% {
        opacity: 0;
        left: 120%;
    }

    60% {
        opacity: 0.8;
        left: 45%;
    }

    to {
        opacity: 1;
        left: 50%;
    }
}

.captionSlider.top.animation_from_right,
.captionSlider.down.animation_from_right,
.captionSlider.center.animation_from_right {
    animation-name: animation_from_right;
    animation-duration: 1s;
    animation-delay: 0ms;
}

@keyframes animation_from_right_to_right {
    0% {
        opacity: 0;
        right: -20%;
    }

    40% {
        opacity: 0.8;
        right: 15%;
    }

    to {
        opacity: 1;
        right: 10%;
    }
}

.captionSlider.right.animation_from_right {
    animation-name: animation_from_right_to_right;
    animation-duration: 1s;
    animation-delay: 0ms;
}

@keyframes animation_from_right_to_left {
    0% {
        opacity: 0;
        left: 120%;
    }

    60% {
        opacity: 0.8;
        left: 5%;
    }

    to {
        opacity: 1;
        left: 10%;
    }
}

.captionSlider.left.animation_from_right {
    animation-name: animation_from_right_to_left;
    animation-duration: 1s;
    animation-delay: 0ms;
}

.video_position {
    width: 100%;
    height: 100%;
}

.video-background {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.headerSearch {
    position: relative;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #fff;
    line-height: 2.5rem;
    padding-right: 2rem;
    padding-left: 2rem;
    /* border-bottom: 1px solid transparent; */
}

.main-navbar.menu-fixed-top .headerSearch,
.main-navbar.menu-white .headerSearch,
.main-navbar:hover .headerSearch {
    color: #000;
}

.main-navbar.open-search .headerSearch {
    padding-right: 1rem;
    padding-left: 1rem;
}

.main-navbar.open-search .logo-container {
    min-width: 10%;
}

.headerSearch form {
    display: none;
}

.main-navbar.open-search form {
    display: inline-block;
    -moz-animation: showme 300ms forwards;
    -o-animation: showme 300ms forwards;
    -webkit-animation: showme 300ms forwards;
    animation: showme 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;

    border-bottom: 1px solid #ffa800;
}

#searchInput {
    display: inline-block;
    max-width: 200px;
    border: none;
    background-color: transparent;
    border-radius: 0;
    border-top-left-radius: 10px;
    color: #fff;
}

#searchInput::placeholder {
    color: #fff;
}

.main-navbar.menu-fixed-top #searchInput::placeholder,
.main-navbar.menu-white #searchInput::placeholder,
.main-navbar:hover #searchInput::placeholder,
.main-navbar.menu-fixed-top #searchInput,
.main-navbar.menu-white #searchInput,
.main-navbar:hover #searchInput {
    color: #000;
}

#searchInput:hover,
#searchInput:focus {
    box-shadow: none;
    background-color: transparent;
}

.searchLoopOpen {
    cursor: pointer;
}

/* Slide in animation */
@-moz-keyframes showme {
    0% {
        width: 0px;
    }

    100% {
        width: 200px;
    }
}

@-webkit-keyframes showme {
    0% {
        width: 0px;
    }

    100% {
        width: 200px;
    }
}

@keyframes showme {
    0% {
        width: 0px;
    }

    100% {
        width: 200px;
    }
}

@-moz-keyframes hideme {
    0% {
        width: 200px;
        display: inline-block;
    }

    100% {
        width: 0;
        display: none;
    }
}

@-webkit-keyframes hideme {
    0% {
        width: 200px;
        display: inline-block;
    }

    100% {
        width: 0;
        display: none;
    }
}

@keyframes hideme {
    0% {
        width: 200px;
        display: inline-block;
    }

    100% {
        width: 0;
        display: none;
    }
}

@-moz-keyframes slidein {
    0% {
        left: -600px;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@-webkit-keyframes slidein {
    0% {
        left: -600px;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes slidein {
    0% {
        left: -600px;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@-moz-keyframes slideout {
    0% {
        display: flex;
        left: 0;
        opacity: 1;
    }

    100% {
        left: -600px;
        opacity: 0;
        display: none;
    }
}

@-webkit-keyframes slideout {
    0% {
        display: flex;
        left: 0;
        opacity: 1;
    }

    100% {
        left: -600px;
        opacity: 0;
        display: none;
    }
}

@keyframes slideout {
    0% {
        display: flex;
        left: 0;
        opacity: 1;
    }

    100% {
        left: -600px;
        opacity: 0;
        display: none;
    }
}

@-moz-keyframes submenuanim {
    0% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes submenuanim {
    0% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

@keyframes submenuanim {
    0% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

hr.light {
    width: 95%;
    border: 1px solid white;
    margin: auto;
}

.g-recaptcha {
    width: 100%;
    max-width: 100%;
}

.g-recaptcha>div {
    margin: auto;
}

.cookiesnotice {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px;
    display: none;
    z-index: 99999999;
}

#cookiesNoticeClose {
    max-width: 100px;
    margin-left: 10px;
    display: inline-block;
}

/*Gallery grid*/
.gallery_grid {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.gallery_grid .title {
    color: #000;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 3.75px;
}

.gallery_grid img {
    cursor: pointer;
}

.gallery_grid .img_wrapper {
    position: relative;
}

.gallery_grid .img_wrapper .author {
    width: 90%;
    position: absolute;
    bottom: 50px;
    left: 5%;
    text-align: center;
    font-size: 1.125rem;
    color: #fff;
    overflow-x: hidden;
    text-shadow: 1px 1px #000;
}

.viewer-backdrop {
    background-color: rgba(0, 0, 0, 0.75);
}

/*END gallery grid*/
/*Swiper cards*/
.swiperCards {
    height: 100%;
    width: 100%;
    padding: 10px;
}

.swiperCards .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.swiperCards .swiper-pagination-bullet {
    width: 25px !important;
    height: 7px !important;
    opacity: 1 !important;
    border-radius: 5px !important;
    background-color: black !important;
}

.swiperCards .swiper-pagination-bullet-active {
    background-color: #f68712 !important;
}

.swiperCardsGaps .card {
    width: 380px;
}

.swiperCardsGaps .swiper-slide {
    width: auto;
}

.swiperCardsGaps .card_empty {
    width: calc(((100vw - 1320px) / 2) - 20px + -22px) !important;
}

/*END Swiper cards*/

/*home*/
.newsletter_group {
    font-size: 1rem;
    margin-top: 25px;
    overflow: hidden;
    height: 52px;
}

.newsletter_group input {
    display: inline-block;
    margin: 0;
    background-color: transparent;
    width: 360px;
    color: #fff;
    padding: 0 0.7rem;
    margin: 0;
    border-radius: 4.711px 0px 0px 4.711px;
    border: 1px solid #fff;
    height: 50px;
}

.newsletter_group input::placeholder {
    color: white;
}

.newsletter_group .btn-primary.white {
    height: 54px;
    margin-top: 0;
    margin-left: -5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    margin-top: -3.5px;
    text-transform: uppercase;
}

.newsletter_home_form {
    font-size: 0.9rem;
    line-height: normal;
}

.newsletter_home_form .invalid-feedback,
.newsletter_home_form .valid-feedback {
    font-weight: bold;
    max-width: 80%;
}

/*end home*/

@media (max-width: 1699.98px) {
    .main-navbar {
        height: 100px;
        max-height: 100px;
    }

    .main-content {
        padding-top: 120px;
    }

    .main-navbar .logo {
        height: 80px;
    }

    .main-navbar .navbar-nav .nav-item .nav-link {
        font-size: 1.125rem;
        line-height: 32px;
        padding: 0 2rem;
    }

    .newsletter_group .btn-primary.white {
        margin-top: -3px;
        height: 50px;
    }
}

@media (max-width: 1399.98px) {
    .swiperCardsGaps .card_empty {
        width: calc(((100vw - 1140px) / 2) - 20px + -22px) !important;
    }
}

@media (max-width: 1199.98px) {

    html,
    body {
        font-size: 15px;
    }

    .headerSearch {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .sidebar-toogler {
        margin-right: 1rem;
    }

    .swiperCardsGaps .swiper-slide:nth-of-type(1) {
        display: none;
        width: 0 !important;
        height: 100%;
    }

    .newsletter_group .btn-primary.white {
        margin-top: -2px;
        height: 50px;
    }
}

@media (max-width: 991.98px) {
    .captionSlider {
        max-width: 70%;
    }

    .title_single_elem {
        margin-bottom: 3.5rem;
    }

    .main-navbar {
        height: 85px;
    }

    .main-content {
        padding-top: 105px;
    }

    .main-navbar .logo {
        height: 70px;
    }

    .slider_desktop {
        display: none;
    }

    .slider_mobile {
        display: block;
    }

    .newsletter_group .btn-primary.white {
        margin-top: -1px;
        height: 50px;
    }
}

@media (max-width: 767.98px) {

    html,
    body {
        font-size: 14px;
    }

    .captionSlider {
        max-width: 80%;
    }

    .main-navbar {
        height: 70px;
    }

    .main-content {
        padding-top: 90px;
    }

    .main-navbar .logo {
        height: 60px;
    }

    .headerSearch {
        display: none;
    }

    .swiperCardsGaps .card {
        width: 330px;
    }

    .newsletter_group input {
        width: 240px;
        font-size: 0.9rem;
    }

    .newsletter_group .btn-primary.white {
        letter-spacing: 2px;
        font-size: 0.9rem;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0px;
        height: 50px;
    }
}

@media (max-width: 575.98px) {
    .captionSlider {
        max-width: 90%;
    }

    .newsletter_group input {
        width: 220px;
        font-size: 0.9rem;
    }

    .newsletter_group .btn-primary.white {
        margin-top: 1px;
        letter-spacing: 2px;
        font-size: 0.9rem;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 420.98px) {
    .captionSlider {
        max-width: 90%;
    }

    .swiperCardsGaps .card {
        width: 300px;
    }

    .newsletter_group input {
        width: 150px;
        font-size: 0.8rem;
    }

    .newsletter_group .btn-primary.white {
        margin-top: 1px;
        letter-spacing: 1.5px;
        font-size: 0.7rem;
        padding-left: 5px;
        padding-right: 5px;
    }
}