.bg-danger, .bg-success {
	padding: 0 5px;
}

a {
	color: #428BCA;
;
	text-decoration: none;
}
h1.w3layouts {
	text-align: center;
	font-size: 2.2em;
	color: #fff;
	text-shadow: -5px 0px 4px #000000;
	font-weight: 400;
	letter-spacing: 1px;
	word-spacing: 5px;
	padding: 1.2em 0;
	text-transform: uppercase;
}

.content-w3ls {
	width: 60%;
	margin: 0 auto;
}
fieldset {
	border: 1px solid #a51b19;
	margin: 0 2px;
	padding: 1em 2em 2em;
}

legend {
	color: #a60c11;
	border: 0;
	padding: 0 14px;
	text-transform: capitalize;
	font-size: 1.1em;
}
.form_w3layouts span {
	width: 100%;
	padding: 12px 10px;
	display: inline-block;
	color: #fff;
	display: inline-block;
	font-size: 1em;
}
.text1{
	padding: 0.8em 1em;
	color: #000;
	font-size: 1em;
	background: transparent;
	outline: none;
	border: 1px solid #120f0e;
	-webkit-appearance: none;
	width: 80%;
	height: 30%;
	font-family: 'Lato', sans-serif;

}
.agile_form input[type=text],
.agile_form input[type=email] {
	padding: 0.8em 1em;
	color: #000;
	font-size: 1em;
	background: transparent;
	outline: none;
	border: 1px solid #120f0e;
	-webkit-appearance: none;
	width: 80%;
	font-family: 'Lato', sans-serif;
}

.textarea {
	border: none;
	background: transparent;
	outline: none;
	border: 1px solid #120f0e;
	outline: none;
	font-size: 1em;
	color: #000;
	padding: 10px 12px;
	width: 100%;
	resize: none;
	height: 220px;
	font-family: 'Lato', sans-serif;
}

option {
	text-transform: capitalize;
}

input.email {
	float: right;
}

input.username,
.checkin,
.checkout {
	float: left;
}
.section_class_agileits select{
	font-size: 1em;
	background: transparent;
	outline: none;
	border: 1px solid #120f0e;
	padding: 0.8em 1em;
	color: #777;
	-webkit-appearance: none;
	width: 25%;
	font-family: 'Lato', sans-serif;
}

.section_class_agileits {
	float: left;
	width: 49%;
	margin-top: 1em;
}
.agileits-left {
	margin: 1em 0 0.2em;
	width: 49%;
	float: left;
}

.s2-w3ls {
	margin: 1em 0 0.2em;
	width: 49%;
	float: right;
}

.agileits-left.check h2,
.agileits-left.check h3 {
	color: #fff;
	font-size: 1em;
	display: inline-block;
	background: #a5201b;
	padding: 10px;
	margin: 1em 0;
	text-transform: capitalize;
}

.form_w3layouts {
	padding: 2em 3em;
	background: #fff;
}

.submit input[type=submit] {
	color: #fff;
	padding: 0.8em;
	font-size: 0.9em;
	letter-spacing: 1px;
	cursor: pointer;
	border: none;
	background: #a60c11;
	outline: none;
	margin: 1.5em 0 0;
	font-weight: 400;
	text-transform: uppercase;
	width: 25%;
	border: none;
	font-family: 'Lato', sans-serif;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.submit input[type=submit]:hover {
	background: #000;
	color: #fff;
}

.check {
	margin: 1em 0;
}

.checkbox {
	position: relative;
	padding-left: 30px !important;
	cursor: pointer;
}

.checkbox i {
	position: absolute;
	bottom: 3px;
	left: 0;
	display: block;
	width: 13px;
	height: 13px;
	outline: none;
	border: 1px solid #000;
	background: transparent;
}

.check label {
	margin: 0.8em 0em 0.8em 0;
	font-size: 1em;
	color: #000;
	display: block;
	width: 30%;
	text-transform: capitalize;
}

.checkbox input+i:after,
.radio input+i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}

.checkbox input:checked+i:after,
.radio input:checked+i:after {
	opacity: 1;
}

.checkbox input,
.radio input {
	position: absolute;
	left: -9999px;
}

.checkbox input+i:after {
	content: '';
	background: url(../images/check.png) no-repeat 1px -2px;
	width: 11px;
	height: 11px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
