html, body
{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    overflow-x: hidden;
    background-color: #1f1f1f;
}

body .form-group label
{
    color: #fff;
}

body .form-group input,
body .form-group textarea,
body .form-group button.dropdown-toggle
{
    color: #fff;
    background-color: #333;
}

header #button-menu
{
    padding: 9px 12px;
}

button
{
    text-transform: uppercase;
}

.dropdown-menu
{
    background-color: #222;
}

.dropdown-menu>li>a
{
    color: #fff;
    transition: all .3s ease;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover
{
    color: #ffc107;
    background-color: #333;
}

.btn-default.active,
.btn-default:active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover
{
    color: #fff;
    background-color: #222;
}

.form-control[disabled],
.form-control[readonly],
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .form-control,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover
{
    background-color: #333;
}

.box-shadow
{
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.19), 0 4px 20px 0 rgba(0,0,0,0.19);
}

.no-select
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media(max-width: 767px)
{
    html, body
    {
        border-bottom: 70px solid #111;
    }
}