/* =Z_FILTRO_MAIL
-------------------------------------------------------------- */
#mvstore-box{ display:none; background:#000000; opacity:0.9; filter:alpha(opacity=90); position:fixed; top:0px; left:0px; min-width:100%; min-height:100%; z-index:1000; }
#mvstore-panel{ display:none; position:fixed; top: 50%; left:50%; transform: translate(-50%, -50%); width:50%; background:#f6f6f6; padding:10px 15px; z-index:1001; max-height: 90vh; overflow-y: auto; }
	#mvstore-panel p,
	#mvstore-panel ul,
	#mvstore-panel ul li{ text-align:center; }
	#mvstore-panel ul li{ list-style: none; display: inline-block; text-align: left; vertical-align: top; margin:0; padding: 0; }
#mvstore-panel textarea{ width: 350px; height: 80px; }
#mvstore-panel ul{ margin:5px; padding: 0; }

@media only screen and (max-width:767px) {
	/* per dispositivi mobile */
	#mvstore-panel { width: 85%; padding: 1%; }
		#mvstore-panel ul li { vertical-align: top; display: block; padding-bottom: 1%; }

		#mvstore-panel input[type="text"],
		#mvstore-panel select,
		#mvstore-panel textarea { display: block; width: 99%; box-sizing: border-box; }
}

.btn-cancel,
.btn-confirm{ display: block; cursor: pointer; }
.btn-cancel{ background-color: #EBEBEB; color: #FFF; text-transform: uppercase; padding: 10px; text-align: center; text-decoration: none; }
.btn-confirm{ background-color: #3cb066; color: #FFF; text-transform: uppercase; padding: 10px; text-align: center; text-decoration: none; }
	.btn-cancel a,
	.btn-confirm a{ color: #FFF; }

/* =jQuery.validate
-------------------------------------------------------------- */
.form-control.error,
.efp-contact-layout .form-control.error,
.efp-info-layout .form-control.error,
#mvstore-panel .form-control.error{ background-color: #f4e19c !important; }

.efp-contact-layout input.error[type="checkbox"] + a,
.efp-contact-layout input.error[type="checkbox"] + span a,
.efp-info-layout input.error[type="checkbox"] + a,
.efp-info-layout input.error[type="checkbox"] + span a,
#mvstore-panel input.error[type="checkbox"] + a,
#mvstore-panel input.error[type="checkbox"] + span a {
    background-color: #f4e19c;
}

/* =Ouibounce
-------------------------------------------------------------- */
#efp-ouibounce-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

#efp-ouibounce-modal .underlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	background-color: rgba(0,0,0,.5);
	-webkit-animation: fadein .5s;
	animation: fadein .5s;
}

#efp-ouibounce-modal .modal {
	width: 50%;
	max-height: 67%;
	z-index: 1;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-animation: popin .3s;
	animation: popin .3s;
	display: block;
}

#efp-ouibounce-modal .modal-title {
	font-size: 18px;
	color: #574d4d;
	padding: 10px 40px;
	margin: 0;
	text-align: right;
	background-color: #FFF;
}

#efp-ouibounce-modal .modal-title .close-button {
	display: inline-block;
}

#efp-ouibounce-modal .modal-title .close-button:hover {
	cursor: pointer;
}

#efp-ouibounce-modal .modal-title .fa {
	margin-left: 10px;
}

#efp-ouibounce-modal h3 {
	font-size: 1em;
	margin: .2em;
	text-transform: uppercase;
	font-weight: 500
}

#efp-ouibounce-modal .modal-body {
	padding: 10px 40px;
	font-size: .9em;
	background-color: #FFF;
}

#efp-ouibounce-modal .modal-body a {
	text-decoration: none
}

#efp-ouibounce-modal p {
	color: #344a5f
}

#efp-ouibounce-modal form {
	text-align: center;
	margin-top: 35px
}

#efp-ouibounce-modal form input[type=text] {
	padding: 12px;
	font-size: 1.2em;
	width: 300px;
	border-radius: 4px;
	border: 1px solid #ccc;
	-webkit-font-smoothing: antialiased
}

#efp-ouibounce-modal form input[type=submit] {
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px;
	font-size: 1.1em;
	border-radius: 4px;
	color: #fff;
	background-color: #4ab471;
	border: none;
	cursor: pointer;
	-webkit-font-smoothing: antialiased
}

#efp-ouibounce-modal form p {
	text-align: left;
	margin-left: 35px;
	opacity: .8;
	margin-top: 1px;
	padding-top: 1px;
	font-size: .9em
}

#efp-ouibounce-modal .modal-footer {
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
	background-color: #FFF;
}

#efp-ouibounce-modal .modal-footer p {
	text-transform: capitalize;
	cursor: pointer;
	display: inline;
	border-bottom: 1px solid #344a5f
}

@-webkit-keyframes fadein {
	0% {
		opacity:0
	}
	100% {
		opacity:1
	}
}
@-ms-keyframes fadein {
	0% {
		opacity:0
	}
	100% {
		opacity:1
	}
}
@keyframes fadein {
	0% {
		opacity:0
	}
	100% {
		opacity:1
	}
}
@-webkit-keyframes popin {
	0% {
		-webkit-transform:scale(0);
		transform:scale(0);
		opacity:0
	}
	85% {
		-webkit-transform:scale(1.05);
		transform:scale(1.05);
		opacity:1
	}
	100% {
		-webkit-transform:scale(1);
		transform:scale(1);
		opacity:1
	}
}
@-ms-keyframes popin {
	100%,85% {
		opacity:1
	}
	0% {
		-ms-transform:scale(0);
		transform:scale(0);
		opacity:0
	}
	85% {
		-ms-transform:scale(1.05);
		transform:scale(1.05)
	}
	100% {
		-ms-transform:scale(1);
		transform:scale(1)
	}
}
@keyframes popin {
	0% {
		-webkit-transform:scale(0);
		-ms-transform:scale(0);
		transform:scale(0);
		opacity:0
	}
	85% {
		-webkit-transform:scale(1.05);
		-ms-transform:scale(1.05);
		transform:scale(1.05);
		opacity:1
	}
	100% {
		-webkit-transform:scale(1);
		-ms-transform:scale(1);
		transform:scale(1);
		opacity:1
	}
}

/* =Form contatti
-------------------------------------------------------------- */
.efp-contact-layout .icon {
	font-size: 22px;
}

.efp-contact-layout fieldset {
	position: relative;
	min-height: 410px;
	padding: 0 15px 15px;
	margin-bottom: 0;
	background: #a6a29f;
}

.efp-contact-layout fieldset.disabled:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ffffff;
	filter: alpha(opacity=60);
	opacity: 0.60;
	z-index: 100;
}

.efp-contact-layout fieldset.form-section-2 {
	margin-left: 1px;
	margin-right: 1px;
}

.efp-contact-layout #date-range-picker {
	margin: 0 5px 5px;
}

.efp-contact-layout #date-range-picker .ui-datepicker {
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	margin: 0 auto;
}

.efp-contact-layout #date-range-picker .ui-datepicker th {
	padding: 2px 0;
}

.efp-contact-layout legend {
	font-size: 18px;
	line-height: 20px;
	color: #ffffff;
	padding: 20px;
	margin-bottom: 20px;
	border-bottom: none;
	text-transform: uppercase;
	background: #87a9d9;
}

.efp-contact-layout legend span {
	font-size: 25px;
}

.efp-contact-layout legend span:after {
	content: " /";
}

.efp-contact-layout .form-row {
	clear: both;
	width: 100%;
	padding-bottom: 5px;
}

.efp-contact-layout input,
.efp-contact-layout select,
.efp-contact-layout textarea {
	height: 50px;
}

.efp-contact-layout input[type="checkbox"] {
	height: auto;
}

.efp-contact-layout .form-row select {
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}

.efp-contact-layout .form-row select::-ms-expand {
	display: none;
}

.efp-contact-layout .form-row label {
	display: none;
}

.efp-contact-layout .form-row label.error,
.efp-contact-layout .checkbox label.error {
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	color: #f15c59;
}

.efp-contact-layout .checkbox {
	margin: 0;
}

.efp-contact-layout .checkbox label.error {
	position: absolute;
	bottom: -15px;
	left: 5px;
	padding-left: 0;
}

.efp-contact-layout .checkbox .control-label {
	padding: 0;
}

.efp-contact-layout .checkbox input[type="checkbox"] {
	position: relative;
	margin-left: 0;
}

.efp-contact-layout .checkbox .privacy-link {
	font-size: 13px;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
}

.efp-contact-layout .checkbox span {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	margin-top: 4px;
}

.efp-contact-layout .half-row-left {
	padding-right: 0;
}

.efp-contact-layout .half-row-right {
	padding-left: 0;
}

.efp-contact-layout .title-stay {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #7f7f7f;
    padding: 1.5rem;
    margin-bottom: 2rem;
    background: #fff;
    text-align: center;
}

.efp-contact-layout .child-age-wrapper [class^="col-"]{
	padding-left: 0;
	padding-right: 0;
	margin-right: 15px;
}

.efp-contact-layout .child-age-wrapper .input-wrapper {
	display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
	width: calc(50% - 5px);
}

.efp-contact-layout .child-age-wrapper .input-wrapper:nth-child(2n+0) {
	margin-right: 0;
	width: 50%;
}

.efp-contact-layout .child-age-wrapper select {
	margin-bottom: 5px;
}

.efp-contact-layout .form-row .textarea-message {
	min-height: 80px;
	background-position: right 13px;
}

.efp-contact-layout .room-label {
	display: block; clear: both;
}

.efp-contact-layout .form-row button {
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	padding: 18px;
	border: none;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

.efp-contact-layout .form-row .miglior-prezzo {
	display: none;
}

.efp-multi-rooms .select-row,
.efp-multi-rooms .input-group{
	margin-bottom: 5px;
}

/* =Booking
-------------------------------------------------------------- */
.efp-booking-layout.fixed-to-top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
}

.efp-booking-layout .form-control {
	height: auto;
}

.efp-booking-layout #abs-popover-content {
	display: none;
	position: relative;
	background: rgba(255, 255, 255, .95);
	padding: 15px;
	-webkit-box-shadow: 0px 2px 6px rgba(0,0,0,.15);
	-moz-box-shadow: 0px 2px 6px rgba(0,0,0,.15);
	box-shadow: 0px 2px 6px rgba(0,0,0,.15);
}

.efp-booking-layout .efp-booking-room {
	margin-bottom: 10px;
}

.efp-booking-layout .efp-booking-room-number {
	display: block;
	text-align: center;
}

.efp-booking-layout .efp-booking-wrapper-age select {
	width: auto;
	display: inline-block;
}

.efp-booking-layout .booking-camera label,
.efp-booking-layout .rooms label {
	display: block;
}

.efp-booking-layout label,
.efp-booking-layout .abs-popover-label {
	display: block;
	text-align: left;
	text-transform: lowercase;
}

.efp-booking-layout #abs-popover {
	display: block;
}

.efp-booking-layout #abs-popover-close {
	width: 100%;
}

/* =Informazioni
-------------------------------------------------------------- */
.efp-info-layout .form-row {
	margin-bottom: 10px;
}

/* =jQueryUI
-------------------------------------------------------------- */
.ui-widget{
	font-size: .9em;
}