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

/* line 22, ../../../../../../lib/gems/1.9.1/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../lib/gems/1.9.1/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../lib/gems/1.9.1/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../lib/gems/1.9.1/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../lib/gems/1.9.1/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../lib/gems/1.9.1/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../lib/gems/1.9.1/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../lib/gems/1.9.1/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 1, ../scss/_content.scss */
body {
  font-family: 'Futura W01 Book', 'Arial', 'Sans-serif';
  font-size: 18px;
  line-height: 24px;
  /*&.preload {
      opacity: 0;
      -webkit-transition: opacity 1s ease-in;
      -moz-transition: opacity 1s ease-in;
      -ms-transition: opacity 1s ease-in;
      -o-transition: opacity 1s ease-in;
      transition: opacity 1s ease-in;
  }*/
}

/* line 18, ../scss/_content.scss */
.turn-smartphone {
  display: none;
}

@media screen and (max-device-width: 640px) and (orientation: landscape) {
  /* line 24, ../scss/_content.scss */
  .turn-smartphone {
    display: block;
    position: fixed;
    background-color: #fff;
    width: 80%;
    height: 80%;
    padding: 10%;
    left: 0;
    top: 0;
    z-index: 110000;
    text-align: center;
  }
  /* line 37, ../scss/_content.scss */
  .turn-smartphone .text {
    margin: 20px 0;
  }
}
/* line 45, ../scss/_content.scss */
sup {
  height: 0;
  bottom: 0.5em;
  position: relative;
  vertical-align: baseline;
  _vertical-align: bottom;
  font-size: .8em;
  line-height: 1;
}

/* line 55, ../scss/_content.scss */
.arrow-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -50px;
  z-index: 1000;
  color: #fff;
  text-decoration: none;
  text-align: center;
  cursor: default;
}
/* line 65, ../scss/_content.scss */
.arrow-down img {
  position: relative;
}
/* line 69, ../scss/_content.scss */
.arrow-down.dark {
  color: #000;
}
@media all and (max-width: 540px) {
  /* line 55, ../scss/_content.scss */
  .arrow-down {
    bottom: 10px;
    display: none;
  }
}

/* line 79, ../scss/_content.scss */
.fullPage-tooltip {
  font-family: 'Futura W01 Book', 'Arial', 'Sans-serif';
  white-space: nowrap;
}

/* line 84, ../scss/_content.scss */
.loader {
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
}
/* line 94, ../scss/_content.scss */
.loader img {
  position: relative;
  top: 50%;
}

/* line 100, ../scss/_content.scss */
.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

/* line 107, ../scss/_content.scss */
#header {
  position: fixed;
  z-index: 20000;
  width: 100%;
  top: 10px;
  left: 0;
  padding: 20px 0;
  text-align: right;
}
@media only screen and (max-width: 540px) {
  /* line 107, ../scss/_content.scss */
  #header {
    top: 0;
  }
}
/* line 120, ../scss/_content.scss */
#header .ticker {
  width: 120px;
  max-width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 21px;
}
/* line 127, ../scss/_content.scss */
#header .ticker.light {
  color: #fff;
}
/* line 131, ../scss/_content.scss */
#header .ticker li {
  padding: 0 0 2px 0;
  text-align: right;
}
@media only screen and (max-width: 500px) {
  /* line 120, ../scss/_content.scss */
  #header .ticker {
    font-size: 12px;
    max-width: 50%;
    text-align: right;
  }
  /* line 142, ../scss/_content.scss */
  #header .ticker ul {
    width: 100%;
  }
}
/* line 148, ../scss/_content.scss */
#header .inner {
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 500px) {
  /* line 148, ../scss/_content.scss */
  #header .inner {
    padding: 0 5px;
  }
}
/* line 156, ../scss/_content.scss */
#header .inner a {
  margin-left: 20px;
}
/* line 161, ../scss/_content.scss */
#header .logo-dark {
  position: absolute;
  left: 30px;
  display: none;
}
@media only screen and (max-width: 500px) {
  /* line 161, ../scss/_content.scss */
  #header .logo-dark {
    left: 5px;
    top: 5px;
    width: 100px;
  }
}
/* line 173, ../scss/_content.scss */
#header .buynow-button {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-top: -8px;
  font-size: 18px;
  padding: 8px 28px;
  vertical-align: top;
}
@media only screen and (max-width: 500px) {
  /* line 173, ../scss/_content.scss */
  #header .buynow-button {
    margin-left: 5px !important;
    font-size: 13px;
    padding: 4px 10px;
    margin-top: -5px;
  }
}

/* line 189, ../scss/_content.scss */
.logo-dark {
  position: absolute;
  left: 30px;
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 500px) {
  /* line 189, ../scss/_content.scss */
  .logo-dark {
    left: 5px;
    width: 100px;
  }
}

/* line 201, ../scss/_content.scss */
.button {
  color: #fff;
  padding: 5px 10px;
  background-color: #000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none;
}

/* line 211, ../scss/_content.scss */
#static-images {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
}
/* line 219, ../scss/_content.scss */
#static-images .title {
  display: none;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  /* line 219, ../scss/_content.scss */
  #static-images .title {
    margin-top: 5px;
    font-size: 16px;
  }
}
/* line 235, ../scss/_content.scss */
#static-images .img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
/* line 241, ../scss/_content.scss */
#static-images .img img {
  width: 100%;
  max-width: 100%;
  transform: rotate(0deg);
  /* avoid blurry images in FF */
  -webkit-transform: translate3d(0, 0, 0);
}
/* line 249, ../scss/_content.scss */
#static-images .arrow-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -50px;
  z-index: 1000;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
/* line 259, ../scss/_content.scss */
#static-images .arrow-down img {
  position: relative;
}
/* line 263, ../scss/_content.scss */
#static-images .arrow-down.dark {
  color: #000;
}

/* line 271, ../scss/_content.scss */
.lt-ie9 #static-images .img img {
  width: 50%;
}

/*.bg {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}*/
/* line 286, ../scss/_content.scss */
.bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}

/* line 293, ../scss/_content.scss */
.bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}

/* line 306, ../scss/_content.scss */
#fullPage-nav {
  z-index: 10000;
}
@media only screen and (max-width: 540px) {
  /* line 309, ../scss/_content.scss */
  #fullPage-nav.left {
    left: 8px;
  }
}

/* line 317, ../scss/_content.scss */
#fullPage-nav li {
  margin-bottom: 12px;
}
@media only screen and (max-width: 540px) {
  /* line 317, ../scss/_content.scss */
  #fullPage-nav li {
    margin-bottom: 6px;
  }
}

/* line 325, ../scss/_content.scss */
#fullPage-nav span {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
}
@media only screen and (max-width: 540px) {
  /* line 325, ../scss/_content.scss */
  #fullPage-nav span {
    width: 8px;
    height: 8px;
  }
}

/* line 336, ../scss/_content.scss */
#fullPage-nav li span, .fullPage-slidesNav span {
  background-color: #cacaca;
  opacity: 1;
}

/* line 341, ../scss/_content.scss */
#fullPage-nav li .active span {
  width: 16px;
  height: 16px;
  margin: -4px 0 0 -4px;
}
@media only screen and (max-width: 540px) {
  /* line 341, ../scss/_content.scss */
  #fullPage-nav li .active span {
    width: 8px;
    height: 8px;
    margin: 0;
  }
}

/* line 353, ../scss/_content.scss */
#fullPage-nav li .active span, .fullPage-slidesNav .active span {
  background-color: #60b6bf;
  opacity: 1;
  border: 1px solid #fff;
}

/* line 359, ../scss/_content.scss */
.controlArrow {
  display: none;
}

/* line 363, ../scss/_content.scss */
.fullPage-slidesNav {
  z-index: 4000;
}
@media only screen and (max-width: 680px) {
  /* line 363, ../scss/_content.scss */
  .fullPage-slidesNav {
    width: 100%;
    bottom: 5px !important;
  }
}

/* line 372, ../scss/_content.scss */
.fullPage-slidesNav li {
  width: 35px;
  height: 35px;
}
/* line 376, ../scss/_content.scss */
.fullPage-slidesNav li a {
  text-align: center;
}
/* line 380, ../scss/_content.scss */
.fullPage-slidesNav li a.active span {
  color: #fff;
  background-color: #000;
  border: none;
}

/* line 389, ../scss/_content.scss */
.fullPage-slidesNav.bottom {
  text-align: center;
}

/* line 393, ../scss/_content.scss */
.fullPage-slidesNav span {
  width: 35px;
  height: 35px;
  border: none;
  line-height: 35px;
  color: #000;
  background-color: transparent;
}

/* line 404, ../scss/_content.scss */
.fullPage-tooltip {
  position: absolute;
  color: #fff;
  font-size: 20px;
  top: -7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: url(/p500/images/trans-bg.png);
  padding: 5px 20px;
}

/* line 415, ../scss/_content.scss */
.fullPage-tooltip.right {
  right: 30px;
}

/* line 418, ../scss/_content.scss */
.fullPage-tooltip.left {
  left: 30px;
}

/* SECTIONS */
/* line 427, ../scss/_content.scss */
#section_1 .dark-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -moz-opacity: 0.5;
}
/* line 441, ../scss/_content.scss */
#section_1 .logo {
  position: absolute;
  right: 10%;
  top: 30%;
  max-width: 70%;
  z-index: 10;
}
/* line 449, ../scss/_content.scss */
#section_1 .arrow-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -50px;
  z-index: 1000;
}

/* line 458, ../scss/_content.scss */
#section_2 {
  /*.slidesContainer {

    .text {
      position: relative;
      width: 50%;
      left: 50%;
      top: 30%;
      color: #fff;
      font-size: 30px;
      line-height: 40px;

      @media only screen and (max-width: 540px) {
        width: 60%;
        left: 20%;
        font-size: 24px;
        line-height: 36px;
      }
    }

  }*/
}
/* line 460, ../scss/_content.scss */
#section_2 .title {
  text-align: center;
  font-size: 40px;
  line-height: 48px;
  position: relative;
  top: 15%;
}
@media only screen and (max-width: 540px) {
  /* line 460, ../scss/_content.scss */
  #section_2 .title {
    display: block;
    width: 70%;
    margin: 0 auto;
    font-size: 26px;
    line-height: 30px;
    top: 20%;
  }
}

/* line 505, ../scss/_content.scss */
.filter-section .filter-icons {
  display: none;
}
/* line 509, ../scss/_content.scss */
.filter-section .filters {
  display: none;
}
/* line 513, ../scss/_content.scss */
.filter-section .img {
  width: 48%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 540px) {
  /* line 513, ../scss/_content.scss */
  .filter-section .img {
    display: none;
  }
}
/* line 522, ../scss/_content.scss */
.filter-section .img img {
  max-width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
/* line 530, ../scss/_content.scss */
.filter-section .img2 {
  display: none;
}
/* line 534, ../scss/_content.scss */
.filter-section .content {
  position: absolute;
  left: 10%;
  width: 30%;
  z-index: 20;
  font-size: 40px;
  line-height: 55px;
  top: 30%;
}
/* line 544, ../scss/_content.scss */
.filter-section .content .top {
  position: relative !important;
}
/* line 547, ../scss/_content.scss */
.filter-section .content .top img {
  width: 20%;
  max-width: 89px;
}
/* line 552, ../scss/_content.scss */
.filter-section .content .top p {
  position: absolute;
  right: 0;
  top: 0;
  width: 75%;
}
@media all and (max-width: 540px) {
  /* line 544, ../scss/_content.scss */
  .filter-section .content .top {
    top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 534, ../scss/_content.scss */
  .filter-section .content {
    width: 80%;
    left: 15%;
    top: 15%;
    font-size: 24px;
    line-height: 36px;
    position: relative;
  }
}
/* line 573, ../scss/_content.scss */
.filter-section .content h2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 540px) {
  /* line 573, ../scss/_content.scss */
  .filter-section .content h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
/* line 582, ../scss/_content.scss */
.filter-section .content .text {
  font-size: 22px;
  line-height: 30px;
}
@media only screen and (max-width: 540px) {
  /* line 582, ../scss/_content.scss */
  .filter-section .content .text {
    font-size: 16px;
    line-height: 24px;
  }
}
/* line 593, ../scss/_content.scss */
.filter-section .content .filter-icons {
  margin-top: 30px;
}
@media only screen and (max-width: 540px) {
  /* line 593, ../scss/_content.scss */
  .filter-section .content .filter-icons {
    margin-top: 5px;
  }
}
/* line 600, ../scss/_content.scss */
.filter-section .content .filter-icons .icon {
  display: inline-block;
  width: 30%;
}
@media only screen and (max-width: 750px) {
  /* line 600, ../scss/_content.scss */
  .filter-section .content .filter-icons .icon {
    width: 48%;
  }
}
/* line 608, ../scss/_content.scss */
.filter-section .content .filter-icons .icon img {
  vertical-align: sub;
}
@media only screen and (max-width: 540px) {
  /* line 608, ../scss/_content.scss */
  .filter-section .content .filter-icons .icon img {
    width: 16px;
  }
}
/* line 619, ../scss/_content.scss */
.filter-section .filter-full {
  display: none;
}
/* line 623, ../scss/_content.scss */
.filter-section .filters, .filter-section .filter-full {
  position: absolute;
  right: 10%;
  top: 25%;
  z-index: 20;
  width: 40%;
  text-align: center;
}
/* line 631, ../scss/_content.scss */
.filter-section .filters .container, .filter-section .filter-full .container {
  padding: 0 1%;
  width: 25%;
  vertical-align: text-top;
  position: absolute;
}
/* line 639, ../scss/_content.scss */
.filter-section .filters .container img, .filter-section .filter-full .container img {
  transform: rotate(0deg);
  /* avoid blurry images in FF */
  -webkit-transform: translate3d(0, 0, 0);
}
/* line 644, ../scss/_content.scss */
.filter-section .filters .container.first, .filter-section .filter-full .container.first {
  z-index: 40;
}
/* line 647, ../scss/_content.scss */
.filter-section .filters .container.second, .filter-section .filter-full .container.second {
  z-index: 30;
}
/* line 650, ../scss/_content.scss */
.filter-section .filters .container.third, .filter-section .filter-full .container.third {
  z-index: 20;
}
/* line 653, ../scss/_content.scss */
.filter-section .filters .container.fourth, .filter-section .filter-full .container.fourth {
  z-index: 10;
}
/* line 657, ../scss/_content.scss */
.filter-section .filters .container p, .filter-section .filter-full .container p {
  text-align: center;
  padding-top: 10px;
}
@media only screen and (max-width: 500px) {
  /* line 657, ../scss/_content.scss */
  .filter-section .filters .container p, .filter-section .filter-full .container p {
    font-size: 12px;
    line-height: 16px;
  }
}
/* line 670, ../scss/_content.scss */
.filter-section .filters img, .filter-section .filter-full img {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  /* line 623, ../scss/_content.scss */
  .filter-section .filters, .filter-section .filter-full {
    position: relative;
    left: 15%;
    width: 80%;
  }
}

/* line 685, ../scss/_content.scss */
#section_3 .arrow-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 1000;
  display: none;
}
/* line 693, ../scss/_content.scss */
#section_3 .filter-section {
  color: #000 !important;
}
/* line 696, ../scss/_content.scss */
#section_3 .filter-section .text {
  color: #000 !important;
}

/* line 706, ../scss/_content.scss */
#section_4 .arrow-down, #section_5 .arrow-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 1000;
  display: none;
}
/* line 714, ../scss/_content.scss */
#section_4 .filters, #section_5 .filters {
  right: 5%;
}
/* line 718, ../scss/_content.scss */
#section_4 .container, #section_5 .container {
  width: 20%;
}

/* line 726, ../scss/_content.scss */
#section_6 .arrow-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 1000;
  display: none;
}
/* line 734, ../scss/_content.scss */
#section_6 .img {
  height: 100%;
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  /* line 742, ../scss/_content.scss */
  #section_6 .img img {
    width: 40%;
  }
}
@media only screen and (max-width: 540px) {
  /* line 734, ../scss/_content.scss */
  #section_6 .img {
    display: none;
  }
}
/* line 751, ../scss/_content.scss */
#section_6 .img img {
  bottom: 0;
  max-width: 100%;
  position: absolute;
  right: 0;
  z-index: 10;
}
/* line 760, ../scss/_content.scss */
#section_6 .img1 {
  display: none;
}
/* line 764, ../scss/_content.scss */
#section_6 .content {
  position: absolute;
  left: 10%;
  width: 50%;
  z-index: 20;
  font-size: 30px;
  line-height: 40px;
  top: 20%;
}
/* line 775, ../scss/_content.scss */
#section_6 .content .title2, #section_6 .content .title3, #section_6 .content .text2, #section_6 .content .text3 {
  display: none;
}
/* line 779, ../scss/_content.scss */
#section_6 .content .panel {
  margin-bottom: 30px;
}
/* line 783, ../scss/_content.scss */
#section_6 .content img {
  max-width: 100%;
}
@media only screen and (max-width: 540px) {
  /* line 764, ../scss/_content.scss */
  #section_6 .content {
    left: 15%;
    width: 70%;
  }
}
@media only screen and (max-width: 540px) {
  /* line 792, ../scss/_content.scss */
  #section_6 .content h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
/* line 801, ../scss/_content.scss */
#section_6 .content .text {
  font-size: 22px;
  line-height: 30px;
}
/* line 808, ../scss/_content.scss */
#section_6 .content .text h2 {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 540px) {
  /* line 808, ../scss/_content.scss */
  #section_6 .content .text h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
/* line 820, ../scss/_content.scss */
#section_6 .content .text img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-right: 3px;
}
/* line 825, ../scss/_content.scss */
#section_6 .content .text span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-top: -3px;
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 540px) {
  /* line 801, ../scss/_content.scss */
  #section_6 .content .text {
    font-size: 18px;
    line-height: 24px;
  }
}

/* line 844, ../scss/_content.scss */
#section_7 .bx-pager {
  display: none;
}
/* line 848, ../scss/_content.scss */
#section_7 .bx-wrapper, #section_7 .bx-viewport {
  height: 100% !important;
  border: none;
}
/* line 853, ../scss/_content.scss */
#section_7 .bx-viewport {
  width: 101% !important;
  background: url(/p500/images/blueprint.jpg);
}
/* line 858, ../scss/_content.scss */
#section_7 .bxslider {
  height: 100%;
}
/* line 862, ../scss/_content.scss */
#section_7 .bxslider li {
  height: 100%;
}
/* line 867, ../scss/_content.scss */
#section_7 .bxslide {
  height: 100%;
  display: block;
}
/* line 871, ../scss/_content.scss */
#section_7 .bxslide .inner {
  font-size: 0;
  width: 80%;
  margin-left: 10%;
}
@media only screen and (max-width: 680px) {
  /* line 871, ../scss/_content.scss */
  #section_7 .bxslide .inner {
    width: 70%;
    margin-left: 15%;
  }
}
/* line 882, ../scss/_content.scss */
#section_7 .bxslide .text {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  line-height: 32px;
  color: #000;
  margin-right: 10%;
}
/* line 892, ../scss/_content.scss */
#section_7 .bxslide .text span {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 30px;
  color: #000;
  display: block;
}
@media only screen and (max-width: 540px) {
  /* line 892, ../scss/_content.scss */
  #section_7 .bxslide .text span {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 540px) {
  /* line 882, ../scss/_content.scss */
  #section_7 .bxslide .text {
    font-size: 16px;
    line-height: 24px;
    width: 100% !important;
  }
}
@media only screen and (max-width: 680px) {
  /* line 882, ../scss/_content.scss */
  #section_7 .bxslide .text {
    width: 90%;
    margin-bottom: 20px;
  }
}
/* line 919, ../scss/_content.scss */
#section_7 .bxslide .img {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  /* line 919, ../scss/_content.scss */
  #section_7 .bxslide .img {
    width: 100% !important;
  }
  /* line 928, ../scss/_content.scss */
  #section_7 .bxslide .img img {
    width: 50%;
  }
}
@media only screen and (max-width: 680px) {
  /* line 919, ../scss/_content.scss */
  #section_7 .bxslide .img {
    width: 90%;
  }
}
/* line 937, ../scss/_content.scss */
#section_7 .bxslide .img img {
  max-width: 100%;
  display: inline;
}
@media all and (max-height: 540px) {
  /* line 943, ../scss/_content.scss */
  #section_7 .bxslide .img img {
    width: 40%;
  }
}

/* line 953, ../scss/_content.scss */
#section_8 .arrow-down {
  bottom: 80px;
}
/* line 957, ../scss/_content.scss */
#section_8 .bx-wrapper, #section_8 .bx-viewport {
  height: 100% !important;
}
/* line 961, ../scss/_content.scss */
#section_8 .bx-viewport {
  width: 101% !important;
}
/* line 965, ../scss/_content.scss */
#section_8 .bxslider, #section_8 .slides {
  height: 100%;
  background-color: #60b6bf;
}
/* line 969, ../scss/_content.scss */
#section_8 .bxslider li, #section_8 .slides li {
  height: 100%;
}
/* line 974, ../scss/_content.scss */
#section_8 .bx-pager-item a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  text-indent: 0;
  text-decoration: none;
  color: #fff;
  font-family: 'Futura W01 Book', 'Arial', 'Sans-serif';
  font-size: 18px;
  font-weight: normal;
}
/* line 995, ../scss/_content.scss */
#section_8 .bx-wrapper .bx-viewport {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 1002, ../scss/_content.scss */
#section_8 .bx-wrapper .bx-pager {
  z-index: 10000;
}
/* line 1006, ../scss/_content.scss */
#section_8 .bx-wrapper .bx-pager, #section_8 .bx-wrapper .bx-controls-auto {
  bottom: 20px;
}
/* line 1010, ../scss/_content.scss */
#section_8 .bx-wrapper .bx-pager.bx-default-pager a {
  background: none;
  color: #000;
}
/* line 1014, ../scss/_content.scss */
#section_8 .bx-wrapper .bx-pager.bx-default-pager a.active {
  color: #fff;
  background-color: #000;
}
/* line 1025, ../scss/_content.scss */
#section_8 .controlArrow {
  display: block;
}
/* line 1029, ../scss/_content.scss */
#section_8 .bx-wrapper .bx-prev, #section_8 .controlArrow.prev {
  background: url(/p500/images/arrow-left.png) no-repeat 0 center;
  width: 49%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 60px;
  /*opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;*/
  border: none;
  display: block;
  z-index: 1000;
}
@media only screen and (max-width: 540px) {
  /* line 1029, ../scss/_content.scss */
  #section_8 .bx-wrapper .bx-prev, #section_8 .controlArrow.prev {
    /*left: 0;
    background-size: 12px 19px;*/
    display: none;
  }
}
/* line 1050, ../scss/_content.scss */
#section_8 .bx-wrapper .bx-prev:hover, #section_8 .controlArrow.prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
/* line 1057, ../scss/_content.scss */
#section_8 .bx-wrapper .bx-next, #section_8 .controlArrow.next {
  background: url(/p500/images/arrow-right.png) no-repeat 100% center;
  width: 49%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 60px;
  /*opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;*/
  border: none;
  display: block;
  z-index: 1000;
}
@media only screen and (max-width: 540px) {
  /* line 1057, ../scss/_content.scss */
  #section_8 .bx-wrapper .bx-next, #section_8 .controlArrow.next {
    /*right: 0;
    background-size: 12px 19px;*/
    display: none;
  }
}
/* line 1078, ../scss/_content.scss */
#section_8 .bx-wrapper .bx-next:hover, #section_8 .controlArrow.next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
/* line 1085, ../scss/_content.scss */
#section_8 .bxslide {
  height: 100%;
  display: block;
}
/* line 1089, ../scss/_content.scss */
#section_8 .bxslide .inner {
  font-size: 0;
  width: 80%;
  margin-left: 10%;
}
@media only screen and (max-width: 680px) {
  /* line 1089, ../scss/_content.scss */
  #section_8 .bxslide .inner {
    width: 70%;
    margin-left: 15%;
  }
}
/* line 1100, ../scss/_content.scss */
#section_8 .bxslide .text {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  line-height: 40px;
}
@media only screen and (max-width: 680px) {
  /* line 1100, ../scss/_content.scss */
  #section_8 .bxslide .text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 680px) {
  /* line 1100, ../scss/_content.scss */
  #section_8 .bxslide .text {
    width: 90%;
    margin-bottom: 20px;
  }
}
/* line 1118, ../scss/_content.scss */
#section_8 .bxslide .img {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 680px) {
  /* line 1118, ../scss/_content.scss */
  #section_8 .bxslide .img {
    width: 90%;
  }
}
@media only screen and (max-width: 540px) {
  /* line 1118, ../scss/_content.scss */
  #section_8 .bxslide .img {
    width: 70%;
  }
}
/* line 1132, ../scss/_content.scss */
#section_8 .bxslide .img img {
  max-width: 100%;
  display: inline;
}
@media only screen and (max-width: 680px) {
  /* line 1141, ../scss/_content.scss */
  #section_8 .slide_1 .img {
    width: 80%;
  }
}
@media only screen and (max-width: 540px) {
  /* line 1141, ../scss/_content.scss */
  #section_8 .slide_1 .img {
    width: 70%;
  }
}
@media only screen and (max-width: 540px) {
  /* line 1155, ../scss/_content.scss */
  #section_8 .slide_3 .img {
    width: 80% !important;
  }
}
@media only screen and (max-width: 680px) {
  /* line 1166, ../scss/_content.scss */
  #section_8 .slide_5 .text {
    margin-top: -250px;
  }
}
/* line 1177, ../scss/_content.scss */
#section_8 .slide_4 .content, #section_8 .slide_5 .content {
  /*@media only screen and (max-width: 680px) {
    height: 50%;
  }*/
}
/* line 1184, ../scss/_content.scss */
#section_8 .slide_4 .fade-container, #section_8 .slide_5 .fade-container {
  position: relative;
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-top: -450px;
}
@media only screen and (max-width: 680px) {
  /* line 1184, ../scss/_content.scss */
  #section_8 .slide_4 .fade-container, #section_8 .slide_5 .fade-container {
    width: 90%;
    margin-top: -200px;
  }
}
@media only screen and (max-width: 540px) {
  /* line 1184, ../scss/_content.scss */
  #section_8 .slide_4 .fade-container, #section_8 .slide_5 .fade-container {
    width: 70%;
  }
}
/* line 1202, ../scss/_content.scss */
#section_8 .slide_4 .imgfade, #section_8 .slide_5 .imgfade {
  width: 100%;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  /* line 1202, ../scss/_content.scss */
  #section_8 .slide_4 .imgfade, #section_8 .slide_5 .imgfade {
    /*width: 35%;
    bottom: 25%;*/
  }
}
/* line 1212, ../scss/_content.scss */
#section_8 .slide_4 .imgfade.first, #section_8 .slide_5 .imgfade.first {
  z-index: 30;
}
/* line 1216, ../scss/_content.scss */
#section_8 .slide_4 .imgfade.second, #section_8 .slide_5 .imgfade.second {
  z-index: 20;
}
/* line 1220, ../scss/_content.scss */
#section_8 .slide_4 .imgfade.third, #section_8 .slide_5 .imgfade.third {
  z-index: 10;
  display: none;
}
/* line 1225, ../scss/_content.scss */
#section_8 .slide_4 .imgfade img, #section_8 .slide_5 .imgfade img {
  max-width: 100%;
  display: inline;
}

/* line 1236, ../scss/_content.scss */
#section_9 h2 {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 540px) {
  /* line 1236, ../scss/_content.scss */
  #section_9 h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
/* line 1248, ../scss/_content.scss */
#section_9 p {
  font-size: 18px;
  line-height: 24px;
}
/* line 1252, ../scss/_content.scss */
#section_9 p a {
  color: #60b6bf;
}
/* line 1257, ../scss/_content.scss */
#section_9 .buy {
  margin: 20px 0;
  font-size: 18px;
  line-height: 24px;
}
/* line 1263, ../scss/_content.scss */
#section_9 .button {
  background-color: #60b6bf;
  padding: 5px 20px;
  font-size: 100%;
  word-wrap: no-wrap;
  margin-bottom: 10px;
  display: inline-block;
}
@media only screen and (max-width: 580px) {
  /* line 1263, ../scss/_content.scss */
  #section_9 .button {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
}
/* line 1278, ../scss/_content.scss */
#section_9 .text {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2%;
}
@media only screen and (max-width: 580px) {
  /* line 1278, ../scss/_content.scss */
  #section_9 .text {
    width: 90%;
    margin-left: 10%;
    margin-right: 0;
    margin-top: 50px;
  }
}
/* line 1292, ../scss/_content.scss */
#section_9 .inner {
  font-size: 0;
  width: 80%;
  margin-left: 10%;
}
/* line 1298, ../scss/_content.scss */
#section_9 .img {
  width: 48%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
@media all and (max-width: 540px) {
  /* line 1298, ../scss/_content.scss */
  #section_9 .img {
    display: block;
    text-align: center;
    width: 100%;
  }
  /* line 1309, ../scss/_content.scss */
  #section_9 .img img {
    width: 40%;
  }
}
/* line 1314, ../scss/_content.scss */
#section_9 .img img {
  max-width: 100%;
}
/* line 1319, ../scss/_content.scss */
#section_9 .logos {
  margin: 0 0 0 0;
}
/* line 1322, ../scss/_content.scss */
#section_9 .logos img {
  margin: 0 20px 0 0;
}

/* line 1330, ../scss/_content.scss */
#section_10 #more-products {
  margin-left: 10%;
  width: 80%;
}
@media only screen and (max-width: 580px) {
  /* line 1330, ../scss/_content.scss */
  #section_10 #more-products {
    margin-left: 15%;
    width: 85%;
  }
}
/* line 1340, ../scss/_content.scss */
#section_10 h2 {
  margin-bottom: 60px;
  font-size: 34px;
  line-height: 44px;
  margin-left: 14%;
  width: 54%;
  display: inline-block;
}
@media only screen and (max-width: 580px) {
  /* line 1340, ../scss/_content.scss */
  #section_10 h2 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 0;
    margin-top: 40px;
  }
}
/* line 1356, ../scss/_content.scss */
#section_10 .title-image {
  width: 20%;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 580px) {
  /* line 1361, ../scss/_content.scss */
  #section_10 .title-image img {
    width: 60px;
    vertical-align: top;
  }
}
/* line 1370, ../scss/_content.scss */
#section_10 .more-product {
  width: 20%;
  margin: 0 2%;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 580px) {
  /* line 1370, ../scss/_content.scss */
  #section_10 .more-product {
    width: 40%;
    margin: 0;
    margin-bottom: 40px;
  }
}
/* line 1385, ../scss/_content.scss */
#section_10 .more-product a, #section_10 .more-product .product-title {
  display: block;
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 580px) {
  /* line 1385, ../scss/_content.scss */
  #section_10 .more-product a, #section_10 .more-product .product-title {
    font-size: 12px;
    line-height: 16px;
  }
}
/* line 1396, ../scss/_content.scss */
#section_10 .more-product img {
  max-width: 100%;
}
@media only screen and (max-width: 580px) {
  /* line 1396, ../scss/_content.scss */
  #section_10 .more-product img {
    max-width: 50%;
  }
}
/* line 1405, ../scss/_content.scss */
#section_10 #more-button {
  float: right;
  width: 45%;
  padding-left: 5%;
}
/* line 1410, ../scss/_content.scss */
#section_10 #more-product-3 .product-title {
  padding-top: 1px;
}
/* line 1413, ../scss/_content.scss */
#section_10 #more-product-4 .product-title {
  padding-top: 2px;
}
/* line 1416, ../scss/_content.scss */
#section_10 .product-image {
  transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  /* Firefox 4 */
  -webkit-transition: margin 0.2s;
  /* Safari and Chrome */
  -o-transition: margin 0.2s;
  /* Opera */
}
/* line 1428, ../scss/_content.scss */
#section_10 .product-image:hover {
  margin-top: -30px;
  margin-bottom: 30px;
}
/* line 1432, ../scss/_content.scss */
#section_10 .product-image:hover + img {
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  /* Firefox 4 */
  -webkit-transition: opacity 1s;
  /* Safari and Chrome */
  -o-transition: opacity 1s;
  /* Opera */
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 1451, ../scss/_content.scss */
.display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
/* line 1458, ../scss/_content.scss */
.display-table .display-table-cell {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
/* line 1466, ../scss/_content.scss */
.display-table .valigh-fix {
  display: none;
  width: 1px;
  margin-left: -1px;
}

/* line 1473, ../scss/_content.scss */
footer {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 99;
}
/* line 1479, ../scss/_content.scss */
footer a {
  color: #000;
}

/* line 1484, ../scss/_content.scss */
#imprint-popup {
  color: #fff;
  max-width: 500px;
  margin: 20px auto;
}
@media only screen and (max-width: 580px) {
  /* line 1484, ../scss/_content.scss */
  #imprint-popup {
    max-width: 250px;
  }
}

/* line 1495, ../scss/_content.scss */
.close-magnific-popup {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #fff;
  margin-bottom: 20px;
  text-decoration: none;
}

/* line 1502, ../scss/_content.scss */
.languages {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  text-align: left;
  margin-right: 20px;
  margin-top: -3px;
  font-size: 12px;
  line-height: 16px;
  width: 70px;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}
@media all and (max-width: 650px) {
  /* line 1502, ../scss/_content.scss */
  .languages {
    display: block;
    position: absolute;
    right: 10px;
    top: 35px;
    width: 60px;
    margin-right: 0;
    overflow: hidden;
    *zoom: 1;
  }
}
/* line 1524, ../scss/_content.scss */
.languages:hover .currentlanguage {
  background-color: white;
  color: black;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
/* line 1530, ../scss/_content.scss */
.languages:hover #down {
  display: none;
}
/* line 1533, ../scss/_content.scss */
.languages:hover #up {
  display: inline;
}
/* line 1536, ../scss/_content.scss */
.languages:hover .otherlanguages {
  display: block;
}

/* line 1542, ../scss/_content.scss */
.language-arrow {
  font-size: 8px;
  float: right;
}

/* line 1547, ../scss/_content.scss */
#up {
  display: none;
}

/* line 1551, ../scss/_content.scss */
.currentlanguage {
  padding: 5px 15px;
  background-color: black;
  border-radius: 5px;
  height: 16px;
  overflow: hidden;
  text-transform: uppercase;
}

/* line 1560, ../scss/_content.scss */
.otherlanguages {
  border-top: 1px solid white;
  display: none;
  text-align: left;
  background-color: black;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 1567, ../scss/_content.scss */
.otherlanguages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 1572, ../scss/_content.scss */
.otherlanguages li {
  margin: 0;
  padding: 0;
}
/* line 1575, ../scss/_content.scss */
.otherlanguages li:last-child a {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 1580, ../scss/_content.scss */
.otherlanguages a {
  display: block;
  margin-left: 0 !important;
  padding: 4px 15px;
  color: white;
  text-decoration: none;
}
/* line 1586, ../scss/_content.scss */
.otherlanguages a:hover {
  background-color: grey;
}

/* line 1592, ../scss/_content.scss */
.imprint {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
/* line 1597, ../scss/_content.scss */
.imprint p {
  margin: 0 0 20px 0;
}
@media all and (max-height: 570px) {
  /* line 1597, ../scss/_content.scss */
  .imprint p {
    font-size: 12px;
    line-height: 14px;
  }
}
/* line 1606, ../scss/_content.scss */
.imprint a {
  color: #60b6bf;
}
/* line 1610, ../scss/_content.scss */
.imprint .close-magnific-popup {
  display: block;
  margin-bottom: 20px;
  text-align: right;
}
/* line 1616, ../scss/_content.scss */
.imprint h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
@media all and (max-height: 570px) {
  /* line 1616, ../scss/_content.scss */
  .imprint h2 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 20px;
  }
}

/* line 1628, ../scss/_content.scss */
.mfp-wrap {
  z-index: 11000;
}

/* line 1632, ../scss/_content.scss */
.yt-video-container {
  position: relative;
  padding-bottom: 51.05%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media all and (max-width: 540px) {
  /* line 1632, ../scss/_content.scss */
  .yt-video-container {
    padding-bottom: 40%;
  }
}

/* line 1644, ../scss/_content.scss */
.yt-video-container iframe,
.yt-video-container object,
.yt-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
