@charset "UTF-8";
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Light.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'TT-Norms-Pro-Normal';
  src: url("../fonts/TT-Norms-Pro-Normal.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'TT-Norms-Pro-Medium';
  src: url("../fonts/TT-Norms-Pro-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'TT-Norms-Pro-Bold';
  src: url("../fonts/TT-Norms-Pro-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* ---------- ANIMATION ---------- */
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes colorrun {
  from {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg); }
  to {
    -webkit-filter: hue-rotate(359deg);
    filter: hue-rotate(359deg); } }

@-webkit-keyframes colorrun {
  from {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg); }
  to {
    -webkit-filter: hue-rotate(359deg);
    filter: hue-rotate(359deg); } }

/* ---------- COLOR EFFECT ---------- */
@-webkit-keyframes static {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; } }

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

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

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

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

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

@-webkit-keyframes music {
  0% {
    opacity: 1; }
  10% {
    opacity: .3; }
  40% {
    opacity: 1; }
  60% {
    opacity: .3; }
  70% {
    opacity: 1; }
  100% {
    opacity: .3; } }

@keyframes music {
  0% {
    opacity: 1; }
  10% {
    opacity: .3; }
  40% {
    opacity: 1; }
  60% {
    opacity: .3; }
  70% {
    opacity: 1; }
  100% {
    opacity: .3; } }

@-webkit-keyframes cycle {
  0% {
    background-color: #fc5050; }
  15% {
    background-color: #fc9d50; }
  30% {
    background-color: #fffc51; }
  45% {
    background-color: #71f276; }
  60% {
    background-color: #82d3ff; }
  75% {
    background-color: #6d8dff; }
  90% {
    background-color: #d47cff; }
  100% {
    background-color: #fc5050; } }

@keyframes cycle {
  0% {
    background-color: #fc5050; }
  15% {
    background-color: #fc9d50; }
  30% {
    background-color: #fffc51; }
  45% {
    background-color: #71f276; }
  60% {
    background-color: #82d3ff; }
  75% {
    background-color: #6d8dff; }
  90% {
    background-color: #d47cff; }
  100% {
    background-color: #fc5050; } }

@-webkit-keyframes rainbow {
  0% {
    -webkit-transform: translateY(-100%) skewY(-40deg) scale(2, 2);
            transform: translateY(-100%) skewY(-40deg) scale(2, 2); }
  100% {
    -webkit-transform: translateY(0%) skewY(-40deg) scale(2, 2);
            transform: translateY(0%) skewY(-40deg) scale(2, 2); } }

@keyframes rainbow {
  0% {
    -webkit-transform: translateY(-100%) skewY(-40deg) scale(2, 2);
            transform: translateY(-100%) skewY(-40deg) scale(2, 2); }
  100% {
    -webkit-transform: translateY(0%) skewY(-40deg) scale(2, 2);
            transform: translateY(0%) skewY(-40deg) scale(2, 2); } }

@-webkit-keyframes cpu {
  0% {
    background-color: #fc5050; }
  30% {
    background-color: #fffc51; }
  60% {
    background-color: #59f773; }
  90% {
    background-color: #fffc51; } }

@keyframes cpu {
  0% {
    background-color: #fc5050; }
  30% {
    background-color: #fffc51; }
  60% {
    background-color: #59f773; }
  90% {
    background-color: #fffc51; } }

@-webkit-keyframes flash {
  0% {
    background-color: #56d4ff; }
  30% {
    background-color: #56d4ff; }
  40% {
    background-color: #ffffff; }
  50% {
    background-color: #56d4ff; }
  100% {
    background-color: #56d4ff; } }

@keyframes flash {
  0% {
    background-color: #56d4ff; }
  30% {
    background-color: #56d4ff; }
  40% {
    background-color: #ffffff; }
  50% {
    background-color: #56d4ff; }
  100% {
    background-color: #56d4ff; } }

@keyframes comet {
  0% {
    height: 200%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    height: 200%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); } }

@-webkit-keyframes comet {
  0% {
    height: 200%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    height: 200%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); } }

@-webkit-keyframes yoyo {
  0% {
    opacity: 1; }
  60% {
    opacity: 0; }
  80% {
    opacity: 1; }
  95% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@keyframes yoyo {
  0% {
    opacity: 1; }
  60% {
    opacity: 0; }
  80% {
    opacity: 1; }
  95% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-webkit-keyframes starryNight {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  95% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes starryNight {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  95% {
    opacity: 1; }
  100% {
    opacity: 1; } }

/*---Liz---*/
#hd .hd-controls-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  clear: both; }

#hd .hd-controls-L {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  padding-left: 120px; }

li.Aura-Sync {
  width: 250px; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  background-color: #fff;
  -webkit-overflow-scrolling: touch; }

.col-xs-12 {
  padding-left: 15px;
  padding-right: 15px; }

@media only screen and (min-width: 1600px) {
  .container {
    width: 1280px; } }

sup {
  font-size: 100%;
  top: -.1em; }

h1, h2, h3 {
  font-family: "Roboto Condensed", sans-serif; }

h2 {
  font-size: 1.7rem; }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 2.2rem; } }

h3 {
  font-size: 2.3rem; }

h4 {
  font-size: 1.5rem; }

.meta {
  position: fixed;
  left: -1000%; }

@media only screen and (max-width: 768px) {
  iframe {
    width: 100%; } }

#scrollUp {
  float: left;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9996;
  width: 45px;
  height: 45px;
  border-radius: 26px;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  border: 2px solid #ea4235;
  transition: all .25s ease; }

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

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

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

#scrollUp:active, #scrollUp:hover {
  background-color: #212121; }

/* Custom Codes */
#CMD.tight-mode .columns__hl__icon .row .col, #CMD.tight-mode .columns__icon .row .col, #CMD.tight-mode .columns__hl .row .col {
  height: 255px; }

/* contact box */
.contact-box {
  position: fixed;
  right: -250px;
  top: 250px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 3px solid #337ab7;
  z-index: 999;
  box-shadow: 1px 3px 5px #ccc;
  max-width: 250px;
  transition: all 0.5s; }

.contact-box .title {
  background-color: #337ab7;
  color: #fff;
  position: absolute;
  top: 42px;
  left: -77px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  padding: 5px 20px;
  box-shadow: -3px -3px 5px #ccc;
  cursor: pointer; }

.contact-box .text-link {
  margin-top: 20px; }

.contact-box .text-link a {
  color: #337ab7; }

.contact-box .contact-content {
  padding: 20px 40px 20px 20px;
  background-color: #fff;
  position: relative; }

.contact-box .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer; }

.contact-box .btn-close::before {
  content: "X";
  width: 100%;
  line-height: 1;
  display: block;
  position: absolute;
  height: 100%;
  padding: 7px 10px; }

a {
  color: #ea4235;
  text-decoration: none;
  transition: color 0.25s ease-in-out; }
  a:hover {
    color: #ea4235;
    text-decoration: underline; }

.btn {
  color: #492500;
  background-color: #e82c1e;
  border: 1px solid #e82c1e;
  border-radius: 2;
  font-size: 1rem;
  padding: 7px 35px 5px 25px; }
  .btn:hover {
    color: #492500;
    background-color: #ec584c; }
  .btn:focus, .btn:active {
    color: #492500;
    background-color: #ec584c;
    outline-color: transparent; }
  .btn span {
    position: relative; }
    .btn span:after {
      content: "";
      position: absolute;
      top: 4px;
      right: -15px;
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 7px solid #fff; }

.btn-rog {
  position: relative;
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 1rem;
  border: 1px solid #e82c1e;
  border-radius: 2px;
  outline: 0;
  background-color: #212121;
  color: #fff;
  font-weight: 700;
  transition: background-color 0.25s ease-in-out;
  text-transform: uppercase;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  transition: all 0.5s; }
  .btn-rog:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #e82c1e; }
  .btn-rog:focus, .btn-rog:active {
    color: #fff;
    border: 1px solid #e82c1e;
    background-color: #000;
    outline-color: transparent; }
  .btn-rog span {
    display: block;
    -webkit-transform: skewX(15deg);
            transform: skewX(15deg); }

.btn-rog:after {
  content: 'BUY NOW';
  width: 100%;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  display: inline-block; }

.wtb-button {
  color: #fff;
  border-radius: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -2rem;
  max-width: 120px; }
  .wtb-button:hover, .wtb-button:focus {
    color: #fff;
    text-decoration: none;
    background-color: #e42618; }

.btn-learn {
  font-family: "Roboto Condensed", sans-serif;
  padding: 10px 45px;
  background-color: #ea4235;
  margin: 0 auto 3rem;
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
  width: auto; }
  @media only screen and (min-width: 992px) {
    .btn-learn {
      top: 52%;
      left: 20%;
      right: inherit;
      bottom: inherit;
      width: auto; } }
  .btn-learn:hover, .btn-learn:focus {
    color: #fff;
    text-decoration: none;
    background-color: #e42618; }

.txt-gradient-r {
  display: inline-block;
  padding-bottom: 5px;
  color: #ea4235;
  background: #ea4235;
  background: linear-gradient(135deg, #d60058 41%, #0048ff 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }

.play-button {
  position: absolute;
  background-repeat: no-repeat;
  height: 134px;
  width: 134px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  opacity: 0.7; }

/* For IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS here */
  .txt-gradient-r {
    background: none; }
  .dropdown-content {
    width: 240px; } }

.text-bold {
  font-weight: 700; }

.text-highlight {
  color: #ea4235; }

.img-center {
  margin: auto; }

.border-horizontal-gradient {
  background: #777775;
  background: linear-gradient(to right, #fff 0%, #777775 50%, #fff 100%); }

.divider {
  width: 100%;
  height: .0625rem;
  display: inline-block; }
  .divider.solid {
    background: #111;
    line-height: 0; }

.module {
  width: 100%;
  height: auto;
  padding: 2rem 0;
  display: block;
  text-align: center; }
  .module .green-line {
    border-bottom: 5px solid #76b900;
    margin-bottom: 60px;
    position: relative;
    height: 30px; }
    .module .green-line:before {
      content: "";
      position: absolute;
      top: 12px;
      left: -45px;
      width: 50px;
      border-bottom: 5px solid #76b900;
      -webkit-transform: rotate(32deg);
              transform: rotate(32deg); }
  .module .main-title {
    font-family: "TT-Norms-Pro-Medium", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 3rem;
    letter-spacing: -1px; }
    @media only screen and (min-width: 768px) {
      .module .main-title {
        font-size: 3.6rem; } }
  .module .module-titles {
    text-align: center; }
    .module .module-titles .title h2 {
      font-family: "TT-Norms-Pro-Medium", sans-serif;
      font-size: 2rem;
      line-height: 1;
      margin-top: 0;
      margin-bottom: 2rem;
      letter-spacing: -1px; }
      @media only screen and (min-width: 768px) {
        .module .module-titles .title h2 {
          font-size: 3rem; } }
    .module .module-titles .inline-title {
      width: 100%;
      display: inline-block;
      margin-bottom: 1rem;
      font-size: 1rem;
      border-bottom: 0; }
      @media only screen and (min-width: 768px) {
        .module .module-titles .inline-title {
          width: auto;
          margin-left: 1rem;
          font-size: 1rem; } }
    .module .module-titles b {
      color: #76b900; }
    .module .module-titles .sub-title {
      margin: 0 0 1rem; }
  .module img {
    height: auto;
    max-width: 100%;
    margin: 0; }
  .module p {
    line-height: 1.5rem;
    font-size: 1rem;
    margin: 0 0 1rem; }
    @media only screen and (min-width: 1200px) {
      .module p {
        font-weight: 300;
        max-width: 1000px;
        margin: 0 auto 1.5rem; } }
    .module p i {
      font-style: normal;
      color: #ea4235; }
  .module p.large {
    font-size: 1.2rem;
    font-family: "Roboto", sans-serif; }
    @media only screen and (min-width: 1200px) {
      .module p.large {
        font-size: 1.5rem;
        line-height: 2rem; } }
  @media only screen and (min-width: 768px) {
    .module .no_wrap {
      display: block; } }
  .module .note {
    font-size: 0.8rem;
    margin: 10px 0 0;
    line-height: 1.1rem; }
  .module .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .module .box-outer {
    border: 3px solid #ea4235;
    padding: 1rem; }
    @media only screen and (max-width: 768px) {
      .module .box-outer {
        padding: 15px; } }
    @media only screen and (min-width: 1200px) {
      .module .box-outer {
        padding: 1.5rem; } }
  .module .box-inner {
    background-color: #f8f8f8;
    padding: 2rem 4rem;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .module .box-inner {
        padding: 20px; } }
    @media only screen and (min-width: 992px) {
      .module .box-inner {
        padding: 2rem; } }
    @media only screen and (min-width: 1200px) {
      .module .box-inner {
        padding: 2rem 4rem; } }
    .module .box-inner .cta {
      text-align: center;
      font-size: 1.5rem;
      letter-spacing: 1px;
      text-transform: uppercase; }
      @media only screen and (max-width: 768px) {
        .module .box-inner .cta {
          font-size: 1.2rem;
          margin-bottom: 1rem; } }
      .module .box-inner .cta a {
        text-decoration: none;
        color: #fff; }
        .module .box-inner .cta a:hover {
          color: #ea4235; }
        .module .box-inner .cta a i {
          margin-top: 1rem;
          display: block;
          color: #ea4235; }
          @media only screen and (max-width: 480px) {
            .module .box-inner .cta a i {
              margin-top: 0; } }

/* Key Features */
ul.features {
  list-style: none;
  font-size: 0.875rem;
  padding: 0;
  font-family: "TT-Norms-Pro-Normal", sans-serif; }
  @media only screen and (min-width: 360px) {
    ul.features {
      font-size: 1rem; } }
  @media only screen and (min-width: 480px) {
    ul.features {
      font-size: 1.3rem; } }
  ul.features li {
    display: inline-block;
    padding: 10px 10px;
    position: relative; }
    ul.features li::after {
      content: '';
      border-bottom: 3px solid #fff;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 10%;
      bottom: -3px; }
      @media only screen and (min-width: 768px) {
        ul.features li::after {
          border-bottom: none;
          border-right: 3px solid #fff;
          padding-right: 20px;
          bottom: inherit;
          width: 3px;
          margin-right: 0;
          top: 3px;
          height: 80%; } }
    ul.features li:last-child::after {
      border-bottom: none; }
      @media only screen and (min-width: 768px) {
        ul.features li:last-child::after {
          border-right: none; } }
    @media only screen and (min-width: 768px) {
      ul.features li {
        padding: 0 20px; } }
    ul.features li a {
      text-decoration: none; }
      ul.features li a:hover {
        color: #fff; }

/* video wrapper */
.video-wrapper {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.95);
  display: none; }
  .video-wrapper iframe {
    width: 100%;
    height: 100%; }

.video-wrapper .btn-close {
  width: 50px;
  height: 50px;
  right: 40px;
  top: 65px;
  position: absolute;
  z-index: 99999;
  background: url("../images/close-light.png") 50% no-repeat;
  transition: all .2s;
  background-size: 100%;
  cursor: pointer; }
  .video-wrapper .btn-close:hover {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  @media only screen and (max-width: 768px) {
    .video-wrapper .btn-close {
      right: 10px;
      top: 10px; } }

.video-player {
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 9999;
  padding: 6%;
  text-align: center;
  overflow: auto; }
  @media only screen and (max-width: 768px) {
    .video-player {
      padding: 65px 4%; } }
  .video-player .img-popup {
    height: 100%;
    max-height: 800px; }
    @media only screen and (max-width: 768px) {
      .video-player .img-popup {
        width: 100%;
        height: auto; } }

.item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto; }
  .item-list .p-logo {
    margin: auto; }

.top-line {
  border-top: 1px solid #777775;
  position: relative;
  overflow: hidden; }
  .top-line:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 12px;
    top: 0;
    left: -10px;
    display: block;
    background-color: #777775;
    -webkit-transform: skewX(-60deg);
            transform: skewX(-60deg); }

.bottom-line {
  border-bottom: 1px solid #777775;
  position: relative;
  overflow: hidden; }
  .bottom-line:after {
    content: "";
    position: absolute;
    width: 60%;
    height: 12px;
    bottom: 0;
    right: -10px;
    display: block;
    background-color: #777775;
    -webkit-transform: skewX(-60deg);
            transform: skewX(-60deg); }

.tabcontentCon .tabcontent-item {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  padding: 20px 0; }

.tabcontentCon .tabcontent-item.active {
  position: relative;
  display: block;
  opacity: 1; }

.tabnav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid #ea4235;
  margin-top: 10px; }
  @media only screen and (min-width: 992px) {
    .tabnav {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; } }

.tabCon .tabnavCon {
  position: relative;
  width: 100%;
  text-align: center; }

.tabnav .tabnav-item:nth-child(1) {
  padding-left: 0px !important; }

.tabnav-item {
  display: inline-block;
  padding-left: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  position: relative;
  left: 0; }
  @media only screen and (min-width: 768px) {
    .tabnav-item {
      display: inline-block;
      padding-left: 60px; } }

.tabnav-item a {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  text-decoration: none; }
  @media only screen and (min-width: 768px) {
    .tabnav-item a {
      font-size: 1.4rem; } }

.tabnav-item a.active {
  color: #e82c1e;
  position: relative; }

.tabnav .tabnav-link {
  display: block;
  position: relative;
  padding: 0 0 25px 0; }
  @media only screen and (min-width: 768px) {
    .tabnav .tabnav-link {
      position: relative;
      color: white;
      padding: 0 0 20px 0; } }

.tabnav .tabnav-link.active::before {
  position: absolute;
  display: block;
  content: '';
  width: 90%;
  height: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background-color: #f8b942; }

.tabcontentCon .GamePlus_pic {
  position: relative; }

.tabcontentCon .GamePlus_pic img.GamePlus_pic_bg {
  position: relative;
  display: block;
  opacity: 1; }

.tabcontentCon .GamePlus_pic img {
  max-width: 779px !important;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s; }

.flexCon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.flexCon .flex-item {
  text-align: center;
  margin: 0 auto; }

.flexCon.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media only screen and (min-width: 992px) {
    .flexCon.flex-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }

.tabcontentCon .GamePlus_btns {
  display: inline-block;
  width: 100%;
  margin: 30px 0 !important; }

.tabcontentCon .GamePlus_btns a.active {
  border: 1px solid #009df2;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px 5px #009df2; }

.tabcontentCon .GamePlus_btns a {
  display: inline-block;
  border: 1px solid #009df2;
  margin: 0px;
  width: 20%; }
  @media only screen and (min-width: 768px) {
    .tabcontentCon .GamePlus_btns a {
      width: 16%; } }
  @media only screen and (min-width: 992px) {
    .tabcontentCon .GamePlus_btns a {
      margin: 0 10px;
      width: auto; } }
  .tabcontentCon .GamePlus_btns a img {
    width: 100%; }

.tabcontentCon .GamePlus_pic img.active {
  opacity: 1;
  transition: all 0.5s; }

.tabcontentCon .GamePlus_pic img {
  max-width: 779px !important;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  width: 100%; }

.tabcontentCon .GameVisual_pic img.active {
  display: block; }

.tabcontentCon .GameVisual_pic img {
  display: none;
  max-width: 779px !important;
  margin: 0 auto;
  width: 100%; }

.tabcontentCon .GameVisual_btns {
  display: inline-block;
  width: 100%;
  max-width: 700px;
  margin: 50px 0 20px !important; }

.tabcontentCon .GameVisual_txt p.active {
  display: block; }

.tabcontentCon .GameVisual_txt p {
  display: none; }

.tabcontentCon .GameVisual_btns a.active {
  border-top: 1px solid #f8b942;
  border-bottom: 1px solid #f8b942; }

.tabcontentCon .GameVisual_btns a {
  width: 33%;
  float: left;
  color: #f8b942;
  padding: 6px 10px 10px;
  text-decoration: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
  @media only screen and (min-width: 768px) {
    .tabcontentCon .GameVisual_btns a {
      width: 14.285%; } }

@media only screen and (min-width: 992px) {
  .lowblue-item .flex-50-50 .flex-item {
    position: relative;
    width: 50%;
    padding: 0 20px; } }

.lowblue-item .flex-50-50 .content-info .info-label {
  font-size: 1.4rem;
  font-weight: 400; }

.lowblue-item .flex-50-50 .content-info {
  text-align: left; }

.lowblue-item .flex-50-50 .light .pics {
  position: relative;
  width: 100%;
  text-align: left; }

.lowblue-item .flex-50-50 .light .pics > img.on {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1; }

.lowblue-item .flex-50-50 .light .pics > img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 480px !important;
  margin: 0;
  transition: all 0.5s;
  width: 100%; }

.lowblue-item .flex-50-50 .content-info .info-label {
  color: #f8b942; }

.lowblue-item .flex-50-50 .content-info .ctr .l {
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  width: 45px;
  height: 154px;
  margin: 0 5px;
  position: relative; }
  @media only screen and (min-width: 480px) {
    .lowblue-item .flex-50-50 .content-info .ctr .l {
      width: 60px;
      margin: 0 0 10px 11px; } }

.lowblue-item .ctr .l img {
  width: 100%; }

.module.intro {
  padding: 2rem 0; }
  @media only screen and (min-width: 992px) {
    .module.intro {
      background-position: top center;
      padding: 7rem 0 4rem; } }
  @media only screen and (min-width: 1200px) {
    .module.intro {
      background-position: top center; } }
  .module.intro p {
    text-align: left; }
    @media only screen and (max-width: 480px) {
      .module.intro p {
        font-size: 1.2rem;
        line-height: 2rem; } }
    @media only screen and (min-width: 480px) {
      .module.intro p {
        text-align: center;
        max-width: 1100px; } }
  .module.intro .title {
    font-family: "TT-Norms-Pro-Medium", sans-serif;
    font-size: 1.3rem;
    line-height: 1.8rem; }
  .module.intro h2 {
    padding-bottom: 15px;
    font-weight: 900; }
  .module.intro .btn-learn {
    border-radius: 0; }
    .module.intro .btn-learn span {
      white-space: normal;
      display: block; }
      .module.intro .btn-learn span:after {
        top: 10px; }
        @media only screen and (max-width: 480px) {
          .module.intro .btn-learn span:after {
            top: 22px; } }

.hdr {
  background-image: url("../images/bg-2.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover; }
  .hdr img {
    margin: 0 auto; }

.enhancements {
  overflow: hidden; }

.module.project {
  background-color: #150e00;
  background-image: url("../images/bg-2.jpg");
  background-repeat: no-repeat;
  background-size: 1000px;
  background-position: top left;
  text-align: left;
  padding: 9rem 0 2rem; }
  @media only screen and (min-width: 768px) {
    .module.project {
      background-image: none;
      padding: 2rem 0; } }
  @media only screen and (min-width: 992px) {
    .module.project {
      background-image: url("../images/bg-2.jpg");
      background-size: cover;
      background-position: top left;
      padding: 2rem 0; } }
  @media only screen and (min-width: 1200px) {
    .module.project {
      background-size: cover;
      background-position: top left; } }
  .module.project img {
    margin: 0 0 1rem auto; }
    @media only screen and (min-width: 768px) {
      .module.project img {
        margin: 30px auto 0; } }
  .module.project p {
    text-align: left; }

.module.builds {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-repeat: no-repeat;
  background-position: top center; }
  @media only screen and (min-width: 768px) {
    .module.builds {
      padding-top: 1rem;
      padding-bottom: 3rem; } }
  @media only screen and (min-width: 992px) {
    .module.builds {
      padding-top: 1rem; } }
  .module.builds.microphone, .module.builds.rgb {
    text-align: left; }
  .module.builds.microphone {
    background-image: url("../images/bg_microphone@tablet.jpg");
    background-size: contain;
    height: auto;
    padding-top: 88%; }
    @media only screen and (min-width: 768px) {
      .module.builds.microphone {
        background-image: url("../images/bg_microphone.jpg");
        background-size: cover;
        height: auto;
        padding-top: 1rem; } }
    @media only screen and (min-width: 992px) {
      .module.builds.microphone {
        background-size: auto;
        height: 460px;
        padding-top: 1rem; } }
    .module.builds.microphone .content {
      float: right; }
    .module.builds.microphone .product-spec {
      padding: 0; }
  .module.builds.rgb {
    background-image: url("../images/bg_aura-rgb@tablet.jpg");
    background-size: contain;
    height: auto;
    padding-top: 81%; }
    @media only screen and (min-width: 768px) {
      .module.builds.rgb {
        background-image: url("../images/bg_aura-rgb.jpg");
        background-size: cover;
        height: auto;
        padding-top: 1rem; } }
    @media only screen and (min-width: 992px) {
      .module.builds.rgb {
        background-size: auto;
        height: 460px;
        padding-top: 4rem; } }
    .module.builds.rgb .product-spec {
      padding: 0; }
  .module.builds.entry, .module.builds.mainstream, .module.builds.enthusiast {
    background-repeat: repeat; }
    .module.builds.entry h3, .module.builds.mainstream h3, .module.builds.enthusiast h3 {
      text-transform: none;
      font-size: 1.1rem; }
  .module.builds.entry {
    background: #654015;
    background-image: url("../images/black-twill.png"), radial-gradient(circle, #654015 0%, black 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#654015",endColorstr="#000000",GradientType=1); }
    .module.builds.entry h2 {
      color: #ffc600; }
    .module.builds.entry .product-spec ol {
      color: #ffc600; }
    .module.builds.entry .card-button {
      font-family: "TT-Norms-Pro-Normal", sans-serif;
      font-weight: 400;
      letter-spacing: 1px;
      font-size: 1.3rem;
      background: #ffa800;
      background: linear-gradient(135deg, #ffa800 0%, red 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffa800",endColorstr="#ff0000",GradientType=1); }
  .module.builds.mainstream {
    background: #730000;
    background: url("../images/black-twill.png"), radial-gradient(circle, #730000 0%, black 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#730000",endColorstr="#000000",GradientType=1); }
    .module.builds.mainstream h2 {
      color: #ff0000; }
    .module.builds.mainstream .product-spec ol {
      color: #ff0000; }
    .module.builds.mainstream .card-button {
      font-family: "ROGFontsv", sans-serif;
      padding: 10px 30px;
      font-weight: 400;
      letter-spacing: 1px;
      background: red;
      background: linear-gradient(135deg, red 0%, #440e62 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000",endColorstr="#440e62",GradientType=1); }
  .module.builds.enthusiast {
    padding-bottom: 0;
    background: black;
    background: url("../images/black-twill.png"), linear-gradient(90deg, black 10%, #491448 50%, black 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
    @media only screen and (max-width: 480px) {
      .module.builds.enthusiast {
        padding-bottom: 2rem; } }
    .module.builds.enthusiast h2 {
      color: #006cff; }
    .module.builds.enthusiast .product-spec ol {
      color: #ec008c; }
    .module.builds.enthusiast .card-button {
      font-family: "ROGFontsv", sans-serif;
      padding: 10px 30px;
      font-weight: 400;
      letter-spacing: 1px;
      background: #d60058;
      background: linear-gradient(135deg, #d60058 0%, #0048ff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d60058",endColorstr="#0048ff",GradientType=1); }
    .module.builds.enthusiast .item-list .item {
      width: 33%;
      margin-bottom: 5rem; }
      @media only screen and (max-width: 480px) {
        .module.builds.enthusiast .item-list .item {
          width: 70%;
          margin: 1rem auto; } }
  .module.builds .item-list {
    max-width: 1000px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .module.builds .item-list .item {
      width: 24.5%; }
      @media only screen and (max-width: 480px) {
        .module.builds .item-list .item {
          width: 70%;
          margin: 1rem auto; } }
      .module.builds .item-list .item > a {
        display: block;
        overflow: hidden; }
        .module.builds .item-list .item > a img {
          transition: all 0.5s; }
          .module.builds .item-list .item > a img:hover {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1);
            transition: all 0.5s; }
    @media only screen and (max-width: 480px) {
      .module.builds .item-list .p-logo {
        width: 100%;
        margin: 10px auto; } }
  .module.builds .product-kv img {
    margin: 0 auto; }
  .module.builds .product-spec {
    text-align: left;
    border: none;
    margin-top: 0;
    padding: 0 10px; }
    .module.builds .product-spec .table {
      font-size: 0.875rem;
      margin-bottom: 30px; }
    .module.builds .product-spec .table > tbody > tr > td {
      border: none;
      padding: 5px 10px;
      white-space: normal; }
    .module.builds .product-spec .table > tbody > tr > td:nth-child(1) {
      width: 30%; }
    .module.builds .product-spec .table > tbody > tr:nth-child(even) {
      background-color: #2a2a2a; }
    .module.builds .product-spec ol {
      color: #ea4235;
      padding-left: 20px;
      font-size: 0.8rem;
      font-weight: 600;
      font-family: "TT-Norms-Pro-Medium", sans-serif; }
      .module.builds .product-spec ol li {
        margin-bottom: 15px; }
        .module.builds .product-spec ol li span {
          color: #fff;
          font-weight: 400; }
  .module.builds.alt-bg {
    background-color: #131313; }
  .module.builds h3 {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-family: "TT-Norms-Pro-Medium", sans-serif;
    font-style: italic;
    font-size: 1.2rem; }
    @media only screen and (min-width: 768px) {
      .module.builds h3 {
        font-size: 1.5rem; } }
    .module.builds h3 span {
      display: block;
      color: #fff;
      font-size: 1.1rem;
      font-weight: 400;
      font-family: "TT-Norms-Pro-Medium", sans-serif;
      text-transform: uppercase; }
      @media only screen and (max-width: 480px) {
        .module.builds h3 span {
          font-size: 1rem; } }
  .module.builds .tagline {
    font-size: 1.3rem;
    margin-bottom: 3rem; }
  .module.builds .coming-soon {
    position: relative;
    border: 1px solid #e82c1e; }
    .module.builds .coming-soon span {
      position: absolute;
      font-size: 2rem;
      font-weight: 600;
      text-transform: uppercase;
      margin: auto;
      line-height: 0;
      text-shadow: 0px 0px 20px #000;
      top: 50%;
      left: 0;
      right: 0;
      margin: 0 auto;
      color: #e82c1e; }
      @media only screen and (min-width: 480px) {
        .module.builds .coming-soon span {
          font-size: 3rem; } }

/* ROG Team Members */
.team {
  background-color: #151515; }
  .team .team-member {
    margin: 10px auto;
    width: 45%;
    background-color: #000;
    transition: all 0.5s; }
    @media only screen and (min-width: 992px) {
      .team .team-member {
        margin: 20px auto;
        width: 27%; } }
    .team .team-member:hover {
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px);
      box-shadow: 1px 1px 20px #dd0000;
      transition: all 0.5s; }
      .team .team-member:hover .btn-video {
        opacity: 1;
        transition: all 0.5s; }
  .team .content {
    padding: 10px;
    position: relative; }
    @media only screen and (min-width: 480px) {
      .team .content {
        padding: 20px; } }
  .team .btn-video {
    opacity: 1;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s; }
    @media only screen and (min-width: 992px) {
      .team .btn-video {
        opacity: 0; } }
    .team .btn-video:hover {
      color: #ea4235; }
    .team .btn-video:after {
      content: 'Learn More';
      top: 0px;
      display: block;
      position: relative;
      width: 100px;
      margin: 0 auto; }
    .team .btn-video .glyphicon {
      font-size: 3rem; }
  .team .member {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 236px; }
    @media only screen and (min-width: 480px) {
      .team .member {
        background-size: cover;
        height: 420px; } }
  .team .member-1 {
    background-image: url("../../assets/images/exellion.jpg"); }
  .team .member-2 {
    background-image: url("../../assets/images/luckshots.jpg"); }
  .team .member-3 {
    background-image: url("../../assets/images/simby.jpg"); }
  .team .member-4 {
    background-image: url("../../assets/images/noisy-butters.jpg"); }
  .team .member-5 {
    background-image: url("../../assets/images/rampage.jpg"); }
  .team .member-6 {
    background-image: url("../../assets/images/themavshow.jpg"); }
  .team .name {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 10px;
    color: #ea4235;
    font-family: "TT-Norms-Pro-Normal", sans-serif; }
    @media only screen and (min-width: 768px) {
      .team .name {
        font-size: 1.7rem; } }
    .team .name a {
      text-decoration: underline; }
  .team .textimonial {
    font-size: 0.875rem;
    font-style: italic; }
  .team .sponsor {
    margin-top: 20px; }
    .team .sponsor span {
      display: block;
      text-transform: uppercase;
      font-size: 0.875rem; }

#how-to .steps-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 3rem auto 0;
  max-width: 850px; }
  #how-to .steps-list .steps {
    padding: 20px;
    width: 20%;
    background-repeat: no-repeat;
    background-position: top center;
    counter-increment: myIndex;
    position: relative;
    height: 83px;
    margin: 2rem 0 3rem;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      #how-to .steps-list .steps {
        margin: 2rem 0 4rem;
        width: 33%; } }
    #how-to .steps-list .steps:before {
      content: attr(data-title);
      display: block;
      position: relative;
      bottom: -5rem;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 130px;
      font-size: 1rem; }
      @media only screen and (max-width: 768px) {
        #how-to .steps-list .steps:before {
          width: 100%;
          font-size: 0.875rem; } }
    #how-to .steps-list .steps:hover::after {
      content: "";
      display: block;
      position: absolute;
      width: 82px;
      height: 83px;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      border-radius: 14px;
      box-shadow: 0px 0px 15px #ea4235; }
    #how-to .steps-list .steps:nth-child(1) {
      background-image: url("../images/temperature-test.png"); }
    #how-to .steps-list .steps:nth-child(2) {
      background-image: url("../images/altitude-test.png"); }
    #how-to .steps-list .steps:nth-child(3) {
      background-image: url("../images/humidity-test.png"); }
    #how-to .steps-list .steps:nth-child(4) {
      background-image: url("../images/drop-test.png"); }
    #how-to .steps-list .steps:nth-child(5) {
      background-image: url("../images/vibration-test.png"); }
    #how-to .steps-list .steps:nth-child(6) {
      background-image: url("../images/shock-test.png"); }
    #how-to .steps-list .steps:nth-child(7) {
      background-image: url("../images/hinge-test.png"); }
    #how-to .steps-list .steps:nth-child(8) {
      background-image: url("../images/keyboard-test.png"); }
    #how-to .steps-list .steps:nth-child(9) {
      background-image: url("../images/port-test.png"); }
    #how-to .steps-list .steps:nth-child(10) {
      background-image: url("../images/twist-test.png"); }
    #how-to .steps-list .steps:nth-child(11) {
      background-image: url("../images/touch-panel.png"); }
    #how-to .steps-list .steps:nth-child(12) {
      background-image: url("../images/panel-resistance.png"); }
    #how-to .steps-list .steps:nth-child(13) {
      background-image: url("../images/noise-and-audio.png"); }
    #how-to .steps-list .steps:nth-child(14) {
      background-image: url("../images/emi-test.png"); }

/* Quality Test Popups */
.popup-container {
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 2px solid #ea4235;
  background-color: #0a0a0a; }
  @media only screen and (min-width: 1200px) {
    .popup-container {
      max-width: 700px; } }
  @media only screen and (min-width: 1600px) {
    .popup-container {
      max-width: 800px; } }
  .popup-container .popup-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 1rem 0;
    font-family: "Roboto Condensed", sans-serif; }
    @media only screen and (min-width: 768px) {
      .popup-container .popup-title {
        font-size: 2.5rem; } }
  .popup-container .popup-kv {
    width: 100%;
    max-width: 100%; }
  .popup-container .popup-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem; }
    @media only screen and (min-width: 768px) {
      .popup-container .popup-content {
        padding: 2rem; } }
    .popup-container .popup-content p {
      text-align: left;
      padding-left: 1rem; }
      @media only screen and (min-width: 768px) {
        .popup-container .popup-content p {
          padding-left: 2rem;
          font-size: 1.3rem;
          line-height: 2rem; } }

#product .product-title {
  font-size: 1.5rem;
  margin-top: 3rem;
  font-family: "TT-Norms-Pro-Medium", sans-serif; }

#product .item-list {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

#product .item {
  width: 48%;
  margin: 3rem 0;
  position: relative; }
  @media only screen and (min-width: 768px) {
    #product .item {
      width: 22%; } }
  @media only screen and (min-width: 992px) {
    #product .item {
      width: 24%; } }
  #product .item h3 {
    font-size: 1.2rem;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-weight: 500; }
    @media only screen and (max-width: 480px) {
      #product .item h3 {
        font-size: 1rem; } }
  #product .item a {
    text-decoration: none; }
  @media only screen and (max-width: 480px) {
    #product .item p {
      font-size: 0.875rem;
      line-height: 1.1rem; } }
  @media only screen and (min-width: 1200px) {
    #product .item p {
      padding: 0 26px; } }

.bg-1 {
  background-image: url("../../assets/images/bg-1.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

.footnotes {
  font-weight: 200; }

#CMD.theme-white .wd__content .content__info {
  font-weight: 200; }

.wd__section .columns__image .row .col .image__container .text__area .text__info {
  font-weight: 200; }

.wd__section .columns__hl__icon .row .col .col__container .text-bottom {
  font-weight: 200; }

#CMD .content__slogan {
  font-family: "TT-Norms-Pro-Medium", sans-serif; }

#CMD .content__title {
  font-family: "TT-Norms-Pro-Normal", sans-serif; }

section.video {
  text-align: center;
  padding: 5rem 0; }
  @media only screen and (max-width: 480px) {
    section.video {
      padding: 2rem 0; } }
  section.video h1 {
    font-family: 'geforce-light', sans-serif; }
  section.video .anchor {
    display: inline-block; }
    section.video .anchor:after {
      content: "";
      position: relative;
      width: 100%;
      height: 2px;
      top: -25px;
      background: #d60058;
      background: linear-gradient(135deg, #d60058 0%, #0048ff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d60058",endColorstr="#0048ff",GradientType=1);
      display: inline-block; }
  section.video .card {
    margin-top: 30px;
    margin-bottom: 10px; }
    section.video .card p {
      margin-bottom: 20px; }
  section.video .card-button {
    margin-top: 20px;
    color: #000;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase; }

.video-item .youtube {
  position: relative;
  cursor: pointer;
  margin: 0 auto; }
  .video-item .youtube:hover {
    opacity: 0.9; }
    .video-item .youtube:hover .play-button {
      opacity: 1; }
  .video-item .youtube iframe {
    width: 100%;
    height: 187px; }
    @media only screen and (min-width: 480px) {
      .video-item .youtube iframe {
        width: 438px;
        height: 245px; } }
    @media only screen and (min-width: 768px) {
      .video-item .youtube iframe {
        width: 330px;
        height: 184px; } }
    @media only screen and (min-width: 992px) {
      .video-item .youtube iframe {
        width: 438px;
        height: 245px; } }
    @media only screen and (min-width: 1200px) {
      .video-item .youtube iframe {
        width: 720px;
        height: 384px; } }

.video-item .play-button {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60px;
  width: 60px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  opacity: 1; }
  @media only screen and (min-width: 992px) {
    .video-item .play-button {
      height: 90px;
      width: 90px; } }
  .video-item .play-button .ytp-large-play-button-bg {
    transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
    fill: #212121;
    fill-opacity: .8; }

.video-item .btn-video {
  display: block;
  cursor: pointer;
  margin: 0 auto;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .video-item .btn-video {
      width: 100%; } }
  @media only screen and (min-width: 1200px) {
    .video-item .btn-video {
      width: 100%; } }
  .video-item .btn-video:hover .play-button {
    opacity: 1; }
    .video-item .btn-video:hover .play-button .ytp-large-play-button-bg {
      transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
      fill: #f00;
      fill-opacity: 1; }
  .video-item .btn-video img {
    width: 100%; }

.video-item .tagline {
  color: #ea4235;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.2;
  margin-top: 20px;
  padding: 0 10px; }

#cookie-policy-info, #cookie-policy-info .close,
body.show-cookie-policy-info {
  transition: all .2s ease-in-out; }

body.show-cookie-policy-info {
  position: relative;
  top: initial !important; }

#cookie-policy-info {
  transition: all .2s ease-in-out;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-size: 14px;
  line-height: 1.4em;
  z-index: 9999;
  font-family: "Segoe UI", "Arial";
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (max-width: 768px) {
    #cookie-policy-info {
      top: inherit;
      bottom: 0; } }

#cookie-policy-info a {
  color: #006ce1;
  text-decoration: none; }

#cookie-policy-info .btn-asus {
  cursor: pointer; }

#cookie-policy-info a:hover {
  color: #0074d7; }

#cookie-policy-info p {
  margin-bottom: 0px !important;
  font-size: 16px;
  line-height: 25.5px;
  font-family: "Segoe UI", "Arial";
  font-weight: 400; }

#cookie-policy-info p + p {
  margin-top: 10px !important; }

#cookie-policy-info .cookie-policy-wrap {
  width: 100%;
  max-width: 712px;
  overflow: hidden;
  height: auto;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  border-radius: 4px;
  padding: 32px !important;
  line-height: 1.4em;
  font-family: "Segoe UI", "微軟正黑體", "Microsoft JhengHei", "Arial", "新細明體";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#cookie-policy-info .cookie-text-wrap {
  position: relative;
  width: 100%;
  margin: auto; }

#cookie-policy-info .cookie-btn-box {
  position: relative;
  margin-top: 20px; }

#cookie-policy-info .btn-ok,
#cookie-policy-info .btn-setting {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  line-height: 18px;
  padding: 6px 16px !important;
  color: #006ce1;
  border-radius: 4px;
  background: #ffffff;
  font-size: 17px;
  transition: 0.2s;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #006ce1; }

#cookie-policy-info .btn-ok {
  background: #006ce1;
  color: white; }

#cookie-policy-info .btn-setting:hover {
  background: #006ce1;
  color: white; }

#cookie-policy-info .btn-ok:hover {
  background: #006ce1;
  border: 1px solid #006ce1;
  color: white; }

#cookie-policy-info .btn-ok {
  margin-left: 10px; }

.show-cookie-policy-info #cookie-policy-info {
  min-height: 90px;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

/* lightboxbox */
html.fixed, html.fixed body {
  overflow: hidden; }

.cookie-policy-lightbox-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  display: none; }

.cookie-policy-lightbox-wrapper {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999999999;
  margin: auto !important;
  width: 900px;
  height: 550px;
  background: #ffffff;
  color: #000;
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: normal; }

.cookie-policy-lightbox-menu {
  position: relative;
  float: left;
  width: 240px;
  height: 447px;
  background: #eeeeee; }

.cookie-policy-lightbox-logo {
  display: block;
  width: 107px;
  height: 23px;
  margin: 30px 0 30px 30px !important;
  padding: 0;
  background: url(../../assets/images/logos/asus-logo-dark.svg) 0 0 no-repeat; }

.cookie-policy-lightbox-list {
  position: relative;
  width: 240px; }

.cookie-policy-lightbox-list ul {
  list-style: none;
  padding: 0; }

.cookie-policy-lightbox-list li {
  position: relative;
  padding: 20px 0 20px 30px !important;
  font-size: 15px;
  width: 240px;
  min-height: 50px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #313131; }

.cookie-policy-lightbox-list li.active {
  color: #006ce1;
  background: #ffffff; }

.cookie-policy-lightbox-content {
  position: relative;
  float: left;
  width: calc(100% - 240px);
  height: 447px;
  overflow-y: auto;
  background: #ffffff; }

.cookie-policy-lightbox-section {
  position: relative;
  padding: 30px 40px !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.cookie-policy-lightbox-section.isHidden {
  display: none; }

.cookie-policy-lightbox-active {
  position: relative;
  height: 28px;
  width: 100%;
  display: table;
  margin-bottom: 10px !important;
  font-size: 16px;
  text-align: right;
  font-weight: bold; }

.cookie-policy-lightbox-active .cookie-policy-lightbox-label {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold; }

.cookie-policy-lightbox-active .check_box {
  display: table-cell;
  vertical-align: middle; }

.cookie-policy-lightbox-active .switch-btn {
  position: relative;
  width: 56px;
  height: 28px;
  vertical-align: middle;
  display: table-cell;
  padding-left: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.cookie-policy-lightbox-active .switch-btn .switch-check {
  width: 100%;
  height: 100%;
  background: none; }

.cookie-policy-lightbox-active .switch-btn input {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  opacity: 0;
  z-index: 99;
  margin: 0px; }

.cookie-policy-lightbox-active .switch-btn input [type=checkbox] {
  position: absolute;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  margin: 0px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  cursor: pointer; }

.cookie-policy-lightbox-active .switch-btn .check_box {
  border-radius: 20px;
  background-color: #ddd;
  height: 28px;
  display: block;
  position: relative;
  margin-bottom: 0px; }

.cookie-policy-lightbox-active .switch-btn .check_box .switch-check {
  position: absolute;
  left: -2px;
  right: 0;
  top: 0;
  bottom: 0;
  transition-duration: .2s;
  padding-bottom: 0;
  z-index: 1;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 1px 4px #949494;
  border: 1px solid white;
  top: 1px; }

.cookie-policy-lightbox-active .switch-btn .check_box .switch-check .icon-switch-check {
  display: none;
  margin: 6px !important;
  width: 13px;
  height: 13px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAWCAYAAADafVyIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAaBJREFUeNqslU0oRFEUx998KAsLhQ0bKxt2LBTKxsrHihQboUlRImUx2cxCDWVhISMLSxY2mmRHVtggxcKQWBKhCOPjd+u8Oo15ZsbcW7/OPac753/uuffd8QVWb518RrK79FcsuHYXwwxALOhYHiTvwoTEHfJbTl6CWVChTb/lDcyD27NnGPZbrL4d06NCk5zPtd9S8mLMogrtuL6tHcxCucxfzSFT/bcVAapvwQyqUJjk566Tr0ARLCl/Xw7asSUwDZUyf4d+qv+0JdAEI8qPkPw0ddF/BQphGXziH0M03UIjUA9z0JCDQASqZG5a0kf1SS+BOIzBLkxlsas6GFd+lORHXotNshc1N5VtQZnH+gJYgYD4Z/Ib5y+BVkiomLnXh9CYZn0YqmX+JbfmLZPAiWx7XcUr5HOfUAdZIwL6YdvLdFhuvx+hE0bhQ2IBeQI2pGWmNe7/RyJFLKOArsq05krF2uASalUspM4uJwEzDiRZPOVJcId5Jbezvc9eV/IeOsybLvfcHTcSc/IVMMM8tzPQDBfwAL3wlIvAjwADAKloXaRIOAF5AAAAAElFTkSuQmCC") no-repeat;
  background-size: 100%; }

.cookie-policy-lightbox-active .switch-btn.on .check_box {
  background-color: #00a8ff;
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to left, #33d3fe, #33a8e2);
  /* Standard syntax */ }

.cookie-policy-lightbox-active .switch-btn.on .check_box .switch-check {
  border: 1px solid #00a8ff;
  -webkit-transform: translateX(23px);
          transform: translateX(23px); }

.cookie-policy-lightbox-active .switch-btn.on .check_box .switch-check .icon-switch-check {
  display: block; }

.cookie-policy-lightbox-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000; }

.cookie-policy-lightbox-subtitle {
  font-size: 16px;
  margin-top: 8px !important;
  line-height: 1.38;
  color: #000000; }

.cookie-policy-lightbox-text {
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #000 !important;
  margin-top: 30px !important;
  margin-bottom: 0 !important;
  text-align: left !important; }

.cookie-policy-lightbox-text a {
  color: #0094f2; }

.cookie-policy-lightbox-bottom {
  position: relative;
  clear: both;
  width: 100%;
  height: 102px;
  background: #ffffff;
  padding: 30px 40px !important;
  text-align: right;
  border-top: 1px solid #dcdcdc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.cookie-policy-lightbox-bottom .btn-allow-all,
.cookie-policy-lightbox-bottom .btn-save {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 130px;
  height: 42px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  background: #0094f2;
  color: #ffffff;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
  vertical-align: bottom;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.cookie-policy-lightbox-bottom .btn-save {
  margin-left: 10px !important; }

.cookie-policy-lightbox-bottom .btn-allow-all:hover,
.cookie-policy-lightbox-bottom .btn-save:hover {
  background: #0074d7; }

@media only screen and (max-width: 1366px) {
  #cookie-policy-info .cookie-policy-wrap {
    width: 94%; } }

@media only screen and (max-width: 960px) {
  #cookie-policy-info {
    position: fixed;
    bottom: 0;
    padding: 0; }
  #cookie-policy-info p {
    font-size: 12px;
    line-height: 18px; }
  #cookie-policy-info .cookie-policy-wrap {
    width: calc(100% - 20px);
    margin: 30px auto !important;
    overflow: initial;
    padding: 24px 16px !important; }
  #cookie-policy-info .cookie-text-wrap {
    width: 100%;
    float: none; }
  #cookie-policy-info .cookie-btn-box {
    width: 100%;
    float: none;
    margin: 20px 0 0 !important;
    text-align: center; }
  #cookie-policy-info .btn-ok,
  #cookie-policy-info .btn-setting {
    width: 100%; }
  /*lightbox*/
  .cookie-policy-lightbox-wrapper {
    height: auto;
    width: 100%; }
  .cookie-policy-lightbox-header {
    overflow-y: auto;
    box-sizing: border;
    position: relative;
    padding-bottom: 80px !important;
    height: calc(100vh - 74px);
    -webkit-box-sizing: border; }
  .cookie-policy-lightbox-content {
    overflow: hidden; }
  .cookie-policy-lightbox-menu {
    padding-top: 0.1px;
    float: none;
    width: 100%;
    height: auto; }
  .cookie-policy-lightbox-logo {
    margin: 20px 0 20px 20px !important; }
  .cookie-policy-lightbox-list {
    width: 100%; }
  .cookie-policy-lightbox-list li {
    width: 100%;
    padding: 10px 0 10px 20px !important;
    font-size: 14px;
    border-top: 1px solid #dcdcdc;
    min-height: auto; }
  .cookie-policy-lightbox-list li:last-child {
    border-bottom: 1px solid #dcdcdc; }
  .cookie-policy-lightbox-content {
    float: none;
    width: 100%;
    height: auto; }
  .cookie-policy-lightbox-section {
    padding: 28px 20px !important; }
  .cookie-policy-lightbox-section[data-content='3'] .cookie-policy-lightbox-active {
    margin-bottom: 20px !important; }
  .cookie-policy-lightbox-bottom {
    position: fixed;
    bottom: 0;
    text-align: center;
    padding: 15px 20px !important;
    height: auto; }
  .cookie-policy-lightbox-bottom .btn-allow-all, .cookie-policy-lightbox-bottom .btn-save {
    width: calc(50% - 5px);
    max-width: 155px; }
  #cookie-policy-info .btn-setting {
    margin-bottom: 10px !important; }
  #cookie-policy-info .btn-ok {
    margin-left: 0; } }

.item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.card > a {
  display: block;
  position: relative; }

.card > a > img {
  opacity: 1;
  transition: all 0.5s; }

.card > a:hover > img {
  opacity: 0.7;
  transition: all 0.5s; }

.card {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 60px;
  padding: 0 10px;
  position: relative;
  text-align: center; }
  @media only screen and (min-width: 360px) {
    .card {
      width: 50%; } }
  @media only screen and (min-width: 992px) {
    .card {
      width: 25%;
      margin: auto;
      margin-bottom: 3rem; } }
  .card .card-title {
    height: auto;
    color: #000;
    overflow: hidden;
    font-size: 1.5rem; }
    @media only screen and (min-width: 360px) {
      .card .card-title {
        font-size: 1rem;
        height: 2rem; } }
    @media only screen and (min-width: 480px) {
      .card .card-title {
        font-size: 1.3rem; } }
  .card .card-sub-title {
    height: 1.25rem;
    margin-bottom: 1.5rem;
    overflow: hidden; }
  .card ul.card-wtbs {
    min-height: 3rem;
    display: block;
    padding: 0;
    list-style: none;
    text-align: center; }
    .card ul.card-wtbs li {
      padding: .2rem 0; }
      .card ul.card-wtbs li a {
        color: #76b900; }
        .card ul.card-wtbs li a:hover {
          color: #76b900; }
  .card .discount {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 88px;
    height: 88px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    z-index: 1; }
    @media only screen and (min-width: 360px) {
      .card .discount {
        width: 60px;
        height: 60px; } }
    @media only screen and (min-width: 480px) {
      .card .discount {
        width: 88px;
        height: 88px; } }
  .card span.glyphicon-certificate {
    color: #fe6b00;
    font-size: 5.5rem; }
    @media only screen and (min-width: 360px) {
      .card span.glyphicon-certificate {
        font-size: 4rem; } }
    @media only screen and (min-width: 480px) {
      .card span.glyphicon-certificate {
        font-size: 5.5rem; } }
  .card span.txt-disc {
    position: absolute;
    width: 50%;
    top: 30%;
    left: 0;
    right: 0;
    font-size: 1rem;
    line-height: 1;
    margin: auto; }
    @media only screen and (min-width: 360px) {
      .card span.txt-disc {
        font-size: 0.8rem; } }
    @media only screen and (min-width: 480px) {
      .card span.txt-disc {
        font-size: 1rem; } }
    .card span.txt-disc b {
      display: block;
      font-size: 1.4rem;
      letter-spacing: -0.05rem; }
      @media only screen and (min-width: 360px) {
        .card span.txt-disc b {
          font-size: 1.1rem; } }
      @media only screen and (min-width: 480px) {
        .card span.txt-disc b {
          font-size: 1.4rem; } }
  .card .specs {
    margin: 10px auto;
    min-height: 15rem;
    width: auto; }
    @media only screen and (min-width: 480px) {
      .card .specs {
        min-height: 10rem;
        width: 250px; } }
  .card .specs ul {
    list-style: disc;
    text-align: left;
    padding-left: 15%; }
  .card .specs ul li {
    font-size: .875rem;
    line-height: 1.1rem;
    margin-bottom: 5px;
    word-wrap: break-word; }
  .card i {
    display: block;
    color: #fff;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    font-size: 0.8rem; }
    @media only screen and (min-width: 480px) {
      .card i {
        font-size: 0.875rem; } }

.dropdown {
  position: relative;
  text-align: center;
  margin-top: 15px; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  max-width: 185px;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  z-index: 99;
  bottom: 55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 4px; }
  @media only screen and (max-width: 480px) {
    .dropdown-content {
      max-width: 70%; } }
  .dropdown-content:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff; }
  .dropdown-content:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -11px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #fff; }

.dropdown-content a {
  color: #e82c1e;
  padding: 7px 10px;
  text-decoration: none;
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  border-bottom: 1px solid #eee;
  text-align: left;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .dropdown-content a {
      padding: 5px 10px; } }
  .dropdown-content a:hover {
    background-color: #f8f8f8;
    color: #e82c1e;
    box-shadow: inset 3px 0 0 #e82c1e, inset -3px 0 0 #e82c1e; }
  .dropdown-content a div {
    margin: 0 auto;
    width: auto;
    height: 40px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 120px; }
  .dropdown-content a:first-child:hover {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .dropdown-content a:last-child {
    border-bottom: 0; }
    .dropdown-content a:last-child:hover {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }
  .dropdown-content a .promo {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #fe6b00;
    color: #fff;
    display: inline;
    height: auto;
    padding: 1px 3px;
    font-size: 0.8rem;
    text-transform: uppercase; }

/* WTB Popup */
.wtb-content {
  display: none; }

.wtb-popup-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0a0a0a;
  border: 2px solid #ea4235;
  width: 90%;
  padding: 20px;
  max-width: 1100px;
  margin: 0 auto;
  height: 100%;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }
  @media only screen and (max-width: 480px) {
    .wtb-popup-container {
      -ms-flex-flow: wrap;
          flex-flow: wrap; } }

.wtb-popup-item {
  padding: 20px; }
  .wtb-popup-item .product-title {
    font-size: 1.5rem;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 1rem;
    color: #fff; }

.wtb-popup-item a {
  color: #e82c1e;
  padding: 7px 10px;
  text-decoration: none;
  display: inline-block;
  margin: 0px 5px;
  font-weight: 400;
  font-size: 0.875rem;
  text-align: left;
  position: relative;
  background-color: #fff;
  width: 200px; }
  @media only screen and (max-width: 480px) {
    .wtb-popup-item a {
      margin: 0px; } }
  @media only screen and (min-width: 768px) {
    .wtb-popup-item a {
      padding: 5px 10px; } }
  .wtb-popup-item a:hover {
    background-color: #f8f8f8;
    color: #e82c1e;
    box-shadow: inset 3px 0 0 #e82c1e, inset -3px 0 0 #e82c1e; }
  .wtb-popup-item a div {
    margin: 0 auto;
    width: auto;
    height: 40px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 120px; }
  .wtb-popup-item a .promo {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #fe6b00;
    color: #fff;
    display: inline;
    height: auto;
    padding: 1px 3px;
    font-size: 0.8rem;
    text-transform: uppercase; }

.show {
  display: block; }

.logo_london {
  background: url("../images/logos/logo-london-drugs.png"); }

.logo_memoryEx {
  background: url("../images/logos/logo-MX.png"); }

.logo_canadaCom {
  background: url("../images/logos/logo-canadaCom.png"); }

.logo_tiger {
  background: url("../images/logos/logo_tiger-direct.png"); }

.logo_asus {
  background: url("../images/logos/logo-asus.png"); }

.logo_adorama {
  background: url("../images/logos/logo-adorama.png"); }

.logo_abt {
  background: url("../images/logos/logo-abt.png"); }

.logo_frys {
  background: url("../images/logos/logo-frys.png"); }

.logo_newegg {
  background: url("../images/logos/logo_newegg.png"); }

.logo_amazon {
  background: url("../images/logos/logo-amazon.png"); }

.logo_B_H {
  background: url("../images/logos/logo-B_H.png"); }

.logo_bestbuy {
  background: url("../images/logos/logo-bestbuy.png"); }

.logo_cukusa {
  background: url("../images/logos/logo-cukusa.png"); }

.logo_EXcaliberpc {
  background: url("../images/logos/logo-EXcaliberpc.png"); }

.logo_gentechpc {
  background: url("../images/logos/logo-gentechpc.png"); }

.logo_hid {
  background: url("../images/logos/logo-hid.png"); }

.logo_iBUY {
  background: url("../images/logos/logo-iBUY.png"); }

.logo_microcenter {
  background: url("../images/logos/logo-microcenter.png"); }

.logo_mikes_computer {
  background: url("../images/logos/logo-mikes-computer.png"); }

.logo_MobileAdvance {
  background: url("../images/logos/logo-MobileAdvance.png"); }

.logo_PROSTAR {
  background: url("../images/logos/logo-PROSTAR.png"); }

.logo_XoticPC {
  background: url("../images/logos/logo-XoticPC.png"); }

.logo_costco {
  background: url("../images/logos/logo-Costco.png"); }

.logo_walmart {
  background: url("../images/logos/logo-walmart.png"); }

.logo_officedepot {
  background: url("../images/logos/logo-OfficeDepot.png"); }

.logo_memoryEx {
  background: url("../images/logos/logo-MX.png"); }

.logo_microsoft {
  background: url("../images/logos/logo-ms-store.png"); }

.logo_staples {
  background: url("../images/logos/logo-staples.png"); }

.logo_electronicEx {
  background: url("../images/logos/logo-electronic-express.png"); }

/* JS Tab ROG Elite Rewards Activities */
.nav-rog {
  width: 100%;
  text-align: center; }

.nav-rog li {
  float: none;
  display: inline-block;
  margin: 0 10px; }
  @media only screen and (max-width: 768px) {
    .nav-rog li {
      margin: 0 4px; } }

.nav-rog > li > a {
  text-transform: uppercase;
  border-radius: 20px;
  border: 2px solid #ea4235;
  padding: 7px 10px; }
  @media only screen and (max-width: 768px) {
    .nav-rog > li > a {
      padding: 5px 5px;
      font-size: 11px; } }
  .nav-rog > li > a:hover {
    background-color: #222; }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #ea4235; }

.nav-rog > li > a:focus, .nav-rog > li > a:hover {
  color: #ea4235; }

.tab-content {
  margin-top: 60px; }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 50%;
  margin-left: -50%;
  background-color: #111;
  padding: 10px 0;
  z-index: 99; }
  @media only screen and (max-width: 768px) {
    .fixed {
      top: 0px; } }

.card-button, .card-button-coming {
  position: relative;
  display: block;
  width: 60%;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 1rem;
  border: none;
  border-radius: 0px;
  outline: 0;
  background-color: #ea4235;
  color: #fff;
  transition: background-color 0.25s ease-in-out;
  transition: all 0.5s;
  line-height: 1; }
  @media only screen and (min-width: 480px) {
    .card-button, .card-button-coming {
      width: auto;
      padding: 10px 30px 7px; } }
  .card-button:hover, .card-button-coming:hover {
    color: #fff;
    background-color: #e82c1e; }
  .card-button:focus, .card-button:active, .card-button-coming:focus, .card-button-coming:active {
    color: #fff;
    background-color: #e82c1e;
    outline-color: transparent;
    outline: transparent; }
  .card-button span, .card-button-coming span {
    display: block; }

.cookie-notice {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100%; }

.rog-container-pop-up {
  position: relative;
  padding: 2.2em 2em 2.6em;
  background: #3b3b3b;
  font-family: Tahoma; }
  @media only screen and (max-width: 768px) {
    .rog-container-pop-up {
      padding: 2rem; } }

.rog-inner {
  max-width: 1600px;
  margin: 0 auto; }

.rog-container-pop-up a {
  color: #0074D9; }

.rog-container-pop-up .pop-up-content {
  width: 70%;
  position: relative;
  z-index: 4; }
  @media only screen and (max-width: 768px) {
    .rog-container-pop-up .pop-up-content {
      width: 100%; } }

.rog-container-pop-up p {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  padding: 2px 0;
  margin: 0 0 10px; }
  @media only screen and (max-width: 768px) {
    .rog-container-pop-up p {
      font-size: 13px;
      line-height: 1.2rem; } }

.rog-container-pop-up .btn {
  min-width: 155px;
  margin: 6px 0 2px;
  line-height: 1;
  padding: 10px 18px;
  border: 1px solid #0074D9;
  background: transparent;
  position: relative;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media only screen and (max-width: 768px) {
    .rog-container-pop-up .btn {
      min-width: auto;
      width: 49%; } }

.btn-policy-ok.btn {
  background-color: #0074D9;
  color: #fff; }

.btn-policy-no.btn:hover {
  color: #0074D9; }
