@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
    overflow-x: hidden;
    padding: 0px;
    font-weight: 400
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block
}

p {
    margin: 0 0 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    color: #1c1c1c;
    font-weight: 400;
    margin: 0 0 35px 0;
    line-height: 1.2;
}

h1 {
    font-size: 65px;
    font-weight: 400
}

h2 {
    font-size: 52px;
}

h3 {
    font-size: 36px;
    margin-bottom: 10px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 0.5px
}

.lead {
    font-size: 18px;
    font-weight: normal;
    color: #1c1c1c;
    margin-bottom: 20px;
    font-style: italic
}

.sub {
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 20px;
    font-weight: 400;
    color: #c19b76;
    margin-bottom: 10px;
}

.sub_w {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 40px;
}

.title-right {
    color: #003E5F;
    font-weight: 300;
    font-size: 28px;
    line-height: 1.2;
}

.wow {
    visibility: hidden;
}

a {
    color: #404040;
    text-decoration: none;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

a:hover, a:focus {
    color: #FBC89E;
    text-decoration: none;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

/*a img:hover, a img:focus { cursor: zoom-in }*/
::-moz-selection {
    color: white;
    text-shadow: none;
    background: #FBC89E;
}

::selection {
    color: white;
    text-shadow: none;
    background: #FBC89E;
}

img::selection {
    color: white;
    background: transparent;
}

img::-moz-selection {
    color: white;
    background: transparent;
}

.separator {
    height: 4px;
    margin-bottom: 22px
}

.separator:before {
    content: ' ';
    display: block;
    width: 70px;
    background: #000000;
    height: 4px;
}

.colorw {
    color: #ffffff
}

.color1 {
    color: #c19b76
}

.color2 {
    color: #6b6c6e
}

.bg1 {
    background: #F8F8F8
}

.bg2 {
    background: #c19b76;
    color: #ffffff;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.pt {
    padding-top: 90px
}

.pb {
    padding-bottom: 90px
}

.mt {
    margin-top: 90px
}

.mb {
    margin-bottom: 90px
}

.pt2 {
    padding-top: 45px
}

.pb2 {
    padding-bottom: 45px
}

.mt2 {
    margin-top: 45px
}

.mb2 {
    margin-bottom: 45px
}

.buttons {
    padding-top: 30px
}

.button_1 {
    border: 1px solid #c19b76;
    background: #c19b76;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.8px;
    padding: 16px 28px;
    display: inline-block;
    border-radius: 1px;
    text-transform: uppercase;
    color: #ffffff;
}

.button_1:hover {
    background: #c19b76;
    color: #ffffff;
}

.button_2 {
    border: 1px solid #858585;
    background: #858585;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.8px;
    padding: 16px 28px;
    display: inline-block;
    border-radius: 1px;
    text-transform: uppercase;
    color: #ffffff;
}

.button_2:hover {
    border: 1px solid #FBC89E;
    background: #FBC89E;
    color: #858585
}

.button_3 {
    color: #c19b76;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 13px;
}

.button_3:hover {
    color: #1c1c1c
}

.button_w {
    color: #ffffff;
    position: relative;
    display: inline-block;
    padding-right: 54px;
}

.button_w:hover {
}

.footer-bnr {
    width: 180px;
    display: inline-flex;
    margin-top: 0;
}

#header {
    padding: 0;
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    padding: 12px 0;
    top: 0px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 2;
}

#header .header-menu .header-logo {
    display: block;
    position: absolute;
    left: 50%;
    z-index: 1;
    margin-left: -80px;
}

#header .header-logo {
    position: relative;
    min-height: 20px;
    width: 160px;
    display: none
}

#header .header-logo a {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    z-index: 1
}

#header .header-logo a .logo__home {
    background-color: white;
    padding: 6px 12px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.button_container {
    display: none
}

#header .button_container span {
    background: #c19b76;
}

#header .button_container.active span {
    background: #ffffff !important;
}

#header .header-menu ul {
    position: relative;
    display: flex
}

#header .header-menu ul > li {
    position: relative;
    z-index: 2;
}


#header .header-menu ul > li:nth-child(6) {
    margin-left: 170px;
}

#header .header-menu ul > li:nth-child(6), #header .header-menu ul > li:nth-child(7), #header .header-menu ul > li:nth-child(8), #header .header-menu ul > li:nth-child(9) {
    float: left;
    text-align: right
}

#header .header-menu ul > li a {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    line-height: 50px;
    color: #1c1c1c;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 14.2px;
    letter-spacing: 1px
}

#header .header-menu ul > li a:hover {
    color: #a5a5a5
}

#header .header-menu ul > li.active > a {
    color: #909090;
}

#header .header-menu ul ul {
    display: none
}

#header .header-menu ul > li:hover ul {
    position: absolute;
    top: 99%;
    left: 0;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #cecece;
    z-index: 2;
    width: 300px;
}

#header .header-menu ul ul li {
    padding: 0;
    border-bottom: none;
}

#header .header-menu ul ul li a {
    display: block;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    line-height: 1.46;
    padding: 15px 28px;
    color: #1c1c1c;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
}

#header .header-menu ul ul li a:hover {
    background: #111111;
    color: #ffffff;
}

.header-menu {
    display: flex;
}

.header-menu .header-menu-left {
    width: 50%;
    padding-right: 80px;
    justify-content: flex-start
}

.header-menu .header-menu-right {
    width: 50%;
    padding-left: 80px;
    justify-content: flex-end
}

#header .header-menu ul.header-menu-left > li {
    margin-right: 15px;
}

#header .header-menu ul.header-menu-right > li {
    margin-left: 15px;
}

/* STICKYY */
#header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 3;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}


#footer {
    padding: 80px 0 65px;
    background: #1c1c1c;
    color: #858585;
    font-size: 14px;
}

#footer h5 {
    margin: 0 0 25px 0;
    color: #ffffff;
    text-transform: uppercase
}

#footer p.text-intro-footer {
    margin: 0 0 0 0;
    padding: 0 0 45px 0;
    color: #ffffff;
    text-align: center;
    font-size: 19px;
    line-height: 1.1;
}

#footer a {
    color: #c19b76
}

#footer .footer-row {
    display: flex;
    justify-content: space-between;
}

#footer .footer-row ul li {
    margin-bottom: 12px
}

#footer .footer-left a img {
    width: 30px
}

#copyright {
    background: #1c1c1c;
    font-size: 12px;
    color: #858585;
}

#copyright .copyright-row {
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px 0;
    justify-content: space-between
}

#copyright a:hover {
    color: #666666
}

#copyright p {
    align-self: flex-end;
}

.copy-logo {
}

.copy-logo.publifarm {
    width: 110px
}

.copy-logo img {
    vertical-align: middle
}

.lang-wrapper {
    margin-top: 100px;
}

.lang-wrapper select, .lang-wrapper option {
    display: block;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
    color: #ffffff;
    border: 1px solid #ffffff;
}

.lang-wrapper form > select {
    background: transparent;
    font-size: 18px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='white'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center right;
    padding: 6px 22px 6px 12px;
    border: 1px solid #9d9d9d;
    color: #ffffff;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.lang-wrapper form > select:focus {
    box-shadow: none;
}

.lang-wrapper form > select > option {
    color: initial;
}


.lang-wrapper button,
.lang-wrapper [type="button"],
.lang-wrapper [type="reset"],
.lang-wrapper [type="submit"] {
    -webkit-appearance: button;
    color: #ffffff;
    background-color: transparent;
    background: transparent;
    padding: 0;
    margin: 0 10px 0 0;
    outline: none;
    border: none;
    font-size: 18px;
    line-height: 24px;
}

.lang-wrapper button.selected {
    font-weight: bold;
    color: #A2A2A2
}

.social-list {
    width: 30px;
}

.social-list a {
    display: block;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin-bottom: 14px;
}

#myBlinkingDiv {
    color: red;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.text-obb {
    max-width: 620px;
    margin: 100px auto 150px auto;
    font-size: 26px;
    transform: rotate(352deg);
    font-family: 'Playfair Display', serif;
    color: #1c1c1c;
    font-weight: 400;
}

#home {
    display: flex
}

.social-column {
    width: 100px;
    background: #01233E;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column
}

.social-column .white-square {
    display: block;
    width: 100%;
    margin-top: 30px
}

.social-column .white-square:after {
    padding-top: 100%;
    display: block;
    content: ' ';
    background: #ffffff;
}

.slide-carousel {
    flex: 1
}

.slide-item {
    height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center;
}

.slide-item:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.21);
    content: ' ';
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slide-content .sub {
    color: #ffffff;
    padding: 0;
    margin: 0 0 8px 0;
    font-size: 22px
}

.slide-content h1 {
    color: #ffffff;
    padding: 0 0 0 0;
    margin: 0 0 15px 0
}

.slide-content .page-sub {
    text-align: center;
}

.caption-inner {
}

.caption-romantik {
    max-width: 185px;
    margin: 0 auto 40px auto
}

.awards-home .col-md-4 {
    padding: 40px 0
}

.right-buttons {
    text-align: right
}

.bg-intro {
    position: relative
}

.home-intro {
}

.experience-square {
    background-color: #f1f1f1;
    padding: 74px;
}

.xp__cont {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px;
    height: calc(100vh - 74px);
    display: flex;
    align-items: center;
}
.xp__cont p {
    margin: 4px 0;
}
.xp__cont__wr {
    background: rgb(255 255 255 / 90%);
    padding:20px 30px;
    margin: 0 auto;
    border-radius: 10px;
    max-width: 90%;
    max-height: 100%;
    overflow-y: auto;
    font-size: 13px;
    line-height: 1.4;
}

.xp__cont__wr h1 {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 17px;
}

.xp__cont p, .xp__cont span {
    text-indent: 0 !important;
}

.xp__cont ul {
    list-style: inside;
}

.xp__cont ul li {
    display: list-item;
    list-style: inside;
}

a.pasqua__banner {
    position: absolute;
    top: 135px;
    left: 100px;
    z-index: 9;
    background: rgb(48 48 48 / 60%);
    padding: 30px;
    color: white;
    border-radius: 23px;
}
a.pasqua__banner:hover {
    background: rgb(48 48 48 / 80%);
}
a.pasqua__banner h4 {
    margin: 0;
    padding: 0;
    color: white;
    font-family: "Times New Roman";
    font-size: 24px;
    font-style: italic;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
}

.square {
    display: block;
    position: relative;
    background: #ffffff;
    min-height: 275px;
}

.square:hover {
    color: #337ab7;
}

.square:before {
    position: absolute;
    top: -2px;
    left: 25%;
    content: ' ';
    width: 50%;
    height: 4px;
    background: #6b6c6e;
}

.square:hover:before {
    background: #A4AEBE;
}

.squared {
    position: relative
}

.squared:before {
    content: "";
    display: block;
    border-style: solid;
    border-width: 0;
    position: absolute;
    z-index: 1;
    border-top-width: 1px;
    top: 35px;
    border-right-width: 1px;
    right: 35px;
    border-bottom-width: 1px;
    bottom: 35px;
    border-left-width: 1px;
    left: 35px;
    border-color: #ffffff;
}

.intro {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.parallax-window {
    background: transparent;
    min-height: 400px
}

.parallax-home {
    background-image: url("/uploads/home/parallax2.jpg");
    background-size: cover
}

.parallax-caption {
    padding: 120px 0;
    position: relative;
    background: rgba(0, 0, 0, 0.30);
    width: 100%;
    z-index: 2
}

.parallax-caption h2 {
    color: #ffffff;
}

.info-box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.info-box-txt {
    background-color: #f8f8f8;
    padding: 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.info-box-txt .buttons {
    margin-top: auto;
}

.odometer-item {
    font-size: 50px;
    line-height: 55px;
    font-weight: bold;
    color: #393939;
}

.odometer-item em {
    color: #6b6c6e;
    font-style: normal;
}

.odometer-sub {
    font-size: 18px;
    color: #7d7d7d;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.icon-box {
    display: flex
}

.icon-box-img {
    color: #c19b76;
    font-size: 40px;
    margin-right: 20px
}

.icon-box-txt h4 {
    color: #ffffff;
    margin-bottom: 12px;
}

.icon-box-txt {
}

.carousel__home {
    position: relative;
}
.banner__carousel {
    position: absolute;
    z-index: 4;
    top: 100px;
    right: 30px;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
    animation: blinker 1s ease-in-out infinite;
}
@keyframes blinker {
    40% {
        box-shadow: 0px 0px 4px 4px rgba(100, 100, 100, 0.75);
    }
    50% {
        box-shadow: 0px 0px 4px 4px rgba(100, 100, 100, 0.75);
    }
}

.page-heading h1 {
    margin: 0 0 50px 0;
}

.video-home {
    text-align: center;
    display: none;
}

.content-left {
    float: left;
    width: 40%;
    padding-right: 50px
}

.content-right {
    float: right;
    width: 60%
}

.service-bg {
    background: #5B7291
}

.service-bg .sub {
    color: #ffffff;
}

.service-icon {
    margin-bottom: 25px
}

.service-icon img {
    height: 40px;
    width: auto;
}

.service-bg h3 {
    color: #ffffff;
    margin: 0 0 12px 0
}

.service-bg h2 {
    color: #ffffff;
    margin: 0 0 22px 0;
    font-size: 35px;
}

.service-bg h5 {
    color: #ffffff;
    margin: 0 0 22px 0;
    text-transform: uppercase
}

.service-bg p {
    color: #ffffff;
    margin: 0
}

.service-row {
    padding: 30px 0;
    display: flex;
    align-items: flex-start;
    margin-left: -15px;
    margin-right: -15px;
}

.service-row > div {
    flex: 1;
    padding: 0 15px;
}

.service-img {
    width: 50%;
    order: 2;
}

.news-list ul {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}

.news-list ul li {
    width: 33.333%;
    padding: 0 15px 0 15px;
}

.blog-page .news-list ul li {
    padding: 0 15px 35px 15px;
}

.news-list ul li a.news-img {
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.news-list ul li a.news-img:after {
    content: ' ';
    padding-top: 70%;
    display: block
}

.news-list ul li .news-text {
    padding: 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-list ul li .news-text .buttons {
    margin-top: auto
}

.news-inner {
    height: 100%;
    background: #ffffff;
    display: flex;
    flex-direction: column
}

.download-list:after {
    display: table;
    content: ' ';
    clear: both;
}

.download-list > div {
    float: left;
    display: block;
    width: 200px;
    margin-right: 35px;
    position: relative;
    padding-right: 60px;
}

.download-list img {
}

.download-list .dl-txt {
    color: #003E5F;
    font-weight: 300;
    font-size: 18px;
    padding: 20px 0 0 0
}

.pre-footer {
    text-align: center;
    padding: 35px
}

.pre-footer .lead {
    margin-bottom: 0px;
    margin-top: 20px;
}

.pre-footer h4 {
    margin: 0 0 12px 0
}

.pre-footer p {
    font-size: 14px
}

.pre-social {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px
}

.pre-social a {
    font-size: 50px;
    margin: 0 6px;
    color: #c19b76;
}

.pre-social a:hover {
    color: #666666;
}

.pre-logo-romantik {
    max-width: 200px;
    display: block;
    margin-top: 30px
}

.box_nmr {
    display: flex;
    flex-direction: column
}

.box_nmr .box-txt {
    background: #F8F8F8;
    padding: 35px;
    display: flex;
    flex-direction: column;
    height: 100%
}

.box_nmr .box-txt h4 {
    margin-bottom: 15px
}

.box_nmr .box-txt p {
    margin-bottom: 25px
}

.link_prenota {
    margin-top: auto;
}

/* cart */

.showroom-row {
    display: flex;
    align-items: center;
}

.showroom-img {
    height: 570px;
    width: 66.666%;
    order: 2;
    background-image: url(/uploads/struttura/showroom2.jpg);
    background-size: cover;
    background-position: center;
}

.showroom-txt {
    width: 33.333%;
    padding: 80px;
    position: relative;
    order: 1;
    text-align: right;
}

.showroom-txt p {
    margin: 0;
}

.showroom-txt h3 {
    position: relative;
    margin-bottom: 25px
}

.showroom-txt h3:before {
    content: ' ';
    position: absolute;
    display: block;
    width: 100px;
    right: -120px;
    top: 50%;
    height: 2px;
    background: #6b6c6e
}

.showroom-row:nth-child(odd) .showroom-img {
    order: 1;
    background-image: url(/uploads/struttura/showroom1.jpg)
}

.showroom-row:nth-child(odd) .showroom-txt {
    order: 2;
    text-align: left;
}

.showroom-row:nth-child(odd) .showroom-txt h3:before {
    right: auto;
    left: -120px;
}

.img-cert {
    position: relative;
    padding: 0 0 40px 0;
    margin-bottom: 40px;
    height: 120px
}

.img-cert:before {
    content: ' ';
    position: absolute;
    display: block;
    width: 50%;
    left: 25%;
    bottom: 0;
    height: 2px;
    background: #6b6c6e
}

.contact-left {
    float: left;
    width: 40%;
    padding-right: 50px
}

.contact-right {
    float: right;
    width: 60%
}

.row-reverse {
    flex-direction: row-reverse
}

.bg-video {
    background: #002539
}

.home1-slider img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
}

/* --------------------------------------------------------- */

hr.small {
    max-width: 100px;
    margin: 15px auto;
    border-width: 4px;
    border-color: white;
}

.navbar-custom {
    width: 100%;
    z-index: 3;
}

.navbar-custom .navbar-brand {
    font-weight: 800
}

.navbar-custom .nav > li > a {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent
}

.navbar-custom .navbar-brand {
    width: 162px
}

.where-we-work ul {
    margin-left: -5px;
    margin-right: -5px;
    list-style: none;
    margin: 0;
    padding: 0
}

.where-we-work ul li {
    float: left;
    width: 33.33%;
    padding: 0 5px;
    list-style: none;
}

.where-item {
    background: #ffffff;
    padding: 32px;
    position: relative;
}

.where-item:before {
    position: absolute;
    top: -2px;
    left: 25%;
    content: ' ';
    width: 50%;
    height: 4px;
    background: #6b6c6e;
}

.where-item:hover:before {
    background: #A4AEBE;
}

.where-item h5 {
    text-align: center;
    font-size: 16px;
    color: #495D7D
}

.page-heading {
    padding: 80px 0 0 0
}

.partner-list ul {
    list-style: none;
    margin: 0 -15px;
    padding: 0;
}

.partner-list ul li {
    float: left;
    width: 16.666%;
    list-style: none;
    padding: 15px;
}

.partner-top {
    padding: 5px;
}

.partner-top span {
    display: block;
    width: 100%;
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.jobs-left {
    float: left;
    width: 40%;
}

.jobs-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.jobs-left ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.jobs-left ul li a {
    display: block;
    padding: 10px 25px;
    font-weight: 400;
    border-left: 5px solid white;
    color: #6b6c6e;
    font-size: 15px;
}

.jobs-left ul li a:hover {
    border-left: 5px solid #FBC89E;
    color: #FBC89E
}

.jobs-left ul li a.selected {
    font-weight: bold;
    border-left: 5px solid white;
    border-left: 5px solid #FBC89E;
}

.jobs-right {
    float: left;
    width: 60%;
}

.job-content {
    display: none;
}

.job-content.job-1 {
    display: block;
}

.job-content h4 {
    padding: 20px 0 20px;
}

.job-buttons {
    padding: 30px 0 0;
}

.facebook-td {
    float: left;
    width: 500px;
}

.home-instagram {
    clear: both
}

#instafeed {
    margin-left: -5px;
    margin-right: -5px;
    list-style: none;
}

#instafeed li {
    width: 33.333%;
    float: left;
    padding: 5px;
}

#instafeed li a {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

#instafeed li a:after {
    display: block;
    content: ' ';
    padding-top: 100%;
}

.testata {
    background-color: #F8F8F8;
    padding: 300px 0 100px 0;
    background-image: url(/uploads/slide/terrazza-ristorante-03.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 110px;
    margin-bottom: 90px;
}

.testata-page {
    margin-top: 100px;
    padding: 40px 0 0 0;
    background: #ffffff
}

.testata-page h1 {
    text-align: center;
    margin: 0 0 55px 0;
    padding: 0;
}

.testata-caption {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 60px
}

.testata h1 {
    color: #ffffff;
}

.title {
    margin-bottom: 40px;
}

.title h2 {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 0 7px 0;
    vertical-align: top;
    text-transform: uppercase
}

.title h2:before {
    position: absolute;
    content: ' ';
    width: 2000px;
    height: 1px;
    right: 0;
    display: block;
    background: #000000;
    bottom: 0;
}

.title.title_w h2 {
    color: #ffffff
}

.title.title_w h2:before {
    background: #ffffff;
}

.article-list {
    margin-left: -15px;
    margin-right: -15px;
}

.article-list > div {
    float: left;
    width: 33.333%;
    padding: 0 15px 30px 15px
}

.article-pic {
    background-size: cover;
    background-color: #000000;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 5px
}

.article-pic:after {
    content: "";
    display: block;
    padding-bottom: 100%;
    background: #003f5f;
    opacity: 0.5;
}

.article-bottom {
    padding: 20px 0;
}

.article-date {
    padding: 0 0 15px 0;
    font-size: 14px;
    line-height: 20px;
    color: #60626A;
    letter-spacing: 2px
}

.article-bottom h3 a {
    color: #D6D6D6
}

.article-bottom .article-buttons {
    padding: 20px 0 0 0;
}

.article-bottom .article-buttons a {
    font-weight: bold;
}

.room-flex {
    display: flex;
}

.room-flex .room-img {
    flex: 1;
    background-size: cover;
    min-height: 500px;
}

.room-flex .room-txt {
    background: #ffffff;
    padding: 50px;
    width: 40%
}

.room-flex .room-txt h3 {
    margin-bottom: 20px
}

.nav-home-rooms {
    text-align: center;
    text-align: center;
    justify-content: center;
    margin-bottom: 48px;
}

.nav-home-rooms a {
    color: #c19b76;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 13px;
    margin: 0 10px;
}

.nav-home-rooms a.active {
    color: #010101
}

.post-images {
    background: #c19b76;
    padding: 120px 0;
    display: none
}

.gallery-wrapper {
    margin-left: -10px;
    margin-right: -10px;
}

.gallery-page {
    margin: 0 auto;
}

.gallery-page .gallery-item {
    float: left;
    width: 250px;
}

.gallery-page .gallery-item .thumbnail {
    padding: 10px;
}

.gallery-page .gallery-item .thumbnail .caption {
    display: none
}

.thumbnail a {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block
}

.thumbnail a:before {
    padding-top: 100%;
    content: ' ';
    display: block;
}

.fancybox {
    position: relative;
    display: block;
}

.testata_map {
    background-color: #F8F8F8;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 110px;
    margin-bottom: 0;
}

.testata_map iframe {
    width: 100%;
    height: 550px;
    border: none;
    margin: 0;
}

.post-article-content ul {
    list-style: none;
    list-style-position: none;
    margin-left: 0;
    display: block
}

.post-article-content ul li {
    display: block;
    list-style: none;
}

.contact-data {
    background: #F8F8F8;
    padding: 35px;
}

.contact-data p {
    padding: 5px 0
}

.esperienze__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.esperienze__grid .nd_headings {
    display: flex;
    flex-direction: column;
}

.esperienze__grid a.nd__title.nd__con__prenotazione {
    border-top: 1px solid #cecece;
    padding-top: 25px;
    margin-top: auto;
}

.separator__nd {
    height: 1px;
    background-color: #cecece;
    content: ' ';
    display: block;
    border: 1px solid #cecece;
    width: 100%;
}

.experience-detail {
    background: #F8F8F8;
    padding: 50px 0;
}

.experience-detail .container {
    background: white;
    padding: 50px;
}

.experience-detail .container p {
    text-indent: 0 !important;
}

.nei__dintorni__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 26px;
}

.nd_headings {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 60px;
    justify-content: start;
}

.nd__title {
    color: #1c1c1c;
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 1.1;
    min-height: 62px;
}

.nd__title span {
    font-size: 90%;
}

.nd__foto {
    transition: transform .2s; /* Animation */
}

.nd__foto img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
}

.nd_headings:hover .nd__foto {
    transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.nd_headings:hover .nd__title {
    color: #444444;
}

.cd_content {
    max-width: 1500px;
    margin: 0 auto;
}

.cd_content .home-intro {
    padding: 80px;
}

.cd_title {
    font-family: 'Playfair Display', serif;
    color: #1c1c1c;
    font-size: 40px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    text-align: center;
    display: none;
    margin-bottom: 30px;
}

.cd_bottom {

}

.cd_content .swiper-slide img {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.row.row_content_right {
    flex-direction: row-reverse
}

.tab-item {
    width: 100%;
    border-bottom: 1px solid #808080;
    background: #ffffff
}

.tab-inner {
    display: none;
    padding: 35px;
    background: #ffffff
}

.tab-top {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #000000;
    display: block;
    position: relative;
    padding: 25px 40px 25px 35px;
    cursor: pointer;
    font-family: 'Playfair Display', serif;
}

.tab-top:after {
    display: block;
    position: absolute;
    top: 25px;
    right: 15px;
    content: '+';
    line-height: 1.2;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 20px;
    height: 20px;
}

.tab-top h4 {
    margin: 0;
    padding: 0;
}

.tab-top.selected:after {
    content: '-';
}

.tab-top.selected {
    border-bottom: 1px solid #808080;
}

.container-dintorni {
    padding: 0 50px;
    max-width: 1500px;
    margin: 0 auto;
}

.accordion_bottom .row + .row {
    margin-top: 40px;
}

.accordion_top {
    background-color: white;
    border: 1px solid #808080;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #000000;
    display: block;
    position: relative;
    padding: 25px 40px 25px 35px;
    cursor: pointer;
    font-family: 'Playfair Display', serif;
    margin-top: 20px;
}

.accordion_top:after {
    display: block;
    position: absolute;
    top: 25px;
    right: 15px;
    content: '+';
    line-height: 1.2;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 20px;
    height: 20px;
}

.accordion_top h4 {
    margin: 0;
    padding: 0;
}

.accordion_top.selected:after {
    content: '-';
}

.accordion_top.selected {
    border-bottom: 1px solid #808080;
}

.accordion_bottom {
    display: none;
    padding: 50px;
    background: #ffffff
}

.esp__foto {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.esp__text {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.slider4_3 img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
}

.slider4_3_contain img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    object-position: center;
    background-color: rgba(0, 0, 0, 0.1);
}

table.dati {
    padding-top: 20px
}

table.dati td {
    background: #f7f7f7;
    padding: 6px 10px;
    text-align: center;
    border: 2px solid #ffffff;
}

.footer-right {
    float: right;
}

.footer-right a {
    color: #ffffff;
    display: inline-block;
    padding: 8px 28px;
    border: 1px solid #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 17px;
}

.contact-dati {
    padding: 60px 0;
    border-top: 1px solid #454545;
    border-bottom: 1px solid #454545;
    margin-bottom: 80px;
}

.contact-intro {
    text-align: center;
    padding-bottom: 50px
}

.page-contact {
    width: 70%;
    margin: 0 auto;
}

.form-contact {
    padding: 20px 0 0 0
}

.form-control {
    border-radius: 0;
    box-shadow: none;
}

.form-control:focus {
    border-color: #FBC89E;
    box-shadow: 0 0 8px rgba(249, 190, 18, .6);
}

.form-group {
}

form .form-group:last-of-type {
    margin-bottom: 25px
}

form .btn {
    margin-left: 15px
}

.form-group input, .form-group textarea, .form-group select {
    z-index: 1;
    position: relative;
    padding: 9px;
    border-radius: 3px;
    border: none;
    font-size: 1em;
    background: none;
    box-shadow: none !important;
    resize: none;
    border: 1px solid #6b6c6e;
    background: #ffffff;
}

.form-group label {
    display: none;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: 0.85em;
    line-height: 1.764705882em;
    opacity: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
}

.form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eeeeee;
}

.form-group-with-value label {
    top: 0;
    opacity: 1;
}

.form-group-with-focus label {
    color: #FBC89E
}

form .row:first-child .form-group {
    border-top: 1px solid #eeeeee
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #AAB2BD !important
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #AAB2BD !important
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #AAB2BD !important
}

form .checkbox {
    padding: 0 0 20px 0;
}

form .checkbox label {
    font-size: 12px;
    line-height: 1.2;
}

.button-form {
    border: 1px solid #FBC89E;
    background: #FBC89E;
    padding: 6px 80px;
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
    outline: none
}

.tasks {
    float: left;
    margin: 10px 0px 0px 0;
    width: 100%;
    background: white;
    border: none;
}

.tasks, .tasks *, .tasks *:before, .tasks *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.tasks fieldset {
    border: none;
    padding: 0;
    margin: 0;
    float: left;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 8px 15px;
    border: none;
    width: 63%;
    margin: 0 0 25px 0;
    color: #666;
}

.tasks fieldset label {
    margin: 0 10px;
    cursor: pointer
}

.tasks-header {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    width: 32%;
    float: left;
    line-height: 24px;
    margin-top: 0;
    padding: 0 0;
    border-radius: 2px;
    clear: both;
}

.tasks-title {
    line-height: inherit;
    font-size: 14px;
    font-weight: bold;
    color: inherit;
    margin: 0;
    text-align: right;
    color: #333333;
    line-height: 24px;
}

.tasks-lists {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    padding: 10px 4px;
    width: 19px;
    height: 3px;
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
}

.tasks-lists:before {
    content: '';
    display: block;
    height: 3px;
    background: #8c959d;
    border-radius: 1px;
    -webkit-box-shadow: 0 6px #8c959d, 0 -6px #8c959d;
    box-shadow: 0 6px #8c959d, 0 -6px #8c959d;
}

#kbsform label.tasks-list-item {
    display: inline-block;
    width: auto;
    clear: none;
    float: left;
    line-height: 24px;
    padding: 0 0 12px 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tasks-list-item + .tasks-list-item {
    border-top: none
}

.tasks-list-cb {
    display: none;
}

.tasks-list-mark {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 2px;
    width: 20px;
    height: 20px;
    border: 2px solid #c4cbd2;
    border-radius: 12px;
}

.tasks-list-mark:before {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -6px;
    height: 4px;
    width: 8px;
    border: solid #333333;
    border-width: 0 0 4px 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.tasks-list-cb:checked ~ .tasks-list-mark {
    border-color: #333333;
}

.tasks-list-cb:checked ~ .tasks-list-mark:before {
    display: block;
}

.tasks-list-desc {
    font-weight: bold;
    font-size: 12px;
    color: #8a9a9b;
}

.tasks-list-cb:checked ~ .tasks-list-desc {
    color: #333333;
}

.checkbox-legal {
    display: flex;
    margin-bottom: 20px
}

.checkbox-legal .contact-legal {
    font-size: 14px;
    line-height: 18px;
    padding-left: 10px
}

.pager {
    margin: 20px 0 0
}

.pager li > a, .pager li > span {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 15px 25px;
    background-color: white;
    border-radius: 0;
}

.pager li > a:hover, .pager li > a:focus {
    color: white;
    background-color: #FBC89E;
    border: 1px solid #FBC89E;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #808080;
    background-color: #404040;
    cursor: not-allowed;
}

.pagination > li > a, .pagination > li > span {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: inherit;
}

.pagination > li > a:hover, .pagination > li > span:hover {
    color: inherit;
}

.pagination > li:first-child > a, .pagination > li:last-child > a, .pagination > li:first-child > span, .pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    border-color: #FBC89E;
    background: #FBC89E;
}

.history-wrap {
    padding: 80px 0
}

.history-item {
    padding: 0 5px;
}

.history-item h2 {
    text-align: center;
    position: relative;
    margin-bottom: 120px;
    padding: 0;
    font-size: 35px;
    line-height: 1.5
}

.history-item h2:after {
    display: block;
    content: ' ';
    width: 4px;
    height: 90px;
    top: 100%;
    background: #000000;
    position: absolute;
    left: 50%;
    margin-left: -2px;
}

.history-item p {
    text-align: center
}

.linkedin-footer {
    display: inline-block;
    margin-left: 10px;
    width: 20px;
    vertical-align: text-bottom
}

.bg-video h1 {
    color: #ffffff;
    text-align: center;
    margin: 0;
}

.company-row {
    padding: 10px 0
}

.company-row .col-md-4 {
    align-self: center
}

.page-info {
    background: #f1f1f1;
    padding: 70px;
}

.page-info h2 {
    margin-bottom: 15px
}

.page-info p {
    padding: 8px 0
}

.stories-list {
    margin-left: -15px;
    margin-right: -15px;
}

.stories-list > div {
    float: left;
    width: 50%;
    padding: 15px;
}

.stories-list a {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    color: #ffffff;
    font-size: 30px;
    text-align: center
}

.stories-list a:after {
    content: ' ';
    display: block;
    padding-top: 100%;
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.stories-list a:hover:after {
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.stories-list a:hover .hovercover {
    opacity: 1
}

.hovercover {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.timeline-bg {
    background: #EBEBEB;
    padding: 100px 0;
}

.timeline-row:after {
    display: table;
    clear: both;
    content: ' ';
}

.timeline-years {
    float: left;
    width: 50%;
}

.timeline-years ul {
    display: block
}

.timeline-years ul li {
    display: block
}

.timeline-years ul li a {
    display: block;
    line-height: 30px;
}

.timeline-years ul li a.selected {
    font-weight: 800;
    font-size: 80px;
    line-height: 90px;
    color: #ffffff
}

.timeline-right {
    float: right;
    width: 50%;
    min-height: 480px;
    position: relative
}

.timeline-content {
    padding: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%
}

.year-item {
    display: flex;
    padding: 40px;
    background: #ffffff;
}

.year-left {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: space-between;
}

.year-left .link {
    display: block
}

.year-title h4 {
    color: #384554;
    margin: 0 0 10px 0
}

.year-title p {
    margin: 0;
}

.year-bottom {
    flex: 1
}

.num {
    color: #384554;
    position: relative;
    line-height: 20px;
    font-size: 18px;
}

.num:after {
    position: absolute;
    content: ' ';
    height: 1px;
    width: 120px;
    background: #384554;
    bottom: 1px;
    left: 28px
}

.about1 ul {
    list-style: none;
    padding: 0 100px 0 0;
    margin: 0;
}

.about1 ul li {
    padding: 0 0 50px 0;
}

.about1 ul li h4 {
    font-weight: bold;
    color: #D6D6D6;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.post-row {
    background: #E4E4E4;
    padding: 200px 0 100px 0
}

.post-intro {
    max-width: 50%
}

.post-text h2 {
    font-size: 20px
}

.post-text h3 {
    font-size: 20px;
    font-weight: normal
}

.gallery-wrapper {
    margin-left: -10px;
    margin-right: -10px;
}

.square-item {
    padding: 0 10px
}

.square-item a {
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.square-item a:after {
    content: ' ';
    display: block;
    padding-top: 100%;
}

.gallery-arrow {
    display: flex;
    justify-content: flex-end;
    padding: 20px 10px 0 10px
}

.gallery-arrow .slick-prev, .gallery-arrow .slick-next {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: 20px;
    height: 15px;
    padding: 0;
    margin: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat
}

.gallery-arrow .slick-prev {
    background-image: url(/uploads/struttura/gallery-left.png)
}

.gallery-arrow .slick-next {
    background-image: url(/uploads/struttura/gallery-right.png)
}

.gallery-arrow .slick-prev:before, .gallery-arrow .slick-next:before {
    display: none
}

.gallery-arrow .slick-prev:hover, .gallery-arrow .slick-prev:focus, .gallery-arrow .slick-next:hover, .gallery-arrow .slick-next:focus {
    color: transparent;
    outline: none;
}

.article-page {
    position: relative;
}

.article-page .post-front {
    position: relative;
    z-index: 1
}

.article-detail {
    display: flex
}

.article-detail .article-head {
    flex: 1
}

.article-detail .post-article-content {
    width: 50%;
    flex: 1;
    padding-right: 50px
}

.timeline-title {
    width: 33.33%;
}

.timeline-title h2 {
    font-size: 30px;
}

.quote-rating {
    text-align: center;
}

blockquote {
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    padding: 20px 0
}

.fluid-row {
    display: flex;
    align-items: center
}

.fluid-row.fluid-content-left {
    flex-direction: row-reverse;
}

.img-column {
    width: 50%
}

.content-column {
    width: 50%;
}

.content-inner {
    width: 645px;
    padding: 50px 0 50px 80px
}

.fluid-content-left .content-inner {
    padding: 50px 80px 50px 0;
    float: right
}

.video-section {
    position: relative;
    height: 80vh;
    overflow: hidden
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.video-content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    height: 100%;
    z-index: 2;
}

.video-content h1 {
    margin: 0;
    padding: 0;
    color: #ffffff;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.video-content h2 {
    margin: 0;
    padding: 30px;
    color: #ffffff;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    font-size: 25px;
    line-height: 1.66;
}

.sostenibilita-row {
    padding: 50px 0;
}

.sostenibilita-row .fluid-row {
    gap: 40px;
}

/* Style the button used to pause/play the video */
#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#myBtn:hover {
    background: #ddd;
    color: black;
}

.matrimoni-slider .bx-wrapper img {
    width: 100%;
    display: block;
}

.meeting-slider .bx-wrapper img {
    width: 100%;
    display: block;
}

.camera-bottom .bx-wrapper img {
    width: 100%;
    display: block;
}

.bx-wrapper .frantoio-slider img {
    width: 100%;
    display: block;
}

.banchetti-img img {
    width: 100%;
    display: block;
}


.list1 {
    padding-top: 20px
}

.list1 li {
}

.list1 li:before {
    display: inline-block;
    color: #c19b76;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f274";
    margin-right: 12px;
}

.tab-inner ul {
    margin-bottom: 15px
}

.tab-inner ul li:before {
    display: inline-block;
    color: #c19b76;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a9";
    margin-right: 8px;
}

.meeting-costi ul {
    margin-bottom: 15px
}

.meeting-costi ul li:before {
    display: inline-block;
    color: #c19b76;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a9";
    margin-right: 8px;
}


.filosofia-romantik ul {
    margin-top: 15px
}

.filosofia-romantik ul li:before {
    display: inline-block;
    color: #c19b76;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a9";
    margin-right: 8px;
}


.testata-catilina {
    padding: 200px 0 100px 0
}

.testata__esperienze h1 {
    padding: 26px 35px;
    background: rgba(0, 0, 0, 0.3);
    display: inline-flex;
}

.featured-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 20px
}

.featured-list ul li {
    width: 33.33%;
    display: flex;
    padding: 15px;
}

.featured-list ul li > div {
    display: flex;
    padding: 30px;
    background: #ffffff;
    width: 100%;
}

.featured-list ul li i {
    color: #c19b76;
    font-size: 45px;
    margin-right: 20px;
}

.featured-list ul li strong, .featured-list ul li b {
    font-family: 'Playfair Display', serif;
    display: block;
    color: #1c1c1c;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.logo-romantik-2020 {
    display: block;
    width: 200px;
    height: 70px;
    background-image: url("/uploads/logo-2020.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    margin-bottom: 25px
}

.parallax-caption .featured-list {
}

.parallax-caption .featured-list ul li > div {
    background: transparent;
    color: #ffffff
}

.parallax-caption .featured-list ul li b {
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 15px 0;
    font-size: 22px;
    line-height: 1.2;
}

#popup-luxury {
    width: 430px;
    background: #c19b76;
    color: white;
    border-radius: 5px;
}
#popup-luxury h1 {
    font-size: 38px;
}
.popup__2024 {
    background: #c19b76;
    color: white;
    text-align: center;
}
.popup__2024 .popup__2024__link {
    background: #1c1c1c;
    padding: 6px 30px;
    border-radius: 3px;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    display: inline-flex;
    margin: 0 auto;
}

.testata-news {
    padding: 200px 0 100px 0
}

.last-row {
    display: flex;
    justify-content: center;
}

.last-row > div {
    padding: 0 20px
}

.last-row .col-pre-left {
    max-width: 540px
}

.img-2020 {
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

.img-2020 > div {
    padding-left: 15px
}

.img-2020 > div a {
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    background: #ffffff
}

.hover-bnr {
    display: block;
    padding: 10px;
    width: 260px;
    position: absolute;
    top: 118px;
    right: 54px;
    border-radius: 5px;
    z-index: 444;
}

.relais-page-logo {
    margin: 0 auto 30px auto;
    max-width: 200px;
}

.mobile-row {
    display: none
}

.banner-sustain {
    padding: 40px;
    background: #f2f2f2;
    text-align: center;
    display: flex;
    flex-direction: column
}

.banner-sustain h4 {
    margin: 0 0 10px 0
}

.banner-sustain img {
    margin: 20px auto;
    max-width: 120px
}

#header .header-menu ul > li.sus-link a {
    color: green
}

.new-popup {
    width: 400px;
    height: 230px;
    position: absolute;
    bottom: 0;
    left: 100px;
    border-top-left-radius: 400px;
    border-top-right-radius: 400px;
    background: rgba(193, 155, 118, 0.92);
    padding: 60px 40px 40px 40px;
    text-align: center;
    display: flex;
    align-items: center;
}

.new-popup h1 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 10px
}

.new-popup p {
    color: #ffffff;
    font-size: 13px;
    line-height: 20px
}

#popup-apertura {
    max-width: 600px;
    text-align: center;
    padding: 0;
    cursor: pointer
}

#popup-apertura .popup-content {
    padding: 16px 20px 15px 20px
}

#popup-apertura:after {
    content: ' ';
    display: block;
    height: 195px;
    background-image: url(/uploads/home/popup2.jpg);
    background-size: cover;
    background-position: center
}

#popup-apertura h1 {
    font-size: 25px;
    margin: 0 0 0 0;
    padding: 0 0 10px 0
}

#popup-apertura p {
    margin: 10px 0 0;
    padding: 0;
}

#popup-apertura p a {
    outline: none;
    color: #333333;
    text-decoration: underline
}

.lang-desktop {
    position: absolute;
    right: 10px;
    top: 00px;
}

.lang-desktop .lang-wrapper {
    display: flex;
    margin: 0;
    flex-direction: column;
}

.lang-desktop .lang-wrapper a {
    display: block;
    -webkit-appearance: button;
    border: none;
    margin: 0;
    padding: 0;
    background: #dcdcdc;
    margin-top: 8px;
    font-size: 12px;
    line-height: 20px;
    padding: 2px 5px;
    text-align: center
}

.lang-desktop .lang-wrapper a.selected {
    background: #c19b76;
    color: #ffffff;
    border: none;
}

.lang-desktop .lang-wrapper a:hover {
    background: #333333;
    color: #ffffff;
    border: none;
}

#footer .footer-social {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    padding: 10px 0 0 0;
    margin-top: 10px;
}

#footer .footer-social a {
    color: #cecece;
    font-size: 30px;
    margin: 0 10px;
}

#footer .footer-social a:hover {
    color: #ffffff;
}

.gallery-ristorante {
    display: flex;
    justify-content: center;
    align-items: center
}

.gallery-ristorante > div img {
    height: 330px;
}

.instagram_feed:after {
    content: ' ';
    display: table;
    clear: both
}

.instagram_feed .instagram_profile {
    margin: 0 0 25px 0
}

.post-images-bottom {
    background: #c19b76;
    padding: 120px 0;
    /* display: none; */
}

.gallery_eventi {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding: 50px;
}

.pasqua__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.pasqua__grid__btn a.button_1 {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 auto;
}
.pasqua__grid__btn a.button_1:hover {
    background: #1c1c1c;
}


@media screen and (min-width: 1171px) and (max-width: 1400px) {
    #header .header-menu ul > li {
    }

    #header .header-menu ul > li a {
        letter-spacing: 1px;
        font-size: 12px;
    }
}

@media (max-width: 1201px) {
    #header .header-menu ul#menu {
        display: none
    }

    #header .header-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    #header .header-logo {
        display: block
    }

    #header {
        background-color: transparent;
    }

    .button_container.menu-button-close {
        position: fixed;
        right: 18px;
        top: 40px;
        z-index: 2
    }

    #header.sticky {
        display: none
    }

    .header-menu {
        display: none !important;
    }

    .button_container {
        display: block;
        margin: 25px 25px 0 0;
    }
}

@media (max-width: 1200px) {
    .wrapper-left {
        left: auto;
        position: relative;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: center;
        width: 50%;
        float: left;
        padding: 30px;
    }

    .navbar-custom .nav > li > a {
        color: #999999;
        padding: 12px 24px;
        background: #f5f5f5;
        font-weight: bold;
        font-size: 15px;
        border: 1px solid #ebebeb;
        border-top: none;
        text-transform: uppercase
    }

    .navbar-custom .form-control {
        width: auto;
        margin: 10px 0 0 0;
    }

    .navbar-nav {
        margin: 0;
    }

    .service-list ul li {
        float: left;
        width: 50%;
        padding: 5px;
        list-style: none;
    }

    .where-we-work ul li {
        float: none;
        width: 100%;
        padding: 5px;
        list-style: none;
    }

    .content-left {
        float: none;
        width: 100%;
        padding-right: 0px;
        padding-bottom: 30px;
    }

    .content-right {
        float: none;
        width: 100%;
    }

    .service-row:nth-child(odd) .service-img {
        float: none;
        width: 100%;
    }

    .service-row:nth-child(odd) .service-txt {
        float: none;
        width: 100%;
        padding: 0 0 0 0;
    }

    .service-row:nth-child(even) .service-img {
        float: none;
        width: 100%;
    }

    .service-row:nth-child(even) .service-txt {
        float: none;
        width: 100%;
        padding: 0 0 0 0;
    }

    .jobs-left {
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }

    .jobs-right {
        float: none;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .lang-desktop {
        display: none
    }

    .pt {
        padding-top: 40px
    }

    .pb {
        padding-bottom: 40px
    }

    .mt {
        margin-top: 40px
    }

    .mb {
        margin-bottom: 40px
    }

    .content-left {
        float: none;
        width: 100%;
        padding-right: 0px;
        padding-bottom: 20px;
    }

    .content-right {
        float: none;
        width: 100%;
    }

    .stats > div {
        float: none;
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }

    .where-we-work ul li {
        float: none;
        width: 100%;
        padding: 5px;
        list-style: none;
    }

    .work-inner {
        text-align: left;
        width: 100%;
        padding-right: 0;
    }

    .square:after {
        display: none;
    }

    .service-item {
        left: auto;
        position: relative;
        top: auto;
        transform: none;
        text-align: center;
        padding: 15px;
        width: 100%;
    }

    .service-list ul li {
        float: none;
        width: 100%;
        padding: 5px;
        list-style: none;
    }

    .wrapper-left {
        left: auto;
        position: relative;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: center;
        width: 100%;
    }

    .pic-right {
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }

    .home-pic {
        margin-bottom: 40px;
    }

    .carousel-inner > .item {
        height: 70vh;
    }

    .service-row:nth-child(odd) .service-img {
        float: none;
        width: 100%;
    }

    .service-row:nth-child(odd) .service-txt {
        float: none;
        width: 100%;
        padding: 0 0 0 0;
    }

    .service-row:nth-child(even) .service-img {
        float: none;
        width: 100%;
    }

    .service-row:nth-child(even) .service-txt {
        float: none;
        width: 100%;
        padding: 0 0 0 0;
    }

    .contact-left {
        float: none;
        width: 100%;
        padding-right: 0px;
        padding-bottom: 0;
    }

    .contact-right {
        float: none;
        width: 100%;
    }

    .partner-list ul li {
        float: left;
        width: 33.33%;
        list-style: none;
        padding: 15px;
    }

    .jobs-left {
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }

    .jobs-right {
        float: none;
        width: 100%;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .certifications-list > div {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin: 30px 0;
    }

    .page-heading {
        padding: 30px 0 0 0;
    }

    .copy-logo {
        float: none;
        margin: 20px 0 0 0;
        clear: both;
    }

    .copy-logo.publifarm {
        width: 82px;
    }

    .button_container {
        display: block;
        margin: 5px 25px 0 0;
    }


    .gallery_eventi {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 20px;
    }

    #header .header-menu ul#menu {
        display: none
    }

    #header .header-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    #header #logo {
    }

    #header .header-right {
        display: none
    }

    #header {
        padding: 16px 0;
    }

    .button_container {
    }

    .testata {
    }

    .service-row {
        padding: 30px 0;
        display: block;
        align-items: center;
    }

    .service-txt {
        text-align: left;
        padding: 30px 0 0 0;
    }

    .service-img {
        margin-bottom: 30px;
    }

    .showroom-row {
        display: block;
        align-items: center;
    }

    .showroom-txt {
        width: 100%;
        padding: 15px;
        position: relative;
        order: 1;
        text-align: left;
    }

    .showroom-txt h3:before {
        display: none
    }

    .showroom-img {
        display: none
    }

    .service-txt h3:before {
        display: none
    }

    .facebook-td {
        float: left;
        width: 100%;
    }

    .news-home {
        float: none;
        width: 100%;
    }

    #home {
        display: block;
    }

    #home .social-column {
        display: none;
    }

    .slide-content {
        display: block;
        top: 200px;
        width: 100%;
    }

    .awards-home .col-md-4 {
        padding: 15px;
    }

    .social-column {
        display: none !important
    }

    .testata {
        display: block;
        margin-bottom: 60px;
        background: #F8F8F8;
    }

    .article-list > div {
        float: left;
        width: 100%;
        padding: 0 15px 30px 15px;
    }

    .page-info {
        background: #f1f1f1;
        padding: 20px;
    }

    .home-intro {
        padding-right: 0;
        padding: 30px 0;
    }

    .bg-intro:after {
        display: none
    }

    #footer .footer-row {
        display: block;
        justify-content: space-between;
    }

    #copyright {
        display: block;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        font-size: 13px;
    }

    .timeline-years {
        float: none;
        width: 100%;
    }

    .timeline-right {
        float: none;
        width: 100%;
        min-height: 480px;
        position: relative;
    }

    .intro {
        width: 100%;
    }

    .intro h2 {
    }

    .stories-list > div {
        float: left;
        width: 100%;
        padding: 15px;
    }

    .article-detail {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
    }

    .article-detail > div {
        flex: 1;
        width: 100%;
        padding: 15px;
    }

    .lang-wrapper {
        margin-top: 20px;
    }

    .timeline-title {
        width: 100%;
    }

    .year-item {
        display: block;
        padding: 30px;
        background: #ffffff;
    }

    .year-left {
        width: 100%;
        margin-bottom: 20px
    }

    .about1 ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .intro-right {
        color: #003E5F;
        font-weight: 300;
        padding: 40px 0 0;
        font-size: 28px;
        line-height: 1.2;
    }

    .hovercover {
        opacity: 1;
    }

    .post-intro {
        max-width: 100%;
    }

    .article-detail .post-article-content {
        width: 100%;
        flex: 1;
        padding-right: 0px;
    }

    .page-contact {
        width: 100%;
        margin: 0 auto;
    }

    .featured-list ul {
        flex-direction: column
    }

    .featured-list ul li {
        width: 100%;
        display: flex;
        padding: 15px;
    }

    .img-column {
        width: 100%;
    }

    .content-column {
        width: 100%;
    }

    .fluid-row {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .content-inner {
        width: 100%;
        padding: 30px 15px;
    }

    .fluid-row.fluid-content-left {
        flex-direction: column-reverse;
    }

    .fluid-content-left .content-inner {
        width: 100%;
        padding: 30px 15px;
        float: none
    }

    .footer-col {
        padding-top: 25px
    }

    .header-menu {
        display: none !important;
    }

    #header .header-logo {
        display: block
    }

    #header {
        background-color: transparent;
    }

    .button_container.menu-button-close {
        position: fixed;
        right: 18px;
        top: 40px;
        z-index: 2
    }

    #header.sticky {
        display: none
    }

    .news-list ul {
        flex-direction: column
    }

    .news-list ul li {
        width: 100%;
        padding: 15px;
    }

    .last-row {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .col-pre-left {
        overflow-x: scroll;
        width: 100%
    }

    .room-flex {
        display: flex;
        flex-direction: column;
    }

    .room-flex .room-img {
        flex: 1;
        background-size: cover;
        min-height: 300px;
    }

    .room-flex .room-txt {
        background: #ffffff;
        padding: 30px;
        width: 100%;
    }

    .caption-romantik {
        max-width: 200px;
        margin: 0 auto 40px auto;
    }

    .hover-bnr {
        display: none
    }

    #header .header-logo a {
        position: absolute;
        top: 1px;
        left: 0;
        width: 100%;
        display: block;
        margin: 0;
        padding: 10px;
        background-color: #ffffff;
        z-index: 1;
        border-radius: 5px;
    }

    .mobile-row {
        display: block;
        background: #f8f8f8
    }

    .mobile-row .hover-bnr {
        display: block;
        padding: 10px;
        width: 184px;
        position: relative;
        top: auto;
        right: auto;
        border-radius: 5px;
        z-index: 444;
        margin: 0 auto;
    }

    .new-popup {
        width: 100%;
        height: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        border-top-left-radius: 600px;
        border-top-right-radius: 600px;
        background: rgba(193, 155, 118, 0.92);
        padding: 20px;
        text-align: center;
        display: flex;
        align-items: center;
        right: auto;
    }

    .last-row > div.col-pre-right {
        display: none !important
    }

    .gallery-ristorante > div img {
        height: 100px;
    }

    .cd_content .home-intro {
        padding: 22px;
    }

    .esperienze__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 26px;
    }

    .esperienze__grid .nd_headings {
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    .nd__title {
        min-height: auto;
    }
    .xp__cont__wr h1 {
        text-align: center;
    }
}


@media (max-width: 440px) {
    h1 {
        font-size: 20px;
    }

    .slide-content {
        display: block;
        top: 50%;
        width: 100%;
    }

    .button_container {
        display: block;
        margin: 5px 00 0;
    }

    .footer-col {
        padding-top: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .img-2020 {
        padding-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .nei__dintorni__grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 26px;
    }

    .esperienze__grid {
        display: flex;
        grid-template-columns:none;
        flex-direction: column;
        gap: 26px;
        width: 100%;
    }
    .esp__foto {
        display: flex;
        flex-direction: column;
        width: 40%;
    }
    .esp__text {
        display: flex;
        flex-direction: column;
        width: 60%;
    }

    .experience-square {
        padding: 100px 0 0
    }

    .xp__cont, .xp__cont__wr {
        padding: 20px
    }

    .ristorante-da-nadia .img-column {
        order: 10
    }
    .esperienze__grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 26px;
    }
}