/**
 * @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: 7%;
}
.loader:before {
	content: url('../img/HRoma-distintivo.png');
	position: absolute;
	/*z-index: 9999;*/
	left: calc(50% - 127px);
    top: calc(50% - 110px);
}


#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 */
}


#iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-reject-btn.iubenda-cs-btn-primary {
    /*background-color: #1a1a1a!important;*/
}


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

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: #948762;
}
.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: #948762 !important;
    border-color: #948762 !important;
	-moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #b1a965 !important;
	border-color: #b1a965 !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: #b1a965 !important;
    border-color: #b1a965 !important;
	color: #fff !important;
}

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

.bg-info {
    background-color: #ecebe8 !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";
}



.block-language {
	margin-right: 15px;
}
.block-language .dropdown-menu {
    left: inherit;
    min-width: 3rem;
	padding: 0.375rem 1rem;
}
/*
.block-language .dropdown-menu li:nth-child(5),
.block-language .dropdown-menu li:nth-child(6) {
	display: none;
}
*/

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

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

.breadcrumb {
    background-color: transparent;
}






.block-page-title-block h1 {
    text-align: center;
}
.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;
}




/************************ 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 {
	background: rgba(0,0,0,0.5);
}
#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;
}
#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%;
}
.contextual-menu a:hover, 
.contextual-menu a:focus, 
.contextual-menu .link:hover, 
.contextual-menu .link:focus,
.contextual-menu a.active {
    color: #ceac4b;
}

.contextual-menu.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

/********************** 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,
.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: #1b242d;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #5b7794;
}
/*********************** 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 h3,
.slideshow-owl .owl-stage .caption a {
	color: #fff;
	position: relative;
	margin-top: 0;
}
.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: 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: 5rem;
	color: #36485a;
}
/************************** FINE Servizi OWL **************************/


/*********************** 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/Firenze.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;
}
.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% - 20px);
    margin: 10px;
    border: 1px solid #ddd;
    text-shadow: 0 0 6px #000;
    padding: 25px;
    width: calc(100% - 20px);
    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 3 Classic Card ************************/
.view-node-child > .row {
	margin: 0;
}
.view-node-child .card-deck {
	margin: 0;
}
.view-node-child .card-deck .card {
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
	margin: 15px;
}
.view-node-child h3 {
	margin: .5rem 0;
}
/************************* FINE 3 Classic Card *************************/


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


/******************** 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);
}
.view-node-promo .card-body {
	padding: 0px;
	border-radius: 10px !important;
    background: #d3d3d33d;
	/*margin-right: 30px;*/
	height: 100%;
}
.view-node-promo .card-body .caption {
	padding: 10px;
}
.view-node-promo .card-body img {
	border-radius: 10px 10px 0 0 !important;
}
.view-node-promo .card-body h3{
	margin-top: 10px;
}
/********************* FINE Event & Promo Page *********************/


/**************** INIZIO Focus On e Promozioni Page ****************/
.promo-owl,
.focus-events-owl,
.child-owl,
.photogallery-owl {
	padding: 5rem 0;
}
.promo-owl.dark,
.photogallery-owl.dark {
	background: #36485a;
}
.promo-owl h2,
.focus-events-owl h2,
.child-owl h2,
.photogallery-owl h2 {
	font-size: 2.5rem;
	text-align: center;
}
.promo-owl.dark h2,
.photogallery-owl.dark h2 {
	color: #fff;
}
.promo-owl .card-deck,
.focus-events-owl .card-deck {
    margin-right: initial;
    margin-left: initial;
	z-index: 0;
}
.promo-owl .card-deck .card-body,
.focus-events-owl .card-deck .card-body {
	padding: 0;
}
.promo-owl .card-deck .card-body .caption,
.focus-events-owl .card-deck .card-body .caption {
	padding: 1.25rem;
}
/***************** 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 .container {
	position: fixed;
	top: 75px;
	
	min-width: calc(100% - 30px);
}
.datepicker-fixed-top {
	top: 170px !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 .container .close-booking {
	/*font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f057";*/
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	cursor: pointer;
}
.pannello-prenota .form-group {
	margin: 1rem 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;
}
.pannello-prenota .form-text {
    margin-top: 0;
}



.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;
}
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: #c5c5b8;
}

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


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



.site-footer {
	background: #1b242d !important;
}

.site-footer ul.social {
    margin-bottom: 0;
}
.site-footer ul.social li a {
	color: #948762;
	border: none;
}
.site-footer ul.social li a:hover,
.site-footer__top .content li a:hover, 
.site-footer__top .content li a:focus {
	color: #b1a965;
	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;
}
.site-footer .block {
    border: none;
}
.site-footer__top .block-menu {
    margin: 20px 0;
	padding: 10px;
    border: none;
}


.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: #36485a;
		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;
	}

}

/* 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;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767.98px) { 
	.contattaci .container-fluid > .row > [class*="col"] {
		margin: 2rem 0;
	}
}

@media (min-width: 768px) {
/*
	.pannello-prenota {
		max-width: 720px;
	}
*/
}

/* 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 29%;
		flex: 0 0 29%;
	}
	
}
@media (max-width: 991.98px) { 

	body .iubenda-tp-btn[data-tp-float][data-tp-float=bottom-left], 
	body .iubenda-tp-btn[data-tp-float][data-tp-float=bottom-right] {
		bottom: 65px!important;
	}
	
	.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: #1b242d;
		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);
		/*box-shadow: 0px 7px 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;
	}
	.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-main a {
		color: #fff;
	}
	#navbar-main a:hover, 
	#navbar-main a:focus, 
	#navbar-main .link:hover, 
	#navbar-main .link:focus {
		color: #ceac4b;
	}
	
	.slideshow-owl .owl-stage .caption {
		top: 40%;
	}
	
	.menu--navigazione-secondaria li.nav-item {
		width: 40px;
		overflow: hidden;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	header {
		position: absolute;
		width: 100%;
		z-index: 3;
	}
	.landing-page header {
		position: relative;
	}
	#navbar-top {
		background-color: inherit !important;
	}
	.landing-page #navbar-top {
		background-color: #1b242d !important;
	}
	#navbar-main {
		background: inherit !important;;
	}
	.landing-page #navbar-main {
		background-color: #36485a !important;
	}
	#navbar-main.affix {
		background: #1b242d !important;
	}
	#navbar-main  nav {
		margin-left: auto;
		margin-right: auto;
	}
	#navbar-top  nav a,
	#navbar-main  nav a {
		color: #fff;
	}
	#navbar-main  nav a {
		font-size: 1.5rem;
	}
	#navbar-top  nav a:hover,
	#navbar-main  nav a:hover,
	#navbar-main  nav li.active a{
		color: #d4cc8b;
	}
	#navbar-main  nav a.book-now {
		border-left: 2px solid #ffffff;
	}
	
	#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%);
	}
/*
	.pannello-prenota {
		max-width: 960px;
	}
*/
}

/* 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 30%;
		flex: 0 0 30%;
	}

}

/* 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;
	}
/*
	.pannello-prenota {
		max-width: 1140px;
	}
*/
	.pannello-prenota {
		position: absolute;
		top: 13rem;
	}
	.pannello-prenota .container {
		position: relative;
	}
}

@media (min-width: 1200px) and (max-width: 1399.98px) { 
	.view-node-child .card-deck .card {
		-ms-flex: 0 0 30.5%;
		flex: 0 0 30.5%;
	}
}