/*! normalize.css http://github.com/necolas/normalize.css :: updated by WKNDS 2013.11.30 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

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

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

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

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

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

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

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

p, pre {
  margin: 1em 0; }

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

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

q {
  quotes: none; }

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

small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

dd {
  margin: 0 0 0 40px; }

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

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

img {
  border: 0; }

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

figure {
  margin: 0; }

form {
  margin: 0; }

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

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

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

button, input {
  line-height: normal; }

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

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

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

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

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

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

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

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

body {
  word-wrap: break-word;
  font-family: 'Muli5', sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 200;
  color: #777;
  line-height: 2; }

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, figure, pre, blockquote, fieldset, table, hr {
  margin:  12px 0;
  margin:  0.75rem 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 200;
  color: #777;
  line-height: 2; }

.h1, .h2, .h3 {
  font-family: 'Hoefler Titling', 'Hoefler Titling A', 'Hoefler Titling B', serif;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #111; }

.h2 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 4em; }

.h3 {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #444; }

.h4 {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.125em; }
  .h4.-underline {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    padding-bottom: 0.3em;
    margin-bottom: 0; }
  .h4.-mb0 {
    margin-bottom: 0; }

@media screen and (min-width: 48.0625em) {
  .h2 {
    font-size: 20px;
    font-size: 1.25rem; }
  .h3 {
    font-size: 16px;
    font-size: 1rem; } }

ul, ol {
  padding-left: 2em; }

/*
ul, ol {
	padding-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}
*/

textarea {
  resize: vertical;
  width: 100%;
  box-sizing: border-box; }

button {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border-radius: 0;
  border: none;
  outline: none; }

.ratio {
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 0;
  margin: 0;
  padding-bottom: 56.25%;
  display: block;
  padding-bottom: 63.6%;
  background-color: #eee; }
  .ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
  .ratio.-portrait {
    padding-bottom: 133.96226%; }

.group {
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  *zoom: 1; }
  .group:before, .group:after {
    content: " ";
    display: table; }
  .group:after {
    clear: both;
	}

.visuallyhidden {
  position: absolute !important;
  overflow: hidden !important;
  height: 0;
  width: 0; }

a {
  -webkit-transition: background-color 0.15s, color 0.15s, border-color 0.15s, text-shadow 0.15s, opacity 0.15s, box-shadow 0.15s;
  transition: background-color 0.15s, color 0.15s, border-color 0.15s, text-shadow 0.15s, opacity 0.15s, box-shadow 0.15s;
  color: #515151;
  border: none;
  text-decoration: none;
  outline: none; }
  a:hover {
    color: #ACA096;
    text-decoration: none; }

table {
  width: 100%;
  height: 100%; }

.tt, .td {
  width: 100%;
  height: 100%; }

.tt {
  display: table; }

.td {
  display: table-cell;
  vertical-align: middle; }

.deflist {
  padding: 0;
  list-style: none; }
  .deflist li {
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin-top: 0.2em; }
  .deflist ._term {
    float: left;
    line-height: inherit !important; }
  .deflist ._definition {
    float: right; }

.deflist.-dates ._term {
  width: 5em; }
.deflist.-dates ._definition {
  float: left;
  overflow: hidden; }

.note {
  color: #bbb;
  line-height: 1.2; }

.button {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 11px;
  font-size: 0.6875rem;
  padding:  7px 14px;
  padding:  0.4375rem 0.875rem;
  border: 1px solid #ccc;
  background: none;
  border-radius: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  color: #777; }
  .button.-primary {
    border-color: #333;
    background-color: #333;
    color: #eee; }

.home-feature {
  max-width: 1160px;
  /*max-width: 72.5rem;*/
  max-width: 55.5rem;
  margin-left: auto;
  margin-right: auto;
 padding-top:4.5rem;
  text-align: center; }
 /*home-feature .ratio {
   padding-bottom: 66.66667%; }*/

.selectr-wrap {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  max-width: 100%;
  font-size: 0; }
  .selectr-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.001;
    background: white;
    overflow: hidden;
    width: 100%;
    height: 100%; }
  .selectr-wrap option {
    padding: 0.5em 0.8em; }
  .selectr-wrap span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    box-sizing: border-box;
    padding-right: 2.2em !important;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%; }
    .selectr-wrap span:after {
      content: '\25BE';
      position: absolute;
      margin-top: 0;
      right: 1em;
      height: 100%; }
  .selectr-wrap span.selectr {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2;
    padding:  5px 10px 4px 10px;
    padding:  0.3125rem 0.625rem 0.25rem 0.625rem;
    border: 1px solid #ccc;
    background: none;
    border-radius: 1em;
    vertical-align: middle; }

/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  outline: 1px solid rgba(0, 0, 0, 0); }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }

.home-slides {
  position: relative;
 /* margin-bottom: 6em;*/ }
  .home-slides .rslides {
    background-color: #eee;
    overflow: visible;
    *zoom: 1; }
    .home-slides .rslides:before, .home-slides .rslides:after {
      content: " ";
      display: table; }
    .home-slides .rslides:after {
      clear: both; }
  .home-slides ._caption {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    margin-top: 0.625rem;
    z-index: 100;
    left: 0;
    width: 100%; }

.custom_tabs {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
  position: absolute;
  top: 100%;
  margin-top: -1em;
  width: 100%;
  left: 0;
  z-index: 99;
  font-size: 1.7em;
  line-height: 1; }
  .custom_tabs li {
    display: inline; }
  .custom_tabs a {
    color: #ccc;
    cursor: pointer; }
  .custom_tabs .rslides_here a {
    color: #999; }

.site-header {
  max-width: 1160px;
  /*max-width: 72.5rem;*/
  max-width: 55.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 100;
  padding-top: 40px;
  padding-top: 1.0rem;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em; }
  .site-header a {
    color: #777; }
    .site-header a:hover {
      color: #222; }

/* a */
.home-link {
  display: block;
  width: 130px;
  width: 10rem;
  /*height: 79px;
  height: 4.9375rem;*/
  opacity: 0.9;
  position: relative;
  z-index: 1;
  margin-left:auto;
  margin-right:auto;  
  }
  .home-link img {
    width: 100%; }
  .home-link:hover {
    opacity: 1; }

.site-navigation {
  text-align: center; }
  .site-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0; }

@media screen and (max-width: 48em) {
  /* a */
  .page {
    overflow: hidden; }
   .site-header {
    padding-top: -5.0rem;
    padding-bottom: -5.0rem; }
 /* .site-header {
    padding-top: 20px;
    padding-top: 1.25rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem; }*/
	.home-feature {
	margin-top:-4.0rem;
	}
  .home-link {
    display: block;
    /*width: 43px;
    width: 2.6875rem;*/
    height: 3rem;
    background: url('../images/logo.png') no-repeat;
	margin-left:auto;
	margin-right:auto;
   /* background-size:  43px 58px;
    background-size:  2.6875rem 3.625rem;*/ }
    .home-link img {
      display: none; }
  .navcollapse {
    position: relative;
    margin-left: -5%;
    margin-right: -5%;
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
    top: 20px;
    top: 1.25rem; }
    .js .navcollapse {
      position: absolute;
      margin: 0;
      left: -5%;
      right: -5%;
      overflow: hidden;
      height: 0; }
  .site-navigation {
   /* position: relative;*/
    /* span */
    /* a */ }
    .site-navigation nav {
      text-align: center; }
    .site-navigation ul a {
      display: block;
      background: #F7F7F7;
      border-bottom: 1px solid #eee;
      padding: 0.5em; }
    .site-navigation li:first-child a {
      border-top: 1px solid #eee; }
    .site-navigation .nav-toggle, .site-navigation .navitem-cart {
      position: absolute;
      top: -40px;
      top: -2.5rem;
      color: #666; }
    .site-navigation .nav-toggle {
      right: 9em; }
      .site-navigation .nav-toggle::before {
        content: 'Menu'; }
      .site-navigation .nav-toggle::after {
        -webkit-transition: opacity 0.2s, top 0.2s;
        transition: opacity 0.2s, top 0.2s;
        opacity: 0;
        content: "";
        position: absolute;
        width: 100%;
        top: 0em;
        left: 0;
        border-bottom: 1px solid #ccc; }
      .site-navigation .nav-toggle.-active::after {
        opacity: 1;
        top: 1.7em; }
    .site-navigation .navitem-cart {
      right: 0; } }

@media screen and (min-width: 48.0625em) {
  .navcollapse {
    height: auto !important; }
  .site-title {
    margin-bottom: -60px;
    margin-bottom: -3.75rem; }
  .site-navigation {
    /*text-align: right;
    position: relative;
    top: -10px;*/
    /*top: -0.625rem;*/
	top: 2.0rem;
    /*text-align: right;*/ }
    .site-navigation ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .site-navigation .navcollapse, .site-navigation ul, .site-navigation li {
      display: inline; }
    .site-navigation a {
      display: inline-block;
      *display: inline;
      zoom: 1;
      vertical-align: top;
     /*margin-left: 6em;*/ } 
	  
	  .home-feature {
	 padding-top:-2.5rem;
	}

.site-footer {
  font-size: 90%;
 /* padding-top: 30px;
  padding-top: 1.875rem;*/ }
  .site-footer ._content {
    max-width: 1160px;
    max-width: 72.5rem;
    margin-left: auto;
    margin-right: auto; }
  .site-footer ul {
    list-style: none;
    padding-left: 0; }
  .site-footer ._shop, .site-footer ._contact {
    float: left;
    width: 100%; }
  .site-footer ._info, .site-footer ._follow {
    float: left;
    width: 50%; }
  @media screen and (min-width: 37.5625em) {
    .site-footer ._shop, .site-footer ._contact {
      width: 30%;
      margin-right: 20%; } }
  @media screen and (min-width: 48.0625em) {
    .site-footer ._shop, .site-footer ._contact {
      width: 25%;
      margin-right: 10%; }
    .site-footer ._info, .site-footer ._follow {
      width: 15%; } }
  .site-footer .copyright {
    text-transform: uppercase;
	text-align:center;
    color: #ccc;
   /* float: left;*/
    }
  .site-footer .byline {
    text-transform: uppercase;
    color: #ccc;
    float: right; }
    .site-footer .byline a {
      color: #ccc; }
    .site-footer .byline a:hover {
      color: #A97543; }
    .site-footer .byline a:first-child:hover {
      color: blue; }

#mixGridColumnCount:before {
  content: "1"; }
  @media screen and (min-width: 20.0625em) {
    #mixGridColumnCount:before {
      content: "2"; } }
  @media screen and (min-width: 45.0625em) {
    #mixGridColumnCount:before {
      content: "3"; } }

.form-line {
  margin-bottom: 0.5em;
  position: relative; }
  .form-line label {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    padding:  6px 10px;
    padding:  0.375rem 0.625rem;
    line-height: 1.2; }
  .form-line .selectr-wrap {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .form-line span.selectr {
    width: 100%;
    text-align: right; }

.variations h4.-underline {
  border-bottom: none; }
.variations label {
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.125em; }

body {
  /*background-color: #F7F7F7; }*/

.page {
  background-color: #fff; }

body.-alt {
  background-color: #fff; }
  body.-alt .page {
    background-color: #F7F7F7; }

.js .mix {
  /* opacity: 0; */
  display: none; }

.page, .shop, .site-footer {
  position: relative; }

.site-header, .centre, .site-footer {
  padding-left: 4.5%;
  padding-right: 4.5%; }