@import url(//fonts.googleapis.com/css?family=Roboto:100);

/****Form****/

#form {
	padding-top: 16px;
	position: relative;
	outline: medium none;
	letter-spacing: 0px;
}

input {
	width: 100%;
	height: 36px;
	float:left;
	background-color: #fff;
	color: #000;
    font: 14px/14px Arial, Verdana, Helvetica,sans-serif;
	border: 1px solid #666666;
    padding: 10px 15px 9px 15px;
	margin:0px 0px 10px 0px;

}

input[type="radio"] {
	padding:0; 
	height: 15px;
	width:15px;
	}
	
	input[type="checkbox"] {
	padding:0; 
	height: 20px;
	width:20px;
	}


#form textarea {
	width: 90%;
	height: 100px;
	background: #fff;
	position: relative;
	resize:none;
	overflow: hidden;
	float:left;
	margin: 0;
	color: #000;
    font: 14px/14px Arial, Verdana, Helvetica,sans-serif;
	border: 1px solid #666666;
    padding: 13px 15px 12px 15px;
	margin-bottom:10px;
}



#form ._placeholder {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color: #000;
    font: 14px/14px Arial, Verdana, Helvetica,sans-serif;
    padding: 13px 15px 12px 15px;
	height: 30px !important;
	width: 100% !important;
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	cursor: text !important;
	display: block;
}

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


#form .message ._placeholder {
	height: 100% !important;
}
#form label {
	position:relative;
	display: block;
	min-height: 49px;
	float: left;
	width: 100%;
	margin-right:20px;
}

#form label+label {
}



#form label.message {
	width: 100%;
	margin-left: 0;
}




#form .error-message, #form .empty-message {
	color: #E02A05;
	font-size: 12px;
	line-height: 12px;
	width:auto;
	position: absolute;
	z-index: 999;
	top: 20px;
	opacity: 0;
	right: 5px;
	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;
}

.btns {
	font-size: 0;
	line-height: 0;
	text-align: right;
	padding-top: 30px;
}
.btns .btn_wrapper{
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 26px;
}
.btns .btn_slide div,
.btns .btn_main{
	font-weight: 900;
}


input[type=radio], input.radio { float:left; clear:none; margin: 2px 0 0 2px; }
input[type=checkbox], input.checkbox { float:left; clear:none; margin: 0px 2px 0 0px; }



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

}

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

}

@media only screen and (max-width: 767px) {
    #form input,
    #form .success-message,
    #form label {
		width: 100%;
	}
}
@media only screen and (max-width: 479px) {

}