/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

.main-nav,
ol:not([class]):not([id]),
.num-list,
ul:not([class]):not([id]),
.bulet-list,
.pros-list,
.faq-block .faq-list,
.contact-info .contact-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #181818;
	background: #fff;
	font: 14px/1.7 "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;
	line-height: 1.3;
	color: inherit;
}

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: inherit;
}

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 #212121;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #181818;
}

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: #212121;
}

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: #212121;
}

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: #212121;
}

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: #212121;
}

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

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

textarea {
	resize: vertical;
	vertical-align: top;
}

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

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.nav-active {
	position: fixed;
	overflow: hidden;
}

#header {
	background: #181818;
	color: #fff;
	position: relative;
	padding: 15px 0;
	font-weight: 400;
}

.header-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.logo {
	display: block;
}

.nav-opener {
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	background: #fff;
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
	height: 3px;
	margin-top: -3px;
	border-radius: 0;
}

.nav-opener:after,
.nav-opener:before {
	content: "";
	top: 8px;
}

.nav-opener:after {
	top: 24px;
}

.nav-active .nav-opener span {
	display: none;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 15px;
	left: 0;
	right: 0;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.drop {
	-webkit-transition: max-height .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: max-height .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.nav-active .drop {
	max-height: 999px;
	opacity: 1;
	visibility: visible;
}

.main-nav {
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
}

.main-nav li {
	padding-bottom: 25px;
	position: relative;
}

.main-nav li:last-child {
	padding-right: 0;
}

.main-nav a {
	text-decoration: none;
}

.main-nav a:hover {
	color: #68b245;
}

body {
	font-weight: 300;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

.container {
	padding: 0 15px;
	margin: 0 auto;
	max-width: 970px;
	width: 100%;
}

h2 {
	font-size: 24px;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

a:hover {
	text-decoration: none;
}

blockquote {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

blockquote p {
	margin-bottom: 15px;
}

blockquote p:before {
	content: open-quote;
}

blockquote p:after {
	content: close-quote;
}

blockquote cite {
	font-size: 18px;
	font-style: normal;
}

ol:not([class]):not([id]),
.num-list {
	counter-reset: li;
}

ol:not([class]):not([id]) li,
.num-list li {
	padding-left: 24px;
}

ol:not([class]):not([id]) li:before,
.num-list li:before {
	content: counter(li) ".";
	counter-increment: li;
	margin-left: -26px;
	padding-right: 10px;
}

ul:not([class]):not([id]) li:before,
.bulet-list li:before {
	width: 6px;
	height: 6px;
	content: "";
	background: #181818;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}

.btn {
	-webkit-transition: border-color .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out;
	transition: border-color .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	padding: 8px 20px;
	border: 1px solid #fff;
	background: #fff;
	color: #181818;
	border-radius: 20px;
}

.btn:hover {
	background: rgba(255, 255, 255, .7);
	border-color: rgba(255, 255, 255, .7);
}

.btn.btn-black {
	border-color: #181818;
	background: #181818;
	color: #fff;
}

.btn.btn-black:hover {
	background: rgba(24, 24, 24, .7);
	border-color: rgba(24, 24, 24, .7);
}

.btn.btn-black.btn-border {
	color: #181818;
}

.btn.btn-black.btn-border:hover {
	background: #181818;
	color: #fff;
}

.btn.btn-border {
	background: none;
	color: #fff;
	opacity: 1;
}

.btn.btn-border:hover {
	background: #fff;
	color: #181818;
}

.green-bg {
	background: #68b245;
	color: #fff;
}

.green-bg .btn-border:hover {
	color: #68b245;
}

.green-bg2 {
	background: #399E5C;
	color: #fff;
}

.lilac-bg {
	background: #7979EF;
	color: #fff;
}

.pink-bg {
	background: #D125D1;
	color: #fff;
}

.gold-bg {
	background: #FF7F19;
	color: #fff;
}

.blue-bg {
	background: #419CD2;
	color: #fff;
}

.black-bg {
	background: #181818;
	color: #fff;
}

.download {
    margin-left: 100px;
}

.paralax-img {
	min-height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.hero-block {
	text-align: center;
	padding: 30px 0;
}

.hero-block .title {
	display: block;
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 12px;
}

.hero-block p {
	margin-bottom: 0;
}

.help-block {
	text-align: center;
	padding: 25px 0 40px;
}

.help-block h1 {
	text-transform: uppercase;
	margin-bottom: 10px;
}

.help-block p {
	margin-bottom: 20px;
}

.help-block p:last-of-type {
	margin-bottom: 30px;
}

.blockquote-block {
	padding: 35px 0;
}

.blockquote-block .container {
	max-width: 950px;
}

.blockquote-block .blockqoute-wrap {
	padding: 30px;
	text-align: center;
}

.blockquote-block .img-block img {
	width: 100%;
}

.blockquote-block blockquote {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-style: italic;
}

.pros-block {
	text-align: center;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 0;
}

.pros-block .container {
	max-width: 1260px;
}

.pros-block h2 {
	letter-spacing: .6px;
	text-transform: uppercase;
}

.pros-block .pros-list li p {
	margin-bottom: 0;
}

.pros-block .pros-list .img-block {
	margin-bottom: 10px;
}

.pros-list li {
	margin-bottom: 30px;
}

.pros-list .img-block {
	margin-bottom: 10px;
}

.two-col-section {
	padding: 30px 0;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.two-col-section.for-dev h1 {
	letter-spacing: 1.4px;
}

.two-col-section.for-dev .bulet-list {
	padding-left: 20px;
}

.two-col-section .container {
	max-width: 1010px;
}

.two-col-section h1 {
	text-transform: uppercase;
}

.two-col-section .text-block {
	margin-bottom: 30px;
}

.two-col-section .img-block img {
	width: 100%;
}

.two-col-section p:last-of-type {
	margin-bottom: 30px;
}

.num-list {
	padding-left: 20px;
}

.num-list:last-child {
	margin-bottom: 46px;
}

.num-list li {
	margin-bottom: 20px;
}

.bulet-list {
	margin-bottom: 46px;
}

.bulet-list li {
	margin-bottom: 20px;
}

.local-folders {
	padding: 30px 0;
	text-align: center;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.local-folders .img-block {
	margin-bottom: 30px;
}

.local-folders .img-block img {
	width: 100%;
}

.local-folders p {
	margin-bottom: 16px;
}

.local-folders p:last-of-type {
	margin-bottom: 24px;
}

.slogan-block {
	padding: 40px 0;
	text-align: center;
	font-size: 18px;
	font-style: italic;
}

.slogan-block p {
	margin-bottom: 0;
}

.testimonial-block {
	text-align: center;
	padding: 30px 0 20px;
}

.testimonial-block .container {
	max-width: 1300px;
}

.testimonial-block .pros-list .img-block {
	margin-bottom: 10px;
}

.faq-block {
	padding: 30px 0;
}

.faq-block h2 {
	font-size: 26px;
	margin-bottom: 10px;
}

.faq-block p {
	margin-bottom: 20px;
}

.faq-block p:last-of-type {
	margin-bottom: 0;
}

.faq-block .faq-list li {
	margin-bottom: 25px;
}

.faq-block .faq-list li:last-child {
	margin-bottom: 0;
}

.price-block {
	padding: 30px 0;
	text-align: center;
	font-size: 17px;
}

.price-block .container {
	max-width: 800px;
}

.price-block p {
	margin-bottom: 20px;
}

.price-block p:last-of-type {
	margin-bottom: 0;
}

.viewport-section.in-viewport {
	-webkit-animation: to-top 1s forwards;
	animation: to-top 1s forwards;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	color: #68b245;
}

.contact-info {
	padding: 20px 0;
}

.contact-info h4 {
	margin-bottom: 10px;
}

.copyright {
	background: #212121;
	padding: 10px 0;
	font-size: 14px;
}

.copyright p {
	margin-bottom: 0;
}

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

	ul:not([class]):not([id]) li:before,
	.bulet-list li:before {
		margin-right: 20px;
	}

	.paralax-img {
		min-height: 400px;
	}

	.hero-block {
		padding: 45px 0;
	}

	.blockquote-block {
		padding: 60px 0;
	}

	.blockquote-block .flex-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.blockquote-block .blockqoute-wrap {
		width: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 40px;
	}

	.blockquote-block .img-block {
		width: 50%;
	}

	.pros-block {
		padding: 60px 0;
	}

	.pros-block .pros-list li {
		max-width: 326px;
	}

	.pros-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.pros-list li {
		width: 50%;
		padding: 0 15px;
	}

	.pros-list blockquote {
		height: calc(100% - 70px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.two-col-section {
		padding: 50px 0;
	}

	.two-col-section .flex-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin: 0 -15px;
	}

	.two-col-section .text-block {
		width: 50%;
		padding: 0 15px;
		margin-bottom: 0;
	}

	.two-col-section .text-block.center {
		text-align: center;
	}

	.two-col-section .img-block {
		width: 50%;
		padding: 0 15px;
	}

	.local-folders {
		padding: 60px 0;
	}

	.local-folders .img-block {
		margin-bottom: 45px;
	}

	.local-folders p:last-of-type {
		margin-bottom: 32px;
	}

	.testimonial-block {
		padding: 60px 0;
	}

	.testimonial-block .pros-list li {
		max-width: 340px;
	}

	.faq-block {
		padding: 50px 0;
	}

	.faq-block h2 {
		font-size: 34px;
	}

	.price-block {
		padding: 50px 0;
	}
}

@media (min-width: 1024px) {
	#header {
		padding: 27px 0;
	}

	.nav-opener {
		display: none;
	}

	#nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: calc(100% - 180px);
	}

	.main-nav {
		font-size: 14px;
	}

	.main-nav li {
		display: inline-block;
		vertical-align: middle;
		padding: 0 8px;
		margin: 0 0 0 4px;
	}

	body {
		font-size: 18px;
	}

	h1 {
		font-size: 40px;
	}

	blockquote p {
		margin-bottom: 28px;
	}

	blockquote cite {
		font-size: 22px;
	}

	.paralax-img {
		background-attachment: fixed;
		min-height: 550px;
	}

	.hero-block {
		padding: 75px 0;
	}

	.help-block {
		padding: 40px 0 90px;
	}

	.help-block h1 {
		margin-bottom: 16px;
	}

	.help-block p {
		margin-bottom: 30px;
	}

	.help-block p:last-of-type {
		margin-bottom: 40px;
	}

	.blockquote-block {
		padding: 80px 0;
	}

	.blockquote-block blockquote {
		font-size: 27px;
	}

	.pros-block {
		padding: 75px 0 80px;
	}

	.pros-block .pros-list .img-block {
		margin-bottom: 36px;
	}

	.pros-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.pros-list li {
		width: 33.332%;
		margin-bottom: 40px;
	}

	.pros-list .img-block {
		margin-bottom: 36px;
	}

	.pros-list blockquote {
		height: calc(100% - 96px);
	}

	.two-col-section {
		padding: 75px 0;
	}

	.two-col-section .flex-row {
		margin: 0 -30px;
	}

	.two-col-section .text-block {
		padding: 0 30px;
	}

	.two-col-section .img-block {
		padding: 0 30px;
	}

	.two-col-section p:last-of-type {
		margin-bottom: 44px;
	}

	.num-list li {
		margin-bottom: 30px;
	}

	.bulet-list {
		margin-bottom: 60px;
	}

	.bulet-list li {
		margin-bottom: 30px;
	}

	.local-folders {
		padding: 75px 0;
	}

	.local-folders .img-block {
		margin-bottom: 60px;
	}

	.local-folders p {
		margin-bottom: 30px;
	}

	.local-folders p:last-of-type {
		margin-bottom: 40px;
	}

	.slogan-block {
		padding: 80px 0;
		font-size: 27px;
	}

	.testimonial-block {
		padding: 80px 0 45px;
	}

	.testimonial-block .pros-list .img-block {
		margin-bottom: 36px;
	}

	.faq-block {
		padding: 80px 0;
	}

	.faq-block h2 {
		font-size: 40px;
		margin-bottom: 15px;
	}

	.faq-block p {
		margin-bottom: 30px;
	}

	.faq-block .faq-list li {
		margin-bottom: 40px;
	}

	.price-block {
		padding: 70px 0;
	}

	.price-block p {
		margin-bottom: 35px;
	}

	.contact-info {
		padding: 28px 0;
	}

	.contact-info h4 {
		margin-bottom: 20px;
	}
}

@media (max-width: 1023px) {
	.drop {
		white-space: nowrap;
		text-align: center;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		opacity: 0;
		visibility: hidden;
		max-height: 0;
		height: calc(100vh - 75px);
		background: #181818;
		border-top: 1px solid #68b245;
		padding: 20px 15px;
		z-index: 999;
		text-align: center;
		overflow-y: auto;
	}

	.drop:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 100%;
	}

	.drop > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}
}

@-webkit-keyframes to-top {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20%);
		transform: translateY(20%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes to-top {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20%);
		transform: translateY(20%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/* --------------------------------

Back to Top - by CodyHouse.co

-------------------------------- */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}