/* Local server compatibility fixes (PHPStudy / Apache / Nginx) */
html, body { min-height: 100%; }
/* The downloaded template hides the whole page until JavaScript runs. Keep it visible even if a plugin fails. */
html body .template_panel_first { display: block !important; }
/* Disable the full-screen loader on local deployments. */
html body #m_RWDfullscreen01_42_1,
html body .RWDfakeloader { display: none !important; }
/* Entrance animations originally start at opacity:0. Provide a reliable non-JS fallback. */
html body .paneleffect,
html body .paneleffect_v1,
html body .paneleffect_page { opacity: 1 !important; visibility: visible !important; }
