/****Form****/

#form {
	margin: 31px 0 15px;
	position: relative;
	overflow: hidden;
}

#form input {
	width: 100%;
	height: 41px;
	float:left;
	background: #fbfbfb;
	color: #939393;
    font: 400 13px/18px 'Open Sans', sans-serif;
	border: 1px solid #e7e7e7;
    padding: 11px 14px;

    box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}

#form textarea {
	width: 100%;
	height: 289px;
	background: #fbfbfb;
	position: relative;
	resize:none;
	overflow: hidden;
	float:left;
	color: #939393;
	margin: 0;
    font: 400 13px/18px 'Open Sans', sans-serif;
    padding: 11px 14px;
	border: 1px solid #e7e7e7;

    box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}

#form ._placeholder {
	color: #939393;
    font: 400 13px/18px 'Open Sans', sans-serif;
	border: none;
    padding: 11px 14px;
	height: 41px !important;
	width: 100% !important;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	cursor: text !important;
	display: block;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

#form ._placeholder.hidden {
	display: none;
}

#form ._placeholder.focused {
	opacity: 0.3;
}

#form .message ._placeholder {
	height: 100% !important;
}

#form label {
	position:relative;
	display: block;
	min-height: 41px;
	float: left;
	width: 480px;
	margin: 0 0 8px 0!important;
}

#form label.message {
	width: 100%;
	margin-left: 0;
	margin-bottom: 8px!important;
}

#form .error-message, #form .empty-message {
	color: #e05c5c;
	font-size: 13px;
    line-height: 41px;
	width:auto;
	position: absolute;
	z-index: 999;
	top: 0;
	opacity: 0;
	right: 14px;
	float:left;

	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

#form .invalid .error-message, #form .empty .empty-message {
	opacity: 1;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.btns {
	position: relative;
	display: inline-block;
	float: right;
    margin: 10px 0 0;
}

.btn {
    color: #b0a289;
    text-decoration: underline;
    text-transform: uppercase;
    margin-left: 39px;
    font: 700 14px/24px 'Open Sans';
    letter-spacing: 1px;
}

#form .success-message {
	display: none;
	opacity: 0;
	position: absolute;
	border: 1px solid #e7e7e7;
	background: #fbfbfb;
	color: #939393;
	width: 480px;
	height: 90px;
	text-align: center;
	z-index: 999;
	font: normal 14px/90px 'Open Sans', sans-serif;

	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

#form.success .success-message {
	display: block;
	opacity: 1;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.success_wrapper {
	position: relative;	
}

.map_c {
	position: relative;
	overflow: hidden;
	height: 358px;
	margin: 0;
	width: 100%;
}

.info1 {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 50px 30px 50px 15px;
}

.address1 { 
	position: relative;
	overflow: hidden; 
	margin: 23px 0 0;
	color: #939393;
	font: normal 13px/24px 'Open Sans', sans-serif;
}

.address1 p { 
	color: #000; 
	font: 600 14px/22px 'Open Sans', sans-serif;
	margin-bottom: 17px;
	text-transform: uppercase;
}

.address1 a { 
	display: inline-block; 
	color: #b0a289;
	text-transform: lowercase;
	margin-bottom: 2px;
	text-decoration: underline;
}

.address1 a:hover { 
	text-decoration: none;
	color: #000;
}

@media only screen and (max-width: 995px) {

	#form .success-message {width: 100%;}

	#form label {width: 100%;}

	#form ._placeholder { border: none; }

}

@media only screen and (max-width: 767px) {

	#form {margin: 23px 20px 10px;}

	.map figure {
		width: 100% !important;
		display: block !important;
		margin-right: 0px !important;
	}

	.map_c {height: 300px;}
 
    #form textarea { height: 150px !important; }

    .info1 {padding-top: 38px;}

  
}

@media only screen and (max-width: 479px) {

    #form textarea { height: 150px !important; }

    #form .success-message {height: 92px; line-height: 92px;}

    .map_c {height: 260px;}

    #form label {margin-bottom: 10px!important;}
}