@charset "UTF-8";
/* 0, 639px */
/* 640px, 1023px */
/* 1024px, 1279px */
/* 1280px, 1599px */
/* 1600px */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 39.9375em)/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40em)/";
  width: 40em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40em) and (max-width:63.9375em)/";
  width: 40em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64em)/";
  width: 64em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64em) and (max-width:79.9375em)/";
  width: 64em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:80em)/";
  width: 80em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:80em) and (max-width:99.9375em)/";
  width: 80em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:100em)/";
  width: 100em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #000;
  cursor: auto;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -15px;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 15px;
    padding-right: 15px;
    float: left; } }

@media only screen and (min-width: 40em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 64em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 80em) {
  .xlarge-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .xlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .xlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .xlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .xlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .xlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .xlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .xlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .xlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .xlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-0 {
    margin-left: 0 !important; }
  .xlarge-offset-1 {
    margin-left: 8.33333% !important; }
  .xlarge-offset-2 {
    margin-left: 16.66667% !important; }
  .xlarge-offset-3 {
    margin-left: 25% !important; }
  .xlarge-offset-4 {
    margin-left: 33.33333% !important; }
  .xlarge-offset-5 {
    margin-left: 41.66667% !important; }
  .xlarge-offset-6 {
    margin-left: 50% !important; }
  .xlarge-offset-7 {
    margin-left: 58.33333% !important; }
  .xlarge-offset-8 {
    margin-left: 66.66667% !important; }
  .xlarge-offset-9 {
    margin-left: 75% !important; }
  .xlarge-offset-10 {
    margin-left: 83.33333% !important; }
  .xlarge-offset-11 {
    margin-left: 91.66667% !important; }
  .xlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.xlarge-centered,
  .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.xlarge-centered:last-child,
  .columns.xlarge-centered:last-child {
    float: none; }
  .column.xlarge-uncentered:last-child,
  .columns.xlarge-uncentered:last-child {
    float: left; }
  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right; }
  .row.xlarge-collapse > .column,
  .row.xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.xlarge-uncollapse > .column,
  .row.xlarge-uncollapse > .columns {
    padding-left: 15px;
    padding-right: 15px;
    float: left; } }

@media only screen and (min-width: 100em) {
  .xxlarge-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .xxlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-0 {
    margin-left: 0 !important; }
  .xxlarge-offset-1 {
    margin-left: 8.33333% !important; }
  .xxlarge-offset-2 {
    margin-left: 16.66667% !important; }
  .xxlarge-offset-3 {
    margin-left: 25% !important; }
  .xxlarge-offset-4 {
    margin-left: 33.33333% !important; }
  .xxlarge-offset-5 {
    margin-left: 41.66667% !important; }
  .xxlarge-offset-6 {
    margin-left: 50% !important; }
  .xxlarge-offset-7 {
    margin-left: 58.33333% !important; }
  .xxlarge-offset-8 {
    margin-left: 66.66667% !important; }
  .xxlarge-offset-9 {
    margin-left: 75% !important; }
  .xxlarge-offset-10 {
    margin-left: 83.33333% !important; }
  .xxlarge-offset-11 {
    margin-left: 91.66667% !important; }
  .xxlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.xxlarge-centered:last-child,
  .columns.xxlarge-centered:last-child {
    float: none; }
  .column.xxlarge-uncentered:last-child,
  .columns.xxlarge-uncentered:last-child {
    float: left; }
  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right; }
  .row.xxlarge-collapse > .column,
  .row.xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.xxlarge-uncollapse > .column,
  .row.xxlarge-uncollapse > .columns {
    padding-left: 15px;
    padding-right: 15px;
    float: left; } }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 0px; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 40em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 64em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 39.9375em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64em) and (max-width: 79.9375em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 80em) and (max-width: 99.9375em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 80em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 100em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 100em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #000;
  line-height: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: inherit; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.11111rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.19444rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.77778rem;
    font-style: italic;
    line-height: 1.35; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: inherit;
  font-style: normal;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: 0.5rem;
  margin-top: 0rem;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #595959;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 3rem; }

h2 {
  font-size: 1.44444rem; }

h3 {
  font-size: 0.94444rem; }

h4 {
  font-size: 0.72222rem; }

h5 {
  font-size: 0.88889rem; }

h6 {
  font-size: 0.61111rem; }

.subheader {
  line-height: 1.4;
  color: #595959;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.11111rem 0 1.05556rem; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  background-color: #c2c2c2;
  border-color: #aeaeae;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.11111rem 0.27778rem 0.05556rem; }

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.11111rem; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.11111rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.11111rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.11111rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.66667rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #000;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.11111rem;
  padding: 0.5rem 1.11111rem 0 1.05556rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.72222rem;
    color: #3b3b3b; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #3b3b3b; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #595959; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.11111rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.55556rem 0.66667rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.83333rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.05556rem; }

@media only screen and (min-width: 40em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.33; }
  h1 {
    font-size: 3.55556rem; }
  h2 {
    font-size: 2rem; }
  h3 {
    font-size: 1.22222rem; }
  h4 {
    font-size: 1rem; }
  h5 {
    font-size: 0.88889rem; }
  h6 {
    font-size: 0.61111rem; } }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 40em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 64em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 80em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 100em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1.11111rem 2.22222rem 1.16667rem 2.22222rem;
  font-size: 0.77778rem;
  background-color: #ff0000;
  border-color: #4d4d4d;
  color: #fff;
  -webkit-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #4d4d4d; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #fff; }
  button.secondary, .button.secondary {
    background-color: #333;
    border-color: #292929;
    color: #fff; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #292929; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #fff; }
  button.success, .button.success {
    background-color: #93ca78;
    border-color: #6eb84a;
    color: #fff; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #6eb84a; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #fff; }
  button.alert, .button.alert {
    background-color: #fd8a8a;
    border-color: #fc3d3d;
    color: #333333; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #fc3d3d; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #fff; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #fff; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #fff; }
  button.large, .button.large {
    padding: 1.44444rem 2.88889rem 1.5rem 2.88889rem;
    font-size: 1rem; }
  button.small, .button.small {
    padding: 0.5rem 1rem 0.55556rem 1rem;
    font-size: 0.66667rem; }
  button.tiny, .button.tiny {
    padding: 0.38889rem 0.77778rem 0.44444rem 0.77778rem;
    font-size: 0.5rem; }
  button.expand, .button.expand {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.66667rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.66667rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #ff0000;
    border-color: #4d4d4d;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.7; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #4d4d4d; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #fff; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #ff0000; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #333;
      border-color: #292929;
      color: #fff;
      -webkit-box-shadow: none;
      box-shadow: none;
      cursor: not-allowed;
      opacity: 0.7; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #292929; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #fff; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #333; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #93ca78;
      border-color: #6eb84a;
      color: #fff;
      -webkit-box-shadow: none;
      box-shadow: none;
      cursor: not-allowed;
      opacity: 0.7; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #6eb84a; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #fff; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #93ca78; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #fd8a8a;
      border-color: #fc3d3d;
      color: #333333;
      -webkit-box-shadow: none;
      box-shadow: none;
      cursor: not-allowed;
      opacity: 0.7; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #fc3d3d; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #fff; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #fd8a8a; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #fff;
      -webkit-box-shadow: none;
      box-shadow: none;
      cursor: not-allowed;
      opacity: 0.7; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #fff; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      -webkit-box-shadow: none;
      box-shadow: none;
      cursor: not-allowed;
      opacity: 0.7; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #fff; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40em) {
  button, .button {
    display: inline-block; } }

/* Standard Forms */
form {
  margin: 0 0 1.11111rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.55556rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.55556rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.55556rem; }

/* Label Styles */
label {
  color: #666;
  cursor: pointer;
  display: block;
  font-size: 0.66667rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1.11111rem 0;
    padding: 0.55556rem 0; }
  label small {
    text-transform: capitalize;
    color: #7d7d7d; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.66667rem;
  height: 2.27778rem;
  line-height: 2.27778rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border-color: true; }

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.05);
  border-style: solid;
  border-width: 0;
  border-color: #cccccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  display: block;
  font-family: inherit;
  font-size: 0.66667rem;
  height: 2.27778rem;
  margin: 0 0 1.11111rem 0;
  padding: 0.55556rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: rgba(0, 0, 0, 0.1);
    border-color: #999999;
    outline: none; }
  input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly],
  fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
  fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
  fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
  fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
  fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
  fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
  fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
  fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
  fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
  fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
  fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
  fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
  fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
  fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
  fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 0;
  border-color: #cccccc;
  color: #000;
  font-family: inherit;
  font-size: 0.66667rem;
  line-height: normal;
  padding: 0.55556rem;
  border-radius: 0;
  height: 2.27778rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  select[multiple] {
    height: auto; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1.11111rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.55556rem;
  margin-right: 1.11111rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1rem 0;
  padding: 1.11111rem; }
  fieldset legend {
    background: #FFFFFF;
    font-weight: bold;
    margin-left: -0.16667rem;
    margin: 0;
    padding: 0 0.16667rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.66667rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1.11111rem;
  margin-top: -1px;
  padding: 0.33333rem 0.5rem 0.5rem;
  background: #fd8a8a;
  color: #333333; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  font-size: 0.66667rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1.11111rem;
  margin-top: -1px;
  padding: 0.33333rem 0.5rem 0.5rem;
  background: #fd8a8a;
  color: #333333; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1.11111rem; }

.error label,
.error label.error {
  color: #fd8a8a; }

.error small.error {
  display: block;
  font-size: 0.66667rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1.11111rem;
  margin-top: -1px;
  padding: 0.33333rem 0.5rem 0.5rem;
  background: #fd8a8a;
  color: #333333; }

.error > label > small {
  background: transparent;
  color: #7d7d7d;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #fd8a8a; }

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-panels {
  overflow: hidden; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  .mm-panel.mm-highest {
    z-index: 1; }

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }
  .mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 40px; }
  .mm-panels > .mm-panel:not(.mm-hidden) {
    display: block; }
  .mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }
  .mm-vertical .mm-listview > li > .mm-next:after,
  .mm-listview > li.mm-vertical > .mm-next:after {
    top: 16px;
    bottom: auto; }

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 19px; }

.mm-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1; }

.mm-clear:before, .mm-clear:after,
.mm-close:before,
.mm-close:after {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px; }

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 23px; }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .mm-navbar > * {
    display: block;
    padding: 10px 0; }
  .mm-navbar a,
  .mm-navbar a:hover {
    text-decoration: none; }
  .mm-navbar .mm-title {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14.4px;
    font-weight: bold;
    text-transform: uppercase; }
  .mm-navbar .mm-btn:first-child {
    padding-left: 20px;
    left: 0; }
  .mm-navbar .mm-btn:last-child {
    text-align: right;
    padding-right: 20px;
    right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 12px;
  line-height: 20px; }
  .mm-listview a,
  .mm-listview a:hover {
    text-decoration: none; }
  .mm-listview > li {
    position: relative; }
    .mm-listview > li, .mm-listview > li:after,
    .mm-listview > li .mm-next,
    .mm-listview > li .mm-next:before {
      border-color: inherit; }
    .mm-listview > li > a,
    .mm-listview > li > span {
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
      .mm-listview > li > a.mm-arrow,
      .mm-listview > li > span.mm-arrow {
        padding-right: 50px; }
    .mm-listview > li:not(.mm-divider):after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .mm-listview > li:not(.mm-divider):after {
      left: 20px; }
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listview .mm-next + a,
    .mm-listview .mm-next + span {
      margin-right: 50px; }
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      .mm-listview .mm-next.mm-fullsubopen + a,
      .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 50px;
        margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }
  .mm-listview .mm-inset > li {
    padding: 5px 0; }

.mm-listview .mm-divider {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }
  .mm-listview .mm-spacer > .mm-next {
    top: 40px; }
  .mm-listview .mm-spacer.mm-divider {
    padding-top: 25px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: black; }
  .mm-menu .mm-navbar > *,
  .mm-menu .mm-navbar a {
    color: black; }
  .mm-menu .mm-btn:before, .mm-menu .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu .mm-listview > li .mm-next:after,
    .mm-menu .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
      tap-highlight-color: rgba(255, 255, 255, 0.5); }
    .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.5); }
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05); }

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-1 {
    display: block;
    padding: 0;
    margin: 0 0px; }
    .xlarge-block-grid-1:before, .xlarge-block-grid-1:after {
      content: " ";
      display: table; }
    .xlarge-block-grid-1:after {
      clear: both; }
    .xlarge-block-grid-1 > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0px 0px; }
    .xlarge-block-grid-1 > li {
      list-style: none;
      padding: 0 0px 0px;
      width: 100%; }
      .xlarge-block-grid-1 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-1 > li:nth-of-type(1n+1) {
        clear: both; } }

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-2 {
    display: block;
    padding: 0;
    margin: 0 0px; }
    .xlarge-block-grid-2:before, .xlarge-block-grid-2:after {
      content: " ";
      display: table; }
    .xlarge-block-grid-2:after {
      clear: both; }
    .xlarge-block-grid-2 > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0px 0px; }
    .xlarge-block-grid-2 > li {
      list-style: none;
      padding: 0 0px 0px;
      width: 50%; }
      .xlarge-block-grid-2 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both; } }

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-3 {
    display: block;
    padding: 0;
    margin: 0 0px; }
    .xlarge-block-grid-3:before, .xlarge-block-grid-3:after {
      content: " ";
      display: table; }
    .xlarge-block-grid-3:after {
      clear: both; }
    .xlarge-block-grid-3 > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0px 0px; }
    .xlarge-block-grid-3 > li {
      list-style: none;
      padding: 0 0px 0px;
      width: 33.33333%; }
      .xlarge-block-grid-3 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both; } }

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-4 {
    display: block;
    padding: 0;
    margin: 0 0px; }
    .xlarge-block-grid-4:before, .xlarge-block-grid-4:after {
      content: " ";
      display: table; }
    .xlarge-block-grid-4:after {
      clear: both; }
    .xlarge-block-grid-4 > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0px 0px; }
    .xlarge-block-grid-4 > li {
      list-style: none;
      padding: 0 0px 0px;
      width: 25%; }
      .xlarge-block-grid-4 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both; } }

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-5 {
    display: block;
    padding: 0;
    margin: 0 0px; }
    .xlarge-block-grid-5:before, .xlarge-block-grid-5:after {
      content: " ";
      display: table; }
    .xlarge-block-grid-5:after {
      clear: both; }
    .xlarge-block-grid-5 > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0px 0px; }
    .xlarge-block-grid-5 > li {
      list-style: none;
      padding: 0 0px 0px;
      width: 20%; }
      .xlarge-block-grid-5 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both; } }

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-6 {
    display: block;
    padding: 0;
    margin: 0 0px; }
    .xlarge-block-grid-6:before, .xlarge-block-grid-6:after {
      content: " ";
      display: table; }
    .xlarge-block-grid-6:after {
      clear: both; }
    .xlarge-block-grid-6 > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0px 0px; }
    .xlarge-block-grid-6 > li {
      list-style: none;
      padding: 0 0px 0px;
      width: 16.66667%; }
      .xlarge-block-grid-6 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-6 > li:nth-of-type(6n+1) {
        clear: both; } }

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-7 {
    display: block;
    padding: 0;
    margin: 0 0px; }
    .xlarge-block-grid-7:before, .xlarge-block-grid-7:after {
      content: " ";
      display: table; }
    .xlarge-block-grid-7:after {
      clear: both; }
    .xlarge-block-grid-7 > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0px 0px; }
    .xlarge-block-grid-7 > li {
      list-style: none;
      padding: 0 0px 0px;
      width: 14.28571%; }
      .xlarge-block-grid-7 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-7 > li:nth-of-type(7n+1) {
        clear: both; } }

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-8 {
    display: block;
    padding: 0;
    margin: 0 0px; }
    .xlarge-block-grid-8:before, .xlarge-block-grid-8:after {
      content: " ";
      display: table; }
    .xlarge-block-grid-8:after {
      clear: both; }
    .xlarge-block-grid-8 > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0px 0px; }
    .xlarge-block-grid-8 > li {
      list-style: none;
      padding: 0 0px 0px;
      width: 12.5%; }
      .xlarge-block-grid-8 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-8 > li:nth-of-type(8n+1) {
        clear: both; } }

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-9 {
    display: block;
    padding: 0;
    margin: 0 0px; }
    .xlarge-block-grid-9:before, .xlarge-block-grid-9:after {
      content: " ";
      display: table; }
    .xlarge-block-grid-9:after {
      clear: both; }
    .xlarge-block-grid-9 > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0px 0px; }
    .xlarge-block-grid-9 > li {
      list-style: none;
      padding: 0 0px 0px;
      width: 11.11111%; }
      .xlarge-block-grid-9 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-9 > li:nth-of-type(9n+1) {
        clear: both; } }

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-10 {
    display: block;
    padding: 0;
    margin: 0 0px; }
    .xlarge-block-grid-10:before, .xlarge-block-grid-10:after {
      content: " ";
      display: table; }
    .xlarge-block-grid-10:after {
      clear: both; }
    .xlarge-block-grid-10 > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0px 0px; }
    .xlarge-block-grid-10 > li {
      list-style: none;
      padding: 0 0px 0px;
      width: 10%; }
      .xlarge-block-grid-10 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-10 > li:nth-of-type(10n+1) {
        clear: both; } }

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-11 {
    display: block;
    padding: 0;
    margin: 0 0px; }
    .xlarge-block-grid-11:before, .xlarge-block-grid-11:after {
      content: " ";
      display: table; }
    .xlarge-block-grid-11:after {
      clear: both; }
    .xlarge-block-grid-11 > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0px 0px; }
    .xlarge-block-grid-11 > li {
      list-style: none;
      padding: 0 0px 0px;
      width: 9.09091%; }
      .xlarge-block-grid-11 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-11 > li:nth-of-type(11n+1) {
        clear: both; } }

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-12 {
    display: block;
    padding: 0;
    margin: 0 0px; }
    .xlarge-block-grid-12:before, .xlarge-block-grid-12:after {
      content: " ";
      display: table; }
    .xlarge-block-grid-12:after {
      clear: both; }
    .xlarge-block-grid-12 > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0px 0px; }
    .xlarge-block-grid-12 > li {
      list-style: none;
      padding: 0 0px 0px;
      width: 8.33333%; }
      .xlarge-block-grid-12 > li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both; } }

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-1 {
    display: block;
    padding: 0;
    margin: 0 0px; }
    .xxlarge-block-grid-1:before, .xxlarge-block-grid-1:after {
      content: " ";
      display: table; }
    .xxlarge-block-grid-1:after {
      clear: both; }
    .xxlarge-block-grid-1 > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0px 0px; }
    .xxlarge-block-grid-1 > li {
      list-style: none;
      padding: 0 0px 0px;
      width: 100%; }
      .xxlarge-block-grid-1 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-1 > li:nth-of-type(1n+1) {
        clear: both; } }

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-2 {
    display: block;
    padding: 0;
    margin: 0 0px; }
    .xxlarge-block-grid-2:before, .xxlarge-block-grid-2:after {
      content: " ";
      display: table; }
    .xxlarge-block-grid-2:after {
      clear: both; }
    .xxlarge-block-grid-2 > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0px 0px; }
    .xxlarge-block-grid-2 > li {
      list-style: none;
      padding: 0 0px 0px;
      width: 50%; }
      .xxlarge-block-grid-2 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both; } }

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-3 {
    display: block;
    padding: 0;
    margin: 0 0px; }
    .xxlarge-block-grid-3:before, .xxlarge-block-grid-3:after {
      content: " ";
      display: table; }
    .xxlarge-block-grid-3:after {
      clear: both; }
    .xxlarge-block-grid-3 > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0px 0px; }
    .xxlarge-block-grid-3 > li {
      list-style: none;
      padding: 0 0px 0px;
      width: 33.33333%; }
      .xxlarge-block-grid-3 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both; } }

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-4 {
    display: block;
    padding: 0;
    margin: 0 0px; }
    .xxlarge-block-grid-4:before, .xxlarge-block-grid-4:after {
      content: " ";
      display: table; }
    .xxlarge-block-grid-4:after {
      clear: both; }
    .xxlarge-block-grid-4 > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0px 0px; }
    .xxlarge-block-grid-4 > li {
      list-style: none;
      padding: 0 0px 0px;
      width: 25%; }
      .xxlarge-block-grid-4 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both; } }

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-5 {
    display: block;
    padding: 0;
    margin: 0 0px; }
    .xxlarge-block-grid-5:before, .xxlarge-block-grid-5:after {
      content: " ";
      display: table; }
    .xxlarge-block-grid-5:after {
      clear: both; }
    .xxlarge-block-grid-5 > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0px 0px; }
    .xxlarge-block-grid-5 > li {
      list-style: none;
      padding: 0 0px 0px;
      width: 20%; }
      .xxlarge-block-grid-5 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both; } }

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-6 {
    display: block;
    padding: 0;
    margin: 0 0px; }
    .xxlarge-block-grid-6:before, .xxlarge-block-grid-6:after {
      content: " ";
      display: table; }
    .xxlarge-block-grid-6:after {
      clear: both; }
    .xxlarge-block-grid-6 > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0px 0px; }
    .xxlarge-block-grid-6 > li {
      list-style: none;
      padding: 0 0px 0px;
      width: 16.66667%; }
      .xxlarge-block-grid-6 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-6 > li:nth-of-type(6n+1) {
        clear: both; } }

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-7 {
    display: block;
    padding: 0;
    margin: 0 0px; }
    .xxlarge-block-grid-7:before, .xxlarge-block-grid-7:after {
      content: " ";
      display: table; }
    .xxlarge-block-grid-7:after {
      clear: both; }
    .xxlarge-block-grid-7 > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0px 0px; }
    .xxlarge-block-grid-7 > li {
      list-style: none;
      padding: 0 0px 0px;
      width: 14.28571%; }
      .xxlarge-block-grid-7 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-7 > li:nth-of-type(7n+1) {
        clear: both; } }

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-8 {
    display: block;
    padding: 0;
    margin: 0 0px; }
    .xxlarge-block-grid-8:before, .xxlarge-block-grid-8:after {
      content: " ";
      display: table; }
    .xxlarge-block-grid-8:after {
      clear: both; }
    .xxlarge-block-grid-8 > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0px 0px; }
    .xxlarge-block-grid-8 > li {
      list-style: none;
      padding: 0 0px 0px;
      width: 12.5%; }
      .xxlarge-block-grid-8 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-8 > li:nth-of-type(8n+1) {
        clear: both; } }

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-9 {
    display: block;
    padding: 0;
    margin: 0 0px; }
    .xxlarge-block-grid-9:before, .xxlarge-block-grid-9:after {
      content: " ";
      display: table; }
    .xxlarge-block-grid-9:after {
      clear: both; }
    .xxlarge-block-grid-9 > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0px 0px; }
    .xxlarge-block-grid-9 > li {
      list-style: none;
      padding: 0 0px 0px;
      width: 11.11111%; }
      .xxlarge-block-grid-9 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-9 > li:nth-of-type(9n+1) {
        clear: both; } }

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-10 {
    display: block;
    padding: 0;
    margin: 0 0px; }
    .xxlarge-block-grid-10:before, .xxlarge-block-grid-10:after {
      content: " ";
      display: table; }
    .xxlarge-block-grid-10:after {
      clear: both; }
    .xxlarge-block-grid-10 > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0px 0px; }
    .xxlarge-block-grid-10 > li {
      list-style: none;
      padding: 0 0px 0px;
      width: 10%; }
      .xxlarge-block-grid-10 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-10 > li:nth-of-type(10n+1) {
        clear: both; } }

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-11 {
    display: block;
    padding: 0;
    margin: 0 0px; }
    .xxlarge-block-grid-11:before, .xxlarge-block-grid-11:after {
      content: " ";
      display: table; }
    .xxlarge-block-grid-11:after {
      clear: both; }
    .xxlarge-block-grid-11 > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0px 0px; }
    .xxlarge-block-grid-11 > li {
      list-style: none;
      padding: 0 0px 0px;
      width: 9.09091%; }
      .xxlarge-block-grid-11 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-11 > li:nth-of-type(11n+1) {
        clear: both; } }

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-12 {
    display: block;
    padding: 0;
    margin: 0 0px; }
    .xxlarge-block-grid-12:before, .xxlarge-block-grid-12:after {
      content: " ";
      display: table; }
    .xxlarge-block-grid-12:after {
      clear: both; }
    .xxlarge-block-grid-12 > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0px 0px; }
    .xxlarge-block-grid-12 > li {
      list-style: none;
      padding: 0 0px 0px;
      width: 8.33333%; }
      .xxlarge-block-grid-12 > li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both; } }

#wpadminbar {
  z-index: 99;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.5, 1);
  -o-transition: all 0.5s cubic-bezier(1, 0, 0.5, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0.5, 1);
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s; }

/* Offcanvas - Left */
.offcanvas_left #wpadminbar {
  -webkit-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0); }

/* Offcanvas - Right */
.offcanvas_right #wpadminbar {
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0); }

@media only screen and (min-width: 64em) {
  /* Offcanvas - Left */
  .offcanvas_left #wpadminbar {
    -webkit-transform: translate3d(400px, 0, 0);
    transform: translate3d(400px, 0, 0); }
    .ie9 .offcanvas_left #wpadminbar {
      margin-left: 400px; }
  .offcanvas_left.offcanvas_for_quickview #wpadminbar {
    -webkit-transform: translate3d(620px, 0, 0);
    transform: translate3d(620px, 0, 0); }
    .ie9 .offcanvas_left.offcanvas_for_quickview #wpadminbar {
      margin-left: 620px; }
  /* Offcanvas - Right */
  .offcanvas_right #wpadminbar {
    -webkit-transform: translate3d(-400px, 0, 0);
    transform: translate3d(-400px, 0, 0); }
    .ie9 .offcanvas_right #wpadminbar {
      margin-right: 400px; }
  .offcanvas_right.offcanvas_for_quickview #wpadminbar {
    -webkit-transform: translate3d(-620px, 0, 0);
    transform: translate3d(-620px, 0, 0); }
    .ie9 .offcanvas_right.offcanvas_for_quickview #wpadminbar {
      margin-right: 620px; } }

/**********************************************************************************/
/* Navigation / Large Screens *****************************************************/
/**********************************************************************************/
.main-navigation-slices {
  text-align: left;
  height: auto;
  display: none;
  padding-left: 40px; }
  @media only screen and (min-width: 64em) {
    .main-navigation-slices {
      display: block; } }
  .main-navigation-slices > ul {
    font-size: 1em;
    margin: 0;
    list-style: none;
    margin-left: -1em; }
    .main-navigation-slices > ul:after {
      content: "";
      clear: both;
      display: block; }
    .main-navigation-slices > ul > li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 1em; }
      .main-navigation-slices > ul > li > a {
        padding: 0.5em 1em; }
        .main-navigation-slices > ul > li > a:hover {
          opacity: .5; }
      .main-navigation-slices > ul > li a {
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        opacity: 1;
        font-weight: bold;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        min-height: 100%; }
        .main-navigation-slices > ul > li a:hover {
          color: white; }
      .main-navigation-slices > ul > li.menu-item-has-children > a:after {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        content: "\f107";
        margin-left: 0.3125em; }
      .main-navigation-slices > ul > li > ul {
        font-size: 1em;
        line-height: 2em;
        margin: 0;
        list-style: none;
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        margin: 0;
        background: #fff;
        -webkit-box-shadow: 0 0 0.3125em rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 0.3125em rgba(0, 0, 0, 0.2);
        display: none;
        -webkit-animation-duration: .4s;
        animation-duration: .4s;
        -webkit-animation-name: header_dropdowns_anim;
        animation-name: header_dropdowns_anim; }
        .main-navigation-slices > ul > li > ul > li {
          -webkit-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
          display: table-cell;
          text-align: left;
          padding: 3em 0 3em 3em;
          vertical-align: top;
          min-width: 21em;
          border-right: 1px solid #eee; }
          .main-navigation-slices > ul > li > ul > li:hover {
            background: #f5f5f5; }
          .main-navigation-slices > ul > li > ul > li a {
            margin: 0;
            padding: 0;
            text-transform: none;
            font-weight: normal;
            font-size: 0.85em;
            color: #666;
            height: auto;
            line-height: 1.6em; }
            .main-navigation-slices > ul > li > ul > li a:hover {
              color: #000;
              opacity: .35; }
          .main-navigation-slices > ul > li > ul > li > a {
            text-transform: uppercase;
            font-size: 1em;
            font-weight: bold;
            padding-bottom: 1.5em;
            max-width: 15em;
            color: #000; }
          .main-navigation-slices > ul > li > ul > li ul {
            font-size: 1em;
            line-height: 2em;
            margin: 0;
            list-style: none;
            display: block;
            font-weight: normal;
            margin: 0;
            padding: 0; }
            .main-navigation-slices > ul > li > ul > li ul li {
              width: 15em;
              margin-right: 3em; }
              .main-navigation-slices > ul > li > ul > li ul li a {
                padding: 0.5em 0; }
            .main-navigation-slices > ul > li > ul > li ul ul.sub-list {
              float: left; }
        .main-navigation-slices > ul > li > ul > li:first-child {
          padding-left: 40px; }

@-webkit-keyframes header_dropdowns_anim {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes header_dropdowns_anim {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/**********************************************************************************/
/* Navigation / Large Screens *****************************************************/
/**********************************************************************************/
.main-navigation-flyout {
  text-align: left;
  height: auto;
  display: none; }
  @media only screen and (min-width: 64em) {
    .main-navigation-flyout {
      display: block; } }
  .main-navigation-flyout > ul {
    font-size: 1em;
    padding: 1em 0;
    margin: 0;
    list-style: none;
    margin-left: -1em; }
    .main-navigation-flyout > ul:after {
      content: "";
      clear: both;
      display: block; }
    .main-navigation-flyout > ul > li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 1em; }
      .main-navigation-flyout > ul > li > a {
        padding: 0.5em 1em; }
        .main-navigation-flyout > ul > li > a:hover {
          opacity: .5; }
      .main-navigation-flyout > ul > li a {
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        opacity: 1;
        font-weight: bold;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        min-height: 100%; }
        .main-navigation-flyout > ul > li a:hover {
          color: white; }
      .main-navigation-flyout > ul > li.call-to-action > a {
        border-width: 1px;
        border-style: solid;
        border-radius: 0.3125em; }
      .main-navigation-flyout > ul > li.menu-item-has-children > a:after {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        content: "\f107";
        margin-left: 0.3125em; }
      .main-navigation-flyout > ul > li:not(.mega-menu) {
        position: relative; }
        .main-navigation-flyout > ul > li:not(.mega-menu) ul {
          font-size: 0.85em;
          line-height: 2em;
          padding: 1em 0;
          margin: 0;
          list-style: none;
          background: #fff;
          display: none;
          position: absolute;
          top: 100%;
          left: -1em;
          width: 19em;
          z-index: 99999;
          -webkit-box-shadow: 0 0 0.3125em rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.3125em rgba(0, 0, 0, 0.2);
          -webkit-animation-duration: .3s;
          animation-duration: .3s;
          -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
          -webkit-animation-name: main_nav_anim;
          animation-name: main_nav_anim; }
          .main-navigation-flyout > ul > li:not(.mega-menu) ul li {
            display: block;
            position: relative;
            text-align: left;
            z-index: 99999; }
            .main-navigation-flyout > ul > li:not(.mega-menu) ul li.menu-item-has-children > a:after {
              font-family: FontAwesome;
              font-style: normal;
              font-weight: normal;
              text-decoration: inherit;
              content: "\f105";
              margin-left: 0.625em; }
            .main-navigation-flyout > ul > li:not(.mega-menu) ul li a {
              margin: 5px 2.3em;
              padding: 0;
              line-height: 2em;
              border-bottom: 2px solid transparent;
              text-transform: none;
              font-weight: normal;
              color: #000 !important; }
              .main-navigation-flyout > ul > li:not(.mega-menu) ul li a:hover {
                border-bottom-width: 2px;
                border-bottom-style: solid;
                border-bottom-color: #ccc;
                opacity: .5; }
            .main-navigation-flyout > ul > li:not(.mega-menu) ul li ul {
              left: 100%;
              top: -1em;
              font-size: 1em; }
            .main-navigation-flyout > ul > li:not(.mega-menu) ul li:hover {
              -webkit-transition: all 0.3s ease-out;
              -o-transition: all 0.3s ease-out;
              transition: all 0.3s ease-out; }
              .main-navigation-flyout > ul > li:not(.mega-menu) ul li:hover > ul {
                display: block; }
      .main-navigation-flyout > ul > li.mega-menu {
        position: relative; }
        .main-navigation-flyout > ul > li.mega-menu > ul {
          font-size: 1em;
          line-height: 2em;
          padding: 1.563em 0 0 0;
          margin: 0;
          list-style: none;
          background: #fff;
          display: none;
          position: absolute;
          top: 100%;
          left: -1.25em;
          z-index: 99999;
          -webkit-box-shadow: 0 0 0.3125em rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.3125em rgba(0, 0, 0, 0.2);
          -webkit-animation-duration: .3s;
          animation-duration: .3s;
          -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
          -webkit-animation-name: main_nav_anim;
          animation-name: main_nav_anim; }
          .main-navigation-flyout > ul > li.mega-menu > ul > li {
            display: table-cell;
            text-align: left; }
            .main-navigation-flyout > ul > li.mega-menu > ul > li a {
              margin: 0.3125em 2.188em;
              padding: 0;
              border-bottom: 2px solid transparent;
              text-transform: none;
              color: #000 !important; }
              .main-navigation-flyout > ul > li.mega-menu > ul > li a:hover {
                border-bottom-width: 2px;
                border-bottom-style: solid;
                border-bottom-color: #ccc;
                opacity: .5; }
            .main-navigation-flyout > ul > li.mega-menu > ul > li > a {
              text-transform: uppercase;
              font-weight: bold; }
            .main-navigation-flyout > ul > li.mega-menu > ul > li ul {
              font-size: 1em;
              line-height: 2em;
              padding: 1.563em 0 0 0;
              margin: 0;
              list-style: none;
              display: block;
              font-weight: normal;
              margin: 0;
              padding: 0.3125em 0 1.25em 0;
              width: 19em; }
            .main-navigation-flyout > ul > li.mega-menu > ul > li.menu-item-has-children a:after,
            .main-navigation-flyout > ul > li.mega-menu > ul > li.page_item_has_children a:after {
              display: none; }
          .main-navigation-flyout > ul > li.mega-menu > ul.with_bg_image {
            padding: 1.563em 9.375em 0 0;
            background-position: top right;
            background-repeat: no-repeat;
            background-size: contain; }
      .main-navigation-flyout > ul > li:hover {
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        .main-navigation-flyout > ul > li:hover > a {
          opacity: 0.5; }
        .main-navigation-flyout > ul > li:hover > ul {
          display: block; }
  .main-navigation-flyout.align_left {
    text-align: left;
    padding-left: 40px; }
  .main-navigation-flyout.align_center {
    text-align: center; }
  .main-navigation-flyout.align_right {
    text-align: right;
    padding-right: 40px; }
    .main-navigation-flyout.align_right > ul > li:not(.mega-menu) ul ul {
      left: -100%; }

@-webkit-keyframes main_nav_anim {
  0% {
    opacity: 0;
    margin: 0.9375em 0 0 0; }
  100% {
    opacity: 1;
    margin: 0; } }

@keyframes main_nav_anim {
  0% {
    opacity: 0;
    margin: 0.9375em 0 0 0; }
  100% {
    opacity: 1;
    margin: 0; } }

.offcanvas_container {
  position: relative;
  overflow: hidden;
  background: #fff; }

.offcanvas_main_content {
  position: relative;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(1, 0, 0.5, 1);
  transition: -webkit-transform 0.5s cubic-bezier(1, 0, 0.5, 1);
  -o-transition: transform 0.5s cubic-bezier(1, 0, 0.5, 1);
  transition: transform 0.5s cubic-bezier(1, 0, 0.5, 1);
  transition: transform 0.5s cubic-bezier(1, 0, 0.5, 1), -webkit-transform 0.5s cubic-bezier(1, 0, 0.5, 1);
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
  background: #fff; }

.offcanvas_overlay {
  position: fixed;
  z-index: -9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation: offcanvas_overlay_closing_animation 1s forwards;
  animation: offcanvas_overlay_closing_animation 1s forwards;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(1, 0, 0.5, 1);
  transition: -webkit-transform 0.5s cubic-bezier(1, 0, 0.5, 1);
  -o-transition: transform 0.5s cubic-bezier(1, 0, 0.5, 1);
  transition: transform 0.5s cubic-bezier(1, 0, 0.5, 1);
  transition: transform 0.5s cubic-bezier(1, 0, 0.5, 1), -webkit-transform 0.5s cubic-bezier(1, 0, 0.5, 1);
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s; }
  body.no-offcanvas-animation .offcanvas_overlay {
    top: 100%;
    left: 100%;
    width: 0;
    height: 0; }
  .offcanvas_overlay .close-canvas {
    position: absolute;
    z-index: 11000;
    top: 0;
    font-size: 1.11111rem;
    color: #808080;
    background: #000;
    text-align: center;
    line-height: 55px;
    width: 55px;
    height: 55px;
    display: block;
    cursor: pointer; }
    @media only screen and (min-width: 64em) {
      .offcanvas_overlay .close-canvas {
        display: none; } }

.offcanvas_aside {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 320px;
  height: 100%;
  overflow: hidden; }
  .ie9 .offcanvas_aside {
    -ms-transform: scale(1, 1); }
  body.no-offcanvas-animation .offcanvas_aside {
    visibility: hidden; }
  @media only screen and (min-width: 64em) {
    .offcanvas_aside {
      width: 400px; }
      .offcanvas_for_quickview .offcanvas_aside {
        width: 620px; } }
  .offcanvas_aside.offcanvas_aside_left {
    left: -100%;
    background: #fff;
    -webkit-animation: offcanvas_left_closing_animation 1s forwards;
    animation: offcanvas_left_closing_animation 1s forwards; }
  .offcanvas_aside.offcanvas_aside_right {
    right: -100%;
    -webkit-animation: offcanvas_right_closing_animation 1s forwards;
    animation: offcanvas_right_closing_animation 1s forwards; }
  .offcanvas_aside .offcanvas_aside_content {
    height: 100%;
    overflow: auto; }

body.offcanvas_open {
  /*.offcanvas_main_content {	
		overflow: hidden;
		height: 100vh;
	}*/ }
  body.offcanvas_open .offcanvas_overlay {
    -webkit-animation: offcanvas_overlay_open_animation 1s forwards;
    animation: offcanvas_overlay_open_animation 1s forwards; }
    .ie9 body.offcanvas_open .offcanvas_overlay {
      opacity: 1;
      z-index: 9999; }
    body.offcanvas_open .offcanvas_overlay::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-animation: global_fadein .5s forwards;
      animation: global_fadein .5s forwards; }
      .ie9 body.offcanvas_open .offcanvas_overlay::after {
        opacity: 1; }

body.offcanvas_left .offcanvas_main_content, body.offcanvas_left .offcanvas_overlay {
  -webkit-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0); }
  .ie9 body.offcanvas_left .offcanvas_main_content, .ie9 body.offcanvas_left .offcanvas_overlay {
    margin-left: 320px; }

body.offcanvas_left .offcanvas_overlay .close-canvas {
  left: 0px; }

.ie9 body.offcanvas_left .offcanvas_overlay {
  left: 320px;
  right: auto; }

body.offcanvas_left .offcanvas_aside_left {
  -webkit-animation: offcanvas_left_open_animation 1s forwards;
  animation: offcanvas_left_open_animation 1s forwards; }
  .ie9 body.offcanvas_left .offcanvas_aside_left {
    opacity: 1;
    left: 0; }

@media only screen and (min-width: 64em) {
  body.offcanvas_left .offcanvas_main_content, body.offcanvas_left .offcanvas_overlay {
    -webkit-transform: translate3d(400px, 0, 0);
    transform: translate3d(400px, 0, 0); }
    .ie9 body.offcanvas_left .offcanvas_main_content, .ie9 body.offcanvas_left .offcanvas_overlay {
      margin-left: 400px; }
  .ie9 body.offcanvas_left .offcanvas_overlay {
    left: 400px; }
  body.offcanvas_left.offcanvas_for_quickview .offcanvas_main_content, body.offcanvas_left.offcanvas_for_quickview .offcanvas_overlay {
    -webkit-transform: translate3d(620px, 0, 0);
    transform: translate3d(620px, 0, 0); }
    .ie9 body.offcanvas_left.offcanvas_for_quickview .offcanvas_main_content, .ie9 body.offcanvas_left.offcanvas_for_quickview .offcanvas_overlay {
      margin-left: 620px; }
  .ie9 body.offcanvas_left.offcanvas_for_quickview .offcanvas_overlay {
    left: 620px; } }

body.offcanvas_right .offcanvas_main_content, body.offcanvas_right .offcanvas_overlay {
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0); }
  .ie9 body.offcanvas_right .offcanvas_main_content, .ie9 body.offcanvas_right .offcanvas_overlay {
    margin-right: 320px; }

body.offcanvas_right .offcanvas_overlay .close-canvas {
  right: 0px; }

.ie9 body.offcanvas_right .offcanvas_overlay {
  right: 320px;
  left: auto; }

body.offcanvas_right .offcanvas_aside_right {
  -webkit-animation: offcanvas_right_open_animation 1s forwards;
  animation: offcanvas_right_open_animation 1s forwards; }
  .ie9 body.offcanvas_right .offcanvas_aside_right {
    opacity: 1;
    right: 0; }

@media only screen and (min-width: 64em) {
  body.offcanvas_right .offcanvas_main_content, body.offcanvas_right .offcanvas_overlay {
    -webkit-transform: translate3d(-400px, 0, 0);
    transform: translate3d(-400px, 0, 0); }
    .ie9 body.offcanvas_right .offcanvas_main_content, .ie9 body.offcanvas_right .offcanvas_overlay {
      margin-right: 400px; }
  .ie9 body.offcanvas_right .offcanvas_overlay {
    right: 400px; }
  body.offcanvas_right.offcanvas_for_quickview .offcanvas_main_content, body.offcanvas_right.offcanvas_for_quickview .offcanvas_overlay {
    -webkit-transform: translate3d(-620px, 0, 0);
    transform: translate3d(-620px, 0, 0); }
    .ie9 body.offcanvas_right.offcanvas_for_quickview .offcanvas_main_content, .ie9 body.offcanvas_right.offcanvas_for_quickview .offcanvas_overlay {
      margin-right: 620px; }
  .ie9 body.offcanvas_right.offcanvas_for_quickview .offcanvas_overlay {
    right: 620px; } }

@-webkit-keyframes offcanvas_left_open_animation {
  0% {
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  70% {
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes offcanvas_left_open_animation {
  0% {
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  70% {
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-webkit-keyframes offcanvas_left_closing_animation {
  0% {
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  30% {
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  99% {
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    left: -100%; } }

@keyframes offcanvas_left_closing_animation {
  0% {
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  30% {
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  99% {
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    left: -100%; } }

@-webkit-keyframes offcanvas_right_open_animation {
  0% {
    right: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  70% {
    right: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    right: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes offcanvas_right_open_animation {
  0% {
    right: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  70% {
    right: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    right: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-webkit-keyframes offcanvas_right_closing_animation {
  0% {
    right: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  30% {
    right: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  99% {
    right: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    right: -100%; } }

@keyframes offcanvas_right_closing_animation {
  0% {
    right: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  30% {
    right: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  99% {
    right: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    right: -100%; } }

@-webkit-keyframes offcanvas_overlay_open_animation {
  0% {
    opacity: 0;
    z-index: 9999; }
  70% {
    opacity: 0;
    z-index: 9999; }
  100% {
    opacity: 1;
    z-index: 9999; } }

@keyframes offcanvas_overlay_open_animation {
  0% {
    opacity: 0;
    z-index: 9999; }
  70% {
    opacity: 0;
    z-index: 9999; }
  100% {
    opacity: 1;
    z-index: 9999; } }

@-webkit-keyframes offcanvas_overlay_closing_animation {
  0% {
    opacity: 1;
    z-index: 9999; }
  70% {
    opacity: 1;
    z-index: 9999; }
  100% {
    opacity: 0;
    z-index: -9999; } }

@keyframes offcanvas_overlay_closing_animation {
  0% {
    opacity: 1;
    z-index: 9999; }
  70% {
    opacity: 1;
    z-index: 9999; }
  100% {
    opacity: 0;
    z-index: -9999; } }

.page-wrapper {
  position: relative;
  opacity: 0;
  -webkit-animation: forceOpacity 1s forwards;
  animation: forceOpacity 1s forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }
  .page-wrapper.visible {
    -webkit-animation: global_fadein 1s forwards;
    animation: global_fadein 1s forwards;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
    .ie9 .page-wrapper.visible {
      opacity: 1; }

.site-content {
  height: 100%;
  position: relative; }
  @media only screen and (max-width: 39.9375em), only screen and (min-width: 40em) and (max-width: 63.9375em) {
    .site-content {
      padding-top: 55px !important; } }
  .site-content .site-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
    -o-transition: visibility 0s 0.3s, opacity 0.3s;
    transition: visibility 0s 0.3s, opacity 0.3s; }
    .site-content .site-content-overlay.visible {
      opacity: 1;
      visibility: visible;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }

body.header-transparent.page-without-title .site-content,
body.header-transparent.single-post .site-content,
body.header-transparent.tax-product_cat .site-content {
  padding-top: 0 !important; }
  @media only screen and (max-width: 39.9375em), only screen and (min-width: 40em) and (max-width: 63.9375em) {
    body.header-transparent.page-without-title .site-content .shop-page-category-description.no-padding,
    body.header-transparent.single-post .site-content .shop-page-category-description.no-padding,
    body.header-transparent.tax-product_cat .site-content .shop-page-category-description.no-padding {
      padding-top: 55px !important; } }

body.header-transparent.page-without-title.blog h1.blog-header {
  margin-top: 55px; }

@media only screen and (min-width: 64em) {
  body.footer-sticky .site-content {
    padding-bottom: 30px; } }

.wpb_text_column {
  float: inherit !important; }

@media only screen and (max-width: 39.9375em) {
  .getbowtied-ajaxsearchform-container {
    position: relative;
    min-height: 100vh;
    overflow: auto; } }

.no-suggestion {
  padding-bottom: 25px !important;
  pointer-events: none !important; }
  @media only screen and (min-width: 40em) {
    .no-suggestion {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .no-suggestion a {
    pointer-events: none; }
  @media only screen and (max-width: 39.9375em) {
    .no-suggestion {
      padding: 10px 0px 15px 20px !important; }
      .no-suggestion .autocomplete-suggestion-info {
        text-align: left !important; } }

.autocomplete-suggestions {
  display: block;
  width: 100% !important; }
  .autocomplete-suggestions:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .autocomplete-suggestions a {
    pointer-events: none; }
  @media only screen and (max-width: 39.9375em) {
    .autocomplete-suggestions {
      padding: 0 !important; } }
  @media only screen and (min-width: 40em) {
    .autocomplete-suggestions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.autocomplete-suggestion {
  cursor: pointer;
  background: #FFF;
  z-index: 999;
  position: relative; }
  @media only screen and (max-width: 39.9375em) {
    .autocomplete-suggestion {
      border-bottom: 1px solid #cccccc61; }
      .autocomplete-suggestion .autocomplete-suggestion-image {
        width: 55px;
        float: left;
        max-width: 20%; }
      .autocomplete-suggestion .autocomplete-suggestion-info {
        font-size: 0.55556rem;
        float: left;
        padding: 10px 0 5px 10px;
        max-width: 80%; } }
  @media only screen and (min-width: 40em) {
    .autocomplete-suggestion {
      padding-top: 25px !important; }
      .autocomplete-suggestion:hover {
        -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.3);
        z-index: 1000; }
      .autocomplete-suggestion:after {
        content: "";
        display: block;
        clear: both; }
      .autocomplete-suggestion .autocomplete-suggestion-image {
        margin: auto;
        width: 130px;
        text-align: center; }
        .autocomplete-suggestion .autocomplete-suggestion-image img {
          width: 130px !important; }
      .autocomplete-suggestion .autocomplete-suggestion-info {
        padding: 20px;
        text-align: center; }
      .autocomplete-suggestion .autocomplete-suggestion-info a {
        font-size: 0.77778rem; } }
  @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
    .autocomplete-suggestion .autocomplete-suggestion-info a {
      font-size: 0.66667rem; } }
  @media only screen and (min-width: 64em) and (max-width: 79.9375em) {
    .autocomplete-suggestion .autocomplete-suggestion-info a {
      font-size: 0.72222rem; }
    .autocomplete-suggestion:after {
      content: "";
      display: block;
      clear: both; }
    .autocomplete-suggestion .autocomplete-suggestion-image {
      margin: auto;
      width: 130px;
      text-align: center; }
      .autocomplete-suggestion .autocomplete-suggestion-image img {
        width: 130px !important; }
    .autocomplete-suggestion:after {
      content: "";
      display: block;
      clear: both; } }
  @media only screen and (max-width: 39.9375em) {
    .autocomplete-suggestion {
      border-bottom: 1px solid #cccccc61; }
      .autocomplete-suggestion .autocomplete-suggestion-image {
        width: 55px;
        float: left;
        max-width: 20%; }
      .autocomplete-suggestion .autocomplete-suggestion-info {
        font-size: 0.55556rem;
        float: left;
        padding: 10px 0 5px 10px;
        max-width: 80%; } }
  @media only screen and (min-width: 40em) {
    .autocomplete-suggestion {
      padding-top: 25px !important; }
      .autocomplete-suggestion:hover {
        -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.3);
        z-index: 1000; }
      .autocomplete-suggestion .autocomplete-suggestion-image {
        margin: auto;
        width: 130px;
        text-align: center; }
        .autocomplete-suggestion .autocomplete-suggestion-image img {
          width: 130px !important; }
      .autocomplete-suggestion .autocomplete-suggestion-info {
        padding: 20px;
        text-align: center; }
      .autocomplete-suggestion .autocomplete-suggestion-info a {
        font-size: 0.77778rem; } }
  @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
    .autocomplete-suggestion .autocomplete-suggestion-info a {
      font-size: 0.66667rem; } }
  @media only screen and (min-width: 64em) and (max-width: 79.9375em) {
    .autocomplete-suggestion .autocomplete-suggestion-info a {
      font-size: 0.72222rem; } }

@media only screen and (min-width: 64em) and (max-width: 79.9375em) {
  .autocomplete-suggestion:nth-child(6) {
    display: none !important; } }

@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .autocomplete-suggestion {
    display: none !important; }
    .autocomplete-suggestion:first-child, .autocomplete-suggestion:nth-child(2), .autocomplete-suggestion:nth-child(3), .autocomplete-suggestion:nth-child(4) {
      display: block !important; } }

.search_wrapper .getbowtied_search_bar .search-field.getbowtied-s {
  background-repeat: no-repeat;
  background-position: 2px center;
  background-size: 2%; }
  @media only screen and (min-width: 64em) {
    .search_wrapper .getbowtied_search_bar .search-field.getbowtied-s {
      background-position: 8px center;
      background-size: 1.5%; } }
  @media only screen and (max-width: 39.9375em) {
    .search_wrapper .getbowtied_search_bar .search-field.getbowtied-s {
      background-size: 3%; } }

.search-widget-hide {
  display: none !important; }

.search_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #f2f2f2;
  display: none;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-name: header_dropdowns_anim;
  animation-name: header_dropdowns_anim; }
  .search_wrapper .getbowtied_search_bar {
    height: 3.05556rem; }
    @media only screen and (min-width: 64em) {
      .search_wrapper .getbowtied_search_bar {
        height: 4.16667rem; } }
    .search_wrapper .getbowtied_search_bar .screen-reader-text {
      display: none; }
    .search_wrapper .getbowtied_search_bar .search-field {
      padding: 0;
      margin: 0;
      height: 3.05556rem;
      line-height: 3.05556rem;
      text-indent: 1.11111rem;
      border: none;
      background: #f2f2f2;
      font-size: 0.88889rem;
      letter-spacing: -0.03em; }
      @media only screen and (min-width: 64em) {
        .search_wrapper .getbowtied_search_bar .search-field {
          font-size: 1.66667rem;
          height: 4.16667rem;
          line-height: 4.16667rem;
          text-indent: 2.22222rem; } }
    .search_wrapper .getbowtied_search_bar input[type="submit"] {
      position: absolute;
      top: 0.55556rem;
      right: 0.38889rem;
      width: 2.22222rem;
      height: 2.22222rem;
      background: none !important;
      opacity: 0;
      z-index: 999;
      padding: 0;
      margin: 0;
      text-indent: -999px; }
      .search_wrapper .getbowtied_search_bar input[type="submit"]:focus {
        background: inherit; }
      @media only screen and (min-width: 64em) {
        .search_wrapper .getbowtied_search_bar input[type="submit"] {
          top: 1rem;
          right: 1.66667rem; } }
    .search_wrapper .getbowtied_search_bar form:after {
      position: absolute;
      font: normal normal normal 0.88889rem FontAwesome;
      top: 1.11111rem;
      right: 1.11111rem;
      content: "\f002";
      color: #000; }
      @media only screen and (min-width: 64em) {
        .search_wrapper .getbowtied_search_bar form:after {
          font: normal normal normal 1.33333rem FontAwesome;
          top: 1.33333rem;
          right: 2.22222rem; } }
  .search_wrapper .search-widget-area {
    display: none !important; }
    @media only screen and (max-width: 39.9375em) {
      .search_wrapper .search-widget-area {
        display: block;
        padding: 0;
        margin: 0 0px; }
        .search_wrapper .search-widget-area:before, .search_wrapper .search-widget-area:after {
          content: " ";
          display: table; }
        .search_wrapper .search-widget-area:after {
          clear: both; }
        .search_wrapper .search-widget-area > li {
          display: block;
          float: left;
          height: auto;
          padding: 0 0px 0px; }
        .search_wrapper .search-widget-area > li {
          list-style: none;
          padding: 0 0px 0px;
          width: 50%; }
          .search_wrapper .search-widget-area > li:nth-of-type(1n) {
            clear: none; }
          .search_wrapper .search-widget-area > li:nth-of-type(2n+1) {
            clear: both; } }
    @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
      .search_wrapper .search-widget-area {
        display: block;
        padding: 0;
        margin: 0 0px; }
        .search_wrapper .search-widget-area:before, .search_wrapper .search-widget-area:after {
          content: " ";
          display: table; }
        .search_wrapper .search-widget-area:after {
          clear: both; }
        .search_wrapper .search-widget-area > li {
          display: block;
          float: left;
          height: auto;
          padding: 0 0px 0px; }
        .search_wrapper .search-widget-area > li {
          list-style: none;
          padding: 0 0px 0px;
          width: 50%; }
          .search_wrapper .search-widget-area > li:nth-of-type(1n) {
            clear: none; }
          .search_wrapper .search-widget-area > li:nth-of-type(2n+1) {
            clear: both; } }
    @media only screen and (min-width: 64em) and (max-width: 79.9375em) {
      .search_wrapper .search-widget-area {
        display: block;
        padding: 0;
        margin: 0 0px; }
        .search_wrapper .search-widget-area:before, .search_wrapper .search-widget-area:after {
          content: " ";
          display: table; }
        .search_wrapper .search-widget-area:after {
          clear: both; }
        .search_wrapper .search-widget-area > li {
          display: block;
          float: left;
          height: auto;
          padding: 0 0px 0px; }
        .search_wrapper .search-widget-area > li {
          list-style: none;
          padding: 0 0px 0px;
          width: 33.33333%; }
          .search_wrapper .search-widget-area > li:nth-of-type(1n) {
            clear: none; }
          .search_wrapper .search-widget-area > li:nth-of-type(3n+1) {
            clear: both; } }
    @media only screen and (min-width: 80em) and (max-width: 99.9375em) {
      .search_wrapper .search-widget-area {
        display: block;
        padding: 0;
        margin: 0 0px; }
        .search_wrapper .search-widget-area:before, .search_wrapper .search-widget-area:after {
          content: " ";
          display: table; }
        .search_wrapper .search-widget-area:after {
          clear: both; }
        .search_wrapper .search-widget-area > li {
          display: block;
          float: left;
          height: auto;
          padding: 0 0px 0px; }
        .search_wrapper .search-widget-area > li {
          list-style: none;
          padding: 0 0px 0px;
          width: 25%; }
          .search_wrapper .search-widget-area > li:nth-of-type(1n) {
            clear: none; }
          .search_wrapper .search-widget-area > li:nth-of-type(4n+1) {
            clear: both; } }
    @media only screen and (min-width: 100em) and (max-width: 99999999em) {
      .search_wrapper .search-widget-area {
        display: block;
        padding: 0;
        margin: 0 0px; }
        .search_wrapper .search-widget-area:before, .search_wrapper .search-widget-area:after {
          content: " ";
          display: table; }
        .search_wrapper .search-widget-area:after {
          clear: both; }
        .search_wrapper .search-widget-area > li {
          display: block;
          float: left;
          height: auto;
          padding: 0 0px 0px; }
        .search_wrapper .search-widget-area > li {
          list-style: none;
          padding: 0 0px 0px;
          width: 20%; }
          .search_wrapper .search-widget-area > li:nth-of-type(1n) {
            clear: none; }
          .search_wrapper .search-widget-area > li:nth-of-type(5n+1) {
            clear: both; } }
    .search_wrapper .search-widget-area li.widget {
      padding: 2.22222rem 2.22222rem;
      border-bottom-width: 0; }
      @media only screen and (max-width: 39.9375em) {
        .search_wrapper .search-widget-area li.widget:nth-of-type(1n+3) {
          display: none; } }
      @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
        .search_wrapper .search-widget-area li.widget:nth-of-type(1n+3) {
          display: none; } }
      @media only screen and (min-width: 64em) and (max-width: 79.9375em) {
        .search_wrapper .search-widget-area li.widget:nth-of-type(1n+4) {
          display: none; } }
      @media only screen and (min-width: 80em) and (max-width: 99.9375em) {
        .search_wrapper .search-widget-area li.widget:nth-of-type(1n+5) {
          display: none; } }
      @media only screen and (min-width: 100em) and (max-width: 99999999em) {
        .search_wrapper .search-widget-area li.widget:nth-of-type(1n+6) {
          display: none; } }
    @media only screen and (min-width: 64em) {
      .search_wrapper .search-widget-area {
        display: block !important; } }

.site-header .header-wrapper .tools .myaccount-dropdown {
  position: relative;
  display: table-cell;
  vertical-align: middle; }
  .site-header .header-wrapper .tools .myaccount-dropdown ul {
    display: block;
    position: absolute;
    top: 100%;
    right: -20px;
    max-height: 0;
    overflow: hidden;
    list-style: none;
    width: 180px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    margin: 0;
    padding: 0;
    margin-top: -4px; }
    .site-header .header-wrapper .tools .myaccount-dropdown ul:before {
      width: 100%;
      height: 4px;
      display: block;
      content: "";
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      -webkit-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; }
    .site-header .header-wrapper .tools .myaccount-dropdown ul > li {
      float: left;
      display: block;
      position: relative;
      text-align: left;
      padding: 0;
      margin: 0;
      width: 100%; }
      .site-header .header-wrapper .tools .myaccount-dropdown ul > li.avatar {
        padding: 1rem 0;
        text-align: center; }
        .site-header .header-wrapper .tools .myaccount-dropdown ul > li.avatar > img {
          height: 40px;
          border-radius: 40px; }
      .site-header .header-wrapper .tools .myaccount-dropdown ul > li > a {
        display: inline-block;
        font-size: 0.66667rem;
        font-weight: bold;
        text-transform: uppercase;
        padding: 0.77778rem 0.83333rem 0.72222rem 0.83333rem;
        width: 100%; }
        .site-header .header-wrapper .tools .myaccount-dropdown ul > li > a.logout:before {
          content: "\f011";
          font-family: FontAwesome;
          margin-right: 0.55556rem; }
  .site-header .header-wrapper .tools .myaccount-dropdown:hover > ul {
    max-height: 700px; }
    .site-header .header-wrapper .tools .myaccount-dropdown:hover > ul:before {
      background: #666d70; }

.select2-container {
  font-family: inherit; }
  .select2-container .select2-choice {
    height: 2.4rem;
    padding: 0 0 0 15px;
    background-image: none;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 0;
    border-color: transparent;
    margin-bottom: 20px; }
    .select2-container .select2-choice > .select2-chosen {
      line-height: 2.4rem;
      font-size: 0.66667rem;
      font-weight: bold;
      margin-right: 2.4rem; }
    .select2-container .select2-choice .select2-arrow {
      background: none;
      width: 2.143rem;
      border-left-color: transparent; }
      .select2-container .select2-choice .select2-arrow b {
        display: none; }
      .select2-container .select2-choice .select2-arrow:before {
        position: absolute;
        width: 2.143rem;
        content: "";
        font-family: "FontAwesome";
        font-size: 0.55556rem;
        text-align: center;
        line-height: 2.3rem;
        opacity: .5; }
  .select2-container.select2-dropdown-open .select2-choice {
    background-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .select2-container.select2-dropdown-open .select2-choice .select2-arrow {
      border-left: 1px solid transparent; }
      .select2-container.select2-dropdown-open .select2-choice .select2-arrow:before {
        content: "";
        opacity: .7; }
  .select2-container.select2-dropdown-open.select2-container-active .select2-choice {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .select2-container.select2-dropdown-open.select2-drop-above .select2-choice {
    background-image: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    /*border-radius: 0 0 3px 3px;*/ }
  .select2-container.select2-container-active .select2-choice {
    border-color: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none; }
    .select2-container.select2-container-active .select2-choice .select2-arrow {
      border-left-color: rgba(0, 0, 0, 0.1); }
  .select2-container .select2-drop-active {
    border-color: rgba(0, 0, 0, 0.1); }
  .select2-container.select2-container-disabled .select2-choice .select2-arrow {
    border-left: 1px solid #e6e6e6; }
  .select2-container.select2-container-multi .select2-choices {
    min-height: 2.4rem;
    background-image: none;
    border-color: transparent;
    /*border-radius: 3px;*/ }
    .select2-container.select2-container-multi .select2-choices .select2-search-choice {
      position: relative;
      border-color: transparent;
      background-image: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      font-size: 0.66667rem;
      background-color: #ff0000;
      /*border-radius: 2px;*/
      padding-top: 0.2857rem;
      padding-bottom: 0.2857rem;
      line-height: 1.143rem;
      margin-left: 0.2143rem;
      margin-bottom: 0; }
      .select2-container.select2-container-multi .select2-choices .select2-search-choice:before {
        position: absolute;
        top: 0.2857rem;
        left: 0.3571rem;
        font-family: "FontAwesome";
        content: '\f00d';
        z-index: 5;
        font-size: 0.7857rem; }
    .select2-container.select2-container-multi .select2-choices .select2-search-field input {
      font-family: inherit;
      font-size: 0.66667rem;
      margin: 0;
      padding-left: 0.5714rem;
      line-height: 1.5rem; }
  .select2-container.select2-container-multi.select2-container-active .select2-choices {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.1); }
  .select2-container.select2-container-multi.select2-container-active.select2-dropdown-open .select2-choices {
    /*border-radius: 3px 3px 0 0;*/ }
  .select2-container.select2-container-multi.select2-container-active.select2-drop-above .select2-choices {
    /*border-radius: 0 0 3px 3px;*/ }
  .select2-container .select2-search-choice-close {
    top: 0.3571rem;
    background: none;
    z-index: 10; }

.select2-drop {
  font-family: inherit;
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  /*border-radius: 0 0 3px 3px;*/ }
  .select2-drop .select2-search {
    padding-top: 0.3571rem;
    position: relative; }
    .select2-drop .select2-search input {
      background-color: #fff;
      background-image: none;
      border-color: rgba(0, 0, 0, 0.1);
      font-size: 0.66667rem;
      padding: 0.5rem 1.429rem 0.5rem 0.3571rem;
      margin: 0; }
    .select2-drop .select2-search:after {
      position: absolute;
      font-family: "FontAwesome";
      content: '\f002';
      top: 0.2rem;
      right: 0.66667rem;
      font-size: 1rem;
      opacity: .5; }
  .select2-drop .select2-results {
    font-size: 0.66667rem;
    padding: 0.55556rem; }
    .select2-drop .select2-results li {
      line-height: 1.42857; }
    .select2-drop .select2-results .select2-highlighted {
      background-color: #ccc;
      /*border-radius: 2px;*/ }
  .select2-drop.select2-drop-above {
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: -30px; }
    .select2-drop.select2-drop-above .select2-search input {
      margin-top: 0; }
    .select2-drop.select2-drop-above.select2-drop-active {
      border-top-color: rgba(0, 0, 0, 0.1); }

button,
.button,
input[type="submit"],
.vc_btn3 {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1.11111rem 2.22222rem 1.16667rem 2.22222rem;
  font-size: 0.77778rem;
  background-color: #ff0000;
  border-color: #4d4d4d;
  color: #fff;
  -webkit-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-color: transparent;
  padding: 1.11111rem 2.22222rem 1.16667rem 2.22222rem;
  font-size: 0.77778rem; }
  button:hover, button:focus,
  .button:hover,
  .button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  .vc_btn3:hover,
  .vc_btn3:focus {
    background-color: #4d4d4d; }
  button:hover, button:focus,
  .button:hover,
  .button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  .vc_btn3:hover,
  .vc_btn3:focus {
    color: #fff; }
  button:hover,
  .button:hover,
  input[type="submit"]:hover,
  .vc_btn3:hover {
    opacity: .7; }
  button:disabled,
  .button:disabled,
  input[type="submit"]:disabled,
  .vc_btn3:disabled {
    border-color: transparent !important; }

.vc_row .vc_general.vc_btn3.vc_btn3-size-xs {
  padding: 0.38889rem 0.77778rem 0.44444rem 0.77778rem;
  font-size: 0.5rem; }

.vc_row .vc_general.vc_btn3.vc_btn3-size-sm {
  padding: 0.5rem 1rem 0.55556rem 1rem;
  font-size: 0.66667rem; }

.vc_row .vc_general.vc_btn3.vc_btn3-size-md {
  padding: 1.11111rem 2.22222rem 1.16667rem 2.22222rem;
  font-size: 0.77778rem; }

.vc_row .vc_general.vc_btn3.vc_btn3-size-lg {
  padding: 1.44444rem 2.88889rem 1.5rem 2.88889rem;
  font-size: 1rem; }

html {
  font-family: Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  height: auto; }

a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.hover-me-nice {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px; }
  .hover-me-nice:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #5F5F5F;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 2px; }
  .hover-me-nice:hover {
    color: rgba(0, 0, 0, 0.5); }
    .hover-me-nice:hover:after {
      width: 0; }

h6 a:hover {
  opacity: .35; }

form {
  margin: 0; }

label {
  text-transform: uppercase; }

table {
  width: 100%; }
  table th {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 0.8125rem;
    text-align: left;
    color: #aaa;
    padding: 1.11111rem 0; }
  table td {
    padding: 1.11111rem 0; }
  table thead th {
    padding: 1.11111rem 0; }

h6 {
  letter-spacing: 0.11111rem; }

p {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
select {
  font-weight: bold;
  padding-left: 0.83333rem;
  padding-right: 0.83333rem; }

select {
  background-position: 98% center; }

blockquote {
  padding-left: 2.22222rem; }
  blockquote > p {
    font-size: 1.77778rem;
    line-height: 1.4; }
  blockquote cite {
    margin-top: 0.55556rem; }

figure {
  max-width: 100%;
  margin: 0; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

figcaption {
  font-size: 0.66667rem;
  margin: 0.55556rem 0; }

dl dd p {
  margin: 0; }

iframe {
  border: 0; }

#wpadminbar {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.page-wrapper {
  position: relative;
  overflow: hidden; }

.clear:before, .clear:after {
  content: " ";
  display: table; }

.clear:after {
  clear: both; }

.fullwidth > #main > .row {
  max-width: none; }

.fullwidth .page-title {
  margin-bottom: 0; }

.single-product .row {
  max-width: 100%; }

.columns.no-pad {
  padding: 0; }

#secondary.widget-area {
  min-height: calc(100vh - 148px); }

/********************************************************************************/
/* Fix WP Admin Bar on mobiles
/********************************************************************************/
@media screen and (max-width: 782px) {
  #wpadminbar {
    position: fixed !important; } }

@media only screen and (min-width: 64em) {
  .alignleft {
    float: left;
    margin: 0 20px 20px 0; }
  .alignright {
    float: right;
    margin: 0 0 20px 20px; }
  figure.alignleft {
    margin: 0 20px 20px 0; }
  figure.alignright {
    margin: 0 0 20px 20px; }
  .main-with-sidebar .alignleft {
    float: left;
    margin: 0 20px 20px 0; }
  .main-with-sidebar .alignright {
    float: right;
    margin: 0 0 20px 20px; }
  .main-with-sidebar figure.alignleft {
    margin: 0 20px 20px 0; }
  .main-with-sidebar figure.alignright {
    margin: 0 0 20px 20px; } }

.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor {
  line-height: 1; }

@-webkit-keyframes global_fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes global_fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes forceOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes forceOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media only screen and (min-width: 64em) {
  .single-post .alignleft {
    float: left;
    margin: 0 20px 20px -100px; }
  .single-post .alignright {
    float: right;
    margin: 0 -100px 20px 20px; }
  .single-post figure.alignleft {
    margin: 0 20px 20px -100px; }
  .single-post figure.alignright {
    margin: 0 -100px 20px 20px; } }

.cd-top {
  display: none;
  position: fixed;
  height: 60px;
  width: 60px;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 0.55556rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0.55556rem rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.2) url(../images/back-to-top.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 999; }
  @media only screen and (min-width: 40em) {
    .cd-top {
      display: inline-block; } }
  .cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
    bottom: 37px; }
  .cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */ }
  .cd-top:hover {
    background: black url(../images/back-to-top.svg) no-repeat center 50%;
    opacity: 1; }
  .offcanvas_open .cd-top {
    opacity: 0;
    visibility: hidden; }

@media only screen and (min-width: 64em) {
  .cd-top {
    height: 3.33333rem;
    width: 3.33333rem;
    right: 0;
    bottom: 0; } }

/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/original-left.svg) url(../images/original-right.svg);
  display: none; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 10%;
  left: 0;
  float: left;
  background: url(../images/original-left.svg) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: .2;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 10%;
  right: 0;
  float: right;
  background: url(../images/original-right.svg) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: .2;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: none;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* general style for the form */
.nl-form {
  width: 100%;
  margin: 0.3em auto 0 auto;
  /*font-size: 4em;*/
  line-height: 1.5; }

.nl-form ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* custom field (drop-down, text element) styling  */
.nl-field {
  display: inline-block;
  position: relative; }

.nl-field.nl-field-open {
  z-index: 10000; }

/* the toggle is the visible part in the form */
a.nl-field-toggle {
  line-height: inherit;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  position: relative; }
  a.nl-field-toggle:hover {
    color: #fff;
    opacity: .7; }
  a.nl-field-toggle:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f107";
    margin-left: 0.3125em; }

/* drop-down list / text element */
.nl-field ul {
  list-style: none;
  margin: -4px 0 0 0;
  position: absolute;
  visibility: hidden;
  background: #fff;
  right: 0;
  top: 100%;
  font-size: 0.66667rem;
  opacity: 0;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 4px solid #000;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; }

.nl-field.nl-field-open ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: visibility 0s 0s, opacity 0.3s, transform 0.3s;
  transition: visibility 0s 0s, opacity 0.3s, transform 0.3s;
  transition: visibility 0s 0s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; }

.nl-dd ul li {
  color: #000;
  position: relative;
  padding: 0.66667rem 0.83333rem 0.61111rem 0.83333rem;
  cursor: pointer;
  white-space: nowrap;
  min-width: 53px;
  border-bottom: solid 1px #e5e5e5;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .nl-dd ul li:last-child {
    border: none; }

.nl-dd ul li.nl-dd-checked {
  color: #999; }
  .nl-dd ul li.nl-dd-checked svg {
    fill: #999 !important; }

.nl-dd ul li:hover {
  background: #e5e5e5; }

/* overlay becomes visible when a field is opened */
.nl-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
  -o-transition: visibility 0s 0.3s, opacity 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s; }

.nl-field.nl-field-open ~ .nl-overlay,
.nl-overlay.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.overlay-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff; }
  .overlay-loader .loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    /*&.spinning
		{
			animation: spinning 3s ease infinite;
		}*/ }
    .overlay-loader .loader-icon.stop_spinning {
      -webkit-animation: stop_spinning .3s ease forwards;
      animation: stop_spinning .3s ease forwards; }

/*@keyframes spinning {
	0% { transform: rotate(0deg) }
	30% { transform: rotate(-90deg) }
	100% { transform: rotate(360deg) }
}*/
@-webkit-keyframes stop_spinning {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  20% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }
@keyframes stop_spinning {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  20% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@media only screen and (max-width: 39.9375em) {
  h1 {
    font-size: 1.66667rem; }
  h2 {
    font-size: 1.33333rem; }
  h3 {
    font-size: 1.11111rem; }
  h4 {
    font-size: 0.88889rem; }
  h5 {
    font-size: 0.77778rem; }
  h6 {
    font-size: 0.61111rem; }
  p {
    font-size: 0.77778rem; } }

h6 {
  letter-spacing: 0.125rem; }
  h6 a {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-bottom: 4px; }

.site-header {
  background-color: #DDDDDD;
  width: 100%;
  position: absolute;
  z-index: 98;
  top: 0;
  font-size: 14px;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.5s cubic-bezier(1, 0, 0.5, 1) 0.3s;
  transition: background 0.3s ease, -webkit-transform 0.5s cubic-bezier(1, 0, 0.5, 1) 0.3s;
  -o-transition: transform 0.5s cubic-bezier(1, 0, 0.5, 1) 0.3s, background 0.3s ease;
  transition: transform 0.5s cubic-bezier(1, 0, 0.5, 1) 0.3s, background 0.3s ease;
  transition: transform 0.5s cubic-bezier(1, 0, 0.5, 1) 0.3s, background 0.3s ease, -webkit-transform 0.5s cubic-bezier(1, 0, 0.5, 1) 0.3s; }
  body.header-transparent:not(.header-sticky-scroll) .site-header {
    background-color: transparent; }
  body.header-sticky .site-header {
    position: fixed; }
  body.admin-bar.header-sticky .site-header {
    top: 46px; }
  .site-header .header-wrapper {
    width: 100%;
    margin: 0 auto;
    height: 75px;
    position: relative;
    display: none; }
    .site-header .header-wrapper .site-branding {
      display: table-cell;
      vertical-align: middle;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      body.header-layout-1 .site-header .header-wrapper .site-branding {
        text-align: left; }
      body.header-layout-2 .site-header .header-wrapper .site-branding {
        text-align: center;
        width: 20%; }
      .site-header .header-wrapper .site-branding .site-logo {
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
        .site-header .header-wrapper .site-branding .site-logo img {
          max-width: inherit;
          height: 75px;
          -webkit-backface-visibility: inherit;
          backface-visibility: inherit;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none; }
          body.header-layout-1 .site-header .header-wrapper .site-branding .site-logo img {
            margin: 0 1.11111rem 0 2.22222rem; }
          body.header-layout-2 .site-header .header-wrapper .site-branding .site-logo img {
            margin-left: 0; }
        .site-header .header-wrapper .site-branding .site-logo:hover {
          opacity: 0.5; }
        .header-sticky-scroll .site-header .header-wrapper .site-branding .site-logo a {
          display: none; }
        .site-header .header-wrapper .site-branding .site-logo .sticky-header-logo {
          display: none; }
          .header-sticky-scroll .site-header .header-wrapper .site-branding .site-logo .sticky-header-logo {
            display: block; }
      .site-header .header-wrapper .site-branding .site-title {
        white-space: nowrap;
        font-weight: bold;
        text-transform: uppercase;
        padding: 1em 0;
        line-height: 1em;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .site-header .header-wrapper .site-branding .site-title:hover {
          opacity: 0.5; }
        .site-header .header-wrapper .site-branding .site-title a {
          font-size: 1.66667rem;
          text-transform: lowercase;
          font-weight: bold;
          line-height: 1.66667rem; }
          body.header-layout-1 .site-header .header-wrapper .site-branding .site-title a {
            margin: 0 1.11111rem 0 2.22222rem; }
          body.header-layout-2 .site-header .header-wrapper .site-branding .site-title a {
            margin-left: 0; }
    .site-header .header-wrapper .nav {
      display: table-cell;
      text-align: left;
      vertical-align: middle;
      width: 100%;
      opacity: 0;
      -webkit-animation: global_fadein 1.5s forwards;
      animation: global_fadein 1.5s forwards;
      -webkit-animation-delay: .5s;
      animation-delay: .5s; }
      .ie9 .site-header .header-wrapper .nav {
        opacity: 1; }
      body.header-layout-2 .site-header .header-wrapper .nav {
        width: 40%; }
    .site-header .header-wrapper .tools {
      display: table-cell;
      vertical-align: middle;
      padding-right: 35px;
      opacity: 0;
      -webkit-animation: global_fadein 1.5s forwards;
      animation: global_fadein 1.5s forwards;
      -webkit-animation-delay: .5s;
      animation-delay: .5s; }
      .ie9 .site-header .header-wrapper .tools {
        opacity: 1; }
      body.header-layout-2 .site-header .header-wrapper .tools {
        width: 40%; }
      .site-header .header-wrapper .tools ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: table;
        text-align: right;
        float: right;
        font-size: 1em; }
        .site-header .header-wrapper .tools ul li {
          padding: 0 0 0 15px;
          margin: 0;
          display: table-cell;
          line-height: 1em;
          vertical-align: middle;
          /*&:last-child {
						a.tools_button {
							.tools_button_icon {
								padding-right: 0;
							}
						}
					}*/ }
          .site-header .header-wrapper .tools ul li:first-child {
            padding: 0; }
          .site-header .header-wrapper .tools ul li a.tools_button {
            display: table;
            white-space: nowrap;
            color: #fff;
            position: relative; }
            .site-header .header-wrapper .tools ul li a.tools_button:hover {
              color: white; }
            .site-header .header-wrapper .tools ul li a.tools_button .tools_button_icon {
              display: table-cell;
              width: 32px;
              height: 32px;
              padding: 5px;
              vertical-align: middle; }
              .site-header .header-wrapper .tools ul li a.tools_button .tools_button_icon.uploaded_icon {
                text-align: center;
                vertical-align: middle;
                opacity: 1;
                -webkit-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease; }
                .site-header .header-wrapper .tools ul li a.tools_button .tools_button_icon.uploaded_icon:hover {
                  opacity: .5; }
                .site-header .header-wrapper .tools ul li a.tools_button .tools_button_icon.uploaded_icon img {
                  max-width: 22px;
                  max-height: 22px;
                  display: block; }
                .site-header .header-wrapper .tools ul li a.tools_button .tools_button_icon.uploaded_icon svg {
                  display: inherit;
                  width: 22px;
                  height: 22px;
                  -webkit-transition: all 0.3s ease;
                  -o-transition: all 0.3s ease;
                  transition: all 0.3s ease;
                  fill: #fff; }
            .site-header .header-wrapper .tools ul li a.tools_button .shopping_bag_items_number,
            .site-header .header-wrapper .tools ul li a.tools_button .wishlist_items_number {
              position: absolute;
              top: 0;
              right: 0;
              width: 14px;
              height: 14px;
              line-height: 1.8em;
              background-color: #fff;
              color: #000;
              text-align: center;
              border-radius: 100px;
              font-size: 9px; }
              .site-header .header-wrapper .tools ul li a.tools_button .shopping_bag_items_number.visible,
              .site-header .header-wrapper .tools ul li a.tools_button .wishlist_items_number.visible {
                visibility: visible; }

/* Offcanvas - Left */
body.offcanvas_left .site-header {
  -webkit-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0); }

/* Offcanvas - Right */
body.offcanvas_right .site-header {
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0); }

.myaccount-popup {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 50px 0 50px 0;
  display: none;
  -webkit-box-shadow: 0px 10px 80px -25px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 80px -25px rgba(0, 0, 0, 0.4);
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-name: header_dropdowns_anim;
  animation-name: header_dropdowns_anim; }
  .myaccount-popup .woocommerce-account .woocommerce #customer_login input[type="submit"] {
    bottom: -15px; }

@media only screen and (min-width: 64em) {
  .site-header .header-wrapper {
    display: table; }
  .site-header .tools ul {
    padding: 0; }
  /* Offcanvas - Left */
  body.offcanvas_left .site-header {
    -webkit-transform: translate3d(400px, 0, 0);
    transform: translate3d(400px, 0, 0); }
    .ie9 body.offcanvas_left .site-header {
      left: 400px; }
  body.offcanvas_left.offcanvas_for_quickview .site-header {
    -webkit-transform: translate3d(620px, 0, 0);
    transform: translate3d(620px, 0, 0); }
    .ie9 body.offcanvas_left.offcanvas_for_quickview .site-header {
      left: 620px; }
  /* Offcanvas - Right */
  body.offcanvas_right .site-header {
    -webkit-transform: translate3d(-400px, 0, 0);
    transform: translate3d(-400px, 0, 0); }
    .ie9 body.offcanvas_right .site-header {
      right: 400px; }
  body.offcanvas_right.offcanvas_for_quickview .site-header {
    -webkit-transform: translate3d(-620px, 0, 0);
    transform: translate3d(-620px, 0, 0); }
    .ie9 body.offcanvas_right.offcanvas_for_quickview .site-header {
      right: 620px; } }

@media only screen and (min-width: 782px) {
  body.admin-bar.header-sticky .site-header {
    top: 32px; } }

.site-header-mobiles {
  background-color: #DDDDDD;
  width: 100%;
  position: absolute;
  z-index: 1000;
  top: 0;
  font-size: 14px;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.5, 1);
  -o-transition: all 0.5s cubic-bezier(1, 0, 0.5, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0.5, 1);
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s; }
  body.header-transparent:not(.header-sticky-scroll) .site-header-mobiles {
    background-color: transparent; }
  body.header-sticky .site-header-mobiles {
    position: fixed; }
  body.admin-bar.header-sticky .site-header-mobiles {
    top: 46px; }
  body.offcanvas_left .site-header-mobiles {
    -webkit-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0); }
    .ie9 body.offcanvas_left .site-header-mobiles {
      left: 320px;
      right: auto; }
  body.offcanvas_right .site-header-mobiles {
    -webkit-transform: translate3d(-320px, 0, 0);
    transform: translate3d(-320px, 0, 0); }
    .ie9 body.offcanvas_right .site-header-mobiles {
      right: 320px;
      left: auto; }
  @media only screen and (min-width: 64em) {
    .site-header-mobiles {
      display: none; } }
  .site-header-mobiles .header-wrapper-mobiles {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: table;
    height: auto;
    min-height: 55px; }
    .site-header-mobiles .header-wrapper-mobiles .nav {
      display: table-cell;
      text-align: left;
      vertical-align: middle;
      width: 25%;
      opacity: 0;
      -webkit-animation: global_fadein 1.5s forwards;
      animation: global_fadein 1.5s forwards;
      -webkit-animation-delay: .5s;
      animation-delay: .5s; }
      .ie9 .site-header-mobiles .header-wrapper-mobiles .nav {
        opacity: 1; }
      .site-header-mobiles .header-wrapper-mobiles .nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        white-space: nowrap; }
        .site-header-mobiles .header-wrapper-mobiles .nav ul li {
          padding: 0 0 0 20px;
          vertical-align: middle;
          font-weight: bold;
          opacity: .5;
          cursor: pointer;
          /*&:hover {
						opacity: 1;
					}*/ }
          .site-header-mobiles .header-wrapper-mobiles .nav ul li div {
            display: inline-block; }
            .site-header-mobiles .header-wrapper-mobiles .nav ul li div .tools_button_icon {
              display: inline-block;
              vertical-align: middle;
              font-size: 18px;
              line-height: 55px; }
            .site-header-mobiles .header-wrapper-mobiles .nav ul li div .tools_button_text {
              display: inline-block;
              vertical-align: middle;
              font-size: 12px;
              line-height: 55px;
              text-transform: uppercase; }
    .site-header-mobiles .header-wrapper-mobiles .site-branding {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      width: 50%;
      padding: 0; }
      .site-header-mobiles .header-wrapper-mobiles .site-branding .site-logo img {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        max-width: 165px;
        max-height: 55px; }
      .site-header-mobiles .header-wrapper-mobiles .site-branding .site-title {
        white-space: nowrap;
        font-weight: bold;
        text-transform: uppercase; }
        .site-header-mobiles .header-wrapper-mobiles .site-branding .site-title a {
          display: inline-block;
          text-transform: lowercase;
          font-weight: bold;
          font-size: 24px;
          line-height: 55px;
          margin: 0;
          padding: 0; }
    .site-header-mobiles .header-wrapper-mobiles .tools {
      display: table-cell;
      vertical-align: middle;
      padding-right: 15px;
      width: 25%;
      opacity: 0;
      -webkit-animation: global_fadein 1.5s forwards;
      animation: global_fadein 1.5s forwards;
      -webkit-animation-delay: .5s;
      animation-delay: .5s; }
      .ie9 .site-header-mobiles .header-wrapper-mobiles .tools {
        opacity: 1; }
      .site-header-mobiles .header-wrapper-mobiles .tools ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: table;
        text-align: right;
        float: right;
        font-size: 1em; }
        .site-header-mobiles .header-wrapper-mobiles .tools ul li {
          display: table-cell;
          line-height: 1em;
          vertical-align: middle; }
          .site-header-mobiles .header-wrapper-mobiles .tools ul li:first-child {
            padding: 0; }
          .site-header-mobiles .header-wrapper-mobiles .tools ul li .tools_button {
            display: table;
            white-space: nowrap;
            color: #fff;
            position: relative;
            padding-left: 10px; }
            .site-header-mobiles .header-wrapper-mobiles .tools ul li .tools_button:hover {
              color: white; }
            .site-header-mobiles .header-wrapper-mobiles .tools ul li .tools_button .tools_button_icon {
              display: table-cell;
              width: 28px;
              height: 28px;
              padding: 5px;
              vertical-align: middle; }
              .site-header-mobiles .header-wrapper-mobiles .tools ul li .tools_button .tools_button_icon.uploaded_icon {
                text-align: center;
                vertical-align: middle;
                opacity: .5;
                -webkit-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
                /*&:hover {
									opacity: 1;
								}*/ }
                .site-header-mobiles .header-wrapper-mobiles .tools ul li .tools_button .tools_button_icon.uploaded_icon img {
                  max-width: 18px;
                  max-height: 18px;
                  display: inline-block; }
                .site-header-mobiles .header-wrapper-mobiles .tools ul li .tools_button .tools_button_icon.uploaded_icon svg {
                  display: inherit;
                  width: 18px;
                  height: 18px;
                  fill: #fff; }
            .site-header-mobiles .header-wrapper-mobiles .tools ul li .tools_button .shopping_bag_items_number,
            .site-header-mobiles .header-wrapper-mobiles .tools ul li .tools_button .wishlist_items_number {
              position: absolute;
              top: -3px;
              right: -3px;
              width: 14px;
              height: 14px;
              line-height: 1.8em;
              background-color: #fff;
              color: #000;
              text-align: center;
              border-radius: 100px;
              font-size: 9px; }
              .site-header-mobiles .header-wrapper-mobiles .tools ul li .tools_button .shopping_bag_items_number.visible,
              .site-header-mobiles .header-wrapper-mobiles .tools ul li .tools_button .wishlist_items_number.visible {
                visibility: visible; }
        .site-header-mobiles .header-wrapper-mobiles .tools ul li.shopping-bag-button .tools_button {
          cursor: pointer; }

@media only screen and (min-width: 782px) {
  body.admin-bar.header-sticky .site-header-mobiles {
    top: 32px; } }

.site-footer {
  background-color: #ddd;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.5, 1);
  -o-transition: all 0.5s cubic-bezier(1, 0, 0.5, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0.5, 1);
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
  position: relative;
  padding: 2.22222rem 1.66667rem; }
  .site-footer .footer-wrapper {
    display: table;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px; }
    .site-footer .footer-wrapper .footer-socials {
      display: block;
      vertical-align: middle;
      margin-bottom: 1.66667rem; }
      .site-footer .footer-wrapper .footer-socials .shortcode_socials {
        margin: 0; }
        .site-footer .footer-wrapper .footer-socials .shortcode_socials ul {
          width: 100%;
          font-size: 16px;
          line-height: inherit;
          text-align: center; }
          .site-footer .footer-wrapper .footer-socials .shortcode_socials ul li {
            padding: 0; }
            .site-footer .footer-wrapper .footer-socials .shortcode_socials ul li a {
              padding: 5px 7px;
              display: inline-block;
              color: #000; }
    .site-footer .footer-wrapper .footer-copyright {
      display: block;
      vertical-align: middle;
      margin-bottom: 1.66667rem;
      font-size: 0.77778rem;
      text-align: center; }
    .site-footer .footer-wrapper .footer-navigation {
      display: block;
      vertical-align: middle; }
      .site-footer .footer-wrapper .footer-navigation ul {
        text-align: center;
        list-style: none;
        padding: 0;
        margin: 0; }
        .site-footer .footer-wrapper .footer-navigation ul li {
          padding: 0;
          margin: 0;
          display: inline-block;
          font-size: 12px;
          text-transform: uppercase;
          width: 100%; }
          .site-footer .footer-wrapper .footer-navigation ul li a {
            padding: 5px 15px;
            display: inline-block;
            color: #000;
            font-weight: bold; }
            .site-footer .footer-wrapper .footer-navigation ul li a:hover {
              opacity: .5; }

/* Offcanvas - Left */
body.footer-sticky.offcanvas_left .site-footer {
  -webkit-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0); }

/* Offcanvas - Right */
body.footer-sticky.offcanvas_right .site-footer {
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0); }

/* Footer Widget Area */
.footer-widget-wrapper {
  width: 100%; }
  body.footer-sticky .footer-widget-wrapper {
    padding-bottom: 40px; }
  .footer-widget-wrapper .footer-widget-area {
    padding: 0;
    margin: 0;
    overflow: hidden; }
    .footer-widget-wrapper .footer-widget-area li.widget {
      float: left;
      list-style: none;
      border: none; }
      @media only screen and (max-width: 39.9375em) {
        .footer-widget-wrapper .footer-widget-area li.widget {
          width: 100%; } }
      @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
        .footer-widget-wrapper .footer-widget-area li.widget {
          width: 50%; }
          .footer-widget-wrapper .footer-widget-area li.widget:nth-child(2n+1) {
            clear: both; } }
      @media only screen and (min-width: 64em) and (max-width: 79.9375em) {
        .footer-widget-wrapper .footer-widget-area li.widget {
          width: 33.3%; }
          .footer-widget-wrapper .footer-widget-area li.widget:nth-child(3n+1) {
            clear: both; } }
      @media only screen and (min-width: 80em) {
        .footer-widget-wrapper .footer-widget-area li.widget {
          width: 20%; }
          .footer-widget-wrapper .footer-widget-area li.widget:nth-child(5n+1) {
            clear: both; } }

@media only screen and (min-width: 64em) {
  .site-footer {
    padding: 0; }
    body.footer-sticky .site-footer {
      position: fixed;
      z-index: 1000;
      bottom: 0; }
    .site-footer .footer-wrapper .footer-socials {
      display: block;
      margin-bottom: 0;
      float: left; }
      .site-footer .footer-wrapper .footer-socials .shortcode_socials {
        margin: 0 -7px; }
        .site-footer .footer-wrapper .footer-socials .shortcode_socials ul {
          text-align: left; }
    .site-footer .footer-wrapper .footer-copyright {
      display: block;
      margin-bottom: 0;
      text-align: left;
      float: left;
      line-height: 2.05556rem;
      margin-left: 20px;
      font-size: 0.66667rem; }
      .site-footer .footer-wrapper .footer-copyright a:hover {
        opacity: .5; }
    .site-footer .footer-wrapper .footer-navigation {
      display: block;
      float: right; }
      .site-footer .footer-wrapper .footer-navigation ul {
        text-align: right;
        margin: 3px -15px 0; }
        .site-footer .footer-wrapper .footer-navigation ul li {
          width: auto; }
  /* Offcanvas - Left */
  body.footer-sticky.offcanvas_left .site-footer {
    -webkit-transform: translate3d(400px, 0, 0);
    transform: translate3d(400px, 0, 0); }
    .ie9 body.footer-sticky.offcanvas_left .site-footer {
      left: 400px; }
  body.footer-sticky.offcanvas_left.offcanvas_for_quickview .site-footer {
    -webkit-transform: translate3d(620px, 0, 0);
    transform: translate3d(620px, 0, 0); }
    .ie9 body.footer-sticky.offcanvas_left.offcanvas_for_quickview .site-footer {
      left: 620px; }
  /* Offcanvas - Right */
  body.footer-sticky.offcanvas_right .site-footer {
    -webkit-transform: translate3d(-400px, 0, 0);
    transform: translate3d(-400px, 0, 0); }
    .ie9 body.footer-sticky.offcanvas_right .site-footer {
      right: 400px; }
  body.footer-sticky.offcanvas_right.offcanvas_for_quickview .site-footer {
    -webkit-transform: translate3d(-620px, 0, 0);
    transform: translate3d(-620px, 0, 0); }
    .ie9 body.footer-sticky.offcanvas_right.offcanvas_for_quickview .site-footer {
      right: 620px; } }

.offcanvas_aside .mm-menu .mm-listview li {
  border-color: transparent; }
  .offcanvas_aside .mm-menu .mm-listview li.has-border {
    border-top: solid 1px;
    border-top-color: inherit;
    margin-top: 20px;
    padding-top: 20px; }
  .offcanvas_aside .mm-menu .mm-listview li:first-child {
    margin-top: 20px; }

.offcanvas_aside .mm-navbar {
  padding: 0 20px; }
  .offcanvas_aside .mm-navbar .mm-title {
    text-align: left; }
  .offcanvas_aside .mm-navbar .mm-prev ~ .mm-title {
    margin-left: 20px; }

.offcanvas_aside .widget_shopping_cart {
  clear: both; }

.offcanvas_aside .offcanvas_close {
  position: initial;
  z-index: 1;
  padding: 12px 25px 20px 20px;
  float: right;
  top: 0px;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid; }
  .offcanvas_aside .offcanvas_close.offcanvas_right_close {
    text-align: right; }
  .offcanvas_aside .offcanvas_close.offcanvas_left_close {
    text-align: left;
    margin-bottom: 35px;
    cursor: pointer; }
  .offcanvas_aside .offcanvas_close i {
    font-size: 11px; }

.page-title {
  margin-bottom: 80px;
  background: #666d70;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  font-size: 1rem;
  padding: 17px 4.44444rem; }
  @media only screen and (min-width: 64em) {
    .page-title {
      font-size: 1.22222rem;
      line-height: 3.05556rem;
      text-align: left;
      padding: 0 11.11111rem 0 2.22222rem;
      line-height: 4.16667rem; } }

section.error-404 {
  padding: 0 30px;
  width: 100%;
  max-width: 868px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 80px; }
  @media only screen and (min-width: 64em) {
    section.error-404 {
      padding: 0;
      margin-bottom: 100px; } }
  @media only screen and (min-width: 64em) {
    section.error-404 .page-content {
      display: table;
      vertical-align: middle;
      height: 400px;
      position: relative; } }
  section.error-404 .page-content .icon-404 {
    display: none; }
    @media only screen and (min-width: 64em) {
      section.error-404 .page-content .icon-404 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: url(../images/large-404.png) center center no-repeat;
        display: block; } }
  section.error-404 .page-content p {
    font-size: 1.33333rem;
    line-height: 1.66667rem;
    font-weight: bold;
    text-align: center; }
    @media only screen and (min-width: 64em) {
      section.error-404 .page-content p {
        font-size: 2.66667rem;
        line-height: 1.25;
        z-index: 2;
        position: relative;
        display: table-cell;
        vertical-align: middle; } }
    section.error-404 .page-content p:before {
      content: "404";
      font-size: 4.16667rem;
      line-height: 4.16667rem;
      display: block;
      margin-bottom: 10px; }
      @media only screen and (min-width: 64em) {
        section.error-404 .page-content p:before {
          display: none; } }
  section.error-404 form {
    position: relative;
    margin-top: 1.66667rem;
    z-index: 2; }
    @media only screen and (min-width: 64em) {
      section.error-404 form {
        margin-top: 3.88889rem; } }
    section.error-404 form input:not([type="submit"]) {
      border-top: none;
      border-left: none;
      border-right: none;
      border-width: 2px;
      font-size: 1rem;
      border-bottom: none;
      padding-right: 40px; }
    section.error-404 form input[type="submit"] {
      position: absolute;
      top: 0;
      right: 0px;
      width: 40px;
      height: 40px;
      background: none;
      opacity: 0;
      z-index: 999;
      padding: 0;
      margin: 0; }
    section.error-404 form label {
      font-weight: bold;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      font-size: 1rem; }
      section.error-404 form label .screen-reader-text {
        display: none; }
    section.error-404 form:after {
      position: absolute;
      font-family: FontAwesome;
      font-size: 0.88889rem;
      top: 0;
      right: 16px;
      height: 40px;
      width: 20px;
      content: "\f002";
      color: #737373;
      text-align: right;
      line-height: 2.22222rem; }

body.search-no-results .page-content {
  min-height: calc(100vh - 200px);
  padding: 80px 0 0; }
  body.search-no-results .page-content .search-no-results {
    width: 100%;
    max-width: 868px;
    margin: 0px auto;
    padding: 0 30px; }
    @media only screen and (min-width: 64em) {
      body.search-no-results .page-content .search-no-results {
        padding: 0;
        margin: 0 auto;
        height: 428px; } }
    @media only screen and (min-width: 64em) {
      body.search-no-results .page-content .search-no-results .sorry-no-results {
        height: 100%;
        display: table;
        position: relative; } }
    body.search-no-results .page-content .search-no-results .sorry-no-results:before {
      content: "\f002";
      font-family: FontAwesome;
      font-size: 100px;
      font-weight: bold;
      line-height: 100px;
      margin-bottom: 30px;
      width: 100%;
      text-align: center;
      display: block; }
      @media only screen and (min-width: 64em) {
        body.search-no-results .page-content .search-no-results .sorry-no-results:before {
          content: "";
          text-align: center;
          width: 100%;
          height: 428px;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          text-align: center;
          z-index: 1;
          background: url(../images/big-search.png) center center no-repeat; } }
    body.search-no-results .page-content .search-no-results .sorry-no-results p {
      font-size: 1.33333rem;
      line-height: 1.66667rem;
      font-weight: bold;
      text-align: center; }
      @media only screen and (min-width: 64em) {
        body.search-no-results .page-content .search-no-results .sorry-no-results p {
          font-size: 2.66667rem;
          position: relative;
          line-height: 1.25;
          display: table-cell;
          vertical-align: middle;
          z-index: 2; } }
    body.search-no-results .page-content .search-no-results form {
      position: relative;
      margin-top: 1.66667rem;
      z-index: 2; }
      @media only screen and (min-width: 64em) {
        body.search-no-results .page-content .search-no-results form {
          margin-top: 5.55556rem; } }
      body.search-no-results .page-content .search-no-results form input:not([type="submit"]) {
        border-top: none;
        border-left: none;
        border-right: none;
        border-width: 2px;
        font-size: 1rem;
        border-bottom: none;
        padding-right: 40px; }
      body.search-no-results .page-content .search-no-results form input[type="submit"] {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        background: none;
        opacity: 0;
        z-index: 999;
        padding: 0;
        margin: 0; }
      body.search-no-results .page-content .search-no-results form label {
        font-weight: bold;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        body.search-no-results .page-content .search-no-results form label .screen-reader-text {
          display: none; }
      body.search-no-results .page-content .search-no-results form:after {
        position: absolute;
        font-family: FontAwesome;
        font-size: 0.88889rem;
        top: 0;
        right: 16px;
        height: 40px;
        width: 20px;
        content: "\f002";
        text-align: right;
        line-height: 2.22222rem; }

body.blog:not(.woocommerce) .blog_layout_default #secondary, body.archive:not(.woocommerce) .blog_layout_default #secondary {
  min-height: 50vh;
  display: none;
  margin-bottom: 70px; }
  @media only screen and (min-width: 64em) {
    body.blog:not(.woocommerce) .blog_layout_default #secondary, body.archive:not(.woocommerce) .blog_layout_default #secondary {
      display: inherit; } }

body.blog:not(.woocommerce) .blog_layout_default .blog-header-wrapper, body.archive:not(.woocommerce) .blog_layout_default .blog-header-wrapper {
  position: relative; }
  @media only screen and (min-width: 64em) {
    body.blog:not(.woocommerce) .blog_layout_default .blog-header-wrapper, body.archive:not(.woocommerce) .blog_layout_default .blog-header-wrapper {
      margin: 7.22222rem 0 0 0; } }
  body.blog:not(.woocommerce) .blog_layout_default .blog-header-wrapper .mobile-sidebar-link, body.archive:not(.woocommerce) .blog_layout_default .blog-header-wrapper .mobile-sidebar-link {
    color: #fff;
    position: absolute;
    left: 15px;
    top: 0;
    width: 55px;
    height: 55px;
    z-index: 1; }
  body.blog:not(.woocommerce) .blog_layout_default .blog-header-wrapper .mobile-category-link, body.archive:not(.woocommerce) .blog_layout_default .blog-header-wrapper .mobile-category-link {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 0;
    width: 55px;
    height: 55px;
    z-index: 1; }
  @media only screen and (min-width: 64em) {
    body.blog:not(.woocommerce) .blog_layout_default .blog-header-wrapper .mobile-sidebar-link, body.archive:not(.woocommerce) .blog_layout_default .blog-header-wrapper .mobile-sidebar-link {
      display: none; }
    body.blog:not(.woocommerce) .blog_layout_default .blog-header-wrapper .mobile-category-link, body.archive:not(.woocommerce) .blog_layout_default .blog-header-wrapper .mobile-category-link {
      display: none; } }

body.blog:not(.woocommerce) .blog_layout_default h1.blog-header, body.archive:not(.woocommerce) .blog_layout_default h1.blog-header {
  font-size: 1rem;
  line-height: 3.05556rem;
  margin: 0;
  text-align: center;
  position: relative;
  margin-bottom: 0;
  min-height: 55px; }
  @media only screen and (min-width: 64em) {
    body.blog:not(.woocommerce) .blog_layout_default h1.blog-header, body.archive:not(.woocommerce) .blog_layout_default h1.blog-header {
      font-size: 4.16667rem;
      line-height: 4.16667rem;
      background: none; } }

body.blog:not(.woocommerce) .blog_layout_default .blog-category-description, body.archive:not(.woocommerce) .blog_layout_default .blog-category-description {
  text-align: center;
  padding: 0 45px;
  margin: 20px auto 0; }
  body.blog:not(.woocommerce) .blog_layout_default .blog-category-description p, body.archive:not(.woocommerce) .blog_layout_default .blog-category-description p {
    margin: 0; }

body.blog:not(.woocommerce) .blog_layout_default ul.blog_posts#masonry_grid, body.archive:not(.woocommerce) .blog_layout_default ul.blog_posts#masonry_grid {
  margin: 40px 45px 0 45px; }
  @media only screen and (min-width: 40em) {
    body.blog:not(.woocommerce) .blog_layout_default ul.blog_posts#masonry_grid, body.archive:not(.woocommerce) .blog_layout_default ul.blog_posts#masonry_grid {
      margin: 40px calc(5% - 15px) 0 calc(5% - 15px); } }
  @media only screen and (min-width: 64em) {
    body.blog:not(.woocommerce) .blog_layout_default ul.blog_posts#masonry_grid, body.archive:not(.woocommerce) .blog_layout_default ul.blog_posts#masonry_grid {
      margin: 0 -37px; } }
  body.blog:not(.woocommerce) .blog_layout_default ul.blog_posts#masonry_grid .size-1of2, body.archive:not(.woocommerce) .blog_layout_default ul.blog_posts#masonry_grid .size-1of2 {
    width: 100%; }
    @media only screen and (min-width: 40em) {
      body.blog:not(.woocommerce) .blog_layout_default ul.blog_posts#masonry_grid .size-1of2, body.archive:not(.woocommerce) .blog_layout_default ul.blog_posts#masonry_grid .size-1of2 {
        width: 50%; } }

body.blog:not(.woocommerce) .blog_layout_default ul.blog_posts li, body.archive:not(.woocommerce) .blog_layout_default ul.blog_posts li {
  padding: 0;
  margin-bottom: 35px;
  overflow: hidden;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s; }
  @media only screen and (min-width: 40em) {
    body.blog:not(.woocommerce) .blog_layout_default ul.blog_posts li, body.archive:not(.woocommerce) .blog_layout_default ul.blog_posts li {
      padding: 0 15px;
      margin-bottom: 60px; } }
  @media only screen and (min-width: 64em) {
    body.blog:not(.woocommerce) .blog_layout_default ul.blog_posts li, body.archive:not(.woocommerce) .blog_layout_default ul.blog_posts li {
      padding: 0 37px;
      margin-bottom: 60px; } }
  body.blog:not(.woocommerce) .blog_layout_default ul.blog_posts li header, body.archive:not(.woocommerce) .blog_layout_default ul.blog_posts li header {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%; }
    body.blog:not(.woocommerce) .blog_layout_default ul.blog_posts li header .image-wrapper, body.archive:not(.woocommerce) .blog_layout_default ul.blog_posts li header .image-wrapper {
      overflow: hidden;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
    body.blog:not(.woocommerce) .blog_layout_default ul.blog_posts li header .entry-link, body.archive:not(.woocommerce) .blog_layout_default ul.blog_posts li header .entry-link {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  body.blog:not(.woocommerce) .blog_layout_default ul.blog_posts li:hover .image-wrapper, body.archive:not(.woocommerce) .blog_layout_default ul.blog_posts li:hover .image-wrapper {
    -webkit-filter: saturate(2);
    filter: saturate(2); }
  body.blog:not(.woocommerce) .blog_layout_default ul.blog_posts li .page-links, body.archive:not(.woocommerce) .blog_layout_default ul.blog_posts li .page-links {
    display: none; }

body.blog:not(.woocommerce) .blog_layout_default ul.list_categories, body.archive:not(.woocommerce) .blog_layout_default ul.list_categories {
  list-style: none;
  margin: 0 auto;
  text-align: center;
  padding: 1.38889rem 0 7.22222rem;
  display: none; }
  @media only screen and (min-width: 64em) {
    body.blog:not(.woocommerce) .blog_layout_default ul.list_categories, body.archive:not(.woocommerce) .blog_layout_default ul.list_categories {
      display: block; } }
  body.blog:not(.woocommerce) .blog_layout_default ul.list_categories li, body.archive:not(.woocommerce) .blog_layout_default ul.list_categories li {
    display: inline;
    margin: 0 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold; }
    body.blog:not(.woocommerce) .blog_layout_default ul.list_categories li a:hover, body.archive:not(.woocommerce) .blog_layout_default ul.list_categories li a:hover {
      font-weight: bold; }
    body.blog:not(.woocommerce) .blog_layout_default ul.list_categories li.current-cat, body.archive:not(.woocommerce) .blog_layout_default ul.list_categories li.current-cat {
      font-weight: bold; }
      body.blog:not(.woocommerce) .blog_layout_default ul.list_categories li.current-cat a, body.archive:not(.woocommerce) .blog_layout_default ul.list_categories li.current-cat a {
        font-weight: bold; }

body.blog:not(.woocommerce) .blog_layout_default ul.mobile-categories, body.archive:not(.woocommerce) .blog_layout_default ul.mobile-categories {
  position: absolute;
  left: 6%;
  top: 100%;
  width: 88%;
  height: auto;
  margin-top: -10px;
  z-index: 999;
  list-style: none;
  background: #FFF;
  margin-left: 0;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 0.3125em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.3125em rgba(0, 0, 0, 0.2);
  display: none; }
  @media only screen and (min-width: 40em) {
    body.blog:not(.woocommerce) .blog_layout_default ul.mobile-categories, body.archive:not(.woocommerce) .blog_layout_default ul.mobile-categories {
      display: none; } }
  body.blog:not(.woocommerce) .blog_layout_default ul.mobile-categories li, body.archive:not(.woocommerce) .blog_layout_default ul.mobile-categories li {
    text-align: center; }
    body.blog:not(.woocommerce) .blog_layout_default ul.mobile-categories li.current-cat, body.archive:not(.woocommerce) .blog_layout_default ul.mobile-categories li.current-cat {
      background: #e5e5e5; }
    body.blog:not(.woocommerce) .blog_layout_default ul.mobile-categories li a, body.archive:not(.woocommerce) .blog_layout_default ul.mobile-categories li a {
      text-transform: uppercase;
      font-size: 0.66667rem;
      line-height: 2.22222rem; }

body.blog:not(.woocommerce) .blog_layout_default .entry-title, body.archive:not(.woocommerce) .blog_layout_default .entry-title {
  text-align: center;
  line-height: 1.44444rem;
  word-wrap: break-word;
  padding: 20px 0 15px 0;
  margin-bottom: 0; }
  @media only screen and (min-width: 40em) {
    body.blog:not(.woocommerce) .blog_layout_default .entry-title, body.archive:not(.woocommerce) .blog_layout_default .entry-title {
      line-height: 2.22222rem;
      padding: 30px 0 10px 0;
      margin: 0; } }
  body.blog:not(.woocommerce) .blog_layout_default .entry-title a, body.archive:not(.woocommerce) .blog_layout_default .entry-title a {
    font-size: 1.11111rem;
    line-height: 1.44444rem;
    position: relative;
    z-index: 9; }
    body.blog:not(.woocommerce) .blog_layout_default .entry-title a:hover, body.archive:not(.woocommerce) .blog_layout_default .entry-title a:hover {
      opacity: .5; }
    @media only screen and (min-width: 40em) {
      body.blog:not(.woocommerce) .blog_layout_default .entry-title a, body.archive:not(.woocommerce) .blog_layout_default .entry-title a {
        font-size: 1.66667rem;
        line-height: 2.22222rem; } }

body.blog:not(.woocommerce) .blog_layout_default .entry-meta, body.archive:not(.woocommerce) .blog_layout_default .entry-meta {
  font-size: 0.66667rem;
  text-align: center; }
  @media only screen and (min-width: 40em) {
    body.blog:not(.woocommerce) .blog_layout_default .entry-meta, body.archive:not(.woocommerce) .blog_layout_default .entry-meta {
      font-size: 0.77778rem; } }

body.blog:not(.woocommerce) .blog_layout_default .getbowtied_blog_ajax_load_button, body.archive:not(.woocommerce) .blog_layout_default .getbowtied_blog_ajax_load_button {
  clear: both;
  display: block;
  padding: 5.55556rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 1rem; }
  body.blog:not(.woocommerce) .blog_layout_default .getbowtied_blog_ajax_load_button a, body.archive:not(.woocommerce) .blog_layout_default .getbowtied_blog_ajax_load_button a {
    display: block; }
  body.blog:not(.woocommerce) .blog_layout_default .getbowtied_blog_ajax_load_button.finished a, body.archive:not(.woocommerce) .blog_layout_default .getbowtied_blog_ajax_load_button.finished a {
    cursor: default; }

body.blog:not(.woocommerce) .blog_layout_default .getbowtied_blog_ajax_load_more_loader, body.archive:not(.woocommerce) .blog_layout_default .getbowtied_blog_ajax_load_more_loader {
  clear: both;
  display: block;
  padding: 5.55556rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 1rem; }

body.blog:not(.woocommerce) .blog_layout_default .posts-navigation, body.archive:not(.woocommerce) .blog_layout_default .posts-navigation {
  display: block;
  clear: both; }
  body.blog:not(.woocommerce) .blog_layout_default .posts-navigation .nav-links, body.archive:not(.woocommerce) .blog_layout_default .posts-navigation .nav-links {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top-width: 1px;
    border-top-style: solid; }
    body.blog:not(.woocommerce) .blog_layout_default .posts-navigation .nav-links .page-numbers, body.archive:not(.woocommerce) .blog_layout_default .posts-navigation .nav-links .page-numbers {
      float: left;
      display: block;
      padding: 0.72222rem 1.33333rem;
      border-right-width: 1px;
      border-right-style: solid;
      font-weight: bold;
      font-size: 0.66667rem;
      line-height: 1.38889rem; }
    body.blog:not(.woocommerce) .blog_layout_default .posts-navigation .nav-links .prev,
    body.blog:not(.woocommerce) .blog_layout_default .posts-navigation .nav-links .next, body.archive:not(.woocommerce) .blog_layout_default .posts-navigation .nav-links .prev,
    body.archive:not(.woocommerce) .blog_layout_default .posts-navigation .nav-links .next {
      font-size: 0.88889rem;
      line-height: 1.38889rem; }
    body.blog:not(.woocommerce) .blog_layout_default .posts-navigation .nav-links .next:after, body.archive:not(.woocommerce) .blog_layout_default .posts-navigation .nav-links .next:after {
      content: "\f105";
      font-family: FontAwesome; }
    body.blog:not(.woocommerce) .blog_layout_default .posts-navigation .nav-links .prev:after, body.archive:not(.woocommerce) .blog_layout_default .posts-navigation .nav-links .prev:after {
      content: "\f104";
      font-family: FontAwesome; }
    body.blog:not(.woocommerce) .blog_layout_default .posts-navigation .nav-links:after, body.archive:not(.woocommerce) .blog_layout_default .posts-navigation .nav-links:after {
      content: "";
      display: block;
      clear: both; }

body.blog:not(.woocommerce) .blog_layout_default .sticky-post, body.archive:not(.woocommerce) .blog_layout_default .sticky-post {
  height: 40vh;
  width: 100%;
  overflow: hidden;
  background-color: #23282d;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: table;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  margin-bottom: 4.44444rem;
  position: relative; }
  @media only screen and (min-width: 64em) {
    body.blog:not(.woocommerce) .blog_layout_default .sticky-post, body.archive:not(.woocommerce) .blog_layout_default .sticky-post {
      height: 75vh;
      width: 100%;
      margin-left: 0; } }
  body.blog:not(.woocommerce) .blog_layout_default .sticky-post:hover, body.archive:not(.woocommerce) .blog_layout_default .sticky-post:hover {
    -webkit-filter: saturate(2);
    filter: saturate(2); }
  body.blog:not(.woocommerce) .blog_layout_default .sticky-post .sticky-title, body.archive:not(.woocommerce) .blog_layout_default .sticky-post .sticky-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 1.66667rem; }
    @media only screen and (min-width: 64em) {
      body.blog:not(.woocommerce) .blog_layout_default .sticky-post .sticky-title, body.archive:not(.woocommerce) .blog_layout_default .sticky-post .sticky-title {
        max-width: 565px;
        text-align: inherit;
        padding: inherit; } }
    body.blog:not(.woocommerce) .blog_layout_default .sticky-post .sticky-title .title, body.archive:not(.woocommerce) .blog_layout_default .sticky-post .sticky-title .title {
      max-width: 100%;
      display: block;
      margin: 0 auto;
      font-weight: bold;
      padding-top: 20px;
      font-size: 1.11111rem;
      line-height: 1.44444rem;
      -webkit-transition: all ease .5s;
      -o-transition: all ease .5s;
      transition: all ease .5s;
      position: relative;
      z-index: 9; }
      @media only screen and (min-width: 40em) {
        body.blog:not(.woocommerce) .blog_layout_default .sticky-post .sticky-title .title, body.archive:not(.woocommerce) .blog_layout_default .sticky-post .sticky-title .title {
          padding: 4.16667rem 4.16667rem 0.27778rem;
          font-size: 1.66667rem;
          line-height: 2.22222rem; } }
    body.blog:not(.woocommerce) .blog_layout_default .sticky-post .sticky-title .date, body.archive:not(.woocommerce) .blog_layout_default .sticky-post .sticky-title .date {
      font-size: 0.66667rem;
      margin-top: 15px; }
      @media only screen and (min-width: 64em) {
        body.blog:not(.woocommerce) .blog_layout_default .sticky-post .sticky-title .date, body.archive:not(.woocommerce) .blog_layout_default .sticky-post .sticky-title .date {
          font-size: 0.77778rem;
          padding: 0 4.16667rem 0.27778rem; } }
  body.blog:not(.woocommerce) .blog_layout_default .sticky-post .the_link, body.archive:not(.woocommerce) .blog_layout_default .sticky-post .the_link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce) .blog_layout_1 .blog-header-wrapper, body.archive:not(.woocommerce) .blog_layout_1 .blog-header-wrapper {
    margin: 8.88889rem 0 0 0; } }

body.blog:not(.woocommerce) .blog_layout_1 .blog-header-wrapper h1.blog-header, body.archive:not(.woocommerce) .blog_layout_1 .blog-header-wrapper h1.blog-header {
  font-size: 1rem;
  line-height: 3.05556rem;
  margin: 0;
  text-align: center;
  position: relative;
  margin-bottom: 0;
  min-height: 55px; }
  @media only screen and (min-width: 64em) {
    body.blog:not(.woocommerce) .blog_layout_1 .blog-header-wrapper h1.blog-header, body.archive:not(.woocommerce) .blog_layout_1 .blog-header-wrapper h1.blog-header {
      font-size: 4.16667rem;
      line-height: 4.16667rem;
      background: none; } }

body.blog:not(.woocommerce) .blog_layout_1 .blog-header-wrapper .list_categories, body.archive:not(.woocommerce) .blog_layout_1 .blog-header-wrapper .list_categories {
  list-style: none;
  margin: 0 auto;
  text-align: center;
  padding: 1.38889rem 0 0;
  display: none; }
  @media only screen and (min-width: 64em) {
    body.blog:not(.woocommerce) .blog_layout_1 .blog-header-wrapper .list_categories, body.archive:not(.woocommerce) .blog_layout_1 .blog-header-wrapper .list_categories {
      display: block; } }
  body.blog:not(.woocommerce) .blog_layout_1 .blog-header-wrapper .list_categories li, body.archive:not(.woocommerce) .blog_layout_1 .blog-header-wrapper .list_categories li {
    display: inline;
    margin: 0 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold; }
    body.blog:not(.woocommerce) .blog_layout_1 .blog-header-wrapper .list_categories li a:hover, body.archive:not(.woocommerce) .blog_layout_1 .blog-header-wrapper .list_categories li a:hover {
      font-weight: bold; }
    body.blog:not(.woocommerce) .blog_layout_1 .blog-header-wrapper .list_categories li.current-cat, body.archive:not(.woocommerce) .blog_layout_1 .blog-header-wrapper .list_categories li.current-cat {
      font-weight: bold; }
      body.blog:not(.woocommerce) .blog_layout_1 .blog-header-wrapper .list_categories li.current-cat a, body.archive:not(.woocommerce) .blog_layout_1 .blog-header-wrapper .list_categories li.current-cat a {
        font-weight: bold; }

body.blog:not(.woocommerce) .blog_layout_1 .blog-category-description, body.archive:not(.woocommerce) .blog_layout_1 .blog-category-description {
  text-align: center;
  padding: 0 45px;
  margin: 20px auto 0; }
  body.blog:not(.woocommerce) .blog_layout_1 .blog-category-description p, body.archive:not(.woocommerce) .blog_layout_1 .blog-category-description p {
    margin: 0; }

body.blog:not(.woocommerce) .blog_layout_1 .blog_posts, body.archive:not(.woocommerce) .blog_layout_1 .blog_posts {
  max-width: 1685px;
  margin: 0 auto 0;
  list-style-type: none;
  position: relative;
  z-index: 20; }
  @media only screen and (min-width: 64em) {
    body.blog:not(.woocommerce) .blog_layout_1 .blog_posts, body.archive:not(.woocommerce) .blog_layout_1 .blog_posts {
      margin-top: 7.22222rem; } }
  body.blog:not(.woocommerce) .blog_layout_1 .blog_posts:after, body.archive:not(.woocommerce) .blog_layout_1 .blog_posts:after {
    content: "";
    display: block;
    clear: both; }
  body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post, body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post {
    width: 100%;
    float: left;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post article, body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post article {
      position: relative; }
      body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post article.sticky .bg-image-wrapper::before, body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post article.sticky .bg-image-wrapper::before {
        width: 38px;
        height: 38px;
        position: absolute;
        background: #000;
        top: 25px;
        left: 25px;
        font-size: 16px;
        color: #FFF;
        content: "\f005";
        z-index: 9;
        font-family: 'FontAwesome';
        border-radius: 50%;
        padding: 6px 11px; }
    @media only screen and (min-width: 64em) {
      body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post, body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post {
        width: calc(33.233% - 70px);
        margin: 0 1.94444rem 5.55556rem; } }
    body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:after, body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:after {
      content: "";
      display: block;
      clear: both; }
    body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post .entry-link, body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post .entry-link {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 5; }
    body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post .post_content_wrapper, body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post .post_content_wrapper {
      position: relative;
      z-index: 10;
      padding: 0 1.66667rem 2.77778rem; }
      @media only screen and (min-width: 64em) {
        body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post .post_content_wrapper, body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post .post_content_wrapper {
          padding: inherit; } }
      body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post .post_content_wrapper .post_content, body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post .post_content_wrapper .post_content {
        padding-top: 2.5rem; }
    body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:hover .bg-image, body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:hover .bg-image {
      -webkit-filter: saturate(2);
      filter: saturate(2); }
    body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(8n+5), body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(8n+2), body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(8n+5), body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(8n+2) {
      width: 100%; }
      @media only screen and (min-width: 64em) {
        body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(8n+5), body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(8n+2), body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(8n+5), body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(8n+2) {
          width: calc(66.767% - 70px); }
          body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(8n+5) .bg-image-wrapper, body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(8n+2) .bg-image-wrapper, body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(8n+5) .bg-image-wrapper, body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(8n+2) .bg-image-wrapper {
            height: 620px; } }
      @media only screen and (min-width: 64em) {
        body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(8n+5):nth-child(even) .post_content_wrapper, body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(8n+2):nth-child(even) .post_content_wrapper, body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(8n+5):nth-child(even) .post_content_wrapper, body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(8n+2):nth-child(even) .post_content_wrapper {
          margin-top: -100px;
          margin-left: 205px;
          padding-left: 75px; } }
      @media only screen and (min-width: 64em) {
        body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(8n+5):nth-child(even) .post_content_wrapper .post_content, body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(8n+2):nth-child(even) .post_content_wrapper .post_content, body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(8n+5):nth-child(even) .post_content_wrapper .post_content, body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(8n+2):nth-child(even) .post_content_wrapper .post_content {
          max-width: 490px; } }
      @media only screen and (min-width: 64em) {
        body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(8n+5):nth-child(odd) .post_content_wrapper, body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(8n+2):nth-child(odd) .post_content_wrapper, body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(8n+5):nth-child(odd) .post_content_wrapper, body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(8n+2):nth-child(odd) .post_content_wrapper {
          margin-top: -100px;
          margin-right: 205px; } }
      @media only screen and (min-width: 64em) {
        body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(8n+5):nth-child(odd) .post_content_wrapper .post_content, body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(8n+2):nth-child(odd) .post_content_wrapper .post_content, body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(8n+5):nth-child(odd) .post_content_wrapper .post_content, body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(8n+2):nth-child(odd) .post_content_wrapper .post_content {
          max-width: 490px; } }
    body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(4n+4), body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(4n+3), body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(4n+4), body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(4n+3) {
      width: 100%; }
      @media only screen and (min-width: 64em) {
        body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(4n+4), body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(4n+3), body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(4n+4), body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(4n+3) {
          width: calc(50% - 70px); }
          body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(4n+4) .bg-image-wrapper, body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(4n+3) .bg-image-wrapper, body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(4n+4) .bg-image-wrapper, body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(4n+3) .bg-image-wrapper {
            height: 460px; } }
      @media only screen and (min-width: 64em) {
        body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(4n+4) .post_content_wrapper, body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(4n+3) .post_content_wrapper, body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(4n+4) .post_content_wrapper, body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:nth-child(4n+3) .post_content_wrapper {
          margin-top: -100px;
          max-width: 490px;
          padding-right: 1.66667rem; } }

body.blog:not(.woocommerce) .blog_layout_1 .bg-image-wrapper, body.archive:not(.woocommerce) .blog_layout_1 .bg-image-wrapper {
  height: 305px;
  width: 100%;
  height: 305px;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  body.blog:not(.woocommerce) .blog_layout_1 .bg-image-wrapper .bg-image, body.archive:not(.woocommerce) .blog_layout_1 .bg-image-wrapper .bg-image {
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    body.blog:not(.woocommerce) .blog_layout_1 .bg-image-wrapper .bg-image:before, body.archive:not(.woocommerce) .blog_layout_1 .bg-image-wrapper .bg-image:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      z-index: 3;
      background: transparent; }

body.blog:not(.woocommerce) .blog_layout_1 .post-categories, body.archive:not(.woocommerce) .blog_layout_1 .post-categories {
  list-style-type: none;
  margin: 0;
  padding-bottom: 1.11111rem; }
  body.blog:not(.woocommerce) .blog_layout_1 .post-categories li, body.archive:not(.woocommerce) .blog_layout_1 .post-categories li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'embed-poppins', sans-serif;
    font-weight: bold;
    padding-right: 7px; }
    body.blog:not(.woocommerce) .blog_layout_1 .post-categories li a:hover, body.archive:not(.woocommerce) .blog_layout_1 .post-categories li a:hover {
      opacity: .5; }

body.blog:not(.woocommerce) .blog_layout_1 .entry-title, body.archive:not(.woocommerce) .blog_layout_1 .entry-title {
  margin-bottom: 1.38889rem; }

body.blog:not(.woocommerce) .blog_layout_1 .read_more, body.archive:not(.woocommerce) .blog_layout_1 .read_more {
  font-family: 'embed-poppins', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .01em;
  font-weight: bold;
  display: inline-block;
  position: relative;
  z-index: 10;
  line-height: 15px; }
  body.blog:not(.woocommerce) .blog_layout_1 .read_more:after, body.archive:not(.woocommerce) .blog_layout_1 .read_more:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #5F5F5F;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 2px; }
  body.blog:not(.woocommerce) .blog_layout_1 .read_more:hover:after, body.archive:not(.woocommerce) .blog_layout_1 .read_more:hover:after {
    width: 0; }

body.blog:not(.woocommerce) .blog_layout_1 .getbowtied_blog_ajax_load_button, body.archive:not(.woocommerce) .blog_layout_1 .getbowtied_blog_ajax_load_button {
  clear: both;
  display: block;
  padding: 5.55556rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 1rem; }
  body.blog:not(.woocommerce) .blog_layout_1 .getbowtied_blog_ajax_load_button a, body.archive:not(.woocommerce) .blog_layout_1 .getbowtied_blog_ajax_load_button a {
    display: block; }
  body.blog:not(.woocommerce) .blog_layout_1 .getbowtied_blog_ajax_load_button.finished a, body.archive:not(.woocommerce) .blog_layout_1 .getbowtied_blog_ajax_load_button.finished a {
    cursor: default; }

body.blog:not(.woocommerce) .blog_layout_1 .getbowtied_blog_ajax_load_more_loader, body.archive:not(.woocommerce) .blog_layout_1 .getbowtied_blog_ajax_load_more_loader {
  clear: both;
  display: block;
  padding: 5.55556rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 1rem; }

body.blog:not(.woocommerce) .blog_layout_1 .posts-navigation, body.archive:not(.woocommerce) .blog_layout_1 .posts-navigation {
  display: block;
  clear: both; }
  body.blog:not(.woocommerce) .blog_layout_1 .posts-navigation .nav-links, body.archive:not(.woocommerce) .blog_layout_1 .posts-navigation .nav-links {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top-width: 1px;
    border-top-style: solid; }
    body.blog:not(.woocommerce) .blog_layout_1 .posts-navigation .nav-links .page-numbers, body.archive:not(.woocommerce) .blog_layout_1 .posts-navigation .nav-links .page-numbers {
      float: left;
      display: block;
      padding: 0.72222rem 1.33333rem;
      border-right-width: 1px;
      border-right-style: solid;
      font-weight: bold;
      font-size: 0.66667rem;
      line-height: 1.38889rem; }
    body.blog:not(.woocommerce) .blog_layout_1 .posts-navigation .nav-links .prev,
    body.blog:not(.woocommerce) .blog_layout_1 .posts-navigation .nav-links .next, body.archive:not(.woocommerce) .blog_layout_1 .posts-navigation .nav-links .prev,
    body.archive:not(.woocommerce) .blog_layout_1 .posts-navigation .nav-links .next {
      font-size: 0.88889rem;
      line-height: 1.38889rem; }
    body.blog:not(.woocommerce) .blog_layout_1 .posts-navigation .nav-links .next:after, body.archive:not(.woocommerce) .blog_layout_1 .posts-navigation .nav-links .next:after {
      content: "\f105";
      font-family: FontAwesome; }
    body.blog:not(.woocommerce) .blog_layout_1 .posts-navigation .nav-links .prev:after, body.archive:not(.woocommerce) .blog_layout_1 .posts-navigation .nav-links .prev:after {
      content: "\f104";
      font-family: FontAwesome; }
    body.blog:not(.woocommerce) .blog_layout_1 .posts-navigation .nav-links:after, body.archive:not(.woocommerce) .blog_layout_1 .posts-navigation .nav-links:after {
      content: "";
      display: block;
      clear: both; }

@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce) .blog_layout_2 .blog-header-wrapper, body.archive:not(.woocommerce) .blog_layout_2 .blog-header-wrapper {
    margin: 8.88889rem 0 0 0; } }

body.blog:not(.woocommerce) .blog_layout_2 .blog-header-wrapper h1.blog-header, body.archive:not(.woocommerce) .blog_layout_2 .blog-header-wrapper h1.blog-header {
  font-size: 1rem;
  line-height: 3.05556rem;
  margin: 0;
  text-align: center;
  position: relative;
  margin-bottom: 0;
  min-height: 55px; }
  @media only screen and (min-width: 64em) {
    body.blog:not(.woocommerce) .blog_layout_2 .blog-header-wrapper h1.blog-header, body.archive:not(.woocommerce) .blog_layout_2 .blog-header-wrapper h1.blog-header {
      font-size: 4.16667rem;
      line-height: 4.16667rem;
      background: none; } }

body.blog:not(.woocommerce) .blog_layout_2 .blog-header-wrapper .list_categories, body.archive:not(.woocommerce) .blog_layout_2 .blog-header-wrapper .list_categories {
  list-style: none;
  margin: 0 auto;
  text-align: center;
  padding: 1.38889rem 0 0;
  display: none; }
  @media only screen and (min-width: 64em) {
    body.blog:not(.woocommerce) .blog_layout_2 .blog-header-wrapper .list_categories, body.archive:not(.woocommerce) .blog_layout_2 .blog-header-wrapper .list_categories {
      display: block; } }
  body.blog:not(.woocommerce) .blog_layout_2 .blog-header-wrapper .list_categories li, body.archive:not(.woocommerce) .blog_layout_2 .blog-header-wrapper .list_categories li {
    display: inline;
    margin: 0 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold; }
    body.blog:not(.woocommerce) .blog_layout_2 .blog-header-wrapper .list_categories li a:hover, body.archive:not(.woocommerce) .blog_layout_2 .blog-header-wrapper .list_categories li a:hover {
      font-weight: bold; }
    body.blog:not(.woocommerce) .blog_layout_2 .blog-header-wrapper .list_categories li.current-cat, body.archive:not(.woocommerce) .blog_layout_2 .blog-header-wrapper .list_categories li.current-cat {
      font-weight: bold; }
      body.blog:not(.woocommerce) .blog_layout_2 .blog-header-wrapper .list_categories li.current-cat a, body.archive:not(.woocommerce) .blog_layout_2 .blog-header-wrapper .list_categories li.current-cat a {
        font-weight: bold; }

body.blog:not(.woocommerce) .blog_layout_2 .blog-category-description, body.archive:not(.woocommerce) .blog_layout_2 .blog-category-description {
  text-align: center;
  padding: 0 45px;
  margin: 20px auto 0; }
  body.blog:not(.woocommerce) .blog_layout_2 .blog-category-description p, body.archive:not(.woocommerce) .blog_layout_2 .blog-category-description p {
    margin: 0; }

body.blog:not(.woocommerce) .blog_layout_2 .blog_posts, body.archive:not(.woocommerce) .blog_layout_2 .blog_posts {
  max-width: 1685px;
  margin: 0 auto;
  list-style-type: none; }
  @media only screen and (min-width: 64em) {
    body.blog:not(.woocommerce) .blog_layout_2 .blog_posts, body.archive:not(.woocommerce) .blog_layout_2 .blog_posts {
      margin-top: 7.22222rem; } }
  body.blog:not(.woocommerce) .blog_layout_2 .blog_posts:after, body.archive:not(.woocommerce) .blog_layout_2 .blog_posts:after {
    content: "";
    display: block;
    clear: both; }
  body.blog:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post, body.archive:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post {
    width: 100%;
    float: left; }
    body.blog:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post article, body.archive:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post article {
      position: relative;
      z-index: 10; }
      body.blog:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post article.sticky .bg-image-wrapper::before, body.archive:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post article.sticky .bg-image-wrapper::before {
        width: 38px;
        height: 38px;
        position: absolute;
        background: #000;
        top: 25px;
        left: 25px;
        font-size: 16px;
        color: #FFF;
        content: "\f005";
        z-index: 9;
        font-family: 'FontAwesome';
        border-radius: 50%;
        padding: 6px 11px; }
    body.blog:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post .bg-image-wrapper, body.archive:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post .bg-image-wrapper {
      height: 305px; }
    @media only screen and (min-width: 64em) {
      body.blog:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post, body.archive:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post {
        width: calc(33.233% - 70px);
        margin: 0 1.94444rem 5.55556rem; } }
    body.blog:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:after, body.archive:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:after {
      content: "";
      display: block;
      clear: both; }
    body.blog:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post .entry-link, body.archive:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post .entry-link {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 5; }
    body.blog:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post .post_content_wrapper, body.archive:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post .post_content_wrapper {
      position: relative;
      z-index: 10;
      padding: 0 1.66667rem 2.77778rem; }
      @media only screen and (min-width: 64em) {
        body.blog:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post .post_content_wrapper, body.archive:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post .post_content_wrapper {
          max-width: 27.22222rem;
          padding: inherit; } }
      body.blog:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post .post_content_wrapper .post_content, body.archive:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post .post_content_wrapper .post_content {
        padding-top: 2.5rem; }
    body.blog:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:hover .bg-image, body.archive:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:hover .bg-image {
      -webkit-filter: saturate(2);
      filter: saturate(2); }
    body.blog:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:nth-child(8n+5), body.blog:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:nth-child(8n+2), body.archive:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:nth-child(8n+5), body.archive:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:nth-child(8n+2) {
      width: 100%; }
      @media only screen and (min-width: 64em) {
        body.blog:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:nth-child(8n+5), body.blog:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:nth-child(8n+2), body.archive:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:nth-child(8n+5), body.archive:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:nth-child(8n+2) {
          width: calc(66.767% - 70px); }
          body.blog:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:nth-child(8n+5) .bg-image-wrapper, body.blog:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:nth-child(8n+2) .bg-image-wrapper, body.archive:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:nth-child(8n+5) .bg-image-wrapper, body.archive:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:nth-child(8n+2) .bg-image-wrapper {
            height: 620px; } }
    body.blog:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:nth-child(4n+4), body.blog:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:nth-child(4n+3), body.archive:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:nth-child(4n+4), body.archive:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:nth-child(4n+3) {
      width: 100%; }
      @media only screen and (min-width: 64em) {
        body.blog:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:nth-child(4n+4), body.blog:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:nth-child(4n+3), body.archive:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:nth-child(4n+4), body.archive:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:nth-child(4n+3) {
          width: calc(50% - 70px); }
          body.blog:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:nth-child(4n+4) .bg-image-wrapper, body.blog:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:nth-child(4n+3) .bg-image-wrapper, body.archive:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:nth-child(4n+4) .bg-image-wrapper, body.archive:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:nth-child(4n+3) .bg-image-wrapper {
            height: 460px; } }

body.blog:not(.woocommerce) .blog_layout_2 .bg-image-wrapper, body.archive:not(.woocommerce) .blog_layout_2 .bg-image-wrapper {
  height: 305px;
  width: 100%;
  height: 305px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  body.blog:not(.woocommerce) .blog_layout_2 .bg-image-wrapper .bg-image, body.archive:not(.woocommerce) .blog_layout_2 .bg-image-wrapper .bg-image {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-size: cover !important;
    position: relative; }
    body.blog:not(.woocommerce) .blog_layout_2 .bg-image-wrapper .bg-image:before, body.archive:not(.woocommerce) .blog_layout_2 .bg-image-wrapper .bg-image:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      z-index: 3;
      background: transparent; }

body.blog:not(.woocommerce) .blog_layout_2 .post-categories, body.archive:not(.woocommerce) .blog_layout_2 .post-categories {
  list-style-type: none;
  margin: 0;
  padding-bottom: 1.11111rem; }
  body.blog:not(.woocommerce) .blog_layout_2 .post-categories li, body.archive:not(.woocommerce) .blog_layout_2 .post-categories li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'embed-poppins', sans-serif;
    font-weight: bold;
    padding-right: 0.38889rem; }
    body.blog:not(.woocommerce) .blog_layout_2 .post-categories li a:hover, body.archive:not(.woocommerce) .blog_layout_2 .post-categories li a:hover {
      opacity: .5; }

body.blog:not(.woocommerce) .blog_layout_2 .entry-title, body.archive:not(.woocommerce) .blog_layout_2 .entry-title {
  margin-bottom: 1.38889rem; }

body.blog:not(.woocommerce) .blog_layout_2 .read_more, body.archive:not(.woocommerce) .blog_layout_2 .read_more {
  font-family: 'embed-poppins', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .01em;
  font-weight: bold;
  display: inline-block;
  position: relative;
  line-height: 15px; }
  body.blog:not(.woocommerce) .blog_layout_2 .read_more:after, body.archive:not(.woocommerce) .blog_layout_2 .read_more:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #5F5F5F;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 2px; }
  body.blog:not(.woocommerce) .blog_layout_2 .read_more:hover:after, body.archive:not(.woocommerce) .blog_layout_2 .read_more:hover:after {
    width: 0; }

body.blog:not(.woocommerce) .blog_layout_2 .posts-navigation, body.archive:not(.woocommerce) .blog_layout_2 .posts-navigation {
  display: block;
  clear: both; }
  body.blog:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links, body.archive:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top-width: 1px;
    border-top-style: solid; }
    body.blog:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links .page-numbers, body.archive:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links .page-numbers {
      float: left;
      display: block;
      padding: 0.72222rem 1.33333rem;
      border-right-width: 1px;
      border-right-style: solid;
      font-weight: bold;
      font-size: 0.66667rem;
      line-height: 1.38889rem; }
    body.blog:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links .prev,
    body.blog:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links .next, body.archive:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links .prev,
    body.archive:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links .next {
      font-size: 0.88889rem;
      line-height: 1.38889rem; }
    body.blog:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links .next:after, body.archive:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links .next:after {
      content: "\f105";
      font-family: FontAwesome; }
    body.blog:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links .prev:after, body.archive:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links .prev:after {
      content: "\f104";
      font-family: FontAwesome; }
    body.blog:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links:after, body.archive:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links:after {
      content: "";
      display: block;
      clear: both; }

body.blog:not(.woocommerce) .blog_layout_2 .getbowtied_blog_ajax_load_button, body.archive:not(.woocommerce) .blog_layout_2 .getbowtied_blog_ajax_load_button {
  clear: both;
  display: block;
  padding: 5.55556rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 1rem; }
  body.blog:not(.woocommerce) .blog_layout_2 .getbowtied_blog_ajax_load_button a, body.archive:not(.woocommerce) .blog_layout_2 .getbowtied_blog_ajax_load_button a {
    display: block; }
  body.blog:not(.woocommerce) .blog_layout_2 .getbowtied_blog_ajax_load_button.finished a, body.archive:not(.woocommerce) .blog_layout_2 .getbowtied_blog_ajax_load_button.finished a {
    cursor: default; }

body.blog:not(.woocommerce) .blog_layout_2 .getbowtied_blog_ajax_load_more_loader, body.archive:not(.woocommerce) .blog_layout_2 .getbowtied_blog_ajax_load_more_loader {
  clear: both;
  display: block;
  padding: 5.55556rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 1rem; }

body.blog:not(.woocommerce) .blog_layout_2 .posts-navigation, body.archive:not(.woocommerce) .blog_layout_2 .posts-navigation {
  display: block;
  clear: both; }
  body.blog:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links, body.archive:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top-width: 1px;
    border-top-style: solid; }
    body.blog:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links .page-numbers, body.archive:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links .page-numbers {
      float: left;
      display: block;
      padding: 0.72222rem 1.33333rem;
      border-right-width: 1px;
      border-right-style: solid;
      font-weight: bold;
      font-size: 0.66667rem;
      line-height: 1.38889rem;
      color: #000; }
    body.blog:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links .prev,
    body.blog:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links .next, body.archive:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links .prev,
    body.archive:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links .next {
      font-size: 0.88889rem;
      line-height: 1.38889rem; }
    body.blog:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links .next:after, body.archive:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links .next:after {
      content: "\f105";
      font-family: FontAwesome; }
    body.blog:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links .prev:after, body.archive:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links .prev:after {
      content: "\f104";
      font-family: FontAwesome; }
    body.blog:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links:after, body.archive:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links:after {
      content: "";
      display: block;
      clear: both; }

.single {
  /*.navigation_between_posts
{

    @media only screen and (min-width:64em)  
    {

    }
    
    .nav-previous
    {


    }

    .nav-next 
    {

    }

    .nav-previous-mobile 
    {

    }

    .nav-next-mobile 
    {

    }

}*/ }
  .single .entry-header {
    padding: 0 15px; }
    @media only screen and (min-width: 40em) {
      .single .entry-header {
        padding: 0; } }
  .single .entry-title {
    font-size: 1.66667rem;
    line-height: 2rem;
    text-align: center;
    padding: 0;
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word; }
    @media only screen and (min-width: 40em) {
      .single .entry-title {
        font-size: 3.55556rem;
        line-height: 4rem; } }
  .single .entry-meta {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px; }
    @media only screen and (min-width: 40em) {
      .single .entry-meta {
        margin-top: 25px;
        margin-bottom: 60px; } }
    .single .entry-meta span {
      margin: 0 10px;
      font-size: 0.66667rem;
      line-height: 0.66667rem;
      display: inline-block; }
      @media only screen and (min-width: 40em) {
        .single .entry-meta span {
          margin: 0 15px;
          font-size: 0.77778rem;
          line-height: 0.77778rem; } }
  .single .entry-content {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 40px;
    padding: 0 15px; }
    @media only screen and (min-width: 64em) {
      .single .entry-content {
        margin-bottom: 80px;
        padding: 0; } }
  .single .entry-footer {
    padding: 0 0 50px 0; }
    .single .entry-footer .tags-links {
      display: block;
      text-align: center; }
      .single .entry-footer .tags-links a {
        margin: 0 7px;
        padding: 1px 10px;
        border-style: solid;
        border-width: 2px;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: bold;
        border-radius: 2px;
        letter-spacing: 2px; }
    @media only screen and (min-width: 64em) {
      .single .entry-footer {
        padding: 0 0 80px 0; } }
  .single .navigation_between_posts {
    font-size: 0.66667rem;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 20px 0;
    background: #ddd;
    display: table;
    width: 100%; }
    @media only screen and (min-width: 64em) {
      .single .navigation_between_posts {
        font-size: 1rem;
        padding: 0;
        display: inherit; } }
    .single .navigation_between_posts .nav-previous {
      display: none;
      position: fixed;
      left: 0;
      top: 50%;
      margin-top: -50px;
      overflow: hidden;
      width: 100px;
      height: 100px;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      @media only screen and (min-width: 64em) {
        .single .navigation_between_posts .nav-previous {
          display: inline-block; } }
      .single .navigation_between_posts .nav-previous > img {
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px);
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        width: auto;
        opacity: 0; }
      .single .navigation_between_posts .nav-previous > a {
        background: url(../images/original-left.svg) center center no-repeat;
        height: 100px;
        width: 100px;
        opacity: 0.5;
        display: block;
        -webkit-transition: all .3s ease-in-out;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        position: relative;
        z-index: 2; }
        .single .navigation_between_posts .nav-previous > a:hover {
          opacity: 0.2; }
      .single .navigation_between_posts .nav-previous:hover > img {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        width: 100%; }
    .single .navigation_between_posts .nav-next {
      display: none;
      position: fixed;
      right: 0;
      top: 50%;
      margin-top: -50px;
      overflow: hidden;
      width: 100px;
      height: 100px;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      @media only screen and (min-width: 64em) {
        .single .navigation_between_posts .nav-next {
          display: inline-block; } }
      .single .navigation_between_posts .nav-next > img {
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px);
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        width: auto;
        opacity: 0; }
      .single .navigation_between_posts .nav-next > a {
        background: url(../images/original-right.svg) center center no-repeat;
        height: 100px;
        width: 100px;
        opacity: 0.5;
        display: block;
        -webkit-transition: all .3s ease-in-out;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        position: relative;
        z-index: 2; }
        .single .navigation_between_posts .nav-next > a:hover {
          opacity: 0.2; }
      .single .navigation_between_posts .nav-next:hover > img {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        width: 100%; }
    .single .navigation_between_posts .nav-previous-mobile {
      line-height: 12px;
      display: table-cell;
      text-transform: uppercase;
      text-align: left;
      padding-left: 30px; }
      @media only screen and (min-width: 64em) {
        .single .navigation_between_posts .nav-previous-mobile {
          display: none; } }
    .single .navigation_between_posts .nav-next-mobile {
      line-height: 12px;
      display: table-cell;
      text-transform: uppercase;
      text-align: right;
      padding-right: 30px; }
      @media only screen and (min-width: 64em) {
        .single .navigation_between_posts .nav-next-mobile {
          display: none; } }
  .single .cover-image {
    height: 60vh;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 40em) {
      .single .cover-image {
        height: 70vh; } }
    .single .cover-image img {
      width: 100%; }
    @media only screen and (min-width: 40em) {
      .single .cover-image .mobile-category-link {
        display: none; } }
  .single .featured-image {
    margin: 0 -15px 50px -15px; }
    @media only screen and (min-width: 64em) {
      .single .featured-image {
        margin: 0 -100px 60px -100px; } }
    .single .featured-image img {
      width: 100%; }
  .single .main-with-sidebar .featured-image {
    margin: 0 -15px 50px -15px; }
    @media only screen and (min-width: 64em) {
      .single .main-with-sidebar .featured-image {
        margin: 0 0 60px 0; } }
  .single ul.post-categories {
    list-style: none;
    margin: 0 auto;
    text-align: center;
    margin: 100px 0 10px 0; }
    @media only screen and (min-width: 40em) {
      .single ul.post-categories {
        margin: 90px 0 25px 0; } }
    .single ul.post-categories li {
      display: inline;
      font-size: 0.66667rem;
      line-height: 0.66667rem;
      text-transform: uppercase;
      font-weight: bold;
      height: 12px;
      padding: 0 10px; }
      @media only screen and (min-width: 40em) {
        .single ul.post-categories li {
          font-size: 13px;
          line-height: 0.77778rem;
          padding-left: 0;
          padding: 0 7px;
          height: 14px; } }
      .single ul.post-categories li a {
        line-height: 0.66667rem;
        font-size: 0.66667rem;
        display: inline-block; }
        .single ul.post-categories li a:hover {
          color: #000; }
        @media only screen and (min-width: 40em) {
          .single ul.post-categories li a {
            line-height: 0.77778rem;
            font-size: 13px; } }
  .single .main-with-sidebar #secondary {
    margin-top: 90px;
    min-height: 50vh;
    margin-bottom: 80px; }
  @media only screen and (min-width: 40em) {
    .single .main-with-sidebar .post-categories {
      text-align: left; }
      .single .main-with-sidebar .post-categories li {
        padding-right: 15px;
        padding-left: 0; } }
  @media only screen and (min-width: 40em) {
    .single .main-with-sidebar .entry-title {
      text-align: left; } }
  @media only screen and (min-width: 40em) {
    .single .main-with-sidebar .entry-meta {
      text-align: left;
      margin-bottom: 60px; } }
  .single .main-with-sidebar .entry-meta span {
    margin: 0 10px 0 0; }
    @media only screen and (min-width: 40em) {
      .single .main-with-sidebar .entry-meta span {
        margin: 0 15px 0 0; } }
  @media only screen and (min-width: 40em) {
    .single .main-with-sidebar .tags-links {
      text-align: left; }
      .single .main-with-sidebar .tags-links a {
        margin: 0 14px 0 0; } }

.search-results article {
  width: 100%;
  background: #f7f7f7;
  padding: 50px 0;
  border-bottom: solid 1px #e6e6e6; }
  @media only screen and (min-width: 64em) {
    .search-results article {
      padding: 100px 0; } }
  .search-results article header, .search-results article footer, .search-results article .entry-summary {
    max-width: 50%;
    margin: 0 auto;
    text-align: center; }
    .search-results article header h1, .search-results article footer h1, .search-results article .entry-summary h1 {
      font-size: 1.66667rem; }
  .search-results article .entry-meta span {
    font-size: 0.77778rem;
    margin: 0 15px;
    display: inline-block; }
    @media only screen and (min-width: 64em) {
      .search-results article .entry-meta span {
        display: initial; } }

.search-results .posts-navigation {
  margin-top: 0; }

.search-results .posts-navigation {
  display: block;
  clear: both; }
  .search-results .posts-navigation .nav-links {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top-width: 1px;
    border-top-style: solid; }
    .search-results .posts-navigation .nav-links .page-numbers {
      float: left;
      display: block;
      padding: 0.72222rem 1.33333rem;
      border-right-width: 1px;
      border-right-style: solid;
      font-weight: bold;
      font-size: 0.66667rem;
      line-height: 1.38889rem; }
    .search-results .posts-navigation .nav-links .prev,
    .search-results .posts-navigation .nav-links .next {
      font-size: 0.88889rem;
      line-height: 1.38889rem; }
    .search-results .posts-navigation .nav-links .next:after {
      content: "\f105";
      font-family: FontAwesome; }
    .search-results .posts-navigation .nav-links .prev:after {
      content: "\f104";
      font-family: FontAwesome; }
    .search-results .posts-navigation .nav-links:after {
      content: "";
      display: block;
      clear: both; }

.comments_section #comments {
  padding: 0 30px; }
  @media only screen and (min-width: 64em) {
    .comments_section #comments {
      padding: 0; } }
  .comments_section #comments .no-comments {
    text-align: center;
    padding: 25px 30px; }

.comments_section .large-6 .comments-number p {
  position: absolute;
  line-height: 63px;
  margin-left: 24px; }

.comments_section .large-6 .comments-number svg {
  position: initial;
  width: 60px;
  margin: auto;
  height: 60px; }

.comments_section .comments-number {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  height: 60px;
  width: 60px;
  line-height: 62px;
  margin: 0 auto;
  margin-top: 30px; }
  .comments_section .comments-number svg {
    position: absolute;
    left: 0;
    top: 0; }
  @media only screen and (min-width: 64em) {
    .comments_section .comments-number {
      margin-top: 95px; } }

.comments_section h2.comments-title {
  text-align: center;
  max-width: 700px;
  margin: 20px auto 40px auto;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 1rem;
  line-height: 1.44444rem; }
  @media only screen and (min-width: 64em) {
    .comments_section h2.comments-title {
      font-size: 1.66667rem;
      line-height: 1.2;
      margin-bottom: 90px; } }

.comments_section ul {
  list-style: none;
  margin: 0; }
  .comments_section ul li {
    padding: 30px 0; }
    @media only screen and (min-width: 64em) {
      .comments_section ul li {
        padding: 52px 0 45px 0; } }
    .comments_section ul li.parent {
      padding: 0; }
      .comments_section ul li.parent .comment-body {
        padding: 30px 0; }
        @media only screen and (min-width: 64em) {
          .comments_section ul li.parent .comment-body {
            padding: 52px 0 45px 0; } }
    .comments_section ul li article {
      width: 100%;
      margin: 0 auto; }
      @media only screen and (min-width: 64em) {
        .comments_section ul li article {
          width: 50%;
          margin: 0 auto; } }
      .comments_section ul li article .comment-content {
        width: 100%;
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0; }
        @media only screen and (min-width: 64em) {
          .comments_section ul li article .comment-content {
            padding: 0 0 0 70px; } }
      .comments_section ul li article .author-info {
        float: left;
        width: 100%; }
        @media only screen and (min-width: 64em) {
          .comments_section ul li article .author-info {
            float: left;
            width: 30%;
            padding-right: 30px; } }
      .comments_section ul li article h3.comment-author {
        font-size: 0.88889rem;
        font-weight: bold;
        text-align: left;
        line-height: 1.2;
        margin: 5px 0 5px 0;
        padding-left: 66px;
        word-wrap: break-word; }
        @media only screen and (min-width: 64em) {
          .comments_section ul li article h3.comment-author {
            font-size: 1.11111rem;
            margin-top: 4px;
            padding-left: 0; } }
      .comments_section ul li article .comment-author-avatar {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        left: 0; }
        @media only screen and (min-width: 64em) {
          .comments_section ul li article .comment-author-avatar {
            width: 50px;
            height: 50px; } }
      .comments_section ul li article .comment-author-avatar img {
        border-radius: 50%; }
      .comments_section ul li article .comment-metadata {
        font-size: 0.66667rem;
        text-align: left;
        padding-left: 66px; }
        @media only screen and (min-width: 64em) {
          .comments_section ul li article .comment-metadata {
            padding-left: 0; } }
        .comments_section ul li article .comment-metadata time {
          font-weight: bold; }
      .comments_section ul li article .comment-text {
        font-size: 0.88889rem;
        float: left;
        width: 100%;
        margin: 20px 0 0 0;
        /*p 
                    {
                        margin-bottom: rem-calc(12);
                    }*/ }
        @media only screen and (min-width: 64em) {
          .comments_section ul li article .comment-text {
            width: 70%;
            margin: 0; } }
        .comments_section ul li article .comment-text .comment-reply, .comments_section ul li article .comment-text .comment-edit-link {
          font-size: 0.66667rem;
          font-weight: bold;
          text-transform: uppercase; }
    .comments_section ul li.pingback .comment-body {
      width: 100%;
      margin: 0 auto;
      font-size: 0.72222rem;
      font-weight: bold;
      padding: 52px 0;
      text-transform: uppercase; }
      @media only screen and (min-width: 64em) {
        .comments_section ul li.pingback .comment-body {
          width: 50%;
          margin: 0 auto; } }
      .comments_section ul li.pingback .comment-body a {
        font-size: 0.88889rem;
        margin-left: 20px;
        text-transform: none; }
        .comments_section ul li.pingback .comment-body a.comment-edit-link {
          font-size: 0.66667rem;
          text-transform: uppercase; }
    .comments_section ul li ul.children {
      margin: -5px 0 0 20px; }
      @media only screen and (min-width: 64em) {
        .comments_section ul li ul.children {
          margin: -5px 0 0 100px; } }
      .comments_section ul li ul.children .depth-2 {
        padding: 0; }
  .comments_section ul.comment-list {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .comments_section ul.comment-list.open {
      max-height: 2000px; }

.comments_section #respond {
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  @media only screen and (min-width: 64em) {
    .comments_section #respond {
      width: 50%; } }
  .comments_section #respond.open {
    max-height: 2000px; }
  .comments_section #respond #reply-title {
    text-align: center;
    font-size: 1rem;
    padding-top: 40px; }
    @media only screen and (min-width: 64em) {
      .comments_section #respond #reply-title {
        font-size: 1.66667rem;
        padding-top: 95px; } }
  .comments_section #respond .logged-in-as, .comments_section #respond .comment-notes {
    text-align: center;
    font-size: 0.88889rem;
    margin: 0 0 30px 0; }
    @media only screen and (min-width: 64em) {
      .comments_section #respond .logged-in-as, .comments_section #respond .comment-notes {
        margin: 15px 0 65px 0; } }
    .comments_section #respond .logged-in-as a, .comments_section #respond .comment-notes a {
      font-weight: bold; }
  .comments_section #respond label {
    font-size: 0.66667rem;
    font-weight: bold; }
  .comments_section #respond textarea {
    border: none;
    font-size: 0.88889rem; }
  .comments_section #respond input[type="text"], .comments_section #respond input[type="email"], .comments_section #respond input[type="url"] {
    border: none;
    font-size: 0.88889rem; }
  .comments_section #respond p.form-submit {
    margin-top: 10px;
    padding-bottom: 30px;
    display: inline-block;
    width: 100%; }
    @media only screen and (min-width: 64em) {
      .comments_section #respond p.form-submit {
        padding-bottom: 100px; } }
    .comments_section #respond p.form-submit #submit {
      width: 100%; }
  .comments_section #respond p.comment-form-url {
    margin-bottom: 28px; }
    @media only screen and (min-width: 64em) {
      .comments_section #respond p.comment-form-url {
        margin-bottom: 48px; } }

.comments_section .comment-respond-form {
  position: relative; }
  .comments_section .comment-respond-form .comments-number {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -23px; }
    @media only screen and (min-width: 64em) {
      .comments_section .comment-respond-form .comments-number {
        top: 95px; } }
  .comments_section .comment-respond-form.no-comments #respond #reply-title {
    padding-top: 110px; }
    @media only screen and (min-width: 64em) {
      .comments_section .comment-respond-form.no-comments #respond #reply-title {
        padding-top: 175px; } }

.gallery-columns-1 .gallery-item {
  width: 100%;
  float: left;
  overflow: hidden;
  background: #000; }
  .gallery-columns-1 .gallery-item img {
    width: 100%;
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    -o-transition: opacity 0.2s ease-in-out, transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.2s ease-in-out, transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.2s ease-in-out, transform 0.8s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01); }
  .gallery-columns-1 .gallery-item:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08); }

.gallery-columns-2 .gallery-item {
  width: 50%;
  float: left;
  overflow: hidden;
  background: #000; }
  .gallery-columns-2 .gallery-item img {
    width: 100%;
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    -o-transition: opacity 0.2s ease-in-out, transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.2s ease-in-out, transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.2s ease-in-out, transform 0.8s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01); }
  .gallery-columns-2 .gallery-item:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08); }

.gallery-columns-3 .gallery-item {
  width: 33.33333%;
  float: left;
  overflow: hidden;
  background: #000; }
  .gallery-columns-3 .gallery-item img {
    width: 100%;
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    -o-transition: opacity 0.2s ease-in-out, transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.2s ease-in-out, transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.2s ease-in-out, transform 0.8s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01); }
  .gallery-columns-3 .gallery-item:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08); }

.gallery-columns-4 .gallery-item {
  width: 25%;
  float: left;
  overflow: hidden;
  background: #000; }
  .gallery-columns-4 .gallery-item img {
    width: 100%;
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    -o-transition: opacity 0.2s ease-in-out, transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.2s ease-in-out, transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.2s ease-in-out, transform 0.8s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01); }
  .gallery-columns-4 .gallery-item:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08); }

.gallery-columns-5 .gallery-item {
  width: 20%;
  float: left;
  overflow: hidden;
  background: #000; }
  .gallery-columns-5 .gallery-item img {
    width: 100%;
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    -o-transition: opacity 0.2s ease-in-out, transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.2s ease-in-out, transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.2s ease-in-out, transform 0.8s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01); }
  .gallery-columns-5 .gallery-item:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08); }

.gallery-columns-6 .gallery-item {
  width: 16.66667%;
  float: left;
  overflow: hidden;
  background: #000; }
  .gallery-columns-6 .gallery-item img {
    width: 100%;
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    -o-transition: opacity 0.2s ease-in-out, transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.2s ease-in-out, transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.2s ease-in-out, transform 0.8s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01); }
  .gallery-columns-6 .gallery-item:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08); }

.gallery-columns-7 .gallery-item {
  width: 14.28571%;
  float: left;
  overflow: hidden;
  background: #000; }
  .gallery-columns-7 .gallery-item img {
    width: 100%;
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    -o-transition: opacity 0.2s ease-in-out, transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.2s ease-in-out, transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.2s ease-in-out, transform 0.8s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01); }
  .gallery-columns-7 .gallery-item:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08); }

.gallery-columns-8 .gallery-item {
  width: 12.5%;
  float: left;
  overflow: hidden;
  background: #000; }
  .gallery-columns-8 .gallery-item img {
    width: 100%;
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    -o-transition: opacity 0.2s ease-in-out, transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.2s ease-in-out, transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.2s ease-in-out, transform 0.8s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01); }
  .gallery-columns-8 .gallery-item:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08); }

.gallery-columns-9 .gallery-item {
  width: 11.11111%;
  float: left;
  overflow: hidden;
  background: #000; }
  .gallery-columns-9 .gallery-item img {
    width: 100%;
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    -o-transition: opacity 0.2s ease-in-out, transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.2s ease-in-out, transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.2s ease-in-out, transform 0.8s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01); }
  .gallery-columns-9 .gallery-item:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08); }

body.catalog-mode .shopping-bag-button,
body.catalog-mode a.product_type_simple,
body.catalog-mode a.product_type_variable,
body.catalog-mode a.product_type_grouped,
body.catalog-mode form.cart,
body.catalog-mode .variations_button,
body.catalog-mode .shop-product-badges,
body.catalog-mode .product-badges,
body.catalog-mode .out-of-stock {
  display: none !important; }

body.catalog-mode .offcanvas_quickview .product_content_wrapper .product_infos h1 {
  margin-bottom: 30px; }

.woocommerce .price ins {
  text-decoration: none; }

.woocommerce .price del {
  color: #333; }

.woocommerce .cart .quantity {
  width: 3.33333rem; }
  .woocommerce .cart .quantity input.qty {
    border: 0;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    height: 3.33333rem;
    margin: 0;
    background: transparent;
    padding: 0 0 0 15px; }
  .woocommerce .cart .quantity .screen-reader-text {
    display: none; }

.woocommerce .star-rating {
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5em;
  font-family: "FontAwesome"; }
  .woocommerce .star-rating:before {
    content: "\f005\f005\f005\f005\f005";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    width: 5em; }
  .woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    width: 5em; }
  .woocommerce .star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
    width: 5em;
    color: #e5b674; }

.woocommerce p.stars {
  display: inline-block; }
  .woocommerce p.stars span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
    .woocommerce p.stars a:before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 1em;
      height: 1em;
      line-height: 1;
      font-family: "FontAwesome";
      content: "\f005";
      text-indent: 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .woocommerce p.stars a:hover {
      color: #e5b674; }
      .woocommerce p.stars a:hover ~ a:before {
        content: "\f005";
        color: #000; }
  .woocommerce p.stars:hover a:before {
    content: "\f005";
    color: #e5b674; }
  .woocommerce p.stars.selected a.active:before {
    content: "\f005";
    color: #e5b674; }
  .woocommerce p.stars.selected a.active ~ a:before {
    content: "\f005";
    color: #000; }
  .woocommerce p.stars.selected a:not(.active):before {
    content: "\f005";
    color: #e5b674; }

.woocommerce .variation dt {
  display: none; }

.woocommerce .variation dd {
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: #333;
  border-radius: 5px;
  display: inline-block;
  padding: 0 0.27778rem; }
  .woocommerce .variation dd p {
    font-size: 0.55556rem;
    line-height: 1.3em;
    margin-top: 3px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #333; }

@media only screen and (min-width: 64em) {
  .woocommerce {
    padding: 0; } }

.woocommerce-cart .woocommerce-info {
  background-color: #93ca78;
  color: #fff;
  list-style: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  overflow: hidden;
  z-index: 9999;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  -webkit-animation-name: animFadeMove;
  animation-name: animFadeMove;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  font-size: 0.72222rem;
  line-height: 0.94444rem;
  font-weight: bold;
  padding: 20px 20px 20px 50px; }
  .woocommerce-cart .woocommerce-info.inactive {
    opacity: 0; }
  .woocommerce-cart .woocommerce-info a {
    color: #FFF; }
  .woocommerce-cart .woocommerce-info a:not(.close) {
    background: transparent;
    border-bottom: solid 1px #FFF;
    padding: 0;
    font-size: 0.77778rem;
    font-weight: bold;
    text-transform: none;
    color: #FFF;
    margin-left: 5px; }
    @media only screen and (min-width: 64em) {
      .woocommerce-cart .woocommerce-info a:not(.close):hover, .woocommerce-cart .woocommerce-info a:not(.close):focus, .woocommerce-cart .woocommerce-info a:not(.close):active {
        background: transparent; } }
  .woocommerce-cart .woocommerce-info .inner {
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    padding: 0 30px; }
  .woocommerce-cart .woocommerce-info:before {
    display: block;
    content: "\f05d";
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: 'FontAwesome';
    font-size: 1.33333rem;
    font-weight: normal; }
  .woocommerce-cart .woocommerce-info a.close {
    position: absolute;
    right: 20px;
    top: 18px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    content: "\f00d";
    font-size: 0.77778rem;
    color: #FFF; }
  @media only screen and (min-width: 64em) {
    .woocommerce-cart .woocommerce-info {
      font-size: 0.77778rem;
      line-height: 1.44444rem;
      padding: 25px 40px 25px 80px; }
      .woocommerce-cart .woocommerce-info:before {
        left: 40px;
        top: 26px; }
      .woocommerce-cart .woocommerce-info a.close {
        right: 20px;
        top: 28px; }
      .woocommerce-cart .woocommerce-info a:not(.close) {
        position: relative;
        left: auto;
        margin: 0 15px;
        bottom: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
      .woocommerce-cart .woocommerce-info .inner {
        padding: 0; } }

.woocommerce-error {
  background-color: #fd8a8a;
  color: #fff;
  list-style: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  overflow: hidden;
  z-index: 9999;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  -webkit-animation-name: animFadeMove;
  animation-name: animFadeMove;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  font-size: 0.72222rem;
  line-height: 0.94444rem;
  font-weight: bold;
  padding: 20px;
  cursor: pointer; }
  .woocommerce-error.inactive {
    opacity: 0; }
  .woocommerce-error a {
    color: #FFF; }
  .woocommerce-error a:not(.close) {
    background: transparent;
    border-bottom: solid 1px #FFF;
    padding: 0;
    margin: 0;
    font-size: 0.72222rem;
    font-weight: bold;
    text-transform: none;
    color: #FFF; }
    @media only screen and (min-width: 64em) {
      .woocommerce-error a:not(.close) {
        position: relative;
        left: auto;
        margin-left: 15px;
        bottom: auto;
        font-size: 14px;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
        .woocommerce-error a:not(.close):hover, .woocommerce-error a:not(.close):focus, .woocommerce-error a:not(.close):active {
          background: transparent; } }
  .woocommerce-error:before {
    display: block;
    content: "\f06a";
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: 'FontAwesome';
    font-size: 1.33333rem; }
    @media only screen and (min-width: 64em) {
      .woocommerce-error:before {
        left: 40px;
        top: 26px; } }
  .woocommerce-error li {
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    padding: 0 30px; }
    @media only screen and (min-width: 64em) {
      .woocommerce-error li {
        padding: 0; } }
  .woocommerce-error li.close {
    position: absolute;
    right: 20px;
    top: 18px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    content: "\f00d";
    font-size: 0.77778rem;
    color: #FFF;
    padding: 0; }
    @media only screen and (min-width: 64em) {
      .woocommerce-error li.close {
        right: 20px;
        top: 28px; } }
  @media only screen and (min-width: 64em) {
    .woocommerce-error {
      font-size: 0.77778rem;
      line-height: 1.44444rem;
      padding: 25px 40px 25px 80px; } }

@-webkit-keyframes animFadeMove {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes animFadeMove {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

form.woocommerce-checkout .woocommerce-error:after {
  font-family: FontAwesome;
  font-size: 13px;
  color: #FFF;
  content: "\f00d";
  position: absolute;
  top: 20px;
  right: 20px; }
  @media only screen and (min-width: 64em) {
    form.woocommerce-checkout .woocommerce-error:after {
      right: 30px; } }

.woocommerce-message, .woocommerce #yith-wcwl-popup-message {
  background-color: #93ca78;
  color: #fff;
  list-style: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  overflow: hidden;
  z-index: 9999;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  -webkit-animation-name: animFadeMove;
  animation-name: animFadeMove;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  font-size: 0.72222rem;
  line-height: 0.94444rem;
  font-weight: bold;
  padding: 20px 20px 20px 50px; }
  .woocommerce-message.inactive, .woocommerce .inactive#yith-wcwl-popup-message {
    opacity: 0; }
  .woocommerce-message a, .woocommerce #yith-wcwl-popup-message a {
    color: #FFF; }
  .woocommerce-message a:not(.close), .woocommerce #yith-wcwl-popup-message a:not(.close) {
    background: transparent;
    border-bottom: solid 1px #FFF;
    padding: 0;
    font-size: 0.77778rem;
    font-weight: bold;
    text-transform: none;
    color: #FFF;
    margin-left: 5px; }
    @media only screen and (min-width: 64em) {
      .woocommerce-message a:not(.close):hover, .woocommerce #yith-wcwl-popup-message a:not(.close):hover, .woocommerce-message a:not(.close):focus, .woocommerce #yith-wcwl-popup-message a:not(.close):focus, .woocommerce-message a:not(.close):active, .woocommerce #yith-wcwl-popup-message a:not(.close):active {
        background: transparent; } }
  .woocommerce-message .inner, .woocommerce #yith-wcwl-popup-message .inner {
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    padding: 0 30px; }
  .woocommerce-message:before, .woocommerce #yith-wcwl-popup-message:before {
    display: block;
    content: "\f05d";
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: 'FontAwesome';
    font-size: 1.33333rem;
    font-weight: normal; }
  .woocommerce-message a.close, .woocommerce #yith-wcwl-popup-message a.close {
    position: absolute;
    right: 20px;
    top: 18px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    content: "\f00d";
    font-size: 0.77778rem;
    color: #FFF; }
  @media only screen and (min-width: 64em) {
    .woocommerce-message, .woocommerce #yith-wcwl-popup-message {
      font-size: 0.77778rem;
      line-height: 1.44444rem;
      padding: 25px 40px 25px 80px; }
      .woocommerce-message:before, .woocommerce #yith-wcwl-popup-message:before {
        left: 40px;
        top: 24px; }
      .woocommerce-message a.close, .woocommerce #yith-wcwl-popup-message a.close {
        right: 20px;
        top: 28px; }
      .woocommerce-message a:not(.close), .woocommerce #yith-wcwl-popup-message a:not(.close) {
        position: relative;
        left: auto;
        margin: 0 15px;
        bottom: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
      .woocommerce-message .inner, .woocommerce #yith-wcwl-popup-message .inner {
        padding: 0; } }

@keyframes animFadeMove {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes animFadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes animFadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.woocommerce .woocommerce-no-products {
  text-align: center;
  padding-top: 10%; }

.woocommerce.archive .row {
  max-width: 100%; }

.woocommerce.archive .site-content > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.woocommerce.archive .column, .woocommerce.archive .columns {
  padding: 0; }

@media only screen and (max-width: 39.9375em) {
  .woocommerce.archive .shop-sidebar {
    width: 100%;
    left: -100%;
    position: fixed;
    top: 0;
    height: 100%;
    overflow: auto;
    padding-top: 5.55556rem;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
    width: 0; }
    .woocommerce.archive .shop-sidebar > #secondary {
      position: relative;
      width: 300px;
      z-index: 2;
      height: 100%; }
    .woocommerce.archive .shop-sidebar:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: .8; } }

@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .woocommerce.archive .shop-sidebar {
    width: 100%;
    left: -100%;
    position: fixed;
    top: 0;
    height: 100%;
    overflow: auto;
    padding-top: 3.05556rem;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
    width: 0; }
    .woocommerce.archive .shop-sidebar > #secondary {
      position: relative;
      width: 500px;
      z-index: 2;
      height: 100%; }
    .woocommerce.archive .shop-sidebar:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: .8; } }

.woocommerce.archive .shop-sidebar.active {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  width: 100%; }

.woocommerce.archive .shop-sidebar .mobile-close-sidebar {
  position: absolute;
  top: 0;
  right: -60px;
  width: 60px;
  height: 60px;
  background: #000;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.5, 1);
  -o-transition: all 0.5s cubic-bezier(1, 0, 0.5, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0.5, 1);
  font-size: 18px;
  color: #FFF;
  text-align: center;
  line-height: 60px; }

@media only screen and (min-width: 64em) {
  .woocommerce.archive .shop-sidebar {
    width: 25%;
    right: 75%; } }

@media only screen and (min-width: 80em) {
  .woocommerce.archive .shop-sidebar {
    width: 20%;
    right: 80%; } }

@media only screen and (min-width: 100em) {
  .woocommerce.archive .shop-sidebar {
    width: 17%;
    right: 83%; } }

.woocommerce.archive .shop-listing-with-sidebar {
  /*@media only screen and (min-width:40em)  {
                width: 60%;
                left: 40%;
            }*/ }
  @media only screen and (min-width: 64em) {
    .woocommerce.archive .shop-listing-with-sidebar {
      width: 75%;
      left: 25%; } }
  @media only screen and (min-width: 80em) {
    .woocommerce.archive .shop-listing-with-sidebar {
      width: 80%;
      left: 20%; } }
  @media only screen and (min-width: 100em) {
    .woocommerce.archive .shop-listing-with-sidebar {
      width: 83%;
      left: 17%; } }

.woocommerce.archive .woocommerce-breadcrumb {
  font-size: 0.72222rem;
  margin: 0 0 5px 0; }

.woocommerce .shop-page-header {
  position: relative;
  background-size: cover;
  background-position: center;
  height: auto; }
  @media only screen and (max-width: 39.9375em) {
    .woocommerce .shop-page-header.with-padding {
      padding: 45px 0 85px !important; } }
  @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
    .woocommerce .shop-page-header.with-padding {
      padding: 75px 0 115px !important; } }
  .woocommerce .shop-page-header .shop-page-title-wrapper {
    position: relative; }
    .woocommerce .shop-page-header .shop-page-title-wrapper .mobile-sidebar-toggle {
      position: absolute;
      left: 0;
      top: 0;
      height: 55px;
      width: 55px;
      color: #fff;
      background: url(../images/shop-filters.svg);
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: 30%;
      cursor: pointer; }
      @media only screen and (min-width: 64em) {
        .woocommerce .shop-page-header .shop-page-title-wrapper .mobile-sidebar-toggle {
          display: none; } }
    .woocommerce .shop-page-header .shop-page-title-wrapper.pulldown {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
    .woocommerce .shop-page-header .shop-page-title-wrapper.pulldown-height {
      height: 75px; }
    .woocommerce .shop-page-header .shop-page-title-wrapper .shop-page-title {
      margin-bottom: 0; }
      .woocommerce .shop-page-header .shop-page-title-wrapper .shop-page-title.transparent {
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.3)));
        background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );
        /* IE6-9 */ }
      .woocommerce .shop-page-header .shop-page-title-wrapper .shop-page-title sup {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        margin-left: 5px; }
        @media only screen and (min-width: 64em) {
          .woocommerce .shop-page-header .shop-page-title-wrapper .shop-page-title sup:hover {
            cursor: pointer; } }
    .woocommerce .shop-page-header .shop-page-title-wrapper ul.shop-tools {
      position: absolute;
      display: table;
      vertical-align: middle;
      top: 0;
      right: 15px;
      margin: 0;
      padding: 0; }
      @media only screen and (min-width: 64em) {
        .woocommerce .shop-page-header .shop-page-title-wrapper ul.shop-tools {
          right: 35px; } }
      .woocommerce .shop-page-header .shop-page-title-wrapper ul.shop-tools > li {
        display: table-cell;
        vertical-align: middle;
        padding: 0 0 0 10px; }
        @media only screen and (min-width: 64em) {
          .woocommerce .shop-page-header .shop-page-title-wrapper ul.shop-tools > li {
            padding: 0 0 0 15px; } }
        .woocommerce .shop-page-header .shop-page-title-wrapper ul.shop-tools > li:first-child {
          padding: 0; }
        .woocommerce .shop-page-header .shop-page-title-wrapper ul.shop-tools > li .shop-tools-button {
          display: table-cell;
          vertical-align: middle;
          text-align: center; }
          .woocommerce .shop-page-header .shop-page-title-wrapper ul.shop-tools > li .shop-tools-button .shop-tools-icon {
            height: 3.05556rem;
            line-height: 3.05556rem;
            min-width: 28px;
            min-height: 28px;
            padding: 0 4px; }
            @media only screen and (min-width: 64em) {
              .woocommerce .shop-page-header .shop-page-title-wrapper ul.shop-tools > li .shop-tools-button .shop-tools-icon {
                min-width: 32px;
                min-height: 32px;
                height: 4.16667rem;
                line-height: 4.16667rem; } }
          .woocommerce .shop-page-header .shop-page-title-wrapper ul.shop-tools > li .shop-tools-button .shop-sort-wrapper .shop-catalog-ordering .nl-field-toggle {
            width: 18px;
            display: block;
            text-indent: -9999px;
            background: url(../images/shop-sort.svg);
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: 90%; }
            @media only screen and (min-width: 64em) {
              .woocommerce .shop-page-header .shop-page-title-wrapper ul.shop-tools > li .shop-tools-button .shop-sort-wrapper .shop-catalog-ordering .nl-field-toggle {
                width: 23px; } }
            @media only screen and (min-width: 64em) {
              .woocommerce .shop-page-header .shop-page-title-wrapper ul.shop-tools > li .shop-tools-button .shop-sort-wrapper .shop-catalog-ordering .nl-field-toggle {
                background-size: 73%; } }
          .woocommerce .shop-page-header .shop-page-title-wrapper ul.shop-tools > li .shop-tools-button .shop-sort-wrapper .shop-catalog-ordering .nl-field ul {
            right: -10px; }
          .woocommerce .shop-page-header .shop-page-title-wrapper ul.shop-tools > li .shop-tools-button .change_layout .nl-field-toggle {
            width: 18px;
            display: block;
            text-indent: -9999px;
            background: url(../images/shop-display-4.svg);
            background-position: 50% !important;
            background-repeat: no-repeat !important; }
            @media only screen and (min-width: 64em) {
              .woocommerce .shop-page-header .shop-page-title-wrapper ul.shop-tools > li .shop-tools-button .change_layout .nl-field-toggle {
                width: 23px; } }
          .woocommerce .shop-page-header .shop-page-title-wrapper ul.shop-tools > li .shop-tools-button .change_layout .nl-field ul {
            right: -10px; }
            .woocommerce .shop-page-header .shop-page-title-wrapper ul.shop-tools > li .shop-tools-button .change_layout .nl-field ul li svg {
              fill: #000;
              max-width: 23px; }
        .woocommerce .shop-page-header .shop-page-title-wrapper ul.shop-tools > li .shop-result-count {
          vertical-align: middle;
          display: none; }
          @media only screen and (min-width: 64em) {
            .woocommerce .shop-page-header .shop-page-title-wrapper ul.shop-tools > li .shop-result-count {
              display: table-cell; } }
          .woocommerce .shop-page-header .shop-page-title-wrapper ul.shop-tools > li .shop-result-count p {
            margin: 0;
            padding: 0;
            font-size: 0.66667rem;
            color: #fff;
            line-height: 3.05556rem; }
            @media only screen and (min-width: 64em) {
              .woocommerce .shop-page-header .shop-page-title-wrapper ul.shop-tools > li .shop-result-count p {
                line-height: 4.16667rem; } }
      .woocommerce .shop-page-header .shop-page-title-wrapper ul.shop-tools li#shop-display-options {
        display: none; }
        @media only screen and (min-width: 80em) {
          .woocommerce .shop-page-header .shop-page-title-wrapper ul.shop-tools li#shop-display-options {
            display: table-cell; } }
  .woocommerce .shop-page-header .shop-page-category-description {
    position: relative; }
    .woocommerce .shop-page-header .shop-page-category-description.no-padding {
      padding: 0; }
    .woocommerce .shop-page-header .shop-page-category-description p {
      color: #FFF;
      font-size: 1rem;
      line-height: 1.4;
      padding: 30px;
      max-width: 1000px;
      margin: 0 auto;
      text-align: center; }
      @media only screen and (min-width: 64em) {
        .woocommerce .shop-page-header .shop-page-category-description p {
          font-size: 1.66667rem;
          line-height: 2.22222rem; } }

@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-result-count {
    text-align: right; } }

.woocommerce .woocommerce-ordering select {
  margin: 0; }

.woocommerce .term-description {
  margin-bottom: 50px; }

.woocommerce ul.products li.product {
  text-align: center;
  position: relative;
  list-style: none;
  padding: 0; }
  .woocommerce ul.products li.product::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease; }
  .woocommerce ul.products li.product.hidden {
    opacity: 0; }
  .woocommerce ul.products li.product .product_thumbnail {
    position: relative;
    overflow: hidden; }
    .woocommerce ul.products li.product .product_thumbnail > a {
      display: block; }
    .woocommerce ul.products li.product .product_thumbnail img {
      -webkit-transition: -webkit-transform 0.5s ease;
      transition: -webkit-transform 0.5s ease;
      -o-transition: transform 0.5s ease;
      transition: transform 0.5s ease;
      transition: transform 0.5s ease, -webkit-transform 0.5s ease;
      width: 100%; }
    .woocommerce ul.products li.product .product_thumbnail .product_thumbnail_secondary {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      background-size: cover;
      background-repeat: no-repeat;
      opacity: 0;
      -webkit-transition: opacity 0.7s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
      transition: opacity 0.7s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
      -o-transition: opacity 0.7s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
      transition: opacity 0.7s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
      transition: opacity 0.7s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18); }
    .woocommerce ul.products li.product .product_thumbnail .shop_product_buttons_wrapper {
      position: relative;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      @media only screen and (min-width: 64em) {
        .woocommerce ul.products li.product .product_thumbnail .shop_product_buttons_wrapper {
          overflow: hidden;
          opacity: 0;
          position: absolute;
          top: 100%;
          bottom: auto;
          width: 100%; } }
      .woocommerce ul.products li.product .product_thumbnail .shop_product_buttons_wrapper .shop_product_buttons {
        border-top-width: 1px;
        border-top-style: solid;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-color: #f1f1f1;
        padding: 5px 0; }
        .woocommerce ul.products li.product .product_thumbnail .shop_product_buttons_wrapper .shop_product_buttons .button {
          padding: 0.5rem 0.55556rem 0.38889rem 1.94444rem;
          margin: 0 0.27778rem;
          position: relative;
          background: none;
          font-size: 0.66667rem;
          line-height: 1.5em;
          font-weight: bold; }
          .woocommerce ul.products li.product .product_thumbnail .shop_product_buttons_wrapper .shop_product_buttons .button:before {
            display: block;
            position: absolute;
            font-family: 'FontAwesome';
            font-family: FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 0.88889rem;
            font-weight: normal;
            top: 0.38889rem; }
          .woocommerce ul.products li.product .product_thumbnail .shop_product_buttons_wrapper .shop_product_buttons .button.product_type_simple:before {
            content: "\f07a";
            left: 0.55556rem; }
          .woocommerce ul.products li.product .product_thumbnail .shop_product_buttons_wrapper .shop_product_buttons .button.product_type_variable:before {
            content: "\f0ca";
            left: 0.55556rem; }
          .woocommerce ul.products li.product .product_thumbnail .shop_product_buttons_wrapper .shop_product_buttons .button.product_type_grouped:before {
            content: "\f0ca";
            left: 0.55556rem; }
          .woocommerce ul.products li.product .product_thumbnail .shop_product_buttons_wrapper .shop_product_buttons .button.product_type_external:before {
            content: "\f08e";
            left: 0.55556rem;
            top: 9px; }
          .woocommerce ul.products li.product .product_thumbnail .shop_product_buttons_wrapper .shop_product_buttons .button.getbowtied_product_quick_view_button {
            display: none; }
            @media only screen and (min-width: 64em) {
              .woocommerce ul.products li.product .product_thumbnail .shop_product_buttons_wrapper .shop_product_buttons .button.getbowtied_product_quick_view_button {
                display: inline-block; } }
            .woocommerce ul.products li.product .product_thumbnail .shop_product_buttons_wrapper .shop_product_buttons .button.getbowtied_product_quick_view_button:before {
              content: "\f06e";
              left: 0.55556rem; }
        .woocommerce ul.products li.product .product_thumbnail .shop_product_buttons_wrapper .shop_product_buttons .added_to_cart {
          display: none;
          font-weight: normal;
          color: #333;
          position: absolute;
          z-index: 2000;
          top: 0.55556rem;
          left: 0.55556rem;
          width: 2.77778rem;
          height: 2.77778rem;
          text-indent: -9999px;
          border-radius: 2.77778rem; }
          .woocommerce ul.products li.product .product_thumbnail .shop_product_buttons_wrapper .shop_product_buttons .added_to_cart:before {
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            margin-left: -0.5em;
            font-family: 'FontAwesome';
            font-size: 1.33333rem;
            content: "\f218";
            color: #000;
            text-indent: 0px;
            line-height: 1em; }
  .woocommerce ul.products li.product .shop_product_metas {
    padding: 0 0 20px 0; }
    .woocommerce ul.products li.product .shop_product_metas h3 {
      font-size: 0.66667rem;
      font-weight: bold;
      color: #000;
      margin: 0;
      padding: 0 1.66667rem; }
      @media only screen and (min-width: 64em) {
        .woocommerce ul.products li.product .shop_product_metas h3 {
          font-size: 0.77778rem; } }
      .woocommerce ul.products li.product .shop_product_metas h3 a {
        padding: 1.11111rem 0 0.05556rem 0;
        display: inline-block; }
    .woocommerce ul.products li.product .shop_product_metas .shop_product_price {
      font-size: 0.66667rem;
      font-weight: bold;
      display: inline-block;
      margin: 0 0.27778rem;
      vertical-align: middle; }
    .woocommerce ul.products li.product .shop_product_metas .star-rating {
      margin: 0.38889rem auto 0 auto;
      float: none;
      display: block;
      font-size: 0.66667rem; }

@media only screen and (min-width: 64em) {
  .woocommerce ul.products li.product:hover {
    z-index: 1000; }
    .woocommerce ul.products li.product:hover::after {
      -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.3);
      opacity: 1; } }
  @media only screen and (min-width: 64em) and (min-width: 64em) {
    .woocommerce ul.products li.product:hover .product_thumbnail:not(.with_second_image) img {
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0); }
    .woocommerce ul.products li.product:hover .product_thumbnail:not(.with_second_image) .shop_product_buttons_wrapper {
      opacity: 1; }
    .woocommerce ul.products li.product:hover .product_thumbnail.with_second_image img {
      opacity: 0;
      -webkit-transition: opacity 1s ease;
      -o-transition: opacity 1s ease;
      transition: opacity 1s ease; }
    .woocommerce ul.products li.product:hover .product_thumbnail .product_thumbnail_secondary {
      opacity: 1;
      -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
      transform: scale(1.08); }
    .woocommerce ul.products li.product:hover .product_thumbnail .shop_product_buttons_wrapper {
      opacity: .9;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0); }
      .ie9 .woocommerce ul.products li.product:hover .product_thumbnail .shop_product_buttons_wrapper {
        bottom: 0;
        top: auto; } }

.woocommerce .shop-product-badges {
  display: inline-block;
  vertical-align: middle; }
  .woocommerce .shop-product-badges .onsale {
    text-transform: uppercase;
    border-width: 2px;
    border-style: solid;
    border-color: #93ca78;
    border-radius: 5px;
    display: block;
    padding: 0.11111rem 0.38889rem 0.05556rem 0.38889rem;
    margin: 0 0.11111rem;
    font-size: 0.5rem;
    line-height: 1.3em;
    font-weight: bold;
    color: #93ca78;
    letter-spacing: 0.1em; }
  .woocommerce .shop-product-badges .out_of_stock {
    text-transform: uppercase;
    border-width: 2px;
    border-style: solid;
    border-color: #333;
    border-radius: 5px;
    display: block;
    padding: 0.11111rem 0.38889rem 0.05556rem 0.38889rem;
    margin: 0 0.11111rem;
    font-size: 0.5rem;
    line-height: 1.3em;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.1em; }

.out_of_stock {
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: #333;
  border-radius: 5px;
  display: block;
  padding: 0.11111rem 0.38889rem 0.05556rem 0.38889rem;
  margin: 0 0.11111rem;
  font-size: 0.5rem;
  line-height: 1.3em;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em; }

.onsale {
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: #93ca78;
  border-radius: 5px;
  display: block;
  padding: 0.11111rem 0.38889rem 0.05556rem 0.38889rem;
  margin: 0 0.11111rem;
  font-size: 0.5rem;
  line-height: 1.3em;
  font-weight: bold;
  color: #93ca78;
  letter-spacing: 0.1em; }

.getbowtied_ajax_load_button {
  clear: both;
  display: block;
  padding: 5.55556rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 1rem; }
  .getbowtied_ajax_load_button a {
    display: block; }
  .getbowtied_ajax_load_button.finished a {
    color: #ddd;
    cursor: default; }

.getbowtied_ajax_load_more_loader {
  clear: both;
  display: block;
  padding: 5.55556rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  color: #ddd; }

#masonry_grid {
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  -webkit-animation: forceOpacity 1s forwards;
  animation: forceOpacity 1s forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }
  #masonry_grid.visible {
    opacity: 1; }
  #masonry_grid .s_column {
    float: left; }
  #masonry_grid .size-1of1 {
    width: 100%; }
  #masonry_grid .size-1of2 {
    width: 50%; }
  #masonry_grid .size-1of3 {
    width: 33.333%; }
  #masonry_grid .size-1of4 {
    width: 25%; }
  #masonry_grid .size-1of5 {
    width: 20%; }
  #masonry_grid .size-1of6 {
    width: 16.666%; }
  @media only screen and (max-width: 39.9375em) {
    #masonry_grid.masonry_columns_6[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
    #masonry_grid.masonry_columns_6[data-columns]::before {
      content: '3 .s_column.size-1of3'; } }
  @media only screen and (min-width: 64em) and (max-width: 79.9375em) {
    #masonry_grid.masonry_columns_6[data-columns]::before {
      content: '3 .s_column.size-1of3'; } }
  @media only screen and (min-width: 80em) and (max-width: 99.9375em) {
    #masonry_grid.masonry_columns_6[data-columns]::before {
      content: '5 .s_column.size-1of5'; } }
  @media only screen and (min-width: 100em) {
    #masonry_grid.masonry_columns_6[data-columns]::before {
      content: '6 .s_column.size-1of6'; } }
  @media only screen and (max-width: 39.9375em) {
    #masonry_grid.masonry_columns_5[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
    #masonry_grid.masonry_columns_5[data-columns]::before {
      content: '3 .s_column.size-1of3'; } }
  @media only screen and (min-width: 64em) and (max-width: 79.9375em) {
    #masonry_grid.masonry_columns_5[data-columns]::before {
      content: '3 .s_column.size-1of3'; } }
  @media only screen and (min-width: 80em) and (max-width: 99.9375em) {
    #masonry_grid.masonry_columns_5[data-columns]::before {
      content: '4 .s_column.size-1of4'; } }
  @media only screen and (min-width: 100em) {
    #masonry_grid.masonry_columns_5[data-columns]::before {
      content: '5 .s_column.size-1of5'; } }
  @media only screen and (max-width: 39.9375em) {
    #masonry_grid.masonry_columns_4[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
    #masonry_grid.masonry_columns_4[data-columns]::before {
      content: '3 .s_column.size-1of3'; } }
  @media only screen and (min-width: 64em) and (max-width: 79.9375em) {
    #masonry_grid.masonry_columns_4[data-columns]::before {
      content: '3 .s_column.size-1of3'; } }
  @media only screen and (min-width: 80em) and (max-width: 99.9375em) {
    #masonry_grid.masonry_columns_4[data-columns]::before {
      content: '4 .s_column.size-1of4'; } }
  @media only screen and (min-width: 100em) {
    #masonry_grid.masonry_columns_4[data-columns]::before {
      content: '4 .s_column.size-1of4'; } }
  @media only screen and (max-width: 39.9375em) {
    #masonry_grid.masonry_columns_3[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
    #masonry_grid.masonry_columns_3[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (min-width: 64em) and (max-width: 79.9375em) {
    #masonry_grid.masonry_columns_3[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (min-width: 80em) and (max-width: 99.9375em) {
    #masonry_grid.masonry_columns_3[data-columns]::before {
      content: '3 .s_column.size-1of3'; } }
  @media only screen and (min-width: 100em) {
    #masonry_grid.masonry_columns_3[data-columns]::before {
      content: '3 .s_column.size-1of3'; } }
  @media only screen and (max-width: 39.9375em) {
    #masonry_grid.masonry_columns_2[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
    #masonry_grid.masonry_columns_2[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (min-width: 64em) and (max-width: 79.9375em) {
    #masonry_grid.masonry_columns_2[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (min-width: 80em) and (max-width: 99.9375em) {
    #masonry_grid.masonry_columns_2[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (min-width: 100em) {
    #masonry_grid.masonry_columns_2[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (max-width: 39.9375em) {
    #masonry_grid.masonry_columns_1[data-columns]::before {
      content: '1 .s_column.size-1of1'; } }
  @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
    #masonry_grid.masonry_columns_1[data-columns]::before {
      content: '1 .s_column.size-1of1'; } }
  @media only screen and (min-width: 64em) and (max-width: 79.9375em) {
    #masonry_grid.masonry_columns_1[data-columns]::before {
      content: '1 .s_column.size-1of1'; } }
  @media only screen and (min-width: 80em) and (max-width: 99.9375em) {
    #masonry_grid.masonry_columns_1[data-columns]::before {
      content: '1 .s_column.size-1of1'; } }
  @media only screen and (min-width: 100em) {
    #masonry_grid.masonry_columns_1[data-columns]::before {
      content: '1 .s_column.size-1of1'; } }

.woocommerce ul.shop_categories_with_thumb {
  list-style: none;
  padding: 0;
  margin: 0; }
  .woocommerce ul.shop_categories_with_thumb li {
    display: block; }
    .woocommerce ul.shop_categories_with_thumb li a {
      display: block;
      padding: 7.5rem 0;
      text-align: center;
      position: relative;
      overflow: hidden; }
      @media only screen and (min-width: 64em) {
        .woocommerce ul.shop_categories_with_thumb li a {
          padding: 11.11111rem 0; } }
      .woocommerce ul.shop_categories_with_thumb li a .category_img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        -webkit-transition: all 2s cubic-bezier(0, 0, 0.44, 1.18);
        -o-transition: all 2s cubic-bezier(0, 0, 0.44, 1.18);
        transition: all 2s cubic-bezier(0, 0, 0.44, 1.18); }
      .woocommerce ul.shop_categories_with_thumb li a h3 {
        display: inline-block;
        font-size: 1rem;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        background-color: #fff;
        padding: 0.83333rem 1.66667rem 0.83333rem 1.11111rem;
        margin: 0;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        position: relative; }
        @media only screen and (min-width: 64em) {
          .woocommerce ul.shop_categories_with_thumb li a h3 {
            font-size: 3.33333rem;
            padding: 2.22222rem 5.55556rem 2.22222rem 4.44444rem; } }
        .woocommerce ul.shop_categories_with_thumb li a h3 mark {
          background: none;
          position: absolute;
          top: 1.05556rem;
          right: 1.11111rem;
          font-size: 0.61111rem;
          letter-spacing: normal;
          color: #333; }
          @media only screen and (min-width: 64em) {
            .woocommerce ul.shop_categories_with_thumb li a h3 mark {
              top: 2.94444rem;
              right: 3.88889rem;
              font-size: 1.33333rem; } }
    .woocommerce ul.shop_categories_with_thumb li:hover a .category_img {
      -webkit-transform: scale(1.08, 1.08);
      -ms-transform: scale(1.08, 1.08);
      transform: scale(1.08, 1.08); }
    .woocommerce ul.shop_categories_with_thumb li:hover a h3 {
      color: #333;
      -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05); }

.woocommerce ul.shop_categories_list {
  list-style: none;
  padding: 0 1.66667rem;
  margin: 0; }
  .woocommerce ul.shop_categories_list li {
    display: inline-block; }
    .woocommerce ul.shop_categories_list li a {
      display: block;
      padding: 1.66667rem 1.11111rem; }
      .woocommerce ul.shop_categories_list li a h3 {
        font-size: 0.66667rem;
        text-transform: uppercase;
        padding: 0;
        margin: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        @media only screen and (min-width: 64em) {
          .woocommerce ul.shop_categories_list li a h3:hover {
            color: #333; } }
        .woocommerce ul.shop_categories_list li a h3 mark {
          background: none;
          color: #333; }

.woocommerce .woocommerce-pagination {
  display: block;
  clear: both; }
  .woocommerce .woocommerce-pagination ul.page-numbers {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ddd; }
    .woocommerce .woocommerce-pagination ul.page-numbers li {
      float: left; }
    .woocommerce .woocommerce-pagination ul.page-numbers li:last-child {
      margin-right: 0; }
    .woocommerce .woocommerce-pagination ul.page-numbers a, .woocommerce .woocommerce-pagination ul.page-numbers .current {
      display: block;
      padding: 0.72222rem 1.33333rem;
      border-right-width: 1px;
      border-right-style: solid;
      border-right-color: #ddd;
      font-weight: bold;
      font-size: 0.66667rem;
      line-height: 1.38889rem;
      color: #000; }
    @media only screen and (min-width: 64em) {
      .woocommerce .woocommerce-pagination ul.page-numbers a:hover {
        background-color: #000;
        color: #fff; } }
    .woocommerce .woocommerce-pagination ul.page-numbers .current {
      color: #ddd; }
    .woocommerce .woocommerce-pagination ul.page-numbers .prev,
    .woocommerce .woocommerce-pagination ul.page-numbers .next {
      font-size: 0.88889rem;
      line-height: 1.38889rem; }
    .woocommerce .woocommerce-pagination ul.page-numbers:after {
      content: "";
      display: block;
      clear: both; }

body.search-no-results.woocommerce .woocommerce-no-products {
  padding: 0 30px;
  display: table;
  position: relative;
  width: 100%;
  max-width: 868px;
  margin: 80px auto;
  min-height: auto; }
  @media only screen and (min-width: 64em) {
    body.search-no-results.woocommerce .woocommerce-no-products {
      padding: 0;
      margin: 100px auto;
      min-height: 23.77778rem; } }
  body.search-no-results.woocommerce .woocommerce-no-products:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 100px;
    font-weight: bold;
    line-height: 100px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    display: block; }
    @media only screen and (min-width: 64em) {
      body.search-no-results.woocommerce .woocommerce-no-products:before {
        content: "";
        text-align: center;
        width: 23.77778rem;
        height: 23.77778rem;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -11.88889rem;
        margin-left: -11.88889rem;
        text-align: center;
        z-index: 1;
        background: url(../images/big-search.png) center center no-repeat; } }
  body.search-no-results.woocommerce .woocommerce-no-products p {
    font-size: 1.33333rem;
    line-height: 1.66667rem;
    font-weight: bold;
    text-align: center; }
    @media only screen and (min-width: 64em) {
      body.search-no-results.woocommerce .woocommerce-no-products p {
        font-size: 2.66667rem;
        position: relative;
        line-height: 1.25;
        display: table-cell;
        vertical-align: middle;
        z-index: 2; } }

.woocommerce .product_content_wrapper .row_split {
  overflow: hidden; }
  @media only screen and (min-width: 64em) {
    .woocommerce .product_content_wrapper .row_split.zoomed .product-images-wrapper {
      cursor: url(../images/original-zoom-out.svg), e-resize; }
      .woocommerce .product_content_wrapper .row_split.zoomed .product-images-wrapper .swiper-button-prev,
      .woocommerce .product_content_wrapper .row_split.zoomed .product-images-wrapper .swiper-button-next {
        display: block;
        position: fixed;
        top: 50%;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        .woocommerce .product_content_wrapper .row_split.zoomed .product-images-wrapper .swiper-button-prev:hover,
        .woocommerce .product_content_wrapper .row_split.zoomed .product-images-wrapper .swiper-button-next:hover {
          cursor: pointer; }
        .woocommerce .product_content_wrapper .row_split.zoomed .product-images-wrapper .swiper-button-prev.swiper-button-disabled,
        .woocommerce .product_content_wrapper .row_split.zoomed .product-images-wrapper .swiper-button-next.swiper-button-disabled {
          display: none; }
      .woocommerce .product_content_wrapper .row_split.zoomed .product-images-wrapper .swiper-button-prev {
        background: url(../images/original-left.svg) center center no-repeat;
        height: 75px;
        width: 75px;
        opacity: 0.5;
        left: 0;
        margin: 0; }
      .woocommerce .product_content_wrapper .row_split.zoomed .product-images-wrapper .swiper-button-next {
        background: url(../images/original-right.svg) center center no-repeat;
        height: 75px;
        width: 75px;
        opacity: 0.5;
        right: 0;
        margin: 0; } }
  @media only screen and (min-width: 64em) and (min-width: 64em) {
    .woocommerce .product_content_wrapper .row_split.zoomed .product-images-wrapper:hover .swiper-button-prev, .woocommerce .product_content_wrapper .row_split.zoomed .product-images-wrapper:hover .swiper-button-next {
      background-color: rgba(255, 255, 255, 0.6);
      opacity: 0.5; }
      .woocommerce .product_content_wrapper .row_split.zoomed .product-images-wrapper:hover .swiper-button-prev:hover, .woocommerce .product_content_wrapper .row_split.zoomed .product-images-wrapper:hover .swiper-button-next:hover {
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.5); }
      .woocommerce .product_content_wrapper .row_split.zoomed .product-images-wrapper:hover .swiper-button-prev.swiper-button-disabled:hover, .woocommerce .product_content_wrapper .row_split.zoomed .product-images-wrapper:hover .swiper-button-next.swiper-button-disabled:hover {
        background-color: rgba(255, 255, 255, 0.6);
        opacity: 0.5; } }
  @media only screen and (min-width: 64em) {
    .woocommerce .product_content_wrapper .row_split.zoomed .product_infos {
      opacity: 0; } }
  .woocommerce .product_content_wrapper .row_split .row_split_inside {
    position: relative;
    width: 100%; }
    @media only screen and (min-width: 64em) {
      .woocommerce .product_content_wrapper .row_split .row_split_inside {
        width: 200%; } }
    .woocommerce .product_content_wrapper .row_split .row_split_inside:after {
      content: "";
      display: table;
      clear: both; }
    .woocommerce .product_content_wrapper .row_split .row_split_inside .first_col_split {
      width: 100%; }
      @media only screen and (min-width: 64em) {
        .woocommerce .product_content_wrapper .row_split .row_split_inside .first_col_split {
          float: left;
          width: 25%;
          -webkit-transition: width .5s ease;
          -o-transition: width .5s ease;
          transition: width .5s ease; }
          .woocommerce .product_content_wrapper .row_split .row_split_inside .first_col_split.zoomed {
            width: 50%; } }
    .woocommerce .product_content_wrapper .row_split .row_split_inside .second_col_split {
      width: 100%; }
      @media only screen and (min-width: 64em) {
        .woocommerce .product_content_wrapper .row_split .row_split_inside .second_col_split {
          float: left;
          width: 25%; } }

.woocommerce .product_content_wrapper .product_infos {
  padding: 3.33333rem 1.66667rem 20px 1.66667rem; }
  @media only screen and (min-width: 64em) {
    .woocommerce .product_content_wrapper .product_infos {
      padding: 5% 0 5% 15%; } }

@media only screen and (min-width: 64em) {
  .woocommerce .product_content_wrapper.layout_classic .row_split {
    padding: 5rem 15% 5rem 15%; } }

@media only screen and (min-width: 64em) {
  .woocommerce .product_content_wrapper.layout_half .product_infos {
    padding: 14% 16%; } }

.woocommerce.single .woocommerce-breadcrumb {
  display: none;
  font-size: 0.55556rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 1.66667rem 0;
  visibility: hidden; }
  .woocommerce.single .woocommerce-breadcrumb a {
    visibility: visible; }
  .woocommerce.single .woocommerce-breadcrumb span {
    color: #ccc;
    visibility: visible; }
    .woocommerce.single .woocommerce-breadcrumb span:last-child {
      display: none; }
  @media only screen and (min-width: 64em) {
    .woocommerce.single .woocommerce-breadcrumb {
      display: block; } }

.woocommerce .product-images-wrapper {
  overflow: hidden; }
  @media only screen and (min-width: 64em) {
    .woocommerce .product-images-wrapper.zoom_enabled {
      cursor: url(../images/original-zoom-in.svg), e-resize; } }
  .woocommerce .product-images-wrapper .product-image-temp {
    display: none; }
    @media only screen and (min-width: 64em) {
      .woocommerce .product-images-wrapper .product-image-temp.visible {
        display: block; } }
    .woocommerce .product-images-wrapper .product-image-temp img {
      width: 100%; }
  @media only screen and (min-width: 64em) {
    .woocommerce .product-images-wrapper .product-images-carousel.hidden {
      display: none; } }
  .woocommerce .product-images-wrapper .product-images-carousel .swiper-slide img {
    width: 100%;
    padding-left: 1px; }
  .woocommerce .product-images-wrapper .product-images-carousel .swiper-slide.swiper-slide-next {
    padding-left: 1px; }
  .woocommerce .product-images-wrapper .swiper-button-prev,
  .woocommerce .product-images-wrapper .swiper-button-next {
    display: none; }

.woocommerce .swiper-lazy-preloader {
  display: none !important; }

.woocommerce .product_content_wrapper .product-thumbnails-vertical-wrapper {
  display: none;
  width: 90px; }
  @media only screen and (min-width: 80em) {
    .woocommerce .product_content_wrapper .product-thumbnails-vertical-wrapper {
      display: block; } }
  .woocommerce .product_content_wrapper .product-thumbnails-vertical-wrapper .product-thumbnails-carousel {
    height: 380px; }

@media only screen and (min-width: 80em) {
  .woocommerce .product_content_wrapper .product-thumbnails-horizontal-wrapper {
    display: none; } }

.woocommerce .product_content_wrapper .product-thumbnails-carousel .swiper-slide {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer; }
  .woocommerce .product_content_wrapper .product-thumbnails-carousel .swiper-slide.active {
    cursor: default;
    opacity: 0.2; }
  .woocommerce .product_content_wrapper .product-thumbnails-carousel .swiper-slide img {
    width: 100%;
    padding-left: 1px; }

.woocommerce .product_content_wrapper.layout_classic .product-thumbnails-vertical-wrapper {
  position: absolute;
  top: 0px;
  left: -95px;
  z-index: 1000; }

.woocommerce .product_content_wrapper.layout_half .product-thumbnails-vertical-wrapper {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1000; }

.woocommerce .product-badges {
  position: absolute;
  top: 0;
  right: 2.22222rem;
  z-index: 1; }
  .woocommerce .product-badges .onsale {
    text-transform: uppercase;
    border-width: 2px;
    border-style: solid;
    border-color: #93ca78;
    border-radius: 5px;
    display: inline-block;
    padding: 0.11111rem 0.38889rem 0.05556rem 0.38889rem;
    margin: 0 0.11111rem;
    font-size: 0.5rem;
    line-height: 1.3em;
    font-weight: bold;
    color: #93ca78;
    letter-spacing: 0.1em; }
  .woocommerce .product-badges .out_of_stock {
    text-transform: uppercase;
    border-width: 2px;
    border-style: solid;
    border-color: #333;
    border-radius: 5px;
    display: inline-block;
    padding: 0.11111rem 0.38889rem 0.05556rem 0.38889rem;
    margin: 0 0.11111rem;
    font-size: 0.5rem;
    line-height: 1.3em;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.1em; }

.woocommerce .product_title {
  font-size: 1.33333rem;
  text-align: center; }
  @media only screen and (min-width: 64em) {
    .woocommerce .product_title {
      font-size: 3.33333rem;
      line-height: 1em;
      margin: 0 0 1.66667rem 0;
      text-align: left; } }

.woocommerce .product_infos {
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .woocommerce .product_infos .entry-title {
    line-height: 1.2em; }
  .woocommerce .product_infos .after_title_wrapper {
    display: block;
    margin: 0 0 1.66667rem 0;
    text-align: center; }
    @media only screen and (min-width: 64em) {
      .woocommerce .product_infos .after_title_wrapper {
        display: table; } }
    @media only screen and (min-width: 64em) {
      .woocommerce .product_infos .after_title_wrapper .product_sale_badge {
        display: table-cell;
        text-align: left; } }
    .woocommerce .product_infos .after_title_wrapper .product_sale_badge .onsale {
      display: inline-block;
      font-size: 0.5rem;
      margin: 0 0 0.38889rem 0; }
      @media only screen and (min-width: 64em) {
        .woocommerce .product_infos .after_title_wrapper .product_sale_badge .onsale {
          float: left;
          margin: 0.16667rem 0.83333rem 0 0; } }
    @media only screen and (min-width: 64em) {
      .woocommerce .product_infos .after_title_wrapper .product_price {
        display: table-cell;
        vertical-align: middle;
        width: auto;
        text-align: left;
        padding-right: 2.22222rem;
        margin: 0; } }
    .woocommerce .product_infos .after_title_wrapper .product_price .price {
      font-size: 1rem;
      font-weight: bold;
      line-height: 1.66667rem;
      margin: 0; }
      .woocommerce .product_infos .after_title_wrapper .product_price .price del {
        font-weight: normal;
        padding-right: 0.27778rem;
        display: inline-block; }
        @media only screen and (min-width: 64em) {
          .woocommerce .product_infos .after_title_wrapper .product_price .price del {
            margin-bottom: 0; } }
        .woocommerce .product_infos .after_title_wrapper .product_price .price del span {
          text-decoration: line-through; }
      .woocommerce .product_infos .after_title_wrapper .product_price .price ins {
        display: inline-block; }
        @media only screen and (min-width: 64em) {
          .woocommerce .product_infos .after_title_wrapper .product_price .price ins {
            margin-bottom: 0; } }
      @media only screen and (min-width: 64em) {
        .woocommerce .product_infos .after_title_wrapper .product_price .price {
          font-size: 1.22222rem; } }
      @media only screen and (min-width: 100em) {
        .woocommerce .product_infos .after_title_wrapper .product_price .price {
          font-size: 1.66667rem; } }
    @media only screen and (min-width: 64em) {
      .woocommerce .product_infos .after_title_wrapper .product_ratings {
        display: table-cell;
        vertical-align: middle; } }
    .woocommerce .product_infos .after_title_wrapper .product_ratings .woocommerce-product-rating {
      font-size: 0.66667rem; }
      .woocommerce .product_infos .after_title_wrapper .product_ratings .woocommerce-product-rating .star-rating {
        display: inline-block;
        line-height: 1.3em;
        font-size: 0.72222rem; }
      .woocommerce .product_infos .after_title_wrapper .product_ratings .woocommerce-product-rating .woocommerce-review-link {
        display: inline-block;
        font-size: 0.66667rem;
        line-height: 1;
        font-weight: bold;
        display: none;
        padding-left: 5px;
        text-transform: capitalize; }
        @media only screen and (min-width: 100em) {
          .woocommerce .product_infos .after_title_wrapper .product_ratings .woocommerce-product-rating .woocommerce-review-link {
            display: inline-block; } }
  .woocommerce .product_infos .product_excerpt {
    font-size: 0.88889rem;
    margin: 0 0 2.22222rem 0; }
    @media only screen and (min-width: 64em) {
      .woocommerce .product_infos .product_excerpt {
        margin-top: 0;
        font-size: 1rem;
        margin: 0 0 2.22222rem 0; } }
    .woocommerce .product_infos .product_excerpt p {
      font-size: 0.88889rem; }
      @media only screen and (min-width: 64em) {
        .woocommerce .product_infos .product_excerpt p {
          font-size: 1rem; } }
  .woocommerce .product_infos .product_add_to_cart_button {
    display: table;
    width: 100%; }
    .woocommerce .product_infos .product_add_to_cart_button .group_table .product_type_external {
      display: none; }
    .woocommerce .product_infos .product_add_to_cart_button .single_add_to_cart_button {
      margin-top: 1.66667rem;
      width: 100%; }
      @media only screen and (min-width: 64em) {
        .woocommerce .product_infos .product_add_to_cart_button .single_add_to_cart_button {
          width: auto;
          margin-top: 0; } }
  .woocommerce .product_infos .single_variation_wrap {
    margin-top: 1.66667rem; }
  .woocommerce .product_infos .after_single_product_summary {
    width: 100%;
    padding: 0; }
    @media only screen and (min-width: 64em) {
      .woocommerce .product_infos .after_single_product_summary {
        margin-top: 150px;
        border-top: 2px solid #000;
        padding: 1.11111rem 0 0 0;
        display: table; } }
    .woocommerce .product_infos .after_single_product_summary .product_meta_wrapper {
      vertical-align: middle;
      font-size: 0.55556rem;
      font-weight: bold;
      text-transform: uppercase; }
      @media only screen and (min-width: 64em) {
        .woocommerce .product_infos .after_single_product_summary .product_meta_wrapper {
          display: table-cell; } }
      .woocommerce .product_infos .after_single_product_summary .product_meta_wrapper span {
        font-size: 0.55556rem; }
      .woocommerce .product_infos .after_single_product_summary .product_meta_wrapper .posted_in,
      .woocommerce .product_infos .after_single_product_summary .product_meta_wrapper .tagged_as {
        line-height: 1.5em; }
    .woocommerce .product_infos .after_single_product_summary .single_product_share_wrapper {
      padding-top: 20px;
      text-align: right; }
      .woocommerce .product_infos .after_single_product_summary .single_product_share_wrapper:after {
        content: "";
        display: block;
        clear: both; }
      @media only screen and (min-width: 64em) {
        .woocommerce .product_infos .after_single_product_summary .single_product_share_wrapper {
          display: table-cell;
          padding-top: 0;
          vertical-align: top;
          line-height: 0; } }
      @media only screen and (min-width: 80em) {
        .woocommerce .product_infos .after_single_product_summary .single_product_share_wrapper {
          min-width: 210px; } }
  .woocommerce .product_infos .out_of_stock {
    display: inline-block; }
  .woocommerce .product_infos .stock.out-of-stock {
    display: none; }
  .woocommerce .product_infos .woocommerce-variation-availability .stock.out-of-stock {
    display: inline-block; }

.woocommerce .product_infos .stock {
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: #93ca78;
  border-radius: 5px;
  display: inline-block;
  padding: 0.11111rem 0.38889rem 0.05556rem 0.38889rem;
  margin: 0 0 2.77778rem 0;
  font-size: 0.5rem;
  line-height: 1.3em;
  font-weight: bold;
  color: #93ca78;
  letter-spacing: 0.1em; }

.woocommerce table.variations tr {
  border: 0;
  margin: 0 0 30px 0; }

.woocommerce table.variations td {
  padding: 0; }
  .woocommerce table.variations td.value, .woocommerce table.variations td.label {
    float: left;
    display: block;
    width: 100%; }
    .woocommerce table.variations td.value label, .woocommerce table.variations td.label label {
      font-weight: bold;
      font-size: 0.66667rem; }
    .woocommerce table.variations td.value select, .woocommerce table.variations td.label select {
      height: 3.33333rem;
      font-size: 1rem;
      letter-spacing: -0.03em; }

.woocommerce table.variations .variations_label_content label {
  font-weight: bold;
  font-size: 0.66667rem; }

.woocommerce table.variations .reset_variations {
  font-size: 0.77778rem; }

.woocommerce .single_variation .price {
  display: block;
  font-size: 2rem;
  margin-bottom: 1.66667rem;
  font-weight: bold;
  line-height: 1em; }
  .woocommerce .single_variation .price del {
    display: block;
    font-size: 1.22222rem;
    font-weight: normal; }

.woocommerce .product_infos .group_table {
  margin-bottom: 2.77778rem; }
  .woocommerce .product_infos .group_table tr {
    border: none; }
    .woocommerce .product_infos .group_table tr td {
      padding: 0.55556rem 0;
      font-size: 0.66667rem; }
      .woocommerce .product_infos .group_table tr td:first-child {
        width: 100px; }
      .woocommerce .product_infos .group_table tr td label {
        text-transform: none; }
      .woocommerce .product_infos .group_table tr td a {
        font-size: 0.66667rem;
        font-weight: bold; }
        .woocommerce .product_infos .group_table tr td a.button {
          margin-right: 30px;
          padding: 15px; }
      .woocommerce .product_infos .group_table tr td .out-of-stock {
        float: left;
        background: transparent;
        margin: 0.11111rem 0.27778rem 0 0;
        text-transform: uppercase;
        font-size: rel-calc(8);
        font-weight: bold;
        display: block; }
      .woocommerce .product_infos .group_table tr td.woocommerce-grouped-product-list-item__price {
        text-align: right; }

.woocommerce .product_infos .cart {
  margin-bottom: 35px;
  width: 100%;
  display: table; }
  @media only screen and (min-width: 64em) {
    .woocommerce .product_infos .cart {
      display: inherit;
      margin-bottom: 20px; } }
  .woocommerce .product_infos .cart .quantity {
    display: table-cell;
    width: 5.27778rem;
    padding-right: 25px;
    float: none; }
    @media only screen and (min-width: 64em) {
      .woocommerce .product_infos .cart .quantity {
        float: left; } }
    .woocommerce .product_infos .cart .quantity .screen-reader-text {
      display: none; }

.woocommerce .product_infos .single_product_share {
  display: table;
  width: 100%;
  vertical-align: top;
  text-align: left; }
  @media only screen and (min-width: 64em) {
    .woocommerce .product_infos .single_product_share {
      float: right;
      display: inline-block;
      text-align: inherit; } }
  .woocommerce .product_infos .single_product_share:after {
    content: "";
    display: block;
    clear: both; }
  .woocommerce .product_infos .single_product_share .share-product-text {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 0.55556rem;
    font-weight: bold; }
    @media (min-width: 1023px) {
      .woocommerce .product_infos .single_product_share .share-product-text {
        display: none; } }
    @media only screen and (min-width: 80em) {
      .woocommerce .product_infos .single_product_share .share-product-text {
        text-align: right;
        display: inline-block;
        padding-right: 0.55556rem; } }
  .woocommerce .product_infos .single_product_share .social_links {
    display: table-cell;
    text-align: right; }
    @media only screen and (min-width: 64em) {
      .woocommerce .product_infos .single_product_share .social_links {
        display: inline-block; } }
    .woocommerce .product_infos .single_product_share .social_links a {
      padding: 0 12px; }
      .woocommerce .product_infos .single_product_share .social_links a:last-child {
        padding-right: 0; }
      @media only screen and (min-width: 64em) {
        .woocommerce .product_infos .single_product_share .social_links a {
          padding: 0 5px; }
          .woocommerce .product_infos .single_product_share .social_links a:last-child {
            padding-right: 0; }
          .woocommerce .product_infos .single_product_share .social_links a.social_media_facebook:hover {
            color: #3b5998; }
          .woocommerce .product_infos .single_product_share .social_links a.social_media_twitter:hover {
            color: #4099FF; }
          .woocommerce .product_infos .single_product_share .social_links a.social_media_pinterest:hover {
            color: #C92228; } }

.woocommerce .product_meta {
  font-size: 0.72222rem; }
  @media only screen and (min-width: 64em) {
    .woocommerce .product_meta {
      display: block;
      max-width: 220px; } }
  @media only screen and (min-width: 80em) {
    .woocommerce .product_meta {
      display: block;
      max-width: 100%; } }
  .woocommerce .product_meta .posted_in,
  .woocommerce .product_meta .tagged_as,
  .woocommerce .product_meta .sku_wrapper {
    display: block;
    margin-left: -1.66667rem;
    margin-right: -1.66667rem;
    border-bottom: 1px solid #F3F3F3;
    padding: 0.83333rem 1.66667rem 0.66667rem;
    line-height: 1.5em; }
    @media only screen and (min-width: 64em) {
      .woocommerce .product_meta .posted_in,
      .woocommerce .product_meta .tagged_as,
      .woocommerce .product_meta .sku_wrapper {
        text-align: inherit;
        padding: 0 0 6px 0;
        border: none;
        margin-left: inherit;
        margin-right: inherit; } }
  .woocommerce .product_meta .tagged_as {
    border-bottom: 1px solid #F3f3f3; }
    @media only screen and (min-width: 64em) {
      .woocommerce .product_meta .tagged_as {
        border: none; } }

.woocommerce .woocommerce_tabs_wrapper {
  background-color: #f1f1f1;
  padding: 0 0.83333rem;
  margin-top: 0; }
  @media only screen and (min-width: 64em) {
    .woocommerce .woocommerce_tabs_wrapper {
      padding: 30px 0 60px 0; } }
  .woocommerce .woocommerce_tabs_wrapper .row {
    max-width: 1000px; }

.woocommerce .woocommerce-tabs {
  margin: 1.66667rem 0; }
  .woocommerce .woocommerce-tabs ul.tabs {
    margin: 0 0 2.22222rem 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    @media only screen and (min-width: 64em) {
      .woocommerce .woocommerce-tabs ul.tabs {
        margin: 0 0 2.77778rem 0; } }
    .woocommerce .woocommerce-tabs ul.tabs li {
      display: inline-block;
      font-weight: bold;
      font-size: 1rem;
      padding: 0 1.38889rem;
      margin: 5px 0;
      width: 100%; }
      @media only screen and (min-width: 64em) {
        .woocommerce .woocommerce-tabs ul.tabs li {
          width: auto; } }
      .woocommerce .woocommerce-tabs ul.tabs li a {
        padding: 0.27778rem 0;
        display: inline-block;
        border-bottom: 2px solid transparent; }
        .woocommerce .woocommerce-tabs ul.tabs li a sup {
          padding: 0 0 0 3px;
          font-size: 0.66667rem;
          color: #ddd; }
      .woocommerce .woocommerce-tabs ul.tabs li.active a {
        cursor: default;
        color: #333;
        border-bottom: 2px solid #000; }

body.page-template-default .woocommerce_tabs_wrapper .row {
  margin: 0 auto !important; }

.woocommerce .woocommerce-tabs #reviews #comments h2 {
  font-size: 1rem;
  margin-bottom: 1.66667rem;
  text-align: center;
  font-weight: normal;
  border-bottom: solid 1px #dddddd;
  padding-bottom: 1.66667rem;
  margin-bottom: 1.66667rem;
  display: none; }

.woocommerce .woocommerce-tabs #reviews #comments .woocommerce-noreviews {
  display: none; }

.woocommerce .woocommerce-tabs #reviews #comments .commentlist {
  list-style: none;
  margin: 0;
  padding: 0; }

.woocommerce .woocommerce-tabs #reviews #comments .comment_container {
  padding: 0;
  position: relative;
  padding-bottom: 2.22222rem;
  margin-bottom: 2.22222rem;
  border-bottom: solid 1px #ddd;
  text-align: center; }

.woocommerce .woocommerce-tabs #reviews #comments .avatar {
  width: 2.77778rem;
  height: 2.77778rem;
  border-radius: 3.88889rem;
  margin: 0 0 0.83333rem 0; }
  @media only screen and (min-width: 64em) {
    .woocommerce .woocommerce-tabs #reviews #comments .avatar {
      width: 3.88889rem;
      height: 3.88889rem;
      margin: 1.66667rem 0 0.55556rem 0; } }

.woocommerce .woocommerce-tabs #reviews #comments .star-rating {
  float: none;
  display: inline-block;
  margin-bottom: 0.27778rem;
  font-size: 0.77778rem; }
  .woocommerce .woocommerce-tabs #reviews #comments .star-rating span {
    color: #e5b674; }

.woocommerce .woocommerce-tabs #reviews #comments .meta {
  margin-bottom: 0.27778rem; }
  @media only screen and (min-width: 64em) {
    .woocommerce .woocommerce-tabs #reviews #comments .meta {
      margin-bottom: 1.11111rem; } }
  .woocommerce .woocommerce-tabs #reviews #comments .meta strong[itemprop="author"] {
    display: block;
    line-height: 1.3;
    font-size: 0.77778rem; }
    @media only screen and (min-width: 64em) {
      .woocommerce .woocommerce-tabs #reviews #comments .meta strong[itemprop="author"] {
        font-size: 1.11111rem;
        letter-spacing: -0.03em; } }
  .woocommerce .woocommerce-tabs #reviews #comments .meta em.verified {
    display: block;
    font-size: 0.66667rem; }
    @media only screen and (min-width: 64em) {
      .woocommerce .woocommerce-tabs #reviews #comments .meta em.verified {
        font-size: 0.88889rem; } }
  .woocommerce .woocommerce-tabs #reviews #comments .meta time {
    width: 100%;
    display: block;
    font-size: 0.66667rem; }

.woocommerce .woocommerce-tabs #reviews #comments .description {
  padding: 0.55556rem 0 0 0;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6em; }
  @media only screen and (min-width: 64em) {
    .woocommerce .woocommerce-tabs #reviews #comments .description {
      padding: 0.55556rem 0 1.11111rem 0; } }
  .woocommerce .woocommerce-tabs #reviews #comments .description p {
    padding: 0;
    color: #666;
    margin: 0 auto; }

.woocommerce .woocommerce-tabs #reviews #review_form h3 {
  text-align: center;
  margin: 4.44444rem auto 0.55556rem auto;
  text-transform: capitalize;
  line-height: 1.2;
  font-size: 1.33333rem;
  max-width: 700px; }
  @media only screen and (min-width: 64em) {
    .woocommerce .woocommerce-tabs #reviews #review_form h3 {
      font-size: 2rem; } }

.woocommerce .woocommerce-tabs #reviews #review_form #reply-title {
  text-align: center;
  margin: 4.44444rem auto 0.55556rem auto;
  text-transform: capitalize;
  line-height: 1.2;
  font-size: 1.33333rem;
  max-width: 700px;
  display: block; }
  @media only screen and (min-width: 64em) {
    .woocommerce .woocommerce-tabs #reviews #review_form #reply-title {
      font-size: 2rem; } }

.woocommerce .woocommerce-tabs #reviews #review_form .comment-notes {
  text-align: center; }

.woocommerce .woocommerce-tabs #reviews #review_form p.comment-form-rating {
  text-align: center; }
  .woocommerce .woocommerce-tabs #reviews #review_form p.comment-form-rating label {
    display: none; }

.woocommerce .woocommerce-tabs #reviews #review_form p.stars {
  margin: 1.66667rem 0 2.22222rem 0;
  font-size: 1.11111rem; }

.woocommerce .woocommerce-tabs #reviews #review_form p.comment-form-comment textarea {
  border: none;
  padding: 1.66667rem 2.22222rem;
  font-size: 1rem;
  max-height: 19.44444rem;
  font-weight: normal; }

.woocommerce .woocommerce-tabs #reviews #review_form p.comment-form-comment label {
  font-size: 0.66667rem; }

.woocommerce .woocommerce-tabs #reviews #review_form p.form-submit .submit {
  width: 100%; }

.woocommerce .woocommerce-tabs #reviews #review_form p.comment-form-author input, .woocommerce .woocommerce-tabs #reviews #review_form p.comment-form-email input {
  border: none; }

@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-tabs #reviews #review_form p.comment-form-author {
    float: left;
    width: 50%;
    padding-right: 1.11111rem; }
  .woocommerce .woocommerce-tabs #reviews #review_form p.comment-form-email {
    float: left;
    width: 50%;
    padding-left: 1.11111rem; } }

.woocommerce .woocommerce-tabs .shop_attributes th {
  font-weight: bold;
  font-size: 0.66667rem;
  padding: 0.44444rem 0; }
  @media only screen and (min-width: 64em) {
    .woocommerce .woocommerce-tabs .shop_attributes th {
      font-size: 0.77778rem;
      padding: 1.11111rem 0; } }

.woocommerce .woocommerce-tabs .shop_attributes tr {
  border-bottom: solid 2px #ddd; }
  .woocommerce .woocommerce-tabs .shop_attributes tr:last-child {
    border-bottom: none; }
  .woocommerce .woocommerce-tabs .shop_attributes tr td {
    padding: 0.44444rem 0; }
    @media only screen and (min-width: 64em) {
      .woocommerce .woocommerce-tabs .shop_attributes tr td {
        padding: 1.11111rem 0; } }
    .woocommerce .woocommerce-tabs .shop_attributes tr td p {
      margin: 0;
      font-size: 0.66667rem; }
      @media only screen and (min-width: 64em) {
        .woocommerce .woocommerce-tabs .shop_attributes tr td p {
          font-size: 1rem; } }

.woocommerce .woocommerce-tabs #tab-description p {
  font-size: 0.88889rem; }
  @media only screen and (min-width: 64em) {
    .woocommerce .woocommerce-tabs #tab-description p {
      font-size: 1rem; } }

.woocommerce .upsells {
  padding: 1.66667rem 0 2.77778rem 0; }
  .woocommerce .upsells h2 {
    padding: 2.22222rem 0 1.66667rem 0;
    margin: 0;
    text-align: center;
    font-size: 1rem; }
  .woocommerce .upsells ul.products-grid li:nth-child(3) {
    display: none; }
    @media only screen and (min-width: 80em) {
      .woocommerce .upsells ul.products-grid li:nth-child(3) {
        display: block; } }

.woocommerce .related {
  padding: 1.66667rem 0 2.77778rem 0; }
  .woocommerce .related h2 {
    padding: 2.22222rem 0 1.66667rem 0;
    margin: 0;
    text-align: center;
    font-size: 1rem; }
  .woocommerce .related ul.products-grid li:last-child {
    display: none; }
    @media only screen and (min-width: 80em) {
      .woocommerce .related ul.products-grid li:last-child {
        display: block; } }

.offcanvas_quickview {
  position: relative;
  display: none; }
  .offcanvas_for_quickview .offcanvas_quickview {
    display: block; }
  .offcanvas_quickview .product_content_wrapper {
    overflow: auto;
    height: calc(100vh - 60px); }
  .offcanvas_quickview .product-images-wrapper {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
    .offcanvas_quickview .product-images-wrapper .fade-gradient {
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 100%;
      height: 100px;
      z-index: 99;
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
    .offcanvas_quickview .product-images-wrapper .quickview-pagination {
      position: absolute;
      bottom: 0px;
      z-index: 100;
      left: 0;
      width: 100%;
      text-align: center; }
      .offcanvas_quickview .product-images-wrapper .quickview-pagination .swiper-pagination-bullet {
        margin: 0 5px;
        width: 8px;
        height: 8px;
        border: 2px solid #fff;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .offcanvas_quickview .product-images-wrapper .quickview-pagination .swiper-pagination-bullet-active {
        border-color: transparent; }
    .offcanvas_quickview .product-images-wrapper:hover {
      max-height: 1000px !important; }
  .offcanvas_quickview .product_content_wrapper .row .large-12 {
    padding: 0; }
  .offcanvas_quickview .product_content_wrapper .product_infos {
    padding: 2.22222rem 3.33333rem 2.22222rem 3.33333rem; }
    .offcanvas_quickview .product_content_wrapper .product_infos .woocommerce-product-rating {
      display: none; }
      .offcanvas_quickview .product_content_wrapper .product_infos .woocommerce-product-rating a.woocommerce-review-link {
        font-size: 12px;
        line-height: 12px;
        position: relative;
        margin-left: 10px;
        top: -6px; }
    .offcanvas_quickview .product_content_wrapper .product_infos .single_product_share {
      display: none;
      text-align: left; }
    .offcanvas_quickview .product_content_wrapper .product_infos .product_excerpt p {
      font-size: 0.88889rem; }
    .offcanvas_quickview .product_content_wrapper .product_infos h1 {
      font-size: 1.66667rem;
      font-weight: bold;
      margin: 0; }
    .offcanvas_quickview .product_content_wrapper .product_infos .product_meta {
      display: none; }
    .offcanvas_quickview .product_content_wrapper .product_infos .product-badges {
      position: relative;
      display: inline-block;
      line-height: 1.27778rem;
      top: 0;
      left: 0;
      margin: 1.38889rem 0 0.83333rem 0; }
      .offcanvas_quickview .product_content_wrapper .product_infos .product-badges .out_of_stock {
        display: block;
        float: left;
        margin: 0 0.55556rem 0.55556rem 0; }
      .offcanvas_quickview .product_content_wrapper .product_infos .product-badges .onsale {
        display: block;
        float: left;
        margin: 0 0.55556rem 0.55556rem 0; }
      .offcanvas_quickview .product_content_wrapper .product_infos .product-badges .product_price {
        float: left; }
        .offcanvas_quickview .product_content_wrapper .product_infos .product-badges .product_price .price {
          font-size: 1.16667rem;
          margin: 0;
          line-height: 1.16667rem;
          font-weight: normal;
          display: inline-block;
          width: 100%; }
      .offcanvas_quickview .product_content_wrapper .product_infos .product-badges span .amount, .offcanvas_quickview .product_content_wrapper .product_infos .product-badges p .amount, .offcanvas_quickview .product_content_wrapper .product_infos .product-badges del .amount, .offcanvas_quickview .product_content_wrapper .product_infos .product-badges ins .amount {
        font-size: 1.16667rem; }
      .offcanvas_quickview .product_content_wrapper .product_infos .product-badges del .amount {
        text-decoration: line-through; }
    .offcanvas_quickview .product_content_wrapper .product_infos form.cart .quantity {
      float: none;
      display: inline-block; }
    .offcanvas_quickview .product_content_wrapper .product_infos p.out-of-stock {
      display: none; }
  .offcanvas_quickview .buttons .button.first {
    background: #777; }
  .offcanvas_quickview .buttons .single_add_to_cart_button {
    height: 60px;
    line-height: 60px;
    padding: 0;
    position: fixed;
    right: 0;
    bottom: 60px;
    width: 100%;
    max-width: 320px; }
    @media only screen and (min-width: 64em) {
      .offcanvas_quickview .buttons .single_add_to_cart_button {
        max-width: 620px; } }
  .offcanvas_quickview .buttons .view-product {
    height: 60px;
    line-height: 60px;
    padding: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 320px; }
    @media only screen and (min-width: 64em) {
      .offcanvas_quickview .buttons .view-product {
        max-width: 620px; } }

.woocommerce-cart .page-title {
  margin: 0; }

.woocommerce-cart .row {
  max-width: 100%; }

.woocommerce-cart .column, .woocommerce-cart .columns {
  padding: 0; }

.woocommerce-cart .entry-content .woocommerce {
  display: table;
  width: 100%;
  min-height: calc(100vh - 200px); }
  .woocommerce-cart .entry-content .woocommerce form {
    display: block;
    vertical-align: top; }
    @media only screen and (min-width: 64em) {
      .woocommerce-cart .entry-content .woocommerce form {
        display: table-cell; } }
    .woocommerce-cart .entry-content .woocommerce form > p {
      margin: 0; }
    .woocommerce-cart .entry-content .woocommerce form table thead {
      display: none; }
      .woocommerce-cart .entry-content .woocommerce form table thead th {
        padding: 1.11111rem 0; }
        .woocommerce-cart .entry-content .woocommerce form table thead th.product-remove {
          display: none; }
        .woocommerce-cart .entry-content .woocommerce form table thead th.product-thumbnail {
          display: none; }
          @media only screen and (min-width: 64em) {
            .woocommerce-cart .entry-content .woocommerce form table thead th.product-thumbnail {
              display: table-cell; } }
        .woocommerce-cart .entry-content .woocommerce form table thead th.product-name {
          padding: 1.11111rem 1.66667rem; }
          @media only screen and (min-width: 40em) {
            .woocommerce-cart .entry-content .woocommerce form table thead th.product-name {
              padding: 1.11111rem 2.22222rem; } }
        .woocommerce-cart .entry-content .woocommerce form table thead th.product-price {
          display: none; }
          @media only screen and (min-width: 40em) {
            .woocommerce-cart .entry-content .woocommerce form table thead th.product-price {
              display: table-cell; } }
    .woocommerce-cart .entry-content .woocommerce form table tbody tr:last-child {
      border: 0; }
    .woocommerce-cart .entry-content .woocommerce form table tbody td {
      padding: 1.11111rem 0;
      vertical-align: middle;
      color: #333; }
      @media only screen and (min-width: 40em) {
        .woocommerce-cart .entry-content .woocommerce form table tbody td {
          padding: 2.22222rem 0;
          vertical-align: top; } }
      .woocommerce-cart .entry-content .woocommerce form table tbody td.product-remove {
        width: 10%;
        text-align: center; }
      .woocommerce-cart .entry-content .woocommerce form table tbody td.product-thumbnail {
        padding: 0;
        width: 15%;
        vertical-align: top;
        display: none; }
        @media only screen and (min-width: 64em) {
          .woocommerce-cart .entry-content .woocommerce form table tbody td.product-thumbnail {
            display: table-cell;
            vertical-align: middle; } }
        .woocommerce-cart .entry-content .woocommerce form table tbody td.product-thumbnail img {
          width: 100%; }
      .woocommerce-cart .entry-content .woocommerce form table tbody td.product-name {
        width: 50%;
        padding: 1.11111rem 1.66667rem; }
        @media only screen and (min-width: 64em) {
          .woocommerce-cart .entry-content .woocommerce form table tbody td.product-name {
            width: 35%; } }
        @media only screen and (min-width: 40em) {
          .woocommerce-cart .entry-content .woocommerce form table tbody td.product-name {
            padding: 2.22222rem; } }
        .woocommerce-cart .entry-content .woocommerce form table tbody td.product-name a {
          color: #000;
          font-weight: bold;
          font-size: 0.77778rem; }
        .woocommerce-cart .entry-content .woocommerce form table tbody td.product-name dl, .woocommerce-cart .entry-content .woocommerce form table tbody td.product-name dd {
          margin: 0; }
      .woocommerce-cart .entry-content .woocommerce form table tbody td.product-price {
        display: none; }
        @media only screen and (min-width: 40em) {
          .woocommerce-cart .entry-content .woocommerce form table tbody td.product-price {
            display: table-cell;
            font-size: 0.88889rem; } }
      .woocommerce-cart .entry-content .woocommerce form table tbody td.product-quantity .quantity input.qty {
        margin-top: -16px; }
      .woocommerce-cart .entry-content .woocommerce form table tbody td.product-subtotal {
        width: 30%;
        padding-right: 1.66667rem; }
        @media only screen and (min-width: 40em) {
          .woocommerce-cart .entry-content .woocommerce form table tbody td.product-subtotal {
            width: 10%;
            padding-right: 2.22222rem;
            font-size: 0.88889rem; } }
        .woocommerce-cart .entry-content .woocommerce form table tbody td.product-subtotal .remove {
          float: right;
          font-size: 1.22222rem;
          font-weight: bold;
          display: inline-block;
          margin-top: 0.05556rem; }
      .woocommerce-cart .entry-content .woocommerce form table tbody td.actions {
        padding: 1.66667rem; }
        @media only screen and (min-width: 40em) {
          .woocommerce-cart .entry-content .woocommerce form table tbody td.actions {
            padding: 2.22222rem; } }
        .woocommerce-cart .entry-content .woocommerce form table tbody td.actions .button {
          float: left;
          margin-left: 20px;
          background: none;
          color: #000;
          border-width: 2px;
          border-style: solid;
          border-color: #333;
          padding: 14px 20px; }
          .woocommerce-cart .entry-content .woocommerce form table tbody td.actions .button[name="update_cart"] {
            float: right; }
        .woocommerce-cart .entry-content .woocommerce form table tbody td.actions .coupon {
          float: left;
          width: 100%;
          position: relative;
          padding-bottom: 3.61111rem; }
          @media only screen and (min-width: 40em) {
            .woocommerce-cart .entry-content .woocommerce form table tbody td.actions .coupon {
              width: 70%;
              padding-bottom: 0; } }
          .woocommerce-cart .entry-content .woocommerce form table tbody td.actions .coupon label {
            display: none; }
          .woocommerce-cart .entry-content .woocommerce form table tbody td.actions .coupon #coupon_code {
            width: 100%;
            float: left;
            margin: 0;
            height: 45px;
            text-transform: uppercase;
            margin-top: 0px; }
            @media only screen and (min-width: 40em) {
              .woocommerce-cart .entry-content .woocommerce form table tbody td.actions .coupon #coupon_code {
                width: 50%; } }
            @media only screen and (min-width: 80em) {
              .woocommerce-cart .entry-content .woocommerce form table tbody td.actions .coupon #coupon_code {
                width: 65%; } }
          .woocommerce-cart .entry-content .woocommerce form table tbody td.actions .coupon .button {
            position: absolute;
            right: 0;
            padding: 14px 20px;
            bottom: 0;
            width: 100%; }
            @media only screen and (min-width: 40em) {
              .woocommerce-cart .entry-content .woocommerce form table tbody td.actions .coupon .button {
                position: relative;
                width: auto; } }
        .woocommerce-cart .entry-content .woocommerce form table tbody td.actions > input[type="submit"] {
          width: 100%;
          margin-top: 1.11111rem; }
          @media only screen and (min-width: 40em) {
            .woocommerce-cart .entry-content .woocommerce form table tbody td.actions > input[type="submit"] {
              margin-top: 0;
              width: auto; } }
  .woocommerce-cart .entry-content .woocommerce .cart-collaterals {
    display: block;
    width: 100%;
    padding: 30px 30px 0 30px;
    background: #f1f1f1; }
    @media only screen and (min-width: 40em) {
      .woocommerce-cart .entry-content .woocommerce .cart-collaterals {
        padding: 50px; } }
    @media only screen and (min-width: 64em) {
      .woocommerce-cart .entry-content .woocommerce .cart-collaterals {
        display: table-cell;
        width: 40%; } }
    @media only screen and (min-width: 80em) {
      .woocommerce-cart .entry-content .woocommerce .cart-collaterals {
        padding: 70px;
        width: 33.33%; } }
    .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals h2 {
      text-transform: uppercase;
      font-size: 1.33333rem;
      margin-bottom: 1em; }
    .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals table tr:last-child {
      border-bottom: none; }
    .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals table th {
      width: 30%;
      vertical-align: top;
      font-weight: bold;
      font-size: 0.77778rem;
      /*@media only screen and (min-width:64em)
						{
							width: 50%;
						}*/ }
    .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals table td {
      width: 70%;
      text-transform: uppercase;
      font-size: 0.72222rem;
      vertical-align: top;
      /*@media only screen and (min-width:64em)
						{
							width: 50%;
						}*/ }
    .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals table .cart-subtotal td {
      font-size: 1rem;
      font-weight: bold; }
    .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals table .shipping #shipping_method {
      list-style: none;
      margin: 0; }
      .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals table .shipping #shipping_method label {
        margin: 0;
        font-size: 0.66667rem; }
      .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals table .shipping #shipping_method input[type="file"], .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals table .shipping #shipping_method input[type="checkbox"], .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals table .shipping #shipping_method input[type="radio"], .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals table .shipping #shipping_method select {
        margin-bottom: .7em; }
    .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals table .shipping .woocommerce-shipping-calculator .shipping-calculator-button {
      display: inline-block;
      text-transform: none;
      font-size: 0.66667rem;
      margin: 0.55556rem 0 1.11111rem 0;
      font-weight: bold; }
    .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals table .shipping .woocommerce-shipping-calculator .shipping-calculator-form .form-row {
      padding: 0; }
    .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals table .shipping .woocommerce-shipping-calculator .shipping-calculator-form button.button {
      width: 100%; }
    .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals table .shipping .woocommerce-shipping-calculator .shipping-calculator-form select {
      margin: 0; }
    .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals table .order-total td {
      font-size: 1.16667rem;
      font-weight: bold; }
    .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
      position: relative; }
      .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout #woo_pp_ec_button.wcppec-checkout-buttons__button {
        background: none !important; }
      .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .wcppec-checkout-buttons.woo_pp_cart_buttons_div {
        text-align: center; }
        .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .wcppec-checkout-buttons.woo_pp_cart_buttons_div .wcppec-checkout-buttons__separator {
          font-size: 12px;
          padding: 10px 0px; }
        .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .wcppec-checkout-buttons.woo_pp_cart_buttons_div #woo_pp_ec_button.wcppec-checkout-buttons__button {
          background: none !important; }
      .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
        font-size: 0.88889rem;
        padding-top: 1.38889rem;
        padding-bottom: 1.38889rem;
        margin-top: 1.38889rem;
        background-color: #333;
        margin-bottom: 0;
        width: calc( 100% + 60px);
        margin-left: -30px; }
        @media only screen and (min-width: 40em) {
          .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
            width: 100%;
            margin-left: 0;
            margin-bottom: 0; } }
    .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cross-sells {
      margin-top: 3.88889rem; }
      .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cross-sells h2 {
        text-transform: uppercase;
        font-size: 0.72222rem;
        margin-bottom: 1.5em; }
      .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cross-sells ul.products-grid {
        margin: -0.55556rem; }
      .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cross-sells li.product:nth-child(2n+1) {
        clear: both !important; }
      .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cross-sells li.product:nth-child(2n) {
        clear: none !important; }
      .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cross-sells li.product {
        padding: 0.55556rem;
        width: 50%; }
        .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cross-sells li.product .shop-product-badges,
        .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cross-sells li.product .star-rating,
        .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cross-sells li.product .product_after_shop_loop {
          display: none;
          padding: 0; }
        .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cross-sells li.product h3 {
          font-size: 0.66667rem; }
          @media only screen and (min-width: 64em) {
            .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cross-sells li.product h3 {
              font-size: 0.77778rem; } }
        .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cross-sells li.product .shop_product_metas {
          background: transparent; }
        .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cross-sells li.product .shop_product_buttons_wrapper .shop_product_buttons a.button {
          padding: 0;
          width: 30px;
          height: 16px;
          color: transparent;
          overflow: hidden;
          white-space: nowrap;
          padding: 0; }
          .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cross-sells li.product .shop_product_buttons_wrapper .shop_product_buttons a.button:before {
            position: absolute;
            left: 0;
            top: 0;
            color: #000;
            width: 100%; }
        @media only screen and (min-width: 64em) {
          .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cross-sells li.product:hover {
            -webkit-box-shadow: none;
            box-shadow: none; } }

.woocommerce-cart .woocommerce .cart-empty {
  text-align: center;
  font-size: 1.33333rem;
  background: url(../images/empty-cart.png) center center no-repeat;
  margin-top: 60px;
  background-size: 60px;
  height: 100px;
  padding-top: 90px; }
  @media only screen and (min-width: 64em) {
    .woocommerce-cart .woocommerce .cart-empty {
      font-size: 2.5rem;
      padding-top: 60px;
      height: 300px;
      background-size: 300px; } }

.woocommerce-cart .woocommerce .return-to-shop {
  text-align: center;
  margin: 60px auto 100px; }
  @media only screen and (min-width: 64em) {
    .woocommerce-cart .woocommerce .return-to-shop {
      margin: -180px auto 100px; } }
  @media all and (max-width: 310px) {
    .woocommerce-cart .woocommerce .return-to-shop {
      margin-top: 80px; } }

.woocommerce-mini-cart__empty-message {
  text-align: center;
  margin-top: 80px; }

.woocommerce .shop_table {
  width: 100%; }

.woocommerce-checkout:not(.woocommerce-order-received) .page-title {
  margin: 0; }

.woocommerce-checkout:not(.woocommerce-order-received) .row {
  max-width: 100%; }

.woocommerce-checkout:not(.woocommerce-order-received) .column, .woocommerce-checkout:not(.woocommerce-order-received) .columns {
  padding: 0; }

.woocommerce-checkout:not(.woocommerce-order-received).woocommerce-order-pay .woocommerce {
  margin: 100px auto;
  max-width: 1000px;
  width: 100%;
  padding: 0 1.11111rem; }
  .woocommerce-checkout:not(.woocommerce-order-received).woocommerce-order-pay .woocommerce p.woocommerce-SavedPaymentMethods-saveNew label {
    margin-left: 0 !important; }
  .woocommerce-checkout:not(.woocommerce-order-received).woocommerce-order-pay .woocommerce p.woocommerce-SavedPaymentMethods-saveNew input {
    margin: 0; }
  .woocommerce-checkout:not(.woocommerce-order-received).woocommerce-order-pay .woocommerce .order_details {
    margin-bottom: 2.77778rem; }
    .woocommerce-checkout:not(.woocommerce-order-received).woocommerce-order-pay .woocommerce .order_details li {
      padding: 0px 5px;
      text-align: left;
      text-transform: uppercase;
      font-weight: normal !important;
      font-size: 0.72222rem;
      margin-bottom: 0.83333rem; }
      .woocommerce-checkout:not(.woocommerce-order-received).woocommerce-order-pay .woocommerce .order_details li strong {
        width: 100%;
        display: block;
        text-transform: none;
        font-size: 0.88889rem; }

.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .checkout-info {
  float: left;
  display: block;
  width: 100%;
  padding: 0 30px;
  margin-top: 65px;
  margin-left: 0;
  margin-right: 0; }
  @media only screen and (min-width: 40em) {
    .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .checkout-info {
      padding: 0 50px; } }
  @media only screen and (min-width: 64em) {
    .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .checkout-info {
      padding: 0 75px;
      margin-top: 120px; }
      .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .checkout-info .woocommerce-form,
      .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .checkout-info .checkout_coupon {
        margin-top: -120px; } }
  @media only screen and (min-width: 80em) {
    .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .checkout-info {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 120px;
      margin-right: 100px;
      height: auto;
      padding: 0; }
      .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .checkout-info .woocommerce-form,
      .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .checkout-info .checkout_coupon {
        margin-left: -120px;
        margin-right: -100px; } }
  .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .checkout-info .woocommerce-info {
    display: block;
    float: left;
    margin-bottom: 40px;
    font-size: 0.77778rem;
    position: relative;
    width: 100%;
    margin-top: -30px;
    line-height: 1.4; }
    .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .checkout-info .woocommerce-info a {
      text-transform: uppercase;
      text-decoration: underline;
      font-weight: bold;
      line-height: 1.2;
      font-size: 0.66667rem; }
  .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .checkout-info form.login {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    background: #FFF;
    padding: 40px 40px 0 40px; }
    @media only screen and (min-width: 80em) {
      .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .checkout-info form.login {
        padding: 120px 0; } }
    .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .checkout-info form.login p {
      max-width: 400px;
      margin: 0 auto; }
      .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .checkout-info form.login p:first-child {
        font-size: 0.88889rem;
        margin-bottom: 20px; }
      .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .checkout-info form.login p label {
        font-size: 12px; }
        .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .checkout-info form.login p label[for="rememberme"] {
          font-weight: normal;
          text-transform: capitalize;
          width: 100%; }
      .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .checkout-info form.login p input[type="submit"] {
        width: 100%;
        margin-top: 1.66667rem;
        letter-spacing: 1px; }
      .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .checkout-info form.login p.lost_password {
        float: right;
        margin-top: -2px; }
        .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .checkout-info form.login p.lost_password a {
          font-size: 0.66667rem; }
  .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .checkout-info form.checkout_coupon {
    position: absolute;
    left: 0;
    top: 0;
    padding: 40px;
    height: auto;
    width: 100%;
    background: #FFF;
    z-index: 999; }
    @media only screen and (min-width: 64em) {
      .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .checkout-info form.checkout_coupon {
        padding: 120px 0; } }
    .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .checkout-info form.checkout_coupon p.form-row {
      margin-top: 15px; }
    .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .checkout-info form.checkout_coupon p {
      max-width: 800px;
      width: 100%;
      margin: 0 auto;
      padding: 0; }
      .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .checkout-info form.checkout_coupon p input.input-text {
        width: 100%;
        float: left;
        font-size: 1rem;
        text-indent: 1.11111rem;
        height: 60px;
        margin: 0;
        padding: 17px 0;
        line-height: normal; }
        @media only screen and (min-width: 64em) {
          .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .checkout-info form.checkout_coupon p input.input-text {
            width: 65%;
            margin-right: 5%; } }
      .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .checkout-info form.checkout_coupon p input.button {
        padding: 19px 40px;
        margin: 0;
        width: 100%;
        float: right;
        letter-spacing: 1px;
        margin-top: 10px; }
        @media only screen and (min-width: 64em) {
          .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .checkout-info form.checkout_coupon p input.button {
            width: auto;
            margin-top: 0; } }

.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .wc_payment_method input.input-radio {
  width: auto;
  display: inline;
  position: relative !important;
  vertical-align: middle;
  top: -2px !important; }

.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .wc_payment_method label {
  display: inline !important;
  width: auto !important;
  padding: 0 !important; }

.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .wc_payment_method .payment_box {
  padding-right: 1.11111rem;
  padding-top: 1.11111rem; }
  .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .wc_payment_method .payment_box .wc-saved-payment-methods {
    margin-top: 20px; }
    .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .wc_payment_method .payment_box .wc-saved-payment-methods li {
      list-style: none; }

.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .wc_payment_method .wc-payment-form input {
  width: 100%; }

.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .wc_payment_method .wc-stripe-sepa-mandate {
  margin-bottom: 20px !important; }

.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .about_paypal:hover,
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .payment_box a:hover {
  opacity: 0.6; }

.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .woocommerce-terms-and-conditions-wrapper {
  margin-top: 1.11111rem; }
  .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .woocommerce-terms-and-conditions-wrapper .validate-required {
    margin-bottom: 0; }
    .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .woocommerce-terms-and-conditions-wrapper .validate-required .input-checkbox {
      margin: 0; }
    .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .woocommerce-terms-and-conditions-wrapper .validate-required .woocommerce-terms-and-conditions-link:hover {
      opacity: 0.6; }
  .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
    background-color: #fff;
    padding: 20px !important;
    margin-bottom: 1.11111rem;
    max-width: 490px; }
  .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
    margin-bottom: 1.11111rem; }
    .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text .woocommerce-privacy-policy-link {
      font-weight: bold; }
    .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
      font-size: 0.66667rem;
      margin-bottom: 0;
      font-weight: normal;
      line-height: 1.6;
      padding-bottom: 0; }

.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce form.woocommerce-checkout .checkout-col-main {
  padding: 0 30px; }
  @media only screen and (min-width: 40em) {
    .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce form.woocommerce-checkout .checkout-col-main {
      padding: 0 50px; } }
  @media only screen and (min-width: 64em) {
    .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce form.woocommerce-checkout .checkout-col-main {
      padding: 0 75px; } }
  @media only screen and (min-width: 80em) {
    .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce form.woocommerce-checkout .checkout-col-main {
      width: 66.66%;
      padding: 200px 120px 0 120px;
      display: table-cell;
      vertical-align: top; } }

.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce form.woocommerce-checkout .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 998;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden; }
  .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce form.woocommerce-checkout .cover.active {
    opacity: 1;
    visibility: visible; }

.woocommerce-checkout:not(.woocommerce-order-received) .checkout-row {
  display: table;
  width: 100%;
  min-height: calc(100vh - 200px); }
  .woocommerce-checkout:not(.woocommerce-order-received) .checkout-row .checkout-col-aside {
    padding: 30px;
    width: 100%;
    display: block; }
    @media only screen and (min-width: 40em) {
      .woocommerce-checkout:not(.woocommerce-order-received) .checkout-row .checkout-col-aside {
        padding: 50px; } }
    @media only screen and (min-width: 64em) {
      .woocommerce-checkout:not(.woocommerce-order-received) .checkout-row .checkout-col-aside {
        padding: 6.66667rem 3.88889rem;
        display: table-cell;
        width: 33.33%;
        vertical-align: top; } }
    .woocommerce-checkout:not(.woocommerce-order-received) .checkout-row .checkout-col-aside h3 {
      font-size: 1.33333rem;
      margin-bottom: 1.33333rem; }
    .woocommerce-checkout:not(.woocommerce-order-received) .checkout-row .checkout-col-aside #payment #place_order {
      width: calc( 100% + 60px);
      margin-left: -30px;
      margin-right: -30px; }
      @media only screen and (min-width: 40em) {
        .woocommerce-checkout:not(.woocommerce-order-received) .checkout-row .checkout-col-aside #payment #place_order {
          width: 100%;
          margin-left: 0;
          margin-right: 0; } }
    .woocommerce-checkout:not(.woocommerce-order-received) .checkout-row .checkout-col-aside th {
      font-size: 0.77778rem;
      font-weight: bold; }
    .woocommerce-checkout:not(.woocommerce-order-received) .checkout-row .checkout-col-aside .woocommerce-checkout-review-order-table thead {
      display: none; }
    .woocommerce-checkout:not(.woocommerce-order-received) .checkout-row .checkout-col-aside .woocommerce-checkout-review-order-table dl {
      margin-bottom: 0; }
      .woocommerce-checkout:not(.woocommerce-order-received) .checkout-row .checkout-col-aside .woocommerce-checkout-review-order-table dl dd {
        margin-bottom: 0; }
  @media only screen and (min-width: 40em) {
    .woocommerce-checkout:not(.woocommerce-order-received) .checkout-row .validate-phone {
      width: 49%;
      display: inline-block; } }
  @media only screen and (min-width: 40em) {
    .woocommerce-checkout:not(.woocommerce-order-received) .checkout-row .validate-phone + .validate-email {
      width: 49%;
      display: inline-block;
      float: right; } }
  .woocommerce-checkout:not(.woocommerce-order-received) .checkout-row .checkout-col-main {
    width: 100%;
    display: block;
    padding: 0 1.66667rem; }
    @media only screen and (min-width: 64em) {
      .woocommerce-checkout:not(.woocommerce-order-received) .checkout-row .checkout-col-main {
        width: 66.66%;
        padding: 100px 120px 100px 120px;
        display: table-cell;
        vertical-align: top; } }
    .woocommerce-checkout:not(.woocommerce-order-received) .checkout-row .checkout-col-main h3 {
      font-size: 1.33333rem;
      margin-bottom: 50px; }
    @media only screen and (min-width: 40em) {
      .woocommerce-checkout:not(.woocommerce-order-received) .checkout-row .checkout-col-main .form-row-first {
        width: 50%;
        float: left;
        padding-right: 0.55556rem; } }
    @media only screen and (min-width: 40em) {
      .woocommerce-checkout:not(.woocommerce-order-received) .checkout-row .checkout-col-main .form-row-last {
        width: 50%;
        float: right;
        padding-left: 0.55556rem; } }
    .woocommerce-checkout:not(.woocommerce-order-received) .checkout-row .checkout-col-main .woocommerce-billing-fields label {
      font-size: 0.66667rem;
      font-weight: bold; }
    .woocommerce-checkout:not(.woocommerce-order-received) .checkout-row .checkout-col-main .woocommerce-shipping-fields {
      margin-bottom: 80px; }
      .woocommerce-checkout:not(.woocommerce-order-received) .checkout-row .checkout-col-main .woocommerce-shipping-fields h3 {
        margin-bottom: 2.22222rem; }
        .woocommerce-checkout:not(.woocommerce-order-received) .checkout-row .checkout-col-main .woocommerce-shipping-fields h3 label {
          font-size: 1.33333rem;
          font-weight: bold; }
    .woocommerce-checkout:not(.woocommerce-order-received) .checkout-row .checkout-col-main .woocommerce-additional-fields {
      margin-bottom: 80px; }

.woocommerce-checkout:not(.woocommerce-order-received) #order_review .checkout-col-aside {
  padding: 30px;
  width: 100%;
  display: block; }
  @media only screen and (min-width: 40em) {
    .woocommerce-checkout:not(.woocommerce-order-received) #order_review .checkout-col-aside {
      padding: 50px; } }
  @media only screen and (min-width: 64em) {
    .woocommerce-checkout:not(.woocommerce-order-received) #order_review .checkout-col-aside {
      padding: 6.66667rem 3.88889rem;
      display: table-cell;
      width: 33.33%;
      vertical-align: top; } }

.woocommerce-checkout:not(.woocommerce-order-received) .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0; }

.woocommerce-checkout:not(.woocommerce-order-received) .select2-container .select2-selection--single {
  height: 41px;
  font-size: 0.66667rem;
  outline: none; }

.woocommerce-checkout:not(.woocommerce-order-received) .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 41px;
  padding-left: 15px; }

.woocommerce-checkout:not(.woocommerce-order-received) .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 41px; }

.woocommerce-checkout:not(.woocommerce-order-received) .select2-results__options {
  padding: 0 10px; }

.woocommerce-checkout:not(.woocommerce-order-received) .select2-results__option {
  font-size: 0.66667rem;
  border-radius: 4px;
  line-height: 1.42857;
  margin: 3px 0;
  outline: 0; }

.woocommerce-checkout:not(.woocommerce-order-received) .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #ccc;
  color: #000;
  outline: 0; }

.woocommerce-checkout:not(.woocommerce-order-received) .select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  background: #FFF;
  margin-bottom: 0; }

.woocommerce-checkout:not(.woocommerce-order-received) .select2-results {
  background: #FAFAFA; }

.woocommerce-checkout:not(.woocommerce-order-received) .select2-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.1); }

.woocommerce-checkout:not(.woocommerce-order-received) .select2-search--dropdown {
  height: 33px; }
  .woocommerce-checkout:not(.woocommerce-order-received) .select2-search--dropdown:after {
    position: absolute;
    font-family: "FontAwesome";
    content: '\f002';
    top: 0.2rem;
    right: 0.66667rem;
    font-size: 1rem;
    opacity: .5; }

.woocommerce-checkout:not(.woocommerce-order-received) .select2-search__field {
  height: 33px; }

.woocommerce .checkout .checkout-col-main h3,
.woocommerce #order_review .checkout-col-main h3 {
  font-size: 1.22222rem;
  text-transform: uppercase; }
  .woocommerce .checkout .checkout-col-main h3#shipping_address,
  .woocommerce #order_review .checkout-col-main h3#shipping_address {
    display: inline-block; }

.woocommerce .checkout .checkout-col-aside,
.woocommerce #order_review .checkout-col-aside {
  background: #ddd;
  padding: 3.88889rem; }
  .woocommerce .checkout .checkout-col-aside h3,
  .woocommerce #order_review .checkout-col-aside h3 {
    text-transform: uppercase; }
  .woocommerce .checkout .checkout-col-aside #place_order,
  .woocommerce #order_review .checkout-col-aside #place_order {
    width: 100%;
    font-size: 0.88889rem;
    padding-top: 1.38889rem;
    padding-bottom: 1.38889rem;
    margin-top: 1.38889rem;
    background-color: #333; }
  .woocommerce .checkout .checkout-col-aside table.woocommerce-checkout-review-order-table,
  .woocommerce #order_review .checkout-col-aside table.woocommerce-checkout-review-order-table {
    font-size: 0.66667rem; }
    .woocommerce .checkout .checkout-col-aside table.woocommerce-checkout-review-order-table th,
    .woocommerce #order_review .checkout-col-aside table.woocommerce-checkout-review-order-table th {
      width: 50%;
      vertical-align: top;
      padding: 0.83333rem 0; }
    .woocommerce .checkout .checkout-col-aside table.woocommerce-checkout-review-order-table tbody .cart_item .product-name,
    .woocommerce #order_review .checkout-col-aside table.woocommerce-checkout-review-order-table tbody .cart_item .product-name {
      font-size: 0.77778rem;
      font-weight: bold; }
      .woocommerce .checkout .checkout-col-aside table.woocommerce-checkout-review-order-table tbody .cart_item .product-name .variation dd p,
      .woocommerce #order_review .checkout-col-aside table.woocommerce-checkout-review-order-table tbody .cart_item .product-name .variation dd p {
        margin-bottom: 0; }
    .woocommerce .checkout .checkout-col-aside table.woocommerce-checkout-review-order-table tbody .cart_item .product-total,
    .woocommerce #order_review .checkout-col-aside table.woocommerce-checkout-review-order-table tbody .cart_item .product-total {
      vertical-align: top;
      text-align: right; }
      .woocommerce .checkout .checkout-col-aside table.woocommerce-checkout-review-order-table tbody .cart_item .product-total .amount,
      .woocommerce #order_review .checkout-col-aside table.woocommerce-checkout-review-order-table tbody .cart_item .product-total .amount {
        font-size: 0.88889rem;
        font-weight: bold; }
    .woocommerce .checkout .checkout-col-aside table.woocommerce-checkout-review-order-table tfoot tr th, .woocommerce .checkout .checkout-col-aside table.woocommerce-checkout-review-order-table tfoot tr td,
    .woocommerce #order_review .checkout-col-aside table.woocommerce-checkout-review-order-table tfoot tr th,
    .woocommerce #order_review .checkout-col-aside table.woocommerce-checkout-review-order-table tfoot tr td {
      padding: 1.11111rem 0;
      margin: 0; }
    .woocommerce .checkout .checkout-col-aside table.woocommerce-checkout-review-order-table tfoot tr .amount,
    .woocommerce #order_review .checkout-col-aside table.woocommerce-checkout-review-order-table tfoot tr .amount {
      font-size: 0.88889rem;
      font-weight: bold; }
    .woocommerce .checkout .checkout-col-aside table.woocommerce-checkout-review-order-table tfoot tr.order-total .amount,
    .woocommerce #order_review .checkout-col-aside table.woocommerce-checkout-review-order-table tfoot tr.order-total .amount {
      font-weight: bold;
      font-size: 1.16667rem; }
    .woocommerce .checkout .checkout-col-aside table.woocommerce-checkout-review-order-table tfoot tr #shipping_method,
    .woocommerce #order_review .checkout-col-aside table.woocommerce-checkout-review-order-table tfoot tr #shipping_method {
      list-style: none;
      margin: 0; }
      .woocommerce .checkout .checkout-col-aside table.woocommerce-checkout-review-order-table tfoot tr #shipping_method label,
      .woocommerce #order_review .checkout-col-aside table.woocommerce-checkout-review-order-table tfoot tr #shipping_method label {
        margin: 0;
        font-size: 0.66667rem;
        margin-left: 4px; }
        .woocommerce .checkout .checkout-col-aside table.woocommerce-checkout-review-order-table tfoot tr #shipping_method label .amount,
        .woocommerce #order_review .checkout-col-aside table.woocommerce-checkout-review-order-table tfoot tr #shipping_method label .amount {
          font-size: 0.66667rem; }
  .woocommerce .checkout .checkout-col-aside .payment_methods,
  .woocommerce #order_review .checkout-col-aside .payment_methods {
    list-style: none;
    font-size: 0.66667rem;
    margin: 0;
    padding: 0; }
    .woocommerce .checkout .checkout-col-aside .payment_methods > li,
    .woocommerce #order_review .checkout-col-aside .payment_methods > li {
      padding: 20px 0;
      border-bottom: solid 1px #ccc; }
      .woocommerce .checkout .checkout-col-aside .payment_methods > li input,
      .woocommerce #order_review .checkout-col-aside .payment_methods > li input {
        margin: 0; }
      .woocommerce .checkout .checkout-col-aside .payment_methods > li label,
      .woocommerce #order_review .checkout-col-aside .payment_methods > li label {
        font-weight: bold;
        margin: 0;
        width: calc(100% - 25px);
        margin-left: 5px; }
        .woocommerce .checkout .checkout-col-aside .payment_methods > li label img,
        .woocommerce #order_review .checkout-col-aside .payment_methods > li label img {
          max-height: 1.38889rem;
          margin: 0 0.55556rem;
          float: right; }
        .woocommerce .checkout .checkout-col-aside .payment_methods > li label a,
        .woocommerce #order_review .checkout-col-aside .payment_methods > li label a {
          text-transform: none;
          margin-left: 4px; }
      .woocommerce .checkout .checkout-col-aside .payment_methods > li .payment_box,
      .woocommerce #order_review .checkout-col-aside .payment_methods > li .payment_box {
        padding-left: 1.11111rem; }
        .woocommerce .checkout .checkout-col-aside .payment_methods > li .payment_box p,
        .woocommerce #order_review .checkout-col-aside .payment_methods > li .payment_box p {
          font-size: 0.66667rem;
          margin-bottom: 0;
          padding-bottom: 0; }
  .woocommerce .checkout .checkout-col-aside .woocommerce-terms-and-conditions,
  .woocommerce #order_review .checkout-col-aside .woocommerce-terms-and-conditions {
    padding-top: 40px; }
    .woocommerce .checkout .checkout-col-aside .woocommerce-terms-and-conditions #terms,
    .woocommerce #order_review .checkout-col-aside .woocommerce-terms-and-conditions #terms {
      margin: 0;
      float: left; }
    .woocommerce .checkout .checkout-col-aside .woocommerce-terms-and-conditions p,
    .woocommerce #order_review .checkout-col-aside .woocommerce-terms-and-conditions p {
      font-size: 0.66667rem;
      font-weight: normal; }
  .woocommerce .checkout .checkout-col-aside .wc-terms-and-conditions label,
  .woocommerce #order_review .checkout-col-aside .wc-terms-and-conditions label {
    top: -4px;
    position: relative;
    float: left;
    max-width: 90%;
    text-transform: none;
    margin-bottom: 18px; }
    .woocommerce .checkout .checkout-col-aside .wc-terms-and-conditions label span,
    .woocommerce #order_review .checkout-col-aside .wc-terms-and-conditions label span {
      vertical-align: middle; }
    .woocommerce .checkout .checkout-col-aside .wc-terms-and-conditions label input,
    .woocommerce #order_review .checkout-col-aside .wc-terms-and-conditions label input {
      vertical-align: middle;
      margin-right: 5px;
      margin-bottom: 0; }
    .woocommerce .checkout .checkout-col-aside .wc-terms-and-conditions label a.woocommerce-terms-and-conditions-link,
    .woocommerce #order_review .checkout-col-aside .wc-terms-and-conditions label a.woocommerce-terms-and-conditions-link {
      text-transform: capitalize;
      margin-left: 4px; }

.woocommerce .woocommerce-validated input {
  border-bottom: solid 2px #93ca78; }

.woocommerce .woocommerce-invalid input {
  border-bottom: solid 2px #fd8a8a; }

.woocommerce .woocommerce-billing-fields h3 {
  font-size: 1.22222rem;
  text-transform: uppercase;
  margin-bottom: 2.22222rem; }

.woocommerce .woocommerce-shipping-fields {
  margin-top: 2.22222rem; }
  .woocommerce .woocommerce-shipping-fields h3#ship-to-different-address label {
    display: inline-block;
    line-height: 100%; }
  .woocommerce .woocommerce-shipping-fields h3#ship-to-different-address span {
    line-height: 30px; }
  .woocommerce .woocommerce-shipping-fields h3#ship-to-different-address input[type="checkbox"] {
    margin: -10px 0 0;
    padding: 0;
    vertical-align: middle; }
  .woocommerce .woocommerce-shipping-fields textarea#order_comments {
    height: 100px; }

.woocommerce-view-order .woocommerce ul.order_details, .woocommerce-order-pay .woocommerce ul.order_details {
  list-style: none;
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 4.44444rem;
  border-top: solid 2px #cccccc;
  padding-top: 1.11111rem;
  margin-top: 1.11111rem; }
  .woocommerce-view-order .woocommerce ul.order_details li, .woocommerce-order-pay .woocommerce ul.order_details li {
    display: table-cell;
    width: 25%;
    text-align: left;
    padding: 0px 5px; }
    .woocommerce-view-order .woocommerce ul.order_details li > strong, .woocommerce-order-pay .woocommerce ul.order_details li > strong {
      width: 100%;
      display: block; }

.woocommerce-view-order .woocommerce ul:empty, .woocommerce-order-pay .woocommerce ul:empty {
  display: none; }

.woocommerce-view-order .woocommerce h2, .woocommerce-order-pay .woocommerce h2 {
  text-transform: uppercase;
  margin-top: 4.44444rem;
  margin-bottom: 1.11111rem;
  padding: 0;
  font-size: 1.33333rem; }

.woocommerce-view-order .woocommerce h3, .woocommerce-order-pay .woocommerce h3 {
  display: inline-block;
  margin-top: 1.11111rem;
  font-size: 0.88889rem; }

.woocommerce-view-order .woocommerce table.shop_table, .woocommerce-order-pay .woocommerce table.shop_table {
  padding-right: 1.11111rem;
  border-top: solid 1px #f1f1f1;
  margin-top: 1.22222rem; }
  .woocommerce-view-order .woocommerce table.shop_table .wc-item-meta, .woocommerce-order-pay .woocommerce table.shop_table .wc-item-meta {
    margin: 5px 0 0 0; }
    .woocommerce-view-order .woocommerce table.shop_table .wc-item-meta li, .woocommerce-order-pay .woocommerce table.shop_table .wc-item-meta li {
      font-size: 14px;
      list-style: none; }
      .woocommerce-view-order .woocommerce table.shop_table .wc-item-meta li p, .woocommerce-order-pay .woocommerce table.shop_table .wc-item-meta li p {
        display: inline;
        font-size: 14px; }
  .woocommerce-view-order .woocommerce table.shop_table th, .woocommerce-order-pay .woocommerce table.shop_table th {
    font-size: 0.72222rem;
    font-weight: bold; }
  .woocommerce-view-order .woocommerce table.shop_table td.product-name, .woocommerce-order-pay .woocommerce table.shop_table td.product-name {
    font-size: 0.88889rem; }
    .woocommerce-view-order .woocommerce table.shop_table td.product-name > a, .woocommerce-order-pay .woocommerce table.shop_table td.product-name > a {
      font-weight: bold; }
  .woocommerce-view-order .woocommerce table.shop_table .amount, .woocommerce-order-pay .woocommerce table.shop_table .amount {
    font-size: 0.88889rem;
    font-weight: normal; }

.woocommerce-view-order .woocommerce table.customer_details, .woocommerce-order-pay .woocommerce table.customer_details {
  width: 50%;
  float: left;
  margin-top: 0.55556rem; }
  .woocommerce-view-order .woocommerce table.customer_details tr, .woocommerce-order-pay .woocommerce table.customer_details tr {
    border-bottom: none; }
    .woocommerce-view-order .woocommerce table.customer_details tr th, .woocommerce-order-pay .woocommerce table.customer_details tr th {
      font-weight: bold;
      width: 20%;
      padding: 0.55556rem 0;
      margin: 0;
      text-transform: none;
      max-height: 1.11111rem;
      line-height: 1.11111rem;
      font-size: 0.88889rem; }
    .woocommerce-view-order .woocommerce table.customer_details tr td, .woocommerce-order-pay .woocommerce table.customer_details tr td {
      margin: 0;
      padding: 0; }

.woocommerce-view-order .woocommerce address, .woocommerce-order-pay .woocommerce address {
  margin-bottom: 100px; }

.woocommerce-view-order .woocommerce .addresses .col-1, .woocommerce-view-order .woocommerce .addresses .col-2, .woocommerce-order-pay .woocommerce .addresses .col-1, .woocommerce-order-pay .woocommerce .addresses .col-2 {
  width: 100%;
  display: inline-block; }

.woocommerce-view-order .woocommerce .addresses address, .woocommerce-order-pay .woocommerce .addresses address {
  margin-bottom: 0; }

@media only screen and (min-width: 64em) {
  .woocommerce-view-order .woocommerce .col2-set.addresses, .woocommerce-order-pay .woocommerce .col2-set.addresses {
    width: 100%;
    float: left; }
    .woocommerce-view-order .woocommerce .col2-set.addresses .col-1, .woocommerce-view-order .woocommerce .col2-set.addresses .col-2, .woocommerce-order-pay .woocommerce .col2-set.addresses .col-1, .woocommerce-order-pay .woocommerce .col2-set.addresses .col-2 {
      width: 50%;
      float: left;
      padding-right: 1.11111rem; }
      .woocommerce-view-order .woocommerce .col2-set.addresses .col-1 address, .woocommerce-view-order .woocommerce .col2-set.addresses .col-2 address, .woocommerce-order-pay .woocommerce .col2-set.addresses .col-1 address, .woocommerce-order-pay .woocommerce .col2-set.addresses .col-2 address {
        font-style: normal; } }

body:not(.woocommerce-checkout) .woocommerce .woocommerce-order-details table.shop_table .wc-item-meta {
  margin: 5px 0 0 0; }
  body:not(.woocommerce-checkout) .woocommerce .woocommerce-order-details table.shop_table .wc-item-meta li {
    font-size: 14px;
    list-style: none; }
    body:not(.woocommerce-checkout) .woocommerce .woocommerce-order-details table.shop_table .wc-item-meta li p {
      display: inline;
      font-size: 14px; }

body:not(.woocommerce-checkout) .woocommerce address {
  margin-bottom: 100px; }

body:not(.woocommerce-checkout) .woocommerce .woocommerce-customer-details {
  margin-top: 50px; }
  body:not(.woocommerce-checkout) .woocommerce .woocommerce-customer-details > h3.woocommerce-column__title {
    float: left;
    clear: both; }
  body:not(.woocommerce-checkout) .woocommerce .woocommerce-customer-details > address {
    float: left;
    clear: both; }
  body:not(.woocommerce-checkout) .woocommerce .woocommerce-customer-details .woocommerce-column__title {
    font-size: 1.66667rem; }
  body:not(.woocommerce-checkout) .woocommerce .woocommerce-customer-details address {
    font-style: normal; }
  body:not(.woocommerce-checkout) .woocommerce .woocommerce-customer-details .addresses .col-1, body:not(.woocommerce-checkout) .woocommerce .woocommerce-customer-details .addresses .col-2 {
    width: 100%;
    display: inline-block; }
  @media only screen and (min-width: 64em) {
    body:not(.woocommerce-checkout) .woocommerce .woocommerce-customer-details .col2-set:not(#customer_login) {
      width: 100%;
      float: left; }
      body:not(.woocommerce-checkout) .woocommerce .woocommerce-customer-details .col2-set:not(#customer_login) .col-1, body:not(.woocommerce-checkout) .woocommerce .woocommerce-customer-details .col2-set:not(#customer_login) .col-2 {
        width: 50%;
        float: left;
        padding-right: 1.11111rem; }
        body:not(.woocommerce-checkout) .woocommerce .woocommerce-customer-details .col2-set:not(#customer_login) .col-1 address, body:not(.woocommerce-checkout) .woocommerce .woocommerce-customer-details .col2-set:not(#customer_login) .col-2 address {
          font-style: normal; } }

body:not(.woocommerce-checkout) .woocommerce .woocommerce-customer-details--phone,
body:not(.woocommerce-checkout) .woocommerce .woocommerce-customer-details--email {
  margin-bottom: 0px; }
  @media only screen and (max-width: 39.9375em) {
    body:not(.woocommerce-checkout) .woocommerce .woocommerce-customer-details--phone,
    body:not(.woocommerce-checkout) .woocommerce .woocommerce-customer-details--email {
      font-size: 18px; } }

.woocommerce-order-received .woocommerce {
  padding: 1.66667rem 0;
  margin-bottom: 2.77778rem; }
  .woocommerce-order-received .woocommerce > p:first-child {
    font-size: 1.66667rem;
    font-weight: bold;
    line-height: 1.05em;
    padding-bottom: 3.33333rem;
    letter-spacing: -0.05em; }
    @media only screen and (min-width: 64em) {
      .woocommerce-order-received .woocommerce > p:first-child {
        font-size: 6.66667rem; } }
  .woocommerce-order-received .woocommerce ul.order_details {
    list-style: none;
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 4.44444rem;
    border-top: solid 2px #cccccc;
    padding-top: 1.66667rem;
    margin-top: 1.11111rem; }
    .woocommerce-order-received .woocommerce ul.order_details li {
      display: block;
      float: left;
      width: 50%;
      padding: 0px 5px;
      text-align: left;
      text-transform: uppercase;
      font-size: 0.72222rem;
      margin-bottom: 0.83333rem; }
      @media only screen and (min-width: 64em) {
        .woocommerce-order-received .woocommerce ul.order_details li {
          width: 20%;
          display: table-cell;
          float: none;
          margin-bottom: 0; } }
      .woocommerce-order-received .woocommerce ul.order_details li > strong {
        width: 100%;
        display: block;
        text-transform: none;
        font-size: 0.88889rem; }
    .woocommerce-order-received .woocommerce ul.order_details.bacs_details li {
      padding-right: 20px; }
      .woocommerce-order-received .woocommerce ul.order_details.bacs_details li:last-child {
        padding-right: 0; }
  .woocommerce-order-received .woocommerce ul:empty {
    display: none; }
  .woocommerce-order-received .woocommerce h2 {
    text-transform: none;
    margin-top: 3.33333rem;
    margin-bottom: 1.11111rem;
    padding: 1.11111rem 0;
    font-size: 1.66667rem; }
    @media only screen and (min-width: 64em) {
      .woocommerce-order-received .woocommerce h2 {
        font-size: 3.55556rem; } }
  .woocommerce-order-received .woocommerce header h2 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #333; }
  .woocommerce-order-received .woocommerce h3 {
    display: inline-block;
    margin-top: 1.11111rem;
    font-size: 0.88889rem; }
  .woocommerce-order-received .woocommerce table.shop_table {
    padding-right: 1.11111rem;
    margin-top: 1.22222rem; }
    .woocommerce-order-received .woocommerce table.shop_table .wc-item-meta {
      margin: 5px 0 0 0; }
      .woocommerce-order-received .woocommerce table.shop_table .wc-item-meta li {
        font-size: 14px;
        list-style: none; }
        .woocommerce-order-received .woocommerce table.shop_table .wc-item-meta li p {
          display: inline;
          font-size: 14px; }
    .woocommerce-order-received .woocommerce table.shop_table th {
      font-size: 0.66667rem; }
    .woocommerce-order-received .woocommerce table.shop_table td.product-name {
      font-size: 0.88889rem; }
      .woocommerce-order-received .woocommerce table.shop_table td.product-name > a {
        font-weight: bold; }
    .woocommerce-order-received .woocommerce table.shop_table .amount {
      font-size: 0.88889rem;
      font-weight: normal; }
      @media only screen and (min-width: 64em) {
        .woocommerce-order-received .woocommerce table.shop_table .amount {
          font-size: 1rem; } }
    .woocommerce-order-received .woocommerce table.shop_table tfoot tr:last-child {
      border-bottom: none; }
      .woocommerce-order-received .woocommerce table.shop_table tfoot tr:last-child .amount {
        font-weight: bold;
        font-size: 0.88889rem; }
        @media only screen and (min-width: 64em) {
          .woocommerce-order-received .woocommerce table.shop_table tfoot tr:last-child .amount {
            font-size: 1.66667rem; } }
    .woocommerce-order-received .woocommerce table.shop_table tfoot td {
      font-size: 0.72222rem; }
      .woocommerce-order-received .woocommerce table.shop_table tfoot td .amount {
        font-size: 0.88889rem; }
        @media only screen and (min-width: 64em) {
          .woocommerce-order-received .woocommerce table.shop_table tfoot td .amount {
            font-size: 1.22222rem; } }
      .woocommerce-order-received .woocommerce table.shop_table tfoot td small.shipped_via {
        font-size: 13px;
        padding-left: 5px; }
  .woocommerce-order-received .woocommerce table.customer_details {
    width: 100%;
    float: left;
    margin-top: 0.55556rem; }
    @media only screen and (min-width: 64em) {
      .woocommerce-order-received .woocommerce table.customer_details {
        width: 50%;
        float: left; } }
    .woocommerce-order-received .woocommerce table.customer_details tr {
      border-bottom: none; }
      .woocommerce-order-received .woocommerce table.customer_details tr th {
        font-weight: bold;
        padding: 0.55556rem 0;
        margin: 0;
        text-transform: none;
        max-height: 1.11111rem;
        line-height: 1.11111rem;
        font-size: 0.88889rem;
        font-weight: bold;
        width: 100%;
        float: left;
        display: block; }
        @media only screen and (min-width: 64em) {
          .woocommerce-order-received .woocommerce table.customer_details tr th {
            width: 30%;
            float: none;
            display: table-cell; } }
      .woocommerce-order-received .woocommerce table.customer_details tr td {
        margin: 0;
        padding: 0;
        width: 100%;
        float: left;
        display: block;
        margin-top: 0.83333rem; }
        @media only screen and (min-width: 64em) {
          .woocommerce-order-received .woocommerce table.customer_details tr td {
            width: 70%;
            float: none;
            display: table-cell;
            margin-top: 0; } }
  .woocommerce-order-received .woocommerce > address {
    width: 100%;
    font-style: normal;
    margin-bottom: 50px; }
    @media only screen and (min-width: 64em) {
      .woocommerce-order-received .woocommerce > address {
        width: 50%;
        float: right; } }
  .woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-columns--addresses {
    margin-bottom: 75px; }
  .woocommerce-order-received .woocommerce .woocommerce-customer-details > h3.woocommerce-column__title {
    float: left;
    clear: both; }
  .woocommerce-order-received .woocommerce .woocommerce-customer-details > address {
    float: left;
    clear: both; }
  .woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-column__title {
    font-size: 1.66667rem; }
  .woocommerce-order-received .woocommerce .woocommerce-customer-details address {
    font-style: normal; }
  .woocommerce-order-received .woocommerce .woocommerce-customer-details--phone,
  .woocommerce-order-received .woocommerce .woocommerce-customer-details--email {
    margin-bottom: 0px; }
    @media only screen and (max-width: 39.9375em) {
      .woocommerce-order-received .woocommerce .woocommerce-customer-details--phone,
      .woocommerce-order-received .woocommerce .woocommerce-customer-details--email {
        font-size: 18px; } }
  .woocommerce-order-received .woocommerce .addresses .col-1, .woocommerce-order-received .woocommerce .addresses .col-2 {
    width: 100%;
    display: inline-block; }
  @media only screen and (min-width: 64em) {
    .woocommerce-order-received .woocommerce .col2-set:not(#customer_login) {
      width: 100%;
      float: left; }
      .woocommerce-order-received .woocommerce .col2-set:not(#customer_login) .col-1, .woocommerce-order-received .woocommerce .col2-set:not(#customer_login) .col-2 {
        width: 50%;
        float: left;
        padding-right: 1.11111rem; }
        .woocommerce-order-received .woocommerce .col2-set:not(#customer_login) .col-1 address, .woocommerce-order-received .woocommerce .col2-set:not(#customer_login) .col-2 address {
          font-style: normal; } }

.woocommerce-account .page-title {
  margin: 0; }

.woocommerce-account .woocommerce {
  padding: 30px 15px; }
  @media only screen and (min-width: 64em) {
    .woocommerce-account .woocommerce {
      padding: 0; } }
  .woocommerce-account .woocommerce h2 {
    font-size: 1.66667rem;
    margin-bottom: 0; }
    @media only screen and (min-width: 64em) {
      .woocommerce-account .woocommerce h2 {
        font-size: 3.55556rem;
        line-height: 1.2; } }
  .woocommerce-account .woocommerce > address {
    width: 50%;
    font-style: normal;
    margin-bottom: 0; }
    @media only screen and (min-width: 64em) {
      .woocommerce-account .woocommerce > address {
        margin-bottom: 75px; } }
  .woocommerce-account .woocommerce table thead {
    display: none; }
    @media only screen and (min-width: 64em) {
      .woocommerce-account .woocommerce table thead {
        display: table-header-group; } }
  .woocommerce-account .woocommerce table tr {
    display: block;
    margin-bottom: 40px;
    padding-bottom: 25px; }
    @media only screen and (min-width: 64em) {
      .woocommerce-account .woocommerce table tr {
        margin-bottom: 0;
        padding-bottom: 0;
        display: table-row; } }
  .woocommerce-account .woocommerce table.my_account_orders td {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 0.83333rem; }
    .woocommerce-account .woocommerce table.my_account_orders td:before {
      content: attr(data-title) ":";
      display: block;
      width: 100%;
      font-weight: normal;
      text-transform: uppercase;
      font-size: 0.66667rem; }
    @media only screen and (min-width: 64em) {
      .woocommerce-account .woocommerce table.my_account_orders td {
        width: auto;
        display: table-cell;
        margin-bottom: 0;
        padding: 1.11111rem 0; }
        .woocommerce-account .woocommerce table.my_account_orders td:before {
          content: "";
          display: none; } }
  .woocommerce-account .woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions .button {
    display: inline-block;
    background: none !important;
    padding: 13px 0 11px !important;
    margin: 0;
    min-width: auto;
    width: auto;
    font-weight: normal; }
    .woocommerce-account .woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions .button:first-child {
      padding-left: 30px; }
    .woocommerce-account .woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions .button:last-child:after {
      content: "";
      padding: 0; }
    .woocommerce-account .woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions .button:after {
      content: '/';
      padding: 0 10px;
      color: #E6E6E6; }
  .woocommerce-account .woocommerce table td.order-number a {
    font-weight: bold;
    font-size: 1.11111rem; }
    @media only screen and (min-width: 64em) {
      .woocommerce-account .woocommerce table td.order-number a {
        font-size: 0.88889rem; } }
  .woocommerce-account .woocommerce table td.order-total .amount {
    font-weight: bold; }
  .woocommerce-account .woocommerce table td.order-status {
    font-weight: bold; }
  .woocommerce-account .woocommerce table td.order-actions {
    text-align: left; }
    .woocommerce-account .woocommerce table td.order-actions:before {
      display: none; }
    @media only screen and (min-width: 64em) {
      .woocommerce-account .woocommerce table td.order-actions {
        display: table-cell;
        text-align: right; } }
    .woocommerce-account .woocommerce table td.order-actions .view {
      padding: 0;
      margin: 0;
      background: transparent;
      color: #000;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      padding-right: 10px; }
      @media only screen and (min-width: 64em) {
        .woocommerce-account .woocommerce table td.order-actions .view {
          padding-left: 10px;
          padding-right: 0; } }
    .woocommerce-account .woocommerce table td.order-actions a {
      padding: 0;
      margin: 0;
      background: transparent;
      padding-right: 10px; }
      @media only screen and (min-width: 64em) {
        .woocommerce-account .woocommerce table td.order-actions a {
          padding-left: 10px;
          padding-right: 0; } }
  .woocommerce-account .woocommerce table td.order-date {
    display: none; }
    @media only screen and (min-width: 64em) {
      .woocommerce-account .woocommerce table td.order-date {
        display: block; } }
  .woocommerce-account .woocommerce table th {
    font-size: 0.72222rem;
    font-weight: bold; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #f0f0f0; }
    @media only screen and (min-width: 64em) {
      .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
        padding: 0;
        margin: 0;
        border: none; } }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      @media only screen and (min-width: 64em) {
        .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
          margin: 60px 0 80px 0; } }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
        display: block;
        padding: 5px 0; }
        @media only screen and (min-width: 64em) {
          .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
            display: inline-block;
            padding: 0 20px; }
            .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:first-child {
              padding-left: 0; }
            .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
              padding-right: 0; } }
        .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
          display: inline-block;
          font-weight: bold;
          font-size: 0.72222rem;
          letter-spacing: -0.03em;
          opacity: .3;
          text-transform: uppercase;
          position: relative;
          padding: 0 0 0 25px; }
          .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:before {
            content: "\f1db";
            font-family: FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 1.2em;
            font-weight: normal;
            position: absolute;
            left: 0;
            top: -0.2em;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
          .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
            opacity: 1; }
            .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover:before {
              content: "\f111"; }
            @media only screen and (min-width: 64em) {
              .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
                border-bottom: 2px solid #000; } }
          @media only screen and (min-width: 64em) {
            .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
              padding: 5px 0;
              font-size: 1rem;
              text-transform: none;
              border-bottom: 2px solid transparent; }
              .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:before {
                display: none; } }
        .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
          opacity: 1; }
          .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:before {
            content: "\f111"; }
          @media only screen and (min-width: 64em) {
            .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
              border-bottom: 2px solid #000; } }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content > p:first-child {
    border-bottom: 2px solid #ffc741;
    padding: 0 0 1.11111rem 0;
    margin: 0 0 1.38889rem 0; }
    @media only screen and (min-width: 64em) {
      .woocommerce-account .woocommerce .woocommerce-MyAccount-content > p:first-child {
        padding: 0 0 1.94444rem 0;
        margin: 0 0 2.22222rem 0; } }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content > p:first-child a:hover {
      opacity: .5; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .form-row #account_display_name {
    margin-bottom: 0; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .form-row span em {
    font-size: 13px;
    font-style: normal;
    display: block;
    margin: 0.6rem 0 1.11111rem 0; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-payment-methods-table {
    margin-bottom: 30px; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod {
    list-style: none;
    padding: 20px 0;
    border-bottom: 1px solid; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod input {
      margin: 0 !important;
      top: -1px !important;
      position: relative !important;
      display: inline; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod label {
      display: inline !important;
      padding-left: 0 !important; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Payment .wc-payment-form {
    margin: 1rem 2rem; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Payment .wc-payment-form input {
      width: 100%; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Payment .payment_box p {
    font-weight: normal;
    line-height: 1.6;
    font-size: 0.66667rem;
    margin-bottom: 0;
    padding: 1rem 2rem; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Payment .payment_box .wc-stripe-sepa-mandate {
    margin-bottom: 10px !important; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content > p:last-child a {
    color: #ffc741; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content > p:last-child a:hover {
      opacity: .5; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content mark {
    background: transparent;
    font-weight: bold;
    color: inherit; }
  .woocommerce-account .woocommerce .myaccount_user {
    padding-bottom: 1.66667rem;
    margin-bottom: 3.05556rem;
    font-size: 0.77778rem; }
    @media only screen and (min-width: 64em) {
      .woocommerce-account .woocommerce .myaccount_user {
        margin-top: 3.33333rem;
        font-size: 1rem;
        margin-bottom: 5rem; } }
    .woocommerce-account .woocommerce .myaccount_user a, .woocommerce-account .woocommerce .myaccount_user strong {
      font-weight: bold;
      color: #000; }
  .woocommerce-account .woocommerce .my_account_orders {
    margin-top: 0.27778rem;
    margin-bottom: 1.11111rem; }
    @media only screen and (min-width: 64em) {
      .woocommerce-account .woocommerce .my_account_orders {
        margin-bottom: 3.33333rem; } }
  .woocommerce-account .woocommerce .myaccount_address {
    padding-top: 0;
    margin-top: 0;
    padding-right: 1.11111rem; }
    @media only screen and (min-width: 64em) {
      .woocommerce-account .woocommerce .myaccount_address {
        padding-top: 1.38889rem; } }
  .woocommerce-account .woocommerce .addresses {
    padding-top: 0;
    margin-top: 0;
    padding-right: 1.11111rem; }
    .woocommerce-account .woocommerce .addresses .col-1,
    .woocommerce-account .woocommerce .addresses .col-2 {
      float: none; }
    @media only screen and (min-width: 64em) {
      .woocommerce-account .woocommerce .addresses {
        margin-bottom: 75px;
        padding-bottom: 0; } }
    .woocommerce-account .woocommerce .addresses .address {
      position: relative;
      padding-bottom: 1.66667rem; }
      @media only screen and (min-width: 64em) {
        .woocommerce-account .woocommerce .addresses .address {
          margin-bottom: 0;
          padding-bottom: 1.66667rem; }
          .woocommerce-account .woocommerce .addresses .address.col-1 {
            padding-right: 25px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; } }
    .woocommerce-account .woocommerce .addresses header.title a.edit {
      color: #000;
      font-size: 0.66667rem;
      text-transform: uppercase;
      font-weight: bold;
      position: absolute;
      top: 100%; }
      @media only screen and (max-width: 39.9375em), only screen and (min-width: 40em) and (max-width: 63.9375em) {
        .woocommerce-account .woocommerce .addresses header.title a.edit {
          position: initial; } }
    .woocommerce-account .woocommerce .addresses address {
      font-style: normal;
      padding-bottom: 20px; }
  .woocommerce-account .woocommerce p.form-row {
    margin-bottom: 0; }
  @media only screen and (min-width: 40em) {
    .woocommerce-account .woocommerce .form-row-first,
    .woocommerce-account .woocommerce .form-row-last {
      width: 48%;
      float: left; } }
  @media only screen and (min-width: 40em) {
    .woocommerce-account .woocommerce .form-row-first {
      margin-right: 4%; } }
  .woocommerce-account .woocommerce #billing_address_1_field input, .woocommerce-account .woocommerce #shipping_address_1_field input {
    margin-bottom: 0.22222rem; }
  .woocommerce-account .woocommerce form.edit-account {
    font-size: 0.66667rem;
    margin-top: 3.33333rem; }
    .woocommerce-account .woocommerce form.edit-account fieldset {
      margin: 0;
      padding: 0;
      border: none;
      margin-top: 4.44444rem; }
      .woocommerce-account .woocommerce form.edit-account fieldset legend {
        font-weight: bold;
        margin: 0;
        padding: 0;
        margin-bottom: 3.33333rem;
        font-size: 1.66667rem; }
        @media only screen and (min-width: 64em) {
          .woocommerce-account .woocommerce form.edit-account fieldset legend {
            font-size: 3.55556rem; } }
    .woocommerce-account .woocommerce form.edit-account input[type="submit"] {
      width: 100%; }
      @media only screen and (min-width: 64em) {
        .woocommerce-account .woocommerce form.edit-account input[type="submit"] {
          width: auto; } }
  .woocommerce-account .woocommerce form h3 {
    margin: 1.11111rem 0; }
    @media only screen and (min-width: 64em) {
      .woocommerce-account .woocommerce form h3 {
        margin: inherit; } }

.woocommerce-account.woocommerce-edit-address form h3 {
  font-size: 1.66667rem;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  margin-bottom: 10px; }
  @media only screen and (min-width: 64em) {
    .woocommerce-account.woocommerce-edit-address form h3 {
      font-size: 3.55556rem;
      margin: 60px 0; } }

.woocommerce-account.woocommerce-edit-address form input[type="submit"] {
  margin-bottom: -20px; }
  @media only screen and (min-width: 64em) {
    .woocommerce-account.woocommerce-edit-address form input[type="submit"] {
      margin: 20px 0 48px 0; } }

.woocommerce-account.woocommerce-edit-address form .woocommerce-address-fields p.form-row label {
  font-size: 0.66667rem;
  font-weight: bold; }

.woocommerce-account.woocommerce-edit-address form .woocommerce-address-fields p.form-row#billing_country_field, .woocommerce-account.woocommerce-edit-address form .woocommerce-address-fields p.form-row#shipping_country_field {
  margin-bottom: 20px; }

@media only screen and (min-width: 64em) {
  .woocommerce-account.woocommerce-edit-account .woocommerce {
    margin: 50px 0; } }

.woocommerce-account.woocommerce-edit-account .woocommerce fieldset {
  border: none;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 0; }
  .woocommerce-account.woocommerce-edit-account .woocommerce fieldset legend {
    font-size: 1.66667rem;
    line-height: 1.2;
    margin-bottom: 25px; }
    @media only screen and (min-width: 64em) {
      .woocommerce-account.woocommerce-edit-account .woocommerce fieldset legend {
        font-size: 3.55556rem; } }

.woocommerce-account.woocommerce-edit-account .woocommerce input[type="submit"] {
  margin-top: 10px;
  margin-bottom: -20px; }

.woocommerce-account.woocommerce-downloads .woocommerce-Button {
  margin-right: 20px;
  color: #FFF; }

@media only screen and (min-width: 40em) {
  .woocommerce-account .woocommerce-Address {
    margin-bottom: 50px; }
  .woocommerce-account .woocommerce-Address-title .edit {
    margin-top: -50px; } }

@media only screen and (min-width: 64em) {
  .woocommerce-account .woocommerce {
    padding: 1.66667rem 0; }
    .woocommerce-account .woocommerce #customer_login {
      width: 50%;
      position: relative;
      margin: 0 auto;
      padding: 4.44444rem; }
      .woocommerce-account .woocommerce #customer_login button {
        width: 100%; }
    .woocommerce-account .woocommerce form.lost_reset_password {
      width: 50%;
      position: relative;
      margin: 0 auto;
      padding: 3.33333rem;
      background: #FFF; }
      .woocommerce-account .woocommerce form.lost_reset_password > p:first-child {
        font-weight: bold;
        margin-bottom: 55px; }
      .woocommerce-account .woocommerce form.lost_reset_password p.form-row {
        width: 100%; }
        .woocommerce-account .woocommerce form.lost_reset_password p.form-row .woocommerce-password-strength {
          font-size: 13px;
          font-weight: bold; }
        .woocommerce-account .woocommerce form.lost_reset_password p.form-row small {
          font-size: 13px;
          line-height: 18px;
          margin-bottom: 30px;
          display: inline-block; }
      .woocommerce-account .woocommerce form.lost_reset_password label {
        font-weight: bold;
        padding-bottom: 5px; }
      .woocommerce-account .woocommerce form.lost_reset_password input {
        width: 100%; }
    .woocommerce-account .woocommerce .addresses .col-1,
    .woocommerce-account .woocommerce .addresses .col-2 {
      float: left;
      padding-right: 100px; } }

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.05); }

.select2-container .select2-selection--single {
  height: 41px;
  font-size: 0.66667rem;
  outline: none; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 41px;
  padding-left: 15px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 41px; }

.select2-results__options {
  padding: 0 10px; }

.select2-results__option {
  font-size: 0.66667rem;
  border-radius: 4px;
  line-height: 1.42857;
  margin: 3px 0;
  outline: 0; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #ccc;
  color: #000;
  outline: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  background: #FFF;
  margin-bottom: 0; }

.select2-results {
  background: #FAFAFA; }

.select2-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.1); }

.select2-search--dropdown {
  height: 33px; }
  .select2-search--dropdown:after {
    position: absolute;
    font-family: "FontAwesome";
    content: '\f002';
    top: 0.2rem;
    right: 0.66667rem;
    font-size: 1rem;
    opacity: .5; }

.select2-search__field {
  height: 33px; }

.woocommerce-account .woocommerce #customer_login {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 1.11111rem;
  font-size: 0.66667rem; }
  .woocommerce-account .woocommerce #customer_login .woocommerce-password-strength {
    margin: -10px 0 20px 0; }
  .woocommerce-account .woocommerce #customer_login small.woocommerce-password-hint {
    margin: -20px 0 20px 0;
    display: block;
    font-size: 0.55556rem; }
  .woocommerce-account .woocommerce #customer_login h2 {
    width: 50%;
    font-size: 0.66667rem;
    padding-bottom: 1.11111rem;
    margin-bottom: 1.11111rem;
    color: #333;
    z-index: 99;
    float: left;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: solid 4px #333;
    transition: all 0.3s; }
    .woocommerce-account .woocommerce #customer_login h2.loginTab {
      margin-left: 0; }
    .woocommerce-account .woocommerce #customer_login h2.active {
      color: #000;
      border-bottom: solid 4px #000; }
  .woocommerce-account .woocommerce #customer_login input[type="submit"] {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center; }
    @media only screen and (min-width: 64em) {
      .woocommerce-account .woocommerce #customer_login input[type="submit"] {
        bottom: auto; } }
  .woocommerce-account .woocommerce #customer_login p {
    font-size: 0.66667rem;
    line-height: 2; }
    .woocommerce-account .woocommerce #customer_login p.lost_password {
      text-align: right; }
    .woocommerce-account .woocommerce #customer_login p.sendbutton {
      margin-top: 2.22222rem; }
    .woocommerce-account .woocommerce #customer_login p.form-row {
      display: inline-block;
      width: 100%;
      position: relative; }
  .woocommerce-account .woocommerce #customer_login label input {
    margin: 0;
    padding: 0; }
  .woocommerce-account .woocommerce #customer_login label[for="rememberme"] {
    margin: 0;
    padding: 0;
    float: left;
    text-transform: capitalize;
    color: #333;
    font-size: 0.66667rem; }
  .woocommerce-account .woocommerce #customer_login .registerContainer {
    display: none; }
    .woocommerce-account .woocommerce #customer_login .registerContainer #reg_password {
      margin-bottom: 40px; }

@media only screen and (min-width: 64em) {
  .woocommerce-account .woocommerce #customer_login {
    width: 17.77778rem;
    margin: 0 auto;
    padding: 0; } }

.woocommerce-order-pay:not(.logged-in) .woocommerce-info {
  text-align: center;
  padding-bottom: 15px; }

.woocommerce-order-pay:not(.logged-in) .woocommerce {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 1.11111rem;
  font-size: 0.66667rem; }
  .woocommerce-order-pay:not(.logged-in) .woocommerce .woocommerce-password-strength {
    margin: -10px 0 20px 0; }
  .woocommerce-order-pay:not(.logged-in) .woocommerce small.woocommerce-password-hint {
    margin: -20px 0 20px 0;
    display: block;
    font-size: 0.55556rem; }
  .woocommerce-order-pay:not(.logged-in) .woocommerce h2 {
    width: 50%;
    font-size: 0.66667rem;
    padding-bottom: 1.11111rem;
    margin-bottom: 1.11111rem;
    color: #333;
    z-index: 99;
    float: left;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: solid 4px #333;
    transition: all 0.3s; }
    .woocommerce-order-pay:not(.logged-in) .woocommerce h2.loginTab {
      margin-left: 0; }
    .woocommerce-order-pay:not(.logged-in) .woocommerce h2.active {
      color: #000;
      border-bottom: solid 4px #000; }
  .woocommerce-order-pay:not(.logged-in) .woocommerce input[type="submit"] {
    position: absolute;
    bottom: -55px;
    width: 100%;
    text-align: center; }
  .woocommerce-order-pay:not(.logged-in) .woocommerce p {
    font-size: 0.66667rem;
    line-height: 2; }
    .woocommerce-order-pay:not(.logged-in) .woocommerce p.lost_password {
      text-align: right;
      width: 50%;
      display: inline-block;
      margin-left: -4px; }
    .woocommerce-order-pay:not(.logged-in) .woocommerce p.sendbutton {
      margin-top: 2.22222rem; }
    .woocommerce-order-pay:not(.logged-in) .woocommerce p.form-row {
      display: inline-block;
      width: 50%;
      margin: 0; }
      .woocommerce-order-pay:not(.logged-in) .woocommerce p.form-row:first-child, .woocommerce-order-pay:not(.logged-in) .woocommerce p.form-row:nth-child(2) {
        width: 100%; }
  .woocommerce-order-pay:not(.logged-in) .woocommerce label {
    display: inline-block;
    padding: 0; }
    .woocommerce-order-pay:not(.logged-in) .woocommerce label input {
      margin: 0;
      padding: 0; }
    .woocommerce-order-pay:not(.logged-in) .woocommerce label span {
      margin: -4px 5 0 0;
      padding: 0;
      text-transform: capitalize;
      font-size: 0.66667rem; }
  .woocommerce-order-pay:not(.logged-in) .woocommerce .registerContainer {
    display: none; }
    .woocommerce-order-pay:not(.logged-in) .woocommerce .registerContainer #reg_password {
      margin-bottom: 40px; }

@media only screen and (min-width: 64em) {
  .woocommerce-order-pay:not(.logged-in) .woocommerce {
    width: 17.77778rem;
    margin: 0 auto;
    padding: 1.66667rem 0; } }

.woocommerce-view-order .woocommerce .order-info, .woocommerce-order-pay .woocommerce .order-info {
  padding-bottom: 1.66667rem;
  margin-bottom: 2.77778rem;
  font-size: 0.77778rem; }
  @media only screen and (min-width: 64em) {
    .woocommerce-view-order .woocommerce .order-info, .woocommerce-order-pay .woocommerce .order-info {
      margin-top: 3.33333rem;
      font-size: 1rem;
      margin-bottom: 5rem; } }
  .woocommerce-view-order .woocommerce .order-info mark, .woocommerce-order-pay .woocommerce .order-info mark {
    background: transparent;
    font-weight: bold;
    color: inherit; }

.woocommerce-view-order .woocommerce .woocommerce-customer-details h2.woocommerce-column__title, .woocommerce-order-pay .woocommerce .woocommerce-customer-details h2.woocommerce-column__title {
  margin-bottom: 20px; }

.woocommerce-view-order .woocommerce .woocommerce-customer-details .woocommerce-column__title, .woocommerce-order-pay .woocommerce .woocommerce-customer-details .woocommerce-column__title {
  font-size: 1.66667rem; }

.woocommerce-view-order .woocommerce .woocommerce-customer-details address, .woocommerce-order-pay .woocommerce .woocommerce-customer-details address {
  font-style: normal; }

.woocommerce-view-order .woocommerce .woocommerce-customer-details--phone,
.woocommerce-view-order .woocommerce .woocommerce-customer-details--email, .woocommerce-order-pay .woocommerce .woocommerce-customer-details--phone,
.woocommerce-order-pay .woocommerce .woocommerce-customer-details--email {
  margin-bottom: 0px; }
  @media only screen and (max-width: 39.9375em) {
    .woocommerce-view-order .woocommerce .woocommerce-customer-details--phone,
    .woocommerce-view-order .woocommerce .woocommerce-customer-details--email, .woocommerce-order-pay .woocommerce .woocommerce-customer-details--phone,
    .woocommerce-order-pay .woocommerce .woocommerce-customer-details--email {
      font-size: 18px; } }

.woocommerce-view-order .woocommerce h2, .woocommerce-order-pay .woocommerce h2 {
  text-transform: none;
  font-size: 1.66667rem;
  margin-top: 2.77778rem; }
  @media only screen and (min-width: 64em) {
    .woocommerce-view-order .woocommerce h2, .woocommerce-order-pay .woocommerce h2 {
      font-size: 3.55556rem; } }

.woocommerce-view-order .woocommerce table.shop_table, .woocommerce-order-pay .woocommerce table.shop_table {
  border-top: none; }
  .woocommerce-view-order .woocommerce table.shop_table thead, .woocommerce-order-pay .woocommerce table.shop_table thead {
    display: table-header-group; }
    .woocommerce-view-order .woocommerce table.shop_table thead tr, .woocommerce-order-pay .woocommerce table.shop_table thead tr {
      border-bottom: 2px solid #f0f0f0;
      display: table-row;
      margin: 0;
      padding: 0; }
      .woocommerce-view-order .woocommerce table.shop_table thead tr th, .woocommerce-order-pay .woocommerce table.shop_table thead tr th {
        width: 60%; }
  .woocommerce-view-order .woocommerce table.shop_table tbody tr, .woocommerce-order-pay .woocommerce table.shop_table tbody tr {
    display: table-row;
    margin: 0;
    padding: 0; }
    .woocommerce-view-order .woocommerce table.shop_table tbody tr td, .woocommerce-order-pay .woocommerce table.shop_table tbody tr td {
      padding-right: 1.11111rem;
      font-size: 0.88889rem; }
    .woocommerce-view-order .woocommerce table.shop_table tbody tr:last-child:not(.order_item), .woocommerce-order-pay .woocommerce table.shop_table tbody tr:last-child:not(.order_item) {
      border: none; }
      .woocommerce-view-order .woocommerce table.shop_table tbody tr:last-child:not(.order_item) .amount, .woocommerce-order-pay .woocommerce table.shop_table tbody tr:last-child:not(.order_item) .amount {
        font-size: 0.88889rem;
        font-weight: bold; }
        @media only screen and (min-width: 64em) {
          .woocommerce-view-order .woocommerce table.shop_table tbody tr:last-child:not(.order_item) .amount, .woocommerce-order-pay .woocommerce table.shop_table tbody tr:last-child:not(.order_item) .amount {
            font-size: 1.66667rem; } }
  .woocommerce-view-order .woocommerce table.shop_table tfoot tr, .woocommerce-order-pay .woocommerce table.shop_table tfoot tr {
    display: table-row;
    margin: 0;
    padding: 0; }
    .woocommerce-view-order .woocommerce table.shop_table tfoot tr td, .woocommerce-order-pay .woocommerce table.shop_table tfoot tr td {
      font-size: 16px; }
    .woocommerce-view-order .woocommerce table.shop_table tfoot tr:last-child:not(.order_item), .woocommerce-order-pay .woocommerce table.shop_table tfoot tr:last-child:not(.order_item) {
      border: none; }
      .woocommerce-view-order .woocommerce table.shop_table tfoot tr:last-child:not(.order_item) td, .woocommerce-order-pay .woocommerce table.shop_table tfoot tr:last-child:not(.order_item) td {
        padding: 1.38889rem 0; }
      .woocommerce-view-order .woocommerce table.shop_table tfoot tr:last-child:not(.order_item) .amount, .woocommerce-order-pay .woocommerce table.shop_table tfoot tr:last-child:not(.order_item) .amount {
        font-size: 0.88889rem;
        font-weight: bold; }
        @media only screen and (min-width: 64em) {
          .woocommerce-view-order .woocommerce table.shop_table tfoot tr:last-child:not(.order_item) .amount, .woocommerce-order-pay .woocommerce table.shop_table tfoot tr:last-child:not(.order_item) .amount {
            font-size: 1.66667rem; } }
  .woocommerce-view-order .woocommerce table.shop_table.customer_details, .woocommerce-order-pay .woocommerce table.shop_table.customer_details {
    width: 100%; }
    .woocommerce-view-order .woocommerce table.shop_table.customer_details th, .woocommerce-order-pay .woocommerce table.shop_table.customer_details th {
      width: 100%;
      float: left; }
      @media only screen and (min-width: 64em) {
        .woocommerce-view-order .woocommerce table.shop_table.customer_details th, .woocommerce-order-pay .woocommerce table.shop_table.customer_details th {
          width: 30%;
          float: none; } }
    .woocommerce-view-order .woocommerce table.shop_table.customer_details td, .woocommerce-order-pay .woocommerce table.shop_table.customer_details td {
      width: 100%;
      float: left;
      margin-top: 1.11111rem; }
      @media only screen and (min-width: 64em) {
        .woocommerce-view-order .woocommerce table.shop_table.customer_details td, .woocommerce-order-pay .woocommerce table.shop_table.customer_details td {
          width: auto;
          float: none;
          margin-top: none; } }

.woocommerce-view-order .woocommerce address, .woocommerce-order-pay .woocommerce address {
  font-style: normal;
  padding-bottom: 20px;
  color: #000; }

.woocommerce ul.products li.product .shop_archive_wishlist {
  position: absolute;
  top: -50px;
  right: 20px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .woocommerce ul.products li.product .shop_archive_wishlist .yith-wcwl-add-to-wishlist {
    text-align: center;
    margin: 0; }
    .woocommerce ul.products li.product .shop_archive_wishlist .yith-wcwl-add-to-wishlist a {
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 40px;
      background: #f7f7f7;
      color: #fff;
      font-size: 0;
      padding: 0; }
      .woocommerce ul.products li.product .shop_archive_wishlist .yith-wcwl-add-to-wishlist a:hover {
        color: #fff; }
    .woocommerce ul.products li.product .shop_archive_wishlist .yith-wcwl-add-to-wishlist .add_to_wishlist:before,
    .woocommerce ul.products li.product .shop_archive_wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
    .woocommerce ul.products li.product .shop_archive_wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
      display: inline-block;
      font-size: 18px;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      line-height: 40px; }
    .woocommerce ul.products li.product .shop_archive_wishlist .yith-wcwl-add-to-wishlist:hover .add_to_wishlist a:before,
    .woocommerce ul.products li.product .shop_archive_wishlist .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse a:before,
    .woocommerce ul.products li.product .shop_archive_wishlist .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse a:before {
      -webkit-animation: beat .6s ease-in-out infinite;
      animation: beat .6s ease-in-out infinite; }
    .woocommerce ul.products li.product .shop_archive_wishlist .yith-wcwl-add-to-wishlist:hover .add_to_wishlist:before {
      -webkit-animation: beat .6s ease-in-out infinite;
      animation: beat .6s ease-in-out infinite; }
    .woocommerce ul.products li.product .shop_archive_wishlist .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
      content: "\f08a"; }
    .woocommerce ul.products li.product .shop_archive_wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
    .woocommerce ul.products li.product .shop_archive_wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
      content: "\f004"; }
    .woocommerce ul.products li.product .shop_archive_wishlist .yith-wcwl-add-to-wishlist .ajax-loading {
      margin: 0;
      display: none !important; }
    .woocommerce ul.products li.product .shop_archive_wishlist .yith-wcwl-add-to-wishlist .feedback {
      display: none; }

@media only screen and (min-width: 64em) {
  .woocommerce ul.products li.product:hover .shop_archive_wishlist {
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0); } }

.woocommerce .product_infos .yith-wcwl-add-to-wishlist {
  padding: 13px 25px;
  margin: 0 -30px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  text-align: left; }
  @media only screen and (min-width: 64em) {
    .woocommerce .product_infos .yith-wcwl-add-to-wishlist {
      padding: 0;
      margin: 0;
      border: none;
      text-align: inherit; } }
  .woocommerce .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
  .woocommerce .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
  .woocommerce .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
    position: relative; }
    .woocommerce .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
    .woocommerce .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
    .woocommerce .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
      display: none;
      font-size: 14px;
      -webkit-transition: all ease .5s;
      -o-transition: all ease .5s;
      transition: all ease .5s; }
      @media only screen and (min-width: 64em) {
        .woocommerce .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
        .woocommerce .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
        .woocommerce .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
          display: inline-block; } }
    .woocommerce .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before,
    .woocommerce .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before,
    .woocommerce .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before {
      display: inline-block;
      font-size: 16px;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      line-height: 40px;
      content: "\f004";
      text-align: left;
      margin-right: 40px;
      border-radius: 40px;
      padding: 0; }
      @media only screen and (min-width: 64em) {
        .woocommerce .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before,
        .woocommerce .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before,
        .woocommerce .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before {
          display: inline-block;
          font-size: 18px;
          line-height: 40px;
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          content: "\f004";
          text-align: center;
          width: 40px;
          height: 40px;
          border-radius: 40px;
          background: #f7f7f7;
          color: #fff;
          padding: 0;
          margin-right: 10px; } }
    .woocommerce .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
    .woocommerce .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
    .woocommerce .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
      border-radius: 0; }
  .woocommerce .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before {
    content: "\f08a"; }
  .woocommerce .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
  .woocommerce .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    margin-left: 10px; }
  .woocommerce .product_infos .yith-wcwl-add-to-wishlist a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .01em;
    font-weight: bold;
    display: inline-block;
    position: relative;
    line-height: 15px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s; }
    .woocommerce .product_infos .yith-wcwl-add-to-wishlist a:after {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background: #5F5F5F;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      margin-top: 2px; }
    .woocommerce .product_infos .yith-wcwl-add-to-wishlist a:hover:after {
      width: 0; }
  .woocommerce .product_infos .yith-wcwl-add-to-wishlist .ajax-loading {
    display: none !important; }

.woocommerce #yith-wcwl-popup-message {
  top: auto;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  width: 100%;
  border-radius: 0;
  border: 0;
  text-align: left;
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }
  .woocommerce #yith-wcwl-popup-message:before {
    content: "\f004"; }
  .woocommerce #yith-wcwl-popup-message #yith-wcwl-message {
    padding-left: 2.22222rem; }
    @media only screen and (min-width: 64em) {
      .woocommerce #yith-wcwl-popup-message #yith-wcwl-message {
        padding: 0; } }

.woocommerce #yith-wcwl-form .wishlist-title {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  margin: 0 0 1.11111rem 0; }
  @media only screen and (min-width: 64em) {
    .woocommerce #yith-wcwl-form .wishlist-title {
      margin: 0 0 4.44444rem 0; } }
  .woocommerce #yith-wcwl-form .wishlist-title h2 {
    font-size: 1.66667rem;
    margin: 0; }
    @media only screen and (min-width: 64em) {
      .woocommerce #yith-wcwl-form .wishlist-title h2 {
        font-size: 3.33333rem; } }

.woocommerce #yith-wcwl-form .wishlist_table thead {
  display: none; }

.woocommerce #yith-wcwl-form .wishlist_table tbody td {
  padding: 1.38889rem 0.27778rem; }
  @media only screen and (min-width: 64em) {
    .woocommerce #yith-wcwl-form .wishlist_table tbody td {
      padding: 1.38889rem 1.11111rem; } }

.woocommerce #yith-wcwl-form .wishlist_table tfoot tr {
  border: 0; }

.woocommerce #yith-wcwl-form .wishlist_table .product-remove .remove_from_wishlist {
  font-size: 1.66667rem;
  font-weight: bold; }

.woocommerce #yith-wcwl-form .wishlist_table .product-thumbnail {
  display: none; }
  @media only screen and (min-width: 64em) {
    .woocommerce #yith-wcwl-form .wishlist_table .product-thumbnail {
      display: table-cell; } }
  .woocommerce #yith-wcwl-form .wishlist_table .product-thumbnail a {
    max-width: 230px; }

.woocommerce #yith-wcwl-form .wishlist_table .product-name {
  font-weight: bold; }

.woocommerce #yith-wcwl-form .wishlist_table .product-price {
  font-size: 0.88889rem;
  opacity: .5;
  font-weight: bold; }
  .woocommerce #yith-wcwl-form .wishlist_table .product-price del {
    opacity: .5; }
  .woocommerce #yith-wcwl-form .wishlist_table .product-price ins {
    text-decoration: none; }

.woocommerce #yith-wcwl-form .wishlist_table .product-stock-status {
  display: none; }
  @media only screen and (min-width: 64em) {
    .woocommerce #yith-wcwl-form .wishlist_table .product-stock-status {
      display: table-cell; } }
  .woocommerce #yith-wcwl-form .wishlist_table .product-stock-status .wishlist-in-stock,
  .woocommerce #yith-wcwl-form .wishlist_table .product-stock-status .wishlist-out-of-stock {
    text-transform: uppercase;
    border-width: 2px;
    border-style: solid;
    border-color: #93ca78;
    border-radius: 5px;
    display: inline-block;
    padding: 0.11111rem 0.38889rem 0.05556rem 0.38889rem;
    margin: 0 0.11111rem;
    font-size: 0.5rem;
    line-height: 1.3em;
    font-weight: bold;
    color: #93ca78;
    letter-spacing: 0.1em;
    white-space: nowrap; }

.woocommerce #yith-wcwl-form .wishlist_table .product-add-to-cart {
  min-width: 50px; }
  .woocommerce #yith-wcwl-form .wishlist_table .product-add-to-cart .add_to_cart.button {
    position: relative;
    padding: 0;
    border: 0;
    border-radius: 0;
    font-size: 0; }
    .woocommerce #yith-wcwl-form .wishlist_table .product-add-to-cart .add_to_cart.button:before {
      position: absolute;
      padding: 10px;
      display: block;
      top: -18px;
      right: 0;
      content: "";
      background: #000;
      content: "\f07a";
      display: inline-block;
      font: normal normal normal 18px/1 FontAwesome; }
      @media only screen and (min-width: 40em) {
        .woocommerce #yith-wcwl-form .wishlist_table .product-add-to-cart .add_to_cart.button:before {
          display: none; } }
    @media only screen and (min-width: 40em) {
      .woocommerce #yith-wcwl-form .wishlist_table .product-add-to-cart .add_to_cart.button {
        margin: 0;
        padding: 1.11111rem 2.22222rem;
        font-size: inherit;
        white-space: nowrap; } }

@-webkit-keyframes beat {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes beat {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

.shortcode_getbowtied_banner {
  cursor: pointer;
  margin-bottom: 0;
  clear: both;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative; }
  @media only screen and (min-width: 64em) {
    .shortcode_getbowtied_banner {
      margin-bottom: 30px; } }
  .shortcode_getbowtied_banner .button {
    margin-top: 2.22222rem; }
    .shortcode_getbowtied_banner .button:hover {
      opacity: 0.9; }

.shortcode_getbowtied_banner_inner {
  padding: 15px;
  overflow: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.shortcode_getbowtied_banner_inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  z-index: 3; }

.shortcode_getbowtied_banner_inner:hover:before {
  background: rgba(0, 0, 0, 0.5); }

.shortcode_getbowtied_banner_bkg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-color: #f5f5f5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 2s cubic-bezier(0, 0, 0.44, 1.18);
  -moz-transition: all 2s cubic-bezier(0, 0, 0.44, 1.18);
  -o-transition: all 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: all 2s cubic-bezier(0, 0, 0.44, 1.18);
  z-index: 2; }

.shortcode_getbowtied_banner:hover .shortcode_getbowtied_banner_bkg {
  -webkit-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08); }

.shortcode_getbowtied_banner_inside {
  padding: 20px;
  text-align: center;
  border: 2px solid #fff;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 5; }

.shortcode_getbowtied_banner_content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 999;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.shortcode_getbowtied_banner:hover .shortcode_getbowtied_banner_content {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05); }

.shortcode_getbowtied_banner_inside h3 {
  padding: 0;
  margin: 0;
  font-weight: 900;
  font-size: 1.4375rem;
  line-height: 1.391em; }

.shortcode_getbowtied_banner_inside h3 strong {
  font-size: 28px; }

.shortcode_getbowtied_banner_inside h3 a {
  text-decoration: underline; }

.shortcode_getbowtied_banner_inside h4 {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5em; }

.shortcode_getbowtied_banner_inside h4 a {
  text-decoration: underline; }

.shortcode_getbowtied_banner_sep {
  width: 20%;
  height: 2px;
  background: #fff;
  margin: 5px auto; }

.shortcode_getbowtied_blog_posts .shortcode_blog_posts_item {
  height: 50vh; }
  @media only screen and (min-width: 64em) {
    .shortcode_getbowtied_blog_posts .shortcode_blog_posts_item {
      height: 70vh; } }

.shortcode_getbowtied_blog_posts .swiper-button-prev, .shortcode_getbowtied_blog_posts .swiper-button-next {
  display: none; }

.shortcode_getbowtied_blog_posts .quickview-pagination {
  display: block;
  position: absolute;
  left: 0;
  bottom: 2%;
  z-index: 9999;
  width: 100%;
  text-align: center; }
  .shortcode_getbowtied_blog_posts .quickview-pagination .swiper-pagination-bullet {
    margin: 5px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .shortcode_getbowtied_blog_posts .quickview-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: black;
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3); }

.shortcode_getbowtied_blog_posts .swiper-slide {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .shortcode_getbowtied_blog_posts .swiper-slide .slide-wrapper {
    display: table;
    width: 100%;
    -webkit-transition: -webkit-transform 2s cubic-bezier(0, 0, 0.34, 1.18);
    transition: -webkit-transform 2s cubic-bezier(0, 0, 0.34, 1.18);
    -o-transition: transform 2s cubic-bezier(0, 0, 0.34, 1.18);
    transition: transform 2s cubic-bezier(0, 0, 0.34, 1.18);
    transition: transform 2s cubic-bezier(0, 0, 0.34, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.34, 1.18);
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .shortcode_getbowtied_blog_posts .swiper-slide .slide-wrapper:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all .6s ease-in-out;
      -o-transition: all .6s ease-in-out;
      transition: all .6s ease-in-out;
      z-index: 3;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000;
      perspective: 1000;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .shortcode_getbowtied_blog_posts .swiper-slide .text-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: table;
    height: 100%; }
    .shortcode_getbowtied_blog_posts .swiper-slide .text-wrapper .shortcode_blog_posts_link {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      margin: 150px 0;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000;
      perspective: 1000;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      .shortcode_getbowtied_blog_posts .swiper-slide .text-wrapper .shortcode_blog_posts_link .shortcode_blog_posts_link_wrapper {
        width: 70%;
        margin: 0 auto;
        display: inline-block;
        background: #FFF;
        padding: 25px 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        @media only screen and (min-width: 64em) {
          .shortcode_getbowtied_blog_posts .swiper-slide .text-wrapper .shortcode_blog_posts_link .shortcode_blog_posts_link_wrapper {
            padding: 70px 30px; } }
        .shortcode_getbowtied_blog_posts .swiper-slide .text-wrapper .shortcode_blog_posts_link .shortcode_blog_posts_link_wrapper h4 {
          font-size: 1.11111rem;
          line-height: 1.44444rem;
          width: 100%; }
          @media only screen and (min-width: 64em) {
            .shortcode_getbowtied_blog_posts .swiper-slide .text-wrapper .shortcode_blog_posts_link .shortcode_blog_posts_link_wrapper h4 {
              font-size: 2.22222rem;
              line-height: 1.2; } }
        .shortcode_getbowtied_blog_posts .swiper-slide .text-wrapper .shortcode_blog_posts_link .shortcode_blog_posts_link_wrapper .shortcode_blog_posts_date {
          width: 100%;
          font-size: 0.66667rem;
          line-height: 1.2; }
          @media only screen and (min-width: 64em) {
            .shortcode_getbowtied_blog_posts .swiper-slide .text-wrapper .shortcode_blog_posts_link .shortcode_blog_posts_link_wrapper .shortcode_blog_posts_date {
              font-size: 0.77778rem; } }
    .shortcode_getbowtied_blog_posts .swiper-slide .text-wrapper .button {
      margin-top: 1.11111rem;
      padding: 1.38889rem 3.61111rem;
      font-size: 0.61111rem;
      line-height: 0.61111rem;
      letter-spacing: 0.11111rem;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
      .shortcode_getbowtied_blog_posts .swiper-slide .text-wrapper .button:hover {
        opacity: 0.75; }
  .shortcode_getbowtied_blog_posts .swiper-slide:hover .slide-wrapper {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08); }
    .shortcode_getbowtied_blog_posts .swiper-slide:hover .slide-wrapper:before {
      background: rgba(0, 0, 0, 0.5); }
  .shortcode_getbowtied_blog_posts .swiper-slide:hover .shortcode_blog_posts_link {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

@media only screen and (min-width: 64em) {
  .shortcode_getbowtied_blog_posts .swiper-button-prev {
    background: url(../images/original-left.svg) center center no-repeat;
    height: 75px;
    width: 75px;
    opacity: 0.5;
    left: 0;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .shortcode_getbowtied_blog_posts .swiper-button-next {
    background: url(../images/original-right.svg) center center no-repeat;
    height: 75px;
    width: 75px;
    opacity: 0.5;
    right: 0;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .shortcode_getbowtied_blog_posts:hover .swiper-button-prev, .shortcode_getbowtied_blog_posts:hover .swiper-button-next {
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 0.5; }
    .shortcode_getbowtied_blog_posts:hover .swiper-button-prev:hover, .shortcode_getbowtied_blog_posts:hover .swiper-button-next:hover {
      opacity: 1;
      background-color: rgba(255, 255, 255, 0.5); }
  .shortcode_getbowtied_blog_posts .quickview-pagination {
    display: block;
    position: absolute;
    left: 0;
    bottom: 10%;
    z-index: 9999;
    width: 100%;
    text-align: center; }
    .shortcode_getbowtied_blog_posts .quickview-pagination .swiper-pagination-bullet {
      margin: 5px;
      background: rgba(0, 0, 0, 0.5);
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      .shortcode_getbowtied_blog_posts .quickview-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: black;
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3); } }

.shortcode_getbowtied_slider {
  height: 100vh; }
  .shortcode_getbowtied_slider .swiper-button-prev, .shortcode_getbowtied_slider .swiper-button-next, .shortcode_getbowtied_slider .quickview-pagination {
    display: none; }
  .shortcode_getbowtied_slider .swiper-slide {
    background-size: cover;
    text-align: center;
    position: relative;
    display: table; }
    .shortcode_getbowtied_slider .swiper-slide .slider-content {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
    .shortcode_getbowtied_slider .swiper-slide h1 {
      font-size: 2.77778rem;
      margin: 0 10% 25px 10%; }
      @media only screen and (max-width: 39.9375em) {
        .shortcode_getbowtied_slider .swiper-slide h1 {
          font-size: 1.66667rem !important;
          line-height: 1.2 !important; } }
    .shortcode_getbowtied_slider .swiper-slide p {
      font-size: 1.16667rem;
      font-weight: normal;
      margin: 0 10% 55px 10%; }
    .shortcode_getbowtied_slider .swiper-slide .button {
      -webkit-appearance: none;
      -moz-appearance: none;
      border-radius: 0;
      border-style: solid;
      border-width: 1px;
      cursor: pointer;
      font-family: inherit;
      font-weight: bold;
      line-height: normal;
      margin: 0 0 0;
      position: relative;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      padding: 1.11111rem 2.22222rem 1.16667rem 2.22222rem;
      font-size: 0.77778rem;
      background-color: #ff0000;
      border-color: #4d4d4d;
      color: #fff;
      -webkit-transition: background-color 300ms ease-out;
      -o-transition: background-color 300ms ease-out;
      transition: background-color 300ms ease-out;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      border-color: transparent; }
      .shortcode_getbowtied_slider .swiper-slide .button:hover, .shortcode_getbowtied_slider .swiper-slide .button:focus {
        background-color: #4d4d4d; }
      .shortcode_getbowtied_slider .swiper-slide .button:hover, .shortcode_getbowtied_slider .swiper-slide .button:focus {
        color: #fff; }
      .shortcode_getbowtied_slider .swiper-slide .button:hover {
        opacity: .7; }
    .shortcode_getbowtied_slider .swiper-slide .fullslidelink {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
  @media only screen and (min-width: 64em) {
    .shortcode_getbowtied_slider .swiper-button-prev {
      background: url(../images/original-left.svg) center center no-repeat;
      height: 75px;
      width: 75px;
      opacity: 0.5;
      left: 0;
      display: block;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .shortcode_getbowtied_slider .swiper-button-next {
      background: url(../images/original-right.svg) center center no-repeat;
      height: 75px;
      width: 75px;
      opacity: 0.5;
      right: 0;
      display: block;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .shortcode_getbowtied_slider .swiper-slide .slider-content-wrapper {
      width: 50%;
      position: relative;
      margin: 0 auto;
      text-align: center;
      padding: 0 75px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .shortcode_getbowtied_slider .swiper-slide.left-align .slider-content-wrapper {
      float: left; }
    .shortcode_getbowtied_slider .swiper-slide.right-align .slider-content-wrapper {
      float: right; }
    .shortcode_getbowtied_slider .swiper-slide.center-align .slider-content-wrapper {
      float: none;
      padding: 0; }
    .shortcode_getbowtied_slider .swiper-slide.center-align h1 {
      margin: 0 0 25px 0; }
    .shortcode_getbowtied_slider .swiper-slide.center-align p {
      margin: 0 0 55px 0; }
    .shortcode_getbowtied_slider:hover .swiper-button-prev,
    .shortcode_getbowtied_slider:hover .swiper-button-next {
      background-color: rgba(255, 255, 255, 0.6);
      opacity: 0.5; }
      .shortcode_getbowtied_slider:hover .swiper-button-prev:hover,
      .shortcode_getbowtied_slider:hover .swiper-button-next:hover {
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.5); }
    .shortcode_getbowtied_slider .quickview-pagination {
      display: block;
      position: absolute;
      left: 0;
      bottom: 10%;
      z-index: 9999;
      width: 100%;
      text-align: center; }
      .shortcode_getbowtied_slider .quickview-pagination .swiper-pagination-bullet {
        margin: 5px;
        background: rgba(255, 255, 255, 0.5);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
        .shortcode_getbowtied_slider .quickview-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: white;
          -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
          transform: scale(1.3); } }

.shortcode_socials {
  vertical-align: middle;
  clear: both;
  margin: 5px -15px 15px -15px;
  display: block; }

.shortcode_socials ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-size: 24px; }

.shortcode_socials ul.left {
  text-align: left; }

.shortcode_socials ul.center {
  text-align: center; }

.shortcode_socials ul.right {
  text-align: right; }

.shortcode_socials:before,
.shortcode_socials:after,
.shortcode_socials ul:before,
.shortcode_socials ul:after {
  content: " ";
  display: table;
  clear: both; }

.shortcode_socials ul li {
  padding: 5px 15px;
  display: inline-block; }

.shortcode_socials ul li a {
  /*color: #222;*/ }

.shortcode_socials ul li a i {
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -ms-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }

.shortcode_socials ul li a:hover i {
  opacity: .5; }

.shortcode_socials ul li span {
  display: none; }

@media only screen and (max-width: 39.9375em) {
  .shortcode_title {
    font-size: 1.33333rem !important;
    line-height: 1.2 !important; } }

.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading {
  margin-bottom: 0; }
  .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading a {
    font-size: 0.88889rem;
    font-weight: bold;
    padding: 0.77778rem 1.66667rem 0.66667rem 1.66667rem; }
    @media only screen and (min-width: 64em) {
      .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading a {
        font-size: 1rem; } }

.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
  padding: 1.05556rem 1.66667rem 0.94444rem 1.66667rem; }

.vc_toggle_title > h4 {
  font-size: 1rem;
  font-weight: bold; }

.vc_tta-container .vc_tta-tabs .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab {
  margin-top: 8px;
  margin-bottom: 7px;
  margin-left: 8px;
  margin-right: 7px; }
  .vc_tta-container .vc_tta-tabs .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab > a {
    font-size: 1rem;
    font-weight: bold;
    padding: 0.77778rem 1.66667rem 0.66667rem 1.66667rem;
    background-color: #fafafa;
    color: #666666; }
    .vc_tta-container .vc_tta-tabs .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab > a:hover {
      background: #f2f2f2; }
  .vc_tta-container .vc_tta-tabs .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab.vc_active > a:hover {
    background: #f2f2f2; }

.vc_tta-container .vc_tta-tabs .vc_tta.vc_general .vc_tta-panel-title {
  font-size: 0.88889rem; }

.vc_tta-container .vc_tta-tabs .vc_tta.vc_general .vc_tta-panel {
  margin-bottom: -12px; }
  @media only screen and (min-width: 64em) {
    .vc_tta-container .vc_tta-tabs .vc_tta.vc_general .vc_tta-panel {
      margin-bottom: 0; } }

.vc_tta-container .vc_tta-tabs .vc_tta-title-text {
  font-weight: bold; }

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important; }

.vc_separator h4 {
  font-size: 0.88889rem !important;
  font-weight: bold;
  padding: 0 1.66667rem !important; }

h3.shortcode_title {
  font-size: 2rem;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-bottom: 2.22222rem; }

.shortcode_products {
  list-style: none;
  padding: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear; }
  .shortcode_products.visible {
    visibility: visible;
    opacity: 1; }
  .shortcode_products .s_column {
    float: left; }
  .shortcode_products .size-1of1 {
    width: 100%; }
  .shortcode_products .size-1of2 {
    width: 50%; }
    @media only screen and (max-width: 39.9375em) {
      .shortcode_products .size-1of2 {
        width: 100%; } }
  .shortcode_products .size-1of3 {
    width: 33.333%; }
    @media only screen and (max-width: 39.9375em) {
      .shortcode_products .size-1of3 {
        width: 100%; } }
  .shortcode_products .size-1of4 {
    width: 25%; }
    @media only screen and (max-width: 39.9375em) {
      .shortcode_products .size-1of4 {
        width: 100%; } }
  .shortcode_products .size-1of5 {
    width: 20%; }
    @media only screen and (max-width: 39.9375em) {
      .shortcode_products .size-1of5 {
        width: 100%; } }
  .shortcode_products .size-1of6 {
    width: 16.666%; }
    @media only screen and (max-width: 39.9375em) {
      .shortcode_products .size-1of6 {
        width: 100%; } }
  @media only screen and (max-width: 39.9375em) {
    .shortcode_products.masonry_columns_6[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
    .shortcode_products.masonry_columns_6[data-columns]::before {
      content: '3 .s_column.size-1of3'; } }
  @media only screen and (min-width: 64em) and (max-width: 79.9375em) {
    .shortcode_products.masonry_columns_6[data-columns]::before {
      content: '3 .s_column.size-1of3'; } }
  @media only screen and (min-width: 80em) and (max-width: 99.9375em) {
    .shortcode_products.masonry_columns_6[data-columns]::before {
      content: '5 .s_column.size-1of5'; } }
  @media only screen and (min-width: 100em) {
    .shortcode_products.masonry_columns_6[data-columns]::before {
      content: '6 .s_column.size-1of6'; } }
  @media only screen and (max-width: 39.9375em) {
    .shortcode_products.masonry_columns_5[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
    .shortcode_products.masonry_columns_5[data-columns]::before {
      content: '3 .s_column.size-1of3'; } }
  @media only screen and (min-width: 64em) and (max-width: 79.9375em) {
    .shortcode_products.masonry_columns_5[data-columns]::before {
      content: '3 .s_column.size-1of3'; } }
  @media only screen and (min-width: 80em) and (max-width: 99.9375em) {
    .shortcode_products.masonry_columns_5[data-columns]::before {
      content: '4 .s_column.size-1of4'; } }
  @media only screen and (min-width: 100em) {
    .shortcode_products.masonry_columns_5[data-columns]::before {
      content: '5 .s_column.size-1of5'; } }
  @media only screen and (max-width: 39.9375em) {
    .shortcode_products.masonry_columns_4[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
    .shortcode_products.masonry_columns_4[data-columns]::before {
      content: '3 .s_column.size-1of3'; } }
  @media only screen and (min-width: 64em) and (max-width: 79.9375em) {
    .shortcode_products.masonry_columns_4[data-columns]::before {
      content: '3 .s_column.size-1of3'; } }
  @media only screen and (min-width: 80em) and (max-width: 99.9375em) {
    .shortcode_products.masonry_columns_4[data-columns]::before {
      content: '4 .s_column.size-1of4'; } }
  @media only screen and (min-width: 100em) {
    .shortcode_products.masonry_columns_4[data-columns]::before {
      content: '4 .s_column.size-1of4'; } }
  @media only screen and (max-width: 39.9375em) {
    .shortcode_products.masonry_columns_3[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
    .shortcode_products.masonry_columns_3[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (min-width: 64em) and (max-width: 79.9375em) {
    .shortcode_products.masonry_columns_3[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (min-width: 80em) and (max-width: 99.9375em) {
    .shortcode_products.masonry_columns_3[data-columns]::before {
      content: '3 .s_column.size-1of3'; } }
  @media only screen and (min-width: 100em) {
    .shortcode_products.masonry_columns_3[data-columns]::before {
      content: '3 .s_column.size-1of3'; } }
  @media only screen and (max-width: 39.9375em) {
    .shortcode_products.masonry_columns_2[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
    .shortcode_products.masonry_columns_2[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (min-width: 64em) and (max-width: 79.9375em) {
    .shortcode_products.masonry_columns_2[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (min-width: 80em) and (max-width: 99.9375em) {
    .shortcode_products.masonry_columns_2[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (min-width: 100em) {
    .shortcode_products.masonry_columns_2[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (max-width: 39.9375em) {
    .shortcode_products.masonry_columns_1[data-columns]::before {
      content: '1 .s_column.size-1of1'; } }
  @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
    .shortcode_products.masonry_columns_1[data-columns]::before {
      content: '1 .s_column.size-1of1'; } }
  @media only screen and (min-width: 64em) and (max-width: 79.9375em) {
    .shortcode_products.masonry_columns_1[data-columns]::before {
      content: '1 .s_column.size-1of1'; } }
  @media only screen and (min-width: 80em) and (max-width: 99.9375em) {
    .shortcode_products.masonry_columns_1[data-columns]::before {
      content: '1 .s_column.size-1of1'; } }
  @media only screen and (min-width: 100em) {
    .shortcode_products.masonry_columns_1[data-columns]::before {
      content: '1 .s_column.size-1of1'; } }

.add_to_cart_inline {
  text-align: center;
  border: none !important;
  padding: 0 !important; }
  .add_to_cart_inline .amount {
    display: block;
    margin-bottom: 0.83333rem;
    font-size: 1.77778rem;
    font-weight: bold; }
  .add_to_cart_inline del {
    display: inline-block;
    margin-right: 10px; }
    .add_to_cart_inline del .amount {
      font-weight: normal; }
  .add_to_cart_inline ins {
    display: inline-block;
    text-decoration: none; }
    .add_to_cart_inline ins:after {
      display: block;
      width: 100%;
      height: 10px; }
  .add_to_cart_inline .add_to_cart_button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1.11111rem 2.22222rem 1.16667rem 2.22222rem;
    font-size: 0.77778rem;
    background-color: #ff0000;
    border-color: #4d4d4d;
    color: #fff;
    -webkit-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-color: transparent;
    display: block;
    max-width: 250px;
    margin: 0 auto; }
    .add_to_cart_inline .add_to_cart_button:hover, .add_to_cart_inline .add_to_cart_button:focus {
      background-color: #4d4d4d; }
    .add_to_cart_inline .add_to_cart_button:hover, .add_to_cart_inline .add_to_cart_button:focus {
      color: #fff; }
    .add_to_cart_inline .add_to_cart_button:hover {
      opacity: .7; }
    .add_to_cart_inline .add_to_cart_button span {
      position: relative; }
    .add_to_cart_inline .add_to_cart_button.loading {
      color: transparent; }
      .add_to_cart_inline .add_to_cart_button.loading:before {
        background: url(../images/preloader1.gif) center center no-repeat;
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        content: ""; }
      .add_to_cart_inline .add_to_cart_button.loading span {
        opacity: 0.15; }
    .add_to_cart_inline .add_to_cart_button.added {
      display: none; }
      .add_to_cart_inline .add_to_cart_button.added span:after {
        content: "\f00c";
        font-family: FontAwesome;
        margin-left: 10px;
        position: absolute;
        right: -20px;
        top: 3px; }

.shortcode_single_product ul.products-grid li.product {
  width: 100%; }

.woocommerce form.track_order {
  text-align: center;
  margin-bottom: 160px; }
  .woocommerce form.track_order:before {
    content: "";
    text-align: center;
    display: inline-block;
    width: 130px;
    height: 130px;
    text-align: center;
    background: url(../images/track-order.png) center center no-repeat;
    margin-bottom: 50px;
    margin-top: 50px; }
  .woocommerce form.track_order p:first-child {
    font-size: 1.16667rem; }
  .woocommerce form.track_order p.form-row {
    display: inline-block;
    font-size: 0.66667rem; }
    .woocommerce form.track_order p.form-row label {
      text-align: left; }
    .woocommerce form.track_order p.form-row.form-row-first, .woocommerce form.track_order p.form-row.form-row-last {
      width: 30%;
      float: none; }
    .woocommerce form.track_order p.form-row.form-row-last {
      margin: 0 5%; }
  .woocommerce form.track_order input[type="submit"] {
    padding: 13px 20px; }
  .woocommerce form.track_order .clear {
    display: none; }

.hide_product_details .shop_product_metas {
  display: none; }

ul.products-grid img {
  width: 100%; }

ul.shortcode_products img {
  width: 100%; }

.categories_layout_default .woocommerce .shortcode_products li.category_item {
  position: relative;
  min-height: 60px;
  list-style: none; }
  .categories_layout_default .woocommerce .shortcode_products li.category_item .category_name {
    font-size: 1.16667rem;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 3.05556rem;
    width: auto;
    padding: 0;
    text-align: center;
    max-width: 100%;
    padding: 0 30px;
    z-index: 5;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .categories_layout_default .woocommerce .shortcode_products li.category_item .category_name a {
      text-align: center;
      padding: 20px 25px 20px 30px;
      display: inline-block;
      font-size: 1rem;
      line-height: 1.2;
      max-width: 100%; }
      @media only screen and (min-width: 64em) {
        .categories_layout_default .woocommerce .shortcode_products li.category_item .category_name a {
          font-size: 1.16667rem;
          min-width: auto; } }
    .categories_layout_default .woocommerce .shortcode_products li.category_item .category_name span.count {
      float: right;
      font-size: 0.66667rem;
      margin-left: 0.27778rem;
      font-weight: normal; }
  .categories_layout_default .woocommerce .shortcode_products li.category_item .category_thumbnail {
    position: relative;
    overflow: hidden; }
    .categories_layout_default .woocommerce .shortcode_products li.category_item .category_thumbnail a:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all .8s ease-in-out;
      -o-transition: all .8s ease-in-out;
      transition: all .8s ease-in-out;
      z-index: 3; }
    .categories_layout_default .woocommerce .shortcode_products li.category_item .category_thumbnail a img {
      -webkit-transition: all 2s cubic-bezier(0, 0, 0.44, 1.18);
      -o-transition: all 2s cubic-bezier(0, 0, 0.44, 1.18);
      transition: all 2s cubic-bezier(0, 0, 0.44, 1.18); }
  .categories_layout_default .woocommerce .shortcode_products li.category_item:hover .category_thumbnail a:before {
    background: rgba(0, 0, 0, 0.5);
    display: block; }
  .categories_layout_default .woocommerce .shortcode_products li.category_item:hover .category_thumbnail a img {
    -webkit-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08); }
  .categories_layout_default .woocommerce .shortcode_products li.category_item:hover .category_name {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05); }

.categories_layout_1 .woocommerce .shortcode_products:after {
  content: "";
  display: block;
  clear: both; }

.categories_layout_1 .woocommerce .shortcode_products .category_item {
  width: 100%;
  float: left;
  height: 720px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .categories_layout_1 .woocommerce .shortcode_products .category_item .cat_link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
  @media only screen and (min-width: 40em) {
    .categories_layout_1 .woocommerce .shortcode_products .category_item {
      width: 50%; } }
  .categories_layout_1 .woocommerce .shortcode_products .category_item:nth-child(3n+3) {
    width: 100%; }
  .categories_layout_1 .woocommerce .shortcode_products .category_item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .categories_layout_1 .woocommerce .shortcode_products .category_item .category_thumbnail {
    height: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative; }
  .categories_layout_1 .woocommerce .shortcode_products .category_item:hover {
    z-index: 1000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .categories_layout_1 .woocommerce .shortcode_products .category_item:hover:after {
      -webkit-box-shadow: 0px 0px 80px -10px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 80px -10px rgba(0, 0, 0, 0.3);
      opacity: 1;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .categories_layout_1 .woocommerce .shortcode_products .category_item:hover .category_thumbnail {
      -webkit-filter: saturate(2);
      filter: saturate(2); }

.categories_layout_1 .woocommerce .shortcode_products .category_name {
  font-size: 1.16667rem;
  font-weight: bold;
  position: absolute;
  left: 50px;
  bottom: 40px;
  margin: auto;
  width: auto;
  padding: 0;
  text-align: center;
  max-width: 100%;
  z-index: 5;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .categories_layout_1 .woocommerce .shortcode_products .category_name a {
    text-align: center;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.2;
    max-width: 100%; }
    @media only screen and (min-width: 64em) {
      .categories_layout_1 .woocommerce .shortcode_products .category_name a {
        font-size: 1.16667rem;
        min-width: auto; } }
  .categories_layout_1 .woocommerce .shortcode_products .category_name span.count {
    float: right;
    font-size: 0.66667rem;
    margin-left: 0.27778rem;
    font-weight: normal; }

.categories_layout_2 .woocommerce .shortcode_products:after {
  content: "";
  display: block;
  clear: both; }

.categories_layout_2 .woocommerce .shortcode_products .category_item {
  width: 100%;
  float: left;
  height: 720px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .categories_layout_2 .woocommerce .shortcode_products .category_item .cat_link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
  @media only screen and (min-width: 64em) {
    .categories_layout_2 .woocommerce .shortcode_products .category_item {
      width: 37.5%; } }
  .categories_layout_2 .woocommerce .shortcode_products .category_item:nth-child(4n), .categories_layout_2 .woocommerce .shortcode_products .category_item:nth-child(4n+1) {
    width: 100%;
    float: left; }
    @media only screen and (min-width: 64em) {
      .categories_layout_2 .woocommerce .shortcode_products .category_item:nth-child(4n), .categories_layout_2 .woocommerce .shortcode_products .category_item:nth-child(4n+1) {
        width: 62.5%; } }
  .categories_layout_2 .woocommerce .shortcode_products .category_item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .categories_layout_2 .woocommerce .shortcode_products .category_item .category_thumbnail {
    height: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative; }
  .categories_layout_2 .woocommerce .shortcode_products .category_item:hover {
    z-index: 1000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .categories_layout_2 .woocommerce .shortcode_products .category_item:hover:after {
      -webkit-box-shadow: 0px 0px 80px -10px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 80px -10px rgba(0, 0, 0, 0.3);
      opacity: 1;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .categories_layout_2 .woocommerce .shortcode_products .category_item:hover .category_thumbnail {
      -webkit-filter: saturate(2);
      filter: saturate(2); }

.categories_layout_2 .woocommerce .shortcode_products .category_name {
  font-size: 1.16667rem;
  font-weight: bold;
  position: absolute;
  left: 50px;
  bottom: 40px;
  margin: auto;
  width: auto;
  padding: 0;
  text-align: center;
  max-width: 100%;
  z-index: 5;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .categories_layout_2 .woocommerce .shortcode_products .category_name a {
    text-align: center;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.2;
    max-width: 100%; }
    @media only screen and (min-width: 64em) {
      .categories_layout_2 .woocommerce .shortcode_products .category_name a {
        font-size: 1.16667rem;
        min-width: auto; } }
  .categories_layout_2 .woocommerce .shortcode_products .category_name span.count {
    float: right;
    font-size: 0.66667rem;
    margin-left: 0.27778rem;
    font-weight: normal; }

.categories_layout_3 .woocommerce .shortcode_products:after {
  content: "";
  display: block;
  clear: both; }

.categories_layout_3 .woocommerce .shortcode_products .category_item {
  width: 100%;
  display: inline-block;
  margin-bottom: 1.11111rem; }
  @media only screen and (min-width: 64em) {
    .categories_layout_3 .woocommerce .shortcode_products .category_item {
      width: calc(37.5% - 94px);
      margin: 0 2.61111rem 9.44444rem; } }
  .categories_layout_3 .woocommerce .shortcode_products .category_item .category_thumbnail_wrapper {
    position: relative;
    overflow: hidden;
    height: 300px; }
    @media only screen and (min-width: 64em) {
      .categories_layout_3 .woocommerce .shortcode_products .category_item .category_thumbnail_wrapper {
        height: 22rem; } }
    .categories_layout_3 .woocommerce .shortcode_products .category_item .category_thumbnail_wrapper .category_thumbnail {
      height: 100%;
      background-position: center center !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      position: relative; }
  .categories_layout_3 .woocommerce .shortcode_products .category_item:nth-child(8n+5), .categories_layout_3 .woocommerce .shortcode_products .category_item:nth-child(8n+2) {
    width: 100%;
    float: left; }
    @media only screen and (min-width: 64em) {
      .categories_layout_3 .woocommerce .shortcode_products .category_item:nth-child(8n+5), .categories_layout_3 .woocommerce .shortcode_products .category_item:nth-child(8n+2) {
        width: calc(62.5% - 94px); } }
    @media only screen and (min-width: 64em) {
      .categories_layout_3 .woocommerce .shortcode_products .category_item:nth-child(8n+5) .category_thumbnail_wrapper, .categories_layout_3 .woocommerce .shortcode_products .category_item:nth-child(8n+2) .category_thumbnail_wrapper {
        height: 35.55556rem; } }
  .categories_layout_3 .woocommerce .shortcode_products .category_item:nth-child(4n+4), .categories_layout_3 .woocommerce .shortcode_products .category_item:nth-child(4n+3) {
    width: 100%;
    float: left; }
    @media only screen and (min-width: 64em) {
      .categories_layout_3 .woocommerce .shortcode_products .category_item:nth-child(4n+4), .categories_layout_3 .woocommerce .shortcode_products .category_item:nth-child(4n+3) {
        width: calc(50% - 94px); } }
    @media only screen and (min-width: 64em) {
      .categories_layout_3 .woocommerce .shortcode_products .category_item:nth-child(4n+4):nth-child(even), .categories_layout_3 .woocommerce .shortcode_products .category_item:nth-child(4n+3):nth-child(even) {
        position: relative;
        top: -185px; } }
    @media only screen and (min-width: 64em) {
      .categories_layout_3 .woocommerce .shortcode_products .category_item:nth-child(4n+4) .category_thumbnail_wrapper, .categories_layout_3 .woocommerce .shortcode_products .category_item:nth-child(4n+3) .category_thumbnail_wrapper {
        height: 28.33333rem; } }
  .categories_layout_3 .woocommerce .shortcode_products .category_item:hover .category_thumbnail {
    -webkit-filter: saturate(2);
    filter: saturate(2); }

.categories_layout_3 .woocommerce .shortcode_products .category_name {
  font-size: 1.16667rem;
  font-weight: bold;
  padding: 0;
  text-align: left;
  max-width: 100%;
  z-index: 5;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-top: 1.66667rem;
  margin-bottom: 1.11111rem;
  padding: 0 1.66667rem; }
  @media only screen and (min-width: 64em) {
    .categories_layout_3 .woocommerce .shortcode_products .category_name {
      max-width: 21.66667rem;
      padding: inherit; } }
  .categories_layout_3 .woocommerce .shortcode_products .category_name a {
    text-align: center;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 1.11111rem; }
    @media only screen and (min-width: 64em) {
      .categories_layout_3 .woocommerce .shortcode_products .category_name a {
        font-size: 1.16667rem;
        min-width: auto; } }
  .categories_layout_3 .woocommerce .shortcode_products .category_name span.count {
    float: right;
    font-size: 0.66667rem;
    margin-left: 0.27778rem;
    font-weight: normal; }

.categories_layout_4 .woocommerce .shortcode_products {
  text-align: center; }
  .categories_layout_4 .woocommerce .shortcode_products:after {
    content: "";
    display: block;
    clear: both; }
  .categories_layout_4 .woocommerce .shortcode_products .category_item {
    width: 100%;
    display: inline-table;
    position: relative;
    vertical-align: bottom; }
    @media only screen and (min-width: 64em) {
      .categories_layout_4 .woocommerce .shortcode_products .category_item {
        width: calc(62.5% - 99px);
        margin: 0 2.61111rem 5.55556rem; } }
    .categories_layout_4 .woocommerce .shortcode_products .category_item .category_name {
      padding: 0 1.66667rem 0.27778rem; }
      @media only screen and (min-width: 64em) {
        .categories_layout_4 .woocommerce .shortcode_products .category_item .category_name {
          position: absolute;
          top: 100%;
          padding: inherit; } }
    .categories_layout_4 .woocommerce .shortcode_products .category_item .category_thumbnail_wrapper {
      position: relative;
      overflow: hidden;
      height: 300px; }
      @media only screen and (min-width: 64em) {
        .categories_layout_4 .woocommerce .shortcode_products .category_item .category_thumbnail_wrapper {
          height: 35.55556rem; } }
      .categories_layout_4 .woocommerce .shortcode_products .category_item .category_thumbnail_wrapper .category_thumbnail {
        height: 100%;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        -webkit-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
        position: relative; }
    @media only screen and (min-width: 64em) {
      .categories_layout_4 .woocommerce .shortcode_products .category_item:nth-child(8n+5), .categories_layout_4 .woocommerce .shortcode_products .category_item:nth-child(8n+2) {
        width: calc(37.5% - 99px); } }
    .categories_layout_4 .woocommerce .shortcode_products .category_item:nth-child(8n+5) .category_name, .categories_layout_4 .woocommerce .shortcode_products .category_item:nth-child(8n+2) .category_name {
      position: inherit; }
      @media only screen and (min-width: 64em) {
        .categories_layout_4 .woocommerce .shortcode_products .category_item:nth-child(8n+5) .category_name, .categories_layout_4 .woocommerce .shortcode_products .category_item:nth-child(8n+2) .category_name {
          display: table-header-group; } }
    @media only screen and (min-width: 64em) {
      .categories_layout_4 .woocommerce .shortcode_products .category_item:nth-child(8n+5) .category_thumbnail_wrapper, .categories_layout_4 .woocommerce .shortcode_products .category_item:nth-child(8n+2) .category_thumbnail_wrapper {
        height: 22rem; } }
    .categories_layout_4 .woocommerce .shortcode_products .category_item:nth-child(3n+3) {
      margin: 0 auto;
      width: 100%;
      float: none; }
      @media only screen and (min-width: 64em) {
        .categories_layout_4 .woocommerce .shortcode_products .category_item:nth-child(3n+3) {
          width: calc(62.5% - 99px);
          margin-bottom: 5.55556rem;
          margin-top: 155px; } }
      .categories_layout_4 .woocommerce .shortcode_products .category_item:nth-child(3n+3) .category_name {
        position: inherit; }
      @media only screen and (min-width: 64em) {
        .categories_layout_4 .woocommerce .shortcode_products .category_item:nth-child(3n+3) .category_thumbnail_wrapper {
          height: 28.33333rem;
          margin: 0 auto;
          width: 100%; } }
    .categories_layout_4 .woocommerce .shortcode_products .category_item:hover .category_thumbnail {
      -webkit-filter: saturate(2);
      filter: saturate(2); }
  .categories_layout_4 .woocommerce .shortcode_products .category_name {
    font-size: 1.16667rem;
    font-weight: bold;
    padding: 0;
    text-align: left;
    max-width: 100%;
    z-index: 5;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-top: 1.66667rem;
    margin-bottom: 1.11111rem; }
    @media only screen and (min-width: 64em) {
      .categories_layout_4 .woocommerce .shortcode_products .category_name {
        max-width: 21.66667rem; } }
    .categories_layout_4 .woocommerce .shortcode_products .category_name a {
      text-align: center;
      display: inline-block;
      font-size: 1rem;
      line-height: 1.2;
      margin-bottom: 1.11111rem; }
      @media only screen and (min-width: 64em) {
        .categories_layout_4 .woocommerce .shortcode_products .category_name a {
          font-size: 1.16667rem;
          min-width: auto; } }
    .categories_layout_4 .woocommerce .shortcode_products .category_name span.count {
      float: right;
      font-size: 0.66667rem;
      margin-left: 0.27778rem;
      font-weight: normal; }

.offcanvas_minicart {
  display: none; }
  .offcanvas_for_cart .offcanvas_minicart {
    display: block; }
  .offcanvas_minicart .offcanvas_close {
    right: 22px;
    cursor: pointer; }
    @media only screen and (min-width: 64em) {
      .offcanvas_minicart .offcanvas_close {
        display: none; } }
  .offcanvas_minicart.paypal_minicart ul.cart_list {
    height: calc(100vh - 240px) !important; }
  .offcanvas_minicart.paypal_minicart p.total {
    bottom: 180px !important; }
  .offcanvas_minicart a#woo_pp_ec_button {
    background: #fff;
    text-align: center; }
  .offcanvas_minicart ul.cart_list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: auto;
    height: calc(100vh - 180px);
    margin-top: 1.66667rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    @media only screen and (min-width: 64em) {
      .offcanvas_minicart ul.cart_list {
        margin-top: 0; } }
    @media only screen and (max-width: 39.9375em) {
      .offcanvas_minicart ul.cart_list {
        height: calc(100vh - 230px); } }
    @media only screen and (min-width: 40em) and (max-width: 63.9375em) {
      .offcanvas_minicart ul.cart_list {
        height: calc(100vh - 230px); } }
    .offcanvas_minicart ul.cart_list li {
      position: relative;
      display: block;
      padding: 20px 50px 0 125px;
      min-height: 100px;
      width: 100%;
      overflow: hidden;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }

@-webkit-keyframes cart_item_scale {
  0% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes cart_item_scale {
  0% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
      .offcanvas_minicart ul.cart_list li.empty {
        margin-top: 2.77778rem;
        text-align: center;
        border: none;
        padding: 0; }
        .offcanvas_minicart ul.cart_list li.empty:hover {
          background: transparent; }
      .offcanvas_minicart ul.cart_list li a {
        display: block;
        font-size: 0.77778rem;
        font-weight: bold;
        line-height: 1.5; }
        .offcanvas_minicart ul.cart_list li a.remove {
          position: absolute;
          top: 20px;
          right: 30px;
          margin: 0;
          font-weight: bold;
          font-size: 0.88889rem; }
      .offcanvas_minicart ul.cart_list li img {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        max-width: 100px;
        width: 100px;
        height: 100px; }
        @media only screen and (min-width: 64em) {
          .offcanvas_minicart ul.cart_list li img {
            max-width: 150px;
            width: 100px;
            height: 100px; } }
      .offcanvas_minicart ul.cart_list li .quantity {
        font-size: 0.66667rem;
        padding-bottom: 15px;
        display: inline-block; }
        @media only screen and (min-width: 64em) {
          .offcanvas_minicart ul.cart_list li .quantity {
            padding-bottom: 0; } }
      .offcanvas_minicart ul.cart_list li dl, .offcanvas_minicart ul.cart_list li dd {
        margin: 0; }
  .offcanvas_minicart p.total {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 120px;
    margin: 0;
    padding: 20px 30px;
    line-height: 20px;
    -webkit-box-shadow: 0px -1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px -1px 10px 0 rgba(0, 0, 0, 0.1); }
    .offcanvas_minicart p.total strong {
      font-size: 0.77778rem;
      float: left;
      text-transform: uppercase; }
    .offcanvas_minicart p.total .amount {
      float: right;
      font-size: 1rem;
      font-weight: bold; }
  .offcanvas_minicart p.buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0; }
    .offcanvas_minicart p.buttons a {
      display: block;
      padding: 0;
      height: 60px;
      line-height: 60px; }
      .offcanvas_minicart p.buttons a:not(.checkout) {
        background: #777; }

.widget-area .widget.woocommerce.widget_product_categories ul li > a {
  position: relative;
  display: inline-block;
  padding: 0 2.5em 0 2em; }
  .widget-area .widget.woocommerce.widget_product_categories ul li > a:before {
    content: "";
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2em;
    color: #888;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: -0.2em;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .widget-area .widget.woocommerce.widget_product_categories ul li > a:hover {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
    color: #000; }
    .widget-area .widget.woocommerce.widget_product_categories ul li > a:hover ~ span.count,
    .widget-area .widget.woocommerce.widget_product_categories ul li > a:hover ~ span.post_count {
      color: #000; }
    .widget-area .widget.woocommerce.widget_product_categories ul li > a:hover:before {
      content: ""; }

.widget-area .widget.woocommerce.widget_product_categories ul li.chosen > a:before, .widget-area .widget.woocommerce.widget_product_categories ul li.current-cat > a:before {
  content: ""; }

.widget-area .widget.woocommerce.widget_product_categories ul li.chosen > a:hover:before, .widget-area .widget.woocommerce.widget_product_categories ul li.current-cat > a:hover:before {
  content: ""; }

.widget-area .widget.woocommerce.widget_layered_nav ul li > a {
  position: relative;
  display: inline-block;
  padding: 0 2.5em 0 2em; }
  .widget-area .widget.woocommerce.widget_layered_nav ul li > a:before {
    content: "";
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2em;
    color: #888;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: -0.2em;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .widget-area .widget.woocommerce.widget_layered_nav ul li > a:hover {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
    color: #000; }
    .widget-area .widget.woocommerce.widget_layered_nav ul li > a:hover ~ span.count,
    .widget-area .widget.woocommerce.widget_layered_nav ul li > a:hover ~ span.post_count {
      color: #000; }
    .widget-area .widget.woocommerce.widget_layered_nav ul li > a:hover:before {
      content: ""; }

.widget-area .widget.woocommerce.widget_layered_nav ul li.chosen > a:before, .widget-area .widget.woocommerce.widget_layered_nav ul li.current-cat > a:before {
  content: ""; }

.widget-area .widget.woocommerce.widget_layered_nav ul li.chosen > a:hover:before, .widget-area .widget.woocommerce.widget_layered_nav ul li.current-cat > a:hover:before {
  content: ""; }

.widget-area .widget.woocommerce.widget_layered_nav .screen-reader-text {
  display: none; }

.widget-area .widget.woocommerce.widget_layered_nav select {
  background-color: #fff;
  text-transform: uppercase; }

.widget-area .widget.woocommerce.widget_layered_nav_filters ul li > a {
  position: relative;
  display: inline-block;
  padding: 0 2.5em 0 2em; }
  .widget-area .widget.woocommerce.widget_layered_nav_filters ul li > a:before {
    content: "";
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2em;
    color: #888;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: -0.2em;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .widget-area .widget.woocommerce.widget_layered_nav_filters ul li > a:hover {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
    color: #000; }
    .widget-area .widget.woocommerce.widget_layered_nav_filters ul li > a:hover ~ span.count,
    .widget-area .widget.woocommerce.widget_layered_nav_filters ul li > a:hover ~ span.post_count {
      color: #000; }
    .widget-area .widget.woocommerce.widget_layered_nav_filters ul li > a:hover:before {
      content: ""; }

.widget-area .widget.woocommerce.widget_layered_nav_filters ul li.chosen > a:before, .widget-area .widget.woocommerce.widget_layered_nav_filters ul li.current-cat > a:before {
  content: ""; }

.widget-area .widget.woocommerce.widget_layered_nav_filters ul li.chosen > a:hover:before, .widget-area .widget.woocommerce.widget_layered_nav_filters ul li.current-cat > a:hover:before {
  content: ""; }

.widget-area .widget.woocommerce.widget_product_search .screen-reader-text {
  display: none; }

.widget-area .widget.woocommerce.widget_product_search form {
  position: relative; }
  .widget-area .widget.woocommerce.widget_product_search form:after {
    position: absolute;
    right: 0px;
    bottom: 0;
    height: 100%;
    width: 40px;
    overflow: hidden;
    padding: 0;
    font-size: 0.77778rem;
    line-height: 2.22222rem;
    content: "\f002";
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #888;
    text-align: center; }
  .widget-area .widget.woocommerce.widget_product_search form input {
    background: #fff;
    margin: 0; }
  .widget-area .widget.woocommerce.widget_product_search form input[type="submit"] {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 40px;
    overflow: hidden;
    padding: 0;
    text-indent: -999px;
    z-index: 10;
    background: none; }

.widget-area .widget.woocommerce.widget_products li {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 4.44444rem;
  font-size: 0.66667rem;
  padding: 0 0 0 5rem;
  text-transform: none; }
  .widget-area .widget.woocommerce.widget_products li a {
    display: block;
    font-size: 0.66667rem;
    line-height: 1.4em;
    width: 100%;
    margin-bottom: 0.27778rem; }
  .widget-area .widget.woocommerce.widget_products li img {
    max-width: 3.88889rem;
    margin-right: 1.11111rem;
    position: absolute;
    left: 0;
    top: 0; }
  .widget-area .widget.woocommerce.widget_products li .star-rating {
    font-size: 0.77778rem; }
  .widget-area .widget.woocommerce.widget_products li .reviewer {
    display: block; }
  .widget-area .widget.woocommerce.widget_products li ins {
    text-decoration: none; }

.widget-area .widget.woocommerce.widget_recent_reviews li {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 4.44444rem;
  font-size: 0.66667rem;
  padding: 0 0 0 5rem;
  text-transform: none; }
  .widget-area .widget.woocommerce.widget_recent_reviews li a {
    display: block;
    font-size: 0.66667rem;
    line-height: 1.4em;
    width: 100%;
    margin-bottom: 0.27778rem; }
  .widget-area .widget.woocommerce.widget_recent_reviews li img {
    max-width: 3.88889rem;
    margin-right: 1.11111rem;
    position: absolute;
    left: 0;
    top: 0; }
  .widget-area .widget.woocommerce.widget_recent_reviews li .star-rating {
    font-size: 0.77778rem; }
  .widget-area .widget.woocommerce.widget_recent_reviews li .reviewer {
    display: block; }
  .widget-area .widget.woocommerce.widget_recent_reviews li ins {
    text-decoration: none; }

.widget-area .widget.woocommerce.widget_recently_viewed_products li {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 4.44444rem;
  font-size: 0.66667rem;
  padding: 0 0 0 5rem;
  text-transform: none; }
  .widget-area .widget.woocommerce.widget_recently_viewed_products li a {
    display: block;
    font-size: 0.66667rem;
    line-height: 1.4em;
    width: 100%;
    margin-bottom: 0.27778rem; }
  .widget-area .widget.woocommerce.widget_recently_viewed_products li img {
    max-width: 3.88889rem;
    margin-right: 1.11111rem;
    position: absolute;
    left: 0;
    top: 0; }
  .widget-area .widget.woocommerce.widget_recently_viewed_products li .star-rating {
    font-size: 0.77778rem; }
  .widget-area .widget.woocommerce.widget_recently_viewed_products li .reviewer {
    display: block; }
  .widget-area .widget.woocommerce.widget_recently_viewed_products li ins {
    text-decoration: none; }

.widget-area .widget.woocommerce.widget_top_rated_products li {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 4.44444rem;
  font-size: 0.66667rem;
  padding: 0 0 0 5rem;
  text-transform: none; }
  .widget-area .widget.woocommerce.widget_top_rated_products li a {
    display: block;
    font-size: 0.66667rem;
    line-height: 1.4em;
    width: 100%;
    margin-bottom: 0.27778rem; }
  .widget-area .widget.woocommerce.widget_top_rated_products li img {
    max-width: 3.88889rem;
    margin-right: 1.11111rem;
    position: absolute;
    left: 0;
    top: 0; }
  .widget-area .widget.woocommerce.widget_top_rated_products li .star-rating {
    font-size: 0.77778rem; }
  .widget-area .widget.woocommerce.widget_top_rated_products li .reviewer {
    display: block; }
  .widget-area .widget.woocommerce.widget_top_rated_products li ins {
    text-decoration: none; }

.widget-area .widget.woocommerce.widget_top_rated_products .amount {
  display: block; }

.widget-area .widget.woocommerce.widget_product_tag_cloud a {
  text-transform: uppercase;
  color: #888;
  border: solid 0.11111rem #ddd;
  padding: 0.16667rem 0.44444rem;
  border-radius: 0.16667rem;
  margin: 0 0.33333rem 0.33333rem 0;
  display: inline-block;
  font-size: 0.55556rem !important;
  line-height: 0.55556rem;
  letter-spacing: 0.15em;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }
  .widget-area .widget.woocommerce.widget_product_tag_cloud a:hover {
    background: #000;
    border: solid 0.11111rem #000;
    color: #fff; }

.widget-area .widget.woocommerce.widget_price_filter .price_slider {
  margin-bottom: 30px; }

.widget-area .widget.woocommerce.widget_price_filter .price_slider_amount {
  text-align: left; }
  .widget-area .widget.woocommerce.widget_price_filter .price_slider_amount .price_label {
    font-size: 0.66667rem;
    line-height: 0.66667rem;
    font-weight: bold;
    color: #888;
    padding-top: 0.05556rem; }
    .widget-area .widget.woocommerce.widget_price_filter .price_slider_amount .price_label span {
      display: inline-block;
      line-height: 0.66667rem; }
  .widget-area .widget.woocommerce.widget_price_filter .price_slider_amount .button {
    float: right;
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 0.66667rem;
    line-height: 0.66667rem; }

.widget-area .widget.woocommerce.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 8px;
  margin-right: 8px; }

.widget-area .widget.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50px;
  cursor: ew-resize;
  outline: none;
  top: -6px;
  margin-left: -8px; }

.widget-area .widget.woocommerce.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  border-radius: 1em; }

.widget-area .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #888;
  border: 0;
  position: relative; }
  .widget-area .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -8px;
    width: 8px;
    height: 4px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #888; }
  .widget-area .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -8px;
    width: 8px;
    height: 4px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #888; }

.widget-area .widget.woocommerce.widget_price_filter .ui-slider-horizontal {
  height: 4px; }

.widget-area .widget.woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.widget-area .widget.woocommerce.widget_shopping_cart li {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 4.44444rem;
  font-size: 0.66667rem;
  padding: 0 0 0 5rem;
  text-transform: none; }
  .widget-area .widget.woocommerce.widget_shopping_cart li a {
    display: block;
    font-size: 0.66667rem;
    line-height: 1.4em;
    width: 100%;
    margin-bottom: 0.27778rem; }
  .widget-area .widget.woocommerce.widget_shopping_cart li img {
    max-width: 3.88889rem;
    margin-right: 1.11111rem;
    position: absolute;
    left: 0;
    top: 0; }
  .widget-area .widget.woocommerce.widget_shopping_cart li .star-rating {
    font-size: 0.77778rem; }
  .widget-area .widget.woocommerce.widget_shopping_cart li .reviewer {
    display: block; }
  .widget-area .widget.woocommerce.widget_shopping_cart li ins {
    text-decoration: none; }

.widget-area .widget.woocommerce.widget_shopping_cart li {
  padding-right: 1.11111rem; }
  .widget-area .widget.woocommerce.widget_shopping_cart li.empty {
    padding: 0;
    font-size: 0.77778rem;
    min-height: auto; }
  .widget-area .widget.woocommerce.widget_shopping_cart li a.remove {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    right: 0;
    top: -.15em;
    padding: 0;
    font-size: 0.77778rem; }
  .widget-area .widget.woocommerce.widget_shopping_cart li .quantity {
    display: block; }

.widget-area .widget.woocommerce.widget_shopping_cart p.total {
  padding: 1.66667rem 0;
  line-height: 1em;
  display: block;
  margin: 0; }
  .widget-area .widget.woocommerce.widget_shopping_cart p.total strong {
    color: #333;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 0.77778rem;
    line-height: 1em;
    font-weight: bold; }
  .widget-area .widget.woocommerce.widget_shopping_cart p.total span {
    float: right;
    font-weight: bold;
    font-size: 1.22222rem;
    line-height: 1em;
    color: #000; }

.widget-area .widget.woocommerce.widget_shopping_cart p.buttons a {
  width: 100%;
  margin-top: 0.55556rem; }
  .widget-area .widget.woocommerce.widget_shopping_cart p.buttons a:not(.checkout) {
    background: #777; }

.widget-area .widget {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #000;
  padding: 1.94444rem 2.22222rem;
  margin: 0;
  font-size: 0.55556rem; }
  .widget-area .widget h4.widget-title {
    font-size: 0.77778rem;
    margin-bottom: 1.38889rem;
    text-transform: uppercase; }
    .widget-area .widget h4.widget-title a img {
      display: none; }
  .widget-area .widget a {
    font-weight: bold; }
  .widget-area .widget ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0; }
    .widget-area .widget ul.children {
      margin: 0.55556rem 0 0 1.11111rem; }
    .widget-area .widget ul li {
      margin-bottom: 0.55556rem;
      font-size: 0.66667rem;
      text-transform: uppercase;
      position: relative; }
      .widget-area .widget ul li:last-child {
        margin-bottom: 0; }
      .widget-area .widget ul li span.count,
      .widget-area .widget ul li span.post_count {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        right: 0;
        top: 0; }
  .widget-area .widget.widget_media_gallery .gallery-item figcaption {
    display: none; }
  .widget-area .widget.widget_media_gallery:after {
    content: "";
    display: block;
    clear: both; }
  .widget-area .widget.widget_categories ul li > a {
    position: relative;
    display: inline-block;
    padding: 0 2.5em 0 2em; }
    .widget-area .widget.widget_categories ul li > a:before {
      content: "";
      font-family: FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 1.2em;
      color: #888;
      font-weight: normal;
      position: absolute;
      left: 0;
      top: -0.2em;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .widget-area .widget.widget_categories ul li > a:hover {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
      color: #000; }
      .widget-area .widget.widget_categories ul li > a:hover ~ span.count,
      .widget-area .widget.widget_categories ul li > a:hover ~ span.post_count {
        color: #000; }
      .widget-area .widget.widget_categories ul li > a:hover:before {
        content: ""; }
  .widget-area .widget.widget_categories ul li.chosen > a:before, .widget-area .widget.widget_categories ul li.current-cat > a:before {
    content: ""; }
  .widget-area .widget.widget_categories ul li.chosen > a:hover:before, .widget-area .widget.widget_categories ul li.current-cat > a:hover:before {
    content: ""; }
  .widget-area .widget.widget_categories .screen-reader-text {
    display: none; }
  .widget-area .widget.widget_categories select {
    background-color: #fff;
    text-transform: uppercase; }
  .widget-area .widget.widget_recent_entries ul li {
    text-transform: none;
    padding: 0 0 .5em 2em;
    position: relative; }
    .widget-area .widget.widget_recent_entries ul li:last-child {
      padding: 0 0 0 2em; }
    .widget-area .widget.widget_recent_entries ul li:before {
      content: "";
      font-family: FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 1.2em;
      color: #888;
      font-weight: normal;
      position: absolute;
      left: 0;
      top: -0.05em;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .widget-area .widget.widget_recent_entries ul li:hover:before {
      content: ""; }
  .widget-area .widget.widget_recent_entries .post-date {
    display: block;
    color: #888; }
  .widget-area .widget.widget_recent_comments ul li {
    text-transform: none;
    padding: 0 0 .5em 2em;
    position: relative; }
    .widget-area .widget.widget_recent_comments ul li:last-child {
      padding: 0 0 0 2em; }
    .widget-area .widget.widget_recent_comments ul li:before {
      content: "";
      font-family: FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 1.2em;
      color: #888;
      font-weight: normal;
      position: absolute;
      left: 0;
      top: -0.2em;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .widget-area .widget.widget_recent_comments ul li:hover:before {
      content: ""; }
  .widget-area .widget.widget_tag_cloud a {
    text-transform: uppercase;
    color: #888;
    border: solid 0.11111rem #ddd;
    padding: 0.16667rem 0.44444rem;
    border-radius: 0.16667rem;
    margin: 0 0.33333rem 0.33333rem 0;
    display: inline-block;
    font-size: 0.55556rem !important;
    line-height: 0.55556rem;
    letter-spacing: 0.15em;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease; }
    .widget-area .widget.widget_tag_cloud a:hover {
      background: #000;
      border: solid 0.11111rem #000;
      color: #fff; }
  .widget-area .widget.widget_search .screen-reader-text {
    display: none; }
  .widget-area .widget.widget_search form {
    position: relative; }
    .widget-area .widget.widget_search form:after {
      position: absolute;
      right: 0px;
      bottom: 0;
      height: 100%;
      width: 40px;
      overflow: hidden;
      padding: 0;
      font-size: 0.77778rem;
      line-height: 2.22222rem;
      content: "\f002";
      font-family: FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #888;
      text-align: center; }
    .widget-area .widget.widget_search form input {
      background: #fff;
      margin: 0; }
    .widget-area .widget.widget_search form input[type="submit"] {
      position: absolute;
      right: 0;
      bottom: 0;
      height: 100%;
      width: 40px;
      overflow: hidden;
      padding: 0;
      text-indent: -999px;
      z-index: 10;
      background: none; }
  .widget-area .widget.widget_archive ul li > a {
    position: relative;
    display: inline-block;
    padding: 0 2.5em 0 2em; }
    .widget-area .widget.widget_archive ul li > a:before {
      content: "";
      font-family: FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 1.2em;
      color: #888;
      font-weight: normal;
      position: absolute;
      left: 0;
      top: -0.2em;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .widget-area .widget.widget_archive ul li > a:hover {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
      color: #000; }
      .widget-area .widget.widget_archive ul li > a:hover ~ span.count,
      .widget-area .widget.widget_archive ul li > a:hover ~ span.post_count {
        color: #000; }
      .widget-area .widget.widget_archive ul li > a:hover:before {
        content: ""; }
  .widget-area .widget.widget_archive ul li.chosen > a:before, .widget-area .widget.widget_archive ul li.current-cat > a:before {
    content: ""; }
  .widget-area .widget.widget_archive ul li.chosen > a:hover:before, .widget-area .widget.widget_archive ul li.current-cat > a:hover:before {
    content: ""; }
  .widget-area .widget.widget_archive .screen-reader-text {
    display: none; }
  .widget-area .widget.widget_archive select {
    background-color: #fff;
    text-transform: uppercase; }
  .widget-area .widget.widget_text .textwidget ul, .widget-area .widget.widget_text .textwidget ol {
    list-style-type: inherit;
    line-height: 1.6;
    list-style-position: outside;
    margin-left: 1.4rem;
    margin-bottom: 1.11111rem; }
    .widget-area .widget.widget_text .textwidget ul li, .widget-area .widget.widget_text .textwidget ol li {
      text-transform: inherit;
      font-size: 1rem;
      margin-bottom: 0; }
  .widget-area .widget.widget_text .textwidget ul {
    list-style-type: disc; }
  .widget-area .widget.widget_text .textwidget ol {
    list-style-type: decimal; }
  .widget-area .widget.widget_calendar table caption {
    font-size: 0.77778rem;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold; }
  .widget-area .widget.widget_calendar table th {
    font-size: 0.77778rem; }
  .widget-area .widget.widget_calendar table tr {
    border: none; }
  .widget-area .widget.widget_calendar table td {
    padding: 0.44444rem 0; }
  .widget-area .widget.widget_rss ul li {
    text-transform: none;
    padding: 0 0 .5em 2em;
    position: relative; }
    .widget-area .widget.widget_rss ul li:last-child {
      padding: 0 0 0 2em; }
    .widget-area .widget.widget_rss ul li:before {
      content: "";
      font-family: FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 1.2em;
      color: #888;
      font-weight: normal;
      position: absolute;
      left: 0;
      top: -0.2em;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .widget-area .widget.widget_rss ul li:hover:before {
      content: ""; }
  .widget-area .widget.widget_rss .rss-date {
    display: block;
    padding: 0.55556rem 0 0.55556rem 0; }
  .widget-area .widget.widget_rss cite {
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    display: inline-block;
    padding: 0.55556rem 0 0.55556rem 1.11111rem;
    position: relative; }
    .widget-area .widget.widget_rss cite:before {
      content: "—";
      position: absolute;
      left: 0;
      top: 0.7em; }
  .widget-area .widget.widget_rss .rssSummary {
    font-size: 0.77778rem; }
