/*=============================
			Decorative Bands
==============================*/

/* Blue Right Partial 01 */

.band-blue-01-partial-right,
.band-blue-02-partial-right,
.band-green-blue-03-right,
.band-green-blue-04-left,
.band-green-blue-05-right {
	z-index: 19;
}

.band-blue-01-partial-right .container {
	z-index: 25;
}

.band-blue-01-partial-right:after {
	position: absolute;
	content: " ";
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url('/wp-content/themes/aceup/img/band-blue-01-partial-right.png') no-repeat right bottom;
	background-size: actual;
	z-index: 22;
}

/* Blue Right Partial 02 */

.band-blue-02-partial-right .container {
	z-index: 25;
}

.band-blue-02-partial-right:after {
	position: absolute;
	content: " ";
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url('/wp-content/themes/aceup/img/band-blue-02-partial-right.png') no-repeat right top;
	background-size: actual;
	z-index: 22;
}

/*-- Green/Blue Full Right 03 --*/

.band-green-blue-03-right:after {
	position: absolute;
	right: 0;
	top: -200px;
	content: url('/wp-content/themes/aceup/img/band-green-blue-03-right.png');
	z-index: -1;
}

/*-- Green/Blue Full Left 04 --*/

.band-green-blue-04-left:before {
	position: absolute;
	left: 0;
	top: -100px;
	content: url('/wp-content/themes/aceup/img/band-green-blue-04-left.png');
	z-index: -1;
}

/*-- Green/Blue Full Right 05 --*/

.band-green-blue-05-right:after {
	position: absolute;
	right: 0;
	top: -200px;
	content: url('/wp-content/themes/aceup/img/band-green-blue-05-right.png');
	z-index: -1;
}






@media only screen and (max-width:1023px) {
	
	.band-blue-01-partial-right:after,
	.band-blue-02-partial-right:after,
	.band-green-blue-03-right:after,
	.band-green-blue-04-left:before,
	.band-green-blue-05-right:after {
		display: none;
	}
	
	
}