

.left-panel-email a { color: #fff; text-decoration: none; }
.left-panel-email a:hover { text-decoration: underline; }

.page-title { text-transform: uppercase; }

.entry-content { padding-bottom: 40px; }

.nav-menu ul li.active ul li a { color: #fff; background-color: #0a254d; }
.nav-menu ul li ul li a:hover { color: #fff; background-color: #c41918; }

.help-block-validation {
	display: block;
    background-color: #bd362f;
    padding: 2px 5px;
    margin-top: 2px;
    font-size: 12px;
    color: #fff;
}

.contact-table td { padding: 5px;  }




/*
| ======================================================================
|  Spinners
| ======================================================================
*/
@keyframes rotateRight{
    0%{ transform:rotate(0deg); transform-origin:50% 50%; }
    100%{ transform:rotate(360deg); }
}

@-webkit-keyframes rotateRight{
    0%{ -webkit-transform:rotate(0deg); -webkit-transform-origin:50% 50%; }
    100%{ -webkit-transform:rotate(360deg); }
}

@keyframes rotateLeft{
    0%{ transform:rotate(0deg); }
    100%{ transform:rotate(-360deg); }
}

@-webkit-keyframes rotateLeft{
    0%{ -webkit-transform:rotate(0deg); }
    100%{ -webkit-transform:rotate(-360deg); }
}
.spinner{ width:35px; height:35px; display: inline-block; border:5px solid #000; border-color:#000 #000 transparent transparent; opacity:0.4; border-radius:30px; animation:.8s rotateRight infinite linear; -webkit-animation:.8s rotateRight infinite linear; }
.spinner::before{ content:''; display:block; width:16px; height:16px; margin:4px; border-radius:30px; border:5px solid #000; border-color:transparent transparent #000 #000; animation:.35s rotateLeft infinite linear; -webkit-animation:.35s rotateLeft infinite linear; }
