@import url("https://fonts.googleapis.com/css?family=Oswald");

@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,400,300,700");

@import url(https://fonts.googleapis.com/css?family=Titillium+Web);

@import url(https://fonts.googleapis.com/css?family=Aldrich);

body {
  background: #000;
}

@font-face {
  font-family: "myfont";
  src: url("../innergigabyteimages/AORUS.woff") format("woff");
  font-weight: bold;
}

.InnerGIGABYTEContent {
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  font-family: 'Oswald', !important;
  /* font-family: 'myfont','Arial', 'cwTeXHei', 'Microsoft JhengHei'; */
  /*Firefox hack*/
  font-size: 30px;
  padding: 0;
  margin: 0;
  color: #fff;
  /*features start*/
}

.InnerGIGABYTEContent img {
  width: 100%;
  outline: none;
  border: 0;
}

.InnerGIGABYTEContent .frame {
  margin: 0 auto;
  padding: 1em 0;
  overflow: hidden;
  width: 1366px;
}

.InnerGIGABYTEContent #playBtn {
  cursor: pointer;
}

.InnerGIGABYTEContent .frame.full {
  width: 100%;
}

.InnerGIGABYTEContent .title {
  font-size: 1.8em;
  line-height: 1.0em;
  color: #fff;
}

.InnerGIGABYTEContent .suborangetitle {
  color: #FF7200;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 1%;
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  font-family: 'Oswald', !important;
}

.InnerGIGABYTEContent .text {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #a7a7a7;
  font-family: 'Roboto Condensed', sans-serif, Microsoft JhengHei;
  font-family: 'Roboto Condensed', !important;
}

.InnerGIGABYTEContent .note {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.25em;
  margin-left: 0.4em;
  text-indent: -0.4em;
  color: #bbb;
}

.InnerGIGABYTEContent .video {
  height: 0;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-bottom: 56.25%;
  /* 16:9 */
}

.InnerGIGABYTEContent .video video,
.InnerGIGABYTEContent .video iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.InnerGIGABYTEContent p {
  margin: 0.5em 0;
}

.InnerGIGABYTEContent .mainbar {
  width: 100%;
  background: #111;
  overflow: auto;
  height: 140px;
  font-size: 15px;
  line-height: 22px;
  color: #666;
  border-bottom: #111 solid 1px;
  text-align: center;
  transition: all 300ms ease-in-out;
}

.InnerGIGABYTEContent .mainbar:hover {
  height: 150px;
  background: #000;
  color: #CCC;
  border-bottom: #ec6c00 solid 1px;
}

.InnerGIGABYTEContent .mainbar p {
  padding: 20px 0 0 0;
  font-size: 36px;
  line-height: 40px;
}

.InnerGIGABYTEContent .mainbar .btn a {
  color: #666;
  margin-left: 1em;
  margin-right: 1em;
}

.InnerGIGABYTEContent .mainbar .btn a:hover {
  color: #ec6c00;
}

.InnerGIGABYTEContent .table {
  /*display: table;*/
  /*min-height:500px;*/
  overflow: visible;
}

.InnerGIGABYTEContent .table .cell {
  display: table-cell;
  vertical-align: middle;
}

.InnerGIGABYTEContent .table .cell_HIDE {
  display: none;
  vertical-align: middle;
}

.InnerGIGABYTEContent .table .cell_SHOW {
  display: table-cell;
  vertical-align: middle;
}

.InnerGIGABYTEContent .table .cell .left {
  float: left;
  margin-left: 5%;
  /*margin-right:4%;*/
  text-align: left;
}

.InnerGIGABYTEContent .table .cell .right {
  float: right;
  margin-right: 5%;
  /*margin-left:4%;*/
  text-align: left;
}

.InnerGIGABYTEContent .table .cell .center {
  /*padding:1em 10% 0;*/
  padding: 0em 30px 0;
  /*min-height:400px;*/
  overflow: visible;
}

.InnerGIGABYTEContent .table .cell .offsetRight {
  margin-right: -25%;
}

.InnerGIGABYTEContent .table .cell .offsetLeft {
  margin-left: -25%;
}

.InnerGIGABYTEContent .table .cell .btn a {
  color: #fff;
  background-color: #036;
  border-radius: 5px;
  box-shadow: 0px 0px 16px #046fcc inset;
  padding: 8px 16px;
  text-decoration: none;
  -o-transition: background .10s linear;
  -webkit-transition: background .10s linear;
  -moz-transition: background .10s linear;
  transition: background .10s linear;
}

.InnerGIGABYTEContent .table .cell .btn a:hover {
  background-color: #03C;
}

.InnerGIGABYTEContent .table .img {
  margin-top: 30px;
}

.InnerGIGABYTEContent .table .side {
  width: 10%;
  display: block;
}

.InnerGIGABYTEContent .table .margin0auto {
  margin-left: auto;
  margin-right: auto;
}

.InnerGIGABYTEContent .table .break {
  clear: both;
}

.InnerGIGABYTEContent .table .col1,
.InnerGIGABYTEContent .table .col1s,
.InnerGIGABYTEContent .table .col1l {
  width: 9.5%;
}

.InnerGIGABYTEContent .table .col2,
.InnerGIGABYTEContent .table .col2s,
.InnerGIGABYTEContent .table .col2l {
  width: 19%;
}

.InnerGIGABYTEContent .table .col3,
.InnerGIGABYTEContent .table .col3s,
.InnerGIGABYTEContent .table .col3l {
  width: 28.5%;
}

.InnerGIGABYTEContent .table .col4,
.InnerGIGABYTEContent .table .col4s,
.InnerGIGABYTEContent .table .col4l {
  width: 38%;
}

.InnerGIGABYTEContent .table .col5,
.InnerGIGABYTEContent .table .col5s,
.InnerGIGABYTEContent .table .col5l {
  width: 47.5%;
}

.InnerGIGABYTEContent .table .col52,
.InnerGIGABYTEContent .table .col52s {
  width: auto;
}

.InnerGIGABYTEContent .table .col6,
.InnerGIGABYTEContent .table .col6s,
.InnerGIGABYTEContent .table .col6l {
  width: 40%;
}

.InnerGIGABYTEContent .table .col7,
.InnerGIGABYTEContent .table .col7s,
.InnerGIGABYTEContent .table .col7l {
  width: 66.5%;
}

.InnerGIGABYTEContent .table .col8,
.InnerGIGABYTEContent .table .col8s,
.InnerGIGABYTEContent .table .col8l {
  width: 76%;
}

.InnerGIGABYTEContent .table .col9,
.InnerGIGABYTEContent .table .col9s,
.InnerGIGABYTEContent .table .col9l {
  width: 85.5%;
}

.InnerGIGABYTEContent .table .col10,
.InnerGIGABYTEContent .table .col10s,
.InnerGIGABYTEContent .table .col10l {
  width: 95%;
}

.InnerGIGABYTEContent .fade {
  position: relative;
  overflow: auto;
  display: block;
}

.InnerGIGABYTEContent .fade .pic2 {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 3;
}

.InnerGIGABYTEContent .img-large {
  display: block;
}

.InnerGIGABYTEContent .img-small {
  display: none;
}

.InnerGIGABYTEContent #header {
  position: relative;
  /*height: 504px;*/
  background-repeat: no-repeat;
  /*min-height: 500px;
*/
}

.InnerGIGABYTEContent #header .title {
  margin: 0 auto;
  width: auto;
  z-index: 11;
  left: 50%;
  top: 50%;
  position: absolute;
  color: #fff;
  margin: -67px 0 0 13px;
  /*border-radius: 5px;
*/
}

.InnerGIGABYTEContent #header .frame {
  padding-top: 0;
}

.InnerGIGABYTEContent .imgscale {
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.InnerGIGABYTEContent .imgscale:hover {
  transform: scale(1.4, 1.4);
  -webkit-transform: scale(1.4, 1.4);
}

.InnerGIGABYTEContent .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: 'AORUS';
  src: url("../innergigabyteimages/AORUS.woff") format("woff");
}

.InnerGIGABYTEContent {
  /* font */
}

.InnerGIGABYTEContent a {
  text-decoration: none;
  color: #0CF;
}

.InnerGIGABYTEContent h2 {
  font-family: "Aldrich", Microsoft JhengHei, Microsoft YaHei, SimHei, Arial, Verdana, Helvetica, sans-serif;
  color: #ff6400;
  font-size: 48px;
  letter-spacing: 2px;
  font-weight: bold;
}

.InnerGIGABYTEContent p {
  color: #ddd;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
}

.InnerGIGABYTEContent .aorus_font_title {
  font-family: "AORUS", Microsoft JhengHei, Microsoft YaHei, SimHei, Arial, Verdana, Helvetica, sans-serif;
}

.InnerGIGABYTEContent .aorus_font {
  font-family: "Aldrich", Microsoft JhengHei, Microsoft YaHei, SimHei, Arial, Verdana, Helvetica, sans-serif;
}

.InnerGIGABYTEContent .aorus_font_01 {
  font-family: 'Titillium Web', sans-serif, Microsoft JhengHei;
}

.InnerGIGABYTEContent .aorus_font_title_h1 {
  /* text-shadow: 0px 0px 10px #ff6400, 0px 0px 10px #ff6400, 0px 0px 10px #ff6400; */
  letter-spacing: 5px;
}

/* text */

@font-face {
  font-family: 'AORUS';
  src: url("../innergigabyteimages/AORUS.woff") format("woff");
}

.InnerGIGABYTEContent {
  /* grab */
  /* wing */
  /* back */
}

.InnerGIGABYTEContent #designconcept {
  overflow: hidden;
  display: relative;
  margin-bottom: 6%;
}

.InnerGIGABYTEContent #designconcept .t1 {
  font-family: 'Titillium Web', sans-serif, Microsoft JhengHei;
  margin-top: -10%;
  z-index: 155;
  position: absolute;
  width: 70%;
  max-width: 1366px;
  left: 16%;
  overflow: hidden;
  text-align: center;
}

.InnerGIGABYTEContent .aorus_grab_move img {
  position: relative;
  opacity: 0;
  transition: 1s;
}

@keyframes aorus_grab {
  0% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(0.9, 0.9) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }

  20% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(0.9, 0.9) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }

  60% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(0.94, 0.94) translate(0, 0);
    -webkit-filter: blur(0px) brightness(0.4);
  }

  100% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(0px) brightness(1);
  }
}

@keyframes aorus_grab_move {
  0% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(0.98, 0.98) translate(0, 0);
    -webkit-filter: contrast(1.15) brightness(0.8);
  }

  40% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(1.01, 1.01) translate(0, 0);
    -webkit-filter: contrast(1) brightness(1.2);
  }

  100% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(0.98, 0.98) translate(0, 0);
    -webkit-filter: contrast(1.15) brightness(0.8);
  }
}

.InnerGIGABYTEContent .aorus_wing_black img {
  opacity: 0;
  transition: 1s;
  position: relative;
  z-index: 151;
}

.InnerGIGABYTEContent .aorus_wing_move img {
  position: relative;
  opacity: 1;
  transition: 1s;
}

.InnerGIGABYTEContent .aorus_wing_left img {
  opacity: 0;
  transition: 1s;
  position: relative;
  z-index: 151;
}

.InnerGIGABYTEContent .aorus_wing_left1 img {
  opacity: 0;
  transition: 1s;
  position: relative;
  z-index: 151;
}

.InnerGIGABYTEContent .aorus_wing_light img {
  animation-delay: 3s;
  opacity: 0;
  transition: 1s;
  position: relative;
  z-index: 151;
}

@keyframes aorus_wing_left {
  0% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }

  40% {
    top: 0px;
    left: 0;
    opacity: 0.5;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(3px) brightness(1.3);
  }

  70% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(2.2, 1.2) translate(0, 0);
    -webkit-filter: blur(0px) brightness(1);
  }

  100% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }
}

@keyframes aorus_wing_left1 {
  0% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }

  40% {
    top: 0px;
    left: 0;
    opacity: 0.5;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(3px) brightness(1.3);
  }

  70% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1.4, 1) translate(0, 0);
    -webkit-filter: blur(0px) brightness(1);
  }

  100% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }
}

@keyframes aorus_wing_light {
  0% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }

  30% {
    top: 0px;
    left: 0;
    opacity: 0.1;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(1);
  }

  40% {
    top: 0px;
    left: 0;
    opacity: 0.7;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(2px) brightness(1.6);
  }

  75% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1.2, 1) translate(0, 0);
    -webkit-filter: blur(0px) brightness(1);
  }

  100% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }
}

@keyframes aorus_wing {
  0% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(0.9, 0.9) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }

  20% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(0.9, 0.9) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }

  60% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(0.94, 0.94) translate(0, 0);
    -webkit-filter: blur(0px) brightness(0.4);
  }

  100% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(0px) brightness(1);
  }
}

@keyframes aorus_wing_black {
  0% {
    top: 0px;
    left: 0;
    opacity: 0.7;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(0px) brightness(1);
  }

  40% {
    top: 0px;
    left: 0;
    opacity: 0.6;
    transform: scale(0.94, 0.94) translate(0, 0);
    -webkit-filter: blur(0px) brightness(0.8);
  }

  80% {
    top: 0px;
    left: 0;
    opacity: 0.2;
    transform: scale(0.9, 0.9) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0.4);
  }

  100% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(0.9, 0.9) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }
}

@keyframes aorus_wing_move {
  0% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(0.98, 0.98) translate(0, 0);
    -webkit-filter: contrast(1.2) brightness(0.8);
  }

  40% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(1.01, 1.01) translate(0, 0);
    -webkit-filter: contrast(1) brightness(1.2);
  }

  100% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(0.98, 0.98) translate(0, 0);
    -webkit-filter: contrast(1.2) brightness(0.8);
  }
}

.InnerGIGABYTEContent .aorus_back_left {
  transition: 3s;
  position: relative;
  z-index: 151;
}

.InnerGIGABYTEContent .aorus_back_light {
  transition: 3s;
  position: relative;
  z-index: 151;
}

.InnerGIGABYTEContent .aorus_back_light img {
  opacity: 0;
}

@keyframes aorus_back_left {
  0% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(0px) brightness(0);
  }

  45% {
    top: 0px;
    left: 0;
    opacity: 0.4;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(10px) brightness(7);
  }

  85% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(3, 1.8) translate(0, 0);
    -webkit-filter: blur(20px) brightness(12);
  }

  100% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(2.5, 1.4) translate(0, 0);
    -webkit-filter: blur(15px) brightness(15);
  }
}

@keyframes aorus_back_light {
  0% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }

  18% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0.6);
  }

  40% {
    top: 0px;
    left: 0;
    opacity: 0.6;
    transform: scale(1.01, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(1.9);
  }

  85% {
    top: 0px;
    left: 0;
    opacity: 0.3;
    transform: scale(1, 1.02) translate(0, 0);
    -webkit-filter: blur(5px) brightness(1);
  }

  100% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0.4);
  }
}

.InnerGIGABYTEContent {
  /*titlebar*/
  /*SDK*/
  /*tabs*/
}

.InnerGIGABYTEContent #rgbsoftware .conbox1 {
  position: relative;
  display: inline-block;
  width: 15%;
  vertical-align: top;
  padding-top: 0px;
}

.InnerGIGABYTEContent #rgbsoftware .conbox2 {
  display: inline-block;
  position: relative;
  width: 82%;
  padding-top: 10px;
}

.InnerGIGABYTEContent #rgbsoftware .conbox3 {
  position: relative;
  display: inline-block;
  width: 46%;
  vertical-align: top;
  text-align: center;
}

.InnerGIGABYTEContent #rgbsoftware .conbox4 {
  display: inline-block;
  position: relative;
  width: 46%;
  margin-left: 4%;
  vertical-align: top;
  text-align: center;
}

.InnerGIGABYTEContent #rgbutility .conbox1 {
  position: relative;
  display: inline-block;
  width: 48%;
}

.InnerGIGABYTEContent #rgbutility .conbox2 {
  display: inline-block;
  position: relative;
  width: 48%;
}

.InnerGIGABYTEContent .title2 {
  font-size: 1.3em;
  line-height: 1.3em;
  color: #fff;
  padding-top: 40px;
}

.InnerGIGABYTEContent .titlesection {
  overflow: hidden;
}

.InnerGIGABYTEContent .bghover {
  position: relative;
}

.InnerGIGABYTEContent .titlebar {
  font-size: 1.6em;
  line-height: 1.3em;
  font-family: 'myfont', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
  color: #fff;
  text-align: center;
  margin-top: 4%;
}

.InnerGIGABYTEContent .linebg {
  font-size: 1.6em;
  line-height: 1.3em;
  font-family: 'myfont', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
  color: #fff;
  text-align: center;
  margin-top: -20px;
  padding: 0px 0px 50px 0px;
  background-image: url("../innergigabyteimages/line.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.InnerGIGABYTEContent .titlebottombg {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 41%, rgba(255, 255, 255, 0.59) 49%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 99%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 41%, rgba(255, 255, 255, 0.59) 49%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 99%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 41%, rgba(255, 255, 255, 0.59) 49%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
  height: 4px;
  width: 100%;
  bottom: 21px;
  position: absolute;
  animation: led-style3 2s linear infinite;
  -webkit-animation: led-style3 2s linear infinite;
}

.InnerGIGABYTEContent .titlebarDimension {
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  font-size: 1.8em;
  line-height: 1.0em;
  margin-bottom: 10px;
}

@keyframes led-style3 {
  0% {
    left: -80%;
  }

  30% {
    left: 30%;
  }

  31% {
    left: 50%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

@-webkit-keyframes led-style3 {
  0% {
    left: -60%;
  }

  25% {
    left: 30%;
  }

  25.1% {
    left: 50%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

.InnerGIGABYTEContent #main {
  margin-top: -16%;
}

.InnerGIGABYTEContent #main .text {
  padding-top: 6%;
  font-size: 19px;
  line-height: 30px;
}

.InnerGIGABYTEContent #main .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 18%;
}

.InnerGIGABYTEContent #main .conbox2 {
  display: inline-block;
  position: relative;
  width: 81%;
}

.InnerGIGABYTEContent #memoryrgb {
  min-height: 1000px;
  position: relative;
  z-index: 15;
  margin-bottom: 10%;
}

.InnerGIGABYTEContent .sdkbox {
  width: 60%;
  background: #fff;
  display: block;
}

.InnerGIGABYTEContent .gicon {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff0000+0,ff8c28+15,fff728+31,48f226+47,2869ff+66,ff28b7+85,b600ff+100 */
  background: red;
  /* Old browsers */
  background: -moz-linear-gradient(left, red 0%, #ff8c28 15%, #fff728 31%, #48f226 47%, #2869ff 66%, #ff28b7 85%, #b600ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, red 0%, #ff8c28 15%, #fff728 31%, #48f226 47%, #2869ff 66%, #ff28b7 85%, #b600ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, red 0%, #ff8c28 15%, #fff728 31%, #48f226 47%, #2869ff 66%, #ff28b7 85%, #b600ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#b600ff', GradientType=1);
  /* IE6-9 */
  padding: 6px;
  border-radius: 4px;
  box-shadow: 0px 0px 30px #ff7200;
  float: left;
  width: 60%;
}

.InnerGIGABYTEContent .gicon > div {
  background: #000;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  font-size: 30px;
  line-height: 60px;
}

.InnerGIGABYTEContent .gicon > div a {
  text-decoration: none;
  color: #fff;
}

.InnerGIGABYTEContent .gicon > div:hover {
  background: #333;
}

.InnerGIGABYTEContent #functiontabs {
  position: relative;
}

.InnerGIGABYTEContent #functiontabs .tabtitle {
  padding: 2% 6% 2% 6%;
  cursor: pointer;
  background-color: #262626;
  border: 1px solid #ff7401;
  color: #ff7800;
  margin-right: 1%;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
  display: inline-block;
}

.InnerGIGABYTEContent #functiontabs .tabskew {
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg);
}

.InnerGIGABYTEContent #functiontabs .tabtitle:hover {
  color: #fff;
}

.InnerGIGABYTEContent #functiontabs .funtabs {
  background-size: cover;
  padding-top: 4%;
  padding-bottom: 6%;
}

.InnerGIGABYTEContent #functiontabs .title {
  color: #fff;
  font-size: 1.6em;
}

.InnerGIGABYTEContent #functiontabs .conbox1 {
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: 26%;
  font-size: 30px;
  padding-left: 2%;
}

.InnerGIGABYTEContent #functiontabs .conbox2 {
  display: inline-block;
  position: relative;
  width: 60%;
}

.InnerGIGABYTEContent #funtabs2,
.InnerGIGABYTEContent #funtabs3,
.InnerGIGABYTEContent #funtabs4 {
  display: none;
}

.InnerGIGABYTEContent #XMP20 .conbox1,
.InnerGIGABYTEContent #warranty .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 10%;
}

.InnerGIGABYTEContent #XMP20 .conbox2,
.InnerGIGABYTEContent #warranty .conbox2 {
  display: inline-block;
  position: relative;
  width: 85%;
}

/*learn more*/

.InnerGIGABYTEContent .moreicon {
  margin-top: 2%;
  text-align: center;
  cursor: pointer;
  font-size: 1.0em;
  line-height: 1.6em;
  color: #ff7200;
  margin-bottom: 0px;
}

.InnerGIGABYTEContent .morecon {
  display: none;
}

.InnerGIGABYTEContent .btnstyle {
  transition: all .2s;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-image: url("../innergigabyteimages/morelogo.png");
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: -10px;
  z-index: 99;
  position: relative;
}

.InnerGIGABYTEContent .btnstyle span {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 5px;
  margin: 0 auto;
  background-color: #000;
  transform: translateY(12px) rotate(90deg);
  -webkit-transform: translateY(12px) rotate(90deg);
  -ms-transform: translateY(12px) rotate(90deg);
}

.InnerGIGABYTEContent .btnstyle:before {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 6px;
  margin: 0 auto;
  background-color: #000;
  transform: translateY(18px) rotate(0deg);
  -webkit-transform: translateY(18px) rotate(0deg);
  -ms-transform: translateY(18px) rotate(0deg);
}

.InnerGIGABYTEContent .menuOpen span {
  transform: translateY(12px) rotate(-50deg);
  -webkit-transform: translateY(12px) rotate(-50deg);
  -ms-transform: translateY(12px) rotate(-50deg);
}

.InnerGIGABYTEContent .menuOpen:before {
  transform: translateY(17px) rotate(-130deg);
  -webkit-transform: translateY(17px) rotate(-130deg);
  -ms-transform: translateY(17px) rotate(-130deg);
}

.InnerGIGABYTEContent .menuOpen {
  background-image: url("../innergigabyteimages/morelogo.png");
  background-repeat: no-repeat;
}

.InnerGIGABYTEContent #PCIe4SSD {
  margin-bottom: 4%;
}

.InnerGIGABYTEContent .tableall .title {
  font-size: 40px;
  text-align: center;
}

.InnerGIGABYTEContent .stable01 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.InnerGIGABYTEContent .tableall .s1 {
  font-size: 30px;
  line-height: 40px;
  color: #cdcdcd;
  text-align: right;
}

.InnerGIGABYTEContent .stable01 .tabletext {
  position: relative;
  display: inline-block;
  width: 16%;
  vertical-align: top;
  margin-right: 1%;
  padding-top: 5%;
}

.InnerGIGABYTEContent .tableall .s2 {
  font-size: 30px;
  line-height: 40px;
  color: #cdcdcd;
  text-align: right;
  padding-top: 22%;
}

.InnerGIGABYTEContent .stable01 #st1 {
  position: absolute;
  right: 10%;
  top: 7%;
  width: auto;
  display: none;
}

.InnerGIGABYTEContent .stable01 #st2 {
  position: absolute;
  color: #fff;
  font-size: 40px;
  top: 16%;
  right: 24%;
  display: none;
}

.InnerGIGABYTEContent .tableall #st3 {
  position: absolute;
  color: #fff;
  font-size: 30px;
  top: 180px;
  right: 32%;
  display: none;
}

.InnerGIGABYTEContent .tableall .tablecon {
  position: relative;
  display: inline-block;
  width: 76%;
  border-left: 2px solid #595757;
  border-bottom: 2px solid #595757;
  min-height: 270px;
  padding-top: 6%;
  margin-top: 2%;
}

.InnerGIGABYTEContent .stable01 .table1 {
  background: #0200a9;
  background: -moz-linear-gradient(left, #0200a9 0%, #b300ae 100%);
  background: -webkit-linear-gradient(left, #0200a9 0%, #b300ae 100%);
  background: linear-gradient(to right, #0200a9 0%, #b300ae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0200a9', endColorstr='#b300ae', GradientType=1);
  height: 16px;
  width: 0%;
  transition: all 1.6s ease;
  -webkit-transition: all 1.6s ease;
  margin-left: 1%;
}

.InnerGIGABYTEContent .stable01 .table2 {
  margin-top: 10%;
  background: #939394;
  background: -moz-linear-gradient(left, #939394 0%, #433f3e 100%);
  background: -webkit-linear-gradient(left, #939394 0%, #433f3e 100%);
  background: linear-gradient(to right, #939394 0%, #433f3e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939394', endColorstr='#433f3e', GradientType=1);
  height: 16px;
  width: 0%;
  transition: all 1.6s ease;
  -webkit-transition: all 1.6s ease;
  margin-left: 1%;
}

.InnerGIGABYTEContent .con-led {
  margin-left: 10%;
  margin-right: 10%;
}

.InnerGIGABYTEContent .nav-2 {
  width: 70%;
  margin: 6%;
}

.InnerGIGABYTEContent .nav-2 ul li {
  float: left;
  margin-right: 16px;
  cursor: pointer;
  margin-bottom: 3%;
  width: 14%;
  -webkit-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
}

.InnerGIGABYTEContent .nav-2 img {
  width: auto;
}

.InnerGIGABYTEContent map *:focus {
  outline: none;
}

.InnerGIGABYTEContent .jQWCP-wWidget {
  background-color: transparent;
  box-shadow: 0px 0px 0px transparent;
  border-radius: 0px;
  border: 0;
  outline: none;
}

.InnerGIGABYTEContent .jQWCP-wWidget.jQWCP-block {
  box-shadow: inset 0px 0px 0px #ccc;
}

.InnerGIGABYTEContent .jQWCP-wWheel {
  border: 0;
}

.InnerGIGABYTEContent #color-css {
  display: block;
}

.InnerGIGABYTEContent .box1 {
  width: 100%;
  position: relative;
  height: 700px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 4%;
}

.InnerGIGABYTEContent #a1 {
  width: 100%;
  height: 1000px;
  position: absolute;
  z-index: 11;
  background-color: #ED1B2F;
  animation: led-style07 1.4s linear infinite;
  -webkit-animation: led-style07 1.4s linear infinite;
  filter: blur(20px);
}

.InnerGIGABYTEContent #aBG {
  width: 100%;
  height: 1000px;
  position: absolute;
  z-index: 11;
  background-color: #b9b9b9;
}

.InnerGIGABYTEContent #aL {
  width: 100%;
  height: 180px;
  position: absolute;
  z-index: 11;
  background-color: #ED1B2F;
  animation: led-style03 1.4s linear infinite;
  -webkit-animation: led-style03 1.4s linear infinite;
  display: none;
  box-shadow: 0 0 30px 35px #b9b9b9 inset;
  transform: rotate(-45deg);
  filter: blur(20px);
  opacity: .8;
  /* IE 4-9 */
  filter: alpha(opacity=50);
  /*This works in IE 8 & 9 too*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /*IE4-IE9*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.InnerGIGABYTEContent #aR {
  width: 100%;
  height: 180px;
  position: absolute;
  z-index: 11;
  background-color: #ED1B2F;
  animation: led-style03 1.4s linear infinite;
  -webkit-animation: led-style03 1.4s linear infinite;
  display: none;
  box-shadow: 0 0 30px 35px #b9b9b9 inset;
  transform: rotate(-45deg);
  filter: blur(20px);
  opacity: .8;
  /* IE 4-9 */
  filter: alpha(opacity=50);
  /*This works in IE 8 & 9 too*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /*IE4-IE9*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.InnerGIGABYTEContent .rgbicon {
  position: absolute;
  z-index: 15;
  top: 840px;
  margin-bottom: 10%;
}

.InnerGIGABYTEContent #color1 {
  width: 100%;
  max-height: 900px;
  position: absolute;
  z-index: 13;
  display: none;
  margin-top: -300px;
  transform: rotate(-45deg);
}

.InnerGIGABYTEContent .b1 {
  width: 100%;
  position: absolute;
  z-index: 14;
}

.InnerGIGABYTEContent .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.InnerGIGABYTEContent #colorpicker-style {
  margin-bottom: 10px;
}

@keyframes led-style06 {
  /* Green */
  0% {
    opacity: 1;
    background: #00a03f;
    background: -moz-linear-gradient(left, #00a03f 17%, #f9f002 22%, #f9f002 25%, #ff0004 31%, #ff0004 34%, #e6338e 41%, #e6338e 44%, #5c459e 49%, #5c459e 53%, #03b1e4 57%);
    background: -webkit-linear-gradient(left, #00a03f 17%, #f9f002 22%, #f9f002 25%, #ff0004 31%, #ff0004 34%, #e6338e 41%, #e6338e 44%, #5c459e 49%, #5c459e 53%, #03b1e4 57%);
    background: linear-gradient(to right, #00a03f 17%, #f9f002 22%, #f9f002 25%, #ff0004 31%, #ff0004 34%, #e6338e 41%, #e6338e 44%, #5c459e 49%, #5c459e 53%, #03b1e4 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a03f', endColorstr='#03b1e4', GradientType=1);
  }

  /* Yellow */
  8% {
    opacity: 0;
  }

  16% {
    opacity: 1;
    background: #f9f002;
    background: -moz-linear-gradient(left, #f9f002 17%, #ff0004 22%, #ff0004 25%, #e6338e 31%, #e6338e 34%, #5c459e 41%, #5c459e 44%, #03b1e4 49%, #03b1e4 53%, #00a03f 57%);
    background: -webkit-linear-gradient(left, #f9f002 17%, #ff0004 22%, #ff0004 25%, #e6338e 31%, #e6338e 34%, #5c459e 41%, #5c459e 44%, #03b1e4 49%, #03b1e4 53%, #00a03f 57%);
    background: linear-gradient(to right, #f9f002 17%, #ff0004 22%, #ff0004 25%, #e6338e 31%, #e6338e 34%, #5c459e 41%, #5c459e 44%, #03b1e4 49%, #03b1e4 53%, #00a03f 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f002', endColorstr='#00a03f', GradientType=1);
  }

  /* Red */
  24% {
    opacity: 0;
  }

  32% {
    opacity: 1;
    background: #ff0004;
    background: -moz-linear-gradient(left, #ff0004 17%, #e6338e 22%, #e6338e 25%, #5c459e 31%, #5c459e 34%, #03b1e4 41%, #03b1e4 44%, #00a03f 49%, #00a03f 53%, #f9f002 57%);
    background: -webkit-linear-gradient(left, #ff0004 17%, #e6338e 22%, #e6338e 25%, #5c459e 31%, #5c459e 34%, #03b1e4 41%, #03b1e4 44%, #00a03f 49%, #00a03f 53%, #f9f002 57%);
    background: linear-gradient(to right, #ff0004 17%, #e6338e 22%, #e6338e 25%, #5c459e 31%, #5c459e 34%, #03b1e4 41%, #03b1e4 44%, #00a03f 49%, #00a03f 53%, #f9f002 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0004', endColorstr='#f9f002', GradientType=1);
  }

  /* Pink */
  40% {
    opacity: 0;
  }

  48% {
    opacity: 1;
    background: #e6338e;
    background: -moz-linear-gradient(left, #e6338e 17%, #5c459e 22%, #5c459e 25%, #03b1e4 31%, #03b1e4 34%, #00a03f 41%, #00a03f 44%, #f9f002 49%, #f9f002 53%, #ff0004 57%);
    background: -webkit-linear-gradient(left, #e6338e 17%, #5c459e 22%, #5c459e 25%, #03b1e4 31%, #03b1e4 34%, #00a03f 41%, #00a03f 44%, #f9f002 49%, #f9f002 53%, #ff0004 57%);
    background: linear-gradient(to right, #e6338e 17%, #5c459e 22%, #5c459e 25%, #03b1e4 31%, #03b1e4 34%, #00a03f 41%, #00a03f 44%, #f9f002 49%, #f9f002 53%, #ff0004 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6338e', endColorstr='#ff0004', GradientType=1);
  }

  /* Purple */
  56% {
    opacity: 0;
  }

  64% {
    opacity: 1;
    background: #5c459e;
    background: -moz-linear-gradient(left, #5c459e 17%, #03b1e4 22%, #03b1e4 25%, #00a03f 31%, #00a03f 34%, #f9f002 41%, #f9f002 44%, #ff0004 49%, #ff0004 53%, #e6338e 57%);
    background: -webkit-linear-gradient(left, #5c459e 17%, #03b1e4 22%, #03b1e4 25%, #00a03f 31%, #00a03f 34%, #f9f002 41%, #f9f002 44%, #ff0004 49%, #ff0004 53%, #e6338e 57%);
    background: linear-gradient(to right, #5c459e 17%, #03b1e4 22%, #03b1e4 25%, #00a03f 31%, #00a03f 34%, #f9f002 41%, #f9f002 44%, #ff0004 49%, #ff0004 53%, #e6338e 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c459e', endColorstr='#e6338e', GradientType=1);
  }

  /* Blue */
  74% {
    opacity: 0;
  }

  82% {
    opacity: 1;
    background: #03b1e4;
    background: -moz-linear-gradient(left, #03b1e4 17%, #00a03f 22%, #00a03f 25%, #f9f002 31%, #f9f002 34%, #ff0004 41%, #ff0004 44%, #e6338e 49%, #e6338e 53%, #5c459e 57%);
    background: -webkit-linear-gradient(left, #03b1e4 17%, #00a03f 22%, #00a03f 25%, #f9f002 31%, #f9f002 34%, #ff0004 41%, #ff0004 44%, #e6338e 49%, #e6338e 53%, #5c459e 57%);
    background: linear-gradient(to right, #03b1e4 17%, #00a03f 22%, #00a03f 25%, #f9f002 31%, #f9f002 34%, #ff0004 41%, #ff0004 44%, #e6338e 49%, #e6338e 53%, #5c459e 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03b1e4', endColorstr='#5c459e', GradientType=1);
  }

  /* Green */
  90% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    background: #00a03f;
    background: -moz-linear-gradient(left, #00a03f 17%, #f9f002 22%, #f9f002 25%, #ff0004 31%, #ff0004 34%, #e6338e 41%, #e6338e 44%, #5c459e 49%, #5c459e 53%, #03b1e4 57%);
    background: -webkit-linear-gradient(left, #00a03f 17%, #f9f002 22%, #f9f002 25%, #ff0004 31%, #ff0004 34%, #e6338e 41%, #e6338e 44%, #5c459e 49%, #5c459e 53%, #03b1e4 57%);
    background: linear-gradient(to right, #00a03f 17%, #f9f002 22%, #f9f002 25%, #ff0004 31%, #ff0004 34%, #e6338e 41%, #e6338e 44%, #5c459e 49%, #5c459e 53%, #03b1e4 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a03f', endColorstr='#03b1e4', GradientType=1);
  }
}

@-webkit-keyframes led-style06 {
  /* Green */
  0% {
    opacity: 1;
    background: #00a03f;
    background: -moz-linear-gradient(left, #00a03f 17%, #f9f002 22%, #f9f002 25%, #ff0004 31%, #ff0004 34%, #e6338e 41%, #e6338e 44%, #5c459e 49%, #5c459e 53%, #03b1e4 57%);
    background: -webkit-linear-gradient(left, #00a03f 17%, #f9f002 22%, #f9f002 25%, #ff0004 31%, #ff0004 34%, #e6338e 41%, #e6338e 44%, #5c459e 49%, #5c459e 53%, #03b1e4 57%);
    background: linear-gradient(to right, #00a03f 17%, #f9f002 22%, #f9f002 25%, #ff0004 31%, #ff0004 34%, #e6338e 41%, #e6338e 44%, #5c459e 49%, #5c459e 53%, #03b1e4 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a03f', endColorstr='#03b1e4', GradientType=1);
  }

  /* Yellow */
  8% {
    opacity: 0;
  }

  16% {
    opacity: 1;
    background: #f9f002;
    background: -moz-linear-gradient(left, #f9f002 17%, #ff0004 22%, #ff0004 25%, #e6338e 31%, #e6338e 34%, #5c459e 41%, #5c459e 44%, #03b1e4 49%, #03b1e4 53%, #00a03f 57%);
    background: -webkit-linear-gradient(left, #f9f002 17%, #ff0004 22%, #ff0004 25%, #e6338e 31%, #e6338e 34%, #5c459e 41%, #5c459e 44%, #03b1e4 49%, #03b1e4 53%, #00a03f 57%);
    background: linear-gradient(to right, #f9f002 17%, #ff0004 22%, #ff0004 25%, #e6338e 31%, #e6338e 34%, #5c459e 41%, #5c459e 44%, #03b1e4 49%, #03b1e4 53%, #00a03f 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f002', endColorstr='#00a03f', GradientType=1);
  }

  /* Red */
  24% {
    opacity: 0;
  }

  32% {
    opacity: 1;
    background: #ff0004;
    background: -moz-linear-gradient(left, #ff0004 17%, #e6338e 22%, #e6338e 25%, #5c459e 31%, #5c459e 34%, #03b1e4 41%, #03b1e4 44%, #00a03f 49%, #00a03f 53%, #f9f002 57%);
    background: -webkit-linear-gradient(left, #ff0004 17%, #e6338e 22%, #e6338e 25%, #5c459e 31%, #5c459e 34%, #03b1e4 41%, #03b1e4 44%, #00a03f 49%, #00a03f 53%, #f9f002 57%);
    background: linear-gradient(to right, #ff0004 17%, #e6338e 22%, #e6338e 25%, #5c459e 31%, #5c459e 34%, #03b1e4 41%, #03b1e4 44%, #00a03f 49%, #00a03f 53%, #f9f002 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0004', endColorstr='#f9f002', GradientType=1);
  }

  /* Pink */
  40% {
    opacity: 0;
  }

  48% {
    opacity: 1;
    background: #e6338e;
    background: -moz-linear-gradient(left, #e6338e 17%, #5c459e 22%, #5c459e 25%, #03b1e4 31%, #03b1e4 34%, #00a03f 41%, #00a03f 44%, #f9f002 49%, #f9f002 53%, #ff0004 57%);
    background: -webkit-linear-gradient(left, #e6338e 17%, #5c459e 22%, #5c459e 25%, #03b1e4 31%, #03b1e4 34%, #00a03f 41%, #00a03f 44%, #f9f002 49%, #f9f002 53%, #ff0004 57%);
    background: linear-gradient(to right, #e6338e 17%, #5c459e 22%, #5c459e 25%, #03b1e4 31%, #03b1e4 34%, #00a03f 41%, #00a03f 44%, #f9f002 49%, #f9f002 53%, #ff0004 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6338e', endColorstr='#ff0004', GradientType=1);
  }

  /* Purple */
  56% {
    opacity: 0;
  }

  64% {
    opacity: 1;
    background: #5c459e;
    background: -moz-linear-gradient(left, #5c459e 17%, #03b1e4 22%, #03b1e4 25%, #00a03f 31%, #00a03f 34%, #f9f002 41%, #f9f002 44%, #ff0004 49%, #ff0004 53%, #e6338e 57%);
    background: -webkit-linear-gradient(left, #5c459e 17%, #03b1e4 22%, #03b1e4 25%, #00a03f 31%, #00a03f 34%, #f9f002 41%, #f9f002 44%, #ff0004 49%, #ff0004 53%, #e6338e 57%);
    background: linear-gradient(to right, #5c459e 17%, #03b1e4 22%, #03b1e4 25%, #00a03f 31%, #00a03f 34%, #f9f002 41%, #f9f002 44%, #ff0004 49%, #ff0004 53%, #e6338e 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c459e', endColorstr='#e6338e', GradientType=1);
  }

  /* Blue */
  74% {
    opacity: 0;
  }

  82% {
    opacity: 1;
    background: #03b1e4;
    background: -moz-linear-gradient(left, #03b1e4 17%, #00a03f 22%, #00a03f 25%, #f9f002 31%, #f9f002 34%, #ff0004 41%, #ff0004 44%, #e6338e 49%, #e6338e 53%, #5c459e 57%);
    background: -webkit-linear-gradient(left, #03b1e4 17%, #00a03f 22%, #00a03f 25%, #f9f002 31%, #f9f002 34%, #ff0004 41%, #ff0004 44%, #e6338e 49%, #e6338e 53%, #5c459e 57%);
    background: linear-gradient(to right, #03b1e4 17%, #00a03f 22%, #00a03f 25%, #f9f002 31%, #f9f002 34%, #ff0004 41%, #ff0004 44%, #e6338e 49%, #e6338e 53%, #5c459e 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03b1e4', endColorstr='#5c459e', GradientType=1);
  }

  /* Green */
  90% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    background: #00a03f;
    background: -moz-linear-gradient(left, #00a03f 17%, #f9f002 22%, #f9f002 25%, #ff0004 31%, #ff0004 34%, #e6338e 41%, #e6338e 44%, #5c459e 49%, #5c459e 53%, #03b1e4 57%);
    background: -webkit-linear-gradient(left, #00a03f 17%, #f9f002 22%, #f9f002 25%, #ff0004 31%, #ff0004 34%, #e6338e 41%, #e6338e 44%, #5c459e 49%, #5c459e 53%, #03b1e4 57%);
    background: linear-gradient(to right, #00a03f 17%, #f9f002 22%, #f9f002 25%, #ff0004 31%, #ff0004 34%, #e6338e 41%, #e6338e 44%, #5c459e 49%, #5c459e 53%, #03b1e4 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a03f', endColorstr='#03b1e4', GradientType=1);
  }
}

@-ms-keyframes led-style06 {
  /* Green */
  0% {
    opacity: 1;
    background: #00a03f;
    background: -moz-linear-gradient(left, #00a03f 17%, #f9f002 22%, #f9f002 25%, #ff0004 31%, #ff0004 34%, #e6338e 41%, #e6338e 44%, #5c459e 49%, #5c459e 53%, #03b1e4 57%);
    background: -webkit-linear-gradient(left, #00a03f 17%, #f9f002 22%, #f9f002 25%, #ff0004 31%, #ff0004 34%, #e6338e 41%, #e6338e 44%, #5c459e 49%, #5c459e 53%, #03b1e4 57%);
    background: linear-gradient(to right, #00a03f 17%, #f9f002 22%, #f9f002 25%, #ff0004 31%, #ff0004 34%, #e6338e 41%, #e6338e 44%, #5c459e 49%, #5c459e 53%, #03b1e4 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a03f', endColorstr='#03b1e4', GradientType=1);
  }

  /* Yellow */
  8% {
    opacity: 0;
  }

  16% {
    opacity: 1;
    background: #f9f002;
    background: -moz-linear-gradient(left, #f9f002 17%, #ff0004 22%, #ff0004 25%, #e6338e 31%, #e6338e 34%, #5c459e 41%, #5c459e 44%, #03b1e4 49%, #03b1e4 53%, #00a03f 57%);
    background: -webkit-linear-gradient(left, #f9f002 17%, #ff0004 22%, #ff0004 25%, #e6338e 31%, #e6338e 34%, #5c459e 41%, #5c459e 44%, #03b1e4 49%, #03b1e4 53%, #00a03f 57%);
    background: linear-gradient(to right, #f9f002 17%, #ff0004 22%, #ff0004 25%, #e6338e 31%, #e6338e 34%, #5c459e 41%, #5c459e 44%, #03b1e4 49%, #03b1e4 53%, #00a03f 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f002', endColorstr='#00a03f', GradientType=1);
  }

  /* Red */
  24% {
    opacity: 0;
  }

  32% {
    opacity: 1;
    background: #ff0004;
    background: -moz-linear-gradient(left, #ff0004 17%, #e6338e 22%, #e6338e 25%, #5c459e 31%, #5c459e 34%, #03b1e4 41%, #03b1e4 44%, #00a03f 49%, #00a03f 53%, #f9f002 57%);
    background: -webkit-linear-gradient(left, #ff0004 17%, #e6338e 22%, #e6338e 25%, #5c459e 31%, #5c459e 34%, #03b1e4 41%, #03b1e4 44%, #00a03f 49%, #00a03f 53%, #f9f002 57%);
    background: linear-gradient(to right, #ff0004 17%, #e6338e 22%, #e6338e 25%, #5c459e 31%, #5c459e 34%, #03b1e4 41%, #03b1e4 44%, #00a03f 49%, #00a03f 53%, #f9f002 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0004', endColorstr='#f9f002', GradientType=1);
  }

  /* Pink */
  40% {
    opacity: 0;
  }

  48% {
    opacity: 1;
    background: #e6338e;
    background: -moz-linear-gradient(left, #e6338e 17%, #5c459e 22%, #5c459e 25%, #03b1e4 31%, #03b1e4 34%, #00a03f 41%, #00a03f 44%, #f9f002 49%, #f9f002 53%, #ff0004 57%);
    background: -webkit-linear-gradient(left, #e6338e 17%, #5c459e 22%, #5c459e 25%, #03b1e4 31%, #03b1e4 34%, #00a03f 41%, #00a03f 44%, #f9f002 49%, #f9f002 53%, #ff0004 57%);
    background: linear-gradient(to right, #e6338e 17%, #5c459e 22%, #5c459e 25%, #03b1e4 31%, #03b1e4 34%, #00a03f 41%, #00a03f 44%, #f9f002 49%, #f9f002 53%, #ff0004 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6338e', endColorstr='#ff0004', GradientType=1);
  }

  /* Purple */
  56% {
    opacity: 0;
  }

  64% {
    opacity: 1;
    background: #5c459e;
    background: -moz-linear-gradient(left, #5c459e 17%, #03b1e4 22%, #03b1e4 25%, #00a03f 31%, #00a03f 34%, #f9f002 41%, #f9f002 44%, #ff0004 49%, #ff0004 53%, #e6338e 57%);
    background: -webkit-linear-gradient(left, #5c459e 17%, #03b1e4 22%, #03b1e4 25%, #00a03f 31%, #00a03f 34%, #f9f002 41%, #f9f002 44%, #ff0004 49%, #ff0004 53%, #e6338e 57%);
    background: linear-gradient(to right, #5c459e 17%, #03b1e4 22%, #03b1e4 25%, #00a03f 31%, #00a03f 34%, #f9f002 41%, #f9f002 44%, #ff0004 49%, #ff0004 53%, #e6338e 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c459e', endColorstr='#e6338e', GradientType=1);
  }

  /* Blue */
  74% {
    opacity: 0;
  }

  82% {
    opacity: 1;
    background: #03b1e4;
    background: -moz-linear-gradient(left, #03b1e4 17%, #00a03f 22%, #00a03f 25%, #f9f002 31%, #f9f002 34%, #ff0004 41%, #ff0004 44%, #e6338e 49%, #e6338e 53%, #5c459e 57%);
    background: -webkit-linear-gradient(left, #03b1e4 17%, #00a03f 22%, #00a03f 25%, #f9f002 31%, #f9f002 34%, #ff0004 41%, #ff0004 44%, #e6338e 49%, #e6338e 53%, #5c459e 57%);
    background: linear-gradient(to right, #03b1e4 17%, #00a03f 22%, #00a03f 25%, #f9f002 31%, #f9f002 34%, #ff0004 41%, #ff0004 44%, #e6338e 49%, #e6338e 53%, #5c459e 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03b1e4', endColorstr='#5c459e', GradientType=1);
  }

  /* Green */
  90% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    background: #00a03f;
    background: -moz-linear-gradient(left, #00a03f 17%, #f9f002 22%, #f9f002 25%, #ff0004 31%, #ff0004 34%, #e6338e 41%, #e6338e 44%, #5c459e 49%, #5c459e 53%, #03b1e4 57%);
    background: -webkit-linear-gradient(left, #00a03f 17%, #f9f002 22%, #f9f002 25%, #ff0004 31%, #ff0004 34%, #e6338e 41%, #e6338e 44%, #5c459e 49%, #5c459e 53%, #03b1e4 57%);
    background: linear-gradient(to right, #00a03f 17%, #f9f002 22%, #f9f002 25%, #ff0004 31%, #ff0004 34%, #e6338e 41%, #e6338e 44%, #5c459e 49%, #5c459e 53%, #03b1e4 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a03f', endColorstr='#03b1e4', GradientType=1);
  }
}

@keyframes led-style02 {
  0% {
    left: 190px;
    top: 400px;
  }

  16% {
    left: 190px;
    top: 400px;
  }

  32% {
    left: 0px;
    top: 400px;
  }

  48% {
    left: -140px;
    top: 400px;
  }

  64% {
    left: -300px;
    top: 400px;
  }

  80% {
    left: -440px;
    top: 400px;
  }

  100% {
    left: -655px;
    top: 400px;
  }
}

@keyframes led-style10 {
  0% {
    left: 140px;
    top: 360px;
  }

  16% {
    left: -120px;
    top: -120px;
  }

  32% {
    left: -40px;
    top: -40px;
  }

  48% {
    left: 40px;
    top: 40px;
  }

  64% {
    left: 120px;
    top: 100px;
  }

  80% {
    left: 130px;
    top: 250px;
  }

  100% {
    left: 190px;
    top: 380px;
  }
}

@keyframes led-style09 {
  0% {
    left: 190px;
    top: 400px;
    background: #fff000;
  }

  16% {
    left: 190px;
    top: 400px;
    background: #fff000;
  }

  32% {
    left: 0px;
    top: 400px;
    background: #ff007d;
  }

  48% {
    left: -140px;
    top: 400px;
    background: #4c21e3;
  }

  64% {
    left: -300px;
    top: 400px;
    background: #01b5de;
  }

  80% {
    left: -440px;
    top: 400px;
    background: #02a24c;
  }

  100% {
    left: -655px;
    top: 400px;
    background: #e72033;
  }
}

@keyframes led-style11 {
  0% {
    left: 140px;
    top: 360px;
    background: #fff000;
  }

  16% {
    left: -120px;
    top: -120px;
    background: #fff000;
  }

  32% {
    left: -40px;
    top: -40px;
    background: #ff007d;
  }

  48% {
    left: 40px;
    top: 40px;
    background: #5d4b9d;
  }

  64% {
    left: 120px;
    top: 100px;
    background: #01b5de;
  }

  80% {
    left: 130px;
    top: 250px;
    background: #02a24c;
  }

  100% {
    left: 190px;
    top: 380px;
    background: #e72033;
  }
}

@keyframes led-style12 {
  0% {
    background-position-y: -600px;
  }

  100% {
    background-position-y: 600px;
  }
}

@-webkit-keyframes led-style12 {
  0% {
    background-position-y: -600px;
  }

  100% {
    background-position-y: 600px;
  }
}

@-ms-keyframes led-style12 {
  0% {
    background-position-y: -600px;
  }

  100% {
    background-position-y: 600px;
  }
}

@keyframes led-style04 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes led-style04 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes led-style04 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes led-style01 {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 0.8;
  }

  20% {
    opacity: 0.7;
  }

  50% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.2;
  }

  85% {
    opacity: 0.6;
  }

  95% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes led-style01 {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 0.8;
  }

  20% {
    opacity: 0.7;
  }

  50% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.2;
  }

  85% {
    opacity: 0.6;
  }

  95% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes led-style01 {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 0.8;
  }

  20% {
    opacity: 0.7;
  }

  50% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.2;
  }

  85% {
    opacity: 0.6;
  }

  95% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

@keyframes led-style03 {
  0% {
    background: #4df117;
  }

  7% {
    opacity: 0.9;
  }

  14% {
    background: #6dcddd;
  }

  21% {
    opacity: 0.9;
  }

  28% {
    background: #093dd8;
  }

  35% {
    opacity: 0.8;
  }

  42% {
    background: #fc0cb9;
  }

  49% {
    opacity: 0.9;
  }

  56% {
    background: #f01f25;
  }

  63% {
    opacity: 0.8;
  }

  70% {
    background: #f3ec17;
  }

  77% {
    opacity: 0.9;
  }

  85% {
    background: white;
  }

  92% {
    opacity: 0.8;
  }

  100% {
    background: #4df117;
  }
}

@-webkit-keyframes led-style03 {
  0% {
    background: #4df117;
  }

  7% {
    opacity: 0.9;
  }

  14% {
    background: #6dcddd;
  }

  21% {
    opacity: 0.9;
  }

  28% {
    background: #093dd8;
  }

  35% {
    opacity: 0.8;
  }

  42% {
    background: #fc0cb9;
  }

  49% {
    opacity: 0.9;
  }

  56% {
    background: #f01f25;
  }

  63% {
    opacity: 0.8;
  }

  70% {
    background: #f3ec17;
  }

  77% {
    opacity: 0.9;
  }

  85% {
    background: white;
  }

  92% {
    opacity: 0.8;
  }

  100% {
    background: #4df117;
  }
}

@-ms-keyframes led-style03 {
  0% {
    background: #4df117;
  }

  7% {
    opacity: 0.9;
  }

  14% {
    background: #6dcddd;
  }

  21% {
    opacity: 0.9;
  }

  28% {
    background: #093dd8;
  }

  35% {
    opacity: 0.8;
  }

  42% {
    background: #fc0cb9;
  }

  49% {
    opacity: 0.9;
  }

  56% {
    background: #f01f25;
  }

  63% {
    opacity: 0.8;
  }

  70% {
    background: #f3ec17;
  }

  77% {
    opacity: 0.9;
  }

  85% {
    background: white;
  }

  92% {
    opacity: 0.8;
  }

  100% {
    background: #4df117;
  }
}

@keyframes led-style05 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes led-style05 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes led-style05 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes led-style08 {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  30% {
    opacity: 0;
  }

  45% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes led-style08 {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  30% {
    opacity: 0;
  }

  45% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes led-style08 {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  30% {
    opacity: 0;
  }

  45% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes led-style07 {
  /* Green */
  0% {
    background: #00a03f;
    background: -moz-linear-gradient(left, #00a03f 17%, #f9f002 22%, #f9f002 25%, #ff0004 31%, #ff0004 34%, #e6338e 41%, #e6338e 44%, #5c459e 49%, #5c459e 53%, #03b1e4 57%);
    background: -webkit-linear-gradient(left, #00a03f 17%, #f9f002 22%, #f9f002 25%, #ff0004 31%, #ff0004 34%, #e6338e 41%, #e6338e 44%, #5c459e 49%, #5c459e 53%, #03b1e4 57%);
    background: linear-gradient(to right, #00a03f 17%, #f9f002 22%, #f9f002 25%, #ff0004 31%, #ff0004 34%, #e6338e 41%, #e6338e 44%, #5c459e 49%, #5c459e 53%, #03b1e4 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a03f', endColorstr='#03b1e4', GradientType=1);
  }

  16% {
    background: #f9f002;
    background: -moz-linear-gradient(left, #f9f002 17%, #ff0004 22%, #ff0004 25%, #e6338e 31%, #e6338e 34%, #5c459e 41%, #5c459e 44%, #03b1e4 49%, #03b1e4 53%, #00a03f 57%);
    background: -webkit-linear-gradient(left, #f9f002 17%, #ff0004 22%, #ff0004 25%, #e6338e 31%, #e6338e 34%, #5c459e 41%, #5c459e 44%, #03b1e4 49%, #03b1e4 53%, #00a03f 57%);
    background: linear-gradient(to right, #f9f002 17%, #ff0004 22%, #ff0004 25%, #e6338e 31%, #e6338e 34%, #5c459e 41%, #5c459e 44%, #03b1e4 49%, #03b1e4 53%, #00a03f 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f002', endColorstr='#00a03f', GradientType=1);
  }

  32% {
    background: #ff0004;
    background: -moz-linear-gradient(left, #ff0004 17%, #e6338e 22%, #e6338e 25%, #5c459e 31%, #5c459e 34%, #03b1e4 41%, #03b1e4 44%, #00a03f 49%, #00a03f 53%, #f9f002 57%);
    background: -webkit-linear-gradient(left, #ff0004 17%, #e6338e 22%, #e6338e 25%, #5c459e 31%, #5c459e 34%, #03b1e4 41%, #03b1e4 44%, #00a03f 49%, #00a03f 53%, #f9f002 57%);
    background: linear-gradient(to right, #ff0004 17%, #e6338e 22%, #e6338e 25%, #5c459e 31%, #5c459e 34%, #03b1e4 41%, #03b1e4 44%, #00a03f 49%, #00a03f 53%, #f9f002 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0004', endColorstr='#f9f002', GradientType=1);
  }

  48% {
    background: #e6338e;
    background: -moz-linear-gradient(left, #e6338e 17%, #5c459e 22%, #5c459e 25%, #03b1e4 31%, #03b1e4 34%, #00a03f 41%, #00a03f 44%, #f9f002 49%, #f9f002 53%, #ff0004 57%);
    background: -webkit-linear-gradient(left, #e6338e 17%, #5c459e 22%, #5c459e 25%, #03b1e4 31%, #03b1e4 34%, #00a03f 41%, #00a03f 44%, #f9f002 49%, #f9f002 53%, #ff0004 57%);
    background: linear-gradient(to right, #e6338e 17%, #5c459e 22%, #5c459e 25%, #03b1e4 31%, #03b1e4 34%, #00a03f 41%, #00a03f 44%, #f9f002 49%, #f9f002 53%, #ff0004 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6338e', endColorstr='#ff0004', GradientType=1);
  }

  64% {
    background: #5c459e;
    background: -moz-linear-gradient(left, #5c459e 17%, #03b1e4 22%, #03b1e4 25%, #00a03f 31%, #00a03f 34%, #f9f002 41%, #f9f002 44%, #ff0004 49%, #ff0004 53%, #e6338e 57%);
    background: -webkit-linear-gradient(left, #5c459e 17%, #03b1e4 22%, #03b1e4 25%, #00a03f 31%, #00a03f 34%, #f9f002 41%, #f9f002 44%, #ff0004 49%, #ff0004 53%, #e6338e 57%);
    background: linear-gradient(to right, #5c459e 17%, #03b1e4 22%, #03b1e4 25%, #00a03f 31%, #00a03f 34%, #f9f002 41%, #f9f002 44%, #ff0004 49%, #ff0004 53%, #e6338e 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c459e', endColorstr='#e6338e', GradientType=1);
  }

  80% {
    background: #03b1e4;
    background: -moz-linear-gradient(left, #03b1e4 17%, #00a03f 22%, #00a03f 25%, #f9f002 31%, #f9f002 34%, #ff0004 41%, #ff0004 44%, #e6338e 49%, #e6338e 53%, #5c459e 57%);
    background: -webkit-linear-gradient(left, #03b1e4 17%, #00a03f 22%, #00a03f 25%, #f9f002 31%, #f9f002 34%, #ff0004 41%, #ff0004 44%, #e6338e 49%, #e6338e 53%, #5c459e 57%);
    background: linear-gradient(to right, #03b1e4 17%, #00a03f 22%, #00a03f 25%, #f9f002 31%, #f9f002 34%, #ff0004 41%, #ff0004 44%, #e6338e 49%, #e6338e 53%, #5c459e 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03b1e4', endColorstr='#5c459e', GradientType=1);
  }

  100% {
    background: #00a03f;
    background: -moz-linear-gradient(left, #00a03f 17%, #f9f002 22%, #f9f002 25%, #ff0004 31%, #ff0004 34%, #e6338e 41%, #e6338e 44%, #5c459e 49%, #5c459e 53%, #03b1e4 57%);
    background: -webkit-linear-gradient(left, #00a03f 17%, #f9f002 22%, #f9f002 25%, #ff0004 31%, #ff0004 34%, #e6338e 41%, #e6338e 44%, #5c459e 49%, #5c459e 53%, #03b1e4 57%);
    background: linear-gradient(to right, #00a03f 17%, #f9f002 22%, #f9f002 25%, #ff0004 31%, #ff0004 34%, #e6338e 41%, #e6338e 44%, #5c459e 49%, #5c459e 53%, #03b1e4 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a03f', endColorstr='#03b1e4', GradientType=1);
  }
}

.InnerGIGABYTEContent html {
  background-color: #f3f3f3;
}

.InnerGIGABYTEContent .wrapper {
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 20px;
}

.InnerGIGABYTEContent .youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.InnerGIGABYTEContent .youtube img {
  width: 100%;
  height: auto;
  top: -16.82%;
  left: 0;
  /*opacity: 0.7;*/
}

.InnerGIGABYTEContent .youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.InnerGIGABYTEContent .youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}

.InnerGIGABYTEContent .youtube img,
.InnerGIGABYTEContent .youtube .play-button {
  cursor: pointer;
}

.InnerGIGABYTEContent .youtube img,
.InnerGIGABYTEContent .youtube iframe,
.InnerGIGABYTEContent .youtube .play-button,
.InnerGIGABYTEContent .youtube .play-button:before {
  position: absolute;
}

.InnerGIGABYTEContent .youtube .play-button,
.InnerGIGABYTEContent .youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.InnerGIGABYTEContent .youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1500px) {
  .InnerGIGABYTEContent .performance_h1 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 5px;
  }

  .InnerGIGABYTEContent .performance_h2 {
    font-weight: bold;
    font-size: 32px;
    color: #eee;
    letter-spacing: 2px;
  }

  .InnerGIGABYTEContent .performance_h3 {
    font-size: 18px;
    color: #eee;
    letter-spacing: 1px;
  }

  .InnerGIGABYTEContent .performance_h3_shadow {
    font-size: 18px;
    color: #eee;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
  }

  .InnerGIGABYTEContent .aorus_color_content {
    padding: 2% 25% 0 25%;
  }
}

@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .table .col6l {
    width: 50%;
  }

  .InnerGIGABYTEContent .table .col52,
  .InnerGIGABYTEContent .table .col52s {
    width: auto;
  }

  .InnerGIGABYTEContent .frame {
    width: 960px;
  }

  .InnerGIGABYTEContent #header {
    background-color: #000;
    /* background-image: url(../images/header_1366.jpg);*/
    background-position: center;
    position: relative;
    /*height: 700px;*/
  }

  .InnerGIGABYTEContent #designconcept {
    margin-bottom: 20%;
  }

  .InnerGIGABYTEContent #memoryrgb {
    position: relative;
    min-height: 450px;
  }

  .InnerGIGABYTEContent .sdktitle {
    width: 90%;
    margin-bottom: 10px;
  }

  .InnerGIGABYTEContent .titlebar {
    font-size: 1.3em;
    line-height: 1.3em;
  }

  .InnerGIGABYTEContent .sdkbox {
    width: 80%;
  }

  .InnerGIGABYTEContent .gicon {
    width: 80%;
  }

  .InnerGIGABYTEContent #functiontabs .conbox1 {
    width: 40%;
  }

  .InnerGIGABYTEContent #functiontabs .conbox2 {
    width: 55%;
  }

  .InnerGIGABYTEContent .tableall .s1 {
    font-size: 20px;
    line-height: 30px;
  }

  .InnerGIGABYTEContent .tableall .s2 {
    font-size: 20px;
    line-height: 30px;
  }

  .InnerGIGABYTEContent .stable01 .s2 {
    color: #cdcdcd;
    text-align: right;
    padding-top: 18%;
  }

  .InnerGIGABYTEContent .stable01 .tabletext {
    position: relative;
    display: inline-block;
    width: 16%;
    vertical-align: top;
    margin-right: 1%;
    padding-top: 10%;
  }

  .InnerGIGABYTEContent .tableall .tablecon {
    position: relative;
    display: inline-block;
    width: 76%;
    border-left: 2px solid #595757;
    border-bottom: 2px solid #595757;
    min-height: 270px;
    padding-top: 10%;
    margin-top: 2%;
  }

  .InnerGIGABYTEContent .stable01 #st1 {
    position: absolute;
    right: 5%;
    top: 10%;
    width: 120px;
  }

  .InnerGIGABYTEContent .stable01 #st2 {
    position: absolute;
    color: #fff;
    font-size: 40px;
    top: 20%;
    left: 58%;
  }

  .InnerGIGABYTEContent .tableall #st3 {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: 52%;
    left: 60%;
  }

  .InnerGIGABYTEContent #a1 {
    height: 600px;
  }

  .InnerGIGABYTEContent #aBG {
    height: 600px;
  }

  .InnerGIGABYTEContent #aL {
    height: 180px;
  }

  .InnerGIGABYTEContent #aR {
    height: 180px;
  }

  .InnerGIGABYTEContent .nav-2 {
    width: 50%;
  }

  .InnerGIGABYTEContent .nav-2 ul {
    margin-left: 0px;
  }

  .InnerGIGABYTEContent .nav-2 ul li {
    margin-right: 10px;
    width: 20%;
  }

  .InnerGIGABYTEContent .box1 {
    margin-top: 0px;
    margin-bottom: 20%;
  }

  .InnerGIGABYTEContent .rgbicon {
    top: 60%;
  }

@keyframes led-style02 {
    0% {
      left: 80px;
      top: 280px;
    }

    20% {
      left: 30px;
      top: 180px;
    }

    50% {
      left: 0px;
      top: 100px;
    }

    70% {
      left: -10px;
      top: -10px;
    }

    90% {
      left: -90px;
      top: -90px;
    }

    100% {
      left: 80px;
      top: 280px;
    }
}

@keyframes led-style09 {
    0% {
      left: 80px;
      top: 280px;
      background-color: #ff0000;
    }

    20% {
      left: 30px;
      top: 180px;
      background-color: #fbff30;
    }

    50% {
      left: 0px;
      top: 100px;
      background-color: #ff7200;
    }

    70% {
      left: -10px;
      top: -10px;
      background-color: #4bff30;
    }

    90% {
      left: -90px;
      top: -90px;
      background-color: #0011ff;
    }

    100% {
      left: 80px;
      top: 280px;
      background-color: #ff0000;
    }
}
}

@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent .frame {
    width: 640px;
    padding: 1.5em 0;
  }

  .InnerGIGABYTEContent .table .col52,
  .InnerGIGABYTEContent .table .col52s {
    width: 95%;
  }

  .InnerGIGABYTEContent .title {
    font-size: 1.3em;
    line-height: 1.1em;
  }

  .InnerGIGABYTEContent .text {
    font-size: 0.7em;
    line-height: 1.2em;
    margin-top: 1em;
  }

  .InnerGIGABYTEContent .note {
    font-size: 0.5em;
    line-height: 1.5em;
    margin-top: 1.2em;
  }

  .InnerGIGABYTEContent #header {
    background-color: #000;
    background-position: center;
    position: relative;
  }

  .InnerGIGABYTEContent #header .title {
    width: auto;
    font-size: 1.1em;
    margin-top: -24px;
  }

  .InnerGIGABYTEContent #header .frame {
    padding: 0em 0 1em;
  }

  .InnerGIGABYTEContent .table .col5,
  .InnerGIGABYTEContent .table .col5s,
  .InnerGIGABYTEContent .table .col5l {
    width: 95%;
  }

  .InnerGIGABYTEContent #designconcept {
    margin-bottom: 0%;
  }

  .InnerGIGABYTEContent #designconcept .t1 {
    margin-top: 0%;
    position: static;
    width: 80%;
    left: 0%;
    margin: 0 auto;
  }

  .InnerGIGABYTEContent {
    /*tabs*/
  }

  .InnerGIGABYTEContent #rgbsoftware .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .InnerGIGABYTEContent #rgbsoftware .conbox1 img {
    margin: 0 auto;
  }

  .InnerGIGABYTEContent #rgbsoftware .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-left: 0%;
  }

  .InnerGIGABYTEContent #rgbsoftware .conbox3 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .InnerGIGABYTEContent #rgbsoftware .conbox4 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-left: 0%;
  }

  .InnerGIGABYTEContent #rgbutility .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .InnerGIGABYTEContent #rgbutility .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
  }

  .InnerGIGABYTEContent .gicon {
    float: static;
    width: 100%;
    margin-bottom: 0px;
  }

  .InnerGIGABYTEContent .sdk2 {
    float: static;
  }

  .InnerGIGABYTEContent #memoryrgb {
    min-height: 500px;
    position: relative;
  }

  .InnerGIGABYTEContent #functiontabs .tabtitle {
    width: 70%;
    text-align: center;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    display: inline-block;
  }

  .InnerGIGABYTEContent #functiontabs .tabskew {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
  }

  .InnerGIGABYTEContent #main .conbox1 {
    width: 100%;
  }

  .InnerGIGABYTEContent #main .conbox2 {
    width: 100%;
  }

  .InnerGIGABYTEContent #functiontabs .conbox1 {
    width: 100%;
  }

  .InnerGIGABYTEContent #functiontabs .conbox2 {
    width: 100%;
  }

  .InnerGIGABYTEContent #XMP20 .conbox1,
  .InnerGIGABYTEContent #warranty .conbox1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  .InnerGIGABYTEContent #XMP20 .conbox2,
  .InnerGIGABYTEContent #warranty .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
  }

  .InnerGIGABYTEContent .moreicon {
    margin-top: 2%;
    text-align: center;
    cursor: pointer;
    font-size: 1.0em;
    line-height: 1.6em;
    color: #ff7200;
    margin-bottom: 20px;
  }

  .InnerGIGABYTEContent .tableall .s1 {
    font-size: 16px;
    line-height: 20px;
  }

  .InnerGIGABYTEContent .tableall .s2 {
    font-size: 16px;
    line-height: 20px;
  }

  .InnerGIGABYTEContent .stable01 .tabletext {
    position: relative;
    display: inline-block;
    width: 16%;
    vertical-align: top;
    margin-right: 1%;
    padding-top: 10%;
  }

  .InnerGIGABYTEContent .stable01 .table2 {
    margin-top: 20%;
  }

  .InnerGIGABYTEContent .stable01 .s2 {
    padding-top: 60px;
  }

  .InnerGIGABYTEContent .stable01 #st1 {
    position: absolute;
    right: 0%;
    top: 6%;
    width: 100px;
  }

  .InnerGIGABYTEContent .stable01 #st2 {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: 34px;
    left: 50%;
  }

  .InnerGIGABYTEContent .tableall #st3 {
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: 150px;
    left: 58%;
  }

  .InnerGIGABYTEContent #a1 {
    height: 300px;
  }

  .InnerGIGABYTEContent #aBG {
    height: 300px;
  }

  .InnerGIGABYTEContent #aL {
    width: 80%;
    height: 140px;
    filter: blur(10px);
  }

  .InnerGIGABYTEContent #aR {
    width: 80%;
    height: 140px;
    filter: blur(10px);
  }

  .InnerGIGABYTEContent .nav-2 {
    width: 50%;
  }

  .InnerGIGABYTEContent .nav-2 ul {
    margin-left: 0px;
  }

  .InnerGIGABYTEContent .nav-2 ul li {
    margin-right: 10px;
    width: 20%;
  }

  .InnerGIGABYTEContent .box1 {
    margin-bottom: 0%;
  }

  .InnerGIGABYTEContent .rgbicon {
    top: 60%;
  }

@keyframes led-style02 {
    0% {
      left: 90px;
      top: 10px;
    }

    20% {
      left: 10px;
      top: 180px;
    }

    50% {
      left: 0px;
      top: 100px;
    }

    70% {
      left: 10px;
      top: 10px;
    }

    90% {
      left: -30px;
      top: -30px;
    }

    100% {
      left: 90px;
      top: 180px;
    }
}

@keyframes led-style09 {
    0% {
      left: 90px;
      top: 10px;
      background-color: #ff0000;
    }

    20% {
      left: 10px;
      top: 180px;
      background-color: #fbff30;
    }

    50% {
      left: 0px;
      top: 100px;
      background-color: #ff7200;
    }

    70% {
      left: 10px;
      top: 10px;
      background-color: #4bff30;
    }

    90% {
      left: -30px;
      top: -30px;
      background-color: #0011ff;
    }

    100% {
      left: 90px;
      top: 180px;
      background-color: #ff0000;
    }
}

@keyframes led-style10 {
    0% {
      left: 140px;
      top: 160px;
    }

    20% {
      left: -30px;
      top: -30px;
    }

    50% {
      left: 20px;
      top: 20px;
    }

    70% {
      left: 60px;
      top: 60px;
    }

    90% {
      left: 100px;
      top: 120px;
    }

    100% {
      left: 140px;
      top: 160px;
    }
}

@keyframes led-style11 {
    0% {
      left: 140px;
      top: 160px;
      background-color: #ff0000;
    }

    20% {
      left: -30px;
      top: -30px;
      background-color: #51ff00;
    }

    50% {
      left: 20px;
      top: 20px;
      background-color: #0011ff;
    }

    70% {
      left: 60px;
      top: 60px;
      background-color: #ff00aa;
    }

    90% {
      left: 100px;
      top: 120px;
      background-color: #eeff00;
    }

    100% {
      left: 140px;
      top: 160px;
      background-color: #ff0000;
    }
}
}

@media screen and (max-width: 768px) {
  .InnerGIGABYTEContent p {
    line-height: 23px;
    /* padding: 1%; */
  }

  .InnerGIGABYTEContent .performance_h1 {
    color: #eee;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
  }

  .InnerGIGABYTEContent .performance_h2 {
    font-weight: bold;
    font-size: 18px;
    color: #eee;
    letter-spacing: 2px;
  }

  .InnerGIGABYTEContent .performance_h3 {
    font-size: 14px;
    color: #eee;
    letter-spacing: 1px;
  }

  .InnerGIGABYTEContent .performance_h3_shadow {
    font-size: 14px;
    color: #eee;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
  }

  .InnerGIGABYTEContent .aorus_color_content {
    padding: 3% 10% 0 10%;
  }

  .InnerGIGABYTEContent .aorus_vr_bg {
    background-image: none;
    background-size: 80%;
    background-repeat: no-repeat;
    padding: 20% 0 0 0;
    margin: 0;
  }

  .InnerGIGABYTEContent .color_effect_content {
    padding-top: 4%;
    text-align: center;
  }

  .InnerGIGABYTEContent .color_picker_panel {
    display: block;
    text-align: center;
    position: relative;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent .table .col6l {
    width: auto;
  }

  .InnerGIGABYTEContent .frame {
    padding: 1em 0;
    width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .InnerGIGABYTEContent .title {
    font-size: 1.2em;
  }

  .InnerGIGABYTEContent .text {
    font-size: 15px;
    line-height: 1.4em;
    margin-top: 1em;
  }

  .InnerGIGABYTEContent .note {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 1.2em;
  }

  .InnerGIGABYTEContent .table {
    display: block;
  }

  .InnerGIGABYTEContent .table .cell {
    display: block;
  }

  .InnerGIGABYTEContent .table .cell_HIDE {
    display: block;
  }

  .InnerGIGABYTEContent .table .cell_SHOW {
    display: none;
  }

  .InnerGIGABYTEContent .table .col1l,
  .InnerGIGABYTEContent .table .col2l,
  .InnerGIGABYTEContent .table .col3l,
  .InnerGIGABYTEContent .table .col4l,
  .InnerGIGABYTEContent .table .col5l,
  .InnerGIGABYTEContent .table .col6l,
  .InnerGIGABYTEContent .table .col7l,
  .InnerGIGABYTEContent .table .col8l,
  .InnerGIGABYTEContent .table .col9l,
  .InnerGIGABYTEContent .table .col10l {
    width: 100%;
    margin: 0;
  }

  .InnerGIGABYTEContent .table .col1,
  .InnerGIGABYTEContent .table .col2,
  .InnerGIGABYTEContent .table .col3,
  .InnerGIGABYTEContent .table .col4,
  .InnerGIGABYTEContent .table .col5,
  .InnerGIGABYTEContent .table .col6,
  .InnerGIGABYTEContent .table .col7,
  .InnerGIGABYTEContent .table .col8,
  .InnerGIGABYTEContent .table .col9,
  .InnerGIGABYTEContent .table .col10 {
    width: 90;
    margin: 0 0;
  }

  .InnerGIGABYTEContent .table .col1s,
  .InnerGIGABYTEContent .table .col2s,
  .InnerGIGABYTEContent .table .col3s,
  .InnerGIGABYTEContent .table .col4s,
  .InnerGIGABYTEContent .table .col5s,
  .InnerGIGABYTEContent .table .col6s,
  .InnerGIGABYTEContent .table .col7s,
  .InnerGIGABYTEContent .table .col8s,
  .InnerGIGABYTEContent .table .col9s,
  .InnerGIGABYTEContent .table .col10s {
    width: 60%;
    margin: 0 20%;
  }

  .InnerGIGABYTEContent .table .cell .left,
  .InnerGIGABYTEContent .table .cell .right,
  .InnerGIGABYTEContent .table .cell .center {
    float: inherit;
    margin: 4% 0;
    text-align: left;
  }

  .InnerGIGABYTEContent .table .cell .center {
    padding: 0 0 0;
  }

  .InnerGIGABYTEContent .table .cell .offsetRight,
  .InnerGIGABYTEContent .table .cell .offsetLeft {
    margin-right: 0;
    margin-left: 0;
  }

  .InnerGIGABYTEContent .table .side {
    display: none;
  }

  .InnerGIGABYTEContent .img-large {
    display: none;
  }

  .InnerGIGABYTEContent .img-small {
    display: block;
  }

  .InnerGIGABYTEContent #header {
    background-color: #000;
    background-position: center 80px;
    background-repeat: no-repeat;
    position: relative;
  }

  .InnerGIGABYTEContent #header .title {
    font-size: 0.8em;
    margin: 7px 0 0 -128px;
  }

  .InnerGIGABYTEContent .titlebar {
    font-size: 1.0em;
    line-height: 1.4em;
    width: 90%;
    margin: 0 auto;
    margin-top: 10%;
  }

  .InnerGIGABYTEContent #memoryrgb {
    min-height: 1300px;
    position: relative;
  }

  .InnerGIGABYTEContent #memoryrgb .frame .cell {
    width: 100%;
  }

  .InnerGIGABYTEContent #functiontabs .tabtitle {
    padding: 6%;
    width: 84%;
    font-size: 0.8em;
  }

  .InnerGIGABYTEContent .tableall .title {
    font-size: 26px;
    text-align: center;
  }

  .InnerGIGABYTEContent .tableall .tablecon {
    position: relative;
    display: inline-block;
    width: 76%;
    border-left: 2px solid #595757;
    border-bottom: 2px solid #595757;
    min-height: 160px;
    padding-top: 16%;
    margin-top: 2%;
  }

  .InnerGIGABYTEContent .tableall .s1 {
    font-size: 16px;
    line-height: 20px;
  }

  .InnerGIGABYTEContent .tableall .s2 {
    font-size: 16px;
    line-height: 20px;
    padding-top: 20px;
  }

  .InnerGIGABYTEContent .stable01 .tabletext {
    position: relative;
    display: inline-block;
    width: 16%;
    vertical-align: top;
    margin-right: 1%;
    padding-top: 16%;
  }

  .InnerGIGABYTEContent .stable01 .table2 {
    margin-top: 30%;
  }

  .InnerGIGABYTEContent .stable01 .s2 {
    color: #cdcdcd;
    text-align: right;
    padding-top: 20px;
  }

  .InnerGIGABYTEContent .stable01 #st1 {
    position: absolute;
    right: 0%;
    top: 20px;
    width: 80px;
  }

  .InnerGIGABYTEContent .stable01 #st2 {
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: 30px;
    left: 30%;
  }

  .InnerGIGABYTEContent .tableall #st3 {
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: 120px;
    left: 46%;
  }

  .InnerGIGABYTEContent #a1 {
    height: 200px;
    width: 90%;
  }

  .InnerGIGABYTEContent #aBG {
    height: 200px;
    width: 90%;
  }

  .InnerGIGABYTEContent #aL {
    width: 80%;
    height: 100px;
    filter: blur(10px);
  }

  .InnerGIGABYTEContent #aR {
    width: 80%;
    height: 100px;
    filter: blur(10px);
  }

  .InnerGIGABYTEContent .nav-2 {
    width: 80%;
  }

  .InnerGIGABYTEContent .nav-2 ul {
    margin-left: 0px;
  }

  .InnerGIGABYTEContent .nav-2 ul li {
    margin-right: 20px;
    width: 22%;
  }

  .InnerGIGABYTEContent .box1 {
    margin-top: 0px;
    margin-bottom: 0%;
  }

  .InnerGIGABYTEContent .rgbicon {
    top: 55%;
  }

@keyframes led-style02 {
    0% {
      left: 60px;
      top: 90px;
    }

    20% {
      left: 40px;
      top: 40px;
    }

    50% {
      left: 20px;
      top: 20px;
    }

    70% {
      left: 0px;
      top: 0px;
    }

    90% {
      left: -30px;
      top: -30px;
    }

    100% {
      left: 60px;
      top: 90px;
    }
}

@keyframes led-style09 {
    0% {
      left: 60px;
      top: 90px;
      background-color: #ff0000;
    }

    20% {
      left: 40px;
      top: 40px;
      background-color: #fbff30;
    }

    50% {
      left: 20px;
      top: 20px;
      background-color: #ff7200;
    }

    70% {
      left: 0px;
      top: 0px;
      background-color: #4bff30;
    }

    90% {
      left: -30px;
      top: -30px;
      background-color: #0011ff;
    }

    100% {
      left: 60px;
      top: 90px;
      background-color: #ff0000;
    }
}

@keyframes led-style10 {
    0% {
      left: 120px;
      top: 140px;
    }

    20% {
      left: -20px;
      top: -20px;
    }

    50% {
      left: 10px;
      top: 10px;
    }

    70% {
      left: 50px;
      top: 50px;
    }

    90% {
      left: 70px;
      top: 70px;
    }

    100% {
      left: 120px;
      top: 140px;
    }
}

@keyframes led-style11 {
    0% {
      left: 120px;
      top: 140px;
      background-color: #ff0000;
    }

    20% {
      left: -20px;
      top: -20px;
      background-color: #51ff00;
    }

    50% {
      left: 10px;
      top: 10px;
      background-color: #0011ff;
    }

    70% {
      left: 50px;
      top: 50px;
      background-color: #ff00aa;
    }

    90% {
      left: 70px;
      top: 70px;
      background-color: #eeff00;
    }

    100% {
      left: 120px;
      top: 140px;
      background-color: #ff0000;
    }
}
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .InnerGIGABYTEContent .performance_h1 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 5px;
  }

  .InnerGIGABYTEContent .performance_h2 {
    font-weight: bold;
    font-size: 30px;
    color: #eee;
    letter-spacing: 2px;
  }

  .InnerGIGABYTEContent .performance_h3 {
    font-size: 18px;
    color: #eee;
    letter-spacing: 1px;
  }

  .InnerGIGABYTEContent .performance_h3_shadow {
    font-size: 18px;
    color: #eee;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
  }

  .InnerGIGABYTEContent .aorus_color_content {
    padding: 3% 20% 0 20%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .InnerGIGABYTEContent .performance_h1 {
    color: #eee;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 2px;
  }

  .InnerGIGABYTEContent .performance_h2 {
    font-weight: bold;
    font-size: 25px;
    color: #eee;
    letter-spacing: 2px;
  }

  .InnerGIGABYTEContent .performance_h3 {
    font-size: 16px;
    color: #eee;
    letter-spacing: 1px;
  }

  .InnerGIGABYTEContent .performance_h3_shadow {
    font-size: 16px;
    color: #eee;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
  }

  .InnerGIGABYTEContent .aorus_color_content {
    padding: 3% 14% 0 14%;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .InnerGIGABYTEContent .performance_h1 {
    color: #eee;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 2px;
  }

  .InnerGIGABYTEContent .performance_h2 {
    font-weight: bold;
    font-size: 20px;
    color: #eee;
    letter-spacing: 2px;
  }

  .InnerGIGABYTEContent .performance_h3 {
    font-size: 16px;
    color: #eee;
    letter-spacing: 1px;
  }

  .InnerGIGABYTEContent .performance_h3_shadow {
    font-size: 16px;
    color: #eee;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
  }

  .InnerGIGABYTEContent .aorus_color_content {
    padding: 3% 14% 0 14%;
  }
}