@charset "UTF-8";
/* Normalized Styles */
/* ==================================== */
@font-face {
  font-family: 'the_skinnyregular';
  src: url(theskinny-webfont_11135419003916639185.eot);
  src: url(//http://cdn.shopify.com/s/files/1/0263/3083/t/2/assets/theskinny-webfont.eot?%23iefix&11135419003916639185) format("embedded-opentype"), url(theskinny-webfont_11135419003916639185.woff) format("woff"), url(theskinny-webfont_11135419003916639185.ttf) format("truetype"), url(//http://cdn.shopify.com/s/files/1/0263/3083/t/2/assets/theskinny-webfont.svg%23the_skinnyregular?11135419003916639185) format("svg");
  font-weight: normal;
  font-style: normal; }
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 14px;
  line-height: 21px; }

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

::-moz-selection {
  background: white;
  color: #00BEBE;
  text-shadow: none; }

::selection {
  background: white;
  color: #00BEBE;
  text-shadow: none; }

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

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

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eeeeee;
  margin: 20px 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  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: 85%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

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

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

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

label {
  cursor: pointer; }

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

button, input {
  line-height: normal;
  *overflow: visible; }

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

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

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

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent; }

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

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

input:invalid, textarea:invalid {
  background-color: transparent; }

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

input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

::-webkit-validation-bubble-message {
  -webkit-box-shadow: 0 0 0 0; }

/* Utility classes */
/* ==================================== */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

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

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.accent-text {
  font-family: 'museo-sans', sans-serif;
  font-style: italic; }

input.hint, textarea.hint, input[type=text].hint, input[type=tel].hint, input[type=password].hint, input[type=email].hint {
  color: #bbbbbb; }

input.error,
textarea.error,
input[type=text].error,
input[type=tel].error,
input[type=password].error,
input[type=email].error,
.in-error input, .in-error input[type=text], .in-error input[type=tel], .in-error input[type=password], .in-error input[type=email], .in-error textarea {
  border: 1px dashed #00DBDB; }

.in-error span.error-message {
  padding-left: 10px;
  font-size: 13px;
  line-height: 21px;
  color: #F8584C;
  font-family: 'museo-sans', sans-serif;
  font-style: italic; }

.feedback.error,
.feedback.success {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 21px; }

.feedback.success {
  margin-top: 11px; }

.feedback.error {
  margin: 11px 0; }
  .feedback.error p.fout {
    font-weight: 700;
    color: #FFA2FF; }

.left {
  float: left; }

.right {
  float: right; }

/* Print */
/* ==================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/* General */
/* ==================================== */
body {
  font-family: "museo-sans", sans-serif;
  background-color: white;
  color: black;
  font-weight: 500; }
  body.sidebar_affixed #sidebar {
    position: fixed; }

h2.collection {
  color: #00BEBE; }

a {
  text-decoration: none;
  color: black; }

.cd-item-2 a,
p a {
  border-bottom: 1px solid black;
  -webkit-transition: border-bottom-color 0.15s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: border-bottom-color 0.15s ease-out;
  /* Firefox 4-15 */
  -o-transition: border-bottom-color 0.15s ease-out;
  /* Opera 10.50–12.00 */
  transition: border-bottom-color 0.15s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */ }
  .cd-item-2 a:hover,
  p a:hover {
    border-bottom: 1px solid white; }

#sfeer_caravan {
  display: block;
  position: relative;
  width: 884px;
  float: left; }
  #sfeer_caravan .stamp {
    position: relative; }
    #sfeer_caravan .stamp img {
      width: 100%;
      height: auto; }
  #sfeer_caravan .stamp img,
  #sfeer_caravan .msn_item img {
    float: left; }
  #sfeer_caravan .msn_item {
    width: 168px;
    height: auto;
    margin-bottom: 7px;
    -webkit-transition: opacity 0.15s ease-out;
    /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: opacity 0.15s ease-out;
    /* Firefox 4-15 */
    -o-transition: opacity 0.15s ease-out;
    /* Opera 10.50–12.00 */
    transition: opacity 0.15s ease-out;
    /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -ms-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width; }
    #sfeer_caravan .msn_item img {
      width: 100%;
      height: auto; }
    #sfeer_caravan .msn_item.twocols {
      width: 347px; }
    #sfeer_caravan .msn_item.fullyShown {
      opacity: 1; }

#page_25132289 #page-content {
  margin: 0 0 0px -40px; }
  #page_25132289 #page-content img {
    width: 268px;
    float: left;
    margin: 0 0 20px 40px;
    -webkit-transition: opacity 0.15s ease-out;
    /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: opacity 0.15s ease-out;
    /* Firefox 4-15 */
    -o-transition: opacity 0.15s ease-out;
    /* Opera 10.50–12.00 */
    transition: opacity 0.15s ease-out;
    /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */ }
    #page_25132289 #page-content img:hover {
      opacity: 0.9; }
    #page_25132289 #page-content img.MA {
      width: 576px;
      margin-top: 240px; }
      #page_25132289 #page-content img.MA:hover {
        opacity: 1; }

#sfeer_caravan_2 {
  position: relative;
  width: 884px;
  height: 403px;
  float: left; }
  #sfeer_caravan_2 .stamp {
    position: relative; }
    #sfeer_caravan_2 .stamp img {
      width: 100%;
      height: auto; }
  #sfeer_caravan_2 .stamp img,
  #sfeer_caravan_2 .msn_item img {
    float: left; }
  #sfeer_caravan_2 .pic_one {
    position: absolute;
    top: 0;
    left: 0; }
  #sfeer_caravan_2 .pic_two {
    position: absolute;
    top: 0px;
    left: 298px; }
  #sfeer_caravan_2 .pic_six {
    position: absolute;
    top: 202px;
    left: 596px; }
  #sfeer_caravan_2 .pic_four {
    position: absolute;
    top: 202px;
    left: 0; }
  #sfeer_caravan_2 .pic_five {
    position: absolute;
    top: 202px;
    left: 298px; }
  #sfeer_caravan_2 .pic_three {
    position: absolute;
    top: 202px;
    right: 0; }
  #sfeer_caravan_2 .msn_item {
    width: 288px;
    height: auto;
    margin-bottom: 10px;
    -webkit-transition: opacity 0.15s ease-out;
    /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: opacity 0.15s ease-out;
    /* Firefox 4-15 */
    -o-transition: opacity 0.15s ease-out;
    /* Opera 10.50–12.00 */
    transition: opacity 0.15s ease-out;
    /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -ms-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width; }
    #sfeer_caravan_2 .msn_item img {
      width: 100%;
      height: auto; }
    #sfeer_caravan_2 .msn_item.fullyShown {
      opacity: 1; }

#container {
  width: 1140px;
  margin: 0px auto;
  min-height: 500px;
  position: relative;
  padding: 0px;
  background: transparent; }

#content_wrapper {
  width: 1140px;
  margin: 0 auto;
  z-index: 2; }

/* CONTENT */
/* ==================================== */
#content {
  width: 910px;
  margin-left: 10px;
  float: right; }
  #content img {
    max-width: 100%;
    height: auto; }

/* SIDEBAR */
/* ==================================== */
#sidebar {
  width: 220px;
  float: left;
  padding: 0 0 0 0;
  position: relative;
  z-index: 2000; }
  #sidebar .fb_liker {
    display: block;
    width: 70px;
    height: 29px;
    background-color: black;
    border-radius: 4px;
    margin: 0px 0 10px 20px;
    background-position: -335px -462px;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: background-color 0.15s ease-out;
    /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: background-color 0.15s ease-out;
    /* Firefox 4-15 */
    -o-transition: background-color 0.15s ease-out;
    /* Opera 10.50–12.00 */
    transition: background-color 0.15s ease-out;
    /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */ }
    #sidebar .fb_liker:hover {
      background-color: #3c599d; }
    #sidebar .fb_liker .addthis_toolbox {
      display: none;
      margin: 4px 0 0 2px; }
  #sidebar .sidebar_search {
    margin: 0 0 30px 20px; }
  #sidebar .instagram {
    width: 190px;
    margin: 0px; }
    #sidebar .instagram .ig_element {
      width: 190px;
      height: 190px; }
    #sidebar .instagram ul {
      margin: 0;
      padding: 0;
      list-style: none;
      width: 220px; }
      #sidebar .instagram ul li {
        margin: 0 5px 10px 5px;
        padding: 0;
        float: left;
        width: 85px;
        height: 85px;
        display: block; }
        #sidebar .instagram ul li img {
          width: 85px;
          height: 85px;
          display: block; }

/*
#pinterest_holder > span{
	box-shadow: 0 0 3px white !important; 
	padding: 0 !important;
}
*/
#pinterest_holder > span > span:first-child {
  display: none !important; }

.cycle_pager {
  text-align: center; }

.cycle_pager span {
  display: inline-block;
  text-indent: -9999px;
  width: 4px;
  height: 4px;
  margin: 0;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
  border: 1px solid black;
  background-color: white;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.sidebar_article {
  padding: 0 20px 20px 10px; }
  .sidebar_article h2 {
    font-family: 'the_skinnyregular', Helvetica, sans-serif;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-weight: 300; }

#twitter_holder iframe .timeline-header {
  display: none !important; }

.timeline-header {
  display: none !important; }

.lt-ie8 #content {
  position: relative; }

/* GLOBAL STYLES */
/* ==================================== */
/* SALE AND SOLD OUT OVERLAY */
.sale-overlay, .sold-out-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0; }

.lt-ie9 .sale-overlay, .ie9 .sale-overlay {
  z-index: -1337; }

.sale-overlay:hover, .sold-out-overlay {
  opacity: 1;
  z-index: 1337; }

.sale-overlay span, .sold-out-overlay span {
  position: absolute;
  color: #ffffff;
  display: block;
  height: 90px;
  width: 90px;
  margin-top: -45px;
  margin-left: -45px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  top: 50%;
  left: 50%; }

.sale-overlay span {
  font-size: 20px;
  background: #ff2419;
  filter: alpha(opacity=84);
  opacity: 0.84; }

.sold-out-overlay span {
  font-size: 16px;
  background: #555555;
  filter: alpha(opacity=70);
  opacity: 0.84; }

.sale-overlay.large span, .sold-out-overlay.large span {
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px; }

.sale-overlay em {
  font-style: normal;
  display: block;
  margin-top: 33px;
  text-transform: uppercase; }

.sold-out-overlay em {
  font-style: normal;
  display: block;
  margin-top: 35px;
  text-transform: uppercase; }

.sale-overlay.large em, .sold-out-overlay.large em {
  text-transform: uppercase;
  margin-top: 40px; }

/* grayscale treatment to the images of soldout products */
.sold-out img {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Google Chrome & Safari 6+ */ }

/* SHARE WIDGET */
.share-widget {
  width: 216px;
  height: 61px;
  position: absolute;
  background-color: #444444;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.45);
  left: 50%;
  margin-left: -108px;
  top: 25px;
  display: none;
  z-index: 999; }

.lt-ie9 .share-widget, .lt-ie8 .share-widget {
  background: url("ie-share-widget-background_11135419003916639185.png") no-repeat 0 0;
  height: 75px;
  width: 228px;
  top: 17px; }

.blog-article-meta-share:hover .share-widget {
  display: block; }

.share-widget:after {
  display: block;
  content: '';
  height: 5px;
  width: 10px;
  background: url("global-sprite_11135419003916639185.png") no-repeat 103px -295px;
  position: absolute;
  top: -5px;
  left: 0;
  width: 216px; }

.lt-ie9 .share-widget:after, .lt-ie8 .share-widget:after {
  display: none; }

.blog-article-meta li {
  line-height: 14px; }

.blog-article-meta .share-widget a {
  display: block;
  height: 31px;
  width: 31px;
  background: url("share-icons-sprite_11135419003916639185.png") 0 0;
  float: left;
  margin-left: 8px;
  margin-top: 15px;
  position: relative;
  border-bottom: none !important; }

.blog-article-meta .share-widget a:hover {
  border-bottom: none !important; }

.lt-ie9 .blog-article-meta .share-widget a, .lt-ie8 .blog-article-meta .share-widget a {
  margin-top: 20px; }

.blog-article-meta .share-widget .sw-twitter {
  background-position: -127px -82px;
  margin-left: 15px; }

.lt-ie9 .blog-article-meta .share-widget .sw-twitter, .lt-ie8 .blog-article-meta .share-widget .sw-twitter {
  margin-left: 21px; }

.blog-article-meta .share-widget .sw-facebook {
  background-position: -166px -82px; }

.blog-article-meta .share-widget .sw-tumblr {
  background-position: -206px -82px; }

.blog-article-meta .share-widget .sw-pinterest {
  background-position: -246px -82px; }

.blog-article-meta .share-widget .sw-google {
  background-position: -285px -82px; }

.blog-article-meta .share-widget .sw-mail {
  background-position: -324px -82px; }

.blog-article-meta .share-widget .sw-twitter:hover {
  background-position: -127px -116px; }

.blog-article-meta .share-widget .sw-facebook:hover {
  background-position: -166px -116px; }

.blog-article-meta .share-widget .sw-tumblr:hover {
  background-position: -206px -116px; }

.blog-article-meta .share-widget .sw-pinterest:hover {
  background-position: -246px -116px; }

.blog-article-meta .share-widget .sw-google:hover {
  background-position: -285px -116px; }

.blog-article-meta .share-widget .sw-mail:hover {
  background-position: -324px -116px; }

.svg .prev-next .left:before, .svg .prev-next .left::before {
  background-image: url(maurice_sprite_11135419003916639185.svg); }
.svg .prev-next .right:after, .svg .prev-next .right::after {
  background-image: url(maurice_sprite_11135419003916639185.svg); }

/* PAGINATION */
.prev-next {
  padding: 0;
  width: 422px;
  position: absolute;
  bottom: -5px;
  right: 0; }
  .prev-next .right,
  .prev-next .left {
    position: relative;
    border-bottom: 1px solid white;
    -webkit-transition: border-bottom-color 0.15s ease-out;
    /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: border-bottom-color 0.15s ease-out;
    /* Firefox 4-15 */
    -o-transition: border-bottom-color 0.15s ease-out;
    /* Opera 10.50–12.00 */
    transition: border-bottom-color 0.15s ease-out;
    /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */ }
    .prev-next .right:hover,
    .prev-next .left:hover {
      border-bottom: 1px solid black; }
  .prev-next .left {
    margin-left: 40px; }
    .prev-next .left:before, .prev-next .left::before {
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      left: -40px;
      background-image: url(maurice_sprite_11135419003916639185.png);
      background-position: -722px -370px;
      background-repeat: no-repeat;
      width: 40px;
      height: 20px; }
  .prev-next .right {
    margin-right: 40px; }
    .prev-next .right:after, .prev-next .right::after {
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      right: -40px;
      background-image: url(maurice_sprite_11135419003916639185.png);
      background-position: -782px -370px;
      background-repeat: no-repeat;
      width: 40px;
      height: 20px; }

.pagination {
  float: right;
  padding: 0 29px 0 0;
  margin: 0;
  color: black;
  width: 140px;
  text-align: right; }
  .pagination.below {
    padding-bottom: 10px; }

.search-pagination .pagination {
  float: right;
  padding: 0 0 0 0;
  margin: 0;
  color: black;
  width: 140px;
  text-align: right;
  padding-bottom: 10px; }

.template-article .pagination {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px; }

.pagination a,
.pagination span {
  font-size: 11px;
  padding: 0px 1px;
  margin: 0px;
  color: black; }
  .pagination a.sep,
  .pagination span.sep {
    padding: 3px 2px;
    margin: 0px;
    color: #6D6E70; }
  .pagination a.active,
  .pagination span.active {
    -webkit-transition: border-bottom-color 0.15s ease-out, color 0.15s ease-out;
    /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: border-bottom-color 0.15s ease-out, color 0.15s ease-out;
    /* Firefox 4-15 */
    -o-transition: border-bottom-color 0.15s ease-out, color 0.15s ease-out;
    /* Opera 10.50–12.00 */
    transition: border-bottom-color 0.15s ease-out, color 0.15s ease-out;
    /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
    border-bottom: 1px solid white;
    color: #6D6E70; }
  .pagination a.active:hover,
  .pagination span.active:hover {
    border-bottom: 1px solid black;
    color: black; }

.pagination-ellipsis {
  margin: 0 3px; }

/* ON SALE & COMPARE AT PRICE */
.on-sale {
  color: #00DBDB !important; }

.compare-at-price {
  font-style: normal;
  text-decoration: line-through;
  color: #a9aaaa; }

/* PRODUCT AND COLLECTION GRID */
.two-per-row,
.four-per-row,
.three-per-row {
  display: block;
  float: left;
  width: 191px;
  margin: 0 0 20px 40px; }

.four-per-row {
  margin: 0 0 20px 40px;
  width: 190px;
  min-height: 260px; }

.three-per-row {
  width: 268px; }

#content .two-per-row {
  width: 422px; }
  #content .two-per-row img {
    height: 374px; }

.three-per-row .coll-prod-caption {
  margin-top: 6px; }

.coll-prod-caption {
  position: relative; }

.coll-prod-buy.disabled {
  -moz-opacity: 0.50;
  opacity: .50;
  filter: alpha(opacity=50); }

.four-per-row .coll-prod-title,
.three-per-row .coll-prod-title {
  color: black;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700; }

.four-per-row:hover .sale-overlay, .three-per-row:hover .sale-overlay {
  opacity: 1;
  z-index: 1337; }

.four-per-row .coll-image-wrap,
.three-per-row .coll-image-wrap {
  overflow: hidden;
  text-align: center;
  position: relative; }

.four-per-row .coll-image-wrap {
  width: 190px;
  height: 190px; }

.three-per-row .coll-image-wrap {
  width: 268px;
  height: 268.0px; }

.three-per-row .coll-image-wrap.portrait {
  height: auto; }

.four-per-row .coll-image-wrap img, .three-per-row .coll-image-wrap img {
  opacity: 0; }

.four-per-row .coll-image-wrap img {
  max-width: 190px; }

.three-per-row .coll-image-wrap img {
  max-width: 268px; }

.four-per-row .coll-image-wrap a, .three-per-row .coll-image-wrap a {
  display: block; }

.four-per-row .coll-prod-buy, .three-per-row .coll-prod-buy {
  background-color: #677e87;
  text-align: center;
  display: block;
  float: right;
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  font-family: 'museo-sans', sans-serif;
  line-height: 14px; }

.four-per-row .coll-prod-buy {
  padding: 5px 10px 6px;
  font-size: 13px;
  margin-left: 5px; }

.three-per-row .coll-prod-buy {
  padding: 7px 12px 8px;
  font-size: 14px;
  margin-left: 5px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .four-per-row .coll-prod-buy {
    padding: 5px 10px 7px; } }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .three-per-row .coll-prod-buy {
    padding: 7px 12px 9px; } }
.ie9 .four-per-row .coll-prod-buy {
  padding: 6px 10px 6px; }

.four-per-row {
  position: relative; }
  .four-per-row .sale_badge,
  .four-per-row .new_badge {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    right: -30px;
    top: 160px;
    background-color: transparent;
    background-repeat: no-repeat;
    text-indent: -9999px; }
  .four-per-row .new_badge {
    background-position: -36px -877px; }
  .four-per-row .sale_badge {
    background-position: -151px -877px; }
  .four-per-row .coll-image-wrap {
    opacity: 1;
    -webkit-transition: opacity 0.15s ease-out;
    /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: opacity 0.15s ease-out;
    /* Firefox 4-15 */
    -o-transition: opacity 0.15s ease-out;
    /* Opera 10.50–12.00 */
    transition: opacity 0.15s ease-out;
    /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */ }
  .four-per-row:hover .coll-image-wrap {
    opacity: 0.9; }
  .four-per-row .coll-prod-meta {
    font-size: 12px;
    color: black;
    height: 85px;
    overflow: hidden;
    margin-top: 7px; }
    .four-per-row .coll-prod-meta .coll-prod-title {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 13px;
      line-height: 18px;
      color: black;
      margin: 0;
      padding: 0;
      max-height: 54px;
      overflow: hidden;
      display: block;
      text-transform: uppercase; }
      .four-per-row .coll-prod-meta .coll-prod-title span {
        display: block;
        text-transform: none;
        margin-bottom: 6px; }
    .four-per-row .coll-prod-meta .product_tags,
    .four-per-row .coll-prod-meta .coll-prod-price {
      font-weight: 300;
      font-size: 12px;
      line-height: 15px;
      color: #6D6E70;
      margin: 0;
      padding: 0; }
    .four-per-row .coll-prod-meta .product_tags {
      padding: 15px 0 0 0;
      font-size: 12px;
      display: none; }
      .four-per-row .coll-prod-meta .product_tags .tags {
        text-transform: uppercase;
        color: black;
        font-weight: 700; }
      .four-per-row .coll-prod-meta .product_tags a {
        color: #6D6E70;
        border-bottom-color: white; }
        .four-per-row .coll-prod-meta .product_tags a:hover {
          color: black;
          border-bottom-color: #6D6E70; }

.four-per-row .coll-prod-meta.no-medallion {
  text-align: center; }

.three-per-row .coll-prod-meta.no-medallion {
  text-align: center; }

.four-per-row .coll-prod-title {
  font-weight: 700;
  font-family: 'museo-sans', sans-serif; }

.four-per-row .coll-prod-price {
  color: #a9aaaa;
  margin: 3px 0 0 0; }

.three-per-row .coll-prod-price {
  font-size: 14px;
  color: #a9aaaa;
  margin: 6px 0 0 0; }

/* COLLECTION ITEMS */
.collection-list-product-count {
  line-height: 15px;
  font-size: 12px;
  color: #6d6e70;
  margin: 0; }

/* INPUT */
label {
  display: block;
  font-size: 14px;
  margin: 7px 0 4px 0; }

input[type="checkbox"], input[type="radio"], .checkbox, .radio {
  margin: 4px 5px 0 0;
  float: left; }

.ie9 input[type="checkbox"], .ie9 input[type="radio"], .ie9 .checkbox, .ie9 .radio,
.lt-ie9 input[type="checkbox"], .lt-ie9 input[type="radio"], .lt-ie9 .checkbox, .lt-ie9 .radio {
  margin-top: 2px; }

#contact-form-wrapper {
  margin: 10px 0; }

.btn,
.button,
.stippellijn {
  font-family: "museo-sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  color: white;
  background: transparent;
  text-transform: uppercase;
  border: 1px dashed white;
  outline: 0;
  padding: 5px;
  -webkit-appearance: none;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
  -webkit-transition: border-color 0.15s ease-in-out, color 0.15s ease-in-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: border-color 0.15s ease-in-out, color 0.15s ease-in-out;
  /* Firefox 4-15 */
  -o-transition: border-color 0.15s ease-in-out, color 0.15s ease-in-out;
  /* Opera 10.50–12.00 */
  transition: border-color 0.15s ease-in-out, color 0.15s ease-in-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */ }

input[type=text],
input[type=tel],
input[type=password],
input[type=email],
textarea {
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  border: 1px dashed black;
  outline: 0;
  padding: 5px;
  font-size: 14px;
  -webkit-appearance: none;
  margin-bottom: 0px; }

.contact-form .styled-input,
.comment-form .styled-input,
textarea {
  width: 350px; }

#page_11403323 #page-content .column p.stippellijnBorder {
  float: left;
  margin: 10px 40px 20px 40px; }

.stippellijnBorder {
  background: #00DBDB;
  display: inline-block;
  padding: 3px;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease-in-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: background-color 0.15s ease-in-out;
  /* Firefox 4-15 */
  -o-transition: background-color 0.15s ease-in-out;
  /* Opera 10.50–12.00 */
  transition: background-color 0.15s ease-in-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */ }
  .stippellijnBorder.disabled:hover {
    background-color: #00DBDB; }
    .stippellijnBorder.disabled:hover .stippellijn {
      border: 1px dashed white;
      color: white; }
  .stippellijnBorder:hover {
    background-color: white; }
    .stippellijnBorder:hover .stippellijn {
      border: 1px dashed #00DBDB;
      color: #00DBDB; }

form.placeholder label {
  display: none; }
form.placeholder input[type=text],
form.placeholder input[type=email],
form.placeholder textarea {
  margin: 10px 0 0 0; }

/* IE 7 Specific */
.lt-ie9 .styled-submit {
  padding: 13px 15px 12px; }

.lt-ie8 .styled-submit {
  padding: 11px 14px; }

@-moz-document url-prefix() {
  .styled-submit {
    padding: 11px 14px 9px; } }
.styled-small-button {
  background-color: #677e87;
  color: #ffffff;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  outline: none;
  position: relative;
  z-index: 1;
  -webkit-text-stroke: 0.1px;
  -webkit-font-smoothing: antialiased; }

.styled-small-button:hover {
  background-color: #333333; }

/* CUSTOM SELECT */
select {
  height: 36px;
  line-height: 36px;
  border: 1px solid #BBB;
  font-size: 14px;
  padding: 10px 0; }

.lt-ie9 .special-select, .lt-ie9 .single-option-selector, .lt-ie9 #currencies {
  margin-left: 0px;
  margin-top: 0px; }

.custom-style-select-box {
  display: block;
  padding: 7px 4px 7px 9px;
  background-color: #ececec;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-top: 1px solid #b9b9b9;
  border-left: 1px solid #aeaeae;
  border-right: 1px solid #aeaeae;
  border-bottom: 1px solid #9b9b9b;
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkxJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 53%, #ececec 54%, #eeeeee 91%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(53%, #f5f5f5), color-stop(54%, #ececec), color-stop(91%, #eeeeee), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 53%, #ececec 54%, #eeeeee 91%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 53%, #ececec 54%, #eeeeee 91%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 53%, #ececec 54%, #eeeeee 91%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #f5f5f5 53%, #ececec 54%, #eeeeee 91%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ) !important;
  /* IE6-8 */
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 14px; }

.custom-style-select-box-inner {
  background: url("select-glyph_11135419003916639185.png") no-repeat center right;
  padding-right: 15px;
  color: #333; }

#toc {
  margin-left: 5px;
  padding-left: 0;
  list-style-type: disc;
  list-style-position: inside; }

#toc ul, #toc li {
  margin: 7px 0;
  padding: 0; }

.pinterest_wrapper {
  margin: 6px 0 0 9px;
  float: left; }

#toc ul {
  padding-left: 20px; }

p {
  line-height: 21px;
  font-size: 14px;
  margin: 5px 0;
  font-weight: 300; }

.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
  font-family: 'museo-sans', sans-serif;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 14px; }

.rte h1 {
  font-size: 35px;
  line-height: 40px; }

.rte h2 {
  font-size: 30px;
  line-height: 36px; }

.rte h3 {
  font-size: 26px;
  line-height: 30px; }

.rte h4 {
  font-size: 22px;
  line-height: 27px; }

.rte h5 {
  font-size: 18px; }

.rte h6 {
  font-size: 14px;
  line-height: 19px; }

.rte p, .rte blockquote, .rte ol, .rte ul, .rte figure, .rte object, .rte iframe, .rte table, .rte div, .rte pre {
  margin: 0 0 20px 0; }

.rte figcaption {
  line-height: 16px;
  font-size: 13px;
  display: block;
  margin: 5px 0; }

.rte ul, .rte ol {
  padding-left: 16px; }

.rte ul {
  list-style-type: disc; }

.rte li {
  margin-bottom: 5px;
  border-bottom: none !important; }

.rte iframe {
  max-width: 100%; }

.rte blockquote {
  border-left: 5px solid #e2e2e2;
  padding-left: 20px;
  color: #999999;
  margin-left: 0px;
  max-width: 80%; }

.rte img {
  max-width: 100%; }

.rte table {
  width: 100%;
  font-size: 13px;
  border: 1px solid #b9b9b9; }

.rte table.no-border {
  border: none; }

.rte table tr:hover td {
  background-color: #e9e9e9; }

.rte table.no-border tr:hover td {
  background-color: transparent; }

.rte table th {
  padding: 15px 10px 10px 10px;
  font-weight: normal;
  font-size: 14px;
  text-align: left; }

.rte table.no-border th {
  padding: 0; }

.rte table td {
  padding: 10px;
  border-top: 1px solid #b9b9b9;
  background-color: #fafafa;
  text-align: left; }

.rte table.no-border td {
  padding: 0;
  border-top: none;
  background-color: transparent; }

pre {
  display: block;
  background: #eee;
  padding: 17px 20px 21px 20px; }

p.highlight {
  background: #d3e2e8;
  padding: 17px 20px 21px 20px; }

.gist-meta {
  display: none; }

.gist .gist-file .gist-data {
  background: #eee !important;
  border-bottom: none !important; }

.gist-highlight {
  border-left: 3ex solid #eee;
  position: relative; }

.gist-highlight pre {
  counter-reset: linenumbers; }

.gist-highlight pre div:before {
  color: #aaa;
  content: counter(linenumbers);
  counter-increment: linenumbers;
  left: -3ex;
  position: absolute;
  text-align: right;
  width: 2.5ex; }

/* PAGE CONTAINER & TITLE */
.page-container {
  width: 884px;
  margin-top: 52px; }

.page-title {
  max-width: 560px;
  color: #333333;
  font-size: 35px;
  line-height: 35px;
  margin: 0 0 42px;
  font-family: 'museo-sans', sans-serif;
  -webkit-font-smoothing: antialiased; }

.page-title.full-width {
  max-width: inherit; }

/* SNIPPET: Sidebar */
.sidebar {
  width: 268px;
  float: right;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
  padding: 0 0 20px; }

.sidebar img {
  max-width: 268px; }

#snippet-blog-sidebar {
  padding-bottom: 20px; }

#snippet-blog-sidebar.no-tags {
  padding-bottom: 80px; }

#snippet-tag-sidebar {
  border-top: 1px solid #e2e2e2;
  padding: 36px 0 80px; }

.sidebar h2,
.sidebar h3,
#snippet-blog-sidebar-title,
#snippet-tag-title {
  -webkit-font-smoothing: antialiased;
  font-family: 'the_skinnyregular';
  font-size: 32px;
  color: #FFA2FF;
  margin: 0;
  padding: 0;
  line-height: 46px; }

#snippet-blog-sidebar-title #blog-share-rss {
  float: none;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 6px;
  top: 4px;
  vertical-align: bottom; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #snippet-blog-sidebar-title #blog-share-rss {
    top: 0px !important; } }
#snippet-tag-title {
  margin-bottom: 16px; }

.sidebar-article {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0; }

.sidebar-article.last {
  border-bottom: none; }

.sidebar-article h2 {
  margin: 0 0 3px 0; }

.sidebar-article-title {
  color: #677e87;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  font-family: 'museo-sans', sans-serif; }

.sidebar-article-title:hover {
  color: #333333; }

.sidebar-article-date, .sidebar-article-comments {
  display: inline-block;
  font-size: 12px;
  color: #999999;
  padding: 4px 4px 4px 0px;
  margin: 0;
  zoom: 1;
  *display: inline; }

.sidebar-article-comments {
  padding-left: 20px;
  background: url("global-sprite_11135419003916639185.png") no-repeat 0 3px; }

.sidebar-tag {
  padding: 13px 0 13px;
  font-size: 14px;
  color: #677e87;
  border-bottom: 1px solid #eeeeee; }

.sidebar-tag.last {
  border-bottom: none; }

.sidebar-tag a {
  max-width: 250px; }

.sidebar-tag a:hover {
  color: #333333; }

.sidebar-tag .tag-count {
  float: right;
  color: #999999; }

/* IE7 Specific Styling */
.lt-ie8 .tag-count {
  position: relative;
  top: -34px; }

/* SNIPPET: Related Products */
.related-products-container {
  margin-top: 20px;
  padding: 40px 0 0 0;
  position: relative;
  width: 880px; }

.related-products-title {
  font-size: 19px;
  font-weight: 700;
  margin: 30px 0;
  font-family: 'museo-sans', sans-serif;
  color: #333333; }

.related-products-list {
  margin: 0 0 0 -40px;
  padding: 0 0 0 0;
  list-style-type: none;
  position: relative; }
  .related-products-list .four-per-row.last_row {
    margin-bottom: 40px; }

/* SNIPPET: Breadcrumbs */
.pagenav_holder {
  padding: 50px 0 11px 0; }

.svg .slideshow .prever,
.svg .slideshow .nexter {
  background-image: url(maurice_sprite_11135419003916639185.svg); }

.slideshow {
  z-index: 1; }
  .slideshow p {
    margin: 0;
    padding: 0; }
  .slideshow:hover .prever,
  .slideshow:hover .nexter {
    opacity: 1; }
  .slideshow .prever,
  .slideshow .nexter {
    display: block;
    width: 44px;
    height: 34px;
    position: absolute;
    top: 50%;
    z-index: 2000;
    background-image: url(maurice_sprite_11135419003916639185.png);
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 3px;
    cursor: pointer;
    opacity: 0.66;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out; }
  .slideshow .prever {
    left: 10px;
    background-position: -713px -362px; }
  .slideshow .nexter {
    right: 10px;
    background-position: -789px -362px; }

/*
#contact-module,
#about-module{
	visibility: hidden;
}
*/
#cd-phone,
#footer .ft-share {
  display: none; }

#breadcrumbs {
  padding: 1px 0px 0px 0px;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  font-size: 11px;
  font-weight: 300;
  color: #6D6E70;
  width: 700px;
  float: left; }
  #breadcrumbs a {
    color: #6D6E70;
    border-bottom: 1px solid white; }
    #breadcrumbs a:hover {
      border-bottom: 1px solid #6D6E70; }

/* TEMPLATE: Layout */
/* ==================================== */
#header {
  width: 920px;
  position: relative;
  float: right;
  z-index: 30; }

/* IE 7 Specific */
*:first-child + html #header {
  z-index: 2; }

#cart-summary {
  letter-spacing: 1px;
  position: absolute;
  right: 26px;
  top: 28px;
  display: none; }

#cart-summary p {
  display: block;
  margin: 0; }

#cart-summary #cart-count {
  padding: 0px;
  border: none;
  text-align: right;
  font-size: 14px;
  font-size: 14px;
  color: #FFA2FF;
  line-height: 18px;
  font-weight: 300;
  position: relative;
  padding: 0 0 0 59px;
  height: 49px;
  display: block; }
  #cart-summary #cart-count .cart_icon {
    display: block;
    width: 63px;
    height: 49px;
    background-position: -33px -1587px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0; }
  #cart-summary #cart-count span {
    border-bottom: none;
    padding-top: 12px;
    padding-left: 6px;
    display: inline-block;
    color: black;
    -webkit-transition: color 0.15s ease-out;
    /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: color 0.15s ease-out;
    /* Firefox 4-15 */
    -o-transition: color 0.15s ease-out;
    /* Opera 10.50–12.00 */
    transition: color 0.15s ease-out;
    /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */ }
  #cart-summary #cart-count:hover span {
    color: #FFA2FF; }

#cart-summary #current-currency, #cart-summary #currencies-picker {
  display: none; }

#cart-summary #currencies-picker {
  position: relative;
  left: 5px;
  top: 0; }

#cart-summary #currencies {
  height: 36px !important;
  font-size: 12px;
  width: 42px; }

#cart-summary #currencies-picker .custom-style-select-box-inner {
  font-size: 12px;
  font-family: 'museo-sans', sans-serif;
  letter-spacing: 0;
  font-style: normal;
  text-align: left; }

#search-form {
  width: 140px;
  height: 24px;
  display: block;
  border: 1px dashed black; }

#search-field {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #333333;
  margin-left: 10px;
  width: 102px;
  float: left;
  background: transparent;
  margin-top: 5px; }

#search-field.hint {
  -webkit-font-smoothing: antialiased;
  color: #bbbbbb;
  text-transform: lowercase; }

#search-submit {
  outline: none;
  border: none;
  height: 12px;
  width: 12px;
  background: url(share-icons-sprite_11135419003916639185.png) no-repeat -556px -4px;
  margin-top: 6px;
  margin-right: 10px;
  padding: 0;
  float: right;
  display: block; }

#cart-total {
  position: absolute;
  height: 81px;
  width: 81px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #677e87;
  text-align: center;
  display: block;
  margin: 0;
  right: -55px;
  top: 26px; }

#cart-total:hover {
  background-color: #333333; }

#cart-price {
  font-size: 20px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 400;
  font-style: normal;
  margin-top: 29px;
  opacity: 0;
  display: block; }

#cart-total-text {
  margin-left: 12px; }

#logo {
  display: block;
  float: left;
  line-height: 1px;
  width: 170px;
  height: 170px;
  margin: 18px 0px 18px 35px;
  text-decoration: none; }

#logo img {
  width: 100%;
  height: 100%; }

.baseline {
  width: 652px;
  height: 56px;
  display: block;
  text-indent: -9999px;
  background-position: -36px -660px;
  background-repeat: no-repeat;
  float: left;
  margin: 35px 0 0 13px;
  padding: 0;
  overflow: hidden; }

#title {
  font-size: 26px;
  line-height: 32px;
  margin: 74px 0 16px;
  float: left; }

#title a {
  color: #333333; }

/* Main Navigation */
.submenuhover #nav li.shop a,
.template-collection #nav li.shop a,
.template-list-collections #nav li.shop a,
.template-product #nav li.shop a {
  background-position: -246px -72px; }

.template-pagelookbook-met-productlinks #coll-product-list {
  float: left; }
  .template-pagelookbook-met-productlinks #coll-product-list li {
    height: auto !important; }
.template-pagelookbook-met-productlinks #content #coll-product-list img {
  width: 100%;
  height: auto !important; }
.template-pagelookbook-met-productlinks #content p {
  margin: 0; }
.template-pagelookbook-met-productlinks #content h1 {
  margin-top: 0;
  margin-bottom: 40px; }

#nav {
  display: block;
  list-style-type: none;
  padding-left: 0;
  position: relative;
  left: -9px;
  z-index: 9999;
  width: 920px;
  float: right;
  text-align: right; }
  #nav li {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    display: block;
    width: 108px;
    height: 100px;
    background-position: 0px 30px; }
    #nav li.maurice-knitwear, #nav li.shop {
      width: 115px; }
    #nav li.vragen {
      width: 110px; }
    #nav li.have-you-met-maurice.active a, #nav li.have-you-met-maurice a:hover {
      background-position: -12px -72px; }
    #nav li.movies-tutorials.active a, #nav li.movies-tutorials a:hover, #nav li.inspiration-from-new-york.active a, #nav li.inspiration-from-new-york a:hover, #nav li.stylish-inspiration.active a, #nav li.stylish-inspiration a:hover {
      background-position: -135px -72px; }
    #nav li.maurice-knitwear.active a, #nav li.maurice-knitwear a:hover, #nav li.shop.active a, #nav li.shop a:hover {
      background-position: -246px -72px; }
    #nav li.vragen.active a, #nav li.vragen a:hover {
      background-position: -358px -72px; }
    #nav li.press.active a, #nav li.press a:hover, #nav li.press-and-styling-new-york.active a, #nav li.press-and-styling-new-york a:hover, #nav li.mobile-shop-br-caravan.active a, #nav li.mobile-shop-br-caravan a:hover, #nav li.waar-staat-br-de-caravan.active a, #nav li.waar-staat-br-de-caravan a:hover {
      background-position: -488px -72px; }
    #nav li.workshops.active a, #nav li.workshops a:hover {
      background-position: -616px -72px; }
    #nav li.blog.active a, #nav li.blog a:hover, #nav li.news.active a, #nav li.news a:hover {
      background-position: -872px -64px; }
    #nav li.workshops a span {
      padding: 10px;
      background-color: transparent;
      -webkit-transition: background-color 0.15s ease-in-out;
      /* Chrome 1-25, Safari 3.2+ */
      -moz-transition: background-color 0.15s ease-in-out;
      /* Firefox 4-15 */
      -o-transition: background-color 0.15s ease-in-out;
      /* Opera 10.50–12.00 */
      transition: background-color 0.15s ease-in-out;
      /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */ }
    #nav li.workshops a:hover span {
      background-color: white;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
    #nav li.contact-me.active a, #nav li.contact-me a:hover, #nav li.verkoopspunten.active a, #nav li.verkoopspunten a:hover, #nav li.let-me-br-surprise-you.active a, #nav li.let-me-br-surprise-you a:hover {
      background-position: -744px -72px; }
    #nav li.maurice-coffee-bar.active a, #nav li.maurice-coffee-bar a:hover {
      background-position: -970px -61px; }
    #nav li a {
      background-position: 0 3000px;
      padding-top: 50px;
      padding-bottom: 20px;
      display: block;
      text-transform: uppercase;
      color: black; }

.use-logo #nav {
  margin-bottom: 0; }

.lt-ie8 .use-logo #nav {
  margin-bottom: 44px; }

.nav-item {
  float: left;
  display: block;
  padding: 0px;
  position: relative;
  z-index: 9999; }

.nav-item.first {
  border-left: none; }

.nav-item .nav-item-link {
  display: inline-block;
  color: #677e87;
  zoom: 1;
  *display: inline; }

.nav-item .nav-item-link:hover {
  color: #333333 !important; }

.nav-item.active .nav-item-link {
  color: #333333; }

/* Sub Navigation */
.nav-item.dropdown:hover {
  z-index: 99999; }

.nav-item.dropdown:hover .sub-nav {
  display: block; }

.nav-item.dropdown > a:after {
  content: ' ';
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: url(global-sprite_11135419003916639185.png) no-repeat -1px -204px;
  width: 7px;
  height: 4px;
  margin: 0 0 2px 3px; }

.sub-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 150px;
  position: absolute;
  left: 50%;
  top: 36px;
  margin-left: -97px;
  display: none;
  z-index: 1337; }

#nav li.sub-nav-niblet {
  display: block;
  /*
  width: 160px;
  */
  height: 105px;
  margin-top: -50px; }

#nav .sub-nav li.sub-nav-item {
  display: block;
  overflow: hidden;
  background-color: white;
  margin: 0;
  padding: 9px 12px;
  width: 100%;
  height: auto;
  border-right: 1px dashed black;
  border-left: 1px dashed black;
  text-align: left; }
  #nav .sub-nav li.sub-nav-item:hover a .title {
    color: #00DBDB;
    border-bottom: 1px solid #00DBDB; }
  #nav .sub-nav li.sub-nav-item:hover a .subber {
    color: black;
    border-bottom: none; }
  #nav .sub-nav li.sub-nav-item a {
    margin: 0;
    padding: 0;
    color: black; }
    #nav .sub-nav li.sub-nav-item a span {
      -webkit-transition: border-bottom-color 0.15s ease-out, color 0.15s ease-out;
      /* Chrome 1-25, Safari 3.2+ */
      -moz-transition: border-bottom-color 0.15s ease-out, color 0.15s ease-out;
      /* Firefox 4-15 */
      -o-transition: border-bottom-color 0.15s ease-out, color 0.15s ease-out;
      /* Opera 10.50–12.00 */
      transition: border-bottom-color 0.15s ease-out, color 0.15s ease-out;
      /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */ }
    #nav .sub-nav li.sub-nav-item a .title {
      text-transform: uppercase;
      border-bottom: 1px solid white; }
    #nav .sub-nav li.sub-nav-item a .subber {
      color: #999999;
      display: block;
      text-transform: none; }

#nav .sub-nav li.sub-nav-item.first {
  border-top: 1px dashed black; }

#nav .sub-nav li.sub-nav-item.last {
  border-bottom: 1px dashed black; }

/* Footer */
/* ==================================== */
#footer {
  width: 884px;
  margin: 0 26px 0 0px;
  padding: 20px 0 0 0;
  float: right;
  position: relative; }

.bottom.dashedborder:before, .bottom.dashedborder::before {
  bottom: 0; }

.top.dashedborder:before, .top.dashedborder::before {
  top: 0; }

.bottom.dashedborder:before, .bottom.dashedborder::before,
.top.dashedborder:before,
.top.dashedborder::before {
  display: block;
  content: " ";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background-image: url(maurice_sprite_11135419003916639185.png);
  background-position: 3px -790px;
  background-repeat: repeat-x; }

.svg .bottom.dashedborder:before, .svg .bottom.dashedborder::before,
.svg .top.dashedborder:before,
.svg .top.dashedborder::before {
  background-image: url(maurice_sprite_11135419003916639185.svg); }

#footer-modules {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  list-style-type: none; }

.ft-module {
  float: left;
  width: 191px;
  margin-right: 35px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300; }

.ft-module.one-third {
  width: 270px; }

.ft-module.right {
  float: right; }

#footer-modules li:last-child {
  margin-right: 0px; }

.ft-module h3 {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase; }

/* ABOUT MODULE */
#about-description {
  margin-bottom: 26px; }

.ft-share {
  display: block;
  float: left;
  height: 23px;
  width: 23px;
  margin-right: 6px;
  margin-bottom: 6px;
  margin-top: 21px;
  border-bottom: none;
  position: relative;
  border-bottom: none !important;
  background: url('share-icons-sprite_11135419003916639185.png') no-repeat; }

.ft-share:hover {
  border-bottom: none !important; }

#ft-share-twitter {
  background-position: -5px -11px; }

#ft-share-facebook {
  background-position: -34px -11px; }

#ft-share-tumblr {
  background-position: -63px -11px; }

#ft-share-rss, #blog-share-rss {
  background-position: -92px -11px; }

#ft-share-vimeo {
  background-position: -657px -10px; }

#ft-share-youtube {
  background-position: -687px -10px; }

#ft-share-pinterest {
  background-position: -717px -10px; }

#ft-share-instagram {
  background-position: -746px -10px; }

#ft-share-twitter:hover {
  background-position: -5px -45px; }

#ft-share-facebook:hover {
  background-position: -34px -45px; }

#ft-share-tumblr:hover {
  background-position: -63px -45px; }

#ft-share-rss:hover, #blog-share-rss:hover {
  background-position: -92px -45px; }

#ft-share-vimeo:hover {
  background-position: -657px -44px; }

#ft-share-youtube:hover {
  background-position: -687px -44px; }

#ft-share-pinterest:hover {
  background-position: -717px -44px; }

#ft-share-instagram:hover {
  background-position: -746px -44px; }

/* CONTACT MODULE */
#contact-details {
  list-style-type: none;
  margin: 0;
  padding: 0; }

#contact-details span {
  font-weight: 700; }

#cd-address {
  margin-bottom: 21px; }

/* TWITTER MODULE */
#twitter-module h3 {
  margin-bottom: 22px; }

.tweet-area {
  background-color: ;
  border: 1px solid ;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.75);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 13px;
  margin-bottom: 29px;
  position: relative;
  color: ; }

.tweet-area .tweet {
  margin: 0 0 4px 0; }

.tweet-area .tweet a {
  border-bottom: none;
  padding: 0; }

.twitter-meta {
  width: 191px;
  float: left; }

.ft-module a.twitter-avatar {
  height: 35px;
  width: 35px;
  overflow: hidden;
  float: left;
  margin-right: 8px;
  border-bottom: none; }

.twitter-avatar img {
  width: 35px; }

.twitter-names {
  float: left;
  width: 139px;
  margin-top: 3px; }

.ft-module a.twitter-name {
  font-weight: 700;
  font-size: 12px;
  display: block;
  border-bottom: none;
  padding-bottom: 0px;
  line-height: 12px;
  margin-bottom: 1px; }

.ft-module a.timestamp {
  font-size: 11px;
  line-height: 11px;
  border-bottom: none;
  padding: 0;
  color: #999999; }

.ft-module a.timestamp:hover {
  border-bottom: none; }

.twitter-follow {
  width: 100px;
  float: right;
  text-align: right;
  margin-top: 2px; }

.twitter-follow-button {
  width: 63px !important;
  overflow: hidden; }

/* MAILING LIST MODULE */
#mailing-list-module {
  margin-right: 0px; }
  #mailing-list-module #email-input {
    margin: 0 6px 0 0; }
  #mailing-list-module #email-submit {
    background-color: #00DBDB;
    color: white;
    border: none;
    margin: 0;
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    color: white;
    text-transform: uppercase;
    outline: 0;
    padding: 6px 8px;
    -webkit-appearance: none;
    margin-bottom: 0px;
    -webkit-transition: border-color 0.15s ease-in-out, color 0.15s ease-in-out;
    /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: border-color 0.15s ease-in-out, color 0.15s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: border-color 0.15s ease-in-out, color 0.15s ease-in-out;
    /* Opera 10.50–12.00 */
    transition: border-color 0.15s ease-in-out, color 0.15s ease-in-out;
    /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */ }

#mailing-list-module h4 {
  font-weight: 400;
  margin-bottom: 18px;
  color: #333333;
  font-size: 12px;
  line-height: 18px; }

#email-input {
  width: 160px;
  float: left; }

#email-input.hint {
  color: #bbbbbb; }

/* Sub-Footer */
/* ==================================== */
#sub-footer {
  width: 884px;
  float: right;
  padding: 30px 0px 20px 0px;
  margin-right: 26px;
  position: relative;
  opacity: 0.75;
  -webkit-transition: opacity 0.15s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: opacity 0.15s ease-out;
  /* Firefox 4-15 */
  -o-transition: opacity 0.15s ease-out;
  /* Opera 10.50–12.00 */
  transition: opacity 0.15s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */ }
  #sub-footer:hover {
    opacity: 1; }

.footer-left-content {
  margin: 0;
  float: left; }

#shopify-attr {
  margin-top: 0;
  color: #888888;
  font-size: 12px;
  line-height: 14px;
  text-align: left; }

.footer-nav {
  margin-bottom: 14px;
  line-height: 14px; }

.footer-nav a {
  font-size: 13px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-right: 10px; }

.footer-nav a, #shopify-attr a {
  color: #999999;
  border-bottom: 1px solid #999999; }

.footer-nav a:hover, #shopify-attr a:hover {
  color: #888888;
  border-bottom: 1px solid transparent; }

#payment-options {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
  height: 35px;
  display: block;
  position: absolute;
  top: 20px;
  right: 0; }

.payment-option {
  display: inline-block;
  height: 35px;
  margin-left: 24px;
  /*  */
  background: url("payment-sprite_11135419003916639185.png") no-repeat 0 0;
  /*  */
  text-indent: -9999px;
  float: right; }

#pay-paypal {
  width: 64px;
  background-position: -11px -6px; }

#pay-visa {
  width: 52px;
  background-position: -109px -5px; }

#pay-mastercard {
  width: 50px;
  background-position: -191px -5px; }

#pay-amex {
  width: 37px;
  background-position: -270px -5px; }

#pay-discover {
  width: 69px;
  background-position: -331px -5px; }

#pay-cirrus {
  width: 49px;
  background-position: -426px -5px; }

#pay-maestro {
  width: 47px;
  background-position: -504px -5px; }

#pay-google {
  width: 131px;
  background-position: -579px -5px; }

#pay-dankort {
  width: 54px;
  background-position: -730px -5px; }

/* TEMPLATE: Index */
/* ==================================== */
/* SLIDESHOW */
#slideshow {
  padding: 49px 0;
  border-bottom: 1px solid #e2e2e2;
  text-align: center; }

#slideshow-container {
  width: 884px;
  /*  */
  /*  */
  height: 490px;
  /*  */
  overflow: hidden;
  background-color: transparent;
  /* Addresses IE 6 + 7 overflow bug */
  *position: relative; }

#slides {
  display: block;
  /*  */
  /*  */
  height: 490px;
  /*  */
  min-width: 884px;
  margin: 0;
  padding: 0; }

.slide {
  width: 884px;
  /*  */
  /*  */
  height: 490px;
  /*  */
  display: block;
  float: left;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative; }

.slide-link-through {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1337; }

.slide-caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 880px;
  padding: 25px 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-family: 'museo-sans', sans-serif; }

.lt-ie9 .slide-caption {
  background: url("ie-caption-bg_11135419003916639185.png") repeat transparent; }

.slide-caption h2 {
  font-size: 39px;
  line-height: 1.3;
  margin: 0;
  margin-left: -33px; }

a.slide-link {
  font-size: 20px;
  border-bottom: 1px solid #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 1px;
  margin-top: 16px;
  margin-bottom: 10px;
  margin-left: -33px;
  color: #ffffff;
  display: inline-block;
  /* Necessary for inline-block in IE */
  zoom: 1;
  *display: inline; }

#slideshow-controls {
  display: inline-block;
  list-style-type: none;
  margin: 30px 0 0 0;
  padding: 0;
  /* Necessary for inline-block in IE */
  zoom: 1;
  *display: inline; }

#slideshow-controls li:first-child {
  margin-left: 0; }

.slide-control {
  float: left;
  display: block;
  height: 9px;
  width: 9px;
  color: #999999;
  padding: 0 3px;
  cursor: pointer;
  font-size: 24px;
  top: -7px \9;
  position: relative \9;
  font-size: 38px \9; }

.lt-ie9 .slide-control {
  top: -7px;
  position: relative;
  font-size: 38px; }

.slide-control.active {
  color: #333333; }

/* PRODUCT SLIDER */
#product-slider {
  width: 884px;
  border-bottom: 1px solid #e2e2e2;
  position: relative; }

#product-slider h2 {
  margin: 40px 0 30px;
  color: #333333;
  font-family: 'museo-sans', sans-serif;
  font-size: 19px;
  text-align: center; }

.mini-slider-controls {
  display: block;
  position: absolute;
  height: 50px;
  width: 50px;
  overflow: hidden;
  top: 40%;
  z-index: 1337;
  background: url('global-sprite_11135419003916639185.png') no-repeat 0 0;
  outline: none;
  zoom: 1;
  filter: alpha(opacity=9);
  opacity: 0.09;
  /* IE 7 Styling */
  *top: 40%; }

.mini-slider-controls:hover {
  filter: alpha(opacity=16);
  opacity: 0.16; }

.mini-slider-controls:active {
  filter: alpha(opacity=36);
  opacity: 0.36; }

#mini-slider-prev {
  left: -70px;
  background-position: 12px -709px; }

#mini-slider-next {
  right: -70px;
  background-position: 14px -619px; }

/*  */
/*  */
#mini-slider-container {
  width: 884px;
  overflow: hidden;
  position: relative; }

#mini-slides {
  list-style-type: none;
  display: block;
  padding: 0;
  margin-bottom: 52px;
  margin-top: 0; }

#mini-slides .three-per-row,
#mini-slides .four-per-row {
  margin: 0 40px 0 0; }

/* WIDGETS COLUMN */
#widgets {
  margin: 0;
  padding: 38px 0 50px 0;
  list-style-type: none;
  width: 422px;
  float: left;
  display: block; }

#widgets a:hover {
  color: #333333; }

.widget {
  border-bottom: 1px solid #e2e2e2; }

.widget.last {
  border-bottom: none; }

#widgets li:last-child {
  border-bottom: none; }

.widget-title {
  margin: 0;
  font-family: 'museo-sans', sans-serif;
  font-size: 19px;
  color: #333333;
  vertical-align: top; }

/* FRONTPAGE BLOG */
#fp-blog {
  margin: 0;
  padding: 8px 40px 18px 0;
  list-style-type: none;
  width: 382px; }

#fp-blog-title #blog-share-rss {
  float: none;
  display: inline-block;
  zoom: 1;
  *display: inline;
  top: 4px;
  margin-left: 6px;
  vertical-align: bottom; }

*:first-child + html #fp-blog-title #blog-share-rss {
  top: 1px !important; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #fp-blog-title #blog-share-rss {
    top: 1px !important; } }
.fp-article {
  margin: 22px 0;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 4px; }

.fp-article.last {
  border-bottom: none;
  margin-bottom: 0px; }

.fp-article-title {
  margin: 0;
  line-height: 26px;
  margin-top: 12px;
  font-family: 'museo-sans', sans-serif; }

.fp-article-title a {
  font-size: 16px; }

.fp-article-date {
  font-style: italic;
  color: #999999; }

.fp-article-content {
  color: #333333;
  font-size: 14px;
  line-height: 21px;
  margin-top: 8px; }

.fp-read-more {
  font-size: 13px;
  display: block;
  margin-bottom: 20px; }

/* BROWSE */
#fp-browse {
  padding: 38px 0 10px; }

#fp-browse.first {
  padding: 0px 0 10px; }

#fp-browse select {
  width: 260px; }

#fp-browse .browse-by {
  margin-bottom: 30px; }

#fp-browse-title {
  margin: 0 0 28px 0; }

.browse-sub-titles {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 14px 0;
  font-family: 'museo-sans', sans-serif; }

/* LINK LIST */
#fp-link-list-1, #fp-link-list-2 {
  padding: 38px 0 10px; }

#fp-link-list-1.first, #fp-link-list-2.first {
  padding: 0 0 10px;
  border-top: none; }

#fp-link-list-1 {
  border-bottom: none; }

#fp-link-list-2 {
  border-top: 1px solid #e2e2e2; }

.link-list {
  margin: 12px 0 12px 0;
  padding: 0;
  list-style-type: none;
  max-width: 275px; }

.link-list li:first-child {
  border-top: none; }

.ll-item {
  padding: 14px 0;
  border-top: 1px solid #eeeeee;
  font-size: 14px; }

/* PRODUCTS COLUMN */
#products-column {
  width: 422px;
  float: right;
  padding-top: 38px; }

#products-column.full-width {
  width: auto;
  float: none; }

#products-column-header {
  margin-bottom: 27px;
  overflow: hidden; }

#products-column-header a {
  float: right;
  margin-top: 7px;
  font-size: 12px; }

#products-column-header a:hover {
  color: #333333; }

#products-column-header h2 {
  float: left;
  max-width: 370px;
  margin: 0;
  font-family: 'museo-sans', sans-serif;
  color: #333333; }

#fp-product-list {
  list-style-type: none;
  display: block;
  padding: 0;
  margin-bottom: 0;
  margin-left: -40px;
  margin-top: 0;
  clear: both; }

/* WELCOME TEXT */
#welcome-text {
  margin-bottom: 40px; }

#fp-welcome-title {
  margin-bottom: 20px; }

/* NO PRODUCTS -- NO COLLECTIONS -- DEFAULT STYLES */
#default-slide-message {
  text-align: left;
  width: 780px;
  height: 141px;
  background: url("banner-blankslate_11135419003916639185.jpg") no-repeat 384px 0;
  margin: 30px auto;
  padding-left: 41px;
  padding-top: 47px;
  padding-bottom: 25px; }

.lt-ie8 #default-slide-message {
  margin: 115px auto 70px; }

#default-slide-message h1 {
  font-size: 22px;
  font-family: 'museo-sans', sans-serif;
  color: #333333;
  margin: 0 0 13px; }

#default-slide-message p {
  font-size: 14px;
  line-height: 21px;
  font-family: 'museo-sans', sans-serif;
  color: #999999;
  font-weight: 400;
  width: 370px;
  margin: 0; }

#default-slide-message h2 a:hover {
  color: #333333; }

#add-first-product {
  border-top: 1px solid #e2e2e2;
  height: 45px;
  padding-top: 46px;
  margin-bottom: 50px; }

#add-first-collection {
  margin-bottom: 94px; }

#add-first-product a.styled-submit,
#add-first-collection a.styled-submit {
  text-align: left;
  padding: 13px 14px 16px 46px;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.ie9 #add-first-product a.styled-submit, .lt-ie9 #add-first-product a.styled-submit,
.ie9 #add-first-collection a.styled-submit, .lt-ie9 #add-first-collection a.styled-submit {
  padding: 12px 14px 12px 46px; }

.lt-ie8 #add-first-product a.styled-submit, .lt-ie8 #add-first-collection a.styled-submit {
  padding: 13px 14px 12px 46px; }

#add-first-product span, #add-first-collection span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: url("no_products_icon_11135419003916639185.png") no-repeat 0 0;
  height: 25px;
  width: 25px;
  position: absolute;
  left: 12px;
  top: 9px; }

.ie9 #add-first-product span, .lt-ie9 #add-first-product span,
.ie9 #add-first-collection span, .lt-ie9 #add-first-collection span {
  top: 7px; }

#fp-product-list.default {
  margin-bottom: 0; }

.lt-ie8 #fp-product-list.default {
  margin-bottom: 40px; }

.default .coll-image-wrap {
  border: 1px solid #6D6E70 !important;
  min-height: 1em;
  display: table-cell;
  vertical-align: middle; }

.default .coll-image-wrap p {
  font-size: 26px !important;
  color: #eaeaea !important; }

.default .coll-prod-meta {
  color: #c5c5c5 !important; }

.default li .coll-prod-meta p {
  margin: 0 !important; }

.default li:hover .coll-prod-meta p {
  color: #c5c5c5 !important; }

.default li .coll-prod-buy {
  color: #ffffff !important;
  background: #e8e8e8 !important; }

.default li .coll-prod-meta p.coll-prod-price {
  margin-top: 3px !important;
  color: #c5c5c5 !important; }

/* TEMPLATE: Collection */
/* ==================================== */
#collection-header {
  margin: 52px auto 38px;
  padding: 0;
  list-style-type: none;
  width: 884px;
  display: block; }

#collection-title {
  float: left;
  max-width: 530px;
  font-family: 'museo-sans', sans-serif; }

#collection-title h1 {
  margin: 0; }

.filter {
  float: right;
  padding-top: 9px;
  padding-left: 20px; }

.filter p {
  display: inline;
  color: #999999;
  font-size: 14px; }

.filter .custom-style-select-box {
  min-width: 100px; }

.filter .special-select {
  opacity: 0;
  min-width: 120px; }

.filter .special-select, .filter .custom-style-select-box {
  margin-left: 5px; }

.lt-ie9 .filter .special-select {
  margin-left: 14px; }

@-moz-document url-prefix() {
  .filter .special-select {
    margin-top: 1px;
    margin-left: 16px; } }
#collection-description {
  margin-bottom: 40px;
  padding-bottom: 21px;
  border-bottom: 1px solid #e2e2e2; }

#coll-product-list,
#collection-list {
  margin: 0 0 0px -40px;
  padding: 0;
  list-style-type: none; }

.lt-ie8 #coll-product-list {
  padding-bottom: 40px; }

/* TEMPLATE: Product */
/* ==================================== */
.no-js #product-select {
  display: inline;
  visibility: visible; }

#product-share {
  padding: 36px 0;
  border-top: 1px solid #e2e2e2;
  margin-top: 28px; }

#product-details #product-share {
  border-top: none;
  margin-bottom: 40px; }

#product-share h3 {
  font-size: 19px;
  color: #333333;
  margin: 0 0 31px;
  font-family: 'museo-sans', sans-serif; }

.product-share-item {
  display: block;
  height: 31px;
  width: 31px;
  background: url("share-icons-sprite_11135419003916639185.png") 0 0;
  float: left;
  margin-left: 8px;
  position: relative; }

#ps-facebook {
  background-position: -166px -3px; }

#ps-twitter {
  background-position: -126px -3px;
  margin-left: 0px; }

#ps-tumblr {
  background-position: -206px -3px; }

#ps-pinterest {
  background-position: -246px -3px; }

#ps-google {
  background-position: -285px -3px; }

#ps-mail {
  background-position: -324px -3px; }

#ps-facebook:hover {
  background-position: -166px -37px; }

#ps-twitter:hover {
  background-position: -126px -37px; }

#ps-tumblr:hover {
  background-position: -206px -37px; }

#ps-pinterest:hover {
  background-position: -246px -37px; }

#ps-google:hover {
  background-position: -285px -37px; }

#ps-mail:hover {
  background-position: -324px -37px; }

#product-content {
  width: 880px;
  margin: 0; }

#product-details {
  width: 422px;
  float: right;
  margin: 0;
  padding: 0 0 42px 0;
  list-style-type: none;
  position: relative;
  min-height: 500px; }
  #product-details input[type=text],
  #product-details input[type=number] {
    border: 1px solid black; }

.property-wrapper {
  margin: 29px 0; }

#product-details li:last-child {
  border-bottom: 0; }

#product-title {
  padding: 0 0 0 0; }

#product-title h1 {
  color: black;
  -webkit-font-smoothing: antialiased;
  font-size: 21px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-weight: 700; }

.prod_subtitle {
  line-height: 21px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-weight: 500;
  color: black;
  -webkit-font-smoothing: antialiased;
  font-size: 14px; }

.prod_description {
  line-height: 21px;
  margin: 0 0 20px 0;
  font-weight: 300;
  color: black;
  -webkit-font-smoothing: antialiased;
  font-size: 14px; }
  .prod_description p,
  .prod_description ul li,
  .prod_description ol li {
    color: black;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 300; }

#product-title h2 {
  font-size: 25px;
  line-height: 26px;
  margin: 0; }

.betalingsmogelijkheden {
  margin: 18px 0;
  padding: 18px 0;
  border-top: 1px dashed #e2e2e2; }
  .betalingsmogelijkheden h2,
  .betalingsmogelijkheden p {
    text-align: left; }
  .betalingsmogelijkheden ul {
    margin: 0;
    padding: 0 0 0 12px; }
    .betalingsmogelijkheden ul li {
      font-weight: 500;
      text-align: left;
      margin: 0 0 6px 0;
      padding: 0; }
      .betalingsmogelijkheden ul li span {
        font-weight: 300; }
        .betalingsmogelijkheden ul li span strong {
          font-weight: 500; }

#product-price {
  margin: 0;
  padding: 0; }

.maurice_xx {
  display: block;
  width: 100px;
  height: auto; }

#product-variants,
#betaling,
#full_description {
  position: relative;
  padding: 20px 0 13px 0; }
  #product-variants h2,
  #betaling h2,
  #full_description h2 {
    text-transform: none;
    color: black;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 12px 0; }
  #product-variants p,
  #betaling p,
  #full_description p {
    margin: 0 0 7px 0;
    padding: 0; }

#product-variants {
  padding-bottom: 20px;
  border-bottom: 1px dashed black; }

#betaling {
  padding: 0px 0 13px 0; }

.product-price {
  display: inline;
  color: #6D6E70;
  font-size: 18px;
  margin: 0 0 0 0;
  font-weight: 300; }

.product-compare-price {
  display: inline;
  color: #a9aaaa;
  font-size: 19px;
  text-decoration: line-through; }

.template-collection h1 {
  font-size: 21px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 20px 0;
  padding: 0;
  color: #00DBDB; }
  .template-collection h1 span {
    color: black;
    text-transform: capitalize; }

.template-list-collections h1 {
  text-transform: uppercase;
  margin: 0 0 20px 0;
  color: #00DBDB;
  -webkit-font-smoothing: antialiased;
  font-family: 'the_skinnyregular';
  font-size: 32px;
  padding: 0;
  line-height: 46px; }

#product-prices {
  position: relative;
  padding-bottom: 20px; }

#product-details select {
  margin-top: 4px;
  min-width: 142px;
  line-height: 24px;
  font-size: 14px; }

@-moz-document url-prefix() {
  .template-product .single-option-selector, #cart-summary #currencies {
    margin-top: 1px;
    margin-left: 0px; } }
.selector-wrapper {
  float: left;
  margin: 20px 10px 0 0; }

#product-variants .selector-wrapper {
  margin: 0px 12px 0 0px; }

.lt-ie8 .selector-wrapper {
  padding: 10px 0 !important; }

.selector-wrapper label,
#product-grownup-quote label,
#product-kids-quote label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  color: #000;
  margin-bottom: 12px;
  font-family: 'museo-sans', sans-serif; }

#product-variants .selector-wrapper label,
#product-grownup-quote label,
#product-kids-quote label {
  display: block !important;
}

#product-grownup-quote input,
#product-kids-quote input {
  width: 412px;
  color: #222;
  margin-top: 0;
}

#product-kids-quote { margin-top: 20px; }

#product-grownup-quote { padding-top: 20px; }

#product-kids-quote {
  padding-bottom: 20px;
  border-bottom: 1px dashed black;
}


#quantity {
  width: 50px;
  height: 35px;
  margin-bottom: 0;
  text-align: center;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 1px 0 2px 0; }

#product-add {
  padding: 20px 0 20px 0px; }

#product-add-medallion {
  height: 40px;
  width: 40px;
  position: relative;
  background: url("share-icons-sprite_11135419003916639185.png") no-repeat -387px -3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  cursor: pointer; }

#product-add-medallion:hover {
  background-position: -387px -55px; }

#product-description {
  padding: 0;
  border-top: 1px dashed black;
  border-bottom: 1px dashed black; }
  #product-description.single_border {
    border-bottom: 0px dashed black; }

#product-description.bottom {
  padding: 0;
  clear: both; }

#product-photos {
  width: 420px;
  float: left; }

#product-photo-container {
  width: 420px;
  text-align: left;
  position: relative;
  overflow: hidden;
  border: none;
  margin: 0;
  padding: 0; }

#product-photo-container a {
  display: block;
  position: absolute;
  overflow: hidden;
  color: transparent;
  outline: none;
  background: transparent; }

#product-photo-container img {
  max-width: 420px;
  position: absolute;
  display: none;
  left: 0;
  top: 0; }

#product-photo-thumbs {
  margin: 15px -20px 0 0;
  padding: 0;
  list-style-type: none; }

.product-photo-thumb {
  float: left;
  text-align: left;
  background-color: transparent;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  width: 130px; }
  .product-photo-thumb img {
    width: 130px;
    height: auto;
    float: left;
    margin: 0;
    padding: 0; }

.product-photo-thumb img {
  opacity: 0; }

#continue-shopping {
  margin: 10px 0;
  display: inline-block; }

/* TEMPLATE: Page */
/* ==================================== */
#page-content h1 {
  -webkit-font-smoothing: antialiased;
  font-family: 'the_skinnyregular';
  font-size: 32px;
  color: #00DBDB;
  margin: 0;
  padding: 0;
  line-height: 46px; }
#page-content h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  color: black;
  margin: 15px 0 5px 0;
  padding: 0; }

#page-content .agenda h1 {
  /*
  font-weight: 700;	
  color: black;
  font-size: 14px;
  margin: 10px 0 0 0;
  line-height: 21px;
  */ }
  #page-content .agenda h1:first-child {
    margin-top: 0; }
#page-content .agenda h3 {
  font-weight: 700;
  color: black;
  font-size: 14px;
  margin: 10px 0 0 0;
  line-height: 21px; }
#page-content .agenda p {
  font-weight: 300;
  color: black;
  font-size: 14px;
  margin: 9px 0 9px 0; }

#your-shopping-cart #page-content h1 {
  margin-bottom: 40px; }

.template-pageworkshops #content .page-container {
  position: relative; }
  .template-pageworkshops #content .page-container .vero {
    width: 48%;
    height: auto;
    position: absolute;
    top: 67px;
    right: 0px;
    z-index: 1; }
.template-pageworkshops #page-content {
  width: 50%;
  position: relative;
  z-index: 2;
  /*
  &:before,
  &::before{
  	content: " ";
  	display: block;
  	width: 96px;
  	height: 83px;
  	position: absolute;
  	top: 386px;
  	left: 441px;
  	background-position: -169px -1750px;
  	background-repeat: no-repeat;
  	background-image: url(maurice_sprite_11135419003916639185.png );
  }
  */ }
  .template-pageworkshops #page-content h1.usesSprite {
    text-indent: -9999px;
    background-position: -31px -1193px;
    width: 250px;
    height: 46px; }
  .template-pageworkshops #page-content h2.usesSprite {
    text-indent: -9999px;
    background-position: -52px -1380px;
    width: 140px;
    height: 38px;
    margin: 0 0 40px 0;
    padding: 0; }
  .template-pageworkshops #page-content .agenda_workshops {
    margin: 10px 0 40px 0; }

#page_11403335 #content .page-container {
  position: relative;
  min-height: 715px; }
  #page_11403335 #content .page-container .vero {
    width: 500px;
    height: auto;
    position: absolute;
    top: 170px;
    right: 30px;
    z-index: 1; }
#page_11403335 #page-content {
  width: 50%;
  position: relative;
  z-index: 2; }
  #page_11403335 #page-content:before, #page_11403335 #page-content::before {
    content: " ";
    display: block;
    width: 96px;
    height: 83px;
    position: absolute;
    top: 190px;
    left: 221px;
    background-position: -140px -1259px;
    background-repeat: no-repeat;
    background-image: url(maurice_sprite_11135419003916639185.png); }
  #page_11403335 #page-content h1.usesSprite {
    text-indent: -9999px;
    background-position: -31px -1193px;
    width: 250px;
    height: 46px; }
  #page_11403335 #page-content h2.usesSprite {
    text-indent: -9999px;
    background-position: -52px -1380px;
    width: 140px;
    height: 38px;
    margin: 0 0 40px 0;
    padding: 0; }
  #page_11403335 #page-content .agenda_caravan {
    margin: 10px 0 40px 0; }

.svg #page_11403335 #page-content:before, .svg #page_11403335 #page-content::before {
  background-image: url(maurice_sprite_11135419003916639185.svg); }

#page_11403313 #page-content {
  width: 884px;
  text-align: center;
  padding-bottom: 20px; }
  #page_11403313 #page-content .about_it {
    display: none;
    height: auto;
    width: 220px;
    margin: 20px auto 0px auto; }
  #page_11403313 #page-content #pic_holder {
    position: relative;
    width: 884px;
    float: left; }
    #page_11403313 #page-content #pic_holder .stamp {
      position: relative; }
      #page_11403313 #page-content #pic_holder .stamp.insp_header {
        float: left;
        margin: 0 0px 0px 0px;
        width: 526px;
        height: auto; }
      #page_11403313 #page-content #pic_holder .stamp.insp_greets {
        float: left;
        margin: 0 0px 11px 0px;
        width: 312px;
        height: auto; }
      #page_11403313 #page-content #pic_holder .stamp.insp_cc {
        position: absolute;
        margin: 0 0px 11px 0px;
        top: 56px;
        left: 323px;
        width: 203px;
        height: auto; }
      #page_11403313 #page-content #pic_holder .stamp.roar {
        /*
        top: 0;
        right: 11px;
        */
        width: 325px;
        height: auto;
        float: right;
        margin: 0 11px 11px 11px; }
      #page_11403313 #page-content #pic_holder .stamp img {
        width: 100%;
        height: auto; }
    #page_11403313 #page-content #pic_holder .stamp img,
    #page_11403313 #page-content #pic_holder .msn_item img {
      float: left; }
    #page_11403313 #page-content #pic_holder .msn_item {
      width: 168px;
      height: auto;
      margin-bottom: 11px;
      -webkit-transition: opacity 0.15s ease-out;
      /* Chrome 1-25, Safari 3.2+ */
      -moz-transition: opacity 0.15s ease-out;
      /* Firefox 4-15 */
      -o-transition: opacity 0.15s ease-out;
      /* Opera 10.50–12.00 */
      transition: opacity 0.15s ease-out;
      /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
      -webkit-transition-duration: 0.7s;
      -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
      -o-transition-duration: 0.7s;
      transition-duration: 0.7s;
      -webkit-transition-property: height, width;
      -moz-transition-property: height, width;
      -ms-transition-property: height, width;
      -o-transition-property: height, width;
      transition-property: height, width; }
      #page_11403313 #page-content #pic_holder .msn_item img {
        width: 100%;
        height: auto; }
      #page_11403313 #page-content #pic_holder .msn_item.twocols {
        width: 347px; }
      #page_11403313 #page-content #pic_holder .msn_item.fullyShown {
        opacity: 1; }

#page_11403323 #page-content {
  position: relative; }
  #page_11403323 #page-content:before, #page_11403323 #page-content::before {
    content: " ";
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 441px;
    background-color: white;
    background-position: -10px -1210px;
    background-repeat: no-repeat;
    background-image: url(maurice_sprite_11135419003916639185.png); }
  #page_11403323 #page-content:after, #page_11403323 #page-content::after {
    content: " ";
    display: block;
    width: 4px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 441px;
    background-color: white; }
  #page_11403323 #page-content .column {
    width: 50%;
    float: left;
    margin: 0 0 40px 0;
    padding: 0; }
    #page_11403323 #page-content .column.curious h1,
    #page_11403323 #page-content .column.curious p {
      margin: 0 50px 0 30px; }
    #page_11403323 #page-content .column.curious .pijltjer {
      width: 41px;
      height: 71px;
      position: absolute;
      top: 43px;
      left: 89px;
      background-color: transparent;
      background-position: -280px -966px; }
    #page_11403323 #page-content .column.curious h1 {
      text-indent: -9999px;
      background-position: -354px -906px;
      width: 250px;
      height: 92px;
      float: right; }
    #page_11403323 #page-content .column.curious p {
      clear: right;
      text-align: right; }
      #page_11403323 #page-content .column.curious p.stippellijnBorder {
        margin-top: 10px; }
    #page_11403323 #page-content .column.book h1,
    #page_11403323 #page-content .column.book p {
      margin: 0 30px 0 50px; }
    #page_11403323 #page-content .column.book h1 {
      text-indent: -9999px;
      background-position: -720px -903px;
      width: 220px;
      height: 92px; }
    #page_11403323 #page-content .column.book p {
      margin-bottom: 21px;
      position: relative; }
      #page_11403323 #page-content .column.book p.ster:before, #page_11403323 #page-content .column.book p.ster::before {
        content: " ";
        display: block;
        width: 25px;
        height: 20px;
        position: absolute;
        top: 0;
        left: -31px;
        background-color: transparent;
        background-position: -627px -1049px;
        background-repeat: no-repeat;
        background-image: url(maurice_sprite_11135419003916639185.png); }
      #page_11403323 #page-content .column.book p.pijler {
        padding-left: 40px; }
        #page_11403323 #page-content .column.book p.pijler:before, #page_11403323 #page-content .column.book p.pijler::before {
          content: " ";
          display: block;
          width: 33px;
          height: 20px;
          position: absolute;
          top: 2px;
          left: 0px;
          background-color: transparent;
          background-position: -673px -1151px;
          background-repeat: no-repeat;
          background-image: url(maurice_sprite_11135419003916639185.png); }
      #page_11403323 #page-content .column.book p.email {
        text-align: center;
        font-size: 21px; }
        #page_11403323 #page-content .column.book p.email a,
        #page_11403323 #page-content .column.book p.email a:link,
        #page_11403323 #page-content .column.book p.email a:hover {
          text-decoration: none;
          border: 0px solid black; }
        #page_11403323 #page-content .column.book p.email a:before,
        #page_11403323 #page-content .column.book p.email a::before {
          content: " ";
          display: block;
          width: 100%;
          height: 10px;
          position: absolute;
          top: 21px;
          left: 0px;
          background-color: transparent;
          background-position: -506px -1248px;
          background-repeat: no-repeat;
          background-image: url(maurice_sprite_11135419003916639185.png); }

.svg #page_11403323 #page-content:before, .svg #page_11403323 #page-content::before {
  background-image: url(maurice_sprite_11135419003916639185.svg); }
.svg #page_11403323 #page-content .column.book p.email a::before, .svg #page_11403323 #page-content .column.book p.email a:before, .svg #page_11403323 #page-content .column.book p.pijler:before, .svg #page_11403323 #page-content .column.book p.pijler::before, .svg #page_11403323 #page-content .column.book p.ster:before, .svg #page_11403323 #page-content .column.book p.ster::before {
  background-image: url(maurice_sprite_11135419003916639185.svg); }

#page_11403357 #page-content {
  width: 400px; }
#page_11403357 #content .page-container {
  position: relative; }
  #page_11403357 #content .page-container .vero {
    width: 421px;
    height: auto;
    position: absolute;
    bottom: -1px;
    right: 45px;
    z-index: 1; }
  #page_11403357 #content .page-container #page-content {
    position: relative;
    z-index: 2;
    min-height: 592px; }

#page_11403297 #page-content .page {
  position: relative;
  margin-top: 30px; }
#page_11403297 #page-content .page:before,
#page_11403297 #page-content .page::before {
  content: " ";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 441px;
  background-color: white;
  background-position: -10px -1210px;
  background-repeat: no-repeat;
  background-image: url(maurice_sprite_11135419003916639185.png); }
#page_11403297 #page-content .page:after,
#page_11403297 #page-content .page::after {
  content: " ";
  display: block;
  width: 4px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 441px;
  background-color: white; }
#page_11403297 #page-content .holder {
  width: 100%; }
#page_11403297 #page-content .lefter {
  float: left;
  width: 422px;
  padding-right: 20px; }
#page_11403297 #page-content .righter {
  float: left;
  width: 422px;
  padding-left: 20px; }
#page_11403297 #page-content .maurice {
  width: 80%;
  height: auto;
  z-index: 2;
  position: relative;
  margin: 0 10% 20px 10%; }
#page_11403297 #page-content .maurice_xx {
  width: 150px;
  height: auto;
  margin: 0 0 20px 0; }
#page_11403297 #page-content .vero {
  width: 554px;
  height: auto;
  position: absolute;
  top: 68px;
  right: 26px;
  z-index: 1; }

/* TEMPLATE: Blog */
/* ==================================== */
#blog-container {
  width: 884px;
  margin-top: 50px; }

#blog-title {
  max-width: 560px;
  color: #333333;
  font-size: 33px;
  margin: 20px 0 35px; }

#blog-content {
  width: 660px;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none; }

#blog-content .prev-next {
  border-bottom: 1px solid #eeeeee;
  padding-right: 40%; }

#page-content {
  margin-bottom: 40px; }

#page-content .blog-article {
  border-bottom: 1px dashed black;
  padding: 60px 0 40px 0;
  position: relative; }
  #page-content .blog-article.last {
    border-bottom: none; }
  #page-content .blog-article h1 {
    color: black;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding: 0 0 0 66px;
    font-weight: 700;
    font-family: "museo-sans", sans-serif; }
    #page-content .blog-article h1 span {
      border-bottom: 1px dashed black; }
  #page-content .blog-article .article-padder {
    padding: 10px 30px; }
  #page-content .blog-article .blog-article-date {
    position: absolute;
    left: 0;
    top: 40px;
    width: 51px;
    height: 27px;
    font-size: 12px;
    line-height: 15px;
    padding: 16px 4px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    text-align: center;
    color: white;
    background-color: transparent;
    background-position: -852px -1805px; }

.blog-article.no-comment {
  border-bottom: none; }

.blog-article.first {
  padding: 0 0 20px 0; }

.blog-article.last {
  border-bottom: none;
  margin-bottom: 24px; }

.blog-article-date {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 14px;
  text-transform: none; }

.blog-article-meta {
  list-style-type: none;
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 12px;
  display: none; }

.blog-article-meta a {
  padding-bottom: 0px; }

.blog-article-meta-item {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 10px;
  position: relative;
  vertical-align: top; }

.blog-article-meta-comments {
  padding-left: 20px; }

.blog-article-meta-share {
  padding-left: 22px;
  padding-bottom: 7px; }

.blog-article-meta-tags {
  padding-left: 25px;
  max-width: 340px; }

.blog-article-meta-item span {
  display: block;
  height: 20px;
  width: 19px;
  position: absolute;
  top: -3px;
  left: 0;
  background: url(share-icons-sprite_11135419003916639185.png) no-repeat; }

.blog-article-meta-comments span {
  background-position: -440px 0; }

.blog-article-meta-share span {
  background-position: -479px -1px; }

.blog-article-meta-tags span {
  background-position: -513px 1px; }

.blog-article-meta-comments:hover span {
  background-position: -440px -30px; }

.blog-article-meta-share:hover span {
  background-position: -479px -31px; }

.blog-article-meta-tags:hover span {
  background-position: -513px -29px; }

.blog-article-meta-tags a {
  margin-right: 1px;
  line-height: 15px; }

.blog-article-share {
  position: relative;
  z-index: 999; }

.blog-article-meta-share {
  z-index: 1000;
  position: relative; }

.blog-read-more {
  display: block;
  font-size: 13px;
  margin: 0 0 20px 0; }

.blog-read-more:hover {
  color: #333333; }

/* TEMPLATE: Article */
/* ==================================== */
.template-article #blog-content .rte {
  padding-bottom: 8px; }

.template-article .blog-article {
  padding: 0 0px 22px 0; }

#comments-title, #add-comment-title {
  font-size: 19px;
  color: #333333;
  margin: 0 0 6px 0;
  padding-top: 28px;
  font-family: 'museo-sans', sans-serif; }

#comments-title.no-comments {
  padding-bottom: 25px; }

#comments-title em {
  font-size: 14px;
  color: #999999;
  font-style: normal;
  font-weight: normal;
  margin-left: 4px; }

#comment-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 560px; }

.comment {
  border-bottom: 1px solid #eeeeee;
  padding: 22px 0; }

.comment.first {
  padding-top: 0px; }

.comment-author {
  margin: 0 0 20px 0;
  color: #999999;
  font-size: 14px;
  font-weight: 400; }

.comment-author-picture {
  float: left;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px; }

.comment-content {
  padding-left: 60px;
  margin-left: 90px;
  color: #333333;
  min-height: 43px;
  position: relative; }

.comment-content .quote-glyph {
  position: absolute;
  left: 0px;
  font-size: 127px;
  font-family: georgia;
  font-style: normal;
  color: #e2e2e2;
  display: block;
  height: 40px;
  width: 60px;
  overflow: hidden;
  top: -2px;
  line-height: 109px; }

.comment-content p {
  line-height: 21px;
  font-size: 14px; }

.comment-date {
  margin: 22px 0 0 150px;
  font-size: 12px;
  color: #999999; }

.blog-add-comments {
  padding: 26px 0 34px; }

#add-comment-title {
  padding-top: 0px;
  margin: 0 0 28px 0; }

/* TEMPLATE: Cart */
/* ==================================== */
.template-cart #content {
  min-height: 400px; }

.template-cart .page-container {
  margin-bottom: 60px; }

.template-cart .page-container.no-mailing {
  margin-bottom: 50px; }

#cart-title {
  font-size: 33px;
  color: #333333;
  margin: 68px 0 32px; }

.cart-table-header td {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 15px; }

.cart-item {
  width: 120px;
  padding: 20px 20px 20px 0; }

.cart-detail {
  width: 300px;
  padding-right: 40px;
  font-family: 'museo-sans', sans-serif; }

.cart-price {
  width: 120px;
  padding-right: 40px; }

.cart-quantity {
  width: 120px;
  padding-right: 40px; }

.cart-total {
  width: 100px;
  font-weight: 700; }

.cart-remove {
  width: 20px; }

.cart-price, .cart-total {
  font-size: 14px; }

.cart-item a {
  display: block;
  line-height: 0;
  min-height: 100px; }

.cart-item a img {
  width: 120px; }

.cart-row {
  border-bottom: 1px dashed black; }

.cart-detail h2 {
  margin: 0 0 4px 0; }

.cart-detail h2 a {
  font-size: 16px; }

.cart-detail h2 a:hover {
  color: #333333; }

.cart-detail h3 {
  margin: 0;
  color: #999999;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px; }

.cart-quantity .styled-input {
  width: 26px;
  padding: 9px 10px;
  color: #333333; }

.remove-glyph {
  background: url(share-icons-sprite_11135419003916639185.png) no-repeat -361px -1px;
  height: 19px;
  width: 19px;
  display: block; }

.remove-glyph:hover {
  background-position: -361px -31px; }

#cart-meta {
  width: 380px;
  float: right;
  text-align: right;
  margin-top: 26px; }

#cart-subtotal, #estimated-shipping {
  color: #333333;
  font-size: 19px;
  padding-bottom: 23px;
  border-bottom: 1px dashed #e2e2e2;
  margin: 9px 0 20px 0;
  font-family: 'museo-sans', sans-serif; }

#estimated-shipping {
  font-size: 15px; }

#cart-subtotal em, #estimated-shipping em {
  font-style: normal;
  font-weight: normal;
  font-family: 'museo-sans', sans-serif;
  color: #a9aaaa;
  font-size: 25px;
  margin-left: 12px;
  -webkit-font-smoothing: antialiased; }

#estimated-shipping em {
  font-size: 21px; }

#update-cart, .un-styled-btn {
  background: none;
  padding: 0;
  display: inline;
  font-size: 14px;
  border: none;
  outline: none;
  margin-right: 1px; }

#update-cart:hover, .un-styled-btn:hover {
  color: #333333; }

#cart-meta span.or {
  color: #999999;
  font-size: 14px;
  margin-right: 4px; }

#cart-meta .styled-submit {
  margin-left: 15px;
  padding: 11px 17px 12px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

@-moz-document url-prefix() {
  #cart-meta .styled-submit {
    padding: 11px 17px 9px; } }
.additional-checkout-buttons {
  margin: 63px 0 30px 0; }

#cart-notes {
  float: left;
  width: 440px;
  margin-top: 37px; }

#cart-notes p {
  font-size: 14px;
  color: #333333;
  margin: 0 0 13px 0; }

#cart-notes-area {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  max-width: 562px;
  min-width: 350px;
  min-height: 138px;
  margin-left: 0; }

#empty-cart {
  color: #333333; }

#empty-cart h1 {
  font-family: 'museo-sans', sans-serif;
  margin-bottom: 10px; }

#shipping-calculator {
  border-top: 1px solid #e2e2e2;
  padding: 25px 0;
  display: none; }

#shipping-calculator h3 {
  font-size: 16px;
  margin-top: 0;
  color: #333333;
  font-family: 'museo-sans', sans-serif; }

#shipping-calculator-form-wrapper p {
  float: left;
  width: auto;
  margin: 0 10px 0 0; }

#shipping-calculator-form-wrapper #get-rates-container {
  width: auto;
  margin-right: 0; }

#shipping-calculator-form-wrapper #get-rates-container input {
  margin-left: 0; }

#shipping-calculator-form-wrapper #address_zip_container {
  width: 123px; }

#shipping-calculator-form-wrapper #address_zip_container input {
  width: 105px; }

#shipping-calculator-form-wrapper select {
  width: 230px; }

/* TEMPLATE: Search */
/* ==================================== */
#search-content {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0; }

#search-content .styled-input {
  float: left;
  margin-right: 10px; }

#search-content .styled-submit {
  float: left; }

#search-content ul, #search-content ol {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 0; }

#searching-for {
  font-size: 16px;
  color: black;
  line-height: 24px;
  font-weight: 300;
  margin: 0 0 12px 0; }

.search-result {
  width: 100%;
  float: left;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px dashed black; }

.search-result.last {
  border-bottom: none;
  margin-bottom: 40px; }

.search-result-image {
  width: 120px;
  display: block;
  float: left; }

.search-result-image img {
  width: 120px;
  float: left; }

.search-result-details {
  width: 420px;
  margin-left: 20px;
  float: left; }

.search-result-details.no-image {
  width: 560px;
  margin-left: 0px; }

.search-result-title {
  margin: 0 0 8px 0;
  font-size: 16px; }

.search-result-price {
  margin: 0;
  color: #a9aaaa;
  font-size: 14px; }

.search-result-description {
  margin-top: 14px;
  margin-bottom: 0px;
  font-size: 14px;
  color: #333333;
  line-height: 21px; }

.search-result-description .highlight {
  background-color: #9abcca;
  color: #ffffff;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 3px;
  font-weight: normal; }

/* TEMPLATE: 404 */
/* ==================================== */
#pnf-title {
  max-width: 100%;
  font-size: 48px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 38px;
  text-transform: uppercase; }

#pnf-tagline {
  font-size: 16px;
  line-height: 28px;
  max-width: 600px;
  font-weight: 400;
  margin: 0 auto 122px;
  text-align: center; }

#pnf-tagline a:hover {
  color: #333333; }

/* LIGHTBOX */
/* ==================================== */
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff; }

.svg #cboxSlideshow,
.svg #cboxPrevious,
.svg #cboxNext,
.svg #cboxClose {
  background-image: url(maurice_sprite_11135419003916639185.svg); }

#cboxContent {
  margin: 0px;
  background: white;
  padding: 50px;
  border: 1px solid #D0D2D3;
  overflow: visible; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  background: white;
  padding: 0px; }

#cboxLoadingGraphic {
  background: url(loading_11135419003916639185.gif) no-repeat center center; }

#cboxLoadingOverlay {
  background: #fff; }

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000; }

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px; }

#cboxSlideshow,
#cboxPrevious,
#cboxNext,
#cboxClose {
  text-indent: -9999px;
  position: absolute;
  background-color: white;
  background-image: url(maurice_sprite_11135419003916639185.png);
  background-repeat: no-repeat;
  background-position: 0 0; }

#cboxPrevious {
  bottom: 9px;
  left: 14px;
  width: 42px;
  height: 26px;
  background-position: -72px -583px; }

#cboxNext {
  bottom: 9px;
  right: 14px;
  width: 42px;
  height: 26px;
  background-position: -536px -583px; }

#cboxClose {
  background-position: -830px -588px;
  right: 17px;
  top: 20px;
  width: 15px;
  height: 15px; }

/*
#cboxClose:hover{
	background-position:-50px -25px;
}
*/
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px; }

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px; }

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px; }

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px; }

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px; }

.featured-collection {
  margin-top: 60px !important; }

#shop_animation {
  display: none;
  width: 40px;
  height: 40px;
  background-position: -43px -1462px;
  background-color: #00DBDB;
  position: absolute;
  top: 97px;
  left: 242px;
  -webkit-transition: background-color 2s ease-in-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: background-color 2s ease-in-out;
  /* Firefox 4-15 */
  -o-transition: background-color 2s ease-in-out;
  /* Opera 10.50–12.00 */
  transition: background-color 2s ease-in-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */ }
  #shop_animation.roze {
    background-color: #FFA2FF; }

.usesSprite {
  background-repeat: no-repeat;
  background-image: url(maurice_sprite_11135419003916639185.png); }

.svg .usesSprite {
  background-image: url(maurice_sprite_11135419003916639185.svg); }

#about-module p {
  margin: 0; }