
input[type="che.owl-navigationox"],
input[type="radio"]{
	background: #fff;
	border:1px solid #e3dfd8;
	color: #555;
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 18px;
	margin: -2px 0 0 -1px;
	outline: 0;
	padding: 0!important;
	text-align: center;
	vertical-align: middle;
	width: 18px;
	min-width: 18px;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .05s border-color ease-in-out;
	transition: .05s border-color ease-in-out;	
}
input[type="checkbox"]{
	background: #fff;
	border:1px solid #e3dfd8;
	color: #555;
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 16px;
	margin: -2px 0 0 0;
	outline: 0;
	padding: 0!important;
	text-align: center;
	vertical-align: middle;
	width: 16px;
	min-width: 16px;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .05s border-color ease-in-out;
	transition: .05s border-color ease-in-out;	
}
input[type="checkbox"]:checked:before{
	content: '\f00c';
	font-family: FontAwesome;
	text-indent: -9999px;

	line-height: 15px;
	color: #e64c3c;
	font-size:12px;
	text-align:center;
}

input[type="radio"]{
	border-radius: 50px;	
	padding:15px;
}
input[type="che.owl-navigationox"]:checked:before{
	content: '\f00c';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	color: #e64c3c;
	font-size:20px;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	margin: 5px 0 0 0;
}

input[type="radio"]:checked:before{
	content: '\f111';
	font-family: FontAwesome;
	text-indent: -9999px;

	line-height: 17px;
	color: #e64c3c;
	font-size:12px;
	text-align:center;
}
label {
	margin-right:15px;
	margin-left:15px;
}

.custom_form p:last-child{
	margin-bottom:25px;
}
.col-4{
	margin-bottom:15px;
	
}
.col-4-3{
	margin-bottom:15px;
	
}
.clear
{
	clear: both;	
	
}
.arterisk{
	color:red;
	font:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:12px
}
.form-list{
	width:100%;
	margin-bottom:15px;
}

.form-list td{
	border:0!important;
	vertical-align:top;
	padding: 10px 0!important	
}
.form-list td.first-row{
	width:30%;	
}
.form-list td.second-row{
		width:70%;	
}
.custom_form{
	padding: 0px;	
}
.custom_form p {
	margin: 10px 0px 10px 0px;	


}
.custom_form label:after{
	display:block	
}
table.fline td{

    font-size: 14px;
    font-weight: 300;
    color: #6e6e6e;
	font-style:italic;
	padding:0 12px 12px 0;

}
.form-row h3{
margin-bottom:10px !important;
margin-top:30px !important;

}

.form-row h4 {
margin-bottom:10px !important;

}
.custom_form input[type='text'], .custom_form textarea, .custom_form select {
    width: 350px;
    padding: 7px;
    min-height: 1.5em;
    line-height: 2em;
    color: #626363;
    border: 1px solid #ccc;

	font-size: 0.9em;
	
}

.custom_form textarea{
	resize:vertical;
	min-height:115px;
}

/*date*/
.custom_form select.day{
	width:80px;
	display:inline;	
}
.custom_form select.month{
	width:120px;
	display:inline;	
}
.custom_form select.year{
	width:100px;
	display:inline;	
}
/*time*/
.custom_form select.hour,.custom_form select.minute{

	width:100px;
	display:inline;
}
select {
    padding: 10px 40px 10px 10px;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #bbb;
    background-color: transparent;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    z-index: 10;
}
.select-wrapper{
	background-color: #FFF;
    display: inline-block;
    position: relative;
}
.select-wrapper:after {
    content:"\f0dc";
    font-family:'FontAwesome';
    position: absolute;
    top: 7px;
    right: 9px;
    z-index: 5;
	line-height:2.0em;
 }
/* THANKYOU */
.thanks
{
	border: 3px solid #9aca74;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:inline-block;
	width:100%;
	margin:1.0em 0 1.0em 0;
	box-sizing: border-box;
	padding: 2.0em 2% 2.0em 2%;
	
}
.thanks_l
{
	float: left;
	width:20%;
}
.thanks_r
{
	float:left;
	width: 75%;
	padding-top:2%;
}
.thanks h2
{
	font-size: 1.5em;
	margin-bottom:0.2em;
}
.thanks p
{
	font-size:16px;
	margin-bottom:0.5em;
}
.thanks .fa
{
	color: #9aca74;
	font-size:6em;
}


/* THANKYOU */
.thanks
{
	border: 3px solid #9aca74;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:inline-block;
	width:100%;
	margin:1.0em 0 1.0em 0;
	box-sizing: border-box;
	padding: 2.0em 2% 2.0em 2%;
	
}
.thanks_l
{
	float: left;
	width:20%;
}
.thanks_r
{
	float:left;
	width: 75%;
	padding-top:2%;
}
.thanks h2
{
	font-size: 1.5em;
	margin-bottom:0.2em;
}
.thanks p
{
	font-size:16px;
	margin-bottom:0.5em;
}
.thanks .fa
{
	color: #9aca74;
	font-size:6em;
}
/* THANKYOU */
.thanks
{
	border: 3px solid #9aca74;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:inline-block;
	width:100%;
	margin:1.0em 0 1.0em 0;
	box-sizing: border-box;
	padding: 2.0em 2% 2.0em 2%;
	
}
.thanks_l
{
	float: left;
	width:20%;
}
.thanks_r
{
	float:left;
	width: 75%;
	padding-top:2%;
}
.thanks h2
{
	font-size: 1.5em;
	margin-bottom:0.2em;
}
.thanks p
{
	font-size:16px;
	margin-bottom:0.5em;
}
.thanks .fa
{
	color: #9aca74;
	font-size:6em;
}