<?php
// Detecting Home
$menu = JFactory::getApplication()->getMenu();
if ($menu->getActive() == $menu->getDefault()) {
    $siteHome = 1;
}else{
    $siteHome = 0;
}
?>
.modal .btn-primary:not([href]):hover,
.modal .btn-success:not([href]):hover {
	color: #0088ff;

