.vcpi-clear {
	clear:both;
}
.vcpi-row {
	position:relative;
}
.vcpi-row .vc_column_container {
	z-index:2;
}
.vcpi-pattern {
	background-repeat: repeat;
	position: absolute;
	width: 100%;
	height:100%;
	top:0;
	z-index:1;			
}
.vcpi_padding_null {
	margin:0!important;
}
.vcpi-middle {
	height:100%;
	width:100%;
	display:table;
}
.vcpi_align_center {
	text-align:center;
}
.vcpi_align_left {
	text-align:left;
}
.vcpi_align_right {
	text-align:right;
}
.vcpi_full .vcpi_wrapper,
.vcpi_full .vc_column_container,
.vcpi_full .wpb_wrapper {
	height:100%;
}
@media screen and (max-width: 1000px) {
	.vcpi_responsive_mode {
		padding:10px!important;
	}
	.vcpi_responsive_pattern .vcpi-pattern {
		margin-left:-10px!important;
	}
	.vcpi-space {
		display:none;
	}
	.vcpi_padding_null {
		margin:0!important;
	}
}