* {
	box-sizing:border-box;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	margin: 0;
	color: #0e1d3a;
	line-height: 1.5em;
}
p, h3 {
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0 0;
}
h3 {
	font-size: 18px;
}
.margin-r20 {
	margin-right: 20px;
}
.error {
	color: red;
}
.success {
	color: green;
	font-weight: bold;
}
.nobr {
	white-space: nowrap;
}
.captcha {
	padding-left: 50%;
	margin-left: -150px;
}

::placeholder {
	color:#404040;
}
:-ms-input-placeholder {
	color:#404040;
}
::-ms-input-placeholder {
	color:#404040;
}
form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
form ul li {
	display: block;
	margin: 0;
	padding: 8px 5px;
	width: 100%;
	float: left;
}
form ul li.quarter {
	width: 25%;
}
form ul li.half {
	width: 50%;
}
form input, form textarea, form select {
	border: 1px solid #999;
	outline: none;
	padding: 13px;
	border-radius: 3px;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	background: white;
}
form select {
	color:#404040;
}
form input[type="checkbox"]{
	width: auto;
}
form input:focus, form textarea:focus, form select:focus {
	box-shadow: 0 0 10px rgba(14,29,58,0.44);
}
form input[type="submit"], form input[type="reset"] {
	color:white;
	font-size: 16px;
	display: inline-block;
	margin: auto;
	width: auto;
	transition: all 0.5s;
	cursor: pointer;
}
form input[type="submit"]{
	background: #95231d;
}
form input[type="reset"] {
	background: gray;
}
form input[type="submit"]:hover, form input[type="reset"]:hover {
	opacity: 0.8;
}
.text-center {
	text-align: center;
}


@media (max-width:800px){
		form ul li.quarter {
		width: 50%;
	}
}

@media (max-width:640px){
		form ul li.quarter, form ul li.half{
		width: 100%;
	}
}
@media (max-width:565px){
	.captcha {
		padding-left:20px;
		margin-left: 0;
	}
}
