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

#bdy {
	font-family: 'ZonaPro', sans-serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

input[id=popup] {
	background-image: url(../images/footerButtons.png);
	background-repeat: no-repeat;
	background-position: -46px;
	border: none;
	outline: none;
	margin-left: 7px;
	margin-top: -7px;
	width: 40px;
	height: 50px;
	float: right;
	background-color: transparent; 
	background-color: rgba(0,0,0,0.00);
	cursor:pointer;
}	

input[id=popup]:hover, input[id=popupTel]:hover {
	background-image: url(../images/footerButtonsHover.png);
}

#bgDarken {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none; 
	overflow: auto;
	z-index: 1000;
	
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIzNiUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40NSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjY5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQ1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk0JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);

background: -moz-linear-gradient(top,  rgba(0,0,0,0) 10%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.45) 36%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.45) 69%, rgba(0,0,0,0) 94%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgba(0,0,0,0)), color-stop(20%,rgba(0,0,0,0)), color-stop(36%,rgba(0,0,0,0.45)), color-stop(50%,rgba(0,0,0,0.6)), color-stop(69%,rgba(0,0,0,0.45)), color-stop(94%,rgba(0,0,0,0))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 10%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.45) 36%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.45) 69%,rgba(0,0,0,0) 94%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(0,0,0,0) 10%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.45) 36%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.45) 69%,rgba(0,0,0,0) 94%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(0,0,0,0) 10%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.45) 36%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.45) 69%,rgba(0,0,0,0) 94%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(0,0,0,0) 10%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.45) 36%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.45) 69%,rgba(0,0,0,0) 94%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */
}


#close, #closePho {
	display: block;
	position: absolute;
	height: 20px;
	width: 20px;
	padding-left:2px;
	background: #08abba;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	line-height: 100%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}


#close {
	right: -10px;
	top: -10px;
}


#closePho {
	left: -5px;
	top: 10px;
}

#close:hover, #closePho:hover {
   background: #078c98;
   color: #ccc;
}


div#popupContact {
	position: absolute; 
	top: 38%;
	right: 15px;
	max-width: 250px;
	min-width: 150px;
	font-family: 'ZonaPro', sans-serif;
	background-color: #fff;
}

div#popupContact p {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

img#pointer {
	position: absolute;
	right: 40px;
	bottom: -33px;
}
 
form[id=contactForm] {
	padding: 10px;
	font-family: 'ZonaPro', sans-serif;
	color: #A19E9E;
	background: none;
}

input[type=text], input[type=email], input[type=tel] {
	width: 94%;
	padding: 5px;
	border: 1px solid #ccc;
	font-size: 13px;
	color: #000;
	font-family: 'ZonaPro', sans-serif;
	margin:0;
} 
 
textarea {
	width:94%;
	height: 95px;
	padding: 5px;
	resize:none;
	border: 1px solid #ccc;
	font-size: 13px;
	font-family: 'ZonaPro', sans-serif;
}

#submit {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	display: block;
	background-color: #08ABBA;
	color: white;
	padding: 5px 0;
	font-size: 16px;
	cursor: pointer;
	text-transform: uppercase;
	border: 0;
	outline: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	text-shadow: 0;
	text-decoration: none;
}

#submit:hover {
   background: #078c98;
   color: #ccc;
   }
#submit:active {
   background: #034145;
   }


input[id=popupTel] {
	background-image: url(../images/footerButtons.png);
	background-repeat: no-repeat;
	background-position: 0px;
	border: none;
	outline: none;
	margin-left: 7px;
	margin-top: -7px;
	width: 40px;
	height: 50px;
	float: right;
	background-color: transparent;
	background-color: rgba(0,0,0,0.00);
	cursor:pointer;
}	

#popupPhone {
	position: absolute;
	top: 90%;
	right: 154px;
	z-index: 500;
	max-width: 162px;
	max-height: 80px;
	background-color: #ffff;
	border: none;
	outline: none;
	display:none;
}

form[id=popupPho] {
	padding:10px;
	font-family: 'ZonaPro', sans-serif;
	text-align: right;
	background: none;
	border: none;
	outline: none;
}

img#pointerPho {
	position: absolute;
	right: -20px;
	top: 28px;
}

.success, .error {
	position: absolute;
	left: 0;
	max-width: 100%;
	padding: 20px 25px 20px 25px;
	text-align: center;
}
.success {
	top: -100px;
	color: #468847;
	background-color: #dff0d8;
}

.error {
	top: -125px;
	color: #b94a48;
	background-color: #f2dede;
}
