
.hero-widget { text-align: center; padding-top: 20px; padding-bottom: 20px; }
.hero-widget .icon { display: block; font-size: 96px; line-height: 96px; margin-bottom: 10px; text-align: center; }
.hero-widget var { display: block; height: 64px; font-size: 64px; line-height: 64px; font-style: normal;    color: #df1414; }
.hero-widget label {     font-size: 20px;
    font-weight: normal; text-transform: uppercase;}
.hero-widget .options { margin-top: 10px; }

.dropdown-menu>li>a {
    display: block;
    padding: 3px 6px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #585858;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #a94f4f;
    border-color: #337ab7;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 40px;
    background-color: #161616;
    border: 1px solid #000000;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.text-muted {
    color: #fff;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 104;
    background-color: #000;
}
