@import url("https://fonts.googleapis.com/css?family=Homemade+Apple");
.ico-sprite, .ico-active, .ico-arrow, .ico-filters-active, .ico-filters-arrow, .ico-home, .ico-picto-fibreflex, .ico-picto-grande-taille, .ico-picto-max-haalevar, .ico-picto-new, .ico-picto-promo, .ico-picto-taille-enfant, .ico-picto_coeur, .ico-search {
  background-image: url('../images/ico-sfd12a6b15c.png');
  background-repeat: no-repeat;
}

.ico-active {
  background-position: 0 0;
  height: 9px;
  width: 13px;
}

.ico-arrow {
  background-position: 0 -9px;
  height: 13px;
  width: 9px;
}

.ico-filters-active {
  background-position: 0 -22px;
  height: 12px;
  width: 12px;
}

.ico-filters-arrow {
  background-position: 0 -46px;
  height: 12px;
  width: 12px;
}
.ico-filters-arrow:active, .ico-filters-arrow.filters-arrow-active {
  background-position: 0 -34px;
}

.ico-home {
  background-position: 0 -58px;
  height: 12px;
  width: 13px;
}

.ico-picto-fibreflex {
  background-position: 0 -70px;
  height: 25px;
  width: 122px;
}

.ico-picto-grande-taille {
  background-position: 0 -95px;
  height: 50px;
  width: 76px;
}

.ico-picto-max-haalevar {
  background-position: 0 -145px;
  height: 59px;
  width: 50px;
}

.ico-picto-new {
  background-position: 0 -204px;
  height: 24px;
  width: 144px;
}

.ico-picto-promo {
  background-position: 0 -228px;
  height: 22px;
  width: 144px;
}

.ico-picto-taille-enfant {
  background-position: 0 -250px;
  height: 50px;
  width: 76px;
}

.ico-picto_coeur {
  background-position: 0 -300px;
  height: 80px;
  width: 84px;
}

.ico-search {
  background-position: 0 -380px;
  height: 12px;
  width: 13px;
}

meta.foundation-version {
  font-family: "/5.5.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

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

html,
body {
  font-size: 16px;
}

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 24px;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.accordion {
  margin-bottom: 0;
}
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}
.accordion:after {
  clear: both;
}
.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: #e8e8e8;
}
.accordion .accordion-navigation > a, .accordion dd > a {
  background: #EFEFEF;
  color: #222222;
  padding: 1rem;
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
}
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: #e3e3e3;
}
.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 0.9375rem;
}
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  display: block;
  background: #FFFFFF;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 3px;
}
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  text-transform: uppercase;
  color: #a0a0a0;
}
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}
.breadcrumbs > * a {
  color: #a0a0a0;
}
.breadcrumbs > *.current {
  cursor: default;
  color: #333333;
}
.breadcrumbs > *.current a {
  cursor: default;
  color: #333333;
}
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
.breadcrumbs > *.unavailable {
  color: #999999;
}
.breadcrumbs > *.unavailable a {
  color: #999999;
}
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: not-allowed;
}
.breadcrumbs > *:before {
  content: "/";
  color: #AAAAAA;
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/";
}

button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #a0a0a0;
  border-color: gray;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: gray;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}
button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}
button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}
button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius, .button.radius {
  border-radius: 3px;
}
button.round, .button.round {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #a0a0a0;
  border-color: gray;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: gray;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #a0a0a0;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

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

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block;
  }
}
/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}
.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #AAAAAA;
  font-size: 0.6em;
}

.visible-img {
  height: 95%;
  position: relative;
}
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0;
}

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #CCCCCC;
  display: none;
}
.clearing-close:hover, .clearing-close:focus {
  color: #CCCCCC;
}

.clearing-assembled .clearing-container {
  height: 100%;
}
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

.clearing-feature li {
  display: none;
}
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 12px;
  }
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }

  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC;
  }

  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC;
  }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3;
  }

  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
    clear: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%;
  }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 2px;
  max-width: 500px;
}
.f-dropdown > *:first-child {
  margin-top: 0;
}
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
.f-dropdown.drop-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 500px;
}
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #FFFFFF transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}
.f-dropdown.drop-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}
.f-dropdown.drop-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 500px;
}
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #FFFFFF;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}
.f-dropdown.drop-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}
.f-dropdown.drop-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: -2px;
  margin-left: 0;
  max-width: 500px;
}
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #FFFFFF transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 10px;
  right: auto;
  z-index: 89;
}
.f-dropdown.drop-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -14px;
  left: 9px;
  right: auto;
  z-index: 88;
}
.f-dropdown li {
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.125rem;
  margin: 0;
}
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #EEEEEE;
}
.f-dropdown li.radius {
  border-radius: 3px;
}
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}
.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  max-width: 500px;
}
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.tiny {
  max-width: 200px;
}
.f-dropdown.small {
  max-width: 300px;
}
.f-dropdown.medium {
  max-width: 500px;
}
.f-dropdown.large {
  max-width: 800px;
}
.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}
.f-dropdown.mega.open {
  left: 0 !important;
}

.dropdown.button, button.dropdown {
  position: relative;
  outline: none;
  padding-right: 3.5625rem;
}
.dropdown.button::after, button.dropdown::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
  top: 50%;
}
.dropdown.button::after, button.dropdown::after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}
.dropdown.button::after, button.dropdown::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.tiny, button.dropdown.tiny {
  padding-right: 2.625rem;
}
.dropdown.button.tiny:after, button.dropdown.tiny:after {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}
.dropdown.button.tiny::after, button.dropdown.tiny::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.small, button.dropdown.small {
  padding-right: 3.0625rem;
}
.dropdown.button.small::after, button.dropdown.small::after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}
.dropdown.button.small::after, button.dropdown.small::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.large, button.dropdown.large {
  padding-right: 3.625rem;
}
.dropdown.button.large::after, button.dropdown.large::after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}
.dropdown.button.large::after, button.dropdown.large::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.secondary:after, button.dropdown.secondary:after {
  border-color: #333333 transparent transparent transparent;
}

/* Standard Forms */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
label small {
  text-transform: capitalize;
  color: #676767;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: visible;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}
input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
  border-radius: 3px;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Raleway", sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem;
}
select::-ms-expand {
  display: none;
}
select.radius {
  border-radius: 3px;
}
select:hover {
  background-color: #f7f7f7;
  border-color: #999999;
}
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
select[multiple] {
  height: auto;
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
fieldset legend {
  font-weight: bold;
  background: #FFFFFF;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}
.error label,
.error label.error {
  color: #f04124;
}
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}
.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #f04124;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

[class*="column"] + [class*="column"]:last-child {
  float: right;
}

[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .small-1 {
    width: 8.3333333333%;
  }

  .small-2 {
    width: 16.6666666667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.3333333333%;
  }

  .small-5 {
    width: 41.6666666667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.3333333333%;
  }

  .small-8 {
    width: 66.6666666667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.3333333333%;
  }

  .small-11 {
    width: 91.6666666667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0% !important;
  }

  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .small-offset-3 {
    margin-left: 25% !important;
  }

  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .small-offset-6 {
    margin-left: 50% !important;
  }

  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .small-offset-9 {
    margin-left: 75% !important;
  }

  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0% !important;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .large-1 {
    width: 8.3333333333%;
  }

  .large-2 {
    width: 16.6666666667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-5 {
    width: 41.6666666667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.3333333333%;
  }

  .large-8 {
    width: 66.6666666667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.3333333333%;
  }

  .large-11 {
    width: 91.6666666667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0% !important;
  }

  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}
.inline-list > li > * {
  display: block;
}

.label {
  font-weight: normal;
  font-family: "Raleway", sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: auto;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #a0a0a0;
  color: #FFFFFF;
}
.label.radius {
  border-radius: 3px;
}
.label.round {
  border-radius: 1000px;
}
.label.alert {
  background-color: #f04124;
  color: #FFFFFF;
}
.label.warning {
  background-color: #f08a24;
  color: #FFFFFF;
}
.label.success {
  background-color: #43AC6A;
  color: #FFFFFF;
}
.label.secondary {
  background-color: #e7e7e7;
  color: #333333;
}
.label.info {
  background-color: #a0d3e8;
  color: #333333;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }

  .small-only-text-right {
    text-align: right !important;
  }

  .small-only-text-center {
    text-align: center !important;
  }

  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }

  .small-text-right {
    text-align: right !important;
  }

  .small-text-center {
    text-align: center !important;
  }

  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important;
  }

  .medium-only-text-right {
    text-align: right !important;
  }

  .medium-only-text-center {
    text-align: center !important;
  }

  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important;
  }

  .medium-text-right {
    text-align: right !important;
  }

  .medium-text-center {
    text-align: center !important;
  }

  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important;
  }

  .large-only-text-right {
    text-align: right !important;
  }

  .large-only-text-center {
    text-align: center !important;
  }

  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important;
  }

  .large-text-right {
    text-align: right !important;
  }

  .large-text-center {
    text-align: center !important;
  }

  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }

  .xlarge-only-text-right {
    text-align: right !important;
  }

  .xlarge-only-text-center {
    text-align: center !important;
  }

  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }

  .xlarge-text-right {
    text-align: right !important;
  }

  .xlarge-text-center {
    text-align: center !important;
  }

  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  .xxlarge-only-text-right {
    text-align: right !important;
  }

  .xxlarge-only-text-center {
    text-align: center !important;
  }

  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }

  .xxlarge-text-right {
    text-align: right !important;
  }

  .xxlarge-text-center {
    text-align: center !important;
  }

  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #a0a0a0;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus {
  color: #8a8a8a;
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

h1 {
  font-size: 1.625rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 1.1rem;
}
ul.no-bullet {
  margin-left: 0;
}
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 500;
}
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help;
}

abbr {
  text-transform: none;
}
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.875rem;
  }

  h3 {
    font-size: 1.6875rem;
  }

  h4 {
    font-size: 1.4375rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  h6 {
    font-size: 1rem;
  }
}
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
.inner-wrap:after {
  clear: both;
}

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1.125rem;
}

.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  left: 0;
}

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  right: 0;
}

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0;
}
@media only screen and (min-width: 40.063em) {
  .tab-bar-section.left {
    text-align: left;
  }
  .tab-bar-section.right {
    text-align: right;
  }
}
.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}
.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  transform: translate3d(0, 0, 0);
}
.tab-bar .menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 1rem;
}
.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 340px;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100%, 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);
  left: 0;
}
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 340px;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(100%, 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);
  right: 0;
}
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.off-canvas-list li label {
  display: block;
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}
ul.off-canvas-list li a {
  display: block;
  padding: 0.6666666667rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #262626;
  transition: background 300ms ease;
}
ul.off-canvas-list li a:hover {
  background: #242424;
}

.move-right > .inner-wrap {
  -ms-transform: translate(340px, 0);
  -webkit-transform: translate3d(340px, 0, 0);
  -moz-transform: translate3d(340px, 0, 0);
  -ms-transform: translate3d(340px, 0, 0);
  -o-transform: translate3d(340px, 0, 0);
  transform: translate3d(340px, 0, 0);
}
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.063em) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-left > .inner-wrap {
  -ms-transform: translate(-340px, 0);
  -webkit-transform: translate3d(-340px, 0, 0);
  -moz-transform: translate3d(-340px, 0, 0);
  -ms-transform: translate3d(-340px, 0, 0);
  -o-transform: translate3d(-340px, 0, 0);
  transform: translate3d(-340px, 0, 0);
}
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.063em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.063em) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.063em) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.063em) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.no-csstransforms .left-off-canvas-menu {
  left: -340px;
}
.no-csstransforms .right-off-canvas-menu {
  right: -340px;
}
.no-csstransforms .move-left > .inner-wrap {
  right: 340px;
}
.no-csstransforms .move-right > .inner-wrap {
  left: 340px;
}

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 340px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 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);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.left-submenu * {
  -webkit-backface-visibility: hidden;
}
.left-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}
.left-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}
.left-submenu .back > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}
.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
  -ms-transform: translate(0%, 0);
  -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);
}

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 340px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 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);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.right-submenu * {
  -webkit-backface-visibility: hidden;
}
.right-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}
.right-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}
.right-submenu .back > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}
.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
  -ms-transform: translate(0%, 0);
  -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);
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}

ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem;
}
ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
ul.pagination li a, ul.pagination li button {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  background: none;
  border-radius: 3px;
  font-weight: normal;
  font-size: 1em;
  line-height: inherit;
  transition: background-color 300ms ease-out;
}
ul.pagination li:hover a,
ul.pagination li a:focus, ul.pagination li:hover button,
ul.pagination li button:focus {
  background: #e6e6e6;
}
ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
  background: transparent;
}
ul.pagination li.current a, ul.pagination li.current button {
  background: #a0a0a0;
  color: #FFFFFF;
  font-weight: bold;
  cursor: default;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
  background: #a0a0a0;
}
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

table {
  background: #FFFFFF;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  table-layout: auto;
}
table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}
table thead {
  background: #F5F5F5;
}
table thead tr th,
table thead tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}
table tfoot {
  background: #F5F5F5;
}
table tfoot tr th,
table tfoot tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}
table tr th,
table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
  text-align: left;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #F9F9F9;
}
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.125rem;
}

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs dd, .tabs .tab-title {
  position: relative;
  margin-bottom: 0 !important;
  list-style: none;
  float: left;
}
.tabs dd > a, .tabs .tab-title > a {
  display: block;
  background-color: #f9f9f9;
  color: #222222;
  padding: 1rem 2rem;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
}
.tabs dd > a:hover, .tabs .tab-title > a:hover {
  background-color: #eaeaea;
}
.tabs dd > a:focus, .tabs .tab-title > a:focus {
  outline: none;
}
.tabs dd.active a, .tabs .tab-title.active a {
  background-color: #efefef;
  color: #222222;
}
.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.tabs.vertical dd, .tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}
.tabs-content:after {
  clear: both;
}
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
}
.tabs-content > .content.active {
  display: block;
  float: none;
}
.tabs-content > .content.contained {
  padding: 0.9375rem;
}
.tabs-content.vertical {
  display: block;
}
.tabs-content.vertical > .content {
  padding: 0 0.9375rem;
}

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem;
  }

  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem;
  }
}
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #efefef;
}
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 1.875rem;
}

.top-bar {
  overflow: hidden;
  height: 1.875rem;
  line-height: 1.875rem;
  position: relative;
  background: #efefef;
  margin-bottom: 0;
}
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
.top-bar .row {
  max-width: none;
}
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
.top-bar input {
  height: 1.75rem;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 0.75rem;
}
.top-bar .button, .top-bar button {
  padding-top: 0.4125rem;
  padding-bottom: 0.4125rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}
@media only screen and (max-width: 40em) {
  .top-bar .button, .top-bar button {
    position: relative;
    top: -1px;
  }
}
.top-bar .title-area {
  position: relative;
  margin: 0;
}
.top-bar .name {
  height: 1.875rem;
  margin: 0;
  font-size: 16px;
}
.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
  line-height: 1.875rem;
  font-size: 1.0625rem;
  margin: 0;
}
.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
  font-weight: normal;
  color: white;
  width: 75%;
  display: block;
  padding: 0 0.625rem;
}
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
.top-bar .toggle-topbar a {
  color: white;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 0.625rem;
  height: 1.875rem;
  line-height: 1.875rem;
}
.top-bar .toggle-topbar.menu-icon {
  top: 50%;
  margin-top: -16px;
}
.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0 2.1875rem 0 0.625rem;
  color: #747474;
  position: relative;
}
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 0.625rem;
  box-shadow: 0 0 0 1px #747474, 0 7px 0 1px #747474, 0 14px 0 1px #747474;
  width: 16px;
}
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}
.top-bar.expanded {
  height: auto;
  background: transparent;
}
.top-bar.expanded .title-area {
  background: #efefef;
}
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}
.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  margin: 0;
}
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #777777;
  clear: both;
  height: 1px;
  width: 100%;
}
.top-bar-section ul li {
  background: #830b5c;
}
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: white;
  padding: 12px 0 12px 0;
  padding-left: 0.625rem;
  font-family: "Raleway", sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  text-transform: none;
}
.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  background-color: #a0a0a0;
  border-color: gray;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: gray;
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #b9b9b9;
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #333333;
}
.top-bar-section ul li > a.button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #368a55;
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #cf2a0e;
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  background-color: #cf6e0e;
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  background-color: #a0a0a0;
  border-color: gray;
  color: #FFFFFF;
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: gray;
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #b9b9b9;
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #333333;
}
.top-bar-section ul li > button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #368a55;
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e;
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: #cf6e0e;
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: #FFFFFF;
}
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  background: black;
  color: white;
}
.top-bar-section ul li.active > a {
  background: black;
  color: white;
}
.top-bar-section ul li.active > a:hover {
  background: black;
  color: white;
}
.top-bar-section .has-form {
  padding: 0.625rem;
}
.top-bar-section .has-dropdown {
  position: relative;
}
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(8, 8, 8, 0.4);
  border-left-style: solid;
  margin-right: 0.625rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
.top-bar-section .has-dropdown.moved {
  position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
.top-bar-section .dropdown {
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 0.625rem;
}
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: white;
  display: block;
}
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}
.top-bar-section .dropdown li.has-form {
  padding: 8px 0.625rem;
}
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
  top: auto;
}
.top-bar-section .dropdown label {
  padding: 8px 0.625rem 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  font-size: 0.625rem;
}

.js-generated {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  .top-bar {
    background: #efefef;
    overflow: visible;
  }
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a,
  .top-bar .name h2 a,
  .top-bar .name h3 a,
  .top-bar .name h4 a,
  .top-bar .name h5 a,
  .top-bar .name h6 a {
    width: auto;
  }
  .top-bar input,
  .top-bar .button,
  .top-bar button {
    font-size: 0.875rem;
    position: relative;
    height: 1.75rem;
    top: 0.0625rem;
  }
  .top-bar.expanded {
    background: #efefef;
  }

  .contain-to-grid .top-bar {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
  }

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555555;
    background: black;
    color: white;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 0.625rem;
    line-height: 1.875rem;
    background: #efefef;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: black;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 0.625rem;
    line-height: 1.875rem;
    color: white;
    background: black;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: black;
    color: white;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 1.875rem !important;
  }
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(8, 8, 8, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 0.9375rem;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  .top-bar-section .dropdown li a {
    color: #878787;
    line-height: 1.875rem;
    white-space: nowrap;
    padding: 12px 0.625rem;
    background: #f9f9f9;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    color: #878787;
    background: #f9f9f9;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    color: white;
    background-color: #555555;
    background: #333333;
  }
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #f1f1f1;
    clear: none;
    height: 1.875rem;
    width: 0;
  }
  .top-bar-section .has-form {
    background: #efefef;
    padding: 0 0.625rem;
    height: 1.875rem;
  }
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: black;
    color: white;
  }
  .no-js .top-bar-section ul li:active > a {
    background: black;
    color: white;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}
/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block;
  }

  .hide-for-print {
    display: none;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    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 #999999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  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;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}
/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }

  .hide-for-print {
    display: none;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }
}
/* Off canvas layout CSS/JS provided by or adapted from work by Jason Weaver and Luke Wroblewski
   Requires
   globals.css
   grid.css */
body.off-canvas {
  padding: 0;
  margin: 0;
}

.container {
  width: 100%;
}

.row .row {
  overflow: visible;
}

.paneled .container {
  overflow: hidden;
}

.paneled .row {
  width: 100%;
}

[role="main"]:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}

[role="complementary"],
[role="main"] {
  width: 100%;
  padding: 0 0px;
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.25s ease-out;
}

.paneled [role="main"] {
  padding: 0;
}

.page-panel {
  width: 100%;
  padding: 0 15px;
  transition: 0.3s margin ease-in-out 300ms ease-out;
  background: #fff;
}

#switchPanels {
  margin: 0 -15px;
}

.hide-extras [role="complementary"] {
  display: block;
}

[role="navigation"]#topMenu {
  transition: 0.25s all ease-in 300ms ease-out;
}

[role="navigation"]#topMenu ul {
  margin-top: 0;
}

[role="complementary"] {
  margin-left: -21rem;
  width: 290px;
  float: left;
  z-index: 2;
}

[role="main"] {
  margin-left: 0;
  float: right;
  z-index: 1;
  position: relative;
}

.paneled [role="main"] {
  background: #fff;
  width: 500%;
  overflow: hidden;
  float: none;
  position: relative;
  left: 0;
  transition: 0.15s all ease-in 300ms ease-out;
}

.page-panel {
  min-height: 400px;
  float: left;
  margin: 0;
  width: 20%;
}

.active [role="complementary"] {
  margin-left: 0;
}

.active [role="main"] {
  margin-right: -80%;
}

.active-menu [role="navigation"]#topMenu {
  margin-top: 0 !important;
}

@media all and (min-width: 768px) {
  menu-button, .sidebar-button {
    display: none;
  }

  [role="complementary"] {
    width: 20%;
    margin-left: 0;
    float: left;
    padding: 0 0px;
  }

  [role="main"] {
    width: 80%;
    padding: 0 0px;
  }

  .paneled [role="main"] {
    width: 100%;
    padding: 0;
    background: #f4f4f4;
    left: 0 !important;
  }

  .page-panel {
    display: block;
    min-height: 800px;
    float: none;
    margin: 0;
    width: 100%;
    background: #f4f4f4;
  }

  .hide-extras [role="main"] {
    width: 100%;
  }

  .hide-extras [role="complementary"] {
    display: none;
  }

  [role="navigation"]#topMenu {
    display: none;
  }
}
.col1-layout [role="main"] {
  width: 100%;
}

.col1-layout [role="complementary"] {
  display: none;
  padding: 0;
}

.main-container .move-left {
  position: relative;
}
.main-container .right-off-canvas-menu {
  width: 290px;
  padding-top: 0.2rem;
  right: -49px;
  overflow-x: auto;
  overflow-y: auto;
}
.main-container .exit-off-canvas {
  position: relative;
  box-shadow: none;
}

.right-off-canvas-menu.cart .product-image {
  float: left;
  margin-right: 1rem;
}
.right-off-canvas-menu.cart .product-name {
  font-size: 0.8rem;
  margin-top: 0.6rem;
}
.right-off-canvas-menu.cart .edit-param {
  display: none;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-1-2x {
  font-size: 1.2rem;
}

.fa-1-3x {
  font-size: 1.3rem;
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-search:before {
  content: "\f002";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-phone:before {
  content: "\f095";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-times:before {
  content: "\f00d";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-down {
  position: absolute;
  top: 6px;
  padding-left: 18px;
}
.footer-bottom .fa-caret-down {
  position: relative;
}

.checkout-onepage-index .fa-arrow-right,
.checkout-cart-index .fa-arrow-right {
  font-size: .7rem;
}

.fa-phone {
  color: #fff;
  float: left;
  padding: 4px 6px 0 0;
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopping-cart {
  color: #a5c428;
  padding-right: .6rem;
}

.fa-search {
  color: #777777;
  font-size: .7rem;
}
@media only screen and (max-width: 40.063em) {
  .fa-search {
    color: white;
  }
}

.fa-times.close {
  float: right;
  padding: 0.6rem 0.4rem;
  margin: 0;
  color: black;
  background-color: transparent;
  position: relative;
  box-shadow: none;
}

.site-footer .fa {
  font-size: 2rem;
  margin-right: 0.8rem;
  color: #A9A9A9;
}
.site-footer .fa:hover {
  color: black;
}
.site-footer .fa.fa-search {
  position: absolute;
  top: 7px;
  right: 0;
  font-size: .8rem;
}
@media only screen and (max-width: 40.063em) {
  .site-footer .fa.fa-search {
    top: 9px;
  }
}

.fa-trash-o {
  color: #464646;
}

ul.resp-tabs-list, p {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}
.resp-tabs-list li:nth-child(3) {
  padding-right: 0 !important;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px;
}

.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.resp-tab-content {
  border: 1px solid #c1c1c1;
}

h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
}

.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #DBDBDB !important;
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }

  h2.resp-accordion {
    display: block;
  }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }

  .resp-accordion-closed {
    display: none !important;
  }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}
.resp-tabs-list li,
.resp-tabs-container li {
  padding: 40px 40px 20px 0 !important;
  border: none !important;
}
@media only screen and (min-width: 48.06em) and (max-width: 50em) {
  .resp-tabs-list li,
  .resp-tabs-container li {
    padding: 30px 20px 20px 0 !important;
  }
}
.resp-tabs-list a,
.resp-tabs-list li span,
.resp-tabs-container a,
.resp-tabs-container li span {
  color: #2d2d2d;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: .9rem;
  letter-spacing: 1px;
  padding-bottom: 0.4rem;
}
.resp-tabs-list .resp-tab-content ul,
.resp-tabs-container .resp-tab-content ul {
  margin-left: 0;
}
.resp-tabs-list .resp-tab-content li,
.resp-tabs-container .resp-tab-content li {
  font-family: "Old Standard TT",serif !important;
  font-size: 0.75rem;
  padding: 0 !important;
}
.resp-tabs-list .resp-tab-content a,
.resp-tabs-container .resp-tab-content a {
  font-size: 1rem;
  text-transform: none;
  font-family: "Old Standard TT",serif !important;
}
.resp-tabs-list .resp-tab-active,
.resp-tabs-list .resp-accordion,
.resp-tabs-container .resp-tab-active,
.resp-tabs-container .resp-accordion {
  background: none !important;
  border: none;
  padding-left: 0 !important;
}
.resp-tabs-list .resp-tab-active a,
.resp-tabs-list .resp-tab-active span,
.resp-tabs-container .resp-tab-active a,
.resp-tabs-container .resp-tab-active span {
  color: #424242;
  border-bottom: 1px solid #585858;
}
.resp-tabs-list .resp-tab-content,
.resp-tabs-container .resp-tab-content {
  color: #5a5a5a;
  padding: 10px 0 20px 0;
  border: none;
}
.resp-tabs-list .resp-tab-content p, .resp-tabs-list .resp-tab-content .std, .resp-tabs-list .resp-tab-content .std p,
.resp-tabs-container .resp-tab-content p,
.resp-tabs-container .resp-tab-content .std,
.resp-tabs-container .resp-tab-content .std p {
  font-family: 'Crimson Text', serif !important;
  font-size: 1.1rem !important;
  line-height: 1.8 !important;
}
.resp-tabs-list h2.resp-accordion:first-child,
.resp-tabs-container h2.resp-accordion:first-child {
  border-top: none !important;
}

@media only screen and (max-width: 1250px) {
  .resp-tabs-container {
    padding-top: 22px;
    padding-bottom: 2rem;
  }
}

.resp-tabs-list {
  margin: 0 !important;
}

@media only screen and (max-width: 1250px) {
  ul.resp-tabs-list {
    display: none;
  }

  h2.resp-accordion {
    display: block;
  }
}
.scrollToTop {
  width: 40px;
  height: 50px;
  padding: 10px;
  text-align: center;
  background: whiteSmoke;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 30px;
  right: 1px;
  display: none;
  background: transparent;
  z-index: 2;
}

.scrollToTop:hover {
  text-decoration: none;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("../../default/fonts/flexslider/flexslider-icon.eot");
  src: url("../../default/fonts/flexslider/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../../default/fonts/flexslider/flexslider-icon.woff") format("woff"), url("../../default/fonts/flexslider/flexslider-icon.ttf") format("truetype"), url("../../default/fonts/flexslider/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: white;
  text-shadow: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.catalog-product-view .flex-direction-nav a {
  color: black;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 40px;
  line-height: 1;
  display: inline-block;
}

.flex-direction-nav a.flex-next:before {
  content: '\f105';
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.catalog-product-view .flex-control-nav {
  width: 100%;
  text-align: center;
  display: none;
  position: absolute;
  bottom: 4px;
  display: block;
}
@media screen and (min-width: 40.063em) {
  .catalog-product-view .flex-control-nav {
    display: none;
  }
}

.catalog-product-view .flex-control-nav li {
  float: none;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
#carousel {
  position: relative;
}

.flexslider {
  max-width: 1600px;
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
.flexslider a:hover {
  color: white;
}

.catalog-product-view .flexslider a:hover {
  color: black;
}

body[class*="cms"] .main-container .flexslider ul:last-child {
  margin: 0;
}

.flex-direction-nav .flex-prev {
  opacity: 0.6;
  left: 10px;
}

.flex-direction-nav .flex-next {
  opacity: 0.6;
  right: 10px;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
  }
}
.account-login .content {
  min-height: 100px;
}

.account-login {
  padding-left: 0rem;
  padding-right: 0rem;
}

@media only screen and (max-width: 40.063rem) {
  .login-heading {
    margin-left: 0.5rem;
  }

  .account-login .content {
    min-height: 120px !important;
  }
}
.account-login h1 {
  color: #000000;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.account-login h2 {
  background: #af9f7e;
  color: #ffffff;
  font-size: 0.8rem;
  padding: 0.4rem 1rem;
  margin-bottom: 0;
  font-weight: normal;
}
.account-login p {
  font-size: 0.9rem;
  padding: 20px 0;
}
.account-login .content {
  background: #f6f6f6;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.account-login .registered-users a.f-left {
  font-size: 0.8rem;
}
.account-login .registered-users p {
  padding-bottom: 5px;
}
.account-login button.button {
  font-size: 0.8rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #FD5B06;
}

.account-create {
  margin: 0 0.5rem;
}
.account-create h1 {
  color: #000000;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.account-create .form-list {
  margin-left: 0 !important;
}
.account-create .control input {
  vertical-align: top;
  margin-top: 0.45rem;
}
.account-create .control label {
  width: 86%;
  margin-right: 0;
}

.forgot-password {
  margin: 0 0.5rem;
}
.forgot-password p {
  font-size: 0.8rem;
  margin-bottom: 0.6rem;
}

.registered-users p.required {
  padding: 0 0 4px;
}

.customer-dob .dob-day,
.customer-dob .dob-month,
.customer-dob .dob-year {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 40.063em) {
  .customer-dob div:nth-child(2) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.form-list {
  list-style-type: none;
  margin: 0;
}

.opc .step-title h2 {
  font: bold 12px/14px ProximaNova !important;
}

.breadcrumbs-wrapper {
  padding-left: 1.8rem !important;
  padding-right: 0.9375rem !important;
}

.category-products {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.inner-wrap {
  margin-top: 0.5rem;
}

li {
  list-style-type: none;
}

.col3-padd {
  padding-left: 0rem;
  padding-right: 0rem;
}

body {
  background-color: #ffffff;
}

.row {
  max-width: 1230px;
  width: 100%;
}

.row.full-width {
  max-width: 100% !important;
}

.col-main {
  margin-top: 0.2rem;
}

.collapse .column,
.collapse .columns {
  padding: 0;
}

button, .button {
  background-color: #000000;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.align-center {
  text-align: center;
}

.no-padding {
  padding: 0 !important;
}

.cms-col-padding {
  padding: 0 5rem;
}
@media only screen and (min-width: 64.07em) and (max-width: 76.88em) {
  .cms-col-padding {
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 40.063em) {
  .cms-col-padding {
    padding: 0 1rem;
  }
}

.very-small {
  padding: 0.5rem 1.4rem;
}

a {
  color: #080808;
}
a:hover {
  color: #8a8a8a;
}

.back-link {
  float: left;
  font-size: 0.8rem;
  line-height: 1.4 !important;
  padding: 0.35rem 1.4rem;
  background: #a8a8a8;
}
.back-link a {
  color: #ffffff;
}

.buttons-set {
  width: 100%;
  margin-left: 0 !important;
}
.buttons-set button {
  float: right;
}

.tax-details {
  display: none;
}

.ie9 select {
  background: white !important;
  background-image: none !important;
  padding-right: 0 !important;
}

.width100 {
  width: 100%;
}

.no-display {
  display: none !important;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  margin-bottom: 0.6rem;
}

input[type="text"] {
  padding: 0 0.5rem !important;
}

@media only screen and (max-width: 81.25em) {
  .checkout-onepage-success .buttons-set,
  .checkout-cart-index .buttons-set,
  .customer-account-logoutsuccess .buttons-set {
    margin-top: 1rem;
  }
}

.catalog-seo-sitemap-product ul.pagination {
  display: block !important;
}
.catalog-seo-sitemap-product .amount {
  float: left;
}
.catalog-seo-sitemap-product .sitemap {
  clear: both;
}

.renforcateur.row {
  max-width: 1270px;
  margin: 2rem auto;
  padding: 2rem 0;
  background: #f7f7f2;
  text-align: center;
}
.renforcateur.row .columns {
  width: 20%;
  float: left;
  padding: 0 .6rem;
}
@media only screen and (max-width: 56.25em) {
  .renforcateur.row .columns {
    width: 100%;
  }
  .renforcateur.row .columns img {
    padding-bottom: .8rem;
  }
}
@media only screen and (max-width: 40.063em) {
  .renforcateur.row {
    display: none;
  }
}

.clearing-thumbs li {
  margin-right: 0;
}
.clearing-thumbs .columns {
  padding-left: .3rem;
  padding-right: .3rem;
  padding-bottom: .6rem;
}

.videoWrapper {
  position: relative;
  padding-bottom: 50% !important;
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#CDSWIDSSP {
  width: 100% !important;
}

@media screen, print {
  .sales-order-print .logo {
    max-width: 260px !important;
  }

  .option-value .price {
    display: none;
  }
}
.messages,
.messages ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.messages {
  width: 100%;
  overflow: hidden;
}

.messages li {
  margin: 0 0 10px;
}

.messages li li {
  margin: 0 0 3px;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  border-style: solid;
  border-width: 1px;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: bold;
}

.error-msg {
  border-color: #f16048;
  background-color: #faebe7;
  color: #df280a;
}

.success-msg {
  border-color: #af9f7e;
  background-color: #ffffff;
  color: #82755c;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
}

.note-msg,
.notice-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  color: #3d6611;
}

.success {
  color: #3d6611;
  font-weight: bold;
}

.error {
  color: #c75100;
  font-weight: bold;
}

.notice {
  color: #e26703;
}

.error-msg {
  border-color: #EB340A;
  background-color: #ffffff;
  color: #EB340A;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
}

#inchoo_global_messages {
  position: relative;
  padding: 0.3em;
}

#inchoo_global_messages_close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #FFF;
  padding: 0em 0.3em 0.2em 0.3em;
}
#inchoo_global_messages_close .fa-times {
  font-size: .8rem;
}

#inchoo_global_messages .messages ul {
  list-style-type: none;
}

#inchoo_global_messages .messages ul > li {
  padding: 0.5em;
}

/* Form Validation */
.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  padding-left: 9px;
  font-size: 11px;
  line-height: 13px;
  background: rgba(255, 0, 0, 0.04);
  color: #EB340A;
  margin: 0 0 10px 0;
  padding: 1em;
  border: 1px solid #EB340A;
}

.validation-failed {
  border: 1px solid #eb340a !important;
  background: #faebe7 !important;
}

p.required {
  font-size: 11px;
  text-align: right;
  color: #EB340A;
}

/* Expiration date and CVV number validation fix */
.v-fix {
  float: left;
}

.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative;
}

.site-logo {
  display: inline-block;
  margin-top: 2.6rem;
  font-size: 0;
  margin-bottom: 1.8rem;
  width: 100%;
}
@media only screen and (max-width: 43.063em) {
  .site-logo {
    text-align: center;
  }
}
@media only screen and (max-width: 40.063em) {
  .site-logo {
    margin-top: 0 !important;
    margin-bottom: 0;
  }
}

.store-currency label, .form-language label {
  display: none;
}

.demo-notice {
  text-align: center;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  display: inline-block;
  width: 100%;
  padding: 0.7em 0;
}

.site-search {
  margin-top: 0rem;
}

#search_autocomplete {
  background-color: #fff;
  z-index: 1;
  border: 1px solid #eee !important;
  padding: 0 5px;
  text-align: left;
  right: initial !important;
  left: initial !important;
  top: 44px !important;
}

#search_autocomplete > ul {
  margin-left: 3px;
  margin-top: 3px;
  margin-bottom: 3px;
}

#search_autocomplete > ul > li {
  padding: 0px;
  font-size: 0.8em;
  font-family: inherit;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.75);
  letter-spacing: 1px;
  cursor: pointer;
}
@media only screen and (max-width: 43em) {
  #search_autocomplete > ul > li {
    line-height: 2rem;
  }
}

#search_mini_form_mobile .form-search .search-autocomplete li,
#search_mini_form .form-search .search-autocomplete li {
  list-style-type: none;
  border-bottom: 1px dotted #ddd;
}

.search-button {
  background-color: #fff;
}

.search-button:hover, .search-button:focus {
  background-color: #fff;
}

.icon-search {
  color: #b1adad;
}

.postfix {
  border-color: #ccc;
}

#search {
  box-shadow: none;
  background: #fff;
  border-color: #ccc;
  padding: 0.2rem 0.5rem;
}

@media only screen and (max-width: 40.063em) {
  #search_mini_form,
  #search_mini_form_mobile {
    margin-top: 1rem;
  }
  #search_mini_form input,
  #search_mini_form_mobile input {
    float: left;
    width: 80%;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: .625rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "helvetica neue","Open Sans",arial;
    color: rgba(0, 0, 0, 0.75);
  }
  #search_mini_form button.postfix,
  #search_mini_form_mobile button.postfix {
    float: right;
    width: 20%;
    height: 2.2rem;
    border: none;
    z-index: 1;
    background: #af9f7e;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #search_mini_form_mobile ::-webkit-input-placeholder {
    color: #828282 !important;
    font-weight: normal;
  }
  #search_mini_form_mobile :-moz-placeholder {
    /* Firefox 18- */
    color: #828282 !important;
    font-weight: normal;
  }
  #search_mini_form_mobile ::-moz-placeholder {
    /* Firefox 19+ */
    color: #828282 !important;
    font-weight: normal;
  }
  #search_mini_form_mobile :-ms-input-placeholder {
    color: #828282 !important;
    font-weight: normal;
  }

  #search_autocomplete_mobile {
    z-index: 9;
    background: white;
    border: 1px solid #C1C1C1;
    border-top: none;
    padding: 10px 0;
  }
  #search_autocomplete_mobile ul {
    font-family: "helvetica neue","Open Sans",arial;
    font-size: .625rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    margin-bottom: 0;
  }
  #search_autocomplete_mobile ul li {
    cursor: pointer;
    letter-spacing: 1px;
  }
  #search_autocomplete_mobile .amount {
    display: none;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .top-cart {
    margin-top: 0rem;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .top-cart {
    margin-top: 0rem;
  }

  .site-identity {
    padding-right: 0rem;
  }

  .top-cart-padd {
    padding-right: 0rem;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .top-cart {
    margin-top: 0rem;
  }

  .site-identity {
    padding-left: 0rem;
  }

  .top-cart-padd {
    padding-right: 0rem;
  }
}
@media only screen and (min-width: 120.063em) {
  .top-cart {
    margin-top: 0rem;
  }

  .site-identity {
    padding-left: 0rem;
  }

  .top-cart-padd {
    padding-right: 0rem;
  }
}
.cartbutton-margin {
  margin-top: 1rem;
}

@media only screen and (max-width: 40.063em) {
  .site-search {
    margin-left: 0rem;
  }

  .row {
    max-width: 100%;
  }

  .sheader-height {
    height: 30px;
  }

  .site-header {
    margin-bottom: 0rem !important;
    margin-top: 0rem !important;
    position: relative;
    z-index: 999;
  }

  .mobile-search-picto {
    margin-left: 20px;
    cursor: pointer;
  }

  #search {
    width: 100%;
    height: 2.3rem;
  }

  .mobile-logo {
    width: auto;
    margin-top: -.4rem;
  }

  .site-identity {
    margin-bottom: 1rem;
  }
}
#accmini {
  padding-bottom: 1rem;
}

.show-for-small-only h1.site-logo,
.show-for-small-only a.logo {
  background: #ffffff;
  margin-left: 0;
  padding: 0.25rem 0 1rem 0.25rem !important;
  margin-top: 1.75rem;
  margin-bottom: 1rem;
  display: block;
  text-align: center;
}

.site-search,
.site.nav {
  padding: 0 0 0 1rem !important;
}
.site-search #search,
.site.nav #search {
  font-size: 0.8rem;
  height: 1.4rem;
  padding: 0 1rem;
  border-right: none;
  margin-bottom: 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 2px 0 inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 2px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 2px 0 inset;
}
.site-search #search_autocomplete,
.site.nav #search_autocomplete {
  border: none;
}
.site-search #search_autocomplete .amount,
.site.nav #search_autocomplete .amount {
  display: none;
}
.site-search .search-button,
.site.nav .search-button {
  background-color: #a0c112;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bdcc1b), to(#a0c112));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #bdcc1b, #a0c112);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #bdcc1b, #a0c112);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #bdcc1b, #a0c112);
  /* IE10 */
  background-image: -o-linear-gradient(top, #bdcc1b, #a0c112);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #bdcc1b, #a0c112);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bdcc1b', EndColorStr='#a0c112');
}
.site-search .postfix,
.site.nav .postfix {
  height: 1.4rem;
  line-height: 1rem;
  padding-right: 1.6rem;
  margin-bottom: 0;
}
.site-search button.postfix,
.site.nav button.postfix {
  padding: 0;
  background: transparent;
  border-left: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) -1px 1px 2px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) -1px 1px 2px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.25) -1px 1px 2px 0 inset;
}

@media only screen and (max-width: 40.063em) {
  .site.nav {
    padding-left: 0 !important;
  }
}

.form-search > div {
  z-index: 0;
}

@media only screen and (max-width: 40.063em) {
  .site.nav #search,
  .site.nav .postfix {
    height: 2.2rem;
  }
}
@media only screen and (max-width: 40.063em) {
  .acc-button, .cart-button {
    font-family: "Raleway", sans-serif !important;
    padding: 0.4rem 1.25rem 0.3rem 1.25rem !important;
    margin-top: 0.3rem !important;
    font-size: 0.6rem !important;
    border: none !important;
  }

  .acc-button {
    margin-right: 0.25rem !important;
  }
}
@media only screen and (min-width: 40.063em) {
  .welcome-msg {
    margin-top: -0.4rem;
    margin-bottom: 1.5rem;
  }

  .desktop-header-picto {
    margin-top: -3px;
  }
}
.select_currency {
  width: 60px;
  border: 1px solid #a29689;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: "Raleway",arial;
  font-size: 0.65rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 18px;
}

.switchers {
  width: 120px;
}

.tel-container {
  color: #ffffff;
  text-transform: none;
}
.tel-container span.tel {
  color: #ffffff;
  font-weight: bold;
}
@media only screen and (min-width: 40.125em) and (max-width: 43.063em) {
  .tel-container {
    display: none;
  }
}

.header-search-container {
  margin-top: 1rem;
}
@media only screen and (min-width: 64.063em) {
  .header-search-container {
    margin-top: 3.6rem;
    padding-left: 3.8rem;
  }
}
.header-search-container #search_mini_form input {
  width: 80%;
  float: left;
  height: 44px;
}
.header-search-container #search_mini_form button {
  width: 20%;
  height: 44px;
}
.header-search-container #search_mini_form button:hover {
  background-color: #a5c428;
}

.site-header .cart-header {
  float: right;
  border: 1px solid #a5c428;
  font-family: "Raleway", sans-serif;
  padding: 9px 10px 0;
  margin: 3.6rem 0 0;
}
.site-header .cart-header > div[data-dropdown="hoverCart"] {
  height: 33px;
}
.site-header .cart-header .fa-angle-down {
  font-weight: bold;
  padding-left: .6rem;
}
.site-header .cart-header .block-cart {
  background: white;
  border: 1px solid #f2f2f2;
}
.site-header .cart-header .button {
  position: relative;
  font-family: "Raleway", sans-serif;
  background: url("../images/bkg_btn_header_cart.jpg") repeat-x;
  margin: 0;
  padding: 0;
  color: #424445;
  text-decoration: none;
  font-weight: 300;
  font-size: .85rem;
}
.site-header .cart-header .button:after {
  content: '';
  height: 34px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/bkg_btn_header_cart_arrow.png") no-repeat 0 0;
  width: 30px;
}
.site-header .cart-header a {
  color: #424445;
  font-size: .85rem;
}

#hoverCart.f-dropdown {
  width: 338px;
}
#hoverCart.f-dropdown li:hover {
  background: white;
}

#hoverCart.f-dropdown.open {
  margin-left: -151px !important;
}

[data-dropdown="hoverCart"] a {
  min-width: 120px;
  display: inline-block;
  text-align: center;
}

.f-dropdown:before,
.f-dropdown:after {
  display: none;
}

.social-header .f-dropdown {
  display: inline-block;
  width: auto;
  top: 25px !important;
  border-top: none;
}
.social-header .f-dropdown li a {
  font-size: .58rem;
  margin-right: 0 !important;
}
.social-header .f-open-dropdown {
  left: 5px !important;
}

@media screen and (max-width: 64.1em) and (min-width: 40em) {
  .header-cart-container {
    position: absolute;
    right: 0;
  }
}
.site-nav {
  border-top: 1px solid #AEAEAE;
  font-family: 'Crimson Text', serif;
}
.site-nav .large-12 {
  height: 38px;
}
.site-nav nav {
  display: inline-block;
}
.site-nav nav li {
  float: left;
}
.site-nav nav li a {
  color: #919191;
  padding: 0 1rem;
  text-transform: uppercase;
  font-size: .8rem;
  letter-spacing: 2px;
}
.site-nav nav li:last-child a {
  border-right: 0;
}
@media screen and (min-width: 1190px) {
  .site-nav {
    border-bottom: 1px solid #AEAEAE;
  }
}

.picto-acc-cart-mobile {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}
.picto-acc-cart-mobile .picto-acc-cart {
  padding-left: .5rem;
}

.site-header-content .search-container {
  display: none;
}

.social-header a {
  margin-right: 8px !important;
}
.social-header .fa {
  font-size: .9rem;
  color: #dedede;
}
.social-header .social-header_blog {
  color: #dedede;
  text-decoration: underline;
  font-size: .65rem;
}

.store-switcher {
  display: inline-block;
  margin-right: 20px;
}

@media screen and (max-width: 40.063em) {
  .site-header-content {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.top-bar-msg {
  position: absolute;
  color: black;
  font-weight: bold;
  text-transform: none;
  font-size: .75rem;
  letter-spacing: 2px;
  left: 28%;
  display: none;
}
@media (min-width: 975px) {
  .top-bar-msg {
    display: block;
  }
}
@media (min-width: 1140px) {
  .top-bar-msg {
    left: 40%;
  }
}
.top-bar-msg.top-bar-msg-login {
  left: 22%;
  display: none;
}
@media (min-width: 1024px) {
  .top-bar-msg.top-bar-msg-login {
    display: block;
  }
}
@media (min-width: 1260px) {
  .top-bar-msg.top-bar-msg-login {
    left: 28%;
  }
}

.toolbar-top > .row {
  position: relative;
}

/*
Cart styling
*/
.checkout-types {
  list-style-type: none;
  margin-left: 0rem;
}

.checkout-cart-index table {
  width: 100%;
  border: 0 none;
}

.checkout-cart-index fieldset {
  border: 1px solid #ccc;
  padding: 0;
  margin: 0;
}

.checkout-cart-index fieldset table {
  margin: 0;
}

.cart-table button {
  margin-bottom: 0;
}

.btn-empty {
  margin-right: 0.5rem;
  font-size: 1rem !important;
}

.btn-update {
  font-size: 1rem !important;
}

.btn-continue {
  font-size: 1rem !important;
}

.shipping {
  border: 1px solid #e7e7e7;
  background: #f9f9f9;
  margin-top: 1rem;
}

#shopping-cart-totals-table {
  border: 1px solid #e7e7e7;
  background: #f9f9f9;
  margin-top: 1rem;
}

.inline-block {
  display: inline-block;
}

.buttons-set {
  display: inline-block;
  margin-bottom: 0rem;
  margin-left: 0.7rem;
}

.shipping .form-list .shipping-city {
  width: 49%;
  display: inline-block;
}

.shipping .form-list .shipping-code {
  width: 49%;
  display: inline-block;
}

#discount-coupon-form {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* Checkout Agreements */
.checkout-agreements li {
  margin: 30px 0;
}

.checkout-agreements .agreement-content {
  overflow: auto;
  height: 12em;
  padding: 10px;
  background: #fbfbfb;
  border: 1px solid #e4e4e4;
}

.checkout-agreements .agree {
  margin: 0;
  padding: 10px 0 10px 11px;
}

.checkout-agreements .agree input.checkbox {
  margin-right: 6px;
}

.checkout-agreements .agree label {
  font-weight: bold;
  color: #555;
}

.opc .checkout-agreements {
  padding: 5px 30px;
}

.opc .checkout-agreements li {
  margin: 20px 0 0;
}

.opc .checkout-agreements .agreement-content {
  background: #fff;
  padding: 5px;
}

.opc .checkout-agreements .agree {
  padding-left: 2px;
}

/* Centinel */
.centinel .authentication {
  border: 1px solid #ddd;
  background: #fff;
}

.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.opc .centinel {
  padding: 10px 30px;
}

/* Generic Info Set */
.info-set {
  background: #fbfbfb;
  border: 1px solid #ddd;
  margin: 0 0 25px;
  padding: 20px;
}

.info-set h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 10px;
}

.info-set h3,
.info-set h4 {
  font-size: 12px;
  font-weight: bold;
}

.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
  font-weight: normal;
}

.info-set h2.legend {
  margin: -20px -20px 15px;
  padding: 3px 10px;
  background: #777;
  border-bottom: 1px solid #777;
  position: relative;
  color: #fff;
}

.info-set h2.legend a {
  color: #fff;
}

.info-set h3.legend {
  margin: 0 0 10px;
}

.info-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}

.info-set .box {
  margin: 0 0 15px;
}

.info-set .box h2 {
  color: #e26703;
}

.info-set .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #4f8100 !important;
}

.info-set .data-table .product-name a {
  font-weight: bold !important;
}

.info-set .data-table .item-options {
  margin: 5px 0 0;
}

/********** Common Checkout Styles > */
/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
}

.block-progress .block-title {
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 5px;
}

.block-progress .block-title strong {
  font-size: 12px;
}

.block-progress .block-content {
  background: none;
  padding: 0;
}

.block-progress dt {
  font-size: 0.8em;
  border: 1px solid #a0a0a0;
  margin: 0 0 6px;
  padding: 2px 8px;
  color: #a0a0a0;
  text-transform: uppercase;
  font-weight: 500;
}

.block-progress dd {
  border-top: 0;
  padding: 2px 10px;
  margin: 0 0 6px;
}

.block-progress dt.complete a {
  text-transform: none;
}

.block-progress p {
  margin: 0;
}

.block-progress .cards-list dt {
  background: none;
  border: 0 none;
  color: inherit;
  font-size: 11px;
  font-weight: bold;
  margin: 5px 0;
  padding: 0;
  text-transform: none;
}

.block-progress .cards-list dd {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.block-progress .cards-list .info-table th {
  font-weight: normal;
}

.opc .buttons-set {
  margin-top: 0;
}

.opc .buttons-set p.required {
  margin: 0;
  padding: 0 0 10px;
}

.opc .buttons-set.disabled button.button {
  display: none;
}

.opc .buttons-set .please-wait {
  height: 28px;
  line-height: 28px;
}

.opc .ul {
  list-style: disc outside;
  padding-left: 18px;
}

.opc {
  position: relative;
  list-style-type: none;
}

.opc .section form, .opc .section dd, .opc.section dl {
  margin-bottom: 0;
}

.opc .section form {
  margin-bottom: 1rem;
}

.opc .section dd {
  margin-right: .6rem;
}

.form-list li {
  display: block;
  clear: both;
}

.cvv-what-is-this {
  padding: 0.3em;
  font-size: 14px;
}

.form-list li.control input, .form-list li.control label, .sp-methods span, .sp-methods label, .sp-methods input {
  display: inline-block;
}

.opc fieldset {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.form-list li.control input, .sp-methods input {
  margin-right: 0.3em;
}

.opc ul {
  list-style-type: none;
  margin: 0;
}

.opc {
  margin-left: 0rem;
}

.opc .step-title {
  background: #f9f9f9;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0.5em 0.5em 0.7em 0.5em;
  text-align: right;
  clear: both;
  height: 2em;
}

.opc .step-title .number {
  float: left;
  background: #a0a0a0;
  border: 1px solid #a0a0a0;
  padding: 0 3px;
  margin: 0 5px 0 0;
  font: normal 11px/12px arial, helvetica, 'Open Sans', sans-serif;
  color: #fff;
}

.opc .step-title h2 {
  float: left;
  margin: 0;
  font: bold 12px/14px "Raleway",sans-serif;
  color: #a0a0a0;
}

.opc .step-title a {
  display: none;
  float: right;
  font-size: 11px;
  line-height: 16px;
}

.opc .step-title form {
  margin-bottom: 0;
}

.opc .allow .step-title {
  background: #a0a0a0;
  border: 1px solid #a0a0a0;
  color: #fff;
  cursor: pointer;
}

.opc .allow .step-title h2 {
  color: #fff;
}

.opc .allow .step-title a {
  display: block;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
}

.opc .active .step-title {
  background: #fff;
  border-color: #a0a0a0;
  border-top-color: #ccc;
  border-bottom: 0 none;
  padding-bottom: 5px;
  color: #222;
  cursor: default;
}

.opc .active .step-title h2 {
  color: #a0a0a0;
}

.opc .active .step-title a {
  display: none;
}

.opc .step {
  padding: 15px 30px;
  position: relative;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.opc .step .tool-tip {
  right: 30px;
}

#opc-login h3 {
  font-size: 13px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 2px;
  text-transform: uppercase;
}

#opc-login h4 {
  font-size: 0.8em;
  font-weight: bold;
  margin: 0;
  color: #2f2f2f;
}

#opc-shipping_method .buttons-set {
  border-top: 0;
}

.opc .gift-messages-form {
  margin: 0 -30px;
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-width: 1px 0;
  padding: 22px 24px 22px 30px;
}

.opc .gift-messages-form .inner-box {
  padding: 5px;
  height: 260px;
  overflow: auto;
}

#opc-review .step {
  padding: 0;
}

#opc-review .product-name {
  font-weight: bold;
}

#opc-review .item-options {
  margin: 5px 0 0;
}

#opc-review .buttons-set {
  border: 0;
  padding: 15px 14px;
}

#opc-review .buttons-set p {
  margin: 0 0 1rem;
  line-height: 1.4;
}

#opc-review .buttons-set .please-wait {
  height: 28px;
  line-height: 28px;
}

#opc-review .authentication {
  margin: 0 auto;
  width: 570px;
}

#opc-review .warning-message {
  color: #222;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px 0;
}

/* Multiple Addresses Checkout */
.checkout-progress {
  padding: 0 90px;
  margin: 0 0 20px;
}

.checkout-progress li {
  float: left;
  width: 19%;
  margin: 0 3px 0 0;
  border-top: 6px solid #999;
  padding: 2px 0 0;
  font-weight: bold;
  text-align: center;
  color: #888;
}

.checkout-progress li.active {
  border-top-color: #e96200;
  color: #e96200;
}

.multiple-checkout h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 10px;
}

.multiple-checkout h3,
.multiple-checkout h4 {
  font-size: 12px;
  font-weight: bold;
}

.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
  font-weight: normal;
}

.multiple-checkout .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #4f8100 !important;
}

.multiple-checkout .data-table .product-name a {
  font-weight: bold !important;
}

.multiple-checkout .data-table .item-options {
  margin: 5px 0 0;
}

.multiple-checkout .gift-messages {
  margin: 15px 0 0;
}

.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 20px;
}

.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
  background: #fbfbfb;
  border: 1px solid #ddd;
  margin: 0 0 25px;
  padding: 20px;
}

.multiple-checkout .col2-set h2.legend {
  margin: -20px -20px 15px;
  padding: 3px 10px;
  background: #777;
  border-bottom: 1px solid #777;
  position: relative;
  color: #fff;
}

.multiple-checkout .col2-set h3.legend {
  margin: 0 0 10px;
}

.multiple-checkout .col2-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}

.multiple-checkout .box {
  margin: 0 0 15px;
}

.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 5px 10px 0 0;
}

.multiple-checkout .place-order .grand-total {
  float: right;
}

.multiple-checkout .place-order .grand-total big {
  float: left;
  margin-right: 12px;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 28px;
  color: #e26703;
}

.multiple-checkout .place-order .grand-total div {
  float: left;
}

/* Step 1 */
#multiship-addresses-table td {
  padding: 10px;
}

#multiship-addresses-table tfoot td {
  padding: 5px 10px;
}

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
  width: 100%;
  overflow: hidden;
}

.multiple-checkout .gift-messages-form .item .details .form-list li {
  margin-right: -15px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .field {
  width: 230px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
  width: 215px;
}

.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
  width: 209px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
  width: 445px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
  width: 439px;
}

.checkout-multishipping-shipping .box-sp-methods {
  border: 1px solid #ddd;
  background: #eee;
  padding: 13px;
  position: relative;
}

.checkout-multishipping-shipping .box-sp-methods .pointer {
  display: none;
}

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
  position: relative;
}

/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
.account-login .content {
  min-height: 200px;
  padding: 0 10px;
}

.account-login .content h2 {
  margin: 0 -10px 12px;
  background: #f1f1f1;
  padding: 2px 10px;
  font-size: 13px;
  line-height: 1.25;
}

/* Account Login/Create Pages ============================================================ */
/* Captcha */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

.captcha-image {
  float: left;
  display: inline;
  margin: 0;
  position: relative;
  width: 258px;
}

.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

.registered-users .captcha-image {
  margin: 0;
}

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}

.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0);
  }
  0% {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  0% {
    transform: rotate(-360deg);
  }
}
/* Remember Me Popup ===================================================================== */
.window-overlay {
  background: url(../images/window_overlay.png) repeat;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990;
}

.remember-me label {
  float: none;
  margin: 0 6px;
}

.remember-me-popup {
  background: #fff;
  border: 1px solid #888;
  border-bottom-color: #777;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -85px 0 0 -200px;
  width: 400px;
  text-align: left;
  -moz-box-shadow: 0 0 6px #999;
  -webkit-box-shadow: 0 0 6px #999;
  box-shadow: 0 0 6px #999;
  z-index: 1000;
}

.remember-me-popup h3 {
  background: #dedede;
  border-bottom: 1px solid #ccc;
  color: #444;
  font-size: 14px;
  margin: 0;
  padding: 7px 10px 5px;
}

.remember-me-popup .remember-me-popup-head {
  position: relative;
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  background: url(../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 9px;
  right: 7px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
}

.remember-me-popup .remember-me-popup-body {
  border-top: 1px solid #e6e6e6;
  padding: 10px;
}

.remember-me-popup .remember-me-popup-body a,
.remember-me-popup .remember-me-popup-body a span {
  display: inline-block;
  height: 28px;
  background: transparent url(../images/bkg_btn.png) 0 0 no-repeat;
  padding: 0 0 0 6px;
  font: bold 11px/25px "Raleway",sans-serif;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  color: #555;
}

.remember-me-popup .remember-me-popup-body a span {
  background-position: 100% 0;
  padding: 0 15px 0 9px;
}

/* Remember Me Popup ===================================================================== */
.validate-select, .validate-select:hover {
  background: white url("../images/arrow.png") no-repeat scroll 98% center;
}

.checkout-types {
  margin-bottom: 0rem;
}

.crosssell {
  margin-top: 1rem;
}

.col-main {
  padding-left: 0rem;
}

.checkout-title {
  margin-top: 1rem;
  margin-left: -0.1rem;
}

.opc label {
  margin-bottom: 0.2rem;
}
.opc label[for="billing-address-select"],
.opc label[for="shipping-address-select"] {
  margin-bottom: 0.7rem;
}
.opc .step {
  padding: 22px 30px 15px;
  background: #f1f1f1;
}
.opc .step p, .opc .step strong, .opc .step li {
  font-size: 0.8rem;
}
.opc .step-title .number, .opc .active .step-title .number {
  background: none;
  border: none;
  font-size: 0.8rem;
  margin-top: 1px;
}
.opc .step-title h2, .opc .active .step-title h2 {
  color: #ffffff;
  font-family: "Raleway", sans-serif !important;
  font-weight: normal !important;
  font-size: 0.7rem !important;
  letter-spacing: 1px;
}
.opc .step-title {
  background: #a0a0a0;
}
.opc .active .step-title {
  background: #af9f7e;
}
.opc .price {
  font-size: 0.8rem;
  color: #000000;
}
.opc .control input, .opc .sp-methods input, .opc .agree input {
  vertical-align: top;
  margin-top: 0.2rem;
}
.opc .control label, .opc .sp-methods label, .opc .agree label {
  width: 80%;
  margin-right: 0;
}
.opc .sp-methods {
  font-size: 0.875rem;
  color: #4d4d4d;
}
@media only screen and (max-width: 40em) {
  .opc .ops-form-list #OPS_CC_BRAND {
    width: 100%;
  }
}
.opc .buttons-set button {
  font-size: .8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.opc button, .opc .button {
  background: #FD5B06;
}

#login-form .form-list {
  margin-left: 0 !important;
  margin-top: 0.6rem;
}

#opc-login h3 {
  font-weight: bold;
}
#opc-login .buttons-set {
  text-align: right;
}
#opc-login .buttons-set a {
  font-size: 0.8rem;
  float: left;
  line-height: 2.7;
}

.opc .buttons-set .please-wait {
  font-size: 0.8rem;
}

.opc > li {
  margin-bottom: 0.2rem;
}

#checkout-review-table {
  width: 100%;
  overflow-x: auto;
  border: none;
}
@media only screen and (max-width: 40em) {
  #checkout-review-table {
    display: block;
  }
}
#checkout-review-table thead {
  background: #e2e2e2;
}
#checkout-review-table thead tr th {
  color: #222;
}
#checkout-review-table tbody, #checkout-review-table tfoot {
  background: #f1f1f1;
}
#checkout-review-table tfoot strong {
  font-size: 0.875rem;
}

.block-progress .block-title {
  font-family: "Raleway", sans-serif;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.block-progress dt {
  background: #a0a0a0;
  color: white;
  margin: 0;
  border: 1px solid #d8d8d8;
  letter-spacing: 1px;
}
.block-progress dt.complete {
  background: #af9f7e;
}
.block-progress dt.complete a {
  color: white;
}
.block-progress dd {
  border: 1px solid #d8d8d8;
  border-top: none;
}
.block-progress dd.complete, .block-progress dd p {
  background: #fff;
  font-size: 0.8rem;
  color: #4d4d4d;
}
.block-progress dd .price {
  font-size: 0.8rem !important;
  font-weight: normal;
  color: #4d4d4d;
}

#checkout-review-table-wrapper,
#checkout-review-submit {
  border: none !important;
}

#checkout-review-submit {
  border-bottom: 1px solid #cccccc !important;
}

.checkout-agreements {
  padding: 5px 10px !important;
  margin-left: 0;
}
.checkout-agreements li:first-child {
  overflow: hidden;
}
.checkout-agreements .agree input {
  float: left;
}
.checkout-agreements .agree label {
  width: 84%;
}
.checkout-agreements .agree a {
  float: right;
}

.checkout-onepage-index h1 {
  color: black;
  font-weight: 500;
  letter-spacing: 3px;
}
.checkout-onepage-index .col-main {
  padding-left: 0.9375rem;
  padding-right: 0;
}
@media only screen and (max-width: 64.063em) {
  .checkout-onepage-index .col-main {
    padding-right: 0.9375rem;
  }
}

.checkout-onepage-success h1 {
  font-size: 1.5rem;
}
.checkout-onepage-success h2 {
  font-size: 1.2rem;
}
.checkout-onepage-success p {
  font-size: 0.8rem;
}

.customer-account-logoutsuccess p {
  font-size: 0.8rem;
}

@media only screen and (max-width: 480px) {
  .back-link {
    padding: 4px !important;
  }
}
#checkout-step-review .item-options dd .price {
  display: none;
}

#dd_method_checkmo {
  padding-left: 26px;
}
#dd_method_checkmo #payment_form_checkmo label {
  width: 208px;
  font-weight: bold;
  text-align: right;
}
@media only screen and (max-width: 43.125em) {
  #dd_method_checkmo #payment_form_checkmo label {
    width: auto;
    text-align: left;
  }
}
#dd_method_checkmo #payment_form_checkmo li:nth-child(2) label {
  float: left;
}
#dd_method_checkmo #payment_form_checkmo .checkmo-mailing-address {
  float: left;
  padding-left: 3px;
  padding-top: 1px;
}
@media only screen and (max-width: 43.125em) {
  #dd_method_checkmo #payment_form_checkmo .checkmo-mailing-address {
    padding: 0;
  }
}

#payment_form_ccsave .v-fix:first-child {
  margin-right: .6rem;
}

#checkout-step-login h3 {
  font-size: 16px;
}

.site-language ul,
.site-language li,
.site-language p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.super-header form, .super-header .top-bar {
  margin: 0;
}

.switchers {
  padding-bottom: 0.5em;
  margin: auto;
  width: auto;
  float: left;
  text-align: left;
}
.switchers .store-switcher {
  line-height: 20px;
}

.welcome-msg {
  padding-left: 0;
}

.alert-box {
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 0rem;
  position: relative;
  padding: 1em;
  font-size: 0.8125rem;
  background: #b3ffb3;
  border-color: #e5e5e5;
  color: #288d28;
}

.super-header {
  background-color: #cdc3ba;
  border-style: solid;
  border-width: 1px;
  border-color: #cdc3ba;
  height: 2.5rem;
}

.lang-border {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  height: 2.3rem;
}

.welcome-msg {
  color: #080808;
}
.welcome-msg p {
  font-size: 0.7rem;
}

.super-header select {
  margin-bottom: 0;
  padding: 0 0.4rem !important;
}

select, select:hover {
  padding: 0 1.4rem 0 0.4rem !important;
  height: 1.6rem;
  padding: 0;
  color: #747474;
  background: #fff url("../images/arrow.png") no-repeat scroll 98% center;
}

.super-header form, .super-header .top-bar {
  margin: 0 0 0.2rem;
}

.acc-button {
  border: 1px solid #e5e5e5;
  cursor: pointer;
  line-height: 1.6;
  margin: 0 0 1.25rem;
  text-decoration: none;
  text-align: center;
  padding-top: 0.55rem;
  padding-right: 1.25rem;
  padding-bottom: 0.55rem;
  padding-left: 1.25rem;
  font-size: 0.7rem;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  background-color: #f9f9f9;
  color: #665848;
  transition: background-color 300ms ease-out;
}

@media only screen and (max-width: 40.063em) {
  .acc-button {
    right: 5.4rem;
  }

  .super-header {
    height: 1.5rem;
  }

  .site-identity {
    padding-left: 0rem;
  }

  .site-search {
    padding-top: 1rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .top-cart-padd {
    padding-right: 0rem;
  }
}
@-moz-document url-prefix() {
  .super-header {
    height: 2.5rem;
  }

  .switchers {
    padding-top: 0.1rem;
    width: 100px;
  }

  select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }

  select, select:hover {
    padding: 0.19rem;
  }
}
.super-header.show-for-small-only .right {
  position: relative;
  z-index: 3;
}

.f-dropdown li a {
  font-size: 0.8rem;
}

.top-cart-padd > div {
  line-height: 1.2;
}
.top-cart-padd a, .top-cart-padd div {
  font-family: "Raleway", sans-serif;
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #3C3C3C;
  letter-spacing: 1px;
  margin-right: 1rem;
}
.top-cart-padd a:last-child, .top-cart-padd div:last-child {
  margin-right: 0;
}
.top-cart-padd div {
  display: inline-block;
  text-transform: none;
}
@media only screen and (min-width: 40.063em) and (max-width: 52.5em) {
  .top-cart-padd div {
    width: 100%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 52.5em) {
  .top-cart-padd .columns {
    margin-top: -8px;
  }
}

.site-identity {
  text-align: center;
}

.switchers {
  width: auto !important;
}

.store_selector,
.currency_selector {
  position: relative;
  float: left;
  padding: 0 12px;
  white-space: nowrap;
}
.store_selector:after,
.currency_selector:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #665848;
  margin-left: 2px;
  position: relative;
  z-index: 2001;
  vertical-align: middle;
  top: -1px;
}
.store_selector span,
.currency_selector span {
  position: relative;
  z-index: 2002;
  color: #665848;
}
.store_selector ul,
.currency_selector ul {
  position: absolute;
  padding: 28px 14px 4px 12px;
  visibility: hidden;
  opacity: 0;
  transition: visibility linear .2s,opacity .2s linear;
  z-index: 2000;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  text-align: left;
  top: -8px;
  left: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
  font-size: 13px;
  margin: 0;
}
.store_selector:hover ul,
.currency_selector:hover ul {
  visibility: visible;
  opacity: 1;
  transition-delay: 1ms;
}

.store_selector.liste_vide:hover ul,
.currency_selector.liste_vide:hover ul {
  visibility: hidden;
  opacity: 0;
}
.store_selector.liste_vide:after,
.currency_selector.liste_vide:after {
  border: none;
}

@media only screen and (max-width: 40.063em) {
  .super-header {
    background-color: #af9f7e;
    border: none;
  }

  .super-header-content nav.top-bar {
    height: 37px;
  }
  .super-header-content .right {
    padding-right: 5px;
  }
}
.per-page {
  font-size: 0.875em;
  color: #4D4D4D;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em;
}

.sort-select {
  width: 6rem;
}

.show-select {
  width: 3rem;
}

.amount-padd {
  color: #999;
  padding-bottom: 0.3rem;
  padding-right: 1rem;
}

.grid-padd {
  padding-top: 0.2rem;
}

.toolbar {
  text-align: center;
  display: none;
}

.toolbar .text-right,
.toolbar-bottom .text-right {
  display: inline-block;
}
.toolbar .pages strong, .toolbar .pages ol, .toolbar .pages li,
.toolbar-bottom .pages strong,
.toolbar-bottom .pages ol,
.toolbar-bottom .pages li {
  float: left;
  color: #7B7B7B;
  font-size: .85rem;
  font-family: "Raleway",sans-serif;
  margin-left: .2rem;
  margin-bottom: 0;
}
.toolbar .pages strong,
.toolbar-bottom .pages strong {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: normal;
  font-size: .7rem;
}
.toolbar .pages li,
.toolbar-bottom .pages li {
  border: 1px solid #989898;
  padding: .08rem .5rem;
  font-weight: 600;
  font-size: .8rem;
}
.toolbar .pages li.current, .toolbar .pages li:first-child, .toolbar .pages li:last-child,
.toolbar-bottom .pages li.current,
.toolbar-bottom .pages li:first-child,
.toolbar-bottom .pages li:last-child {
  border: 1px solid black;
  color: black;
}
.toolbar .pages li.current i, .toolbar .pages li:first-child i, .toolbar .pages li:last-child i,
.toolbar-bottom .pages li.current i,
.toolbar-bottom .pages li:first-child i,
.toolbar-bottom .pages li:last-child i {
  color: black;
}
.toolbar .pages li a,
.toolbar-bottom .pages li a {
  color: #989898;
}
.category-products .toolbar, .category-products
.toolbar-bottom {
  padding: 1.4rem 0 0;
}

.sort-by {
  margin: 0 1rem 0 0;
}
.sort-by .sort-select {
  font-size: 0.7rem;
  line-height: 1;
  border: none;
  color: #939393;
  margin-bottom: 0;
  height: 1rem;
}

.sorter .sort-by {
  text-transform: uppercase;
  color: #706e73;
  font-size: 0.7rem;
  font-family: "Raleway", sans-serif;
  margin-right: 0.7rem;
  letter-spacing: 2px;
  font-weight: bold;
}

.sorter span.sort-by {
  margin-right: 0;
}

ul.pagination {
  display: none;
}

.toolbar-bottom ul.pagination {
  display: block;
  margin-top: 0.6rem;
}
.toolbar-bottom .sorter {
  display: none;
}
.toolbar-bottom .toolbar {
  padding-top: 1rem;
}

.toolbar-top {
  background: #AF9F7E;
  height: 1.875rem;
  padding: 3px 0 0;
  font-family: "Raleway", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.toolbar-top .top-links {
  text-align: right;
}
.toolbar-top .welcome-msg {
  float: left;
  color: #665848;
  font-size: 0.625rem;
  padding-top: 10px;
  margin-bottom: 0;
}
.toolbar-top .topflags a {
  margin-right: 8px;
}
.toolbar-top .topflags a.current {
  text-decoration: underline;
  color: #665848;
  font-weight: bold;
}
.toolbar-top a {
  color: #ffffff;
  margin-right: 20px;
  font-size: .58rem;
  letter-spacing: 2px;
  font-weight: 400;
}
@media only screen and (min-width: 642px) and (max-width: 694px) {
  .toolbar-top a {
    margin-right: 0;
  }
}
.toolbar-top #search_autocomplete {
  border: none;
}
.toolbar-top #search_mini_form {
  float: right;
  padding-top: 1px;
}
.toolbar-top #search_mini_form button {
  position: absolute;
  width: 1.875rem;
  top: 0;
  right: 0.9375rem;
  background-color: transparent;
  padding: 0;
  line-height: 0;
  border: none;
  margin-bottom: 0;
}
.toolbar-top #search_mini_form input[type="text"] {
  width: 9rem;
  border: 1px solid #a29689;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.toolbar-top #search_mini_form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #828282;
  font-weight: lighter;
}
.toolbar-top #search_mini_form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #828282;
  font-weight: lighter;
  opacity: 1;
}
.toolbar-top #search_mini_form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #828282;
  font-weight: lighter;
  opacity: 1;
}
.toolbar-top #search_mini_form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #828282;
  font-weight: lighter;
}
.toolbar-top #search_mini_form button,
.toolbar-top #search_mini_form input[type="text"] {
  height: 1.375rem;
}

#search_autocomplete .amount {
  display: none !important;
}
#search_autocomplete li {
  padding-left: 8px;
  color: #635647;
}

.img-foot {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.co-page {
  margin-top: 1rem;
}

.address-padd {
  background: #f9f9f9;
}

.footer-touch {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.text-foot {
  padding-right: 0rem;
}

.logo-foot {
  padding-left: 0rem;
}

.co-page {
  padding-left: 0rem;
}

.html-icon {
  padding-right: 0rem;
}

@media only screen and (max-width: 40em) {
  #uvTab {
    display: none;
  }

  .footer-touch {
    margin-top: 1rem;
    margin-bottom: 0rem;
    padding-bottom: 0rem;
  }

  .img-foot {
    margin-bottom: 0rem;
  }

  .footer-content {
    margin-top: 0rem;
  }

  .logo-foot {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }

  .text-foot {
    padding-right: 1rem;
  }

  .logo-foot {
    padding-left: 1rem;
  }

  .co-page {
    padding-left: 1rem;
  }

  .html-icon {
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .text-foot {
    padding-right: 1rem;
  }

  .logo-foot {
    padding-left: 1rem;
  }

  .co-page {
    padding-left: 1rem;
  }

  .html-icon {
    padding-right: 1rem;
  }
}
.site-footer {
  font-family: "Raleway", sans-serif;
  max-width: 100%;
  margin-top: 1rem;
  background: white;
}
.site-footer .footer-top {
  background: #af9f7e;
}
.site-footer .renforcateurs {
  max-width: 1200px;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 64.063em) {
  .site-footer .renforcateurs .columns {
    text-align: left;
    padding: .2rem 0;
    padding-left: 6%;
  }
}
@media only screen and (max-width: 27.5em) {
  .site-footer .renforcateurs {
    display: none;
  }
}
.site-footer ul {
  margin-left: 0;
}
.site-footer .block-title {
  color: #af9f7e;
  font-size: 0.8rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 16px;
}
.site-footer .block-subscribe {
  margin-bottom: 0.8rem;
}
.cms-index-index .site-footer .block-subscribe {
  overflow: hidden;
}
.site-footer .block-subscribe input[type="text"] {
  border: 1px solid #9C9C9C;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .65rem;
  height: 1.6rem;
}
@media only screen and (max-width: 40.063em) {
  .site-footer .block-subscribe input[type="text"] {
    height: 1.85rem;
  }
}
.site-footer .button.tiny {
  font-family: "Raleway", sans-serif;
  letter-spacing: 2px;
  font-size: .66rem;
  width: 100%;
  line-height: 1.1;
  background-color: #af9f7e;
  padding: 0.43rem 0;
  margin: 0;
  font-size: 0.7rem;
  text-transform: uppercase;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
@media only screen and (max-width: 40.063em) {
  .site-footer .button.tiny {
    line-height: 1.8;
    padding: 5px !important;
  }
}
.site-footer input[type="text"] {
  margin: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  box-shadow: none;
}
.site-footer .footer-bottom {
  margin-top: 3rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 52.5em) {
  .site-footer .footer-bottom {
    margin-top: 2rem;
  }
}
.site-footer .footer-bottom li {
  width: 96%;
  font-size: .8rem;
  letter-spacing: 1px;
  border-top: 1px solid #d4d4d4;
  padding: .6rem 0;
  color: #af9f7e;
}
@media only screen and (max-width: 52.5em) {
  .site-footer .footer-bottom li {
    width: 100%;
    padding: 0;
    border-top: 0;
  }
}
.site-footer .footer-bottom li:last-child {
  border-bottom: 1px solid #d4d4d4;
}
@media only screen and (max-width: 52.5em) {
  .site-footer .footer-bottom li:last-child {
    border-bottom: 0;
  }
}
.site-footer .footer-bottom .title {
  border-top: none;
  padding-top: 0;
  padding-bottom: .6rem;
  font-weight: bold;
  letter-spacing: 3px;
}
.site-footer .footer-bottom a {
  color: #888888;
}
.site-footer .footer-bottom .social {
  clear: both;
  margin-top: 1.6rem;
  display: inline-block;
}
@media only screen and (max-width: 52.5em) {
  .site-footer .footer-bottom ul {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .site-footer .footer-bottom .social {
    margin-bottom: .4rem;
    text-align: center;
  }
  .site-footer .footer-bottom .medium-3 {
    width: 100%;
  }
}
@media only screen and (min-width: 52.563em) {
  .site-footer .footer-bottom #newsletter-validate-detail {
    width: 80%;
  }
}
.site-footer .footer-bottom #newsletter-validate-detail .fa-search {
  display: none;
}
.site-footer .footer-bottom .store-switcher {
  width: 100%;
  text-align: center;
  clear: both;
  border-top: 1px solid #d8d8d8;
  padding-top: 1rem;
  position: relative;
  top: 10px;
  font-size: .58rem;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.site-footer .footer-bottom .f-open-dropdown {
  margin-top: 0 !important;
  left: 0 !important;
}
.site-footer .footer-bottom .accordion {
  background: #E0E0E0;
  padding: .6rem 0;
}
.site-footer .footer-bottom .accordion .accordion-navigation div li {
  text-transform: none;
}
.site-footer .footer-bottom .accordion .accordion-navigation > a {
  color: #222 !important;
  font-size: .75rem;
  padding: .4rem 1rem;
  letter-spacing: 3px;
  background: none;
}
.site-footer .footer-bottom .accordion .accordion-navigation > a:before {
  content: "> ";
}
.site-footer .footer-bottom .title-stay-tuned {
  color: #af9f7e;
  font-size: 0.8rem;
  margin-bottom: .2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 16px;
}
.site-footer .footer-bottom .sentence-stay-tuned {
  text-transform: none;
  font-family: 'Crimson Text', serif;
  font-size: 1.1rem;
  color: #404040;
  line-height: 22px;
}
.site-footer .footer-bottom .bottom-mention {
  clear: both;
  background: #af9f7e;
  padding: 1rem;
  text-transform: none;
  color: white;
  font-family: 'Crimson Text', serif;
  margin-top: 1rem;
  margin-bottom: .5rem;
}
.site-footer .footer-bottom .bottom-mention p {
  font-size: 1.1rem;
}
.site-footer .footer-bottom .block-subscribe {
  overflow: hidden;
}
.site-footer .footer-bottom .block-subscribe .block-title {
  margin-bottom: .4rem;
}
.site-footer .footer-bottom .block-subscribe small {
  margin-top: .2rem;
  text-transform: none;
  line-height: 16px;
  display: inline-block;
}
.site-footer .footer-bottom .picto-container {
  text-align: center;
  margin: .8rem 0 1rem;
}
.site-footer #bestseller-producs-wrapper {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
.site-footer #bestseller-producs-wrapper .bestseller-products-list {
  margin-left: .9375rem;
  margin-bottom: 0;
  padding: .5rem 0;
}
.site-footer #bestseller-producs-wrapper .bestseller-products-list li {
  padding: .1rem 0;
  border-top: none;
  list-style-type: decimal;
  font-size: .75rem;
}
.site-footer #bestseller-producs-wrapper .bestseller-products-list li:last-child {
  border-bottom: 0;
}
.site-footer #bestseller-producs-wrapper .bestseller-products-list li a {
  text-transform: none;
}

.emballage {
  font-size: .7rem !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #888888;
  text-transform: none;
  overflow: hidden;
  color: #888888 !important;
}
@media only screen and (min-width: 841px) {
  .emballage {
    width: 175px;
  }
}

.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
}

.body-img {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 40em) {
  .body-img {
    margin-top: 2rem;
  }
}
.subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.category-img {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.cms-index-index h1.logo {
  margin: 0;
}
.cms-index-index p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cms-index-index .toolbar {
  display: none;
}
.cms-index-index .main-container.row {
  max-width: 100%;
}
.cms-index-index .main-container.row .row {
  max-width: 1200px;
  margin: auto;
}
.cms-index-index h2[class^="color"] {
  font-size: 1.5rem;
}
.cms-index-index .home-1-product-list {
  margin: 1.6rem auto !important;
}
.cms-index-index .home-1-product-list .medium-block-grid-3 li {
  width: 25%;
}
.cms-index-index .home-1-product-list .medium-block-grid-3 li:nth-child(3n+1) {
  clear: none;
}
@media only screen and (max-width: 40em) {
  .cms-index-index .home-1-product-list .small-block-grid-2 li {
    width: 50%;
  }
}
.cms-index-index .home-2-product-list {
  margin-bottom: 1rem !important;
}
@media only screen and (max-width: 40.063em) {
  .cms-index-index .home-2-product-list img {
    margin-bottom: 2rem;
  }
}
.cms-index-index .home-3-product-list {
  margin-bottom: 4rem !important;
}
.cms-index-index .home-3-product-list img {
  float: right;
}
.cms-index-index .home-3-product-list img:first-child {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 40.063em) {
  .cms-index-index .home-3-product-list .last > img:first-child {
    margin-top: 2.6rem;
  }
}
.cms-index-index .home-2-product-list .large-block-grid-4 li,
.cms-index-index .home-2-product-list .medium-block-grid-3 li,
.cms-index-index .home-3-product-list .large-block-grid-4 li,
.cms-index-index .home-3-product-list .medium-block-grid-3 li {
  width: 50%;
}
@media only screen and (max-width: 40em) {
  .cms-index-index .category-products .columns {
    padding-right: 0;
  }
}
@media only screen and (min-width: 40.063em) {
  .cms-index-index h2[class^="color"] {
    font-size: 2rem;
  }
}

.block-subscribe.row {
  margin: 0 0 0.4rem;
}
.block-subscribe .input-box {
  padding-right: 0;
}
.block-subscribe .actions {
  line-height: 1;
}
.block-subscribe input[type="text"] {
  font-size: 0.7rem;
  height: 1.8rem;
  margin-bottom: 1rem;
}
.block-subscribe .actions {
  padding-left: 0;
}
.block-subscribe button.tiny {
  background: #9b9b9b;
  margin-bottom: 0;
  padding: 0.4rem;
}

.videoWrapper {
  position: relative;
  padding-bottom: 40%;
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.txt-seo h2 {
  color: #EE6577;
  font-weight: 600;
}
.txt-seo p {
  font-size: .95rem !important;
  line-height: 26px;
}

.breadcrumbs {
  padding: 0.4rem 0rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 0px;
  background-color: transparent;
  border-color: gainsboro;
  border-radius: 3px;
}

.breadcrumbs > * a {
  color: #a0a0a0;
}

.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  text-transform: uppercase;
  color: #a0a0a0;
}

.breadcrumbs > *:before {
  top: 0;
}

#sidebar {
  padding-left: 1rem;
}

.breadcrumbs > * {
  font-size: 0.8rem;
  font-family: "Raleway", sans-serif;
  text-transform: capitalize;
}

.breadcrumbs strong {
  font-weight: 400;
  text-decoration: underline;
}

@media only screen and (max-width: 40em) {
  .breadcrumbs > li {
    line-height: 1.5;
  }

  ul.breadcrumbs {
    margin-bottom: 0;
  }
}
.breadcrumbs > *:before {
  content: ">";
  margin: 0 0.4rem 0 0.6rem;
}

.breadcrumbs .home a {
  display: block;
}

.cms-index-index .site-breadcrumbs {
  display: block;
}

.site-breadcrumbs {
  display: none !important;
}

.inner-wrap {
  margin-top: 0rem;
}

.right-off-canvas-menu {
  background: #f9f9f9;
  border: 1px solid #ccc;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.move-left {
  position: fixed;
}
.move-left .right-off-canvas-menu {
  margin-right: 1rem;
}

.right-off-canvas-menu {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.right-off-canvas-menu h3 {
  font-size: 1.5rem;
}
.right-off-canvas-menu .image-cart {
  margin-top: 0.5rem;
  display: block;
  border: 1px solid #efefef;
}
.right-off-canvas-menu .product-name {
  display: block;
}
.right-off-canvas-menu .edit-param {
  position: absolute;
  right: 50px;
  padding-top: 0.1rem;
}
.right-off-canvas-menu .cart-price {
  display: inline;
}
.right-off-canvas-menu .price-total {
  background: #fff;
  color: green;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.right-off-canvas-menu .qty {
  display: inline;
  color: gray;
}
.right-off-canvas-menu .fa-trash-o {
  display: inline;
  position: absolute;
  right: 25px;
  padding-top: 0.25rem;
}
.right-off-canvas-menu .checkbox {
  display: none;
}
.right-off-canvas-menu .cart-link {
  color: green;
}
.right-off-canvas-menu .cartgo {
  display: block;
}
.right-off-canvas-menu .top-cart-price, .right-off-canvas-menu .top-cart-qty, .right-off-canvas-menu .top-cart-subtotal {
  display: none !important;
}

.cart-button {
  z-index: 1;
  top: 6.8rem;
  right: 4.4rem;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  line-height: 1.6;
  margin: 0 0 1.25rem;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 0.6rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  background-color: #f9f9f9;
  color: #747474;
  transition: background-color 300ms ease-out;
  font-size: 0.7rem;
}

@media only screen and (max-width: 40em) {
  .cart-button {
    background-color: #f9f9f9;
  }
}
.custom-width {
  width: 10rem !important;
}

.image-cart {
  max-width: inherit;
}

.cart {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.checkout-types .nephritis-flat-button {
  padding: 0.5rem;
}

.noItems-page {
  padding: 1rem 0rem;
}

@media only screen and (max-width: 40.063rem) {
  .cart {
    margin: 0 0.5rem 0 0.5rem;
  }
}
table {
  table-layout: auto !important;
}

@media only screen and (max-width: 40em) {
  .btn-empty {
    width: 100%;
    display: block;
    margin-right: 0rem;
    border: 1px solid #f9f9f9;
    color: white;
    background: #f9f9f9;
  }

  .btn-update {
    width: 100%;
    display: block;
    border: 1px solid #f9f9f9;
    color: white;
    background: #f9f9f9;
  }

  .btn-continue {
    width: 100%;
    display: block;
    border: 1px solid #f9f9f9;
    color: white;
    background: #f9f9f9;
  }

  .item-image {
    margin-top: 0.5rem;
    margin-left: 0.5rem;
  }

  .item-spec {
    margin-left: 0.5rem;
  }

  .small-full-width {
    width: 100%;
    float: left;
    text-align: center;
    padding: 1em;
  }
}
.cart h1 {
  margin: 0;
}

table tfoot,
table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background: none;
}

.cart #shopping-cart-table .price,
.cart .cart-collaterals .price {
  font-size: 1rem;
  font-weight: normal;
  color: #222;
}

.item-container {
  display: inline-block;
  margin-right: 0.6rem;
}
.item-container dt, .item-container dd {
  line-height: 1;
  margin-bottom: 0;
}
.item-container dd .price {
  display: none;
}

.cart-collaterals .free-shipping {
  margin-top: 1rem;
}

.discount .discount-form {
  padding: 0.4rem;
}
.discount .discount-form .input-box {
  width: 100%;
}
.discount .discount-form .input-box .input-text {
  width: 100%;
  height: 33px;
  padding-left: 0.6rem;
  border: 1px solid #dddddd;
}
.discount .discount-form .buttons-set {
  margin-top: 0.4rem;
}
.discount .discount-form .buttons-set button.tiny {
  font-size: .8rem;
  text-transform: uppercase;
  padding: .6rem 1.2rem;
  letter-spacing: 2px;
}
.discount .discount-form .buttons-set .valide-coupon {
  float: right;
}
.discount .discount-form .buttons-set .cancel-coupon {
  float: left;
  background: #999999;
}
@media only screen and (min-width: 40.06rem) and (max-width: 46.25rem) {
  .discount .discount-form .buttons-set button.tiny {
    font-size: 0.7rem;
  }
}
.discount button {
  padding: 0.4rem 1rem;
  margin-bottom: 0;
  background: #a6a6a6;
}
.discount .validation-advice {
  margin-top: 0;
}

.shipping {
  background: none;
}
.shipping .shipping-form {
  padding: 0.4rem 0.6rem 0 0;
}
.shipping #shipping-zip-form label {
  font-weight: bold;
}
.shipping #co-shipping-method-form {
  padding: 0 0 0 0.6rem;
}
.shipping #co-shipping-method-form .button-set {
  display: block;
  margin-left: 0;
}

#shopping-cart-table .btn-continue, #shopping-cart-table .btn-update, #shopping-cart-table .btn-empty {
  background: #969696;
  padding: .625rem;
  font-size: 0.8rem !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#shopping-cart-table .btn-continue:hover, #shopping-cart-table .btn-continue:focus, #shopping-cart-table .btn-update:hover, #shopping-cart-table .btn-update:focus, #shopping-cart-table .btn-empty:hover, #shopping-cart-table .btn-empty:focus {
  background: gray;
}

#shopping-cart-totals-table td {
  text-align: right;
}
#shopping-cart-totals-table tbody .price {
  color: #222222;
  font-weight: normal;
}
#shopping-cart-totals-table tbody tr td {
  padding: 0 0.5625rem 0 0;
}
#shopping-cart-totals-table tbody tr:not([class^="summary"]) {
  display: none;
}
#shopping-cart-totals-table tbody tr:not([class^="summary"]):nth-child(2) {
  display: table-row;
}
#shopping-cart-totals-table tfoot {
  background: none;
}

.discount,
.shipping {
  margin: 0;
}
.discount h2,
.shipping h2 {
  color: #ffffff;
  background: #A6A6A6;
  font-size: 0.8rem;
  font-weight: normal;
  padding: 0.4rem;
  margin-top: 0;
  margin-bottom: 0.2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#shopping-cart-totals-table,
.discount .discount-form,
.shipping .shipping-form {
  background: #ffffff;
  border: none;
}

.discount .discount-form {
  border: 1px solid #dddddd;
}

.checkout-types .nephritis-flat-button {
  padding: 0.6rem !important;
}

.item-options dd, .item-options dt {
  float: left;
  font-size: 0.8rem;
  color: #8e8e8e;
}
.item-options dt:after {
  content: " :";
  margin-right: 0.3rem;
}

.cart .error {
  font-size: 0.7rem;
}

.block-cart {
  background: #e2e2e2;
  padding: 0.6rem 1rem;
  color: #222;
}
.block-cart span {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.block-cart p {
  font-size: 0.7rem !important;
  color: #222 !important;
}
.block-cart .block-content .amount a {
  color: #222;
}
.block-cart .block-content button {
  margin: 0.6rem 0 0.4rem;
  padding: 0.4rem 2rem;
}

.cart-empty p {
  font-size: 0.8rem;
}

.checkout-cart-index h1 {
  padding-top: 0.5rem;
  color: #000000;
  font-weight: 500;
  letter-spacing: 3px;
}

.top-cart-subtotal {
  display: none !important;
}

.block-cart-header {
  display: inline-block;
  width: 100%;
}

.block-cart-header .product-qty,
.block-cart-header .product-name,
.block-cart-header .product-price,
.block-cart-header .product-img,
.product-details .product-qty,
.product-details .product-name,
.product-details .product-price,
.product-details .product-img {
  float: left;
  text-transform: uppercase;
  color: #303030;
  font-weight: bold;
}

.block-cart-header .actions a {
  margin: 11px 0 0 0;
}

.product-details .product-qty,
.product-details .product-price {
  font-weight: normal;
  text-transform: none;
}

.block-cart-header .product-qty,
.product-details .product-qty {
  width: 10%;
  font-size: .8rem;
  text-align: center;
}

.product-details .product-price,
.product-details .product-qty {
  padding-top: 9px;
}

.block-cart-header .product-img,
.product-details .product-img,
.block-cart-header .product-name,
.product-details .product-name {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: .8rem;
  line-height: inherit;
  text-align: center;
}

.block-cart-header .product-name,
.product-details .product-name {
  width: 46%;
}

.block-cart-header .product-name {
  min-height: 0;
}

.product-details .product-name {
  text-transform: none;
}

.block-cart-header .product-img,
.product-details .product-img {
  width: 20%;
}

.product-details .product-img img {
  max-width: 100%;
  height: auto;
  padding: 0;
  margin-top: -10px;
}

.block-cart-header .product-price,
.product-details .product-price {
  width: 20%;
  font-size: .8rem;
  text-align: center;
}

#cart-sidebar {
  clear: both;
  padding: 0;
  margin: 0;
}

.mini-products-list .product-details {
  display: inline-block;
  width: 100%;
  margin-left: 0;
}

.product-details .remove-product {
  float: right;
  padding-top: 7px;
  width: 4%;
}

.product-details .remove-product a {
  padding: 0 !important;
}

.mini-products-list .product-details h4 {
  font-size: .8rem;
  font-weight: normal;
  margin: 0;
}

.mini-products-list .product-details h4 a {
  font-weight: normal;
  font-size: 0.8rem !important;
}

.product-details .price {
  font-size: 1em;
}

.block .actions.cart {
  border-top: 1px solid #5E5E5E;
}

.block-cart .block-content ol li,
.block-cart .block-content ul li {
  margin: 0 !important;
}

.mini-products-list li {
  padding: 0;
}

.block-cart-footer {
  border-top: 1px solid #E4E3E4;
  display: inline-block;
  width: 100%;
  padding: 8px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-cart-footer .total-items,
.block-cart .view-cart {
  width: 47%;
  float: left;
  padding-left: 80px;
  font-size: .8rem;
}

.block-cart-footer .total-items {
  width: auto;
  padding-left: 100px;
}

.block-cart-footer .total-price .price {
  font-size: .8rem;
}

.block-cart-footer .total-price {
  margin-right: 16px;
  text-align: right;
}

.block-cart .cart {
  background: transparent url(../images/block-cart-icon.png) no-repeat scroll 0 14px;
  padding: 2px 5px;
  margin: 0;
}

.block-cart .view-cart {
  width: 170px;
}

.block-cart .view-cart,
.block-cart .view-checkout {
  margin-top: 6px;
}

.block-cart .view-checkout {
  padding-left: 194px;
}

.block-cart .block-content .view-cart a,
.block-cart .block-content .view-checkout a {
  color: #a5c428;
  font-weight: bold;
  text-decoration: none;
  font-size: .8rem;
}

.block-cart .product-name a {
  margin: 0;
}

.cart-empty p {
  font-size: 0.8rem;
}

.checkout-cart-index h1 {
  padding-top: 0.5rem;
}

.checkout-cart-index .product-name {
  padding-top: 0;
  min-height: 38px;
}
.checkout-cart-index .price-box {
  margin: .4rem 0 .6rem;
}

#crosssell-products-list button.btn-cart {
  background: #FD5B06 !important;
  text-transform: uppercase;
  font-size: .8rem;
  letter-spacing: 2px;
}
#crosssell-products-list button.btn-cart:before {
  content: "> ";
}

.crosssell .block-title h2 {
  text-align: center;
  color: black;
  margin-top: 4rem;
  font-weight: 600;
}

@media only screen and (min-width: 40.063em) {
  .checkout-cart-index th.hide-for-small-only,
  .checkout-cart-index td.hide-for-small-only {
    display: table-cell !important;
  }
  .checkout-cart-index td.show-for-small-only {
    display: none !important;
  }

  .checkout-types .nephritis-flat-button {
    width: 280px;
    letter-spacing: 2px;
    font-size: 1.1rem !important;
  }

  .cart .page-title .no-padding-right {
    padding-right: 0.9375rem;
  }
}
@media only screen and (max-width: 40em) {
  .small-medium-width {
    width: 50%;
    float: left;
    padding: 1em;
  }

  .width-20 {
    width: 20%;
  }

  .width-60 {
    width: 60%;
    float: right;
  }

  .cart-name {
    width: 70%;
    min-height: 100px;
    padding-top: 1.4rem;
  }

  .cart-image {
    width: 30%;
    padding-top: 0;
  }

  .product-image {
    text-align: left !important;
  }

  .cart-image, .cart-name {
    padding-bottom: 0;
  }

  .bin {
    width: 47px;
    padding-left: 1.1rem;
    text-align: left !important;
  }

  .input-qty-cart {
    width: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .button.tiny {
    margin-bottom: 0.2rem;
  }

  .cart .page-title {
    margin: 1.2rem 0;
    border-bottom: 1px solid #e7e7e7;
  }
  .cart .page-title .small-3 {
    padding-left: 0;
  }
  .cart h1 {
    margin-left: 0;
  }
}
.current {
  color: #333;
}

.block-acc-margin {
  margin-top: 1rem;
}

.my-account h1 {
  margin-left: 0;
}
.my-account h3 {
  font-size: 1rem;
  margin: 0;
  padding-top: .2rem;
}
.my-account h4 {
  font-weight: bold;
  margin-bottom: 0;
}
.my-account h4, .my-account p, .my-account a, .my-account address {
  font-size: 0.9rem;
  line-height: 1.6;
}
.my-account p {
  font-size: .9rem;
}
.my-account table {
  display: block;
  overflow-x: auto;
}
.my-account .price {
  font-size: 1rem;
}
.my-account .block-title {
  font-family: "Raleway", sans-serif;
}
.my-account .welcome-msg {
  margin-top: 0.2rem;
}
.my-account .box-title {
  background: #f8f8f8;
  border: 1px solid #d6d6d6;
  padding: 0.4rem;
  margin-bottom: 0.6rem;
}
.sales-order-view .my-account .box-title {
  background: none;
  border: none;
  padding: 0;
}
.my-account .box-content {
  margin-bottom: 1rem;
}
.my-account .control input {
  vertical-align: top;
  margin-top: 0.2rem;
}
.my-account .control label {
  width: 86%;
  margin-right: 0;
}
.my-account .back-link a {
  line-height: 1.4;
}
.my-account .order-date {
  font-size: 1.2rem;
  color: #999;
  text-transform: uppercase;
  font-weight: normal;
}
.my-account .order-date strong {
  font-weight: normal;
}
.my-account .item {
  text-align: left;
  padding: 0 0 .4rem !important;
}

.customer-address-index .my-account button.button {
  margin-bottom: .4rem !important;
}

table .separator {
  display: none;
}

.customer-address-index h1 {
  margin-bottom: 1rem;
}

.sales-order-history h1,
.sales-order-history p.amount {
  margin-bottom: 0.6rem;
}
.sales-order-history .back-link {
  margin-top: 1rem;
}

.sales-order-view h2 {
  font-size: 1.3rem;
}
.sales-order-view .link-container {
  float: right;
}
.sales-order-view .link-container a,
.sales-order-view .link-container .separator {
  display: none;
}
.sales-order-view .link-container a.link-print {
  display: block;
}
.sales-order-view .my-account h3 {
  font-size: 0.9rem;
}
.sales-order-view .box-content {
  font-size: 0.8rem;
}
.sales-order-view .price {
  font-size: 1rem;
}

.newsletter-manage-index h1 {
  margin-bottom: 0.4rem;
}
.newsletter-manage-index input#subscription {
  margin-top: 0.4rem;
}
.newsletter-manage-index .fieldset {
  margin-bottom: 0.8rem;
}

#my-orders-table thead tr th:nth-child(1) {
  width: 47%;
}
#my-orders-table thead tr th:nth-child(2) {
  width: 25%;
}
#my-orders-table thead tr th:nth-child(3) {
  width: 11%;
}
#my-orders-table thead tr th:nth-child(4) {
  width: 8%;
}
#my-orders-table thead tr th:nth-child(5) {
  width: 11%;
}

.customer-account-create h1,
.customer-account-forgotpassword h1,
.customer-account-index h1,
.customer-account-edit h1,
.customer-address-index h1,
.customer-address-form h1,
.sales-order-history h1,
.newsletter-manage-index h1,
.sales-order-view h1,
.customer-account-logoutsuccess h1,
.customer-account-resetpassword h1 {
  font-size: 1.8rem;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 1.2rem;
  letter-spacing: 2px;
  color: black;
  font-weight: 500;
}
.customer-account-create h2,
.customer-account-forgotpassword h2,
.customer-account-index h2,
.customer-account-edit h2,
.customer-address-index h2,
.customer-address-form h2,
.sales-order-history h2,
.newsletter-manage-index h2,
.sales-order-view h2,
.customer-account-logoutsuccess h2,
.customer-account-resetpassword h2 {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
  letter-spacing: 1px;
}
.customer-account-create button.button,
.customer-account-forgotpassword button.button,
.customer-account-index button.button,
.customer-account-edit button.button,
.customer-address-index button.button,
.customer-address-form button.button,
.sales-order-history button.button,
.newsletter-manage-index button.button,
.sales-order-view button.button,
.customer-account-logoutsuccess button.button,
.customer-account-resetpassword button.button {
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #FD5B06;
}

.customer-account-edit .form-list,
.customer-address-form .form-list {
  margin-left: 0 !important;
}

.customer-address-index ol {
  margin-left: 0 !important;
}

.sales-order-history .price {
  font-size: 1rem;
}
.sales-order-history .limiter {
  font-size: 0.8rem;
  color: #4d4d4d;
}
.sales-order-history .limiter label {
  float: left;
  font-size: 0.8rem;
  line-height: 2.2;
  margin-right: 0.6rem;
}
.sales-order-history .limiter select {
  width: 50px;
  padding: 0 0.2rem !important;
  margin-right: 0.4rem;
  background-position-x: 90%;
}

.sales-order-print {
  font-size: 0.8rem;
  margin: 1rem 2rem;
}
.sales-order-print h1 {
  font-size: 1.5rem;
  border-bottom: 1px solid #CCCCCC;
  padding-top: 1rem;
  margin-bottom: 1.2rem;
  clear: both;
}
.sales-order-print h2 {
  font-size: 1.2rem;
}
.sales-order-print p {
  font-size: 0.8rem;
}
.sales-order-print .print-head img {
  float: left;
}
.sales-order-print .print-head address {
  float: left;
  padding: 1.5rem 2rem;
}
.sales-order-print .order-date {
  font-size: 1.2rem;
  color: #999;
  text-transform: uppercase;
  font-weight: normal;
}
.sales-order-print .order-date strong {
  font-weight: normal;
}
.sales-order-print .price {
  font-size: 1.2rem !important;
}
.sales-order-print #my-orders-table thead tr th:nth-child(1) {
  width: 37%;
}
.sales-order-print #my-orders-table thead tr th:nth-child(2) {
  width: 35%;
}
.sales-order-print #my-orders-table thead tr th:nth-child(3) {
  width: 11%;
}
.sales-order-print #my-orders-table thead tr th:nth-child(4) {
  width: 8%;
}
.sales-order-print #my-orders-table thead tr th:nth-child(5) {
  width: 11%;
}

.order-items .option-value .price {
  display: none;
}

@media only screen and (max-width: 767px) {
  body[class*="customer"] .main-container,
  .sales-order-view .main-container,
  .sales-order-history .main-container,
  .newsletter-manage-index .main-container {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 768px) {
  body[class*="customer"] .main-container,
  .sales-order-view .main-container,
  .sales-order-history .main-container,
  .newsletter-manage-index .main-container {
    padding-right: 1rem;
  }
}
.shipping-tracking-popup {
  padding: 0 1rem;
}
.shipping-tracking-popup .title-buttons button {
  display: none;
}
.shipping-tracking-popup table th {
  background: none;
  color: black;
  font-weight: bold;
  font-size: .8rem;
  padding: 0.5625rem 0.625rem;
  line-height: 1.125rem;
}
.shipping-tracking-popup .buttons-set button {
  float: left;
}

.costum-column {
  padding-left: 0;
  padding-right: 0;
}
.costum-column.sticky {
  line-height: 0;
}

.fixed {
  background: white;
  padding: .1rem 0 .6rem;
}

@media only screen and (max-width: 40em) {
  .top-bar button {
    background: #A8C13F;
    padding-top: 0rem;
    top: 0;
  }
  .top-bar button:hover {
    background: #cdc3ba;
  }

  #search {
    border-right: 0;
  }

  .site-logo {
    padding-left: 0rem !important;
  }
}
@media only screen and (max-width: 40em) and (max-width: 40.063em) {
  .site-logo {
    margin-top: 2.3rem;
  }
}

.site-header {
  min-height: 184px;
}
@media only screen and (max-width: 40.063em) {
  .site-header {
    min-height: 0px;
    margin: 0 0.9375rem !important;
  }
}

.site-nav {
  text-align: center;
}

.top-bar {
  display: inline-block;
}

.show-for-medium-up .top-bar {
  height: 2.6rem;
}

.site-nav .top-bar-section li:not(.has-form) a:not(.button) {
  background: transparent;
  color: #676767;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
  padding: 0.5rem 1.2rem;
}
@media only screen and (min-width: 52.5em) {
  .site-nav .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0.5rem 0rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 52.5em) {
  .site-nav .top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 0.6125rem;
    padding: 0.5rem 0rem !important;
  }
}
@media only screen and (min-width: 60em) {
  .site-nav .top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 0.8125rem;
  }
}
.site-nav .top-bar-section li:not(.has-form) a:not(.button):hover {
  color: white;
}
.site-nav .top-bar-section li.active:not(.has-form) > a:not(.button) {
  color: white;
  background: #CDC3BA;
  padding: 0.5rem 1.625rem;
}
.site-nav .hide-for-large-up a {
  display: none !important;
}
.site-nav .sticky .site-logo {
  display: none;
}
.site-nav .sticky.fixed .site-logo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin: .4rem .6rem;
  width: 167px;
}
@media only screen and (max-width: 87.438em) {
  .site-nav .sticky.fixed .site-logo {
    display: none;
  }
}
@media only screen and (max-width: 43.063em) {
  .site-nav .sticky.fixed {
    display: none !important;
  }
}

.large-12.sticky.fixed {
  position: fixed;
  width: 100%;
  left: 50%;
  margin-left: -50%;
}

.top-bar-section li:not(.has-form) [class*="nav"] a:not(.button) {
  font-size: 0.7rem;
}

.top-bar-section .has-dropdown > a:after {
  display: none;
}

.top-bar,
.top-bar-section li:not(.has-form) a:not(.button) {
  background: transparent;
}

.top-bar-section .has-dropdown {
  position: inherit;
}
.top-bar-section .dropdown li {
  position: relative;
  width: auto;
}
@media only screen and (min-width: 40.063em) {
  .top-bar-section .dropdown li {
    width: 98px;
  }
}
@media only screen and (min-width: 52.5em) {
  .top-bar-section .dropdown li {
    width: 135px;
  }
}
@media only screen and (min-width: 60em) {
  .top-bar-section .dropdown li {
    width: 152px;
  }
}
.top-bar-section .dropdown li:hover {
  background: none;
}
.top-bar-section .dropdown li a {
  line-height: 12px !important;
  white-space: normal;
}
@media only screen and (min-width: 60em) {
  .top-bar-section .dropdown li a {
    white-space: nowrap;
  }
}
.top-bar-section .dropdown li img {
  display: block;
  max-width: 140px;
  height: auto;
  margin-bottom: .4rem;
}
@media only screen and (min-width: 40.063em) and (max-width: 52.5em) {
  .top-bar-section .dropdown li img {
    max-width: 84px;
  }
}
@media only screen and (min-width: 52.5em) and (max-width: 60em) {
  .top-bar-section .dropdown li img {
    max-width: 120px;
  }
}
.top-bar-section .dropdown li span {
  font-size: .6rem;
  letter-spacing: 2px;
}
@media only screen and (min-width: 60em) {
  .top-bar-section .dropdown li span {
    font-size: .55rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 52.5em) {
  .top-bar-section .dropdown li span {
    font-size: .5rem;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 40.063em) {
  .top-bar-section ul.level1.dropdown {
    display: none !important;
  }
}
@media only screen and (min-width: 40.063em) {
  .top-bar-section li.level1 ul.level0 {
    width: 930px !important;
    margin-left: -110px;
  }
}
@media only screen and (min-width: 52.5em) {
  .top-bar-section li.level1 ul.level0 {
    margin-left: -118px;
  }
}
@media only screen and (min-width: 60em) {
  .top-bar-section li.level1 ul.level0 {
    margin-left: -142px;
  }
}

.level0 > .parent-link {
  display: none !important;
}

.site-nav .top-bar-section li.level0.active > a,
.site-nav .top-bar-section li.level1.active > a {
  background: transparent !important;
  color: #668500 !important;
}

.show-for-medium-up .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button),
.site-nav .top-bar-section li.level1.active > a {
  color: #668500 !important;
  background: transparent !important;
  background-color: transparent !important;
}

.top-bar-section .dropdown li.level1 > a,
.top-bar-section .dropdown li.level1.active > a {
  padding: .5rem .3rem !important;
}

.site-nav .top-bar-section li:not(.has-form) a:not(.button):hover {
  color: #668500 !important;
}

.site-nav .top-bar-section li:not(.has-form) a:not(.button) {
  font-size: .95rem;
  font-weight: inherit;
}
@media only screen and (min-width: 47.938em) and (max-width: 64.375em) {
  .site-nav .top-bar-section li:not(.has-form) a:not(.button) {
    font-size: .75rem;
  }
}
@media only screen and (max-width: 47.875em) {
  .site-nav .top-bar-section li:not(.has-form) a:not(.button) {
    font-size: .65rem;
  }
}

.site-nav .top-bar-section li a span {
  border-right: 1px solid #909090;
  padding: 0 1.2rem;
}
.site-nav .top-bar-section li a span:hover {
  color: #668500;
}
@media only screen and (min-width: 47.938em) and (max-width: 64.375em) {
  .site-nav .top-bar-section li a span {
    padding: 0 .6rem;
  }
}
@media only screen and (max-width: 47.875em) {
  .site-nav .top-bar-section li a span {
    padding: 0 .4rem;
  }
}

.site-nav .top-bar-section li:last-child a span {
  border: none;
}

.show-for-small-only .top-bar {
  position: absolute;
  width: 100%;
}
.show-for-small-only .top-bar.expanded {
  overflow: visible;
}
.show-for-small-only .top-bar .top-bar-section ul {
  background: white;
  border: 3px solid white;
  border-bottom: none;
  padding-right: 0;
}
.show-for-small-only .top-bar .top-bar-section ul li {
  background: #D4D4D4;
  border-bottom: 3px solid white;
}
.show-for-small-only .top-bar .top-bar-section ul li.active > a {
  color: white;
  background: #A5C428;
}
.show-for-small-only .top-bar .top-bar-section ul li a {
  color: #ffffff;
  padding: .5rem .3rem;
  text-transform: uppercase;
  font-size: .7rem;
}
.show-for-small-only .top-bar .top-bar-section ul li a:hover {
  color: white;
  background: #A5C428;
}
.show-for-small-only .top-bar .top-bar-section ul li h5 a {
  font-weight: bold;
}
.show-for-small-only .top-bar .top-bar-section .has-dropdown > a:after {
  border-color: transparent transparent transparent white;
}
.show-for-small-only .top-bar .top-bar-section .has-dropdown.moved > .dropdown {
  width: 101.1%;
  margin: -3px 0 0 3px;
}
.show-for-small-only .top-bar .top-bar-section img {
  display: none;
}
.show-for-small-only .top-bar .toggle-topbar {
  position: relative;
}
.show-for-small-only .top-bar .toggle-topbar.menu-icon {
  position: relative;
  top: 0;
  margin-top: 0;
}
.show-for-small-only .top-bar .toggle-topbar.menu-icon a {
  height: 38px;
  line-height: 37px;
  background: #A5C428;
}
.show-for-small-only .top-bar .toggle-topbar.menu-icon a span {
  padding: 0 0 0 26px;
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  color: #5E6F1D;
}
.show-for-small-only .top-bar .toggle-topbar.menu-icon a span::before {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: auto;
  box-shadow: 0 0px 0 1px #5E6F1D, 0 7px 0 1px #5E6F1D, 0 14px 0 1px #5E6F1D;
  width: 16px;
}
.show-for-small-only .top-bar .toggle-topbar.menu-icon a span::after {
  display: none;
}

.top-bar-section .has-dropdown > a {
  padding-right: 0 !important;
}

#accmini {
  width: 100% !important;
  padding-bottom: .4rem !important;
}
#accmini.f-open-dropdown {
  left: 0 !important;
}

.top-bar-section ul li:hover:not(.has-form) > a {
  color: white;
  background: #A5C428;
}

.top-bar-section ul li {
  background: transparent;
}

.show-for-medium-up .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
  background: white;
}

.show-for-medium-up .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
  background-color: #555555;
}

.layered-nav {
  text-align: center;
}
.layered-nav.fixed {
  padding-top: 1rem;
  border-bottom: none;
}

@media only screen and (max-width: 40.063em) {
  .f-topbar-fixed {
    padding-top: 0;
  }

  #search_mini_form .postfix {
    padding: 0;
    text-align: center;
  }
  #search_mini_form input {
    margin-bottom: 0;
  }
}
h1, h2, h3, h4, h5 {
  text-rendering: auto;
}

h1, h2 {
  font-family: "Raleway", sans-serif;
  margin: 0.8rem 0 0.6rem;
  text-transform: uppercase;
}

h1 {
  color: #565656;
  font-size: 1.2rem;
}

h2 {
  color: #565656;
  font-size: 1rem;
}

h3 {
  font-family: 'Crimson Text', serif;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: .4rem;
  padding-top: 1.8rem;
}

@media only screen and (min-width: 40.063em) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 2px;
  }
}
.color-1 {
  color: #88d7e0;
}

.color-2 {
  color: #565656;
}

.color-3 {
  color: #eb2327;
}

.product-essential {
  padding-left: 0rem;
  padding-right: 0rem;
  margin-top: 0rem;
}

.product-shop .product-name {
  font-weight: 300;
}

.product-shop .email-friend, .product-shop .no-rating {
  margin-bottom: 0;
}

.product-shop .input-text.qty {
  width: 2em;
  display: inline;
}

.product-shop .add-to-cart .inline-list li {
  line-height: 2.7;
  margin-left: 0.7rem;
}

.product-shop .price-box {
  margin-bottom: 1em;
  font-weight: normal;
}

.product-shop .short-description {
  margin-top: 0rem !important;
  margin-bottom: 1rem !important;
}

.product-shop .short-description h2 {
  font-size: 1.4rem;
  font-weight: 300;
  margin-left: -0.1rem;
}

.product-shop .std {
  /* @todo: Candidate for refactoring: global-css-rule; */
  line-height: 1.6;
}

.col2-left-layout {
  margin-top: 0rem;
}

.separator {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.tabs-content {
  border: 1px solid #efefef;
  padding-left: 1rem;
}

.additional-data {
  padding-left: 0rem;
  padding-right: 0rem;
}

.configurable-option {
  margin-bottom: 0;
  overflow: hidden;
}
@media only screen and (max-width: 64.063em) {
  .configurable-option {
    margin-bottom: .5rem;
  }
}

.configurable-dd {
  margin-bottom: 0rem;
}

.required-entry-conf, .required-entry-conf:hover {
  background: white url("../images/arrow.png") no-repeat scroll 98% center;
}

.price-box {
  margin-left: 0.05rem !important;
}

.price-box.bundle-special-price {
  top: -15px;
  position: relative;
}

.tabs-padd {
  padding-left: 0;
  padding-top: 2rem;
  margin-bottom: 2rem !important;
}

.availability {
  margin-top: 1rem;
}

.list-style {
  list-style-type: none;
  float: left;
  margin-right: 1em;
}

.product-shop .short-description {
  margin: 2em 0;
}

.product-image-gallery .gallery-image.visible {
  display: block;
}

.product-image-gallery .gallery-image {
  display: none;
}

.cart-margin {
  margin-left: 0;
}
.cart-margin li {
  text-align: center;
}

.add-to-links {
  margin-bottom: 0.5rem;
}

.qty-align {
  position: relative;
}

.bundle-qty-align {
  position: relative;
  top: 40%;
  transform: translateY(40%);
}

.bundle-option-select, .bundle-option-select:hover {
  background: white url("../images/arrow.png") no-repeat scroll 98% center;
}

.downloadable-links {
  background-color: #fff;
  color: #333;
  margin-top: -0.2rem;
}

.downloadable-label {
  display: inline;
  margin-right: 1rem;
}

.sample-font {
  font-size: 0.9rem;
}

.grouped-items-table {
  width: 100%;
}

.grouped-table-price {
  width: 15%;
}

.grouped-table-qty {
  width: 20%;
}

@media only screen and (min-width: 40.125em) {
  .product-page-image {
    padding-right: 2rem !important;
    padding-top: 1rem !important;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .product-shop {
    padding-right: 1rem;
  }

  .product-img-box {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 40em) {
  .product-shop {
    padding-top: 1rem;
    padding-right: 1rem;
  }

  .review-padding {
    margin-left: 0.5rem;
  }

  .form-list {
    margin-left: 0.5rem !important;
  }

  .customer-reviews {
    padding-left: 1.5rem;
  }

  .custom-review-heading {
    margin-left: -1rem;
  }
}
#wrap {
  z-index: 1 !important;
}

.catalog-product-view .product-shop .baseprice-box,
.catalog-product-view .product-shop .prix-kilo {
  font-size: .9rem !important;
  font-family: 'Crimson Text', serif;
  font-style: italic;
  text-align: center;
}
.catalog-product-view .product-shop .baseprice-box .price,
.catalog-product-view .product-shop .prix-kilo .price {
  color: #222;
  font-size: .9rem !important;
  font-family: 'Crimson Text', serif;
}
.catalog-product-view .product-shop .product-name,
.catalog-product-view .product-shop .configurable-option label,
.catalog-product-view .product-shop .qty-align,
.catalog-product-view .product-shop .bcp-swatches-label,
.catalog-product-view .product-shop .in-stock {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  color: #010101;
}
.catalog-product-view .product-shop .configurable-option label:after {
  content: " :";
}
.catalog-product-view .product-shop .configurable-option label {
  color: #222;
}
.catalog-product-view .product-shop .poids-produit {
  font-size: .8rem;
  padding-top: .25rem;
  font-weight: bold;
  color: #595D68;
  letter-spacing: 2px;
}
.catalog-product-view .product-shop .product-name {
  font-family: 'Crimson Text', serif;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #808080;
  font-weight: 400;
  text-align: center;
  margin-top: 4.5rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 50em) {
  .catalog-product-view .product-shop .product-name {
    width: 70%;
    margin: 4.5rem auto 2rem;
  }
}
@media only screen and (max-width: 40.063em) {
  .catalog-product-view .product-shop .product-name {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
.catalog-product-view .product-shop .short-description,
.catalog-product-view .product-shop .short-description p {
  font-family: "Raleway", sans-serif;
  font-size: 1.1rem;
  color: #020202;
  margin: 0 0 1rem !important;
  text-transform: none;
}
.catalog-product-view .product-shop .short-description .std,
.catalog-product-view .product-shop .short-description p .std {
  line-height: 1.4;
}
@media only screen and (max-width: 40.063em) {
  .catalog-product-view .product-shop .short-description,
  .catalog-product-view .product-shop .short-description p {
    font-size: 1rem;
  }
}
.catalog-product-view .product-shop .availability,
.catalog-product-view .product-shop .delivery-time {
  display: none;
}
.catalog-product-view .product-shop .price-box {
  padding-bottom: .4rem;
  line-height: 16px;
  text-align: center;
}
.catalog-product-view .product-shop .bottom-price,
.catalog-product-view .product-shop .bottom-momentarily-unavailable {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 2.8rem;
  margin-bottom: 2.2rem !important;
}
.catalog-product-view .product-shop .bottom-momentarily-unavailable {
  padding-bottom: 2.2rem;
  margin-bottom: 0 !important;
}
.catalog-product-view .product-shop .price {
  font-size: 2rem;
}
@media only screen and (max-width: 40.063em) {
  .catalog-product-view .product-shop .price {
    font-size: 2rem;
  }
}
.catalog-product-view .product-shop .old-price {
  margin-bottom: 0.4rem !important;
  line-height: .6 !important;
  padding-right: .4rem;
}
.catalog-product-view .product-shop .old-price .price {
  font-size: 1.4rem !important;
  font-weight: 200;
  width: 100%;
  color: #545454;
}
.catalog-product-view .product-shop .inline-list > li:first-child {
  margin-left: 0;
}
.catalog-product-view .product-shop .inline-list > li:nth-child(3) {
  margin-left: 1.2rem;
}
.catalog-product-view .product-shop .configurable-option label {
  font-size: 0.8rem;
  letter-spacing: 4px;
  font-weight: bold;
}
.catalog-product-view .product-shop .label,
.catalog-product-view .product-shop .select-label {
  display: none;
}
.catalog-product-view .product-shop .qty-align {
  font-size: 1.2rem;
  line-height: 2.2;
  color: #010101;
}
.catalog-product-view .product-shop input#qty {
  font-size: 0.8rem;
  height: 26px;
  width: 2.7rem;
  text-align: center;
  color: #555B69;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: bold;
}
.catalog-product-view .product-shop dt.swatch-attr {
  border-bottom: 1px dotted #d3d3d3;
  display: inline-block;
  padding-bottom: .4rem;
}
.catalog-product-view .product-shop .custom-qty {
  margin-left: 3rem;
}
@media only screen and (max-width: 28.13em) {
  .catalog-product-view .product-shop .custom-qty {
    margin-left: 0.3rem;
    margin-top: 1rem;
    clear: both;
  }
}
.catalog-product-view .product-shop .custom-qty dl, .catalog-product-view .product-shop .custom-qty dt, .catalog-product-view .product-shop .custom-qty dd {
  float: left;
}
.catalog-product-view .product-shop .custom-qty dl {
  margin-left: 3rem;
}
.catalog-product-view .product-shop .custom-qty dt {
  margin-top: 2px;
  margin-bottom: 0.35rem;
}
.catalog-product-view .product-shop .custom-qty dd {
  width: 50px;
}
.catalog-product-view .product-shop .custom-qty dd, .catalog-product-view .product-shop .custom-qty dd input {
  margin-bottom: 0;
}
.catalog-product-view .product-shop .nephritis-width {
  font-family: "Raleway", sans-serif;
  width: 240px;
  background: #FD5B06 !important;
  margin-bottom: 1rem;
  padding: 1rem 1rem .8rem;
  font-size: .75rem !important;
  letter-spacing: 3px;
  margin-top: 0;
}
.catalog-product-view .product-shop .nephritis-width:before {
  content: "> ";
}
.catalog-product-view .product-shop .nephritis-width:hover {
  background: #000000;
}
@media only screen and (max-width: 64.063em) {
  .catalog-product-view .product-shop .nephritis-width {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.catalog-product-view .product-shop .add-to-cart {
  border-bottom: 1px solid #e1e1e1;
}
.catalog-product-view .product-shop .add-to-cart > .large-6 {
  text-align: center;
}
.catalog-product-view .product-shop .tabs-padd {
  padding-top: 0;
  padding-right: 0;
}
.catalog-product-view .product-shop .ico-container {
  margin-bottom: .6rem;
}
.catalog-product-view .product-shop .sku {
  font-family: "Raleway", sans-serif;
  color: #545454;
  font-size: .8rem;
  padding-top: 1rem;
}
.catalog-product-view .product-shop .description .info {
  margin-top: 1rem;
  font-style: normal;
  font-weight: 700;
}
@media only screen and (max-width: 40em) {
  .catalog-product-view .product-shop .nephritis-width {
    width: 100%;
    font-size: .8rem !important;
  }
  .catalog-product-view .product-shop .inline-list > li:nth-child(2) {
    line-height: 2.1;
  }
  .catalog-product-view .product-shop .inline-list > li:nth-child(2),
  .catalog-product-view .product-shop .inline-list > li:nth-child(3) {
    margin-left: 0.4rem;
  }
}
@media only screen and (min-width: 40.06rem) and (max-width: 46.25rem) {
  .catalog-product-view .product-shop .product-shop .add-to-cart .inline-list li {
    line-height: 2.4;
  }
  .catalog-product-view .product-shop .inline-list > li {
    margin-left: 1rem;
    line-height: 2.2;
  }
  .catalog-product-view .product-shop .qty-align {
    font-size: 1rem;
  }
}

.social-icon {
  position: relative;
  z-index: 1;
}
.social-icon .fa {
  font-size: 2rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 40.063rem) {
  .social-icon .fa {
    font-size: 1.5rem;
  }
}

.catalog-product-view dl dd {
  margin-bottom: 0;
}
.catalog-product-view img.gallery-image {
  display: none !important;
  margin: 0 auto 1rem;
}
.catalog-product-view img.gallery-image:first-child {
  display: block !important;
}
.catalog-product-view .notice-msg {
  border-color: #cdc3bb;
  background-color: #ffffff;
  color: #c75100;
  font-family: "Raleway", sans-serif;
}
.catalog-product-view .product-stock-alert {
  border: 2px solid #A2988F;
  padding: 4px 8px 4px 4px;
  text-transform: uppercase;
  font-size: .9rem;
  font-family: "Raleway",arial;
  color: #A2988F;
  font-weight: bold;
}
.catalog-product-view .product-stock-alert.configurable {
  display: inline-block;
  padding: .2rem .5rem .1rem;
  margin-bottom: .6rem;
}
.catalog-product-view .fa-envelope-o {
  font-weight: bold;
  padding-left: 6px;
}
.catalog-product-view .configurable .product-shop input#qty {
  margin-top: 0.18rem;
  padding-top: .5rem !important;
}
.catalog-product-view .configurable .product-options-bottom .price-box,
.catalog-product-view .configurable .product-options-bottom .baseprice-box
.couleur {
  display: none;
}
.catalog-product-view .configurable .box-up-sell .price-box {
  display: block;
}
.catalog-product-view .configurable .product-options-bottom .price-box .regular-price {
  font-weight: normal;
}
.catalog-product-view .configurable .product-options {
  overflow: hidden;
}
.catalog-product-view .configurable .configurable-option.conf-qty dd {
  width: 51px;
}
.catalog-product-view .configurable .configurable-option label {
  font-size: 0.8rem;
  letter-spacing: 4px;
  font-weight: bold;
}
.catalog-product-view .configurable .configurable-option select {
  margin-top: 0.2rem;
}
.catalog-product-view .configurable .configurable-option select, .catalog-product-view .configurable .configurable-option input {
  color: #665848;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Raleway", sans-serif;
  padding-left: 15px !important;
  margin-bottom: 0.5rem;
}
.catalog-product-view .configurable .configurable-option .required-entry-conf, .catalog-product-view .configurable .configurable-option .required-entry-conf:hover {
  background-position-x: 90%;
}
.catalog-product-view .configurable .configurable-option dt {
  margin-top: 0.7rem;
}
.catalog-product-view .configurable .configurable-option dd {
  width: auto;
}
.catalog-product-view .configurable .configurable-option dd.configurable-dd {
  width: 155px;
}
@media only screen and (min-width: 40.063em) and (max-width: 45em) {
  .catalog-product-view .configurable .configurable-option dd {
    width: 100px;
  }
}
@media only screen and (max-width: 460px) {
  .catalog-product-view .configurable .configurable-option dd {
    width: 100px;
  }
}
.catalog-product-view .configurable .configurable-option dd.swatch-attr {
  width: 75%;
}
@media only screen and (min-width: 40.063em) and (max-width: 45em) {
  .catalog-product-view .configurable .configurable-option dd.swatch-attr {
    width: 63%;
  }
}
@media only screen and (max-width: 506px) {
  .catalog-product-view .configurable .configurable-option dd.swatch-attr {
    width: 63%;
  }
}
@media only screen and (min-width: 45.063em) and (max-width: 56.563em) {
  .catalog-product-view .configurable .configurable-option dd.swatch-attr {
    width: 67%;
  }
}
.catalog-product-view .configurable .configurable-option dt, .catalog-product-view .configurable .configurable-option dd {
  float: left;
}
.catalog-product-view .configurable .option-container {
  display: inline-block;
  border-bottom: 1px dotted #d3d3d3;
  margin-bottom: 1rem;
}
.catalog-product-view .configurable .nephritis-width {
  margin-top: .35rem;
}
.catalog-product-view .validation-advice {
  margin-top: 0;
}
.catalog-product-view .special-price {
  line-height: .8;
}
.catalog-product-view .bundle .price-box-bundle .price-box {
  padding-bottom: 0;
}
.catalog-product-view .bundle .price-box-bundle .price-box .minimal-price {
  line-height: 26px;
}
.catalog-product-view .bundle .price-box-bundle .price-box .price-label {
  display: none;
}
.catalog-product-view .bundle .product-options {
  font-family: "Raleway", sans-serif;
}
.catalog-product-view .bundle .product-options .price {
  font-size: 1rem;
  padding-left: 6px;
}
.catalog-product-view .bundle .product-options dl {
  font-size: .85rem;
}
.catalog-product-view .bundle .product-options dl dt {
  margin-bottom: 0;
}
.catalog-product-view .bundle .product-options dl dd {
  margin-bottom: .5rem;
}
.catalog-product-view .bundle .product-shop > .price-box {
  display: none;
}
.catalog-product-view .bundle .product-options-bottom .price-box {
  display: none;
}
.catalog-product-view .bundle .price-notice {
  display: none;
}

body[class*="catalog"].catalog-product-view .special-price {
  margin-bottom: .4rem !important;
}

.configurable-option label {
  font-size: 0.8rem;
  letter-spacing: 4px;
  font-weight: bold;
}
.configurable-option select {
  margin-top: 0.2rem;
}
.configurable-option select, .configurable-option input {
  color: #00c2ce;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Raleway", sans-serif;
  padding-left: 15px !important;
  margin-bottom: 0.5rem;
}
.configurable-option .required-entry-conf, .configurable-option .required-entry-conf:hover {
  background-position-x: 90%;
}
.configurable-option dt {
  margin-top: 0.7rem;
}
.configurable-option dd {
  width: 80px;
}
.configurable-option dt, .configurable-option dd {
  float: left;
}
.configurable-option .option-container {
  display: inline-block;
  padding: 0;
  border-bottom: 1px dotted #d3d3d3;
}
.configurable-option .option-container.top {
  margin-bottom: 2rem;
  padding: 0;
}

.conf-qty dl, .conf-qty dt, .conf-qty dd {
  float: left;
}
.conf-qty dl {
  margin-left: 3rem;
}
.conf-qty dt {
  margin-top: 5px;
  margin-bottom: 0.35rem;
}
.conf-qty dd {
  width: 50px !important;
}
.conf-qty dd, .conf-qty dd input {
  margin-bottom: 0;
}

.simple .conf-qty {
  margin-left: 0;
  margin-bottom: 1.8rem;
}
.simple .conf-qty dt {
  margin-top: 4px;
}

.catalog-product-view .simple .product-shop .inline-list > li:first-child {
  margin-left: 0;
}

.product-img-box li {
  float: left;
}

#configurable_swatch_color {
  margin-left: 2.5rem;
  margin-bottom: 1rem !important;
}
#configurable_swatch_color li {
  float: left;
  padding-right: 14px;
  padding-bottom: 14px;
}

.box-collateral {
  margin-top: 2rem;
}
.box-collateral > h2 {
  color: #000000;
  margin-top: 3rem;
  margin-bottom: 1rem;
  text-align: center;
  letter-spacing: 6px;
  font-weight: 600;
  font-size: 1.1rem;
}
.box-collateral > h2 .border-top {
  border-top: 1px solid #9F9F9F;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 40.063em) {
  .box-collateral > h2 {
    font-size: 1rem;
  }
}
.box-collateral .product-name {
  font-size: 1rem;
  margin-top: 0.8rem;
}
.box-collateral ul {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.box-collateral li:nth-of-type(4) {
  border-right: none !important;
}
.box-collateral .label,
.box-collateral .minimal-price .price-label {
  display: none;
}
.box-collateral .special-price {
  line-height: 1.6 !important;
}
.box-collateral .desc {
  margin-bottom: 2.7rem !important;
}
.box-collateral .columns {
  padding-right: 1rem;
}
@media only screen and (max-width: 40em) {
  .box-collateral .columns {
    padding-right: 0;
  }
}
@media only screen and (min-width: 40.125em) {
  .box-collateral .medium-block-grid-3 > li {
    width: 25%;
  }
  .box-collateral .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }
}

body[class*="catalog"].catalog-product-view .box-collateral .special-price {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 40em) {
  .more-views img {
    width: 64px;
  }
}
.zoomContainer {
  display: none;
}

@media only screen and (max-width: 64.063em) {
  .second-row {
    margin-top: .8rem;
  }
}
.social-product {
  text-align: center;
  padding-bottom: 1.6rem;
  clear: both;
}
.social-product a {
  color: #949494;
  font-size: 1.6rem;
  margin-right: 1rem;
}

.resp-tabs-container .information-nutritionnelle.resp-tab-content .std td,
.resp-tabs-container .information-nutritionnelle.resp-tab-content .std td p {
  font-size: 1rem !important;
}

.momentarily-unavailable {
  color: #BFAF9C;
  border: 1px solid #BFAF9C;
  padding: .4rem .6rem .3rem;
  display: inline-block;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 400;
  letter-spacing: 1px;
}

.catalog-product-view .kit-view .product-shop .product-name {
  margin: 4.5rem auto 1.5rem;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}

.catalog-product-view .kit-view .product-shop .price-box {
  line-height: 1.2;
}

.catalog-product-view .kit-view .product-shop .description {
  font-family: "Raleway", sans-serif;
  letter-spacing: .5px;
  max-width: 500px;
  margin: auto;
  margin-bottom: 35px;
}

.catalog-product-view .kit-view .step-name .step-number {
  font-size: 14px;
  color: #949598;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  transition: all .5s ease;
}

.catalog-product-view .kit-view .steps-container .step-name-container:first-child .step-name {
  border-radius: 8px 0 0 8px;
}

.catalog-product-view .kit-view .steps-container .step-name-container:last-child .step-name {
  border-radius: 0 8px 8px 0;
}

.catalog-product-view .kit-view .steps-container .step-name-container.valide-step + .step-name-container .step-name .step-number {
  border-radius: 0px 6px 6px 0;
}

.catalog-product-view .kit-view .steps-container .step-name-container.active-step + .step-name-container .step-name .step-number {
  border-radius: 0px 6px 6px 0;
}

.catalog-product-view .kit-view .steps-container .step-name-container .step-name .step-number {
  background: #ffffff;
  border-radius: 6px;
}

.catalog-product-view .kit-view .steps-container .step-name-container.valide-step .step-name {
  background: #ffffff;
}

.catalog-product-view .kit-view .steps-container .step-name-container.valide-step .step-name .step-number {
  color: #ffffff;
}

.catalog-product-view .kit-view .steps-container .step-name-container.valide-step .step-name .step-number {
  background: #fd5b06;
  cursor: pointer;
}

.catalog-product-view .kit-view .steps-container .step-name-container.active-step .step-name .step-number {
  color: #ffffff;
}

.catalog-product-view .kit-view .steps-container .step-name-container.active-step .step-name {
  background: #ffffff;
}

.catalog-product-view .kit-view .steps-container .step-name-container.valide-step + .valide-step .step-name {
  background: #ffffff;
}

.catalog-product-view .kit-view .steps-container .step-name-container.valide-step + .active-step .step-name {
  background: #ffffff;
}

.catalog-product-view .kit-view .steps-container .step-name-container.active-step + .active-step .step-name {
  background: #ffffff;
}

.catalog-product-view .kit-view .steps-container .step-name-container.active-step + .valide-step .step-name {
  background: #ffffff;
}

.catalog-product-view .kit-view .steps-container .step-name-container.empty + .valide-step .step-name .step-number {
  border-radius: 0 6px 6px 0 !important;
}

.catalog-product-view .kit-view .steps-container .step-name-container.empty + .active-step .step-name .step-number {
  border-radius: 0 6px 6px 0 !important;
}

.catalog-product-view .kit-view .steps-container .step-name-container.valide-step + .valide-step .step-name .step-number {
  border-radius: 6px !important;
}

.catalog-product-view .kit-view .steps-container .step-name-container.valide-step + .active-step .step-name .step-number {
  border-radius: 6px !important;
}

.catalog-product-view .kit-view .steps-container .step-name-container.active-step + .active-step .step-name .step-number {
  border-radius: 6px !important;
}

.catalog-product-view .kit-view .steps-container .step-name-container.active-step + .valide-step .step-name .step-number {
  border-radius: 6px !important;
}

.catalog-product-view .kit-view .steps-container .step-name-container.active-step .step-name .step-number {
  background: #ad9f7c;
}

.catalog-product-view .kit-view .steps-count {
  font-size: 2rem;
  color: #FF6209;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  display: inline-block;
  margin-left: 2rem;
}

.catalog-product-view .kit-view .display-end > .columns:last-of-type {
  float: right;
}

.catalog-product-view .kit-view .empty .img-ingredient {
  height: 110px;
  border-radius: 50%;
  border: 1px #a4a4a4 dashed;
  width: 110px;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.catalog-product-view .kit-view .name-ingredient {
  color: #424242;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 28px;
}

.catalog-product-view .kit-view .empty .name-ingredient {
  height: 28px;
  border-radius: 8px;
  border: 1px #a4a4a4 dashed;
  margin: auto;
  margin-top: 1rem;
  margin-left: 10px;
  margin-right: 10px;
}

#recipe-steps {
  padding-bottom: 1rem;
  border-bottom: 1px solid #a0a0a0;
  margin-bottom: 0;
}

.display-start.row [class*="column"] + [class*="column"]:last-child {
  float: left;
}

.product-view.kit-view > .product-essential {
  margin-bottom: 100px;
}

.ingredient-img {
  text-align: center;
}

.ingredient-img img {
  max-width: 225px;
}

.ingredient-name {
  color: #424242;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 24px;
  max-width: 230px;
  margin: auto;
}

.ingredient-to-select {
  cursor: pointer;
}

h3.cat-kit {
  font-size: 26px;
  color: #828282;
  padding-top: 1rem;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

.steps-container .row > .columns.step-name-container {
  float: left;
}

.addtocart-container {
  overflow: hidden;
  margin-top: 1.5rem;
}

.catalog-product-view .kit-view .product-shop .nephritis-width.ingredient-ok:hover, .catalog-product-view .kit-view .product-shop .nephritis-width.ingredient-ok :focus {
  background: #AF9F7E !important;
}

body[class*="catalog"] .main-container p.kit-banner-image {
  margin-top: 1rem !important;
}

.kit-banner-image img {
  width: 100%;
}

body[class*="product-kit"] .ampromo-label {
  display: none;
}

.catalog-product-view .kit-view .product-shop .nephritis-width {
  margin-bottom: 0;
  float: right;
  min-height: 40px;
  padding: 0 1rem !important;
  line-height: 40px;
  top: 0;
  background: #a0a0a0 !important;
  border-radius: 20px;
  outline: 0;
  cursor: initial;
  transition: all .5s ease;
  letter-spacing: 1px;
}

.catalog-product-view .kit-view .product-shop .nephritis-width.ingredient-ok {
  background: #fd5b06 !important;
  cursor: pointer;
}

.catalog-product-view .kit-view .product-shop h4.uk-h4 {
  font-size: 30px;
  text-align: center;
  color: #1a1a1a;
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: 'Homemade Apple', cursive;
}

.catalog-product-view .kit-view .product-shop h4.uk-h4:before {
  content: "";
  background: #000000;
  width: 70px;
  margin: auto;
  height: 1px;
  display: block;
  margin-bottom: 35px;
}

.catalog-product-view .kit-view .product-shop h5.uk-h5 {
  margin-bottom: 0;
  margin-top: 1rem;
  color: #424242;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: .5px;
  display: inline-block;
}

.addtocart-container-mobile {
  text-align: center;
  position: absolute;
  right: 1rem;
  left: 1rem;
  margin-left: calc(65px + 1rem);
  padding-bottom: 1.5rem;
  border-top: 1px solid #a0a0a0;
  background: #ffffff;
  padding-top: 1rem;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.bottom-button {
  opacity: 1 !important;
}

.img-ingredient {
  text-align: center;
}

.img-ingredient img {
  max-width: 140px;
}

@media (max-width: 959px) {
  .catalog-product-view .kit-view .step-name .step-number {
    font-size: 13px;
    letter-spacing: .5px;
  }

  .catalog-product-view .kit-view .empty .img-ingredient {
    height: 95px;
    width: 95px;
  }

  .catalog-product-view .kit-view .product-shop .nephritis-width {
    width: auto;
  }

  .ingredient-img img {
    max-width: 150px;
  }

  .catalog-product-view .kit-view form .row .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .kit-view .empty .img-ingredient {
    display: none;
  }

  .catalog-product-view .kit-view .empty .name-ingredient {
    display: none;
  }

  .catalog-product-view .kit-view .step-name .step-number span {
    display: none;
  }

  .catalog-product-view .kit-view form .row .row .small-1 {
    display: none;
  }

  .catalog-product-view .kit-view form .row .row .small-11 {
    width: 100%;
  }

  .steps-container .row > .columns.step-name-container {
    float: none;
  }

  .catalog-product-view .kit-view .steps-container .step-name {
    border: none !important;
    border-radius: 0 !important;
    background: #ffffff !important;
  }

  .catalog-product-view .kit-view .steps-container .step-name-container .step-name .step-number {
    border-radius: 0 !important;
    height: 65px;
    line-height: 75px;
    background: #ebedf2;
    font-family: 'Homemade Apple', cursive;
    font-size: 32px;
  }

  .catalog-product-view .kit-view form #recipe-steps .row .row {
    margin: 0 -0.5rem;
  }

  .catalog-product-view .kit-view .steps-container .step-name-container.valide-step .img-ingredient {
    display: none;
  }

  .catalog-product-view .kit-view .steps-container .step-name-container.valide-step .name-ingredient {
    display: none;
  }

  .catalog-product-view .kit-view .steps-container .step-name-container.valide-step + .valide-step .step-name .step-number {
    border-radius: 0 !important;
  }

  .catalog-product-view .kit-view .steps-container .step-name-container.valide-step + .active-step .step-name .step-number {
    border-radius: 0 !important;
  }

  #recipe-steps .small-2 {
    width: 65px;
    margin-bottom: 2px;
  }

  #recipe-steps .step-ingredients {
    position: absolute;
    z-index: 1;
    left: 1rem;
  }

  #recipe-steps .mobile-title {
    position: fixed;
    top: 0;
    right: 1rem;
    left: 1rem;
    z-index: 99;
    background: #ffffff;
    margin-left: calc(65px + 1rem);
    padding-bottom: 0;
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    opacity: 0;
    height: 0;
  }

  #recipe-steps .fixed-recipe.mobile-title {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    background: #ffffff;
    padding-left: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 1.5rem;
    margin-top: 0;
    padding-top: 24px;
    opacity: 1;
    margin-left: 0;
    height: auto;
    padding-right: 1rem;
    text-align: center;
  }

  .bottom-ingredient {
    bottom: 0;
  }

  .list-recipe-available {
    margin-left: calc(65px + 1rem);
  }

  #recipe-steps {
    margin-left: calc(65px + 1rem);
  }

  .list-recipe-available > .row.display-start > .columns {
    width: 100%;
  }

  .ingredient-to-select {
    display: flex;
    align-items: center;
  }

  .ingredient-to-select .ingredient-img {
    width: 50%;
    display: inline-block;
    float: left;
  }

  .ingredient-to-select .with-50-mobile {
    width: 50%;
    display: inline-block;
    float: left;
  }

  .ingredient-img img {
    width: 100%;
    max-width: 225px;
  }

  .addtocart-container-desktop {
    display: none;
  }

  .catalog-product-view .kit-view .product-shop h4.uk-h4 {
    font-size: 26px;
  }

  .catalog-product-view .kit-view .product-shop h5.uk-h5 {
    font-size: 22px;
    transition: all .5s ease;
  }

  h3.cat-kit {
    font-size: 22px;
  }

  .product-link-ingredient {
    display: none;
  }

  .ampromo-label {
    position: initial !important;
    float: none !important;
    margin: auto;
    display: block;
  }

  .catalog-product-view .kit-view .product-shop .product-name {
    margin: 1.5rem auto 1.5rem;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
  }

  .list-recipe-available > .display-start:first-of-type h3.cat-kit {
    padding-top: 0;
    margin-top: 1rem;
  }

  .addtocart-container-mobile-fixed {
    position: fixed;
    bottom: 0;
    right: 1rem;
    left: 1rem;
    height: 0;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
    opacity: 0;
    margin-top: 0;
  }

  .fixed-button {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin-left: 0;
    padding-bottom: 1.5rem;
    border-top: 1px solid #a0a0a0;
    background: #ffffff;
    padding-top: 1rem;
    opacity: 1;
    height: auto;
    z-index: 1;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .fixed-button .true-price, .fixed-button .separated-price {
    float: none;
    display: inline-block;
  }

  .catalog-product-view .kit-view .steps-count {
    display: none;
  }

  .addtocart-container-mobile {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  #recipe-steps .step-ingredients.fixed-ingredient {
    position: fixed;
    top: 50%;
    width: auto;
    height: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
}
.top-margin-large.addtocart-container {
  margin-top: 5rem;
}

@media (max-width: 449px) {
  .ingredient-to-select {
    display: block;
  }

  .ingredient-to-select .ingredient-img {
    width: 100%;
    display: block;
    float: none;
  }

  .ingredient-to-select .with-50-mobile {
    width: 100%;
    display: block;
    float: none;
  }

  #recipe-steps .fixed-recipe {
    margin-left: 0;
  }

  .addtocart-container-mobile, .fixed-button {
    margin-left: 0;
  }

  .catalog-product-view .kit-view .steps-container .step-name-container .step-name .step-number {
    height: 55px;
    line-height: 60px;
  }

  .price-container-fix {
    display: none;
  }
}
#recipe-steps .step-ingredients > .columns > .addtocart-container.addtocart-container-desktop {
  display: none;
}

.catalog-product-view .kit-view .product-shop .addtocart-container-mobile .nephritis-width {
  float: none;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  /*#recipe-steps .addtocart-container.addtocart-container-desktop .nephritis-width:not(.ingredient-ok), .addtocart-container.addtocart-container-desktop.top-margin-large .nephritis-width:not(.ingredient-ok){
      visibility: hidden;
      width: 0;
      padding: 0 !important;
      height: 0;
  }*/
  #recipe-steps .step-ingredients.fixed-ingredient-desktop > .columns > .addtocart-container.addtocart-container-desktop:not(.ingredient-bar-ok) {
    display: none;
  }

  .catalog-product-view .kit-view .product-shop h4.uk-h4:before {
    content: none;
  }

  #recipe-steps .step-ingredients.fixed-ingredient-desktop > .columns > .addtocart-container.addtocart-container-desktop {
    display: block;
    max-width: calc(1230px - 1.875rem);
    margin: auto;
    background: #f4ede3;
    padding-left: calc(30px + 0.5rem);
    padding-right: calc(30px + 0.5rem);
    display: flex;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }

  #recipe-steps .step-ingredients .steps-container {
    padding-top: .5rem;
  }

  .catalog-product-view .kit-view .product-shop h4.uk-h4 {
    background: #f4ede3;
    margin-bottom: 0;
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: calc(35px - .5rem);
  }

  #recipe-steps .step-ingredients {
    background: #f4ede3;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0;
  }

  #recipe-steps .addtocart-container.addtocart-container-desktop {
    background: #f4ede3;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0;
    padding-bottom: 40px;
  }

  .catalog-product-view .kit-view .empty .name-ingredient, .catalog-product-view .kit-view .empty .img-ingredient {
    background: #ffffff;
  }

  .steps-container > .row {
    display: flex;
    justify-content: center;
  }

  .addtocart-container-mobile {
    display: none;
  }

  .kit-view .product-link {
    display: none;
  }

  .catalog-product-view .kit-view .product-shop h5.uk-h5.mobile-title {
    display: none;
  }

  #recipe-steps .step-ingredients.fixed-ingredient-desktop > .columns {
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
    right: 0;
  }

  #recipe-steps .step-ingredients {
    min-height: 220px;
  }

  #recipe-steps .step-ingredients.fixed-ingredient-desktop .steps-container {
    max-width: calc(1230px - 1.875rem);
    margin: auto;
    background: #f4ede3;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: calc(30px + 0.5rem);
    padding-right: calc(30px + 0.5rem);
  }

  h3.cat-kit {
    margin-left: .5rem;
  }

  #recipe-steps .step-ingredients.fixed-ingredient-desktop .steps-container .name-ingredient {
    margin-bottom: 0;
  }

  .catalog-product-view .kit-view .steps-container .step-name-container.valide-step {
    cursor: pointer;
  }

  .catalog-product-view .kit-view .steps-container .step-name-container.valide-step:not(.empty) .step-name .step-number:after {
    content: "\f12d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #ffffff;
    width: 0;
    height: 0;
    opacity: 0;
    transition: all .5s ease;
  }

  .catalog-product-view .kit-view .steps-container .step-name-container.valide-step:not(.empty):hover .step-name .step-number:after {
    content: "\f12d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #ffffff;
    width: auto;
    height: auto;
    opacity: 1;
  }
}
.catalog-product-view .kit-view .steps-container .step-name-container.empty.valide-step:not(.active-step) .step-name .step-number {
  background: #ffffff;
  color: #949598;
}

.product-link-ingredient a {
  font-weight: 500;
  color: #FF6209;
}

.catalog-product-view .kit-view .product-shop .reel-price > .price-box {
  display: none;
}

.catalog-product-view .kit-view .product-shop .reel-price .price-box {
  text-align: right;
}

.catalog-product-view .kit-view .product-shop .reel-price {
  display: inline-block;
  width: 50%;
  text-align: right;
  margin-right: 15px;
}

.catalog-product-view .kit-view .product-shop .separatedprice {
  display: inline-block;
  width: 50%;
  line-height: 1.2;
  margin-left: 15px;
}

.catalog-product-view .kit-view .product-shop .prices-container {
  display: flex;
}

.catalog-product-view .kit-view .product-shop .separatedprice .price {
  color: #949598;
  text-decoration: line-through;
  font-style: italic;
}

.true-price {
  color: #FF6209;
  font-size: 2rem;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  float: right;
  line-height: 40px;
  margin-right: 15px;
}

.separated-price {
  font-size: 1.6rem;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  float: right;
  line-height: 40px;
  color: #949598;
  text-decoration: line-through;
  font-style: italic;
  margin-right: 15px;
}

@media only screen and (max-width: 64.063em) {
  .catalog-product-view .kit-view .product-shop .nephritis-width {
    width: auto;
  }
}
.catalog-category-view .grid-mode .price-box .regular-price, .catalog-category-view .grid-mode .price-box .minimal-price-link {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  font-size: 1.4375rem;
}
.catalog-category-view .grid-mode .price-box .regular-price:before, .catalog-category-view .grid-mode .price-box .regular-price:after, .catalog-category-view .grid-mode .price-box .minimal-price-link:before, .catalog-category-view .grid-mode .price-box .minimal-price-link:after {
  content: " ";
  display: table;
}
.catalog-category-view .grid-mode .price-box .regular-price:after, .catalog-category-view .grid-mode .price-box .minimal-price-link:after {
  clear: both;
}
@media only screen and (max-width: 40em) {
  .catalog-category-view .grid-mode .price-box .regular-price, .catalog-category-view .grid-mode .price-box .minimal-price-link {
    line-height: 27px;
  }
}

.catalog-category-view .desc.std {
  margin-bottom: 1em;
}

.electronics-margin {
  margin-bottom: 3rem !important;
}

.colmargin {
  padding-left: 0;
  padding-right: 0;
}

.per-page {
  width: 40px;
}

.sort-by-select {
  margin-right: 1.8rem;
}

.grid-mode {
  padding-left: 0.4rem;
}

.page-title {
  padding: 0rem;
  margin-top: 0.2rem;
}

#sidebar {
  padding: 1rem;
}
#sidebar .block-title,
#sidebar ul {
  font-size: .9rem;
}

*[role="main"] {
  padding-left: 1rem;
  padding-bottom: 2rem;
}

.item {
  padding: 0.5rem !important;
  margin-bottom: 0;
  text-align: center;
}

.inner-wrapper .label {
  display: none;
}

.category-description {
  padding-left: 0rem;
  padding-bottom: 1rem;
  font-family: 'Crimson Text', serif;
  font-weight: 200;
  font-size: .9rem;
  color: #545454;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
}
.category-description .category-description-container {
  max-width: 800px;
  margin: auto;
}
.category-description p {
  color: #545454 !important;
  font-size: 1rem !important;
  line-height: 24px !important;
  margin-top: 0 !important;
}

.nephritis-flat-button {
  position: relative;
  width: 85%;
  padding: 0;
  font-size: 1rem !important;
  color: white;
  text-align: center;
  background-color: #27ae60 !important;
  border: 0;
  border-bottom: 2px solid #219d55;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #219d55;
  box-shadow: inset 0 -2px #219d55;
}
.nephritis-flat-button.list {
  width: auto;
  font-size: .8rem !important;
  letter-spacing: 3px;
  padding: 0.5rem 1rem 0.4rem;
}

.nephritis-width {
  width: 140px;
}

nephritis-flat-button:hover, .nephritis-flat-button:hover {
  background-color: #219d55 !important;
}

.actions .nephritis-flat-button {
  margin-bottom: 0;
}

.view-mode strong.grid {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/grid.png) no-repeat top left transparent;
  font-size: 0;
  text-indent: -9999px;
}

.view-mode strong.list {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/list.png) no-repeat bottom left transparent;
  font-size: 0;
  text-indent: -9999px;
}

.view-mode a.grid {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/grid-light.png) no-repeat top right transparent;
  font-size: 0;
  text-indent: -9999px;
}

.view-mode a.list {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/list-light.png) no-repeat bottom right transparent;
  font-size: 0;
  text-indent: -9999px;
}

.review-padding {
  padding-left: 0;
}

.review-form-padding {
  padding-left: 0;
}

@media only screen and (min-width: 64.063em) {
  .review-form-padding {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 40.063em) {
  .sidebar-button {
    padding-top: 1rem;
  }

  .colmargin {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .page-title {
    margin-left: 0rem;
  }

  *[role="main"] {
    padding-left: 0rem;
    padding-bottom: 2rem;
  }

  .fa-bars {
    margin-top: 1rem;
  }
}
.catalog-category-view h1,
.catalogsearch-result-index h1 {
  font-size: 1.5rem;
  margin-top: .6rem;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.catalog-category-view .minimal-price .price-label,
.catalogsearch-result-index .minimal-price .price-label {
  display: none;
}
.catalog-category-view .actions.small-8,
.catalogsearch-result-index .actions.small-8 {
  padding-left: 0;
}

.cms-index-index .minimal-price .price-label {
  display: none;
}

.catalogsearch-result-index .main-container {
  margin-top: 0.5rem;
}

.catalogsearch-result-index .actions .row.price-box {
  margin: 0;
}

@media only screen and (max-width: 40em) {
  .catalogsearch-result-index .category-products .columns {
    padding-right: 0;
  }
}
.old-price, .special-price {
  display: inline-block;
}

.catalog-category-view .price-box {
  line-height: 1;
}
.catalog-category-view .main-container.row .row {
  max-width: 1300px;
  margin: auto;
  padding-top: .5rem;
}
.catalog-category-view .main-container.row .row.price-box {
  padding-top: 0;
}
.catalog-category-view .category-image {
  margin-bottom: .6rem;
}
.catalog-category-view .category-image img {
  width: 100%;
}

body[class*="cms"] .main-container,
body[class*="category"] .main-container {
  /*h2 {
      font-family: $font-family-3;
      font-size: 2.8rem;
      color: #665a49;
  }*/
}
body[class*="cms"] .main-container p,
body[class*="cms"] .main-container ul,
body[class*="cms"] .main-container .row.cms .columns p,
body[class*="category"] .main-container p,
body[class*="category"] .main-container ul,
body[class*="category"] .main-container .row.cms .columns p {
  font-family: 'Crimson Text', serif;
  margin-bottom: 1rem;
  font-size: .9rem;
  letter-spacing: 0;
  color: #545454;
  font-weight: 200;
}
@media only screen and (min-width: 64.07em) and (max-width: 76.88em) {
  body[class*="cms"] .main-container p,
  body[class*="cms"] .main-container ul,
  body[class*="cms"] .main-container .row.cms .columns p,
  body[class*="category"] .main-container p,
  body[class*="category"] .main-container ul,
  body[class*="category"] .main-container .row.cms .columns p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 64.07em) {
  body[class*="cms"] .main-container p:first-child,
  body[class*="cms"] .main-container ul:first-child,
  body[class*="cms"] .main-container .row.cms .columns p:first-child,
  body[class*="category"] .main-container p:first-child,
  body[class*="category"] .main-container ul:first-child,
  body[class*="category"] .main-container .row.cms .columns p:first-child {
    margin-top: 0;
  }
}
body[class*="cms"] .main-container p:last-child,
body[class*="cms"] .main-container ul:last-child,
body[class*="cms"] .main-container .row.cms .columns p:last-child,
body[class*="category"] .main-container p:last-child,
body[class*="category"] .main-container ul:last-child,
body[class*="category"] .main-container .row.cms .columns p:last-child {
  margin-bottom: .8rem;
}
body[class*="cms"] .main-container ul,
body[class*="category"] .main-container ul {
  margin-top: 0;
  margin-left: 0;
}

body[class*="catalog"] .main-container p {
  margin: 0 !important;
}
body[class*="catalog"] .main-container p.category-image {
  margin-top: 1rem !important;
}

.page-title {
  margin-top: 0;
}

.category-title h1 {
  color: #565656;
}

.category-global-message p {
  font-size: 0.8rem;
}

.category-products .columns {
  padding-right: 1.1rem;
  padding-left: 0;
}
@media only screen and (max-width: 40em) {
  .category-products .columns {
    padding-right: 0;
  }
}

.category-products select {
  background: white url("../images/arrow.png") no-repeat scroll 90% center !important;
}

@media only screen and (max-width: 40em) {
  .category-products .sorter {
    display: none;
  }
}
.product-name {
  font-family: 'Crimson Text', serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: .6rem;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.product-name a {
  color: #565656;
}

.product-image {
  display: block;
  text-align: center;
}

.desc,
.desc p {
  font-size: 1rem !important;
  font-family: "Old Standard TT", serif !important;
  font-style: italic;
  line-height: 1.1 !important;
  color: #000000 !important;
  margin-bottom: 0 !important;
}

.price {
  color: #FF6209;
  font-size: 1.2rem;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

.price-label {
  color: #525252;
  font-size: 0.75rem;
  font-style: italic;
}
@media only screen and (min-width: 40.063em) {
  .price-label {
    font-size: 0.85rem;
  }
}

.special-price .price-label {
  display: none;
}
.special-price .price {
  color: #FF6209;
}
@media only screen and (max-width: 40.063em) {
  .special-price .price {
    line-height: 29px;
  }
}

.old-price {
  line-height: 0.8 !important;
  margin-bottom: 0.25rem !important;
  margin-top: 0 !important;
}
.old-price .price-label {
  display: none;
}
.old-price .price {
  color: #000000;
  font-size: 0.85rem;
  font-weight: 300;
  text-decoration: line-through;
  position: relative;
  top: 0;
  float: left;
  padding-right: .4rem;
}
@media only screen and (min-width: 40.063em) {
  .old-price .price {
    font-size: 1rem;
  }
}

.minimal-price-link .label {
  display: none;
}

.custom-old-price .price {
  color: #585858;
  text-decoration: line-through;
}

.nephritis-flat-button {
  background-color: #FD5B06 !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: none;
  text-transform: uppercase;
  font-size: 1.2rem !important;
}

.sort-select {
  font-family: "Raleway",sans-serif;
}

@media only screen and (max-width: 40em) {
  .nephritis-flat-button {
    font-size: 0.8rem !important;
  }
}
.nephritis-flat-button:hover {
  background-color: #f97b39 !important;
}

button.small {
  padding: 0.4rem;
}

[data-equalizer-watch] {
  position: relative;
}

.layered-nav .logo {
  display: none;
}
.layered-nav.fixed {
  border-bottom: 1px solid #EEE;
}
.layered-nav.fixed .logo {
  display: block;
  position: absolute;
  left: 20px;
  width: 90px;
}
@media only screen and (max-width: 64.13em) {
  .layered-nav.fixed .logo {
    display: none;
  }
}
@media only screen and (max-width: 40.063em) {
  .layered-nav {
    display: none;
  }
}

.block-layered-nav {
  max-width: 1200px;
  text-align: center;
  margin-bottom: 0 !important;
}
.block-layered-nav .ico-filters-arrow,
.block-layered-nav .ico-filters-active {
  position: absolute;
  right: 15px;
  top: 1px;
}
@media only screen and (max-width: 40.063em) {
  .block-layered-nav .ico-filters-arrow,
  .block-layered-nav .ico-filters-active {
    right: auto;
    margin-left: 10px;
    top: 8px;
  }
}
.block-layered-nav .ico-filters-active {
  display: none;
}
.block-layered-nav .open .ico-filters-arrow {
  display: none;
}
.block-layered-nav .open .ico-filters-active {
  display: inline-block;
  top: 15px;
}
@media only screen and (max-width: 40.063em) {
  .block-layered-nav .open .ico-filters-active {
    top: 10px;
  }
}
.block-layered-nav .block-content {
  position: relative;
  border-bottom: 1px solid #a0a0a0;
  padding: 1.6rem 0 1.2rem;
}
.block-layered-nav .block-content > a {
  position: relative;
  overflow: hidden;
  font-family: "Raleway",sans-serif;
  background: transparent;
  color: #080808;
  font-weight: 700;
  font-size: .8rem !important;
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 6px;
  margin: 0 2rem 0 0;
  padding: 0 2rem;
}
.block-layered-nav .block-content > a.open {
  background: black !important;
  color: white !important;
  padding-top: .8rem !important;
  padding-bottom: .6rem !important;
}
@media only screen and (max-width: 40.063em) {
  .block-layered-nav .block-content > a.open {
    padding-top: .2rem !important;
    padding-bottom: .1rem !important;
  }
}
.block-layered-nav .block-content > a:hover {
  background: transparent;
}
@media only screen and (min-width: 40.063em) and (max-width: 54.688em) {
  .block-layered-nav .block-content > a {
    letter-spacing: 2px;
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 40.063em) {
  .block-layered-nav .block-content > a {
    display: block;
    padding: .2rem 0;
    letter-spacing: 4px;
    margin: 0;
  }
}
.block-layered-nav .block-content > div {
  padding: 1rem 1rem 1rem 0;
  margin-top: .6rem;
}
@media only screen and (max-width: 40.063em) {
  .block-layered-nav .block-content > div {
    margin-top: 0;
  }
  .block-layered-nav .block-content > div.open {
    width: 100% !important;
    left: 0 !important;
  }
}
.block-layered-nav .f-dropdown {
  width: auto;
  min-width: 250px;
  margin: 0;
  border: 1px solid black;
}
.block-layered-nav .f-dropdown li {
  text-align: left;
}
.block-layered-nav .f-dropdown li:hover {
  background: transparent;
}
.block-layered-nav .f-dropdown li a {
  padding: 0.4rem 0;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.block-layered-nav .f-dropdown li a:before {
  content: "";
  border: 1px solid black;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 16px;
}
.block-layered-nav .f-dropdown li a:hover:before {
  background: black;
}
.block-layered-nav .f-dropdown .configurable-swatch-list li a:before {
  margin-right: 8px;
}
.block-layered-nav .currently {
  padding: 1.2rem 0 0 !important;
  margin-bottom: 0;
}
.block-layered-nav .currently .block-subtitle {
  display: none;
}
.block-layered-nav .currently .no-bullet {
  margin-bottom: 0 !important;
}
.block-layered-nav .currently .no-bullet .label-currently {
  text-transform: uppercase;
  color: #404040;
  font-size: .8rem;
  font-weight: 600;
  padding-right: 1rem;
  letter-spacing: 4px;
}
@media only screen and (max-width: 46.875em) {
  .block-layered-nav .currently .no-bullet .label-currently {
    padding-right: 0;
  }
}
.block-layered-nav .currently .no-bullet .round-inline {
  padding-top: 0 !important;
}
.block-layered-nav .currently .no-bullet li {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media only screen and (max-width: 46.875em) {
  .block-layered-nav .currently .no-bullet li {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
}
.block-layered-nav .currently .no-bullet li:last-child {
  padding-right: 0;
}
.block-layered-nav .currently .no-bullet li .label {
  text-transform: uppercase;
  background: transparent;
  color: #404040;
  font-size: .8rem;
  font-family: "Raleway",sans-serif;
  letter-spacing: 4px;
  white-space: normal;
  line-height: 18px;
}
.block-layered-nav .currently .no-bullet li .close {
  font-size: 1.2rem;
}
.block-layered-nav .currently .no-bullet li a {
  color: #404040;
}
.block-layered-nav .currently .no-bullet li .clear-all {
  font-size: .8rem;
  text-decoration: underline;
  letter-spacing: 4px;
}

@media only screen and (min-width: 40.063em) and (max-width: 48em) {
  *[role="main"] {
    padding-left: 0;
  }
}
.category-neoz h2 {
  font-size: 0.8rem;
  color: #424242;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: .4rem;
}

body[class*="catalog"].category-patisserie .main-container p.category-image {
  margin-bottom: .75rem !important;
  margin-top: 1rem !important;
}

.fieldset-panel {
  border: 0 none;
  padding: 0;
}

.ratings-table th,
.ratings-table td {
  font-size: 11px;
  line-height: 1.15;
  padding: 3px 0;
}

.ratings-table th {
  font-weight: bold;
  padding-right: 8px;
  margin-left: 0px;
}

.product-review .ratings-table {
  margin: 0 0 10px;
}

.no-rating {
  margin: 0;
}

.ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 0px 0;
}

.ratings strong {
  float: left;
  margin: 1px 3px 0 0;
}

.ratings .rating-links {
  margin: 0;
}

.ratings .rating-links .separator {
  margin: 0 2px;
}

.rating-box {
  width: 69px;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url(../images/bkg_rating.gif) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
}

.rating-box .rating {
  float: left;
  height: 13px;
  background: url(../images/bkg_rating.gif) 0 100% repeat-x;
}

.ratings .rating-box {
  float: left;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
}

.mailto-friend {
  margin-bottom: 0.1em;
}

.contacts-index-index p {
  color: #4d4d4d;
}
.contacts-index-index p.required {
  font-size: 11px !important;
  color: #EB340A !important;
}
.contacts-index-index button.button {
  padding: .6rem 1.6rem;
}

.cms-page-view h1,
.contacts-index-index h1 {
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
  color: #999;
}
.cms-page-view h2,
.contacts-index-index h2 {
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  color: #424242;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 0.4rem;
}
.cms-page-view h3,
.contacts-index-index h3 {
  font-family: 'Crimson Text', serif;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: .4rem;
  padding-top: 1.8rem;
  font-weight: 600;
}
.cms-page-view p,
.contacts-index-index p {
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  color: #4d4d4d;
}

body[class*="cms"] .main-container p {
  font-size: 1rem !important;
}

/**
 *	Recettes
 */
#recettes_wrapper {
  width: 1001px;
}

.recettes_article_image {
  float: left;
  width: 270px;
  padding-right: 10px;
}

.recettes_article_text {
  float: right;
  padding-right: 20px;
  width: 550px;
}

.recettes_menu_left {
  clear: both;
  float: left;
}

.recettes_menu_right {
  float: right;
  width: 332px;
}

.recettes_menu_left,
.recettes_menu_right {
  margin: 30px 0 10px;
}

.recettes_article h1 {
  clear: both;
  margin-top: 0 !important;
}

.recettes_menu_left {
  clear: both;
  float: left;
  width: 482px;
}

.recettes_menu_right {
  float: left;
  width: 481px;
}

.recettes_menu_left,
.recettes_menu_right {
  background-color: #74797C;
  border-right: 1px solid #ADADAD;
  list-style-type: none;
  margin: 10px 0;
  padding: 5px 0 5px 18px;
}

ul.recettes_menu_left li,
ul.recettes_menu_right li {
  color: #ADADAD;
  font-size: 13px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 18px;
}

ul.recettes_menu_left li a, ul.recettes_menu_right li a {
  background: url("http://www.confiserieflorian.com/skin/frontend/default/ultimentoconfiserieflorian/images/website-design.png") no-repeat scroll -194px 7px transparent;
  color: #FFFFFF;
  display: block;
  height: 25px;
  line-height: 25px;
  margin: 0;
  padding-left: 20px;
  text-decoration: none;
}

li.recettes_rubrique {
  clear: both;
  border-bottom: 1px solid #ADADAD;
  clear: both;
  margin-bottom: 5px;
  min-height: 210px;
  padding-bottom: 12px;
  padding-top: 10px;
  position: relative;
  width: 99%;
}

li.recettes_rubrique ul li {
  margin-left: 220px;
}

li.recettes_rubrique ul li a {
  background: url("http://www.confiserieflorian.com/skin/frontend/default/ultimentoconfiserieflorian/images/recettes_arrow.jpg") no-repeat scroll 0 2px transparent;
  width: 6px;
  height: 8px;
  padding-left: 10px;
}

img.img-blog-recette {
  float: left;
  margin-right: 20px;
}

.cms-recettes-rose-1 .recettes_menu_left,
.cms-recettes-rose-2 .recettes_menu_left,
.cms-recettes-rose-3 .recettes_menu_left,
.cms-recettes-rose-4 .recettes_menu_left,
.cms-recettes-rose-5 .recettes_menu_left,
.cms-recettes-rose-6 .recettes_menu_left,
.cms-recettes-jasmin-1 .recettes_menu_left,
.cms-recettes-jasmin-2 .recettes_menu_left,
.cms-recettes-jasmin-3 .recettes_menu_left,
.cms-recettes-jasmin-4 .recettes_menu_left,
.cms-recettes-jasmin-5 .recettes_menu_left,
.cms-recettes-jasmin-6 .recettes_menu_left,
.cms-recettes-jasmin-7 .recettes_menu_left,
.cms-recettes-violette-1 .recettes_menu_left,
.cms-recettes-violette-2 .recettes_menu_left,
.cms-recettes-violette-3 .recettes_menu_left,
.cms-recettes-violette-4 .recettes_menu_left,
.cms-recettes-violette-5 .recettes_menu_left,
.cms-recettes-violette-6 .recettes_menu_left,
.cms-recettes-violette-7 .recettes_menu_left,
.cms-recettes-agrumes-1 .recettes_menu_left,
.cms-recettes-agrumes-2 .recettes_menu_left,
.cms-recettes-agrumes-3 .recettes_menu_left,
.cms-recettes-agrumes-4 .recettes_menu_left,
.cms-recettes-agrumes-5 .recettes_menu_left,
.cms-recettes-agrumes-6 .recettes_menu_left,
.cms-recettes-agrumes-7 .recettes_menu_left,
.cms-recettes-agrumes-8 .recettes_menu_left,
.cms-recettes-agrumes-9 .recettes_menu_left,
.cms-recettes-fruits-confits-1 .recettes_menu_left,
.cms-recettes-fruits-confits-2 .recettes_menu_left,
.cms-recettes-fruits-confits-3 .recettes_menu_left,
.cms-recettes-fruits-confits-4 .recettes_menu_left,
.cms-recettes-fruits-confits-5 .recettes_menu_left,
.cms-recettes-fruits-confits-6 .recettes_menu_left,
.cms-recettes-fruits-confits-7 .recettes_menu_left,
.cms-recettes-fruits-confits-8 .recettes_menu_left,
.cms-recettes-fruits-confits-9 .recettes_menu_left,
.cms-recettes-fruits-confits-10 .recettes_menu_left,
.cms-recettes-fruits-confits-11 .recettes_menu_left,
.cms-recettes-fleurs-cristallisees-1 .recettes_menu_left,
.cms-recettes-fleurs-cristallisees-2 .recettes_menu_left,
.cms-recettes-fleurs-cristallisees-3 .recettes_menu_left,
.cms-recettes-figue-miel-1 .recettes_menu_left,
.cms-recettes-figue-miel-2 .recettes_menu_left,
.cms-recettes-figue-miel-3 .recettes_menu_left,
.cms-recettes-figue-miel-4 .recettes_menu_left,
.cms-recettes-figue-miel-5 .recettes_menu_left,
.cms-recettes-figue-miel-6 .recettes_menu_left {
  clear: both;
  float: left;
  width: 297px;
}

.cms-recettes-rose-1 .recettes_menu_right,
.cms-recettes-rose-2 .recettes_menu_right,
.cms-recettes-rose-3 .recettes_menu_right,
.cms-recettes-rose-4 .recettes_menu_right,
.cms-recettes-rose-5 .recettes_menu_right,
.cms-recettes-rose-6 .recettes_menu_right,
.cms-recettes-jasmin-1 .recettes_menu_right,
.cms-recettes-jasmin-2 .recettes_menu_right,
.cms-recettes-jasmin-3 .recettes_menu_right,
.cms-recettes-jasmin-4 .recettes_menu_right,
.cms-recettes-jasmin-5 .recettes_menu_right,
.cms-recettes-jasmin-6 .recettes_menu_right,
.cms-recettes-jasmin-7 .recettes_menu_right,
.cms-recettes-violette-1 .recettes_menu_right,
.cms-recettes-violette-2 .recettes_menu_right,
.cms-recettes-violette-3 .recettes_menu_right,
.cms-recettes-violette-4 .recettes_menu_right,
.cms-recettes-violette-5 .recettes_menu_right,
.cms-recettes-violette-6 .recettes_menu_right,
.cms-recettes-violette-7 .recettes_menu_right,
.cms-recettes-agrumes-1 .recettes_menu_right,
.cms-recettes-agrumes-2 .recettes_menu_right,
.cms-recettes-agrumes-3 .recettes_menu_right,
.cms-recettes-agrumes-4 .recettes_menu_right,
.cms-recettes-agrumes-5 .recettes_menu_right,
.cms-recettes-agrumes-6 .recettes_menu_right,
.cms-recettes-agrumes-7 .recettes_menu_right,
.cms-recettes-agrumes-8 .recettes_menu_right,
.cms-recettes-agrumes-9 .recettes_menu_right,
.cms-recettes-fruits-confits-1 .recettes_menu_right,
.cms-recettes-fruits-confits-2 .recettes_menu_right,
.cms-recettes-fruits-confits-3 .recettes_menu_right,
.cms-recettes-fruits-confits-4 .recettes_menu_right,
.cms-recettes-fruits-confits-5 .recettes_menu_right,
.cms-recettes-fruits-confits-6 .recettes_menu_right,
.cms-recettes-fruits-confits-7 .recettes_menu_right,
.cms-recettes-fruits-confits-8 .recettes_menu_right,
.cms-recettes-fruits-confits-9 .recettes_menu_right,
.cms-recettes-fruits-confits-10 .recettes_menu_right,
.cms-recettes-fruits-confits-11 .recettes_menu_right,
.cms-recettes-fleurs-cristallisees-1 .recettes_menu_right,
.cms-recettes-fleurs-cristallisees-2 .recettes_menu_right,
.cms-recettes-fleurs-cristallisees-3 .recettes_menu_right,
.cms-recettes-figue-miel-1 .recettes_menu_right,
.cms-recettes-figue-miel-2 .recettes_menu_right,
.cms-recettes-figue-miel-3 .recettes_menu_right,
.cms-recettes-figue-miel-4 .recettes_menu_right,
.cms-recettes-figue-miel-5 .recettes_menu_right,
.cms-recettes-figue-miel-6 .recettes_menu_right {
  float: right;
  width: 295px;
}

body[class*="cms-recettes"] .block-cart,
.header-blog {
  display: none;
}

body[class*="cms-recettes"] .col-main {
  padding-left: .9375em;
}

.recettes_rubrique h2 {
  color: #D63A3B;
  font-size: 1.2rem;
}

.catalog-seo-sitemap-category .page-sitemap,
.catalog-seo-sitemap-product .page-sitemap {
  font-family: 'Crimson Text', serif;
}
.catalog-seo-sitemap-category .page-sitemap .links,
.catalog-seo-sitemap-category .page-sitemap #sitemap_top_links ul,
.catalog-seo-sitemap-product .page-sitemap .links,
.catalog-seo-sitemap-product .page-sitemap #sitemap_top_links ul {
  margin-left: 0;
}
.catalog-seo-sitemap-category .page-sitemap .amount,
.catalog-seo-sitemap-product .page-sitemap .amount {
  width: 100%;
}
.catalog-seo-sitemap-category .page-sitemap .pages strong,
.catalog-seo-sitemap-product .page-sitemap .pages strong {
  float: left;
}
.catalog-seo-sitemap-category .page-sitemap .pages ol,
.catalog-seo-sitemap-product .page-sitemap .pages ol {
  float: left;
  margin-left: 4px;
}
.catalog-seo-sitemap-category .page-sitemap .pages li,
.catalog-seo-sitemap-product .page-sitemap .pages li {
  float: left;
  padding-right: 4px;
}
.catalog-seo-sitemap-category .page-sitemap .sitemap,
.catalog-seo-sitemap-product .page-sitemap .sitemap {
  clear: both;
}

@media screen and (max-width: 800px) {
  #recettes_wrapper {
    width: 100%;
    padding-left: 0.9375rem;
  }

  li.recettes_rubrique img {
    display: none;
  }

  li.recettes_rubrique ul li {
    margin-left: 0;
  }

  .recettes_menu_left,
  .recettes_menu_right,
  .recettes_article_text {
    width: 100% !important;
    float: none !important;
  }

  .recettes_article_image {
    float: none;
    width: 100%;
  }
}
/* cookieBar */
#cookie-bar {
  background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.8);
  height: 50;
  line-height: 24px;
  color: #665848;
  text-align: center;
  padding: 3px 0;
  font-family: 'Trebuchet MS', Geneva, sans-serif;
}

#cookie-bar.fixed {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
}

#cookie-bar.fixed.bottom {
  top: auto;
}

#cookie-bar p {
  margin: 0;
  padding: 0;
  font-size: 10px;
  color: #262626;
  margin: 12px 20px;
  display: inline-block;
  width: auto;
}
@media only screen and (max-width: 1060px) {
  #cookie-bar p {
    width: 75%;
  }
}

#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}

#cookie-bar .cb-enable {
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
}
@media only screen and (max-width: 1060px) {
  #cookie-bar .cb-enable {
    padding-top: 5px;
  }
}

#cookie-bar .cb-enable:hover {
  background: transparent;
}

#cookie-bar .cb-disable {
  background: #990000;
}

#cookie-bar .cb-disable:hover {
  background: #bb0000;
}

#cookie-bar .cb-policy {
  /*background:#0033bb;*/
  background: transparent;
  color: #665848;
  font-size: 10px;
  margin-left: 0;
}

#cookie-bar .cb-policy:hover {
  /*background:#0055dd;*/
  background: transparent;
}
