:root {
    --h1-font-size: 58px;
    --h2-font-size: 45px;
    --h3-font-size: 35px;
    --h4-font-size: 30px;
    --h5-font-size: 24px;
    --h6-font-size: 20px;
}

h1,
h2,
h3,
h4 {
    font-weight: 600;
    color: var(--color-primary);
}
.section-heading h2, .section-heading .h2 {
  font-size: var(--h2-font-size);
  font-weight: 600;
}
/*---------- MAIN COLOR: var(--mainnav-link-active-color) ----------*/
/*---------- OFF COLOR: var(--body-link-hover-color) ----------*/

a {
    font-weight: 600;
    color: var(--color-primary);
}

.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-15,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45,
.margin-bottom-50,
.margin-bottom-55,
.margin-bottom-60,
.margin-bottom-100 {
    clear: both;
}

.margin-bottom-5 {
    margin-bottom: 5px
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.margin-bottom-25 {
    margin-bottom: 25px
}

.margin-bottom-30 {
    margin-bottom: 30px
}

.margin-bottom-35 {
    margin-bottom: 35px
}

.margin-bottom-40 {
    margin-bottom: 40px
}

.margin-bottom-45 {
    margin-bottom: 45px
}

.margin-bottom-50 {
    margin-bottom: 50px
}

.margin-bottom-55 {
    margin-bottom: 55px
}

.margin-bottom-60 {
    margin-bottom: 60px
}

.margin-bottom-70 {
    margin-bottom: 70px
}

.margin-bottom-80 {
    margin-bottom: 80px
}

.margin-bottom-90 {
    margin-bottom: 90px
}

.margin-bottom-100 {
    margin-bottom: 100px
}

.margin-top-5,
.margin-top-10,
.margin-top-15,
.margin-top-20,
.margin-top-25,
.margin-top-30,
.margin-top-35,
.margin-top-40,
.margin-top-45,
.margin-top-50,
.margin-top-55,
.margin-top-60,
.margin-top-100 {
    clear: both
}

.margin-top-5 {
    margin-top: 5px
}

.margin-top-10 {
    margin-top: 10px
}

.margin-top-15 {
    margin-top: 15px
}

.margin-top-20 {
    margin-top: 20px
}

.margin-top-25 {
    margin-top: 25px
}

.margin-top-30 {
    margin-top: 30px
}

.margin-top-35 {
    margin-top: 35px
}

.margin-top-40 {
    margin-top: 40px
}

.margin-top-45 {
    margin-top: 45px
}

.margin-top-50 {
    margin-top: 50px
}

.margin-top-55 {
    margin-top: 55px
}

.margin-top-60 {
    margin-top: 60px
}

.margin-top-70 {
    margin-top: 70px
}

.margin-top-80 {
    margin-top: 80px
}

.margin-top-90 {
    margin-top: 90px
}

.margin-top-100 {
    margin-top: 100px
}

.margin-top-20 {
    margin-top: 20px
}

.margin-left-5 {
    margin-left: 5px
}

.margin-left-10 {
    margin-left: 10px
}

.margin-right-5 {
    margin-right: 5px
}

.margin-right-10 {
    margin-right: 10px
}

.margin-right-20 {
    margin-right: 20px
}

.padding-sm {
    padding: 40px
}

.padding-top-5 {
    padding-top: 5px
}

.padding-left-5 {
    padding-left: 5px
}

.mt-1 {
    margin-top: 1rem!important;
}

.mb-1 {
    margin-bottom: 1rem!important;
}

.mt-2 {
    margin-top: 2rem!important;
}

.mb-2 {
    margin-bottom: 2rem!important;
}

.mt-3 {
    margin-top: 3rem!important;
}

.mb-3 {
    margin-bottom: 3rem!important;
}

.mt-4 {
    margin-top: 4rem!important;
}

.mb-4 {
    margin-bottom: 4rem!important;
}

.mt-5 {
    margin-top: 5rem!important;
}

.mb-5 {
    margin-bottom: 5rem!important;
}

.mt-6 {
    margin-top: 6rem !important;
}

.mb-6 {
    margin-bottom: 6rem !important;
}

.uk-scope .uk-tab>.uk-active>a {
    color: #333;
    border-color: var(--color-primary) !important;
    border-width: 3px;
}

/* ------------ MENU ------------*/

#t4-header .container {
    width: 96%;
    max-width: 100%;
    padding: 0;
}

.not-at-top .t4-megamenu .navbar-nav>li>a,
.not-at-top .t4-megamenu .navbar-nav>li>.nav-link {
    /* padding: 0 12px; */
    font-weight: 600;
    margin: 0;
    /* line-height: 30px; */
    /* text-shadow: 1px 1px 0 rgb(0 0 0 / 30%); */
    border-bottom: 5px solid rgb(0 0 0 / 0%);
    /* margin-bottom: -5px; */
    /* padding-top: 5px !important; */
    /* font-size: 16px; */
    border-top: 5px solid #0000;
    /* margin-top: -15px; */
    text-shadow: none;
    color: var(--color-dark);
}

.uk-scope .uk-h1,
.uk-scope .uk-h2,
.uk-scope .uk-h3,
.uk-scope .uk-h4,
.uk-scope .uk-h5,
.uk-scope .uk-h6,
.uk-scope .uk-heading-2xlarge,
.uk-scope .uk-heading-large,
.uk-scope .uk-heading-medium,
.uk-scope .uk-heading-small,
.uk-scope .uk-heading-xlarge,
.uk-scope h1,
.uk-scope h2,
.uk-scope h3,
.uk-scope h4,
.uk-scope h5,
.uk-scope h6 {
    /* margin: 0 0 20px 0; */
    font-family: var(--heading-font-family) !important;
    /* font-weight: 400; */
    /* color: #333; */
    /* text-transform: none; */
}


.t4-megamenu .nav>.dropdown>.dropdown-toggle .item-caret {
    border-top: 0px solid var(--color-light) !important;
}

.t4-megamenu .nav>.dropdown>.dropdown-toggle .item-caret {
    /* display: inline-block; */
    border-top: 4px solid var(--color-light);
    border-left: 4px solid rgb(0 0 0 / 0%);
    border-right: 4px solid rgb(0 0 0 / 0%);
    margin-left: 0rem;
    /* vertical-align: middle; */
    width: 10px;
    margin-left: 4px;
    margin-top: 5px;
}

.t4-megamenu .dropdown-toggle .item-caret::before {
    border-top: 4px solid var(--color-light);
}
.not-at-top .t4-megamenu .dropdown-toggle .item-caret::before {
    border-top: 4px solid var(--color-dark);
}


.t4-megamenu .navbar-nav>li>a,
.t4-megamenu .navbar-nav>li>.nav-link {
    font-weight: 600;
    margin: 0;
    line-height: 30px;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 50%);
    border-top: 5px solid #0000;
    padding: 20px 0.8rem;
    font-size: 18px;
    color: var(--color-light);
    border-bottom: 0px solid rgb(0 0 0 / 0%);
    margin-top: 0px;
    /* text-transform: uppercase; */
    letter-spacing: 0.001em;
    height: 80px;
    align-content: flex-start;
    display: flex;
    align-items: flex-start;
}

.not-at-top .t4-megamenu .navbar-nav>li.active>a,
.not-at-top .t4-megamenu .navbar-nav>li.active>.nav-link,
.not-at-top .t4-megamenu .navbar-nav>li>a:hover,
.not-at-top .t4-megamenu .navbar-nav>li>a:focus,
.not-at-top .t4-megamenu .navbar-nav>li>a:active,
.not-at-top .t4-megamenu .navbar-nav>li>.nav-link:hover,
.not-at-top .t4-megamenu .navbar-nav>li>.nav-link:focus,
.not-at-top .t4-megamenu .navbar-nav>li>.nav-link:active,
.not-at-top .t4-megamenu .navbar-nav>li:last-child>a:hover,
.t4-megamenu .navbar-nav>li:last-child>.nav-link:hover {
    border-bottom: 5px solid var(--color-secondary);
    border-top: 5px solid rgb(255 255 255 / 0%);
    /* margin-top: 5px; */
    background: rgb(0 0 0 / 8%);
    color: var(--color-dark);
}

.uk-scope .uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    /*justify-content: center;*/
}
.uk-scope .uk-h3, .uk-scope h3 {
 margin: 0 !important;
 text-shadow: none;
}
.t4-megamenu .navbar-nav>li.active>a,
.t4-megamenu .navbar-nav>li.active>.nav-link,
.t4-megamenu .navbar-nav>li>a:hover,
.t4-megamenu .navbar-nav>li>a:focus,
.t4-megamenu .navbar-nav>li>a:active,
.t4-megamenu .navbar-nav>li>.nav-link:hover,
.t4-megamenu .navbar-nav>li>.nav-link:focus,
.t4-megamenu .navbar-nav>li>.nav-link:active,
.t4-megamenu .navbar-nav>li:last-child>a:hover,
.t4-megamenu .navbar-nav>li:last-child>.nav-link:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    /* color: #111; */
    /* background-color: #0000000d; */
    border-color: var(--color-secondary);
    background: -webkit-linear-gradient(top, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 0%) 100%);
    background: -webkit-linear-gradient(top, rgb(0 0 0 / 20%) 0%, rgb(0 0 0 / 0%) 100%);
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -ms-transition: all .1s ease;
    transition: all .1s ease;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    border-bottom: 0px solid rgb(0 0 0 / 5%);
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
}

.t4-megamenu .navbar-nav {
    align-items: center;
}

.t4-megamenu .navbar-nav>li.active:last-child>a,
.t4-megamenu .navbar-nav>li.active:last-child>.nav-link {
    border-color: var(--color-primary);
}

.not-at-top .t4-megamenu .navbar-nav>li.active:last-child>a,
.not-at-top .t4-megamenu .navbar-nav>li.active:last-child>.nav-link {
    border-top-color: #00000026;
    border-bottom-color: #ffffff;
    background: var(--color-light) !important;
    color: var(--color-primary) !important;
}


.t4-navbar .nav-item {
    position: relative;
    margin-left: 1px;
    background: transparent;
}


.t4-megamenu .dropdown-menu li.active>a {
    color: var(--mainnav-link-color);
    background: rgb(0 0 0 / 7%);
}
.uk-scope .uk-inline-clip {
    overflow: hidden;
    border-radius: 10px;
}
.t4-megamenu .navbar-nav>li:last-child>a,
.t4-megamenu .navbar-nav>li:last-child>.nav-link {
    color: var(--color-light) !important;
    background: transparent;
    border: 2px solid var(--color-light) !important;
}
.not-at-top .t4-megamenu .navbar-nav>li:last-child>.nav-link {
    color: var(--color-secondary) !important;
    background: transparent;
    border: 2px solid var(--color-secondary) !important;
}
.t4-megamenu.animate.slide .dropdown .dropdown-menu > div {
    min-width: 300px;
}
.t4-megamenu .navbar-nav>li>a.booking {
    background: var(--color-primary);
    height: auto;
    line-height: 36px !important;
    border-radius: 20px;
    /* margin: 28px 0 0 10px; */
    border: none !important;
    padding: 0 20px !important;
    color: #fff;
    margin-top: 0px !important;
    text-shadow: none;
    /* text-transform: capitalize; */
}

.t4-megamenu .navbar-nav>li>a.booking:hover,
.t4-megamenu .navbar-nav>li>a.booking:focus {
    background: var(--color-light) !important;
    color: var(--color-dark) !important;
}

.not-at-top .t4-megamenu .navbar-nav>li>a.booking:hover,
.t4-megamenu .navbar-nav>li>a.booking:focus,
.t4-megamenu .navbar-nav>li>a.booking:hover {
    background: var(--color-secondary) !important;
    color: var(--color-light) !important;
    line-height: 40px;
    border: 2px solid var(--color-secondary) !important;
}


.t4-megamenu .navbar-nav>li.show>a,
.t4-megamenu .navbar-nav>li.show>.nav-link {
    color: var(--mainnav-link-hover-color);
    border-top: 5px solid var(--color-secondary);
}

.not-at-top .t4-megamenu .navbar-nav>li.show>a,
.not-at-top .t4-megamenu .navbar-nav>li.show>.nav-link {
    color: var(--color-dark);
    background: rgb(0 0 0 / 5%);
    border-bottom: 5px solid var(--color-secondary);
    border-top: 5px solid rgb(221 221 221 / 0%);
}

.t4-megamenu.animate.slide .dropdown>.dropdown-menu {
    padding: 0;
    z-index: -11;
}

.t4-megamenu .dropdown-menu li>a,
.t4-megamenu .dropdown-menu li>.nav-link,
.t4-megamenu .dropdown-menu li .dropdown-item {
    padding: 8px 20px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 600;
}

.t4-megamenu .dropdown-menu li>a:hover,
.t4-megamenu .dropdown-menu li>a:focus,
.t4-megamenu .dropdown-menu li>a:active,
.t4-megamenu .dropdown-menu li>.nav-link:hover,
.t4-megamenu .dropdown-menu li>.nav-link:focus,
.t4-megamenu .dropdown-menu li>.nav-link:active,
.t4-megamenu .dropdown-menu li .dropdown-item:hover,
.t4-megamenu .dropdown-menu li .dropdown-item:focus,
.t4-megamenu .dropdown-menu li .dropdown-item:active {
    color: var(--mainnav-link-color);
    background: rgb(0 0 0 / 7%);
}

.t4-megamenu .dropdown-menu {
    /* background: #fff; */
    /* -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 10%); */
    /* box-shadow: 0 0 0 1px rgb(0 0 0 / 10%); */
    /* border-radius: 0; */
    /* border: 0; */
    /* color: var(--mainnav-text-color); */
    /* min-width: 15rem; */
    margin-top: 5%;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    /* border: 1px solid #00000026; */
    /* bottom: 5px; */
    background: #ffffff00;
    padding: 0;
    border-radius: 0;
}

.t4-megamenu .dropdown-menu-inner {
    background: #fff;
    /* -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 10%); */
    /* box-shadow: 0 0 0 1px rgb(0 0 0 / 10%); */
    /* border-radius: 0; */
    /* border: 0; */
    color: var(--mainnav-text-color);
    /* min-width: 15rem; */
    /* margin-top: 5%; */
    padding: 10px 10px 10px;
    border-radius: 0;
    box-shadow: 0 6px 12px rgb(0 0 0 / 20%);
    border: 1px solid #00000026;
    /* bottom: 5px; */
    background: #ffffff;
    border-radius: 10px;
}

.t4-megamenu.animate.slide .dropdown>.dropdown-menu {
    margin-top: 35%;
}

.t4-megamenu.animate.slide .dropdown.show.animating>.dropdown-menu {
    /* margin-top: 3%; */
    margin-top: 0;
    border-top: 10px solid rgb(255 255 255 / 0%);
    z-index: 1;
}

.navbar-brand {
    position: absolute;
    /* top: 5px; */
}

.not-at-top #t4-header {
    background: rgb(0 0 0);
    box-shadow: 0 0px 10px rgb(0 0 0 / 50%);
    /* background-color: rgb(255 255 255); */
    background: var(--color-white) !important;
    position: fixed !important;
    width: 100%;
}

.navbar-brand a {
    color: var(--body-text-color);
    height: 60px;
    display: block;
    /* margin-top: 3px; */
}

.logo-image>a>img {
    max-width: none;
    height: 100%;
    image-rendering: -webkit-optimize-contrast;
}

.not-at-top .navbar-brand a {
    color: var(--body-text-color);
    /* height: 40px; */
    /* display: block; */
}

.navbar-brand.logo-control img.logo-img {
    max-height: 100%;
    image-rendering: -webkit-optimize-contrast;
    width: auto;
}

.t4-megamenu .dropdown-menu li>a,
.t4-megamenu .dropdown-menu li>.nav-link,
.t4-megamenu .dropdown-menu li .dropdown-item {
    color: var(--color-dark);
}


#t4-header {
    background: transparent;
    /* box-shadow: 0 0px 10px rgb(0 0 0 / 30%); */
    z-index: 999;
    background: -webkit-linear-gradient(top, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 0%) 100%);
    background: linear-gradient(to bottom, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 0%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

.lang-box {
    position: relative;
    margin: auto;
    z-index: 999;
    top: 10px;
    opacity: 1;
    width: 96%;
}

.lang {
    position: absolute;
    right: 30px;
    top: 0px;
    z-index: 99;
}

.lang a {
    padding: 0;
    line-height: 1;
    margin-right: 4px;
}

.lang li {
    display: inline-block;

}

.lang img {
    box-shadow: none;
    /* opacity: 0.9; */
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5); */
    background: transparent;
    border-radius: 3px;
    height: 20px;
}

.lang img:hover {
    opacity: 1;
}


.numero-verde:hover,
.numero-verde:focus {
    text-decoration: none;
    color: #36963a;
}

.numero-verde {
    font-weight: bold;
    color: #4CAF50;
    margin: 0;
    position: relative;
    padding-left: 46px;
    display: block;
    height: 50px;
}

.numero-verde i {
    font-size: 46px;
    position: absolute;
    left: 0;
}

.numero-verde span {
    font-size: 16px;
    position: absolute;
    left: 54px;
    top: 30px;
    line-height: 1;
}

.numero-verde p {
    margin: 0;
    line-height: 1;
    padding: 0;
    font-size: 30px;
}

.lang {
    top: 15px;
}


.layout-bitstar #t4-header {
    /* top: auto !important; */
    position: -webkit-sticky !important;
    /* position: sticky !important; */
    top: 0 !important;
    z-index: 900;
    position: fixed !important;
    width: 100%;
    border: none;
}

.not-at-top #t4-header.t4-sticky {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.t4-offcanvas .t4-off-canvas-header {
    background-color: var(--color-primary);
}

.t4-offcanvas .t4-off-canvas-header .close span {
    line-height: 32px;
    font-size: 26px;
    font-family: Arial;
}

.t4-offcanvas .t4-off-canvas-header a img {
    max-height: 25px;
    outline: none;
    image-rendering: -webkit-optimize-contrast;
}

/* ------------ MENU ------------*/




/*------------- HEADER VIDEO -------------*/
.header-video-wrapper {
    min-height: 100vh;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    z-index: 9;
    /* background: red; */
}

* {
    box-sizing: border-box;
}

.video-background {
    background: var(--color-primary);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.vidtop-overlay {
    background-color: var(--color-dark);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
}

.vid-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    text-shadow: 3px 3px 6px rgb(0 0 0 / 30%);
}

.vid-info a {
    display: block;
    color: #fff;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
    transition: .6s background;
    border-bottom: none;
    margin: 1rem auto;
    text-align: center;
}

.vid-info img {
        width: 40vw;
        opacity: 0.25;
    }

.vid-button-desktop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.vid-button-mobile {
    display: none;
}

@media screen and (max-width: 690px) {
    .vid-button-desktop {
        display: none;
    }
    .vid-button-mobile {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 999;
        width: 80vw;
        text-align: center;
    }
    .vid-info img {
        width: 90vw;
        max-width: unset;
    }
}

/*@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}*/

.video-foreground video {
    box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh;
    /* background: red; */
}

@media all and (max-width: 500px) {
    .vid-info .acronym {
        display: none;
    }
}
/*------------- END VIDEO -------------*/

.bg-primary {
    background-color: var(--color-primary) !important;
    filter: saturate(1.5);
}

.t4-palette-bottom_a {
    background-color: var(--color-secondary);
    color: #fff;
}

.uk-scope .uk-h1,
.uk-scope .uk-h2,
.uk-scope .uk-h3,
.uk-scope .uk-h4,
.uk-scope .uk-h5,
.uk-scope .uk-h6,
.uk-scope .uk-heading-2xlarge,
.uk-scope .uk-heading-large,
.uk-scope .uk-heading-medium,
.uk-scope .uk-heading-small,
.uk-scope .uk-heading-xlarge,
.uk-scope h1,
.uk-scope h2,
.uk-scope h3,
.uk-scope h4,
.uk-scope h5,
.uk-scope h6 {
    /* margin: 0 0 20px 0; */
    font-family: var(--heading-font-family) !important;
    font-weight: bold !important;
    /* color: #333; */
    /* text-transform: none; */
}


.t4-parallax .uk-panel>:last-child {
    border-radius: 0px !important;
    overflow: hidden;
}



.t4-palette-dark {
    color: #ffffffb8;
    background-color: var(--color-secondary);
}

.t4-section {
    padding: 0;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.t4-parallax-call iframe {
    margin-bottom: -10px
}

p.readmore .btn,
p.readmore .blog-list .item-readmore a,
.blog-list .item-readmore p.readmore a {
    background-color: var(--color-primary);
}

p.readmore .btn:hover,
p.readmore .blog-list .item-readmore a:hover,
.blog-list .item-readmore p.readmore a:hover,
p.readmore .btn:active,
p.readmore .blog-list .item-readmore a:active,
.blog-list .item-readmore p.readmore a:active,
p.readmore .btn:focus,
p.readmore .blog-list .item-readmore a:focus,
.blog-list .item-readmore p.readmore a:focus {
    background-color: var(--color-secondary);
    color: #fff;
}

.item-image img {
    border-radius: 10px
}

.social-list li a {
    background-color: var(--color-secondary);
    color: var(--color-light);
}

.home-frame {
    background: #f5f5f5;
    margin: 0;
}

.text-frame {
    padding: 40px;
}

.btn,
.blog-list .item-readmore a {
    height: auto;
    line-height: 40px !important;
    border-radius: 0px;
    /* margin: 28px 0 0 10px; */
    border: none !important;
    padding: 0 22px !important;
    color: #fff;
    text-decoration: none !important;
    border-radius: 25px;
    font-weight: bold;
}

.testimonials .uk-scope .uk-grid {
    /* margin-left: -30px; */
    background: #f5f5f5;
    padding: 30px !important;
    margin: 0 0 30px !important;
    border-radius: 20px;
}

.testimonials .uk-scope .uk-grid>* {
    padding-left: 0px;
    position: relative;
}

/* Text Colors */
.text-primary {
    color: var(--color-primary) !important;
}

.text-secondary {
    color: var(--color-secondary) !important;
}

.text-success {
    color: var(--color-success) !important;
}

.text-info {
    color: var(--color-info) !important;
}

.text-warning {
    color: var(--color-warning) !important;
}

.text-danger {
    color: var(--color-danger) !important;
}

.text-light {
    color: var(--color-light) !important;
}

.text-dark {
    color: var(--color-dark) !important;
}



.uk-scope span img {
    position: absolute;
    top: -20px;
    right: -20px;
}

.para-content {
    height: 500px;
}

.paralax-image {
    overflow: hidden;
    height: 200px;
    position: relative;
}

.paralax-image img {
    position: absolute;
    height: 100vh;
    min-width: 100%;
}

.text-frame ul {
    padding-bottom: 15px;
}

.text-frame li {
    font-size: 16px;
}

.text-frame h3 {
    font-size: 28px;
    margin: 0px 0 20px;
    line-height: 1;
}

.text-frame a.button,
.button {
    background: var(--color-primary);
    color: #fff;
    line-height: 1;
    padding: 10px 20px;
    /* font-size: 16px; */
    font-weight: 600;
    text-shadow: none;
    /*border-radius: 20px;*/
    font-size: 18px;
    /* text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6); */
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); */
}

.text-frame a.button:hover,
.button:hover,
.btn-main:hover {
    /* background: var(--body-link-hover-color); */
    color: #fff;
    /* line-height: 1; */
    /* padding: 10px 20px; */
    text-decoration: none;
    background: var(--color-secondary);
}

.text-frame p {
    font-size: 18px;
    margin: 0 0 20px;
}

.image-frame {
    width: 100%;
    display: block;
    padding-top: 80%;
    background-position: center center;
    background-size: cover;
    border: 1px solid #ddd;
}

.bg-secondary {
    background-color: var(--color-secondary) !important;
}

.bg-light {
    background-color: rgb(255 255 255 / 15%) !important;
    /* color: #fff; */
}

.blog-list .item-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    object-fit: cover;
    /* opacity: 0.9; */
    transition: opacity .1s ease-in-out;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-property: opacity, transform, filter;
}

.shadow-sm,
.categories-list .com-content-categories__items .com-content-categories__item img {
    -webkit-box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 20%) !important;
    box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 20%) !important;
}

.home-item {
    display: block;
    background: #fff;
    padding: 0 0 20px;
    text-align: center;
    margin: 0 0 30px;
    /* border: 4px solid var(--color-primary); */
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    /* box-shadow: 0px 0px 10px var(--body-link-color); */
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.home-item img {
    display: block;
    max-width: 100%;
    height: auto;
}

.home-item span {
    position: absolute;
    top: 20px;
    right: 0;
    color: #fff;
    padding: 8px 30px 8px 10px;
    font-size: 16px;
    line-height: 1;
    background: #4caf50;
    box-shadow: 1px 1px 5px #0000003d;
    right: -10px;
    border-radius: 8px;
}


.home-item:hover {
    text-decoration: none;
    background: #f5f5f5;
    text-decoration: none;
    color: #fff;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.home-item h4 {
    margin: 30px 0 10px;
    font-size: 18px;
    /* background: #fff; */
    color: var(--color-primary);
    font-weight: bold;
}

.home-item p {
    color: #444;
    font-weight: normal;
    padding: 0 15px;
}

.home-item:hover h4 {
    color: var(--color-secondary);
}



.video-yt {
    width: 100% !important;
    height: auto !important;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    border: 1px solid #ddd;
}

.video-yt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.transition,
a,
button {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.social-list-side-top li a.shop-btn {
    background: #fff;
    /* font-size: 16px; */
    /* text-shadow: none; */
    color: var(--color-primary) !important;
    /* line-height: 1; */
    box-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
    font-weight: bold;
    /* height: auto; */
    line-height: 38px !important;
    border-radius: 25px;
    margin: 0;
    border: none !important;
    padding: 0px 16px !important;
    /* margin-top: 0px !important; */
    text-shadow: none;
    font-size: 17px !important;
    position: relative;
    top: 0px;
}


.t4-offcanvas-toggle {
    color: var(--color-light);
    padding: 0 !important;
    margin: 0 0 -5px;
}
.not-at-top .t4-offcanvas-toggle {
    color: var(--color-primary);
    padding: 0 !important;
    margin: 0 0 -5px;
}
.t4-section.t4-breadcrumbs {
    border-top: 0px solid #e9ecef;
}

.tp-caption.title-big,
.title-big,
.rev_slider .tp-caption,
.rev_slider .caption,
.tp-caption.large_text,
.large_text {
    text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px !important;
    /* position: relative; */
    text-shadow: none;
}

.tp-caption {
    font-family: var(--heading-font-family) !important;
}


.btn.btn-secondary {
    color: var(--color-light);
}

.btn.btn-secondary:hover {
    color: var(--color-light);
}

.block-parallax {
    overflow: hidden;
    position: static !important;
    padding: 0;
    color: #fff;
    background: 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover !important;
    font-weight: 500;
    font-size: 18px;
}

.block-parallax h2 {
    color: #fff;
    font-weight: 500;
    font-size: 38px;
}

.block-overlay {
    background: rgba(0, 0, 0, 0.2);
    padding: 6rem 0;
}

.t4-slideshow .uk-slideshow-items.uk-transition-active {
    height: 100vh;
}

.header-pic2 {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    padding: 180px 0 130px;
    display: block;
    text-align: center;
}

.header-pic2 h2 {
    color: #fff;
    z-index: 998;
    position: absolute;
    width: 100%;
    /* text-align: center; */
    display: block;
    color: #fff;
    font-size: 3em;
    padding: 0;
    margin: 0;
    font-weight: 500;
    line-height: 0;
    /* text-transform: uppercase; */
    /* text-align: center; */
    letter-spacing: 1px;
    text-shadow: 1px 1px 5px rgb(0 0 0 / 70%);
    border: none;
    margin: auto;
}

.header-pic2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    /* max-width: none; */
    object-fit: cover;
    /* opacity: 0.8; */
    filter: grayscale(1);
}


.full-width-art .t4-slideshow {
    margin-top: -115px;
}

.t4-slideshow {
    margin-top: -115px;
}
.home .t4-slideshow {
    margin-top: 0px;
}

.t4-palette-blue {
    background-color: var(--color-primary);
}

.tp-bannertimer.tp-bottom {
    opacity: 0.6;
    height: 10px !important;
    background: var(--color-primary);
}

.t4-palette-dark a:hover {
    color: #ffffff;
}

.small-hr {
    /* content: ''; */
    position: relative;
    left: 50%;
    /* top: 0px; */
    margin: 80px 0px 80px -50px;
    width: 100px;
    height: 5px !important;
    background-color: var(--color-primary);
    border: none;
}

.port-gal .uk-h3 {
    background: var(--mainnav-link-active-color);
    padding: 7px 10px;
    line-height: 1 !important;
    display: block;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 50%) !important;
    border-radius: 5px;
    font-size: 16px !important;
    font-weight: 600 !important;
    /* letter-spacing: 0.1em; */
    letter-spacing: 1px;
    margin: 0px 0 0 !important;
    color: var(--mainnav-link-color) !important;
}


.copy {
    text-align: center;
    margin: 30px 0 0;
    font-size: 13px;
    /* color: rgb(255 255 255 / 0.4); */
    line-height: 1.7;
}

.t4-footer a,
.t4-footnav a {
    color: var(--color-light);
}

.t4-footer a:hover,
.t4-footnav a:hover {
    color: var(--color-light);
    opacity: 0.7;
}

.t4-footer {
    background: var(--color-primary);
    color: #fff;
    padding: 40px 0;
    font-size: 14px;
    border-bottom: var(--color-secondary) 10px solid;
    /* border-top: 1px solid rgb(255 255 255 / 15%); */
}

.social-bot {
    /* float:right; */
    /* margin-top: -3px; */
    margin: 30px 0 0;
    text-align: center;
}

.social-bot a {
    font-size: 24px;
    margin: 5px 10px;
    line-height: 1;
    opacity: 1;
    color: var(--mainnav-link-active-color) !important;
    text-shadow: 1px 1px 5px #000;
}

.social-bot a:hover {
    opacity: 0.5;
}

.social-bot img {
    margin: auto;
    max-width: 250px;
    display: block;
}

.uk-scope .uk-slider-container {
    overflow: hidden;
    /* border-radius: 10px; */
}

.uk-scope .uk-panel>:last-child {
    border-radius: 10px;
    overflow: hidden;
}

.awards .col {
    padding: 3px;
}

.page-item.active .page-link {
    z-index: 3;
    color: var(--color-light);
    background-color: var(--color-primary);
    border-color: var(--color-secondary);
}

.page-link {
    color: var(--color-primary);
}

.block-parallax21 {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    padding: 180px 0;
    display: block;
    /*text-align: center;*/
    background: var(--mainnav-link-active-color);
    /* top: 80px; */
}

.block-parallax21-cont {
    z-index: 9;
    color: #fff;
}

.block-parallax21 h2 {
    /* color: #fff; */
    /* position: absolute; */
    /* width: 100%; */
    /* text-align: center; */
    display: block;
    color: #fff;
    font-size: 3em;
    /* padding: 0; */
    /* margin: 0; */
    /* font-weight: 500; */
    /* line-height: 0; */
    /* text-transform: uppercase; */
    /* text-align: center; */
    /* letter-spacing: 1px; */
    /*text-shadow: 1px 1px 5px rgb(0 0 0 / 70%);*/
    /* border: none; */
    /* margin: auto; */
    z-index: 9;
    /* font-weight: bold; */
}

.block-parallax21 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    /* max-width: none; */
    object-fit: cover;
    /* opacity: 0.8; */
    z-index: 0;
}

.block-overlay-21 {
    background: rgb(0 0 0 / 40%);
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    z-index: 8;
    top: 0px;
}

.uk-scope .uk-overlay-primary {
    background: rgba(34, 34, 34, .2) !important;
}

.bg-dark h4 {
    color: #fff;
}

.t4-footnav .t4-module .navbar .nav>li a.nav-link {
    padding: 3px 0;
}

.grey-box {
    background: rgb(0 0 0 / 7%);
    padding: 30px 40px;
    /* border: 1px solid #ddd; */
    border-radius: 0.3rem;
}

.grey-box h3 {
    margin: 0 0 30px;
}

.form-control {
    padding: 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    background-color: rgb(0 0 0 / 7%);
    border: none;
    min-height: 50px;
    max-width: 100%;
    /* width: 100%; */
    /* max-width: none; */
    border-radius: 0.3rem;
    color: #000;
}

.formControls {
    margin: 0 0 20px;
}

.control-label {
	text-align: left;
    margin-bottom: 5px;
}

.form-check-inline {
	margin-left: 23px;
}

.rsform-submit-button {
    background: var(--mainnav-link-active-color);
    color: #fff;
    line-height: 1;
    padding: 10px 20px;
    /* font-size: 16px; */
    font-weight: 600;
    text-shadow: none;
    border-radius: 20px;
    font-size: 18px;
    /* text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6); */
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); */
}

.rsform-submit-button:hover {
    /* background: var(--body-link-hover-color); */
    color: #fff;
    /* line-height: 1; */
    /* padding: 10px 20px; */
    text-decoration: none;
    background: var(--body-link-color);
}

.control-label {
    /*text-align: right !important;*/
    /* font-size: 14px; */
    font-weight: 600;
}

.formRequired {
    color: var(--color-danger);
    line-height: 1;
    font-size: 12px;
    top: -5px;
    position: relative;
}

.myvid {
    position: fixed;
    right: 0;
    bottom: -20%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    /* background: url(polina.jpg) no-repeat; */
    /* background-size: cover; */
    margin: 0 auto;
    transform: scale(1.1);

}


.t4-footnav .moduletable {
    border: none;
    padding: 0;
    border-radius: 0.25rem;
    margin: 1rem auto;
}

.t4-footnav .navbar-nav a {
    color: var(--footer-link-color);
    font-weight: bold;
    display: flex;
}

.t4-footnav .navbar-nav a:hover {
    color: var(--footer-link-hover-color);
    background: transparent;
    margin-left: 10px;
}

.t4-footnav .dropdown-item {
    white-space: inherit;
}

.t4-footnav .t4-module .module-title span {
    font-weight: 600 !important;
    /* color: rgb(255 255 255 / 70%); */
    text-transform: none;
    font-size: 1.5em;
}

.nav-link {
    font-size: 1rem;
}

.uk-scope .uk-subnav>.uk-active>a,
.uk-scope .uk-subnav>*>a:focus,
.uk-scope .uk-subnav>*>a:hover {
    color: var(--mainnav-link-color) !important;
}

.social-list-side-top {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-list-side-top li a {
    display: block;
    line-height: 80px;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 26px;
    color: var(--mainnav-link-active-color);
    /* padding-top: 5px; */
}

.social-list-side-top li a:hover,
.social-list li a:focus,
.social-list li a:active {
    /* background-color: var(--body-link-color); */
    color: var(--mainnav-link-active-color);
    opacity: 0.8;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.social-list-side-top li {
    padding-left: 0.35rem;
    display: inline-block;
    position: relative;
}


/*************** SERVIZI  ***************/


.serv-txt h4 {
    font-size: 25px !important;
    margin: 0 !important;
    font-weight: 500;
    color: var(--body-link-dark);
}

.serv-txt p {
    margin: 0 !important;
    line-height: 1.3;
    font-size: 16px;
    width: 100%;
    text-align: center!important;
}

.serv-txt {
    box-sizing: border-box;
    /* padding: 0 15px; */
    text-align: center;
}

.serv-icon {
    text-align: center;
    margin: 0 0 10px;
    display: flex;
    align-content: center;
    align-items: center;
}

.serv-icon span {
    font-size: 60px;
}

.servizi-hotel {
    /* background: #f5f5f5; */
    margin: 0 0 30px;
    /* border: 1px solid #ddd; */
    padding: 0;
    height: auto;
    position: relative;
    justify-content: flex-start;
    display: flex;
    padding: 0;
    align-items: center;
    /* min-height: 150px; */
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
}

.serv-icon i {
    font-size: 40px;
    line-height: 40px;
    color: var(--color-dark);
    width: 60px;
    /* border-radius: 25px; */
    /* background: var(--color-primary); */
}


/*************** SERVIZI  ***************/

/* .slide-gradient {
     width: 200%; */
    /* position: absolute; */
    /* top: 0; */
    /* bottom: 0; */
    /* background: #ddd; */
    /* display: block; */
    /* padding: 2000px !important; */
    /* height: 1000px; */
    /* left: -400px; */
    /* background-image: linear-gradient(95deg, #BBF2EA 35%, #fff0 55%); */
    /* z-index: -1111; 
}*/




/*************** TIMELINE  ***************/
*,
*::before,
*::after {
    box-sizing: border-box;
}

.timeline {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px 0;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #006E51;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.t-container {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    width: 50%;
}

.t-container.t-left {
    left: 0;
}

.t-container.t-right {
    left: 50%;
}

.t-container::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: -8px;
    background: #ffffff;
    border: 2px solid var(--color-primary);
    border-radius: 16px;
    z-index: 1;
}

.t-container.t-right::after {
    left: -8px;
}

.t-container::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    top: calc(50% - 1px);
    right: 8px;
    background: #006E51;
    z-index: 1;
}

.t-container.t-right::before {
    left: 8px;
}



.t-container .date {
    position: absolute;
    display: inline-block;
    top: calc(50% - 8px);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

.t-container.t-left .date {
    right: -75px;
}

.t-container.t-right .date {
    left: -75px;
}

.t-container .icon {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 9px 0;
    top: calc(50% - 20px);
    background: var(--mainnav-link-active-color);
    border: 2px solid var(--color-primary);
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: var(--color-primary);
    z-index: 1;
}

.t-container.t-left .icon {
    right: 56px;
}

.t-container.t-right .icon {
    left: 56px;
}

.t-container .t-content {
    padding: 30px 90px 30px 30px;
    background: var(--mainnav-link-active-color);
    position: relative;
    border-radius: 0 500px 500px 0;
}

.t-container.t-right .t-content {
    padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
}

.t-container .t-content h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
    /* font-weight: normal; */
    color: var(--color-primary);
}

.t-container .t-content p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

@media (max-width: 767.98px) {
    .timeline::after {
        left: 90px;
    }

    .t-container {
        width: 100%;
        padding-left: 120px;
        padding-right: 30px;
    }

    .t-container.t-right {
        left: 0%;
    }

    .t-container.t-left::after,
    .t-container.t-right::after {
        left: 82px;
    }

    .t-container.t-left::before,
    .t-container.t-right::before {
        left: 100px;
        border-color: transparent #006E51 transparent transparent;
    }

    .t-container.t-left .date,
    .t-container.t-right .date {
        right: auto;
        left: 15px;
    }

    .t-container.t-left .icon,
    .t-container.t-right .icon {
        right: auto;
        left: 146px;
    }

    .t-container.t-left .t-content,
    .t-container.t-right .t-content {
        padding: 30px 30px 30px 90px;
        border-radius: 500px 0 0 500px;
    }
}




p,
.item-intro
{
text-align: justify !important;
}

.item-intro {
    margin-bottom: 0;
}

.home-box {
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 0 0 15px;
    overflow: hidden;
    box-shadow: 1px 1px 5px #00000030;
    border-radius: 15px;
    overflow: hidden;
}

.home-box a:hover,
.home-box a:focus {
    color: #fff;
}


.home-box a {
    height: 100%;
    display: table;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    /* text-align: center; */
    text-decoration: none;
    /* font-size: 24px; */
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    /* background: rgba(0, 0, 0, 0.1); */
    /* border-radius: 10px; */
    /* overflow: hidden; */
}


.home-box span {
    vertical-align: middle;
    /* display: table-cell; */
    bottom: 0;
    position: absolute;
    left: 0px;
    /* font-size: 20px; */
    background: rgba(0, 0, 0, 0.4);
    line-height: 1;
    padding: 40px;
    top: 0;
    width: 100%;
    /* text-align: center; */
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-box a:hover span {
    /* vertical-align: middle; */
    /* display: table-cell; */
    /* bottom: 0; */
    /* position: absolute; */
    /* left: 0px; */
    /* font-size: 20px; */
    background: rgba(0, 0, 0, 0.7);
    /* line-height: 1; */
    /* padding: 60px 15px 10px; */
    /* top: 0; */
    /* width: 100%; */
    /* text-align: center; */
}


.home-box h5 {
    color: #fff;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 2em;
    /* font-family: 'Dancing Script', cursive; */
}

.home-box h5:after {
    /* content: ''; */
    position: absolute;
    left: 50%;
    margin: 0 0 0 -25px;
    width: 50px;
    height: 2px;
    background-color: #ffffff;
    bottom: -15px;
    opacity: 0;
}

.home-box p {
    /* font-size: 20px; */
    /* text-align: center; */
    padding: 0;
    line-height: 1.3;
    /* opacity: 0; */
    font-weight: 500;
    max-width: 80%;
    /* margin: auto; */
}

.home-box a:hover p, .home-box a:hover span {
    opacity: 1;
}

.home-box a:hover span .btn-default {
    color: #b91111;
    background-color: #fff;
    border-color: #ffffff;
}

.home-box a span .btn-default {
    color: rgb(255, 255, 255);
    background-color: rgba(0, 151, 137, 0);
    border: 2px solid #ffffff;
    font-weight: 600;
}

.home-box a:hover h5:after {
    opacity: 1;
}

.bs-quote {
    padding: 50px 0;
}

.btn-outline-light {
    border: 2px solid var(--color-light) !important;
    color: var(--color-light);
}

.btn.btn-outline-light:hover {
    color: #000 !important
}

.blog-news .item-image {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    display: block;
    border-radius: 10px;
}


.blog-news .item-image {
    /* border: 4px solid #e5e5e5; */
    -webkit-box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 20%) !important;
    box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 20%) !important;
}

.blog-list .blog-item a.item-image {
    height: auto;
    top: auto;
    left: auto;
    position: relative;
    /* top: 0; */
    /* left: 0; */
    /* height: 100%; */
    overflow: hidden;
    padding: 50%;
    display: block;
    border-radius: 0.8rem !important;
    -webkit-box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 20%) !important;
    box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 20%) !important;
}

.blog-news .blog-list .item-image img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
}

.blog-list .blog-item a img,
.blog-items a img
{
opacity: 1;
transition: all .3s ease;
}

.blog-list .blog-item a:hover img,
.blog-items a:hover img {
    opacity: 0.6;
    transition: opacity .1s ease-in-out;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-property: opacity, transform, filter;
}

.blog-list .item-readmore a {
    background: var(--color-primary);
}

.blog-list .item-readmore a:hover {
    color: #fff !important;
    background: var(--color-secondary);
}

.blog-news .item-image a {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    padding: 50%;
    display: block;
}

.blog-news .item-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    object-fit: cover;
    transition: opacity .1s ease-in-out;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-property: opacity, transform, filter;
}

.item-image::after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.2;
    pointer-events: none;
    left: 0;
}

.item-pageblog-news .item-image {
    padding: 30% 25%;
    width: 100%;
}

.item-pageblog-news .item-image:after {
    opacity: 0;
}

.item-pageblog-news {
    max-width: 800px;
    margin: auto;
}


.t4-content {
    overflow: hidden;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}


.team-item {
    position: relative;
}

.team-item img {
    border-radius: 50%;
    margin: 0 0 15px;
}

.team-item span img {
    position: absolute;
    top: -10px;
    right: -10px;
}

.team-item .social-list {
    display: flex;
    justify-content: center;
}

.portfolio-list {
    list-style: none;
    padding-left: 0;
}

.portfolio-list li {
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding-bottom: 15px;
}

.portfolio-list li span {
    font-size: 35px;
    color: var(--body-link-color);
    margin-right: 15px;
}

.lang {
    top: 15px;
}

.tp-dottedoverlay.twoxtwo {
    background: rgb(0 0 0 / 25%);
}

.header-pic3 {
    min-height: 500px;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    margin-top: 0;
    z-index: 9;
}

.header-pic3 h2 {
    width: 100%;
    text-align: center;
    /* display: block; */
    color: #fff;
    font-size: 3em;
    /* padding: 0; */
    /* margin: 0; */
    /* font-weight: 500; */
    letter-spacing: 1px;
    text-shadow: 1px 1px 5px rgb(0 0 0 / 70%);
    margin: 0;
    padding: 0;
}


.header-pic3 h2,
.header-pic3 h1 {
    width: 100%;
    text-align: center;
    /* display: block; */
    /* color: #fff; */
    font-size: 3em;
    /* padding: 0; */
    /* margin: 0; */
    /* font-weight: 500; */
    letter-spacing: 1px;
    text-shadow: 1px 1px 5px rgb(0 0 0 / 70%);
    margin: 0;
    padding: 0;
}

.header-pic3 p {
    width: 100%;
    text-align: center;
    /* display: block; */
    /* color: #fff; */
    font-size: 1.3em;
    /* padding: 0; */
    /* margin: 0; */
    font-weight: 500;
    letter-spacing: 1px;
    text-shadow: 1px 1px 5px rgb(0 0 0 / 70%);
    margin: 0;
    padding: 0;
}

.header-pic3 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    /* max-width: none; */
    object-fit: cover;
    /* opacity: 0.8; */
    /* filter: grayscale(1); */
}

.overlay21 {
    background: rgb(0 0 0 / 20%);
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    z-index: 98;
    top: 0px;
    /* opacity: 0.5; */
    /* filter: blur(4px); */
    bottom: 0;
    height: 800px;
}

.header-flexbox {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    color: #fff;
    z-index: 99;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
}





.acm-features.style-1.bg-ratio-2 {
    background: var(--color-light);
    /* background-image: url(/images/www/texture.svg); */
    /* background-repeat: no-repeat; */
    /* background-position: center center; */
    /* background-size: cover; */
    /* background-attachment: scroll; */
    /* filter: sepia(0.1); */
}

.acm-features.style-1.bg-ratio-3 {
    background: var(--color-primary);
}

.acm-features.style-1 .intro-img {
    height: 100%;
    position: relative;
    min-height: 450px;
}

.acm-features.style-1 .intro-img img {
    -o-object-position: cover;
    object-position: cover;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.acm-features.style-1 .align-right .features-media {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.t4-section>.acm-features.style-1 .info-wrap {
    padding: 200px;
    background: #0000 !important;
    color: #555;
}

.t4-section>.acm-features.style-1 .align-right .inner {
    max-width: 660px;
    margin-left: auto;
}

.section-title-wrap {
    margin-bottom: 30px;
    max-width: 640px;
}

.lead,
.t4-masthead .t4-masthead-description {
    font-size: 1.2rem;
    font-weight: 400;
}

.t4-module .nav li a {
    width: 100%;
}


.bs-container-portfolio {
    padding: 1em;
}





.not-at-top .bs-cta a {
    opacity: 1;
    right: 0;
}

.bs-cta {
    position: fixed !important;
    bottom: 60px;
    width: auto;
    z-index: 9999;
    right: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-end;
}

.bs-cta a {
    padding: 0px 30px 0px 40px;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 50%);
    border-radius: 18px 0 0 18px;
    position: relative;
    opacity: 0;
    /* right: 0; */
    color: #fff;
    /* background: var(--color-success); */
    line-height: 40px;
    /* display: flex; */
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-bottom: 10px;
    right: -10px !important;
    height: 40px;
    width: 40px;
    /* background: var(--color-primary); */
}

.bs-cta i {
    font-size: 20px;
    line-height: 40px;
    left: 12px;
    /* margin: 0 0 -3px; */
    /* padding: 0; */
    position: absolute;
}

.bs-cta a:hover,
.bs-cta a:focus {
    color: var(--color-light);
    text-decoration: none;
    /* padding-right: 28px; */
    /* opacity: 0.5; */
    filter: saturate(2);
    right: 0px !important;
}

.wp {
    background: #1c9821;
}

.em {
    background: #e41f11;
}

.ph {
    background: #0d78cd;
}

.book-btn {
    background: var(--color-primary);
}

#back-to-top {
    left: 2em;
    right: auto;
}

.uk-scope .uk-grid-divider {
    margin-left: auto;
    content: '';
    position: relative;
    left: 50%;
    /* top: 0px; */
    margin: 80px 0px 80px -50px;
    width: 100px;
    height: 5px !important;
    background-color: var(--color-primary);
    border: none;
}

.uk-scope .uk-h5,
.uk-scope h5 {
    font-weight: bold !important;
}

.uk-scope .uk-card-default {
    border-radius: 10px;
    overflow: hidden;
}

.uk-scope .uk-card-body {
    display: flow-root;
    padding: 30px 30px;
    display: flex !important;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: auto;
    text-align: center;
}


.lang2 {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 10px;
}

.lang2 li {
    display: inline-block;
    line-height: 80px;
}

.lang2 a {
    /* background: #EB1532; */
    color: var(--color-dark);
    padding: 0;
    /* font-size: 16px; */
    /* top: 30px; */
    position: relative;
    text-decoration: none;
    display: inline-block;
    /* line-height: 80px; */
    margin-left: 5px;
    opacity: 1;
}

.lang2 a:hover,
.lang2 a:focus {
    /* color: #fff; */
    /* color: #1d3038; */
    /* -webkit-transform: scale(1.2); */
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    /* transform: scale(1.2); */
    z-index: 9999;
    text-decoration: none;
    opacity: 0.7;
}

.lang2 img {
    box-shadow: none;
    width: 25px;
}

.counter-bs {
    color: #fff;
    text-shadow: 1px 1px 5px #00000057;
}

.counter-bs i {
    font-size: 42px;
    line-height: 46px;
}

.counter-bs span {
    font-weight: bold;
}

.small-hr {
    /* content: ''; */
    position: relative;
    left: 50%;
    /* top: 0px; */
    margin: 80px 0px 80px -50px;
    width: 100px;
    height: 5px !important;
    background-color: var(--color-primary);
    border: none;
}

.contatti-bot {
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
}

.contatti-bot i {
    margin-right: 5px;
    font-size: 20px;
    line-height: 20px;
}

.pic-team {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
}

.page-link:hover {
    z-index: 2;
    color: var(--color-primary);
    background-color: #e9ecef;
    border-color: #dee2e6;
}

/*---------- JJ-TEST.CSS ----------*/
.container-rounded {
    border-radius: 15px;
    background: var(--color-primary);
    padding: 60px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    color: var(--color-light);
}

.container-rounded p {
    opacity: 0.8;
}

.container-rounded h2,
.container-rounded h4 {
    color: var(--color-light);
}




.block-parallax21 img.logo-cta {
    position: unset;
    object-fit: unset;
    width: 200px;
    min-width: auto;
    min-height: auto;
    transform: none;
    -webkit-transform: none;
    filter: invert(1);
    z-index: 99;
    /* filter: brightness(10); */
    margin: 0 0 20px;
}


.uk-scope .uk-transition-fade,
.uk-scope [class*=uk-transition-scale],
.uk-scope [class*=uk-transition-slide] {
    transition: .2s ease-out !important;
}






@media (min-width: 768px) {
    .t4-section.sec-spacing-lg .t4-section-inner {
        padding-top: 6rem;
        padding-bottom: 0rem;
    }

    .item-102 .t4-section.sec-spacing-lg .t4-section-inner,
    .item-115 .t4-section.sec-spacing-lg .t4-section-inner,
    .item-116 .t4-section.sec-spacing-lg .t4-section-inner {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

.t4-section.sec-spacing-lg .t4-section-inner {
    /* padding-bottom: 0; */
}

.t4-main-body {
    background-color: #fff;
}

.image-stack::after {
    content: ' ';
    display: table;
    clear: both;
}

.image-stack_item--front {
    float: right;
    width: 50%;
    margin-left: -100%;
    margin-right: 15%;
    padding-top: 50%;
    position: relative;
    z-index: 2;
}

.image-stack_item--top {
    float: left;
    width: 66%;
    margin-right: -100%;
    padding-top: 15%;
    position: relative;
    z-index: 1;
}

.image-stack_item--bottom {
    float: right;
    width: 75%;
}

.item-wine-container {
    display: flex;
    justify-content: center;
}

.item-wine img {
    margin-top: -15px;
    height: 100%;
    z-index: 10;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    width: 100%;
    /* margin: auto; */
}

.item-wine {
    position: relative;
    width: 110px;
    flex-shrink: 0;
    height: 110px;
    border-radius: 200px;
    background: #E9E9E9;
    text-align: center;
    display: block;
    /* margin-right: 10px; */
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    /* transform: scale(2); */
}

.item-wine:hover img {
    height: 110%;
    margin-top: -20px;
    transition: all 0.3s ease;
    transform: scale(1.1);
    width: 110%;
}

.item-wine:hover a {
    color: #111;
}

.item-wine a {
    text-align: center;
}

.full-width-row {
	width: 100vw;
	position: relative!important;
	left: 50%;
	right: 50%;
    margin-left: -50vw;
}


.logo-a{display: block;opacity: 1;}
.logo-b{display: none;opacity: 0;}

.not-at-top .logo-a{display: none;opacity: 0;}
.not-at-top .logo-b{display: block;opacity: 1;}

.logo-a img, .logo-b img{
    height: 55px;
    width: 100%;
}

.t4-palette-dark h1, .t4-palette-dark h2, .t4-palette-dark h3, .t4-palette-dark h4, .t4-palette-dark h1 a, .t4-palette-dark h2 a, .t4-palette-dark h3 a, .t4-palette-dark h4 a {
  color: var(--color-white);
}

.t4-footnav .t4-module .module-title {
    color: var(--color-secondary);
}



/**** Highlight Text ****/
span.highlight-primary {
    color: var(--color-primary);
    padding: 0 0px;
    /* opacity: 0.5; */
    height: auto;
    display: inline-block;
    line-height: 1;
}

span.highlight-secondary {
    color: var(--color-secondary);
    padding: 0 0px;
    /* opacity: 0.5; */
    height: auto;
    display: inline-block;
    line-height: 1;
}

.btn:focus,
.blog-list .item-readmore a:focus,
.btn.focus,
.blog-list .item-readmore a.focus {
    color: var(--color-light);
}

h1 small {
    display: block;
    font-size: 60%;
    opacity: 0.6;
}

.ban-box {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative;
    /* margin: 20px; */
    border-radius: 10px;
    min-height: 350px;
}

.ban-box a {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    /* border-radius: 10px; */
    z-index: 0;
}


.ban-box a:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 0.7;
}

.ban-box a:after {
    background: #000;
}

.ban-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* -webkit-transform: translate(-50%,-50%); */
    min-width: 100%;
    min-height: 100%;
    width: auto;
    /* max-width: none; */
    object-fit: cover;
    /* opacity: 0.8; */
    z-index: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.ban-box h5 {
    /* z-index: 999; */
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 50%);
}

.ban-box span {
    z-index: 999;
    position: absolute;
    bottom: 0;
    padding: 40px 20px 20px;
    text-align: center;
    width: 100%;
    background: linear-gradient(to top, rgb(0 0 0 / 45%) 0%, rgb(0 0 0 / 0%) 100%);
}

.titleSection_subtitleHolder {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
    flex-wrap: nowrap;
    justify-content: center;
}

.titleSection_subtitle {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: var(--color-light);
}

.t4-palette-gray .titleSection_subtitleHolder .titleLine {
    background-color: var(--color-dark);
}

.t4-palette-gray .titleSection_subtitle {
    color: var(--color-dark);
}

.titleSection_subtitleHolder .titleLine {
    background-color: var(--color-light);
}



.titleLine {
    width: 80px;
    height: 1px;

}

.welcome-absolute {
    width: 100%;
    position: absolute;
    min-height: 600px;
    display: flex;
    align-content: center;
    align-items: center;
    top: -80px;
}

.welcome-absolute-l {
    position: absolute;
    left: 0;
    bottom: 0;
    /* top: 50%; */
    width: 150px;
}

.welcome-absolute-r {
    position: absolute;
    right: 0;
    /* top: 50%; */
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    width: 200px;
    bottom: 0;
}

.bs-welcome {
    position: relative;
    padding: 80px 0;
}

.t4-offcanvas .t4-off-canvas-body .t4-module {
    margin: 0rem;
    position: absolute;
    width: 100%;
    /* padding: 20px; */
}

.t4-offcanvas .t4-off-canvas-body .t4-module .module-inner {
    padding: 0 0rem;
}

.off-social-box {
    bottom: 0;
    padding: 0 30px;
}

.full-width-art .t4-main-body .container {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.bs-container {
    margin: 0 auto;
    /*padding-top: 6rem;*/
    /*padding-bottom: 6rem;*/
    padding-right: var(--t4-gutter-x, 1rem);
    padding-left: var(--t4-gutter-x, 1rem);
}

.uk-scope .uk-overlay-primary h2,
.uk-scope .uk-overlay-primary h4 {
    text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px !important;
}

.t4-navbar>.custom {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}



.btn-bs {
    background-color: var(--body-link-color);
    color: #fff !important;
    padding: 10px 20px;
    /*border-radius: 50px;*/
    border: 2px solid var(--body-link-color);
    transition: 0.3s;
    border-radius: 25px;
}

.btn-bs .material-symbols-outlined,
.btn-bs-alt .material-symbols-outlined {
    position: relative;
    bottom: -5px;
}


.btn-bs:hover {
    background-color: transparent;
    color: var(--body-link-color) !important;
    padding: 10px 20px;
    /*border-radius: 50px;*/
    border: 2px solid var(--body-link-color);
    transition: 0.3s;
}

.btn-bs-alt {
    background-color: #fff;
    color: var(--body-link-color) !important;
    padding: 10px 20px;
    /*border-radius: 50px;*/
    border: 2px solid #fff;
    transition: 0.3s;
    border-radius: 25px;
}

.btn-bs-alt:hover,
.btn-bs-alt-black:hover {
    background-color: transparent;
    color: #fff !important;
    padding: 10px 20px;
    /*border-radius: 50px;*/
    border: 2px solid #fff;
    transition: 0.3s;
}

.btn-bs-alt-black {
    background-color: #fff;
    color: #212529 !important;
    padding: 10px 20px;
    /*border-radius: 50px;*/
    border: 2px solid #fff;
    transition: 0.3s;
    border-radius: 25px;
}

.btn-bs-black {
    background-color: transparent;
    color: #fff !important;
    padding: 10px 20px;
    /*border-radius: 50px;*/
    border: 2px solid #fff;
    transition: 0.3s;
    font-size: var(--body-font-size);
    border-radius: 25px;
}

.btn-bs-black:hover {
    background-color: #fff;
    color: #212529 !important;
    padding: 10px 20px;
    /*border-radius: 50px;*/
    border: 2px solid #fff;
    transition: 0.3s;
    font-size: var(--body-font-size);
    text-decoration: none !important;
}

.block-parallax h1,
.block-parallax h2,
.block-parallax h3,
.block-parallax h4,
.block-parallax h5,
.block-parallax h6,
.block-parallax p {
    color: #fff;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

.rounded-img {
    border-radius: 25px;
}

.certificati {
    padding: 2%;
    text-align: center;
    /*display: flex;
    align-items: center;*/
}

/*.certificati div {
    margin-left: 20px;
}*/


.grecaptcha-badge {
    bottom: 0px !important;
    /* transform: scale(0.7); */
    /* right: -165px; */
}

.bs-welcome .row {
    padding-right: calc(var(--t4-gutter-x) / 2);
    padding-left: calc(var(--t4-gutter-x) / 2);
}

#emailform {
    cursor: pointer;
}



.slide-overlay.uk-overlay-primary {
    background: rgba(34, 34, 34, .2) !important;
}

.slide-overlay>.uk-position-relative>.uk-slideshow-items>li>.uk-overlay>div {
    text-align: left !important;
    width: 80%;
}

.uk-h1 {
    font-size: 50px !important;
    line-height: 55px !important;
    font-style: italic;
    font-weight: 600 !important;
    text-shadow: rgba(0, 0, 0, .5) 0 2px 5px !important;
}

.uk-margin {
    font-size: 1.2rem !important;
    font-weight: normal !important;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px !important;
}

.home-serv-slider h3 {
    font-size: 2.5rem !important;
    line-height: 4rem !important;
    font-weight: 600 !important;
    text-shadow: 1px 1px 3px hsl(0deg 0% 0% / 35%) !important;
}




.uk-scope [data-uk-cover]:where(img, video),
.uk-scope [uk-cover]:where(img, video) {
    object-position: 68% !important;
}

.mappa-responsive {
    position: relative;
    padding-bottom: 73.9%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.mappa-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
}

.camere-icons {
    list-style-type: none;
    gap: 1rem;
    display: flex;
    justify-content: center;
    padding: 0;
    flex-wrap: wrap;
}

.camere-icons li,
.info-full {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.wa-cta {
    padding: 5%;
    background-color: #2290763b;
    border-radius: 15px;
    text-align: center;
    font-size: 22px;
}

.icon-logos {
    font-size: 50px !important;
}

.uk-scope .uk-h3,
.uk-scope h3 {
    /* text-shadow: none; */
}

.review-text {
    color: #000;
    text-shadow: none;
}

.review-star {
    color: #ffc107;
    text-shadow: none;
}

.wk-shadow>.uk-position-relative>ul>li>.uk-panel>div {
    background-color: #eaeaea;
}

.wk-shadow .uk-inline-clip {
    mix-blend-mode: multiply;
    border-radius: 20px;
}

/*---------- JJ CSS ----------*/
full-servizi {
    max-height: 60%;
}

/*.uk-scope .uk-dotnav>.uk-active>* {
    background-color: rgb(255 255 255 / 60%) !important;
}

.uk-scope .uk-dotnav>*>* {
    border: 1px solid rgb(255 255 255 / 40%) !important;
}

.uk-scope .uk-dotnav>*>:hover {
    background-color: rgb(255 255 255 / 60%) !important;
}*/

.t4-footer .small-hr {

    background-color: var(--color-light) !important;

}


/*---------- landing----------*/
.bs-container {
    margin: 0 auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-right: var(--t4-gutter-x, 1rem);
    padding-left: var(--t4-gutter-x, 1rem);
}

.info-wrap-landing {
    padding: 30px;
    background: #ff1fa5 !important;
    color: #fff;
    height: 100%;
}

.info-wrap-landing-blue {
    padding: 30px;
    background: var(--color-primary);
    color: var(--color-light);
    height: 100%;
}

.info-wrap-landing-blue h4 {

    color: var(--color-light);
}

.info-wrap-landing-white {
    padding: 30px;
    background: #fff;
    color: var(--color-primary);
    height: 100%;
}

.info-wrap-landing-border {
    padding: 30px;
    height: 100%;
    border: 2px solid var(--color-primary);
}

.info-wrap-landing-transparent {
    padding: 30px;
    background: var(--footer-bg-color);
    color: var(--color-dark);
    height: 100%;
}

.info-wrap-landing-transparent i {
    font-size: 32px;
}

.info-wrap-landing-transparent h3,
.info-wrap-landing h3,
.info-wrap-landing-blue h3,
.info-wrap-landing-white h3 {
    font-weight: 600;
    color: var(--color-dark);
}

/*---------- landing END ----------*/

/*************** RESPONSIVE DESKTOP ***************/
@media screen and (min-width: 1400px) {

    #t4-header .container-xxl,
    #t4-header .container-xl,
    #t4-header .container-lg,
    #t4-header .container-md,
    .container-sm,
    #t4-header .container,
    #t4-header .t4-masthead .t4-masthead-detail {
        max-width: 96%;
    }

    @media (min-width: 576px) {
        .bs-container {
            max-width: 540px;
        }
    }

    @media (min-width: 768px) {
        .bs-container {
            max-width: 720px;
        }
    }

    @media (min-width: 992px) {
        .bs-container {
            max-width: 960px;
        }
    }

    @media (min-width: 1200px) {
        .bs-container {
            max-width: 1140px;
        }
    }

    @media (min-width: 1400px) {
        .bs-container {
            max-width: 1320px;
        }
    }


}

/*************** RESPONSIVE DESKTOP ***************/

@media screen and (max-width: 561px) {
    .uk-h1 {
        font-size: 36px !important;
        line-height: 40px !important;
    }

    /*.uk-margin {
        font-size: 28px !important;
        font-weight: 600 !important;
        color: #fff;
        text-shadow: rgba(0, 0, 0, .5) 0 2px 5px !important;
    }*/
}

@media (min-width: 1200px) {
    .uk-scope .uk-card-body {
        padding: 20px;
    }
}

@media screen and (max-width: 991px) {
    .col-direction {
        flex-direction: column-reverse;
    }
}

/*************** ADD MOBILE ONLY CSS HERE  ***************/
@media only screen and (max-width: 48em) {

    .navbar-brand a {
        height: 45px;
        margin: 0px 0 0;
    }

    .t4-header-r {
        position: absolute;
        right: 30px;
    }

    .home .slideshow {
        margin-top: 0px;
        top: 0;
    }

    .control-label {
        text-align: left!important;
    }

    .t-container.t-left .t-content,
    .t-container.t-right .t-content {
        border-radius: 0;
    }

    .t4-section>.acm-features.style-1 .info-wrap {
        padding: 32px;
    }

    .home-box h5 {
        margin-top: 0px;
        font-size: 2.5em;
    }

    .contatti-bot {
        flex-direction: column;
    }

    .contatti-bot>div {
        margin-bottom: 20px;
    }

    .lang2 img {
        width: 30px;
        height: auto;
    }

    .lang2 a {
        margin: 3px;
        padding: 0;
    }

    .lang2 li {
        margin: 0;
        padding: 0;
        line-height: 40px;
    }

    .social-bot img {
        margin: auto;
        max-width: 200px;
        display: block;
    }

    .lang2 {
        list-style: none;
        margin: 0;
        padding: 0;
        padding-left: 0px;
        line-height: 1;
        /* width: 100%; */
        /* display: flex; */
        /* justify-content: center; */
        /* flex-wrap: nowrap; */
    }

    .header-pic3 {
        min-height: 400px;
    }

    .home .header-pic3 {
        min-height: 600px;
    }

    .header-flexbox {
        margin: 0 0 -60px;
    }

    /*.header-pic3 {
        margin-top: 54px;
    }*/

    .welcome-absolute {
        display: none;
    }

    .bs-cta {
        z-index: 11;
    }


.logo-a img, .logo-b img{height: 40px;width: 100%;}

}/*************** ADD MOBILE ONLY CSS HERE  ***************/



/*---------- CUSTOM.CSS ----------*/
@media screen and (max-width: 610px) {
    .buttons-welcome {
        display: flex;
        flex-direction: column;
    }

    .buttons-welcome a {
        margin-bottom: 10px;
    }
}

.article-aside {
    margin-bottom: 0;
}

.flat-plus {
    color: var(--body-link-color);
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}

.flat-plus small {
    font-weight: 600;
}

@media screen and (max-width: 991px) {
    .acm-features.style-1.bg-ratio-2 div {
        flex-direction: column-reverse;
    }
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px; /* distanza dalla parte superiore */
}

.slider-logo {
    width: 40vw;
    opacity: 0.5;
}

@media screen and (max-width: 727px) {
    .slider-logo {
        width: 80vw;
    }
}

.venduto {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: var(--body-link-color);
    padding: 10px;
}

/*** FULL WIDTH BANNER IN ONE LINE - FULL WIDTH 2 ***/

.full-width-banner-one-line {
            display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
}

@media screen and (min-width: 992px) {
    .full-width-banner-one-line .section-button {
        text-align: right;
    }
}


/*** REVIEW CARDS - Recensioni Boxes ***/

.card-review-header {
    display: flex;
    flex-wrap: nowrap;
}

.platform-icon {
    position: absolute;
    top: 30px;
    right: 30px;
}

.card-review-img {
    margin-right: 10px;
}

.card-review-img span {
    font-size: 40px;
}

.card-details {
    text-align: left;
}

/*** CONTAINED BANNER - Banner contained ***/

.banner-contained {
    display: flex;
    margin: 0 auto;
    align-items: center;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    border: 2px solid var(--color-primary);
    height: 10rem;
    justify-content: space-between;
}

.banner-contained-info {
    display: flex;
    width: 70%;
}

.banner-contained-icon {
    width: 137px;
    min-width: 137px;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.banner-contained-icon:before {
    background-color: var(--color-primary);
    content: "";
    position: absolute;
    left: -137px;
    top: -60px;
    width: 274px;
    height: 274px;
    border-radius: 100%;
}

.banner-contained-icon span {
    position: absolute;
    top: 50%;
    left: 62px;
    height: 54px;
    width: 54px;
    margin-top: -27px;
    color: white;
    font-size: 60px;
}

.banner-contained-text {
    margin-left: 20px;
}

.banner-contained-cta {
    margin-right: 30px;
}

@media screen and (max-width: 991px) {
    .banner-contained {
        height: 8rem;
    }
    .banner-contained-text h4 {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .banner-contained {
        flex-direction: column;
        height: unset;
        padding: 30px 10px 40px 10px;
    }

    .banner-contained-info {
        display: block;
        width: 100%;
        text-align: center;
    }

    .banner-contained-text {
        margin-left: 0;
        margin-bottom: 30px;
        text-align: center;
    }

    .banner-contained-cta {
        margin-right: 0;
    }

    .banner-contained-icon {
        width: 100%;
    }

    .banner-contained-icon:before {
        display: none;
    }

    .banner-contained-icon span {
        position: relative;
        margin-top: 0;
        top: 0;
        left: 0;
        width: 100%;
        color: var(--color-primary);
        font-size: 60px;
    }   
}

/*** COLORED CARDS ***/

.card {
    border: none;
    height: 100%;
}

.card.bg-photo {
    height: 500px;
    padding: 40px;
    overflow: hidden;
}

.card.bg-photo col {
    height: 100%;
}

.card.bg-photo:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url('/images/www/card-overlay.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.card.bg-photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    object-fit: cover;
    z-index: 0;
}

.bg-photo .card-body {
    z-index:2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 30px;
}

.card-label div {
    position: absolute;
    padding: 2px 16px;
    font-size: 18px;
    line-height: 2;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
}

.card-title {
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
}

/*** SPLIT CARDS ***/

.card.split-card {
    flex-direction: row;
    overflow: hidden;
    height: 100%;
    /*height: 400px;*/
}

.card.split-card .card-body {
    padding: 40px 0px 40px 40px;
    width: 60%;
}

/*.card-image-1 {
    min-height: 100%;
    width: auto;
    object-fit: cover;
    z-index: 0;
    clip-path: polygon(110px 0px, 100% 0px, 100% 100%, 0px 100%);
}*/

.card-image-1 {
  background-image: url('/images/www/banners/card-image-1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 380px;
  z-index: 0;
  clip-path: polygon(110px 0px, 100% 0px, 100% 100%, 0px 100%);
}

.card-image-2 {
  background-image: url('/images/www/banners/card-image-2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 380px;
  z-index: 0;
  clip-path: polygon(110px 0px, 100% 0px, 100% 100%, 0px 100%);
}

.card-image-3 {
  background-image: url('/images/www/banners/card-image-3.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 380px;
  z-index: 0;
  clip-path: polygon(110px 0px, 100% 0px, 100% 100%, 0px 100%);
}

.card-image-4 {
  background-image: url('/images/www/banners/card-image-4.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 380px;
  z-index: 0;
  clip-path: polygon(110px 0px, 100% 0px, 100% 100%, 0px 100%);
}

@media screen and (max-width: 1199px) {
    .card.split-card {
        flex-direction: column-reverse;
        height: 100%;
    }
    .card.split-card .card-body {
        padding: 10px 40px 50px 40px;
        width: 100%;
    }
    .card-image-1, .card-image-2, .card-image-3, .card-image-4 {
        width: 100%;
        height: 200px;
        clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 126px);
    }   
}

/*** FULL WIDTH BANNER WITH CARDS ***/

.block-parallax25-full-height {
    position: relative;
    top: 0;
    left: 0;
    min-height: 100vh;
    overflow: hidden;
    padding: 180px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--mainnav-link-active-color);
}

.block-parallax25-full-height img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    object-fit: cover;
    z-index: 0;
}

.card-fullwidth-header .card-title {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 60px;
}

.card-fullwidth-header col {
    height: 100%;
}

.card-number {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
}

.opacity-background {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

/*** FLAT WHITE CARDS ***/
.card-white {
    height: 100%;
    background-color: #fff;
}

.card-primary {
    height: 100%;
    background-color: var(--color-primary);
}

.card-grey {
    height: 100%;
    background-color: var(--color-light);
}

.card-icon span {
    font-size: 50px;
}

.t4-section-5 {
    background-color: #fff;
}

.t4-palette-light h2 {
    color: var(--color-primary);
}