@charset "UTF-8";
/*! 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: 0.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: -0.5em;
}

sub {
  bottom: -0.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: 0.35em 0.625em 0.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;
}

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on July 8, 2016 */
@font-face {
  font-family: "merriweather";
  src: url("../fonts/merriweather-regular-webfont.eot");
  src: url("../fonts/merriweather-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-regular-webfont.woff2") format("woff2"), url("../fonts/merriweather-regular-webfont.woff") format("woff"), url("../fonts/merriweather-regular-webfont.ttf") format("truetype"), url("../fonts/merriweather-regular-webfont.svg#merriweatherregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "merriweather";
  src: url("../fonts/merriweather_light-webfont.eot");
  src: url("../fonts/merriweather_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather_light-webfont.woff2") format("woff2"), url("../fonts/merriweather_light-webfont.woff") format("woff"), url("../fonts/merriweather_light-webfont.ttf") format("truetype"), url("../fonts/merriweather_light-webfont.svg#merriweather_lightregular") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "merriweather";
  src: url("../fonts/merriweather-italic-webfont.eot");
  src: url("../fonts/merriweather-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-italic-webfont.woff2") format("woff2"), url("../fonts/merriweather-italic-webfont.woff") format("woff"), url("../fonts/merriweather-italic-webfont.ttf") format("truetype"), url("../fonts/merriweather-italic-webfont.svg#merriweatheritalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proximanova-sbold-webfont.eot");
  src: url("../fonts/proximanova-sbold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-sbold-webfont.woff2") format("woff2"), url("../fonts/proximanova-sbold-webfont.woff") format("woff"), url("../fonts/proximanova-sbold-webfont.ttf") format("truetype"), url("../fonts/proximanova-sbold-webfont.svg#proxima_novasemibold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proximanova-reg-webfont.eot");
  src: url("../fonts/proximanova-reg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-reg-webfont.woff2") format("woff2"), url("../fonts/proximanova-reg-webfont.woff") format("woff"), url("../fonts/proximanova-reg-webfont.ttf") format("truetype"), url("../fonts/proximanova-reg-webfont.svg#proxima_novaregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proximanova-bold-webfont.eot");
  src: url("../fonts/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-bold-webfont.woff2") format("woff2"), url("../fonts/proximanova-bold-webfont.woff") format("woff"), url("../fonts/proximanova-bold-webfont.ttf") format("truetype"), url("../fonts/proximanova-bold-webfont.svg#proxima_novabold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?f81r9o");
  src: url("../fonts/icomoon.eot?f81r9o#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?f81r9o") format("woff2"), url("../fonts/icomoon.ttf?f81r9o") format("truetype"), url("../fonts/icomoon.woff?f81r9o") format("woff"), url("../fonts/icomoon.svg?f81r9o#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  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-arrow-up:before {
  content: "\e906";
}

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

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

.icon-email:before {
  content: "\e600";
}

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-dots, .service-info, .add-nav ul, .logo-list, .info-list, .panel ul, .icon-list, .logo-gallery ul, [id=nav] ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-holder:after, .container:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

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

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #000;
  background: #f3f3f3;
  font: 16px/1.75 "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
}

h1, .h1 {
  font-size: 28px;
  font-family: "MaisonNeue", helvetica, arial, sans-serif;
  font-weight: 300;
  margin-bottom: 0.8em;
}
@media (max-width: 1023px) {
  h1, .h1 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 18px;
  }
}

h2, .h2 {
  font-family: "MaisonNeue", helvetica, arial, sans-serif;
}
@media (max-width: 1023px) {
  h2, .h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 17px;
  }
}

h3, .h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

h4, .h4 {
  font-size: 16px;
  color: inherit;
  margin: 0;
}

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

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

p {
  margin: 0 0 1.8em;
}
@media (max-width: 767px) {
  p {
    margin-bottom: 1em;
  }
}

a {
  color: #cbaa7c;
}
a:hover, a:focus {
  text-decoration: none;
}

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

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  padding: 10px 18px;
  outline: none;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #000;
}
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: lightgrey;
}
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: lightgrey;
}
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: lightgrey;
}
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: lightgrey;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: lightgrey;
}

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

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

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

h1 ~ form {
  padding-top: 21px;
}
@media (max-width: 1023px) {
  h1 ~ form {
    padding-top: 0;
  }
}

.contact-form {
  max-width: 660px;
}
.contact-form .row {
  overflow: hidden;
  padding-bottom: 32px;
}
@media (max-width: 1023px) {
  .contact-form .row {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contact-form .row {
    padding-bottom: 15px;
  }
}
.contact-form .row:last-of-type {
  padding-bottom: 27px;
}
@media (max-width: 767px) {
  .contact-form .row:last-of-type {
    padding-bottom: 15px;
  }
}
.contact-form .col {
  width: 50%;
  float: left;
  padding: 0 11px 0 0;
}
@media (max-width: 767px) {
  .contact-form .col {
    width: 100%;
    padding: 0 0 15px;
  }
}
.contact-form .col + .col {
  padding: 0 0 0 11px;
}
@media (max-width: 767px) {
  .contact-form .col + .col {
    padding: 0;
  }
}
.contact-form input[type=text],
.contact-form input[type=email] {
  float: left;
  width: 100%;
  height: 50px;
  outline: none;
}
@media (max-width: 767px) {
  .contact-form input[type=text],
.contact-form input[type=email] {
    height: 40px;
    padding: 5px 10px;
  }
}
.contact-form textarea {
  width: 100%;
  float: left;
  height: 187px;
  min-height: 187px;
}
@media (max-width: 767px) {
  .contact-form textarea {
    height: 120px;
    min-height: 120px;
    padding: 5px 10px;
  }
}
.contact-form .captcha {
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  align-content: center;
}
@media (max-width: 767px) {
  .contact-form .captcha {
    flex-flow: column wrap;
    align-items: center;
  }
}
.contact-form .captcha input[type=text] {
  flex-grow: 1;
  display: block;
  width: auto !important;
}
@media (max-width: 1023px) {
  .contact-form .captcha input[type=text] {
    width: 165px !important;
  }
}
@media (max-width: 767px) {
  .contact-form .captcha input[type=text] {
    flex-grow: auto;
  }
}
.contact-form .captcha .captchaimg {
  margin-right: 14px;
  width: 165px;
  background: #696969;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media (max-width: 767px) {
  .contact-form .captcha .captchaimg {
    margin: 0;
    height: 40px;
  }
}
.contact-form .captcha .captchaimg img {
  display: inline-block;
  vertical-align: top;
}
.contact-form p {
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  .contact-form p {
    margin-bottom: 15px;
  }
}

.aggie-owned-holder {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}

.aggie-owned-holder .proudly-serving,
.aggie-owned-holder .aggie-owned-p {
  margin: 0;
}

.aggie-owned-holder .aggie-owned-p {
  display: none;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .aggie-owned-holder .aggie-owned-p {
    display: block;
  }
}

.aggie-owned-holder .aggie-owned-p span {
  margin-right: 10px;
}

.aggie-owned {
  width: 44px;
  height: 60px;
  float: right;
  margin-left: 25px;
}

.fake-select {
  display: block;
  width: 100%;
  position: relative;
}
.fake-select:after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #d7d7d7;
}
@media (max-width: 767px) {
  .fake-select:after {
    right: 10px;
  }
}
.fake-select select::-ms-expand {
  display: none;
}
.fake-select select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px;
  border: 1px solid #e8e8e8;
  padding: 10px 44px 10px 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  background: none;
}
@media (max-width: 767px) {
  .fake-select select {
    padding: 5px 30px 5px 10px;
  }
}
.fake-select select:focus {
  border-color: #000;
}

input[type=submit] {
  background: #cbaa7c;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 20px;
  padding: 16px 49px;
  border: none;
  color: #fff;
  transition: color 0.2s linear, background 0.2s linear;
  border: 1px solid #cbaa7c;
}
@media (max-width: 767px) {
  input[type=submit] {
    display: block;
    margin: 0 auto;
  }
}
input[type=submit]:hover {
  background: #fff;
  color: #cbaa7c;
}

[id=header] {
  position: relative;
  background: #1a1b1e;
  padding: 36px 0 32px;
  z-index: 3;
}
@media (max-width: 1023px) {
  [id=header] {
    padding: 0 0 10px;
  }
}
@media (max-width: 767px) {
  [id=header] .container {
    padding: 0 10px;
  }
}
[id=header] .holder {
  font-family: "merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  color: #cbaa7c;
  font-size: 20px;
  line-height: 30px;
  float: right;
  text-align: right;
  width: 77%;
}
@media (max-width: 1023px) {
  [id=header] .holder {
    width: 100%;
    float: none;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding: 5px 0;
    position: relative;
    z-index: 0;
    margin: 0 0 13px;
  }
}
@media (max-width: 767px) {
  [id=header] .holder {
    font-size: 11px;
    line-height: 14px;
  }
}
[id=header] .holder:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  background: #25272b;
  display: none;
}
@media (max-width: 1023px) {
  [id=header] .holder:before {
    display: block;
    z-index: -1;
  }
}
[id=header] p {
  margin: 0 0 23px;
}
@media (max-width: 1023px) {
  [id=header] p {
    margin: 0;
  }
}

.logo {
  float: left;
  margin-left: -2px;
}
@media (max-width: 1179px) {
  .logo {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .logo {
    width: 158px;
    margin: 0 10px 3px;
  }
}
.logo img {
  display: inline-block;
  vertical-align: top;
}

[id=nav] {
  font-family: "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  float: right;
  width: 75%;
  text-align: right;
}
@media (max-width: 1023px) {
  [id=nav] {
    position: absolute;
    top: 100%;
    left: 100%;
    width: 100%;
    background: #4d4f53;
    z-index: 2;
    text-align: center;
    padding: 20px 20px 10px;
    transition: left 0.2s linear;
  }
  .nav-active [id=nav] {
    left: 0;
  }
}
[id=nav] ul {
  font-size: 0;
  line-height: 0;
}
[id=nav] li {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 13px 10px 12px;
}
@media (max-width: 1179px) {
  [id=nav] li {
    margin: 0 8px 10px;
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  [id=nav] li {
    display: block;
    margin-bottom: 15px;
  }
}
[id=nav] li:last-child {
  margin-right: 0;
}
[id=nav] li:hover a:after, [id=nav] li.selected a:after {
  width: 100%;
}
[id=nav] a {
  position: relative;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
[id=nav] a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 1px;
  transform: translateX(-50%);
  background: #cbaa7c;
  transition: width 0.2s linear;
}
@media (max-width: 1023px) {
  [id=nav] a:after {
    transition: none;
  }
}

.nav-opener {
  width: 30px;
  height: 30px;
  position: relative;
  float: right;
  display: none;
  margin: 20px 0 0;
}
@media (max-width: 1023px) {
  .nav-opener {
    display: block;
  }
}
@media (max-width: 767px) {
  .nav-opener {
    margin: 7px 9px;
  }
}
.nav-opener:before, .nav-opener:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  transition: all 0.2s linear;
  background: #cbaa7c;
}
.nav-opener:before {
  bottom: 23px;
  box-shadow: 0 10px 0 #cbaa7c;
}
.nav-opener:after {
  bottom: 3px;
}
.nav-active .nav-opener:before, .nav-active .nav-opener:after {
  bottom: 50%;
}
.nav-active .nav-opener:before {
  transform: translateY(50%) rotate(-45deg);
  box-shadow: none;
}
.nav-active .nav-opener:after {
  transform: translateY(50%) rotate(-135deg);
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.43;
  }
}

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

.container {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}

#main {
  overflow: hidden;
}

.main-holder {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  background: #fff;
}

.slideshow {
  position: relative;
  margin: 0 0 0px;
}
@media (max-width: 1023px) {
  .slideshow {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .slideshow {
    margin: 0;
  }
}
.slideshow .mask {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 550px;
}
@media (max-width: 1023px) {
  .slideshow .mask {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .slideshow .mask {
    height: 300px;
  }
}
.slideshow .slideset {
  float: left;
}
.slideshow .slide {
  position: absolute;
  z-index: 1;
  font-size: 16px;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.slideshow .slide.active {
  z-index: 2;
}
.slideshow .slide img {
  display: inline-block;
  vertical-align: top;
}
.slideshow .description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(59, 67, 89, 0.75);
  color: #fff;
  text-align: center;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .slideshow .description {
    font-size: 14px;
  }
}
.slideshow .description p {
  margin: 0;
}
.slideshow .btn-prev,
.slideshow .btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 97px;
  background: rgba(26, 27, 30, 0.75);
  transition: background 0.2s linear;
  z-index: 2;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .slideshow .btn-prev,
.slideshow .btn-next {
    width: 32px;
    height: 51px;
  }
}
.slideshow .btn-prev:hover,
.slideshow .btn-next:hover {
  background: #1a1b1e;
}
.slideshow .btn-prev i:before,
.slideshow .btn-next i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  font-size: 72px;
}
@media (max-width: 1023px) {
  .slideshow .btn-prev i:before,
.slideshow .btn-next i:before {
    font-size: 37px;
  }
}
.slideshow .btn-prev {
  left: 0;
}
.slideshow .btn-next {
  right: 0;
}

.intro-section {
  text-align: center;
  padding: 40px 0 59px;
  max-width: 940px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .intro-section {
    padding: 30px 0 50px;
  }
}
@media (max-width: 767px) {
  .intro-section {
    padding: 30px 0 22px;
  }
}
.intro-section h1 {
  font-size: 28px;
  line-height: 40px;
  color: #cbaa7c;
  margin: 0 0 40px;
  font-family: "merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .intro-section h1 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .intro-section h1 {
    font-size: 18px;
    line-height: 24px;
  }
}

.logo-section {
  background: #e5e5e5;
  padding: 43px 20px 92px;
}
@media (max-width: 1023px) {
  .logo-section {
    padding: 30px 20px 80px;
  }
}
@media (max-width: 767px) {
  .logo-section {
    padding: 30px 20px 50px;
  }
}
.logo-section .title {
  display: block;
  text-transform: uppercase;
  font-size: 29px;
  line-height: 32px;
  color: #1a1b1e;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .logo-section .title {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .logo-section .title {
    font-size: 18px;
    margin-bottom: 28px;
  }
}

.logo-gallery {
  position: relative;
}
.logo-gallery .mask {
  overflow: hidden;
  max-width: 962px;
  margin: 0 auto;
}
.logo-gallery ul {
  white-space: nowrap;
  width: 100% !important;
  font-size: 0;
  line-height: 0;
}
.logo-gallery li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  width: 25% !important;
}
@media (max-width: 1023px) {
  .logo-gallery li {
    width: 33.33% !important;
  }
}
@media (max-width: 767px) {
  .logo-gallery li {
    width: 100% !important;
  }
}
.logo-gallery li img {
  display: inline-block;
  vertical-align: middle;
}
.logo-gallery li a {
  background: #fff;
  height: 150px;
  text-align: center;
  display: block;
  transition: opacity 0.2s linear;
  padding: 0 10px;
}
.logo-gallery li a:hover {
  opacity: 0.85;
}
.logo-gallery li a:after {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.logo-gallery .btn-prev,
.logo-gallery .btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
  color: #1a1b1e;
  font-size: 35px;
  line-height: 1;
}
.logo-gallery .btn-prev {
  left: 21px;
}
@media (max-width: 1179px) {
  .logo-gallery .btn-prev {
    left: -22px;
  }
}
.logo-gallery .btn-next {
  right: 21px;
}
@media (max-width: 1179px) {
  .logo-gallery .btn-next {
    right: -22px;
  }
}

.logo-section + .aside-block .banner {
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .logo-section + .aside-block .banner {
    transform: translateY(0);
  }
}

.aside-block {
  position: relative;
}
.aside-block h1 {
  font-size: 28px;
  line-height: 32px;
  padding: 0 0 80px;
  margin: 0;
  font-weight: 300;
  color: #cbaa7c;
  text-align: center;
  font-family: "merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}
@media (max-width: 1023px) {
  .aside-block h1 {
    font-size: 23px;
    line-height: 25px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .aside-block h1 {
    font-size: 18px;
    padding-bottom: 33px;
  }
}

.banner {
  margin: 0 0 39px;
  position: relative;
  text-align: center;
}
@media (max-width: 1023px) {
  .banner {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .banner {
    margin: 0 auto 36px;
  }
}
.banner img {
  display: inline-block;
  vertical-align: top;
}
#content .banner {
  text-align: left;
}

.information-boxes {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.information-boxes .box {
  width: 50%;
  border: solid #e8e8e8;
  border-width: 1px 1px 1px 0;
  text-align: center;
  padding: 56px 40px;
}
@media (max-width: 1023px) {
  .information-boxes .box {
    padding: 30px 10px;
  }
}
@media (max-width: 767px) {
  .information-boxes .box {
    width: 100%;
    padding: 40px 20px 36px;
    border-width: 1px 0 0;
  }
}
.information-boxes .box:last-child {
  border-right: 0;
}
@media (max-width: 767px) {
  .information-boxes .box:last-child {
    border-width: 1px 0;
  }
}
.information-boxes h3 {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 0 25px;
  font-weight: 400;
  color: inherit;
}
@media (max-width: 1023px) {
  .information-boxes h3 {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 22px;
  }
}
#sidebar .information-boxes .box {
  width: 100%;
  border: none;
  padding: 45px 0;
  text-align: left;
  position: relative;
}
@media (max-width: 767px) {
  #sidebar .information-boxes .box {
    text-align: center;
    padding: 40px 0 36px;
  }
}
#sidebar .information-boxes .box:last-child:after {
  display: none;
}
#sidebar .information-boxes .box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  height: 1px;
  background: #e8e8e8;
}
#sidebar .information-boxes h3 {
  margin-bottom: 0px;
}
#sidebar .information-boxes .address {
  padding-bottom: 18px;
}

.address {
  font-style: normal;
  line-height: 1.5;
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  .address {
    font-size: 14px;
    line-height: 1.43;
  }
}
.address span {
  display: block;
}
.address .color {
  color: #cbaa7c;
}
.address a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s linear;
}
.address a:hover {
  color: #1a1b1e;
}

.icon-list {
  font-size: 0;
  line-height: 0;
}
.icon-list li {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  line-height: 1;
  padding: 0 21px;
  border-right: 1px solid #e8e8e8;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .icon-list li {
    padding: 0 17px;
  }
}
.icon-list li:first-child {
  padding-left: 0;
}
.icon-list li:last-child {
  border: none;
  padding-right: 0;
}
.icon-list li:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 46px;
}
@media (max-width: 767px) {
  .icon-list li:after {
    height: 33px;
  }
}
.icon-list a {
  color: #cbaa7c;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  transition: color 0.2s linear;
}
.icon-list a:hover {
  color: #1a1b1e;
}
.icon-list .icon-map {
  font-size: 25px;
}
@media (max-width: 767px) {
  .icon-list .icon-map {
    font-size: 20px;
  }
}
.icon-list .icon-email {
  font-size: 32px;
}
@media (max-width: 767px) {
  .icon-list .icon-email {
    font-size: 27px;
  }
}
.icon-list .icon-facebook {
  font-size: 24px;
}
@media (max-width: 767px) {
  .icon-list .icon-facebook {
    font-size: 20px;
  }
}

.panel {
  background: #f3f3f3;
  padding: 46px 0 40px;
  color: #1a1b1e;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .panel {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .panel {
    background: #fff;
    font-size: 13px;
    padding: 27px 0 14px;
  }
}
.panel ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .panel ul {
    flex-direction: column;
  }
}
.panel p {
  margin: 0;
}
.panel .decor {
  color: #cbaa7c;
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 13px;
}
@media (max-width: 767px) {
  .panel .decor {
    order: 1;
    padding: 10px 0 0;
  }
}

.two-columns {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .two-columns {
    display: block;
  }
}

[id=sidebar] {
  width: 32%;
  background: #f9f9f9;
  padding: 52px 50px 10px 60px;
  overflow: hidden;
}
@media (max-width: 1179px) {
  [id=sidebar] {
    padding: 40px 30px 10px 40px;
  }
}
@media (max-width: 1023px) {
  [id=sidebar] {
    padding: 20px 20px 10px;
  }
}
@media (max-width: 767px) {
  [id=sidebar] {
    width: 100%;
  }
}
[id=sidebar] h2 {
  margin: 0;
}

[id=content] {
  padding: 42px 60px 30px;
}
@media (max-width: 1179px) {
  [id=content] {
    padding: 44px 40px 30px;
  }
}
@media (max-width: 1023px) {
  [id=content] {
    padding: 20px;
  }
}
.two-columns [id=content] {
  width: 68%;
  padding-top: 44px;
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  .two-columns [id=content] {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .two-columns [id=content] {
    width: 100%;
  }
}
[id=content] > .img-hold:first-child {
  margin-top: -44px;
}
@media (max-width: 1023px) {
  [id=content] > .img-hold:first-child {
    margin-top: -20px;
  }
}
[id=content] .img-hold {
  margin: 0 -60px 45px;
}
@media (max-width: 1179px) {
  [id=content] .img-hold {
    margin: 0 -40px 35px;
  }
}
@media (max-width: 1023px) {
  [id=content] .img-hold {
    margin: 0 -20px 20px;
  }
}
[id=content] .img-hold img {
  display: inline-block;
  vertical-align: top;
}
[id=content] h3 {
  margin-bottom: 29px;
}
@media (max-width: 1023px) {
  [id=content] h3 {
    margin-bottom: 20px;
  }
}
[id=content] p + ul {
  margin-top: -1.8em;
}
@media (max-width: 767px) {
  [id=content] p + ul {
    margin-top: -1em;
  }
}
[id=content] ul:not([class]) {
  padding: 0 0 0 15px;
  margin-bottom: 1.8em;
}
[id=content] ul:not([class]) li {
  position: relative;
  list-style: none;
}
[id=content] ul:not([class]) li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: -13px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #000;
}

.head-block {
  padding: 18px 0;
}
.head-block .container {
  display: table;
  width: 100%;
  height: 80px;
  table-layout: fixed;
}
@media (max-width: 1179px) {
  .head-block .container {
    padding: 0 10px;
  }
}
@media (max-width: 1023px) {
  .head-block .container {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .head-block .container {
    height: auto;
    display: block;
  }
}
.head-block .container:after {
  display: none;
}
.head-block h1 {
  font-family: "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;
  padding-right: 10px;
  letter-spacing: 0.1em;
  display: table-cell;
  vertical-align: middle;
  width: 48%;
}
@media (max-width: 767px) {
  .head-block h1 {
    width: auto;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
    font-size: 20px;
    display: block;
  }
}
.head-block .banner {
  margin: 0;
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
@media (max-width: 479px) {
  .head-block .banner {
    justify-content: start;
    width: 80%;
  }
}
.head-block .banner a {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .head-block .banner .btn {
    padding: 0.65em 2em;
  }
}

.head-block.with-cart .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 479px) {
  .head-block.with-cart .container {
    flex-wrap: wrap;
  }
}
.head-block.with-cart h1 {
  margin-bottom: 0;
}

.info-list {
  margin: 0 0 28px;
}
.info-list dt {
  float: left;
  margin: 0 12px 0 0;
  color: #cbaa7c;
  font-weight: 700;
}
.info-list dd {
  clear: right;
  margin: 0;
}
.info-list dd a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
.info-list dd a:hover {
  text-decoration: underline;
}

.location-block {
  border: 1px solid #dbdbdb;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  width: 100%;
  margin: 0 0 59px;
}
@media (max-width: 1023px) {
  .location-block {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .location-block {
    flex-direction: column;
  }
}
.location-block:last-child {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .location-block:last-child {
    margin-bottom: 0;
  }
}
.location-block .col {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .location-block .col {
    width: 100%;
  }
}
.location-block .map-holder > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100% !important;
  width: 100% !important;
  border: none;
}
@media (max-width: 767px) {
  .location-block .map-holder > div {
    position: static;
    display: block;
    height: 200px !important;
  }
}
.location-block .box {
  padding: 65px 81px;
}
@media (max-width: 1023px) {
  .location-block .box {
    padding: 40px 40px;
  }
}
@media (max-width: 767px) {
  .location-block .box {
    padding: 20px;
  }
}
.location-block h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .location-block h3 {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
.location-block .address {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .location-block .address {
    padding-bottom: 15px;
  }
}
.location-block .icon-list {
  margin: 0 -10px;
}
.location-block .icon-list li {
  padding: 0 10px;
  border: none;
}
@media (max-width: 767px) {
  .location-block .icon-list li {
    padding: 0 7px;
  }
}
.location-block .icon-list li:after {
  display: none;
}
.location-block .icon-list a {
  background: #cbaa7c;
  color: #fff;
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
  border: 1px solid transparent;
  transition: color 0.2s linear, background 0.2s linear;
}
@media (max-width: 767px) {
  .location-block .icon-list a {
    width: 40px;
    height: 40px;
  }
}
.location-block .icon-list a:hover {
  color: #cbaa7c;
  background: #fff;
  border-color: #cbaa7c;
}
.location-block .icon-list a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.special-image {
  max-width: 50%;
}

.info-wrap {
  padding: 44px 60px 8px;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 1179px) {
  .info-wrap {
    padding: 44px 40px 8px;
  }
}
@media (max-width: 1023px) {
  .info-wrap {
    padding: 20px 20px 0;
  }
}

.info-wrap + .aside-block .information-boxes .box {
  border-top: none;
}

.logo-list {
  font-size: 0;
  line-height: 0;
  margin: 0 -26px;
  padding: 26px 0 0;
}
@media (max-width: 1023px) {
  .logo-list {
    margin: 0 -10px;
    padding: 0;
  }
}
.logo-list li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 26px 56px;
  text-align: center;
}
@media (max-width: 1023px) {
  .logo-list li {
    padding: 0 10px 30px;
  }
}
@media (max-width: 767px) {
  .logo-list li {
    width: 50%;
    padding: 0 10px 20px;
  }
}
.logo-list li a {
  display: block;
  border: 1px solid #e8e8e8;
  height: 140px;
  white-space: nowrap;
  transition: opacity 0.2s linear;
  padding: 10px;
}
@media (max-width: 767px) {
  .logo-list li a {
    height: 120px;
  }
}
.logo-list li a:hover {
  opacity: 0.8;
}
.logo-list li a:after {
  content: "";
  height: 100%;
  width: 1px;
  display: inline-block;
  vertical-align: middle;
}
.logo-list img {
  display: inline-block;
  vertical-align: middle;
}

.information-block {
  border-bottom: 1px solid #e8e8e8;
  padding: 8px 0 41px;
  margin: 0 0 48px;
}
@media (max-width: 1023px) {
  .information-block {
    padding: 0 0 20px;
    margin: 0 0 30px;
  }
}
.information-block:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 29px;
}
.information-block .text {
  overflow: hidden;
}
.information-block h1 {
  line-height: 1.43;
  margin-bottom: 38px;
}
@media (max-width: 1023px) {
  .information-block h1 {
    margin-bottom: 20px;
  }
}
.information-block p {
  margin-bottom: 2.5em;
}
@media (max-width: 1023px) {
  .information-block p {
    margin-bottom: 1.8em;
  }
}

.btn {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px;
  background: #cbaa7c;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.65em 2.4em;
  border: 1px solid transparent;
  transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
}
.btn:hover {
  background: #fff;
  border-color: #cbaa7c;
  color: #cbaa7c;
}

.alignright {
  float: right;
  margin: 6px 0 20px 60px;
}
@media (max-width: 1179px) {
  .alignright {
    margin: 0 0 20px 40px;
  }
}
@media (max-width: 1023px) {
  .alignright {
    margin: 0 0 20px 20px;
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .alignright {
    float: none;
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
  }
}

.alignleft {
  float: left;
  margin: 6px 60px 20px 0;
}
@media (max-width: 1179px) {
  .alignleft {
    margin: 0 40px 20px 0;
  }
}
@media (max-width: 1023px) {
  .alignleft {
    margin: 0 20px 20px 0;
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .alignleft {
    float: none;
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

blockquote {
  margin: 0 0 29px;
}
blockquote q {
  display: block;
}
blockquote q:before {
  content: "“";
}
blockquote q:after {
  content: "”";
}
blockquote cite {
  display: block;
  color: #cbaa7c;
  font-style: italic;
  position: relative;
  font-family: "merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}
blockquote cite:before {
  content: "–";
  padding-right: 3px;
}
blockquote strong {
  font-weight: 700;
}

.main-holder .system-message,
.main-holder .system-error-message {
  margin: 0;
  padding: 20px;
}

.cards-list {
  display: flex;
  flex-flow: row wrap;
  flex-grow: 1;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1024px) {
  .cards-list {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.card-wrapper {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .card-wrapper {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .card-wrapper {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .card-wrapper:last-child {
    margin-bottom: 0;
  }
}

.card-item {
  text-align: center;
  border: 1px solid #e8e8e8;
  max-width: 320px;
  margin: 0 auto;
  height: 100%;
}
.card-item .img-holder {
  border-bottom: 1px solid #e8e8e8;
}
.card-item .card-info {
  padding: 20px 25px;
}
.card-item .card-info span {
  color: #1a1b1e;
  font-size: 14px;
}
.card-item .card-info p {
  color: #000;
}
.card-item .card-info p:last-child {
  margin-bottom: 0;
}
.card-item h3 {
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  transition: color 0.3s ease;
}
.card-item a {
  text-decoration: none;
}
.card-item a:hover h3 {
  color: #cbaa7c;
}

.shoppingCartWidget {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-right: 8px;
  flex-shrink: 0;
}
@media (max-width: 479px) {
  .shoppingCartWidget {
    width: 10%;
  }
}

.cms_cart_widget {
  box-shadow: none;
  padding: 0;
  display: flex;
  margin-bottom: 0;
  text-align: unset;
  width: auto;
}

.cart {
  line-height: 27px;
  position: relative;
}
.cart a {
  position: relative;
  padding-right: 48px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  transition: color 0.3s ease;
}
@media (max-width: 479px) {
  .cart a {
    padding-right: 0;
  }
}
.cart a:hover {
  color: #cbaa7c;
}
.cart .icon-cart {
  position: absolute;
  right: 0;
  font-size: 27px;
}
@media (max-width: 479px) {
  .cart .icon-cart {
    position: relative;
    vertical-align: bottom;
  }
}
.cart.active > .bullet {
  position: absolute;
  top: -8px;
  right: -8px;
  border-radius: 50%;
  background-color: #cbaa7c;
  width: 10px;
  height: 10px;
}
@media (max-width: 479px) {
  .cart span {
    display: none;
  }
}

.filter {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .filter {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .filter {
    gap: 15px;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .filter {
    flex-direction: column;
  }
}
.filter .filterSelect {
  position: relative;
}
@media (max-width: 767px) {
  .filter .filterSelect {
    width: 100%;
  }
}
.filter .filterSelect .icon-arrow-down {
  position: absolute;
  font-size: 9px;
  top: 15px;
  right: 15px;
  color: #cbaa7c;
  pointer-events: none;
}
.filter select {
  border: 1px solid #e8e8e8;
  min-width: 253px;
  color: #1a1b1e;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  padding: 7px 19px;
  font-size: 14px;
  transition: color 0.2s linear;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .filter select {
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  .filter select {
    width: 100%;
    min-width: auto;
  }
}
.filter option {
  padding: 5px 19px;
  color: #000;
  line-height: 30px;
  width: 100%;
  display: block;
  transition: color 0.2s linear;
  font-size: 14px;
  text-transform: uppercase;
}
.filter .custom-select {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .filter .custom-select {
    flex-direction: column;
    align-items: start;
    width: calc(50% - 7.5px);
  }
}
@media (max-width: 479px) {
  .filter .custom-select {
    width: 100%;
  }
}
.filter .custom-select .category {
  border: 1px solid #e8e8e8;
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 253px;
}
@media (max-width: 1023px) {
  .filter .custom-select .category {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .filter .custom-select .category {
    width: 100%;
  }
}
.filter .custom-select .category a {
  color: #1a1b1e;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  display: block;
  padding: 7px 19px;
  font-size: 14px;
  transition: color 0.2s linear;
  letter-spacing: 0.5px;
  position: relative;
}
.filter .custom-select .category a:after {
  content: "\e907";
  font-family: icomoon;
  position: absolute;
  font-size: 9px;
  top: 13px;
  right: 13px;
  color: #cbaa7c;
}
.filter .custom-select .drop-holder {
  width: 253px;
  max-height: 0;
  z-index: 2;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 98%;
  overflow-y: auto;
  transition: max-height 0.2s linear, opacity 0.2s linear;
}
@media (max-width: 1023px) {
  .filter .custom-select .drop-holder {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .filter .custom-select .drop-holder {
    width: 100%;
  }
}
.filter .custom-select .drop {
  background: #fff;
  border: 1px solid #e8e8e8;
  list-style: none;
  margin: 0;
  padding: 10px 0;
}
.filter .custom-select .drop li {
  padding: 5px 0;
}
.filter .custom-select .drop a {
  color: #000;
  line-height: 30px;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 0 19px;
  transition: color 0.2s linear;
  font-size: 14px;
  text-transform: uppercase;
}
.filter .custom-select .drop a:hover {
  color: #cbaa7c;
}
.filter .custom-select.active .drop-holder {
  max-height: 209px;
  z-index: 333;
}
.filter .label {
  font-size: 14px;
  color: #cbaa7c;
  text-transform: uppercase;
  margin-right: 17px;
}

.custom-attribute input[type=radio] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}
.custom-attribute [type=radio]:checked ~ .color-holder {
  border: 5px solid #cbaa7c !important;
}
.custom-attribute .color-holder {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  border: 5px solid transparent;
  display: inline-block;
  vertical-align: top;
}
.custom-attribute .color-holder span {
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  width: 35px;
  height: 35px;
}

.bg-light-gray {
  background-color: #f9f9f9;
}

.cms_ecommerce {
  margin-top: 0;
  padding: 0;
  max-width: none;
}
.cms_ecommerce h5 {
  color: #1a1b1e;
}

.system_form .cms_fake_select select {
  line-height: 18px;
}

[data-th="Delete item"] a svg {
  transition: fill 0.3s ease;
}
[data-th="Delete item"] a:hover svg {
  fill: #cbaa7c;
}

@media (max-width: 767px) {
  .cms_ecommerce .cms_ecommerce_products tr {
    border-bottom: 1px solid #cbcbcb;
  }
  .cms_ecommerce .cms_ecommerce_products tr:last-child {
    border: none;
  }
}

@media (max-width: 767px) {
  cbcbcb .cms_ecommerce .cms_ecommerce_products span,
.cms_ecommerce .cms_ecommerce_products dl {
    margin-left: 5px;
  }
}

@media (max-width: 767px) {
  .cms_ecommerce .cms_ecommerce_products .product_name {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .cms_ecommerce .cms_ecommerce_products input[type=number] {
    text-align: center;
    width: 80px;
    margin-left: 5px;
  }
}

[id=footer] {
  background: #1a1b1e;
  text-align: center;
  padding: 45px 0 41px;
}
@media (max-width: 1023px) {
  [id=footer] {
    padding: 39px 0;
  }
}
[id=footer] .container {
  padding: 0 10px;
  max-width: 1090px;
}
[id=footer] .logotype {
  text-align: center;
  margin: 0 0 25px;
}
@media (max-width: 1023px) {
  [id=footer] .logotype {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  [id=footer] .logotype {
    width: 158px;
    margin: 0 auto 26px;
  }
}

.add-nav {
  border: solid #4d4f53;
  border-width: 1px 0;
  padding: 35px 0 22px;
  margin-bottom: 36px;
}
@media (max-width: 1023px) {
  .add-nav {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .add-nav {
    border: none;
    padding: 0 0 15px;
    margin: 0;
  }
}
.add-nav ul {
  font-size: 0;
  line-height: 0;
}
.add-nav li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1;
  padding: 0 20px;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1023px) {
  .add-nav li {
    font-size: 13px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .add-nav li {
    display: block;
    margin-bottom: 13px;
    padding: 0;
  }
}
.add-nav li:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 10px;
  background: #cbaa7c;
}
@media (max-width: 767px) {
  .add-nav li:after {
    display: none;
  }
}
.add-nav li:first-child {
  padding-left: 0;
}
.add-nav li:last-child {
  padding-right: 0;
}
.add-nav li:last-child:after {
  display: none;
}
.add-nav li.selected a:after {
  width: 100%;
}
.add-nav a {
  color: inherit;
  text-decoration: none;
  position: relative;
}
.add-nav a:hover:after {
  width: 100%;
}
.add-nav a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 1px;
  transform: translateX(-50%);
  background: #cbaa7c;
  transition: width 0.2s linear;
}
@media (max-width: 1023px) {
  .add-nav a:after {
    transition: none;
  }
}

.service-info {
  font-size: 0;
  line-height: 0;
}
.service-info li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #4d4f53;
  font-size: 14px;
  line-height: 1.2;
  padding: 0 19px;
}
@media (max-width: 767px) {
  .service-info li {
    font-size: 12px;
    line-height: 20px;
    display: block;
  }
}
.service-info li:last-child:after {
  display: none;
}
.service-info li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #4d4f53;
}
@media (max-width: 767px) {
  .service-info li:after {
    display: none;
  }
}
.service-info a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s linear;
}
.service-info a:hover {
  color: #cbaa7c;
}

.html {
  scroll-behavior: smooth;
}

.catalog-items ul {
  list-style: none;
  padding: 15px 20px;
  margin: 0;
  display: flex;
  font-size: 14px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 15px;
  background-color: #f9f9f9;
  min-height: 60px;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .catalog-items ul {
    padding: 15px 60px;
    -moz-column-gap: 36px;
    column-gap: 36px;
    min-height: 110px;
  }
}
.catalog-items li:first-child {
  color: #cbaa7c;
}
.catalog-items li:before {
  content: none;
}
.catalog-items li.selected {
  font-weight: 700;
  position: relative;
}
.catalog-items li.selected:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 100%;
  height: 1px;
  transform: translateX(-50%);
  background: #cbaa7c;
}
.catalog-items a {
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease;
  color: #1a1b1e;
}
.catalog-items a:hover {
  color: #cbaa7c;
}

.section {
  padding: 30px 20px;
}
@media (min-width: 1024px) {
  .section {
    padding: 50px 60px 35px;
  }
}

.catalog-list h2 {
  color: #1a1b1e;
}
.catalog-list img {
  vertical-align: top;
}
.catalog-list .title {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .catalog-list .title {
    margin-bottom: 50px;
  }
}
.catalog-list .title h2:last-child {
  margin-bottom: 0;
}

.product-list h2 {
  color: #1a1b1e;
  margin-bottom: 0;
  font-size: 24px;
}
@media (max-width: 767px) {
  .product-list h2 {
    margin-bottom: 15px;
  }
}
.product-list img {
  vertical-align: top;
}
.product-list .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .product-list .title {
    flex-direction: column;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .product-list .title {
    margin-bottom: 50px;
  }
}
.product-list .title h2:last-child {
  margin-bottom: 0;
}
.product-list .card-info {
  text-align: start;
}
.product-list .card-info span {
  text-transform: uppercase;
}

.product-detail img {
  vertical-align: top;
  margin: 0 auto;
}
.product-detail .row-holder {
  display: flex;
  flex-flow: row wrap;
  flex-grow: 1;
  margin-left: -25px;
  margin-right: -25px;
}
@media (max-width: 1023px) {
  .product-detail .row-holder {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.product-detail .col:first-child {
  max-width: 48%;
}
.product-detail .col {
  width: 52%;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1023px) {
  .product-detail .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .product-detail .col,
.product-detail .col:first-child {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.product-info .title span {
  color: #1a1b1e;
  text-transform: uppercase;
}
.product-info h2 {
  font-size: 32px;
  color: #000;
  font-family: "proxima_nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .product-info h2 {
    font-size: 24px;
  }
}
.product-info .actions {
  padding-top: 30px;
  border-top: 1px solid #000;
  display: flex;
  justify-content: space-between;
  gap: 30px 5px;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1169px) {
  .product-info .actions {
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 767px) {
  .product-info .actions {
    gap: 15px;
    justify-content: space-between;
    flex-direction: row;
  }
}
@media (max-width: 479px) {
  .product-info .actions {
    justify-content: center;
  }
}
.product-info .actions input {
  margin-left: 15px;
  width: 80px;
  height: 50px;
  text-align: center;
  padding: 10px;
}
@media (max-width: 767px) {
  .product-info .actions input {
    width: 50px;
    height: 30px;
    padding: 5px;
  }
}
.product-info .actions input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.product-info .actions input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.product-info .actions span {
  font-size: 24px;
  font-weight: 700;
}
.product-info .actions .btn {
  margin-bottom: 0;
  border-radius: 25px;
}
.product-info .actions-item {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  flex: 1 1 auto;
  align-items: center;
}
.product-info .actions-item:last-child {
  justify-content: flex-end;
}
@media (max-width: 479px) {
  .product-info .actions-item:last-child {
    justify-content: center;
  }
}

.product-option {
  margin-bottom: 10px;
}
.product-option select {
  width: 100%;
  padding: 10px 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.product-option label {
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}
.product-option .select-wrapper {
  position: relative;
}
.product-option .select-wrapper .icon-arrow-down {
  position: absolute;
  font-size: 11px;
  top: 22px;
  right: 24px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .product-option .select-wrapper .icon-arrow-down {
    top: 17px;
    right: 17px;
  }
}

.color-picker {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.color-picker label {
  margin-bottom: 5px;
}

.product-description {
  padding-top: 85px;
  margin-bottom: 45px;
}
@media (max-width: 1023px) {
  .product-description {
    padding-top: 45px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .product-description {
    padding-top: 0;
  }
}
.product-description h3 {
  margin-bottom: 28px;
}
@media (max-width: 1023px) {
  .product-description h3 {
    margin-bottom: 15px;
  }
}
.product-description p:last-child {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .slick-dots {
    bottom: 15px;
  }
}
.slick-dots li {
  display: inline-block;
  padding: 0 8px;
}
@media (max-width: 1023px) {
  .slick-dots li {
    padding: 0 5px;
  }
}
.slick-dots li.slick-active button {
  border-color: #cbaa7c;
  background: #cbaa7c;
}
.slick-dots li button {
  display: block;
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #1a1b1e;
  background: none;
  transition: all 0.3s ease;
  padding: 0;
}
.slick-dots li button:hover {
  border-color: #1a1b1e;
  background: #cbaa7c;
}