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

@font-face {
	font-family: 'CeraStencilPRO-Medium';
	src: url('../fonts/3250A8_0_0.eot');
	src: url('../fonts/3250A8_0_0.eot?#iefix') format('embedded-opentype'),
	url('../fonts/3250A8_0_0.woff2') format('woff2'),
	url('../fonts/3250A8_0_0.woff') format('woff'),
	url('../fonts/3250A8_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Platform Web';
  src: url('../fonts/Platform-BoldItalic-Web.eot');
  src: url('../fonts/Platform-BoldItalic-Web.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Platform-BoldItalic-Web.woff2') format('woff2'),
       url('../fonts/Platform-BoldItalic-Web.woff') format('woff');
  font-weight:  700;
  font-style:   italic;
  font-stretch: normal;
}
.Platform-BoldItalic-Web {
  font-family: 'Platform Web';
  font-weight:  700;
  font-style:   italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Platform Web';
  src: url('../fonts/Platform-Bold-Web.eot');
  src: url('../fonts/Platform-Bold-Web.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Platform-Bold-Web.woff2') format('woff2'),
       url('../fonts/Platform-Bold-Web.woff') format('woff');
  font-weight:  700;
  font-style:   normal;
  font-stretch: normal;
}
.Platform-Bold-Web {
  font-family: 'Platform Web';
  font-weight:  700;
  font-style:   normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Platform Web';
  src: url('../fonts/Platform-MediumItalic-Web.eot');
  src: url('../fonts/Platform-MediumItalic-Web.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Platform-MediumItalic-Web.woff2') format('woff2'),
       url('../fonts/Platform-MediumItalic-Web.woff') format('woff');
  font-weight:  500;
  font-style:   italic;
  font-stretch: normal;
}
.Platform-MediumItalic-Web {
  font-family: 'Platform Web';
  font-weight:  500;
  font-style:   italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Platform Web';
  src: url('../fonts/Platform-Medium-Web.eot');
  src: url('../fonts/Platform-Medium-Web.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Platform-Medium-Web.woff2') format('woff2'),
       url('../fonts/Platform-Medium-Web.woff') format('woff');
  font-weight:  500;
  font-style:   normal;
  font-stretch: normal;
}
.Platform-Medium-Web {
  font-family: 'Platform Web';
  font-weight:  500;
  font-style:   normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Platform Web';
  src: url('../fonts/Platform-RegularItalic-Web.eot');
  src: url('../fonts/Platform-RegularItalic-Web.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Platform-RegularItalic-Web.woff2') format('woff2'),
       url('../fonts/Platform-RegularItalic-Web.woff') format('woff');
  font-weight:  400;
  font-style:   italic;
  font-stretch: normal;
}
.Platform-RegularItalic-Web {
  font-family: 'Platform Web';
  font-weight:  400;
  font-style:   italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Platform Web';
  src: url('../fonts/Platform-Regular-Web.eot');
  src: url('../fonts/Platform-Regular-Web.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Platform-Regular-Web.woff2') format('woff2'),
       url('../fonts/Platform-Regular-Web.woff') format('woff');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}
.Platform-Regular-Web {
  font-family: 'Platform Web';
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Platform Web';
  src: url('../fonts/Platform-LightItalic-Web.eot');
  src: url('../fonts/Platform-LightItalic-Web.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Platform-LightItalic-Web.woff2') format('woff2'),
       url('../fonts/Platform-LightItalic-Web.woff') format('woff');
  font-weight:  300;
  font-style:   italic;
  font-stretch: normal;
}
.Platform-LightItalic-Web {
  font-family: 'Platform Web';
  font-weight:  300;
  font-style:   italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Platform Web';
  src: url('../fonts/Platform-Light-Web.eot');
  src: url('../fonts/Platform-Light-Web.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Platform-Light-Web.woff2') format('woff2'),
       url('../fonts/Platform-Light-Web.woff') format('woff');
  font-weight:  300;
  font-style:   normal;
  font-stretch: normal;
}
.Platform-Light-Web {
  font-family: 'Platform Web';
  font-weight:  300;
  font-style:   normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Platform Web';
  src: url('../fonts/Platform-HairlineItalic-Web.eot');
  src: url('../fonts/Platform-HairlineItalic-Web.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Platform-HairlineItalic-Web.woff2') format('woff2'),
       url('../fonts/Platform-HairlineItalic-Web.woff') format('woff');
  font-weight:  100;
  font-style:   italic;
  font-stretch: normal;
}
.Platform-HairlineItalic-Web {
  font-family: 'Platform Web';
  font-weight:  100;
  font-style:   italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Platform Web';
  src: url('../fonts/Platform-Hairline-Web.eot');
  src: url('../fonts/Platform-Hairline-Web.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Platform-Hairline-Web.woff2') format('woff2'),
       url('../fonts/Platform-Hairline-Web.woff') format('woff');
  font-weight:  100;
  font-style:   normal;
  font-stretch: normal;
}
.Platform-Hairline-Web {
  font-family: 'Platform Web';
  font-weight:  100;
  font-style:   normal;
  font-stretch: normal;
}

[id="nav"] ul,
.add-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after,
.main-holder: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: #231f20;
	background: #fff;
	font: 400 16px / 24px 'Platform Web', "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;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: normal;
	margin: 0 0 .5em;
	color: #000;
	font-family:'CeraStencilPRO-Medium', "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

h1,
.h1 {
	font-size: 36px;
	line-height: 1;
	margin-bottom: 38px;
}
.h1{
	color:  #add136;
    margin: 0 0 17px;
}

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

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

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

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

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

p {
	margin: 0 0 6px;
}

a {
	text-decoration: none;
	color: #99b22f;
}

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

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	padding: 4px 10px;
	border: none;
	background: #dfdfdf;
	outline: none;
	max-width: 270px;
}

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

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

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

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

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

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

select {
	-webkit-border-radius: 0;
	padding: 3px 6px;
	background: #dfdfdf;
	border: none;
	outline: none;
	min-width: 100px;
}

textarea {
	resize: vertical;
	vertical-align: top;
	max-width: 100%;
	width: 100%;
	height: 115px;
	min-height: 115px;
}

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

.contact-form {
	max-width: 570px;
	padding: 50px 0 23px;
	margin: 0 0 0 auto;
}

.contact-form span {
	display: block;
	font-size: 14px;
	line-height: 22px;
}

.contact-form .row {
	margin: 0 0 15px;
	overflow: hidden;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
	float: left;
	width: 100%;
}

.contact-form input[type="submit"] {
	min-width: 157px;
}

.contact-form p {
	margin: 0;
}
.registration-form{
	max-width: 320px;
}
.registration-form span {
	display: block;
	font-size: 14px;
	line-height: 22px;
}

.registration-form .row {
	margin: 0 0 15px;
	overflow: hidden;
}

.registration-form input[type="text"],
.registration-form input[type="email"],
.registration-form select {
	float: left;
	width: 100%;
	max-width: 320px;
}
.registration-form label{
	width: 100%;
	float: left;
	margin: 0 0 15px;
}
.registration-form .col-6{
	float: left;
	width: 49%;
}
.registration-form .col-6 + .col-6{
	float: right;
}

.registration-form input[type="submit"] {
	min-width: 157px;
}

.registration-form p {
	margin: 0;
}
.captcha {
	margin-bottom: 24px;
}

.captcha p {
	padding-left: 7px;
	margin-bottom: 5px;
}

.captcha img {
	display: inline-block;
	vertical-align: top;
}

.captcha input[type="text"] {
	display: block;
	float: none;
	background: none;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, .1);
	height: 36px;
	max-width: 159px;
}

#wrapper {
	padding: 106px 0 0;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.container,
.main-holder {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 20px;
}

[id="header"] {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #000;
	z-index: 2;
}

[id="header"] .container {
	/*padding-top: 44px;
    padding-bottom: 28px;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.logo {
	margin: 0 0 10px;
	float: left;
	width: 30%;
}

.logo img {
	display: inline-block;
	vertical-align: top;
}

[id="nav"]{
	float: right;
	width: 70%;
	padding-top: 45px;
}

[id="nav"] ul {
	font-size: 0;
	line-height: 0;
	font-weight: 700;
	text-align: right;
	font-family:'Platform Web', "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.nav-active [id="nav"] ul {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.resize-active [id="nav"] ul {
	-webkit-transition: none;
	transition: none;
}

[id="nav"] li {
	display: inline-block;
	vertical-align: top;
	margin: 0 17px;
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	position: relative;
}

[id="nav"] li:last-child {
	margin-right: 0;
}

[id="nav"] li a {
	color: inherit;
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

[id="nav"] .selected a,
[id="nav"] a:hover {
	color: #add136;
}

#nav > ul > li.has-drop-down:after {
	content: "\f107";
	position: absolute;
	left: 50%;
	top: 23px;
	font-family: FontAwesome;
	font-size: inherit;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
}

#nav > li.hover {
	color: #006db5;
}

#nav > ul > li.hover:after {
	display: block;
}

#nav > li.hover > a {
	color: inherit;
}

#nav > ul > li.hover > .drop {
	display: block;
}

#nav > li.selected > a {
	color: #006db5;
}

#nav > li:first-child {
	margin-left: 0;
}

#nav > li:last-child .drop .drop {
	left: auto;
	right: 100%;
}

#nav  .right-side .drop .drop {
	left: auto;
	right: 100%;
}

#nav > li:last-child .drop .drop ul {
	padding: 0 1px 0 0;
}
#nav  .right-side .drop .drop ul {
	padding: 0 1px 0 0;
}

#nav > li:last-child ul li.has-drop-down > a:after {
	right: auto;
	left: 8px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}


#nav .drop {
	width: 165px;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 25;
	padding: 28px 0 0;
	display: none;
}

#nav .drop .drop {
	top: 0;
	left: 100%;
	width: 209px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	padding: 0;
	display: none;
}

#nav .drop ul li.hover .drop .drop{
	display: none;
}

#nav .drop ul {
	font-size: 13px;
	text-align: center;
	text-transform: capitalize;
	padding-left: 1px;
}

#nav .drop ul li {
    float: none;
    margin: 0 0 1px;
    display: block;
    font-size: 13px;
    padding: 0;
    text-transform: none;
}

#nav .drop ul li:before {
	display: none;
}

#nav .drop ul li.has-drop-down:after {
	display: none;
}

#nav .drop ul li.has-drop-down > a:after {
	content: "\f105";
	position: absolute;
	right: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: FontAwesome;
	font-size: inherit;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	color: #777;
}

#nav  .right-side ul li.has-drop-down > a:after {
	right: auto;
	left: 8px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

#nav .drop ul li.hover > a {
	background: #add136;
}

#nav .drop ul li.hover .drop {
	display: block;
}

#nav .drop .drop ul li.hover .drop {
	display: block;
}

#nav .drop ul a {
	background: #b2b2b2;
	display: block;
	color: #fff;
	padding: 10px 18px 11px;
	position: relative;
}

#nav .drop ul a:hover {
	background: #add136;
}

#nav .drop ul ul a {
	background: #b2b2b2;
}

#nav .drop ul ul a:hover {
	background: #add136;
}

#nav .two-column-drop-holder>.drop{
	width: 330px;
}

#nav .two-column-drop-holder>.drop>ul{
	float: left;
	width: 50%;
}

#nav .two-column-drop-holder>.drop>ul a{
	padding-left: 5px;
	padding-right: 5px;
}

.nav-opener {
	position: absolute;
	top: 7px;
	right: 22px;
	width: 35px;
	height: 35px;
	border-radius: 3px;
	display: none;
	z-index: 2;
}

.nav-opener:before,
.nav-opener:after {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 5px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

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

.nav-opener:before {
	content: "";
	box-shadow: 0 -10px 0 0 #fff;
}

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

.nav-opener:hover {
	opacity: .9;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 17px;
	box-shadow: none;
}

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

.btn,
input[type="submit"],
button {
	display: inline-block;
	vertical-align: top;
	background: #add136;
	font-size: 21px;
	line-height: 24px;
	color: #000;
	text-transform: uppercase;
	padding: 15px 17px 13px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .4);
	text-decoration: none;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
	font-weight: 700;
	font-family:'Platform Web', "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border: none;
	margin-bottom:6px;
}

.btn:hover,
input[type="submit"]:hover,
button:hover {
	color: #fff;
	background: #414042;
	text-decoration: none;
}

[id="main"] {
	overflow: hidden;
}

[id="main"] section {
	padding-bottom: 26px;
}

.main-holder {
	padding-top: 30px;
	padding-bottom: 46px;
}

.home-page .main-holder {
	padding-top: 0;
}

.info-container {
	text-align: center;
	max-width: 748px;
	margin: 0 auto;
}

.info-container .link {
	color: inherit;
}

.info-container .link:hover {
	color: #add136;
}

.info-container .btn {
	margin-top: 2px;
}

.aside-block {
	position: relative;
	padding: 10px 0;
}

.aside-block:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 2px;
	background: #b1d340;
	width: 690px;
	max-width: 87%;
}

.aside-block .container {
	max-width: 792px;
}

.aside-block h2 {
	text-align: center;
	margin: 0 0 14px;
}

.aside-block h3 {
	margin: 0 0 8px;
}

.aside-block .col-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	text-align: center;
}

.aside-block .col {
	width: 33.33%;
	padding: 0 10px;
	line-height: 20px;
}

.aside-block address {
	font-style: normal;
	margin: 0;
	padding: 0;
}

.aside-block address span {
	display: block;
}

/*.two-columns {
	overflow: hidden;
	padding: 0 0 16px;

	@include media("<tablet") {
		padding: 0 0 28px;
	}
}*/

[id="sidebar"] {
	float: left;
	width: 270px;
	margin-right: 30px;
}

[id="sidebar"] address {
	font-style: normal;
	margin-bottom: 10px;
}

[id="sidebar"] address span {
	display: block;
}

[id="content"] {
	overflow: hidden;
}

[id="content"] .info-block {
	max-width: 240px;
}

[id="content"] .info-block span {
	display: block;
}

[id="content"] address {
	font-style: normal;
	margin-bottom: 7px;
}

.add-nav {
	padding-bottom: 23px;
}

.add-nav li {
	margin-bottom: 3px;
	font-weight: 400;
	font-family:'Platform Web', "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1.1764;
	display: table;
	vertical-align: middle;
	width: 100%;
}

.add-nav li a{
	height: 52px;
}

.add-nav li a {
	display: table-cell;
	vertical-align: middle;
	background: #add136;
	color: #000;
	padding: 5px 10px;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

.add-nav li a span {
	display: inline-block;
	vertical-align: middle;
}

.add-nav li.selected>a,
.add-nav li a:hover {
	text-decoration: none;
	background: #000;
	color: #fff;
}

.add-nav .drop{
	display: none;
}

.add-nav li.hover .drop,
.add-nav li.parent-active  .drop,
.add-nav li.selected .drop{
	display: table-row;
}

.add-nav li.hover .drop .drop,
.add-nav li.parent-active  .drop .drop,
.add-nav li.selected .drop .drop{
    display: none;
}

.add-nav .drop li.hover .drop,
.add-nav .drop li.parent-active  .drop,
.add-nav .drop li.selected .drop{
    display: table-row;
}

.add-nav ul .drop li{
	margin-bottom: 0;
}

.add-nav ul ul a{
	padding-left: 72px;
}

.add-nav ul ul ul a{
    padding-left: 100px;
}

.info-list a {
	color: inherit;
}

.info-list a:hover {
	color: #add136;
	text-decoration: none;
}

[id="footer"] {
	background: #000;
	text-align: center;
	padding: 20px 0 14px;
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	font-weight: 700;
	font-family:'Platform Web', "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	letter-spacing: .01em;
}

[id="footer"] .container {
	padding: 0 15px;
}

[id="footer"] .link {
	display: inline-block;
	vertical-align: top;
	padding-left: 35px;
	color: inherit;
}

[id="footer"] .link:hover {
	text-decoration: none;
	color: #add136;
}

[id="footer"] .copy {
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 10px 0 10px 10px;
	max-width: 50%;
}

address {
	font-style: normal;
}

ul {
	margin: 0;
	padding: 0 0 0 36px;
}

ul li {
	margin-bottom: 6px;
}

dl {
	overflow: hidden;
	margin: 0;
}

dl dt {
	float: left;
	margin-right: 5px;
}

dl dd {
	overflow: hidden;
	margin-bottom: 7px;
}

a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

a[href^=tel]:hover {
	color: #add136;
}

.system-message,
.system-error-message {
	padding: 20px !important;
}
.search-form{
	overflow: hidden;
    margin: 0 0 28px;
}
.search-form input[type="text"],
.search-form select{
	max-width: 187px;
	margin: 0 20px 0 0;
	background: #fff2d9;
	padding: 8px 13px 9px;
    height: 37px;
}
.search-form select{
	margin: 0 39px 0 0;
}
.search-form input[type="submit"]{
	background: #fff;
	font-size: 16px;
	line-height: 20px;
	color: #313131;
	padding: 7px 36px 8px;
	box-shadow: 0 0 0;
	border: 1px solid #313131;
	margin-bottom:0;
	font-weight: 400;
}
.featured{
	max-width: 837px;
	margin: 0 auto;
	padding: 39px 0 51px;
	list-style: none;
	text-align: center;
	overflow: hidden;
}
.featured li{
	width: 20%;
	float: left;
}
.featured a{
	color: #000;
	position: relative;
	display: block;
    max-width: 98px;
    margin: 0 auto;
}
.featured a:after{
	width: 35px;
	height: 34px;
	position: absolute;
    top: -9px;
    right: -10px;
	content: "";
	display: none;
	background: url(../images/icon-hover.png) no-repeat;
}
.featured a:hover:after{
	display: block;
}
.featured a:hover{
	text-decoration: none;
}
.featured img{
	margin: 0 0 23px;
	vertical-align: top;
}
.featured span{
	display: block;
	line-height: 16px;
	text-transform: uppercase;
}

@media (min-width: 1921px) {
	[id="header"] {
		background-size: cover;
	}
}

@media (max-width: 1023px) {
	[id="nav"] li {
		margin: 0 10px;
	}

	[id="nav"] {
		padding: 0;
	}

	[id="nav"] > ul {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		max-height: 100vh;
		background: rgba(65, 64, 66, .6);
		text-align: left;
		padding: 45px 38px 6px;
		-webkit-transition: -webkit-transform .2s linear;
		transition: transform .2s linear;
		-webkit-transform: translateY(-200%);
		-ms-transform: translateY(-200%);
		transform: translateY(-200%);
		overflow: auto;
	}

	[id="nav"] li {
		display: block;
		margin: 0 0 13px;
	}
	#nav > ul > li.has-drop-down:after{
		display: none;
	}
	.nav-opener {
		display: block;
	}
		#nav .drop,
	#nav .drop .drop{
		width: auto;
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 0;
	    border: solid #fff;
	    margin: 0 0 -10px;
	    border-width: 0 0 1px;
	}

	#nav .drop ul li.hover .drop{
	    border: none;
	    margin: 0;
	}

	#nav .drop ul {
		text-align: left;
	}

	#nav .drop ul li {
		border: solid #fff;
		border-width: 1px 0 0;
		margin: 0;
	}

	#nav .drop ul li.has-drop-down > a:after {
		right: 10px;
		display: block;
		content: "\f107";
		color: #fff;
	}

	#nav  .right-side ul li.has-drop-down > a:after {
		left: auto;
		transform: translateY(-50%) rotate(0deg);
	}

	#nav .drop ul li.hover > a {
		background: none;
	}

	#nav .drop ul a {
		padding-left: 20px;
		padding-right: 20px;
		background: none;
	}

	#nav .drop ul a:after {
		display: none;
	}

	#nav .drop ul ul a {
		padding-left: 30px;
		padding-right: 30px;
		background: inherit;
	}
	#nav .drop ul ul ul a{
		padding-left: 60px;
	}
	#nav .drop .two-column-drop-holder>.drop>ul{
		float: none;
		width: 100%;
	}
	#nav .two-column-drop-holder>.drop>ul a{
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 767px) {
	h1,
	.h1 {
		line-height: .83333;
		margin-bottom: 29px;
	}

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

	textarea {
		height: 210px;
		min-height: 210px;
	}

	.contact-form {
		padding: 0;
	}

	.contact-form span {
		margin-bottom: 2px;
	}

	.contact-form .row:last-child {
		margin-bottom: 0;
	}

	.captcha p {
		margin-bottom: 12px;
	}

	#wrapper {
		padding-top: 0;
	}

	[id="header"] {
		background-size: auto auto;
		background-position: 25% 0;
		position: relative;
		margin-bottom: 22px;
	}

	/*[id="header"] .container {
		padding-top: 60px;
		padding-bottom: 20px;
	}*/

	.logo {
		margin: 0 5px;
		width: auto;
	}

	.logo img {
		width: 228px;
	}



	[id="main"] section {
		padding-bottom: 22px;
	}

	[id="main"] section:last-child {
		padding-bottom: 10px;
	}

	.main-holder {
		padding-top: 0;
		padding-bottom: 40px;
	}

	.info-container .btn {
		margin-bottom: 0;
	}

	.aside-block h2 {
		margin-bottom: 20px;
	}

	.aside-block h3 {
		margin-bottom: 6px;
	}

	.aside-block .col {
		width: 100%;
		display: block;
		margin: 0 0 22px;
	}

	.aside-block .col:last-child {
		margin-bottom: 17px;
	}

	[id="sidebar"] {
		float: none;
		width: 100%;
	}

	[id="sidebar"] address {
		margin-bottom: 5px;
	}

	[id="sidebar"] h1 {
		margin-bottom: 40px;
	}

	[id="content"] {
		padding-bottom: 0;
	}

	.add-nav {
		padding: 0 0 20px;
	}

	[id="footer"] .link {
		padding: 0;
	}

	[id="footer"] .copy {
		display: block;
		margin-bottom: 14px;
	}

	.alignleft {
		float: none;
		max-width: 100%;
		margin: 0;
	}

	.alignright {
		float: none;
		max-width: 100%;
		margin: 0;
	}

	.system-message,
	.system-error-message {
		margin: 0 !important;
	}

	.featured li{
		width: 50%;
		margin: 15px 0 0;
	}

}

