/* normalize-scss 3.0.1+normalize.3.0.1 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Base
   ========================================================================== */
/**
 * Establish a vertical rhythm unit using $base-font-size, $base-line-height,
 * and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
 * body `font-size` is set using `em` units.
 */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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,
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 */
  *display: inline;
  *zoom: 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.
 */
[hidden] {
  display: none;
}

/**
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  margin: 1.5em 40px;
}

/**
 * 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 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.5em 0;
}

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

/* Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

/**
 * 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: 1.5em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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.
 */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */
}

/**
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * 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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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 {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em;
}

/**
 * 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.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 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("../fonts/icomoon.eot?zh9dlf");
  src: url("../fonts/icomoon.eot?zh9dlf#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff?zh9dlf") format("woff"), url("../fonts/icomoon.ttf?zh9dlf") format("truetype"), url("../fonts/icomoon.svg?zh9dlf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  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-cart:before {
  content: "\e608";
}

.icon-tter:before {
  content: "\e605";
}

.icon-tube:before {
  content: "\e606";
}

.icon-li:before {
  content: "\e607";
}

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

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

.icon-facb:before {
  content: "\e604";
}

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

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

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

.icon-shield:before {
  content: "\e603";
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: 16px/1.5 "museo-sans", sans-serif;
  color: #3f3f3f;
  letter-spacing: .5px;
  text-rendering: optimizeLegibility;
  font-weight: 500;
}

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

a {
  color: #ee3f41;
  text-decoration: none;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

p {
  margin: 0 0 1em 0;
}

p:empty {
  display: none;
}

strong {
  font-weight: 900;
}

address {
  font-style: normal;
}

blockquote, cite {
  margin: 0;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  letter-spacing: 1px;
}

h1, h2, h3 {
  margin: .5em 0;
  font-size: 25px;
  color: #ee3f41;
}

h1 {
  font-size: 32px;
}

h2 a {
  text-decoration: underline;
}

h2 {
  line-height: 1.2em;
}

h3 {
  color: #393939;
  font-size: 19px;
}

h4, h5, h6 {
  margin: 0;
}

h4 {
  font-size: 23px;
  text-transform: uppercase;
}

h5 {
  font-size: 17.6px;
  line-height: 1.2;
}

h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.80723em;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.required:after {
  content: "Required";
  text-transform: uppercase;
  font-size: 11px;
  color: #a6a6a6;
  font-weight: 900;
}

.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
  padding: 36px;
}

.main-content {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section {
  background: #f9f9f9;
}

.col-wrapper {
  overflow: hidden;
}

.col-auto {
  display: inline-block;
  vertical-align: top;
  margin-right: 24px;
}

.col-half {
  width: 50%;
  float: left;
}
.col-half:nth-child(1) {
  padding-right: 4%;
}

.products-list .products {
  margin-bottom: 0;
}

.woocommerce a.button br {
  display: none;
}

.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
  width: 100% !important;
}

.woocommerce button.button.alt.disabled {
  background: #ee7172;
}

.button, .products-list ul.products li.product .button, .search-wrap #searchsubmit, .cta-button {
  display: inline-block;
  background: #ee3f41;
  color: white;
  font-weight: 700;
  text-align: center;
  border: none;
  border-radius: 4px;
  padding: 10px 24px;
}
.button:hover, .products-list ul.products li.product .button:hover, .search-wrap #searchsubmit:hover, .cta-button:hover {
  background: #b71012;
}

.outline-button a {
  border: 2px solid #343433;
  border-radius: 4px;
}
.outline-button a:hover {
  background-color: #343433;
  color: #fff;
}

.cta-button {
  font-size: 20px;
  padding: 10px 50px;
}

.drawer-default a {
  border: 0;
}

#drawer-secondary-menu .menu-button {
  margin: 0;
}

.searchform button {
  background: url(../images/search_icon.png) no-repeat scroll 7px 7px;
  bottom: 0;
  height: 33px;
  right: 5px;
  padding: 7px 14px 6px 14px;
  position: absolute;
  top: 5px;
  line-height: initial;
  border: 0;
}

#drawer-main-menu .outline-button a {
  color: #ee3f41;
}
#drawer-main-menu .outline-button a:hover {
  color: #fff;
}

.page-home .content-overlay {
  margin-top: -100px;
}

.home-content-box {
  background-color: white;
  margin: 0 auto;
  border: solid 1px #d7d7d7;
}

.bg-wrapper {
  position: relative;
}

.bg-image {
  position: absolute;
  bottom: 0;
  z-index: 50;
  width: 90%;
  max-width: 650px;
}

.content-wrapper {
  width: 90%;
  position: relative;
  margin: 0 auto;
}

.home-wrapper {
  padding: 100px 40px;
}

.short-wrapper {
  padding: 0px 115px 80px;
}

.post-type-archive-product .short-wrapper {
  padding: 80px 75px;
}

.thin-wrapper {
  max-width: 940px;
  z-index: 100;
}

.products-wrapper {
  padding: 50px;
}

.content-wrapper.products-wrapper {
  width: 100%;
}

fieldset {
  margin: 1em 0;
}

.field-wrap {
  float: left;
  overflow: hidden;
  width: 50%;
  padding: 0 10px;
  margin: 10px 0;
}

.full-width {
  clear: both;
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select,
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-select {
  width: 100%;
  background: #fff;
  color: rgba(69, 69, 69, 0.67);
  border: solid 1px #b7b7b7;
  padding: 10px 15px;
  font-size: 18.15px;
  line-height: 1.3;
  transition: color .25s ease-out;
}

.wpcf7-text:focus {
  color: #454545;
}

.wpcf7-select {
  position: relative;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-appearance: none;
}

.select-wrap .wpcf7-form-control-wrap:after {
  content: '';
  position: absolute;
  top: 45%;
  right: 18px;
  border-top: solid 7px #b7b7b7;
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
}

.wpcf7-list-item,
.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-list-item-label {
  display: inline-block;
  margin-left: 5px;
  opacity: .7;
}

.wpcf7-submit {
  display: block;
  width: 100%;
  margin: 1em auto 0 auto;
}

span.wpcf7-not-valid-tip {
  font-size: 14px;
  display: block;
  background: #ee3f41;
  color: white;
  padding: 5px 10px;
}

.wpcf7-not-valid {
  border-bottom: none;
}

.wpcf7-response-output {
  clear: both;
}

/* Header
------------------------------------------------*/
/* Hide Drawer Menu */
.alt-menu {
  display: none;
}

.drawer-nav .searchform {
  display: none;
}

#drawer-secondary-menu li {
  display: inline-block;
}
#drawer-secondary-menu li a {
  padding: 15px 12px 10px;
}

.subtle {
  position: absolute;
  left: 0;
  top: 15px;
  margin-left: 40px;
  font-size: 0.8em;
  color: white;
}

.global-header {
  position: relative;
  background-color: #fff;
}
.global-header .wrapper {
  overflow: visible;
  padding: 34px 36px 400px;
  min-height: 164px;
  clear: both;
}
.global-header .logo {
  float: left;
  width: 290px;
  margin: 0 0 0 0;
  position: relative;
}
.global-header .logo img {
  display: block;
  width: 100%;
}
.global-header .icon-cart {
  margin-right: 10px;
  color: #ee3f41;
  font-size: 38px;
  margin-bottom: 0px;
  padding: 0;
  position: absolute;
  right: 40px;
  bottom: 33px;
}
.global-header .icon-cart:hover {
  color: #b71012;
}

.menu-button {
  margin-left: 10px;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu .menu-item {
  display: inline-block;
}
.menu .menu-item.menu-item-852 {
  padding-right: 10px;
}
.menu a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: #343433;
  font-weight: 500;
  font-size: 18px;
}
.menu .header-icon a {
  padding: 0 5px;
}
.menu .header-icon a:hover {
  color: #ee3f41;
}
.menu .menu-item-has-children {
  position: relative;
}
.menu .menu-item-has-children > a {
  padding-right: 30px;
}
.menu .menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 44%;
  right: 15px;
  border-top: solid 5px #eee;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
}
.menu .sub-menu {
  display: none;
  position: absolute;
  z-index: 10;
  top: 42px;
  left: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  min-width: 200px;
}
.menu .sub-menu li {
  display: block;
}
.menu .sub-menu a {
  color: #343433;
  text-transform: none;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 16px;
}
.menu .sub-menu a:hover {
  background: #efefef;
}

/*.no-js*/
.menu-item-has-children:hover .sub-menu {
  display: block;
}

.main-menu {
  float: right;
  margin-top: 20px;
  font-size: 14.5px;
  clear: right;
}

.secondary-menu {
  float: right;
  font-size: 12px;
  padding-left: 50px;
}
.secondary-menu .sub-menu {
  top: 38px;
}

.menu .menu-button a {
  background: #ee3f41;
  border-radius: 4px;
  color: #fff;
  min-width: 100px;
  text-align: center;
}
.menu .menu-button a:hover {
  background: #1f1f1f;
}

.border-bottom {
  padding: 36px 3%;
  height: 170px;
  position: relative;
}

.global-header .border-bottom:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 36px;
  right: 36px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}

.header-wrapper {
  overflow: hidden;
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
  padding: 36px;
}

.banner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 1px;
  padding-bottom: 23%;
  background: #eee;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner h1 {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 5%;
  bottom: 8px;
  text-align: right;
  color: white;
  font-size: 6vw;
  font-weight: 900;
  margin: 0;
  line-height: 1;
  text-transform: initial;
}

/*Search Bar */
.search-wrap {
  clear: right;
  float: right;
  width: 20%;
  position: relative;
  margin-left: 20px;
}
.search-wrap .search-field {
  padding: 7px 22px 7px 12px;
}

.search-wrap #searchsubmit {
  padding: 7px 14px 6px 14px;
  position: absolute;
  top: 3px;
  left: 3px;
  line-height: initial;
}

.searchform-result {
  padding: 20px 0 10px;
  border-bottom: 2px solid #ccc;
}
.searchform-result h2 {
  margin: 0;
  font-size: 1.9em;
  line-height: 1.4em;
}
.searchform-result h2 a {
  text-decoration: none;
  font-weight: 600;
}

/* Footer
------------------------------------------------*/
.global-footer {
  padding: 36px 0;
  background: #343433;
  color: #afafaf;
  position: relative;
}
.global-footer a {
  color: #afafaf;
  text-decoration: none;
}
.global-footer a:hover {
  color: white;
}
.global-footer .quote-button {
  color: white;
  float: right;
}

.contact-info {
  float: left;
  width: 48%;
}
.contact-info h6 {
  color: white;
}
.contact-info span {
  display: inline-block;
  margin-bottom: 14px;
}

.recent-news {
  float: right;
  width: 40%;
}
.recent-news blockquote {
  margin: 0 0 1em 0;
  border-bottom: solid 1px #909090;
}
.recent-news blockquote:last-child {
  border: none;
  margin: 0;
}
.recent-news h4 {
  color: white;
}
.recent-news h5 {
  display: inline;
}
.recent-news time {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
}
.recent-news a {
  color: #f26e6f;
  text-transform: uppercase;
  font-size: 12.6px;
  font-weight: bold;
  font-style: normal;
}

.industries-section {
  text-align: right;
  display: inline-block;
  margin-right: 50px;
  float: right;
}
.industries-section p {
  margin: 0;
}

.quote-button {
  background: #ee3f41;
  border-radius: 4px;
  display: inline-block;
  padding: 10px 15px;
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  vertical-align: top;
}
.quote-button:hover {
  background: rgba(0, 0, 0, 0.4);
}

.right-section {
  float: right;
}

/* Page Header
------------------------------------------------*/
.page-header {
  position: relative;
  height: 1px;
  padding-bottom: 30%;
  background: #555;
  background-size: cover;
  background-position: center center;
  color: white;
}
.page-header .details {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 0;
  right: 0;
}
.page-header h1 {
  color: white;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
}

.single-title {
  color: #ee3f41;
  text-transform: uppercase;
  font-size: 4.5em;
  margin-bottom: 40px;
}

/* Home
------------------------------------------------*/
.home-wrapper.wrapper {
  padding: 36px 36px 50px;
}

.intro-image {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}

.intro {
  padding-top: 20%;
  padding-bottom: 10%;
  text-align: right;
  width: 60%;
  float: right;
  display: inline-block;
  vertical-align: middle;
}
.intro .intro-text h1 {
  color: white;
  font-size: 3.5em;
  margin: 0 0 10px;
  line-height: 1em;
}
.intro .intro-text p {
  color: white;
}
.intro .button {
  margin-top: 10px;
}

.page-home .home-content-box h1, .page-home .home-content-box h2, .page-home .home-content-box h3, .page-home .home-content-box h4 {
  color: #ee3f41;
}
.page-home .home-content-box p {
  font-size: 1.5em;
}
.page-home .home-content-box .short-wrapper {
  padding: 80px 115px;
}
.page-home .arrow-container {
  position: absolute;
  left: 50%;
  bottom: 0px;
}
.page-home .arrow-down {
  position: relative;
  left: -50%;
  height: 100px;
  width: 100px;
  background-color: #ee3f41;
  border-radius: 50%;
  border: 1px solid #b71012;
}
.page-home .arrow-down img {
  position: relative;
  margin: 0 auto;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-home main {
  background-color: #f9f9f9;
}

/* Industries
------------------------------------------------*/
.writeup {
  margin-bottom: 50px;
  font-size: 1.18em;
}

.industry-box {
  position: relative;
  display: inline-block;
  width: 30.9%;
  overflow: hidden;
  background-color: #464646;
  margin: 0 2.5% 15px 0;
  max-height: 230px;
}
.industry-box:hover .industry-title {
  color: #ee3f41;
}
.industry-box img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
  display: block;
  opacity: 0.6;
  width: 100%;
}

.alt-menu .drawer-default a:hover, .alt-menu .drawer-default a:focus {
  text-decoration: none;
}

.industry-background:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.industry-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0 5px;
  height: 30px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.industry-title:hover {
  color: #ee3f41;
}

.industry-box:nth-of-type(3n) {
  margin-right: 0;
}

.page-industries .industry-box {
  min-height: auto;
}

/* Industries Single
------------------------------------------------*/
.main-column h4 {
  font-size: 16px;
  color: #777;
}
.main-column strong {
  color: #555;
}
.main-column ul, .main-column ol {
  margin: 1em 1em;
}
.main-column ul {
  list-style-type: none;
  padding: 0;
}
.main-column ul ul {
  margin: 0 0 0 30px;
}
.main-column li {
  position: relative;
  padding-left: 16px;
}
.main-column li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 0;
  height: 0;
  border-left: solid 5px #ee3f41;
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
}
.main-column a {
  font-weight: 700;
}
.main-column .checkmark-list {
  list-style-type: none;
  padding-left: 0;
}
.main-column .checkmark-list li {
  position: relative;
  padding-left: 56px;
  margin-bottom: 1.5em;
}
.main-column .checkmark-list li:before {
  border: none;
  position: absolute;
  top: -6px;
  left: 0;
  content: "\e600";
  font-family: 'icomoon';
  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;
  color: black;
  font-size: 36px;
}

.price-section {
  float: left;
  clear: left;
  width: 40%;
}

.price-section .gform_wrapper .top_label .gfield_label {
  margin-bottom: 0;
}

.price-section .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}

.download-item {
  overflow: hidden;
  padding: 14px 0;
  border-bottom: solid 1px #d5d5d5;
}
.download-item img {
  width: 150px;
  float: left;
  border: solid 1px #ccc;
  margin-right: 30px;
}
.download-item h2 {
  line-height: 1.2;
}
.download-item .button {
  padding: 7px 28px;
}

.download-item.first {
  border-top: solid 1px #d5d5d5;
}

.main-column.full-width {
  max-width: 910px;
}

.sub-nav-wrapper {
  z-index: 10;
  background: #e9e9e9;
}

.sub-nav.wrapper {
  padding: 0;
}

.sub-nav {
  text-align: center;
}
.sub-nav ul {
  margin: 0;
  padding: 0;
}
.sub-nav li {
  display: inline-block;
}
.sub-nav a {
  display: block;
  padding: 18px 16px;
  color: #343333;
  font-weight: 900;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
.sub-nav a.active {
  background: #d4d4d4;
}

.sidebar {
  float: left;
  width: 260px;
  margin-right: 70px;
}
.sidebar h4 {
  padding: 0 5px;
  font-size: 19px;
  font-weight: 500;
  text-transform: none;
  border-bottom: solid 1px #d5d5d5;
}
.sidebar ul {
  list-style: none;
  margin: 5px 0 30px;
  padding: 0 5px;
}
.sidebar li, .sidebar a {
  display: block;
  font-weight: 900;
}
.sidebar a {
  padding: 8px 0;
}
.sidebar [class^="icon-"], .sidebar [class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 30px;
  color: black;
}

.main-column {
  overflow: hidden;
}

.brick-grid {
  overflow: hidden;
  margin: 5px;
  padding: 0;
  list-style-type: none;
  text-align: center;
  color: #ee3f41;
  font-size: 30px;
}
.brick-grid li {
  position: relative;
  float: left;
  width: 33.333%;
  height: 0;
  padding-bottom: 20%;
}
.brick-grid li:before {
  display: none;
}
.brick-grid li:nth-child(4), .brick-grid li:nth-child(5) {
  width: 50%;
}
.brick-grid span {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 5px;
  background: #ccc;
  background-size: cover;
  background-position: center center;
}
.brick-grid span:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(230, 20, 23, 0.7);
}
.brick-grid h2 {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
  padding: 0;
  color: white;
}

.gallery {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.gallery li {
  float: left;
  width: 33.333%;
  margin: 0;
  padding: 0;
  margin-bottom: 18px;
}
.gallery li:before {
  display: none;
}
.gallery span {
  display: block;
  margin: 0 10px 10px 10px;
}

.projects-list {
  overflow: hidden;
  list-style: none;
  margin: 5px;
  display: inline;
  padding: 0;
}
.projects-list li {
  position: relative;
  display: block;
  float: left;
  width: 24%;
  height: 0;
  padding-bottom: 26%;
}
.projects-list img {
  display: block;
  max-height: 100%;
  width: auto;
  max-width: inherit;
}

.projects-item {
  overflow: hidden;
  border-radius: 4px;
  float: left;
  width: 24%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: 5px;
  text-decoration: none;
  color: #fff;
  background-color: #434343;
}
.projects-item:hover .projects-title {
  color: #ee3f41;
}

.projects-title {
  position: absolute;
  z-index: 2;
  bottom: 50%;
  height: 10px;
  width: 100%;
  left: 50%;
  margin: 0;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
  border-radius: 4px;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page-template-industries .tab {
  max-width: 910px;
  margin: 0 auto;
}

.industry-projects {
  padding: 0 36px 48px 36px;
  overflow: hidden;
}
.industry-projects .wrapper {
  max-width: 1400px;
  padding: 0;
}
.industry-projects h2 {
  color: #434343;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
  line-height: 1.2;
  padding: 18px 5px;
}

.footer-image {
  padding-bottom: 24px;
}

.industries-sidebar h6 {
  margin-top: 10px;
}
.industries-sidebar ul:last-child {
  margin-top: 18px;
}

.footer-image img {
  width: 100%;
}

/* Products
------------------------------------------------*/
.industry-projects-title {
  font-size: 40px;
}

.archive ul.products li.product, .single-industries ul.products li.product {
  display: block;
  text-decoration: none;
  color: #464646;
  background: #fff;
  border: solid 1px #d7d7d7;
  float: left;
  margin: 0 5px 10px 5px;
  padding: 0;
  position: relative;
  width: 23.5%;
  list-style: none;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.archive ul.products li.product .price, .single-industries ul.products li.product .price {
  font-size: 15px;
  color: #77a464;
  position: relative;
  bottom: 5px;
  float: left;
  text-align: center;
  width: 100%;
  margin-bottom: -5px;
  font-weight: 900;
}

.single-industries .industry-projects .products {
  padding: 0;
  margin: 0;
}
.single-industries .industry-projects .products li.product {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.archive ul.products li.product a img {
  margin: 0 0 8px;
}
.archive ul.products li.product .industries-title h3 {
  margin: 0;
}
.archive ul.products li.product:hover {
  background: #ee3f41;
}
.archive ul.products li.product:hover .industries-title:before {
  border-bottom-color: #ef4136;
}
.archive ul.products li.product:hover .price {
  color: #fff;
}
.archive ul.products li.product:hover h3 {
  color: #fff;
}

.industries-item {
  display: block;
  margin: 18px 12px;
  text-decoration: none;
  color: #464646;
  background: #fff;
}

.single-industries ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 8px;
  box-shadow: none;
}

.single-industries ul.products li.last {
  margin-right: 0;
}

.single-industries ul.products li.product .button {
  padding: 10px 0;
  width: 100%;
  margin-top: 10px;
}

/*
.single-industries ul.products li.product h3 {
    display: table-cell;
    vertical-align: bottom;
    height: 48px;
}*/
/*End single industries */
.products-list .products ul li {
  list-style: none;
}

.products-list ul.products li.product {
  margin: 0;
  float: none;
}

.product-content-wrap {
  padding: 5px 20px 20px;
}

.products-list ul.products li.product .button {
  padding: 14px 0;
  width: 100%;
}

.products-list ul.products li.product h3 {
  display: inline-block;
}

.products ul li a:hover {
  color: #b71012;
}

.products-list .products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}

.products-list .product-section {
  width: 31%;
  display: inline-block;
  margin-right: 20px;
  min-height: 325px;
  vertical-align: top;
}
.products-list .product-section h4 {
  position: absolute;
  bottom: 0;
}
.products-list .product-section .product-section-title {
  min-height: 70px;
  border-bottom: 1px solid #c6c6c6;
  position: relative;
}
.products-list .product-section:nth-of-type(3n) {
  margin-right: 0;
}
.products-list .product-section ul {
  padding-top: 10px;
  min-height: 280px;
  padding-left: 0;
  margin: 0 0 1em;
}

.single-product .content-wrapper {
  overflow: auto;
}

.products-list div.product .woocommerce-tabs ul.tabs {
  display: none;
}

.woocommerce-page div.product div.images {
  width: 40%;
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: #ccc solid 1px;
  float: left;
}

.woocommerce-page div.product div.summary {
  width: 55%;
  margin-bottom: 10px;
  float: right;
}

.product-description {
  border-top: 1px solid #b7b7b7;
  padding: 1em 0;
}
.product-description p {
  margin: 0 0 20px;
}
.product-description h1, .product-description h2, .product-description h3, .product-description h4 {
  margin: 0;
}
.product-description ul {
  margin-top: 5px;
}

.product-description:first-of-type {
  border-top: 0;
}

.product-description:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.more-pictures {
  margin-top: 10px;
}
.more-pictures a {
  color: black;
}
.more-pictures .more-icon {
  position: relative;
  top: 7px;
  padding-right: 15px;
}

.woocommerce div.product div.images .more-icon {
  width: auto;
  display: inline-block;
}

.woocommerce a.button.alt {
  width: auto;
  min-width: 240px;
  background-color: #ee3f41;
  display: inline-block;
  margin: 0;
  padding: 15px;
}
.woocommerce a.button.alt br {
  display: none;
}
.woocommerce a.button.alt:hover {
  background-color: #b71012;
}

.woocommerce-cart table.cart img {
  width: auto;
}

.woocommerce-cart .product-thumbnail img {
  max-width: 40%;
}

.woocommerce div.product .product_title {
  margin: 0;
}

.product-description-wrapper {
  overflow: auto;
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}

.scroll-text {
  float: right;
  clear: both;
  margin: 0;
}

.mfp-arrow-right:before {
  border-left: 0px !important;
}

.mfp-arrow-left:before {
  border-right: 0px !important;
}

.summary .woocommerce div.product form.cart {
  margin-bottom: 30px;
}

.woocommerce div.product .variations_form {
  margin-bottom: 0 !important;
}

.gform_wrapper span.ginput_total {
  color: #77a464 !important;
  font-size: 1.25em !important;
}

.single_variation_wrap {
  margin-bottom: 60px;
}

.woocommerce ul#shipping_method li br {
  display: none;
}

/*for gravity forms*/
.summary .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
  clear: both;
}

.summary .gform_wrapper {
  margin: 0;
}

.woocommerce div.product form.cart .variations select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  width: 300px;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #cccccc;
  border-radius: 0;
  height: 50px;
  -webkit-appearance: none;
  margin: 0 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/select_arrow.png) no-repeat white;
  background-position: 270px;
}

.woocommerce div.product form.cart .variations select {
  width: 100%;
  max-width: 300px;
  background-position: 95%;
}

.summary .single_add_to_cart_button {
  margin: 0 0 30px;
}

.woocommerce div.product p.price {
  margin-bottom: 5px;
}

.woocommerce .quantity .qty {
  height: 36px;
}

.reset_variations {
  display: none !important;
}

.woocommerce button.button.alt {
  background-color: #ee3f41;
  padding: 12px 15px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
  border-radius: 4px;
  font-size: 12px;
}
.woocommerce button.button.alt:hover {
  background-color: #b71012;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0em;
}

.single_variation {
  margin-top: 10px;
}

div.pp_woocommerce div.ppt {
  display: none !important;
}

.pp_description {
  display: none !important;
}

.woocommerce input.button.alt {
  background-color: #ee3f41;
}
.woocommerce input.button.alt:hover {
  background-color: #b71012;
}

/* Project Gallery
------------------------------------------------*/
.project-wrapper {
  padding: 0 10px 10px;
}

.filter {
  margin: 0;
  padding: 0 18px;
  background: #e7e7e7;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
}
.filter li {
  cursor: pointer;
  display: inline-block;
  padding: 22px 11px;
  color: #393939;
  -moz-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.filter li:hover {
  color: #ee3f41;
}
.filter .active span {
  color: #ee3f41;
  border-bottom: solid 2px #ee3f41;
}

.page-project-gallery .projects-list li {
  width: 33.3%;
  padding-bottom: 26%;
}
.page-project-gallery .projects-item:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.3));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.3));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.3));
}
.page-project-gallery .projects-item:hover .projects-title {
  background: #fff;
  color: #999;
}
.page-project-gallery .projects-title {
  left: 50%;
  bottom: 30%;
  margin: 0;
  padding: 10px 20px;
  height: auto;
  width: auto;
  border: solid 2px #fff;
  border-radius: 4px;
}

.product-header {
  width: 100%;
}

.bx-wrapper .bx-loading {
  display: none;
}

.bx-wrapper .bx-viewport {
  max-height: 200px;
}

.bx-wrapper .bx-controls-direction a {
  z-index: 40 !important;
}

/* Contact
------------------------------------------------*/
.page-contact .main-column {
  padding: 0 35px 0 0;
  border-right: solid 1px #d6d6d6;
}
.page-contact .sidebar {
  float: right;
  width: 260px;
  margin: 0 0 0 40px;
  font-size: 18px;
}
.page-contact .sidebar h6 {
  font-size: 15px;
}
.page-contact .sidebar a {
  padding: 0;
}
.page-contact .sidebar span {
  display: block;
  margin-bottom: 14px;
}
.page-contact .wpcf7-submit {
  float: right;
  width: auto;
  padding-left: 60px;
  padding-right: 60px;
}

#contact-map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.no-image-banner.wrapper {
  padding-bottom: 0;
  min-height: auto;
}
.no-image-banner.wrapper .single-title {
  margin-bottom: 0;
}

.page-contact .single-title {
  color: #3f3f3f;
}

.page-request-a-quote .wrapper.main-content {
  max-width: 650px;
}

.other-hide {
  display: none;
}

.other-wrap {
  float: right;
}

.wpcf7-response-output {
  text-align: center;
}

/* Why Winkler
------------------------------------------------*/
.page-why-winkler .industry-box {
  width: 48%;
  height: 100px;
  margin-bottom: 0;
}
.page-why-winkler .industry-box:nth-of-type(2n) {
  margin: 0;
}
.page-why-winkler .industry-title {
  height: 20px;
}
.page-why-winkler .industry-box:before {
  display: none;
}

/* Our Company
------------------------------------------------*/
.large-text {
  font-size: 20px;
  font-weight: 100;
}

.nav-tiles {
  padding: 0;
  text-align: center;
}

.nav-tiles li {
  display: inline-block;
  width: 33.333%;
  padding: 5px;
}

.nav-tiles a {
  position: relative;
  display: block;
  background-size: cover;
  background-color: #e01e12;
  height: 0;
  padding-bottom: 70%;
}

.nav-tiles h2 {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
  padding: 0;
  color: white;
}

.nav-tiles a:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(224, 30, 18, 0.7);
}

.nav-tiles li {
  list-style: none;
}

.industries-item {
  display: block;
  margin: 18px 12px;
  text-decoration: none;
  color: #464646;
  background: #fff;
  border: solid 1px #d7d7d7;
}

.single-industries ul.products li.product:hover {
  background: #ee3f41;
}
.single-industries ul.products li.product:hover .industries-title h3 {
  color: white;
}
.single-industries ul.products li.product:hover .price {
  color: white;
}

.single-industries ul.products li.product:hover .industries-title:before {
  border-bottom-color: #ef4136;
}

.industries-title {
  position: relative;
  margin: 0;
  padding: 0 5px 8px;
  font-size: 20px;
  line-height: 2;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
}
.industries-title h3 {
  color: #ee3f41;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  width: 500px;
  height: 48px;
}

.industries-title:before {
  content: '';
  position: absolute;
  top: -17px;
  left: 46%;
  border-bottom: solid 10px #fff;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.single-industries .sidebar {
  float: right;
  margin: 0 0 0 10px;
  width: 24%;
  display: inline-block;
}

.contact-message {
  clear: left;
  width: 100%;
}
.contact-message p {
  margin-bottom: 10px;
}

.product.has-default-attributes.has-children > .images {
  opacity: 1;
}

body .woocommerce-error, body .woocommerce-info, body .woocommerce-message {
  background-color: transparent;
}

.woocommerce-cart .actions p {
  margin-bottom: 0;
}
.woocommerce-cart .actions #coupon_code {
  width: 180px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 2px 9px;
  line-height: 1;
}

.shipping-calculator-form br {
  display: none;
}

/*!
 * jquery-drawer - A small CSS3 and jQuery plugin for app style drawer menu.
 * @version v2.4.0
 * @link    http://git.blivesta.com/drawer
 * @author  blivesta
 * @license MIT
 */
body.drawer-navbar.drawer-fixed {
  padding-top: 0;
}

.drawer-nav {
  padding-bottom: 30px;
}

.drawer-main {
  position: fixed;
  z-index: 5300;
  top: 0;
  overflow: hidden;
  width: 260px;
  height: 100%;
}

.drawer-left .drawer-main {
  left: -280px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(-280px, 0px, 0px);
  transform: translate3d(-280px, 0px, 0px);
}

.drawer-left.drawer-open .drawer-main {
  left: 0;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.drawer-right .drawer-main {
  right: -280px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(280px, 0px, 0px);
  transform: translate3d(280px, 0px, 0px);
}

.drawer-right.drawer-open .drawer-main {
  right: 0;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.drawer-top .drawer-main {
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, -100%, 0px);
  transform: translate3d(0, -100%, 0px);
}

.drawer-top.drawer-open .drawer-main {
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);
}

.drawer-overlay {
  position: relative;
}

.drawer-left .drawer-hamburger {
  left: 0;
  -webkit-transform: translateX(0px) translateY(0px);
  -ms-transform: translateX(0px) translateY(0px);
  -o-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}

.drawer-left.drawer-open .drawer-hamburger {
  -webkit-transform: translateX(280px) translateY(0px);
  -ms-transform: translateX(280px) translateY(0px);
  -o-transform: translateX(280px) translateY(0px);
  transform: translateX(280px) translateY(0px);
}

.drawer-right .drawer-hamburger {
  right: 0;
  -webkit-transform: translateX(0px) translateY(0px);
  -ms-transform: translateX(0px) translateY(0px);
  -o-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}

.drawer-right.drawer-open .drawer-hamburger {
  -webkit-transform: translateX(-280px) translateY(0px);
  -ms-transform: translateX(-280px) translateY(0px);
  -o-transform: translateX(-280px) translateY(0px);
  transform: translateX(-280px) translateY(0px);
}

.drawer-top .drawer-hamburger {
  right: 0;
}

.drawer-top.drawer-open .drawer-hamburger {
  z-index: 5400;
  right: 0;
}

.drawer-overlay-upper {
  position: fixed;
  z-index: 5200;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}

.drawer-open .drawer-overlay-upper {
  display: block !important;
}

.drawer-hamburger {
  border: 0;
  position: fixed;
  display: block;
  top: 0;
  padding: 24px 36px;
  width: 100px;
  height: 80px;
  background-color: transparent;
  border: 0;
  z-index: 5400;
  outline: 0;
}

.drawer-hamburger:hover {
  cursor: pointer;
}

.drawer-open .drawer-hamburger {
  padding: 20px;
  width: 70px;
  height: 70px;
  right: -20px;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  height: 3px;
  width: 100%;
  border-radius: 1px;
  background-color: #3f3f3f;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  position: absolute;
  content: " ";
  top: -10px;
  left: 0;
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.drawer-default {
  background-color: #222;
  -webkit-box-shadow: inset 0 0px 0px #000000;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0px 0px #000000;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.5);
}

.drawer-default + .drawer-overlay {
  background-color: #fff;
}

.drawer-default li, .drawer-default a, .drawer-default .drawer-brand {
  position: relative;
  display: block;
}

.drawer-default a {
  padding: 12px 15px;
  font-size: 18px;
  color: #555;
  text-decoration: none;
}

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

.drawer-default .drawer-brand a {
  padding: 20px 15px;
  color: #fff;
  font-size: 22px;
}

.drawer-default .drawer-brand a:hover {
  color: #555;
}

.drawer-default .drawer-brand > img {
  display: block;
}

.drawer-default .drawer-footer {
  position: relative;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
}

.drawer-default .drawer-footer span:before,
.drawer-default .drawer-footer span:after {
  content: " ";
  display: block;
}

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

.drawer-default li.disabled a {
  color: #333;
}

.drawer-default li.disabled a:hover, .drawer-default li.disabled a:focus {
  cursor: not-allowed;
  color: #333;
  background-color: transparent;
}

.drawer-default li a {
  color: #999;
}

.drawer-default li a:hover, .drawer-default li a:focus {
  color: #fff;
  background-color: transparent;
}

.drawer-default li a img {
  max-width: none;
}

.drawer-default .sub-menu a {
  font-size: 14px;
  padding-left: 30px;
}

.drawer-default .drawer-submenu {
  margin-bottom: 20px;
}

.drawer-default .drawer-submenu:last-child {
  margin-bottom: 0;
}

.drawer-default .drawer-submenu-item {
  padding: 0;
}

.drawer-default .drawer-submenu-item a {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}

.drawer-default .drawer-submenu-item a:hover, .drawer-default .drawer-submenu-item a:focus {
  color: #fff;
}

.drawer-default .dropdown-menu {
  position: absolute;
  display: none;
  z-index: 5000;
  background-color: #222;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.drawer-default .dropdown-menu > li > a {
  padding: 0 !important;
}

.drawer-default .dropdown.open > .dropdown-menu {
  position: static;
  display: block;
  float: none;
  width: auto;
}

@media (max-width: 767px) {
  .drawer-default a:hover, .drawer-default a:focus {
    text-decoration: none;
  }
}
.drawer-navbar-default {
  background-color: #222;
  -webkit-box-shadow: inset 0 0px 0px #000000;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0px 0px #000000;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.5);
}

.drawer-navbar-default + .drawer-overlay {
  background-color: #fff;
}

.drawer-navbar-default li, .drawer-navbar-default a, .drawer-navbar-default .drawer-brand {
  position: relative;
  display: block;
}

.drawer-navbar-default a {
  text-decoration: none;
  outline: 0;
}

.drawer-navbar-default a:hover, .drawer-navbar-default a:focus {
  text-decoration: none;
}

.drawer-navbar-default .drawer-brand a {
  padding: 20px 15px;
  color: #fff;
  font-size: 22px;
}

.drawer-navbar-default .drawer-brand a:hover, .drawer-navbar-default .drawer-brand a:focus {
  color: #555;
}

.drawer-navbar-default .drawer-brand > img {
  display: block;
}

.drawer-navbar-default .drawer-footer {
  position: relative;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
}

.drawer-navbar-default .drawer-footer span:before,
.drawer-navbar-default .drawer-footer span:after {
  content: " ";
  display: block;
}

.drawer-navbar-default ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-navbar-default .drawer-menu.drawer-navbar-right {
  float: none;
}

.drawer-navbar-default li {
  padding: 15px 15px 0;
  font-size: 18px;
  color: #555;
}

.drawer-navbar-default li.disabled a {
  color: #333;
}

.drawer-navbar-default li.disabled a:hover, .drawer-navbar-default li.disabled a:focus {
  color: #333;
  background-color: transparent;
  cursor: not-allowed;
}

.drawer-navbar-default li a {
  color: #888;
}

.drawer-navbar-default li a:hover, .drawer-navbar-default li a:focus {
  color: #fff;
  background-color: transparent;
}

.drawer-navbar-default li a img {
  max-width: none;
}

.drawer-navbar-default .drawer-submenu {
  margin-bottom: 20px;
}

.drawer-navbar-default .drawer-submenu:last-child {
  margin-bottom: 0;
}

.drawer-navbar-default .drawer-submenu-item {
  padding: 0;
}

.drawer-navbar-default .drawer-submenu-item a {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}

.drawer-navbar-default .drawer-submenu-item a:hover, .drawer-navbar-default .drawer-submenu-item a:focus {
  color: #fff;
}

.drawer-navbar-default .dropdown-menu {
  position: absolute;
  display: none;
  z-index: 5000;
  top: 100%;
  left: 0;
  background-color: #222;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.drawer-navbar-default .dropdown-menu > li > a {
  padding: 0 !important;
}

.drawer-navbar-default .dropdown.open > .dropdown-menu {
  display: block;
}

@media (max-width: 767px) {
  .drawer-navbar-default .container {
    padding-left: 0;
    padding-right: 0;
  }

  .drawer-navbar-default li a:hover, .drawer-navbar-default li a:focus {
    color: #888;
    text-decoration: none;
  }

  .drawer-navbar-default .drawer-submenu {
    margin-bottom: 20px;
  }

  .drawer-navbar-default .drawer-submenu:last-child {
    margin-bottom: 0;
  }

  .drawer-navbar-default .drawer-submenu-item a:hover, .drawer-navbar-default .drawer-submenu-item a:focus {
    color: #ddd;
  }

  .drawer-navbar-default .dropdown.open > .dropdown-menu {
    position: static;
    float: none;
    width: auto;
  }
}
.drawer-dropdown .caret,
.drawer-dropdown-hover .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  -webkit-transition: -webkit-transform 0.2s ease, opacity 0.2s ease;
  -o-transition: -o-transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.drawer-dropdown.open .caret,
.drawer-dropdown-hover.open .caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@media (min-width: 767px) {
  .drawer-responsive.drawer-left .drawer-toggle,
  .drawer-responsive.drawer-right .drawer-toggle,
  .drawer-navbar.drawer-left .drawer-toggle,
  .drawer-navbar.drawer-right .drawer-toggle,
  .drawer-navbar.drawer-top .drawer-toggle {
    display: none;
    visibility: hidden;
  }

  .drawer-responsive.drawer-left .drawer-main {
    left: 0;
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .drawer-responsive.drawer-right .drawer-main {
    right: 0;
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media (min-width: 768px) {
  body.drawer-navbar.drawer-fixed {
    padding-top: 50px;
  }

  .drawer-responsive {
    background-color: #222;
  }

  .drawer-responsive .drawer-overlay {
    background-color: #fff;
  }

  .drawer-responsive .container {
    max-width: 618px;
  }

  .drawer-responsive.drawer-left .drawer-main,
  .drawer-responsive.drawer-right .drawer-main {
    position: absolute;
    width: 150px !important;
    height: auto !important;
    overflow: visible !important;
  }

  .drawer-responsive.drawer-left .drawer-main {
    float: left;
  }

  .drawer-responsive.drawer-left .drawer-overlay {
    margin-left: 150px;
  }

  .drawer-responsive.drawer-right .drawer-main {
    float: right;
  }

  .drawer-responsive.drawer-right .drawer-overlay {
    margin-right: 150px;
  }

  .drawer-navbar.drawer-left .drawer-main,
  .drawer-navbar.drawer-right .drawer-main,
  .drawer-navbar.drawer-top .drawer-main {
    position: relative;
  }

  .drawer-navbar.drawer-static.drawer-left .drawer-main,
  .drawer-navbar.drawer-static.drawer-right .drawer-main,
  .drawer-navbar.drawer-static.drawer-top .drawer-main {
    z-index: 5000;
  }

  .drawer-navbar.drawer-fixed.drawer-left .drawer-main,
  .drawer-navbar.drawer-fixed.drawer-right .drawer-main,
  .drawer-navbar.drawer-fixed.drawer-top .drawer-main {
    position: fixed;
    z-index: 5100;
  }

  .drawer-navbar.drawer-left .drawer-main,
  .drawer-navbar.drawer-right .drawer-main,
  .drawer-navbar.drawer-top .drawer-main {
    display: block;
    top: 0;
    left: 0;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .drawer-navbar-default {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }

  .drawer-navbar-default li, .drawer-navbar-default a, .drawer-navbar-default .drawer-brand {
    float: left;
  }

  .drawer-navbar-default a {
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }

  .drawer-navbar-default .drawer-brand a {
    padding: 0 15px;
    color: #555;
    font-size: 90%;
  }

  .drawer-navbar-default .drawer-brand a:hover, .drawer-navbar-default .drawer-brand a:focus {
    color: #333;
    background-color: #eee;
  }

  .drawer-navbar-default .drawer-footer {
    display: none;
  }

  .drawer-navbar-default .drawer-menu.drawer-navbar-right {
    float: right;
  }

  .drawer-navbar-default .drawer-menu.drawer-navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .drawer-navbar-default li {
    padding: 0;
    font-size: 14px;
  }

  .drawer-navbar-default li a:hover, .drawer-navbar-default li a:focus {
    color: #888;
    background-color: #eee;
  }

  .drawer-navbar-default .dropdown-menu {
    -webkit-box-shadow: 0 6px 12px #000000;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px #000000;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }

  .drawer-navbar-default .dropdown-menu > li {
    float: none;
    /* for IE7+ */
  }

  .drawer-navbar-default .dropdown-menu > li > a {
    width: 160px;
    padding: 0 15px !important;
    /* conflict by cooker */
    color: #fff;
    background-color: #444;
    border-bottom: 1px solid #555;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }

  .drawer-navbar-default .dropdown-menu > li > a:hover, .drawer-navbar-default .dropdown-menu > li > a:focus {
    color: #999;
    background-color: #333;
  }
}
@media (min-width: 1200px) {
  .drawer-responsive .container {
    max-width: 768px;
  }

  .drawer-responsive.drawer-left .drawer-main,
  .drawer-responsive.drawer-right .drawer-main {
    width: 280px !important;
  }

  .drawer-responsive.drawer-left .drawer-overlay {
    margin-left: 280px;
  }

  .drawer-responsive.drawer-right .drawer-overlay {
    margin-right: 280px;
  }
}
/*# sourceMappingURL=drawer.css.map */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 20px;
  padding: 0;
  *zoom: 1;
  height: 160px;
  left: 5px;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  left: -5px;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -45px;
  background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: -35px;
  background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 1170px) {
  #main-menu,
  #secondary-menu {
    display: none;
  }

  .alt-menu {
    display: block;
  }

  .global-header .logo {
    margin: 0;
  }

  .global-header .border-bottom.wrapper {
    padding-bottom: 34px;
  }

  .subtle {
    top: 5px;
  }

  .page-products .product-section {
    width: 48%;
  }
  .page-products .product-section:nth-of-type(3n) {
    margin-right: 20px;
  }
  .page-products .product-section:nth-of-type(2n) {
    margin-right: 0;
  }

  .search-wrap {
    top: 50px;
    width: 200px;
  }

  .single-industries .sidebar {
    width: 22%;
  }

  .bx-wrapper {
    height: 115px;
  }

  .page-products .product-section {
    min-height: initial;
  }
  .page-products .product-section ul {
    min-height: initial;
  }
}
@media (max-width: 970px) {
  .field-wrap {
    width: 100%;
  }

  .page-contact .short-wrapper {
    padding: 80px 50px;
  }

  .page-products ul.products li.product, .woocommerce-page ul.products li.product {
    width: 48%;
  }
  .page-products ul.products li.product:nth-of-type(2n), .woocommerce-page ul.products li.product:nth-of-type(2n) {
    margin-right: 0;
  }

  .page-products ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 3.8%;
  }

  .short-wrapper, .page-home .home-content-box .short-wrapper {
    padding: 80px 50px;
  }

  .single-industries ul.products li.product, .single-industries ul.products li.product {
    width: 48%;
  }
  .single-industries ul.products li.product:nth-child(2n), .single-industries ul.products li.product:nth-child(2n) {
    margin-right: 0;
  }

  .contact-info {
    width: 300px;
  }

  .industry-projects .projects-list li {
    width: 50%;
    padding-bottom: 25%;
  }

  .single-industries .sidebar {
    width: 45%;
    clear: both;
    float: left;
    margin-top: 10px;
  }

  .bx-wrapper {
    margin: 0 auto 50px;
    width: 100%;
  }

  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -50px;
  }

  .industry-box {
    width: 31%;
  }

  .banner {
    padding-bottom: 0;
    min-height: 350px;
  }
}
@media (max-width: 890px) {
  .page-home .global-header .intro span {
    font-size: 18px;
  }

  .intro-image {
    width: 100%;
    margin: 0 auto 20px;
    display: block;
    max-width: initial;
  }

  .intro {
    width: 100%;
    display: block;
    max-width: 550px;
    margin: 0 auto;
  }

  .page-why-winkler .industry-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .brick-grid li {
    width: 50%;
  }
  .brick-grid li:nth-child(5) {
    width: 100%;
  }

  .global-footer .quote-button {
    float: right;
    clear: both;
    margin-bottom: 20px;
  }

  .industries-section {
    text-align: right;
    display: block;
    margin-right: 50px;
    clear: both;
    margin: 0;
  }

  .bx-wrapper {
    height: 185px;
  }

  .nav-tiles li {
    width: 50%;
  }
}
@media (max-width: 780px) {
  .page-home .global-header .intro span {
    font-size: 20px;
  }

  .intro span h1 {
    font-size: 3em;
  }

  .page-header .details {
    padding: 20px;
    bottom: 0;
  }

  .col-half {
    overflow: hidden;
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }

  .industry-box {
    width: 48.1%;
    margin-bottom: 10px;
  }

  .industry-box:nth-of-type(3n) {
    margin-right: 2.5%;
  }

  .industry-box:nth-of-type(2n) {
    margin-right: 0%;
  }

  .sidebar {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }

  .projects-list li {
    width: 50%;
  }
  .projects-list li img {
    width: 100%;
  }

  .page-contact .sidebar {
    float: none;
    width: 100%;
    margin: 0;
  }

  .page-contact .main-column {
    padding: 0;
    border-right: 0;
  }

  .field-wrap {
    padding: 0 0px;
  }

  .page-project-gallery .projects-title {
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    bottom: initial;
    top: 50%;
    width: 100%;
    border: none;
  }

  .page-project-gallery .projects-item:before {
    background: rgba(0, 0, 0, 0.3);
    -moz-transition: background 0.25s ease-out;
    -o-transition: background 0.25s ease-out;
    -webkit-transition: background 0.25s ease-out;
    transition: background 0.25s ease-out;
  }

  .page-project-gallery .projects-list li {
    width: 50%;
  }
  .page-project-gallery .projects-list li img {
    max-height: inherit;
  }

  .projects-item:hover:before {
    background: rgba(0, 0, 0, 0.6);
  }

  .page-project-gallery .projects-item:hover .projects-title {
    background: transparent;
    color: #fff;
  }

  .woocommerce-page div.product div.summary {
    width: 100%;
  }

  .woocommerce-page div.product div.images {
    width: 100%;
  }

  .page-products .product-section {
    width: 100%;
    margin-right: 0;
  }
  .page-products .product-section:nth-of-type(3n) {
    margin-right: 0px;
  }
  .page-products .product-section:nth-of-type(2n) {
    margin-right: 0;
  }

  .contact-info {
    width: 250px;
  }

  .search-wrap {
    display: none;
  }

  .industry-projects .projects-list li {
    width: 50%;
    padding-bottom: 45%;
  }

  .bx-wrapper {
    height: 185px;
  }

  .price-section {
    width: 100%;
    margin-top: 20px;
    max-width: 300px;
  }
}
@media (max-width: 650px) {
  .global-footer {
    padding: 0;
  }

  .content-wrapper {
    width: 100%;
  }

  .short-wrapper {
    padding: 65px 20px;
  }

  .page-home .home-content-box .short-wrapper {
    padding: 30px 20px;
  }

  .industries-list li {
    width: 50%;
  }

  .single-title {
    font-size: 2.5em;
    margin-bottom: 40px;
  }

  .page-why-winkler .short-wrapper {
    padding: 30px 20px;
  }

  .woocommerce td.product-name dl.variation dd {
    margin: 0;
  }

  .woocommerce td.product-name dl.variation p {
    font-size: 15px;
  }

  .woocommerce table.shop_table .cart_item td {
    padding: 0;
  }

  .contact-info {
    width: 100%;
  }

  .industries-section {
    text-align: left;
  }

  .right-section {
    float: left;
  }

  .global-footer .quote-button {
    float: left;
  }

  .banner h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 530px) {
  .global-header .logo {
    width: 95%;
    max-width: 290px;
    margin: 0 auto;
    display: block;
    float: none;
  }

  .page-header h1 {
    font-size: 24px;
    text-align: center;
  }

  .page-project-gallery .projects-list li {
    width: 100%;
  }

  .industry-box {
    width: 100%;
    margin: 0 auto 10px;
    max-width: 342px;
    display: block;
    height: 120px;
  }
  .industry-box:before {
    display: none;
  }
  .industry-box:last-of-type {
    margin-bottom: 30px;
  }

  .industry-title {
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .industry-box:nth-of-type(3n), .industry-box:nth-of-type(2n) {
    margin-right: auto;
  }

  .page-why-winkler .industry-box:nth-of-type(2n) {
    margin: 0 auto;
  }

  .industry-projects .projects-list li {
    width: 100%;
    padding-bottom: 40%;
  }

  .single-industries ul.products li.product, .single-industries ul.products li.product {
    width: 90%;
    margin: 20px auto 20px;
    float: none;
  }
  .single-industries ul.products li.product:nth-of-type(2n), .single-industries ul.products li.product:nth-of-type(2n) {
    margin-right: auto;
  }
  .single-industries ul.products li.product:last-of-type, .single-industries ul.products li.product:last-of-type {
    margin-bottom: 40px;
  }

  .industries-section p {
    padding-bottom: 8px;
  }

  .industry-box img {
    position: absolute;
    overflow: hidden;
  }

  .industry-projects h2 {
    padding: 0;
  }

  .projects-item {
    float: none;
  }

  .single-industries .sidebar {
    margin-left: 20px;
  }

  .nav-tiles li {
    width: 100%;
  }

  .woocommerce-page ul.products li.product {
    width: 100%;
  }

  .archive ul.products li.product .price, .single-industries ul.products li.product .price {
    float: none;
    bottom: 20px;
    margin-bottom: -20px;
  }
}
@media (max-width: 450px) {
  .wrapper {
    padding: 36px 0 0;
  }

  .page-our-company .wrapper.main-content, .page-products .wrapper.products-list {
    padding: 36px 20px;
  }

  .page-products .wrapper.products-list {
    padding: 0px 20px 36px;
  }

  .page-contact .main-column {
    margin: 0;
  }

  .bx-wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .bx-wrapper .bx-next {
    right: -30px;
  }
  .bx-wrapper .bx-prev {
    left: -40px;
  }

  .no-image-banner.wrapper {
    padding: 15px 0 0 20px;
  }

  .global-footer .wrapper {
    padding: 36px;
  }

  .home-wrapper.wrapper {
    padding: 36px 20px 50px;
  }

  .intro .button {
    width: 100%;
  }

  .industries-list li {
    width: 100%;
    float: none;
  }

  .industry-projects {
    padding: 24px 0 0;
  }
  .industry-projects h2 {
    padding: 0 0 0 20px;
    font-size: 20px;
  }

  .page-contact .short-wrapper {
    padding: 30px 30px;
  }

  .page-request-a-quote .wrapper.main-content {
    padding: 48px 20px;
  }

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100%;
  }

  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left;
  }

  .woocommerce div.product form.cart .variations select {
    width: 100%;
    background-position: 95%;
  }

  .woocommerce div.product form.cart .variations {
    width: 100%;
  }

  .products-wrapper {
    padding: 20px;
  }

  .content-wrapper p, .content-wrapper ul li, .content-wrapper h5, .content-wrapper a {
    font-size: 19px;
  }
  .content-wrapper h6 {
    font-size: 14px;
  }

  .page-home .content-wrapper a {
    font-size: 1em;
  }

  .main-column li {
    font-size: 20px;
  }
  .main-column li:before {
    top: 10px;
  }

  .brick-grid li,
  .brick-grid li:nth-child(4),
  .gallery li {
    width: 100%;
  }

  .woocommerce-page table.cart td.actions .input-text + .button {
    display: block;
    width: auto;
    float: none;
  }

  .woocommerce-page table.cart td.actions .button {
    width: auto;
  }

  .woocommerce-cart table.cart td.actions .coupon .input-text {
    margin: 0 4px 10px 0;
  }

  a.button, .woocommerce a.button, .woocommerce button.button, .woocommerce-page table.cart td.actions .button {
    font-size: 16px;
  }

  .woocommerce-cart .wrapper.main-content {
    padding: 48px 10px;
  }

  .woocommerce-cart .shipping td p {
    font-size: 16px;
  }

  .subtle {
    margin-left: 20px;
  }

  .global-header .logo img {
    margin-top: 20px;
  }

  .single-industries .sidebar {
    padding: 20px 0 20px 0;
  }

  .main-column {
    margin: 0 20px;
  }

  .woocommerce ul.products {
    padding: 0 20px;
  }

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0;
  }

  .drawer-hamburger {
    padding: 10px 36px 24px;
  }
}

/*# sourceMappingURL=screens.css.map */
