.InnerGIGABYTEContent .titlebar {
	font-size: 3.0em;
	/* font-family: 'Oswald', sans-serif, '微軟正黑體', Microsoft JhengHei; */
	font-family: 'myfont', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
	color: #ff6400;
	text-align: center;
	padding: 66px 0px 60px 0px;
	background-image: url("../innergigabyteimages/line.png");
	background-position: top center;
	background-repeat: no-repeat;
}

.InnerGIGABYTEContent .imagefadein {
	display: none;
}

.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;
}

/* carousel */

.InnerGIGABYTEContent .glyphicon-chevron-left:before {
	content: '';
}

.InnerGIGABYTEContent .glyphicon-chevron-right:before {
	content: '';
}

/* 8 icons */

.InnerGIGABYTEContent #featureicon {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.InnerGIGABYTEContent #featureicon .featurenav {
  float: left;
  width: 25%;
  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 #ff6400;
  font-size: 1vw;
  line-height: 2vw;
  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: #ff6400;
}

/*learn more*/

.InnerGIGABYTEContent .moreicon {
	margin-top: 2%;
	text-align: center;
	cursor: pointer;
	font-size: 1.6em;
	line-height: 1.6em;
	color: #ff6400;
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  font-family: 'Oswald', !important;
}

.InnerGIGABYTEContent .moreiconOpen {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 40px;
}

.InnerGIGABYTEContent .morecon {
	display: none;
}

.InnerGIGABYTEContent .moreline {
	/* border-bottom:3px solid #ff6400;*/
	margin-bottom: 60px;
	background-image: url("../innergigabyteimages/learnmoreline.png");
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 2px;
}

.InnerGIGABYTEContent .morelineOpen {
	border-bottom: 3px solid #fff;
}

.InnerGIGABYTEContent .btnstyle {
	transition: all .2s;
	border-radius: 10%;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: #ff6400;
	margin: 0 auto;
	margin-bottom: -20px;
	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: #ff6400;
}

/*mb-spec*/

.InnerGIGABYTEContent #ledbg {
	background: url("../innergigabyteimages/spec_1920.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 1000px;
	animation: ledcolor 3s linear infinite 0.1s;
	-moz-animation: ledcolor 3s linear infinite 0.1s;
	-ms-animation: ledcolor 3s linear infinite 0.1s;
	-o-animation: ledcolor 3s linear infinite 0.1s;
	-webkit-animation: ledcolor 3s 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: top center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	min-height: 1050px;
	margin-top: -1000px;
}

.InnerGIGABYTEContent .mbspec-s {
	display: none;
}

.InnerGIGABYTEContent #mbspec .spec1 {
	position: relative;
	width: 1070px;
	float: left;
	font-size: 16px;
}

.InnerGIGABYTEContent #mbspec .spec1 .imgset img {
	width: auto;
	float: right;
	cursor: pointer;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.InnerGIGABYTEContent #mbspec .spec2 .imgset img {
	cursor: pointer;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.InnerGIGABYTEContent #mbspec .spec1 .imgset img:hover, .InnerGIGABYTEContent #mbspec .spec2 .imgset img:hover {
	filter: brightness(1.5);
	-webkit-filter: brightness(1.5);
}

.InnerGIGABYTEContent #mbspec .speclist {
	position: absolute;
}

.InnerGIGABYTEContent #mbspec .spec1 .speclist {
	text-align: right;
	right: 790px;
}

.InnerGIGABYTEContent #mbspec .spec2 {
	position: relative;
	width: 200px;
	float: left;
	font-size: 16px;
}

.InnerGIGABYTEContent #mbspec .specpoint {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #ff6400;
	color: #fff;
	font-size: 1em;
	line-height: 1.8em;
	margin-right: 6px;
	text-align: center;
	display: inline-block;
	margin-bottom: 4%;
	display: none;
}

.InnerGIGABYTEContent .spec1 #specitemlist01 {
	top: 155px;
}

.InnerGIGABYTEContent .spec1 #specitemlist02 {
	top: 240px;
}

.InnerGIGABYTEContent .spec1 #specitemlist03 {
	top: 290px;
}

.InnerGIGABYTEContent .spec1 #specitemlist04 {
	top: 350px;
}

.InnerGIGABYTEContent .spec1 #specitemlist05 {
	top: 610px;
}

.InnerGIGABYTEContent .spec1 #specitemlist06 {
	top: 745px;
}

.InnerGIGABYTEContent .spec1 #specitemlist07 {
	top: 820px;
}

.InnerGIGABYTEContent .spec1 #specitemlist08 {
	top: 900px;
}



.InnerGIGABYTEContent .spec2 #specitemlist09 {
	top: 10px;
}

.InnerGIGABYTEContent .spec2 #specitemlist10 {
	top: 220px;
}

.InnerGIGABYTEContent .spec2 #specitemlist11 {
	top: 320px;
}

.InnerGIGABYTEContent .spec2 #specitemlist12 {
	top: 395px;
}

.InnerGIGABYTEContent .spec2 #specitemlist13 {
	top: 460px;
}

.InnerGIGABYTEContent .spec2 #specitemlist14 {
	top: 737px;
}




/* slider images ************************************/

.InnerGIGABYTEContent #Lighting-img {
	overflow: hidden;
	margin-bottom: 4%;
	max-width: 1920px;
}

.InnerGIGABYTEContent #Lighting-img .imgbox {
	margin: 0 auto;
	background-color: #fff;
}

.InnerGIGABYTEContent #Lighting-img .mask {
	background-color: rgba(0, 0, 0, 0.60);
	position: absolute;
	width: 15%;
	height: 540px;
}

.InnerGIGABYTEContent #Lighting-img .imgbox #m1 {
	/*background-image: url("../innergigabyteimages/lightimg01.jpg");*/
	background-position: left;
	background-size: cover;
	height: 540px;
	background-repeat: no-repeat;
	width: 15%;
	float: left;
}

.InnerGIGABYTEContent #Lighting-img .imgbox #m2 {
	width: 70%;
	float: left;
	position: relative;
	margin: 0 auto;
}

.InnerGIGABYTEContent #Lighting-img .imgbox #m3 {
	/*background-image: url("../innergigabyteimages/lightimg04.jpg");*/
	background-position: center;
	background-size: cover;
	height: 540px;
	background-repeat: no-repeat;
	width: 15%;
	float: left;
}

.InnerGIGABYTEContent #Lighting-img #m2 .left {
	width: 40px;
	height: 60px;
	background-color: rgba(87, 87, 87, 0.70);
	border-radius: 6px;
	position: absolute;
	top: 40%;
	margin-left: 2%;
	cursor: pointer;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	z-index: 99;
}

.InnerGIGABYTEContent #Lighting-img #m2 .right {
	width: 40px;
	height: 60px;
	background-color: rgba(87, 87, 87, 0.70);
	border-radius: 6px;
	position: absolute;
	top: 40%;
	right: 0;
	margin-right: 2%;
	cursor: pointer;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	z-index: 99;
}

.InnerGIGABYTEContent #Lighting-img .left span {
	content: "";
	position: absolute;
	border-top: transparent 10px solid;
	border-right: #FFFFFF 16px solid;
	border-bottom: transparent 10px solid;
	border-left: transparent 10px solid;
	margin-top: 20px;
}

.InnerGIGABYTEContent #Lighting-img .left span {
	position: absolute;
	border-top: transparent 10px solid;
	border-right: #FFFFFF 16px solid;
	border-bottom: transparent 10px solid;
	border-left: transparent 10px solid;
	margin-top: 20px;
}

.InnerGIGABYTEContent #Lighting-img .right span {
	position: absolute;
	border-top: transparent 10px solid;
	border-right: transparent 10px solid;
	border-bottom: transparent 10px solid;
	border-left: #FFFFFF 16px solid;
	margin-top: 20px;
	margin-left: 14px;
}

.InnerGIGABYTEContent #Lighting-img #m2 .left:hover {
	background-color: rgba(126, 126, 126, 0.70);
}

.InnerGIGABYTEContent #Lighting-img .left:hover span {
	border-right: #FF7100 16px solid;
}

.InnerGIGABYTEContent #Lighting-img #m2 .right:hover {
	background-color: rgba(126, 126, 126, 0.70);
}

.InnerGIGABYTEContent #Lighting-img .right:hover span {
	border-left: #FF7100 16px solid;
}

/* 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%;
}

/* Video 2 ************************************/

.InnerGIGABYTEContent #ytvedio {
	background-image: url("../innergigabyteimages/videobg_1920.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 1150px;
	max-width: 1920px;
}

.InnerGIGABYTEContent #killervideo {
	transform: perspective(1000px) rotateY(10deg);
	/*box-shadow:inset 0px 10px 100px #333;  */
	width: 1080px;
	height: 640px;
	position: relative;
	top: 211px;
	left: 171px;
}

.InnerGIGABYTEContent .killervimg {
	background-image: url('../innergigabyteimages/yt.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}

/* tabicon ************************************/

.InnerGIGABYTEContent #tabicon .InnerGIGABYTEContent .tabcon {
	width: 100%;
	/*background-color: #666;*/
	margin: 0 auto;
	clear: both;
	margin-bottom: 10%;
	display: none;
}

.InnerGIGABYTEContent #tabicon ol li {
	float: left;
	text-align: center;
	transition: all 0.3s linear;
}

.InnerGIGABYTEContent #tabicon .triP {
	background-color: #ff6400;
	width: 100px;
	height: 20px;
}

.InnerGIGABYTEContent #tabicon ol li {
	list-style: none;
	float: left;
	width: auto;
	cursor: pointer;
	border: 1px solid #FF6600;
}

.InnerGIGABYTEContent .tabcon #wtfast img {
	margin: 0 auto;
}

.InnerGIGABYTEContent .iconall {
	width: 50%;
	margin: 0 auto;
}

.InnerGIGABYTEContent #tabbox {
	min-height: 900px;
}

.InnerGIGABYTEContent .trianglediv::after {
	content: "";
	position: absolute;
	border-top: #FF6600 16px solid;
	border-right: transparent 10px solid;
	border-bottom: transparent 10px solid;
	border-left: transparent 10px solid;
	margin-top: 10px;
	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*/

#gotop {
	width: 100px;
	background-color: rgba(51, 51, 51, 0.8);
	color: #FFFFFF;
	border-radius: 10px;
	margin: 10px;
	padding: 10px;
	cursor: pointer;
	text-align: center;
	font-size: 13px;
	bottom: 46px;
	right: 4%;
	position: fixed;
	display: none;
	transition: all 0.3s linear;
	font-family: Arial, Helvetica, sans-serif;
}

#gotop:hover {
	background-color: #de5801;
}

@media screen and (max-width: 1680px) {
	.InnerGIGABYTEContent #tabicon ol li {
		list-style: none;
		float: left;
		margin-left: 0px;
		cursor: pointer;
		border: 1px solid #FF6600;
		/*margin-left:4%;*/
	}
	/* 8 icons */
	.InnerGIGABYTEContent #featureicon .featurenav {
		/*width:24.7%;*/
		width: 25%;
	}
}

@media screen and (max-width: 1366px) {
	.InnerGIGABYTEContent .textbutton {
		bottom: 80px;
		right: 16%;
	}
	/* 8 icons */
	.InnerGIGABYTEContent #featureicon .featurenav {
		/*width:24.58%;		*/
		width: 25%;
	}
	.InnerGIGABYTEContent #featureicon .title {
		font-size: 1.0em;
		line-height: 1.6em;
	}
	/*mb-spec*/
	.InnerGIGABYTEContent #ledbg {
		background: url("../innergigabyteimages/spec_1366.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		min-height: 740px;
	}
	.InnerGIGABYTEContent #mbspec {
		background: url("../innergigabyteimages/specline_1366.png");
		background-position: top center;
		background-repeat: no-repeat;
		position: relative;
		overflow: hidden;
		min-height: 740px;
		margin-top: -740px;
	}
	.InnerGIGABYTEContent #mbspec .spec1 .imgset img {
		width: 120px;
	}
	.InnerGIGABYTEContent #mbspec .spec2 .imgset img {
		width: 100px;
	}
	.InnerGIGABYTEContent .mbspec-s {
		display: none;
	}
	.InnerGIGABYTEContent #mbspec .text {
		font-size: 0.8em;
	}
	.InnerGIGABYTEContent #mbspec .spec1 {
		position: relative;
		width: 730px;
		float: left;
	}
	.InnerGIGABYTEContent #mbspec .speclist {
		position: absolute;
	}
	.InnerGIGABYTEContent #mbspec .spec1 .speclist {
		text-align: right;
		right: 570px;
	}
	.InnerGIGABYTEContent #mbspec .spec2 {
		position: relative;
		width: 170px;
		float: left;
	}
	.InnerGIGABYTEContent #mbspec .specpoint {
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background-color: #ff6400;
		color: #fff;
		font-size: 1em;
		line-height: 1.8em;
		margin-right: 6px;
		text-align: center;
		display: inline-block;
		margin-bottom: 4%;
		display: none;
	}
	.InnerGIGABYTEContent .spec1 #specitemlist01 {
		top: 105px;
	}
	.InnerGIGABYTEContent .spec1 #specitemlist02 {
		top: 165px;
	}
	.InnerGIGABYTEContent .spec1 #specitemlist03 {
		top: 200px;
	}
	.InnerGIGABYTEContent .spec1 #specitemlist04 {
		top: 240px;
	}
	.InnerGIGABYTEContent .spec1 #specitemlist05 {
		top: 430px;
	}
	.InnerGIGABYTEContent .spec1 #specitemlist06 {
		top: 530px;
	}
	.InnerGIGABYTEContent .spec1 #specitemlist07 {
		top: 585px;
	}
	.InnerGIGABYTEContent .spec1 #specitemlist08 {
		top: 630px;
	}
	
	
	
	.InnerGIGABYTEContent .spec2 #specitemlist09 {
		top: 10px;
	}
	.InnerGIGABYTEContent .spec2 #specitemlist10 {
		top: 150px;
	}
	.InnerGIGABYTEContent .spec2 #specitemlist11 {
		top: 220px;
	}
	.InnerGIGABYTEContent .spec2 #specitemlist12 {
		top: 277px;
	}
	.InnerGIGABYTEContent .spec2 #specitemlist13 {
		top: 360px;
	}
	.InnerGIGABYTEContent .spec2 #specitemlist14 {
		top: 525px;
	}



	.InnerGIGABYTEContent .iconall {
		width: 66%;
		margin: 0 auto;
	}
	/* slider images ************************************/
	.InnerGIGABYTEContent #Lighting-img .mask {
		height: 0px;
	}
	.InnerGIGABYTEContent #Lighting-img .imgbox #m1 {
		height: 300px;
	}
	.InnerGIGABYTEContent #Lighting-img .imgbox #m2 {
		width: 70%;
	}
	.InnerGIGABYTEContent #Lighting-img .imgbox #m3 {
		height: 300px;
	}
	/* Video 2 ************************************/
	.InnerGIGABYTEContent #ytvedio {
		background-image: url("../innergigabyteimages/videobg_1366.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		min-height: 817px;
	}
	.InnerGIGABYTEContent #killervideo {
		transform: perspective(1000px) rotateY(14deg);
		/*box-shadow:inset 0px 10px 100px #333;  */
		width: 780px;
		height: 460px;
		position: relative;
		top: 140px;
		left: 103px;
	}
	/* tabicon ************************************/
	.InnerGIGABYTEContent #tabicon ol li {
		width: 30%;
		margin-bottom: 1%;
		list-style: none;
		float: left;
		cursor: pointer;
		border: 1px solid #FF6600;
		/*margin-left:4%;*/
	}
	.InnerGIGABYTEContent #tabicon ol li:hover {
		border: 10px solid #FF6600;
	}
	.InnerGIGABYTEContent #tabicon img {
		width: 100%;
	}
	.InnerGIGABYTEContent #tabicon .tabcon {
		width: 100%;
		margin: 0 auto;
		overflow: visible;
		display: none;
	}
	.InnerGIGABYTEContent .tabbox {
		overflow: visible;
		min-height: 800px;
	}
	/* contentflow */
	.InnerGIGABYTEContent #CFw {
		min-height: 300px;
		margin-top: -200px;
	}
}

@media screen and (max-width: 960px) {
	.InnerGIGABYTEContent .textbutton {
		bottom: 80px;
		right: 0%;
		text-align: center;
	}
	/* 8 icons */
	.InnerGIGABYTEContent #featureicon .featurenav {
		/*width:49.3%;		*/
		width: 50%;
	}
	/*mb-spec*/
	.InnerGIGABYTEContent #ledbg {
		display: none;
	}
	.InnerGIGABYTEContent #mbspec {
		background-image: url("");
		margin-top: 0px;
	}
	.InnerGIGABYTEContent #mbspec .spec1 .imgset img {
		width: auto;
		float: none;
	}
	.InnerGIGABYTEContent #mbspec .spec2 .imgset img {
		width: auto;
	}
	.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 .specpoint {
		margin-bottom: 2%;
		display: inline-block;
		margin-bottom: 4%;
	}
	.InnerGIGABYTEContent #mbspec .spec2 {
		width: 45%;
		left: 0%;
	}
	.InnerGIGABYTEContent .spec1 #specitemlist01 {
		top: 0px;
	}
	.InnerGIGABYTEContent .spec1 #specitemlist02 {
		top: 0px;
	}
	.InnerGIGABYTEContent .spec1 #specitemlist03 {
		top: 0px;
	}
	.InnerGIGABYTEContent .spec1 #specitemlist04 {
		top: 0px;
	}
	.InnerGIGABYTEContent .spec1 #specitemlist05 {
		top: 0px;
	}
	.InnerGIGABYTEContent .spec1 #specitemlist06 {
		top: 0px;
	}
	.InnerGIGABYTEContent .spec1 #specitemlist07 {
		top: 0px;
	}
	.InnerGIGABYTEContent .spec1 #specitemlist08 {
		top: 0px;
	}
	.InnerGIGABYTEContent .spec2 #specitemlist09 {
		top: 0px;
	}

	.InnerGIGABYTEContent .spec2 #specitemlist10 {
		top: 0px;
	}
	.InnerGIGABYTEContent .spec2 #specitemlist11 {
		top: 0px;
	}
	.InnerGIGABYTEContent .spec2 #specitemlist12 {
		top: 0px;
	}
	.InnerGIGABYTEContent .spec2 #specitemlist13 {
		top: 0px;
	}
	.InnerGIGABYTEContent .spec2 #specitemlist14 {
		top: 0px;
	}
	.InnerGIGABYTEContent .spec2 #specitemlist15 {
		top: 0px;
	}
	.InnerGIGABYTEContent .spec2 #specitemlist16 {
		top: 0px;
	}
	.InnerGIGABYTEContent .spec2 #specitemlist17 {
		top: 0px;
	}
	.InnerGIGABYTEContent .spec2 #specitemlist18 {
		top: 0px;
	}
	
	/* Video 2 ************************************/
	.InnerGIGABYTEContent #ytvedio {
		background-image: url("../innergigabyteimages/videobg_960.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		min-height: 580px;
	}
	.InnerGIGABYTEContent #killervideo {
		transform: perspective(1000px) rotateY(17deg);
		/*box-shadow:inset 0px 10px 100px #333;  */
		width: 558px;
		height: 322px;
		position: relative;
		top: 74px;
		left: 36px;
	}
	/* tabicon ************************************/
	.InnerGIGABYTEContent .tabbox {
		overflow: visible;
		min-height: 700px;
	}
	/* contentflow */
	.InnerGIGABYTEContent #CFw {
		min-height: 300px;
		margin-top: 0px;
		display: none;
	}
	.InnerGIGABYTEContent #cfw-small, .InnerGIGABYTEContent #siv-small, .InnerGIGABYTEContent #easy-small, .InnerGIGABYTEContent #osd-small, .InnerGIGABYTEContent #bios-small {
		display: block;
	}
	.InnerGIGABYTEContent .mb5text div {
		width: 90%;
	}


}

@media screen and (max-width: 640px) {
	.InnerGIGABYTEContent .textbutton {
		bottom: 60px;
		right: 0%;
		text-align: center;
		font-size: 30px;
	}
	.InnerGIGABYTEContent .titlebar {
		font-size: 1.2em;
		padding: 20px 0px 0px 0px;
	background-image: url("../innergigabyteimages/line-640.png");
	}
.InnerGIGABYTEContent .moreicon {
	font-size: 1.2em;
	line-height: 1.2em;
}

	/* 8 icons */
	.InnerGIGABYTEContent #featureicon .featurenav {
		/*width:49%;			*/
		width: 50%;
	}
	.InnerGIGABYTEContent #featureicon .title {
		font-size: 0.6em;
		line-height: 2em;
	}
	.InnerGIGABYTEContent #mbspec .specpoint {
		width: 20px;
		height: 20px;
		font-size: 0.6em;
		margin-bottom: 1%;
	}
	.InnerGIGABYTEContent #mbspec .spec1 {
		position: relative;
		display: inline-block;
		width: 100%;
		top: -50%;
	}
	.InnerGIGABYTEContent #mbspec .spec2 {
		display: inline-block;
		position: relative;
		width: 100%;
		right: 0%;
		left: 0%;
		margin-left: 0%;
	}
	/* slider images ************************************/
	.InnerGIGABYTEContent #Lighting-img .mask {
		height: 0px;
	}
	.InnerGIGABYTEContent #Lighting-img .imgbox #m1 {
		height: 0px;
	}
	.InnerGIGABYTEContent #Lighting-img .imgbox #m2 {
		width: 100%;
	}
	.InnerGIGABYTEContent #Lighting-img .imgbox #m3 {
		height: 0px;
	}
	/* Video 2 ************************************/
	.InnerGIGABYTEContent #ytvedio {
		background-image: url("../innergigabyteimages/videobg_640.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		min-height: 390px;
	}
	.InnerGIGABYTEContent #killervideo {
		transform: perspective(1000px) rotateY(22deg);
		/*box-shadow:inset 0px 10px 100px #333;  */
		width: 380px;
		height: 210px;
		position: relative;
		top: 40px;
		left: -14px;
	}
	/* tabicon ************************************/
	.InnerGIGABYTEContent #tabicon .iconall {
		width: 70%;
	}
	.InnerGIGABYTEContent #tabicon ol li {
		width: 28%;
		margin-bottom: 10%;
		list-style: none;
		float: left;
		cursor: pointer;
		border: 1px solid #FF6600;
		/*margin-left:4%;*/
	}
	.InnerGIGABYTEContent #tabicon ol li:hover {
		border: 6px solid #FF6600;
	}
	.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 */
	.InnerGIGABYTEContent #CFw {
		min-height: 300px;
		margin-top: -80px;
	}
	.InnerGIGABYTEContent .mb5text div {
		width: 90%;
		margin-bottom: 10%;
	}
	.InnerGIGABYTEContent #x-fi2 {
		min-height: 1100px;
	}


	/*TOP*/
	#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;
	}
}

@media screen and (max-width: 480px) {
	/* 8 icons */
	.InnerGIGABYTEContent #featureicon .featurenav {
		width: 100%;
	}
	/* Video 2 ************************************/
	.InnerGIGABYTEContent #ytvedio {
		background-image: url("../innergigabyteimages/videobg_480.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		min-height: 390px;
	}
	.InnerGIGABYTEContent #killervideo {
		transform: perspective(1000px) rotateY(30deg);
		/*box-shadow:inset 0px 10px 100px #333;  */
		width: 306px;
		height: 156px;
		position: relative;
		top: 20px;
		left: 20px;
	}
	.InnerGIGABYTEContent #tabicon .tabcon {
		min-height: 600px;
	}
}