/* ======================== */
/* = GLOBAL LOADER STYLES = */
/* ======================== */
#vea_global-loader {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99000;
}
#vea_global-loader_content {
	max-width: 50%;
	min-width: 300px;
	position: relative;
	top: 40%;
}
