html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.btn {
	transition: all .3s ease-in-out;
}

.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	color: #a2adb7;
	background: #fff;
	font: 18px/1.5 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 300;
	margin: 0 0 .5em;
	color: #222;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #49aa2f;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #a2adb7;
	padding: .8em 1.3em;
	border-radius: 2px;
	font-size: 16px;
	line-height: 1.3;
	color: #222;
	width: 100%;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	outline: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #a2adb7;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #a2adb7;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #a2adb7;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #a2adb7;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #a2adb7;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: none;
	vertical-align: top;
	height: 140px;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

body {
	background: #fff;
}

.section {
	padding: 0 20px;
}

.container {
	margin: 0 auto;
	max-width: 1020px;
	overflow: hidden;
}

.section {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

h1,
h2 {
	font-size: 40px;
	line-height: 1.3;
}

.btn {
	border: none;
	padding: 12px 15px;
	min-width: 180px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	background: #222;
	text-decoration: none;
	cursor: pointer;
	border-radius: 3px;
}

.btn:hover {
	text-decoration: none;
	background: #3c3c3c;
}

.btn.btn-primary {
	background: #49aa2f;
}

.btn.btn-primary:hover {
	background: #5ecb41;
}

.btn.btn-small {
	padding: 8px 10px;
	min-width: 120px;
	font-size: 14px;
}

big {
	margin: 0;
}

.player {
	box-shadow: 0 0 26px rgba(0, 0, 0, .4);
	position: relative;
}

.player img {
	width: 100%;
}

.player .btn-play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 87px;
	height: 87px;
	margin: -44px 0 0 -44px;
	background: url(../images/bg-video-btn.png);
	background-size: 87px 87px;
	pointer-events: none;
}

#header {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	padding: 0 20px;
}

#header .container {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
}

#header .btn {
	display: none;
	margin-left: auto;
}

#header .logo {
	max-width: 43%;
}

#header .logo
+ .logo {
	margin-left: 20px;
}

.section-intro .container {
	padding: 100px 0 40px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.section-intro .copy {
	flex-grow: 1;
	text-align: center;
	padding: 0 20px 20px;
}

.section-intro .video {
	width: 100%;
	margin-bottom: 25px;
}

.section-intro h1 {
	color: #fff;
	margin: 0 0 .5em;
}

.section-intro p {
	font-size: 20px;
	color: #a2adb7;
	margin: 0 0 1em;
}

.section-simple .copy {
	padding: 80px 0 70px;
	text-align: center;
}

.section-simple h2 {
	color: #fff;
	margin: 0;
}

.section-simple .image img {
	vertical-align: top;
}

.section-features {
	padding-top: 90px;
	padding-bottom: 50px;
}

.section-features .copy {
	text-align: center;
	padding-bottom: 40px;
}

.section-features h2 {
	margin: 0;
}

.section-features .items .holder {
	margin-left: -30px;
	margin-right: -30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.section-features .items .item {
	width: 100%;
	flex-shrink: 0;
	padding: 0 30px 40px;
	text-align: center;
}

.section-features .items h3 {
	font-size: 24px;
	margin-bottom: .7em;
	font-weight: normal;
}

#footer {
	background: #f3f4f6;
	padding: 0 20px;
}

#footer .contact {
	color: #222;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 35px 0;
	text-align: center;
}

#footer .contact p {
	margin: 0 0 1.2em;
	font-size: 20px;
	line-height: 1.3;
}

#footer .copyright {
	text-align: center;
	font-size: 16px;
	padding: 24px 0;
	border-top: 1px solid #dee2e6;
	color: #222;
}

#footer .copyright a {
	text-decoration: none;
	color: inherit;
}

#footer .copyright a:hover {
	text-decoration: underline;
}

.modal {
	background-color: #fff;
	width: 800px;
	max-width: 90% !important;
}

.modal .modal-heading {
	border-bottom: 1px solid #f2f2f2;
	padding: 20px 40px;
	text-align: center;
}

.modal .modal-heading h2 {
	margin: 0;
}

.modal .modal-holder {
	padding: 20px;
}

.modal .modal-contact-form .form-control {
	margin-bottom: 20px;
}

.modal .modal-contact-form .btn-holder {
	text-align: center;
	padding-top: 20px;
}

.success-modal .modal-holder {
	text-align: center;
	color: #222;
	font-size: 16px;
	padding-top: 45px;
	padding-bottom: 45px;
}

.success-modal p {
	margin: 0;
}

@media (min-width: 768px) {
	h1,
	h2 {
		font-size: 48px;
	}

	#header .container {
		justify-content: start;
	}

	#header .btn {
		display: inline-block;
	}

	#header .logo
	+ .logo {
		margin-left: 40px;
	}

	.section-simple .copy {
		padding: 160px 0 100px;
	}

	.section-features {
		padding-top: 150px;
		padding-bottom: 90px;
	}

	.section-features .copy {
		padding-bottom: 120px;
	}

	.section-features .items .item {
		text-align: left;
		width: 50%;
		padding-bottom: 60px;
	}

	#footer .contact {
		flex-direction: row;
		text-align: left;
		padding: 45px 0;
	}

	#footer .contact p {
		font-size: 24px;
		margin: 0 40px 0 0;
	}

	#footer .contact .btn {
		margin-left: auto;
	}

	.modal .modal-heading {
		padding: 30px 40px;
	}

	.modal .modal-holder {
		padding: 60px;
	}

	.modal .modal-contact-form .row {
		display: flex;
		margin-left: -10px;
		margin-right: -10px;
	}

	.modal .modal-contact-form .col {
		width: 50%;
		padding: 0 10px;
	}

	.success-modal .modal-holder {
		font-size: 24px;
	}
}

@media (min-width: 1024px) {
	.section-intro .container {
		min-height: 700px;
		flex-direction: row;
		padding: 78px 0 0;
	}

	.section-intro .copy {
		text-align: left;
		padding: 0 30px 0 0;
	}

	.section-intro .video {
		width: 49%;
		margin: 0;
	}

	.section-intro .btn {
		display: none;
	}

	.section-intro p {
		font-size: 24px;
		margin: 0;
	}
}

@media (min-width: 1025px) {
	.section-features .items .item {
		width: 33.3%;
	}
}

@media (max-width: 1023px) {
	big {
		margin-left: auto;
	}
}

/*# sourceMappingURL=main.css.map */
