.wrapper .content .centerColumn.contato {
	margin: 0;
	width: 100%;
}


/* FORM */
#frmContato {
	position: relative;
	display: block;
	margin: 0 0 0 auto;
	padding: 25px;
	width: 45%;
	z-index: 101;
	background: rgba(255,255,255,0.9);
}

#frmContato ul {
	margin: 20px 0 0 0;
}

#frmContato textarea {
	height: 160px;
}

#frmContato .upload {
	display: none;
	overflow: hidden;
	margin: 15px 0;
}

#frmContato li.upload > span {
	position: relative;
	display: block;
	text-align: left !important;
}

#frmContato li.upload .info {
	display: inline-block;
	font-size: 0.8rem;
	margin: 0 0 0 20px;
}

#frmContato li.upload input[type=file] {
	position: absolute;
	top: 0;
	left: -80px;
	width: 110%;
	height: 27px;
	line-height: 27px;
	z-index: 1000;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

#frmContato li.upload input[type=file]:hover {
	cursor: hand !important;
	cursor: pointer !important;
}



/* GMAPS */
#GMaps {
	position: absolute;
	display: block;
	top: 674px;
	margin: 0;
	width: 100%;
	height: 655px;
	z-index: 100;
}







/* ########## */
/* RESPONSIVE */
/* ########## */


/* 1440 */
@media screen and (max-width: 1440px) {
	#frmContato {
		margin-right: 25px;
	}
}


/* 1300px */
@media screen and (max-width: 1300px) {

}


/* 1024px */
@media screen and (max-width: 1024px) {
	#frmContato {
		width: 55%;
	}
}


/* 960px */
@media screen and (max-width: 960px) {
	#frmContato {
		margin: 0;
		width: 100%;
		max-width: 720px;
	}

	#GMaps {
		position: relative;
		top: auto;
		margin: 0;
	}
}


/* 768px */
@media screen and (max-width: 768px) {

}


/* 640px */
@media screen and (max-width: 640px) {
	#boxFormLoading {
		position: relative;
		width: 100%;
	}
}


/* 480px */
@media screen and (max-width: 480px) {

}


/* 320px */
@media screen and (max-width: 320px) {

}