/* ---------- MAIN SETTINGS ---------- */
	#hdau h2 {
		font-weight: 300;
		font-size: 50px;
		text-transform: uppercase;
		letter-spacing: -1px;
        word-break: normal;
	}
	#hdau h3 {
		font-size: 3rem;
		font-weight: 300;
		color:#C8D0DE;
		text-align: left;
		/*position: absolute;*/
		text-transform: uppercase;
		/*left: 0;*/
		/*top:-52px;*/
	}
	#hdau h4 {
		font-size: 1.313em;
		font-weight: 500;
		color:white;
		/*width: 200px;*/
		text-align: left;
	}
    #hdau h5 {
		font-size: 1.5rem;
		font-weight: 500;
		color:white;
		/*width: 200px;*/
		text-align: left;
	}
	#hdau p {
		font-size: 1em;
        line-height: 1.3rem;
		font-weight: 300;
		margin: 0;
        word-break: normal;
	}

	#hdau .hdau_btn {
		display: block;
		width: 230px;
		height: 40px;
		color:#C8D0DE;
		line-height: 35px;
		font-size: 1.125rem;
		font-weight: 300;
		border:1px solid #C8D0DE;
		margin: 0 auto;
		box-sizing: border-box;
		text-align: center;
		position: relative;
		left: 30px;
		top: -25px;
		cursor: pointer;
	}
	#hdau .hdau_btn_s {
        width: 110px;
        height: 32px;
        font-size: 0.875rem;
        line-height: 30px;
        margin: 0;
        position: relative;
        left: 0;
        top: 0;
        display: inline-block;
        background-color: transparent;
        text-decoration:none;
	}
    #hdau a.a_type {
        color: #d92f2f;
        text-align: left;
    }
    #hdau a.a_type:hover {
        opacity: .7;
    }
/* ---------- kv ---------- */
	#owl-kv .screen{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	#owl-kv .top_vid{
		 height: 0;
		 padding-bottom: 35%;
	}
    #owl-kv .top_vid iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
	}
/* ---------- main_section ---------- */
	#hdau .main_section{
		padding-bottom: 30px;
		position: relative;
	}
	#hdau .top_img{
		width: 100%;
		height: 0;
		padding-bottom: 35.5%;
		margin:0 auto 0;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		position: relative;
	}
	@keyframes colorrun{
		from{
			-webkit-filter:hue-rotate(0deg);
			filter:hue-rotate(0deg);
		}
		to  {
			-webkit-filter:hue-rotate(359deg);
			filter:hue-rotate(359deg);
		}
	}
	.top_img_stable{
		width: 100%;
		height: 0;
		padding-bottom: 35.5%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		position: absolute;
		bottom: 30px;
		left: 0;right: 0;
		margin: 0 auto 0;
	}
	#hdau .main_section span.aura_line{
		display: block;
		/*width: 48.4375%;*/
		width: 930px;
		height: 2px;
		margin:8px auto 0px;
		background: rgba(199,207,221,.5); /* For browsers that do not support gradients */
		background: -webkit-linear-gradient(left,red,yellow,#00CB07,#07A9FF,#1044FF,#1B2F7F,#D92F7F);/* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(left,red,yellow,#00CB07,#07A9FF,#1044FF,#1B2F7F,#D92F7F);/* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(left,red,yellow,#00CB07,#07A9FF,#1044FF,#1B2F7F,#D92F7F);/* For Fx 3.6 to 15 */
		background: linear-gradient(to right, red,yellow,#00CB07,#07A9FF,#1044FF,#1B2F7F,#D92F7F); /* Standard syntax */
	}
/* ---------- info_section ---------- */
	#hdau .info_section .hdau_container{
		text-align: center;
	}
	#hdau .hdau_img{
		height: 340px;
		margin-bottom: 50px;
		display: inline-block;
		width: 447px;
		position: relative;
		vertical-align: top;
	}
	#hdau .hdau_img > img{
		width: 100%;
		max-width: 379px;
		position: absolute;
		margin:auto;
		top: 0;right: 0;bottom: 0;left: 0;
	}
	#hdau .hdau_img > p{
		margin: 295px auto 0;
		width: 80%;
		line-height: 1.2rem;
		font-weight: 400;
	}
	#hdau .hdau_img > p > .hdau_s_txt{
		display: block;
		font-size: 1rem;
		margin-top:15px;
		font-weight: 300;
	}
	#hdau .hdau_p{
		margin:20px auto 0;
		text-align: left;
		font-weight: 400;
        line-height: 1.3rem;
	}
/* ---------- sync_section ---------- */
	#hdau .sync_section{
		background: left top no-repeat;
		position: relative;
		background-size: 90%;
	}
    #hdau .sync_section h2 {
        font-family: 'Exo 2', sans-serif, 'cwtexhei', sans-serif;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 38px;
        color: #C7CFDD;
        letter-spacing: 0.5px;
        padding: 0 20px;
    }
    #hdau .sync_section .col_50 {
        text-align: center;
    }
    #hdau .sync_section .col_50.open_wallpaper a.active {
            color: #393939;
            background-color: #FFF;
    }
    #hdau .sync_section .hdau_container{
        padding: 7% 0;
	}
    #hdau .sync_section .hdau_container .download {
        margin-top: 50px;
	}
	#hdau .hdau_topbg{
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		width: 100%;
		height: 0;
		padding-bottom: 50%;
		z-index: -1;
	}
	#hdau .hdau_topbg:nth-child(1){
		background-position: left top;
		top: 0;
		left: 0;
	}
	#hdau .hdau_topbg:nth-child(2){
		background-position: right bottom;
		bottom: 0;
		right: 0;
	}
	#hdau .sync_section .hdau_img{
		display: block;
		width: 280px;
		height: 280px;
		margin:0px auto;
		position: relative;
	}
	#hdau .sync_section p.hdau_note{
		font-family: 'Exo 2', sans-serif, 'cwtexhei', sans-serif;
		font-size: .85em;
		font-weight: 200;
		line-height: 1.3em;
	}
	/*
    #hdau .sync_section .wallpaper {
        display: none;
    }
	*/
    #hdau .sync_section .wallpaper img {
        margin-bottom: 10px;
        cursor: pointer;
        border: 1px solid rgba(255,255,255,.5);
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    #hdau .sync_section .wallpaper img:hover {
        transform: scale(.9);
    }
/* ---------- news_section ---------- */
	.news_section {
	    position: relative;
	    background: #000;
	}
	#hdau .news_section {
	    padding-top: 3%;
	}
	#hdau .news_section h2 {
	    font-family: 'Exo 2', sans-serif, 'cwtexhei', sans-serif;
	    text-transform: uppercase;
	    font-weight: 300;
	    font-size: 38px;
	    color: #C7CFDD;
	    letter-spacing: 0.5px;
	    padding: 0 20px;
	}
	/*
	.news_section .row {
	    background-color: #1f1f1f;
	    padding: 4%;
	}
	*/
	.news_section .row article {
	    margin-bottom: 40px;
	}
	.news_section .row article:last-child {
	    margin-bottom: 0px;
	}
	#hdau .news_section a.a_type {
	    width: 150px;
	    display: block;
	    margin: 0 auto;
	}
/* ---------- spotlight_section ---------- */
	#hdau #owl-spotlight .content_w1400{
		padding:0 45px;
	}
	#hdau #owl-spotlight .item{
		padding:10px 20px 30px;
	}
	#hdau #owl-spotlight .item a{
		text-decoration: none;
		-webkit-transition: all .4s ease;
		   -moz-transition: all .4s ease;
		    -ms-transition: all .4s ease;
		     -o-transition: all .4s ease;
		        transition: all .4s ease;
	}
	#hdau #owl-spotlight .item a:hover{
		-webkit-transform: scale(.95);
		   -moz-transform: scale(.95);
		    -ms-transform: scale(.95);
		     -o-transform: scale(.95);
		        transform: scale(.95);
	}
	#hdau #owl-spotlight img{
		width: 100%;
	}
	#hdau #owl-spotlight h4{
		text-decoration: none;
		padding:0 5px;
		line-height: 1.2;
		margin:15px 0;
	}
	#hdau #owl-spotlight p{
		color:#cccccc;
		text-align: left;
		padding:0 5px;
	}
/* ---------- products_section ---------- */
	#hdau .products_section .hdau_container{
		padding-bottom: 70px;
	}
	#hdau .products_section{
		position: relative;
	}
	#hdau .products_section:before{
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,c7cfdd+50,000000+100&1+0,0.5+50,1+100 */
		background:rgba(199,207,221,0.5);
		background: -moz-linear-gradient(left,  #000000 0%, rgba(199,207,221,0.5) 50%, #000000 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #000000 0%,rgba(199,207,221,0.5) 50%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #000000 0%,rgba(199,207,221,0.5) 50%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */

		position: absolute;
	}

	#hdau .products_section:after{
		content: "";
		display: block;
		width: 100%;
		/* height: 1px; */
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,c7cfdd+50,000000+100&1+0,0.5+50,1+100 */
		background:rgba(199,207,221,0.5);
		background: -moz-linear-gradient(left,  #000000 0%, rgba(199,207,221,0.5) 50%, #000000 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #000000 0%,rgba(199,207,221,0.5) 50%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #000000 0%,rgba(199,207,221,0.5) 50%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */

		position: absolute;
	}



	#hdau .products_section:before{top: 0; }
	#hdau .products_section:after{bottom:0; }
    #hdau .products_section h2,
    #hdau .info_section h2{
        font-family: 'Exo 2', sans-serif, 'cwtexhei', sans-serif;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 38px;
        color: #C7CFDD;
        letter-spacing: 0.5px;
        padding: 0 20px;
    }



    #hdau .products_section a.download_full_list {
        color: #d92f2f;
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
        border: none;
        margin: 0;
    }
    #hdau .products_section a.download_full_list:hover {
        background-color: transparent;
    }

	#hdau .products_section .main_pic{
		position: relative;
		height: 0;
		padding-bottom: 110%;
		pointer-events: none;
        z-index: -1;
	}
	#hdau .products_section .main_pic > img{
		position: absolute;
		top: -50px;
		left: -39%;
		width: 150%;
	}
	#hdau .products_section .model_set li:nth-child(1) >p,
	#hdau .products_section .model_set li:nth-child(2) >p,
	#hdau .products_section .model_set li:nth-child(3) >p{
		margin-top: 8px;
	}



    #hdau .show_tag2 .product_type a {
        width: 100%;
        text-align: center;
        display: inline-block;
        padding: 10px;
        cursor: pointer;
        margin: 5px;
        vertical-align: top;
        word-break: normal;
        border: 1px solid rgba(136, 136, 136, 0.8);
        border-radius: 4px;
        vertical-align: middle;
        box-shadow: 0 0 10px rgb(173, 173, 173), inset 0 0 10px rgb(56, 56, 56), 0 2px 0 #000;
        line-height: 45px;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }
    #hdau .show_tag2 .product_type a span {
        line-height: 1.25;
        display: inline-block;
        vertical-align: middle;
        word-break: normal;
        text-transform: uppercase;
        font-size: .8rem;
    }

    #hdau .show_tag2 .product_type.active a {
        color: #d92f2f;
        border: 1px solid #f00;
        box-shadow: 0 0 20px rgba(208,0,51,1), inset 0 0 20px rgba(208,0,51,1), 0 2px 0 #000;
    }
    #hdau .show_tag2 .product_type a {
        text-decoration: none;
    }
    #hdau .show_tag2 .product_type.active a {
        color: #F33;
    }


    #hdau .show_tag2 .product_type:hover a {
        border: 1px solid #f00;
        box-shadow: 0 0 20px rgba(208,0,51,1), inset 0 0 20px rgba(208,0,51,1), 0 2px 0 #000;
    }



    #hdau .accessory .product_type a {
        width: 100%;
        text-align: center;
        display: inline-block;
        padding: 10px;
        cursor: pointer;
        margin: 5px;
        vertical-align: top;
        word-break: normal;
        border: 1px solid rgba(136, 136, 136, 0.8);
        border-radius: 4px;
        vertical-align: middle;
        box-shadow: 0 0 10px rgb(173, 173, 173), inset 0 0 10px rgb(56, 56, 56), 0 2px 0 #000;
        line-height: 45px;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }

    #hdau .accessory .product_type a span {
        line-height: 1.25;
        display: inline-block;
        vertical-align: middle;
        word-break: normal;
        text-transform: uppercase;
        font-size: .8rem;
    }

    #hdau .accessory .product_type:hover a {
        border: 1px solid #f00;
        box-shadow: 0 0 20px rgba(208,0,51,1), inset 0 0 20px rgba(208,0,51,1), 0 2px 0 #000;
    }

    #hdau .accessory .product_type.active a {
        border: 1px solid #f00;
        box-shadow: 0 0 20px rgba(208,0,51,1), inset 0 0 20px rgba(208,0,51,1), 0 2px 0 #000;
    }


	#hdau .products_section .hdau_container{
		margin:0 auto;
		position: relative;
		padding: 5% 0;
	}


    .product_tag_title ~ ul {
        display: none;
    }

    .product_tag_title ~ ul.active {
        display: block;
    }

	#hdau .hdau_left,
	#hdau .hdau_right{
		width: 15%;
		display: inline-block;
		vertical-align: top;
	}
	#hdau .hdau_right{
		width: 85%;
		margin-left: -5px;
		margin-bottom: 10px;
		padding-left: 25px;
		box-sizing: border-box;
	}
	#hdau .hdau_s_title{
		font-weight: 300;
		text-align: center;
		color:#C7CFDD;
		opacity: .6;
		font-size: 24px;
		line-height: 40px;
	}
	#hdau .hdau_s_title:before,
	#hdau .hdau_s_title:after{
		content: "";
		display: block;
		width: 2px;
		height: 550px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,c7cfdd+50,000000+100&1+0,0.5+50,1+100 */
		background:rgba(199,207,221,0.5);
		background: -moz-linear-gradient(top,  #000000 0%, rgba(199,207,221,0.5) 50%, #000000 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #000000 0%,rgba(199,207,221,0.5) 50%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #000000 0%,rgba(199,207,221,0.5) 50%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
		position: absolute;
	}
	#hdau .hdau_s_title:before{
		right: -17px;
		left: auto;
		bottom: 85px;
		top:auto;
	}
	#hdau .hdau_s_title:after{
		left: 0px;
		left: auto;
		bottom: 85px;
		top:auto;
	}
	#hdau .icon_center{
		text-align: center;
	}
	#hdau .icon_set li > p,
	#hdau .model_set li > p{
		font-family: 'Exo 2', sans-serif, 'cwtexhei', sans-serif;
		margin:0;
		font-size: 0.75rem;
	}
	#hdau .model_set li > p{
		font-size: 0.85rem;
		font-weight: 300;
	}

	#hdau ul.icon_set{
		width: 100%;
		opacity: .7;
	}
	#hdau .icon_set li{
		display: inline-block;
		width: 68px;
		text-align: center;
		vertical-align: top;
		margin:10px -2.5px;
	}

	#hdau ul.model_set{
		width: 100%;
		vertical-align: bottom;
		margin-right: -20px;
		text-align: left;
	}
	#hdau ul.model_set .model{
		position: relative;
	}

	#hdau ul.model_set .model >img{
		display: block;
		margin:0 auto;
		max-width: 100%;
	}

	/*show_logo switch*/
	#hdau ul.model_set .model img.show_logo{
		position: absolute;
		top:-10px;
		left:0px;
		width:70px;
		display: none;
	}
	#hdau .show_logo ul.model_set .model img.show_logo{
		display: block;
	}

	/*show_tag switch*/
	#hdau ul.model_set .show_tag{
		padding:1px;
		width: 100px;
		height: 20px;
		line-height: 18px;
		margin:-10px auto 0;
		border:1px solid white;
		display: none;
	}
	#hdau .show_tag ul.model_set .show_tag{
		display: block;
	}

	/*show_tag2 switch*/
	#hdau ul.model_set .show_tag2{
		padding:1px;
		width: 70px;
		height: 20px;
		line-height: 18px;
		margin:-10px auto 0;
		border:1px solid white;
		display: none;
		position: absolute;
		top: -5px;
		right: 0px;
		background-color: black;
	}
	#hdau .show_tag2 ul.model_set .show_tag2{
        display: block;
        font-size: .5rem;
        color: #9a9a9a;
        border: 1px solid #9a9a9a;
	}

	/*
	#hdau .model_set li{
		display: inline-block;
		margin:40px 0px 0px 3%;
		width: 180px;
		vertical-align: bottom;
		cursor: pointer;
	}
	*/
	#mCSB_1_container{
		padding-bottom: 40px;
	}
	.mCSB_scrollTools .mCSB_dragger{
		left: 3px;
		height: 150px !important;
	}
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
	#hdau .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{
		width: 80px;
		border-radius: 0;
		background:url(../img/bar.png) transparent 0 0 no-repeat;
		background-size: contain;
	}
	.mCSB_scrollTools .mCSB_draggerRail{
		background: rgba(199,207,221,.5); /* For browsers that do not support gradients */
		background: -webkit-linear-gradient(top,red,yellow,#00CB07,#07A9FF,#1044FF,#1B2F7F,#D92F7F);/* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(top,red,yellow,#00CB07,#07A9FF,#1044FF,#1B2F7F,#D92F7F);/* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(top,red,yellow,#00CB07,#07A9FF,#1044FF,#1B2F7F,#D92F7F);/* For Fx 3.6 to 15 */
		background: linear-gradient(to bottom, red,yellow,#00CB07,#07A9FF,#1044FF,#1B2F7F,#D92F7F); /* Standard syntax */
		border-radius: 60%;
	}
/* ---------- aura_section ---------- */
	#hdau .aura_section{
		height: initial;
		max-width: 1920px;
		margin:-1px auto 0;
		position: relative;
		background: #545454;
		z-index: -2;
		overflow: hidden; /*for > 1920*/
	}
	#hdau #color,
	#hdau .aura_section .hdau_aura_img{
		position: absolute;
		top: 0;
		left: 0;
	}
	#hdau #color{
		width: 100%;
		height: 100%;
        left: 0 !important;
	}
	#hdau .aura_section .hdau_aura_img{
		width: 100%;
		max-width: 1920px;
		height: 100%;
		background: left center no-repeat;
		background-image:url(../img/tab2/Aura-lighting.png);
		background-size: cover;
	}
	#hdau .aura_section .hdau_container{
        position: absolute;
		width: 700px;
        right: 25px;
        bottom: 25px;
        background: rgba(0,0,0,.5);
        box-shadow: 0 0 80px 2px rgba(0,0,0,.6) inset;
        padding: 20px;
	}
    #hdau .aura_section .hdau_container.active{
        background: transparent;
        box-shadow: none;
	}
    #hdau .aura_section h2 {
        font-family: 'Exo 2', sans-serif, 'cwtexhei', sans-serif;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 38px;
        word-break: normal;
        color: #C7CFDD;
        letter-spacing: 0.5px;
		padding: 0 0 0 5px;
    }
	#hdau .aura_section .hdau_container ul{
		width: 100%;
		margin:25px 0 10px;
		padding-left: 4px;
	}
	#hdau .aura_section .hdau_container li{
		display: inline-block;
		vertical-align: top;
		width: 16%;
		margin-left: -4px;
		padding:8px 0;
		cursor:pointer;
		opacity: .6;
		-webkit-transition: .4s ease;
		   -moz-transition: .4s ease;
		    -ms-transition: .4s ease;
		     -o-transition: .4s ease;
		        transition: .4s ease;
	}
	#hdau .aura_section .hdau_container li:hover{
		opacity: 1;
	}
	#hdau .aura_section .hdau_container li.hdau_active{
		opacity: 1;
	}
	#hdau .aura_section .hdau_container li.hdau_active h4,
	#hdau .aura_section .hdau_container li.hdau_active p{
		text-shadow: 0 0 3px white;
	}
	#hdau .aura_section .hdau_container li img{
		width: 50px;
		height: 50px;
	}
	#hdau .aura_section h4{
		font-size: 1rem;
		font-weight: 400;
		line-height: 15px;
		letter-spacing: .5px;
		padding:4px 0;
        text-align: center;
	}
	#hdau .aura_section h4.closer{
		letter-spacing: 0px;
	}
	#hdau .aura_section p{
		font-family: 'Exo 2', sans-serif, 'cwtexhei', sans-serif;
		font-size: .8em;
		font-weight: 300;
		line-height: 15px;
	}
	#hdau #colorpicker{
		width: 130px;
		height: 130px;
		position: absolute;
		bottom: 10px;
		left: -150px;
	}
	#hdau #temp_img{
		width: 200px;
		position: absolute;
		bottom: 10px;
		left: -220px;
		display: none;
	}

	#hdau #color li{
		position: absolute;
		opacity: 1;
		display: none;
	}
	#hdau #color li span{ /*starry*/
		display: none;
	}
	#hdau #color li.mb{
		width: 40%;
		height: 30%;
		top: 0;
		right: 10%;
		background: #cc0000;
	}
	#hdau #color li.vga{
		width: 40%;
		height: 10%;
		top: 32%;
		right: 10%;
		background: #ccff00;
	}
	#hdau #color li.kb{
		width: 25%;
		height: 15%;
		top: 63%;
		left: 23%;
		background: #cc0000;
		-webkit-transform: skew(10deg, -10deg);
		   -moz-transform: skew(10deg, -10deg);
		    -ms-transform: skew(10deg, -10deg);
		     -o-transform: skew(10deg, -10deg);
		        transform: skew(10deg, -10deg);
	}
	#hdau #color li.kb{
        width: 31%;
        height: 14%;
        top: 73%;
        left: 22%;
		background: #545454 !important;
		-webkit-transform: skew(10deg, -10deg);
		-moz-transform: skew(10deg, -10deg);
		-ms-transform: skew(10deg, -10deg);
		-o-transform: skew(10deg, -10deg);
		transform: skewX(26deg) rotate(-10deg);
	}
	#hdau #color li.kb li{
		width: 20%;
		height: 100%;
		top: 0;
		left: 0;
	}
	#hdau #color li.kb ul{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		margin:0;
	}
	#hdau #color li.kb li:nth-child(1){left: 0;}
	#hdau #color li.kb li:nth-child(2){left: 20%;}
	#hdau #color li.kb li:nth-child(3){left: 40%;}
	#hdau #color li.kb li:nth-child(4){left: 60%;}
	#hdau #color li.kb li:nth-child(5){left: 80%;}
	#hdau #color li.mouse{
        width: 5%;
        height: 15%;
        top: 68%;
        left: 54.5%;
		background: #cc00cc;
	}
	#hdau #color li.headset{
        width: 5%;
        height: 12%;
        top: 66%;
        left: 16%;
		background: #cc00cc;
	}
	#hdau #color li.monitor{
		width: 30%;
		height: 40%;
		top: 0%;
		left: 0%;
		background: #cc00cc;
	}
/* ---------- video_section ---------- */
	#hdau .video_section{
		background: left top no-repeat;
		position: relative;
		background-size: 90%;
	}
    #hdau .video_section h2 {
        font-family: 'Exo 2', sans-serif, 'cwtexhei', sans-serif;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 38px;
        color: #C7CFDD;
        letter-spacing: 0.5px;
        padding: 0 20px;
    }
    #hdau .video_section .col_50 {
        text-align: center;
    }
    #hdau .video_section .hdau_container{
        padding-top: 3%;
	}
    #hdau .video_section .hdau_container .download {
        margin-top: 50px;
	}
	#hdau .video_section .hdau_img{
		display: block;
		width: 280px;
		height: 280px;
		margin:0px auto;
		position: relative;
	}
    #hdau .video_section .video_layout .col_33 {
        position: relative;
        padding: 25px;
    }
    #hdau .video_section .video_layout .col_33 img {
        margin-bottom: 10px;
        cursor: pointer;
        border: 1px solid rgba(255,255,255,.5);
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }

    #hdau .video_section .video_layout .col_33 a:after {
        content: "";
        display: block;
        width: 80px;
        height: 80px;
        background: url(../img/youtube-logo.svg) 0 0 no-repeat;
        background-size: contain;
        position: absolute;
        top: calc(50% - 50px);
        left: calc(50% - 40px);
        opacity: .5;
        cursor: pointer;
        -webkit-transition: opacity .25s ease;
        -moz-transition: opacity .25s ease;
        -ms-transition: opacity .25s ease;
        -o-transition: opacity .25s ease;
        transition: opacity .25s ease;
    }
    #hdau .video_section .video_layout .col_33:hover:after {
        opacity: 1;
    }
/* ---------- download_section ---------- */
	#hdau .download_section{
		padding-bottom: 50px;
	}
	#hdau .download_section select{
		padding: 5px 10px;
		color: #959595;
		border: 1px solid #474747;
		font-size: 14px;
		background: #313131 url(../img/icon/icon-arrow.png) no-repeat 99% 8px;
		background-size: 13px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 300px;
		margin: 15px 0 30px;
		text-transform: uppercase;
	}
	#hdau .download_section select:focus{
		outline:none;
	}
	#hdau .download_section a.button{
		margin:20px 0;
		text-decoration: none;
	}

	#faq_content,
	#faq_content li .ans{
		display: none;
		text-align: left;
	}
	#faq_content li .ans p{
		text-align: left;
		margin-bottom: 15px;
		color:#cccccc;
	}
	#faq_content li{
		text-align: left;
		padding:10px 0;
	}
	#faq_content .qs{
		text-decoration: none;
		padding:5px 0;
		cursor: pointer;
	}
	#faq_content .qs:hover{
		opacity: .8;
	}
	#faq_content .active + .ans{
		display: block;
		padding-left: 10px;
		-webkit-animation: showContent .5s forwards;
		-o-animation: showContent .5s forwards;
		animation: showContent .5s forwards;
	}
	@keyframes showContent{
		from{
			opacity: 0;
			-webkit-transform: translateY(10px);
			   -moz-transform: translateY(10px);
			    -ms-transform: translateY(10px);
			     -o-transform: translateY(10px);
			        transform: translateY(10px);
		}
		to{
			opacity: 1;
			-webkit-transform: translateY(0);
			   -moz-transform: translateY(0);
			    -ms-transform: translateY(0);
			     -o-transform: translateY(0);
			        transform: translateY(0);
		}
	}
/* ---------- wallpaper_section ---------- */
	#hdau .wallpaper_section{
		background: left top no-repeat;
		position: relative;
		background-size: 90%;
	}
    #hdau .wallpaper_section h2 {
        font-family: 'Exo 2', sans-serif, 'cwtexhei', sans-serif;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 38px;
        color: #C7CFDD;
        letter-spacing: 0.5px;
        padding: 0 20px;
    }
    #hdau .wallpaper_section .col_50 {
        text-align: center;
    }
    #hdau .wallpaper_section .col_50.open_wallpaper a.active {
            color: #393939;
            background-color: #FFF;
    }
    #hdau .wallpaper_section .hdau_container{
        padding-top: 3%;
	}
    #hdau .wallpaper_section .hdau_container .download {
        margin-top: 50px;
	}
	#hdau .wallpaper_section .hdau_img{
		display: block;
		width: 280px;
		height: 280px;
		margin:0px auto;
		position: relative;
	}
    #hdau .wallpaper_section .wallpaper img {
        margin-bottom: 10px;
        cursor: pointer;
/*        border: 1px solid rgba(255,255,255,.5);*/
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;

    }
    #hdau .wallpaper_section .wallpaper img:hover {
        transform: scale(.9);
    }
    #hdau .wallpaper_section .download .col_33{
        margin-bottom: 30px;
    }
/* ---------- footer ---------- */
	#hdau > p{
		margin:30px auto;
		max-width: 90%;
	}
/* ---------- color effect ---------- */
	.hdau_rainbow{
		background-image: -webkit-linear-gradient(left,red,yellow,#00CB07,#07A9FF,#1044FF,#1B2F7F,#D92F7F,red);
		background-image: -o-linear-gradient(left,red,yellow,#00CB07,#07A9FF,#1044FF,#1B2F7F,#D92F7F,red);
		background-image: -moz-linear-gradient(left,red,yellow,#00CB07,#07A9FF,#1044FF,#1B2F7F,#D92F7F,red);
		background-image: linear-gradient(to right, red,yellow,#00CB07,#07A9FF,#1044FF,#1B2F7F,#D92F7F,red);
		background-repeat: repeat;
		background-size: 1920px;
	}
	/* ---------- comet ---------- */
		#hdau #color.hdau_comet{
			background: #545454 !important;
		}
		#hdau #color.hdau_comet li{
			opacity: 0;
		}
		#hdau #color.hdau_comet li.mb{
			-webkit-animation: comet 4s -2.4s infinite;
			   -moz-animation: comet 4s -2.4s infinite;
			    -ms-animation: comet 4s -2.4s infinite;
			     -o-animation: comet 4s -2.4s infinite;
			        animation: comet 4s -2.4s infinite;
		}
		#hdau #color.hdau_comet li.vga{
			-webkit-animation: comet 4s -2s infinite;
			   -moz-animation: comet 4s -2s infinite;
			    -ms-animation: comet 4s -2s infinite;
			     -o-animation: comet 4s -2s infinite;
			        animation: comet 4s -2s infinite;
		}
		#hdau #color.hdau_comet li.kb{opacity: 1;}
		#hdau #color.hdau_comet li.kb li:nth-child(1){
			-webkit-animation: comet 4s -1.6s infinite;
			   -moz-animation: comet 4s -1.6s infinite;
			    -ms-animation: comet 4s -1.6s infinite;
			     -o-animation: comet 4s -1.6s infinite;
			        animation: comet 4s -1.6s infinite;
		}
		#hdau #color.hdau_comet li.kb li:nth-child(2){
			-webkit-animation: comet 4s -1.4s infinite;
			   -moz-animation: comet 4s -1.4s infinite;
			    -ms-animation: comet 4s -1.4s infinite;
			     -o-animation: comet 4s -1.4s infinite;
			        animation: comet 4s -1.4s infinite;
		}
		#hdau #color.hdau_comet li.kb li:nth-child(3){
			-webkit-animation: comet 4s -1.2s infinite;
			   -moz-animation: comet 4s -1.2s infinite;
			    -ms-animation: comet 4s -1.2s infinite;
			     -o-animation: comet 4s -1.2s infinite;
			        animation: comet 4s -1.2s infinite;
		}
		#hdau #color.hdau_comet li.kb li:nth-child(4){
			-webkit-animation: comet 4s -1s infinite;
			   -moz-animation: comet 4s -1s infinite;
			    -ms-animation: comet 4s -1s infinite;
			     -o-animation: comet 4s -1s infinite;
			        animation: comet 4s -1s infinite;
		}
		#hdau #color.hdau_comet li.kb li:nth-child(5){
			-webkit-animation: comet 4s -.8s infinite;
			   -moz-animation: comet 4s -.8s infinite;
			    -ms-animation: comet 4s -.8s infinite;
			     -o-animation: comet 4s -.8s infinite;
			        animation: comet 4s -.8s infinite;
		}
		#hdau #color.hdau_comet li.mouse{
			-webkit-animation: comet 4s -.4s infinite;
			   -moz-animation: comet 4s -.4s infinite;
			    -ms-animation: comet 4s -.4s infinite;
			     -o-animation: comet 4s -.4s infinite;
			        animation: comet 4s -.4s infinite;
		}
		#hdau #color.hdau_comet li.headset{
			-webkit-animation: comet 4s 0s infinite;
			   -moz-animation: comet 4s 0s infinite;
			    -ms-animation: comet 4s 0s infinite;
			     -o-animation: comet 4s 0s infinite;
			        animation: comet 4s 0s infinite;
		}
		#hdau #color.hdau_comet li.monitor{
			-webkit-animation: comet 4s .4s infinite;
			   -moz-animation: comet 4s .4s infinite;
			    -ms-animation: comet 4s .4s infinite;
			     -o-animation: comet 4s .4s infinite;
			        animation: comet 4s .4s infinite;
		}
	/* ---------- flash ---------- */
		#hdau #color.hdau_flash{
			background: #545454 !important;
		}
		#hdau #color.hdau_flash li{
			opacity: 1;
		}
		#hdau #color.hdau_flash li.mb{
			-webkit-animation: blackout 6.7s infinite, flash 6s 0s infinite;
			   -moz-animation: blackout 6.7s infinite, flash 6s 0s infinite;
			    -ms-animation: blackout 6.7s infinite, flash 6s 0s infinite;
			     -o-animation: blackout 6.7s infinite, flash 6s 0s infinite;
			        animation: blackout 6.7s infinite, flash 6s 0s infinite;
		}
		#hdau #color.hdau_flash li.vga{
			-webkit-animation: blackout 6.7s infinite, flash 6s .5s infinite;
			   -moz-animation: blackout 6.7s infinite, flash 6s .5s infinite;
			    -ms-animation: blackout 6.7s infinite, flash 6s .5s infinite;
			     -o-animation: blackout 6.7s infinite, flash 6s .5s infinite;
			        animation: blackout 6.7s infinite, flash 6s .5s infinite;
		}
		#hdau #color.hdau_flash li.kb li:nth-child(1){
			-webkit-animation: blackout 6.7s infinite, flash_kb 6s 1s infinite;
			   -moz-animation: blackout 6.7s infinite, flash_kb 6s 1s infinite;
			    -ms-animation: blackout 6.7s infinite, flash_kb 6s 1s infinite;
			     -o-animation: blackout 6.7s infinite, flash_kb 6s 1s infinite;
			        animation: blackout 6.7s infinite, flash_kb 6s 1s infinite;
		}
		#hdau #color.hdau_flash li.kb li:nth-child(2){
			-webkit-animation: blackout 6.7s infinite, flash_kb 6s 1.5s infinite;
			   -moz-animation: blackout 6.7s infinite, flash_kb 6s 1.5s infinite;
			    -ms-animation: blackout 6.7s infinite, flash_kb 6s 1.5s infinite;
			     -o-animation: blackout 6.7s infinite, flash_kb 6s 1.5s infinite;
			        animation: blackout 6.7s infinite, flash_kb 6s 1.5s infinite;
		}
		#hdau #color.hdau_flash li.kb li:nth-child(3){
			-webkit-animation: blackout 6.7s infinite, flash_kb 6s 2s infinite;
			   -moz-animation: blackout 6.7s infinite, flash_kb 6s 2s infinite;
			    -ms-animation: blackout 6.7s infinite, flash_kb 6s 2s infinite;
			     -o-animation: blackout 6.7s infinite, flash_kb 6s 2s infinite;
			        animation: blackout 6.7s infinite, flash_kb 6s 2s infinite;
		}
		#hdau #color.hdau_flash li.kb li:nth-child(4){
			-webkit-animation: blackout 6.7s infinite, flash_kb 6s 2.5s infinite;
			   -moz-animation: blackout 6.7s infinite, flash_kb 6s 2.5s infinite;
			    -ms-animation: blackout 6.7s infinite, flash_kb 6s 2.5s infinite;
			     -o-animation: blackout 6.7s infinite, flash_kb 6s 2.5s infinite;
			        animation: blackout 6.7s infinite, flash_kb 6s 2.5s infinite;
		}
		#hdau #color.hdau_flash li.kb li:nth-child(5){
			-webkit-animation: blackout 6.7s infinite, flash_kb 6s 3s infinite;
			   -moz-animation: blackout 6.7s infinite, flash_kb 6s 3s infinite;
			    -ms-animation: blackout 6.7s infinite, flash_kb 6s 3s infinite;
			     -o-animation: blackout 6.7s infinite, flash_kb 6s 3s infinite;
			        animation: blackout 6.7s infinite, flash_kb 6s 3s infinite;
		}
		#hdau #color.hdau_flash li.mouse{
			-webkit-animation: blackout 6.7s infinite, flash 6s 3.5s infinite;
			   -moz-animation: blackout 6.7s infinite, flash 6s 3.5s infinite;
			    -ms-animation: blackout 6.7s infinite, flash 6s 3.5s infinite;
			     -o-animation: blackout 6.7s infinite, flash 6s 3.5s infinite;
			        animation: blackout 6.7s infinite, flash 6s 3.5s infinite;
		}
		#hdau #color.hdau_flash li.headset{
			-webkit-animation: blackout 6.7s infinite, flash 6s 4s infinite;
			   -moz-animation: blackout 6.7s infinite, flash 6s 4s infinite;
			    -ms-animation: blackout 6.7s infinite, flash 6s 4s infinite;
			     -o-animation: blackout 6.7s infinite, flash 6s 4s infinite;
			        animation: blackout 6.7s infinite, flash 6s 4s infinite;
		}
		#hdau #color.hdau_flash li.monitor{
			-webkit-animation: blackout 6.7s infinite, flash 6s 4.5s infinite;
			   -moz-animation: blackout 6.7s infinite, flash 6s 4.5s infinite;
			    -ms-animation: blackout 6.7s infinite, flash 6s 4.5s infinite;
			     -o-animation: blackout 6.7s infinite, flash 6s 4.5s infinite;
			        animation: blackout 6.7s infinite, flash 6s 4.5s infinite;
		}
	/* ---------- wave ---------- */
		#hdau #color.hdau_wave{
			background: #545454 !important;
		}
		#hdau #color.hdau_wave li{
			opacity: 1;
		}
		#hdau #color.hdau_wave li.active{
			display: block;
			-webkit-animation: fadeIn .4s forwards;
			   -moz-animation: fadeIn .4s forwards;
			    -ms-animation: fadeIn .4s forwards;
			     -o-animation: fadeIn .4s forwards;
			        animation: fadeIn .4s forwards;
		}
	/* ---------- yoyo ---------- */
		#hdau #color.hdau_yoyo{
			background: #545454 !important;
		}
		#hdau #color.hdau_yoyo li{
			opacity: 0;
		}
		#hdau #color.hdau_yoyo li.mb{
			-webkit-animation: comet 4s -2.4s infinite;
			   -moz-animation: comet 4s -2.4s infinite;
			    -ms-animation: comet 4s -2.4s infinite;
			     -o-animation: comet 4s -2.4s infinite;
			        animation: comet 4s -2.4s infinite;
		}
		#hdau #color.hdau_yoyo li.vga{
			-webkit-animation: comet 4s -2s infinite;
			   -moz-animation: comet 4s -2s infinite;
			    -ms-animation: comet 4s -2s infinite;
			     -o-animation: comet 4s -2s infinite;
			        animation: comet 4s -2s infinite;
		}
		#hdau #color.hdau_yoyo li.kb{opacity: 1;}
		#hdau #color.hdau_yoyo li.kb li:nth-child(1){
			-webkit-animation: comet 4s -1.6s infinite;
			   -moz-animation: comet 4s -1.6s infinite;
			    -ms-animation: comet 4s -1.6s infinite;
			     -o-animation: comet 4s -1.6s infinite;
			        animation: comet 4s -1.6s infinite;
		}
		#hdau #color.hdau_yoyo li.kb li:nth-child(2){
			-webkit-animation: comet 4s -1.4s infinite;
			   -moz-animation: comet 4s -1.4s infinite;
			    -ms-animation: comet 4s -1.4s infinite;
			     -o-animation: comet 4s -1.4s infinite;
			        animation: comet 4s -1.4s infinite;
		}
		#hdau #color.hdau_yoyo li.kb li:nth-child(3){
			-webkit-animation: comet 4s -1.2s infinite;
			   -moz-animation: comet 4s -1.2s infinite;
			    -ms-animation: comet 4s -1.2s infinite;
			     -o-animation: comet 4s -1.2s infinite;
			        animation: comet 4s -1.2s infinite;
		}
		#hdau #color.hdau_yoyo li.kb li:nth-child(4){
			-webkit-animation: comet 4s -1s infinite;
			   -moz-animation: comet 4s -1s infinite;
			    -ms-animation: comet 4s -1s infinite;
			     -o-animation: comet 4s -1s infinite;
			        animation: comet 4s -1s infinite;
		}
		#hdau #color.hdau_yoyo li.kb li:nth-child(5){
			-webkit-animation: comet 4s -.8s infinite;
			   -moz-animation: comet 4s -.8s infinite;
			    -ms-animation: comet 4s -.8s infinite;
			     -o-animation: comet 4s -.8s infinite;
			        animation: comet 4s -.8s infinite;
		}
		#hdau #color.hdau_yoyo li.mouse{
			-webkit-animation: comet 4s -.4s infinite;
			   -moz-animation: comet 4s -.4s infinite;
			    -ms-animation: comet 4s -.4s infinite;
			     -o-animation: comet 4s -.4s infinite;
			        animation: comet 4s -.4s infinite;
		}
		#hdau #color.hdau_yoyo li.headset{
			-webkit-animation: comet 4s 0s infinite;
			   -moz-animation: comet 4s 0s infinite;
			    -ms-animation: comet 4s 0s infinite;
			     -o-animation: comet 4s 0s infinite;
			        animation: comet 4s 0s infinite;
		}
		#hdau #color.hdau_yoyo li.monitor{
			-webkit-animation: comet 4s .4s infinite;
			   -moz-animation: comet 4s .4s infinite;
			    -ms-animation: comet 4s .4s infinite;
			     -o-animation: comet 4s .4s infinite;
			        animation: comet 4s .4s infinite;
		}

		#hdau #color.hdau_yoyo li.active.mb{
			-webkit-animation: comet 4s .4s infinite;
			   -moz-animation: comet 4s .4s infinite;
			    -ms-animation: comet 4s .4s infinite;
			     -o-animation: comet 4s .4s infinite;
			        animation: comet 4s .4s infinite;
		}
		#hdau #color.hdau_yoyo li.active.vga{
			-webkit-animation: comet 4s 0s infinite;
			   -moz-animation: comet 4s 0s infinite;
			    -ms-animation: comet 4s 0s infinite;
			     -o-animation: comet 4s 0s infinite;
			        animation: comet 4s 0s infinite;
		}
		#hdau #color.hdau_yoyo li.active.kb li:nth-child(1){
			-webkit-animation: comet 4s -.4s infinite;
			   -moz-animation: comet 4s -.4s infinite;
			    -ms-animation: comet 4s -.4s infinite;
			     -o-animation: comet 4s -.4s infinite;
			        animation: comet 4s -.4s infinite;
		}
		#hdau #color.hdau_yoyo li.active.kb li:nth-child(2){
			-webkit-animation: comet 4s -.6s infinite;
			   -moz-animation: comet 4s -.6s infinite;
			    -ms-animation: comet 4s -.6s infinite;
			     -o-animation: comet 4s -.6s infinite;
			        animation: comet 4s -.6s infinite;
		}
		#hdau #color.hdau_yoyo li.active.kb li:nth-child(3){
			-webkit-animation: comet 4s -.8s infinite;
			   -moz-animation: comet 4s -.8s infinite;
			    -ms-animation: comet 4s -.8s infinite;
			     -o-animation: comet 4s -.8s infinite;
			        animation: comet 4s -.8s infinite;
		}
		#hdau #color.hdau_yoyo li.active.kb li:nth-child(4){
			-webkit-animation: comet 4s -1s infinite;
			   -moz-animation: comet 4s -1s infinite;
			    -ms-animation: comet 4s -1s infinite;
			     -o-animation: comet 4s -1s infinite;
			        animation: comet 4s -1s infinite;
		}
		#hdau #color.hdau_yoyo li.active.kb li:nth-child(5){
			-webkit-animation: comet 4s -1.2s infinite;
			   -moz-animation: comet 4s -1.2s infinite;
			    -ms-animation: comet 4s -1.2s infinite;
			     -o-animation: comet 4s -1.2s infinite;
			        animation: comet 4s -1.2s infinite;
		}
		#hdau #color.hdau_yoyo li.active.mouse{
			-webkit-animation: comet 4s -1.6s infinite;
			   -moz-animation: comet 4s -1.6s infinite;
			    -ms-animation: comet 4s -1.6s infinite;
			     -o-animation: comet 4s -1.6s infinite;
			        animation: comet 4s -1.6s infinite;
		}
		#hdau #color.hdau_yoyo li.active.headset{
			-webkit-animation: comet 4s -2s infinite;
			   -moz-animation: comet 4s -2s infinite;
			    -ms-animation: comet 4s -2s infinite;
			     -o-animation: comet 4s -2s infinite;
			        animation: comet 4s -2s infinite;
		}
		#hdau #color.hdau_yoyo li.active.monitor{
			-webkit-animation: comet 4s -2.4s infinite;
			   -moz-animation: comet 4s -2.4s infinite;
			    -ms-animation: comet 4s -2.4s infinite;
			     -o-animation: comet 4s -2.4s infinite;
			        animation: comet 4s -2.4s infinite;
		}
	/* ---------- starry ---------- */
		#hdau #color.hdau_starry:before{
			content:'';
			display: block;
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,.5);
			position: absolute;
			top: 0;
			left: 0;
			z-index: 0;
			opacity: 0;
			-webkit-animation: fadeIn .4s forwards;
			   -moz-animation: fadeIn .4s forwards;
			    -ms-animation: fadeIn .4s forwards;
			     -o-animation: fadeIn .4s forwards;
			        animation: fadeIn .4s forwards;
		}
		#hdau #color.hdau_starry li:not(.kb){
			width: 2%;
			height: 0;
			padding-bottom: 2%;
			border-radius: 50%;
			box-shadow: 0 0 20px 5px rgba(0,0,0,.6) inset;
		}
		#hdau #color.hdau_starry li span{
			display: block;
			width: 100%;
			height: 0;
			padding-bottom: 100%;
			position: absolute;
			border-radius: 50%;
			box-shadow: 0 0 20px 5px rgba(0,0,0,.6) inset;
		}
		#hdau #color.hdau_starry li.mb{
			top: 18%;
			right: 26%;
			-webkit-animation: fadeIn 2s -2.4s infinite;
			   -moz-animation: fadeIn 2s -2.4s infinite;
			    -ms-animation: fadeIn 2s -2.4s infinite;
			     -o-animation: fadeIn 2s -2.4s infinite;
			        animation: fadeIn 2s -2.4s infinite;
		}
		#hdau #color.hdau_starry li.mb span{
			top: 26%;
			left: -530%;
			-webkit-animation: fadeIn 3s -1.2s infinite;
			   -moz-animation: fadeIn 3s -1.2s infinite;
			    -ms-animation: fadeIn 3s -1.2s infinite;
			     -o-animation: fadeIn 3s -1.2s infinite;
			        animation: fadeIn 3s -1.2s infinite;
		}
		#hdau #color.hdau_starry li.vga{
			top: 34%;
			right: 26%;
			-webkit-animation: fadeIn 4s -2s infinite;
			   -moz-animation: fadeIn 4s -2s infinite;
			    -ms-animation: fadeIn 4s -2s infinite;
			     -o-animation: fadeIn 4s -2s infinite;
			        animation: fadeIn 4s -2s infinite;
		}
		#hdau #color.hdau_starry li.vga span{
			top: 80%;
			right: 126%;
			-webkit-animation: fadeIn 3s .1s infinite;
			   -moz-animation: fadeIn 3s .1s infinite;
			    -ms-animation: fadeIn 3s .1s infinite;
			     -o-animation: fadeIn 3s .1s infinite;
			        animation: fadeIn 3s .1s infinite;
		}
		#hdau #color.hdau_starry li.kb li{
			width: 10%;
			height: 0;
			padding-bottom: 5%;
		}
		#hdau #color.hdau_starry li.kb li:nth-child(1){
			top: 60%;
			left: 13%;
			-webkit-animation: fadeIn 3s -2s infinite;
			   -moz-animation: fadeIn 3s -2s infinite;
			    -ms-animation: fadeIn 3s -2s infinite;
			     -o-animation: fadeIn 3s -2s infinite;
			        animation: fadeIn 3s -2s infinite;
		}
		#hdau #color.hdau_starry li.kb li:nth-child(2){
			top: 20%;
			left: 20%;
			-webkit-animation: fadeIn 2s -1.4s infinite;
			   -moz-animation: fadeIn 2s -1.4s infinite;
			    -ms-animation: fadeIn 2s -1.4s infinite;
			     -o-animation: fadeIn 2s -1.4s infinite;
			        animation: fadeIn 2s -1.4s infinite;
		}
		#hdau #color.hdau_starry li.kb li:nth-child(3){
			top: 30%;
			left: 50%;
			-webkit-animation: fadeIn 3s -1.2s infinite;
			   -moz-animation: fadeIn 3s -1.2s infinite;
			    -ms-animation: fadeIn 3s -1.2s infinite;
			     -o-animation: fadeIn 3s -1.2s infinite;
			        animation: fadeIn 3s -1.2s infinite;
		}
		#hdau #color.hdau_starry li.kb li:nth-child(4){
			top: 55%;
			left: 50%;
			-webkit-animation: fadeIn 4s -1s infinite;
			   -moz-animation: fadeIn 4s -1s infinite;
			    -ms-animation: fadeIn 4s -1s infinite;
			     -o-animation: fadeIn 4s -1s infinite;
			        animation: fadeIn 4s -1s infinite;
		}
		#hdau #color.hdau_starry li.kb li:nth-child(5){
			top: 30%;
			left: 83%;
			-webkit-animation: fadeIn 2s -.8s infinite;
			   -moz-animation: fadeIn 2s -.8s infinite;
			    -ms-animation: fadeIn 2s -.8s infinite;
			     -o-animation: fadeIn 2s -.8s infinite;
			        animation: fadeIn 2s -.8s infinite;
		}
		#hdau #color.hdau_starry li.mouse{
			padding-bottom: 8%;
			top: 64%;
			left: 55%;
			-webkit-animation: fadeIn 3s -2.4s infinite;
			   -moz-animation: fadeIn 3s -2.4s infinite;
			    -ms-animation: fadeIn 3s -2.4s infinite;
			     -o-animation: fadeIn 3s -2.4s infinite;
			        animation: fadeIn 3s -2.4s infinite;
		}
		#hdau #color.hdau_starry li.headset{
			top: 62%;
			left: 20%;
			-webkit-animation: fadeIn 4s 0s infinite;
			   -moz-animation: fadeIn 4s 0s infinite;
			    -ms-animation: fadeIn 4s 0s infinite;
			     -o-animation: fadeIn 4s 0s infinite;
			        animation: fadeIn 4s 0s infinite;
		}
		#hdau #color.hdau_starry li.monitor{
			top: 22%;
			left: 13.5%;
			-webkit-animation: fadeIn 3s .4s infinite;
			   -moz-animation: fadeIn 3s .4s infinite;
			    -ms-animation: fadeIn 3s .4s infinite;
			     -o-animation: fadeIn 3s .4s infinite;
			        animation: fadeIn 3s .4s infinite;
		}
		#hdau #color.hdau_starry li.monitor span:nth-child(1){
			width: 120%;
			padding-bottom: 120%;
			top: -55%;
			left: -320%;
			-webkit-animation: fadeIn 2s 1.2s infinite;
			   -moz-animation: fadeIn 2s 1.2s infinite;
			    -ms-animation: fadeIn 2s 1.2s infinite;
			     -o-animation: fadeIn 2s 1.2s infinite;
			        animation: fadeIn 2s 1.2s infinite;
		}
		#hdau #color.hdau_starry li.monitor span:nth-child(2){
			width: 120%;
			padding-bottom: 120%;
			top: -170%;
			left: 130%;
			-webkit-animation: fadeIn 5s -2.4s infinite;
			   -moz-animation: fadeIn 5s -2.4s infinite;
			    -ms-animation: fadeIn 5s -2.4s infinite;
			     -o-animation: fadeIn 5s -2.4s infinite;
			        animation: fadeIn 5s -2.4s infinite;
		}
	/* ---------- strobing ---------- */
		#hdau #color.hdau_strobing{
			background: #545454 !important;
		}
		#hdau #color.hdau_strobing li{
			opacity: 0;
		}
		#hdau #color.hdau_strobing li.mb{
			-webkit-animation: strobing 8s -8s infinite;
			   -moz-animation: strobing 8s -8s infinite;
			    -ms-animation: strobing 8s -8s infinite;
			     -o-animation: strobing 8s -8s infinite;
			        animation: strobing 8s -8s infinite;
		}
		#hdau #color.hdau_strobing li.vga{
			-webkit-animation: strobing 8s -7.2s infinite;
			   -moz-animation: strobing 8s -7.2s infinite;
			    -ms-animation: strobing 8s -7.2s infinite;
			     -o-animation: strobing 8s -7.2s infinite;
			        animation: strobing 8s -7.2s infinite;
		}
		#hdau #color.hdau_strobing li.kb{opacity: 1;}
		#hdau #color.hdau_strobing li.kb li{
			-webkit-animation: strobing 8s -6.4s infinite;
			   -moz-animation: strobing 8s -6.4s infinite;
			    -ms-animation: strobing 8s -6.4s infinite;
			     -o-animation: strobing 8s -6.4s infinite;
			        animation: strobing 8s -6.4s infinite;
		}
		#hdau #color.hdau_strobing li.mouse{
			-webkit-animation: strobing 8s -5.6s infinite;
			   -moz-animation: strobing 8s -5.6s infinite;
			    -ms-animation: strobing 8s -5.6s infinite;
			     -o-animation: strobing 8s -5.6s infinite;
			        animation: strobing 8s -5.6s infinite;
		}
		#hdau #color.hdau_strobing li.headset{
			-webkit-animation: strobing 8s -4.8s infinite;
			   -moz-animation: strobing 8s -4.8s infinite;
			    -ms-animation: strobing 8s -4.8s infinite;
			     -o-animation: strobing 8s -4.8s infinite;
			        animation: strobing 8s -4.8s infinite;
		}
		#hdau #color.hdau_strobing li.monitor{
			-webkit-animation: strobing 8s -4s infinite;
			   -moz-animation: strobing 8s -4s infinite;
			    -ms-animation: strobing 8s -4s infinite;
			     -o-animation: strobing 8s -4s infinite;
			        animation: strobing 8s -4s infinite;
		}
	@-webkit-keyframes static{
		0% {opacity: 1}
		50%{opacity: 1}
	}
	@keyframes static{
		0% {opacity: 1}
		50%{opacity: 1}
	}
	@-webkit-keyframes breathing{
		0% {opacity: 1}
		50%{opacity: 0}
	}
	@keyframes breathing{
		0% {opacity: 1}
		50%{opacity: 0}
	}
	@-webkit-keyframes strobing{
		0% {opacity: 1}
		50%{opacity: 0}
	}
	@keyframes strobing{
		0% {opacity: 1}
		50%{opacity: 0}
	}
	@-webkit-keyframes music{
		0%  {opacity: 1;background-color: red}
		10% {opacity: .2;background-color: orange}
		40% {opacity: 1;background-color: yellow}
		60% {opacity: .2;background-color: #00CB07}
		70% {opacity: 1;background-color: #07A9FF}
		100%{opacity: .2;background-color: #1044FF}
	}
	@keyframes music{
		0%  {opacity: 1;background-color: red}
		10% {opacity: .2;background-color: orange}
		40% {opacity: 1;background-color: yellow}
		60% {opacity: .2;background-color: #00CB07}
		70% {opacity: 1;background-color: #07A9FF}
		100%{opacity: .2;background-color: #1044FF}
	}
	@-webkit-keyframes cycle{
		0%		{background-color: red}
		15%		{background-color: orange}
		30%		{background-color: yellow}
		45%		{background-color: #00CB07}
		60%		{background-color: #07A9FF}
		75%		{background-color: #1044FF}
		90%		{background-color: #a12fd9}
		100%	{background-color: red}
	}
	@keyframes cycle{
		0%		{background-color: red}
		15%		{background-color: orange}
		30%		{background-color: yellow}
		45%		{background-color: #00CB07}
		60%		{background-color: #07A9FF}
		75%		{background-color: #1044FF}
		90%		{background-color: #a12fd9}
		100%	{background-color: red}
	}
	@-webkit-keyframes rainbow{
		0%	{width: 500%; -webkit-transform: translateX(-50%); }
		100%{width: 500%; -webkit-transform: translateX(-5%); }
	}
	@keyframes rainbow{
		0%	{width: 500%; transform: translateX(-50%); }
		100%{width: 500%; transform: translateX(-5%); }
	}
	@-webkit-keyframes cpu{
		0%		{background-color: red}
		30%		{background-color: yellow}
		60%		{background-color: green}
		90%		{background-color: yellow;}
	}
	@keyframes cpu{
		0%		{background-color: red}
		30%		{background-color: yellow}
		60%		{background-color: green}
		90%		{background-color: yellow;}
	}
	@-webkit-keyframes comet{
		0%	{opacity: 0; }
		85% {opacity: 0; }
		100%{opacity: 1; }
	}
	@keyframes comet{
		0%	{opacity: 0; }
		85% {opacity: 0; }
		100%{opacity: 1; }
	}
	@-webkit-keyframes flash{
		0%	{opacity: 1; }
		25% {opacity: 1; }
		27% {opacity: 0; }
		29%	{opacity: 1; }
		31% {opacity: 0; }
		33% {opacity: 1; }
		35% {opacity: 0; }
		100%{opacity: 1; }
	}
	@keyframes flash{
		0%	{opacity: 1; }
		25% {opacity: 1; }
		27% {opacity: 0; }
		29%	{opacity: 1; }
		31% {opacity: 0; }
		33% {opacity: 1; }
		35% {opacity: 0; }
		100%{opacity: 1; }
	}
	@-webkit-keyframes flash_kb{
		0%	{opacity: 1; }
		5%  {opacity: 0; }
		27% {opacity: 0; }
		29%	{opacity: 1; }
		31% {opacity: 0; }
		33% {opacity: 1; }
		35% {opacity: 0; }
		100%{opacity: 1; }
	}
	@keyframes flash_kb{
		0%	{opacity: 1; }
		5%  {opacity: 0; }
		27% {opacity: 0; }
		29%	{opacity: 1; }
		31% {opacity: 0; }
		33% {opacity: 1; }
		35% {opacity: 0; }
		100%{opacity: 1; }
	}
	@-webkit-keyframes blackout{
		0% {-webkit-filter:brightness(100%);}
		80%{-webkit-filter:brightness(100%);}
		100%{-webkit-filter:brightness(10%);}
	}
	@keyframes blackout{
		0% {filter:brightness(100%);}
		80%{filter:brightness(100%);}
		100%{filter:brightness(10%);}
	}
	@-webkit-keyframes fadeIn{
		0% {opacity: 0}
		100%{opacity: 1}
	}
	@keyframes fadeIn{
		0% {opacity: 0}
		100%{opacity: 1}
	}
    @-webkit-keyframes bounce {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
        50% {
            -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    @keyframes bounce {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
        50% {
            -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0x, 0);
        }
    }




/* ---------- RWD ---------- */
	@media screen and (max-width: 1440px) {
        #hdau .products_section .hdau_container {
            padding: 20px 45px;
        }
        #hdau .aura_section .hdau_aura_img{
        	background-position: 10% center;
        }
        #hdau #color{
        	left: -4%;
        }
	}
	@media screen and (max-width: 1366px) {
		#hdau .aura_section .hdau_container {
            width: 60%;
            max-width: 670px;
            /*top: 10px;
            left: 0;
            right: 0;
            bottom: auto;
            margin:0 auto;*/
        }
        #hdau .aura_section{
        	height: 940px;
        }
        #hdau .show_tag2 .product_type a{
        	padding:10px 5px;
        }
	}
    @media screen and (max-width: 1300px) {
		#hdau .top_img{
			width: 100%;
			height: 0;
			padding-bottom: 50%;
		}
		.top_img_stable{
			width: 100%;
			height: 0;
			padding-bottom: 50%;
		}
        #hdau .aura_section{
        	height: 900px;
        }
        #hdau #color{
        	left: -6%;
        }
        #hdau .aura_section h2{
        	font-size: 30px;
        }
        #hdau .aura_section .hdau_container li img{
        	width: 40px;
        	height: 40px;
        }
        #hdau .aura_section p{
        	line-height: 13px;
        }
	}
	@media screen and (max-width: 1150px) {
		#hdau .products_section{
			background-position: 30% 0%;
		}
		#hdau .products_section .hdau_container{
			margin:0 auto;
			position: relative;
			padding-bottom: 90px;
		}
		#hdau .model_set li{
			margin-left:0%;
		}
        #hdau .aura_section{
        	height: 850px;
        }
        #hdau .aura_section .hdau_aura_img{
        	background-position: 20% center;
        }
        #hdau #color{
        	left: -16%;
        }
	}
	@media screen and (max-width: 1070px) {
		#hdau .main_section span.aura_line{
			width: 725px;
		}
		#hdau .hdau_p{
			width: 80%;
		}
		#hdau .model_set li{
			margin-left:3%;
		}
	}
	@media screen and (max-width: 950px) {
		#hdau h1{
			font-size: 3.2rem;
		}
		#hdau .main_section span.aura_line{
			width: 725px;
		}
		#hdau .model_set li{
			margin-left:0;
            width: 30%;
		}

		#hdau .hdau_left,
		#hdau .hdau_right{
			width: 100%;
			display: block;
			margin:0;
			text-align: center;
			padding:0;
		}
		#hdau .products_section .main_pic{
			padding-bottom: 460px;
		}
		#hdau .products_section .main_pic > img{
			width: auto;
			position: absolute;
			left: -8%;
			right: 0;
			margin: 0 auto;
		}
		#hdau .products_section ul.icon_set{
			width: 420px;
			margin:0 auto;
		}
		#hdau .hdau_s_title{
			margin-top: 20px;
			text-align: center;
		}
		#hdau .hdau_s_title:before,
		#hdau .hdau_s_title:after{
			top: auto;
			bottom:130px;
		}
		#hdau ul.model_set{
			text-align: left;
			margin:0 auto 35px;
			padding-left: 0;
		}
		#hdau .hdau_btn{
			top:0;
			left: 0;
		}
        #hdau .aura_section {
            display: none;
        }
	}

	@media screen and (max-width: 768px) {
		#hdau h1{
			font-size: 2rem;
		}
		#hdau .hdau_img{
			width: 100%;
			height: 360px;
		}
		#hdau .hdau_img > p{
			margin:323px auto 0;
		}
        #hdau .video_section .video_layout .col_33 {
            width: 50%;
            margin-bottom: 20px;
            padding: 0 5%;
        }
        .owl-theme .owl-controls .owl-nav [class*=owl-] {
            /*display: none!important;*/
        }
        .owl-carousel .owl-prev:before,
        .owl-carousel .owl-next:before{
			font-size: 2rem;
        }
        .owl-theme .owl-controls .owl-nav [class*=owl-]{
        	top: calc(50% - 15px);
        }
        .col_30.grid_middle, .col_70.grid_middle {
            width: 100%;
        }
        #hdau #owl-spotlight .item{
        	padding:10px 10px 20px;
        }
		#hdau #owl-spotlight h4{
			font-size: 1rem;
			margin:10px 0;
		}
		#hdau #owl-spotlight p{
			font-size: .875rem;
			line-height: 1;
		}
	}
    @media screen and (max-width: 640px) {
        #hdau .video_section h2 {
            font-size: 26px;
        }
        .news_section .col_50 {
            width: 100%;
        }
        .info_section .col_50 {
            width: 100%;
        }
        .select_tag {
            display: none;
        }
        #hdau .products_section .hdau_container {
            padding: 20px;
        }
        #hdau #owl-spotlight .content_w1400{
			padding:0 20px;
		}
    }
	@media screen and (max-width: 550px) {
		#hdau h2{
			font-size: 2.5rem;
		}
		#hdau h3{
			font-size: 2.5rem;
			top:-45px;
		}
		#hdau .hdau_img > img{
			width: 300px;
		}
		#hdau .products_section .main_pic{
			height: 0;
			padding-bottom: 100%;
		}
		#hdau .products_section .main_pic > img{
			width: 130%;
			left: -23%;
			top:-30px;
		}
		#hdau .products_section ul.icon_set{
			width: 85%;
			margin:0 auto;
		}
		/*scrollbar position*/
		.mCSB_outside+.mCSB_scrollTools {
			right: -15px;
		}
        #hdau .model_set li {
            width: 48%;
        }
	}
	@media screen and (max-width: 450px) {
		#hdau h3 {
			font-size: 2.3rem;
			text-align: center;
		}
		#hdau .hdau_p,
		#hdau .hdau_img > p{
            font-size: 1rem;
            margin: 0;
            width: 100%;
		}
		#hdau .hdau_img{
			height: 270px;
		}
		#hdau .hdau_img > p{
			margin:240px auto 0;
		}
        #hdau .video_section .video_layout .col_33 {
            width: 100%;
        }
        #wallpaper_section .col_33 {
            width: 50%;
            padding: 0 10px;
        }
        #hdau .hdau_box img.aura_icon {
            width: 75px;
            bottom: 80px;
        }
	}

	/* fix_new lighting_effects*/

	#hdau .lighting_effects{
		background:radial-gradient(circle at center,#3e3e3eab,#000000);
		padding: 30px 0;
	}
	#hdau   .lighting_effects h2{
		font-family: 'Exo 2', sans-serif, 'cwtexhei', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 38px;
    color: #C7CFDD;
    letter-spacing: 0.5px;
	padding: 0 20px;
	margin: 30px 0;
}
	


	#hdau .lighting_effects .inner {
		display: flex;
		align-items: center;
		margin-top: 5% ;
		margin-bottom: 5% ;
		flex-wrap: wrap;
		justify-content: space-between;
	}


	#hdau .lighting_effects .inner  .left{
		transform: perspective(420px) rotateY(10deg);
		width:43%;
		margin-left:2.5%;
	
	}


	#hdau .lighting_effects #owl-picture .item {
		width: 100%;
        padding-bottom: 55%;
        background-repeat: no-repeat;
        background-size:contain;
		background-position: center;
		
	}
	#hdau .new-vid-content {
		height: 500px;
		width: 100%;
		margin-bottom: 60px;
	}

	#hdau .new-vid-content iframe {
		height: 100%;
		width: 100%;
	}

	#hdau .lighting_effects .inner .right{
		width: 100%;
	}

	#hdau .lighting_effects .inner  .right .itembox{
		display: flex;
		flex-wrap: wrap;
		
		
		
	}

	#hdau .lighting_effects .inner  .right .item{
	     display: flex; 
		align-items: center;
    flex-direction: column;
    margin-left: 1%;
    margin-bottom: 3%;
    width: 19%;
	}
	#hdau .lighting_effects .inner  .right .item img{
		width: 70px;
		margin: 1px;
	}


	#hdau .lighting_effects .inner  .right .item p{
		margin-top: 7px;
		color: #e7e7e7;
	}
#hdau .lighting_effects .inner  .right .item .small{
	font-size: 14px;
	color: #D6D6D6;
	letter-spacing:0.7px
	}

	#hdau .lighting_effects .inner  .right .word{
	margin-left: 1%;
	width: 100%;
	text-align: left;
	}


#hdau .lighting_effects .owl-theme .owl-dots .owl-dot.active span{
	background: #ffffff;
}

#hdau .lighting_effects .owl-theme .owl-dots .owl-dot span{
	background: #d6d6d6;
}


@media screen and ( max-width:1024px) {
	#hdau .new-vid-content {
			margin-bottom: 0px;
		}
	#hdau .lighting_effects{
		background: none;
		background-color:#1b1b1b;
		margin: 20px 0;
	}
	#hdau .lighting_effects .inner{
		justify-content: flex-start;
	}
	#hdau .lighting_effects .inner  .left{
		transform: none;
		width:100%;
		margin: 0;
	
	}
	#hdau .lighting_effects .inner .right{
		width: 100%;
		margin-top: 8%;
	}

	#hdau .lighting_effects .inner .right .item{
	
		margin-bottom:3%;
	}

	#hdau .lighting_effects .inner  .right .word{
		margin-top: 3%;
		width: 100%;
		text-align: left;
		}
}
@media screen and (max-width:768px) {
	#hdau .new-vid-content {
			height: 50vw;
		}
}
@media screen and ( max-width:520px) {
	#hdau .new-vid-content {
			height: 250px;
	}
	#hdau .lighting_effects .inner  .left{
		transform: none;
		widows: 90%;
	
	}
	#hdau .lighting_effects .inner .right{
		width: 100%;
		margin-top:10%;
	}

	#hdau .lighting_effects .inner  .right .item{
	     display: flex; 
		align-items: center;
    flex-direction: column;
    margin: 1%;
    width: 48%;
	}
}

.remove_line:after{
content: none;
}