



form.formular {
	margin:0 auto;
	background-color:none;
	position:relative;
	float:left;
	font-family: "Open Sans", sans-serif;
	width:100%;
	box-sizing:border-box;
}

.formular fieldset {
	margin-top: 20px;
	padding: 15px;
	border: 1px solid #ccc;
}
select, input,textarea{
width: 100%;
margin-bottom: 10px;
float:left;
}

.formular input,.formular select,.formular textarea {
	display: block;
	margin-bottom: 5px;
	padding: 15px;
}

.formular .text-input {
	border:1px solid #ccc;
	background-color:transparent;
	outline:none;
	width:100%;
	float:left;
	color: #FFF;
	font-size:13px;
	padding:7px 15px 5px;
	line-height:18px;
	border-radius: 0px;
	color: #333;
	font-family: "Open Sans", sans-serif;
	box-sizing:border-box
	/* CSS3 spicing */
	/*box-shadow: 3px 3px 3px 3px #fff; 
	-moz-box-shadow: 3px 3px 3px 3px #fff; 
	-webkit-box-shadow: 3px	3px 3px 3px #fff;*/
}

.formular textarea {
				height:154px;
				max-height:84px;
				margin:0;
				padding:8px 15px;
				margin:0;
				font-size:14px;
				line-height:18px;
				color:#000; 
				border:1px solid #ccc;
				background-color:transparent;
				overflow:auto;
				outline:none;
				width:92%;
				border-radius: 0px;
				color: #333;
	font-family: "Open Sans", sans-serif;
}
.formular input:focus 		{ color:#111; background-color: rgba(0,0,0,0.1); transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;}
.formular input:active 	{color:#111; background-color: rgba(0,0,0,0.1); transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;}
.formular textarea:focus 		{ color:#111;background-color: rgba(0,0,0,0.1); transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;}
.formular textarea:active 	{color:#111; background-color: rgba(0,0,0,0.1);transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;}



.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 40px;
}

.formular span.checkbox,.formular .checkbox {
	display: inline;
}

.formular hr {
	clear: both;
	visibility: hidden;
}

.formular .fc-error {
	width: 650px;
	color: 555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}
label{
float: left;
width: 100%;
font-weight:bold;
}
.btn-default.btn4 {
border: 0px solid #fff;
box-shadow: none;
position: relative;
text-decoration: none !important;
padding: 6px 10px;
font: 600 13px;
margin: 20px 0 30px 0;
text-shadow: none;
color: #FFF;
background: #4baf4f;
display: inline-block;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
float: right;
cursor: pointer;
border-radius: 0px;
font-weight: 600;
font-family: "Roboto", sans-serif;
	
}
.btn-default.btn4:hover {
	background: #317834;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease
}








/*Form2*/




form.formular2 {
	padding:0 0px; 
	margin:0 auto;
	background-color:none;
	position:relative;
	float:left;
	font-family: "Open Sans", sans-serif;
	width: 100%;
	min-width: 300px;
}

.formular2 fieldset {
	margin-top: 20px;
	padding: 15px;
	border: 1px solid #ccc;
}
select, input,textarea{
width: 100%;
margin-bottom: 10px;
float:left;
}

.formular2 input,.formular2 select,.formular2 textarea {
	display: block;
	margin-bottom: 5px;
	padding: 15px;
}

.formular2 .text-input {
	border:1px solid #ccc;
	background-color:transparent;
	outline:none;
	width:96%;
	float:left;
	color: #FFF;
	font-size:13px;
	padding:7px 15px 5px;
	line-height:18px;
	border-radius: 0px;
	color: #333;
	font-family: "Open Sans", sans-serif;
	/* CSS3 spicing */
	/*box-shadow: 3px 3px 3px 3px #fff; 
	-moz-box-shadow: 3px 3px 3px 3px #fff; 
	-webkit-box-shadow: 3px	3px 3px 3px #fff;*/
}

.formular2 textarea {
				height:154px;
				max-height:84px;
				margin:0;
				padding:8px 15px;
				margin:0;
				font-size:14px;
				line-height:18px;
				color:#000; 
				border:1px solid #ccc;
				background-color:transparent;
				overflow:auto;
				outline:none;
				width:92%;
				border-radius: 0px;
				color: #333;
	font-family: "Open Sans", sans-serif;
}
.formular2 input:focus 		{ color:#111; background-color: rgba(0,0,0,0.1); transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;}
.formular2 input:active 	{color:#111; background-color: rgba(0,0,0,0.1); transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;}
.formular2 textarea:focus 		{ color:#111;background-color: rgba(0,0,0,0.1); transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;}
.formular2 textarea:active 	{color:#111; background-color: rgba(0,0,0,0.1);transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;}



.formular2 .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 40px;
}

.formular2 span.checkbox,.formular2 .checkbox {
	display: inline;
}

.formular2 hr {
	clear: both;
	visibility: hidden;
}

.formular2 .fc-error {
	width: 650px;
	color: 555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}
label{
float: left;
width: 100%;
font-weight:bold;
}
.formular2  .btn-default.btn4 {
border: 0px solid #fff;
box-shadow: none;
position: relative;
text-decoration: none !important;
padding: 6px 10px;
font: 600 13px;
margin: 20px 0px 30px 0;
text-shadow: none;
color: #FFF;
background: #E13132;
display: inline-block;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
float: right;
cursor: pointer;
border-radius: 0px;
font-weight: 600;
font-family: "Roboto", sans-serif;
	
}
.formular2  .btn-default.btn4:hover {
	background: #FF6A6A;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease
}