/*stili per modulo prenotazione esperienze*/

.lato{
	font-family: Lato, sans-serif;
}
.grey{
	color:#8C8C8C;
}
.popup-prenotazione-h2{
	font-size: 32px;
	font-size: calc(25px + (30 - 25) * ((100vw - 400px) / (1920 - 400)))!important;
	text-align: left;
	font-weight: 400;
	margin:0 0 20px;
}
@media (max-width:600){
	.popup-prenotazione-h2{
		color: #fff;
	}
}
#popup-prenotazione{
	background-image:url(../images/bg-popup-prenotazione.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding:2vw 2vw;
}
#popup-prenotazione .popup__close{
	top: 15px;
	background-color: transparent;
	border:	none;
}
#popup-prenotazione .popup__close:after, #popup-prenotazione .popup__close:before{
	border-color:#000;
}
.aicod-popup .popup-prenotazione{
	display: block;
	text-align: center;
	display: flex;
    flex-direction: column;
    height: 100%;
}
.btn-quantita{
	padding: 5px;
    font-size: 20px;
    text-decoration:none;
    color:#000;
}
.ipt-quantita {
    padding: 5px 1px;
    width: 30px;
    text-align: center;
    height: 25px;
    border: none;
    -webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}
.ipt-quantita::-webkit-outer-spin-button,
.ipt-quantita::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.dropdown-prenotazione{
	width: 320px;
    padding: 0 20px;
    background: #fff;
    top: 10px!important;
}
.dropdown-prenotazione li{
	display: flex;
	padding:15px 0;
	border-bottom:1px solid #EDEDED;
}
.dropdown-prenotazione li.space-between{
	justify-content: space-between;
	align-items: center;
}
.btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-prenotazione{
	padding: 18px 22px;
    text-align: left;
    border-radius: 0;
    border:none;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
}
.btn-prenotazione:after{
	content:'';
	position: absolute;
    right: 22px;
    bottom: 25px;
    width: 8px;
    height: 8px;
    border: none;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg);
}
.accordion-item{
	background-color: #fff;
}
.accordion-prenotazione{
	padding: 18px 22px;
    text-align: left;
    border-radius: 0;
    border:none;
    background-color: #fff;
}
.accordion-prenotazione .wrapper div{
	text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 1px;
    padding-bottom: 8px;
}
.accordion-prenotazione .date-placeholder.has-val{
	display: none;
}
.accordion-prenotazione .ipt-date{
	display: none;
}
.accordion-prenotazione .ipt-date.has-val{
	display: inline-block;
}
.accordion-item ul{
	list-style: none;
	padding:0;
	margin:0;
	text-align: left;
}
.accordion-collapse li{
	display: flex;
	padding:15px 0;
	border-bottom:1px solid #EDEDED;
}
.accordion-collapse li.space-between{
	justify-content: space-between;
	align-items: center;
}
.btn-chi:before, .btn-lingua:before{
	content:'';
	position: absolute;
	right: -1px;
	top:10px;
	height: 60px;
	width: 1px;
	background-color: #000;
}
.btn-prenotazione .lato{
	text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 1px;
    padding-bottom:8px;
}
.btn-prenotazione span{
	font-size: 17px;
}
.btn-cerca{
	font-size: 10px;
	font-family: Lato, sans-serif;
	color:#fff;
	background-color: #2C2C2C;;
	padding:30px 25px;
	margin:0 0 0 15px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 800;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}
.btn-cerca:hover, .btn-cerca:focus{
	background-color: #000;
}
@media (min-width:768px){
	.btn-chi{
		max-width: 188px;
		min-width: 188px;
	}
	.btn-lingua{
		min-width: 275px;
	}
	.btn-calendario{
		min-width: 188px;
	}
}
.btn-calendario {
	position: static;
}
/*.btn-calendario .exp-calendar{
	position: relative;
}*/
.ipt-date{
	border:none;
	background-color: transparent;
}
@media (min-width:601px){
	.exp-calendar input[type="date"]::before{
	    color: #999;
	    content: attr(placeholder);
	}
}
/*.exp-calendar input[type="date"]:focus::before {
    content: "" !important;
}*/
/*.exp-calendar input[type="date"]:not(.has-value):before{
  color: lightgray;
  content: attr(placeholder);
}*/
.exp-calendar input[type="date"]:not(.has-value):defore {

}
.exp-calendar input[type="date"]:valid::before {
	display: none;
	content: '';
}
.btn-calendario .wrap-cal{
	position: absolute;
	width: 400px;
	width: 100%;
	right: 0;
	background-color: #fff;
	z-index: 1;
	font-weight: 300;
	padding:20px;
	top:calc(100% + 10px);
}
.btn-calendario .wrap-cal .wrap-loading{
	text-align: center;
}
.btn-calendario .wrap-cal div{
	font-weight: 300;
/*	width: auto;*/
}
.wrap-cal-content{
	display: flex;
	flex-wrap: wrap;
}
.wrap-cal-content .wrap-action{
	width: 100%;
}
.wrap-cal-content .cal1, .wrap-cal-content .cal2{
	width: 50%;
	padding:20px;
}
@media (max-width:600px){
	.wrap-cal-content .cal1, .wrap-cal-content .cal2{
		width: 100%;
	}
}
.wrap-cal-content .legenda{
	display: flex;
	gap: 10px;
}
.wrap-cal-content .legenda .item{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.wrap-cal-content .legenda .item.exp{
	display: none;
}
.single-experience .wrap-cal-content .legenda .item.exp{
	display: flex;
}
@media (max-width:600px){
	.wrap-cal-content .legenda{
		flex-direction: column;
	}
}
.wrap-cal-content .legenda .item:before{
	content:'';
	width: 24px;
	height: 24px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.legenda .no-exp:before{
	background-color:#B9B9B9;
}
.legenda .exp:before{
	background-color:#2CA71C;
	background-color:#1e7b11;
}
.legenda .other-exp:before{
	background-color:#9ED396;
	background-color:#2CA71C;
}
.wrap-cal-content .legenda .item span{
	font-size: 10px;
	text-transform: uppercase;
}
.cal-day-week{
	text-transform: uppercase;
}
.cal-day-week, .cal-days{
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	width: 252px;
	width: 100%;
	text-align: center;
	font-size: 12px;
}
.cal-day-week li, .cal-days li{
	/*display: inline-block;
	display: table-cell;*/
	width: 36px;
	width: 14.2%;
	height: 26px;
	color: #B9B9B9;
}
.cal-days li{
	font-size: 16px;
	padding: 0;
    border: none;
    display: inline-block;
    text-align: center;
    text-decoration: line-through;
}
.cal-days li.inactive{
	opacity: 0;
}
.cal-days li.active-other, .cal-days li.active-other a{
	text-decoration: none;
	color:#9ED396;
	color:#2CA71C;
}
.cal-days li.active, .cal-days li.active a{
	text-decoration: none;
	color:#2CA71C;
	color:#1e7b11;
	font-weight: 800;
}
.accordion-item ul.cal-day-week{
	margin: 15px 0;
}
.accordion-item ul.cal-day-week li{
	padding: 0;
    border: none;
    display: inline-block;
    text-align: center;
}
.cal-month-year{
	text-align: center;
	font-size: 20px;
	font-family: Bodoni\ 72, serif;
	text-transform: none;
}
.wrap-cal .wrap-cal-content .wrap-action{
	position: absolute;
    top: 20px;
}
.wrap-cal .wrap-cal-content .wrap-action a{
	width: 20px;
    height: 20px;
    display: inline-block;
}
.wrap-cal .wrap-cal-content .wrap-action .change-month.prev{
	text-indent: -9999px;
    position: absolute;
    left: 0;
}
.wrap-cal .wrap-cal-content .wrap-action a.prev.change-month:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    border: none;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(-45deg);
    top: 6px;
    left: 7px;
}
.wrap-cal .wrap-cal-content .wrap-action .change-month.next{
	text-indent: -9999px;
    position: absolute;
    right: 0;
}
.wrap-cal .wrap-cal-content .wrap-action a.next.change-month:before{
	content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    border: none;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(45deg);
    top: 6px;
    right: 7px;
}
.wrap-cal-content{
	position: relative;
}
/*.loader-prenotazione{
	z-index: 50;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(255, 255, 255, 0.7);
}*/
.loading-wrapper .titolo-loading{
	font-size: 20px;
    font-family: 'Lato';
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom:10px;
}
.loading-wrapper span{
	display: inline-block;
	height: 0;
}
.aicod-loader-inline{
	display: inline-block;
	position: static;
}
.risultati-ricerca-loading{
	color: #fff;
}
.btn-mostra-ricerca-mobile{
	background-color: transparent;
	border:none;
	color: #fff;
	cursor: pointer;
    padding: 5px 2px;
}
@media (min-width:600px){
	.risultati-ricerca-loading{
		padding-top:10vh;
		padding-top: 64px;
		color: #000;
	}
}

@keyframes pulse {
  0%   {background: #e9e9e9;}
  100%  {background: #f3f3f3;}
}
.risultati-ricerca-loading .elenco-risultati{
	display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.risultati-ricerca-loading .elenco-risultati .esperienza-placeholder{
	height: 570px;
	background: #e9e9e9;
/*	width: calc(25% - 25px);*/
    /*-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);*/
    display: flex;
    flex-direction: column;
    position: relative;
    animation-name: pulse;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-delay: 0;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
@media (max-width:767px) {
	@keyframes pulse {
	  0%   {background: #202020;}
	  100%  {background: #5c5c5c;}
	}
	.risultati-ricerca-loading .elenco-risultati .esperienza-placeholder{
		animation-name: pulse;
		height: 610px!important;
	}
	.risultati-ricerca-loading .elenco-risultati{
		padding-top: 55px;
	}
}
.risultati-ricerca-content{
	opacity: 0;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
.risultati-ricerca-content.show{
	opacity: 1;
}



.popup-prenotazione .ricerca{
	margin:10px 0 50px;
}
.wrapper-ricerca{
	display: inline-block;
	background-color: #fff;
	position: relative;
}

.risultati-ricerca .elenco-risultati{
	/*display: flex;
    flex-wrap: wrap;*/
    max-width: 1380px;
    margin: 0 auto;
/*    gap:25px;*/
}
.slider-risultati{
	display: flex;
    flex-wrap: wrap;
    gap: 25px;
/*    justify-content: space-between;*/
}
.slider-risultati .owl-stage{
	margin-left: -25px;
}
.risultati-ricerca .elenco-risultati + .elenco-risultati{
	padding-top:60px;
}
.risultati-ricerca .elenco-risultati .popup-prenotazione-h2{
	width: 100%;
	margin-bottom: 0;
	margin-bottom:25px;
}
.elenco-risultati .esperienza{
	width: 25%;
	width: calc(25% - 25px);
	padding: 20px;
	background-color: #fff;
	text-align:left;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	display: flex;
	flex-direction: column;
	position: relative;
}
.elenco-risultati .esperienza > form{
	display: flex;
	flex-direction: column;
	height: 100%;
}
@media (max-width:1280px){
	.elenco-risultati .esperienza{
		width: calc(33% - 25px);
	}
}
@media (max-width:992px){
	.elenco-risultati .esperienza{
		width: calc(50% - 25px);
	}
}
@media (max-width:600px){
	.elenco-risultati .esperienza{
		width: 100%;
		padding-bottom:30px;
	}
}

.elenco-risultati .heading--esperienza,
.correlati .heading--esperienza{
	font-size: 26px;
	margin-bottom:30px;
}
.esperienza .info-text{
	font-size: 18px;
}
.esperienza .breadcrumbs{
	font-size: 10px;
	margin-top: 3px;
	margin-bottom: 17px;
}
.popup-prenotazione .esperienza .section-link{
	justify-content: flex-start;
	opacity: 0.5;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
	transition-delay:600ms;
	font-size: 11px;
}
.popup-prenotazione .esperienza .section-link:hover, .popup-prenotazione .esperienza .section-link:focus{
	opacity: 1;
	transition-delay: 0;
}
.popup-prenotazione .esperienza .section-link.disabled:hover, .popup-prenotazione .esperienza .section-link.disabled:focus{
	opacity: 0.5;
	transition: none;
	cursor:default;
}
.popup-prenotazione .esperienza .section-link.disabled{
	pointer-events: none;
}
@media (max-width:767px){
	.popup-prenotazione .section-link__line{
		height: 2.2rem;
	}
}
.esperienza .image-wrapper{
	margin-bottom: 20px;
	width: 100%;
    padding-bottom: 100%;
    background: #000;
    position: relative;
    overflow: hidden;
}
.esperienza .image-wrapper img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/*-webkit-transition: -webkit-transform 1.4s ease-in-out;
    transition: -webkit-transform 1.4s ease-in-out;
    transition: transform 1.4s ease-in-out;
    transition: transform 1.4s ease-in-out, -webkit-transform 1.4s ease-in-out;*/
}
.esperienza .image-wrapper:hover img{
	/*-webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform 5s ease-in-out;
    transition: -webkit-transform 5s ease-in-out;
    transition: transform 5s ease-in-out;
    transition: transform 5s ease-in-out, -webkit-transform 5s ease-in-out;*/
}
.esperienza .content{
	padding:0 10px;
}
.esperienza .esperienza-bottom{
	padding:0 10px;
	margin-top: auto;
}
/*@media screen and (min-width: 1024px) {
    .experience-section__info-text {
        font-size:calc(16px + 5 * ((100vw - 1024px) / 817))
    }
}*/
.esperienza input[type="radio"], .page--prenota-esperienza input[type="radio"], .popup-prenotazione input[type="radio"] {
	position: relative;
	appearance: none;
    border: 1px solid #000;
    border-radius: 20px;
    width: 20px;
    height: 20px;
}
.popup-prenotazione .esperienza input[type="radio"], .page--prenota-esperienza label input[type="radio"]{
	position: absolute;
}
.esperienza input[type="radio"]:before, .page--prenota-esperienza input[type="radio"]:before, .popup-prenotazione input[type="radio"]:before{
	content:'';
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 12px;
	top:3px;
	left: 3px;
	border-radius: 12px;
	background-color: #000;
	opacity: 0;
}
.esperienza input[type="radio"]:checked::before, .page--prenota-esperienza input[type="radio"]:checked::before, .popup-prenotazione input[type="radio"]:checked::before{
    opacity: 1;
}

.esperienza input[type="checkbox"], .page--prenota-esperienza input[type="checkbox"], .popup-prenotazione input[type="checkbox"] {
	position: relative;
	appearance: none;
    border: 1px solid #000;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;

    position: absolute;
    top: -1px;
}
.popup-prenotazione .esperienza input[type="checkbox"], .page--prenota-esperienza label input[type="checkbox"]{
	position: absolute;
}
.esperienza input[type="checkbox"]:before, .page--prenota-esperienza input[type="checkbox"]:before, .popup-prenotazione input[type="checkbox"]:before{
	content:'';
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 12px;
	top:3px;
	left: 3px;
	background-color: #000;
	opacity: 0;
}
.esperienza input[type="checkbox"]:checked::before, .page--prenota-esperienza input[type="checkbox"]:checked::before, .popup-prenotazione input[type="checkbox"]:checked::before{
    opacity: 1;
}

.esperienza .orari label{
	vertical-align: middle;
	line-height: 20px;
}
.esperienza .orari label span{
	padding-left: 5px;
	display: inline-block;
}
.esperienza .orari label .ora, .page--prenota-esperienza .form-check-inline label span{
	padding-left: 26px;
	display: inline-block;
	vertical-align: middle;
}
.popup-prenotazione .ricerca .form-check input[type="radio"]{
 	margin-right: 5px;
 }
.esperienza .orari .disabled span.ora{
	padding-left: 0;
}
.orari{
	font-family: Lato, sans-serif;
	font-size: 12px;
	font-weight: 700;
    letter-spacing: .1em;
    padding-bottom: 25px;
}
.orari .titolo{
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding-bottom: 8px;
}
.orari .ora-elenco{
	display: inline-block;
    padding-right: 8px;
    margin-right: 6px;
    border-right: 1px solid #000;
    line-height: 12px;
    margin-bottom: 5px;
}
.orari .ora-elenco:last-child{
	border:none;
}
.elenco-risultati .esperienza, .elenco-risultati .esperienza .experience-section__info-text, .esperienza input[type="radio"]{
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
/*.elenco-risultati .esperienza:hover,*/
.elenco-risultati .esperienza.active{
	background-color: #2C2C2C;
	color: #fff;
}
/*.elenco-risultati .esperienza:hover .experience-section__info-text,*/
.elenco-risultati .esperienza.active .experience-section__info-text{
	color:#fff;
}
/*.esperienza:hover input[type="radio"],*/
.esperienza.active input[type="radio"]{
	border-color: #fff;
}
/*.esperienza:hover input[type="radio"]:before,*/
.esperienza.active input[type="radio"]:before{
	background-color: #fff;
}
/*.popup-prenotazione .esperienza:hover .section-link, .popup-prenotazione .esperienza:hover .section-link__decoration,*/
.popup-prenotazione .esperienza.active .section-link, .popup-prenotazione .esperienza.active .section-link__decoration{
	color:#fff!important;
}
/*.popup-prenotazione .esperienza:hover .section-link__line,*/
.popup-prenotazione .esperienza.active .section-link__line{
	border-color: #fff;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
/*.popup-prenotazione .esperienza:hover .section-link__circle .plus-circle, .popup-prenotazione .esperienza:hover .section-link__circle .plus-line,*/
.popup-prenotazione .esperienza.active .section-link__circle .plus-circle, .popup-prenotazione .esperienza.active .section-link__circle .plus-line{
	stroke: #fff;
}
.elenco-risultati .esperienza:hover{
	-webkit-box-shadow: 0 0 18px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 18px 0 rgba(0,0,0,0.5);
}

.form-check-inline {
    display: inline-block;
    margin-right: 25px;
    margin-bottom:10px;
}
.red{
	color: #E83232;
}
.green{
	color: #0E7700;
}
.yellow{
	color: #E8AB32;
}
.disabled .ora{
	text-decoration: line-through;
}
.esperienza .disabled input{
	display: none;
}

.popup-prenotazione .risultati-wrapper{
	flex-grow: 1;
    position: relative;
}
.popup-prenotazione .risultati-wrapper .simplebar{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-image: none;
    -webkit-mask-image: none;
    mask-image: none;
    mask-image: none;
    padding-bottom: 25px;
}
.popup-prenotazione .simplebar-scrollbar.simplebar-visible:before{
	background-color: #707070;
}
.popup-prenotazione .simplebar-track.simplebar-vertical:before{
	background-color: #A2A2A2;
}
.popup-prenotazione .heading--popup{
	margin-bottom:40px;
	font-size: 40px;
	font-size: calc(28px + (40 - 28) * ((100vw - 400px) / (1920 - 400)))!important;
}
@media (min-width:1921px){
	.popup-prenotazione .heading--popup{
		font-size: 40px;
	}
	.popup-prenotazione-h2{
		font-size: 32px;
	}
}
@media (max-width:400px){
	.popup-prenotazione .heading--popup{
		font-size: 32px;
	}
	.popup-prenotazione-h2{
		font-size: 26px;
	}
}


.ricerca-mobile{
	display: none;
}
.ricerca-desktop{
	display: block;
}

.parametri-ricerca{
	background-color: #9E8E5D;
	padding: 15px 20px;
    color: #fff;
    font-size: 17px;
}
.parametri-ricerca span{
	text-transform: uppercase;
	font-weight: 800;
	display: inline-block;
	padding-bottom:5px;
	font-size: 14px;
	letter-spacing: 1px;
}
@media (max-width:600px){
	#popup-prenotazione{
		top:0;
		left:0;
		right:0;
		bottom:0;
		background-image: none;
    	background-color: rgba(0, 0, 0, 0.95);
    	padding:50px 20px 20px;
	}
	/*.btn-prenotazione{
		display: block;
    	width: 100%;
    	position: relative;
	}
	.btn-group{
		display: block;
		margin-bottom: 10px;
	}
	.wrapper-ricerca{
		display: block;
		background-color: transparent;
	}
	.dropdown-prenotazione{
		position: relative!important;
		transform:none!important;
		width: 100%;
		border-top: 1px solid #000;
	}
	.dropdown-prenotazione li{
		padding: 20px 0;
	}*/
	.accordion-header{
		margin:15px 0;
	}
	.ricerca-desktop{
		display: none;
	}
	.ricerca-mobile{
		display: block;
	}
	#mobileCalendar .litepicker .container__months{
		box-shadow: none;
	}

	/*fix scrollbar*/
	#popup-prenotazione, #popup-prenotazione .popup__content {
		overflow-y: auto;
	}
	.popup-prenotazione .risultati-wrapper .simplebar{
		position: relative;
	}
	.risultati-ricerca .elenco-risultati .popup-prenotazione-h2,
	.popup-prenotazione .heading--popup{
		color:#fff;
	}
	.popup-prenotazione .heading--popup{
		margin-bottom: 15px;
	}
	.risultati-ricerca .elenco-risultati + .elenco-risultati{
		padding-top: 80px;
	}
	.btn-cerca{
		background-color: #9E8E5D;
		margin: 15px 0 0;
	}
	#popup-prenotazione .popup__close{
		top: 5px;
		right: 5px;
	}
	#popup-prenotazione .popup__close:after, #popup-prenotazione .popup__close:before{
		border-color:#fff;
	}
}

.slider-risultati.owl-carousel .owl-stage {
  display: flex;
}
.slider-risultati.owl-carousel .owl-item {
  height: auto;
}
.slider-risultati.owl-carousel .owl-item .esperienza{
	height: 100%;
}



/*Pagina acquisto esperienza*/
.page--prenota-esperienza .post-content{
	white-space: normal;
	padding-top: 50px;
}
.page--prenota-esperienza .post-content .prenota-wrapper{
	max-width: 1140px;
	padding: 0 20px;
	margin: 0 auto;
	font-size: 17px;
	line-height: 1.7em;
}
.page--prenota-esperienza .back{
	margin-bottom:40px;
	padding-left: 25px;
	position: relative;
	line-height: 22px;
}
.page--prenota-esperienza .back:before{
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    border: none;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(-45deg);
    top: 6px;
    left: 7px;
}
.page--prenota-esperienza .heading{
	margin-bottom:25px;
}
.page--prenota-esperienza .titolo1{
	font-size: 39px;
}
.page--prenota-esperienza .titolo2{
	font-size: 32px;
}
.page--prenota-esperienza .titolo3{
	font-size: 26px;
}
.wrap-step-acquisto {
    display: flex;
    margin-bottom: 40px;
    padding-top:40px;
    flex-wrap: wrap;
    white-space: normal;
}
.step-acquisto {
    width: 25%;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    opacity: .7;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.step-acquisto.active, .step-acquisto.ok {
    font-weight: bold;
    opacity: 1;
    color: #000;
}
.step-acquisto:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    opacity: .5;
    position: absolute;
    bottom: 0;
    left: 0;
}
.step-acquisto.active:after, .step-acquisto.ok:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #000;
    opacity: .7;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -5px;
    border-radius: 100%;
}
.step-acquisto.active:after, .step-acquisto.active:before, .step-acquisto.ok:after, .step-acquisto.ok:before {
    background: #000;
    opacity: 1;
}
.step-acquisto.active a, .step-acquisto.ok a {
    color: #000;
    text-decoration: none;
}
.info-esperienza{
	padding:0;
	margin:0;
	list-style: none;
}
.info-esperienza li{
	padding-left: 30px;
	padding-bottom:18px;
	position: relative;
}
.info-esperienza li img{
	position: absolute;
	left: 0;
	top: 4px;
}
.info-esperienza li p{
	margin:0;
}
.map-pin span {
    font-family: Lato, sans-serif;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}
#wrap-content-prenota .map-pin svg{
	position: absolute;
    top: 8px;
    left: 0;
}
.page--prenota-esperienza .blocco-prenotazione{
	margin-bottom: 40px;
	margin-top: 40px;
}
.page--prenota-esperienza .blocco-prenotazione+ .blocco-prenotazione{
	margin-top:80px;
}
.page--prenota-esperienza .map-pin{
	display: inline-block;
	position: relative;
	padding-left:22px;
}
.bg-grigio{
	background-color: #F6F6F6;
}
.blocco-riepilogo{
	padding:40px 50px;
	margin-bottom: 40px;
	margin-top:40px;
}
.blocco-riepilogo .heading{
	border-bottom:1px solid #BFBEBE;
	padding-bottom:30px;
	margin-bottom: 35px;
}
.riepilogo .testata{
	font-weight: 800;
	font-size: 14px;
	line-height: 1.6em;
    margin-bottom: 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.space-between{
	justify-content: space-between;
}
.riepilogo .item{
	margin-bottom:25px;
}
.riepilogo .item:last-child{
	margin-bottom:0;
}
.riepilogo .item .persone{
	margin-bottom:5px;
}
.blocco-riepilogo .disabled{
	opacity: 0.4;
	pointer-events: none;
}
.blocco-riepilogo .totale{
	margin-top:30px;
	padding-top:30px;
	border-top:1px solid #bfbfbf;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
}
@media (min-width:768px){
	.col-testo-esperienza{
		padding-right: 6%;
	}
}

.btn-prenota{
	cursor:pointer;
	font-size: 10px;
	font-family: Lato, sans-serif;
	color:#fff;
	background-color: #2C2C2C;;
	padding:30px 25px;
	margin:0;
	width: 100%;
	border: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 800;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-weight: 400;
}
.btn-prenota:hover, .btn-prenota:focus{
	background-color: #000;
}
.btn-group.prenota{
	width: 100%;
	margin-top:20px
}
.card{
	border: 1px solid #E8E8E8;
	padding-top:20px;
	font-family: Lato, sans-serif;
	font-size: 15px;
	line-height: 22px;
}
.card .btn-prenota{
/*	margin:0 -20px;*/
}
.form-new input.form-control, .form-new textarea.form-control, .form-new select.form-control{
	width: 100%;
	display: block;
	border:none;
	border-bottom: 1px solid #E8E8E8;
	padding: 10px 5px;
	font-size: 16px;
	font-family: Lato, sans-serif;
	background-color: transparent;
}
.form-new textarea.form-control{
	min-height: 100px;
	border: 1px solid #E8E8E8;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Lato, sans-serif;
}
.form-new .form-row{
	margin-bottom:20px;
	position: relative;
}
.card .form-new	.form-row, .card .form-row, .card p{
	padding: 0 20px 0;
}
.card .form-row p{
	padding-left: 0;
	padding-right: 0;
}
.text-error{
	background: #ffc3c3;
    padding: 5px;
    line-height: 1.1em;
}

.form-new label{
	font-family: Lato, sans-serif;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #2C2C2C;
	font-weight: 300;
	display: inline-block;
	vertical-align: middle;
}
.form-row.form-check label{
	vertical-align: top;
	padding-left: 30px;
}
.help-text{
	text-transform: none;
	letter-spacing: 0;
	font-size: 12px;
	font-family: Lato, sans-serif;
}
.blocco-icona a{
	padding:5px 0;
	margin:5px 0;
	display: inline-block;
}

.correlati .correlati-item{
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	padding: 20px 20px 0;
}
@media (max-width:1280px){
	.correlati .correlati-item{
		width: calc(33% - 25px);
	}
}
@media (max-width:992px){
	.correlati .correlati-item{
		width: calc(50% - 25px);
	}
}
@media (max-width:600px){
	.correlati .correlati-item{
		width: 100%;
		padding-bottom:30px;
	}
}
.related-prenotazione{
	padding:70px 0;
}
.related-prenotazione .heading{
	margin-bottom:50px;
}

.hidden-mobile{
	display: block;
}
.hidden-desktop{
	display: none;
}
.blocco-riepilogo .totale p{
	margin:0;
}
@media (max-width:767px){
	.page--prenota-esperienza .titolo1{
		font-size: 39px;
		font-size: 26px;
	}
	.page--prenota-esperienza .titolo2{
		font-size: 32px;
		font-size: 26px;
	}
	.page--prenota-esperienza .titolo3{
		font-size: 26px;
	}
	/*.page--prenota-esperienza .heading--hero{
		font-size: 28px;
	}*/
	.page--prenota-esperienza .post-content{
		padding:20px;
	}
	.wrap-step-acquisto{
		padding-top:10px;
		margin-bottom: 40px;
	}
	.wrap-step-acquisto .step-acquisto a, .wrap-step-acquisto .step-acquisto span{
		display: none;
	}
	.wrap-step-acquisto .step-acquisto.active a, .wrap-step-acquisto .step-acquisto.active span{
		display: inline-block;
	}
	.wrapper-totale{
		position: fixed;
		bottom:0;
		left: 0;
		padding:20px;
		width: 100%;
		z-index: 21;
		padding: 15px 20px;
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	}
	.post-content .wrapper-totale p{
		margin-bottom: 0;
	}
	.blocco-riepilogo .wrapper-totale .totale{
		padding: 0;
		margin: 0;
		border: none;
		font-size: 14px;
	}
	.blocco-riepilogo{
		/*margin-left: -20px;
		margin-right: -20px;*/
/*		font-size: 14px;*/
	}
	.hidden-mobile{
		display: none;
	}
	.hidden-desktop{
		display: block;
	}
	.blocco-riepilogo{
		padding: 40px 20px;
		margin-top: 0;
	}
	.btn-prenota{
		padding:25px 20px;
	}
	.btn-group.prenota{
		margin-top:15px;
	}
	.step-acquisto{
		border-bottom:1px solid #dfdfdf;
	}
	.step-acquisto:after{
	    content: "";
	    display: block;
	    width: 10px;
	    height: 10px;
	    background: #dfdfdf;
	    opacity: 1;
	    position: absolute;
	    bottom: -4px;
	    left: 50%;
	    margin-left: -5px;
	    border-radius: 100%;
	}
	.step-acquisto:before{
		background: #dfdfdf;
	    opacity: 1;
	    bottom: -1px;
	}
	.step-acquisto.active:before{
		width: 50%;
	}
	.step-acquisto-4.active:before{
		width: 100%;
	}
	.step-acquisto.ok:before{
		width: 100%;
	}
}
.spacer{
	margin-top: 80px;
}
#wrap-content-prenota-loading .aicod-loader{
	display: flex;
	position: fixed;
	z-index: 500;
	background-color: hsla(0, 0%, 100%, .6);
}
#wrap-content-prenota{
	opacity: 0;
	-webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
#wrap-content-prenota.animate{
	opacity: 1;
	-webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
#wrap-content-prenota.visible{
	opacity: 1;

}

.was-validated input:invalid, .was-validated textarea:invalid,
.was-validated input:focus:invalid, .was-validated textarea:focus:invalid {
  border: 2px solid #E83232 !important;
}
.was-validated input:focus:invalid, .was-validated textarea:focus:invalid{
	outline:none;
}
/*
.was-validated input:valid, .was-validated textarea:valid {
  border: 2px dashed green !important;
}
*/
.errore-campo{
	color:#E83232;
	font-family: Lato, sans-serif;
}
.info-errore {
    color: #E83232;
    font-family: Lato, sans-serif;
		font-size: 14px;
}
.blocco-prenotazione .alert-info{
	padding: 10px;
    border: 2px solid #E83232 !important;
    margin-bottom: 10px;
    color: #E83232;
    font-family: Lato, sans-serif;
}
#xpay-card input{
	width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #E8E8E8;
    padding: 10px 5px;
    font-size: 16px;
    font-family: Lato, sans-serif;
}
@media (min-width:600px){
	.correlati.slider-risultati .esperienza-rel{
		width: calc(33% - 25px);
		width: calc(33% - 13px);
		padding: 0;
	    box-shadow: none;
	}
}
.correlati .esperienza-rel .correlati-item{
	width: 100%;
	opacity: 1;
}
.correlati .slider-risultati{
/*	justify-content: space-between;*/
}

.btn-prenotazione span{
	overflow-x: hidden;
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.btn-prenotazione span#ospiti{
	padding-right: 12px;
}


@media print {
	.related-prenotazione{
		display: none;
	}
	.site-header{
		position: static;
		transform:none!important;
	}
	.page--prenota-esperienza .hero{
		display: none;
	}
	body.page--prenota-esperienza .blocco-riepilogo{
	  -webkit-print-color-adjust:exact !important;
	  print-color-adjust:exact !important;
	}
}

.page--prenota-esperienza a{
	color:#a18e56;
}

#payment-form #xpay-card {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 10px;
}

.autocomplete-suggestions{
	overflow: hidden auto;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(232, 232, 232);
    padding: 10px 5px;
}

.hero_smaller {
    height: 15vh;
}
@media (min-width: 64.0625em) {
	.page--prenota-esperienza .hero_smaller {
	    height: 14vw;
	}
}
@media (min-width: 48em) {
	.page--prenota-esperienza .hero_smaller {
	    height: 14vw;
	}
}

.popup-prenotazione .esperienza .btn-scopri-di-piu.disabled {
    pointer-events:	none;
    opacity: 0.6;
}

.popup-prenotazione .esperienza .btn-scopri-di-piu.disabled:hover{
    color: #000;
    background-color: #fff;
    border-color: #000;
}
.autocomplete-suggestions {
    font-size: 17px;
    line-height: 1.7em;
}

.blink_me {
  animation: blinker 1s linear 2;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@media (hover: none) or (max-width:767px) {
	.blocco-stampa{
		display: none;
	}
}

@media print {
	footer, #back-step-acquisto{
		display: none!important;
	}
	/*.footer__columns, .footer__container{
		display: none!important;
	}
	.footer__bottom{
		color: #000;
	}
	footer{
		padding:0!important;
	}*/
	.page--prenota-esperienza .hero-wrapper, #wrap-step-acquisto{
		display: none!important;
	}
	header nav.main-nav, header .hamburger, .site-header__right-logo{
		display: none!important;
	}
	.site-header__mobile-logo{
		display: inline!important;
		color:#000;
		font-size: 80px;
	}
	header{
		text-align: center;
	}
}
.elenco-risultati .esperienza .prenota-button{
	width: 100%;
    margin: 0;
}


/*15 settembre 2025 - riduzione spazi vuoti*/
.page--prenota-esperienza .blocco-prenotazione, .blocco-riepilogo {
    margin-bottom: 40px;
    margin-top: 20px;
}
.page--prenota-esperienza .back {
    margin-bottom: 20px;
}
.wrap-step-acquisto {
    margin-bottom: 20px;
    padding-top: 20px;
}
.page--prenota-esperienza .titolo1 {
    font-size: 32px;
}
.page--prenota-esperienza .post-content .prenota-wrapper{
	line-height: 1.5em;
}
.page--prenota-esperienza .blocco-prenotazione+ .blocco-prenotazione {
    margin-top: 60px;
}
.page--prenota-esperienza .post-content .prenota-wrapper{
	font-size: 16px;
}
.card{
	font-size: 14px;
}

/*icona shopper nell'header rimossa per le pagine degli step prenotazione*/
/*.page--prenota-esperienza header .icon-shopper{
	display: none;
}*/

.blocco-riepilogo .riepilogo label{
	position: relative;
}
.blocco-riepilogo .riepilogo label input[type="radio"]{
	top: 1px;
}

.elenco-risultati-unico{
	display: flex;
    max-width: 1380px;
    margin: auto;
    flex-wrap: wrap;
    gap:60px 25px;
    gap:35px 25px;

    margin-top:50px;
}
/*.elenco-risultati-unico .wrapper-risultati{
	display: flex;
    flex-wrap: wrap;
    gap:25px;
}*/
.elenco-risultati-unico .wrapper-risultati h2{
	flex-basis: 100%;
}
.elenco-risultati-unico .wrapper-risultati .esperienza{
	/*width: 25%;
    width: calc(25% - 25px);*/
   /* width: 320px;
    padding: 20px;
    background-color: #fff;
    text-align: left;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;*/
}
.elenco-risultati-unico .esperienza-wrap{
	width: calc(25% - 25px);
	display: flex;
    flex-direction: column;
    position: relative;
}
@media (max-width:1300px){
	.elenco-risultati-unico .esperienza-wrap{
		width: calc(33% - 25px)
	}
}
@media (max-width:992px){
	.elenco-risultati-unico .esperienza-wrap{
		width: calc(50% - 25px)
	}
}
@media (max-width:600px){
	.elenco-risultati-unico .esperienza-wrap{
		width: 100%;
	}
}
.elenco-risultati-unico .esperienza-wrap .esperienza{
	/*width: 25%;
    width: calc(25% - 25px);*/
    width: 100%;
    padding: 20px;
    background-color: #fff;
    text-align: left;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    flex-grow: 1;
}
.elenco-risultati-unico .esperienza-wrap .esperienza.visite_in_cantina{
	background-color: #2c2c2c;
	color: #fff;
}
.elenco-risultati-unico .esperienza-wrap .esperienza.visite_in_cantina .experience-section__info-text{
	color: #fff;
}
.elenco-risultati-unico .esperienza-wrap .esperienza.visite_in_cantina .prenota-button{
	background-color: #fff;
	color: #000;
}
.elenco-risultati-unico .esperienza-wrap .esperienza.visite_in_cantina .orari .ora-elenco{
	border-color: #a2a2a2;
}
.elenco-risultati-unico .esperienza-wrap .esperienza.non-disponibile{
	opacity: 0.5;
}
.elenco-risultati-unico .esperienza-wrap .esperienza.non-disponibile .bottone{
	cursor: auto;
}
.elenco-risultati-unico .esperienza-wrap .esperienza form{
	height: 100%;
    display: flex;
    flex-direction: column;
}
.elenco-risultati-unico .esperienza-wrap .esperienza form .esperienza-bottom{
	margin-top: auto;
}
.elenco-risultati-unico .esperienza-wrap .esperienza form .esperienza-bottom a{
	width: 100%;
}
/*.elenco-risultati-unico .esperienza-wrap + .esperienza-wrap.first:before{
	content:'';
	width: 1px;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: -15px;
}*/
.elenco-risultati-unico .esperienza-wrap h2{
	text-wrap-mode:nowrap;
	opacity: 0;
	/*position: absolute;
	top: -50px;
	left: 0;*/
}
.elenco-risultati-unico .esperienza-wrap.first h2{
	opacity: 1;
}
.elenco-risultati-unico .esperienza-wrap.show-title h2{
	opacity: 1;
}
/*.elenco-risultati-unico .esperienza-wrap.show-title + .esperienza-wrap.first h2{
	opacity: 0;
}*/
@media (max-width:600px){
	.elenco-risultati-unico .esperienza-wrap h2{
		display: none;
		color: #fff;
	}
	.elenco-risultati-unico .esperienza-wrap.first h2{
		display: block;
	}
	.elenco-risultati-unico{
		gap: 25px 25px;
	}
}
.elenco-risultati-unico .heading--esperienza{
    font-size: 26px;
    margin-bottom: 30px;
}
.risultati-ricerca-content .scroll{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}
.btn-scroll{
	width: 50px;
	height: 50px;
	position: absolute;
	bottom:10px;
	left: 50%;
	margin-left: -25px;
/*	background-color: #fff;*/
	-moz-animation: scrollDownBounce 3s infinite;
    -webkit-animation: scrollDownBounce 3s infinite;
    animation: scrollDownBounce 3s infinite;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.btn-scroll.hidden{
	opacity: 0;
}
.btn-scroll:after{
	content: '';
	position: absolute;
    right: 10px;
    bottom: 17px;
    width: 30px;
    height: 30px;
    border: none;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    border-left: 4px solid #a18e56;
    border-bottom: 4px solid #a18e56;
    transform: rotate(-45deg);
}

@-webkit-keyframes scrollDownBounce {
  0%{
    transform: translateY(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translateY(0px);
  }
}
@keyframes scrollDownBounce {
  0%{
    transform: translateY(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translateY(0px);
  }
}
.risultati-wrapper .scroll{
	display: none;
}
.risultati-wrapper .scroll.show{
	display: block;
}

/*.elenco-risultati .esperienza .experience-section__info-text,
.elenco-risultati-unico .esperienza .experience-section__info-text{
	position: absolute;
    top: -6px;
    left: -10px;
    background: #2C2C2C;
    padding: 6px 12px;
    color: #fff;
    font-size: 16px;
    top: -15px;
    background-color: #000;
}*/

.risultati-ricerca .filtri{
	max-width: 1380px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 25px;
}
.risultati-ricerca .filtri a{
	display: inline-block;
	padding:5px 10px;
	font-family: Lato, sans-serif;
    letter-spacing: 2px;
    font-size: 11px;
    margin-right: 10px;
    background-color:#dfdfdf;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.risultati-ricerca .filtri p{
	margin-bottom: 5px;
    font-size: 18px;
    margin-top: 0;
    font-weight: 700;
}
.info-box{
	display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    text-align: center;
    border-radius: 10px;
    line-height: 17px;
    position: relative;
}
/* Tooltip text */
.info-box + .info-text {
  visibility: hidden;
  width: 350px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -175px;

  left:20px;
  bottom: auto;
  margin-left:0;
  width:calc(100% - 40px);
  margin-top:8px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.info-box:hover::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.info-box:hover + .info-text {
  visibility: visible;
  opacity: 1;
}

#wrap-marketing-usa .form-row p{
	display: inline;
}
.btn-fake{
	display: none;
}
@media (max-width:767px){
	.btn-fake{
		display: inline-block;
	}
}