#fullscreen-loading-mask
{
    background:  rgba(255, 255, 255, 0.5);
    background-image: url(../img/loading.gif?bust=v1.0.5); 
    background-repeat:no-repeat; 
    background-position: center center; 
    position: fixed; 
    left:0; 
    top: 0; 
    bottom: 0; 
    right: 0;
    z-index: 19000;
}

#login-error, #register-error{
    width:100%; 
    text-align:center; 
    display:inline-block; 
    color:red
}

#register-success{
    text-align:center; 
    color: green
}

a{
    cursor: pointer
}

.carousel-inner .item{
    padding-top: 33px;
}

.carousel-indicators{
    bottom: 0px;
    top: 10px;
    font-size: 18px;
}

.carousel-indicators .active{
    background: #DD4814 !important;
}

.carousel-indicators span{
    cursor: pointer;
    font-weight: lighter !important
}

.navbar-nav a{
    font-size: 15px
}