/* 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 5, ../scss/_content.scss */
body {
  font-family: 'Futura W01 Book', 'Arial', 'Sans-serif';
  font-size: 18px;
  line-height: 24px;
}

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

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

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

/* line 39, ../scss/_content.scss */
.bx-pager {
  position: absolute;
  z-index: 999;
}

/* line 43, ../scss/_content.scss */
.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
  z-index: 99;
}

/* line 47, ../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 47, ../scss/_content.scss */
  #header {
    top: 0;
  }
}
/* line 60, ../scss/_content.scss */
#header .ticker {
  width: 255px;
  max-width: 50%;
  display: inline-block;
  vertical-align: middle;
  font-size: 21px;
}
/* line 67, ../scss/_content.scss */
#header .ticker.light {
  color: #fff;
}
/* line 71, ../scss/_content.scss */
#header .ticker li {
  padding: 0 0 2px 0;
  text-align: right;
}
@media only screen and (max-width: 500px) {
  /* line 60, ../scss/_content.scss */
  #header .ticker {
    font-size: 12px;
    line-height: 16px;
    max-width: 50%;
    text-align: right;
  }
  /* line 82, ../scss/_content.scss */
  #header .ticker ul {
    width: 100%;
  }
}
/* line 88, ../scss/_content.scss */
#header .inner {
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 500px) {
  /* line 88, ../scss/_content.scss */
  #header .inner {
    padding: 0 5px;
  }
}
/* line 96, ../scss/_content.scss */
#header .inner a {
  margin-left: 20px;
}
/* line 101, ../scss/_content.scss */
#header .logo-dark {
  position: absolute;
  left: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 500px) {
  /* line 101, ../scss/_content.scss */
  #header .logo-dark {
    left: 5px;
    width: 70px;
    top: 8px;
  }
}
/* line 113, ../scss/_content.scss */
#header .buynow-button {
  font-size: 18px;
  padding: 8px 28px;
}
@media only screen and (max-width: 500px) {
  /* line 113, ../scss/_content.scss */
  #header .buynow-button {
    margin-left: 5px !important;
    font-size: 13px;
    padding: 8px 10px;
  }
}

/* line 125, ../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 135, ../scss/_content.scss */
#static-images {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 999;
}
/* line 141, ../scss/_content.scss */
#static-images .arrow-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -19px;
  z-index: 1000;
}
/* line 149, ../scss/_content.scss */
#static-images #product-shadow {
  display: none;
}

/* line 156, ../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 172, ../scss/_content.scss */
.bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}

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

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

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

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

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

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

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

/* line 249, ../scss/_content.scss */
.controlArrow.next {
  background: url(../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 249, ../scss/_content.scss */
  .controlArrow.next {
    /*right: 30px;
    background-size: 12px 19px;*/
    display: none !important;
  }
}
/* line 268, ../scss/_content.scss */
.controlArrow.next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

/* line 275, ../scss/_content.scss */
.controlArrow.prev {
  background: url(../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 275, ../scss/_content.scss */
  .controlArrow.prev {
    display: none !important;
  }
}
/* line 292, ../scss/_content.scss */
.controlArrow.prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

/* line 300, ../scss/_content.scss */
.bx-controls-direction {
  z-index: 4000;
}

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

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

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

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

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

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

/* SECTIONS */
/* line 359, ../scss/_content.scss */
#section_1 .dark-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0.5;
  -moz-opacity: 0.5;
}
/* line 373, ../scss/_content.scss */
#section_1 .logo {
  position: absolute;
  right: 10%;
  top: 30%;
  max-width: 70%;
  z-index: 10;
}

/* line 386, ../scss/_content.scss */
#section_2 .slidesContainer .text {
  position: relative;
  width: 40%;
  left: 50%;
  top: 40%;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
}
@media only screen and (max-width: 540px) {
  /* line 386, ../scss/_content.scss */
  #section_2 .slidesContainer .text {
    width: 60%;
    left: 20%;
    top: 25%;
    font-size: 24px;
    line-height: 36px;
  }
}

/* line 409, ../scss/_content.scss */
#section_3 .arrow-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -19px;
  z-index: 1000;
  display: none;
}
/* line 418, ../scss/_content.scss */
#section_3 .img {
  width: 48%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 540px) {
  /* line 418, ../scss/_content.scss */
  #section_3 .img {
    width: 40%;
  }
}
/* line 427, ../scss/_content.scss */
#section_3 .img img {
  max-width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
/* line 435, ../scss/_content.scss */
#section_3 .img1 {
  display: none;
}
/* line 439, ../scss/_content.scss */
#section_3 .img2 {
  display: none;
}
/* line 443, ../scss/_content.scss */
#section_3 .content {
  position: absolute;
  left: 50%;
  width: 50%;
  z-index: 20;
  font-size: 40px;
  line-height: 55px;
  top: 25%;
}
/* line 453, ../scss/_content.scss */
#section_3 .content .title2, #section_3 .content .title3, #section_3 .content .text2, #section_3 .content .text3 {
  display: none;
}
/* line 457, ../scss/_content.scss */
#section_3 .content img {
  max-width: 100%;
}
@media only screen and (max-width: 540px) {
  /* line 443, ../scss/_content.scss */
  #section_3 .content {
    top: 10%;
    left: 15%;
    width: 70%;
  }
}
/* line 467, ../scss/_content.scss */
#section_3 .content h2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 540px) {
  /* line 467, ../scss/_content.scss */
  #section_3 .content h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
/* line 476, ../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 476, ../scss/_content.scss */
  #section_3 .content .text {
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
    margin-top: 20px;
  }
}
/* line 492, ../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 508, ../scss/_content.scss */
#section_4 .arrow-down {
  position: static;
  display: block !important;
  cursor: default;
}
@media only screen and (max-width: 540px) {
  /* line 508, ../scss/_content.scss */
  #section_4 .arrow-down {
    line-height: 10px;
  }
}
@media only screen and (max-width: 540px) {
  /* line 517, ../scss/_content.scss */
  #section_4 .arrow-down img {
    width: 10px;
  }
}
/* line 526, ../scss/_content.scss */
#section_4 .particle {
  position: absolute;
  visibility: hidden;
}
/* line 531, ../scss/_content.scss */
#section_4 .bottom-img {
  position: absolute;
  z-index: 1000;
  visibility: hidden;
  max-width: 80%;
}
/* line 539, ../scss/_content.scss */
#section_4 p {
  display: none;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  position: relative;
  z-index: 10;
  top: 30%;
}
@media only screen and (max-width: 540px) {
  /* line 539, ../scss/_content.scss */
  #section_4 p {
    font-size: 22px;
    line-height: 32px;
  }
}

/* line 559, ../scss/_content.scss */
#section_5 .animation-loader {
  text-align: center;
}
/* line 563, ../scss/_content.scss */
#section_5 .swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100000;
  top: 0;
  left: 60px;
}
/* line 573, ../scss/_content.scss */
#section_5 .spacer {
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  /* line 573, ../scss/_content.scss */
  #section_5 .spacer {
    display: none;
  }
}
/* line 583, ../scss/_content.scss */
#section_5 .content {
  height: 100%;
}
/* line 587, ../scss/_content.scss */
#section_5 .inner {
  font-size: 0;
  width: 80%;
  margin-left: 10%;
  height: 100%;
}
/* line 594, ../scss/_content.scss */
#section_5 .text-container {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
@media only screen and (max-width: 780px) {
  /* line 594, ../scss/_content.scss */
  #section_5 .text-container {
    width: 100%;
    height: 50%;
  }
}
@media only screen and (max-width: 580px) {
  /* line 594, ../scss/_content.scss */
  #section_5 .text-container {
    height: 60%;
  }
}
/* line 611, ../scss/_content.scss */
#section_5 .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  line-height: 40px;
  width: 100%;
}
/* line 618, ../scss/_content.scss */
#section_5 .text h2 {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 540px) {
  /* line 618, ../scss/_content.scss */
  #section_5 .text h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 780px) {
  /* line 611, ../scss/_content.scss */
  #section_5 .text {
    width: 100%;
    height: 100%;
    /*font-size: 20px;
    line-height: 30px;*/
  }
}
@media only screen and (max-width: 580px) {
  /* line 611, ../scss/_content.scss */
  #section_5 .text {
    font-size: 18px;
    line-height: 26px;
    padding: 0 20px;
  }
}
/* line 645, ../scss/_content.scss */
#section_5 .video-container {
  /*display: table-cell;
  width: 50%;*/
  vertical-align: middle;
  width: 50%;
  display: inline-block;
  position: relative;
}
/* line 655, ../scss/_content.scss */
#section_5 .video-container #animation-video {
  max-width: 100%;
}
@media only screen and (max-width: 780px) {
  /* line 645, ../scss/_content.scss */
  #section_5 .video-container {
    width: 100%;
  }
}
/* line 664, ../scss/_content.scss */
#section_5 .animation-container {
  vertical-align: middle;
  width: 50%;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 780px) {
  /* line 664, ../scss/_content.scss */
  #section_5 .animation-container {
    width: 100%;
  }
}
/* line 675, ../scss/_content.scss */
#section_5 .animation-container img {
  background-color: #fff;
}
/* line 680, ../scss/_content.scss */
#section_5 #mySpriteSpin {
  display: none;
}
/* line 684, ../scss/_content.scss */
#section_5 .section-intro-text {
  height: 100%;
}

/* line 691, ../scss/_content.scss */
#section_6 .bx-pager {
  display: none;
}
/* line 695, ../scss/_content.scss */
#section_6 .bx-wrapper, #section_6 .bx-viewport {
  height: 100% !important;
  border: none;
}
/* line 700, ../scss/_content.scss */
#section_6 .bx-viewport {
  width: 101% !important;
}
/* line 705, ../scss/_content.scss */
#section_6 .bxslider {
  height: 100%;
  background-color: #60b6bf;
}
/* line 709, ../scss/_content.scss */
#section_6 .bxslider li {
  height: 100%;
}
/* line 714, ../scss/_content.scss */
#section_6 .bxslide {
  height: 100%;
  display: block;
}
/* line 718, ../scss/_content.scss */
#section_6 .bxslide .inner {
  font-size: 0;
  width: 80%;
  margin-left: 10%;
}
@media only screen and (max-width: 680px) {
  /* line 718, ../scss/_content.scss */
  #section_6 .bxslide .inner {
    width: 80%;
    margin-left: 15%;
  }
}
/* line 729, ../scss/_content.scss */
#section_6 .bxslide .text {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  line-height: 32px;
  color: #000;
  margin-right: 10%;
}
/* line 738, ../scss/_content.scss */
#section_6 .bxslide .text span {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 30px;
  color: #000;
  display: block;
}
@media only screen and (max-width: 540px) {
  /* line 738, ../scss/_content.scss */
  #section_6 .bxslide .text span {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 540px) {
  /* line 729, ../scss/_content.scss */
  #section_6 .bxslide .text {
    /*font-size: 24px;
    line-height: 32px;*/
    font-size: 14px;
    line-height: 18px;
    width: 100% !important;
  }
}
@media only screen and (max-width: 680px) {
  /* line 729, ../scss/_content.scss */
  #section_6 .bxslide .text {
    width: 90%;
    margin-bottom: 20px;
  }
}
/* line 768, ../scss/_content.scss */
#section_6 .bxslide .img {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  /* line 768, ../scss/_content.scss */
  #section_6 .bxslide .img {
    width: 90% !important;
  }
}
@media only screen and (max-width: 680px) {
  /* line 768, ../scss/_content.scss */
  #section_6 .bxslide .img {
    width: 90%;
  }
}
/* line 782, ../scss/_content.scss */
#section_6 .bxslide .img img {
  max-width: 100%;
  display: inline;
}
@media only screen and (max-width: 540px) {
  /* line 782, ../scss/_content.scss */
  #section_6 .bxslide .img img {
    max-width: 50% !important;
  }
}

/* line 797, ../scss/_content.scss */
#section_7 .bx-wrapper, #section_7 .bx-viewport {
  height: 100% !important;
}
/* line 801, ../scss/_content.scss */
#section_7 .bx-viewport {
  width: 101% !important;
}
/* line 805, ../scss/_content.scss */
#section_7 .bxslider {
  height: 100%;
  background-color: #60b6bf;
}
/* line 809, ../scss/_content.scss */
#section_7 .bxslider li {
  height: 100%;
}
/* line 814, ../scss/_content.scss */
#section_7 .bx-pager {
  z-index: 10000;
}
/* line 818, ../scss/_content.scss */
#section_7 .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 839, ../scss/_content.scss */
#section_7 .bx-wrapper .bx-viewport {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 846, ../scss/_content.scss */
#section_7 .bx-wrapper .bx-pager, #section_7 .bx-wrapper .bx-controls-auto {
  bottom: 20px;
}
/* line 850, ../scss/_content.scss */
#section_7 .bx-wrapper .bx-pager.bx-default-pager a {
  background: none;
  color: #000;
}
/* line 854, ../scss/_content.scss */
#section_7 .bx-wrapper .bx-pager.bx-default-pager a.active {
  color: #fff;
  background-color: #000;
}
/* line 865, ../scss/_content.scss */
#section_7 .bx-wrapper .bx-prev {
  background: url(../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 865, ../scss/_content.scss */
  #section_7 .bx-wrapper .bx-prev {
    /*left: 0;
    background-size: 12px 19px;*/
    display: none;
  }
}
/* line 883, ../scss/_content.scss */
#section_7 .bx-wrapper .bx-prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
/* line 890, ../scss/_content.scss */
#section_7 .bx-wrapper .bx-next {
  background: url(../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 890, ../scss/_content.scss */
  #section_7 .bx-wrapper .bx-next {
    /*right: 0;
    background-size: 12px 19px;*/
    display: none;
  }
}
/* line 908, ../scss/_content.scss */
#section_7 .bx-wrapper .bx-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
/* line 915, ../scss/_content.scss */
#section_7 .bxslide {
  height: 100%;
  display: block;
}
/* line 919, ../scss/_content.scss */
#section_7 .bxslide .inner {
  font-size: 0;
  width: 80%;
  margin-left: 10%;
}
@media only screen and (max-width: 680px) {
  /* line 919, ../scss/_content.scss */
  #section_7 .bxslide .inner {
    width: 70%;
    margin-left: 15%;
  }
}
/* line 930, ../scss/_content.scss */
#section_7 .bxslide .text {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  line-height: 40px;
}
@media only screen and (max-width: 540px) {
  /* line 930, ../scss/_content.scss */
  #section_7 .bxslide .text {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 680px) {
  /* line 930, ../scss/_content.scss */
  #section_7 .bxslide .text {
    width: 90%;
    margin-bottom: 20px;
  }
}
/* line 948, ../scss/_content.scss */
#section_7 .bxslide .img {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 680px) {
  /* line 948, ../scss/_content.scss */
  #section_7 .bxslide .img {
    width: 90%;
  }
}
/* line 958, ../scss/_content.scss */
#section_7 .bxslide .img img {
  max-width: 100%;
  display: inline;
}
@media only screen and (max-width: 680px) {
  /* line 958, ../scss/_content.scss */
  #section_7 .bxslide .img img {
    max-width: 70%;
  }
}
@media only screen and (max-width: 540px) {
  /* line 969, ../scss/_content.scss */
  #section_7 .fullPage-slidesNav.bottom {
    width: 80%;
  }
}

@media only screen and (max-width: 500px) {
  /* line 980, ../scss/_content.scss */
  #section_8 .display-table-cell {
    padding-top: 30px;
  }
}
/* line 988, ../scss/_content.scss */
#section_8 h2 {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 540px) {
  /* line 988, ../scss/_content.scss */
  #section_8 h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
/* line 1000, ../scss/_content.scss */
#section_8 p {
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 500px) {
  /* line 1004, ../scss/_content.scss */
  #section_8 p.small {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
  }
}
/* line 1013, ../scss/_content.scss */
#section_8 p a {
  color: #60b6bf;
}
/* line 1018, ../scss/_content.scss */
#section_8 .buy {
  margin: 20px 0;
  font-size: 18px;
  line-height: 24px;
}
/* line 1024, ../scss/_content.scss */
#section_8 .button {
  background-color: #60b6bf;
  padding: 5px 20px;
  font-size: 100%;
}
/* line 1030, ../scss/_content.scss */
#section_8 .text {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2%;
}
@media only screen and (max-width: 580px) {
  /* line 1030, ../scss/_content.scss */
  #section_8 .text {
    width: 90%;
    margin-left: 10%;
    margin-right: 0;
  }
}
/* line 1043, ../scss/_content.scss */
#section_8 .inner {
  font-size: 0;
  width: 80%;
  margin-left: 10%;
}
/* line 1049, ../scss/_content.scss */
#section_8 img.box {
  display: none;
}
@media only screen and (max-width: 580px) {
  /* line 1049, ../scss/_content.scss */
  #section_8 img.box {
    display: inline !important;
    width: 60px;
    margin-right: 0 !important;
  }
}
/* line 1059, ../scss/_content.scss */
#section_8 .img {
  width: 48%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 580px) {
  /* line 1059, ../scss/_content.scss */
  #section_8 .img {
    /*width: 90%;
    margin-left: 10%;*/
    display: none;
  }
}
/* line 1071, ../scss/_content.scss */
#section_8 .img img {
  max-width: 100%;
}
/* line 1076, ../scss/_content.scss */
#section_8 .logos {
  margin: 40px 0 0 0;
}
/* line 1079, ../scss/_content.scss */
#section_8 .logos img {
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 500px) {
  /* line 1079, ../scss/_content.scss */
  #section_8 .logos img {
    width: 30px;
  }
}

/* line 1089, ../scss/_content.scss */
#section_9 {
  margin-top: 120px;
}
@media all and (max-width: 540px) {
  /* line 1089, ../scss/_content.scss */
  #section_9 {
    margin-top: 60px;
  }
  /* line 1096, ../scss/_content.scss */
  #section_9.imprint {
    margin-top: 120px;
  }
  /* line 1101, ../scss/_content.scss */
  #section_9.error-404 h2 {
    width: 100%;
  }
  /* line 1105, ../scss/_content.scss */
  #section_9.error-404 h3 {
    margin-top: 0;
  }
  /* line 1109, ../scss/_content.scss */
  #section_9.error-404 .title-image {
    display: none;
  }
}
/* line 1114, ../scss/_content.scss */
#section_9 #more-products {
  margin-left: 10%;
  width: 80%;
}
@media only screen and (max-width: 580px) {
  /* line 1114, ../scss/_content.scss */
  #section_9 #more-products {
    margin-left: 15%;
    width: 85%;
  }
}
/* line 1124, ../scss/_content.scss */
#section_9 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 1124, ../scss/_content.scss */
  #section_9 h2 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 0;
    margin-top: 40px;
  }
}
/* line 1142, ../scss/_content.scss */
#section_9 h3 {
  display: block;
  margin-bottom: 50px;
  margin-top: -50px;
  font-size: 24px;
  line-height: 34px;
  margin-left: 14%;
  width: 54%;
}
@media only screen and (max-width: 580px) {
  /* line 1142, ../scss/_content.scss */
  #section_9 h3 {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
  }
}
/* line 1160, ../scss/_content.scss */
#section_9 .title-image {
  width: 20%;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 580px) {
  /* line 1165, ../scss/_content.scss */
  #section_9 .title-image img {
    width: 60px;
    vertical-align: top;
  }
}
/* line 1174, ../scss/_content.scss */
#section_9 .more-product {
  width: 20%;
  margin: 0 2%;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  vertical-align: text-top;
}
@media only screen and (max-width: 580px) {
  /* line 1174, ../scss/_content.scss */
  #section_9 .more-product {
    width: 40%;
    margin: 0;
    margin-bottom: 40px;
  }
}
/* line 1189, ../scss/_content.scss */
#section_9 .more-product a, #section_9 .more-product .product-title {
  display: block;
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 580px) {
  /* line 1189, ../scss/_content.scss */
  #section_9 .more-product a, #section_9 .more-product .product-title {
    font-size: 12px;
    line-height: 16px;
  }
}
/* line 1200, ../scss/_content.scss */
#section_9 .more-product img {
  max-width: 100%;
}
@media only screen and (max-width: 580px) {
  /* line 1200, ../scss/_content.scss */
  #section_9 .more-product img {
    max-width: 50%;
  }
}
/* line 1209, ../scss/_content.scss */
#section_9 #more-button {
  float: right;
  width: 45%;
  padding-left: 5%;
}
/* line 1214, ../scss/_content.scss */
#section_9 #more-product-3 .product-title {
  padding-top: 1px;
}
/* line 1217, ../scss/_content.scss */
#section_9 #more-product-4 .product-title {
  padding-top: 2px;
}
/* line 1220, ../scss/_content.scss */
#section_9 .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 1232, ../scss/_content.scss */
#section_9 .product-image:hover {
  margin-top: -30px;
  margin-bottom: 30px;
}
/* line 1236, ../scss/_content.scss */
#section_9 .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 1255, ../scss/_content.scss */
.display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
/* line 1262, ../scss/_content.scss */
.display-table .display-table-cell {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
/* line 1270, ../scss/_content.scss */
.display-table .valigh-fix {
  display: none;
  width: 1px;
  margin-left: -1px;
}

/*.video-js {padding-top: 56.25%}
.vjs-fullscreen {padding-top: 0px}*/
/* line 1280, ../scss/_content.scss */
.video-container {
  vertical-align: middle;
}

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

/* line 1296, ../scss/_content.scss */
#section_9 .imprint-content {
  width: 300px;
  margin: 0 auto;
}
/* line 1300, ../scss/_content.scss */
#section_9 .imprint-content p {
  margin-bottom: 20px;
}
/* line 1304, ../scss/_content.scss */
#section_9 .imprint-content a {
  color: #60b6bf;
  text-decoration: none;
}
@media all and (max-width: 540px) {
  /* line 1296, ../scss/_content.scss */
  #section_9 .imprint-content {
    margin-top: -30px;
  }
  /* line 1312, ../scss/_content.scss */
  #section_9 .imprint-content p {
    margin-left: 20px;
    margin-bottom: 10px;
  }
  /* line 1317, ../scss/_content.scss */
  #section_9 .imprint-content h2 {
    font-size: 30px;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-top: 0px;
  }
}

/* line 1327, ../scss/_content.scss */
.contact-button-wrap {
  margin: 30px 10%;
  text-align: center;
}
@media all and (max-width: 540px) {
  /* line 1327, ../scss/_content.scss */
  .contact-button-wrap {
    margin-top: -10px;
  }
}

/* line 1336, ../scss/_content.scss */
.contact-button {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #fff;
  background-color: #000;
  padding: 8px 24px;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

/* line 1345, ../scss/_content.scss */
.imprint-back-button {
  position: absolute;
  z-index: 2000;
  top: 0px;
  right: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #fff;
  background-color: #000;
  padding: 8px 24px;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
@media all and (max-width: 540px) {
  /* line 1345, ../scss/_content.scss */
  .imprint-back-button {
    padding: 4px 12px;
    font-size: 16px;
  }
}
