﻿@charset "utf-8";
/* CSS Document */


/*--Import Global CSS--*/
@import url('global.css');

.didascalia-slide {
    position: absolute;
    margin-top: -50px;
    margin-left: 50px;
    color: #fff;
}
/*--------

.no-mobile {
display:inherit !important;

}*/


.linkSuite {
    color: #111;
    text-decoration: underline
}


.img-slider {
    z-index: 1;
}

.campaineu p {
    color: #fff;
    font-size: 10px;
}

.campaineu img {
    max-height: 50px;
}
/*--Popup Window for video--*/
.video-modal .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.video-modal .modal-body {
    position: relative;
    padding: 0px;
}

.video-modal .close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

@media(max-width:991px) {
    .video-modal .close {
        right: 0;
        top: -45px;
    }

    .video-modal.show {
        padding: 0 15px;
    }
}
/*--Popup Window vertically center--*/
#myModal .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}


.scroll-to-fixed-fixed-end {
    position: relative !important;
}

.scroll-to-fixed-fixed {
    margin-top: auto !important;
    left: auto !important;
}

.white-color:hover {
    color: #fff;
}

/*-----HEADER SCROLL*/
header {
    background: #223f3d;
    height: 115px;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index: 99;
}

.vis {
    display: initial;
    transition: top 0.2s ease-in-out;
}

.no-vis {
    display: none;
    transition: top 0.2s ease-in-out;
}

.nav-up {
    top: -115px;
}

.nav-down {
    top: -40px;
}



.nav-trasp {
    background: transparent;
    top: 0;
}


@media(max-width:767px) {
    .news-item-link {
        max-width: 100% !important;
        position: relative;
        padding-bottom: 30px;
    }
    .no-mobile {
        display: none !important;
    }

    header {
        height: 90px;
    }

    .nav-up {
        top: -90px;
    }

    .nav-down {
        top: -20px;
    }

    .nav-trasp {
        background: transparent;
        top: 0;
    }
}
/*--------------------*/

.no-padding-sotto {
    padding-bottom: 0 !important;
}

.services li {
    list-style: inherit
}

.titolo-camera {
    color: #ede5d4;
}

    .titolo-camera a {
        color: #ede5d4;
    }

        .titolo-camera a:hover {
            color: #ede5d4;
            text-decoration: underline;
        }

.rooms-slide a {
    color: var(--text-color);
}

.degustazioni {
    padding: 30px;
}


    .degustazioni p {
        padding-right: 30px;
    }

.contatti a {
    color: var(--text-color);
    text-decoration: underline;
}

.lingue {
    display: inherit;
    color: #fff;
    padding: 0 30px;
}


    .lingue span {
        padding: 10px 0;
        line-height: 1;
    }

body {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color);
}

.hero {
    min-height: 100vh;
    position: relative;
}

.hero-slide {
    background-size: cover;
    background-position: center center;
}

.hero-slide-0 {
    background-image: url(../images/hero-slider/0.jpg);
}
.hero-slide-1 {
    background-image: url(../images/hero-slider/1.jpg);
}

.hero-slide-2 {
    background-image: url(../images/hero-slider/2.jpg);
}

.hero-slide-3 {
    background-image: url(../images/hero-slider/3.jpg);
}

.hero-slide-4 {
    background-image: url(../images/hero-slider/4.jpg);
}

.hero-slide-5 {
    background-image: url(../images/hero-slider/5.jpg);
}

.hero-slider.slick-slider, .hero-slider.slick-slider .slick-list, .hero-slider.slick-slider .slick-track {
    height: 100vh;
}

.hero-slider-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.header {
    min-height: 115px;
}

.menu {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

    .menu ul::after {
        position: absolute;
        left: 15px;
        bottom: 0;
        width: calc(100% - 30px);
        height: 1px;
        background: url(../images/border-pattern-white.png) center center repeat-x;
        content: "";
        pointer-events: none;
    }

    .menu ul {
        margin: 0 -30px;
    }

        .menu ul li {
            padding: 0 30px;
        }

            .menu ul li a {
                color: #fff;
                text-transform: uppercase;
                display: block;
                padding: 10px 0;
                line-height: 1;
                font-size: 14px;
            }

                .menu ul li a:hover, .menu ul li a.active {
                    color: var(--secondary-color);
                }

.hero-content h1:not(:last-child) {
    margin-bottom: 50px;
}

.hero-content p {
    max-width: 75%;
}

.hero-slider.slick-slider {
    margin: 0;
}

.hero-slider-controls {
    height: 90px;
    /* border: 1px solid #fff;*/
}

    .hero-slider-controls .hero-slider-control:not(:last-child) {
        margin-right: 30px;
    }

.hero-slider-control .slick-dots {
    position: static;
}

    .hero-slider-control .slick-dots li {
        padding: 0 5px;
        color: #fff;
        font-size: 12px;
        margin: 0;
        width: auto;
    }

        .hero-slider-control .slick-dots li a {
            display: block;
            opacity: 0.5;
        }

        .hero-slider-control .slick-dots li.slick-active a {
            opacity: 1;
        }

.hero-slider-arrow span {
    cursor: pointer;
}

    .hero-slider-arrow span:not(:last-child) {
        margin-right: 30px;
    }

.section {
    padding: 150px 0;
}

.footer {
    background-color: var(--primary-color);
    padding: 90px 0;
}

.footer-top-content {
    min-height: 380px;
    border: 2px solid var(--secondary-color);
    padding: 15px;
}

.footer-top:not(:last-child) {
    margin-bottom: 90px;
}

.footer-bottom p:not(:last-child) {
    margin-bottom: 4px;
}

.social-media {
    margin: 0 -10px;
}

    .social-media a {
        display: inline-block;
        padding: 0 10px;
        color: #fff;
        position: relative;
    }

        .social-media a:hover {
            text-decoration: underline;
            color: var(--secondary-color);
        }

        .social-media a::after {
            position: absolute;
            right: 0;
            top: 15%;
            width: 1px;
            height: 70%;
            content: "";
            background-color: #fff;
            transform: rotate(15deg);
        }

        .social-media a:last-child::after {
            display: none;
        }

.footer-bottom p a {
    color: #fff;
}

    .footer-bottom p a:hover {
        text-decoration: underline;
        color: var(--secondary-color);
    }

.section-header:not(:last-child) {
    margin-bottom: 50px;
}

.header-strip {
    background: url(../images/border-pattern-black.png) center center repeat-x;
}

.header-strip-text {
    display: block;
    padding: 5px;
    line-height: 22px;
    font-size: 18px;
    font-weight: 700;
}

.header-strip-secondary .header-strip-text {
    background-color: var(--secondary-color);
}

.header-strip-white .header-strip-text {
    background-color: #fff;
}

.header-strip-primary {
    background: url(../images/border-pattern-secondary.png) center center repeat-x;
}

    .header-strip-primary .header-strip-text {
        background-color: var(--primary-color);
        color: var(--secondary-color);
    }

.news-item {
    background-color: #fff;
}

.news-item-column {
    min-height: 380px;
}

.news-item-image {
    background-size: cover;
    background-postion: center center;
}

.news-item-image-1 {
    background-image: url(../images/news/1.jpg);
}

.news-item-image-2 {
    background-image: url(../images/news/1.jpg);
}

.news-item-image-3 {
    background-image: url(../images/news/1.jpg);
}

.news-item-content {
    padding: 30px 18%;
}

    .news-item-content h4, .news-item-content h4 a, .news-item-content p {
        color: #a8a8a8;
    }

        .news-item-content h4:not(:last-child) {
            margin-bottom: 20px;
        }

        .news-item-content p:not(:last-child) {
            margin-bottom: 5px;
        }

.news-item:hover {
    background-color: var(--primary-color);
}

    .news-item:hover h4, .news-item:hover h4 a {
        color: var(--secondary-color);
    }

    .news-item:hover p {
        color: #fff;
    }

.news-item-link-box {
    border: 2px solid var(--primary-color);
}

.news-item-link {
    max-width: 40%;
    position: relative;
    padding-bottom: 30px;
}

.news-item-prenota {
    padding-top: 80px;
    max-width: 40%;
    position: relative;
    padding-bottom: 30px;
}
    .news-item-link::after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50%;
        height: 1px;
        background: url(../images/border-pattern-primary.png) center center repeat-x;
        content: "";
        transition: all 0.1s linear;
    }

    .news-item-link:hover::after {
        width: 25%;
    }

    .news-item-link a {
        color: var(--primary-color);
    }

.service:not(:last-child) {
    margin-bottom: 25px;
}

.article-row:not(:last-child), .article h4:not(:last-child) {
    margin-bottom: 50px;
}

.article p:not(:last-child) {
    margin-bottom: 15px;
}

.article-row .row.rows {
    margin: -7px;
}

    .article-row .row.rows .columns {
        padding: 7px;
    }

.rooms-section .links-wrap {
    margin-top: 100px;
}

.rooms-slider-wrap {
    margin-right: -15px;
}

.rooms-slide:not(:last-child) {
    margin-right: 30px;
}

.rooms-slide-image:not(:last-child) {
    margin-bottom: 30px;
}

.rooms-slider.slick-slider .slick-list {
    padding-left: 0 !important;
}

.rooms-slide {
    opacity: 0.5;
}

    .rooms-slide.slick-current.slick-active {
        opacity: 1;
    }

.rooms-section .section-header {
}

.image-group .row.rows {
    margin: -10px;
}

    .image-group .row.rows .columns {
        padding: 10px;
    }

.intro-header:not(:last-child) {
    margin-bottom: 80px;
}

.page-hero {
    min-height: 650px;
    background-size: cover;
}

.page-hero-content {
    padding: 50px 0;
}

.page-hero .menu ul::after {
    display: none;
}

.product-item {
    overflow: hidden;
}

    .product-item figure {
        transition: all 0.1s linear;
    }

    .product-item:hover figure {
        transform: scale(1.1);
    }

.product-item-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3,3,3,0.4);
    padding: 50px;
}

    .product-item-content h4:not(:last-child) {
        margin-bottom: 15px;
    }

    .product-item-content p:not(:last-child) {
        margin-bottom: 10px;
    }

.product-item h4 a {
    color: var(--secondary-color);
}

    .product-item h4 a:hover {
        color: #fff;
    }

.article-block {
    margin-bottom: 90px;
}

    .article-block:last-child {
        margin-bottom: 0;
    }

@media(max-width:1701px) {
    .justify-content-xl-center {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        background-color: var(--primary-color);
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        transform: scale(0.9);
    }

        .menu.active {
            opacity: 1;
            visibility: visible;
            transform: scale(1);
        }

        .menu ul::after {
            display: none;
        }

        .menu ul {
            text-align: center;
            min-height: 100%;
            -ms-flex-direction: column !important;
            flex-direction: column !important;
        }

}

@media(min-width:1701px) {

    .menu-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .menu-none {
        display: none !important;
    }

    .section.about-section {
        padding-bottom: 0;
        position: relative;
    }

        .section.about-section::after {
            width: 100%;
            height: 80px;
            background-color: var(--secondary-color);
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 0;
        }

    .image-group {
        position: relative;
        z-index: 1;
    }

    .rooms-section {
        position: relative;
    }

        .rooms-section .section-header {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            transform: translateY(-50%);
        }
}

@media(min-width:1501px) {
    .intro-header {
        margin-left: calc((-100vw/12*2) - 60px);
    }
}

@media(max-width:1500px) {
    .hero-slider-controls .hero-slider-control:not(:last-child) {
        margin-right: 20px;
    }

    .hero-slider-arrow span:not(:last-child) {
        margin-right: 20px;
    }

    .hero-content h1:not(:last-child) {
        margin-bottom: 30px;
    }

    .hero-slider-controls {
        height: 70px;
    }

    .menu ul {
        margin: 0 -18px;
    }

        .menu ul li {
            padding: 0 18px;
        }

            .menu ul li a {
                font-size: 15px;
            }

    .section {
        padding: 130px 0;
    }

    .footer {
        padding: 70px 0;
    }

    .footer-top:not(:last-child) {
        margin-bottom: 70px;
    }

    .news-item-content {
        padding: 30px 10%;
    }

    .article-row:not(:last-child), .article h4:not(:last-child)) {
        margin-bottom: 20px;
    }

    .intro-header:not(:last-child) {
        margin-bottom: 50px;
    }

    .page-hero {
        min-height: 600px;
    }

    .article-block {
        margin-bottom: 70px;
    }
}

@media(max-width:1199px) {
    .logo {
        max-width: 70px;
    }

    .menu {
        padding: 10px 0;
    }

        .menu ul {
            margin: 0 -15px;
            padding-left: 15px;
        }

            .menu ul li {
                padding: 0 15px;
            }

                .menu ul li a {
                    font-size: 14px;
                }

    .header {
        min-height: 90px;
        padding-top: 10px;
    }

    .hero-content .row {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .hero-content h1:not(:last-child) {
        margin-bottom: 20px;
    }

    .hero-slider-controls {
        height: 60px;
    }

    .section {
        padding: 100px 0;
    }

    .footer-top-content {
        min-height: 300px;
    }

    .footer {
        padding: 50px 0;
    }

    .footer-top:not(:last-child) {
        margin-bottom: 50px;
    }

    .news-item-column {
        min-height: 300px;
    }

    .section-header:not(:last-child) {
        margin-bottom: 40px;
    }

    .article-row:not(:last-child), .article h4:not(:last-child) {
        margin-bottom: 15px;
    }

    .intro-header:not(:last-child) {
        margin-bottom: 30px;
    }

    .page-hero {
        min-height: 500px;
    }

    .product-item-content {
        padding: 30px;
    }

        .product-item-content h4:not(:last-child) {
            margin-bottom: 10px;
        }

    .article-block {
        margin-bottom: 50px;
    }
}

@media(min-width:992px) {
    .page-hero .menu ul li a {
        position: relative;
    }

        .page-hero .menu ul li a.active::after {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 1px;
            background: url(../images/border-pattern-secondary.png) center center repeat-x;
            content: "";
            transform: scale(1)
        }

        .page-hero .menu ul li a::after {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 1px;
            background: url(../images/border-pattern-secondary.png) center center repeat-x;
            content: "";
            transform: scale(0);
            transition: all 0.1s linear;
        }

        .page-hero .menu ul li a:hover::after {
            transform: scale(1);
        }
}

@media(max-width:991px) {
    .logo {
        position: relative;
        z-index: 99;
        max-width: 60px;
    }

    body.menu-open {
        overflow: hidden;
    }

  

    .header {
        min-height: auto;
        padding: 10px 0;
    }

    .section {
        padding: 80px 0;
    }

    .footer-top-content {
        min-height: 250px;
    }

    .rooms-section .links-wrap {
        margin-top: 30px;
    }

    .rooms-slide:not(:last-child) {
        margin-right: 15px;
    }

    .page-hero {
        min-height: 400px;
    }
}

@media(min-width:768px) {
    .service-section .section-header {
        margin: 0;
        transform: translateY(50%);
    }
}

@media(max-width:767px) {
    .hero-content p {
        margin: 0 auto;
    }

    .hero-slider-controls {
        max-width: 300px;
        margin: 0 auto;
    }

    .section {
        padding: 60px 0;
    }

    .footer {
        padding: 40px 0;
    }

    .footer-top:not(:last-child) {
        margin-bottom: 40px;
    }

    .section-header:not(:last-child) {
        margin-bottom: 30px;
    }

    .news-item-content h4:not(:last-child) {
        margin-bottom: 15px;
    }

    .hero-slider-controls-wrap {
        position: absolute;
        left: 0;
        bottom: 10px;
        width: 100%;
    }

    .hero-slider-controls {
        height: 50px;
    }

    .rooms-slide-image:not(:last-child) {
        margin-bottom: 15px;
    }

    .page-hero {
        min-height: 350px;
    }
}

@media(max-width:575px) {
    .section {
        padding: 50px 0;
    }

    .footer {
        padding: 30px 0;
    }

    .footer-top:not(:last-child) {
        margin-bottom: 30px;
    }
}
