/* GENERAL FIXES */
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: none !important;
}

a:focus, a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

.form-control {
    background: #111;
    border: 1px solid #705954;
    color: #ccc;
}

.form-control:focus {
    border: 1px solid #9c7b74;
}

/* UTILITY CLASSES */
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/* THUMBNAILS */
.thumbnail {
    background-color: #111111;
    border: 1px solid #333333;
    transition: all 0.3s ease;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #c35b43;
    box-shadow: 0 0 60px rgba(195, 91, 67, 0.3);
}

/* BUTTONS */
.btn-primary {
    color: #f5de9f;
    background-image: linear-gradient(to bottom, #b93a27, #9e1e0b);
    border: 0px;
    border-radius: 0px;
    transition: all 0.1s ease-in;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff !important;
    background-image: linear-gradient(to bottom, #b93a27, #9e1e0b);
}

/* MODAL */
.modal-content {
    box-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important;
}

/* TABLE STYLES */
.table-bordered {
    background: #2d211e !important;
    border: 1px solid #18110f !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #342623 !important;
}

.table-hover > tbody > tr:hover {
    background-color: #543e3a !important;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #18110f !important;
}

/* NEWS BLOCK ON HOMEPAGE */
.news-top-text {
    background-color: transparent !important;
    color: rgb(247, 221, 191) !important;
    padding: 15px !important;
    border-radius: 8px;
}

.news-top-text a {
    color: rgb(247, 221, 191) !important;
    text-decoration: none;
}

.news-top-text a:hover {
    text-decoration: underline;
}

.news-1 {
    font-weight: bold;
}

.date {
    float: right;
    color: rgb(247, 221, 191) !important;
}

/* NEWS PAGE PANEL STYLE */
.panel.panel-news {
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid #4c0c0c;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.panel.panel-news .panel-heading {
    background: linear-gradient(to right, #750000, #a30000);
    color: #fff;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 16px;
}

.panel.panel-news .panel-body {
    background: transparent;
    color: #fff;
    padding: 15px;
    font-size: 14px;
}

.panel.panel-news .panel-body a {
    color: #ffd700;
    text-decoration: none;
}

.panel.panel-news .panel-body a:hover {
    text-decoration: underline;
}

.panel.panel-news .panel-footer {
    background: rgba(0, 0, 0, 0.7) !important;
    color: #ffffff !important;
    padding: 10px 15px;
    border-top: 1px solid #4c0c0c;
    font-size: 12px;
}

/* EACH NEWS ENTRY (LISTED IN BLOCK) */
.news {
    color: rgb(247, 221, 191) !important;
}

.news a {
    color: rgb(247, 221, 191) !important;
    text-decoration: none;
}

.news a:hover {
    text-decoration: underline;
}

.news .date {
    color: rgb(247, 221, 191) !important;
}


/* end news */