@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/*
 *
 *  Copyright (c) David Bushell | http://dbushell.com/
 *
 */
/* normalize.css v2.0.1 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, ol {
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
}

a {
  text-decoration: none;
}

body {
/*  color: #333;*/
  position: relative;
  width: 100%;
/*  min-width: 20em;
  background: #333333;*/
}

.highlight {
  background: #fff699;
  padding: 0 0.5em;
}

.prose ul, .prose ol {
  list-style: outside disc;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
.prose p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
.prose p.small {
  color: #666;
  font-size: 0.8125em;
  line-height: 1.84615em;
  margin-bottom: 1.84615em;
}
.prose p.medium {
  color: #666;
  font-size: 0.875em;
  line-height: 1.71429em;
  margin-bottom: 1.71429em;
}
.prose p:last-child {
  margin-bottom: 0;
}
.prose h1 {
  font-size: 1.875em;
  line-height: 1.2em;
  margin-bottom: 0.4em;
}
.prose h2 {
  font-size: 1.5em;
  line-height: 1.25em;
  margin-bottom: 0.5em;
}
.prose a {
  color: #6d7173;
  border-bottom: 1px solid #a1cfe5;
  text-decoration: none;
  outline: none;
}
.prose a:focus, .prose a:hover {
  color: #4ab336;
  border-bottom-color: #77b36b;
}

.block {
  position: relative;
  margin: 0 auto;
  padding: 1.5em 1.25em;
  /*max-width: 60em;*/
}

.close-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  background: url("../../images/close-btn.svg") left center no-repeat;
  background-size: 1.875em 1.875em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .close-btn {
  background-image: url("../../images/close-btn.png");
}
.close-btn:focus, .close-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.nav-btn {
  display: block;
  width: 24px;
  height: 20px;
  padding: 0;
  outline: none;
  background: url("../../images/nav-icon.png") 0 0;
}
.nav-btn.open {
  width: 24px;
  height: 20px;
  background: url("../../images/nav-icon.png") -24px 0;
}
.no-svg .nav-btn {
  background-image: url("../../images/nav-icon.png");
}
.nav-btn:hover, .nav-btn:active { /* , .nav-btn:focus */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#menu-inner-wrap {
  position: relative;
  width: 100%;
  background: #0085C9;
}

#nav {
  z-index: 200;
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #fff;
}
#nav .close-btn {
  display: none;
}
#nav .block-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#nav {
  background-color: #0085C9;
}
#nav .block {
	z-index: 2;
	position: relative;
	padding: 0.35em 1.25em;
	background-color: #005482;
}
#nav ul {
  *zoom: 1;
  display: block;
}
#nav ul:before, #nav ul:after {
  content: "";
  display: table;
}
#nav ul:after {
  clear: both;
}
#nav li {
  display: block;
}
#nav li a {
  display: block;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.28571em;
  font-weight: bold;
  outline: none;
}
#nav li a:focus, #nav li a:hover {
  color: #def;
  background: rgba(255, 255, 255, 0.1);
}
#nav li.is-active a {
  color: #DEF;
  background: rgba(255, 255, 255, 0.08);
}
#blockcopy {
  margin-top: 2em;
}
#blockcopy p {
  margin-top: .3em;
  font-size: .6em;
  color: #def;
  text-align: center;
}
#blockcopy p a {
  color: #def;
  text-decoration: none;
}
#blockcopy p a:hover {
  color: #fff;
}

#main {
  background: #fff;
}
#main .block {
  padding: 2.625em 1.875em;
}

footer[role="contentinfo"] {
  background: #ddd;
}

  /* social nav */
  #mobile-socnav { position:absolute; margin:0; left:1.8em; top:-3.05em; width:140px; height:32px; }
  #mobile-socnav li { position:absolute; margin:0; padding:0; border:0; list-style:none; top:0; }
  #mobile-socnav li, 
  #mobile-socnav li a { margin:0; padding:0; height:32px; display:block; }
  #mobile-socnav li:last-child { border:0; }

  #mphone a { width:32px; }
  #mphone { left:0px; width:32px;
    -webkit-transition: left 400ms ease;
    -moz-transition: left 400ms ease;
    -o-transition: left 400ms ease;
    transition: left 400ms ease;
  }
  #mphone { background: url('../../images/mobile-socialsprite.png') 0px 0 ; }
  #mphone:hover,
  #mphone:focus { background:url('../../images/mobile-socialsprite.png') -32px 0; }

  #mfacebook a { width:28px; }
  #mfacebook { left:48px; width:28px; }
  #mfacebook { background:url('../../images/mobile-socialsprite.png') -64px 0; }
  #mfacebook:hover,
  #mfacebook:focus { background:url('../../images/mobile-socialsprite.png') -92px 0; }

  #mtwitter a { width:38px; }
  #mtwitter { left:98px; width:38px; }
  #mtwitter { background:url('../../images/mobile-socialsprite.png') -120px 0; }
  #mtwitter:hover,
  #mtwitter:focus { background:url('../../images/mobile-socialsprite.png') -158px 0; }

  #mcart a { width:32px; }
  #mcart { left:156px; width:32px; }
  #mcart { background:url('../../images/mobile-socialsprite.png') -196px 0; }
  #mcart:hover,
  #mcart:focus { background:url('../../images/mobile-socialsprite.png') -228px 0; }

  #mshop a { width:32px; }
  #mshop { left:156px; width:32px; }
  #mshop { background:url('../../images/mobile-socialsprite.png') -260px 0; }
  #mshop:hover,
  #mshop:focus { background:url('../../images/mobile-socialsprite.png') -292px 0; }
  

@media screen and (min-width: 45.0625em) {
  .nav-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  #nav .close-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #nav .block-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #nav ul {
    text-align: center;
    white-space: nowrap;
  }
  #nav li {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li:last-child {
    border-right: none;
  }
  #nav li a {
    padding: 0.42857em 0.85714em;
  }
  #blockcopy {
	  display: none;
  }

  /* social nav */
  #mobile-socnav2 { position:absolute; margin:0; right:4.8em; top:.85em; width:190px; height:32px; }
  #mobile-socnav2 li { position:absolute; margin:0; padding:0; border:0; list-style:none; top:0; }
  #mobile-socnav2 li, 
  #mobile-socnav2 li a { margin:0; padding:0; height:32px; display:block; }
  #mobile-socnav2 li:last-child { border:0; }
  
  #mphone { left:0px; /*width:32px;*/ }
  #mshop { left:48px; /*width:32px;*/ }
  #mcart { left:94px; /*width:32px;*/ }
  #mfacebook { left:154px; /*width:28px;*/ }
  #mtwitter { left:196px; /*width:38px;*/ }
  
  /* slide-out phone number */
  #mobile-socnav2 #mphonenum { left:32px; width:0px; overflow:hidden;
    -webkit-transition: left 400ms ease, width 400ms ease;
    -moz-transition: left 400ms ease, width 400ms ease;
    -o-transition: left 400ms ease, width 400ms ease;
    transition: left 400ms ease, width 400ms ease;
  }
  .ui-bar-a #mobile-socnav2 #mphonenum a { text-shadow:none; }
  #mobile-socnav2 #mphonenum a { color:#fff; line-height:32px; overflow:hidden; white-space:nowrap; }
  #mobile-socnav2 #mphonenum a:hover,
  #mobile-socnav2 #mphonenum a:focus { color: #005482; }
  #mobile-socnav2 #mphone.mphonenum { left:-105px;
    -webkit-transition: left 400ms ease;
    -moz-transition: left 400ms ease;
    -o-transition: left 400ms ease;
    transition: left 400ms ease;
  }
  #mobile-socnav2 #mphonenum.mphonenum { left:-70px; width:120px; overflow:hidden;
    -webkit-transition: left 400ms ease, width 400ms ease;
    -moz-transition: left 400ms ease, width 400ms ease;
    -o-transition: left 400ms ease, width 400ms ease;
    transition: left 400ms ease, width 400ms ease;
  }
  #mobile-socnav2 #mphonenum.mphonenum a { line-height:32px; overflow:hidden; white-space:nowrap; }
  
  .cart-count {
	  position:absolute;
	  top:-3px;
	  left:10px;
	  padding:.3em .4em .3em .4em;
	  color:#fff;
	  background:  rgba(0, 212, 98, 0.85);
      -webkit-border-radius:8px;/*webkit (ex:safari)*/
         -moz-border-radius:8px;/*gecko (ex:Firefox)*/
	          border-radius:8px;/*css3*/
	  font-size: .75em;
	  cursor:pointer;
  }

  /* social nav */
  #mobile-socnav,
  #mobile-socnav li { display: none; }

}
@media screen and (max-width: 45em) {
  #nav {
    position: absolute;
    top: 0;
    padding-top: 4em;
  }
  #nav:not(:target) {
    z-index: 1;
    height: 0;
  }
  #nav:target .close-btn {
    display: block;
  }
  #nav .close-btn {
    position: absolute;
    top: -3.75em;
    right: 1.875em;
  }
  #nav .block {
    position: relative;
    padding: 0;
  }
  #nav li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li.is-active:after {
    z-index: 50;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -0.03125em;
    margin-top: -0.625em;
    border-top: 0.625em transparent solid;
    border-bottom: 0.625em transparent solid;
    border-left: 0.625em white solid;
  }
  #nav li a {
    padding: 0.85714em 2.14286em;
  }

  .js-ready #nav {
	height: 100%;
	width: 55%;
	/*background-color: #00457D;*/
	-webkit-box-shadow: inset 1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
	box-shadow: inset 1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  }
  .js-ready #nav .block {
    /*background: transparent;*/
  }
  .js-ready #nav .close-btn {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  .js-ready #nav .close-btn:focus, .js-ready #nav .close-btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  .js-ready #nav {
    right: -55%;
  }
  .js-ready #menu-inner-wrap {
    right: 0;
  }

  .js-nav #menu-inner-wrap {
    right: 55%;
  }

  .csstransforms3d.csstransitions.js-ready #nav {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-ready #menu-inner-wrap {
    right: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .csstransforms3d.csstransitions.js-nav #menu-inner-wrap {
    -webkit-transform: translate3d(-55%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(-55%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-55%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-55%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-55%, 0, 0) scale3d(1, 1, 1);
  }

  .csstransforms3d.csstransitions.js-ready #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
    -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
    transition: opacity 300ms 100ms ease, transform 500ms ease;
    -webkit-transform: translate3d(-55%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -moz-transform: translate3d(-55%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -ms-transform: translate3d(-55%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -o-transform: translate3d(-55%, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform: translate3d(-55%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }

  .csstransforms3d.csstransitions.js-nav #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* social nav */
  #mobile-socnav2,
  #mobile-socnav2 li { display: none; }
  
  /* social nav */
  #mobile-socnav li { position:absolute; border:0; }
  #mobile-socnav li, 
  #mobile-socnav li a { padding:0; }
  #mobile-socnav li:last-child { border:0; }

}

.header-button {
	padding-left: 26px;
}

#head-home .ui-icon { }
#head-search .ui-icon { }
#head-specials .ui-icon { }
#head-info .ui-icon { }
#head-account .ui-icon { }
#head-contact .ui-icon { }

/*#homes .ui-icon { background:  url('../../images/home.png') 50% 50% no-repeat !important;  background-size: 24px 22px !important;  } 
#boutique .ui-icon { background:  url('../../images/boutique.png') 50% 50% no-repeat !important;  background-size: 24px 16px  !important;  } 
#compte .ui-icon { background:  url('../../images/compte.png') 30% 30% no-repeat !important;   background-size: 19px 19px !important;  } 
#search .ui-icon { background:  url('../../images/search2.png') 50% 50% no-repeat !important;   background-size: 22px 27px !important;  } 
#about .ui-icon { background:  url('../../images/help.png') 50% 50% no-repeat !important;   background-size: 20px 24px !important;  }
*/

