/* ---------- MAIN SETTINGS ---------- */
	#hdau h2 {
		font-weight: 300;
		font-size: 50px;
		text-transform: uppercase;
		letter-spacing: -1px;
	}
	#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 p {
		font-size: 1em;
		line-height: normal;
		font-weight: 300;
		margin: 0;
	}

	#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;
	}
/* ---------- END MAIN SETTINGS ---------- */
/* ---------- SEC01 ---------- */
	#hdau .hdau_sec01{
		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;
/*
		-webkit-animation: colorrun 3s infinite;
		-o-animation: colorrun 3s infinite;
		animation: colorrun 3s infinite;
*/
	}
	@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 .hdau_sec01 span{
		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 */
	}
/* ---------- END SEC01 ---------- */
/* ---------- SEC02 ---------- */
	#hdau .hdau_sec02 .hdau_container{
		text-align: center;
		padding-bottom: 125px;
	}
	#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{
		width: 895px;
		margin:20px auto 0;
		text-align: left;
		font-weight: 400;
	}
/* ---------- END SEC02 ---------- */
/* ---------- SEC03,04,05 ---------- */
	#hdau .hdau_sec03 .hdau_container{
		width: 1100px;
		margin:0 auto;
		position: relative;
		padding-bottom: 90px;
	}
	
	#hdau .hdau_left,
	#hdau .hdau_right{
		width: 40%;
		display: inline-block;
		vertical-align: bottom;
	}
	#hdau .hdau_right{
		width: 59.9%;
		margin-left: -4px;
		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 .model_set:before,
	#hdau .model_set: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 .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 .model_set:before{
		top: 0;
	}
	#hdau .model_set:after{
		bottom:0;
	}
	#hdau .icon_center{
		text-align: center;
	}
	#hdau .icon_set li > p,
	#hdau .model_set li > p{
		font-family: "Segoe UI", "Hind Siliguri", "Microsoft JhengHei", "Arial";
		margin:0;
		font-size: 0.75rem;
	}
	#hdau .model_set li > p{
		font-size: 0.85rem;
		font-weight: 300;
		height: 3.5rem;
	}

	#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: top;
		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%;
	}
/* ---------- END SEC03,04,05 ---------- */
/* ---------- SEC03 ---------- */
	#hdau .hdau_sec03 .hdau_container{
		padding-bottom: 70px;
	}
	#hdau .hdau_sec03 .main_pic{
		position: relative;
		height: 0;
		padding-bottom: 110%;
		pointer-events: none;
        z-index: -1;
	}
	#hdau .hdau_sec03 .main_pic > img{
		position: absolute;
		top: -50px;
		left: -39%;
		width: 150%;
	}
	#hdau .hdau_sec03 .model_set li:nth-child(1) >p,
	#hdau .hdau_sec03 .model_set li:nth-child(2) >p,
	#hdau .hdau_sec03 .model_set li:nth-child(3) >p{
		margin-top: 8px;
	}
/* ---------- END SEC03 ---------- */
	#hdau > p{
		margin:30px auto 0;
		max-width: 90%;
	}
/* ---------- RWD ---------- */
	@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%;
		}
	}
	@media screen and (max-width: 1150px) {
		#hdau .hdau_sec03{
			background-position: 30% 0%;
		}
		#hdau .hdau_sec03 .hdau_container{
			width: 90%;
			margin:0 auto;
			position: relative;
			padding-bottom: 90px;
		}
		#hdau .model_set li{
			margin-left:0%;
		}
	}
	@media screen and (max-width: 1070px) {
		#hdau .hdau_sec01 span{
			width: 725px;
		}
		#hdau .hdau_p{
			width: 80%;
		}
		#hdau .model_set li{
			margin-left:10%;
		}
	}
	@media screen and (max-width: 950px) {
		#hdau h1{
			font-size: 3.2rem;
		}
		#hdau .hdau_sec01 span{
			width: 725px;
		}
		#hdau .model_set li{
			margin-left:1%;
		}

		#hdau .hdau_left,
		#hdau .hdau_right{
			width: 100%;
			display: block;
			margin:0;
			text-align: center;
			padding:0;
		}
		#hdau .hdau_sec03 .main_pic{
			padding-bottom: 460px;
		}
		#hdau .hdau_sec03 .main_pic > img{
			width: auto;					
			position: absolute;
			left: -8%;
			right: 0;
			margin: 0 auto;
		}
		#hdau .hdau_sec03 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: center;
			margin:0 auto 35px;
			padding-left: 0;
		}
		#hdau .hdau_btn{
			top:0;
			left: 0;
		}
	}
	
	@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;
		}
	}
	@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 .hdau_sec03 .main_pic{
			height: 0;
			padding-bottom: 100%;
		}
		#hdau .hdau_sec03 .main_pic > img{
			width: 130%;
			left: -23%;
			top:-30px;
		}
		#hdau .hdau_sec03 ul.icon_set{
			width: 85%;
			margin:0 auto;
		}
		/*scrollbar position*/
		.mCSB_outside+.mCSB_scrollTools {
			right: -15px;
		}
	}
	@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;
		}
		#hdau .hdau_img{
			height: 270px;
		}
		#hdau .hdau_img > p{
			margin:240px auto 0;
		}
	}
/* ---------- END RWD ---------- */