/*

    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: 1023px) {
  .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: 1023px) {
  .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--6xnoright {
  padding-left: 70px;
  padding-right: 0px; }

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

.spacing--1y {
  padding-top: 5px;
  padding-bottom: 5px; }
/*-ReidChanges-*/
.spacing--2y {
	margin-bottom: 1.5rem;
    display: block;
    width: auto;
    height: 60px;
    margin: auto; }

.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; }

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

.spacing--0xtop {
 padding-top:0px !important;
}

.spacing--0xbottom {
 padding-bottom:0px !important;
}

.spacing--0xbottommargin {
 margin-bottom:0px !important;
}

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

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

.spacing--noleft {
  padding-left: 0px !important; }


.spacing--rightmenu {
 padding-right: 150px;
}

.spacing--rightmenufix {
 padding-right: 40px;
}

.spacing--5xfix {
  padding-left: 50px !important; }

.spacing--topfix {
 padding-top: 10px !important;
}

.spacing--notop {
 padding-top: 0px !important;
}

.margin--notop {
 margin-top: 0px !important;
}

/*  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%;
    @media (max-width: 767px) {
      width: 50%;
    }
    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%; }
/*---ReidChanges---*/
  .fw__blocks .width--3 {
    width: 33.3%; }
  .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 (max-width: 767px) {
    .fw__blocks.clear-after--small-1 > *:nth-child(1n+1), .fw__blocks.clear-after--small-1 .block:nth-child(1n+1) {
      clear: left; } }
  @media only screen and (max-width: 767px) {
    .fw__blocks.clear-after--small-2 > *:nth-child(2n+1), .fw__blocks.clear-after--small-2 .block:nth-child(2n+1) {
      clear: left; } }
  @media only screen and (max-width: 767px) {
    .fw__blocks.clear-after--small-3 > *:nth-child(3n+1), .fw__blocks.clear-after--small-3 .block:nth-child(3n+1) {
      clear: left; } }
  @media only screen and (max-width: 767px) {
    .fw__blocks.clear-after--small-4 > *:nth-child(4n+1), .fw__blocks.clear-after--small-4 .block:nth-child(4n+1) {
      clear: left; } }
  @media only screen and (max-width: 767px) {
    .fw__blocks.clear-after--small-5 > *:nth-child(5n+1), .fw__blocks.clear-after--small-5 .block:nth-child(5n+1) {
      clear: left; } }
  @media only screen and (max-width: 767px) {
    .fw__blocks.clear-after--small-6 > *:nth-child(6n+1), .fw__blocks.clear-after--small-6 .block:nth-child(6n+1) {
      clear: left; } }
  @media only screen and (max-width: 767px) {
    .fw__blocks.clear-after--small-7 > *:nth-child(7n+1), .fw__blocks.clear-after--small-7 .block:nth-child(7n+1) {
      clear: left; } }
  @media only screen and (max-width: 767px) {
    .fw__blocks.clear-after--small-8 > *:nth-child(8n+1), .fw__blocks.clear-after--small-8 .block:nth-child(8n+1) {
      clear: left; } }
  @media only screen and (max-width: 767px) {
    .fw__blocks.clear-after--small-9 > *:nth-child(9n+1), .fw__blocks.clear-after--small-9 .block:nth-child(9n+1) {
      clear: left; } }
  @media only screen and (max-width: 767px) {
    .fw__blocks.clear-after--small-10 > *:nth-child(10n+1), .fw__blocks.clear-after--small-10 .block:nth-child(10n+1) {
      clear: left; } }
  @media only screen and (max-width: 767px) {
    .fw__blocks.clear-after--small-11 > *:nth-child(11n+1), .fw__blocks.clear-after--small-11 .block:nth-child(11n+1) {
      clear: left; } }
  @media only screen and (max-width: 767px) {
    .fw__blocks.clear-after--small-12 > *:nth-child(12n+1), .fw__blocks.clear-after--small-12 .block:nth-child(12n+1) {
      clear: left; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .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: 1023px) {
    .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: 1023px) {
    .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: 1023px) {
    .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: 1023px) {
    .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: 1023px) {
    .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: 1023px) {
    .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: 1023px) {
    .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: 1023px) {
    .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: 1023px) {
    .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: 1023px) {
    .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: 1023px) {
    .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;
    @media only screen and (max-width: 767px) {
      padding: 0px;
    }
  }
    .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: ; }

/*  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); }
/*---Reid Changes---*/
body {
  letter-spacing: 0.0325em;
  font-family:  "baskerville-urw" ;
  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:  "futura-pt" ; }

.font--heading, body .sdd-download-product {
  color: #888888;
  font-family:  "futura-pt" ;
  text-transform: capitalize; }

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

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 #f5f5f5; }

.no-touch a {
  -webkit-transition: color false false, 0.2s false false, ease false false;
  -moz-transition: color false false false, 0.2s false false false, ease false false false;
  -o-transition: color false false false, 0.2s false false false, ease false false false;
  transition: color 0.2s ease; }

a, a:link, a:visited, a:hover {
  color: #000000;
  text-decoration: none;
  outline: 0; }
/*--- Reid Changes ---*/
h1, h2, h3, h4, h5, h6 {
  font-family:  "futura-pt" ;
  font-weight: 400; }
/*--- Reid Changes ---*/
h1 {
  font-size: 26px;
  line-height: 1.15384615; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    h1 {
      font-size: 32px;
      line-height: 1.125; } }
  @media only screen and (min-width: 1024px) {
    h1 {
      font-size: 48px;
      line-height: 1.25; } }
  .lt-ie9 h1 {
    font-size: 36px;
    line-height: 1.25; }


/*--- Reid Changes ---*/
h2 {
  font-size: 38px;
  line-height: 1.13636364; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    h2 {
      font-size: 28px;
      line-height: 1.25; } }
  @media only screen and (min-width: 1024px) {
    h2 {
    font-size: 38px;
    line-height: 1.25;
    text-transform: uppercase;}
    .gift-card-container h2 {line-height: 4;}

  }
  .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: #ff2900; }

.no-touch button, .no-touch .button {
  -webkit-transition-property: color, border-color, background-color;
  -moz-transition-property: color, border-color, background-color;
  -o-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

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: #000000; }

.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: #888888; }
.rte-content a:hover, .colored-links a:hover {
  color: #111111; }

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

/*---Reid Changes ---*/

body .font-size--3 {
  font-size: 24px;
  letter-spacing: 1px;
  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: 1023px) {
    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: 1023px) {
    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: 1023px) {
    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('//cdn.shopify.com/s/files/1/1614/0411/t/26/assets/glyphs.eot?3553872415475997985');
  src: url('//cdn.shopify.com/s/files/1/1614/0411/t/26/assets/glyphs.eot?3553872415475997985') format("embedded-opentype"), url('//cdn.shopify.com/s/files/1/1614/0411/t/26/assets/glyphs.woff?3553872415475997985') format("woff"), url('//cdn.shopify.com/s/files/1/1614/0411/t/26/assets/glyphs.ttf?3553872415475997985') format("truetype"), url('//cdn.shopify.com/s/files/1/1614/0411/t/26/assets/glyphs.svg?3553872415475997985') 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 #f5f5f5; }

.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 #f5f5f5; }

.panel {
  background: ;
  -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; }
/*----Reid Changes ----*/
table {
  background: transparent;
  border: transparent;
  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 #f5f5f5;
      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: ;
  color: #000000; }
  input:focus, textarea:focus, select:focus {
    outline: none;
    color: #000000;
    background-color: ; }

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

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

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

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

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 #000;
  font-family:  "baskerville-urw"  !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 #f5f5f5; }

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 #f5f5f5; }
  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 #000;
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 20px;
border-radius: 2px;}
  .input--number .minus, .input--number .plus {
    position: absolute;
    height: 100%;
    padding: 0 5px;
    cursor: pointer;
    width: 20px;
    top: 0;
    background: ; }
    .input--number .minus span, .input--number .plus span {
      position: absolute;
      top: 50%;
      margin-top: -5px;
      color: #000;
      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;
  text-align:center; }
    .input--number input:focus {
      border-top: 0;
      border-bottom: 0; }
  .input--number.updating input {
    color: #000; }

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: #000000;
  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: #000000; }
  button:link, .button:link, a.button:link, input[type="submit"]:link, input[type="button"]:link, input[type="reset"]:link {
    color: #f5f5f5; }
  button:visited, .button:visited, a.button:visited, input[type="submit"]:visited, input[type="button"]:visited, input[type="reset"]:visited {
    color: #f5f5f5; }
  button:hover, .button:hover, a.button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
    color: #f5f5f5;
    background: #cbcbcb; }

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

.layout__main-content {
  overflow-y: hidden;
  overflow-x: hidden;
}

.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 #f5f5f5; }
.layout__off-canvas__sidebar.left .layout__login a:link {
  text-decoration: underline; }

/*  2.x - Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.layout__header .top-row {
  background: ;
  color: ; }
  .layout__header .top-row a, .layout__header .top-row a:link, .layout__header .top-row a:hover, .layout__header .top-row a:visited {
    color: ; }
.layout__header .bottom-row {
  background: rgba(0,0,0,0);
  color: ; }
  .layout__header .bottom-row a, .layout__header .bottom-row a:link, .layout__header .bottom-row a:hover, .layout__header .bottom-row a:visited {
    color: ; }
.layout__header .layout__logo * {
  font-family:  "futura-pt" ; }
@media only screen and (max-width: 767px) {
  .layout__header {
    position: relative;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0);
    padding: 15px;
    background: ;
    color: ; }
    .layout__header a, .layout__header a:link, .layout__header a:hover, .layout__header a:visited {
      color: ; }
    .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: 25px; }
    .layout__header .cart-link {
      display: inline-block;
      position: absolute;
      right: 0px;
      top: 50%;
      margin-top: -24px;
      border: solid 2px ;
      -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 .row2 {
      position: relative;
      text-align: center;
      margin-left:0px;
      margin-right:0px; }
    .layout__header .bottom-row {
      border-top: 1px solid rgba(0,0,0,0);
      border-bottom: 1px solid rgba(0,0,0,0);
      padding: 2px 0;
      min-height: 41px; }
    .layout__header .top-row .left-column {
      position: absolute;
      left: 0;
      top: 50%;
      max-width: 184px;
      text-align: left; }
      .layout__header .top-row .left-column.with-logo {
        position: relative;
        top: 0;
        max-width: 400px; }
    .layout__header .top-row .right-column {
      position: absolute;
      right: 0;
      top: 0;
      max-width: 184px;
      text-align: right; }
    .layout__header .layout__login {
      margin-top: -9px; }
      .layout__header .layout__login a {
        font-weight: bold; }
    .layout__header .partial--social-media {
      position: relative;
      margin-top: -9px; }
    .layout__header .partial--currency-selector {
      margin-top: -20.5px; }
    .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 {
        width: 400px;
        max-height: 25px; }
    .layout__header .partial--modal.cart {
      position: absolute;
      top: 10px;
      right: 20px; }
      .layout__header .partial--modal.cart a.toggle {
        font-weight: bold; }
      .layout__header .partial--modal.cart .layout__cart-modal__trigger-render {
        display: none; } }
.lt-ie9 .layout__header {
  text-align: center; }
  .lt-ie9 .layout__header .row2 {
    position: relative;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;}
  .lt-ie9 .layout__header .bottom-row {
    border-top: 1px solid rgba(0,0,0,0);
    border-bottom: 1px solid rgba(0,0,0,0);
    padding: 2px 0;
    min-height: 41px; }
  .lt-ie9 .layout__header .top-row .left-column {
    position: absolute;
    left: 0;
    top: 50%;
    max-width: 184px;
    text-align: left; }
    .lt-ie9 .layout__header .top-row .left-column.with-logo {
      position: relative;
      top: 0;
      max-width: 400px; }
  .lt-ie9 .layout__header .top-row .right-column {
    position: absolute;
    right: 0;
    top: 50%;
    max-width: 184px;
    text-align: right; }
  .lt-ie9 .layout__header .layout__login {
    margin-top: -9px; }
    .lt-ie9 .layout__header .layout__login a {
      font-weight: bold; }
  .lt-ie9 .layout__header .partial--social-media {
    position: relative;
    margin-top: -9px; }
  .lt-ie9 .layout__header .partial--currency-selector {
    margin-top: -20.5px; }
  .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: 25px; }
  .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; }
    .lt-ie9 .layout__header .partial--modal.cart .layout__cart-modal__trigger-render {
      display: none; }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .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: #2b2e34;
 /* border-top: 1px solid rgba(0,0,0,0); */
  color: #f5f5f5; }
  .layout__footer a, .layout__footer a:link, .layout__footer a:hover, .layout__footer a:visited {
    color: #f5f5f5; }
  @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;
    padding-top: 7px;
    margin-bottom: 5px; }
  .layout__footer .button, .layout__footer .button:hover {
    height: 30px;
    line-height: 30px;
    margin-bottom: 0px;
    background: #888888; }
  .layout__footer .payment-icons .icon {
    font-size: 24px; }

/*  3. - PARTIALS
//////////////////////////////////////////////////////////////////////////////*/
/*  3.x - Main Menu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.partial--currency-selector {
  font-size: 12px;
  padding: 0 15px; }
  .partial--currency-selector.left-aligned {
    margin-top: 7px;
    float: left;
    z-index: 1; }
  .partial--currency-selector.right-aligned {
    width: auto;
    position: relative;
    display: inline-block; }
  .partial--currency-selector.mobile {
    position: relative;
    display: block;
    z-index: 1;
    border-top: 1px solid #f5f5f5;
    float: none;
    min-width: 290px;
    padding-top: 15px; }
    .partial--currency-selector.mobile .container {
      padding: 0 15px; }
    .partial--currency-selector.mobile form {
      margin: 0; }
  .partial--currency-selector .custom.dropdown {
    margin-top: -5px;
    width: 65px;
    float: left; }
  .partial--currency-selector span {
    float: left;
    padding-right: 5px; }
  .partial--currency-selector select {
    display: inline-block;
    width: auto;
    padding-right: 25px;
    margin: 0; }

/*  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: #444444;
    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: #616161; }
    .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: #ffffff; }
    .layout__main-menu.horizontal .sub_menu_panel .level-3 li {
      line-height: 1.4; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .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(//cdn.shopify.com/s/files/1/1614/0411/t/26/assets/AjaxLoader.gif?3553872415475997985) no-repeat center center; }
  .partial--slider .grabbing {
    cursor: url(//cdn.shopify.com/s/files/1/1614/0411/t/26/assets/grabbing.png?3553872415475997985) 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;
    margin-left: 0px;
    margin-right: 0px;}
  .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: #000000;
    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;
    height: 50px; }
  .partial--product .price .compare-price {
    color: #ff2900;
    text-decoration: line-through;
    margin-right: 5px; }
  .partial--product .price .sold-out {
    color: #ff2900;
    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;
    height: 96px;
   }
   @media only screen and (max-width: 900px) and (min-width: 768px) {
     .partial--product .caption {
        height: 140px;
     }
   }
  .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;
        padding: 0 0 40px 0;
      }
    .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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*  3.x - Tiles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.partial--tiles {
  padding: 0 0 0 10px; }
  .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: 150%;
      height: -webkit-calc((3 / 2) / 1 * 100%);
      height: -moz-calc((3 / 2) / 1 * 100%);
      height: calc((3 / 2) / 1 * 100%); }
    .partial--tiles .total-rows-1 .tile.height-3 {
      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-4 {
      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-5 {
      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: 75%;
      height: -webkit-calc((3 / 2) / 2 * 100%);
      height: -moz-calc((3 / 2) / 2 * 100%);
      height: calc((3 / 2) / 2 * 100%); }
    .partial--tiles .total-rows-2 .tile.height-3 {
      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-4 {
      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-5 {
      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: 45%;
      height: -webkit-calc((3 / 2) / 3 * 100% - 5%);
      height: -moz-calc((3 / 2) / 3 * 100% - 5%);
      height: calc((3 / 2) / 3 * 100% - 5%); }
    .partial--tiles .total-rows-3 .tile.height-3 {
      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-4 {
      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-5 {
      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: 37.5%;
      height: -webkit-calc((3 / 2) / 4 * 100%);
      height: -moz-calc((3 / 2) / 4 * 100%);
      height: calc((3 / 2) / 4 * 100%); }
    .partial--tiles .total-rows-4 .tile.height-3 {
      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-4 {
      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-5 {
      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: 30%;
      height: -webkit-calc((3 / 2) / 5 * 100%);
      height: -moz-calc((3 / 2) / 5 * 100%);
      height: calc((3 / 2) / 5 * 100%); }
    .partial--tiles .total-rows-5 .tile.height-3 {
      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-4 {
      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-5 {
      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: 25%;
      height: -webkit-calc((3 / 2) / 6 * 100%);
      height: -moz-calc((3 / 2) / 6 * 100%);
      height: calc((3 / 2) / 6 * 100%); }
    .partial--tiles .total-rows-6 .tile.height-3 {
      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-4 {
      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-5 {
      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: 21.42%;
      height: -webkit-calc((3 / 2) / 7 * 100%);
      height: -moz-calc((3 / 2) / 7 * 100%);
      height: calc((3 / 2) / 7 * 100%); }
    .partial--tiles .total-rows-7 .tile.height-3 {
      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-4 {
      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-5 {
      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: 18.75%;
      height: -webkit-calc((3 / 2) / 8 * 100%);
      height: -moz-calc((3 / 2) / 8 * 100%);
      height: calc((3 / 2) / 8 * 100%); }
    .partial--tiles .total-rows-8 .tile.height-3 {
      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-4 {
      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-5 {
      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: 16.67%;
      height: -webkit-calc((3 / 2) / 9 * 100%);
      height: -moz-calc((3 / 2) / 9 * 100%);
      height: calc((3 / 2) / 9 * 100%); }
    .partial--tiles .total-rows-9 .tile.height-3 {
      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-4 {
      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-5 {
      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: 15%;
      height: -webkit-calc((3 / 2) / 10 * 100%);
      height: -moz-calc((3 / 2) / 10 * 100%);
      height: calc((3 / 2) / 10 * 100%); }
    .partial--tiles .total-rows-10 .tile.height-3 {
      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-4 {
      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-5 {
      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: 13.63%;
      height: -webkit-calc((3 / 2) / 11 * 100%);
      height: -moz-calc((3 / 2) / 11 * 100%);
      height: calc((3 / 2) / 11 * 100%); }
    .partial--tiles .total-rows-11 .tile.height-3 {
      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-4 {
      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-5 {
      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: 12.5%;
      height: -webkit-calc((3 / 2) / 12 * 100%);
      height: -moz-calc((3 / 2) / 12 * 100%);
      height: calc((3 / 2) / 12 * 100%); }
    .partial--tiles .total-rows-12 .tile.height-3 {
      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-4 {
      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-5 {
      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: 11.5%;
      height: -webkit-calc((3 / 2) / 13 * 100%);
      height: -moz-calc((3 / 2) / 13 * 100%);
      height: calc((3 / 2) / 13 * 100%); }
    .partial--tiles .total-rows-13 .tile.height-3 {
      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-4 {
      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-5 {
      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: 10.7%;
      height: -webkit-calc((3 / 2) / 14 * 100%);
      height: -moz-calc((3 / 2) / 14 * 100%);
      height: calc((3 / 2) / 14 * 100%); }
    .partial--tiles .total-rows-14 .tile.height-3 {
      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-4 {
      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-5 {
      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: 10%;
      height: -webkit-calc((3 / 2) / 15 * 100%);
      height: -moz-calc((3 / 2) / 15 * 100%);
      height: calc((3 / 2) / 15 * 100%); }
    .partial--tiles .total-rows-15 .tile.height-3 {
      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-4 {
      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-5 {
      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: 9.375%;
      height: -webkit-calc((3 / 2) / 16 * 100%);
      height: -moz-calc((3 / 2) / 16 * 100%);
      height: calc((3 / 2) / 16 * 100%); }
    .partial--tiles .total-rows-16 .tile.height-3 {
      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-4 {
      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-5 {
      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: 8.82%;
      height: -webkit-calc((3 / 2) / 17 * 100%);
      height: -moz-calc((3 / 2) / 17 * 100%);
      height: calc((3 / 2) / 17 * 100%); }
    .partial--tiles .total-rows-17 .tile.height-3 {
      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-4 {
      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-5 {
      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: 8.333%;
      height: -webkit-calc((3 / 2) / 18 * 100%);
      height: -moz-calc((3 / 2) / 18 * 100%);
      height: calc((3 / 2) / 18 * 100%); }
    .partial--tiles .total-rows-18 .tile.height-3 {
      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-4 {
      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-5 {
      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: 7.89%;
      height: -webkit-calc((3 / 2) / 19 * 100%);
      height: -moz-calc((3 / 2) / 19 * 100%);
      height: calc((3 / 2) / 19 * 100%); }
    .partial--tiles .total-rows-19 .tile.height-3 {
      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-4 {
      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-5 {
      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: 7.5%;
      height: -webkit-calc((3 / 2) / 20 * 100%);
      height: -moz-calc((3 / 2) / 20 * 100%);
      height: calc((3 / 2) / 20 * 100%); }
    .partial--tiles .total-rows-20 .tile.height-3 {
      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-4 {
      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-5 {
      height: 20%;
      height: -webkit-calc(4 / 20 * 100%);
      height: -moz-calc(4 / 20 * 100%);
      height: calc(4 / 20 * 100%); }}


/*-- Added 600PX FIX --*/
    .partial--tiles .total-rows-1 .tile.height-1-5 {height: 150%;height: -webkit-calc((3 / 1.5) / 1 * 100%);height: -moz-calc((3 / 1.5) / 1 * 100%);height: calc((3 / 1.5) / 1 * 100%); }
    .partial--tiles .total-rows-2 .tile.height-1-5 {height: 75%;height: -webkit-calc((3 / 1.5) / 2 * 100%);height: -moz-calc((3 / 1.5) / 2 * 100%);height: calc((3 / 1.5) / 2 * 100%); }
    .partial--tiles .total-rows-3 .tile.height-1-5 {height: 45%;height: -webkit-calc((3 / 1.5) / 3 * 100%);height: -moz-calc((3 / 1.5) / 3 * 100%);height: calc((3 / 1.5) / 3 * 100%); }
    .partial--tiles .total-rows-4 .tile.height-1-5 {height: 37.5%;height: -webkit-calc((3 / 1.5) / 4 * 100%);height: -moz-calc((3 / 1.5) / 4 * 100%);height: calc((3 / 1.5) / 4 * 100%); }
    .partial--tiles .total-rows-5 .tile.height-1-5 {height: 30%;height: -webkit-calc((3 / 1.5) / 5 * 100%);height: -moz-calc((3 / 1.5) / 5 * 100%);height: calc((3 / 1.5) / 5 * 100%); }
    .partial--tiles .total-rows-6 .tile.height-1-5 {height: 25%;height: -webkit-calc((3 / 1.5) / 6 * 100%);height: -moz-calc((3 / 1.5) / 6 * 100%);height: calc((3 / 1.5) / 6 * 100%); }
    .partial--tiles .total-rows-7 .tile.height-1-5 {height: 21.42%;height: -webkit-calc((3 / 1.5) / 7 * 100%);height: -moz-calc((3 / 1.5) / 7 * 100%);height: calc((3 / 1.5) / 7 * 100%); }
    .partial--tiles .total-rows-8 .tile.height-1-5 {height: 18.75%;height: -webkit-calc((3 / 1.5) / 8 * 100%);height: -moz-calc((3 / 1.5) / 8 * 100%);height: calc((3 / 1.5) / 8 * 100%); }
    .partial--tiles .total-rows-9 .tile.height-1-5 {height: 16.67%;height: -webkit-calc((3 / 1.5) / 9 * 100%);height: -moz-calc((3 / 1.5) / 9 * 100%);height: calc((3 / 1.5) / 9 * 100%); }
    .partial--tiles .total-rows-10 .tile.height-1-5 {height: 15%;height: -webkit-calc((3 / 1.5) / 10 * 100%);height: -moz-calc((3 / 1.5) / 10 * 100%);height: calc((3 / 1.5) / 10 * 100%); }
    .partial--tiles .total-rows-11 .tile.height-1-5 {height: 13.63%;height: -webkit-calc((3 / 1.5) / 11 * 100%);height: -moz-calc((3 / 1.5) / 11 * 100%);height: calc((3 / 1.5) / 11 * 100%); }
    .partial--tiles .total-rows-12 .tile.height-1-5 {height: 12.5%;height: -webkit-calc((3 / 1.5) / 12 * 100%);height: -moz-calc((3 / 1.5) / 12 * 100%);height: calc((3 / 1.5) / 12 * 100%); }
    .partial--tiles .total-rows-13 .tile.height-1-5 {height: 11.5%;height: -webkit-calc((3 / 1.5) / 13 * 100%);height: -moz-calc((3 / 1.5) / 13 * 100%);height: calc((3 / 1.5) / 13 * 100%); }
    .partial--tiles .total-rows-14 .tile.height-1-5 {height: 10.7%;height: -webkit-calc((3 / 1.5) / 14 * 100%);height: -moz-calc((3 / 1.5) / 14 * 100%);height: calc((3 / 1.5) / 14 * 100%); }
    .partial--tiles .total-rows-15 .tile.height-1-5 {height: 10%;height: -webkit-calc((3 / 1.5) / 15 * 100%);height: -moz-calc((3 / 1.5) / 15 * 100%);height: calc((3 / 1.5) / 15 * 100%); }
    .partial--tiles .total-rows-16 .tile.height-1-5 {height: 9.375%;height: -webkit-calc((3 / 1.5) / 16 * 100%);height: -moz-calc((3 / 1.5) / 16 * 100%);height: calc((3 / 1.5) / 16 * 100%); }
    .partial--tiles .total-rows-17 .tile.height-1-5 {height: 8.82%;height: -webkit-calc((3 / 1.5) / 17 * 100%);height: -moz-calc((3 / 1.5) / 17 * 100%);height: calc((3 / 1.5) / 17 * 100%); }
    .partial--tiles .total-rows-18 .tile.height-1-5 {height: 8.333%;height: -webkit-calc((3 / 1.5) / 18 * 100%);height: -moz-calc((3 / 1.5) / 18 * 100%);height: calc((3 / 1.5) / 18 * 100%); }
    .partial--tiles .total-rows-19 .tile.height-1-5 {height: 7.89%;height: -webkit-calc((3 / 1.5) / 19 * 100%);height: -moz-calc((3 / 1.5) / 19 * 100%);height: calc((3 / 1.5) / 19 * 100%); }
    .partial--tiles .total-rows-20 .tile.height-1-5 {height: 7.5%;height: -webkit-calc((3 / 1.5) / 20 * 100%);height: -moz-calc((3 / 1.5) / 20 * 100%);height: calc((3 / 1.5) / 20 * 100%); }

    .partial--tiles .total-rows-1 .tile.height-2-5 {height: 200%;height: -webkit-calc(3 / 1 * 100%);height: -moz-calc(3 / 1 * 100%);height: calc(3 / 1 * 100%); }
    .partial--tiles .total-rows-2 .tile.height-2-5 {height: 100%;height: -webkit-calc(3 / 2 * 100%);height: -moz-calc(3 / 2 * 100%);height: calc(3 / 2 * 100%); }
    .partial--tiles .total-rows-3 .tile.height-2-5 {height: 66.66667%;height: -webkit-calc(3 / 3 * 100%);height: -moz-calc(3 / 3 * 100%);height: calc(3 / 3 * 100%); }
    .partial--tiles .total-rows-4 .tile.height-2-5 {height: 50%;height: -webkit-calc(3 / 4 * 100%);height: -moz-calc(3 / 4 * 100%);height: calc(3 / 4 * 100%); }
    .partial--tiles .total-rows-5 .tile.height-2-5 {height: 40%;height: -webkit-calc(3 / 5 * 100%);height: -moz-calc(3 / 5 * 100%);height: calc(3 / 5 * 100%); }
    .partial--tiles .total-rows-6 .tile.height-2-5 {height: 33.33333%;height: -webkit-calc(3 / 6 * 100%);height: -moz-calc(3 / 6 * 100%);height: calc(3 / 6 * 100%); }
    .partial--tiles .total-rows-7 .tile.height-2-5 {height: 28.57143%;height: -webkit-calc(3 / 7 * 100%);height: -moz-calc(3 / 7 * 100%);height: calc(3 / 7 * 100%); }
    .partial--tiles .total-rows-8 .tile.height-2-5 {height: 25%;height: -webkit-calc(3 / 8 * 100%);height: -moz-calc(3 / 8 * 100%);height: calc(3 / 8 * 100%); }
    .partial--tiles .total-rows-9 .tile.height-2-5 {height: 22.22222%;height: -webkit-calc(3 / 9 * 100%);height: -moz-calc(3 / 9 * 100%);height: calc(3 / 9 * 100%); }
    .partial--tiles .total-rows-10 .tile.height-2-5 {height: 20%;height: -webkit-calc(3 / 10 * 100%);height: -moz-calc(3 / 10 * 100%);height: calc(3 / 10 * 100%); }
    .partial--tiles .total-rows-11 .tile.height-2-5 {height: 18.18182%;height: -webkit-calc(3 / 11 * 100%);height: -moz-calc(3 / 11 * 100%);height: calc(3 / 11 * 100%); }
    .partial--tiles .total-rows-12 .tile.height-2-5 {height: 16.66667%;height: -webkit-calc(3 / 12 * 100%);height: -moz-calc(3 / 12 * 100%);height: calc(3 / 12 * 100%); }
    .partial--tiles .total-rows-13 .tile.height-2-5 {height: 15.38462%;height: -webkit-calc(3 / 13 * 100%);height: -moz-calc(3 / 13 * 100%);height: calc(3 / 13 * 100%); }
    .partial--tiles .total-rows-14 .tile.height-2-5 {height: 14.28571%;height: -webkit-calc(3 / 14 * 100%);height: -moz-calc(3 / 14 * 100%);height: calc(3 / 14 * 100%); }
    .partial--tiles .total-rows-15 .tile.height-2-5 {height: 13.33333%;height: -webkit-calc(3 / 15 * 100%);height: -moz-calc(3 / 15 * 100%);height: calc(3 / 15 * 100%); }
    .partial--tiles .total-rows-16 .tile.height-2-5 {height: 12.5%;height: -webkit-calc(3 / 16 * 100%);height: -moz-calc(3 / 16 * 100%);height: calc(3 / 16 * 100%); }
    .partial--tiles .total-rows-17 .tile.height-2-5 {height: 11.76471%;height: -webkit-calc(3 / 17 * 100%);height: -moz-calc(3 / 17 * 100%);height: calc(3 / 17 * 100%); }
    .partial--tiles .total-rows-18 .tile.height-2-5 {height: 11.11111%;height: -webkit-calc(3 / 18 * 100%);height: -moz-calc(3 / 18 * 100%);height: calc(3 / 18 * 100%); }
    .partial--tiles .total-rows-19 .tile.height-2-5 {height: 10.52632%;height: -webkit-calc(3 / 19 * 100%);height: -moz-calc(3 / 19 * 100%);height: calc(3 / 19 * 100%); }
    .partial--tiles .total-rows-20 .tile.height-2-5 {height: 10%;height: -webkit-calc(3 / 20 * 100%);height: -moz-calc(3 / 20 * 100%);height: calc(3 / 20 * 100%); }

    /*-- End 600PX FIX --*/

  .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: 150%;
    height: -webkit-calc((3 / 2) / 1 * 100%);
    height: -moz-calc((3 / 2) / 1 * 100%);
    height: calc((3 / 2) / 1 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-1 .tile.height-3 {
    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-4 {
    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-5 {
    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: 75%;
    height: -webkit-calc((3 / 2) / 2 * 100%);
    height: -moz-calc((3 / 2) / 2 * 100%);
    height: calc((3 / 2) / 2 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-2 .tile.height-3 {
    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-4 {
    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-5 {
    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: 50%;
    height: -webkit-calc((3 / 2) / 3 * 100%);
    height: -moz-calc((3 / 2) / 3 * 100%);
    height: calc((3 / 2) / 3 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-3 .tile.height-3 {
    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-4 {
    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-5 {
    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: 37.5%;
    height: -webkit-calc((3 / 2) / 4 * 100%);
    height: -moz-calc((3 / 2) / 4 * 100%);
    height: calc((3 / 2) / 4 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-4 .tile.height-3 {
    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-4 {
    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-5 {
    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: 30%;
    height: -webkit-calc((3 / 2) / 5 * 100%);
    height: -moz-calc((3 / 2) / 5 * 100%);
    height: calc((3 / 2) / 5 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-5 .tile.height-3 {
    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-4 {
    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-5 {
    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: 25%;
    height: -webkit-calc((3 / 2) / 6 * 100%);
    height: -moz-calc((3 / 2) / 6 * 100%);
    height: calc((3 / 2) / 6 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-6 .tile.height-3 {
    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-4 {
    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-5 {
    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: 21.42%;
    height: -webkit-calc((3 / 2) / 7 * 100%);
    height: -moz-calc((3 / 2) / 7 * 100%);
    height: calc((3 / 2) / 7 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-7 .tile.height-3 {
    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-4 {
    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-5 {
    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: 18.75%;
    height: -webkit-calc((3 / 2) / 8 * 100%);
    height: -moz-calc((3 / 2) / 8 * 100%);
    height: calc((3 / 2) / 8 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-8 .tile.height-3 {
    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-4 {
    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-5 {
    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: 16.667%;
    height: -webkit-calc((3 / 2) / 9 * 100%);
    height: -moz-calc((3 / 2) / 9 * 100%);
    height: calc((3 / 2) / 9 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-9 .tile.height-3 {
    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-4 {
    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-5 {
    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: 15%;
    height: -webkit-calc((3 / 2) / 10 * 100%);
    height: -moz-calc((3 / 2) / 10 * 100%);
    height: calc((3 / 2) / 10 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-10 .tile.height-3 {
    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-4 {
    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-5 {
    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: 13.636%;
    height: -webkit-calc((3 / 2) / 11 * 100%);
    height: -moz-calc((3 / 2) / 11 * 100%);
    height: calc((3 / 2) / 11 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-11 .tile.height-3 {
    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-4 {
    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-5 {
    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: 12.5%;
    height: -webkit-calc((3 / 2) / 12 * 100%);
    height: -moz-calc((3 / 2) / 12 * 100%);
    height: calc((3 / 2) / 12 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-12 .tile.height-3 {
    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-4 {
    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-5 {
    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: 11.538%;
    height: -webkit-calc((3 / 2) / 13 * 100%);
    height: -moz-calc((3 / 2) / 13 * 100%);
    height: calc((3 / 2) / 13 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-13 .tile.height-3 {
    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-4 {
    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-5 {
    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: 10.714%;
    height: -webkit-calc((3 / 2) / 14 * 100%);
    height: -moz-calc((3 / 2) / 14 * 100%);
    height: calc((3 / 2) / 14 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-14 .tile.height-3 {
    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-4 {
    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-5 {
    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: 10%;
    height: -webkit-calc((3 / 2) / 15 * 100%);
    height: -moz-calc((3 / 2) / 15 * 100%);
    height: calc((3 / 2) / 15 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-15 .tile.height-3 {
    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-4 {
    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-5 {
    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: 9.375%;
    height: -webkit-calc((3 / 2) / 16 * 100%);
    height: -moz-calc((3 / 2) / 16 * 100%);
    height: calc((3 / 2) / 16 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-16 .tile.height-3 {
    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-4 {
    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-5 {
    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: 8.823%;
    height: -webkit-calc((3 / 2) / 17 * 100%);
    height: -moz-calc((3 / 2) / 17 * 100%);
    height: calc((3 / 2) / 17 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-17 .tile.height-3 {
    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-4 {
    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-5 {
    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: 8.333%;
    height: -webkit-calc((3 / 2) / 18 * 100%);
    height: -moz-calc((3 / 2) / 18 * 100%);
    height: calc((3 / 2) / 18 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-18 .tile.height-3 {
    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-4 {
    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-5 {
    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: 7.894%;
    height: -webkit-calc((3 / 2) / 19 * 100%);
    height: -moz-calc((3 / 2) / 19 * 100%);
    height: calc((3 / 2) / 19 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-19 .tile.height-3 {
    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-4 {
    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-5 {
    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: 7.5%;
    height: -webkit-calc((3 / 2) / 20 * 100%);
    height: -moz-calc((3 / 2) / 20 * 100%);
    height: calc((3 / 2) / 20 * 100%); }
  .lt-ie9 .partial--tiles .total-rows-20 .tile.height-3 {
    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-4 {
    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-5 {
    height: 20%;
    height: -webkit-calc(4 / 20 * 100%);
    height: -moz-calc(4 / 20 * 100%);
    height: calc(4 / 20 * 100%); }


/*-- Added 600PX FIX --*/
    .lt-ie9 .partial--tiles .total-rows-1 .tile.height-1-5 {height: 150%;height: -webkit-calc((3 / 1.5) / 1 * 100%);height: -moz-calc((3 / 1.5) / 1 * 100%);height: calc((3 / 1.5) / 1 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-2 .tile.height-1-5 {height: 75%;height: -webkit-calc((3 / 1.5) / 2 * 100%);height: -moz-calc((3 / 1.5) / 2 * 100%);height: calc((3 / 1.5) / 2 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-3 .tile.height-1-5 {height: 50%;height: -webkit-calc((3 / 1.5) / 3 * 100%);height: -moz-calc((3 / 1.5) / 3 * 100%);height: calc((3 / 1.5) / 3 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-4 .tile.height-1-5 {height: 37.5%;height: -webkit-calc((3 / 1.5) / 4 * 100%);height: -moz-calc((3 / 1.5) / 4 * 100%);height: calc((3 / 1.5) / 4 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-5 .tile.height-1-5 {height: 30%;height: -webkit-calc((3 / 1.5) / 5 * 100%);height: -moz-calc((3 / 1.5) / 5 * 100%);height: calc((3 / 1.5) / 5 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-6 .tile.height-1-5 {height: 25%;height: -webkit-calc((3 / 1.5) / 6 * 100%);height: -moz-calc((3 / 1.5) / 6 * 100%);height: calc((3 / 1.5) / 6 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-7 .tile.height-1-5 {height: 21.42%;height: -webkit-calc((3 / 1.5) / 7 * 100%);height: -moz-calc((3 / 1.5) / 7 * 100%);height: calc((3 / 1.5) / 7 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-8 .tile.height-1-5 {height: 18.75%;height: -webkit-calc((3 / 1.5) / 8 * 100%);height: -moz-calc((3 / 1.5) / 8 * 100%);height: calc((3 / 1.5) / 8 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-9 .tile.height-1-5 {height: 16.667%;height: -webkit-calc((3 / 1.5) / 9 * 100%);height: -moz-calc((3 / 1.5) / 9 * 100%);height: calc((3 / 1.5) / 9 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-10 .tile.height-1-5 {height: 15%;height: -webkit-calc((3 / 1.5) / 10 * 100%);height: -moz-calc((3 / 1.5) / 10 * 100%);height: calc((3 / 1.5) / 10 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-11 .tile.height-1-5 {height: 13.636%;height: -webkit-calc((3 / 1.5) / 11 * 100%);height: -moz-calc((3 / 1.5) / 11 * 100%);height: calc((3 / 1.5) / 11 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-12 .tile.height-1-5 {height: 12.5%;height: -webkit-calc((3 / 1.5) / 12 * 100%);height: -moz-calc((3 / 1.5) / 12 * 100%);height: calc((3 / 1.5) / 12 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-13 .tile.height-1-5 {height: 11.538%;height: -webkit-calc((3 / 1.5) / 13 * 100%);height: -moz-calc((3 / 1.5) / 13 * 100%);height: calc((3 / 1.5) / 13 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-14 .tile.height-1-5 {height: 10.714%;height: -webkit-calc((3 / 1.5) / 14 * 100%);height: -moz-calc((3 / 1.5) / 14 * 100%);height: calc((3 / 1.5) / 14 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-15 .tile.height-1-5 {height: 10%;height: -webkit-calc((3 / 1.5) / 15 * 100%);height: -moz-calc((3 / 1.5) / 15 * 100%);height: calc((3 / 1.5) / 15 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-16 .tile.height-1-5 {height: 9.375%;height: -webkit-calc((3 / 1.5) / 16 * 100%);height: -moz-calc((3 / 1.5) / 16 * 100%);height: calc((3 / 1.5) / 16 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-17 .tile.height-1-5 {height: 8.823%;height: -webkit-calc((3 / 1.5) / 17 * 100%);height: -moz-calc((3 / 1.5) / 17 * 100%);height: calc((3 / 1.5) / 17 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-18 .tile.height-1-5 {height: 8.333%;height: -webkit-calc((3 / 1.5) / 18 * 100%);height: -moz-calc((3 / 1.5) / 18 * 100%);height: calc((3 / 1.5) / 18 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-19 .tile.height-1-5 {height: 7.894%;height: -webkit-calc((3 / 1.5) / 19 * 100%);height: -moz-calc((3 / 1.5) / 19 * 100%);height: calc((3 / 1.5) / 19 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-20 .tile.height-1-5 {height: 7.5%;height: -webkit-calc((3 / 1.5) / 20 * 100%);height: -moz-calc((3 / 1.5) / 20 * 100%);height: calc((3 / 1.5) / 20 * 100%); }

	.lt-ie9 .partial--tiles .total-rows-1 .tile.height-2-5 {height: 200%;height: -webkit-calc(3 / 1 * 100%);height: -moz-calc(3 / 1 * 100%);height: calc(3 / 1 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-2 .tile.height-2-5 {height: 100%;height: -webkit-calc(3 / 2 * 100%);height: -moz-calc(3 / 2 * 100%);height: calc(3 / 2 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-3 .tile.height-2-5 {height: 66.66667%;height: -webkit-calc(3 / 3 * 100%);height: -moz-calc(3 / 3 * 100%);height: calc(3 / 3 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-4 .tile.height-2-5 {height: 50%;height: -webkit-calc(3 / 4 * 100%);height: -moz-calc(3 / 4 * 100%);height: calc(3 / 4 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-5 .tile.height-2-5 {height: 40%;height: -webkit-calc(3 / 5 * 100%);height: -moz-calc(3 / 5 * 100%);height: calc(3 / 5 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-6 .tile.height-2-5 {height: 33.33333%;height: -webkit-calc(3 / 6 * 100%);height: -moz-calc(3 / 6 * 100%);height: calc(3 / 6 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-7 .tile.height-2-5 {height: 28.57143%;height: -webkit-calc(3 / 7 * 100%);height: -moz-calc(3 / 7 * 100%);height: calc(3 / 7 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-8 .tile.height-2-5 {height: 25%;height: -webkit-calc(3 / 8 * 100%);height: -moz-calc(3 / 8 * 100%);height: calc(3 / 8 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-9 .tile.height-2-5 {height: 22.22222%;height: -webkit-calc(3 / 9 * 100%);height: -moz-calc(3 / 9 * 100%);height: calc(3 / 9 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-10 .tile.height-2-5 {height: 20%;height: -webkit-calc(3 / 10 * 100%);height: -moz-calc(3 / 10 * 100%);height: calc(3 / 10 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-11 .tile.height-2-5 {height: 18.18182%;height: -webkit-calc(3 / 11 * 100%);height: -moz-calc(3 / 11 * 100%);height: calc(3 / 11 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-12 .tile.height-2-5 {height: 16.66667%;height: -webkit-calc(3 / 12 * 100%);height: -moz-calc(3 / 12 * 100%);height: calc(3 / 12 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-13 .tile.height-2-5 {height: 15.38462%;height: -webkit-calc(3 / 13 * 100%);height: -moz-calc(3 / 13 * 100%);height: calc(3 / 13 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-14 .tile.height-2-5 {height: 14.28571%;height: -webkit-calc(3 / 14 * 100%);height: -moz-calc(3 / 14 * 100%);height: calc(3 / 14 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-15 .tile.height-2-5 {height: 13.33333%;height: -webkit-calc(3 / 15 * 100%);height: -moz-calc(3 / 15 * 100%);height: calc(3 / 15 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-16 .tile.height-2-5 {height: 12.5%;height: -webkit-calc(3 / 16 * 100%);height: -moz-calc(3 / 16 * 100%);height: calc(3 / 16 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-17 .tile.height-2-5 {height: 11.76471%;height: -webkit-calc(3 / 17 * 100%);height: -moz-calc(3 / 17 * 100%);height: calc(3 / 17 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-18 .tile.height-2-5 {height: 11.11111%;height: -webkit-calc(3 / 18 * 100%);height: -moz-calc(3 / 18 * 100%);height: calc(3 / 18 * 100%); }
    .lt-ie9 .partial--tiles .total-rows-19 .tile.height-2-5 {height: 10.52632%;height: -webkit-calc(3 / 19 * 100%);height: -moz-calc(3 / 19 * 100%);height: calc(3 / 19 * 100%); }
	.lt-ie9 .partial--tiles .total-rows-20 .tile.height-2-5 {height: 10%;height: -webkit-calc(3 / 20 * 100%);height: -moz-calc(3 / 20 * 100%);height: calc(3 / 20 * 100%); }
	/*-- End 600PX FIX --*/




.partial--tiles a.cover {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10; }
  .partial--tiles .tile {
    padding: 0 10px 10px 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%;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
      .no-touch .partial--tiles .tile .overlay {
        -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; }
      .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; }
/*---Reid Changes---*/
      .partial--tiles .tile .overlay .button {
        position: relative;
        font-family: "futura-pt",sans-serif;
        padding-left: 20px;
      	padding-right: 20px;}
        .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; }
/*--- Reid Changes ---*/
    .partial--tiles .tile .call-to-action {
      visibility: hidden;
      position: absolute;
      top: 0;
      width: 100%;
      margin-top: 11px;
      padding-left: 20px;
      padding-right: 20px;
      line-height: 38px;
      font-size: 12px;
      font-family: "futura-pt",sans-serif;}
    .partial--tiles .tile .video {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      cursor: pointer;
      display: block;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7; }
      .no-touch .partial--tiles .tile .video {
        -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; }
      .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 10px; }
  .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%; }
/*--ReidChanges--*/
  .partial--panel .copy {
    padding: 20px 40px 40px 40px;
    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= 100 );
    opacity:  1 ;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9000;
    background-color:  #fff ; }
  .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:  #222 ;
    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: 1023px) {
  .partial--cart .price {
    font-weight: bold; }
  .partial--cart .right-column {
    border-bottom: 1px solid #f5f5f5; }
  .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 10px; }
  .partial--instagram-feed .item {
    position: relative;
    display: inline-block;
    width: 25%;
    padding: 0 10px 10px 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;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
    .no-touch .partial--instagram-feed .overlay {
      -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; }
    .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: #000000; }
    .partial--instagram-feed .overlay .icon {
      padding-top: 15px;
      position: absolute;
      width: 100%;
      color: #000000; }

/*  3.x - Search
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.partial--search {
    position: relative;
    text-align: left;
    display: inline-block;}
  .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: 3px 0 5px 20px;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    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 {
      background: white;
      border: 1px solid #ddd;
      padding: 10px; }
      .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: #000000;
      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: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 6px;
  color: #000000;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  -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: 10px;
    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: 10px; }
.template--index .product-collection {
  padding: 0 10px 10px; }
  .template--index .product-collection .inner {
    position: relative; }
  .template--index .product-collection .title {
    margin-bottom: 0; }
.template--index .blog-feed {
  padding: 0 10px 10px; }
  .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%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
  .no-touch .template--list-collections .layout__main-content .overlay {
    -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; }
  .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: #000000;
  text-decoration: underline; }
.template--article .layout__main-content section.comments .date {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px; }

/*  4.x - Cart
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media only screen and (min-width: 768px) {
  .template--cart .layout__main-content .wrapper, .template--cart .layout__main-content .panel {
    padding: 50px; } }
.lt-ie9 .template--cart .layout__main-content .wrapper, .lt-ie9 .template--cart .layout__main-content .panel {
  padding: 50px; }
@media only screen and (max-width: 767px) {
  .template--cart .layout__main-content .panel {
    border: 0;
    padding: 50px 0; } }
@media only screen and (max-width: 767px) {
  .template--cart .layout__main-content .order-notes {
    padding: 0 15px; } }
.template--cart .layout__main-content .input--number {
  width: auto;
  border: 0;}
  .template--cart .layout__main-content .input--number input {
    border: 1px solid #000;
  }

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

body .sdd-download-file {
  color: #000000;
  font-size: 14px; }


/* ====================================================================================================================
 * GENERAL RP STYLES
 * ====================================================================================================================*/


.topleft {
position:absolute;top:5px; left: 0;
}

.topright {
position:absolute;top:5px;right:0;
}

.whitebg {
 background-color: #fff !important;
}

.homebox {
position:absolute; bottom:47%; text-transform:uppercase;
}

.homebox2 {
position:absolute;
  transform: translate(0px, -50%);
  top: 50%;
}

.homebox3 {
position:absolute;
  top: 40%;
}

.whitebgtitle {background-color: #fff; }

.burnt {color: #bb350c !important;}

.whitetype {
 color: #fff !important;
}

.whiteborderbottom {
    border-bottom: 10px #fff solid;
}

.whiteborder {
  border-bottom: 10px #fff solid;
border-right: 10px #fff solid;
    border-left: 10px #fff solid;
}

.greyborder {
  border-bottom: 10px #f5f5f5 solid;
border-right: 10px #f5f5f5 solid;
    border-left: 10px #f5f5f5 solid;
}

.darkbg {
 background-color: #000;
}

.bordertop {
 border-top: 1px solid #f5f5f5;
}


.forcefull {
 width: 100% !important;

}

.nopaddingright {
 padding-right: 0px !important;
}

.nopaddingleft {
 padding-left: 0px !important;
}


.reidvideo {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%}

    .reidvideo iframe {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        }

    .reidvideo .overlay {
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        }


.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
}
.no-video .video-container video,
.touch .video-container video {
  display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}
.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}
.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.video-container .filter {
  z-index: 100;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}
.video-container .title-container {
  z-index: 1000;
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  color: #fff;
}
.video-container .description .inner {
  font-size: 1em;
  width: 45%;
  margin: 0 auto;
}
.video-container .link {
  position: absolute;
  bottom: 3em;
  width: 100%;
  text-align: center;
  z-index: 1001;
  font-size: 2em;
  color: #fff;
}
.video-container .link a {
  color: #fff;
}
.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
}
.video-container video.fillWidth {
  width: 100%;
}


/* ====================================================================================================================
 * FOOTER
 * ====================================================================================================================*/


.ledbury-footer .bordersides {border:none!important;}
}

.spacing--noleft {
	padding-left: 0px !important;
}
.spacing--noright {
	padding-right: 0px !important;
}
.spacing--nomarginbottom {
	margin-bottom: 0px;
}

.spacing--noleftmargin {
margin-left: 0px !important;
}

.spacing--4ybottom {

	padding-bottom: 30px;
}

.logo-holder {
 max-width: 200px;
  margin: auto;
}

.allthewaylogo {
 width: 100%;
}

.newbottomnav {
	list-style: none;

}

.uppercase {
	text-transform: uppercase;
}

.borderwhite {
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}
.borderwhiteleft {
	border-left: 5px solid #fff;
}
.borderwhiteright {
	border-right: 5px solid #fff;
}
.borderwhitebottom {
	border-bottom: 5px solid #fff;
}

@media  (min-width:320px) and (max-width: 640px) {

    .partial--instagram-feed .item {
 		 width: calc(0.5* 100%);
	}

   .fw__blocks .width--4.logo-holder {width:100%!important;}

  .logo-holder img{width:110px;height:auto;}
  .logo-holder p {margin-bottom:10px;}

.width--4.spacing--6x.double-list-container {
  display: block;
  padding: 0;
  width: 100%;
}

  .width--4.spacing--6x.footercopywrap {
  margin-top: 30px;
  width: 100%;
    padding:0;
}

  .newsletter.width--4.spacing--6x {
  margin-top: 30px;
  padding: 0;
  width: 100%;
}

  .spacing--4y.margin--6x.spacer.bordertop {
  margin: 0 auto;
  width: 100%;
}


  .spacing--4y.margin--6x.spacer.bordertop {
  margin: 0 auto;
  width: 100%;
}

  .width--4.spacing--6x.copyright {
  padding: 0;
  width: 100%;
    margin-bottom: 20px;
}
  .width--4.spacing--6x.bordersides {
  display: block;
  padding: 0;
  width: 100%;
        margin-bottom: 20px;
}

  .width--4.spacing--6x.roasted {
  display: block;
  padding: 0;
  width: 100%;
}

  .text-align--left.uppercase.condensed.font-size--2.bodycopy.spacing--nomarginbottom {
  text-align: center;
}

  .text-align--right.uppercase.condensed.font-size--2.bodycopy.spacing--nomarginbottom {
  text-align: center;
}

   .ledbury-footer .bordersides {border:none!important;}
}

/* ====================================================================================================================
 * FOOTER
 * ====================================================================================================================*/



.mailchimpwrapper .required.email {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  text-align: left;
  color: #f5f5f5;
font-size: 14px;
}


.mailchimpwrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #f5f5f5;
}
.mailchimpwrapper ::-moz-placeholder { /* Firefox 19+ */
  color: #f5f5f5;
}
.mailchimpwrapper :-ms-input-placeholder { /* IE 10+ */
  color: #f5f5f5;
}
.mailchimpwrapper :-moz-placeholder { /* Firefox 18- */
  color: #f5f5f5;
}



.mailchimpwrapper input {display:inline-block; width:50%; vertical-align:text-top;}

#mc-embedded-subscribe {
  background-color: transparent;
  border: medium none;
  color: #f5f5f5;
  padding: 0 5px;
  text-align: right;
  width:40%;
}
  .mailchimpaarow.fa.fa-arrow-right {
  color: #f5f5f5;
  font-size: 14px;
  position: relative;
  top: 15px;
  display:inline-block;
    width: 2%;
}

.mailchimpwrapper p {color:#f5f5f5; font-weight:600; text-transform: uppercase; font-size: 12px;}

@media screen and (min-width:980px) and (max-width:1279px) {

   .mailchimpwrapper .required.email  {
    display:block;
    width:100%;
    margin-bottom: 0px;
    border-bottom: 1px solid #A3998F;
  }

#mc-embedded-subscribe {
  display: inline-block;
  margin-bottom: 20px;
  text-align: left;
  width: 65px;
}

}


.mailhr {
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  top: -20px;
}

.newbottomnav li a {
  font-weight: 600;
  line-height: 24px;
  font-size: 12px;
  color: #f5f5f5;
}

.fw__blocks.double-list {
  margin-bottom: 44px;
}
@media screen and (max-width:768px) {
  .fw__blocks.double-list {
    margin-bottom: 24px;
  }
}


.newbottomnav.fontlight li a {
  font-weight: 400;
}

 .footercopywrap p.footercopy {
   line-height: 24px;
}

@media screen and (min-width:768px) and (max-width:1280px) {
  .double-list .width--4.spacing--6x {
  margin-right: 0;
  padding-right: 0;
}

  .width--6.spacing--2x.dub-two {
  padding-left: 36px;
}

}

  .width--4.spacing--6x.footercopywrap {
  padding: 0;
}

  .newsletter.width--4.spacing--6x {
  padding-left: 70px;
  padding-right: 70px;
}
  .width--6.spacing--2x.dub-two {
  padding-left: 20px;
}

  .width--6.spacing--2x.dub-one {
  padding-left: 0;
}




@media  (min-width:361px) and (max-width: 768px) {

      .partial--instagram-feed .item {
 		 width: calc(0.25* 100%);
	}


.width--4.spacing--6x.double-list-container {
  width: 100%;
  padding: 0 70px;
}
  .width--4.spacing--6x.footercopywrap {
  margin-top: 30px;
  padding: 0 70px;
  width: 100%;
}
  .newsletter.width--4.spacing--6x {
  padding: 0 70px;
  width: 100%;
}

  .newsletter.width--4.spacing--6x {
  margin-top: 30px;
}

  .width--6.spacing--2x.dub-one {
  padding: 0 70px;
}
  .width--6.spacing--2x.dub-two {
  padding: 0 70px;
}


}

@media  (min-width:320px) and (max-width: 640px) {

    .partial--instagram-feed .item {
 		 width: calc(0.5* 100%);
	}

   .fw__blocks .width--4.logo-holder {width:100%!important;}

  .logo-holder img{width:110px;height:auto;}
  .logo-holder p {margin-bottom:10px;}

.width--4.spacing--6x.double-list-container {
  display: block;
  padding: 0;
  width: 100%;
}

  .width--4.spacing--6x.footercopywrap {
  margin-top: 30px;
  width: 100%;
    padding:0;
}

  .newsletter.width--4.spacing--6x {
  margin-top: 30px;
  padding: 0;
  width: 100%;
}

  .spacing--4y.margin--6x.spacer.bordertop {
  margin: 0 auto;
  width: 100%;
}


  .spacing--4y.margin--6x.spacer.bordertop {
  margin: 0 auto;
  width: 100%;
}

  .width--4.spacing--6x.copyright {
  padding: 0;
  width: 100%;
    margin-bottom: 20px;
}
  .width--4.spacing--6x.bordersides {
  display: block;
  padding: 0;
  width: 100%;
        margin-bottom: 20px;
}

  .width--4.spacing--6x.roasted {
  display: block;
  padding: 0;
  width: 100%;
}

  .text-align--left.uppercase.condensed.font-size--2.bodycopy.spacing--nomarginbottom {
  text-align: center;
}

  .text-align--right.uppercase.condensed.font-size--2.bodycopy.spacing--nomarginbottom {
  text-align: center;
}

   .ledbury-footer .bordersides {border:none!important;}


}

.ledbury-footer {
  background-color: #2b2e34;
  color: #f5f5f5;
  position: relative;
  z-index: 999;
}

.footerlink {
  color: #f5f5f5 !important;
}

  .partial--breadcrumbs {
    font-size: 14px !important;
}

.blacktype {
 color: #000;
}

/* ====================================================================================================================
 * PRODUCT PAGE IMAGES
 * ====================================================================================================================*/

.slider2 ul li {
  list-style: none; }

.slider2 ul {
  list-style: none; }

.slider2 {
  overflow: visible;
  max-width: 100%;
}

.slider2 .flexslider {
  max-width: 1024px;
  margin: 0 auto;
}

.slider2 .flex-viewport {
  overflow: hidden!important;
}

.product-slider ul {
  list-style: none;
  margin-top: 50px; }


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

.collectionimage img {
    width: 100%;
}

.allornothing {
 width: 100%;
}

.margintopnone {
 margin-top: 0px !important;
}

/* ====================================================================================================================
 * DESCRIPTION ACCORD
 * ====================================================================================================================*/


ul.product_accord {list-style:none;margin:0;padding:0;}
  .product_accord h3{cursor:pointer;padding:15px 0;margin:0 0 5px;border-bottom: 1px solid #d9d9d9;font-size:11.5pt;text-transform:uppercase;font-weight:400;color:#666666;letter-spacing:2pt;}
  .product_accord h3 span{float:right;font-size:25px;font-weight:400;transition:transform 0.2s ease;}
  .product_accord section{display:block;font-size:10pt;color:#696969;max-height:0px;transition:max-height 0.2s ease;overflow:hidden;}
  .product_accord li.ON section{max-height:270px;}
  .product_accord li.ON h3 span{transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);}



/* ====================================================================================================================
 * FLEXSLIDER BASE STYLES
 * ====================================================================================================================*/

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/

.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  position: relative;
  zoom: 1;
}

.flexslider li > img {
  width: 100%;
}

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 1024px;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
       -o-transition: all 1s ease;
          transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 800px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 14px;
  height: 40px;
  margin: -30px 0 0;
  position: absolute;
  top: 50%;
  z-index: 2 !important;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  background: url(//cdn.shopify.com/s/files/1/1614/0411/t/26/assets/arrow_left.png?3553872415475997985);
  background-repeat: no-repeat;
  background-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
 /* content: '\f001'; */
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
/*  content: '\f002'; */ }

.flex-direction-nav .flex-prev {
  left: 20px; }

.flex-direction-nav .flex-next {
  background: url(//cdn.shopify.com/s/files/1/1614/0411/t/26/assets/arrow_right.png?3553872415475997985);
  background-repeat: no-repeat;
  background-size: 14px;
  right: 20px;
  text-align: right; }

.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -32px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 6px;
  height: 6px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
       -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
  padding: 10px; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
       -o-transition: all 1s ease;
          transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 0.7; }

.flex-control-thumbs .flex-active {
  opacity: 0.7;
  cursor: default; }


/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

/*-----Power Tools ------*/

.filter-group .selected a {
    font-weight: bold;
}

.filter-group {
    position: relative;
}

.filter-group .filter-clear {
  position: relative;
  padding: 0.45em 1.5em;
  text-decoration: none;
  font: normal 0.7rem 'futura-pt';
  line-height: 1.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
}

.filter-group .collection-container
{
    overflow: hidden;
    position: relative;
}

.filter-group .collection-count
{
    position: absolute;
    right: 0px;
}

.filter-group h4 {
  font-size: 0.7rem;
  line-height: 1.75rem;
  letter-spacing: 0.1em;
  padding: 0.45em 1.5em;
  text-transform: uppercase;
}

.filter-group ul {
  display: block;
  margin: 0;
  padding: 0;
}

.filter-group ul li {
  display: block;
}

.filter-group li a {
    display: inline-block;
    margin-left: 6px;
    text-decoration: none;
    padding: 0;
    font-size: 13px;
    margin-right: 20px;
}

.sort-selector {
    margin: 0 10px;
}

i.check-icon {
    background-image: url(//cdn.shopify.com/s/files/1/1614/0411/t/26/assets/checkbox-black-retina.png?3553872415475997985);
    background-position: 0px -176px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-top: 0px;
    vertical-align: text-top;
    width: 16px;
}

.selected i.check-icon {
    background-position: 0px -144px;
}


@media
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    i.check-icon {
        /* Translate the @2x sprite's dimensions back to 1x */
        background-size: 12px 75px;
        background-position: 0px -22px;
    }

        .selected i.check-icon {
        background-position: 0px 2px;
    }
}

.filter-menu .has_group_selected {
    display: inherit;
}

.filter-menu {
    margin-bottom: 20px;
}


/*-----The ability to update the filter from theme ------*/

.filter-group li.inactive {
  opacity: 0.6;
}














.filter-group .has_selected .active {
  display: none;
}

.filter-group .has_selected .selected {
  display: inherit;
}




.filter-group li a, .filter-group .collection-count {
  color: #222;
  font-size: 12px;
  
}

.filter-group li div {
  line-height: 12px;
}

.filter-group li:hover a {
  color: #333;
}



.filter-group .filter-clear {
  color: #222;
}

.filter-group .filter-clear:hover {
  background-color: #ddd;
  color: #222;
}









.filter-menu .pt-mobile-header {
  
    display: none;
  
}

.filter-menu .pt-mobile-header a {
    font-size: 25px;
    position: relative;
    top: 0;
    text-align: center;
}

.filter-menu .pt-mobile-header span {
    letter-spacing: 1.5px;
    padding-bottom: 8px;
    padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .filter-menu .pt-mobile-header {
    display: block;
    position: relative;
    height: 50px;
  }

  .filter-menu .filter-group h4, .filter-menu .filter-group ul, .filter-menu .filter-group .filter-clear {
    <!-- display:none; -->
  }

  .filter-menu .has_group_selected h4, .filter-menu .has_group_selected ul  {
    display:block;
  }

  .filter-menu .has_group_selected .filter-clear {
    display: inline;
  }

  .filter-menu {
    margin-bottom: 20px;
  }
}

/* This is for a CSS hamburger */
#nav-toggle {
  position: absolute;
  left: 50%;
  top: 5px;
  transform: translate(-40%, 0px);
  -webkit-transform: translate(-40%, 0px);
}

#nav-toggle {
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#nav-toggle span:nth-of-type(2), #nav-toggle span:nth-of-type(1), #nav-toggle span:nth-of-type(3) {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #222;
  position: relative;
  display: block;
  content: '';
  padding: 0;
  margin: 5px 0;
}

#nav-toggle span:nth-of-type(2), #nav-toggle span:nth-of-type(1), #nav-toggle span:nth-of-type(3) {
  transition: all 200ms ease-in-out;
}
#nav-toggle.active span:nth-of-type(2) {
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
}
#nav-toggle.active span:nth-of-type(1), #nav-toggle.active span:nth-of-type(3) {
  top: 0;
}
#nav-toggle.active span:nth-of-type(1) {
  transform: rotate(45deg) translate(7px, 7px);
  -webkit-transform: rotate(45deg) translate(7px, 7px);
}
#nav-toggle.active span:nth-of-type(3) {
  transform: rotate(-45deg) translate(7px, -7px);
  -webkit-transform: rotate(-45deg) translate(7px, -7px);
}

#nav-toggle p {
  display: inline;
  margin-left: 50px;
  font-size: 30px;
  position: relative;
  top: 0px;
  color: #222;
  text-decoration: none;
  
}

#nav-toggle {
  text-decoration: none;
}
.side-filter-menu {
  float: left;
  width: 200px;
}

.main-filter-content {
  float: right;
  width: 80%;
}

@media only screen and (max-width: 1060px) {
  .side-filter-menu {
    width: 25%;
    float:left;
  }

  .main-filter-content {
    width: 75%;
    float:right;
  }
}

@media only screen and (max-width: 767px) {
  .side-filter-menu {
    width: 100%;
    float:left;
  }

  .main-filter-content {
    width: 100%;
    padding: 0;
    float:left;
  }
}

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

.filter-group ul {
  padding-left: 0;
}
.hero-container {
  position: relative;
}
.hero-container .hero {
  width: 100%;
}
.hero-container .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.account-form {
  margin-top: 100px;
  margin-bottom: 100px;
}
.account-form > div {
  max-width: 600px;
}
.account-form input[type="text"],
.account-form input[type="email"],
.account-form input[type="password"] {
  background: #f4f4f4;
}
.account-form-container {
  display: none;
}
.account-form-container.visible {
  display: block;
}
.final-sale {color: #FF0000;}
.price-discount {height: 15px;}

#how-did-you-hear-about-us-other {width: 100%; height: 40px;}
#e-gift-card-value, #gift_card_original_value {opacity: 1 !important;}


@font-face {
  font-family: 'futura-pt';
  src: url('Futura-Dem.eot');
  src: url('Futura-Dem.woff2') format('woff2'),
       url('Futura-Dem.woff') format('woff'),
       url('Futura-Dem.ttf') format('truetype'),
       url('Futura-Dem.svg#Futura-Dem') format('svg'),
       url('Futura-Dem.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'baskerville-urw';
  src: url('Baskerville.eot');
  src: url('Baskerville.woff2') format('woff2'),
       url('Baskerville.woff') format('woff'),
       url('Baskerville.ttf') format('truetype'),
       url('Baskerville.svg#Baskerville') format('svg'),
       url('Baskerville.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'baskerville-italic';
    src: url('Baskerville Italic.eot');
	src: url('Baskerville Italic.eot?#iefix') format('embedded-opentype'),
		url('Baskerville Italic.woff2') format('woff2'),
		url('Baskerville Italic.woff') format('woff'),
		url('Baskerville Italic.svg#Baskerville Italic') format('svg');
    font-style: italic;
}
@font-face {
  font-family:'gotham-black';
  src: url('Gotham-Black.eot');
	src: url('Gotham-Black.eot?#iefix') format('embedded-opentype'),
		url('Gotham-Black.woff2') format('woff2'),
		url('Gotham-Black.woff') format('woff'),
		url('Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: 450;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'gotham-book';
    src: url('Gotham-Book.eot');
	src: url('Gotham-Book.eot?#iefix') format('embedded-opentype'),
		url('Gotham-Book.woff2') format('woff2'),
		url('Gotham-Book.woff') format('woff'),
		url('Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: 325;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

.ledbury-footer .spacing--4y.margin--6x.spacer.bordertop.mobile-bottom-footer {margin: 20px 10px; width: 96%;}
.mobile-heart {
    position: absolute;
    right: 30px;
    font-size: 22px;
    top: 3px;
}
#gift-card-header {text-align: center; margin: 3% auto;}
#gift-card, #gift-card-instructions, #gift-card-actions {
  margin: 3% auto;
  position: relative;
  text-align: center;
}

/* New Styles */

.vertical-align,
.vertical-align-s {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    // IE 9 Fix
    -ms-transform: translate(-50%, 0); // sass-lint:disable-line no-vendor-prefixes
}

.vertical-align-bottom {
  top: 85%;
}

@media only screen and (max-width: 768px) {
  .vertical-align-s {
          position: relative;
          top: 0;
          left: 0;
          transform: translate(0, 0);
  }
}

.collection-header {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.collection-header h1.page-title.font--heading.text-align--center {
  color: #fff;
}

.collection-header-image {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .collection-header, .collection-header h1.page-title.font--heading.text-align--center {
    color: #000;
  }

  .collection-header-image {
    display: none;
  }

  .grid--height-350 {
    min-height: 350px;
  }
}

#back-to-top {
  position: fixed;
  bottom: 60px;
  right: 20px;
  width: 50px;
  height: 50px;
  border: 1px solid #e3e3e3;
  background: #fff;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
  display: none;
  transition: all .2s ease;
}

#back-to-top:hover {
  background-color: #888888;
  border-color: #888888;
}

#back-to-top:hover svg .cls-1 {
  stroke: #fff;
}

.video-page-module {
  position: relative;
}

.video-page-module video {
  width: 100%;
  height: auto;
}

.video-wrapper, .video-sizer {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.video-wrapper {
  background: #f5f5f5;
  padding-top: 14%;
}

.video-wrapper > video, .video-sizer > video {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls, .video-sizer > video.has-media-controls-hidden::-webkit-media-controls {
  display: none;
}

.video-overlay-play-button {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px calc(50% - 50px);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.95;
  cursor: pointer;
  transition: opacity 150ms;
}

.video-overlay-play-button:hover {
  opacity: 1;
}

.video-overlay-play-button.is-hidden {
  display: none;
}

.final-sale-copy {
  margin-bottom: 20px;
}

.final-sale-copy span {
  display: block;
  text-transform: uppercase;
  font-family: "futura-pt";
  color: #FF0000;
}

.sumome-tab-container .cls-1 {
  fill: #073B62;
  stroke: #073B62;
}