

@media (min-width: 768px){
    .nav.usermenu {
        min-width:150px;
        text-align:right !important;
        width: auto !important;
        position: absolute;
        top:2px; right:50px
    }
    .nav.usermenu li {
        margin-right: 6%;
    }
    .nav.usermenu li i.fa-2x {
        font-size: 1.6em;
    }

}

hr.clear {
    clear: both !important;
    border:0;
    margin: 0; padding: 0;
}



/* bootstrap updates */
.btn-primary {
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0px;
    letter-spacing:0.5px;
}
.btn-info {
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 700;
    border: 0px none;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing:0.5px;
}
.btn-warning {
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 700;
    border: 0px none;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing:0.5px;
}

form .btn {
    padding: 0 5px !important;
    height:24px !important;
    line-height: 24px !important;
}