/* Global */

img {
	max-width: 100%;
}


/* Navigation */



/* General parallaxs */ 

.parallax {
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
}

/* parallax ID */ 
/*------------- home -------------*/
#parallax1 {
	width:100%;
	overflow:hidden;
}
#parallax2 {
	width:100%;
	background:#f0f0f0;
}
#parallax3 {
	height:400px;
	background:#000 url(../../images/home/parallax3_bg.jpg) no-repeat center;
}
#parallax3 .parallax_replace_bg {
	position:absolute;
	z-index:0;
	display:none;
	width:100%;
	height:250px;
	left:0;
	top:-75px;
	overflow:hidden;
	background:url(../../images/parallax/intro-bg2.jpg) no-repeat center;
}
#parallax4 {
	width:100%;
	background-color:#f0f0f0;
}
#parallax5 {
	height:400px;
	background:#000 url(../../images/home/parallax5_bg.jpg) no-repeat center;
}
#parallax6 {
	width:100%;
	background-color:#f0f0f0;
}
#parallax7 {
	height:400px;
	background:#000 url(../../images/home/parallax7_bg.jpg) no-repeat center;
}


/*------------- parallax_basic -------------*/
#parallax_basic {
	height:200px;
	padding:100px 0;
	text-align:center;
}
#parallax_basic h2 {
	text-transform:uppercase;
	font-family:robotolight;
	font-size:4em;
	line-height:1em;
	color:#fff;
	margin:25px auto;
}
#parallax_basic p {
	font-size:2em;
	line-height:1em;
	color:#fff;
	opacity:0.75;
	width:85%;
	margin:0 auto;
}


/*------------- parallax_team_bg -------------*/
#parallax_team_bg {
	height:200px;
	padding:100px 0;
	color:#fff;
	text-align:center;
	background:#000 url(../../images/home/parallax3_bg.jpg) no-repeat center;
}
#parallax_team_bg .parallax_team_bg_info img {
	width:185px;
	margin-bottom:25px;
}
#parallax_team_bg p {
	opacity:0.75;
	width:85%;
	margin:0 auto;
}


/*------------- asset_allocation -------------*/
.asset_allocation_01 {
	background:#000 url(../../images/demo/asset_allocation/parallax_bg_01.jpg) no-repeat center;
}


/*------------- property_customize -------------*/
.property_customize_01 {
	background:#000 url(../../images/demo/property_customize/parallax_bg_01.jpg) no-repeat center;
}


/*------------- news_au -------------*/
.news_au_01 {
	height:400px;
	background:#000 url(../../images/demo/news/parallax_bg_01.jpg) no-repeat center;
}


@media screen and (min-width: 1450px) {
.parallax {
	background-size:100% !important;
}
}


/* Tablet *
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.parallax{
	min-width:1024px;
}
#parallax3 {
	background-image:none;
}
#parallax3 .parallax_replace_bg {
	display:block;
}

}
*/
@media screen and (max-width: 767px) {
.parallax{
	min-width:767px;
	background-size:100% !important;
	background-position:center !important;  /*-- 禁止视差滚动效果 -- */
}
#parallax3, #parallax5, #parallax7 {
	height:300px;
}
#parallax_basic {
	padding:70px 0 30px;
	
	
	
	height:200px;
	text-align:center;
}
#parallax_basic h2 {
	font-size:3em;
	
	
	line-height:1em;
	color:#fff;
	margin:25px auto;
}
#parallax_basic p {
	font-size:1.5em;
	
	
	line-height:1em;
	color:#fff;
	opacity:0.75;
	width:85%;
	margin:0 auto;
}

#parallax_team_bg {
	padding-top:50px;
	padding-bottom:125px;
}











}





