/****Form****/

.contact-form {
	padding-top: 4px;
}

.content .contact-form {
	padding-top:  4px;
}
.contact-form input {
	border: none;
	background: transparent;
	font: 13px/18px 'PT Sans', sans-serif;
	outline: medium none;
	float:left;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	color: #939393;
	padding: 10px 18px 11px;
	background: #2e2e2e;
}
.contact-form textarea {
	border: none;
	background: transparent;
	font: 13px/18px 'PT Sans', sans-serif;
	color: #939393;
	height: 226px !important;
	outline: medium none;
	overflow: auto;
	padding: 10px 18px 11px;
	width: 100%;
	position: relative;
	resize:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	float:left;
	margin: 0;
	background: #2e2e2e;
}
.contact-form input[type="text"],.contact-form input[type="password"],.contact-form input[type="tel"]{
	width: 214px;
}
.content .contact-form textarea {
	height: 445px !important;
}

.contact-form label {
	position:relative;
	display: block;
	min-height: 40px;	
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 19px;
}
.contact-form .message{
	margin-bottom: 0px;
}
.contact-form .error, .contact-form .empty {
	color: #fff;
	display: none;
	font-size: 10px;
	line-height:22px;
	width:auto;
	position: absolute;
	z-index: 999;
	right: 5px;
	top: 39px;
	left: 10px;
	float:left;
}
.contact-form .message .error, .contact-form .message .empty {
	top: 224px;
}
.contact-form .error-empty {
	display:none;
	float:left;
}

.btns {
	position:relative;
	overflow:hidden;
	padding-top: 15px;
	text-align: right;
}
.btns a {
	margin: 0 6px 0 13px !important;
	cursor: pointer;

}


.message br {
	height: 0;
	line-height: 0;
	width: 100%;
}

.contact-form .success {
	color: #fff;
	display: none;
	position: absolute;
	background: #2e2e2e;
	text-align: center;
	padding: 58px 37px;
	z-index: 999;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}
.contact-form .success strong{
	color: #fff;
}

.success_wrapper {
	position: relative;	
}

@media only screen and (max-width: 995px) {

.contact-form {
	padding-top: 0;	
}


.contact-form label {
	float: none !important;	
	width:  100%;
}
}


@media only screen and (max-width: 767px) {
  
  .btns {
		padding-bottom: 0;  
  }
  
  .contact-form textarea {
		height: 300px !important;  
  }
  
}
@media only screen and (max-width: 479px) {
 
  .contact-form textarea {
		height: 200px !important;  
  }
}

