/* ==================== LOADER AJAX ==================== */
#loader-container { 
	display:none; 
    position: relative;	
}

#busy-indicator { 
	position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -34px; /* -1 * image width / 2 */
    margin-top: -34px;  /* -1 * image height / 2 */
    display: block;
}

img{
	max-width	: 100%;
	height		: auto !important;
}