@charset "utf-8";
/* CSS Document */

html,
body{
	height: 100%;
}


#homescreenContainer{
	background: url(../images/contact-background.jpg) center;
	background-size: cover;
	height: 90%;
}

.contactBackground{	
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 90%;
}

.contactTitle{
	position: absolute;
	top: 50%;
	right: 50%;
	margin: -200px -700px 0 0;
	padding: 17px 40px 23px 40px;
	background-color: #fff;	
	font-family: "Playfair Display", serif;
	font-style:italic;
	font-size: 48px;
	color: #000;
	line-height: 60px;	
}

/*-----------------------------------------------------------------
		FORM
-----------------------------------------------------------------*/


form{
	position: absolute;
	top: 50%;
	right: 50%;
	margin: -100px -660px 0 0;
	width: 640px;
}

	form input,
	form textarea{
		width: 100%;
		height: 50px;
		padding: 0px 20px;
		margin-top: 1px;
		background-color: #fff;
		font-family: "PT Sans Narrow", sans-serif;
		font-size: 18px;
		color: #000;
		border: none;
		outline: none;
	}	
	
	form textarea{
		height: 140px;
		padding: 20px;
	}
	
		form input:before{
			content: ' ';
			height: 100%;
			display: inline-block;
			vertical-align: middle;
		}
		
		form input:focus,
		form textarea:focus{
			position: relative;
			border: 2px solid #fbb1af;
			margin: -1px 0 -2px -2px;
			z-index: 9;
		}
		

#formSubmit{
	width: 140px;
	height: 50px;
	margin-top: 2px;
	background-color: #fbb1af;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}

	#formSubmit:before{
		content: ' ';
		height: 100%;
		display: inline-block;
		vertical-align: middle;
	}
	
	#formSubmit:hover{
		background-color: #211a19;
	}
	
	
	
/*-----------------------------------------------------------------
		MAP
-----------------------------------------------------------------*/

#map{
	position: relative;
	width: 100%;
	height: 100%;
}

#mapOverlay{
	position: absolute;
	top: 90%;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

#locations{
	position: absolute;
	top: 0px;
	right: 50%;
	width: 230px;
	
	/**/
	max-height:100%;
	overflow:auto;
	/**/
	
	margin-right: -700px;
	padding: 0 45px 40px 45px;
	background-color: #fff;
	pointer-events: auto;
}

.address{
	position: relative;
	width: 100%;
	margin-top: 15px;	
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 17px;
	line-height: 24px;
}

	.address div{
		font-family: "Playfair Display", serif;
		font-style:italic;
		font-size: 22px;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #ccc;
	}
	
	.address span{
		font-weight: 700;
		text-transform: uppercase;
	}
	
	.address p{
		font-weight: 700;
		font-size: 13px;
		text-transform: uppercase;
		color: #d98b89;
		cursor: pointer;
	}
	
		.address p:hover{
			color: #211a19;
		}
	.error {
		color:#ff0000;
	}
	
	.orar {
			display:block;
			font-size:14px;
			font-weight:400!important;
			line-height:20px;
			padding-top:0px;
			}
