/*###################
#   CONTACT         #
###################*/
/*body#page-contact div.content {
	width: 100%;
	padding: 0;
}*/
body#page-contact div.content div.form {
  width: 60%;
  margin: 0 auto;
}

/*body#page-contact-confirmed div.content {  }

body#page-contact div.content h1 { margin-top: 20px; }

body#page-contact div.content div.cms,
body#page-contact-confirmed div.content div.cms {
	padding: 21px 0 0 0;
}


    body#page-contact div.content div.cms .text1,
    body#page-contact div.content div.cms .text2,
    body#page-contact div.content div.cms .text3 {
        font-size: 18px;
        color: #555555;
    }

	    body#page-contact div.content div.cms .text1,
	    body#page-contact div.content div.cms .text2,
	    body#page-contact div.content div.cms .text3 {
	        color: #000000;
	    }
*/
/* Form */
/*body#page-contact div.content input.hasDatepicker {
	background-image: url("/public/img/ico-calendar.png");
	background-position: 95% center;
	background-repeat: no-repeat;
	cursor: pointer;
}*/
/* MAPS */
.maps {
  position: relative;
}

#gmap-page-contact {
  width: 980px;
  height: 345px;
}

	/*
	.maps .map-info {
		position: absolute;
		top: 30px;
		left: 20px;
		width: 480px;
		height: 200px;
		padding: 20px 15px;
		background: rgba(#ffffff, 0.90);
		@include border-radius(5px);
	}

	.maps .map-info p {
		font-size: 14px;
		color: #515151;
	}*/
