.form_wrapper {width:100%;}

.form_row {width:100%; margin:10px 0;}

.form_row.moreSpace {width:100%; margin:20px 0;}

.form_col {float:left; padding-right:10px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.form_row.moreSpace .form_col {padding-right:20px;}

.form_row.fourcol .form_col{width:25%;}

.form_row.threecol .form_col{width:33.3%;}

.form_row.twocol .form_col:nth-child(2) {
	padding-right: 0!important;
}

.form_row.threecol .form_col:nth-child(3) {
	padding-right: 0!important;
}

.form_row.fourcol .form_col:nth-child(4) {
	padding-right: 0!important;
}

.form_col.withCheckbox {
	line-height: 80px;
}

.form_row.twocol .form_col{width:50%;}

.form_row.twocol.captcha {padding-top:10px;}

.form_row.twocol.captcha .form_col{width:76%;}

.form_row.twocol.captcha .form_col.captcha_img{width:16%;}

.form_row.onecol .form_col{width:100%; padding:0;}

.form_wrapper a{text-decoration: underline; font-weight: bold;}

.form_wrapper label {color:#696969; font-size:14px;}

.form_wrapper input, .form_wrapper textarea, .form_wrapper select {}

.form_wrapper textarea {
	padding:10px!important;
}

.form_wrapper input[type="text"], .form_wrapper input[type="password"], .form_wrapper input[type="button"], .form_wrapper input[type="file"], .form_wrapper textarea, .form_wrapper select {
	color:#494949;
	border:0px none;
	margin-top:7px;
	background: #f5f5f5;
	border:1px #cacaca solid;
	height:36px;
	width:100%;
	padding:0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form_wrapper select {
	padding:6px
}

.form_wrapper input[type="radio"] {
	margin:0 10px;
}


.form_wrapper input[type="text"].big, .form_wrapper input[type="password"].big, .form_wrapper input[type="file"].big, .form_wrapper textarea.big, .form_wrapper select.big {
	height:45px!important;
}


.form_wrapper input[type="text"], .form_wrapper input[type="password"] {
	padding:0 10px;
}

.form_row.fourcol .form_col input[type="text"], .form_row.fourcol .form_col input[type="password"], .form_row.fourcol .form_col input[type="file"] {

}

.form_row.threecol .form_col input[type="text"], .form_row.threecol .form_col input[type="password"], .form_row.threecol .form_col input[type="file"] {

}

.form_row.twocol .form_col input[type="text"], .form_row.twocol .form_col input[type="password"], .form_row.twocol .form_col input[type="file"] {

}

.form_row.onecol .form_col input[type="text"], .form_row.onecol .form_col input[type="password"], .form_row.onecol .form_col input[type="file"] {

}

.form_row.twocol.captcha .form_col input[type="text"], .form_row.twocol.captcha .form_col input[type="password"] {

}

.form_wrapper input[type="text"]:focus, .form_wrapper textarea:focus, .form_wrapper select:focus, .form_wrapper input[type="password"]:focus, .form_wrapper input[type="file"]:focus {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.form_wrapper input[type="submit"], .form_wrapper button{
    -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	transition: all 300ms ease;
	padding:0 20px;	
	line-height: 36px;
	cursor: pointer;
	border:0px none;
	margin-right:auto;
	margin-left: auto;
	margin-top: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.form_wrapper input[type="submit"].square, .form_wrapper button.square{
	-webkit-border-radius: 0;
	border-radius:0;
}

.form_wrapper select {}

.form_wrapper textarea {resize:none; font-family: Arial, Helvetica, sans-serif; height:100px;}


.form_col.privacy {
	margin:10px 0;
}

.form_col.privacy .padding {
	padding:0px;
	padding-left:20px;
}

.privacy_checkbox {
	position: absolute;
	left:0;
	top:2px;
}

.privacy_text {
	color:#3e3e3e;
	font-size: 12px;
}

.privacy_text a{
	color:#323232;
	font-weight: bold;
	text-decoration: none;
}

.privacy_text a:hover{
	text-decoration: underline;
}

.select-style {
  	position: relative;
  	margin-top: 7px;
}

.select-style:after {
    content:'>';
    font:18px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:10px; top:7px;
    padding:0 0 0px;
    position:absolute;
    pointer-events:none!important;
    display/*\**/: none\9;
}

:root .select-style:after { 
	display:block\9;
}

.select-style:before {
    content:'';
    right:5px; top:6px;
    width:25px; height:24px;
    background:#f5f5f5;
    position:absolute;
    pointer-events:none!important;
    display:block;
    display/*\**/: none\9;
}

:root .select-style:before {
	display:block\9;
}

.select-style select {
    margin-top: 0!important;
    width: 100%;
}



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

	.form_row.fourcol .form_col input[type="text"], .form_row.fourcol .form_col input[type="password"], .form_row.fourcol .form_col input[type="file"] {
	
	}

	.form_row.threecol .form_col input[type="text"], .form_row.threecol .form_col input[type="password"], .form_row.threecol .form_col input[type="file"] {
		
	}

	.form_row.twocol .form_col input[type="text"], .form_row.twocol .form_col input[type="password"], .form_row.twocol .form_col input[type="file"] {
		
	}

	.form_row.onecol .form_col input[type="text"], .form_row.onecol .form_col input[type="password"], .form_row.onecol .form_col input[type="file"] {
		
	}

	.form_row.fourcol .form_col{width:50%;}

	.form_row.fourcol .form_col:nth-child(3) {
  		margin-top:10px;
	}

	.form_row.fourcol .form_col:nth-child(4) {
  		margin-top:10px;
	}

	.form_row.threecol .form_col{width:50%;}

	.form_row.threecol .form_col:nth-child(1) {
  		margin-top:10px;
	}

	.form_row.threecol .form_col:nth-child(2) {
  		margin-top:10px;
  		padding-right: 0;
	}

	.form_row.threecol .form_col:nth-child(3) {
  		margin-top:10px;
  		width:100%;
	}

	.form_row.twocol.captcha .form_col{width:66%;}

	.form_row.twocol.captcha .form_col.captcha_img{width:26%;}

	.form_row.twocol.captcha .form_col input[type="text"], .form_row.twocol.captcha .form_col input[type="password"] {
		
	}

	.form_wrapper textarea {}

}

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

	.form_row.fourcol .form_col, .form_row.onecol .form_col, .form_row.threecol .form_col, .form_row.twocol .form_col{width:100%; padding-right:0!important;}

	.form_row.fourcol .form_col:nth-child(2) {
  		margin-top:10px;
	}

	.form_row.twocol .form_col:nth-child(2) {
  		margin-top:10px;
	}

	.form_row.twocol.captcha .form_col{width:96%; text-align:center;}

	.form_row.twocol.captcha .form_col.captcha_img{width:96%;}

	.form_row.threecol .form_col:nth-child(1) {

  		width:100%;
	}

	.form_row.threecol .form_col:nth-child(2) {
  		margin-top:10px;
  		width:100%;
	}

	.form_row.threecol .form_col:nth-child(3) {
  		margin-top:10px;
  		width:100%;
	}

	.form_wrapper input[type="text"], .form_wrapper input[type="password"], .form_wrapper input[type="file"] {
		   
	}


	.form_wrapper textarea {}

	.form_wrapper input[type="submit"], .form_wrapper input[type="button"]{
		margin-right: 0;

	}
	
}