@font-face {
    font-family: "OpenSans-Light";
    src: url('../fonts/OpenSans-Light.ttf');
}
@font-face {
    font-family: "OpenSans-Regular";
    src: url('../fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: "Oswald-Regular";
    src: url('../fonts/Oswald-Regular.ttf');
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    background-color: #000000;
    color: white;
}

a {
    color: #00008b;
}

a:hover {
    color: white;
}

a:hover,
a:active,
a:focus {
    color: #AD3735;
    text-decoration: none;
}

h3.cathead {
    color: white;
    margin-top: 0;
    font-weight: 100;
}

hr {
    border-color: #383C3F !important;
}

hr.catsep {
    border-color: #313538;
}

.crown {
    width: 8.5%;
    padding-right: 4px;
    position: relative;
    bottom: -1px;
}

.alert-danger {
    background-color: #9a9e86;
    border-color: #9a9e86;
}

.form-control {
    background-color: #222;
    border-color: #444;
}

.quantity {
    border-right: none;
}

.form-control:focus,
.form-control:active {
    outline: 0 !important;
    box-shadow: none !important;
    border-color: #444 !important;
}

.add-btn,
.add-btn:hover,
.add-btn:focus,
.add-btn:active {
    color: white !important;
    background-color: #222 !important;
    border-color: #444 !important;
    outline: 0 !important;
    border-left: none;
    outline: 0 !important;
}

a.list-group-item {
    color: #FFF;
}

a.list-group-item:hover {
    color: #9a9e86;
}

.list-group .list-group-item {
    background-color: transparent;
    border-color: #252525;
    padding-top: 10px;
    padding-bottom: 10x;
}

.list-group .list-group-item:hover {
    background-color: transparent;
}

.wrapper {
    background-color: #000000;
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 50px;
}

.no-margin {
    margin: 0;
}

.container {
    margin-bottom: 0;
}

.userbar {
    background-color: #000000;
    min-height: 30px;
    line-height: 30px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px;
    border-style: solid;
    border-color: #9a9e86;
}

.left-userbar,
.right-userbar {
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.left-userbar li,
.right-userbar li {
    display: inline-block;
    font-size: 10px;
    color: #9a9e86;
}

.pull-right {
    float: right;
}

.left-userbar {
    float: left;
}

.right-userbar {
    float: right;
}

.right-userbar li:before {
    content: " / ";
    color: #888;
}

.right-userbar li:first-child:before {
    content: " ";
}

.logo {
    vertical-align: middle;
    font-family: "Oswald-Regular";
    color: #FFF;
    font-size: 50px;
    height: 150px;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: right;
}

.logo-image {
    display: table-cell;
    vertical-align: middle;
    line-height: 0.5em;
    width: 307px;
    height: 280px;
    background-image: url(../img/logo.png);
    background-size: 307px 307px;
    background-repeat: no-repeat;
    background-position: center;
}

@keyframes brightenFade {
    0%, 100% {
        filter: brightness(1);
    }
    50% {
        filter: brightness(1.6);
    }
}

.logo-image:hover {
    animation: brightenFade 3s infinite;
}



.logo-inner {
    font-size: 0;
}

.navigation {
    list-style: none;
    margin-bottom: 0;
    float: right;
    margin: 0;
    padding: 0;
}

.navigation li {
    display: inline-block;
    position: relative;
}

.navigation li a {
    display: inline-block;
    height: 150px;
    line-height: 150px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 65px;
    color: #FFF;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
    font-size: 20px;
    transition: all .1s ease-in-out;
    text-decoration: none; /* Remove underline */
}

.navigation li a::before {
    content: '';
    position: absolute;
    bottom: 40px; /* Adjust based on your layout */
    left: 0;
    width: 0;
    height: 2px;
    background-color: #9a9e86;
    border-radius: 2px; /* Rounded edges */
    transition: width .7s ease; /* Adjust the timing as needed */
}

.navigation li a:hover::before, .navigation li a.active::before {
    width: 100%; /* Full width on hover/active */
}

/* Optionally, you can use JavaScript to add an 'active' class to the current navigation item */


@media(max-width:767px) {
    .navigation {
        float: none;
    }
    .navigation li {
        display: block;
        width: 100%;
    }
    .navigation li a {
        display: block;
        width: 100%;
        height: 60px;
        line-height: 60px;
    }
    .left-userbar {
        display: none;
    }
}

.header {
    padding-top: 50px;
}

.banner-header {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/subhead.png);
    background-position: top top;
    background-repeat: no-repeat;
    font-size: 0px;
    text-transform: uppercase;
    font-family: "Oswald-Regular";
    color: #FFF;
    margin-top: -200px;
    padding-top: 100px;
    padding-bottom: 60px;
}


.server-list {
    vertical-align: middle;
}

.server-item h3,
.server-item h4 {
    margin: 0;
    font-family: "Oswald-Regular";
    color: #000;
}

.server-item h3 a {
    color: #000;
}

.server-item p {
    margin-bottom: 0;
    text-align: justify;
}

.server-star {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-family: "Oswald-Regular";
    text-align: center;
}

.btn {
    border-radius: 3px;
}

@media(max-width:1200px) {
    .top-banner img {
        width: 100%;
    }
}

.panel-small {
    max-width: 400px;
    margin: auto;
}

.panel-body {
    background-color: #808080;
    border-radius: 10px;
}

.list-group {
    background-color: #808080; 
    border-radius:10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.modal-title {
    font-family: "Oswald-Regular";
}

.modal-content {
    border-radius: 10px;
}

.badge {
    background-color: #9a9e86;
    border-radius: 2px;
    padding: 5px;
}

.well {
    background-color: rgba(255, 255, 255, 0.05);
    border: none;
    color: #EFEFEF;
}

.well h3,
.well h4 {
    font-family: Muli;
    margin-top: 0;
}

.well h4 small {
    margin-top: 5px;
}

.well h2 {
    font-family: "Oswald-Regular";
    margin-top: 0;
    margin-bottom: 20px;
}

.footer,
.copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0;
    border-radius: 0;
    color: #FFF;
}

.footer {
    background-color: #232628;
    border-top: solid 4px #9a9e86;
}

.copyright {
    border-top: solid 4px #9a9e86;
    background-color: #778899;
    border-radius: 0 0 5px 5px;
    font-size: 12px;
}

.footer-header {
    font-family: "Oswald-Regular";
    font-size: 20px;
    color: #DDD;
    text-transform: uppercase;
}

.footer-list .list-group-item {
    background-color: transparent;
    border: none;
    border-bottom: dotted 1px #555;
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: middle;
}

.footer-list .list-group-item img {
    border: solid 3px #555;
    margin-right: 15px;
}

.footer-list .list-group-item h4 {
    margin: 0;
    margin-top: 7px;
    font-size: 12px;
    color: #9a9e86
}

.footer-list .list-group-item a {
    color: #FFF;
    font-size: 12px;
}

.alert-success {
    background-color: #9a9e86;
    border-color: #9a9e86;
}

.color2 {
    color: #9a9e86;
}

.color {
    color: #9a9e86;
}

.color:hover {
    color: #9a9e86;
    text-decoration: none;
}

.btn-success {
    color: #ffffff;
    background-color: #9a9e86;
    border-color: #9a9e86;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    background-color: #000000;
    border-color: #9a9e86;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
    color: #ffffff;
    background-color: #9a9e86;
    border-color: #9a9e86;
}

.btn-primary {
    color: #ffffff;
    background-color: #656565;
    border-color: #656565;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #545454;
    border-color: #545454;
}

.panel-default {
    background-color: #333639;
    border-radius: 10px;
    border: none;
}

.panel-default .panel-heading {
    background-color: #333639;
    border-bottom: solid 1px #808080;
    color: #FFF;
}

.panel-default .panel-footer {
    background-color: #333639;
    border-top: solid 1px #1F2123;
    color: #FFF;
}

.admin-login {
    width: 300px;
    margin: auto;
    margin-top: 50px;
}

.confirm-box {
    width: 600px;
    margin: auto;
    margin-top: 50px;
}

.confirm-box .btn {
    width: 100px;
}

.username {
    font-family: "Oswald-Regular";
}

.username small {
    font-family: Muli;
    font-size: 12px;
}

.user-avatar {
    height: 37px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.4;
    vertical-align: top;
    border-top: 1px solid #444;
}

.posted {
    color: #777;
}

.banned {
    text-decoration: line-through;
    color: #777;
}

.item {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 10px;
    min-height: 165px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.input-sm {
    height: 28px;
    padding: 2px 12px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 10px;
}

.input-group-btn>.btn {
    border-radius: 10px;
}

.input-custom {
    margin-top: 20px;
}

#products {
    margin-top: 20px;
}

.cart-item {
    border: none;
    border-bottom: solid 1px #222;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle;
}

.portal-btn {
    width: 100%;
    height: 125px;
    margin-bottom: 10px;
}

.product-image {
    display: table;
    width: 75px;
    height: 75px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

.product-image .image-inner {
    display: table-cell;
    vertical-align: middle;
}

.product-image img {
    max-width: 35px !important;
}

.copyright a, .copyright a:hover {
    color: #9a9e86;
}

.wrapper .row {
    padding-bottom: 20px;
}