@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700);
.ico-sprite, .ico-arrow, .ico-car, .ico-home, .ico-phone, .ico-picto-nouveau, .ico-search {
  background-image: url('https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/ico-sfea43100be.png');
  background-repeat: no-repeat;
}

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

.ico-car {
  background-position: 0 -13px;
  height: 25px;
  width: 44px;
}

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

.ico-phone {
  background-position: 0 -50px;
  height: 32px;
  width: 27px;
}

.ico-picto-nouveau {
  background-position: 0 -82px;
  height: 42px;
  width: 116px;
}

.ico-search {
  background-position: 0 -124px;
  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: Arial;
  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: Arial;
  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: Arial;
  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;
  }
}
/* 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: Arial;
  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: Arial;
  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: Arial;
  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;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative;
}
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
.slideshow-wrapper ul li:first-child {
  display: block;
}
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
.slideshow-wrapper .orbit-container li {
  display: block;
}
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}
.slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}
.slideshow-wrapper .preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555555 #FFFFFF;
  border-radius: 1000px;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none;
}
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
}
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: #FFFFFF;
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
}
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #FFFFFF;
  background: transparent;
  z-index: 10;
}
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}
.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0;
  position: relative;
  right: 20px;
  top: 5px;
}
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #FFFFFF;
  border-top: none;
  border-bottom: none;
}
.orbit-container .orbit-timer.paused > span {
  right: -4px;
  top: 0;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #FFFFFF;
}
.orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #333333;
}
.orbit-container:hover .orbit-timer > span {
  display: block;
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 45%;
  margin-top: -25px;
  width: 36px;
  height: 60px;
  line-height: 50px;
  color: white;
  background-color: transparent;
  text-indent: -9999px !important;
  z-index: 10;
}
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
}
.orbit-container .orbit-prev {
  left: 0;
}
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #FFFFFF;
}
.orbit-container .orbit-prev:hover > span {
  border-right-color: #FFFFFF;
}
.orbit-container .orbit-next {
  right: 0;
}
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #FFFFFF;
  left: 50%;
  margin-left: -4px;
}
.orbit-container .orbit-next:hover > span {
  border-left-color: #FFFFFF;
}

.orbit-bullets-container {
  text-align: center;
}

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block;
}
.orbit-bullets li {
  cursor: pointer;
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #CCCCCC;
  float: none;
  margin-right: 6px;
  border-radius: 1000px;
}
.orbit-bullets li.active {
  background: #999999;
}
.orbit-bullets li:last-child {
  margin-right: 0;
}

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 40.063em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0 !important;
    opacity: 1 !important;
  }
  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }

  .orbit-timer {
    display: none;
  }

  .orbit-next, .orbit-prev {
    display: none;
  }

  .orbit-bullets {
    display: none;
  }
}
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;
}

/* Pricing Tables */
.pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.25rem;
}
.pricing-table * {
  list-style: none;
  line-height: 1;
}
.pricing-table .title {
  background-color: #333333;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #EEEEEE;
  font-weight: normal;
  font-size: 1rem;
  font-family: Arial;
}
.pricing-table .price {
  background-color: #F6F6F6;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #333333;
  font-weight: normal;
  font-size: 2rem;
  font-family: Arial;
}
.pricing-table .description {
  background-color: #FFFFFF;
  padding: 0.9375rem;
  text-align: center;
  color: #777777;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #DDDDDD;
}
.pricing-table .bullet-item {
  background-color: #FFFFFF;
  padding: 0.9375rem;
  text-align: center;
  color: #333333;
  font-size: 0.875rem;
  font-weight: normal;
  border-bottom: dotted 1px #DDDDDD;
}
.pricing-table .cta-button {
  background-color: #FFFFFF;
  text-align: center;
  padding: 1.25rem 1.25rem 0;
}

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0;
}

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100%;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 40em) {
  .reveal-modal {
    min-height: 100vh;
  }
}
.reveal-modal .column, .reveal-modal .columns {
  min-width: 0;
}
.reveal-modal > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 40.063em) {
  .reveal-modal {
    width: 80%;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  .reveal-modal {
    top: 6.25rem;
  }
}
.reveal-modal.radius {
  border-radius: 3px;
}
.reveal-modal.round {
  border-radius: 1000px;
}
.reveal-modal.collapse {
  padding: 0;
}
@media only screen and (min-width: 40.063em) {
  .reveal-modal.tiny {
    width: 30%;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  .reveal-modal.small {
    width: 40%;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  .reveal-modal.medium {
    width: 60%;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  .reveal-modal.large {
    width: 70%;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  .reveal-modal.xlarge {
    width: 95%;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.reveal-modal.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none !important;
  margin-left: 0 !important;
}
@media only screen and (min-width: 40.063em) {
  .reveal-modal.full {
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.reveal-modal.toback {
  z-index: 1003;
}
.reveal-modal .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
  color: #AAAAAA;
  font-weight: bold;
  cursor: pointer;
}

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

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: none 4px #FFFFFF;
  max-width: 100%;
  box-shadow: none;
  transition: all 200ms ease-out;
}
.th:hover, .th:focus {
  box-shadow: 0 0 6px 1px rgba(160, 160, 160, 0.5);
}
.th.radius {
  border-radius: 3px;
}

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: Arial;
  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 Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/bower_components/components-font-awesome/fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/bower_components/components-font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/bower_components/components-font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/bower_components/components-font-awesome/fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/bower_components/components-font-awesome/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;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

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

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

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

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

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

.fa-money:before {
  content: "";
}

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

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

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

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

.fa-angle-up:before {
  content: "";
}

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

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

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

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

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

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

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

.fa-long-arrow-left:before {
  content: "";
}

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

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-search {
  color: #8a8a8a;
}

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

ul.resp-tabs-list {
  display: none;
}

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-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

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

.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: left;
}

/*-----------Accordion styles-----------*/
.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) {
  .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-container .resp-accordion,
.resp-tabs-container h2.resp-tab-active {
  padding: 20px 0 20px 0 !important;
  margin-right: 0.6rem;
  border: none !important;
  border-top: 1px solid #d5d5d6 !important;
}
.resp-tabs-container .resp-accordion a,
.resp-tabs-container h2.resp-tab-active a {
  color: #585858;
  font-family: "Raleway", arial;
  font-weight: bold;
  text-transform: capitalize;
}
.resp-tabs-container h2.resp-tab-active {
  padding-bottom: 10px !important;
}
.resp-tabs-container h2.resp-accordion:first-child {
  border-top: none !important;
}
.resp-tabs-container table tr td,
.resp-tabs-container .resp-tab-content {
  font-size: 0.8rem;
  color: #585858;
  border: none;
  padding: 0 15px 30px;
}
.resp-tabs-container table tr td .std,
.resp-tabs-container .resp-tab-content .std {
  font-family: "Raleway", arial;
  line-height: 1.4;
}
.resp-tabs-container .resp-arrow {
  margin-top: 3px;
  margin-right: 0.6rem;
  border-top: 8px solid rgba(255, 0, 0, 0);
  border-bottom: 8px solid rgba(255, 0, 0, 0);
  border-left: 10px solid #fb7e33;
}
.resp-tabs-container h2.resp-tab-active span.resp-arrow {
  margin-top: 5px;
  margin-right: 0.2rem;
  border-bottom: none;
  border-left: 8px solid rgba(255, 0, 0, 0);
  border-right: 8px solid rgba(255, 0, 0, 0);
  border-top: 10px solid #fb7e33;
}

.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: 1;
}

.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("https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/default/fonts/flexslider/flexslider-icon.eot");
  src: url("https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/default/fonts/flexslider/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/default/fonts/flexslider/flexslider-icon.woff") format("woff"), url("https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/default/fonts/flexslider/flexslider-icon.ttf") format("truetype"), url("https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/default/fonts/flexslider/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  width: 99.7%;
}

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

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  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: rgba(207, 207, 207, 0.8);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.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 {
  font-family: "flexslider-icon";
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  content: '\f001';
}

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

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

.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 {
  margin: 0;
  border: none;
  box-shadow: none;
}

.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 h2 {
  background: #808a38;
  color: #ffffff !important;
  font-size: 0.8rem !important;
  padding: 0.4rem 1rem;
  margin-bottom: 0.2rem;
  font-weight: normal;
}
.account-login p {
  font-size: 0.8rem;
  padding: 20px 0;
}
.account-login .content {
  background: #f1f1f1;
}

.account-create {
  margin: 0 0.5rem;
}
.account-create .form-list {
  margin-left: 0 !important;
}
.account-create .control input {
  vertical-align: top;
  margin-top: 0.5rem;
}
.account-create .control label {
  margin-right: 0;
}

.forgot-password {
  margin: 0 0.5rem;
}

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

select {
  font-family: "Open Sans";
}

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

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

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

.product-media {
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}

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

li {
  list-style-type: none;
}

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

body {
  font-family: "Roboto Slab", serif;
}

.row {
  max-width: 960px;
  width: 99%;
}

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

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

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

button, .button {
  background-color: #9A332B;
}

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

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

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

.back-link {
  float: left;
  font-size: 0.8rem;
  line-height: 1.4 !important;
  padding: 0.5rem 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;
}

.ico-phone {
  background-position: 0 -52px;
  height: 30px;
}

#tsbadge_db8d3657bdbe440c985ae127463eaad4.integration.pointer_db8d3657bdbe440c985ae127463eaad4 {
  right: auto !important;
  background-image: url("https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/trusted-shops.jpg") !important;
}

#tscard_db8d3657bdbe440c985ae127463eaad4.nano_trustcard {
  left: 0 !important;
  height: 294px !important;
  background: url("https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/bg_nano.png") !important;
}

.read-more {
  text-decoration: underline;
  cursor: pointer;
  font-size: small;
}

#newsletter-infos p {
  font-size: small;
  margin-bottom: 1rem;
}

.customer-account-changeforgotten .customer-dob > div, .customer-account-create .customer-dob > div, .customer-account-edit .customer-dob > div, .checkout-onepage-index .customer-dob > div {
  display: inline-block;
  width: 33.33%;
  padding-left: 20px;
}

.customer-account-changeforgotten .customer-dob, .customer-account-create .customer-dob, .customer-account-edit .customer-dob, .checkout-onepage-index .customer-dob {
  margin-left: -20px;
}

.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: #446423;
  background-color: #eff5ea;
  color: #3d6611;
}

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

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

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

.notice {
  color: #e26703;
}

#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 .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: -15px 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 {
  margin-top: 0rem;
  padding: 0;
  font-size: 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;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  z-index: 1;
  left: 15px !important;
}

#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;
  border-right: none;
}

#search {
  border-left: none;
  box-shadow: none;
  background: #fff;
  border-color: #ccc;
}

@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-left: 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: 40em) {
  .site-search {
    margin-left: 0rem;
  }

  .row {
    max-width: 100%;
  }

  .sheader-height {
    height: 30px;
  }

  .site-header {
    margin-bottom: 0rem !important;
    margin-top: 0rem !important;
    background-color: #ffffff;
  }

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

  .mobile-logo {
    margin-top: 0.25rem;
    width: 170px;
  }

  .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: 1rem 0 1rem 0.25rem !important;
  margin-bottom: 0;
  display: block;
  text-align: center;
}

.fdp-header {
  font-size: 0.7rem;
  text-align: right;
  clear: both;
}

.bandeau {
  font-family: "Roboto Slab", serif;
  background: #F95A00;
}
.bandeau .container {
  max-width: 960px;
  margin: auto;
  padding: 0 1rem;
  color: white;
  font-size: .7rem;
  text-align: center;
  letter-spacing: 1px;
}
.bandeau a {
  color: white;
  text-decoration: underline;
}

.customer-links a {
  font-family: "Open Sans";
  font-weight: bold;
  font-size: .75rem;
  color: #767676;
  padding-right: 1rem;
}
.customer-links a:last-child {
  color: #947e4f;
  padding-right: 0;
}

.site-header-content .gift,
.super-header-content .gift {
  float: left;
}

.site-header-content .gift {
  padding-right: .4rem;
}

.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;
  background: #F7F7F7;
  color: grey;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px 0 inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.4) 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: #F7F7F7;
  border-left: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) -1px 1px 2px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) -1px 1px 2px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.4) -1px 1px 2px 0 inset;
}

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

.lang-switcher {
  text-align: right;
  font-size: .8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #ffcd00;
}
.lang-switcher a {
  color: #222;
  font-weight: 500;
}
.lang-switcher a:after {
  content: "-";
}
.lang-switcher a:last-child:after {
  content: "";
}
.lang-switcher a img {
  border: 1px solid black;
}
@media only screen and (max-width: 40em) {
  .lang-switcher {
    padding: 5px 10px;
  }
}

@media only screen and (max-width: 40em) {
  .site.nav {
    padding: 0 0.2rem !important;
  }
  .site.nav #search,
  .site.nav .postfix {
    height: 2.2rem;
  }

  #search_mini_form {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e8e8e8;
  }
}
@media only screen and (min-width: 40.063em) {
  .welcome-msg {
    margin-top: -0.4rem;
    margin-bottom: 1.5rem;
  }
}
/*
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: 6px;
}

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

.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, sans-serif;
  color: #fff;
}

.opc .step-title h2 {
  float: left;
  margin: 0;
  font: bold 12px/14px Arial, Helvetica, 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: 1em;
  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 30px;
}

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

#checkout-progress-wrapper {
  margin-top: 2.3em;
}

/* 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(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/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(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/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(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/bkg_btn.png) 0 0 no-repeat;
  padding: 0 0 0 6px;
  font: bold 11px/25px Tahoma, Verdana, Arial, 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("https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/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 .step {
  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 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.7rem !important;
}
.opc .step-title {
  background: #a0a0a0;
}
.opc .active .step-title {
  background: #808a38;
}
.opc .price {
  font-size: 0.8rem;
}
.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: 86%;
  margin-right: 0;
}
@media only screen and (max-width: 40em) {
  .opc .ops-form-list #OPS_CC_BRAND {
    width: 100%;
  }
}

#login-form .form-list {
  margin-left: 0 !important;
}

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

@media only screen and (max-width: 40em) {
  #checkout-review-table {
    display: block;
  }
}
.block-progress dt {
  background: #a0a0a0;
  color: white;
  margin: 0;
  border: 1px solid #d8d8d8;
}
.block-progress dt.complete {
  background: #808a38;
}
.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: #e2e2e2;
  font-size: 0.8rem;
  color: #4d4d4d;
}

#checkout-review-table-wrapper,
#checkout-review-submit {
  border: none !important;
}

#checkout-review-submit {
  border-bottom: 1px solid #cccccc !important;
}

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

table .price {
  font-size: 1rem;
}

#shipping_method-progress-opcheckout .price {
  font-size: .8rem;
}

#colissimo-customer-telephone {
  display: inline;
  width: auto;
}

.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-left: 1rem;
  margin-right: 1rem;
  width: 90px;
}

.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: #efefef;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  height: 2.5rem;
}

.site-header {
  margin-top: 1rem;
}

.lang-border {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  height: 2.3rem;
}

.welcome-msg {
  color: #909090;
}
.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("https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/arrow.png") no-repeat scroll 98% center;
}

.super-header form, .super-header .top-bar {
  margin: 0.2rem 0 0.4rem;
}

.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: #747474;
  transition: background-color 300ms ease-out;
}

@media only screen and (max-width: 40em) {
  .acc-button {
    right: 5.4rem;
  }

  .super-header {
    height: 2.45rem;
  }

  .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) {
  .site-identity {
    padding-left: 0rem;
  }

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

.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: right;
}

.filter-btn-container {
  text-align: right;
}

.filter-btn {
  background: #ff7800;
  color: white;
  font-size: 0.8rem;
  padding: 0.2rem 0.5rem 0;
  margin: 0.2rem 1.2rem 0 0;
  text-transform: uppercase;
  display: inline-block;
}
.filter-btn:hover {
  color: white;
}

.sort-by {
  margin: 0 1rem 0 0;
}
.sort-by .sort-select {
  margin-bottom: 0.2rem;
}

.sorter .sort-by {
  text-transform: uppercase;
  color: #706e73;
  font-size: 0.65rem;
  font-family: "Oswald", arial;
  margin-right: 0.4rem;
}

ul.pagination {
  display: none;
}

.toolbar-bottom ul.pagination {
  display: block;
  margin-top: 0.6rem;
}
.toolbar-bottom .sorter {
  display: none;
}

.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 {
  max-width: 100%;
  margin-top: 1rem;
}
.site-footer ul {
  margin: 0;
  line-height: 1.2;
}
.site-footer .site-footer-content {
  padding: 1rem 0.2rem;
}
.site-footer .site-footer-content .picto-top {
  border-top: 1px solid #998867;
  padding-top: 2rem !important;
  margin-bottom: 1rem !important;
}
.site-footer .site-footer-content .picto-top img {
  margin-bottom: .6rem;
}
.site-footer .site-footer-content .picto {
  background: #737373;
  padding: 5px 10px;
}
.site-footer .site-footer-content .row {
  max-width: 960px;
  margin: auto;
}
@media only screen and (max-width: 40em) {
  .site-footer .site-footer-content .row {
    text-align: center;
  }
}
.site-footer .site-footer-content .title {
  font-family: Arial;
  color: #947e4f;
  font-size: 0.7rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 18px;
  margin-bottom: .1rem;
}
.site-footer .site-footer-content p {
  color: #555555;
  font-family: Arial;
  font-size: 0.7rem;
  text-transform: uppercase;
}
.site-footer .site-footer-content a {
  font-size: 0.8rem;
  color: #807f7d;
}
.site-footer .site-footer-content small {
  text-transform: uppercase;
}
@media only screen and (max-width: 40em) {
  .site-footer .site-footer-content .picto-top .columns,
  .site-footer .site-footer-content .menu-link ul {
    padding-bottom: 1rem;
  }
}
.site-footer .button.tiny {
  width: 100%;
  line-height: 1.1;
  background-color: #968052;
  padding: 0.8rem 0.5rem 0.72rem;
  margin: 0;
  font-size: 0.7rem;
  text-transform: uppercase;
  box-shadow: inset 0px 0px 0px 1px white;
}
.site-footer input[type="text"] {
  margin: 0;
}
.site-footer .menu-link {
  background: #e0dbd1;
  padding: 2rem;
  margin-bottom: 1rem !important;
}
.site-footer .menu-link .title {
  font-family: "Roboto Slab", serif;
  font-size: .8rem;
}
.site-footer .menu-link a {
  color: #545454;
  text-transform: uppercase;
  font-weight: 500;
}
.site-footer .menu-link .border-left {
  border-left: #998867;
}
.site-footer .alcohol {
  color: #808080;
  font-family: arial;
  font-size: .8rem;
  text-align: center;
  margin-top: .6rem !important;
}

.site-footer-info {
  padding: 1rem 0;
}
.site-footer-info .row {
  max-width: 960px;
  margin: auto;
}
.site-footer-info .menu {
  font-size: 0.8rem;
}
.site-footer-info .menu .parent-cat {
  margin-bottom: 0.6rem;
  text-transform: uppercase;
  cursor: default;
}
.site-footer-info .menu a {
  display: inline-block;
  color: #939393;
}
.site-footer-info .icon-padding {
  padding-top: 1.5rem;
}
.site-footer-info .follow-us {
  color: #939393;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 2.6;
}
@media only screen and (min-width: 40.06em) and (max-width: 45.63em) {
  .site-footer-info .icon-padding {
    padding-top: 1.2rem;
  }
  .site-footer-info .follow-us {
    line-height: 2.8;
  }
}
.site-footer-info .separator {
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.6rem 0;
}
@media only screen and (max-width: 40em) {
  .site-footer-info .separator {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
}
.site-footer-info .footer-bottom-link a {
  font-size: 0.8rem;
  color: #7a7877;
}

.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 .toolbar {
  display: none;
}
.cms-index-index h2[class^="color"] {
  font-size: 1.5rem;
}
@media only screen and (min-width: 40.063em) {
  .cms-index-index h2[class^="color"] {
    font-size: 1.6rem;
  }
}
.cms-index-index .flexslider {
  margin-bottom: 3px;
}
.cms-index-index .gallery {
  margin-bottom: 3px !important;
  text-align: center;
}
.cms-index-index .gallery img {
  padding-right: 3px !important;
  padding-bottom: 3px;
}
.cms-index-index .gallery img:last-child {
  padding-right: 0;
}
.cms-index-index .gallery img:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.cms-index-index .text-home {
  width: 100% !important;
  margin: 1rem auto !important;
  padding: 2rem 0;
  border-top: 1px solid #e8e8e8;
}
.cms-index-index .text-home .title {
  font-size: 2rem;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cms-index-index .text-home .columns:nth-child(2) {
  text-align: right;
}
.cms-index-index .text-home img:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.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: 2.15rem;
  margin-top: 1px;
  margin-bottom: 1rem;
}
.block-subscribe .actions {
  padding-left: 0;
  margin: 0 !important;
}
.block-subscribe button.tiny {
  background: #9b9b9b;
  margin-bottom: 0;
  padding: 0.2rem;
  width: 100%;
  float: left;
  font-size: .7rem;
}
@media only screen and (max-width: 40.063em) {
  .block-subscribe button.tiny {
    padding: 0.3rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 60em) {
  .block-subscribe button.tiny {
    font-size: .5rem;
    line-height: 1rem;
  }
}
.block-subscribe .text {
  color: #545454;
  font-weight: 500;
  text-transform: uppercase;
  font-size: .8rem;
  padding: 8px 5px 10px;
  line-height: 16px;
}

.cms-newsletter .block-subscribe {
  background: url("https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/news-offre.jpg") no-repeat 50% 0;
  min-height: 502px;
}
.cms-newsletter .block-subscribe form {
  width: 38%;
  margin: 0 auto;
  min-height: 500px;
  padding-top: 102px;
}
@media only screen and (max-width: 40.063em) {
  .cms-newsletter .block-subscribe form {
    width: 80%;
  }
}
.cms-newsletter .block-subscribe .form-subscribe-header {
  text-align: center;
  padding-bottom: 6px;
}
.cms-newsletter .block-subscribe .actions {
  text-align: center;
}
.cms-newsletter .block-subscribe input[type="text"] {
  height: 1.8rem !important;
}
.cms-newsletter .block-subscribe .button {
  background-color: #AE2B88;
}

@media only screen and (min-width: 60em) {
  .block-subscribe button.tiny {
    padding: 0.4rem;
  }
}
.breadcrumbs {
  display: block;
  padding: 0.4rem 0.6rem 0rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 0px;
  background-color: transparent;
  border-color: gainsboro;
  border-radius: 3px;
  font-family: arial;
}

.breadcrumbs > * a {
  color: #a0a0a0;
}

.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  text-transform: uppercase;
  color: #a0a0a0;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .breadcrumbs {
    padding-left: 1rem;
  }

  #sidebar {
    padding-left: 1rem;
  }
}
.breadcrumbs > * {
  font-size: 0.8rem;
  text-transform: capitalize;
  color: #5D5D5D;
}

@media only screen and (max-width: 40em) {
  .breadcrumbs > * {
    font-size: 0.6rem;
  }

  .breadcrumbs > li {
    line-height: 1.4;
  }

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

@media only screen and (min-width: 40.063em) and (max-width: 48em) {
  .breadcrumbs {
    padding-left: 0.4rem;
  }
}
.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;
}

.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: 1rem;
}
.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;
}

.shipping {
  background: none;
}
.cart-collaterals .shipping {
  margin-top: 1rem;
}
.shipping .shipping-form {
  padding: 0.4rem;
}
.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;
}
.shipping button span span {
  font-size: 1rem;
}

#shopping-cart-table button {
  background: #999999;
}

#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 tfoot {
  background: none;
}
#shopping-cart-totals-table tfoot strong {
  color: #9A332B;
}

.discount,
.shipping {
  margin: 0;
}
.discount h2,
.shipping h2 {
  color: #ffffff !important;
  background: #808a38;
  font-size: 0.8rem !important;
  font-weight: normal;
  padding: 0.4rem;
  margin-top: 0;
  margin-bottom: 0.2rem;
}
.discount p,
.shipping p {
  font-size: .8rem;
  padding: .2rem .5rem;
}

#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: #abc55a;
  padding: 0.6rem 1rem;
  color: white;
}
.block-cart span {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.block-cart p {
  font-size: 0.7rem !important;
  color: white !important;
}
.block-cart .block-content .amount a {
  color: white;
}
.block-cart .block-content button {
  margin: 0.4rem 0 0.4rem;
  padding: 0.6rem 2rem;
}

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

  .cart-collaterals .checkout-types .nephritis-flat-button {
    width: 100%;
  }

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

  .cart-name {
    min-height: 110px;
  }

  .button.tiny {
    margin-bottom: 0.2rem;
  }

  .btn-continue, .btn-update, .btn-empty {
    background: #e2e2e2;
  }

  .cart .page-title {
    margin: 1.2rem 0;
    border-bottom: 1px solid #e7e7e7;
  }
  .cart h1 {
    margin-left: 0;
  }
}
.current {
  color: #333;
}

.block-acc-margin {
  margin-top: 1rem;
}

@media only screen and (max-width: 40.063rem) {
  .dashboard {
    margin: 0 0.5rem 0 0.5rem;
  }
}
.my-account h1 {
  margin-left: 0;
}
.my-account h3 {
  font-size: 1rem;
  margin: 0;
}
.my-account h4 {
  font-weight: bold;
  margin-bottom: 0;
}
.my-account h4, .my-account p, .my-account a, .my-account address {
  font-size: 0.8rem;
  line-height: 1.6;
}
.my-account table {
  display: block;
  overflow-x: auto;
}
.my-account .block-title {
  font-family: "Roboto Slab", serif;
}
.my-account .welcome-msg {
  margin-top: 0.2rem;
}
.my-account .box-title {
  background: #f8f8f8;
  border: 1 px 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;
}
.newsletter-manage-index .my-account .control label {
  width: auto;
}
.my-account .back-link a {
  line-height: 1.4;
}

table .separator {
  display: none;
}

.customer-address-index h1 {
  margin-bottom: 1rem;
}

.sales-order-history h1 {
  margin-bottom: 0.6rem;
}

.sales-order-view h2 {
  font-size: 1.3rem;
}
.sales-order-view .my-account h3 {
  font-size: 0.9rem;
}
.sales-order-view .box-content {
  font-size: 0.8rem;
}

.newsletter-manage-index h1 {
  margin-bottom: 0.4rem;
}
.newsletter-manage-index input#subscription {
  margin-top: 0.4rem;
}

#my-orders-table thead tr th {
  width: 100%;
}

.customer-account-edit .my-account,
.customer-address-index .my-account,
.customer-address-form .my-account,
.sales-order-history .my-account,
.newsletter-manage-index .my-account {
  margin: 0 0.5rem;
}

.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 .limiter {
  font-size: 0.875rem;
}
.sales-order-history .limiter label {
  float: left;
  line-height: 1.8;
  margin-right: 0.6rem;
}
.sales-order-history .limiter select {
  width: 8%;
  padding: 0.2rem !important;
  margin-right: 0.4rem;
}

.sales-order-view #order-info-tabs li:nth-child(2) {
  display: none;
}

.costum-column {
  padding-left: 0;
  padding-right: 0;
  width: 99.7%;
}

.fixed {
  border-bottom: 1px solid #efefef;
  padding-left: 12%;
  background: #f9f9f9;
}

@media only screen and (max-width: 40em) {
  .top-bar button {
    padding-top: 0rem;
  }

  .site-logo {
    padding-left: 0rem !important;
  }
}
.top-bar {
  background: transparent;
}

.show-for-small-only .top-bar {
  position: absolute;
  width: 100%;
}
.show-for-small-only .top-bar .top-bar-section ul {
  border: 3px solid black;
  border-bottom: none;
}
.show-for-small-only .top-bar .top-bar-section ul li {
  border-bottom: 3px solid black;
}
.show-for-small-only .top-bar .top-bar-section ul li a {
  padding: 6px 0 3px 10px;
  text-transform: uppercase;
}
.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 .toggle-topbar {
  position: relative;
}
.show-for-small-only .top-bar .toggle-topbar.menu-icon {
  top: 0;
  margin-top: 0;
}
.show-for-small-only .top-bar .toggle-topbar.menu-icon a span {
  padding: 0 0 0 26px;
}
.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 #747474, 0 7px 0 1px #747474, 0 14px 0 1px #747474;
  width: 16px;
}
.show-for-small-only .top-bar .toggle-topbar.menu-icon a span::after {
  display: none;
}

.fixed {
  background: white;
  padding-left: 0;
}
.fixed .top-bar-section ul {
  width: 100%;
}
.fixed .top-bar-section ul #wp-nav-container {
  border: none;
  margin: 0;
}

#top-banner {
  background: #ffcd00;
  height: 29px;
  padding-top: 2px;
  -moz-box-shadow: black 0px 0px 65px 0px;
  -webkit-box-shadow: black 0px 0px 65px 0px;
  box-shadow: black 0px 0px 65px 0px;
}
#top-banner p {
  font-size: .8rem;
  letter-spacing: 1px;
  padding: 2px 0 0 3rem;
  text-transform: uppercase;
}
#top-banner .ico-phone p {
  padding-left: 1rem;
}
#top-banner #select-website {
  height: 1.2rem;
}
@media only screen and (min-width: 40em) and (max-width: 880px) {
  #top-banner {
    height: 48px;
  }
}

h1, h2, h3, h4, h5 {
  text-rendering: auto;
}

h1, h2 {
  font-family: "Roboto Slab", serif;
  margin: 0.8rem 0 0;
  text-transform: uppercase;
}

h1,
.cms-page-view h1 {
  color: #9A8864 !important;
  font-size: 1.6rem !important;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 .4rem;
}

h2,
.cms-page-view h2 {
  color: #000 !important;
  font-size: 1.3rem !important;
}

.cms-index-index h2.product-title {
  color: #9A332B !important;
  font-size: 2rem !important;
}

h3,
.cms-page-view h3 {
  color: #222 !important;
  font-size: 1rem !important;
}

@media only screen and (min-width: 40.063em) {
  h1,
  .cms-page-view h1 {
    font-size: 1.6rem !important;
  }

  h2,
  .cms-page-view h2 {
    font-size: 1.2rem !important;
  }

  h3,
  .cms-page-view h3 {
    font-size: 1rem !important;
  }
}
.color-1 {
  color: #88d7e0;
}

.color-2 {
  color: #9A332B;
}

.color-3 {
  color: #eb2327;
}

.product-essential {
  padding-left: 0rem;
  padding-right: 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: 0rem;
}

.configurable-dd {
  margin-bottom: 0rem;
}

.required-entry-conf, .required-entry-conf:hover {
  background: white url("https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/arrow.png") no-repeat scroll 98% center;
}

.price-box {
  margin-left: 0.05rem !important;
}

.product-shop {
  padding-right: 0rem;
}

.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;
  margin: 0 auto;
}

.product-image-gallery .gallery-image {
  display: none;
}

.cart-margin {
  margin-bottom: 0rem;
}

.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("https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/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%;
}

.product-page-image {
  margin-left: -0.1rem;
}

@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-right: 1rem;
  }

  .product-img-box {
    padding: 0.8rem 0.8rem 0;
  }

  .tabs-padd {
    margin-left: 0.5rem !important;
  }

  .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 form > .row {
  margin-right: -0.5rem;
}

.catalog-product-view form .row .row {
  margin: 0 0.6rem 0 0;
}

.catalog-product-view .more-views {
  position: relative;
  z-index: 1;
}

.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: "Roboto Slab", serif;
  text-transform: uppercase;
  font-size: 1rem;
  color: #585858;
}
.catalog-product-view .product-shop .in-stock {
  font-family: "Roboto Slab", serif;
}
.catalog-product-view .product-shop .in-stock p {
  font-size: 0.8rem;
}
.catalog-product-view .product-shop .configurable-option label.taille:after {
  content: " :";
}
.catalog-product-view .product-shop .product-name {
  font-size: 1.6rem !important;
  line-height: 26px !important;
  color: #9A8864 !important;
  margin: 0 0 0.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 40em) {
  .catalog-product-view .product-shop .product-name {
    margin-top: .5rem;
  }
}
.catalog-product-view .product-shop .short-description {
  font-family: "Roboto Slab", serif;
  font-size: 1.2rem;
  color: #000000;
  margin: 0.2rem 0 1.5rem !important;
}
.catalog-product-view .product-shop .short-description .std {
  line-height: 1.1;
}
.catalog-product-view .product-shop .in-stock {
  text-transform: none;
}
.catalog-product-view .product-shop .price-box {
  padding-top: 1rem;
  padding-bottom: .8rem;
  margin-top: 1.6rem !important;
  border-top: 1px solid #d5d5d6;
}
.catalog-product-view .product-shop .price {
  font-size: 1.6rem;
}
.catalog-product-view .product-shop .inline-list > li:first-child {
  margin-left: 0.9375rem;
}
.catalog-product-view .product-shop .inline-list > li:nth-child(3) {
  margin-left: 1.2rem;
  width: 100%;
}
.catalog-product-view .product-shop .qty-align {
  font-size: 1.2rem;
  line-height: 2.2;
  color: #000000;
}
.catalog-product-view .product-shop input#qty {
  font-size: 1.4rem;
  width: 2.7rem;
  text-align: center;
}
.catalog-product-view .product-shop .nephritis-width {
  font-family: "Roboto Slab", serif;
  width: 202px;
}
.catalog-product-view .product-shop .add-to-cart {
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #d5d5d6;
}
.catalog-product-view .product-shop .tabs-padd {
  padding-top: 0;
  padding-right: 0;
}
.catalog-product-view .product-shop .product-appel,
.catalog-product-view .product-shop .social-icon {
  float: right;
  margin-top: 0.4rem;
  margin-right: 0.6rem;
}
.catalog-product-view .product-shop .nephritis-flat-button {
  font-size: 1rem !important;
  width: 202px;
}
.catalog-product-view .product-shop .resp-tabs-container .std {
  margin-top: 1rem;
}
.catalog-product-view .product-shop span.prix_par_unite {
  float: right;
  font-size: .8rem;
  color: #585858;
}
.catalog-product-view .product-shop ul.tier-prices.product-pricing {
  font-size: .9rem;
}
.catalog-product-view .product-shop ul.tier-prices.product-pricing li.tier-price {
  padding: .4rem 0;
  list-style-type: disc;
}
.catalog-product-view .product-shop ul.tier-prices.product-pricing span {
  font-size: .9rem;
}
.catalog-product-view .product-shop ul.tier-prices.product-pricing .price_litre {
  color: #585858;
  font-size: .8rem;
  display: inline-block;
  width: 100%;
}
.catalog-product-view .product-shop select[multiple] {
  min-height: 100px !important;
}
@media only screen and (max-width: 40em) {
  .catalog-product-view .product-shop input#qty {
    width: 2rem;
    font-size: 0.8rem;
  }
  .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.9375rem;
  }
}
@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;
  }
  .catalog-product-view .product-shop input#qty {
    font-size: 1rem;
    width: 2rem;
    padding: 0;
    height: 2rem;
  }
}

.catalog-product-view .ico-picto-nouveau {
  background-size: auto;
  width: 120px;
  height: 40px;
}

.catalog-product-view .notice-msg {
  color: #f50000;
}

.catalog-product-view .configurable .price-box,
.catalog-product-view .configurable .couleur,
.catalog-product-view .configurable .color,
.catalog-product-view .configurable .availability {
  display: none;
}
.catalog-product-view .configurable .product-options-bottom .price-box,
.catalog-product-view .configurable .product-options .availability,
.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 dt, .catalog-product-view .configurable .configurable-option dd {
  float: left;
  margin-right: 1rem;
}

.product-img-box li {
  float: left;
  margin-right: 0.48rem;
  margin-bottom: 0.48rem;
}

.box-collateral {
  margin-top: 2rem;
}
.box-collateral > h2 {
  border-bottom: 1px solid #d5d5d6;
  margin-bottom: 1rem;
  padding-bottom: 0.2rem;
}
.box-collateral .product-name {
  font-size: 0.9rem;
  margin-top: 0.8rem;
}
.box-collateral li:nth-of-type(4) {
  border-right: none !important;
}
@media only screen and (min-width: 40.063em) {
  .box-collateral .medium-block-grid-3 > li {
    width: 25%;
  }
  .box-collateral .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }
}

@media only screen and (max-width: 40em) {
  .zoomContainer {
    display: none;
  }
}
.delivery-time {
  display: none;
}

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

.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 {
  display: none;
}

.sort-by-select {
  margin-right: 1.8rem;
}

.grid-mode {
  padding-left: 0.4rem;
}

.page-title {
  padding: 0rem;
  margin-top: 0.2rem;
}

#sidebar {
  border: 2px solid #efefef;
  padding: 1rem;
  background: #e0dcd1;
  margin-bottom: 2rem;
}

*[role="main"] {
  padding-left: 1rem;
  padding-bottom: 2rem;
}

.item {
  padding: 0.5rem !important;
  margin-bottom: 1.9rem;
}

.inner-wrapper:hover {
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}

.category-image {
  padding-left: 0.1rem;
}

.category-description {
  padding-left: 0rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 40em) {
  .category-description {
    padding-left: .6rem;
  }
}

.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-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(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/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(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/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(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/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(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/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;
    margin-left: 0.5rem;
  }

  .row.product-media {
    margin: 0 0.5rem 0.5rem 0.5rem;
  }
}
.page-title {
  margin-top: 0;
}

.category-title h1 {
  color: #9A332B;
  margin-top: 0;
}
@media only screen and (max-width: 40em) {
  .category-title h1 {
    padding-top: .5rem;
    padding-left: 0.6rem;
  }
}

.category-products {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0;
}
.category-products .price-box {
  float: left;
}
@media only screen and (max-width: 40em) {
  .category-products .price-box {
    float: none;
  }
}
.category-products .out-of-stock {
  float: right;
  font-size: .8rem;
  color: #bfbfbf;
  margin-top: 11px;
}
@media only screen and (max-width: 40em) {
  .category-products .out-of-stock {
    float: none;
    margin-top: 0;
  }
}

.category-products .columns {
  padding-right: 1.1rem;
}

.category-products select {
  background: white url("https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/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: "Roboto Slab", serif;
  font-size: 0.9rem !important;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}
.product-name a {
  color: #000;
}

.cms-index-index .product-name,
.cms-index-index .actions,
.catalog-category-view .product-name,
.catalog-category-view .actions,
.catalogsearch-result-index .product-name,
.catalogsearch-result-index .actions {
  margin: 0 10%;
}
.cms-index-index .product-image,
.catalog-category-view .product-image,
.catalogsearch-result-index .product-image {
  margin-bottom: 1rem;
}
.cms-index-index .price-box,
.catalog-category-view .price-box,
.catalogsearch-result-index .price-box {
  margin-left: 0 !important;
}
.cms-index-index .actions .nephritis-flat-button,
.catalog-category-view .actions .nephritis-flat-button,
.catalogsearch-result-index .actions .nephritis-flat-button {
  position: relative;
  margin-top: 1rem;
  font-size: .9rem !important;
  width: 100%;
}

.product-image {
  display: block;
  text-align: center;
}

.desc {
  font-size: 0.8rem;
  line-height: 1.1;
}

.price {
  color: #9A332B;
  font-size: 1.4rem;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
}

.price-label {
  color: #848484;
  font-size: 0.8rem;
}

.special-price .price-label {
  display: none;
}

.old-price {
  line-height: 1.5;
}
.old-price .price {
  color: #848484;
  font-size: 1rem;
  font-weight: normal;
  text-decoration: line-through;
}

.minimal-price-link,
.minimal-price-link .label {
  display: none;
}

.picto-video {
  position: absolute;
  right: 0;
  z-index: 1;
}

.random h2 {
  color: #8b579e;
}

.nephritis-flat-button {
  background-color: #9A332B !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: none;
  text-transform: uppercase;
  font-size: 1.2rem !important;
  font-family: "Roboto Slab",serif;
}

.sort-select {
  font-family: Arial;
}

.ico-picto-nouveau {
  position: absolute;
  background-size: 60px;
  height: 21px;
  top: 0;
  left: 0;
}

.category-products .ico-picto-nouveau {
  background-position: 0 -13px;
}

.weee {
  font-size: 0.7rem;
  color: #585858;
  display: block;
}
.weee .price {
  font-size: 0.7rem !important;
  color: #585858;
}

@media only screen and (max-width: 40em) {
  .nephritis-flat-button {
    font-size: 0.8rem !important;
  }
}
.nephritis-flat-button:hover {
  background-color: black !important;
}

button.small {
  padding: 0.4rem;
}

[data-equalizer-watch] {
  position: relative;
}

.dew-add-height {
  position: absolute;
  bottom: 0.5rem;
}

.block-layered-nav {
  display: inline-block;
  width: 100%;
  background: #e0dcd1;
  margin-bottom: 1rem;
}
.block-layered-nav .block-title {
  color: #9A8864 !important;
  font-size: 1.6rem !important;
  line-height: 1;
  margin: 0 0 .4rem;
  border-bottom: 1px solid #96835c;
  padding-top: .5rem;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
}
.block-layered-nav .block-title span {
  font-weight: 500;
  text-transform: uppercase;
}
.block-layered-nav .block-subtitle {
  color: #9A8864;
  text-transform: uppercase;
  line-height: 18px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 840px) {
  .block-layered-nav .block-subtitle {
    width: 100%;
  }
}
.block-layered-nav .currently {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #96835C;
}
.block-layered-nav .currently .block-subtitle {
  padding-bottom: 12px;
  width: 100%;
}
.block-layered-nav .currently .actions {
  margin: 0;
  text-align: right;
}
.block-layered-nav .currently .actions a {
  text-decoration: underline;
  color: #96835C;
  font-size: .9rem;
}
.block-layered-nav .currently .no-bullet {
  margin-bottom: 0;
  clear: both;
}
.block-layered-nav .currently .label {
  color: #272727;
  font-size: .75rem;
  font-family: "Roboto Slab",serif;
  text-transform: uppercase;
  background-color: transparent;
  padding: 0.25rem 0 0.25rem .2rem;
}
.block-layered-nav .price {
  font-size: .8rem;
  color: #595858;
  font-weight: 300;
}
.block-layered-nav #narrow-by-list dt {
  font-size: .82rem;
  clear: both;
  text-transform: uppercase;
}
@media only screen and (max-width: 40em) {
  .block-layered-nav #narrow-by-list dt {
    width: 100%;
  }
}
.block-layered-nav #narrow-by-list dd {
  text-transform: uppercase;
  margin-bottom: .4rem;
}
@media only screen and (max-width: 40em) {
  .block-layered-nav #narrow-by-list dd {
    width: 100%;
  }
}
.block-layered-nav #narrow-by-list dd li {
  padding-right: 1rem;
  padding-bottom: .4rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 40em) {
  .block-layered-nav #narrow-by-list dd li {
    float: none;
  }
}
.block-layered-nav #narrow-by-list dd li a {
  color: #595858;
  text-transform: uppercase;
}
.block-layered-nav ul.no-bullet {
  margin-bottom: .25rem;
}

.logo-fixed-nav {
  display: none;
}

.fixed .nav-container {
  height: 62px;
}
.fixed div.menu a span {
  padding-top: 1.5rem;
}
.fixed .logo-fixed-nav {
  display: block;
  position: absolute;
  width: 114px;
  left: 20px;
  top: 6px;
}
.fixed div.menu a:link {
  height: 3.91rem;
}
@media only screen and (max-width: 1240px) {
  .fixed #custommenu {
    width: 800px;
  }
  .fixed #custommenu div.menu a:link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1135px) {
  .fixed #custommenu {
    width: 725px;
  }
  .fixed #custommenu div.menu {
    font-size: .7rem;
  }
}
@media only screen and (max-width: 1015px) {
  .fixed .logo-fixed-nav {
    display: none;
  }
}

#sidebar {
  width: 260px;
  border: none;
}
#sidebar ol {
  margin: 0.4rem 0;
}
#sidebar li {
  font-size: 0.8rem;
  font-family: "Roboto Slab", serif;
}
#sidebar li.title {
  font-weight: 700;
}
#sidebar li.sub-cat {
  margin-left: 1rem;
}
#sidebar li a {
  color: black;
}

@media only screen and (min-width: 48em) {
  #sidebar {
    width: 20%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 48em) {
  .sidebar-button {
    margin-left: 0.4rem;
  }

  *[role="main"] {
    padding-left: 0.2rem;
  }
}
.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(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/bkg_rating.gif) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
}

.rating-box .rating {
  float: left;
  height: 13px;
  background: url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/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;
}

.cms-page-view h1 {
  font-family: "Roboto Slab", serif;
  font-size: 1.6rem;
  color: #8b579e;
}
.cms-page-view h2 {
  font-family: "Roboto Slab", serif;
  font-size: 1.2rem;
  color: #9A332B;
  text-transform: uppercase;
}
.cms-page-view p,
.cms-page-view .main-container ul,
.cms-page-view .main-container td {
  font-family: "Roboto Slab", serif;
  font-size: 0.8rem;
  color: #4d4d4d;
}
.cms-page-view .main-container li {
  list-style-type: disc;
}
.cms-page-view .main-container table {
  border-left: none;
  border-right: none;
}
.cms-page-view .main-container table tr:nth-of-type(even) {
  background: #F9F9F9;
}
.cms-page-view #sidebar {
  background: transparent;
}

/* cookieBar */
#cookie-bar {
  background: rgba(0, 0, 0, 0.5);
  height: 50;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 3px 0;
  font-family: 'Trebuchet MS', Geneva, sans-serif;
}

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}

#cookie-bar p {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 1rem;
}

#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}

#cookie-bar .cb-enable {
  background: #007700;
}

#cookie-bar .cb-enable:hover {
  background: #009900;
}

#cookie-bar .cb-disable {
  background: #990000;
}

#cookie-bar .cb-disable:hover {
  background: #bb0000;
}

#cookie-bar .cb-policy {
  /*background:#0033bb;*/
  background: black;
}

#cookie-bar .cb-policy:hover {
  /*background:#0055dd;*/
  background: black;
}

.summary.fieldset {
  width: 40%;
  float: left;
}

.no-campaign {
  font-size: .8rem;
  color: #666666;
}

.summary.fieldset li {
  height: auto !important;
  color: #666666;
}

.campaings.fieldset {
  clear: both !important;
}

@media only screen and (max-width: 40.063em) {
  .report.fieldset {
    width: 100% !important;
  }
}

#left-container {
  width: 55%;
  float: left;
}

#right-container {
  width: 45%;
  float: left;
}

#right-container select,
#left-container select {
  width: 90% !important;
}
@media only screen and (max-width: 40.063em) {
  #right-container,
  #left-container {
    width: 96% !important;
  }
  #right-container select,
  #left-container select {
    width: 100% !important;
  }
}

#date-periodicity-container input {
  width: 90%;
  height: 28px;
  float: left;
  margin-right: 5px;
}
@media only screen and (max-width: 40.063em) {
  #date-periodicity-container input {
    width: 94%;
  }
}
#date-periodicity-container label {
  clear: both;
}

.awaffiliate-customer-affiliate-view [role="main"],
.awaffiliate-customer-affiliate-report [role="main"],
.awaffiliate-customer-affiliate-campaign [role="main"] {
  padding-left: 1.5rem;
}
.awaffiliate-customer-affiliate-view h1,
.awaffiliate-customer-affiliate-report h1,
.awaffiliate-customer-affiliate-campaign h1 {
  font-size: 2rem;
  margin-top: .8rem;
  margin-bottom: 0;
}
.awaffiliate-customer-affiliate-view .legend,
.awaffiliate-customer-affiliate-report .legend,
.awaffiliate-customer-affiliate-campaign .legend {
  margin-top: 1rem;
}
.awaffiliate-customer-affiliate-view ul,
.awaffiliate-customer-affiliate-report ul,
.awaffiliate-customer-affiliate-campaign ul {
  margin-left: 0;
}
.awaffiliate-customer-affiliate-view .withdrawal-top-container,
.awaffiliate-customer-affiliate-report .withdrawal-top-container,
.awaffiliate-customer-affiliate-campaign .withdrawal-top-container {
  padding-bottom: 1rem;
}
.awaffiliate-customer-affiliate-view p,
.awaffiliate-customer-affiliate-view ul,
.awaffiliate-customer-affiliate-view .price,
.awaffiliate-customer-affiliate-view .withdrawal-top-container,
.awaffiliate-customer-affiliate-report p,
.awaffiliate-customer-affiliate-report ul,
.awaffiliate-customer-affiliate-report .price,
.awaffiliate-customer-affiliate-report .withdrawal-top-container,
.awaffiliate-customer-affiliate-campaign p,
.awaffiliate-customer-affiliate-campaign ul,
.awaffiliate-customer-affiliate-campaign .price,
.awaffiliate-customer-affiliate-campaign .withdrawal-top-container {
  font-size: 0.8rem;
}
.awaffiliate-customer-affiliate-view .pager,
.awaffiliate-customer-affiliate-report .pager,
.awaffiliate-customer-affiliate-campaign .pager {
  display: none;
}
.awaffiliate-customer-affiliate-view table,
.awaffiliate-customer-affiliate-report table,
.awaffiliate-customer-affiliate-campaign table {
  display: block;
  overflow-x: auto;
  margin-bottom: 0;
  width: 100%;
}
.awaffiliate-customer-affiliate-view .fieldset,
.awaffiliate-customer-affiliate-report .fieldset,
.awaffiliate-customer-affiliate-campaign .fieldset {
  padding: 0;
}
.awaffiliate-customer-affiliate-view p, .awaffiliate-customer-affiliate-view .generate-link,
.awaffiliate-customer-affiliate-report p,
.awaffiliate-customer-affiliate-report .generate-link,
.awaffiliate-customer-affiliate-campaign p,
.awaffiliate-customer-affiliate-campaign .generate-link {
  color: #666666;
}
.awaffiliate-customer-affiliate-view .button-set,
.awaffiliate-customer-affiliate-report .button-set,
.awaffiliate-customer-affiliate-campaign .button-set {
  margin-bottom: 0;
}
.awaffiliate-customer-affiliate-view .button,
.awaffiliate-customer-affiliate-report .button,
.awaffiliate-customer-affiliate-campaign .button {
  padding: 1rem 2rem 1.0625rem 2rem !important;
}
@media only screen and (max-width: 40em) {
  .awaffiliate-customer-affiliate-view section[role="main"],
  .awaffiliate-customer-affiliate-report section[role="main"],
  .awaffiliate-customer-affiliate-campaign section[role="main"] {
    padding: 0 0.5rem 1rem;
  }
}

.awaffiliate-customer-affiliate-view .price,
.awaffiliate-customer-affiliate-campaign .price {
  display: block;
  clear: both;
}

.awaffiliate-customer-affiliate-view .withdrawal-top-container > span {
  display: inline-block;
  margin-bottom: 1rem;
  color: #666666;
}
.awaffiliate-customer-affiliate-view #my-campaigns-table col:first-child {
  width: 17% !important;
}
.awaffiliate-customer-affiliate-view #withdrawal-request-form {
  width: 300px;
}
.awaffiliate-customer-affiliate-view #withdrawal-request-form .input-box {
  width: 100%;
}
.awaffiliate-customer-affiliate-view #withdrawal-request-form .buttons-set {
  padding: 0 1rem;
}
.awaffiliate-customer-affiliate-view #withdrawal-request-form .buttons-set #withdrawal-request-form-cancel {
  float: left;
}

.awaffiliate-customer-affiliate-report h2 {
  margin-bottom: 0.6rem;
}

.awaffiliate-customer-affiliate-campaign .fieldset {
  clear: both;
}
.awaffiliate-customer-affiliate-campaign .row .row {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  font-size: 0.8rem;
  line-height: 1.6;
}
.awaffiliate-customer-affiliate-campaign input {
  margin-bottom: 0.5rem;
}

.generate-link label {
  margin-top: 0.4rem;
}

.generate-link .button-set {
  margin-bottom: 0 !important;
}

#campaigns-container a {
  font-size: 0.8rem;
}

#campaigns-container select {
  width: 95% !important;
  height: auto;
}

#withdrawal-request-form textarea {
  width: 100% !important;
}

.button-container {
  display: flex;
  align-items: flex-start;
  margin: 20px 0;
  flex-direction: row;
  width: fit-content;
  gap: 20px;
}
.button-container .nephritis-flat-button {
  border-radius: 3px;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  width: auto;
  min-width: 250px;
  flex-wrap: wrap;
}
.button-container .nephritis-flat-button i {
  margin-right: 10px;
}
.button-container .nephritis-flat-button.darker:not(:hover) {
  background-color: #65211C !important;
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.nicolasalziari.de/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.nicolasalziari.de/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.nicolasalziari.de/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.nicolasalziari.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.nicolasalziari.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.nicolasalziari.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.nicolasalziari.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.nicolasalziari.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.nicolasalziari.de/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.postWrapper {
    padding-bottom: 25px;
    clear: both;
}

.postTitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-bottom: 15px;
}

.postTitle h2 {
    font-size: 1.375rem;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

.postContent {
    padding-bottom: 10px;
}

.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentContent {
    font-size: .8rem;
    font-family: "Raleway", arial;
    padding-bottom: 0px;
    color: #4e4e4e;
    line-height: 22px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
    font-size: .8rem;
    font-family: "Raleway", arial;
    color: #4e4e4e;
}

.commentDetails h4.username {
    display: inline;
    font-size: .8rem;
    font-family: "Raleway", arial;
    font-weight: bold;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI,
.block-blog .menu-recent UL LI {
    margin-left: 14px;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
    font-size: 12px;
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/aw_blog/images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}

/**
 * Print
 */

/* Print button on recipe detail page */

.print {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-style:normal;
	height:35px;
	line-height:35px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.print:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.print:active {
	position:relative;
	top:1px;
}

/* End Print button on recipe detail page */

@media print {
    .blog-post-view .super-header,
    .blog-post-view .site-nav,
    .blog-post-view .site-breadcrumbs,
    .blog-post-view .col-right,
    .blog-post-view .site-footer,
    .blog-post-view .nav,
    .blog-post-view .site-search,
    .blog-post-view .top-cart-padd,
    .blog-post-view .postTitle h3,
    .blog-post-view .postDetails,
    .blog-post-view .print { display: none; }
}

/**
 * ROM
 */

/* Global */
.blog-index-list .toolbar,
.blog-cat-view .toolbar,
.blog-post-view .toolbar,
.blog-index-list .postDetails,
.blog-cat-view .postDetails,
.blog-post-view .postDetails { display: none; }

.blog-index-list #sidebar,
.blog-cat-view #sidebar,
.blog-post-view #sidebar { background: none; }

.blog-index-list #sidebar,
.blog-cat-view #sidebar,
.blog-post-view #sidebar { padding-top: 0; }

@media only screen and (min-width: 48em) {
    .blog-index-list #sidebar,
    .blog-cat-view #sidebar,
    .blog-post-view #sidebar { width: 25%; }
    .blog-index-list section[role=main],
    .blog-cat-view section[role=main],
    .blog-post-view section[role=main] { width: 75%; }
}
/* // Global */

/* List */
.postWrapper {
    border: 1px solid #e8e8e8;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 0.625rem 1rem;
}

.postTitle { 
    margin: 0 0 0.2rem;
    border: none; 
}
.postTitle h2 a { color: #9A8864; }

.postContent,
.postContent p { 
    font-family: "Raleway", arial;
    font-size: 0.8rem;
    color: #4e4e4e;
    padding: 0;
}
.postContent img {
    width: 58px; 
    margin-right: 1rem;
}

.aw-blog-read-more { display: none; }
/* // List */

/* Post */
.blog-post-view .postWrapper { padding: 0; }
@media only screen and (max-width: 47.94em) {
    .blog-post-view .postWrapper,
    .blog-post-view .postTitle { padding: 0 1rem; }
    .commentWrapper { padding: 0 1rem 1rem; }
    .blog-post-view .postWrapper .postTitle { padding-left: 0; }
}
.blog-post-view .postTitle { 
    margin-bottom: 1rem; 
}
.blog-post-view .postContent .title {
    color: #8b579e;
    font-family: "Oswald", arial;
    font-size: 1.1rem;
    text-transform: uppercase;
}
.blog-post-view .postContent ul { margin: 0; }
.blog-post-view .postContent ul li { 
    font-size: 0.8rem; 
    list-style-type: disc;
    margin-left: 1rem;
}
.blog-post-view .postContent img { 
    width: auto;
    margin-bottom: 1rem;
}
@media only screen and (max-width: 47.94em) {
    .blog-post-view .postContent .medium-5 { text-align: center; }
    .blog-post-view .postContent img { float: none; }
}
.blog-post-view .postTitle h2 { 
    color: #9A8864 !important; 
    border-bottom: 1px solid #e8e8e8;
    padding: 1rem 0;
}
.blog-post-view .preparation {
    padding: 1.8rem 0;
    margin: 1.4rem 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.blog-post-view .postContent .preparation p {
    line-height: 2;
}

.product-embed .title { padding-bottom: 1rem; }
.single-product .button { 
    font-family: "Oswald", arial;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.single-product-section_0 { text-align: center; }
.postContent .single-product-section_0 img { 
    float: none;
    display: inline;
    margin-bottom: 0.4rem;
}

/* // Post */

/* Sidebar */
.block-blog {
    padding-top: 1rem;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.block-blog .block-title {
    font-family: "Oswald", arial;
    color: #b1c965;
    text-transform: uppercase;
    font-size: 1.125rem;
}

.block-blog .block-title strong { padding-left: 0; }

#sidebar .block-blog li a { color: #4e4e4e; }

.block-blog .menu-recent { margin: 0; }

.block-blog .menu-recent h5 { 
    font-family: "Raleway", arial;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 0.2rem;
    color: #4e4e4e;
}

.block-blog .menu-categories { 
    border-top: 1px solid #e8e8e8;
    padding: 1rem 0 0;
}

.block-blog .menu-categories h5 { 
    font-family: "Oswald", arial;
    font-size: 1.125rem;
    color: #b1c965;
    text-transform: uppercase;
}

.block-blog .menu-recent ul,
.block-blog .menu-categories ul { margin: 0 0 1.25rem; }

.block-blog .menu-recent ul li,
.block-blog .menu-categories ul li {
    list-style-type: disc;
    font-size: 8px !important;
}
/* // Sidebar */
.points-notice-sidebar-msg {
    margin: 5px;
    padding: 5px;
    background-color: #90EE90;
}

.aw-points-widget .block-content {
    font-size: 20px;
}

.aw-points-widget {
    text-align: center;
}
/**
 * This file is part of a FireGento e.V. module.
 *
 * This FireGento e.V. module is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License version 3 as
 * published by the Free Software Foundation.
 *
 * This script is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 *
 * @category  FireGento
 * @package   FireGento_MageSetup
 * @author    FireGento Team <team@firegento.com>
 * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
 * @license   http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
 */

/* Left empty on purpose, only needed in rwd theme */

.one-page-checkout .active .box-no-padding{ padding:15px 20px;}
.one-page-checkout .active .box-no-padding dt{ clear:both;}

#tnt_cp { padding-left:0; margin-top:10px; font-size:12px; }
#tnt_pr_choix { font-weight:bold; color:green; padding-bottom: 20px; }
#tnt_pr .input-box{ float:left; margin-right:20px; }

#checkout-shipping-method-load dd{padding:0 0 10px; }

#tnt_pr #suggestion{overflow:hidden;padding:10px 0 10px 10px; clear:both;}
#tnt_pr #suggestion input{ vertical-align:top; margin-top:1px; float:left; clear:both;}
#tnt_pr #suggestion label{ float:left; font-size: 11px; }
#tnt_pr #suggestion label .s1{ display:inline-block; width:500px;padding:0 10px 0 0;float:left;}
#tnt_pr #suggestion label .s2{display:inline-block; width:50px;float:left;}
#tnt_pr #suggestion label a{ float:left;}

.moreInfos { font-style: italic; font-size: 10px; }
.tnt_description { font-size: 10px; margin-top: 5px; margin-bottom: 10px; }
.tnt_description .rem1 { font-style: italic; }
.tnt_description span { padding-top: .6rem; }

#comp_domicile span, #comp_entreprise span {
	font-weight: bold;
}

.clr-left {
	clear:left;
}

#comp_domicile div label, #comp_domicile div input, #comp_domicile div span {
	float:left;
	width:30%;
        font-size: 12px;
        padding-top: 14px;
        padding-right: 5px;
}
#comp_domicile div input {
	margin-right:20px;
}
#comp_domicile div span, #comp_entreprise div span {
	font-weight: normal;
	font-size: 10px;
}
@media screen and (max-width: 700px) {
    .pp_details {
        height: 36px;
    }
    #comp_domicile div label,
    #comp_domicile div input,
    #comp_domicile div span {
        width: 100%;
    }
    #comp_domicile div input {
        margin-bottom: 5px;
    }
    #comp_domicile div span {
        padding-top: 5px;
    }
}
#wp-nav-container {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin: 1rem 0;
}
#custommenu {
    position: relative;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    width: 957px;
    border-radius: 2px;
    height: auto;
    margin: 0 auto;
}
/*IE7 fix*/
*:first-child+html #custommenu {
    z-index: 998;
}
div.menu {
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
div.menu a:link, div.menu a:visited {
    display: block;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
div.menu a span {
    display: block;
    height: 28px;
    padding-right: 0px;
    padding-top: 1rem;
    font-family: "Roboto Slab",serif;
    font-weight: 600;
}
div.menu a:hover,
div.menu a span:hover {
    cursor: default;
}
div.wp-custom-menu-popup {
    position: absolute;
    z-index: 1000;
    display: none;
    text-align: left;
    padding: 0px 0px 10px 0px;
    border-top: 0;
    width: 100%;
    margin-top: -1px;
}
div.menu a, div.wp-custom-menu-popup a {
    text-decoration: none;
    display:block;
    cursor: pointer;
    _height: 0;
    height: auto;
    line-height: 1rem;
    color: #636160;
}
div.level1 {
    margin-bottom: 5px;
}
div.level2 {
    margin-bottom: 5px;
}
div.level3 {
    margin-bottom: 5px;
    padding: 5px;
}
div.block2 {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}
a.level1:link, a.level1:visited {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 2px;
}
a.level2:link, a.level2:visited {
    padding: 3px 10px;
    border-radius: 2px;
}
/* Clearfix */
div.block2:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] div.block2 {
    display: block;
}
* html div.block2 {
    height: 1%;
}
div.block2 p {
    margin-bottom: 3px;
    line-height: 120%;
    color: #000;
    font-size: 11px;
}
div.block2 p a {
    display: inline;
}
div.block2 a img {
    opacity: .9;
    filter: alpha(opacity=90);
}
div.block2 a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
div.block2 .brand a:hover img {
    -webkit-transition: all 0;
    -moz-transition: all 0;
    -ms-transition: all 0;
    transition: all 0;
}
div.wp-custom-menu-popup hr {
    margin: 0px 0px 10px 0px;
}
/******************************************* COLUMN WIDTH ***************************** */
div.column {
    float: left;
    width: 33%;
    padding: 0px 1%;
    margin: 0px 0px 0px 0px;
}
/*end COLUMN WIDTH  */

div.itemSubMenu {
    margin-left: 0px;
}
.clearBoth {
    clear:both;
    height: 0;
    overflow: hidden;
}
div.level1 {
    margin-bottom: 0px;
}
/*BG*/
#custommenu {
}
div.wp-custom-menu-popup {
    background: white;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.3);
    border: 7px solid #947e4f;
}
div.menu a:link, div.menu a:visited {
}
div.menu a:hover {
    background: transparent;
}
div.menu a, div.wp-custom-menu-popup a {
 -webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
-ms-transition: all .1s linear;
transition: all .1s linear;
}
div.menu .brand a, div.wp-custom-menu-popup .brand a {
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    transition: all 0s linear;
}
div.menu.act a {
    background: transparent !important;
    color: #9A332B !important;
}
div.menu.active a,
div.menu.act.active a {
    color: white !important;
    background-color: #947e4f !important;
}
div.level3 {
    background: #fff;
}
/*FONTS*/
div.menu {
    font-weight: bold;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media only screen and (max-width: 55.93em) {
    #custommenu { width: 740px; }
    div.menu { font-size: 0.9rem; }
}
@media only screen and (max-width: 46.25em) {
    #custommenu { width: 682px; }
    div.menu { font-size: 0.8rem; }
}
@media only screen and (max-width: 43.13em) {
    #custommenu { width: 630px; }
    div.menu { font-size: 0.7rem; }
}
a.level1:link, a.level1:visited {
    text-transform: none;
    font-weight: normal;
    text-decoration: none;
}
a.level2:link, a.level2:visited {
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
}
a.level3:link, a.level3:visited {
    font-size: 11px;
    font-weight: normal;
    line-height: 100%;
    margin-bottom: 0px;
}
/*COLOR*/
div.menu a:link, div.menu a:visited {
    color: #0a0a0a;
    height: 3rem;
}
div.menu a:hover, div.menu.act a {
    color: #9A332B;
}
div.menu a:hover {
    background-color: #947e4f !important;
    color: white !important;
}
a.level3:link, a.level3:visited {
    color: #333333;
}
a.level3:hover {
    color: #b43f74;
}
a.level2:link, a.level2:visited {
    color: #000;
}
a.level1:hover {
}
a.level2:hover {
    color: #000;
}
.block2 table.brand {
    float: left;
}
.block2 .single_menu_product {
    float: left;
    position: relative;
    max-width: 150px;
    overflow: hidden;
    margin-right: 20px;
    margin-left: 0px;
}
/*MOBILE MENU STYLES*/
#menu-button, .parentMenu {
    display: inline-block;
}
html[xmlns] #menu-button, html[xmlns] .parentMenu {
    display: block;
}
* html #menu-button, * html .parentMenu {
    height: 1%;
}
#menu-button:after {
    content: "";
    position: absolute;
    width: 1rem;
    top: 0.9rem;
    left: 1rem;
    box-shadow: 0 0px 0 1px #9a9a9a, 0 7px 0 1px #9a9a9a, 0 14px 0 1px #9a9a9a;
}
#custommenu-mobile {
    position:relative;
    margin: 0 auto;
    padding: 0;
    z-index: 999;
}
#menu-button {
    float: none;
    padding: 10px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    text-transform: uppercase;
}
#menu-button a:link, #menu-button a:visited {
    color: #9a9a9a;
    display: block;
    position: relative;
    padding: 0 46px;
    font-size: 0.8rem;
}
#menu-button a span:after {
    display: block;
    position: relative;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #dadada;
    margin: 8px 0px 0px 5px;
    float: right;
    opacity: 0.7;
}
#menu-button:hover {
    cursor: pointer;
}
#menu-button:hover a:after {
    opacity: 1;
}
.menu-mobile div.column {
    float:none;
    padding:5px;
    background: #fff;
}
.menu-mobile a.itemMenuName {
    display: block;
    text-align: left;
}
.menu-mobile div.menu-button, .menu-mobile div.menu-mobile {
    float: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.menu-mobile div.column {
    float: none;
    width: 100%;
    padding: 0px 0;
    margin: 0px 0px 0px 0px;
}
.menu-mobile a.level1:link, .menu-mobile a.level1:visited {
    margin-top: 0px;
    margin-bottom: 0;
    padding: 10px 10px;
    border-radius: 2px;
    color: #000;
}
.menu-mobile a.level2:link, .menu-mobile a.level2:visited {
    padding: 10px 10px;
    border-radius: 2px;
}
.menu-mobile a.level1:link, .menu-mobile a.level1:visited {
    color: #555;
}
.menu-mobile a.level1:hover {
    background-color: #f1f1f1;
}
.menu-mobile .parent {
    background-color: #fff;
}
/*buttons level 01*/
.menu-mobile .parentMenu {
    padding: 0px 0px;
    display: block;
    text-align: left;
    border-bottom: 4px solid black;
}
.menu-mobile .parentMenu a:link, .menu-mobile .parentMenu a:visited {
    padding: 6px 0px 6px 15px;
    margin-right: 80px;
    color: white;
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
    cursor: default;
    width: 100%;
}
.menu-mobile .parentMenu a.level1:link, .menu-mobile .parentMenu a.level1:visited {
    cursor: pointer;
}
.menu-mobile .parentMenu:hover {
    cursor: pointer;
}
.parentMenu {
    position: relative;
}
.parentMenu a {
    display: block;
}
#menu-button {
    cursor: pointer;
}
.menu-mobile div.level2 {
    margin-bottom: 0;
}
#custommenu-mobile .button {
    cursor: pointer;
    position: absolute;
    right: 1%;
    top: 0px;
    display: block;
    width: 100%;
    height: 38px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 96% 48%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJxJREFUeNpi/P//PwM66O3tBVF1UNwEwsXFxRjqmBhwg3wgZobSWAE+zcxoNEmaCQKKNDP29PTgkvsAxPxA/BGIBXDZ3A7Ef4D4Pxrmh6rhxyL3E4gbQZqL8AUKDsAG0gfS3AfEf0nU/AuIJ4I0VwIxC8j/aPgjVOFHLHLsQFzDiCeFoQQYqSmMtvGMT/NfNJokzQug9HRcCgACDAC34CnSSWx3zwAAAABJRU5ErkJggg==);
}
#custommenu-mobile .button.open {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 96% 48%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE5JREFUeNpi/P//PwO5gImBAjBENbP09vZSZHM7EP8B4v8k4J9A3AjSXATEzCRaygbSB9LcB8R/SdT8C4gnsgCJSigmGTCOpjDSAECAAQBI6RqpQRaDFgAAAABJRU5ErkJggg==);
}
#custommenu-mobile .level1 .button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIxJREFUeNpi/P//PwO5gAWbYG9vL4ZYcXExhhgTAwUAn+YJQAzyUxcuBYwwP2Nx6k8gZgPid0AsjM0L+Gxmg9LMxDob5lTkKOBHEuvCpzmZQBgl4NNcD8SvcWgEiTfhi+c+KGZAcvpHIBbAG9pYEglKaJOaSCqB+BrUK8QnTyxeYCDa2dRIngQBQIABAGG6KfxEmzSnAAAAAElFTkSuQmCC);
}
#custommenu-mobile .level1 .button.open {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi/P//PwO5gImBAjBwmllgjN7eXqI1FRcXU9/ZE4D4Px7chU9zMgHLEvBprgfi1zg0gsSbsAYYFPRBMVGAcQSmMIo0AwQYAIYUFeQ3G04OAAAAAElFTkSuQmCC);
}
/*BG*/
#custommenu-mobile .parentMenu:hover a:link, 
#custommenu-mobile .parentMenu:hover a:visited, 
#custommenu-mobile .parentMenu:hover {
    background-color: black;
}
#custommenu-mobile .level0 {
    background-color: #B9A16F;
}
#custommenu-mobile .level1 {
    background-color: #B9A16F;
}
#custommenu-mobile .level2 {
    background-color: #f1f1f1;
}
.show-for-small-only .mobile {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 2;
}
#menu-content { 
    border: 4px solid black; 
    border-bottom: none;
}
#custommenu-mobile .wp-custom-menu-submenu .level1 {
    background-color: #e2e2e2;
}
#custommenu-mobile .wp-custom-menu-submenu .level1 a span {
    color: #555555;
    text-transform: capitalize;
}
#custommenu-mobile .wp-custom-menu-submenu .parentMenu:hover a:link, 
#custommenu-mobile .wp-custom-menu-submenu .parentMenu:hover a:visited, 
#custommenu-mobile .wp-custom-menu-submenu .parentMenu:hover {
    background-color: #eeeeee;
}
.les-plus a,
.les-plus span { 
    cursor: pointer !important;
    color: #00abb9; }
.les-plus { display: none; }

div.block1 { float: left; width: 66%; }
div.block2 { 
    float: right; 
    padding-top: 10px;
    width: 34%;
    text-align: right; }

#menu309 a span { color: #fd5701; }

@media only screen and (max-width: 40em) {
    .site-nav { display: none; }
}
.wc-overlay{position:absolute;display:none;opacity:0.9;z-index:99999;background:white url('https://www.nicolasalziari.de/skin/frontend/base/default/webcooking/images/ajax-loader.gif') center 5% no-repeat;}
.block-overlay {
    opacity: 0.6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
}
.unblock-overlay { 
    text-align: right;
    padding: 5px;
    background: white;
}
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -225px;
    margin-left: -280px;
    z-index: 9999;
}
#popup .container {
    width: 650px;
    background: white;
    font-family: "Roboto Slab", serif;
    border: 1px solid #999999;
    display: inline-block;
}
#popup .container .block-subscribe {
    float: right;
    width: 380px;
    padding: 28px 14px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#popup .container .block-subscribe .block-title {
    color: #957F4E;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 28px;
}
#popup .container .block-subscribe p {
    font-size: 1.1rem;
    margin: .5rem 0 0 !important;
    line-height: 26px;
}
#popup .container .block-subscribe p.small {
    color: #3e3e3e;
    font-size: .95rem;
    margin-top: .25rem !important;
    margin-bottom: .8rem !important;
    width: 75%;
}
#popup .container .block-subscribe .email {
    font-size: .8rem;
    padding-top: .4rem;
    padding-right: 1.5rem;
}
#popup .container .block-subscribe button.tiny {
    width: 100%;
    background: #947E4F;
    height: 2.4rem;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding-top: 9px;
}
#popup .container .block-subscribe .input-and-button {
    width: 180px;
}
#popup .container .block-subscribe .input-and-button #newsletter {
    font-size: .8rem;
}

#popup .container .block-subscribe input[type="text"] {
    height: 2.4rem;
    margin-bottom: .6rem;
}
#popup .close {
    position: absolute;
    top: 13px;
    opacity: 1 !important;
    right: 15px;
    cursor: pointer;
    width: 20px;
    height: 22px;
}
#popup small {
    line-height: 12px;
    display: inline-block;
    padding-top: 1rem;
}
@media only screen and (max-width: 40em) {
    #popup img {
        display: none;
    }
    #popup .close img {
        display: inline-block;
    }
    #popup .container {
        width: 280px;
    }
    #popup .popup {
        margin-left: -140px;
    }
    #popup .container .block-subscribe,
    #popup .container .block-subscribe .input-and-button {
        width: 100%;
    }
    #popup .container .block-subscribe {
        margin-bottom: 10px;
    }
    #popup .container .block-subscribe p.small {
        margin-bottom: 0 !important;
    }
}

.customer-account-changeforgotten .customer-dob > div, 
.customer-account-create .customer-dob > div, 
.customer-account-edit .customer-dob > div, 
.checkout-onepage-index .customer-dob > div {
	width:auto;
	padding-right:10px;
	padding-left:10px;
}

.customer-account-changeforgotten .customer-dob > div:nth-child(1), 
.customer-account-create .customer-dob > div:nth-child(1), 
.customer-account-edit .customer-dob > div:nth-child(1), 
.checkout-onepage-index .customer-dob > div:nth-child(1) {
	padding-left:20px;
}

.customer-account-changeforgotten .customer-dob > div #day, 
.customer-account-create .customer-dob > div #day, 
.customer-account-edit .customer-dob > div #day, 
.checkout-onepage-index .customer-dob > div #day,
.customer-account-changeforgotten .customer-dob > div #month, 
.customer-account-create .customer-dob > div #month, 
.customer-account-edit .customer-dob > div #month, 
.checkout-onepage-index .customer-dob > div #month,
.customer-account-changeforgotten .customer-dob > div #year, 
.customer-account-create .customer-dob > div #year, 
.customer-account-edit .customer-dob > div #year, 
.checkout-onepage-index .customer-dob > div #year{
	width:50px;
	text-align:center;
}

.customer-account-changeforgotten .customer-dob > div #year, 
.customer-account-create .customer-dob > div #year, 
.customer-account-edit .customer-dob > div #year, 
.checkout-onepage-index .customer-dob > div #year{
	width:60px;
}

@media (min-width: 642px) {
	.show-for-mobile {
		display: none !important;
	}
}

.resp-tabs-container .resp-arrow {
    margin-top: 6px;
    margin-right: 0;
    float: right;
}

.resp-tabs-container h2.resp-tab-active span.resp-arrow {
    border-top: 8px solid rgba(255, 0, 0, 0);
    border-bottom: 8px solid rgba(255, 0, 0, 0);
    border-left: 10px solid #fb7e33;
    transform: rotate(90deg);
    margin-top: 9px;
    margin-right: 0;
}

@media (max-width: 641px) {
	.resp-tabs-container .resp-arrow {
	    margin-top: 6px;
	    margin-right: 0;
	}

	.resp-tabs-container h2.resp-tab-active span.resp-arrow {
		margin-right: 0;
	}

	.cms-index-index .gallery img {
	    width: 100%;
	}

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

	.cms-index-index .text-home .title {
		margin-top: 0;
	}

	.cms-index-index .text-home img {
		width: 100%;
    	margin-top: 15px;
	}

	.catalog-product-view .product-shop .nephritis-flat-button {
	    width: 100%;
	    padding: 0.5rem;
	}

	.resp-tabs-container .resp-accordion, .resp-tabs-container h2.resp-tab-active {
	    padding: 12px 15px !important;
	}

	.item {
	    margin-bottom: .5rem;
	}

	.catalog-product-view .product-shop .tabs-padd {
		margin-left: 0 !important;
	}

	.resp-tabs-container table tr td, .resp-tabs-container .resp-tab-content {
	    font-size: 1rem;
	}

	.catalog-product-view .product-shop .resp-tabs-container .std {
		margin-top: 0;
	}
}

.product-name {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-transform: initial;
    letter-spacing: -.15px;
}

html .product-view .add-to-box .add-to-cart div, .qty_cart > div  {
	padding-bottom: 0;
    margin-bottom: 10px;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    display: inline-block;
    float: left;
}

.qty-ctl-new button {
    -webkit-appearance: none;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #e6e6e6;
    background: #f2f2f2;
    cursor: pointer;
    padding: 0;
    color: #222222;
}

html .product-view .add-to-cart .qty, .qty_cart .qtyinput {
	margin-right: 0;
    float: left;
    margin-top: 0;
    line-height: 29px !important;
    text-align: center;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #222222;
    height: 40px !important;
    width: 40px !important;
    border: none;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 1px;
}

.catalog-product-view .product-shop input#qty, .qty_cart .qtyinput {
	font-size: 0.875rem;
    margin-top: 0;
    padding: 0;
    padding-top: 2px;
}   

@media (min-width: 741px) {
	.catalog-product-view .product-shop input#qty, .catalog-product-view .qty_cart .qtyinput {
	    margin-top: 1px;
	} 
}

.checkout-cart-index .qty_cart > div {
    margin-bottom: 0;
}

#shopping-cart-table .qty-ctl-new button {
    background: #f2f2f2;
    outline: none;
}

.a-center.small-full-width.width-20.text-left {
    min-width: 160px;
}

.availability.in-stock span {
	color: #3daa33;
}

.catalog-product-view .product-shop .in-stock p {
    font-size: .9rem;
}

@media only screen and (max-width: 40em) {
	.product-img-box {
	    padding: 0;
	}
}

.resp-tabs-container .resp-arrow {
	transition: ease .5s transform;
    
}

html div.menu a.dropdownmenulink {
    padding-left: 17.5px;
    padding-right: 17.5px;
    height: 3rem;
    display: block;
    color: #0a0a0a;
    cursor: pointer; 
}

@media (max-width: 1020px) {
    html div.menu a.dropdownmenulink {
        padding-left: 12.5px;
        padding-right: 12.5px;
    }
}

@media (max-width: 959px) {
    html div.menu a.dropdownmenulink {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
        letter-spacing: 0;
    }
}

@media (max-width: 800px) {
    html div.menu a.dropdownmenulink {
        font-size: 10px;
    }
}

.picto-top .columns.medium-2 {
	width: 25%;
	margin-left: 0 !important;
	text-align: center;
}

@media (max-width: 641px) {
	.picto-top .columns.medium-2 {
		width: 49%;
	}

    #tsbadgeResponsiveTop_db8d3657bdbe440c985ae127463eaad4 {
        top: auto;
        bottom: 0;
        position: fixed;
        z-index: 20000000;
    }
}

@media (max-width: 959px) {
	.site-footer .menu-link .medium-3 .title {
	    font-size: 14px !important;
	    padding: 20px 0;
	    border-bottom: 1px solid #947e4f;
	    cursor: pointer;
	    position: relative;
	    margin-bottom: 0;
	}

	.footer-content .menu-link .large-3:not(.border-left) {
	    min-height: auto;
	    margin-left: auto !important;
	    margin-right: auto !important;
	    float: none;
	}

	.footer-content .menu-link .columns .footerbottomcontent {
	    margin-top: 15px;
	    padding-bottom: 15px;
	    border-bottom: 1px solid #947e4f;
	}

	.site-footer .menu-link .medium-3 {
	    width: 100%;
	}

	.site-footer .site-footer-content .row {
		padding: 0;
	    padding-bottom: 15px
	}

	.site-footer .menu-link .medium-3 .title:after {
	    line-height: 1;
	    color: #947e4f;
	    font-family: "Font Awesome 5 Pro";
	    content: "\f054";
	    font-size: 22px;
	    font-weight: 300;
	    display: block;
	    position: absolute;
	    right: 20px;
	    top: 0;
	    bottom: 0;
	    padding: 20px 0;
	    transition: transform 300ms ease-out;
	}

	.site-footer .menu-link .medium-3 .title.activetitle:after {
	    -webkit-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    transform: rotate(90deg);
	}
}

@media only screen and (min-width: 960px) {
	.footerbottomcontent {
	    display: block !important;
	}
}

ul.list-icon {
	margin-bottom: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.list-icon li {
    display: block;
    float: left;
    margin-right: 10px;
}

ul.list-icon li a {
	width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    background: #f1f1f1;
    border-radius: 50%;
    line-height: 30px;
    font-size: 13px;
    transition: background-color 300ms ease-out;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    color: #947e4f !important;
    background: #e0dbd1;
}

.site-footer .site-footer-content .picto {
    background: #ffffff;
    padding: 5px 10px;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}

@media (max-width: 641px) {
    #menu-button {
        padding: 0;
        height: 40px;
        width: 40px;
    }

    #menu-button > a:link {
        width: 40px;
        padding: 0;
        text-align: center;
        height: 60px;
        line-height: 60px;
    }

    #menu-button > a:link .fa-bars, #menu-button > a:link .fa-times {
        margin-top: 0;
        margin-left: 0;
        font-size: 23px;
        line-height: 60px;
    }

    #menu-button a span:after, #menu-button:after {
        display: none;
    }

    .searchautocomplete-mobile {
        float: right;
        z-index: 3;
        position: relative;
        margin-left: 0;
    }

    .search-ico-mobile {
        margin-top: 0;
        font-size: 18px;
        line-height: 60px;
        width: 40px;
        text-align: center;
        cursor: pointer;
    }

    #search, .searchcontainer-mobile .postfix {
        margin-bottom: 0;
    }


    .site.nav.columns.small-12.costum-column.show-for-small-only #search_mini_form {
        display: none;
    }

    #search_mini_form {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
        margin: 0;
    }

    .searchcontainer-mobile {
        position: fixed;
        top: 59px;
        z-index: 10;
        left: 0;
        right: 0;
        margin: 0;
        background: #efefef;
        padding: 5px 10px;
        height: auto;
        width: 100%;
    }

    .acc-button, a.cart-button {
        margin-bottom: 0;
        border: none;
    }

    #search_mini_form .fa-search {
        color: #ffffff;
    }

    .site.nav {
        padding: 0 0!important;
    }

    .site-header-content.row, .super-header-content.row {
        width: 100%;
    }

    #menu-content {
        border: 1px solid #947e4f;
    }

    .menu-mobile .parentMenu {
        border-bottom: 1px solid #947e4f;
    }

    .inner-wrap > .row.show-for-small-only.full-width {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 200;
    }

    .super-header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 200;
        height: 60px;
    }

    body {
        padding-top: 80px !important;
    }

    .show-for-small-only .super-header-content .sheader-height > .site-logo, .show-for-small-only a.logo {
        padding: 0 !important;
        float: left;
        z-index: 3;
        position: relative;
        background: transparent;
        margin-left: 50px;
    }

    .show-for-small-only a.logo {
        margin-left: 0;
    }

    .mobile-logo {
        margin-top: 1px;
        margin-bottom: 0;
        height: 55px;
        width: auto;
        padding: 5px;
    }

    .site-logo {
        padding-left: 0rem !important;
        line-height: 16px;
    }

    a.cart-button {
        background: transparent;
        margin-top: 0;
        font-size: 18px;
        line-height: 58px;
        width: 40px;
        text-align: center;
        cursor: pointer;
        padding: 0;
        margin-right: 10px;
    }

    a.header-acc-button.acc-button {
        background: transparent;
        margin-top: 0;
        line-height: 38px;
        text-align: center;
        cursor: pointer;
        padding: 0;
        margin-right: 10px;
    }

    a.header-acc-button.acc-button i {
        font-size: 18px;
        float: left;
        line-height: 40px;
        margin-right: 5px;
    }

    a.header-acc-button.acc-button span {
        text-decoration: underline;
    }

    #custommenu-mobile .parentMenu:hover a:link, #custommenu-mobile .parentMenu:hover a:visited, #custommenu-mobile .parentMenu:hover, .menu-mobile .parentMenu a:link, .menu-mobile .parentMenu a:visited {
        background: #e0dbd1;
        color: #947e4f;
    }

    #custommenu-mobile .wp-custom-menu-submenu .level1 {
        position: initial !important;
    }

    #custommenu-mobile .button {
        background: none !important;
        padding: 9px;
    }

    #custommenu-mobile .button i {
        float: right;
        color: #947e4f;
        font-size: 20px;
        transition: ease .3s transform;
    }

    #custommenu-mobile .button.open i {
        transform: rotate(90deg);
    }

    #menu-content {
        position: fixed;
        top: 59px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        display: block;
        overflow-y: scroll;
        background: #e0dbd1;
    }

    #menu-mobile-login a {
        display: inline-block;
        width: auto;
        width: auto;
        margin: 0;
        padding-right: 15px;
        position: relative;
        cursor: pointer;
        text-transform: initial;
        background: #ffffff !important;
    }

    #menu-mobile-login a span {
        text-decoration: underline;
    }

    #menu-mobile-login, #custommenu-mobile .parentMenu:hover {
        background: #ffffff;
    }
}

@media (max-width: 641px) {
    .catalog-category-view .category-products .toolbar, .catalogsearch-result-index .category-products .toolbar, .cms-coup-de-coeur-list .category-products .toolbar, .cms-nouveau-produit-list .category-products .toolbar, .cms-meilleures-ventes .category-products .toolbar, .cms-nouveautes .category-products .toolbar {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        top: initial !important;
        background: #ffffff !important;
        z-index: 100 !important;
        padding: 0;
    }

   .catalog-product-view #tsbadge4_db8d3657bdbe440c985ae127463eaad4, .catalog-category-view #tsbadge4_db8d3657bdbe440c985ae127463eaad4, .catalogsearch-result-index #tsbadge4_db8d3657bdbe440c985ae127463eaad4, .catalog-category-view .zopim, .catalogsearch-result-index .zopim {
        display: none !important;
   }

   .catalog-category-view .category-products .toolbar .filter-button-mobile, .catalog-category-view .category-products .toolbar .sorter, .catalogsearch-result-index .category-products .toolbar .filter-button-mobile, .catalogsearch-result-index .category-products .toolbar .sorter, .cms-coup-de-coeur-list .category-products .toolbar .filter-button-mobile, .cms-coup-de-coeur-list .category-products .toolbar .sorter, .cms-nouveau-produit-list .category-products .toolbar .filter-button-mobile, .cms-nouveau-produit-list .category-products .toolbar .sorter, .cms-meilleures-ventes .category-products .toolbar .filter-button-mobile, .cms-meilleures-ventes .category-products .toolbar .sorter, .cms-nouveautes .category-products .toolbar .filter-button-mobile, .cms-nouveautes .category-products .toolbar .sorter {
        width: 100%;
        display: inline-block;
        float: left;
        height: 40px;
        padding: 0 20px;
        padding-bottom: env(safe-area-inset-bottom, 20px) !important;
        min-height: 40px !important;
        background: #f1f1f1;
        cursor: pointer;
        text-align: center;
        padding-bottom: env(safe-area-inset-bottom, 20px) !important;
	    min-height: 40px !important;
	    height: auto !important;
    }

    .catalog-category-view .filter-button-mobile a, .catalogsearch-result-index .filter-button-mobile a {
        font-size: 18px;
        font-weight: 500;
        color: #323232;
        line-height: 40px;
        margin-left: 10px;
        display: inline-block;
    }

    .catalog-category-view .filter-button-mobile a i, .catalogsearch-result-index .filter-button-mobile a i {
        color: #947e4f;
        margin-left: 10px;
    }

    .catalog-category-view #sidebar, .catalogsearch-result-index #sidebar {
        position: fixed !important;
        top: 60px !important;
        right: 0 !important;
        left: 0 !important;
        bottom: 40px !important;
        margin-left: 0 !important;
        width: 100% !important;
        background: #e0dcd1 !important;
        padding: 20px !important;
        overflow-y: scroll !important;
        margin-left: -100% !important;
        margin-bottom: 0;
    }

    .block-layered-nav .title {
        font-size: 18px;
        font-weight: 500;
        color: #323232;
        line-height: 35px;
        text-transform: inherit;
        letter-spacing: 0;
        margin-bottom: 20px;
    }

    #sidebar .accordion {
        margin-left: 0;
    }

    .accordion .accordion-navigation, .accordion dd {
        display: block;
        margin-bottom: 0 !important;
    }

    #sidebar .accordion .accordion-navigation>a {
        font-size: 14px;
        font-weight: 500;
        color: #323232;
        text-align: left;
        background: #ffffff;
        line-height: 1.4;
        padding: 0;
        padding-top: 15px;
        margin: 0;
        padding-bottom: 15px;
        border: none;
        display: block;
    }

    #sidebar .accordion .accordion-navigation>.content li {
        font-size: 13px;
        font-weight: 600;
        color: #323232;
        text-align: left;
        background: #ffffff;
        line-height: 1.4;
        padding: 5px 15px;
    }

    #sidebar .accordion .accordion-navigation>.content li span {
        display: none;
    }

    #sidebar .accordion .accordion-navigation>.content li a {
        color: #323232;
        transition: color 300ms ease-out;
    }

    .close-filter {
        display: inline-block;
        float: right;
        width: 35px;
        height: 35px;
        color: #000000;
        font-size: 20px;
        margin-right: 5px;
        text-align: center;
    }

    .category-products .toolbar .sorter {
        display: none !important;
    }

    .catalog-category-view #sidebar.open-filter, .catalogsearch-result-index #sidebar.open-filter {
        margin-left: 0 !important;
    }
}

@media (max-width: 640px) {
    .column, .columns {
        position: relative;
        padding-left: .5rem;
        padding-right: .5rem;
        float: left;
    }

    .site-footer .site-footer-content {
        padding: 1rem 0;
    }

    .footer-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

#cookie-bar.fixed.bottom {
    z-index: 9999999999;
}

#menu-content::-webkit-scrollbar {
    display: none;
}
    
    
#menu-button.openmenu .fa-bars:before {
    content: "\f00d";
}

#menu-button i {
    transition: ease .3s transform;
}

#menu-button.openmenu i {
    transform: rotate(180deg);
}

@media only screen and (max-width: 40em) {
    .cart-name {
        min-height: auto;
    }  

    #shopping-cart-table .small-medium-width, .a-center.small-full-width.width-20.text-left {
        width: 100%;
        padding-bottom: 0;
        text-align: center;
    }

    .a-center.small-full-width.width-20.text-left .qty_cart {
        width: 120px;
        overflow: hidden;
        margin: auto;
    }

    #shopping-cart-table tr .delete-button {
        position: absolute;
        top: 0;
        right: 0;
    }

    #shopping-cart-table tr .delete-button a {
        font-size: 2px;
    }

    #shopping-cart-table tbody > tr {
        display: block;
    }

    #shopping-cart-table tr .small-medium-width {
        display: block;
    }

    #shopping-cart-table tr {
        position: relative;
        overflow: hidden;
    }
}

@media (max-width: 489px) {
    .site-footer .menu-link .medium-3 .title {
        padding-right: 40px;
    }
}

@media (min-width: 642px) {
    .site-footer .lang-switcher {
        display: none;
    }
}

@media (max-width: 641px) {
    .site-footer .lang-switcher {
        padding-bottom: 30px;
        background: #e0dbd1;
        text-align: center;
    }
}

@media (max-width: 459px) {
	.site-logo {
		line-height: 40px;
	}

	.mobile-logo {
	    margin-top: 1px;
	    margin-bottom: 0;
	    height: auto !important;
	    width: auto;
	    padding: 0;
	    max-width: 155px;
	    line-height: 55px;
	}

    .show-for-small-only .super-header-content .sheader-height > div.site-logo {
        line-height: 60px;
    }
}

@media (max-width: 959px) {
	.site-footer .menu-link .medium-3.border-left, .footer-content .menu-link .medium-3.border-left .footerbottomcontent {
		border-bottom: none;
	}

	.site-footer .menu-link .medium-3.border-left .title {
		border-bottom: none;
	}

	.site-footer .menu-link .medium-3.border-left .title.activetitle {
		border-bottom: 1px solid #947e4f;
	}

	.site-footer .site-footer-content .row {
		padding-bottom: 0;
	}

	.site-footer .site-footer-content .row {
	    padding-bottom: 0;
	    display: flex;
	    flex-wrap: wrap;
	}

	.site-footer .site-footer-content .picto-top .columns {
		min-height: 200px;
	}

	ul.list-icon {
		width: 100%;
	}
}

.seo-home {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.seo-home p {
    font-size: 20px;
}

#menu-content .lang-switcher a {
    padding: 6px 10px 6px 10px;
    background: #e0dbd1;
    margin: 0;
    float: right;
    width: auto;
    line-height: 20px;
}

#menu-content .lang-switcher a img {
	width: 28px;
}

#menu-content .lang-switcher a:after {
	display: none;
}

#menu-content .lang-switcher {
	width: auto;
	float: right;
	display: inline-block;
	padding: 0;
}

.add-to-box-mobile {
    position: fixed;
    bottom: 0;
    background: #ffffff;
    left: 0;
    right: 0;
    z-index: 10;
}

.add-to-box-mobile {
    padding-bottom: env(safe-area-inset-bottom, 10px) !important;
}

.add-to-box.add-to-box-mobile .add-to-cart {
    float: none;
}

.add-to-box.add-to-box-mobile .add-to-cart {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
}

.add-to-box.add-to-box-mobile .add-to-cart {
    margin-left: 0;
}

html .product-view .add-to-box-mobile .add-to-cart label {
    display: none;
}

.add-to-box.add-to-box-mobile .add-to-cart .qty_cart, .add-to-box.add-to-box-mobile .add-to-cart .button_addto {
    width: auto;
}

html .product-view .add-to-box.add-to-box-mobile .add-to-cart div {
    margin-bottom: 0;
}

.add-to-box.add-to-box-mobile .qty-ctl-new button {
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin-bottom: 0;
}

html .product-view .add-to-box.add-to-box-mobile .qty {
    height: 50px !important;
    width: 50px !important;
}

.add-to-box.add-to-box-mobile .add-to-cart .price-box {
    flex: 1;
    min-width: 1px;
    border-top: 1px solid #f1f3f4;
    line-height: 49px;
    text-align: center;
}


.product-view .add-to-box.add-to-box-mobile .old-price {
    display: none;
}

.catalog-product-view .product-shop .add-to-box.add-to-box-mobile .inline-list li {
	float: left;
	margin-left: 0;
	width: auto;
}

.catalog-product-view .product-shop .add-to-box.add-to-box-mobile .inline-list {
	width: 100%;
}

.catalog-product-view .product-shop .add-to-box.add-to-box-mobile input#qty {
	margin-bottom: 0;
}

.catalog-product-view .product-shop .add-to-box.add-to-box-mobile .nephritis-flat-button {
	line-height: 35px;
	margin-bottom: 0;
}

.catalog-product-view .product-shop .add-to-box.add-to-box-mobile .inline-list li:nth-child(3) {
	float: right;
}

.catalog-product-view .zopim {
	display: none !important;
}

.catalog-product-view .product-shop .add-to-box.add-to-box-mobile .inline-list {
    width: 100%;
    display: block;
    margin: 0;
}

.add-to-box.add-to-box-mobile .add-to-cart {
	padding: 0!important;
}

@media (max-width: 641px) {
	.cms-index-index .gallery .medium-4 +.medium-4 {
		margin-top: 20px;
	}

	.cms-index-index .text-home p, .cms-index-index h2.product-title {
		text-align: center;
		margin-bottom: 15px;
	}

	.cms-index-index .actions .nephritis-flat-button, .catalog-category-view .actions .nephritis-flat-button, .catalogsearch-result-index .actions .nephritis-flat-button {
	    font-size: 13px !important;
	    text-transform: inherit;
	}
}

#cookie-bar.fixed.bottom {
    z-index: 9999999999 !important;
}

@media (min-width: 641px) {
    .add-to-box-mobile {
        display: none;
    }
}

@media (max-width: 640px) {
    .catalog-category-view .etrusted-badge-container, .catalogsearch-result-index .etrusted-badge-container, .catalog-product-view .etrusted-badge-container {
        bottom: 100px!important;
        right: 10px !important;
        left: auto !important;
    }

    #shopping-cart-table tr .delete-button a {
        font-size: 20px !important;
    }
}

.total-container {
    background: #9A332B;
    color: #ffffff;
    font-size: 9px;
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 20px;
    position: absolute;
    line-height: 13px;
    margin: 0;
    top: 13px;
    right: 13px;
}

.row {
	max-width: 1100px;
}

@media (min-width: 640px) {
	.top-bar-section ul {
		width: 100%;
	}

	div.menu a:link, div.menu a:visited {
	    padding-left: 12.5px;
	    padding-right: 12.5px;
	    font-size: 12px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	div.menu a:link, div.menu a:visited {
		font-size: 9.5px;
        padding-left: 5px;
        padding-right: 5px;
	}
    #custommenu {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
#custommenu > .menu:first-of-type {
    display: none;
}
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(https://www.nicolasalziari.de/skin/frontend/waterlee-boilerplate/alziari/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

.videoWrapper {
	position:relative;
	padding-bottom:2.715%;
	padding-top:25px;
	height:0;
}
.videoWrapper iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
