@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container:after,
.section:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
body {
	margin: 0;
}
input:not([type='file']),
select {
	padding: 2px 10px;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid #CDD6DD;
	vertical-align: top;
}
input[type='radio'] {
	height: 46px;
}

input:not([type='file']):placeholder-shown,
select:placeholder-shown {
	color: #bdbdbd;
	font-size: 16px;
	font-size: 1rem;
}

input:not([type='file'])::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #bdbdbd;
	font-size: 16px;
	font-size: 1rem;
}

input:not([type='file']):-moz-placeholder,
select:-moz-placeholder {
	opacity: 1;
	color: #bdbdbd;
	font-size: 16px;
	font-size: 1rem;
}

input:not([type='file'])::-moz-placeholder,
select::-moz-placeholder {
	opacity: 1;
	color: #bdbdbd;
	font-size: 16px;
	font-size: 1rem;
}

input:not([type='submit']):focus {
	outline: 0;
	background: rgba(183, 136, 70, 0.03);
}

input[type='search'] {
	-webkit-appearance: none;
}

label {
	cursor: pointer;
}

textarea {
	padding: 4px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
}

textarea:placeholder-shown {
	color: #bdbdbd;
}

textarea::-webkit-input-placeholder {
	color: #bdbdbd;
}

textarea:-moz-placeholder {
	opacity: 1;
	color: #bdbdbd;
}

textarea::-moz-placeholder {
	opacity: 1;
	color: #bdbdbd;
}


textarea:focus {
	outline: 0;
	background: rgba(183, 136, 70, 0.03);
}
