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

@font-face {
    font-family: "icomoon";
    src: url("//cdn10.bigcommerce.com/s-u7qm5slh7z/templates/__custom/Styles/font/icomoon.eot?t=1496299656&lv0jpd");
    src: url("//cdn10.bigcommerce.com/s-u7qm5slh7z/templates/__custom/Styles/font/icomoon.eot?t=1496299656&lv0jpd#iefix") format("embedded-opentype"), url("//cdn10.bigcommerce.com/s-u7qm5slh7z/templates/__custom/Styles/font/icomoon.ttf?t=1496299656&lv0jpd") format("truetype"), url("//cdn10.bigcommerce.com/s-u7qm5slh7z/templates/__custom/Styles/font/icomoon.woff?t=1496299656&lv0jpd") format("woff"), url("//cdn10.bigcommerce.com/s-u7qm5slh7z/templates/__custom/Styles/font/icomoon.svg?t=1496299656&lv0jpd#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

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

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

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

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

.icon-decor-right:before {
    content: "\e90b";
}

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

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

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

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

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

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

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

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

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

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

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

main ul,
.social-networks,
.buttons,
.sub-nav,
.labels,
.Breadcrumb ul,
#nav ul,
.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
.container:after,
.about-article:after,
.two-columns:after,
.form-columns:after,
.custom-radio:after {
    content: "";
    display: block;
    clear: both;
}

.visual-section.in-viewport h1,
.visual-section.in-viewport h2,
.visual-section.in-viewport .logo-holder,
.visual-section.in-viewport .content-wrap,
.visual-section.in-viewport .button-holder {
    -webkit-animation: fade-in-top 1s cubic-bezier(0, 0, .2, .2);
    animation: fade-in-top 1s cubic-bezier(0, 0, .2, .2);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
}

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

html {
    box-sizing: border-box;
}

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

* {
    max-height: 1000000px;
}

body {
    color: #000;
    background: #fbf8eb;
    font: 300 12px/1.42 "proxima-nova", "Arial", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: "Abel", "Arial", "Helvetica", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 .5em;
    color: #000;
    padding: 0;
    text-transform: uppercase;
}

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

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

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

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

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

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

p {
    margin: 0 0 1em;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
    transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #9e8550;
}

blockquote {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
    font: 29px/29px "bickham-script-pro-3", "Arial", "Helvetica", sans-serif;
}

blockquote cite {
    display: block;
    font-size: 19px;
    font-style: normal;
    color: #9e8550;
}

q:before,
q:after {
    content: "";
    quotes: none;
}

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #9e8550;
    background: #fbf8eb;
    padding: .4em .7em;
    font-size: 12px;
    line-height: 16px;
    padding: 10px;
}

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

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #4d4d4d;
    font-weight: 300;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #4d4d4d;
    font-weight: 300;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #4d4d4d;
    font-weight: 300;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #4d4d4d;
    font-weight: 300;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
    color: #4d4d4d;
    font-weight: 300;
}

select {
    -webkit-border-radius: 0;
    color: #4d4d4d;
    font-size: 12px;
    line-height: 18px;
}

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

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

#wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
}

.container {
    max-width: 1216px;
    padding: 0 24px;
    margin: 0 auto;
}

main {
    padding: 14px 0 0;
}

main ul {
    margin-bottom: 1em;
}

main ul li {
    position: relative;
    padding-left: 8px;
}

main ul li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 50%;
    background: #000;
    width: 3px;
    height: 3px;
}

main ul.unstyled li {
    padding-left: 0;
}

main ul.unstyled li:before {
    display: none;
}

.text-right {
    text-align: right;
}

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

.lowercase {
    text-transform: lowercase;
}

.btn, .sf-menu li a {
    display: inline-block;
    vertical-align: top;
    border: 2px solid #9e8550;
    padding: 4px 13px;
    height: auto;
    width: auto;
    margin: 0 10px 15px;
    background: transparent;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    color: #9e8550;
    letter-spacing: 1px;
    outline: none;
    min-width: 112px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    -webkit-transition: opacity .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
    transition: opacity .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
}

.btn:hover {
    background: #000;
}

.btn:before,
.btn:after,
.sf-menu li a:before,
.sf-menu li a:after {
    content: "\e90a";
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font: 400 14px/1 "icomoon";
    color: #9e8550;
    -webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
    transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
}

.btn:after, .sf-menu li a:after {
    content: "\e90b";
    right: auto;
    left: 100%;
}

.btn.btn-white, .sf-menu li a {
    border-color: #fbf8eb;
    color: #fbf8eb;
}

.btn.btn-white:hover, .sf-menu li a:hover {
    background: #9e8550;
}

.btn.btn-white:before,
.btn.btn-white:after,
.sf-menu li a:before,
.sf-menu li a:after {
    color: #fbf8eb;
}

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

.btn.btn-black:hover {
    background: #9e8550;
}

.btn.btn-black:before,
.btn.btn-black:after {
    color: #000;
}

.btn.btn-alt, .btn.alt {
    margin: 0;
    background: #9e8550;
    color: #fbf8eb;
    border-style: none;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 13px;
}

.btn.btn-alt:hover, .btn.alt:hover {
    background: #000;
    border-style: none;
    color: #fbf8eb;
}

.btn.btn-alt:before,
.btn.btn-alt:after {
    display: none;
    margin: 0;
}

.btn.btn-alt.btn-red {
    background: #d92c2c;
}

.btn.btn-alt.btn-red:hover {
    background: #000;
}

.btn.disabled {
    opacity: .3;
    pointer-events: none;
}

.social-networks {
    text-align: center;
    font-size: 13px;
    line-height: 1;
    padding-bottom: 6px;
}

.social-networks li {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px 8px;
}

main .social-networks li:before {
    display: none;
}

.social-networks a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 50%;
    position: relative;
    width: 25px;
    height: 25px;
}

.social-networks a:before,
.social-networks a:after {
    content: "\e90a";
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font: 400 10px/1 "icomoon" !important;
    -webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
    transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
}

.social-networks a:after {
    content: "\e90b";
    right: auto;
    left: 100%;
}

.social-networks a:hover {
    border-color: rgba(0, 0, 0, .5);
    color: rgba(0, 0, 0, .5);
}

.social-networks a i {
    display: inline-block;
    vertical-align: top;
}

.visual-section {
    position: relative;
    text-align: center;
    color: #fbf8eb;
    font-weight: 400;
}

.visual-section.map-section .visual-wrap:before {
    display: none;
}

.visual-section.map-section .content-holder,
.visual-section.grayscale-section .content-holder {
    padding-top: 0;
}

.visual-section.grayscale-section.min-height .visual-wrap {
    min-height: 150px;
}

.visual-section.grayscale-section.min-height .container {
    height: 150px;
}

.visual-section.grayscale-section .visual-wrap:before {
    background: rgba(58, 52, 27, .4);
}

.visual-section.empty-section .visual-wrap {
    min-height: 62px;
}

.visual-section .visual-wrap {
    position: relative;
    min-height: 270px;
}

.visual-section .visual-wrap:before {
    content: "";
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.visual-section .img-stretch img {
    max-width: none;
    display: block;
}

.visual-section .container {
    padding: 25px 24px;
    position: relative;
    z-index: 3;
    height: 270px;
    display: table;
    width: 100%;
}

.visual-section .content-holder {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-top: 14px;
}

.visual-section.viewport-section h1,
.visual-section.viewport-section h2,
.visual-section.viewport-section .content-wrap,
.visual-section.viewport-section .button-holder,
.visual-section.viewport-section .logo-holder {
    opacity: 0;
}

.visual-section.in-viewport h1,
.visual-section.in-viewport h2,
.visual-section.in-viewport .logo-holder {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.visual-section.in-viewport .content-wrap {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.visual-section.in-viewport .button-holder {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.visual-section h1,
.visual-section h2 {
    color: #fbf8eb;
    margin: 0 0 7px;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 1px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
}

.visual-section h2 {
    font-size: 20px;
    line-height: 20px;
}

.visual-section p {
    margin-bottom: 21px;
}

.visual-section .content-wrap {
    max-width: 590px;
    margin: 0 auto;
}

.visual-section .content-wrap.wide-content {
    max-width: 900px;
}

.visual-section .btn, .sf-menu li a {
    margin: 0 16px 16px;
    width: auto;
}

.visual-section .btn:hover, .sf-menu li a:hover {
    color: #fbf8eb;
}

.visual-section .btn.active, .sf-menu li.active a {
    background: #9e8550;
}

.visual-section .logo-holder {
    max-width: 60px;
    margin: 0 auto 10px;
}

.visual-section .logo-holder a:hover {
    opacity: .8;
}

.visual-section .logo-holder img {
    vertical-align: top;
}

.visual-section a {
    color: #fbf8eb;
}

.visual-section a:hover {
    color: #9e8550;
}

.visual-section .more {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: 700;
}

ul.smooth-hover,
ul.simple-hover {
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
    margin: 0;
}

ul.smooth-hover li,
ul.simple-hover li {
    border: 10px solid #eee;
    float: left;
    margin: 0 20px 0 0;
    position: relative;
    min-height: 200px;
    min-width: 200px;
}

ul.smooth-hover span.grayscale-fix,
ul.simple-hover span.grayscale-fix {
    display: inline-block;
    vertical-align: top;
}

ul.smooth-hover img,
ul.simple-hover img {
    display: block;
    height: auto;
}

/* simple hover styles */

ul.simple-hover a:hover img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: none;
    -webkit-filter: none;
}

ul.simple-hover a:hover .grayscale-fix img.grayscale {
    visibility: visible !important;
    position: relative;
}

.buttons {
    margin: 0 -15px;
}

.buttons li {
    display: inline-block;
    vertical-align: top;
}

.choose-form .jcf-select {
    max-width: 270px;
}

.buttons .choose-form .jcf-select {
    min-width: 226px;
    max-width: 226px;
    margin: 0 22px 20px;
}

.note-bar {
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 24px;
    z-index: 4;
    color: #000;
    text-transform: uppercase;
    font: 14px/20px "Abel", "Arial", "Helvetica", sans-serif;
}

.note-bar:before,
.note-bar:after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    background: #8cac9d;
    -webkit-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    transform: skewX(-35deg);
    width: 40px;
    height: 50%;
    z-index: -1;
}

.note-bar:after {
    left: auto;
    right: 15px;
    -webkit-transform: skewX(35deg);
    -ms-transform: skewX(35deg);
    transform: skewX(35deg);
}

.note-bar .holder {
    background: #8cac9d;
    padding: 5px 10px 3px;
    position: relative;
}

.note-bar .holder:before,
.note-bar .holder:after {
    content: "";
    position: absolute;
    left: -9px;
    top: 0;
    background: #8cac9d;
    -webkit-transform: skewX(35deg);
    -ms-transform: skewX(35deg);
    transform: skewX(35deg);
    width: 40px;
    height: 50%;
    z-index: -1;
}

.note-bar .holder:after {
    left: auto;
    right: -9px;
    -webkit-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    transform: skewX(-35deg);
}

.note-bar .content-row {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.note-bar.cart-info {
    bottom: -24px;
}

.note-bar.cart-info .content-row {
    text-overflow: initial;
    white-space: normal;
    overflow: visible;
}

.note-bar.form-bar .drop {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #8cac9d;
    visibility: hidden;
    opacity: 0;
    padding: 14px 24px 30px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.form-active .note-bar.form-bar .drop {
    height: auto;
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.note-bar .text {
    display: block;
}

.note-bar .count-num {
    color: #000;
    font-size: 12px;
    line-height: 14px;
}

.note-bar .count-num:hover {
    color: #000;
    text-decoration: none;
}

.note-bar .continue {
    font-size: 20px;
    line-height: 18px;
    font-family: "bickham-script-pro-3", "Arial", "Helvetica", sans-serif;
    text-transform: none;
    letter-spacing: 2px;
    margin: 0 8px;
    display: inline-block;
    vertical-align: baseline;
}

.note-bar .continue:hover {
    color: #000;
}

.form-opener,
.sub-nav-opener {
    display: block;
    text-transform: uppercase;
    font: 12px/16px "Abel", "Arial", "Helvetica", sans-serif;
    letter-spacing: 1px;
    position: relative;
    text-align: left;
    padding: 10px 50px 10px 24px;
}

.visual-section .form-opener,
.visual-section
  .sub-nav-opener {
    color: #000;
}

.form-opener:hover,
.sub-nav-opener:hover {
    color: #000;
}

.visual-section .form-opener:hover,
.visual-section
    .sub-nav-opener:hover {
    color: #000;
}

.sub-nav-opener {
    color: #fff;
    background: #9e8550;
    font: 700 11px/16px "proxima-nova", "Arial", "Helvetica", sans-serif;
    letter-spacing: normal;
}

.visual-section .sub-nav-opener {
    color: #fff;
}

.sub-nav-opener:hover {
    color: #fff;
}

.visual-section .sub-nav-opener:hover {
    color: #fff;
}

.sub-nav-holder {
    position: relative;
    z-index: 99;
}

.sub-nav-holder .drop {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #9e8550;
    visibility: hidden;
    opacity: 0;
    padding: 17px 24px 30px;
    text-align: right;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sub-nav-active .sub-nav-holder .drop {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.sub-nav {
    font: 700 12px/16px "proxima-nova", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
}

.sub-nav li + li {
    padding-top: 16px;
}

.sub-nav li.active a {
    color: #000;
}

.sub-nav a {
    color: #fbf8eb;
}

.sub-nav a:hover {
    color: #000;
}

.find-location {
    max-width: 198px;
    margin: 0 auto;
}

.find-location .form-item {
    padding-bottom: 9px;
}

.find-location input[type="text"] {
    display: block;
    width: 100%;
    border: 0;
    background: rgba(77, 116, 97, .6);
    margin: 0;
    color: #fff;
    font: 300 12px/16px "proxima-nova", "Arial", "Helvetica", sans-serif;
    padding: 6px 8px;
}

.find-location input[type="text"]::-webkit-input-placeholder {
    color: #fff;
}

.find-location input[type="text"]::-moz-placeholder {
    opacity: 1;
    color: #fff;
}

.find-location input[type="text"]:-moz-placeholder {
    color: #fff;
}

.find-location input[type="text"]:-ms-input-placeholder {
    color: #fff;
}

.find-location input[type="text"].placeholder {
    color: #fff;
}

.find-location .btn {
    margin: 0 16px;
}

.labels {
    z-index: 10;
}

.label {
    width: 25px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.label.label1 {
    top: 50.6%;
    left: 18.16%;
}

.label.label2 {
    top: 17.5%;
    left: 50.37%;
}

.label.label3 {
    top: 43.54%;
    left: 60.76%;
}

.label a {
    display: block;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.label a:hover {
    opacity: .8;
}

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

.visual-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 2;
}

.is-touch-device .visual-holder {
    display: none;
}

.visual-holder iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.bg-stretch {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: -webkit-transform .5s cubic-bezier(0, 0, .5, 1);
    transition: transform .5s cubic-bezier(0, 0, .5, 1);
}

.bg-stretch img {
    vertical-align: top;
    max-width: none;
}

.img-stretch {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
}

.img-stretch img {
    vertical-align: top;
    max-width: none;
}

.menu-boxes .menu-box {
    padding: 0;
}

.menu-boxes .menu-box + .menu-box {
    padding: 21px 0 0;
}

.menu-boxes .menu-box .box {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu-boxes .menu-box .box + .box {
    padding: 21px 0 0;
}

.menu-boxes .menu-box .box .image {
    width: 50%;
}

.menu-boxes .menu-box .box .text-holder {
    padding: 10px 0 0;
}

.menu-boxes .menu-box .box a {
    padding: 10px;
    min-height: 118px;
}

.menu-boxes .menu-box .box a:before {
    display: none;
}

.menu-box {
    text-align: center;
    position: relative;
    color: #fbf8eb;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.menu-box a {
    width: 100%;
    min-height: 256px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
    color: #fbf8eb;
}

.menu-box a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgba(0, 0, 0, .4);
}

.menu-box a .icon {
    width: 72px;
    margin: 0 auto 10px;
    position: relative;
}

.menu-box a .icon img {
    width: 100%;
    height: auto;
    display: block;
    z-index: 1;
}

.menu-box a .icon span.grayscale-fix {
    display: inline-block;
    vertical-align: top;
}

.menu-box a .icon img.grayscale,
.menu-box a .icon span.grayscale-fix {
    position: absolute !important;
    opacity: 0;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.menu-box a:hover .bg-stretch {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.menu-box a:hover .icon img.grayscale,
.menu-box a:hover .icon span.grayscale-fix {
    opacity: 1;
}

.menu-box .text-holder {
    width: 100%;
    padding-bottom: 10px;
    position: relative;
    z-index: 3;
}

.menu-box h2 {
    text-transform: uppercase;
    color: #fbf8eb;
    letter-spacing: 2px;
    margin-bottom: 18px;
    font-size: 21px;
    line-height: 23px;
    font-weight: 400;
}

.menu-box .more {
    display: block;
    font-weight: 700;
}

.menu-box blockquote {
    padding: 0 10px 11px;
    font: 400 12px/17px "proxima-nova", "Arial", "Helvetica", sans-serif;
}

.menu-box blockquote q {
    display: inline;
}

.menu-box blockquote cite {
    font-size: 12px;
    display: inline;
    color: #fbf8eb;
}

.menu-box address {
    padding: 0 0 6px;
    font-style: normal;
}

.about-article {
    color: #4d4d4d;
    padding: 10px 0;
}

.about-article a {
    color: inherit;
}

.about-article .text-block {
    padding-bottom: 20px;
}

.about-article .text-block:only-child {
    width: 100%;
}

.about-article .aside .image {
    min-height: 256px;
    position: relative;
    margin-bottom: 20px;
}

.about-article h2 {
    text-transform: uppercase;
}

.about-article ul li:before {
    background: #4d4d4d;
}

.about-article .btn {
    color: #9e8550;
}

.about-article.alt-layout .text-block:only-child {
    width: 100%;
}

.note-text {
    font-size: 11px;
    line-height: 14px;
}

.button-row {
    text-align: center;
    padding: 10px 0;
}

.calendar-box {
    background: rgba(158, 133, 80, .19);
    padding: 15px;
    text-align: center;
}

.calendar-box h3 {
    margin-bottom: 5px;
}

.choose-date .select-row {
    margin: 0 -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.choose-date .jcf-select {
    max-width: 216px;
    min-width: 216px;
    margin: 0 14px 20px;
}

.choose-date .calendar img {
    vertical-align: top;
}

.two-columns {
    padding-bottom: 20px;
}

#content:only-child {
    width: 100%;
}

#content h2 {
    color: #d92c2c;
    text-transform: uppercase;
}

.news-article .posted {
    display: block;
    margin-bottom: 5px;
}

.news-article .image {
    position: relative;
    min-height: 256px;
    margin: 20px 0;
}

.share-block {
    text-align: center;
    padding: 10px 0 5px;
}

.share-block .social-networks li {
    padding-bottom: 5px;
}

.share-block .title {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    letter-spacing: 1px;
    word-spacing: -1px;
    text-transform: uppercase;
}

#sidebar h3 {
    margin-bottom: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#sidebar .sub-box h3 {
    margin-bottom: 5px;
}

.sub-box {
    background: rgba(158, 133, 80, .19);
    color: #4d4d4d;
    padding: 15px;
    margin-bottom: 20px;
}

.sub-box p {
    margin-bottom: 14px;
}

.search-form {
    position: relative;
}

.search-form input[type="text"],
.search-form input[type="search"] {
    display: block;
    width: 100%;
    height: 38px;
    padding-right: 40px;
}

.search-form button[type="submit"],
.search-form input[type="submit"] {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    background: #fbf8eb;
    border: 0;
    margin: 0;
    padding: 6px 2px 4px;
    text-align: left;
    color: #9e8550;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    width: 36px;
    height: 36px;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.search-form button[type="submit"]:hover,
.search-form input[type="submit"]:hover {
    color: #4d4d4d;
}

.search-form button[type="submit"] i,
.search-form input[type="submit"] i {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

.news li:before {
    background: #d92c2c;
}

.news li + li {
    margin-top: 24px;
}

.news h4 {
    color: #d92c2c;
    font-family: "proxima-nova", "Arial", "Helvetica", sans-serif;
    font-weight: 700;
    text-transform: none;
    margin: 0 0 1px;
}

.news p {
    margin: 0 0 4px;
}

.news .more {
    display: inline-block;
    vertical-align: top;
    font-style: italic;
}

.contact-section {
    text-align: center;
    padding: 8px 0 30px;
}

.contact-section h3 {
    margin: 0;
}

.contact-form {
    text-align: center;
    padding-top: 15px;
}

.contact-form .button-row {
    position: relative;
    padding: 0;
}

.captcha img {
    vertical-align: top;
    width: 100%;
    max-width: 100%;
}

.button-row .captcha {
    padding-bottom: 20px;
}

.form-row {
    margin: 0 -12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.form-row.three-columns {
    margin: 0 -12px;
}

.form-row.three-columns .form-item {
    padding: 0 12px 20px;
}

.form-row .form-item {
    width: 100%;
    padding: 0 12px 20px;
}

.form-row .form-item input[type="text"],
.form-row .form-item input[type="tel"],
.form-row .form-item input[type="email"],
.form-row .form-item textarea {
    width: 100%;
}

.form-row .form-item .jcf-select {
    max-width: none;
    min-width: 1px;
    width: 100%;
    margin: 0;
}

.form-row .form-item textarea {
    min-height: 121px;
    height: 121px;
    max-width: 100%;
}

.menu-section {
    text-align: center;
    padding: 6px 0 12px;
}

.menu-section h2 {
    margin-bottom: 17px;
}

.items-list {
    text-align: left;
    color: #4d4d4d;
}

.items-list.menu-list {
    margin: 0 -8px;
}

.items-list.boxes li {
    padding: 0 0 25px;
}

.items-list.boxes .desc {
    width: 100%;
}

.items-list.boxes p {
    margin-bottom: 10px;
}

.items-list li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0 0 15px;
}

.items-list li:before {
    display: none;
}

.items-list .image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.items-list .image a {
    width: 100%;
    min-height: 256px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.items-list .image a:hover:before {
    background: rgba(217, 44, 44, .9);
}

.items-list .image a:hover .button-holder {
    opacity: 1;
}

.items-list .image a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: transparent;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
} 

.items-list .image img {
    vertical-align: top;
    max-width: none;
    max-height: 216px;
    width: auto;
    position: relative;
    z-index: 1;
}

.items-list .image .button-holder {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.items-list .more {
    display: block;
    color: #000;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.items-list .title-row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.items-list h3 {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.items-list h3:after {
    content: " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
    position: absolute;
    margin-left: 10px;
}

.items-list .price {
    display: block;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: auto;
    padding: 0 3px 0 10px;
}

.items-list .title-row,
.items-list h3 {
    font: 14px/18px "Abel", "Arial", "Helvetica", sans-serif;
    margin-bottom: 0;
}

.items-list .desc {
    width: 100%;
}

.items-list p {
    margin: 0;
}

.items-list a {
    color: #4d4d4d;
}

.items-list a .title-row,
.items-list a h3 {
    color: #000;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.items-list a:hover {
    color: #9e8550;
}

.items-list a:hover .title-row,
.items-list a:hover h3,
.items-list a:hover .more {
    color: #9e8550;
}

.choose-menu {
    padding-bottom: 18px;
}

.choose-menu .jcf-select {
    margin: 0 5px 10px;
}

.title-nav-row {
    color: #9e8550;
    font-family: "Abel", "Arial", "Helvetica", sans-serif;
    letter-spacing: 1px;
    text-align: right;
    padding: 25px 0 10px;
}

.title-nav-row .back-link {
    color: #9e8550;
    position: relative;
}

.title-nav-row .back-link:after {
    content: ">";
    margin: -2px 0 0 6px;
    display: inline-block;
    vertical-align: middle;
}

.title-nav-row .back-link:hover {
    color: #000;
}

.Breadcrumb {
    width: 100%;
    letter-spacing: 1px;
    text-align: left;
    padding-bottom: 25px;
}

.Breadcrumb ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
}

.Breadcrumb ul li:last-child:after {
    display: none;
}

.Breadcrumb ul li:before {
    display: none;
}

.Breadcrumb ul li:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    background: #9e8550;
    margin: 4px 8px 0 8px;
    width: 1px;
    height: 10px;
}

.Breadcrumb ul a {
    color: #9e8550;
}

.Breadcrumb ul a:hover {
    color: #000;
}

.product-article .image {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
}

.product-article .image .holder {
    width: 100%;
    min-height: 256px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.product-article .image img {
    vertical-align: top;
    max-width: none;
    max-height: 216px;
    width: auto;
    position: relative;
    z-index: 1;
}

.product-article h3 {
    letter-spacing: 1px;
    margin: 0 0 7px;
}

.product-article .title-text {
    display: block;
    font-size: 11px;
    line-height: 16px;
    font-weight: 700;
}

.price-row {
    font-family: "Abel", "Arial", "Helvetica", sans-serif;
    line-height: 22px;
    padding-bottom: 15px;
}

.price-row .current-price {
    display: inline-block;
    vertical-align: baseline;
    letter-spacing: 1px;
    color: #d92c2c;
    margin-right: 8px;
    font-size: 18px;
    line-height: 22px;
}

.price-row .current-price sup {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 2px;
    font-size: 12px;
    line-height: 15px;
}

.price-row .reg-price {
    display: inline-block;
    vertical-align: baseline;
    font-size: 14px;
    line-height: 18px;
    color: #4d4d4d;
    text-decoration: line-through;
}

.add-to-cart-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
}

.add-to-cart-form .form-row .form-item {
    position: relative;
}

.add-to-cart-form .form-row .jcf-select .jcf-select-text {
    font-size: 14px;
    font-family: "Abel", "Arial", "Helvetica", sans-serif;
}

.add-to-cart-form .btn {
    margin: 0;
}

.items-section {
    padding-top: 5px;
}

.items-section h2 {
    text-align: center;
}

.narrow-container {
    max-width: 990px;
    margin: 0 auto;
}

.order-info-columns {
    margin-bottom: 10px;
}

.order-info-columns .col {
    padding-bottom: 15px;
}

.order-info-columns .title {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}

.order-info-columns address {
    font-style: normal;
    padding: 0;
    margin: 0;
}

.order-info-columns .info .num {
    display: block;
    padding-top: 20px;
}

.info-table {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
}

.info-table th {
    background: #d92c2c;
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
}

.info-table th span {
    padding: 14px 5px;
    border: 0;
}

.info-table thead tr th:first-child {
    width: 31.5%;
}

.info-table thead tr th:first-child span {
    padding-left: 20px;
}

.info-table thead tr th:nth-child(2) {
    width: 12.7%;
}

.info-table thead tr th:nth-child(3) {
    width: 9.7%;
}

.info-table thead tr th:nth-child(4) {
    width: 8.8%;
}

.info-table thead tr th:nth-child(5) {
    width: 24.2%;
}

.info-table thead tr th:nth-child(6) {
    width: 13.1%;
}

.info-table tbody tr:first-child td {
    padding-top: 16px;
}

.info-table tbody tr td:first-child span {
    padding-left: 19px;
}

.info-table td {
    text-align: left;
    padding: 18px 0 0;
}

.info-table td:first-child span {
    border-left: 1px solid #9e8550;
}

.info-table td:last-child span {
    border-right: 1px solid #9e8550;
}

.info-table span {
    display: block;
    padding: 15px 5px 14px;
    width: 100%;
    height: 100%;
    border-top: 1px solid #9e8550;
    border-bottom: 1px solid #9e8550;
    text-align: left;
}

.total-info {
    margin: 0 0 9px;
    color: #949494;
}

.total-info li {
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.total-info li:before {
    display: none;
}

.total-info li.separated-row {
    padding-top: 20px;
}

.total-info li.total-row {
    font: 400 16px/20px "Abel", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    color: #d92c2c;
    padding-top: 5px;
}

.total-info .title {
    width: 72%;
}

.total-info .value {
    display: block;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 28%;
    padding-left: 10px;
}

.title-block {
    text-align: center;
    padding-bottom: 10px;
}

.title-block h1 {
    color: #d92c2c;
    margin-bottom: 0;
}

.title-block h3 {
    margin: 0;
}

.title-block p {
    margin-top: -3px;
}

.info-form {
    color: #4d4d4d;
}

.info-form .title-row {
    font: 400 13px/16px "Abel", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 1px solid #9e8550;
}

.info-form .title-row .title {
    display: block;
    padding-bottom: 10px;
    font-weight: 400;
    color: #000;
}

.info-form .title-row .link {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}

.info-form .note {
    display: block;
    margin-bottom: 15px;
}

.info-form .forgot {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px;
    color: #000;
    font: 300 12px/1.42 "proxima-nova", "Arial", "Helvetica", sans-serif;
}

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

.info-form textarea {
    min-height: 151px;
    height: 151px;
}

.info-form .jcf-select {
    margin-bottom: 0;
    width: 100%;
    min-width: 100%;
}

.info-form h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #d92c2c;
}

.info-form .radio-row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0 20px;
}

.info-form .radio-row .note {
    width: 100%;
    margin-bottom: 0;
    padding: 3px 5px 0 0;
}

.info-form .radio-row .radio-list {
    display: block;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: auto;
    white-space: nowrap;
    padding: 0;
}

.info-form .radio-row .radio-list li {
    padding-bottom: 0;
}

.form-columns .form-item {
    padding-bottom: 17px;
}

.form-columns .form-item input[type="text"],
.form-columns .form-item input[type="password"],
.form-columns .form-item input[type="tel"],
.form-columns .form-item input[type="email"],
.form-columns .form-item textarea {
    width: 100%;
}

.form-columns .form-item.button {
    padding-top: 5px;
}

.form-columns .jcf-select {
    margin-bottom: 0;
}

.form-columns .jcf-select .jcf-select-opener:after {
    border-color: transparent #4d4d4d #4d4d4d transparent;
}

.step-section + .step-section {
    padding-top: 30px;
}

.custom-radio {
    padding-left: 25px;
    display: block;
    color: #4d4d4d;
}

.custom-radio [type="radio"] {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
}

.custom-radio [type="radio"]:checked + .fake-input {
    background: #fbf8eb;
}

.custom-radio [type="radio"] + .fake-input {
    border-radius: 100%;
}

.custom-radio .fake-input {
    float: left;
    border: 2px solid #9e8550;
    background: #9ac8b4;
    position: relative;
    margin: 0 9px 0 -25px;
    width: 16px;
    height: 16px;
}

.custom-radio .fake-label {
    display: inline-block;
    vertical-align: top;
}

.custom-radio.alt-radio .fake-input {
    margin-top: 1px;
    background: #187c33;
    border-color: #4d4d4d;
}

.custom-radio .title-text {
    display: block;
    text-transform: uppercase;
    color: #d92c2c;
    letter-spacing: 1px;
    font: 400 13px/16px "Abel", "Arial", "Helvetica", sans-serif;
    margin-bottom: 3px;
}

.custom-radio.alt-radio2 {
    text-transform: uppercase;
}

.custom-radio.alt-radio2 .fake-input {
    background: #8c101b;
    border-color: #4d4d4d;
}

.custom-radio.alt-radio2 [type="radio"]:checked + .fake-input {
    background: #000;
}

.radio-list {
    margin: 0;
    padding: 4px 0;
}

.radio-list li {
    padding: 0 0 12px;
}

.radio-list li:before {
    display: none;
}

.radio-list.inline-radio-list li {
    display: inline-block;
    vertical-align: top;
}

.radio-list.inline-radio-list li + li {
    padding-left: 22px;
}

.request-slideshow {
    text-align: center;
    position: relative;
}

.request-slideshow .slides {
    position: relative;
}

.request-slideshow .slide {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 15px;
}

.request-slideshow .slide.active {
    z-index: 2;
}

.request-slideshow .buttons li {
    padding-left: 0;
}

.request-slideshow .buttons li:before {
    display: none;
}

.request-slideshow .buttons li.active .btn {
    background: transparent;
    border-color: #000;
    color: #000;
}

.request-slideshow .buttons li.active .btn:before,
.request-slideshow .buttons li.active .btn:after {
    color: #000;
}

.request-slideshow .buttons .btn:hover {
    background: transparent;
    border-color: #000;
    color: #000;
}

.request-slideshow .buttons .btn:hover:before,
.request-slideshow .buttons .btn:hover:after {
    color: #000;
}

.request-slideshow .btn-prev.disabled,
.request-slideshow .btn-next.disabled {
    display: none;
}

.request-slideshow .button-row {
    position: relative;
    z-index: 99;
}

.request-form .form-section + .form-section {
    padding-top: 15px;
}

.request-form button[type="submit"] {
    display: none;
}

.request-form .btn-next.disabled + button[type="submit"] {
    display: inline-block;
}

.request-form .location {
    padding: 15px 0 10px;
}

.request-form .order-info-columns {
    margin-bottom: 10px;
}

.request-form .order-info-columns .title {
    font-family: "Abel", "Arial", "Helvetica", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.request-form .order-info-columns .info {
    padding-bottom: 10px;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.history-article {
    position: relative;
    overflow: hidden;
    color: #fbf8eb;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.history-article .img-stretch {
    height: 500px;
    top: 50%;
    bottom: 0;
    margin-top: -250px;
    z-index: 1;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.history-article .img-stretch.img-grayscale {
    z-index: 2;
}

.history-article .bg-stretch {
    z-index: 1;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.history-article .bg-stretch.img-grayscale {
    z-index: 2;
}

.history-article:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(30, 27, 14, .4);
    z-index: 3;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.history-article .container {
    position: relative;
    z-index: 4;
    padding-top: 68px;
    padding-bottom: 68px;
    overflow: hidden;
    max-height: 170px;
    -webkit-transition: max-height .3s ease, padding .3s ease;
    transition: max-height .3s ease, padding .3s ease;
}

.history-article .container:before,
.history-article .container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 16px;
    height: 0;
    border: solid #fee763;
    border-width: 0 3px;
    background: #fee763;
    box-shadow: inset 3px 0 0 0 #fff, inset -3px 0 0 0 #fff;
    margin-left: -8px;
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
}

.history-article .container:after {
    top: auto;
    bottom: 0;
}

.history-article h2 {
    color: #fbf8eb;
    font-size: 30px;
    line-height: 34px;
}

.history-article p {
    margin: 0;
}

.history-article .content-wrap {
    max-width: 632px;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease;
}

.history-article.in-viewport .container:before,
.history-article.in-viewport .container:after {
    height: 40px;
}

.history-article.hover:before {
    background: rgba(30, 27, 14, .2);
}

.history-article.hover .bg-grayscale {
    opacity: 0;
}

.history-article.hover .container {
    max-height: 400px;
    padding-top: 83px;
    padding-bottom: 83px;
}

.history-article.hover .container:before,
.history-article.hover .container:after {
    height: 70px;
}

.history-article.hover .content-wrap {
    opacity: 1;
    visibility: visible;
}

.post-articles {
    margin-top: -14px;
}

.post-articles .post-article:nth-child(even) .text-column {
    margin: 0 0 0 auto;
}

.post-article {
    background: #d92c2c;
    color: #fbf8eb;
    position: relative;
}

.post-article h2 {
    color: #fbf8eb;
    letter-spacing: 1px;
    margin-bottom: 3px;
}

.post-article .image {
    width: 100%;
    position: relative;
    min-height: 250px;
    overflow: hidden;
    z-index: 2;
}

.post-article .text-column {
    padding: 30px 0 10px;
}

.post-article .meta-info {
    color: #000;
    padding-bottom: 4px;
}

.post-article .meta-info a:hover {
    color: #fbf8eb;
}

.post-article .content-wrap {
    max-width: 445px;
}

.post-article .btn-holder {
    padding-top: 15px;
}

.post-article .btn-holder .btn {
    margin-left: 0;
}

.post-article.white-section {
    background: #fbf8eb;
    color: #000;
}

.post-article.white-section h2 {
    color: #d92c2c;
}

.post-article.white-section .meta-info a:hover {
    color: #d92c2c;
}

.post-article.turquoise-section {
    background: #8cac9d;
}

.post-article .winner-label {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 3;
}

.post-article .winner-label img {
    display: block;
}

.menu {
    margin: 0 -18px 0 0;
    font-size: 10px;
    line-height: 15px;
    padding-top: 14px;
}

.menu li {
    padding-left: 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 0 14px 20px 5px;
}

.menu li:before {
    display: none;
}

.menu a {
    color: #fbf8eb;
    display: block;
}

.white-section .menu a {
    color: #000;
}

.menu a:hover {
    color: #000;
}

.white-section .menu a:hover {
    color: #d92c2c;
}

.menu a:hover .icon {
    border-color: #000;
    color: #000;
}

.white-section .menu a:hover .icon {
    border-color: #d92c2c;
    color: #d92c2c;
}

.menu .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fbf8eb;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 2px;
    width: 27px;
    height: 27px;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    -webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
    transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
}

.white-section .menu .icon {
    border-color: #000;
}

.menu .icon:before,
.menu .icon:after {
    content: "\e90a";
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font: 400 10px/1 "icomoon" !important;
    -webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
    transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
}

.menu .icon:after {
    content: "\e90b";
    right: auto;
    left: 100%;
}

.menu .icon i {
    display: inline-block;
    vertical-align: top;
}

.accordion li {
    padding: 10px 0;
    position: relative;
}

.accordion li:before {
    display: none;
}

.accordion li.active .opener:after {
    content: "–";
}

.accordion li + li:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: auto;
    border-radius: 0;
    background: -webkit-linear-gradient(left, #eee6ca 0%, rgba(238, 230, 202, .9) 60%, rgba(238, 230, 202, 0) 100%);
    background: linear-gradient(to right, #eee6ca 0%, rgba(238, 230, 202, .9) 60%, rgba(238, 230, 202, 0) 100%);
}

.accordion .opener {
    display: block;
    font: 20px/24px "Abel", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    position: relative;
    padding: 15px 20px 15px 0;
}

.accordion .opener:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

hr {
    margin: 19px -14px;
    border: solid #9e8550;
    border-width: 1px 0 0;
    height: 1px;
    position: relative;
    overflow: visible;
}

hr.end:after {
    content: "\e909";
}

hr:after {
    content: "\e908";
    font: 10px/1 "icomoon";
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 0 5px 4px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: #9e8550;
    background: #fbf8eb;
    z-index: 2;
}

/* gallery styles */

.gallery {
    position: relative;
}

.gallery .slides {
    position: relative;
}

.gallery .slide {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
}

.gallery .slide.active {
    z-index: 2;
    opacity: 1;
}

.gallery .prev,
.gallery .next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -15px;
    color: #9e8550;
    font-size: 25px;
    line-height: 1;
    left: -23px;
}

.gallery .prev:hover,
.gallery .next:hover {
    color: #fbf8eb;
}

.gallery .next {
    left: auto;
    right: -23px;
}

.gallery .image {
    margin-bottom: 18px;
}

.gallery .image img {
    vertical-align: top;
    width: 100%;
    height: auto;
}

.gallery .caption .num-block:after {
    content: "|";
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.gallery.not-enough-slides a.prev,
.gallery.not-enough-slides a.next {
    visibility: hidden;
}

/* lightbox styles */

.popup-holder {
    position: relative;
    overflow: hidden;
    height: 0;
}

div.lightbox {
    background: #fbf8eb;
    text-align: center;
}

div.lightbox.gallery-lightbox {
    background: transparent;
    color: #fbf8eb;
    width: 270px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
}

div.lightbox.small-lightbox {
    width: 270px;
    padding: 45px 20px 35px;
    text-align: center;
}

div.lightbox.medium-lightbox {
    width: 270px;
    text-align: center;
    padding: 35px 20px;
}

div.lightbox .logo-icon {
    width: 102px;
    margin: 0 auto 20px;
}

div.lightbox .logo-icon img {
    vertical-align: top;
}

div.lightbox .title-text {
    display: block;
    text-transform: uppercase;
    font: 400 16px/20px "Abel", "Arial", "Helvetica", sans-serif;
    text-align: center;
    margin-bottom: 20px;
}

div.lightbox .social-networks li {
    padding: 12px 20px;
}

div.lightbox .social-networks a {
    width: 40px;
    height: 40px;
}

div.lightbox .social-networks a:before,
div.lightbox .social-networks a:after {
    font: 400 14px/1 "icomoon" !important;
}

div.lightbox .btn-holder {
    padding-bottom: 9px;
}

div.lightbox .btn-holder .close {
    margin-top: 10px;
}

div.lightbox .link {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 12px;
}

.join-form {
    padding-top: 10px;
    max-width: 434px;
    margin: 0 auto;
}

.join-form input[type="text"],
.join-form input[type="email"] {
    width: 100%;
    min-width: 1px;
    font-weight: 300;
}

.join-form .form-item {
    padding-bottom: 20px;
}

.ui-datepicker {
    z-index: 1000 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: rgba(158, 133, 80, .8) !important;
    color: #fbf8eb !important;
    border-color: #9e8550 !important;
}

.ui-datepicker-calendar .ui-datepicker-current-day .ui-state-active,
.ui-widget-content .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-active {
    background: #d92c2c;
    border-color: #9c1c1c;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    margin-top: 2px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: none !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    border: solid #000;
    border-width: 0 2px 2px 0;
    border-color: transparent #000 #000 transparent;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ui-datepicker .ui-datepicker-prev span {
    border-width: 2px 0 0 2px;
    border-color: #000 transparent transparent #000;
}

.calendar .ui-datepicker {
    width: 100%;
    border: none;
}

.calendar .ui-datepicker .ui-datepicker-header {
    display: none;
}

.calendar .ui-datepicker table {
    margin: 0;
    table-layout: fixed;
}

.calendar .ui-datepicker th {
    padding: 0;
    border: solid #e9e2cd;
    border-width: 9px;
    color: #000;
    font: 400 12px/16px "Abel", "Arial", "Helvetica", sans-serif;
}

.calendar .ui-datepicker td {
    padding: 0;
    border: 8px solid #e9e2cd;
    font-size: 0;
    line-height: 0;
    background: #9ac8b4;
}

.calendar .ui-datepicker .ui-datepicker-unselectable,
.calendar .ui-datepicker .ui-state-disabled {
    opacity: 1;
}

.calendar .ui-datepicker .ui-datepicker-other-month {
    background: #fbf8eb;
}

.calendar .ui-widget.ui-widget-content {
    border: none;
    padding: 0;
    background: none;
}

.calendar .ui-state-default.ui-state-highlight {
    background: #9ac8b4 !important;
}

.calendar .ui-state-default,
.calendar .ui-widget-content .ui-state-default,
.calendar .ui-datepicker-current-day .ui-state-active,
.calendar .ui-widget-content .ui-datepicker-current-day .ui-state-active {
    border: 0;
    min-height: 26px;
    background: #9ac8b4;
}

.calendar .highlight .ui-state-default {
    position: relative;
}

.calendar .highlight .ui-state-default:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    background: #d92c2c;
}

.calendar .highlight.first-half-day .ui-state-default:before {
    height: 50%;
}

.calendar .highlight.second-half-day .ui-state-default:before {
    height: 50%;
    top: auto;
    bottom: 0;
}

#header {
    background: #fbf8eb url(//cdn10.bigcommerce.com/s-u7qm5slh7z/templates/__custom/images/bg-header-small.png?t=1496299656);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(158, 133, 80, .3);
    z-index: 100;
}

#header > .container {
    padding: 6px 78px 5px 24px;
    position: relative;
}

#header .panel .social-networks {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1;
    padding: 0;
}

#header .panel .social-networks li {
    padding: 0 6px;
}

#header .panel .social-networks a {
    border-width: 1px;
    width: 21px;
    height: 21px;
}

#header .panel .social-networks a:before,
#header .panel .social-networks a:after {
    font: 400 7px/1 "icomoon" !important;
}

#header .panel .link {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 4px 0 0 25px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
}

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

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

.fb-like {
    float: right;
    text-transform: uppercase;
    margin-top: 12px;
    word-spacing: 1px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
}

.fb-like img {
    width: 21px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.fb-like strong {
    display: inline-block;
    vertical-align: middle;
}

.nav-drop {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #9e8550;
    width: 100%;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav-active .nav-drop {
    height: auto;
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

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

#nav ul {
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
}

#nav ul li {
    padding-bottom: 12px;
}

#nav ul li.active > a {
    color: #000;
}

#nav ul li a {
    color: #fbf8eb;
    position: relative;
    z-index: 999;
}

#nav ul li a:hover {
    color: #000;
}

#nav .social-networks {
    padding: 17px 0 36px;
}

#nav .social-networks li {
    padding: 0 6px 12px;
}

#nav .social-networks a {
    color: #000;
    width: 21px;
    height: 21px;
}

#nav .social-networks a:before,
#nav .social-networks a:after {
    font: 400 8px/1 "icomoon" !important;
}

#nav .social-networks a:hover {
    color: rgba(0, 0, 0, .5);
}

.nav-opener {
    position: absolute;
    z-index: 999;
    top: 14px;
    right: 21px;
    text-indent: -9999px;
    overflow: hidden;
    width: 33px;
    height: 22px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
    background: #000;
    position: absolute;
    top: 10px;
    left: 4px;
    width: 25px;
    height: 2px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

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

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

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
    outline: none;
}

.nav-active .nav-opener {
    position: fixed;
}

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

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
    left: 4px;
    right: 4px;
    background: #e9e2cd;
}

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

#footer {
    text-align: center;
    padding: 13px 0 10px;
}

#footer .panel {
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    color: #4d4d4d;
    position: relative;
    padding-top: 8px;
}

#footer .panel:before {
    content: "";
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: 0;
    height: 1px;
    background: #9e8550;
}

#footer .panel a {
    color: #4d4d4d;
}

#footer .panel a:hover {
    color: #9e8550;
}

#footer .title {
    display: block;
    font: 700 11px/18px "proxima-nova-condensed", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.copyright {
    display: block;
}

.footer-menu {
    display: inline;
}

.footer-menu li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 1px 0 5px;
}

.footer-menu li:before {
    content: "";
    width: 1px;
    height: 7px;
    background: #4d4d4d;
    position: absolute;
    left: 0;
    top: 50%;
    margin-bottom: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* custom select styles */

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #9e8550;
    background: #fbf8eb;
    margin: 0 0 12px;
    min-width: 200px;
    height: 36px;
    text-align: left;
}

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

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 12px;
    line-height: 34px;
    color: #4d4d4d;
    margin: 0 40px 0 10px;
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    background: #fbf8eb;
    width: 36px;
    bottom: 0;
    right: 0;
    top: 0;
}

.jcf-select .jcf-select-opener:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid #9e8550;
    border-color: transparent #9e8550 #9e8550 transparent;
    border-width: 0 1px 1px 0;
    width: 12px;
    height: 12px;
}

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

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

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

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

.jcf-select-drop {
    box-sizing: border-box;
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #9e8550;
}

/* multiple select styles */

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

/* select options styles */

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

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

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

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

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

.jcf-list .jcf-option {
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 9px;
    color: #4d4d4d;
    height: 1%;
    -webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
    transition: color .3s ease-in-out, background .3s ease-in-out;
}

.jcf-list .jcf-option.jcf-option-hideme {
    display: none;
}

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

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

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

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: rgba(158, 133, 80, .3);
    color: #000;
}

/* common custom form elements styles */

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

/*! 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;
    background: transparent;
    color: #000;
    text-shadow: none;
    border-radius: 0;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    /*-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);*/
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #000;
    font: 14px/20px Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-prev span,
.fancybox-next span {
    background-image: url("//cdn10.bigcommerce.com/r-cc6e654da5450087a52e8bdb54d2be8bf00be88d/themes/ClassicNext/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("//cdn10.bigcommerce.com/r-cc6e654da5450087a52e8bdb54d2be8bf00be88d/themes/ClassicNext/images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
    position: fixed;
    top: 24px;
    right: 24px;
    cursor: pointer;
    z-index: 8040;
    width: 28px;
    height: 28px;
}

.fancybox-close:hover:before,
.fancybox-close:hover:after {
    background: #e9e2cd;
}

.fancybox-close:before,
.fancybox-close:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    background: #9e8550;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 2px;
    height: 28px;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.fancybox-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("//cdn10.bigcommerce.com/r-cc6e654da5450087a52e8bdb54d2be8bf00be88d/themes/ClassicNext/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("//cdn10.bigcommerce.com/r-cc6e654da5450087a52e8bdb54d2be8bf00be88d/themes/ClassicNext/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!*/

/*! jQuery UI - v1.12.1 - 2016-09-19
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}

.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}

.ui-widget-content a {
    color: #333;
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    box-shadow: 0 0 5px #666;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    #header {
        background: #fbf8eb url(//cdn10.bigcommerce.com/s-u7qm5slh7z/templates/__custom/images/bg-header-small-2x.png?t=1496299656);
        background-size: 12px 22px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2.5), (min-resolution: 240dpi) {
    #header {
        background: #fbf8eb url(//cdn10.bigcommerce.com/s-u7qm5slh7z/templates/__custom/images/bg-header-small-3x.png?t=1496299656);
        background-size: 12px 22px;
    }
}

@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-prev span,
    .fancybox-next span {
        background-image: url("//cdn10.bigcommerce.com/r-cc6e654da5450087a52e8bdb54d2be8bf00be88d/themes/ClassicNext/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("//cdn10.bigcommerce.com/r-cc6e654da5450087a52e8bdb54d2be8bf00be88d/themes/ClassicNext/images/fancybox/fancybox_loading@2x.gif");
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

@media (min-width: 480px) {
    .items-list .title-row,
    .items-list h3 {
        font-size: 19px;
        line-height: 23px;
    }

    .items-list .desc {
        width: 84%;
        max-width: 420px;
    }

    .gallery .prev,
    .gallery .next {
        left: -40px;
        font-size: 30px;
    }

    .gallery .next {
        left: auto;
        right: -40px;
    }

    div.lightbox.gallery-lightbox {
        width: 300px;
    }

    div.lightbox.medium-lightbox {
        width: 300px;
    }

    .calendar .ui-datepicker th {
        font-size: 16px;
        line-height: 20px;
    }

    .calendar .ui-datepicker td {
        border-width: 16px;
    }

    .calendar .ui-state-default,
    .calendar .ui-widget-content .ui-state-default,
    .calendar .ui-datepicker-current-day .ui-state-active,
    .calendar .ui-widget-content .ui-datepicker-current-day .ui-state-active {
        min-height: 42px;
    }
}

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

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

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

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

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

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

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

    p {
        margin-bottom: 24px;
    }

    blockquote {
        font-size: 56px;
        line-height: 58px;
        padding: 35px 0 43px;
    }

    blockquote cite {
        font-size: 41px;
    }

    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="search"],
    input[type="password"],
    textarea {
        font-size: 14px;
        line-height: 18px;
        padding: 11px 15px 10px;
    }

    select {
        font-size: 14px;
        line-height: 18px;
    }

    #wrapper {
        padding-top: 125px;
    }

    .container {
        padding: 0 15px;
    }

    main {
        padding-top: 32px;
    }

    main ul {
        margin-bottom: 24px;
    }

    main ul li {
        padding-left: 12px;
    }

    main ul li:before {
        top: 11px;
        width: 4px;
        height: 4px;
    }

    .hidden {
        display: none;
    }

    .btn, .sf-menu li a {
        padding: 8px 10px 7px;
        margin: 0 14px 15px;
        min-width: 154px;
        font-size: 15px;
        line-height: 22px;
        font-weight: 700;
    }

    .btn:before,
    .btn:after,
    .sf-menu li a:before,
    .sf-menu li a:after {
        margin: 0 1px;
        font-size: 18px;
    }

    .btn:after {
        margin: 0 1px;
    }

    .btn.btn-alt, .btn.alt {
        padding: 10px 10px 9px;
        min-width: 156px;
    }

    .social-networks {
        font-size: 28px;
        padding-bottom: 10px;
    }

    .social-networks li {
        padding: 0 16px 18px;
    }

    .social-networks a {
        border-width: 2px;
        width: 50px;
        height: 50px;
    }

    .social-networks a:before,
    .social-networks a:after {
        font: 400 16px/1 "icomoon" !important;
    }

    .visual-section {
        font-size: 20px;
        line-height: 28px;
    }

    .visual-section.grayscale-section.min-height .visual-wrap {
        min-height: 250px;
    }

    .visual-section.grayscale-section.min-height .container {
        height: 250px;
    }

    .visual-section .visual-wrap {
        min-height: 480px;
    }

    .visual-section .container {
        height: 480px;
        padding: 25px 15px;
    }

    .visual-section .content-holder {
        padding-top: 22px;
    }

    .visual-section h1,
    .visual-section h2 {
        font-size: 42px;
        line-height: 46px;
        margin-bottom: 24px;
    }

    .visual-section h2 {
        font-size: 36px;
        line-height: 36px;
    }

    .visual-section .button-holder {
        padding-top: 17px;
    }

    .visual-section .btn {
        margin: 0 16px 20px;
        font-size: 15px;
        line-height: 22px;
    }

    .visual-section .logo-holder {
        max-width: 86px;
        margin-bottom: 18px;
    }

    .visual-section .more {
        font-size: 16px;
        line-height: 20px;
    }

    .buttons li.active .btn {
        background: #9e8550;
    }

    .choose-form .jcf-select {
        max-width: 305px;
    }

    .note-bar {
        padding: 0 29px;
        font-size: 20px;
        line-height: 27px;
        padding: 0 40px;
        bottom: -28px;
    }

    .note-bar:before,
    .note-bar:after {
        left: 24px;
        width: 70px;
        -webkit-transform: skewX(-45deg);
        -ms-transform: skewX(-45deg);
        transform: skewX(-45deg);
    }

    .note-bar:after {
        left: auto;
        right: 24px;
        -webkit-transform: skewX(45deg);
        -ms-transform: skewX(45deg);
        transform: skewX(45deg);
    }

    .note-bar .holder {
        padding: 15px 15px 14px;
    }

    .note-bar .holder:before,
    .note-bar .holder:after {
        left: -15px;
        -webkit-transform: skewX(45deg);
        -ms-transform: skewX(45deg);
        transform: skewX(45deg);
    }

    .note-bar .holder:after {
        left: auto;
        right: -15px;
        -webkit-transform: skewX(-45deg);
        -ms-transform: skewX(-45deg);
        transform: skewX(-45deg);
    }

    .note-bar.cart-info {
        bottom: -28px;
    }

    .note-bar.cart-info .holder {
        padding: 14px 15px 13px;
    }

    .note-bar.form-bar .holder {
        padding: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .note-bar.form-bar .drop {
        position: static;
        visibility: visible;
        opacity: 1;
        height: auto;
        background: transparent;
        padding: 0;
        width: 68.4%;
    }

    .note-bar .text {
        display: inline-block;
        margin: 0;
        vertical-align: baseline;
    }

    .note-bar .continue {
        font-size: 27px;
        line-height: 23px;
    }

    .form-opener,
    .sub-nav-opener {
        cursor: text;
        pointer-events: none;
        width: 31.6%;
        padding: 0 10px 0 0;
        font-size: 15px;
        line-height: 18px;
    }

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

    .sub-nav-holder .drop {
        position: static;
        visibility: visible;
        opacity: 1;
        height: 0;
        background: transparent;
        padding: 0;
    }

    .find-location {
        max-width: none;
        margin: 0;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .find-location .form-item {
        width: 37.5%;
        padding: 0 12px 0 0;
    }

    .find-location input[type="text"] {
        padding: 10px 18px;
    }

    .find-location .btn {
        width: 20%;
        min-width: 1px;
        border-width: 2px;
        padding: 7px 13px;
        margin: 0 12px;
        font-size: 14px;
        line-height: 18px;
        font-weight: 700;
    }

    .find-location .btn:before,
    .find-location .btn:after {
        font: 400 15px/1 "icomoon" !important;
    }

    .label {
        width: 49px;
    }

    .menu-boxes {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -12px;
    }

    .menu-boxes .menu-box {
        width: 33.33%;
        padding: 11px 12px 20px;
    }

    .menu-boxes .menu-box + .menu-box {
        padding: 11px 12px 20px;
    }

    .menu-boxes .menu-box .box {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .menu-boxes .menu-box .box + .box {
        padding: 29px 0 0;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .menu-boxes .menu-box .box .text-holder {
        padding: 14px 0 0;
    }

    .menu-boxes .menu-box .box a {
        min-height: 166px;
    }

    .menu-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .menu-box a {
        padding: 20px 28px;
        min-height: 360px;
    }

    .menu-box a .icon {
        width: 102px;
        margin-bottom: 14px;
    }

    .menu-box h2 {
        font-size: 30px;
        line-height: 32px;
        letter-spacing: 3px;
        word-spacing: 1px;
        margin-bottom: 25px;
    }

    .menu-box p {
        margin-bottom: 15px;
    }

    .menu-box blockquote {
        padding: 0 18px 16px;
        font-size: 18px;
        line-height: 24px;
        font-weight: 300;
    }

    .menu-box blockquote cite {
        font-size: 18px;
    }

    .menu-box address {
        padding-bottom: 15px;
    }

    .about-article {
        padding: 58px 0 69px;
    }

    .about-article .text-block {
        float: left;
        width: 60%;
        padding-top: 11px;
    }

    .about-article .aside {
        float: right;
        width: 35%;
    }

    .about-article .aside .image {
        min-height: 360px;
        margin-bottom: 27px;
    }

    .about-article h2 {
        letter-spacing: 1px;
        margin-bottom: 37px;
        font-size: 45px;
        line-height: 48px;
        font-weight: 400;
    }

    .about-article.alt-layout {
        padding-top: 0;
    }

    .about-article.alt-layout .text-block {
        width: 48%;
    }

    .about-article.alt-layout .aside {
        width: 48%;
        padding-top: 14px;
    }

    .note-text {
        font-size: 12px;
        line-height: 18px;
    }

    .note-text p {
        margin-bottom: 16px;
    }

    .button-row {
        padding: 24px 0;
    }

    .calendar-box h3 {
        letter-spacing: 1px;
    }

    .calendar-box p {
        margin-bottom: 30px;
    }

    .two-columns {
        padding: 30px 0 40px;
    }

    #content {
        float: left;
        width: 60%;
    }

    #content h2 {
        font-size: 45px;
        line-height: 38px;
    }

    .news-article .image {
        min-height: 432px;
        margin: 57px 0;
    }

    .share-block .title {
        font-size: 18px;
        line-height: 24px;
    }

    #sidebar {
        float: right;
        width: 35%;
        padding-top: 2px;
    }

    #sidebar h3 {
        font-size: 28px;
        line-height: 22px;
    }

    .sub-box {
        font-size: 14px;
        line-height: 22px;
        padding: 25px 20px 33px;
        margin-bottom: 36px;
    }

    .search-form input[type="text"],
    .search-form input[type="search"] {
        padding: 18px 40px 18px 15px;
        height: 56px;
    }

    .search-form button[type="submit"],
    .search-form input[type="submit"] {
        padding: 13px 2px;
        font-size: 28px;
        line-height: 1;
        font-weight: 400;
        width: 36px;
        height: 54px;
    }

    .news h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .contact-section {
        padding-bottom: 80px;
    }

    .contact-form {
        padding-top: 27px;
    }

    .contact-form .button-row {
        padding: 13px 240px 0;
    }

    .button-row .captcha {
        position: absolute;
        top: 13px;
        right: 0;
        width: 236px;
    }

    .form-row.three-columns .form-item {
        width: 33.33%;
        padding: 0 12px 24px;
    }

    .form-row.one-column .form-item {
        width: 100%;
    }

    .form-row .form-item {
        width: 50%;
        padding: 0 12px 24px;
    }

    .menu-section {
        padding: 4px 0 0;
    }

    .menu-section h2 {
        font-size: 45px;
        line-height: 48px;
        margin-bottom: 25px;
    }

    .items-list {
        font-size: 14px;
        line-height: 22px;
        margin: 0;
    }

    .items-list.menu-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        margin: 0 0 22px;
    }

    .items-list.boxes {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 -10px;
    }

    .items-list.boxes li {
        padding: 0 10px 20px;
        width: 50%;
    }

    .items-list.boxes p {
        margin-bottom: 21px;
    }

    .items-list li {
        padding: 0 0 30px;
    }

    .items-list .image {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 30px;
    }

    .items-list .image a {
        padding: 20px 28px;
        min-height: 360px;
    }

    .items-list .image img {
        max-height: 320px;
    }

    .items-list .more {
        font-size: 16px;
        line-height: 20px;
    }

    .items-list h3:after {
        margin-left: 15px;
    }

    .items-list .price {
        padding-right: 5px;
    }

    .items-list .title-row,
    .items-list h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .choose-menu {
        padding-bottom: 47px;
    }

    .choose-menu .jcf-select {
        margin: 0 8px 8px;
    }

    .title-nav-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 14px;
        line-height: 30px;
        padding: 19px 0 20px;
    }

    .title-nav-row .back-link {
        display: block;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        width: auto;
        margin-left: 5px;
        white-space: nowrap;
        padding: 0 3px;
    }

    .Breadcrumb {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 14px;
        line-height: 30px;
        padding-bottom: 0;
    }

    .Breadcrumb ul li:after {
        margin-top: 9px;
        width: 1px;
        height: 12px;
    }

    .product-article {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .product-article .image {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 50%;
        margin-top: 7px;
    }

    .product-article .image .holder {
        min-height: 470px;
    }

    .product-article .image img {
        max-height: 430px;
    }

    .product-article .text-column {
        width: 50%;
        padding-left: 36px;
    }

    .product-article h3 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 3px;
    }

    .product-article .title-text {
        font-size: 16px;
        line-height: 24px;
    }

    .product-article p {
        margin-bottom: 30px;
    }

    .price-row {
        padding-bottom: 28px;
        line-height: 34px;
    }

    .price-row .current-price {
        font-size: 30px;
        line-height: 34px;
    }

    .price-row .current-price sup {
        font-size: 18px;
        line-height: 22px;
    }

    .price-row .reg-price {
        font-size: 16px;
        line-height: 20px;
    }

    .add-to-cart-form label {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 8px;
    }

    .add-to-cart-form .form-row .form-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .items-section h2 {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 50px;
    }

    .thank-you-section {
        padding-top: 22px;
    }

    .order-info-columns {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px 20px;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }

    .order-info-columns .col {
        width: 24%;
        padding: 0 10px 15px;
    }

    .order-info-columns .col:last-child {
        width: 28%;
    }

    .info-table {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 35px;
    }

    .total-info {
        width: 49.2%;
        margin: 0 0 9px auto;
        font-size: 16px;
        line-height: 26px;
    }

    .total-info li.separated-row {
        padding-top: 28px;
    }

    .total-info li.total-row {
        font-size: 20px;
        line-height: 26px;
        padding-top: 9px;
    }

    .title-block {
        padding-bottom: 26px;
    }

    .title-block h1 {
        font-size: 45px;
        line-height: 48px;
    }

    .title-block h3 {
        letter-spacing: 1px;
    }

    .info-form {
        font-size: 14px;
        line-height: 20px;
    }

    .info-form .title-block {
        padding-bottom: 42px;
    }

    .info-form .title-row {
        padding-bottom: 23px;
        margin-bottom: 29px;
        font-size: 17px;
        line-height: 22px;
        letter-spacing: 1px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .info-form .title-row .title {
        width: 100%;
        position: relative;
        overflow: hidden;
        padding: 0 10px 0 0;
    }

    .info-form .title-row .link {
        display: block;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        width: auto;
        white-space: nowrap;
        margin-bottom: 0;
    }

    .info-form .note {
        margin-bottom: 40px;
    }

    .info-form .forgot {
        margin: 9px 0 0 5px;
    }

    .info-form h4 {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 19px;
    }

    .form-columns {
        margin: 0 -9px;
    }

    .form-columns .col {
        padding: 0 9px;
        width: 50%;
        float: left;
    }

    .step-section + .step-section {
        padding-top: 55px;
    }

    .custom-radio {
        padding-left: 35px;
        font-size: 14px;
        line-height: 19px;
    }

    .custom-radio .fake-input {
        border-width: 3px;
        margin: 0 15px 0 -35px;
        width: 20px;
        height: 20px;
    }

    .custom-radio.alt-radio {
        font-size: 16px;
        line-height: 26px;
    }

    .custom-radio.alt-radio .fake-input {
        margin-top: 2px;
    }

    .custom-radio .title-text {
        font-size: 17px;
        line-height: 22px;
    }

    .custom-radio.alt-radio2 {
        padding-left: 30px;
    }

    .custom-radio.alt-radio2 .fake-input {
        margin: 0 10px 0 -30px;
    }

    .radio-list li {
        padding: 0 0 18px;
    }

    .radio-list.alt-radio-list {
        padding-bottom: 20px;
    }

    .radio-list.alt-radio-list li {
        padding: 0 0 32px;
    }

    .request-slideshow .slide {
        padding-top: 35px;
    }

    .request-slideshow .buttons .btn {
        font-size: 13px;
    }

    .request-form .form-section + .form-section {
        padding-top: 23px;
    }

    .request-form .form-section .title-block {
        min-height: 107px;
    }

    .request-form .location {
        padding: 24px 0 10px;
    }

    .request-form .form-row textarea {
        min-height: 182px;
        height: 182px;
    }

    .request-form .order-info-columns {
        font-size: 18px;
        line-height: 24px;
    }

    .request-form .order-info-columns .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 25px;
        margin-bottom: 15px;
    }

    .request-form .order-info-columns .info {
        padding-bottom: 25px;
    }

    .history-article {
        font-size: 20px;
        line-height: 28px;
    }

    .history-article .img-stretch {
        margin-top: -350px;
        height: 700px;
    }

    .history-article .container {
        max-height: 250px;
        padding-top: 88px;
        padding-bottom: 88px;
    }

    .history-article .container:before,
    .history-article .container:after {
        box-shadow: inset 5px 0 0 0 #fff, inset -5px 0 0 0 #fff;
        border-width: 0 5px;
        width: 26px;
        margin-left: -13px;
    }

    .history-article h2 {
        font-size: 75px;
        line-height: 80px;
        margin-bottom: 25px;
    }

    .history-article.in-viewport .container:before,
    .history-article.in-viewport .container:after {
        height: 50px;
    }

    .history-article.hover .container {
        padding-top: 133px;
        padding-bottom: 133px;
        max-height: 600px;
    }

    .history-article.hover .container:before,
    .history-article.hover .container:after {
        height: 100px;
    }

    .post-articles {
        margin-top: -32px;
    }

    .post-articles .post-article:nth-child(even) .image {
        right: auto;
        left: 0;
    }

    .post-article h2 {
        font-size: 46px;
        line-height: 48px;
        margin-bottom: 27px;
    }

    .post-article .image {
        width: 33.3%;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }

    .post-article .image .bg-stretch {
        background-position: 100% 50%;
    }

    .post-article .text-column {
        width: 62.6%;
        margin: 0 auto 0 0;
        padding: 70px 0 38px;
    }

    .post-article .meta-info {
        padding-bottom: 8px;
    }

    .post-article .winner-label {
        width: 169px;
    }

    .menu {
        font-size: 14px;
        line-height: 18px;
        font-weight: 700;
        margin-right: -38px;
    }

    .menu li {
        padding: 0 38px 20px 5px;
    }

    .menu .icon {
        border-width: 2px;
        margin-bottom: 12px;
        width: 55px;
        height: 55px;
        font-size: 24px;
        line-height: 1;
        font-weight: 400;
    }

    .menu .icon:before,
    .menu .icon:after {
        font: 400 16px/1 "icomoon" !important;
    }

    .menu .icon .icon-logo {
        font-size: 28px;
        margin-top: 4px;
    }

    .accordion li {
        padding: 15px 0;
    }

    .accordion li + li:before {
        height: 2px;
    }

    .accordion .opener {
        padding: 24px 30px 24px 0;
        font-size: 30px;
        line-height: 34px;
        letter-spacing: 1px;
    }

    .accordion .slide {
        padding-right: 30px;
    }

    hr {
        margin: 39px 0;
    }

    hr:after {
        font-size: 20px;
        padding: 0 12px 4px;
    }

    .gallery .caption .num-block:after {
        margin: 0 8px;
    }

    div.lightbox {
        width: 728px;
        font-size: 20px;
        line-height: 24px;
        font-weight: 400;
    }

    div.lightbox.gallery-lightbox {
        width: 640px;
        font-size: 16px;
        line-height: 24px;
    }

    div.lightbox.small-lightbox {
        width: 474px;
        padding: 50px 30px 40px;
    }

    div.lightbox.medium-lightbox {
        width: 635px;
        padding: 48px 45px 44px;
    }

    div.lightbox .logo-icon {
        margin-bottom: 31px;
        width: 128px;
    }

    div.lightbox h3 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 3px;
    }

    div.lightbox .title-text {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    div.lightbox .social-holder {
        padding-top: 40px;
    }

    div.lightbox .social-networks {
        font-size: 40px;
        line-height: 1;
    }

    div.lightbox .social-networks li {
        padding: 23px 35px;
    }

    div.lightbox .social-networks a {
        border-width: 3px;
        width: 75px;
        height: 75px;
    }

    div.lightbox .social-networks a:before,
    div.lightbox .social-networks a:after {
        font: 400 24px/1 "icomoon" !important;
    }

    div.lightbox .btn-holder .close {
        margin-top: 22px;
        margin-bottom: 8px;
    }

    div.lightbox .link {
        font-size: 14px;
        line-height: 18px;
    }

    .join-form .form-item {
        padding-bottom: 38px;
    }

    .calendar .ui-datepicker th {
        font-size: 15px;
        line-height: 18px;
    }

    .calendar .ui-datepicker td {
        border-width: 12px;
    }

    .calendar .ui-state-default,
    .calendar .ui-widget-content .ui-state-default,
    .calendar .ui-datepicker-current-day .ui-state-active,
    .calendar .ui-widget-content .ui-datepicker-current-day .ui-state-active {
        min-height: 34px;
    }

    #header {
        background: #fbf8eb url(//cdn10.bigcommerce.com/s-u7qm5slh7z/templates/__custom/images/bg-header-large.png?t=1496299656);
    }

    #header > .container {
        padding: 0 15px 33px;
    }

    #header .panel {
        overflow: hidden;
        padding: 9px 0 14px;
    }

    #header .panel .block {
        float: left;
        width: 50%;
        text-align: right;
        padding-right: 112px;
    }

    #header .panel .block + .block {
        text-align: left;
        padding: 0 0 0 112px;
    }

    .logo {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        float: none;
        width: 120px;
        z-index: 1;
    }

    .logo:before,
    .logo:after {
        content: "";
        position: absolute;
        left: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 44px;
        width: 3000px;
        margin-left: -14px;
        background: url(//cdn10.bigcommerce.com/s-u7qm5slh7z/templates/__custom/images/bg-nav.png?t=1496299656) no-repeat;
        background-size: 100% 100%;
        z-index: -1;
    }

    .logo:after {
        left: auto;
        right: 100%;
        margin: 0 -14px 0 0;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
        z-index: -1;
    }

    .fb-like {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin: 3px 23px 0 0;
        font-size: 13px;
        line-height: 16px;
    }

    .fb-like img {
        width: 28px;
        margin-right: 4px;
    }

    .nav-bar {
        position: relative;
    }

    .nav-drop {
        position: static;
        visibility: visible;
        opacity: 1;
        height: auto;
        background: transparent;
        border: none;
        padding: 0;
    }

    .nav-drop .drop-holder {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0 -5px;
    }

    #nav ul {
        font-size: 13px;
        line-height: 18px;
        padding: 2px 70px 0 0;
        height: 44px;
        width: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
    }

    #nav ul + ul {
        padding: 2px 0 0 70px;
    }

    #nav ul + ul:before {
        left: 69px;
        right: -9999px;
    }

    #nav ul li {
        padding: 0 5px;
    }

    #nav .social-networks {
        display: none;
    }

    .nav-opener {
        display: none;
    }

    #footer {
        padding: 20px 0 14px;
    }

    #footer .panel {
        padding-top: 16px;
        font-size: 14px;
        line-height: 28px;
        font-weight: 700;
    }

    #footer .title {
        font-size: 16px;
        line-height: 20px;
        word-spacing: 1px;
        margin-bottom: 13px;
    }

    .copyright {
        display: inline;
        margin-right: 5px;
    }

    .footer-menu li {
        padding: 0 5px 0 10px;
    }

    .footer-menu li:before {
        height: 10px;
        margin: 1px 0 0;
    }

    .jcf-select {
        min-width: 305px;
        height: 41px;
    }

    .jcf-select .jcf-select-text {
        font-size: 14px;
        line-height: 39px;
        margin-left: 15px;
    }

    .jcf-select .jcf-select-opener:after {
        right: 20px;
        width: 15px;
        height: 15px;
    }

    .jcf-list {
        font-size: 14px;
        line-height: 18px;
    }

    .jcf-list .jcf-option {
        padding: 10px 15px;
    }

    .fancybox-close {
        top: 36px;
        right: 36px;
        width: 38px;
        height: 38px;
    }

    .fancybox-close:before,
    .fancybox-close:after {
        width: 3px;
        height: 38px;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .title-nav-row .back-link {
        padding: 0 5px;
    }
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-resolution: 144dpi) {
    #header {
        background: #fbf8eb url(//cdn10.bigcommerce.com/s-u7qm5slh7z/templates/__custom/images/bg-header-large-2x.png?t=1496299656);
        background-size: 35px 63px;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .logo:before,
    .logo:after {
        height: 54px;
    }

    #nav ul + ul {
        font-size: 15px;
        padding: 2px 0 0 120px;
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    #nav ul + ul {
        padding: 2px 0 0 168px;
    }
}

@media (min-width: 1024px) {
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="search"],
    input[type="password"],
    textarea {
        padding: 21px 24px 20px;
    }

    #wrapper {
        padding-top: 145px;
    }

    .btn, .sf-menu li a {
        border-width: 3px;
        min-width: 200px;
        padding: 14px 15px 13px;
        margin: 0 20px 20px;
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
    }

    .btn:before,
    .btn:after,
    .sf-menu li a:before,
    .sf-menu li a:after {
        font-size: 25px;
    }

    .btn:after {
        margin: 0 1px 0 2px;
    }

    .btn.btn-alt, .btn.alt {
        padding: 17px 15px 16px;
        min-width: 246px;
    }

    .visual-section h1,
    .visual-section h2 {
        font-size: 65px;
        line-height: 70px;
    }

    .visual-section h2 {
        font-size: 55px;
        line-height: 48px;
    }

    .visual-section .btn {
        margin: 0 20px 20px;
        font-size: 18px;
        line-height: 22px;
    }

    .choose-form .jcf-select {
        height: 56px;
    }

    .choose-form .jcf-select .jcf-select-text {
        line-height: 54px;
    }

    .note-bar {
        font-size: 22px;
    }

    .form-opener,
    .sub-nav-opener {
        font-size: 22px;
        line-height: 26px;
    }

    .find-location .btn {
        margin: 0 0 0 20px;
    }

    .about-article .text-block {
        width: 64%;
    }

    .about-article .aside {
        width: 32%;
    }

    .button-row .btn {
        margin: 0 24px 20px;
    }

    .calendar-box {
        padding: 38px 45px 42px;
    }

    .choose-date .jcf-select .jcf-select-opener:after {
        top: 18px;
        right: 22px;
        border-width: 0 1px 1px 0;
        width: 14px;
        height: 14px;
    }

    .two-columns {
        padding: 55px 0 40px;
    }

    #content {
        width: 65%;
    }

    #content h2 {
        font-size: 60px;
        line-height: 48px;
        margin-bottom: 27px;
    }

    #sidebar {
        width: 30.2%;
    }

    .sub-box {
        padding: 25px 30px 33px 24px;
    }

    .search-form input[type="text"],
    .search-form input[type="search"] {
        padding: 18px 60px 18px 24px;
        height: 56px;
    }

    .search-form button[type="submit"],
    .search-form input[type="submit"] {
        width: 56px;
        height: 54px;
    }

    .form-row {
        margin: 0 -22px;
    }

    .form-row.three-columns {
        margin: 0 -17px;
    }

    .form-row.three-columns .form-item {
        padding: 0 17px 34px;
    }

    .form-row .form-item {
        padding: 0 22px 34px;
    }

    .form-row .form-item .jcf-select .jcf-select-opener:after {
        right: 34px;
    }

    .items-list.menu-list {
        -webkit-column-gap: 46px;
        -moz-column-gap: 46px;
        column-gap: 46px;
    }

    .items-list.boxes {
        margin: 0 -14px;
    }

    .items-list.boxes li {
        padding: 0 14px 35px;
        width: 33.33%;
    }

    .items-list li {
        padding: 0 0 40px;
    }

    .items-list h3:after {
        margin-left: 20px;
    }

    .items-list .title-row,
    .items-list h3 {
        font-size: 28px;
        line-height: 32px;
    }

    .items-list .desc {
        width: 74%;
    }

    .choose-menu .jcf-select {
        height: 56px;
        margin: 0 12px 12px;
    }

    .choose-menu .jcf-select .jcf-select-text {
        line-height: 54px;
    }

    .add-to-cart-form label {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .add-to-cart-form .form-row .jcf-select {
        height: 56px;
    }

    .add-to-cart-form .form-row .jcf-select .jcf-select-text {
        font-size: 16px;
        line-height: 54px;
        margin: 0 46px 0 18px;
    }

    .add-to-cart-form .form-row .jcf-select .jcf-select-opener:after {
        border-width: 0 1px 1px 0;
        right: 19px;
        top: 17px;
        width: 14px;
        height: 14px;
    }

    .order-info-columns .col {
        width: 25%;
    }

    .order-info-columns .col:last-child {
        width: 25%;
    }

    .info-form input[type="text"],
    .info-form input[type="password"],
    .info-form input[type="tel"],
    .info-form input[type="email"],
    .info-form textarea {
        padding: 16px 20px 15px;
    }

    .info-form .radio-row {
        padding: 13px 0 20px;
    }

    .info-form .radio-row .radio-list {
        padding: 4px 0;
    }

    .form-columns .form-item input[type="text"],
    .form-columns .form-item input[type="password"],
    .form-columns .form-item input[type="tel"],
    .form-columns .form-item input[type="email"],
    .form-columns .form-item textarea {
        padding: 16px 20px 15px;
    }

    .form-columns .jcf-select {
        height: 51px;
    }

    .form-columns .jcf-select .jcf-select-text {
        line-height: 49px;
        margin-left: 20px;
    }

    .form-columns .jcf-select .jcf-select-opener {
        width: 63px;
    }

    .form-columns .jcf-select .jcf-select-opener:after {
        width: 20px;
        height: 20px;
        border-width: 0 1px 1px 0;
        right: 33px;
    }

    .request-slideshow .buttons .btn {
        font-size: 18px;
    }

    .request-slideshow .button-row .btn {
        min-width: 223px;
    }

    .request-form .location .jcf-select {
        min-width: 439px;
        height: 56px;
    }

    .request-form .location .jcf-select .jcf-select-text {
        line-height: 54px;
        margin-right: 80px;
    }

    .request-form .location .jcf-select .jcf-select-opener {
        width: 80px;
    }

    .request-form .location .jcf-select .jcf-select-opener:after {
        right: 47px;
    }

    .post-article h2 {
        font-size: 60px;
        line-height: 48px;
    }

    .post-article .image .bg-stretch {
        background-position: 50% 50%;
    }

    .menu {
        margin-right: -58px;
    }

    .menu li {
        padding-right: 58px;
    }

    .accordion li {
        padding: 25px 0;
    }

    .accordion .slide {
        padding-right: 50px;
    }

    .gallery .prev,
    .gallery .next {
        font-size: 40px;
        left: -80px;
    }

    .gallery .next {
        left: auto;
        right: -80px;
    }

    .gallery .caption .num-block:after {
        margin: 0 12px;
    }

    div.lightbox.gallery-lightbox {
        width: 728px;
    }

    .calendar .ui-datepicker th {
        font-size: 18px;
        line-height: 22px;
    }

    .calendar .ui-datepicker td {
        border-width: 16px;
    }

    .calendar .ui-state-default,
    .calendar .ui-widget-content .ui-state-default,
    .calendar .ui-datepicker-current-day .ui-state-active,
    .calendar .ui-widget-content .ui-datepicker-current-day .ui-state-active {
        min-height: 40px;
    }

    #header > .container {
        padding: 0 15px 43px;
    }

    .logo {
        width: 218px;
    }

    #nav ul {
        font-size: 15px;
        padding-right: 120px;
        height: 54px;
    }

    #nav ul + ul:before {
        left: 117px;
    }

    .jcf-select {
        height: 61px;
    }

    .jcf-select .jcf-select-text {
        line-height: 59px;
        margin: 0 65px 0 24px;
    }

    .jcf-select .jcf-select-opener:after {
        border-width: 0 2px 2px 0;
        width: 23px;
        height: 23px;
        right: 28px;
    }

    .jcf-list .jcf-option {
        padding: 10px 24px;
    }
}

@media (min-width: 1200px) {
    .btn {
        min-width: 224px;
    }

    .visual-section .btn {
        margin: 0 24px 20px;
    }

    .buttons {
        margin: 0;
    }

    .note-bar.form-bar .holder {
        padding: 10px 60px 10px 64px;
    }

    .add-to-cart-form .form-row {
        margin: 0 -50px;
    }

    .add-to-cart-form .form-row .form-item {
        padding: 0 50px 25px;
    }

    .request-slideshow .buttons .btn {
        margin: 0 24px 20px;
    }

    .post-article .btn-holder .btn {
        min-width: 293px;
    }

    .accordion .slide {
        padding-right: 75px;
    }

    .gallery .prev,
    .gallery .next {
        font-size: 56px;
        left: -116px;
        margin-top: -20px;
    }

    .gallery .next {
        left: auto;
        right: -116px;
    }

    div.lightbox {
        width: 938px;
    }

    div.lightbox.gallery-lightbox {
        width: 938px;
    }

    .calendar .ui-datepicker th {
        font-size: 20px;
        line-height: 24px;
    }

    .calendar .ui-datepicker td {
        border-width: 18px;
    }

    .calendar .ui-state-default,
    .calendar .ui-widget-content .ui-state-default,
    .calendar .ui-datepicker-current-day .ui-state-active,
    .calendar .ui-widget-content .ui-datepicker-current-day .ui-state-active {
        min-height: 50px;
    }

    #nav ul {
        padding-right: 168px;
    }
}

@media (max-width: 767px) {
    body.nav-active {
        overflow: hidden;
    }

    .mobile-hidden {
        display: none;
    }

    .visual-section .buttons li {
        display: none;
    }

    .visual-section .buttons li.active {
        display: block;
    }

    .note-bar.form-bar {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        height: auto;
        padding: 0;
        z-index: 99;
    }

    .note-bar.form-bar:before,
    .note-bar.form-bar:after,
    .note-bar.form-bar .holder:before,
    .note-bar.form-bar .holder:after {
        display: none;
    }

    .note-bar.form-bar .holder {
        padding: 0;
    }

    .form-opener:before,
    .sub-nav-opener:before {
        content: "";
        position: absolute;
        right: 30px;
        top: 13px;
        border-right: 1px solid #000;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 1px;
        height: 12px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .form-active .form-opener:before,
    .sub-nav-active .form-opener:before,
    .form-active
    .sub-nav-opener:before,
    .sub-nav-active
    .sub-nav-opener:before {
        top: 12px;
        right: 34px;
        width: 1px;
        height: 15px;
    }

    .form-opener:after,
    .sub-nav-opener:after {
        content: "";
        position: absolute;
        right: 38px;
        top: 13px;
        border-left: 1px solid #000;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 1px;
        height: 12px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .form-active .form-opener:after,
    .sub-nav-active .form-opener:after,
    .form-active
    .sub-nav-opener:after,
    .sub-nav-active
    .sub-nav-opener:after {
        content: "";
        position: absolute;
        top: 12px;
        right: 34px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 1px;
        height: 15px;
    }

    .sub-nav-opener:before {
        border-right-color: #fff;
    }

    .sub-nav-active .sub-nav-opener:before {
        border-right-color: #000;
    }

    .sub-nav-opener:after {
        border-left-color: #fff;
    }

    .sub-nav-active .sub-nav-opener:after {
        border-left-color: #000;
    }

    .choose-menu .jcf-select {
        height: 28px;
        max-width: 154px;
        min-width: 154px;
    }

    .choose-menu .jcf-select .jcf-select-text {
        line-height: 26px;
    }

    .choose-menu .jcf-select .jcf-select-opener:after {
        top: 4px;
        right: 14px;
    }

    .info-table {
        display: block;
        overflow: hidden;
    }

    .info-table thead {
        display: none;
    }

    .info-table tbody {
        display: block;
        border-left: 130px solid #d92c2c;
        float: left;
        width: 100%;
        padding: 0 1px 0 11px;
        background: #9e8550;
        position: relative;
    }

    .info-table tbody:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 10px;
        background: #fbf8eb;
    }

    .info-table tbody tr {
        display: block;
        float: left;
        width: 100%;
        background: #fbf8eb;
        clear: both;
        margin-bottom: 11px;
        border-top: 1px solid #9e8550;
        position: relative;
    }

    .info-table tbody tr:after {
        content: "";
        position: absolute;
        left: -141px;
        right: -1px;
        bottom: -11px;
        height: 10px;
        background: #fbf8eb;
        z-index: 99;
    }

    .info-table tbody tr:first-child td {
        padding-top: 0;
    }

    .info-table tbody tr td:first-child span {
        padding-left: 10px;
    }

    .info-table td {
        display: block;
        padding: 0 0 0 140px;
        margin: 0 -1px 0 -141px;
        white-space: nowrap;
    }

    .info-table td:before {
        content: attr(data-label);
        padding: 10px;
        display: inline-block;
        vertical-align: top;
        color: #fff !important;
        width: 130px;
        margin: 0 11px 0 -140px;
        position: relative;
        white-space: normal;
        font-size: 13px;
    }

    .info-table td:first-child span {
        border-left: none;
    }

    .info-table td:last-child span {
        border-right: none;
    }

    .info-table span {
        white-space: normal;
        display: inline-block;
        vertical-align: top;
        padding: 10px;
        height: auto !important;
        border: none;
    }

    .request-slideshow .buttons li {
        width: 49.5%;
        text-align: center;
    }

    .request-slideshow .buttons .btn {
        min-width: 126px;
        font-size: 11px;
        letter-spacing: normal;
    }

    .request-slideshow .buttons .btn:before {
        margin-right: 1px;
    }

    #header .panel .social-networks {
        display: none;
    }

    #header .panel .link {
        display: none;
    }

    .nav-active .nav-drop {
        position: fixed;
        bottom: 0;
        top: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .nav-drop .drop-holder {
        overflow: auto;
        width: 100%;
        padding: 48px 24px 0;
    }

    .footer-menu li:first-child:before {
        display: none;
    }
}

@-webkit-keyframes fade-in-top {
    from {
        opacity: 0;
        -webkit-transform: translateY(24px);
        transform: translateY(24px);
    }

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

@keyframes fade-in-top {
    from {
        opacity: 0;
        -webkit-transform: translateY(24px);
        transform: translateY(24px);
    }

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

@-webkit-keyframes fade-in-bottom {
    from {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

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

@keyframes fade-in-bottom {
    from {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

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

@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.page {
   background: #fbf8eb;
}

.ProductList.List .ProductImage {
    float: none;
    width: 100%;
}

.ProductList .RetailPriceValue {
   display: none;
}

.ProductDescription {
   color: inherit;
}

.ProductList.List .ProductDescription {
   margin-top: 0;
}

.lightbox .fastCartSummaryBox {
  float: none;
  width: auto;
  background: none;
  padding: 0;
}

.lightbox .fastCartSummaryBox .actionLink .btn {
  display: inline-block;
  width: auto;
}

#ModalContainer {
    position: fixed;
    height: auto !important;
    left: 0 !important;
    margin: 0 auto !important;
    max-height: 95%;
    max-width: 270px !important;
    overflow-x: hidden;
    overflow-y: auto;
    right: 0 !important;
    top: 10% !important;
    width: 100% !important;
    background: none;
}

@media (min-width: 768px) {

  #ModalContainer {
    top: 50% !important;
    transform: translateY(-50%);
  }
}

#ModalContainer.QuickViewModal {
    background: none !important; 
}

#QuickViewProductDetails {
   width: 100% !important;
}

#ModalContainer .fastCartTop {
   padding-top: 20px;
}

#ModalContent, .ModalContent {
 padding: 0 !important;
 background: #fbf8eb !important;
}

#ModalContainer .modalClose {
 top: 35px !important;
 right: 15px !important;
 background: none !important;
 width: 28px !important;
 height: 28px !important; 
}

#ModalContainer.QuickViewModal .modalClose {
 top: 15px !important;
}

#ModalContainer .modalClose:before, #ModalContainer .modalClose:after {
    content:"";
    position: absolute;
    left: 50%;
    top: 0;
    background: #9e8550;
    transform: rotate(45deg);
    width: 2px;
    height: 28px;
}

#ModalContainer .modalClose:after {
    transform: rotate(-45deg);
}

#ModalContent .btn, .ModalContent .btn, #ModalContent .btn:hover, .ModalContent .btn:hover {
  color: #9e8550;
}

#ModalContent, .ModalContent, .CurrencyChooser a span {
  color: #000 !important;
}

#ModalContent .link, .ModalContent .link {
  color: #000;
}

#ModalContent .link:hover, .ModalContent .link:hover {
  color: #9e8550;
}

.text-column .productAttributeList {
    overflow: hidden;
    margin: 0 0 14px;
}

.text-column .productAttributeList .productAttributeRow {
    width: 100%;
}

.text-column .DetailRow.qty {
    width: 100%;
}

.text-column .productAttributeList .required {
    display: none;
}

.text-column .productAttributeList .name {
    font-size: 16px;
    line-height: 20px;
}

.Label.QuantityInput {
    font-size: 16px;
    line-height: 20px;
}

.text-column .selector, #QuickViewProductDetails .selector{
    font-size: 16px;
    line-height: 39px;
    height: 41px;
    padding: 0 !important;
    width: 100%;
    background: none !important;
    border: 1px solid #9e8550;
    font-family: "Abel", "Arial", "Helvetica", sans-serif;
    margin-bottom: 0;
}

#QuickViewProductDetails {
   padding: 30px 20px 20px;
}

#QuickViewProductDetails .selector{
  width: 100% !important;
}

#QuickViewProductDetails h1 {
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 20px;
}

#QuickViewProductDetails .addToCart .btn{
 margin: 0;
 width: 100%;
}

#QuickViewProductDetails .addToCart .productAttributeValue {
  position: relative;
  max-width: 80%;
  margin: 20px auto 0;
}

#QuickViewProductDetails .addToCart .productAttributeValue:before {
        font-size: 25px;
        content: "\e90a";
        position: absolute;
	right: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font: 400 14px/1 "icomoon";
	color: #9e8550;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
}

#QuickViewProductDetails .addToCart .productAttributeValue:after {
        content: "\e90b";
        position: absolute;
	right: auto;
        left: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font: 400 14px/1 "icomoon";
	color: #9e8550;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
}


.text-column div.selector select, #QuickViewProductDetails div.selector select {
    border: 1px solid #9e8550;
    font-size: 16px;
    padding: 3px 10px;
}

.text-column .selector span, #QuickViewProductDetails .selector span {
    height: 41px;
    line-height: 39px;
    padding: 0 46px 0 18px !important;
    position: relative;
}

.text-column .selector span:after, #QuickViewProductDetails .selector span:after{
    content: "";
    position: absolute;
    right: 12px;
    top: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid #9e8550;
    border-color: transparent #9e8550 #9e8550 transparent;
    border-width: 0 1px 1px 0;
    width: 12px;
    height: 12px;
}

.text-column .Value.AddCartButton .selector, #QuickViewProductDetails .Value.AddCartButton .selector {
    width: 100% !important;
}

.text-column .Value.AddCartButton .selector span, #QuickViewProductDetails .Value.AddCartButton .selector span {
    height: 41px;
    line-height: 39px;
    padding: 0 46px 0 18px !important;
}

.PrimaryProductDetails .text-column .addto, #QuickViewProductDetails .addto {
    border: 0;
    clear: none;
    overflow: visible;
    position: relative;
    float: none;
    width: auto;
    padding: 0;
}

.PrimaryProductDetails .text-column .addto .BulkDiscount {
    position: relative;
}

.PrimaryProductDetails .text-column .addto .BulkDiscount .DetailRow {
    margin: 0;
}

.PrimaryProductDetails .text-column .BulkDiscount:before {
        font-size: 25px;
        content: "\e90a";
        position: absolute;
	right: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font: 400 14px/1 "icomoon";
	color: #9e8550;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
}

.PrimaryProductDetails .text-column .BulkDiscount:after {
        content: "\e90b";
        position: absolute;
	right: auto;
        left: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font: 400 14px/1 "icomoon";
	color: #9e8550;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
}

.PrimaryProductDetails .text-column .addto input {
    background: none;
    margin: 0;
    width: 100%;
}


.PrimaryProductDetails .text-column .addto .btn:hover {
    background: #000;
    color: #9e8550;
}


@media (min-width: 768px) {

  .text-column .productAttributeList .productAttributeRow {
     float: left;
     width: 50%;
     padding: 0 20px 0 0;
  }

  .text-column .DetailRow.qty {
     float: left;
     width: 50%;
     padding: 0 20px 0 0;
  }

  .text-column .selector {
    font-size: 16px;
    line-height: 39px;
    height: 41px;
  }

  .PrimaryProductDetails .text-column .addto {
    float: left;
    width: 50%;
    padding: 30px 50px 0 0;
  }

  #ModalContainer {
    max-width: 474px !important;
  }
}

@media (min-width: 1024px) {

  .text-column .productAttributeList .productAttributeRow {
     padding: 0 50px 0 0;
  }

  .text-column .DetailRow.qty {
     padding: 0 50px 0 0;
  }

  .text-column .selector {
    font-size: 16px;
    line-height: 54px;
    height: 56px;
    padding: 0 !important;
  }

  .text-column .selector span {
    height: 56px;
    line-height: 54px;
    padding: 0 46px 0 18px !important;
    position: relative;
  }

  .text-column .selector span:after {
    top: 16px;
  }

  .text-column .Value.AddCartButton .selector span {
    height: 56px;
    line-height: 54px;
    padding: 0 46px 0 18px !important;
  }
   
  .PrimaryProductDetails .text-column .BulkDiscount:before {
        font-size: 25px;
  }

  .PrimaryProductDetails .text-column .BulkDiscount:after {
        font-size: 25px;
  }

  #QuickViewProductDetails .addToCart .productAttributeValue:before {
      font-size: 25px;
  }

  #QuickViewProductDetails .addToCart .productAttributeValue:after {
      font-size: 25px;
  }
   
}

table.CartContents {
  border-collapse:separate;
  border-spacing:0 10px;
}


table.CartContents thead {
  background: #d92c2c;
}

table.CartContents thead tr th {
  font-weight: 300;
  color: #fff;
  padding: 14px 10px;
}

table.CartContents>tbody>tr>td {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-align: left;
  padding: 14px 10px 10px;
  border: 1px solid #9e8550 !important;
  border-width: 1px 0 !important; 
}

table.CartContents tbody tr {
  padding: 10px 0; 
}

table.CartContents>tbody>tr>td:first-child {
  border-width: 1px 0 1px 1px !important; 
}

table.CartContents>tbody>tr>td:last-child {
  border-width: 1px 1px 1px 0 !important; 
}

table.CartContents>tfoot>tr>td {
  border-width: 0 !important; 
}

table.CartContents tfoot .SubTotal td {
  color: #949494;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
  padding-left: 10px;
}

table.CartContents em{
  font-style: normal;
}

table.CartContents .quantityInput-td {
  padding: 0;
  margin: 0;
  background: none;
  border-width: 0;
  height: auto;
  font-size: inherit;
  line-height: inherit;
}

table.CartContents tfoot .SubTotal td div {
  padding: 0;
}

table.CartContents .ProductName>a{
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

.ExpressCheckoutBlock a.ChangeLink {
 display: block;
 position: static;
 margin-top: 8px;
}

.ExpressCheckoutBlockCompleted a.ChangeLink {
 top: 12px;
 right: 10px;
}

.ExpressCheckoutContent {
 padding: 0 0 20px;
}

.ExpressCheckoutContent h4{
 text-transform: uppercase;
 letter-spacing: 1px;
 color: #d92c2c;
 font-size: 18px;
 line-height: 22px;
}

.ExpressCheckoutContent .note{
 font-size: 14px;
 line-height: 20px;
}

.ExpressCheckoutBlock .ExpressCheckoutTitle {
 font: 400 18px/22px "Abel", "Arial", "Helvetica", sans-serif;
 text-transform: uppercase;
 padding: 22px 0;
 margin: 0 0 22px;
 background: none;
 border: 1px solid #9e8550;
 border-width: 0 0 1px;
 color: #000;
}

.ExpressCheckoutContent .CreateAccount, .ExpressCheckoutContent .AccountLogin {
 float: none;
 width: 100%;
 padding: 0;
}

.ExpressCheckoutContent input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"] {
 height: 38px;
 line-height: 36px;
 font-weight: 300;
 padding: 0 10px;
 border: 1px solid #9e8550;
 font-size: 12px;
 background: none;
}

.ExpressCheckoutContent input[type="submit"], input[type="button"] {
        margin: 0;
	background: #9e8550;
	color: #fbf8eb;
	border-style: none;
	font-size: 12px;
	line-height: 16px;
	padding: 6px 13px;
}

.ExpressCheckoutContent input[type="submit"]:hover {
        background: #000;
}

.AddBillingAddress dt, .AddShippingAddress dt {
 clear: both;
}

@media (min-width: 768px) {

  .info-form .forgot {
   font-size: 14px;
   line-height: 20px;
   margin: 9px 0 0 5px;
 }

 .ExpressCheckoutContent input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"] {
  height: 51px;
  line-height: 49px;
  font-size: 16px;
  margin: 0 0 20px;
  padding: 0 20px;
 }

 .ExpressCheckoutContent input[type="submit"], input[type="button"] {
   padding: 10px 10px 9px;
   min-width: 156px;
 }

 .ExpressCheckoutBlock a.ChangeLink {
   position: absolute;
   margin-top: 8px;
 }

 .ExpressCheckoutBlockCompleted a.ChangeLink {
  top: 12px;
  right: 10px;
 }
 
 
 .ExpressCheckoutContent .CreateAccount, .ExpressCheckoutContent .AccountLogin {
  float: left;
  width: 50%;
  padding: 0 9px 0 0;
 }

 .ExpressCheckoutContent .AccountLogin {
  float: left;
  width: 50%;
  padding: 0 0 0 9px;
 }

}

@media (min-width: 1024px) {

  .ExpressCheckoutContent input[type="submit"], input[type="button"] {
      padding: 17px 15px 16px;
      min-width: 246px;
  }
}

#HomeFeaturedProducts a h3 {
    color: #000;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}


#HomeFeaturedProducts a:hover h3 {
    color: #9e8550;
}

.fastCartSummaryBox .actionLink {
   margin: 0;
}

.QuickViewBtn {
 position: absolute;
 z-index: 10;
 top: 50% !important;
 left: 50% !important;
 transform: translate(-50%, -50%) !important;
}

#ForgotPasswordForm input[type="text"] {
 margin: 0;
 height: 41px;
 line-height: 39px;
 padding: 0 15px;
 width: 100%;
}

#ForgotPasswordForm .btn {
 margin: 0;
}

#ForgotPasswordForm dd {
 margin: 0 15px;
}

@media (min-width: 768px) { 
 
 #ForgotPasswordForm input[type="text"] {
  height: 55px;
  line-height: 53px;
  padding: 0 15px;
  width: 100%;
 }

 #ForgotPasswordForm dd {
  min-width: 225px;
 }
}

#CartContent .CustomizeItemLink {
 display: none;
}

#CartContent .productAttributes {
 margin: 15px 0 0;
}

.product-article .SuccessMessage {
 width: 100%;
}

/* */
#braintree-cc-form input[type="text"] {
  width: 100%;
  margin: 0 0 20px;
}

.ExpressCheckoutBlock input[type="text"], .ExpressCheckoutBlock input[type="email"], .ExpressCheckoutBlock input[type="password"] {
    width: 100%;
}

.ExpressCheckoutBlock .selector, #braintree-cc-form .selector {
    border: 0;
    font-size: 16px;
    padding: 0 !important;
    background: none;
    width: 100%;
    height: 41px;
    line-height: 39px;
    margin: 0 0 20px;
}

@media (min-width: 768px) {

   .ExpressCheckoutBlock .selector, #braintree-cc-form .selector {
     height: 51px;
     line-height: 49px;
   }

} 

.ExpressCheckoutBlock .selector select, #braintree-cc-form .selector select {
    border: 1px solid #9e8550;
    font-size: 16px;
    padding: 3px 10px;
}

.ExpressCheckoutBlock .selector span, #braintree-cc-form .selector span{
    width: 100%;
    height: 100%;
    line-height: inherit;
    padding: 0 46px 0 18px !important;
    position: relative;
    background: #fbf8eb;
    border: 1px solid #9e8550;
}

.ExpressCheckoutBlock .selector span:after, #braintree-cc-form .selector span:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid #9e8550;
    border-color: transparent #9e8550 #9e8550 transparent;
    border-width: 0 1px 1px 0;
    width: 12px;
    height: 12px;
}

.ExpressCheckoutBlock .ShippingProviderList li {
   padding: 0;
} 

.ExpressCheckoutBlock .ShippingProviderList li:before {
   display: none;
}

/* radio custom */
div.radio {
    width: 20px;
    height: 20px;
    background: none;
    border-radius: 50%;
    cursor: pointer;
}

div.radio input {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

div.radio span {
   background: #187c33;
   border: 3px solid #4d4d4d;
   border-radius: 50%;
   cursor: pointer;
}

div.radio:hover span, div.radio span.checked {
    background: #fff;
}

.ShipperName, .ShipperPrice.ProductPrice {
   text-transform: uppercase;
   color: #d92c2c;
   letter-spacing: 1px;
   font: 400 13px/16px "Abel", "Arial", "Helvetica", sans-serif;
}

@media (min-width: 768px) {

  .ShipperName, .ShipperPrice.ProductPrice {
     font-size: 17px;
     line-height: 22px;
  }
}

.CartContents tfoot .CheckoutRedeemCoupon {
 background: none;
}
 

 .ExpressCheckoutBlock dl dt, #braintree-cc-form dl dt{
   float: none;
   display: inline-block;
   vertical-align: top;
   width: 100%;
   text-align: left;
   padding: 0 !important;
   margin: 0 !important;
 }

 .ExpressCheckoutBlock dl dd, #braintree-cc-form dl dd {
   float: none;
   display: inline-block;
   vertical-align: top;
   width: 100%;
   padding: 0 15px 0 0 !important;
   margin: 0 !important;
 } 

 .ExpressCheckoutBlock .selector, #braintree-cc-form .selector {
   width: 100% !important;
 }

 #uniform-creditcard_ccexpm, #braintree-cc-form #uniform-creditcard_ccexpm {
  width: 45% !important;
  padding: 0 !important;
  float: left;
 }

 #uniform-creditcard_ccexpy, #braintree-cc-form #uniform-creditcard_ccexpy {
  width: 45% !important;
  padding: 0 !important;
  float: right;
 }  

@media (min-width: 768px) {

 .ExpressCheckoutBlock dl dt, #braintree-cc-form dl dt  {
   width: 20%;   
 }

 .ExpressCheckoutBlock .AccountLogin dl dt {
   width: 100%;
 }

 .ExpressCheckoutBlock dl dd, #braintree-cc-form dl dd {
   width: 65%;
 }

 .ExpressCheckoutBlock .AccountLogin dl dd {
   width: 100%;
 }
  

 .ExpressCheckoutBlock .selector, #braintree-cc-form .selector {
   width: 100% !important;
 } 

}

.button-holder .sf-menu {
  text-align: center;
}

.button-holder .sf-menu li{
  float: none;
  display: none;
}

.button-holder .sf-menu li.active {
  display: inline-block;
  vertical-align: top;
}

.button-holder .sf-menu li.active a {
  background: #9e8550;
}

@media (min-width: 768px) {

  .button-holder .sf-menu li{
    display: inline-block;
    vertical-align: top;
  }
}

.shopping-cart {
   display: inline-block;
   vertical-align: middle;
   width: 13px;
   height: auto;
   margin: -2px 0 0 8px;
}

@media (min-width: 768px) {

  .shopping-cart {
    width: 17px;
    margin: -4px 0 0 3px;
  }
}

@media (min-width: 1024px) {

  .shopping-cart {
    width: 19px;
    margin: -6px 0 0 3px;
  }
}


