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


* {margin:0;padding:0;}
  
html, body {
	height: 100%;
	font-family: 'OpenSansLight';
	 font-size:14px;
	 font-weight:lighter;
	}
 
#contact .container.content #contact-form #contact-us .formblock .screen-reader-text {
	 font-family: 'OpenSansLight';	
	font-weight: lighter;
}
 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
height:90%; !important

}
 

				textarea::-webkit-input-placeholder {
					color: #ccc;
					text-shadow: 0 -1px 0 #FFF;
				}
 
				
				textarea:-moz-placeholder {
					color: #ccc;
					text-shadow: 0 -1px 0 #FFF;
				}
 
.columna12 a {
	min-width: 300px;
}
 
input  {
	background-color:#EDEDED;
	border:thin solid #ccc;
	color: #333333;
	font: 13px/20px  AsapRegular;
}
 
textarea  {
	background-color:#EDEDED;
	border:thin solid #ccc;
	font-family: 'OpenSansLight';
	font-size: 13px;
	color: #333333;
	line-height:20px;
}
 
				
			input:focus, textarea:focus {
				background: #728eaa;
					background: -moz-linear-gradient(
						bottom,
						#ccc 0%,
						#FFF 20%
					);
					background: -webkit-gradient(
						linear,
						left top,
						left bottom,
						color-stop(0%, #ccc),
						color-stop(20%, #FFF)
					);
			}
 
.subbutton{
	border: 0;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e857b ', endColorstr='#115c630');
	background-color: #A2CEEF;
	display: inline-block;
	color: #ffffff;
	font-family: LatoLight;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 5px #333;
	clear: both;
	float: none;
	padding-top: 8px;
	padding-right: 23px;
	padding-bottom: 8px;
	padding-left: 23px;
}
 
.subbutton:hover {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#064a4a', endColorstr='#3e857b ');
	background-color: #DE782C;
}
 .subbutton:active {
	position:relative;
	top:1px;
}
 
p {
	margin-bottom: 14px;
	font-size:13px;
	font-family: 'OpenSansLight';	
}
 h2 {
	font-family: 'OpenSansLight';
	font-size: 20px;
	color: #569F95;
	margin-top: 0px;
	margin-bottom: 15px;
}
 
span {
	color: #F4B622;
}
 
.error {
	font-family: 'OpenSansLight';
	font-size: 11px;
}
 

.formblock {
	margin-bottom: 10px;
	font-family: LatoRegular;
	font-weight: lighter;
}
 
#contact {
	color: #666666;
 	font-family: 'OpenSansLight';
	height: 395px;
}
 




/*//////////////////////////////*/
