.ngform .ngformcolumn
{
	float: left;
}

.ngform .ngformcolumns1 .ngformcolumn {
	width: 100%;
}

.ngform .ngformlabel
{
	font: 15px 'Open Sans',Verdana,Helvetica,sans-serif;
	color: #9a9795;
	padding: 5px 5px 0 0;
}

.ngform label.ngformright 
{
	font: 15px 'Open Sans',Verdana,Helvetica,sans-serif;
	color: #9a9795;
	padding: 5px 0 0 0;
}


.ngform .ngformerror
{
	color: #a65856;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	margin: 5px 0 20px 0;
}

.ngform label.ngerror
{
	color: #a65856;
}


.ngform label.ngmandatory
{
	font-weight: bold;
}

.ngform .ngformnopad
{
	padding: 5px 0 0 0;
}

.ngform input[type=text], .ngform input[type=password], .ngform input[type=email], .ngform textarea, .ngform input[type=number] 
{
	-webkit-appearance: none;	
}

.ngform .ngformspacer {
    height: 32px;
    margin-bottom: 10px;
}

.ngform .ngformline {
    border: 0;
    padding: 6px 0;
    margin-bottom: 10px;
}

.ngform .ngformline hr {
    border: 0;
    height: 1px;
    background-color: #f1eeeb;
}


.ngform input[type=text], .ngform input[type=password], .ngform input[type=email], .ngform select, .ngform textarea, .ngform input[type=number], .ngform input[type=date], .ngform input[type=time]
{
	border-color: #f1eeeb;
	border-width: 1px;
	border-style: solid;
	padding: 4px;
	background: #ffffff;
	font: 15px 'Open Sans',Verdana,Helvetica,sans-serif;
	color: #464646;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.0);
	border-radius: 0px;
}

.ngform select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2216%22%20viewBox%3D%220%200%2025.00%2016.00%22%20enable-background%3D%22new%200%200%2025.00%2016.00%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23464646%22%20d%3D%22M%206.36396%2C12.7782L%204.94975%2C11.364L%200%2C6.41422L%201.41421%2C5L%206.36396%2C9.94975L%2011.3137%2C5L%2012.7279%2C6.41421L%207.77817%2C11.364L%206.36396%2C12.7782%20Z%20%22%2F%3E%3C%2Fsvg%3E");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 30px;
}

.ngform select::-ms-expand {
    display: none;
}

.ngform img {
    display: block;
    height: auto;
}

.ngform input[type=number]
{
	min-width: 100px;
}

.ngform input[type=checkbox],
.ngform input[type=radio]
{
 	margin:0;
	padding: 0;
}

.ngform input[type=submit]
{	
	border-color: #666463;
	border-width: 1px;
	border-style: solid;
	padding: 8px 16px 8px 16px;
	background: #666463;
	font: 15px 'Open Sans',Verdana,Helvetica,sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.0);
	border-radius: 0px;
	display: block;
	float: right;
	cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    margin-top: 20px;
}

.ngform input[type=submit]:hover
{	
	border-color: #7f614c;
	background: #7f614c;
	font-weight: normal;
	
	font-style: normal;
	
	text-transform: uppercase;
	
	color: #ffffff;
}


.ngform .ngradiogroup
{
	margin-bottom: 4px;
	display: block;
}

.ngform textarea 
{
	height: 100px;
}

input::-webkit-calendar-picker-indicator{
    display: inline;
}

.ngform .ngformright,
.ngform .ngformleft
{
		display: block;
		margin: 0 0 10px 0;
		box-sizing: border-box;
}

.ngform .ngformright
{
	float: left;
	width: 65%;
}
.ngform .ngformleft
{
	float: left;
	width: 35%;
}
	
.ngform .ngformcolumns2 .ngformcolumn {
	width: 49%;
}

.ngform .ngformcolumns2 .ngformcolumn:first-child {
	margin-right: 2%;
}


@media screen and (max-width: 1023px) 
{
	.ngform .ngformcolumns2 .ngformcolumn {
		width: 100%;
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.sqr .ngform .ngformright
	{
		width: 100%;
		float: none;
	}
	.sqr .ngform .ngformleft
	{
		width: 100%;
		float: none;
	}	
} 