/*! 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;
}

.products-links ul,
.team ul,
.member-detail .contact-list,
.member-detail .links,
.benifits ul,
.similar-products ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

.team .img-holder a:after {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.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: #777;
	background: #fff;
	font: 14px/1.5666 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.nav-active {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

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

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

.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: none !important;
	transition: none !important;
	-webkit-animation: none !important;
	animation: none !important;
}

a,
button {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.btn {
	font-size: inherit;
	padding: .4em .7em;
	background: #376e31;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
}

.btn:hover {
	background: #73a435;
}

.btn.btn-orange {
	background: #ff731f;
	color: #fff;
}

.btn.btn-orange:hover {
	background: #ff5e00;
}

.bg-stretch {
	background-size: cover;
	background-position: center;
}

#wrapper {
	overflow: hidden;
	width: 100%;
	overflow: hidden;
}

.container {
	margin: 0 auto;
	max-width: 1170px;
	padding: 0 15px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
	margin: 0 0 .5em;
	color: inherit;
	line-height: 1.25;
}

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

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

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

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 {
	font-size: 14px;
	line-height: 20px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 2px solid #ddd;
	padding: 7px 12px;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #777;
}

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

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

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

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

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

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

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

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

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

label {
	font-size: 13px;
	line-height: 1.25;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	color: #444;
	display: inline-block;
	margin: 0 0 6px;
	letter-spacing: .6px;
	text-transform: uppercase;
}

.input-error {
	border-color: #ff1316 !important;
}

@font-face {
	font-family: icomoon;
	src: url("../fonts/icomoon.eot");
	src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-licensed:before {
	content: "\e91f";
}

.icon-phone:before {
	content: "\e900";
}

.icon-tablet:before {
	content: "\e900";
}

.icon-mobile:before {
	content: "\e900";
}

.icon-buying-home:before {
	content: "\e916";
}

.icon-calculator:before {
	content: "\e917";
}

.icon-fha:before {
	content: "\e918";
}

.icon-financing-home:before {
	content: "\e919";
}

.icon-fixed-rate:before {
	content: "\e91a";
}

.icon-leaf:before {
	content: "\e91b";
}

.icon-leaf-o:before {
	content: "\e91c";
}

.icon-va-home:before {
	content: "\e91d";
}

.icon-variable-rate:before {
	content: "\e91e";
}

.icon-right-arrow:before {
	content: "\e914";
}

.icon-left-arrow:before {
	content: "\e915";
}

.icon-dotted-arrow:before {
	content: "\e913";
}

.icon-placeholder:before {
	content: "\e901";
}

.icon-phone-call:before {
	content: "\e902";
}

.icon-mail:before {
	content: "\e903";
}

.icon-keyboard_arrow_up:before {
	content: "\e905";
}

.icon-keyboard_arrow_right:before {
	content: "\e906";
}

.icon-keyboard_arrow_left:before {
	content: "\e907";
}

.icon-keyboard_arrow_down:before {
	content: "\e908";
}

.icon-google:before {
	content: "\e904";
}

.icon-calendar:before {
	content: "\e909";
}

.icon-at:before {
	content: "\e90a";
}

.icon-user-o:before {
	content: "\e90b";
}

.icon-headphones:before {
	content: "\e90c";
}

.icon-user:before {
	content: "\e90d";
}

.icon-google1:before {
	content: "\e90e";
}

.icon-twitter:before {
	content: "\e90f";
}

.icon-linkedin-square:before {
	content: "\e910";
}

.icon-linkedin:before {
	content: "\e911";
}

.icon-facebook:before {
	content: "\e912";
}

.icon-facebook-f:before {
	content: "\e912";
}

[class^="icomoonZW_IN-"],
[class*=" icomoonZW_IN-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoonZW_IN" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: 'icomoonZW_IN';
	src:  url('../fonts/icomoonZW_IN.eot?um1bth');
	src:  url('../fonts/icomoonZW_IN.eot?um1bth#iefix') format('embedded-opentype'), url('../fonts/icomoonZW_IN.ttf?um1bth') format('truetype'), url('../fonts/icomoonZW_IN.woff?um1bth') format('woff'), url('../fonts/icomoonZW_IN.svg?um1bth#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icomoonZW_IN-zillow:before {
	content: "\e900";
}
.icomoonZW_IN-instagram:before {
	content: "\ea92";
}

#header {
	position: relative;
	width: 100%;
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 5;
}

.logo {
	width: 150px;
	float: left;
}

.logo a {
	display: block;
}

.logo img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.social-row {
	padding: 5px 10px 10px;
}

.btn-signin {
	font-size: 14px;
	line-height: 1.2;
	border: 2px solid #fff;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 7px 10px;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 1.2px;
	margin: 0 0 25px;
}

.alert-co {
	background: #ff3d00 !important;
	color: #fff !important;
	border-color: #ff3d00 !important;
	    padding: 9px;
}
.alert-co:hover {
	background: #b32b00 !important;
	color: #fff !important;
	border-color: #b32b00 !important;
}

.btn-signin .icon-user {
	font-size: 20px;
	line-height: 1;
	margin: 0 7px 0 0;
}

.btn-signin:hover {
	border-color: #376e31;
	background: #376e31;
}

.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 0 37px;
}

.social-networks li {
	margin: 0 5px;
}

.social-networks li a {
	font-size: 18px;
	line-height: 1;
	width: 28px;
	height: 28px;
	background: #376e31;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	border-radius: 100%;
}

.social-networks li a:hover {
	background: #444;
}

.nav-holder {
	margin-left: auto;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.nav-holder .nav-opener {
	width: 36px;
	height: 32px;
	position: relative;
	display: block;
	border: 1px solid #609135;
	border-radius: 3px;
}

.nav-holder .nav-opener:before,
.nav-holder .nav-opener:after,
.nav-holder .nav-opener span {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	width: 24px;
	height: 2px;
	position: absolute;
	left: 5px;
	top: 7px;
	content: "";
	background: #609135;
	border-radius: 2px;
}

.nav-active .nav-holder .nav-opener:before,
.nav-active .nav-holder .nav-opener:after,
.nav-active
      .nav-holder .nav-opener span {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 14px;
}

.nav-holder .nav-opener:after {
	top: auto;
	bottom: 7px;
}

.nav-active .nav-holder .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: auto;
	bottom: 14px;
}

.nav-holder .nav-opener span {
	top: 50%;
	margin-top: -1px;
}

.nav-active .nav-holder .nav-opener span {
	opacity: 0;
	visibility: hidden;
}

.nav-drop {
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
	width: 260px;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #609135;
	overflow: auto;
	-webkit-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	transform: translateX(-260px);
}

.nav-active .nav-drop {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

#nav {
	width: 100%;
	padding: 15px 10px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	text-transform: uppercase;
}

#nav ul li {
	width: 100%;
	margin: 0 0 5px;
}

#nav ul li a {
	color: #fff;
	font-weight: 700;
	padding: 10px 15px;
	display: block;
	text-decoration: none;
	letter-spacing: 1px;
}

#nav ul li:hover > a {
	color: #fff;
	background: #376e31;
}

#nav ul li.btn-apply a {
	background: #ff731f;
	color: #fff;
}

#nav ul li.btn-apply a:hover {
	background: #ff5e00;
	color: #fff;
}

#nav ul li.number a {
	color: #fff;
	font-size: 18px;
}

.visual-block {
	font-size: 14px;
	line-height: 1.5;
	position: relative;
	overflow: hidden;
	width: 100%;
	color: #eee;
	font-weight: 300;
	background: #376e31;
	background-blend-mode: multiply;
}

.visual-block .img-holder {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	mix-blend-mode: multiply;
}

.visual-block .container {
	white-space: nowrap;
	text-align: center;
	max-width: 1200px;
	position: relative;
	z-index: 2;
	min-height: 280px;
}

.visual-block .container:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: inherit;
}

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

.visual-block .align {
	padding: 30px 0;
}

.visual-block h1 {
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 800;
	line-height: 1.16;
	color: #fff;
	margin: 0 0 6px;
	letter-spacing: .4px;
	text-transform: uppercase;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
}

.visual-block .icon {
	max-width: 115px;
	margin: 0 auto 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.visual-block .icon .icon-leaf-o {
	font-size: 25px;
	line-height: 1;
	color: #fff;
}

.visual-block .btn-apply {
	font-size: 16px;
	line-height: 1.2;
	background: rgba(255, 255, 255, .8);
	color: #376e31;
	text-transform: uppercase;
	border: 2px solid #376e31;
	display: inline-block;
	text-decoration: none;
	padding: 10px 15px;
	font-weight: 600;
}

.visual-block .btn-apply:hover {
	background: #fff;
}

.visual-block.home-visual svg {
	width: 100%;
	height: calc(100% + 135px);
	position: absolute;
	left: 0;
	top: 0;
}

.visual-block.home-visual .container {
	max-width: 1590px;
	text-align: left;
	min-height: 250px;
}

.visual-block.home-visual h1 {
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 23px;
	max-width: 300px;
	margin: 0 0 15px;
	text-transform: none;
	letter-spacing: normal;
	text-shadow: 0 0 2px rgba(0, 0, 0, .9);
}

.visual-block.about-visual {
	color: #aaa;
}

.visual-block.about-visual h1 {
	font-weight: 800;
}

.visual-block.landing-visual {
	background: #5f9035;
}

.visual-block.landing-visual h1 {
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	margin: 0 0 10px;
}

.visual-block.landing-visual .btn {
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	background: #8ec334;
	letter-spacing: 1px;
}

.visual-block.landing-visual .btn:hover {
	background: #609135;
}

.visual-block.visual {
	color: #fff;
}

.visual-block.visual [class*="icon-"] {
	display: inline-block;
	vertical-align: top;
	font-size: 70px;
	margin: 0 0 15px;
}

.visual-block.visual h1 {
	font-size: 35px;
	line-height: 1;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
}

#main {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 30px 0 20px;
}

.slider-section {
	overflow: hidden;
	margin: 0 0 40px;
	text-align: center;
}

.slider-section .container {
	max-width: 1690px;
}

.slider-section h1 {
	line-height: 1.2;
	color: #609135;
	margin: 0 0 35px;
	text-transform: uppercase;
}

.offer-section {
	line-height: 1.373;
	color: #000;
	overflow: hidden;
	text-align: center;
	position: relative;
	padding: 80px 0 50px;
}

.offer-section:before,
.offer-section:after {
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.offer-section:before {
	width: 1200px;
	height: 1px;
	background: #8bc035;
	top: 16px;
}

.offer-section:after {
	width: 60px;
	height: 36px;
	font-size: 36px;
	line-height: 1;
	background: #fff;
	font-family: "icomoon";
	content: "\e91b";
	color: #8bc035;
}

.offer-section .container {
	max-width: 1450px;
}

.offer-section h1 {
	line-height: 1.3;
	color: #609135;
	margin: 0 0 30px;
	text-transform: uppercase;
}

.offer-section h2 {
	line-height: 1.3;
	color: #8bc035;
	font-weight: 700;
	margin: 0 0 10px;
	letter-spacing: -.8px;
}

.offer-section p {
	margin: 0 0 20px;
}

.offer-section .row {
	overflow: hidden;
	margin: 0 -15px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.offer-section .offer-box {
	padding: 0 15px;
	width: 100%;
	margin: 0 0 40px;
}

.offer-section .btn {
	font-size: 18px;
	line-height: 1.2;
	border-radius: 7px;
	padding: 7px 25px 7px 50px;
	position: relative;
	left: 7px;
	min-width: 220px;
}

.offer-section .btn:before {
	width: 40px;
	height: 45px;
	position: absolute;
	left: -20px;
	top: -3px;
	content: "";
	background: url("../images/ico-leaf.png") no-repeat;
	background-size: 100% 100%;
}

.offer-section .btn-contact {
	font-size: 20px;
	line-height: 1.2;
	border: 3px solid #609135;
	color: #609135;
	font-weight: 600;
	padding: 15px 25px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
}

.offer-section .btn-contact:hover {
	color: #fff;
	background: #609135;
}

.awards-block {
	font-size: 14px;
	line-height: 1.469;
	color: #272c2f;
	overflow: hidden;
	padding: 20px 0;
}

.awards-block .container {
	max-width: 1330px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.awards-block .textbox {
	width: 100%;
}

.awards-block .textbox p {
	margin: 0 0 20px;
}

.awards-block .awards-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.awards-block .awards-list li {
	padding: 0 15px;
	width: 33.333%;
	text-align: center;
}

.awards-block .awards-list li img {
	max-width: 100%;
}

.awards-block.addition .container {
	max-width: 1120px;
}

.about-block {
	background: #8bc035 url("../images/bg-pattern.png") repeat-x;
	color: #fff;
	text-align: center;
	padding: 35px 0 25px;
	margin: 0 0 40px;
	line-height: 1.640;
}

.about-block .container {
	max-width: 1410px;
}

.about-block h1 {
	line-height: 1.2;
	margin: 0 0 11px;
	text-transform: uppercase;
}

.about-block p {
	margin: 0 0 22px;
}

.about-block p a {
	font-style: italic;
	font-weight: 600;
	color: #fff;
}

.about-block .h3 {
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 10px;
	color: #eee;
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.about-block.addition {
	padding: 38px 0;
	margin: 0 0 50px;
}

.about-block.addition .container {
	max-width: 1170px;
}

.about-block.addition h1 {
	font-weight: 700;
	margin: 0 0 35px;
	color: #eee;
}

.about-information {
	font-size: 15px;
	line-height: 1.8;
	overflow: hidden;
	color: #666;
	margin: 0 0 47px;
	padding: 26px 0 0;
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.about-information .h3 {
	color: #444;
	border-bottom: 2px solid #89be34;
	padding: 0 0 12px;
	margin: 0 0 21px;
	letter-spacing: 1px;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
}

.about-information .h3 span {
	color: #89be34;
}

.columns-block {
	margin: 0 -20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.columns-block .column {
	padding: 0 20px;
	width: 100%;
	text-align: left;
	margin: 0 0 30px;
}

.info-list {
	font-size: 16px;
	line-height: 1.368;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #376e31;
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.info-list li {
	margin: 0 0 11px;
	position: relative;
	padding: 0 0 0 20px;
}

.info-list li:before {
	font-size: 13px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 5px;
	color: #fff;
	font-family: "icomoon";
	content: "\e91b";
}

.info-list li a {
	text-decoration: none;
}

.info-list li a:hover {
	color: #fff;
}

.blog-section {
	overflow: hidden;
}

.blog-section .container {
	max-width: 1120px;
}

.blog-post {
	font-size: 14px;
	line-height: 1.786;
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #777;
	overflow: hidden;
	padding: 37px 0 32px;
	border-bottom: 1px solid #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.blog-post:first-child {
	padding-top: 0;
}

.blog-post .img-wrap {
	position: relative;
	margin: 0 0 25px;
	width: 100%;
}

.blog-post .img-holder {
	overflow: hidden;
}

.blog-post .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.blog-post .date {
	width: 132px;
	height: 42px;
	font-size: 12px;
	line-height: 1.2;
	width: 132px;
	color: #83b734;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #376e31;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0 10px 20px;
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.blog-post .date:after {
	position: absolute;
	left: 100%;
	top: 0;
	content: "";
	border-style: solid;
	border-width: 21px 0 21px 21px;
	border-color: transparent transparent transparent #376e31;
	display: none;
}

.blog-post .date .icon-calendar {
	margin: 0 8px 0 0;
	font-size: 14px;
}

.blog-post .textbox {
	width: 100%;
}

.blog-post h2 {
	font-size: 20px;
	line-height: 1.25;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	margin: 0 0 13px;
	color: #333;
	font-weight: 700;
}

.blog-post h2 a {
	color: #333;
	text-decoration: none;
}

.blog-post h2 a:hover {
	color: #376e31;
}

.blog-post p {
	margin: 0 0 15px;
}

.blog-post .link {
	font-size: 18px;
	line-height: 1.35;
	text-transform: uppercase;
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
}

.locations-block {
	font-size: 14px;
	line-height: 1.25;
	text-align: center;
	overflow: hidden;
	color: #444;
	margin: 0 0 30px;
	padding: 22px 0 0;
	position: relative;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.locations-block .head {
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
	position: relative;
	padding: 0 0 18px;
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 300;
	margin: 0 0 55px;
}

.locations-block .head:after {
	width: 40px;
	height: 1px;
	background: #444;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
}

.locations-block h2 {
	font-size: 22px;
	text-transform: uppercase;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 20px;
	font-weight: 700;
}

.locations-block .h5 {
	font-size: 14px;
	position: relative;
	padding: 0 0 11px;
	margin: 0 0 7px;
	font-weight: 800;
	letter-spacing: .9px;
	text-transform: uppercase;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.locations-block .h5:after {
	width: 40px;
	height: 2px;
	background: #444;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
}

.locations-block p {
	margin: 0 0 20px;
}

.locations-block .icon {
	max-width: 38px;
	margin: 0 auto 25px;
}

.locations-block .columns-block {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.locations-block .columns-block .column {
	text-align: center;
}

.locations-block .address {
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .9px;
}

.locations-block.addition {
	padding: 73px 0 0;
	margin: 0 0 30px;
}

.locations-block.addition .seprator {
	position: absolute;
	left: 50%;
	top: 10px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.locations-block.addition .head {
	margin: 0 0 24px;
}

.locations-block.addition .head:after {
	display: none;
}

.locations-block.addition h3 {
	font-size: 20px;
	font-weight: 700;
	position: relative;
	margin: 0 0 23px;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.locations-block.addition h3:before {
	width: 100%;
	height: 9px;
	position: absolute;
	left: 0;
	top: 8px;
	z-index: -1;
	content: "";
	background: url("../images/ico-pattern2.png") repeat-x;
}

.locations-block.addition h3 span {
	display: inline-block;
	padding: 0 15px 0 0;
	background: #fff;
}

.locations-block.addition .columns-block {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.locations-block.addition .columns-block .column {
	text-align: left;
	width: 100%;
}

.locations-block.addition .columns-block .column img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.forms {
	font-size: 13px;
	line-height: 1.25;
	margin: 0 -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.forms input[type="text"],
.forms input[type="tel"],
.forms input[type="email"],
.forms input[type="search"],
.forms input[type="password"],
.forms textarea {
	width: 100%;
}

.forms .field {
	width: 100%;
	padding: 0 10px;
	margin: 0 0 15px;
}

.forms .field.medium {
	width: 100%;
}

.forms .field.large {
	width: 100%;
}

.forms .question {
	font-size: 18px;
	margin: 0 0 5px;
	display: block;
	color: #00f;
	font-weight: 700;
}

.forms .btn {
	font-size: 17px;
	line-height: 24px;
	border-radius: 5px;
	text-transform: uppercase;
	border: 0;
	padding: 14px 19px;
	font-weight: 700;
	margin: 0 0 0 10px;
	min-width: 150px;
}

.forms.addition {
	max-width: 702px;
	margin: 0 auto 30px;
	border: 2px solid #ddd;
	padding: 25px 10px;
}

.seprator {
	width: 236px;
	height: 1px;
	background: #ddd;
	margin: 0 auto 50px;
	position: relative;
}

.seprator:before,
.seprator:after {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -54%);
	-ms-transform: translate(-50%, -54%);
	transform: translate(-50%, -54%);
	content: "";
	background: #fff;
}

.seprator:after {
	width: 20px;
	height: 20px;
	background: #ddd;
	border-radius: 100%;
}

.testimonials-section {
	background: #529132;
	padding: 50px 0;
}

.testimonials-section blockquote {
	font-size: 16px;
	line-height: 1.739;
	font-family: "Crete Round", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	max-width: 900px;
	margin: 0 auto 30px;
}

.testimonials-section blockquote q {
	display: block;
	margin: 0 0 30px;
	font-style: italic;
}

.testimonials-section .author {
	font-size: 15px;
	line-height: 1.35;
	color: #52bf1c;
	display: block;
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-style: normal;
	letter-spacing: .5px;
}

.testimonials-section .author strong {
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	margin: 0 0 2px;
}

.overview-block {
	font-size: 14px;
	line-height: 1.786;
	color: #666;
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.overview-block .img-holder {
	width: 100%;
	max-width: 300px; /*150px*/
	margin: 0 auto 30px;
}

.overview-block .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.overview-block .textbox {
	padding: 8px 0 0;
	margin: 0 0 43px;
}

.overview-block .textwrap {
	position: relative;
	overflow: hidden;
	padding: 0 0 3px;
	margin: 0 0 31px;
}

.overview-block .textwrap:after {
	width: 100px;
	height: 1px;
	background: #eee;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
}

.overview-block h2,
.overview-block .h3 {
	font-size: 24px;
	color: #444;
	margin: 0 0 42px;
}

.overview-block p {
	margin: 0 0 29px;
}

.bullet-list {
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #444;
}

.bullet-list li {
	position: relative;
	padding-left: 24px;
}

.bullet-list li:before {
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 9px;
	content: "";
	background: #609135;
	border-radius: 100%;
}

.quotes-block {
	color: #fff;
	background: #376e31;
	margin: 0 0 -20px;
	padding: 50px 0;
}

.quotes-block blockquote {
	font-size: 16px;
	line-height: 1.4;
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 1.3px;
	margin: 0;
	text-align: center;
}

.quotes-block blockquote q {
	quotes: none;
	display: block;
	margin: 0 0 34px;
}

.quotes-block blockquote .author {
	font-size: 18px;
	line-height: 1.269;
	text-transform: uppercase;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 3px;
}

/* Slick slider styles */

.slick-slider,
.testimonials-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.testimonials-slider {
	padding: 0 !important;
}

.testimonials-slider .slick-slide {
	padding: 0 !important;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list,
.testimonials-slider .slick-track,
.testimonials-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
	padding: 0 15px;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	font-size: 20px;
	line-height: 1;
	border: 0;
	background: none;
	padding: 0;
	color: #73a435;
	position: absolute;
	top: 50%;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slick-arrow.slick-prev {
	left: -7px;
}

.slick-arrow.slick-next {
	right: -7px;
}

.slick-arrow:hover {
	color: #376e31;
}

.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.slick-dots li {
	margin: 0 3px;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 11px;
	height: 11px;
	color: #52bf1c;
	border: 0;
	padding: 0;
	background: #52bf1c;
	border-radius: 100%;
	opacity: .5;
}

.slick-dots li:hover button,
.slick-dots li.slick-active button {
	opacity: 1;
}

.offers-slider .img-holder {
	overflow: hidden;
}

.offers-slider .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.offers-slider .textbox {
	overflow: hidden;
	margin-top: -35px;
	position: relative;
	text-align: center;
}

.offers-slider .icon {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: #fff;
	border: 2px solid #3d7337;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 15px;
	padding: 15px;
}

.offers-slider .icon [class^="icon-"],
.offers-slider .icon [class*=" icon-"] {
	font-size: 40px;
	line-height: 1;
	color: #376e31;
}

.offers-slider h2 {
	font-size: 20px;
	line-height: 1.4;
	color: #376e31;
	margin: 0;
}

.offers-slider h2 a {
	text-decoration: none;
	color: #3d7337;
}

.quotes-slider blockquote {
	line-height: 1.173;
	margin: 0;
	padding: 0;
	font-style: italic;
}

.quotes-slider blockquote q {
	display: block;
	color: #609135;
	margin: 0 0 26px;
}

.quotes-slider blockquote .author {
	color: #376e31;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 2px solid #ddd;
	background: #fff;
	min-width: 140px;
	height: 38px;
	width: 100%;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	font-size: 13px;
	line-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	color: #999;
	font-weight: 700;
	margin: 0 38px 0 12px;
	padding: 7px 0;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 32px;
	bottom: 0;
	right: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jcf-select .jcf-select-opener:after {
	font-size: 26px;
	line-height: 1;
	font-family: "icomoon";
	content: "\e908";
	color: #aaa;
	font-weight: 700;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 2px solid #c4c4c4;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 20px;
	font-size: 14px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #c4c4c4 !important;
}

#footer {
	font-size: 12px;
	line-height: 1.3;
	overflow: hidden;
	background: #333;
	padding: 30px 0 0;
	color: #666;
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

#footer .container {
	max-width: 1320px;
	margin-bottom: 40px;
}

#footer .columns-holder {
	margin: 0 -15px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

#footer .column {
	width: 100%;
	padding: 0 15px;
}

#footer .title {
	font-size: 15px;
	line-height: 1.2;
	display: block;
	text-transform: uppercase;
	color: #ccc;
	letter-spacing: 1px;
	margin: 0 0 15px;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
}

#footer .subtitle {
	display: block;
	width: 100%;
	color: #ccc;
	line-height: 1.559;
}

#footer .addr {
	line-height: 1.559;
	color: #ccc;
	font-style: normal;
	margin: 0 0 20px;
	letter-spacing: -.5px;
}

#footer dl {
	color: #ccc;
	overflow: hidden;
	line-height: 1.75;
	margin: 0 0 20px;
}

#footer dl dt {
	float: left;
	margin: 0 3px 0 0;
	font-weight: 700;
}

#footer dl dd {
	margin: 0;
	overflow: hidden;
}

#footer dl a {
	color: #ccc;
	text-decoration: none;
}

#footer dl a:hover {
	color: #fff;
}

#footer p {
	margin: 0 0 7px;
}

#footer p a {
	color: #666;
	text-decoration: none;
}

#footer p a:hover {
	color: #fff;
}

#footer .social-networks {
	margin: 0 0 15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 0 0;
}

#footer .social-networks li a {
	background: #262626;
	color: #666;
}

#footer .social-networks li a:hover {
	background: #376e31;
	color: #fff;
}

#footer .site-footer p {
	margin: 0 0 10px;
}

.footer-links {
	list-style: none;
	margin: 0 -15px 15px;
	padding: 1px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.footer-links li {
	width: 50%;
	padding: 0 15px 0 30px;
	margin: 0 0 10px;
	position: relative;
}

.footer-links li:before {
	font-size: 6px;
	line-height: 1;
	position: absolute;
	left: 15px;
	top: 4px;
	content: "\e913";
	font-family: "icomoon";
	color: #ccc;
}

.footer-links li a {
	color: #ccc;
	text-decoration: none;
}

.footer-links li a:hover {
	color: #fff;
}

.site-footer {
	background: #262626;
	padding: 43px 0 0;
	text-align: center;
	overflow: hidden;
}

.site-footer a {
	color: #666;
	text-decoration: none;
}

.site-footer a:hover {
	color: #ccc;
}

.contact-info {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.contact-info li {
	margin: 0 7px 5px;
}

.contact-info a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact-info [class^="icon-"],
.contact-info [class*=" icon-"] {
	font-size: 18px;
	line-height: 1;
	margin: 0 10px 0 0;
}

.svgBg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.pt-0 {
	padding-top: 0 !important;
}

.page-head {
	max-width: 1495px;
	padding-top: 25px;
	padding-bottom: 15px;
	text-align: center;
	color: #fff;
	position: relative;
	line-height: 1.44;
}

.page-head:before {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	left: -9999px;
	right: -9999px;
	bottom: 0;
	background: #376e31;
}

.page-head:before {
	border-bottom: 15px solid #89be34;
}

.page-head h1 {
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.page-head p {
	margin: 0 0 25px;
}

.page-head .search-form {
	margin-bottom: -15px;
}

.search-form {
	max-width: 805px;
	margin: 0 auto;
	padding: 19px 0;
	position: relative;
}

.search-form:before {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	left: -9999px;
	right: -9999px;
	bottom: 0;
	background: #89be34;
}

.search-form .form-group {
	margin: 0 0 5px;
}

.search-form input[type=text],
.search-form input[type=search] {
	width: 100%;
	height: 40px;
	padding: 7px 12px;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	border-color: transparent;
}

.search-form input[type=text]::-webkit-input-placeholder,
.search-form input[type=search]::-webkit-input-placeholder {
	color: #ccc;
}

.search-form input[type=text]::-moz-placeholder,
.search-form input[type=search]::-moz-placeholder {
	opacity: 1;
	color: #ccc;
}

.search-form input[type=text]:-moz-placeholder,
.search-form input[type=search]:-moz-placeholder {
	color: #ccc;
}

.search-form input[type=text]:-ms-input-placeholder,
.search-form input[type=search]:-ms-input-placeholder {
	color: #ccc;
}

.search-form input[type=text].placeholder,
.search-form input[type=search].placeholder {
	color: #ccc;
}

.search-form input[type=text]:focus,
.search-form input[type=search]:focus {
	border-color: #376e31;
}

.search-form .btn {
	min-width: 100%;
	padding: 8px 20px;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	border: none;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.products-links {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

.products-links:before {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	left: -9999px;
	right: -9999px;
	bottom: 0;
	background: #f2f2f2;
}

.products-links ul {
	margin: 0 -5px;
	line-height: 1.257;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	text-align: center;
}

.products-links ul li {
	width: 50%;
	padding: 2px 5px;
}

.products-links ul li a {
	text-decoration: none;
}

.products-links ul li a:hover {
	color: #73a435;
}

.products {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
}

.products .article {
	padding: 25px 0;
}

.products .img-holder {
	padding-top: 80%;
	border-radius: 0 35px;
}

.products .text {
	padding: 20px 0 0;
}

.products .heading-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 0 0 10px;
}

.products .heading-holder i {
	font-size: 60px;
	color: #376e31;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 10px 0 -4px;
}

.products h2 {
	font-size: 24px;
	line-height: 1.023;
	color: #376e31;
	text-transform: uppercase;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0;
}

.products p {
	margin: 0 0 15px;
}

.products .btn {
	font-size: 18px;
}

.team {
	padding-top: 15px;
	padding-bottom: 15px;
}

.team .article {
	padding: 20px 0;
}

.team .img-holder {
	max-width: 150px;
	margin: 0 auto 10px;
}

.team .img-holder a {
	width: 150px;
	height: 150px;
	display: block;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
}

.team .img-holder a:hover:after {
	opacity: .4;
	visibility: visible;
}

.team .img-holder a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #376e31;
	visibility: hidden;
	opacity: 0;
	border-radius: 100%;
}

.team h2 {
	max-width: 250px;
	margin: 0 auto 10px;
	font-size: 20px;
	text-align: center;
	color: #376e31;
	text-transform: uppercase;
}

.team a {
	color: inherit;
	text-decoration: none;
}

.team a:hover {
	color: #89be34;
}

.team ul {
	max-width: 250px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.2;
	color: #609135;
}

.team ul li {
	padding: 0 0 5px 25px;
	position: relative;
}

.team ul li i {
	width: 20px;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 3px;
	left: 0;
}

.team ul li i.icon-phone {
	font-size: 20px;
	top: 0;
}

.team ul strong {
	display: inline-block;
	vertical-align: top;
	font-weight: inherit;
}

.team ul a {
	display: inline-block;
	vertical-align: top;
}

.team ul .email {
	font-size: 15px;
	word-break: break-all;
}

.banner {
	margin-bottom: -20px;
	color: #fff;
	position: relative;
	background: #609135;
}

.banner .container {
	min-height: 250px;
	white-space: nowrap;
	text-align: center;
	position: relative;
	z-index: 2;
}

.banner .container:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: inherit;
}

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

.banner blockquote {
	padding: 30px 0;
	margin: 0;
	font-size: 22px;
	line-height: 1.36;
	font-weight: 600;
	quotes: none;
}

.banner blockquote q:before {
	content: "“";
}

.banner blockquote q:after {
	content: "”";
}

.member-detail {
	padding-bottom: 30px;
	font: 15px/1.6 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #444;
	margin-bottom: 20px;
}

.member-detail .img-group {
	max-width: 400px;
	margin: 0 auto 20px;
}

.member-detail .img-holder {
	padding-top: 99.5%;
	border-radius: 0 49%;
	margin: 0 0 15px;
}

.member-detail .img-caption {
	display: block;
	font: italic 14px/1.4782 "Crete Round", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
}

.member-detail .img-caption a {
	color: inherit;
}

.member-detail .designation {
	display: block;
	font: italic 16px/20px "Crete Round", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #8abe34;
	margin: 0 0 10px;
	text-align: center;
}

.member-detail h1 {
	position: relative;
	font: bold 22px/26px "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .7px;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

.member-detail h1:after {
	width: 30px;
	height: 1px;
	content: "";
	position: absolute;
	top: auto;
	left: 50%;
	right: auto;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #000;
}

.member-detail .row .column {
	max-width: 270px;
	margin: 0 auto;
}

.member-detail .description {
	font: 14px/1.5 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #666;
	text-align: center;
}

.member-detail .description p {
	margin: 0 0 15px;
}

.member-detail .contact-list {
	padding: 7px 0 20px;
	font: 14px/20px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #9bc94f;
}

.member-detail .contact-list li {
	padding: 0 0 7px 25px;
	position: relative;
}

.member-detail .contact-list li i {
	font-size: 16px;
	position: absolute;
	top: 3px;
	left: 0;
}

.member-detail .contact-list li i.icon-phone {
	font-size: 18px;
	top: 0;
	left: -2px;
}

.member-detail .contact-list li i.icon-licensed {
	font-size: 20px;
	top: 0;
	left: -2px;
}

.member-detail .contact-list strong {
	display: inline-block;
	vertical-align: top;
	font-weight: inherit;
}

.member-detail .contact-list .id {
	font-size: 15px;
}

.member-detail .contact-list a {
	display: inline-block;
	vertical-align: top;
	color: inherit;
	text-decoration: none;
}

.member-detail .contact-list a:hover {
	color: #376e31;
}

.member-detail .contact-list .email {
	word-break: break-all;
}

.member-detail .buttons {
	max-width: 216px;
	padding: 0 0 14px;
	margin: 0 0 15px;
	position: relative;
}

.member-detail .buttons:after {
	width: 30px;
	height: 1px;
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	right: auto;
	bottom: 0;
	background: #000;
}

.member-detail .buttons .btn {
	display: block;
	margin: 0 0 14px;
}

.member-detail .btn {
	padding: 11px 15px;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 1.4px;
}

.member-detail .links {
	font-style: italic;
	font-family: "Crete Round", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.detail-block {
	padding-bottom: 20px;
}

.detail-block h2 {
	font-size: 25px;
	color: #609135;
	margin: 0 0 10px;
}

.detail-block .text {
	padding: 0 0 15px;
	color: #000;
}

.benifits {
	padding-top: 28px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: #fff;
	position: relative;
}

.benifits:before {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	left: -9999px;
	right: -9999px;
	bottom: 0;
	background: #376e31;
}

.detail-block .benifits h2,
.benifits h2 {
	text-align: center;
	color: inherit;
}

.benifits ul {
	font-size: 18px;
}

.benifits ul li {
	padding: 0 0 0 12px;
	position: relative;
}

.benifits ul li:before {
	width: 6px;
	height: 6px;
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	right: auto;
	bottom: auto;
	background: #fff;
	border-radius: 100%;
}

.benifits ul li a {
	color: inherit;
	text-decoration: none;
}

.benifits ul li a:hover {
	color: #89be34;
}

.similar-products {
	text-align: center;
}

.similar-products .btn {
	font-size: 25px;
	background: #89be34;
	margin: 0 0 20px;
}

.similar-products .btn:hover {
	background: #376e31;
}

.similar-products ul {
	padding: 10px 0;
	font-size: 18px;
}

.similar-products ul li a {
	color: #89be34;
	text-decoration: none;
}

.similar-products ul li a:hover {
	color: #376e31;
}

@media (min-width: 375px) {
	#footer {
		font-size: 13px;
	}
}

@media (min-width: 480px) {
	.forms .field {
		width: 50%;
	}

	.forms .field.medium {
		width: 50%;
	}

	.offers-slider .textbox {
		margin-top: -50px;
	}

	.offers-slider .icon {
		width: 100px;
		height: 100px;
	}

	.offers-slider h2 {
		font-size: 24px;
	}

	#footer .columns-holder .columns-holder .column {
		width: 55%;
	}

	#footer .columns-holder .columns-holder .column:first-child {
		width: 45%;
	}

	.products-links ul {
		font-size: 18px;
		margin: 0 -10px;
	}

	.products-links ul li {
		width: 50%;
		padding: 5px 10px;
	}
}

@media (min-width: 768px) {
	body {
		font-size: 18px;
	}

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

	.logo {
		width: 180px;
	}

	.social-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: 0 0 15px;
		padding: 0;
	}

	.btn-signin {
		margin: 0;
		border-color: #ddd;
		color: #b2b2b2;
		font-size: 13px;
	}

	.btn-signin:hover {
		background: #376e31;
		border-color: #376e31;
		color: #fff;
	}

	.social-networks li {
		margin: 0 0 0 10px;
	}

	.nav-holder .nav-opener {
		display: none;
	}

	.nav-drop {
		width: auto;
		height: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background: none;
	}

	#nav {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 0;
	}

	#nav ul {
		font-size: 13px;
		line-height: 20px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}

	#nav ul li {
		width: auto;
		margin: 0;
	}

	#nav ul li a {
		color: #444;
		padding: 8px 10px;
		letter-spacing: normal;
	}

	#nav ul li:hover > a {
		color: #376e31;
		background: none;
	}

	#nav ul li.number a {
		padding-right: 0;
		color: #3d7337;
		font-size: 14px;
	}

	#nav ul li.number a:hover {
		color: #444;
	}

	.visual-block {
		font-size: 18px;
	}

	.visual-block .container {
		min-height: 380px;
	}

	.visual-block .icon .icon-leaf-o {
		font-size: 40px;
	}

	.visual-block .btn-apply {
		font-size: 22px;
		padding: 12px 20px;
	}

	.visual-block.home-visual svg {
		width: 100%;
		height: calc(100% + 206px);
	}

	.visual-block.home-visual .container {
		min-height: 380px;
	}

	.visual-block.home-visual h1 {
		font-size: 32px;
		max-width: 450px;
		margin: 0 0 20px;
	}

	.visual-block.landing-visual p {
		margin: 0 0 20px;
	}

	.visual-block.landing-visual .btn {
		padding: 7px 15px;
		font-size: 16px;
	}

	.visual-block.visual [class*="icon-"] {
		font-size: 100px;
	}

	.visual-block.visual h1 {
		font-size: 60px;
	}

	#main {
		padding: 68px 0 20px;
	}

	.slider-section {
		margin: 0 0 56px;
	}

	.offer-section .offer-box {
		width: 50%;
	}

	.awards-block {
		font-size: 17px;
	}

	.awards-block .awards-list {
		width: 60%;
	}

	.awards-block.addition {
		font-size: 15px;
	}

	.about-block {
		padding: 65px 0;
		margin: 0 0 74px;
	}

	.about-block.addition {
		margin: 0 0 100px;
	}

	.columns-block .column {
		width: 50%;
	}

	.info-list {
		font-size: 19px;
	}

	.info-list li:before {
		top: 7px;
	}

	.blog-section {
		margin-bottom: 20px;
	}

	.blog-post .img-wrap {
		width: 33.1%;
		margin: 0;
	}

	.blog-post .date {
		left: auto;
		right: 0;
		bottom: 20px;
	}

	.blog-post .date:after {
		display: block;
	}

	.blog-post .textbox {
		padding: 0 0 0 30px;
		width: 66.9%;
	}

	.blog-post p {
		margin: 0 0 5px;
	}

	.locations-block {
		font-size: 16px;
		margin: 0 0 67px;
	}

	.locations-block .head {
		font-size: 19px;
	}

	.locations-block h2 {
		font-size: 26px;
	}

	.locations-block .h5 {
		font-size: 16px;
	}

	.locations-block .icon {
		max-width: 45px;
		margin-bottom: 37px;
	}

	.locations-block.addition {
		margin: 0 0 56px;
	}

	.locations-block.addition h3 {
		font-size: 24px;
	}

	.locations-block.addition h3:before {
		top: 10px;
	}

	.forms .field {
		width: 33.333%;
		margin: 0 0 28px;
	}

	.forms .field.medium {
		width: 66.666%;
	}

	.forms.addition {
		padding: 50px 55px;
		margin-bottom: 50px;
	}

	.testimonials-section {
		padding: 157px 0 97px;
	}

	.testimonials-section blockquote {
		font-size: 23px;
	}

	.testimonials-section .author {
		font-size: 18px;
	}

	.testimonials-section .author strong {
		font-size: 20px;
	}

	.overview-block .img-holder {
		width: 28.6%;
		max-width: inherit;
		margin: 0 0 43px;
	}

	.overview-block .textbox {
		padding: 8px 0 0 50px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
	}

	.overview-block .textwrap {
		max-width: 410px;
	}

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

	.quotes-block blockquote {
		font-size: 20px;
	}

	.quotes-block blockquote .author {
		font-size: 22px;
	}

	.slick-slider,
	.testimonials-slider {
		padding: 0 15px;
	}

	.slick-slide {
		padding: 0 28px;
	}

	.slick-arrow {
		font-size: 30px;
	}

	.slick-arrow.slick-prev {
		left: 0;
	}

	.slick-arrow.slick-next {
		right: 0;
	}

	.offers-slider .icon [class^="icon-"],
	.offers-slider .icon [class*=" icon-"] {
		font-size: 50px;
	}

	#footer {
		font-size: 14px;
	}

	#footer .title {
		font-size: 18px;
		margin: 0 0 41px;
	}

	#footer .addr {
		margin: 0 0 30px;
	}

	#footer dl {
		margin: 0 0 30px;
	}

	#footer .social-networks {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 0;
	}

	.footer-links li:before {
		top: 8px;
	}

	.site-footer {
		text-align: left;
	}

	.contact-info {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.contact-info li {
		margin: 0 0 0 30px;
	}

	.page-head {
		padding-top: 40px;
		padding-bottom: 25px;
		font-size: 22px;
	}

	.page-head:before {
		border-bottom-width: 25px;
	}

	.page-head h1 {
		font-size: 35px;
		margin: 0 0 15px;
	}

	.page-head p {
		margin: 0 0 35px;
	}

	.page-head .search-form {
		margin-bottom: -25px;
	}

	.search-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}

	.search-form .form-group {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		margin: 0 10px 0 0;
	}

	.search-form input[type=text],
	.search-form input[type=search] {
		height: 51px;
		padding: 12px 20px;
		font-size: 20px;
		line-height: 25px;
	}

	.search-form .btn {
		min-width: 150px;
		padding: 10px 20px;
		font-size: 26px;
		line-height: 31px;
	}

	.products-links {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.products-links ul {
		font-size: 22px;
	}

	.products-links ul li {
		width: 33.333%;
		padding: 5px 10px;
	}

	.products {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.products .article {
		padding: 40px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}

	.products .article:nth-child(even) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.products .article:nth-child(even) .text {
		text-align: right;
		padding-left: 0;
		padding-right: 30px;
	}

	.products .article:nth-child(even) .heading-holder {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.products .article:nth-child(even) .heading-holder i {
		margin-left: 10px;
		margin-right: -4px;
	}

	.products .img-holder {
		width: 49.7%;
		padding: 0;
		border-radius: 0 60px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.products .text {
		padding: 10px 0 0 30px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.products .heading-holder i {
		font-size: 80px;
		margin: 0 10px 3px -4px;
	}

	.products h2 {
		font-size: 34px;
	}

	.products p {
		margin: 0 0 25px;
	}

	.products .btn {
		padding: 10px 20px;
		font-size: 25px;
	}

	.team {
		padding: 20px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.team .article {
		width: 50%;
		padding: 20px 15px;
	}

	.team .img-holder {
		max-width: 214px;
		margin: 0 auto 12px;
	}

	.team .img-holder a {
		width: 214px;
		height: 214px;
	}

	.team h2 {
		max-width: 358px;
		margin: 0 auto 15px;
		font-size: 25px;
	}

	.team ul {
		max-width: 358px;
		font-size: 20px;
	}

	.team ul li {
		padding: 0 0 10px 35px;
	}

	.team ul li i {
		width: 26px;
		font-size: 20px;
	}

	.team ul li i {
		font-size: 26px;
	}

	.team ul .email {
		font-size: 18px;
	}

	.banner .container {
		min-height: 350px;
	}

	.banner blockquote {
		font-size: 40px;
	}

	.member-detail {
		padding-bottom: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		font-size: 17px;
		line-height: 1.892;
		margin-bottom: 40px;
	}

	.member-detail .img-group {
		width: 40%;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin: 0 30px 0 0;
		max-width: inherit;
	}

	.member-detail .img-holder {
		margin: 0 0 30px;
	}

	.member-detail .img-caption {
		font-size: 20px;
		text-align: right;
	}

	.member-detail .designation {
		margin: 0 0 13px;
		text-align: left;
	}

	.member-detail h1 {
		font-size: 26px;
		line-height: 30px;
		padding: 0 0 20px;
		margin: 0 0 20px;
		text-align: left;
	}

	.member-detail h1:after {
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.member-detail .detail {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
	}

	.member-detail .row .column {
		max-width: none;
		margin: 0;
		padding: 0 16px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.member-detail .description {
		line-height: 1.7857;
		text-align: left;
	}

	.member-detail .description p {
		margin: 0 0 25px;
	}

	.member-detail .contact-list {
		font-size: 15px;
		line-height: 22px;
	}

	.member-detail .contact-list li {
		padding: 0 0 9px 30px;
	}

	.detail-block {
		padding-bottom: 39px;
	}

	.detail-block h2 {
		font-size: 35px;
		margin: 0 0 15px;
	}

	.detail-block .text {
		padding: 0 0 30px;
	}

	.benifits {
		padding-bottom: 50px;
		margin-bottom: 50px;
	}

	.benifits ul {
		font-size: 22px;
		margin: 0 -10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.benifits ul li {
		width: calc(50% - 20px);
		padding: 0 0 0 22px;
		margin: 0 10px;
	}

	.benifits ul li:before {
		width: 9px;
		height: 9px;
		top: 18px;
	}

	.similar-products .btn {
		font-size: 32px;
		margin: 0 0 35px;
	}

	.similar-products ul {
		font-size: 22px;
		margin: 0 -15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.similar-products ul li {
		width: 50%;
		padding: 0 15px;
	}
}

@media (min-width: 1024px) {
	body {
		font-size: 22px;
	}

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

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

	.logo {
		width: 250px;
	}

	.social-row {
		margin: 0 0 25px;
	}

	.btn-signin {
		font-size: 14px;
	}

	.social-networks li {
		margin: 0 0 0 12px;
	}

	#nav ul {
		font-size: 14px;
		line-height: 24px;
	}

	#nav ul li a {
		letter-spacing: 1.4px;
	}

	#nav ul li.number a {
		font-size: 16px;
	}

	.visual-block {
		font-size: 21px;
	}

	.visual-block .container {
		min-height: 450px;
	}

	.visual-block .icon .icon-leaf-o {
		font-size: 70px;
	}

	.visual-block .btn-apply {
		font-size: 27px;
		padding: 15px 30px;
	}

	.visual-block.home-visual svg {
		width: 100%;
		height: calc(100% + 250px);
	}

	.visual-block.home-visual .container {
		min-height: 450px;
	}

	.visual-block.home-visual h1 {
		font-size: 40px;
		max-width: 550px;
		margin: 0 0 40px;
	}

	.visual-block.landing-visual .container {
		min-height: 402px;
	}

	.visual-block.landing-visual p {
		margin: 0 0 30px;
	}

	.visual-block.landing-visual .btn {
		padding: 11px 26px;
		font-size: 18px;
	}

	.visual-block.visual [class*="icon-"] {
		font-size: 120px;
		margin: 0 0 25px;
	}

	.visual-block.visual h1 {
		font-size: 70px;
	}

	.slider-section h1 {
		margin: 0 0 80px;
	}

	.offer-section {
		padding: 91px 0 104px;
	}

	.offer-section p {
		margin: 0 0 30px;
	}

	.offer-section .row {
		margin-bottom: 50px;
	}

	.offer-section .offer-box {
		width: 33.333%;
	}

	.offer-section .btn {
		font-size: 22px;
		padding: 10px 25px 10px 50px;
	}

	.offer-section .btn:before {
		width: 55px;
		height: 61px;
		top: -6px;
	}

	.offer-section .btn-contact {
		padding: 20px 35px;
		font-size: 35px;
	}

	.awards-block {
		padding: 40px 0 34px;
	}

	.awards-block .container {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.awards-block .textbox {
		width: 34.33%;
	}

	.awards-block .textbox p {
		margin: 0 0 10px;
	}

	.awards-block.addition .awards-list li {
		margin: 0 36px;
	}

	.about-block.addition {
		padding: 38px 0 64px;
		margin: 0 0 150px;
	}

	.columns-block .column {
		width: 33.333%;
	}

	.blog-post:last-child {
		padding-bottom: 90px;
	}

	.blog-post .date {
		bottom: 34px;
	}

	.blog-post .textbox {
		padding: 15px 0 0 50px;
	}

	.blog-post h2 {
		font-size: 23px;
		letter-spacing: 1px;
	}

	.locations-block .head {
		font-size: 21px;
	}

	.locations-block h2 {
		font-size: 29px;
	}

	.locations-block .icon {
		max-width: 68px;
	}

	.locations-block.addition .columns-block .column {
		width: 51.5%;
	}

	.locations-block.addition .columns-block .column:first-child {
		width: 48.5%;
	}

	.overview-block .textbox {
		padding: 8px 0 0 108px;
	}

	.quotes-block {
		padding: 73px 0 104px;
	}

	.quotes-block blockquote {
		font-size: 25px;
	}

	.quotes-block blockquote .author {
		font-size: 26px;
	}

	.offers-slider .textbox {
		margin-top: -60px;
	}

	.offers-slider .icon {
		width: 120px;
		height: 120px;
		padding: 20px;
		border-width: 3px;
	}

	.offers-slider h2 {
		font-size: 26px;
	}

	.quotes-slider {
		margin: 0 0 26px;
	}

	#footer {
		padding: 48px 0 0;
	}

	#footer .columns-holder .columns-holder .column {
		width: 60%;
	}

	#footer .columns-holder .columns-holder .column:first-child {
		width: 40%;
	}

	#footer .column {
		width: 50%;
		max-width: 600px;
	}

	#footer .site-footer .columns-holder .column {
		max-width: inherit;
	}

	.contact-info {
		margin-left: -100px;
	}

	.contact-info li {
		margin: 0 0 0 15px;
	}

	.page-head {
		font-size: 25px;
		padding-bottom: 28px;
	}

	.page-head:before {
		border-bottom-width: 28px;
	}

	.page-head h1 {
		font-size: 45px;
		margin: 0 0 20px;
	}

	.page-head p {
		margin: 0 0 49px;
	}

	.search-form .btn {
		min-width: 199px;
	}

	.products-links ul {
		font-size: 30px;
	}

	.products-links ul li {
		padding: 8px 10px;
	}

	.products {
		padding-top: 37px;
		padding-bottom: 60px;
	}

	.products .article {
		padding: 56px 0;
	}

	.products .article:nth-child(even) .text {
		padding-right: 40px;
	}

	.products .article:nth-child(even) .heading-holder i {
		margin-left: 24px;
	}

	.products .img-holder {
		border-radius: 0 80px;
	}

	.products .text {
		padding: 10px 0 0 40px;
	}

	.products .heading-holder i {
		font-size: 110px;
		margin: 0 20px 7px -8px;
	}

	.products h2 {
		font-size: 45px;
	}

	.products p {
		margin: 0 0 36px;
	}

	.products .btn {
		padding: 15px 22px;
		font-size: 30px;
	}

	.team {
		max-width: 1546px;
		padding: 0 0 13px;
	}

	.team .article {
		width: 33.333%;
		padding: 32px 15px;
	}

	.banner .container {
		max-width: 1300px;
		min-height: 512px;
	}

	.banner blockquote {
		font-size: 60px;
		padding: 20px 0 40px;
	}

	.member-detail {
		max-width: 1350px;
		font-size: 19px;
		margin-bottom: 80px;
	}

	.member-detail .img-group {
		width: 35%;
	}

	.member-detail .img-holder {
		margin: 0 0 38px;
	}

	.member-detail .img-caption {
		font-size: 23px;
	}

	.member-detail h1 {
		padding: 0 0 35px;
		margin: 0 0 32px;
	}

	.member-detail .row {
		margin: 0 -16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}

	.member-detail .description {
		width: 52.7%;
		padding: 0 16px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.member-detail .contact-list .id {
		font-size: 17px;
	}

	.detail-block {
		max-width: 1563px;
	}

	.detail-block h2 {
		font-size: 40px;
	}

	.detail-block .text {
		padding: 3px 0 60px;
	}

	.benifits {
		padding-bottom: 73px;
		margin-bottom: 68px;
	}

	.detail-block .benifits h2,
	.benifits h2 {
		font-size: 45px;
	}

	.benifits ul {
		font-size: 28px;
	}

	.benifits ul li {
		width: calc(33.333% - 20px);
	}

	.benifits ul li:before {
		top: 18px;
	}

	.similar-products .btn {
		font-size: 40px;
		margin: 0 0 50px;
	}

	.similar-products ul {
		font-size: 28px;
	}

	.similar-products ul li {
		width: 33.333%;
	}
}

@media (min-width: 1200px) {
	body {
		font-size: 26px;
	}

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

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

	#header {
		padding: 25px 25px 15px;
	}

	.logo {
		width: 250px; /*320*/
	}

	#nav ul {
		font-size: 15px;
	}

	#nav ul li {
		margin: 0 0 0 12px;
	}

	#nav ul li a {
		letter-spacing: 1.1px; /*1.6*/
	}

	#nav ul li.number a {
		font-size: 20px;
	}

	.visual-block {
		font-size: 24px;
	}

	.visual-block .container {
		min-height: 550px;
		padding: 0 30px;
	}

	.visual-block .icon .icon-leaf-o {
		font-size: 100px;
	}

	.visual-block .btn-apply {
		font-size: 40px;
		padding: 25px 35px;
	}

	.visual-block.home-visual svg {
		width: 100%;
		height: calc(100% + 302px);
	}

	.visual-block.home-visual .container {
		min-height: 550px;
	}

	.visual-block.home-visual h1 {
		font-size: 55px;
		max-width: 620px;
		text-shadow: none;
		letter-spacing: -1.5px;
	}

	.visual-block.locations-visual h1 {
		font-size: 42px;
	}

	.visual-block.landing-visual .container {
		min-height: 402px;
	}

	.visual-block.landing-visual h1 {
		font-size: 37px;
	}

	.visual-block.landing-visual p {
		margin: 0 0 42px;
	}

	.visual-block.visual .container {
		min-height: 598px;
	}

	.visual-block.visual .align {
		padding: 30px 0 46px;
	}

	.visual-block.visual [class*="icon-"] {
		font-size: 140px;
		margin: 0 0 35px;
	}

	.visual-block.visual h1 {
		font-size: 80px;
	}

	.offer-section h2 {
		margin: 0 0 3px;
	}

	.offer-section p {
		margin: 0 0 46px;
	}

	.offer-section .row {
		margin: 0 -30px 93px;
	}

	.offer-section .offer-box {
		padding: 0 30px;
		margin: 0 0 45px;
	}

	.offer-section .btn {
		font-size: 30px;
		left: 12px;
	}

	.offer-section .btn:before {
		width: 65px;
		height: 70px;
		top: -6px;
		left: -32px;
	}

	.offer-section .btn-contact {
		font-size: 50px;
		padding: 26px 45px;
	}

	.awards-block .textbox {
		padding: 0 0 8px;
	}

	.awards-block .textbox p {
		margin: 0 0 20px;
	}

	.awards-block.addition .awards-list {
		margin: 0 -36px;
		width: 65.666%;
	}

	.blog-section {
		margin-bottom: 0;
	}

	.blog-post .textbox {
		padding: 22px 0 0 50px;
	}

	.locations-block .head {
		font-size: 24px;
	}

	.locations-block h2 {
		font-size: 32px;
	}

	.slick-slider,
	.testimonials-slider {
		padding: 0 30px;
	}

	.slick-arrow {
		font-size: 40px;
	}

	.slick-arrow.slick-prev {
		left: 5px;
	}

	.slick-arrow.slick-next {
		right: 5px;
	}

	.offers-slider .textbox {
		margin-top: -75px;
	}

	.offers-slider .icon {
		width: 150px;
		height: 150px;
		margin-bottom: 6px;
		padding: 25px;
		border-width: 4px;
	}

	.offers-slider .icon [class^="icon-"],
	.offers-slider .icon [class*=" icon-"] {
		font-size: 80px;
	}

	.offers-slider h2 {
		font-size: 30px;
	}

	#footer {
		font-size: 16px;
	}

	#footer .columns-holder .columns-holder .column {
		width: 51%;
	}

	#footer .columns-holder .columns-holder .column:first-child {
		width: 49%;
	}

	#footer .subtitle {
		font-size: 17px;
	}

	#footer .addr {
		font-size: 17px;
		margin: 0 0 49px;
	}

	#footer dl {
		font-size: 17px;
		margin: -4px 0 49px;
	}

	.footer-links {
		font-size: 17px;
		margin-bottom: 29px;
	}

	.contact-info li {
		margin: 0 0 0 30px;
	}

	.page-head h1 {
		font-size: 52px;
	}

	.search-form {
		left: 8px;
	}

	.products-links {
		max-width: 1340px;
		padding-top: 47px;
		padding-bottom: 54px;
	}

	.products-links ul {
		font-size: 35px;
	}

	.products-links ul li {
		padding: 10px;
	}

	.products {
		max-width: 1495px;
		padding-bottom: 80px;
	}

	.products .img-holder {
		min-height: 660px;
		border-radius: 0 90px;
	}

	.products .heading-holder i {
		font-size: 126px;
	}

	.products h2 {
		font-size: 52px;
	}

	.products .btn {
		padding: 16px 27px;
		font-size: 36px;
	}

	.team h2 {
		font-size: 28px;
		margin: 0 auto 18px;
	}

	.team ul {
		font-size: 22px;
	}

	.team ul li {
		padding: 0 0 10px 43px;
	}

	.banner blockquote {
		font-size: 70px;
	}

	.member-detail .img-group {
		width: 40%;
		margin: 4px 57px 0 0;
	}

	.member-detail .img-caption {
		font-size: 23px;
		padding: 0 0 0 40px;
		margin: 0 -3px 0 0;
	}

	.detail-block h2 {
		font-size: 52px;
		margin: 0 0 19px;
	}

	.detail-block .benifits h2,
	.benifits h2 {
		font-size: 58px;
	}

	.benifits ul {
		font-size: 34px;
		margin: 0 -15px;
	}

	.benifits ul li {
		width: calc(33.333% - 30px);
		padding: 0 0 0 32px;
		margin: 0 15px;
	}

	.benifits ul li:before {
		top: 24px;
	}

	.similar-products .btn {
		padding: 25px 40px;
		font-size: 50px;
	}

	.similar-products ul {
		font-size: 34px;
	}
}

@media (min-width: 1400px) {
	body {
		font-size: 30px;
	}

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

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

	#header {
		padding: 33px 25px 16px 35px;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.logo {
		width: 390px;
		margin: 0 0 9px;
	}

	.nav-holder {
		padding-top: 40px;
	}

	#nav ul {
		font-size: 17px;
	}

	#nav ul li a {
		padding: 8px 13px;
	}

	#nav ul li.number {
		margin-left: 23px;
	}

	#nav ul li.number a {
		font-size: 22px;
		letter-spacing: 1px;
	}

	.visual-block .container {
		min-height: 600px;
	}

	.visual-block .icon {
		margin-bottom: 32px;
	}

	.visual-block .icon .icon-leaf-o {
		font-size: 125px;
	}

	.visual-block.home-visual svg {
		width: 100%;
		height: calc(100% + 352px);
	}

	.visual-block.home-visual .container {
		min-height: 648px;
	}

	.visual-block.home-visual h1 {
		font-size: 62px;
		max-width: 700px;
	}

	.visual-block.about-visual {
		font-size: 28px;
	}

	.visual-block.locations-visual h1 {
		font-size: 53px;
	}

	.visual-block.landing-visual .container {
		min-height: 402px;
	}

	.visual-block.landing-visual h1 {
		font-size: 37px;
	}

	.visual-block.landing-visual p {
		margin: 0 0 55px;
	}

	.visual-block.visual [class*="icon-"] {
		font-size: 158px;
	}

	.visual-block.visual h1 {
		font-size: 95px;
	}

	.slider-section h1 {
		font-size: 52px;
	}

	.offer-section .btn {
		font-size: 39px;
		min-width: 350px;
		left: 17px;
		padding: 7px 25px 7px 50px;
	}

	.offer-section .btn:before {
		width: 74px;
		height: 81px;
		left: -40px;
		top: -10px;
	}

	.awards-block.addition .awards-list {
		margin-right: -92px;
		width: 69.666%;
	}

	.about-block h1 {
		font-size: 52px;
	}

	.columns-block .column:last-child .info-list {
		margin-right: -150px;
	}

	.slick-arrow {
		font-size: 55px;
	}

	.offers-slider .textbox {
		margin-top: -88px;
	}

	.offers-slider .icon {
		width: 176px;
		height: 176px;
	}

	.offers-slider .icon [class^="icon-"],
	.offers-slider .icon [class*=" icon-"] {
		font-size: 97px;
	}

	.offers-slider h2 {
		font-size: 34px;
	}

	.products .article:nth-child(even) .text {
		padding-right: 90px;
	}

	.products .text {
		padding: 64px 0 0 90px;
	}

	.banner blockquote {
		font-size: 75px;
	}

	.benifits ul {
		font-size: 38px;
	}

	.benifits ul li:before {
		top: 26px;
	}

	.similar-products .btn {
		font-size: 57px;
	}

	.similar-products ul {
		margin: 0 -48px;
		font-size: 38px;
	}

	.similar-products ul li {
		padding: 0 48px;
	}
}

@media (min-width: 1600px) {
	.logo {
		width: 450px;
	}

	.visual-block.home-visual h1 {
		font-size: 72px;
	}

	.visual-block.blog-visual .container {
		min-height: 804px;
	}

	.visual-block.locations-visual .container {
		min-height: 706px;
	}

	.visual-block.locations-visual h1 {
		font-size: 64px;
		letter-spacing: 3px;
		margin: 0 0 20px;
	}

	.visual-block.landing-visual h1 {
		font-size: 37px;
	}

	.slick-slider,
	.testimonials-slider {
		padding: 0 90px;
	}

	.slick-arrow {
		font-size: 76px;
	}

	.offers-slider .textbox {
		margin-top: -116px;
	}

	.offers-slider .icon {
		width: 204px;
		height: 204px;
		border-width: 5px;
	}

	.offers-slider .icon [class^="icon-"],
	.offers-slider .icon [class*=" icon-"] {
		font-size: 115px;
	}

	.offers-slider .icon .icon-financing-home {
		font-size: 100px;
	}

	.offers-slider h2 {
		font-size: 39px;
	}

	#footer .columns-holder .columns-holder .column {
		width: 62%;
	}

	#footer .columns-holder .columns-holder .column:first-child {
		width: 38%;
	}
}

@media (max-width: 767px) {
	.visual-block p br {
		display: none;
	}
}

