nav,
header,
footer,
section,
article,
figure {display: block;}
html,
body {height: 100%;}
body {
	-webkit-text-size-adjust: 100%;
	color: #5d6779;
	font: 18px/21px "Roboto",Arial,Helvetica,sans-serif;
	margin: 0;
	min-width: 1024px;
	overflow: hidden;
}
*:focus,
*:active{
	outline: none;
}
a {
	text-decoration: none;
}
q {quotes: none;}
q:before,
q:after {content: "";}
img {border: none;}
form,
fieldset {
	border-style: none;
	margin: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="submit"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	vertical-align: middle;
}
button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: 0;
	padding: 0;
}
audio,
canvas,
video {display: inline-block;}
figure {
	margin: 0;
	padding: 0;
}
.accessibility {
	left: -9999px;
	position: absolute;
	top: 0;
}
.opener {
	cursor: pointer;
}
.btn-holder {
	position: relative;
	margin: 0 0 15px;
}
.btn-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.btn-list li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px 0 0;
}
.btn.close,
.btn {
	height: 56px;
	font: 500 21px/55px "Roboto",Arial,Helvetica,sans-serif;
	text-shadow: none;
	color: #fff;
	background: #36abb2;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
	text-align: left;
	text-decoration: none;
	-webkit-border-radius: 22px 0;
	-moz-border-radius: 22px 0;
	border-radius: 22px 0;
	padding: 0 21px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 188px;
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: 0;
	opacity: 1;
}
.btn.focus,
.btn.active,
.btn:focus,
.btn:active {
	background: #36abb2;
	border: 0;
	color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn.focus:hover,
.btn.active:hover,
.btn:focus:hover,
.btn:active:hover,
.btn:hover{
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
	background: #2d8c92;
}
.btn.blue {
	background: #8accd5;
}
.btn.blue.focus,
.btn.blue.active,
.btn.blue:focus,
.btn.blue:active {
	background: #8accd5;
}
.btn.blue.focus:hover,
.btn.blue.active:hover,
.btn.blue:focus:hover,
.btn.blue:active:hover,
.btn.blue:hover {
	background: #67c6d3;
}
.btn.green {
	background: #8bb716;
}
.btn.green.focus,
.btn.green.active,
.btn.green:focus,
.btn.green:active {
	background: #8bb716;
}
.btn.green.focus:hover,
.btn.green.active:hover,
.btn.green:focus:hover,
.btn.green:active:hover,
.btn.green:hover {
	background: #729612;
}
.btn > .fa {
	font-size: 20px;
	padding: 0 10px 1px 0;
	vertical-align: middle;
}
.btn.focus,
.btn:active,
.btn:hover {
	color: #fff;
}
.btn.auto-width {
	width: auto;
	max-width: none;
}
.btn.small-size {
	font: 500 21px/35px "Roboto",Arial,Helvetica,sans-serif;
	height: 37px;
	padding: 0 8px;
	width: 34px;
	min-width: auto;
	-webkit-border-radius: 12px 0;
	-moz-border-radius: 12px 0;
	border-radius: 12px 0;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none;
}
.btn.small-size .fa {
	padding: 0;
	font-size: 19px;
}
.btn.submit-loading {
	position: relative;
	padding-left: 48px;
}
.btn.submit-loading:before {
	content: '';
	position: absolute;
	top: 16px;
	left: 17px;
	width: 27px;
	height: 27px;
	background: url(../images/loading.gif) no-repeat 0 50%;
	background-size: 100% auto;
	z-index: 1;
}
.btn.submit-loading .fa {
	display: none;
}
.vertical-align {
	display: inline-block;
	vertical-align: middle;
	margin: 0 -4px 0 0;
}
label {
	cursor: pointer;
}
.uppercase {
	text-transform: uppercase;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border: 0;
	-webkit-text-fill-color: #5d6779;
	-webkit-box-shadow: 0;
	transition: background-color 5000s ease-in-out 0s;
}
