@charset "UTF-8";
@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot?#iefix") format('eot'), url("fonts/fontawesome-webfont.woff") format('woff'), url("fonts/fontawesome-webfont.ttf") format('truetype'), url("fonts/fontawesome-webfont.svg#FontAwesome") format('svg');
}

/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: local("Playfair Display"), local("PlayfairDisplay-Regular"), url(https://fonts.gstatic.com/s/playfairdisplay/v10/2NBgzUtEeyB-Xtpr9bm1CfoVn-aGdXvQRwgLLg-TkDk.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: local("Playfair Display"), local("PlayfairDisplay-Regular"), url(https://fonts.gstatic.com/s/playfairdisplay/v10/2NBgzUtEeyB-Xtpr9bm1Cdhy5e3cTyNKTHXrP9DO-Rc.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  src: local("Playfair Display Italic"), local("PlayfairDisplay-Italic"), url(https://fonts.gstatic.com/s/playfairdisplay/v10/9MkijrV-dEJ0-_NWV7E6N3L1iaS4euO_B3wJG_mMktU.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  src: local("Playfair Display Italic"), local("PlayfairDisplay-Italic"), url(https://fonts.gstatic.com/s/playfairdisplay/v10/9MkijrV-dEJ0-_NWV7E6NwXiAI3F8adTt8b-_w2WoPM.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGDRVvBvQIc1z78c__uoBcyI.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGOode0-EuMkY--TSyExeINg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGFxe-GPfKKFmiXaJ_Q0GFr8.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGEo0As1BFRXtCDhS66znb_k.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/**
 * Grid system
 */
.container, .row {
  margin-left: auto;
  margin-right: auto;
  max-width: 54.54545rem;
  position: relative;
  zoom: 1;
}

.container:after, .row:after {
  content: "";
  display: table;
  clear: both;
}

.container .row, .row .row {
  margin-left: -0.81818rem;
  margin-right: -0.81818rem;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 30em) {
  .container {
    width: 20.18182em;
  }
}

@media (min-width: 40em) {
  .container {
    width: 27.45455em;
  }
}

@media (min-width: 50em) {
  .container {
    width: 34.72727em;
  }
}

@media (min-width: 62em) {
  .container {
    width: 43.45455em;
  }
}

@media (min-width: 75em) {
  .container {
    width: 52.90909em;
  }
}

@media (min-width: 95em) {
  .container {
    width: 67.45455em;
  }
}

#navi-toggled:target .container {
  width: auto;
}

.col {
  float: left;
  padding-left: 0.81818rem;
  padding-right: 0.81818rem;
  width: 100%;
  zoom: 1;
}

.col:after {
  content: "";
  display: table;
  clear: both;
}

.no-gutter > .col {
  padding-left: 0;
  padding-right: 0;
}

.default-1 {
  width: 8.33333%;
}

.prefix-default-1 {
  margin-left: 8.33333%;
}

.suffix-default-1 {
  margin-right: 8.33333%;
}

.default-2 {
  width: 16.66667%;
}

.prefix-default-2 {
  margin-left: 16.66667%;
}

.suffix-default-2 {
  margin-right: 16.66667%;
}

.default-3 {
  width: 25%;
}

.prefix-default-3 {
  margin-left: 25%;
}

.suffix-default-3 {
  margin-right: 25%;
}

.default-4 {
  width: 33.33333%;
}

.prefix-default-4 {
  margin-left: 33.33333%;
}

.suffix-default-4 {
  margin-right: 33.33333%;
}

.default-5 {
  width: 41.66667%;
}

.prefix-default-5 {
  margin-left: 41.66667%;
}

.suffix-default-5 {
  margin-right: 41.66667%;
}

.default-6 {
  width: 50%;
}

.prefix-default-6 {
  margin-left: 50%;
}

.suffix-default-6 {
  margin-right: 50%;
}

.default-7 {
  width: 58.33333%;
}

.prefix-default-7 {
  margin-left: 58.33333%;
}

.suffix-default-7 {
  margin-right: 58.33333%;
}

.default-8 {
  width: 66.66667%;
}

.prefix-default-8 {
  margin-left: 66.66667%;
}

.suffix-default-8 {
  margin-right: 66.66667%;
}

.default-9 {
  width: 75%;
}

.prefix-default-9 {
  margin-left: 75%;
}

.suffix-default-9 {
  margin-right: 75%;
}

.default-10 {
  width: 83.33333%;
}

.prefix-default-10 {
  margin-left: 83.33333%;
}

.suffix-default-10 {
  margin-right: 83.33333%;
}

.default-11 {
  width: 91.66667%;
}

.prefix-default-11 {
  margin-left: 91.66667%;
}

.suffix-default-11 {
  margin-right: 91.66667%;
}

.default-12 {
  width: 100%;
}

.prefix-default-12 {
  margin-left: 100%;
}

.suffix-default-12 {
  margin-right: 100%;
}

.prefix-default-0 {
  margin-left: 0;
}

.suffix-default-0 {
  margin-right: 0;
}

@media (min-width: 30em) {
  .tiny-1 {
    width: 8.33333%;
  }
  .prefix-tiny-1 {
    margin-left: 8.33333%;
  }
  .suffix-tiny-1 {
    margin-right: 8.33333%;
  }
  .tiny-2 {
    width: 16.66667%;
  }
  .prefix-tiny-2 {
    margin-left: 16.66667%;
  }
  .suffix-tiny-2 {
    margin-right: 16.66667%;
  }
  .tiny-3 {
    width: 25%;
  }
  .prefix-tiny-3 {
    margin-left: 25%;
  }
  .suffix-tiny-3 {
    margin-right: 25%;
  }
  .tiny-4 {
    width: 33.33333%;
  }
  .prefix-tiny-4 {
    margin-left: 33.33333%;
  }
  .suffix-tiny-4 {
    margin-right: 33.33333%;
  }
  .tiny-5 {
    width: 41.66667%;
  }
  .prefix-tiny-5 {
    margin-left: 41.66667%;
  }
  .suffix-tiny-5 {
    margin-right: 41.66667%;
  }
  .tiny-6 {
    width: 50%;
  }
  .prefix-tiny-6 {
    margin-left: 50%;
  }
  .suffix-tiny-6 {
    margin-right: 50%;
  }
  .tiny-7 {
    width: 58.33333%;
  }
  .prefix-tiny-7 {
    margin-left: 58.33333%;
  }
  .suffix-tiny-7 {
    margin-right: 58.33333%;
  }
  .tiny-8 {
    width: 66.66667%;
  }
  .prefix-tiny-8 {
    margin-left: 66.66667%;
  }
  .suffix-tiny-8 {
    margin-right: 66.66667%;
  }
  .tiny-9 {
    width: 75%;
  }
  .prefix-tiny-9 {
    margin-left: 75%;
  }
  .suffix-tiny-9 {
    margin-right: 75%;
  }
  .tiny-10 {
    width: 83.33333%;
  }
  .prefix-tiny-10 {
    margin-left: 83.33333%;
  }
  .suffix-tiny-10 {
    margin-right: 83.33333%;
  }
  .tiny-11 {
    width: 91.66667%;
  }
  .prefix-tiny-11 {
    margin-left: 91.66667%;
  }
  .suffix-tiny-11 {
    margin-right: 91.66667%;
  }
  .tiny-12 {
    width: 100%;
  }
  .prefix-tiny-12 {
    margin-left: 100%;
  }
  .suffix-tiny-12 {
    margin-right: 100%;
  }
  .prefix-tiny-0 {
    margin-left: 0;
  }
  .suffix-tiny-0 {
    margin-right: 0;
  }
}

@media (min-width: 40em) {
  .small-1 {
    width: 8.33333%;
  }
  .prefix-small-1 {
    margin-left: 8.33333%;
  }
  .suffix-small-1 {
    margin-right: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .prefix-small-2 {
    margin-left: 16.66667%;
  }
  .suffix-small-2 {
    margin-right: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .prefix-small-3 {
    margin-left: 25%;
  }
  .suffix-small-3 {
    margin-right: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .prefix-small-4 {
    margin-left: 33.33333%;
  }
  .suffix-small-4 {
    margin-right: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .prefix-small-5 {
    margin-left: 41.66667%;
  }
  .suffix-small-5 {
    margin-right: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .prefix-small-6 {
    margin-left: 50%;
  }
  .suffix-small-6 {
    margin-right: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .prefix-small-7 {
    margin-left: 58.33333%;
  }
  .suffix-small-7 {
    margin-right: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .prefix-small-8 {
    margin-left: 66.66667%;
  }
  .suffix-small-8 {
    margin-right: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .prefix-small-9 {
    margin-left: 75%;
  }
  .suffix-small-9 {
    margin-right: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .prefix-small-10 {
    margin-left: 83.33333%;
  }
  .suffix-small-10 {
    margin-right: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .prefix-small-11 {
    margin-left: 91.66667%;
  }
  .suffix-small-11 {
    margin-right: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
  .prefix-small-12 {
    margin-left: 100%;
  }
  .suffix-small-12 {
    margin-right: 100%;
  }
  .prefix-small-0 {
    margin-left: 0;
  }
  .suffix-small-0 {
    margin-right: 0;
  }
}

@media (min-width: 50em) {
  .medium-1 {
    width: 8.33333%;
  }
  .prefix-medium-1 {
    margin-left: 8.33333%;
  }
  .suffix-medium-1 {
    margin-right: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .prefix-medium-2 {
    margin-left: 16.66667%;
  }
  .suffix-medium-2 {
    margin-right: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .prefix-medium-3 {
    margin-left: 25%;
  }
  .suffix-medium-3 {
    margin-right: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .prefix-medium-4 {
    margin-left: 33.33333%;
  }
  .suffix-medium-4 {
    margin-right: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .prefix-medium-5 {
    margin-left: 41.66667%;
  }
  .suffix-medium-5 {
    margin-right: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .prefix-medium-6 {
    margin-left: 50%;
  }
  .suffix-medium-6 {
    margin-right: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .prefix-medium-7 {
    margin-left: 58.33333%;
  }
  .suffix-medium-7 {
    margin-right: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .prefix-medium-8 {
    margin-left: 66.66667%;
  }
  .suffix-medium-8 {
    margin-right: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .prefix-medium-9 {
    margin-left: 75%;
  }
  .suffix-medium-9 {
    margin-right: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .prefix-medium-10 {
    margin-left: 83.33333%;
  }
  .suffix-medium-10 {
    margin-right: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .prefix-medium-11 {
    margin-left: 91.66667%;
  }
  .suffix-medium-11 {
    margin-right: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .prefix-medium-12 {
    margin-left: 100%;
  }
  .suffix-medium-12 {
    margin-right: 100%;
  }
  .prefix-medium-0 {
    margin-left: 0;
  }
  .suffix-medium-0 {
    margin-right: 0;
  }
}

@media (min-width: 62em) {
  .large-1 {
    width: 8.33333%;
  }
  .prefix-large-1 {
    margin-left: 8.33333%;
  }
  .suffix-large-1 {
    margin-right: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .prefix-large-2 {
    margin-left: 16.66667%;
  }
  .suffix-large-2 {
    margin-right: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .prefix-large-3 {
    margin-left: 25%;
  }
  .suffix-large-3 {
    margin-right: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .prefix-large-4 {
    margin-left: 33.33333%;
  }
  .suffix-large-4 {
    margin-right: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .prefix-large-5 {
    margin-left: 41.66667%;
  }
  .suffix-large-5 {
    margin-right: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .prefix-large-6 {
    margin-left: 50%;
  }
  .suffix-large-6 {
    margin-right: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .prefix-large-7 {
    margin-left: 58.33333%;
  }
  .suffix-large-7 {
    margin-right: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .prefix-large-8 {
    margin-left: 66.66667%;
  }
  .suffix-large-8 {
    margin-right: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .prefix-large-9 {
    margin-left: 75%;
  }
  .suffix-large-9 {
    margin-right: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .prefix-large-10 {
    margin-left: 83.33333%;
  }
  .suffix-large-10 {
    margin-right: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .prefix-large-11 {
    margin-left: 91.66667%;
  }
  .suffix-large-11 {
    margin-right: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .prefix-large-12 {
    margin-left: 100%;
  }
  .suffix-large-12 {
    margin-right: 100%;
  }
  .prefix-large-0 {
    margin-left: 0;
  }
  .suffix-large-0 {
    margin-right: 0;
  }
}

@media (min-width: 75em) {
  .giant-1 {
    width: 8.33333%;
  }
  .prefix-giant-1 {
    margin-left: 8.33333%;
  }
  .suffix-giant-1 {
    margin-right: 8.33333%;
  }
  .giant-2 {
    width: 16.66667%;
  }
  .prefix-giant-2 {
    margin-left: 16.66667%;
  }
  .suffix-giant-2 {
    margin-right: 16.66667%;
  }
  .giant-3 {
    width: 25%;
  }
  .prefix-giant-3 {
    margin-left: 25%;
  }
  .suffix-giant-3 {
    margin-right: 25%;
  }
  .giant-4 {
    width: 33.33333%;
  }
  .prefix-giant-4 {
    margin-left: 33.33333%;
  }
  .suffix-giant-4 {
    margin-right: 33.33333%;
  }
  .giant-5 {
    width: 41.66667%;
  }
  .prefix-giant-5 {
    margin-left: 41.66667%;
  }
  .suffix-giant-5 {
    margin-right: 41.66667%;
  }
  .giant-6 {
    width: 50%;
  }
  .prefix-giant-6 {
    margin-left: 50%;
  }
  .suffix-giant-6 {
    margin-right: 50%;
  }
  .giant-7 {
    width: 58.33333%;
  }
  .prefix-giant-7 {
    margin-left: 58.33333%;
  }
  .suffix-giant-7 {
    margin-right: 58.33333%;
  }
  .giant-8 {
    width: 66.66667%;
  }
  .prefix-giant-8 {
    margin-left: 66.66667%;
  }
  .suffix-giant-8 {
    margin-right: 66.66667%;
  }
  .giant-9 {
    width: 75%;
  }
  .prefix-giant-9 {
    margin-left: 75%;
  }
  .suffix-giant-9 {
    margin-right: 75%;
  }
  .giant-10 {
    width: 83.33333%;
  }
  .prefix-giant-10 {
    margin-left: 83.33333%;
  }
  .suffix-giant-10 {
    margin-right: 83.33333%;
  }
  .giant-11 {
    width: 91.66667%;
  }
  .prefix-giant-11 {
    margin-left: 91.66667%;
  }
  .suffix-giant-11 {
    margin-right: 91.66667%;
  }
  .giant-12 {
    width: 100%;
  }
  .prefix-giant-12 {
    margin-left: 100%;
  }
  .suffix-giant-12 {
    margin-right: 100%;
  }
  .prefix-giant-0 {
    margin-left: 0;
  }
  .suffix-giant-0 {
    margin-right: 0;
  }
}

@media (min-width: 95em) {
  .huge-1 {
    width: 8.33333%;
  }
  .prefix-huge-1 {
    margin-left: 8.33333%;
  }
  .suffix-huge-1 {
    margin-right: 8.33333%;
  }
  .huge-2 {
    width: 16.66667%;
  }
  .prefix-huge-2 {
    margin-left: 16.66667%;
  }
  .suffix-huge-2 {
    margin-right: 16.66667%;
  }
  .huge-3 {
    width: 25%;
  }
  .prefix-huge-3 {
    margin-left: 25%;
  }
  .suffix-huge-3 {
    margin-right: 25%;
  }
  .huge-4 {
    width: 33.33333%;
  }
  .prefix-huge-4 {
    margin-left: 33.33333%;
  }
  .suffix-huge-4 {
    margin-right: 33.33333%;
  }
  .huge-5 {
    width: 41.66667%;
  }
  .prefix-huge-5 {
    margin-left: 41.66667%;
  }
  .suffix-huge-5 {
    margin-right: 41.66667%;
  }
  .huge-6 {
    width: 50%;
  }
  .prefix-huge-6 {
    margin-left: 50%;
  }
  .suffix-huge-6 {
    margin-right: 50%;
  }
  .huge-7 {
    width: 58.33333%;
  }
  .prefix-huge-7 {
    margin-left: 58.33333%;
  }
  .suffix-huge-7 {
    margin-right: 58.33333%;
  }
  .huge-8 {
    width: 66.66667%;
  }
  .prefix-huge-8 {
    margin-left: 66.66667%;
  }
  .suffix-huge-8 {
    margin-right: 66.66667%;
  }
  .huge-9 {
    width: 75%;
  }
  .prefix-huge-9 {
    margin-left: 75%;
  }
  .suffix-huge-9 {
    margin-right: 75%;
  }
  .huge-10 {
    width: 83.33333%;
  }
  .prefix-huge-10 {
    margin-left: 83.33333%;
  }
  .suffix-huge-10 {
    margin-right: 83.33333%;
  }
  .huge-11 {
    width: 91.66667%;
  }
  .prefix-huge-11 {
    margin-left: 91.66667%;
  }
  .suffix-huge-11 {
    margin-right: 91.66667%;
  }
  .huge-12 {
    width: 100%;
  }
  .prefix-huge-12 {
    margin-left: 100%;
  }
  .suffix-huge-12 {
    margin-right: 100%;
  }
  .prefix-huge-0 {
    margin-left: 0;
  }
  .suffix-huge-0 {
    margin-right: 0;
  }
}

/**
 * Accordion
 */
.accHandler {
  cursor: pointer;
  padding: 0.31818rem 0.81818rem;
  background: #e5e5e5;
  position: relative;
}

.accHandler:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.81818rem;
  font-size: 1rem;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/**
 * Back to top
 */
.backToTop {
  background: #fff;
  border: 1px solid #15243d;
  color: #15243d;
  text-decoration: none;
  position: fixed;
  bottom: 2%;
  right: 2%;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  height: 2.04545rem;
  opacity: .9;
  width: 2.04545rem;
  z-index: 1000;
}

.backToTop:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-indent: 0;
}

.backToTop:hover, .backToTop:active, .backToTop:focus {
  border: 1px solid #fff;
  color: #fff;
  background: #15243d;
}

noscript {
  margin-top: 60px;
  display: block;
}

noscript input#noticebar {
  display: none;
}

noscript input#noticebar:checked ~ div {
  opacity: 1;
  visibility: visible;
}

noscript input#noticebar:checked ~ label {
  background: #fff;
  color: #b2985a;
}

noscript label {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  background: #b2985a;
  bottom: 0.45455rem;
  color: #fff;
  font-size: 1.13636rem;
  height: 2.04545rem;
  opacity: .9;
  position: fixed;
  right: 0.45455rem;
  text-decoration: none;
  width: 2.04545rem;
  z-index: 910;
}

noscript label:before {
  display: inline-block;
  left: 50%;
  position: absolute;
  text-indent: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

noscript label:hover {
  cursor: pointer;
  background: #a58b4d;
}

noscript label + div {
  opacity: 0;
  visibility: hidden;
  height: 100vh;
}

noscript label + div, .noticeBar {
  background: rgba(178, 152, 90, 0.95);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  left: 0;
  padding: .5rem;
  position: fixed;
  text-align: center;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  z-index: 900 !important;
}

noscript label + div span, .noticeBar span {
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 1rem;
  line-height: 1.36364rem;
  margin: 0;
}

noscript label + div a, .noticeBar a {
  color: #fff;
}

noscript label + div a:hover, .noticeBar a:hover {
  color: #fff;
  text-decoration: none;
}

noscript div:first-child {
  display: none;
}

.breadcrumb li {
  list-style: none;
  float: left;
}

.breadcrumb li:before {
  content: ">";
  padding: 0 1rem;
}

.breadcrumb li:first-child:before {
  content: "";
  padding: 0;
}

/**
 * Debug mode
 */
#log_container pre, #log_container .checkupXYZ {
  height: 100%;
  overflow-y: scroll;
  background: #fff;
  padding: 1%;
}

#log_container {
  height: 100%;
  width: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  color: #5b5f65;
  background: #f2f2f2;
  padding: 2%;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-box-shadow: inset 0 0 0.04545rem 0.04545rem rgba(178, 152, 90, 0.5);
          box-shadow: inset 0 0 0.04545rem 0.04545rem rgba(178, 152, 90, 0.5);
  z-index: 99999999;
}

#log_container:target,#log_container.show {
  top: 0;
}

#log_container ul {
  list-style: inside square;
}

#log_container ul ul {
  margin-left: 2rem;
}

#log_container ul h3 {
  display: inline-block;
}

#log_container ul li {
  padding: 0.5rem 0;
  border-bottom: 0.04545rem solid #f2f2f2;
}

#log_container ul li:last-child {
  border: none;
}

#log_container h1 {
  text-align: center;
  padding-top: 2rem;
}

#log_container h2 {
  padding-bottom: 0.5rem;
  border-bottom: 0.04545rem solid #e5e5e5;
  text-align: center;
  margin-top: 4rem;
}

#log_container h2,#log_container h3 {
  font-weight: normal;
}

#log_container .checkup_pages li {
  padding: 1rem;
}

#log_container .checkup_pages .sub {
  margin-left: 2rem;
}

#log_container > p {
  margin-bottom: 4rem;
}

.checkup_pages > li:nth-child(odd) {
  background: #F4F4F4;
}

.checkupXYZ {
  width: 960px;
  margin: 0 auto;
  resize: horizontal;
}

.informatizer {
  background: #8DD45C;
  padding: 1%;
  position: fixed;
  top: 2%;
  right: 2%;
  display: block;
  color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  text-decoration: none;
}

.informatizer:before {
  margin-right: 1rem;
  font-size: 1.09091em;
  line-height: 1rem;
}

.informatizer a {
  color: #fff;
}

/**
* Lightcase - jQuery Plugin
* The smart and flexible Lightbox Plugin.
*
* @author		Cornel Boppart <cornel@bopp-art.com>
* @copyright	Author
*
* @version		2.3.4 (29/12/2015)
*/
/**
* Provides natural content overflow behavior and scrolling support
* even so for touch devices.
*
* Example usage:
* @include overflow()
*/
/**
* Neutralizes/resets dimensions including width, height, position as well as margins,
* paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
*
* Example usage:
* @include clear(true)
*
* @param boolean $important
*/
[class*='lightcase-icon-']:before {
  font-family: "FontAwesome", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 49.9em) {
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 50em) {
  #lightcase-case:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-shadow: none;
    background-color: rgba(91, 95, 101, 0.5);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}

@media screen and (min-width: 50em) {
  #lightcase-case[data-lc-type=image] #lightcase-content,
  #lightcase-case[data-lc-type=video] #lightcase-content {
    background-color: rgba(91, 95, 101, 0.5);
  }
}

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 49.9em) {
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 49.9em) {
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner, #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}

@media screen and (max-width: 49.9em) {
  .lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 49.9em) and (min-width: 50em) {
  [data-lc-type=image] #lightcase-content .lightcase-contentInner,
  [data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}

.lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 49.9em) {
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

#lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
  background-color: #fff;
}

@media screen and (min-width: 50em) {
  #lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#lightcase-content .lightcase-contentInner .lightcase-inlineWrap div {
  padding-bottom: 0.1em;
}

@media screen and (max-width: 49.9em) {
  #lightcase-content * {
    color: #fff;
  }
}

@media screen and (min-width: 50em) {
  #lightcase-content * {
    color: #5b5f65;
  }
}

#lightcase-content img {
  width: auto;
}

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 49.9em) {
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 50em) {
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}

.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 49.9em) {
  .lightcase-open body {
    padding: 55px 0 70px 0;
  }
  .lightcase-open body > *:not([id*='lightcase-']) {
    position: fixed !important;
    top: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }
}

#lightcase-info {
  position: absolute;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  left: 0;
  right: 0;
}

#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#lightcase-info #lightcase-title {
  font-size: 1rem;
  color: #fff;
}

#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 0.59091rem;
  color: rgba(255, 255, 255, 0.8);
}

#lightcase-info #lightcase-caption:not(:empty) {
  border-left: 2px solid rgba(255, 255, 255, 0.4);
  padding-left: 10px;
  margin-top: 10px;
}

#lightcase-info #lightcase-sequenceInfo {
  font-size: 0.59091rem;
  color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 15px;
  left: 0;
  max-width: 87.5%;
  padding: 5px 15px;
  background: rgba(91, 95, 101, 0.8);
}

@media screen and (max-width: 49.9em) {
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}

#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: fa-spin 0.5s infinite linear;
  animation: fa-spin 0.5s infinite linear;
}

#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #ccc;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

#lightcase-loading:hover {
  color: #fff;
}

#lightcase-nav a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

#lightcase-nav a[class*='lightcase-icon-'], #lightcase-nav a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: #ccc;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#lightcase-nav a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

#lightcase-nav a[class*='lightcase-icon-']:hover {
  color: #fff;
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px;
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px;
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause, #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 50em) {
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause, #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0;
  }
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

@media screen and (max-width: 49.9em) {
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
    position: absolute;
  }
}

@media screen and (min-width: 50em) {
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
    position: fixed;
  }
}

@media screen and (max-width: 49.9em) {
  #lightcase-nav a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 50em) {
  #lightcase-nav a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  #lightcase-nav a[class*='lightcase-icon-']:hover,
  #lightcase-case:hover ~ #lightcase-nav a[class*='lightcase-icon-'] {
    opacity: 1;
  }
}

#lightcase-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background: rgba(91, 95, 101, 0.8);
}

@media screen and (max-width: 49.9em) {
  #lightcase-overlay {
    opacity: 1 !important;
  }
}

/**
 * jQuery content slideshow
 * @name showslide
 * @author Dominik Kressler
 * @version 1.1.3
 * @category jQuery plugin
 * @copyright (c) 2013
 *
 * Changelog:
 *
 * SEE JS FILE
*/
a.showslideController.showslidePlay:before, a.showslideController.showslidePlay.true:before, a.showslideController.showslidePrev:before, a.showslideController.showslideNext:before {
  font-family: "FontAwesome";
  text-indent: 0;
  display: block;
  color: #fff;
  font-size: 1.09091rem;
  text-align: center;
  line-height: 2rem;
}

/**
 * NAVIGATION
 */
.showslideController {
  cursor: pointer;
  list-style: none;
  z-index: 20;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

a.showslideController {
  background-color: rgba(91, 95, 101, 0.2);
  border-radius: 0.18182rem;
  display: block;
  height: 1.36364rem;
  position: absolute;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0.13636rem;
  opacity: .6;
  width: 1.36364rem;
}

a.showslideController.showslidePlay {
  bottom: 0.81818rem;
  left: 50%;
  margin-left: -0.68182rem;
}

a.showslideController.showslidePrev, a.showslideController.showslideNext {
  top: 50%;
  margin-top: -0.68182rem;
}

a.showslideController.showslidePrev {
  left: 0.81818rem;
}

a.showslideController.showslideNext {
  right: 0.81818rem;
}

a.showslideController:hover {
  background-color: rgba(91, 95, 101, 0.8);
  opacity: 1;
}

.showslideSelect {
  z-index: 20;
  position: absolute;
  bottom: 0.40909rem;
  margin: auto;
  text-align: center;
  width: 100%;
}

.showslideSelect li {
  display: inline-block;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  width: 0.63636rem;
  height: 0.63636rem;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
  margin-right: 0.68182rem;
}

.showslideSelect.thumbnails li {
  width: 2.90909rem;
  height: 2.90909rem;
  background-size: cover;
  border: 3px solid #15243d;
}

.showslideSelect li.active, .showslideSelect li:hover {
  opacity: 1;
}

/**
* GLOBALS
**/
.slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  /**
     * SPEED SETTING
     */
  /**
    * SPECIAL EASINGS
    * FOR MORE EASINGS: http://matthewlein.com/ceaser/
    **/
  /**
    * TRANSITIONS
    **/
  /**
    * FADE
    **/
  /**
    * HORIZONTAL
    **/
  /**
     * VERTICAL
     */
  /**
     * FLIP
     */
  /**
     * puffOUT
     */
  /**
     * puffIN
     */
  /**
     * zoomOUT
     */
  /**
     * zoomIN
     */
}

.slider > .animate {
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
}

.slider.horizontal > .animate {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}

.slider.vertical > .animate {
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
          transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  /* easeInOutCirc */
}

.slider.fade > .animate,.slider.flip > .animate,.slider.puffOut > .animate,.slider.puffIn > .animate {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */
}

.slider.zoomOut > .animate,.slider.zoomIn > .animate {
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
          transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  /* easeInOutCirc */
}

.slider .slide {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  /**
        * ELEMENTS WITH data-caption-ATTRIBUTES
        **/
}

.slider .slide:not(.active) {
  z-index: 1;
}

.slider .slide.active {
  float: left;
  position: relative;
  z-index: 10;
}

.slider .slide img {
  height: auto;
  width: 100%;
}

.slider .slide[data-caption]:after {
  content: attr(data-caption);
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  color: #000;
  display: block;
  padding: 1em;
  position: absolute;
  width: 100%;
  top: -100%;
}

.slider .slide.active[data-caption]:after {
  top: 0;
}

.slider .slide[data-caption]:after,.slider.fade > .animate, .slider.horizontal > .animate, .slider.vertical > .animate, .slider.zoomOut > .animate, .slider.zoomIn > .animate, .slider.puffOut > .animate, .slider.puffIn > .animate {
  -webkit-transition-property: all;
  transition-property: all;
}

.slider.fade .slide {
  opacity: 0;
}

.slider.fade .slide.active {
  opacity: 1;
}

.slider.horizontal .slide.active {
  left: 0;
  z-index: 10;
}

.slider.horizontal .slide.right {
  left: 100%;
  z-index: 1;
}

.slider.horizontal .slide.left {
  left: -100%;
  z-index: 1;
}

.slider.vertical .active {
  top: 0;
  z-index: 10;
}

.slider.vertical .left {
  top: -100%;
  z-index: 1;
}

.slider.vertical .right {
  top: 100%;
  z-index: 1;
}

.slider.flip {
  overflow: visible;
}

.slider.flip > .animate {
  -webkit-transition: all 2000ms ease-in-out;
  transition: all 2000ms ease-in-out;
}

.slider.flip .left {
  opacity: 0;
  -webkit-transform: perspective(800px) rotateX(-180deg) translateZ(300px);
          transform: perspective(800px) rotateX(-180deg) translateZ(300px);
}

.slider.flip .right {
  opacity: 0;
  -webkit-transform: perspective(800px) rotateX(180deg) translateZ(300px);
          transform: perspective(800px) rotateX(180deg) translateZ(300px);
}

.slider.flip .active {
  opacity: 1;
  -webkit-transform: perspective(0) rotateX(0) translateZ(0);
          transform: perspective(0) rotateX(0) translateZ(0);
}

.slider.puffOut {
  overflow: visible;
}

.slider.puffOut .left {
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.slider.puffOut .right {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.slider.puffOut .active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.slider.puffIn {
  overflow: visible;
}

.slider.puffIn .left {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.slider.puffIn .right {
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.slider.puffIn .active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.slider.zoomOut .left {
  opacity: 0;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
}

.slider.zoomOut .right {
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.slider.zoomOut .active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.slider.zoomIn .left,.slider.zoomIn .right {
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.slider.zoomIn .active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

* {
  margin: 0;
  padding: 0;
}

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

html,
body {
  width: 100%;
  height: 100%;
}

html {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #5b5f65;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 137.5%;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  /* disable text resize in landscape. e.g. on iphone */
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

body {
  line-height: 1.31818rem;
}

body.the-customer-page #log_hider,body.ie-8 #pageloader:after {
  display: none;
}

iframe {
  border: none;
  width: 100%;
}

/**
 * General Margin
 */
p, ol, dl, .margin-bottom, h1, h2, h3, h4, h5, h6, ul.styled-list, main ul, table, .lightbox-image:not([href*=qr]) {
  margin-bottom: 1.31818rem;
  font-weight: 300;
}

dl dt, dl dd {
  margin-bottom: 0.6rem;
}

/**
 * Headlines
 */
h1, h2, h3, h4, h5, h6 {
  display: block;
  text-rendering: optimizeLegibility;
}

h1, .h1-like {
  font-family: "SansitaOne";
  font-size: 1.81818rem;
  line-height: 1.2em;
  color: #15243d;
  font-style: italic;
}

h1 span, .h1-like span {
  font-weight: 700;
  letter-spacing: -0.04545rem;
  color: #bbbec3;
  font-size: 1.3rem;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.373rem;
  font-style: normal;
}

h2, .h2-like {
  font-size: 1.36364rem;
  font-family: "SansitaOne";
  line-height: 1.3em;
  color: #15243d;
  font-style: italic;
}

h2.h2-smaller, .h2-like.h2-smaller {
  font-size: 1.236rem;
  margin-top: 0.90909rem;
  color: #87898e;
}

h2 span, .h2-like span {
  font-weight: 700;
  letter-spacing: -0.04545rem;
  color: #bbbec3;
  font-size: 1rem;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.36364rem;
  font-style: normal;
}

h3 {
  font-size: 1.22727rem;
  font-family: "SansitaOne";
  line-height: 1.3em;
  color: #15243d;
  font-style: italic;
}

h3 span {
  font-weight: 700;
  letter-spacing: 0;
  color: #bbbec3;
  font-size: 0.81818rem;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.36364rem;
  font-style: normal;
  margin-top: 0.22727rem;
}

h4 {
  font-size: 1.22727rem;
  font-family: "SansitaOne";
  line-height: 1.3em;
  color: #15243d;
  font-style: italic;
}

h5,h6 {
  font-size: 1.13636rem;
  font-family: "SansitaOne";
  line-height: 1.3em;
  font-style: italic;
}

/**
 * Links
 */
h5,h6,a {
  color: #15243d;
}
a {
  word-break: break-all;
}

a:focus, a:hover, a:active {
  color: #979ca4;
}

a img {
  border: none;
}

a[href$=".pdf"]:before {
  margin-right: 0.5em;
}

a[href^=tel] {
  color: inherit;
  text-decoration: underline;
}

hr, .hr {
  background: #e5e5e5;
  border: none;
  clear: both;
  height: 0.04545rem;
  margin: 2.5rem 0;
}

hr.small, .hr.small {
  background: url(../images/layout/hr-small.png) no-repeat 0 0;
  margin: 1.5rem 0;
}

ul {
  list-style: none;
}

ul.styled-list li, main ul li {
  padding: .3rem 0;
}

ul.styled-list li:before, main ul li:before {
  content: "»";
  line-height: 1.5rem;
  margin-right: .5rem;
}

ul.styled-list ul, main ul ul {
  margin-left: 1rem;
  margin-bottom: 0;
}

ul.unstyled-list {
  margin-bottom: 0;
}

ul.unstyled-list li {
  padding-bottom: 0;
  padding-top: 0;
}

ul.unstyled-list li:before {
  content: none;
}

/**
 * Images
 */
img {
  vertical-align: bottom;
}

/*
 * responsive images
 */
img:not([src^='http://cms.']) {
  float: none;
  height: auto;
  max-width: 100%;
  width: 100%;
}

[data-rel] img:not([src^='http://cms.']), .lightbox-image img:not([src^='http://cms.']) {
  margin-bottom: 0;
}

/*
 * reset copyright link
 */
[href*='alpen-web.ch'],
[href*='bewertet.de'],
[href*='euroweb.at'],
[href*='euroweb.de'],
[href*='ew.de'],
[href*='geprueft.de'],
[href*='web2walk.com'],
[href*='wn-onlineservice.de'] {
  display: table;
  text-decoration: none;
}

[href*='alpen-web.ch'] img,
[href*='bewertet.de'] img,
[href*='euroweb.at'] img,
[href*='euroweb.de'] img,
[href*='ew.de'] img,
[href*='geprueft.de'] img,
[href*='web2walk.com'] img,
[href*='wn-onlineservice.de'] img {
  background: none;
  border-radius: 0;
  border: none;
  margin-bottom: 5px;
  outline: none;
  padding: 0;
  white-space: normal;
  width: auto !important;
}

/**
 * Tables
 */
table {
  border-collapse: collapse;
  width: 100%;
}

table caption {
  font-size: 1.2rem;
  font-weight: 700;
  padding-bottom: .5rem;
}

table, thead, tbody, th, td, tr, caption {
  display: block;
}

thead {
  border-collapse: collapse;
}

thead tr {
  position: absolute;
  top: -999%;
  left: -999%;
}

tbody tr {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.81818rem 0;
}

td {
  min-height: 1rem;
  padding: 0.3rem 0.81818rem 0.3rem 35%;
  position: relative;
}

td:before {
  content: attr(data-label) ": ";
  font-weight: bold;
  left: 1rem;
  position: absolute;
  top: .3rem;
  white-space: nowrap;
  width: 45%;
}

@media (min-width: 40em) {
  table {
    display: table;
  }
  caption {
    display: table-caption;
  }
  thead {
    display: table-header-group;
  }
  tbody {
    display: table-row-group;
  }
  tr {
    display: table-row;
  }
  th, td {
    display: table-cell;
    vertical-align: top;
  }
  td {
    min-height: inherit;
    padding: 0.81818rem 1rem;
  }
  td:before {
    display: none;
    content: "";
    width: auto;
  }
  thead tr {
    position: static;
    left: auto;
    top: auto;
  }
}

.clear {
  clear: both;
  float: none;
}

.clearfix {
  zoom: 1;
}

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

.hidden {
  display: none;
}

.hide-text {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  overflow: hidden;
  width: 0;
}

.float-left {
  float: left;
}

img.float-left {
  margin-right: 1rem;
}

.float-right {
  float: right;
}

img.float-right {
  margin-left: 1rem;
}

.fluid {
  height: auto;
  width: 100%;
}

.non-fluid {
  width: auto !important;
}

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

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

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

.wide {
  width: 100%;
  display: block;
}

/* 16:9 video resolutions */
.video-container, main .google-maps {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.video-container iframe, main .google-maps iframe {
  border: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

/* default colorbox hover */
.lightbox-image:not([href*=qr]) {
  display: table;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.lightbox-image:not([href*=qr]):before {
  border-radius: 100%;
  color: rgba(255, 255, 255, 0.75);
  content: '+';
  display: block;
  font-family: sans-serif;
  font-size: 2rem;
  height: 2em;
  left: 100%;
  line-height: 1.8;
  position: absolute;
  text-align: center;
  text-shadow: 0.04545rem 0.04545rem 0.04545rem rgba(91, 95, 101, 0.8);
  top: 100%;
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
  width: 2em;
  z-index: 1;
}

.lightbox-image:not([href*=qr]):after {
  background-color: rgba(91, 95, 101, 0.25);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.lightbox-image:not([href*=qr]):hover img, .lightbox-image:not([href*=qr]):focus img {
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

.lightbox-image:not([href*=qr]):hover:before, .lightbox-image:not([href*=qr]):focus:before {
  background-color: rgba(21, 36, 61, 0.5);
  font-size: 3rem;
  height: 1.5em;
  left: 50%;
  line-height: 1.5;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  width: 1.5em;
}

.lightbox-image:not([href*=qr]):hover:after, .lightbox-image:not([href*=qr]):focus:after {
  opacity: .5;
}

body:before {
  content: "default:0....tiny:30em....small:40em....medium:50em....large:62em....giant:75em....huge:95em";
  display: none !important;
  /* Prevent from displaying. */
}

body.devmode:before, body.debug:before {
  background: #b2985a;
  color: #fff;
  display: block !important;
  height: 2rem;
  left: 0;
  line-height: 2rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 99999;
}

.lightbox-image:not([href*=qr]):before, .lightbox-image:not([href*=qr]):after, .lightbox-image:not([href*=qr]) img {
  -webkit-transition: 300ms;
  transition: 300ms;
}

dl.floatList {
  zoom: 1;
}

dl.floatList:after {
  content: "";
  display: table;
  clear: both;
}

dl.floatList dt, dl.floatList dd {
  display: block;
  vertical-align: top;
  float: left;
}

dl.floatList dt {
  padding-right: .5rem;
  width: 40%;
  clear: left;
}

dl.floatList dd {
  width: 60%;
}

body.impressum dl.floatList {
  zoom: 1;
}

body.impressum dl.floatList:after {
  content: "";
  display: table;
  clear: both;
}

body.impressum dl.floatList dt, body.impressum dl.floatList dd {
  display: block;
  vertical-align: top;
  float: left;
}

body.impressum dl.floatList dt {
  padding-right: .5rem;
  width: 100%;
  clear: left;
}

@media (min-width: 40em) {
  body.impressum dl.floatList dt {
    width: 40%;
    margin-bottom: 0.22727rem;
  }
}

body.impressum dl.floatList dd {
  width: 100%;
  margin-bottom: 0.90909rem;
}

@media (min-width: 40em) {
  body.impressum dl.floatList dd {
    width: 60%;
    margin-bottom: 0.22727rem;
  }
}

dl.floatList-footer {
  zoom: 1;
}

dl.floatList-footer:after {
  content: "";
  display: table;
  clear: both;
}

dl.floatList-footer dt, dl.floatList-footer dd {
  display: block;
  vertical-align: top;
  float: left;
}

dl.floatList-footer dt {
  padding-right: .5rem;
  width: 30%;
  clear: left;
}

dl.floatList-footer dd {
  width: 70%;
}

img.imgWidth, #internet-media a img, .ewcms_img, .ewcms_edit_img {
  width: auto;
  max-width: auto;
}

body {
  overflow-x: hidden;
}

body.cmsbackend .partnerSlider {
  display: none;
}

strong {
  font-weight: 700;
}

.highlight {
  color: #979ca4;
}

.btn {
  background: #e5e5e5;
  border: none;
  color: #5b5f65;
  cursor: pointer;
  display: table;
  font-size: 1rem;
  line-height: 1rem;
  padding: .7rem 1rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}

.btn:hover, .btn:active, .btn:focus {
  background: #5b5f65;
  color: #fff;
}

.btn *[class^="icon"] {
  margin-left: .5rem;
  vertical-align: middle;
}

.notification {
  padding: 1em;
  background: #b2985a;
  color: #fff;
  font-size: 1.2em;
}

.page-wrap {
  -webkit-transform: none;
          transform: none;
}

@media (min-width: 62em) {
  body.index .header {
    height: 28.18182rem;
  }
}

@media (min-width: 75em) {
  body.index .header {
    height: 47.27273rem;
  }
}

body.index #slideshow-img {
  display: none;
}

@media (min-width: 50em) {
  body.index #slideshow-img {
    width: auto;
    display: block;
    height: 15.90909rem;
    max-width: auto;
    text-align: center;
  }
}

@media (min-width: 62em) {
  body.index #slideshow-img {
    height: 16.81818rem;
  }
}

@media (min-width: 75em) {
  body.index #slideshow-img {
    height: 40.90909rem;
  }
}

body.index #slideshow-img img {
  width: auto;
  height: auto;
  max-width: inherit;
}

@media (min-width: 50em) {
  body.index #slideshow-img img {
    position: relative;
    top: -6.81818rem;
  }
}

@media (min-width: 75em) {
  body.index #slideshow-img img {
    height: 34.54545rem;
    top: 0;
  }
}

body.index #slideshow-img .claim {
  display: none;
}

@media (min-width: 75em) {
  body.index #slideshow-img .claim {
    display: block;
    position: absolute;
    z-index: 300;
    color: #fff;
    background: url("/images/blue.png");
    top: 1.81818rem;
    right: 70px;
    width: 25.68182rem;
    height: auto;
    text-align: left;
    padding: 2.3rem;
    top: 7.27273rem;
    right: auto;
    margin-left: 0.45455rem;
    left: 50%;
  }
}

@media (min-width: 75em) {
}

body.index #slideshow-img ul.showslideSelect {
  display: block;
  width: auto;
}

@media (min-width: 62em) {
  body.index #slideshow-img ul.showslideSelect {
    top: 13.63636rem;
  }
}

@media (min-width: 75em) {
  body.index #slideshow-img ul.showslideSelect {
    top: 30.45455rem;
  }
}

.header {
  background: #fff;
  position: relative;
  padding: 0.45455rem 0.81818rem;
  width: 100%;
  /*@include breakpoint(giant) {
	height:rem(1040px);		
	}*/
}

@media (min-width: 50em) {
  .header {
    padding: 0;
    height: 27.27273rem;
    background: url(../images/layout/branding-hr.png) no-repeat center 3.90909rem;
  }
}

@media (min-width: 62em) {
  .header {
    height: 28.63636rem;
  }
}

@media (min-width: 75em) {
  .header {
    height: 28.63636rem;
  }
}

.header .phone-number {
  text-align: center;
  letter-spacing: 0.13636rem;
  font-size: 0.90909rem;
  padding-top: 0.68182rem;
  padding-bottom: 0.68182rem;
  display: block;
}

@media (min-width: 50em) {
  .header .phone-number {
    position: absolute;
    font-weight: 300;
    left: 1.13636rem;
    width: 10.90909rem;
    margin: 0;
    font-size: 0.81818rem;
    top: 11.22727rem;
    z-index: 200;
    text-align: center;
    background: #15243d;
    color: #fff;
    display: inline-block;
    padding: 0.45455rem 0;
  }
}

@media (min-width: 75em) {
  .header .phone-number {
    position: absolute;
    left: 50%;
    top: 9.54545rem;
    margin-left: -26.59091rem;
  }
}

.header .phone-number:before {
  content: "\f098";
  font-family: 'FontAwesome';
  margin-right: 0.68182rem;
  display: inline-block;
  color: #15243d;
  text-indent: 0;
}

@media (min-width: 50em) {
  .header .phone-number:before {
    color: #fff;
    margin-right: 0.45455rem;
  }
}

.header .information {
  text-align: center;
  letter-spacing: 0.04545rem;
  font-size: 0.90909rem;
  padding: 11px;
  display: block;
  line-height: 1.2;
  border: 1px solid;
}

@media (min-width: 50em) {
  .header .information {
    background: #dec74e none repeat scroll 0 0;
    font-size: 21px;
    left: 34%;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 247px;
    width: 24rem;
    z-index: 100;
    color: #15243d;
    border: 0;
  }
}

@media (min-width: 62em) {
  .header .information {
    left: 28%;
    width: 32rem;
  }
}

@media (min-width: 75em) {
  .header .information {
    width: 35rem;
    top: 210px;
    left: 31%;
    font-size: 19px;
  }
}

.header .branding {
  position: relative;
  text-align: center;
  z-index: 1;
  display: block;
  padding: 1.13636rem 0 1.81818rem;
  top: 1rem;
}

.header .branding img {
  width: auto;
  height: 2.36364rem;
  display: inline-block;
  z-index: 1;
  text-align: center;
}

@media (min-width: 50em) {
  .header .branding {
    position: absolute;
    z-index: 500;
    width: 13.09091rem;
    height: 2.36364rem;
    padding: 0;
    left: 50%;
    margin-left: -6.54545rem;
    top: 1.81818rem;
  }
  .header .branding img {
    width: 100%;
    height: auto;
    display: block;
    float: left;
  }
}

.header .slideshowContainer {
  top: 11.22727rem;
  position: relative;
}

@media (min-width: 75em) {
  .header .slideshowContainer {
    top: 9.54545rem;
  }
}

#slideshow-img {
  display: none;
  /*@include breakpoint(giant) {
		height: rem(760px);	
	}*/
}

@media (min-width: 50em) {
  #slideshow-img {
    width: auto;
    display: block;
    height: 15.90909rem;
    max-width: auto;
    text-align: center;
  }
}

@media (min-width: 62em) {
  #slideshow-img {
    height: 16.81818rem;
  }
}

@media (min-width: 75em) {
  #slideshow-img {
    height: 18.18182rem;
  }
}

#slideshow-img img {
  width: auto;
  height: auto;
  max-width: inherit;
}

@media (min-width: 50em) {
  #slideshow-img img {
    position: relative;
    top: -9.09091rem;
  }
}

@media (min-width: 75em) {
  #slideshow-img img {
    height: 34.54545rem;
    top: -6.81818rem;
  }
}

#slideshow-img a.showslideController {
  border-radius: 0px;
  background-color: rgba(21, 36, 61, 0.6);
}

@media (min-width: 50em) {
  #slideshow-img a.showslideController {
    display: none;
  }
}

#slideshow-img a.showslideController:before {
  font-size: 0.72727rem;
  line-height: 1.09091rem;
}

#slideshow-img ul.showslideSelect {
  display: block;
}

@media (min-width: 62em) {
  #slideshow-img ul.showslideSelect {
    display: block;
    z-index: 20;
    position: absolute;
    bottom: 0;
    margin: auto;
    text-align: left;
    width: 9.09091rem;
    top: 13.63636rem;
    left: 1.36364rem;
  }
}

@media (min-width: 75em) {
  #slideshow-img ul.showslideSelect {
    display: block;
    z-index: 20;
    position: absolute;
    bottom: 0;
    margin: auto;
    text-align: left;
    width: 9.09091rem;
    top: 15rem;
    left: 50%;
    margin-left: -26.36364rem;
  }
}

#slideshow-img ul.showslideSelect li {
  border-radius: 0;
  width: 1.18182rem;
  height: 1.18182rem;
  background: none;
  border: 0.18182rem solid #fff;
  opacity: 1;
}

#slideshow-img ul.showslideSelect li:hover, #slideshow-img ul.showslideSelect li.active {
  background: #15243d;
  border-color: #15243d;
}

#slideshow-img .claim {
  display: none;
}

@media (min-width: 75em) {
  #slideshow-img .claim {
    display: block;
    position: absolute;
    z-index: 300;
    color: #fff;
    background: url("/images/blue_klein.png");
    top: -1.36364rem;
    right: 70px;
    width: 25.68182rem;
    height: auto;
    text-align: left;
    padding: 4.09091rem 3.63636rem 4.09091rem 3.63636rem;
    top: 1.3rem;
    right: auto;
    margin-left: 0.45455rem;
    left: 50%;
  }
}

@media (min-width: 75em) {
}

#slideshow-img .claim p {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.31818rem;
}

#slideshow-img .claim p.headline {
  border-left: 1px solid #fff;
  padding-left: 1.36364rem;
  font-family: "SansitaOne";
  font-style: italic;
  font-size: 1.59091rem;
  line-height: 2.04545rem;
  margin-bottom: 1.59091rem;
}

#slideshow-img .claim a.btn {
  border: 1px solid #fff;
  background: none;
  color: #fff;
  letter-spacing: 0.13636rem;
  font-size: 0.77273rem;
  text-transform: uppercase;
  padding: 0.68182rem 1.81818rem;
}

#slideshow-img .claim a.btn:after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-left: 0.68182rem;
  display: inline-block;
  color: #fff;
  text-indent: 0;
}

#slideshow-img .claim a.btn:hover {
  background: #e5e5e5;
  color: #5b5f65;
}

#slideshow-img .claim a.btn:hover:after {
  color: #5b5f65;
}

main {
  display: block;
}

@media (min-width: 50em) {
  main.content {
    margin: 21rem 0;
  }
}

@media (min-width: 75em) {
  main.content {
    position: relative;
    z-index: 500;
    margin: 5.45455rem 0;
  }
}

main.content ul {
  margin: 0 0 1.36364rem 0;
  position: relative;
}

main.content ul li {
  padding: 0.3rem 1.13636rem;
}

main.content ul li a {
  color: #5b5f65;
}

main.content ul li a:hover {
  color: #979ca4;
}

main.content ul li:before {
  content: "\f1db";
  font-family: 'FontAwesome';
  margin-right: 0.45455rem;
  display: inline-block;
  color: #15243d;
  font-weight: 300;
  text-indent: 0;
  position: absolute;
  left: 0;
}

main.content h3.accHandler:hover, main.content h3.accHandler.active {
  background: #15243d;
  color: #fff;
}

@media (min-width: 50em) {
  main.content .paddingLeft {
    padding-left: 1.36364rem;
  }
}

@media (min-width: 62em) {
  main.content .paddingLeft {
    padding-left: 1.81818rem;
  }
}

@media (min-width: 75em) {
  main.content .paddingLeft {
    padding-left: 2.27273rem;
  }
}

@media (min-width: 50em) {
  main .img-fullsize {
    height: 1px;
  }
}

@media (min-width: 50em) {
  main .img-fullsize .imgContainer {
    position: absolute;
    right: calc(66% + 36px);
    top: 40px;
  }
}

@media (min-width: 50em) {
  main .img-fullsize .imgContainer-right {
    position: absolute;
    left: calc(50% + 36px);
    top: 7.27273rem;
  }
}

@media (min-width: 62em) {
  main .img-fullsize .imgContainer-right {
    position: absolute;
    left: calc(50% + 36px);
    top: 0;
  }
}

@media (min-width: 75em) {
  main .img-fullsize .imgContainer-right {
    top: 7.27273rem;
  }
}

main section.first h2 {
  font-family: "SansitaOne";
  font-size: 2.04545rem;
  font-style: italic;
  color: #15243d;
  padding: 0.90909rem 0;
}

@media (min-width: 50em) {
  main section.first h2 {
    padding: 0 0 0.45455rem;
    margin-bottom: 0;
    line-height: 2.45455rem;
  }
}

main section.first h2:after {
  content: url("../images/layout/border.png");
  display: block;
  top: 0.09091rem;
  position: relative;
}

@media (min-width: 50em) {
  main section.first h2:after {
    top: -0.68182rem;
  }
}

main section.first a.btn {
  border: 1px solid #15243d;
  background: #fff;
  letter-spacing: 0.13636rem;
  font-size: 0.72727rem;
  text-transform: uppercase;
  padding: 0.68182rem 1.36364rem;
}

@media (min-width: 40em) {
  main section.first a.btn {
    padding: 0.68182rem 1.81818rem;
    font-size: 0.77273rem;
  }
}

main section.first a.btn:hover {
  background: #15243d;
  color: #fff;
}

main section.first a.btn:hover:after {
  color: #fff;
}

main section.first a.btn:after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-left: 0.68182rem;
  display: inline-block;
  color: #15243d;
  text-indent: 0;
}

main div.border {
  position: relative;
  box-shadow: 0px 0px 0px 0.36364rem #dadfe8;
  -moz-box-shadow: 0px 0px 0px 0.36364rem #dadfe8;
  -webkit-box-shadow: 0px 0px 0px 0.36364rem #dadfe8;
  background: #fff;
  margin-left: 1.36364rem;
  margin-bottom: 2.27273rem;
}

main div.border.top {
  margin-top: 1.36364rem;
}

main div.border img {
  padding: 0 0.68182rem 0.68182rem 0;
  margin: -0.90909rem 0 0 0;
  width: calc(100% + 160px);
  max-width: calc(100% + 30px);
  margin-left: -1.36364rem;
}

@media (min-width: 50em) {
  main div.border img {
    width: 816px;
    max-width: 861px;
  }
}

main p {
  font-weight: 300;
}

@media (min-width: 50em) {
  main .google-maps {
    height: 27.27273rem;
  }
}

@media (min-width: 62em) {
  .row.theOnlyOne {
    overflow: hidden;
    clear: both;
  }
}

@media (min-width: 75em) {
  .row.theOnlyOne {
    overflow: visible;
    clear: none;
  }
}

.teaserContainer {
  margin: 2.27273rem 0;
  background: #edf1f9;
  padding: 4.54545rem 0;
}

@media (min-width: 50em) {
  .teaserContainer {
    background: #edf1f9 url(../images/layout/teaser-bg-tablet.jpg) repeat-x center 0;
    background-size: cover;
    margin: 4.54545rem 0;
  }
}

@media (min-width: 75em) {
  .teaserContainer {
    background: #edf1f9 url(../images/layout/teaser-bg.jpg) repeat-x center 0;
    background-size: cover;
  }
}

.teaserContainer p.headline {
  font-family: "SansitaOne";
  font-size: 2.04545rem;
  font-style: normal;
  color: #15243d;
  text-align: center;
  width: 100%;
  line-height: 2.27273rem;
  padding: 0 1.13636rem;
}

.teaserContainer p.headline span {
  font-style: italic;
}

.teaserContainer ul.teaser li {
  margin: 0;
  text-indent: 0;
}

.teaserContainer ul.teaser li:before {
  display: none;
}

.teaserContainer ul.teaser li p {
  font-weight: 300;
  font-size: 0.81818rem;
  line-height: 1.18182rem;
  letter-spacing: 0;
  color: #15243d;
}

.teaserContainer ul.teaser li p span {
  font-weight: 700;
  font-size: 0.90909rem;
  letter-spacing: -0.04545rem;
  color: #15243d;
  display: block;
  text-transform: uppercase;
  padding-bottom: 0.68182rem;
}

.teaserContainer ul.teaser li a.btn {
  display: block;
  text-align: right;
  width: 100%;
  padding: 0;
  color: #15243d;
  background: transparent;
  letter-spacing: 0.09091rem;
  text-transform: uppercase;
  font-size: 0.68182rem;
  margin: 0;
  background: url(../images/layout/border-dark.png) repeat-x center 0;
  /*&:before {
						content: '' ;			
						display: inline-block;
						margin-right: rem(15px);
						background:url(../images/layout/border-dark.png) repeat-x center 0;
					}*/
}

.teaserContainer ul.teaser li a.btn span {
  background: #edf1f9;
  position: relative;
  top: -0.5rem;
  padding: 0 0.45455rem;
}

.teaserContainer ul.teaser li a.btn span:after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-left: 0.22727rem;
  display: inline-block;
  color: #15243d;
  text-indent: 0;
}

.teaserContainer ul.teaser li a.btn span:hover {
  background: #15243d;
  color: #fff;
}

.teaserContainer ul.teaser li a.btn span:hover:after {
  color: #fff;
}

body.z-antriebe-php .productsContainer .products {
  width: 100%;
  background: #e6e6e6;
  z-index: 1000;
  display: block;
  position: relative;
  top: 29px;
  left: 0;
  text-align: left;
  border: 2px solid black;
  font-size: .7rem;
  line-height: 24px;
  padding: 1rem;
}

@media (min-width: 30em) {
  body.z-antriebe-php .productsContainer .products {
    font-size: .8rem;
  }
}

@media (min-width: 40em) {
  body.z-antriebe-php .productsContainer .products {
    font-size: 1rem;
  }
}

.special {
  min-height: 30rem;
  max-height: 30rem;
  text-align: center;
  padding: 2rem;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}

@media (min-width: 30em) {
  .special {
    min-height: 38rem;
    max-height: 38rem;
  }
}

@media (min-width: 40em) {
  .special {
    min-height: 33rem;
    max-height: 33rem;
  }
}

img.teaser-motor {
  max-width: 35%;
}

.headline2 {
  margin-top: 1rem;
  background: rgba(236, 236, 236, 0.59);
  border: 3px solid rgba(236, 236, 236, 0.59);
}

a.closeTab {
  font-size: .6rem;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding-bottom: 1rem;
}

.specialrow {
  margin-left: -1.81818rem !important;
  margin-right: -1.81818rem !important;
}

@media (min-width: 75em) {
  .specialrow {
    margin-left: -3.81818rem !important;
    margin-right: -3.81818rem !important;
  }
}

a.entry-title {
  display: inline-block;
  margin-top: 1rem;
}

p.einleitungstext {
  margin-top: 2rem;
}

h4 {
  font-size: 1rem;
}

body.cmsbackend .products,body.nojs .products {
  -webkit-transform: translateY(21rem);
          transform: translateY(21rem);
}

body.cmsbackend .products,body.nojs .products,body.nojs.bootsmotoren .products {
  width: 160%;
  background: #e6e6e6;
  z-index: 1000;
  display: block;
  position: absolute;
  top: -900px;
  left: 416px;
  text-align: left;
  padding-left: .3rem;
  border: 2px solid black;
  font-size: 1rem;
  line-height: 24px;
  padding-top: 1rem;
  max-height: 22rem;
  overflow: scroll;
}

body.nojs.bootsmotoren .products {
  -webkit-transform: translateY(28rem);
          transform: translateY(28rem);
}

body.cmsbackend .specialrow,body.nojs .specialrow {
  margin-left: -1.81818rem !important;
  margin-right: -1.81818rem !important;
}

.products {
  visibility: hidden;
}

body.nojs .products {
  visibility: visible;
}

#lightcase-content .lightcase-contentInner .lightcase-inlineWrap div {
  padding-bottom: 0.1em;
}

#lightcase-content .lightcase-contentInner .lightcase-inlineWrap div .products {
  visibility: visible;
  width: 100%;
  font-size: .55rem;
}

@media (min-width: 62em) {
  #lightcase-content .lightcase-contentInner .lightcase-inlineWrap div .products {
    font-size: .7rem;
  }
}

body.aluboote .h1-like {
  margin-top: 4rem !important;
}

body.aluboote hr, body.aluboote .hr {
  margin-top: 2.5rem;
  margin-bottom: 0 !important;
}

.footer {
  display: block;
  margin-top: 1.81818rem;
}

@media (min-width: 50em) {
  .footer {
    margin-top: 4.54545rem;
  }
}

@media (min-width: 62em) {
  .footer {
    margin-top: 6.36364rem;
  }
}

.footer .footerContainer {
  background: url(../images/layout/footer-bg-mobile.jpg) repeat center 0;
  background-size: cover;
  color: #fff;
  padding: 3.18182rem 0;
}

@media (min-width: 50em) {
  .footer .footerContainer {
    background: url(../images/layout/footer-bg-tablet.jpg) repeat center 0;
    background-size: cover;
  }
}

@media (min-width: 75em) {
  .footer .footerContainer {
    background: url(../images/layout/footer-bg.jpg) repeat center 0;
    background-size: cover;
  }
}

@media (min-width: 50em) {
  .footer .footerContainer {
    margin-top: 0;
    padding: 3.63636rem 0;
  }
}

@media (min-width: 62em) {
  .footer .footerContainer {
    padding: 5.45455rem 0 3.63636rem;
  }
}

.footer .footerContainer p.headline {
  font-family: "SansitaOne";
  font-size: 1rem;
  line-height: 1.31818rem;
  margin-bottom: 0.45455rem;
}

.footer .footerContainer img.logo {
  padding-right: 0.90909rem;
  float: left;
}

.footer .footerContainer a {
  color: #e5e5e5;
}

.footer .footerContainer a:hover {
  text-decoration: none;
}

.footer .footerContainer iframe.maps-footer {
  height: 20.45455rem;
}

.slideshowContainer.partnerSlider {
  background: #f0f2f5;
  display: none;
}

@media (min-width: 50em) {
  .slideshowContainer.partnerSlider {
    display: block;
    padding: 1.81818rem 0;
    margin-top: 3.63636rem;
  }
}

@media (min-width: 62em) {
  .slideshowContainer.partnerSlider {
    display: block;
  }
}

.slideshowContainer.partnerSlider .slider {
  padding: 0 2.72727rem;
}

.slideshowContainer.partnerSlider .slider .slide img {
  width: auto;
}

.slideshowContainer.partnerSlider .slider .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.slideshowContainer.partnerSlider ul.showslideSelect li {
  display: none;
}

.slideshowContainer.partnerSlider a.showslideController {
  border-radius: 4.09091rem;
  background-color: rgba(21, 36, 61, 0.6);
}

.slideshowContainer.partnerSlider a.showslideController:before {
  font-size: 0.72727rem;
  line-height: 1.09091rem;
}

p.empty {
  color: #fff;
}

body.mercury-schlauchboote table.infotabelle {
  display: none;
}

@media (min-width: 40em) {
  body.mercury-schlauchboote table.infotabelle {
    display: block;
  }
}

body.mercury-schlauchboote table p {
  margin-bottom: 0;
}

body.mercury-schlauchboote table th {
  text-align: left;
  padding: 0.8181818182rem 1rem;
}

body.nojs .partnerSlider {
  display: none;
}

img, button, textarea, input, #newsletter-info, h2.accHandler, h3.accHandler, .content img,
.content img:hover, #menu, a.toggle-navi:before, a.close-navi:before, a.btn:before, a.btn:after {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

@media (min-width: 50em) {
  body.index img.boston-whaler {
    -webkit-transform: translateY(-8.5rem);
            transform: translateY(-8.5rem);
  }
}

@media (min-width: 75em) {
  body.index img.boston-whaler {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}

@media (min-width: 50em) {
  img.boston-whaler {
    -webkit-transform: translateY(-8.5rem);
            transform: translateY(-8.5rem);
  }
}

@media (min-width: 75em) {
  img.boston-whaler {
    -webkit-transform: translateY(-4rem);
            transform: translateY(-4rem);
  }
}

.gold-box {
  background: rgba(222, 199, 78, 0.97);
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.gold-box p {
  color: #15243d;
  padding-top: 2rem;
  padding-bottom: 0.3rem;
  font-size: 1.2rem;
  padding-right: 0rem;
  padding-left: 2rem;
  font-family: "SansitaOne";
  font-style: italic;
}

.gold-box .btn {
  margin-left: 2rem;
  margin-bottom: 1rem;
}

iframe,.videoYT {
  width: 100%;
  height: 315px;
}

.newsContent {
  position: unset;
  right: 0;
  width: 100%;
  z-index: 350;
  float: right;
  padding: 0.68182rem 0.68182rem 0 0.68182rem;
}

@media (min-width: 75em) {
  .newsContent {
    max-height: 22.27273rem;
    overflow: hidden;
  }
}

.newsContent p {
  color: #fff;
  font-size: 0.68182rem;
  line-height: 0.90909rem;
  margin-bottom: 0.45455rem;
}

body.index .newsContent {
  background: rgba(114, 123, 138, 0.9) none repeat scroll 0 0;
  margin-bottom: 30px;
  padding: 2.5rem;
}

@media (min-width: 50em) {
  body.index .newsContent {
    top: 11.22727rem;
    width: 100%;
    position: absolute;
    margin-bottom: 0;
    -webkit-transform: translateY(17rem);
            transform: translateY(17rem);
  }
}

@media (min-width: 75em) {
  body.index .newsContent {
    top: 0;
    width: 50%;
    left: 0rem;
  }
}

body:not(.index) .newsContent {
  display: none;
  background: rgba(114, 123, 138, 0.9) none repeat scroll 0 0;
  margin-bottom: 30px;
}

@media (min-width: 62em) {
  body:not(.index) .newsContent {
    display: block;
    top: 11.22727rem;
    position: absolute;
    margin-bottom: 0;
    width: 65%;
  }
}

@media (min-width: 75em) {
  body:not(.index) .newsContent {
    top: 9.5rem;
    width: 50%;
  }
}

.MargBot {
  margin-bottom: 1.3rem;
}

@media (min-width: 50em) {
  .MargBot {
    margin-bottom: 2rem;
  }
}

.margTop {
  margin-top: 1.3rem;
}

@media (min-width: 50em) {
  .margTop {
    margin-top: 2rem;
  }
}

@media (min-width: 40em) {
  .GalleryImg {
    min-height: 13.18182rem;
  }
  .GalleryImg a img {
    height: 11.81818rem;
  }
}

.btn-spez {
  background: #15243d;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 1rem;
  padding: .7rem 1rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
  width: 100%;
  margin-bottom: .5rem;
}

.btn-spez:hover, .btn-spez:active, .btn-spez:focus {
  background: #bbbec3;
  color: #000;
}

.btn-spez *[class^="icon"] {
  margin-left: .5rem;
  vertical-align: middle;
}

.Preis {
  padding: 1rem;
  background-color: #15243d;
  color: #fff;
  margin-bottom: 1rem;
  text-align: center;
  line-height: 1.7rem;
}

.Preis span {
  font-weight: bold;
  font-size: 1.5rem;
}

.bootskasten {
  background-color: #f7f7f7;
  padding: 1rem 1rem;
  border: 5px solid #e9e9e9;
}

.imgheight {
  height: 10.95455rem;
  margin-bottom: .5rem;
}

.special {
  overflow: hidden;
}

body.cmsbackend .special {
  overflow: visible;
}

/*=NAVIGATION MAIN */
.navi-main li {
  text-align: left;
}

.navi-main li a, .navi-main li span {
  text-decoration: none;
  text-transform: normal;
  color: #fff;
  font-size: 0.90909rem;
  font-weight: 400;
  font-style: italic;
  background: #111e33;
  font-family: "SansitaOne";
  border-bottom: 1px solid #1f355c;
}

.navi-main li a, .navi-main li span,.navi-main li a.neuboote-individuell-fuer-sie-gefertigt, .navi-main li a.bootsmotoren, .navi-main li span.neuboote-individuell-fuer-sie-gefertigt, .navi-main li span.bootsmotoren {
  padding: 0.90909rem 1.36364rem;
  display: block;
}

.navi-main li a.neuboote-individuell-fuer-sie-gefertigt:after, .navi-main li a.bootsmotoren:after, .navi-main li span.neuboote-individuell-fuer-sie-gefertigt:after, .navi-main li span.bootsmotoren:after {
  font-family: 'FontAwesome';
  content: '\f107';
  font-weight: normal;
  padding-left: 0.5555555556rem;
}

.navi-main li a.facebook, .navi-main li span.facebook {
  background: #304780;
  color: #fff;
  font-style: normal;
}

.navi-main li a.facebook:before, .navi-main li span.facebook:before {
  content: url(../images/layout/facebook.png);
  padding-right: 0.5rem;
  display: inline-block;
  top: 0.18182rem;
  position: relative;
}

.navi-main li:hover a,.navi-main li.active a {
  color: #fff;
  background: #15243d;
}

.navi-main.hasSub > span, .navi-main.hasSub > a,.navi-main.hasSub > span:hover, .navi-main.hasSub > span:focus, .navi-main.hasSub > span.active, .navi-main.hasSub > a:hover, .navi-main.hasSub > a:focus, .navi-main.hasSub > a.active {
  background: #15243d;
}

.navi-main.hasSub > span > span, .navi-main.hasSub > a > span {
  display: none;
}

@media (min-width: 50em) {
  .navi-main.hasSub > span > span, .navi-main.hasSub > a > span {
    display: block;
    font-size: 0.63636rem;
  }
}

@media (min-width: 62em) {
  .navi-main.hasSub > span > span, .navi-main.hasSub > a > span {
    font-size: 0.68182rem;
  }
}

.navi-main .sub {
  background: #1a2d4d;
  padding: 0.90909rem 1.36364rem;
}

.navi-main .sub li:hover a, .navi-main .sub li:hover span, .navi-main .sub li.active a, .navi-main .sub li.active span, .navi-main .sub li.hovering a, .navi-main .sub li.hovering span {
  color: #687b9d;
  margin-left: 0.45455rem;
}

.navi-main .sub li a, .navi-main .sub li span {
  font-family: "Source Sans Pro", sans-serif;
  background: #1a2d4d;
  text-transform: none;
  font-size: 0.77273rem;
  text-transform: none;
  line-height: 0.81818rem;
  border-bottom: 1px solid #233b66;
  padding: 0.68182rem 0;
  color: #fff;
  font-style: normal;
  font-weight: 300;
}

@media (min-width: 50em) {
  .navi-main {
    position: absolute;
    top: 5.45455rem;
    width: 100%;
    padding: 0 0 1.81818rem;
    display: inline-block;
    list-style: none;
    left: 0;
    text-align: center;
    z-index: 400;
  }
  .navi-main li {
    border-right: 0;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
  }
  .navi-main li span.neuboote-individuell-fuer-sie-gefertigt, .navi-main li span.bootsmotoren {
    font-weight: 300;
  }
  .navi-main li span.neuboote-individuell-fuer-sie-gefertigt:hover, .navi-main li span.bootsmotoren:hover {
    font-weight: 300;
    color: #a8afbc;
  }
  .navi-main li .willkommen, .navi-main li .impressum, .navi-main li .datenschutzerklaerung, .navi-main li .ihr-job-bei-uns, .navi-main li .kontakt, .navi-main li .anfahrt, .navi-main li .facebook {
    display: none;
  }
  .navi-main li.neuboote-individuell-fuer-sie-gefertigt ul.sub {
    left: 3.77273rem;
  }
  .navi-main li a, .navi-main li span {
    border-bottom: 0px;
    margin: 0 0.45455rem;
    padding: 0;
    background: none;
    line-height: 1.59091rem;
    font-size: 0.86364rem;
    font-family: "Source Sans Pro", sans-serif;
    color: #5b5f65;
    text-align: center;
    font-weight: 300;
    font-style: normal;
    text-transform: normal;
    letter-spacing: 0;
  }
  .navi-main li a.neuboote-individuell-fuer-sie-gefertigt, .navi-main li a.bootsmotoren, .navi-main li span.neuboote-individuell-fuer-sie-gefertigt, .navi-main li span.bootsmotoren {
    padding: 0;
    display: block;
    font-weight: 300;
  }
  .navi-main li a.neuboote-individuell-fuer-sie-gefertigt:hover, .navi-main li a.bootsmotoren:hover, .navi-main li span.neuboote-individuell-fuer-sie-gefertigt:hover, .navi-main li span.bootsmotoren:hover {
    font-weight: 300;
    color: #a8afbc;
  }
  .navi-main li a.facebook, .navi-main li span.facebook {
    display: none;
  }
  .navi-main li a.shop, .navi-main li span.shop {
    border: 1px solid #b8bdc4;
    padding: 0.13636rem 0.59091rem;
    line-height: 1.36364rem;
  }
  .navi-main li a.shop:hover, .navi-main li a.shop.active, .navi-main li span.shop:hover, .navi-main li span.shop.active {
    background: #15243d;
    color: #fff;
    border: 1px solid #15243d;
  }
  .navi-main li:hover > a, .navi-main li:hover span, .navi-main li.hovering > a, .navi-main li.hovering span {
    background: none;
    color: #a8afbc;
  }
  .navi-main li.active > a, .navi-main li.active span {
    background: none;
    color: #a8afbc;
    font-weight: 300;
  }
  .navi-main li.hasSub > span, .navi-main li.hasSub > a {
    background: transparent;
  }
  .navi-main li.hasSub > span.active, .navi-main li.hasSub > a.active {
    color: #a8afbc;
    background: transparent;
    font-weight: 300;
  }
  .navi-main li.hasSub > span:hover, .navi-main li.hasSub > span:focus, .navi-main li.hasSub > a:hover, .navi-main li.hasSub > a:focus {
    color: #a8afbc;
    font-weight: 300;
  }
  .navi-main li.hasSub > span > span, .navi-main li.hasSub > a > span {
    display: block;
    font-size: 0.63636rem;
  }
  .navi-main li ul.sub {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 1.59091rem;
    text-align: left;
    left: 50%;
    background: #15243d;
    z-index: 400;
    width: 12.72727rem;
    margin-left: -3.18182rem;
    padding: 0.45455rem 0;
  }
  .navi-main li ul.sub li {
    display: block;
    border-right: none;
    border-bottom: 1px solid #1f304d;
    padding: 0.45455rem 0;
    margin: 0;
    background: transparent;
  }
  .navi-main li ul.sub li.black-fin, .navi-main li ul.sub li.z-antriebe {
    border-bottom: none;
  }
  .navi-main li ul.sub li a {
    display: block;
    font-family: "SansitaOne";
    font-size: 0.72727rem;
    line-height: 0.90909rem;
    white-space: nowrap;
    background: transparent;
    color: #fff;
    font-weight: 300;
    font-style: italic;
    border: none;
    text-align: left;
    padding: 0.22727rem 0.68182rem;
  }
  .navi-main li ul.sub li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    padding-right: 0.45455rem;
  }
  .navi-main li ul.sub li a:hover, .navi-main li ul.sub li a.active {
    background: none;
    color: #a8afbc;
  }
  .navi-main li:hover ul {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 62em) {
  .navi-main li .start {
    display: block;
  }
  .navi-main li ul.sub {
    width: 14.09091rem;
  }
}

@media (min-width: 75em) {
  .navi-main li a, .navi-main li span {
    margin: 0 0.63636rem;
  }
}

.page-navi {
  background: rgba(34, 40, 43, 0.9);
  min-height: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 500;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

@media (min-width: 50em) {
  .page-navi {
    background: #15243d;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: none;
    transition: none;
    min-height: inherit;
    width: 100%;
    z-index: 500;
  }
}

.toggle-navi, .close-navi {
  color: #fff;
  font-size: 1.45455rem;
  line-height: 1.13636rem;
  text-decoration: none;
  margin-left: 0;
}

.toggle-navi:before, .close-navi:before {
  -webkit-transition: content 300ms;
  transition: content 300ms;
  line-height: 2.9em;
  padding: 0.45455rem 0.36364rem;
}

.toggle-navi:hover:before, .close-navi:hover:before {
  color: #dadfe8;
}

@media (min-width: 50em) {
  .toggle-navi, .close-navi {
    display: none;
  }
}

.close-navi {
  display: none;
}

.navi-buttons {
  float: left;
  background: #15243d;
  color: #fff;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 500;
}

#navi-toggled:target .page-navi {
  -webkit-transform: none;
          transform: none;
  margin-top: 3.18182rem;
}

#navi-toggled:target .page-wrap {
  position: fixed;
}

#navi-toggled:target .close-navi {
  display: block;
}

#navi-toggled:target .toggle-navi {
  display: none;
}

@media (min-width: 50em) {
  #navi-toggled:target .close-navi {
    display: none;
  }
  #navi-toggled:target .page-wrap {
    -webkit-transform: none;
            transform: none;
    position: relative;
  }
}

ul.navi-add {
  list-style: none;
  text-align: center;
  padding: 0.68182rem 0;
  height: auto;
  background: none;
  display: none;
}

@media (min-width: 50em) {
  ul.navi-add {
    display: block;
    background: #15243d;
  }
}

ul.navi-add li {
  text-align: center;
  display: inline-block;
  margin: 0 0.45455rem;
  border: none;
}

ul.navi-add li a, ul.navi-add li span {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 0.72727rem;
  text-transform: uppercase;
  letter-spacing: 0.13636rem;
  line-height: 1.3rem;
  background: none;
  padding: 0.18182rem 0;
}

ul.navi-add li a.active, ul.navi-add li a:hover, ul.navi-add li span.active, ul.navi-add li span:hover {
  background: none;
  color: #e5e5e5;
  text-decoration: underline;
}

ul.navi-add li a.facebook, ul.navi-add li span.facebook {
  background: url(../images/layout/facebook.png) no-repeat center 0;
  display: block;
  height: 27px;
  text-indent: -454.5rem;
  width: 1.22727rem;
  position: relative;
  top: 0.36364rem;
}

ul.navi-add li a.facebook:hover, ul.navi-add li span.facebook:hover {
  opacity: 0.7;
}

form.default {
  overflow: hidden;
  width: 100%;
}

form.default ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e5e5e5;
}

form.default ::-moz-placeholder {
  /* Firefox 19+ */
  color: #e5e5e5;
}

form.default :-ms-input-placeholder {
  /* IE 10+ */
  color: #e5e5e5;
}

form.default :-moz-placeholder {
  /* Firefox 18- */
  color: #e5e5e5;
}

form.default fieldset {
  border: none;
  margin: 0 0 3.5rem 0;
}

form.default label, form.default input, form.default #newsletter-info, form.default textarea, form.default select, form.default button, form.default [type="submit"] {
  min-height: 3.5rem;
}

form.default label {
  color: inherit;
  display: block;
  padding: 1rem 0 0.6rem;
  position: relative;
}

form.default label small {
  color: #b2985a;
  display: block;
  line-height: 0.5rem;
  position: absolute;
}

form.default label[for="Datenschutz"] {
  float: left;
  margin-bottom: .5rem;
  max-width: 94%;
}

form.default label.error {
  -webkit-animation: error 1s;
  animation: error 1s;
  background: #b2985a;
  color: #fff;
  font-size: 0.9rem;
  max-width: none;
  margin: 0 0 0.5rem 0;
  padding-left: 0.81818rem;
  padding-right: 0.81818rem;
  position: relative;
  text-align: center;
  width: 100%;
}

@media (min-width: 30em) {
  form.default label.error {
    font-size: 1rem;
  }
}

form.default label.error:before {
  border-bottom: 0.45455rem solid #b2985a;
  border-left: 0.31818rem solid transparent;
  border-right: 0.31818rem solid transparent;
  border-top: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0.45455rem;
  top: -0.45455rem;
  width: 0;
}

form.default [type="text"], form.default [type="tel"], form.default [type="email"], form.default [type="file"], form.default input, form.default #newsletter-info, form.default textarea, form.default select {
  background: #fff;
  border: 1px #dadfe8 solid;
  color: #5b5f65;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.31818rem;
  margin: 0 0 0.5rem 0;
  padding: 0.8rem;
  position: relative;
  resize: none;
  -webkit-transition: border .3s;
  transition: border .3s;
  width: 100%;
}

form.default [type="text"]:focus, form.default [type="tel"]:focus, form.default [type="email"]:focus, form.default [type="file"]:focus, form.default input:focus, form.default #newsletter-info:focus, form.default textarea:focus, form.default select:focus {
  background: #fafafa;
  outline: none;
}

form.default textarea {
  /* fake line-height */
  min-height: 7.5rem;
  padding-top: 0.9rem;
}

form.default textarea[name="Nachricht"] {
  min-height: 18.5rem;
}

form.default [type="checkbox"] {
  display: block;
  float: right;
  margin: 0 0.75rem 0.5rem 0;
  width: auto;
}

form.default button, form.default [type="submit"] {
  background: #15243d;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  margin: 0 0 1.75rem;
  padding: 0.8rem 18px;
  width: 100%;
}

form.default button:hover, form.default button:focus, form.default [type="submit"]:hover, form.default [type="submit"]:focus {
  background: #979ca4;
}

form.default .errorContainer {
  position: relative;
}

/*=VALIDATION */
@keyframes error {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes error {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

#newsletter-info {
  font-weight: bold;
}

img[name=vimg] + input[name=imgverify], img[name=vimg] + #newsletter-info[name=imgverify] {
  float: right;
}

/**
 * Icons
 */
.fa, .accHandler:before, .backToTop:before, noscript label:before, .informatizer:before, a[href$=".pdf"]:before, .toggle-navi:before, .close-navi:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

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

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fa-pull-left.accHandler:before, .fa-pull-left.backToTop:before, noscript label.fa-pull-left:before, .fa-pull-left.informatizer:before, a.fa-pull-left[href$=".pdf"]:before, .fa-pull-left.toggle-navi:before, .fa-pull-left.close-navi:before {
  margin-right: .3em;
}

.fa.fa-pull-right, .fa-pull-right.accHandler:before, .fa-pull-right.backToTop:before, noscript label.fa-pull-right:before, .fa-pull-right.informatizer:before, a.fa-pull-right[href$=".pdf"]:before, .fa-pull-right.toggle-navi:before, .fa-pull-right.close-navi:before {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .pull-left.accHandler:before, .pull-left.backToTop:before, noscript label.pull-left:before, .pull-left.informatizer:before, a.pull-left[href$=".pdf"]:before, .pull-left.toggle-navi:before, .pull-left.close-navi:before {
  margin-right: .3em;
}

.fa.pull-right, .pull-right.accHandler:before, .pull-right.backToTop:before, noscript label.pull-right:before, .pull-right.informatizer:before, a.pull-right[href$=".pdf"]:before, .pull-right.toggle-navi:before, .pull-right.close-navi:before {
  margin-left: .3em;
}

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

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

/* 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: "\f000";
}

.fa-music:before {
  content: "\f001";
}

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

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

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

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

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

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

.fa-th:before {
  content: "\f00a";
}

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

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
noscript input#noticebar:checked ~ label:before,
#navi-toggled:target .close-navi:before,
.fa-times:before {
  content: "\f00d";
}

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

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

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

.fa-signal:before {
  content: "\f012";
}

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

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

.fa-home:before {
  content: "\f015";
}

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

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

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

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

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

.fa-inbox:before {
  content: "\f01c";
}

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

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

.fa-refresh:before {
  content: "\f021";
}

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

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

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

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

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

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a";
}

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

.fa-indent:before {
  content: "\f03c";
}

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

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

.fa-pencil:before {
  content: "\f040";
}

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

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

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

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

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

.fa-arrows:before {
  content: "\f047";
}

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

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

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before, a.showslideController.showslidePlay.true:before {
  content: "\f04b";
}

.fa-pause:before, a.showslideController.showslidePlay:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

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

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

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before, a.showslideController.showslidePrev:before {
  content: "\f053";
}

.fa-chevron-right:before, a.showslideController.showslideNext:before {
  content: "\f054";
}

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

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

.fa-times-circle:before, .lightcase-icon-close:before {
  content: "\f057";
}

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

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

.fa-info-circle:before, .informatizer:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

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

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

.fa-ban:before {
  content: "\f05e";
}

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

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

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

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

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

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before, .accHandler:before {
  content: "\f067";
}

.fa-minus:before, .accHandler.active:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

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

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

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

.fa-warning:before, noscript label:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before, .backToTop:before {
  content: "\f077";
}

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

.fa-retweet:before {
  content: "\f079";
}

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

.fa-folder:before {
  content: "\f07b";
}

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

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

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

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

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

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

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

.fa-key:before {
  content: "\f084";
}

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

.fa-comments:before {
  content: "\f086";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091";
}

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

.fa-upload:before {
  content: "\f093";
}

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

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

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

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

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

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

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

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

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

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

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

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

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

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

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

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

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

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

.fa-paperclip:before {
  content: "\f0c6";
}

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

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before,
.toggle-navi:before,
.close-navi:before {
  content: "\f0c9";
}

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

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

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

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

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

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

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

.fa-money:before {
  content: "\f0d6";
}

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

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

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

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

.fa-columns:before {
  content: "\f0db";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

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

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

.fa-exchange:before {
  content: "\f0ec";
}

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

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

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

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

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

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

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

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

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

.fa-beer:before {
  content: "\f0fc";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

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

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

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

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

.fa-spinner:before, .lightcase-icon-spin:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b";
}

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

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

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

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

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

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

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

.fa-crop:before {
  content: "\f125";
}

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

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

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

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

.fa-microphone:before {
  content: "\f130";
}

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

.fa-shield:before {
  content: "\f132";
}

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

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

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before, .lightcase-icon-prev:before {
  content: "\f137";
}

.fa-chevron-circle-right:before, .lightcase-icon-next:before {
  content: "\f138";
}

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

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

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

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

.fa-bullseye:before {
  content: "\f140";
}

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

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

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

.fa-play-circle:before, .lightcase-icon-play:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e";
}

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

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

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

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

.fa-gbp:before {
  content: "\f154";
}

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-xing:before {
  content: "\f168";
}

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

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

.fa-dropbox:before {
  content: "\f16b";
}

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

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

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

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

.fa-tumblr:before {
  content: "\f173";
}

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

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

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

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

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

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

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

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

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193";
}

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

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

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

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

.fa-slack:before {
  content: "\f198";
}

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

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

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

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

.fa-yahoo:before {
  content: "\f19e";
}

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

.fa-reddit:before {
  content: "\f1a1";
}

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

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

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

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

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

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

.fa-steam:before {
  content: "\f1b6";
}

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

.fa-recycle:before {
  content: "\f1b8";
}

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

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

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before, a[href$=".pdf"]:before {
  content: "\f1c1";
}

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

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

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

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

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

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

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

.fa-qq:before {
  content: "\f1d6";
}

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

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

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

.fa-history:before {
  content: "\f1da";
}

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

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

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

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

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

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

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

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

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

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

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

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before, .lightcase-icon-pause:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

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

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