<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.offcanvas-menu .logo-image,
.offcanvas-menu .logo-image-phone {
    display: none !important;
}
.gp-btn {
    display: none;
}
.white-popup-block {
    border: 5px solid #51adbe;
    padding: 30px;
}
.mfp-close-btn-in .mfp-content .white-popup-block .mfp-close {
    color: #51adbe;
    font-size: 40px;
    width: 36px;
    font-weight: 600;
}
#bmg_title {
    font-size: 30px;
    color: #51adbe;
    text-decoration: underline;
    margin-bottom: 15px;
}
#bmg_subtitle {
    font-size: 26px;
    color: #51adbe;
}
#botbar {
    background: rgba(234, 171, 94, 1);
    color: white;
    padding: 13px;
    text-align: center;
    margin-top: 18px;
    font-size: 24px;
}
#botbar.greenp {
    background: rgba(0, 128, 0);
    margin: 0;
}
#bbar-btn {
    position: fixed;
    bottom: 80px;
    right: 16px;
    z-index: 99;
    transition: all 0.5s;
}
#ui-datepicker-div {
    z-index: 99999999 !important;
}
#bbar_row {
    display: flex;
}
#my_tp_bbar,
#myimg {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
#myimg {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
}
#my_tp_bbar .form-control {
    border: 0;
    border-bottom: 1px solid #51adbe;
    border-radius: 0;
	z-index: 9;
    background: transparent;
}
.bmg-widget-bbar {
    padding: 0 !important;

    display: block;
}
.bmg-widget-bbar.form-inline * + * {
    margin-left: 0 !important;
}
.bmg-widget-bbar .input-group-text {
    color: #51adbe;
    background-color: unset;
    border: 0px;
}
.bmg-widget-bbar .input-group-addon.dp_trigger {
    border-bottom: 1px solid #51adbe;
}
#my_tp_bbar_tickets-select {
    display: block;
}
#my_tp_bbar_tickets-select .form-group {
    display: flex;
    justify-content: flex-end;
}
#my_tp_bbar_tickets-select label {
    position: absolute;
    /*left: 0;*/
}
#my_tp_bbar_do_book {
    border-radius: 0;
    background: #51adbe;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
#my_tp_bbar_do_book:hover {
    border-radius: 0;
    background: #eaab5e;
}
.text-warning {
    color: red !important;
}
#parkreg {
	font-size:14px;
	margin:15px 0;
}
#parkreg a {
	color:#51adbe;
	font-weight:600;
}
#parkreg a:hover {
	color:#eaab00;
}
@media (min-width: 576px) {
    .form-inline .form-group {
        padding: 3px 0;
        display: block;
    }
}
@media (max-width: 768px) {
    #sp-footer {
        padding-bottom: 30px;
    }
    #bmg_subtitle {
        font-size: 20px;
        color: #51adbe;
    }
    #myimg {
        display: none;
    }
    #my_tp_bbar {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #my_tp_bbar_tickets-select .form-group {
        display: block;
    }
    #my_tp_bbar_tickets-select label {
        position: relative;
        left: unset;
        display: block;
        margin-bottom: 0;
    }
    #bbar-btn {
        bottom: 0;
        right: 0;
    }
    #bbar-btn .mypopup .sppb-btn {
        width: 100vw;
        justify-content: center;

        padding: 8px 50px;
    }
}
.ui-widget-header,
.ui-widget.ui-widget-content {
    background: white !important;
}
.ui-widget.ui-widget-content {
    /*width: 100px;*/
    background: #ffffff;
    color: black;
    z-index: 99999 !important;
}
.ui-datepicker {
    z-index: 10 !important;
}
.ui-datepicker .ui-datepicker-header {
    background: #51adbe !important;
    color: white;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    display: inline-block;
}
.ui-datepicker .ui-datepicker-title select {
    /*margin: -4px 0!important;*/
    padding: 0 !important;
    height: 25px;
}
.ui-state-focus {
    background: #51adbe !important;
    color: white !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: none !important;
}
.ui-widget {
    font-family: none !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #51adbe !important;
    background: #51adbe !important;
    color: white !important;
}

.ui-widget-header .ui-icon {
    /* nascondo frecce di default */
    background-image: none !important;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
    /* frecce fontawesome */
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    position: absolute;
    right: 37%;
    top: 15%;
}
.ui-datepicker .ui-datepicker-prev:before {
    /* &lt; */
    content: "\f0d9";
}
.ui-datepicker .ui-datepicker-next:before {
    /* &gt; */
    content: "\f0da";
}

@media screen and (max-width: 991px) {
    .ui-datepicker.ui-datepicker-multi {
        top: 30% !important;
        position: fixed !important;
    }
    .ui-autocomplete.ui-widget.ui-widget-content {
        top: 50vh !important;
        position: fixed;
    }
}
@media (max-width: 767px) {
}
@media (max-width: 575px) {
    .ui-datepicker.ui-datepicker-multi {
        left: 0 !important;
        width: 100% !important;
    }
}
@media screen and (max-width: 480px) {
    .ui-datepicker-multi .ui-datepicker-group {
        float: none !important;
        width: 100% !important;
    }
    .ui-datepicker.ui-datepicker-multi {
        width: auto;
        font-size: 1.1em;
        top: 40px !important;
    }
}
#covid-btn {
    position: fixed;
    top: 130px;
    right: 16px;
    z-index: 99;
    transition: all 0.5s;
    padding: 0 !important;
}
.logopopup {
    height: 60px;
    margin-bottom: 10px;
}
.buttonpopup {
    border: 1px solid #1eb0c1;
}
.sticky-header-placeholder {
    height: 0 !important;
}
.header-sticky #covid-btn {
    visibility: hidden;
    opacity: 0;
}
.sp-scroll-up {
    background: #0082c2;
}
.sp-scroll-up:hover {
    background: #51adbe;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
} 
#sp-top2 .mod-languages select{
  padding: 0;
    background: transparent;
    color: white;
    border: 0;
    line-height: 1;
    height: auto;
}
#sp-top2 .mod-languages select option{
  color:#0082c2;
}
/*.mod-languages select{padding:0;background:0 0;border:0;color:#fff;height:auto!important}*/
.mod-languages {
    text-transform: uppercase;
}
.chzn-container {
    height: 24px;
}
.chzn-container.chzn-container-single .chzn-single {
    padding: 0;
    border: 0;
    background-color: unset;
    font-size: 16px !important;
    margin: 0;
    height: auto;
}
.chzn-container.chzn-container-single .chzn-single div {
    width: 12px;
}
.chzn-container-single .chzn-single span {
    margin-right: 15px;
}
.chzn-container .chzn-drop {
    background: #1b9cb5;
    top: 25px;
    border: 0;
}
.chzn-container-active.chzn-with-drop .chzn-single {
    background-image: unset !important;
    background: #1b9cb5;
}
.chzn-container .chzn-results li {
    color: #fff;
}
.chzn-container .chzn-results li.highlighted {
    background-color: #edc144 !important;
    background-image: none !important;
    color: #fff;
}
.offcanvas-menu .mod-languages ul.lang-inline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.offcanvas-menu .mod-languages ul.lang-inline li a {
    background: #51adbe;
    color: #fff !important;
    padding: 5px !important;
}
.offcanvas-menu .mod-languages ul.lang-inline li.lang-active {
    display: none;
}
#sp-top-bar {
    height: 30px;
    padding: 5px 0;
}
#sp-top-bar .container {
    max-width: 100%;
}
#sp-top-bar a {
    font-size: 20px;
    margin-right: 15px;
    line-height: 1;
}
#sp-top-bar a:hover {
    color: #edc144;
}
#sp-header.header-sticky ~ section#sp-main-body {
    padding-top: 0;
}
body {
    font-size: 1rem;
}
.article-details .article-can-edit {
    margin-bottom: 0;
}
.speasyimagegallery-modal-wrapper {
    z-index: 10000;
}
.speasyimagegallery-gallery-item-content {
    display: none;
}
#offcanvas-toggler {
    font-size: 33px;
}
#header-slider .sp-slider-outer-stage {
    height: 100vh !important;
    min-height: 611px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul &gt; li a,
.offcanvas-menu .offcanvas-inner .sp-module ul &gt; li span {
    font-size: 1.2rem;
    padding: 0.2rem 0;
    line-height: unset;
    font-weight: 300;
}
.menu-toggler {
    color: #1b9cb5 !important;
}
.close-offcanvas {
    background: #1b9cb5 !important;
}
.sp-megamenu-parent &gt; li:first-child {
    display: none;
}
#sp-section-1 {
    overflow: hidden;
}
.sp-page-title {
    background-attachment: scroll;
    padding: 0 !important;
    height: calc(100vh - 30px) !important;
}
.sp-page-title .container {
    position: absolute;
    bottom: 230px;
    right: 0;
    left: 0;
    text-shadow: 0 0 10px #000;
}
.logo-anim {
    transform: translateY(-138%);
}
.logo-anim img {
    transform: scale(0.7);
    -webkit-filter: grayscale(1) brightness(2);
    filter: grayscale(1) brightness(2);
}
#sp-title .sp-page-title .container .sp-page-title-heading {
    font-size: 90px !important;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-size: 80px;
    font-weight: 400;
    font-style: normal;
}
#sp-title .sp-page-title .container .sp-page-title-sub-heading {
    font-size: 24px;
}
b,
strong {
    font-weight: 900;
}
.title-underline {
    position: relative;
}
.title-underline h1,
.title-underline h2,
.title-underline h3,
.title-underline h4 {
    position: relative;
}
.title-underline .sppb-addon-title:after {
    content: "";
    position: absolute;
    bottom: -15px;
    width: 60px;
    height: 2px;
    background: #2f758a;
    left: 0;
}
.title-underline.whitetitle .sppb-addon-title:after {
    background: #fff;
}
.title-underline.sppb-text-center .sppb-addon-title:after {
    left: calc(50% - 25px);
}
.semi-fluid-row {
    max-width: 1500px;
    margin: auto !important;
}
.button-food {
    color: #fff;
    cursor: pointer;
    background: #167da3;
}
#header-yt,
header-yt-mob {
    height: calc(100vh - 30px) !important;
}
#header-yt div,
#header-yt-mob div {
    height: 100%;
}
.header-yt-col {
    position: absolute;
    bottom: 0;
    height: 83px !important;
    right: 0;
    width: max-content;
}
#mobilehvideo {
    height: 60vw !important;
}
#sp-header {
    background: 0 0;
    position: absolute;
    top: 0;
    box-shadow: none;
    background-image: -webkit-repeating-linear-gradient(top, #1b9cb5 0, rgba(27, 156, 181, 0.5) 50%, rgba(27, 156, 181, 0) 100%);
    background-image: -ms-repeating-linear-gradient(top, #1b9cb5 0, rgba(27, 156, 181, 0.5) 50%, rgba(27, 156, 181, 0) 100%);
    background-image: repeating-linear-gradient(to bottom, #1b9cb5 0, rgba(27, 156, 181, 0.5) 50%, rgba(27, 156, 181, 0) 100%);
    padding-top: 10px;
    margin-top: 30px;
    height: 205px;
    transition: height 0.4s;
      animation: unset;
}
#sp-header.header-sticky {
    padding-top: 0;
    height: 71px;
    margin-top: 0;
      animation: unset;
}
.burger-icon {
    width: 36px;
}
.burger-icon&gt;span {
  background-color: #fff!important;
      height: 3px;
    margin: 8px 0;
}
.offcanvas-active .burger-icon&gt;span:nth-child(1), #modal-menu-toggler.active .burger-icon&gt;span:nth-child(1) {
    transform: translate(0, 11px) rotate(
-45deg
);
}
.offcanvas-active .burger-icon&gt;span:nth-child(3), #modal-menu-toggler.active .burger-icon&gt;span:nth-child(3) {
    transform: translate(0, -11px) rotate(
45deg
);
}
#sp-logo{
  -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
#sp-menu{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
@media (min-width: 992px){
  #sp-logo{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #sp-menu{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.logo-image {
    height: auto;
}
.sp-megamenu-parent &gt; li &gt; a {
    color: #fff;
}
.sp-megamenu-parent &gt; li:hover &gt; a {
    color: #fff;
}
.sp-megamenu-parent &gt; li.active:hover &gt; a,
.sp-megamenu-parent &gt; li.active &gt; a {
    color: #edc144;
}
.sp-megamenu-parent &gt; li &gt; a,
.sp-megamenu-parent &gt; li &gt; span {
    font-size: 18px;
}
body.ltr .sp-megamenu-parent &gt; li.sp-has-child &gt; a:after,
body.ltr .sp-megamenu-parent &gt; li.sp-has-child &gt; span:after {
    display: none;
}
#sp-header .sp-dropdown .menu-gif {
    overflow: hidden;
    width: 100%;
    padding: 0 !important;
}
.sp-dropdown-inner {
    text-align: right;
    background: rgba(255, 255, 255, 0.8) !important;
    position: fixed;
    position: absolute;
    right: -150%;
    width: max-content;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    margin-left: 7px;
    content: "\f0d8";
    position: absolute;
    top: -42px;
    right: 50%;
    font-size: 45px;
    color: rgba(255, 255, 255, 0.8);
}
.sp-dropdown-items li a img {
    height: 150px;
    object-fit: cover;
    width: 200px;
    transition: all 0.5s ease-out;
}
.sp-dropdown.sp-dropdown-main.sp-menu-right {
    width: 100% !important;
    z-index: -1;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    display: inline-block;
    margin: 0 3px;
    text-transform: capitalize;
    font-variant: small-caps;
}
#sp-header .sp-dropdown a:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4286ad91;
    top: 84%;
    left: 45%;
    transform: scale(0);
    transition: all 0.5s ease-out;
}
#sp-header .sp-dropdown .sp-menu-item.active a:after,
#sp-header .sp-menu-item a:hover:after {
    transform: scale(1.5);
}
#sp-header .sp-menu-item a:hover img {
    filter: contrast(110%) brightness(120%);
    opacity: 0.5;
}
.sp-dropdown .sp-menu-item a {
    width: 100%;
    text-align: left;
    color: #2f758a !important;
    font-size: 18px !important;
    font-weight: 500;
    padding: 8px !important;
}
.sp-dropdown .sp-menu-item a.menu-gif {
    text-align: center;
}
.menu-gif {
    position: relative;
}
.sp-menu-item .menu-gif .image-title {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff !important;
    text-shadow: 2px 2px 4px #000;
    right: 0;
    font-weight: 500;
    font-size: 18px !important;
    transition: all 0.5s ease-out;
}
#sp-header .sp-menu-item a:hover .image-title {
    color: #2f758a !important;
    text-shadow: 2px 2px 4px #fff;
}
.logo-image-phone {
    height: auto;
}
.sp-dropdown-items {
    column-count: 2;
}
.dropd3 .sp-dropdown-items {
    column-count: 3;
}
#sp-header .sp-dropdown a:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4286ad91;
    top: unset;
    bottom: 26%;
    left: 2%;
    transform: scale(0);
    transition: all 0.5s ease-out;
}
#sp-header .sp-dropdown a.menu-gif:after {
    bottom: 5%;
    left: 44%;
    display: none;
}
#sp-header .sp-dropdown a.menu-gif span.image-title,
.offcanvas-menu a.menu-gif span.menu-image-title {
    display: none !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    display: block;
}
#sp-menu .sp-megamenu-parent &gt; li:nth-last-child(1) .sp-dropdown-inner {
    right: 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:first-child:hover + li.sp-menu-item a:after {
    transform: scale(1.5) !important;
}
#offcanvas-toggler &gt; .fa {
    color: #fff;
}
#offcanvas-toggler &gt; .fa:active,
#offcanvas-toggler &gt; .fa:focus,
#offcanvas-toggler &gt; .fa:hover {
    color: #1eb0c1;
}
.offcanvas-menu .offcanvas-inner {
    padding: 60px 30px;
}
.sppb-carousel-pro .sppb-item {
    height: 100vh !important;
    min-height: 500px;
}
.sppb-carousel-pro-inner-content h2 {
    color: #fff !important;
    font-size: 80px !important;
    line-height: 90%;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.article-details .article-full-image {
    height: 70vh;
    overflow: hidden;
}
.article-details .article-full-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.schema-blocchi .sppb-col-md-8 div {
    height: 100%;
}
.schema-blocchi.schema-inline .colonna-blocchi .sppb-column-addons &gt; .sppb-addon-wrapper,
.schema-blocchi.schema-inline .colonna-blocchi .sppb-column-addons &gt; .sppb-addon-wrapper &gt; div {
    height: 100%;
}
.blocco-img a {
    display: block;
    padding: 50px 50px 29% 50px;
    height: 100%;
    text-shadow: 2px 2px 20px #000;
}
.blocco-img a:hover {
    color: #000 !important;
    text-shadow: 2px 2px 50px #fff;
}
.colonna-blocchi .sppb-column-addons &gt; div:hover {
    transition: all 0.3s;
}
.colonna-blocchi .sppb-column-addons &gt; div:hover {
    background-size: 150%;
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    opacity: 0.7;
}
.sppb-addon-image-content .sppb-image-holder {
    transition: all 0.5s;
}
.sppb-addon-image-content:hover .sppb-image-holder {
    transform: scale(1.1);
}
.sppb-addon-image-content {
    overflow: hidden;
}
.sppb-addon-image-content.aligment-left .sppb-col-sm-offset-6,
.sppb-addon-image-content.aligment-right .sppb-col-sm-6 {
    background: #fff;
}
.semi-parallax-row &gt; .sppb-row-container {
    position: unset;
}
.semi-parallax-row .sppb-row.sppb-align-center &gt; div:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    bottom: 0;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.semi-parallax-row .sppb-addon-single-image-container img {
    height: 650px;
    object-fit: cover;
    width: 100%;
}
@media (min-width: 768px) {
    .txtblock-dx {
        transform: translate(-50px, 20px);
    }
    .txtblock-sx {
        transform: translate(50px, 20px);
        z-index: 2;
    }
    .schema-blocchi .sppb-col-md-4 h4 {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .txtblock-dx {
        transform: translate(-120px, 50px);
    }
    .txtblock-sx {
        transform: translate(120px, 50px);
        z-index: 2;
    }
}
.txtblock-dx,
.txtblock-sx {
    box-shadow: none !important;
    background-color: #1b9cb5 !important;
}
.txtblock-dx.spa,
.txtblock-sx.spa {
    box-shadow: none !important;
    background-color: #897b6a !important;
    z-index: 0;
}
.txtblock-dx h3,
.txtblock-sx h3 {
    color: #fff;
}
.txtblock-dx .title-underline .sppb-addon-title:after,
.txtblock-sx .title-underline .sppb-addon-title:after {
    background: #fff;
}
.txtblock-dx .sppb-column-addons div,
.txtblock-sx .sppb-column-addons div {
    color: #fff !important;
}
#food-section .sppb-column-addons &gt; div:nth-child(3) {
    position: absolute;
    bottom: 74px;
    color: #fff;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s;
}
#food-section .sppb-column-addons:hover &gt; div:nth-child(3) {
    visibility: visible;
    opacity: 1;
}
#food-section .sppb-column-addons img {
    opacity: 1;
    transition: opacity 0.5s;
}
#food-section .sppb-column-addons:hover img {
    opacity: 0.7;
}
#food-section .sppb-column-addons &gt; div:nth-child(4) {
    margin: -3px -1px;
}
#food-section .sppb-addon-single-image-container {
    background: #000;
}
.button-food {
    color: #fff;
    cursor: pointer;
    background: #167da3;
    width: 100%;
}
.spamenu_module h3 {
    text-align: center;
}
.spa_menu {
    display: flex;
    padding-inline-start: 0;
}
.spa_menu &gt; li {
    display: block;
    width: 25%;
    margin: 0 12px;
    overflow: hidden;
}
.spa_menu img {
    transition: all 0.3s;
}
.spa_menu a:hover img {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    opacity: 0.7;
}
.spa_menu &gt; li .menu-child {
    height: 0;
    left: 0;
    background: #fff;
    overflow: hidden;
    display: flex;
    position: absolute;
    z-index: 6;
    padding: 0;
    flex-direction: row;
    justify-content: space-around;
    top: 0;
    align-content: stretch;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.spa_menu .image-title,
.spa_menu .menu-image-title {
    font-size: 22px;
    display: block;
    text-align: center;
}
.spa_menu .menuspa-img {
    width: 100%;
    height: 80%;
    object-fit: cover;
}
.spa_menu &gt; li:hover .menu &gt; li .menu-child {
    height: 100%;
}
.spa_menu li:hover ul {
    height: 100% !important;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
    opacity: 1;
}
.spa_menu .menu-child li {
    display: inline-block;
    height: 100%;
    padding: 10px;
    position: relative;
    overflow: hidden;
}
.spa_menu .menu-child .image-title,
.spa_menu .menu-child .menu-image-title {
    height: 20%;
    position: absolute;
    text-align: center;
    width: 100%;
}
.gradient-bg {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 80%, #fff 100%), url(/images/ivory-off-white-paper-texture.jpg) !important;
    background-attachment: scroll !important;
}
.gradient-bg-inv {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 90%, #fff 100%), url(/images/ivory-off-white-paper-texture.jpg) !important;
    background-attachment: scroll !important;
}
#sp-bottom {
    background: #51adbe;
}
.sppb-icons-group-list li &gt; a {
    display: inline !important;
}
.sppb-icons-group-list li {
    margin: 0 !important;
}
.white-img img {
    -webkit-filter: invert(1) contrast(0.3) grayscale(1) brightness(2);
    filter: invert(1) contrast(0.3) grayscale(1) brightness(2);
}
#sp-footer {
    background: #082d3d;
}
.footer1 {
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.footer1 .logo {
    display: flex;
}
.logo-cont {
    display: flex;
    align-items: center;
}
.sppb-gallery li {
    overflow: hidden;
}
.sppb-gallery .sppb-img-responsive {
    transition: all 0.3s ease-in;
}
.sppb-gallery .sppb-img-responsive:hover {
    transform: scale(1.5);
}
#bmg_div1 div.bmg_item div.description {
    display: none;
}
div.bmg_item div.content {
    padding: 0 !important;
}
div.bmg_item div.name {
    position: absolute !important;
    top: 0;
    width: 100% !important;
    height: 100%;
}
div.bmg_item div.name a {
    display: block;
    height: 100%;
}
.bmg_item .photo {
    transition: all 0.3s;
}
.bmg_item .photo img {
    height: 20vw;
    object-fit: cover;
    width: 100%;
}
div.bmg_item div.name a {
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 27% 25px 0 25px !important;
    text-shadow: 2px 2px 20px #000;
    color: #fff !important;
    text-transform: uppercase;
    transition: all 0.3s;
}
.bmg_item:hover .photo {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    opacity: 0.7;
}
.bmg_item:hover div.name a {
    color: #000 !important;
}
.container,
.sppb-row-container {
    margin: 0 auto;
}
.related-article-list-container {
    display: none;
}
.new-hover-effect &gt; .sppb-column-addons &gt; .sppb-addon-wrapper:nth-child(3) {
    opacity: 0;
    transition: all 0.5s;
}
.new-hover-effect &gt; .sppb-column-addons &gt; .sppb-addon-wrapper:nth-child(2) {
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    position: absolute;
    bottom: -50px;
    z-index: 999;
}
.new-hover-effect &gt; .sppb-column-addons &gt; .sppb-addon-wrapper:hover ~ .sppb-addon-wrapper {
    opacity: 1;
}
.new-hover-effect:hover .sppb-addon-wrapper {
    opacity: 1 !important;
}
#sp-bottom .sp-module .menu-footer ul &gt; li {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 20px;
}
.menu-policy-footer {
    text-align: center;
    font-size: 16px;
}
.menu-policy-footer li {
    display: inline-block !important;
    margin: 0 10px !important;
}
.menu-policy-footer a {
    color: #fff !important;
}
.menu-policy-footer a:hover {
    color: #edc144 !important;
}
.sppb-form-check .sppb-form-check-label {
    font-size: 12px;
    line-height: 1.1;
}
@media (min-width: 768px) and (max-width: 991px) {
    .corporate_section &gt; .sppb-column-addons &gt; .sppb-addon-wrapper:nth-child(2) {
        display: inline-flex;
    }
    .corporate_section &gt; .sppb-column-addons &gt; .sppb-addon-wrapper:nth-child(3) {
        display: inline-flex;
        margin-left: 100px !important;
    }
}
@media (max-width: 340px) {
    .footer1 .logo,
    .footer1 .logo a {
        font-size: 9px !important;
    }
    .footer1 svg {
        width: auto;
        margin-left: 5px;
    }
}
@media (max-width: 991px) {
    #sp-top2 .mod-languages {
        display: none;
    }
    #sp-header {
        margin-top: 45px;
    }
    #sp-top-bar {
        height: 45px;
        padding: 7px;
    }
    #sp-top-bar a {
        font-size: 30px;
        margin: 0 5px;
        padding: 0 8px;
    }
    .megamenu-img {
        display: none;
    }
    .spa_menu {
        display: block;
        padding: 0;
    }
    .spa_menu &gt; li {
        margin: 0;
        width: 100%;
    }
    .spa_menu .menu-child {
        flex-direction: column !important;
    }
    .spa_menu.menu li:hover ul {
        overflow: scroll;
    }
    .new-hover-effect &gt; .sppb-column-addons &gt; .sppb-addon-wrapper:nth-child(3) {
        opacity: 1;
    }
    #sp-header {
        height: 122px;
    }
    #header-yt,
    #header-yt-mob {
        margin-top: 0 !important;
        height: calc(100vh - 231px) !important;
        min-height: 314px;
    }
    .semi-parallax-row .sppb-row.sppb-align-center &gt; div:nth-child(2) {
        position: relative;
    }
    .sppb-col-sm-12 .txtblock-dx {
        transform: translate(0, 0);
    }
    .sppb-col-sm-12 .txtblock-sx {
        transform: translate(0, 0);
    }
    div.bmg_item {
        width: 50% !important;
    }
    .bmg_item .photo img {
        height: 25vw;
    }
    .schema-blocchi h4 {
        font-size: 30px !important;
    }
    .safari-only {
        background-attachment: scroll !important;
        background-size: cover !important;
    }
    .footer1 {
        display: block;
    }
    #section-id-1559572601522 {
        height: auto;
    }
}
@media (max-width: 767px) {
    .img-z {
        padding: 0 !important;
        height: 50vh;
        min-height: 200px;
        max-height: 450px;
    }
    #sp-title .sp-page-title .container .sp-page-title-heading {
        font-size: 40px !important;
    }
    .blocco-img a {
        padding: 50px 0 29% 0;
        text-align: center;
    }
    .sppb-flipbox-panel {
        height: 300px !important;
    }
    .footer1 .logo {
        display: block;
    }
    #sp-bottom1 .sppb-icons-group-list &gt; li {
        display: inline-block !important;
        margin-right: 25px !important;
    }
    #sp-bottom1 .sppb-addon-content,
    #sp-bottom1 .sppb-text-left {
        text-align: center;
    }
    div.bmg_item {
        width: 100% !important;
    }
    .bmg_item .photo img {
        height: 50vw;
    }
    div.bmg_item div.name a {
        padding: 20% 25px 0 25px !important;
    }
    .schema-blocchi h4 {
        font-size: 18px !important;
    }
}
@media (max-width: 1300px) {
    .sp-megamenu-parent &gt; li &gt; a,
    .sp-megamenu-parent &gt; li &gt; span {
        font-size: 17px;
        padding: 0 10px;
    }
}
@media (max-width: 1090px) {
    .sp-megamenu-parent &gt; li &gt; a,
    .sp-megamenu-parent &gt; li &gt; span {
        font-size: 15px;
        padding: 0 10px;
    }
}
@media (min-width: 992px) {
    #sp-header .container {
        max-width: none;
    }
}
@media (min-width: 1600px) {
    #sp-header .container,
    #sp-header .sppb-row-container {
        max-width: 1440px !important;
    }
}
</pre></body></html>