/* Contact form */

#klform {
	padding:10px;}

#contact-form {
	padding:4px 0 0 0;
}
#contact-form .success {
	width:100%;
	padding:10px;
	color:#D51D2A;
	font-family:'Roboto Condensed', sans-serif;
	font-size:18px;
}
#contact-form textarea, #contact-form input {
	margin:0;
	font-size:14px;
	line-height:20px;
	border:1px solid #e7e7e7;
	color:#8c8c8c;
	padding:7px 14px;
	outline:none;
	position:relative;
	font-family:'Roboto Condensed', sans-serif;
	background:#fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#contact-form input {
	width:100%;
	height:36px;
}
#contact-form textarea {
	overflow:auto;
	width:68%;
    width:100%;
	height:120px;

	resize:none;
	float:left;
	margin: 0 0 0 0;
}
#contact-form .div-label {
	min-height:46px;
	overflow:hidden;
}
#contact-form label {
	display: inline-block;
        width:100%;
}
#contact-form label.message {
	display:block;
	padding-bottom:0;
}
#contact-form .button {
	margin-left:8px;
}
#contact-form .error, #contact-form .empty, #contact-form .success {
	display:none;
}
#contact-form .error, #contact-form .empty {
	text-align:left;
	color:#D51D2A;
	font-size:12px;
	clear:both;
}
#contact-form .buttons2 {
	overflow:hidden;
	text-align:right;
	position:relative;
	clear:both;
}
#contact-form .buttons2 a {
	cursor:pointer;
	margin-top:0;
	text-align:center;
	margin-left:20px;
	color:#FDFDFD;
}
#contact-form span {
	display:block;
	margin: 0px 0 0 5px;
}
.clear {
	clear:both;
	width:100%;
	line-height:0;
	font-size:0;
}
.button {
	display:inline-block;
	padding:7px 13px 8px 13px;
	margin: 0 0 0 0;
	font-size: 14px;
	line-height: 20px;
	background: #191716;
	color:#ffffff;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.button a{
	color:#FEFEFE;
	
}
.button:hover {
	background: #D51D2A;
	color:#ffffff;
}