@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900');
@font-face {
  font-family: 'rog';
  font-style: normal;
  font-weight: 400;
  src: local("rog"), url("../fonts/rog/rog.ttf") format("truetype"); }

.b-lazy {
  opacity: 0; }

.b-lazy.b-loaded {
  opacity: 1; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  background-color: #000;
  -webkit-overflow-scrolling: touch; }

@media only screen and (min-width: 992px) {
  .modal-dialog {
    width: 800px; } }

.close {
  color: #fff;
  opacity: .8;
  font-size: 30px;
  font-weight: normal;
  text-shadow: none; }
  .close:hover {
    color: #ff0000;
    opacity: 1; }

.modal-content {
  background-color: #000;
  border-color: #ff0000;
  border-radius: 2px; }

.modal-header {
  padding: 15px 15px 0px 15px;
  border: none; }

.modal-title {
  color: #eee; }

.modal-body {
  color: #eee; }
  @media only screen and (min-width: 992px) {
    .modal-body {
      padding-left: 30px;
      padding-right: 30px; } }
  .modal-body h1, .modal-body h2, .modal-body h3, .modal-body h4, .modal-body h5, .modal-body h6 {
    margin-top: 0;
    text-align: center; }
  .modal-body ol {
    font-size: 0.875rem;
    padding-left: 30px; }
  .modal-body li {
    margin-top: 5px;
    margin-bottom: 10px; }

.modal-footer {
  text-align: center;
  border: none; }

.margin-center {
  margin: 0 auto; }

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }

a {
  color: #ff0000;
  text-decoration: underline;
  transition: color 0.25s ease-in-out; }
  a:hover {
    color: #cc2229; }

.btn-rog {
  color: #fff;
  background-color: #ff0000;
  border-radius: 2px; }
  .btn-rog:hover {
    color: #fff;
    background-color: #FF4136; }

.text-bold {
  font-weight: 700; }

.text-highlight {
  color: #cc2229; }

.img-center {
  margin: auto; }

.border-horizontal-gradient {
  background: #5b5b5b;
  background: linear-gradient(to right, #000 0%, #5b5b5b 50%, #000 100%); }

.divider {
  width: 100%;
  height: .0625rem;
  display: inline-block; }
  .divider.solid {
    background: #5b5b5b; }

header {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0;
  position: fixed;
  z-index: 999; }
  header .navbar-brand {
    padding: 10px 10px; }
    @media only screen and (min-width: 768px) {
      header .navbar-brand {
        padding: 6px 10px; } }
  @media only screen and (max-width: 768px) {
    header .navbar-nav > li > a {
      padding: 20px 0; } }
  header .navbar {
    z-index: 99;
    min-height: 50px; }
    @media only screen and (min-width: 992px) {
      header .navbar {
        min-height: 60px; } }
    header .navbar .navbar-nav {
      margin: 7.5px -10px; }
    header .navbar a {
      text-decoration: none;
      text-transform: uppercase;
      font-size: 0.9rem;
      font-weight: 600;
      text-align: center; }
      @media only screen and (min-width: 992px) {
        header .navbar a {
          text-align: left; } }
    header .navbar .logo-primary {
      margin: 0;
      height: 30px;
      transition: all 0.3s ease-out; }
      @media only screen and (min-width: 768px) {
        header .navbar .logo-primary {
          margin: 7.5px 0 0 0;
          height: 34px; } }
    header .navbar .navbar-toggle {
      border-radius: 0; }

section.winner {
  position: relative; }
  section.winner h2 {
    color: #ff0000;
    font-weight: 700;
    line-height: 1rem; }
    section.winner h2 span {
      color: #fff; }
  section.winner p {
    font-size: 1rem; }
  section.winner .winner-img {
    margin-top: 30px; }
    section.winner .winner-img img {
      border: 1px solid #ff0000; }
  section.winner .img {
    margin: 0 auto; }
  section.winner .module-titles .title {
    margin-top: 20px; }
    @media only screen and (min-width: 992px) {
      section.winner .module-titles .title {
        margin-top: 10px; } }
  section.winner .c-day {
    color: #ff0000;
    line-height: 1rem; }
    section.winner .c-day #expired {
      color: #ff0000;
      font-size: 2.5rem;
      font-family: rog, sans-serif; }
      section.winner .c-day #expired span {
        color: #fff; }
      @media only screen and (min-width: 768px) {
        section.winner .c-day #expired {
          font-size: 3.75rem; } }
  section.winner h2 {
    color: #ff0000;
    letter-spacing: 0.1rem;
    font-size: 5rem;
    line-height: 2.7rem;
    margin-bottom: 2rem;
    margin-top: 0px; }
    section.winner h2 span {
      color: #fff; }
    section.winner h2 sup {
      font-size: 60%;
      top: -.3em; }

section.hero {
  padding: 0;
  position: relative; }
  @media only screen and (min-width: 768px) {
    section.hero {
      padding-top: 0rem; } }
  @media only screen and (min-width: 992px) {
    section.hero {
      padding-top: 0rem;
      padding-bottom: 0;
      background-position: bottom center; } }
  section.hero .container {
    position: relative; }
  section.hero .hero-rog {
    display: none;
    margin: 20px auto;
    text-align: center; }
    @media only screen and (min-width: 480px) {
      section.hero .hero-rog {
        margin: 0;
        position: absolute;
        bottom: 1rem;
        left: 1rem; } }
    @media only screen and (min-width: 768px) {
      section.hero .hero-rog {
        top: 1rem;
        left: 2rem;
        display: block; } }
    @media only screen and (min-width: 992px) {
      section.hero .hero-rog {
        top: 2rem; } }
    section.hero .hero-rog img {
      width: 90px; }
      @media only screen and (min-width: 992px) {
        section.hero .hero-rog img {
          width: 90px; } }
      @media only screen and (min-width: 1200px) {
        section.hero .hero-rog img {
          width: 100px; } }
      @media only screen and (min-width: 1500px) {
        section.hero .hero-rog img {
          width: 100px; } }
  section.hero .intel-logo {
    position: relative;
    text-align: center; }
    @media only screen and (min-width: 480px) {
      section.hero .intel-logo {
        position: absolute;
        bottom: 1rem;
        right: 1rem; } }
    @media only screen and (min-width: 768px) {
      section.hero .intel-logo {
        bottom: 1rem;
        right: 2rem; } }
    @media only screen and (min-width: 992px) {
      section.hero .intel-logo {
        bottom: 2rem; } }
    section.hero .intel-logo img {
      float: none;
      display: inline-block;
      width: 72px; }
      @media only screen and (min-width: 480px) {
        section.hero .intel-logo img {
          float: right;
          width: 85px; } }
      @media only screen and (min-width: 992px) {
        section.hero .intel-logo img {
          width: 85px; } }
      @media only screen and (min-width: 1200px) {
        section.hero .intel-logo img {
          width: 94px; } }
      @media only screen and (min-width: 1500px) {
        section.hero .intel-logo img {
          width: 94px; } }
    section.hero .intel-logo span {
      float: none;
      display: inline-block;
      text-align: left;
      font-size: 0.875rem; }
      @media only screen and (min-width: 480px) {
        section.hero .intel-logo span {
          float: left;
          text-align: right;
          margin-right: 20px;
          margin-top: 51px;
          font-size: 0.785rem; } }
      @media only screen and (min-width: 992px) {
        section.hero .intel-logo span {
          margin-top: 41px;
          font-size: 1rem; } }
      @media only screen and (min-width: 1200px) {
        section.hero .intel-logo span {
          margin-top: 50px; } }
      @media only screen and (min-width: 1500px) {
        section.hero .intel-logo span {
          margin-top: 50px; } }
  section.hero .hero-image {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    transition: all 1s ease-out;
    transition-delay: 0.1s; }
    @media only screen and (min-width: 1200px) {
      section.hero .hero-image {
        bottom: 0rem; } }
  section.hero .hero-legal {
    margin: 20px auto;
    text-align: center; }
    @media only screen and (min-width: 480px) {
      section.hero .hero-legal {
        margin: 0;
        position: absolute;
        bottom: 1rem;
        left: 1rem; } }
    @media only screen and (min-width: 768px) {
      section.hero .hero-legal {
        bottom: 1rem;
        left: 2rem; } }
    @media only screen and (min-width: 992px) {
      section.hero .hero-legal {
        bottom: 2rem;
        left: 2rem; } }
  section.hero .redeem {
    position: absolute;
    bottom: 14rem;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto; }
    @media only screen and (min-width: 480px) {
      section.hero .redeem {
        bottom: 10rem; } }
    @media only screen and (min-width: 768px) {
      section.hero .redeem {
        bottom: 2rem; } }
  section.hero .btn-redeem {
	  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
    margin: 0 auto;
    background-color: #f36c21;
    text-align: center;
    padding: 7px 30px;
    color: #fff;
    font-size: 1.1rem;
    text-decoration: none;

    box-shadow: 0 0 20px #f36c21, inset 0 0 20px #f36c21;
    transition: all 0.5s ease-out; }
    section.hero .btn-redeem:hover {
      background-color: #9d007a;
      box-shadow: 0 0 20px #9d007a, inset 0 0 20px #9d007a; }
    @media only screen and (min-width: 992px) {
      section.hero .btn-redeem {
        font-size: 1.4rem; } }
  section.hero .hero-title {
    position: absolute;
    top: 40px;
    right: 100px;
    font-size: 4rem;
    color: #fff;
    z-index: 88; }
  section.hero .c-day {
    color: #ff0000;
    font-size: 4rem;
    line-height: 1.0rem; }
    section.hero .c-day #expired {
      color: #ff0000;
      font-size: 3rem;
      font-family: rog, sans-serif;
      line-height: 5rem; }
      section.hero .c-day #expired span {
        font-size: 2.5rem; }
  section.hero h2 {
    font-family: ROG, sans-serif;
    color: #ff0000;
    letter-spacing: 0.1rem;
    font-size: 2rem;
    line-height: 2.7rem;
    margin-bottom: 2rem;
    margin-top: 0px;
    text-shadow: 0px 0px 3px #000; }
    @media only screen and (min-width: 768px) {
      section.hero h2 {
        text-shadow: 0px 0px 3px #000;
        line-height: 2rem; } }
    @media only screen and (min-width: 992px) {
      section.hero h2 {
        font-size: 3rem; } }
    @media only screen and (min-width: 1200px) {
      section.hero h2 {
        line-height: 3.7rem; } }
    section.hero h2 span {
      color: #fff; }
    section.hero h2 sup {
      font-size: 60%;
      top: -.3em; }
  section.hero p {
    font-size: 2rem;
    font-weight: 900;
    color: #ff0000;
    line-height: 2rem; }
    section.hero p span {
      color: #fff; }
    section.hero p i {
      font-style: normal;
      font-size: 1rem;
      font-weight: normal;
      color: #000; }
    @media only screen and (min-width: 992px) {
      section.hero p {
        text-shadow: 0px 0px 3px #000;
        font-size: 2.5rem; } }

section.gear {
  background-color: #212121;
  background-image: url("../images/img/kv/bg_blk.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem;
  z-index: -1; }
  @media only screen and (min-width: 768px) {
    section.gear {
      padding: 2rem; } }
  section.gear .g-layout {
    height: 100%;
    border: 1px dashed rgba(255, 255, 255, 0.3); }
    @media only screen and (min-width: 768px) {
      section.gear .g-layout {
        height: auto; } }
    @media only screen and (min-width: 1200px) {
      section.gear .g-layout {
        height: 800px; } }
    section.gear .g-layout .inner {
      height: 100%;
      position: relative; }
    section.gear .g-layout .header {
      position: relative; }
      @media only screen and (min-width: 768px) {
        section.gear .g-layout .header {
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto; } }
      @media only screen and (min-width: 768px) and (max-width: 992px) {
        section.gear .g-layout .header {
          width: 100%; } }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
      section.gear .g-layout .container {
        width: 100%; } }
  section.gear a.btn {
	  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
    background-color: #f36c21;
    border: 1px solid #f36c21;

    color: #fff;
    padding: 10px 50px;
    margin: 10px 0px 30px;
    text-decoration: none;
    
    transition: all 0.5s ease-out; }
    section.gear a.btn:hover {
      box-shadow: 0 0 20px red, inset 0 0 20px #f36c21; }
    @media only screen and (min-width: 992px) {
      section.gear a.btn {
        margin: 30px 0px 30px; } }
  section.gear #owl-gear {
    height: 100%;
    padding-top: 0rem; }
    @media only screen and (min-width: 768px) {
      section.gear #owl-gear {
        padding-top: 8rem;
        padding-bottom: 60px; } }
    @media only screen and (min-width: 992px) {
      section.gear #owl-gear {
        padding-top: 10rem; } }
  section.gear .g-laptop .kv {
    margin: 20px 0px; }
    @media only screen and (min-width: 992px) {
      section.gear .g-laptop .kv {
        margin: 0; } }
    section.gear .g-laptop .kv img {
      height: auto;
      width: 100%;
      margin: 0 auto; }
      @media only screen and (min-width: 768px) {
        section.gear .g-laptop .kv img {
          height: 420px;
          width: auto; } }
      @media only screen and (min-width: 1200px) {
        section.gear .g-laptop .kv img {
          height: 560px;
          width: auto; } }
      @media only screen and (min-width: 1200px) and (max-height: 780px) and (orientation: landscape) {
        section.gear .g-laptop .kv img {
          height: 430px;
          width: auto;
          margin: 0 auto; } }
  section.gear .g-laptop .content {
    padding-top: 0; }
    @media only screen and (min-width: 992px) {
      section.gear .g-laptop .content {
        padding-top: 70px; } }
  section.gear .g-desktop .kv {
    margin: 20px 0px; }
    @media only screen and (min-width: 992px) {
      section.gear .g-desktop .kv {
        margin: 0; } }
    section.gear .g-desktop .kv img {
      height: auto;
      width: 100%;
      margin: 0 auto; }
      @media only screen and (min-width: 768px) {
        section.gear .g-desktop .kv img {
          height: 420px;
          width: auto; } }
      @media only screen and (min-width: 992px) {
        section.gear .g-desktop .kv img {
          height: 460px; } }
      @media only screen and (min-width: 1200px) {
        section.gear .g-desktop .kv img {
          height: 560px; } }
      @media only screen and (min-width: 1200px) and (max-height: 780px) and (orientation: landscape) {
        section.gear .g-desktop .kv img {
          height: 430px; } }
  section.gear .g-desktop .content {
    padding-top: 0; }
    @media only screen and (min-width: 992px) {
      section.gear .g-desktop .content {
        padding-top: 70px; } }
  section.gear .g-display {
    padding-top: 0px; }
    @media only screen and (min-width: 992px) {
      section.gear .g-display {
        padding-top: 50px; } }
    section.gear .g-display .kv {
      margin: 20px 0px; }
      @media only screen and (min-width: 992px) {
        section.gear .g-display .kv {
          margin: 0; } }
      section.gear .g-display .kv img {
        height: auto;
        width: 100%;
        margin: 0 auto; }
        @media only screen and (min-width: 768px) {
          section.gear .g-display .kv img {
            width: auto; } }
        @media only screen and (min-width: 992px) {
          section.gear .g-display .kv img {
            width: auto;
            margin: 30px auto 0; } }
        @media only screen and (min-width: 1200px) {
          section.gear .g-display .kv img {
            height: 300px; } }
        @media only screen and (min-width: 1200px) and (max-height: 780px) and (orientation: landscape) {
          section.gear .g-display .kv img {
            width: auto; } }
  section.gear .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: inherit;
    top: -20px; }
    @media only screen and (min-width: 768px) {
      section.gear .owl-dots {
        bottom: 20px;
        top: inherit; } }
    section.gear .owl-dots .owl-dot:focus {
      outline-color: transparent; }
    section.gear .owl-dots .owl-dot span {
      border-radius: 0;
      width: 50px;
      height: 3px;
      transition: all 0.3s ease-out; }
    section.gear .owl-dots .owl-dot.active:focus {
      outline-color: transparent; }
    section.gear .owl-dots .owl-dot.active span {
      background: #ff0000;
      width: 100px;
      transition: all 0.3s ease-out; }

section.gallery {
  padding: 0;
  position: relative;
  padding: 1rem;
  background: none;
  background-color: #333; }
  @media only screen and (min-width: 768px) {
    section.gallery {
      background-image: url("../images/img/kv/bg_blk3.jpg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 2rem; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    section.gallery .container {
      width: 100%; } }
  @media only screen and (min-width: 1200px) {
    section.gallery .container {
      min-height: calc(90vh - 50px); } }
  section.gallery .inner {
    height: 100%;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    position: relative; }
  section.gallery .card {
    margin-bottom: 40px; }
    section.gallery .card img {
      border: 1px solid #ff0000; }
  section.gallery .download-size a {
    width: 48%;
    font-size: 0.8rem;
    color: #fff;
    display: inline-block;
    text-decoration: none; }
    section.gallery .download-size a:hover {
      color: #ff0000; }
    @media only screen and (min-width: 992px) {
      section.gallery .download-size a {
        width: 25%; } }

section.introduction {
  background-color: #212121;
  background-image: url("../images/img/kv/bg_blk2.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  position: relative;
  padding: 1rem; }
  @media only screen and (min-width: 768px) {
    section.introduction {
      padding: 2rem; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    section.introduction .container {
      width: 100%; } }
  section.introduction .inner {
    height: 100%;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px; }
    section.introduction .inner .row:last-child {
      margin-top: 30px; }
    section.introduction .inner .arua-content {
      float: none; }
      @media only screen and (min-width: 992px) {
        section.introduction .inner .arua-content {
          float: right; } }
    section.introduction .inner h3 {
      color: #f36c21; }
    section.introduction .inner img {
      margin: auto; }
    section.introduction .inner .co4 {
      margin-top: 20px; }
      @media only screen and (min-width: 992px) {
        section.introduction .inner .co4 {
          margin-top: 140px; } }
      @media only screen and (min-width: 1200px) {
        section.introduction .inner .co4 {
          margin-top: 120px; } }
    @media only screen and (min-width: 1200px) {
      section.introduction .inner .arua {
        width: 220px; } }
    section.introduction .inner .border-l, section.introduction .inner .border-r {
      background-image: url("../images/img/MOAR_DOTS.png");
      background-position: top right;
      background-repeat: repeat-y; }
    section.introduction .inner .border-l {
      margin-right: -10px; }
      section.introduction .inner .border-l .content {
        padding: 5px 20px 10px 0px;
        border-right: 2px solid #666; }
    section.introduction .inner .border-r {
      margin-left: -10px;
      -webkit-transform: scaleX(-1);
              transform: scaleX(-1); }
      section.introduction .inner .border-r .content {
        padding: 5px 0px 10px 20px;
        border-left: 2px solid #666;
        -webkit-transform: scaleX(-1);
                transform: scaleX(-1); }

.site-title .title {
  font-size: 2rem;
  font-weight: 200; }
  @media only screen and (min-width: 768px) {
    .site-title .title {
      font-size: 3rem; } }

.site-title .sub-title {
  font-weight: 300; }

.site-title h1 {
  color: #ff0000;
  font-weight: 700;
  font-size: 2rem; }
  @media only screen and (min-width: 992px) {
    .site-title h1 {
      font-size: 2rem; } }
  .site-title h1 span {
    color: #fff;
    font-size: 1.5rem;
    font-weight: normal; }

.site-title p {
  font-size: 1.5rem; }

.module {
  width: 100%;
  height: auto;
  padding: 2rem 1rem 1rem;
  display: block; }
  @media only screen and (min-width: 768px) {
    .module {
      padding: 2rem 2rem 2rem; } }
  @media only screen and (min-width: 992px) {
    .module {
      padding: 3rem 0 3rem; } }
  .module .title {
    font-size: 1.8rem;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      .module .title {
        font-size: 3rem; } }
  .module .sub-title {
    font-size: 1.5rem;
    color: #ff0000;
    line-height: 1.5rem; }
    @media only screen and (min-width: 768px) {
      .module .sub-title {
        font-size: 1.875rem;
        line-height: 2rem; } }
  .module p {
    font-size: 0.875rem; }
    @media only screen and (min-width: 768px) {
      .module p {
        font-size: 1rem; } }
  .module .module-titles {
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .module .module-titles .title, .module .module-titles .sub-title {
        margin: 1rem 0; } }
    .module .module-titles .title {
      display: inline-block;
      padding-bottom: 0;
      letter-spacing: 0.01rem;
      font-size: 2rem;
      color: #ff0000;
      line-height: 1.5rem;
      font-weight: 400;
      text-transform: uppercase;
      font-family: "rog"; }
      .module .module-titles .title span {
        color: #fff; }
      @media only screen and (min-width: 768px) {
        .module .module-titles .title {
          font-size: 3rem;
          padding-bottom: .25rem;
          line-height: 2.5rem; } }
    .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: 1.5rem; } }
    .module .module-titles .sub-title {
      font-size: 1rem;
      margin: 0 0 1rem;
      color: #fff; }
      @media only screen and (min-width: 992px) {
        .module .module-titles .sub-title {
          font-size: 1.5rem;
          margin: 0 0 3rem; } }
      .module .module-titles .sub-title span {
        background-color: #ff0000;
        padding: 0 5px; }

.card {
  height: auto;
  display: block;
  padding: 0px 10px 10px 10px; }
  @media only screen and (min-width: 768px) {
    .card {
      padding: 30px 10px 10px 10px; } }
  @media only screen and (min-width: 992px) {
    .card {
      min-height: 17rem; } }
  .card h2, .card .tagline {
    text-align: center; }
  .card h2 {
    font-size: 1rem; }
  .card .tagline {
    margin-bottom: 20px;
    color: #cc2229;
    font-size: 1.2rem;
    font-weight: 700; }
  .card .specs {
    padding: 0 20px; }
  .card .card-title {
    margin-bottom: 2rem;
    color: #fff;
    overflow: hidden;
    font-size: 28px;
    font-weight: 400; }
    @media only screen and (min-width: 1200px) {
      .card .card-title {
        position: absolute;
        top: -46px;
        left: 0;
        right: 0; } }
  .card .card-sub-title {
    height: 1.25rem;
    margin-bottom: 1.5rem;
    overflow: hidden; }
  .card ul.card-wtbs {
    min-height: 7rem;
    display: block;
    padding: 0;
    list-style: none;
    text-align: center; }
    .card ul.card-wtbs li {
      padding: .5rem 0; }
      .card ul.card-wtbs li a {
        color: #fff; }
        .card ul.card-wtbs li a:hover {
          color: #cc2229; }
  .card .card-button {
    position: relative;
    margin: auto;
    margin-top: 10px;
    padding: 7px 13px;
    font-size: 0.8rem;
    border: none;
    border-radius: 2px;
    outline: 0;
    color: #fff;
    background-color: #ff0000;
    transition: all 0.5s ease-out; }
    .card .card-button:hover {
      background-color: #ff0000;
      box-shadow: 0 0 20px red, inset 0 0 20px red;
      color: #fff; }
    .card .card-button:focus {
      color: #fff;
      outline-color: #dc2c33; }
    .card .card-button.inline-icon i {
      top: .125rem;
      left: 1rem; }
    .card .card-button.fixed-icon i {
      font-size: .6rem; }
  .card .price {
    font-size: 1.8rem;
    margin: 1rem;
    font-weight: 300; }
    .card .price span {
      font-size: 1.5rem; }
  .card ul {
    padding: 0px;
    font-size: 0.875rem;
    font-weight: 300; }
    .card ul li {
      list-style: none;
      padding: 3px 3px 3px 10px; }
      .card ul li:nth-child(odd) {
        background-color: #111; }
      .card ul li span {
        font-weight: 600;
        padding-right: 5px; }
  .card .dropdown {
    position: relative; }
  .card .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    max-width: 240px;
    width: 100%;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
    bottom: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 4px;
    z-index: -1;
    transition: all 0.3s ease-out; }
    .card .dropdown-content:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      bottom: -9px;
      left: 0;
      right: 0;
      margin: 0 auto;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #fff; }
    .card .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 #ddd; }
  .card .dropdown-content a {
    color: #cc2229;
    padding: 10px 5px;
    text-decoration: none;
    display: block;
    font-weight: 400;
    font-size: 0.875rem;
    border-bottom: 1px solid #f2f2f2; }
    @media only screen and (min-width: 768px) {
      .card .dropdown-content a {
        padding: 10px; } }
    .card .dropdown-content a:hover {
      background-color: #fff;
      color: #cc2229;
      box-shadow: inset 3px 0 0 #cc2229, inset -3px 0 0 #cc2229; }
    .card .dropdown-content a div {
      margin: 0 auto;
      width: auto;
      height: 30px;
      background-repeat: no-repeat;
      background-position: top center;
      background-size: 90px; }
      @media only screen and (min-width: 992px) {
        .card .dropdown-content a div {
          height: 40px;
          background-size: 120px; } }
    .card .dropdown-content a:first-child:hover {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    .card .dropdown-content a:last-child {
      border-bottom: 0; }
      .card .dropdown-content a:last-child:hover {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px; }
  .card .show {
    display: block;
    z-index: 9999;
    transition: all 0.1s ease-out; }

.logo_asus {
  background: url("../images/logos/logo-asus.png"); }

.logo_abt {
  background: url("../images/logos/logo-abt.png"); }

.logo_ant {
  background: url("../images/logos/logo-antonline.png"); }

.logo_adorama {
  background: url("../images/logos/logo-adorama.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_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"); }

section.wtb {
  background-color: #000;
  background-image: url("../images/img/graphy_blk.png");
  background-position: top center;
  background-repeat: repeat;
  padding: 0;
  position: relative;
  padding: 1rem;
  z-index: 1; }
  @media only screen and (min-width: 768px) {
    section.wtb {
      padding: 2rem; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    section.wtb .container {
      width: 100%; } }
  @media only screen and (min-width: 1200px) {
    section.wtb .container {
      min-height: calc(90vh - 50px); } }
  section.wtb .inner {
    height: 100%;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    position: relative;
    padding-bottom: 30px; }
  section.wtb a {
    display: block;
    text-align: center;
    text-decoration: none; }
  section.wtb .card {
    min-height: 18rem; }
    @media only screen and (min-width: 768px) {
      section.wtb .card {
        margin: 0;
        min-height: 23rem; } }
    @media only screen and (min-width: 992px) {
      section.wtb .card {
        min-height: 21rem; } }
    @media only screen and (min-width: 1200px) {
      section.wtb .card {
        min-height: 23rem; } }
  section.wtb .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: calc(50% - 43px);
    color: #ff0000;
    font-size: 3rem;
    background: none; }
    section.wtb .owl-theme .owl-nav [class*=owl-]:focus {
      outline-color: transparent; }
    @media only screen and (min-width: 768px) {
      section.wtb .owl-theme .owl-nav [class*=owl-] {
        top: calc(50% - 64px);
        font-size: 5rem; } }
  section.wtb .owl-carousel {
    z-index: auto; }
  section.wtb .owl-carousel .owl-next {
    right: -6%; }
    @media only screen and (min-width: 480px) {
      section.wtb .owl-carousel .owl-next {
        right: -3%; } }
  section.wtb .owl-carousel .owl-prev {
    left: -6%; }
    @media only screen and (min-width: 480px) {
      section.wtb .owl-carousel .owl-prev {
        left: -3%; } }
  section.wtb ul {
    padding: 0; }
  section.wtb ul, section.wtb li {
    margin: 0; }
  section.wtb .product_type {
    width: 100%;
    display: inline-block;
    padding: 6px;
    cursor: pointer;
    margin: 0 .5%;
    vertical-align: top;
    word-break: normal;
    font-size: 0.8rem;
    text-transform: uppercase; }
    section.wtb .product_type a {
      width: 100%;
      text-align: center;
      display: inline-block;
      padding: 0px;
      cursor: pointer;
      margin: 5px 0px;
      vertical-align: top;
      word-break: normal;
      border: 1px solid rgba(136, 136, 136, 0.8);
      border-radius: 4px;
      vertical-align: middle;
      box-shadow: 0 0 10px #adadad inset 0 0 10px #383838 0 2px 0 #000;
      line-height: 45px;
      transition: all .3s; }
      section.wtb .product_type a:hover {
        color: #ff0000;
        border: 1px solid #ff0000;
        box-shadow: 0 0 10px #ff0000, inset 0 0 10px #ff0000, 0 2px 0 #000; }
  section.wtb .product_type.active a {
    border: 1px solid #ff0000;
    box-shadow: 0 0 10px #ff0000, inset 0 0 10px #ff0000, 0 2px 0 #000;
    transition: all .5s ease 0; }
    section.wtb .product_type.active a:focus {
      color: #ff0000;
      transition: all .3s; }

section.legal p {
  color: gray;
  font-size: .75rem;
  margin-bottom: 20px; }
  @media only screen and (min-width: 992px) {
    section.legal p {
      text-align: center; } }
