﻿@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=Orbitron&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');


.InnerGIGABYTEContent body {
  font-family: 'Aldrich','Arial', 'cwTeXHei', 'Microsoft JhengHei';
  font-size: 30px;
  padding: 0;
  margin: 0;
}

@font-face {
  .InnerGIGABYTEContent {
    font-family: "myfont";
    src: url("../innergigabyteimages/AORUS.woff") format("woff");
    font-weight: bold;
  }
}

.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: 58px;
    line-height: 1.0em;
    margin-top: 20px;
    color: #0097fe;
    font-family: 'Teko', 'Roboto', 'Oswald', sans-serif, '微軟正黑體', Microsoft JhengHei;
    font-family: 'Teko', 'Roboto', 'Oswald', '微軟正黑體' !important;
}
.InnerGIGABYTEContent .suborangetitle {
    color:#0097fe;
    font-size: 36px;
    line-height: 30px;
    margin-top: 1%;
    font-family: 'Teko', 'Roboto', 'Oswald', sans-serif, '微軟正黑體', Microsoft JhengHei;
    font-family: 'Teko', 'Roboto', 'Oswald', '微軟正黑體' !important;
}

.InnerGIGABYTEContent .text {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4em;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #ddd;
    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;
    font-family: 'Roboto Condensed', sans-serif, '微軟正黑體', Microsoft JhengHei;
    font-family: 'Roboto Condensed', '微軟正黑體' !important;
}

.InnerGIGABYTEContent .top {
    font-family: 'Roboto Condensed', sans-serif, '微軟正黑體', Microsoft JhengHei;
    font-family: 'Roboto Condensed', '微軟正黑體' !important;
  }

.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;
}

/*features start*/

/* CSS Document */

/* html,
body {
    background: #010000;
    font-family: 'Titillium Web', sans-serif,  Microsoft JhengHei;
    font-size: 22px;
    width: 100%;
} */

/* Video 1 ************************************/

.InnerGIGABYTEContent .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.InnerGIGABYTEContent .video-container iframe,
.InnerGIGABYTEContent .video-container object,
.InnerGIGABYTEContent .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* slider */

.carousel-indicators li {
  width: 60px;
  height: 10px;
  background-color: #666;
  border: 1px solid #3a3a3a;
  border-radius: 0px;
}

.carousel-inner {
  padding-bottom: 2%;
}

.carousel-indicators .active {
  width: 60px;
  height: 10px;
  background-color: #0074FF;
}

/* carousel */

.glyphicon-chevron-left:before {
  content: '';
}

.glyphicon-chevron-right:before {
  content: '';
}


.InnerGIGABYTEContent .bghover {
  position: relative;
}

.InnerGIGABYTEContent .exlinebg {
  margin-top: 4%;
  margin-bottom: 2%;
}

.InnerGIGABYTEContent .button {
  flex: 1 1 auto;
  margin: 10px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: .3s;
}
.InnerGIGABYTEContent .button:after {
  position: absolute;
  transition: .3s;
  content: '';
  width: 0;
  left: 0%;
  bottom: 0;
  height: 3px;
  background: #f7f7f7;
}


.InnerGIGABYTEContent .button:hover {
  cursor: pointer;
  display: block;
}
.InnerGIGABYTEContent .button:hover:after {
  width: 100%;
  left: 0;
}



.InnerGIGABYTEContent .button1 {
  flex: 1 1 auto;
  margin: 10px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: .3s;
}
.InnerGIGABYTEContent .button1:after {
  position: absolute;
  transition: .3s;
  content: '';
  width: 0;
  left: 0%;
  bottom: 0;
  height: 3px;
  background: #f7f7f7;
}

.InnerGIGABYTEContent .button1:hover {
  cursor: pointer;
}
.InnerGIGABYTEContent .button1:hover:after {
  width: 100%;
  left: 0;
}



.InnerGIGABYTEContent .button2 {
  flex: 1 1 auto;
  margin: 10px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: .3s;
}
.InnerGIGABYTEContent .button2:after {
  position: absolute;
  transition: .3s;
  content: '';
  width: 0;
  left: 0%;
  bottom: 0;
  height: 3px;
  background: #f7f7f7;
}

.InnerGIGABYTEContent .button2:hover {
  cursor: pointer;
}
.InnerGIGABYTEContent .button2:hover:after {
  width: 100%;
  left: 0;
}


/*titlebar*/

.InnerGIGABYTEContent .titlebar {
	font-size: 60px;
    font-family: 'Orbitron', 'Roboto', 'Oswald', sans-serif, '微軟正黑體', Microsoft JhengHei;
    font-family: 'Orbitron', 'Roboto', 'Oswald', '微軟正黑體' !important;
	color: #0097fe;
	letter-spacing:2px;
	text-shadow: -2px -2px 0 #0066ab, 
               2px -2px 0 #0066ab,
              -2px 2px 0 #0066ab, 
              2px 2px 0 #0066ab;
	text-align: center;
	padding: 40px 0px 0px 0px;
	/*background-image: url("../innergigabyteimages/line.png");*/
	font-weight: 500;
}

.titlesection {
  overflow: hidden;
  position: relative;
  height: 40px;
  max-width: 1920px;
  margin: 0 auto;
}

.titlelinebg {
  width: 100%;
  background:#00a8ff;
background: -moz-linear-gradient(top, #00a8ff 0%, #0074FF 100%);
background: -webkit-linear-gradient(top, #00a8ff 0%, #0074FF 100%);
background: linear-gradient(to bottom, #00a8ff 0%, #0074FF 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8ff', endColorstr='#0074FF',GradientType=0 );
  height: 40px;
  position: absolute;
}

.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);
  width: 100%;
  height: 40px;
  position: absolute;
  animation: led-style4 2.5s linear infinite;
  -webkit-animation: led-style4 2.5s linear infinite;
}

.linebg {
  background-image: url("../innergigabyteimages/Z390_UD_bar.png");
  width:100%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  height: 40px;
  position: absolute;
}

.titlebarDimension {
  font-family: 'Oswald', sans-serif, '微軟正黑體', Microsoft JhengHei;
  font-size: 1.8em;
  line-height: 1.0em;
  margin-bottom: 10px;
}

@keyframes led-style4 {
  0% {
    left: -80%;
  }
  30% {
    left: 30%;
  }
  31% {
    left: 50%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes led-style4 {
  0% {
    left: -60%;
  }
  25% {
    left: 30%;
  }
  25.1% {
    left: 50%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

.InnerGIGABYTEContent #line {
	background-image:url(../innergigabyteimages/line.png);
    background-position: center center;
    background-repeat: no-repeat;
	min-height:50px;
}

.InnerGIGABYTEContent .imagefadein {
  display: none;
  width:1920px;
}

.InnerGIGABYTEContent .textbutton {
  bottom: 100px;
  right: 16%;
  text-align: right;
  position: relative;
  font-family: 'myfont', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
  color: #ff6400;
  font-size: 1.6em;
  font-weight: bold;
  text-shadow: 0px 0px 20px #000;
}


/* 8 icons */

.InnerGIGABYTEContent #featureicon {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

.InnerGIGABYTEContent #featureicon .featurenav {
  float: left;
  /* width: 24.76%; */
  width: 33%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-left: 4px solid #000;
}

.InnerGIGABYTEContent #featureicon .featurenav img {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
  margin: 0 auto;
}

.InnerGIGABYTEContent #featureicon .featurenav:hover img {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}

.InnerGIGABYTEContent #featureicon .title {
  border-bottom: 3px solid #0097fe;
  font-size: 1.8vw;
  line-height: 2.6vw;
  text-transform: uppercase;
  text-align: center;
  color: #ccc;
  bottom: 0;
  background: #3f3f3f;
  position: absolute;
  width: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.InnerGIGABYTEContent #featureicon .featurenav:hover .title {
  color: #0097fe;
}

/*learn more*/

.InnerGIGABYTEContent .moreicon {
  text-align: center;
  cursor: pointer;
  font-size: 2em;
  line-height: 1.6em;
  color: #bc863f;
    font-family: 'Teko', sans-serif, '微軟正黑體', Microsoft JhengHei;
    font-family: 'Teko', '微軟正黑體' !important;
  }

.InnerGIGABYTEContent .moreiconOpen {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 40px;
}

.InnerGIGABYTEContent .morecon {
  display: none;
}

.InnerGIGABYTEContent .moreline {
  /*border-bottom:3px solid #ff6400;
  background-image: url("../innergigabyteimages/learnmoreline.png");*/
  background:linear-gradient(90deg, #573900, #ff7b00, #bc863f);
background-size: 800% 800%;
-webkit-animation: AnimationName 5s ease infinite;
-moz-animation: AnimationName 5s ease infinite;
animation: AnimationName 5s ease infinite;
  min-height: 2px;
  margin-bottom: 60px;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.InnerGIGABYTEContent .morelineOpen {
  border-bottom: 2px solid #bc863f;
}

.InnerGIGABYTEContent .btnstyle {
  transition: all .2s;
  border-radius: 10%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: #bc863f;
  margin: 0 auto;
  margin-bottom: -16px;
  z-index: 99;
  position: relative;
}

.InnerGIGABYTEContent .btnstyle span {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 0 auto;
  background-color: #000;
  transform: translateY(10px) rotate(90deg);
  -webkit-transform: translateY(10px) rotate(90deg);
  -ms-transform: translateY(10px) rotate(90deg);
}

.InnerGIGABYTEContent .btnstyle:before {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 0 auto;
  background-color: #000;
  transform: translateY(14px) rotate(0deg);
  -webkit-transform: translateY(14px) rotate(0deg);
  -ms-transform: translateY(14px) rotate(0deg);
}

.InnerGIGABYTEContent .menuOpen span {
  height: 0px;
}

.InnerGIGABYTEContent .menuOpen {
  background: #bc863f;
}

/*mb-spec*/

::selection {
  background: #ff7200;
  color: #fff;
}

.InnerGIGABYTEContent #ledbg {
  background: url("../innergigabyteimages/spec_1920.jpg");
  background-position: 50% top;
  background-repeat: no-repeat;
  min-height: 1060px;
  animation: ledcolor 5s linear infinite 0.1s;
  -moz-animation: ledcolor 5s linear infinite 0.1s;
  -ms-animation: ledcolor 5s linear infinite 0.1s;
  -o-animation: ledcolor 5s linear infinite 0.1s;
  -webkit-animation: ledcolor 5s linear infinite 0.1s;
}

@keyframes ledcolor {
  from {
    filter: hue-rotate(0deg);
    -webkit-filter: hue-rotate(0deg);
    -ms-filter: hue-rotate(0deg);
  }

  to {
    filter: hue-rotate(360deg);
    -webkit-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
  }
}


.InnerGIGABYTEContent #mbspec {
  background: url("../innergigabyteimages/specline_1920.png");
  background-position: 50% top;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  min-height: 850px;
  margin-top: 0px;
  font-size: 18px;
}

.InnerGIGABYTEContent #mbspec .spec1{
  position: relative;
  width: 1060px;
  float: left;
  padding-left: 25px;
  color: #fff;
  text-align: left;
}

.InnerGIGABYTEContent #mbspec .spec2 {
  position: relative;
  width: 220px;
  float: left;
  color: #fff;
}

.InnerGIGABYTEContent .mbspec-s {
  display: none;
}

.InnerGIGABYTEContent #mbspec .speclist {
  position: absolute;
}

.InnerGIGABYTEContent #mbspec .speclist .specpoint {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
  border: 2px solid #0097fe;
  color: #fff;
  line-height: 30px;
  margin-right: 6px;
  text-align: center;
  margin-bottom: 4%;
  font-size: 16px;
  margin: 10px;
  display: none;
}

.InnerGIGABYTEContent #mbspec .speclist-small {
  font-size: 16px;
  line-height: 22px;
  padding-top: 6px;
  color: #a8a8a8;
}

.InnerGIGABYTEContent .spec1 .speclist {
  padding-right: 2px;
  background-color: #000;
}


.InnerGIGABYTEContent .spec1 #specitemlist01 {
  top: 20px;
  width: 170px;
}

.InnerGIGABYTEContent .spec1 #specitemlist02 {
  top: 235px;
}

.InnerGIGABYTEContent .spec1 #specitemlist03 {
  top: 430px;
}

.InnerGIGABYTEContent .spec1 #specitemlist04 {
  top: 600px;
  width: 235px;
}

.InnerGIGABYTEContent .spec2 #specitemlist05 {
  top: 12px;
}

.InnerGIGABYTEContent .spec2 #specitemlist06 {
  top: 187px;
}

.InnerGIGABYTEContent .spec2 #specitemlist07 {
  top: 373px;
}

.InnerGIGABYTEContent .spec2 #specitemlist08 {
  top: 535px;
}

.InnerGIGABYTEContent .spec2 #specitemlist09 {
  top: 735px;
}




/* tabicon ************************************/

.InnerGIGABYTEContent #tabicon .tabcon {
  width: 100%;
  /*background-color: #666;*/
  margin: 0 auto;
  clear: both;
  margin-bottom: 10%;
  display: none;
}

.InnerGIGABYTEContent #tabicon .triP {
  background-color: #f5ad6a;
  width: 100px;
  height: 20px;
}

.InnerGIGABYTEContent #tabicon ol li {
  list-style: none;
  text-align: center;
  float: left;
  width: 50%;
  cursor: pointer;
  border: 1px solid #f5ad6a;
  transition: all 0.3s linear;
}

.InnerGIGABYTEContent .tabcon #wtfast img {
  margin: 0 auto;
}

.InnerGIGABYTEContent .iconall {
  width: 40%;
  margin: 0 auto;
}

.InnerGIGABYTEContent #tabbox {
  min-height: 900px;
}

.InnerGIGABYTEContent .trianglediv::after {
  content: "";
  position: absolute;
  border-top: #f5ad6a 16px solid;
  border-right: transparent 10px solid;
  border-bottom: transparent 10px solid;
  border-left: transparent 10px solid;
  margin-top: 4px;
  z-index: 1;
}

/* start RGB main page */

.InnerGIGABYTEContent .mainpage {
  width: 100%;
  z-index: 9;
}

.InnerGIGABYTEContent .mainpage1 {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 0;
  animation: led-style5 2s alternate infinite;
  -webkit-animation: led-style5 2s alternate infinite;
}

.InnerGIGABYTEContent .mainpage2 {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 0;
  animation: led-style5 1s alternate infinite;
  -webkit-animation: led-style5 1s alternate infinite;
  animation-delay: 1s;
}

@keyframes led-style5 {
  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-style5 {
  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-style5 {
  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;
  }
}

/* end main page */

/*TOP*/

.InnerGIGABYTEContent #gotop {
  background-color: rgba(51, 51, 51, 0.8);
  color: #FFFFFF;
  margin: 10px;
  padding: 14px;
  cursor: pointer;
  bottom: 46px;
  right: 4%;
  position: fixed;
  display: none;
  transition: all 0.3s linear;
  z-index: 2;
}

.InnerGIGABYTEContent #gotop img {
  margin: 0 auto;
}

.InnerGIGABYTEContent #gotop:hover {
  background-color: #666;
}

/* Youtube*/

.InnerGIGABYTEContent .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
}

.InnerGIGABYTEContent .youtube {
  background-color: #000;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.InnerGIGABYTEContent .youtube img {
  width: 100%;
  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;
}

.InnerGIGABYTEContent #pcie {
  background-image: url("../innergigabyteimages/pcie4.0_1920.jpg");
  background-position: 50% bottom;
  min-height: 700px;
}

.InnerGIGABYTEContent #pcie .conbox1 {
    width: 50%;
    margin-top: 10%;
}

.InnerGIGABYTEContent #pcb {
  background-image: url("../innergigabyteimages/pcb_1920.jpg");
  background-position: 50% top;
  min-height: 1100px;
}

.InnerGIGABYTEContent #pcb .conbox1 {
  position: absolute;
  margin-left: 1005px;
  margin-top: 50px;
}

.InnerGIGABYTEContent #pcb .conbox2 {
  position: absolute;
  margin-left: 1005px;
  margin-top: 230px;
}

.InnerGIGABYTEContent #pcb .conbox3 {
  position: absolute;
  margin-left: 1005px;
  margin-top: 395px;
}

.InnerGIGABYTEContent #pcb .conbox4 {
  margin-left: 1005px;
  margin-top: 540px;
}

.InnerGIGABYTEContent #pcb-s {
  display: none;
}

.InnerGIGABYTEContent #slot {
  background-image: url("../innergigabyteimages/slots_1920.jpg");
  background-position: 50% top;
  min-height: 650px;
}

.InnerGIGABYTEContent #slot .conbox {
  margin-top: 10%;
  width: 60%;
}

.InnerGIGABYTEContent #slot .img01 {
  display: none;
}

.InnerGIGABYTEContent #port .conbox1 {
  position: absolute;
  text-align: center;
  margin-left: 160px;
  margin-top: -20px;
}

.InnerGIGABYTEContent #port .conbox2 {
  position: absolute;
  text-align: center;
  margin-left: 620px;
  margin-top: -20px;
}

.InnerGIGABYTEContent #port .img02 {
  display: none;
}

.InnerGIGABYTEContent #m2 {
  background-image: url("../innergigabyteimages/m2_1920.jpg");
  background-position: 50% 0px;
  min-height:750px;
}

.InnerGIGABYTEContent #m2 .img01{
  display: none;
}

.InnerGIGABYTEContent #m2 .conbox{
  float: right;
  width: 60%;
  margin-top: 5%;
}

.InnerGIGABYTEContent #m2 .conbox2{
  position:absolute;
  top:-15px;
  left:5px;
  z-index:2;
  width: 1300px;
}

.InnerGIGABYTEContent #m2 .conbox3{
  display: none;
}

.InnerGIGABYTEContent .tableall {
  width: 100%;
  margin-top: 200px;
}

.InnerGIGABYTEContent .stable01 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.InnerGIGABYTEContent .tableall .s1 {
  font-size: 36px;
  line-height: 20px;
  text-align: right;
}

.InnerGIGABYTEContent .stable01 .tabletext {
  position: relative;
  display: inline-block;
  width: 20%;
  vertical-align: top;
  float: left;
  margin-right: 2%;
  margin-top: 4%;
}

.InnerGIGABYTEContent .tableall .s2 {
  font-size: 36px;
  line-height: 6px;
  text-align: right;
  padding-top: 20%;
  color: #aaa;
}

.InnerGIGABYTEContent .stable01 #st4 {
  position: absolute;
  font-size: 24px;
  margin-top: 45px;
  color: #FFF;
  left: 78%;
  display: none;
}

.InnerGIGABYTEContent .stable01 #st5 {
  position: absolute;
  font-size: 24px;
  margin-top: 110px;
  color: #FFF;
  left: 51%;
  display: none;
}

.InnerGIGABYTEContent .stable01 #st6 {
  position: absolute;
  font-size: 14px;
  margin-top: 150px;
  color: #FFF;
  left: 80%;
  font-family: 'Roboto Condensed', sans-serif, '微軟正黑體', Microsoft JhengHei;
  font-family: 'Roboto Condensed', '微軟正黑體' !important;
}

.InnerGIGABYTEContent .stable01 .line {
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  margin-top: 5%;
  float: left;
  width: 100%;
}

.InnerGIGABYTEContent .tableall .tablecon {
  position: relative;
  display: inline-block;
  width: 78%;
  min-height: 30px;
  padding-top: 0%;
  margin-top: 3%;
  border-left: 1px solid #aaa;
}

.InnerGIGABYTEContent .stable01 .table1 {
  margin-top: 3%;
  background: #fff;
  background: -moz-linear-gradient(left, #0060ff 0%, #0097fe 100%);
  background: -webkit-linear-gradient(left, #0060ff 0%, #0097fe 100%);
  background: linear-gradient(to right, #0060ff 0%, #0097fe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060ff', endColorstr='#0097fe', GradientType=1);
  height: 30px;
  width: 0%;
  transition: all 1.6s ease;
  -webkit-transition: all 1.6s ease;
  margin-left: 1%;
}

.InnerGIGABYTEContent .stable01 .table2 {
  margin-top: 6%;
  background: #fff;
  background: -moz-linear-gradient(left, #aaa 0%, #ccc 100%);
  background: -webkit-linear-gradient(left, #aaa 0%, #ccc 100%);
  background: linear-gradient(to right, #aaa 0%, #ccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaa', endColorstr='#ccc', GradientType=1);
  height: 30px;
  width: 0%;
  transition: all 1.6s ease;
  -webkit-transition: all 1.6s ease;
  margin-left: 1%;
}

.InnerGIGABYTEContent #component .conbox1 {
  display: inline-block;
  width: 50%;
  margin-top: 8%;
}

.InnerGIGABYTEContent #component .conbox2 {
  display: inline-block;
  width: 48%;
  float: right;
}

.InnerGIGABYTEContent #network .conbox1 {
    display: inline-block;
    position: relative;
    width: 50%;
}

.InnerGIGABYTEContent #network .conbox2 {
    display: inline-block;
    position: relative;
    float: right;
    width: 50%;
}

.InnerGIGABYTEContent #gen2 .conbox1 {
    display: inline-block;
    position: relative;
    width: 40%;
}

.InnerGIGABYTEContent #gen2 .conbox2 {
    display: inline-block;
    position: relative;
    float: right;
    width: 57%;
}

.InnerGIGABYTEContent #typec {
  background-image: url("../innergigabyteimages/type-c_1920.jpg");
  min-height: 500px;
}

.InnerGIGABYTEContent #typec .conbox {
    display: inline-block;
    margin-top: 10%;
    width: 65%;
}

.InnerGIGABYTEContent #ASPEEDAST2500 .conbox1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-top:2%;
    width: 50%;

}

.InnerGIGABYTEContent #ASPEEDAST2500 .conbox2 {
    display: inline-block;
    position: relative;
    width: 45%;
}


.InnerGIGABYTEContent #ASPEEDAST2500 .conbox3 {
    position: relative;
    display: inline-block;
    width: 48%;

}

.InnerGIGABYTEContent #ASPEEDAST2500 .conbox4 {
    display: inline-block;
    position: relative;
    width: 48%;
    margin-left:2%;
}

.InnerGIGABYTEContent #ASPEEDAST2500 .conbox1 ol li{
    list-style:disc;
    margin-left:4%;
}

.InnerGIGABYTEContent #ControlCenter .conbox1 {
    position: relative;
    display: inline-block;
    width: 47%;

}

.InnerGIGABYTEContent #ControlCenter .conbox2 {
    display: inline-block;
    position: relative;
    width: 47%;
    margin-left:2%;
}

.InnerGIGABYTEContent #ControlCenter ol li{
    list-style:disc;
    margin-left:1%;
}

.InnerGIGABYTEContent #alc1220{
  background-image: url("../innergigabyteimages/audio_1920.jpg");
  background-position: 50% -250px;
  background-repeat: no-repeat;
  min-height: 580px;
}

.InnerGIGABYTEContent #alc1220 .conbox1{
  width:52%;
  float:right;
  margin-top:5%;
}

.InnerGIGABYTEContent #audiodac .conbox1{
  width:22%;
  display: inline-block;
}

.InnerGIGABYTEContent #audiodac .conbox2{
  width:76%;
  float:right;
  margin-top: -30px;
  display: inline-block;
}

.InnerGIGABYTEContent .graylinebg {
  background-image: url("../innergigabyteimages/graylinebg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 80px;
}

.InnerGIGABYTEContent .table .table {
  background-color: transparent;
}

.InnerGIGABYTEContent #exclusive {
  min-height:1100px;
}

.InnerGIGABYTEContent #exclusive .t1 {
  z-index: 4;
  margin-top:700px;
  position: absolute;
  width:30%;
}

.InnerGIGABYTEContent #exclusive .conbox {
  z-index: 1;
}


@media screen and (max-width: 1440px) {

.InnerGIGABYTEContent #pcie {
  background-image: url("../innergigabyteimages/pcie4.0_1440.jpg");
  min-height: 620px;
}

.InnerGIGABYTEContent #pcie .conbox1 {
  width: 40%;
  margin-top: 10%;
}

.InnerGIGABYTEContent #typec {
  background-image: url("../innergigabyteimages/type-c_1440.jpg");
  min-height: 500px;
}

.InnerGIGABYTEContent #typec .conbox {
    display: inline-block;
    margin-top: 15%;
    width: 65%;
}

}



@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .table .col6l {
    width: 50%;
  }

  .InnerGIGABYTEContent .table .col52,
  .InnerGIGABYTEContent .table .col52s {
    width: auto;
  }

  .InnerGIGABYTEContent .frame {
    width: 960px;
  }

.InnerGIGABYTEContent .title {
    font-size: 54px;
    line-height: 1.0em;
}

.InnerGIGABYTEContent .titlebar {
    font-size: 40px;
    line-height: 1.0em;
}

  .InnerGIGABYTEContent .textbutton {
    bottom: 80px;
    right: 16%;
  }

  /* 8 icons */

.InnerGIGABYTEContent #featureicon {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

  .InnerGIGABYTEContent #featureicon .featurenav {
    /* width: 24.58%; */
    width: 33%;
  }

  .InnerGIGABYTEContent #featureicon .featurenav .title{
    font-size: 24px;
  }

  /*mb-spec*/

  .InnerGIGABYTEContent #ledbg {
    background: url("../innergigabyteimages/spec_1366.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 683px;
  }

  .InnerGIGABYTEContent #mbspec {
    background: url("../innergigabyteimages/specline_1366.png");
    background-position: 50% top;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    min-height: 605px;
    margin-top: 30px;
  }

  .InnerGIGABYTEContent #mbspec .text {
    font-size: 14px;
  }

  .InnerGIGABYTEContent .mbspec-s {
    display: none;
  }

  .InnerGIGABYTEContent #mbspec .spec1 {
    width: 730px;
    padding-left: 0px;
  }

  .InnerGIGABYTEContent #mbspec .spec2 {
    width: 170px;
  }

  .InnerGIGABYTEContent #mbspec .speclist-small {
    font-size: 13px;
    line-height: 16px;
    padding-top: 6px;
    color: #a8a8a8;
  }

  .InnerGIGABYTEContent .spec1 #specitemlist01 {
    top: 13px;
    width: 120px;
  }

  .InnerGIGABYTEContent .spec1 #specitemlist02 {
    top: 165px;
  }

  .InnerGIGABYTEContent .spec1 #specitemlist03 {
    top: 303px;
  }

  .InnerGIGABYTEContent .spec1 #specitemlist04 {
    top: 425px;
    width: 160px;
  }

  .InnerGIGABYTEContent .spec2 #specitemlist05 {
    top: 5px;
  }

  .InnerGIGABYTEContent .spec2 #specitemlist06 {
    top: 130px;
  }

  .InnerGIGABYTEContent .spec2 #specitemlist07 {
    top: 260px;
  }

  .InnerGIGABYTEContent .spec2 #specitemlist08 {
    top: 375px;
  }

  .InnerGIGABYTEContent .spec2 #specitemlist09 {
    top: 520px;
  }



  .InnerGIGABYTEContent .iconall {
    width: 50%;
    margin: 0 auto;
  }


  /* tabicon ************************************/

  .InnerGIGABYTEContent #tabicon ol li {
    margin-bottom: 1%;
    list-style: none;
    float: left;
    cursor: pointer;
    /*margin-left:4%;*/
  }

  .InnerGIGABYTEContent #tabicon ol li:hover {
    border: 10px solid #ED1B2F;
  }

  .InnerGIGABYTEContent #tabicon img {
    width: 100%;
  }

  .InnerGIGABYTEContent #tabicon .tabcon {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    display: none;
  }

  .InnerGIGABYTEContent .tabbox {
    overflow: visible;
    min-height: 800px;
  }

.InnerGIGABYTEContent #pcb {
  background-image: url("../innergigabyteimages/pcb_1366.jpg");
  background-position: 50% 25px;
  min-height: 850px;
}

.InnerGIGABYTEContent #pcb .conbox1 {
  position: absolute;
  margin-left: 705px;
  margin-top: 27px;
}

.InnerGIGABYTEContent #pcb .conbox2 {
  position: absolute;
  margin-left: 705px;
  margin-top: 153px;
}

.InnerGIGABYTEContent #pcb .conbox3 {
  position: absolute;
  margin-left: 705px;
  margin-top: 273px;
}

.InnerGIGABYTEContent #pcb .conbox4 {
  position: absolute;
  margin-left: 705px;
  margin-top: 370px;
}

.InnerGIGABYTEContent #pcb .img01 {
  margin-top: 460px;
}

.InnerGIGABYTEContent #port .conbox1 {
  position: absolute;
  text-align: center;
  margin-left: 60px;
  margin-top: -20px;
}

.InnerGIGABYTEContent #port .conbox2 {
  position: absolute;
  text-align: center;
  margin-left: 370px;
  margin-top: -20px;
}

.InnerGIGABYTEContent #m2 {
  background-image: url("../innergigabyteimages/m2_1366.jpg");
  background-position: 50% -235px;
  min-height:650px;
}

.InnerGIGABYTEContent #m2 .conbox{
  float: right;
  width: 65%;
  margin-top: 4%;
}

.InnerGIGABYTEContent #m2 .conbox2{
  position:absolute;
  top:50px;
  left:-10px;
  z-index:2;
  width: 920px;
}

.InnerGIGABYTEContent .tableall {
  width: 100%;
  margin-top: 130px;
}

.InnerGIGABYTEContent .stable01 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.InnerGIGABYTEContent .tableall .s1 {
  font-size: 30px;
  line-height: 20px;
  text-align: right;
}

.InnerGIGABYTEContent .stable01 .tabletext {
  position: relative;
  display: inline-block;
  width: 20%;
  vertical-align: top;
  float: left;
  margin-right: 1%;
  margin-top: 4%;
}

.InnerGIGABYTEContent .tableall .s2 {
  font-size: 30px;
  line-height: 6px;
  text-align: right;
  padding-top: 22%;
  color: #aaa;
}

.InnerGIGABYTEContent .stable01 #st4 {
  position: absolute;
  font-size: 24px;
  margin-top: 45px;
  left: 77%;
  display: none;
}

.InnerGIGABYTEContent .stable01 #st5 {
  position: absolute;
  font-size: 24px;
  margin-top: 102px;
  left: 50%;
  display: none;
}

.InnerGIGABYTEContent .stable01 #st6 {
  position: absolute;
  font-size: 14px;
  margin-top: 150px;
  color: #FFF;
  left: 76%;
}

.InnerGIGABYTEContent .tableall .tablecon {
  position: relative;
  display: inline-block;
  width: 78%;
  min-height: 30px;
  padding-top: 0%;
  margin-top: 4%;
}

.InnerGIGABYTEContent #component .conbox1 {
  display: inline-block;
  width: 50%;
  margin-top: 2%;
}

.InnerGIGABYTEContent #alc1220{
  background-image: url("../innergigabyteimages/audio_1920.jpg");
  background-position: 50% -250px;
  background-repeat: no-repeat;
  min-height: 550px;
}

.InnerGIGABYTEContent #audiodac .conbox1{
  width:25%;
  display: inline-block;
}

.InnerGIGABYTEContent #audiodac .conbox2{
  width:71%;
  float:right;
  display: inline-block;
}


.InnerGIGABYTEContent #exclusive {
  min-height:820px;
}

  .InnerGIGABYTEContent #exclusive .t1 {
	  width:430px;
	  margin-top:470px;
  }


}


@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: 2.2em;
  }

.InnerGIGABYTEContent .suborangetitle {
    font-size: 1.8em;
  }

  .InnerGIGABYTEContent .note {
    font-size: 0.5em;
    line-height: 1.5em;
    margin-top: 1.2em;
  }

  .InnerGIGABYTEContent .table .col5,
  .InnerGIGABYTEContent .table .col5s,
  .InnerGIGABYTEContent .table .col5l {
    width: 95%;
  }

  /* 8 icons */

  .InnerGIGABYTEContent #featureicon .featurenav {
    /* width: 49.3%; */
    width: 50%;
  }

  .InnerGIGABYTEContent #featureicon .featurenav .title {
    font-size: 3vw;
    line-height: 5vw;
  }

  /*mb-spec*/

  .InnerGIGABYTEContent #ledbg {
    display: none;
  }

  .InnerGIGABYTEContent #mbspec {
    background-image: url("");
    margin-top: 0px;
  }

  .InnerGIGABYTEContent .mbspec-s {
    display: block;
  }

  .InnerGIGABYTEContent #mbspec .text {
    font-size: 1em;
    overflow: hidden;
  }

 .InnerGIGABYTEContent  #mbspec .spec1 {
    width: 45%;
    padding-bottom: 0%;
    margin-right: 6%;
  }


  .InnerGIGABYTEContent #mbspec .speclist {
    position: relative;
  }

  .InnerGIGABYTEContent #mbspec .spec1 .speclist {
    left: 0px;
    text-align: left;
  }

  .InnerGIGABYTEContent #mbspec .speclist {
    margin-top: 3%;
  }

  .InnerGIGABYTEContent #mbspec .speclist .specpoint {
    display: inline-block;
    position: relative;
    width: 30px;
    vertical-align: top;
    margin-top: -0.5px;
  }

  .InnerGIGABYTEContent #mbspec .speclist .speccontent {
    display: inline-block;
    position: relative;
    width: 78%;
  }

  .InnerGIGABYTEContent #mbspec .spec2 {
    width: 45%;
    left: 0%;
  }

  .InnerGIGABYTEContent #mbspec .speclist-small {
    font-size: 16px;
    line-height: 20px;
    padding-top: 6px;
    color: #a8a8a8;
    margin-bottom: 6%;
  }

  .InnerGIGABYTEContent .spec1 #specitemlist01 {
    top: 0px;
    width: auto;
  }

  .InnerGIGABYTEContent .spec1 #specitemlist02 {
    top: 0px;
    width: auto;
  }

  .InnerGIGABYTEContent .spec1 #specitemlist03 {
    top: 0px;
    width: auto;
  }

  .InnerGIGABYTEContent .spec1 #specitemlist04 {
    top: 0px;
    width: auto;
  }

  .InnerGIGABYTEContent .spec2 #specitemlist05 {
    top: 0px;
  }

  .InnerGIGABYTEContent .spec2 #specitemlist06 {
    top: 0px;
    width: auto;
  }

  .InnerGIGABYTEContent .spec2 #specitemlist07 {
    top: 0px;
  }

  .InnerGIGABYTEContent .spec2 #specitemlist08 {
    top: 0px;
  }

  .InnerGIGABYTEContent .spec2 #specitemlist09 {
    top: 0px;
  }



  .InnerGIGABYTEContent .titlebar {
    font-size: 2.6em;
  letter-spacing:2px;
  text-shadow: -1px -1px 0, 
               1px -1px 0,
              -1px 1px 0, 
              1px 1px 0;
  }


  /* tabicon ************************************/

  .InnerGIGABYTEContent .tabbox {
    overflow: visible;
    min-height: 700px;
  }

  /* contentflow */

  #CFw {
    min-height: 300px;
    margin-top: 0px;
    display: none;
  }

  #cfw-small,
  #siv-small,
  #easy-small,
  #osd-small,
  #bios-small {
    display: block;
  }

  .mb5text div {
    width: 90%;
  }

.InnerGIGABYTEContent #pcie {
  background-image: url("../innergigabyteimages/pcie4.0_960.jpg");
  background-position: 50% bottom;
  min-height: 800px;
}

.InnerGIGABYTEContent #pcie .conbox1 {
    width: 100%;
    margin-top: 0%;
}

.InnerGIGABYTEContent #pcb {
  display: none;
}

.InnerGIGABYTEContent #pcb-s {
  display: inline-block;
  width: 100%;
}

.InnerGIGABYTEContent #slot {
  background-image: none;
  min-height: 0px;
}

.InnerGIGABYTEContent #slot .conbox {
  margin-top: 0%;
  width: 100%;
  z-index: 999;
}

.InnerGIGABYTEContent #slot .img01 {
  display: inline-block;
  margin-top: -30px;
  z-index: -1;
}

.InnerGIGABYTEContent #port .conbox1 {
  display: none;
}

.InnerGIGABYTEContent #port .conbox2 {
    display: none;
}

.InnerGIGABYTEContent #port .img01 {
    display: none;
}

.InnerGIGABYTEContent #port .img02 {
  display:inline-block;
  margin-top: -30px;
}

.InnerGIGABYTEContent #m2 {
  background-image: none;
  min-height:0px;
}

.InnerGIGABYTEContent #m2 .conbox{
  width: 100%;
  margin-top: 0%;
}

.InnerGIGABYTEContent #m2 .conbox2{
  display: none;
}

.InnerGIGABYTEContent #m2 .conbox3{
  display: inline-block;
}

.InnerGIGABYTEContent #m2 .tableall{
  display: none;
}

.InnerGIGABYTEContent #m2 .img01{
  display: inline-block;
  margin-top: -40px;
}

.InnerGIGABYTEContent #component .conbox1 {
  width: 100%;
  margin-top: 0%;
}

.InnerGIGABYTEContent #component .conbox2 {
  width: 100%;
}

.InnerGIGABYTEContent #network .conbox1 {
    width: 100%;
}

.InnerGIGABYTEContent #network .conbox2 {
    width: 100%;
}

.InnerGIGABYTEContent #gen2 .conbox1 {
    width: 100%;
}

.InnerGIGABYTEContent #gen2 .conbox2 {
    width: 100%;
}

.InnerGIGABYTEContent #typec {
  background-image: url("../innergigabyteimages/type-c_960.jpg");
  background-position: 50% bottom;
  min-height: 600px;
}

.InnerGIGABYTEContent #typec .conbox {
    margin-top: 0%;
    width: 100%;
}

.InnerGIGABYTEContent #ASPEEDAST2500 .conbox1 {    
    padding-top:0%;
    width: 100%;

}

.InnerGIGABYTEContent #ASPEEDAST2500 .conbox2 {    
    width: 100%;
    margin-bottom: 3%;
}

.InnerGIGABYTEContent #ASPEEDAST2500 .conbox3 {    
    width: 100%;
}

.InnerGIGABYTEContent #ASPEEDAST2500 .conbox4 {    
    width: 100%;
    margin-top:6%;
    margin-left:0%;
}

.InnerGIGABYTEContent #ControlCenter .conbox1 {
    width: 100%;

}

.InnerGIGABYTEContent #ControlCenter .conbox2 {    
    width: 100%;
    margin-left:0%;
    margin-top:6%;
}

.InnerGIGABYTEContent #alc1220{
  background-image: url("../innergigabyteimages/audio_960.jpg");
  background-position: 50% -30px;
  background-repeat: no-repeat;
  min-height: 650px;
}

.InnerGIGABYTEContent #alc1220 .conbox1{
  width:100%;
  margin-top:70%;
}

.InnerGIGABYTEContent #audiodac .conbox1{
  width:50%;
}

.InnerGIGABYTEContent #audiodac .conbox2{
  width:100%;
  margin-top: 0px;
}

  .InnerGIGABYTEContent #exclusive {
  min-height:730px;
  }
  .InnerGIGABYTEContent #exclusive .t1 {
    margin-top:0px;
    width:600px;
  }

  .InnerGIGABYTEContent #exclusive .conbox {
    padding-top:200px;
  }


}



@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.8em;
  }

  .InnerGIGABYTEContent .suborangetitle {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 1%;
  }

  .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 .titlebar {
    font-size: 1.5em;
  letter-spacing:3px;
  }

.InnerGIGABYTEContent .titlesection {
	height: 30px;
	margin-bottom: 20px;
}

.InnerGIGABYTEContent .titlelinebg {
	height: 30px;
}

.InnerGIGABYTEContent .titlebottombg {
	height: 30px;
}

.InnerGIGABYTEContent .linebg {
	height: 30px;
}


/*learn more*/

.moreicon {
  font-size: 1.3em;
  line-height: 1.6em;
  }



  /* 8 icons */

  .InnerGIGABYTEContent #featureicon .featurenav {
    /* width: 49%; */
    width: 50%;
  }

  .InnerGIGABYTEContent #featureicon .featurenav .title {
    font-size: 24px;
    line-height: 30px;
  }

  .InnerGIGABYTEContent #mbspec .specpoint {
    margin: 6px;
  }

  .InnerGIGABYTEContent #mbspec .spec1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .InnerGIGABYTEContent #mbspec .spec2 {
    display: inline-block;
    position: relative;
    width: 100%;
    right: 0%;
    left: 0%;
    margin-left: 0%;
  }

  .InnerGIGABYTEContent #mbspec .speclist-small {
    font-size: 16px;
    line-height: 20px;
    color: #a8a8a8;
  }



  /* tabicon ************************************/

  .InnerGIGABYTEContent #tabicon .iconall {
    width: 50%;
  }

  .InnerGIGABYTEContent #tabicon ol li {
    width: 50%;
    margin-bottom: 10%;
    list-style: none;
    float: left;
    cursor: pointer;
    /*margin-left:4%;*/
  }

  .InnerGIGABYTEContent #tabicon ol li:hover {
    border: 6px solid #ED1B2F;
  }

  .InnerGIGABYTEContent #tabicon img {
    width: 100%;
  }

  .InnerGIGABYTEContent #tabicon .tabcon {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    min-height: 750px;
    display: none;
  }

  .InnerGIGABYTEContent .tabbox {
    overflow: visible;
  }

  /* contentflow */

  #CFw {
    min-height: 300px;
    margin-top: -80px;
  }

  .mb5text div {
    width: 90%;
    margin-bottom: 10%;
  }

  #x-fi2 {
    min-height: 1100px;
  }

  /*TOP*/

  .InnerGIGABYTEContent #gotop {
    width: 100%;
    background-color: rgba(51, 51, 51, 0.8);
    color: #FFFFFF;
    border-radius: 0px;
    margin: 0px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    bottom: 0px;
    right: 0%;
    position: fixed;
    display: none;
    transition: all 0.3s linear;
    font-family: Arial, Helvetica, sans-serif;
  }



.InnerGIGABYTEContent #pcie {
  background-image: url("../innergigabyteimages/pcie4.0_640.jpg");
  background-position: 50% bottom;
  min-height: 600px;
}

.InnerGIGABYTEContent #alc1220{
  background-image: url("../innergigabyteimages/audio_640.jpg");
  background-position: 50% -30px;
  background-repeat: no-repeat;
  min-height: 550px;
}

.InnerGIGABYTEContent #alc1220 .conbox1{
  width:100%;
  margin-top:80%;
}

.InnerGIGABYTEContent #audiodac {
  min-height: 580px;
}

.InnerGIGABYTEContent #audiodac .conbox1{
  width:100%;
  margin-bottom: 3%;
}

  .InnerGIGABYTEContent #exclusive {
	  min-height:500px;
  }

  .InnerGIGABYTEContent #exclusive .t1 {
    width: 300px;
  }

  .InnerGIGABYTEContent #exclusive .conbox1 {
    width: 300px;
    margin-top: 230px;
  }


}

@media screen and (max-width: 480px) {
  /* 8 icons */

  .InnerGIGABYTEContent #featureicon .featurenav {
    width: 100%;
  }

  .InnerGIGABYTEContent #tabicon .tabcon {
    min-height: 600px;
  }


}


