/*titlebar*/

.titlebar {
	font-size: 2.0em;
	font-family: 'Oswald', sans-serif, '微軟正黑體', Microsoft JhengHei;
	color: #FFD80E;
	text-align: center;
	padding: 40px 0px 0px 0px;
	/*background-image: url("../images/line.png");*/
	background-position: top center;
	background-repeat: no-repeat;
	font-weight: 500;
}

.titlesection {
	overflow: hidden;
	position: relative;
	height: 40px;
	max-width: 1920px;
	margin: 0 auto;
}

.titlelinebg {
	width: 100%;
	background: #f1d62f;
	background: -moz-linear-gradient(top, #f1d62f 0%, #f2a01e 100%);
	background: -webkit-linear-gradient(top, #f1d62f 0%, #f2a01e 100%);
	background: linear-gradient(to bottom, #f1d62f 0%, #f2a01e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d62f', endColorstr='#f2a01e', 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("../images/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%;
	}
}

.imagefadein {
	display: none;
}

.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;
}

@font-face {
	font-family: "myfont";
	src: url("../images/AORUS-font.woff") format('woff');
	font-weight: bold;
}

/* carousel */

.glyphicon-chevron-left:before {
	content: '';
}

.glyphicon-chevron-right:before {
	content: '';
}

/* 8 icons */

#featureicon {
	width: 100%;
	margin: 0 auto;
}

#featureicon .featurenav {
	float: left;
	width: 24.76%;
	/* width: 25%; */
	overflow: hidden;
	position: relative;
	cursor: pointer;
	border-left: 4px solid #000;
}

#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;
}

#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);
}

#featureicon .title {
	border-bottom: 3px solid #FFD80E;
	font-size: 1.0em;
	line-height: 1.8em;
	text-align: center;
	color: #ccc;
	bottom: 0;
	background: rgb(63, 63, 63);
	position: absolute;
	width: 100%;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

#featureicon .featurenav:hover .title {
	background: #FFD80E;
	color: #000;
}

/*learn more*/

.moreicon {
	margin-top: 2%;
	text-align: center;
	cursor: pointer;
	font-size: 1.0em;
	line-height: 1.6em;
	color: #FFCE00;
}

.moreiconOpen {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 40px;
}

.morecon {
	display: none;
}

.moreline {
	/* border-bottom:3px solid #ff6400;*/
	margin-bottom: 60px;
	background-image: url("../images/learnmoreline.png");
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 8px;
}

.morelineOpen {
	border-bottom: 3px solid #fff;
}

.btnstyle {
	transition: all .2s;
	border-radius: 10%;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: #FFCE00;
	margin: 0 auto;
	margin-bottom: -20px;
	z-index: 99;
	position: relative;
}

.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);
}

.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);
}

.menuOpen span {
	height: 0px;
}

.menuOpen {
	background: #FFCE00;
}

/*mb-spec*/

#ledbg {
	background: url("../images/spec_1920.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 980px;
	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);
	}
}

#mbspec {
	background: url("../images/specline_1920.png");
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	min-height: 980px;
	margin-top: -980px;
	font-size: 18px;
}

#mbspec .spec1 {
	position: relative;
	width: 1010px;
	float: left;
	padding-left: 60px;
}

#mbspec .spec2 {
	position: relative;
	width: 235px;
	float: left;
}

.mbspec-s {
	display: none;
}

#mbspec .speclist {
	position: absolute;
}

#mbspec .specpoint {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #000;
	border: 2px solid #ffE100;
	color: #fff;
	line-height: 30px;
	margin-right: 6px;
	text-align: center;
	display: inline-block;
	margin-bottom: 4%;
	font-size: 20px;
	box-shadow: 0px 0px 10px #ffD600;
	margin: 10px;
	display: none;
}

#mbspec .speclist-small {
	font-size: 16px;
	line-height: 22px;
	padding-top: 6px;
	color: #a8a8a8;
}

#mbspec .spec1 .speclist{
	text-align: right;
	right:815px;
}

.spec1 #specitemlist01 {
	top: 130px;
}

.spec1 #specitemlist02 {
	top: 200px;
}

.spec1 #specitemlist03 {
	top: 265px;
}

.spec1 #specitemlist04 {
	top: 300px;
}

.spec1 #specitemlist05 {
	top: 343px;
}

.spec1 #specitemlist06 {
	top: 400px;
}

.spec1 #specitemlist07 {
	top: 530px;
}

.spec1 #specitemlist08 {
	top: 665px;
}

.spec1 #specitemlist09 {
	top: 790px;
}

.spec1 #specitemlist10 {
	top: 860px;
}

.spec2 #specitemlist11 {
	top: 180px;
}

.spec2 #specitemlist12 {
	top: 305px;
}

.spec2 #specitemlist13 {
	top: 420px;
}

.spec2 #specitemlist14 {
	top: 520px;
}

.spec2 #specitemlist15 {
	top: 645px;
}

.spec2 #specitemlist16 {
	top: 685px;
}

.spec2 #specitemlist17 {
	top: 865px;
}




/* slider images ************************************/

#Lighting-img {
	overflow: hidden;
	margin-bottom: 4%;
	max-width: 1920px;
}

#Lighting-img .imgbox {
	margin: 0 auto;
	background-color: #fff;
}

#Lighting-img .mask {
	background-color: rgba(0, 0, 0, 0.60);
	position: absolute;
	width: 15%;
	height: 540px;
}

#Lighting-img .imgbox #m1 {
	/*background-image: url("../images/lightimg01.jpg");*/
	background-position: left;
	background-size: cover;
	height: 540px;
	background-repeat: no-repeat;
	width: 15%;
	float: left;
}

#Lighting-img .imgbox #m2 {
	width: 70%;
	float: left;
	position: relative;
	margin: 0 auto;
}

#Lighting-img .imgbox #m3 {
	/*background-image: url("../images/lightimg04.jpg");*/
	background-position: center;
	background-size: cover;
	height: 540px;
	background-repeat: no-repeat;
	width: 15%;
	float: left;
}

#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;
}

#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;
}

#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;
}

#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;
}

#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;
}

#Lighting-img #m2 .left:hover {
	background-color: rgba(126, 126, 126, 0.70);
}

#Lighting-img .left:hover span {
	border-right: #FF7100 16px solid;
}

#Lighting-img #m2 .right:hover {
	background-color: rgba(126, 126, 126, 0.70);
}

#Lighting-img .right:hover span {
	border-left: #FF7100 16px solid;
}

/* Video 1 ************************************/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Video 2 ************************************/

#ytvedio {
	background-image: url("../images/videobg_1920.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 1150px;
	max-width: 1920px;
}

#killervideo {
	transform: perspective(1000px) rotateY(10deg);
	/*box-shadow:inset 0px 10px 100px #333;  */
	width: 1080px;
	height: 640px;
	position: relative;
	top: 211px;
	left: 171px;
}

.killervimg {
	background-image: url('../images/yt.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}

/* tabicon ************************************/

#tabicon .tabcon {
	width: 100%;
	/*background-color: #666;*/
	margin: 0 auto;
	clear: both;
	margin-bottom: 10%;
	display: none;
}

#tabicon .triP {
	background-color: #FFCE00;
	width: 100px;
	height: 20px;
}

#tabicon ol li {
	list-style: none;
	text-align: center;
	float: left;
	width: 30%;
	cursor: pointer;
	border: 1px solid #FFCE00;
	transition: all 0.3s linear;
}

.tabcon #wtfast img {
	margin: 0 auto;
}

.iconall {
	width: 50%;
	margin: 0 auto;
}

#tabbox {
	min-height: 900px;
}

.trianglediv::after {
	content: "";
	position: absolute;
	border-top: #FFCE00 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 */

.mainpage {
	width: 100%;
	z-index: 9;
}

.mainpage1 {
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	top: 0;
	animation: led-style5 2s alternate infinite;
	-webkit-animation: led-style5 2s alternate infinite;
}

.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 {
	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;
}

#gotop img {
	margin: 0 auto;
}

#gotop:hover {
	background-color: #666;
}

/* Youtube*/

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
}

.youtube {
	background-color: #000;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}

.youtube img {
	width: 100%;
	top: -16.82%;
	left: 0;
	/*opacity: 0.7;*/
}

.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;
}

.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}

.youtube img, .youtube .play-button {
	cursor: pointer;
}

.youtube img, .youtube iframe, .youtube .play-button, .youtube .play-button:before {
	position: absolute;
}

.youtube .play-button, .youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0);
}

.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.XSplit_MV {
	width: 30%;
	float: left;
}

/* Audio tabs */

#audiotab {
	position: relative;
	margin-bottom: 6%;
}

#audiotabtitle {
	margin-top: 4%;
	overflow: hidden;
}

#audiotab .tabtitle {
	padding: 1% 3% 1% 3%;
	float: left;
	font-size: 20px;
	line-height: 30px;
	cursor: pointer;
	background-color: #262626;
	border: 1px solid #ffce00;
	color: #ffc600;
	margin-right: 10px;
	width: 24%;
	min-height: 80px;
	text-align: center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

#audiotab .funtabs .title {
	color: #fff;
	padding-top: 4%;
}

#audiotab .tabtitle:hover {
	color: #fff;
}

#audiotab .funtabs {
	margin-top: 0%;
	background-color: #000;
}

#audiotab .conbox1 {
	position: relative;
	display: inline-block;
	width: 20%;
}

#audiotab .conbox2 {
	display: inline-block;
	position: relative;
	width: 76%;
	margin-left: 2%;
	padding-top: 4%;
	vertical-align: top;
}

#audiotab .title {
	color: #000;
	font-size: 1.6em;
}

#audiotab #audiofuntabs3 .conbox1 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 20%;
}

#audiotab #audiofuntabs3 .conbox2 {
	display: inline-block;
	position: relative;
	width: 76%;
	margin-left: 2%;
}

#audiotab #audiofuntabs4 {
	background-image: url("../images/audio_bg.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	min-height: 1000px;
}

#audiotab #audiofuntabs4 .conbox1 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 60%;
}

#audiotab #audiofuntabs4 .conbox2 {
	display: inline-block;
	position: relative;
	width: 33%;
	margin-left: 2%;
}

#audiotab #audiofuntabs2, #audiofuntabs3, #audiofuntabs4 {
	display: none;
}

#audiotab #audiofuntabs3 #wifi802 .conbox1 {
	position: relative;
	display: inline-block;
	width: 40%;
}

#audiotab #audiofuntabs3 #wifi802 .conbox2 {
	display: inline-block;
	position: relative;
	width: 56%;
	margin-left: 2%;
}

@media screen and (max-width: 1680px) {
	/* 8 icons */
	#featureicon .featurenav {
		width: 24.7%;
		/* width: 25%; */
	}
}

@media screen and (max-width: 1366px) {
	.textbutton {
		bottom: 80px;
		right: 16%;
	}
	/* 8 icons */
	#featureicon .featurenav {
		width: 24.58%;
		/* width: 25%; */
	}
	#featureicon .title {
		font-size: 0.8em;
	}
	/*mb-spec*/
	#ledbg {
		background: url("../images/spec_1366.jpg");
		background-position: 50% center;
		background-repeat: no-repeat;
		min-height: 740px;
	}
	#mbspec {
		background: url("../images/specline_1366.png");
		background-position: 50% center;
		background-repeat: no-repeat;
		position: relative;
		overflow: hidden;
		min-height: 740px;
		margin-top: -740px;
	}
	#mbspec .text {
		font-size: 14px;
	}
	.mbspec-s {
		display: none;
	}
	#mbspec .spec1 {
		width: 720px;
		padding-left: 0px;
	}
	#mbspec .spec2 {
		width: 180px;
	}
	#mbspec .speclist-small {
		font-size: 13px;
		line-height: 16px;
		padding-top: 6px;
		color: #a8a8a8;
	}
	
	#mbspec .spec1 .speclist{
		text-align: right;
		right:570px;
	}

	.spec1 #specitemlist01 {
		top: 115px;
	}
	.spec1 #specitemlist02 {
		top: 160px;
	}
	.spec1 #specitemlist03 {
		top: 205px;
	}
	.spec1 #specitemlist04 {
		top: 235px;
	}
	.spec1 #specitemlist05 {
		top: 265px;
	}
	.spec1 #specitemlist06 {
		top: 305px;
	}
	.spec1 #specitemlist07 {
		top: 400px;
	}
	.spec1 #specitemlist08 {
		top: 490px;
	}
	.spec1 #specitemlist09 {
		top: 580px;
	}
	.spec1 #specitemlist10 {
		top: 630px;
	}
	
	.spec2 #specitemlist11 {
		top: 150px;
	}
	.spec2 #specitemlist12 {
		top: 230px;
	}
	.spec2 #specitemlist13 {
		top: 320px;
	}
	.spec2 #specitemlist14 {
		top: 390px;
	}
	.spec2 #specitemlist15 {
		top: 475px;
	}
	.spec2 #specitemlist16 {
		top: 505px;
	}
	.spec2 #specitemlist17 {
		top: 630px;
	}


	.iconall {
		width: 66%;
		margin: 0 auto;
	}
	/* slider images ************************************/
	#Lighting-img .mask {
		height: 0px;
	}
	#Lighting-img .imgbox #m1 {
		height: 300px;
	}
	#Lighting-img .imgbox #m2 {
		width: 70%;
	}
	#Lighting-img .imgbox #m3 {
		height: 300px;
	}
	/* Video 2 ************************************/
	#ytvedio {
		background-image: url("../images/videobg_1366.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		min-height: 817px;
	}
	#killervideo {
		transform: perspective(1000px) rotateY(14deg);
		/*box-shadow:inset 0px 10px 100px #333;  */
		width: 780px;
		height: 460px;
		position: relative;
		top: 140px;
		left: 103px;
	}
	/* tabicon ************************************/
	#tabicon ol li {
		margin-bottom: 1%;
		list-style: none;
		float: left;
		cursor: pointer;
		/*margin-left:4%;*/
	}
	#tabicon ol li:hover {
		border: 10px solid #FF6600;
	}
	#tabicon img {
		width: 100%;
	}
	#tabicon .tabcon {
		width: 100%;
		margin: 0 auto;
		overflow: visible;
		display: none;
	}
	.tabbox {
		overflow: visible;
		min-height: 800px;
	}
	/* contentflow */
	#CFw {
		min-height: 300px;
		margin-top: -200px;
	}
	/* Audio tabs */
	#audiotab .tabtitle {
		width: 22%;
		line-height: 26px;
	}
	#audiotab .conbox2 {
		padding-top: 0%;
	}
}

@media screen and (max-width: 960px) {
	.textbutton {
		bottom: 80px;
		right: 0%;
		text-align: center;
	}
	/* 8 icons */
	#featureicon .featurenav {
		width: 49.3%;
		/* width: 50%; */
	}
	/*mb-spec*/
	#ledbg {
		display: none;
	}
	#mbspec {
		background-image: url("");
		margin-top: 0px;
	}
	.mbspec-s {
		display: block;
	}
	#mbspec .text {
		font-size: 1em;
		overflow: hidden;
	}
	#mbspec .spec1 {
		width: 45%;
		padding-bottom: 0%;
		margin-right: 6%;
	}
	#mbspec .speclist {
		position: relative;
	}
	#mbspec .spec1 .speclist {
		left: 0px;
		text-align: left;
	}
	#mbspec .specpoint {
		display: inline-block;
	}
	#mbspec .spec2 {
		width: 45%;
		left: 0%;
	}
	#mbspec .speclist-small {
		font-size: 16px;
		line-height: 20px;
		padding-top: 0px;
		color: #a8a8a8;
		margin-bottom: 6%;
	}
	.spec1 #specitemlist01 {
		top: 0px;
		width: auto;
	}
	.spec1 #specitemlist02 {
		top: 0px;
		width: auto;
	}
	.spec1 #specitemlist03 {
		top: 0px;
	}
	.spec1 #specitemlist04 {
		top: 0px;
	}
	.spec1 #specitemlist05 {
		top: 0px;
	}
	.spec1 #specitemlist06 {
		top: 0px;
	}
	.spec1 #specitemlist07 {
		top: 0px;
	}
	.spec1 #specitemlist08 {
		top: 0px;
	}
	.spec1 #specitemlist09 {
		top: 0px;
	}
	.spec1 #specitemlist10 {
		top: 0px;
	}
	
	.spec2 #specitemlist11 {
		top: 0px;
	}
	.spec2 #specitemlist12 {
		top: 0px;
	}
	.spec2 #specitemlist13 {
		top: 0px;
	}
	.spec2 #specitemlist14 {
		top: 0px;
	}
	.spec2 #specitemlist15 {
		top: 0px;
	}
	.spec2 #specitemlist16 {
		top: 0px;
	}
	.spec2 #specitemlist17 {
		top: 0px;
	}

	/* Video 2 ************************************/
	#ytvedio {
		background-image: url("../images/videobg_960.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		min-height: 580px;
	}
	#killervideo {
		transform: perspective(1000px) rotateY(17deg);
		/*box-shadow:inset 0px 10px 100px #333;  */
		width: 558px;
		height: 322px;
		position: relative;
		top: 74px;
		left: 36px;
	}
	/* tabicon ************************************/
	.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%;
	}
	/*Audio Tabs*/
	#audiotab .tabtitle {
		padding: 2% 3% 2% 3%;
		float: left;
		cursor: pointer;
		background-color: #262626;
		border: 1px solid #ff7401;
		color: #ff6400;
		width: 90%;
		font-size: 0.8em;
		line-height: 1.2em;
	}
	#audiotab .conbox1 {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}
	#audiotab .conbox2 {
		display: inline-block;
		position: relative;
		width: 100%;
		margin-top: 6%;
		margin-left: 0%;
	}
	#audiotab #audiofuntabs3 .conbox1 {
		width: 100%;
	}
	#audiotab #audiofuntabs3 .conbox2 {
		margin-left: 0%;
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	#audiotab #audiofuntabs3 #wifi802 .conbox1 {
		width: 100%;
	}
	#audiotab #audiofuntabs3 #wifi802 .conbox2 {
		width: 100%;
		margin-left: 0%;
	}
	.textbutton {
		bottom: 60px;
		right: 0%;
		text-align: center;
		font-size: 30px;
	}
	.titlebar {
		font-size: 1.2em;
		padding: 10px 0px 10px 0px;
	}
	/* 8 icons */
	#featureicon .featurenav {
		width: 49%;
		/* width: 50%; */
	}
	#featureicon .title {
		font-size: 0.6em;
		line-height: 2em;
	}

	#mbspec .specpoint{
		margin:6px;
	}
	#mbspec .spec1 {
		position: relative;
		display: inline-block;
		width: 100%;
	}
	#mbspec .spec2 {
		display: inline-block;
		position: relative;
		width: 100%;
		right: 0%;
		left: 0%;
		margin-left: 0%;
	}
	#mbspec .speclist-small {
		font-size: 20px;
		line-height: 20px;
		color: #a8a8a8;
	}
	/* slider images ************************************/
	#Lighting-img .mask {
		height: 0px;
	}
	#Lighting-img .imgbox #m1 {
		height: 0px;
	}
	#Lighting-img .imgbox #m2 {
		width: 100%;
	}
	#Lighting-img .imgbox #m3 {
		height: 0px;
	}
	/* Video 2 ************************************/
	#ytvedio {
		background-image: url("../images/videobg_640.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		min-height: 390px;
	}
	#killervideo {
		transform: perspective(1000px) rotateY(22deg);
		/*box-shadow:inset 0px 10px 100px #333;  */
		width: 380px;
		height: 210px;
		position: relative;
		top: 40px;
		left: -14px;
	}
	/* tabicon ************************************/
	#tabicon .iconall {
		width: 70%;
	}
	#tabicon ol li {
		width: 28%;
		margin-bottom: 10%;
		list-style: none;
		float: left;
		cursor: pointer;
		/*margin-left:4%;*/
	}
	#tabicon ol li:hover {
		border: 6px solid #FF6600;
	}
	#tabicon img {
		width: 100%;
	}
	#tabicon .tabcon {
		width: 100%;
		margin: 0 auto;
		overflow: visible;
		min-height: 750px;
		display: none;
	}
	.tabbox {
		overflow: visible;
	}
	/* contentflow */
	#CFw {
		min-height: 300px;
		margin-top: -80px;
	}
	.mb5text div {
		width: 90%;
		margin-bottom: 10%;
	}
	#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;
	}
	/* Youtube */
	.XSplit_MV {
		width: 50%;
		float: none;
		margin-top: -10%;
	}
	/* Audio tabs */
	#audiotab .tabtitle {
		padding: 2% 3% 2% 3%;
		width: 100%;
		font-size: 0.8em;
		text-align: center;
	}
	#audiotab .img640 {
		display: none;
	}
	#audiotab .conbox1 {
		margin-top: 10%;
	}
	#audiotab .funtabs .title {
		color: #ff6400;
		font-size: 0.8em;
		line-height: 1.4em;
		margin-bottom: 4%;
	}
}

@media screen and (max-width: 480px) {
	/* 8 icons */
	#featureicon .featurenav {
		width: 100%;
	}
	/* Video 2 ************************************/
	#ytvedio {
		background-image: url("../images/videobg_480.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		min-height: 390px;
	}
	#killervideo {
		transform: perspective(1000px) rotateY(30deg);
		/*box-shadow:inset 0px 10px 100px #333;  */
		width: 306px;
		height: 156px;
		position: relative;
		top: 20px;
		left: 20px;
	}
	#tabicon .tabcon {
		min-height: 600px;
	}
}