/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/*! normalize.css v1.1.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }

audio:not([controls]) { display: none; height: 0; }

[hidden] { display: none; }

/*! normalize.css v1.1.0 | Base | MIT License | git.io/normalize */
html { font-size: 100%; font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; }

body { margin: 0; }

/*! normalize.css v1.1.0 | Links | MIT License | git.io/normalize */
a:focus { outline: thin dotted; }

a:active, a:hover { outline: 0; }

/*! normalize.css v1.1.0 | Typography | MIT License | git.io/normalize */
h1 { font-size: 2em; margin: 0.67em 0; }

h2 { font-size: 1.5em; margin: 0.83em 0; }

h3 { font-size: 1.17em; margin: 1em 0; }

h4 { font-size: 1em; margin: 1.33em 0; }

h5 { font-size: 0.83em; margin: 1.67em 0; }

h6 { font-size: 0.67em; margin: 2.33em 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

mark { background: #ff0; color: #000; }

p, pre { margin: 1em 0; }

code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: "\201C" "\201D" "\2018" "\2019"; }

q { quotes: none; }

q:before, q:after { content: ''; content: none; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

dl, menu, ol, ul { margin: 1em 0; }

dd { margin: 0 0 0 40px; }

menu, ol, ul { padding: 0 0 0 40px; }

nav ul, nav ol { list-style: none; list-style-image: none; }

/*! normalize.css v1.1.0 | Embedded Content | MIT License | git.io/normalize */
img { border: 0; -ms-interpolation-mode: bicubic; }

svg:not(:root) { overflow: hidden; }

/*! normalize.css v1.1.0 | Figures | MIT License | git.io/normalize */
figure { margin: 0; }

/*! normalize.css v1.1.0 | Forms | MIT License | git.io/normalize */
form { margin: 0; }

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px; }

button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

button, input { line-height: normal; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible; }

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

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; }

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

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

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

/*! normalize.css v1.1.0 | Tables | MIT License | git.io/normalize */
table { border-collapse: collapse; border-spacing: 0; }

/* Sass */
/* User Settings
------------------------- */
/* General */
/* Fonts */
/* Section specific
------------------------- */
/* Home: contrast style */
/* Home: hero */
/* Home: slideshow and hero */
/* Header */
/* Navigation (header) */
/* Footer */
/** For modern browsers 1. The space content is one way to avoid an Opera bug when the contenteditable attribute is included anywhere else in the document. Otherwise it causes space to appear at the top and bottom of elements that are clearfixed. 2. The use of `table` rather than `block` is only necessary if using `:before` to contain the top-margins of child elements. */
.clearfix:before, .rte:before, .main-header:before, .cart-tools:before, .cart-additional-checkout-buttons:before, .clearfix:after, .rte:after, .main-header:after, .cart-tools:after, .cart-additional-checkout-buttons:after { content: " "; /* 1 */ display: table; /* 2 */ }

.clearfix:after, .rte:after, .main-header:after, .cart-tools:after, .cart-additional-checkout-buttons:after { clear: both; }

/** For IE 6/7 only Include this rule to trigger hasLayout and contain floats. */
.clearfix, .rte, .main-header, .cart-tools, .cart-additional-checkout-buttons { *zoom: 1; }

/* Layout + Typhography */
/* apply a natural box layout model to all elements */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

body { background:  #ffffff ; background-image: ; }
body.drawer-visible { overflow: hidden; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { body { background-image: ; background-size: px px ; } }

.main-content { max-width: 1020px; padding: 80px 30px 0; margin: 0 auto; -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -moz-transition: -moz-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: -o-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
@media (max-width: 720px) { .main-content { padding-top: 60px; } }
.showing-drawer .main-content { -webkit-transform: translateX(-260px); -moz-transform: translateX(-260px); -ms-transform: translateX(-260px); -o-transform: translateX(-260px); transform: translateX(-260px); }
.no-touch .sticky-header ~ .main-content { padding-top: 200px; }
@media (max-width: 720px) { .no-touch .sticky-header ~ .main-content { padding-top: 60px; } }

.page-title { margin: 0 0 90px; text-align: center; }
.page-title a { color:  #000000 ; }
.page-title a:hover { color:  #000000 ; }

.rte .tabs { display: block; width: 100%; height: 42px; border-bottom: 1px solid  #000000 ; list-style: none; padding: 0; margin: 30px 0 0; white-space: nowrap; }
.rte .tabs li { display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; height: 41px; font-size: 14px; line-height: 42px; padding: 0 16px; margin: 0; border: 1px solid transparent; border-bottom: none; cursor: pointer; }
.rte .tabs li:hover { font-weight: bold; }
.rte .tabs li.active { border-color:  #000000 ; height: 42px; border-radius: 2px 2px 0 0; font-weight: bold; }

.rte .tabs-content { display: block; width: 100%; height: auto; position: relative; list-style: none; padding: 0; margin: 0 0 30px; overflow: hidden; }
.rte .tabs-content > li { display: none; margin: 30px 0 20px; }
.rte .tabs-content > li.active { display: block; }

/* Icons
-------------------------------- */
@font-face { font-family: 'Single Product Webicons Regular'; src: url('//cdn.shopify.com/s/files/1/0151/3229/t/5/assets/singleproductwebicons-regular.eot?3784254283345242553'); src: url('//cdn.shopify.com/s/files/1/0151/3229/t/5/assets/singleproductwebicons-regular.eot?%23iefix&3784254283345242553') format("embedded-opentype"), url('//cdn.shopify.com/s/files/1/0151/3229/t/5/assets/singleproductwebicons-regular.woff?3784254283345242553') format("woff"), url('//cdn.shopify.com/s/files/1/0151/3229/t/5/assets/singleproductwebicons-regular.ttf?3784254283345242553') format("truetype"), url('//cdn.shopify.com/s/files/1/0151/3229/t/5/assets/singleproductwebicons-regular.svg%23singleproduct_web_iconsregular?3784254283345242553') format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'social-icons'; src: url('//cdn.shopify.com/s/files/1/0151/3229/t/5/assets/socicon-webfont.eot?3784254283345242553'); src: url('//cdn.shopify.com/s/files/1/0151/3229/t/5/assets/socicon-webfont.eot?%23iefix&3784254283345242553') format("embedded-opentype"), url('//cdn.shopify.com/s/files/1/0151/3229/t/5/assets/socicon-webfont.woff?3784254283345242553') format("woff"), url('//cdn.shopify.com/s/files/1/0151/3229/t/5/assets/socicon-webfont.ttf?3784254283345242553') format("truetype"), url('//cdn.shopify.com/s/files/1/0151/3229/t/5/assets/socicon-webfont.svg%23sociconregular?3784254283345242553') format("svg"); font-weight: normal; font-style: normal; }

/* General
-------------------------------- */
body { font-family:  'Open Sans', sans-serif ; color:  #434141 ; font-size: 16px; line-height: 1.625; -webkit-font-smoothing: ; -webkit-font-smoothing: ; -webkit-font-smoothing:  antialiased ; -webkit-font-smoothing: ; }

.icon { font-family: 'Single Product Webicons Regular'; font-size: 16px; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; }

/* Links */
a { color:  #ffffff ; text-decoration: none; -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
a:hover { color:  #a3a0a0 ; }

/* Headers */
h1, h2, h3, h4, h5, h6 { line-height: 1.25; font-family:  Oswald, sans-serif ; font-weight:  700 ; color:  #000000 ; margin-top: 30px; -webkit-font-smoothing: initial; -webkit-font-smoothing: ; -webkit-font-smoothing: ; -webkit-font-smoothing: ; -webkit-font-smoothing: ; letter-spacing:   0.1em   ; text-transform:   uppercase   ; }

h1 { font-size: 40px; margin-bottom: 20px; font-size:   36px   ; }

h2 { font-size: 32px; margin-bottom: 19px; font-size:   28px   ; }

h3 { font-size: 24px; margin-bottom: 18px; font-size:   20px   ; }

h4 { font-size: 20px; margin-bottom: 18px; font-size:   16px   ; }

h5 { font-size: 16px; margin-bottom: 10px; font-size:   12px   ; }

h6 { font-size: 16px; margin-bottom: 10px; font-size:   12px   ; }

.section-title, footer h4 { color:  #000000 ; font-family:  Oswald, sans-serif ; font-weight:  700 ; font-size: 20px; margin-top: 0; text-align: center; -webkit-font-smoothing: initial; -webkit-font-smoothing: ; -webkit-font-smoothing: ; -webkit-font-smoothing: ; -webkit-font-smoothing: ; font-size:   17px   ; letter-spacing:   0.1em   ; text-transform:   uppercase   ; }

.meta { color:  #545353 ; font-family:  Oswald, sans-serif ; font-weight:  400 ; font-size: 14px; -webkit-font-smoothing: initial; -webkit-font-smoothing: ; -webkit-font-smoothing: ; -webkit-font-smoothing: ; -webkit-font-smoothing: ; font-size:   12px   ; letter-spacing:   0.1em   ; text-transform:   uppercase   ; }

/* Basic text */
img { max-width: 100%; }

ul, ol, dl { padding: 0; margin: 23px 0; }

ul { list-style: outside none; }

ol { list-style: outside decimal; }

li { margin: 12px 0; }

hr { height: 2px; background:  #000000 ; border: none; }

/* Tables */
table { background: transparent; color:  #434141 ; border: 1px solid  #000000 ; border-top: none; font-size: 14px; border-radius: 5px; border-collapse: separate; margin: 30px 0; }
table.clean { border: none; border-radius: 0; font-size: 16px; }
table .column-title { display: none; }

tr:first-child td:first-child, tr:first-child th:first-child { border-top-left-radius: 5px; }
thead ~ tbody tr:first-child td:first-child, thead ~ tbody tr:first-child th:first-child { border-radius: 0; }

tr:first-child td:last-child { border-top-right-radius: 5px; }
thead ~ tbody tr:first-child td:last-child { border-radius: 0; }

tr:last-child td:first-child, tr:last-child th:first-child { border-bottom-left-radius: 5px; }

tr:last-child td:last-child { border-bottom-right-radius: 5px; }

thead th:first-child { border-top-left-radius: 5px; }

thead th:last-child { border-top-right-radius: 5px; }

thead { background:  #d1c6c6 ; }
.clean thead { background: none; }

th { background:  #d1c6c6 ; color:  #575454 ; font-weight: bold; }
.clean th { background: none; color:  #000000 ; }

tr td, tr th { border-top: 1px solid  #000000 ; padding: 20px; }
.clean tr td, .clean tr th { border: none; }

tr td { border-left: 1px solid  #000000 ; }
tr td:first-child { border-left: none; }

table.mobile-layout { border-bottom: none; }
table.mobile-layout .column-title { font-weight: 700; width: 114px; padding-right: 23px; display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; }
table.mobile-layout thead { display: none; }
table.mobile-layout tr td { width: 100%; display: block; text-align: left; border-top: 1px solid  #000000  !important; border-left: none; /* < IE 10 fix */ float: left; clear: left; }
table.mobile-layout tr:first-child td:first-child { border-radius: 5px 5px 0 0 !important; }
table.mobile-layout td:last-child { border-bottom: none; }
table.mobile-layout tr:last-child td:last-child { border-bottom: 1px solid  #000000  !important; border-radius: 0 0 5px 5px !important; }
table.mobile-layout tr:nth-child(even) td { background:  #aba9a9 ; }

/* Buttons */
.button, .submit, button, input[type="submit"], input[type="button"] { background:  #ffffff ; font-family:  Oswald, sans-serif ; font-weight:  400 ; color:  #070606 ; -webkit-appearance: none; padding: 0 30px; font-size: 16px; border-radius: 5px; height: 50px; line-height: 50px; display: inline-block; cursor: pointer; border: none; font-size:   14px   ; letter-spacing:   0.1em   ; text-transform:   uppercase   ; }
.button:hover, .submit:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { background:  #a3a0a0 ; color:  #070606 ; }
.button.secondary, .submit.secondary, button.secondary, input[type="submit"].secondary, input[type="button"].secondary { background:  #a3a3a3 ; color:  #e0dfdf ; }
.button.secondary:hover, .submit.secondary:hover, button.secondary:hover, input[type="submit"].secondary:hover, input[type="button"].secondary:hover { background:  #938f8f ; color:  #e0dfdf ; }
.button.disabled, .submit.disabled, button.disabled, input[type="submit"].disabled, input[type="button"].disabled { background:  #9e9c9c ; color:  #1f1f1f ; }

/* Forms & buttons */
form { font-size: 14px; }

label { font-size: 16px; }
.inline-input-wrapper label { font-weight: normal; font-size: 14px; margin-left: 5px; display: inline-block; vertical-align: middle; }

.input-wrapper { margin: 30px 0; }

.inline-input-wrapper { margin: 10px 0; }

input, textarea { border-radius: 0; }
label ~ input, label ~ textarea { margin-top: 10px; }
input:focus, textarea:focus { outline: none; }

input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="telephone"], input[type="tel"], input[type="number"], textarea { -webkit-appearance: none; border: 1px solid  #000000 ; color:  #434141 ; display: block; width: 100%; border-radius: 5px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="telephone"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:  #434141 ; opacity: 0.7; }
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="telephone"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="number"]:-moz-placeholder, textarea:-moz-placeholder { color:  #434141 ; opacity: 0.7; }
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="telephone"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="number"]::-moz-placeholder, textarea::-moz-placeholder { color:  #434141 ; opacity: 0.7; }
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="telephone"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, textarea:-ms-input-placeholder { color:  #434141 ; opacity: 0.7; }
input[type="text"].error, input[type="email"].error, input[type="password"].error, input[type="search"].error, input[type="telephone"].error, input[type="tel"].error, input[type="number"].error, textarea.error { color:  #b84949 ; border: 1px solid  #b84949 ; }
input[type="text"].error::-webkit-input-placeholder, input[type="email"].error::-webkit-input-placeholder, input[type="password"].error::-webkit-input-placeholder, input[type="search"].error::-webkit-input-placeholder, input[type="telephone"].error::-webkit-input-placeholder, input[type="tel"].error::-webkit-input-placeholder, input[type="number"].error::-webkit-input-placeholder, textarea.error::-webkit-input-placeholder { color:  #b84949 ; opacity: 0.7; }
input[type="text"].error:-moz-placeholder, input[type="email"].error:-moz-placeholder, input[type="password"].error:-moz-placeholder, input[type="search"].error:-moz-placeholder, input[type="telephone"].error:-moz-placeholder, input[type="tel"].error:-moz-placeholder, input[type="number"].error:-moz-placeholder, textarea.error:-moz-placeholder { color:  #b84949 ; opacity: 0.7; }
input[type="text"].error::-moz-placeholder, input[type="email"].error::-moz-placeholder, input[type="password"].error::-moz-placeholder, input[type="search"].error::-moz-placeholder, input[type="telephone"].error::-moz-placeholder, input[type="tel"].error::-moz-placeholder, input[type="number"].error::-moz-placeholder, textarea.error::-moz-placeholder { color:  #b84949 ; opacity: 0.7; }
input[type="text"].error:-ms-input-placeholder, input[type="email"].error:-ms-input-placeholder, input[type="password"].error:-ms-input-placeholder, input[type="search"].error:-ms-input-placeholder, input[type="telephone"].error:-ms-input-placeholder, input[type="tel"].error:-ms-input-placeholder, input[type="number"].error:-ms-input-placeholder, textarea.error:-ms-input-placeholder { color:  #b84949 ; opacity: 0.7; }

.error-message, .errors { color:  #b84949 ; }

input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="telephone"], input[type="tel"], input[type="number"] { height: 50px; padding: 15px; }
.lt-ie9 input[type="text"], .lt-ie9 input[type="email"], .lt-ie9 input[type="password"], .lt-ie9 input[type="search"], .lt-ie9 input[type="telephone"], .lt-ie9 input[type="tel"], .lt-ie9 input[type="number"] { padding: 0 15px; line-height: 50px; }

.lt-ie9 input[type="password"] { font-family: Arial, sans-serif; }

textarea { padding: 15px; max-width: 100%; }

input[type=submit] { cursor: pointer; }

.select-wrapper { background-color:  #ececec ; cursor: pointer; border-radius: 5px; border: 1px solid  #1a1a1a ; color:  #5a5959 ; height: 50px; line-height: 50px; padding: 0 45px 0 15px; position: relative; text-align: left; width: 100%; font-size: 14px; margin: 30px 0; }
.select-wrapper:after { color:  #5a5959 ; content: "\E010"; margin-top: -8px; position: absolute; right: 15px; top: 50%; z-index: 1; font-family: 'Single Product Webicons Regular'; font-size: 16px; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; }
.select-wrapper select { color: black; opacity: 0; filter: alpha(opacity=0); /* IE8 */ position: absolute; top: 0; right: 0; bottom: 0; left: 0; cursor: pointer; z-index: 2; width: 100%; /* needed for Firefox */ height: 100%; /* needed for IE */ -webkit-appearance: none; }

/* iframes and embeds */
iframe { border: none; }

/* RTE areas */
.rte { -ms-word-break: break-word; word-break: break-word; }
.rte > *:first-child { margin-top: 0; }
.rte > *:last-child { margin-bottom: 0; }
.rte p, .rte ul, .rte ol, .rte dl, .rte blockquote, .rte table, .rte pre, .rte form, .rte div, .rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 { margin-left: auto; margin-right: auto; max-width: 640px; }
.rte p.highlight, .rte ul.highlight, .rte ol.highlight, .rte dl.highlight, .rte blockquote.highlight, .rte table.highlight, .rte pre.highlight, .rte form.highlight, .rte div.highlight, .rte h1.highlight, .rte h2.highlight, .rte h3.highlight, .rte h4.highlight, .rte h5.highlight, .rte h6.highlight { max-width: 100%; }
.rte ul { list-style: disc; }
.rte ul, .rte ol, .rte dl { padding-left: 30px; }
.rte blockquote { font-size: 20px; }
.rte blockquote > *:first-child { margin-top: 0; }
.rte blockquote > *:last-child { margin-bottom: 0; }
.rte blockquote.highlight { color:  #000000 ; font-family:  Oswald, sans-serif ; font-size: 24px; -webkit-font-smoothing: initial; -webkit-font-smoothing: ; -webkit-font-smoothing: ; -webkit-font-smoothing: ; -webkit-font-smoothing: ; }
.rte cite { font-style: normal; font-size: 16px; color:  #545353 ; }

.fluid-width-video-wrapper { width: 100%; position: relative; padding: 0; margin: 30px 0; }
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Snippets */
.main-header-wrapper { background:  #ffffff ; -webkit-transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); -moz-transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.template-index .main-header-wrapper:not(.sticky-header) { z-index: 10; position: relative; }
.main-header-wrapper.full-bleed-slideshow { box-shadow: none; }
.lt-ie9 .main-header-wrapper.full-bleed-slideshow { background: none; }
@media (min-width: 721px) { .main-header-wrapper.full-bleed-slideshow { background: none; }
  .main-header-wrapper.full-bleed-slideshow:not(.sticky-header) { left: 0; right: 0; z-index: 6; position: absolute; } }

.main-header { margin: 0 auto; padding: 0 30px; height: 120px; max-width: 1200px; position: relative; z-index: 3; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -moz-transition: -moz-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: -o-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.show-border .main-header { border-bottom: 1px solid  #000000 ; }
.no-touch .sticky-header .main-header { border: none !important; }
.showing-drawer .main-header { -webkit-transform: translateX(-260px); -moz-transform: translateX(-260px); -ms-transform: translateX(-260px); -o-transform: translateX(-260px); transform: translateX(-260px); }
.collapsed-navigation .main-header { overflow: hidden; }
.no-border .main-header { border: none; }
@media (min-width: 721px) { .full-bleed-slideshow .main-header { background: none; border: none; } }
@media (max-width: 720px) { .main-header { height: auto; text-align: center; padding: 30px; } }

.no-touch .sticky-header { position: fixed; z-index: 99; right: 0; left: 0; top: 0; width: 100%; border-bottom: 1px solid  #000000 ; }
.touch .no-touch .sticky-header { position: static; }
@media (max-width: 720px) { .no-touch .sticky-header { position: relative; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } }

.no-touch .template-index .full-bleed-slideshow.sticky-header { border: none; }

.branding { float: left; }
@media (max-width: 720px) { .branding { float: none; } }
.branding h1 { font-family:  Oswald, sans-serif ; font-weight:  700 ; font-size: 28px; line-height: 120px; margin: 0; -webkit-font-smoothing: initial; -webkit-font-smoothing: ; -webkit-font-smoothing: ; -webkit-font-smoothing: ; -webkit-font-smoothing: ; font-size:   20px   ; letter-spacing:   0.1em   ; text-transform:   uppercase   ; }
@media (max-width: 720px) { .branding h1 { line-height: 1.2; } }
.branding a { color:  #ffffff ; }
@media (min-width: 721px) { .header-bleed-light-colors .branding a { color: #fff; }
  .header-bleed-dark-colors .branding a { color: #000; } }

a.logo { display: block; height: 120px; position: relative; }
a.logo img { max-height: 100px; position: relative; top: 50%; margin: 0 auto; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.logo-regular { display: block; }
.full-bleed-slideshow .logo-regular { display: none; }
@media (max-width: 720px) { .full-bleed-slideshow .logo-regular { display: block; } }

.logo-regular-bleed { display: none; }
.full-bleed-slideshow .logo-regular-bleed { display: block; }
@media (max-width: 720px) { .full-bleed-slideshow .logo-regular-bleed { display: none; } }

.logo-retina { display: none; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .has-retina .logo-regular, .has-retina .logo-regular-bleed { display: none; }
  .has-retina .logo-retina { display: block; height:  300pxpx ; }
  .full-bleed-slideshow .has-retina .logo-retina { display: none; }
  .has-retina .logo-retina-bleed { display: none; }
  .full-bleed-slideshow .has-retina .logo-retina-bleed { display: block; } }
@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 720px), (min-resolution: 192dpi) and (max-width: 720px) { .full-bleed-slideshow .has-retina .logo-retina { display: block; } }
@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 720px), (min-resolution: 192dpi) and (max-width: 720px) { .full-bleed-slideshow .has-retina .logo-retina-bleed { display: none; } }

.header-search-form { width: 300px; position: absolute; bottom: 100%; right: 30px; z-index: 99; background:  #fffdfd ; color:  #050505 ; padding: 0 15px; line-height: 36px; -webkit-transform: translateZ(0); -webkit-backface-visibility: hidden; -webkit-perspective: 1000; -webkit-transform: translate3d(0, 0, 0); -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
@media (min-width: 721px) { .header-bleed-light-colors .header-search-form { color: #fff; background: none; }
  .header-bleed-dark-colors .header-search-form { color: #000; background: none; } }
.header-search-form.active { bottom: 40px; }
.header-search-form:before { font-family: 'Single Product Webicons Regular'; font-size: 32px; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; content: '\E003'; color:  #050505 ; }
@media (min-width: 721px) { .header-bleed-light-colors .header-search-form:before { color: #fff; }
  .header-bleed-dark-colors .header-search-form:before { color: #000; } }

input.header-search-input { display: inline-block; vertical-align: top; width: auto; margin-left: 10px; background: none; border: none; border-radius: 0; padding: 0; height: 42px; color:  #9a9795 ; -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.lt-ie9 input.header-search-input { line-height: 42px; }
@media (min-width: 721px) { .header-bleed-light-colors input.header-search-input { color: #fff; }
  .header-bleed-dark-colors input.header-search-input { color: #000; } }
input.header-search-input::-webkit-input-placeholder { color:  #9a9795 ; opacity: 0.7; }
@media (min-width: 721px) { .header-bleed-light-colors input.header-search-input::-webkit-input-placeholder { color: #fff; opacity: 0.7; }
  .header-bleed-dark-colors input.header-search-input::-webkit-input-placeholder { color: #000; opacity: 0.7; } }
input.header-search-input:-moz-placeholder { color:  #9a9795 ; opacity: 0.7; }
@media (min-width: 721px) { .header-bleed-light-colors input.header-search-input:-moz-placeholder { color: #fff; opacity: 0.7; }
  .header-bleed-dark-colors input.header-search-input:-moz-placeholder { color: #000; opacity: 0.7; } }
input.header-search-input::-moz-placeholder { color:  #9a9795 ; opacity: 0.7; }
@media (min-width: 721px) { .header-bleed-light-colors input.header-search-input::-moz-placeholder { color: #fff; opacity: 0.7; }
  .header-bleed-dark-colors input.header-search-input::-moz-placeholder { color: #000; opacity: 0.7; } }
input.header-search-input:-ms-input-placeholder { color:  #9a9795 ; opacity: 0.7; }
@media (min-width: 721px) { .header-bleed-light-colors input.header-search-input:-ms-input-placeholder { color: #fff; opacity: 0.7; }
  .header-bleed-dark-colors input.header-search-input:-ms-input-placeholder { color: #000; opacity: 0.7; } }

.header-tools { float: right; -webkit-transform: translateZ(0); -webkit-backface-visibility: hidden; -webkit-perspective: 1000; -webkit-transform: translate3d(0, 0, 0); -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.header-search-form.active + .header-tools { opacity: 0; }
.lt-ie9 .header-search-form.active + .header-tools { visibility: hidden; }
@media (max-width: 720px) { .header-tools { float: none; margin-top: 15px; } }

.header-tools .navigation { display: inline-block; padding: 0 30px 0 0; text-align: left; position: relative; }
.collapsed-navigation .header-tools .navigation { display: none; }
@media (max-width: 720px) { .header-tools .navigation { display: none; } }
.header-tools .navigation ul { margin: 0; padding: 0; }
.header-tools .navigation li { display: inline; position: relative; padding-bottom: 20px; line-height: 120px; }
.header-tools .navigation a { color:  #b5b3b3 ; padding: 13px 20px; }
@media (min-width: 721px) { .header-bleed-light-colors .header-tools .navigation a { color: #fff; }
  .header-bleed-dark-colors .header-tools .navigation a { color: #000; } }
.header-tools .navigation a:hover { color:  #050505 ; }
@media (min-width: 721px) { .header-bleed-light-colors .header-tools .navigation a:hover { color: #fff; }
  .header-bleed-dark-colors .header-tools .navigation a:hover { color: #000; } }
.no-touch .header-tools .navigation li:hover ul { display: block; }
.touch .header-tools .navigation li.open ul { display: block; }
.header-tools .navigation ul ul { display: none; position: absolute; width: 160px; left: -80px; margin-left: 50%; text-align: center; font-size: 14px; border-radius: 5px; top: 100%; }
.header-tools .navigation ul ul:before, .header-tools .navigation ul ul:after { bottom: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); }
.header-tools .navigation ul ul:before { border-bottom-color:  #ffffff ; border-width: 8px; margin-left: -8px; }
@media (min-width: 721px) { .header-bleed-light-colors .header-tools .navigation ul ul:before { border-bottom-color: #fff; }
  .header-bleed-dark-colors .header-tools .navigation ul ul:before { border-bottom-color: #000; } }
.header-tools .navigation ul ul:after { border-bottom-color:  #ffffff ; border-width: 7px; margin-left: -7px; }
@media (min-width: 721px) { .header-bleed-light-colors .header-tools .navigation ul ul:after { border-bottom-color: #fff; }
  .header-bleed-dark-colors .header-tools .navigation ul ul:after { border-bottom-color: #000; } }
.header-tools .navigation ul ul { background:  #ffffff ; border: 1px solid  #ffffff ; padding: 13px 0; }
@media (min-width: 721px) { .header-bleed-light-colors .header-tools .navigation ul ul { background: #fff; border: 1px solid #fff; }
  .header-bleed-dark-colors .header-tools .navigation ul ul { background: #000; border: 1px solid #000; } }
.header-tools .navigation ul ul li { display: block; padding-bottom: 0; line-height: 1.5; margin: 5px 0; }
.header-tools .navigation ul ul a { color:  #302e2e ; display: block; padding: 10px; }
@media (min-width: 721px) { .header-bleed-light-colors .header-tools .navigation ul ul a { color: #000; }
  .header-bleed-dark-colors .header-tools .navigation ul ul a { color: #fff; } }
.header-tools .navigation ul ul a:hover { color:  #a09f9f ; }
@media (min-width: 721px) { .header-bleed-light-colors .header-tools .navigation ul ul a:hover { color: #000; }
  .header-bleed-dark-colors .header-tools .navigation ul ul a:hover { color: #fff; } }

.header-drawer .navigation ul { margin: 0; }
.header-drawer .navigation li { margin: 30px 0; }
.header-drawer .navigation a { color:  #070606 ; }
.header-drawer .navigation a:hover { opacity: 0.9; }
.header-drawer .navigation ul ul { display: none; border-top: 1px solid; border-bottom: 1px solid; margin: 30px 0; padding: 15px 0; }
.header-drawer .navigation ul ul li { margin: 0; }
.header-drawer .navigation ul ul a { display: block; font-size: 14px; padding: 12px 0; }
.header-drawer .navigation .has-dropdown { position: relative; cursor: pointer; }
.header-drawer .navigation .has-dropdown:after { content: '\E006'; color:  #070606 ; font-family: 'Single Product Webicons Regular'; font-size: 8px; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; font-weight: 700; position: absolute; right: 0; top: 8px; }
.header-drawer .navigation .has-dropdown.open:after { content: '\E005'; }
.header-drawer .navigation .has-dropdown.open ul { display: block; }

.header-actions { display: inline-block; text-align: left; line-height: 120px; position: relative; }
@media (max-width: 720px) { .header-actions { display: block; text-align: center; line-height: 1; } }
.header-actions a, .header-actions span { color:  #050505 ; cursor: pointer; padding: 0 15px; -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -moz-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); font-family: 'Single Product Webicons Regular'; font-size: 32px; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; }
@media (min-width: 721px) { .header-bleed-light-colors .header-actions a, .header-bleed-light-colors .header-actions span { color: #fff; }
  .header-bleed-dark-colors .header-actions a, .header-bleed-dark-colors .header-actions span { color: #000; } }
.header-actions a:hover, .header-actions span:hover { color:  #5c5757 ; }
@media (min-width: 721px) { .header-bleed-light-colors .header-actions a:hover, .header-bleed-light-colors .header-actions span:hover { color: #fff; }
  .header-bleed-dark-colors .header-actions a:hover, .header-bleed-dark-colors .header-actions span:hover { color: #000; } }

.header-actions .select-wrapper { width: auto; display: inline-block; border: none; line-height: 120px; height: auto; background: none; font-size: 16px; padding-right: 32px; font-weight: bold; margin: 0; }
.header-actions .select-wrapper:after, .header-actions .select-wrapper { color:  #050505 ; }
.header-actions .select-wrapper:hover:after, .header-actions .select-wrapper:hover { color:  #5c5757 ; }
@media (min-width: 721px) { .header-bleed-light-colors .header-actions .select-wrapper, .header-bleed-light-colors .header-actions .select-wrapper:after, .header-bleed-light-colors .header-actions .select-wrapper:hover, .header-bleed-light-colors .header-actions .select-wrapper:hover:after { color: #fff; }
  .header-bleed-dark-colors .header-actions .select-wrapper, .header-bleed-dark-colors .header-actions .select-wrapper:after, .header-bleed-dark-colors .header-actions .select-wrapper:hover, .header-bleed-dark-colors .header-actions .select-wrapper:hover:after { color: #000; } }

.header-actions .selected-currency { line-height: 1; }

.header-actions .drawer-toggle { display: none; position: relative; top: 2px; border-bottom: 10px double  #050505 ; border-top: 3px solid  #050505 ; content: ""; height: 17px; width: 23px; padding: 0; margin: 0 15px; }
.header-actions .drawer-toggle.lt-ie9 { height: 16px; }
.header-actions .drawer-toggle:hover { border-color:  #5c5757 ; }
.showing-drawer .header-actions .drawer-toggle { border-color:  #5c5757 ; }
.collapsed-navigation .header-actions .drawer-toggle { display: inline-block; }
@media (max-width: 720px) { .header-actions .drawer-toggle { display: inline-block; } }
@media (min-width: 721px) { .header-bleed-light-colors .header-actions .drawer-toggle { border-color: #fff; }
  .header-bleed-dark-colors .header-actions .drawer-toggle { border-color: #000; } }

.header-search-toggle { position: relative; top: 2px; }

.account-link { position: relative; top: 2px; }
.collapsed-navigation .account-link { display: none; }
@media (max-width: 720px) { .account-link { display: none; } }

.cart-link { position: relative; }
.cart-link .cart-count { position: absolute; z-index: 10; top: 19px; right: 0; bottom: 3px; left: 0; color:  #ffffff  !important; font-weight: 700; text-align: center; font-size: 14px; font-family: Helvetica, Arial, sans-serif; }
.ie9 .cart-link .cart-count, html[data-useragent*='MSIE 10.0'] .cart-link .cart-count { top: 20px; }
@media (min-width: 721px) { .header-bleed-light-colors .cart-link .cart-count { color: black !important; }
  .header-bleed-dark-colors .cart-link .cart-count { color: white !important; } }

@-moz-document url-prefix() { .cart-link .cart-count { top: 20px; } }

.header-drawer { position: fixed; right: -260px; top: 0; height: 100%; width: 260px; background:  #ffffff ; padding: 0 30px 30px 30px; text-align: center; z-index: 100; -webkit-transform: translateZ(0); -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -moz-transition: -moz-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: -o-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -webkit-backface-visibility: hidden; }
.ie9 .header-drawer { width: 277px; right: -277px; }
.showing-drawer .header-drawer { -webkit-transform: translateX(-260px); -moz-transform: translateX(-260px); -ms-transform: translateX(-260px); -o-transform: translateX(-260px); transform: translateX(-260px); overflow-y: scroll; /* has to be scroll, not auto */ -webkit-overflow-scrolling: touch; }
.ie9 .showing-drawer .header-drawer { -ms-transform: translateX(-277px); }
.lt-ie9 .showing-drawer .header-drawer { right: 0; }
.header-drawer h1 { font-family:  Oswald, sans-serif ; font-weight:  700 ; font-size: 20px; margin: 0; height: 120px; border-bottom: 1px solid; margin-bottom: 30px; padding-bottom: 30px; position: relative; -webkit-font-smoothing: initial; -webkit-font-smoothing: ; -webkit-font-smoothing: ; -webkit-font-smoothing: ; -webkit-font-smoothing: ; font-size:   16px   ; letter-spacing:   0.1em   ; text-transform:   uppercase   ; }
.header-drawer h1 a { color:  #070606 ; position: absolute; top: 50%; left: 0; width: 100%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.header-drawer .drawer-toggle { position: absolute; top: 0; right: 0; padding: 15px; color:  #070606 ; cursor: pointer; }

.drawer-account-link { display: inline-block; margin-top: 30px; padding: 10px; border-radius: 5px; border: 1px solid  #070606 ; color:  #070606 ; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; }
.drawer-account-link .icon { margin-right: 10px; }
.drawer-account-link:hover { opacity: 0.9; color:  #070606 ; }

.mailing-list-signup { max-width: 1020px; padding: 60px 30px 0; margin: 90px auto 0; border-top: 1px solid  #000000 ; text-align: center; -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -moz-transition: -moz-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: -o-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.showing-drawer:not(.template-index) .mailing-list-signup { -webkit-transform: translateX(-260px); -moz-transform: translateX(-260px); -ms-transform: translateX(-260px); -o-transform: translateX(-260px); transform: translateX(-260px); }
.template-index .mailing-list-signup { margin-bottom: 90px; }
.template-index .mailing-list-signup .section-title, .template-index .mailing-list-signup footer h4, footer .template-index .mailing-list-signup h4 { margin-bottom: 30px; }
.mailing-list-signup p { margin-top: 45px; }
.mailing-list-signup form { max-width: 540px; margin: 30px auto 0; font-size: 0; }

.home-module-wrapper .mailing-list-signup { margin: 0 auto; border: none; }

input[type="email"].mailing-list-email { width: 70%; display: inline-block; vertical-align: middle; font-size: 14px; }
@media (max-width: 720px) { input[type="email"].mailing-list-email { width: 100%; display: block; } }

.mailing-list-submit { width: 30%; display: inline-block; vertical-align: middle; padding-left: 10px; }
@media (max-width: 720px) { .mailing-list-submit { width: 100%; display: block; margin-top: 15px; padding-left: 0; } }
.mailing-list-submit input[type="submit"] { width: 100%; }
.contrast .mailing-list-submit input[type="submit"] { background:  #7b7878 ; color:  #3c3b3b ; }
.contrast .mailing-list-submit input[type="submit"]:hover { background:  #ada6a6 ; }

.mailing-list-signup .modal-wrapper .modal p { margin: 0; }

html { height: 100%; }

html, .footer-wrapper { /* this is a hack for making the footer background extend all the way to the bottom of the screen */ background-image: ; background-color:  #090706 ; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { html, .footer-wrapper { background-image: ; background-size: px px ; } }

.footer-wrapper { color:  #a4a2a1 ; margin-top: 90px; -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -moz-transition: -moz-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: -o-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.template-index .footer-wrapper { margin-top: 0; }
.showing-drawer .footer-wrapper { -webkit-transform: translateX(-260px); -moz-transform: translateX(-260px); -ms-transform: translateX(-260px); -o-transform: translateX(-260px); transform: translateX(-260px); }
@media (max-width: 1020px) { .footer-wrapper { text-align: center; } }
@media (max-width: 720px) { .footer-wrapper { margin-top: 60px; } }
.footer-wrapper a { color:  #a4a2a1 ; }
.footer-wrapper a:hover { color:  #b8a69a ; }

footer { max-width: 1020px; margin: 0 auto; font-size: 14px; padding: 60px 30px 100px; }
footer.show-border { border-top: 1px solid  #000000 ; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { footer { background-image: ; background-size: 50%; } }
footer h4 { color:  #ffffff ; text-align: left; margin-bottom: 25px !important; font-size: 16px; font-size:   14px   ; }
@media (max-width: 1020px) { footer h4 { text-align: center; } }

.footer-module:first-child { margin-top: 0; }

.footer-link-list { float: left; padding-right: 30px; margin-bottom: 60px; }
.showing-3-lists .footer-link-list { width: 18.3%; }
@media (max-width: 1020px) { .showing-3-lists .footer-link-list { width: 33%; } }
.showing-2-lists .footer-link-list { width: 27.5%; }
@media (max-width: 1020px) { .showing-2-lists .footer-link-list { width: 50%; } }
.showing-1-lists .footer-link-list { width: 27.5%; }
@media (max-width: 1020px) { .showing-1-lists .footer-link-list { width: 100%; margin-bottom: 30px; } }
@media (max-width: 1020px) { .footer-link-list { padding: 0 15px; } }
@media (max-width: 720px) { .showing-1-lists .footer-link-list, .showing-2-lists .footer-link-list, .showing-3-lists .footer-link-list { width: 100%; padding: 0; display: block; margin-bottom: 60px; }
  .showing-1-lists .footer-link-list li, .showing-2-lists .footer-link-list li, .showing-3-lists .footer-link-list li { display: inline; padding: 0 0 0 5px; }
  .showing-1-lists .footer-link-list li:before, .showing-2-lists .footer-link-list li:before, .showing-3-lists .footer-link-list li:before { content: '\002F'; margin-right: 5px; }
  .showing-1-lists .footer-link-list li:first-child:before, .showing-2-lists .footer-link-list li:first-child:before, .showing-3-lists .footer-link-list li:first-child:before { content: none; } }
.footer-link-list ul { margin: 0; padding: 0; }

.footer-link-list.social-icons a { padding-left: 30px; position: relative; }
@media (max-width: 720px) { .footer-link-list.social-icons a { padding-left: 20px; } }
.footer-link-list.social-icons a:before { font-family: 'social-icons'; position: absolute; left: 0; top: 50%; margin-top: -7px; font-style: normal; font-weight: normal; line-height: 1; font-size: 15px; -webkit-font-smoothing: antialiased; }
.footer-link-list.social-icons a[href*="easeid"]:before { content: "5"; }
.footer-link-list.social-icons a[href*="twitter"]:before { content: "a"; }
.footer-link-list.social-icons a[href*="facebook"]:before { content: "b"; }
.footer-link-list.social-icons a[href*="google"]:before { content: "c"; }
.footer-link-list.social-icons a[href*="pinterest"]:before { content: "d"; }
.footer-link-list.social-icons a[href*="foursquare"]:before { content: "e"; }
.footer-link-list.social-icons a[href*="yahoo"]:before { content: "f"; }
.footer-link-list.social-icons a[href*="skype"]:before { content: "g"; }
.footer-link-list.social-icons a[href*="yelp"]:before { content: "h"; }
.footer-link-list.social-icons a[href*="feedburner"]:before { content: "i"; }
.footer-link-list.social-icons a[href*="linkedin"]:before { content: "j"; }
.footer-link-list.social-icons a[href*="viadeo"]:before { content: "k"; }
.footer-link-list.social-icons a[href*="xing"]:before { content: "l"; }
.footer-link-list.social-icons a[href*="myspace"]:before { content: "m"; }
.footer-link-list.social-icons a[href*="soundcloud"]:before { content: "n"; }
.footer-link-list.social-icons a[href*="spotify"]:before { content: "o"; }
.footer-link-list.social-icons a[href*="grooveshark"]:before { content: "p"; }
.footer-link-list.social-icons a[href*="lastfm"]:before { content: "q"; }
.footer-link-list.social-icons a[href*="youtube"]:before { content: "r"; }
.footer-link-list.social-icons a[href*="vimeo"]:before { content: "s"; }
.footer-link-list.social-icons a[href*="dailymotion"]:before { content: "t"; }
.footer-link-list.social-icons a[href*="vine"]:before { content: "u"; }
.footer-link-list.social-icons a[href*="flickr"]:before { content: "v"; }
.footer-link-list.social-icons a[href*="500px"]:before { content: "w"; }
.footer-link-list.social-icons a[href*="instagram"]:before { content: "x"; }
.footer-link-list.social-icons a[href*="wordpress"]:before { content: "y"; }
.footer-link-list.social-icons a[href*="tumblr"]:before { content: "z"; }
.footer-link-list.social-icons a[href*="blogger"]:before { content: "A"; }
.footer-link-list.social-icons a[href*="technorati"]:before { content: "B"; }
.footer-link-list.social-icons a[href*="reddit"]:before { content: "C"; }
.footer-link-list.social-icons a[href*="dribbble"]:before { content: "D"; }
.footer-link-list.social-icons a[href*="stumbleupon"]:before { content: "E"; }
.footer-link-list.social-icons a[href*="digg"]:before { content: "F"; }
.footer-link-list.social-icons a[href*="envato"]:before { content: "G"; }
.footer-link-list.social-icons a[href*="behance"]:before { content: "H"; }
.footer-link-list.social-icons a[href*="delicious"]:before { content: "I"; }
.footer-link-list.social-icons a[href*="deviantart"]:before { content: "J"; }
.footer-link-list.social-icons a[href*="forrst"]:before { content: "K"; }
.footer-link-list.social-icons a[href*="play"]:before { content: "L"; }
.footer-link-list.social-icons a[href*="zerply"]:before { content: "M"; }
.footer-link-list.social-icons a[href*="wikipedia"]:before { content: "N"; }
.footer-link-list.social-icons a[href*="apple"]:before { content: "O"; }
.footer-link-list.social-icons a[href*="flattr"]:before { content: "P"; }
.footer-link-list.social-icons a[href*="github"]:before { content: "Q"; }
.footer-link-list.social-icons a[href*="chime.in"]:before { content: "R"; }
.footer-link-list.social-icons a[href*="friendfeed"]:before { content: "S"; }
.footer-link-list.social-icons a[href*="newsvine"]:before { content: "T"; }
.footer-link-list.social-icons a[href*="identi.ca"]:before { content: "U"; }
.footer-link-list.social-icons a[href*="bebo"]:before { content: "V"; }
.footer-link-list.social-icons a[href*="zynga"]:before { content: "W"; }
.footer-link-list.social-icons a[href*="steam"]:before { content: "X"; }
.footer-link-list.social-icons a[href*="xbox"]:before { content: "Y"; }
.footer-link-list.social-icons a[href*="windows"]:before { content: "Z"; }
.footer-link-list.social-icons a[href*="outlook"]:before { content: "1"; }
.footer-link-list.social-icons a[href*="coderwall"]:before { content: "2"; }
.footer-link-list.social-icons a[href*="tripadvisor"]:before { content: "3"; }
.footer-link-list.social-icons a[href*="netcodes"]:before { content: "4"; }
.footer-link-list.social-icons a[href*="lanyrd"]:before { content: "7"; }
.footer-link-list.social-icons a[href*="slideshare"]:before { content: "8"; }
.footer-link-list.social-icons a[href*="buffer"]:before { content: "9"; }
.footer-link-list.social-icons a[href*="rss"]:before { content: ","; }
.footer-link-list.social-icons a[href*="vkontakte"]:before { content: ";"; }
.footer-link-list.social-icons a[href*="disqus"]:before { content: ":"; }

.spread-the-word { max-width: 45%; padding-left: 30px; float: right; margin-bottom: 60px; }
.lt-ie9 .spread-the-word { padding-left: 0; }
@media (max-width: 1020px) { .spread-the-word { max-width: 100%; display: block; padding-left: 0; float: none; clear: left; } }
.spread-the-word:first-child { padding-left: 0; }
.spread-the-word p { margin-bottom: 25px; }
.spread-the-word p:first-child { margin-top: 0; }

.spread-the-word .footer-share-icon { font-size: 12px; font-weight: 700; line-height: 35px; display: inline-block; margin: 0 8px 15px 0; padding: 0 10px; background:  #a4a2a1 ; color:  #d9d2ce ; border-radius: 5px; }
.spread-the-word .footer-share-icon:last-child { margin-right: 0; }
.spread-the-word .footer-share-icon:hover { background:  #b8a69a ; color:  #d9d2ce ; }
.spread-the-word .footer-share-icon:before { font-family: 'Single Product Webicons Regular'; font-size: 16px; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; margin-right: 8px; }

.footer-tweet:before { content: '\E201'; }

.footer-like:before { content: '\E202'; }

.footer-pin:before { content: '\E203'; }

.footer-plus:before { content: '\E205'; }

.footer-fancy:before { content: '\E206'; }

.copyright { clear: both; }
.copyright p { margin: 0; }

.payment-options { margin-top: 30px; font-size: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }
.payment-options span { font-family: 'Single Product Webicons Regular'; font-size: 32px; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; margin: 30px 30px 0 0; display: inline-block; }
@media (max-width: 1020px) { .payment-options span { margin: 15px 7.5px 0; } }

.breadcrumbs { text-align: center; margin: 0 0 60px; color:  #434141 ; }
.breadcrumbs .divider { color:  #545353 ; }
.breadcrumbs a { color:  #545353 ; }
.breadcrumbs a:hover { color:  #434141 ; }

.pagination { font-size: 0; max-width: 640px; margin: 85px auto 100px; }
.template-blog .pagination { max-width: 600px; }
.pagination > div { font-size: 14px; display: inline-block; width: 33.33%; }

.pagination-previous > a:before, .pagination-previous > span:before, .pagination-previous > a:after, .pagination-previous > span:after, .pagination-next > a:before, .pagination-next > span:before, .pagination-next > a:after, .pagination-next > span:after { font-family: 'Single Product Webicons Regular'; font-size: 16px; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; }
@media (max-width: 720px) { .pagination-previous .text, .pagination-next .text { display: none; } }

.pagination-previous > a:before, .pagination-previous > span:before { content: '\E012'; margin-right: 10px; }
@media (max-width: 720px) { .pagination-previous > a:before, .pagination-previous > span:before { margin-right: 0; } }

.pagination-next { text-align: right; }
.pagination-next > a:after, .pagination-next > span:after { content: '\E013'; margin-left: 10px; }
@media (max-width: 720px) { .pagination-next > a:after, .pagination-next > span:after { margin-left: 0; } }

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

.share-buttons { font-size: 0; }
.share-buttons a { display: inline-block; line-height: 35px; padding: 0 13px; border-radius: 5px; border: 1px solid  #000000 ; color:  #434141 ; margin: 10px; font-size: 12px; }
.template-blog .share-buttons a, .template-article .share-buttons a { margin-right: 0; }
.share-buttons a:before { font-family: 'Single Product Webicons Regular'; font-size: 16px; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -webkit-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); -moz-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); margin-right: 7px; }
.share-buttons a:hover { color: white; }
.share-buttons a:hover:before { color: white; }

.share-facebook:hover { background: #49659D; border-color: #49659D; }
.share-facebook:before { content: '\E202'; color: #49659D; }

.share-twitter:hover { background: #09AEEC; border-color: #09AEEC; }
.share-twitter:before { content: '\E201'; color: #09AEEC; }

.share-pinterest:hover { background: #CB1F2A; border-color: #CB1F2A; }
.share-pinterest:before { content: '\E203'; color: #CB1F2A; }

.share-fancy:hover { background: #49659D; border-color: #49659D; }
.share-fancy:before { content: '\E206'; color: #49659D; }

.share-google:hover { background: #CC3A2B; border-color: #CC3A2B; }
.share-google:before { content: '\E205'; color: #CC3A2B; }

.home-slideshow-wrapper { height: 600px; overflow: hidden; position: relative; -webkit-transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); -moz-transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.home-slideshow-wrapper.content-width { max-width: 960px; padding: 0 30px; margin: 60px auto; }
@media (max-width: 720px) { .home-slideshow-wrapper { height: 400px; margin-bottom: 60px; }
  .home-slideshow-wrapper + .contrast { margin-top: 60px; }
  .home-slideshow-wrapper + .default { margin-top: 60px; }
  .home-slideshow-wrapper + .default:before { content: ''; display: block; margin: 0 30px; height: 1px; background:  #000000 ; } }
.home-slideshow-wrapper * { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.home-slideshow-loader { left: 50%; right: auto; z-index: 1; }
.slides-ready .home-slideshow-loader { display: none; }

.home-slideshow { position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; z-index: 2; -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.slides-ready .home-slideshow { opacity: 1; }

.home-slideshow-navigation { width: 70px; height: 100%; position: absolute; z-index: 5; top: 0; text-align: center; font-size: 32px; cursor: pointer; visibility: hidden; color:  #ffffff ; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.slides-ready .home-slideshow-navigation { visibility: visible; }

.home-slideshow-previous { left: 0; }

.home-slideshow-next { right: 0; }

.home-slideshow-pagination { position: absolute; bottom: 0; z-index: 5; text-align: center; left: 50%; line-height: 50px; font-size: 0; visibility: hidden; color:  #ffffff ; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); -moz-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.slides-ready .home-slideshow-pagination { visibility: visible; }
.home-slideshow-pagination > span { width: 20px; height: 20px; padding: 5px; display: inline-block; cursor: pointer; }
.home-slideshow-pagination span span { width: 10px; height: 10px; display: block; background: transparent; border: 1px solid  #ffffff ; border-radius: 5px; }
.home-slideshow-pagination .active span { background:  #ffffff ; }

.home-slide { position: absolute; width: 100%; background-color:  #ffffff ; }
.opening-screen .home-slide { background-size: cover; background-repeat: no-repeat; background-position: center center; }
@media (max-width: 720px) { .opening-screen .home-slide { background: none !important; } }

.transition-fade .home-slide { opacity: 0; }
.transition-fade .home-slide.active { opacity: 1; z-index: 1; }
.transition-fade .home-slide.next.left, .transition-fade .home-slide.prev.right, .transition-fade .home-slide.active.left, .transition-fade .home-slide.active.right { -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.transition-fade .home-slide.next.left, .transition-fade .home-slide.prev.right { opacity: 1; }
.transition-fade .home-slide.active.left { opacity: 0; }
.transition-fade .home-slide.active.right { opacity: 0; }

.transition-slide .home-slide { visibility: hidden; }
.transition-slide .home-slide.active { visibility: visible; z-index: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
.transition-slide .home-slide.next { -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }
.transition-slide .home-slide.prev { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); }
.transition-slide .home-slide.next.left, .transition-slide .home-slide.prev.right, .transition-slide .home-slide.active.left, .transition-slide .home-slide.active.right { -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); -moz-transition: -moz-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: -o-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.transition-slide .home-slide.next.left, .transition-slide .home-slide.prev.right { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); visibility: visible; z-index: 10; }
.transition-slide .home-slide.active.left { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); }
.transition-slide .home-slide.active.right { -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }

.slide-image { width: 100%; display: block; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
@media (max-width: 720px) { .slide-image { margin-bottom: 30px; } }
.opening-screen .slide-image { display: none; }
@media (max-width: 720px) { .opening-screen .slide-image { display: block; } }

.slide-text { position: absolute; width: 100%; max-width: 1200px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
@media (max-width: 720px) { .slide-text { position: relative; width: 100% !important; top: auto !important; left: auto !important; right: auto !important; text-align: center !important; padding: 0 30px !important; -webkit-transform: translate(0, 0) !important; -moz-transform: translate(0, 0) !important; -ms-transform: translate(0, 0) !important; -o-transform: translate(0, 0) !important; transform: translate(0, 0) !important; } }
.full-bleed .slide-text, .opening-screen .slide-text { padding-top: 60px; }
.text-aligned-center .slide-text { text-align: center; padding: 60px 60px 0; }
.text-aligned-left .slide-text { padding-right: 30%; padding-left: 30px; }
.lt-ie9 .text-aligned-left .slide-text { padding-left: 0; left: 100px; }
@media (max-width: 1370px) { .text-aligned-left .slide-text { padding-left: 0; left: 100px; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); } }
.content-width .text-aligned-left .slide-text { padding-left: 0; left: 100px; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); }
.text-aligned-right .slide-text { padding-left: 30%; padding-right: 30px; text-align: right; }
.lt-ie9 .text-aligned-right .slide-text { padding-right: 0; right: 100px; left: auto; }
@media (max-width: 1370px) { .text-aligned-right .slide-text { padding-right: 0; right: 100px; left: auto; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); } }
.content-width .text-aligned-right .slide-text { padding-right: 0; right: 100px; left: auto; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); }
.slide-text h2, .slide-text h3, .slide-text p { margin: 20px 0; color:  #ffffff ; }
.slide-text.slide-text-use-shadows h2, .slide-text.slide-text-use-shadows h3, .slide-text.slide-text-use-shadows p { text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15); }
.slide-text > *:first-child { margin-top: 0; }
.slide-text > *:last-child { margin-bottom: 0; }

.slide-text h2, .slide-text h3 { font-size: 56px; }
@media (max-width: 1020px) { .slide-text h2, .slide-text h3 { font-size: 46px; } }
@media (max-width: 860px) { .slide-text h2, .slide-text h3 { font-size: 32px; } }
@media (max-width: 720px) { .slide-text h2, .slide-text h3 { font-size: 32px; color:  #000000  !important; text-shadow: none !important; } }

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

.slide-text h3 { font-weight: normal; }

.slide-text p { font-size: 30px; }
@media (max-width: 1020px) { .slide-text p { font-size: 26px; } }
@media (max-width: 720px) { .slide-text p { font-size: 18px; color:  #434141  !important; text-shadow: none !important; } }

.slide-text a { border: none; margin-top: 10px; -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -moz-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.mailing-list-signup .modal-wrapper, .cart-modal-wrapper { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1000; background: rgba(255, 255, 255, 0.6); }
.mailing-list-signup .active.modal-wrapper, .active.cart-modal-wrapper { display: block; }

.mailing-list-signup .modal-wrapper .modal, .cart-modal-wrapper .cart-modal { background:  #ffffff ; padding: 90px; border: 1px solid  #000000 ; max-width: 640px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; }

.mailing-list-signup .modal-wrapper .modal .button, .cart-modal-wrapper .cart-modal-action { margin-top: 30px; }

.mailing-list-signup .modal-wrapper .modal .section-title, .mailing-list-signup .modal-wrapper .modal footer h4, footer .mailing-list-signup .modal-wrapper .modal h4, .cart-modal-wrapper .cart-modal .section-title, .cart-modal-wrapper .cart-modal footer h4, footer .cart-modal-wrapper .cart-modal h4 { margin-bottom: 18px; }

/* Templates */
.template-index .main-content { width: 100%; max-width: 100%; padding: 0; }
.template-index .sticky-header ~ .main-content { padding-top: 120px; }
@media (max-width: 720px) { .template-index .sticky-header ~ .main-content { padding-top: 0; } }
.template-index .sticky-header.full-bleed-slideshow ~ .main-content, .template-index .sticky-header.lower-than-slideshow ~ .main-content { padding-top: 0; }
.template-index .section-title, .template-index footer h4, footer .template-index h4 { margin-bottom: 60px; }

.home-module-wrapper.contrast { background:  #ffffff ; background-image: ; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .home-module-wrapper.contrast { background-image: ; background-size: px px ; } }

.home-module { max-width: 1020px; margin: 0 auto; padding: 60px 30px 100px; }
.contrast .home-module { color:  #4d4b4b ; }
.contrast .home-module a { color:  #7b7878 ; }
.contrast .home-module a:hover { color:  #ada6a6 ; }
.contrast .home-module h1, .contrast .home-module h2, .contrast .home-module h3, .contrast .home-module h4, .contrast .home-module h5, .contrast .home-module h6 { color:  #131212 ; }
.contrast .home-module .section-title, .contrast .home-module footer h4, footer .contrast .home-module h4 { color:  #131212 ; }
.contrast .home-module .meta { color:  #4b4848 ; }
.contrast .home-module .button, .contrast .home-module .submit, .contrast .home-module button, .contrast .home-module input[type="submit"], .contrast .home-module input[type="button"] { background:  #7b7878 ; color:  #3c3b3b ; }
.contrast .home-module .button:hover, .contrast .home-module .submit:hover, .contrast .home-module button:hover, .contrast .home-module input[type="submit"]:hover, .contrast .home-module input[type="button"]:hover { background:  #ada6a6 ; color:  #3c3b3b ; }
.contrast .home-module .button.disabled, .contrast .home-module .button.disabled:hover, .contrast .home-module .submit.disabled, .contrast .home-module .submit.disabled:hover, .contrast .home-module button.disabled, .contrast .home-module button.disabled:hover, .contrast .home-module input[type="submit"].disabled, .contrast .home-module input[type="submit"].disabled:hover, .contrast .home-module input[type="button"].disabled, .contrast .home-module input[type="button"].disabled:hover { background:  #7d7a7a ; color:  #3c3c3c ; }
.contrast .home-module input[type="text"], .contrast .home-module input[type="email"], .contrast .home-module input[type="password"], .contrast .home-module input[type="search"], .contrast .home-module textarea { border: 1px solid  #393837 ; background:  #979392 ; color:  #111010 ; }
.contrast .home-module input[type="text"]::-webkit-input-placeholder, .contrast .home-module input[type="email"]::-webkit-input-placeholder, .contrast .home-module input[type="password"]::-webkit-input-placeholder, .contrast .home-module input[type="search"]::-webkit-input-placeholder, .contrast .home-module textarea::-webkit-input-placeholder { color:  #111010 ; opacity: 0.7; }
.contrast .home-module input[type="text"]:-moz-placeholder, .contrast .home-module input[type="email"]:-moz-placeholder, .contrast .home-module input[type="password"]:-moz-placeholder, .contrast .home-module input[type="search"]:-moz-placeholder, .contrast .home-module textarea:-moz-placeholder { color:  #111010 ; opacity: 0.7; }
.contrast .home-module input[type="text"]::-moz-placeholder, .contrast .home-module input[type="email"]::-moz-placeholder, .contrast .home-module input[type="password"]::-moz-placeholder, .contrast .home-module input[type="search"]::-moz-placeholder, .contrast .home-module textarea::-moz-placeholder { color:  #111010 ; opacity: 0.7; }
.contrast .home-module input[type="text"]:-ms-input-placeholder, .contrast .home-module input[type="email"]:-ms-input-placeholder, .contrast .home-module input[type="password"]:-ms-input-placeholder, .contrast .home-module input[type="search"]:-ms-input-placeholder, .contrast .home-module textarea:-ms-input-placeholder { color:  #111010 ; opacity: 0.7; }
.contrast .home-module input[type="text"].error, .contrast .home-module input[type="email"].error, .contrast .home-module input[type="password"].error, .contrast .home-module input[type="search"].error, .contrast .home-module textarea.error { border: 1px solid  #b84949 ; color:  #b84949 ; }
.contrast .home-module input[type="text"].error::-webkit-input-placeholder, .contrast .home-module input[type="email"].error::-webkit-input-placeholder, .contrast .home-module input[type="password"].error::-webkit-input-placeholder, .contrast .home-module input[type="search"].error::-webkit-input-placeholder, .contrast .home-module textarea.error::-webkit-input-placeholder { color:  #b84949 ; opacity: 0.7; }
.contrast .home-module input[type="text"].error:-moz-placeholder, .contrast .home-module input[type="email"].error:-moz-placeholder, .contrast .home-module input[type="password"].error:-moz-placeholder, .contrast .home-module input[type="search"].error:-moz-placeholder, .contrast .home-module textarea.error:-moz-placeholder { color:  #b84949 ; opacity: 0.7; }
.contrast .home-module input[type="text"].error::-moz-placeholder, .contrast .home-module input[type="email"].error::-moz-placeholder, .contrast .home-module input[type="password"].error::-moz-placeholder, .contrast .home-module input[type="search"].error::-moz-placeholder, .contrast .home-module textarea.error::-moz-placeholder { color:  #b84949 ; opacity: 0.7; }
.contrast .home-module input[type="text"].error:-ms-input-placeholder, .contrast .home-module input[type="email"].error:-ms-input-placeholder, .contrast .home-module input[type="password"].error:-ms-input-placeholder, .contrast .home-module input[type="search"].error:-ms-input-placeholder, .contrast .home-module textarea.error:-ms-input-placeholder { color:  #b84949 ; opacity: 0.7; }
.contrast .home-module .select-wrapper { background-color:  #ddd9d7 ; border: 1px solid  #121211 ; color:  #988980 ; }
.contrast .home-module .select-wrapper:after { color:  #988980 ; }
.contrast .home-module .error-message { color:  #b84949 ; }

.default + .default:before { content: ''; display: block; margin: 0 30px; height: 1px; background:  #000000 ; }

.contrast + .contrast:before { content: ''; display: block; margin: 0 30px; height: 1px; background:  #dcd5d1 ; }

.default + .mailing-list-signup { margin-top: 0; }

.contrast + .mailing-list-signup { margin-top: 0; border-top: none; }

.home-module-helper { text-align: center; }

.home-hero { font-size: 0; }
.home-hero.use-color-background { background:  #faf7f7 ; }
.home-hero.use-image-background { background:  url(//cdn.shopify.com/s/files/1/0151/3229/t/5/assets/home-hero-background-image.jpg?3784254283345242553) ; background-size: cover; background-repeat: no-repeat; background-position: 50%; }
.home-hero .home-module { max-width: 1200px; }
@media (max-width: 720px) { .home-hero .home-module { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-box-direction: normal; -moz-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }

.home-hero-text, .home-hero-image { font-size: 16px; display: inline-block; width: 50%; vertical-align: middle; }
@media (max-width: 720px) { .home-hero-text, .home-hero-image { width: 100%; display: block; text-align: center; } }

.home-hero-text { padding-right: 30px; }
.home-hero-text h2, .home-hero-text h3, .home-hero-text p { margin: 20px 0; color:  #ffffff ; }
.home-hero-text.home-hero-text-use-shadows h2, .home-hero-text.home-hero-text-use-shadows h3, .home-hero-text.home-hero-text-use-shadows p { text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15); }
.home-hero-text h2, .home-hero-text h3 { font-size: 56px; }
@media (max-width: 1020px) { .home-hero-text h2, .home-hero-text h3 { font-size: 42px; } }
@media (max-width: 1020px) { .home-hero-text h2, .home-hero-text h3 { font-size: 32px; } }
.home-hero-text h2 { font-weight: bold; }
.home-hero-text h3 { font-weight: normal; }
.home-hero-text p { font-size: 32px; }
@media (max-width: 1020px) { .home-hero-text p { font-size: 26px; } }
@media (max-width: 1020px) { .home-hero-text p { font-size: 20px; } }
.home-hero-text a { border: none; margin-top: 10px; }
.home-hero-text > *:first-child { margin-top: 0; }
.home-hero-text > *:last-child { margin-bottom: 0; }
@media (max-width: 720px) { .home-hero-text { -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2; padding: 0; } }

.home-hero-image { padding-left: 30px; text-align: right; }
@media (max-width: 720px) { .home-hero-image { -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; -ms-flex-order: 1; -webkit-order: 1; order: 1; padding: 0; margin-bottom: 30px; text-align: center; } }

.home-full-width-video.video-highlight + .no-content { display: none; }
.home-full-width-video.video-highlight .fluid-width-video-wrapper { margin: 0; }

.home-full-width-feature { text-align: center; padding-top: 75px; }
@media (max-width: 720px) { .home-full-width-feature { padding-top: 60px; padding-bottom: 60px; } }
.home-full-width-feature h2 { font-size: 40px; }
@media (max-width: 720px) { .home-full-width-feature h2 { font-size: 30px; } }
.home-full-width-feature .rte { margin-top: 30px; font-size: 20px; }
@media (max-width: 720px) { .home-full-width-feature .rte { font-size: 18px; } }
.home-full-width-feature img { display: block; margin: 0 auto; }
.home-full-width-feature img, .home-full-width-feature .home-full-width-video { margin-top: 60px; }
.home-full-width-feature > *:first-child { margin-top: 0; }

.home-full-width-cta { margin-top: 60px; text-align: center; }
.home-full-width-cta .button:after { font-family: 'Single Product Webicons Regular'; font-size: 16px; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; content: '\E011'; margin-left: 10px; }

.home-left-right-feature { font-size: 0; margin-top: 100px; }
.borders .home-left-right-feature { padding-top: 60px; margin-top: 60px; border-top: 1px solid  #000000 ; }
.contrast.borders .home-left-right-feature { border-color:  #dcd5d1 ; }
.home-left-right-feature:first-child { margin-top: 0; padding-top: 0; border-top: none; }

.home-left-right-text, .home-left-right-media { width: 50%; display: inline-block; font-size: 16px; vertical-align: middle; }
@media (max-width: 720px) { .home-left-right-text, .home-left-right-media { width: 100%; display: block; padding: 0 !important; } }

@media (max-width: 720px) { .home-left-right-text { margin-top: 30px; }
  .home-left-right-text:first-child { margin-top: 0; } }
.home-left-right-text h3 { margin: 0; }
.home-left-right-text .rte { margin-top: 20px; }
.media-aligned-left .home-left-right-text { padding-left: 30px; }
.media-aligned-right .home-left-right-text { padding-right: 30px; }
.home-left-right-text > *:first-child { margin-top: 0; }

.home-left-right-cta { margin-top: 20px !important; }

@media (max-width: 720px) { .home-left-right-media { margin-top: 30px; }
  .home-left-right-media:first-child { margin-top: 0; } }
.home-left-right-media img { display: block; margin: 0 auto; }
.media-aligned-left .home-left-right-media { padding-right: 30px; }
.media-aligned-right .home-left-right-media { padding-left: 30px; }

.home-in-line-features { padding-bottom: 60px; font-size: 0; padding: 60px 15px 30px; text-align: center; }
@media (max-width: 720px) { .home-in-line-features { padding: 60px 30px 30px; } }

.home-in-line-feature { font-size: 16px; margin-bottom: 60px; width: 33.33%; display: inline-block; vertical-align: top; padding: 0 15px; }
@media (max-width: 720px) { .home-in-line-feature { width: 100%; display: block; padding: 0 !important; } }
.home-in-line-feature h3 { margin-top: 0; font-size: 20px; }

img + .home-in-line-text { margin-top: 30px; }

.home-testimonials { font-size: 0; padding: 60px 0 30px; }
.grid-of-1 .home-testimonials { text-align: center; }
@media (max-width: 720px) { .home-testimonials { padding: 60px 30px 30px; } }

.home-testimonial { font-size: 16px; display: inline-block; vertical-align: top; position: relative; padding: 0 30px; text-align: left; margin-bottom: 60px; width: 50%; }
.grid-of-1 .home-testimonial { width: 90%; }
@media (max-width: 720px) { .grid-of-1 .home-testimonial { width: 100%; } }
@media (max-width: 720px) { .home-testimonial { width: 100%; padding: 0; } }

.home-testimonial-avatar { position: absolute; top: 0; left: 30px; width: 60px; height: 60px; border-radius: 30px; }
.grid-of-1 .home-testimonial-avatar { top: 7px; left: 15px; }
@media (max-width: 720px) { .grid-of-1 .home-testimonial-avatar { top: 0; left: 0; } }
@media (max-width: 720px) { .home-testimonial-avatar { width: 40px; height: 40px; border-radius: 20px; left: 0; } }

.home-testimonial-quote { font-size: 20px; margin: 0; }
.has-avatar .home-testimonial-quote { margin-left: 90px; }
.grid-of-1 .home-testimonial-quote { font-size: 24px; }
@media (max-width: 720px) { .grid-of-1 .home-testimonial-quote { font-size: 20px; } }
@media (max-width: 720px) { .home-testimonial-quote { font-size: 18px; padding: 0 15px; }
  .has-avatar .home-testimonial-quote { margin-left: 60px; padding: 0; } }

.home-testimonial-quote-source { color:  #000000 ; font-weight: bold; margin: 20px 0 0; }
.contrast .home-testimonial-quote-source { color:  #131212 ; }
.has-avatar .home-testimonial-quote-source { margin-left: 90px; }
@media (max-width: 720px) { .home-testimonial-quote-source { padding: 0 15px; }
  .has-avatar .home-testimonial-quote-source { margin-left: 60px; padding: 0; } }

.home-featured-products { padding: 60px 0 30px; }
@media (max-width: 720px) { .home-featured-products { padding-left: 30px; padding-right: 30px; } }
.home-featured-products .collection-products { margin: 0; text-align: center; }
.rows-of-3 .home-featured-products article { width: 33.33%; }
@media (max-width: 720px) { .rows-of-3 .home-featured-products article { width: 100%; } }

.home-featured-products-cta { margin-bottom: 60px; }
.home-featured-products-cta a { padding-right: 20px; }
.home-featured-products-cta a:after { content: '\E011'; margin-left: 15px; font-family: 'Single Product Webicons Regular'; font-size: 16px; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; }

.home-order-now { font-size: 0; }
.home-order-now .vendor { margin: 0 0 20px 0; }
.home-order-now .product-details h2 { margin: 0; font-size: 24px; }
.home-order-now .product-details h2 a, .home-order-now .product-details h2 a:hover { color:  #000000 ; }
.contrast .home-order-now .product-details h2 a, .contrast .home-order-now .product-details h2 a:hover { color:  #131212 ; }
.home-order-now .product-price { margin-top: 19px !important; }
.contrast .home-order-now .product-info-link:before { color:  #7b7878 ; }

.home-as-seen-on-list { font-size: 0; text-align: center; padding: 60px 15px; }

.home-as-seen-on { font-size: 16px; display: inline-block; vertical-align: middle; margin-bottom: 30px; padding: 0 15px; width: 25%; }
.rows-of-3 .home-as-seen-on { width: 33.33%; }
@media (max-width: 1020px) { .home-as-seen-on { width: 33.33%; } }
@media (max-width: 720px) { .home-as-seen-on { width: 50% !important; } }
.home-as-seen-on img { display: block; margin: 0 auto; }

.home-helper-image { width: 100%; background: #F7F7F7; }
.home-hero-image .home-helper-image { height: 600px; padding: 30%; }
.home-left-right-media .home-helper-image { padding: 30%; }
.home-in-line-feature .home-helper-image { background:  #ffffff ; padding: 0 60px; }
@media (max-width: 720px) { .home-in-line-feature .home-helper-image { padding: 0 30%; } }
.no-svg .home-helper-image { background: none !important; padding: 0 !important; height: auto !important; }

@media (max-width: 720px) { .template-blog .page-title { margin-bottom: 30px; } }
.template-blog .page-title.tag-page { margin-bottom: 60px; }
.template-blog .page-title.has-rss-icon { padding-left: 45px; }

.icon.rss { font-size: 32px; color:  #545353 ; display: inline-block; vertical-align: top; margin: 7px 0 0 10px; }

.current-tag { margin-left: 180px; }
@media (max-width: 720px) { .current-tag { margin-left: 0; text-align: center; } }

.blog-post { position: relative; }
.template-blog .blog-post { margin: 90px 0 0; font-size: 0; text-align: center; }
.template-blog .blog-post:first-child { margin-top: 0; }
@media (max-width: 1020px) { .blog-post .page-title { margin-bottom: 15px; } }

.template-blog .blog-post h1 { font-size: 24px; margin: 0 0 30px; float: right; width: -webkit-calc(100% - 180px); width: calc(100% - 180px); text-align: left; }
.lt-ie9 .template-blog .blog-post h1 { width: 840px; }
@media (max-width: 720px) { .template-blog .blog-post h1 { float: none; width: 100%; text-align: center; } }
.template-blog .blog-post h1 a, .template-blog .blog-post h1 a:hover { color:  #000000 ; }

.post-meta { width: 120px; text-align: right; }
.post-meta > *:first-child { margin-top: 4px; }
@media (max-width: 720px) { .post-meta .share-buttons a { padding: 0 9px; line-height: 31px; font-size: 12px; font-size:   11px   ; }
  .post-meta .share-buttons a:first-child { margin-left: 0; } }
.post-meta a { color:  #545353 ; }

.template-blog .post-meta { float: left; }
@media (max-width: 720px) { .template-blog .post-meta { float: none; width: 100%; text-align: center; } }

.template-article .post-meta { position: absolute; }
@media (max-width: 1020px) { .template-article .post-meta { position: relative; text-align: center; width: 100%; margin-bottom: 60px; } }

.post-content { font-size: 16px; }
.template-blog .post-content { width: -webkit-calc(100% - 120px); width: calc(100% - 120px); padding-left: 60px; text-align: left; float: right; }
.lt-ie9 .template-blog .post-content { width: 900px; }
@media (max-width: 720px) { .template-blog .post-content { float: none; width: 100%; padding-left: 0; margin-top: 20px; } }
.template-blog .post-content p, .template-blog .post-content ul, .template-blog .post-content ol, .template-blog .post-content dl, .template-blog .post-content blockquote, .template-blog .post-content table, .template-blog .post-content pre, .template-blog .post-content form, .template-blog .post-content div, .template-blog .post-content h1, .template-blog .post-content h2, .template-blog .post-content h3, .template-blog .post-content h4, .template-blog .post-content h5, .template-blog .post-content h6 { max-width: 600px; margin-left: 0; }
.template-blog .post-content p.highlight, .template-blog .post-content ul.highlight, .template-blog .post-content ol.highlight, .template-blog .post-content dl.highlight, .template-blog .post-content blockquote.highlight, .template-blog .post-content table.highlight, .template-blog .post-content pre.highlight, .template-blog .post-content form.highlight, .template-blog .post-content div.highlight, .template-blog .post-content h1.highlight, .template-blog .post-content h2.highlight, .template-blog .post-content h3.highlight, .template-blog .post-content h4.highlight, .template-blog .post-content h5.highlight, .template-blog .post-content h6.highlight { max-width: 100%; }
.post-content blockquote.highlight > * { max-width: 100%; margin-left: 0; }
.post-content .highlight { opacity: 0; }
.post-content .highlight.processed { opacity: 1; }
.post-content .highlight.overlapping { margin-left: 160px; max-width: -webkit-calc(100% - 160px); max-width: -moz-calc(100% - 160px); max-width: calc(100% - 160px); }
.lt-ie9 .post-content .highlight.overlapping { padding-right: 160px; }
@media (max-width: 1020px) { .post-content .highlight.overlapping { margin-left: 0; } }
.post-content .highlight-left { float: left; }
.post-content .highlight-right { float: right; }
@media (max-width: 720px) { .post-content .highlight-left, .post-content .highlight-right { float: none; margin-left: auto; margin-right: auto; text-align: center; } }
.post-content .highlight-left img, .post-content .highlight-right img { float: none !important; }
@media (max-width: 720px) { .post-content .highlight-left img, .post-content .highlight-right img { margin: 1em auto !important; } }
.post-content .photo-caption { font-size: 12px; font-style: italic; color:  #545353 ; clear: both; }
@media (max-width: 720px) { .post-content .photo-caption { margin: 0 !important; } }

.blog-read-more { margin: 25px 0 0 0; }

.featured-image { margin: 0 0 60px; background:  #000000 ; max-width: none; opacity: 0; }
@media (max-width: 1020px) { .featured-image { margin: 30px 0; } }
.featured-image.processed { opacity: 1; }
.featured-image img { display: block; margin: 0 auto; }

.single-post-pagination { max-width: 640px; margin: 90px auto 0; }
@media (max-width: 720px) { .single-post-pagination { margin: 45px auto 0; } }
.single-post-pagination a:before, .single-post-pagination a:after { font-family: 'Single Product Webicons Regular'; font-size: 16px; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; }
.single-post-pagination .previous-post:before { content: '\E012'; margin-right: 10px; }
.single-post-pagination .next-post { float: right; }
.single-post-pagination .next-post:after { content: '\E013'; margin-left: 10px; }

.post-comments { margin: 60px auto 0; padding-top: 60px; border-top: 1px solid  #000000 ; max-width: 640px; }
@media (max-width: 720px) { .post-comments { margin: 45px auto 0; padding-top: 45px; } }
.post-comments > div h3 { margin-top: 0; }

.post-comment { margin: 60px 0; }
@media (max-width: 720px) { .post-comment { margin: 30px 0; } }

.post-comments-list ~ .post-comments-submit { margin-top: 60px; padding-top: 60px; border-top: 1px solid  #000000 ; }
@media (max-width: 720px) { .post-comments-list ~ .post-comments-submit { margin-top: 30px; padding-top: 30px; } }

.template-product .main-content { font-size: 0; }
@media (max-width: 720px) { .template-product .page-title { margin-bottom: 30px; } }

.product-slideshow, .product-wrap { display: -moz-inline-stack; display: inline-block; vertical-align: top; *vertical-align: auto; zoom: 1; *display: inline; width: 50%; font-size: 16px; }
@media (max-width: 720px) { .product-slideshow, .product-wrap { display: block; width: 100%; padding: 0; } }

.product-slideshow { padding-right: 30px; }
@media (max-width: 720px) { .product-slideshow { margin-top: 30px; padding-right: 0; } }

.product-big-image { position: relative; }
.product-big-image img { display: block; margin: 0 auto; }
.product-big-image.working img { visibility: hidden; }
.product-big-image.zoom-enabled { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }

.product-slideshow-loader { left: 50%; right: auto; z-index: 1; display: none; }
.working .product-slideshow-loader { display: block; }

.product-image-zoom { position: absolute; background-color: white; background-repeat: no-repeat; display: none; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; cursor: pointer; cursor: -webkit-zoom-out; cursor: -moz-zoom-out; cursor: zoom-out; }
.product-image-zoom.active { display: block; }

.product-thumbnails { margin-top: 30px; text-align: center; font-size: 0; }
.product-thumbnails.hidden { visibility: hidden; }
.product-thumbnails img { display: inline-block; vertical-align: top; margin: 1px 6px 20px; padding: 2px; cursor: pointer; }
.product-thumbnails img.active { border: 1px solid  #000000 ; margin: 0 5px 20px; }
@media (max-width: 720px) { .product-thumbnails img { margin: 1px 3px 10px; }
  .product-thumbnails img.active { margin: 0 2px 20px; } }

.product-no-images { width: 100%; padding: 35%; background: #fafafa; }
.no-svg .product-no-images { padding: 0; background: none; }

.product-wrap { padding-left: 30px; }
@media (max-width: 720px) { .product-wrap { padding-left: 0; } }
.product-wrap .share-buttons a { margin-left: 0; }

@media (max-width: 720px) { .product-details { display: none; } }
.product-details.mobile { display: none; text-align: center; }
@media (max-width: 720px) { .product-details.mobile { display: block; } }

.product-details .vendor { margin-top: 0; font-size: 16px; font-size:  14px; ; }
.product-details .vendor ~ .product-price { margin-top: 26px; }
@media (max-width: 720px) { .product-details .vendor ~ .product-price { margin-top: 15px; } }

.vendor { display:   ; }

.product-details .vendor { line-height: 1; }

.product-price { font-size: 20px; margin: 0; }
.product-price .original { text-decoration: line-through; opacity: 0.5; margin-left: 7px; }

.product-options .selector-wrapper { margin-top: 30px; }
.product-options label { display: none; }

.product-quantity label { font-weight: normal; }
.product-quantity input { display: inline-block; width: 55px; text-align: center; margin-top: 0; margin-left: 15px; }

.add-to-cart { margin-top: 30px; }

.product-form-submit-wrap { display: inline-block; position: relative; }
.product-form-submit-wrap input { position: relative; z-index: 5; }

@-webkit-keyframes rotation { from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(359deg); } }

@-moz-keyframes rotation { from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(359deg); } }

@-o-keyframes rotation { from { -o-transform: rotate(0deg); }
  to { -o-transform: rotate(359deg); } }

@keyframes rotation { from { transform: rotate(0deg); }
  to { transform: rotate(359deg); } }

.add-to-cart-loader, .home-slideshow-loader, .product-slideshow-loader { height: 30px; width: 30px; border-radius: 100%; position: absolute; right: 4px; top: 50%; margin-top: -15px; z-index: 1; -webkit-animation: rotation .6s infinite linear; -moz-animation: rotation .6s infinite linear; -o-animation: rotation .6s infinite linear; animation: rotation .6s infinite linear; -webkit-transition: right 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -moz-transition: right 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: right 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: right 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.loading .add-to-cart-loader, .loading .home-slideshow-loader, .loading .product-slideshow-loader { right: -45px; }

.product-add-success-message, .product-add-error-message { display: none; color:  #545353 ; margin-top: 30px; }

.added-success .product-add-success-message { display: block; }

.added-error .product-add-error-message { display: block; color:  #b84949 ; }

.added-product-name { font-style: italic; color:  #434141 ; }

.product-description { margin-top: 30px; }

.product-more-info { margin-top: 30px; }

.product-info-link { position: relative; padding-left: 25px; margin: 12px 0; }
.product-info-link:before { font-family: 'Single Product Webicons Regular'; font-size: 16px; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; color:  #ffffff ; position: absolute; left: 0; top: 4px; }
.product-info-link:hover:before { color:  #a3a0a0 ; }
.product-info-link.info:before { content: '\E101'; }
.product-info-link.question-mark:before { content: '\E102'; }
.product-info-link.ruler:before { content: '\E105'; }
.product-info-link.envelope:before { content: '\E104'; }
.product-info-link.pencil:before { content: '\E103'; }
.product-info-link.shirt:before { content: '\E106'; }

.product-wrap .share-buttons { margin-top: 30px; }

.related-products { margin-top: 90px; padding-top: 60px; border-top: 1px solid  #000000 ; text-align: center; }
.related-products h3 { margin-bottom: 60px; }
.related-products .collection-products { margin: 30px -15px 0; }
@media (max-width: 720px) { .related-products .collection-products { margin: 30px 0 0; } }
.related-products .product-list-item { width: 25%; padding: 0 15px; margin: 0; }
@media (max-width: 720px) { .related-products .product-list-item { width: 100%; margin-bottom: 30px; } }
.related-products .product-list-item:nth-child(odd) { padding-right: 15px; }
.related-products .product-list-item:nth-child(even) { padding-left: 15px; }

.contact-form-wrapper { max-width: 640px; margin: 30px auto 0; padding-top: 30px; border-top: 1px solid  #000000 ; }
.contact-form-wrapper h2 { margin-top: 0; }
.contact-form-wrapper .error-message, .contact-form-wrapper .success-message { font-size: 16px; }

.collection-list-item { background-size: cover; background-repeat: no-repeat; background-position: center center; text-align: center; position: relative; height: 350px; margin: 60px 0 0; }
.lt-ie9 .collection-list-item { background: none !important; }
@media (max-width: 720px) { .collection-list-item { background: none !important; height: auto; } }

.collection-link { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2; background: rgba(0, 0, 0, 0.15); }
@media (max-width: 720px) { .collection-link { position: relative; top: auto; right: auto; bottom: auto; left: auto; background: none; } }

.collection-details { -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); position: absolute; top: 50%; width: 100%; z-index: 5; padding: 0 30px; }
.lt-ie9 .collection-details { filter: glow(color=black, strength=1); }
@media (max-width: 720px) { .collection-details { -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; position: relative; top: auto; left: auto; } }
.collection-details h1, .collection-details .rte { color: white; text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15); }
@media (max-width: 720px) { .collection-details h1, .collection-details .rte { text-shadow: none; } }
.collection-details h1 { font-size: 32px; line-height: 40px; margin: 0; }
@media (max-width: 720px) { .collection-details h1 { font-size: 24px; line-height: 1.2; color:  #000000 ; margin-top: 15px; } }
.collection-details .rte { margin-top: 15px; }
@media (max-width: 720px) { .collection-details .rte { color:  #434141 ; } }

.mobile-collection-image { display: none; }
.lt-ie9 .mobile-collection-image { display: block; height: 350px; width: 100%; overflow: hidden; }
.lt-ie9 .mobile-collection-image img { width: 100%; }
@media (max-width: 720px) { .mobile-collection-image { display: block; } }

.template-collection .page-title { margin-bottom: 0; }
.template-collection .pagination { max-width: 100%; }

.main-content.collection-has-featured-image { max-width: 100%; padding: 0; }
.no-touch .sticky-header ~ .main-content.collection-has-featured-image { padding-top: 120px; }
.main-content.collection-has-featured-image .breadcrumbs { margin-top: 80px; }

.collection-header-wrapper { background-size: cover; background-repeat: no-repeat; background-position: center center; min-height: 500px; padding: 50px 30px 60px; position: relative; text-align: center; display: table; width: 100%; }
.collection-header-wrapper:before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.15); z-index: 1; }
.lt-ie9 .collection-header-wrapper { background: none !important; height: auto; min-height: 0; padding: 0 30px; }
.lt-ie9 .collection-header-wrapper:before { content: none; }
@media (max-width: 720px) { .collection-header-wrapper { background: none !important; height: auto; min-height: 0; padding: 0 30px; }
  .collection-header-wrapper:before { content: none; } }

.collection-header { display: table-cell; vertical-align: middle; position: relative; z-index: 2; width: 100%; }
.lt-ie9 .collection-header { display: block; }
@media (max-width: 720px) { .collection-header { display: block; } }
.collection-header h1, .collection-header .collection-description { color: white; text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15); }
.lt-ie9 .collection-header h1, .lt-ie9 .collection-header .collection-description { color: inherit; text-shadow: none; }
@media (max-width: 720px) { .collection-header h1, .collection-header .collection-description { color: inherit; text-shadow: none; } }
.collection-header h1 { margin-top: 0; }
.lt-ie9 .collection-header h1 { margin-top: 60px; color:  #000000 ; }
@media (max-width: 720px) { .collection-header h1 { margin-top: 60px; color:  #000000 ; } }
.collection-header .collection-description { font-family:  'Open Sans', sans-serif ; font-size: 20px; font-weight: normal; -webkit-font-smoothing: initial; -webkit-font-smoothing: ; -webkit-font-smoothing: ; -webkit-font-smoothing:  antialiased ; -webkit-font-smoothing: ; }
.lt-ie9 .collection-header .collection-description { color:  #434141 ; font-size: 16px; }
@media (max-width: 720px) { .collection-header .collection-description { color:  #434141 ; font-size: 16px; } }

.collection-description { margin-top: 45px; }

.collection-tag-selector { text-align: center; margin-top: 45px; }
.collection-tag-selector .select-wrapper { display: inline-block; width: auto; margin: 0; }

.collection-products { font-size: 0; margin: 90px -30px -60px; }
.collection-products.products-per-row-3, .collection-products.products-per-row-4 { margin-left: -15px; margin-right: -15px; }
@media (max-width: 1020px) { .collection-products { margin-left: -15px; margin-right: -15px; } }
@media (max-width: 720px) { .collection-products { margin: 90px 0; } }
.collection-has-featured-image .collection-products { max-width: 1020px; margin-left: auto; margin-right: auto; }
.collection-has-featured-image .collection-products.products-per-row-3, .collection-has-featured-image .collection-products.products-per-row-4 { max-width: 1020px; }
@media (max-width: 1020px) { .collection-has-featured-image .collection-products { padding: 0 15px; } }
@media (max-width: 720px) { .collection-has-featured-image .collection-products { padding: 0 30px; } }

.product-list-item { font-size: 16px; display: inline-block; vertical-align: top; width: 50%; text-align: center; margin: 0 0 60px; padding: 0 30px; }
.products-per-row-3 .product-list-item { width: 33.33%; padding: 0 15px; }
.products-per-row-4 .product-list-item { width: 25%; padding: 0 15px; }
@media (max-width: 1020px) { .product-list-item { padding: 0 15px; } }
@media (max-width: 720px) { .product-list-item { padding: 0 !important; display: block; width: 100% !important; } }
.product-list-item h1 { font-size: 16px; }
.product-list-item h1 a { color:  #000000 ; }

.product-list-item-thumbnail { position: relative; display: inline-block; max-width: 100%; }
.product-list-item-thumbnail img { display: block; margin: 0 auto; }

.stock-overlay { position: absolute; top: 50%; left: 50%; background:  #ffffff ; color:  #070606 ; display: inline-block; padding: 10px 15px; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.sale-badge { position: absolute; bottom: -10px; right: -10px; background:  #ffffff ; color:  #070606 ; display: block; border-radius: 50%; height: 30px; width: 30px; padding: 7px 7px 6px 6px; font-family: 'Single Product Webicons Regular'; font-size: 16px; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; }

.product-list-item-vendor { margin-top: 30px; }
.product-list-item-vendor + h1 { margin-top: 20px; }

.product-list-item-price { margin-bottom: 0; }
.product-list-item-price .original { text-decoration: line-through; opacity: 0.4; margin-left: 7px; }

@media (max-width: 720px) { .template-cart .page-title { margin-bottom: 60px; } }
.template-cart .empty { text-align: center; }

.cart-items { width: 100%; -webkit-transition: height 0.3s ease-in; -moz-transition: height 0.3s ease-in; -o-transition: height 0.3s ease-in; transition: height 0.3s ease-in; }
.cart-items.empty { height: 0; overflow: hidden; }
.cart-items th { font-weight: normal; color:  #434141 ; text-align: right; }
.cart-items tr td, .cart-items tr th { border-bottom: 1px solid  #000000 ; border-radius: 0 !important; }
.cart-items tr td.first, .cart-items tr th.first { padding-left: 0; }
.cart-items tr td.last, .cart-items tr th.last { padding-right: 0; text-align: right; }

@media (max-width: 720px) { .cart-items tr, .cart-items td { display: block; width: 100%; float: left\9; }
  .cart-items tr { border-bottom: 1px solid  #000000 ; overflow: hidden; }
  .cart-items tr.first { border-top: 1px solid  #000000 ; }
  .cart-items tr td { border: none; }
  .cart-items tr td.last { text-align: center; padding-right: 10px; }
  .cart-items thead, .cart-items .total { display: none; } }

.cart-item { -webkit-transition: opacity 0.3s ease-in, height 0.3s ease-in; -moz-transition: opacity 0.3s ease-in, height 0.3s ease-in; -o-transition: opacity 0.3s ease-in, height 0.3s ease-in; transition: opacity 0.3s ease-in, height 0.3s ease-in; }
.cart-item td { padding: 40px 0; }
.cart-item.removing { opacity: 0; }

.cart-item-product { text-align: left; }
@media (max-width: 720px) { .cart-item-product { text-align: center; border-bottom: 1px solid  #000000  !important; } }

.cart-image { display: inline-block; vertical-align: middle; }
.cart-image img { display: block; margin: 0 auto; }
@media (max-width: 720px) { .cart-image { display: block; width: 100px; margin: 0 auto 15px; } }

.cart-item-product-wrap { display: inline-block; margin-left: 30px; vertical-align: middle; }
.cart-item-product-wrap span { display: block; }
@media (max-width: 720px) { .cart-item-product-wrap { display: block; width: 100%; margin-left: 0; text-align: center; } }

.cart-title { font-family:  Oswald, sans-serif ; -webkit-font-smoothing: initial; -webkit-font-smoothing: ; -webkit-font-smoothing: ; -webkit-font-smoothing: ; -webkit-font-smoothing: ; }
.cart-title a { color:  #000000 ; }

.cart-vendor, .cart-variant { color:  #545353 ; font-size: 14px; margin-top: 10px; }

.cart-vendor ~ .cart-variant { margin-top: 0; }

.cart-item-remove { color:  #ffffff ; font-size: 13px; margin-top: 10px; cursor: pointer; }
.cart-item-remove:hover { color:  #a3a0a0 ; }

tr .cart-item-price, tr .cart-item-quantity, tr .cart-item-total { text-align: right; padding-right: 20px; }
@media (max-width: 720px) { tr .cart-item-price, tr .cart-item-quantity, tr .cart-item-total { width: 100%; padding: 0 10px; margin: 20px 0; text-align: center; } }

@media (max-width: 720px) { .cart-item-price:before, .cart-item-quantity:before, .cart-item-total:before { color:  #000000 ; } }

@media (max-width: 720px) { .cart-item-price:before { content: 'Price: '; } }

@media (max-width: 720px) { .cart-item-quantity:before { content: 'Quantity: '; } }

@media (max-width: 720px) { .cart-item-total:before { content: 'Total: '; } }

.cart-item-quantity { font-size: 0; -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.cart-item-quantity > * { font-size: 16px; }

input.cart-item-quantity-display { display: inline-block; width: auto; height: auto; padding: 0; border: none; font-weight: 700; }

.cart-item-decrease, .cart-item-increase { display: inline-block; height: 36px; line-height: 32px; border: 1px solid  #000000 ; padding: 0 10px; cursor: pointer; }

.cart-item-decrease { border-radius: 5px 0 0 5px; }

.cart-item-increase { border-left: none; border-radius: 0 5px 5px 0; }

.cart-tools { font-size: 0; }

.cart-instructions, .cart-totals { display: inline-block; vertical-align: top; font-size: 16px; margin-top: 30px; }

.cart-instructions { width: 60%; }
@media (max-width: 720px) { .cart-instructions { width: 100%; } }
.cart-instructions textarea { font-size: 14px; }

.cart-totals { float: right; text-align: right; width: 40%; padding-left: 30px; }
@media (max-width: 720px) { .cart-totals { width: 100%; padding-left: 0; } }

.cart-additional-checkout-buttons { margin-top: 25px; }
.cart-additional-checkout-buttons input { display: block; float: right; margin-bottom: 10px; }

.cart-price { font-size: 20px; color:  #000000 ; }

.cart-checkout { margin-top: 30px; }

.cart-currency-note { margin-top: 30px; }

@media (max-width: 720px) { .cart-item-undo { text-align: center; } }

.cart-undo { cursor: pointer; color:  #ffffff ; }
.cart-undo:hover { color:  #a3a0a0 ; }

.cart-shipping-calculator-wrapper { font-size: 0; margin-top: 60px; }

.cart-shipping-calculator { width: 60%; display: inline-block; vertical-align: top; font-size: 16px; }
@media (max-width: 720px) { .cart-shipping-calculator { width: 100%; } }

.cart-shipping-calculator-response { width: 40%; display: inline-block; vertical-align: top; font-size: 14px; padding: 39px 0 0 30px; text-align: right; }
@media (max-width: 720px) { .cart-shipping-calculator-response { width: 100%; text-align: center; padding: 0; } }

.shipping-country-wrapper, .shipping-province-wrapper { margin-top: 15px; }
.shipping-country-wrapper .select-wrapper, .shipping-province-wrapper .select-wrapper { margin: 0; }

.cart-shipping-zip-code input { display: inline-block; width: auto; font-size: 14px; }
@media (max-width: 720px) { .cart-shipping-zip-code input { width: 100%; margin: 0; } }

input[type="button"].cart-shipping-calculate { margin-left: 15px; }
@media (max-width: 720px) { input[type="button"].cart-shipping-calculate { margin: 15px 0 0 0; } }

.template-search .page-title { margin-bottom: 60px; }

.search-form { text-align: center; font-size: 0; max-width: 640px; margin: 0 auto; }

input[type="text"].search-input { display: inline-block; vertical-align: middle; width: 70%; font-size: 14px; }
@media (max-width: 720px) { input[type="text"].search-input { width: 100%; display: block; } }

.search-submit { display: inline-block; vertical-align: middle; width: 30%; padding-left: 10px; }
@media (max-width: 720px) { .search-submit { width: 100%; display: block; margin-top: 15px; padding-left: 0; } }
.search-submit input[type="submit"] { width: 100%; }

.search-results-wrapper { margin: 30px auto 0; }

.search-results-count { text-align: center; margin: 30px 0 60px; }
.search-results-count ul { list-style: none; padding: 0; }

@media (max-width: 720px) { .search-results-pages, .search-results-products { text-align: center; } }
.search-results-pages h3, .search-results-products h3 { margin: 0 0 30px; }

.search-results-products { font-size: 0; margin: 60px -30px 0; }
@media (max-width: 1020px) { .search-results-products { margin-left: -15px; margin-right: -15px; } }
@media (max-width: 720px) { .search-results-products { margin-left: 0; margin-right: 0; } }
.search-results-products .product-list-item { width: 33.33%; }
@media (max-width: 720px) { .search-results-products .product-list-item { width: 100%; } }
.search-results-products h3 { padding: 0 30px; }
@media (max-width: 1020px) { .search-results-products h3 { padding: 0 15px; } }
@media (max-width: 720px) { .search-results-products h3 { padding: 0; } }

.search-results-products-none { font-size: 16px; padding: 0 30px; margin-bottom: 60px; }
@media (max-width: 720px) { .search-results-products-none { padding: 0; } }

.search-results-pages { padding-top: 60px; border-top: 1px solid  #000000 ; }
.search-results-pages .search-result { margin-top: 60px; }
.search-results-pages h4 { font-weight: normal; margin: 0 0 8px; }
.search-results-pages .rte { margin-top: 15px; }

.template-404 .main-content { text-align: center; }

/* Customer / account */
.template-customers-login .page-title { margin-bottom: 60px; }

.recover-password { display: none; }
.recover-password .reset-button { display: inline-block; margin: 0; }
.recover-password .toggle-forgetfulness { display: inline-block; margin-left: 10px; }

.successful-reset { display: none; }

.toggle-forgetfulness span { cursor: pointer; }

.guest-checkout, .new-customer { margin-top: 60px; }

.template-customers-account .page-title, .template-customers-addresses .page-title, .template-customers-order .page-title { margin-bottom: 15px; }

.template-customers-login .main-content, .template-customers-register .main-content, .template-customers-account .main-content, .template-customers-reset_password .main-content, .template-customers-activate_account .main-content { max-width: 640px; }

.logged-in-as { margin-bottom: 60px; font-size: 14px; text-align: center; }

.account-info { margin-bottom: 60px; }
@media (max-width: 720px) { .account-info { margin-bottom: 30px; } }
.account-info > span { display: block; }

.view-addresses-link { font-size: 14px; }

.orders { width: 100%; margin: 30px 0; }
.orders td { text-align: center; }

.decline-activation { margin-left: 10px; }
@media (max-width: 720px) { .decline-activation { display: block; margin: 10px 0 0 0; } }

.template-customers-addresses .main-content { padding-left: 15px; padding-right: 15px; max-width: 700px; }
@media (max-width: 720px) { .template-customers-addresses .main-content { padding-left: 30px; padding-right: 30px; } }

.customer-address-edit-form, .customer-new-address { display: none; }
.customer-address-edit-form.show, .customer-new-address.show { display: block; }
.customer-address-edit-form label ~ .select-wrapper, .customer-new-address label ~ .select-wrapper { margin-top: 15px; }

.cancel-edit { margin-left: 8px; }

.customer-address-edit-form .input-wrapper:first-of-type { margin-top: 0; }

.customer-address.editing { display: none; }

.customer-addresses { font-size: 0; }
@media (max-width: 720px) { .customer-addresses { text-align: center; } }

.customer-address-wrap { font-size: 16px; display: inline-block; width: 50%; vertical-align: top; margin: 15px 0; padding: 0 15px; }
@media (max-width: 720px) { .customer-address-wrap { width: 100%; text-align: center; margin: 30px 0; padding: 0; }
  .customer-address-wrap:first-child { margin-top: 0; } }

.customer-address p:first-child { margin-top: 0; }
.customer-address p:last-child { margin-bottom: 0; }

.edit-address, .delete-address { color:  #ffffff ; cursor: pointer; font-size: 14px; }
.edit-address:hover, .delete-address:hover { color:  #a3a0a0 ; }

.add-new-address-wrapper { margin-top: 30px; padding-top: 45px; border-top: 1px solid  #000000 ; padding-left: 15px; padding-right: 15px; }
@media (max-width: 720px) { .add-new-address-wrapper { text-align: center; padding-left: 0; padding-right: 0; } }
.add-new-address-wrapper.no-border { padding-top: 0; border-top: none; }
.add-new-address-wrapper .input-wrapper:first-of-type { margin-top: 0; }

.template-customers-order .cart-item-quantity { font-size: 16px; }

.order-totals { text-align: right; width: 33%; float: right; margin-top: 30px; }
@media (max-width: 720px) { .order-totals { margin: 30px auto 0; float: none; } }
.order-totals td { padding: 2px 0 2px 10px; text-align: right; }
@media (max-width: 720px) { .order-totals td { width: 50%; } }
.order-totals td:first-child { padding: 2px 10px 2px 0; }
@media (max-width: 720px) { .order-totals td:last-child { text-align: left; } }

.order-total { color:  #000000 ; font-weight: 700; }

.shipping-info { font-size: 0; width: 66%; margin-top: 60px; }
@media (max-width: 720px) { .shipping-info { width: 100%; } }
.shipping-info > div { display: inline-block; width: 50%; vertical-align: top; font-size: 16px; }
@media (max-width: 720px) { .shipping-info > div { text-align: center; width: 100%; }
  .shipping-info > div:last-child { margin-top: 30px; } }
.shipping-info h2 { font-size: 24px; margin-top: 0; }
