/****Form****/

.form
{
	margin-bottom: 6px;
	font-family: 'Noto Sans' , sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #444444;
	padding: 15px;
}

.form1
{
	margin-bottom: 6px;
	font-family: 'Noto Sans' , sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #444444;
	padding: 15px;
}

.form select
{
	outline: none;
	width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 100;
	color: #797563;
	background: #fff;
	-webkit-border-radius: 3px;
	-mox-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-style: normal;
	border: 1px solid #cbcac5;
	padding: 12px;
	margin: 10px 0 15px;
	z-index:9999;
}


.form1 select
{
	outline: none;
	width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 100;
	color: #797563;
	background: #fff;
	-webkit-border-radius: 3px;
	-mox-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-style: normal;
	border: 1px solid #cbcac5;
	padding: 12px;
	margin: 10px 0 4px;
	z-index:9999;
}


.form input
{
	outline: none;
	width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 100;
	color: #797563;
	background: #fff;
	-webkit-border-radius: 3px;
	-mox-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-style: normal;
	border: 1px solid #cbcac5;
	padding: 12px;
	margin: 10px 0 15px;
	z-index:9999;
}

.form textarea
{
	outline: none;
	background: #fff;
	border: 1px solid #cbcac5;
	width: 100%;
	height: 301px;
	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 */
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #797563;
	font-style: normal;
	padding: 7px 12px 5px;
}
.form ._placeholder
{
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #797563;
	border: 1px solid transparent;
	padding: 7px 12px 5px;
	height: 42px !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: 42px;
	clear: left;
	width: 100%;
}
.form label span
{
	padding-left: 5px;
	color:White;
	font-size:16px;
	font-weight:900;
}

.form label span b
{
	font-weight:900;
}
.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;
}*/



.form1 label
{
	position: relative;
	display: block;
	min-height: 42px;
	clear: left;
	width: 100%;
}
.form1 label span
{
	padding-left: 5px;
	color:White;
	font-size:16px;
	font-weight:900;
}

.form1 label span b
{
	font-weight:900;
}




.form .invalid .error-message, .form .empty .empty-message
{
	opacity: 1;
}
.form .btns
{
	padding-top: 24px;
	text-align: right;
	float: left;
}
.form a.btn-big
{
	display: block;
	text-align: center;
	padding: 14px 0 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	width: 100%;
	line-height: 26px;
	font-weight: 400;
	background: #426ca9; /* Old browsers */
	background: -moz-linear-gradient(top, #426ca9 0%, #194f90 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #426ca9), color-stop(100%, #194f90)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #426ca9 0%, #194f90 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #426ca9 0%, #194f90 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #426ca9 0%, #194f90 100%); /* IE10+ */
	background: linear-gradient(to bottom, #426ca9 0%, #194f90 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#426ca9', endColorstr='#194f90', GradientType=0 ); /* IE6-8 */
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-mox-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin-top: 20px;
}
.form a.btn-big:hover
{
	background: #8A3E6B; /* Old browsers */
	background: -moz-linear-gradient(top, #8A3E6B 0%, #DC74AA 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8A3E6B) color-stop(100%, #DC74AA)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8A3E6B 0%, #DC74AA 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8A3E6B 0%, #DC74AA 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8A3E6B 0%, #DC74AA 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8A3E6B 0%, #DC74AA 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8A3E6B ', endColorstr='#DC74AA', GradientType=0 ); /* IE6-8 */
	text-decoration: none;
	-moz-box-shadow: inset 0px 0px 8px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0px 0px 8px 4px rgba(0,0,0,0.2);
	-o-box-shadow: inset 0px 0px 8px 4px rgba(0,0,0,0.2);
	-ms-box-shadow: inset 0px 0px 8px 4px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 8px 4px rgba(0,0,0,0.2);
	
	
	
	
	
	
	
}
.btns a.btn
{
	background: #8A3E6B; /* Old browsers */
	background: -moz-linear-gradient(top, #8A3E6B 0%, #DC74AA 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8A3E6B) color-stop(100%, #DC74AA)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8A3E6B 0%, #DC74AA 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8A3E6B 0%, #DC74AA 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8A3E6B 0%, #DC74AA 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8A3E6B 0%, #DC74AA 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8A3E6B ', endColorstr='#DC74AA', GradientType=0 ); /* IE6-8 */
	text-decoration: none;
	-moz-box-shadow: inset 0px 0px 8px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0px 0px 8px 4px rgba(0,0,0,0.2);
	-o-box-shadow: inset 0px 0px 8px 4px rgba(0,0,0,0.2);
	-ms-box-shadow: inset 0px 0px 8px 4px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 8px 4px rgba(0,0,0,0.2);
	
}
.btns a.btn:hover
{
	display: inline-block;
	text-align: left;
	padding: 13px 30px 12px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	background: #426ca9; /* Old browsers */
	background: -moz-linear-gradient(top, #426ca9 0%, #194f90 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #426ca9), color-stop(100%, #194f90)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #426ca9 0%, #194f90 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #426ca9 0%, #194f90 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #426ca9 0%, #194f90 100%); /* IE10+ */
	background: linear-gradient(to bottom, #426ca9 0%, #194f90 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#426ca9', endColorstr='#194f90', GradientType=0 ); /* IE6-8 */
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}
.comments
{
	float: left;
	font: 14px/18px Arial, Helvetica, sans-serif;
	color: #545e60;
	margin-left: 17px;
	padding-top: 30px;
}
.btns.mr a.btn
{
	padding: 13px 26px 12px 30px;
}
.mr
{
	margin-right: 20px;
}
.phone
{
	position: relative;
}
.message br
{
	height: 0;
	line-height: 0;
}
.successmessage1
{
    
	position: absolute;
	border: 1px solid #dfe1e0;
	background: #fff;
	width: 100%;
	height: 41px;
	text-align: center;
	padding: 8px 10px 8px;
	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-message
{
    
	opacity: 0;
	position: absolute;
	border: 1px solid #dfe1e0;
	background: #fff;
	width: 100%;
	height: 41px;
	text-align: center;
	padding: 8px 10px 8px;
	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;
	bottom:50px;
}
