/****Form****/

.form {
	padding-top: 22px;
}

.form input[type="text"] {
	width: 56%;
	height: 30px;
	float:right;
	background: #f0f3f5;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	color: #737272;
    font: 14px/18px 'Open Sans', sans-serif;
    border: none;
    padding: 5px 18px 7px;
}


.form textarea {
	width: 100%;
	height: 287px;
	background: #f0f3f5;
	position: relative;
	resize:none;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	float:left;
	margin: 0;
	color: #737272;
    font: 14px/18px 'Open Sans', sans-serif;
    border: none;
    padding: 11px 18px 7px;
}
.form select {
	width: 56%;
	height: 30px;
	float:right;
	background: #f0f3f5;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	color: #737272;
    font: 14px/18px 'Open Sans', sans-serif;
    border: none;
    padding: 5px 18px 7px;
}

.form  .message ._placeholder {
	padding-top: 11px;
}



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

.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: 44px;
	float: left;
	clear: left;
	width: 100%;
}


.form label+label {
}


.form label.message {
	width: 100%;
	position: relative;
	top: 12px;
	margin-left: 0;
}




.form .error-message, .form .empty-message {
	color: #E02A05;
	font-size: 11px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 999;
	top: 10px;
	opacity: 0;
	right: 5px;
	float:left;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

/*.form .message .error-message, .form .message .empty-message {
	bottom: -16px;
}*/




.form .invalid .error-message, .form .empty .empty-message {
	opacity: 1;
}

.btns {
	font-size: 0;
	line-height: 0;
	text-align: right;
	padding-top: 45px;
}

.btns a.btn {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	min-width: 86px;
	display: inline-block;
	text-align: center;
	
}

.btns a.btn+a.btn {
	margin-left: 21px;
}


.btns .btn {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	min-width: 86px;
	display: inline-block;
	text-align: center;
	
}

.btns .btn+.btn {
	margin-left: 21px;
}




.phone {
	position: relative;
}

.btnss{
    background-color: #e5e5e5;
    border-radius: 8px;
    color: #737272;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-top: 28px;
    padding: 5px 26px 4px;
	border:1px #e5e5e5 solid;
	cursor:pointer;
	transition: all 0.5s ease 0s;
}
.btnss:hover{
background:#C73430;
color:#fff;
}

.message br {
	height: 0;
	line-height: 0;
}

.form .success-message {
	display: none;
	opacity: 0;
	position: absolute;
	background: #f0f3f5;
	width: 100%;
	height: 74px;
	text-align: center;
	padding: 25px 10px;
	z-index: 999;
	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;
}

.success_wrapper {
	position: relative;	
}

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

.form {
}


.form label {
	float: none !important;	
	width: 100%;
	margin-left: 0 !important;
}

.form input {
	margin-bottom: 10px;
}


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

.btns {
	padding-right: 0;
}

.form label.email {
	width: 100%;
	margin: 0;
}

.map figure {
	float: left !important;
	margin-right: 0px !important;
}


}

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


.map figure {
	width: 100% !important;
	float: none !important;
	display: block !important;
	margin-right: 0px !important;
}
  .btns {
		padding-bottom: 0;  
  }
  
  .form textarea {
		height: 300px !important; 
  }

   .form {
 	padding-right: 0;
 }
  
}
@media only screen and (max-width: 479px) {

  .form textarea {
		height: 200px !important;  
  }
}