/*
Theme Name: WhiteCoatWaste
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: whitecoatwaste
Tags: one-column, two-columns
Theme URI:
*/

@font-face {
	font-family: "House Slant";
	src: url("fonts/HouseSlant.eot");
	src: url("fonts/HouseSlant.eot?#iefix") format("embedded-opentype"), url("fonts/HouseSlant.woff") format("woff");
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
}

@font-face {
	font-family: "House Slant";
	src: url("fonts/HouseSlant-Regular.otf") format("otf");
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
}

/*! 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;
}

.cycle-gallery .pagination ul,
.main-nav,
.main-nav ul,
.social-networks,
.partners-list,
.footer-details,
.tabset,
.info-list,
.social-icons,
.team-tabset,
.data-news {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
#main:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.holder:after,
.tabset:after,
.tab-content: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: #777;
	background: #fff;
	font: 12px/1.48 "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;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.48em;
}

blockquote {
	margin: 0;
	font-family: "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #000;
	position: relative;
	padding: 0 0 24px 39px;
	text-indent: 3px;
}

blockquote p:before,
blockquote q:before {
	content: "\201c";
	font-size: 71px;
	line-height: 1;
	position: absolute;
	left: -3px;
	top: -9px;
	font-family: "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

blockquote p:after,
blockquote q:after {
	content: "\201d";
}

blockquote cite {
	display: none;
}

blockquote cite a {
	color: inherit;
	text-decoration: none;
}

blockquote cite a:hover {
	text-decoration: underline;
	color: #ad2525;
}

blockquote cite a:before {
	content: "*";
	display: inline-block;
	vertical-align: top;
}

th,
td {
	border: 1px solid #777;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

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;
	color: #050000;
	box-sizing: border-box;
	background: #fff;
	box-shadow: inset 0 0 5px 1px rgba(1, 1, 1, .5);
	border-style: none;
	padding: 1px 12px;
	margin: 0;
	width: 100%;
	height: 38px;
	display: block;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

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: #050000;
}

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: #050000;
}

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: #050000;
}

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: #050000;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #050000;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #030000;
}

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;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	height: 44px;
	min-width: 174px;
	font-size: 24px;
	line-height: 44px;
	white-space: normal;
	border-color: transparent;
	display: block;
	box-shadow: inset 2px 2px 5px rgba(255, 255, 255, .5), inset -2px -2px 5px rgba(0, 0, 0, .73);
	-webkit-transition: box-shadow .3s;
	transition: box-shadow .3s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .73), inset -2px -2px 5px rgba(255, 255, 255, .5);
}

p img,
.illustration img {
	border: 8px solid #fff;
	border-radius: 10px;
	box-shadow: 0 0 29px rgba(0, 0, 0, .38);
}

.widget {
	margin-bottom: 1.48em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 0 10px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 0 10px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 0 10px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #ad2424;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.commentlist {
	margin: 0 0 1.48em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.48em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.48em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.48em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #ad2424;
	color: #fff;
	padding: .4em;
	text-decoration: none;
	box-shadow: inset 2px 2px 5px rgba(255, 255, 255, .5), inset -2px -2px 5px rgba(0, 0, 0, .73);
	-webkit-transition: box-shadow .3s;
	transition: box-shadow .3s;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .73), inset -2px -2px 5px rgba(255, 255, 255, .5);
}

.navigation-single {
	margin-bottom: 1.48em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #ad2424;
	color: #fff;
	text-decoration: none;
	box-shadow: inset 2px 2px 5px rgba(255, 255, 255, .5), inset -2px -2px 5px rgba(0, 0, 0, .73);
	-webkit-transition: box-shadow .3s;
	transition: box-shadow .3s;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .73), inset -2px -2px 5px rgba(255, 255, 255, .5);
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #fff;
	border-radius: 10px;
	box-shadow: 0 0 29px rgba(0, 0, 0, .38);
	padding: .4em;
	margin-bottom: 1.48em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.48em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.48em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.48em;
}

.mejs-container {
	margin-bottom: 1.48em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #777;
}

.text-center {
	text-align: center;
}

.post {
	padding: 0 0 20px;
}

.image-block {
	margin: 0 -14px 20px;
	overflow: hidden;
}

.more {
	text-align: center;
	padding: 30px 0;
	text-transform: uppercase;
}

.more a {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	border: 3px solid #009943;
	color: #009943;
	text-decoration: none;
	-webkit-transition: background .3s linear, color .3s;
	transition: background .3s linear, color .3s;
}

.more a:hover {
	background: #009943;
	color: #fff;
}

.more a.load-more {
	font-size: 29px;
	padding: 10px 22px;
	line-height: 1;
}

.button {
	text-align: center;
}

.button a {
	text-align: center;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	height: 44px;
	min-width: 174px;
	font-size: 24px;
	line-height: 44px;
	padding: 1px 12px;
	white-space: normal;
	border-color: transparent;
	display: inline-block;
	background: #ad2424;
	color: #fff;
	box-shadow: inset 2px 2px 5px rgba(255, 255, 255, .5), inset -2px -2px 5px rgba(0, 0, 0, .73);
	-webkit-transition: box-shadow .3s;
	transition: box-shadow .3s;
}

.button a:hover {
	box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .73), inset -2px -2px 5px rgba(255, 255, 255, .5);
}

.preloader {
	position: absolute;
	bottom: 112px;
	left: 50%;
	-webkit-transform: translate3D(-50%, 0, 0);
	-ms-transform: translate3D(-50%, 0, 0);
	transform: translate3D(-50%, 0, 0);
	z-index: 10;
	opacity: 0;
	pointer-events: none;
}

.is-busy .preloader {
	opacity: 1;
}

.gform_wrapper .gfield_error {
	background: none !important;
	border: none !important;
}

.gform_wrapper .gfield_error input {
	color: #ad2424;
	border: 2px solid #6f2222 !important;
	box-shadow: inset 0 0 5px 1px rgba(63, 25, 25, .3);
}

.gform_wrapper .gfield_error input::-webkit-input-placeholder {
	color: #ad2424;
}

.gform_wrapper .gfield_error input::-moz-placeholder {
	opacity: 1;
	color: #ad2424;
}

.gform_wrapper .gfield_error input:-moz-placeholder {
	color: #ad2424;
}

.gform_wrapper .gfield_error input:-ms-input-placeholder {
	color: #ad2424;
}

.gform_wrapper .gfield_error input.placeholder {
	color: #ad2424;
}

.gform_wrapper .validation_message {
	display: none;
}

.contact-block,
.sign-block {
	position: relative;
}

.contact-block .gforms_confirmation_message,
.sign-block .gforms_confirmation_message {
	text-align: center;
}

.contact-block .gform_wrapper,
.sign-block .gform_wrapper {
	overflow: visible;
}

.contact-block .gform_wrapper.gform_validation_error,
.sign-block .gform_wrapper.gform_validation_error {
	margin-top: 70px;
}

.contact-block .gform_wrapper .gform_body,
.sign-block .gform_wrapper .gform_body {
	width: 100% !important;
}

.contact-block .gform_wrapper .gform_fields,
.sign-block .gform_wrapper .gform_fields {
	width: 100%;
}

.contact-block .gform_wrapper ul li.gfield,
.sign-block .gform_wrapper ul li.gfield {
	margin-top: 13px;
}

.contact-block .gform_wrapper ul li.gfield label,
.sign-block .gform_wrapper ul li.gfield label {
	display: none !important;
}

.contact-block .gform_wrapper ul li.gfield input,
.sign-block .gform_wrapper ul li.gfield input {
	min-height: 38px;
	padding: 1px 12px !important;
}

.contact-block .gform_wrapper ul li.gfield textarea.medium,
.sign-block .gform_wrapper ul li.gfield textarea.medium {
	padding: 1px 12px !important;
}

.contact-block .gform_wrapper ul li.gfield.gfield_error input,
.contact-block .gform_wrapper ul li.gfield.gfield_error textarea.medium,
.sign-block .gform_wrapper ul li.gfield.gfield_error input,
.sign-block .gform_wrapper ul li.gfield.gfield_error textarea.medium {
	color: #ad2424;
	border: 2px solid #6f2222 !important;
	box-shadow: inset 0 0 5px 1px rgba(63, 25, 25, .3);
}

.contact-block .gform_wrapper ul li.gfield.gfield_error input::-webkit-input-placeholder,
.contact-block .gform_wrapper ul li.gfield.gfield_error textarea.medium::-webkit-input-placeholder,
.sign-block .gform_wrapper ul li.gfield.gfield_error input::-webkit-input-placeholder,
.sign-block .gform_wrapper ul li.gfield.gfield_error textarea.medium::-webkit-input-placeholder {
	color: #ad2424;
}

.contact-block .gform_wrapper ul li.gfield.gfield_error input::-moz-placeholder,
.contact-block .gform_wrapper ul li.gfield.gfield_error textarea.medium::-moz-placeholder,
.sign-block .gform_wrapper ul li.gfield.gfield_error input::-moz-placeholder,
.sign-block .gform_wrapper ul li.gfield.gfield_error textarea.medium::-moz-placeholder {
	opacity: 1;
	color: #ad2424;
}

.contact-block .gform_wrapper ul li.gfield.gfield_error input:-moz-placeholder,
.contact-block .gform_wrapper ul li.gfield.gfield_error textarea.medium:-moz-placeholder,
.sign-block .gform_wrapper ul li.gfield.gfield_error input:-moz-placeholder,
.sign-block .gform_wrapper ul li.gfield.gfield_error textarea.medium:-moz-placeholder {
	color: #ad2424;
}

.contact-block .gform_wrapper ul li.gfield.gfield_error input:-ms-input-placeholder,
.contact-block .gform_wrapper ul li.gfield.gfield_error textarea.medium:-ms-input-placeholder,
.sign-block .gform_wrapper ul li.gfield.gfield_error input:-ms-input-placeholder,
.sign-block .gform_wrapper ul li.gfield.gfield_error textarea.medium:-ms-input-placeholder {
	color: #ad2424;
}

.contact-block .gform_wrapper ul li.gfield.gfield_error input.placeholder,
.contact-block .gform_wrapper ul li.gfield.gfield_error textarea.medium.placeholder,
.sign-block .gform_wrapper ul li.gfield.gfield_error input.placeholder,
.sign-block .gform_wrapper ul li.gfield.gfield_error textarea.medium.placeholder {
	color: #ad2424;
}

.contact-block .gform_wrapper ul li.gfield.gfield_error + .gfield_error,
.sign-block .gform_wrapper ul li.gfield.gfield_error + .gfield_error {
	margin-top: 13px !important;
}

.contact-block .gform_wrapper ul li.gfield .gfield_description,
.sign-block .gform_wrapper ul li.gfield .gfield_description {
	display: none;
}

.contact-block .gform_wrapper select,
.sign-block .gform_wrapper select {
	font-size: 13px;
	line-height: 38px;
	height: 38px;
}

.contact-block .gform_wrapper textarea.medium,
.sign-block .gform_wrapper textarea.medium {
	height: 245px;
}

.contact-block .gform_wrapper .top_label .ginput_container,
.sign-block .gform_wrapper .top_label .ginput_container {
	width: 100%;
}

.contact-block .gform_wrapper .gform_footer,
.sign-block .gform_wrapper .gform_footer {
	text-align: center;
}

.contact-block .gform_wrapper .gform_footer input[type=submit],
.contact-block .gform_wrapper .gform_footer button[type=submit],
.sign-block .gform_wrapper .gform_footer input[type=submit],
.sign-block .gform_wrapper .gform_footer button[type=submit] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	min-height: 44px;
	height: 44px !important;
	min-width: 174px;
	width: auto;
	font-size: 24px;
	line-height: 40px !important;
	white-space: normal;
	border-color: transparent;
	border-width: 0;
	display: block;
	background: #ad2424;
	color: #fff;
	box-shadow: inset 2px 2px 5px rgba(255, 255, 255, .5), inset -2px -2px 5px rgba(0, 0, 0, .73);
	-webkit-transition: box-shadow .3s;
	transition: box-shadow .3s;
	margin: 0 auto !important;
	padding: 0 10px;
	text-shadow: -2px -2px 7px rgba(255, 255, 255, .25), 2px 2px 5px rgba(0, 0, 0, .5);
}

.contact-block .gform_wrapper .gform_footer input[type=submit]:hover,
.contact-block .gform_wrapper .gform_footer button[type=submit]:hover,
.sign-block .gform_wrapper .gform_footer input[type=submit]:hover,
.sign-block .gform_wrapper .gform_footer button[type=submit]:hover {
	box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .73), inset -2px -2px 5px rgba(255, 255, 255, .5);
}

.contact-block .gform_wrapper .validation_error,
.sign-block .gform_wrapper .validation_error {
	padding: 6px 14px;
	background: #fde3e3;
	margin: 0;
	font-size: 15px;
	line-height: 1.2;
	color: #ad2424;
	width: 110%;
	border: none;
	position: absolute;
	top: 0;
	left: -14px;
	right: -14px;
}

.sign-block .gform_wrapper .gform_footer button[type=submit] {
	padding: 0 16px 0 40px !important;
	position: relative;
}

.sign-block .gform_wrapper .gform_footer button[type=submit]:after {
	content: "\f055";
	position: absolute;
	top: 8px;
	left: 12px;
	font: normal normal normal 20px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #000;
}

h1,
.h1 {
	font-size: 22px;
	text-transform: capitalize;
	text-align: center;
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	margin: 0 0 9px;
	font-family: "House Slant", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.center-block h1:before,
.center-block h1:after,
.center-block .h1:before,
.center-block .h1:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0 9999px 0 0;
	margin: 0 -9999px 0 0;
	height: 3px;
	background: #009943;
}

.center-block h1:before,
.center-block .h1:before {
	left: auto;
	right: 100%;
	padding: 0 0 0 9999px;
	margin: 0 0 0 -9999px;
}

h1 span,
.h1 span {
	padding: 0 5px;
}

h2,
.h2 {
	font-size: 19px;
	text-transform: capitalize;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #009943;
	line-height: 1.12;
	text-align: center;
}

h3,
.h3 {
	font-size: 24px;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 15px;
}

a {
	color: #39f;
	-webkit-transition: color 300ms linear,background 300ms linear, border 300ms linear;
	transition: color 300ms linear,background 300ms linear, border 300ms linear;
}

a:hover {
	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;
	color: #050000;
	box-sizing: border-box;
	background: #fff;
	box-shadow: inset 0 0 5px 1px rgba(1, 1, 1, .5);
	border-style: none;
	padding: 1px 12px;
	margin: 0;
	width: 100%;
	height: 38px;
	display: block;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

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: #050000;
}

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: #050000;
}

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: #050000;
}

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: #050000;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #050000;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #030000;
}

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;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	height: 44px;
	min-width: 174px;
	font-size: 24px;
	line-height: 44px;
	white-space: normal;
	border-color: transparent;
	display: block;
	box-shadow: inset 2px 2px 5px rgba(255, 255, 255, .5), inset -2px -2px 5px rgba(0, 0, 0, .73);
	-webkit-transition: box-shadow .3s;
	transition: box-shadow .3s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .73), inset -2px -2px 5px rgba(255, 255, 255, .5);
}

.cycle-gallery {
	position: relative;
	padding: 4px 0;
}

.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
}

.cycle-gallery .slideset {
	width: 99999px;
	float: left;
	overflow: hidden;
}

.cycle-gallery .slide {
	float: left;
	position: relative;
}

.cycle-gallery .slide.active {
	z-index: 1;
}

.cycle-gallery .btn-prev,
.cycle-gallery .btn-next {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #000;
	color: #009943;
	font-size: 12px;
	position: absolute;
	left: 9px;
	top: 50%;
	-webkit-transform: translate(0, -436%);
	-ms-transform: translate(0, -436%);
	transform: translate(0, -436%);
	white-space: nowrap;
	padding: 2px;
	text-align: center;
	z-index: 2;
}

.cycle-gallery .btn-prev:after,
.cycle-gallery .btn-next:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
}

.cycle-gallery .btn-prev:hover,
.cycle-gallery .btn-next:hover {
	background: #ad2525;
	color: #fff;
}

.cycle-gallery .btn-prev span,
.cycle-gallery .btn-next span {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	margin: -4px 0 0 -2px;
}

.cycle-gallery .btn-next {
	left: auto;
	right: 9px;
}

.cycle-gallery .btn-next span {
	margin: -4px -2px 0 0;
}

.cycle-gallery .logo {
	width: 143px;
	height: 143px;
	background: #fff;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 17px;
	text-align: center;
	display: block;
	white-space: nowrap;
	padding: 22px;
}

.cycle-gallery .logo:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
}

.cycle-gallery .logo img {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.cycle-gallery .pagination {
	text-align: center;
	margin: 0 0 3px;
}

.cycle-gallery .pagination ul {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.cycle-gallery .pagination ul li {
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	margin: 0 9px 9px;
}

.cycle-gallery .pagination ul li.active a,
.cycle-gallery .pagination ul li a:hover {
	background: #ad2525;
}

.cycle-gallery .pagination ul li a {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	display: block;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 38px;
	background: #fff;
	box-shadow: inset 0 0 5px 1px rgba(1, 1, 1, .5);
	padding: 0;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 38px;
	margin: 0 40px 0 12px !important;
}

.jcf-select .jcf-select-text * span {
	margin-bottom: 0 !important;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 40px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:after {
	content: "\f0d7";
	position: absolute;
	top: 50%;
	left: 50%;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #777;
	margin: -3px 0 0 -3px;
}

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: 1px solid #b7b7b7;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	background: #fff;
	box-shadow: inset 0 0 5px 1px rgba(1, 1, 1, .5);
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 16px;
	font-size: 13px;
	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 {
	white-space: nowrap;
	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: #f00 !important;
}

#wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.holder,
.tabset,
.tab-content {
	padding: 0 14px;
	max-width: 970px;
	margin: 0 auto;
}

.holder img,
.tabset img,
.tab-content img {
	vertical-align: top;
}

#header {
	background: #009943;
	color: #030000;
	padding: 8px 0 0;
	box-shadow: 0 2px 2px rgba(64, 64, 64, .3);
	position: relative;
	z-index: 2;
}

#header .holder,
#header .tabset,
#header .tab-content {
	padding: 0 13px;
	max-width: 1800px;
}

.main-nav {
	background: #333132;
	padding: 0 17px;
	font-size: 14px;
	-webkit-transition: font-size .3s linear;
	transition: font-size .3s linear;
}

.main-nav > li {
	padding: 0 20px 0 40px;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}

.main-nav > li.hover ul {
	display: block;
	z-index: 10;
}

.main-nav > li.active {
	font-weight: bold;
}

.main-nav > li.active > a,
.main-nav > li.hover > a {
	color: #009943;
}

.main-nav > li.active > a:before,
.main-nav > li.hover > a:before {
	color: #fff;
}

.main-nav > li a {
	display: block;
	color: #fff;
	text-decoration: none;
	position: relative;
}

.main-nav > li a.has-drop-down-a:before {
	content: "\f0d7";
	position: absolute;
	display: block;
	right: 0;
	top: 5px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main-nav ul {
	padding: 0 0 0 20px;
	display: none;
}

.main-nav ul li {
	font-weight: normal;
}

.main-nav ul li.active,
.main-nav ul li.hover {
	font-weight: normal;
}

.main-nav ul li.active a,
.main-nav ul li.hover a {
	color: #009943;
}

.msg-info {
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
}

.social-networks {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	padding: 10px 0 0;
	text-align: center;
}

.social-networks li {
	font-size: 28px;
	line-height: 0;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 6px;
}

.social-networks li a {
	color: #fff;
}

.social-networks li a:hover {
	color: #009943;
}

.grey-header {
	background: #333132;
	color: #fefefe;
	padding: 1px 0 2px;
	position: relative;
}

.grey-header .right-content {
	float: right;
}

.grey-header .btn-white {
	vertical-align: middle;
	font-size: 10px;
}

.nav-opener {
	width: 19px;
	height: 19px;
	text-indent: 9999px;
	overflow: hidden;
	border-radius: 50%;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	outline: none;
	position: relative;
}

.nav-opener:hover {
	background: #009943;
}

.nav-opener:hover .opener:before,
.nav-opener:hover .opener:after,
.nav-opener:hover .opener span {
	background: #fff;
}

.nav-opener .opener {
	width: 11px;
	height: 9px;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.nav-opener .opener:before,
.nav-opener .opener:after,
.nav-opener .opener span {
	background: #231f20;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	margin-top: -1px; /* height/2 */
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener .opener:before,
.nav-opener .opener:after {
	content: "";
	top: 46%;
}

.nav-opener .opener:after {
	top: auto;
	bottom: 0;
}

.resize-active .nav-drop {
	-webkit-transition: none;
	transition: none;
}

.nav-drop {
	position: absolute;
	top: 99%;
	left: 0;
	right: 0;
	max-height: 0;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	z-index: 10;
	background: #333132;
}

.logo-wrap {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	float: left;
}

.logo-wrap a {
	display: block;
	height: 100%;
	position: relative;
	z-index: 10;
}

.logo-wrap .logo {
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	margin: -11px 0 -23px -17px;
	width: 56px;
	position: relative;
	z-index: 11;
}

.logo-wrap .slogan {
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	width: 46px;
	margin: 3px 0 -11px -1px;
}

.btn {
	font-size: 21px;
	line-height: 1.2;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 10px;
	text-decoration: none;
	background: -webkit-linear-gradient(top, #ac2424 0%, #ad2424 100%);
	background: linear-gradient(to bottom, #ac2424 0%, #ad2424 100%);
	color: #fff;
	margin: 0 0 9px;
	/*box-shadow: inset 0 7px 7px -7px #fff, inset 0 -7px 7px -7px #030000;*/
	text-shadow: 0 0 2px #fff, 0 0 6px #030000;
}

.btn:hover {
	background: #009943;
}

.btn.btn-white {
	background: #fff;
	color: #5db442;
	border-radius: 33px/32px;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border: 1px solid #5db442;
	padding: 1px 4px;
	font: 10px/1.1 "House Slant", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 44px;
}

.btn.btn-white:hover {
	background: #009943;
	color: #fff;
}

.signup-block {
	text-align: center;
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	background: #333132;
	padding: 16px;
}

.signup-form .gforms_confirmation_message {
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: normal;
	padding: 3px 0 0;
}

.signup-form .label-wrap {
	text-transform: uppercase;
	font-size: 26px;
	font-family: "House Slant", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 10px;
}

.signup-form .label-wrap .fa {
	line-height: .8;
	vertical-align: top;
	width: 32px;
}

.signup-form .label-wrap label {
	display: inline-block;
	vertical-align: top;
	line-height: .9;
	max-width: calc(92% - 32px);
}

.signup-form .form-controls {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	margin: 0 -4px 10px;
}

.signup-form .form-controls .gform_wrapper {
	margin: 0;
	overflow: visible;
	width: 100%;
}

.signup-form .form-controls .gform_wrapper form {
	overflow: hidden;
}

.signup-form .form-controls .gform_wrapper .validation_error {
	border: none;
	font-size: 14px;
	letter-spacing: normal;
}

.signup-form .form-controls .gform_wrapper .gfield_error {
	padding: 0 !important;
	margin: 0 !important;
	clear: none !important;
}

.signup-form .form-controls .gform_wrapper .gform_heading {
	display: none;
}

.signup-form .form-controls .gform_wrapper .gform_body {
	display: inline-block;
	vertical-align: middle;
}

.signup-form .form-controls .gform_wrapper ul li.gfield {
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	margin: 0 !important;
	width: 50%;
	padding: 0 4px;
}

.signup-form .form-controls .gform_wrapper ul li.gfield input {
	height: 19px;
	padding: 1px 8px !important;
}

.signup-form .form-controls .gform_wrapper ul li.gfield .gfield_label {
	display: none;
	line-height: 0;
}

.signup-form .form-controls .gform_wrapper ul li.gfield .ginput_container {
	margin: 0 !important;
}

.signup-form .form-controls .gform_wrapper .gform_footer {
	padding: 0;
	min-height: 19px;
	min-width: 60px;
	height: auto;
	width: auto;
	position: relative;
	text-align: center;
	margin: 8px auto 0;
}

.signup-form .form-controls .gform_wrapper .gform_button {
	font-size: 16px;
	line-height: 1.2 !important;
	color: #6d6e71;
	background: #fff;
	border-style: none;
	padding: 3px 10px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	white-space: normal;
	text-transform: lowercase;
	position: relative;
	-webkit-transition: color 300ms linear,background 300ms linear, border 300ms linear;
	transition: color 300ms linear,background 300ms linear, border 300ms linear;
	min-height: 19px !important;
	box-shadow: none;
	min-width: 60px;
	width: auto;
	height: auto;
}

.signup-form .form-controls .gform_wrapper .gform_button::-webkit-input-placeholder {
	color: #050000;
}

.signup-form .form-controls .gform_wrapper .gform_button::-moz-placeholder {
	opacity: 1;
	color: #050000;
}

.signup-form .form-controls .gform_wrapper .gform_button:-moz-placeholder {
	color: #050000;
}

.signup-form .form-controls .gform_wrapper .gform_button:-ms-input-placeholder {
	color: #050000;
}

.signup-form .form-controls .gform_wrapper .gform_button.placeholder {
	color: #050000;
}

.signup-form .form-controls .gform_wrapper .gform_button:hover {
	background: #ad2525;
	color: #fff;
}

.banner {
	min-height: 128px;
	background-size: cover;
	background-position: 50% 50%;
	margin: -7px 0 0;
}

.black-bar {
	background: #000;
	color: #fff;
	padding: 2px 8px 2px 1px;
}

#header .black-bar .holder,
#header .black-bar .tabset,
#header .black-bar .tab-content {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	max-width: 1400px;
}

.black-bar .motto {
	font-size: 10px;
	line-height: 1.6;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 68px);
	padding: 0 4px 0 0;
	vertical-align: middle;
}

.black-bar .btn.btn-white {
	color: #009943;
	font-size: 10px;
	width: 68px;
	vertical-align: middle;
}

.black-bar .btn.btn-white:hover {
	color: #fff;
}

.full-forms {
	text-transform: capitalize;
}

.center-block {
	text-align: center;
	font-size: 22px;
	line-height: 1;
	padding: 0 0 20px;
	font-family: "House Slant", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.center-block p {
	font-size: 12px;
}

.section {
	padding: 18px 0 2px;
	background: url(images/bg-pattern01.png);
}

.section.dark-section {
	background: #000 url(images/bg-pattern02-mobile.jpg);
	color: #fff;
	padding: 14px 0 5px;
}

.section.dark-section h1 {
	color: inherit;
	margin-bottom: 10px;
}

.section.dark-section h2 {
	text-align: center;
	margin-bottom: 7px;
}

.section.testimonial-section {
	background: #c7c8ca url(images/bg-pattern03.png);
	padding: 22px 0;
}

.section.partners-section {
	background: #a6ebb4 url(images/bg-pattern04.png);
	padding: 22px 0 12px;
}

.algorithm-block {
	max-width: 380px;
	margin: 0 auto;
	text-align: center;
}

.algorithm-block > h2 {
	text-align: center;
	text-transform: capitalize;
	color: inherit;
	margin: 0 0 13px;
	font-size: 19px;
}

.algorithm-block .step-block {
	padding: 0 0 22px;
}

.algorithm-block .step-block .icon-holder {
	width: 139px;
	height: 139px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 9px;
}

.algorithm-block .step-block .heading {
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	margin: 0;
	display: block;
	font-family: "House Slant", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	font-size: 19px;
}

.algorithm-block .step-block .heading .step-count {
	color: #009943;
}

.equation-block {
	color: #009943;
	padding: 13px 0;
}

.equation-block .result-block {
	padding: 0 0 29px;
}

.equation-block .result-block .circle {
	padding: 10px 15px 10px 22px;
	margin-bottom: 10px;
}

.equation-block .circle {
	width: 143px;
	height: 143px;
	border-radius: 50%;
	margin: 0 auto 5px;
	background: #009943;
	border: 3px solid #fff;
	overflow: hidden;
	white-space: nowrap;
	padding: 21px 17px;
	text-align: center;
}

.equation-block .circle:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
}

.equation-block .circle img {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.equation-block .caption {
	display: block;
	text-align: center;
	color: inherit;
	text-transform: uppercase;
	font-size: 22px;
	font-family: "House Slant", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: normal;
}

.equation-block .operator {
	display: block;
	font: 91px/.6 "House Slant", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
	padding: 0 0 17px;
}

.equation-block .operator.result-operator {
	line-height: .7;
	padding-bottom: 2px;
}

.equation-block + .center-block {
	text-transform: uppercase;
	font-weight: bold;
}

.equation-block + .center-block .btn {
	-webkit-transition: none;
	transition: none;
}

.partners-list {
	text-align: center;
	padding: 5px 0;
}

.partners-list li {
	padding: 0 0 48px;
}

.partners-list li + li {
	padding-bottom: 24px;
}

.partners-list li a {
	display: inline-block;
	vertical-align: top;
}

.partners-list li a:hover {
	opacity: .8;
}

.partners-list li .lush {
	width: 144px;
}

.partners-list li .greenbaum {
	width: 218px;
}

.partners-list li .testing {
	width: 96px;
}

.partners-list li img {
	width: 100%;
}

#footer {
	background: #009943;
	color: #000201;
	padding: 12px 0 5px;
	text-align: center;
	overflow: hidden;
}

#footer .holder,
#footer .tabset,
#footer .tab-content {
	max-width: 1800px;
}

#footer .logo-wrap {
	float: none;
	margin: 0 0 17px;
}

#footer .logo {
	margin: 0;
	vertical-align: middle;
	width: 106px;
}

#footer .slogan {
	vertical-align: middle;
	width: 82px;
	margin: -3px 0 0;
}

#footer .btn-white {
	border: 2px solid #020000;
	margin: 0 0 9px;
	font-size: 21px;
	padding: 3px 21px;
}

.footer-details {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	padding: 0 10px 10px;
}

.footer-details address {
	font-style: normal;
	margin: 0;
}

.footer-details li {
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 5px 6px 2px 9px;
}

.footer-details li:first-child {
	display: block;
}

.footer-details li + li + li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #00160a;
}

.footer-details li a {
	color: inherit;
}

.footer-details li a:hover {
	color: #ad2525;
	text-decoration: none;
}

.footer-details .email-link a {
	text-decoration: none;
	position: relative;
	padding: 0 0 0 15px;
}

.footer-details .email-link a:before {
	content: "\f003";
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: -1px;
}

.video-block {
	margin: 0 0 20px;
}

.illustration {
	text-align: center;
	margin: 0 0 40px;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.tabset-holder {
	background: #deefe2;
	margin: 0 0 20px;
}

.tabset {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	font-family: "House Slant", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: relative;
	z-index: 1;
	font-size: 18px;
	line-height: .8;
}

.tabset li {
	width: 33%;
	text-align: center;
	background: #cee8d3;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.tabset li:before {
	content: "\f0d7";
	position: absolute;
	top: 100%;
	left: 50%;
	font: normal normal normal 24px/.2 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate3D(-50%, 0, 0);
	-ms-transform: translate3D(-50%, 0, 0);
	transform: translate3D(-50%, 0, 0);
	color: #cee8d3;
	opacity: 0;
	z-index: -1;
}

.tabset li:hover a,
.tabset li.active a {
	color: #000;
}

.tabset li:hover:before,
.tabset li.active:before {
	opacity: .75;
}

.tabset a {
	display: block;
	margin: auto;
	width: 100%;
	padding: 9px 5px;
	background: #cee8d3;
	color: #646163;
	text-decoration: none;
}

.tabset a:hover {
	color: #000;
}

.tab-content {
	padding: 0 0 20px;
}

.tab-content .content-holder {
	padding: 0 14px 0 10%;
}

.tab-content h2 {
	font-weight: 500;
	margin: 0 0 12px;
	text-align: center;
}

.tab-content .video-block {
	width: 280px;
}

.visual-block img {
	border-radius: 50%;
	margin: 0 auto 20px;
	display: block;
}

.items-list {
	padding: 0 0 30px;
}

.item-holder {
	position: relative;
}

.item-block {
	background: #fff;
	box-shadow: 0 0 6px rgba(77, 73, 74, .32);
	margin: 195px auto 33px;
	position: relative;
	padding: 160px 0 0;
	width: 290px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.item-block:after {
	content: "";
	clear: both;
	display: block;
}

.item-block.new-item {
	opacity: 0;
	-webkit-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px);
}

.item-image {
	text-align: center;
	position: absolute;
	top: -150px;
	left: -5px;
	right: -5px;
	max-width: 400px;
}

.item-image img {
	border: 4px solid #b12029;
	border-radius: 50%;
	width: 100%;
}

.item-description {
	font-size: 16px;
	padding: 0 18px 20px;
	position: relative;
}

.item-description .title {
	color: #009943;
	word-spacing: -1px;
}

.item-description .price {
	width: 120px;
	height: 92px;
	position: absolute;
	top: 33px;
	right: 0;
}

.item-description .more {
	font-size: 12px;
	padding: 0 0 16px;
}

.info-list {
	margin: 0 0 27px;
}

.social-block {
	position: relative;
}

.social-block .addthis_toolbox {
	position: static !important;
	text-align: center;
}

.social-block .addthis_toolbox .at-icon-wrapper {
	white-space: nowrap;
	text-align: center;
	border-radius: 50%;
	width: 45px !important;
	height: 45px !important;
}

.social-block .addthis_toolbox .at-icon-wrapper:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.social-block .addthis_toolbox .at-icon-wrapper > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.social-block .addthis_toolbox [class^="addthis_button"],
.social-block .addthis_toolbox [class*="addthis_button"] {
	padding: 0 6px;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	opacity: 1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.social-block .addthis_toolbox [class^="addthis_button"]:hover,
.social-block .addthis_toolbox [class*="addthis_button"]:hover {
	opacity: .8;
}

.social-block .addthis_toolbox .addthis_button_compact > span {
	background: #edc51b !important;
}

.contact-block {
	text-align: center;
	padding: 0 0 30px;
}

.contact-block p a {
	color: currentColor;
	text-decoration: none;
}

.contact-block p a:hover {
	text-decoration: underline;
}

.contact-block h2 {
	font-size: 14px;
	text-align: center;
}

.social-icons {
	text-align: center;
	padding: 10px 0 0;
}

.social-icons li {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px 30px;
}

.social-icons a {
	width: 98px;
	height: 98px;
	white-space: nowrap;
	text-align: center;
	display: block;
	border: 3px solid #009943;
	border-radius: 50%;
	color: #009943;
	text-decoration: none;
	text-align: center;
	font-size: 64px;
}

.social-icons a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.social-icons a > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.social-icons a:hover {
	background: #009943;
	color: #000;
}

.social-icons i {
	vertical-align: top;
	line-height: 1.45;
	margin-right: -1px;
}

.social-icons i.fa-play {
	margin-right: -10px;
}

.section-action {
	background: #0c0c0c url(images/bg-pattern05.png);
	color: #fff;
	padding: 0 0 38px;
}

.banner-block {
	margin-top: -6px;
}

.banner-block img {
	display: block;
	margin: 0 auto;
}

.sign-block h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
}

.sign-block .gform_wrapper li.gfield.gfield_error,
.sign-block .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	padding-top: 0 !important;
}

.heading-block {
	text-align: center;
}

.heading-block h1 {
	color: #009943;
	font-size: 48px;
	font-family: "House Slant", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1;
	margin: 0;
}

.center-block .h2 {
	color: currentColor;
	line-height: 1.1;
	font-weight: 400;
	position: relative;
	display: inline-block;
	margin: 0;
}

.center-block .h2 strong {
	font-family: "House Slant", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 24px;
	color: #009943;
	font-weight: normal;
}

.center-block .next-line {
	display: block;
}

.action-text-block {
	overflow: hidden;
}

.question-block {
	padding: 0 0 30px;
}

.faq-list {
	padding: 0 0 0 15px;
	list-style-type: none;
}

.faq-list li {
	padding: 0 0 20px;
	list-style-type: none;
}

.faq-list li .fa {
	position: absolute;
	left: 0;
	top: 3px;
	color: #009943;
}

.faq-list li .num {
	color: #009943;
	font-family: "House Slant", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: normal;
}

.faq-list li.active .fa-caret-right:before,
.faq-list li a:hover .fa-caret-right:before {
	content: "\f0d7";
}

.faq-list li a {
	position: relative;
	padding: 0 0 0 15px;
}

.faq-list li p {
	margin: 0;
}

.faq-list .opener {
	color: #777;
	position: relative;
	text-decoration: none;
	font-weight: bold;
}

.faq-list .open-slide {
	padding: 0 0 0 15px;
}

.section-team {
	padding: 0;
}

.team-blocks {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 14px;
}

.team-blocks h2 {
	text-align: center;
}

.team-tabset {
	padding: 0 0 50px;
	overflow: hidden;
}

.team-tabset li {
	padding: 0 0 7px;
	text-align: center;
	overflow: hidden;
}

.team-tabset li:hover .text-personal,
.team-tabset li.active .text-personal {
	opacity: 1;
	-webkit-transform: translate3D(0, 0, 0);
	-ms-transform: translate3D(0, 0, 0);
	transform: translate3D(0, 0, 0);
	pointer-events: auto;
}

.team-tabset img {
	width: 100%;
	max-width: none;
}

.team-tabset a {
	position: relative;
	display: inline-block;
}

.text-personal {
	white-space: nowrap;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transform: translate3D(0, -100%, 0);
	-ms-transform: translate3D(0, -100%, 0);
	transform: translate3D(0, -100%, 0);
	-webkit-transition: -webkit-transform  .3s linear, opacity .3s;
	transition: transform  .3s linear, opacity .3s;
	color: #fff;
	pointer-events: none;
}

.text-personal:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.text-personal > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.text-personal:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #009943;
	opacity: .9;
	z-index: -1;
}

.text-personal .text-holder {
	padding: 0 8%;
}

.text-personal h3 {
	color: currentColor;
	margin: 0;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
}

.text-personal h3 strong {
	text-transform: uppercase;
	display: block;
	font-size: 25px;
	font-family: "House Slant", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.ajax-holder {
	min-height: 500px;
}

.ajax-tabs-loading .ajax-holder {
	background: url(images/loader.gif) no-repeat 50% 50%;
}

.center-block .more {
	padding: 0 0 20px;
}

.center-block .more a {
	font-size: 24px;
	padding: 5px;
}

.half-block {
	margin: 0 0 64px;
}

.half-block:first-child:after {
	content: "";
	clear: both;
	display: block;
	margin: 52px -14px 0;
	height: 3px;
	border: 1px dotted #ad2525;
}

.half-block .center-block {
	overflow: hidden;
	margin: 0 15px;
	padding: 0 0 10px;
}

.half-block .center-block h1 {
	margin: 0 0 11px;
	white-space: nowrap;
	width: 100%;
}

.half-block .center-block h1 span {
	padding: 0 15px;
	white-space: normal;
}

.half-block .more {
	padding: 10px 0;
}

.half-block .more .load-more {
	font-size: 24px;
	padding: 8px 17px;
}

.news {
	padding: 0 30px;
	margin: 0 -14px 30px;
	border-bottom: 2px solid #878787;
}

.news h2 {
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 0 14px;
}

.news p {
	margin: 0 0 18px;
}

.news .more {
	text-align: left;
	padding: 25px 0 33px;
	font-size: 11px;
}

.news .more a {
	color: #ad2525;
	border-color: #ad2525;
	text-align: center;
	padding: 2px 8px;
	line-height: 1.2;
}

.news .more a:hover {
	background: #ad2525;
	color: #fff;
}

.data-news li {
	display: inline-block;
	vertical-align: middle;
}

.data-news li:before {
	content: "|";
	display: inline-block;
	vertical-align: middle;
	padding: 0 9px 0 5px;
}

.data-news li:first-child:before {
	display: none;
}

.data-news li a {
	color: currentColor;
	text-decoration: none;
}

.data-news li a:hover {
	text-decoration: underline;
}

@media (min-width: 481px) {
	.cycle-gallery .btn-prev,
	.cycle-gallery .btn-next {
		-webkit-transform: translate(0, -338%);
		-ms-transform: translate(0, -338%);
		transform: translate(0, -338%);
	}

	.banner {
		min-height: 200px;
	}
}

@media (min-width: 675px) {
	.banner {
		min-height: 250px;
	}
}

@media (min-width: 768px) {
	body {
		font-size: 13px;
	}

	blockquote {
		overflow: hidden;
		padding-bottom: 52px;
		font-size: 18px;
	}

	blockquote cite {
		display: block;
		font-size: 12px;
		font-style: italic;
		padding: 8px 4px;
	}

	.home-page #main {
		margin: 0 0 1px;
	}

	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.image-block {
		margin: 0 0 30px;
	}

	.contact-block .gform_wrapper.gform_validation_error,
	.sign-block .gform_wrapper.gform_validation_error {
		margin: 0;
	}

	.contact-block .gform_wrapper .ginput_container_select,
	.sign-block .gform_wrapper .ginput_container_select {
		text-align: center;
	}

	.contact-block .gform_wrapper .gform_fields,
	.sign-block .gform_wrapper .gform_fields {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.contact-block .gform_wrapper ul li.gfield,
	.sign-block .gform_wrapper ul li.gfield {
		width: 100%;
	}

	.contact-block .gform_wrapper ul li.gfield input,
	.sign-block .gform_wrapper ul li.gfield input {
		margin: 0 !important;
	}

	.contact-block .gform_wrapper ul li.gfield.gf_right_half,
	.contact-block .gform_wrapper ul li.gfield.gf_left_half,
	.sign-block .gform_wrapper ul li.gfield.gf_right_half,
	.sign-block .gform_wrapper ul li.gfield.gf_left_half {
		width: 45.5%;
	}

	.contact-block .gform_wrapper ul li.gfield.gfield_error + .gfield_error,
	.sign-block .gform_wrapper ul li.gfield.gfield_error + .gfield_error {
		margin-top: 13px !important;
	}

	.contact-block .gform_wrapper ul li.gfield.gfield_error.gf_right_half,
	.contact-block .gform_wrapper ul li.gfield.gfield_error.gf_left_half,
	.sign-block .gform_wrapper ul li.gfield.gfield_error.gf_right_half,
	.sign-block .gform_wrapper ul li.gfield.gfield_error.gf_left_half {
		width: 45.5%;
	}

	.contact-block .gform_wrapper ul li.gfield.gfield_error.gf_right_half .ginput_container_phone,
	.contact-block .gform_wrapper ul li.gfield.gfield_error.gf_left_half .ginput_container_phone,
	.sign-block .gform_wrapper ul li.gfield.gfield_error.gf_right_half .ginput_container_phone,
	.sign-block .gform_wrapper ul li.gfield.gfield_error.gf_left_half .ginput_container_phone {
		padding: 0;
	}

	.contact-block .gform_wrapper ul li.gfield.gfield_error.gf_left_half,
	.sign-block .gform_wrapper ul li.gfield.gfield_error.gf_left_half {
		padding-top: 0;
	}

	.contact-block .gform_wrapper ul li.gfield.gfield_error .ginput_container_textarea,
	.sign-block .gform_wrapper ul li.gfield.gfield_error .ginput_container_textarea {
		padding-right: 16px;
	}

	.contact-block .gform_wrapper select,
	.sign-block .gform_wrapper select {
		margin: 0 auto;
	}

	.contact-block .gform_wrapper .top_label .ginput_container,
	.sign-block .gform_wrapper .top_label .ginput_container {
		margin-top: 0 !important;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.contact-block .gform_wrapper .top_label .ginput_container > span,
	.sign-block .gform_wrapper .top_label .ginput_container > span {
		width: 45.5%;
		margin-right: 0;
	}

	.contact-block .gform_wrapper .top_label .ginput_container.ginput_container_select,
	.sign-block .gform_wrapper .top_label .ginput_container.ginput_container_select {
		display: block;
	}

	.contact-block .gform_wrapper .validation_error,
	.sign-block .gform_wrapper .validation_error {
		padding: 10px 16px;
		width: 100%;
		left: 0;
		right: 0;
	}

	.sign-block .gform_wrapper .gform_fields {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	h1,
	.h1 {
		font-size: 40px;
		margin: 0 30px 11px;
	}

	.center-block h1:before,
	.center-block h1:after,
	.center-block .h1:before,
	.center-block .h1:after {
		height: 6px;
		width: 100%;
	}

	h1 span,
	.h1 span {
		padding: 0 29px;
	}

	h2,
	.h2 {
		font-size: 36px;
	}

	.cycle-gallery {
		padding: 47px 65px;
	}

	.cycle-gallery .btn-prev,
	.cycle-gallery .btn-next {
		width: 53px;
		height: 53px;
		font-size: 30px;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		margin: 10px 0 0;
		left: 0;
	}

	.cycle-gallery .btn-prev span,
	.cycle-gallery .btn-next span {
		margin: -1px 0 0 -5px;
	}

	.cycle-gallery .btn-next {
		right: 0;
		left: auto;
	}

	.cycle-gallery .btn-next span {
		margin: -1px -5px 0 0;
	}

	.cycle-gallery .logo {
		width: 200px;
		height: 200px;
		margin: 0 10px;
		float: left;
	}

	.cycle-gallery .pagination {
		margin: -50px 0 3px auto;
		max-width: calc(100% - 220px);
		position: relative;
		z-index: 3;
	}

	.cycle-gallery .pagination ul li a {
		width: 13px;
		height: 13px;
	}

	.jcf-select {
		min-width: 300px;
		text-align: left;
		margin: 0;
	}

	.jcf-select .jcf-select-opener:after {
		margin: -7px 0 0 -5px;
	}

	.holder,
	.tabset,
	.tab-content {
		padding: 0 30px;
	}

	.main-nav {
		text-align: center;
		padding-top: 40px;
	}

	.main-nav > li {
		display: inline-block;
		border: none;
		padding: 0 10px;
		position: relative;
	}

	.main-nav > li a.has-drop-down-a:before {
		display: none;
	}

	.main-nav ul {
		position: absolute;
		top: 100%;
		left: 50%;
		-webkit-transform: translate3D(-50%, 0, 0);
		-ms-transform: translate3D(-50%, 0, 0);
		transform: translate3D(-50%, 0, 0);
		width: 200px;
		padding: 12px 15px;
		background: #333132;
		text-align: center;
	}

	.main-nav ul li {
		padding: 0 0 12px;
		vertical-align: top;
	}

	.msg-info {
		font-size: 20px;
		line-height: 1;
		max-width: 50%;
		padding: 0 10px;
	}

	.social-networks {
		font-size: 12px;
		line-height: 1;
		letter-spacing: 0;
		display: inline-block;
		vertical-align: top;
		vertical-align: middle;
	}

	#footer .social-networks {
		padding-top: 0;
	}

	.social-networks li {
		margin: 0 2px;
	}

	.grey-header .right-content {
		text-align: right;
		padding: 20px 0;
	}

	.grey-header .btn-white {
		font-size: 15px;
	}

	.nav-opener {
		width: 30px;
		height: 30px;
		margin: 0 5px 0 0;
	}

	.nav-opener .opener {
		width: 20px;
	}

	.nav-drop {
		width: 100%;
	}

	.logo-wrap .logo {
		margin: -31px 0 -23px;
		width: 170px;
	}

	.logo-wrap .slogan {
		width: 120px;
		margin: 25px 0 16px -4px;
	}

	.btn {
		/* box-shadow: inset -7px 0 7px -7px #fff, inset 7px 0 7px -7px #030000; */  
		margin-bottom: 29px;
		font-size: 30px;
	}

	.btn.btn-white {
		box-shadow: none;
		font-size: 21px;
		padding: 11px 30px;
		line-height: 1.2;
		margin-bottom: 0;
		min-width: 100px;
	}

	.signup-block {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		padding: 16px 0;
		position: relative;
		z-index: 2;
	}

	.signup-form .form-inline {
		font-size: 0;
		line-height: 0;
		letter-spacing: -4px;
	}

	.signup-form .label-wrap {
		text-align: center;
		letter-spacing: 0;
	}

	.signup-form .form-controls {
		display: inline-block;
		vertical-align: top;
		margin: 0;
		width: 400px;
	}

	.signup-form .form-controls .gform_wrapper .gform_body {
		width: 300px;
		vertical-align: top;
	}

	.signup-form .form-controls .gform_wrapper ul li.gfield.gf_right_half {
		font-size: 14px;
		width: 37.8%;
	}

	.signup-form .form-controls .gform_wrapper ul li.gfield.gf_left_half {
		width: 62.2%;
		font-size: 14px;
	}

	.signup-form .form-controls .gform_wrapper ul li.gfield input {
		padding: 1px 14px !important;
		height: 22px;
	}

	.signup-form .form-controls .gform_wrapper .gform_footer {
		max-width: 78px;
		display: inline-block;
		vertical-align: middle;
		margin: 0;
	}

	.signup-form .form-controls .gform_wrapper .gform_button {
		font-size: 14px;
		padding: 3px 10px;
		max-width: 78px;
	}

	.banner {
		min-height: 302px;
		margin: 0;
	}

	.black-bar {
		padding: 16px 0;
	}

	.black-bar .motto {
		font-size: 20px;
		width: calc(100% - 200px);
		vertical-align: middle;
		padding: 0 20px 0 0;
	}

	.black-bar .btn.btn-white {
		font-size: 26px;
		width: 200px;
		line-height: 1.3;
	}

	.center-block {
		overflow: hidden;
		font-size: 30px;
	}

	.section {
		padding: 26px 0;
	}

	.section.dark-section {
		padding: 48px 0 27px;
		background-image: url(images/bg-pattern02.jpg);
	}

	.section.dark-section h1 {
		margin-bottom: 15px;
	}

	.section.dark-section h1:before,
	.section.dark-section h1:after {
		width: 100%;
	}

	.section.dark-section h2 {
		margin-bottom: 15px;
	}

	.section.testimonial-section {
		padding: 43px 0;
	}

	.section.partners-section {
		padding: 41px 0;
	}

	.algorithm-block {
		padding: 6px 0 0;
		max-width: none;
		text-align: left;
	}

	.algorithm-block > h2 {
		display: none;
	}

	.algorithm-block .step-blocks {
		font-size: 0;
		line-height: 0;
		letter-spacing: -4px;
		margin: 0 -10px;
	}

	.algorithm-block .step-block {
		font-size: 13px;
		line-height: 1.6;
		letter-spacing: 0;
		display: inline-block;
		vertical-align: top;
		width: 33.33%;
		padding: 0 10px 16px;
	}

	.algorithm-block .step-block .icon-holder {
		margin-bottom: 14px;
	}

	.algorithm-block .step-block p {
		margin-bottom: 6px;
	}

	.algorithm-block .step-block .heading {
		font-size: 20px;
		line-height: 1;
	}

	.equation-block {
		font-size: 0;
		line-height: 0;
		letter-spacing: -4px;
		padding: 18px 20px 46px;
		text-align: center;
	}

	.equation-block .operand-block,
	.equation-block .result-block {
		font-size: 30px;
		line-height: 1.2;
		letter-spacing: 0;
		display: inline-block;
		vertical-align: top;
		vertical-align: middle;
		width: 25%;
		margin: 0 0 16px;
	}

	.equation-block .result-block {
		padding-bottom: 0;
	}

	.equation-block .result-block .circle {
		margin-bottom: 8px;
	}

	.equation-block .circle {
		margin-bottom: 8px;
	}

	.equation-block .caption {
		font-size: 20px;
	}

	.equation-block .operator {
		font-size: 91px;
		line-height: 1;
		letter-spacing: 0;
		display: inline-block;
		vertical-align: top;
		vertical-align: middle;
		width: 8%;
		padding: 0;
		margin: -26px -.9% 0 0;
	}

	.equation-block .operator.result-operator {
		padding-bottom: 0;
		line-height: .6;
		width: 7%;
		margin-right: .7%;
	}

	.equation-block + .center-block {
		font-size: 20px;
	}

	.partners-list {
		font-size: 0;
		line-height: 0;
		letter-spacing: -4px;
		padding: 7px 0 7px 20px;
		margin: 0 -15px;
	}

	.partners-list li {
		font-size: 14px;
		line-height: 1;
		letter-spacing: 0;
		display: inline-block;
		vertical-align: top;
		vertical-align: middle;
		width: 28.6%;
		padding: 0 15px;
		margin: 0 0 30px;
	}

	.partners-list li + li {
		padding-bottom: 0;
	}

	.partners-list li .lush {
		width: auto;
	}

	.partners-list li .greenbaum {
		width: auto;
	}

	.partners-list li .testing {
		width: auto;
	}

	#footer {
		text-align: left;
		padding: 0;
	}

	#footer .holder,
	#footer .tabset,
	#footer .tab-content {
		padding: 0 14px;
	}

	#footer .logo-wrap {
		float: left;
		margin: 0;
		width: 190px;
	}

	#footer .logo {
		margin: 2px 0 -8px -4px;
		width: 100px;
	}

	#footer .right-content {
		float: right;
		text-align: right;
		padding: 19px 0 11px 4px;
		width: 20%;
	}

	#footer .btn-white {
		vertical-align: middle;
		border-radius: 43px;
		padding: 4px;
	}

	.footer-details {
		overflow: hidden;
		padding: 28px 0 20px;
		text-align: center;
	}

	.footer-details li {
		padding: 5px;
	}

	.footer-details li:first-child {
		display: inline-block;
	}

	.footer-details li + li:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 1px;
		background: #00160a;
	}

	.footer-details .email-link a {
		padding-left: 18px;
	}

	.footer-details .email-link a:before {
		top: 0;
	}

	.tabset {
		font-size: 24px;
	}

	.visual-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		padding: 20px 0 25px;
	}

	.item-holder {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.banner-block {
		margin-top: -48px;
	}

	.heading-block h1 {
		font-size: 68px;
	}

	.center-block .h2 {
		font-size: 30px;
	}

	.center-block .h2 strong {
		font-size: 34px;
	}

	.team-tabset {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.team-tabset li {
		width: 50%;
	}

	.half-block:first-child:after {
		margin: 33px -30px 0;
	}

	.half-block .center-block h1:before,
	.half-block .center-block h1:after {
		position: static;
		display: inline-block;
		vertical-align: middle;
	}

	.half-block .center-block h1 span {
		display: inline-block;
	}

	.news {
		margin: 0 -30px 37px;
	}
}

@media (min-width: 769px) {
	.item-block {
		width: 48%;
		padding-top: 210px;
		margin-top: 300px;
		max-width: 290px;
	}

	.item-image {
		left: -2px;
		right: -2px;
	}
}

@media (min-width: 1024px) {
	body {
		font-size: 21px;
	}

	.content {
		float: left;
		width: 58%;
	}

	.content:only-child {
		float: none;
		width: 100%;
	}

	.sidebar {
		float: right;
		width: 40%;
	}

	.sidebar #wp-calendar {
		width: 100%;
	}

	.post {
		padding: 0 0 30px;
	}

	.more a.load-more {
		font-size: 37px;
		padding: 15px 30px;
	}

	.preloader {
		bottom: 140px;
	}

	.center-block h1:before,
	.center-block h1:after,
	.center-block .h1:before,
	.center-block .h1:after {
		width: 258px;
		padding: 0;
		margin: -1px 0 0;
	}

	.center-block h1:before,
	.center-block .h1:before {
		padding: 0;
		margin: -1px 0 0;
	}

	p {
		margin: 0 0 20px;
	}

	#header {
		padding: 30px 0 0;
	}

	#header .holder,
	#header .tabset,
	#header .tab-content {
		position: relative;
	}

	.signup-form .form-controls .gform_wrapper ul li.gfield.gf_right_half {
		font-size: 12px;
	}

	.signup-form .form-controls .gform_wrapper ul li.gfield.gf_left_half {
		font-size: 12px;
	}

	#footer .right-content {
		width: 27%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#footer .btn-white {
		margin: 0;
	}

	.content-holder {
		padding: 0 0 0 15%;
	}

	.tab-bontent .content-holder {
		padding: 0 0 0 9%;
	}

	.illustration img {
		width: 282px;
	}

	.illustration.img-middle img {
		width: 370px;
		height: 336px;
	}

	.illustration.img-lg img {
		width: 473px;
		height: 316px;
	}

	.tabset li:before {
		font-size: 42px;
	}

	.tabset a {
		padding: 12px 5px;
	}

	.tab-content .content:only-child .content-holder {
		padding: 0 10%;
	}

	.tab-content .video-block {
		width: 450px;
	}

	.visual-block img {
		margin: 0 5px;
	}

	.item-block {
		padding-top: 160px;
		margin-top: 160px;
		max-width: 386px;
		width: 31%;
	}

	.item-description .price {
		top: -90px;
	}

	.item-description .more {
		font-size: 16px;
	}

	.banner-block {
		max-width: 600px;
		margin: -48px auto;
	}

	.heading-block h1 {
		font-size: 100px;
	}

	.center-block .h2 span {
		padding: 0 30px;
	}

	.center-block .h2:before,
	.center-block .h2:after {
		content: "";
		position: absolute;
		left: 100%;
		top: 15px;
		height: 3px;
		background: #009943;
		width: 270px;
		height: 6px;
	}

	.center-block .h2:before {
		left: auto;
		right: 100%;
	}

	.team-tabset li {
		width: 33.3%;
		padding: 0;
	}

	.two-blocks {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative;
	}

	.center-block .more a {
		padding: 11px 8px;
	}

	.half-block {
		width: 32%;
		position: relative;
	}

	.half-block:first-child:after {
		content: "";
		margin: 0;
		width: 3px;
		height: auto;
		position: absolute;
		top: 20px;
		bottom: 135px;
		left: 155%;
		border: 1px dotted #ad2525;
	}

	.half-block .center-block {
		margin: 0;
		text-align: left;
	}

	.half-block .center-block h1 {
		text-align: left;
	}

	.half-block .center-block h1:before,
	.half-block .center-block h1:after {
		width: 22%;
	}

	.news {
		margin: 0 0 54px;
		padding: 0 0 30px;
		border-width: 3px;
	}

	.news:last-child {
		border: none;
	}

	.news h2 {
		font-size: 18px;
	}
}

@media (min-width: 1025px) {
	blockquote cite {
		padding: 8px 12px;
		font-size: 16px;
	}

	.cycle-gallery {
		padding: 47px 80px;
	}

	.cycle-gallery .btn-prev,
	.cycle-gallery .btn-next {
		left: 9px;
	}

	.cycle-gallery .btn-next {
		right: 9px;
		left: auto;
	}

	.main-nav {
		padding-top: 8px;
		font-size: 12px;
	}

	.msg-info {
		padding: 0 14px;
	}

	.social-networks {
		padding: 2px 13px 0 15px;
		vertical-align: top;
	}

	.social-networks li {
		margin: 2px 5px 2px 6px;
		font-size: 20px;
	}

	.social-networks li a:hover {
		color: #000;
	}

	.grey-header .btn-white {
		width: 100%;
	}

	.nav-opener {
		display: none;
	}

	.nav-drop {
		position: static;
		max-height: none;
		-webkit-transition: none;
		transition: none;
		padding: 24px 10px;
		width: auto;
	}

	.btn {
		padding: 13px 18px;
		margin-bottom: 39px;
	}

	.signup-block {
		background: none;
		-webkit-transition: none;
		transition: none;
		position: absolute;
		width: 100%;
		top: -30px;
		right: 45px;
		text-align: right;
		padding: 0;
	}

	.signup-form {
		display: inline-block;
		vertical-align: top;
	}

	.signup-form .form-inline {
		padding: 3px 0 0;
	}

	.signup-form .label-wrap {
		font-size: 24px;
		line-height: .9;
		letter-spacing: 0;
		display: inline-block;
		vertical-align: top;
		margin: 0;
		width: 190px;
		text-align: left;
	}

	.signup-form .label-wrap .fa {
		font-size: 30px;
		margin: 0 10px 0 0;
		vertical-align: middle;
		width: 32px;
	}

	.signup-form .label-wrap label {
		vertical-align: middle;
		max-width: calc(92% - 48px);
	}

	.signup-form .form-controls {
		width: 365px;
	}

	.signup-form .form-controls .gform_wrapper .validation_error {
		display: none;
	}

	.signup-form .form-controls .gform_wrapper .gform_footer {
		min-height: 24px;
	}

	.signup-form .form-controls .gform_wrapper .gform_button {
		font-size: 12px;
		min-height: 24px;
	}

	.banner {
		min-height: 402px;
	}

	.center-block {
		font-size: 40px;
		padding: 0 0 30px;
	}

	.center-block p {
		font-size: 21px;
		margin-top: 8px;
	}

	.section.testimonial-section {
		padding-bottom: 110px;
	}

	.section.partners-section {
		padding-bottom: 85px;
	}

	.algorithm-block .step-blocks {
		margin: 0 -3.5%;
	}

	.algorithm-block .step-block {
		padding: 0 3.5% 16px;
		font-size: 16px;
	}

	.algorithm-block .step-block .icon-holder {
		width: 171px;
		height: 171px;
	}

	.algorithm-block .step-block .heading {
		font-size: 24px;
	}

	.equation-block .circle {
		width: 171px;
		height: 171px;
		padding: 29px 22px;
	}

	.equation-block .caption {
		font-size: 36px;
	}

	.equation-block .operator {
		font-size: 126px;
		width: 10.8%;
		margin-top: -42px;
	}

	.footer-details {
		padding-left: 20px;
		padding-right: 20px;
	}

	.footer-details li {
		font-size: 14px;
		padding: 5px 12px;
	}

	.footer-details .email-link a {
		padding-left: 22px;
	}

	.video-block {
		width: 400px;
		margin: 0 0 40px;
	}

	.tabset-holder {
		margin: 0 0 85px;
	}

	.tabset {
		font-size: 32px;
	}

	.tab-content {
		padding: 0 0 60px;
	}

	.tab-content h2 {
		font-size: 32px;
	}

	.item-description {
		font-size: 21px;
	}

	.action-holder {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.sign-block {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.heading-block {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.center-block .h2 {
		font-size: 40px;
	}

	.center-block .h2 strong {
		font-size: 48px;
	}

	.action-text-block {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.faq-list li {
		padding: 0 0 28px;
	}

	.faq-list li a {
		padding: 0 0 0 20px;
	}

	.faq-list .open-slide {
		padding: 0 0 0 20px;
	}

	.team-blocks {
		padding: 30px 0;
	}

	.text-personal h3 {
		font-size: 28px;
	}

	.text-personal h3 strong {
		font-size: 34px;
	}
}

@media screen and (min-width: 1300px) {
	.holder,
	.tabset,
	.tab-content {
		max-width: 1240px;
	}

	.main-nav {
		font-size: 16px;
	}

	.grey-header .right-content {
		padding: 20px 46px 20px 0;
	}

	#footer .btn-white {
		padding: 11px 30px;
	}

	.item-block {
		padding-top: 230px;
	}
}

@media (min-width: 1300px) {
	blockquote {
		font-size: 30px;
		text-indent: 10px;
		line-height: 1.5;
		padding-left: 104px;
	}

	blockquote p:before,
	blockquote q:before {
		font-size: 150px;
		left: 5px;
		top: -17px;
	}

	.cycle-gallery .logo {
		width: 300px;
		height: 300px;
		margin: 0 4%;
	}

	.cycle-gallery .pagination {
		max-width: calc(100% - 374px);
	}
}

@media (min-width: 1301px) {
	.banner {
		min-height: 500px;
	}
}

@media (min-width: 1600px) {
	.post {
		padding: 0 0 50px;
	}

	.image-block {
		margin: 0 0 50px;
	}

	.preloader {
		bottom: 135px;
	}

	.contact-block .gform_wrapper ul li.gfield,
	.sign-block .gform_wrapper ul li.gfield {
		margin-top: 40px;
	}

	.contact-block .gform_wrapper ul li.gfield input,
	.sign-block .gform_wrapper ul li.gfield input {
		padding: 1px 28px !important;
	}

	.contact-block .gform_wrapper ul li.gfield textarea.medium,
	.sign-block .gform_wrapper ul li.gfield textarea.medium {
		padding: 12px 28px 1px !important;
	}

	.contact-block .gform_wrapper ul li.gfield.gfield_error + .gfield_error,
	.sign-block .gform_wrapper ul li.gfield.gfield_error + .gfield_error {
		margin-top: 40px !important;
	}

	.contact-block .gform_wrapper select,
	.sign-block .gform_wrapper select {
		height: 68px;
		font-size: 21px;
	}

	.contact-block .gform_wrapper textarea.medium,
	.sign-block .gform_wrapper textarea.medium {
		height: 366px;
	}

	.contact-block .gform_wrapper .gform_footer,
	.sign-block .gform_wrapper .gform_footer {
		margin: 50px 0 25px;
	}

	.contact-block .gform_wrapper .validation_error,
	.sign-block .gform_wrapper .validation_error {
		max-width: 1140px;
		width: auto;
		font-size: 24px;
		left: 50%;
		margin-left: -570px;
	}

	.sign-block .gform_wrapper .gform_footer button[type=submit] {
		padding: 0 22px 0 70px !important;
	}

	.sign-block .gform_wrapper .gform_footer button[type=submit]:after {
		font-size: 40px;
		top: 18px;
		left: 20px;
	}

	h1,
	.h1 {
		font-size: 40px;
	}

	.center-block h1:before,
	.center-block h1:after,
	.center-block .h1:before,
	.center-block .h1:after {
		width: 420px;
	}

	p {
		margin: 0 0 26px;
	}

	.jcf-select {
		min-width: 506px;
		height: 68px;
	}

	.jcf-select .jcf-select-text {
		font-size: 21px;
		line-height: 68px;
		margin: 0 70px 0 28px !important;
	}

	.jcf-select .jcf-select-opener {
		width: 60px;
	}

	.jcf-select .jcf-select-opener:after {
		margin: -12px 0 0 -12px;
	}

	.jcf-list {
		font-size: 21px;
		line-height: 1.1;
	}

	.main-nav ul {
		font-size: 16px;
	}

	.main-nav ul li {
		letter-spacing: normal;
	}

	#footer .social-networks {
		vertical-align: middle;
	}

	#footer .social-networks li {
		font-size: 30px;
	}

	.grey-header .right-content {
		padding: 24px 46px 17px 0;
	}

	.nav-drop {
		width: calc( 100% - 160px);
		padding: 15px 10px;
	}

	.signup-form .form-controls .gform_wrapper .gform_body {
		width: 215px;
	}

	.signup-form .form-controls .gform_wrapper ul li.gfield.gf_right_half {
		width: 70px;
	}

	.signup-form .form-controls .gform_wrapper ul li.gfield.gf_left_half {
		width: 144px;
	}

	.signup-form .form-controls .gform_wrapper ul li.gfield input {
		padding: 1px 8px !important;
	}

	.section {
		padding: 35px 0;
	}

	.algorithm-block .step-block {
		font-size: 21px;
	}

	#footer .logo-wrap {
		width: 390px;
	}

	#footer .logo {
		width: 178px;
		margin-top: -4px;
	}

	#footer .slogan {
		width: 203px;
		margin: 0;
	}

	#footer .right-content {
		width: 32%;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 39px 0 11px 4px;
	}

	.footer-details {
		padding: 51px 20px;
	}

	.footer-details li {
		font-size: 19px;
	}

	.content-holder {
		padding-bottom: 67px;
	}

	.illustration {
		margin: 0 0 60px;
	}

	.tabset {
		font-size: 40px;
	}

	.tabset li:before {
		font-size: 80px;
	}

	.tabset a {
		padding: 25px 15px;
	}

	.tab-content h2 {
		font-size: 36px;
		margin: 0;
	}

	.item-block {
		padding-top: 168px;
		margin-top: 298px;
	}

	.item-image {
		top: -242px;
		left: -5px;
		right: -5px;
	}

	.item-description {
		padding: 0 26px 30px;
	}

	.item-description .price {
		width: 160px;
		height: 122px;
		top: 45px;
	}

	.item-description .more {
		padding: 0 0 35px;
	}

	.item-description .more a {
		padding: 2px 12px 3px;
	}

	.info-list {
		margin: 0 0 35px;
	}

	.contact-block h2 {
		font-size: 21px;
		margin: 0;
	}

	.banner-block {
		max-width: none;
	}

	.sign-block h2 {
		font-size: 40px;
	}

	.center-block .h2:before,
	.center-block .h2:after {
		top: 25px;
	}

	.question-block {
		padding: 0 0 50px;
	}

	.question-block .button {
		padding-top: 20px;
	}

	.faq-list li {
		padding: 0 0 29px;
	}

	.faq-list li a {
		padding: 0 0 0 27px;
	}

	.faq-list .open-slide {
		padding: 0 0 0 27px;
	}

	.team-blocks .tab-content {
		padding: 0 84px;
	}

	.text-personal .text-holder {
		padding: 0 12%;
	}

	.text-personal h3 {
		font-size: 36px;
		line-height: 48px;
	}

	.text-personal h3 strong {
		font-size: 40px;
	}

	.two-blocks {
		padding: 0 30px;
		overflow: hidden;
	}

	.center-block .more {
		padding: 22px 0 20px;
	}

	.center-block .more a {
		font-size: 37px;
		padding: 11px 10px;
	}

	.half-block {
		width: 37%;
	}

	.half-block:first-child:after {
		left: 135%;
	}

	.half-block .center-block h1 {
		margin: 0 0 18px;
		line-height: 1;
	}

	.half-block .center-block h1:before,
	.half-block .center-block h1:after {
		width: 30%;
	}

	.half-block .more {
		padding: 0;
	}

	.half-block .more .load-more {
		font-size: 33px;
		padding: 12px 28px;
	}

	.news h2 {
		font-size: 21px;
	}

	.news p {
		margin: 0 0 25px;
	}

	.news .more {
		font-size: 16px;
		padding: 12px 0 37px;
	}

	.news .more a {
		padding: 2px 12px;
	}
}

@media (min-width: 1601px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		padding: 1px 14px;
		height: 68px;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		min-width: 304px;
		font-size: 42px;
	}

	.button a {
		min-width: 304px;
		font-size: 42px;
		padding: 1px 14px;
		height: 77px;
		line-height: 74px;
	}

	.contact-block .gform_wrapper .gform_footer input[type=submit],
	.contact-block .gform_wrapper .gform_footer button[type=submit],
	.sign-block .gform_wrapper .gform_footer input[type=submit],
	.sign-block .gform_wrapper .gform_footer button[type=submit] {
		min-width: 304px;
		font-size: 42px;
		padding: 1px 14px;
		height: 77px !important;
		line-height: 74px !important;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		padding: 1px 14px;
		height: 68px;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		min-width: 304px;
		font-size: 42px;
	}

	.holder,
	.tabset,
	.tab-content {
		padding: 0 14px;
	}

	.main-nav {
		font-size: 20px;
		padding-top: 20px;
	}

	.main-nav > li {
		padding: 0 13px 0 14px;
	}

	.social-networks li {
		font-size: 22px;
	}

	.logo-wrap .logo {
		margin-bottom: -110px;
		width: 250px;
	}

	.logo-wrap .slogan {
		width: 180px;
		margin: 17px 0 17px -5px;
	}

	.signup-form .form-controls .gform_wrapper .gform_footer {
		max-width: 114px;
	}

	.signup-form .form-controls .gform_wrapper .gform_button {
		padding: 3px 16px;
		max-width: 114px;
		box-shadow: 1px 1px 2px #181718;
		min-height: 22px !important;
	}

	.banner {
		min-height: 600px;
	}

	.black-bar .motto {
		text-align: right;
	}

	.section.partners-section h1:before,
	.section.partners-section h1:after {
		width: 365px;
	}

	.algorithm-block .step-block .heading {
		font-size: 36px;
	}

	.equation-block {
		padding: 18px 5% 50px;
		text-align: left;
	}

	.partners-list {
		/*padding-left: 4.6%;*/
		margin: 0 -45px;
	}

	.partners-list li {
		padding: 0 45px;
	}

	.video-block {
		width: 520px;
		margin: 0 0 68px;
	}

	.tab-content .video-block {
		width: 640px;
	}

	.heading-block h1 {
		font-size: 143px;
	}
}

@media (max-width: 1024px) {
	.nav-active .nav-drop {
		max-height: 9999px;
		overflow: auto;
	}

	.nav-active .nav-opener .opener span {
		opacity: 0;
	}

	.nav-active .nav-opener .opener:before,
	.nav-active .nav-opener .opener:after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 49%;
	}

	.nav-active .nav-opener .opener:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.nav-active .signup-block {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.nav-drop {
		overflow: hidden;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}
}

.takeActionText p{
font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif,
 text-transform: capitalize, 
font-weight: bold, 
font-style: italic,
}