html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  text-rendering: optimizeLegibility;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
    -moz-font-feature-settings:"liga=1, dlig=1"; 
  -ms-font-feature-settings:"liga", "dlig"; 
  -o-font-feature-settings:"liga", "dlig"; 
  -webkit-font-feature-settings:"liga", "dlig"; 
  font-feature-settings:"liga", "dlig";
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

.site-prefooter a.blocklink img:hover{
	opacity: .8;
}

.site-prefooter a.blocklink img{
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}


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

.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* Icons 
-------------------------------------------------------------- */


.icon-sprite, .icon-account, .icon-cart, .icon-envelope, .icon-lang {
  background: url('/images/site/icon-sdc51273880.png') no-repeat;
}

.icon-account {
  background-position: 0 0;
}

.icon-cart {
  background-position: 0 -17px;
}

.icon-envelope {
  background-position: 0 -34px;
}

.icon-lang {
  background-position: 0 -44px;
}

/*  Typekit
--------------------------------------------------------------
h1 {
  font-family: lemonde-courrier;
}

font-family: lemonde-courrier,serif;
font-style: normal;
font-weight: 600;

font-family: allumi-std,sans-serif;
font-style: normal;
font-weight: 300;

font-family: allumi-std,sans-serif;
font-style: normal;
font-weight: 600;

-------------------------------------------------------------- */
/* Line Heights
--------------------------------------------------------------
21px = 1.5em
24px = 1.714em
-------------------------------------------------------------- */
/* Grid - Fluid 6-column 960 grid (actually it's 990)
-------------------------------------------------------------- */
.container {
  /*  
    The `max-width` property is the width governer. I dare you to experiment
    with setting this larger, something like 1280px.
  */
  max-width: 1250px;
  width: 92%;
  margin: 0px auto;
  position: relative;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_half,
.grid_full,
.browse-subnav {
  float: left;
  position: relative;
  margin-left: 1.515151515152%;
  margin-right: 1.515151515152%;
}

.grid_1 {
  width: 13.636363636364%;
}

.grid_2 {
  width: 30.30303030303%;
}

.grid_3,
.grid_half {
  width: 46.969696969697%;
}

.grid_4 {
  width: 63.636363636364%;
}

.grid_5 {
  width: 80.30303030303%;
}

.grid_6,
.grid_full,
.browse-subnav {
  width: 96.969696969697%;
}

.grid_right {
  float: right;
}

.content-pad-right {
  padding-right: 4%;
  /* Use as necessary. Also use percents here for fluidity. */
}

.content-pad-left {
  padding-left: 4%;
}

audio,
img,
video {
  max-width: 100%;
  height: auto;
}

.video-container {
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 30px;
 height: 0;
 overflow: hidden;
}

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



.foldy-gallery .grid_2:nth-of-type(3n+1) {
  clear:left;
}

/* @media Queries 
* --------------------------------------------------------------
* Below live all the media queries. Mod the `max-width` values
* or change the whole setup as needed.
*/
/* @1-Col < 640px - One column fluid.
-------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }

  .container {
    width: 92%;
    margin: 0 auto;
  }

  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_half,
  .grid_full,
  .browse-subnav {
    float: none;
    width: 96.969696969697%;
    margin: 0 1.515151515152% 1em;
  }

  .grid_half {
    float: left;
    width: 46.969696969697%;
    margin: 0 1.515151515152% 1em;
  }


  .content-pad-left,
  .content-pad-right {
    padding-left: 0;
    padding-right: 0;
  }

  /* Additions 
  -------------------------------------------------------------- */
  .site-header nav {
    text-align: center!important;
  }

  .site-mainheader nav li {
    margin: 0 10px 0 10px!important;
  }

  .logo {
    text-align: center;
  }

  .site-prefooter .grid_2 {
    text-align: center;
  }
  .site-superheader li.site-nav-s ul li {
  	width: 92%;
  }
}

@media screen and (max-width: 870px) {

  .foldy-gallery .grid_2 {
    float: left;
    width: 46.969696969697%;
    margin: 0 1.515151515152% 2.5em;
  }
  
  .foldy-gallery .grid_2:nth-of-type(3n+1) {
    clear:none;
  }

  .foldy-gallery .grid_2:nth-of-type(2n+1) {
    clear:left;
  }
}
/* @iPhone < 480px - One column fluid.
-------------------------------------------------------------- */
@media screen and (max-width:480px) {
  .foldy-gallery .grid_2 {
    float: none;
    width: 96.969696969697%;
    margin: 0 1.515151515152% 2.5em;
  }

}

@media screen and (max-width: 640px) {
  /* Additions 
  -------------------------------------------------------------- */
  .site-footer .site-mainfooter .sitemap-minor-links .sitemap-column {
    width: 50%!important;
    margin-bottom: 2em;
  }
}
/* Base Typography 
-------------------------------------------------------------- */
body {
  font-family: allumi-std, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.875em;
  line-height: 1.714em;
  color: #737373;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

p {
  margin-bottom: 1.5em;
}

h1, h2, h3 {
  color: #3c3a36;
  line-height: 1.25em;
}

h1 {
  font-family: lemonde-courrier, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.714em;
}

h2 {
  font-family: lemonde-courrier, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.714em;
}

h3 {
  font-family: lemonde-courrier, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.143em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: .8em;
  margin-bottom: .6em;
}

h6 {
 /* 2013 changes */ 
  font-weight: 600;
  font-size: 0.800em; 
  text-transform: uppercase; 
  letter-spacing: 0.1em;
  margin-top: .6em;
  padding-top: .8em;
  margin-bottom: .6em;
}

h1 a, h2 a, h3 a {
  color: #3c3835;
}
h1 a:hover, h2 a:hover, h3 a:hover {
  color: #c93a33;
  text-decoration: none;
}

.grid_full > h1 {
  margin-bottom: 0.5em;
}

sub, sup { font-size: 80%; line-height: 0; position: relative; vertical-align: baseline;}
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* Post 
-------------------------------------------------------------- */
.post {
  margin-bottom: 4em;
}
.post p, .post img, .post ul, .post ol, .post dl {
  margin-bottom: 1.75em;
}
.post ul {
  list-style-type: disc;
  padding-left: 1.5em;
}
.post ol {
  list-style-type: decimal;
  margin-left: 1.5em;
}
.post pre {
  background: #f3f3f3;
  color: #3c3835;
  border: 1px solid #e5e5e5;
}
.post h1, .post h2 {
  margin-bottom: 0.8em;
}
/* In-Post Heading Hierarchy */
.post-content h1,
.post-content h2{
  font-size: 1.500em;
}

.post-content h2 {
  font-size: 1.400em; /* 2013 changes, was 1.286em; */
}

.post-content h5, .post-content h6 {
  font-family: allumi-std,sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #3c3a36;
}

.post-content h6 {
 /* 2013 changes */ 
 font-weight: 600;
  font-size: 0.800em; 
  text-transform: uppercase; 
  letter-spacing: 0.1em; 
}

.post-content h4 {
  font-family: lemonde-courrier, serif;
  font-style: normal;
  font-weight: 600;
  color: #3c3a36;
  line-height: 1.25em;
  font-size: 1.143em;
  margin-bottom: .6em;
}

.post blockquote {
  border-left: 5px solid #e5e5e5;
  font-style: italic;
  margin-bottom: 2em;
  padding: 0 2%;
}

.post .small,
.post .caption {
  font-size: 0.8em;
}


.post-footer {
  clear: both;
  display: block;
  overflow: hidden;
}

.post .posted {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1.5em;
}

.sidebar-widget {
  margin-bottom: 2.4em;
}


@media screen and (min-width: 600px) {
  .post .alignleft {
    width: 49%;
    float: left;
    margin: 0 1% 0  0;
  }
  .post .alignright{
    width: 49%;
    float: right;
    margin: 0 0 0 1%;
  }
  .post .alignleft img,
  .post .alignright img {
    margin-bottom: 0.5em;
  }
}

/* Store 
-------------------------------------------------------------- */

p.button a {
	color: #fff;
}
p.store {
	margin-bottom: -1.75em;
}

/* Base Links 
-------------------------------------------------------------- */
a {
  text-decoration: none;
  color: #c93a33;
}
a:hover {
  color: #932f2e;	
/*  text-decoration: underline;*/
}

.button {
  -webkit-border-radius: 9px 8px;
  -moz-border-radius: 9px / 8px;
  -o-border-radius: 9px / 8px;
  -ms-border-radius: 9px / 8px;
  -khtml-border-radius: 9px / 8px;
  border-radius: 9px / 8px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #c93a33;
  border: none;
  color: #fff;
  font-size: 10px;
  height: 24px;
  line-height: 24px;
  margin: 0px auto;
  min-width: 64px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  -webkit-appearance: none;
  cursor: pointer;
	padding: 0 1.4em;
	letter-spacing: 2px;
}
.button {
  *display: inline;
}

.button:hover {
  background-color: #932f2e;
  text-decoration: none;
  color: #d5d5d5;
}

.checkout_btn {
  background-image: url(/images/site/white_arrow.png);
  background-position: 96% center;
  background-repeat: no-repeat;
  padding-right: 50px;
}

.blocklink {
  cursor: pointer;
}
.blocklink .more {
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.blocklink  {
  color: #818181;
  font-style: italic;
}
.blocklink:hover {
  text-decoration: none;
}
.blocklink:hover .more {
  color: #c93a33;
}

.more:after {
  background: url(/images/site/arrow.png) no-repeat right center;
  content: '';
  padding-right: 42px;
}

/* Table 
-------------------------------------------------------------- */
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2em;
}

th {
  font-family: lemonde-courrier, serif;
  font-style: normal;
  font-weight: 600;
  font-weight: normal;
  color: #3c3835;
  border-bottom: 2px solid #e5e5e5;
  border-right: 1px solid #fff;
  font-size: 1em;
}

th, td {
  padding: 1em 1.5em;
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
}
th.right, td.right {
  text-align: right;
}
th.left, td.left {
  text-align: left;
}

td {
  border-left: 1px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  white-space: nowrap;
}
td:first-of-type {
  border-left: none;
}

.maincell {
  width:  100%;;
  text-align: left;
  white-space: normal;
}

.subtotals {
  border: none;
  width: 50%;
  float: right;
}
.subtotals td, .subtotals th {
  padding: 0.5em 1em;
  vertical-align: bottom;
  border: none;
  text-align: right;
}
.subtotals .subtotal {
  font-size: large;
  font-family: lemonde-courrier, serif;
  font-style: normal;
  font-weight: 600;
  color: #3c3a36;
}

.totals {
  border-top: 1px solid #e5e5e5;
}

.totals th {
  font-family: allumi-std;
  font-weight: 600;
  width: 100%;
  color: #8f8f99;
  text-align: right;
  border-right: 1px solid #e5e5e5;
  padding-right: 1em;
}

.checkboxes {
  overflow: hidden;
  margin-bottom: 2em;
}
.checkboxes .checkbox {
  display: block;
  clear: both;
}

.checkboxes input[type="checkbox"] {
  float: left;
  clear: left;
  position: relative;
  top: 0.3em;
  margin-right: 0.5em;
}
.checkboxes label {
  display: inline;
  clear: none;
  margin-bottom: 0.5em;
  white-space: normal;
}

#checkout_page .checkboxes {
  text-align: right;
}
#checkout_page .checkboxes input[type="checkbox"] {
  float: right;
  clear: none;
  margin-right: 0;
}
#checkout_page .checkboxes label {
  margin-right: 0.5em;
}
#checkout_page .form-navigation-submit {
  margin-bottom: 3em;
}
	.order_details h4 {
	 font-family: allumi-std;
	 font-weight: bold;
	}

/* Cart 
#  has @mediaQueries (isolated component)
-------------------------------------------------------------- */
.discount_block {
  text-align: right;
  margin-bottom: 1.725em;
}

.checkout_block {
  clear: both;
  text-align: right;
}

@media only screen and (max-width: 520px) {
  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block;
  }

  table {
    border-top:2px solid #e5e5e5;
    border-bottom: none;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  td {
    /* Behave  like a "row" */
    border: none;
    /*border-bottom: 1px solid #e5e5e5;*/
    position: relative;
    text-align: left;
    width: 96%;
    padding: 0.5em 1em 0;
  }
  .remove-item a {
  	height:  28px;
  	line-height: 28px;
  	display: inline-block;
  	width:  28px;
  	position: relative;
  	cursor: pointer;
  }
  .remove-item img {
  position: absolute;
  top: 0;
  left: 0;
}

  .last-cell {
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 0.5em;
  }
  
  /* TODO */
  td.responsive-label {
	width:  60.5%;
    padding-left: 37.5%;
  }
  
  td.responsive-label:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0.5em;
    left: 1em;
    width: 37.5%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
    text-align: left;

    content: attr(data-label);
  }

  .responsive-zebra tr:nth-of-type(odd) td {
    background: #f0f0f0;
    border-bottom-color: #ddd;
  }

  .maincell {
    width: auto;
    max-width: none;
  }
  
  .totals th {
    display: none;
  }

  .subtotals {
    border: none;
    width: 100%;
    float: right;
  }
  .subtotals tr td {
    display: table-cell;
    width: 100%;
    background: #fff;
  }
  .subtotals tr td:before {
    content: '';
  }
}

/* Order Screen 
-------------------------------------------------------------- */
.order_status span  {
  background: #ce714e;
  padding: 3px 8px;
  color: #fff;
  width: auto;
  display: block;
  text-align: center;
  white-space: nowrap;
}
	
.order_status a:hover span  {
  background-color: #a84503;
  text-decoration: none;
  color: #d5d5d5;
}


.order_status .paid, .order_status .sent {
  background: #898d70;
}

.order_status a:hover .paid , .order_status a:hover .sent {
  background-color: #646852;
  text-decoration: none;
  color: #d5d5d5;
}

/* Checkout 
# @mediaQueries (self-contained)
# Possible class for abstraction and use on other Lemonstand columned pages.
-------------------------------------------------------------- */
/*
.checkout_columns,
.columns {
  margin-top: 2em;
}
.checkout_columns .column,
.columns .column {
  float: left;
}
.checkout_columns .left,
.column .left {
  width: 13.636363636364%;
}
.checkout_columns .middle,
.columns .middle {
  width: 63.636363636364%;
  margin: 0 3.03030303%;
}
.checkout_columns .right,
.columns .right {
  float: right;
  width: 13.636363636364%;
}

@media screen and (max-width: 680px) {
  .checkout_columns .column,
  .columns .column {
    float: none;
  }
  .checkout_columns .column.left, .checkout_columns .column.middle, .checkout_columns .column.right,
  .columns .column.left, .columns .column.middle, .columns .column.right {
    clear: both;
    display: block;
    float: none;
    margin: 0 0 2.5em;
    width: 100%;
  }
}
*/

.form-navigation {
  text-align: right;
  margin-bottom: 1em;
  display: block;
  width: 100%;
}

.form .checkboxes {
  text-align: right;
}
.form .checkboxes input[type="checkbox"] {
  float:left;
}


/* Forms 
-------------------------------------------------------------- */

label {
  display: block;
  clear: both;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"] {
  font-family: lemonde-courrier, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.2em;
  padding: 0 1%;
  max-width: 98%;
  margin-bottom: 1em;
}
textarea {
  font-family: lemonde-courrier, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.2em;
  height: 5em;
  width: 99%;
  padding: 0.5em 0.4%;
  margin-bottom: 1em;
}
select {
  margin-bottom: 1em;
}

.progress {
  font-size: 1em;
}
.progress li {
  padding: 0;
}
.progress .current {
  font-family: lemonde-courrier, serif;
  font-style: normal;
  font-weight: 600;
  color: #3c3a36;
}

.form .text input {
  width: 100%;
}


.form select {
  display: block;
/*  padding: 300px;*/
  clear: both!important;
}
.form .left {
  float: left;
  margin-right: 3.03030303%;
  width: 46.969696969697%;
}
.form .right {
  float: right;
  width: 46.969696969697%;
}
.form li {
  margin-bottom: 1em;
}
.form input[type="submit"] {
  float: right;
  clear: both;
  overflow: hidden;
  *zoom: 1;
}
.form .clear {
  clear: both;
  display: block;
}

#mce-EMAIL, #mce-FNAME,  #mce-LNAME {
	width: 97%;
}

div.field.text.right input#email {
	  width: 97%;
}



/* Feature Cropper
#  has @mediaQueries (isolated component)
-------------------------------------------------------------- */
.feature-item-cropper {
  overflow: hidden;
  padding-bottom: 24px;
  min-height: 250px;
}
.feature-item-cropper img {
  width: 100%;
  max-width: 100%;
  min-height: 250px;
}

@media screen and (max-width: 860px) {
  .feature-item-cropper img {
    width: auto;
    max-width: none;
    min-height: 250px;
    max-height: 250px;
  }
  .subnav li a{
  	padding: 1.5em 1em!important;
  }
  .site-superheader li.site-nav-s ul {
  width: 93%;
  }
}
@media screen and (max-width: 480px) {
  .feature-item-cropper img {
    width: auto;
    max-width: none;
    max-height: 250px;
  }
}

/* Font Style Cropper 
-------------------------------------------------------------- */

.xfont-style-cropper { 
  overflow: hidden;
  width: 100%;
  height: 30px;
  position: relative;
}
.xfont-style-cropper img { 
  width: 375px; /* TODO: Measure Correctly */
  position: absolute;
  top: 0;
  left: 0px;
  max-width: 825px;
  height: 30px; /* TODO: Measure Correctly */
}


@media screen and (min-width: 840px) {
	.xfont-style-cropper { 
	  height: 66px;
	}
	.xfont-style-cropper img { 
	  width: 825px;
	  height: 66px;
	}

}


/* Site Structure 
-------------------------------------------------------------- */
.container,
header,
footer,
section,
article {
  overflow: hidden;
  *zoom: 1;
}

.site-header {
  margin-bottom: 4em;
}

  /* Super Header 
  -------------------------------------------------------------- */
  .site-header .site-superheader .container {
      overflow: visible;
  }
  
  .site-superheader {
    overflow: visible;
    height: 34px;
  }
  .site-superheader .container,
  .site-superheader nav {
    position: static;
  }
  .site-superheader:after {
    content: ".";
    visibility: hidden;
  }
  .site-superheader li {
    position: relative;
  }
  .site-superheader li ul {
    display:none;
    width: auto;
    text-align: left;
    position: absolute;
    right: 0;
    left: -1.5em;
    width: 100%;
    z-index: 100;
  }
  		
  .site-superheader li ul li {
    display: block;
    width: 100%;
  }
  .site-superheader li ul li a{
   	display: block;
   	width: 100%;
   	padding: 0 1.5em 0 1em;
   	background-color: #3b3a36;
  }
  
  .site-superheader li ul li:last-child a{
  	border-bottom-left-radius:8px;
  	border-bottom-right-radius: 8px;
  }
  
  .site-superheader .site-nav-account:hover ul,
  .site-superheader .site-nav-lang:hover ul {
    display: block;
  }

  /* .site-nav-s */   
  .site-superheader .site-nav-s {
   position: static;
  }
  
  .site-superheader .site-nav-s ul {
    max-width: 1190px;
    width: 93.5%;
    right: 0px;
    left: 0px;
    margin: 0!important;
    padding: 0;
    color: #fff;
    text-align: right;
  }
  
  .site-superheader .site-nav-s ul li {
    width:27em;
    display: block;
    float: right;
  	background-color: #2a2a2a;
  	border-bottom-left-radius:11px;
  	border-bottom-right-radius: 11px;
    margin: 0;
    padding: 0.6em 0;
  }	
  
    /* .site-nav-s form */
    .site-superheader .site-nav-s form {
     max-width: 96%;
     padding: 0 2%;
    }
  
    .site-superheader .site-nav-s form label{
    	position:absolute;
    	left:-10000px;
    	top:auto;
    	width:1px;
    	height:1px;
    	overflow:hidden;
    }  
    
    .site-superheader .site-nav-s form #query{
    	width: 74%;	
    	background: #fff;
    	border-bottom-left-radius: 7px;
    	border-top-left-radius: 7px;
    	border-bottom-right-radius: 0px;
    	border-top-right-radius: 0px;
    	font-weight: 300;
    	height: 1em;
    	padding: 0.5em 2%;
    	border: none;
    	display: block;
    	float: left;
    	margin-bottom: 0;
    }	
   
    .site-superheader .site-nav-s form #searchsubmit{
    	height: 2.4em;
    	padding: 0 2% ;
    	display: block;
    	width: 22%;	
    	-webkit-appearance: none;
    	border: none;
    	background-color: #56534e;
    	text-transform: uppercase;
    	font: 600 1em allumi-std, sans-serif;
    	border-bottom-right-radius:7px;
    	border-top-right-radius: 7px;
    	border-bottom-left-radius: 0px;
    	border-top-left-radius: 0px;
    	color: #f3f3f3;
    	margin-bottom: 0;
    }
    
    .site-superheader .site-nav-s form #searchsubmit:hover{
    	background-color: #c93a33;
    	cursor: pointer;
    }
  		
  
  /* Main Header 
  -------------------------------------------------------------- */
  .site-mainheader {
    clear:both;
  }
  
  .site-header .site-mainheader {
    padding: 2.143em 0 2.286em;
  }

/* Main Footer 
-------------------------------------------------------------- */

.site-footer .site-prefooter .container {
  padding: 4.571em 0 0;
}
.site-footer .site-prefooter .container .grid_2 {
  margin-bottom: 4.143em;
}
.site-footer .site-mainfooter {
  color: #909090;
}
.site-footer .site-mainfooter .container {
  padding: 3.5em 0;
}
.site-footer .site-mainfooter h6 {
  margin-bottom: 1.55em;
}
.site-footer .site-mainfooter a {
  -moz-transition: color 0.2s ease-in;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  color: #fff;
}
.site-footer .site-mainfooter a:hover {
  color: #aaa;
}
.site-footer .site-mainfooter img {
  float: left;
  width: 90%;
  max-width: 110px;
  margin: 0 20px 0 0;
}
.site-footer .site-mainfooter .sitemap-minor-links {
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 32px;
  border-bottom: 1px solid #62615d;
  margin-bottom: 32px;
}
.site-footer .site-mainfooter .sitemap-minor-links a {
  display: block;
}
.site-footer .site-mainfooter .sitemap-minor-links .sitemap-column {
  width: 25%;
  float: left;
}
.site-footer .site-mainfooter .sitemap-major-links .sep {
  margin: 0 10px;
}

.site-mainfooter .about_tf {
  margin-bottom: 2.5em;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* Backgrounds 
-------------------------------------------------------------- */
.site-content {
  background: #fff;
}

.site-mainheader,
.site-prefooter {
  background: #f3f3f3;
}

.site-superheader,
.site-mainfooter {
  background: #3b3a36;
}

.site-prefooter {
  border-top: 1px solid #e5e5e5;
}

.site-mainfooter {
  border-top: 1px solid #62615d;
  -moz-box-shadow: 0 -4px 0 #3b3a36;
  -webkit-box-shadow: 0 -4px 0 #3b3a36;
  -o-box-shadow: 0 -4px 0 #3b3a36;
  box-shadow: 0 -4px 0 #3b3a36;
}

/* Navigation 
-------------------------------------------------------------- */
.site-header nav {
  text-align: right;
}
.site-header nav li {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
}
.site-header nav li {
  *display: inline;
}

.site-superheader nav {
  font-family: allumi-std, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.857em;
  line-height: 2.286em;
  text-transform: uppercase;
}
.site-superheader nav li {
  margin: 0 10px;
}
.site-superheader nav li i {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  margin-right: 5px;
  margin-top: -2px;
}
.site-superheader nav li i {
  *display: inline;
}
.site-superheader nav li.site-nav-cart i {
  background: url('/resources/images/icon-sdc51273880.png') no-repeat;
  width: 17px;
  height: 17px;
  overflow: hidden;
  background-position: left -17px;
}
.site-superheader nav li.site-nav-account i {
  background: url('/resources/images/icon-sdc51273880.png') no-repeat;
  width: 17px;
  height: 17px;
  overflow: hidden;
}
.site-superheader nav li.site-nav-lang i {
  background: url('/resources/images/icon-sdc51273880.png') no-repeat;
  width: 12px;
  height: 4px;
  overflow: hidden;
  background-position: left bottom;
}
.site-superheader nav li.site-nav-s img {
  position: relative;
  padding: 6px 15px 2px;
  top: 3px;
}
.site-superheader nav li.site-nav-s {
  background: #2a2a2a;
}
/*
.site-superheader nav li.site-nav-contact i {
  background: url('/resources/images/icon-sdc51273880.png') no-repeat;
  width: 15px;
  height: 10px;
  overflow: hidden;
  background-position: left -34px;
}
*/
.site-superheader nav li a {
  -moz-transition: color 0.2s ease-in;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
.site-superheader nav li a:hover {
  color: #aaa;
  text-decoration: none;
}

.site-nav-search {
  max-width: 30%;
  width: 25%;
}
.site-nav-search form {
  background: #282624;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  padding-left: 30px;
  text-align: left;
  height: 22px;
  padding-right: 15px;
  top: 0px;
}
.site-nav-search label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.site-nav-search input {
  -webkit-appearance: none;
  border: none;
  background: transparent;
}
.site-nav-search input[type="text"] {
  font-family: allumi-std, sans-serif;
  font-style: normal;
  font-weight: 300;
  width: 100%;
  padding: 2px 0 0;
  color: #fff;
  font-size: 0.95em;
  margin: 0;
  position: relative;
  top: 0px;
}
.site-nav-search input[type="image"] {
  position: absolute;
  left: 10px;
  top: 4px;
  width: 15px;
}

.site-mainheader nav {
  font-family: lemonde-courrier, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.286em;
  line-height: 1.714em;
  margin-top: 1.3em;
}
.site-mainheader nav li {
  margin-left: 1.72em;
}
.site-mainheader nav li a {
  -moz-transition: color 0.2s ease-in;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  color: #3c3835;
}
.site-mainheader nav li a:hover {
  color: #c93a33;
  text-decoration: none;
}

.site-mainheader .active {
  border-bottom: 3px solid #c93a33;
}

/* Subnavigation 
-------------------------------------------------------------- */
.subnavigation-list ul {
  margin-left: 0em;
}
.subnavigation-list ul li:before {
  content: "\2014";
}

.browse-subnav {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 1em;
  padding-bottom: 5px;
}

.subnav {
  display: table;
  width: 100%;
  max-width: 99.9%;
  border-left: 1px solid #e5e5e5;
  margin-bottom: 0;
  font-size: 1.143em;
}
.subnav li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.subnavigation-list li ul {
  margin-bottom: 1em;
}
.subnav li a {
  font-family: lemonde-courrier, serif;
  font-style: normal;
  font-weight: 400;
  -moz-transition: color 0.2s ease-in;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 1em;
  color: #3c3835;
  margin: 0;
  padding: 1.5em 1.5em;
  width: auto;
  text-align: center;
}
.subnav li a:hover {
  color: #c93a33;
  text-decoration: none;
}
.subnav img {
  margin-bottom: 0;
}
.subnav .current,
.subnav .ui-state-active {
  background: #656058;
  position: relative;
}
.subnav .current:after,
.subnav .ui-state-active:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #656058;
  z-index: 100;
}
.subnav .current a,
.subnav .ui-state-active a {
  color: #fff;
}
.subnav .current a:hover,
.subnav .ui-state-active a:hover {
  color: #fff;
}

.subnav-dropdown {
  background: #eaeaea;
  overflow: hidden;
  *zoom: 1;
}

.subnav-dropdown .subnav-filters {
  padding: 1em;
  overflow: hidden;
  *zoom: 1;
}
.subnav-dropdown .subnav-filter {
  padding: 0em 1%;
  width: 46%;
  float: left;
  margin: none;
}
.subnav-dropdown legend {
  color: #666;
  margin-bottom: 2%;
}
.subnav-dropdown label {
  width: 46%;
  margin-right: 4%;
  white-space: pre;
  display: inline-block;
}

/* Subnavigation Store
-------------------------------------------------------------- */
.subnavstore {
  display: table;
  width: 100%;
  max-width: 99.9%;
  border-left: 1px solid #e5e5e5;
  margin-bottom: 0;
  font-size: 1.143em;
  max-height: 104px !important;
  min-height: 74px;
}

.subnavstore li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.subnavstore li.fixed {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #656058;
}

.subnavstore .fixed div {
  font-family: lemonde-courrier, serif;
  font-style: normal;
  font-weight: 400;
  -moz-transition: color 0.2s ease-in;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 1em;
  color: #3c3835;
  margin: 0;
  padding-top: 1.5em;
  padding-bottom:1.5em;
  padding-left: 2em;
  padding-right: 2em;
  width: auto;
  text-align: center;
}

.subnavstore .fixed div img {
  min-height: 28px;
  min-width: 28px;
}



.subnavstore li a {
  font-family: lemonde-courrier, serif;
  font-style: normal;
  font-weight: 400;
  -moz-transition: color 0.2s ease-in;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 1em;
  color: #3c3835;
  margin: 0;
  padding-top: 1.5em;
  padding-bottom:1.5em;
  padding-left: 1em;
  padding-right: 1em;
  width: auto;
  text-align: center;
}

.subnavstore img {
  margin-bottom: 0;
  min-height: 28px;
  left:0;
}


/* Content 
-------------------------------------------------------------- */
.site-content {
  margin-bottom: 4em;
  overflow: hidden;
  *zoom: 1;
}
.site-content section,
.site-content article {
  display: block;
  clear: both;
}

.details {
  line-height: 1.714em;
}

.details dt {
	color: #3c3835;
  display: inline;
  float: left;
  clear: both;
  font: normal 600 1.143em lemonde-courrier, serif;
}

.details dt:after {
  content: ': \2000';
}

.details dd {
  margin-bottom: 1.1em;
  line-height: 1.6em;
}


/* Media Queries for Foundation.scss
-------------------------------------------------------------- */
@media screen and (min-width: 991px) {
  body {
    font-size: 16px;
  }
  
  .site-superheader nav {
    font-size: 12px;
  }
  /*.site-mainheader nav {
    margin-top: 1em;
  }
  .site-mainheader nav li {
    margin-left: 2.5em;
  }*/
  .site-superheader li.site-nav-s ul {
	width: 87.3%;
	max-width: 1190px;
	margin: 0 auto!important;
  }
}
/* Media Queries for Layout.scss 
-------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  .site-header {
    margin-bottom: 2.5em;
  }

  .logo img {
    width: 60%;
  }
  .site-superheader nav li {
    margin: 0 5px;
  }
  .site-header .site-mainheader {
    padding: 1.5em 0 0;
  }

  .site-mainheader nav {
    font-size: 1.18em;
  }
  .site-mainheader nav li {
    margin: 0 10px;
  }

  /*.site-header nav .site-nav-search {
    display: none;
  }*/

  .browse-subnav {
    margin-bottom: 1em;
  }

  .subnav {
    font-size: 0.9em;
  }
  .subnav li a {
    padding: 1.5em 0.75em;
    text-overflow: ellipsis;
  }

  .subnavstore {
    font-size: 0.9em;
  }

  .subnavstore li a {
    padding: 1.5em 0.75em;
    text-overflow: ellipsis;
  }

  .subnavstore li.fixed div {
    padding: 1.5em 0.75em;
    text-overflow: ellipsis;
  }

  .subnav-dropdown {
    min-height: 10em;
  }
  .subnav-dropdown .subnav-filter {
    width: 98%;
    clear: left;
    float: none;
  }
  .site-mainheader nav {
    font-size: 1.23em;
    margin-top: 1em;
  }
  .site-mainheader nav li {
    margin-left:0em!important;
  }
}
@media screen and (max-width: 600px) {
  .site-superheader nav li a span {
    display: none;
  }
  .site-superheader a {
    display: block;
  }
  .site-superheader a:after {
    content: attr(data-label);
  }
  .site-superheader .site-nav-cart em {
    display: none;
  }
}

@media screen and (max-width: 320px) {
	/*.site-nav-s ul li{
		margin-right: -1.75em!important;
	}
	.site-nav-s ul li form input#query.search-site{
    width: 72%;	
    padding: .6em .6em .7em 1em;
	}	*/
	.site-superheader li.site-nav-s ul li {
		width: 92%;
	}
	.site-footer .site-mainfooter img {
	  float: left;
	  width: 50%;
	  max-width: 75px;
	  margin: 0 20px 20px 0;
	}
}
