/*! 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;
}

.social-networks,
.page-tabs,
.top-nav,
.main-nav,
.sub-nav,
.anchor-nav ul,
.info-box ul,
.tabs,
.tabs-content ul,
.header ul,
.footer-row .link-list,
.footer-row .contact-box ul,
.footer-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
dl:after,
.container:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis,
.jcf-select .jcf-select-text {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    min-width: 320px;
    background: #fff;
    font: 17px/1.65 "Nunito", sans-serif;
    font-weight: 300;
    color: #837569;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.gm-style img {
    max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    margin: 0 0 .5em;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    color: inherit;
}

h1,
.h1 {
    margin: 0 0 .1em;
    font-size: 28px;
    font-weight: 700;
    color: #493b34;
}

h2,
.h2 {
    margin: 0 0 .1em;
    font-size: 24px;
}

h3,
.h3 {
    font-size: 17px;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

a {
    color: #5d9732;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #457125;
}

.text-center {
    text-align: center;
}

.more {
    font-style: normal;
}

.more:hover .icon-long-arrow-right {
    left: 10px;
}

.more .icon-long-arrow-right {
    transition: left .3s ease-in-out;
    position: relative;
    left: 0;
    font-size: 14px;
    margin-left: 6px;
}

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 {
    width: 100%;
    height: 33px;
    flex: 1;
    padding: .25em .9em;
    border: 1px solid #8e8e8e;
    border-width: 0 0 1px;
    border-radius: 0;
    box-sizing: border-box;
    background-color: transparent;
    -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #000;
    outline: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-style: italic;
    color: #8e8e8e;
}

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;
    font-style: italic;
    color: #8e8e8e;
}

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 {
    font-style: italic;
    color: #8e8e8e;
}

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 {
    font-style: italic;
    color: #8e8e8e;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
    font-style: italic;
    color: #8e8e8e;
}

select {
    -webkit-border-radius: 0;
}

textarea {
    padding: .85em .9em;
    height: 140px;
    border-width: 1px;
    vertical-align: top;
    resize: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

@font-face {
    font-family: "icomoon";
    src: url("fonts/icomoon.eot?pombrr");
    src: url("fonts/icomoon.eot?pombrr#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?pombrr") format("truetype"), url("fonts/icomoon.woff?pombrr") format("woff"), url("fonts/icomoon.svg?pombrr#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.icon-font,
.fancybox-close:before,
.jcf-select .jcf-select-opener:before,
.main-nav .has-drop-down-a:after,
.tabs-content ul li:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
    content: "\e91d";
}

.icon-question:before {
    content: "\e900";
}

.icon-phone:before {
    content: "\e901";
}

.icon-twitter:before {
    content: "\e902";
}

.icon-linkedin:before {
    content: "\e903";
}

.icon-facebook:before {
    content: "\e904";
}

.icon-facebook-f:before {
    content: "\e904";
}

.icon-instagram:before {
    content: "\e905";
}

.icon-fax:before {
    content: "\e906";
}

.icon-map-marker:before {
    content: "\e907";
}

.icon-search:before {
    content: "\e908";
}

.icon-envelope-o:before {
     /* content: "\e909";*/
     content: "\e90b";
}

.icon-envelope:before {
  content: "\e90a";

}

.icon-shopping-cart:before {
    content: "\e90b";
}

.icon-cart-plus:before {
    content: "\e90c";
}

.icon-angle-down:before {
    content: "\e90d";
}

.icon-angle-up:before {
    content: "\e90e";
}

.icon-angle-right:before {
    content: "\e90f";
}

.icon-angle-left:before {
    content: "\e910";
}

.icon-fire:before {
    content: "\e911";
}

.icon-tree:before {
    content: "\e912";
}

.icon-recycle:before {
    content: "\e913";
}

.icon-laptop:before {
    content: "\e914";
}

.icon-comment:before {
    content: "\e915";
}

.icon-arrow-down:before {
    content: "\e916";
}

.icon-arrow-left:before {
    content: "\e917";
}

.icon-arrow-right:before {
    content: "\e918";
}

.icon-arrow-up:before {
    content: "\e919";
}

.icon-circle-check:before {
    content: "\e91a";
}

.icon-cow:before {
    content: "\e91b";
}

.icon-long-arrow-right:before {
    content: "\e911";
}


/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 10, 2018 */

@font-face {
    font-family: "brandon_grotesque";
    src: url("fonts/brandon_bld-webfont.eot");
    src: url("fonts/brandon_bld-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/brandon_bld-webfont.woff2") format("woff2"), url("fonts/brandon_bld-webfont.woff") format("woff"), url("fonts/brandon_bld-webfont.svg#brandon_grotesquebold") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "brandon_grotesque";
    src: url("fonts/brandon_bld_it-webfont.eot");
    src: url("fonts/brandon_bld_it-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/brandon_bld_it-webfont.woff2") format("woff2"), url("fonts/brandon_bld_it-webfont.woff") format("woff"), url("fonts/brandon_bld_it-webfont.svg#brandon_grotesquebold_italic") format("svg");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "brandon_grotesque";
    src: url("fonts/brandon_blk-webfont.eot");
    src: url("fonts/brandon_blk-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/brandon_blk-webfont.woff2") format("woff2"), url("fonts/brandon_blk-webfont.woff") format("woff"), url("fonts/brandon_blk-webfont.svg#brandon_grotesqueblack") format("svg");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "brandon_grotesque";
    src: url("fonts/brandon_blk_it-webfont.eot");
    src: url("fonts/brandon_blk_it-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/brandon_blk_it-webfont.woff2") format("woff2"), url("fonts/brandon_blk_it-webfont.woff") format("woff"), url("fonts/brandon_blk_it-webfont.svg#brandon_grotesqueblack_italic") format("svg");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: "brandon_grotesque";
    src: url("fonts/brandon_light-webfont.eot");
    src: url("fonts/brandon_light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/brandon_light-webfont.woff2") format("woff2"), url("fonts/brandon_light-webfont.woff") format("woff"), url("fonts/brandon_light-webfont.svg#brandon_grotesquelight") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "brandon_grotesque";
    src: url("fonts/brandon_light_it-webfont.eot");
    src: url("fonts/brandon_light_it-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/brandon_light_it-webfont.woff2") format("woff2"), url("fonts/brandon_light_it-webfont.woff") format("woff"), url("fonts/brandon_light_it-webfont.svg#brandon_grotesquelight_italic") format("svg");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "brandon_grotesque";
    src: url("fonts/brandon_med-webfont.eot");
    src: url("fonts/brandon_med-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/brandon_med-webfont.woff2") format("woff2"), url("fonts/brandon_med-webfont.woff") format("woff"), url("fonts/brandon_med-webfont.svg#brandon_grotesquemedium") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "brandon_grotesque";
    src: url("fonts/brandon_med_it-webfont.eot");
    src: url("fonts/brandon_med_it-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/brandon_med_it-webfont.woff2") format("woff2"), url("fonts/brandon_med_it-webfont.woff") format("woff"), url("fonts/brandon_med_it-webfont.svg#brandon_grotesqueMdIt") format("svg");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "brandon_grotesque";
    src: url("fonts/brandon_reg-webfont.eot");
    src: url("fonts/brandon_reg-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/brandon_reg-webfont.woff2") format("woff2"), url("fonts/brandon_reg-webfont.woff") format("woff"), url("fonts/brandon_reg-webfont.svg#brandon_grotesque_regularRg") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "brandon_grotesque";
    src: url("fonts/brandon_reg_it-webfont.eot");
    src: url("fonts/brandon_reg_it-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/brandon_reg_it-webfont.woff2") format("woff2"), url("fonts/brandon_reg_it-webfont.woff") format("woff"), url("fonts/brandon_reg_it-webfont.svg#brandon_grotesqueRgIt") format("svg");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "brandon_grotesque";
    src: url("fonts/brandon_thin-webfont.eot");
    src: url("fonts/brandon_thin-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/brandon_thin-webfont.woff2") format("woff2"), url("fonts/brandon_thin-webfont.woff") format("woff"), url("fonts/brandon_thin-webfont.svg#brandon_grotesquethin") format("svg");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "brandon_grotesque";
    src: url("fonts/brandon_thin_it-webfont.eot");
    src: url("fonts/brandon_thin_it-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/brandon_thin_it-webfont.woff2") format("woff2"), url("fonts/brandon_thin_it-webfont.woff") format("woff"), url("fonts/brandon_thin_it-webfont.svg#brandon_grotesquethin_italic") format("svg");
    font-weight: 100;
    font-style: italic;
}

.widget {
    margin-bottom: 1.65em;
}

.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 4px 0 0;
    max-width: 300px;
    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 4px 0 0;
    max-width: 300px;
    width: 100%;
}

.search-form {
    margin-bottom: 15px;
}

.search-form input {
    float: left;
    height: 2em;
}

.search-form input[type="search"] {
    margin: 0 4px 0 0;
    width: 150px;
}

.post-password-form input {
    float: left;
    height: 2em;
}

.post-password-form input[type="password"] {
    width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    background: #000;
    color: #fff;
    height: 2em;
    border: none;
    padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
    opacity: .8;
}

.commentlist {
    margin: 0 0 1.65em;
}

.commentlist .edit-link {
    margin: 0;
}

.commentlist .avatar-holder {
    float: left;
    margin: 0 1.65em 4px 0;
}

.commentlist-item .commentlist-item {
    padding: 0;
}

.comment,
.commentlist-holder {
    overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item+.commentlist-item {
    padding-top: 1.65em;
}

.widget_calendar #next {
    text-align: right;
}

.gallery-item dt {
    float: none;
    padding: 0;
}

.navigation,
.navigation-comments {
    position: relative;
    vertical-align: middle;
    margin-bottom: 1.65em;
}

.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: #000;
    color: #fff;
    padding: .4em;
    text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
    opacity: .8;
}

.navigation-single {
    margin-bottom: 1.65em;
}

.navigation-single .next,
.navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #000;
    color: #fff;
    text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
    opacity: .8;
}

.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 #8e8e8e;
    padding: .4em;
    margin-bottom: 1.65em;
}

.wp-caption img {
    margin: 0;
    vertical-align: top;
}

.wp-caption p {
    margin: .4em 0 0;
}

div.aligncenter {
    margin: 0 auto 1.65em;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
    margin: 0 1.65em 4px 0;
}

.alignright {
    float: right;
    margin: 0 0 4px 1.65em;
}

.mejs-container {
    margin-bottom: 1.65em;
}

.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 #8e8e8e;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
    margin: 0 0 1.65em;
}

blockquote {
    position: relative;
    z-index: 1;
    margin-left: 0;
    margin-bottom: 1.1em;
    padding: .6em 0;
    quotes: none;
    font: italic 300 16.78322px "brandon_grotesque", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

blockquote:before {
    width: 6.8em;
    height: 5.8em;
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;
    z-index: -1;
    background-color: rgba(190, 190, 190, .15);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

th,
td {
    border: 1px solid #8e8e8e;
    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 {
    margin: 0;
    padding-left: 3em;
}

ul {
    list-style-type: disc;
}

dl dt {
    padding-right: .3em;
    float: left;
    clear: left;
    font-weight: bold;
}

dl dd {
    overflow: hidden;
}

pre {
    max-width: 100%;
}

figure {
    margin: 0;
}

figure img {
    margin-bottom: 18px;
}

figure figcaption {
    font-style: italic;
}

.social-networks {
    display: flex;
    margin: 0 -15px;
    font-size: 25px;
    line-height: 1.65;
}

.social-networks.centered-icons {
    justify-content: center;
}

.social-networks li {
    margin: 0 15px;
}

.social-networks a:hover {
    color: #457125;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    color: inherit;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: visible !important;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    margin: 0;
    padding: 15px;
    white-space: nowrap;
    color: inherit;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 8040;
    cursor: pointer;
    font-size: 35px;
    line-height: 1;
    color: #c3c3c3;
}

.fancybox-close:before {
    content: "\e91d";
}

.video-holder .fancybox-close {
    top: -20px;
    right: -20px;
    color: #fff;
}

.gallery-holder .fancybox-close {
    display: none;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../images/fancybox/blank.gif");
    /* helps IE */
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, .8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

.popup-content {
    position: relative;
    padding: 50px 15px 20px;
    background-color: #fff;
}

.popup-content.login-popup {
    margin-top: 50px;
}

.popup-content.login-popup h2 {
    margin: 0 0 .1em;
}

.popup-content.login-popup .col:last-child {
    margin-bottom: 0;
}

.popup-content.login-popup .link-box {
    padding: 10px 0;
    font-style: italic;
}

.popup-content.login-popup .link-box a {
    color: #837569;
}

.popup-content.login-popup .link-box a:hover {
    color: #00a8cb;
}

.popup-content.login-popup .registration-tab h2.h1 {
    margin: 0 0 .5em;
}

.popup-content.login-popup .registration-tab h2 {
    margin: 0 0 1em;
}

.popup-content.login-popup .registration-tab .form-row {
    margin: 0 0 20px;
}


.popup-content .icon-box {
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -85px auto 25px;
    background-color: #00a8cb;
    border-radius: 50%;
    border: 6px solid #fff;
    font-size: 40px;
    color: #fff;
}

.popup-content .btn-group {
    padding: 15px 0 0;
}

.popup-content .h1 {
    color: #00a8cb;
}

.popup-content .text-primary {
    color: #00a8cb;
}

.popup-content h2 {
    margin: 0 0 .5em;
}

.popup-content h3 {
    margin: 0 0 1em;
    font-size: 19px;
    color: #00a8cb;
}

.popup-content .btn {
    margin: 0 25px 20px;
}

.popup-content .text {
    margin: 0;
    color: #8e8e8e;
}

.page-switcher {
    margin-top: -115px;
    text-align: center;
}

.page-switcher .title {
    display: block;
    margin: 0 0 10px;
    font-size: 25px;
    font-weight: 400;
    font-style: italic;
    color: #fff;
}

.page-tabs {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 0 35px;
}

.popup-content .page-tabs {
    margin: -105px -5px 45px;
}

.page-tabs li {
    margin: 0 5px;
}

.page-tabs .active a,
.page-tabs a.active {
    background-color: #00a8cb;
    color: #fff;
}

.page-tabs .active a:before,
.page-tabs a.active:before {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border-style: solid;
    border-width: 14px 14px 0 14px;
    border-color: #00a8cb transparent transparent transparent;
    -webkit-transform: translateX(-59%);
    transform: translateX(-59%);
}

.page-tabs a {
    position: relative;
    display: block;
    padding: 20px;
    background-color: #e9e9e9;
    font-size: 19px;
    font-weight: 700;
    color: #8e8e8e;
}

.page-tabs a:hover {
    background-color: #00a8cb;
    color: #fff;
}

.custom-form {
    position: relative;
    z-index: 1;
    line-height: 1.65;
}

.custom-form.flex-form {
    padding: 40px 0;
}

.custom-form .link {
    position: absolute;
    top: 75px;
    left: -10px;
    text-transform: uppercase;
    font-weight: 500;
    color: #877c6c;
}

.custom-form .image-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 35px;
    padding: 20px;
    height: 300px;
    background-color: #f6f6f6;
}

.custom-form .image-wrap img {
    max-height: 100%;
}

.custom-form .description {
    margin: 0 0 35px;
    flex: 1;
}

.custom-form h2 {
    margin: 0 0 .7em;
}

.custom-form h3 {
    margin: 0 0 1.1em;
}

.custom-form p {
    margin: 0 0 1.4em;
}

.custom-form .col {
    margin: 0 0 34px;
}

.custom-form .jcf-number {
    display: block;
    width: 70px;
    height: 30px;
}

.custom-form .jcf-number input {
    width: 70px;
    border-radius: 0;
    border: 1px solid #8e8e8e;
    border-width: 0 0 1px;
}

.custom-form .jcf-number .jcf-btn-inc {
    right: 0;
}

.custom-form .jcf-number .jcf-btn-dec {
    left: 0;
}

.custom-form .form-row {
    margin: 0 0 35px;
    width: 100%;
}

.custom-form .label-text {
    display: inline-block;
    margin: 0 0 8px;
    font-weight: 500;
    color: #6d6d6d;
}

/* custom select styles */

.jcf-select {
    width: 100%;
    height: 34px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #cecece;
    border-radius: 20px;
    background: #fff;
    min-width: 150px;
}

.jcf-select.jcf-drop-active {
    border-radius: 20px 20px 0 0;
    border-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.jcf-select.jcf-drop-active .jcf-select-drop {
    box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    display: block;
    margin: 0 40px 0 15px;
    cursor: default;
    font-size: 17px;
    line-height: 32px;
    font-style: italic;
}

.jcf-select .jcf-select-opener {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    font-size: 20px;
    color: #00a8cb;
}

.jcf-select .jcf-select-opener:before {
    content: "\e90d";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.jcf-select .jcf-select-drop {
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    z-index: 9999;
    margin-top: 0;
    overflow: hidden;
    border-top: none;
    border-radius: 0 0 20px 20px;
}

.jcf-select-default-select.jcf-select {
    height: 33px;
    border-color: #8e8e8e;
    border-width: 0 0 1px;
    border-radius: 0;
}

.jcf-select-default-select.jcf-select .jcf-select-text {
    margin: 0 40px 0 5px;
}

.jcf-select-default-select.jcf-select .jcf-select-drop {
    left: 0;
    right: 0;
    border-radius: 0;
}

.jcf-select-custom-drop.jcf-select {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 290px;
    height: 75px;
    background-color: #00a8cb;
    border: 0;
    border-radius: 0;
    text-align: center;
}

.jcf-select-custom-drop.jcf-select.jcf-drop-active {
    border-radius: 0;
    box-shadow: none;
}

.jcf-select-custom-drop.jcf-select.jcf-drop-active .jcf-select-drop {
    box-shadow: none;
}

.jcf-select-custom-drop.jcf-select .jcf-select-text {
    margin: 0 40px;
    width: 100%;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    font-style: normal;
    color: #fff;
}

.jcf-select-custom-drop.jcf-select .jcf-select-opener {
    color: #fff;
}

.jcf-select-custom-drop.jcf-select .jcf-select-drop {
    left: 0;
    right: 0;
    border-radius: 0;
    width: auto !important;
}

.jcf-select-custom-drop.jcf-select .jcf-list.jcf-list {
    background-color: transparent;
    line-height: 1.4;
    font-size: 19px;
    color: #00a8cb;
}

.jcf-select-custom-drop.jcf-select .jcf-list.jcf-list ul {
    margin: 0;
}

.jcf-select-custom-drop.jcf-select .jcf-list.jcf-list ul li+li .jcf-option {
    border-top: 1px solid #f1f1f1;
}

.jcf-select-custom-drop.jcf-select .jcf-list.jcf-list ul .jcf-option {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 73px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 20px;
    background-color: #e9e9e9;
}

.jcf-select-custom-drop.jcf-select .jcf-list.jcf-list ul .jcf-hover {
    margin: 0;
    background-color: #00a8cb;
}

body>.jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

body>.jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}

/* multiple select styles */

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    margin: 0 15px;
    min-width: 200px;
    border: 1px solid #ececec;
}

/* select options styles */

.jcf-list.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background-color: #fff;
    line-height: 1;
    font-size: 17px;
    width: 100%;
}

.jcf-list.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}

.jcf-list.jcf-list ul {
    margin: 0 0 5px;
    padding: 0;
    list-style: none;
}

.jcf-list.jcf-list ul li {
    padding: 0;
    overflow: hidden;
    display: block;
}

.jcf-list.jcf-list ul li:before {
    display: none;
}

.jcf-list.jcf-list .jcf-overflow {
    overflow: auto;
}

.jcf-list.jcf-list .jcf-option {
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 8px 15px;
    height: 1%;
}

.jcf-list.jcf-list .jcf-option.jcf-option-hidden {
    display: none;
}

.jcf-list.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #00a8cb;
    color: #fff;
}

.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;
}

.jcf-number {
    display: inline-block;
    position: relative;
    font-weight: 400;
    height: 34px;
}

.jcf-number input {
    -moz-appearance: textfield;
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.jcf-number input {
    width: 90px;
    height: 100%;
    margin: 0;
    min-width: 1px;
    border-radius: 50px;
    border: 1px solid #cacaca;
    text-align: center;
    background-color: transparent;
}

.jcf-number input:focus {
    outline: none;
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 10px;
    cursor: pointer;
    line-height: 0;
    color: #00a8cb;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-dec:after,
.jcf-number .jcf-btn-inc:before,
.jcf-number .jcf-btn-inc:after {
    width: 10px;
    height: 1px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #00a8cb;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.jcf-number .jcf-btn-dec:after,
.jcf-number .jcf-btn-inc:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.jcf-number .jcf-btn-dec {
    right: auto;
    left: 10px;
}

.jcf-number .jcf-btn-dec:after {
    display: none;
}

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
    opacity: .3;
}

.jcf-number.jcf-disabled input {
    background: #ddd;
}

[id="header"] {
    position: relative;
    padding: 10px 0;
    z-index: 10;
    line-height: 1.2;
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .2);
}

[id="header"] .container {
    display: flex;
    align-items: center;
}

.logo-holder {
    position: relative;
    padding: 10px 15px;
    max-width: 300px;
    transition: box-shadow 0s .4s;
}

.dod-template .logo-holder .drop-opener {
    color: #00a8cb;
}

.dod-template .logo-holder .drop-opener:hover {
    color: #007e98;
}

.logo-holder.active {
    transition: box-shadow 0s 0s;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.logo-holder>a {
    display: inline-block;
    vertical-align: middle;
}

.logo-holder .drop-opener {
    margin: 0 0 -10px 10px;
    font-size: 30px;
    color: #493b34;
}

.logo-holder .drop-opener:hover {
    color: #2b231f;
}

.logo-holder .dropdown-menu {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    z-index: 2;
    width: 100%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    background-color: #fff;
}

.logo-holder .dropdown-menu a {
    display: block;
    padding: 15px 20px 15px 12px;
}

.logo-holder .dropdown-menu a:hover {
    background-color: #fffbf7;
}

.nav-opener {
    width: 35px;
    height: 35px;
    position: relative;
    display: block;
    margin-left: auto;
}

.dod-template .nav-opener span,
.dod-template .nav-opener:before,
.dod-template .nav-opener:after {
    background-color: #00a8cb;
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
    width: 100%;
    height: 3px;
    transition: width .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: width .3s ease-in-out, transform .3s ease-in-out;
    transition: width .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    position: absolute;
    top: 15px;
    left: 0;
    background-color: #5d9732;
}

.nav-opener:before,
.nav-opener:after {
    content: "";
    top: 5px;
}

.nav-opener:after {
    top: 25px;
}

.nav-active .nav-opener span {
    width: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-active .nav-opener:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.top-bar {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    color: #fff;
}

.top-bar .l-col {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}

.top-bar .l-col a:not([href^="tel"]) {
    margin: 0 10px 0 0;
}

.top-bar .l-col a[href^="tel"] {
    color: #fff;
}

.top-bar .slogan {
    display: block;
    margin: 0 auto;
    opacity: .3;
    font-weight: normal;
}

.top-nav li {
    margin: 0 0 15px;
}

.top-nav a {
    color: #fff;
}

.top-nav a:hover {
    opacity: .9;
}

.top-nav .dropdown {
    position: relative;
    z-index: 1;
}

.top-nav .dropdown.active .drop-close {
    opacity: 1;
}

.top-nav .icon-search {
    margin-right: 6px;
    font-size: 18px;
    line-height: 1;
}

.top-nav .drop-opener {
    padding-right: 30px;
}

.top-nav .drop-opener+.icon-search {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
    pointer-events: none;
}

.top-nav .form-search input {
    border-color: #fff;
    color: #fff;
}

.top-nav .form-search input::-webkit-input-placeholder {
    color: #fff;
}

.top-nav .form-search input::-moz-placeholder {
    opacity: 1;
    color: #fff;
}

.top-nav .form-search input:-moz-placeholder {
    color: #fff;
}

.top-nav .form-search input:-ms-input-placeholder {
    color: #fff;
}

.top-nav .form-search input.placeholder {
    color: #fff;
}

.top-nav .form-search button {
    color: #fff;
}

.top-nav .form-search .icon-search {
    margin: 0;
    font-size: 25px;
}

.form-search {
    display: flex;
    margin: 0;
}

.form-search input {
    padding: .35em 0;
    background-color: transparent;
    border: 2px solid #dbdbdb;
    min-width: 1px;
    border-width: 0 0 2px;
    font-size: 18px;
    font-style: italic;
    color: #837569;
    flex: 1;
}

.form-search input::-webkit-input-placeholder {
    color: #837569;
}

.form-search input::-moz-placeholder {
    opacity: 1;
    color: #837569;
}

.form-search input:-moz-placeholder {
    color: #837569;
}

.form-search input:-ms-input-placeholder {
    color: #837569;
}

.form-search input.placeholder {
    color: #837569;
}

.form-search input:focus {
    outline: none;
    border-color: inherit;
}

.form-search button {
    flex-shrink: 0;
    margin: 0 0 0 10px;
    padding: 0;
    background-color: transparent;
    border: 0;
    font-size: 25px;
    line-height: 1;
    color: #00a8cb;
}

.form-search button:hover {
    opacity: .8;
}

.main-nav {
    font-size: 16px;
}

.main-nav>li {
    position: relative;
    margin: 0 0 15px;
}

.main-nav>li.hover .sub-nav {
    height: auto;
}

.main-nav>li>a {
    position: relative;
    display: inline-block;
    color: #fff;
}

.main-nav .has-drop-down-a:after {
    content: "\e90d";
    position: absolute;
    top: 50%;
    right: -18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-nav .add-arrow>a:hover [class*="icon-"] {
    left: 10px;
}

.main-nav .icon-long-arrow-right {
    transition: left .3s ease-in-out;
    position: relative;
    left: 0;
    font-size: 8px;
}

.sub-nav {
    height: 0;
    overflow: hidden;
}

.dod-template .sub-nav a:hover {
    background-color: #f6f6f6;
}

.sub-nav li {
    margin: 15px 0 0 20px;
}

.sub-nav a {
    color: #fff;
}

.shop-cart {
    position: relative;
    z-index: 1;
}

.shop-cart .drop-opener {
    position: relative;
    z-index: 3;
    font-size: 18px;
    line-height: 1;
    color: #fff;
}

.shop-cart .dropdown-menu {
    position: absolute;
    z-index: 2;
    width: 260px;
    top: 100%;
    right: -15px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.cart-item {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    color: #837569;
}

.cart-item:hover {
    background-color: #f6f6f6;
}

.cart-item .item-content {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0 10px;
    font-weight: 300;
}

.cart-item .item-content img {
    margin: 0 20px 0 0;
    max-width: 55px;
    flex-shrink: 0;
}

.cart-item .count {
    text-align: center;
    font-weight: 500;
    flex-shrink: 0;
}

.cart-item .jcf-number {
    display: block;
}

.cart-item .jcf-number input {
    width: 55px;
    border: 0;
}

.cart-item .jcf-number .jcf-btn-inc {
    right: 2px;
}

.cart-item .jcf-number .jcf-btn-dec {
    right: auto;
    left: 2px;
}

.cart-item .remove-btn {
    color: #837569;
}

.cart-item .remove-btn:hover {
    color: #00a8cb;
}

.anchor-nav {
    position: relative;
    z-index: 5;
    padding: 5px 0;
}

.anchor-nav:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
    width: 9999px;
    background-color: #f3f2f1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.anchor-nav .opener {
    font-weight: 700;
}

.anchor-nav ul {
    font-weight: 700;
    text-align: center;
}

.anchor-nav ul li {
    margin: 0 15px;
}

.anchor-nav a {
    color: #493b34;
}

.anchor-nav a:hover {
    color: #bcb2aa;
}

body {
    font-weight: 300;
}

[id="wrapper"] {
    position: relative;
    overflow: hidden;
}

.container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1230px;
}

.popup-holder {
    position: relative;
    overflow: hidden;
    height: 0;
}

.js-tab-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
}

.add-bg-color {
    background-color: #493b34;
    color: #fff;
}

.add-bg-color h1,
.add-bg-color .h1,
.add-bg-color h2,
.add-bg-color .h2,
.add-bg-color h3,
.add-bg-color .h3,
.add-bg-color h4,
.add-bg-color .h4,
.add-bg-color h5,
.add-bg-color .h5,
.add-bg-color h6,
.add-bg-color .h6,
.add-bg-color .h {
    color: inherit;
}

.help-info {
    position: fixed;
    top: 48vh;
    right: 0;
    z-index: 15;
}

.btn-help {
    display: inline-block;
    height: 22px;
    vertical-align: top;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
}

.btn-help:hover .btn-text {
    background: #457125;
}

.dod-template .btn-help:hover .btn-text {
    background: #007e98;
}

.dod-template .btn-help .icon-comment {
    color: #a4e0ea;
}

.dod-template .btn-help .btn-text {
    background-color: #00a8cb;
}

.btn-help .icon-comment {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    color: #493b34;
}

.btn-help .icon-question {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    font-size: 16px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn-help .btn-text {
    transition: background-color .3s ease-in-out;
    display: inline-block;
    padding: 2px 14px 2px 18px;
    background-color: #5d9732;
    vertical-align: middle;
    line-height: 24px;
    color: #fff;
}

.promo {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: cover;
    background-position: 50% 50%;
    background-color: rgba(73, 59, 52, .5);
    background-blend-mode: multiply;
    height: 304px;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.promo h1 {
    margin-bottom: 0;
    color: inherit;
}

.info-block {
    position: relative;
    z-index: 1;
    padding: 50px 0;
}

.info-block .set-images {
    position: relative;
    z-index: 1;
    margin: 0 0 30px;
}

.info-block .img-box {
    position: absolute;
}

.info-block .img-box.with-border {
    border: 20px solid #fff;
}

.info-block .img-box.box1 {
    top: 24%;
    right: 5px;
}

.info-block .img-box.box2 {
    right: 200px;
    bottom: 0;
}

.info-block .img-box.box3 {
    top: 5px;
    right: 20px;
}

.info-block .img-box img {
    max-width: none;
}

.info-block .text-content {
    margin: 0 0 30px;
}

.info-block .decor-box {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: -1;
}

.items {
    position: relative;
    z-index: 2;
    padding: 40px 0;
}

.items h2 {
    width: 100%;
}

.items .link-box {
    padding: 0 20px;
    width: 100%;
    text-align: right;
}

.items .item {
    width: 100%;
}

.item {
    position: relative;
    z-index: 1;
    margin: 0 0 30px;
    padding: 10px;
    text-align: center;
}

.item:before {
    content: "";
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(131, 117, 105, .12);
}

.item img {
    margin: 0 0 15px;
}

.item h3 {
    margin: 0;
}

.facts .text-content {
    padding: 20px;
    margin: 0 0 30px;
    flex: 1;
}

.facts .text-content p:last-of-type {
    margin: 0;
}

.facts h3 {
    margin: 0 0 .5em;
    font-size: 19px;
}

.facts .vertical-gallery {
    margin: 0 0 30px;
}

.vertical-gallery {
    position: relative;
}

.vertical-gallery.hide-prev-arrow .btn-prev {
    display: none;
}

.vertical-gallery.hide-next-arrow .btn-next {
    display: none;
}

.vertical-gallery .mask {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.vertical-gallery .slide {
    display: flex;
    overflow: hidden;
    align-items: center;
    padding: 20px 10px 50px;
    background-color: #f3f2f1;
    color: #837569;
}

.vertical-gallery .slide:first-child .year-box:before {
    display: none;
}

.vertical-gallery .slide:last-child .year-box:after {
    display: none;
}

.vertical-gallery .year-box {
    position: relative;
    display: inline-block;
    margin: 0 10px 30px 0;
    padding: 2px 10px;
    background-color: #493b34;
    text-align: center;
    font-size: 21px;
    color: #fff;
}

.vertical-gallery .year-box:before,
.vertical-gallery .year-box:after {
    width: 2px;
    height: 1000px;
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    background-color: #c8c2be;
}

.vertical-gallery .year-box:after {
    top: auto;
    top: 100%;
}

.vertical-gallery .btn-prev,
.vertical-gallery .btn-next {
    position: absolute;
    top: 5px;
    left: 70px;
    font-size: 45px;
}

.vertical-gallery .btn-next {
    top: auto;
    bottom: 5px;
}

.vertical-gallery img {
    margin: 0 0 17px 35px;
}

.map-block {
    padding: 50px 0;
}

.map-block .map-holder {
    margin: 0 0 0 -15px;
}

.map-block img {
    width: 100%;
}

.info-box {
    position: relative;
    padding: 40px 0 70px;
    z-index: 1;
}

.info-box .flex-container {
    align-items: center;
    margin: 0 0 40px;
}

.info-box .img-box {
    display: none;
}

.info-box .img-box img {
    width: 100%;
}

.info-box .h1 {
    margin: 0 0 .4em;
}

.info-box ul {
    text-align: center;
}

.info-box ul li {
    margin: 0 0 30px;
    width: 100%;
}

.info-box ul [class*="icon-"] {
    display: block;
    margin: 0 auto 28px;
    font-size: 45px;
    color: #5d9732;
}

.gray-area {
    position: relative;
    z-index: 1;
    padding: 50px 0;
}

.gray-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: -1;
    width: 9999px;
    background: linear-gradient(to bottom, #f6f6f6, #fff);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.about .header-logo {
    position: relative;
    z-index: 1;
    margin: 0 0 45px;
    width: 100%;
    text-align: center;
}

.about .logo-box {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 25px;
    height: 125px;
    text-align: center;
}

.about .decor-img {
    position: absolute;
}

.about .decor-img.pos1 {
    top: -65px;
    left: -55px;
    max-width: 40%;
}

.about .decor-img.pos2 {
    top: -20px;
    left: calc(100%);
    max-width: 60%;
}

.tabs {
    display: flex;
    justify-content: center;
    margin: 0 0 -35px;
}

.tabs li {
    margin: 0 5px;
}

.tabs .active.mts-tab,
.tabs .active.dod-tab {
    background-color: #5d9732;
}

.tabs .active.mts-tab:before,
.tabs .active.dod-tab:before {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border-style: solid;
    border-width: 14px 14px 0 14px;
    border-color: transparent;
    border-top-color: #5d9732;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tabs .active.dod-tab {
    background-color: #00a8cb;
}

.tabs .active.dod-tab:before {
    border-top-color: #00a8cb;
}

.tabs .active img.active-logo {
    display: block;
}

.tabs .active img:not([class]) {
    display: none;
}

.tabs .active:before {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border-style: solid;
    border-width: 14px 14px 0 14px;
    border-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tabs img {
    max-height: 100%;
}

.tabs img.active-logo {
    display: none;
}

.tabs a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    height: 75px;
    width: 125px;
    background-color: #e9e9e9;
}

.tabs-content {
    padding: 70px 15px;
    background-color: #493b34;
    color: #fff;
}

.tabs-content .h1 {
    margin: 0 0 .3em;
    color: inherit;
}

.tabs-content .heading {
    margin: 0 auto 60px;
    max-width: 650px;
    text-align: center;
}

.tabs-content [id="tab2-0"] ul li:before {
    color: #00a8cb;
}

.tabs-content ul {
    line-height: 1.3;
}

.tabs-content ul li {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 25px;
}

.tabs-content ul li:before {
    content: "\e91a";
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 14px;
    color: #5d9732;
}

.partners-logos {
    padding: 40px 0;
}

.partners-logos .h1 {
    color: #6d6d6d;
}

.carousel {
    position: relative;
    margin: 20px 0 0;
    padding: 0 30px;
}

.carousel .mask-box {
    max-width: 950px;
    margin: 0 auto;
}

.carousel .mask {
    position: relative;
    overflow: hidden;
    width: 100% !important;
}

.carousel .slideset {
    width: 100% !important;
    white-space: nowrap;
}

.carousel .slide {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 0;
    line-height: 0;
    padding: 0 15px;
    width: 100%;
}

.carousel .btn-prev,
.carousel .btn-next {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carousel .btn-next {
    left: auto;
    right: 0;
}

.btn.btn {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
    min-width: 130px;
    background-color: #00a8cb;
    border-radius: 20px;
    border: 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.btn.btn:hover {
    background-color: #007e98;
    color: #fff;
}

.header {
    padding: 10px 0;
}

.header .container {
    display: flex;
    align-items: center;
}

.header ul {
    line-height: 1.6;
}

.header ul a[href^="tel"] {
    color: inherit;
}

.header .header-logo {
    margin: 0 auto;
}

.header .btn-help {
    height: auto;
}

.header .btn-help .icon-comment {
    margin: -30px -25px 0 0;
}

.hero-section .slide {
    transition: flex .5s ease-in-out, z-index .5s ease-in-out;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 1;
    height: 400px;
    background-size: cover;
    background-position: 100% 50%;
    background-color: #6d6d6d;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    color: #fff;
}

.hero-section .slide:before {
    transition: opacity .5s ease-in-out;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    background-color: rgba(93, 151, 50, .5);
}

.hero-section .slide.last-slide:before {
    background-color: rgba(0, 168, 203, .5);
}

.hero-section .slide.last-slide:after {
    left: auto;
    right: calc(100% - 21px);
}

.hero-section .slide:hover,
.hero-section .slide.active-slide {
    flex: 2.8;
    z-index: 2;
}

.hero-section .slide:hover:before,
.hero-section .slide.active-slide:before {
    opacity: 1;
}

.hero-section .slide:hover .description,
.hero-section .slide:hover .img-box,
.hero-section .slide.active-slide .description,
.hero-section .slide.active-slide .img-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.hero-section .slide.slide-hover .logo-box img {
    max-width: 165px;
}

.hero-section .slide.slide-hover.last-slide .logo-box img {
    max-width: 165px;
}

.hero-section .slide-content {
    padding: 50px 20px 20px;
    max-width: 380px;
    text-align: center;
}

.hero-section .description {
    display: block;
    padding: 25px 0 0;
    border-top: 1px solid #fff;
    font-weight: 700;
}

.hero-section .logo-box {
    margin: 0 0 30px;
}

.hero-section .logo-box img {
    transition: max-width .5s ease-in-out;
}

.hero-section .img-box {
    transition: opacity .5s ease-in-out, visibility .5s ease-in-out, -webkit-transform .5s ease-in-out;
    transition: opacity .5s ease-in-out, visibility .5s ease-in-out, transform .5s ease-in-out;
    transition: opacity .5s ease-in-out, visibility .5s ease-in-out, transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    position: absolute;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.hero-section .img-box.box1 {
    top: -5px;
    left: 55px;
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
}

.hero-section .img-box.box2 {
    right: -20px;
    bottom: 35px;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
}

.hero-section .img-box.box3 {
    top: 70px;
    left: -20px;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

.hero-section .img-box.box4 {
    right: 0;
    bottom: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
}

.hero-section .img-box img {
    max-width: 75%;
}

.footer {
    padding: 8px 0;
    text-align: center;
}

.footer p {
    margin: 0;
}

[id="footer"] {
    padding: 30px 0;
    background-color: #fffbf7;
    text-align: center;
    font-weight: 400;
}

.dod-template [id="footer"] {
    background-color: #fafafa;
    color: #5d9732;
}

.footer-col {
    line-height: 1.4;
    color: #bebebe;
    width: 100%;
}

.dod-template .footer-col.wide-col {
    color: #8e8e8e;
}

.dod-template .footer-col .social-networks a {
    color: #00a8cb;
}

.dod-template .footer-col .social-networks a:hover {
    color: #a4e0ea;
}

.footer-col p a {
    color: inherit;
}

.footer-col .logo {
    margin: 0 0 30px;
}

.footer-col .social-networks a {
    color: #493b34;
}

.footer-col .social-networks a:hover {
    color: #5d9732;
}

.footer-row:not(:last-child) {
    margin: 0 0 35px;
    padding: 0 0 30px;
    border-bottom: 1px solid #f4f4f4;
}

.dod-template .footer-row .link-list a {
    color: #00a8cb;
}

.dod-template .footer-row .link-list a:hover {
    color: #007e98;
}

.footer-row .link-list {
    line-height: 1;
}

.footer-row .link-list li {
    margin: 0 0 5px;
}

.footer-row .link-list [class*="icon"] {
    margin: 0 5px 0 0;
}

.footer-row .link-list a:hover .icon-long-arrow-right {
    left: 10px;
}

.footer-row .link-list .icon-long-arrow-right {
    transition: left .3s ease-in-out;
    position: relative;
    left: 0;
    margin: 0 0 0 7px;
    font-size: 14px;
}

.footer-row .contact-box {
    margin: 0 0 15px;
}

.footer-row .contact-box ul li {
    display: flex;
    margin: 0 0 10px;
}

.footer-row .contact-box address {
    display: flex;
    margin: 10px 0 0;
    line-height: 1.4;
    font-style: normal;
}

.footer-row .contact-box a {
    color: inherit;
}

.footer-row .contact-box .title {
    display: block;
    margin: 0 0 15px;
}

.footer-row .contact-box [class*="icon"] {
    margin: 0 15px 0 0;
}

.footer-nav {
    margin: 0 0 10px;
    width: 100%;
}

.dod-template .footer-nav {
    margin: 0 0 15px;
}

.dod-template .footer-nav .active a {
    color: #00a8cb;
}

.dod-template .footer-nav a {
    color: #837569;
}

.dod-template .footer-nav a:hover {
    color: #00a8cb;
}

.footer-nav li+li {
    margin-top: 15px;
}

.footer-nav .active a {
    color: #bcb2aa;
}

.footer-nav a {
    color: #493b34;
}

.footer-nav a:hover {
    color: #bcb2aa;
}

@media (min-width: 480px) {
    .info-block .flex-container {
        display: flex;
        flex-wrap: wrap;
    }

    .items {
        margin: 0 -10px;
        justify-content: center;
    }

    .items .item {
        width: calc(50% - 20px);
    }

    .item {
        margin: 0 10px 30px;
    }

    .info-box ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -30px;
    }

    .info-box ul li {
        width: calc(50% - 60px);
        margin: 0 30px 30px;
    }

    .tabs a {
        width: 185px;
    }
}

@media (min-width: 768px) {
    .commentlist-item .commentlist-item {
        padding: 0 0 0 2em;
    }

    blockquote {
        font-size: 29px;
    }

    .popup-content {
        width: 520px;
    }

    .popup-content.login-popup {
        width: auto;
    }

    .popup-content.login-popup .col {
        margin: 0 15px 50px;
    }

    .popup-content .login-tab {
        max-width: 310px;
    }

    .popup-content .page-tabs a {
        min-width: 155px;
    }

    .custom-form.flex-form {
        display: flex;
        flex-wrap: wrap;
    }

    .custom-form .image-wrap {
        margin-top: 8px;
        height: 642px;
        width: 41.5%;
    }

    .custom-form .description {
        padding: 0 0 0 4.8%;
    }

    .custom-form .row {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .custom-form .left-gutter {
        padding-left: 18px;
    }

    .custom-form .col {
        margin: 0 15px 34px;
    }

    .custom-form .col.col-100 {
        width: calc(100% - 30px);
    }

    .custom-form .col.col-50 {
        width: calc(50% - 30px);
    }

    .custom-form .col.col-30 {
        width: calc((100%/3) - 30px);
    }

    .custom-form .col.fluid-col {
        flex: 1;
        width: auto;
    }

    .anchor-nav .opener {
        display: none;
    }

    .anchor-nav ul {
        display: flex !important;
        position: static !important;
        justify-content: space-between;
    }

    .flex-container {
        display: flex;
        flex-wrap: wrap;
    }

    .help-info {
        top: 490px;
        width: 300px;
        height: 38px;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .help-info .btn-help {
        height: 28px;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .btn-help .icon-comment {
        margin: -5px -5px 0 0;
    }

    .info-block .set-images {
        width: 55%;
        min-height: 740px;
    }

    .info-block .text-content {
        padding: 15px 0 0 35px;
        flex: 1;
    }

    .items .item {
        width: calc((100%/3) - 20px);
    }

    .facts {
        padding: 65px 0 65px 3%;
        width: 92.5%;
    }

    .facts .flex-container {
        align-items: center;
    }

    .facts .text-content {
        padding: 30px 8% 0 0;
    }

    .facts .vertical-gallery {
        margin: 0 -8% 30px 0;
        width: 53%;
    }

    .vertical-gallery .year-box {
        margin: 0 37px 30px 0;
        min-width: 94px;
    }

    .vertical-gallery .btn-prev,
    .vertical-gallery .btn-next {
        left: 36%;
    }

    .map-block .flex-container {
        flex-wrap: nowrap;
        flex-direction: row-reverse;
        justify-content: flex-start;
        align-items: center;
    }

    .map-block .map-holder {
        flex-shrink: 0;
        margin: 0;
        padding: 0 1.5vw 0 0;
        width: 55vw;
    }

    .map-block .text-content {
        flex-shrink: 0;
        width: 43.5%;
    }

    .info-box:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        width: 50%;
        background: linear-gradient(to bottom, #f6f6f6, #fdfdfd);
    }

    .info-box .img-box {
        flex: 1;
        display: block;
    }

    .info-box .text-content {
        padding: 0 6%;
        width: 50%;
    }

    .info-box ul li {
        width: calc((100%/3) - 60px);
    }

    .about .header-logo:before,
    .about .header-logo:after {
        width: 1px;
        height: 120px;
        content: "";
        position: absolute;
        top: 100%;
        left: 38%;
        background-color: #ebebeb;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .about .header-logo:after {
        left: 62%;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .about .flex-container {
        justify-content: space-between;
    }

    .about .col {
        padding: 45px 45px 65px;
        width: 46.5%;
    }

    .tabs a {
        min-width: 290px;
        width: auto;
    }

    .tabs-content {
        padding: 90px 115px 65px;
    }

    .tabs-content ul {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 60px;
        column-gap: 60px;
    }

    .partners-logos {
        padding: 80px 0;
    }

    .carousel .slide {
        width: 25%;
    }

    .hero-section {
        display: flex;
    }

    .hero-section .slide {
        height: calc(100vh - 137px);
    }

    .hero-section .slide:after {
        width: 0;
        height: 0;
        content: "";
        position: absolute;
        top: 0;
        left: calc(100% - 21px);
        z-index: 2;
        border-style: solid;
        border-width: 21px 21px 0 21px;
        border-color: #fff transparent transparent transparent;
    }

    .hero-section .description {
        transition: opacity .5s ease-in-out, visibility .5s ease-in-out, -webkit-transform .5s ease-in-out;
        transition: opacity .5s ease-in-out, visibility .5s ease-in-out, transform .5s ease-in-out;
        transition: opacity .5s ease-in-out, visibility .5s ease-in-out, transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
		/*
        opacity: 0;
        visibility: 0;
		*/
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    .hero-section .img-box {
        display: block;
    }

    .footer-nav {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .dod-template .footer-nav {
        display: block;
    }

    .footer-nav li+li {
        margin: 0;
    }

    .hero-section .slide-content {
        max-width: 290px;
    }
}

@media (min-width: 1024px) {

    h1,
    .h1 {
        font-size: 56px;
    }

    h2,
    .h2 {
        font-size: 35px;
    }

    blockquote {
        font-size: 34px;
    }

    blockquote:before {
        left: -70px;
    }

    .popup-content.login-popup {
        padding: 70px 50px 20px;
    }

    .popup-content.login-popup .registration-tab .col {
        margin: 0 15px 45px;
    }

    .popup-content {
        padding: 70px 70px 20px;
    }

    .popup-content .icon-box {
        margin: -108px auto 33px;
    }

    .popup-content .registration-tab {
        padding: 0 50px;
    }

    .page-switcher+.sticky-wrap-anchor-nav {
        margin: 48px 0 5px;
    }

    .popup-content .page-tabs {
        margin: -105px -15px 45px;
    }

    .page-tabs a {
        min-width: 290px;
    }

    .custom-form.flex-form {
        padding: 80px 0 40px;
    }

    .custom-form .link {
        left: -20px;
    }

    .custom-form h3 {
        font-size: 25px;
    }

    [id="header"] {
        padding: 0;
    }

    [id="header"] .container {
        position: relative;
    }

    .logo-holder {
        position: absolute;
        left: 10px;
        bottom: 13px;
    }

    .dod-template .logo-holder {
        bottom: 0;
    }

    .nav {
        width: 100%;
    }

    .nav-opener {
        display: none;
    }

    .dod-template .top-bar:before {
        background-color: #00a8cb;
    }

    .top-bar {
        padding: 5px 0;
        font-size: 17px;
        font-weight: 500;
    }

    .top-bar:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        bottom: 0;
        width: 9999px;
        z-index: -1;
        background-color: #493b34;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .top-bar .l-col {
        margin: 0;
    }

    .top-bar .l-col a:not([href^="tel"]) {
        margin: 0 22px 0 0;
    }

    .top-bar .l-col a[href^="tel"] {
        pointer-events: none;
    }

    .top-nav {
        display: flex;
        align-items: center;
    }

    .dod-template .top-nav {
        margin-left: auto;
    }

    .dod-template .top-nav .dropdown-menu {
        background: #00a8cb;
    }

    .top-nav li {
        margin: 0 0 0 30px;
    }

    .top-nav .dropdown.active .drop-opener+.icon-search {
        -webkit-transform: translateY(48px) scale(1.8);
        transform: translateY(48px) scale(1.8);
    }

    .top-nav .dropdown.active button {
        z-index: 11;
    }

    .top-nav .drop-close {
        display: inline-block;
        margin: 0 0 13px;
        font-size: 23px;
        line-height: 1;
    }

    .top-nav .dropdown-menu {
        position: absolute;
        top: -5px;
        right: -17px;
        z-index: 3;
        padding: 5px 20px 20px;
        background: #493b34;
        min-width: 400px;
        text-align: right;
    }

    .top-nav .form-search button {
        opacity: 0;
    }

    .top-nav .form-search button:hover {
        opacity: 0;
    }

    .top-nav .form-search .icon-search {
        font-size: 32px;
    }

    .form-search button {
        margin: 0 0 0 30px;
        font-size: 30px;
    }

    .main-nav {
        display: flex;
        justify-content: flex-end;
        padding: 36px 0;
    }

    .dod-template .main-nav>li>a {
        color: #8e8e8e;
    }

    .dod-template .main-nav>li>a:before {
        border-radius: 50%;
        background-color: rgba(0, 168, 203, .15);
    }

    .dod-template .main-nav .add-arrow>a {
        color: #00a8cb;
    }

    .dod-template .main-nav .add-arrow>a:hover {
        color: #007e98;
    }

    .main-nav>li {
        margin: 0 0 0 35px;
    }

    .main-nav>li.hover a:before {
        opacity: 1;
    }

    .main-nav>li.hover .sub-nav {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .main-nav>li>a {
        color: #493b34;
    }

    .main-nav>li>a:before {
        transition: opacity .3s ease-in-out;
        width: 32px;
        height: 32px;
        content: "";
        position: absolute;
        top: 50%;
        left: -10px;
        z-index: -1;
        display: block;
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: rgba(188, 178, 170, .15);
    }

    .main-nav>li>a:hover:before {
        opacity: 1;
    }

    .main-nav .add-arrow>a {
        color: #5d9732;
    }

    .main-nav .add-arrow>a:hover {
        color: #457125;
    }

    .main-nav .add-arrow>a:before {
        display: none;
    }

    .main-nav .active>a:before {
        opacity: 1;
    }

    .sub-nav {
        transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
        transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        position: absolute;
        top: calc(100% + 15px);
        right: -25px;
        padding: 0 0 5px;
        height: auto;
        overflow: visible;
        min-width: 165px;
        background-color: #fff;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    .sub-nav:before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        height: 15px;
    }

    .sub-nav li {
        margin: 0;
    }

    .sub-nav a {
        display: block;
        padding: 15px 25px;
        color: inherit;
    }

    .sub-nav a:hover {
        background-color: rgba(188, 178, 170, .15);
    }

    .shop-cart {
        margin: -5px -18px -5px 32px;
    }

    .shop-cart.active .drop-opener {
        background-color: #fff;
        color: #00a8cb;
    }

    .shop-cart .drop-opener {
        display: block;
        padding: 6px 18px;
    }

    .shop-cart .drop-opener:hover {
        background-color: #fff;
        color: #00a8cb;
    }

    .shop-cart .dropdown-menu {
        right: 0;
        width: 420px;
    }

    .cart-item {
        padding: 15px 15px 15px 20px;
    }

    .cart-item .item-content {
        padding: 0 10px 0 30px;
    }

    .anchor-nav {
        padding: 16px 0;
    }

    .anchor-nav ul {
        font-size: 19px;
    }

    .help-info .btn-help {
        height: 38px;
    }

    .btn-help {
        height: 38px;
    }

    .btn-help .icon-comment {
        margin: -30px -35px 0 0;
        font-size: 48px;
    }

    .btn-help .icon-question {
        font-size: 22px;
    }

    .btn-help .btn-text {
        padding: 8px 15px 6px 29px;
    }

    .info-block {
        padding: 110px 0 50px;
    }

    .info-block .text-content {
        padding: 48px 0 0 65px;
    }

    .items {
        padding: 93px 0 30px;
    }

    .items .item {
        width: calc(25% - 20px);
    }

    .facts {
        padding: 65px 0 65px 8%;
    }

    .vertical-gallery .slide {
        padding: 55px 10% 75px 13%;
    }

    .vertical-gallery .btn-prev,
    .vertical-gallery .btn-next {
        top: 30px;
    }

    .vertical-gallery .btn-next {
        top: auto;
        bottom: 30px;
    }

    .map-block {
        padding: 165px 0 105px;
    }

    .info-box .flex-container {
        margin: 0 0 110px;
    }

    .gray-area {
        padding: 110px 0;
    }

    .about .decor-img.pos1 {
        left: -65px;
        top: -85px;
        max-width: 100%;
    }

    .about .decor-img.pos2 {
        top: -120px;
        left: calc(100% - 65px);
        max-width: 100%;
    }

    .tabs-content ul {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 30px;
        column-gap: 30px;
    }

    .carousel {
        margin: 70px 0 0;
    }

    .header {
        padding: 19px 0;
    }

    .header ul a[href^="tel"] {
        pointer-events: none;
    }

    .hero-section .slide {
        height: calc(100vh - 155px);
    }

    .hero-section .description {
        padding: 25px 0 0;
        font-size: 21px;
        font-style: normal;
    }

    .hero-section .img-box.box2 {
        right: 50px;
    }

    .hero-section .img-box.box4 {
        right: 120px;
    }

    [id="footer"] {
        padding: 70px 0 30px;
        text-align: left;
    }

    [id="footer"] .flex-container {
        display: flex;
        align-items: flex-end;
        flex-wrap: nowrap;
    }

    .footer-col {
        margin: 0 0 20px;
        padding: 0 3% 0 0;
        width: 22%;
        text-align: center;
    }

    .footer-col.wide-col {
        margin: 0;
        padding: 0;
        width: 80%;
        text-align: left;
    }

    .footer-col .logo {
        margin: 0 0 60px;
    }

    .footer-row {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-row.justify {
        justify-content: space-between;
    }

    .footer-row .link-list {
        text-align: right;
    }

    .footer-row .contact-box a[href^="tel"] {
        pointer-events: none;
    }

    .dod-template .footer-nav {
        margin: 0;
        width: auto;
    }

    .dod-template .footer-nav li+li {
        margin-top: 25px;
    }

    .hero-section .slide-content {
        max-width: 380px;
    }
}

@media (min-width: 1250px) {
    blockquote:before {
        left: -100px;
    }

    .popup-content .registration-tab {
        max-width: 1100px;
    }

    .top-nav li {
        margin: 0 0 0 55px;
    }

    .top-nav .dropdown-menu {
        min-width: 450px;
    }

    .main-nav {
        font-size: 17px;
    }

    .main-nav>li {
        margin: 0 0 0 50px;
    }

    .main-nav .icon-long-arrow-right {
        margin: 0 0 0 7px;
        font-size: 14px;
    }

    .map-block .text-content {
        padding: 0 6% 0 2.5%;
    }

    .info-box ul li {
        width: calc(20% - 60px);
    }

    .about .decor-img.pos2 {
        left: calc(100% - 95px);
    }

    .hero-section .img-box img {
        max-width: 100%;
    }

    .footer-col {
        padding: 0 11% 0 0;
        width: 29.5%;
    }

    .footer-col.wide-col {
        width: 70.5%;
    }
}

@media (min-width: 1400px) {
    .logo-holder {
        left: -26px;
    }

    .logo-holder {
        padding: 10px 20px 10px 50px;
    }

    .dod-template .logo-holder {
        left: -35px;
    }

    .logo-holder .drop-opener {
        margin: 0 0 -10px 30px;
    }

    .logo-holder .dropdown-menu a {
        padding: 18px 20px 20px 42px;
    }
}

@media (min-width: 1700px) {
    .hero-section .img-box.box1 {
        top: -35px;
    }
}

@media (max-width: 1023px) {
    iframe {
        width: 100%;
    }

    .dod-template .nav {
        background-color: #00a8cb;
    }

    .nav {
        width: 270px;
        height: 100vh;
        transition: left .3s ease-in-out;
        position: absolute;
        top: 0;
        left: -270px;
        overflow-y: auto;
        padding: 30px 20px;
        background-color: #493b34;
    }

    .nav-active .nav {
        left: 0;
    }

    .top-bar .l-col {
        order: -1;
        max-width: 80%;
    }

    .top-nav {
        width: 100%;
    }

    .top-nav .dropdown-menu {
        display: block !important;
        position: static !important;
    }

    .top-nav .drop-opener+.icon-search {
        display: none;
    }

    .top-nav .drop-opener,
    .top-nav .drop-close {
        display: none;
    }

    .shop-cart {
        order: -1;
        margin-left: auto;
        max-width: 20%;
    }

    .anchor-nav {
        text-align: center;
    }

    .info-block .img-box {
        display: none;
    }

    .footer-col .badge-box {
        margin: 0 0 30px;
    }

    .footer-col .social-networks {
        justify-content: center;
        margin: 0 0 10px;
    }

    .footer-row {
        overflow: hidden;
    }

    .footer-row .contact-box ul li {
        justify-content: center;
    }

    .footer-row .contact-box address {
        justify-content: center;
    }
}

@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;
    }

    .anchor-nav ul {
        position: absolute;
        top: calc(100% - 5px);
        left: 0;
        width: 100%;
        padding: 0 0 5px;
    }

    .anchor-nav ul:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        z-index: -1;
        width: 9999px;
        background-color: #fff;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .btn-help .btn-text {
        display: none;
    }

    .info-block .set-images>img {
        width: 100%;
    }

    .about .decor-img {
        display: none;
    }

    .header .container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .header ul {
        margin: 0 0 15px;
        width: 100%;
        text-align: center;
        font-size: 15px;
    }

    .header ul .icon-long-arrow-right {
        font-size: 10px;
    }

    .header .header-logo {
        margin-bottom: 10px;
        order: -1;
        width: 100%;
        text-align: center;
    }

    .header .btn-help .btn-text {
        display: inline-block;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .footer-row .contact-box {
        float: left;
        width: 33.3%;
    }

    .dod-template .footer-nav {
        float: left;
        width: 20%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url("../images/fancybox/fancybox_sprite@2x.png");
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url("../images/fancybox/fancybox_loading@2x.gif");
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}


.cookies-box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .85);
    color: #fff;
    text-align: center;
    padding: 15px;
    line-height: 22px;
}

.cookies-box p {
    margin: 0;
}

.cookies-close {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 15px;
    height: 15px;
}

.cookies-close:after,
.cookies-close:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 2px;
}

.cookies-close:after {
    top: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cookies-close:hover {
    opacity: .8;
}

.two-cols {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
    padding-top: 20px;
}

.two-cols #content {
    width: 100%;
    padding: 0 15px;
}

.two-cols #content:only-child {
    width: 100%;
}

.two-cols #content h1 {
    margin: 0 0 20px;
}

.two-cols #sidebar {
    width: 100%;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .cookies-close {
        top: 24px;
    }
}

@media (min-width: 1024px) {
    .two-cols #content {
        width: 70%;
    }

    .two-cols #sidebar {
        width: 30%;
    }
}

@media (max-width: 1599px) {
    .hero-section .img-box.box2 {
        max-width: 300px;
    }
}

@media (max-width: 1349px) {
    .hero-section .img-box.box1 {
        max-width: 190px;
    }
}

@media (max-width: 1249px) {
    .hero-section .img-box.box2 {
        max-width: 310px;
        right: -40px;
    }
}

@media (max-width: 1023px) {
    .hero-section .img-box.box2 {
        max-width: 260px;
    }
}

@media (max-width: 1023px) {
    .hero-section .img-box.box1 {
        left: 0 !important;
    }

    .hero-section .img-box.box2 {
        right: -60px !important;
    }

    .hero-section .last-slide .img-box.box2 {
        right: -27px !important;
    }
}

.page-template-template-home .LPMslider {
    display: none !important;
}

.hero-section .btn.home-btn {
    transition:all .5s ease-in-out;
    border-radius:0;
    position: absolute;
    z-index: 5;
    left: 23%;
    transform: translateX(-23%);
    bottom: 10%;
}
.hero-section .slide-hover+.btn.home-btn {
    left:10%;
    transform: translateX(-10%);
}
.hero-section .active-slide+.btn.home-btn {
    left: 35%;
    transform: translateX(-35%);
}
.hero-section .btn.home-btn.green {
    background-color:#5d9732;
    left: 77%;
    transform: translateX(-77%);
}
.hero-section .slide-hover+.btn.home-btn.green {
    left: 89%;
    transform: translateX(-89%);
}
.hero-section .active-slide+.btn.home-btn.green {
    left: 64%;
    transform: translateX(-64%);
}

@media (max-width: 768px) {
    .hero-section .slide {
        height:440px;
    }
    .hero-section .slide-content {
        margin-bottom:40px;
    }
    .hero-section .btn.home-btn {
        left: 50%;
        transform: translateX(-50%);
        top: 47%;
        height: 40px;
    }
    .hero-section .btn.home-btn.green {
        left: 50%;
        transform: translateX(-50%);
        top: unset;
        bottom:9%;
    }
}

@media (min-width: 768px) and (min-height:800px) {
    .hero-section .btn.home-btn {
        bottom:15%;
    }
}

@media (min-width: 768px) and (min-height:930px) {
    .hero-section .btn.home-btn {
        bottom:20%;
    }
}

@media (min-width: 768px) and (min-height:1050px) {
    .hero-section .btn.home-btn {
        bottom:25%;
    }
}


.container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1230px !important;
}
