.parallax-A {
	color: #fff;
	padding: 100px 0;
	position: relative;
	text-align: center;
/* 	background: url(/themes/secretgarden/images/parallax/bg1.jpg) 50% 0 repeat fixed; */
}

.parallax-A:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	content: " ";
	position: absolute;
	background: rgba(0,0,0,0.6);
}

.parallax-A:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	content: " ";
	position: absolute;
	background: url(/themes/secretgarden/images/parallax/gridtile.png) repeat;
}

.parallax-A-in {
	z-index: 1;
	padding: 0 80px;
 	position: relative; 
}

.parallax-A-in p {
	color: #fff;
	font-size: 28px;
 	text-transform: uppercase;
}

.parallax-A-in p:after,
.parallax-A-in p:before {
	content: ' " ';
	position: absolute;
}

.parallax-A-in p:after {
	margin-left: 3px;
}

.parallax-A-in p:before {
	margin-left: -15px;
}

.parallax-A-in .small {
	color: #bbb;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}


.parallax-B {
	color: #fff;
	padding: 100px 0;
	position: relative;
	text-align: center;
/* 	background: url(/themes/secretgarden/images/parallax/bg2.jpg) 50% 0 repeat fixed;	 */
}

.parallax-B:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	content: " ";
	position: absolute;
	background: rgba(0,0,0,0.6);
}

.parallax-B:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	content: " ";
	position: absolute;
	background: url(/themes/secretgarden/images/parallax/gridtile.png) repeat;
}

.parallax-B-in {
	z-index: 1;
	padding: 0 80px;
 	position: relative; 
}

.parallax-B-in p {
	color: #fff;
	font-size: 28px;
 	text-transform: uppercase;
}

.parallax-B-in p:after,
.parallax-B-in p:before {
	content: ' " ';
	position: absolute;
}

.parallax-B-in p:after {
	margin-left: 3px;
}

.parallax-B-in p:before {
	margin-left: -15px;
}

.parallax-B-in .small {
	color: #bbb;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}

