	/* visual-composer options */

	body {
		overflow-x: hidden;
	}

	@media only screen and (max-width: 992px) {
		.vc_row.row-bg-image-hide-992{background-image:none!important;}
	}
	@media only screen and (max-width: 768px) {
		.vc_row.row-bg-image-hide-768{background-image:none!important;}
	}
	@media only screen and (max-width: 480px) {
		.vc_row.row-bg-image-hide-480{background-image:none!important;}
	}
	
