/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
 html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf, .comment-respond {
  zoom: 1;
}

.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}

.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/******************************************************************

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*!
 * Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome5';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'FontAwesome5';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'FontAwesome5Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.far {
  font-family: 'FontAwesome5';
  font-weight: 400;
}

.fa,
.fas {
  font-family: 'FontAwesome5';
  font-weight: 900;
}

.fab {
  font-family: 'FontAwesome5Brands';
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comments:before {
  content: "\f086";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frown:before {
  content: "\f119";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-key:before {
  content: "\f084";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-male:before {
  content: "\f183";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-moon:before {
  content: "\f186";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-percent:before {
  content: "\f295";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-plane:before {
  content: "\f072";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-print:before {
  content: "\f02f";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-road:before {
  content: "\f018";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-strava:before {
  content: "\f428";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

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

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

/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  /*
  -ms-word-wrap: break-word;
  word-break: break-word; //non-standart css for webkit
  word-wrap: break-word;
*/
  /*
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;
*/
  /*
  -webkit-hyphenate-before: 2;
   -webkit-hyphenate-after: 3;
           hyphenate-lines: 3;
*/
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/******************************************************************

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
TRANSFORM
*********************/
/*********************
ANIMATION
*********************/
/*********************
BACKGROUND COLOR OPACITY
*********************/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************

Stylesheet: Grid Stylesheet

http://gridsetapp.com - Love this site. Responsive Grids made easy.

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 49.8%;
  }
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 74.8%;
  }
  .m-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .m-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .m-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .m-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
  .m-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }
  .m-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }
  .m-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }
  .m-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }
  .m-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }
  .m-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }
  .m-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }
  .m-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }
  .m-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }
  .m-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }
  .m-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%;
  }
  .m-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
  .t-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }
  .t-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }
  .t-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }
  .t-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }
  .t-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }
  .t-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }
  .t-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }
  .t-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }
  .t-3of8 {
    float: left;
    padding-right: 0.75em;
    width: 37.5%;
  }
  .t-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }
  .t-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }
  .t-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%;
  }
  .t-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
  .t-5of12 {
    float: left;
    padding-right: 0.75em;
    width: 41.66%;
  }
  .t-7of12 {
    float: left;
    padding-right: 0.75em;
    width: 58.33%;
  }
  .t-11of12 {
    float: left;
    padding-right: 0.75em;
    width: 91.66%;
  }
}

/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }
  .d-3of8 {
    float: left;
    padding-right: 0.75em;
    width: 37.5%;
  }
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%;
  }
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
  .d-5of12 {
    float: left;
    padding-right: 0.75em;
    width: 41.66%;
  }
  .d-7of12 {
    float: left;
    padding-right: 0.75em;
    width: 58.33%;
  }
  .d-11of12 {
    float: left;
    padding-right: 0.75em;
    width: 91.66%;
  }
}

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-success, .alert-error, .alert-info, .alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/******************************************************************

Stylesheet: Button Styles

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.
*********************/
#submit, .comment-reply-link, .btn-accent, .accent-btn, .btn-secondary, .secondary-btn, .btn, .button, a.button, button, .gform_button, .btn-primary, .primary-btn, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: #CE0E2D;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "eurostile", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 900;
  line-height: 34px;
  padding: 5px 25px !important;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  /*
	&:after {
		z-index: -1;
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		transform: skewX(-30deg);
		background-color: $primary-color;
		border: 1px solid $primary-color;
		@include transition(background-color 0.3s ease-in-out);
	}
*/
}

#submit:hover, .comment-reply-link:hover, .btn-accent:hover, .accent-btn:hover, .btn-secondary:hover, .secondary-btn:hover, .btn:hover, .button:hover, button:hover, .gform_button:hover, .btn-primary:hover, .primary-btn:hover, .woocommerce #respond input#submit:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, #submit:focus, .comment-reply-link:focus, .btn-accent:focus, .accent-btn:focus, .btn-secondary:focus, .secondary-btn:focus, .btn:focus, .button:focus, button:focus, .gform_button:focus, .btn-primary:focus, .primary-btn:focus, .woocommerce #respond input#submit:focus, .woocommerce button.button:focus, .woocommerce input.button:focus {
  background: #b60c28;
  color: #fff;
  outline: none;
  text-decoration: none;
  /*
		&:after {
			background-color: $black !important;
		}
*/
}

.btn-secondary, .secondary-btn {
  background-color: #bcbec0;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .secondary-btn:hover, .secondary-btn:focus, .secondary-btn:active {
  background-color: #a2a5a7;
}

.btn-accent, .accent-btn {
  background-color: #CE0E2D;
}

.btn-accent:hover, .btn-accent:focus, .btn-accent:active, .accent-btn:hover, .accent-btn:focus, .accent-btn:active {
  background-color: #9e0b23;
}

cbtn {
  background: blue;
  color: white;
}

/******************************************************************

Stylesheet: Form Styles

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: solid 1px #bcbec0;
  border-left-color: #292728;
  border-radius: 0;
  box-shadow: none;
  color: #292728;
  display: block;
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-size: 1em;
  height: 40px;
  line-height: 1em;
  margin-bottom: 14px;
  padding: 0 12px;
  vertical-align: middle;
  width: 100%;
  -webkit-transition: all 0.24s ease-in-out;
  transition: all 0.24s ease-in-out;
}

input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: white;
  border-left-width: 4px;
  outline: none;
  -webkit-transition: all 0.24s ease-in-out;
  transition: all 0.24s ease-in-out;
}

input.error[type="text"], input.is-invalid[type="text"],
input.error[type="password"],
input.is-invalid[type="password"],
input.error[type="datetime"],
input.is-invalid[type="datetime"],
input.error[type="datetime-local"],
input.is-invalid[type="datetime-local"],
input.error[type="date"],
input.is-invalid[type="date"],
input.error[type="month"],
input.is-invalid[type="month"],
input.error[type="time"],
input.is-invalid[type="time"],
input.error[type="week"],
input.is-invalid[type="week"],
input.error[type="number"],
input.is-invalid[type="number"],
input.error[type="email"],
input.is-invalid[type="email"],
input.error[type="url"],
input.is-invalid[type="url"],
input.error[type="search"],
input.is-invalid[type="search"],
input.error[type="tel"],
input.is-invalid[type="tel"],
input.error[type="color"],
input.is-invalid[type="color"],
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}

input.success[type="text"], input.is-valid[type="text"],
input.success[type="password"],
input.is-valid[type="password"],
input.success[type="datetime"],
input.is-valid[type="datetime"],
input.success[type="datetime-local"],
input.is-valid[type="datetime-local"],
input.success[type="date"],
input.is-valid[type="date"],
input.success[type="month"],
input.is-valid[type="month"],
input.success[type="time"],
input.is-valid[type="time"],
input.success[type="week"],
input.is-valid[type="week"],
input.success[type="number"],
input.is-valid[type="number"],
input.success[type="email"],
input.is-valid[type="email"],
input.success[type="url"],
input.is-valid[type="url"],
input.success[type="search"],
input.is-valid[type="search"],
input.success[type="tel"],
input.is-valid[type="tel"],
input.success[type="color"],
input.is-valid[type="color"],
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}

input[type="text"][disabled], input.is-disabled[type="text"],
input[type="password"][disabled],
input.is-disabled[type="password"],
input[type="datetime"][disabled],
input.is-disabled[type="datetime"],
input[type="datetime-local"][disabled],
input.is-disabled[type="datetime-local"],
input[type="date"][disabled],
input.is-disabled[type="date"],
input[type="month"][disabled],
input.is-disabled[type="month"],
input[type="time"][disabled],
input.is-disabled[type="time"],
input[type="week"][disabled],
input.is-disabled[type="week"],
input[type="number"][disabled],
input.is-disabled[type="number"],
input[type="email"][disabled],
input.is-disabled[type="email"],
input[type="url"][disabled],
input.is-disabled[type="url"],
input[type="search"][disabled],
input.is-disabled[type="search"],
input[type="tel"][disabled],
input.is-disabled[type="tel"],
input[type="color"][disabled],
input.is-disabled[type="color"],
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}

input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input.is-disabled[type="text"]:focus, input.is-disabled[type="text"]:active,
input[type="password"][disabled]:focus,
input[type="password"][disabled]:active,
input.is-disabled[type="password"]:focus,
input.is-disabled[type="password"]:active,
input[type="datetime"][disabled]:focus,
input[type="datetime"][disabled]:active,
input.is-disabled[type="datetime"]:focus,
input.is-disabled[type="datetime"]:active,
input[type="datetime-local"][disabled]:focus,
input[type="datetime-local"][disabled]:active,
input.is-disabled[type="datetime-local"]:focus,
input.is-disabled[type="datetime-local"]:active,
input[type="date"][disabled]:focus,
input[type="date"][disabled]:active,
input.is-disabled[type="date"]:focus,
input.is-disabled[type="date"]:active,
input[type="month"][disabled]:focus,
input[type="month"][disabled]:active,
input.is-disabled[type="month"]:focus,
input.is-disabled[type="month"]:active,
input[type="time"][disabled]:focus,
input[type="time"][disabled]:active,
input.is-disabled[type="time"]:focus,
input.is-disabled[type="time"]:active,
input[type="week"][disabled]:focus,
input[type="week"][disabled]:active,
input.is-disabled[type="week"]:focus,
input.is-disabled[type="week"]:active,
input[type="number"][disabled]:focus,
input[type="number"][disabled]:active,
input.is-disabled[type="number"]:focus,
input.is-disabled[type="number"]:active,
input[type="email"][disabled]:focus,
input[type="email"][disabled]:active,
input.is-disabled[type="email"]:focus,
input.is-disabled[type="email"]:active,
input[type="url"][disabled]:focus,
input[type="url"][disabled]:active,
input.is-disabled[type="url"]:focus,
input.is-disabled[type="url"]:active,
input[type="search"][disabled]:focus,
input[type="search"][disabled]:active,
input.is-disabled[type="search"]:focus,
input.is-disabled[type="search"]:active,
input[type="tel"][disabled]:focus,
input[type="tel"][disabled]:active,
input.is-disabled[type="tel"]:focus,
input.is-disabled[type="tel"]:active,
input[type="color"][disabled]:focus,
input[type="color"][disabled]:active,
input.is-disabled[type="color"]:focus,
input.is-disabled[type="color"]:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

input[type="password"] {
  letter-spacing: 0.3em;
}

textarea {
  line-height: 1.5em;
  max-width: 100%;
  min-height: 120px;
}

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

/*********************
EXTRA STYLINGS
*********************/
body .gform_wrapper ul.gform_fields li.gfield {
  margin-bottom: 1em;
}

body .gform_wrapper ul.gform_fields li.gfield .ginput_complex {
  margin-top: 16px;
}

body .gform_wrapper ul.gform_fields li.gfield .ginput_complex span.name_first,
body .gform_wrapper ul.gform_fields li.gfield .ginput_complex span.name_last,
body .gform_wrapper ul.gform_fields li.gfield .ginput_complex span.name_middle {
  margin-bottom: 0;
  margin-top: 16px;
  padding: 0;
}

body .gform_wrapper .gform_footer {
  margin: 1.7em 0 0 0;
  padding: 0;
}

@media only screen and (min-width: 581px) {
  body .gform_wrapper ul.gform_fields li.gfield {
    margin-top: 8px;
    padding-right: 0;
  }
  body .gform_wrapper ul.gform_fields li.gfield .ginput_complex.ginput_container_name {
    display: flex;
    justify-content: space-between;
  }
  body .gform_wrapper ul.gform_fields li.gfield .ginput_complex.ginput_container_name span.name_first,
body .gform_wrapper ul.gform_fields li.gfield .ginput_complex.ginput_container_name span.name_last,
body .gform_wrapper ul.gform_fields li.gfield .ginput_complex.ginput_container_name span.name_middle {
    margin-top: 0;
    width: 50%;
  }
  body .gform_wrapper ul.gform_fields li.gfield .ginput_complex.ginput_container_name span.name_first input,
body .gform_wrapper ul.gform_fields li.gfield .ginput_complex.ginput_container_name span.name_last input,
body .gform_wrapper ul.gform_fields li.gfield .ginput_complex.ginput_container_name span.name_middle input {
    margin: 0;
  }
  body .gform_wrapper ul.gform_fields li.gfield .ginput_complex.ginput_container_name span.name_first {
    margin-right: 4px;
  }
  body .gform_wrapper ul.gform_fields li.gfield .ginput_complex.ginput_container_name span.name_last {
    margin-left: 4px;
    margin-right: 0;
  }
  body .gform_wrapper ul.gform_fields li.gfield .ginput_container {
    margin-top: 8px;
    width: 100%;
  }
  body .gform_wrapper ul.gform_fields li.gfield .ginput_container input {
    margin-bottom: 0;
    margin-top: 8px;
  }
  body .gform_wrapper ul.gform_fields li.gfield.gf_left_half, body .gform_wrapper ul.gform_fields li.gfield.gf_right_half {
    display: inline-block;
    width: 50%;
  }
  body .gform_wrapper ul.gform_fields li.gfield.gf_left_half .ginput_container, body .gform_wrapper ul.gform_fields li.gfield.gf_right_half .ginput_container {
    margin-top: 0 !important;
  }
  body .gform_wrapper ul.gform_fields li.gfield.gf_left_half .ginput_container input, body .gform_wrapper ul.gform_fields li.gfield.gf_right_half .ginput_container input {
    margin-top: 0;
  }
  body .gform_wrapper ul.gform_fields li.gfield.gf_left_half {
    padding-right: 4px;
  }
  body .gform_wrapper ul.gform_fields li.gfield.gf_right_half {
    padding-left: 4px;
    padding-right: 0;
  }
}

/******************************************************************

Stylesheet: Woocommerce Styles

******************************************************************/
.woocommerce .woo-store,
.woocommerce-page .woo-store {
  margin-top: 25px;
}

.woocommerce .woo-store .woocommerce-shop_page-title,
.woocommerce-page .woo-store .woocommerce-shop_page-title {
  margin-bottom: .5em;
}

.woocommerce .woo-store .woocommerce-shop_page-title:empty,
.woocommerce-page .woo-store .woocommerce-shop_page-title:empty {
  display: none;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  border-radius: 0;
  line-height: normal;
  padding-right: 26px;
}

.woocommerce .woocommerce-shipping-methods li,
.woocommerce-page .woocommerce-shipping-methods li {
  padding: 0 !important;
}

.woocommerce .page-title,
.woocommerce-page .page-title {
  float: left;
  width: 100%;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
  display: none;
  margin: 0;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
  border: none;
  color: #e6e7e8;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after {
  display: none !important;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary,
.woocommerce-page div.product div.images,
.woocommerce-page div.product div.summary {
  float: left;
  width: 100% !important;
}

.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
  background-color: #f0f0f0;
  float: left !important;
  margin: 0;
  padding: 2em;
}

.woocommerce div.product .product_meta,
.woocommerce-page div.product .product_meta {
  margin-top: 10px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
  color: #CE0E2D;
  display: block;
  font-size: 1em;
  margin: 1em 0;
}

.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title {
  font-family: "eurostile", Helvetica, Arial, sans-serif;
  color: #292728;
  font-size: 2em;
  line-height: 1.2em;
  text-transform: none;
}

.woocommerce div.product form.cart .variations label,
.woocommerce div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations label,
.woocommerce-page div.product form.cart .variations select {
  font-size: 14px;
}

.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button {
  padding: 3px 18px;
}

.woocommerce .bsaProItem,
.woocommerce-page .bsaProItem {
  display: none;
}

.woocommerce .woocommerce-product-gallery__image,
.woocommerce-page .woocommerce-product-gallery__image {
  border: 0;
}

.woocommerce .woocommerce-product-gallery__image a:after,
.woocommerce .woocommerce-product-gallery__image a:before,
.woocommerce-page .woocommerce-product-gallery__image a:after,
.woocommerce-page .woocommerce-product-gallery__image a:before {
  display: none;
}

.woocommerce .thumbnails,
.woocommerce-page .thumbnails {
  height: auto !important;
}

.woocommerce .thumbnails:before,
.woocommerce-page .thumbnails:before {
  display: none !important;
}

.woocommerce .thumbnails .slick-track,
.woocommerce-page .thumbnails .slick-track {
  padding: 0 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2,
.woocommerce-page ul.products li.product .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product h2 {
  font-size: 14px;
  font-weight: 900;
  margin: 0 !important;
  text-align: left;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
  display: block;
  font-size: 12px;
  width: 100%;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  color: #292728;
  display: block;
  font-size: 14px;
  margin-bottom: 1em;
  text-align: left;
}

.woocommerce ul.products li.product.product-category img,
.woocommerce-page ul.products li.product.product-category img {
  border: 1px solid #f0f0f0;
  margin: 0;
  padding: 1em;
}

.woocommerce #content a.woocommerce-LoopProduct-link:after, .woocommerce #content a.woocommerce-LoopProduct-link:before,
.woocommerce-page #content a.woocommerce-LoopProduct-link:after,
.woocommerce-page #content a.woocommerce-LoopProduct-link:before {
  display: none;
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs {
  border-top: 1px solid;
  float: left;
  margin: 3em 0;
  margin-bottom: 5em;
  width: 100%;
}

.woocommerce #content div.product .woocommerce-tabs h2,
.woocommerce-page #content div.product .woocommerce-tabs h2 {
  font-size: 1.75em;
  margin-top: 2em;
  text-transform: capitalize;
  text-align: left;
  padding-bottom: 0;
  font-weight: 900;
}

.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel {
  margin-bottom: 5em;
}

.woocommerce #content div.product .woocommerce-tabs .panel:last-of-type,
.woocommerce-page #content div.product .woocommerce-tabs .panel:last-of-type {
  border: 0;
  margin-bottom: 1em;
  padding-bottom: 0;
}

.woocommerce #content .related.products h2,
.woocommerce-page #content .related.products h2 {
  font-weight: 900;
  text-transform: uppercase;
}

.woocommerce #content .related.products .price,
.woocommerce-page #content .related.products .price {
  margin: 0;
}

.woocommerce .term-description,
.woocommerce-page .term-description {
  margin-bottom: 4em;
  margin-top: 1em;
  display: inline-block;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger,
.woocommerce-page div.product div.images .woocommerce-product-gallery__trigger {
  display: none !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before, .woocommerce div.product div.images .woocommerce-product-gallery__trigger:after,
.woocommerce-page div.product div.images .woocommerce-product-gallery__trigger:before,
.woocommerce-page div.product div.images .woocommerce-product-gallery__trigger:after {
  display: none;
}

.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img {
  margin: 0 auto;
}

.woocommerce div.product div.images img.wp-post-image,
.woocommerce-page div.product div.images img.wp-post-image {
  margin-top: 0;
  width: auto !important;
}

.woocommerce #content div.product p.stock,
.woocommerce-page #content div.product p.stock {
  margin-top: 0px;
  color: #292728;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: bold;
}

.woocommerce #content div.product p.stock:in-stock, .woocommerce #content div.product p.stock:out-of-stock,
.woocommerce-page #content div.product p.stock:in-stock,
.woocommerce-page #content div.product p.stock:out-of-stock {
  color: #f0f0f0;
}

.woocommerce #content div.product .qty,
.woocommerce-page #content div.product .qty {
  border-radius: 0;
  margin-right: 10px;
}

.woocommerce nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination {
  margin-bottom: 2em;
  text-align: center;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul {
  background-color: #CE0E2D;
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li a:hover {
  background-color: #CE0E2D;
  color: #bcbec0;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current {
  background-color: #b60c28;
  color: #bcbec0;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li span {
  color: #fff;
}

.woocommerce #reply-title,
.woocommerce-page #reply-title {
  display: block;
  font-size: 1.5em;
  font-weight: 900;
  margin: 1em 0;
  text-transform: uppercase;
}

.woocommerce .comment-form-rating label,
.woocommerce-page .comment-form-rating label {
  color: #bcbec0;
  font-weight: 700;
}

.woocommerce .comment-form-rating .stars,
.woocommerce-page .comment-form-rating .stars {
  display: inline-block;
  margin-left: 10px !important;
}

.woocommerce .comment-form-comment label,
.woocommerce-page .comment-form-comment label {
  color: #bcbec0;
  font-weight: 700;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
  background-color: #bcbec0;
  border-color: #acafb1;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  border: 1px solid #acafb1;
  border-radius: 0;
}

.woocommerce #reviews #comments ol.commentlist li .meta,
.woocommerce-page #reviews #comments ol.commentlist li .meta {
  color: #292728;
}

.woocommerce .quick_view.button,
.woocommerce-page .quick_view.button {
  background-color: #bcbec0;
  color: #CE0E2D;
}

.woocommerce .quick_view.button:hover, .woocommerce .quick_view.button:active,
.woocommerce-page .quick_view.button:hover,
.woocommerce-page .quick_view.button:active {
  background-color: #a2a5a7;
}

.woocommerce .feat-img_wrap,
.woocommerce-page .feat-img_wrap {
  background-color: #292728;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce .feat-img_wrap h1.featuredTitle,
.woocommerce-page .feat-img_wrap h1.featuredTitle {
  align-items: center;
  display: flex;
}

.woocommerce .feat-img_wrap .bg-img,
.woocommerce-page .feat-img_wrap .bg-img {
  min-height: 150px;
}

.woocommerce .slick-slide,
.woocommerce-page .slick-slide {
  background: transparent;
  min-height: 0 !important;
}

.woocommerce .woocommerce-form-coupon-toggle,
.woocommerce-page .woocommerce-form-coupon-toggle {
  float: left;
  margin-top: 1em;
  width: 100%;
}

.woocommerce form.checkout_coupon,
.woocommerce-page form.checkout_coupon {
  float: left;
  width: 100%;
}

.woo-main {
  margin-top: 2em;
}

.single-product .sku_wrapper,
.single-product .tagged_as {
  display: block;
  float: left;
  margin-right: 2%;
}

.single-product a.fullProdDescAnchor {
  font-weight: normal;
  text-transform: uppercase;
  color: #CE0E2D;
}

.single-product h2 {
  font-family: "eurostile", Helvetica, Arial, sans-serif;
  font-size: 1.75em;
}

.single-product .productVideos h2 {
  color: #292728;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: bold;
  margin: 1em 0px .5em 0px;
}

.single-product .prodHighlights h2 {
  margin-top: 0;
}

.single-product .prodHighlights li {
  list-style-type: disc;
  list-style-position: outside;
  line-height: 1.5em;
  margin-bottom: 10px;
}

.single-product .featuredArticleVideo img {
  float: left;
  margin-right: 5%;
}

.single-product .featuredArticleVideo h2 {
  font-size: 1.1em;
  text-transform: uppercase;
}

.single-product .featuredArticleVideo h3 {
  font-family: "eurostile", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  margin-top: 15px;
}

.single-product .featuredArticleVideo h4 {
  font-family: "eurostile", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  margin-bottom: 5px;
  margin-top: 0px;
  text-transform: uppercase;
}

.single-product .featuredArticleVideo .cta {
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: normal;
  font-size: 1.1em;
}

.single-product .woocommerce-Tabs-panel--description h2 {
  margin-bottom: 1em;
}

.single-product .woocommerce-Tabs-panel--description .anchorTop {
  padding-top: 330px;
  margin-top: -330px;
  display: block;
  position: relative;
  z-index: -1;
}

.single-product .product_videos {
  margin-bottom: 3em;
}

.single-product .product_video {
  margin-bottom: .5em;
  margin-right: .5em;
  padding: 0;
  position: relative;
  width: 23%;
}

.single-product .product_video-img {
  cursor: pointer;
  display: block;
}

.single-product .product-meta_headline {
  font-family: "eurostile", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  margin: 1em 0px .5em 0px;
  text-transform: uppercase;
}

.single-product .product_video-overlay {
  background-color: #292728;
  background-color: rgba(41, 39, 40, 0.5);
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.4em;
  height: 100%;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-product .product_video-wrap {
  background-color: #292728;
  background-color: rgba(41, 39, 40, 0.92);
  align-items: center;
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.single-product .product_video-wrap.video-open {
  display: flex;
}

.single-product .product_video-wrap .iframe-container {
  margin: 0 auto;
  min-height: 50%;
  padding: 0;
  width: 90%;
}

.single-product .product_video-wrap .video-close {
  background-color: #CE0E2D;
  color: #fff;
  cursor: pointer;
  font-size: 1.5em;
  font-weight: 900;
  padding: 2px 10px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}

.single-product .upsells {
  float: left;
  width: 100%;
}

.single-product .upsells h2 {
  margin-bottom: 1em;
}

img.product_seal {
  max-width: 30% !important;
  position: absolute;
  right: -10px;
  top: -10px;
}

.woocommerce.post-type-archive-product ul.products li.product h3, .woocommerce.post-type-archive-product ul.products li.product .price {
  text-align: left;
}

.woocommerce.post-type-archive-product ul.products li.product:nth-child(1n) {
  clear: none;
}

.woocommerce.post-type-archive-product ul.products li.product-category a img {
  display: none;
}

.woocommerce.post-type-archive-product ul.products li.product-category .count {
  background: none;
}

.woocommerce.post-type-archive-product .woocommerce-breadcrumb {
  display: none;
}

.woocommerce.post-type-archive-product a.wc-cart,
.woocommerce.post-type-archive-product a.wc-account {
  margin-top: 1em;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  align-content: space-between;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  border-bottom: 1px solid #e6e7e8;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.woocommerce .product-img_container,
.woocommerce-page .product-img_container {
  padding-right: 1em;
}

.woocommerce .product-meta_container .product_title,
.woocommerce-page .product-meta_container .product_title {
  font-size: 1.75em;
  text-transform: uppercase;
}

.woocommerce .product-meta_container h2,
.woocommerce-page .product-meta_container h2 {
  border-left: 4px solid;
  font-size: 1.5em;
  padding-left: 9px;
}

.woocommerce .product-meta_container .product-meta > span,
.woocommerce-page .product-meta_container .product-meta > span {
  font-size: 14px;
  margin: 5px 0 !important;
  width: 100%;
}

.woocommerce .product-desc_container,
.woocommerce-page .product-desc_container {
  border-top: 2px solid #e3e3e3;
  margin-top: 1em;
  padding-top: 1em;
}

.woocommerce .product-desc_container p,
.woocommerce-page .product-desc_container p {
  font-size: 14px;
  line-height: 22px;
}

.woocommerce .product-after_container,
.woocommerce-page .product-after_container {
  margin-top: 2em;
}

.woocommerce a.product-additional_spec-file,
.woocommerce-page a.product-additional_spec-file {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
  text-decoration: none;
}

.woocommerce-page a.button,
.woocommerce-page button.button {
  background-color: #CE0E2D !important;
}

.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover {
  background-color: #b60c28;
}

.woocommerce-page a.button:after, .woocommerce-page a.button:before,
.woocommerce-page button.button:after,
.woocommerce-page button.button:before {
  display: none;
}

.woocommerce {
  /*
	button.button {
		background-color: $gray;
		border-radius: 0;
		color: $white;
		padding: 12px 20px;
		&:hover {
			background-color: darken($gray, 10%);
			color: $white;
		}
	}
	button.button:disabled,
	button.button:disabled[disabled] {
		color: $light-gray;
		float: right;
		padding: 13px 20px;
	}
*/
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-color: #292728;
  border-radius: 0;
}

.woocommerce form.login,
.woocommerce form.register {
  margin-top: 0;
}

.woocommerce table.cart td.actions .coupon {
  width: 100%;
}

.woocommerce #coupon_code {
  border: 0;
  margin-right: 0;
}

.woocommerce .checkout_coupon .form-row-last {
  float: left;
}

.woocommerce .cart .coupon .button {
  font-size: 1em;
  line-height: 1em;
  padding: 12px 20px;
  width: 30%;
}

.woocommerce table .product-thumbnail {
  display: none;
}

.woocommerce table.shop_attributes {
  text-align: left;
}

.woocommerce table.shop_attributes td {
  border-bottom: none;
  font-size: 14px;
  padding: 8px;
}

.woocommerce table.shop_attributes th {
  border-bottom: none;
  text-align: right;
  text-transform: uppercase;
}

.woocommerce td.products-name dl.variation dd {
  padding-top: .15em;
}

.woocommerce mark {
  background: none;
  font-weight: 600;
}

.woocommerce form .form-row .required {
  text-decoration: none;
}

.woocommerce fieldset {
  margin-bottom: 1em;
}

.woocommerce table.shop_table {
  border: 1px solid #292728;
  border-bottom: none;
  border-radius: 0;
}

.woocommerce table.shop_table th {
  background-color: #fff;
  border-bottom: 1px solid #292728;
  border-right: 1px solid #292728;
  text-transform: uppercase;
}

.woocommerce table.shop_table td {
  border-bottom: 1px solid #292728;
  border-right: 1px solid #292728;
  border-top: none !important;
  padding: 7px;
}

.woocommerce table.shop_table td:last-of-type {
  border-right: none;
}

.woocommerce .woocommerce-cart-form {
  margin-top: 2em;
}

.woocommerce .woocommerce-cart-form tr {
  border-bottom: none;
}

.woocommerce .woocommerce-cart-form a.remove {
  color: #292728 !important;
  line-height: 1.1em;
  margin: 0 auto;
}

.woocommerce .woocommerce-cart-form a.remove:hover {
  background-color: red !important;
  color: #fff !important;
}

.woocommerce .cart_totals tr th {
  border-right: 1px solid #292728 !important;
}

.woocommerce a.added_to_cart {
  background-color: #b60c28;
  bottom: 0;
  color: #fff;
  display: block;
  padding: 10px 0;
  position: absolute;
  width: 100%;
}

.woocommerce ul#shipping_method {
  margin-bottom: 15px;
}

.woocommerce ul#shipping_method li {
  padding: 10px 0;
}

.woocommerce ul#shipping_method li label {
  font-size: 12px;
}

.woocommerce .select2-container--default .select2-selection--single {
  border: 1px solid #292728;
  border-radius: 0;
}

.woocommerce .checkout h3 {
  font-weight: 600;
  text-transform: uppercase;
}

.woocommerce .checkout #payment ul.payment_methods {
  border-bottom: 1px solid #292728;
  list-style: none;
  padding: 0;
  padding-bottom: 1em;
}

.woocommerce .checkout #payment ul.payment_methods li {
  list-style: none;
}

.woocommerce .checkout #payment .payment_box {
  margin: 2em 0;
  padding: 0;
}

.woocommerce .checkout #payment .payment_box input.input-text {
  font-size: 1.2em !important;
}

.woocommerce .checkout #payment .payment_box fieldset {
  border: none;
  padding: 0;
}

.woocommerce .checkout #payment div.form-row {
  padding: 1em 0;
}

.woocommerce .checkout #payment #place_order {
  float: none;
  margin-top: 1em;
  padding: 5px 20px;
  width: 100%;
}

.woocommerce .checkout .woocommerce-Price-amount {
  color: #CE0E2D;
  font-weight: 600;
}

.woocommerce .woocommerce-customer-details address {
  border: 1px solid;
  border-radius: 0;
}

.woocommerce-checkout #payment div.payment_box input.input-text {
  border: 1px solid #292728;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form input {
  font-size: 1.1em;
}

#payment ul.payment_methods li img {
  max-width: 40px !important;
}

input.woocommerce-Button.button:focus {
  outline: none;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: none;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background: none;
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  border: none;
}

.added_to_cart.wc-forward {
  color: #9e0b23;
  padding-left: 1em;
  text-transform: uppercase;
}

.entry-content .shop_table .product-remove a:after, .entry-content .shop_table .product-remove a:before,
.entry-content .shop_table .product-thumbnail a:after,
.entry-content .shop_table .product-thumbnail a:before {
  display: none;
}

.entry-content .woocommerce tr:nth-child(even) {
  background-color: white;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  background-color: #f0f0f0 !important;
  border: none;
  border-left: 5px solid #CE0E2D;
  clear: both;
  padding: 1em;
}

.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before {
  display: none;
}

.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  font-size: 16px !important;
  line-height: 25px !important;
}

.tax-product_cat .woocommerce-breadcrumb,
.tax-product_tag .woocommerce-breadcrumb {
  display: none;
}

a.wc-cart,
a.wc-account {
  color: #292728;
  float: right;
  font-size: .92em;
  font-weight: 600;
  text-decoration: none;
}

a.wc-cart:hover, a.wc-cart:focus,
a.wc-account:hover,
a.wc-account:focus {
  color: #292728;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

a.wc-cart:active,
a.wc-account:active {
  color: #292728;
}

a.wc-cart {
  padding-left: 2em;
}

.woocommerce-account .addresses .title h3 {
  margin: 0;
  margin-bottom: 10px;
}

.woocommerce-product-gallery {
  position: relative;
  margin-bottom: 3em;
}

.woocommerce-product-gallery figure {
  margin: 0;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block;
}

.woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  float: left;
  cursor: pointer;
}

.woocommerce-product-gallery .flex-control-thumbs img {
  opacity: .5;
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active, .woocommerce-product-gallery .flex-control-thumbs img:hover {
  opacity: 1;
}

.woocommerce-product-gallery img {
  display: block;
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%;
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%;
}

.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 99;
}

a.woocommerce-product-gallery__trigger {
  text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: .875em;
  right: .875em;
  display: block;
  height: 2em;
  width: 2em;
  border-radius: 3px;
  z-index: 99;
  text-align: center;
  text-indent: -999px;
  overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  background-color: #169fda;
  color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  background-color: #1781ae;
  border-color: #1781ae;
  color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: "\f00e";
  line-height: 2;
  text-indent: 0;
}

.woo-sidebar {
  background: #bcbec0;
  padding: 10px 25px 25px 25px;
  border-right: 30px solid #fff;
}

.woo-sidebar .widget {
  margin: 0;
  padding: 1em;
  padding-left: 0;
  padding-top: 0;
}

.woo-sidebar .widget .widgettitle {
  border: none;
  margin-bottom: 5px;
}

.woo-sidebar .prdctfltr-widget {
  display: none;
}

.woo-sidebar .prdctfltr-widget .prdctfltr_wc {
  background: transparent;
  padding: 10px;
}

.woo-sidebar .prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_filter_submit {
  background-color: #CE0E2D;
}

.woo-sidebar .prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_filter_submit:hover {
  background-color: #b60c28;
}

.woo-sidebar .filter-products_headline {
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}

.woo-sidebar .filter-products_headline i {
  bottom: 3px;
  font-size: 16px;
  margin-left: 8px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.woo-sidebar .filter-products_headline i.rotate {
  -moz-transform: rotate(180degdeg);
  -o-transform: rotate(180degdeg);
  -ms-transform: rotate(180degdeg);
  -webkit-transform: rotate(180degdeg);
  transform: rotate(180degdeg);
}

.woo-sidebar .prdctfltr_search,
.woo-sidebar .prdctfltr_tag {
  display: none !important;
}

.woo_no-products-msg {
  background: none;
  border: none;
  color: #CE0E2D;
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 100;
  margin: 1em 0;
  margin-bottom: 100px;
  padding: 0;
  text-align: center;
}

.woo_no-products-msg:before {
  display: none;
}

@media only screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
    border-right: none;
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
    float: left;
    width: 30%;
  }
  .woocommerce .woo-store {
    margin-top: 25px;
  }
  .woocommerce table.cart td.actions .coupon {
    width: 100%;
  }
  .woocommerce #coupon_code {
    width: 60% !important;
  }
  .woocommerce .cart .coupon .button {
    width: 40% !important;
  }
  .woocommerce table.shop_table {
    border-bottom: 1px solid;
  }
  .woocommerce ul.products li.product:nth-child(odd) {
    margin-right: 1% !important;
  }
  .woocommerce ul.products li.product:nth-child(even) {
    margin-left: 1% !important;
  }
  .woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    padding-bottom: 0;
  }
  button.button:disabled,
button.button[disabled]:disabled {
    color: #fff;
    float: none;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 769px) {
  .account-login_link {
    text-align: right;
  }
  .woocommerce .checkout, .woocommerce-page .checkout {
    margin-top: 1em;
  }
  .woocommerce .checkout .col2-set, .woocommerce-page .checkout .col2-set {
    float: left;
    width: 48%;
  }
  .woocommerce .checkout .col2-set .col-1, .woocommerce .checkout .col2-set .col-2, .woocommerce-page .checkout .col2-set .col-1, .woocommerce-page .checkout .col2-set .col-2 {
    float: left;
    width: 100%;
  }
  .woocommerce .checkout h3#order_review_heading,
.woocommerce .checkout .woocommerce-checkout-review-order, .woocommerce-page .checkout h3#order_review_heading,
.woocommerce-page .checkout .woocommerce-checkout-review-order {
    float: right;
    width: 48%;
  }
  .woocommerce #coupon_code, .woocommerce-page #coupon_code {
    width: 67% !important;
  }
  .woocommerce .form-row #coupon_code, .woocommerce-page .form-row #coupon_code {
    border: 1px solid;
    width: 100% !important;
  }
  .woocommerce table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    border: 1px solid;
    width: 50%;
  }
  .woocommerce .product-img_container, .woocommerce-page .product-img_container {
    padding-right: 1em;
  }
  .woocommerce .product-meta_container, .woocommerce-page .product-meta_container {
    float: right;
    padding-left: 1em;
  }
  .woocommerce .product-meta_container .product_title, .woocommerce-page .product-meta_container .product_title {
    font-size: 1.75em;
    text-transform: uppercase;
  }
  .woocommerce .product-meta_container h2, .woocommerce-page .product-meta_container h2 {
    border-left: 4px solid;
    font-size: 1.5em;
    padding-left: 9px;
  }
  .woocommerce .product-meta_container .product-meta > span, .woocommerce-page .product-meta_container .product-meta > span {
    font-size: 14px;
    margin: 5px 0 !important;
    width: 100%;
  }
  .woocommerce .product-desc_container, .woocommerce-page .product-desc_container {
    border-top: 2px solid #e3e3e3;
    margin-top: 1em;
    padding-top: 1em;
  }
  .woocommerce .product-desc_container p, .woocommerce-page .product-desc_container p {
    font-size: 14px;
    line-height: 22px;
  }
  .woocommerce .product-after_container, .woocommerce-page .product-after_container {
    margin-top: 2em;
  }
  .woocommerce a.product-additional_spec-file, .woocommerce-page a.product-additional_spec-file {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
    text-decoration: none;
  }
  .woocommerce .cart_collaterals table.shop_table td,
.woocommerce .woocommerce-checkout-review-order table.shop_table td, .woocommerce-page .cart_collaterals table.shop_table td,
.woocommerce-page .woocommerce-checkout-review-order table.shop_table td {
    min-width: 270px;
  }
  .woocommerce #content div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs {
    float: none;
    width: 100%;
  }
  .single-product .product_video-wrap .iframe-container {
    min-height: 80%;
    width: 70%;
  }
  .single-product .product_video {
    margin-bottom: 1em;
    margin-right: 1em;
    width: 17%;
  }
}

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

.slick-initialized {
  visibility: visible !important;
}

.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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  align-items: stretch;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 0 2em;
}

.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;
  position: relative;
  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: flex;
}

.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-arrow {
  /*
	color: $white;
	font-size: 42px;
	line-height: 1em;
	position: absolute;
	top: 50%;
*/
  z-index: 99999;
}

.slick-arrow.pull-right {
  right: 15%;
}

.slick-arrow.pull-left {
  left: 15%;
}

.slick-dots {
  bottom: 4em;
  left: -200px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
}

.slick-dots li {
  background-color: transparent;
  border-bottom: 2px solid #fff;
  display: inline-block;
  height: 2px;
  overflow: hidden;
  padding-top: 10px;
  text-indent: -999px;
  width: 20px;
}

.slick-dots li:hover, .slick-dots li.slick-active {
  border-color: #CE0E2D;
}

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #292728;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #CE0E2D;
  color: #fff;
  text-shadow: 1px 1px 0px #292728;
  filter: dropshadow(color=#292728, offx=1, offy=1);
}

::selection {
  background: #CE0E2D;
  color: #fff;
  text-shadow: 1px 1px 0px #292728;
  filter: dropshadow(color=#292728, offx=1, offy=1);
}

.offscreen {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.offscreen:focus {
  position: relative;
  clip: auto;
  width: auto;
  height: auto;
  overflow: auto;
}

.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  text-align: center;
  margin: auto;
}

.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
.no-js #is-loading {
  display: none;
}

.no-js .content-block_inner,
.no-js .footer-nav,
.no-js .copyright {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*********************
LAYOUT & GRID STYLES
*********************/
.page-center, .pc {
  width: 96%;
  margin: 0 auto;
}

.full-img {
  display: block;
  height: auto;
  width: 100%;
}

.bg-img {
  background: center center/cover no-repeat #292728;
  position: relative;
}

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

/*********************
LINK STYLES
*********************/
a {
  color: #CE0E2D;
  /* on hover */
  /* on click */
  /* mobile tap color */
}

a:hover, a:focus {
  color: #9e0b23;
}

a:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/*********************
HEADING STYLES
*********************/
.wf-loading h1, .wf-loading .h1, .wf-loading h2, .wf-loading .h2, .wf-loading h3, .wf-loading .h3, .wf-loading h4, .wf-loading .h4, .wf-loading h5, .wf-loading .h5, .wf-loading p, .wf-loading a, .wf-loading label, .wf-loading input, .wf-loading .btn {
  visibility: hidden;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-family: "eurostile", Helvetica, Arial, sans-serif;
  font-weight: 500;
  /* removing text decoration from all headline links */
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

#content h1, #content .h1, #content h2, #content .h2, #content h3, #content .h3, #content h4, #content .h4, #content h5, #content .h5 {
  color: #292728;
  margin-top: 5px;
}

h1, .h1 {
  color: #fff;
  font-size: 1.75em;
  font-weight: 900;
  line-height: 1.333em;
  text-transform: uppercase;
}

h2, .h2 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 0.375em;
  text-transform: uppercase;
}

h3, .h3 {
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1.15em;
}

h4, .h4 {
  font-size: 1.1em;
  font-weight: 400;
}

h5, .h5 {
  font-size: 0.846em;
  font-weight: 400;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*********************
HEADER STYLES
*********************/
.header {
  background-color: #CE0E2D;
  font-family: "eurostile", Helvetica, Arial, sans-serif;
}

.inner-header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
}

.logo {
  height: auto !important;
  max-width: 270px !important;
}

/*********************
NAVIGATION STYLES
*********************/
.header_nav-wrap {
  max-height: 0;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.header_nav-wrap.nav-open {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-height: 1000px !important;
}

.menu-toggler {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 24%;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menu-toggler:hover {
  cursor: pointer;
}

.menu-toggler .menu-toggle {
  display: block;
  height: 25px;
  position: relative;
  width: 50px;
}

.menu-toggler .menu-toggle span {
  background-color: #fff;
  height: 2px;
  position: absolute;
  right: 0;
  width: 100%;
  -webkit-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menu-toggler .menu-toggle span:nth-child(1) {
  top: -8.75px;
  top: 0;
}

.menu-toggler .menu-toggle span:nth-child(2) {
  background-color: #fff;
  top: 11px;
}

.menu-toggler .menu-toggle span:nth-child(3) {
  top: 8.75px;
  top: 22px;
}

.menu-toggler .menu-toggle.open span {
  -webkit-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}

.menu-toggler .menu-toggle.open span:nth-child(1) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 11px;
}

.menu-toggler .menu-toggle.open span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-toggler .menu-toggle.open span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 11px;
}

#menu-toggle #nav-open {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 5px;
  right: 0;
}

#menu-toggle #nav-open span {
  width: 50px;
  height: 3px;
  position: relative;
  left: 6%;
  margin: 10px 0;
  top: 0;
}

#menu-toggle #nav-open span:nth-child(1) {
  margin-top: 0;
  transition-delay: .5s;
}

#menu-toggle #nav-open span:nth-child(2) {
  transition-delay: .625s;
}

#menu-toggle #nav-open span:nth-child(3) {
  transition-delay: .75s;
}

#menu-toggle #nav-open:hover span {
  background-color: #fff;
  -webkit-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}

#menu-toggle #nav-close {
  position: absolute;
  height: 40px;
  width: 40px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 5px;
}

#menu-toggle #nav-close span:nth-child(1) {
  height: 0%;
  width: 3px;
  position: absolute;
  margin-left: -2px;
  top: 0%;
  left: 50%;
  transition-delay: 0s;
}

#menu-toggle #nav-close span:nth-child(2) {
  width: 0%;
  height: 3px;
  position: absolute;
  margin-top: -2px;
  left: 0%;
  top: 50%;
  transition-delay: .25s;
}

.nav-search-icons {
  overflow: hidden;
}

#menu-toggle.open #nav-open span {
  width: 0%;
}

#menu-toggle.open #nav-open span:nth-child(1) {
  transition-delay: 0s;
}

#menu-toggle.open #nav-open span:nth-child(2) {
  transition-delay: .125s;
}

#menu-toggle.open #nav-open span:nth-child(3) {
  transition-delay: .25s;
}

#menu-toggle.open #nav-close span {
  background-color: #fff;
}

#menu-toggle.open #nav-close span:nth-child(1) {
  height: 50%;
  transition-delay: .625s;
}

#menu-toggle.open #nav-close span:nth-child(2) {
  width: 50%;
  transition-delay: .375s;
}

.magnifying-glass {
  font-size: 10em;
  /* This controls the size. */
  display: block;
  cursor: pointer;
  float: right;
  width: 22px;
  height: 22px;
  border: 4px solid #e6e7e8;
  position: relative;
  border-radius: 0.35em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  clear: both;
  right: 0;
  margin: 12px;
}

.magnifying-glass::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -12px;
  bottom: -7px;
  border-width: 0;
  background-color: #e6e7e8;
  width: 15px;
  height: 4px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.magnifying-glass:hover, .magnifying-glass.open {
  border-color: #CE0E2D;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.magnifying-glass:hover::before, .magnifying-glass.open::before {
  background-color: #CE0E2D;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.magnifying-glass.open {
  height: 22px;
  width: 22px;
}

.magnifying-glass.open::before {
  bottom: 4px;
  right: -3px;
  width: 18px;
}

input.search-box {
  background-color: #fff;
  border: 1px solid;
  border-radius: 0;
  color: #e6e7e8;
  margin: 0;
  padding: 10px 1em;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input.search-box:active, input.search-box:focus {
  border-color: #CE0E2D;
  color: #CE0E2D;
}

#searchsubmit {
  float: right;
  padding: 8px 1em;
}

.header_quick-links {
  border-top: 1px solid #292728;
  margin-top: 5px;
  padding-top: 10px;
}

.header_quick-link {
  color: #fff;
  padding: 5px 1em;
  text-align: center;
  text-decoration: none;
}

.header_quick-link:last-child {
  font-weight: bold;
}

.nav {
  border-bottom: 0;
  margin: 0;
  padding: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}

.nav li {
  /*
		so you really have to rethink your dropdowns for mobile.
		you don't want to have it expand too much because the
		screen is so small. How you manage your menu should
		depend on the project. Here's some great info on it:
		http://www.alistapart.com/articles/organizing-mobile/
		*/
}

.nav li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0.75em;
  /*
			remember this is for mobile ONLY, so there's no need
			to even declare hover styles here, you can do it in
			the style.scss file where it's relevant. We want to
			keep this file as small as possible!
			*/
}

.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}

.nav li.menu-item-has-children a {
  float: left;
  padding: 10px .75em;
  width: 90%;
}

.nav li.menu-item-has-children a.next {
  float: right;
  font-size: 14px;
  font-weight: 100;
  text-align: center;
  width: 10%;
}

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
.content-main {
  margin-bottom: 100px;
}

.content-center {
  float: none !important;
  margin: 3em auto;
  margin-top: 0;
}

.feat-img_container {
  position: relative;
}

.feat-img_container .article-header {
  text-align: left;
  z-index: 2;
}

.feat-img_container.brand-single_feat-img .article-header {
  text-align: left;
  width: 80%;
}

.feat-img_container.brand-single_feat-img .feat-img_content {
  color: #fff;
  float: left;
}

.feat-img {
  align-items: center;
  background-position: left;
  display: flex;
  justify-content: center;
  min-height: 250px;
}

.feat-img_content {
  color: #fff;
}

.bg-overlay {
  background-color: #292728;
  height: 100%;
  opacity: .3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-header-flourish {
  background: left center/cover no-repeat url(../images/diagonal-pattern.png);
  bottom: -30px;
  height: 60px;
  position: absolute;
  right: 0;
  width: 40%;
  z-index: 0;
}

.front-page_hero-wrap {
  display: flex;
  min-height: 300px;
  align-items: center;
  justify-content: center;
}

.hero_headline {
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.hero_cta-wrap {
  position: absolute;
  bottom: 0;
}

.hero_cta {
  z-index: 50;
  position: absolute;
  bottom: 0;
  left: 15%;
}

#content {
  margin-top: 2.5em;
  min-height: 25vh;
}

#content.home-content {
  margin-top: 0;
  overflow: hidden;
}

.error404 #content {
  margin-top: 3.5em;
}

.home_content {
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 2em;
  padding-bottom: .5em;
}

.hentry {
  display: block;
  margin-bottom: 1.5em;
}

.hentry footer p {
  margin: 0;
}

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  margin: 0;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}

/* entry content */
.entry-content {
  padding: 0;
}

.entry-content p {
  margin: 0 0 1.5em;
}

.entry-content table {
  width: 100%;
  border: 1px solid #e6e7e8;
  margin-bottom: 1.5em;
}

.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.entry-content tr {
  border-bottom: 1px solid #e6e7e8;
}

.entry-content td {
  padding: 7px;
  border-right: 1px solid #e6e7e8;
}

.entry-content td:last-child {
  border-right: 0;
}

.entry-content th {
  border-bottom: 1px solid #e6e7e8;
  border-right: 1px solid #e6e7e8;
}

.entry-content th:last-child {
  border-right: 0;
}

.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #CE0E2D;
  font-style: italic;
  color: #9fa6b4;
}

.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}

.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}

.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}

.entry-content pre {
  background: #292728;
  color: #f0f0f0;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

/* end .entry-content */
.alignleft, img.alignleft {
  text-align: left;
}

.alignright, img.alignright {
  text-align: right;
}

.aligncenter, img.aligncenter {
  text-align: center;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}

.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0;
}

.related.products {
  clear: both;
}

.product-slider_product-block {
  background-color: #f0f0f0;
  flex-wrap: wrap;
  justify-content: center;
  padding: .5em;
  margin-right: 1em;
  border-bottom: 6px solid #292728;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-slider_product-block.slick-current {
  border-bottom-color: #CE0E2D;
}

.product-slider_product-block:hover {
  border-bottom: 6px solid #CE0E2D;
}

.product-slider_product-block img {
  align-self: center;
  justify-content: center;
  max-width: 60%;
  padding: 0;
}

.product-slider_product-block h3 {
  color: black;
  font-size: .9em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin: .5em 0 0;
  padding: 0;
  width: 100%;
}

.home_product-slider-section {
  margin-bottom: 2em;
  padding: 1em 0;
  position: relative;
  top: -3em;
  z-index: 5;
}

.home_product-slider {
  float: right;
  visibility: hidden;
}

.product-slider_arrows {
  background-color: #292728;
}

.product-slider {
  background-color: #292728;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.5em;
  line-height: 1.25em;
  margin: 0 0 .25em;
  padding: 0 1em;
  max-width: 70px;
  position: absolute;
  left: 10%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.product-slider:hover {
  background-color: #CE0E2D;
  color: #292728;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.product-slider_prev {
  top: 4em;
}

.product-slider_next {
  top: 6em;
}

.product-slider_bg {
  background-color: #292728;
  border-right: 15px solid #CE0E2D;
  transform: skewX(-45deg);
  height: 100%;
  left: -50%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_about-section {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
  position: relative;
}

.pt_style {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  margin-right: 2%;
  padding: 0;
  width: 48%;
}

.pt_style a {
  border-bottom: 3px solid #fff;
  color: #292728;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pt_style a:hover {
  border-bottom-color: #CE0E2D;
  color: #292728;
}

.pt_styles-section {
  display: flex;
  flex-wrap: wrap;
}

.pt_styles-section .pt_style-img {
  background-blend-mode: luminosity;
  background-color: #fff;
  margin: 0;
  min-height: 190px;
  position: relative;
  width: 100%;
}

.pt_styles-section .pt_style-img_badge {
  background-repeat: no-repeat;
  background-size: contain;
  height: 70px;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 70px;
  z-index: 10;
}

.pt_styles-section .pt_style-title {
  background-color: #f0f0f0;
  font-size: 1em;
  margin: 0 !important;
  padding: 10px;
  text-align: left;
  text-transform: uppercase;
}

.pt_styles-section .pt_style-desc {
  border-left: 3px solid #CE0E2D;
  font-size: .9em;
  padding-left: 1em;
  text-transform: uppercase;
}

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

.brand_logo-wrap {
  margin-bottom: 2em;
}

.brand_logo-wrap img.brand_logo {
  max-width: 300px;
}

.brand_main-content {
  margin-bottom: 2em;
}

.brand_icons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 2em 0;
}

.brand_icon {
  align-items: center;
  display: flex;
  max-width: 50%;
  padding: 1em;
  width: 100%;
}

.brand_icon img.brand_icon-img {
  margin-right: 1em;
  max-width: 40px;
}

.brand_child-pages {
  display: flex;
  flex-wrap: wrap;
  margin: 4em 0;
}

.brand_child-page_tabs {
  background-color: #CE0E2D;
  color: #fff;
  padding: 0;
}

.brand_child-page_tabs .page-center {
  padding: 2em;
}

.brand_child-page_tabs-content {
  background-color: #f0f0f0;
  display: flex;
  flex-wrap: wrap;
  padding: 2em;
}

.brand_child-page {
  display: flex;
  flex-wrap: wrap;
  max-width: 50%;
  padding: 10px;
}

.brand_child-page .bg-img {
  background-color: transparent;
  min-height: 160px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.brand_child-page a {
  align-content: space-between;
  align-items: center;
  border-bottom: 3px solid #fff;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  text-decoration: none;
}

.brand_child-page a:before {
  background-color: #CE0E2D;
  bottom: -3px;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.brand_child-page.current-content a:before {
  width: 100%;
}

.brand_child-page.current-content .brand_child-page_content-wrap:after {
  opacity: 1;
}

h2.brand_child-page_headline {
  border-bottom: 2px solid #292728;
  color: #fff !important;
  margin-top: 0 !important;
  padding-bottom: 1em;
}

.brand_child-page_tab {
  align-items: center;
  display: flex;
  font-size: 1.2em;
  position: relative;
}

.brand_child-page_tab:before {
  background-color: #292728;
  content: '';
  display: block;
  height: 1px;
  margin-right: 5px;
  width: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.brand_child-page_tab:hover {
  cursor: pointer;
}

.brand_child-page_tab:hover:before {
  width: 10px;
}

.brand_child-page_tab.current-tab:before {
  width: 30px;
}

.brand_child-page_tab.current-tab:hover:before {
  width: 30px;
}

.brand_child-page_content-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.brand_child-page_content-wrap:after {
  content: '\f30b';
  color: #CE0E2D;
  font-family: 'FontAwesome5';
  font-weight: 900;
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h3.brand_child-page_title {
  font-size: 1em;
}

.brand_cat-btn_wrap {
  margin: 2em 0;
  text-align: center;
}

.brand_gallery {
  margin-bottom: 2em;
}

.brand_gallery-img {
  padding-bottom: .75em;
}

.aws-container {
  margin-bottom: 1em;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
}

.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}

.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #e6e7e8;
}

.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #CE0E2D;
}

.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #CE0E2D;
  color: #fff;
}

.pagination .current {
  cursor: default;
  color: #292728;
}

.pagination .current:hover, .pagination .current:focus {
  background-color: #fff;
  color: #292728;
}

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}

.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f0f0f0;
  /* number of comments span */
}

.commentlist {
  margin: 0;
  list-style-type: none;
}

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f0f0f0;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}

.comment .comment-author {
  padding: 7px;
  border: 0;
}

.comment .vcard {
  margin-left: 50px;
}

.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}

.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}

.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}

.comment .vcard time a:hover {
  text-decoration: underline;
}

.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}

.comment:last-child {
  margin-bottom: 0;
}

.comment .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}

.comment[class*=depth-] {
  margin-top: 1.1em;
}

.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}

.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}

.comment.odd {
  background-color: #fff;
}

.comment.even {
  background: #f0f0f0;
}

/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right;
}

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f0f0f0;
}

#reply-title {
  margin: 0;
}

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}

.logged-in-as a {
  color: #292728;
}

.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f0f0f0;
  font-size: 0.9em;
}

/* comment submit button */
#submit {
  float: right;
  font-size: 1em;
}

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */
}

.no-widgets {
  background-color: #fff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  background-color: #e6e7e8;
  font-size: .9em;
  position: relative;
}

.footer ul {
  list-style: none;
}

.footer .h1, .footer .h2 {
  color: #292728;
  font-size: 2.5em;
  margin-top: 1.25em;
  font-weight: 400;
  font-size: 2.5em;
  letter-spacing: 1px;
}

.home .footer-flourish {
  opacity: 1;
}

.footer-flourish {
  background: left top/cover no-repeat transparent url(../images/metalsource-arrow-pattern.png);
  height: 60px;
  opacity: .5;
  position: absolute;
  right: 0;
  top: -60px;
  width: 100%;
  z-index: -2;
}

.footer-nav {
  margin: 1em 0;
}

.footer-nav .nav li {
  display: inline-block;
  flex: auto;
  float: left;
  text-align: center;
}

.footer-nav .nav a {
  color: #CE0E2D;
}

.footer_product-types {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 2em 0;
}

.footer_product-types img {
  filter: grayscale(100%);
  padding: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer_content {
  margin-bottom: 1em;
}

.footer_content-contact a {
  text-decoration: none;
}

.source-org,
.copyright {
  color: #fff;
  display: block;
  padding-top: 1em;
  text-align: center;
  line-height: 0;
}

.source-org a,
.copyright a {
  font-weight: 900;
}

.social-media_icons {
  list-style: none;
  margin: 5px auto;
  padding: 0;
  text-align: center;
}

.social-media_icons li {
  display: inline-block;
  margin-right: 10px;
}

.social-media_icons li:last-child {
  margin-right: 0;
}

.social-media_icons li a {
  color: #CE0E2D;
  font-size: 1.5em;
  padding: 5px 10px;
}

.social-media_icons li a:hover, .social-media_icons li a:focus {
  color: #CE0E2D;
}

.footer_utility-wrap {
  background-color: #292728;
  color: #fff;
  display: block;
  font-size: .9em;
  padding: 5px;
}

.footer_utility-wrap a {
  color: #fff;
  text-decoration: none;
}

a.to-top {
  background-color: transparent;
  border: 1px solid #CE0E2D;
  border-radius: 0;
  color: #CE0E2D;
  float: right;
  padding: 5px 10px;
  position: fixed;
  right: 1%;
  bottom: 2%;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 100;
}

a.to-top i {
  font-size: 14px;
}

a.to-top:hover {
  background-color: #CE0E2D;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  /******************************************************************

Stylesheet: Slinky Nav Stylesheet

******************************************************************/
  /* Required styles; changing these may break the menu */
  .slinky-menu {
    overflow: hidden;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-top: 1em;
    min-height: 200px !important;
  }
  .slinky-menu > ul {
    left: 0;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .slinky-menu ul,
.slinky-menu li {
    list-style: none;
    margin: 0;
  }
  .slinky-menu ul {
    width: 100%;
  }
  .slinky-menu a {
    display: block;
    border: none;
    color: #fff;
    padding: 1em;
  }
  .slinky-menu li ul {
    display: none;
    left: 100%;
    padding: 0;
    position: absolute;
    top: 0;
  }
  .slinky-menu .header {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding: 0;
    position: relative;
  }
  .slinky-menu li.menu-item-has-children h2 ~ a.back {
    background-color: #c00d2a;
    border-right: 0;
    color: #fff;
    padding: 10px;
    padding-bottom: 8px;
    width: 30%;
  }
  .slinky-menu h2 {
    font-family: "eurostile", Helvetica, Arial, sans-serif;
    font-size: 1em;
    float: right;
    font-weight: 700;
    margin: 0;
    padding: 10px 14px;
    padding-bottom: 8px;
    text-transform: uppercase;
    width: 70%;
  }
  /* *** Slinky theme  Styles *** */
  .slinky-menu li {
    align-items: center;
    box-shadow: none;
    display: flex;
    float: left;
    line-height: 1;
    padding-left: 10px;
    text-align: left;
    width: 100%;
  }
  .slinky-menu a.next:after {
    content: '\276f';
  }
  .slinky-menu a.back:before {
    content: '\276e';
    margin-right: 1em;
    float: left;
  }
}

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 581px) {
  /******************************************************************

Stylesheet: 481px and Up Stylesheet

******************************************************************/
  /*
IMPORTANT NOTE ABOUT SASS 3.3 & UP
You can't use @extend within media queries
anymore, so just be aware that if you drop
them in here, they won't work.
*/
  /*********************
NAVIGATION STYLES
*********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
				plan your menus and drop-downs wisely.
				*/
  }
  .menu ul li a {
    /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/
  }
  /* end .menu */
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/
  /* end .footer-links */
}

/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************

Stylesheet: Tablet & Small Desktop Stylesheet

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  /*********************
HEADING STYLES
*********************/
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    word-break: break-word;
  }
  h1, .h1 {
    font-size: 2.5em;
  }
  h2, .h2 {
    font-size: 1.75em;
  }
  /*********************
HEADER STYLES
*********************/
  .header {
    padding: 5px 0;
  }
  .inner-header {
    flex-wrap: nowrap;
  }
  #menu-toggle {
    display: none;
  }
  .slinky-menu {
    margin-top: 0;
  }
  /*********************
NAVIGATION STYLES
*********************/
  .header_nav-wrap {
    display: flex;
    float: left;
    justify-content: space-around;
    margin: 0;
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
  .header_quick-links {
    align-items: center;
    border-top: none;
    display: flex;
    margin: 0;
    padding: 0;
    text-align: right;
  }
  .header_quick-link {
    display: inline-block;
    padding: 0 8px;
  }
  .header_quick-link:hover {
    color: #fff;
  }
  .top-nav {
    float: right;
  }
  .nav {
    border: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .nav ul {
    background: #292728;
    margin-top: 0;
  }
  .nav li {
    list-style: none;
    position: relative;
    /*
		plan your menus and drop-downs wisely.
		*/
    /* showing sub-menus */
  }
  .nav li a {
    border-bottom: 0;
  }
  .nav li:hover a, .nav li:focus a {
    color: #fff;
    text-decoration: none;
  }
  .nav li .sub-menu:after {
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -8px;
    width: 0;
    height: 0;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #b60c28;
  }
  .nav li > ul {
    opacity: 0;
    top: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .nav li ul.sub-menu,
.nav li ul.children {
    margin-top: 0;
    border-top: 0;
    left: 50%;
    position: absolute;
    top: 112%;
    visibility: hidden;
    width: 150px;
    z-index: 8999;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /* highlight sub-menu current page */
  }
  .nav li ul.sub-menu li,
.nav li ul.children li {
    /*
				if you need to go deeper, go nuts
				just remember deeper menus suck
				for usability. k, bai.
				*/
  }
  .nav li ul.sub-menu li a,
.nav li ul.children li a {
    background-color: #b60c28;
    border-right: 0;
    display: block;
    width: 150px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .nav li ul.sub-menu li:hover a, .nav li ul.sub-menu li:focus a,
.nav li ul.children li:hover a,
.nav li ul.children li:focus a {
    text-decoration: none;
  }
  .nav li ul.sub-menu li:last-child a,
.nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li ul.sub-menu li ul,
.nav li ul.children li ul {
    top: 0;
    transform: none;
    left: 100%;
    padding: 0;
  }
  .nav li ul.sub-menu li ul:after,
.nav li ul.children li ul:after {
    border-bottom: 5px solid #b60c28;
    border-left: 5px solid #b60c28;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 12px;
    left: -5px;
  }
  .nav li ul.sub-menu li ul li a,
.nav li ul.children li ul li a {
    background-color: #9e0b23;
  }
  .nav li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  /* end .nav */
  .nav > li > a {
    font-size: .9em;
  }
  .nav li a {
    padding: .5em 3px;
    width: auto;
  }
  .nav li ul.sub-menu,
.nav li ul.children {
    background-color: #b60c28;
    padding: 5px 0 0;
    padding-top: 0;
  }
  .nav li ul.sub-menu a,
.nav li ul.children a {
    text-decoration: none;
  }
  .nav li ul.sub-menu .header,
.nav li ul.children .header {
    display: none;
  }
  .nav li ul.sub-menu li a,
.nav li ul.children li a, .nav li.menu-item-has-children a {
    padding: .5em 3px;
  }
  .nav li ul.sub-menu li a.next,
.nav li ul.children li a.next, .nav li.menu-item-has-children a.next {
    display: none;
  }
  .header_quick-link:last-child {
    font-size: .9em;
  }
  /*********************
POSTS & CONTENT STYLES
*********************/
  .feat-img_container.brand-single_feat-img.is-parent .bg-overlay {
    display: none;
  }
  .feat-img_container.brand-single_feat-img .article-header {
    width: 100%;
  }
  .feat-img {
    background-position: center center;
    min-height: 270px;
  }
  .feat-img_content {
    width: 40%;
  }
  .front-page_hero-wrap {
    background-position: center center;
    min-height: 500px;
  }
  .home_img {
    order: 2;
    padding-bottom: 10px;
    position: relative;
  }
  .home_about-img-bg {
    background-color: #292728;
    transform: skewX(-45deg);
    height: 100%;
    right: -55%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
  }
  .hero_headline {
    font-size: 3.25em;
  }
  .product-slider_bg {
    left: -65%;
    width: 100%;
  }
  .home_about-section {
    margin-bottom: 0;
  }
  #content {
    margin-top: 3.5em;
  }
  .brand_icons {
    flex-wrap: nowrap;
  }
  .brand_icon {
    margin-right: 1em;
    max-width: 25%;
    padding: 0;
    width: auto;
  }
  .brand_icon img.brand_icon-img {
    max-width: 80px;
  }
  .brand_child-page_tabs {
    position: relative;
  }
  .brand_child-page_tabs:after {
    border-bottom: 30px solid transparent;
    border-left: 30px solid transparent;
    border-right: 30px solid #CE0E2D;
    border-top: 0 solid transparent;
    content: '';
    position: absolute;
    top: 30px;
    right: -30px;
    -o-transform: rotate(180deg) translate(0, 50%);
    -moz-transform: rotate(180deg) translate(0, 50%);
    -webkit-transform: rotate(180deg) translate(0, 50%);
    transform: rotate(45deg) translate(0, 50%);
  }
  .brand_child-page_tabs-content {
    margin-left: 1em;
    width: 65%;
  }
  .brand_child-page {
    max-width: 33%;
    padding: 1em;
  }
  .brand_child-page .bg-img {
    min-height: 220px;
  }
  .brand_secondary-content {
    float: none;
    margin: 0 auto;
    margin-bottom: 2em;
    max-width: 80%;
  }
  .brand_secondary-content.child-secondary {
    max-width: 100%;
  }
  /*********************
SIDEBARS & ASIDES
*********************/
  .sidebar {
    margin-top: 2.2em;
  }
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  .pt_style {
    margin-right: 2%;
    width: 31%;
  }
  .pt_styles-section .pt_style-img {
    min-height: 260px;
  }
  /*********************
FOOTER STYLES
*********************/
  .footer {
    border: none;
  }
  .footer-flourish {
    height: 120px;
    top: -110px;
  }
  .footer_product-types {
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
  .footer_product-types a {
    margin-right: 2em;
    width: 100%;
  }
  .footer_product-types a:last-child {
    margin-right: 0;
  }
  .footer_product-types a:hover img {
    filter: grayscale(0%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .footer_social-media ul {
    margin: 0 auto;
  }
  .footer_social-media ul li {
    margin: 4px;
    padding: 28px 5px;
  }
  .footer_content {
    padding: 0 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer_content-description {
    width: 45%;
  }
  .source-org,
.copyright {
    padding: 0;
  }
  .copyright {
    text-align: left;
  }
  .source-org {
    text-align: right;
  }
  .footer-nav .nav {
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .footer-nav .nav li:hover a, .footer-nav .nav li:focus a {
    color: #9e0b23;
  }
  .footer-nav .nav li.current-menu-item a:before,
.footer-nav .nav li.current_page_item a:before,
.footer-nav .nav li.current_page_ancestor a:before {
    background: none;
  }
}

/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.

******************************************************************/
  .page-center, .pc {
    max-width: 1200px;
  }
  .nav {
    flex-wrap: wrap;
  }
  .nav > li > a {
    font-size: 1em;
  }
  .nav li a {
    padding: .5em .75em;
  }
  .nav li ul.sub-menu li a,
.nav li ul.children li a, .nav li.menu-item-has-children a {
    padding: .5em .75em;
    width: 100%;
  }
  .header_quick-link:last-child {
    font-size: 1em;
  }
  .hero_cta {
    left: 5%;
  }
  .product-slider_bg {
    left: -20%;
    width: 50%;
  }
  .footer-flourish {
    height: 150px;
    top: -150px;
    width: 90%;
  }
}

/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
  .hero_cta {
    left: 0;
  }
}

/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/
}
/*# sourceMappingURL=style.css.map */