.vcmp-clear {
clear:both;
}
.vcmp-row {
position:relative;
}
.vcmp-row .vc_column_container {
z-index:2;
}
.vcmp-pattern {
background-repeat: repeat;
position: absolute;
width: 100%;
height:100%;
top:0;
z-index:1;			
}
.vcmp_padding_null {
margin:0 -15px!important;
}
.vcmp-middle {
height:100%;
width:100%;
display:table;
}
.vcmp_align_center {
text-align:center;
}
.vcmp_align_left {
text-align:left;
}
.vcmp_align_right {
text-align:right;
}
.vcmp_full .vcpi_wrapper,
.vcmp_full .vc_column_container,
.vcmp_full .wpb_wrapper,
.vcmp_full .vcmp_wrapper {
height:100%;
}
@media screen and (max-width: 1000px) {
.vcmp_responsive_mode {
padding:10px!important;
}
.vcmp_responsive_pattern .vcmp-pattern {
margin-left:-10px!important;
}
.vcmp-space {
display:none;
}
.vcmp_padding_null {
margin:0!important;
}
}