@font-face {
    font-family: 'neuropol';
    src: url('fonts/neuropol.eot');
    src: local('☺'), url('/fonts/neuropol/neuropol.woff') format('woff'), url('/fonts/neuropol/neuropol.ttf') format('truetype'), url('/fonts/neuropol/neuropol.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

#ConnectBox{
    color: white;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    opacity: 0.4;
    padding: 5px;
    position: fixed;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    z-index: 10;
    background: #777;
    border-radius: 0 0 0 10px;
}
#ConnectBox a.white{
    color: white;
    text-decoration: none;
}
#catLoader{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: #2C9ECC;
    z-index: 99999;
    display: none;
}
#catLoader div{
    margin-top: 10%;
}

.account-menu{
    opacity: 1 !important;
}
.account-menu img {
    width: 40px;
    border-radius: 20px;
    margin-right: 10px;
}
.account-menu button, .account-menu button:hover, .account-menu button:active, .account-menu button:focus {
    border: 0px;
    background: transparent !important;
    color: white !important;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.btn-group.open .dropdown-toggle{
    box-shadow: none;
}
.dropdown-menu>li>a{
    font-weight: bold;
    text-align: center;
}
.dropdown-menu{
    right: 0px;
}
