@charset "UTF-8";
/* CSS Document */

/* Header Banner */

.slider-control-button-wrapper {
  display: none;
}

/* Read Text */

#d2603113 {}

#d2603113 h3 {
  margin-bottom: 30px;
  font-size: 2em;
  line-height: 1.2em;
  letter-spacing: 4px;
}

#d2603119 {}

#d2603119 h3 {
  margin-bottom: 30px;
  font-size: 2em;
  line-height: 1.2em;
  letter-spacing: 4px;
}

#d2603120 {}

#d2603120 h3 {
  margin-bottom: 30px;
  font-size: 2em;
  line-height: 1.2em;
  letter-spacing: 4px;
}

#d2603121 {}

#d2603121 h3 {
  margin-bottom: 30px;
  font-size: 2em;
  line-height: 1.2em;
  letter-spacing: 4px;
}

@-webkit-keyframes borderH {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes borderH {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes borderV {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@keyframes borderV {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

.c-inner {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}

main .ngc-1-in-a-row .wrapper {
  padding: 0;
}

main .ngc-1-in-a-row .container-fluid {
  max-width: 100%;
  padding: 0;
}

main .ngc-1-in-a-row .img-responsive {
  width: 100%;
  height: auto;
}

.c-keyvisual {
  height: 100Vh;
  min-height: 580px;
  width: 100%;
  background-image: url(../img/kv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

body.use-touchDevice .c-keyvisual {
  background-attachment: inherit;
}

.c-keyvisual:after {
  content: "";
  background-color: #f7f7f7;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-animation: kvCover 2s cubic-bezier(0.165, 0.84, 0.44, 1) 1s forwards;
  animation: kvCover 2s cubic-bezier(0.165, 0.84, 0.44, 1) 1s forwards;
}

.c-keyvisual#js-movieBg {
  background-image: none;
  height: auto;
  min-height: 0;
}

.c-keyvisual#js-movieBg:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.c-keyvisual#js-movieBg .c-keyvisual-inner {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0 0;
  height: auto;
}

.c-keyvisual#js-movieBg .c-keyvisual-inner:after {
  content: "";
  display: block;
  width: 120px;
  height: 30px;
  background-color: transparent;
  position: absolute;
  bottom: 13px;
  right: 15px;
}

.c-keyvisual#js-movieBg .c-keyvisual-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-scrollIcon {
  position: fixed;
  bottom: 60px;
  right: 15px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition-duration: 0.4s;
  pointer-events: none;
}

.c-scrollIcon.is-hide {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.c-scrollIcon .scrollIcon-border {
  width: 130px;
  height: 1px;
  overflow: hidden;
  display: block;
  position: absolute;
  left: -145px;
  top: 50%;
}

.c-scrollIcon .scrollIcon-border i {
  width: 130px;
  height: 1px;
  position: absolute;
  left: -130px;
  top: 0;
  background-color: #fff;
  display: block;
  -webkit-animation: scrollIcon 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s infinite;
  animation: scrollIcon 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s infinite;
}

.c-scrollIcon .scrollIcon-text {
  font-size: 18px;
  color: #fff;
}

.c-bannerWrap.is-hide .c-banner {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  top: 30px;
}

.c-bannerWrap.is-show .c-banner {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 0;
}

.c-bannerWrap .c-banner {
  position: relative;
  transition-duration: 0.4s;
}

.c-bannerWrap .c-banner:nth-child(1) {
  transition-delay: 0.1s;
}

.c-bannerWrap .c-banner:nth-child(2) {
  transition-delay: 0.2s;
}

.c-bannerWrap .c-banner:nth-child(3) {
  transition-delay: 0.3s;
}

.c-bannerWrap .c-banner:nth-child(4) {
  transition-delay: 0.4s;
}

.c-bannerWrap .c-banner:nth-child(5) {
  transition-delay: 0.5s;
}

.c-bannerWrap .c-banner:nth-child(6) {
  transition-delay: 0.6s;
}

.c-bannerWrap .c-banner:nth-child(7) {
  transition-delay: 0.7s;
}

.c-bannerWrap .c-banner:nth-child(8) {
  transition-delay: 0.8s;
}

.c-bannerWrap .c-banner:nth-child(9) {
  transition-delay: 0.9s;
}

.c-bannerWrap .c-banner:nth-child(10) {
  transition-delay: 1s;
}

.c-bannerWrap .c-banner a {
  display: block;
  transition-duration: 0.4s;
}

.c-bannerWrap .c-banner a img {
  transition-duration: 0.4s;
}

.c-bannerWrap .c-banner a:hover {
  color: #48217a;
  text-decoration: none;
}

.c-bannerWrap .c-banner a:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.c-bannerWrap .c-banner .list-inline-img {
  display: block;
  margin: 0;
}

.c-bannerWrap .c-banner .list-inline-img li {
  display: block;
}

.c-bannerWrap .c-banner .descriptions {
  padding: 0 20px 20px;
  margin-top: 20px;
  border-right: 1px solid #ccc;
}

.c-bannerWrap .c-banner h3 {
  font-size: 22px;
  margin: 0;
}

.c-bannerWrap .c-banner p {
  margin-top: 10px;
  margin-bottom: 0;
}

/* Make Waves */

.make_waves_gc .wrapper {
  overflow: unset;
}

.make_waves_gc .row {
  margin: 0;
}

.make_waves_gc.layer_img {
  margin-bottom: 100px;
  padding-top: 0;
}

.make_waves_gc .layer_img_link {
  margin-top: 0;
}

.make_waves_gc .col_text h3 {
  font-size: 2em !important;
  line-height: 1.2em;
  font-weight: bold;
  letter-spacing: 4px;
}

.make_waves_gc .col_text p {
  color: inherit;
  font-size: 1.3em;
}

.make_waves_gc.layer_img_l .col_img {
  padding: 0;
}

[data-id="1267823"].make_waves_gc.layer_img_l .col_img, [data-id="1267824"].make_waves_gc.layer_img_l .col_img {
  left: 36%;
  width: 64%;
}

[data-id="1267823"].make_waves_gc.layer_img_l .col_text {
  right: 64%;
  width: 35%;
  top: -50px;
}

[data-id="1267825"].make_waves_gc.layer_img_l .col_img {
  width: 64%;
}

[data-id="1267825"].make_waves_gc.layer_img_l .col_text {
  left: 2%;
  width: 35%;
  padding: 0 0 0 10px;
}

[data-id="1267824"].make_waves_gc.layer_img_l .col_text {
  right: 64%;
  width: 35%;
  padding-top: 0;
}

/* ALEXA VOICE CONTROL */

[data-id="1267823"].make_waves_gc.layer_img_l .col_img_t .wave_image {
  padding: 5%;
}

[data-id="1267823"].make_waves_gc.layer_img_l .col_img_t .wave_bg_image {
  padding: 0;
}

/* IMMERSIVE 3D SOUND */

[data-id="1267825"].make_waves_gc.layer_img_l .col_img_t .wave_image {
  padding: 8% 0 0 8%;
}

/* WIRELESS SUBWOOFER */

[data-id="1267824"].make_waves_gc.layer_img_l .col_img_b .wave_image {
  padding: 0 6% 5% 3%;
}

[data-id="1267824"].make_waves_gc.layer_img_l .col_img_b .wave_bg_image {
  padding: 0;
}

/* FEATURES */

.feature_sideimg {
  margin: 80px 0 40px;
}

.feature_sideimg .feature_heading {
  padding: 0;
  text-align: left;
  float: right;
  width: 66.6666666667%;
}

.feature_sideimg .feature_heading h2 {
  margin: 0 0 40px;
  font-weight: 600;
  letter-spacing: 4px;
}

.feature_sideimg_l {
  overflow: hidden;
  background: #e2e3e3;
}

.feature_sideimg .feature_1col_text {
  padding: 0 10px;
}

.feature_sideimg .feature_1col_text h3 {
  font-size: 1.4em;
}

.feature_sideimg .feature_1col_text p {
  font-size: .9em;
  line-height: 1.2;
}

.feature_sideimg .feature_1col_img {
  width: 96px;
  height: 96px;
}

.feature_sideimg .feature_1col_img img {
  border: 1px solid #767676;
}

/* FEATURES - modal */

.gc-modal.modal p.description {
  letter-spacing: 0.6px;
}

.gc-modal.modal#d1760926-modal .modal-body p:last-child, .gc-modal.modal#d1767256-modal .modal-body p:last-child {
  font-style: italic;
}

/* Comparison table */

.table>thead>tr>th, .table>tbody>tr>td {
  text-align: center;
}

.table>tbody>tr>td:first-child {
  text-align: left;
}

.table-bordered {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
}

.table>thead>tr.active>th, .table>tbody>tr>th, .table>tbody>tr>td {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
}

.table>thead>tr.active>th {
  min-width: 120px;
  max-width: 240px;
  border-bottom: 2px solid #ddd;
}

.table>thead>tr.active>th img.img-responsive {
  display: inline;
}

.table>tbody>tr>th, .table>tbody>tr>td {
  padding-left: 20px;
}

/* Product Information */

div#product-information .page-header {
  margin: 80px 0;
  border: none;
}

div#product-information h2 {
  font-size: 2.2em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
}

@media screen and (min-width: 992px) {
  /* FEATURES */
  .feature_sideimg .feature_heading {
    margin-bottom: 0;
  }
  .feature_sideimg .feature_1col {
    margin-top: 0;
  }
  .feature_sideimg.feature_sideimg_l .container-fluid {
    max-width: 1200px;
    padding-left: 0;
  }
  .feature_sideimg.feature_sideimg_l .feature_sideimg_image figure {
    margin-left: 0 !important;
  }
  .feature_sideimg_image img, .feature_sideimg.feature_sideimg_l .feature_sideimg_image figure img {
    max-width: 330px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  /* Make Waves */
  .make_waves_gc .col_text p {
    font-size: inherit;
  }
  .make_waves_gc.layer_img {
    margin-bottom: 60px;
  }
  [data-id="1267823"].make_waves_gc.layer_img_l .col_text {
    top: 0;
  }
  /* FEATURES */
  .feature_sideimg .feature_sideimg_text {
    margin-top: 0;
  }
  .feature_sideimg .feature_1col {
    margin-top: 0;
  }
  .feature_sideimg .feature_1col_img {
    min-height: 120px;
  }
  .feature_sideimg_image img, .feature_sideimg.feature_sideimg_l .feature_sideimg_image figure img {
    max-width: 300px !important;
  }
}

@media screen and (max-width: 991px) {
  /* Read Text */
  #d1766058 {
    max-width: 85%;
  }
  /* Make Waves */
  #d1766058 h3, .make_waves_gc .col_text h3 {
    letter-spacing: 1px;
  }
  /* FEATURES */
  .feature_sideimg .feature_heading {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .feature_sideimg .feature_heading h2 {
    margin: 0;
  }
  .feature_sideimg.feature_sideimg_l .feature_sideimg_image figure {
    margin: 0 auto 20px !important;
    text-align: center;
  }
  /* FEATURES - modal */
  .gc-modal.modal .media-box.media-image.pull-right {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  /* Make Waves */
  .make_waves_gc.layer_img {
    margin-bottom: 60px;
    padding-top: 0;
  }
  [data-id="1267823"].make_waves_gc.layer_img_l .col_img, [data-id="1267824"].make_waves_gc.layer_img_l .col_img {
    left: 0;
    width: 100%;
  }
  [data-id="1267823"].make_waves_gc.layer_img_l .col_text {
    right: 0;
    top: 0;
    width: 100%;
    padding: 0;
  }
  [data-id="1267825"].make_waves_gc.layer_img_l .col_img {
    width: 100%;
  }
  [data-id="1267825"].make_waves_gc.layer_img_l .col_text {
    width: 100%;
    padding: 40px 0 0;
  }
  [data-id="1267824"].make_waves_gc.layer_img_l .col_text {
    right: 0;
    width: 100%;
    padding: 40px 0 0;
  }
  /* FEATURES */
  .feature_sideimg .feature_heading h2 {
    font-size: 30px;
  }
  .feature_sideimg .feature_1col {
    margin-top: 10px;
  }
  .feature_sideimg .feature_1col_img {
    height: 100%;
  }
  .feature_sideimg_image figure {
    padding-right: 0;
  }
  /* FEATURES - modal */
  .media-box img {
    width: auto;
  }
  /* Comparison table */
  .table>thead>tr>th img {
    max-width: 100px;
    margin: 0 auto 10px;
  }
}

@media screen and (max-width:480px) {
  /* Read Text */
  #d1766058 {
    max-width: 100%;
    margin: 0 auto 20px;
  }
  /* Make Waves */
  .make_waves_gc .col_text h3 {
    font-size: 2em !important;
    line-height: 1.2em;
  }
  .make_waves_gc .col_text p {
    font-size: 1em;
  }
  /* FEATURES */
  .feature_sideimg {
    margin: 0 0 40px;
  }
  .feature_sideimg .feature_heading {
    padding: 0;
  }
  .feature_sideimg .feature_heading h2 {
    margin: 10px 0 0;
    font-size: 24px;
  }
  /* FEATURES - modal */
  .gc-modal.modal p.description {
    line-height: 2rem;
  }
  .gc-modal.modal .media-box.media-image.pull-right {
    margin-bottom: 10px;
  }
  /* Product Information */
  div#product-information .page-header {
    margin: 40px 0;
  }
  div#product-information h2 {
    font-size: 1.8em;
    letter-spacing: 2px;
  }
}

/* Youtube */

[data-id="1327926"] {
  padding-bottom: 5%;
}