/*

    1. - FRAMEWORK

      1.1 - Initialize
			1.2 - Mixin


    2. - THEME

      2.1 - General

      2.2 - Header

      2.3 - Footer


    3. - PARTIALS

      3.1 - Searchbar

      3.2 - Product Grid



    4. - TEMPLATES

      4.1 - Index

      4.2 - Collection List

      4.3 - Collection


    5. - APPS

      5.1 - Digital Download
*/
/*  1. - FRAMEWORK
//////////////////////////////////////////////////////////////////////////////*/
/*  1.1 - Initialize
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
@media only screen and (min-width: 768px) {
.large-1 {
	position: relative;
	width: 8.33333%;
}
.large-2 {
	position: relative;
	width: 16.66667%;
}
.large-3 {
	position: relative;
	width: 25%;
}
.large-4 {
	position: relative;
	width: 33.33333%;
}
.large-5 {
	position: relative;
	width: 41.66667%;
}
.large-6 {
	position: relative;
	width: 50%;
}
.large-7 {
	position: relative;
	width: 58.33333%;
}
.large-8 {
	position: relative;
	width: 66.66667%;
}
.large-9 {
	position: relative;
	width: 75%;
}
.large-10 {
	position: relative;
	width: 83.33333%;
}
.large-11 {
	position: relative;
	width: 91.66667%;
}
.large-12 {
	position: relative;
	width: 100%;
}
.row .large-offset-1 {
	position: relative;
	margin-left: 8.33333%;
}
.row .large-offset-2 {
	position: relative;
	margin-left: 16.66667%;
}
.row .large-offset-3 {
	position: relative;
	margin-left: 25%;
}
.row .large-offset-4 {
	position: relative;
	margin-left: 33.33333%;
}
.row .large-offset-5 {
	position: relative;
	margin-left: 41.66667%;
}
.row .large-offset-6 {
	position: relative;
	margin-left: 50%;
}
.row .large-offset-7 {
	position: relative;
	margin-left: 58.33333%;
}
.row .large-offset-8 {
	position: relative;
	margin-left: 66.66667%;
}
.row .large-offset-9 {
	position: relative;
	margin-left: 75%;
}
.row .large-offset-10 {
	position: relative;
	margin-left: 83.33333%;
}
.row .large-offset-11 {
	position: relative;
	margin-left: 91.66667%;
}
.push-1 {
	position: relative;
	left: 8.33333%;
	right: auto;
}
.pull-1 {
	position: relative;
	right: 8.33333%;
	left: auto;
}
.push-2 {
	position: relative;
	left: 16.66667%;
	right: auto;
}
.pull-2 {
	position: relative;
	right: 16.66667%;
	left: auto;
}
.push-3 {
	position: relative;
	left: 25%;
	right: auto;
}
.pull-3 {
	position: relative;
	right: 25%;
	left: auto;
}
.push-4 {
	position: relative;
	left: 33.33333%;
	right: auto;
}
.pull-4 {
	position: relative;
	right: 33.33333%;
	left: auto;
}
.push-5 {
	position: relative;
	left: 41.66667%;
	right: auto;
}
.pull-5 {
	position: relative;
	right: 41.66667%;
	left: auto;
}
.push-6 {
	position: relative;
	left: 50%;
	right: auto;
}
.pull-6 {
	position: relative;
	right: 50%;
	left: auto;
}
.push-7 {
	position: relative;
	left: 58.33333%;
	right: auto;
}
.pull-7 {
	position: relative;
	right: 58.33333%;
	left: auto;
}
.push-8 {
	position: relative;
	left: 66.66667%;
	right: auto;
}
.pull-8 {
	position: relative;
	right: 66.66667%;
	left: auto;
}
.push-9 {
	position: relative;
	left: 75%;
	right: auto;
}
.pull-9 {
	position: relative;
	right: 75%;
	left: auto;
}
.push-10 {
	position: relative;
	left: 83.33333%;
	right: auto;
}
.pull-10 {
	position: relative;
	right: 83.33333%;
	left: auto;
}
.push-11 {
	position: relative;
	left: 91.66667%;
	right: auto;
}
.pull-11 {
	position: relative;
	right: 91.66667%;
	left: auto;
}
.column.large-centered, .columns.large-centered {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	float: none !important;
}
.column.large-uncentered, .columns.large-uncentered {
	margin-left: 0;
	margin-right: 0;
	float: none;
}
}
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
	display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
	display: none;
}
script {
	display: none !important;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
/* 2 */ }
/**
 * Remove default margin.
 */
body {
	margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
	outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
	outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong {
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
	font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
	white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
	border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
	overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
	margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
/* 2 */ }
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 2 */
	margin: 0;
/* 3 */ }
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
	line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select {
	text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
/* 3 */ }
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
	cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
/* 2 */ }
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
	overflow: auto;
	/* 1 */
	vertical-align: top;
/* 2 */ }
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
	outline: none;
}
.clearfix, .fw__blocks {
 *zoom: 1;
}
.clearfix:after, .fw__blocks:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.show-after-js {
	display: inline !important;
}
html.after-js-loaded .show-after-js {
	display: inherit !important;
}
.image-scale-hack {
	transform: rotate(0.0001deg);
}
/*  1.x - Loading Animation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.fw__loading_animation {
	display: none;
}
/*  1.x - Media Queries
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.show-for-small, .show-for-medium, .show-for-large, .show-for-small-medium, .show-for-medium-large {
	display: none !important;
}

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

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

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

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

@media only screen and (min-width: 768px) {
.show-for-medium-large {
	display: inherit !important;
}
}
.lt-ie9 .show-for-medium-large {
	display: inherit !important;
}
.hide-for-all {
	display: none !important;
}
.lt-ie9 .show-for-small {
	display: none !important;
}
.lt-ie9 .show-for-ie9-down, .lt-ie9 .show-for-medium, .lt-ie9 .show-for-large, .lt-ie9 .show-for-medium-large {
	display: inherit !important;
}
/*  1.x - Spacing
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
	line-height: 28px;
	font-size: 17px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	line-height: 1.25;
	padding: 0;
}
p, blockquote {
	margin: 0 0 15px;
}
blockquote {
	padding-left: 15px;
}
hr {
	margin: 30px 0;
}
ul, ol {
	margin: 0 0 15px;
	line-height: 1;
	padding: 0;
}
ol ol, ul ul {
	padding-left: 15px;
	margin-top: 10px;
}
li {
	line-height: 1;
	margin-bottom: 10px;
}
label {
	margin: 0 0 5px;
	display: block;
}
input, textarea {
	padding: 12px 15px;
	margin: 0 0 15px;
}
input.compact, textarea.compact {
	padding: 6px;
	margin: 0 0 15px;
}
select {
	margin: 0 0 15px;
}
input[type="file"], input[type="color"] {
	padding: 0;
}
input[type="radio"], input[type="checkbox"] {
	padding: 0;
	margin: 0 10px 0 0;
}
table, img {
	margin: 0;
}
tr td, tr th {
	padding: 15px;
}
.rte-content h1, .rte-content h2, .rte-content h3, .rte-content h4, .rte-content h5, .rte-content h6 {
	margin: 0 0 15px;
}
.rte-content table, .rte-content img {
	margin: 0 0 15px;
}
.rte-content li {
	line-height: 1.375;
	margin-bottom: 5px;
}
.spacing--1 {
	padding: 5px;
}
.spacing--2 {
	padding: 10px;
}
.spacing--3 {
	padding: 15px;
}
.spacing--4 {
	padding: 30px;
}
.spacing--5 {
	padding: 50px;
}
.spacing--6 {
	padding: 70px;
}
.spacing--7 {
	padding: 100px;
}
.spacing--1x {
	padding-left: 5px;
	padding-right: 5px;
}
.spacing--2x {
	padding-left: 10px;
	padding-right: 10px;
}
.spacing--3x {
	padding-left: 15px;
	padding-right: 15px;
}
.spacing--4x {
	padding-left: 30px;
	padding-right: 30px;
}
.spacing--5x {
	padding-left: 50px;
	padding-right: 50px;
}
.spacing--6x {
	padding-left: 70px;
	padding-right: 70px;
}
.margin--6x {
	margin-left: 70px;
	margin-right: 70px;
}

.spacing--7x {
	padding-left: 100px;
	padding-right: 100px;
}
.spacing--1y {
	padding-top: 5px;
	padding-bottom: 5px;
}
.spacing--2y {
	padding-top: 10px;
	padding-bottom: 10px;
}
.spacing--3y {
	padding-top: 15px;
	padding-bottom: 15px;
}
.spacing--4y {
	padding-top: 30px;
	padding-bottom: 30px;
}
.spacing--5y {
	padding-top: 50px;
	padding-bottom: 50px;
}
.spacing--6y {
	padding-top: 70px;
	padding-bottom: 70px;
}
.spacing--7y {
	padding-top: 100px;
	padding-bottom: 100px;
}
.spacer {
	padding-bottom: 0;
}
.spacing--noleft {
	padding-left: 0px !important;
}
.spacing--noright {
	padding-right: 0px !important;
}
.spacing--nomarginbottom {
	margin-bottom: 0px;
}

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

.spacing--4ybottom {

	padding-bottom: 30px;
}


/*  1.x - Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.fw__blocks {
	display: block;
	margin: 0 auto;
	position: relative;
	padding: 0;
}
.fw__blocks.show-after-js {
	display: none;
}
.fw__blocks > *, .fw__blocks .block {
	position: relative;
	float: left;
	display: block;
	margin: 0;
	width: 100%;
	min-height: 1px;
}
.fw__blocks > *.show-after-js, .fw__blocks .block.show-after-js {
	display: none;
}
.fw__blocks.list > *, .fw__blocks.list .item {
	display: inline-block;
	width: auto;
	float: none;
}
.fw__blocks.vertical > *, .fw__blocks.vertical .item {
	float: none;
	display: block;
}
.fw__blocks .width--1 {
	width: 8.33333%;
}
.fw__blocks .width--2 {
	width: 16.66667%;
}
.fw__blocks .width--3 {
	width: 25%;
}
.fw__blocks .width--4 {
	width: 33.33333%;
}
.fw__blocks .width--5 {
	width: 41.66667%;
}
.fw__blocks .width--6 {
	width: 50%;
}
.fw__blocks .width--7 {
	width: 58.33333%;
}
.fw__blocks .width--8 {
	width: 66.66667%;
}
.fw__blocks .width--9 {
	width: 75%;
}
.fw__blocks .width--10 {
	width: 83.33333%;
}
.fw__blocks .width--11 {
	width: 91.66667%;
}
.fw__blocks .width--12 {
	width: 100%;
}

@media only screen and (min-width: 768px) {
.fw__blocks .width--medium-1 {
	width: 8.33333%;
}
}
.lt-ie9 .fw__blocks .width--medium-1 {
	width: 8.33333%;
}

@media only screen and (min-width: 768px) {
.fw__blocks .width--medium-2 {
	width: 16.66667%;
}
}
.lt-ie9 .fw__blocks .width--medium-2 {
	width: 16.66667%;
}

@media only screen and (min-width: 768px) {
.fw__blocks .width--medium-3 {
	width: 25%;
}
}
.lt-ie9 .fw__blocks .width--medium-3 {
	width: 25%;
}

@media only screen and (min-width: 768px) {
.fw__blocks .width--medium-4 {
	width: 33.33333%;
}
}
.lt-ie9 .fw__blocks .width--medium-4 {
	width: 33.33333%;
}

@media only screen and (min-width: 768px) {
.fw__blocks .width--medium-5 {
	width: 41.66667%;
}
}
.lt-ie9 .fw__blocks .width--medium-5 {
	width: 41.66667%;
}

@media only screen and (min-width: 768px) {
.fw__blocks .width--medium-6 {
	width: 50%;
}
}
.lt-ie9 .fw__blocks .width--medium-6 {
	width: 50%;
}

@media only screen and (min-width: 768px) {
.fw__blocks .width--medium-7 {
	width: 58.33333%;
}
}
.lt-ie9 .fw__blocks .width--medium-7 {
	width: 58.33333%;
}

@media only screen and (min-width: 768px) {
.fw__blocks .width--medium-8 {
	width: 66.66667%;
}
}
.lt-ie9 .fw__blocks .width--medium-8 {
	width: 66.66667%;
}

@media only screen and (min-width: 768px) {
.fw__blocks .width--medium-9 {
	width: 75%;
}
}
.lt-ie9 .fw__blocks .width--medium-9 {
	width: 75%;
}

@media only screen and (min-width: 768px) {
.fw__blocks .width--medium-10 {
	width: 83.33333%;
}
}
.lt-ie9 .fw__blocks .width--medium-10 {
	width: 83.33333%;
}

@media only screen and (min-width: 768px) {
.fw__blocks .width--medium-11 {
	width: 91.66667%;
}
}
.lt-ie9 .fw__blocks .width--medium-11 {
	width: 91.66667%;
}

@media only screen and (min-width: 768px) {
.fw__blocks .width--medium-12 {
	width: 100%;
}
}
.lt-ie9 .fw__blocks .width--medium-12 {
	width: 100%;
}

@media only screen and (min-width: 1024px) {
.fw__blocks .width--large-1 {
	width: 8.33333%;
}
}
.lt-ie9 .fw__blocks .width--large-1 {
	width: 8.33333%;
}

@media only screen and (min-width: 1024px) {
.fw__blocks .width--large-2 {
	width: 16.66667%;
}
}
.lt-ie9 .fw__blocks .width--large-2 {
	width: 16.66667%;
}

@media only screen and (min-width: 1024px) {
.fw__blocks .width--large-3 {
	width: 25%;
}
}
.lt-ie9 .fw__blocks .width--large-3 {
	width: 25%;
}

@media only screen and (min-width: 1024px) {
.fw__blocks .width--large-4 {
	width: 33.33333%;
}
}
.lt-ie9 .fw__blocks .width--large-4 {
	width: 33.33333%;
}

@media only screen and (min-width: 1024px) {
.fw__blocks .width--large-5 {
	width: 41.66667%;
}
}
.lt-ie9 .fw__blocks .width--large-5 {
	width: 41.66667%;
}

@media only screen and (min-width: 1024px) {
.fw__blocks .width--large-6 {
	width: 50%;
}
}
.lt-ie9 .fw__blocks .width--large-6 {
	width: 50%;
}

@media only screen and (min-width: 1024px) {
.fw__blocks .width--large-7 {
	width: 58.33333%;
}
}
.lt-ie9 .fw__blocks .width--large-7 {
	width: 58.33333%;
}

@media only screen and (min-width: 1024px) {
.fw__blocks .width--large-8 {
	width: 66.66667%;
}
}
.lt-ie9 .fw__blocks .width--large-8 {
	width: 66.66667%;
}

@media only screen and (min-width: 1024px) {
.fw__blocks .width--large-9 {
	width: 75%;
}
}
.lt-ie9 .fw__blocks .width--large-9 {
	width: 75%;
}

@media only screen and (min-width: 1024px) {
.fw__blocks .width--large-10 {
	width: 83.33333%;
}
}
.lt-ie9 .fw__blocks .width--large-10 {
	width: 83.33333%;
}

@media only screen and (min-width: 1024px) {
.fw__blocks .width--large-11 {
	width: 91.66667%;
}
}
.lt-ie9 .fw__blocks .width--large-11 {
	width: 91.66667%;
}

@media only screen and (min-width: 1024px) {
.fw__blocks .width--large-12 {
	width: 100%;
}
}
.lt-ie9 .fw__blocks .width--large-12 {
	width: 100%;
}
.fw__blocks.clear-after--1 > *:nth-child(1n+1), .fw__blocks.clear-after--1 .block:nth-child(1n+1) {
	clear: left;
}
.fw__blocks.clear-after--2 > *:nth-child(2n+1), .fw__blocks.clear-after--2 .block:nth-child(2n+1) {
	clear: left;
}
.fw__blocks.clear-after--3 > *:nth-child(3n+1), .fw__blocks.clear-after--3 .block:nth-child(3n+1) {
	clear: left;
}
.fw__blocks.clear-after--4 > *:nth-child(4n+1), .fw__blocks.clear-after--4 .block:nth-child(4n+1) {
	clear: left;
}
.fw__blocks.clear-after--5 > *:nth-child(5n+1), .fw__blocks.clear-after--5 .block:nth-child(5n+1) {
	clear: left;
}
.fw__blocks.clear-after--6 > *:nth-child(6n+1), .fw__blocks.clear-after--6 .block:nth-child(6n+1) {
	clear: left;
}
.fw__blocks.clear-after--7 > *:nth-child(7n+1), .fw__blocks.clear-after--7 .block:nth-child(7n+1) {
	clear: left;
}
.fw__blocks.clear-after--8 > *:nth-child(8n+1), .fw__blocks.clear-after--8 .block:nth-child(8n+1) {
	clear: left;
}
.fw__blocks.clear-after--9 > *:nth-child(9n+1), .fw__blocks.clear-after--9 .block:nth-child(9n+1) {
	clear: left;
}
.fw__blocks.clear-after--10 > *:nth-child(10n+1), .fw__blocks.clear-after--10 .block:nth-child(10n+1) {
	clear: left;
}
.fw__blocks.clear-after--11 > *:nth-child(11n+1), .fw__blocks.clear-after--11 .block:nth-child(11n+1) {
	clear: left;
}
.fw__blocks.clear-after--12 > *:nth-child(12n+1), .fw__blocks.clear-after--12 .block:nth-child(12n+1) {
	clear: left;
}

@media only screen and (max-width: 767px) {
.fw__blocks.clear-after--small-1 > *:nth-child(1n+1), .fw__blocks.clear-after--small-1 .block:nth-child(1n+1) {
	clear: left;
}
}

@media only screen and (max-width: 767px) {
.fw__blocks.clear-after--small-2 > *:nth-child(2n+1), .fw__blocks.clear-after--small-2 .block:nth-child(2n+1) {
	clear: left;
}
}

@media only screen and (max-width: 767px) {
.fw__blocks.clear-after--small-3 > *:nth-child(3n+1), .fw__blocks.clear-after--small-3 .block:nth-child(3n+1) {
	clear: left;
}
}

@media only screen and (max-width: 767px) {
.fw__blocks.clear-after--small-4 > *:nth-child(4n+1), .fw__blocks.clear-after--small-4 .block:nth-child(4n+1) {
	clear: left;
}
}

@media only screen and (max-width: 767px) {
.fw__blocks.clear-after--small-5 > *:nth-child(5n+1), .fw__blocks.clear-after--small-5 .block:nth-child(5n+1) {
	clear: left;
}
}

@media only screen and (max-width: 767px) {
.fw__blocks.clear-after--small-6 > *:nth-child(6n+1), .fw__blocks.clear-after--small-6 .block:nth-child(6n+1) {
	clear: left;
}
}

@media only screen and (max-width: 767px) {
.fw__blocks.clear-after--small-7 > *:nth-child(7n+1), .fw__blocks.clear-after--small-7 .block:nth-child(7n+1) {
	clear: left;
}
}

@media only screen and (max-width: 767px) {
.fw__blocks.clear-after--small-8 > *:nth-child(8n+1), .fw__blocks.clear-after--small-8 .block:nth-child(8n+1) {
	clear: left;
}
}

@media only screen and (max-width: 767px) {
.fw__blocks.clear-after--small-9 > *:nth-child(9n+1), .fw__blocks.clear-after--small-9 .block:nth-child(9n+1) {
	clear: left;
}
}

@media only screen and (max-width: 767px) {
.fw__blocks.clear-after--small-10 > *:nth-child(10n+1), .fw__blocks.clear-after--small-10 .block:nth-child(10n+1) {
	clear: left;
}
}

@media only screen and (max-width: 767px) {
.fw__blocks.clear-after--small-11 > *:nth-child(11n+1), .fw__blocks.clear-after--small-11 .block:nth-child(11n+1) {
	clear: left;
}
}

@media only screen and (max-width: 767px) {
.fw__blocks.clear-after--small-12 > *:nth-child(12n+1), .fw__blocks.clear-after--small-12 .block:nth-child(12n+1) {
	clear: left;
}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
.fw__blocks.clear-after--medium-1 > *:nth-child(1n+1), .fw__blocks.clear-after--medium-1 .block:nth-child(1n+1) {
	clear: left;
}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
.fw__blocks.clear-after--medium-2 > *:nth-child(2n+1), .fw__blocks.clear-after--medium-2 .block:nth-child(2n+1) {
	clear: left;
}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
.fw__blocks.clear-after--medium-3 > *:nth-child(3n+1), .fw__blocks.clear-after--medium-3 .block:nth-child(3n+1) {
	clear: left;
}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
.fw__blocks.clear-after--medium-4 > *:nth-child(4n+1), .fw__blocks.clear-after--medium-4 .block:nth-child(4n+1) {
	clear: left;
}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
.fw__blocks.clear-after--medium-5 > *:nth-child(5n+1), .fw__blocks.clear-after--medium-5 .block:nth-child(5n+1) {
	clear: left;
}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
.fw__blocks.clear-after--medium-6 > *:nth-child(6n+1), .fw__blocks.clear-after--medium-6 .block:nth-child(6n+1) {
	clear: left;
}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
.fw__blocks.clear-after--medium-7 > *:nth-child(7n+1), .fw__blocks.clear-after--medium-7 .block:nth-child(7n+1) {
	clear: left;
}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
.fw__blocks.clear-after--medium-8 > *:nth-child(8n+1), .fw__blocks.clear-after--medium-8 .block:nth-child(8n+1) {
	clear: left;
}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
.fw__blocks.clear-after--medium-9 > *:nth-child(9n+1), .fw__blocks.clear-after--medium-9 .block:nth-child(9n+1) {
	clear: left;
}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
.fw__blocks.clear-after--medium-10 > *:nth-child(10n+1), .fw__blocks.clear-after--medium-10 .block:nth-child(10n+1) {
	clear: left;
}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
.fw__blocks.clear-after--medium-11 > *:nth-child(11n+1), .fw__blocks.clear-after--medium-11 .block:nth-child(11n+1) {
	clear: left;
}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
.fw__blocks.clear-after--medium-12 > *:nth-child(12n+1), .fw__blocks.clear-after--medium-12 .block:nth-child(12n+1) {
	clear: left;
}
}

@media only screen and (min-width: 1024px) {
.fw__blocks.clear-after--large-1 > *:nth-child(1n+1), .fw__blocks.clear-after--large-1 .block:nth-child(1n+1) {
	clear: left;
}
}
.lt-ie9 .fw__blocks.clear-after--large-1 > *:nth-child(1n+1), .lt-ie9 .fw__blocks.clear-after--large-1 .block:nth-child(1n+1) {
	clear: left;
}

@media only screen and (min-width: 1024px) {
.fw__blocks.clear-after--large-2 > *:nth-child(2n+1), .fw__blocks.clear-after--large-2 .block:nth-child(2n+1) {
	clear: left;
}
}
.lt-ie9 .fw__blocks.clear-after--large-2 > *:nth-child(2n+1), .lt-ie9 .fw__blocks.clear-after--large-2 .block:nth-child(2n+1) {
	clear: left;
}

@media only screen and (min-width: 1024px) {
.fw__blocks.clear-after--large-3 > *:nth-child(3n+1), .fw__blocks.clear-after--large-3 .block:nth-child(3n+1) {
	clear: left;
}
}
.lt-ie9 .fw__blocks.clear-after--large-3 > *:nth-child(3n+1), .lt-ie9 .fw__blocks.clear-after--large-3 .block:nth-child(3n+1) {
	clear: left;
}

@media only screen and (min-width: 1024px) {
.fw__blocks.clear-after--large-4 > *:nth-child(4n+1), .fw__blocks.clear-after--large-4 .block:nth-child(4n+1) {
	clear: left;
}
}
.lt-ie9 .fw__blocks.clear-after--large-4 > *:nth-child(4n+1), .lt-ie9 .fw__blocks.clear-after--large-4 .block:nth-child(4n+1) {
	clear: left;
}

@media only screen and (min-width: 1024px) {
.fw__blocks.clear-after--large-5 > *:nth-child(5n+1), .fw__blocks.clear-after--large-5 .block:nth-child(5n+1) {
	clear: left;
}
}
.lt-ie9 .fw__blocks.clear-after--large-5 > *:nth-child(5n+1), .lt-ie9 .fw__blocks.clear-after--large-5 .block:nth-child(5n+1) {
	clear: left;
}

@media only screen and (min-width: 1024px) {
.fw__blocks.clear-after--large-6 > *:nth-child(6n+1), .fw__blocks.clear-after--large-6 .block:nth-child(6n+1) {
	clear: left;
}
}
.lt-ie9 .fw__blocks.clear-after--large-6 > *:nth-child(6n+1), .lt-ie9 .fw__blocks.clear-after--large-6 .block:nth-child(6n+1) {
	clear: left;
}

@media only screen and (min-width: 1024px) {
.fw__blocks.clear-after--large-7 > *:nth-child(7n+1), .fw__blocks.clear-after--large-7 .block:nth-child(7n+1) {
	clear: left;
}
}
.lt-ie9 .fw__blocks.clear-after--large-7 > *:nth-child(7n+1), .lt-ie9 .fw__blocks.clear-after--large-7 .block:nth-child(7n+1) {
	clear: left;
}

@media only screen and (min-width: 1024px) {
.fw__blocks.clear-after--large-8 > *:nth-child(8n+1), .fw__blocks.clear-after--large-8 .block:nth-child(8n+1) {
	clear: left;
}
}
.lt-ie9 .fw__blocks.clear-after--large-8 > *:nth-child(8n+1), .lt-ie9 .fw__blocks.clear-after--large-8 .block:nth-child(8n+1) {
	clear: left;
}

@media only screen and (min-width: 1024px) {
.fw__blocks.clear-after--large-9 > *:nth-child(9n+1), .fw__blocks.clear-after--large-9 .block:nth-child(9n+1) {
	clear: left;
}
}
.lt-ie9 .fw__blocks.clear-after--large-9 > *:nth-child(9n+1), .lt-ie9 .fw__blocks.clear-after--large-9 .block:nth-child(9n+1) {
	clear: left;
}

@media only screen and (min-width: 1024px) {
.fw__blocks.clear-after--large-10 > *:nth-child(10n+1), .fw__blocks.clear-after--large-10 .block:nth-child(10n+1) {
	clear: left;
}
}
.lt-ie9 .fw__blocks.clear-after--large-10 > *:nth-child(10n+1), .lt-ie9 .fw__blocks.clear-after--large-10 .block:nth-child(10n+1) {
	clear: left;
}

@media only screen and (min-width: 1024px) {
.fw__blocks.clear-after--large-11 > *:nth-child(11n+1), .fw__blocks.clear-after--large-11 .block:nth-child(11n+1) {
	clear: left;
}
}
.lt-ie9 .fw__blocks.clear-after--large-11 > *:nth-child(11n+1), .lt-ie9 .fw__blocks.clear-after--large-11 .block:nth-child(11n+1) {
	clear: left;
}

@media only screen and (min-width: 1024px) {
.fw__blocks.clear-after--large-12 > *:nth-child(12n+1), .fw__blocks.clear-after--large-12 .block:nth-child(12n+1) {
	clear: left;
}
}
.lt-ie9 .fw__blocks.clear-after--large-12 > *:nth-child(12n+1), .lt-ie9 .fw__blocks.clear-after--large-12 .block:nth-child(12n+1) {
	clear: left;
}
.fw__blocks .ie8-clearer {
	width: 100%;
	padding: 0;
	margin: 0;
	min-height: 0px;
	height: 0px;
}
.fw__blocks.spacing--1 {
	padding: 0px;
}
.fw__blocks.spacing--1 > * {
	padding: 0px;
}
.fw__blocks.spacing--2 {
	padding: 5px;
}
.fw__blocks.spacing--2 > * {
	padding: 5px;
}
.fw__blocks.spacing--3 {
	padding: 7.5px;
}
.fw__blocks.spacing--3 > * {
	padding: 7.5px;
}
.fw__blocks.spacing--4 {
	padding: 15px;
}
.fw__blocks.spacing--4 > * {
	padding: 15px;
}
.fw__blocks.spacing--5 {
	padding: 25px;
}
.fw__blocks.spacing--5 > * {
	padding: 25px;
}
.fw__blocks.spacing--6 {
	padding: 35px;
}
.fw__blocks.spacing--6 > * {
	padding: 35px;
}
.fw__blocks.spacing--7 {
	padding: 50px;
}
.fw__blocks.spacing--7 > * {
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
	padding-bottom: 25px;
}
.fw__blocks.spacing--1x {
	padding-left: 2.5px;
	padding-right: 2.5px;
}
.fw__blocks.spacing--1x > * {
	padding-left: 2.5px;
	padding-right: 2.5px;
}
.fw__blocks.spacing--2x {
	padding-left: 5px;
	padding-right: 5px;
}
.fw__blocks.spacing--2x > * {
	padding-left: 5px;
	padding-right: 5px;
}
.fw__blocks.spacing--3x {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.fw__blocks.spacing--3x > * {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.fw__blocks.spacing--4x {
	padding-left: 15px;
	padding-right: 15px;
}
.fw__blocks.spacing--4x > * {
	padding-left: 15px;
	padding-right: 15px;
}
.fw__blocks.spacing--5x {
	padding-left: 25px;
	padding-right: 25px;
}
.fw__blocks.spacing--5x > * {
	padding-left: 25px;
	padding-right: 25px;
}
.fw__blocks.spacing--6x {
	padding-left: 35px;
	padding-right: 35px;
}
.fw__blocks.spacing--6x > * {
	padding-left: 35px;
	padding-right: 35px;
}
.fw__blocks.spacing--1y {
	padding-top: 2.5px;
	padding-bottom: 2.5px;
}
.fw__blocks.spacing--1y > * {
	padding-top: 2.5px;
	padding-bottom: 2.5px;
}
.fw__blocks.spacing--2y {
	padding-top: 5px;
	padding-bottom: 5px;
}
.fw__blocks.spacing--2y > * {
	padding-top: 5px;
	padding-bottom: 5px;
}
.fw__blocks.spacing--3y {
	padding-top: 7.5px;
	padding-bottom: 7.5px;
}
.fw__blocks.spacing--3y > * {
	padding-top: 7.5px;
	padding-bottom: 7.5px;
}
.fw__blocks.spacing--4y {
	padding-top: 15px;
	padding-bottom: 15px;
}
.fw__blocks.spacing--4y > * {
	padding-top: 15px;
	padding-bottom: 15px;
}
.fw__blocks.spacing--5y {
	padding-top: 25px;
	padding-bottom: 25px;
}
.fw__blocks.spacing--5y > * {
	padding-top: 25px;
	padding-bottom: 25px;
}
.fw__blocks.spacing--6y {
	padding-top: 35px;
	padding-bottom: 35px;
}
.fw__blocks.spacing--6y > * {
	padding-top: 35px;
	padding-bottom: 35px;
}

@media only screen and (max-width: 767px) {
.fw__blocks.spacing--small-0 {
	padding: 0;
}
.fw__blocks.spacing--small-0 > * {
	padding: 0;
}
.fw__blocks.spacing--small-1 {
	padding: 2.5px;
}
.fw__blocks.spacing--small-1 > * {
	padding: 2.5px;
}
.fw__blocks.spacing--small-2 {
	padding: 5px;
}
.fw__blocks.spacing--small-2 > * {
	padding: 5px;
}
.fw__blocks.spacing--small-3 {
	padding: 7.5px;
}
.fw__blocks.spacing--small-3 > * {
	padding: 7.5px;
}
.fw__blocks.spacing--small-4 {
	padding: 15px;
}
.fw__blocks.spacing--small-4 > * {
	padding: 15px;
}
.fw__blocks.spacing--small-5 {
	padding: 25px;
}
.fw__blocks.spacing--small-5 > * {
	padding: 25px;
}
.fw__blocks.spacing--small-6 {
	padding: 35px;
}
.fw__blocks.spacing--small-6 > * {
	padding: 35px;
}
.fw__blocks.spacing--small-0x {
	padding-left: 0;
	padding-right: 0;
}
.fw__blocks.spacing--small-0x > * {
	padding-left: 0;
	padding-right: 0;
}
.fw__blocks.spacing--small-1x {
	padding-left: 2.5px;
	padding-right: 2.5px;
}
.fw__blocks.spacing--small-1x > * {
	padding-left: 2.5px;
	padding-right: 2.5px;
}
.fw__blocks.spacing--small-2x {
	padding-left: 5px;
	padding-right: 5px;
}
.fw__blocks.spacing--small-2x > * {
	padding-left: 5px;
	padding-right: 5px;
}
.fw__blocks.spacing--small-3x {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.fw__blocks.spacing--small-3x > * {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.fw__blocks.spacing--small-4x {
	padding-left: 15px;
	padding-right: 15px;
}
.fw__blocks.spacing--small-4x > * {
	padding-left: 15px;
	padding-right: 15px;
}
.fw__blocks.spacing--small-5x {
	padding-left: 25px;
	padding-right: 25px;
}
.fw__blocks.spacing--small-5x > * {
	padding-left: 25px;
	padding-right: 25px;
}
.fw__blocks.spacing--small-6x {
	padding-left: 35px;
	padding-right: 35px;
}
.fw__blocks.spacing--small-6x > * {
	padding-left: 35px;
	padding-right: 35px;
}
.fw__blocks.spacing--small-0y {
	padding-top: 0;
	padding-bottom: 0;
}
.fw__blocks.spacing--small-0y > * {
	padding-top: 0;
	padding-bottom: 0;
}
.fw__blocks.spacing--small-1y {
	padding-top: 2.5px;
	padding-bottom: 2.5px;
}
.fw__blocks.spacing--small-1y > * {
	padding-top: 2.5px;
	padding-bottom: 2.5px;
}
.fw__blocks.spacing--small-2y {
	padding-top: 5px;
	padding-bottom: 5px;
}
.fw__blocks.spacing--small-2y > * {
	padding-top: 5px;
	padding-bottom: 5px;
}
.fw__blocks.spacing--small-3y {
	padding-top: 7.5px;
	padding-bottom: 7.5px;
}
.fw__blocks.spacing--small-3y > * {
	padding-top: 7.5px;
	padding-bottom: 7.5px;
}
.fw__blocks.spacing--small-4y {
	padding-top: 15px;
	padding-bottom: 15px;
}
.fw__blocks.spacing--small-4y > * {
	padding-top: 15px;
	padding-bottom: 15px;
}
.fw__blocks.spacing--small-5y {
	padding-top: 25px;
	padding-bottom: 25px;
}
.fw__blocks.spacing--small-5y > * {
	padding-top: 25px;
	padding-bottom: 25px;
}
.fw__blocks.spacing--small-6y {
	padding-top: 35px;
	padding-bottom: 35px;
}
.fw__blocks.spacing--small-6y > * {
	padding-top: 35px;
	padding-bottom: 35px;
}
}
.fw__blocks.compact--1x {
	margin-left: -5px;
	margin-right: -5px;
}
.fw__blocks.compact--2x {
	margin-left: -10px;
	margin-right: -10px;
}
.fw__blocks.compact--3x {
	margin-left: -15px;
	margin-right: -15px;
}
.fw__blocks.compact--4x {
	margin-left: -30px;
	margin-right: -30px;
}
.fw__blocks.compact--5x {
	margin-left: -50px;
	margin-right: -50px;
}
.fw__blocks.compact--6x {
	margin-left: -70px;
	margin-right: -70px;
}
.fw__blocks.compact--1y {
	margin-top: -5px;
	margin-bottom: -5px;
}
.fw__blocks.compact--2y {
	margin-top: -10px;
	margin-bottom: -10px;
}
.fw__blocks.compact--3y {
	margin-top: -15px;
	margin-bottom: -15px;
}
.fw__blocks.compact--4y {
	margin-top: -30px;
	margin-bottom: -30px;
}
.fw__blocks.compact--5y {
	margin-top: -50px;
	margin-bottom: -50px;
}
.fw__blocks.compact--6y {
	margin-top: -70px;
	margin-bottom: -70px;
}
/*  1.x - Colors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.bg-color--panel {
 background-color: { {
settings.bg-color--panel
}
}
;
}
/*  1.x - Typography
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading p, .wf-loading ul, .wf-loading li, .wf-loading a, .wf-loading blockquote {
	visibility: hidden;
}
html, html a {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
body {
	letter-spacing: 1px;
 font-family: {
% if settings.font--text__google.size > 0 %
}
"Montserrat" {
% elsif settings.font--text__typekit.size > 0 %
}
"" {
% else %
} { {
settings.font--text | remove_first: "google, "
}
} {
% endif %
};
 font-size: 17px;
 line-height: 28px;
}

@media only screen and (min-width: 768px) {
body {
	line-height: 1.375;
}
}
.lt-ie9 body {
	line-height: 1.375;
}
.font--logo {
 font-family: {
% if settings.font--logo__google.size > 0 %
}
"Montserrat" {
% elsif settings.font--logo__typekit.size > 0 %
}
"" {
% else %
} { {
settings.font--logo | remove_first: "google, "
}
} {
% endif %
};
}
.font--heading, body .sdd-download-product {
 color: { {
settings.color--headings
}
}
;
 font-family: {
% if settings.font--heading__google.size > 0 %
}
"Montserrat" {
% elsif settings.font--heading__typekit.size > 0 %
}
"" {
% else %
} { {
settings.font--heading | remove_first: "google, "
}
} {
% endif %
};
 text-transform: capitalize;
}
ul, ol, dl {
	list-style-position: inside;
}
ol {
	counter-reset: item;
	padding: 0;
	list-style-type: decimal;
}
ol li {
	display: block;
}
ol > li:before {
	content: counters(item, ".") ". ";
	counter-increment: item;
}
ol ol li:before {
	content: counters(item, ".") " ";
	counter-increment: item;
}
blockquote {
	font-style: italic;
	padding-left: 15px;
	margin-left: 0;
/* border-left: 2px solid #cacacc;*/ }
.no-touch a {
	-webkit-transition: color false false, 0.2s false false, ease false false;
	-moz-transition: color false false false, 0.2s false false false, ease false false false;
	-o-transition: color false false false, 0.2s false false false, ease false false false;
	transition: color 0.2s ease;
}
a, a:link, a:visited, a:hover {
 color: { {
settings.color--body
}
}
;
 text-decoration: none;
 outline: 0;
}
h1, h2, h3, h4, h5, h6 {
 font-family: {
% if settings.font--heading__google.size > 0 %
}
"Montserrat" {
% elsif settings.font--heading__typekit.size > 0 %
}
"" {
% else %
} { {
settings.font--heading | remove_first: "google, "
}
} {
% endif %
};
}
h1 {
	font-size: 26px;
	line-height: 1.15384615;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
h1 {
	font-size: 32px;
	line-height: 1.125;
}
}

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

@media only screen and (min-width: 768px) and (max-width: 1023px) {
h2 {
	font-size: 24px;
	line-height: 1.25;
}
}

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

@media only screen and (min-width: 768px) {
h3, h4, h5, h6 {
	line-height: 1.22222222;
}
}
.lt-ie9 h3, .lt-ie9 h4, .lt-ie9 h5, .lt-ie9 h6 {
	line-height: 1.22222222;
}
blockquote {
}
.text--uppercase {
	text-transform: uppercase;
}
.text--bold {
}
.text--capitalise {
	text-transform: capitalize;
}
.text--italic {
	font-style: italic;
}
.text--underline {
	text-decoration: underline;
}
.text--underline:link {
	text-decoration: underline;
}
.error {
 color: { {
settings.color--important
}
}
;
}
.no-touch button, .no-touch .button {
	-webkit-transition-property: color, border-color, background-color;
	-moz-transition-property: color, border-color, background-color;
	-o-transition-property: color, border-color, background-color;
	transition-property: color, border-color, background-color;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
button, .button, a.button, input[type="submit"], input[type="button"] {
	font-size: 12px;
}
 *::-webkit-input-placeholder, *:-moz-placeholder, *::-moz-placeholder, *:-ms-input-placeholder {
 color: { {
settings.color--body
}
};
}
.rte-content a, .rte-content a:link, .rte-content a:visited, .rte-content a:hover, .colored-links a, .colored-links a:link, .colored-links a:visited, .colored-links a:hover {
 color: { {
settings.color--links
}
}
;
}
.rte-content a:hover, .colored-links a:hover {
 color: { {
settings.color--links--hover
}
}
;
}
body .font-size--1 {
	font-size: 10px;
	line-height: 1.25;
}

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

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

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

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

@media only screen and (min-width: 768px) and (max-width: 1023px) {
body .font-size--5 {
	font-size: 24px;
	line-height: 1.25;
}
}

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

@media only screen and (min-width: 768px) and (max-width: 1023px) {
body .font-size--6 {
	font-size: 32px;
	line-height: 1.125;
}
}

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

@media only screen and (min-width: 768px) and (max-width: 1023px) {
body .font-size--7 {
	font-size: 40px;
	line-height: 1.125;
}
}

@media only screen and (min-width: 1024px) {
body .font-size--7 {
	font-size: 48px;
	line-height: 1.05;
}
}
.lt-ie9 body .font-size--7 {
	font-size: 48px;
	line-height: 1.05;
}
@font-face {
	font-family: 'glyphs';
	src: url('//cdn.shopify.com/s/files/1/0035/9372/t/104/assets/glyphs.eot?3456');
	src: url('//cdn.shopify.com/s/files/1/0035/9372/t/104/assets/glyphs.eot?3456') format("embedded-opentype"), url('//cdn.shopify.com/s/files/1/0035/9372/t/104/assets/glyphs.woff?3456') format("woff"), url('//cdn.shopify.com/s/files/1/0035/9372/t/104/assets/glyphs.ttf?3456') format("truetype"), url('//cdn.shopify.com/s/files/1/0035/9372/t/104/assets/glyphs.svg?3456') format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="glyph--"], [class*=" glyph--"] {
	font-family: 'glyphs';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 18px;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.glyph--twitter:before {
	content: "\ea91";
}
.glyph--chevron-left:before {
	content: "\e60f";
}
.glyph--chevron-right:before {
	content: "\e610";
}
.glyph--play-circle-outline:before {
	content: "\e630";
}
.glyph--play-circle-fill:before {
	content: "\e631";
}
.glyph--arrow-left:before {
	content: "\e600";
}
.glyph--arrow-right:before {
	content: "\e601";
}
.glyph--arrow-wide-left:before {
	content: "\e602";
}
.glyph--arrow-wide-right:before {
	content: "\e603";
}
.glyph--attachment:before {
	content: "\e604";
}
.glyph--behance:before {
	content: "\e605";
}
.glyph--check-box-blank:before {
	content: "\e606";
}
.glyph--check-box-outline-blank:before {
	content: "\e607";
}
.glyph--check-box-outline:before {
	content: "\e608";
}
.glyph--check-box:before {
	content: "\e609";
}
.glyph--check-circle-blank:before {
	content: "\e60a";
}
.glyph--check-circle-outline-blank:before {
	content: "\e60b";
}
.glyph--check-circle-outline:before {
	content: "\e60c";
}
.glyph--check-circle:before {
	content: "\e60d";
}
.glyph--check:before {
	content: "\e60e";
}
.glyph--cross-circle:before {
	content: "\e611";
}
.glyph--cross:before {
	content: "\e612";
}
.glyph--dollar:before {
	content: "\e613";
}
.glyph--euro:before {
	content: "\e614";
}
.glyph--expand-less-solid:before {
	content: "\e615";
}
.glyph--expand-less:before {
	content: "\e616";
}
.glyph--expand-more-solid:before {
	content: "\e617";
}
.glyph--expand-more:before {
	content: "\e618";
}
.glyph--filter:before {
	content: "\e61a";
}
.glyph--flickr:before {
	content: "\e61b";
}
.glyph--fullscreen-exit:before {
	content: "\e61c";
}
.glyph--fullscreen:before {
	content: "\e61d";
}
.glyph--googleplus:before {
	content: "\e61e";
}
.glyph--instagram:before {
	content: "\e61f";
}
.glyph--mail:before {
	content: "\e620";
}
.glyph--menu:before {
	content: "\e621";
}
.glyph--minus-circle-outline:before {
	content: "\e622";
}
.glyph--minus:before {
	content: "\e623";
}
.glyph--myspace:before {
	content: "\e624";
}
.glyph--payment-amex:before {
	content: "\e625";
}
.glyph--payment-cirrus:before {
	content: "\e626";
}
.glyph--payment-discover:before {
	content: "\e627";
}
.glyph--payment-google:before {
	content: "\e628";
}
.glyph--payment-interac:before {
	content: "\e629";
}
.glyph--payment-maestro:before {
	content: "\e62a";
}
.glyph--payment-mastercard:before {
	content: "\e62b";
}
.glyph--payment-paypal:before {
	content: "\e62c";
}
.glyph--payment-stripe:before {
	content: "\e62d";
}
.glyph--payment-visa:before {
	content: "\e62e";
}
.glyph--pinterest:before {
	content: "\e62f";
}
.glyph--plus-circle-outline:before {
	content: "\e632";
}
.glyph--plus-circle:before {
	content: "\e633";
}
.glyph--plus-square:before {
	content: "\e634";
}
.glyph--plus:before {
	content: "\e635";
}
.glyph--pound:before {
	content: "\e636";
}
.glyph--search:before {
	content: "\e637";
}
.glyph--share:before {
	content: "\e638";
}
.glyph--shopify:before {
	content: "\e639";
}
.glyph--tumblr:before {
	content: "\e63a";
}
.glyph--view-grid:before {
	content: "\e63c";
}
.glyph--view-list:before {
	content: "\e63d";
}
.glyph--vimeo:before {
	content: "\e63e";
}
.glyph--vine:before {
	content: "\e63f";
}
.glyph--yen:before {
	content: "\e640";
}
.glyph--youtube:before {
	content: "\e641";
}
.glyph--facebook:before {
	content: "\e619";
}
/*  1.x - Layouts
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
hr {
	border: 0;
	padding: 0;
 border-bottom: 1px solid { {
settings.bdr-color--general
}
}
;
}
.text-align--left {
	text-align: left;
}
.text-align--center {
	text-align: center;
}
.text-align--right {
	text-align: right;
}

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

@media only screen and (min-width: 1024px) {
.text-align--large-left {
	text-align: left;
}
.text-align--large-center {
	text-align: center;
}
.text-align--large-right {
	text-align: right;
}
}
.divider {
	display: block;
 border-top: 1px solid { {
settings.bdr-color--general
}
}
;
}
.panel {
 background: { {
settings.bg-color--panel
}
}
;
 border: 1px solid { {
settings.bdr-color--general
}
};
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 -ms-border-radius: 0px;
 -o-border-radius: 0px;
 border-radius: 0px;
}
.list--no-style {
	list-style: none;
	margin: 0;
	padding: 0;
}
table {
	background: transparent;
 border: solid 1px { {
settings.bdr-color--general
}
}
;
 border-radius: 5px;
 border-collapse: separate;
}
table.no-border {
	border: 0px;
}
table tr:first-child td:first-child, table tr:first-child th:first-child {
	border-top-left-radius: 5px;
}
table thead ~ tbody tr:first-child td:first-child, table thead ~ tbody tr:first-child th:first-child {
	border-radius: 0;
}
table tr:first-child td:last-child {
	border-top-right-radius: 5px;
}
table thead ~ tbody tr:first-child td:last-child {
	border-radius: 0;
}
table tr:last-child td:first-child, table tr:last-child th:first-child {
	border-bottom-left-radius: 5px;
}
table tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
}
table thead th:first-child {
	border-top-left-radius: 5px;
}
table thead th:last-child {
	border-top-right-radius: 5px;
}

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

::-webkit-input-placeholder {
 color: { {
settings.color--body
}
};
}

:-moz-placeholder {
 color: { {
settings.color--body
}
};
}

::-moz-placeholder {
 color: { {
settings.color--body
}
};
}

:-ms-input-placeholder {
 color: { {
settings.color--body
}
};
}
input[type="submit"], input[type="button"], input[type="radio"], input[type="checkbox"], input[type="reset"] {
	width: auto;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
 border: 1px solid { {
settings.bdr-color--general
}
}
;
 font-family: {
% if settings.font--text__google.size > 0 %
}
"Montserrat" {
% elsif settings.font--text__typekit.size > 0 %
}
"" {
% else %
} { {
settings.font--text | remove_first: "google, "
}
} {
% endif %
}
!important;
 -webkit-box-shadow: none !important;
 -moz-box-shadow: none !important;
 box-shadow: none !important;
 -webkit-appearance: none !important;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
 border: 1px solid { {
settings.bdr-color--general
}
}
;
}
input[type="color"] {
	width: 25px;
}
select {
	background-position: right center;

 background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNy43cHgiIGhlaWdodD0iNC4zcHgiIHZpZXdCb3g9IjAgMCA3LjcgNC4zIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA3LjcgNC4zIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiM5OTk5OTkiIGQ9Ik03LjEsMC4xQzYuNywwLjUsMy45LDMuMiwzLjksMy4yUzEsMC41LDAuNiwwLjFTMCwwLjcsMCwwLjdsMy45LDMuNmwzLjgtMy42QzcuNywwLjcsNy41LTAuMyw3LjEsMC4xeiIvPg0KPC9zdmc+DQo=");
	background-repeat: no-repeat;
	background-position: right 10px center;
	text-indent: 0.01px;
	text-overflow: '';
	cursor: pointer;
	padding: 12px 28px 12px 15px;
	width: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
 border: 1px solid { {
settings.bdr-color--general
}
}
;
}
select.compact {
	padding: 5px 28px 5px 15px;
}
.ie9 select, .lt-ie9 select {
	padding-right: 10px;
	background-image: none;
}
 select::-ms-expand {
 display: none;
}
select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button, select {
	text-transform: none;
}
.ie9 select, .lt-ie9 select {
	background-image: none;
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
.input--number {
	width: 92px;
	text-align: left;
	position: relative;
 border: 1px solid { {
settings.bdr-color--general
}
}
;
 display: inline-block;
 margin-bottom: 15px;
 padding: 0 20px;
}
.input--number .minus, .input--number .plus {
	position: absolute;
	height: 100%;
	padding: 0 5px;
	cursor: pointer;
	width: 20px;
	top: 0;
 background: { {
settings.bg-color--textbox
}
}
;
}
.input--number .minus span, .input--number .plus span {
	position: absolute;
	top: 50%;
	margin-top: -5px;
 color: { {
settings.bdr-color--general
}
}
;
 font-size: 10px;
}
.input--number .minus {
	left: 0;
}
.input--number .plus {
	right: 0;
}
.input--number input {
	border-top: 0;
	border-bottom: 0;
	width: 50px;
	margin: 0;
	text-align: center;
}
.input--number input:focus {
	border-top: 0;
	border-bottom: 0;
}
.input--number.updating input {
 color: { {
settings.bdr-color--general
}
}
;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button, .button, a.button, input[type="submit"], input[type="button"], input[type="reset"] {
 background: { {
settings.bg-color--button
}
}
;
 color: { {
settings.color--button
}
};
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
 border: 1px solid { {
settings.bdr-color--button
}
};
 text-transform: uppercase;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 -ms-border-radius: 2px;
 -o-border-radius: 2px;
 border-radius: 2px;
 display: inline-block;
 zoom: 1;
 vertical-align: baseline;
 height: 50px;
 line-height: 50px;
 letter-spacing: 1px;
 padding: 0 20px;
}
button.compact, .button.compact, a.button.compact, input[type="submit"].compact, input[type="button"].compact, input[type="reset"].compact {
	height: 29px;
	line-height: 29px;
}
button:focus, .button:focus, a.button:focus, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
 background: { {
settings.bg-color--button
}
}
;
}
button:link, .button:link, a.button:link, input[type="submit"]:link, input[type="button"]:link, input[type="reset"]:link {
 color: { {
settings.color--button
}
}
;
}
button:visited, .button:visited, a.button:visited, input[type="submit"]:visited, input[type="button"]:visited, input[type="reset"]:visited {
 color: { {
settings.color--button
}
}
;
}
button:hover, .button:hover, a.button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
 color: { {
settings.color--button
}
}
;
 background: { {
settings.bg-color--button--hover
}
};
}
/*  1.x - Media
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
img {
	vertical-align: middle;
	max-width: 100%;
}
.img--cover {
	top: 0;
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.responsive-video {
	width: 100%;
	display: block;
	position: relative;
	padding-top: 2.08333em;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 1.33333em;
	overflow: hidden;
}
.responsive-video.widescreen {
	padding-bottom: 57.25%;
}
.responsive-video.vimeo {
	padding-top: 0;
}
.responsive-video iframe, .responsive-video object, .responsive-video embed, .responsive-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*  2. - LAYOUT
//////////////////////////////////////////////////////////////////////////////*/
/*  2.x - General
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html, body {
	margin: 0;
	padding: 0;
 background: { {
settings.bg-color--body
}
}
;
}
body {
 color: { {
settings.color--body
}
}
;
}
.template--customers__account .layout__main-content, .template--customers__activate_account .layout__main-content, .template--customers__addresses .layout__main-content, .template--customers__login .layout__main-content, .template--customers__order .layout__main-content, .template--customers__register .layout__main-content, .template--customers__reset_password .layout__main-content {
	padding: 0px;
}
.layout__main-content {
	overflow: auto;
  overflow-x:hidden;
  margin-top: 172px;
}
.page--coffee-subscription-from-verve-coffee-roasters .layout__main-content {
	margin-top: 210px;
}
.layout__main-content .page-wrapper {
	max-width: 600px;
	margin: 50px auto;
}
.layout__main-content .page-wrapper.wide {
	max-width: 1000px;
}
.layout__main-content .content-wrapper {
	max-width: 600px;
	margin: 0 auto;
}
.layout__main-content .content-wrapper.small {
	max-width: 400px;
}
.layout__main-content .content-wrapper.wide {
	max-width: 1000px;
}
/*  2.x - Off Canvas
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.layout__off-canvas__viewport {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.layout__off-canvas__sidebar {
	position: absolute;
	top: 0px;
	overflow: auto;
	display: block;
}
.layout__off-canvas__sidebar.left {
	width: 90%;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
  height: 700px
}
.layout__off-canvas__sidebar.right {
	right: 0;
	width: 90%;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.layout__off-canvas__main-content {
	height: 100%;
	width: 100%;
	top: 0;
}



.layout__off-canvas__main-content > .overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100000px;
	z-index: 100;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	background: #f6f6f6;
	background: #000;
	cursor: pointer;
}
.layout__off-canvas__sidebar.left .top.row {
 border-bottom: 1px solid { {
settings.bdr-color--general
}
}
;
}
.layout__off-canvas__sidebar.left .layout__login a:link {
	text-decoration: underline;
}
/*  2.x - Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.layout__header .top-row {
 background: { {
settings.bg-color--header__top-row
}
}
;
 color: { {
settings.color--header__top-row
}
};
}
.layout__header .top-row a, .layout__header .top-row a:link, .layout__header .top-row a:hover, .layout__header .top-row a:visited {
 color: { {
settings.color--header__top-row
}
}
;
}
.layout__header .bottom-row {
 background: { {
settings.bg-color--header__bottom-row
}
}
;
 color: { {
settings.color--header__bottom-row
}
};
}
.layout__header .bottom-row a, .layout__header .bottom-row a:link, .layout__header .bottom-row a:hover, .layout__header .bottom-row a:visited {
 color: { {
settings.color--header__bottom-row
}
}
;
 font-family: {
% if settings.font--logo__google.size > 0 %
}
"Montserrat" {
% elsif settings.font--logo__typekit.size > 0 %
}
"" {
% else %
} { {
settings.font--logo | remove_first: "google, "
}
} {
% endif %
};
}
font-size: 12px;
}
.layout__header .layout__logo * {
 font-family: {
% if settings.font--logo__google.size > 0 %
}
"Montserrat" {
% elsif settings.font--logo__typekit.size > 0 %
}
"" {
% else %
} { {
settings.font--logo | remove_first: "google, "
}
} {
% endif %
};
}

@media only screen and (max-width: 767px) {
.layout__header {
	position: fixed;
  z-index: 97;
  width:100%;
  padding-bottom: 0px;
/*   top:0px !important; */
  text-align: center;
 border-bottom: 1px solid { {
settings.bdr-color--header
}
}
;
 padding: 15px;
 background: { {
settings.bg-color--header__top-row
}
};
 color: { {
settings.color--header__top-row
}
};
}
.layout__header a, .layout__header a:link, .layout__header a:hover, .layout__header a:visited {
 color: { {
settings.color--header__top-row
}
}
;
}
.layout__header .mobile_menu_link {
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -9.5px;
	cursor: pointer;
}
.layout__header .layout__logo h1 {
	padding: 0 45px;
}
.layout__header .layout__logo img {
	max-width: 100%;
 max-height: { {
settings.header__logo-height
}
}
px;
}
.layout__header .cart-link {
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -24px;
 border: solid 2px { {
settings.color--header__top-row
}
}
;
 -webkit-border-radius: 1px;
 -moz-border-radius: 1px;
 -ms-border-radius: 1px;
 -o-border-radius: 1px;
 border-radius: 1px;
 padding: 3px 7px;
 cursor: pointer;
}
}

@media only screen and (min-width: 768px) {
.layout__header {
	text-align: center;

}
.layout__header .row {
	position: relative;
	text-align: center;
}
.layout__header .bottom-row {
 border-top: 1px solid { {
settings.bdr-color--header
}
}
;
 border-bottom: 1px solid { {
settings.bdr-color--header
}
};
 padding: 2px 0;
 min-height: 41px;
}
.layout__header .top-row .left-column {
	position: absolute;
	left: 0;
	top: 1%;
	max-width: 184px;
	text-align: left;
}
.layout__header .top-row .left-column.with-logo {
	position: relative;
	top: 0;
	max-width: 400px;
}
.layout__header .top-row .right-column {
	position: absolute;
	right: 0;
 top: 1%;
	max-width: 190px;
	text-align: right;
}
.layout__header .layout__login {
	margin-top: -9px;
}
.layout__header .layout__login a {
}
.layout__header .partial--social-media {
	position: relative;
	margin-top: -9px;
}
.layout__header .partial--currency-selector {
	margin-top: -20.5px;
}
.layout__header .partial--modal.search {
	position: absolute;
	top: 11px;
	left: 10;
	z-index: 99;
}
.layout__header .partial--modal.search .modal-link {
	font-size: 12px;
  color: #fefefe;
}
.layout__header .layout__logo {
	display: inline-block;
}
.layout__header .layout__logo h1,
  .layout__header .layout__logo div{
	margin: 0;
    line-height:64px;
}
.layout__header .layout__logo img {
	max-width: 400px;
 max-height: { {
settings.header__logo-height
}
}
px;
}
.layout__header .partial--modal.cart {
	position: absolute;
	top: 10px;
	right: 15px;
}
.layout__header .partial--modal.cart a.toggle {
}
.layout__header .partial--modal.cart .layout__cart-modal__trigger-render {
	display: none;
}
}
.lt-ie9 .layout__header {
	text-align: center;
}
.lt-ie9 .layout__header .row {
	position: relative;
	text-align: center;
}
.lt-ie9 .layout__header .bottom-row {
 border-top: 1px solid { {
settings.bdr-color--header
}
}
;
 border-bottom: 1px solid { {
settings.bdr-color--header
}
};
 padding: 2px 0;
 min-height: 41px;
}
.lt-ie9 .layout__header .top-row .left-column {
	position: absolute;
	left: 0;
	top: 50%;
	max-width: 184px;
	text-align: left;
}
.lt-ie9 .layout__header .top-row .left-column.with-logo {
	position: relative;
	top: 0;
	max-width: 400px;
}
.lt-ie9 .layout__header .top-row .right-column {
	position: absolute;
	right: 0;
	top: 50%;
	max-width: 184px;
	text-align: right;
}
.lt-ie9 .layout__header .layout__login {
	margin-top: -9px;
}
.lt-ie9 .layout__header .layout__login a {
}
.lt-ie9 .layout__header .partial--social-media {
	position: relative;
	margin-top: -9px;
}
.lt-ie9 .layout__header .partial--currency-selector {
	margin-top: -20.5px;
}
.lt-ie9 .layout__header .partial--modal.search {
	position: absolute;
	top: 11px;
	left: 0;
	z-index: 1;
}
.lt-ie9 .layout__header .partial--modal.search .modal-link {
	font-size: 14px;
}
.lt-ie9 .layout__header .layout__logo {
	display: inline-block;
}
.lt-ie9 .layout__header .layout__logo h1 {
	margin: 0;
}
.lt-ie9 .layout__header .layout__logo img {
	max-width: 400px;
 max-height: { {
settings.header__logo-height
}
}
px;
}
.lt-ie9 .layout__header .partial--modal.cart {
	position: absolute;
	top: 10px;
	right: 0;
}
.lt-ie9 .layout__header .partial--modal.cart a.toggle {
}
.lt-ie9 .layout__header .partial--modal.cart .layout__cart-modal__trigger-render {
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
.layout__header .layout__login {
	max-width: 185px;
}
.layout__header .partial--social-media {
	max-width: 185px;
}
}
/*  2.x - Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.layout__footer {
	padding-top: 0;
	font-size: 12px;
	text-align: center;
 background: { {
settings.bg-color--footer
}
}
;
 border-top: 1px solid { {
settings.bdr-color--footer
}
};
 color: { {
settings.color--footer
}
};
}
.layout__footer a, .layout__footer a:link, .layout__footer a:hover, .layout__footer a:visited {
 color: { {
settings.color--footer
}
}
;
}

@media only screen and (max-width: 767px) {
.layout__footer {
	padding-top: 30px;
}
.layout__footer .block {
	width: 100% !important;
	text-align: center;
}
}
.layout__footer .block {
	padding: 15px;
	padding-top: 0;
}

@media only screen and (max-width: 767px) {
.layout__footer .block {
	padding-bottom: 30px;
}
}
.layout__footer .block > * {
	padding-bottom: 0;
	padding-top: 15px;
}
.layout__footer ul.list.horizontal {
	padding-top: 5px;
}
.layout__footer ul.list.horizontal li {
	padding-right: 15px;
}
.layout__footer ul.list.vertical li {
	padding-bottom: 10px;
}
.layout__footer ul.list.vertical li:last-child {
	padding-bottom: 0;
}
.layout__footer .partial--social-media {
	padding-top: 7.5px;
}
.layout__footer .partial--social-media .list a {
	padding-top: 7.5px;
}
.layout__footer h2.title {
	text-transform: uppercase;
}
.layout__footer input[type="email"] {
	display: inline-block;
	width: auto;
	padding: 6px;
	margin-bottom: 5px;
}
.layout__footer .button, .layout__footer .button:hover {
	height: 30px;
	line-height: 30px;
	margin-bottom: 0px;
 background: { {
settings.bg-color--footer__button
}
}
;
}
.layout__footer .payment-icons .icon {
	font-size: 24px;
}
/*  3. - PARTIALS
//////////////////////////////////////////////////////////////////////////////*/
/*  3.x - Main Menu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.partial--currency-selector {
	font-size: 12px;
	padding: 0 15px;
}
.partial--currency-selector.left-aligned {
	margin-top: 7px;
	float: left;
	z-index: 1;
}
.partial--currency-selector.right-aligned {
	width: auto;
	position: relative;
	display: inline-block;
}
.partial--currency-selector.mobile {
	position: relative;
	display: block;
	z-index: 1;
 border-top: 1px solid { {
settings.bdr-color--general
}
}
;
 float: none;
 min-width: 290px;
 padding-top: 15px;
}
.partial--currency-selector.mobile .container {
	padding: 0 15px;
}
.partial--currency-selector.mobile form {
	margin: 0;
}
.partial--currency-selector .custom.dropdown {
	margin-top: -5px;
	width: 65px;
	float: left;
}
.partial--currency-selector span {
	float: left;
	padding-right: 5px;
}
.partial--currency-selector select {
	display: inline-block;
	width: auto;
	padding-right: 25px;
	margin: 0;
}
/*  3.x - Main Menu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.layout__main-menu .sub-menu-link .glyph--expand-more {
	font-size: 10px;
	position: relative;
}
.layout__main-menu .sub-menu-link .glyph--expand-less {
	font-size: 10px;
	display: none;
	position: relative;
}
.layout__main-menu .sub-menu-link.open .glyph--expand-more {
	display: none;
}
.layout__main-menu .sub-menu-link.open .glyph--expand-less {
	display: inline;
}
.layout__main-menu.horizontal {
	padding-top: 3px;
}
.layout__main-menu.horizontal .list.level-1 {
	display: inline-block;
	padding: 0 20px;
}
.layout__main-menu.horizontal .list.level-1 a.active, .layout__main-menu.horizontal .list.level-1 a:hover {
 color: { {
settings.color--header__menu__hover-active
}
}
;
}
.layout__main-menu.horizontal .list.level-2 {
	display: none;
	white-space: nowrap;
	overflow: hidden;
}
.layout__main-menu.horizontal .list.level-2 > .item {
	position: relative;
	z-index: 1;
	vertical-align: text-top;
}
.layout__main-menu.horizontal .list.level-2 > .item > a {
	display: block;
}
.layout__main-menu.horizontal .list.level-3 {
	padding: 15px 0;
	display: block;
	white-space: normal;
	overflow: visible;
}
.layout__main-menu.horizontal .list.level-3 .item {
	font-size: 12px;
}
.layout__main-menu.horizontal .sub_menu_panel {
 background: { {
settings.bg-color--header__sub-menu
}
}
;
 width: 100%;
 position: relative;
 height: 0;
 overflow: hidden;
/* top: 5px; */
}
.layout__main-menu.horizontal .sub_menu_panel:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
 background: { {
settings.bg-color--header__sub-menu__top-bar
}
}
;
}
.layout__main-menu.horizontal .sub_menu_panel .level-2 {
	display: inline-block;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.layout__main-menu.horizontal .sub_menu_panel .level-2 .item a {
 color: { {
settings.color--header__sub-menu
}
}
;
}
.layout__main-menu.horizontal .sub_menu_panel .level-3 li {
	line-height: 1.4;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
.layout__main-menu.horizontal .level-1 .item {
	padding-left: 10px;
	padding-right: 10px;
}
.layout__main-menu.horizontal .level-2 .item {
	padding-left: 10px;
	padding-right: 10px;
}
.layout__main-menu.horizontal .level-3 .item {
	max-width: 180px;
}
}
.layout__main-menu.vertical .list.level-2 {
	position: relative;
	display: none;
	padding-left: 30px;
	padding-bottom: 0;
}
.layout__main-menu.vertical .list.level-2 .item:last-child {
	padding-bottom: 0;
}
.layout__main-menu.vertical .list.level-3 {
	position: relative;
	display: none;
	padding-left: 30px;
	padding-bottom: 0;
}
.layout__main-menu.vertical .sub-menu-link.open {
}
.layout__main-menu.vertical .item {
	width: 100%;
	line-height: 1.4;
}
.layout__main-menu.vertical .item a {
	display: block;
	position: relative;
	margin: 0 auto;
}
/*  3.x - Sliders
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
 *  Core Owl Carousel CSS File
 *  v1.3.2
 */
/* clearfix */
.owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/*
*   Owl Carousel Owl Demo Theme
* v1.3.2
*/
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
 *display: inline;
	/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;
/*IE7 life-saver */ }
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
/*background: #869791; */}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center;
}
/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 1200px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	perspective: 1200px;
}
/* fade */
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}
.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
 0% {
 opacity: 1;
}
}
@-moz-keyframes empty {
 0% {
 opacity: 1;
}
}
@keyframes empty {
 0% {
 opacity: 1;
}
}
@-webkit-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-moz-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-webkit-keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
@-moz-keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
@keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
@-webkit-keyframes backSlideOut {
 25% {
 opacity: .5;
 -webkit-transform: translateZ(-500px);
}
 75% {
 opacity: .5;
 -webkit-transform: translateZ(-500px) translateX(-200%);
}
 100% {
 opacity: .5;
 -webkit-transform: translateZ(-500px) translateX(-200%);
}
}
@-moz-keyframes backSlideOut {
 25% {
 opacity: .5;
 -moz-transform: translateZ(-500px);
}
 75% {
 opacity: .5;
 -moz-transform: translateZ(-500px) translateX(-200%);
}
 100% {
 opacity: .5;
 -moz-transform: translateZ(-500px) translateX(-200%);
}
}
@keyframes backSlideOut {
 25% {
 opacity: .5;
 transform: translateZ(-500px);
}
 75% {
 opacity: .5;
 transform: translateZ(-500px) translateX(-200%);
}
 100% {
 opacity: .5;
 transform: translateZ(-500px) translateX(-200%);
}
}
@-webkit-keyframes backSlideIn {
 0%, 25% {
 opacity: .5;
 -webkit-transform: translateZ(-500px) translateX(200%);
}
 75% {
 opacity: .5;
 -webkit-transform: translateZ(-500px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateZ(0) translateX(0);
}
}
@-moz-keyframes backSlideIn {
 0%, 25% {
 opacity: .5;
 -moz-transform: translateZ(-500px) translateX(200%);
}
 75% {
 opacity: .5;
 -moz-transform: translateZ(-500px);
}
 100% {
 opacity: 1;
 -moz-transform: translateZ(0) translateX(0);
}
}
@keyframes backSlideIn {
 0%, 25% {
 opacity: .5;
 transform: translateZ(-500px) translateX(200%);
}
 75% {
 opacity: .5;
 transform: translateZ(-500px);
}
 100% {
 opacity: 1;
 transform: translateZ(0) translateX(0);
}
}
@-webkit-keyframes scaleToFade {
 to {
 opacity: 0;
 -webkit-transform: scale(0.8);
}
}
@-moz-keyframes scaleToFade {
 to {
 opacity: 0;
 -moz-transform: scale(0.8);
}
}
@keyframes scaleToFade {
 to {
 opacity: 0;
 transform: scale(0.8);
}
}
@-webkit-keyframes goDown {
 from {
 -webkit-transform: translateY(-100%);
}
}
@-moz-keyframes goDown {
 from {
 -moz-transform: translateY(-100%);
}
}
@keyframes goDown {
 from {
 transform: translateY(-100%);
}
}
@-webkit-keyframes scaleUpFrom {
 from {
 opacity: 0;
 -webkit-transform: scale(1.5);
}
}
@-moz-keyframes scaleUpFrom {
 from {
 opacity: 0;
 -moz-transform: scale(1.5);
}
}
@keyframes scaleUpFrom {
 from {
 opacity: 0;
 transform: scale(1.5);
}
}
@-webkit-keyframes scaleUpTo {
 to {
 opacity: 0;
 -webkit-transform: scale(1.5);
}
}
@-moz-keyframes scaleUpTo {
 to {
 opacity: 0;
 -moz-transform: scale(1.5);
}
}
@keyframes scaleUpTo {
 to {
 opacity: 0;
 transform: scale(1.5);
}
}
.partial--slider {
	overflow: hidden;
}
.partial--slider .slide img {
	display: block;
	width: 100%;
	height: auto;
}
.partial--slider .owl-controls {
	margin-top: 0;
}
.partial--slider .owl-controls .owl-pagination {
	width: 100%;
	position: absolute;
	bottom: 10px;
}
.partial--slider .owl-controls .owl-page span {
	background: #fff;
	border: 2px solid #fff;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	box-shadow: 0px 0px 2px #666;
}
.partial--slider .owl-controls .owl-page span:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.partial--slider .owl-controls .owl-page.active span {
	background: transparent;
	box-shadow: inset 0 0px 2px #666, 0px 0px 2px #666;
}
.partial--slider .owl-item.loading {
	min-height: 150px;
 background: url( { {
"AjaxLoader.gif" | asset_url
}
}
) no-repeat center center;
}
.partial--slider .grabbing {
 cursor: url( { {
"grabbing.png" | asset_url
}
}
) 8 8, move;
}
.partial--slider .owl-controls .owl-buttons .owl-prev, .partial--slider .owl-controls .owl-buttons .owl-next {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	font-size: 35px;
	margin-top: -17.5px;
	position: absolute;
	background: none;
	top: 50%;
	color: #fff;
	text-shadow: 0px 0px 2px #666;
}
.partial--slider .owl-prev {
	left: 0;
	margin: -80px 0 0 -40px;
}
.partial--slider .owl-next {
	right: 0;
	margin: -80px -40px 0 0;
}
.product-slider {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}

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

@media only screen and (min-width: 768px) {
.product-slider h2 {
	margin-bottom: 50px;
}
}
.lt-ie9 .product-slider h2 {
	margin-bottom: 50px;
}
.product-slider ul {
	list-style: none;
	margin-top: 50px;
}
.product-slider ul li .columns {
	float: left !important;
}
/*  3.x - Product
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.partial--product {
	text-align: center;
	display: inline-block;
	width: 100%;
}
.partial--product:last-child {
	margin-bottom: 0;
}
.partial--product .image-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
}
.partial--product .image-wrapper img {
	max-width: 100%;
}
.partial--product .image-wrapper .hover {
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
}
.partial--product .title {
}
.partial--product .price .compare-price {
 color: { {
settings.color--important
}
}
;
 text-decoration: line-through;
 margin-right: 5px;
}
.partial--product .price .sold-out {
 color: { {
settings.color--important
}
}
;
}
.partial--product .selector-wrapper {
	max-width: 600px;
}
.partial--product .selector-wrapper label {
	text-transform: capitalize;
}
.partial--product .quantity {
	margin-right: 10px;
}
.partial--product .caption {
	text-align: center;
	text-transform: capitalize;
	margin-top: 15px;
}
.partial--product button.add {
	position: relative;
}
.partial--product button.add.loading .fw__loading_animation {
	display: inherit;
}
.partial--product button.add.loading .text {
	visibility: hidden;
}
.partial--product .product-unavailable {
	max-width: 600px;
	display: none;
}
.partial--product .product-unavailable input[type="email"] {
	width: 100%;
}
.partial--product.view--list .details {
	text-align: left;
}

@media only screen and (max-width: 767px) {
.partial--product.view--list .details {
	text-align: center;
}
.partial--product.view--list .title {
	padding-top: 15px;
}
.partial--product.view--list .price {
	font-size: 18px;
}
.partial--product.view--list .compare-price {
	display: block;
}
.partial--product.view--list .selector-wrapper {
	width: 100%;
	display: inline-block;
}
}
.partial--product.view--full .details {
	text-align: left;
}
/*  3.x - Tiles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.partial--tiles {
 padding: 0 0 0 { {
settings.home__tiles-spacing
}
}
px;
}
.partial--tiles .container {
	position: relative;
	visibility: hidden;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 768px) {
.partial--tiles .tile.width-1 {
	width: 25%;
}
.partial--tiles .tile.width-2 {
	width: 47%;
}
.partial--tiles .tile.width-3 {
	width: 75%;
}
.partial--tiles .total-rows-1 .tile.height-1 {
	height: 100%;
 height: -webkit-calc(1 / 1 * 100%);
 height: -moz-calc(1 / 1 * 100%);
 height: calc(1 / 1 * 100%);
}
.partial--tiles .total-rows-1 .tile.height-2 {
	height: 200%;
 height: -webkit-calc(2 / 1 * 100%);
 height: -moz-calc(2 / 1 * 100%);
 height: calc(2 / 1 * 100%);
}
.partial--tiles .total-rows-1 .tile.height-3 {
	height: 300%;
 height: -webkit-calc(3 / 1 * 100%);
 height: -moz-calc(3 / 1 * 100%);
 height: calc(3 / 1 * 100%);
}
.partial--tiles .total-rows-1 .tile.height-4 {
	height: 400%;
 height: -webkit-calc(4 / 1 * 100%);
 height: -moz-calc(4 / 1 * 100%);
 height: calc(4 / 1 * 100%);
}
.partial--tiles .total-rows-2 .tile.height-1 {
	height: 50%;
 height: -webkit-calc(1 / 2 * 100%);
 height: -moz-calc(1 / 2 * 100%);
 height: calc(1 / 2 * 100%);
}
.partial--tiles .total-rows-2 .tile.height-2 {
	height: 100%;
 height: -webkit-calc(2 / 2 * 100%);
 height: -moz-calc(2 / 2 * 100%);
 height: calc(2 / 2 * 100%);
}
.partial--tiles .total-rows-2 .tile.height-3 {
	height: 150%;
 height: -webkit-calc(3 / 2 * 100%);
 height: -moz-calc(3 / 2 * 100%);
 height: calc(3 / 2 * 100%);
}
.partial--tiles .total-rows-2 .tile.height-4 {
	height: 200%;
 height: -webkit-calc(4 / 2 * 100%);
 height: -moz-calc(4 / 2 * 100%);
 height: calc(4 / 2 * 100%);
}
.partial--tiles .total-rows-3 .tile.height-1 {
	height: 33.33333%;
 height: -webkit-calc(1 / 3 * 100%);
 height: -moz-calc(1 / 3 * 100%);
 height: calc(1 / 3 * 100%);
}
.partial--tiles .total-rows-3 .tile.height-2 {
	height: 66.66667%;
 height: -webkit-calc(2 / 3 * 100%);
 height: -moz-calc(2 / 3 * 100%);
 height: calc(2 / 3 * 100%);
}
.partial--tiles .total-rows-3 .tile.height-3 {
	height: 100%;
 height: -webkit-calc(3 / 3 * 100%);
 height: -moz-calc(3 / 3 * 100%);
 height: calc(3 / 3 * 100%);
}
.partial--tiles .total-rows-3 .tile.height-4 {
	height: 133.33333%;
 height: -webkit-calc(4 / 3 * 100%);
 height: -moz-calc(4 / 3 * 100%);
 height: calc(4 / 3 * 100%);
}
.partial--tiles .total-rows-4 .tile.height-1 {
	height: 25%;
 height: -webkit-calc(1 / 4 * 100%);
 height: -moz-calc(1 / 4 * 100%);
 height: calc(1 / 4 * 100%);
}
.partial--tiles .total-rows-4 .tile.height-2 {
	height: 50%;
 height: -webkit-calc(2 / 4 * 100%);
 height: -moz-calc(2 / 4 * 100%);
 height: calc(2 / 4 * 100%);
}
.partial--tiles .total-rows-4 .tile.height-3 {
	height: 75%;
 height: -webkit-calc(3 / 4 * 100%);
 height: -moz-calc(3 / 4 * 100%);
 height: calc(3 / 4 * 100%);
}
.partial--tiles .total-rows-4 .tile.height-4 {
	height: 100%;
 height: -webkit-calc(4 / 4 * 100%);
 height: -moz-calc(4 / 4 * 100%);
 height: calc(4 / 4 * 100%);
}
.partial--tiles .total-rows-5 .tile.height-1 {
	height: 20%;
 height: -webkit-calc(1 / 5 * 100%);
 height: -moz-calc(1 / 5 * 100%);
 height: calc(1 / 5 * 100%);
}
.partial--tiles .total-rows-5 .tile.height-2 {
	height: 40%;
 height: -webkit-calc(2 / 5 * 100%);
 height: -moz-calc(2 / 5 * 100%);
 height: calc(2 / 5 * 100%);
}
.partial--tiles .total-rows-5 .tile.height-3 {
	height: 60%;
 height: -webkit-calc(3 / 5 * 100%);
 height: -moz-calc(3 / 5 * 100%);
 height: calc(3 / 5 * 100%);
}
.partial--tiles .total-rows-5 .tile.height-4 {
	height: 80%;
 height: -webkit-calc(4 / 5 * 100%);
 height: -moz-calc(4 / 5 * 100%);
 height: calc(4 / 5 * 100%);
}
.partial--tiles .total-rows-6 .tile.height-1 {
	height: 16.66667%;
 height: -webkit-calc(1 / 6 * 100%);
 height: -moz-calc(1 / 6 * 100%);
 height: calc(1 / 6 * 100%);
}
.partial--tiles .total-rows-6 .tile.height-2 {
	height: 33.33333%;
 height: -webkit-calc(2 / 6 * 100%);
 height: -moz-calc(2 / 6 * 100%);
 height: calc(2 / 6 * 100%);
}
.partial--tiles .total-rows-6 .tile.height-3 {
	height: 50%;
 height: -webkit-calc(3 / 6 * 100%);
 height: -moz-calc(3 / 6 * 100%);
 height: calc(3 / 6 * 100%);
}
.partial--tiles .total-rows-6 .tile.height-4 {
	height: 66.66667%;
 height: -webkit-calc(4 / 6 * 100%);
 height: -moz-calc(4 / 6 * 100%);
 height: calc(4 / 6 * 100%);
}
.partial--tiles .total-rows-7 .tile.height-1 {
	height: 14.28571%;
 height: -webkit-calc(1 / 7 * 100%);
 height: -moz-calc(1 / 7 * 100%);
 height: calc(1 / 7 * 100%);
}
.partial--tiles .total-rows-7 .tile.height-2 {
	height: 28.57143%;
 height: -webkit-calc(2 / 7 * 100%);
 height: -moz-calc(2 / 7 * 100%);
 height: calc(2 / 7 * 100%);
}
.partial--tiles .total-rows-7 .tile.height-3 {
	height: 42.85714%;
 height: -webkit-calc(3 / 7 * 100%);
 height: -moz-calc(3 / 7 * 100%);
 height: calc(3 / 7 * 100%);
}
.partial--tiles .total-rows-7 .tile.height-4 {
	height: 57.14286%;
 height: -webkit-calc(4 / 7 * 100%);
 height: -moz-calc(4 / 7 * 100%);
 height: calc(4 / 7 * 100%);
}
.partial--tiles .total-rows-8 .tile.height-1 {
	height: 12.5%;
 height: -webkit-calc(1 / 8 * 100%);
 height: -moz-calc(1 / 8 * 100%);
 height: calc(1 / 8 * 100%);
}
.partial--tiles .total-rows-8 .tile.height-2 {
	height: 25%;
 height: -webkit-calc(2 / 8 * 100%);
 height: -moz-calc(2 / 8 * 100%);
 height: calc(2 / 8 * 100%);
}
.partial--tiles .total-rows-8 .tile.height-3 {
	height: 37.5%;
 height: -webkit-calc(3 / 8 * 100%);
 height: -moz-calc(3 / 8 * 100%);
 height: calc(3 / 8 * 100%);
}
.partial--tiles .total-rows-8 .tile.height-4 {
	height: 50%;
 height: -webkit-calc(4 / 8 * 100%);
 height: -moz-calc(4 / 8 * 100%);
 height: calc(4 / 8 * 100%);
}
.partial--tiles .total-rows-9 .tile.height-1 {
	height: 11.11111%;
 height: -webkit-calc(1 / 9 * 100%);
 height: -moz-calc(1 / 9 * 100%);
 height: calc(1 / 9 * 100%);
}
.partial--tiles .total-rows-9 .tile.height-2 {
	height: 22.22222%;
 height: -webkit-calc(2 / 9 * 100%);
 height: -moz-calc(2 / 9 * 100%);
 height: calc(2 / 9 * 100%);
}
.partial--tiles .total-rows-9 .tile.height-3 {
	height: 33.33333%;
 height: -webkit-calc(3 / 9 * 100%);
 height: -moz-calc(3 / 9 * 100%);
 height: calc(3 / 9 * 100%);
}
.partial--tiles .total-rows-9 .tile.height-4 {
	height: 44.44444%;
 height: -webkit-calc(4 / 9 * 100%);
 height: -moz-calc(4 / 9 * 100%);
 height: calc(4 / 9 * 100%);
}
.partial--tiles .total-rows-10 .tile.height-1 {
	height: 10%;
 height: -webkit-calc(1 / 10 * 100%);
 height: -moz-calc(1 / 10 * 100%);
 height: calc(1 / 10 * 100%);
}
.partial--tiles .total-rows-10 .tile.height-2 {
	height: 20%;
 height: -webkit-calc(2 / 10 * 100%);
 height: -moz-calc(2 / 10 * 100%);
 height: calc(2 / 10 * 100%);
}
.partial--tiles .total-rows-10 .tile.height-3 {
	height: 30%;
 height: -webkit-calc(3 / 10 * 100%);
 height: -moz-calc(3 / 10 * 100%);
 height: calc(3 / 10 * 100%);
}
.partial--tiles .total-rows-10 .tile.height-4 {
	height: 40%;
 height: -webkit-calc(4 / 10 * 100%);
 height: -moz-calc(4 / 10 * 100%);
 height: calc(4 / 10 * 100%);
}
.partial--tiles .total-rows-11 .tile.height-1 {
	height: 9.09091%;
 height: -webkit-calc(1 / 11 * 100%);
 height: -moz-calc(1 / 11 * 100%);
 height: calc(1 / 11 * 100%);
}
.partial--tiles .total-rows-11 .tile.height-2 {
	height: 18.18182%;
 height: -webkit-calc(2 / 11 * 100%);
 height: -moz-calc(2 / 11 * 100%);
 height: calc(2 / 11 * 100%);
}
.partial--tiles .total-rows-11 .tile.height-3 {
	height: 27.27273%;
 height: -webkit-calc(3 / 11 * 100%);
 height: -moz-calc(3 / 11 * 100%);
 height: calc(3 / 11 * 100%);
}
.partial--tiles .total-rows-11 .tile.height-4 {
	height: 36.36364%;
 height: -webkit-calc(4 / 11 * 100%);
 height: -moz-calc(4 / 11 * 100%);
 height: calc(4 / 11 * 100%);
}
.partial--tiles .total-rows-12 .tile.height-1 {
	height: 8.33333%;
 height: -webkit-calc(1 / 12 * 100%);
 height: -moz-calc(1 / 12 * 100%);
 height: calc(1 / 12 * 100%);
}
.partial--tiles .total-rows-12 .tile.height-2 {
	height: 16.66667%;
 height: -webkit-calc(2 / 12 * 100%);
 height: -moz-calc(2 / 12 * 100%);
 height: calc(2 / 12 * 100%);
}
.partial--tiles .total-rows-12 .tile.height-3 {
	height: 25%;
 height: -webkit-calc(3 / 12 * 100%);
 height: -moz-calc(3 / 12 * 100%);
 height: calc(3 / 12 * 100%);
}
.partial--tiles .total-rows-12 .tile.height-4 {
	height: 33.33333%;
 height: -webkit-calc(4 / 12 * 100%);
 height: -moz-calc(4 / 12 * 100%);
 height: calc(4 / 12 * 100%);
}
.partial--tiles .total-rows-13 .tile.height-1 {
	height: 7.69231%;
 height: -webkit-calc(1 / 13 * 100%);
 height: -moz-calc(1 / 13 * 100%);
 height: calc(1 / 13 * 100%);
}
.partial--tiles .total-rows-13 .tile.height-2 {
	height: 15.38462%;
 height: -webkit-calc(2 / 13 * 100%);
 height: -moz-calc(2 / 13 * 100%);
 height: calc(2 / 13 * 100%);
}
.partial--tiles .total-rows-13 .tile.height-3 {
	height: 23.07692%;
 height: -webkit-calc(3 / 13 * 100%);
 height: -moz-calc(3 / 13 * 100%);
 height: calc(3 / 13 * 100%);
}
.partial--tiles .total-rows-13 .tile.height-4 {
	height: 30.76923%;
 height: -webkit-calc(4 / 13 * 100%);
 height: -moz-calc(4 / 13 * 100%);
 height: calc(4 / 13 * 100%);
}
.partial--tiles .total-rows-14 .tile.height-1 {
	height: 7.14286%;
 height: -webkit-calc(1 / 14 * 100%);
 height: -moz-calc(1 / 14 * 100%);
 height: calc(1 / 14 * 100%);
}
.partial--tiles .total-rows-14 .tile.height-2 {
	height: 14.28571%;
 height: -webkit-calc(2 / 14 * 100%);
 height: -moz-calc(2 / 14 * 100%);
 height: calc(2 / 14 * 100%);
}
.partial--tiles .total-rows-14 .tile.height-3 {
	height: 21.42857%;
 height: -webkit-calc(3 / 14 * 100%);
 height: -moz-calc(3 / 14 * 100%);
 height: calc(3 / 14 * 100%);
}
.partial--tiles .total-rows-14 .tile.height-4 {
	height: 28.57143%;
 height: -webkit-calc(4 / 14 * 100%);
 height: -moz-calc(4 / 14 * 100%);
 height: calc(4 / 14 * 100%);
}
.partial--tiles .total-rows-15 .tile.height-1 {
	height: 6.66667%;
 height: -webkit-calc(1 / 15 * 100%);
 height: -moz-calc(1 / 15 * 100%);
 height: calc(1 / 15 * 100%);
}
.partial--tiles .total-rows-15 .tile.height-2 {
	height: 13.33333%;
 height: -webkit-calc(2 / 15 * 100%);
 height: -moz-calc(2 / 15 * 100%);
 height: calc(2 / 15 * 100%);
}
.partial--tiles .total-rows-15 .tile.height-3 {
	height: 20%;
 height: -webkit-calc(3 / 15 * 100%);
 height: -moz-calc(3 / 15 * 100%);
 height: calc(3 / 15 * 100%);
}
.partial--tiles .total-rows-15 .tile.height-4 {
	height: 26.66667%;
 height: -webkit-calc(4 / 15 * 100%);
 height: -moz-calc(4 / 15 * 100%);
 height: calc(4 / 15 * 100%);
}
.partial--tiles .total-rows-16 .tile.height-1 {
	height: 6.25%;
 height: -webkit-calc(1 / 16 * 100%);
 height: -moz-calc(1 / 16 * 100%);
 height: calc(1 / 16 * 100%);
}
.partial--tiles .total-rows-16 .tile.height-2 {
	height: 12.5%;
 height: -webkit-calc(2 / 16 * 100%);
 height: -moz-calc(2 / 16 * 100%);
 height: calc(2 / 16 * 100%);
}
.partial--tiles .total-rows-16 .tile.height-3 {
	height: 18.75%;
 height: -webkit-calc(3 / 16 * 100%);
 height: -moz-calc(3 / 16 * 100%);
 height: calc(3 / 16 * 100%);
}
.partial--tiles .total-rows-16 .tile.height-4 {
	height: 25%;
 height: -webkit-calc(4 / 16 * 100%);
 height: -moz-calc(4 / 16 * 100%);
 height: calc(4 / 16 * 100%);
}
.partial--tiles .total-rows-17 .tile.height-1 {
	height: 5.88235%;
 height: -webkit-calc(1 / 17 * 100%);
 height: -moz-calc(1 / 17 * 100%);
 height: calc(1 / 17 * 100%);
}
.partial--tiles .total-rows-17 .tile.height-2 {
	height: 11.76471%;
 height: -webkit-calc(2 / 17 * 100%);
 height: -moz-calc(2 / 17 * 100%);
 height: calc(2 / 17 * 100%);
}
.partial--tiles .total-rows-17 .tile.height-3 {
	height: 17.64706%;
 height: -webkit-calc(3 / 17 * 100%);
 height: -moz-calc(3 / 17 * 100%);
 height: calc(3 / 17 * 100%);
}
.partial--tiles .total-rows-17 .tile.height-4 {
	height: 23.52941%;
 height: -webkit-calc(4 / 17 * 100%);
 height: -moz-calc(4 / 17 * 100%);
 height: calc(4 / 17 * 100%);
}
.partial--tiles .total-rows-18 .tile.height-1 {
	height: 5.55556%;
 height: -webkit-calc(1 / 18 * 100%);
 height: -moz-calc(1 / 18 * 100%);
 height: calc(1 / 18 * 100%);
}
.partial--tiles .total-rows-18 .tile.height-2 {
	height: 11.11111%;
 height: -webkit-calc(2 / 18 * 100%);
 height: -moz-calc(2 / 18 * 100%);
 height: calc(2 / 18 * 100%);
}
.partial--tiles .total-rows-18 .tile.height-3 {
	height: 16.66667%;
 height: -webkit-calc(3 / 18 * 100%);
 height: -moz-calc(3 / 18 * 100%);
 height: calc(3 / 18 * 100%);
}
.partial--tiles .total-rows-18 .tile.height-4 {
	height: 22.22222%;
 height: -webkit-calc(4 / 18 * 100%);
 height: -moz-calc(4 / 18 * 100%);
 height: calc(4 / 18 * 100%);
}
.partial--tiles .total-rows-19 .tile.height-1 {
	height: 5.26316%;
 height: -webkit-calc(1 / 19 * 100%);
 height: -moz-calc(1 / 19 * 100%);
 height: calc(1 / 19 * 100%);
}
.partial--tiles .total-rows-19 .tile.height-2 {
	height: 10.52632%;
 height: -webkit-calc(2 / 19 * 100%);
 height: -moz-calc(2 / 19 * 100%);
 height: calc(2 / 19 * 100%);
}
.partial--tiles .total-rows-19 .tile.height-3 {
	height: 15.78947%;
 height: -webkit-calc(3 / 19 * 100%);
 height: -moz-calc(3 / 19 * 100%);
 height: calc(3 / 19 * 100%);
}
.partial--tiles .total-rows-19 .tile.height-4 {
	height: 21.05263%;
 height: -webkit-calc(4 / 19 * 100%);
 height: -moz-calc(4 / 19 * 100%);
 height: calc(4 / 19 * 100%);
}
.partial--tiles .total-rows-20 .tile.height-1 {
	height: 5%;
 height: -webkit-calc(1 / 20 * 100%);
 height: -moz-calc(1 / 20 * 100%);
 height: calc(1 / 20 * 100%);
}
.partial--tiles .total-rows-20 .tile.height-2 {
	height: 10%;
 height: -webkit-calc(2 / 20 * 100%);
 height: -moz-calc(2 / 20 * 100%);
 height: calc(2 / 20 * 100%);
}
.partial--tiles .total-rows-20 .tile.height-3 {
	height: 15%;
 height: -webkit-calc(3 / 20 * 100%);
 height: -moz-calc(3 / 20 * 100%);
 height: calc(3 / 20 * 100%);
}
.partial--tiles .total-rows-20 .tile.height-4 {
	height: 20%;
 height: -webkit-calc(4 / 20 * 100%);
 height: -moz-calc(4 / 20 * 100%);
 height: calc(4 / 20 * 100%);
}
}
.lt-ie9 .partial--tiles .tile.width-1 {
	width: 25%;
}
.lt-ie9 .partial--tiles .tile.width-2 {
	width: 50%;
}
.lt-ie9 .partial--tiles .tile.width-3 {
	width: 75%;
}
.lt-ie9 .partial--tiles .total-rows-1 .tile.height-1 {
	height: 100%;
 height: -webkit-calc(1 / 1 * 100%);
 height: -moz-calc(1 / 1 * 100%);
 height: calc(1 / 1 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-1 .tile.height-2 {
	height: 200%;
 height: -webkit-calc(2 / 1 * 100%);
 height: -moz-calc(2 / 1 * 100%);
 height: calc(2 / 1 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-1 .tile.height-3 {
	height: 300%;
 height: -webkit-calc(3 / 1 * 100%);
 height: -moz-calc(3 / 1 * 100%);
 height: calc(3 / 1 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-1 .tile.height-4 {
	height: 400%;
 height: -webkit-calc(4 / 1 * 100%);
 height: -moz-calc(4 / 1 * 100%);
 height: calc(4 / 1 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-2 .tile.height-1 {
	height: 50%;
 height: -webkit-calc(1 / 2 * 100%);
 height: -moz-calc(1 / 2 * 100%);
 height: calc(1 / 2 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-2 .tile.height-2 {
	height: 100%;
 height: -webkit-calc(2 / 2 * 100%);
 height: -moz-calc(2 / 2 * 100%);
 height: calc(2 / 2 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-2 .tile.height-3 {
	height: 150%;
 height: -webkit-calc(3 / 2 * 100%);
 height: -moz-calc(3 / 2 * 100%);
 height: calc(3 / 2 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-2 .tile.height-4 {
	height: 200%;
 height: -webkit-calc(4 / 2 * 100%);
 height: -moz-calc(4 / 2 * 100%);
 height: calc(4 / 2 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-3 .tile.height-1 {
	height: 33.33333%;
 height: -webkit-calc(1 / 3 * 100%);
 height: -moz-calc(1 / 3 * 100%);
 height: calc(1 / 3 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-3 .tile.height-2 {
	height: 66.66667%;
 height: -webkit-calc(2 / 3 * 100%);
 height: -moz-calc(2 / 3 * 100%);
 height: calc(2 / 3 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-3 .tile.height-3 {
	height: 100%;
 height: -webkit-calc(3 / 3 * 100%);
 height: -moz-calc(3 / 3 * 100%);
 height: calc(3 / 3 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-3 .tile.height-4 {
	height: 133.33333%;
 height: -webkit-calc(4 / 3 * 100%);
 height: -moz-calc(4 / 3 * 100%);
 height: calc(4 / 3 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-4 .tile.height-1 {
	height: 25%;
 height: -webkit-calc(1 / 4 * 100%);
 height: -moz-calc(1 / 4 * 100%);
 height: calc(1 / 4 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-4 .tile.height-2 {
	height: 50%;
 height: -webkit-calc(2 / 4 * 100%);
 height: -moz-calc(2 / 4 * 100%);
 height: calc(2 / 4 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-4 .tile.height-3 {
	height: 75%;
 height: -webkit-calc(3 / 4 * 100%);
 height: -moz-calc(3 / 4 * 100%);
 height: calc(3 / 4 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-4 .tile.height-4 {
	height: 100%;
 height: -webkit-calc(4 / 4 * 100%);
 height: -moz-calc(4 / 4 * 100%);
 height: calc(4 / 4 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-5 .tile.height-1 {
	height: 20%;
 height: -webkit-calc(1 / 5 * 100%);
 height: -moz-calc(1 / 5 * 100%);
 height: calc(1 / 5 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-5 .tile.height-2 {
	height: 40%;
 height: -webkit-calc(2 / 5 * 100%);
 height: -moz-calc(2 / 5 * 100%);
 height: calc(2 / 5 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-5 .tile.height-3 {
	height: 60%;
 height: -webkit-calc(3 / 5 * 100%);
 height: -moz-calc(3 / 5 * 100%);
 height: calc(3 / 5 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-5 .tile.height-4 {
	height: 80%;
 height: -webkit-calc(4 / 5 * 100%);
 height: -moz-calc(4 / 5 * 100%);
 height: calc(4 / 5 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-6 .tile.height-1 {
	height: 16.66667%;
 height: -webkit-calc(1 / 6 * 100%);
 height: -moz-calc(1 / 6 * 100%);
 height: calc(1 / 6 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-6 .tile.height-2 {
	height: 33.33333%;
 height: -webkit-calc(2 / 6 * 100%);
 height: -moz-calc(2 / 6 * 100%);
 height: calc(2 / 6 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-6 .tile.height-3 {
	height: 50%;
 height: -webkit-calc(3 / 6 * 100%);
 height: -moz-calc(3 / 6 * 100%);
 height: calc(3 / 6 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-6 .tile.height-4 {
	height: 66.66667%;
 height: -webkit-calc(4 / 6 * 100%);
 height: -moz-calc(4 / 6 * 100%);
 height: calc(4 / 6 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-7 .tile.height-1 {
	height: 14.28571%;
 height: -webkit-calc(1 / 7 * 100%);
 height: -moz-calc(1 / 7 * 100%);
 height: calc(1 / 7 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-7 .tile.height-2 {
	height: 28.57143%;
 height: -webkit-calc(2 / 7 * 100%);
 height: -moz-calc(2 / 7 * 100%);
 height: calc(2 / 7 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-7 .tile.height-3 {
	height: 42.85714%;
 height: -webkit-calc(3 / 7 * 100%);
 height: -moz-calc(3 / 7 * 100%);
 height: calc(3 / 7 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-7 .tile.height-4 {
	height: 57.14286%;
 height: -webkit-calc(4 / 7 * 100%);
 height: -moz-calc(4 / 7 * 100%);
 height: calc(4 / 7 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-8 .tile.height-1 {
	height: 12.5%;
 height: -webkit-calc(1 / 8 * 100%);
 height: -moz-calc(1 / 8 * 100%);
 height: calc(1 / 8 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-8 .tile.height-2 {
	height: 25%;
 height: -webkit-calc(2 / 8 * 100%);
 height: -moz-calc(2 / 8 * 100%);
 height: calc(2 / 8 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-8 .tile.height-3 {
	height: 37.5%;
 height: -webkit-calc(3 / 8 * 100%);
 height: -moz-calc(3 / 8 * 100%);
 height: calc(3 / 8 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-8 .tile.height-4 {
	height: 50%;
 height: -webkit-calc(4 / 8 * 100%);
 height: -moz-calc(4 / 8 * 100%);
 height: calc(4 / 8 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-9 .tile.height-1 {
	height: 11.11111%;
 height: -webkit-calc(1 / 9 * 100%);
 height: -moz-calc(1 / 9 * 100%);
 height: calc(1 / 9 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-9 .tile.height-2 {
	height: 22.22222%;
 height: -webkit-calc(2 / 9 * 100%);
 height: -moz-calc(2 / 9 * 100%);
 height: calc(2 / 9 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-9 .tile.height-3 {
	height: 33.33333%;
 height: -webkit-calc(3 / 9 * 100%);
 height: -moz-calc(3 / 9 * 100%);
 height: calc(3 / 9 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-9 .tile.height-4 {
	height: 44.44444%;
 height: -webkit-calc(4 / 9 * 100%);
 height: -moz-calc(4 / 9 * 100%);
 height: calc(4 / 9 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-10 .tile.height-1 {
	height: 10%;
 height: -webkit-calc(1 / 10 * 100%);
 height: -moz-calc(1 / 10 * 100%);
 height: calc(1 / 10 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-10 .tile.height-2 {
	height: 20%;
 height: -webkit-calc(2 / 10 * 100%);
 height: -moz-calc(2 / 10 * 100%);
 height: calc(2 / 10 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-10 .tile.height-3 {
	height: 30%;
 height: -webkit-calc(3 / 10 * 100%);
 height: -moz-calc(3 / 10 * 100%);
 height: calc(3 / 10 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-10 .tile.height-4 {
	height: 40%;
 height: -webkit-calc(4 / 10 * 100%);
 height: -moz-calc(4 / 10 * 100%);
 height: calc(4 / 10 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-11 .tile.height-1 {
	height: 9.09091%;
 height: -webkit-calc(1 / 11 * 100%);
 height: -moz-calc(1 / 11 * 100%);
 height: calc(1 / 11 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-11 .tile.height-2 {
	height: 18.18182%;
 height: -webkit-calc(2 / 11 * 100%);
 height: -moz-calc(2 / 11 * 100%);
 height: calc(2 / 11 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-11 .tile.height-3 {
	height: 27.27273%;
 height: -webkit-calc(3 / 11 * 100%);
 height: -moz-calc(3 / 11 * 100%);
 height: calc(3 / 11 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-11 .tile.height-4 {
	height: 36.36364%;
 height: -webkit-calc(4 / 11 * 100%);
 height: -moz-calc(4 / 11 * 100%);
 height: calc(4 / 11 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-12 .tile.height-1 {
	height: 8.33333%;
 height: -webkit-calc(1 / 12 * 100%);
 height: -moz-calc(1 / 12 * 100%);
 height: calc(1 / 12 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-12 .tile.height-2 {
	height: 16.66667%;
 height: -webkit-calc(2 / 12 * 100%);
 height: -moz-calc(2 / 12 * 100%);
 height: calc(2 / 12 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-12 .tile.height-3 {
	height: 25%;
 height: -webkit-calc(3 / 12 * 100%);
 height: -moz-calc(3 / 12 * 100%);
 height: calc(3 / 12 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-12 .tile.height-4 {
	height: 33.33333%;
 height: -webkit-calc(4 / 12 * 100%);
 height: -moz-calc(4 / 12 * 100%);
 height: calc(4 / 12 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-13 .tile.height-1 {
	height: 7.69231%;
 height: -webkit-calc(1 / 13 * 100%);
 height: -moz-calc(1 / 13 * 100%);
 height: calc(1 / 13 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-13 .tile.height-2 {
	height: 15.38462%;
 height: -webkit-calc(2 / 13 * 100%);
 height: -moz-calc(2 / 13 * 100%);
 height: calc(2 / 13 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-13 .tile.height-3 {
	height: 23.07692%;
 height: -webkit-calc(3 / 13 * 100%);
 height: -moz-calc(3 / 13 * 100%);
 height: calc(3 / 13 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-13 .tile.height-4 {
	height: 30.76923%;
 height: -webkit-calc(4 / 13 * 100%);
 height: -moz-calc(4 / 13 * 100%);
 height: calc(4 / 13 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-14 .tile.height-1 {
	height: 7.14286%;
 height: -webkit-calc(1 / 14 * 100%);
 height: -moz-calc(1 / 14 * 100%);
 height: calc(1 / 14 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-14 .tile.height-2 {
	height: 14.28571%;
 height: -webkit-calc(2 / 14 * 100%);
 height: -moz-calc(2 / 14 * 100%);
 height: calc(2 / 14 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-14 .tile.height-3 {
	height: 21.42857%;
 height: -webkit-calc(3 / 14 * 100%);
 height: -moz-calc(3 / 14 * 100%);
 height: calc(3 / 14 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-14 .tile.height-4 {
	height: 28.57143%;
 height: -webkit-calc(4 / 14 * 100%);
 height: -moz-calc(4 / 14 * 100%);
 height: calc(4 / 14 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-15 .tile.height-1 {
	height: 6.66667%;
 height: -webkit-calc(1 / 15 * 100%);
 height: -moz-calc(1 / 15 * 100%);
 height: calc(1 / 15 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-15 .tile.height-2 {
	height: 13.33333%;
 height: -webkit-calc(2 / 15 * 100%);
 height: -moz-calc(2 / 15 * 100%);
 height: calc(2 / 15 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-15 .tile.height-3 {
	height: 20%;
 height: -webkit-calc(3 / 15 * 100%);
 height: -moz-calc(3 / 15 * 100%);
 height: calc(3 / 15 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-15 .tile.height-4 {
	height: 26.66667%;
 height: -webkit-calc(4 / 15 * 100%);
 height: -moz-calc(4 / 15 * 100%);
 height: calc(4 / 15 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-16 .tile.height-1 {
	height: 6.25%;
 height: -webkit-calc(1 / 16 * 100%);
 height: -moz-calc(1 / 16 * 100%);
 height: calc(1 / 16 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-16 .tile.height-2 {
	height: 12.5%;
 height: -webkit-calc(2 / 16 * 100%);
 height: -moz-calc(2 / 16 * 100%);
 height: calc(2 / 16 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-16 .tile.height-3 {
	height: 18.75%;
 height: -webkit-calc(3 / 16 * 100%);
 height: -moz-calc(3 / 16 * 100%);
 height: calc(3 / 16 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-16 .tile.height-4 {
	height: 25%;
 height: -webkit-calc(4 / 16 * 100%);
 height: -moz-calc(4 / 16 * 100%);
 height: calc(4 / 16 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-17 .tile.height-1 {
	height: 5.88235%;
 height: -webkit-calc(1 / 17 * 100%);
 height: -moz-calc(1 / 17 * 100%);
 height: calc(1 / 17 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-17 .tile.height-2 {
	height: 11.76471%;
 height: -webkit-calc(2 / 17 * 100%);
 height: -moz-calc(2 / 17 * 100%);
 height: calc(2 / 17 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-17 .tile.height-3 {
	height: 17.64706%;
 height: -webkit-calc(3 / 17 * 100%);
 height: -moz-calc(3 / 17 * 100%);
 height: calc(3 / 17 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-17 .tile.height-4 {
	height: 23.52941%;
 height: -webkit-calc(4 / 17 * 100%);
 height: -moz-calc(4 / 17 * 100%);
 height: calc(4 / 17 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-18 .tile.height-1 {
	height: 5.55556%;
 height: -webkit-calc(1 / 18 * 100%);
 height: -moz-calc(1 / 18 * 100%);
 height: calc(1 / 18 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-18 .tile.height-2 {
	height: 11.11111%;
 height: -webkit-calc(2 / 18 * 100%);
 height: -moz-calc(2 / 18 * 100%);
 height: calc(2 / 18 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-18 .tile.height-3 {
	height: 16.66667%;
 height: -webkit-calc(3 / 18 * 100%);
 height: -moz-calc(3 / 18 * 100%);
 height: calc(3 / 18 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-18 .tile.height-4 {
	height: 22.22222%;
 height: -webkit-calc(4 / 18 * 100%);
 height: -moz-calc(4 / 18 * 100%);
 height: calc(4 / 18 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-19 .tile.height-1 {
	height: 5.26316%;
 height: -webkit-calc(1 / 19 * 100%);
 height: -moz-calc(1 / 19 * 100%);
 height: calc(1 / 19 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-19 .tile.height-2 {
	height: 10.52632%;
 height: -webkit-calc(2 / 19 * 100%);
 height: -moz-calc(2 / 19 * 100%);
 height: calc(2 / 19 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-19 .tile.height-3 {
	height: 15.78947%;
 height: -webkit-calc(3 / 19 * 100%);
 height: -moz-calc(3 / 19 * 100%);
 height: calc(3 / 19 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-19 .tile.height-4 {
	height: 21.05263%;
 height: -webkit-calc(4 / 19 * 100%);
 height: -moz-calc(4 / 19 * 100%);
 height: calc(4 / 19 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-20 .tile.height-1 {
	height: 5%;
 height: -webkit-calc(1 / 20 * 100%);
 height: -moz-calc(1 / 20 * 100%);
 height: calc(1 / 20 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-20 .tile.height-2 {
	height: 10%;
 height: -webkit-calc(2 / 20 * 100%);
 height: -moz-calc(2 / 20 * 100%);
 height: calc(2 / 20 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-20 .tile.height-3 {
	height: 15%;
 height: -webkit-calc(3 / 20 * 100%);
 height: -moz-calc(3 / 20 * 100%);
 height: calc(3 / 20 * 100%);
}
.lt-ie9 .partial--tiles .total-rows-20 .tile.height-4 {
	height: 20%;
 height: -webkit-calc(4 / 20 * 100%);
 height: -moz-calc(4 / 20 * 100%);
 height: calc(4 / 20 * 100%);
}
.partial--tiles a.cover {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}
.partial--tiles .tile {
 padding: 0 { {
settings.home__tiles-spacing
}
}
px {
{
settings.home__tiles-spacing
}
}
px 0;
 width: 100%;
 font-size: 16px;
}

@media only screen and (min-width: 768px) {
.partial--tiles .tile {
	float: left;
	position: absolute;
	overflow: hidden;
}
}
.lt-ie9 .partial--tiles .tile {
	float: left;
	position: absolute;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
.partial--tiles .tile {
	position: relative !important;
	top: auto !important;
	left: auto !important;
}
.partial--tiles .tile img.show-for-small {
	width: 100%;
}
}
.partial--tiles .tile .inner {
	top: 0;
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}

@media only screen and (max-width: 767px) {
.partial--tiles .tile .inner {
	background-image: none !important;
}
}
.partial--tiles .tile .inner.with-button {
	padding-bottom: 64px;
}

@media only screen and (max-width: 767px) {
.partial--tiles .tile .inner.with-button {
	padding-bottom: 0;
}
}
.partial--tiles .tile .inner:hover .overlay {
	visibility: visible;
}
.partial--tiles .tile .overlay {
	visibility: hidden;
	text-align: center;
	height: 100%;
	width: 100%;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.no-touch .partial--tiles .tile .overlay {
	-webkit-transition: opacity false false, 0.4s false false, ease false false;
	-moz-transition: opacity false false false, 0.4s false false false, ease false false false;
	-o-transition: opacity false false false, 0.4s false false false, ease false false false;
	transition: opacity 0.4s ease;
}
.partial--tiles .tile .overlay:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.partial--tiles .tile .overlay .bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
 background-color: { {
settings.bg-color--body
}
}
;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
 opacity: 0.75;
}
.partial--tiles .tile .overlay .icons {
	position: absolute;
	top: 10px;
	right: 10px;
}
.partial--tiles .tile .overlay .button {
	position: relative;
}
.partial--tiles .tile .overlay .button:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.partial--tiles .tile .content {
	padding: 15px;
}
.partial--tiles .tile .copy-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.partial--tiles .tile .copy-wrapper.with-button {
	padding-bottom: 64px;
}
.partial--tiles .tile .copy {
	visibility: hidden;
	padding: 30px 40px 15px 40px;
	position: relative;
	max-height: 100%;
	top: 0;
}
.partial--tiles .tile .copy p:last-child {
	margin-bottom: 0;
}
.partial--tiles .tile .call-to-action {
	visibility: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}
.partial--tiles .tile .video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	display: block;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
.no-touch .partial--tiles .tile .video {
	-webkit-transition: opacity false false, 0.2s false false, ease false false;
	-moz-transition: opacity false false false, 0.2s false false false, ease false false false;
	-o-transition: opacity false false false, 0.2s false false false, ease false false false;
	transition: opacity 0.2s ease;
}
.partial--tiles .tile .video:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.9;
}
.partial--tiles .tile .video .play-button {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	height: 70px;
	width: 70px;
	margin-left: -35px;
	margin-top: -35px;
	cursor: pointer;
	font-size: 70px;
	color: #fff;
}
/*  3.x - Panel
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.partial--panel {
 padding: 0 0 0 { {
settings.home__tiles-spacing
}
}
px;
}
.partial--panel .container {
	position: relative;
	width: 100%;
}
.partial--panel a.cover {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}
.partial--panel .inner {
	position: relative;
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}

@media only screen and (max-width: 767px) {
.partial--panel .inner {
	background-image: none !important;
}
}
.partial--panel .inner.with-button {
	padding-bottom: 64px;
}

@media only screen and (max-width: 767px) {
.partial--panel .inner.with-button {
	padding-bottom: 0;
}
}
.partial--panel .inner:hover .overlay {
	visibility: visible;
}
.partial--panel .content {
	padding: 15px;
}
.partial--panel .copy-wrapper {
	top: 0;
	width: 100%;
}
.partial--panel .copy {
	padding: 70px;
	position: relative;
	max-height: 100%;
	top: 0;
}
.partial--panel .copy p:last-child {
	margin-bottom: 0;
}
.partial--panel .call-to-action {
	width: 100%;
}
/*  3.x - Modal
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.partial--modal.window {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	min-height: 100%;
	width: 100%;
	padding: 100px;
}

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

/*  3.x - Cart
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media only screen and (max-width: 767px) {
.partial--cart {
	font-size: 12px;
}
.partial--cart .spacing--3 {
	padding: 5px;
}
.partial--cart .spacing--5 {
	padding: 20px;
}
.partial--cart .font-size--2 {
	font-size: 14px;
	line-height: 1.25;
}
}

@media only screen and (max-width: 1023px) {
.partial--cart .price {
}
.partial--cart .right-column {
 border-bottom: 1px solid { {
settings.bdr-color--general
}
}
;
}
.partial--cart textarea {
	max-width: 400px;
}
}

@media only screen and (min-width: 1024px) {
.partial--cart .totals .panel {
	border: 0;
	background: none;
}
}
.lt-ie9 .partial--cart .totals .panel {
	border: 0;
	background: none;
}
.partial--cart .glyph--cross-circle {
	position: relative;
	top: 2px;
}
.partial--cart .notification--empty {
	display: none;
}
.partial--cart table {
	width: 100%;
}
.partial--cart table td.image img {
	max-width: 120px;
}
.partial--cart.loading-items .notification--empty, .partial--cart.loading-items form {
	display: none;
}
.partial--cart.no-items .notification--empty {
	display: inherit;
}
.partial--cart.no-items form {
	display: none;
}
/*  3.x - Instagram Feed
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.partial--instagram-feed {
	position: relative;
	text-align: center;
}
.partial--instagram-feed h2.title {
	margin-bottom: 0;
}
.partial--instagram-feed .items {
 padding: 0 0 0 {{settings.home__tiles-spacing}}px;
}
.partial--instagram-feed .item {
	position: relative;
	display: inline-block;
	width: 25%;
	padding: 5px;
}
.partial--instagram-feed .item:nth-child(n+9) {
	display: none;
}

@media only screen and (max-width: 767px) {
.partial--instagram-feed .item {
	width: 50%;
}
.partial--instagram-feed .item:nth-child(n+7) {
	display: none;
}
}

@media only screen and (min-width: 1024px) {
.partial--instagram-feed .item {
	width: 25%;
 width: -webkit-calc(1/4 * 100%);
 width: -moz-calc(1/4 * 100%);
 width: calc(1/4 * 100%);
}
.partial--instagram-feed .item:nth-child(n+9) {
	display: inline-block;
}
}
.lt-ie9 .partial--instagram-feed .item {
	width: 25%;
 width: -webkit-calc(1/4 * 100%);
 width: -moz-calc(1/4 * 100%);
 width: calc(1/4 * 100%);
}
.lt-ie9 .partial--instagram-feed .item:nth-child(n+9) {
	display: inline-block;
}
.partial--instagram-feed .item .inner {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.partial--instagram-feed .item img {
	width: 100%;
}
.partial--instagram-feed .item:hover .overlay {
	visibility: visible;
	display: none;
}
.partial--instagram-feed .overlay {
	visibility: hidden;
	top: 0;
	left: 0;
	position: absolute;
	text-align: center;
	height: 100%;
	width: 100%;
	padding-bottom: 53px;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.no-touch .partial--instagram-feed .overlay {
	-webkit-transition: opacity false false, 0.4s false false, ease false false;
	-moz-transition: opacity false false false, 0.4s false false false, ease false false false;
	-o-transition: opacity false false false, 0.4s false false false, ease false false false;
	transition: opacity 0.4s ease;
}
.partial--instagram-feed .overlay:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.partial--instagram-feed .overlay .bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
 	background-color: {{settings.bg-color--body}};
 	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
 	opacity: 0.75;
}
.partial--instagram-feed .overlay .copy {
	padding: 20px 20px 0;
	position: relative;
	max-height: 100%;
	top: 0;
	margin: 0;
 	color: {{settings.color--body}};
}
.partial--instagram-feed .overlay .icon {
	padding-top: 15px;
	position: absolute;
	width: 100%;
 	color: {{settings.color--body}};
}
/*  3.x - Search
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.partial--search {
	position: relative;
	text-align: left;
}
.partial--search .toggle {
	cursor: pointer;
}
.partial--search span.glyph--search {
	position: absolute;
	top: 4px;
	left: 0;
	font-size: 14px;
}
.partial--search .text-input, .partial--search .text-input:focus {
	margin: 0;
	padding: 0 0 5px 30px;
	border: 0;
	outline: 0;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	font-size: 16px;
	background: transparent;
}
.partial--search .feedback {
	position: relative;
}
.partial--search .feedback .loading {
	display: none;
	min-height: 30px;
}
.partial--search .feedback .no-results {
	padding-top: 5px;
	display: none;
	font-size: 10px;
}
.partial--search .results {
	display: none;
}
.partial--search .results.list.vertical {
	padding-top: 15px;
}
.partial--search .results.list.vertical .row {
	display: block;
	padding: 5px 0;
}
.partial--search .results.list.vertical .image-wrapper {
	display: inline-block;
	width: 25px;
	margin-right: 15px;
}
.partial--search .results.list.vertical .image-wrapper img {
	max-height: 25px;
}
.partial--search .results.list.vertical .title {
	font-size: 12px;
}
.partial--search.modal {
	width: 100%;
	min-height: 820px;
}
.partial--search.modal .header {
	background: #fff;
}
.partial--search.modal .text-input {
	background: none;
 color: { {
settings.color--body
}
}
;
 font-size: 18px;
 padding: 0;
}
.partial--search.modal .feedback {
	position: absolute;
	top: 50%;
	margin: -12.5px 0 0;
	width: 100%;
	text-align: center;
}
.partial--search.modal .no-results {
	font-size: 18px;
}
.partial--search.modal .results a {
	display: block;
}
.partial--search.modal .view-more {
	padding: 30px;
}
.partial--search.view--page header form {
	position: relative;
}
/*  3.x - Breadcrumbs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.partial--breadcrumbs {
	width: 100%;
}
.partial--breadcrumbs > * {
	text-transform: capitalize;
}
.partial--breadcrumbs > * a {
	text-transform: capitalize;
}
.partial--breadcrumbs > * a:after {
	content: " /";
}
/*  3.x - Pagination
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.partial--pagination .container {
	position: relative;
}
.partial--pagination .arrow span {
	font-size: 12px;
}
.partial--pagination .arrow.left {
	position: absolute;
	left: 0;
	top: 0;
}
.partial--pagination .arrow.right {
	position: absolute;
	right: 0;
	top: 0;
}
/*  3.x - Social Media
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.partial--social-media .share-buttons a {
	display: inline-block;
	font-size: 16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 8px;
 color: { {
settings.color--body
}
}
;
 background: { {
settings.bg-color--body
}
};
 border: 1px solid { {
settings.bdr-color--general
}
};
 -webkit-transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
 -moz-transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
 transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
}
.partial--social-media .share-buttons a span {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	line-height: 16px;
	padding: 0 5px;
	letter-spacing: 0px;
}
.partial--social-media .share-buttons a:hover {
	color: #fff;
}
.partial--social-media .share-buttons a:hover span {
	color: #fff;
}
.partial--social-media .share-buttons.compact-social span {
	display: none;
}
.partial--social-media .share-buttons .glyph--twitter:hover {
	background-color: #09AEEC;
	border-color: #09AEEC;
}
.partial--social-media .share-buttons .glyph--facebook:hover {
	background-color: #49659D;
	border-color: #49659D;
}
.partial--social-media .share-buttons .glyph--pinterest:hover {
	background-color: #CB1F2B;
	border-color: #CB1F2B;
}
.partial--social-media .share-buttons .glyph--tumblr:hover {
	background-color: #2c4762;
	border-color: #2c4762;
}
.partial--social-media .share-buttons .glyph--googleplus:hover {
	background-color: #CC3A2B;
	border-color: #CC3A2B;
}
/*  4.x - TEMPLATES
//////////////////////////////////////////////////////////////////////////////*/
/*  4.x - Index
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.template--index .layout__footer {
/* visibility: hidden; */ }
.template--index .layout__main-content .partials-container {
 padding-top: { {
settings.home__tiles-spacing
}
}
px;
}
.template--index .product-collection {
 padding: 0 { {
settings.home__tiles-spacing
}
}
px {
{
settings.home__tiles-spacing
}
}
px;
}
.template--index .product-collection .inner {
	position: relative;
}
.template--index .product-collection .title {
	margin-bottom: 0;
}
.template--index .blog-feed {
 padding: 0 { {
settings.home__tiles-spacing
}
}
px {
{
settings.home__tiles-spacing
}
}
px;
}
.template--index .blog-feed .inner {
	position: relative;
}
.template--index .blog-feed .title, .template--index .blog-feed .item-title {
	margin-bottom: 0;
}
/*  4.x - Collections
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.template--list-collections .layout__main-content > .fw__blocks {
	display: none;
}
.template--list-collections .layout__main-content .block {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	overflow: hidden;
}
.template--list-collections .layout__main-content .block .title {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -14px;
}
.template--list-collections .layout__main-content .block:hover .overlay {
	visibility: visible;
}
.template--list-collections .layout__main-content .overlay {
	visibility: hidden;
	text-align: center;
	height: 100%;
	width: 100%;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.no-touch .template--list-collections .layout__main-content .overlay {
	-webkit-transition: opacity false false, 0.4s false false, ease false false;
	-moz-transition: opacity false false false, 0.4s false false false, ease false false false;
	-o-transition: opacity false false false, 0.4s false false false, ease false false false;
	transition: opacity 0.4s ease;
}
.template--list-collections .layout__main-content .overlay:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.template--list-collections .layout__main-content .overlay .bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
 background-color: { {
settings.bg-color--body
}
}
;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
 opacity: 0.75;
}
.template--collection .layout__main-content header .description {
	position: relative;
}
.template--collection .layout__main-content header .description h1 {
	text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
.template--collection .layout__main-content .partial--breadcrumbs {
	text-align: center;
	padding: 10px 0;
}
}
.template--collection .layout__main-content header .filter {
	text-align: right;
	margin-top: -10px;
}

@media only screen and (max-width: 767px) {
.template--collection .layout__main-content header .filter {
	text-align: center;
	padding: 10px 0;
}
}
.template--collection .layout__main-content header .filter form {
	display: inline-block;
}
.template--collection .layout__main-content header .filter select {
	width: auto;
	width: 100px;
}

.inner {
    position: relative;
    margin: auto;
    width: 83.33333%;
}

/*  4.x - Product
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.template--product .layout__main-content .product .column-b {
	float: right;
}
.template--product .layout__main-content section.similar-products {
	text-align: center;
}
/*  4.x - Blog
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.template--blog .layout__main-content .article .item-title {
	margin-bottom: 0;
}
.template--blog .layout__main-content .content.excerpt img {
	display: none;
}
.template--article .layout__main-content .glyph--arrow-wide-left, .template--article .layout__main-content .glyph--arrow-wide-right {
	font-size: 10px;
}
.template--article .layout__main-content .glyph--arrow-wide-left {
	margin-right: 5px;
}
.template--article .layout__main-content .glyph--arrow-wide-right {
	margin-left: 5px;
}
.template--article .layout__main-content .article-nav {
	font-size: 12px;
}
.template--article .layout__main-content .article-nav .left {
	float: left;
}
.template--article .layout__main-content .article-nav .right {
	float: right;
}
.template--article .layout__main-content .tags .active a:link, .template--article .layout__main-content .tags .active a:hover, .template--article .layout__main-content .tags .active a:visited {
 color: { {
settings.color--body
}
}
;
 text-decoration: underline;
}
.template--article .layout__main-content section.comments .date {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
}

/*  4.x - Cart
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media only screen and (min-width: 768px) {
.template--cart .layout__main-content .wrapper, .template--cart .layout__main-content .panel {
	padding: 50px;
}
}
.lt-ie9 .template--cart .layout__main-content .wrapper, .lt-ie9 .template--cart .layout__main-content .panel {
	padding: 50px;
}

@media only screen and (max-width: 767px) {
.template--cart .layout__main-content .panel {
	border: 0;
	padding: 50px 0;
}
}

@media only screen and (max-width: 767px) {
.template--cart .layout__main-content .order-notes {
	padding: 0 15px;
}
}
.template--cart .layout__main-content .input--number {
	width: auto;
	border: 0;
	padding: 0;
}
.template--cart .layout__main-content .input--number input {
 border-top: 1px solid { {
settings.bdr-color--general
}
}
;
 border-bottom: 1px solid { {
settings.bdr-color--general
}
};
}
/*  5.x - Third Party Apps
//////////////////////////////////////////////////////////////////////////////*/
/*  5.x - Digital Download
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.sdd-download-button {
	visibility: hidden;
}
body .sdd-download-file {
 color: { {
settings.color--body
}
}
;
 font-size: 14px;
}

/*Slider*/
@media only screen and (min-width: 768px) {
.transparent-menu .main-header {
	position: absolute;
}
.transparent-menu .main-header .bg {
	display: none;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
	opacity: 0.95;
}
}
.lt-ie9 .transparent-menu .main-header {
	position: absolute;
}
.lt-ie9 .transparent-menu .main-header .bg {
	display: none;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
	opacity: 0.95;
}
.transparent-menu .header-divider {
	display: none;
}
.slider {
border-bottom: 1px solid { {
settings.color-border
}
}
;
position: relative;
}

@media only screen and (min-width: 768px) {
.slider {
	border-bottom: none;
}
}
.lt-ie9 .slider {
	border-bottom: none;
}
.slider .flex-video {
	padding-bottom: 45%;
}
.slider .video .caption, .slider .video .video-src {
	display: none;
}
.slider .video .play-button {
	display: block;
	visibility: hidden;
	cursor: pointer;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	position: absolute;
	top: 50%;
	left: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	height: 80px;
	width: 80px;
	margin-left: -40px;
	margin-top: -40px;
	cursor: pointer;
	border: 4px solid #fff;
	background: #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.slider .video .play-button:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}
.slider .video .play-button .triangle {
	-moz-transform: scale(0.9999);
	position: relative;
	top: 21px;
	left: 30px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 20px solid #fff;
}
.slider .owl-controlls {
	margin-top: 0;
}
.slider .row {
	position: relative;
	padding: 0;
}
.slider .slide {
	position: relative;
}
.slider .slide img {
	display: inline-block;
	width: 100%;
}
.slider .slide .caption {
	visibility: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin: 20px 20px 10px;
	position: static;
	padding: 20px;
}

@media only screen and (min-width: 768px) {
.slider .slide .caption {
	padding: 20px;
}
}
.lt-ie9 .slider .slide .caption {
	padding: 20px;
}
.slider .slide .caption.right {
	float: none !important;
}
.slider .slide .caption .bg {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
background-color: {
% if settings.color-slider-caption-bg-enabled %
}
{ {
settings.color-slider-caption-bg
}
} {
% else %
} { {
settings.color-page-bg
}
} {
% endif %
};
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8;
}

@media only screen and (min-width: 768px) {
.slider .slide .caption .bg {
	display: block;
}
}
.lt-ie9 .slider .slide .caption .bg {
	display: block;
}
.slider .slide .caption .title {
color: {
% if settings.color-slider-caption-enabled %
}
{ {
settings.color-slider-caption
}
} {
% else %
} { {
settings.color-text
}
} {
% endif %
};
position: relative;
margin-top: 0;
font-size: 2em;
padding-bottom: 0;
line-height: 1.2;
}
.slider .slide .caption .sub-title {
color: {
% if settings.color-slider-caption-enabled %
}
{ {
settings.color-slider-caption
}
} {
% else %
} { {
settings.color-text
}
} {
% endif %
};
position: relative;
font-size: 0.83333em;
}
.slider .slide .caption a.button {
	background: transparent;
	border: 2px white solid;
	border-radius: 0px;
color: {
% if settings.color-slider-button-enabled %
}
{ {
settings.color-slider-button
}
} {
% else %
} { {
settings.color-button
}
} {
% endif %
};
position: relative;
font-family: {
% if settings.font-advanced-text-enabled %
}
"Open Sans" {
% else %
} { {
settings.font-text | remove_first: "google, "
}
} {
% endif %
};
font-size: 0.83333em;
text-transform: none;
margin-bottom: 0;
}
.slider .slide .caption a.button:hover {
color: {
% if settings.color-slider-button-enabled %
}
{ {
settings.color-slider-button
}
} {
% else %
} { {
settings.color-button
}
} {
% endif %
};
background: {
% if settings.color-slider-button-hover-bg-enabled %
} { {
settings.color-slider-button-hover-bg
}
} {
% else %
} { {
settings.color-button-bg-hover
}
} {
% endif %
};
}

@media only screen and (min-width: 768px) {
.slider .slide .caption {
	position: absolute;
	max-width: 350px;
	margin: 20px 55px 30px;
	padding: 15px;
}
.slider .slide .caption .title {
	font-size: 1.16667em;
}
.slider .slide .caption .sub-title {
	font-size: 1em;
}
.slider .slide .caption a.button {
	font-size: 0.83333em;
}
.slider .slide .caption.top {
	top: 125px;
	margin-top: 0;
}
.slider .slide .caption.middle {
	top: 50%;
	margin-top: 0;
}
.slider .slide .caption.bottom {
	bottom: 0;
}
.slider .slide .caption.left {
	left: 0;
}
.slider .slide .caption.center {
	left: 50%;
	margin-left: 0;
}
.slider .slide .caption.right {
	right: 0;
}
.slider .slide .caption.bottom.right {
	bottom: 45px;
}
}
.lt-ie9 .slider .slide .caption {
	position: absolute;
	max-width: 350px;
	margin: 20px 55px 30px;
	padding: 15px;
}
.lt-ie9 .slider .slide .caption .title {
	font-size: 1.16667em;
}
.lt-ie9 .slider .slide .caption .sub-title {
	font-size: 1em;
}
.lt-ie9 .slider .slide .caption a.button {
	font-size: 0.83333em;
}
.lt-ie9 .slider .slide .caption.top {
	top: 125px;
	margin-top: 0;
}
.lt-ie9 .slider .slide .caption.middle {
	top: 50%;
	margin-top: 0;
}
.lt-ie9 .slider .slide .caption.bottom {
	bottom: 0;
}
.lt-ie9 .slider .slide .caption.left {
	left: 0;
}
.lt-ie9 .slider .slide .caption.center {
	left: 50%;
	margin-left: 0;
}
.lt-ie9 .slider .slide .caption.right {
	right: 0;
}
.lt-ie9 .slider .slide .caption.bottom.right {
	bottom: 45px;
}

@media only screen and (min-width: 1280px) {
.slider .slide .caption {
	max-width: 400px;
	padding: 20px;
}
.slider .slide .caption .title {
	font-size: 1.5em;
}
.slider .slide .caption .sub-title {
	font-size: 1.16667em;
}
.slider .slide .caption a.button {
	font-size: 1em;
}
}
.slider .owl-controls {
	margin-top: 0;
}
.slider .owl-pagination {
	position: absolute;
	right: 20px;
	bottom: 18px;
	top: auto;
	margin: 0;
	padding: 5px;
}

@media only screen and (min-width: 768px) {
.slider .owl-pagination {
	right: 50px;
	bottom: 20px;
}
}
.lt-ie9 .slider .owl-pagination {
	right: 50px;
	bottom: 20px;
}
.slider .owl-pagination .owl-page {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 0;
	margin: 0 7px 0 0;
	cursor: pointer;
	display: inline-block;
	height: 15px;
	width: 15px;
background-color: {
% if settings.color-slider-nav-enabled %
}
{ {
settings.color-slider-nav
}
} {
% else %
} { {
settings.color-text
}
} {
% endif %
};
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
opacity: 0.6;
}
.slider .owl-pagination .owl-page:last-child {
	margin-right: 0;
}
.slider .owl-pagination .owl-page.active {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}
.product-slider {
background: {
% if settings.color-product-slider-bg-enabled %
}
{ {
settings.color-product-slider-bg
}
} {
% else %
}
transparent {
% endif %
}
;
position: relative;
padding-top: 30px;
padding-bottom: 30px;
}
.blackbg {
	background: #181819;
}

.greybg {
	background: #313133;
}

.whitecopy {
	color: #fefefe;
}
a.whiteover:hover {
	color: #fefefe;
}
.alltheway {
	width: 100%;
}
.whitebg {
	color: #fff;
}
#mc_embed_signup input.email {
	display: inline-block;
	padding: 8px 0;
	margin: 0 4% 15px 0;
	text-indent: 5px;
	width: 50%;
	min-width: 200px;
	margin-left: 6px;
	line-height: 14px;
	color: #fefefe;
	font-size: 13px;
	border-radius: 0px;
}
#mc_embed_signup {
	clear: left;
	font: 14px;
	max-width: 300px;
	/* margin-left: 100px; */
}
#mc_embed_signup input.button {
	display: inline-block;
	margin: 0 0 11px 0;
	width: 70px;
	min-width: 50PX;
	margin-left: 1px;
	border-radius: 0px;
}
#mc_embed_signup .button {
	clear: both;
	background-color: #fefefe;
	color: #181819;
	font-size: 10px;
	height: 32px;
	line-height: 30px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	border-radius: 0px;
}
#mc_embed_signup input {
	border: 1px solid #fefefe;
	-webkit-appearance: none;
	background-color: #181819;
	border-radius: 0px;
}
#mc_embed_signup form {
	display: block;
	position: relative;
	text-align: left;
	padding: 0;
}
#mc_embed_signup label {
	display: block;
	font-size: 13px;
	padding-bottom: 5px;
	color: #fefefe;
	margin-right: 10px;
}
/* ---ADAMS THEME---*/

.image-tile {
	overflow: hidden;
	position: relative;
	margin-bottom: 24px;
}
.image-tile img {
	width: 100%;
	display: inline-block;
}
.image-tile .label {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 5;
}
.inner-title:before {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(34, 34, 34, 0.9)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#181819', GradientType=0);
	pointer-events: none;
}
.inner-title:hover:before {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.inner-title .title {
	position: absolute;
	width: 100%;
	bottom: 24px;
	z-index: 5;
}
.inner-title .title h1, .inner-title .title h2, .inner-title .title h3, .inner-title .title h4, .inner-title .title h5, .inner-title .title h6 {
	color: #fff;
}
.inner-title .title p, .inner-title .title span, .inner-title .title li {
	color: #fff;
}
.inner-title .title h5 {
}
.inner-title {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 1;
}
.inner-title:hover {
	opacity: .95;
}
.inner-title.hover-reveal:before {
	opacity: 0;
}
.inner-title.hover-reveal .title {
	opacity: 0;
	transform: translate3d(0, 50px, 0);
	-webkit-transform: translate3d(0, 50px, 0);
	-moz-transform: translate3d(0, 50px, 0);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.inner-title.hover-reveal:hover .title {
	opacity: 1;
	transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
}
.inner-title.hover-reveal:hover:before {
	opacity: 1;
}
.outer-title img {
	display: inline-block;
	margin-bottom: 12px;
}
.hover-tile {
	position: relative;
	overflow: hidden;
	background: #181819;
}
.hover-tile img {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: .85;
}
.hover-tile:hover img {
	opacity: .6;
}
.hover-tile .hover-state {
	position: relative;
	transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0);
	top: 50%;
	z-index: 2;
	position: absolute;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 1;
	width: 100%;
}
.hover-state {
	z-index: 99;
	padding: 0 40px;
	cursor: default;
}
.hover-state h1, .hover-state h2, .hover-state h3, .hover-state h4, .hover-state h5, .hover-state h6 {
	color: #fff;
}
.hover-state p, .hover-state span, .hover-state li {
	color: #fff;
}
.hover-state * {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transform: translate3d(0, 0px, 0) scale(1);
	-webkit-transform: translate3d(0, 0px, 0) scale(1);
}
.hover-tile:hover .hover-state {
	opacity: 1;
}
.hover-tile:hover .hover-state * {
	transform: translate3d(0, 0px, 0) scale(1);
	-webkit-transform: translate3d(0, 0px, 0) scale(1);
}
.hover-state *:last-child {
	margin-bottom: 0;
}
.border-thick {
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
}
.border-top {
	border-top: 1px solid rgba(255,255,255,0.1);
}
.border-bottom {
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.project {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 1;
	padding: 0;
}
.container .project {
	padding: 0 15px;
}
.project.inactive {
	opacity: .1 !important;
	pointer-events: none !important;
}
.project .image-tile {
	margin: 0px;
}
.project.inactive:hover .title, .project.inactive .image-tile:hover:before {
	display: none;
}
}
.uppercase {
	text-transform: uppercase;
}
.condensed {
}
.borderwhite {
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}
.borderwhiteleft {
	border-left: 5px solid #fff;
}
.borderwhiteright {
	border-right: 5px solid #fff;
}
.borderwhitebottom {
	border-bottom: 5px solid #fff;
}
.footerfix {
	margin-top: 96px;
}
.ribbon {
	background: #181819;
	display: inline-block;
	padding: 0 16px 0 32px;
	text-align: center;
	position: relative;
	height: 32px;
}
.ribbon h1, .ribbon h2, .ribbon h3, .ribbon h4, .ribbon h5, .ribbon h6 {
	color: #fff;
	position: relative;
}
.ribbon h6 {
	top: 4px;
 font-size: 12px line-height: 24px;
}
.ribbon:after {
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	border: 16px solid #181819;
	z-index: -1;
	right: -32px;
	border-left-width: 32px;
	border-right-color: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
}
.bordertileleft {
/* border-left: #fff 10px solid;
border-top:  #fff 10px solid; */
}
.bordertilecenter {
	border-left: #fff 10px solid;
	border-right: #fff 10px solid;
}
.bordertileright {
/* border-right: #fff 10px solid;
border-top:  #fff 10px solid; */
}
.template-index .slider .video .play-button {
	visibility: visible!Important;
}
.template-index .slider .owl-pagination {
	position: absolute;
	right: 20px;
	z-index: 999999999;
	bottom: 18px;
	top: auto;
	margin: 0;
	padding: 5px;
}
.modal-xs.video-xs .player, .modal-xs.video-xs .caption {
	float: left;
}
.modal-xs.video-xs {
	width: 710px;
}
.owl-next, .owl-prev {
	position: absolute;
	z-index: 999;
	background: transparent!important;
	top: 43%;
	width: 4%;
}
.owl-next {
	right: 0px;
}
.owl-prev {
	left: 0px;
}


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

/* FIX STICKY JAVASCRIPTS. LEFT COLUMN CAN'T BE FORCED RIGHT */
.column-a {
 right: initial !important;
}


.recently-added { display: none; border: 1px solid #ebebeb; background: #fafafa; text-align: left; position: absolute; width: 350px; top: 50px; right: 15px; padding: 10px 10px 20px 10px; z-index: 10; }
.recently-added:after { content: ''; display: block; position: absolute; right: 20px; bottom: 100%; width: 0; height: 0; border-color: transparent transparent #fafafa transparent; border-style: solid; border-width: 10px; }
.recently-added:before { content: ''; display: block; position: absolute; right: 19px; bottom: 100%; width: 0; height: 0; border-color: transparent transparent #ebebeb transparent; border-style: solid; border-width: 11px; }
.recently-added a { margin-left: 0; }
.recently-added .empty-cart { padding: 10px; }
.recently-added form { margin: 0; }
.recently-added table { font-size: 0.83333em; margin: 0 0 10px 0; border: 0; }
.recently-added table tr td { padding: 10px 5px; }
.recently-added table .cart-item { padding-left: 0; }
.recently-added table .cart-price { width: 25%; padding-right: 0; text-align: right; }
.recently-added table tr:nth-of-type(even) { background: none; }
.recently-added table thead { background: none; }
.recently-added table tfoot { border-top: 1px solid #ebebeb; background: none; }
.recently-added table tfoot .items-count { font-weight: normal; }
.recently-added table tfoot tr, .main-header .cart .recently-added table tfoot td { padding: 20px 0; }
.recently-added h1, .main-header .cart .recently-added h2, .main-header .cart .recently-added h3 { font-size: 1em; font-weight: normal; margin-bottom: 0; }
.recently-added .button { margin-top: 10px; width: 100%; margin: 0; }
.recently-added .error { display: none; padding: 10px; }

@media only screen and (max-width: 768px) {
	.layout__main-content {
		margin-top: 58px;
	}
}


/* ADAM UPDATES */


/*!---------- FONTS.COM IMPORT ----------*/
@import url(https://fast.fonts.net/cssapi/a9fc9aff-bb1e-4a2a-a281-5cec05f95b19.css);
/*!---------- GLOBAL STYLES ----------*/
body {
	-webkit-font-smoothing: antialiased;
 -moz-osx-fon t-smoothing: grayscale;
	font-size: 14px;
	line-height: 1.6;
	font-family: "Gotham SSm A", "Gotham SSm B", Montserrat , Arial, sans-serif !important;
	font-weight: 400;
	text-align: justify;
	color: #383935;
	overflow-x: hidden;
}
/*!---------- TYPOGRAPHY ----------*/
.uppercase {
	text-transform: uppercase;
}
.wide {
	font-family: 'Cervo W01 Medium', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.condensed {
	font-family: 'Cervo W01 Medium', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, pre, table, blockquote, input, select, textarea {
	margin-bottom: 24px;
	margin-top: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	color: #181819;
}

.bodycopy {
  color: #181819;
}

h1, .h1 {
	font-size: 56px;
	line-height: 64px;
}
h1.large, h2.large {
	font-size: 64px;
	line-height: 72px;
	font-weight: 700;
}

@media all and (max-width: 990px) {
h1.large, h2.large {
	font-size: 56px;
	line-height: 64px;
}
}

@media all and (max-width: 768px) {
h1.large, h2.large {
	font-size: 36px;
	line-height: 40px;
}
}
h2 {
	font-size: 36px;
	line-height: 40px;
}
h3 {
	font-size: 24px;
	line-height: 36px;
}
h4 {
	font-size: 20px;
	line-height: 24px;
}
h5 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
h6, .h6 {
	font-size: 12px;
	line-height: 24px;
	font-weight: 700;
}

@media all and (max-width: 767px) {
h1, h1.large, .h1 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 400;
}
h2 {
	font-size: 32px;
	line-height: 40px;
}
h3 {
	font-size: 24px;
	line-height: 36px;
}
h4 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
}
h5 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
h6, .h6 {
	font-size: 12px;
	line-height: 24px;
	font-weight: 700;
}
}
.uppercase {
	text-transform: uppercase;
}
.condensed {
	font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 400;
}

.morecondensed {
	font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 700;
}

h1.uppercase {
	letter-spacing: 2px;
	margin-right: -2px;
}
h2.uppercase {
	letter-spacing: 4px;
	margin-right: -4px;
}
h3.uppercase {
	letter-spacing: 5px;
	margin-right: -5px;
}
h4.uppercase {
	letter-spacing: 4px;
	margin-right: -4px;
	font-weight: 400;
}
h5.uppercase {
	letter-spacing: 2px;
	margin-right: -2px;
}
h6.uppercase, .h6-u {
	letter-spacing: 3px;
	font-weight: 400;
}
a {
	color: #383a34;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	cursor: pointer;
}
a:hover, a:focus {
	color: #de6932;
	text-decoration: none;
}
p a {
	border-bottom: 1px dotted #cacacc;
	padding-bottom: 1px;
}
blockquote {
	overflow: hidden;
	font-family: 'NewCenturySchoolW01-It', "Georgia", serif;
	font-size: 24px;
	line-height: 1.5;
	font-style: normal;
	background: none;
	border-top: 2px solid #181819;
	border-bottom: 2px solid #181819;
	border-left: none;
	padding: 24px;
	color: #181819;
}
blockquote2 {
	overflow: hidden;
	font-family: 'courier', "Georgia", serif;
	font-size: 18px;
	line-height: 1.5;
	font-style: italic;
	background: none;
	border-top: 0px solid #181819;
	border-bottom: 0px solid #181819;
	border-left: none;
	padding: 24px;
	color: #181819;
}
blockquote3 {
	overflow: hidden;
	font-family: 'Oswald', "Georgia", serif;
	font-size: 20px;
	line-height: 0;
	background: none;
	border-top: 0px;
	border-bottom: 0px;
	border-left: none;
	padding: 2px;
	color: #ee6751;
}
blockquote4 {
	overflow: hidden;
	font-family: 'NewCenturySchoolW01-It', "Georgia", serif;
	font-size: 18px;
	line-height: 33px;
	background: none;
	border-top: 0px;
	border-bottom: 0px;
	border-left: none;
	color: #373b36;
}
blockquote .author {
	font-size: 12px;
	display: block;
	float: right;
	margin-top: 16px;
}
.columns-2 {
	column-count: 2;
	-webkit-column-count: 2;
}
.ribbon {
	background: #181819;
	display: inline-block;
	padding: 0 16px 0 32px;
	text-align: center;
	position: relative;
	height: 32px;
}
.ribbon h1, .ribbon h2, .ribbon h3, .ribbon h4, .ribbon h5, .ribbon h6 {
	color: #fff;
	position: relative;
}
.ribbon h6 {
	top: 10px !important;
	font-family: 'Proxima N W01 Bold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 12px;
	line-height: 1;
}
.ribbon:after {
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	border: 16px solid #181819;
	z-index: -1;
	right: -32px;
	border-left-width: 32px;
	border-right-color: transparent;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
}
hr {
	border: none;
	border-top: 1px solid #e7dfd2;
	margin: 24px 0 24px 0;
	width: 100%;
}
hr.short-thick {
	max-width: 50px;
	border-top: 2px solid #fff;
	opacity: 1 !important;
	margin: 0 auto 24px;
}
hr.short {
	max-width: 50px;
	border-top: 1px solid #ccc;
	opacity: 1 !important;
}
.border-top {
	border-top: 1px solid #e7dfd2;
}
.border-bottom {
	border-top: 1px solid #e7dfd2;
}
/*!---------- COLORS ----------*/
.bg-primary {
	background: #de6932 !important;
}
.bg-secondary {
	background: #f8f8f8;
}
.bg-white {
	background: #fff;
}
.bg-dark {
	background: #181819;
}
.bg-neutral {
	background: #faf9f6;
}
.color-body {
	color: #636367;
}
.color-primary {
	color: #de6932 !important;
}
.color-orange {
	color: #de6932 !important;
}
.color-blue {
	color: #20cbd4 !important;
}
.color-red {
	color: #e1261c !important;
}
.color-green {
	color: #e1261c !important;
}
.color-white {
	color: #fff;
}
/*!---------- IMAGE HANDLING ----------*/
@media (min-width: 992px) {
	.image-responsive-row > .col-md-6 {
		padding: 0;
	}
	.image-responsive-row > .col-md-6-blk {
		overflow: hidden;
		padding: 0;
	    background: #000000;
	}
	.image-responsive-row > .image:first-child {
		border-left: 8px solid #fff;
		border-right: 4px solid #fff;
		border-bottom: 8px solid #fff;
	}
	.image-responsive-row > .image:last-child {
		border-right: 8px solid #fff;
		border-left: 4px solid #fff;
		border-bottom: 8px solid #fff;
	}
}
@media (max-width: 991px) {
	.image-responsive-row > .image {
		border-bottom: 8px solid #fff;
	}
}
.image-responsive-row .image {
	text-align: center;
}

.image-row > .col-md-6 {
	padding: 0;
}
.image-row > .col-md-6-blk {
	height: 80vw;
	max-height: 640px;
	overflow: hidden;
	padding: 0;
    background: #000000;
}
.image-row > .image:first-child {
	border-left: 8px solid #fff;
	border-right: 4px solid #fff;
	border-bottom: 8px solid #fff;
}
.image-row > .image:last-child {
	border-right: 8px solid #fff;
	border-left: 4px solid #fff;
	border-bottom: 8px solid #fff;
}

@media all and (max-width: 767px) {
.image-row > .image {
	margin-bottom: 0;
	border-right: 8px solid #fff;
	border-left: 8px solid #fff;
}
}
.image-row-2 > div {
	height: 600px;
	overflow: hidden;
}
.image-row-2 > div:first-child {
	border-right: 16px solid #fff;
}

@media all and (max-width: 767px) {
.image-row-2 > div {
	margin-bottom: 8px;
	border-right: 16px solid #fff;
	border-left: 16px solid #fff;
}
}
.border-bottom-thick {
	border-bottom: 8px solid #fff;
}
.image-square .image.adjustment {
	border-left: 4px solid #fff;
}

@media all and (max-width: 990px) {
.image-square .image.adjustment {
	border-left: none;
}
}
.image-square {
	height: 80vw;
	max-height: 640px;
	overflow: hidden;
	padding: 0;
}
.image-square-blk {
	height: 80vw;
	max-height: 640px;
	overflow: hidden;
	padding: 0;
    background: #000000;
}
.image-square .image, .image-square > .content {
	position: absolute;
}
.image-square .image {
	height: 100%;
}
.image-square > .content {
	padding: 0 5%;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
}
.image-square-blk > .content {
	padding: 0 5%;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
    background: #000000;
}






.image-square h4 {
	font-size: 24px;
}
.image-square h6 {
	font-size: 14px;
	color: #636367;
	margin: 0;
}
.image-square.left .image {
	left: 0;
}
.image-square.left > .content {
	right: 0;
}
.image-square.right .image {
	right: 0;
}
.image-square.right > .content {
	left: 0;
}

@media all and (max-width: 990px) {
.image-square {
	height: auto;
	max-height: 100000px;
	padding-bottom: 48px;
}
.image-square .image, .image-square > .content {
	position: relative;
}
.image-square .image {
	height: 100vw;
	margin-bottom: 48px;
	max-height: 500px;
}
.image-square > .content {
	top: 0;
	transform: none;
	-webkit-transform: none;
	padding: 0 20%;
}
}

@media all and (max-width: 767px) {
.image-square > .content {
	padding: 0 15px;
}
}
.image-bg a {
	color: #fff;
}
.image-bg a:hover {
	color: #383a34;
}
/*!---------- THEME SPECIFIC ----------*/
.layout__main-menu.horizontal {
	padding: 0;
}
.layout__header .bottom-row {
	padding: 0;
}
header.layout__header {
	background: #fff;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0;
	z-index: 900;
}
nav {
	border-top: 1px solid #e7dfd2;
	border-bottom: 1px solid #e7dfd2;
}
.layout__main-menu.horizontal .item a, .subnav a {
	font-size: 14px !important;
	text-transform: uppercase;
	font-family: "Proxima N W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	margin-left: -2px;
}
.sub_menu_panel {
	background: #383a34;
}
.layout__main-menu.horizontal .sub_menu_panel .level-2 .item a {
	color: #fff;
	text-transform: uppercase;
	font-family: "Proxima N W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	font-size: 14px !important;
}
.layout__main-menu.horizontal .sub_menu_panel .level-2 .item a:hover {
	color: #de6932;
}
footer {
	padding: 0;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.product-collection .inner, .product-collection.inner, .similar-products.inner {
	width: 100%;
}
@media all and (max-width: 1280px) {
.inner {
	width: 100%;
}
}
.partial--breadcrumbs {
	font-family: 'Cervo W01 Medium', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 15px !important;
}
.partial--breadcrumbs > * {
	text-transform: uppercase;
}
.partial--breadcrumbs > * a {
	text-transform: uppercase;
	margin-right: 10px;
	color: #636367;
}
.partial--breadcrumbs > * a:hover {
	color: #181819;
}
.partial--breadcrumbs > * a:after {
	margin-left: 10px;
}
.partial--product .caption {
	font-family: "Proxima N W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.partial--product .caption p.title {
	margin-bottom: 0;
	padding: 0;
}
.partial--product .caption p.price {
	color: #737b4c;
}
.partial--product.view--full {
	margin: 0 0 30px;
}
.partial--product.view--full .details {
	margin-top: 60px;
}
.partial--product.view--full .details h1.title {
	font-family: 'Cervo W01 Medium', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 48px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-left: 3px;
	line-height: 1.25;
}

@media only screen and (max-width: 768px) {
.partial--product.view--full .details h1.title {
	font-size: 30px;
}
}
.partial--product.view--full .details p.price {
	font-family: "Proxima N W01 Smbd", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #737b4c;
	font-size: 24px;
	margin-bottom: 30px;
}
.partial--product.view--full .details p.price .compare-price {
	color: #b7b7bb;
}
/*!---------- FORMS ----------*/
input, button, select, textarea {
	font-family: "Proxima N W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 1px solid #e7dfd2;
}
input[type="text"], button, textarea, select, input[type="password"], input[type="email"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="text"], input[type="password"], input[type="email"] {
	background: #f9f6f1;
	border: 1px solid #e7dfd2;
	width: 100%;
	height: 48px;
	border-radius: 0;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #636367;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus {
	outline: none;
	border: 1px solid #de6932;
}
textarea, input[type="date"] {
	width: 100%;
	border: none;
	background: #f9f6f1;
	border-radius: 0;
	padding: 16px 20px;
}
textarea:focus, input[type="date"]:focus {
	outline: none;
	border: 1px solid #de6932;
}
::-webkit-input-placeholder {
 text-transform: uppercase;
 font-family: "Proxima N W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
 letter-spacing: 1px;
 color: #636367;
 font-size: 11px;
}
:-moz-placeholder {
 text-transform: uppercase;
 font-family: "Proxima N W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
 letter-spacing: 1px;
 color: #636367;
 font-size: 11px;
}
::-moz-placeholder {
 text-transform: uppercase;
 font-family: "Proxima N W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
 letter-spacing: 1px;
 color: #636367;
 font-size: 11px;
}
:-ms-input-placeholder {
 text-transform: uppercase;
 font-family: "Proxima N W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
 letter-spacing: 1px;
 color: #636367;
 font-size: 11px;
}
input[type="submit"], button[type="submit"] {
	height: 48px;
	border: 1px solid #de6932;
	line-height: 50px;
	background: #de6932;
	color: #fff;
	width: 100%;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 0 !important;
}
input[type="submit"]:hover, button[type="submit"]:hover {
	border-color: #181819;
	background: #181819;
}
input[type="submit"]:focus, button[type="submit"]:focus {
	outline: none;
	border: 1px solid #de6932;
}


select {
	height: 48px;
	border: 1px solid #e7dfd2;
	 background-color:#f9f6f1;
  width: 100%;
	border-radius: 0;
	outline: none;
	position: relative;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #636367;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	cursor: pointer;
	padding: 0 20px;
      content: "";
   background: transparent url('accordion-arrow-closed.png') no-repeat 95%;
   background-size: 15px 30px;
   background-color:#f9f6f1;
}

.input--number {
	position: relative;
	top: 1px;
}
select:active, select:focus, select:hover {
	outline: none;
	border: 1px solid #de6932;
}
.add-to-cart select {
	width: 90%;
}
button[type="submit"].add {
	color: #fff;
	font-size: 14px;
    font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: rgb(222,105,50);
	border: none;
    text-align:center;
	background-size: 250px 50px;
	width: 250px;
	height: 50px;
    display:inline-block;
    line-height: 50px;
    transition: all .3s ease;
}
button[type="submit"].add:hover {
	transition: all .3s ease;
    background-color: #777a4d;
    color: #fff;
}
#mc_embed_signup input.email {
	padding: 0 8px;
	margin: 0;
	color: #f9f6f1;
	font-size: 11px;
  	height: 32px;
  	line-height: 32px;
}
#mc_embed_signup {
	clear: left;
	font: 12px;
	max-width: 300px;
/*	margin-left: 100px; */
	font-family: 'Cervo W01 Medium', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
#mc_embed_signup input.button {
	display: inline-block;
	margin: 0 0 11px 0;
	width: 70px;
	min-width: 50PX;
	margin-left: 1px;
	border-radius: 0px;
	font-family: 'Cervo W01 Medium', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
#mc_embed_signup .button {
	clear: both;
	background-color: #de6932;
	color: #fff;
	font-size: 10px;
	height: 32px;
	line-height: 30px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	border-radius: 0px;
}
#mc_embed_signup input {
	border: 1px solid rgba(255,255,255,0.1);
	font-family: 'Cervo W01 Medium', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
#mc_embed_signup form {
	display: block;
	position: relative;
	text-align: left;
	padding: 0;
}
#mc_embed_signup label {
	display: block;
	font-size: 13px;
	padding-bottom: 5px;
	color: #fefefe;
	margin-right: 10px;
}
/*!---------- 12. ACCORDIONS ----------*/
.accordion .title {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.accordion .content {
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
.accordion .content-inner {
	margin: 24px 0;
	border-style: solid;
	border-width: 6px;
	border-image: url('frame.png') 10% stretch;
	-webkit-border-image: url('frame.png') 10% stretch;
	-moz-border-image: url('frame.png') 10% stretch;
	-ms-border-image: url('frame.png') 10% stretch;
	-o-border-image: url('frame.png') 10% stretch;
	padding: 36px 25px 22px;
}
.accordion .content-inner h3.header-farmlevel {
 	background-image: url(farmlevel.png);
  	background-size: 240px 80px;
  	width: 240px;
  	height: 80px;
  	display: block;
  	margin: 0 auto 24px;
  	text-indent: -9999px;
}
.accordion .content-inner2 {
	margin: 24px 0;
	border-style: solid;
	border-width: 0px;
	border-image: url('frame.png') 10% stretch;
	-webkit-border-image: url('frame.png') 10% stretch;
	-moz-border-image: url('frame.png') 10% stretch;
	-ms-border-image: url('frame.png') 10% stretch;
	-o-border-image: url('frame.png') 10% stretch;
}
.accordion li {
	list-style: none;
	margin-left: 0;
}
.accordion .title {
	width: 100%;
}
.accordion .title:after {
	content: "";
	background-image: url('accordion-arrow-down-3.png');
	background-size: 20px 24px;
	width: 20px;
	height: 24px;
	float: right;
	position: relative;
	top: 0px;
	right: 5px;
}
.accordion .active .title:after {
	background-image: url(accordion-arrow-up-3.png);
}
.accordion li p {
	font-size: 13px;
	line-height: 1.5;
}
.accordion li.active .content {
	max-height: none;
	width: 100%;
}
.accordion p:last-child {
	margin-bottom: 0;
}
.accordion .title {
	font-family: 'Cervo W01 Medium', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	text-transform: uppercase;
	color: #737b4c;
	font-size: 16px;
	padding: 10px 0 12px;
	background: url(line-horizontal.png) bottom left repeat-x;
	background-size: 250px 3px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.accordion .active .title {
	color: #737b4c;
}
.product .description h6 {
	font-family: "Gotham SSm A", "Gotham SSm B", Montserrat , Arial, sans-serif !important;
	color: #181819;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.125;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.product .description p {
	line-height: 1.5;
	margin-bottom: 14px;
}
.similar-products {
	margin-bottom: 100px;
}
.page-title {
	padding: 0;
    height: 720px;
}
.page-title2 {
	padding: 0;
    height: 500px;
}
.page-titlenew {
	padding: 0;
    height: 1px;
}
.page-title-2 {
	padding: 0;
	height: 360px;
}
@media all and (max-width: 990px) {
.page-title {
	height: 560px;
}
}
@media all and (max-width: 767px) {
.page-title {
	height: 360px;
}
}
.page-title .container, .page-title-2 .container {
	position: relative;
	transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0);
	top: 50%;
	z-index: 2;
}
.image-tile h2 {
	margin-bottom: 0;
}
.owl-theme .owl-controls .owl-buttons div {
	opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	opacity: 0.5;
}
.owl-next {
	right: 20px;
}
.owl-prev {
	left: 20px;
}
.owl-pagination {
/*	display: none; */
}
video:-webkit-full-screen, audio:-webkit-full-screen {
 -webkit-transform: translateY(0%);
}
.video-wrapper {
	margin: 30px 0 15px;
}
iframe {
	border: none;
}
video {
	max-width: 100% !important;
}
.image-square .image {
 	background-color: #181819;
}
.contact-card .locations-photo {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
    opacity: 1;
}
.contact-card .locations-photo:hover {
	opacity: .75;
}
.contact-card h6 {
	font-family: "Proxima N W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.contact-card h4 {
	font-family: 'Cervo W01 Medium', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 48px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-left: 3px;
	line-height: 1.25;
}
.contact-card h4 a {
	color: #181819;
}
.contact-card h4 a:hover {
	color: #de6932;
}
.contact-card p {
	line-height: 1.8;
}
.contact-card a {
	color: #de6932;
	border-bottom: none;
}
.contact-card a:hover {
	color: #737b4c;
}
.contact-card .flag {
	display: block;
	margin: 24px auto 8px;
	width: 160px;
	height: 120px;
}
.contact-card .flag2 {
	display: block;
	margin: 10px auto 8px;
	width: 225px;
	height: 190px;
}
.contact-card .flag3 {
	display: block;
	margin: 10px auto 8px;
	width: 250px;
	height: 67px;
}
.contact-card .flag4 {
	display: block;
	margin: 10px auto 8px;
	width: 80px;
	height: 60px;
}
.bottomnav {
	list-style: none;
	display: inline-block;
}
.embed-video-container {
	width: 100%;
	position: relative;
	display: inline-block;
}
.embed-video-container iframe {
	border: none;
	width: 100%;
	height: 312px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

@media all and (max-width: 767px) {
.embed-video-container iframe {
	height: 200px;
}
}
.video-wrapper {
	margin-bottom: 64px;
}
.video-wrapper h4 {
	margin-top: 10px;
}
.social-list a {
	color: #fff;
}
.social-list a:hover {
	color: #de6932;
}
.madebycolony a {
	color: #fff;
	border-bottom: none;
}
.madebycolony a:hover {
	color: #de6932;
}
.collectionactive {
	color: #de6932;
}

.mcembedfix {
 margin-left: 70px !important;
}

.footermcfix {
 width: 100% !important;
  text-align:center !important;
}

.partial--modal.window .close, .partial--modal.window .modal-prev, .partial--modal.window .modal-next {
  	color: #fff;
 	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
 	opacity: 1;
}

.label {
    display: inline;
    padding: 8px 0 4px;
    font-size: 100%;
    font-weight: normal;

    color: #181819;

}
a.color-link {
 	color: #de6932;
}
a.color-link:hover {
 	color: #181819;
}
.fa.fa-shopping-cart, .layout__header .partial--modal.search .modal-link {
	font-size: 18px !important;
  	color: #181819;
}
@media only screen and (min-width: 768px) {
    .layout__header .cart-link {
        position: relative;
    }
}
.layout__header .cart-notification {
    background: #de6932;
    color: #ffffff;
    font: 12px 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: none;
    position: absolute;
    margin-top: 15px;
    padding: 15px;
    right: 0;
    text-transform: uppercase;
    top: 100%;
    white-space: nowrap;
}
@media only screen and (min-width: 768px) {
    .layout__header .cart-notification {
        display: block;
    }
}
.layout__header .cart-notification:after {
	border: solid transparent;
	border-bottom-color: #de6932;
	border-width: 8px;
    bottom: 100%;
	content: '';
	height: 0;
	margin-left: -22.5px;
	position: absolute;
	width: 0;
}
.layout__header .total-price {
 	 display: none;
}
.layout__header .count {
 	font-size: 14px;
  	font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.whr-items, .whr-info {
  list-style-type: none;
}
.whr-item {
	padding: 24px 0;

}
.whr-item {
	border-bottom: 1px solid #e7dfd2;
}
h3.whr-title {
  	font-size: 20px;
	line-height: 24px;
  	margin-bottom: 12px;
 	text-transform: uppercase;
}
.whr-date {
 	display: none;
}

.orange {
color: #e65400;
}

.grey {
 color: #636367;
}

.inaline{
 display: inline-block;
}

.blockit {
 display: block;
}

.nounderline {
 text-decoration: none!important ;
  border-bottom: 0px !important;
  text-transform: none !important;
}
.kraftbg  {
  background:url(//cdn.shopify.com/s/files/1/0035/9372/t/104/assets/kraft.png?3456);

        background-size: cover;
        -moz-background-size: cover;
}

.justified {
  text-align: justify;

}


.newbottomnav {
	list-style: none;

}

.bordertop {
border-top: 2px solid #181819;
}

.bordersides {
 border-left: 2px solid #181819;
  border-right: 2px solid #181819;
}

.floatright {
 float:right;
}

#mc_embed_signup input.email {
	display: inline-block;
	padding: 8px 0;
	margin: 0 4% 15px 0;
	text-indent: 5px;
	width: 50%;
	min-width: 200px;
	margin-left: 6px;
	line-height: 14px;
	color: #fefefe;
	font-size: 13px;
	border-radius: 0px;
}
#mc_embed_signup {
	clear: left;
  float:right;
	font: 14px;
	max-width: 300px;
	/* margin-left: 100px; */
}
#mc_embed_signup input.button {
	display: inline-block;
	margin: 0 0 11px 0;
	width: 70px;
	min-width: 50PX;
	margin-left: 1px;
	border-radius: 0px;
}
#mc_embed_signup .button {
	clear: both;
	background-color: #fefefe;
	color: #181819;
	font-size: 10px;
	height: 32px;
	line-height: 30px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	border-radius: 0px;
}
#mc_embed_signup input {
	border: 1px solid #fefefe;
	-webkit-appearance: none;
	background-color: #181819;
	border-radius: 0px;
}
#mc_embed_signup form {
	display: block;
	position: relative;
	text-align: left;
	padding: 0;
}
#mc_embed_signup label {
	display: block;
	font-size: 13px;
	padding-bottom: 5px;
	color: #fefefe;
	margin-right: 10px;
}

/* Infinite Options app by ShopPad */

#infiniteoptions-container > div {
  margin-bottom: 24px;
}

#infiniteoptions-container select,
#infiniteoptions-container textarea,
#infiniteoptions-container input[type=text],
#infiniteoptions-container input[type=number] {
  margin-bottom: 0;
  width: 100%;
  text-align: left;
  padding: 0 20px;
  font-size: 14px;
}

#infiniteoptions-container input[type=checkbox],
#infiniteoptions-container input[type=radio] {
  margin: 0;
  margin-right: 5px;
}

@media and screen (max-width:767px) {
	.slider {margin-top: 80px;}
}
.s4com-helpcenter h1 {
	text-align: center;
}
div.s4com-panel {
  border: none;
}
.s4com-helpcenter .tt-suggestion:hover {
	background:#e0e0e0;
}

.hc-paypal-button {
	display: none !important;
}

@media only screen and (min-width: 768px) {
  body[class^="template-name-locations-"] .image-square.right,
  body[class*=" template-name-locations-"] .image-square.right {
    float: none;
  }
}


.Modal-overlay {
  display: none;
  position: fixed;
  background-color: rgba(0,0,0,0.85);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  padding-top: 10%;
  z-index: 99999;
}
.Modal-box {
  width: 87%;
  max-width:860px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position:relative;
  > .video-container {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    > iframe,
    > object,
    > embed {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
      max-width: 860px;
    }
  }
}

.Modal-close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 50px;
  z-index: 100000;
  color: #fff;
}

// this gets attached to Body
.Modal-cancel-overflow {
  overflow: hidden;
}
.box__banner.style--bar {
  width: 100%;
  padding: 8px 14px;
  background-color: #7e835a;
}


#rebuy-widget-146 {
      max-width: 1200px;
	  margin: 0 auto;
      margin-top: -50px;
}

.powered-by-rebuy {
  display: none;
}

.rebuy-button {
  line-height: 25px !important;
}

	.similar-products .font--heading {
	display: none;
	}

// ADDED BY SHOGUN



