/* 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 {
    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 */
.bx-pager {
  z-index: 10000;
}

/* line 111, ../scss/_content.scss */
#header {
  position: fixed;
  z-index: 100000;
  width: 100%;
  top: 10px;
  left: 0;
  padding: 20px 0;
  text-align: right;
}
@media only screen and (max-width: 540px) {
  /* line 111, ../scss/_content.scss */
  #header {
    top: 0;
  }
}
/* line 124, ../scss/_content.scss */
#header .ticker {
  width: 130px;
  max-width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 21px;
}
/* line 131, ../scss/_content.scss */
#header .ticker.light {
  color: #fff;
}
/* line 135, ../scss/_content.scss */
#header .ticker li {
  padding: 0 0 2px 0;
  text-align: right;
}
@media only screen and (max-width: 500px) {
  /* line 124, ../scss/_content.scss */
  #header .ticker {
    font-size: 12px;
    max-width: 50%;
    text-align: right;
  }
  /* line 146, ../scss/_content.scss */
  #header .ticker ul {
    width: 100%;
  }
}
/* line 152, ../scss/_content.scss */
#header .inner {
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 500px) {
  /* line 152, ../scss/_content.scss */
  #header .inner {
    padding: 0 5px;
  }
}
/* line 160, ../scss/_content.scss */
#header .inner a {
  margin-left: 20px;
}
/* line 165, ../scss/_content.scss */
#header .logo-dark {
  position: absolute;
  left: 30px;
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 500px) {
  /* line 165, ../scss/_content.scss */
  #header .logo-dark {
    left: 5px;
    width: 100px;
  }
}
/* line 177, ../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 177, ../scss/_content.scss */
  #header .buynow-button {
    margin-left: 5px !important;
    font-size: 13px;
    padding: 4px 10px;
    margin-top: -5px;
  }
}

/* line 193, ../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 203, ../scss/_content.scss */
#static-images {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 999;
}
/* line 209, ../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 219, ../scss/_content.scss */
#static-images .arrow-down img {
  position: relative;
}

/* line 227, ../scss/_content.scss */
#static-images img {
  position: absolute;
  z-index: 0;
  transform: rotate(0deg);
  /* avoid blurry images in FF */
  -webkit-transform: translate3d(0, 0, 0);
}

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

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

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

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

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

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

/* line 300, ../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 300, ../scss/_content.scss */
  #fullPage-nav li .active span {
    width: 8px;
    height: 8px;
    margin: 0;
  }
}

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

/* line 322, ../scss/_content.scss */
.controlArrow.next {
  background: url(/u700/images/arrow-right.png) no-repeat 100% center;
  border: none;
  width: 49%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 60px;
}
@media only screen and (max-width: 540px) {
  /* line 322, ../scss/_content.scss */
  .controlArrow.next {
    /*right: 30px;
    background-size: 12px 19px;*/
    display: none !important;
  }
}
/* line 341, ../scss/_content.scss */
.controlArrow.next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

/* line 348, ../scss/_content.scss */
.controlArrow.prev {
  background: url(/u700/images/arrow-left.png) no-repeat 0 center;
  border: none;
  width: 49%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 60px;
}
@media only screen and (max-width: 540px) {
  /* line 348, ../scss/_content.scss */
  .controlArrow.prev {
    display: none !important;
  }
}
/* line 365, ../scss/_content.scss */
.controlArrow.prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

/* line 373, ../scss/_content.scss */
.fullPage-slidesNav {
  z-index: 4000;
}

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

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

/* line 405, ../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(/u700/images/trans-bg.png);
  padding: 5px 20px;
}

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

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

/* SECTIONS */
/* line 428, ../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 442, ../scss/_content.scss */
#section_1 .logo {
  position: absolute;
  right: 10%;
  top: 30%;
  max-width: 70%;
  z-index: 10;
}

/* line 452, ../scss/_content.scss */
#section_2 .arrow-down {
  bottom: 80px;
}
/* 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) {
  /* line 458, ../scss/_content.scss */
  #section_2 .slidesContainer .text {
    width: 60%;
    left: 20%;
    top: 15%;
    font-size: 24px;
    line-height: 36px;
  }
}

/* line 481, ../scss/_content.scss */
#section_3 .arrow-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -50px;
  z-index: 1000;
  display: none;
}
/* line 490, ../scss/_content.scss */
#section_3 .img {
  height: 100%;
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  /* line 498, ../scss/_content.scss */
  #section_3 .img img {
    width: 30%;
  }
}
@media only screen and (max-width: 540px) {
  /* line 505, ../scss/_content.scss */
  #section_3 .img img {
    width: 60%;
  }
}
@media all and (max-height: 540px) {
  /* line 512, ../scss/_content.scss */
  #section_3 .img img {
    width: 45%;
  }
}
/* line 518, ../scss/_content.scss */
#section_3 .img img {
  bottom: 0;
  max-width: 100%;
  position: absolute;
  right: 0;
  z-index: 10;
}
/* line 527, ../scss/_content.scss */
#section_3 .img2 {
  display: none;
}
/* line 531, ../scss/_content.scss */
#section_3 .content {
  position: absolute;
  left: 10%;
  width: 50%;
  z-index: 20;
  font-size: 40px;
  line-height: 55px;
  top: 20%;
}
/* line 542, ../scss/_content.scss */
#section_3 .content .title2, #section_3 .content .title3, #section_3 .content .text2, #section_3 .content .text3 {
  display: none;
}
/* line 546, ../scss/_content.scss */
#section_3 .content img {
  max-width: 100%;
}
@media all and (max-width: 540px) {
  /* line 546, ../scss/_content.scss */
  #section_3 .content img {
    display: block;
    width: 60%;
  }
}
@media only screen and (max-width: 540px) {
  /* line 531, ../scss/_content.scss */
  #section_3 .content {
    top: 15%;
    left: 15%;
    width: 70%;
  }
}
/* line 562, ../scss/_content.scss */
#section_3 .content h2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 540px) {
  /* line 562, ../scss/_content.scss */
  #section_3 .content h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
/* line 572, ../scss/_content.scss */
#section_3 .content .text {
  font-size: 22px;
  line-height: 30px;
  max-width: 350px;
  margin-top: 30px;
}
@media only screen and (max-width: 540px) {
  /* line 572, ../scss/_content.scss */
  #section_3 .content .text {
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
    margin-top: 10px;
  }
}
/* line 588, ../scss/_content.scss */
#section_3 .hand {
  position: absolute;
  z-index: 100;
  /*left: 50%;
  bottom: 0;*/
  display: none;
  /*@media only screen and (max-width: 540px) {
    max-width: 60%;
    left: 20%;
  }*/
}

/* line 604, ../scss/_content.scss */
#section_4 .inner {
  font-size: 0;
  width: 100%;
  margin-left: 10%;
  height: 100%;
}
@media all and (max-width: 540px) {
  /* line 604, ../scss/_content.scss */
  #section_4 .inner {
    margin-left: 15%;
  }
}
@media only screen and (max-width: 750px) {
  /* line 615, ../scss/_content.scss */
  #section_4 .content {
    height: 70%;
  }
}
/* line 623, ../scss/_content.scss */
#section_4 .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  line-height: 40px;
  width: 50%;
}
@media only screen and (max-width: 540px) {
  /* line 623, ../scss/_content.scss */
  #section_4 .text {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  /* line 623, ../scss/_content.scss */
  #section_4 .text {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    height: 40%;
  }
}
/* line 641, ../scss/_content.scss */
#section_4 .text p {
  width: 80%;
}
/* line 649, ../scss/_content.scss */
#section_4 .text .text1 {
  z-index: 10;
}
/* line 653, ../scss/_content.scss */
#section_4 .text .text2 {
  z-index: 20;
  display: none;
}
/* line 659, ../scss/_content.scss */
#section_4 .img-container {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 40%;
}
@media only screen and (max-width: 750px) {
  /* line 659, ../scss/_content.scss */
  #section_4 .img-container {
    width: 90%;
  }
}
/* line 669, ../scss/_content.scss */
#section_4 .img-container img {
  transform: rotate(0deg);
  /* avoid blurry images in FF */
  -webkit-transform: translate3d(0, 0, 0);
}
/* line 675, ../scss/_content.scss */
#section_4 .img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media only screen and (max-width: 750px) {
  /* line 675, ../scss/_content.scss */
  #section_4 .img {
    /*right: 0;
    top: auto;
    bottom: 0;*/
  }
}
/* line 691, ../scss/_content.scss */
#section_4 .img.first {
  width: 100%;
  text-align: right;
}
/* line 696, ../scss/_content.scss */
#section_4 .img.second {
  display: none;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  /* line 696, ../scss/_content.scss */
  #section_4 .img.second {
    margin-right: 10%;
    text-align: center;
  }
}
/* line 706, ../scss/_content.scss */
#section_4 .img.second .img-front {
  max-width: 50%;
}
/* line 710, ../scss/_content.scss */
#section_4 .img.second .img-ion-1 {
  width: 30px;
  position: absolute;
  top: -15%;
  width: 30px;
  max-width: 10%;
}
/* line 717, ../scss/_content.scss */
#section_4 .img.second .img-ion-2 {
  width: 40px;
  position: absolute;
  top: 0;
  left: 25%;
  max-width: 10%;
}
/* line 724, ../scss/_content.scss */
#section_4 .img.second .img-ion-3 {
  width: 50px;
  position: absolute;
  top: 80px;
  width: 50px;
  max-width: 10%;
}
/* line 731, ../scss/_content.scss */
#section_4 .img.second .img-ion-4 {
  width: 70px;
  position: absolute;
  bottom: 0;
  right: 30%;
  max-width: 10%;
}
/* line 738, ../scss/_content.scss */
#section_4 .img.second .img-ion-5 {
  width: 90px;
  position: absolute;
  left: 5%;
  bottom: 0;
  max-width: 10%;
}
/* line 747, ../scss/_content.scss */
#section_4 .img.third {
  height: 100%;
  display: none;
}
@media only screen and (max-width: 750px) {
  /* line 747, ../scss/_content.scss */
  #section_4 .img.third {
    margin-right: 10%;
    text-align: center;
  }
}
/* line 756, ../scss/_content.scss */
#section_4 .img.third img {
  transform: rotate(0deg);
  /* avoid blurry images in FF */
  -webkit-transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 750px) {
  /* line 756, ../scss/_content.scss */
  #section_4 .img.third img {
    text-align: center;
  }
}
/* line 766, ../scss/_content.scss */
#section_4 .img img {
  max-width: 100%;
}

/* line 773, ../scss/_content.scss */
#section_5 {
  width: 101%;
}
/* line 776, ../scss/_content.scss */
#section_5 .bx-pager {
  display: none;
}
/* line 780, ../scss/_content.scss */
#section_5 .bx-wrapper, #section_5 .bx-viewport {
  height: 100% !important;
  border: none;
}
/* line 785, ../scss/_content.scss */
#section_5 .bx-viewport {
  width: 101% !important;
  background: url(/u700/images/blueprint.jpg);
}
/* line 790, ../scss/_content.scss */
#section_5 .bxslider {
  height: 100%;
}
/* line 794, ../scss/_content.scss */
#section_5 .bxslider li {
  height: 100%;
}
/* line 799, ../scss/_content.scss */
#section_5 .bxslide {
  height: 100%;
  display: block;
}
/* line 803, ../scss/_content.scss */
#section_5 .bxslide .inner {
  font-size: 0;
  width: 80%;
  margin-left: 10%;
}
@media only screen and (max-width: 680px) {
  /* line 803, ../scss/_content.scss */
  #section_5 .bxslide .inner {
    width: 70%;
    margin-left: 15%;
  }
}
/* line 814, ../scss/_content.scss */
#section_5 .bxslide .text {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  line-height: 32px;
  color: #000;
  margin-right: 10%;
}
/* line 824, ../scss/_content.scss */
#section_5 .bxslide .text span {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 30px;
  color: #000;
  display: block;
}
@media only screen and (max-width: 540px) {
  /* line 824, ../scss/_content.scss */
  #section_5 .bxslide .text span {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 540px) {
  /* line 814, ../scss/_content.scss */
  #section_5 .bxslide .text {
    /*font-size: 24px;
    line-height: 32px;*/
    font-size: 16px;
    line-height: 24px;
    width: 100% !important;
  }
}
@media only screen and (max-width: 680px) {
  /* line 814, ../scss/_content.scss */
  #section_5 .bxslide .text {
    width: 90%;
    margin-bottom: 20px;
  }
}
/* line 854, ../scss/_content.scss */
#section_5 .bxslide .img {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 40%;
}
@media only screen and (max-width: 540px) {
  /* line 854, ../scss/_content.scss */
  #section_5 .bxslide .img {
    width: 100% !important;
    text-align: center !important;
  }
  /* line 864, ../scss/_content.scss */
  #section_5 .bxslide .img img {
    max-width: 50% !important;
  }
}
@media only screen and (max-width: 680px) {
  /* line 854, ../scss/_content.scss */
  #section_5 .bxslide .img {
    width: 90%;
  }
}
/* line 873, ../scss/_content.scss */
#section_5 .bxslide .img img {
  max-width: 100%;
  display: inline;
}

/* line 882, ../scss/_content.scss */
#section_6 {
  width: 101%;
}
/* line 885, ../scss/_content.scss */
#section_6 .arrow-down {
  bottom: 80px;
}
/* line 889, ../scss/_content.scss */
#section_6 .bx-wrapper, #section_6 .bx-viewport {
  height: 100% !important;
}
/* line 893, ../scss/_content.scss */
#section_6 .bxslider {
  height: 100%;
  background-color: #60b6bf;
}
/* line 897, ../scss/_content.scss */
#section_6 .bxslider li {
  height: 100%;
}
/* line 902, ../scss/_content.scss */
#section_6 .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;
}
@media only screen and (max-width: 680px) {
  /* line 916, ../scss/_content.scss */
  #section_6 .bx-wrapper {
    max-width: 80% !important;
  }
}
/* line 923, ../scss/_content.scss */
#section_6 .bx-wrapper .bx-viewport {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 930, ../scss/_content.scss */
#section_6 .bx-wrapper .bx-pager, #section_6 .bx-wrapper .bx-controls-auto {
  bottom: 20px;
}
/* line 934, ../scss/_content.scss */
#section_6 .bx-wrapper .bx-pager.bx-default-pager a {
  background: none;
  color: #000;
}
/* line 938, ../scss/_content.scss */
#section_6 .bx-wrapper .bx-pager.bx-default-pager a.active {
  color: #fff;
  background-color: #000;
}
/* line 943, ../scss/_content.scss */
#section_6 .bx-controls-direction {
  z-index: 4000;
}
/* line 951, ../scss/_content.scss */
#section_6 .bx-wrapper .bx-prev {
  background: url(/u700/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;*/
}
@media only screen and (max-width: 540px) {
  /* line 951, ../scss/_content.scss */
  #section_6 .bx-wrapper .bx-prev {
    /*left: 0;
    background-size: 12px 19px;*/
    display: none;
  }
}
/* line 969, ../scss/_content.scss */
#section_6 .bx-wrapper .bx-prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
/* line 976, ../scss/_content.scss */
#section_6 .bx-wrapper .bx-next {
  background: url(/u700/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;*/
}
@media only screen and (max-width: 540px) {
  /* line 976, ../scss/_content.scss */
  #section_6 .bx-wrapper .bx-next {
    /*right: 0;
    background-size: 12px 19px;*/
    display: none;
  }
}
/* line 994, ../scss/_content.scss */
#section_6 .bx-wrapper .bx-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
/* line 1001, ../scss/_content.scss */
#section_6 .bxslide {
  height: 100%;
  display: block;
}
/* line 1005, ../scss/_content.scss */
#section_6 .bxslide .inner {
  font-size: 0;
  width: 80%;
  margin-left: 10%;
}
@media only screen and (max-width: 680px) {
  /* line 1005, ../scss/_content.scss */
  #section_6 .bxslide .inner {
    width: 80%;
    margin-left: 15%;
  }
}
/* line 1016, ../scss/_content.scss */
#section_6 .bxslide .text {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  line-height: 40px;
}
@media only screen and (max-width: 680px) {
  /* line 1016, ../scss/_content.scss */
  #section_6 .bxslide .text {
    width: 100%;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 540px) {
  /* line 1016, ../scss/_content.scss */
  #section_6 .bxslide .text {
    font-size: 20px;
    line-height: 28px;
  }
}
/* line 1036, ../scss/_content.scss */
#section_6 .bxslide .img {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 680px) {
  /* line 1036, ../scss/_content.scss */
  #section_6 .bxslide .img {
    width: 70%;
    margin-left: 15%;
    position: relative;
  }
}
/* line 1052, ../scss/_content.scss */
#section_6 .bxslide .img img {
  max-width: 100%;
  display: inline;
}
@media only screen and (max-width: 680px) {
  /* line 1061, ../scss/_content.scss */
  #section_6 .bxslide.slide_1 .img {
    width: 50%;
    margin-left: 20%;
    position: relative;
  }
}
@media only screen and (max-width: 540px) {
  /* line 1073, ../scss/_content.scss */
  #section_6 .bxslide.slide_3 .img {
    width: 60%;
  }
}

@media only screen and (max-width: 500px) {
  /* line 1085, ../scss/_content.scss */
  #section_7 .display-table-cell {
    padding-top: 30px;
  }
}
/* line 1093, ../scss/_content.scss */
#section_7 h2 {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 540px) {
  /* line 1093, ../scss/_content.scss */
  #section_7 h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
/* line 1105, ../scss/_content.scss */
#section_7 p {
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 500px) {
  /* line 1109, ../scss/_content.scss */
  #section_7 p.small {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
  }
}
/* line 1118, ../scss/_content.scss */
#section_7 p a {
  color: #60b6bf;
}
/* line 1123, ../scss/_content.scss */
#section_7 .buy {
  margin: 20px 0;
  font-size: 18px;
  line-height: 24px;
}
/* line 1129, ../scss/_content.scss */
#section_7 .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 1129, ../scss/_content.scss */
  #section_7 .button {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
}
/* line 1144, ../scss/_content.scss */
#section_7 .text {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5%;
}
@media only screen and (max-width: 580px) {
  /* line 1144, ../scss/_content.scss */
  #section_7 .text {
    width: 90%;
    margin-left: 0%;
    margin-right: 0;
    margin-top: 50px;
  }
}
/* line 1158, ../scss/_content.scss */
#section_7 .inner {
  font-size: 0;
  width: 85%;
  margin-left: 10%;
}
@media all and (max-width: 580px) {
  /* line 1158, ../scss/_content.scss */
  #section_7 .inner {
    margin-left: 15%;
  }
}
/* line 1168, ../scss/_content.scss */
#section_7 img.box {
  display: none;
}
@media only screen and (max-width: 580px) {
  /* line 1168, ../scss/_content.scss */
  #section_7 img.box {
    display: block;
    margin: 0 auto;
    width: 40%;
  }
}
/* line 1178, ../scss/_content.scss */
#section_7 .img {
  width: 45%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 580px) {
  /* line 1178, ../scss/_content.scss */
  #section_7 .img {
    /*width: 90%;
    margin-left: 10%;*/
    display: none;
  }
}
/* line 1190, ../scss/_content.scss */
#section_7 .img img {
  max-width: 100%;
}
/* line 1195, ../scss/_content.scss */
#section_7 .logos {
  margin: 40px 0 0 0;
}
/* line 1198, ../scss/_content.scss */
#section_7 .logos img {
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 500px) {
  /* line 1198, ../scss/_content.scss */
  #section_7 .logos img {
    width: 30px;
  }
}

/* line 1210, ../scss/_content.scss */
#section_8 #more-products {
  margin-left: 10%;
  width: 80%;
}
@media only screen and (max-width: 580px) {
  /* line 1210, ../scss/_content.scss */
  #section_8 #more-products {
    margin-left: 15%;
    width: 85%;
  }
}
/* line 1220, ../scss/_content.scss */
#section_8 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 1220, ../scss/_content.scss */
  #section_8 h2 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 0;
    margin-top: 40px;
  }
}
/* line 1238, ../scss/_content.scss */
#section_8 .title-image {
  width: 20%;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 580px) {
  /* line 1243, ../scss/_content.scss */
  #section_8 .title-image img {
    width: 60px;
    vertical-align: top;
  }
}
/* line 1252, ../scss/_content.scss */
#section_8 .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 1252, ../scss/_content.scss */
  #section_8 .more-product {
    width: 40%;
    margin: 0;
    margin-bottom: 40px;
  }
}
/* line 1268, ../scss/_content.scss */
#section_8 .more-product a, #section_8 .more-product .product-title {
  display: block;
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 580px) {
  /* line 1268, ../scss/_content.scss */
  #section_8 .more-product a, #section_8 .more-product .product-title {
    font-size: 12px;
    line-height: 16px;
  }
}
/* line 1279, ../scss/_content.scss */
#section_8 .more-product img {
  max-width: 100%;
}
@media only screen and (max-width: 580px) {
  /* line 1279, ../scss/_content.scss */
  #section_8 .more-product img {
    max-width: 50%;
  }
}
/* line 1288, ../scss/_content.scss */
#section_8 #more-button {
  float: right;
  width: 45%;
  padding-left: 5%;
}
/* line 1293, ../scss/_content.scss */
#section_8 #more-product-3 .product-title {
  padding-top: 1px;
}
/* line 1296, ../scss/_content.scss */
#section_8 #more-product-4 .product-title {
  padding-top: 2px;
}
/* line 1299, ../scss/_content.scss */
#section_8 .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 1311, ../scss/_content.scss */
#section_8 .product-image:hover {
  margin-top: -30px;
  margin-bottom: 30px;
}
/* line 1315, ../scss/_content.scss */
#section_8 .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 1334, ../scss/_content.scss */
.display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
/* line 1341, ../scss/_content.scss */
.display-table .display-table-cell {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
/* line 1349, ../scss/_content.scss */
.display-table .valigh-fix {
  display: none;
  width: 1px;
  margin-left: -1px;
}

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

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

/* line 1377, ../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 1384, ../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 1384, ../scss/_content.scss */
  .languages {
    display: block;
    position: absolute;
    right: 10px;
    top: 35px;
    width: 60px;
    margin-right: 0;
    overflow: hidden;
    *zoom: 1;
  }
}
/* line 1406, ../scss/_content.scss */
.languages:hover .currentlanguage {
  background-color: white;
  color: black;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
/* line 1412, ../scss/_content.scss */
.languages:hover #down {
  display: none;
}
/* line 1415, ../scss/_content.scss */
.languages:hover #up {
  display: inline;
}
/* line 1418, ../scss/_content.scss */
.languages:hover .otherlanguages {
  display: block;
}

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

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

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

/* line 1442, ../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 1449, ../scss/_content.scss */
.otherlanguages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 1454, ../scss/_content.scss */
.otherlanguages li {
  margin: 0;
  padding: 0;
}
/* line 1457, ../scss/_content.scss */
.otherlanguages li:last-child a {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 1462, ../scss/_content.scss */
.otherlanguages a {
  display: block;
  margin-left: 0 !important;
  padding: 4px 15px;
  color: white;
  text-decoration: none;
}
/* line 1468, ../scss/_content.scss */
.otherlanguages a:hover {
  background-color: grey;
}

/* line 1475, ../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 1480, ../scss/_content.scss */
.imprint p {
  margin: 0 0 20px 0;
}
@media all and (max-height: 570px) {
  /* line 1480, ../scss/_content.scss */
  .imprint p {
    font-size: 12px;
    line-height: 14px;
  }
}
/* line 1489, ../scss/_content.scss */
.imprint a {
  color: #60b6bf;
}
/* line 1493, ../scss/_content.scss */
.imprint .close-magnific-popup {
  display: block;
  margin-bottom: 20px;
  text-align: right;
}
/* line 1499, ../scss/_content.scss */
.imprint h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
@media all and (max-height: 570px) {
  /* line 1499, ../scss/_content.scss */
  .imprint h2 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 20px;
  }
}

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

/* line 1515, ../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 1515, ../scss/_content.scss */
  .yt-video-container {
    padding-bottom: 40%;
  }
}

/* line 1527, ../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%;
}
