@import url("https://fonts.googleapis.com/css?family=Oswald");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,400,300,700");
@font-face {
  font-family: "myfont";
  src: url("../innergigabyteimages/AORUS.woff") format("woff");
  font-weight: bold;
}
body {
  background: #000;
  color: #fff;
}

.InnerGIGABYTEContent {
  /*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.6em;
  color: #fff;
  margin-top: 4%;
  font-family: 'myfont', sans-serif, Microsoft JhengHei;
}
.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-top: 1em;
  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;
}
@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;*/
  }
}
@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%;
  }
}
@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;
    line-height: 1.4em;
  }
  .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*/
}
.InnerGIGABYTEContent #keyfeature {
  overflow: hidden;
  margin-bottom: 6%;
}
.InnerGIGABYTEContent #keyfeature ul li {
  list-style: disc;
  margin-left: 4%;
}
.InnerGIGABYTEContent #keyfeature .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
}
.InnerGIGABYTEContent #memory01 .conbox1 {
  position: relative;
  display: inline-block;
  width: 60%;
  vertical-align: top;
  padding-top: 10%;
}
.InnerGIGABYTEContent #memory01 .conbox2 {
  display: inline-block;
  position: relative;
  width: 36%;
  margin-left: 2%;
}
.InnerGIGABYTEContent #memory02 .conbox1 {
  position: relative;
  display: inline-block;
  width: 40%;
}
.InnerGIGABYTEContent #memory02 .conbox2 {
  display: inline-block;
  position: relative;
  width: 56%;
  margin-left: 2%;
  vertical-align: top;
  padding-top: 8%;
}
.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 .titlesection {
  overflow: hidden;
}
.InnerGIGABYTEContent .bghover {
  position: relative;
}
.InnerGIGABYTEContent .titlebar {
  font-size: 3em;
  line-height: 1.3em;
  font-family: 'myfont', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 90%;
  margin: 0 auto;
  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;
}
@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 #memoryrgb {
  min-height: 1000px;
  position: relative;
  z-index: 15;
  margin-bottom: 10%;
}
.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%;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #memoryrgb {
    position: relative;
    min-height: 450px;
  }
  .InnerGIGABYTEContent .titlebar {
    font-size: 2.4em;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 960px) {
  .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 #memoryrgb {
    min-height: 500px;
    position: relative;
  }
  .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 #memory01 .conbox1 {
    width: 100%;
    padding-top: 0%;
  }
  .InnerGIGABYTEContent #memory01 .conbox2 {
    width: 100%;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent #memory02 .conbox1 {
    width: 100%;
  }
  .InnerGIGABYTEContent #memory02 .conbox2 {
    width: 100%;
    margin-left: 0%;
    padding-top: 0%;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent .titlebar {
    font-size: 1.4em;
    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%;
  }
}

#PCIe4SSD {
  margin-bottom: 4%;
}

.tableall .title {
  font-size: 40px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif, Microsoft JhengHei;
  font-family: 'Roboto Condensed', !important;
}

.stable01 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.tableall .s1 {
  font-size: 30px;
  line-height: 40px;
  color: #cdcdcd;
  text-align: right;
}

.stable01 .tabletext {
  position: relative;
  display: inline-block;
  width: 16%;
  vertical-align: top;
  margin-right: 1%;
  padding-top: 5%;
}

.tableall .s2 {
  font-size: 30px;
  line-height: 40px;
  color: #cdcdcd;
  text-align: right;
  padding-top: 18%;
}

.stable01 #st1 {
  position: absolute;
  right: 10%;
  top: 7%;
  width: auto;
  display: none;
}

.stable01 #st2 {
  position: absolute;
  color: #fff;
  font-size: 40px;
  top: 0%;
  right: 24%;
  display: none;
}

.tableall #st3 {
  position: absolute;
  color: #fff;
  font-size: 30px;
  top: 38%;
  right: 32%;
  display: none;
}

.tableall .tablecon {
  position: relative;
  display: inline-block;
  width: 76%;
  border-left: 2px solid #595757;
  border-bottom: 2px solid #595757;
  min-height: 300px;
  padding-top: 6%;
  margin-top: 2%;
}

.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%;
}

.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%;
}

@media screen and (max-width: 1366px) {
  .tableall .s1 {
    font-size: 20px;
    line-height: 30px;
  }

  .tableall .s2 {
    font-size: 20px;
    line-height: 30px;
  }

  .stable01 .s2 {
    color: #cdcdcd;
    text-align: right;
    padding-top: 8%;
  }

  .stable01 .tabletext {
    position: relative;
    display: inline-block;
    width: 16%;
    vertical-align: top;
    margin-right: 1%;
    padding-top: 10%;
  }

  .tableall .tablecon {
    position: relative;
    display: inline-block;
    width: 76%;
    border-left: 2px solid #595757;
    border-bottom: 2px solid #595757;
    min-height: 240px;
    padding-top: 10%;
    margin-top: 2%;
  }

  .stable01 #st1 {
    position: absolute;
    right: 5%;
    top: 12%;
    width: 120px;
  }

  .stable01 #st2 {
    position: absolute;
    color: #fff;
    font-size: 40px;
    top: 8%;
    left: 58%;
  }

  .tableall #st3 {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: 43%;
    left: 60%;
  }
}
@media screen and (max-width: 960px) {
  .tableall .s1 {
    font-size: 16px;
    line-height: 20px;
  }

  .tableall .s2 {
    font-size: 16px;
    line-height: 20px;
  }

  .stable01 .tabletext {
    position: relative;
    display: inline-block;
    width: 16%;
    vertical-align: top;
    margin-right: 1%;
    padding-top: 10%;
  }

  .stable01 .table2 {
    margin-top: 20%;
  }

  .stable01 .s2 {
    padding-top: 60px;
  }

  .stable01 #st1 {
    position: absolute;
    right: 0%;
    top: 6%;
    width: 100px;
  }

  .stable01 #st2 {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: 34px;
    left: 50%;
  }

  .tableall #st3 {
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: 150px;
    left: 58%;
  }
}
@media screen and (max-width: 640px) {
  .tableall .title {
    font-size: 26px;
    text-align: center;
  }

  .tableall .tablecon {
    position: relative;
    display: inline-block;
    width: 76%;
    border-left: 2px solid #595757;
    border-bottom: 2px solid #595757;
    min-height: 200px;
    padding-top: 16%;
    margin-top: 2%;
  }

  .tableall .s1 {
    font-size: 16px;
    line-height: 20px;
  }

  .tableall .s2 {
    font-size: 16px;
    line-height: 20px;
    padding-top: 20px;
  }

  .stable01 .tabletext {
    position: relative;
    display: inline-block;
    width: 16%;
    vertical-align: top;
    margin-right: 1%;
    padding-top: 16%;
  }

  .stable01 .table2 {
    margin-top: 30%;
  }

  .stable01 .s2 {
    color: #cdcdcd;
    text-align: right;
    padding-top: 20px;
  }

  .stable01 #st1 {
    position: absolute;
    right: 0%;
    top: 20px;
    width: 80px;
  }

  .stable01 #st2 {
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: 30px;
    left: 30%;
  }

  .tableall #st3 {
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: 120px;
    left: 46%;
  }
}
.con-led {
  margin-left: 10%;
  margin-right: 10%;
}

.nav-2 {
  width: 70%;
  margin: 6%;
}

.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);
}

.nav-2 img {
  width: auto;
}

map *:focus {
  outline: none;
}

.jQWCP-wWidget {
  background-color: transparent;
  box-shadow: 0px 0px 0px transparent;
  border-radius: 0px;
  border: 0;
  outline: none;
}

.jQWCP-wWidget.jQWCP-block {
  box-shadow: inset 0px 0px 0px #ccc;
}

.jQWCP-wWheel {
  border: 0;
}

#color-css {
  display: block;
}

.box1 {
  width: 100%;
  position: relative;
  height: 700px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 4%;
}

#a1 {
  width: 100%;
  height: 1000px;
  position: absolute;
  z-index: 11;
  background-color: #ED1B2F;
  filter: blur(20px);
  background-size: 100%;
}

#aBG {
  width: 100%;
  height: 1000px;
  position: absolute;
  z-index: 11;
  background-color: #000;
}

#aL {
  width: 100%;
  height: 200px;
  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 black inset;
  transform: rotate(25deg);
  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);
}

#aR {
  width: 100%;
  height: 200px;
  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 black inset;
  transform: rotate(30deg);
  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);
}

.rgbicon {
  position: absolute;
  z-index: 15;
  top: 840px;
  margin-bottom: 10%;
}

#color1 {
  width: 100%;
  max-height: 900px;
  position: absolute;
  z-index: 13;
  display: none;
  margin-top: -300px;
  transform: rotate(-45deg);
}

.b1 {
  width: 100%;
  position: absolute;
  z-index: 14;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

#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: 300px;
    top: 0px;
  }
  16% {
    left: 300px;
    top: 0px;
  }
  32% {
    left: 0px;
    top: 0px;
  }
  48% {
    left: -240px;
    top: 0px;
  }
  64% {
    left: -420px;
    top: 40px;
  }
  80% {
    left: -620px;
    top: 60px;
  }
  100% {
    left: -580px;
    top: 220px;
  }
}
@keyframes led-style10 {
  0% {
    left: -580px;
    top: 220px;
  }
  16% {
    left: -580px;
    top: 220px;
  }
  32% {
    left: -620px;
    top: 60px;
  }
  48% {
    left: -240px;
    top: 0px;
  }
  64% {
    left: -220px;
    top: 0px;
  }
  80% {
    left: 0px;
    top: 0px;
  }
  100% {
    left: 300px;
    top: 0px;
  }
}
@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);
  }
}
@media screen and (max-width: 1366px) {
  #a1 {
    height: 600px;
  }

  #aBG {
    height: 600px;
  }

  #aL {
    height: 160px;
  }

  #aR {
    height: 180px;
  }

  .nav-2 {
    width: 50%;
  }

  .nav-2 ul {
    margin-left: 0px;
  }

  .nav-2 ul li {
    margin-right: 10px;
    width: 20%;
  }

  .box1 {
    margin-top: 0px;
    margin-bottom: 20%;
  }

  .rgbicon {
    top: 60%;
  }

  @keyframes led-style02 {
    0% {
      left: 0px;
      top: -100px;
    }
    10% {
      left: 0px;
      top: -100px;
    }
    30% {
      left: 40px;
      top: 0px;
    }
    50% {
      left: 100px;
      top: 120px;
    }
    70% {
      left: 120px;
      top: 200px;
    }
    90% {
      left: 20px;
      top: 240px;
    }
    100% {
      left: -160px;
      top: 260px;
    }
  }
  @keyframes led-style10 {
    0% {
      left: -160px;
      top: 260px;
    }
    10% {
      left: -100px;
      top: 260px;
    }
    30% {
      left: -20px;
      top: 240px;
    }
    50% {
      left: 120px;
      top: 200px;
    }
    70% {
      left: 80px;
      top: 120px;
    }
    90% {
      left: 40px;
      top: 0px;
    }
    100% {
      left: 0px;
      top: -100px;
    }
  }
  @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) {
  #a1 {
    height: 300px;
  }

  #aBG {
    height: 300px;
  }

  #aL {
    width: 60%;
    height: 140px;
    filter: blur(10px);
  }

  #aR {
    width: 80%;
    height: 140px;
    filter: blur(10px);
  }

  .nav-2 {
    width: 50%;
  }

  .nav-2 ul {
    margin-left: 0px;
  }

  .nav-2 ul li {
    margin-right: 10px;
    width: 20%;
  }

  .box1 {
    margin-bottom: 0%;
  }

  .rgbicon {
    top: 60%;
  }

  @keyframes led-style02 {
    0% {
      left: 300px;
      top: 0px;
    }
    10% {
      left: 300px;
      top: 0px;
    }
    30% {
      left: 200px;
      top: 20px;
    }
    50% {
      left: 140px;
      top: 40px;
    }
    70% {
      left: 100px;
      top: 60px;
    }
    90% {
      left: 0px;
      top: 80px;
    }
    100% {
      left: -20px;
      top: 140px;
    }
  }
  @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: -60px;
      top: 140px;
    }
    10% {
      left: -60px;
      top: 140px;
    }
    30% {
      left: 0px;
      top: 120px;
    }
    50% {
      left: 20px;
      top: 60px;
    }
    70% {
      left: 90px;
      top: 40px;
    }
    90% {
      left: 140px;
      top: 20px;
    }
    100% {
      left: 200px;
      top: 0px;
    }
  }
  @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: 640px) {
  #a1 {
    height: 200px;
    width: 90%;
  }

  #aBG {
    height: 200px;
    width: 90%;
  }

  #aL {
    width: 80%;
    height: 100px;
    filter: blur(10px);
  }

  #aR {
    width: 80%;
    height: 100px;
    filter: blur(10px);
  }

  .nav-2 {
    width: 80%;
  }

  .nav-2 ul {
    margin-left: 0px;
  }

  .nav-2 ul li {
    margin-right: 20px;
    width: 22%;
  }

  .box1 {
    margin-top: 0px;
    margin-bottom: 0%;
  }

  .rgbicon {
    top: 55%;
  }

  @keyframes led-style02 {
    0% {
      left: 100px;
      top: -20px;
    }
    10% {
      left: 100px;
      top: -20px;
    }
    30% {
      left: 60px;
      top: -20px;
    }
    50% {
      left: 40px;
      top: 0px;
    }
    70% {
      left: 20px;
      top: 20px;
    }
    90% {
      left: 10px;
      top: 40px;
    }
    100% {
      left: -40px;
      top: 60px;
    }
  }
  @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: -40px;
      top: 60px;
    }
    10% {
      left: -40px;
      top: 60px;
    }
    30% {
      left: 0px;
      top: 40px;
    }
    50% {
      left: 10px;
      top: 20px;
    }
    70% {
      left: 20px;
      top: 0px;
    }
    90% {
      left: 60px;
      top: -20px;
    }
    100% {
      left: 100px;
      top: -20px;
    }
  }
  @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;
    }
  }
}
