

#contacts-slide {
	position: relative;

	height: 355px;
}
#contacts-header h2 {
	margin-left: -495px;

	font-size: 50px;
	color: #FFF;
}
#contacts-map {
	width: 100%;
	height: 355px;
	margin: 0; padding: 0;
}

/*.contacts p {
	font-size: 14px;
	color: #5c5c5c;	
}*/


.contacts .info {
	float: left;
	width: 380px;

	margin: 50px 0 0;
}
.contacts .info img {
	margin: 0 0 60px;
}
.contacts .info h5 {
	font: normal 12px Arial;
	color: #000;
}
.contacts .info p {
	display: block;
	font: 18px JMF;
	text-transform: uppercase;
	color: #8c8c8c;
	
	margin: 6px 0 0;
}
.touch .contacts .info p {	
	font-family: "JMF A", "JMF B";
}

.contacts .info .clearfix {
	margin: 15px 0;
}
.contacts .info .clearfix div {
	float: left;

	margin: 0 30px 0 0;
}
.contacts .info .clearfix a {
	font: 18px JMF;
	text-transform: uppercase;
	color: #8c8c8c;

	text-decoration: none;
}
.touch .contacts .info .clearfix a {	
	font-family: "JMF A", "JMF B";
}

.contacts form {
	float: left;
	width: 600px;

	margin: 50px 0 0;
}
.contacts form label {
	display: block;
	margin: 20px 0;

	font: bold 14px Arial;
	color: #5c5c5c;
}

.contacts form input, .contacts form textarea {
	width: 420px;
	padding: 10px;
	border: 1px solid #CCC;

	resize: none;

	-webkit-transition: border-color .3s linear;
 	-moz-transition: border-color .3s linear;
 	-o-transition: border-color .3s linear;
 	-ms-transition: border-color .3s linear;
 	transition: border-color .3s linear;
}
.contacts form textarea {
	display: block;

	width: 578px;
	height: 150px;
}

.contacts form input:focus,
.contacts form textarea:focus {
	border: 1px solid #999;
	outline: none;
}

.contacts form input.error, .contacts form textarea.error {
	border: 1px solid red;
}
.contacts button {
	float: right;
	width: 125px;
	height: 30px;
	margin: 15px 0 0;

	border: 0px;
	background: #48474c;
	font-weight: bold;
	font-size: 13px;
	color: #FFF;
	
}















	#layer {
	display: none;
	position: fixed;
	top: 0px; left: 0px;
	width: 100%; height: 100%;

	background: url(../img/back40.png);
	background: rgba(255,255,255,0.4);

	opacity: 0;

	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

#layer-container {
	display: none;
	position: relative;
	top: 50%;
	width: 400px; height: 246px;
	margin: -100px auto 0; padding: 20px;

	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.6);

	background: #FFF;

	opacity: 0;

	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear;

}
.no-csstransitions #layer,
.no-csstransitions #layer-container {
	opacity: 1;
}

#layer-container i {
	display: block;
	width: 78px; height: 78px;
	margin: auto;
	background: url(../img/sucesso.png);
}
#layer-container i.error {
	background: url(../img/erro.png);
}
#layer-container h2 {
	height: 30px;
	margin-top: 20px;

	color: #444;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
}
#layer-container p {
	float: none;

	height: 30px;
	margin: 10px;
	padding: 0 0 30px;
	border-bottom: 1px solid #ccc;

	font-size: 12px;
	color: #444;

	text-align: center;
}
#layer-container p a {
	text-decoration: none;
	color: #444;
}
#layer-container > div a {
	display: block;
	width: 90px;
	margin: 15px auto 0;
	padding: 10px 0;

	background: #CCC;

	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;

	-webkit-transition: background .1s linear;
	-moz-transition: background .1s linear;
	-o-transition: background .1s linear;
	-ms-transition: background .1s linear;
	transition: background .1s linear;
}
#layer-container > div a:hover {
	background: #444;
}