/*for ap 1 page*/
	/*set 1*/
	.banner-ap-img{
		background-image: url("../images/Features/mocap-Main1920.jpg");
		background-repeat: no-repeat;
		height: 700px;
		background-position: 50% 50%;
	    background-size: 1920px 700px;
	}
	.main-container{
		margin-top: 213px
	}
	.subTitle{font-size: 2.25rem; font-weight: 300; line-height: 1;}

	/*set 2*/
    @media screen and (max-width: 1024px){
    	.banner-ap-img{
    		background-image: url("../images/Features/mocap-Main1024jpg.JPG");
    		background-size: 1024px 700px;
    		background-position: 50% 50%;
    	}
		.main-container{
			margin-top: 108px;
		}
		.subTitle{margin-top: -15px;}
    }

	@media screen and (max-width: 880px){
		.subTitle{ font-size: 1.75rem;}
	}

    /*set 3*/
    @media screen and (max-width: 767px){
    	.banner-ap-img{
    		background-image: url("../images/Features/mocap-Main768.jpg");
			height: auto;
		    background-size: cover;
		    -moz-background-size: cover;
		    -o-background-size: cover;
		    -webkit-background-size: cover;
		    background-position: center center;
    	}
    	.main-container{
			margin-top: 70px;
			margin-bottom: 40%;
		}
		.subTitle{ font-size: 1.625rem;}

    }
    /*set other*/
    @media screen and (max-width: 450px){
		.main-container{
			margin-bottom: 30%;
		}
		.subTitle{ font-size: 1.125rem;margin-top: -25px;}

	}
/*    @media screen and (max-width: 1500px){
		.subTitle{ font-size: 1.75rem;}
    }*/


.bg-new-feature{
	background-image: url("../images/Features/newFeature_BG.png");
	background-repeat: no-repeat;
	/*height: 685px;*/
	background-attachment: fixed;
}

.btn-border-1{
	width: 150px;
	height: 50px;
	/*line-height: 44px;*/
}


/*.mirror-capture-img-768{
	display: none;
}
	@media screen and (max-width: 767px){
		.mirror-capture-img{display: none;}
		.mirror-capture-img-768{display: inline-block;}
	}
*/
.padding-left-0, .smoother-area-1{padding-left: 0}
.padding-right-0, .smoother-area-2{padding-right: 0}
	@media screen and (max-width: 767px){
		.smoother-area-1, .smoother-area-2{padding-left: 0; padding-right: 0;}
		.more-video-btn{text-align: center;}
	}

.forSEO{text-indent: -1000px;}

/*.quick-switch-img{
	background-image: url("../images/Features/mocap-QuickSwitch.png");	
	background-repeat: no-repeat;
	max-width: 1318px;
	height: 577px;
	margin-top: -150px;
	background-size: contain;
}
	@media screen and (max-width: 767px){
		.quick-switch-img{
			background-image: url("../images/Features/mocap-QuickSwitch_small.png");
			margin-top: 0;
			max-width: 794px;
			height: 370px;
		}
	}*/
.quick-switch-img{margin-top: -11%;}
.quick-switch-img-767{display: none;}
@media screen and (max-width: 767px){
	.quick-switch-img{display: none;}	
	.quick-switch-img-767{display: block;}
}

.mirror-capture-img{float: right; margin-top: -16%;}
@media screen and (max-width: 767px){
	.mirror-capture-img{float: none; margin-top: 0;}
}

.floor-detection-right{float: right;}
@media screen and (max-width: 767px){
	.floor-detection-right{float: none;}
}