/*todo*/

@font-face {
    font-family: Leadfont;
    src: url(../assets/fonts/Leadfont-Regular.woff2) format("woff2"), url(../fonts/Leadfont-Regular.woff) format("woff");
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: Leadfont;
    src: url(../assets/fonts/Leadfont-Italic.woff2) format("woff2"), url(../fonts/Leadfont-Italic.woff) format("woff");
    font-style: italic;
    font-weight: 700;
}
@font-face {
    font-family: Textfont;
    src: url(../assets/fonts/Textfont-Regular.woff2) format("woff2"), url(../fonts/Textfont-Regular.woff) format("woff");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: Textfont;
    src: url(../assets/fonts/Textfont-Italic.woff2) format("woff2"), url(../fonts/Textfont-Italic.woff) format("woff");
    font-style: italic;
    font-weight: 400;
}
@font-face {
    font-family: Linkfont;
    src: url(../assets/fonts/Linkfont.woff2) format("woff2"), url(../fonts/Linkfont.woff) format("woff");
    font-style: normal;
    font-weight: 400;
}
@-webkit-keyframes blink {
    from {
        color: transparent;
    }
    to {
        color: inherit;
    }
}
@keyframes blink {
    from {
        color: transparent;
    }
    to {
        color: inherit;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeBar {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeBar {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 250px;
}
body {
    scroll-behavior: smooth;
    margin: 0;
    /*border: 0.7em solid #fff;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    -webkit-text-size-adjust: 100%;
}



/* =========================
   GLOBAL
========================= */

.container{
width:100%;
max-width:1280px; /*1600px*/
margin:0 auto;

/* responsive padding */
padding-left:clamp(20px, 4vw, 80px);
padding-right:clamp(20px, 4vw, 80px);
}

.section{
padding-top:clamp(40px, 8vw, 120px);
padding-bottom:clamp(40px, 8vw, 120px);
}

/* =========================
   SPLIT LAYOUT
========================= */

.split{
display:flex;
flex-direction:column;
gap:40px;
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr; /* stacked on mobile */
  gap: 40px;
}

@media (min-width: 768px) {
  .split-grid {
    grid-template-columns: 1fr 1fr; /* left 50% / right 50% */
    align-items: start; /* ensures top alignment */
  }
}

.col{
width:100%;
}


/* TABLET / DESKTOP */

@media(min-width:768px){

.split{
flex-direction:row;
align-items:flex-start;
gap:60px;
}

.left{
width:50%;
}

.right{
width:50%;
}

}


/* =========================
   TYPOGRAPHY
========================= */

/* h2{
font-size:clamp(28px, 3vw, 48px);
}

p{
font-size:clamp(16px, 1.2vw, 20px);
line-height:1.6;
max-width:600px;
} */


header {
    background-color: #fdfdfd; /*F4F2EE*/
    opacity: 88%;
    height: 106px;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
    position: fixed;
    text-align: left; /*center*/
    z-index: 1;
}
@media (max-width: 768px) {
    header {
    height: 98px;
}
}
:root.index header,
:root.comosegreta header,
:root.about header {
    position: absolute;
    background-color: transparent;
}
header .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 98px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    max-width: 1280px; /*1600px*/ /*1440px*/ /*1024px*/
}
@media (max-width: 768px) {
    header .inner {
    height: 80px;
}
}
:root.index header .inner,
:root.comosegreta header .inner,
:root.about header .inner {
    min-height: 90vh; /*100vh*/ /*todo*/
    /*padding: env(safe-area-inset-right) env(safe-area-inset-left);*/
    /*padding:2.5em constant(safe-area-inset-right) 2.5em constant(safe-area-inset-left);*/
}
span.first {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
span.second {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
span.last {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
/*@media (max-width: 767px) and (orientation: portrait) {
    span.last {
    display: none;
}
}*/
a.logo {
    display: inline;
    font-size: 22px; /*25px*/
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    pointer-events: auto;
    width: auto;
}
a.logo::after {
    content: normal;
}
@media (min-width: 568px) {
    a.logo {
        font-size: 28px; /*30px*/
    }
}
@media (max-width: 568px) and (orientation: landscape) {
    a.logo {
        font-size: 22px; /*25px*/
    }
}
.logo img {
    display: block;
    height: 0.8em; /*1.25em*/
}
@media (min-width: 568px) {
    .logo img {
        height: 0.9em; /*1 - 1.35em*/
    }
}
@media (max-width: 768px) and (orientation: landscape) {
    .logo img {
        height: 0.7em;
    }
}
@media (max-width: 375px) {
    .logo img {
        height: 0.7em; /*0.7 - 1em*/
    }
}
@media (max-width: 320px) and (orientation: landscape) {
    .logo img {
        height: 0.6em; /*0.7 - 1em*/
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .logo img {
        height: 0.6em; /*0.7 - 1em*/
    }
}
a.short-logo {
    display: inline;
    font-size: 10px; /*25px*/
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    cursor: pointer;
    pointer-events: auto;
    width: auto;
}
/*a.short-logo::after {
    content: normal;
}*/
@media (min-width: 568px) {
    a.short-logo {
        font-size: 25px; /*30px*/
    }
}
@media (max-width: 568px) and (orientation: landscape) {
    a.short-logo {
        font-size: 18px; /*25px*/
    }
}
.short-logo img {
    display: block;
    /*height: 1.3em;*/
    height: 2.0em; /*2.0em*/
    /*margin-top: 10px;*/
}
@media (min-width: 568px) {
    .short-logo img {
        /*height: 1.5em;*/
        height: 2.1em; /*2.1em*/
    }
}
@media (min-width: 768px) {
    .short-logo img {
        /*height: 1.6em;*/
        height: 2.0em; /*2.7em*/
    }
}
@media (max-width: 320px) {
    .short-logo img {
        /*height: 1.2em;*/
        height: 1.5em; /*1.7em*/
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .short-logo img {
        /*height: 1.3em;*/
        height: 1.3em; /*1.7em*/
    }
}
.hero-logo img {
    /*display: inherit;
    height: 6em;
    vertical-align: middle;*/
    display: block;
    width: 25%;
    height: 25% !important;
    margin: auto;
}
@media (max-width: 767px) and (orientation: portrait) {
    .hero-logo img {
        width: 50%;
        height: 50% !important;
    }
}

.header-logo-social img {
    display: inline-block;
   	height: 1em;
	margin-top: 1px;
    /*margin-right: 20px;*/
    /*vertical-align: middle;*/
}
a.header-logo-social {
   	line-height: 1;
}
@media (min-width: 568px) {
    .header-logo-social img {
        height: 1.1em;
        /*margin-right: 30px;*/
    }
}
@media (min-width: 768px) {
    .header-logo-social img {
        height: 1.35em;
        /*margin-right: 30px;*/
    }
}
@media (min-width: 1280px) {
    .header-logo-social img {
        height: 1.5em;
        /*margin-right: 30px;*/
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .header-logo-social img {
        height: 1.1em; /*1.35em*/
    }
}
@media (max-width: 374px) and (orientation: portrait) {
    .header-logo-social img {
        height: 1em;
        /*margin-right: 15px;*/
    }
}
.header-logo-social-last img {
    margin-right: 0 !important;
}

.arrow-icon img {
        height: 1em;
    }
@media (min-width: 568px) {
    .arrow-icon img {
        /*height: 1.6em;*/
        height: 1.1em;
    }
}
@media (min-width: 768px) {
    .arrow-icon img {
        /*height: 1.6em;*/
        height: 1.4em;
    }
}
nav.main {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: 0 0;
    /*background-color: #fff;*/
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    top: 45px; /*30px*/
    left: 30px;
    right: 30px;
    pointer-events: none;
    position: fixed;
    z-index: 3;
}
:root.index nav.main,
:root.comosegreta nav.main,
:root.about nav.main {
    background: 0 0;
    position: absolute;
}

/*fix nav.main logo distribution with responsive tweaks for fixed position*/

@media (min-width: 768px) {
    nav.main {
        left: 50px;
    right: 50px;
    }
}
@media (min-width: 1024px) {
    nav.main {
       left: 100px;
    right: 100px;
    }
}
@media (min-width: 1280px) {
    nav.main {
       left: 140px; /*?*/
    right: 140px;
    }
}
@media (min-width: 1400px) {
    nav.main {
       left: 0px; /*30px*/
    right: 0px;
    }
}
@media (min-width: 1600px) {
    nav.main {
        left: 0px; /*30px*/
    right: 0px;
    }
}

nav.main .main-inner {
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1280px;
    pointer-events: none;
    width: 100%;
}
nav.bottom {
    background: 0 0;
    display: flex;
    height: 100vh;
    margin-bottom: 60px;
    z-index: 3;
}
:root.index nav.bottom,
:root.comosegreta nav.bottom,
:root.about nav.bottom {
    background: 0 0;
    position: absolute;
}
nav.bottom .bottom-inner {
    display: inline-block;
    align-self: flex-end;
}
nav.main span {
    /*-ms-flex-preferred-size: 130px;
    flex-basis: 130px;*/
    pointer-events: auto;
    text-align: left; /*center*/
}
nav.bottom span {
    pointer-events: auto;
    text-align: left; /*center*/
}
nav.main ul {
    list-style-type: none;
    /*margin: 0;*/
    padding: 0;
    /*margin-top: -0.1px;*/
    overflow: hidden;
    /*display: inline-flex;*/
}
nav.main li {
    display: inline;
}
nav.main li a {
    padding-right: 16px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/*nav.main li:first-child a {
    padding-left: 0px !important;
}*/
nav.main li:last-child a {
    padding-right: 0px !important;
}*/
nav.main a {
    pointer-events: auto;
}
nav.bottom a {
    pointer-events: auto;
}
/*nav.main a .border {
    display: block;
    border-bottom: 1px solid #0077a7;
    margin-top: 3px;
    opacity: 0;
    -webkit-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    transition: opacity 0.8s;
}
nav.main a:hover .border {
    opacity: 1;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
nav.main a::after {
    content: normal;
}
.index nav.main a .border {
    border-bottom: 1px solid #fff;
}*/
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */    
  height: 0;
  width: 40%;
  display: flex;
  flex-direction: column;
  position: fixed; /* Stay in place */
  z-index: 9; /* Sit on top */
  left: 0;
  top: 0;
  background-color: #fdfdfd; /*F4F2EE*/ /* Black fallback color */
  opacity: 0.95;
  /*background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  justify-content: center;
  align-items: center;
  overflow-y: hidden; /* Disable horizontal scroll */
  /*-webkit-animation: fadeIn 0.5s ease-in;
    animation: fadeIn 0.5s ease-in;*/
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
.index .overlay {
  color: #070D0D; /*#0077a7*/
  /*padding: env(safe-area-inset-right) env(safe-area-inset-left);*/
}
/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  /*top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: left; /*center*/
  /*margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}
/* The navigation links inside the overlay */
.overlay a {
  /*padding: 8px;*/
  /*text-decoration: none;*/
  display: block; /* Display block instead of inline */
}
.overlay-content a {
  line-height: 1rem;
  text-decoration: none;
  transition: 0.3s; /* Transition effects on hover (color) */
  /*margin-top: 30px;*/
}
@media (max-width: 767px) {
    .overlay {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .overlay-content {
        width: 100%;
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .overlay-content a {
        line-height: 1rem;
    }
}
.overlay .close-button-container {
    position: relative;
    max-width: 1024px;
    /*justify-content: center;
    align-items: center;*/
}
/* Position the close button (top right corner) */
.overlay .close-button {
  position: absolute;
  top: 36px;
  /*left: 30px;*/
  right: 0;
  margin-bottom: 30px;
  /*font-size: 2em;*/
}
.index .overlay .close-button {
    border-bottom-color: #070D0D; /*#0077a7*/
}
@media (min-width: 768px) {
    .overlay .close-button {
        top: 44px;
        right: 30px;
        /*left: 60px;*/
    }
}
.overlay .bottom-links {
    margin-right: none;
}
.overlay-links h3 {
    font-size: 20px;
}
@media (min-width: 568px) {
    .overlay-links h3 {
        font-size: 24px;
    }
}
@media (min-width: 768px) {
    .overlay-links h3 {
        font-size: 30px;
    }
}
@media (max-width: 320px) and (orientation: landscape) {
    .overlay-links h3 {
        font-size: 16px;
    }
}



.overlay-links h4 {
    font-size: 22px;
}
@media (min-width: 568px) {
    .overlay-links h4 {
        font-size: 24px;
    }
}
@media (min-width: 768px) {
    .overlay-links h4 {
        font-size: 28px;
    }
}
@media (max-width: 320px) and (orientation: landscape) {
    .overlay-links h4 {
        font-size: 16px;
    }
}


.overlay .social-icons {
    display: inline-flex;
    margin-top: 30px;
    /*font-size: 12px;*/
    }
@media (max-width: 767px) and (orientation: landscape) {
    .overlay .social-icons {
        margin-top: 10px;
    }
}
.overlay .social-icons img {
    display: block;
    height: 1.6em;
    margin: 0 15px;
    /*width: auto;*/
}
@media (max-width: 768px) {
    .overlay .social-icons img {
        /*font-size: 12px;*/
        height: 1.2em;
    }
}
@media (max-width: 374px) {
    .overlay .social-icons img {
        height: 1.2em;
    }
}
.about-table-item .social-icons {
    /*display: inline-flex;*/
    margin-top: 0;
    /*font-size: 12px;*/
    }
.about-table-item .social-icons img {
    /*display: block;*/
    height: 1.5em;
    margin: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    /*width: auto;*/
}
.language-links {
    display: block;
    margin-bottom: 40px;
    /*font-size: 12px;*/
    }
.language-links ul {
    margin-top: 40px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.language-links li {
    display: inline-block;
}
.language-links li a {
    padding: 10px;
}
.language-links li:last-child a {
    padding-right: 0px;
}
/*@media (orientation: landscape) {
    .language-links {
        display: none;
    }
}*/
:root {
    background-color: #fdfdfd; /*#0077a7*/
    color: #070D0D;
    -webkit-animation: fadeIn 2s ease-in;
    animation: fadeIn 2s ease-in;
}
:root.index header {
    background-image: none;
}
/*:root.index,
:root[data-theme="whiteOnBlack"] {
    background: #000;
    color: #fff;
}*/
:root.index header a:hover::after,
:root[data-theme="whiteOnBlack"] header a:hover::after {
    border-bottom-color: #fff;
}
:root[data-theme="blackOnWhite"] {
    background: #fdfdfd; /*F4F2EE*/
    color: #070D0D; /*#0077a7*/
}
:root[data-theme="blackOnWhite"] header a:hover::after {
    border-bottom-color: #070D0D; /*#0077a7*/
}
.white {
    color: #fff;
}
.black {
    color: #070D0D;
}
.black-on-white {
    background: #fdfdfd; /*F4F2EE*/
    color: #070D0D; /*#0077a7*/
    }
.wrapper {
    overflow: hidden;
    webkit-box-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 30px;
    pointer-events: auto;
}
.index .wrapper {
    padding: 0 30px; /*padding: 0 30px 30px;*//*    padding: 0 30px 60px;*/
}
@media (min-width: 768px) {
    .index .wrapper {
        padding: 0 50px;
    }
}
@media (min-width: 1024px) {
    .index .wrapper {
        padding: 0 60px;
    }
}
.text-only-wrapper {
    margin-top: 60px;
}
.wrapper-hero {
    overflow: hidden;
    webkit-box-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 30px 60px;
    pointer-events: auto;
}
@media (min-width: 768px) {
    .index .wrapper-hero {
        padding: 0 50px;
    }
}
@media (min-width: 1024px) { 
    .index .wrapper-hero {
        padding: 0 100px; /*60px*/
    }
}
@media (min-width: 1280px) { /*new*/
    .index .wrapper-hero {
        padding: 0 100px;
    }
}
@media (min-width: 1400px) { /*was 1600*/
    .index .wrapper-hero {
        padding: 0 0;
    }
}

.content {
    max-width: 1280px; /*1600px*/ /*1680px*/ /*1440px*/ /*1280px*/
    overflow: hidden;
}
@media (min-height: 1080px) {
    .content {
        margin-top: 0;
    }
}
.content-condensed {
    max-width: 1024px; 
    overflow: hidden;
}
.content-narrow {
    max-width: 780px; 
    overflow: hidden;
}
.centered {
    text-align: center;
}
/*.index .content {
    max-width: 1024px;
}*/
.js :root.loading .content {
    opacity: 0;
}
.about .content,
.travel .content {
    margin: 92px auto 92px;
}
@media (min-width: 768px) {
.about .content,
.travel .content {
        margin: 128px auto 128px;
    }
}
.cover-title {
    max-width: 880px; /*1280px*/
    overflow: hidden;
    margin: 128px auto 92px;
}
@media (min-width: 768px) {
    .cover-title {
        margin: 128px auto 128px;
    }
}
.index .cover-title {
    max-width: 1280px;
}
.cover-grid {
    margin: 60px auto 60px; /*margin: 100px auto 0px; */ /*margin: 100px auto 36px;*/
}
@media (min-width: 768px) {
    .cover-grid {
        margin: 60px auto 60px; /*margin: 100px auto 0px; *//*    margin: 100px auto 36px;*/
    }
}
@media (min-width: 1280px) {
    .cover-grid {
        margin: 80px auto 80px; /*margin: 100px auto 0px; *//*    margin: 100px auto 36px;*/
    }
}
@media (min-width: 14400px) {
    .cover-grid {
        margin: 100px auto 100px; /*margin: 100px auto 0px; *//*    margin: 100px auto 36px;*/
    }
}
.home-overview-grid {
    /*text-decoration: none;*/
}
.about-title {
    max-width: 880px;
    overflow: hidden;
    margin: 128px auto 92px;
}
@media (min-width: 768px) {
    .about-title {
        margin: 128px auto 128px;
    }
}
.slider-title {
    /*max-width: 1280px;*/
    overflow: hidden;
    margin: 0px auto;
}
@media (min-width: 768px) {
    .slider-title {
        margin: 30px auto;
    }
}
.large {
    line-height: 1.2;
    text-align: left; /*center*/
}
.leadline {
    font-family: Linkfont;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px; /*16px*/
    letter-spacing: 1.83px;
    word-spacing: normal;
    margin-top: 0px;
    line-height: 1.5;
}
@media (min-width: 568px) {
    .leadline {
        font-size: 14px; /*18px*/
    }
}
@media (min-width: 768px) {
    .leadline {
        font-size: 16px; /*18px*/
		text-align: center;
    }
}
@media (max-width: 768px) and (orientation: landscape) {
    .leadline {
        display: none;
        /*font-size: 14px;*/ /*16px*/
    }
}
@media (max-width: 320px) {
    .leadline {
        font-size: 14px;
    }
}
.leadline-main {
    font-family: Linkfont;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px; /*16px*/
    letter-spacing: 1.83px;
    word-spacing: normal;
    margin-top: 0px;
    line-height: 1.5;
}
@media (min-width: 568px) {
    .leadline-main {
        font-size: 14px; /*18px*/
    }
}
@media (min-width: 768px) {
    .leadline-main {
        font-size: 16px; /*18px*/
    }
}
@media (max-width: 768px) and (orientation: landscape) {
    .leadline-main {
        display: none;
        /*font-size: 14px;*/ /*16px*/
    }
}
@media (max-width: 320px) {
    .leadline-main {
        font-size: 14px;
    }
}
.headline {
    font-family: Leadfont;
    font-style: italic;
    font-weight: 700; /* omitted */
    font-size: 38px; /*42px*/
    letter-spacing: 0px;
    margin-top: 0px;
}
@media (min-width: 568px) {
    .headline {
        font-size: 38px; /*42px*/
    }
}
@media (min-width: 768px) {
    .headline {
        font-size: 56px; /*62px*/
    }
}
@media (max-width: 768px) and (orientation: landscape) {
    .headline {
        font-size: 34px; /*32px*/
    }
}
@media (max-width: 320px) {
    .headline {
        font-size: 28px; /*32px*/
    }
}
/*@media (max-width: 768px) {
    .cover-title h1 {
        font-size: 32px;
    }
}*/
/*@media (max-width: 768px) {
    .about-table h1 {
        font-size: 30px;
    }
}*/
.headline-main {
    font-family: Leadfont;
    font-weight: 700;
    font-style: italic;
    font-size: 28px;
    letter-spacing: 0px;
    margin-top: 0px;
}
@media (min-width: 568px) {
    .headline-main {
        font-size: 30px;
    }
}
@media (min-width: 768px) {
    .headline-main {
        font-size: 50px;
    }
}
@media (max-width: 320px) {
    .headline-main {
        font-size: 20px;
    }
}
.headline-small {
    font-family: Leadfont;
    font-weight: 700;
    font-style: italic;
    font-size: 26px;
    letter-spacing: 0px;
    margin-top: 0px;
}
@media (min-width: 568px) {
    .headline-small {
        font-size: 28px;
    }
}
@media (min-width: 768px) {
    .headline-small {
        font-size: 40px;
		text-align: center;
    }
}
@media (min-width: 1440px) {
    .headline-small, {
        font-size: 42px;
		text-align: center;
    }
}
@media (max-width: 320px) {
    .headline-small {
        font-size: 20px;
    }
}
.headline-smaller {
    font-family: Leadfont;
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
    letter-spacing: 0.2px;
    margin-top: 0px;
}
@media (min-width: 568px) {
    .headline-smaller {
        font-size: 26px;
    }
}
@media (min-width: 768px) {
    .headline-smaller {
        font-size: 28px;
    }
}
@media (max-width: 320px) {
    .headline-smaller {
        font-size: 20px;
    }
}
.headline-smallest {
    font-family: Leadfont;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    letter-spacing: 0.2px;
    margin-top: 0px;
}
@media (min-width: 568px) {
    .headline-smallest {
        font-size: 22px;
    }
}
@media (min-width: 768px) {
    .headline-smallest {
        font-size: 22px;
    }
}
.headline-mini {
    font-family: Leadfont;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0.2px;
    margin-top: 0px;
}
@media (min-width: 568px) {
    .headline-mini {
        font-size: 20px;
    }
}
@media (min-width: 768px) {
    .headline-mini {
        font-size: 22px;
    }
}
.caps {
    font-family: Linkfont;
    font-size: 12px; /*14px*/
    font-weight: 400; 
    letter-spacing: 1.83px;
    text-transform: uppercase;
    word-spacing: normal;
}
@media (min-width: 768px) {
    .caps {
        font-size: 14px; /*14px*/
    }
}
@media (max-width: 320px) {
    .caps {
        font-size: 12px;
    }
}
.intro {
    font-family: Textfont;
    font-size: 18px;
    letter-spacing: 0.2px;
    margin-top: 0px;
}
@media (min-width: 568px) {
    .intro {
        font-size: 20px;
    }
}
@media (min-width: 768px) {
    .intro {
        font-size: 25px;
    }
}
@media (max-width: 768px) {
    .break {
        display: none;
    }
}
.intro-small {
    font-family: Textfont;
    font-size: 16px;
    letter-spacing: 0.2px;
    margin-top: 0px;
}
@media (min-width: 568px) {
    .intro-small {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .intro-small {
        font-size: 18px;
    }
}
@media (max-width: 320px) {
    .intro-small {
        font-size: 14px;
    }
}
/*.index .intro-small {
    margin-bottom: 38px;
    margin-top: 58px;
}*/
.intro-smaller {
    font-family: Textfont;
    font-size: 16px;
    letter-spacing: 0.2px;
    margin-top: 0px;
}
@media (min-width: 568px) {
    .intro-smaller {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .intro-smaller {
        font-size: 18px;
    }
}
@media (max-width: 320px) {
    .intro-smaller {
        font-size: 14px;
    }
}
a {
    /*display: inline-block;*/
    color: inherit;
    text-decoration: none;
    line-height: 1.66;
}
footer a {
    display: inline-block;
}
/*.hero-logo-link a {
    display: unset;
}*/
/*.index a {
    border-bottom: 1px solid #fff;
}*/
/*a::after {
    border-bottom: 1px solid #000;
    content: "";
    display: block;
    margin-top: 3px;
    opacity: 0;
    -webkit-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    transition: opacity 0.8s;
}*/
a:hover {
    opacity: 0.66;
    -webkit-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    transition: opacity 0.8s;
}
a:hover::after {
    opacity: 1;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
/*.index a::after {
    border-bottom: 1px solid #fff;
}*/
/*.index*/ .bottom-links {
    /*border-bottom: 1px solid #fff;*/
    cursor: pointer;
border-bottom: 1.5px solid currentColor;
/*background-color: #0077a7;
color: #ffffff;*/
padding-top: 0.33rem;
padding-bottom: 0.33rem;
display: inline-flex;
/*line-height: 1em;*/
transition: opacity .3s;
}
/*.bottom-links-last {
    margin-right: 0px;
}*/
.bottom-links-header {
    margin-right: 20px; 
}
.bottom-links-large {
/*padding: 0.33rem 0.9rem;*/
}
.bottom-links-left {
    margin-right: 20px;
    /*margin-left: 20px;*/
    /*border-bottom: 1px solid #0077a7;
    content: "";*/
    margin-top: 3px;
    margin-bottom: 6px;
    align-items: left; /*center*/
}
@media (max-width: 768px) {
    .bottom-links-left {
    margin-right: 15px;
    /*margin-left: 15px;*/
    }
}
.bottom-links-centered {
    margin-left: 20px;
    margin-right: 10px;
    /*margin-left: 20px;*/
    /*border-bottom: 1px solid #0077a7;
    content: "";*/
    margin-top: 3px;
    margin-bottom: 6px;
    display: flex;
    justify-content: center;
}
.button-link {
    cursor: pointer;
border: 1.5px solid currentColor;
/*background-color: #0077a7;
color: #ffffff;*/
padding: 0.66rem 1rem;
line-height: 1.2em;
display: inline-flex;
align-items: center;
transition: opacity .3s;
}
.index .button-link {
color: #fff;
}
.button-link-first {
    margin-right: 0rem;
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
    .button-link-first {
        margin-right: 1rem;
        margin-bottom: 1rem;
    }
}
@media (max-width: 768px) and (orientation: landscape) {
    .button-link-first {
        margin-right: 1rem;
        margin-bottom: 1rem;
    }
}
.index .privacy-links {
    /*border-bottom: 1px solid #0077a7;*/
}
.privacy-links {
    /*margin-right: 0 !important;*/
    border-bottom: none;
    padding: none;
}
a.privacy-links-footer-list
{
    line-height: 1;
	margin-bottom: 0.66em;
}
a[href^="tel"] {
    line-height: inherit;
    color: inherit;
    text-decoration: none;
}
a[href^="tel"]::after {
    border-bottom: none;
}
.policies p {
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.nobr {
    white-space: nowrap;
}

.about-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about-table-item {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    text-align: left; /*center*/
    /*margin-bottom: 56px;*/ 
}
@media (min-width: 768px) {
    .about-table-item {
        -webkit-box-flex: calc(50% - 50px); /*- 36px*/ /*correct the margins of the wrapper */
        -ms-flex: calc(50% - 50px); /*- 36px*/
        flex: calc(50% - 50px); /*- 36px*/
        max-width: calc(50% - 50px); /*- 36px*/
		/*margin-bottom: 0;*/
    }
}
@media (min-width: 1024px) {
    .about-table-item {
        -webkit-box-flex: calc(50% - 60px); /*- 36px*/
        -ms-flex: calc(50% - 60px); /*- 36px*/
        flex: calc(50% - 60px); /*- 36px*/
        max-width: calc(50% - 60px); /*- 36px*/
    }
}
@media (min-width: 1024px) {
    .about-table-broad .about-table-item {
        -webkit-box-flex: calc(50% - 30px); /*- 36px*/
        -ms-flex: calc(50% - 30px); /*- 36px*/
        flex: calc(50% - 30px); /*- 36px*/
        max-width: calc(50% - 30px); /*- 36px*/
    }
}
@media (min-width: 768px) {
    .about-table-halfed .about-table-item {
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}
@media (max-width: 767px) {
    .about-table-item-left {
        /*margin-bottom: 56px;*/
    }
}
.about-table-item-right {
    /*margin-top: 20px;*/
    justify-content:flex-end;
}
@media (min-width: 768px) {
    .about-table-item-right {
        /*margin-top: 10px;*/
    }
}
@media (min-width: 768px) {
    .prenotazioni .about-table-item {
        -webkit-box-flex: calc(33% - 36px);
        -ms-flex: calc(33% - 36px);
        flex: calc(33% - 36px);
        max-width: calc(33% - 36px);
    }
}
@media (min-width: 768px) {
    .prenotazioni .about-table-item-right {
        -webkit-box-flex: calc(66% - 36px);
        -ms-flex: calc(66% - 36px);
        flex: calc(66% - 36px);
        max-width: calc(66% - 36px);
    }
}
.about-table-item .intro-small,
.intro-smaller {
    margin: 0px auto 28px;
    /*margin-right: 2px;
    margin-left: 2px;*/
}
@media (min-width: 768px) {
    .intro-small,
.intro-smaller {
    /*margin-right: 10em;
    margin-left: 10em;*/
    }
}
.about-table-item .phone-link {
    margin-bottom: 0px;
}
.contact-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact-table-item {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin: 52px auto 0;
}
@media (min-width: 768px) {
    .contact-table-item {
        -webkit-box-flex: calc(50% - 36px);
        -ms-flex: calc(50% - 36px);
        flex: calc(50% - 36px);
        max-width: calc(50% - 36px);
    }
}

/* =========================
TEASER SPLIT FULL IMAGE, SMALL IMAGE, TEASER TEXT
========================= */

.teaser-split-feature {
  display: block;
}

/* LEFT IMAGE */
.teaser-split-feature-media {
  width: 100%;
  /*height: 60vh;*/ /* controlled height on mobile */
  overflow: hidden;
}

.teaser-split-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* RIGHT CONTENT */
.teaser-split-feature-content {
  width: 100%;
}

/* INNER CONTENT */
.teaser-content-inner {
  max-width: 260px; /*420px*/
  margin: 0 auto;
}

/* SMALL IMAGE (RIGHT COLUMN) */
.teaser-content-image {
  width: 100%;
  max-width: 260px;
  display: block;
  margin: 0 auto 24px auto;
}

/* TEXT */
.teaser-content-inner h2 {
  margin-bottom: 16px;
}

.teaser-content-inner p {
  /*line-height: 1.5;*/
}

/* INNER CONTENT */

.teaser-content-inner-text-only-right {
  width: 100%;
  max-width: 720px;
  margin-left: 0;
  margin-right: auto;
}

.teaser-content-inner-text-only-left {
  width: 100%;
  max-width: 740px;
  margin-right: 0;
  margin-left: auto;
}

/* =========================
   TABLET / DESKTOP
========================= */

@media (min-width: 768px) {

  .teaser-split-feature {
    display: grid;
    grid-template-columns: 50vw 1fr; /* LEFT = full bleed, RIGHT = container */
    min-height: 600px;
  }

  /* LEFT IMAGE */
  .teaser-split-feature-media {
    height: auto;              /* let grid control height */
  }

  .teaser-split-feature-media img {
    height: 100%;
  }

  /* RIGHT CONTENT */
  .teaser-split-feature-content {
    display: flex;
    align-items: center;       /* vertical centering */
  }

  /* keep your wrapper behavior */
  .teaser-wrapper {
    width: 100%;
  }

}

@media (max-width: 767px) {
  .teaser-split-feature-media {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .hide-left-mobile .teaser-split-feature-media {
    display: none;
  }
}
@media (max-width: 767px) {
  .hide-right-mobile .teaser-content-image {
    display: none;
  }
}


/* =========================
   LARGE DESKTOP TUNING
========================= */

@media (min-width: 1200px) {

  .teaser-content-inner {
    max-width: 300px; /*460px*/
  }

  .teaser-content-image {
    max-width: 300px;
  }

}

/* SLIDER FULL */

/* CORE SLIDER */

.slider{
display:flex;
overflow-x:auto;
scroll-snap-type:x mandatory;
scroll-behavior:smooth;
gap:10px;
cursor:grab;
/*max-width: 1440px;*/
/*margin-top: 20px;*/
}

.slider:active{
cursor:grabbing;
}

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

/* prevent browser from snapping scroll back to top */
/*.slider {
  overflow-anchor: none;
}*/

/* INTRO SLIDER */

.intro-slider{
height:70vh;
}

.slide{
flex:0 0 100%;
scroll-snap-align:start;
}

.slide img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

/* GRID SLIDERS */

.slider-wrap{
position:relative;
}

/* remove right padding (edge aligned version) */
.slider-wrap.no-pad{
 padding-left: 0;       /* aligns with text start */
  padding-right: 0;      /* edge-aligned right */
}

/* padded version */
.slider-wrap.padded{
  padding-left: clamp(20px,4vw,80px);
  padding-right: clamp(20px,4vw,80px);
}

.slider-wrap{
position:relative;
}

/* remove right padding (edge aligned version) */
.slider-wrap.no-pad{
padding-right:0;
}

/* padded version */
.slider-wrap.padded{
padding-right:clamp(20px, 4vw, 80px);
}

/* align slider perfectly with text top */

.slider{
margin-top:0;
}
.slider{
margin-top:0;
}

/* grid slider */

.center-slider{
    padding-left:0;
padding-right:0;
/*padding-left:10vw;
padding-right:10vw;*/
}

.grid-slider{
/*margin:80px 0;*/
}

@media (min-width:768px){

  .slider-no-pad-right {
    margin-right: calc(-1 * clamp(20px, 4vw, 80px));
    padding-right: 0;
  }

}

.card{
flex:0 0 calc(80% - 20px);
scroll-snap-align:center;
}

.card img{
width:100%;
display:block;
}

.card h3{
margin-top:10px;
}

/* LAYOUT FULL */

@media(min-width:640px){

.card{
flex:0 0 calc(25% - 20px);
}

}

@media(min-width:1024px){

.card{
flex:0 0 calc(16.66% - 20px);
}

}

/* LAYOUT HALF */

.slider-layout-half{
  width:100%;
}

@media(min-width:768px){

  .slider-layout-half{
    display:flex;
    justify-content:flex-end;
  }

  .slider-layout-half .slider{
    width:50vw;
  }

@media(min-width:768px){

  .slider-layout-half .card{
    flex:0 0 calc(50% - 20px); /* 2 items */
  }

}

@media(min-width:1024px){

  .slider-layout-half .card{
    flex:0 0 calc(33.333% - 20px); /* 3 items */
  }

}

@media(min-width:1400px){

  .slider-layout-half .card{
    flex:0 0 calc(25% - 20px); /* 4 items */
  }

}

}

/* LAYOUT HALF CONTAINER SECTIONS */


@media(min-width:768px){

.slider-layout-half-container .card{
flex:0 0 calc(50% - 20px);
}

}

@media(min-width:1024px){

.slider-layout-half-container .card{
flex:0 0 calc(33.333% - 20px);
}

}

@media(min-width:1400px){

.slider-layout-half-container .card{
flex:0 0 calc(25% - 20px);
}

}


/* FULL-WIDTH SLIDER NO PAD RIGHT */

@media (min-width:768px){
  .slider-full-no-pad-right .content { /* the div with max-width:1600px */
    overflow: visible;
  }
}

@media (min-width:768px){

  .slider-full-no-pad-right {
    width: calc(50vw + 50%); 
    margin-right: calc(-50vw + 50%);
  }

}

/* MOBILE: exactly 1 */
.slider-layout-full-no-pad-right .card{
  flex:0 0 100%;
}

/* SMALL IPAD: exactly 2 */
@media(min-width:768px){
  .slider-layout-full-no-pad-right .card{
    flex:0 0 50%;
  }
}

/* BIG IPAD / SMALL DESKTOP: exactly 3 */
@media(min-width:1024px){
  .slider-layout-full-no-pad-right .card{
    flex:0 0 33.3333%;
  }
}

/* LARGE DESKTOP: exactly 4 */
@media(min-width:1400px){
  .slider-layout-full-no-pad-right .card{
    flex:0 0 25%;
  }
}


/* FULL-WIDTH SLIDER ALIGNMENT */

.slider-wrap.adjusted-width{
  width:100%; /* full container width */
  margin-left:-50%; /* move it left to align with text start */
  padding-left:0; /* optional: no extra padding */
}

@media(max-width:767px){
  /* mobile: stacked, normal flow */
  .slider-wrap.adjusted-width{
    width:100%;
    margin-left:0;
  }
}

.slider-wrap.adjusted-width.padded{
  margin-left:0; /* no negative offset */
  padding-left: clamp(20px,4vw,80px);
  padding-right: clamp(20px,4vw,80px);
}

/* intro slideshow previous dev */

#slideshow {
    position: relative;
    height: 70vh; /*70vh*/ /*66vh*/ /*100vh*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 768px)  {
    #slideshow {
        height: 76vh; 
    }
}
#slideshow div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: opacity 3s;
    -o-transition: opacity 3s;
    transition: opacity 3s;
}
#slideshow div {
    opacity: 0;
}
/*@media (min-width: 768px) and (orientation: portrait) {
    #slideshow .no-show-desktop {
        display: none;
        }
}*/
.slider-title {
    position: absolute;
    vertical-align: bottom;
    margin-right: 30px;
}
.no-js #slideshow div {
    opacity: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../../images/slider/slide-1.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-1-new.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-1-new.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-1-new.jpg);
}
@media (min-width: 768px) and (min-device-pixel-ratio: 2), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), (min-width: 768px) and (min-resolution: 192dpi) {
    .no-js #slideshow div {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../../images/slider/slide-1@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-1-new@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-1-new@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-1-new@2x.jpg);
    }
}
#slideshow .show,
.slideshow .show {
    opacity: 1;
}

#slideshow :nth-child(1) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-1.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-1-new.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-1-new.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-1-new.jpg);
}
#slideshow :nth-child(2) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-2.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-2-new.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-2-new.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-2-new.jpg);
}
#slideshow :nth-child(3) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-3.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-3-new.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-3-new.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-3-new.jpg);
}
#slideshow :nth-child(4) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-4.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-4-new.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-4-new.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-4-new.jpg);
}
#slideshow :nth-child(5) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-5.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-5-new.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-5-new.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-5-new.jpg);
}
/*#slideshow :nth-child(6) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-6.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-6.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-6.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-6.jpg);
}
#slideshow :nth-child(7) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-7.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-7.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-7.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-7.jpg);
}
#slideshow :nth-child(8) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-8.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-8.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-8.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-8.jpg);
}
#slideshow :nth-child(9) {
    bbackground-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-9.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-9.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-9.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-9.jpg);
}
#slideshow :nth-child(10) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-10.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-10.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-10.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-10.jpg);
}
#slideshow :nth-child(11) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-11.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-11.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-11.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-11.jpg);
}
#slideshow :nth-child(12) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-12.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-12.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-12.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-12.jpg);
}
#slideshow :nth-child(13) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-13.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-13.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-13.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-13.jpg);
}*/
/*#slideshow :nth-child(14) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/wedding-decoration.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/wedding-decoration.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/wedding-decoration.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/wedding-decoration.jpg);
}
#slideshow :nth-child(15) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/canfora-details.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/canfora-details.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/canfora-details.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/canfora-details.jpg);
}
#slideshow :nth-child(16) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/spaghettone-details.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/spaghettone-details.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/spaghettone-details.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/spaghettone-details.jpg);
}
#slideshow :nth-child(17) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/hydrangea-details.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/hydrangea-details.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/hydrangea-details.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/hydrangea-details.jpg);
}
#slideshow :nth-child(18) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/lakeview-details.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/lakeview-details.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/lakeview-details.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/lakeview-details.jpg);
}*/
@media (min-width: 768px) and (min-device-pixel-ratio: 2), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), (min-width: 768px) and (min-resolution: 192dpi) {
    #slideshow :nth-child(1) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-1@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-1-new@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-1-new@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-1-new@2x.jpg);
    }
    #slideshow :nth-child(2) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-2@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-2-new@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-2-new@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-2-new@2x.jpg);
    }
    #slideshow :nth-child(3) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-3@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-3-new@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-3-new@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-3-new@2x.jpg);
    }
    #slideshow :nth-child(4) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-4@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-4-new@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-4-new@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-4-new@2x.jpg);
    }
    #slideshow :nth-child(5) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-5@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-5-new@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-5-new@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-5-new@2x.jpg);
    }
   /* #slideshow :nth-child(6) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-6@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-6@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-6@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-6@2x.jpg);
    }
    #slideshow :nth-child(7) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-7@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-7@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-7@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-7@2x.jpg);
    }
    #slideshow :nth-child(8) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-8@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-8@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-8@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-8@2x.jpg);
    }
    #slideshow :nth-child(9) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-9@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-9@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-9@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-9@2x.jpg);
    }
    #slideshow :nth-child(10) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-10@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-10@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-10@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-10@2x.jpg);
    }
    #slideshow :nth-child(11) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-11@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-11@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-11@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-11@2x.jpg);
    }
    #slideshow :nth-child(12) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-12@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-12@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-12@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-12@2x.jpg);
    }
    #slideshow :nth-child(13) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-13@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-13@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-13@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-13@2x.jpg);
    }*/
    /*#slideshow :nth-child(14) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/wedding-decoration@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/wedding-decoration@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/wedding-decoration@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/wedding-decoration@2x.jpg);
    }
    #slideshow :nth-child(15) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/canfora-details@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/canfora-details@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/canfora-details@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/canfora-details@2x.jpg);
    }
    #slideshow :nth-child(16) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/spaghettone-details@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/spaghettone-details@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/spaghettone-details@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/spaghettone-details@2x.jpg);
    }
    #slideshow :nth-child(17) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/hydrangea-details@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/hydrangea-details@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/hydrangea-details@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/hydrangea-details@2x.jpg);
    }
    #slideshow :nth-child(18) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/lakeview-details@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/lakeview-details@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/lakeview-details@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/lakeview-details@2x.jpg);
    }*/
}
@media (orientation: portrait) {
    #slideshow :nth-child(1) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-1-alt.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-1-alt-new.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-1-alt-new.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-1-alt-new.jpg);
    }
    #slideshow :nth-child(2) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-2-alt.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-2-alt-new.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-2-alt-new.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-2-alt-new.jpg);
    }
    #slideshow :nth-child(3) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-3-alt.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-3-alt-new.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-3-alt-new.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-3-alt-new.jpg);
    }
    #slideshow :nth-child(4) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-4-alt.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-4-alt-new.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-4-alt-new.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-4-alt-new.jpg);
    }
    #slideshow :nth-child(5) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-5-alt.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-5-alt-new.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-5-alt-new.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-5-alt-new.jpg);
    }
    /*#slideshow :nth-child(6) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-6-alt.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-6-alt.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-6-alt.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-6-alt.jpg);
    }
    #slideshow :nth-child(7) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-7-alt.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-7-alt.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-7-alt.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-7-alt.jpg);
    }
    #slideshow :nth-child(8) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-8-alt.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-8-alt.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-8-alt.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-8-alt.jpg);
    }
    #slideshow :nth-child(9) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-9-alt.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-9-alt.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-9-alt.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-9-alt.jpg);
    }
    #slideshow :nth-child(10) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-10-alt.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-10-alt.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-10-alt.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-10-alt.jpg);
    }
    #slideshow :nth-child(11) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-11-alt.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-11-alt@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-11-alt@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-11-alt@2x.jpg);
    }
    #slideshow :nth-child(12) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-12-alt@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-12-alt.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-12-alt.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-12-alt.jpg);
    }
    #slideshow :nth-child(13) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-13-alt.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-13-alt.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-13-alt.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-13-alt.jpg);
    }*/
    /*#slideshow :nth-child(14) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/wedding-decoration-alt.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/wedding-decoration-alt.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/wedding-decoration-alt.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/wedding-decoration-alt.jpg);
    }
    #slideshow :nth-child(15) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/canfora-details-alt.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/canfora-details-alt.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/canfora-details-alt.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/canfora-details-alt.jpg);
    }
    #slideshow :nth-child(16) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/spaghettone-details-alt.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/spaghettone-details-alt.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/spaghettone-details-alt.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/spaghettone-details-alt.jpg);
    }
    #slideshow :nth-child(17) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/hydrangea-details-alt.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/hydrangea-details-alt.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/hydrangea-details-alt.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/hydrangea-details-alt.jpg);
    }
    #slideshow :nth-child(18) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/lakeview-details-alt.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/lakeview-details-alt.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/lakeview-details-alt.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/lakeview-details-alt.jpg);
    }*/
}
@media (orientation: portrait) and (min-width: 768px) and (min-device-pixel-ratio: 2), (orientation: portrait) and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (orientation: portrait) and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), (orientation: portrait) and (min-width: 768px) and (min-resolution: 192dpi) {
    #slideshow :nth-child(1) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-1-alt@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-1-alt-new@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-1-alt-new@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-1-alt-new@2x.jpg);
    }
    #slideshow :nth-child(2) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-2-alt@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-2-alt-new@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-2-alt-new@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-2-alt-new@2x.jpg);
    }
    #slideshow :nth-child(3) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-3-alt@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-3-alt-new@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-3-alt-new@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-3-alt-new@2x.jpg);
    }
    #slideshow :nth-child(4) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-4-alt@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-4-alt-new@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-4-alt-new@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-4-alt-new@2x.jpg);
    }
    #slideshow :nth-child(5) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-5-alt@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-5-alt-new@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-5-alt-new@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/slider/slide-5-alt-new@2x.jpg);
    }
    /*#slideshow :nth-child(6) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-6-alt@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-6-alt@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-6-alt@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-6-alt@2x.jpg);
    }
    #slideshow :nth-child(7) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-7-alt@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-7-alt@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-7-alt@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-7-alt@2x.jpg);
    }
    #slideshow :nth-child(8) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-8-alt@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-8-alt@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-8-alt@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-8-alt@2x.jpg);
    }
    #slideshow :nth-child(9) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-9-alt@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-9-alt@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-9-alt@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-9-alt@2x.jpg);
    }
    #slideshow :nth-child(10) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-10-alt@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-10-alt@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-10-alt@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-10-alt@2x.jpg);
    }
    #slideshow :nth-child(11) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-11-alt@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-11-alt@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-11-alt@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-11-alt@2x.jpg);
    }
    #slideshow :nth-child(12) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-12-alt@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-12-alt@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-12-alt@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-12-alt@2x.jpg);
    }
    #slideshow :nth-child(13) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/slide-13-alt@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-13-alt@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-13-alt@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slide-13-alt@2x.jpg);
    }*/
    /*#slideshow :nth-child(14) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/wedding-decoration-alt@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/wedding-decoration-alt@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/wedding-decoration-alt@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/wedding-decoration-alt@2x.jpg);
    }
    #slideshow :nth-child(15) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/canfora-details-alt@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/canfora-details-alt@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/canfora-details-alt@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/canfora-details-alt@2x.jpg);
    }
    #slideshow :nth-child(16) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/spaghettone-details-alt@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/spaghettone-details-alt@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/spaghettone-details-alt@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/spaghettone-details-alt@2x.jpg);
    }
    #slideshow :nth-child(17) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/hydrangea-details-alt@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/hydrangea-details-alt@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/hydrangea-details-alt@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/hydrangea-details-alt@2x.jpg);
    }
    #slideshow :nth-child(18) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/slider/lakeview-details-alt@2x.jpg);
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/lakeview-details-alt@2x.jpg);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/lakeview-details-alt@2x.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/lakeview-details-alt@2x.jpg);
    }*/
}
.image-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 100vh; /*648px;*/
}
.image-full-item {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
}
.image-full-item img {
    /*display: inline-block;*/
    width: 100%;
    max-height: 100%;
    /*max-width: 100%;
    height: 100%;*/
    object-fit: cover;
    vertical-align: middle;
    overflow: hidden;
}
@media (min-width: 768px) {
    .image-full-item img {
        width: 100%;
        max-height: 100%;
    }
}
.map-item {
    filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);    
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}
.protected-image {
  /* Disables clicking, dragging, and the right-click menu on the image, don't use if containing links */
  pointer-events: none; 
  
  /* Disables touch-and-hold menus on iOS Safari */
  -webkit-touch-callout: none; 
}
img {
	/*Disables drag*/
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
}
.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*gap: 10px;*/ /*6px*/
}
/*.grid {
display: grid;
  grid-template-columns: auto auto auto auto;
  max-width: 800px;
  gap: 5px;
}*/
.grid-item {
    flex: 0 1 calc(100% / 2); /*flex: 0 1 calc((100% - 10px) / 2);*/
  box-sizing: border-box;
  max-width: calc(100% / 2); /*max-width: calc((100% - 10px) / 2);*/
    overflow: hidden;
    /*-webkit-box-flex: calc(50% - 3px);
    -ms-flex: calc(50% - 3px);
    flex: calc(50% - 3px);
    max-width: calc(50% - 3px);
    overflow: hidden;*/
}
@media (min-width: 568px) {
    .grid-item {
        flex: 0 1 calc(100% / 4); /*flex: 0 1 calc((100% - 30px) / 4);*/
          max-width: calc(100% / 4); /*max-width: calc((100% - 30px) / 4);*/
        /*-webkit-box-flex: calc(25% - 4.5px);
        -ms-flex: calc(25% - 4.5px);
        flex: calc(25% - 4.5px);
        max-width: calc(25% - 4.5px);*/
    }
}
@media (min-width: 768px) {
    .grid-item {
         flex: 0 1 calc(100% / 5); /*flex: 0 1 calc((100% - 50px) / 6);*/
           max-width: calc(100% / 5); /*max-width: calc((100% - 50px) / 6);*/
        /*-webkit-box-flex: calc(16.66% - 3.6px);
        -ms-flex: calc(16.66% - 3.6px);
        flex: calc(16.66% - 3.6px);
        max-width: calc(16.66% - 3.6px);*/
    }
}
@media (min-width: 1280px) {
    .grid-item {
         flex: 0 1 calc(100% / 5); /*flex: 0 1 calc((100% - 70px) / 8);*/
          max-width: calc(100% / 5); /*max-width: calc((100% - 70px) / 8);*/
        /*-webkit-box-flex: calc(16.66% - 3.6px);
        -ms-flex: calc(16.66% - 3.6px);
        flex: calc(16.66% - 3.6px);
        max-width: calc(16.66% - 3.6px);*/
    }
}
.grid-halfed .grid-item {
    -webkit-box-flex: calc(50% - 3px);
    -ms-flex: calc(50% - 3px);
    flex: calc(50% - 3px);
    max-width: calc(50% - 3px);
    overflow: hidden;
}
/*@media (max-width: 567px) and (orientation: portrait) {
	.grid-item-5,	
    .grid-item-7,
    .grid-item-8,
    .grid-item-9,
        .grid-item-10 {
        display: none;
    }
}*/
@media (max-width: 767px) and (orientation: portrait) {
	.grid-item-5,	
    .grid-item-7,
    .grid-item-8,
    .grid-item-9,
        .grid-item-10 {
        display: none;
    }
}
@media (max-width: 767px) and (orientation: landscape) {
	.grid-item-5,	/*if 8 max hide from 7*/
    .grid-item-7,
    .grid-item-8,
    .grid-item-9,
        .grid-item-10 {
        display: none;
    }
}
/*@media (max-width: 1279px) {
    .grid-item-10,
    .grid-item-9 {
        display: none;
    }
}*/
.menu-speciale .grid-item {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    overflow: hidden;
}
@media (min-width: 768px) {
    .menu-speciale .grid-item {
        -webkit-box-flex: calc(50% - 3px);
        -ms-flex: calc(50% - 3px);
        flex: calc(50% - 3px);
        max-width: calc(50% - 3px);
    }
}
.grid-item img {
    height: auto;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
    transition: transform 3s ease-in;
    /*border: 3px solid #fff;*/
}
.grid-item:hover img {
    transform: scale(1.2);
}
.menu-speciale .grid-item:hover img {
    transform: none;
}
/*.index .grid-item:hover img {
    transform: none;
}*/
.grid-link {
    line-height: normal;
    margin-top: 28px;
    text-align: left; /*center*/
    /*transition: opacity .3s;*/
}
/*.grid-link a {
  transition: 0.3s;
}*/
.grid-article {
  position: relative;
  /*display: grid;*/
  }
.grid-textover {
z-index: 100;
  position: absolute;
  color: #fff;
  bottom: 0;
  right: 0;
  padding: 0 1.2em;
  /*display: flex;*/
    /*align-items: flex-start;*/
    /*vertical-align: middle;
    padding: 2rem;
    color: #fff;*/
}
.no-js .preloading {
    display: none;
}
summary::-webkit-details-marker {
    display: none;
}
summary {
    list-style: none;
}
details summary {
    cursor: pointer;
}
details div {
    /*padding-left: 30px;*/
    -webkit-animation: fadeIn 1s ease-in;
    animation: fadeIn 1s ease-in;
    margin-bottom: 28px; /*56px*/
}
.iframe-container {
    /*border:1px solid #0077a7;*/ 
    /*margin-top: 60px;*/
    /*margin-bottom:0 !important; 
    padding-bottom:0 !important;*/
    height: 100%;
    /*margin-left: -18px !important;*/
    overflow: hidden;
}
.iframe::-webkit-scrollbar {
    display: none;
    /*width: 0px;
    height: 0px;*/
}
.iframe {
    width: 100%;
    height: 100vh;
    border: none;
    overflow: hidden;
    z-index: 999999;
}
footer {
    background-color: #fff;
    color: #070D0D; /*#0077a7*/
}
.footer-content {
    max-width: 1280px; /*1600px*/ /*1440px*/ /*1280px*/
    overflow: hidden;
    margin: 60px auto 75px;
}
footer .copyright {
    -webkit-box-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font: 11px / normal Textfont;
    letter-spacing: 0.2px;
    line-height: 1.5;
}
@media (min-width: 768px) {
    footer .copyright {
        font: 13px / normal Textfont;
        line-height: 1.5;
    }
}
.copyright-navfooter {
    font: 11px / normal Textfont;
}
@media (min-width: 768px) {
    .copyright-navfooter {
        font: 14px / normal Textfont;
    }
}
footer .imprint {
    -webkit-box-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font: 11px / normal Textfont;
    letter-spacing: 0.2px;
    line-height: 1.5;
}
@media (min-width: 768px) {
    footer .imprint {
        font: 13px / normal Textfont;
        line-height: 1.5;
    }
}
.imprint-social-left {
    margin-top: 20px;
}
/*.index footer .footer-table a::after {
    border-bottom: none;
}*/
/*.index footer {
    padding: 4em 0 4em;
}
@media (orientation: landscape) {
    .index footer {
        padding: 4em 0 3em;
    }
}*/
.footer-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*align-items: center;*/
}
.footer-table-item {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    text-align: left; /*center*/
}
/*@media (min-width: 768px) {
    .footer-table-item {
        -webkit-box-flex: calc(50% - 36px);
        -ms-flex: calc(50% - 36px);
        flex: calc(50% - 36px);
        max-width: calc(50% - 36px);
        text-align: left;
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .footer-table-item {
        -webkit-box-flex: calc(50% - 36px);
        -ms-flex: calc(50% - 36px);
        flex: calc(50% - 36px);
        max-width: calc(50% - 36px);
        text-align: left;
    }
}*/
.footer-table-item-grid {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    text-align: left; /*center*/
    /*margin-bottom: 10px;*/ /*28px*/
}
@media (min-width: 768px) {
    .footer-table-item-grid {
        -webkit-box-flex: calc((100% / 3) - 36px);
        -ms-flex: calc((100% / 3) - 36px);
        flex: calc((100% / 3) - 36px);
        max-width: calc((100% / 3) - 36px);
        text-align: left; /*center*/
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .footer-table-item-grid {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        text-align: left; /*center*/
    }
}
.footer-table-item-right {
    margin-top: 32px;
    text-align: left; /*center*/
}
@media (min-width: 768px) {
    .footer-table-item-right {
        margin-top: 32px;
        text-align: left; /*center*/
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .footer-table-item-right {
        margin-top: 32px;
        text-align: left; /*center*/
    }
}
.footer-logo img {
    display: inline-block;
    width: 7em;
    /*margin-right: 30px;*/
    vertical-align: middle;
}
@media (min-width: 568px) {
    .footer-logo img {
        width: 8em;
        /*margin-right: 60px;*/
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .footer-logo img {
        width: 6em;
    }
}
.footer-logo-last img {
    margin-right: 0 !important;
}
.footer-logo-social img {
    display: inline-block;
    height: 1.35em;
    margin-right: 20px;
    vertical-align: middle;
}
@media (min-width: 568px) {
    .footer-logo-social img {
        height: 1.5em;
        margin-right: 30px;
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .footer-logo-social img {
        height: 1.35em;
    }
}
@media (max-width: 374px) and (orientation: portrait) {
    .footer-logo-social img {
        height: 1.2em;
        margin-right: 15px;
    }
}
.footer-logo-social-last img {
    margin-right: 0 !important;
}
.footer-logo-gambero img {
    display: inline-block;
    width: 5.25em;
    margin-right: 25px;
    vertical-align: middle;
}
@media (min-width: 568px) {
    .footer-logo-gambero img {
        width: 5.95em;
        margin-right: 30px;
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .footer-logo-gambero img {
        width: 4.73em;
    }
}
.footer-logo-slowfood img {
    display: inline-block;
    width: 3.93em;
    margin-right: 25px;
    vertical-align: middle;
}
@media (min-width: 568px) {
    .footer-logo-slowfood img {
        width: 3.93em;
        margin-right: 30px;
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .footer-logo-slowfood img {
        width: 3.12em;
    }
}
.footer-logo-thefork img {
    display: inline-block;
    width: 5.25em;
    height: 100%;
    vertical-align: middle;
}
@media (min-width: 568px) {
    .footer-logo-thefork img {
        width: 5.95em;
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .footer-logo-thefork img {
        width: 4.73em;
    }
}
.index footer .wrapper {
    padding: 0 30px 0;
}
@media (min-width: 768px) {
    .index footer .wrapper {
        padding: 0 50px;
    }
}
@media (min-width: 1024px) {
    .index footer .wrapper {
        padding: 0 100px;
    }
}
@media (min-width: 1280px) { /*new*/
    .index footer .wrapper {
        padding: 0 140px; 
    }
}
@media (min-width: 1400px) { /*1600px*/
    .index footer .wrapper {
        padding: 0 0px; /*30px*/
    }
}


/*.index footer {
    padding-bottom: 0;
}
@media (orientation: landscape) {
    .index footer {
        padding-bottom: 0;
    }
}*/
.logo-footer img {
    display: block;
    height: 0.9em; /*1.0em 1.7em*/
    margin-top: 15px;
    margin-bottom: 30px; /*60px 45px*/
}
@media (min-width: 568px) {
    .logo-footer img {
        height: 1.3em; /*1.5em 2em*/
    }
}
@media (max-width: 768px) and (orientation: landscape) {
    .logo-footer img {
        height: 0.9em; /*1.0em 1.5em*/
    }
}
@media (max-width: 375px) { /*320px*/
    .logo-footer img {
        height: 0.9em; /*0.9em 1.4em*/
    }
}
@media (max-width: 320px) and (orientation: landscape) {
    .logo-footer img {
        height: 0.7em; /*0.7em 1.1em*/
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .logo-footer img {
        height: 1.1em; /*1.2em 1.7em*/
    }
}
.email-scrambler::before {
    /* Displays your custom text immediately on page load */
    content: "Can't wait? Get in touch";
}
/* Automatically pulls the visual phrase from the 'data-text' attribute */
.email-scrambler::before {
    content: attr(data-text);
}
.consent {
    display: none;
    display: table;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center; /*left*/
    font: 12px / normal Textfont;
    color: #fdfdfd; /*#070D0D #0077a7*/
    background: #070D0D; /*fdfdfd F4F2EE*/
    padding: 1em 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: fadeBar 2s 2s both;
    animation: fadeBar 2s 2s both;
    z-index: 1;
}
.consent p,
.consent span {
    /*display: table-cell;*/
	padding-left: 20px;
	padding-right: 20px;
    vertical-align: middle;
}
.consent a {
    line-height: normal;
}
.consent a::after {
    border-bottom: none;
}
.consent h4, h5 {
    margin-bottom: 5px;
}
.consent button {
    display: inline-block;
    color: inherit;
    background-color: transparent;
    text-decoration: none;
    font-size: 12px;
    line-height: normal;
    -webkit-appearance: none;
    border: 0;
    padding: 0 1em;
    cursor: pointer;
	margin-top: 5px;
}
/*.consent-button-first {
    margin-left: 1em;
}*/
.br-media-dependent {
        display: none;
    }
@media (min-width: 376px) { /*@media (max-width: 768px) and (orientation: portrait) {*/
    .br-media-dependent {
        display: unset;
    }
}
.br-media-dependent-wider {
        display: none;
    }
@media (min-width: 414px) { /*@media (max-width: 768px) and (orientation: portrait) {*/
    .br-media-dependent-wider {
        display: unset;
    }
}
.animate {
    opacity: 0;
}
.no-js .animate {
    opacity: 1;
}
.appear {
    -webkit-animation: fadeIn 2s ease-in;
    animation: fadeIn 2s ease-in;
}
#comosegreta,
#about
 {
padding-top: 30px;
margin-top: -30px;
}

#signup-form {

}

.form-group {
  margin-bottom: 15px;
  font-family: Textfont;
    font-size: 16px;
    letter-spacing: 0.2px;
}

@media (min-width: 568px) {
    .form-group {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .form-group {
        font-size: 18px;
    }
}
@media (max-width: 320px) {
    .form-group {
        font-size: 14px;
    }
}

input[type="text"],
input[type="email"] {
	max-width: 470px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #070D0D;
  padding: 8px 0;
  outline: none;
      font-family: Textfont;
    font-size: 16px;
    letter-spacing: 0.2px;
	font-style: italic;
}

@media (min-width: 568px) {
    input[type="text"],
input[type="email"] {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    input[type="text"],
input[type="email"] {
        font-size: 18px;
    }
}
@media (max-width: 320px) {
    input[type="text"],
input[type="email"] {
        font-size: 14px;
    }
}

.checkbox-group label {
  display: flex;
  align-items: center;
  gap: 10px;
}

input[type="checkbox"] {
  width: 16px;
  height: 16px;
  appearance: none;
  border: 1px solid #070D0D;
  display: inline-block;
  position: relative;
 
}

input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: black;
  top: 3px;
  left: 3px;
}

button {
  /*margin-top: 10px;
  padding: 10px 20px;*/
  cursor: pointer;

border: 1.5px solid currentColor;
background-color: #070D0D;
color: #070D0D;
padding: 0.66rem 1rem;
line-height: 1.2em;
display: inline-flex;
align-items: center;
transition: opacity .3s;
}

#form-message {
 margin-top: 15px;
    font-family: Textfont;
    font-size: 16px;
    letter-spacing: 0.2px;
	font-style: italic;
	color: #070D0D;
	  margin-bottom: 15px;
}
@media (min-width: 768px) {
    #form-message {
        font-size: 18px;
    }
}
@media (max-width: 320px) {
    #form-message {
        font-size: 14px;
    }
}

select,
textarea {
  max-width: 470px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #070D0D;
  padding: 8px 0;
  outline: none;
  font-family: Textfont;
  font-size: 16px;
  letter-spacing: 0.2px;
  background: transparent;
  font-style: italic;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  cursor: pointer;
}

textarea {
  resize: vertical;
  line-height: 1.4em;
  min-height: 80px;
}

@media (min-width: 568px) {
  select,
  textarea {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  select,
  textarea {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  select,
  textarea {
    font-size: 14px;
  }
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  cursor: pointer;
  color: #070D0D;
  font-style: italic;
}

select option {
  color: #070D0D;
}

select option[value=""] {
  color: #767676;
}

input::placeholder,
textarea::placeholder {
  color: #767676;
  opacity: 1;
  font-style: italic;
}

select:has(option:checked[value=""]) {
  color: #767676;
}

select:has(option:checked:not([value=""])) {
  color: #070D0D;
}

select option {
  color: #070D0D;
}

select option[value=""] {
  color: #767676;
}








@media print {
    @page {
        margin: 1.5cm;
    }
    header {
        position: absolute;
        background: 0 0;
        margin-bottom: 80px !important;
        display: block;
    }
    nav.main {
        display: none;
    }
    .consent,
    .consent p {
        display: none;
    }
    .headline,
    .headline-small {
        font-size: 28px;
    }
.comosegreta .content,
.about .content {
        margin: 4em auto 4em;
    }
    .intro,
    .intro-small {
        font-size: 18px;
    }
    .grid-item {
        -webkit-box-flex: 25%;
        -ms-flex: 25%;
        flex: 25%;
        max-width: 25%;
    }
    .menu-speciale .grid-item {
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
    /*.grid-item-10,
    .grid-item-9 {
        display: none;
    }*/
    .about-table-item {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        text-align: left; /*center*/
    }
    .contact-table-item {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}
