.c-black {
    color:#000 !important;
}

.btn, .form-control {
    border-radius: 0 !important;
}
.form-control { -webkit-appearance: none !important; }
.btn-default {
    background-color: #232323;
    border-color: #232323;
    color: #e3e3e3;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    background-color: #161616;
    border-color: #0a0a0a;
    color: #e3e3e3;
}
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #232323;
    border-color: #232323;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .page-header {
        margin-top: 15px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
