/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
.download_footer {
  padding: 60px 0 90px; }
  .download_footer h2 {
    margin-bottom: 50px; }
  .download_footer a {
    padding: 0 10px;
    -moz-transition: transform 0.25s;
    -o-transition: transform 0.25s;
    -webkit-transition: transform 0.25s;
    transition: transform 0.25s; }
    .download_footer a:hover {
      -moz-transform: translate(0, -2px);
      -o-transform: translate(0, -2px);
      -ms-transform: translate(0, -2px);
      -webkit-transform: translate(0, -2px);
      transform: translate(0, -2px); }
    .download_footer a:active {
      -moz-transform: translate(0, 0) scale(0.95, 0.95);
      -o-transform: translate(0, 0) scale(0.95, 0.95);
      -ms-transform: translate(0, 0) scale(0.95, 0.95);
      -webkit-transform: translate(0, 0) scale(0.95, 0.95);
      transform: translate(0, 0) scale(0.95, 0.95); }
  .download_footer img {
    width: 25%;
    margin: 0 auto 20px; }
  .download_footer h4 {
    font-weight: 400;
    text-transform: uppercase; }
  .download_footer p {
    font-size: 1em;
    line-height: 1.25;
    max-width: 200px;
    margin: 10px auto 0;
    opacity: .6; }

@media screen and (max-width: 1280px) {
  .download_footer {
    padding: 40px 0 50px; }
    .download_footer h2 {
      margin-bottom: 20px; }
    .download_footer .w1300 {
      width: 60%;
      max-width: 1000px; }
    .download_footer img {
      width: 30%; } }
@media screen and (max-width: 768px) {
  .download_footer .w1300 {
    width: 80%; } }
@media screen and (max-width: 480px) {
  .download_footer .col33 {
    float: none;
    width: 100%;
    max-width: 300px;
    margin: 20px auto; } }
.bg-light-grey {
  background: #f5f5f5; }

/* -------------- SEC_VID ---------------- */
.sec_vid .container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }

#player,
#cover,
#youku {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#youku {
  width: 94.1%;
  right: 0;
  margin: 0 auto;
  display: block; }

#cover {
  cursor: pointer; }
  #cover > img {
    width: 100%; }
  #cover:after {
    content: '';
    display: block;
    width: 120px;
    height: 120px;
    opacity: .8;
    background: url(/img/icons/slider-arraow-left-y.png) 40% center no-repeat;
    background-size: 40% auto;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    box-sizing: border-box;
    border-radius: 50%;
    border: 7px solid rgba(255, 255, 255, 0.7); }
  #cover:hover:after {
    opacity: 1;
    border-color: #febe25; }
  #cover.youku:after {
    display: none; }
  #cover.disabled {
    opacity: 0;
    /*pointer-events: none;*/ }

.sec_vid:hover #cover.disabled {
  opacity: 1;
  pointer-events: none; }
  .sec_vid:hover #cover.disabled:after,
  .sec_vid:hover #cover.disabled > img {
    display: none; }

/* -------------- SEC_LOGO --------------- */
.sec_logos ul {
  justify-content: center; }
.sec_logos li {
  height: 100px;
  padding: 10px 15px; }
.sec_logos img {
  display: block;
  height: 100%;
  margin: 0 auto; }

/* -------------- PRODUCT ---------------- */
#product_intro {
  padding: 40px 0; }
  #product_intro figure p {
    color: #999;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px; }

#main_product_img {
  width: 90%;
  height: 0;
  padding-bottom: 90%;
  margin: 0 auto 10px;
  background: center center no-repeat;
  background-size: contain;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.img_set_outer {
  position: relative; }

.download_list {
  margin-top: 20px; }
  .download_list li {
    margin-bottom: 5px;
    list-style-type: disc;
    list-style-position: inside;
    color: #686868; }
    .download_list li a {
      text-decoration: underline; }
    .download_list li a,
    .download_list li h6 {
      display: inline; }

#slider_product_img {
  width: 80%;
  margin: auto; }
  #slider_product_img .item {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: center center no-repeat;
    background-size: contain;
    cursor: pointer; }

#slider_product_img_control {
  width: 100%;
  text-align: center;
  display: none;
  justify-content: space-between;
  pointer-events: none;
  opacity: .4;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }
  #slider_product_img_control.active {
    display: flex;
    pointer-events: all;
    opacity: 1; }
  #slider_product_img_control img {
    width: 18px;
    display: inline-block;
    cursor: pointer; }

.product_info {
  position: relative;
  padding: 50px 0 50px 5%; }
  .product_info h2 {
    font-style: normal;
    margin: 0; }
  .product_info .product_title {
    padding-right: 60px; }
  .product_info h5 {
    font-family: "Arial", sans-serif;
    font-weight: normal;
    color: #686868; }
  .product_info .stars .fleft {
    margin: 10px 0; }
  .product_info .stars p {
    font-size: 1.5em;
    margin-bottom: -3px;
    display: inline-block;
    vertical-align: middle; }
  .product_info .stars .br-theme-css-stars {
    display: inline-block;
    vertical-align: middle; }
    .product_info .stars .br-theme-css-stars a {
      width: 24px;
      height: 24px;
      margin-right: 15px; }
      .product_info .stars .br-theme-css-stars a:after {
        width: 24px;
        height: 24px;
        background-size: cover; }
  .product_info .feature_list {
    padding-left: 15px;
    margin: 30px 0; }
    .product_info .feature_list li {
      list-style-type: disc;
      list-style-position: inside;
      line-height: 1.5;
      color: #686868;
      padding-left: 10px;
      text-indent: -18px; }
  .product_info .price {
    font-family: "Arial", sans-serif;
    margin: 30px 0; }
    .product_info .price span {
      font-size: .4em;
      font-weight: normal;
      text-transform: none; }
    .product_info .price p {
      display: inline-block;
      font-size: .4em;
      font-weight: normal;
      text-transform: none;
      color: #686868;
      margin-left: 10px; }
  .product_info .btn {
    margin: 0; }
  .product_info .btn_support {
    display: inline-block;
    margin: 10px 0; }
  .product_info .like {
    position: absolute;
    top: 50px;
    right: 0;
    margin: 0 20px; }

.banner_info {
  padding: 50px 0;
  word-break: break-all;
  word-break: break-word; }
  .banner_info .container {
    position: relative;
    z-index: 2; }
  .banner_info.txt-content {
    min-height: 28vw;
    display: flex;
    align-items: center;
    position: relative; }
    .banner_info.txt-content > figure {
      width: 100%;
      height: 100%;
      background-position: left center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0; }
  .banner_info.img-only {
    padding: 0;
    min-height: 0; }
    .banner_info.img-only img {
      width: 100%; }
  .banner_info.txt-only {
    padding: 80px 0;
    min-height: 0;
    text-align: center; }
  .banner_info.rtl {
    direction: rtl; }
    .banner_info.rtl > figure {
      background-position: right center; }
  .banner_info h3 {
    display: inline-block;
    font-size: 2em;
    padding-right: 50px;
    position: relative;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    .banner_info h3:after {
      content: '';
      display: block;
      width: .5em;
      height: 1.25em;
      background: #fec128;
      position: absolute;
      bottom: .125em;
      right: 2px;
      margin: 5px;
      -moz-transform: skew(-30deg, 0deg);
      -o-transform: skew(-30deg, 0deg);
      -ms-transform: skew(-30deg, 0deg);
      -webkit-transform: skew(-30deg, 0deg);
      transform: skew(-30deg, 0deg); }
  .banner_info h2 {
    font-size: 3em;
    margin: 10px -5px 20px; }
  .banner_info .col50 {
    vertical-align: middle;
    direction: ltr; }
    .banner_info .col50:first-child {
      padding-right: 20px; }
    .banner_info .col50:last-child {
      padding-left: 20px; }
    .banner_info .col50 figure {
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }

#spec {
  padding: 50px 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden; }
  #spec h2 {
    display: inline-block;
    position: relative;
    z-index: 2;
    margin: 50px 0; }
    #spec h2:after {
      content: '';
      display: block;
      width: 80%;
      height: 0;
      padding-bottom: 40%;
      background: url(/img/bg_deco-small.png) 0 0 no-repeat;
      background-size: contain;
      position: absolute;
      top: -70%;
      left: 75%;
      z-index: -1; }
  #spec .container {
    margin: 0 auto; }
  #spec td,
  #spec th {
    padding: 30px 5%;
    word-break: break-all;
    word-break: break-word; }
  #spec thead {
    display: none; }
  #spec tbody {
    vertical-align: top; }
    #spec tbody td {
      border-bottom: 1px solid #f4f4f4; }
      #spec tbody td:first-child {
        width: 30%;
        padding-right: 5px;
        color: #fec128;
        font-size: 1.25em;
        word-break: break-all;
        word-break: break-word; }
      #spec tbody td:last-child {
        width: 70%; }
      #spec tbody td h5 {
        font-size: 1.25em;
        margin-bottom: 5px; }
      #spec tbody td p {
        color: #686868; }
    #spec tbody tr:last-child td {
      border-bottom: none;
      padding-bottom: 50px; }

/* -------------- CUSTOM PRODUCT --------- */
#custom_pd {
  background-color: #fafafa;
  background: -moz-linear-gradient(-50deg, #d5d5d5 0%, #fafafa 50%);
  background: -webkit-linear-gradient(-50deg, #d5d5d5 0%, #fafafa 50%);
  background: linear-gradient(130deg, #d5d5d5 0%, #fafafa 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#fafafa',GradientType=1 ); }
  #custom_pd .shadow {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
  #custom_pd .product_info {
    padding: 50px 10% 20px;
    background: #fff; }
  #custom_pd .page_nav {
    padding: 0; }
    #custom_pd .page_nav a {
      font-size: 1.2em;
      line-height: 1;
      padding: 5px 20px;
      cursor: pointer; }
  #custom_pd .scroll_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    margin: 30px 0;
    display: none; }
    #custom_pd .scroll_container.openPlan {
      display: block;
      -webkit-animation-delay: 0;
      -webkit-animation-duration: 0.5s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-timing-function: ease;
      -webkit-animation-fill-mode: fowrads;
      -moz-animation-delay: 0;
      -moz-animation-duration: 0.5s;
      -moz-animation-name: fadeIn;
      -moz-animation-timing-function: ease;
      -moz-animation-fill-mode: fowrads;
      -o-animation-delay: 0;
      -o-animation-duration: 0.5s;
      -o-animation-name: fadeIn;
      -o-animation-timing-function: ease;
      -o-animation-fill-mode: fowrads;
      animation-delay: 0;
      animation-duration: 0.5s;
      animation-name: fadeIn;
      animation-timing-function: ease;
      animation-fill-mode: fowrads; }
  #custom_pd .component_list {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    #custom_pd .component_list ul {
      margin: 10px 0 20px; }
    #custom_pd .component_list label {
      display: block;
      border: 1px solid #b1b1b1;
      padding: 10px 20px;
      margin: 0 1px 8px; }
      #custom_pd .component_list label:before, #custom_pd .component_list label:after {
        display: none; }
      #custom_pd .component_list label .pic {
        display: inline-block;
        vertical-align: top;
        width: 40px;
        height: 40px;
        background: #eee center center no-repeat;
        background-size: contain; }
      #custom_pd .component_list label .info {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 160px);
        padding: 0 5px;
        margin-right: -10px;
        margin-top: 8px; }
        #custom_pd .component_list label .info p {
          line-height: 1.25;
          margin-top: 5px;
          padding-left: 2px; }
      #custom_pd .component_list label .price {
        display: inline-block;
        vertical-align: top;
        width: 120px;
        margin: 0;
        margin-top: 4px;
        text-align: right; }
        #custom_pd .component_list label .price h4 {
          font-size: 1.5em; }
    #custom_pd .component_list input[type="radio"]:not(old):checked + label,
    #custom_pd .component_list input[type="checkbox"]:not(old):checked + label {
      border-color: #fec128;
      outline: 1px solid #fec128; }
    #custom_pd .component_list .mCSB_dragger .mCSB_dragger_bar {
      background: #fec128; }
  #custom_pd #diy_total {
    font-family: "Arial", sans-serif;
    background: #f4f4f4;
    padding: 20px 10%; }
    #custom_pd #diy_total h6 {
      font-weight: bold; }
    #custom_pd #diy_total small {
      font-size: 12px; }
    #custom_pd #diy_total .price {
      font-style: normal;
      margin-bottom: 0; }

#spec .plans {
  display: flex;
  flex-wrap: wrap;
  align-item: stretch; }
  #spec .plans li {
    padding: 0 2.5%; }
    #spec .plans li .shadowbox {
      height: 100%;
      background: #fafafa;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
    #spec .plans li .header {
      padding: 10px;
      text-align: center; }
      #spec .plans li .header.bg-grey {
        background: #b1b1b1; }
      #spec .plans li .header.bg-dark {
        background: #333; }
      #spec .plans li .header.bg-primary {
        background: #fec128; }
    #spec .plans li .content {
      padding: 20px; }
      #spec .plans li .content img {
        display: block;
        margin: 10px auto 20px; }
      #spec .plans li .content h5 {
        margin-bottom: 10px; }
  #spec .plans table th,
  #spec .plans table td {
    padding-left: 0; }
  #spec .plans table th {
    color: #fec128; }
  #spec .plans table tr:last-child td {
    padding-bottom: 10px; }

@media screen and (max-width: 1280px) {
  .product_info {
    padding: 20px 0 20px 5%; }
    .product_info .like {
      top: 20px; }
    .product_info .stars .br-theme-css-stars a {
      width: 18px;
      height: 18px;
      margin-right: 10px; }
      .product_info .stars .br-theme-css-stars a:after {
        width: 18px;
        height: 18px; }

  .banner_info h2 {
    font-size: 3em; }
  .banner_info h3 {
    font-size: 1.5em;
    padding-right: 35px; }
    .banner_info h3:after {
      bottom: .05em; } }
@media screen and (max-width: 1024px) {
  .sec_logos li {
    height: 80px; }

  #product_intro {
    padding: 20px 0; }

  .product_info {
    padding: 10px 0 10px 5%; }
    .product_info .feature_list {
      margin: 15px 0; }
    .product_info .like {
      top: 10px; }

  #cover:after {
    width: 80px;
    height: 80px;
    border-width: 5px; }

  #spec .w1200 {
    width: 90%; }
  #spec .plans li {
    padding: 10px; }
  #spec tbody th, #spec tbody td {
    padding: 20px 5%; }
  #spec tbody tr:last-child td {
    padding-bottom: 40px; }

  #custom_pd .product_info {
    padding: 10px 8% 10px 10%; }
  #custom_pd .scroll_container {
    margin: 10px 0; }
  #custom_pd .component_list label {
    padding: 5px 10px; }
    #custom_pd .component_list label .pic {
      width: 30px;
      height: 30px; }
    #custom_pd .component_list label .info {
      width: calc(100% - 150px); }
    #custom_pd .component_list label .price {
      width: 100px; }
  #custom_pd .component_list .mCSB_inside > .mCSB_container {
    margin-right: 20px; }
  #custom_pd #diy_total .col50 {
    width: 100%;
    float: none; }
  #custom_pd #diy_total .txt-right {
    text-align: center; } }
@media screen and (max-width: 768px) {
  .product_info {
    padding: 10px 0 10px 3%; }
    .product_info .stars .br-theme-css-stars a {
      margin-right: 5px; }
    .product_info .stars p {
      font-size: 1.25em;
      line-height: 1.5; }
    .product_info .price span,
    .product_info .price p {
      font-size: 12px; }
    .product_info .like {
      top: 0; }
    .product_info .btn_support {
      margin: 6px 0; }

  .banner_info {
    padding: 30px 0; }
    .banner_info h2 {
      font-size: 2.5em; }

  #spec .plans li {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto; }
  #spec .plans .content {
    margin: 0 auto;
    display: none; }
    #spec .plans .content.active {
      display: block;
      -webkit-animation-delay: 0;
      -webkit-animation-duration: 0.5;
      -webkit-animation-name: fadeInUp;
      -webkit-animation-timing-function: ease;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-delay: 0;
      -moz-animation-duration: 0.5;
      -moz-animation-name: fadeInUp;
      -moz-animation-timing-function: ease;
      -moz-animation-fill-mode: forwards;
      -o-animation-delay: 0;
      -o-animation-duration: 0.5;
      -o-animation-name: fadeInUp;
      -o-animation-timing-function: ease;
      -o-animation-fill-mode: forwards;
      animation-delay: 0;
      animation-duration: 0.5;
      animation-name: fadeInUp;
      animation-timing-function: ease;
      animation-fill-mode: forwards; }
  #spec .plans .price {
    margin-top: 10px; }
  #spec .container {
    font-size: 14px; }

  #custom_pd .product_info {
    padding: 10px 3% 10px 6%; }

  #custom_pd #diy_total {
    padding: 10% 6%; } }
@media screen and (max-width: 620px) {
  .sec_logos li {
    height: 60px;
    padding: 5px 10px; }

  #product_intro .col50 {
    width: 100%;
    float: none; }
  #product_intro figure.col50 {
    max-width: 300px;
    margin: 0 auto 20px; }
  #product_intro figure p {
    margin-bottom: 15px; }

  .product_info .price {
    margin: 20px 0 25px; }

  .banner_info.dark {
    background-color: #000; }
  .banner_info.light {
    background-color: #fff; }
  .banner_info.txt-content {
    display: block;
    min-height: 0;
    padding: 0; }
    .banner_info.txt-content > figure[style*="/"] {
      height: 0;
      padding-bottom: 28%;
      position: relative;
      z-index: 0; }
  .banner_info .container {
    padding: 30px 0; }
  .banner_info .col50 {
    width: 100%;
    margin-left: 0;
    padding: 0; }
    .banner_info .col50:first-child {
      padding-right: 0; }
    .banner_info .col50:last-child {
      padding-left: 0; }
  .banner_info.txt-only {
    padding: 30px 0; }

  #custom_pd #diy_total h6 {
    font-size: 1.5em;
    text-align: center; }
  #custom_pd #diy_total ul {
    margin: 10px 0; } }
@media screen and (max-width: 480px) {
  #main_product_img {
    margin-bottom: 10px; }

  .product_info {
    padding: 10px 0; }

  #cover:after {
    width: 60px;
    height: 60px; }

  #spec .container {
    font-size: 14px; }
  #spec h2 {
    margin-top: 0; }
  #spec tbody th,
  #spec tbody td {
    padding: 10px 5%; }
  #spec tbody td:first-child {
    width: 30%;
    padding-left: 0;
    font-size: 1.125em; }
  #spec tbody td:last-child {
    width: 70%;
    padding-right: 0; }
  #spec tbody td h5 {
    font-size: 1.125em; }
  #spec tbody tr:last-child td {
    padding-bottom: 20px; }

  #custom_pd .component_list label {
    padding: 5px; }
    #custom_pd .component_list label .pic {
      display: none; }
    #custom_pd .component_list label .info {
      width: calc(100% - 100px); } }

/*# sourceMappingURL=product.css.map */
