/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */

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

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

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

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

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

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */

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

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

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

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}


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

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

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


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */

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

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

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

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

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

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

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

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

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

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

/*
 * Addresses margins set differently in IE6/7
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

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

/*
 * Improves readability of pre-formatted text in all browsers
 */

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

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

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

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE6/7
 */

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

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */

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

/*
 * Corrects list images handled incorrectly in IE7
 */

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


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

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */

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


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


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

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

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

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

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */

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

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

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

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

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

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

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

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

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

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

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

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

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


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

/*
 * Remove most spacing between table cells
 */

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

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active,
h1 a.current, h2 a.current, h3 a.current, h4 a.current, h5 a.current, h6 a.current,
h1 a.current:hover, h2 a.current:hover, h3 a.current:hover, h4 a.current:hover, h5 a.current:hover, h6 a.current:hover {
    color: inherit;
    padding: 0;
    margin: 0;
    display: block;
    font-size: inherit;
    line-height: inherit;
    text-decoration: inherit;
}


h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

a.current {
	color: inherit;
	cursor: default;
}

article, section, aside, nav, hgroup, footer, header {
    display: block;
}

hr {
	border-color:#ccc;
	border-style:solid;
	border-width:1px 0 0;
	clear:both;
	height:0;
	margin: 0;
}

p {
    margin: 0 0 1em;
}

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


/*BLREGH*/
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=881c067e-df9d-4c25-88e1-6e925b650e5f");

@font-face {
    font-family: "Avenir LT W01_55 Roman1475520";
    src: url("../fonts/57bf7902-79ee-4b31-a327-1bbf59a3d155.eot#iefix");
    src: url("../fonts/57bf7902-79ee-4b31-a327-1bbf59a3d155.eot#iefix") format("eot"), url("../fonts/b290e775-e0f9-4980-914b-a4c32a5e3e36.woff2") format("woff2"), url("../fonts/4b978f72-bb48-46c3-909a-2a8cd2f8819c.woff") format("woff"), url("../fonts/9bdf0737-f98c-477a-9365-ffc41b9d1285.ttf") format("truetype"), url("../fonts/15281d0d-e3c2-46e1-94db-cb681e00bfaa.svg#15281d0d-e3c2-46e1-94db-cb681e00bfaa") format("svg");
}

@font-face {
    font-family: "Duel Demi";
    src: url("../fonts/Duel-Demi.eot");
    src: url("../fonts/Duel-Demi.eot") format("eot"), url("../fonts/Duel-Demi.woff2") format("woff2"), url("../fonts/Duel-Demi.woff") format("woff"), url("../fonts/Duel-Demi.ttf") format("truetype");
}

@font-face {
    font-family: "Avenir LT W01_65 Medium1475532";
    src: url("../fonts/e0542193-b2e6-4273-bc45-39d4dfd3c15b.eot#iefix");
    src: url("../fonts/e0542193-b2e6-4273-bc45-39d4dfd3c15b.eot#iefix") format("eot"), url("../fonts/17b90ef5-b63f-457b-a981-503bb7afe3c0.woff2") format("woff2"), url("../fonts/c9aeeabd-dd65-491d-b4be-3e0db9ae47a0.woff") format("woff"), url("../fonts/25f994de-d13f-4a5d-a82b-bf925a1e054d.ttf") format("truetype"), url("../fonts/3604edbd-784e-4ca7-b978-18836469c62d.svg#3604edbd-784e-4ca7-b978-18836469c62d") format("svg");
}

@font-face {
    font-family: "Avenir LT W01_85 Heavy1475544";
    src: url("../fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot#iefix");
    src: url("../fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot#iefix") format("eot"), url("../fonts/d513e15e-8f35-4129-ad05-481815e52625.woff2") format("woff2"), url("../fonts/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff"), url("../fonts/ccd17c6b-e7ed-4b73-b0d2-76712a4ef46b.ttf") format("truetype"), url("../fonts/20577853-40a7-4ada-a3fb-dd6e9392f401.svg#20577853-40a7-4ada-a3fb-dd6e9392f401") format("svg");
}
@charset "UTF-8";
/* Vertically centers children elements.
 * Works in all browsers we care about, BUT the parent element must have a
 * non-auto height */
/* Vertically centers children elements.
 * Works in all browsers we care about, BUT the parent element must have a
 * non-auto height */
/* line 232, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
.clearfix {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
}
/* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
.clearfix:after {
  content: "";
  display: table;
}
/* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
.clearfix:after {
  clear: both;
}
/* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
.clearfix {
  zoom: 1;
}

@charset "UTF-8";
/* Vertically centers children elements.
 * Works in all browsers we care about, BUT the parent element must have a
 * non-auto height */
/* Vertically centers children elements.
 * Works in all browsers we care about, BUT the parent element must have a
 * non-auto height */
/* line 232, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
.clearfix {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
}
/* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
.clearfix:after {
  content: "";
  display: table;
}
/* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
.clearfix:after {
  clear: both;
}
/* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
.clearfix {
  zoom: 1;
}

/* line 5 */
body, table, input, textarea, select {
  font-size: 14px;
  line-height: 1.4;
  font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
  font-weight: 400 !important;
}

/* line 9 */
html {
  width: 100%;
}

/* line 13 */
body {
  background-color: #F2E9DA;
  color: #330072;
  width: 100%;
  position: relative;
  font-size: 14px;
}

/* line 22 */
input, textarea, select {
  color: #330072;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 28 */
input:focus, textarea:focus, select:focus {
  outline: none;
}

/* line 35 */
.subscribe input.valid {
  display: none;
}

/* line 44 */
button {
  color: #330072;
}

/* line 48 */
input {
  line-height: 3;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 54 */
a {
  text-decoration: none;
  color: inherit;
}
/* line 58 */
a:focus {
  outline: none;
}

/* line 63 */
img {
  width: 100%;
  height: auto;
}

/* line 69 */
p > a {
  text-decoration: underline;
}
/* line 138, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
p > a:hover, p > a.current {
  text-decoration: none;
}

/* line 74 */
p {
  margin: 0 0 0.7em;
  font-family: "Big Caslon FB", Big Caslon, Book Antiqua, Palatino Linotype, Georgia, serif;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
}

/* line 79 */
blockquote {
  margin: 0;
}

/* line 84 */
h1, h2, h3, h4, h5 {
  margin: 0 0 0.5em;
}

/* line 88 */
h1 {
  font-size: 3.5em;
  font-family: "Duel Demi", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  text-transform: uppercase;
  margin-bottom: 0.15em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* line 93 */
h2 {
  font-family: "Duel Demi", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-size: 1.7em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* line 98 */
h3 {
  font-family: "Duel Demi", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  font-size: 1.7em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.1em;
  text-transform: uppercase;
}

/* line 103 */
h4 {
  font-family: "Duel Demi", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* line 108 */
h5 {
  text-transform: uppercase;
}

/* line 113 */
h6 {
  font-size: inherit;
  line-height: inherit;
}

/* line 118 */
.big-big-big {
  font-size: 10em;
  font-size: 20vw;
}

/* line 123 */
.pagination img {
  width: 35px;
  height: auto;
  vertical-align: middle;
}

/* line 129 */
.diamond {
  width: 10px;
  height: auto;
}

/* line 134 */
.arrow-button {
  position: relative;
}
/* line 137 */
.arrow-button .input-wrapper {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
}
/* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
.arrow-button .input-wrapper:after {
  content: "";
  display: table;
}
/* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
.arrow-button .input-wrapper:after {
  clear: both;
}
/* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
.arrow-button .input-wrapper {
  zoom: 1;
}
/* line 139 */
.arrow-button .input-wrapper:hover {
  position: relative;
}
/* line 200, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
.arrow-button .input-wrapper:hover:before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../i/diamond.png");
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: calc(100% + 8px);
}
/* line 141 */
.arrow-button .input-wrapper:hover::before {
  top: 16px;
  transform: none;
}
/* line 149 */
.arrow-button .arrow {
  position: absolute;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  width: 32px;
  height: auto;
}

/* line 158 */
.checkbox {
  margin-top: 10px;
}
/* line 161 */
.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
  margin-bottom: 10px;
}
/* line 171 */
.checkbox label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #fff;
  border: 1px solid #330072;
}
/* line 184 */
.checkbox input[type=checkbox] {
  display: none !important;
}
/* line 188 */
.checkbox input[type=checkbox]:checked + label:before {
  content: " ";
  background-color: #330072;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  color: #330072;
  text-align: center;
  line-height: 15px;
}

@charset "UTF-8";
/* Vertically centers children elements.
 * Works in all browsers we care about, BUT the parent element must have a
 * non-auto height */
/* Vertically centers children elements.
 * Works in all browsers we care about, BUT the parent element must have a
 * non-auto height */
/* line 232, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
.clearfix, #content .products, #content .product-detail div.details > div.share ul, #content .library-articles, #content .archived-articles {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
}
/* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
.clearfix:after, #content .products:after, #content .product-detail div.details > div.share ul:after, #content .library-articles:after, #content .archived-articles:after {
  content: "";
  display: table;
}
/* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
.clearfix:after, #content .products:after, #content .product-detail div.details > div.share ul:after, #content .library-articles:after, #content .archived-articles:after {
  clear: both;
}
/* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
.clearfix, #content .products, #content .product-detail div.details > div.share ul, #content .library-articles, #content .archived-articles {
  zoom: 1;
}

/* line 6 */
#header {
  padding-top: 12px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 101;
  width: 100%;
}
/* line 18 */
#header.active-nav {
  position: relative;
  z-index: 200;
}
/* line 22 */
#header.active-nav .background {
  position: absolute;
  z-index: -1;
  background-color: #fff;
  left: 12px;
  right: 12px;
  bottom: 0;
  top: 12px;
}
/* line 36 */
#header > .wrapper {
  /* Create a floated grid element using cols(). */
  float: left;
  display: inline;
  /* Set width to the specified number of cols, with gutters. */
  width: 80%;
  /* Add left/right margin according to the grid gutter width. */
  margin-left: 0;
  margin-right: 0;
  /* Add left margin of the specified number of cols */
  margin-left: 10%;
  float: none;
  display: inline-block;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}
/* line 49 */
#header h1 {
  font-size: 3.5em;
  font-family: "Duel Demi", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  text-transform: uppercase;
  margin-bottom: 0.15em;
  letter-spacing: 2px;
  margin-bottom: 0;
}
/* line 54 */
#header .logo {
  /* Create a floated grid element using cols(). */
  float: left;
  display: inline;
  /* Set width to the specified number of cols, with gutters. */
  width: 25%;
  /* Add left/right margin according to the grid gutter width. */
  margin-left: 0;
  margin-right: 0;
  display: block;
  cursor: pointer;
  float: none;
  margin: 30px auto 0 auto;
  padding: 0 3px;
}
/* line 63 */
#header nav {
  font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
  font-weight: 400 !important;
  width: 100%;
}
/* line 68 */
#header nav .top-bar {
  position: relative;
  z-index: 201;
}
/* line 72 */
#header nav .top-bar .dropdown {
  position: absolute;
  right: -20px;
  top: -36px;
  cursor: pointer;
  padding: 0 20px;
}
/* line 81 */
#header nav .top-bar .dropdown ul li {
  padding: 2px 0;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}
/* line 88 */
#header nav .top-bar .dropdown ul li a:hover {
  opacity: 0.5;
}
/* line 94 */
#header nav .top-bar .dropdown .burger-wrapper {
  display: none;
  padding: 17px 10px;
}
/* line 98 */
#header nav .top-bar .dropdown .burger-wrapper .burger {
  position: relative;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, /home/deadlyponies/webapps/django/deadlyponies/static/c/lib/_burger.scss */
#header nav .top-bar .dropdown .burger-wrapper .burger, #header nav .top-bar .dropdown .burger-wrapper .burger:before, #header nav .top-bar .dropdown .burger-wrapper .burger:after {
  display: block;
  width: 25px;
  height: 1px;
  background-color: #330072;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 50, /home/deadlyponies/webapps/django/deadlyponies/static/c/lib/_burger.scss */
#header nav .top-bar .dropdown .burger-wrapper .burger:before, #header nav .top-bar .dropdown .burger-wrapper .burger:after {
  position: absolute;
  content: "";
}
/* line 55, /home/deadlyponies/webapps/django/deadlyponies/static/c/lib/_burger.scss */
#header nav .top-bar .dropdown .burger-wrapper .burger:before {
  top: -4px;
}
/* line 59, /home/deadlyponies/webapps/django/deadlyponies/static/c/lib/_burger.scss */
#header nav .top-bar .dropdown .burger-wrapper .burger:after {
  top: 4px;
}
/* line 78, /home/deadlyponies/webapps/django/deadlyponies/static/c/lib/_burger.scss */
#header nav .top-bar .dropdown .burger-wrapper .burger {
  background-color: transparent;
}
/* line 72, /home/deadlyponies/webapps/django/deadlyponies/static/c/lib/_burger.scss */
#header nav .top-bar .dropdown:hover .burger-wrapper .burger:before {
  opacity: 0.5;
}
/* line 84, /home/deadlyponies/webapps/django/deadlyponies/static/c/lib/_burger.scss */
#header nav .top-bar .dropdown:hover .burger-wrapper .burger:after {
  opacity: 0.5;
}
@media screen and (max-width: 650px) {
  /* line 119 */
  #header nav .top-bar .dropdown ul {
    display: none;
  }
  /* line 123 */
  #header nav .top-bar .dropdown .burger-wrapper {
    display: block;
  }
}
/* line 128 */
#header nav .top-bar .cart {
  font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
  font-weight: 400 !important;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 2px;
}
/* line 134 */
#header nav .top-bar .cart .checkout {
  display: none;
}
/* line 138 */
#header nav .top-bar .variant {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  text-transform: uppercase;
}
/* line 144 */
#header nav .top-bar .variant .arrow {
  width: 25px;
  position: absolute;
  right: 100%;
}
@media screen and (max-width: 650px) {
  /* line 138 */
  #header nav .top-bar .variant {
    display: none;
  }
}
/* line 156 */
#header nav .wrapper {
  display: none;
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  padding: 100px 0 60px 0;
  z-index: 200;
}
/* line 165 */
#header nav .wrapper .panel {
  /* Create a floated grid element using cols(). */
  float: left;
  display: inline;
  /* Set width to the specified number of cols, with gutters. */
  width: 13.33333%;
  /* Add left/right margin according to the grid gutter width. */
  margin-left: 0;
  margin-right: 0;
  float: left;
  position: relative;
}
/* line 170 */
#header nav .wrapper .panel:last-child {
  padding-bottom: 340px;
}
/* line 174 */
#header nav .wrapper .panel h3 {
  font-family: "Avenir LT W01_85 Heavy1475544", Helvetica, sans-serif;
  font-weight: 400 !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 40px;
}
/* line 180 */
#header nav .wrapper .panel ul {
  padding: 0;
}
/* line 183 */
#header nav .wrapper .panel ul li a {
  font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
  font-weight: 400 !important;
  font-size: 12px;
  line-height: 1.9em;
  letter-spacing: .5px;
}
/* line 186 */
#header nav .wrapper .panel ul li a.current, #header nav .wrapper .panel ul li a:hover {
  position: relative;
}
/* line 200, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#header nav .wrapper .panel ul li a.current:before, #header nav .wrapper .panel ul li a:hover:before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../i/diamond.png");
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: calc(100% + 8px);
}
/* line 193 */
#header nav .wrapper .panel:first-child {
  /* Add left margin of the specified number of cols */
  margin-left: 16.66667%;
}
/* line 197 */
#header nav .wrapper .panel .segment {
  margin-bottom: 25px;
}
/* line 198 */
#header nav .wrapper .panel .segment h4 {
  font-family: "Avenir LT W01_85 Heavy1475544", Helvetica, sans-serif;
  font-weight: 400 !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-transform: none;
  margin-top: 30px;
}
/* line 208 */
#header nav .wrapper .panel .subscribe {
  position: absolute;
  bottom: 0;
  width: 150%;
}
/* line 211 */
#header nav .wrapper .panel .subscribe h3 {
  margin-bottom: 10px;
}
/* line 215 */
#header nav .wrapper .panel .subscribe p {
  font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
  font-weight: 400 !important;
  margin-bottom: 0;
}
/* line 220 */
#header nav .wrapper .panel .subscribe .follow {
  font-family: "Avenir LT W01_85 Heavy1475544", Helvetica, sans-serif;
  font-weight: 400 !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: none;
  padding: 0;
  margin-top: 20px;
  display: inline-block;
}
/* line 228 */
#header nav .wrapper .panel .subscribe input {
  border: none;
}
/* line 232 */
#header nav .wrapper .panel .subscribe .email-wrapper {
  position: relative;
  margin-top: 5px;
}
/* line 236 */
#header nav .wrapper .panel .subscribe .email-wrapper input {
  line-height: 2.5;
  width: 100%;
  padding-left: 0;
  border-bottom: 1px solid;
  margin-bottom: 5px;
}
/* line 245 */
#header nav .wrapper .panel .subscribe .social {
  margin-top: 20px;
}
/* line 248 */
#header nav .wrapper .panel .subscribe .social ul {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
  margin: 0;
}
/* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#header nav .wrapper .panel .subscribe .social ul:after {
  content: "";
  display: table;
}
/* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#header nav .wrapper .panel .subscribe .social ul:after {
  clear: both;
}
/* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#header nav .wrapper .panel .subscribe .social ul {
  zoom: 1;
}
/* line 253 */
#header nav .wrapper .panel .subscribe .social li {
  display: block;
  float: left;
  width: 33%;
  max-width: 30px;
  text-align: center;
}
/* line 260 */
#header nav .wrapper .panel .subscribe .social li a {
  display: block;
  width: 100%;
}
/* line 264 */
#header nav .wrapper .panel .subscribe .social li a:hover::before {
  display: none;
}
/* line 270 */
#header nav .wrapper .panel .subscribe .social.active {
  display: block;
}
/* line 276 */
#header nav .wrapper .panel .subscribe .arrow-button .arrow {
  right: auto;
  left: 0;
  width: 25px;
}
/* line 282 */
#header nav .wrapper .panel .subscribe .arrow-button #mc-embedded-subscribe {
  line-height: 1.5;
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 100;
  background-color: transparent;
}
/* line 300 */
#header.active-nav nav .dropdown {
  bottom: -20px;
}
/* line 303 */
#header.active-nav nav .dropdown ul {
  display: none;
}
/* line 307 */
#header.active-nav nav .dropdown .burger-wrapper {
  display: block;
}
/* line 91, /home/deadlyponies/webapps/django/deadlyponies/static/c/lib/_burger.scss */
#header.active-nav nav .dropdown .burger-wrapper .burger {
  background-color: transparent;
}
/* line 94, /home/deadlyponies/webapps/django/deadlyponies/static/c/lib/_burger.scss */
#header.active-nav nav .dropdown .burger-wrapper .burger:before {
  -webkit-transform: translateY(4px) rotate(45deg);
  -moz-transform: translateY(4px) rotate(45deg);
  -ms-transform: translateY(4px) rotate(45deg);
  -o-transform: translateY(4px) rotate(45deg);
  transform: translateY(4px) rotate(45deg);
}
/* line 103, /home/deadlyponies/webapps/django/deadlyponies/static/c/lib/_burger.scss */
#header.active-nav nav .dropdown .burger-wrapper .burger:after {
  -webkit-transform: translateY(-4px) rotate(-45deg);
  -moz-transform: translateY(-4px) rotate(-45deg);
  -ms-transform: translateY(-4px) rotate(-45deg);
  -o-transform: translateY(-4px) rotate(-45deg);
  transform: translateY(-4px) rotate(-45deg);
}
/* line 317 */
#header.active-nav nav .wrapper {
  display: block;
}

/* line 324 */
#content {
  /* Create a floated grid element using cols(). */
  float: left;
  display: inline;
  /* Set width to the specified number of cols, with gutters. */
  width: 80%;
  /* Add left/right margin according to the grid gutter width. */
  margin-left: 0;
  margin-right: 0;
  /* Add left margin of the specified number of cols */
  margin-left: 10%;
  float: none;
  display: inline-block;
  position: relative;
}
/* line 333 */
#content h1 {
  text-align: center;
}
/* line 337 */
#content .hero, #content .collection-title .hgroup, #content .blocks, #content .shop-collection a, #content .shop-collection > h2, #content .products {
  -moz-transition: transform 0.2s linear;
  -webkit-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
}
/* line 342 */
#content.hover-next .hero, #content.hover-next .collection-title .hgroup, #content.hover-next .blocks, #content.hover-next .shop-collection > a, #content.hover-next .shop-collection > h2, #content.hover-next .products {
  -moz-transition: transform 0.4s linear;
  -webkit-transition: transform 0.4s linear;
  transition: transform 0.4s linear;
  -webkit-transform: translateX(-12.5%);
  -moz-transform: translateX(-12.5%);
  -ms-transform: translateX(-12.5%);
  -o-transform: translateX(-12.5%);
  transform: translateX(-12.5%);
}
/* line 352 */
#content .hero {
  max-width: 1440px;
  margin: 0 auto;
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
  background-color: #fff;
  margin-bottom: 30px;
}
/* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .hero:after {
  content: "";
  display: table;
}
/* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .hero:after {
  clear: both;
}
/* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .hero {
  zoom: 1;
}
/* line 358 */
#content .collection-title {
  position: relative;
}
/* line 360 */
#content .collection-title .hgroup {
  padding-top: 30px;
  text-align: center;
}
/* line 364 */
#content .collection-title .hgroup h1 {
  line-height: 1.2em;
  margin-bottom: 0.8em;
}
/* line 369 */
#content .collection-title .hgroup h3 {
  line-height: 0.9em;
  margin-bottom: 0.9em;
}
/* line 374 */
#content .collection-title .hgroup a {
  font-family: "Duel Demi", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  font-size: 1.7em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.1em;
  font-size: 1em;
}
@media screen and (max-width: 650px) {
  /* line 381 */
  #content .collection-title .hgroup {
    font-size: 5vw;
  }
  /* line 384 */
  #content .collection-title .hgroup h1 {
    font-size: 1.7em;
  }
  /* line 388 */
  #content .collection-title .hgroup h3, #content .collection-title .hgroup a {
    font-size: 1em;
  }
}
/* line 396 */
#content .pagination {
  letter-spacing: 2px;
}
/* line 399 */
#content .pagination .next, #content .pagination .previous {
  position: absolute;
  top: 80px;
  margin: 0;
}
@media screen and (max-width: 650px) {
  /* line 399 */
  #content .pagination .next, #content .pagination .previous {
    top: 40px;
  }
}
/* line 408 */
#content .pagination .next > div, #content .pagination .previous > div {
  font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
  font-weight: 400 !important;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
}
/* line 414 */
#content .pagination .next span, #content .pagination .previous span {
  text-transform: uppercase;
  vertical-align: middle;
}
/* line 419 */
#content .pagination .next {
  left: 100%;
  padding-left: 4.16667%;
}
/* line 423 */
#content .pagination .next > div {
  right: 100%;
  text-align: right;
}
/* line 428 */
#content .pagination .previous {
  right: 100%;
  padding-right: 4.16667%;
}
/* line 432 */
#content .pagination .previous > div {
  left: 100%;
  text-align: left;
}
/* line 439 */
#content img.orient_land {
  padding: 2.08334%;
}
/* line 442 */
#content img.orient_port {
  /* Create a floated grid element using cols(). */
  float: left;
  display: inline;
  /* Set width to the specified number of cols, with gutters. */
  width: 66.66667%;
  /* Add left/right margin according to the grid gutter width. */
  margin-left: 0;
  margin-right: 0;
  float: none;
  display: block;
  padding: 4.16667% 0;
  margin: 0 auto;
}
/* line 451 */
#content .blocks p {
  /* Create a floated grid element using cols(). */
  float: left;
  display: inline;
  /* Set width to the specified number of cols, with gutters. */
  width: 66.66667%;
  /* Add left/right margin according to the grid gutter width. */
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  float: none;
  text-align: center;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 22px;
}
/* line 461 */
#content .blocks p:last-child {
  margin-bottom: 80px;
}
@media screen and (max-width: 650px) {
  /* line 451 */
  #content .blocks p {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 471 */
  #content .blocks p:last-child {
    margin-bottom: 40px;
  }
}
/* line 477 */
#content .blocks .text {
  text-align: center;
}
/* line 480 */
#content .blocks .block {
  margin-top: 80px;
  background-color: #fff;
  text-align: center;
}
/* line 485 */
#content .blocks .block .two-images {
  max-width: 1440px;
  margin: 0 auto;
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
  float: none;
  display: inline-block;
}
/* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .blocks .block .two-images:after {
  content: "";
  display: table;
}
/* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .blocks .block .two-images:after {
  clear: both;
}
/* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .blocks .block .two-images {
  zoom: 1;
}
/* line 490 */
#content .blocks .block .two-images img {
  /* Create a floated grid element using cols(). */
  float: left;
  display: inline;
  /* Set width to the specified number of cols, with gutters. */
  width: 33.33333%;
  /* Add left/right margin according to the grid gutter width. */
  margin-left: 0;
  margin-right: 0;
}
/* line 493 */
#content .blocks .block .two-images img:first-child {
  /* Add left margin of the specified number of cols */
  margin-left: 16.66667%;
  padding-right: 3px;
}
/* line 497 */
#content .blocks .block .two-images img:last-child {
  padding-left: 3px;
}
@media screen and (max-width: 650px) {
  /* line 485 */
  #content .blocks .block .two-images {
    width: 100%;
  }
  /* line 505 */
  #content .blocks .block .two-images img {
    width: 100%;
    margin: 0;
    padding: 3.57143%;
  }
  /* line 510 */
  #content .blocks .block .two-images img:first-child, #content .blocks .block .two-images img:last-child {
    margin: 0;
    padding: 3.57143%;
  }
  /* line 515 */
  #content .blocks .block .two-images img:first-child {
    padding-bottom: 0;
  }
}
/* line 522 */
#content .blocks .block p {
  /* Create a floated grid element using cols(). */
  float: left;
  display: inline;
  /* Set width to the specified number of cols, with gutters. */
  width: 41.66667%;
  /* Add left/right margin according to the grid gutter width. */
  margin-left: 0;
  margin-right: 0;
  float: none;
  display: block;
  margin: 0 auto;
  font-size: 18px;
}
/* line 528 */
#content .blocks .block p:last-child {
  padding-bottom: 80px;
}
@media screen and (max-width: 650px) {
  /* line 522 */
  #content .blocks .block p {
    width: 100%;
  }
  /* line 534 */
  #content .blocks .block p:last-child {
    padding-bottom: 40px;
  }
}
/* line 542 */
#content .shop-collection {
  text-align: center;
  position: relative;
  margin-top: 20px;
  margin-bottom: 60px;
}
/* line 548 */
#content .shop-collection h2 {
  position: relative;
  margin: 110px 0 60px 0;
  padding: 10px 0;
}
/* line 212, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .shop-collection h2 .top-diamond {
  bottom: 100%;
  text-align: center;
  left: 0;
  width: 100%;
}
/* line 218, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .shop-collection h2 .top-diamond:before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("../i/diamond.png");
  background-size: 100% 100%;
  display: block;
  position: static;
  margin: 0 auto;
}
/* line 226, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .shop-collection h2 .bottom-diamond {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transform-origin: center center;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  top: 100%;
  text-align: center;
  left: 0;
  width: 100%;
}
/* line 234, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .shop-collection h2 .bottom-diamond:before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("../i/diamond.png");
  background-size: 100% 100%;
  display: block;
  position: static;
  margin: 0 auto;
}
/* line 556 */
#content .shop-collection > a {
  width: 100%;
  letter-spacing: 2px;
}
/* line 560 */
#content .shop-collection a {
  margin: 0.8em 0;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1em;
}
@media screen and (max-width: 650px) {
  /* line 568 */
  #content .shop-collection + div.products {
    display: none;
  }
}
/* line 574 */
#content .catalogue-header {
  font-family: "Duel Demi", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  font-size: 1.7em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.1em;
  margin-bottom: 25px;
  margin-top: 20px;
  font-size: 2.2em;
  letter-spacing: 3.5px;
  word-spacing: 0.2em;
  -webkit-font-smoothing: antialiased;
}
/* line 587 */
#content .catalogue-buttons {
  position: relative;
}
/* line 590 */
#content .catalogue-buttons h2 {
  position: relative;
  font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
  font-weight: 400 !important;
  font-size: 12px;
  line-height: 1.9em;
  letter-spacing: .5px;
  margin-left: 30px;
  cursor: pointer;
}
/* line 200, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .catalogue-buttons h2:before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../i/diamond.png");
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: calc(100% + 8px);
}
/* line 599 */
#content .catalogue-buttons h2:hover, #content .catalogue-buttons h2.active {
  color: #fff;
}
/* line 602 */
#content .catalogue-buttons h2:hover:before, #content .catalogue-buttons h2.active:before {
  background-image: url("../i/diamond-white.png");
}
/* line 610 */
#content .catalogue-filter {
  position: absolute;
  display: none;
  width: calc(100% - 6px);
  top: 0;
  left: 3px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 0 50px 0;
  z-index: 20;
}
/* line 620 */
#content .catalogue-filter.active {
  display: block;
}
/* line 624 */
#content .catalogue-filter .panel {
  width: 33.33333%;
  float: left;
  padding-left: 2px;
}
/* line 629 */
#content .catalogue-filter .panel .segment {
  margin: 0 0 30px 0;
}
/* line 633 */
#content .catalogue-filter .panel h2 {
  font-family: "Avenir LT W01_85 Heavy1475544", Helvetica, sans-serif;
  font-weight: 400 !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
/* line 639 */
#content .catalogue-filter .panel > h2:first-child {
  margin-bottom: 30px;
}
/* line 643 */
#content .catalogue-filter .panel .collaborations {
  text-transform: none;
}
/* line 647 */
#content .catalogue-filter .panel ul {
  padding: 0;
}
/* line 650 */
#content .catalogue-filter .panel ul li {
  list-style-type: none;
}
/* line 653 */
#content .catalogue-filter .panel ul li a {
  font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
  font-weight: 400 !important;
  font-size: 12px;
  line-height: 1.9em;
  letter-spacing: .5px;
}
/* line 656 */
#content .catalogue-filter .panel ul li a:hover, #content .catalogue-filter .panel ul li a.current {
  position: relative;
}
/* line 200, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .catalogue-filter .panel ul li a:hover:before, #content .catalogue-filter .panel ul li a.current:before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../i/diamond.png");
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: calc(100% + 8px);
}
/* line 244, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .catalogue-filter .panel .colours ul {
  padding: 0;
  margin: 0 0 0 5px;
}
/* line 248, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .catalogue-filter .panel .colours ul li {
  margin-right: 5px;
}
/* line 251, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .catalogue-filter .panel .colours ul li a {
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  top: 3px;
  border: 1px solid transparent;
}
/* line 667 */
#content .catalogue-filter .panel .colours ul {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
  margin-left: 0;
}
/* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .catalogue-filter .panel .colours ul:after {
  content: "";
  display: table;
}
/* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .catalogue-filter .panel .colours ul:after {
  clear: both;
}
/* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .catalogue-filter .panel .colours ul {
  zoom: 1;
}
/* line 671 */
#content .catalogue-filter .panel .colours ul li {
  float: left;
}
/* line 674 */
#content .catalogue-filter .panel .colours ul li:nth-child(2n+1) {
  clear: left;
  margin-right: 12px;
  margin-bottom: 7px;
}
/* line 680 */
#content .catalogue-filter .panel .colours ul li a {
  padding: 8px;
}
/* line 681 */
#content .catalogue-filter .panel .colours ul li a:hover, #content .catalogue-filter .panel .colours ul li a.current {
  opacity: 0.5;
}
/* line 683 */
#content .catalogue-filter .panel .colours ul li a:hover:before, #content .catalogue-filter .panel .colours ul li a.current:before {
  background-image: none;
}
/* line 693 */
#content .catalogue-filter .panel:first-child {
  padding-left: 30px;
}
/* line 702 */
#content .products .gutter-width {
  display: block;
  width: 5px;
}
/* line 707 */
#content .products .product {
  width: calc(20% - 4px);
  height: 19.2vw;
  float: left;
  margin-bottom: 5px;
}
/* line 726 */
#content .products .product.extra {
  opacity: 0.3;
  display: none;
}
/* line 731 */
#content .products .product:nth-child(5n+5) {
  width: calc(20% - 5px);
}
/* line 735 */
#content .products .product a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  overflow-y: hidden;
  position: relative;
}
/* line 745 */
#content .products .product a:hover .details {
  visibility: visible;
}
/* line 750 */
#content .products .product a .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
}
/* line 758 */
#content .products .product a img {
  padding: 0;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 771 */
#content .products .product a .details {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  line-height: 40px;
  visibility: hidden;
  font-size: 11px;
  letter-spacing: 1px;
}
/* line 781 */
#content .products .product a .details .name {
  display: inline-block;
  white-space: nowrap;
  width: 65%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  text-overflow: ellipsis;
}
/* line 792 */
#content .products .product a .details .price {
  line-height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
}
/* line 804 */
#content .collection-products.archived-products {
  margin-top: 80px;
}
/* line 809 */
#content .product-detail {
  /* Create a floated grid element using cols(). */
  float: left;
  display: inline;
  /* Set width to the specified number of cols, with gutters. */
  width: 20%;
  /* Add left/right margin according to the grid gutter width. */
  margin-left: 0;
  margin-right: 0;
  /* Add left margin of the specified number of cols */
  margin-left: 10%;
  float: none;
  display: block;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
}
/* line 823 */
#content .product-detail * {
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 651px) {
  /* line 829 */
  #content .product-detail .scrollbalance-inner {
    height: 100vh;
    width: 100%;
  }
  /* line 833 */
  #content .product-detail .scrollbalance-inner .wrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/* line 840 */
#content .product-detail hgroup {
  text-align: center;
  padding-bottom: 25px;
}
/* line 843 */
#content .product-detail hgroup h1 {
  font-family: "Duel Demi", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 2.5px;
  word-spacing: 0.2em;
}
/* line 852 */
#content .product-detail hgroup h2 {
  margin: 0;
  font-size: 1em;
}
/* line 859 */
#content .product-detail h2 {
  font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
  font-weight: 400 !important;
  text-align: center;
  font-size: .8em;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
/* line 868 */
#content .product-detail p {
  font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
  font-weight: 400 !important;
  line-height: 1.5em;
}
/* line 873 */
#content .product-detail div.details > div {
  border-bottom: 1px solid;
}
/* line 876 */
#content .product-detail div.details > div:first-child {
  border-top: 1px solid;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 889 */
#content .product-detail div.details > div.colours {
  text-align: left;
}
/* line 892 */
#content .product-detail div.details > div.colours h2, #content .product-detail div.details > div.colours ul, #content .product-detail div.details > div.colours li, #content .product-detail div.details > div.colours div.content {
  display: inline-block;
}
/* line 896 */
#content .product-detail div.details > div.colours h2 {
  width: 33%;
  text-align: left;
}
/* line 244, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .product-detail div.details > div.colours ul {
  padding: 0;
  margin: 0 0 0 5px;
}
/* line 248, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .product-detail div.details > div.colours ul li {
  margin-right: 5px;
}
/* line 251, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .product-detail div.details > div.colours ul li a {
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  top: 3px;
  border: 1px solid transparent;
}
/* line 903 */
#content .product-detail div.details > div.colours ul {
  margin-left: 0;
  margin-bottom: 15px;
}
/* line 907 */
#content .product-detail div.details > div.colours ul li a {
  padding: 8px;
  top: 4px;
}
/* line 915 */
#content .product-detail div.details > div.accordion {
  cursor: pointer;
}
/* line 918 */
#content .product-detail div.details > div.accordion h2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 925 */
#content .product-detail div.details > div.accordion div.content {
  cursor: default;
  display: none;
}
/* line 930 */
#content .product-detail div.details > div.accordion div.content.expand {
  display: block;
  padding-top: 1px;
  padding-bottom: 20px;
}
/* line 939 */
#content .product-detail div.details > div.accessories .relative.carousel {
  position: relative;
  white-space: nowrap;
  width: 100%;
  padding: 0 25%;
}
@media screen and (max-width: 650px) {
  /* line 939 */
  #content .product-detail div.details > div.accessories .relative.carousel {
    padding-bottom: 30px;
  }
}
/* line 333, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
#content .product-detail div.details > div.accessories .relative.carousel .prev, #content .product-detail div.details > div.accessories .relative.carousel .next {
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
}
/* line 340, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
#content .product-detail div.details > div.accessories .relative.carousel .prev img, #content .product-detail div.details > div.accessories .relative.carousel .next img {
  width: 50px;
  height: 19px;
}
@media screen and (max-width: 650px) {
  /* line 333, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
  #content .product-detail div.details > div.accessories .relative.carousel .prev, #content .product-detail div.details > div.accessories .relative.carousel .next {
    bottom: 5px;
    top: initial;
    margin-top: -7px;
  }
  /* line 350, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
  #content .product-detail div.details > div.accessories .relative.carousel .prev img, #content .product-detail div.details > div.accessories .relative.carousel .next img {
    width: 35px;
    height: 13px;
  }
}
/* line 357, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
#content .product-detail div.details > div.accessories .relative.carousel .items {
  overflow: hidden;
}
/* line 360, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
#content .product-detail div.details > div.accessories .relative.carousel .items > * {
  position: relative;
  white-space: normal;
  width: 100%;
  visibility: hidden;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  left: 0;
}
/* line 371, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
#content .product-detail div.details > div.accessories .relative.carousel .items > *.transition {
  -moz-transition: 0.75s left, 0.75s visibility;
  -webkit-transition: 0.75s left, 0.75s visibility;
  transition: 0.75s left, 0.75s visibility;
}
/* line 377, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
#content .product-detail div.details > div.accessories .relative.carousel .items > *:first-child ~ * {
  margin-left: -100%;
}
/* line 381, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
#content .product-detail div.details > div.accessories .relative.carousel .items > *.next_inwards_start, #content .product-detail div.details > div.accessories .relative.carousel .items > *.next_outwards_end, #content .product-detail div.details > div.accessories .relative.carousel .items > *.prev_inwards_start, #content .product-detail div.details > div.accessories .relative.carousel .items > *.prev_outwards_end {
  z-index: 2;
  visibility: visible;
}
/* line 387, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
#content .product-detail div.details > div.accessories .relative.carousel .items > *.current {
  left: 0;
  z-index: 3;
  visibility: visible;
}
/* line 393, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
#content .product-detail div.details > div.accessories .relative.carousel .items > *.next_inwards_start {
  left: 100%;
}
/* line 397, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
#content .product-detail div.details > div.accessories .relative.carousel .items > *.next_outwards_end {
  left: -100%;
}
/* line 401, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
#content .product-detail div.details > div.accessories .relative.carousel .items > *.prev_inwards_start {
  left: -100%;
}
/* line 405, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
#content .product-detail div.details > div.accessories .relative.carousel .items > *.prev_outwards_end {
  left: 100%;
}
/* line 944 */
#content .product-detail div.details > div.accessories .relative.carousel .items article {
  vertical-align: baseline;
}
/* line 947 */
#content .product-detail div.details > div.accessories .relative.carousel .items article a {
  display: block;
}
/* line 951 */
#content .product-detail div.details > div.accessories .relative.carousel .items article a:hover .info, #content .product-detail div.details > div.accessories .relative.carousel .items article a:hover hr {
  visibility: visible;
}
/* line 957 */
#content .product-detail div.details > div.accessories .relative.carousel .items article img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
/* line 964 */
#content .product-detail div.details > div.accessories .relative.carousel .items article .title {
  margin-bottom: 5px;
}
/* line 968 */
#content .product-detail div.details > div.accessories .relative.carousel .items article .info {
  visibility: hidden;
  margin-top: 5px;
}
/* line 973 */
#content .product-detail div.details > div.accessories .relative.carousel .items article hr {
  margin-left: 33%;
  width: 34%;
  height: 0;
  border-top: 1px solid;
  visibility: hidden;
}
/* line 984 */
#content .product-detail div.details > div.accessories .relative.carousel .prev img, #content .product-detail div.details > div.accessories .relative.carousel .next img {
  width: 25px;
  height: 10px;
}
/* line 990 */
#content .product-detail div.details > div.accessories .relative.carousel .prev {
  left: 0;
}
/* line 994 */
#content .product-detail div.details > div.accessories .relative.carousel .next {
  right: 0;
}
/* line 1001 */
#content .product-detail div.details > div.share ul {
  margin: 0;
  padding: 0;
}
/* line 1006 */
#content .product-detail div.details > div.share ul li {
  display: block;
  float: left;
  width: 33%;
  text-align: center;
}
/* line 1012 */
#content .product-detail div.details > div.share ul li img {
  width: 40%;
}
/* line 1022 */
#content .product-detail-cart {
  /* Create a floated grid element using cols(). */
  float: left;
  display: inline;
  /* Set width to the specified number of cols, with gutters. */
  width: 20%;
  /* Add left/right margin according to the grid gutter width. */
  margin-left: 0;
  margin-right: 0;
  /* Add right margin of the specified number of cols */
  margin-right: 10%;
  float: none;
  display: block;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  text-align: center;
}
/* line 1035 */
#content .product-detail-cart * {
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 651px) {
  /* line 1041 */
  #content .product-detail-cart .scrollbalance-inner {
    height: 100vh;
    width: 100%;
  }
  /* line 1045 */
  #content .product-detail-cart .scrollbalance-inner .wrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/* line 1052 */
#content .product-detail-cart h1 {
  font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
  font-weight: 400 !important;
  padding: 12px 0;
  letter-spacing: 2px;
  font-size: 2em;
  text-transform: uppercase;
}
/* line 1060 */
#content .product-detail-cart h1.sold-out.no-more {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
/* line 1065 */
#content .product-detail-cart h1 small {
  font-size: 40%;
}
/* line 1070 */
#content .product-detail-cart .voucher-options {
  position: relative;
  display: block;
  height: 77px;
}
/* line 7, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .product-detail-cart .voucher-options::before {
  content: "▼";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  cursor: pointer;
}
/* line 1075 */
#content .product-detail-cart .voucher-options h1 {
  position: absolute;
  width: 100%;
  z-index: -1;
}
/* line 1081 */
#content .product-detail-cart .voucher-options select {
  font-size: 3.5em;
  font-family: "Duel Demi", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  text-transform: uppercase;
  margin-bottom: 0.15em;
  letter-spacing: 2px;
  font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
  font-weight: 400 !important;
  font-size: 1em;
  padding: 12px 0;
  width: 100%;
  color: transparent;
  -webkit-appearance: none;
  border: 0;
  background: none;
  cursor: pointer;
}
/* line 1095 */
#content .product-detail-cart h4.notification_active {
  margin-bottom: 2em;
}
/* line 1099 */
#content .product-detail-cart p {
  font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-size: 0.8vw;
  letter-spacing: 2px;
}
@media screen and (max-width: 900px) {
  /* line 1099 */
  #content .product-detail-cart p {
    font-size: 10px;
  }
}
/* line 1110 */
#content .product-detail-cart form input[type="submit"], #content .product-detail-cart form .cart, #content .product-detail-cart .faux_submit {
  font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
  font-weight: 400 !important;
  /* create a full-height inline block pseudo-element */
  font-family: "Duel Demi", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-size: 1.7em;
  letter-spacing: 2px;
  display: block;
  width: 100%;
  border: none;
  background: none;
  color: white;
  background-color: #330072;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 0.8em;
  letter-spacing: 2px;
  line-height: 15px;
  padding: 15px 0;
}
/* line 271, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .product-detail-cart form input[type="submit"]:before, #content .product-detail-cart form .cart:before, #content .product-detail-cart .faux_submit:before {
  content: '';
  display: inline-block;
  /* vertical alignment of the inline element */
  vertical-align: middle;
  height: 100%;
}
/* line 280, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .product-detail-cart form input[type="submit"] > *, #content .product-detail-cart form .cart > *, #content .product-detail-cart .faux_submit > * {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  vertical-align: middle;
}
/* line 1128 */
#content .product-detail-cart form input[type="submit"].sold-out, #content .product-detail-cart form .cart.sold-out, #content .product-detail-cart .faux_submit.sold-out {
  font-size: 0.8em;
}
/* line 1134 */
#content .product-detail-cart .faux_submit {
  padding: 25px 0;
}
/* line 1139 */
#content .product-detail-cart form .submit-wrapper {
  position: relative;
}
/* line 1142 */
#content .product-detail-cart form .submit-wrapper img {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: inherit;
  height: inherit;
}
/* line 1152 */
#content .product-detail-cart form .cart {
  line-height: 3;
  margin-top: 10px;
  background-color: #fff;
  border: 1px solid #330072;
  color: #330072;
}
/* line 1161 */
#content .product-detail-cart .voucher_recipient {
  margin-top: 50px;
}
/* line 1164 */
#content .product-detail-cart .voucher_recipient label {
  font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
  font-weight: 400 !important;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  padding: 10px 0;
  display: inline-block;
  font-size: 0.8em;
  letter-spacing: 2px;
}
/* line 1175 */
#content .product-detail-cart .voucher_recipient input, #content .product-detail-cart .voucher_recipient textarea {
  font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
  font-weight: 400 !important;
  width: 100%;
  border: 1px solid #330072;
}
/* line 1183 */
#content .product-detail-images {
  min-height: 800px;
}
/* line 1185 */
#content .product-detail-images ul {
  padding: 0;
  margin-top: 0;
}
/* line 1188 */
#content .product-detail-images ul li {
  /* Create a floated grid element using cols(). */
  float: left;
  display: inline;
  /* Set width to the specified number of cols, with gutters. */
  width: 40%;
  /* Add left/right margin according to the grid gutter width. */
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  float: none;
  display: block;
  margin: 0 auto 100px auto;
  cursor: url("../i/enlarge_dp.png") 15 15, zoom-in;
}
/* line 1196 */
#content .product-detail-images ul li img {
  padding: 0;
  width: 100%;
  height: auto;
}
/* line 1207 */
#content .product-detail-related-title h2 {
  position: relative;
  text-align: center;
  margin-top: 100px;
}
/* line 212, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .product-detail-related-title h2 .top-diamond {
  bottom: 100%;
  text-align: center;
  left: 0;
  width: 100%;
}
/* line 218, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .product-detail-related-title h2 .top-diamond:before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("../i/diamond.png");
  background-size: 100% 100%;
  display: block;
  position: static;
  margin: 0 auto;
}
/* line 226, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .product-detail-related-title h2 .bottom-diamond {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transform-origin: center center;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  top: 100%;
  text-align: center;
  left: 0;
  width: 100%;
}
/* line 234, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .product-detail-related-title h2 .bottom-diamond:before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("../i/diamond.png");
  background-size: 100% 100%;
  display: block;
  position: static;
  margin: 0 auto;
}
/* line 1213 */
#content .product-detail-related-products {
  /* Create a floated grid element using cols(). */
  float: left;
  display: inline;
  /* Set width to the specified number of cols, with gutters. */
  width: 80%;
  /* Add left/right margin according to the grid gutter width. */
  margin-left: 0;
  margin-right: 0;
  display: block;
  float: none;
  margin: 0 auto;
}
/* line 1220 */
#content .cart-form {
  border-top: 1px solid;
  padding-top: 40px;
}
/* line 1225 */
#content .cart-header {
  text-align: center;
}
/* line 1229 */
#content .taxes {
  margin-top: 160px;
}
/* line 1233 */
#content .library-articles {
  padding: 0;
  display: block;
  position: absolute;
  height: auto;
  width: 200vw;
  -moz-transform: translate(-50vw, -50vh);
  -webkit-transform: translate(-50vw, -50vh);
  -ms-transform: translate(-50vw, -50vh);
  transform: translate(-50vw, -50vh);
}
/* line 1247 */
#content .library-articles .article {
  display: block;
  float: left;
  margin: 0 40px 40px 0;
}
/* line 1253 */
#content .library-articles .article a {
  -moz-user-select: none;
  /* These user-select properties are inheritable, used to prevent text selection */
  -webkit-user-select: none;
  -ms-user-select: none;
  /* From IE10 only */
  user-select: none;
  /* Not valid CSS yet, as of July 2012 */
  -webkit-user-drag: none;
  /* Prevents dragging of images/divs etc */
  user-drag: none;
  display: block;
}
/* line 1257 */
#content .library-articles .article a img {
  -moz-user-select: none;
  /* These user-select properties are inheritable, used to prevent text selection */
  -webkit-user-select: none;
  -ms-user-select: none;
  /* From IE10 only */
  user-select: none;
  /* Not valid CSS yet, as of July 2012 */
  -webkit-user-drag: none;
  /* Prevents dragging of images/divs etc */
  user-drag: none;
  padding: 0;
  width: auto;
}
/* line 1265 */
#content .library-articles .article .hover {
  display: none;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 1278 */
#content .library-articles .article .hover p {
  font-family: "Duel Demi", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  text-transform: uppercase;
}
/* line 1285 */
#content .library-articles .article:hover .hover {
  display: block;
}
/* line 1290 */
#content .library-articles .article.funky {
  width: 5px;
  height: 5px;
}
/* line 1299 */
#content .library-categories ul {
  padding: 0;
  text-align: center;
}
/* line 1303 */
#content .library-categories ul li {
  display: inline-block;
  margin-right: 40px;
  text-transform: uppercase;
}
/* line 1308 */
#content .library-categories ul li:last-child {
  margin-right: 0;
}
/* line 1312 */
#content .library-categories ul li a.current, #content .library-categories ul li:hover {
  color: #fff;
}
/* line 1319 */
#content .archived-articles {
  margin-top: 80px;
}
/* line 1323 */
#content .archived-articles .article {
  width: 33.33%;
  float: left;
  margin-bottom: 40px;
  height: 150px;
}
@media screen and (max-width: 900px) {
  /* line 1323 */
  #content .archived-articles .article {
    width: 50%;
    text-align: center !important;
  }
}
@media screen and (max-width: 650px) {
  /* line 1323 */
  #content .archived-articles .article {
    width: 100%;
  }
}
/* line 1338 */
#content .archived-articles .article a {
  width: 80%;
  max-width: 280px;
  display: inline-block;
  text-align: center;
}
/* line 1344 */
#content .archived-articles .article a:hover {
  color: #fff;
}
/* line 1352 */
#content .archived-articles .article h3 {
  font-size: 1em;
}
/* line 1356 */
#content .archived-articles .article:nth-child(3n+1) {
  text-align: left;
  padding-right: 10px;
}
/* line 1361 */
#content .archived-articles .article:nth-child(3n+2) {
  text-align: center;
  padding: 0 10px;
}
/* line 1366 */
#content .archived-articles .article:nth-child(3n+3) {
  text-align: right;
  padding-left: 10px;
}
/* line 1373 */
#content .page-404 {
  margin-top: 80px;
  text-align: center;
  margin-bottom: 200px;
}
/* line 1382 */
#content .checkout-form .form-row.country, #content .checkout-form .pseudo_form-row.country, #content .payment-form .form-row.country, #content .payment-form .pseudo_form-row.country, #content .payment_express.pseudo_form .form-row.country, #content .payment_express.pseudo_form .pseudo_form-row.country {
  position: relative;
}
/* line 7, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .checkout-form .form-row.country::before, #content .checkout-form .pseudo_form-row.country::before, #content .payment-form .form-row.country::before, #content .payment-form .pseudo_form-row.country::before, #content .payment_express.pseudo_form .form-row.country::before, #content .payment_express.pseudo_form .pseudo_form-row.country::before {
  content: "▼";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  cursor: pointer;
}
/* line 1386 */
#content .checkout-form .form-row.sign_up label, #content .checkout-form .pseudo_form-row.sign_up label, #content .payment-form .form-row.sign_up label, #content .payment-form .pseudo_form-row.sign_up label, #content .payment_express.pseudo_form .form-row.sign_up label, #content .payment_express.pseudo_form .pseudo_form-row.sign_up label {
  white-space: normal;
}
/* line 1390 */
#content .checkout-form .form-row textarea, #content .checkout-form .pseudo_form-row textarea, #content .payment-form .form-row textarea, #content .payment-form .pseudo_form-row textarea, #content .payment_express.pseudo_form .form-row textarea, #content .payment_express.pseudo_form .pseudo_form-row textarea {
  width: 50%;
  margin-top: 10px;
  margin-bottom: 20px;
  border: 1px solid;
  -webkit-appearance: none;
}
/* line 1399 */
#content .checkout-form #checkout, #content .payment-form #checkout, #content .payment_express.pseudo_form #checkout {
  margin-top: 10px;
}

/* line 1405 */
#footer {
  width: 100%;
  display: inline-block;
}
/* line 1409 */
#footer nav {
  min-height: 200px;
}
/* line 1411 */
#footer nav > ul {
  padding: 0;
  margin: 150px 0 100px 0;
  text-align: center;
}
/* line 1415 */
#footer nav > ul > li {
  font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
  font-weight: 400 !important;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 4.16667%;
  vertical-align: top;
}
/* line 1423 */
#footer nav > ul > li:first-child a {
  padding-left: 40px;
}
/* line 1427 */
#footer nav > ul > li:last-child {
  margin-right: 0;
}
/* line 1431 */
#footer nav > ul > li > a {
  display: inline-block;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
}
/* line 1437 */
#footer nav > ul > li > a:hover, #footer nav > ul > li > a.current {
  border-bottom: 1px solid;
}
/* line 1442 */
#footer nav > ul > li.follow {
  text-align: left;
  width: 100px;
}
/* line 1446 */
#footer nav > ul > li.follow .subscribe {
  width: 200%;
  display: none;
}
/* line 1450 */
#footer nav > ul > li.follow .subscribe.active {
  display: block;
}
/* line 1455 */
#footer nav > ul > li.follow .subscribe .social ul {
  padding: 0;
  margin-top: 10px;
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
}
/* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#footer nav > ul > li.follow .subscribe .social ul:after {
  content: "";
  display: table;
}
/* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#footer nav > ul > li.follow .subscribe .social ul:after {
  clear: both;
}
/* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#footer nav > ul > li.follow .subscribe .social ul {
  zoom: 1;
}
/* line 1460 */
#footer nav > ul > li.follow .subscribe .social ul li {
  display: block;
  float: left;
  width: 33%;
  max-width: 30px;
  text-align: center;
}
/* line 1467 */
#footer nav > ul > li.follow .subscribe .social ul li a {
  display: block;
  width: 100%;
}
/* line 1471 */
#footer nav > ul > li.follow .subscribe .social ul li a:hover::before {
  display: none;
}
/* line 1479 */
#footer nav > ul > li.follow .subscribe h3 {
  font-family: "Avenir LT W01_85 Heavy1475544", Helvetica, sans-serif;
  font-weight: 400 !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
/* line 1483 */
#footer nav > ul > li.follow .subscribe p {
  font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
  font-weight: 400 !important;
  font-size: 0.9em;
  text-transform: none;
  letter-spacing: 0;
}
/* line 1491 */
#footer nav > ul > li.follow .subscribe .email-wrapper {
  position: relative;
  margin-top: 5px;
}
/* line 1495 */
#footer nav > ul > li.follow .subscribe .email-wrapper input {
  line-height: 2.5;
  width: 100%;
  padding-left: 0;
  border: none;
  border-bottom: 1px solid;
  margin-bottom: 5px;
  background: none;
}
/* line 1507 */
#footer nav > ul > li.follow .subscribe .arrow-button .arrow {
  right: auto;
  left: 0;
  width: 25px;
}
/* line 1513 */
#footer nav > ul > li.follow .subscribe .arrow-button #mc-embedded-subscribe {
  line-height: 1.5;
  width: 100%;
  position: relative;
  z-index: 100;
  border: none;
  background-color: transparent;
}

@media screen and (min-width: 651px) {
  /* line 1532 */
  body.active-gallery:not(.voucher) #content {
    width: 100%;
    margin: 0 auto;
  }
  /* line 1536 */
  body.active-gallery:not(.voucher) #content .product-detail, body.active-gallery:not(.voucher) #content .product-detail-cart, body.active-gallery:not(.voucher) #content .product-detail-related-products, body.active-gallery:not(.voucher) #content .product-detail-related-title {
    display: none;
  }
  /* line 1541 */
  body.active-gallery:not(.voucher) #content .product-detail-images ul {
    cursor: url("../i/minimise_dp.png") 15 15, zoom-out;
  }
  /* line 1543 */
  body.active-gallery:not(.voucher) #content .product-detail-images ul li {
    cursor: url("../i/minimise_dp.png") 15 15, zoom-out;
    width: auto;
  }
  /* line 1547 */
  body.active-gallery:not(.voucher) #content .product-detail-images ul li img {
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
}
/* line 1563 */
body.voucher #content .product-detail-images ul li {
  cursor: default;
}
@media screen and (max-width: 650px) {
  /* line 1575 */
  body #content .product-detail-images ul li {
    cursor: default;
  }
}
@media screen and (max-width: 650px) {
  /* line 1584 */
  body.library-article #content {
    padding-bottom: 40px;
  }
}
/* line 1589 */
body.library-article #content img.orient_land {
  padding: 0;
}
/* line 1593 */
body.library-article #content .hero {
  background: none;
}
/* line 1596 */
body.library-article #content .hero .wrapper img {
  width: 100%;
}
/* line 1601 */
body.library-article #content .title {
  margin-bottom: 80px;
  text-align: center;
}
/* line 1606 */
body.library-article #content .title .wrapper h1 {
  font-size: 5em;
  margin-right: 20%;
  margin-left: 20%;
  line-height: 1.5;
}
@media screen and (max-width: 650px) {
  /* line 1606 */
  body.library-article #content .title .wrapper h1 {
    font-size: 8vw;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 1619 */
body.library-article #content .title .wrapper h2 {
  font-size: 2.7em;
  margin-top: 50px;
}
@media screen and (max-width: 650px) {
  /* line 1619 */
  body.library-article #content .title .wrapper h2 {
    font-size: 6vw;
    margin-top: 25px;
  }
}
/* line 1632 */
body.library-article #content .blocks p:last-child {
  margin-bottom: 0;
}
/* line 1636 */
body.library-article #content .blocks .block {
  background-color: transparent;
  margin-bottom: 70px;
}
@media screen and (max-width: 650px) {
  /* line 1636 */
  body.library-article #content .blocks .block {
    margin: 40px 0;
  }
}
/* line 1648 */
body.library-article #content .blocks .block img.orient_land {
  width: 79.16667%;
}
/* line 1652 */
body.library-article #content .blocks .block.big-title p {
  font-family: "Duel Demi", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  font-size: 8em;
  width: auto;
  text-transform: uppercase;
  padding-bottom: 0;
}
@media screen and (max-width: 650px) {
  /* line 1652 */
  body.library-article #content .blocks .block.big-title p {
    font-size: 10vw;
  }
}
/* line 1664 */
body.library-article #content .blocks .block.text {
  font-size: 18px;
  margin-bottom: 70px;
}
/* line 1667 */
body.library-article #content .blocks .block.text p {
  width: 66%;
}
@media screen and (max-width: 650px) {
  /* line 1664 */
  body.library-article #content .blocks .block.text {
    margin-bottom: 40px;
  }
}
/* line 1676 */
body.library-article #content .blocks .block.double-column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding: 80px 21%;
  background-color: #fff;
}
/* line 1683 */
body.library-article #content .blocks .block.double-column p {
  width: auto;
  text-align: left;
  page-break-inside: avoid;
  /* For Firefox. */
  -webkit-column-break-inside: avoid;
  /* For Chrome & friends. */
  break-inside: avoid;
  padding-left: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 650px) {
  /* line 1683 */
  body.library-article #content .blocks .block.double-column p {
    padding-left: 20px;
  }
}
/* line 1698 */
body.library-article #content .blocks .block.white-border {
  background-color: #fff;
}
/* line 1707 */
body.library-explore #header {
  position: fixed;
  left: 0;
  right: 0;
}
/* line 1713 */
body.library-explore #content {
  height: 800px;
  width: 100%;
  width: 100vw;
  height: 100vh;
  margin: 0;
  overflow: hidden;
}
/* line 1722 */
body.library-explore #content .library-categories {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  top: 110px;
}
/* line 1730 */
body.library-explore #content .viewport {
  position: relative;
  cursor: move;
  width: 100%;
  height: 100%;
}
/* line 1741 */
body.checkout h1.continue-shopping {
  margin-top: 70px;
  margin-bottom: 60px;
}
/* line 1745 */
body.checkout p.continue-shopping {
  font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
  font-weight: 400 !important;
  text-align: center;
  text-transform: uppercase;
}
/* line 1750 */
body.checkout p.continue-shopping a {
  text-decoration: none;
}
/* line 1754 */
body.checkout p.continue-shopping + .products_removed {
  margin-top: 10%;
}
/* line 1758 */
body.checkout .order-confirmation p {
  font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
  font-weight: 400 !important;
}
/* line 1762 */
body.checkout.invoice {
  font-size: 0.75em;
}
@media print {
  /* line 1762 */
  body.checkout.invoice {
    font-size: 8px;
  }
}
/* line 1769 */
body.checkout.invoice th.heading, body.checkout.invoice td.heading {
  font-family: "Avenir LT W01_85 Heavy1475544", Helvetica, sans-serif;
  font-weight: 400 !important;
}
/* line 1775 */
body.checkout.invoice #header .wrapper > a {
  width: 80%;
  max-width: 175px;
  margin: 50px auto 10px;
}
/* line 1781 */
body.checkout.invoice #header .wrapper nav {
  display: none;
}
/* line 1787 */
body.checkout.invoice h1 {
  display: none;
}
/* line 1791 */
body.checkout.invoice .non_invoice {
  display: none;
}
/* line 1796 */
body.checkout.invoice #footer nav {
  display: none;
}
@media print {
  /* line 1802 */
  body.checkout.invoice #cms-menu {
    display: none;
  }
}
/* line 1809 */
body.checkout .payment p {
  font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
  font-weight: 400 !important;
}
/* line 1818 */
body.landing {
  overflow-x: hidden;
}
/* line 1823 */
body.organisation.stores {
  background: #F2E9DA;
}
/* line 1833 */
body.product-detail #content {
  width: 100%;
  margin: 0;
}
/* line 1840 */
body.landing #header, body.landing #content, body.landing #footer {
  display: none;
}
/* line 1845 */
body.landing.show_all #header, body.landing.show_all #content, body.landing.show_all #footer {
  display: block;
}
/* line 1851 */
body.product-detail, body.checkout, body.organisation, body.accounts {
  background-color: white;
}
/* line 1854 */
body.product-detail.active-nav, body.checkout.active-nav, body.organisation.active-nav, body.accounts.active-nav {
  background: #FAFAFA;
}
/* line 1860 */
body.collection #header {
  position: absolute;
}
/* line 1864 */
body.collection #content {
  margin: 0;
  width: 100%;
}
/* line 1868 */
body.collection #content .hero {
  width: 100%;
  max-width: none;
  position: relative;
}
/* line 1873 */
body.collection #content .hero.feature {
  margin-bottom: 0;
}
/* line 1878 */
body.collection #content .hero .wrapper .video-wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
}
/* line 1887 */
body.collection #content .hero .wrapper .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 1897 */
body.collection #content .hero .wrapper.video img {
  display: none;
}
/* line 1902 */
body.collection #content .hero .wrapper img {
  display: block;
}
/* line 1905 */
body.collection #content .hero .wrapper img.orient_land, body.collection #content .hero .wrapper img.orient_port {
  padding: 0;
}
/* line 1910 */
body.collection #content .hero .wrapper .title {
  position: absolute;
  width: 100%;
  bottom: 25px;
}
/* line 1915 */
body.collection #content .hero .wrapper .title.affix {
  position: fixed;
  z-index: 1;
}
/* line 1920 */
body.collection #content .hero .wrapper .title h4 {
  margin: 0 auto;
  padding: 30px 0;
  background: #F4F3F0;
  width: 30%;
  text-align: center;
  font-family: "Duel Demi", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 650px) {
  /* line 1930 */
  body.collection #content .hero .wrapper .video-wrapper {
    display: none;
  }
  /* line 1935 */
  body.collection #content .hero .wrapper.video img {
    display: block;
  }
  /* line 1940 */
  body.collection #content .hero .wrapper .title {
    bottom: 15px;
  }
  /* line 1943 */
  body.collection #content .hero .wrapper .title h4 {
    padding: 10px 0;
    width: 80%;
  }
}
/* line 1953 */
body.collection #content .blocks .block {
  width: 80%;
  margin-left: 10%;
}
/* line 1957 */
body.collection #content .blocks .block img.orient_port, body.collection #content .blocks .block img.orient_land {
  /* Create a floated grid element using cols(). */
  float: left;
  display: inline;
  /* Set width to the specified number of cols, with gutters. */
  width: 96%;
  /* Add left/right margin according to the grid gutter width. */
  margin-left: 0;
  margin-right: 0;
  display: block;
  float: none;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  /* Add top padding of the specified number of cols */
  padding-top: 2%;
  /* Add bottom padding of the specified number of cols */
  padding-bottom: 2%;
}
/* line 1969 */
body.collection #content .blocks .block .two-images img {
  /* Create a floated grid element using cols(). */
  float: left;
  display: inline;
  /* Set width to the specified number of cols, with gutters. */
  width: 47.25%;
  /* Add left/right margin according to the grid gutter width. */
  margin-left: 0;
  margin-right: 0;
}
/* line 1972 */
body.collection #content .blocks .block .two-images img:first-child {
  /* Add left margin of the specified number of cols */
  margin-left: 2%;
  padding-right: 3px;
}
/* line 1976 */
body.collection #content .blocks .block .two-images img:last-child {
  /* Add left margin of the specified number of cols */
  margin-left: 1.3%;
  padding-left: 3px;
}
/* line 1985 */
body.collection #content .products {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
/* line 1991 */
body.collection #content .pagination {
  position: absolute;
  width: 100%;
  top: 0;
}
/* line 1996 */
body.collection #content .pagination.bottom {
  margin-top: 100px;
}
/* line 1999 */
body.collection #content .pagination.bottom .next {
  padding-right: calc(10% - 70px);
}
/* line 2002 */
body.collection #content .pagination.bottom .next div {
  padding-right: 35px;
}
/* line 2007 */
body.collection #content .pagination.bottom .previous {
  padding-left: calc(10% - 70px);
}
/* line 2010 */
body.collection #content .pagination.bottom .previous div {
  padding-left: 35px;
}
/* line 2016 */
body.collection #content .pagination .next, body.collection #content .pagination .previous {
  top: 0;
}
@media screen and (max-width: 650px) {
  /* line 2016 */
  body.collection #content .pagination .next, body.collection #content .pagination .previous {
    top: 0;
  }
}
/* line 2022 */
body.collection #content .pagination .next span, body.collection #content .pagination .next div, body.collection #content .pagination .previous span, body.collection #content .pagination .previous div {
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: middle;
}
/* line 2028 */
body.collection #content .pagination .next {
  right: 0;
  left: auto;
  padding-right: 4.16667%;
  padding-left: 0;
}
/* line 2034 */
body.collection #content .pagination .previous {
  left: 0;
  right: auto;
  padding-left: 4.16667%;
  padding-right: 0;
}
/* line 2041 */
body.collection #content .pagination.affix {
  position: fixed;
  top: auto;
  bottom: 0;
  z-index: 1;
  height: 60px;
  background-color: #F2E9DA;
}
/* line 2049 */
body.collection #content .pagination.affix a {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 2059 */
article.organisation > h2, article.accounts > h2, article.static > h2 {
  text-align: center;
  margin: 1.5em 0 2.5em;
}

/* line 2068 */
article.accounts form, article.accounts .pseudo_form {
  /* Create a floated grid element using cols(). */
  float: left;
  display: inline;
  /* Set width to the specified number of cols, with gutters. */
  width: 62.5%;
  /* Add left/right margin according to the grid gutter width. */
  margin-left: 0;
  margin-right: 0;
  display: block;
  float: none;
  margin: 0 auto 100px;
}
/* line 2074 */
article.accounts form h2, article.accounts .pseudo_form h2 {
  text-align: center;
}
/* line 2078 */
article.accounts form .errorlist, article.accounts .pseudo_form .errorlist {
  padding: 0;
  margin-bottom: 0;
  color: red;
}
/* line 2083 */
article.accounts form .errorlist li, article.accounts .pseudo_form .errorlist li {
  list-style: none;
}
/* line 2086 */
article.accounts form .errorlist li a, article.accounts .pseudo_form .errorlist li a {
  text-decoration: underline;
}
/* line 2090 */
article.accounts form .errorlist li a:hover, article.accounts .pseudo_form .errorlist li a:hover {
  color: #330072;
  text-decoration: none;
}
/* line 2098 */
article.accounts h3 {
  margin: 0;
  font-size: 1em;
  padding: 10px 0;
  font-family: "Avenir LT W01_85 Heavy1475544", Helvetica, sans-serif;
  font-weight: 400 !important;
}
/* line 2104 */
article.accounts h3 + .form-row {
  border-top: 1px solid;
}
/* line 2109 */
article.accounts .form-row, article.accounts .pseudo_form-row {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
  border-bottom: 1px solid;
}
/* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.accounts .form-row:after, article.accounts .pseudo_form-row:after {
  content: "";
  display: table;
}
/* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.accounts .form-row:after, article.accounts .pseudo_form-row:after {
  clear: both;
}
/* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.accounts .form-row, article.accounts .pseudo_form-row {
  zoom: 1;
}
/* line 2113 */
article.accounts .form-row:first-of-type, article.accounts .pseudo_form-row:first-of-type {
  border-top: 1px solid;
}
/* line 2117 */
article.accounts .form-row label, article.accounts .form-row .pseudo_label, article.accounts .pseudo_form-row label, article.accounts .pseudo_form-row .pseudo_label {
  /* Create a floated grid element using cols(). */
  float: left;
  display: inline;
  /* Set width to the specified number of cols, with gutters. */
  width: 33.33333%;
  /* Add left/right margin according to the grid gutter width. */
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  clear: left;
  text-transform: uppercase;
}
@media screen and (max-width: 650px) {
  /* line 2117 */
  article.accounts .form-row label, article.accounts .form-row .pseudo_label, article.accounts .pseudo_form-row label, article.accounts .pseudo_form-row .pseudo_label {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
/* line 2130 */
article.accounts .form-row label a, article.accounts .form-row .pseudo_label a, article.accounts .pseudo_form-row label a, article.accounts .pseudo_form-row .pseudo_label a {
  display: block;
}
/* line 2135 */
article.accounts .form-row.login, article.accounts .pseudo_form-row.login {
  border-top: 1px solid;
}
/* line 2137 */
article.accounts .form-row.login span, article.accounts .pseudo_form-row.login span {
  padding-bottom: 2px;
  text-transform: none;
}
/* line 2141 */
article.accounts .form-row.login a, article.accounts .pseudo_form-row.login a {
  padding-top: 2px;
}
/* line 2146 */
article.accounts .form-row input, article.accounts .form-row select, article.accounts .pseudo_form-row input, article.accounts .pseudo_form-row select {
  /* Create a floated grid element using cols(). */
  float: left;
  display: inline;
  /* Set width to the specified number of cols, with gutters. */
  width: 66.66667%;
  /* Add left/right margin according to the grid gutter width. */
  margin-left: 0;
  margin-right: 0;
  line-height: 20px;
  margin: 10px 0;
  border: none;
  background: none;
}
@media screen and (max-width: 650px) {
  /* line 2146 */
  article.accounts .form-row input, article.accounts .form-row select, article.accounts .pseudo_form-row input, article.accounts .pseudo_form-row select {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 2160 */
article.accounts .form-row input[type="checkbox"], article.accounts .form-row select[type="checkbox"], article.accounts .pseudo_form-row input[type="checkbox"], article.accounts .pseudo_form-row select[type="checkbox"] {
  width: auto;
  float: none;
  margin-left: 20px;
  margin-top: 12px;
  cursor: pointer;
}
/* line 2168 */
article.accounts .form-row input.apply_vouchers, article.accounts .form-row select.apply_vouchers, article.accounts .pseudo_form-row input.apply_vouchers, article.accounts .pseudo_form-row select.apply_vouchers {
  text-align: left;
  max-width: 150px;
  text-transform: uppercase;
}
/* line 2175 */
article.accounts .form-row textarea, article.accounts .pseudo_form-row textarea {
  border: 0;
  -webkit-appearance: none;
  padding: 10px 0 10px 20px;
  line-height: 20px;
}
/* line 2182 */
article.accounts .form-row select, article.accounts .pseudo_form-row select {
  -webkit-appearance: none;
  padding-left: 20px;
  cursor: pointer;
}
@media screen and (max-width: 650px) {
  /* line 2182 */
  article.accounts .form-row select, article.accounts .pseudo_form-row select {
    padding-left: 0;
  }
}
/* line 2193 */
article.accounts .arrow-button {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
}
/* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.accounts .arrow-button:after {
  content: "";
  display: table;
}
/* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.accounts .arrow-button:after {
  clear: both;
}
/* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.accounts .arrow-button {
  zoom: 1;
}
/* line 2196 */
article.accounts .arrow-button input[type="submit"] {
  width: 270px;
  padding-right: 75px;
  padding-left: 0;
  float: right;
  background: none;
  border: none;
  text-align: left;
  color: #330072;
  border-bottom: 2px solid;
  text-transform: uppercase;
}
@media screen and (max-width: 650px) {
  /* line 2196 */
  article.accounts .arrow-button input[type="submit"] {
    display: inline-block;
    width: auto;
    padding-right: 50px;
    border-radius: 0;
  }
}
/* line 2218 */
article.accounts.login .pseudo_form, article.accounts.password.changed .pseudo_form, article.accounts.password_reset .pseudo_form {
  margin-top: 100px;
}
/* line 2222 */
article.accounts.login h2.pseudo_label, article.accounts.password.changed h2.pseudo_label, article.accounts.password_reset h2.pseudo_label {
  margin: 0;
  text-indent: 0;
}
/* line 2227 */
article.accounts.login h3, article.accounts.password.changed h3, article.accounts.password_reset h3 {
  margin-bottom: 50px;
}
/* line 2233 */
article.accounts.profile .pseudo_form {
  margin-top: 50px;
}
/* line 2240 */
article.accounts.history section.order {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
  border-bottom: 2px solid;
  padding-bottom: 2em;
}
/* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.accounts.history section.order:after {
  content: "";
  display: table;
}
/* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.accounts.history section.order:after {
  clear: both;
}
/* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.accounts.history section.order {
  zoom: 1;
}
/* line 2245 */
article.accounts.history section.order:first-child {
  border-top: 2px solid;
}
/* line 2250 */
article.accounts.history h4.time {
  margin: 2em 0;
  font-size: 0.9em;
}
/* line 2255 */
article.accounts.history article.item, article.accounts.history article.summary {
  width: 25%;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  margin-bottom: 20px;
}
/* line 2264 */
article.accounts.history article.item {
  font-size: 0.9em;
  line-height: 1.25;
}
/* line 2270 */
article.accounts.history article.summary p {
  font-family: "Avenir LT W01_85 Heavy1475544", Helvetica, sans-serif;
  font-weight: 400 !important;
  line-height: 1.2;
  font-size: 1.1em;
}
/* line 2276 */
article.accounts.history article.summary span.small {
  font-size: 0.9em;
}
/* line 2280 */
article.accounts.history article.summary h4 {
  font-size: 0.9em;
}
/* line 2285 */
article.accounts.history h4.invoice {
  width: 25%;
  float: right;
  font-size: 0.9em;
}
/* line 2291 */
article.accounts.history p {
  font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
  font-weight: 400 !important;
}
/* line 2295 */
article.accounts.history .pseudo_form-row {
  display: block;
}
/* line 2301 */
article.accounts.notifications label, article.accounts.notifications .pseudo_label {
  /* Create a floated grid element using cols(). */
  float: left;
  display: inline;
  /* Set width to the specified number of cols, with gutters. */
  width: 66.66667%;
  /* Add left/right margin according to the grid gutter width. */
  margin-left: 0;
  margin-right: 0;
}
/* line 2305 */
article.accounts.notifications input, article.accounts.notifications select, article.accounts.notifications .remove {
  /* Create a floated grid element using cols(). */
  float: left;
  display: inline;
  /* Set width to the specified number of cols, with gutters. */
  width: 33.33333%;
  /* Add left/right margin according to the grid gutter width. */
  margin-left: 0;
  margin-right: 0;
}
/* line 2309 */
article.accounts.notifications h3 {
  margin-bottom: 25px;
}
/* line 2313 */
article.accounts.notifications .remove {
  display: block;
  padding: 10px 0;
  text-transform: uppercase;
}
/* line 2318 */
article.accounts.notifications .remove form {
  width: auto;
  margin: 0;
}
/* line 2322 */
article.accounts.notifications .remove form input[type=submit] {
  float: none;
  margin: 0;
  width: auto;
  line-height: 1;
}

/* line 2335 */
article.organisation.contact {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
  margin-left: 0;
}
/* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.organisation.contact:after {
  content: "";
  display: table;
}
/* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.organisation.contact:after {
  clear: both;
}
/* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.organisation.contact {
  zoom: 1;
}
/* line 2340 */
article.organisation.contact > h2 {
  margin-bottom: 5em;
}
/* line 2344 */
article.organisation.contact h4 {
  font-family: "Big Caslon FB", Big Caslon, Book Antiqua, Palatino Linotype, Georgia, serif;
  font-weight: bold !important;
}
/* line 2348 */
article.organisation.contact .online {
  float: left;
  margin-left: 8.33333%;
  width: 20.83333%;
}
@media screen and (max-width: 900px) {
  /* line 2348 */
  article.organisation.contact .online {
    width: 100%;
    margin-left: 0;
  }
}
/* line 2360 */
article.organisation.contact a {
  text-decoration: none;
}
/* line 2363 */
article.organisation.contact a:hover {
  text-decoration: underline;
}
/* line 2368 */
article.organisation.contact .contact-wrapper {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
  width: 70.83333%;
  float: left;
}
/* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.organisation.contact .contact-wrapper:after {
  content: "";
  display: table;
}
/* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.organisation.contact .contact-wrapper:after {
  clear: both;
}
/* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.organisation.contact .contact-wrapper {
  zoom: 1;
}
@media screen and (max-width: 900px) {
  /* line 2368 */
  article.organisation.contact .contact-wrapper {
    width: 100%;
  }
}
/* line 2377 */
article.organisation.contact .contact-wrapper .stores {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
  width: 100%;
}
/* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.organisation.contact .contact-wrapper .stores:after {
  content: "";
  display: table;
}
/* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.organisation.contact .contact-wrapper .stores:after {
  clear: both;
}
/* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.organisation.contact .contact-wrapper .stores {
  zoom: 1;
}
/* line 2381 */
article.organisation.contact .contact-wrapper .stores article {
  width: 35.29412%;
  margin: 0;
  float: left;
}
@media screen and (max-width: 900px) {
  /* line 2381 */
  article.organisation.contact .contact-wrapper .stores article {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  /* line 2381 */
  article.organisation.contact .contact-wrapper .stores article {
    width: 100%;
    margin-top: 20px;
  }
}
/* line 2398 */
article.organisation.contact .contact-wrapper p.stockists {
  clear: both;
  margin-top: 20px;
}
/* line 2404 */
article.organisation.contact .non_press {
  margin-top: 40px;
  width: 100%;
  float: left;
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
}
/* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.organisation.contact .non_press:after {
  content: "";
  display: table;
}
/* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.organisation.contact .non_press:after {
  clear: both;
}
/* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.organisation.contact .non_press {
  zoom: 1;
}
/* line 2410 */
article.organisation.contact .non_press article {
  width: 29.41176%;
  float: left;
}
@media screen and (min-width: 900px) {
  /* line 2415 */
  article.organisation.contact .non_press article:first-child {
    width: 35.29412%;
  }
}
@media screen and (max-width: 650px) {
  /* line 2410 */
  article.organisation.contact .non_press article {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  /* line 2410 */
  article.organisation.contact .non_press article {
    width: 100%;
  }
}
/* line 2429 */
article.organisation.contact .non_press > h4, article.organisation.contact .non_press > p {
  width: 100%;
  clear: both;
  float: left;
}
/* line 2436 */
article.organisation.contact .press {
  float: left;
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
}
/* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.organisation.contact .press:after {
  content: "";
  display: table;
}
/* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.organisation.contact .press:after {
  clear: both;
}
/* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.organisation.contact .press {
  zoom: 1;
}
@media screen and (max-width: 900px) {
  /* line 2436 */
  article.organisation.contact .press {
    width: 100%;
    margin-top: 150px;
  }
}
/* line 2447 */
article.organisation.contact article {
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  /* line 2447 */
  article.organisation.contact article {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  /* line 2447 */
  article.organisation.contact article {
    width: 100%;
  }
}
/* line 2459 */
article.organisation.contact article h4 {
  text-transform: none;
}
/* line 2463 */
article.organisation.contact article p {
  margin-bottom: 0;
}
/* line 2470 */
article.organisation.stores .relative.carousel {
  background: #fff;
  padding: 1.66667%;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 650px) {
  /* line 2470 */
  article.organisation.stores .relative.carousel {
    padding-bottom: 30px;
  }
}
/* line 333, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.organisation.stores .relative.carousel .prev, article.organisation.stores .relative.carousel .next {
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
}
/* line 340, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.organisation.stores .relative.carousel .prev img, article.organisation.stores .relative.carousel .next img {
  width: 50px;
  height: 19px;
}
@media screen and (max-width: 650px) {
  /* line 333, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
  article.organisation.stores .relative.carousel .prev, article.organisation.stores .relative.carousel .next {
    bottom: 5px;
    top: initial;
    margin-top: -7px;
  }
  /* line 350, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
  article.organisation.stores .relative.carousel .prev img, article.organisation.stores .relative.carousel .next img {
    width: 35px;
    height: 13px;
  }
}
/* line 357, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.organisation.stores .relative.carousel .items {
  overflow: hidden;
}
/* line 360, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.organisation.stores .relative.carousel .items > * {
  position: relative;
  white-space: normal;
  width: 100%;
  visibility: hidden;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  left: 0;
}
/* line 371, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.organisation.stores .relative.carousel .items > *.transition {
  -moz-transition: 0.75s left, 0.75s visibility;
  -webkit-transition: 0.75s left, 0.75s visibility;
  transition: 0.75s left, 0.75s visibility;
}
/* line 377, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.organisation.stores .relative.carousel .items > *:first-child ~ * {
  margin-left: -100%;
}
/* line 381, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.organisation.stores .relative.carousel .items > *.next_inwards_start, article.organisation.stores .relative.carousel .items > *.next_outwards_end, article.organisation.stores .relative.carousel .items > *.prev_inwards_start, article.organisation.stores .relative.carousel .items > *.prev_outwards_end {
  z-index: 2;
  visibility: visible;
}
/* line 387, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.organisation.stores .relative.carousel .items > *.current {
  left: 0;
  z-index: 3;
  visibility: visible;
}
/* line 393, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.organisation.stores .relative.carousel .items > *.next_inwards_start {
  left: 100%;
}
/* line 397, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.organisation.stores .relative.carousel .items > *.next_outwards_end {
  left: -100%;
}
/* line 401, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.organisation.stores .relative.carousel .items > *.prev_inwards_start {
  left: -100%;
}
/* line 405, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.organisation.stores .relative.carousel .items > *.prev_outwards_end {
  left: 100%;
}
/* line 2475 */
article.organisation.stores .relative.carousel .prev {
  left: -60px;
}
@media screen and (max-width: 650px) {
  /* line 2475 */
  article.organisation.stores .relative.carousel .prev {
    left: 1.66667%;
  }
}
/* line 2483 */
article.organisation.stores .relative.carousel .next {
  right: -60px;
}
@media screen and (max-width: 650px) {
  /* line 2483 */
  article.organisation.stores .relative.carousel .next {
    right: 1.66667%;
  }
}
/* line 2491 */
article.organisation.stores .relative.carousel img {
  padding: 0 !important;
}
/* line 2496 */
article.organisation.stores .store_wrap {
  background: #fff;
  padding: 1.66667%;
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
}
/* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.organisation.stores .store_wrap:after {
  content: "";
  display: table;
}
/* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.organisation.stores .store_wrap:after {
  clear: both;
}
/* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.organisation.stores .store_wrap {
  zoom: 1;
}
/* line 2501 */
article.organisation.stores .store_wrap h4.stockists {
  width: 25.86207%;
  float: right;
  padding: 0 2%;
  text-transform: none;
  font-family: "Big Caslon FB", Big Caslon, Book Antiqua, Palatino Linotype, Georgia, serif;
  font-weight: bold !important;
}
@media screen and (max-width: 1000px) {
  /* line 2501 */
  article.organisation.stores .store_wrap h4.stockists {
    width: 33.33333%;
  }
}
@media screen and (max-width: 900px) {
  /* line 2501 */
  article.organisation.stores .store_wrap h4.stockists {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  /* line 2501 */
  article.organisation.stores .store_wrap h4.stockists {
    width: 100%;
  }
}
/* line 2520 */
article.organisation.stores .store_wrap h4.stockists a {
  text-decoration: none;
}
/* line 2523 */
article.organisation.stores .store_wrap h4.stockists a:hover {
  text-decoration: underline;
}
/* line 2529 */
article.organisation.stores .store_wrap article.store {
  width: 25.86207%;
  float: right;
  margin-bottom: 30px;
  padding: 0 2%;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  /* line 2529 */
  article.organisation.stores .store_wrap article.store {
    width: 33.33333%;
  }
}
@media screen and (max-width: 900px) {
  /* line 2529 */
  article.organisation.stores .store_wrap article.store {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  /* line 2529 */
  article.organisation.stores .store_wrap article.store {
    width: 100%;
  }
}
/* line 2548 */
article.organisation.stores .store_wrap article.store h4 {
  text-transform: none;
  font-family: "Big Caslon FB", Big Caslon, Book Antiqua, Palatino Linotype, Georgia, serif;
  font-weight: bold !important;
}
/* line 2553 */
article.organisation.stores .store_wrap article.store p {
  margin-bottom: 0;
  line-height: 1.1;
}
/* line 2563 */
article.organisation.stockists > nav ul {
  padding: 0;
  text-align: center;
}
/* line 2567 */
article.organisation.stockists > nav ul li {
  display: inline-block;
  padding-right: 15px;
  text-transform: uppercase;
}
/* line 2575 */
article.organisation.stockists .online_group {
  margin-top: 50px;
}
/* line 2578 */
article.organisation.stockists .online_group .row {
  border-top: 2px solid;
  text-align: center;
  text-transform: uppercase;
  font-family: "Avenir LT W01_85 Heavy1475544", Helvetica, sans-serif;
  font-weight: 400 !important;
}
/* line 2584 */
article.organisation.stockists .online_group .row.last {
  border-bottom: 2px solid;
}
/* line 2590 */
article.organisation.stockists .country_group {
  margin-top: 50px;
}
/* line 2594 */
article.organisation.stockists .row {
  border-top: 1px solid;
  padding: 10px 0;
}
/* line 2598 */
article.organisation.stockists .row.country {
  border-top: 2px solid;
  text-align: center;
  text-transform: uppercase;
  font-family: "Avenir LT W01_85 Heavy1475544", Helvetica, sans-serif;
  font-weight: 400 !important;
}
/* line 2605 */
article.organisation.stockists .row.region {
  text-transform: uppercase;
  font-family: "Avenir LT W01_85 Heavy1475544", Helvetica, sans-serif;
  font-weight: 400 !important;
}
/* line 2610 */
article.organisation.stockists .row.stockist {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
}
/* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.organisation.stockists .row.stockist:after {
  content: "";
  display: table;
}
/* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.organisation.stockists .row.stockist:after {
  clear: both;
}
/* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
article.organisation.stockists .row.stockist {
  zoom: 1;
}
/* line 2613 */
article.organisation.stockists .row.stockist span {
  float: left;
}
/* line 2616 */
article.organisation.stockists .row.stockist span.name {
  width: 36.75214%;
}
/* line 2620 */
article.organisation.stockists .row.stockist span.address {
  width: 47.00855%;
}
/* line 2624 */
article.organisation.stockists .row.stockist span.telephone {
  width: 16.23932%;
}

/* line 2635 */
article.static.faq > h2, article.static.faq .columns {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding: 2%;
}
/* line 237, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.faq .columns a {
  text-decoration: none;
  color: inherit;
}
/* line 241, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.faq .columns a:focus {
  outline: none;
}
/* line 246, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.faq .columns img {
  width: 100%;
  height: auto;
}
/* line 251, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.faq .columns h3, article.static.faq .columns h4 {
  margin: 0 0 0.5em;
}
/* line 255, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.faq .columns h3 {
  font-size: 0.9em;
  margin: 3.5em 0 0.5em;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 2px solid;
  font-family: "Avenir LT W01_85 Heavy1475544", Helvetica, sans-serif;
  font-weight: 400 !important;
}
/* line 264, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.faq .columns h4 {
  font-size: 0.9em;
  margin: 3.5em 0 0.5em;
  text-align: center;
  text-transform: uppercase;
  font-family: "Avenir LT W01_85 Heavy1475544", Helvetica, sans-serif;
  font-weight: 400 !important;
}
/* line 272, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.faq .columns h5 {
  font-family: "Big Caslon FB", Big Caslon, Book Antiqua, Palatino Linotype, Georgia, serif;
  font-weight: bold !important;
  font-size: 1.2em;
  text-transform: none;
  margin-bottom: 0;
  line-height: 1.2;
}
/* line 280, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.faq .columns blockquote {
  font-family: "Big Caslon FB", Big Caslon, Book Antiqua, Palatino Linotype, Georgia, serif;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
  text-indent: 20px;
  margin-left: 0;
}
/* line 286, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.faq .columns blockquote p {
  font-size: 1.2em;
  font-family: "Big Caslon FB", Big Caslon, Book Antiqua, Palatino Linotype, Georgia, serif;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
  text-align: left;
}
/* line 294, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.faq .columns p, article.static.faq .columns h6 {
  font-size: 0.9em;
  line-height: 1.85;
  margin: 0 0 0.7em;
  text-align: center;
  font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
  font-weight: 400 !important;
}
/* line 301, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.faq .columns p > a, article.static.faq .columns h6 > a {
  text-decoration: underline;
}
/* line 138, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.faq .columns p > a:hover, article.static.faq .columns p > a.current, article.static.faq .columns h6 > a:hover, article.static.faq .columns h6 > a.current {
  text-decoration: none;
}
/* line 306, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.faq .columns table {
  width: 100%;
  border-top: 1px solid;
}
/* line 310, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.faq .columns table h4 {
  margin: 0.5em 0;
}
/* line 314, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.faq .columns table p {
  margin: 0.5em;
}
/* line 318, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.faq .columns table tr {
  border-bottom: 1px solid;
}
/* line 2646 */
article.static.faq .columns.two {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
/* line 2652 */
article.static.faq .columns.two > * {
  display: inline-block;
}
/* line 2658 */
article.static.faq > img {
  width: 100%;
  max-width: 650px;
  margin-left: -12.5%;
}

/* line 2666 */
article.static.default {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
/* line 237, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.default a {
  text-decoration: none;
  color: inherit;
}
/* line 241, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.default a:focus {
  outline: none;
}
/* line 246, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.default img {
  width: 100%;
  height: auto;
}
/* line 251, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.default h3, article.static.default h4 {
  margin: 0 0 0.5em;
}
/* line 255, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.default h3 {
  font-size: 0.9em;
  margin: 3.5em 0 0.5em;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 2px solid;
  font-family: "Avenir LT W01_85 Heavy1475544", Helvetica, sans-serif;
  font-weight: 400 !important;
}
/* line 264, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.default h4 {
  font-size: 0.9em;
  margin: 3.5em 0 0.5em;
  text-align: center;
  text-transform: uppercase;
  font-family: "Avenir LT W01_85 Heavy1475544", Helvetica, sans-serif;
  font-weight: 400 !important;
}
/* line 272, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.default h5 {
  font-family: "Big Caslon FB", Big Caslon, Book Antiqua, Palatino Linotype, Georgia, serif;
  font-weight: bold !important;
  font-size: 1.2em;
  text-transform: none;
  margin-bottom: 0;
  line-height: 1.2;
}
/* line 280, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.default blockquote {
  font-family: "Big Caslon FB", Big Caslon, Book Antiqua, Palatino Linotype, Georgia, serif;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
  text-indent: 20px;
  margin-left: 0;
}
/* line 286, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.default blockquote p {
  font-size: 1.2em;
  font-family: "Big Caslon FB", Big Caslon, Book Antiqua, Palatino Linotype, Georgia, serif;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
  text-align: left;
}
/* line 294, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.default p, article.static.default h6 {
  font-size: 0.9em;
  line-height: 1.85;
  margin: 0 0 0.7em;
  text-align: center;
  font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
  font-weight: 400 !important;
}
/* line 301, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.default p > a, article.static.default h6 > a {
  text-decoration: underline;
}
/* line 138, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.default p > a:hover, article.static.default p > a.current, article.static.default h6 > a:hover, article.static.default h6 > a.current {
  text-decoration: none;
}
/* line 306, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.default table {
  width: 100%;
  border-top: 1px solid;
}
/* line 310, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.default table h4 {
  margin: 0.5em 0;
}
/* line 314, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.default table p {
  margin: 0.5em;
}
/* line 318, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
article.static.default table tr {
  border-bottom: 1px solid;
}

/* line 2675 */
#content .catalogue {
  width: 100%;
  position: relative;
  margin-top: 30px;
}
/* line 2681 */
#content .catalogue .catalogue-content {
  display: none;
}
/* line 2685 */
#content .catalogue .block {
  position: relative;
  width: 100%;
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
}
/* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .catalogue .block:after {
  content: "";
  display: table;
}
/* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .catalogue .block:after {
  clear: both;
}
/* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
#content .catalogue .block {
  zoom: 1;
}
/* line 2691 */
#content .catalogue .block .product {
  position: relative;
  float: left;
  box-sizing: border-box;
  margin: 3px;
}
/* line 2701 */
#content .catalogue .block .product.w-1.h-1:after {
  padding-bottom: calc(100% + 1px);
}
/* line 2726 */
#content .catalogue .block .product.w-1.h-1 img {
  width: 100%;
  height: 100%;
}
/* line 2733 */
#content .catalogue .block .product.w-1.h-1 img.orient_land {
  height: auto;
}
/* line 2737 */
#content .catalogue .block .product.w-1.h-1 img.orient_port {
  width: auto;
}
/* line 2701 */
#content .catalogue .block .product.w-1.h-2:after {
  padding-bottom: calc(200% + 8px);
}
/* line 2726 */
#content .catalogue .block .product.w-1.h-2 img {
  width: 100%;
  height: 100%;
}
/* line 2733 */
#content .catalogue .block .product.w-1.h-2 img.orient_land {
  height: auto;
}
/* line 2737 */
#content .catalogue .block .product.w-1.h-2 img.orient_port {
  width: auto;
}
/* line 2743 */
#content .catalogue .block .product.w-1.h-2 img.orient_port {
  width: 75%;
  height: auto;
}
/* line 2701 */
#content .catalogue .block .product.w-1.h-3:after {
  padding-bottom: calc(300% + 0px);
}
/* line 2726 */
#content .catalogue .block .product.w-1.h-3 img {
  width: 100%;
  height: 75%;
}
/* line 2733 */
#content .catalogue .block .product.w-1.h-3 img.orient_land {
  height: auto;
}
/* line 2737 */
#content .catalogue .block .product.w-1.h-3 img.orient_port {
  width: auto;
}
/* line 2743 */
#content .catalogue .block .product.w-1.h-3 img.orient_port {
  width: 75%;
  height: auto;
}
/* line 2701 */
#content .catalogue .block .product.w-1.h-4:after {
  padding-bottom: calc(400% + 0px);
}
/* line 2726 */
#content .catalogue .block .product.w-1.h-4 img {
  width: 100%;
  height: 50%;
}
/* line 2733 */
#content .catalogue .block .product.w-1.h-4 img.orient_land {
  height: auto;
}
/* line 2737 */
#content .catalogue .block .product.w-1.h-4 img.orient_port {
  width: auto;
}
/* line 2743 */
#content .catalogue .block .product.w-1.h-4 img.orient_port {
  width: 75%;
  height: auto;
}
/* line 2701 */
#content .catalogue .block .product.w-2.h-1:after {
  padding-bottom: calc(50% + 0px);
}
/* line 2726 */
#content .catalogue .block .product.w-2.h-1 img {
  width: 100%;
  height: 100%;
}
/* line 2733 */
#content .catalogue .block .product.w-2.h-1 img.orient_land {
  height: auto;
}
/* line 2737 */
#content .catalogue .block .product.w-2.h-1 img.orient_port {
  width: auto;
}
/* line 2752 */
#content .catalogue .block .product.w-2.h-1 img.orient_land {
  width: auto;
  height: 75%;
}
/* line 2701 */
#content .catalogue .block .product.w-2.h-2:after {
  padding-bottom: calc(100% + 2px);
}
/* line 2726 */
#content .catalogue .block .product.w-2.h-2 img {
  width: 100%;
  height: 100%;
}
/* line 2733 */
#content .catalogue .block .product.w-2.h-2 img.orient_land {
  height: auto;
}
/* line 2737 */
#content .catalogue .block .product.w-2.h-2 img.orient_port {
  width: auto;
}
/* line 2701 */
#content .catalogue .block .product.w-2.h-3:after {
  padding-bottom: calc(150% + 0px);
}
/* line 2726 */
#content .catalogue .block .product.w-2.h-3 img {
  width: 100%;
  height: 75%;
}
/* line 2733 */
#content .catalogue .block .product.w-2.h-3 img.orient_land {
  height: auto;
}
/* line 2737 */
#content .catalogue .block .product.w-2.h-3 img.orient_port {
  width: auto;
}
/* line 2701 */
#content .catalogue .block .product.w-2.h-4:after {
  padding-bottom: calc(200% + 0px);
}
/* line 2726 */
#content .catalogue .block .product.w-2.h-4 img {
  width: 100%;
  height: 50%;
}
/* line 2733 */
#content .catalogue .block .product.w-2.h-4 img.orient_land {
  height: auto;
}
/* line 2737 */
#content .catalogue .block .product.w-2.h-4 img.orient_port {
  width: auto;
}
/* line 2701 */
#content .catalogue .block .product.w-3.h-1:after {
  padding-bottom: calc(33.33333% + -0.5px);
}
/* line 2726 */
#content .catalogue .block .product.w-3.h-1 img {
  width: 75%;
  height: 100%;
}
/* line 2733 */
#content .catalogue .block .product.w-3.h-1 img.orient_land {
  height: auto;
}
/* line 2737 */
#content .catalogue .block .product.w-3.h-1 img.orient_port {
  width: auto;
}
/* line 2752 */
#content .catalogue .block .product.w-3.h-1 img.orient_land {
  width: auto;
  height: 75%;
}
/* line 2701 */
#content .catalogue .block .product.w-3.h-2:after {
  padding-bottom: calc(66.66667% + -0.5px);
}
/* line 2726 */
#content .catalogue .block .product.w-3.h-2 img {
  width: 75%;
  height: 100%;
}
/* line 2733 */
#content .catalogue .block .product.w-3.h-2 img.orient_land {
  height: auto;
}
/* line 2737 */
#content .catalogue .block .product.w-3.h-2 img.orient_port {
  width: auto;
}
/* line 2701 */
#content .catalogue .block .product.w-3.h-3:after {
  padding-bottom: calc(100% + -0.5px);
}
/* line 2726 */
#content .catalogue .block .product.w-3.h-3 img {
  width: 75%;
  height: 75%;
}
/* line 2733 */
#content .catalogue .block .product.w-3.h-3 img.orient_land {
  height: auto;
}
/* line 2737 */
#content .catalogue .block .product.w-3.h-3 img.orient_port {
  width: auto;
}
/* line 2701 */
#content .catalogue .block .product.w-3.h-4:after {
  padding-bottom: calc(133.33333% + -0.5px);
}
/* line 2726 */
#content .catalogue .block .product.w-3.h-4 img {
  width: 75%;
  height: 50%;
}
/* line 2733 */
#content .catalogue .block .product.w-3.h-4 img.orient_land {
  height: auto;
}
/* line 2737 */
#content .catalogue .block .product.w-3.h-4 img.orient_port {
  width: auto;
}
/* line 2701 */
#content .catalogue .block .product.w-4.h-1:after {
  padding-bottom: calc(25% + 0px);
}
/* line 2726 */
#content .catalogue .block .product.w-4.h-1 img {
  width: 50%;
  height: 100%;
}
/* line 2733 */
#content .catalogue .block .product.w-4.h-1 img.orient_land {
  height: auto;
}
/* line 2737 */
#content .catalogue .block .product.w-4.h-1 img.orient_port {
  width: auto;
}
/* line 2752 */
#content .catalogue .block .product.w-4.h-1 img.orient_land {
  width: auto;
  height: 75%;
}
/* line 2701 */
#content .catalogue .block .product.w-4.h-2:after {
  padding-bottom: calc(50% + 0px);
}
/* line 2726 */
#content .catalogue .block .product.w-4.h-2 img {
  width: 50%;
  height: 100%;
}
/* line 2733 */
#content .catalogue .block .product.w-4.h-2 img.orient_land {
  height: auto;
}
/* line 2737 */
#content .catalogue .block .product.w-4.h-2 img.orient_port {
  width: auto;
}
/* line 2701 */
#content .catalogue .block .product.w-4.h-3:after {
  padding-bottom: calc(75% + 0px);
}
/* line 2726 */
#content .catalogue .block .product.w-4.h-3 img {
  width: 50%;
  height: 75%;
}
/* line 2733 */
#content .catalogue .block .product.w-4.h-3 img.orient_land {
  height: auto;
}
/* line 2737 */
#content .catalogue .block .product.w-4.h-3 img.orient_port {
  width: auto;
}
/* line 2701 */
#content .catalogue .block .product.w-4.h-4:after {
  padding-bottom: calc(100% + 0px);
}
/* line 2726 */
#content .catalogue .block .product.w-4.h-4 img {
  width: 50%;
  height: 50%;
}
/* line 2733 */
#content .catalogue .block .product.w-4.h-4 img.orient_land {
  height: auto;
}
/* line 2737 */
#content .catalogue .block .product.w-4.h-4 img.orient_port {
  width: auto;
}
/* line 2764 */
#content .catalogue .block .product:after {
  content: "";
  display: block;
}
/* line 2770 */
#content .catalogue .block .product:first-child a .details {
  display: block;
}
/* line 2775 */
#content .catalogue .block .product a {
  display: block;
}
/* line 2778 */
#content .catalogue .block .product a .image-wrapper {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
/* line 2787 */
#content .catalogue .block .product a .image-wrapper img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0 auto;
}
/* line 2797 */
#content .catalogue .block .product a .details {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
  text-transform: uppercase;
  font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
  font-weight: 400 !important;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 1px;
  display: none;
}
/* line 2809 */
#content .catalogue .block .product a .details .price {
  display: none;
}
/* line 2815 */
#content .catalogue .block .product a:hover .details {
  display: block;
}
/* line 2818 */
#content .catalogue .block .product a:hover .details .price {
  display: block;
}
/* line 2828 */
#content .catalogue.colour .product {
  width: calc(25% - 18px);
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
  position: relative;
  background: #fff;
}
/* line 2837 */
#content .catalogue.colour .product:hover .details {
  display: block;
}
/* line 2842 */
#content .catalogue.colour .product:last-child {
  margin-right: 0;
}
/* line 2846 */
#content .catalogue.colour .product .image-wrapper {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
/* line 2855 */
#content .catalogue.colour .product .image-wrapper img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
}
/* line 2862 */
#content .catalogue.colour .product .image-wrapper img.orient_port {
  width: auto;
  height: 100%;
}
/* line 2866 */
#content .catalogue.colour .product .image-wrapper img.orient_land {
  width: 100%;
  height: auto;
}
/* line 2875 */
#content .catalogue.colour .product .details {
  display: none;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 10;
  text-transform: uppercase;
  font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
  font-weight: 400 !important;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 1px;
}
/* line 2888 */
#content .catalogue.colour .product:after {
  padding-bottom: 100%;
  content: "";
  display: block;
}

@charset "UTF-8";
/* Vertically centers children elements.
 * Works in all browsers we care about, BUT the parent element must have a
 * non-auto height */
/* Vertically centers children elements.
 * Works in all browsers we care about, BUT the parent element must have a
 * non-auto height */
/* line 232, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
.clearfix {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
}
/* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
.clearfix:after {
  content: "";
  display: table;
}
/* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
.clearfix:after {
  clear: both;
}
/* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
.clearfix {
  zoom: 1;
}

@media screen and (min-width: 901px) {
  /* line 21 */
  #content .products .product a .details {
    left: 10px;
    right: 10px;
    line-height: 40px;
  }
  /* line 26 */
  #content .products .product a .details .price {
    line-height: 40px;
  }
  /* line 34 */
  #content .cart-row {
    /* Create a floated grid element using cols(). */
    float: left;
    display: inline;
    /* Set width to the specified number of cols, with gutters. */
    width: 50%;
    /* Add left/right margin according to the grid gutter width. */
    margin-left: 0;
    margin-right: 0;
    font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
    font-weight: 400 !important;
    display: inline-block;
    text-transform: uppercase;
    float: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
  }
  /* line 45 */
  #content .cart-row h3 {
    font-family: "Avenir LT W01_85 Heavy1475544", Helvetica, sans-serif;
    font-weight: 400 !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
    font-weight: 400 !important;
    margin-bottom: 10px;
  }
  /* line 51 */
  #content .cart-row p {
    font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
    font-weight: 400 !important;
  }
  /* line 55 */
  #content .cart-row .cart-img {
    /* Create a floated grid element using cols(). */
    float: left;
    display: inline;
    /* Set width to the specified number of cols, with gutters. */
    width: 41.66667%;
    /* Add left/right margin according to the grid gutter width. */
    margin-left: 0;
    margin-right: 0;
    /* Add right margin of the specified number of cols */
    margin-right: 8.33333%;
    margin-bottom: 20px;
  }
  /* line 61 */
  #content .cart-row .cart-desc {
    /* Create a floated grid element using cols(). */
    float: left;
    display: inline;
    /* Set width to the specified number of cols, with gutters. */
    width: 50%;
    /* Add left/right margin according to the grid gutter width. */
    margin-left: 0;
    margin-right: 0;
    padding-right: 8.33333%;
    margin-bottom: 20px;
  }
  /* line 66 */
  #content .cart-row .cart-desc .variant {
    margin-bottom: 0;
  }
  /* line 70 */
  #content .cart-row .cart-desc .price {
    margin-bottom: 16px;
  }
  /* line 74 */
  #content .cart-row .cart-desc label {
    line-height: 2em;
  }
  /* line 78 */
  #content .cart-row .cart-desc .quantity {
    display: block;
    width: 25%;
    text-align: center;
    padding-left: 4%;
    padding-right: 4%;
    line-height: 40px;
  }
  /* line 87 */
  #content .cart-row .cart-desc .variant, #content .cart-row .cart-desc .price {
    font-size: .9em;
    line-height: 1.7em;
  }
  /* line 92 */
  #content .cart-row .cart-desc .remove {
    background: none;
    -webkit-appearance: none;
    border: 0;
    display: block;
    line-height: 30px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
  }
  /* line 104 */
  #content .cart-row .cart-desc .luggage-tag-custom-message h4 {
    margin-top: 15px;
    line-height: 2em;
    cursor: pointer;
  }
  /* line 112 */
  #content .cart-row .monogramming.row {
    width: 100%;
    float: left;
    border-top: 1px solid;
    padding-top: 0.5em;
    display: none;
    /* For modern browsers */
    /* For IE 6/7 (trigger hasLayout) */
  }
  /* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .cart-row .monogramming.row:after {
    content: "";
    display: table;
  }
  /* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .cart-row .monogramming.row:after {
    clear: both;
  }
  /* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .cart-row .monogramming.row {
    zoom: 1;
  }
  /* line 120 */
  #content .cart-row .monogramming.row > p {
    /* Create a floated grid element using cols(). */
    float: left;
    display: inline;
    /* Set width to the specified number of cols, with gutters. */
    width: 41.66667%;
    /* Add left/right margin according to the grid gutter width. */
    margin-left: 0;
    margin-right: 0;
    /* Add right margin of the specified number of cols */
    margin-right: 8.33333%;
    font-size: 0.9em;
  }
  /* line 126 */
  #content .cart-row .monogramming.row .field-wrapper {
    /* Create a floated grid element using cols(). */
    float: left;
    display: inline;
    /* Set width to the specified number of cols, with gutters. */
    width: 16.66667%;
    /* Add left/right margin according to the grid gutter width. */
    margin-left: 0;
    margin-right: 0;
    /* Add right margin of the specified number of cols */
    margin-right: 8.33333%;
  }
  /* line 130 */
  #content .cart-row .monogramming.row .field-wrapper input {
    width: 100%;
    text-transform: uppercase;
    line-height: 24px;
    text-align: center;
  }
  /* line 138 */
  #content .cart-row .monogramming.row .field-wrapper p {
    width: 100%;
    font-size: 0.7em;
    line-height: 1;
    text-align: center;
    text-transform: none;
    margin-top: 0.5em;
  }
  /* line 148 */
  #content .cart-row .monogramming.row > input {
    /* Create a floated grid element using cols(). */
    float: left;
    display: inline;
    /* Set width to the specified number of cols, with gutters. */
    width: 25%;
    /* Add left/right margin according to the grid gutter width. */
    margin-left: 0;
    margin-right: 0;
    border: none;
    background: none;
    line-height: 1.7;
    text-transform: uppercase;
    padding: 0;
  }
  /* line 161 */
  #content .cart-row.show_monogramming .cart-desc .luggage-tag-custom-message h4 {
    display: none;
  }
  /* line 167 */
  #content .cart-row.show_monogramming .monogramming.row {
    display: block;
  }
  /* line 173 */
  #content .products_removed {
    width: 100%;
    padding-right: 50%;
    margin-bottom: 5%;
    font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
    font-weight: 400 !important;
    text-transform: uppercase;
  }
  /* line 180 */
  #content .products_removed p {
    font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
    font-weight: 400 !important;
  }
  /* line 184 */
  #content .products_removed ul {
    padding-left: 0;
  }
  /* line 187 */
  #content .products_removed ul li {
    list-style: none;
  }
  /* line 193 */
  #content .cart-summary {
    width: 100%;
  }
  /* line 199 */
  #content .cart-summary .row {
    /* For modern browsers */
    /* For IE 6/7 (trigger hasLayout) */
    padding: 10px 0;
    border-bottom: 1px solid;
  }
  /* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .cart-summary .row:after {
    content: "";
    display: table;
  }
  /* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .cart-summary .row:after {
    clear: both;
  }
  /* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .cart-summary .row {
    zoom: 1;
  }
  /* line 204 */
  #content .cart-summary .row:first-child {
    border-top: 1px solid;
  }
  /* line 208 */
  #content .cart-summary .row:last-child {
    border-bottom: none;
  }
  /* line 212 */
  #content .cart-summary .row.total {
    border-bottom-width: 2px;
    padding: 12px 0;
  }
  /* line 217 */
  #content .cart-summary .row .error {
    /* Create a floated grid element using cols(). */
    float: left;
    display: inline;
    /* Set width to the specified number of cols, with gutters. */
    width: 25%;
    /* Add left/right margin according to the grid gutter width. */
    margin-left: 0;
    margin-right: 0;
    /* Add left margin of the specified number of cols */
    margin-left: 75%;
    color: red;
    margin-bottom: 1em;
  }
  /* line 224 */
  #content .cart-summary .row .attribute {
    /* Create a floated grid element using cols(). */
    float: left;
    display: inline;
    /* Set width to the specified number of cols, with gutters. */
    width: 16.66667%;
    /* Add left/right margin according to the grid gutter width. */
    margin-left: 0;
    margin-right: 0;
    /* Add left margin of the specified number of cols */
    margin-left: 75%;
    display: block;
  }
  /* line 230 */
  #content .cart-summary .row .value {
    /* Create a floated grid element using cols(). */
    float: left;
    display: inline;
    /* Set width to the specified number of cols, with gutters. */
    width: 8.33333%;
    /* Add left/right margin according to the grid gutter width. */
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  /* line 235 */
  #content .cart-summary .row.proceed {
    padding: 0;
  }
  /* line 238 */
  #content .cart-summary .row.proceed input {
    /* Create a floated grid element using cols(). */
    float: left;
    display: inline;
    /* Set width to the specified number of cols, with gutters. */
    width: 25%;
    /* Add left/right margin according to the grid gutter width. */
    margin-left: 0;
    margin-right: 0;
    /* Add left margin of the specified number of cols */
    margin-left: 75%;
    float: none;
    background: none;
    border: none;
    text-align: left;
    color: #330072;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 2px solid;
  }
  /* line 255 */
  #content .cart-summary .row.applied_voucher button {
    border: none;
    background-color: transparent;
    font-size: 0.8em;
    margin-bottom: 0;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
  }
  /* line 267 */
  #content .cart-summary .row.new_voucher .attribute {
    /* Create a floated grid element using cols(). */
    float: left;
    display: inline;
    /* Set width to the specified number of cols, with gutters. */
    width: 16.66667%;
    /* Add left/right margin according to the grid gutter width. */
    margin-left: 0;
    margin-right: 0;
    /* Add left margin of the specified number of cols */
    margin-left: 75%;
    padding-right: 10px;
  }
  /* line 273 */
  #content .cart-summary .row.new_voucher .value {
    /* Create a floated grid element using cols(). */
    float: left;
    display: inline;
    /* Set width to the specified number of cols, with gutters. */
    width: 8.33333%;
    /* Add left/right margin according to the grid gutter width. */
    margin-left: 0;
    margin-right: 0;
  }
  /* line 276 */
  #content .cart-summary .row.new_voucher .value input {
    padding: 1px;
    max-width: 100%;
    border: none;
    line-height: 14px;
  }
  /* line 288 */
  #content .checkout-form, #content .payment-form, #content .payment_express.pseudo_form {
    /* Create a floated grid element using cols(). */
    float: left;
    display: inline;
    /* Set width to the specified number of cols, with gutters. */
    width: 62.5%;
    /* Add left/right margin according to the grid gutter width. */
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
    margin: 0 auto;
  }
  /* line 295 */
  #content .checkout-form > h2, #content .payment-form > h2, #content .payment_express.pseudo_form > h2 {
    text-align: center;
    margin: 1.5em 0 2.5em;
  }
  /* line 300 */
  #content .checkout-form .errorlist, #content .payment-form .errorlist, #content .payment_express.pseudo_form .errorlist {
    padding: 0;
    margin-bottom: 0;
    color: red;
  }
  /* line 305 */
  #content .checkout-form .errorlist li, #content .payment-form .errorlist li, #content .payment_express.pseudo_form .errorlist li {
    list-style: none;
  }
  /* line 308 */
  #content .checkout-form .errorlist li a, #content .payment-form .errorlist li a, #content .payment_express.pseudo_form .errorlist li a {
    text-decoration: underline;
  }
  /* line 312 */
  #content .checkout-form .errorlist li a:hover, #content .payment-form .errorlist li a:hover, #content .payment_express.pseudo_form .errorlist li a:hover {
    color: #330072;
    text-decoration: none;
  }
  /* line 319 */
  #content .checkout-form .form-row, #content .checkout-form .pseudo_form-row, #content .payment-form .form-row, #content .payment-form .pseudo_form-row, #content .payment_express.pseudo_form .form-row, #content .payment_express.pseudo_form .pseudo_form-row {
    /* For modern browsers */
    /* For IE 6/7 (trigger hasLayout) */
    border-bottom: 1px solid;
  }
  /* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .checkout-form .form-row:after, #content .checkout-form .pseudo_form-row:after, #content .payment-form .form-row:after, #content .payment-form .pseudo_form-row:after, #content .payment_express.pseudo_form .form-row:after, #content .payment_express.pseudo_form .pseudo_form-row:after {
    content: "";
    display: table;
  }
  /* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .checkout-form .form-row:after, #content .checkout-form .pseudo_form-row:after, #content .payment-form .form-row:after, #content .payment-form .pseudo_form-row:after, #content .payment_express.pseudo_form .form-row:after, #content .payment_express.pseudo_form .pseudo_form-row:after {
    clear: both;
  }
  /* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .checkout-form .form-row, #content .checkout-form .pseudo_form-row, #content .payment-form .form-row, #content .payment-form .pseudo_form-row, #content .payment_express.pseudo_form .form-row, #content .payment_express.pseudo_form .pseudo_form-row {
    zoom: 1;
  }
  /* line 323 */
  #content .checkout-form .form-row label, #content .checkout-form .form-row .pseudo_label, #content .checkout-form .form-row .voucher_help, #content .checkout-form .pseudo_form-row label, #content .checkout-form .pseudo_form-row .pseudo_label, #content .checkout-form .pseudo_form-row .voucher_help, #content .payment-form .form-row label, #content .payment-form .form-row .pseudo_label, #content .payment-form .form-row .voucher_help, #content .payment-form .pseudo_form-row label, #content .payment-form .pseudo_form-row .pseudo_label, #content .payment-form .pseudo_form-row .voucher_help, #content .payment_express.pseudo_form .form-row label, #content .payment_express.pseudo_form .form-row .pseudo_label, #content .payment_express.pseudo_form .form-row .voucher_help, #content .payment_express.pseudo_form .pseudo_form-row label, #content .payment_express.pseudo_form .pseudo_form-row .pseudo_label, #content .payment_express.pseudo_form .pseudo_form-row .voucher_help {
    /* Create a floated grid element using cols(). */
    float: left;
    display: inline;
    /* Set width to the specified number of cols, with gutters. */
    width: 20%;
    /* Add left/right margin according to the grid gutter width. */
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    white-space: nowrap;
  }
  /* line 331 */
  #content .checkout-form .form-row .voucher_help, #content .checkout-form .pseudo_form-row .voucher_help, #content .payment-form .form-row .voucher_help, #content .payment-form .pseudo_form-row .voucher_help, #content .payment_express.pseudo_form .form-row .voucher_help, #content .payment_express.pseudo_form .pseudo_form-row .voucher_help {
    clear: both;
    padding-top: 0;
    font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
    font-weight: 400 !important;
    font-size: 0.9em;
  }
  /* line 338 */
  #content .checkout-form .form-row .intl_link, #content .checkout-form .form-row .nzl_link, #content .checkout-form .pseudo_form-row .intl_link, #content .checkout-form .pseudo_form-row .nzl_link, #content .payment-form .form-row .intl_link, #content .payment-form .form-row .nzl_link, #content .payment-form .pseudo_form-row .intl_link, #content .payment-form .pseudo_form-row .nzl_link, #content .payment_express.pseudo_form .form-row .intl_link, #content .payment_express.pseudo_form .form-row .nzl_link, #content .payment_express.pseudo_form .pseudo_form-row .intl_link, #content .payment_express.pseudo_form .pseudo_form-row .nzl_link {
    font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
    font-weight: 400 !important;
    float: left;
    clear: both;
  }
  /* line 344 */
  #content .checkout-form .form-row input, #content .checkout-form .form-row select, #content .checkout-form .pseudo_form-row input, #content .checkout-form .pseudo_form-row select, #content .payment-form .form-row input, #content .payment-form .form-row select, #content .payment-form .pseudo_form-row input, #content .payment-form .pseudo_form-row select, #content .payment_express.pseudo_form .form-row input, #content .payment_express.pseudo_form .form-row select, #content .payment_express.pseudo_form .pseudo_form-row input, #content .payment_express.pseudo_form .pseudo_form-row select {
    /* Create a floated grid element using cols(). */
    float: left;
    display: inline;
    /* Set width to the specified number of cols, with gutters. */
    width: 80%;
    /* Add left/right margin according to the grid gutter width. */
    margin-left: 0;
    margin-right: 0;
    line-height: 35px;
    border: none;
    background: none;
  }
  /* line 359 */
  #content .checkout-form .form-row input.apply_vouchers, #content .checkout-form .form-row select.apply_vouchers, #content .checkout-form .pseudo_form-row input.apply_vouchers, #content .checkout-form .pseudo_form-row select.apply_vouchers, #content .payment-form .form-row input.apply_vouchers, #content .payment-form .form-row select.apply_vouchers, #content .payment-form .pseudo_form-row input.apply_vouchers, #content .payment-form .pseudo_form-row select.apply_vouchers, #content .payment_express.pseudo_form .form-row input.apply_vouchers, #content .payment_express.pseudo_form .form-row select.apply_vouchers, #content .payment_express.pseudo_form .pseudo_form-row input.apply_vouchers, #content .payment_express.pseudo_form .pseudo_form-row select.apply_vouchers {
    text-align: left;
    max-width: 150px;
    text-transform: uppercase;
  }
  /* line 366 */
  #content .checkout-form .form-row textarea, #content .checkout-form .pseudo_form-row textarea, #content .payment-form .form-row textarea, #content .payment-form .pseudo_form-row textarea, #content .payment_express.pseudo_form .form-row textarea, #content .payment_express.pseudo_form .pseudo_form-row textarea {
    padding: 10px 0 10px 20px;
    line-height: 20px;
  }
  /* line 371 */
  #content .checkout-form .form-row select, #content .checkout-form .pseudo_form-row select, #content .payment-form .form-row select, #content .payment-form .pseudo_form-row select, #content .payment_express.pseudo_form .form-row select, #content .payment_express.pseudo_form .pseudo_form-row select {
    -webkit-appearance: none;
    padding-left: 20px;
    cursor: pointer;
  }
  /* line 378 */
  #content .checkout-form .form-row.gift_cards label, #content .checkout-form .pseudo_form-row.gift_cards label, #content .payment-form .form-row.gift_cards label, #content .payment-form .pseudo_form-row.gift_cards label, #content .payment_express.pseudo_form .form-row.gift_cards label, #content .payment_express.pseudo_form .pseudo_form-row.gift_cards label {
    padding-bottom: 0;
  }
  /* line 385 */
  #content .checkout-form #checkout .input-wrapper, #content .payment-form #checkout .input-wrapper, #content .payment_express.pseudo_form #checkout .input-wrapper {
    /* Create a floated grid element using cols(). */
    float: left;
    display: inline;
    /* Set width to the specified number of cols, with gutters. */
    width: 33.33333%;
    /* Add left/right margin according to the grid gutter width. */
    margin-left: 0;
    margin-right: 0;
    /* Add left margin of the specified number of cols */
    margin-left: 66.66667%;
    float: none;
    display: block;
  }
  /* line 391 */
  #content .checkout-form #checkout .input-wrapper #getout, #content .payment-form #checkout .input-wrapper #getout, #content .payment_express.pseudo_form #checkout .input-wrapper #getout {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    color: #330072;
    border-bottom: 2px solid;
    padding-left: 0;
    text-transform: uppercase;
  }
  /* line 406 */
  #content .non_user_prompt {
    margin-bottom: 50px;
  }
  /* line 409 */
  #content .non_user_prompt .pseudo_form-row {
    width: 100%;
    border-bottom: 1px solid;
  }
  /* line 413 */
  #content .non_user_prompt .pseudo_form-row:nth-child(2):hover, #content .non_user_prompt .pseudo_form-row:nth-child(3):hover {
    position: relative;
  }
  /* line 200, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .non_user_prompt .pseudo_form-row:nth-child(2):hover:before, #content .non_user_prompt .pseudo_form-row:nth-child(3):hover:before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-image: url("../i/diamond.png");
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(100% + 8px);
  }
  /* line 417 */
  #content .non_user_prompt .pseudo_form-row .pseudo_label {
    width: 100%;
  }
  /* line 420 */
  #content .non_user_prompt .pseudo_form-row .pseudo_label a {
    display: block;
  }
  /* line 427 */
  #content .payment_express {
    margin-top: 50px;
  }
  /* line 430 */
  #content .payment_express a {
    display: block;
  }
  /* line 434 */
  #content .payment_express img {
    width: 220px;
    height: auto;
    max-width: 100%;
    display: block;
  }
  /* line 447 */
  #content .payment-form .form-row.expiry-date input {
    float: none;
    width: 20%;
  }
  /* line 451 */
  #content .payment-form .form-row.expiry-date input span {
    display: inline;
  }
  /* line 457 */
  #content .payment-form .form-row:last-child {
    border-bottom: 2px solid;
  }
  /* line 461 */
  #content .payment-form input#pay {
    /* Create a floated grid element using cols(). */
    float: left;
    display: inline;
    /* Set width to the specified number of cols, with gutters. */
    width: 33.33333%;
    /* Add left/right margin according to the grid gutter width. */
    margin-left: 0;
    margin-right: 0;
    /* Add left margin of the specified number of cols */
    margin-left: 66.66667%;
    float: none;
    background: none;
    border: none;
    text-align: left;
    color: #330072;
    border-bottom: 2px solid;
    padding-left: 0;
    text-transform: uppercase;
  }

  /* line 480 */
  body.product-detail #header {
    position: fixed;
    left: 0;
    right: 0;
  }
  /* line 487 */
  body.product-detail #content .product-detail-images li:first-child {
    padding-top: 150px;
  }
  /* line 493 */
  body.library-explore {
    overflow: hidden;
  }
}

@charset "UTF-8";
/* Vertically centers children elements.
 * Works in all browsers we care about, BUT the parent element must have a
 * non-auto height */
/* Vertically centers children elements.
 * Works in all browsers we care about, BUT the parent element must have a
 * non-auto height */
/* line 232, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
.clearfix {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
}
/* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
.clearfix:after {
  content: "";
  display: table;
}
/* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
.clearfix:after {
  clear: both;
}
/* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
.clearfix {
  zoom: 1;
}

@media screen and (min-width: 651px) and (max-width: 900px) and (-webkit-min-device-pixel-ratio: 0) {
  /* line 8 */
  select:focus,
  textarea:focus,
  input:focus:not([type="submit"]) {
    font-size: 16px;
  }
}
@media screen and (min-width: 651px) and (max-width: 900px) {
  /* line 17 */
  #header nav .wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }
  /* line 21 */
  #header nav .wrapper .panel {
    width: 20%;
  }
  /* line 24 */
  #header nav .wrapper .panel:first-child {
    margin-left: 0;
  }
  /* line 28 */
  #header nav .wrapper .panel .subscribe {
    right: 0;
  }

  /* line 41 */
  #content .products .product {
    margin-bottom: 1.2%;
  }
  /* line 57 */
  #content .products .product a img {
    bottom: 40px;
  }
  /* line 62 */
  #content .products .product a .details {
    left: 10px;
    right: 10px;
    line-height: 40px;
  }
  /* line 67 */
  #content .products .product a .details .price {
    line-height: 40px;
  }
  /* line 76 */
  #content .cart-form .cart-row {
    margin-bottom: 75px;
  }
  /* line 80 */
  #content .cart-form .cart-row .cart-desc > * {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid;
    /* For modern browsers */
    /* For IE 6/7 (trigger hasLayout) */
  }
  /* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .cart-form .cart-row .cart-desc > *:after {
    content: "";
    display: table;
  }
  /* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .cart-form .cart-row .cart-desc > *:after {
    clear: both;
  }
  /* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .cart-form .cart-row .cart-desc > * {
    zoom: 1;
  }
  /* line 87 */
  #content .cart-form .cart-row .cart-desc > * > * {
    float: left;
    display: inline-block;
    min-width: 60px;
    margin-right: 20px;
  }
  /* line 94 */
  #content .cart-form .cart-row .cart-desc > * #update-cart {
    display: none;
  }
  /* line 99 */
  #content .cart-form .cart-row .cart-desc .quantity {
    width: 60px;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    line-height: 20px;
    border: none;
  }
  /* line 108 */
  #content .cart-form .cart-row .cart-desc .remove {
    background: none;
    -webkit-appearance: none;
    border: 0;
    display: block;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    line-height: 20px;
  }
  /* line 120 */
  #content .cart-form .cart-row .cart-desc .luggage-tag-custom-message h4 {
    margin: 0;
    line-height: 2em;
    cursor: pointer;
  }
  /* line 128 */
  #content .cart-form .cart-row .monogramming.row {
    width: 100%;
    border-bottom: 1px solid;
    padding: 0 10px;
    display: none;
    /* For modern browsers */
    /* For IE 6/7 (trigger hasLayout) */
    float: none;
  }
  /* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .cart-form .cart-row .monogramming.row:after {
    content: "";
    display: table;
  }
  /* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .cart-form .cart-row .monogramming.row:after {
    clear: both;
  }
  /* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .cart-form .cart-row .monogramming.row {
    zoom: 1;
  }
  /* line 136 */
  #content .cart-form .cart-row .monogramming.row > p {
    /* Create a floated grid element using cols(). */
    float: left;
    display: inline;
    /* Set width to the specified number of cols, with gutters. */
    width: 41.66667%;
    /* Add left/right margin according to the grid gutter width. */
    margin-left: 0;
    margin-right: 0;
    /* Add right margin of the specified number of cols */
    margin-right: 8.33333%;
    font-size: 0.9em;
  }
  /* line 142 */
  #content .cart-form .cart-row .monogramming.row .field-wrapper {
    /* Create a floated grid element using cols(). */
    float: left;
    display: inline;
    /* Set width to the specified number of cols, with gutters. */
    width: 16.66667%;
    /* Add left/right margin according to the grid gutter width. */
    margin-left: 0;
    margin-right: 0;
    /* Add right margin of the specified number of cols */
    margin-right: 8.33333%;
  }
  /* line 146 */
  #content .cart-form .cart-row .monogramming.row .field-wrapper input {
    width: 100%;
    text-transform: uppercase;
    line-height: 24px;
    text-align: center;
  }
  /* line 154 */
  #content .cart-form .cart-row .monogramming.row .field-wrapper p {
    width: 100%;
    font-size: 0.7em;
    line-height: 1;
    text-align: center;
    text-transform: none;
    margin-top: 0.5em;
  }
  /* line 164 */
  #content .cart-form .cart-row .monogramming.row > input {
    /* Create a floated grid element using cols(). */
    float: left;
    display: inline;
    /* Set width to the specified number of cols, with gutters. */
    width: 25%;
    /* Add left/right margin according to the grid gutter width. */
    margin-left: 0;
    margin-right: 0;
    border: none;
    background: none;
    line-height: 1.7;
    text-transform: uppercase;
    padding: 0;
  }
  /* line 177 */
  #content .cart-form .cart-row.show_monogramming .cart-desc .luggage-tag-custom-message h4 {
    display: none;
  }
  /* line 183 */
  #content .cart-form .cart-row.show_monogramming .monogramming.row {
    display: block;
  }
  /* line 189 */
  #content .cart-form .division {
    border-bottom: 2px solid;
    height: 0;
  }
  /* line 195 */
  #content .cart-form #cart .row {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid;
    /* For modern browsers */
    /* For IE 6/7 (trigger hasLayout) */
  }
  /* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .cart-form #cart .row:after {
    content: "";
    display: table;
  }
  /* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .cart-form #cart .row:after {
    clear: both;
  }
  /* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .cart-form #cart .row {
    zoom: 1;
  }
  /* line 202 */
  #content .cart-form #cart .row > * {
    display: inline-block;
    min-width: 150px;
    margin-right: 20px;
    float: left;
  }
  /* line 209 */
  #content .cart-form #cart .row.proceed {
    padding: 0;
    border: none;
  }
  /* line 213 */
  #content .cart-form #cart .row.proceed .arrow-button {
    float: right;
  }
  /* line 217 */
  #content .cart-form #cart .row.proceed input {
    float: none;
    background: none;
    border: none;
    text-align: left;
    color: #330072;
    text-transform: uppercase;
    padding: 10px 75px 10px 0;
    border-bottom: 2px solid;
    border-radius: 0;
  }
  /* line 230 */
  #content .cart-form #cart .row .error {
    color: red;
    margin-bottom: 1em;
  }
  /* line 236 */
  #content .cart-form #cart .row.applied_voucher button {
    border: none;
    background-color: transparent;
    font-size: 0.8em;
    margin-bottom: 0;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
  }
  /* line 249 */
  #content .cart-form #cart .row.new_voucher .value input {
    padding: 1px;
    max-width: 100%;
    border: none;
    line-height: 14px;
  }
  /* line 261 */
  #content .products_removed {
    width: 100%;
    margin-bottom: 5%;
    font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
    font-weight: 400 !important;
    text-transform: uppercase;
  }
  /* line 267 */
  #content .products_removed p {
    font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
    font-weight: 400 !important;
  }
  /* line 271 */
  #content .products_removed ul {
    padding-left: 0;
  }
  /* line 274 */
  #content .products_removed ul li {
    list-style: none;
  }
  /* line 281 */
  #content .checkout-form .non_user_prompt {
    margin-bottom: 50px;
  }
  /* line 284 */
  #content .checkout-form .non_user_prompt .pseudo_form-row {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid;
  }
  /* line 289 */
  #content .checkout-form .non_user_prompt .pseudo_form-row .pseudo_label {
    width: 100%;
    padding: 10px 0;
    display: inline-block;
  }
  /* line 294 */
  #content .checkout-form .non_user_prompt .pseudo_form-row .pseudo_label a {
    display: block;
  }
  /* line 301 */
  #content .checkout-form #cartform .form-row {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid;
    /* For modern browsers */
    /* For IE 6/7 (trigger hasLayout) */
  }
  /* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .checkout-form #cartform .form-row:after {
    content: "";
    display: table;
  }
  /* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .checkout-form #cartform .form-row:after {
    clear: both;
  }
  /* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .checkout-form #cartform .form-row {
    zoom: 1;
  }
  /* line 307 */
  #content .checkout-form #cartform .form-row > * {
    display: inline-block;
    min-width: 130px;
    margin-right: 20px;
    float: left;
    padding: 10px 0;
  }
  /* line 315 */
  #content .checkout-form #cartform .form-row input {
    line-height: 20px;
    border: none;
    background: none;
  }
  /* line 320 */
  #content .checkout-form #cartform .form-row input[type="checkbox"] {
    margin-top: 13px;
  }
  /* line 325 */
  #content .checkout-form #cartform .form-row select {
    -webkit-appearance: none;
    cursor: pointer;
    border: none;
    background: none;
  }
  /* line 332 */
  #content .checkout-form #cartform .form-row textarea {
    padding: 10px 0 10px 20px;
    line-height: 20px;
  }
  /* line 337 */
  #content .checkout-form #cartform .form-row .voucher_help {
    clear: both;
    font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
    font-weight: 400 !important;
    font-size: 0.9em;
    padding-top: 0;
    width: 130px;
  }
  /* line 345 */
  #content .checkout-form #cartform .form-row .apply_vouchers {
    text-align: left;
  }
  /* line 351 */
  #content .checkout-form #cartform #checkout .arrow-button {
    /* For modern browsers */
    /* For IE 6/7 (trigger hasLayout) */
  }
  /* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .checkout-form #cartform #checkout .arrow-button:after {
    content: "";
    display: table;
  }
  /* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .checkout-form #cartform #checkout .arrow-button:after {
    clear: both;
  }
  /* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .checkout-form #cartform #checkout .arrow-button {
    zoom: 1;
  }
  /* line 355 */
  #content .checkout-form #cartform #checkout #getout {
    float: right;
    background: none;
    border: none;
    text-align: left;
    color: #330072;
    border-bottom: 2px solid;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 20px;
    padding: 10px 75px 10px 0;
  }
  /* line 371 */
  #content .viewport {
    width: 100%;
  }
  /* line 373 */
  #content .viewport ul.library-articles {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    width: 100%;
  }
  /* line 381 */
  #content .viewport ul.library-articles .funky {
    display: none;
  }
  /* line 387 */
  #content .viewport ul.library-articles .article.bigger {
    width: 250px;
  }
  /* line 395 */
  #content .viewport ul.library-articles .article a .hover {
    display: block;
  }
  /* line 404 */
  #content .payment-form .form-row {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid;
    /* For modern browsers */
    /* For IE 6/7 (trigger hasLayout) */
  }
  /* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .payment-form .form-row:after {
    content: "";
    display: table;
  }
  /* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .payment-form .form-row:after {
    clear: both;
  }
  /* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .payment-form .form-row {
    zoom: 1;
  }
  /* line 410 */
  #content .payment-form .form-row > * {
    display: inline-block;
    min-width: 130px;
    margin-right: 20px;
    float: left;
    padding: 10px 0;
  }
  /* line 418 */
  #content .payment-form .form-row input {
    line-height: 20px;
    border: none;
    background: none;
  }
  /* line 423 */
  #content .payment-form .form-row input[type="checkbox"] {
    margin-top: 13px;
  }
  /* line 429 */
  #content .payment-form .form-row.expiry-date input {
    width: 30px;
    margin-right: 0;
    min-width: initial;
  }
  /* line 435 */
  #content .payment-form .form-row.expiry-date span {
    width: 30px;
    min-width: initial;
    text-align: center;
    margin-right: 0;
  }
  /* line 443 */
  #content .payment-form .form-row:last-child {
    border-bottom: 2px solid;
  }
  /* line 448 */
  #content .payment-form .row.proceed {
    /* For modern browsers */
    /* For IE 6/7 (trigger hasLayout) */
  }
  /* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .payment-form .row.proceed:after {
    content: "";
    display: table;
  }
  /* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .payment-form .row.proceed:after {
    clear: both;
  }
  /* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .payment-form .row.proceed {
    zoom: 1;
  }
  /* line 451 */
  #content .payment-form .row.proceed .arrow-button {
    display: inline-block;
    float: right;
  }
  /* line 455 */
  #content .payment-form .row.proceed .arrow-button input#pay {
    float: none;
    background: none;
    border: none;
    text-align: left;
    color: #330072;
    border-bottom: 2px solid;
    border-radius: 0;
    padding: 10px 75px 10px 0;
    line-height: 20px;
    text-transform: uppercase;
  }
  /* line 472 */
  #content article.accounts form, #content article.accounts .pseudo_form {
    width: 80%;
  }

  /* line 478 */
  #footer nav > ul > li {
    letter-spacing: 1px;
    font-size: 11px;
    margin-right: 2%;
  }
  /* line 483 */
  #footer nav > ul > li.follow {
    width: 50px;
  }

  /* line 491 */
  body.library-explore #header {
    position: static;
  }
  /* line 495 */
  body.library-explore #content {
    overflow: visible;
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}

@charset "UTF-8";
/* Vertically centers children elements.
 * Works in all browsers we care about, BUT the parent element must have a
 * non-auto height */
/* Vertically centers children elements.
 * Works in all browsers we care about, BUT the parent element must have a
 * non-auto height */
/* line 232, /home/deadlyponies/webapps/django/deadlyponies/static/c/_constants.scss */
.clearfix {
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
}
/* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
.clearfix:after {
  content: "";
  display: table;
}
/* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
.clearfix:after {
  clear: both;
}
/* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
.clearfix {
  zoom: 1;
}

@media screen and (max-width: 650px) and (-webkit-min-device-pixel-ratio: 0) {
  /* line 8 */
  select,
  textarea,
  input:not([type="submit"]) {
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  /* line 15 */
  .no-mobile {
    display: none;
  }

  /* line 19 */
  #header {
    margin-top: 0;
  }
  /* line 22 */
  #header.active-nav {
    position: static;
    top: 0;
    bottom: 0;
    background-color: #fff;
  }
  /* line 28 */
  #header.active-nav .background {
    display: none;
  }
  /* line 34 */
  #header.active-nav nav .top-bar .cart {
    display: block;
    top: 55px;
    left: 0;
    right: 0;
  }
  /* line 40 */
  #header.active-nav nav .top-bar .cart .checkout {
    display: inline;
  }
  /* line 45 */
  #header.active-nav nav .wrapper {
    width: auto;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 0;
  }
  /* line 51 */
  #header.active-nav nav .wrapper .panel {
    width: 100%;
  }
  /* line 54 */
  #header.active-nav nav .wrapper .panel:first-child {
    margin-left: 0;
  }
  /* line 58 */
  #header.active-nav nav .wrapper .panel h3 {
    font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
    font-weight: 400 !important;
    font-size: 12px;
    line-height: 1.9em;
    letter-spacing: .5px;
    border-bottom: 1px solid;
    padding-bottom: 7px;
    margin-bottom: 0;
  }
  /* line 65 */
  #header.active-nav nav .wrapper .panel .subscribe {
    width: auto;
    position: static;
    margin-top: 25px;
  }
  /* line 70 */
  #header.active-nav nav .wrapper .panel .subscribe h3 {
    margin-bottom: 15px;
  }
  /* line 74 */
  #header.active-nav nav .wrapper .panel .subscribe p {
    margin-top: 5px;
  }
  /* line 84 */
  #header .wrapper {
    margin: 0;
    width: 100%;
  }
  /* line 89 */
  #header .cart {
    display: none;
  }
  /* line 93 */
  #header .logo {
    /* Create a floated grid element using cols(). */
    float: left;
    display: inline;
    /* Set width to the specified number of cols, with gutters. */
    width: 50%;
    /* Add left/right margin according to the grid gutter width. */
    margin-left: 0;
    margin-right: 0;
    float: none;
    display: inline-block;
    margin: 80px auto 50px auto;
  }
  /* line 100 */
  #header nav {
    top: 0;
    position: static;
  }
  /* line 104 */
  #header nav .top-bar {
    position: static;
  }
  /* line 107 */
  #header nav .top-bar .dropdown {
    top: 20px;
    right: 3.33333%;
    bottom: auto;
  }

  /* line 117 */
  #content {
    /* Create a floated grid element using cols(). */
    float: left;
    display: inline;
    /* Set width to the specified number of cols, with gutters. */
    width: 93.33333%;
    /* Add left/right margin according to the grid gutter width. */
    margin-left: 0;
    margin-right: 0;
    /* Add left margin of the specified number of cols */
    margin-left: 3.33333%;
    float: none;
    display: inline-block;
  }
  /* line 124 */
  #content img.orient_land {
    padding: 3.57143%;
    margin: 0 auto;
    display: block;
  }
  /* line 129 */
  #content img.orient_port {
    /* Create a floated grid element using cols(). */
    float: left;
    display: inline;
    /* Set width to the specified number of cols, with gutters. */
    width: 61.53846%;
    /* Add left/right margin according to the grid gutter width. */
    margin-left: 0;
    margin-right: 0;
    float: none;
    display: block;
    padding: 3.57143% 0;
    margin: 0 auto;
  }
  /* line 152 */
  #content .pagination {
    position: relative;
  }
  /* line 159 */
  #content .pagination .next {
    left: auto;
    right: 0;
  }
  /* line 166 */
  #content .pagination .previous {
    left: 0;
    right: auto;
  }
  /* line 192 */
  #content .products .product a img {
    bottom: 40px;
    max-width: 50vw;
  }
  /* line 197 */
  #content .products .product a .details {
    left: 10px;
    right: 10px;
    line-height: 40px;
    visibility: visible;
  }
  /* line 203 */
  #content .products .product a .details .price {
    line-height: 40px;
  }
  /* line 212 */
  #content .cart-form .cart-row {
    margin-bottom: 75px;
  }
  /* line 216 */
  #content .cart-form .cart-row .cart-desc > * {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid;
    /* For modern browsers */
    /* For IE 6/7 (trigger hasLayout) */
  }
  /* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .cart-form .cart-row .cart-desc > *:after {
    content: "";
    display: table;
  }
  /* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .cart-form .cart-row .cart-desc > *:after {
    clear: both;
  }
  /* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .cart-form .cart-row .cart-desc > * {
    zoom: 1;
  }
  /* line 223 */
  #content .cart-form .cart-row .cart-desc > * > * {
    float: left;
    padding-right: 20px;
  }
  /* line 228 */
  #content .cart-form .cart-row .cart-desc > * #update-cart {
    display: none;
  }
  /* line 233 */
  #content .cart-form .cart-row .cart-desc .updater > * {
    width: 33%;
  }
  /* line 237 */
  #content .cart-form .cart-row .cart-desc .quantity {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    line-height: 20px;
    border: none;
  }
  /* line 245 */
  #content .cart-form .cart-row .cart-desc .remove {
    background: none;
    -webkit-appearance: none;
    border: 0;
    display: block;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    line-height: 20px;
  }
  /* line 257 */
  #content .cart-form .cart-row .cart-desc .luggage-tag-custom-message h4 {
    margin: 0;
    line-height: 2em;
    cursor: pointer;
  }
  /* line 265 */
  #content .cart-form .cart-row .monogramming.row {
    width: 100%;
    border-bottom: 1px solid;
    padding: 0 10px;
    display: none;
    /* For modern browsers */
    /* For IE 6/7 (trigger hasLayout) */
    float: none;
  }
  /* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .cart-form .cart-row .monogramming.row:after {
    content: "";
    display: table;
  }
  /* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .cart-form .cart-row .monogramming.row:after {
    clear: both;
  }
  /* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .cart-form .cart-row .monogramming.row {
    zoom: 1;
  }
  /* line 273 */
  #content .cart-form .cart-row .monogramming.row > p {
    font-size: 0.9em;
  }
  /* line 277 */
  #content .cart-form .cart-row .monogramming.row .field-wrapper {
    width: 50%;
    max-width: 100px;
    float: left;
  }
  /* line 282 */
  #content .cart-form .cart-row .monogramming.row .field-wrapper input {
    width: 100%;
    text-transform: uppercase;
    line-height: 24px;
    text-align: center;
  }
  /* line 290 */
  #content .cart-form .cart-row .monogramming.row .field-wrapper p {
    width: 100%;
    font-size: 0.7em;
    line-height: 1;
    text-align: center;
    text-transform: none;
    margin-top: 0.5em;
  }
  /* line 300 */
  #content .cart-form .cart-row .monogramming.row > input {
    width: 45%;
    margin-left: 5%;
    float: left;
    border: none;
    background: none;
    line-height: 1.7;
    text-transform: uppercase;
    padding: 0;
  }
  /* line 315 */
  #content .cart-form .cart-row.show_monogramming .cart-desc .luggage-tag-custom-message h4 {
    display: none;
  }
  /* line 321 */
  #content .cart-form .cart-row.show_monogramming .monogramming.row {
    display: block;
  }
  /* line 327 */
  #content .cart-form .division {
    border-bottom: 2px solid;
    height: 0;
  }
  /* line 333 */
  #content .cart-form #cart .row {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid;
    /* For modern browsers */
    /* For IE 6/7 (trigger hasLayout) */
  }
  /* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .cart-form #cart .row:after {
    content: "";
    display: table;
  }
  /* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .cart-form #cart .row:after {
    clear: both;
  }
  /* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .cart-form #cart .row {
    zoom: 1;
  }
  /* line 340 */
  #content .cart-form #cart .row > * {
    display: inline-block;
    width: 50%;
    padding-right: 20px;
    float: left;
  }
  /* line 347 */
  #content .cart-form #cart .row.proceed {
    padding: 0;
    border: none;
  }
  /* line 351 */
  #content .cart-form #cart .row.proceed .arrow-button {
    float: right;
    width: auto;
    padding-right: 0;
  }
  /* line 357 */
  #content .cart-form #cart .row.proceed input {
    float: none;
    background: none;
    border: none;
    text-align: left;
    color: #330072;
    text-transform: uppercase;
    padding: 10px 50px 10px 0;
    border-bottom: 2px solid;
    border-radius: 0;
  }
  /* line 370 */
  #content .cart-form #cart .row .error {
    width: 100%;
    color: red;
    margin-bottom: 1em;
  }
  /* line 377 */
  #content .cart-form #cart .row.applied_voucher button {
    border: none;
    background-color: transparent;
    font-size: 0.8em;
    margin-bottom: 0;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
  }
  /* line 390 */
  #content .cart-form #cart .row.new_voucher .value input {
    padding: 1px;
    max-width: 100%;
    border: none;
    line-height: 14px;
  }
  /* line 402 */
  #content .products_removed {
    width: 100%;
    margin-bottom: 5%;
    font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
    font-weight: 400 !important;
    text-transform: uppercase;
  }
  /* line 408 */
  #content .products_removed p {
    font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
    font-weight: 400 !important;
  }
  /* line 412 */
  #content .products_removed ul {
    padding-left: 0;
  }
  /* line 415 */
  #content .products_removed ul li {
    list-style: none;
  }
  /* line 422 */
  #content .checkout-form .non_user_prompt {
    margin-bottom: 50px;
  }
  /* line 425 */
  #content .checkout-form .non_user_prompt .pseudo_form-row {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid;
  }
  /* line 430 */
  #content .checkout-form .non_user_prompt .pseudo_form-row .pseudo_label {
    width: 100%;
    padding: 10px 0;
    display: inline-block;
  }
  /* line 435 */
  #content .checkout-form .non_user_prompt .pseudo_form-row .pseudo_label a {
    display: block;
  }
  /* line 442 */
  #content .checkout-form #cartform .form-row {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid;
    /* For modern browsers */
    /* For IE 6/7 (trigger hasLayout) */
  }
  /* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .checkout-form #cartform .form-row:after {
    content: "";
    display: table;
  }
  /* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .checkout-form #cartform .form-row:after {
    clear: both;
  }
  /* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .checkout-form #cartform .form-row {
    zoom: 1;
  }
  /* line 448 */
  #content .checkout-form #cartform .form-row:first-of-type {
    border-top: 1px solid;
  }
  /* line 452 */
  #content .checkout-form #cartform .form-row > * {
    display: inline-block;
    min-width: 130px;
    margin-right: 20px;
    float: left;
    padding: 10px 0;
  }
  /* line 460 */
  #content .checkout-form #cartform .form-row input {
    line-height: 20px;
    border: none;
    background: none;
    padding-top: 0;
  }
  /* line 466 */
  #content .checkout-form #cartform .form-row input[type="checkbox"] {
    margin-top: 13px;
  }
  /* line 471 */
  #content .checkout-form #cartform .form-row select {
    -webkit-appearance: none;
    cursor: pointer;
    border: none;
    background: none;
    padding-top: 0;
  }
  /* line 479 */
  #content .checkout-form #cartform .form-row textarea {
    padding: 0 0 10px 0;
    line-height: 20px;
    width: 100%;
  }
  /* line 485 */
  #content .checkout-form #cartform .form-row .voucher_help {
    clear: both;
    font-family: "Avenir LT W01_65 Medium1475532", Helvetica, sans-serif;
    font-weight: 400 !important;
    font-size: 0.9em;
    padding-top: 0;
    width: 130px;
  }
  /* line 493 */
  #content .checkout-form #cartform .form-row .apply_vouchers {
    text-align: left;
  }
  /* line 499 */
  #content .checkout-form #cartform #checkout .arrow-button {
    /* For modern browsers */
    /* For IE 6/7 (trigger hasLayout) */
  }
  /* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .checkout-form #cartform #checkout .arrow-button:after {
    content: "";
    display: table;
  }
  /* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .checkout-form #cartform #checkout .arrow-button:after {
    clear: both;
  }
  /* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .checkout-form #cartform #checkout .arrow-button {
    zoom: 1;
  }
  /* line 503 */
  #content .checkout-form #cartform #checkout #getout {
    float: right;
    background: none;
    border: none;
    text-align: left;
    color: #330072;
    border-bottom: 2px solid;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 20px;
    padding: 10px 50px 10px 0;
  }
  /* line 520 */
  #content .payment-form .form-row {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid;
    /* For modern browsers */
    /* For IE 6/7 (trigger hasLayout) */
  }
  /* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .payment-form .form-row:after {
    content: "";
    display: table;
  }
  /* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .payment-form .form-row:after {
    clear: both;
  }
  /* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .payment-form .form-row {
    zoom: 1;
  }
  /* line 526 */
  #content .payment-form .form-row > * {
    display: inline-block;
    min-width: 130px;
    margin-right: 20px;
    float: left;
    padding: 10px 0;
  }
  /* line 534 */
  #content .payment-form .form-row input {
    line-height: 20px;
    border: none;
    background: none;
  }
  /* line 539 */
  #content .payment-form .form-row input[type="checkbox"] {
    margin-top: 13px;
  }
  /* line 545 */
  #content .payment-form .form-row.expiry-date input {
    width: 30px;
    margin-right: 0;
    min-width: initial;
  }
  /* line 551 */
  #content .payment-form .form-row.expiry-date span {
    width: 30px;
    min-width: initial;
    text-align: center;
    margin-right: 0;
  }
  /* line 559 */
  #content .payment-form .form-row:last-child {
    border-bottom: 2px solid;
  }
  /* line 564 */
  #content .payment-form .row.proceed {
    /* For modern browsers */
    /* For IE 6/7 (trigger hasLayout) */
  }
  /* line 112, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .payment-form .row.proceed:after {
    content: "";
    display: table;
  }
  /* line 117, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .payment-form .row.proceed:after {
    clear: both;
  }
  /* line 122, /home/deadlyponies/webapps/django/deadlyponies/static/c/_mixins.scss */
  #content .payment-form .row.proceed {
    zoom: 1;
  }
  /* line 567 */
  #content .payment-form .row.proceed .arrow-button {
    display: inline-block;
    float: right;
  }
  /* line 571 */
  #content .payment-form .row.proceed .arrow-button input#pay {
    float: none;
    background: none;
    border: none;
    text-align: left;
    color: #330072;
    border-bottom: 2px solid;
    border-radius: 0;
    padding: 10px 75px 10px 0;
    line-height: 20px;
    text-transform: uppercase;
  }
  /* line 590 */
  #content .product-detail-images ul li img {
    width: 50%;
  }
  /* line 599 */
  #content article.accounts form, #content article.accounts .pseudo_form {
    width: 100%;
  }
  /* line 604 */
  #content article.accounts.history article.item, #content article.accounts.history article.summary {
    width: 50%;
  }
  /* line 608 */
  #content article.accounts.history h4.invoice {
    width: 50%;
  }
  /* line 616 */
  #content article.static.faq .columns {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  /* line 624 */
  #content .viewport {
    width: 100%;
  }
  /* line 626 */
  #content .viewport ul.library-articles {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    width: 100%;
  }
  /* line 634 */
  #content .viewport ul.library-articles .funky {
    display: none;
  }
  /* line 638 */
  #content .viewport ul.library-articles .article {
    position: static !important;
    float: none;
    display: block;
    clear: both;
    margin: 0 auto 40px auto;
  }
  /* line 645 */
  #content .viewport ul.library-articles .article:nth-child(3n+1), #content .viewport ul.library-articles .article:nth-child(3n+3) {
    width: 86.66667%;
  }
  /* line 649 */
  #content .viewport ul.library-articles .article:nth-child(3n+2) {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 655 */
  #content .viewport ul.library-articles .article a {
    position: relative;
  }
  /* line 657 */
  #content .viewport ul.library-articles .article a img {
    width: 100% !important;
    height: auto !important;
  }
  /* line 662 */
  #content .viewport ul.library-articles .article a .hover {
    display: block;
  }

  /* line 671 */
  #footer {
    display: none;
  }
  /* line 674 */
  #footer nav > ul > li {
    margin-bottom: 10px;
  }

  /* line 682 */
  body.active-nav.library-explore #content, body.active-nav #content, body.active-nav #footer {
    display: none;
  }
  /* line 686 */
  body.active-nav #header nav .wrapper {
    position: static;
  }
  /* line 691 */
  body.library-explore #header {
    position: static;
  }
  /* line 695 */
  body.library-explore #content {
    overflow: visible;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  /* line 705 */
  body.product-detail #content {
    padding-bottom: 20px;
  }
  /* line 708 */
  body.product-detail #content > * {
    position: relative;
    width: 100%;
    float: none;
    margin: 5% 0;
    padding: 0 5%;
  }
  /* line 716 */
  body.product-detail #content .product-detail-cart form input[type="submit"],
  body.product-detail #content .product-detail-cart form .cart,
  body.product-detail #content .product-detail-cart .faux_submit {
    font-size: 3vw;
  }
  /* line 722 */
  body.product-detail #content .product-detail-cart {
    height: auto !important;
  }
  /* line 726 */
  body.product-detail #content .scrollbalance-inner {
    padding: 0;
    position: static !important;
  }
  /* line 732 */
  body.product-detail #content .product-detail-images {
    height: auto !important;
  }
  /* line 736 */
  body.product-detail #content .product-detail-images {
    min-height: 0;
  }
  /* line 740 */
  body.product-detail #content .product-detail-images ul li {
    width: 100%;
    margin: 10% 0;
  }
  /* line 747 */
  body.product-detail #content .product-detail-related-title, body.product-detail #content .product-detail-related-products {
    display: none;
  }
  /* line 757 */
  body.library-article #content .blocks .block.double-column {
    padding: 40px 20px 0 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  /* line 772 */
  body.landing #header, body.landing #content, body.landing #footer {
    display: block;
  }

  /* line 778 */
  article.organisation.stores .store_wrap article.store p {
    line-height: 1.5;
  }
}
