/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,700);

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template, [hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}

#hd {
  width: 100%;
  left: 0;
  margin: -40px 0 0 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  /*position: absolute;*/
  position: relative;
  overflow: hidden;
  z-index: 0;
  background: #000
}

#hd * {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#hd section {
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

#hd img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100% !important;
  height: auto;
  border: none;
}

#hd a{
  color: #00a8ff;
}

@font-face {
  font-family: 'Machine-BT';
  src: url("../fonts/Machine-BT.ttf");
}
@font-face {
  font-family: 'xolonium';
  src: url('../fonts/xolonium.eot');
  src: local('xolonium'), 
  url('../fonts/xolonium.woff') format('woff'), 
  url('../fonts/xolonium.ttf') format('truetype'),
  url('../fonts/xolonium.svg#htc-icon') format('svg');
}
@font-face {
  font-family: 'rog';
  src: url("../fonts/rog-regular.ttf");
  font-weight: normal;
  font-style: normal;
}
/* video-link */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
  background-color: black;
}

.modal .close_btn {
  height: 31px;
  width: 31px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  color: #ffffff;
  font-size: 30px;
  z-index: 1001;
}

.modal:hover, .modal:focus {
  text-decoration: none;
  cursor: pointer;
}

#hd .modal-center {
  width: 100%;
  height: 100%;
  left: -1px;
  top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  position: relative;
}

#hd .modal-center #h5video {
  width: 100%;
  max-width: 960px;
}

#hd .modal-center iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@-webkit-keyframes breathing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes breathing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@-webkit-keyframes cycle_2 {
  0% {
    background-color: #8e00ff;
  }
  2% {
    background-color: #e100ff;
  }
  10.3% {
    background-color: #ff008b;
  }
  26.9% {
    background-color: red;
  }
  35.2% {
    background-color: orange;
  }
  43.5% {
    background-color: yellow;
  }
  51.8% {
    background-color: #b0ff00;
  }
  60.1% {
    background-color: #00db4a;
  }
  68.4% {
    background-color: #00ffd9;
  }
  76.7% {
    background-color: #00deff;
  }
  85% {
    background-color: #0093ff;
  }
  93.3% {
    background-color: #0023ff;
  }
  100% {
    background-color: #8e00ff;
  }
}

@keyframes cycle_2 {
  0% {
    background-color: #8e00ff;
  }
  2% {
    background-color: #e100ff;
  }
  10.3% {
    background-color: #ff008b;
  }
  26.9% {
    background-color: red;
  }
  35.2% {
    background-color: orange;
  }
  43.5% {
    background-color: yellow;
  }
  51.8% {
    background-color: #b0ff00;
  }
  60.1% {
    background-color: #00db4a;
  }
  68.4% {
    background-color: #00ffd9;
  }
  76.7% {
    background-color: #00deff;
  }
  85% {
    background-color: #0093ff;
  }
  93.3% {
    background-color: #0023ff;
  }
  100% {
    background-color: #8e00ff;
  }
}

@-webkit-keyframes cycle_3 {
  0% {
    background-color: #00deff;
  }
  10.3% {
    background-color: #0093ff;
  }
  18.6% {
    background-color: #0023ff;
  }
  26.9% {
    background-color: #8e00ff;
  }
  35.2% {
    background-color: #e100ff;
  }
  43.5% {
    background-color: #ff008b;
  }
  51.8% {
    background-color: red;
  }
  60.1% {
    background-color: orange;
  }
  68.4% {
    background-color: yellow;
  }
  76.7% {
    background-color: #b0ff00;
  }
  85% {
    background-color: #00db4a;
  }
  93.3% {
    background-color: #00ffd9;
  }
  100% {
    background-color: #00deff;
  }
}

@keyframes cycle_3 {
  0% {
    background-color: #00deff;
  }
  10.3% {
    background-color: #0093ff;
  }
  18.6% {
    background-color: #0023ff;
  }
  26.9% {
    background-color: #8e00ff;
  }
  35.2% {
    background-color: #e100ff;
  }
  43.5% {
    background-color: #ff008b;
  }
  51.8% {
    background-color: red;
  }
  60.1% {
    background-color: orange;
  }
  68.4% {
    background-color: yellow;
  }
  76.7% {
    background-color: #b0ff00;
  }
  85% {
    background-color: #00db4a;
  }
  93.3% {
    background-color: #00ffd9;
  }
  100% {
    background-color: #00deff;
  }
}

@-webkit-keyframes cycle_4 {
  0% {
    background-color: #00db4a;
  }
  10.3% {
    background-color: #00ffd9;
  }
  18.6% {
    background-color: #00deff;
  }
  26.9% {
    background-color: #0093ff;
  }
  35.2% {
    background-color: #0023ff;
  }
  43.5% {
    background-color: #8e00ff;
  }
  51.8% {
    background-color: #e100ff;
  }
  60.1% {
    background-color: #ff008b;
  }
  68.4% {
    background-color: red;
  }
  76.7% {
    background-color: orange;
  }
  85% {
    background-color: yellow;
  }
  93.3% {
    background-color: #b0ff00;
  }
  100% {
    background-color: #00db4a;
  }
}

@keyframes cycle_4 {
  0% {
    background-color: #00db4a;
  }
  10.3% {
    background-color: #00ffd9;
  }
  18.6% {
    background-color: #00deff;
  }
  26.9% {
    background-color: #0093ff;
  }
  35.2% {
    background-color: #0023ff;
  }
  43.5% {
    background-color: #8e00ff;
  }
  51.8% {
    background-color: #e100ff;
  }
  60.1% {
    background-color: #ff008b;
  }
  68.4% {
    background-color: red;
  }
  76.7% {
    background-color: orange;
  }
  85% {
    background-color: yellow;
  }
  93.3% {
    background-color: #b0ff00;
  }
  100% {
    background-color: #00db4a;
  }
}

@-webkit-keyframes cycle_5 {
  0% {
    background-color: yellow;
  }
  10.3% {
    background-color: #b0ff00;
  }
  18.6% {
    background-color: #00db4a;
  }
  26.9% {
    background-color: #00ffd9;
  }
  35.2% {
    background-color: #00deff;
  }
  43.5% {
    background-color: #0093ff;
  }
  51.8% {
    background-color: #0023ff;
  }
  60.1% {
    background-color: #8e00ff;
  }
  68.4% {
    background-color: #e100ff;
  }
  76.7% {
    background-color: #ff008b;
  }
  85% {
    background-color: red;
  }
  93.3% {
    background-color: orange;
  }
  100% {
    background-color: yellow;
  }
}

@keyframes cycle_5 {
  0% {
    background-color: yellow;
  }
  10.3% {
    background-color: #b0ff00;
  }
  18.6% {
    background-color: #00db4a;
  }
  26.9% {
    background-color: #00ffd9;
  }
  35.2% {
    background-color: #00deff;
  }
  43.5% {
    background-color: #0093ff;
  }
  51.8% {
    background-color: #0023ff;
  }
  60.1% {
    background-color: #8e00ff;
  }
  68.4% {
    background-color: #e100ff;
  }
  76.7% {
    background-color: #ff008b;
  }
  85% {
    background-color: red;
  }
  93.3% {
    background-color: orange;
  }
  100% {
    background-color: yellow;
  }
}

@-webkit-keyframes cycle {
  0% {
    background-color: red;
  }
  2% {
    background-color: red;
  }
  10.3% {
    background-color: orange;
  }
  18.6% {
    background-color: yellow;
  }
  26.9% {
    background-color: #b0ff00;
  }
  35.2% {
    background-color: #00db4a;
  }
  43.5% {
    background-color: #00ffd9;
  }
  51.8% {
    background-color: #00deff;
  }
  60.1% {
    background-color: #0093ff;
  }
  68.4% {
    background-color: #0023ff;
  }
  76.7% {
    background-color: #8e00ff;
  }
  85% {
    background-color: #e100ff;
  }
  93.3% {
    background-color: #ff008b;
  }
  100% {
    background-color: red;
  }
}

@keyframes cycle {
  0% {
    background-color: red;
  }
  2% {
    background-color: red;
  }
  10.3% {
    background-color: orange;
  }
  18.6% {
    background-color: yellow;
  }
  26.9% {
    background-color: #b0ff00;
  }
  35.2% {
    background-color: #00db4a;
  }
  43.5% {
    background-color: #00ffd9;
  }
  51.8% {
    background-color: #00deff;
  }
  60.1% {
    background-color: #0093ff;
  }
  68.4% {
    background-color: #0023ff;
  }
  76.7% {
    background-color: #8e00ff;
  }
  85% {
    background-color: #e100ff;
  }
  93.3% {
    background-color: #ff008b;
  }
  100% {
    background-color: red;
  }
}

@-webkit-keyframes colorRotate {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  10% {
    -webkit-filter: hue-rotate(36deg);
    filter: hue-rotate(36deg);
  }
  20% {
    -webkit-filter: hue-rotate(72deg);
    filter: hue-rotate(72deg);
  }
  30% {
    -webkit-filter: hue-rotate(108deg);
    filter: hue-rotate(108deg);
  }
  40% {
    -webkit-filter: hue-rotate(144deg);
    filter: hue-rotate(144deg);
  }
  50% {
    -webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(180deg);
  }
  60% {
    -webkit-filter: hue-rotate(216deg);
    filter: hue-rotate(216deg);
  }
  70% {
    -webkit-filter: hue-rotate(252deg);
    filter: hue-rotate(252deg);
  }
  80% {
    -webkit-filter: hue-rotate(288deg);
    filter: hue-rotate(288deg);
  }
  90% {
    -webkit-filter: hue-rotate(324deg);
    filter: hue-rotate(324deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

@keyframes colorRotate {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  10% {
    -webkit-filter: hue-rotate(36deg);
    filter: hue-rotate(36deg);
  }
  20% {
    -webkit-filter: hue-rotate(72deg);
    filter: hue-rotate(72deg);
  }
  30% {
    -webkit-filter: hue-rotate(108deg);
    filter: hue-rotate(108deg);
  }
  40% {
    -webkit-filter: hue-rotate(144deg);
    filter: hue-rotate(144deg);
  }
  50% {
    -webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(180deg);
  }
  60% {
    -webkit-filter: hue-rotate(216deg);
    filter: hue-rotate(216deg);
  }
  70% {
    -webkit-filter: hue-rotate(252deg);
    filter: hue-rotate(252deg);
  }
  80% {
    -webkit-filter: hue-rotate(288deg);
    filter: hue-rotate(288deg);
  }
  90% {
    -webkit-filter: hue-rotate(324deg);
    filter: hue-rotate(324deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  /*background-color: #000;*/
  position: relative;
}

#hd #product-wrapper h2 b.brackets,
.gradient-link b.brackets,
.gradient-title b.brackets{
    font-family: sans-serif;
    position: relative;
    top: -3px;
}

#hd-top {
  height: 40px;
}

#hd {
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 18px;
}

#hd h1, #hd h2, #hd h3, #hd h4, #hd h5, #hd h6 {
  margin: 0;
  line-height: 1;
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
}

#hd h2 {
  font-size: 48px;
  font-weight: bold;
}

#hd h3 {
  font-size: 32px;
}

#hd h4 {
  font-size: 26px;
}

#hd p {
  margin-bottom: 1em;
  font-weight: 300;
}

#hd #product-wrapper h2 {
  position: relative;
  color: #e4e4e4;
  font-weight: normal;
  font-family: 'xolonium',sans-serif;
  letter-spacing: -0.05em;
  text-transform:uppercase
}

#hd figure {
  margin: 0;
}

#hd figure img {
  width: 100%;
  height: auto;
}

#hd .product-container {
  max-width: 100%;
  margin: 0 auto;
}

#hd p {
  line-height: 1.4;
  position: relative;
}

#hd .product-heading {
  margin-bottom: .5em;
}

.product-section {
  position: relative;
  background-repeat: no-repeat;
  height: 0;
  overflow: hidden;
}

.product-section:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.product-section .product-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.product-section .product-text {
  position: absolute;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: 2;
}

.product-section .product-text .product-heading h2 {
  line-height: 1.1;
  margin-bottom: .2em;
  font-family: 'Roboto',sans-serif;
  font-size: 48px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .product-section:before {
    height: 0;
  }
  .product-section {
    overflow: auto;
    height: auto;
  }
  .product-section .product-content {
    position: relative;
  }
  .product-section .product-text {
    position: relative;
    text-align: center;
    padding: 3em 5%;
    width: auto;
    left: auto;
    top: auto;
  }
}

#fp-nav ul li:hover a span, #fp-nav ul li:hover a.active span {
  background-color: #f7012f;
}

#fp-nav ul li a.active span {
  background-color: #f7012f;
}

#fp-nav ul li .fp-tooltip {
  max-width: 600px;
  text-transform: uppercase;
  color: #f7012f;
}
@media only screen and (max-width: 768px) {
  #fp-nav{
    display: none
  }
}
#scrollUp {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid #f7012f;
  z-index: 999;
  opacity: 0;
}

#scrollUp.hd-show {
  opacity: 1;
}

#scrollUp:hover {
  background-color: #f7012f;
}

#scrollUp:hover svg {
  fill: #FFF;
}

#scrollUp svg {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 5px;
  left: 0;
  fill: #f7012f;
  -webkit-transform: rotateZ(270deg);
  -moz-transform: rotateZ(270deg);
  -ms-transform: rotateZ(270deg);
  -o-transform: rotateZ(270deg);
  transform: rotateZ(270deg);
}

@media only screen and (min-width: 1921px) and (max-width: 2560px) {
  #hd #product-wrapper p {
    font-size: 20px;
  }
  #hd h2 {
    font-size: 56px;
  }
  #hd h3 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 1600px) {
  #hd #product-wrapper p {
    font-size: 16px;
  }
  #hd h2 {
    font-size: 48px;
  }
  #hd h3 {
    font-size: 32px;
  }
  #hd h4 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 1440px) {
  #hd #product-wrapper p {
    font-size: 14px;
  }
  #hd h2 {
    font-size: 30px;
  }
  #hd h3 {
    font-size: 18px;
  }
  #hd h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  #hd #product-wrapper p {
    font-size: 14px;
  }
  #hd h2 {
    font-size: 30px;
  }
  #hd h3 {
    font-size: 16px;
  }
  #hd h1, #hd h2, #hd h3, #hd h4, #hd h5, #hd h6 {
    line-height: 1;
    margin-bottom: .2em;
  }
}
p.note{
  font-size: 13px;
}
.mobile, img.moblie{
  display: none !important
}
.webstyle, img.webstyle{
  display: block !important
}
@media only screen and (max-width: 768px) {
  .mobile, img.moblie{
    display: block !important
  }
  img.mobile{
    width: 100% !important
  }
  .webstyle, img.webstyle{
    display: none !important
  }
}
#product-header {
  padding-top: 81.00313%;
  background-color: #000
}

#product-header:before {
  background-image: url("../images/bg-header.jpg");
  background-size: cover;
}

#product-header .product-text {
  top: 87%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1250px;
  text-align: center;
}
#product-header .product-text .product-heading{
  text-align: center;
}
#product-header .product-text p{
  text-align: center
}
#product-header .product-text .product-heading h2{
  font-size: 68px;
  letter-spacing: 0 !important;
  color: #ff2a38 !important;
  margin-bottom: 10px
}
#product-header .product-text .product-heading h3{
  font-family: 'xolonium',sans-serif;
  font-size: 50px;
  letter-spacing: -0.025em;
  font-weight: normal;
  /*text-transform:uppercase*/
}
@media only screen and (max-width: 1440px) {
  #product-header .product-text .product-heading h2{
    font-size: 57px
  }
  #product-header .product-text .product-heading h3{
    font-size: 35px
  }
}
@media only screen and (max-width: 1280px) {
  #product-header .product-text .product-heading h2{
    font-size: 46px
  }
  #product-header .product-text .product-heading h3{
    font-size: 32px
  }
}
@media only screen and (max-width: 1024px) {
  #product-header .product-text .product-heading h2{
    font-size: 50px
  }
  #product-header .product-text .product-heading h3{
    font-size: 32px
  }
}
#product-header .product-text .logo_group{
  display: inline-block;
    padding: 20px 0;
    width: 100%;
    max-width: 960px !important;
}

#product-header h2 {
  font-family: 'rog',sans-serif !important;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: normal;
}

#product-header h3 {
  font-size: 42px;
  color: #fff;
  font-weight: normal;
  font-family: jerseym54, sans-serif;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 1280px) {
  #product-header h2 {
    font-size: 50px;
  }
  #product-header h3 {
    font-size: 26px ;
  }
  #product-header .product-text .logo_group{
    padding: 0px 0 8px
  }
}

@media only screen and (max-width: 1024px) {
  #product-header img.mobile{
    display: block !important;
  }
  #product-header:before {
    background-image: none;
    padding-top: 0%;
  }
  #product-header {
    padding-top: 0%;
    height: auto
  }
  #product-header .product-content {
    position: relative;
  }
  #product-header .product-text .product-heading{
    text-align: center;
  }
  #product-header .product-text {
    position: relative;
    width: auto;
    right: auto;
    left: auto;
    top: auto;
    margin-left: 0;
    padding: 1.5em 5%;
    text-align: center;
    -webkit-transform: inherit;
    transform: inherit;
  }
}

@media only screen and (max-width: 768px) {
  #product-header:before {
    background-image: none;
    padding-top: 0%;
  }
  #product-header {
    padding-top: 0%;
  }
  #product-header .product-content {
    position: relative;
  }
  #product-header .product-text {
    width: auto;
    left: auto;
    top: auto;
    margin-left: 0;
    padding: 1.5em 5%;
  }
}

@media only screen and (max-width: 480px) {
  #product-header .product-text {
    padding-top: .5em;
  }
  #product-header h2 {
    font-size: 32px;
  }
  #product-header h3 {
    font-size: 18px;
  }
}

@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#product-3 {
  padding-top: 56.6875%;
}

#product-3:before {
  background-image: url("../images/bg-section3.jpg");
  background-size: cover;
}

#product-3 .product-text {
  width: 30%;
  right: 63%;
  top: 40%;
  transform: translate(0%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#product-3 .figure-group {
  position: absolute;
  width: 56%;
  top: 55%;
  right: 5%;
  transform: translate(0%, -50%);
}

@media only screen and (max-width: 900px) {
  #product-3 .product-text {
    top: 50%;
    transform: translate(0%, -50%);
  }
}
@media only screen and (max-width: 768px) {
  #product-3 {
    background: none;
    padding-top: 0%;
  }
  #product-3 .figure-group {
    display: none
  }
  #product-3 .product-text{
    width: auto;
    right: auto;
    top: auto;
    margin-left: 0;
    padding: 1.5em 5%;
    transform: translate(0%, 0%);
  }
}

/*product-1*/
#product-1 {
  padding-top: 42.6875%;
}

#product-1:before {
  background-image: url("../images/bg-section1.jpg");
  background-size: cover;
}

#product-1 .product-text {
  width: 35%;
  left: 52%;
  top: 50%;
  transform: translate(0%, -50%);
}

@media only screen and (max-width: 1440px) {
  #product-1 .product-text {
    width: 38%;
    /*left: 5%;*/
  }
}

@media only screen and (max-width: 768px) {
  #product-1 {
    background: none;
    padding-top: 0;
  }
  #product-1 .product-text {
    width: auto;
    left: auto;
    top: auto;
    transform: translate(0%, 0%);
    margin-left: 0;
    padding: 1.5em 5%;
  }
}
/*product-9*/
#product-9 {
  padding-top: 54.6875%;
}

#product-9:before {
  background-image: url("../images/bg-display.jpg");
  background-size: cover;
}

#product-9 .product-text {
  width: 65%;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%);
  text-align: center;
  /*overflow: hidden;*/
}
#product-9 .bgstyle_area{
  display: inline-block;
  position: relative;
}
#product-9 .bgstyle_area:before{
  content: "";
  position: absolute;
  width: 23px;
  height: 100%;
  background: url("../images/display_bg_style_01.png") no-repeat top right;
  left: -23px;
  top: 22px;
  background-size: cover;
}
#product-9 .bgstyle_area:after{
  content: "";
  position: absolute;
  width: 23px;
  height: 100%;
  background: url("../images/display_bg_style_02.png") no-repeat top left;
  right: -23px;
  top: 21px;
  background-size: cover;
}
#product-9 .bgstyle_area .product-heading{
  overflow: hidden;
}
#product-9 .product-text h2{
  display: inline-block;
  width: 100%;
      font-style: italic;
}
#product-9 .product-text h2.bg_style{
  width: auto
}
#product-9 .product-text h2.bg_style:before{
  content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background: url(../images/display_bg_style_03.png) no-repeat top right;
    left: -103%;
    top: 20px;
    background-size: cover;
}
#product-9 .product-text h2.bg_style:after{
  content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background: url(../images/display_bg_style_04.png) no-repeat top left;
    right: -103%;
    top: 20px;
    background-size: cover;
}
#product-9 .product-text .icos_group{
      display: inline-block;
    width: 50%;
    margin: 0 0 10px;
    padding: 0;
    max-width: 640px;
}
#product-9 .product-text .icos_group li{
  display: inline-block;
  width: 33.3333%;
  float: left;
  margin: 0;
  padding: 0 10px;
}
#product-9 .product-text .icos_group li p{
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  font-size: 18px;
}
@media only screen and (max-width: 1440px) {
  #product-9 .product-text {
    width: 70%;
  }
}
@media only screen and (max-width: 1024px) {
  #product-9 {
    padding-top: 0%;
    height: auto;
  }
  #product-9:before {
      background-image: none;
      padding-top: 0%;
  }
  #product-9 .product-text {
    width: auto;
    left: auto;
    top: auto;
    transform: translate(0%, 0%);
    margin-left: 0;
    padding: 1.5em 5%;
  }
  #product-9 img.mobile{
    display: block;
  }
  #product-9 .product-content {
      position: relative;
  }
  #product-9 .product-text {
      position: relative;
      width: auto;
      right: auto;
      left: auto;
      top: auto;
      margin-left: 0;
      padding: 1.5em 5%;
      text-align: center;
      -webkit-transform: inherit;
      transform: inherit;
  }
  #product-9 .product-text .icos_group{
    width: 100%
  }
}
@media only screen and (max-width: 768px) {
  #product-9 {
    background: none;
    padding-top: 0;
  }
  #product-9 .product-text {
    width: auto;
    left: auto;
    top: auto;
    transform: translate(0%, 0%);
    margin-left: 0;
    padding: 1.5em 5%;
  }
}
/*product-7*/
#product-7 {
  padding-top: 50.6875%;
}

#product-7:before {
  background-image: url("../images/hover_pic_a.jpg");
  background-size: cover;
}

#product-7 .product-text {
  width: 50%;
  text-align: center;
  opacity: 0;
  -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
#product-7 .product-text.active{
  background: rgba(203, 0, 48, 0.6);
  opacity: 1;
  -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
#product-7 .product-text h2{
  font-size: 36px;
  text-transform: inherit !important;
  margin-bottom: 20px
}
@media only screen and (max-width: 1440px) {
  #product-7 .product-text h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  #product-7 .product-text h2 {
    font-size: 30px;
  }
}
#product-7 img.mobile{
  display: none !important
}
#product-7 .product-text .product-heading{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 5%;
}
#product-7 .product-text.hover_box_a{
    left: 0;
    width: 64.5%;
    top: 0;
    height: 50%;
}
#product-7 .product-text.hover_box_b{
    left: 64.5%;
    width: 35.5%;
    top: 0;
    height: 44%;
}
#product-7 .product-text.hover_box_c{
    left: 0%;
    width: 39.8%;
    top: 50%;
    height: 50%;
}
#product-7 .product-text.hover_box_d{
    left: 39.8%;
    width: 24.6%;
    top: 50%;
    height: 50%;
}
#product-7 .product-text.hover_box_e{
    left: 64.5%;
    width: 35.6%;
    top: 44%;
    height: 56%;
}
@media only screen and (max-width: 1440px) {
  #product-7 .product-text {
    width: 50%;
  }
}
@media only screen and (max-width: 936px) {
  #product-7 {
    background: none;
    padding-top: 0;
    height: auto;
  }
  #product-7 img.mobile{
    display: block !important
  }
  #product-7:before{
    height: 0
  }
  #product-7 .product-content{
    position: relative;
  }
  #product-7 .product-text {
    left: inherit !important;
    top: inherit !important;
    transform: translate(0%, 0%);
    margin-left: 0;
    padding: 1.5em 5%;
    width: 100% !important;
    background: none !important;
    padding: 0 !important
  }
  #product-7 .product-text{
    position: relative;
    opacity: 1
  }
  #product-7 .product-text .product-heading{
    position: relative;
    width: auto;
    left: auto;
    top: auto;
    transform: translate(0%, 0%);
    margin-left: 0;
    padding: 1.5em 5%;
  }
}
/*product-8*/
#product-8 {
  padding-top: 50.6875%;
}

#product-8:before {
  background-image: url("../images/bg-section8.jpg");
  background-size: cover;
}

#product-8 .product-text {
  width: 70%;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media only screen and (max-width: 1440px) {
  #product-8 .product-text {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  #product-8 {
    background: none;
    padding-top: 0;
  }
  #product-8 .product-text {
    width: auto;
    left: auto;
    top: auto;
    transform: translate(0%, 0%);
    margin-left: 0;
    padding: 1.5em 5%;
  }
}

/*product-6*/
#product-6 {
  padding-top: 56.6875%;
  margin-top: 100px;
}

#product-6:before {
  background-image: url("../images/bg-hdr.jpg");
  background-size: cover;
}

#product-6 .product-text {
  width: 60%;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media only screen and (max-width: 1440px) {
  #product-6 .product-text {
    width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  #product-6 {
    background: none;
    padding-top: 0;
    margin-top: 50px
  }
  #product-6 .product-text {
    width: auto;
    left: auto;
    top: auto;
    transform: translate(0%, 0%);
    margin-left: 0;
    padding: 1.5em 5%;
  }
}

/*product-4*/
#product-4 {
  padding-top: 54.6875%;
}

#product-4:before {
  background-image: url("../images/bg-section4.jpg");
  background-size: cover;
}

#product-4 .product-text {
  width: 35%;
  left: 60%;
  top: 38%;
  transform: translate(0%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#product-4 .figure-group {
  position: absolute;
  width: 54%;
  top: 52%;
  left: 3.5%;
  transform: translate(0%, -50%);
}

@media only screen and (max-width: 900px) {
  #product-4 .product-text {
    top: 50%;
    transform: translate(0%, -50%);
  }
}
@media only screen and (max-width: 768px) {
  #product-4 {
    background: none;
    padding-top: 0%;
  }
  #product-4 .figure-group {
    display: none
  }
  #product-4 .product-text{
    width: auto;
    left: auto;
    top: auto;
    margin-left: 0;
    padding: 1.5em 5%;
    transform: translate(0%, 0%);
  }
}

/*product-2*/
#product-2 {
  padding-top: 54.6875%;
}

#product-2:before {
  background-image: url("../images/bg-section4.jpg");
  background-size: cover;
}

#product-2 .product-text {
  width: 35%;
  left: 60%;
  top: 38%;
  transform: translate(0%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#product-2 .figure-group {
  position: absolute;
  width: 54%;
  top: 52%;
  left: 3.5%;
  transform: translate(0%, -50%);
}

@media only screen and (max-width: 900px) {
  #product-2 .product-text {
    top: 50%;
    transform: translate(0%, -50%);
  }
}
@media only screen and (max-width: 768px) {
  #product-2 {
    background: none;
    padding-top: 0%;
  }
  #product-2 .figure-group {
    display: none
  }
  #product-2 .product-text{
    width: auto;
    left: auto;
    top: auto;
    margin-left: 0;
    padding: 1.5em 5%;
    transform: translate(0%, 0%);
  }
}

#product-5 {
  padding-top: 53.90625%;
  background: #000;
}

#product-5:before {
  background-image: url("../images/bg-section5.jpg");
  background-size: cover;
}

#product-5 .product-text {
  width: 38%;
  left: 10%;
  top: 34%;
}

#product-5 .product-text a {
  color: #f7012f;
}

#product-5 .product-text a:hover {
  text-decoration: underline;
}

#product-5 .product-text .aurasync {
  width: 100px;
}

#product-5 .notice {
  color: #fff;
  font-size: 14px;
  bottom: 30px;
  position: absolute;
  left: 10%;
}

#product-5 .case {
  position: absolute;
  top: 0;
  width: 23.4375%;
  height: 100%;
  left: 50.1171%;
}

#product-5 .case img {
  width: 100%;
  position: relative;
}

#product-5 .learnmore a:hover {
  text-decoration: none;
}

#product-5 .learnmore .arrow {
  width: 19px;
  display: inline-block;
  position: relative;
}

#product-5 .learnmore .arrow img {
  width: 100%;
  height: auto;
}

#product-5 .learnmore .arrow.arrow-1 {
  margin-right: -10px;
  -webkit-animation: breathing 1s infinite;
  animation: breathing 1s infinite;
}

#product-5 .learnmore .arrow.arrow-2 {
  margin-right: -10px;
  -webkit-animation: breathing 1s infinite;
  animation: breathing 1s infinite;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

#product-5 .learnmore .arrow.arrow-3 {
  -webkit-animation: breathing 1s infinite;
  animation: breathing 1s infinite;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@media only screen and (max-width: 1366px) {
  #product-5 .product-text {
    left: 5%;
  }
  #product-5 .notice {
    font-size: 12px;
    bottom: 10px;
    left: 5%;
  }
  #product-5 .product-text .aurasync {
    width: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  #product-5 .product-text {
    top: 29%;
  }
}

@media only screen and (max-width: 768px) {
  #product-5:before {
    padding-top: 100%;
    background-image: url("../images/bg-section5-m.jpg");
  }
  #product-5 {
    height: auto;
    padding-top: 100%;
  }
  #product-5 .product-content {
    padding-bottom: 20px;
  }
  #product-5 .case {
    width: 43.5%;
    height: auto;
    left: 29.5%;
  }
  #product-5 .aurasync {
    display: none;
  }
  #product-5 .product-text {
    width: auto;
    left: auto;
    top: auto;
    margin-left: 0;
    padding: 1.5em 5% 0;
  }
  #product-5 .notice {
    position: relative;
    text-align: center;
    width: 100%;
    left: auto;
    bottom: auto;
    padding: 0 5%;
  }
}
#product-video{
  padding: 0px 0 50px;
}
#product-video ul{
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0
}
#product-video ul li{
  display: inline-block;
  width: 50%;
  padding: 0;
  margin: 0;
  float: left;
}
#product-video ul li a{
  display: inline-block;
  position: relative;
}
#product-video ul li a p{
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 0;
    padding: 15px 0;
}
#product-mp4{
  padding-top: 46%;
  background: #000
}
#product-mp4 .clip {
    position: absolute;
    top: 0%;
    left: 15%;
    width: 70%
}
#product-mp4 .clip p{
  display: inline-block;
  width: 100%;
  text-align: center;
}
#product-fast{
  background: #000;
  text-align: center;
  padding: 50px 0 50px
}
#product-fast .chart_fast360_picbox{
  position: relative;
}
#product-fast img.chart_fast360hz{
  width: 80%;
  max-width: 1400px;
}
#product-fast .chart_fast360_picbox p.chart_fast360_link{
  position: absolute;
  bottom: 3.5%;
  left: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
#product-fast .chart_fast360_picbox p.chart_fast360_link a{
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #product-fast .chart_fast360_picbox p.chart_fast360_link{
    position: relative;
  }
}
@media only screen and (max-width: 1440px) {
  #product-fast img.chart_fast360hz{
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #product-mp4{
    padding-top: 67%;
  }
  #product-mp4 .clip{
    width: 100%;
    left: 0
  }
}

/**/
#hd .mainsize .product-content{
  max-width: 1300px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0px 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}