/*    

    1. - FRAMEWORK

      1.1 - Initialize


    2. - THEME

      2.1 - General

      2.2 - Header

      2.3 - Footer


    3. - PARTIALS

      3.1 - Searchbar

      3.2 - Product Grid



    4. - TEMPLATES

      4.1 - Index

      4.2 - Collection List

      4.3 - Collection


    5. - APPS 

      5.1 - Digital Download
*/
/*  1. - FRAMEWORK
//////////////////////////////////////////////////////////////////////////////*/
/*  1.1 - Initialize
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

script {
  display: none !important; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none; }

.clearfix, .fw__blocks {
  *zoom: 1; }
  .clearfix:after, .fw__blocks:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }

.show-after-js {
  display: none; }

html.after-js-loaded .show-after-js {
  display: inherit !important; }

.image-scale-hack {
  transform: rotate(0.0001deg); }

/*  1.x - Loading Animation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.fw__loading_animation {
  display: none; }

/*  1.x - Media Queries
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.show-for-small, .show-for-medium, .show-for-large, .show-for-small-medium, .show-for-medium-large {
  display: none !important; }

@media only screen and (max-width: 767px) {
  .show-for-small {
    display: inherit !important; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .show-for-medium {
    display: inherit !important; } }

@media only screen and (min-width: 1024px) {
  .show-for-large {
    display: inherit !important; } }
.lt-ie9 .show-for-large {
  display: inherit !important; }

@media only screen and (max-width: 1025px) {
  .show-for-small-medium {
    display: inherit !important; } }

@media only screen and (min-width: 768px) {
  .show-for-medium-large {
    display: inherit !important; } }
.lt-ie9 .show-for-medium-large {
  display: inherit !important; }

.hide-for-all {
  display: none !important; }

.lt-ie9 .show-for-small {
  display: none !important; }
.lt-ie9 .show-for-ie9-down, .lt-ie9 .show-for-medium, .lt-ie9 .show-for-large, .lt-ie9 .show-for-medium-large {
  display: inherit !important; }

/*  1.x - Spacing
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
  line-height: 1.625; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.25;
  padding: 0; }

p, blockquote {
  margin: 0 0 15px; }

blockquote {
  padding-left: 15px; }

hr {
  margin: 30px 0; }

ul, ol {
  margin: 0 0 15px;
  line-height: 1;
  padding: 0; }

ol ol, ul ul {
  padding-left: 15px;
  margin-top: 10px; }

li {
  line-height: 1;
  margin-bottom: 10px; }

label {
  margin: 0 0 5px;
  display: block; }

input, textarea {
  padding: 12px 15px;
  margin: 0 0 15px; }
  input.compact, textarea.compact {
    padding: 6px;
    margin: 0 0 5px; }

select {
  margin: 0 0 15px; }

input[type="file"], input[type="color"] {
  padding: 0; }

input[type="radio"], input[type="checkbox"] {
  padding: 0;
  margin: 0 10px 0 0; }

table, img {
  margin: 0; }

tr td, tr th {
  padding: 15px; }

.rte-content h1, .rte-content h2, .rte-content h3, .rte-content h4, .rte-content h5, .rte-content h6 {
  margin: 0 0 15px; }
.rte-content table, .rte-content img {
  margin: 0 0 15px; }
.rte-content li {
  line-height: 1.375;
  margin-bottom: 5px; }

.spacing--1 {
  padding: 5px; }

.spacing--2 {
  padding: 10px; }

.spacing--3 {
  padding: 15px; }

.spacing--4 {
  padding: 30px; }

.spacing--5 {
  padding: 50px; }

.spacing--6 {
  padding: 70px; }

.spacing--7 {
  padding: 100px; }

.spacing--1x {
  padding-left: 5px;
  padding-right: 5px; }

.spacing--2x {
  padding-left: 10px;
  padding-right: 10px; }

.spacing--3x {
  padding-left: 15px;
  padding-right: 15px; }

.spacing--4x {
  padding-left: 30px;
  padding-right: 30px; }

.spacing--5x {
  padding-left: 50px;
  padding-right: 50px; }

.spacing--6x {
  padding-left: 70px;
  padding-right: 70px; }

.spacing--7x {
  padding-left: 100px;
  padding-right: 100px; }

.spacing--1y {
  padding-top: 5px;
  padding-bottom: 5px; }

.spacing--2y {
  padding-top: 10px;
  padding-bottom: 10px; }

.spacing--3y {
  padding-top: 15px;
  padding-bottom: 15px; }

.spacing--4y {
  padding-top: 30px;
  padding-bottom: 30px; }

.spacing--5y {
  padding-top: 50px;
  padding-bottom: 50px; }

.spacing--6y {
  padding-top: 70px;
  padding-bottom: 70px; }

.spacing--7y {
  padding-top: 100px;
  padding-bottom: 100px; }

.spacer {
  padding-bottom: 0; }

/*  1.x - Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.fw__blocks {
  display: block;
  margin: 0 auto;
  position: relative;
  padding: 0; }
  .fw__blocks.show-after-js {
    display: none; }
  .fw__blocks > *, .fw__blocks .block {
    position: relative;
    float: left;
    display: block;
    margin: 0;
    width: 100%;
    min-height: 1px; }
    .fw__blocks > *.show-after-js, .fw__blocks .block.show-after-js {
      display: none; }
  .fw__blocks.list > *, .fw__blocks.list .item {
    display: inline-block;
    width: auto;
    float: none; }
  .fw__blocks.vertical > *, .fw__blocks.vertical .item {
    float: none;
    display: block; }
  .fw__blocks .width--1 {
    width: 8.33333%; }
  .fw__blocks .width--2 {
    width: 16.66667%; }
  .fw__blocks .width--3 {
    width: 25%; }
  .fw__blocks .width--4 {
    width: 33.33333%; }
  .fw__blocks .width--5 {
    width: 41.66667%; }
  .fw__blocks .width--6 {
    width: 50%; }
  .fw__blocks .width--7 {
    width: 58.33333%; }
  .fw__blocks .width--8 {
    width: 66.66667%; }
  .fw__blocks .width--9 {
    width: 75%; }
  .fw__blocks .width--10 {
    width: 83.33333%; }
  .fw__blocks .width--11 {
    width: 91.66667%; }
  .fw__blocks .width--12 {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .fw__blocks .width--medium-1 {
      width: 8.33333%; } }
  .lt-ie9 .fw__blocks .width--medium-1 {
    width: 8.33333%; }
  @media only screen and (min-width: 768px) {
    .fw__blocks .width--medium-2 {
      width: 16.66667%; } }
  .lt-ie9 .fw__blocks .width--medium-2 {
    width: 16.66667%; }
  @media only screen and (min-width: 768px) {
    .fw__blocks .width--medium-3 {
      width: 25%; } }
  .lt-ie9 .fw__blocks .width--medium-3 {
    width: 25%; }
  @media only screen and (min-width: 768px) {
    .fw__blocks .width--medium-4 {
      width: 33.33333%; } }
  .lt-ie9 .fw__blocks .width--medium-4 {
    width: 33.33333%; }
  @media only screen and (min-width: 768px) {
    .fw__blocks .width--medium-5 {
      width: 41.66667%; } }
  .lt-ie9 .fw__blocks .width--medium-5 {
    width: 41.66667%; }
  @media only screen and (min-width: 768px) {
    .fw__blocks .width--medium-6 {
      width: 50%; } }
  .lt-ie9 .fw__blocks .width--medium-6 {
    width: 50%; }
  @media only screen and (min-width: 768px) {
    .fw__blocks .width--medium-7 {
      width: 58.33333%; } }
  .lt-ie9 .fw__blocks .width--medium-7 {
    width: 58.33333%; }
  @media only screen and (min-width: 768px) {
    .fw__blocks .width--medium-8 {
      width: 66.66667%; } }
  .lt-ie9 .fw__blocks .width--medium-8 {
    width: 66.66667%; }
  @media only screen and (min-width: 768px) {
    .fw__blocks .width--medium-9 {
      width: 75%; } }
  .lt-ie9 .fw__blocks .width--medium-9 {
    width: 75%; }
  @media only screen and (min-width: 768px) {
    .fw__blocks .width--medium-10 {
      width: 83.33333%; } }
  .lt-ie9 .fw__blocks .width--medium-10 {
    width: 83.33333%; }
  @media only screen and (min-width: 768px) {
    .fw__blocks .width--medium-11 {
      width: 91.66667%; } }
  .lt-ie9 .fw__blocks .width--medium-11 {
    width: 91.66667%; }
  @media only screen and (min-width: 768px) {
    .fw__blocks .width--medium-12 {
      width: 100%; } }
  .lt-ie9 .fw__blocks .width--medium-12 {
    width: 100%; }
  @media only screen and (min-width: 1024px) {
    .fw__blocks .width--large-1 {
      width: 8.33333%; } }
  .lt-ie9 .fw__blocks .width--large-1 {
    width: 8.33333%; }
  @media only screen and (min-width: 1024px) {
    .fw__blocks .width--large-2 {
      width: 16.66667%; } }
  .lt-ie9 .fw__blocks .width--large-2 {
    width: 16.66667%; }
  @media only screen and (min-width: 1024px) {
    .fw__blocks .width--large-3 {
      width: 25%; } }
  .lt-ie9 .fw__blocks .width--large-3 {
    width: 25%; }
  @media only screen and (min-width: 1024px) {
    .fw__blocks .width--large-4 {
      width: 33.33333%; } }
  .lt-ie9 .fw__blocks .width--large-4 {
    width: 33.33333%; }
  @media only screen and (min-width: 1024px) {
    .fw__blocks .width--large-5 {
      width: 41.66667%; } }
  .lt-ie9 .fw__blocks .width--large-5 {
    width: 41.66667%; }
  @media only screen and (min-width: 1024px) {
    .fw__blocks .width--large-6 {
      width: 50%; } }
  .lt-ie9 .fw__blocks .width--large-6 {
    width: 50%; }
  @media only screen and (min-width: 1024px) {
    .fw__blocks .width--large-7 {
      width: 58.33333%; } }
  .lt-ie9 .fw__blocks .width--large-7 {
    width: 58.33333%; }
  @media only screen and (min-width: 1024px) {
    .fw__blocks .width--large-8 {
      width: 66.66667%; } }
  .lt-ie9 .fw__blocks .width--large-8 {
    width: 66.66667%; }
  @media only screen and (min-width: 1024px) {
    .fw__blocks .width--large-9 {
      width: 75%; } }
  .lt-ie9 .fw__blocks .width--large-9 {
    width: 75%; }
  @media only screen and (min-width: 1024px) {
    .fw__blocks .width--large-10 {
      width: 83.33333%; } }
  .lt-ie9 .fw__blocks .width--large-10 {
    width: 83.33333%; }
  @media only screen and (min-width: 1024px) {
    .fw__blocks .width--large-11 {
      width: 91.66667%; } }
  .lt-ie9 .fw__blocks .width--large-11 {
    width: 91.66667%; }
  @media only screen and (min-width: 1024px) {
    .fw__blocks .width--large-12 {
      width: 100%; } }
  .lt-ie9 .fw__blocks .width--large-12 {
    width: 100%; }
  .fw__blocks.clear-after--1 > *:nth-child(1n+1), .fw__blocks.clear-after--1 .block:nth-child(1n+1) {
    clear: left; }
  .fw__blocks.clear-after--2 > *:nth-child(2n+1), .fw__blocks.clear-after--2 .block:nth-child(2n+1) {
    clear: left; }
  .fw__blocks.clear-after--3 > *:nth-child(3n+1), .fw__blocks.clear-after--3 .block:nth-child(3n+1) {
    clear: left; }
  .fw__blocks.clear-after--4 > *:nth-child(4n+1), .fw__blocks.clear-after--4 .block:nth-child(4n+1) {
    clear: left; }
  .fw__blocks.clear-after--5 > *:nth-child(5n+1), .fw__blocks.clear-after--5 .block:nth-child(5n+1) {
    clear: left; }
  .fw__blocks.clear-after--6 > *:nth-child(6n+1), .fw__blocks.clear-after--6 .block:nth-child(6n+1) {
    clear: left; }
  .fw__blocks.clear-after--7 > *:nth-child(7n+1), .fw__blocks.clear-after--7 .block:nth-child(7n+1) {
    clear: left; }
  .fw__blocks.clear-after--8 > *:nth-child(8n+1), .fw__blocks.clear-after--8 .block:nth-child(8n+1) {
    clear: left; }
  .fw__blocks.clear-after--9 > *:nth-child(9n+1), .fw__blocks.clear-after--9 .block:nth-child(9n+1) {
    clear: left; }
  .fw__blocks.clear-after--10 > *:nth-child(10n+1), .fw__blocks.clear-after--10 .block:nth-child(10n+1) {
    clear: left; }
  .fw__blocks.clear-after--11 > *:nth-child(11n+1), .fw__blocks.clear-after--11 .block:nth-child(11n+1) {
    clear: left; }
  .fw__blocks.clear-after--12 > *:nth-child(12n+1), .fw__blocks.clear-after--12 .block:nth-child(12n+1) {
    clear: left; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .fw__blocks.clear-after--medium-1 > *:nth-child(1n+1), .fw__blocks.clear-after--medium-1 .block:nth-child(1n+1) {
      clear: left; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .fw__blocks.clear-after--medium-2 > *:nth-child(2n+1), .fw__blocks.clear-after--medium-2 .block:nth-child(2n+1) {
      clear: left; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .fw__blocks.clear-after--medium-3 > *:nth-child(3n+1), .fw__blocks.clear-after--medium-3 .block:nth-child(3n+1) {
      clear: left; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .fw__blocks.clear-after--medium-4 > *:nth-child(4n+1), .fw__blocks.clear-after--medium-4 .block:nth-child(4n+1) {
      clear: left; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .fw__blocks.clear-after--medium-5 > *:nth-child(5n+1), .fw__blocks.clear-after--medium-5 .block:nth-child(5n+1) {
      clear: left; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .fw__blocks.clear-after--medium-6 > *:nth-child(6n+1), .fw__blocks.clear-after--medium-6 .block:nth-child(6n+1) {
      clear: left; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .fw__blocks.clear-after--medium-7 > *:nth-child(7n+1), .fw__blocks.clear-after--medium-7 .block:nth-child(7n+1) {
      clear: left; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .fw__blocks.clear-after--medium-8 > *:nth-child(8n+1), .fw__blocks.clear-after--medium-8 .block:nth-child(8n+1) {
      clear: left; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .fw__blocks.clear-after--medium-9 > *:nth-child(9n+1), .fw__blocks.clear-after--medium-9 .block:nth-child(9n+1) {
      clear: left; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .fw__blocks.clear-after--medium-10 > *:nth-child(10n+1), .fw__blocks.clear-after--medium-10 .block:nth-child(10n+1) {
      clear: left; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .fw__blocks.clear-after--medium-11 > *:nth-child(11n+1), .fw__blocks.clear-after--medium-11 .block:nth-child(11n+1) {
      clear: left; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .fw__blocks.clear-after--medium-12 > *:nth-child(12n+1), .fw__blocks.clear-after--medium-12 .block:nth-child(12n+1) {
      clear: left; } }
  @media only screen and (min-width: 1024px) {
    .fw__blocks.clear-after--large-1 > *:nth-child(1n+1), .fw__blocks.clear-after--large-1 .block:nth-child(1n+1) {
      clear: left; } }
  .lt-ie9 .fw__blocks.clear-after--large-1 > *:nth-child(1n+1), .lt-ie9 .fw__blocks.clear-after--large-1 .block:nth-child(1n+1) {
    clear: left; }
  @media only screen and (min-width: 1024px) {
    .fw__blocks.clear-after--large-2 > *:nth-child(2n+1), .fw__blocks.clear-after--large-2 .block:nth-child(2n+1) {
      clear: left; } }
  .lt-ie9 .fw__blocks.clear-after--large-2 > *:nth-child(2n+1), .lt-ie9 .fw__blocks.clear-after--large-2 .block:nth-child(2n+1) {
    clear: left; }
  @media only screen and (min-width: 1024px) {
    .fw__blocks.clear-after--large-3 > *:nth-child(3n+1), .fw__blocks.clear-after--large-3 .block:nth-child(3n+1) {
      clear: left; } }
  .lt-ie9 .fw__blocks.clear-after--large-3 > *:nth-child(3n+1), .lt-ie9 .fw__blocks.clear-after--large-3 .block:nth-child(3n+1) {
    clear: left; }
  @media only screen and (min-width: 1024px) {
    .fw__blocks.clear-after--large-4 > *:nth-child(4n+1), .fw__blocks.clear-after--large-4 .block:nth-child(4n+1) {
      clear: left; } }
  .lt-ie9 .fw__blocks.clear-after--large-4 > *:nth-child(4n+1), .lt-ie9 .fw__blocks.clear-after--large-4 .block:nth-child(4n+1) {
    clear: left; }
  @media only screen and (min-width: 1024px) {
    .fw__blocks.clear-after--large-5 > *:nth-child(5n+1), .fw__blocks.clear-after--large-5 .block:nth-child(5n+1) {
      clear: left; } }
  .lt-ie9 .fw__blocks.clear-after--large-5 > *:nth-child(5n+1), .lt-ie9 .fw__blocks.clear-after--large-5 .block:nth-child(5n+1) {
    clear: left; }
  @media only screen and (min-width: 1024px) {
    .fw__blocks.clear-after--large-6 > *:nth-child(6n+1), .fw__blocks.clear-after--large-6 .block:nth-child(6n+1) {
      clear: left; } }
  .lt-ie9 .fw__blocks.clear-after--large-6 > *:nth-child(6n+1), .lt-ie9 .fw__blocks.clear-after--large-6 .block:nth-child(6n+1) {
    clear: left; }
  @media only screen and (min-width: 1024px) {
    .fw__blocks.clear-after--large-7 > *:nth-child(7n+1), .fw__blocks.clear-after--large-7 .block:nth-child(7n+1) {
      clear: left; } }
  .lt-ie9 .fw__blocks.clear-after--large-7 > *:nth-child(7n+1), .lt-ie9 .fw__blocks.clear-after--large-7 .block:nth-child(7n+1) {
    clear: left; }
  @media only screen and (min-width: 1024px) {
    .fw__blocks.clear-after--large-8 > *:nth-child(8n+1), .fw__blocks.clear-after--large-8 .block:nth-child(8n+1) {
      clear: left; } }
  .lt-ie9 .fw__blocks.clear-after--large-8 > *:nth-child(8n+1), .lt-ie9 .fw__blocks.clear-after--large-8 .block:nth-child(8n+1) {
    clear: left; }
  @media only screen and (min-width: 1024px) {
    .fw__blocks.clear-after--large-9 > *:nth-child(9n+1), .fw__blocks.clear-after--large-9 .block:nth-child(9n+1) {
      clear: left; } }
  .lt-ie9 .fw__blocks.clear-after--large-9 > *:nth-child(9n+1), .lt-ie9 .fw__blocks.clear-after--large-9 .block:nth-child(9n+1) {
    clear: left; }
  @media only screen and (min-width: 1024px) {
    .fw__blocks.clear-after--large-10 > *:nth-child(10n+1), .fw__blocks.clear-after--large-10 .block:nth-child(10n+1) {
      clear: left; } }
  .lt-ie9 .fw__blocks.clear-after--large-10 > *:nth-child(10n+1), .lt-ie9 .fw__blocks.clear-after--large-10 .block:nth-child(10n+1) {
    clear: left; }
  @media only screen and (min-width: 1024px) {
    .fw__blocks.clear-after--large-11 > *:nth-child(11n+1), .fw__blocks.clear-after--large-11 .block:nth-child(11n+1) {
      clear: left; } }
  .lt-ie9 .fw__blocks.clear-after--large-11 > *:nth-child(11n+1), .lt-ie9 .fw__blocks.clear-after--large-11 .block:nth-child(11n+1) {
    clear: left; }
  @media only screen and (min-width: 1024px) {
    .fw__blocks.clear-after--large-12 > *:nth-child(12n+1), .fw__blocks.clear-after--large-12 .block:nth-child(12n+1) {
      clear: left; } }
  .lt-ie9 .fw__blocks.clear-after--large-12 > *:nth-child(12n+1), .lt-ie9 .fw__blocks.clear-after--large-12 .block:nth-child(12n+1) {
    clear: left; }
  .fw__blocks .ie8-clearer {
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: 0px;
    height: 0px; }
  .fw__blocks.spacing--1 {
    padding: 2.5px; }
    .fw__blocks.spacing--1 > * {
      padding: 2.5px; }
  .fw__blocks.spacing--2 {
    padding: 5px; }
    .fw__blocks.spacing--2 > * {
      padding: 5px; }
  .fw__blocks.spacing--3 {
    padding: 7.5px; }
    .fw__blocks.spacing--3 > * {
      padding: 7.5px; }
  .fw__blocks.spacing--4 {
    padding: 15px; }
    .fw__blocks.spacing--4 > * {
      padding: 15px; }
  .fw__blocks.spacing--5 {
    padding: 25px; }
    .fw__blocks.spacing--5 > * {
      padding: 25px; }
  .fw__blocks.spacing--6 {
    padding: 35px; }
    .fw__blocks.spacing--6 > * {
      padding: 35px; }
  .fw__blocks.spacing--1x {
    padding-left: 2.5px;
    padding-right: 2.5px; }
    .fw__blocks.spacing--1x > * {
      padding-left: 2.5px;
      padding-right: 2.5px; }
  .fw__blocks.spacing--2x {
    padding-left: 5px;
    padding-right: 5px; }
    .fw__blocks.spacing--2x > * {
      padding-left: 5px;
      padding-right: 5px; }
  .fw__blocks.spacing--3x {
    padding-left: 7.5px;
    padding-right: 7.5px; }
    .fw__blocks.spacing--3x > * {
      padding-left: 7.5px;
      padding-right: 7.5px; }
  .fw__blocks.spacing--4x {
    padding-left: 15px;
    padding-right: 15px; }
    .fw__blocks.spacing--4x > * {
      padding-left: 15px;
      padding-right: 15px; }
  .fw__blocks.spacing--5x {
    padding-left: 25px;
    padding-right: 25px; }
    .fw__blocks.spacing--5x > * {
      padding-left: 25px;
      padding-right: 25px; }
  .fw__blocks.spacing--6x {
    padding-left: 35px;
    padding-right: 35px; }
    .fw__blocks.spacing--6x > * {
      padding-left: 35px;
      padding-right: 35px; }
  .fw__blocks.spacing--1y {
    padding-top: 2.5px;
    padding-bottom: 2.5px; }
    .fw__blocks.spacing--1y > * {
      padding-top: 2.5px;
      padding-bottom: 2.5px; }
  .fw__blocks.spacing--2y {
    padding-top: 5px;
    padding-bottom: 5px; }
    .fw__blocks.spacing--2y > * {
      padding-top: 5px;
      padding-bottom: 5px; }
  .fw__blocks.spacing--3y {
    padding-top: 7.5px;
    padding-bottom: 7.5px; }
    .fw__blocks.spacing--3y > * {
      padding-top: 7.5px;
      padding-bottom: 7.5px; }
  .fw__blocks.spacing--4y {
    padding-top: 15px;
    padding-bottom: 15px; }
    .fw__blocks.spacing--4y > * {
      padding-top: 15px;
      padding-bottom: 15px; }
  .fw__blocks.spacing--5y {
    padding-top: 25px;
    padding-bottom: 25px; }
    .fw__blocks.spacing--5y > * {
      padding-top: 25px;
      padding-bottom: 25px; }
  .fw__blocks.spacing--6y {
    padding-top: 35px;
    padding-bottom: 35px; }
    .fw__blocks.spacing--6y > * {
      padding-top: 35px;
      padding-bottom: 35px; }
  @media only screen and (max-width: 767px) {
    .fw__blocks.spacing--small-0 {
      padding: 0; }
      .fw__blocks.spacing--small-0 > * {
        padding: 0; }
    .fw__blocks.spacing--small-1 {
      padding: 2.5px; }
      .fw__blocks.spacing--small-1 > * {
        padding: 2.5px; }
    .fw__blocks.spacing--small-2 {
      padding: 5px; }
      .fw__blocks.spacing--small-2 > * {
        padding: 5px; }
    .fw__blocks.spacing--small-3 {
      padding: 7.5px; }
      .fw__blocks.spacing--small-3 > * {
        padding: 7.5px; }
    .fw__blocks.spacing--small-4 {
      padding: 15px; }
      .fw__blocks.spacing--small-4 > * {
        padding: 15px; }
    .fw__blocks.spacing--small-5 {
      padding: 25px; }
      .fw__blocks.spacing--small-5 > * {
        padding: 25px; }
    .fw__blocks.spacing--small-6 {
      padding: 35px; }
      .fw__blocks.spacing--small-6 > * {
        padding: 35px; }
    .fw__blocks.spacing--small-0x {
      padding-left: 0;
      padding-right: 0; }
      .fw__blocks.spacing--small-0x > * {
        padding-left: 0;
        padding-right: 0; }
    .fw__blocks.spacing--small-1x {
      padding-left: 2.5px;
      padding-right: 2.5px; }
      .fw__blocks.spacing--small-1x > * {
        padding-left: 2.5px;
        padding-right: 2.5px; }
    .fw__blocks.spacing--small-2x {
      padding-left: 5px;
      padding-right: 5px; }
      .fw__blocks.spacing--small-2x > * {
        padding-left: 5px;
        padding-right: 5px; }
    .fw__blocks.spacing--small-3x {
      padding-left: 7.5px;
      padding-right: 7.5px; }
      .fw__blocks.spacing--small-3x > * {
        padding-left: 7.5px;
        padding-right: 7.5px; }
    .fw__blocks.spacing--small-4x {
      padding-left: 15px;
      padding-right: 15px; }
      .fw__blocks.spacing--small-4x > * {
        padding-left: 15px;
        padding-right: 15px; }
    .fw__blocks.spacing--small-5x {
      padding-left: 25px;
      padding-right: 25px; }
      .fw__blocks.spacing--small-5x > * {
        padding-left: 25px;
        padding-right: 25px; }
    .fw__blocks.spacing--small-6x {
      padding-left: 35px;
      padding-right: 35px; }
      .fw__blocks.spacing--small-6x > * {
        padding-left: 35px;
        padding-right: 35px; }
    .fw__blocks.spacing--small-0y {
      padding-top: 0;
      padding-bottom: 0; }
      .fw__blocks.spacing--small-0y > * {
        padding-top: 0;
        padding-bottom: 0; }
    .fw__blocks.spacing--small-1y {
      padding-top: 2.5px;
      padding-bottom: 2.5px; }
      .fw__blocks.spacing--small-1y > * {
        padding-top: 2.5px;
        padding-bottom: 2.5px; }
    .fw__blocks.spacing--small-2y {
      padding-top: 5px;
      padding-bottom: 5px; }
      .fw__blocks.spacing--small-2y > * {
        padding-top: 5px;
        padding-bottom: 5px; }
    .fw__blocks.spacing--small-3y {
      padding-top: 7.5px;
      padding-bottom: 7.5px; }
      .fw__blocks.spacing--small-3y > * {
        padding-top: 7.5px;
        padding-bottom: 7.5px; }
    .fw__blocks.spacing--small-4y {
      padding-top: 15px;
      padding-bottom: 15px; }
      .fw__blocks.spacing--small-4y > * {
        padding-top: 15px;
        padding-bottom: 15px; }
    .fw__blocks.spacing--small-5y {
      padding-top: 25px;
      padding-bottom: 25px; }
      .fw__blocks.spacing--small-5y > * {
        padding-top: 25px;
        padding-bottom: 25px; }
    .fw__blocks.spacing--small-6y {
      padding-top: 35px;
      padding-bottom: 35px; }
      .fw__blocks.spacing--small-6y > * {
        padding-top: 35px;
        padding-bottom: 35px; } }
  .fw__blocks.compact--1x {
    margin-left: -5px;
    margin-right: -5px; }
  .fw__blocks.compact--2x {
    margin-left: -10px;
    margin-right: -10px; }
  .fw__blocks.compact--3x {
    margin-left: -15px;
    margin-right: -15px; }
  .fw__blocks.compact--4x {
    margin-left: -30px;
    margin-right: -30px; }
  .fw__blocks.compact--5x {
    margin-left: -50px;
    margin-right: -50px; }
  .fw__blocks.compact--6x {
    margin-left: -70px;
    margin-right: -70px; }
  .fw__blocks.compact--1y {
    margin-top: -5px;
    margin-bottom: -5px; }
  .fw__blocks.compact--2y {
    margin-top: -10px;
    margin-bottom: -10px; }
  .fw__blocks.compact--3y {
    margin-top: -15px;
    margin-bottom: -15px; }
  .fw__blocks.compact--4y {
    margin-top: -30px;
    margin-bottom: -30px; }
  .fw__blocks.compact--5y {
    margin-top: -50px;
    margin-bottom: -50px; }
  .fw__blocks.compact--6y {
    margin-top: -70px;
    margin-bottom: -70px; }

/*  1.x - Colors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.bg-color--panel {
  background-color: #fdfdfd; }

/*  1.x - Typography
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading p, .wf-loading ul, .wf-loading li, .wf-loading a, .wf-loading blockquote {
  visibility: hidden; }

html, html a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

body {
  letter-spacing: 1px;
  font-family:  'Roboto', Helvetica, Arial, sans-serif ;
  font-size: 14px;
  line-height: 1.25; }
  @media only screen and (min-width: 768px) {
    body {
      line-height: 1.375; } }
  .lt-ie9 body {
    line-height: 1.375; }

.font--logo {
  font-family:  'Lato', Helvetica, Arial, sans-serif ; }

.font--heading, body .sdd-download-product {
  color: #1c1d1d;
  font-family:  'Oswald', Helvetica, Arial, sans-serif ;
  text-transform: capitalize; }

ul, ol, dl {
  list-style-position: inside; }

ol {
  counter-reset: item;
  padding: 0;
  list-style-type: decimal; }

ol li {
  display: block; }

ol > li:before {
  content: counters(item,".") ". ";
  counter-increment: item; }

ol ol li:before {
  content: counters(item,".") " ";
  counter-increment: item; }

blockquote {
  font-style: italic;
  padding-left: 15px;
  margin-left: 0;
  border-left: 2px solid #dddddd; }

a {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

a, a:link, a:visited, a:hover {
  color: #333333;
  text-decoration: none;
  outline: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family:  'Oswald', Helvetica, Arial, sans-serif ;
  font-weight: 700; }

h1 {
  font-size: 26px;
  line-height: 1.15384615; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    h1 {
      font-size: 32px;
      line-height: 1.125; } }
  @media only screen and (min-width: 1024px) {
    h1 {
      font-size: 36px;
      line-height: 1.25; } }
  .lt-ie9 h1 {
    font-size: 36px;
    line-height: 1.25; }

h2 {
  font-size: 22px;
  line-height: 1.13636364; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    h2 {
      font-size: 24px;
      line-height: 1.25; } }
  @media only screen and (min-width: 1024px) {
    h2 {
      font-size: 28px;
      line-height: 1.25; } }
  .lt-ie9 h2 {
    font-size: 28px;
    line-height: 1.25; }

h3, h4, h5, h6 {
  font-size: 18px;
  line-height: 1.11111111; }
  @media only screen and (min-width: 768px) {
    h3, h4, h5, h6 {
      line-height: 1.22222222; } }
  .lt-ie9 h3, .lt-ie9 h4, .lt-ie9 h5, .lt-ie9 h6 {
    line-height: 1.22222222; }

blockquote {
  font-weight: 300; }

.text--uppercase {
  text-transform: uppercase; }

.text--bold {
  font-weight: bold; }

.text--capitalise {
  text-transform: capitalize; }

.text--italic {
  font-style: italic; }

.text--underline {
  text-decoration: underline; }
  .text--underline:link {
    text-decoration: underline; }

.error {
  color: #ff5722; }

button, .button, a.button, input[type="submit"], input[type="button"] {
  font-weight: bold;
  font-size: 12px; }

*::-webkit-input-placeholder, *:-moz-placeholder, *::-moz-placeholder, *:-ms-input-placeholder {
  color: #333333; }

.rte-content a, .rte-content a:link, .rte-content a:visited, .rte-content a:hover, .colored-links a, .colored-links a:link, .colored-links a:visited, .colored-links a:hover {
  color: #0f0a07; }
.rte-content a:hover, .colored-links a:hover {
  color: #dedede; }

body .font-size--1 {
  font-size: 10px;
  line-height: 1.25; }
  @media only screen and (min-width: 768px) {
    body .font-size--1 {
      line-height: 1.375; } }
  .lt-ie9 body .font-size--1 {
    line-height: 1.375; }

body .font-size--2 {
  font-size: 12px;
  line-height: 1.25; }
  @media only screen and (min-width: 768px) {
    body .font-size--2 {
      line-height: 1.375; } }
  .lt-ie9 body .font-size--2 {
    line-height: 1.375; }

body .font-size--3 {
  font-size: 14px;
  line-height: 1.25; }
  @media only screen and (min-width: 768px) {
    body .font-size--3 {
      line-height: 1.375; } }
  .lt-ie9 body .font-size--3 {
    line-height: 1.375; }

body .font-size--4 {
  font-size: 18px;
  line-height: 1.11111111; }
  @media only screen and (min-width: 768px) {
    body .font-size--4 {
      line-height: 1.22222222; } }
  .lt-ie9 body .font-size--4 {
    line-height: 1.22222222; }

body .font-size--5 {
  font-size: 22px;
  line-height: 1.13636364; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    body .font-size--5 {
      font-size: 24px;
      line-height: 1.25; } }
  @media only screen and (min-width: 1024px) {
    body .font-size--5 {
      font-size: 28px;
      line-height: 1.25; } }
  .lt-ie9 body .font-size--5 {
    font-size: 28px;
    line-height: 1.25; }

body .font-size--6 {
  font-size: 26px;
  line-height: 1.15384615; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    body .font-size--6 {
      font-size: 32px;
      line-height: 1.125; } }
  @media only screen and (min-width: 1024px) {
    body .font-size--6 {
      font-size: 36px;
      line-height: 1.25; } }
  .lt-ie9 body .font-size--6 {
    font-size: 36px;
    line-height: 1.25; }

body .font-size--7 {
  font-size: 32px;
  line-height: 1.25; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    body .font-size--7 {
      font-size: 40px;
      line-height: 1.125; } }
  @media only screen and (min-width: 1024px) {
    body .font-size--7 {
      font-size: 48px;
      line-height: 1.05; } }
  .lt-ie9 body .font-size--7 {
    font-size: 48px;
    line-height: 1.05; }

@font-face {
  font-family: 'glyphs';
  src: url('//ginandsake.com/cdn/shop/t/18/assets/glyphs.eot?v=18391295155087150771435130069');
  src: url('//ginandsake.com/cdn/shop/t/18/assets/glyphs.eot?v=18391295155087150771435130069') format("embedded-opentype"), url('//ginandsake.com/cdn/shop/t/18/assets/glyphs.woff?v=64826825915203684191435130070') format("woff"), url('//ginandsake.com/cdn/shop/t/18/assets/glyphs.ttf?v=175966535968603542131435130070') format("truetype"), url('//ginandsake.com/cdn/shop/t/18/assets/glyphs.svg?v=152275575652502920681435130070') format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="glyph--"], [class*=" glyph--"] {
  font-family: 'glyphs';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 18px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyph--twitter:before {
  content: "\ea91"; }

.glyph--chevron-left:before {
  content: "\e60f"; }

.glyph--chevron-right:before {
  content: "\e610"; }

.glyph--play-circle-outline:before {
  content: "\e630"; }

.glyph--play-circle-fill:before {
  content: "\e631"; }

.glyph--arrow-left:before {
  content: "\e600"; }

.glyph--arrow-right:before {
  content: "\e601"; }

.glyph--arrow-wide-left:before {
  content: "\e602"; }

.glyph--arrow-wide-right:before {
  content: "\e603"; }

.glyph--attachment:before {
  content: "\e604"; }

.glyph--behance:before {
  content: "\e605"; }

.glyph--check-box-blank:before {
  content: "\e606"; }

.glyph--check-box-outline-blank:before {
  content: "\e607"; }

.glyph--check-box-outline:before {
  content: "\e608"; }

.glyph--check-box:before {
  content: "\e609"; }

.glyph--check-circle-blank:before {
  content: "\e60a"; }

.glyph--check-circle-outline-blank:before {
  content: "\e60b"; }

.glyph--check-circle-outline:before {
  content: "\e60c"; }

.glyph--check-circle:before {
  content: "\e60d"; }

.glyph--check:before {
  content: "\e60e"; }

.glyph--cross-circle:before {
  content: "\e611"; }

.glyph--cross:before {
  content: "\e612"; }

.glyph--dollar:before {
  content: "\e613"; }

.glyph--euro:before {
  content: "\e614"; }

.glyph--expand-less-solid:before {
  content: "\e615"; }

.glyph--expand-less:before {
  content: "\e616"; }

.glyph--expand-more-solid:before {
  content: "\e617"; }

.glyph--expand-more:before {
  content: "\e618"; }

.glyph--filter:before {
  content: "\e61a"; }

.glyph--flickr:before {
  content: "\e61b"; }

.glyph--fullscreen-exit:before {
  content: "\e61c"; }

.glyph--fullscreen:before {
  content: "\e61d"; }

.glyph--googleplus:before {
  content: "\e61e"; }

.glyph--instagram:before {
  content: "\e61f"; }

.glyph--mail:before {
  content: "\e620"; }

.glyph--menu:before {
  content: "\e621"; }

.glyph--minus-circle-outline:before {
  content: "\e622"; }

.glyph--minus:before {
  content: "\e623"; }

.glyph--myspace:before {
  content: "\e624"; }

.glyph--payment-amex:before {
  content: "\e625"; }

.glyph--payment-cirrus:before {
  content: "\e626"; }

.glyph--payment-discover:before {
  content: "\e627"; }

.glyph--payment-google:before {
  content: "\e628"; }

.glyph--payment-interac:before {
  content: "\e629"; }

.glyph--payment-maestro:before {
  content: "\e62a"; }

.glyph--payment-mastercard:before {
  content: "\e62b"; }

.glyph--payment-paypal:before {
  content: "\e62c"; }

.glyph--payment-stripe:before {
  content: "\e62d"; }

.glyph--payment-visa:before {
  content: "\e62e"; }

.glyph--pinterest:before {
  content: "\e62f"; }

.glyph--plus-circle-outline:before {
  content: "\e632"; }

.glyph--plus-circle:before {
  content: "\e633"; }

.glyph--plus-square:before {
  content: "\e634"; }

.glyph--plus:before {
  content: "\e635"; }

.glyph--pound:before {
  content: "\e636"; }

.glyph--search:before {
  content: "\e637"; }

.glyph--share:before {
  content: "\e638"; }

.glyph--shopify:before {
  content: "\e639"; }

.glyph--tumblr:before {
  content: "\e63a"; }

.glyph--view-grid:before {
  content: "\e63c"; }

.glyph--view-list:before {
  content: "\e63d"; }

.glyph--vimeo:before {
  content: "\e63e"; }

.glyph--vine:before {
  content: "\e63f"; }

.glyph--yen:before {
  content: "\e640"; }

.glyph--youtube:before {
  content: "\e641"; }

.glyph--facebook:before {
  content: "\e619"; }

/*  1.x - Layouts
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
hr {
  border: 0;
  padding: 0;
  border-bottom: 1px solid #dddddd; }

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

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

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

@media only screen and (min-width: 768px) {
  .text-align--medium-left {
    text-align: left; }

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

  .text-align--medium-right {
    text-align: right; } }
@media only screen and (min-width: 1024px) {
  .text-align--large-left {
    text-align: left; }

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

  .text-align--large-right {
    text-align: right; } }
.divider {
  display: block;
  border-top: 1px solid #dddddd; }

.panel {
  background: #fdfdfd;
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

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

table {
  background: transparent;
  border: solid 1px #dddddd;
  border-radius: 5px;
  border-collapse: separate; }
  table.no-border {
    border: 0px; }
  table tr:first-child td:first-child, table tr:first-child th:first-child {
    border-top-left-radius: 5px; }
  table thead ~ tbody tr:first-child td:first-child, table thead ~ tbody tr:first-child th:first-child {
    border-radius: 0; }
  table tr:first-child td:last-child {
    border-top-right-radius: 5px; }
  table thead ~ tbody tr:first-child td:last-child {
    border-radius: 0; }
  table tr:last-child td:first-child, table tr:last-child th:first-child {
    border-bottom-left-radius: 5px; }
  table tr:last-child td:last-child {
    border-bottom-right-radius: 5px; }
  table thead th:first-child {
    border-top-left-radius: 5px; }
  table thead th:last-child {
    border-top-right-radius: 5px; }

@media only screen and (max-width: 768px) {
  table.responsive {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    clear: left;
    border: 0;
    /* Hide table headers (but not display: none;, for accessibility) */ }
    table.responsive thead, table.responsive tbody, table.responsive th, table.responsive td, table.responsive tr {
      display: block;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      clear: left; }
    table.responsive thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    table.responsive tr {
      border: 1px solid #dddddd;
      padding: 15px; }
    table.responsive td {
      padding: 0;
      line-height: 1.6;
      border: none;
      border-bottom: 0;
      position: relative;
      padding: 5px 0; }
      table.responsive td:empty {
        padding: 0; }
    table.responsive td:before {
      display: block;
      font-weight: bold;
      word-wrap: break-word;
      max-width: 100%; }
    table.responsive td:before {
      content: attr(data-label); } }
/*  1.x - Forms
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
form.custom .custom.dropdown {
  background: none; }
  form.custom .custom.dropdown ul li.disabled {
    text-decoration: line-through; }

input.compact, button.compact, select.compact {
  font-size: 12px; }

input, textarea, select {
  width: 100%;
  max-width: 100%;
  outline: none;
  background-color: #ffffff;
  color: #333333; }
  input:focus, textarea:focus, select:focus {
    outline: none;
    color: #333333;
    background-color: #ffffff; }

::-webkit-input-placeholder {
  color: #333333; }

:-moz-placeholder {
  color: #333333; }

::-moz-placeholder {
  color: #333333; }

:-ms-input-placeholder {
  color: #333333; }

input[type="submit"], input[type="button"], input[type="radio"], input[type="checkbox"], input[type="reset"] {
  width: auto; }

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"], textarea {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #dddddd;
  font-family:  'Roboto', Helvetica, Arial, sans-serif  !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important; }
  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, textarea:focus {
    border: 1px solid #dddddd; }

input[type="color"] {
  width: 25px; }

select {
  background-position: right center;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNy43cHgiIGhlaWdodD0iNC4zcHgiIHZpZXdCb3g9IjAgMCA3LjcgNC4zIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA3LjcgNC4zIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiM5OTk5OTkiIGQ9Ik03LjEsMC4xQzYuNywwLjUsMy45LDMuMiwzLjksMy4yUzEsMC41LDAuNiwwLjFTMCwwLjcsMCwwLjdsMy45LDMuNmwzLjgtMy42QzcuNywwLjcsNy41LTAuMyw3LjEsMC4xeiIvPg0KPC9zdmc+DQo=");
  background-repeat: no-repeat;
  background-position: right 10px center;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  padding: 12px 28px 12px 15px;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #dddddd; }
  select.compact {
    padding: 5px 28px 5px 15px; }

.ie9 select, .lt-ie9 select {
  padding-right: 10px;
  background-image: none; }

select::-ms-expand {
  display: none; }

select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button, select {
  text-transform: none; }

.ie9 select, .lt-ie9 select {
  background-image: none; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

.input--number {
  width: 92px;
  text-align: left;
  position: relative;
  border: 1px solid #dddddd;
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 20px; }
  .input--number .minus, .input--number .plus {
    position: absolute;
    height: 100%;
    padding: 0 5px;
    cursor: pointer;
    width: 20px;
    top: 0;
    background: #ffffff; }
    .input--number .minus span, .input--number .plus span {
      position: absolute;
      top: 50%;
      margin-top: -5px;
      color: #dddddd;
      font-size: 10px; }
  .input--number .minus {
    left: 0; }
  .input--number .plus {
    right: 0; }
  .input--number input {
    border-top: 0;
    border-bottom: 0;
    width: 50px;
    margin: 0; }
    .input--number input:focus {
      border-top: 0;
      border-bottom: 0; }
  .input--number.updating input {
    color: #dddddd; }

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

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button, .button, a.button, input[type="submit"], input[type="button"], input[type="reset"] {
  background: #1a1a1a;
  color: #f5f5f5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0,0,0,0);
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  zoom: 1;
  vertical-align: baseline;
  height: 42px;
  line-height: 42px;
  letter-spacing: 1px;
  padding: 0 15px; }
  button.compact, .button.compact, a.button.compact, input[type="submit"].compact, input[type="button"].compact, input[type="reset"].compact {
    height: 29px;
    line-height: 29px; }
  button:focus, .button:focus, a.button:focus, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
    background: #1a1a1a; }
  button:hover, .button:hover, a.button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
    color: #f5f5f5;
    background: #9e9a9a; }

/*  1.x - Media
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
img {
  vertical-align: middle;
  max-width: 100%; }

.img--cover {
  top: 0;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.responsive-video {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 2.08333em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1.33333em;
  overflow: hidden; }

.responsive-video.widescreen {
  padding-bottom: 57.25%; }

.responsive-video.vimeo {
  padding-top: 0; }

.responsive-video iframe, .responsive-video object, .responsive-video embed, .responsive-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*  2. - LAYOUT
//////////////////////////////////////////////////////////////////////////////*/
/*  2.x - General
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html, body {
  margin: 0;
  padding: 0;
  background: #ffffff; }

body {
  color: #333333; }

.template--customers__account .layout__main-content,
.template--customers__activate_account .layout__main-content,
.template--customers__addresses .layout__main-content,
.template--customers__login .layout__main-content,
.template--customers__order .layout__main-content,
.template--customers__register .layout__main-content,
.template--customers__reset_password .layout__main-content {
  padding: 0 15px; }

.layout__main-content {
  overflow: auto; }

.layout__main-content .page-wrapper {
  max-width: 600px;
  margin: 50px auto; }
  .layout__main-content .page-wrapper.wide {
    max-width: 1000px; }

.layout__main-content .content-wrapper {
  max-width: 600px;
  margin: 0 auto; }
  .layout__main-content .content-wrapper.small {
    max-width: 400px; }
  .layout__main-content .content-wrapper.wide {
    max-width: 1000px; }

/*  2.x - Off Canvas
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.layout__off-canvas__viewport {
  width: 100%;
  overflow: hidden;
  position: relative; }

.layout__off-canvas__sidebar {
  position: absolute;
  top: 0;
  overflow: auto;
  display: block; }
  .layout__off-canvas__sidebar.left {
    width: 90%;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  .layout__off-canvas__sidebar.right {
    right: 0;
    width: 90%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }

.layout__off-canvas__main-content {
  height: 100%;
  width: 100%;
  top: 0; }
  .layout__off-canvas__main-content > .overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100000px;
    z-index: 100;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    background: #f6f6f6;
    background: #000;
    cursor: pointer; }

.layout__off-canvas__sidebar.left .top.row {
  border-bottom: 1px solid #dddddd; }
.layout__off-canvas__sidebar.left .layout__login a:link {
  text-decoration: underline; }

/*  2.x - Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.layout__header .top-row {
  background: #ffffff;
  color: #030303; }
  .layout__header .top-row a, .layout__header .top-row a:link, .layout__header .top-row a:hover, .layout__header .top-row a:visited {
    color: #030303; }
.layout__header .bottom-row {
  background: #ffffff;
  color: #030303; }
  .layout__header .bottom-row a, .layout__header .bottom-row a:link, .layout__header .bottom-row a:hover, .layout__header .bottom-row a:visited {
    color: #030303; }
.layout__header .layout__logo * {
  font-family:  'Lato', Helvetica, Arial, sans-serif ; }
@media only screen and (max-width: 767px) {
  .layout__header {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    padding: 15px;
    background: #ffffff;
    color: #030303; }
    .layout__header a, .layout__header a:link, .layout__header a:hover, .layout__header a:visited {
      color: #030303; }
    .layout__header .mobile_menu_link {
      position: absolute;
      left: 15px;
      top: 50%;
      margin-top: -9.5px;
      cursor: pointer; }
    .layout__header .layout__logo h1 {
      padding: 0 45px; }
    .layout__header .layout__logo img {
      max-width: 100%;
      max-height: 75px; }
    .layout__header .cart-link {
      display: inline-block;
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -24px;
      border: solid 2px #030303;
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      -ms-border-radius: 1px;
      -o-border-radius: 1px;
      border-radius: 1px;
      font-weight: bold;
      padding: 3px 7px;
      cursor: pointer; } }
@media only screen and (min-width: 768px) {
  .layout__header {
    text-align: center; }
    .layout__header .row {
      position: relative;
      text-align: center; }
    .layout__header .bottom-row {
      border-top: 1px solid #12171a;
      border-bottom: 1px solid #12171a;
      padding: 2px 0;
      min-height: 41px; }
    .layout__header .layout__login {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -9px; }
      .layout__header .layout__login a {
        font-weight: bold; }
    .layout__header .partial--social-media {
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -9px; }
    .layout__header .partial--modal.search {
      position: absolute;
      top: 11px;
      left: 0;
      z-index: 1; }
      .layout__header .partial--modal.search .modal-link {
        font-size: 14px; }
    .layout__header .layout__logo {
      display: inline-block; }
      .layout__header .layout__logo h1 {
        margin: 0; }
      .layout__header .layout__logo img {
        max-width: 400px;
        max-height: 75px; }
    .layout__header .partial--modal.cart {
      position: absolute;
      top: 10px;
      right: 0; }
      .layout__header .partial--modal.cart a.toggle {
        font-weight: bold; } }
.lt-ie9 .layout__header {
  text-align: center; }
  .lt-ie9 .layout__header .row {
    position: relative;
    text-align: center; }
  .lt-ie9 .layout__header .bottom-row {
    border-top: 1px solid #12171a;
    border-bottom: 1px solid #12171a;
    padding: 2px 0;
    min-height: 41px; }
  .lt-ie9 .layout__header .layout__login {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px; }
    .lt-ie9 .layout__header .layout__login a {
      font-weight: bold; }
  .lt-ie9 .layout__header .partial--social-media {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px; }
  .lt-ie9 .layout__header .partial--modal.search {
    position: absolute;
    top: 11px;
    left: 0;
    z-index: 1; }
    .lt-ie9 .layout__header .partial--modal.search .modal-link {
      font-size: 14px; }
  .lt-ie9 .layout__header .layout__logo {
    display: inline-block; }
    .lt-ie9 .layout__header .layout__logo h1 {
      margin: 0; }
    .lt-ie9 .layout__header .layout__logo img {
      max-width: 400px;
      max-height: 75px; }
  .lt-ie9 .layout__header .partial--modal.cart {
    position: absolute;
    top: 10px;
    right: 0; }
    .lt-ie9 .layout__header .partial--modal.cart a.toggle {
      font-weight: bold; }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .layout__header .layout__login {
    max-width: 185px; }
  .layout__header .partial--social-media {
    max-width: 185px; } }

/*  2.x - Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.layout__footer {
  padding-top: 0;
  font-size: 12px;
  text-align: center;
  background: #040404;
  border-top: 1px solid rgba(0,0,0,0);
  color: #ffffff; }
  .layout__footer a, .layout__footer a:link, .layout__footer a:hover, .layout__footer a:visited {
    color: #ffffff; }
  @media only screen and (max-width: 767px) {
    .layout__footer {
      padding-top: 30px; }
      .layout__footer .block {
        width: 100% !important;
        text-align: center; } }
  .layout__footer .block {
    padding: 15px;
    padding-top: 0; }
    @media only screen and (max-width: 767px) {
      .layout__footer .block {
        padding-bottom: 30px; } }
    .layout__footer .block > * {
      padding-bottom: 0;
      padding-top: 15px; }
  .layout__footer ul.list.horizontal {
    padding-top: 5px; }
    .layout__footer ul.list.horizontal li {
      padding-right: 15px; }
  .layout__footer ul.list.vertical li {
    padding-bottom: 10px; }
  .layout__footer ul.list.vertical li:last-child {
    padding-bottom: 0; }
  .layout__footer .partial--social-media {
    padding-top: 7.5px; }
    .layout__footer .partial--social-media .list a {
      padding-top: 7.5px; }
  .layout__footer h2.title {
    text-transform: uppercase; }
  .layout__footer input[type="email"] {
    display: inline-block;
    width: auto;
    padding: 6px;
    margin-bottom: 5px; }
  .layout__footer .button, .layout__footer .button:hover {
    height: 30px;
    line-height: 30px;
    margin-bottom: 0px;
    background: ; }

/*  3. - PARTIALS
//////////////////////////////////////////////////////////////////////////////*/
/*  3.x - Main Menu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.layout__main-menu .sub-menu-link .glyph--expand-more {
  font-size: 10px;
  position: relative; }
.layout__main-menu .sub-menu-link .glyph--expand-less {
  font-size: 10px;
  display: none;
  position: relative; }
.layout__main-menu .sub-menu-link.open .glyph--expand-more {
  display: none; }
.layout__main-menu .sub-menu-link.open .glyph--expand-less {
  display: inline; }

.layout__main-menu.horizontal {
  padding-top: 2px; }
  .layout__main-menu.horizontal .list.level-1 {
    display: inline-block;
    padding: 0 130px; }
    .layout__main-menu.horizontal .list.level-1 a.active, .layout__main-menu.horizontal .list.level-1 a:hover {
      color: ; }
  .layout__main-menu.horizontal .list.level-2 {
    display: none;
    white-space: nowrap;
    overflow: hidden; }
    .layout__main-menu.horizontal .list.level-2 > .item {
      position: relative;
      z-index: 1;
      vertical-align: text-top; }
      .layout__main-menu.horizontal .list.level-2 > .item > a {
        display: block; }
  .layout__main-menu.horizontal .list.level-3 {
    padding: 15px 0;
    display: block;
    white-space: normal;
    overflow: visible; }
    .layout__main-menu.horizontal .list.level-3 .item {
      font-size: 12px; }
  .layout__main-menu.horizontal .sub_menu_panel {
    background: #ff8585;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    top: 5px; }
    .layout__main-menu.horizontal .sub_menu_panel:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 45px;
      background: #e0e0e0; }
    .layout__main-menu.horizontal .sub_menu_panel .level-2 {
      display: inline-block;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
      .layout__main-menu.horizontal .sub_menu_panel .level-2 .item a {
        color: #323232; }
    .layout__main-menu.horizontal .sub_menu_panel .level-3 li {
      line-height: 1.4; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .layout__main-menu.horizontal .level-1 .item {
      padding-left: 15px;
      padding-right: 15px; }
    .layout__main-menu.horizontal .level-2 .item {
      padding-left: 15px;
      padding-right: 15px; }
    .layout__main-menu.horizontal .level-3 .item {
      max-width: 180px; } }

.layout__main-menu.vertical .list.level-2 {
  position: relative;
  display: none;
  padding-left: 30px;
  padding-bottom: 0; }
  .layout__main-menu.vertical .list.level-2 .item:last-child {
    padding-bottom: 0; }
.layout__main-menu.vertical .list.level-3 {
  position: relative;
  display: none;
  padding-left: 30px;
  padding-bottom: 0; }
.layout__main-menu.vertical .sub-menu-link.open {
  font-weight: bold; }
.layout__main-menu.vertical .item {
  width: 100%;
  line-height: 1.4; }
  .layout__main-menu.vertical .item a {
    display: block;
    position: relative;
    margin: 0 auto; }

/*  3.x - Sliders
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 
 *  Core Owl Carousel CSS File
 *  v1.3.2
 */
/* clearfix */
.owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
*   Owl Carousel Owl Demo Theme 
* v1.3.2
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }
@-moz-keyframes empty {
  0% {
    opacity: 1; } }
@keyframes empty {
  0% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }

  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    transform: translateZ(-500px); }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }
@keyframes goDown {
  from {
    transform: translateY(-100%); } }
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }
.partial--slider {
  overflow: hidden; }
  .partial--slider .slide img {
    display: block;
    width: 100%;
    height: auto; }
  .partial--slider .owl-controls {
    margin-top: 0; }
    .partial--slider .owl-controls .owl-pagination {
      width: 100%;
      position: absolute;
      bottom: 10px; }
  .partial--slider .owl-controls .owl-page span {
    background: #fff;
    border: 2px solid #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    box-shadow: 0px 0px 2px #666; }
    .partial--slider .owl-controls .owl-page span:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
  .partial--slider .owl-controls .owl-page.active span {
    background: transparent;
    box-shadow: inset 0 0px 2px #666, 0px 0px 2px #666; }
  .partial--slider .owl-item.loading {
    min-height: 150px;
    background: url(//ginandsake.com/cdn/shop/t/18/assets/AjaxLoader.gif?v=66431031005733996371435130069) no-repeat center center; }
  .partial--slider .grabbing {
    cursor: url(//ginandsake.com/cdn/shop/t/18/assets/grabbing.png?v=162995541551579154171435130070) 8 8, move; }
  .partial--slider .owl-controls .owl-buttons .owl-prev, .partial--slider .owl-controls .owl-buttons .owl-next {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    font-size: 35px;
    margin-top: -17.5px;
    position: absolute;
    background: none;
    top: 50%;
    color: #fff;
    text-shadow: 0px 0px 2px #666; }
  .partial--slider .owl-prev {
    left: 0;
    margin: -80px 0 0 -40px; }
  .partial--slider .owl-next {
    right: 0;
    margin: -80px -40px 0 0; }

.product-slider {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .product-slider {
      padding-top: 70px;
      padding-bottom: 70px; } }
  .lt-ie9 .product-slider {
    padding-top: 70px;
    padding-bottom: 70px; }
  .product-slider .content.row {
    padding: 0 50px; }
  .product-slider .product-item {
    max-width: 100%;
    width: 100%;
    display: none;
    padding: 0 5px;
    margin-bottom: 0; }
  .product-slider .owl-prev, .product-slider .owl-next {
    color: #333333;
    font-family: 'blockshop-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 35px;
    position: absolute;
    top: 50%;
    background: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8; }
  .product-slider .owl-prev {
    left: 0;
    margin: -80px 0 0 -40px; }
    .product-slider .owl-prev:before {
      content: "\e61a"; }
  .product-slider .owl-next {
    right: 0;
    margin: -80px -40px 0 0; }
    .product-slider .owl-next:before {
      content: "\e61b"; }
  .product-slider h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      .product-slider h2 {
        margin-bottom: 50px; } }
    .lt-ie9 .product-slider h2 {
      margin-bottom: 50px; }
  .product-slider ul {
    list-style: none;
    margin-top: 50px; }
    .product-slider ul li .columns {
      float: left !important; }

/*  3.x - Product
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.partial--product {
  text-align: center;
  display: inline-block;
  width: 100%; }
  .partial--product:last-child {
    margin-bottom: 0; }
  .partial--product .image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%; }
    .partial--product .image-wrapper img {
      max-width: 100%; }
    .partial--product .image-wrapper .hover {
      display: none;
      position: absolute;
      height: 100%;
      width: 100%; }
  .partial--product .title {
    font-weight: bold; }
  .partial--product .price .compare-price {
    color: #ff5722;
    text-decoration: line-through;
    margin-right: 5px; }
  .partial--product .price .sold-out {
    color: #ff5722;
    font-weight: bold; }
  .partial--product .selector-wrapper {
    max-width: 600px; }
    .partial--product .selector-wrapper label {
      text-transform: capitalize; }
  .partial--product .quantity {
    margin-right: 10px; }
  .partial--product .caption {
    text-align: center;
    text-transform: capitalize;
    margin-top: 15px; }
  .partial--product button.add {
    position: relative; }
    .partial--product button.add.loading .fw__loading_animation {
      display: inherit; }
    .partial--product button.add.loading .text {
      visibility: hidden; }
  .partial--product .product-unavailable {
    max-width: 600px;
    display: none; }
    .partial--product .product-unavailable input[type="email"] {
      width: auto; }
  .partial--product.view--list .details {
    text-align: left; }
  @media only screen and (max-width: 767px) {
    .partial--product.view--list .details {
      text-align: center; }
    .partial--product.view--list .title {
      padding-top: 15px; }
    .partial--product.view--list .price {
      font-size: 18px; }
    .partial--product.view--list .compare-price {
      display: block; }
    .partial--product.view--list .selector-wrapper {
      width: 100%;
      display: inline-block; } }
  .partial--product.view--full .details {
    text-align: left; }

/*  3.x - Tiles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.partial--tiles {
  padding: 0 0 0 1px; }
  .partial--tiles .container {
    position: relative;
    visibility: hidden;
    width: 100%;
    height: 100%; }
  @media only screen and (min-width: 768px) {
    .partial--tiles .tile.width-1 {
      width: 25%; }
    .partial--tiles .tile.width-2 {
      width: 50%; }
    .partial--tiles .tile.width-3 {
      width: 75%; }
    .partial--tiles .total-rows-1 .tile.height-1 {
      height: 100%;
      height: -webkit-calc(1 / 1 * 100%);
      height: -moz-calc(1 / 1 * 100%);
      height: calc(1 / 1 * 100%); }
    .partial--tiles .total-rows-1 .tile.height-2 {
      height: 200%;
      height: -webkit-calc(2 / 1 * 100%);
      height: -moz-calc(2 / 1 * 100%);
      height: calc(2 / 1 * 100%); }
    .partial--tiles .total-rows-1 .tile.height-3 {
      height: 300%;
      height: -webkit-calc(3 / 1 * 100%);
      height: -moz-calc(3 / 1 * 100%);
      height: calc(3 / 1 * 100%); }
    .partial--tiles .total-rows-1 .tile.height-4 {
      height: 400%;
      height: -webkit-calc(4 / 1 * 100%);
      height: -moz-calc(4 / 1 * 100%);
      height: calc(4 / 1 * 100%); }
    .partial--tiles .total-rows-2 .tile.height-1 {
      height: 50%;
      height: -webkit-calc(1 / 2 * 100%);
      height: -moz-calc(1 / 2 * 100%);
      height: calc(1 / 2 * 100%); }
    .partial--tiles .total-rows-2 .tile.height-2 {
      height: 100%;
      height: -webkit-calc(2 / 2 * 100%);
      height: -moz-calc(2 / 2 * 100%);
      height: calc(2 / 2 * 100%); }
    .partial--tiles .total-rows-2 .tile.height-3 {
      height: 150%;
      height: -webkit-calc(3 / 2 * 100%);
      height: -moz-calc(3 / 2 * 100%);
      height: calc(3 / 2 * 100%); }
    .partial--tiles .total-rows-2 .tile.height-4 {
      height: 200%;
      height: -webkit-calc(4 / 2 * 100%);
      height: -moz-calc(4 / 2 * 100%);
      height: calc(4 / 2 * 100%); }
    .partial--tiles .total-rows-3 .tile.height-1 {
      height: 33.33333%;
      height: -webkit-calc(1 / 3 * 100%);
      height: -moz-calc(1 / 3 * 100%);
      height: calc(1 / 3 * 100%); }
    .partial--tiles .total-rows-3 .tile.height-2 {
      height: 66.66667%;
      height: -webkit-calc(2 / 3 * 100%);
      height: -moz-calc(2 / 3 * 100%);
      height: calc(2 / 3 * 100%); }
    .partial--tiles .total-rows-3 .tile.height-3 {
      height: 100%;
      height: -webkit-calc(3 / 3 * 100%);
      height: -moz-calc(3 / 3 * 100%);
      height: calc(3 / 3 * 100%); }
    .partial--tiles .total-rows-3 .tile.height-4 {
      height: 133.33333%;
      height: -webkit-calc(4 / 3 * 100%);
      height: -moz-calc(4 / 3 * 100%);
      height: calc(4 / 3 * 100%); }
    .partial--tiles .total-rows-4 .tile.height-1 {
      height: 25%;
      height: -webkit-calc(1 / 4 * 100%);
      height: -moz-calc(1 / 4 * 100%);
      height: calc(1 / 4 * 100%); }
    .partial--tiles .total-rows-4 .tile.height-2 {
      height: 50%;
      height: -webkit-calc(2 / 4 * 100%);
      height: -moz-calc(2 / 4 * 100%);
      height: calc(2 / 4 * 100%); }
    .partial--tiles .total-rows-4 .tile.height-3 {
      height: 75%;
      height: -webkit-calc(3 / 4 * 100%);
      height: -moz-calc(3 / 4 * 100%);
      height: calc(3 / 4 * 100%); }
    .partial--tiles .total-rows-4 .tile.height-4 {
      height: 100%;
      height: -webkit-calc(4 / 4 * 100%);
      height: -moz-calc(4 / 4 * 100%);
      height: calc(4 / 4 * 100%); }
    .partial--tiles .total-rows-5 .tile.height-1 {
      height: 20%;
      height: -webkit-calc(1 / 5 * 100%);
      height: -moz-calc(1 / 5 * 100%);
      height: calc(1 / 5 * 100%); }
    .partial--tiles .total-rows-5 .tile.height-2 {
      height: 40%;
      height: -webkit-calc(2 / 5 * 100%);
      height: -moz-calc(2 / 5 * 100%);
      height: calc(2 / 5 * 100%); }
    .partial--tiles .total-rows-5 .tile.height-3 {
      height: 60%;
      height: -webkit-calc(3 / 5 * 100%);
      height: -moz-calc(3 / 5 * 100%);
      height: calc(3 / 5 * 100%); }
    .partial--tiles .total-rows-5 .tile.height-4 {
      height: 80%;
      height: -webkit-calc(4 / 5 * 100%);
      height: -moz-calc(4 / 5 * 100%);
      height: calc(4 / 5 * 100%); }
    .partial--tiles .total-rows-6 .tile.height-1 {
      height: 16.66667%;
      height: -webkit-calc(1 / 6 * 100%);
      height: -moz-calc(1 / 6 * 100%);
      height: calc(1 / 6 * 100%); }
    .partial--tiles .total-rows-6 .tile.height-2 {
      height: 33.33333%;
      height: -webkit-calc(2 / 6 * 100%);
      height: -moz-calc(2 / 6 * 100%);
      height: calc(2 / 6 * 100%); }
    .partial--tiles .total-rows-6 .tile.height-3 {
      height: 50%;
      height: -webkit-calc(3 / 6 * 100%);
      height: -moz-calc(3 / 6 * 100%);
      height: calc(3 / 6 * 100%); }
    .partial--tiles .total-rows-6 .tile.height-4 {
      height: 66.66667%;
      height: -webkit-calc(4 / 6 * 100%);
      height: -moz-calc(4 / 6 * 100%);
      height: calc(4 / 6 * 100%); }
    .partial--tiles .total-rows-7 .tile.height-1 {
      height: 14.28571%;
      height: -webkit-calc(1 / 7 * 100%);
      height: -moz-calc(1 / 7 * 100%);
      height: calc(1 / 7 * 100%); }
    .partial--tiles .total-rows-7 .tile.height-2 {
      height: 28.57143%;
      height: -webkit-calc(2 / 7 * 100%);
      height: -moz-calc(2 / 7 * 100%);
      height: calc(2 / 7 * 100%); }
    .partial--tiles .total-rows-7 .tile.height-3 {
      height: 42.85714%;
      height: -webkit-calc(3 / 7 * 100%);
      height: -moz-calc(3 / 7 * 100%);
      height: calc(3 / 7 * 100%); }
    .partial--tiles .total-rows-7 .tile.height-4 {
      height: 57.14286%;
      height: -webkit-calc(4 / 7 * 100%);
      height: -moz-calc(4 / 7 * 100%);
      height: calc(4 / 7 * 100%); }
    .partial--tiles .total-rows-8 .tile.height-1 {
      height: 12.5%;
      height: -webkit-calc(1 / 8 * 100%);
      height: -moz-calc(1 / 8 * 100%);
      height: calc(1 / 8 * 100%); }
    .partial--tiles .total-rows-8 .tile.height-2 {
      height: 25%;
      height: -webkit-calc(2 / 8 * 100%);
      height: -moz-calc(2 / 8 * 100%);
      height: calc(2 / 8 * 100%); }
    .partial--tiles .total-rows-8 .tile.height-3 {
      height: 37.5%;
      height: -webkit-calc(3 / 8 * 100%);
      height: -moz-calc(3 / 8 * 100%);
      height: calc(3 / 8 * 100%); }
    .partial--tiles .total-rows-8 .tile.height-4 {
      height: 50%;
      height: -webkit-calc(4 / 8 * 100%);
      height: -moz-calc(4 / 8 * 100%);
      height: calc(4 / 8 * 100%); }
    .partial--tiles .total-rows-9 .tile.height-1 {
      height: 11.11111%;
      height: -webkit-calc(1 / 9 * 100%);
      height: -moz-calc(1 / 9 * 100%);
      height: calc(1 / 9 * 100%); }
    .partial--tiles .total-rows-9 .tile.height-2 {
      height: 22.22222%;
      height: -webkit-calc(2 / 9 * 100%);
      height: -moz-calc(2 / 9 * 100%);
      height: calc(2 / 9 * 100%); }
    .partial--tiles .total-rows-9 .tile.height-3 {
      height: 33.33333%;
      height: -webkit-calc(3 / 9 * 100%);
      height: -moz-calc(3 / 9 * 100%);
      height: calc(3 / 9 * 100%); }
    .partial--tiles .total-rows-9 .tile.height-4 {
      height: 44.44444%;
      height: -webkit-calc(4 / 9 * 100%);
      height: -moz-calc(4 / 9 * 100%);
      height: calc(4 / 9 * 100%); }
    .partial--tiles .total-rows-10 .tile.height-1 {
      height: 10%;
      height: -webkit-calc(1 / 10 * 100%);
      height: -moz-calc(1 / 10 * 100%);
      height: calc(1 / 10 * 100%); }
    .partial--tiles .total-rows-10 .tile.height-2 {
      height: 20%;
      height: -webkit-calc(2 / 10 * 100%);
      height: -moz-calc(2 / 10 * 100%);
      height: calc(2 / 10 * 100%); }
    .partial--tiles .total-rows-10 .tile.height-3 {
      height: 30%;
      height: -webkit-calc(3 / 10 * 100%);
      height: -moz-calc(3 / 10 * 100%);
      height: calc(3 / 10 * 100%); }
    .partial--tiles .total-rows-10 .tile.height-4 {
      height: 40%;
      height: -webkit-calc(4 / 10 * 100%);
      height: -moz-calc(4 / 10 * 100%);
      height: calc(4 / 10 * 100%); }
    .partial--tiles .total-rows-11 .tile.height-1 {
      height: 9.09091%;
      height: -webkit-calc(1 / 11 * 100%);
      height: -moz-calc(1 / 11 * 100%);
      height: calc(1 / 11 * 100%); }
    .partial--tiles .total-rows-11 .tile.height-2 {
      height: 18.18182%;
      height: -webkit-calc(2 / 11 * 100%);
      height: -moz-calc(2 / 11 * 100%);
      height: calc(2 / 11 * 100%); }
    .partial--tiles .total-rows-11 .tile.height-3 {
      height: 27.27273%;
      height: -webkit-calc(3 / 11 * 100%);
      height: -moz-calc(3 / 11 * 100%);
      height: calc(3 / 11 * 100%); }
    .partial--tiles .total-rows-11 .tile.height-4 {
      height: 36.36364%;
      height: -webkit-calc(4 / 11 * 100%);
      height: -moz-calc(4 / 11 * 100%);
      height: calc(4 / 11 * 100%); }
    .partial--tiles .total-rows-12 .tile.height-1 {
      height: 8.33333%;
      height: -webkit-calc(1 / 12 * 100%);
      height: -moz-calc(1 / 12 * 100%);
      height: calc(1 / 12 * 100%); }
    .partial--tiles .total-rows-12 .tile.height-2 {
      height: 16.66667%;
      height: -webkit-calc(2 / 12 * 100%);
      height: -moz-calc(2 / 12 * 100%);
      height: calc(2 / 12 * 100%); }
    .partial--tiles .total-rows-12 .tile.height-3 {
      height: 25%;
      height: -webkit-calc(3 / 12 * 100%);
      height: -moz-calc(3 / 12 * 100%);
      height: calc(3 / 12 * 100%); }
    .partial--tiles .total-rows-12 .tile.height-4 {
      height: 33.33333%;
      height: -webkit-calc(4 / 12 * 100%);
      height: -moz-calc(4 / 12 * 100%);
      height: calc(4 / 12 * 100%); }
    .partial--tiles .total-rows-13 .tile.height-1 {
      height: 7.69231%;
      height: -webkit-calc(1 / 13 * 100%);
      height: -moz-calc(1 / 13 * 100%);
      height: calc(1 / 13 * 100%); }
    .partial--tiles .total-rows-13 .tile.height-2 {
      height: 15.38462%;
      height: -webkit-calc(2 / 13 * 100%);
      height: -moz-calc(2 / 13 * 100%);
      height: calc(2 / 13 * 100%); }
    .partial--tiles .total-rows-13 .tile.height-3 {
      height: 23.07692%;
      height: -webkit-calc(3 / 13 * 100%);
      height: -moz-calc(3 / 13 * 100%);
      height: calc(3 / 13 * 100%); }
    .partial--tiles .total-rows-13 .tile.height-4 {
      height: 30.76923%;
      height: -webkit-calc(4 / 13 * 100%);
      height: -moz-calc(4 / 13 * 100%);
      height: calc(4 / 13 * 100%); }
    .partial--tiles .total-rows-14 .tile.height-1 {
      height: 7.14286%;
      height: -webkit-calc(1 / 14 * 100%);
      height: -moz-calc(1 / 14 * 100%);
      height: calc(1 / 14 * 100%); }
    .partial--tiles .total-rows-14 .tile.height-2 {
      height: 14.28571%;
      height: -webkit-calc(2 / 14 * 100%);
      height: -moz-calc(2 / 14 * 100%);
      height: calc(2 / 14 * 100%); }
    .partial--tiles .total-rows-14 .tile.height-3 {
      height: 21.42857%;
      height: -webkit-calc(3 / 14 * 100%);
      height: -moz-calc(3 / 14 * 100%);
      height: calc(3 / 14 * 100%); }
    .partial--tiles .total-rows-14 .tile.height-4 {
      height: 28.57143%;
      height: -webkit-calc(4 / 14 * 100%);
      height: -moz-calc(4 / 14 * 100%);
      height: calc(4 / 14 * 100%); }
    .partial--tiles .total-rows-15 .tile.height-1 {
      height: 6.66667%;
      height: -webkit-calc(1 / 15 * 100%);
      height: -moz-calc(1 / 15 * 100%);
      height: calc(1 / 15 * 100%); }
    .partial--tiles .total-rows-15 .tile.height-2 {
      height: 13.33333%;
      height: -webkit-calc(2 / 15 * 100%);
      height: -moz-calc(2 / 15 * 100%);
      height: calc(2 / 15 * 100%); }
    .partial--tiles .total-rows-15 .tile.height-3 {
      height: 20%;
      height: -webkit-calc(3 / 15 * 100%);
      height: -moz-calc(3 / 15 * 100%);
      height: calc(3 / 15 * 100%); }
    .partial--tiles .total-rows-15 .tile.height-4 {
      height: 26.66667%;
      height: -webkit-calc(4 / 15 * 100%);
      height: -moz-calc(4 / 15 * 100%);
      height: calc(4 / 15 * 100%); }
    .partial--tiles .total-rows-16 .tile.height-1 {
      height: 6.25%;
      height: -webkit-calc(1 / 16 * 100%);
      height: -moz-calc(1 / 16 * 100%);
      height: calc(1 / 16 * 100%); }
    .partial--tiles .total-rows-16 .tile.height-2 {
      height: 12.5%;
      height: -webkit-calc(2 / 16 * 100%);
      height: -moz-calc(2 / 16 * 100%);
      height: calc(2 / 16 * 100%); }
    .partial--tiles .total-rows-16 .tile.height-3 {
      height: 18.75%;
      height: -webkit-calc(3 / 16 * 100%);
      height: -moz-calc(3 / 16 * 100%);
      height: calc(3 / 16 * 100%); }
    .partial--tiles .total-rows-16 .tile.height-4 {
      height: 25%;
      height: -webkit-calc(4 / 16 * 100%);
      height: -moz-calc(4 / 16 * 100%);
      height: calc(4 / 16 * 100%); }
    .partial--tiles .total-rows-17 .tile.height-1 {
      height: 5.88235%;
      height: -webkit-calc(1 / 17 * 100%);
      height: -moz-calc(1 / 17 * 100%);
      height: calc(1 / 17 * 100%); }
    .partial--tiles .total-rows-17 .tile.height-2 {
      height: 11.76471%;
      height: -webkit-calc(2 / 17 * 100%);
      height: -moz-calc(2 / 17 * 100%);
      height: calc(2 / 17 * 100%); }
    .partial--tiles .total-rows-17 .tile.height-3 {
      height: 17.64706%;
      height: -webkit-calc(3 / 17 * 100%);
      height: -moz-calc(3 / 17 * 100%);
      height: calc(3 / 17 * 100%); }
    .partial--tiles .total-rows-17 .tile.height-4 {
      height: 23.52941%;
      height: -webkit-calc(4 / 17 * 100%);
      height: -moz-calc(4 / 17 * 100%);
      height: calc(4 / 17 * 100%); }
    .partial--tiles .total-rows-18 .tile.height-1 {
      height: 5.55556%;
      height: -webkit-calc(1 / 18 * 100%);
      height: -moz-calc(1 / 18 * 100%);
      height: calc(1 / 18 * 100%); }
    .partial--tiles .total-rows-18 .tile.height-2 {
      height: 11.11111%;
      height: -webkit-calc(2 / 18 * 100%);
      height: -moz-calc(2 / 18 * 100%);
      height: calc(2 / 18 * 100%); }
    .partial--tiles .total-rows-18 .tile.height-3 {
      height: 16.66667%;
      height: -webkit-calc(3 / 18 * 100%);
      height: -moz-calc(3 / 18 * 100%);
      height: calc(3 / 18 * 100%); }
    .partial--tiles .total-rows-18 .tile.height-4 {
      height: 22.22222%;
      height: -webkit-calc(4 / 18 * 100%);
      height: -moz-calc(4 / 18 * 100%);
      height: calc(4 / 18 * 100%); }
    .partial--tiles .total-rows-19 .tile.height-1 {
      height: 5.26316%;
      height: -webkit-calc(1 / 19 * 100%);
      height: -moz-calc(1 / 19 * 100%);
      height: calc(1 / 19 * 100%); }
    .partial--tiles .total-rows-19 .tile.height-2 {
      height: 10.52632%;
      height: -webkit-calc(2 / 19 * 100%);
      height: -moz-calc(2 / 19 * 100%);
      height: calc(2 / 19 * 100%); }
    .partial--tiles .total-rows-19 .tile.height-3 {
      height: 15.78947%;
      height: -webkit-calc(3 / 19 * 100%);
      height: -moz-calc(3 / 19 * 100%);
      height: calc(3 / 19 * 100%); }
    .partial--tiles .total-rows-19 .tile.height-4 {
      height: 21.05263%;
      height: -webkit-calc(4 / 19 * 100%);
      height: -moz-calc(4 / 19 * 100%);
      height: calc(4 / 19 * 100%); }
    .partial--tiles .total-rows-20 .tile.height-1 {
      height: 5%;
      height: -webkit-calc(1 / 20 * 100%);
      height: -moz-calc(1 / 20 * 100%);
      height: calc(1 / 20 * 100%); }
    .partial--tiles .total-rows-20 .tile.height-2 {
      height: 10%;
      height: -webkit-calc(2 / 20 * 100%);
      height: -moz-calc(2 / 20 * 100%);
      height: calc(2 / 20 * 100%); }
    .partial--tiles .total-rows-20 .tile.height-3 {
      height: 15%;
      height: -webkit-calc(3 / 20 * 100%);
      height: -moz-calc(3 / 20 * 100%);
      height: calc(3 / 20 * 100%); }
    .partial--tiles .total-rows-20 .tile.height-4 {
      height: 20%;
      height: -webkit-calc(4 / 20 * 100%);
      height: -moz-calc(4 / 20 * 100%);
      height: calc(4 / 20 * 100%); } }
  .lt-ie9 .partial--tiles .tile.width-1 {
    width: 25%; }
  .lt-ie9 .partial--tiles .tile.width-2 {
    width: 50%; }
  .lt-ie9 .partial--tiles .tile.width-3 {
    width: 75%; }
  .lt-ie9 .partial--tiles .total-rows-1 .tile.height-1 {
    height: 100%;
    height: -webkit-calc(1 / 1 * 100%);
    height: -moz-calc(1 / 1 * 100%);
    height: calc(1 / 1 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-1 .tile.height-2 {
    height: 200%;
    height: -webkit-calc(2 / 1 * 100%);
    height: -moz-calc(2 / 1 * 100%);
    height: calc(2 / 1 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-1 .tile.height-3 {
    height: 300%;
    height: -webkit-calc(3 / 1 * 100%);
    height: -moz-calc(3 / 1 * 100%);
    height: calc(3 / 1 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-1 .tile.height-4 {
    height: 400%;
    height: -webkit-calc(4 / 1 * 100%);
    height: -moz-calc(4 / 1 * 100%);
    height: calc(4 / 1 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-2 .tile.height-1 {
    height: 50%;
    height: -webkit-calc(1 / 2 * 100%);
    height: -moz-calc(1 / 2 * 100%);
    height: calc(1 / 2 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-2 .tile.height-2 {
    height: 100%;
    height: -webkit-calc(2 / 2 * 100%);
    height: -moz-calc(2 / 2 * 100%);
    height: calc(2 / 2 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-2 .tile.height-3 {
    height: 150%;
    height: -webkit-calc(3 / 2 * 100%);
    height: -moz-calc(3 / 2 * 100%);
    height: calc(3 / 2 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-2 .tile.height-4 {
    height: 200%;
    height: -webkit-calc(4 / 2 * 100%);
    height: -moz-calc(4 / 2 * 100%);
    height: calc(4 / 2 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-3 .tile.height-1 {
    height: 33.33333%;
    height: -webkit-calc(1 / 3 * 100%);
    height: -moz-calc(1 / 3 * 100%);
    height: calc(1 / 3 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-3 .tile.height-2 {
    height: 66.66667%;
    height: -webkit-calc(2 / 3 * 100%);
    height: -moz-calc(2 / 3 * 100%);
    height: calc(2 / 3 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-3 .tile.height-3 {
    height: 100%;
    height: -webkit-calc(3 / 3 * 100%);
    height: -moz-calc(3 / 3 * 100%);
    height: calc(3 / 3 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-3 .tile.height-4 {
    height: 133.33333%;
    height: -webkit-calc(4 / 3 * 100%);
    height: -moz-calc(4 / 3 * 100%);
    height: calc(4 / 3 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-4 .tile.height-1 {
    height: 25%;
    height: -webkit-calc(1 / 4 * 100%);
    height: -moz-calc(1 / 4 * 100%);
    height: calc(1 / 4 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-4 .tile.height-2 {
    height: 50%;
    height: -webkit-calc(2 / 4 * 100%);
    height: -moz-calc(2 / 4 * 100%);
    height: calc(2 / 4 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-4 .tile.height-3 {
    height: 75%;
    height: -webkit-calc(3 / 4 * 100%);
    height: -moz-calc(3 / 4 * 100%);
    height: calc(3 / 4 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-4 .tile.height-4 {
    height: 100%;
    height: -webkit-calc(4 / 4 * 100%);
    height: -moz-calc(4 / 4 * 100%);
    height: calc(4 / 4 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-5 .tile.height-1 {
    height: 20%;
    height: -webkit-calc(1 / 5 * 100%);
    height: -moz-calc(1 / 5 * 100%);
    height: calc(1 / 5 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-5 .tile.height-2 {
    height: 40%;
    height: -webkit-calc(2 / 5 * 100%);
    height: -moz-calc(2 / 5 * 100%);
    height: calc(2 / 5 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-5 .tile.height-3 {
    height: 60%;
    height: -webkit-calc(3 / 5 * 100%);
    height: -moz-calc(3 / 5 * 100%);
    height: calc(3 / 5 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-5 .tile.height-4 {
    height: 80%;
    height: -webkit-calc(4 / 5 * 100%);
    height: -moz-calc(4 / 5 * 100%);
    height: calc(4 / 5 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-6 .tile.height-1 {
    height: 16.66667%;
    height: -webkit-calc(1 / 6 * 100%);
    height: -moz-calc(1 / 6 * 100%);
    height: calc(1 / 6 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-6 .tile.height-2 {
    height: 33.33333%;
    height: -webkit-calc(2 / 6 * 100%);
    height: -moz-calc(2 / 6 * 100%);
    height: calc(2 / 6 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-6 .tile.height-3 {
    height: 50%;
    height: -webkit-calc(3 / 6 * 100%);
    height: -moz-calc(3 / 6 * 100%);
    height: calc(3 / 6 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-6 .tile.height-4 {
    height: 66.66667%;
    height: -webkit-calc(4 / 6 * 100%);
    height: -moz-calc(4 / 6 * 100%);
    height: calc(4 / 6 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-7 .tile.height-1 {
    height: 14.28571%;
    height: -webkit-calc(1 / 7 * 100%);
    height: -moz-calc(1 / 7 * 100%);
    height: calc(1 / 7 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-7 .tile.height-2 {
    height: 28.57143%;
    height: -webkit-calc(2 / 7 * 100%);
    height: -moz-calc(2 / 7 * 100%);
    height: calc(2 / 7 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-7 .tile.height-3 {
    height: 42.85714%;
    height: -webkit-calc(3 / 7 * 100%);
    height: -moz-calc(3 / 7 * 100%);
    height: calc(3 / 7 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-7 .tile.height-4 {
    height: 57.14286%;
    height: -webkit-calc(4 / 7 * 100%);
    height: -moz-calc(4 / 7 * 100%);
    height: calc(4 / 7 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-8 .tile.height-1 {
    height: 12.5%;
    height: -webkit-calc(1 / 8 * 100%);
    height: -moz-calc(1 / 8 * 100%);
    height: calc(1 / 8 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-8 .tile.height-2 {
    height: 25%;
    height: -webkit-calc(2 / 8 * 100%);
    height: -moz-calc(2 / 8 * 100%);
    height: calc(2 / 8 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-8 .tile.height-3 {
    height: 37.5%;
    height: -webkit-calc(3 / 8 * 100%);
    height: -moz-calc(3 / 8 * 100%);
    height: calc(3 / 8 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-8 .tile.height-4 {
    height: 50%;
    height: -webkit-calc(4 / 8 * 100%);
    height: -moz-calc(4 / 8 * 100%);
    height: calc(4 / 8 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-9 .tile.height-1 {
    height: 11.11111%;
    height: -webkit-calc(1 / 9 * 100%);
    height: -moz-calc(1 / 9 * 100%);
    height: calc(1 / 9 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-9 .tile.height-2 {
    height: 22.22222%;
    height: -webkit-calc(2 / 9 * 100%);
    height: -moz-calc(2 / 9 * 100%);
    height: calc(2 / 9 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-9 .tile.height-3 {
    height: 33.33333%;
    height: -webkit-calc(3 / 9 * 100%);
    height: -moz-calc(3 / 9 * 100%);
    height: calc(3 / 9 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-9 .tile.height-4 {
    height: 44.44444%;
    height: -webkit-calc(4 / 9 * 100%);
    height: -moz-calc(4 / 9 * 100%);
    height: calc(4 / 9 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-10 .tile.height-1 {
    height: 10%;
    height: -webkit-calc(1 / 10 * 100%);
    height: -moz-calc(1 / 10 * 100%);
    height: calc(1 / 10 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-10 .tile.height-2 {
    height: 20%;
    height: -webkit-calc(2 / 10 * 100%);
    height: -moz-calc(2 / 10 * 100%);
    height: calc(2 / 10 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-10 .tile.height-3 {
    height: 30%;
    height: -webkit-calc(3 / 10 * 100%);
    height: -moz-calc(3 / 10 * 100%);
    height: calc(3 / 10 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-10 .tile.height-4 {
    height: 40%;
    height: -webkit-calc(4 / 10 * 100%);
    height: -moz-calc(4 / 10 * 100%);
    height: calc(4 / 10 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-11 .tile.height-1 {
    height: 9.09091%;
    height: -webkit-calc(1 / 11 * 100%);
    height: -moz-calc(1 / 11 * 100%);
    height: calc(1 / 11 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-11 .tile.height-2 {
    height: 18.18182%;
    height: -webkit-calc(2 / 11 * 100%);
    height: -moz-calc(2 / 11 * 100%);
    height: calc(2 / 11 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-11 .tile.height-3 {
    height: 27.27273%;
    height: -webkit-calc(3 / 11 * 100%);
    height: -moz-calc(3 / 11 * 100%);
    height: calc(3 / 11 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-11 .tile.height-4 {
    height: 36.36364%;
    height: -webkit-calc(4 / 11 * 100%);
    height: -moz-calc(4 / 11 * 100%);
    height: calc(4 / 11 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-12 .tile.height-1 {
    height: 8.33333%;
    height: -webkit-calc(1 / 12 * 100%);
    height: -moz-calc(1 / 12 * 100%);
    height: calc(1 / 12 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-12 .tile.height-2 {
    height: 16.66667%;
    height: -webkit-calc(2 / 12 * 100%);
    height: -moz-calc(2 / 12 * 100%);
    height: calc(2 / 12 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-12 .tile.height-3 {
    height: 25%;
    height: -webkit-calc(3 / 12 * 100%);
    height: -moz-calc(3 / 12 * 100%);
    height: calc(3 / 12 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-12 .tile.height-4 {
    height: 33.33333%;
    height: -webkit-calc(4 / 12 * 100%);
    height: -moz-calc(4 / 12 * 100%);
    height: calc(4 / 12 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-13 .tile.height-1 {
    height: 7.69231%;
    height: -webkit-calc(1 / 13 * 100%);
    height: -moz-calc(1 / 13 * 100%);
    height: calc(1 / 13 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-13 .tile.height-2 {
    height: 15.38462%;
    height: -webkit-calc(2 / 13 * 100%);
    height: -moz-calc(2 / 13 * 100%);
    height: calc(2 / 13 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-13 .tile.height-3 {
    height: 23.07692%;
    height: -webkit-calc(3 / 13 * 100%);
    height: -moz-calc(3 / 13 * 100%);
    height: calc(3 / 13 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-13 .tile.height-4 {
    height: 30.76923%;
    height: -webkit-calc(4 / 13 * 100%);
    height: -moz-calc(4 / 13 * 100%);
    height: calc(4 / 13 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-14 .tile.height-1 {
    height: 7.14286%;
    height: -webkit-calc(1 / 14 * 100%);
    height: -moz-calc(1 / 14 * 100%);
    height: calc(1 / 14 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-14 .tile.height-2 {
    height: 14.28571%;
    height: -webkit-calc(2 / 14 * 100%);
    height: -moz-calc(2 / 14 * 100%);
    height: calc(2 / 14 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-14 .tile.height-3 {
    height: 21.42857%;
    height: -webkit-calc(3 / 14 * 100%);
    height: -moz-calc(3 / 14 * 100%);
    height: calc(3 / 14 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-14 .tile.height-4 {
    height: 28.57143%;
    height: -webkit-calc(4 / 14 * 100%);
    height: -moz-calc(4 / 14 * 100%);
    height: calc(4 / 14 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-15 .tile.height-1 {
    height: 6.66667%;
    height: -webkit-calc(1 / 15 * 100%);
    height: -moz-calc(1 / 15 * 100%);
    height: calc(1 / 15 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-15 .tile.height-2 {
    height: 13.33333%;
    height: -webkit-calc(2 / 15 * 100%);
    height: -moz-calc(2 / 15 * 100%);
    height: calc(2 / 15 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-15 .tile.height-3 {
    height: 20%;
    height: -webkit-calc(3 / 15 * 100%);
    height: -moz-calc(3 / 15 * 100%);
    height: calc(3 / 15 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-15 .tile.height-4 {
    height: 26.66667%;
    height: -webkit-calc(4 / 15 * 100%);
    height: -moz-calc(4 / 15 * 100%);
    height: calc(4 / 15 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-16 .tile.height-1 {
    height: 6.25%;
    height: -webkit-calc(1 / 16 * 100%);
    height: -moz-calc(1 / 16 * 100%);
    height: calc(1 / 16 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-16 .tile.height-2 {
    height: 12.5%;
    height: -webkit-calc(2 / 16 * 100%);
    height: -moz-calc(2 / 16 * 100%);
    height: calc(2 / 16 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-16 .tile.height-3 {
    height: 18.75%;
    height: -webkit-calc(3 / 16 * 100%);
    height: -moz-calc(3 / 16 * 100%);
    height: calc(3 / 16 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-16 .tile.height-4 {
    height: 25%;
    height: -webkit-calc(4 / 16 * 100%);
    height: -moz-calc(4 / 16 * 100%);
    height: calc(4 / 16 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-17 .tile.height-1 {
    height: 5.88235%;
    height: -webkit-calc(1 / 17 * 100%);
    height: -moz-calc(1 / 17 * 100%);
    height: calc(1 / 17 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-17 .tile.height-2 {
    height: 11.76471%;
    height: -webkit-calc(2 / 17 * 100%);
    height: -moz-calc(2 / 17 * 100%);
    height: calc(2 / 17 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-17 .tile.height-3 {
    height: 17.64706%;
    height: -webkit-calc(3 / 17 * 100%);
    height: -moz-calc(3 / 17 * 100%);
    height: calc(3 / 17 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-17 .tile.height-4 {
    height: 23.52941%;
    height: -webkit-calc(4 / 17 * 100%);
    height: -moz-calc(4 / 17 * 100%);
    height: calc(4 / 17 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-18 .tile.height-1 {
    height: 5.55556%;
    height: -webkit-calc(1 / 18 * 100%);
    height: -moz-calc(1 / 18 * 100%);
    height: calc(1 / 18 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-18 .tile.height-2 {
    height: 11.11111%;
    height: -webkit-calc(2 / 18 * 100%);
    height: -moz-calc(2 / 18 * 100%);
    height: calc(2 / 18 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-18 .tile.height-3 {
    height: 16.66667%;
    height: -webkit-calc(3 / 18 * 100%);
    height: -moz-calc(3 / 18 * 100%);
    height: calc(3 / 18 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-18 .tile.height-4 {
    height: 22.22222%;
    height: -webkit-calc(4 / 18 * 100%);
    height: -moz-calc(4 / 18 * 100%);
    height: calc(4 / 18 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-19 .tile.height-1 {
    height: 5.26316%;
    height: -webkit-calc(1 / 19 * 100%);
    height: -moz-calc(1 / 19 * 100%);
    height: calc(1 / 19 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-19 .tile.height-2 {
    height: 10.52632%;
    height: -webkit-calc(2 / 19 * 100%);
    height: -moz-calc(2 / 19 * 100%);
    height: calc(2 / 19 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-19 .tile.height-3 {
    height: 15.78947%;
    height: -webkit-calc(3 / 19 * 100%);
    height: -moz-calc(3 / 19 * 100%);
    height: calc(3 / 19 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-19 .tile.height-4 {
    height: 21.05263%;
    height: -webkit-calc(4 / 19 * 100%);
    height: -moz-calc(4 / 19 * 100%);
    height: calc(4 / 19 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-20 .tile.height-1 {
    height: 5%;
    height: -webkit-calc(1 / 20 * 100%);
    height: -moz-calc(1 / 20 * 100%);
    height: calc(1 / 20 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-20 .tile.height-2 {
    height: 10%;
    height: -webkit-calc(2 / 20 * 100%);
    height: -moz-calc(2 / 20 * 100%);
    height: calc(2 / 20 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-20 .tile.height-3 {
    height: 15%;
    height: -webkit-calc(3 / 20 * 100%);
    height: -moz-calc(3 / 20 * 100%);
    height: calc(3 / 20 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-20 .tile.height-4 {
    height: 20%;
    height: -webkit-calc(4 / 20 * 100%);
    height: -moz-calc(4 / 20 * 100%);
    height: calc(4 / 20 * 100%); }
  .partial--tiles a.cover {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10; }
  .partial--tiles .tile {
    padding: 0 1px 1px 0;
    width: 100%;
    font-size: 16px; }
    @media only screen and (min-width: 768px) {
      .partial--tiles .tile {
        float: left;
        position: absolute;
        overflow: hidden; } }
    .lt-ie9 .partial--tiles .tile {
      float: left;
      position: absolute;
      overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .partial--tiles .tile {
        position: relative !important;
        top: auto !important;
        left: auto !important; }
        .partial--tiles .tile img.show-for-small {
          width: 100%; } }
    .partial--tiles .tile .inner {
      top: 0;
      position: relative;
      display: block;
      height: 100%;
      width: 100%;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .partial--tiles .tile .inner {
          background-image: none !important; } }
      .partial--tiles .tile .inner.with-button {
        padding-bottom: 64px; }
        @media only screen and (max-width: 767px) {
          .partial--tiles .tile .inner.with-button {
            padding-bottom: 0; } }
      .partial--tiles .tile .inner:hover .overlay {
        visibility: visible; }
    .partial--tiles .tile .overlay {
      visibility: hidden;
      text-align: center;
      height: 100%;
      width: 100%;
      -webkit-transition: opacity false false, 0.4s false false, ease false false;
      -moz-transition: opacity false false false, 0.4s false false false, ease false false false;
      -o-transition: opacity false false false, 0.4s false false false, ease false false false;
      transition: opacity 0.4s ease;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
      .partial--tiles .tile .overlay:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
      .partial--tiles .tile .overlay .bg {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #ffffff;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
        opacity: 0.75; }
      .partial--tiles .tile .overlay .icons {
        position: absolute;
        top: 10px;
        right: 10px; }
      .partial--tiles .tile .overlay .button {
        position: relative; }
        .partial--tiles .tile .overlay .button:hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1; }
    .partial--tiles .tile .content {
      padding: 15px; }
    .partial--tiles .tile .copy-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
      .partial--tiles .tile .copy-wrapper.with-button {
        padding-bottom: 64px; }
    .partial--tiles .tile .copy {
      visibility: hidden;
      padding: 30px 40px 15px 40px;
      position: relative;
      max-height: 100%;
      top: 0; }
      .partial--tiles .tile .copy p:last-child {
        margin-bottom: 0; }
    .partial--tiles .tile .call-to-action {
      visibility: hidden;
      position: absolute;
      top: 0;
      width: 100%; }
    .partial--tiles .tile .video {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      cursor: pointer;
      display: block;
      -webkit-transition: opacity false false, 0.2s false false, ease false false;
      -moz-transition: opacity false false false, 0.2s false false false, ease false false false;
      -o-transition: opacity false false false, 0.2s false false false, ease false false false;
      transition: opacity 0.2s ease;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7; }
      .partial--tiles .tile .video:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
        opacity: 0.9; }
      .partial--tiles .tile .video .play-button {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        background-position: center center;
        background-repeat: no-repeat;
        height: 70px;
        width: 70px;
        margin-left: -35px;
        margin-top: -35px;
        cursor: pointer;
        font-size: 70px;
        color: #fff; }

/*  3.x - Panel
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.partial--panel {
  padding: 0 0 0 1px; }
  .partial--panel .container {
    position: relative;
    width: 100%; }
  .partial--panel a.cover {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10; }
  .partial--panel .inner {
    position: relative;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .partial--panel .inner {
        background-image: none !important; } }
    .partial--panel .inner.with-button {
      padding-bottom: 64px; }
      @media only screen and (max-width: 767px) {
        .partial--panel .inner.with-button {
          padding-bottom: 0; } }
    .partial--panel .inner:hover .overlay {
      visibility: visible; }
  .partial--panel .content {
    padding: 15px; }
  .partial--panel .copy-wrapper {
    top: 0;
    width: 100%; }
  .partial--panel .copy {
    padding: 70px;
    position: relative;
    max-height: 100%;
    top: 0; }
    .partial--panel .copy p:last-child {
      margin-bottom: 0; }
  .partial--panel .call-to-action {
    width: 100%; }

/*  3.x - Modal
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.partial--modal.window {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  min-height: 100%;
  width: 100%;
  padding: 100px; }
  @media only screen and (max-width: 767px) {
    .partial--modal.window {
      padding: 50px; } }
  .partial--modal.window > .modal-mask {
    display: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 80 );
    opacity:  0.8 ;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9000;
    background-color:  #000 ; }
  .partial--modal.window > .fw__loading_animation {
    display: block; }
  .partial--modal.window > .container {
    position: relative;
    width: 100%;
    min-height: 100%;
    z-index: 9002; }
    .partial--modal.window > .container > .modal {
      position: relative;
      background: #ffffff;
      display: none;
      left: 50%;
      max-width: 100%; }
    .partial--modal.window > .container > .modal.with-padding {
      padding: 15px; }
    .partial--modal.window > .container > .modal.full-width {
      width: 100%; }
    .partial--modal.window > .container > .modal.active {
      display: inline-block;
      overflow: hidden; }
  .partial--modal.window.fixed {
    position: fixed;
    height: 100%; }
    .partial--modal.window.fixed > .container {
      height: 100%; }
      .partial--modal.window.fixed > .container > .modal {
        top: 50%;
        left: 50%; }
  .partial--modal.window .loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -12.5px 0 0 -12.5px;
    height: 25px;
    width: 25px; }
  .partial--modal.window .close, .partial--modal.window .modal-prev, .partial--modal.window .modal-next {
    z-index: 9002;
    position: fixed;
    cursor: pointer;
    font-size: 20px;
    color:  #fff ;
    padding: 10px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8; }
    .partial--modal.window .close:hover, .partial--modal.window .modal-prev:hover, .partial--modal.window .modal-next:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
  .partial--modal.window .close {
    top: 10px;
    right: 10px; }
  .partial--modal.window .modal-prev {
    margin-top: -25px;
    left: 10px;
    top: 50%;
    display: none; }
  .partial--modal.window .modal-next {
    margin-top: -25px;
    right: 10px;
    top: 50%;
    display: none; }
  .partial--modal.window .responsive-video {
    margin-bottom: 0; }
.partial--modal > .modal {
  display: none; }
.partial--modal .modal-link {
  cursor: pointer; }

/*  3.x - Cart
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media only screen and (max-width: 767px) {
  .partial--cart {
    font-size: 12px; }
    .partial--cart .spacing--3 {
      padding: 5px; }
    .partial--cart .spacing--5 {
      padding: 20px; }
    .partial--cart .font-size--2 {
      font-size: 14px;
      line-height: 1.25; } }
@media only screen and (max-width: 1025px) {
  .partial--cart .price {
    font-weight: bold; }
  .partial--cart .right-column {
    border-bottom: 1px solid #dddddd; }
  .partial--cart textarea {
    max-width: 400px; } }
@media only screen and (min-width: 1024px) {
  .partial--cart .totals .panel {
    border: 0;
    background: none; } }
.lt-ie9 .partial--cart .totals .panel {
  border: 0;
  background: none; }
.partial--cart .glyph--cross-circle {
  position: relative;
  top: 2px; }
.partial--cart .notification--empty {
  display: none; }
.partial--cart table {
  width: 100%; }
  .partial--cart table td.image img {
    max-width: 120px; }
.partial--cart.loading-items .notification--empty, .partial--cart.loading-items form {
  display: none; }
.partial--cart.no-items .notification--empty {
  display: inherit; }
.partial--cart.no-items form {
  display: none; }

/*  3.x - Instagram Feed
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.partial--instagram-feed {
  position: relative;
  text-align: center; }
  .partial--instagram-feed h2.title {
    margin-bottom: 0; }
  .partial--instagram-feed .items {
    padding: 0 0 0 1px; }
  .partial--instagram-feed .item {
    position: relative;
    display: inline-block;
    width: 25%;
    padding: 0 1px 1px 0; }
    .partial--instagram-feed .item:nth-child(n+9) {
      display: none; }
    @media only screen and (max-width: 767px) {
      .partial--instagram-feed .item {
        width: 50%; }
        .partial--instagram-feed .item:nth-child(n+7) {
          display: none; } }
    @media only screen and (min-width: 1024px) {
      .partial--instagram-feed .item {
        width: 16.66667%;
        width: -webkit-calc(1/6 * 100%);
        width: -moz-calc(1/6 * 100%);
        width: calc(1/6 * 100%); }
        .partial--instagram-feed .item:nth-child(n+9) {
          display: inline-block; } }
    .lt-ie9 .partial--instagram-feed .item {
      width: 16.66667%;
      width: -webkit-calc(1/6 * 100%);
      width: -moz-calc(1/6 * 100%);
      width: calc(1/6 * 100%); }
      .lt-ie9 .partial--instagram-feed .item:nth-child(n+9) {
        display: inline-block; }
    .partial--instagram-feed .item .inner {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .partial--instagram-feed .item img {
      width: 100%; }
    .partial--instagram-feed .item:hover .overlay {
      visibility: visible; }
  .partial--instagram-feed .overlay {
    visibility: hidden;
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    padding-bottom: 53px;
    -webkit-transition: opacity false false, 0.4s false false, ease false false;
    -moz-transition: opacity false false false, 0.4s false false false, ease false false false;
    -o-transition: opacity false false false, 0.4s false false false, ease false false false;
    transition: opacity 0.4s ease;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
    .partial--instagram-feed .overlay:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
    .partial--instagram-feed .overlay .bg {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #ffffff;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
      opacity: 0.75; }
    .partial--instagram-feed .overlay .copy {
      padding: 20px 20px 0;
      position: relative;
      max-height: 100%;
      top: 0;
      margin: 0;
      color: #333333; }
    .partial--instagram-feed .overlay .icon {
      padding-top: 15px;
      position: absolute;
      width: 100%;
      color: #333333; }

/*  3.x - Search
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.partial--search {
  position: relative;
  text-align: left; }
  .partial--search .toggle {
    cursor: pointer; }
  .partial--search span.glyph--search {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 14px; }
  .partial--search .text-input, .partial--search .text-input:focus {
    margin: 0;
    padding: 0 0 5px 30px;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 16px;
    background: transparent; }
  .partial--search .feedback {
    position: relative; }
    .partial--search .feedback .loading {
      display: none;
      min-height: 30px; }
    .partial--search .feedback .no-results {
      padding-top: 5px;
      display: none;
      font-size: 10px; }
  .partial--search .results {
    display: none; }
    .partial--search .results.list.vertical {
      padding-top: 15px; }
      .partial--search .results.list.vertical .row {
        display: block;
        padding: 5px 0; }
      .partial--search .results.list.vertical .image-wrapper {
        display: inline-block;
        width: 25px;
        margin-right: 15px; }
        .partial--search .results.list.vertical .image-wrapper img {
          max-height: 25px; }
      .partial--search .results.list.vertical .title {
        font-size: 12px; }
  .partial--search.modal {
    width: 100%;
    min-height: 820px; }
    .partial--search.modal .header {
      background: #fff; }
    .partial--search.modal .text-input {
      background: none;
      color: #333333;
      font-size: 18px;
      padding: 0; }
    .partial--search.modal .feedback {
      position: absolute;
      top: 50%;
      margin: -12.5px 0 0;
      width: 100%;
      text-align: center; }
    .partial--search.modal .no-results {
      font-size: 18px; }
    .partial--search.modal .results a {
      display: block; }
    .partial--search.modal .view-more {
      padding: 30px; }
  .partial--search.view--page header form {
    position: relative; }

/*  3.x - Breadcrumbs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.partial--breadcrumbs {
  width: 100%; }
  .partial--breadcrumbs > * {
    text-transform: capitalize; }
  .partial--breadcrumbs > * a {
    text-transform: capitalize;
    font-weight: bold; }
    .partial--breadcrumbs > * a:after {
      content: " /"; }

/*  3.x - Pagination
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.partial--pagination .container {
  position: relative; }
.partial--pagination .arrow span {
  font-size: 12px; }
.partial--pagination .arrow.left {
  position: absolute;
  left: 0;
  top: 0; }
.partial--pagination .arrow.right {
  position: absolute;
  right: 0;
  top: 0; }

/*  3.x - Social Media
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.partial--social-media .share-buttons a {
  display: inline-block;
  font-size: 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 8px;
  color: #333333;
  background: #ffffff;
  border: 1px solid #dddddd;
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
  transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out; }
  .partial--social-media .share-buttons a span {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    line-height: 16px;
    padding: 0 5px;
    letter-spacing: 0px; }
  .partial--social-media .share-buttons a:hover {
    color: #fff; }
    .partial--social-media .share-buttons a:hover span {
      color: #fff; }
.partial--social-media .share-buttons.compact-social span {
  display: none; }
.partial--social-media .share-buttons .glyph--twitter:hover {
  background-color: #09AEEC;
  border-color: #09AEEC; }
.partial--social-media .share-buttons .glyph--facebook:hover {
  background-color: #49659D;
  border-color: #49659D; }
.partial--social-media .share-buttons .glyph--pinterest:hover {
  background-color: #CB1F2B;
  border-color: #CB1F2B; }
.partial--social-media .share-buttons .glyph--tumblr:hover {
  background-color: #2c4762;
  border-color: #2c4762; }
.partial--social-media .share-buttons .glyph--googleplus:hover {
  background-color: #CC3A2B;
  border-color: #CC3A2B; }

/*  4.x - TEMPLATES
//////////////////////////////////////////////////////////////////////////////*/
/*  4.x - Index
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.template--index .layout__footer {
  visibility: hidden; }
.template--index .layout__main-content .partials-container {
  padding-top: 1px; }
.template--index .product-collection {
  padding: 0 1px 1px; }
  .template--index .product-collection .inner {
    position: relative; }
  .template--index .product-collection .title {
    margin-bottom: 0; }
.template--index .blog-feed {
  padding: 0 1px 1px; }
  .template--index .blog-feed .inner {
    position: relative; }
  .template--index .blog-feed .title, .template--index .blog-feed .item-title {
    margin-bottom: 0; }

/*  4.x - Collections
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.template--list-collections .layout__main-content > .fw__blocks {
  display: none; }
.template--list-collections .layout__main-content .block {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  overflow: hidden; }
  .template--list-collections .layout__main-content .block .title {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -14px; }
  .template--list-collections .layout__main-content .block:hover .overlay {
    visibility: visible; }
.template--list-collections .layout__main-content .overlay {
  visibility: hidden;
  text-align: center;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity false false, 0.4s false false, ease false false;
  -moz-transition: opacity false false false, 0.4s false false false, ease false false false;
  -o-transition: opacity false false false, 0.4s false false false, ease false false false;
  transition: opacity 0.4s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
  .template--list-collections .layout__main-content .overlay:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  .template--list-collections .layout__main-content .overlay .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75; }

.template--collection .layout__main-content header .description {
  position: relative; }
  .template--collection .layout__main-content header .description h1 {
    text-transform: uppercase; }
@media only screen and (max-width: 767px) {
  .template--collection .layout__main-content .partial--breadcrumbs {
    text-align: center;
    padding: 10px 0; } }
.template--collection .layout__main-content header .filter {
  text-align: right;
  margin-top: -10px; }
  @media only screen and (max-width: 767px) {
    .template--collection .layout__main-content header .filter {
      text-align: center;
      padding: 10px 0; } }
  .template--collection .layout__main-content header .filter form {
    display: inline-block; }
  .template--collection .layout__main-content header .filter select {
    width: auto;
    width: 100px; }

/*  4.x - Product
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.template--product .layout__main-content .product .column-b {
  float: right; }
.template--product .layout__main-content section.similar-products {
  text-align: center; }

/*  4.x - Blog
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.template--blog .layout__main-content .article .item-title {
  margin-bottom: 0; }
.template--blog .layout__main-content .content.excerpt img {
  display: none; }

.template--article .layout__main-content .glyph--arrow-wide-left, .template--article .layout__main-content .glyph--arrow-wide-right {
  font-size: 10px; }
.template--article .layout__main-content .glyph--arrow-wide-left {
  margin-right: 5px; }
.template--article .layout__main-content .glyph--arrow-wide-right {
  margin-left: 5px; }
.template--article .layout__main-content .article-nav {
  font-size: 12px; }
  .template--article .layout__main-content .article-nav .left {
    float: left; }
  .template--article .layout__main-content .article-nav .right {
    float: right; }
.template--article .layout__main-content .tags .active a:link, .template--article .layout__main-content .tags .active a:hover, .template--article .layout__main-content .tags .active a:visited {
  color: #333333;
  text-decoration: underline; }
.template--article .layout__main-content section.comments .date {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px; }

/*  5.x - Digital Download
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.sdd-download-button {
  visibility: hidden; }

body .sdd-download-file {
  color: #333333;
  font-size: 14px; }
/*Custom CSS*/
.layout__main-content .page-wrapper.wide {
max-width: 940px; }