/***** contact form *****/
.contact-form {
	position: relative;
	vertical-align: top;
	z-index: 1;
	margin: 22px 0 0;
	top: 0;
}
.contact-form .txt-form {
	display: none;
}
.contact-form .coll-1, .contact-form .coll-2 {
	margin-bottom: 26px;
	float: left;
	width: 180px;
}
.contact-form .coll-1, .contact-form .coll-2 {
	margin-right: 20px;
}

.contact-form fieldset {
	top: 13px;
	border: none;
	padding: 0;
	width: 50%;
	position: relative;
	z-index: 10;
}
.contact-form label {
	display: block;
	min-height: 45px;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.contact-form .message {
	display: block;
	width: 100%;
}
.contact-form input {
	padding: 10px 15px;
	margin: 0;
	text-decoration: none;
	font-family: 'Verdana', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #8b8b8b;
	background: #e7e7e7;
	outline: none;
	width: 100%;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	float: left;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form textarea {
	padding: 10px 15px;
	margin: 0;
	text-decoration: none;
	font-family: 'Verdana', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #8b8b8b;
	background: #e7e7e7;
	outline: none;
	width: 100%;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	float: left;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form input {
	height: 42px;
}
.contact-form input:focus, .contact-form textarea:focus {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	color: #8b8b8b !important;
	border: none;
}
.contact-form .area .error {
	float: none;
}
.contact-form textarea {
	width: 100%;
	height: 277px;
	resize: none;
	overflow: auto;
}
.contact-form .success {
	border: none;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 20px;
	background: #e7e7e7;
	padding: 18px 0px;
	text-transform: none;
	text-align: center;
	z-index: 20;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form .error, .contact-form .empty {
	color: #f00;
	font-size: 10px;
	line-height: 1.2em;
	display: none;
	text-align: right;
	overflow: hidden;
	width: 100%;
	text-transform: none;
	position: absolute;
	top: 30px;
	right: 0;
}
.contact-form .message .error, .contact-form .message .empty {
	top: 265px;
}
.contact-form .buttons-wrapper {
	margin: 0;
}
.contact-form .buttons-wrapper a {
	margin-top: 38px;
}
.contact-form .buttons-wrapper a:hover {
	text-decoration: none;
}
.contact-form .buttons-wrapper p {
	top: -10px;
	position: relative;
	font-weight: 200;
	display: inline-block;
	color: #8b8b8b;
	text-transform: uppercase;
}
.contact-form .buttons-wrapper span {
	font-family: 'Verdana', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	display: inline-block;
	position: relative;
	margin-left: 28px;
}
.buttons-wrapper > .link1 {
	padding: 13px 22px;
}
/*-- end contacts --*/  
  
  
  

@media (min-width: 1200px) {
.contact-form .coll-1,  .contact-form .coll-2 {
	float: left;
	width: 317px;
}
}
/*************************************************/
@media (min-width: 768px) and (max-width: 979px) {
.row_6 h2 {
	font-size: 19px;
}
.contact-form .coll-1,  .contact-form .coll-2 {
	float: none;
	width: 100%;
}
}
/*************************************************/
@media (max-width: 767px) {
.contact-form .coll-1,  .contact-form .coll-2 {
	float: none;
	width: 100%;
}
.row_6 .span4 {
	margin-top: 30px;
}
}

.btn.link1 {
	position: relative;
	border: none;
	text-shadow: none;
	font-family: 'Verdana', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #ffffff;
	padding: 6px 21px 8px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-position: 0 0;
	background: #343434;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor:pointer;
}

#divCarga {
	height:100%;
	width:100%;
	position: absolute;
	background-color: gray;
	top: 0;
	z-index:9999;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.ajax-loader {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto; 
}
