@charset "utf-8";



/* ----------------------------------------------------------------------------------------------------- */
/* SECTION WELCOME */
/* ----------------------------------------------------------------------------------------------------- */
#section-welcome {
	padding-top: 2rem;
	padding-bottom: 3rem;
}






/* ----------------------------------------------------------------------------------------------------- */
/* SECTION VILLA RESERVATION FORM */
/* ----------------------------------------------------------------------------------------------------- */
#section-formaccomm {
	padding-top: 1rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid #ddd;
}

#section-formaccomm .form-asterisk {
	vertical-align: super;
	color: #e10000;
	font-size: 0.6rem;
}

#section-formaccomm .error {
	color: #ff0000;
	padding-top: 0.1rem;
	padding-left: 0.1rem;
	padding-bottom: 0.5rem;
	font-weight: 600;
}

#section-formaccomm input[type="checkbox"]{
	width: 24px;
	height: 24px;
	display: inline-block !important;
	margin: 0 !important;
	border-radius: 0.2rem !important;
	vertical-align: middle;
}

#section-formaccomm .form-label {
	display: inline-block !important;
	margin-left: 0.2rem !important;
	margin-bottom: 0.2rem !important;
}

.grecaptcha-badge {
	visibility: hidden;
}









/* ----------------------------------------------------------------------------------------------------- */
/* SECTION PRICES */
/* ----------------------------------------------------------------------------------------------------- */
#section-prices {
	padding-bottom: 2rem;
}


#section-prices .card {
	background-color: #a18168;
	color: #fff;
}







/* ----------------------------------------------------------------------------------------------------- */
/* SECTION MAP */
/* ----------------------------------------------------------------------------------------------------- */
#section-map-villa {
	padding: 0;
	background-color: #f5f5f5;
	height: 500px;
	background-image: url('/images/gmaps-accomm.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/*cursor: pointer;*/
}











/* ----------------------------------------------------------------------------------------------------- */
/* RESPONSIVE CSS */
/* ----------------------------------------------------------------------------------------------------- */
/* 64em = 1024px (if parent element font size 16px -> base unit) */
/* 62em =  992px (if parent element font size 16px -> base unit) */
/* 48em =  768px (if parent element font size 16px -> base unit) */
@media (min-width: 62em) {



/* ----------------------------------------------------------------------------------------------------- */
/* SECTION WELCOME */
/* ----------------------------------------------------------------------------------------------------- */
#section-welcome {
	padding-top: 3rem;
	padding-bottom: 1rem;
}




/* ----------------------------------------------------------------------------------------------------- */
/* SECTION PRICES */
/* ----------------------------------------------------------------------------------------------------- */		
#section-prices {
	padding-bottom: 5rem;
	padding-bottom: 4rem;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-image: url(/images/background-beach-grayscale-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}

#section-prices .card {
	/*border: 1px solid #ddd !important;*/
	-webkit-box-shadow: 1px 1px 8px -4px rgba(0,0,0,0.65); 
	box-shadow: 1px 1px 8px -4px rgba(0,0,0,0.65);	
}






/* ----------------------------------------------------------------------------------------------------- */
/* SECTION VILLA RESERVATION FORM */
/* ----------------------------------------------------------------------------------------------------- */		
#section-formaccomm {
	padding-top: 4rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid #ddd;
}












}
/* END @media (min-width: 48em) */
