/*! Humaan CSS v4.0 */

/* normalize.css v3.0.1 | MIT License | git.io/normalize */

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

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */ /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.row:after,
.clearfix:after {
	clear: both;
}

.row,
.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* Default Margin */

html {
	font-size: 6.25%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	line-height: normal;
	margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

h1 {
	font-size: 30px;
	font-size: 30rem;
	line-height: 1.6;
}

h2 {
	font-size: 24px;
	font-size: 24rem;
	line-height: 1.5;
}

h3 {
	font-size: 22px;
	font-size: 22rem;
	line-height: 1.5;
}

h4 {
	font-size: 18px;
	font-size: 18rem;
	line-height: 1.4;
}

h5 {
	font-size: 16px;
	font-size: 16rem;
	line-height: 1.4;
}

h6 {
	font-size: 12px;
	font-size: 12rem;
	line-height: 1.3;
}

p {
	font-size: 14px;
	font-size: 14rem;
	line-height: 1.5;
	margin: 0 0 20px;
}

small {
	font-size: 10px;
	font-size: 10rem;
	line-height: 1.3;
}

p {
	margin: 0 0 20px;
}

small {
	font-size: 80%;
}

a {
	text-decoration: underline;
	outline: 0;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	color: #3597eb;
}

a:hover,
a:focus {
	color: #e6b43d;
}

blockquote,
blockquote p {
	font-style: italic;
}

blockquote {
	margin: 0 0 20px;
	padding: 20px;
	padding-left: 40px;
	border-left: 2px solid #3597eb;
}

blockquote cite {
	display: block;
}

blockquote cite:before {
	content: "\2014 \0020";
}

figure {
	margin: 0;
}

.mob-vis-md,
.mob-vis-sm {
	display: none;
}

.is-mobOpen .outer-container {
	left: -400px;
}

.mob-menu {
	background-color: #2b2b2b;
	display: block;
	width: 400px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 0 0 40px;
	z-index: 1;
	font-size: 30px;
	font-size: 30rem;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}

.mob-menu ul {
	padding: 0;
	margin: 40px 0 20px;
}

.mob-menu ul ul {
	margin: 10px 0 10px 20px;
}

.mob-menu li {
	padding: 0;
	margin: 0 0 15px;
}

.mob-menu li.secondary-link {
	font-size: 20px;
	font-size: 20rem;
	margin: 0 0 10px;
}

.mob-menu li.secondary-link a {
	color: #797979;
}

.mob-menu li.secondary-link a:hover {
	color: #b88d5c;
}

.mob-menu li li {
	font-size: 18px;
	font-size: 18rem;
	margin: 0 0 5px;
}

.mob-menu li.parent .hidden {
	display: none;
}

.mob-menu li.social-icon {
	border: 0;
	display: inline-block;
	margin: 10px 10px 0 0;
}

.mob-menu li.social-icon a:before {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	font-size: 16rem;
}

.mob-menu li.active > a {
	color: #b88d5c;
}

.mob-menu a {
	color: #fff;
	text-decoration: none;
}

.mob-menu a.facebook:before {
	content: "\E002";
}

.mob-menu a.twitter:before {
	content: "\E003";
}

.mob-menu a.instagram:before {
	content: "\E004";
}

.mob-menu a span {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.mob-menu a:hover {
	color: #b88d5c;
}

.mob-menu .close-menu {
	position: absolute;
	top: 28px;
	right: 30px;
	z-index: 200;
}

.mob-menu .close-menu span {
	opacity: 0;
	visibility: hidden;
}

.mob-menu .close-menu:before {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	font-size: 16rem;
	color: #fff;
	content: "\E00F";
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.mob-menu .close-menu:hover:before {
	color: #b88d5c;
}

.mob-menu p.copyright,
.mob-menu p.credits {
	color: #fff;
	font-size: 13px;
	font-size: 13rem;
	margin: 0 0 5px;
}

/*
Theme Name: 
Theme URI: 
Description: 
Author: Humaan
Author URI: 
Version: 1.0
Tags: 
*/

/* =WordPress Core - Do not remove these classes
-------------------------------------------------------------- */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

@font-face {
	font-family: "Icons";
	src: url("fonts/Icons.eot");
	src: url("fonts/Icons.eot?#iefix") format("eot"), url("fonts/Icons.woff") format("woff"), url("fonts/Icons.ttf") format("truetype"), url("fonts/Icons.svg#Icons") format("svg");
}

.icon:before {
	font-family: "Icons";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal; /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
	text-decoration: none;
	text-transform: none;
}

.icon-icn_01_logo:before {
	content: "\E001";
}

.icon-icn_02_facebook:before {
	content: "\E002";
}

.icon-icn_03_twitter:before {
	content: "\E003";
}

.icon-icn_04_instagram:before {
	content: "\E004";
}

.icon-icn_05_stepone:before {
	content: "\E005";
}

.icon-icn_06_steptwo:before {
	content: "\E006";
}

.icon-icn_07_stepthree:before {
	content: "\E007";
}

.icon-icn_08_downarrow:before {
	content: "\E008";
}

.icon-icn_09_rightarrow:before {
	content: "\E009";
}

.icon-icn_10_calendar:before {
	content: "\E00A";
}

.icon-icn_11_logomark:before {
	content: "\E00B";
}

.icon-icn_12_rightarrowsq:before {
	content: "\E00C";
}

.icon-icn_13_leftarrowsq:before {
	content: "\E00D";
}

.icon-icn_14_uparrow:before {
	content: "\E00E";
}

.icon-icn_15_closebtn:before {
	content: "\E00F";
}

.icon-icn_16_pointer:before {
	content: "\E010";
}

.icon-icn_17_info:before {
	content: "\E011";
}

.icon-icn_18_gallery:before {
	content: "\E012";
}

.icon-icn_19_left-arrow:before {
	content: "\E013";
}

header {
	font-size: 13px;
	font-size: 13rem;
	width: 100%;
	height: 115px;
	display: block;
	position: absolute;
	padding: 20px 40px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	z-index: 1000;
}

header a {
	text-decoration: none;
}

.logo {
	margin: 0 auto;
	display: inline-block;
	text-decoration: none;
}

.logo span {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.logo:before {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 75px;
	font-size: 75rem;
	content: "\E001";
	color: #fff;
}

.purchase .logo {
	margin: 30px auto;
}

.purchase .logo:before {
	color: #cacaca;
}

.tagline {
	position: absolute;
	top: 40px;
	left: 40px;
}

.tagline a {
	color: #fff;
}

.tagline a:hover {
	color: #b88d5c;
}

.tagline span.text {
	display: inline-block;
	position: relative;
	top: -7px;
}

.tagline .fb_iframe_widget {
	top: -8px;
	margin: 0 3px;
}

.tagline #twitter-widget-0 {
	position: relative !important;
	top: -2px;
}

.hamburger {
	font-size: 12px;
	font-size: 12rem;
	text-align: center;
	position: absolute;
	right: 20px;
	top: 28px;
	padding: 10px 15px;
	color: #fff;
}

.hamburger:hover {
	color: #b88d5c;
}

.hamburger .divider {
	width: 20px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: 4px auto;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.hamburger:hover .divider {
	background-color: #b88d5c;
}

#category-options .hamburger {
	top: 100px;
	z-index: 400;
}

#category-options .hamburger .divider {
	background-color: #cacaca;
}

#category-options .hamburger:hover .divider {
	background-color: #373737;
}

.purchase .hamburger {
	top: 22px;
	z-index: 400;
}

.purchase .hamburger .divider {
	background-color: #cacaca;
}

.purchase .hamburger:hover .divider {
	background-color: #373737;
}

header nav {
	position: absolute;
	right: 87px;
	top: 40px;
}

header nav ul li {
	display: inline-block;
	padding: 0;
	margin: 0 0 0 30px;
}

header nav ul li.social-icon {
	margin: 0 0 0 17px;
}

header nav ul li.social-icon a {
	position: relative;
	top: -2px;
}

header nav ul li.last {
	margin-right: 10px;
}

header nav ul li.social-icon a:before {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	font-size: 16rem;
}

header nav a {
	display: block;
	color: #fff;
}

header nav a:hover {
	color: #b88d5c;
}

header nav a.facebook:before {
	content: "\E002";
}

header nav a.twitter:before {
	content: "\E003";
}

header nav a.instagram:before {
	content: "\E004";
}

header nav a span {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.mob-cta {
	clear: both;
	margin-bottom: 20px;
}

.mob-cta .btn {
	width: 50%;
	float: left;
}

footer {
	background-color: #1e1e1e;
	padding: 0 20px;
	text-align: center;
	font-size: 13px;
	font-size: 13rem;
}

footer p {
	font-size: 13px;
	font-size: 13rem;
	margin: 20px 0;
	color: rgba(255, 255, 255, 0.4);
}

footer a {
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
}

footer a:hover {
	color: #e6b43d;
}

footer .copyright {
	float: left;
}

footer .copyright:before {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 29px;
	color: #fff;
	content: "\E00B";
	margin-right: 10px;
}

footer nav {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	padding: 25px 0 0;
}

footer nav ul li {
	display: inline;
	margin: 0 10px;
}

footer .credits {
	float: right;
	margin: 25px 0 0;
}

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

html,
body {
	height: 100%;
}

body {
	background: #fff;
	font-family: "industry", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 14rem;
	line-height: 1.5;
	color: #2d2d2d;
}

.page-container {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.page-container.content {
	height: 100%;
}

.outer-container {
	margin: 0 auto;
	background-color: #fff;
	width: 100%;
	position: relative;
	left: 0;
	z-index: 2;
	-webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.content .outer-container {
	height: 100%;
}

.container {
	max-width: 1240px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.hidden {
	display: none;
}

nav ul {
	list-style: none;
	padding: 0px;
	margin: 0;
}

nav ul li {
	margin: 0px;
	padding: 0px;
}

nav li {
	margin: 0;
}

.u-hidden {
	text-indent: -9999em;
	display: block;
	font-size: 0;
	visibility: hidden;
	position: absolute;
	left: -9999px;
}

.invisible {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.btn.back-btn:before {
	color: #cacaca;
	font-size: 14px;
	font-size: 14rem;
	margin-right: 5px;
	margin-top: -4px;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\E00E";
}

main.content {
	position: relative;
	z-index: 900;
	background-color: #fff;
}

#category-options {
	height: 100vh;
	min-height: 834px;
	display: none;
}

#category-options .container {
	height: calc(100% - 28px);
	max-width: 1600px;
	padding: 5% 0;
}

.category-option {
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.category-option h3 {
	font-size: 16px;
	font-size: 16rem;
	font-weight: 700;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.category-option .style {
	text-transform: uppercase;
	color: #6a8595;
	font-weight: 700;
	margin: 0;
	font-size: 12px;
	font-size: 12rem;
}

.category-option .testimonial {
	position: absolute;
	right: 0;
	bottom: 30px;
	text-align: right;
	color: #a8a8a8;
	max-width: 338px;
	margin-top: 100px;
	font-size: 16px;
	font-size: 16rem;
}

.option-grid {
	position: relative;
}

.option-grid .option-item,
.option-grid .option-item-large {
	position: relative;
	width: 33.33333%;
	float: left;
}

.option-grid .option-item:before,
.option-grid .option-item-large:before {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 36px;
	font-size: 36rem;
	color: #000;
	content: "\E010";
	position: absolute;
	left: calc(50% - 14px);
	top: 15px;
	opacity: 0;
}

.option-grid .option-item a,
.option-grid .option-item-large a {
	display: block;
	text-decoration: none;
}

.option-grid .option-item img,
.option-grid .option-item-large img {
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	z-index: 200;
	position: relative;
	max-width: 100%;
	margin-top: 30px;
}

.option-grid .option-item img:hover,
.option-grid .option-item-large img:hover {
	cursor: pointer;
}

.option-grid .option-item .color-dots,
.option-grid .option-item-large .color-dots {
	display: block;
	margin: 5px auto;
}

.option-grid .option-item .color-dots .dot,
.option-grid .option-item-large .color-dots .dot {
	border-radius: 50%;
	height: 8px;
	width: 8px;
	background-color: red;
	margin: 0 3px;
	display: inline-block;
}

.option-grid .option-item.classic-one .dot,
.option-grid .option-item.premium-one .dot,
.option-grid .option-item.sig-one .dot,
.option-grid .option-item-large.classic-one .dot,
.option-grid .option-item-large.premium-one .dot,
.option-grid .option-item-large.sig-one .dot {
	background-color: #ff449a;
}

.option-grid .option-item.classic-two .dot,
.option-grid .option-item.premium-two .dot,
.option-grid .option-item.sig-two .dot,
.option-grid .option-item-large.classic-two .dot,
.option-grid .option-item-large.premium-two .dot,
.option-grid .option-item-large.sig-two .dot {
	background-color: #f8c3a7;
}

.option-grid .option-item.classic-three .dot,
.option-grid .option-item.premium-three .dot,
.option-grid .option-item.sig-three .dot,
.option-grid .option-item-large.classic-three .dot,
.option-grid .option-item-large.premium-three .dot,
.option-grid .option-item-large.sig-three .dot {
	background-color: #f87277;
}

.option-grid .option-item.roses-one .dot,
.option-grid .option-item.roses-two .dot,
.option-grid .option-item.roses-three .dot,
.option-grid .option-item-large.roses-one .dot,
.option-grid .option-item-large.roses-two .dot,
.option-grid .option-item-large.roses-three .dot {
	background-color: #da0022;
}

.option-grid .option-item p,
.option-grid .option-item-large p {
	color: #444;
	font-weight: 400;
	margin: 0 auto;
	max-width: 62%;
	opacity: 1;
	font-size: 13px;
	font-size: 13rem;
}

.option-grid .option-item.transparent img,
.option-grid .option-item-large.transparent img {
	opacity: 0.5;
}

.option-grid .option-item.transparent p,
.option-grid .option-item.transparent .color-dots,
.option-grid .option-item-large.transparent p,
.option-grid .option-item-large.transparent .color-dots {
	opacity: 0.2;
}

.option-grid .option-item.is-selected,
.option-grid .option-item-large.is-selected {
	display: none;
}

.option-grid .option-item.is-active:before,
.option-grid .option-item.is-selected:before,
.option-grid .option-item-large.is-active:before,
.option-grid .option-item-large.is-selected:before {
	opacity: 1;
}

.option-grid .option-item.is-active img,
.option-grid .option-item.is-selected img,
.option-grid .option-item-large.is-active img,
.option-grid .option-item-large.is-selected img {
	opacity: 1;
}

.option-grid .option-item.is-current img,
.option-grid .option-item-large.is-current img {
	opacity: 1;
}

.make-selection-wrapper {
	height: 141px;
}

.make-selection {
	opacity: 0.4;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.make-selection .price {
	font-size: 30px;
	font-size: 30rem;
	font-weight: bold;
	margin: 0;
}

.make-selection .delivery {
	font-size: 11px;
	font-size: 11rem;
	text-transform: uppercase;
	color: #6a8595;
	font-weight: 700;
}

.make-selection a {
	font-size: 11px;
	font-size: 11rem;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	padding: 22px 47px 22px 27px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	background: url(../img/bg-selectbtn.jpg) center no-repeat;
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
	position: relative;
}

.make-selection a:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 68px;
	font-size: 68rem;
	color: #fff;
	font-size: 16px;
	content: "\E008";
	right: 20px;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.make-selection a:hover:after {
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.help-msg {
	margin-top: 20px;
	color: #ccc;
	display: none;
	font-size: 12px;
	font-size: 12rem;
}

.slick-dots img {
	max-height: 100px;
}

a.gallery {
	text-decoration: none;
	color: #b2b2b2;
	display: inline-block;
	margin: 5px 0 0;
}

a.gallery:before {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 23px;
	font-size: 23rem;
	content: "\E012";
	color: #b2b2b2;
	margin: -3px 7px 0 0;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

a.gallery:hover {
	color: #5a5a5a;
}

a.gallery:hover:before {
	color: #5a5a5a;
}

/* Index v2 Styes */

.alt-version .make-selection .price {
	display: none;
}

.alt-version .slick-dots {
	margin-bottom: 20px;
}

.alt-version .option-grid .option-item p {
	margin: 0 auto 10px;
}

.alt-version .option-grid .option-item p.bunch-price {
	font-size: 22px;
	font-size: 22rem;
	margin: 0 auto;
}

.purchase {
	height: 100vh;
	display: none;
	text-align: center;
}

.purchase .container {
	max-width: 900px;
	padding: 0;
	position: relative;
	height: 100%;
	margin: 0 auto;
	min-height: 980px;
}

.purchase .christmas {
	z-index: 1000;
	position: relative;
	color: #fff;
}

.purchase .christmas p {
	margin: 0 0 5px;
	font-size: 12px;
	font-size: 12rem;
	color: #d4bbaf;
}

.purchase .christmas strong {
	color: #fff;
	font-weight: 600;
}

.purchase .form-wrapper {
	height: auto;
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	height: 680px;
	position: relative;
	top: calc(50% -  160px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.purchase .image-form {
	height: 100%;
	position: relative;
}

.purchase .image-container {
	position: relative;
	left: 0;
	top: 0;
	height: calc(100% - 80px);
	background-color: #242424;
	width: 360px;
}

.purchase .image-container img {
	z-index: 200;
	bottom: -140px;
	left: -190px;
	position: absolute;
	z-index: 200;
	max-height: 510px;
}

.purchase form {
	max-width: 560px;
	width: 100%;
	height: calc(100% - 80px);
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px 40px;
	background: url(../img/bg-checkout-form.jpg) top center no-repeat;
	background-size: cover;
}

.purchase h3 {
	font-size: 33px;
	font-size: 33rem;
	line-height: 1em;
	font-weight: 300;
	margin-bottom: 7px;
	text-align: center;
}

.purchase .heading {
	font-size: 14px;
	font-size: 14rem;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 10px;
	position: absolute;
	z-index: 100;
	top: 120px;
	left: 34px;
	letter-spacing: 2px;
}

.purchase .subheading {
	font-size: 16px;
	font-size: 16rem;
	text-align: center;
}

.purchase .selection {
	position: absolute;
	top: 150px;
	left: 34px;
	z-index: 200;
	text-align: left;
	font-size: 16px;
	font-size: 16rem;
	color: #e4a583;
}

.purchase .selection strong {
	font-size: 24px;
	font-size: 24rem;
	line-height: 28px;
	font-weight: 400;
	display: block;
}

.purchase .selection span {
	font-size: 0.9em;
}

.purchase .selection.delivery-price-display {
	top: 225px;
}

.purchase fieldset {
	border: 0;
	padding: 0;
	margin: 0 0 13px;
	color: #505050;
	position: relative;
	z-index: 200;
}

.purchase fieldset .title {
	font-size: 14px;
	font-size: 14rem;
	color: #fff;
	font-weight: 700;
	margin: 0 0 8px;
	text-align: left;
}

.purchase fieldset.payment {
	margin-top: 25px;
}

.purchase fieldset.delivery-details {
	z-index: 900;
}

.purchase fieldset .delivery-info {
	font-size: 11px;
	font-size: 11rem;
	position: absolute;
	color: #fff;
	right: 0;
	top: 2px;
	text-transform: uppercase;
	font-weight: 700;
}

.purchase fieldset.delivery-pickup-options,
.purchase fieldset.pickup-location {
	text-align: left;
	z-index: 1000;
}

.purchase fieldset.delivery-pickup-options label,
.purchase fieldset.delivery-pickup-options div.fw,
.purchase fieldset.pickup-location label,
.purchase fieldset.pickup-location div.fw {
	color: #fff;
	padding-left: 34px;
	text-align: left;
}

.purchase fieldset.delivery-pickup-options label span,
.purchase fieldset.delivery-pickup-options label .delivery-span,
.purchase fieldset.delivery-pickup-options div.fw span,
.purchase fieldset.delivery-pickup-options div.fw .delivery-span,
.purchase fieldset.pickup-location label span,
.purchase fieldset.pickup-location label .delivery-span,
.purchase fieldset.pickup-location div.fw span,
.purchase fieldset.pickup-location div.fw .delivery-span {
	font-size: 11px;
	font-size: 11rem;
	color: #d4bbaf;
	font-weight: 600;
	display: block;
	text-align: left;
}

.purchase fieldset.delivery-pickup-options label span.catchment-inline,
.purchase fieldset.delivery-pickup-options label .delivery-span.catchment-inline,
.purchase fieldset.delivery-pickup-options div.fw span.catchment-inline,
.purchase fieldset.delivery-pickup-options div.fw .delivery-span.catchment-inline,
.purchase fieldset.pickup-location label span.catchment-inline,
.purchase fieldset.pickup-location label .delivery-span.catchment-inline,
.purchase fieldset.pickup-location div.fw span.catchment-inline,
.purchase fieldset.pickup-location div.fw .delivery-span.catchment-inline {
	display: inline;
	color: #fff;
	font-size: 14px;
	font-size: 14rem;
	font-weight: 400;
}

.purchase fieldset.delivery-pickup-options .delivery-left .show-catchment,
.purchase fieldset.pickup-location .delivery-left .show-catchment {
	float: left;
}

.purchase fieldset.delivery-pickup-options .styled,
.purchase fieldset.pickup-location .styled {
	background: #fff;
	border: 1px solid #232323;
	color: #a9a9a9;
	font-size: 14px;
	font-size: 14rem;
	background-image: url(/img/formelements.png); /* the background image sprite */
	background-repeat: no-repeat;
	padding: 6px 10px 7px;
	background-position: 104% -36px;
}

.purchase fieldset.delivery-pickup-options .styled select:focus,
.purchase fieldset.delivery-pickup-options .styled select.valid,
.purchase fieldset.pickup-location .styled select:focus,
.purchase fieldset.pickup-location .styled select.valid {
	color: #666;
}

.purchase fieldset.delivery-pickup-options .pickup-details,
.purchase fieldset.pickup-location .pickup-details {
	font-size: 12px;
	font-size: 12rem;
	color: #fff;
	display: block;
	text-align: left;
	margin: 10px 0 0;
}

.purchase fieldset.pickup-location label {
	padding-left: 0;
}

.purchase fieldset.order-notes input {
	padding: 10px 14px;
}

.purchase fieldset.coupon {
	text-align: left;
	margin: 0;
}

.purchase fieldset.coupon #coupon-toggle {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-size: 12rem;
	float: left;
	margin: 13px 10px 0 0;
}

.purchase fieldset.coupon #coupon-toggle:hover {
	color: #e6b43d;
}

.purchase fieldset.coupon input {
	float: left;
	padding: 10px 14px;
}

.purchase fieldset.coupon .coupon-entry a {
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.5);
	margin: 0 0 0 10px;
	float: left;
	padding: 11px 20px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.purchase fieldset.coupon .coupon-entry a:hover {
	color: #e6b43d;
	border: 1px solid #e6b43d;
}

.purchase fieldset .tooltip {
	background-color: #fff;
	color: #2c2c2c !important;
	font-weight: 400 !important;
	text-align: left !important;
	padding: 10px 15px;
	font-size: 12px;
	font-size: 12rem;
	border-radius: 3px;
	box-shadow: 0 0 10px 0px black !important;
	position: absolute;
	top: 29px;
	left: 180px;
	width: 180px;
	z-index: 100;
	display: none !important;
}

.purchase fieldset .info {
	display: inline-block !important;
}

.purchase fieldset .info:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	font-size: 16rem;
	color: #fff;
	content: "\E011";
	margin-left: 5px;
}

.purchase fieldset .info:hover .tooltip,
.purchase fieldset .info:focus .tooltip {
	display: block !important;
}

.purchase label,
.purchase div.fw {
	margin-bottom: 5px;
	position: relative;
}

.purchase label.error,
.purchase div.fw.error {
	color: #fff;
	position: absolute;
	right: -10px;
	top: 25px;
	margin: 0;
	background-color: red;
	padding: 5px 10px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5) !important;
	font-size: 10px;
	width: 120px;
	text-align: center;
	border-radius: 2px;
	z-index: 100;
	display: none !important;
}

.purchase label.error:after,
.purchase div.fw.error:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: red;
	border-width: 5px;
	margin-left: -5px;
}

.purchase input[type=text] {
	padding: 15px 14px 8px;
	height: 46px;
}

.purchase textarea {
	width: 100%; /*height: 130px;*/
	height: 85px;
	padding: 14px 15px;
}

.purchase ::-webkit-input-placeholder {
	font-size: 14px;
}

.purchase :-moz-placeholder { /* Firefox 18- */
	font-size: 14px;
}

.purchase ::-moz-placeholder { /* Firefox 19+ */
	font-size: 14px;
}

.purchase :-ms-input-placeholder {
	font-size: 14px;
}

.purchase input:focus,
.purchase textarea:focus {
	box-shadow: none;
	border: 1px solid #d48e42 !important;
	outline-color: #d48e42 !important;
}

.purchase input.error,
.purchase textarea.error {
	border: 1px solid red !important;
}

.purchase input.error:focus + label,
.purchase input.picker__input--active + label,
.purchase textarea.error:focus + label,
.purchase textarea.picker__input--active + label {
	display: inline !important;
}

.purchase button.btn-brn {
	font-size: 11px;
	font-size: 11rem;
	background-image: none;
	background-color: #bc8a4a;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	display: block;
	padding: 22px 0;
	position: relative;
	z-index: 100;
}

.purchase button.btn-brn:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	font-size: 16px;
	content: "\E009";
	margin-left: 15px;
	position: absolute;
	right: 20px;
}

.purchase button.btn-brn:hover {
	background-color: #cd9e63;
	cursor: pointer;
}

.purchase button.btn-brn:hover:after {
	color: #fff;
}

.purchase p.error-message {
	display: none;
	color: red;
	font-weight: 600;
	text-align: center;
	margin: 0 0 -10px;
	font-size: 12px;
}

.purchase button[type=submit] {
	font-size: 11px;
	font-size: 11rem;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	padding: 22px 52px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	background: url(../img/bg-selectbtn.jpg) center no-repeat;
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
	width: auto; /*margin-top: 40px;*/
	margin-top: 10px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.purchase button[type=submit]:after {
	display: none;
}

.purchase button[type=submit]:hover {
	color: #e6b43d;
}

.purchase button[type=submit].btn-brn {
	background-image: none;
	background-color: #517684;
	box-shadow: none;
}

.purchase button[type=submit].btn-brn:hover {
	background-color: #73929e;
	color: #fff;
}

.purchase button[type=submit].btn-brn:hover:after {
	color: #fff;
}

.purchase button[type=submit].btn-brn:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #a6c5d1;
	font-size: 16px;
	content: "\E009";
	margin-left: 15px;
	position: absolute;
	right: 20px;
}

.purchase button[type=submit].btn-full {
	width: 100%;
}

.purchase .fw {
	display: block;
	width: 100%;
	clear: both;
}

.purchase .fw input[type=text] {
	width: 100%;
}

.purchase .hw {
	display: block;
	float: left;
	width: 50%;
}

.purchase .hw.option-delivery {
	width: 100%;
}

.purchase .hw input[type=text] {
	width: 100%;
}

.purchase .hw.field-right input[type=text] {
	border-left: 0;
}

.purchase .hw.checkbox {
	background-color: #f2f2f2;
	border: 1px solid #232323;
	border-left: 0;
	padding: 15px 20px 11px;
	height: 46px;
	text-align: left;
	font-size: 12px;
	font-size: 12rem;
}

.purchase .hw.city {
	position: relative;
}

.purchase .cc-name {
	display: block;
	float: left;
	width: 59%;
	padding-right: 10px;
}

.purchase .cc-name input[type=text] {
	width: 100%;
}

.purchase .cc-details {
	display: block;
	float: left;
	width: 11.4%;
	padding: 0;
}

.purchase .cc-details input[type=text] {
	width: 100%;
}

.purchase .cc-details.month input[type=text] {
	border-right: 0;
}

.purchase .cc-details.year input[type=text] {
	border-left: 1px solid #ccc;
}

.purchase .cc-details.field-right {
	width: 16%;
	float: right;
	padding: 0;
	text-align: right;
}

.purchase .cc-details.field-right input[type=text] {
	width: 100%;
}

.purchase .payment-form input + span,
.purchase .payment-form input + .error + span,
.purchase .payment-form input:focus + .error + span,
.purchase .payment-form input + .delivery-span {
	position: absolute;
	color: #a9a9a9;
	top: 15px;
	left: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.purchase .payment-form .is-filled input + span,
.purchase .payment-form input:focus + span,
.purchase .payment-form .is-filled input + .error + span,
.purchase .payment-form input:focus + .error + span,
.purchase .payment-form .is-filled input + .delivery-span,
.purchase .payment-form input:focus + .delivery-span,
.purchase .payment-form .picker--opened + input + .delivery-span,
.purchase .payment-form .picker__input--target + .picker + input + .delivery-span {
	position: absolute;
	text-transform: uppercase;
	font-size: 10px;
	font-size: 10rem;
	font-weight: 600;
	top: 5px;
	left: 15px;
	color: #2d2d2d;
}

.purchase .payment-form .is-filled input + span.check {
	top: -4px;
}

.purchase .delivery-details .cal-icon:before {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	content: "\E00A";
	position: absolute;
	right: 15px;
	top: 11px;
	text-decoration: none;
	color: #000;
	pointer-events: none;
}

.purchase .picker--opened .picker__holder {
	box-shadow: none !important;
	outline: none !important;
}

.purchase .form-step-location-selection {
	margin-top: 110px;
	z-index: 1000;
}

.purchase .form-step-location-selection label {
	padding: 0;
}

.purchase .form-step-location-selection label:last-child .check {
	border-left: 0;
	border-radius: 0 3px 3px 0;
}

.purchase .form-step-location-selection .title {
	text-align: center;
	font-weight: 200;
	font-size: 24px;
	font-size: 24rem;
	margin: 0 0 60px;
}

.purchase .form-step-location-selection .check {
	text-align: center !important;
	color: #fff !important;
	font-weight: 600 !important;
	font-size: 20px !important;
	width: 100%;
	padding: 40px 0;
	position: relative !important;
	display: block;
	background-color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	top: 0 !important;
	letter-spacing: 7px;
	margin: 0 0 20px;
	border: 1px solid #866760;
	border-radius: 3px 0 0 3px;
}

.purchase .form-step-location-selection .check:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

.purchase .form-step-location-selection .check:before {
	display: none;
}

.purchase .form-step-location-selection .small {
	font-size: 12px;
	font-size: 12rem;
	color: #d4bbaf;
	font-weight: 600;
}

.purchase .form-step-two {
	text-align: center;
}

.purchase .form-step-two img {
	position: absolute;
	right: 0;
	top: 0;
	max-height: 24px;
}

.purchase .form-step-two img.visa {
	right: 81px;
}

.purchase .form-step-two img.mc {
	right: 41px;
}

.purchase .form-step-two .secure {
	font-size: 12px;
	font-size: 12rem;
	text-align: center;
	margin: 30px 0;
	display: block;
	color: #fff;
}

.purchase .back-to-locations {
	position: relative;
	z-index: 1000;
	font-size: 12px;
	font-size: 12rem;
	color: #fff;
	text-decoration: none;
	margin: -5px 0 10px;
	display: block;
}

.purchase .back-to-locations span {
	font-weight: 600;
}

.purchase .back-to-locations:hover {
	color: #d2c9c3;
}

.purchase .message .delivery-info {
	color: #ccbab3;
}

.purchase .entered-details {
	padding: 0 15px 15px 35px;
	margin: 36px 0 30px;
	text-align: left;
	position: absolute;
	left: -340px;
	top: 190px;
	width: 320px;
	color: #fff;
}

.purchase .entered-details .col-wrap {
	zoom: 1;
}

.purchase .entered-details .col-wrap:before,
.purchase .entered-details .col-wrap:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.purchase .entered-details .col-wrap:after {
	clear: both;
}

.purchase .entered-details .col-wrap > .col,
.purchase .entered-details .col-wrap > .col-alt {
	float: left;
}

.purchase .entered-details .col-wrap .back-link a {
	display: none;
}

.purchase .entered-details .col-wrap strong {
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.purchase .entered-details .col-wrap span {
	line-height: 1.2;
	margin-bottom: 5px;
	font-size: 12px;
	font-size: 12rem;
}

.purchase .entered-details .col-wrap span.recipient-fullname,
.purchase .entered-details .col-wrap span.recipient-address {
	display: block;
}

.purchase .entered-details .col-wrap .del-date {
	display: inline;
	margin: 0;
}

.purchase .entered-details .col-wrap .edit-link {
	display: none;
}

.purchase .back-link {
	text-align: left;
}

.purchase .back-link a {
	color: #d2c9c3;
	text-decoration: none;
	font-size: 12px;
	font-size: 12rem;
	display: block;
}

.purchase .back-link a:before {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\E00D";
	color: #d2c9c3;
	font-size: 14px;
	font-size: 14rem;
	margin-right: 7px;
}

.purchase .back-link a:hover,
.purchase .back-link a:hover:before {
	color: #fff;
}

.purchase .form-step-three {
	text-align: center;
	padding: 30px 0 0;
}

.purchase .form-step-three h3 {
	font-size: 24px;
	font-size: 24rem;
	margin-bottom: 30px;
	color: #fff;
}

.purchase .form-step-three p {
	margin: 0 0 40px;
	font-size: 16px;
	font-size: 16rem;
	color: #fff;
}

.purchase .form-step-three p.hashtag {
	font-size: 24px;
	font-size: 24rem;
	color: #c3a29a;
	font-weight: 400;
}

.purchase .form-step-three p:last-child {
	margin-bottom: 30px;
}

.purchase .form-step-three .share p {
	margin: 0 0 20px;
	font-weight: 600;
}

.purchase .form-step-three .share p.hashtag {
	margin-bottom: 15px;
}

.purchase .form-step-three .share ul {
	list-style: none;
	padding: 0px;
	margin-top: 30px;
}

.purchase .form-step-three .share ul li {
	margin: 0px;
	padding: 0px;
}

.purchase .form-step-three .share ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.purchase .form-step-three .share ul li.social-icon {
	margin: 0 0 0 17px;
}

.purchase .form-step-three .share ul li.social-icon a:before {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	font-size: 16rem;
}

.purchase .form-step-three .share ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.purchase .form-step-three .share ul li a:hover {
	color: #b88d5c;
}

.purchase .form-step-three .share ul li a.facebook:before {
	content: "\E002";
}

.purchase .form-step-three .share ul li a.twitter:before {
	content: "\E003";
}

.purchase .form-step-three .share ul li a.instagram:before {
	content: "\E004";
}

.purchase .form-step-three .share ul li a span {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.purchase .form-step-three a.social-btn {
	display: inline-block;
	margin: 0 3px 10px;
	border-radius: 3px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 16px;
	font-size: 11px;
	font-size: 11rem;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.purchase .form-step-three a.social-btn.fb {
	background-color: #3b5999;
}

.purchase .form-step-three a.social-btn.fb:before {
	content: "\E002";
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 13px;
	font-size: 13rem;
	color: #fff;
	margin-right: 10px;
	margin-top: -6px;
}

.purchase .form-step-three a.social-btn.fb:hover {
	background-color: #4d70ba;
}

.purchase .form-step-three a.social-btn.twitter {
	background-color: #3dc7f4;
}

.purchase .form-step-three a.social-btn.twitter:before {
	content: "\E003";
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 13px;
	font-size: 13rem;
	color: #fff;
	margin-right: 10px;
	margin-top: -6px;
}

.purchase .form-step-three a.social-btn.twitter:hover {
	background-color: #6dd5f7;
}

#perth-timestamp {
	margin: 0;
	position: relative;
	top: -5px;
}

#perth-timestamp .show-delivery {
	color: white;
	margin: 0;
	font-size: 12px;
}

#perth-delivery {
	margin-bottom: 10px;
}

#perth-delivery .fw {
	margin: 0;
}

.content-page {
	color: #cbc2bd;
	font-weight: 300;
	position: relative;
	background: url(../img/bg-ourstory.jpg) top center repeat-y;
	background-size: 100% auto;
	height: calc(100% - 69px);
}

.content-page .container {
	max-width: 620px;
	margin: 0 auto;
	padding: 200px 0 140px;
	height: 100%;
}

.content-page h1 {
	font-size: 82px;
	font-size: 82rem;
	line-height: 80px;
	letter-spacing: 10px;
	margin: 0 auto 65px;
	font-weight: 800;
	text-transform: uppercase;
	position: relative;
	color: #fff;
	text-align: center;
}

.content-page h2 {
	margin-bottom: 25px;
	color: #fff;
}

.content-page p,
.content-page li,
.content-page li li {
	font-size: 18px;
	font-size: 18rem;
	z-index: 200;
	position: relative;
}

.content-page a {
	color: #e6b43d;
	font-weight: 600;
	text-decoration: none;
}

.content-page a:hover {
	color: #ecc56a;
}

.content-page img {
	max-width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 10px;
	margin: 0 0 20px;
}

.content-page .christmas {
	min-height: 800px;
}

.content-page .christmas h1 {
	font-size: 52px;
	font-size: 52rem;
	line-height: 50px;
	letter-spacing: 5px;
}

.content-page .christmas h2 {
	font-size: 18px;
	font-size: 18rem;
	text-align: center;
}

.content-page .christmas strong {
	color: #fff;
}

.content-page .christmas p {
	text-align: center;
}

.bg-image {
	position: absolute;
	z-index: 100;
}

.bg-image.scissors {
	width: 255px;
	height: 334px;
	bottom: -3px;
	margin: 0 0 0 -191px;
	background-size: 100%;
}

.bg-image.tools {
	width: 301px;
	height: 477px;
	margin: -520px 0 0 580px;
	background-size: 100%;
}

.bg-image.twine {
	width: 247px;
	height: 263px;
	background-size: 100%;
	margin: -940px 0 0 580px;
}

.bg-image.bag {
	width: 278px;
	height: 331px;
	background-size: 100%;
	margin: -690px 0 0 -240px;
}

.gallery-wrapper {
	background-color: #fff;
	width: 100%;
}

.gallery-photos {
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 0;
}

.gallery-photos h1 {
	text-transform: uppercase;
	text-align: center;
	color: #939393;
	font-weight: 700;
	font-size: 24px;
	font-size: 24rem;
}

.gallery-photos a.article {
	width: 30%;
	padding-bottom: 30%; /* = width for a square aspect ratio */
	float: left;
	text-align: center;
	position: relative;
	display: block;
	margin-bottom: 20px;
	margin: 0 1.66% 2.2%;
	background-color: #ccc;
}

.internal-header {
	background-color: #000;
	background-position: top center;
	background-repeat: repeat-x;
	height: 220px;
	padding-top: 120px;
	position: relative;
}

.internal-header h1 {
	font-size: 52px;
	font-size: 52rem;
	line-height: 80px;
	letter-spacing: 10px;
	margin: 0 auto;
	font-weight: 800;
	text-transform: uppercase;
	position: relative;
	color: #fff;
	display: block;
	text-align: center;
}

.shop-wrapper {
	background-color: #fff;
	width: 100%;
}

.shop {
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 20px;
}

.shop .shop-products {
	padding: 0;
}

.shop h1 {
	text-transform: uppercase;
	text-align: center;
	color: #939393;
	font-weight: 700;
	font-size: 24px;
	font-size: 24rem;
}

.shop .shop-item {
	width: 33.3%;
	float: left;
	text-align: center;
	position: relative;
	display: block;
	height: 400px;
	margin-bottom: 20px;
}

.shop .shop-item .image-box {
	width: 100%;
	height: 75%;
	position: relative;
}

.shop .shop-item img {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
}

.shop .shop-item p {
	font-size: 13px;
	font-size: 13rem;
	color: #2d2d2d;
	margin-bottom: 9px;
}

.shop .shop-item p strong {
	display: block;
}

.shop .shop-item a {
	font-size: 11px;
	font-size: 11rem;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	position: relative;
	z-index: 200;
	text-decoration: none;
	color: #fff;
}

.shop .shop-item a .price {
	padding: 10px;
	float: left;
}

.shop .shop-item a .select-link {
	padding: 10px 35px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	float: left;
}

.shop .berry-blooms .classic img {
	width: 62%;
}

.shop .berry-blooms .premium img {
	width: 75%;
}

.shop .berry-blooms .signature img {
	width: 85%;
}

.shop .berry-blooms .price {
	background-color: #ba1153;
}

.shop .berry-blooms .select-link {
	background-color: #d73574;
}

.shop .berry-blooms .select-link:hover {
	background-color: #db4a83;
}

.shop .soft-touch .classic img {
	width: 62%;
}

.shop .soft-touch .premium img {
	width: 75%;
}

.shop .soft-touch .signature img {
	width: 85%;
	left: -10px;
}

.shop .soft-touch .price {
	background-color: #e49679;
}

.shop .soft-touch .select-link {
	background-color: #fab79e;
}

.shop .soft-touch .select-link:hover {
	background-color: #fbc9b6;
}

.shop .autumn-life .classic img {
	width: 62%;
}

.shop .autumn-life .premium img {
	width: 70%;
	padding-top: 20px;
}

.shop .autumn-life .signature img {
	width: 85%;
	left: -20px;
}

.shop .autumn-life .price {
	background-color: #e07517;
}

.shop .autumn-life .select-link {
	background-color: #fa9a45;
}

.shop .autumn-life .select-link:hover {
	background-color: #fba75e;
}

.shop .roses .classic img {
	width: 70%;
}

.shop .roses .premium img {
	width: 80%;
}

.shop .roses .signature img {
	width: 85%;
	left: -30px;
}

.shop .roses .price {
	background-color: #a70016;
}

.shop .roses .select-link {
	background-color: #c2001a;
}

.shop .roses .select-link:hover {
	background-color: #dc001d;
}

.content-wrap {
	max-width: 960px;
	margin: 0 auto;
	padding: 50px 20px;
}

.content-wrap.no-base-padding {
	padding-bottom: 0;
}

.content-wrap p:last-child {
	margin: 0;
}

.contact {
	height: 100vh;
}

.contact .content-page {
	min-height: 1030px;
}

.contact h1 {
	margin-bottom: 35px;
}

.contact p {
	text-align: center;
}

.contact strong {
	font-weight: 600;
}

.contact-form {
	width: 100%;
	padding: 30px 40px;
	background: url(../img/bg-checkout-form.jpg) top center no-repeat;
	background-size: cover;
	border-radius: 2px;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.contact-form label {
	margin-bottom: 5px;
	position: relative;
}

.contact-form label.error {
	color: #fff;
	position: absolute;
	right: -10px;
	top: -18px;
	margin: 0;
	background-color: red;
	padding: 5px 10px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5) !important;
	font-size: 10px;
	width: 80px;
	text-align: center;
	border-radius: 2px;
	z-index: 100;
	display: none !important;
}

.contact-form label.error:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: red;
	border-width: 5px;
	margin-left: -5px;
}

.contact-form input[type=text] {
	padding: 15px 14px 8px;
}

.contact-form textarea {
	width: 100%;
	height: 150px;
	padding: 14px 15px;
}

.contact-form input:focus,
.contact-form textarea:focus {
	box-shadow: none;
	border: 1px solid #d48e42 !important;
	outline-color: #d48e42 !important;
}

.contact-form input.error,
.contact-form textarea.error {
	border: 1px solid red !important;
}

.contact-form input.error:focus + label,
.contact-form textarea.error:focus + label {
	display: inline !important;
}

.contact-form button[type=submit] {
	font-size: 11px;
	font-size: 11rem;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	padding: 22px 52px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	background: url(../img/bg-selectbtn.jpg) center no-repeat;
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
	width: auto;
	margin-top: 20px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.contact-form button[type=submit]:after {
	display: none;
}

.contact-form button[type=submit]:hover {
	color: #e6b43d;
}

.contact-form button[type=submit].btn-brn {
	background-image: none;
	background-color: #517684;
	box-shadow: none;
}

.contact-form button[type=submit].btn-brn:hover {
	background-color: #73929e;
	color: #fff;
}

.contact-form button[type=submit].btn-brn:hover:after {
	color: #fff;
}

.contact-form button[type=submit].btn-brn:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #a6c5d1;
	font-size: 16px;
	content: "\E009";
	margin-left: 15px;
	position: absolute;
	right: 20px;
}

.contact-form .fw {
	display: block;
	width: 100%;
	clear: both;
}

.contact-form .fw input[type=text] {
	width: 100%;
}

.contact-form input + span,
.contact-form input + .error + span {
	position: absolute;
	color: #a9a9a9;
	top: 15px;
	left: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.contact-form .is-filled input + span,
.contact-form input:focus + span,
.contact-form .is-filled input + .error + span,
.contact-form input:focus + .error + span {
	position: absolute;
	text-transform: uppercase;
	font-size: 10px;
	font-size: 10rem;
	font-weight: 600;
	top: 5px;
	left: 15px;
	color: #2d2d2d;
}

.blog .container {
	max-width: 940px;
}

.blog h2 {
	text-align: center;
	font-size: 30px;
	font-size: 30rem;
	font-weight: 600;
	line-height: 1.1;
}

.blog h2 a {
	color: #cbc2bd;
}

.blog h2 a:hover {
	color: #e1dcda;
}

.blog article:not(:last-child) {
	margin: 0 0 85px;
}

.blog article img {
	padding: 0;
	border: 0;
	margin: 0;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.35);
}

.blog article .post-snippet,
.blog article .post-content {
	max-width: 580px;
	padding: 50px 0;
	margin: 0 auto;
	border-bottom: 1px solid rgba(203, 194, 189, 0.2);
}

.blog article .post-snippet p,
.blog article .post-content p {
	margin: 0 0 25px;
}

.blog article .post-snippet p:last-child,
.blog article .post-content p:last-child {
	margin: 0;
}

.blog-post {
	background: url(../img/bg-ourstory.jpg) center -140px no-repeat;
	background-size: 100% 700px;
}

.blog-post h1 {
	font-size: 16px;
	font-size: 16rem;
	line-height: 20px;
	margin: 0 0 10px;
	font-weight: 600;
}

.blog-post h1 a {
	color: #fff;
}

.blog-post h2 {
	color: #fff;
	font-size: 50px;
	font-size: 50rem;
	padding: 0 80px;
	line-height: 1.3;
}

.blog-post h3 {
	font-size: 24px;
	font-size: 24rem;
	font-weight: 600;
	color: #404040;
	margin: 0 0 20px 0;
}

.blog-post article .post-content {
	border: 0;
}

.blog-post article .post-content p,
.blog-post article .post-content ol,
.blog-post article .post-content ul {
	color: #404040;
	font-size: 20px;
	font-size: 20rem;
}

.blog-post article p.date-posted {
	color: #bfbfbf;
	font-size: 14px;
	font-size: 14rem;
	margin: 0 0 60px;
}

.blog-post article a {
	font-weight: 400;
}

.blog-post article ol {
	padding: 0 0 0 20px;
	display: inline-block;
}

.blog-post article ol li {
	font-size: 20px;
	font-size: 20rem;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}

.blog-post article footer {
	background-color: transparent;
	border-top: 1px solid #f3f3f3;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 14rem;
	position: relative;
	padding: 30px 0 0;
}

.blog-post article footer a {
	color: #3c3c42;
	font-weight: 700;
	position: absolute;
	letter-spacing: 3px;
}

.blog-post article footer a.back {
	left: 0;
}

.blog-post article footer a.back:before {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 11px;
	font-size: 11rem;
	content: "\E013";
	color: #e6b43d;
	margin: -1px 7px 0 0;
}

.blog-post article footer a.share {
	right: 0;
	color: #e6b43d;
}

.blog-post article footer a.share:hover {
	color: #ecc56a;
}

.qa {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 20px;
}

.qa .question {
	font-weight: 600;
	color: #e6b43d;
}

.qa .question:hover {
	cursor: pointer;
}

.qa .answer {
	overflow: hidden;
}

.qa .answer p {
	font-size: 18px;
	font-size: 18rem;
}

.qa:last-child {
	border: none;
}

.terms .container ul,
.terms .container ol {
	margin-bottom: 20px;
}

.terms .container li,
.terms .container li li {
	font-size: 20px;
	font-size: 20rem;
	margin-bottom: 20px;
}

.terms .container h1 {
	font-size: 60px;
	font-size: 60rem;
	line-height: 60px;
}

.banner-wrapper {
	background-color: #000;
	background-position: top center;
	background-repeat: repeat-x;
	height: 100vh;
	min-height: 890px;
	padding-top: 200px;
	position: relative;
	overflow: hidden;
}

.banner-test {
	width: 634px;
	height: 249px;
	position: absolute;
	left: -21px;
	top: -40px;
	background: url(../img/banner-test2.png) 0 0 no-repeat;
}

.banner {
	color: #fff;
	text-align: center;
	font-weight: 400;
}

.banner p {
	font-size: 16px;
	font-size: 16rem;
	margin-bottom: 30px;
}

.banner h1 {
	font-size: 82px;
	font-size: 82rem;
	line-height: 76px;
	letter-spacing: 9.5px;
	margin: 0 auto 30px;
	font-weight: 800;
	text-transform: uppercase;
	max-width: 420px;
	position: relative;
}

.banner h1 .nobs {
	font-size: 40px;
	font-size: 40rem;
	margin: 10px 0 0 20px;
	letter-spacing: 5px;
	display: block;
	position: relative;
	text-align: center;
	color: #b88d5c;
}

.banner h1 .nobs .eye {
	display: inline-block;
	width: 30px;
	height: 61px;
	background: url(../img/bg-banner-i.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	position: relative;
	top: 8px;
	left: -7px;
	margin-right: -10px;
}

.banner .testimonial {
	font-size: 14px;
	font-size: 14rem;
	color: #c7c7c7;
	margin: 0 0 15px;
}

.banner .client-testimonial {
	font-size: 14px;
	font-size: 14rem;
	color: #909090;
	margin: 0 0 25px;
}

.banner .down-here {
	border-radius: 50%;
	border: 3px solid rgba(255, 255, 255, 0.3);
	width: 50px;
	height: 50px;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.banner .down-here:before {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	font-size: 20rem;
	color: #fff;
	content: "\E008";
	margin-top: 12px;
}

.banner .down-here:hover {
	margin-top: 15px;
}

.banner .down-here span {
	display: none;
}

.banner-steps {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	zoom: 1;
	border: 1px solid #363636;
	max-width: 700px;
	margin-bottom: 30px;
}

.banner-steps:before,
.banner-steps:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.banner-steps:after {
	clear: both;
}

.banner-steps .banner-step {
	width: 33.3%;
	height: 100%;
	float: left;
	text-align: center;
}

.banner-steps .banner-step p {
	font-size: 12px;
	font-size: 12rem;
	margin: 0 0 10px;
}

.banner-steps .banner-step p strong {
	color: #e6b43d;
	text-transform: uppercase;
	font-weight: 700;
}

.banner-steps .banner-step:before {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 68px;
	font-size: 68rem;
	color: #fff;
	margin: -5px 0 10px;
}

.banner-steps .step-one:before {
	content: "\E005";
}

.alt-version .banner-steps .step-one:before {
	content: "\E006";
}

.banner-steps .step-two:before {
	content: "\E006";
}

.alt-version .banner-steps .step-two:before {
	content: "\E005";
}

.banner-steps .step-three:before {
	content: "\E007";
}

.banner-steps .step-two {
	border-left: 1px solid #363636;
	border-right: 1px solid #363636;
}

.btn.get-started {
	font-size: 15px;
	font-size: 15rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	padding: 22px 57px;
	margin: 0 0 15px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	background: url(../img/bg-selectbtn.jpg) center no-repeat;
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
	position: relative;
}

.btn.get-started:hover {
	background-color: transparent;
}

.btn.get-started:hover:after {
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.valentines-day-notice {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.5);
	margin: -10px auto 20px;
	border: 1px solid #363636;
	padding: 10px 15px;
}

.valentines-day-notice p {
	margin: 5px 0 0 !important;
}

.category-grid-wrapper {
	width: 100%;
	height: 118px;
	position: absolute;
	bottom: 0;
	display: block;
	background: url(../img/bg-category.jpg) top center repeat-x;
}

.category-grid-wrapper .main-title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	margin: 0;
	font-size: 18px;
	font-size: 18rem;
}

a.close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	display: none;
	text-decoration: none;
}

a.close-btn:before {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	font-size: 16rem;
	color: #fff;
	content: "\E00F";
}

a.close-btn span {
	display: none;
}

.category-grid {
	zoom: 1;
	font-size: 14px;
	font-size: 14rem;
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
	color: #fff;
}

.category-grid:before,
.category-grid:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.category-grid:after {
	clear: both;
}

.category-grid > .col,
.category-grid > .col-alt {
	float: left;
}

.category-grid .col {
	height: 100%;
	padding: 25px 0 0 20px;
	position: relative;
	display: block;
	background: url(../img/bg-divider.png) 98% top no-repeat; /*@media screen and (max-height: 559px) and (max-width: 960px) {
			width: 25%;
			clear: none !important;
			
			&:nth-child(2) {
				background: url(../img/bg-divider.png) right top no-repeat;
			}
		}
		
		@media screen and (max-height: 667px) and (max-width: 650px) {
			width: 100%;
			clear: left !important;
			background-image: none;
			
			&:nth-child(2) {
				background: none;
			}
		}*/
}

.category-grid .col:hover {
	cursor: pointer;
}

.category-grid .col:last-child {
	background-image: none;
}

.category-grid .col:last-child {
	background-image: none;
}

.category-grid .title {
	font-size: 18px;
	font-size: 18rem;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	line-height: 18px;
	position: relative;
	z-index: 200;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.category-grid .description {
	margin: 0 0 10px;
	position: relative;
	z-index: 200;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.category-grid img {
	position: absolute;
	left: -2%;
	bottom: -20px;
	max-height: 200px;
	z-index: 100;
}

.category-grid a {
	color: #fff;
	text-decoration: none;
}

.category-grid a img {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.category-grid a:hover img {
	bottom: 0px;
}

.category-grid a.prompt img {
	bottom: 0px;
}

.category-grid .select-cat {
	font-size: 11px;
	font-size: 11rem;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	position: relative;
	z-index: 200;
}

.category-grid .select-cat .price {
	padding: 10px;
}

.category-grid .select-cat .select-link {
	padding: 10px 14px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.category-grid .greatest-hits .price {
	padding: 10px 0;
}

.category-grid .greatest-hits .title,
.category-grid .greatest-hits .description,
.category-grid .greatest-hits .select-cat {
	margin-left: 175px;
}

.category-grid .classic .price {
	background-color: #be9b2a;
}

.category-grid .classic .select-link {
	background-color: #e6b43d;
}

.category-grid .classic:hover .select-link {
	background-color: #be9b2a;
}

.category-grid .classic .title,
.category-grid .classic .description,
.category-grid .classic .select-cat {
	margin-left: 140px;
}

.category-grid .premium img {
	left: -3%;
}

.category-grid .premium .price {
	background-color: #668833;
}

.category-grid .premium .select-link {
	background-color: #7fa646;
}

.category-grid .premium:hover .select-link {
	background-color: #668833;
}

.category-grid .premium .title,
.category-grid .premium .description,
.category-grid .premium .select-cat {
	margin-left: 150px;
}

.category-grid .signature img {
	left: -4%;
	bottom: -45px;
	max-height: 230px;
}

.category-grid .signature .price {
	background-color: #2b2141;
}

.category-grid .signature .select-link {
	background-color: #3a3052;
}

.category-grid .signature:hover .select-link {
	background-color: #2b2141;
}

.category-grid .signature:hover img {
	bottom: -25px;
}

.category-grid .signature .title,
.category-grid .signature .description,
.category-grid .signature .select-cat {
	margin-left: 162px;
}

.category-grid .signature.prompt img {
	bottom: -25px;
}

.category-grid .greatest-hits img {
	left: -4%;
}

.category-grid .greatest-hits .select-link {
	background-color: #b73930;
}

.category-grid .greatest-hits:hover .select-link {
	background-color: #9c2118;
}

p.main-title {
	display: none;
}

.content .category-grid-wrapper {
	background-image: none;
	background-color: #000;
	bottom: auto;
	position: relative;
	height: 78px;
	z-index: 500;
}

.content .category-grid {
	max-width: 1380px;
	font-weight: 700;
	overflow: hidden;
}

.content .category-grid .col {
	border-right: 1px solid #373737;
	padding: 0;
}

.content .category-grid .col:last-child {
	border: none;
}

.content .category-grid a {
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	text-decoration: none;
	padding: 25px 70px 25px 50px;
	background-color: transparent;
	display: block;
}

.content .category-grid a:hover {
	background-color: #373737;
}

.content .category-grid .title {
	font-size: 14px;
	font-size: 14rem;
	color: #b5bec3;
}

.content .category-grid .price {
	font-size: 12px;
	font-size: 12rem;
	color: #ab9094;
	background-color: transparent;
}

.content .category-grid .description {
	font-weight: 300;
	color: #3d3d3d;
	font-size: 13px;
	font-size: 13rem;
	opacity: 0;
	visibility: hidden;
}

.content .category-grid .greatest-hits .price {
	padding: 0;
}

.content .category-grid .title,
.content .category-grid .description {
	margin-left: 0;
	text-shadow: none;
}

.content .category-grid img {
	position: absolute;
	top: -6px;
	right: 18%;
	left: auto;
	max-height: 100px;
}

.content .category-grid .col.is-selected {
	text-align: center;
}

.content .category-grid .col.is-selected a {
	padding: 26px 0 6px;
	background-color: #fff;
}

.content .category-grid .col.is-selected .title {
	color: #4d5e68;
}

.content .category-grid .col.is-selected .price,
.content .category-grid .col.is-selected img {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.content .category-grid .col.is-selected .description {
	opacity: 1;
	visibility: visible;
}

/* INDEX V2 styles */

.category-grid.alt-version .berry-blooms img {
	left: -5%;
}

.category-grid.alt-version .berry-blooms .select-link {
	background-color: #d73574;
}

.category-grid.alt-version .berry-blooms:hover .select-link {
	background-color: #db4a83;
}

.category-grid.alt-version .berry-blooms .title,
.category-grid.alt-version .berry-blooms .description,
.category-grid.alt-version .berry-blooms .select-cat {
	margin-left: 140px;
}

.category-grid.alt-version .soft-touch img {
	left: -3%;
}

.category-grid.alt-version .soft-touch .select-link {
	background-color: #e49679;
}

.category-grid.alt-version .soft-touch:hover .select-link {
	background-color: #fab79e;
}

.category-grid.alt-version .soft-touch .title,
.category-grid.alt-version .soft-touch .description,
.category-grid.alt-version .soft-touch .select-cat {
	margin-left: 150px;
}

.category-grid.alt-version .autumn-life img {
	left: -2%;
	max-height: 230px;
}

.category-grid.alt-version .autumn-life .select-link {
	background-color: #e07517;
}

.category-grid.alt-version .autumn-life:hover .select-link {
	background-color: #fa9a45;
}

.category-grid.alt-version .autumn-life .title,
.category-grid.alt-version .autumn-life .description,
.category-grid.alt-version .autumn-life .select-cat {
	margin-left: 162px;
}

.category-grid.alt-version .greatest-hits img {
	left: -4%;
}

.category-grid.alt-version .greatest-hits .select-link {
	background-color: #c2001a;
}

.category-grid.alt-version .greatest-hits:hover .select-link {
	background-color: #dc001d;
}

input,
textarea {
	font-size: 14px;
	font-size: 14rem;
	line-height: 1.5;
	font-family: "industry", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: border-color .2s ease-out;
	transition: border-color .2s ease-out;
	background: #fff;
	border: 1px solid #232323;
	color: #666;
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
	-moz-appearance: checkbox !important;
	-ms-appearance: checkbox !important;
	-o-appearance: checkbox !important;
	appearance: checkbox !important;
}

input:focus,
textarea:focus {
	outline: none;
}

div.styled {
	overflow: hidden; /* this hides the select's drop button */
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-size: 16rem;
	margin-bottom: 15px;
	border: 1px solid #ebebeb;
	padding: 9px 10px 10px;
	width: 100%;
	position: relative;
}

div.styled select {
	width: 115%;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	border: none;
	box-shadow: none;
	outline: none;
	padding: 0.3em 0.5em; /* padding should be added to the select, not the div */
}

div.styled select:focus {
	outline: none;
}

.ie7 div.styled {
	border: none;
}

.ie7 div.styled select {
	width: 100%;
	background-color: white;
	border: solid 1px #ccc;
	padding: 0.3em 0.5em;
}

.infield {
	position: relative;
}

.infield label {
	position: absolute;
	left: 20px;
	top: 14px;
	text-transform: none;
	font-size: 18px;
	font-size: 18rem;
}

.loading-animation {
	margin: 40px auto 0;
	display: none;
}

button {
	border: none;
	outline: none;
}

.btn {
	font-size: 11px;
	font-size: 11rem;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.btn:hover {
	color: #fff;
	background-color: #e6b43d;
}

.btn.btn-full {
	width: 100%;
}

.btn.btn-brown {
	background-color: #55382a;
}

ul.dropDown {
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 160px;
	display: block;
	padding: 0 20px;
	position: absolute;
	top: 56px;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(26, 53, 71, 0.1);
	border: 1px solid rgba(26, 53, 71, 0.12);
}

.dropDown.user {
	right: 0;
}

ul.dropDown.active {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.dropDown li {
	font-size: 12px;
	font-size: 12rem;
	line-height: 1.3;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

label * {
	box-shadow: none !important;
	outline: none !important;
}

.picker--opened .picker__holder {
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5) !important;
}

.picker__input.picker__input--active {
	border-color: #d48e42 !important;
}

.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover,
.picker__day--infocus:hover,
.picker__day--outfocus:hover,
.picker__nav--next:hover,
.picker__nav--prev:hover,
.picker__button--clear:hover,
.picker__button--close:hover,
.picker__button--today:hover {
	background-color: #e6b43d !important;
}

.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
	background-color: #d48e42 !important;
}

input[type="radio"] {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	outline: none;
	font-family: inherit;
	box-sizing: border-box;
}

input[type="radio"] {
	position: absolute;
	left: -999em;
}

input[type="radio"] + .check {
	position: absolute !important;
	left: 0 !important;
}

input[type="radio"] + .check:before {
	content: ''; /* this is generated content*/
	display: inline-block; /* make this fake elements inline block */
	position: relative; /* we need to move the element without effecting the doc flow */
	top: 0.25em; /* we're moving it slightly down for alignment purposes */
	left: -2px; /* we're moving it slightly to the left */
	width: 26px;
	height: 26px; /* the width and height of the fake elements */
	background-image: url(/img/formelements.png); /* the background image sprite */
}

input[type="radio"] + .check:before {
	background-position: -27px 0;
}

input[type="radio"]:checked + .check:before {
	background-position: 0 0;
}

.ie8 label:before {
	display: none;
	content: none; /*this removes the fake content*/
}

.ie8 input[type="radio"],
.ie7 input[type="radio"] {
	position: static;
	left: 0; /* this puts the inputs back in their place */
}

.ie8 input[type="radio"] {
	position: relative;
	top: 5px;
	margin-right: 0.5em;
}

ul.slick-dots {
	list-style: none;
	padding: 0px;
	margin: 0;
}

ul.slick-dots li {
	margin: 0px;
	padding: 0px;
}

ul.slick-dots li {
	display: inline-block;
	margin: 0 5%;
	border: 2px solid #fff;
}

ul.slick-dots li img {
	padding: 5px 0;
	opacity: 0.4;
}

ul.slick-dots li:hover {
	cursor: pointer;
}

ul.slick-dots li:focus,
ul.slick-dots li:focus img,
ul.slick-dots li img:focus {
	box-shadow: none !important;
	outline: none;
}

ul.slick-dots li.slick-active {
	border-bottom: 2px solid #ccc;
}

ul.slick-dots li.slick-active img {
	opacity: 1;
}

#feedback-btn {
	position: fixed;
	left: 0;
	top: 230px;
	background: #000;
	width: 34px;
	height: 108px;
	border-left: 0;
	color: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
	z-index: 1000;
	background: url(../img/feedback-btn.png) top center no-repeat;
	text-indent: -9999px;
	display: block;
	border-radius: 0 3px 3px 0;
}

a.close-button {
	font-size: 14px;
	font-size: 14rem;
	color: #fff;
	text-decoration: none;
	clear: both;
	display: inline-block;
	margin: 15px 0 0;
}

a.close-button:before {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 12px;
	font-size: 12rem;
	color: #fff;
	margin-right: 5px;
	content: "\E00F";
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

a.close-button:hover {
	color: #e6b43d;
}

a.close-button:hover:before {
	color: #e6b43d;
}

#feedback-form {
	position: fixed;
	text-align: center;
	top: 230px;
	z-index: 1000;
	background: #2c2c2c;
	color: #fff;
	padding: 20px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	font-size: 1.2em;
	width: 500px;
	left: 50px;
	background: url(../img/bg-checkout-form.jpg) top center no-repeat;
	display: none;
}

#feedback-form fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	color: #505050;
	position: relative;
	z-index: 100;
}

#feedback-form label {
	margin-bottom: 10px;
	position: relative;
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-size: 14rem;
	text-align: left;
}

#feedback-form label.error {
	color: #fff;
	position: absolute;
	right: -10px;
	bottom: -25px;
	margin: 0;
	background-color: red;
	padding: 5px 10px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5) !important;
	font-size: 10px;
	width: 120px;
	text-align: center;
	border-radius: 2px;
	z-index: 100;
	display: none !important;
}

#feedback-form label.error:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: red;
	border-width: 5px;
	margin-left: -5px;
}

#feedback-form label span {
	position: absolute;
	color: #a9a9a9;
	top: 15px;
	left: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 14px;
	font-size: 14rem;
}

#feedback-form label span.textarea-label {
	margin-bottom: 10px;
	position: relative;
	display: block;
	width: 100%;
	color: #fff;
	text-align: left;
	top: 0;
	left: 0;
}

#feedback-form label input + span,
#feedback-form label input + .error + span,
#feedback-form label input:focus + .error + span,
#feedback-form label input + .delivery-span {
	position: absolute;
	color: #a9a9a9;
	top: 15px;
	left: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#feedback-form label.is-filled input + span,
#feedback-form label input:focus + span,
#feedback-form label.is-filled input + .error + span,
#feedback-form label input:focus + .error + span,
#feedback-form label.is-filled input + .delivery-span,
#feedback-form label input:focus + .delivery-span {
	position: absolute;
	text-transform: uppercase;
	font-size: 10px;
	font-size: 10rem;
	font-weight: 600;
	top: 5px;
	left: 15px;
	color: #2d2d2d;
}

#feedback-form input[type=text] {
	padding: 15px 14px 8px;
	height: 46px;
	width: 100%;
}

#feedback-form textarea {
	width: 100%;
	height: 120px;
	padding: 14px 15px;
}

#feedback-form ::-webkit-input-placeholder {
	font-size: 14px;
}

#feedback-form :-moz-placeholder { /* Firefox 18- */
	font-size: 14px;
}

#feedback-form ::-moz-placeholder { /* Firefox 19+ */
	font-size: 14px;
}

#feedback-form :-ms-input-placeholder {
	font-size: 14px;
}

#feedback-form input:focus,
#feedback-form textarea:focus {
	box-shadow: none;
	border: 1px solid #d48e42 !important;
	outline-color: #d48e42 !important;
}

#feedback-form input.error,
#feedback-form textarea.error {
	border: 1px solid red !important;
}

#feedback-form input.error:focus + label,
#feedback-form input.picker__input--active + label,
#feedback-form textarea.error:focus + label,
#feedback-form textarea.picker__input--active + label {
	display: inline !important;
}

#feedback-form button[type=submit] {
	font-size: 11px;
	font-size: 11rem;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	padding: 22px 52px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	background: url(../img/bg-selectbtn.jpg) center no-repeat;
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
	width: auto;
	margin-top: 20px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

#feedback-form button[type=submit]:after {
	display: none;
}

#feedback-form button[type=submit]:hover {
	color: #e6b43d;
}

#feedback-form.active {
	display: block;
}

.modaal-wrapper * {
	-webkit-font-smoothing: antialiased;
}

.subscribe-modal .modaal-container {
	position: relative;
	max-width: 700px;
	width: 90%;
	min-height: 250px;
	padding: 30px 200px 30px 40px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	margin: 0 auto;
	text-align: left;
	z-index: 1000;
	background: url(../img/subscribe-bg.jpg) left top !important;
	color: #fff;
}

.subscribe-modal .modaal-container .modaal-content-container {
	padding: 0;
}

.subscribe-modal .modaal-container .modaal-close {
	height: 50px;
}

.subscribe-modal .modaal-container .modaal-close:hover {
	color: #000;
	background-color: transparent;
}

.subscribe-modal .modaal-container .modaal-close:hover:focus:before,
.subscribe-modal .modaal-container .modaal-close:hover:focus:after,
.subscribe-modal .modaal-container .modaal-close:hover:hover:before,
.subscribe-modal .modaal-container .modaal-close:hover:hover:after {
	background: #c2894c;
}

.subscribe-modal .modaal-container .subscribe-heading {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 20px;
	font-size: 20rem;
	line-height: 24px;
	margin: 0 0 12px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.subscribe-modal .modaal-container .small {
	font-size: 11px;
	font-size: 11rem;
	margin: 0;
}

.subscribe-modal .modaal-container p {
	font-weight: 600;
}

.subscribe-modal .modaal-container form {
	position: relative;
	margin: 0 0 26px;
	height: 46px;
	z-index: 1100;
}

.subscribe-modal .modaal-container label {
	width: 100%;
}

.subscribe-modal .modaal-container label span {
	color: #6a8595;
	font-size: 14px;
	font-size: 14rem;
	position: absolute;
	left: 12px;
	top: 12px;
	z-index: 1000;
}

.subscribe-modal .modaal-container input {
	position: absolute;
	left: 0;
	top: 0;
	padding: 12px 10px 11px;
	width: calc(100% - 135px);
}

.subscribe-modal .modaal-container input:focus {
	box-shadow: none;
	border: 1px solid #d48e42 !important;
	outline-color: #d48e42 !important;
}

.subscribe-modal .modaal-container button {
	position: absolute;
	top: 1px;
	right: 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-size: 12rem;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	font-weight: 800;
	background-color: #c2894c;
	height: 44px;
	padding: 0 30px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.subscribe-modal .modaal-container button:hover {
	background-color: #c8965f;
}

.subscribe-modal .modaal-container .subscribe-image {
	max-width: 350px;
	position: absolute;
	bottom: -100px;
	right: -110px;
}

.subscribe-modal .modaal-container .thank-you-message {
	display: none;
}

.modaal-wrapper * {
	-webkit-font-smoothing: antialiased;
}

.valentines-modal .modaal-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: cenetr;
	align-content: cenetr;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 800px;
	width: 100%;
	min-height: 250px;
	padding: 0 0 30px 0;
	margin: 0 auto;
	text-align: left;
	z-index: 1000;
	background: #000;
	color: #fff;
}

.valentines-modal .modaal-container .modaal-content-container {
	padding: 0;
}

.valentines-modal .modaal-container .modaal-close {
	height: 50px;
	right: -20px;
	top: -45px;
}

.valentines-modal .modaal-container .modaal-close:hover {
	color: #000;
	background-color: transparent;
}

.valentines-modal .modaal-container .modaal-close:hover:focus:before,
.valentines-modal .modaal-container .modaal-close:hover:focus:after,
.valentines-modal .modaal-container .modaal-close:hover:hover:before,
.valentines-modal .modaal-container .modaal-close:hover:hover:after {
	background: #c2894c;
}

.valentines-modal .modaal-container .valentines-content {
	position: relative;
}

.valentines-modal .modaal-container .valentines-content:hover .btn {
	background-color: #e6b43d;
}

.valentines-modal .modaal-container img {
	max-width: 100%;
	height: auto;
}

.valentines-modal .modaal-container .btn {
	bottom: 30px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	padding: 22px 52px;
	margin: 0 auto;
	background: #af0f1b;
	width: 240px;
}

.modaal-wrapper * {
	-webkit-font-smoothing: antialiased;
}

.promo-modal .modaal-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: cenetr;
	align-content: cenetr;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 800px;
	width: 100%;
	min-height: 250px;
	padding: 0 0 30px 0;
	margin: 0 auto;
	text-align: left;
	z-index: 1000;
	background: #000;
	color: #fff;
	background: transparent;
	box-shadow: none;
}

.promo-modal .modaal-container .modaal-content-container {
	padding: 0;
}

.promo-modal .modaal-container .promo-content {
	position: relative;
}

.promo-modal .modaal-container .promo-content:hover .btn {
	background-color: #e6b43d;
}

.promo-modal .modaal-container img {
	max-width: 100%;
	height: auto;
}

.promo-modal .modaal-container .btn {
	bottom: 30px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	padding: 22px 52px;
	margin: 0 auto;
	background: #af0f1b;
	width: 240px;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/*!
	Modaal - accessible modals - v0.3.1
	by Humaan, for all humans.
	http://humaan.com
 */

.modaal-noscroll {
	overflow: hidden;
}

.modaal-accessible-hide {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
}

.modaal-wrapper {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: auto;
	opacity: 1;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
	border: none;
	background: transparent;
	padding: 0;
	-webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
	display: none;
	opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
	opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
	outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
	overflow: hidden;
}

.modaal-outer-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
	display: block;
}

.modaal-inner-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
	padding: 0;
	display: block;
	vertical-align: top;
}

.modaal-container {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: auto;
	text-align: left;
	color: #000;
	max-width: 1000px;
	border-radius: 0px;
	background: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	cursor: auto;
}

.modaal-container.is_loading {
	height: 100px;
	width: 100px;
	overflow: hidden;
}

.modaal-fullscreen .modaal-container {
	max-width: none;
	height: 100%;
	overflow: auto;
}

.modaal-close {
	position: fixed;
	right: 20px;
	top: 20px;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
	outline: none;
	background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
	background: #b93d0c;
}

.modaal-close span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
	display: block;
	content: " ";
	position: absolute;
	top: 14px;
	left: 23px;
	width: 4px;
	height: 22px;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.modaal-close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
	background: #afb7bc;
	right: 10px;
	top: 10px;
}

.modaal-content-container {
	padding: 30px;
}

.modaal-confirm-wrap {
	padding: 30px 0 0;
	text-align: center;
	font-size: 0;
}

.modaal-confirm-btn {
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	background: transparent;
}

.modaal-confirm-btn.modaal-ok {
	padding: 10px 15px;
	color: #fff;
	background: #555;
	border-radius: 3px;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
	background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
	text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
	text-decoration: none;
	color: #2f2f2f;
}

.modaal-instagram .modaal-container {
	width: auto;
	background: transparent;
	box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
	padding: 0;
	background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.modaal-instagram iframe {
	opacity: 0;
	margin: -6px !important;
	border-radius: 0 !important;
	width: 1000px !important;
	max-width: 800px !important;
	box-shadow: none !important;
	-webkit-animation: instaReveal 1s linear forwards;
	animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
	padding-left: 140px;
	padding-right: 140px;
}

.modaal-image .modaal-container {
	width: auto;
	max-width: 100%;
}

.modaal-gallery-wrap {
	position: relative;
	color: #fff;
}

.modaal-gallery-item {
	display: none;
}

.modaal-gallery-item img {
	display: block;
}

.modaal-gallery-item.is_active {
	display: block;
}

.modaal-gallery-label {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 20px 0 0;
	font-size: 18px;
	text-align: center;
	color: #fff;
}

.modaal-gallery-label:focus {
	outline: none;
}

.modaal-gallery-control {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	cursor: pointer;
	color: #fff;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border: none;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
	opacity: 0;
	cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
	outline: none;
	background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
	background: #afb7bc;
}

.modaal-gallery-control span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
	display: block;
	content: " ";
	position: absolute;
	top: 16px;
	left: 25px;
	width: 4px;
	height: 18px;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
	margin: -5px 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-gallery-control:after {
	margin: 5px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-gallery-next {
	left: 100%;
	margin-left: 40px;
}

.modaal-gallery-prev {
	right: 100%;
	margin-right: 40px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
	left: 22px;
}

.modaal-gallery-prev:before {
	margin: 5px 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
	margin: -5px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-video-wrap {
	margin: auto 50px;
	position: relative;
}

.modaal-video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	background: #000;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

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

.modaal-iframe .modaal-content {
	width: 100%;
	height: 100%;
}

.modaal-iframe-elem {
	width: 100%;
	height: 100%;
	display: block;
}

.modaal-loading-spinner {
	background: none;
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	-webkit-transform: scale(0.25);
	-ms-transform: scale(0.25);
	transform: scale(0.25);
}

.modaal-loading-spinner > div {
	width: 24px;
	height: 24px;
	margin-left: 4px;
	margin-top: 4px;
	position: absolute;
}

.modaal-loading-spinner > div > div {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
	-ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .12s;
	animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
	-ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .25s;
	animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
	-ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .37s;
	animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
	-ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
	-ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .62s;
	animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
	-ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .75s;
	animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
	-ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .87s;
	animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
	-ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.alt-version-2.banner-wrapper {
	min-height: 800px;
}

.alt-version-2 .banner h1 {
	margin-bottom: calc(20px + 8vh);
}

.alt-version-2 .category-grid-wrapper {
	position: relative;
	margin-bottom: 30px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 15vh;
	background: url(../img/bg-category.jpg) top center repeat;
	-webkit-transition: all 5s ease;
	transition: all 5s ease;
}

.alt-version-2 .category-grid-wrapper .category-grid .autumn-life.prompt img {
	bottom: 20px;
}

.alt-version-2 .category-grid-wrapper .category-grid .prompt img {
	bottom: 20px;
}

.alt-version-2 .category-grid-wrapper .category-grid img {
	height: 180%;
	max-height: 300px;
}

.alt-version-2 .category-grid-wrapper .category-grid .details-wrap {
	position: absolute;
	bottom: 25px;
	z-index: 200;
}

.alt-version-2 .banner .center {
	text-align: center;
}

.alt-version-2 .banner .center .step-1 {
	font-weight: 600;
	color: #e6b43d;
	text-transform: uppercase;
	display: inline-block;
	line-height: 5;
}

.alt-version-2 .banner .center .down-here {
	border: none;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.alt-version-2 .banner .center .down-here:before {
	content: "\E010";
	font-size: 40px;
	font-size: 40rem;
	font-family: "Icons";
}

.alt-version-2 .banner .center .down-here:hover {
	-webkit-transform: translateY(-15px) rotate(180deg);
	-ms-transform: translateY(-15px) rotate(180deg);
	transform: translateY(-15px) rotate(180deg);
}

.alt-version-2 .home-social-proof-wrap {
	padding: 0 10px;
	margin: 0;
	max-width: 100%;
	position: absolute;
	bottom: 0px;
	color: rgba(255, 255, 255, 0.5);
}

.alt-version-2 .home-social-proof-wrap .home-social-proof-block {
	width: 25%;
	padding: 20px 40px 0 40px;
	display: inline-block;
}

.alt-version-2 .home-social-proof-wrap .home-social-proof-block em {
	font-weight: bold;
	color: rgba(255, 255, 255, 0.4);
}

.alt-version-2 .home-social-proof-wrap .home-social-proof-block.testimonial {
	float: left;
}

.alt-version-2 .home-social-proof-wrap .home-social-proof-block.press {
	float: right;
}

.in-the-press .internal-header {
	height: 100%;
}

.in-the-press .internal-header h1 {
	text-shadow: 0 0 15px black;
}

.in-the-press .sub-heading {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 18rem;
	margin: 10px 0 0 20px;
	letter-spacing: 3px;
	display: block;
	position: relative;
	text-align: center;
	color: #b88d5c;
	text-shadow: 0 0 15px black;
}

.in-the-press .container {
	text-align: center;
	background-color: white;
	width: 80%;
	max-width: 1000px;
	padding: 20px 0 40px 0;
	margin-top: 50px;
	margin-bottom: 50px;
}

.in-the-press .container .block {
	max-width: 320px;
	width: 50%;
	min-height: 50px;
	display: inline-block;
	padding: 30px 10px 10px 10px;
}

.in-the-press .container .block img {
	max-width: 154px;
	width: 100%;
}

.in-the-press .container .block p {
	text-align: left;
}

.in-the-press .container .block em {
	color: #9c9c9c;
}

.in-the-press .container .block a {
	color: #b88d5c;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
}

.in-the-press .container .block a:hover {
	color: #55382a;
}

.in-the-press .center {
	text-align: center;
	margin-bottom: 150px;
}

.in-the-press .center .step-1 {
	font-weight: 600;
	color: #e6b43d;
	text-transform: uppercase;
	display: inline-block;
}

.in-the-press .center .get-started {
	margin-top: 20px;
}

.in-the-press .center .down-here {
	border: none;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 50px;
	height: 50px;
}

.in-the-press .center .down-here:before {
	content: "\E010";
	font-size: 40px;
	font-size: 40rem;
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
}

.in-the-press .center .down-here:hover {
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
}

.testimonials .internal-header {
	height: 100%;
}

.testimonials .internal-header h1 {
	text-shadow: 0 0 15px black;
}

.testimonials .sub-heading {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 18rem;
	margin: 10px 0 0 20px;
	letter-spacing: 3px;
	display: block;
	position: relative;
	text-align: center;
	color: #b88d5c;
	text-shadow: 0 0 15px black;
}

.testimonials .container {
	width: 80%;
	max-width: 1000px;
	margin-top: 30px;
	margin-bottom: 50px;
}

.testimonials .container .grid-wrapper {
	-webkit-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}

.testimonials .container .testimonial {
	display: inline-block;
	margin-bottom: 20px;
	padding: 20px;
	background: url(../img/bg-testimonials.jpg) top right;
	background-size: 400px;
	color: white;
	box-shadow: 0 0 15px black;
}

.testimonials .container .testimonial p {
	color: #ccc;
}

.testimonials .container .testimonial:first-child {
	margin-top: 20px;
}

.testimonials .container .testimonial em {
	font-weight: bold;
	color: #b88d5c;
}

.testimonials .container .testimonial p:last-of-type {
	margin-bottom: 0;
}

.testimonials .container .testimonial:nth-of-type(2n) {
	background: url(../img/bg-testimonials.jpg) bottom left;
	background-size: 200px;
}

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

.testimonials .center {
	text-align: center;
	margin-bottom: 150px;
}

.testimonials .center .step-1 {
	font-weight: 600;
	color: #e6b43d;
	text-transform: uppercase;
	display: inline-block;
}

.testimonials .center .get-started {
	margin-top: 20px;
}

.testimonials .center .down-here {
	border: none;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 50px;
	height: 50px;
}

.testimonials .center .down-here:before {
	content: "\E010";
	font-size: 40px;
	font-size: 40rem;
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
}

.testimonials .center .down-here:hover {
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

.purchase fieldset.delivery-pickup-options .styled,
.purchase fieldset.pickup-location .styled {
	background-image: url(/img/formelements2x.png); /* the background image sprite */
	background-size: 54px 65px;
}

input[type="radio"] + .check:before {
	background-image: url(/img/formelements2x.png); /* the background image sprite */
	background-size: 54px 65px;
}

}

@media only screen and (min-width: 480px) and (max-width: 767px) {

.purchase .entered-details .col-wrap > .col,
.purchase .entered-details .col-wrap > .col-alt {
	width: 50%;
}

.purchase .entered-details .col-wrap > .col:nth-child(2n+1),
.purchase .entered-details .col-wrap > .col-alt:nth-child(2n+1) {
	clear: left;
}

.category-grid > .col,
.category-grid > .col-alt {
	width: 50%;
}

.category-grid > .col:nth-child(2n+1),
.category-grid > .col-alt:nth-child(2n+1) {
	clear: left;
}

}

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

.valentines-day-notice h5 {
	font-size: 17px;
}

}

@media screen and (max-height: 768px) and (min-width: 960px) and (max-width: 1024px) {

#category-options .container {
	padding: 0;
}

.category-option {
	top: 20px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.make-selection-wrapper {
	padding-top: 0px !important;
}

.banner-wrapper {
	padding-top: 120px;
	min-height: 100%;
	height: 100vh;
}

.banner-test {
	display: none;
}

.banner p {
	font-size: 13px;
	font-size: 13rem;
	margin-bottom: 20px;
}

.banner h1 {
	font-size: 60px;
	font-size: 60rem;
	line-height: 55px;
	margin-bottom: 15px;
}

.banner h1 .nobs {
	font-size: 28px;
	font-size: 28rem;
	line-height: 28px;
	letter-spacing: 2px;
	margin-left: 0;
}

.banner h1 .nobs .eye {
	width: 18px;
	height: 34px;
	background-size: cover;
	top: -5px;
	left: -7px;
	margin-right: -8px;
	margin-left: 4px;
}

}

@media only screen and (min-width: 769px) {

.purchase .entered-details .col-wrap > .col,
.purchase .entered-details .col-wrap > .col-alt {
	width: 50%;
}

.purchase .entered-details .col-wrap > .col:nth-child(2n+1),
.purchase .entered-details .col-wrap > .col-alt:nth-child(2n+1) {
	clear: left;
}

.category-grid > .col,
.category-grid > .col-alt {
	width: 33.33333%;
}

.category-grid > .col:nth-child(3n+1),
.category-grid > .col-alt:nth-child(3n+1) {
	clear: left;
}

}

@media screen and (max-height: 945px) and (min-width: 960px) {

.banner-wrapper {
	padding-top: 115px;
}

}

@media (min-width: 960px) and (max-width: 1200px) {

.category-grid .col {
	height: 118px;
	text-align: center;
	padding-top: 23px;
	padding-left: 0;
	background: url(../img/bg-divider.png) right top no-repeat;
}

.category-grid img {
	left: auto;
	bottom: 189px;
	position: relative;
	margin: 0 auto;
	height: 140px;
	max-height: none;
}

.category-grid a:hover img {
	bottom: 199px;
}

.category-grid a.prompt img {
	bottom: 199px;
}

.category-grid .signature img {
	bottom: 189px;
	left: -3%;
}

.category-grid .signature:hover img {
	bottom: 199px;
}

.category-grid .signature.prompt img {
	bottom: 199px;
}

.category-grid .classic .title,
.category-grid .classic .description,
.category-grid .premium .title,
.category-grid .premium .description,
.category-grid .signature .title,
.category-grid .signature .description,
.category-grid .greatest-hits .title,
.category-grid .greatest-hits .description {
	margin-left: 0;
	text-align: center;
}

.category-grid .classic .select-cat,
.category-grid .premium .select-cat,
.category-grid .signature .select-cat,
.category-grid .greatest-hits .select-cat {
	margin-left: 0;
	text-align: center;
	display: block;
}

.category-grid.alt-version .autumn-life img {
	bottom: 189px;
	left: -3%;
}

.category-grid.alt-version .autumn-life:hover img {
	bottom: 199px;
}

.category-grid.alt-version .autumn-life.prompt img {
	bottom: 199px;
}

.category-grid.alt-version .berry-blooms .title,
.category-grid.alt-version .berry-blooms .description,
.category-grid.alt-version .soft-touch .title,
.category-grid.alt-version .soft-touch .description,
.category-grid.alt-version .autumn-life .title,
.category-grid.alt-version .autumn-life .description,
.category-grid.alt-version .greatest-hits .title,
.category-grid.alt-version .greatest-hits .description {
	margin-left: 0;
	text-align: center;
}

.category-grid.alt-version .berry-blooms .select-cat,
.category-grid.alt-version .soft-touch .select-cat,
.category-grid.alt-version .autumn-life .select-cat,
.category-grid.alt-version .greatest-hits .select-cat {
	margin-left: 0;
	text-align: center;
	display: block;
}

}

@media (min-width: 960px) {

.btn.back-btn {
	position: absolute;
	margin: 0 auto;
	display: inline-block !important;
	background-color: transparent;
	color: #000;
	top: 35px;
	left: 35px;
	display: inline-block;
	width: auto;
	padding: 0;
}

.btn.back-btn:hover {
	background-color: transparent;
}

.btn.back-btn:hover:before {
	color: #373737;
}

.btn.back-btn span {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

#category-options .btn {
	top: 117px;
	z-index: 100;
}

.make-selection-wrapper {
	padding-top: 20px;
}

}

@media only screen and (max-width: 960px) and (min-width: 769px) {

.category-grid > .col,
.category-grid > .col-alt {
	width: 50%;
}

.category-grid > .col:nth-child(2n+1),
.category-grid > .col-alt:nth-child(2n+1) {
	clear: left;
}

.content .category-grid > .col,
.content .category-grid > .col-alt {
	width: 33.33333%;
}

.content .category-grid > .col:nth-child(3n+1),
.content .category-grid > .col-alt:nth-child(3n+1) {
	clear: left;
}

}

@media only screen and (max-width: 960px) and (min-width: 480px) and (max-width: 767px) {

.category-grid > .col,
.category-grid > .col-alt {
	width: 50%;
}

.category-grid > .col:nth-child(2n+1),
.category-grid > .col-alt:nth-child(2n+1) {
	clear: left;
}

.content .category-grid > .col,
.content .category-grid > .col-alt {
	width: 50%;
}

.content .category-grid > .col:nth-child(2n+1),
.content .category-grid > .col-alt:nth-child(2n+1) {
	clear: left;
}

}

@media screen and (min-height: 1020px) and (min-width: 960px) {

.banner p {
	margin-top: 110px;
}

.banner .testimonial {
	margin-top: 0;
}

}

@media (min-width: 1200px) and (max-width: 1391px) {

.category-grid .col {
	background-image: none;
}

}

@media only screen and (min-width: 1400px) {

.modaal-video-container {
	padding-bottom: 0;
	height: 731px;
}

}

@media (max-width: 1380px) {

.content .category-grid a {
	padding: 25px 30px;
}

}

@media (max-width: 1300px) {

.category-grid img {
	left: 0;
}

}

@media (max-width: 1243px) {

.category-grid .description {
	font-size: 13px;
	font-size: 13rem;
}

}

@media screen and (max-width: 1200px) and (max-width: 960px) {

.alt-version-2 .category-grid-wrapper .category-grid .details-wrap {
	top: 10px;
}

}

@media (max-width: 1200px) {

.category-grid-wrapper {
	height: auto;
}

.category-grid .title {
	font-size: 15px;
	font-size: 15rem;
}

.content .category-grid img {
	opacity: 0;
	visibility: hidden;
}

.alt-version-2 .category-grid-wrapper .category-grid .grid-item:hover img {
	bottom: 20px;
}

.alt-version-2 .category-grid-wrapper .category-grid .details-wrap {
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.alt-version-2 .category-grid-wrapper .category-grid .grid-item {
	height: 160px;
	margin-top: 50px;
}

.alt-version-2 .category-grid-wrapper .category-grid img {
	position: absolute;
	bottom: 0px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50% !important;
}

.in-the-press .center {
	margin-bottom: 230px;
}

.testimonials .center {
	margin-bottom: 230px;
}

}

@media (max-width: 1150px) {

.purchase .image-container img {
	max-height: 400px;
	left: -60px;
	bottom: -100px;
}

}

@media only screen and (max-width: 1140px) {

.modaal-image .modaal-inner-wrapper {
	padding-left: 25px;
	padding-right: 25px;
}

.modaal-gallery-control {
	top: auto;
	bottom: 20px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background: rgba(0, 0, 0, 0.7);
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
	background: #fff;
}

.modaal-gallery-next {
	left: auto;
	right: 20px;
}

.modaal-gallery-prev {
	left: 20px;
	right: auto;
}

}

@media (max-width: 1136px) {

.option-grid .option-item p br,
.option-grid .option-item-large p br {
	display: none;
}

}

@media (max-width: 1100px) {

.content .category-grid .col {
	height: auto;
}

.content .category-grid a {
	text-align: center;
}

}

@media (max-width: 960px) {

header {
	text-align: left;
}

.purchase .logo {
	display: none;
}

.tagline {
	opacity: 0;
	visibility: hidden;
}

#category-options .hamburger {
	top: 48px;
}

.purchase .hamburger {
	top: 48px;
}

.btn.back-btn {
	display: block;
	margin: 0 0 30px;
	background-color: #000;
	padding: 12px 0;
	width: 100%;
}

.btn.back-btn:before {
	color: #fff;
}

.category-option {
	height: auto;
	padding: 20px 0;
	min-height: 0;
}

.category-option h3 {
	font-size: 20px;
	font-size: 20rem;
	margin: 0 0 10px;
}

.category-option .description {
	font-size: 13px;
	font-size: 13rem;
	margin: 0 0 10px;
}

.category-option .style {
	margin: 0;
}

.category-option .testimonial {
	position: relative;
	bottom: auto;
	right: auto;
	text-align: center;
	margin: 30px auto 0;
	font-size: 14px;
	font-size: 14rem;
}

.option-grid {
	text-align: center;
	padding: 10px 0;
	margin: 0 0 20px;
	opacity: 0;
}

.option-grid .option-item,
.option-grid .option-item-large {
	margin: 0;
}

.option-grid .option-item img,
.option-grid .option-item-large img {
	max-height: 300px;
	margin: 0 auto 10px;
}

.option-grid .option-item.is-selected,
.option-grid .option-item-large.is-selected {
	display: block;
	height: 100%;
}

.option-grid .option-item.is-selected img,
.option-grid .option-item-large.is-selected img {
	opacity: 1;
}

.option-grid .option-item.is-active:before,
.option-grid .option-item.is-selected:before,
.option-grid .option-item-large.is-active:before,
.option-grid .option-item-large.is-selected:before {
	display: none;
}

.purchase .form-wrapper {
	height: auto;
	top: 0;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	max-width: 560px;
	margin: 0 auto 20px;
}

.purchase .image-container {
	float: none;
	margin: 0 auto;
	background-color: #242424;
	max-width: 560px;
	height: 160px;
	width: 100%;
	z-index: 100;
}

.purchase .image-container img {
	right: -10px;
	left: auto;
	width: 220px;
	bottom: -30px;
}

.purchase form {
	padding: 0 20px 0;
	position: relative;
	margin: 0 auto;
	top: 0;
}

.purchase .heading {
	left: 30px;
	top: 120px;
}

.purchase .selection {
	text-align: center;
	top: 107px;
	left: 30px;
	margin-top: 0;
	text-align: left;
	font-size: 14px;
	font-size: 14rem;
}

.purchase .selection strong {
	font-size: 18px;
	font-size: 18rem;
}

.purchase fieldset.delivery-pickup-options .styled,
.purchase fieldset.pickup-location .styled {
	font-size: 16px;
	font-size: 16rem;
}

.purchase label .delivery-span,
.purchase div.fw .delivery-span {
	font-size: 16px;
	font-size: 16rem;
	top: 12px;
}

.purchase input[type=text] {
	font-size: 16px;
	font-size: 16rem;
}

.purchase textarea {
	font-size: 16px !important;
}

.purchase .form-step-location-selection {
	position: relative;
	top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	margin-top: 0;
}

.purchase .form-step-location-selection.u-hidden {
	position: absolute;
}

.purchase .form-step-location-selection label.hw {
	width: 100%;
	float: none;
}

.purchase .form-step-location-selection label:last-child .check {
	border: 1px solid #866760;
}

.purchase .form-step-location-selection {
	padding: 20px 10px;
}

.purchase .form-step-one {
	padding: 20px 10px;
}

.purchase .form-step-three {
	padding: 30px 10px;
}

.purchase .form-step-two .secure {
	margin: 10px 0;
}

.purchase .form-step-two {
	padding: 20px 10px;
}

.purchase .entered-details {
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: auto;
	z-index: 200;
}

.purchase .entered-details .col-wrap .back-link {
	display: block;
}

.purchase .entered-details .col-wrap .back-link a {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}

.purchase .entered-details .col-wrap .back-link a:before {
	display: none;
}

.purchase .entered-details .col-wrap .back-link a:hover:before {
	color: #ccbab3;
}

.purchase .entered-details .col-wrap .back-link:hover * {
	color: #ccbab3;
}

.purchase .entered-details .col-wrap strong {
	display: inline;
	text-transform: none;
	font-size: 12px;
	font-size: 12rem;
}

.purchase .entered-details .col-wrap span.recipient-fullname,
.purchase .entered-details .col-wrap span.recipient-address {
	display: inline;
}

.purchase .entered-details .col-wrap .del-date span {
	display: none;
}

.purchase .entered-details .col-wrap .del-date:after {
	content: 'on ';
	font-weight: normal;
	font-size: 12px;
	font-size: 12rem;
}

.purchase .entered-details .col-wrap .edit-link {
	display: inline-block;
	font-weight: bold !important;
	font-size: 12px;
	font-size: 12rem;
}

.purchase .back-link {
	display: none;
}

.purchase .back-link a span {
	display: none;
}

.content-page .container {
	padding: 140px 20px 80px;
}

.content-page h1 {
	font-size: 40px;
	font-size: 40rem;
	line-height: 40px;
	letter-spacing: 5px;
	margin: 0 auto 35px;
}

.content-page p,
.content-page li,
.content-page li li {
	font-size: 16px;
	font-size: 16rem;
}

.content-page .christmas h1 {
	font-size: 40px;
	font-size: 40rem;
	line-height: 40px;
	letter-spacing: 5px;
	margin: 0 auto 35px;
}

.bg-image.scissors {
	margin: -251px 0 0 -191px;
}

.internal-header {
	height: 130px;
	padding-top: 90px;
}

.internal-header h1 {
	font-size: 24px;
	font-size: 24rem;
	line-height: 30px;
	letter-spacing: 5px;
}

.shop .shop-item {
	height: 360px;
}

.shop .soft-touch .premium img {
	padding-top: 30px;
}

.contact .content-page {
	min-height: 810px;
}

.contact-form {
	position: relative;
	margin: 0 auto;
}

.contact .bg-image.bag {
	margin: -611px 0 0 -191px;
}

.blog-post {
	background: url(../img/bg-ourstory.jpg) center 0px no-repeat;
	background-size: 100% auto;
}

.blog-post h1 {
	font-size: 16px;
	font-size: 16rem;
	line-height: 20px;
	margin: 0 0 10px;
}

.blog-post h2 {
	font-size: 30px;
	font-size: 30rem;
	padding: 0 20px;
}

.blog-post h3 {
	font-size: 20px;
	font-size: 20rem;
}

.banner .testimonial {
	display: none;
}

.banner .client-testimonial {
	margin: 0;
}

.banner .down-here {
	display: none;
}

.btn {
	display: inline-block !important;
}

.delivery-tagline {
	display: block !important;
	font-size: 15px;
	font-size: 15rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 15px;
}

.delivery-tagline:hover {
	color: #b88d5c;
}

.category-grid-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: auto;
	overflow: auto;
	padding: 20px 0 40px;
	background: url(../img/bg-category-mob.jpg) top center repeat;
	z-index: 1100;
}

.category-grid-wrapper.is-hidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

a.close-btn {
	display: inline-block;
}

.category-grid {
	zoom: 1;
	text-align: center;
}

.category-grid:before,
.category-grid:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.category-grid:after {
	clear: both;
}

.category-grid > .col,
.category-grid > .col-alt {
	float: left;
}

.category-grid .col {
	height: auto;
	width: 50%;
	height: 50%;
	min-height: 237px;
	padding: 15px 0 0;
	margin: 20px 0 0;
	float: left !important;
	clear: none;
}

.category-grid .col:nth-child(2),
.category-grid .col:last-child {
	background-image: none;
}

.category-grid .description {
	margin-bottom: 15px;
}

.category-grid .details-wrap {
	top: 120px;
	padding: 15px 0;
	width: 90%;
	display: inline-block;
	z-index: 200;
	position: relative;
}

.category-grid img {
	left: auto;
	position: relative;
	margin: 0 auto;
	max-height: none;
	bottom: auto;
	top: -120px;
	height: 150px;
}

.category-grid .premium img {
	left: 0;
}

.category-grid .signature img {
	left: -1%;
}

.category-grid .classic .title,
.category-grid .classic .description,
.category-grid .premium .title,
.category-grid .premium .description,
.category-grid .signature .title,
.category-grid .signature .description,
.category-grid .greatest-hits .title,
.category-grid .greatest-hits .description {
	margin-left: 0;
	text-align: center;
}

.category-grid .classic .select-cat,
.category-grid .premium .select-cat,
.category-grid .signature .select-cat,
.category-grid .greatest-hits .select-cat {
	margin-left: 0;
	text-align: center;
	display: block;
}

p.main-title {
	display: block;
}

.content .category-grid-wrapper {
	display: none;
}

.content .category-grid {
	zoom: 1;
}

.content .category-grid:before,
.content .category-grid:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.content .category-grid:after {
	clear: both;
}

.content .category-grid > .col,
.content .category-grid > .col-alt {
	float: left;
}

.content .category-grid .col {
	clear: none;
}

.category-grid.alt-version .berry-blooms img {
	left: 0;
}

.category-grid.alt-version .soft-touch img {
	left: -2%;
}

.category-grid.alt-version .autumn-life img {
	left: -1%;
}

.category-grid.alt-version .greatest-hits img {
	left: -3%;
}

.category-grid.alt-version .berry-blooms .title,
.category-grid.alt-version .berry-blooms .description,
.category-grid.alt-version .soft-touch .title,
.category-grid.alt-version .soft-touch .description,
.category-grid.alt-version .autumn-life .title,
.category-grid.alt-version .autumn-life .description,
.category-grid.alt-version .greatest-hits .title,
.category-grid.alt-version .greatest-hits .description {
	margin-left: 0;
	text-align: center;
}

.category-grid.alt-version .berry-blooms .select-cat,
.category-grid.alt-version .soft-touch .select-cat,
.category-grid.alt-version .autumn-life .select-cat,
.category-grid.alt-version .greatest-hits .select-cat {
	margin-left: 0;
	text-align: center;
	display: block;
}

#feedback-btn {
	display: none;
}

a.close-button {
	display: inline-block;
}

#feedback-form input[type=text] {
	font-size: 16px;
	font-size: 16rem;
}

#feedback-form textarea {
	font-size: 16px !important;
}

.alt-version-2 .category-grid-wrapper {
	overflow: visible;
}

.alt-version-2 .category-grid-wrapper .category-grid img {
	height: 250px;
	max-height: 30vw;
	top: -15vw;
}

.in-the-press .sub-heading {
	font-size: 12px;
	font-size: 12rem;
	text-shadow: 0 0 10px black;
}

.in-the-press .center {
	margin-bottom: 100px;
}

.testimonials .sub-heading {
	font-size: 12px;
	font-size: 12rem;
	text-shadow: 0 0 10px black;
}

.testimonials .center {
	margin-bottom: 100px;
}

}

@media only screen and (max-width: 960px) {

.alt-version-2 .banner .center .down-here {
	display: inline-block;
}

.in-the-press .center .step-1 {
	display: none;
}

.testimonials .center .step-1 {
	display: none;
}

}

@media only screen and (max-width: 960px) and (max-width: 480px) {

.category-grid > .col,
.category-grid > .col-alt {
	float: none;
	padding-left: 0;
}

.category-grid {
	margin-left: 0;
}

.content .category-grid > .col,
.content .category-grid > .col-alt {
	float: none;
	padding-left: 0;
}

.content .category-grid {
	margin-left: 0;
}

}

@media screen and (max-width: 960px) {

.alt-version-2 .category-grid-wrapper .category-grid .col {
	width: 33.33333%;
	margin: 0;
	min-height: 120px;
}

.alt-version-2 .category-grid-wrapper .category-grid .col:nth-child(2n+1) {
	clear: none;
}

}

@media (max-width: 950px) {

.testimonials .container .grid-wrapper {
	-webkit-column-count: 2;
	column-count: 2;
}

}

@media (max-width: 900px) {

.alt-version-2 .home-social-proof-wrap .mob-hid-md {
	display: none;
}

.alt-version-2 .home-social-proof-wrap .home-social-proof-block {
	width: 50%;
}

.alt-version-2 .home-social-proof-wrap .home-social-proof-blocknth-child(4) {
	display: none;
}

.alt-version-2 .home-social-proof-wrap .home-social-proof-blocknth-child(4) {
	display: none;
}

}

@media screen and (max-width: 900px) {

.modaal-instagram iframe {
	width: 500px !important;
}

}

@media (max-width: 804px) {

.in-the-press .container .block {
	width: 100%;
}

}

@media (max-width: 800px) {

.valentines-modal .modaal-container .btn {
	bottom: auto;
	top: calc(100% + 40px);
	padding: 18px 15px;
	width: 180px;
}

.promo-modal .modaal-container .btn {
	bottom: auto;
	top: calc(100% + 40px);
	padding: 18px 15px;
	width: 180px;
}

}

@media only screen and (max-width: 768px) {

.mob-vis-md {
	display: block;
}

.mob-hid-md {
	display: none;
}

}

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

.alt-version-2 .banner h1 {
	margin-bottom: calc(20px + 10vh);
}

}

@media (max-width: 768px) {

header {
	padding: 20px;
	text-align: center;
}

.logo:before {
	font-size: 50px;
	font-size: 50rem;
}

footer {
	height: auto;
	display: block;
}

footer nav {
	display: block;
	padding: 20px 0 0;
	text-align: right;
}

footer nav ul li {
	display: block;
	margin: 0;
}

footer .credits {
	margin: 0 0 20px;
}

.btn.back-btn {
	margin-bottom: 0;
}

#category-options {
	min-height: 100vh;
	height: 100%;
}

#category-options .container {
	height: auto;
	padding-bottom: 40px;
}

.category-option {
	top: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	padding: 0;
}

.category-option h3 {
	margin-bottom: 0;
}

.option-grid {
	padding: 0;
	margin: 0 0 10px;
}

.option-grid .option-item img,
.option-grid .option-item-large img {
	max-height: 390px;
	margin: 0 auto;
}

.option-grid .option-item .color-dots,
.option-grid .option-item-large .color-dots {
	margin: 4px auto 0px;
}

.option-grid .option-item p,
.option-grid .option-item-large p {
	max-width: none;
	padding: 0 20px;
	font-size: 11px;
	font-size: 11rem;
}

.purchase {
	height: auto;
	min-height: 100vh;
}

.purchase .container {
	padding: 20px 0;
}

.purchase h3 {
	font-size: 26px;
	font-size: 26rem;
	text-align: center;
}

.purchase .subheading {
	margin-bottom: 10px;
}

.purchase .selection {
	top: 87px;
	left: 30px;
}

.purchase fieldset.delivery-pickup-options .styled,
.purchase fieldset.pickup-location .styled {
	background-position: 105% -36px;
}

.purchase fieldset.coupon input {
	width: 80px;
}

.purchase .hw.checkbox {
	padding: 13px 20px 11px;
}

.bg-image {
	display: none;
}

.gallery-photos {
	padding: 10px 0;
}

.gallery-photos h1 {
	font-size: 18px;
	font-size: 18rem;
}

.gallery-photos a.article {
	width: 46%;
	padding-bottom: 46%;
}

.shop h1 {
	font-size: 18px;
	font-size: 18rem;
}

.shop .shop-item {
	width: 100%;
	height: 300px;
	margin-bottom: 40px;
}

.shop .shop-item img {
	height: 100%;
	width: auto !important;
	padding: 0;
	left: 0 !important;
}

.content-wrap {
	padding: 30px 20px 20px;
}

.blog .container {
	padding-top: 100px;
}

.blog h2 a {
	font-size: 20px;
	font-size: 20rem;
}

.blog article:not(:last-child) {
	margin: 0 0 45px;
}

.blog-post article .post-content p,
.blog-post article .post-content ol,
.blog-post article .post-content ul {
	font-size: 16px;
	font-size: 16rem;
}

.blog-post article p.date-posted {
	margin: 50px 0 40px;
	font-size: 12px;
	font-size: 12rem;
}

.blog-post article ol li {
	font-size: 16px;
	font-size: 16rem;
}

.blog-post article footer {
	font-size: 12px;
	font-size: 12rem;
}

.banner-wrapper {
	padding-top: 155px;
	min-height: 562px;
	height: 100vh;
}

.banner-test {
	display: none;
}

.banner p {
	font-size: 13px;
	font-size: 13rem;
	margin-bottom: 20px;
}

.banner h1 {
	font-size: 60px;
	font-size: 60rem;
	line-height: 55px;
	margin-bottom: 15px;
}

.banner h1 .nobs {
	font-size: 28px;
	font-size: 28rem;
	line-height: 28px;
	letter-spacing: 2px;
	margin-left: 0;
}

.banner h1 .nobs .eye {
	width: 18px;
	height: 34px;
	background-size: cover;
	top: -5px;
	left: -7px;
	margin-right: -8px;
	margin-left: 4px;
}

.banner-steps .banner-step {
	padding: 0 15px;
}

.banner-steps .banner-step:before {
	font-size: 50px;
	font-size: 50rem;
}

.banner-steps .banner-step p strong {
	display: block;
}

.banner-steps .step-one {
	border-right: 1px solid #363636;
}

.banner-steps .step-three {
	border-left: 1px solid #363636;
}

.banner-steps .step-two {
	border-left: 0;
	border-right: 0;
}

.btn.get-started {
	margin: 15px 0 40px;
}

.category-grid .col {
	height: auto;
	width: 50%;
	height: 50%;
	min-height: 237px;
	padding: 15px 0 0;
	margin: 10px 0 0;
	float: left !important;
	clear: none;
}

.category-grid .col:nth-child(2),
.category-grid .col:last-child {
	background-image: none;
}

}

@media (max-width: 760px) {

.purchase .form-step-location-selection .title {
	margin: 0 0 30px;
}

}

@media (max-width: 650px) {

.testimonials .container .grid-wrapper {
	-webkit-column-count: 1;
	column-count: 1;
}

}

@media only screen and (max-width: 600px) {

.modaal-instagram iframe {
	width: 280px !important;
}

}

@media (max-width: 560px) {

.purchase .container {
	padding: 20px 10px;
}

.purchase form {
	width: 100%;
	height: auto;
}

.purchase .form-step-location-selection {
	padding: 20px 0;
}

.purchase .form-step-one {
	padding: 20px 0;
}

.purchase .form-step-three {
	padding: 20px 0;
}

.contact-form {
	width: 100%;
	height: auto;
}

}

@media screen and (max-width: 500px) {

.alt-version-2 .category-grid-wrapper .category-grid .select-link {
	letter-spacing: 0px;
}

}

@media screen and (max-width: 480px) {

.alt-version-2 .banner h1 {
	font-size: 20px;
	letter-spacing: 3px;
	margin-bottom: 40px;
}

.alt-version-2 .banner h1 .nobs {
	font-size: 16px;
	letter-spacing: 2px;
}

.alt-version-2 .category-grid-wrapper .category-grid .select-cat {
	margin: 10px 0;
}

.alt-version-2 .category-grid-wrapper .category-grid .grid-item {
	height: auto;
}

}

@media only screen and (max-width: 480px) {

.mob-vis-sm {
	display: block;
}

.mob-hid-sm {
	display: none;
}

.is-mobOpen .outer-container {
	left: -400px;
}

.purchase .entered-details .col-wrap > .col,
.purchase .entered-details .col-wrap > .col-alt {
	float: none;
	padding-left: 0;
}

.purchase .entered-details .col-wrap {
	margin-left: 0;
}

.category-grid > .col,
.category-grid > .col-alt {
	float: none;
	padding-left: 0;
}

.category-grid {
	margin-left: 0;
}

.alt-version-2 .category-grid-wrapper .category-grid .details-wrap .mob-vis-sm {
	display: block;
}

.alt-version-2 .category-grid-wrapper .category-grid .details-wrap .mob-hid-sm {
	display: none;
}

.alt-version-2 .category-grid-wrapper .category-grid .details-wrap p {
	text-shadow: 0 0 10px black;
}

}

@media (max-width: 480px) {

.mob-menu {
	max-width: 400px;
	width: 100%;
	font-size: 25px;
	font-size: 25rem;
}

.hamburger {
	right: 10px;
}

.category-option .style {
	display: none;
}

.option-grid .option-item img,
.option-grid .option-item-large img {
	max-height: 168px;
	margin: 0 auto;
}

.purchase .image-container img {
	width: 190px;
	bottom: -40px;
}

.purchase fieldset .delivery-info {
	font-size: 10px;
	font-size: 10rem;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
	margin: -10px 0 10px;
	display: block;
}

.purchase fieldset.delivery-pickup-options .hw,
.purchase fieldset.pickup-location .hw {
	width: auto;
	float: none;
	margin: 0 0 20px;
	display: inline-block;
}

.purchase fieldset .tooltip {
	left: 100px;
	top: 39px;
}

.purchase label span,
.purchase div.fw span {
	font-size: 12px;
	font-size: 12rem;
}

.purchase input,
.purchase textarea {
	font-size: 12px;
	font-size: 12rem;
}

.purchase button.btn-brn {
	letter-spacing: 1px;
	text-align: left;
	padding-left: 20px;
	padding-right: 60px;
}

.purchase button.btn-brn:after {
	top: 30px;
}

.purchase .hw.checkbox {
	padding: 12px 7px 9px;
}

.purchase .cc-name {
	float: none;
	width: 100%;
	padding: 0;
}

.purchase .cc-details.field-right {
	width: 50%;
}

.purchase .cc-details {
	width: 25%;
}

.contact-form label span {
	font-size: 12px;
	font-size: 12rem;
}

.contact-form input,
.contact-form textarea {
	font-size: 12px;
	font-size: 12rem;
}

.banner-wrapper {
	padding-top: 95px;
	min-height: 100%;
	height: 100vh;
}

.banner-test {
	display: none;
}

.banner p {
	font-size: 12px;
	font-size: 12rem;
}

.banner h1 {
	font-size: 40px;
	font-size: 40rem;
	line-height: 35px;
	margin-bottom: 10px;
}

.banner-steps {
	margin-bottom: 20px;
	display: none;
}

.banner-steps .banner-step p {
	font-size: 11px;
	font-size: 11rem;
	margin-bottom: 5px;
}

.banner-steps .banner-step:before {
	font-size: 40px;
	font-size: 40rem;
}

.category-grid .description {
	font-size: 12px;
	font-size: 12rem;
}

ul.slick-dots li {
	margin: 0 1%;
}

#feedback-form label span {
	font-size: 12px;
	font-size: 12rem;
}

#feedback-form input,
#feedback-form textarea {
	font-size: 12px;
	font-size: 12rem;
}

.alt-version-2 .home-social-proof-wrap .mob-hid-sm {
	display: none;
}

.alt-version-2 .home-social-proof-wrap .home-social-proof-block {
	width: 100%;
}

}

@media (max-width: 425px) {

.gallery-photos a.article {
	width: 96%;
	padding-bottom: 96%;
}

}

@media (max-width: 420px) {

.blog article .post-snippet,
.blog article .post-content {
	padding: 30px 0;
}

.blog-post h2 {
	font-size: 20px;
	font-size: 20rem;
}

.blog-post h3 {
	font-size: 16px;
	font-size: 16rem;
}

}

@media (max-width: 400px) {

.testimonials .container {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

}

@media (max-width: 320px) {

.option-grid .option-item img,
.option-grid .option-item-large img {
	max-height: 120px;
}

.option-grid .option-item .color-dots,
.option-grid .option-item-large .color-dots {
	margin: -10px auto 0px;
}

.category-grid .col {
	height: 40%;
	min-height: 197px;
}

.category-grid .details-wrap {
	top: 70px;
}

.category-grid img {
	height: 100px;
	top: -113px;
}

}

@media screen and (max-height: 1100px) {

.modaal-instagram iframe {
	width: 700px !important;
}

}

@media only screen and (max-height: 1024px) {

.modaal-gallery-item img {
	max-width: 85vw;
}

}

@media screen and (max-height: 1000px) {

.modaal-inner-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}

.modaal-instagram iframe {
	width: 600px !important;
}

}

@media screen and (max-height: 945px) {

.alt-version-2.banner-wrapper {
	padding-top: 115px;
}

.alt-version-2 .banner-test {
	background: none;
	padding-top: 115px;
}

.alt-version-2 .banner h1 {
	text-shadow: 0 0 20px black;
}

}

@media screen and (max-height: 900px) {

.modaal-instagram iframe {
	width: 500px !important;
}

.modaal-video-container {
	max-width: 900px;
	max-height: 510px;
}

}

@media only screen and (max-height: 820px) {

.modaal-gallery-label {
	display: block;
}

.modaal-gallery-label {
	display: none;
}

}

@media only screen and (max-height: 768px) {

.purchase {
	height: auto;
	min-height: 0;
	padding-bottom: 150px;
}

.purchase .container {
	min-height: 0;
}

.purchase .form-wrapper {
	top: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes instaReveal {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes instaReveal {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes modaal-loading-spinner {

0% {
	opacity: 1;
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

100% {
	opacity: .1;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@keyframes modaal-loading-spinner {

0% {
	opacity: 1;
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

100% {
	opacity: .1;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

