/**
 * @file
 * Subtheme specific CSS.
 */
 
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/page-loader.gif') 50% 50% no-repeat #ffffff;
	background-size: 3%;
}
.loader:before {
	content:"";
	position: absolute;
	/*z-index: 9999;*/
    left: calc(50% - 40px);
    top: calc(50% - 130px);
    opacity: 0.6;
    background-image: url('../img/distintivo.png');
    background-size: 90px;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
}


#myBtnToTop {
	display: none;
	position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgba(0,0,0,0.8);
    color: white;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
    font-size: 18px;
}
#myBtnToTop:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}


.padding-right {
	padding-right: 15px !important;
}
.padding-left {
	padding-left: 15px !important;
}
.padding-col {
	padding: 15px;
}

body a, body .link {
    color: #BF6C40;
}
body a:hover,
body a:focus,
body .link:hover,
body .link:focus {
    color: #958a73;
}

a {
	-moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    text-decoration: none;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #8DC63F;
}
.h3, h3 {
    font-size: 1.5rem;
}

h2.node__title {
	display: none;
}

legend {
    margin-bottom: 0rem;
    font-size: 1.2rem;
    padding-top: 1rem;
}

.btn-primary {
    background-color: #8DC63F !important;
    border-color: #8DC63F !important;
	-moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
	border-radius: initial;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #958a73 !important;
	border-color: #958a73 !important;
	color: #fff !important;
}
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
	background-color: #958a73 !important;
    border-color: #958a73 !important;
	color: #fff !important;
}

.card {
	border-radius: .50rem;
}
.card img {
	border-radius: .50rem .50rem 0 0;
}

.bg-info {
    background-color: #f2f2f2 !important;
}

 
a.icon::before {
	/*display: none;*/
	margin-right: 0.5em;
}
a.icon svg {
    margin-right: 0.5em;
}
a.home::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f015";
}
a.telephone::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f098";
}
a.mailhome::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
}
a.book-now::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f562";
}
a.maps::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f5eb";
}
a.concierge-bell::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f562";
}
a.briefcase::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0b1";
}
a.shield::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3ed";
}
a.whatsapp::before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    content: "\f232";
}
.icon-remove {
	display: none;
}
i span.icon-remove {
	visibility: hidden;
}


hr { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}


.block-language {
	margin-right: 15px;
}
.block-language .dropdown-menu {
    left: inherit;
    min-width: 3rem;
	padding: 0.375rem 1rem;
}

.block-system-branding-block img {
	max-height: 75px;
}

#main-wrapper {
    margin: 5rem 0;
}

.breadcrumb {
    background-color: transparent;
}






.block-page-title-block h1 {
    text-align: center;
	font-size: 3rem;
}
.title-page {
	position: absolute;
	top: 80%;
	z-index: 1;
}
.title-page h1 {
	color: #fff;
	text-shadow: 0 0 6px #000;
	font-size: 3rem;
}
/*
.title-page h1::before,
.title-page h1::after{
	content: "";
	width: 5%;
	border: 1px solid #fff;
	position: absolute;
	left: 47.5%;
	text-shadow: 0 0 6px #000;
}
*/
.title-page h1::before {
	top: 0;
	margin-top: -10px;
}
.title-page h1::after {
	bottom: 0;
}
.landing-page .title-page {
	display: none;
}


.region-body-bottom {
	overflow: hidden;
}

#block-webform .iti {
    display: block;
}



/************************ INIZIO Navbar Main ************************/
#navbar-main {
	text-transform: uppercase;
	
	-moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

#navbar-main.navbar-expand-lg .navbar-nav .dropdown-menu {
	margin: 0.9rem 0 0;
    border-radius: initial;
    background-color: rgb(70 70 70 / 90%);
}
#navbar-main .dropdown-item:focus, 
#navbar-main .dropdown-item:hover,
#navbar-main .dropdown-item.active, 
#navbar-main .dropdown-item:active {
    background-color: initial;
}
#navbar-main .dropdown-item a {
    font-size: 1rem;
}

#navbar-main .navbar-toggler-icon {
    color: #fff;
    line-height: 150%;
    font-size: 1.8rem;
	
	background: transparent;
}
#navbar-main button.navbar-toggler:focus,
#navbar-main .navbar-toggler-icon:focus {
	outline: none;
}

#navbar-main .navbar-toggler .navbar-toggler-icon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c9";
}
/************************* FINE Navbar Main *************************/


.contextual-menu {
	background: #f9f9f9;
    border-radius: 4px;
    margin: 15px 0;
    text-transform: uppercase;
}
.contextual-menu-fixed-top {
	position: fixed;
/*
	top: 65px;
	z-index: 1;
	width: 100%;
*/	
    top: 160px;
    z-index: 1;
    width: auto;
    left: 0;
}
.contextual-menu-fixed-top.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
}

.contextual-menu a:hover, 
.contextual-menu a:focus, 
.contextual-menu .link:hover, 
.contextual-menu .link:focus,
.contextual-menu a.active {
    color: #958a73;
}

/********************** INIZIO Custom OWL Theme **********************/
.owl-theme .owl-controls,
.owl-theme .owl-dots {
	position: absolute;
	width: 100%;
	margin-top: -30px !important;
}

.promo-owl .owl-theme .owl-controls, 
.promo-owl .owl-theme .owl-dots,
.page-promo-owl .owl-theme .owl-controls, 
.page-promo-owl .owl-theme .owl-dots,
.child-owl .owl-theme .owl-controls,
.child-owl .owl-theme .owl-dots,
.focus-events-owl .owl-theme .owl-controls,
.focus-events-owl .owl-theme .owl-dots {
    width: 100%;
    position: relative;
    margin-top: 15px !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #393938;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #716B5F;
}
/*********************** FINE Custom OWL Theme ***********************/




/************************ INIZIO Slideshow OWL ************************/
.landing-page .slideshow-owl {
	display: none;
}
.slideshow-owl.col,
.slideshow-owl .col-auto {
	padding: 0;
}

.slideshow-owl .owl-stage .caption {
	position: absolute;
    top: 55%;
    padding: 30px;
    background: rgba(0,0,0,0.5);
    color: #fff;
	border-radius: 5px;
}
.slideshow-owl .owl-stage .caption {
    top: calc(100vh - 45%);
    padding: 30px;
    background: initial;
}
.slideshow-owl .owl-stage .caption h3,
.slideshow-owl .owl-stage .caption a {
	color: #fff;
	position: relative;
	margin-top: 0;
}
.slideshow-owl .owl-stage .caption h3,
.slideshow-owl .owl-stage .caption p {
	text-shadow: 0 0 6px #000;
	text-align: center;
	font-size: 1.5em;
}
.slideshow-owl .owl-stage .caption h3 {
	font-size: 3.3em;
}
/*
.slideshow-owl .owl-stage .caption h3:after {
	content: "";
    border-bottom: 1px solid #fff;
    width: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
}
*/
/************************* FINE Slideshow OWL *************************/


/************************* INIZIO Servizi OWL *************************/
.servizi {
	margin: 0 0 5rem 0;
}
.servizi h2 {
    font-size: 2.5rem;
}
.servizi .owl-carousel {
	text-align: center;
}
.servizi .owl-carousel .owl-item {
	margin: 1.5rem 0;
}
.servizi svg,
.servizi i {
	font-size: 3.5rem;
	color: #8DC63F;
}
/************************** FINE Servizi OWL **************************/

.four-icons-fixed svg,
.four-icons-fixed i {
	font-size: 3.5rem;
	color: #827d78;
}
.four-icons-fixed .owl-carousel {
	text-align: center;
}

/*********************** INIZIO Buoni Motivi OWL ***********************/
.buoni-motivi {
	margin: 5rem 0;
	overflow: hidden;
}
.buoni-motivi .row .col{
	margin: 15px 0;
}
/************************ FINE Buoni Motivi OWL ************************/


/*********************** INIZIO Location Home OWL ***********************/
.location-home {
    color: #fff;
    background-image: url(../img/Milano.jpg);
    /*min-height: 100%;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	overflow: hidden;
	position: relative;
	padding: 0;
}
.location-home .contain {
	padding: 15px 0;
}
.location-home h2,
.location-home h3 {
	color: #ffffff;
	position: relative;
}
.location-home .overlay {
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
	top: 0;
}
/************************ FINE Location Home OWL ************************/


/******************** INIZIO Overlay Card FrontPage ********************/
.view-node-front.col,
.view-node-front .col-auto {
	padding: 0;
}
.view-node-front .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0rem;
    -moz-column-gap: 0rem;
    column-gap: 0rem;
}
.view-node-front .card {
    border: none;
    border-radius: unset;
	margin-bottom: 0;
	padding: 50px;
}
.view-node-front .card img {
    border-radius: initial;
}
.view-node-front .card-body {
	padding: 0;
}

.view-node-front .card .card-body .caption {
    position: absolute;
    top: 0;
    height: calc(100% - 200px);
    margin: 100px 50px;
    border: 1px solid #ddd;
    text-shadow: 0 0 6px #000;
    padding: 25px;
    width: calc(100% - 200px);
    background: rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.view-node-front .card .card-body .caption h3{
	color: #fff;
}
.view-node-front .card .card-body .caption a.btn {
    text-shadow: none;
}
/********************* FINE Overlay Card FrontPage *********************/

/******************** INIZIO Minimal Card FrontPage ********************/
.view-minimal-node-front .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0rem;
    -moz-column-gap: 0rem;
    column-gap: 0rem;
}
.view-minimal-node-front .card {
    border-radius: initial;
	border: initial;
	margin: 3rem 0;
	
	position: relative;
    z-index: 0;
}
.view-minimal-node-front .card img {
    border-radius: initial;
}
.view-minimal-node-front .card:nth-child(odd) img {
	display: block;
	margin-left: 150px;
}
.view-minimal-node-front .card:nth-child(even) img {
	display: block;
    margin-left: auto;
    margin-right: 150px;
}
.view-minimal-node-front .card h3 {
    color: #fff;
}
.view-minimal-node-front .card .card-header {
	background: initial;
    border: initial;
    min-width: 150px;
}
.view-minimal-node-front .card:nth-child(odd) .card-header {
	float: left;
}
.view-minimal-node-front .card:nth-child(even) .card-header {
	float: right;
}
.view-minimal-node-front .card .card-body {
	background: #827d78;
    margin-top: -100px;
    padding-top: 100px;
	
	position: relative;
    z-index: -1;
}
.view-minimal-node-front .card:nth-child(odd) .card-body {
    margin-left: 50%;
}
.view-minimal-node-front .card:nth-child(even) .card-body {
    margin-right: 50%;
}
/********************* FINE Minimal Card FrontPage *********************/

.scritta-verticale {
    font-size: 80px;
    color: gray;
    -webkit-transform: rotate(-90deg);
    position: absolute;
    transform: rotate(-90deg)!important;
    transform-origin: left top 0;
    /*font-family: old standard tt,serif;*/
    white-space: nowrap;
}

/************************ INIZIO 3 Classic Card ************************/
.block-views-blocknode-child-block-2 {
	margin-bottom: 5rem;
}
.view-node-child > .row {
	margin: 0;
}
.view-node-child .card-deck {
	margin: 0;
}
.view-node-child .card-deck .card {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
	margin: 30px;
	border-radius: initial;
	border: initial;
}
.view-node-child .card-deck .card .card-body {
    background: #f6f6f6;

	margin-left: 50px;
	margin-right: 50px;
	margin-top: -50px;
}
.view-node-child .card-deck .card img {
	border-radius: initial;
}
.view-node-child h3 {
	margin: .5rem 0;
	font-size: 2rem;
}
/************************* FINE 3 Classic Card *************************/


/********************** INIZIO OWL 3 Classic Card **********************/
.child-owl .card-deck {
    margin-right: initial;
    margin-left: initial;
}
/*********************** FINE OWL 3 Classic Card ***********************/



.scheda-tecnica  {
	margin: 3rem 0;
}
.scheda-tecnica .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f6f6f6;
}
.scheda-tecnica .table-striped tbody td {
    text-align: center;
}
.scheda-tecnica .table > thead > tr > th {
	white-space: nowrap;
	padding-top: 30px;
	position: relative;
	background: #fff;
	text-align: center;
    border: initial;
	color: initial;
}
.scheda-tecnica .table > thead > tr > th a {
	color: initial;
}


.scheda-tecnica th.views-field-field-platea::before {
	content:url('../img/icon_rs_theatre.gif');
	position: absolute;
	left: calc(50% - 17px);
    top: 0;
}
.scheda-tecnica th.views-field-field-ferro-di-cavallo::before {
	content:url('../img/icon_rs_u-shaped.gif');
	position: absolute;
	left: calc(50% - 17px);
    top: 0;
}
.scheda-tecnica th.views-field-field-aula::before {
	content:url('../img/icon_rs_classroom.gif');
	position: absolute;
	left: calc(50% - 17px);
    top: 0;
}
.scheda-tecnica th.views-field-field-tavolo-unico::before {
	content:url('../img/icon_rs_hallow-square.gif');
	position: absolute;
	left: calc(50% - 17px);
    top: 0;
}
.scheda-tecnica th.views-field-field-banchetto::before {
	content:url('../img/icon_rs_rounds.gif');
	position: absolute;
	left: calc(50% - 17px);
    top: 0;
}
.scheda-tecnica th.views-field-field-cocktail::before {
	content:url('../img/icon_rs_reception.gif');
	position: absolute;
	left: calc(50% - 17px);
    top: 0;
}


/******************** INIZIO Event & Promo Page ********************/
.view-node-promo .col-auto{
	padding: 0;
}
.view-node-promo .card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 0rem;
    -moz-column-gap: 0rem;
    column-gap: 0rem;
}
.view-node-promo .card {
    border: 1px solid rgba(0, 0, 0, 0);
	border-radius: inherit;
	overflow: hidden;
    /*position: relative;*/
}
.view-node-promo .card-body {
	padding: 0px;
	height: 100%;
	
	background: #f6f6f6;
    border-top: 10px solid #f6f6f6;
}

.view-node-promo .card-body::before {
	content: "";
    margin: -25px 0 0 -10%;
    width: 120%;
    height: 32px;
    background-color: #f6f6f6;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    position: absolute;
}

.view-node-promo .card-body .caption {
	padding: 10px;
}
.view-node-promo .card img {
	border-radius: initial;
}
.view-node-promo .card-body h3{
	margin-top: 10px;
}
/********************* FINE Event & Promo Page *********************/


/**************** INIZIO Focus On e Promozioni Page ****************/
.promo-owl,
.page-promo-owl,
.focus-events-owl,
.child-owl,
.photogallery-owl {
	padding: 5rem 0;
}

.promo-owl.dark,
.photogallery-owl.dark {
	background: #b5b2b1;
}
.promo-owl.dark,
.photogallery-owl.dark {
    margin: 4rem 0;
	padding: 5rem 30px 8.5rem 30px;
}
/*
.promo-owl.dark::before,
.promo-owl.dark::after,
.photogallery-owl.dark::before,
.photogallery-owl.dark::after {
	content: "";
    margin: -150px 0 0 -10%;
    width: 120%;
    height: 140px;
    background-color: #b5b2b1;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    position: absolute;
}
.promo-owl.dark::after,
.photogallery-owl.dark::after {
	content: "";
    margin: 70px 0 0 -10%;
}
*/

.promo-owl h2,
.page-promo-owl h2,
.focus-events-owl h2,
.child-owl h2,
.photogallery-owl h2 {
	font-size: 2.5rem;
	text-align: center;
}
.page-promo-owl h2 {
	text-align: left;
}
.promo-owl.dark h2,
.photogallery-owl.dark h2 {
	color: #fff;
}

.promo-owl .card-deck,
.page-promo-owl .card-deck,
.focus-events-owl .card-deck {
    margin-right: initial;
    margin-left: initial;
	z-index: 0;
}
.promo-owl .card-deck .card,
.page-promo-owl .card-deck .card,
.focus-events-owl .card-deck .card {
	border-radius: initial;
	border: initial;
	overflow: hidden;
}
.promo-owl .card-deck .card img,
.page-promo-owl .card-deck .card img,
.focus-events-owl .card-deck .card img {
	border-radius: initial;
}
.promo-owl .card-deck .card-body,
.page-promo-owl .card-deck .card-body,
.focus-events-owl .card-deck .card-body {
	padding: 0;
	background: #f6f6f6;
}
.promo-owl .card-deck .card-body .caption,
.page-promo-owl .card-deck .card-body .caption,
.focus-events-owl .card-deck .card-body .caption {
	padding: 1.25rem;
	background: #f6f6f6;
    border-top: 15px solid #f6f6f6;
}

.promo-owl .card-deck .card-body .caption::before,
.page-promo-owl .card-deck .card-body .caption::before,
.focus-events-owl .card-deck .card-body .caption::before {
	content: "";
    margin: -50px 0 0 -10%;
    width: 120%;
    height: 35px;
    background-color: #f6f6f6;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    position: absolute;
}
/***************** FINE Focus On e Promozioni Page *****************/


/*********************** INIZIO Photogallery ***********************/
.photogallery-owl .col-auto {
	padding: 0;
}
.photogallery .row {
    padding: 15px 0px;
}
/************************ FINE Photogallery ************************/


/******************** INIZIO Contextual Contents ********************/
.contest-menu-desc,
.contest-menu-desc .col-auto {
	padding: 0;
}
.contest-menu-desc  .view-content {
	margin: 0;
}
.contest-menu-desc .views-row {
	overflow: hidden;
	width: 100%;
}
.contest-menu-desc .view-content .views-row:nth-child(odd){
	background-color: #f3f2f2;
}
.contest-menu-desc .views-row .container {
	padding-bottom: 100px;
}
.contest-menu-desc h1,
.contest-menu-desc h2 {
	padding-top: 103px;
	margin-top: 0;
}
/********************* FINE Contextual Contents *********************/


.pannello-prenota {
/*
	width: 100%;
	margin-left: auto;
	margin-right: auto;

	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
	
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
*/
}
.pannello-prenota.booking-fixed-top {
    position: fixed;
    top: 75px;
    z-index: 2;
}
/*
.pannello-prenota.booking-fixed-top .container {
	position: fixed;
	top: 75px;
	min-width: calc(100% - 30px);
}
*/
.datepicker-fixed-top {
	top: 370px !important;
}
.pannello-prenota .container {
	position: absolute;
	width: 100%;
	top: 30%;
	z-index: 2;
	
    background: rgba(0,0,0,0.5);
	border-radius: 5px;
}
.pannello-prenota .content {
	/*
	z-index: 2;
    background: rgba(0,0,0,0.5);
    border-radius: 5px;
    position: relative;
	padding: 15px 5px;
	*/
	padding: 15px 5px;
    margin-top: 55px;
	position: relative;
}
.pannello-prenota .close-booking {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	cursor: pointer;
}
.pannello-prenota .form-group {
	margin: 0;
}
.pannello-prenota .form-control {
	padding: 0.175rem .75rem;
    height: auto !important;
	background: rgba(255,255,255,0.9);
}
.pannello-prenota label {
	color: #e0e0e0;
	margin-bottom: 0.1rem;
	font-size: 0.8rem;
}
.pannello-prenota .container-cta {
	margin: 10px 0;
}
.pannello-prenota .modifica-prenotazione {
	font-size: 0.8rem;
	text-align: right;
}
.pannello-prenota a {
	color: #fff;
}
.pannello-prenota .modifica-prenotazione a {
	color: #958a73;
}
.pannello-prenota .modifica-prenotazione i {
	margin-right: 10px;
}
.pannello-prenota .form-text {
    margin-top: 0;
}
.pannello-prenota .webform-flex .webform-flex--container {
	width: 100%;
}
.pannello-prenota .banner-in-pannello p {
	margin: initial;
}
.pannello-prenota hr { 
	margin: 6px 0;
	background-image: -webkit-linear-gradient(left, #676767, #f0f0f0, #676767);
	background-image: -moz-linear-gradient(left, #676767, #f0f0f0, #676767);
	background-image: -ms-linear-gradient(left, #676767, #f0f0f0, #676767);
	background-image: -o-linear-gradient(left, #676767, #f0f0f0, #676767); 
}


.main-content .block-page-title-block {
	display: none;
}
.landing-page .main-content .block-page-title-block {
	display: block;
}
.main-content .field--name-field-copertina {
	display: none;
}
.landing-page .main-content .field--name-field-copertina {
	display: block;
}
.main-content .stemma {
	max-width: 30%
}

.node--view-mode-full .field--name-field-data-evento {
	text-align: center;
}
.node--view-mode-full .field--name-field-data-evento::before {
	margin-right: 0.5em;
	
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f274";
}


#block-webform {
	padding: 4rem 15px;
}
#block-webform > .content {
	padding: 30px;
    background: #f6f6f6;
}
#block-webform > h2::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f044";
	padding-right: 4px;
}
	
form details.form-wrapper,
#block-webform details.form-wrapper {
	padding: 10px;
    border: 1px solid #ddd;
    margin: 10px 0;
}
.intl-tel-input {
    display: block;
}
fieldset.col-auto {
    padding: 0;
}
.form-text {
    margin-top: inherit;
}


.bottom {
	background: #ddd;
	padding: 4rem 0;
}
.bottom {
    color: #fff;
    padding: 0;
    background-image: url(../img/bgd-footer.jpg);
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

.bottom:before {
	content: " ";
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}

.bottom .contattaci {
    padding: 12rem 0;
}

.bottom h3,
.bottom p a {
    color: #ddcfcd;
}

.bottom .fa-inverse {
    color: #ddcfcd;
}


.badge img {
	max-height: 65px;
	margin: 5px;
}



.site-footer {
	background: #37342e !important;
}

.site-footer h2, .site-footer h3 {
	color: #fff;
}
.site-footer .content a, .site-footer .content a.is-active, .site-footer .navbar-nav .nav-link {
	color: #fcfcfc;
	color: rgba(255, 255, 255, 0.8);
}
.site-footer .block-language .content .dropdown-menu {
	padding: 0.375rem 1rem;
}
.site-footer .block-language .content .dropdown-menu a {
	color: #BF6C40;
	line-height: initial;
    padding: initial;
    text-indent: initial;
}
.site-footer .content a:hover,
.site-footer .navbar-nav a.nav-link:hover,
.site-footer .content a:focus,
.site-footer .navbar-nav a.nav-link:focus {
  color: #fefefe;
  color: rgba(255, 255, 255, 0.95);
}
.site-footer .block-language .content .dropdown-menu a:hover {
    color: #958a73;
}
.site-footer ul.social {
    margin-bottom: 0;
}
.site-footer ul.social li a {
	color: #716B5F;
	border: none;
	min-width: 50px;
}
.site-footer ul.social li a:hover,
.site-footer__top .content li a:hover, 
.site-footer__top .content li a:focus {
	color: #958a73;
	background: transparent;
}
.site-footer ul.social li a .svg-inline--fa.fa-stack-2x {
    height: inherit;
    width: inherit;
}

.site-footer__top .row,
.site-footer__bottom .row {
	margin: 0;
	align-items: baseline;
}
.site-footer .block {
    border: none;
}
.site-footer__top .block-menu {
    margin: 20px 0;
	padding: 10px;
    border: none;
}
.site-footer .four-icons-fixed svg, .site-footer .four-icons-fixed i {
    font-size: 2rem;
    color: #827d78;
}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#sliding-popup .eu-cookie-compliance-secondary-button {
    cursor: pointer;
    margin-right: 5px;
    margin-top: 1em;
    vertical-align: middle;
    overflow: visible;
    width: auto;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff;
    -webkit-box-shadow: inset 0 1px 0 0 #168d1a;
    background-color: #168d1a;
    border-radius: 6px;
    border: 1px solid #168d1a;
    color: #000;
    font-family: Arial,sans-serif;
    font-weight: bold;
    padding: 4px 8px;
    text-decoration: none;
	color: #fff;
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
	.main-content .block-page-title-block {
		display: block;
	}
	.title-page {
		display: none;
	}
	.slideshow-owl .owl-stage .caption {
		position: relative;
		background: #b5b2b1;
		border-radius: inherit;
		top: auto;
		padding: 50px;
	}
	.slideshow-owl .owl-theme .owl-controls, 
	.slideshow-owl .owl-theme .owl-dots {
		position: relative;
		margin-top: 0 !important;
	}
/*
	.pannello-prenota {
		max-width: 540px;
	}
*/

    .view-node-child .card-deck .card {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
	.view-node-child .card-deck .card .card-body {
		margin-left: 30px;
		margin-right: 30px;
		margin-top: -30px;
		position: relative;
	}
	
	.view-minimal-node-front .card img {
		margin-left: initial !important;
		margin-right: initial !important;
	}
	.view-minimal-node-front .card .card-header {
		float: initial !important;
		position: absolute;
		top: 0;
	}
	.view-minimal-node-front .card .card-body {
		margin-top: initial;
		padding-top: 10px;
		margin-left: initial !important;
		margin-right: initial !important;
	}
	.scritta-verticale {
		font-size: 3rem;
		color: #fff;
		position: initial;
		-webkit-transform: initial;
		transform: initial !important;
		transform-origin: initial;
		text-shadow: 0 0 6px #000;
	}
	
	.block-system-branding-block img {
		max-height: 55px;
	}
	.contextual-menu {
		display: none !important;
	}
}

@media (max-width: 575.98px) and (orientation: portrait) {
	
	.slideshow-owl .owl-carousel .owl-stage-outer {
		height: calc(100vh - 126px);
	}
	
	.slideshow-owl .owl-carousel .owl-item .content-img {
		width: 200%;
		overflow: hidden;
	}
	.front-page .slideshow-owl .owl-carousel .owl-item .content-img.content-video-mobile {
        width: 100%;
        overflow: hidden
    }
	
	.slideshow-owl .owl-carousel .owl-item img {
		height: calc(100vh - 126px);
		margin-left: -30%;
	}
	.slideshow-owl .owl-carousel .owl-item .caption {
		/*z-index: 99; */
		margin-top: calc(-100vh + 126px);
		background: transparent;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
	.view-node-child .card-deck .card {
		-ms-flex: inherit;
		flex: inherit;
	}
	.view-node-child .card-deck .card .card-body {
		margin-left: initial;
		margin-right: initial;
		margin-top: initial;
		position: relative;
	}
	
	.view-minimal-node-front .container {
		max-width: 100%;
	}
	.view-minimal-node-front .card img {
		width: calc(100% - 150px);
	}
	.view-minimal-node-front .card:nth-child(odd) .card-body {
		margin-top: initial;
		padding-top: 10px;
		margin-left: 150px;
	}
	.view-minimal-node-front .card:nth-child(even) .card-body {
		margin-top: initial;
		padding-top: 10px;
		margin-right: 150px;
	}
	.view-minimal-node-front .card:nth-child(odd) .card-header {
		float: initial;
		bottom: 0;
		position: absolute;
	}
	.view-minimal-node-front .card:nth-child(even) .card-header {
		float: initial;
		bottom: 0;
		position: absolute;
		right: 0;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767.98px) { 
	.h2, h2 {
		font-size: 1.5rem;
	}
	.block-page-title-block h1 {
		font-size: 2.3rem;
	}
	.contattaci .container-fluid > .row > [class*="col"] {
		margin: 2rem 0;
	}
	.slideshow-owl .owl-stage .caption {
		padding: 15px;
	}
	.slideshow-owl .owl-stage .caption h3 {
		font-size: 1.8em;
	}
	.slideshow-owl .owl-stage .caption p {
		font-size: 1.1em;
	}
	
	.view-node-front .card {
		padding: 15px;
	}
	.view-node-front .card .card-body .caption {
		height: calc(100% - 60px);
		margin: 30px 15px;
		padding: 25px;
		width: calc(100% - 60px);
	}
	.view-node-child h3 {
		font-size: 1.8rem;
		margin: .2rem 0;
	}
	.view-node-child p {
		margin-bottom: 0.2rem;
	}
	
	.slideshow-owl .owl-carousel .owl-item .content-img.content-video-mobile video {
		min-width: 100%;
		min-height: 100%;
		width: 100%    !important;
		height: auto   !important;
		background-size: cover;
		/*margin-top: -75px;*/
	}
	
	.toggle-mute {
		position: absolute;
		top: 15px;
		left: 15px;
		color: #fff;
		cursor: pointer;
		z-index: 1;
		font-size: 2.5rem;
	}
}

@media (min-width: 768px) {
/*
	.pannello-prenota {
		max-width: 720px;
	}
*/
	.slideshow-owl .owl-carousel .owl-item .content-img video {
		min-width: 100%;
		min-height: 100%;
		width: 100%    !important;
		height: auto   !important;
		background-size: cover;
		
		height: 100vh !important;
		width: auto !important;
	}
	.toggle-mute {
		position: absolute;
		top: 155px;
		left: 15px;
		color: #fff;
		cursor: pointer;
		z-index: 1;
		font-size: 2.5rem;
	}
	.webform-flexbox {
		margin: 0 -0.5em;
	}
}
@media screen and (device-aspect-ratio: 4/3) and (min-width: 768px) { 
	.slideshow-owl .owl-carousel .owl-item .content-img video {
		min-width: 135%;
		margin-left: -15%;
	}
	.owl-carousel .owl-item .media,
	.owl-carousel .owl-item.active .media {
		width: 115%;
		/*margin-left: -10%;*/
	}
	.owl-carousel .owl-item img,
	.owl-carousel .owl-item.active img {
		width: 115%;
	}
}
@media screen and (device-aspect-ratio: 3/2) and (min-width: 768px) { 
	.slideshow-owl .owl-carousel .owl-item .content-img video {
		min-width: 135%;
		margin-left: -15%;
	}
	.owl-carousel .owl-item .media,
	.owl-carousel .owl-item.active .media {
		width: 115%;
		/*margin-left: -10%;*/
	}
	.owl-carousel .owl-item img,
	.owl-carousel .owl-item.active img {
		width: 115%;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
	.site-footer .container {
		max-width: 100%;
	}
	
	.view-node-child .card-deck .card {
		-ms-flex: 0 0 41.6%;
		flex: 0 0 41.6%;
	}
	.view-node-child .card-deck .card .card-body {
		margin-left: initial;
		margin-right: initial;
		margin-top: initial;
		position: relative;
	}
	
	.view-minimal-node-front .container {
		max-width: 100%;
	}
	.view-minimal-node-front .card img {
		width: calc(100% - 150px);
	}
	.view-minimal-node-front .card:nth-child(odd) .card-body {
		margin-top: initial;
		padding-top: 10px;
		margin-left: 150px;
	}
	.view-minimal-node-front .card:nth-child(even) .card-body {
		margin-top: initial;
		padding-top: 10px;
		margin-right: 150px;
	}
	.view-minimal-node-front .card:nth-child(odd) .card-header {
		float: initial;
		bottom: 0;
		position: absolute;
	}
	.view-minimal-node-front .card:nth-child(even) .card-header {
		float: initial;
		bottom: 0;
		position: absolute;
		right: 0;
	}
}
@media (max-width: 991.98px) { 

	.view-minimal-node-front .card-columns {
		max-width: 100%;
	}
	.view-node-front .card-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	
	.view-node-promo .card-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
    }
	
	#navbar-main .navbar-collapse .block-system-branding-block {
		display: none;
	}
	
	.bottom:before {
		height: 100%;
	}
	
	
	#myBtnToTop {
		bottom: 80px;
	}
	.site-footer {
		padding: 35px 0 60px;
	}

	.fixed-mobile-bar {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #877d67;
		z-index: 999;
		color: #fff;
		/*
		-webkit-box-shadow: 0px 12px 15px 10px rgba(158,158,158,0.4);
		-moz-box-shadow: 0px 12px 15px 10px rgba(158,158,158,0.4);
		box-shadow: 0px 12px 15px 10px rgba(158,158,158,0.4);
		*/
	}
	.fixed-mobile-bar ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		
		padding: 0;
		margin-bottom: 0;
	}
	.fixed-mobile-bar ul > li {
		display: block;
		
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		position: relative;
		
		padding: 10px;
	}
	.fixed-mobile-bar ul > li > a {
		display: block;
		/*padding: 10px;*/
		font-size: 10px;
		line-height: 16px;
		text-align: center;
		color: #fff;
	}
	.fixed-mobile-bar ul li:before {
		display: initial;
		padding: initial;
		content: "";
	}
	.fixed-mobile-bar ul > li > a i {
		font-size: 26px;
		color: #fff !important;
	}
	
	#navbar-top {
		background-color: #fff !important;
	}
	
	#navbar-main {
		background: #877d67 !important;
	}
	#navbar-main a {
		color: #fff;
	}
	#navbar-main a:hover, 
	#navbar-main a:focus, 
	#navbar-main .link:hover, 
	#navbar-main .link:focus {
		color: #958a73;
	}
	
	.slideshow-owl .owl-stage .caption {
		top: 40%;
	}
	
	.menu--navigazione-secondaria li.nav-item {
		width: 40px;
		overflow: hidden;
	}
	.menu--navigazione-secondaria li.nav-item a {
		white-space: nowrap;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
	#page-wrapper {
		background: #ffffff;
	}
	#main-wrapper {
		position: relative;
		z-index: 1;
		background: initial !important;
	}
	#main {
		margin-top: -145px;
		background: #ffffff;
		padding-top: 15px;
	}
	.landing-page #main {
		margin-top: initial;
		padding-top: initial;
	}
	.field--name-field-top h2 {
		padding-bottom: 15px;
	}
	
	
	header {
		position: absolute;
		width: 100%;
		z-index: 3;
	}
	.landing-page header {
		position: relative;
	}
	#navbar-top {
		/*background-color: inherit !important;*/
				
		position: fixed;
		height: 100vh;
		width: 300px;
		background-color: rgb(70 70 70 / 90%) !important;
		right: 0;
		z-index: 999;
	}
	#navbar-top .menu--navigazione-secondaria li {
		width: 100%;
	}
	/*
	.landing-page #navbar-top {
		background-color: #fff !important; 
	}
	*/
	#navbar-main {
		background: inherit !important;;
	}
	.landing-page #navbar-main {
		background-color: #877d67 !important;
	}
	#navbar-main.affix {
		background: #877d67 !important;
		padding: 0 1rem;
	}
	#navbar-main.affix nav a.book-now {
		position: absolute;
		right: 20px;
	}
	#navbar-main.affix .block-language {
		margin-right: 0;
		padding-right: 0;
	}
	#navbar-main nav {
		margin-left: auto;
		margin-right: auto;
	}
	#navbar-main.affix nav {
		padding-right: 100px;
	}
	#navbar-top  nav a,
	#navbar-main  nav a {
		color: #fff;
	}
	/*
	.landing-page #navbar-top nav a {
		color: #716B5F;
	}
	*/
	#navbar-main  nav a {
		font-size: 1.1rem;
	}
	#navbar-top  nav a:hover,
	#navbar-main  nav a:hover,
	#navbar-main  nav li.active > a{
		color: #8DC63F;
	}
	
	#navbar-main .collapse .block-system-branding-block img {
		max-height: 90px;
	}
	#navbar-main.affix .collapse .block-system-branding-block {
		display: none;
	}
	#navbar-main > .block-system-branding-block {
		display: none;
	}
	#navbar-main.affix > .block-system-branding-block {
		display: block;
	}
	
	.slideshow-owl .owl-carousel .owl-item .content-img::after {
		content: " ";
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%);
	}
	
	.promo-owl, 
	.page-promo-owl, 
	.focus-events-owl {
		padding: 5rem 30px;
	}
	
	.pannello-prenota .container {
		position: relative;
	}
	/*
	.pannello-prenota {
		position: absolute;
		top: 14rem;
	}
	*/
	.block-language {
		margin-right: 15px;
		padding: 0 1rem;
		position: relative;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 

	.view-node-child .card-deck .card {
		-ms-flex: 0 0 26.9%;
		flex: 0 0 26.9%;
	}
	
	.view-node-child .card-deck .card .card-body {
		margin-left: initial;
		margin-right: initial;
		margin-top: initial;
		position: relative;
	}

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .slideshow-owl .owl-carousel .owl-stage-outer {
        /*height: calc(100vh - 122px);*/
		height: 100vh;
    }
	
	.location-home,
	.bottom	{
		background-attachment: fixed;
		height: 100vh;
	}
	.location-home .contain {
		margin-top: 7rem;
	}
	.location-home .overlay {
		height: 100vh;
	}
	.bottom .contattaci {
		padding: 7rem 0 12rem 0;
	}
	#navbar-main  nav a {
		font-size: 1.5rem;
	}
}

@media (min-width: 1200px) and (max-width: 1399.98px) { 
	.view-node-child .card-deck .card {
		-ms-flex: 0 0 28%;
		flex: 0 0 28%;
	}
	.view-node-child .card-deck .card .card-body {
		margin-left: 30px;
		margin-right: 30px;
		margin-top: -30px;
		position: relative;
	}
	.pannello-prenota.col-xl-2 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.pannello-prenota.offset-xl-10 {
		margin-left: 75%;
	}
}

@media (min-width: 1400px) {
	.padding-left {
		padding-left: 30px !important;
	}
	#navbar-main.affix nav {
		padding-right: 160px;
	}
}

@media (min-width: 1400px) and (max-width: 1599.98px) { 
	.view-node-child .card-deck .card {
		-ms-flex: 0 0 29%;
		flex: 0 0 29%;
	}
	.view-node-child .card-deck .card .card-body {
		margin-left: 30px;
		margin-right: 30px;
		margin-top: -30px;
		position: relative;
	}
	.pannello-prenota.col-xl-2 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.pannello-prenota.offset-xl-10 {
		margin-left: 75%;
	}
}

@media (min-width: 1600px) and (max-width: 1899.98px) { 
	.view-node-child .card-deck .card {
		-ms-flex: 0 0 29.4%;
		flex: 0 0 29.4%;
	}
	.view-node-child .card-deck .card .card-body {
		margin-left: 50px;
		margin-right: 50px;
		margin-top: -50px;
		position: relative;
	}
}


@media (min-width: 2000px) { 
	.slideshow-owl .owl-carousel .owl-item .content-img video {
		height: 100vh !important;
		width: auto !important;
	}
	/*
	.owl-carousel .owl-item img {
		height: 100vh;
		width: auto;
	}
	*/
}