/****Form****/

#form {
	padding-top: 8px;
	margin: 0;
	position: relative;
	overflow: hidden;
}

#form input {
	width: 100%;
	height: 41px;
	float:left;
	background: #efefef;
	color: #777777;
    font: 500 12px/19px 'Roboto', sans-serif;
	border: 1px solid #d3d3d3;
    padding: 10px 9px;

    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: 362px;
	background: #efefef;
	position: relative;
	resize:none;
	overflow: hidden;
	float:left;
	color: #777777;
	margin: 0;
    font: 500 12px/19px 'Roboto', sans-serif;
    padding: 10px 9px;
	border: 1px solid #d3d3d3;

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

#form ._placeholder {
	color: #777777;
    font: 500 13px/36px 'Roboto', sans-serif;
	border: none;
    padding: 2px 9px;
	height: 41px !important;
	width: 100% !important;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	cursor: text !important;
	display: block;
	letter-spacing: -.1px;
	
	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: 100%;
	margin: 0 0 10px 0!important;
}

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

#form .error-message, 
#form .empty-message {
	color: #e71f30;
	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)';
}

.btn {
	width: auto!important;
	padding: 0 18px!important;
	margin: 37px 9px 0 0;
}

#form .success-message {
	display: none;
	opacity: 0;
	position: absolute;
	border: 1px solid #d3d3d3;
	background: #efefef;
	color: #777777;
	width: 100%;
	height: 93px;
	line-height: 94px;
	text-align: center;
	z-index: 999;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;

	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;	
}

.address { 
	position: relative;
	overflow: hidden; 
	margin: 24px 0 0px;
	font-weight: 400;
	padding: 0;
	float: left;
	font-family: 'Roboto';
}

.address + .address {padding-left: 100px;}

.address span { float: left; }
.address p { 
	color: #e71f30; 
	font-weight: 700;
	font-size: 18px;
	line-height: 19px;
	margin-bottom: 10px;
}

dl dd {  
	text-align: right;
	width: 155px; 
	color: #777777;
}

.address a { 
	display: inline-block; 
	color: #e71f30;
	text-decoration: underline;
	margin-bottom: 3px;
}

.address a:hover { 
	text-decoration: none;
	color: #777; 
}

.map {
	position: relative;
	overflow: hidden;
	padding: 8px 0 2px;
}

.map_c {
	width: 100%;
	height: 464px;
}

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


}

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

	.address + .address {padding-left: 30px;}
}

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

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

    #form,
    .map {padding: 10px 0 15px; }

    .address {
    	margin: 25px 0 30px;
    	float: none;
    	padding: 0!important;
    }

    .btn {margin-top: 35px;}

  
}

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

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

    .map_c {height: 260px;}

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