
@import url('https://fonts.googleapis.com/css2?family=Mr+Dafoe&family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');


body{background-color: #fff; color: #000; font-family: 'Questrial', sans-serif; font-size:20px; font-weight: 400; margin: 0px; padding: 0px;text-align: center;}
html{scroll-behavior:smooth;}

p a { 
    color: #000 !important;
}
h3 a { 
    color: #000 !important;
           font-family: 'Abril Fatface', cursive;


    font-size: 40px;

}
a:focus{outline: none;}
input:focus{outline: none !important; box-shadow: none !important;}

body.bodyscroll{
    overflow: hidden;
}
header {
    position: fixed;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    width: 100%;
    transition-duration: 0.5s;
  background: linear-gradient(rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0) 100%);
}
/*.header-scroll{
    transform: translateY(-200px);
}*/
.header{
    display: flex;
}
.logo-wrapper{
    margin-right: 20px;
}
.logo-wrapper img{
    
}
.header-nav{
    display: flex;
    align-items: center;
}
.header-nav ul{
    padding: 0px;
    margin: 0px;
    display: flex;
}
.header-nav ul li{
    display: block;
    list-style: none;
    padding: 0px 10px;
    border-right: 1px solid #fff;
}
.header-nav ul li:last-child{
    border-right: none;
}
.header-nav ul li a {
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 17px;
    line-height: 16px;
    letter-spacing: 1px;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
    transition-duration: 0.3s;
}
.header-nav ul li a:hover {
    border-bottom: 1px solid #fff;
}
.header-right{
    display: flex;
    align-items: center;
}
.header-cta {
    display: flex;
}
.header-cta a{
    color: #fff;
    text-decoration: none;
    padding: 8px 5px;
    margin-right: 10px;
  /*  text-transform: uppercase;*/
    font-size: 16px;
}
.overlay-cta ul{
    display: flex !important;
    justify-content: center;
}
.overlay-cta ul li{
    margin: 0px 10px;
}






.menu-btn {
    position: relative;
    height: 35px;
    width: 35px;
    cursor: pointer;
    z-index: 999;
    padding: 7px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border: 1px solid #fff;
    border-radius: 100%;
   
}
.menu-btn.active{
    border: 1px solid #000;
    transform: translateY(0);
}
.menu-btn.active .top-bar {
    transform: translateY(6px) translateX(0) rotate(45deg);
    background: #000;
}

.menu-btn.active .middle-bar {
    opacity: 0;
    background: #000;
}

.menu-btn.active .bottom-bar {
    transform: translateY(-6px) translateX(0) rotate(-45deg);
    background: #000;
}

.menu-btn span {
    background: #fff;
    border: none;
    height: 1px;
    width: 100%;
    position: relative;
    transition: all .35s ease;
    cursor: pointer;
}

.overlay {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overlay.open {
    opacity: .9;
    visibility: visible;
    
}
.overlay nav {
    position: relative;
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    text-align: center;
}
.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}
.overlay ul li {
    display: block;
    position: relative;
}
.overlay ul li a {
    display: block;
    position: relative;
    color: #000;
    text-decoration: none;
    overflow: hidden;
    transition-duration: 0.3s;
}
.overlay ul li a:hover{
    color: #000;
}
.main-banner {
    height: 100vh;
    width: 100%;
    position: relative;
}
.main-banner .carousel{
    height: 100%;
}
.main-banner .carousel-inner{
    height: 100%;
}
.main-banner .carousel-item{
    height: 100%;
    width: 100%;
}
.main-banner .carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-banner .carousel-control-prev, .main-banner .carousel-control-next{
    z-index: 9;
}
.main-banner-content {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    color: #fff;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.main-banner-caption {
    max-width: 30rem;
    text-align: center;
}
.main-banner-caption h2{
    font-size: 16px;
    line-height: 30px;
}
.main-banner-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 1.5rem;
}
.main-banner-social a{
    color: #fff;
    font-size: 17px;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    transition-duration: 0.3s;
}
.main-banner-social a:hover{
    border-bottom: 2px solid #fff;
}
.main-banner-address ul{
    display: flex;
    padding: 0px;
    margin: 0px;
}
.main-banner-address ul li{
    padding: 0px 10px;
    list-style: none;
    border-right: 2px solid #fff;
}
.main-banner-address ul li:last-child{
    border-right: none;
}
.main-banner-address a{
    color: #fff;
    font-size: 17px;
    line-height: 17px;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    transition-duration: 0.3s;
}
.main-banner-address a:hover{
    border-bottom: 2px solid #fff;
}
.section-bg {
    position: fixed;
   /* background: url(../images/global-bg.jpg) no-repeat 50% 50%;*/
    background-color: rgba(255, 255, 255, 1);
    background-size: auto;
    background-blend-mode: overlay;
    
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.white-bg {
    background-color: #fff;
}
.red-bg {
    background-color: #fff;
}
.orange-bg {
    background-color: #fff;
}
.gold-bg {
    background-color: #fff;
}
.yellow-bg {
    background-color: #fff;
}
.blue-bg {
    background-color: #fff;
}
.brown-bg {
    background-color: #fff;
  }
.teal-bg {
    background-color: #fff;
}
.section-pad {
   padding: 0rem 2.125rem;
}
.section-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
   /* max-width: 50rem;*/
}
.about-section {
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-section h2{
    text-align: center;
        font-family: 'Abril Fatface', cursive;
}
.section-container {
    position: relative;
    z-index: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section-image, .section-text, .section-map {
    width: 50%;
    display: flex;
    align-items: center;
}
.section-map{
    overflow: hidden;
    filter: opacity(0.5);
}
/*conflitt con PRESS*/
.bg-clip {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*conflitt con PRESS*/

@media screen and (min-width: 980px) {
	.altezza-fissata {
		height: 90vh !important
	}
}
@media screen and (min-width: 1200px) {
	.altezza-fissata {
		height: 80vh !important
	}
}
@media screen and (min-width: 1300px) {
	.altezza-fissata {
		height: 79vh !important
	}
	.font-small {
		font-size: 16px !important;
		line-height: 19px !important;
	}
}
@media screen and (min-width: 1500px) {
	.altezza-fissata {
		height: 90vh !important
	}
}

.section-text .text-block-center {
    max-width: 22rem;
}
.section-heading{
    font-size: 40px;
    text-align: center;
    margin-bottom: 1.25rem;/**/
    font-family: 'Abril Fatface', cursive;
    
}
.section-heading-center{
    font-size: 50px;
    text-align: center;
    margin-bottom: 5.75rem;
}
.text-block-mid {
    margin: 0 auto;
   /* max-width: 30rem;*/
}
.text-block {
    text-align: center;
    margin: 0 auto;
   /* font-size: 1.375em;*/
  }
.section-text .text-block-mid {
  /*  max-width: 22rem;*/
}
.text-block p{
    line-height: 1.5;
}
.text-block p a{
    color: #000;
    border-bottom: 1px solid transparent;
    transition-duration: 0.3s;
    text-decoration: none;
}
.text-block p a:hover{
    border-bottom: 1px solid #000;
}
.text-block + .section-button {
    margin-top: 3.25rem;
    text-align: center;
}
.button-outline, .button-solid {
    min-width: 10em;
}
.button-outline, .button-solid, a.button-outline, a.button-solid {
    display: inline-block;
    padding: 1rem 1rem;
    font-size: 1.25rem;
    line-height: 1;
    text-transform: uppercase;
  letter-spacing: .2em;
    border: 1px solid #000;
    -webkit-transition: border-color 350ms,color 350ms,background-color 350ms;
    -o-transition: border-color 350ms,color 350ms,background-color 350ms;
    transition: border-color 350ms,color 350ms,background-color 350ms;
    cursor: pointer;
    color: #000;
    text-decoration: none;
}
button.button-outline {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
}
.button-outline:hover {
    background: #baa14d;
    color: #000;
    border-color: #fff;
}
.button-outline-white, a.button-outline-white{
    color: #fff;
    border-color: #fff;
}
.button-solid {
    background-color: #fff;
    color: #000;
}
.button-solid:hover {
    background-color: transparent;
    border-color: #fff;
    color: #000;
}
.section-image{
    display: block;
}
.section-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.terrace-section .section-container{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.gallery{
    position: relative;
}
.gallery-section .owl-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    color: #fff !important;
    font-size: 22px !important;
}
.gallery-section .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    color: #fff !important;
    font-size: 22px !important;
}
.gallery-section .owl-dots{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
}
.gallery-section .owl-dots .owl-dot{
    height: 16px;
    width: 16px;
    border: 1px solid #fff;
    border-radius: 100%;
    margin: 0px 2px;
    position: relative;
}
.gallery-section .owl-dots .owl-dot::after{
    background-color: #fff;
    display: none;
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    height: 8px;
    width: 8px;
    border-radius: 100%;
}
.gallery-section .owl-dots .owl-dot.active::after{
    display: block;
}
.gallery-section .gallery-item{
    width: 100%;
    height: 65vw;
}
.gallery-section .gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.private-dining-section .section-container{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.reservation-section{
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5.75em 2.125rem;
    position: relative;
    z-index: 2;
    text-align: center;
    color: #000;
}
.reservation-section .text-block p a{
    color: #fff !important;;
}
.reservation-section  a{
    color: #fff !important;
     text-decoration: none !important;
}
.reservation-section strong, .reservation-section strong a{
    color: #000;
    text-decoration: none !important;
}
#tooltipmap{
    color: #000;
}
.reservation-section .text-block p a:hover{
    border-bottom: 1px solid #fff;
}
.text-block-menu{
    max-width: 47.375rem;
}
.menu-section-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5rem auto 0;
    max-width: 35rem;
}
.menu-section-btn-single {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: .75em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}
.menu-section-btn-single a{
    color: #8a682a;
    width: 100%;
    text-decoration: none;
    border: 1px solid transparent;
}
.press-section{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.press-quote p{
    text-align: center;
    margin: 0 auto;
    font-size: 2.125em;
}
.press-quote p em{
    display: block;
}
.press-quote-img{
    max-width: 7.5em;
    max-height: 7.5em;
    margin: 2em auto 0;
}
.press-quote-img img{
    display: block;
    width: 100%;
    height: auto;
}
.press-footer{
    margin: 5.75em auto 0;
}
.location-section{
    position: relative;
    z-index: 2;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #4d708e;
    color: #fff;
}
.sub-heading{
    margin: 0;
    font-size: 1em;
    font-weight: 400;
    padding-bottom: .25em;
    display: inline-block;
    border-bottom: 1px solid;
}
.career-section{
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5.75em 2.125rem;
    position: relative;
    z-index: 2;
    text-align: center;
}
a.career-link{
    border-bottom: 1px solid #000 !important;
}
footer{
    width: 100%;
    text-align: center;
    background: #232323;
    padding: 1rem ;
}
.footer-logo {
    width: 100%;
    max-width: 16.25em;
    margin: 0 auto;
    border: none;
}
.footer-logo a {
    outline: -webkit-focus-ring-color auto 0px!important;;
box-shadow: none;
    border: none;
   
}
.footer-logo img{
    max-height: 50px;

}
.footer-text, .footer-newsletter {
    max-width: 31.25rem;
    margin: 0 auto;
    line-height: 1.5333333333;
    font-size: .9375em;
}
.footer-text {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
    max-width: 50.25rem;
    line-height: 1.5333333333;
    color: #fff;
}
.footer-text a{

    color: #fff;
}
.footer-newsletter form {
    margin: 1rem auto 0;
    max-width: 17.25rem;
}
.footer-newsletter .newsletter-input{
    width: 100%;
    line-height: 1;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000;
    margin-bottom: .625rem;
    border-radius: 0;
    font-size: 1em;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding: 1em .75em .75em;
    border: 1px solid #000;
}
.footer-newsletter .newsletter-input::placeholder{
    color: #000;
}
.newsletter-submit{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 1em;
    margin-top: 2.25rem;
    -webkit-transition: background-color 250ms;
    -o-transition: background-color 250ms;
    transition: background-color 250ms;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding: .75em 1em;
    border: 1px solid;
    background-color: transparent;
}
.newsletter-submit:hover {
    background-color: #ffffc8;
}
.footer-link{
    font-size: .9375em;
    line-height: 1.2666666667;
    padding-top: 3em;
}
.footer-link a{
    color: #c2be8a;
    -webkit-transition: color 250ms;
    -o-transition: color 250ms;
    transition: color 250ms;
    text-decoration: none;
}
.footer-link a:hover {
    color: #888560;
}
.gallery-section{
    cursor: grab;
}







@media ( min-width:220px) and ( max-width:319px) {
    
}
  

@media ( min-width:320px) and ( max-width:479px) {
    header{padding:0.75em;}
    .logo-wrapper img {max-height: 40px;}
    .header-nav{display: none;}
    .header-nav ul li:nth-child(1), .header-nav ul li:nth-child(2){display: none;}
    .logo-wrapper {margin-right: 0px; width: 30px}
    .header-nav ul li{padding: 0px 5px;}
    .header-nav ul li a{font-size: 14px; line-height: 12px;}
    .main-banner-footer{padding: 1rem;}
    .main-banner-address ul li{border: none;}
    .main-banner-address ul li:last-child{display: none;}
    .about-section{min-height: 33vh;}
    .section-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .section-image, .section-text, .section-map{width: 100%;}
    .terrace-section .section-container, .private-dining-section .section-container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .text-block p{font-size: 0.8em;}
    .section-heading{margin-bottom: 1.25rem;}
    .button-outline, .button-solid{font-size: 14px;}
    .menu-btn{height: 30px; width: 30px;}
    .section-pad{padding: 3rem 1.5rem;}
    .gallery-section .gallery-item {height: 85vw;}
    .section-button button{width: 100%;}
    .menu-section-btn-single{padding: .75em 0px; width: 100%;}
    .section-heading{font-size: 30px;}
    .section-heading-center { font-size: 40px; margin-bottom: 3.75rem;}
    .press-quote p {font-size: 1.2em;}
    .menu-btn.active .top-bar {transform: translateY(5px) translateX(0) rotate(45deg);}
    .menu-btn.active .bottom-bar {transform: translateY(-4px) translateX(0) rotate(-45deg);}



}

@media (min-width: 480px) and (max-width: 767px) {
    header{padding:0.75em;}
    .logo-wrapper img {max-height: 40px;}
    .header-nav{display: none;}
    .header-nav ul li:nth-child(1), .header-nav ul li:nth-child(2){display: none;}
    .logo-wrapper {margin-right: 0px;}
    .header-nav ul li{padding: 0px 5px;}
    .header-nav ul li a{font-size: 14px; line-height: 12px;}
    .main-banner-footer{padding: 1rem;}
    .main-banner-address ul li{border: none;}
    .main-banner-address ul li:last-child{display: none;}
    .about-section{min-height: 33vh;}
    .section-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .section-image, .section-text, .section-map{width: 100%;}
    .terrace-section .section-container, .private-dining-section .section-container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .text-block p{font-size: 0.8em;}
    .section-heading{margin-bottom: 1.25rem;}
    .button-outline, .button-solid{font-size: 14px;}
    .menu-btn{height: 30px; width: 30px;}
    .section-pad{padding: 3rem 1.5rem;}
    .gallery-section .gallery-item {height: 85vw;}
    .section-button button{width: 100%;}
    .menu-section-btn-single{padding: .75em 0px; width: 100%;}
    .section-heading{font-size: 30px;}
    .section-heading-center { font-size: 40px; margin-bottom: 3.75rem;}
    .press-quote p {font-size: 1.2em;}
}	

@media (min-width: 768px) and (max-width: 979px) {
    header{padding:0.75em;}
    .logo-wrapper img {max-height: 60px;}
    .header-nav{display: none;}
    .header-nav ul li:nth-child(1), .header-nav ul li:nth-child(2){display: none;}
    .logo-wrapper {margin-right: 0px;}
    .header-nav ul li{padding: 0px 5px;}
    .header-nav ul li a{font-size: 14px; line-height: 12px;}
    .main-banner-footer{padding: 1rem;}
    .main-banner-address ul li{border: none;}
    .main-banner-address ul li:last-child{display: none;}
    .about-section{min-height: 33vh;}
    .section-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .section-image, .section-text, .section-map{width: 100%;}
    .terrace-section .section-container, .private-dining-section .section-container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .text-block p{font-size: 0.8em;}
    .section-heading{margin-bottom: 1.25rem;}
    .button-outline, .button-solid{font-size: 14px;}
    .menu-btn{height: 30px; width: 30px;}
    .section-pad{padding: 3rem 1.5rem;}
    .gallery-section .gallery-item {height: 85vw;}
    .section-button button{width: 100%;}
    .menu-section-btn-single{padding: .75em 0px; width: 100%;}
    .section-heading{font-size: 30px;}
    .section-heading-center { font-size: 40px; margin-bottom: 3.75rem;}
    .press-quote p {font-size: 1.2em;}
}	


/**/


.carousel-caption {
    text-align: center;
        display: flex;
    position: absolute;
font-family: 'Questrial', sans-serif;
    bottom: 0px;
    top: 0px;

    align-items: center;
    justify-content: center;
   z-index: 99999999999;
    
}

.carousel-caption h1{
   font-family: 'Questrial', sans-serif;
	margin: 30px 0 10px 0;
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
	text-shadow: 2px 2px #000;

 z-index: 99;
}
.carousel-caption a:hover{

	text-shadow: none;

 z-index: 99;
}

#content-target a {

    text-decoration:none !important;
}


.mappe {
padding-top: 4px; 
    padding-right: 5px;
}


.mappe2 {
padding-top: 4px; 
    padding-right: 5px;
}


#button {
  display: inline-block;
 color: #000;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
    text-decoration: none;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #000;
}
#button:hover {
  cursor: pointer;
  background-color: none;
}
#button:active {
  background-color: none;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.accordionx160 {
  background-color: transparent !important;
  color: #000 !important;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
    text-decoration: underline;
 /* border: 1px solid #fff  !important;*/
}
.accordionx200 {
  background-color: transparent !important;
  color: #000 !important;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
    text-decoration: underline;
 /* border: 1px solid #fff  !important;*/
}
.accordionx150 {
  background-color: transparent !important;
  color: #000 !important;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
    text-decoration: underline;
 /* border: 1px solid #fff  !important;*/
}

.youtubewrap {
  z-index: 999 !important;
}
.box {
  
border: 1px solid #000;
}

/**/

.owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    }
#rosso{
color : red;
    }

@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}
.button-outline, .button-solid, a.button-outline, a.button-solid {

    font-size: 1rem;
  letter-spacing: .1em;

    }

.reservation-section h3 a  {
  color: #000!important; 
}


@media (min-width: 980px) and (max-width: 1024px) {

}

@media (min-width: 1024px) and (max-width: 1199px) {

}

.owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    }
 .owlcentered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0; 
  transition: 0.8s;
  background-color: none;
  padding: 10px 26px;
  cursor:pointer;
  border: 1px solid #fff; 
	color: #fff !important;
      
}
  .owlcentered a{
  display:block; 
     color: #fff !important;
      text-shadow: -1px -1px 2px #000;
}
      .owlcentered a:hover{
      
}
.img-hover-zoom:hover .owlcentered {
  opacity: 0.8;
    text-shadow: -1px -1px 2px #000;
}
.rwd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#logo{
width: 180px;
    max-height: 90px !important;
}
a#tag{
color: #000;
}

.videoblock .fa {

  top: 0px!important;
 
}
.row {

  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(0 * var(--bs-gutter-x))!important;
}
strong{
color: #000 !important;
}
strong a{
color: #000 !important;
}
a strong{
color: #000 !important;
}