
body {
    /*font-family: "Open Sans", sans-serif;*/
    font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    /*color: #fefefe;*/
    /*color: #4d4d4d;*/
    color: #a69d9d;
    -moz-osx-font-smoothing: grayscale;
    background-image: url("/static/default_new/img/background_opt.png");
    background-color: black;
    background-repeat: no-repeat;
    background-position: top center;
}

.container {
    max-width: 1440px;
}

.background-default {
    background: #050505 !important;
}

.text-opal-grey {
    color: #a69d9d !important;
}

.text-forest-green {
    color: #645724 !important;
}

.text-earth-black {
    color: #453f37 !important;
}

.text-aqua {
    color: #00ffff !important;
}

.text-warrior {
    color: #7a6759 !important;
}

.text-gold {
    color: #FFD700 !important;
}

.text-silver {
    color: #c1c1c1 !important;
}

.text-shade-gray {
    color: #737373 !important;
}

.text-bronze {
    color: #C9AE5D !important;
}

.bg-forest-green {
    background-color: #645724 !important;
}

.bg-earth-black {
    background-color: #453f37 !important;
}

.ft-ops {
    font-family: "Open Sans", sans-serif;
}

.fs-7 {
    font-size: 0.8rem !important;
}

.fs-8 {
    font-size: 0.6rem !important;
}

#main-navigation {
    background-color: #0e110f;
    background-position: 0 50%;
    position: relative;
    padding: 5px 0;
}

#main-navigation li a {
    display: block;
    color: #9f9270;
    padding: 0.7rem 1rem;
    line-height: 1;
}

#main-navigation ul li a:hover {
    color: #b2a88d;
    background-color: #201b0efa;
}

#main-navigation li.active {
    background-color: #201b0efa;
    color: #b2a88d;
}

#main-navigation ul li {
    display: inline-block;
    font-family: 'Quintessential', cursive;
    text-transform: uppercase;
}

#main-navigation::before {
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    top: 0;
    right: 0;
    left: 0;
    background-image: url("/static/default_new/img/border-nav.png");
}

#main-navigation::after {
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url("/static/default_new/img/border-nav.png");
}

#main-navigation ul::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    top: 0;
    bottom: 0;
    left: 0;
    background: url("/static/default_new/img/border-nav2.png");
}

#main-navigation ul::after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    top: 0;
    bottom: 0;
    right: 0;
    background: url("/static/default_new/img/border-nav2.png");
}

.side-menu li a:hover {
    background-color: #453f37 !important;
    color: #ececec !important;
}

.list-group li.active a {
    background-color: #453f37 !important;
    color: #ececec !important;
}

.module {
    font-size: .9rem;
    position: relative;
    background: rgba(2, 2, 2, .7);
}

.module::before, .module::after, #main-navigation ul.module::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: url("/static/default_new/img/border-med.png") no-repeat center top;
    z-index: 2;
}

.module-header::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    height: 3px;
    background: url("/static/default_new/img/border-med.png") no-repeat center top;
    top: auto;
    bottom: -3px;
}

.module-header {
    background: #070707;
    padding: 10px 20px;
    position: relative;
}

.module-header h5 {
    font-family: 'Quintessential', cursive;
    font-size: .9rem;
    color: #b4a98a;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0;
}

.module-header h5::first-letter {
    font-size: 130%;
    padding-right: 2px
}

.module-header small {
    display: block;
    font-size: 10px;
    margin-top: 5px;
    text-transform: none;
}

.module-header::first-letter {
    font-size: 130%;
    padding-right: 2px
}

.module .card-body {
    box-shadow: inset 0 0 15px 0 rgba(255, 255, 255, 0.1);
}

.module::after {
    top: auto;
    bottom: -3px;
}

.module .list-group li {
    display: block;
    background: #1e1e1d;
    background: linear-gradient(to bottom, #1e1e1d 0%, #110f0f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color1', endColorstr='$color2', GradientType=0);
    box-shadow: inset 0 5px 15px -5px #000;
    font-size: .8rem;
    border: 1px solid #1f1d1b;
    border-bottom: 1px solid #10100f;
}

.module .list-group li a {
    text-decoration: none;
    display: block;
    padding: 0.3rem 1rem;
    color: #b8b8b8;
    font-size: 0.8rem;
}

.carousel .carousel-item {
    height: 290px;
}

.donate-button {
    /*background: linear-gradient(to bottom, #cf7101 20%, #e9b401 1%, #cf7101 11%, #e9b401 100%);*/
    background: linear-gradient(to bottom, #cf7101 0%, #e9b401 100%);
    text-transform: uppercase;
}

.donate-button:hover {
    background: linear-gradient(to bottom, #cfb401 100%, #e9dd01 1%, #cf9f01 11%, #e9b401 100%);
}

.online-text {
    font-weight: 300;
    font-size: 1.5rem;
    letter-spacing: 3px;
    color: #358c0a;
}

.max-online-text {
    font-size: .7rem;
    letter-spacing: 1px;
}

.server-time {
    margin-top: 10px;
    font-size: .8rem;
    color: #a69d9d;
    background: #141414;
    border-radius: 300rem;
    padding: 5px 15px;
}

.server-time span {
    display: block;
    float: right;
    color: #a69d9d;
}

.server-stats {
    border: 1px solid #0b0d11;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.5);
    background: #423e33;
    background: linear-gradient(135deg, #423e33 0%, #14130f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color1', endColorstr='$color2', GradientType=1);
    border-radius: 5px;
}

.server-stats ul {
    display: block;
    list-style: none;
}

.server-stats ul li {
    height: 25px;
    line-height: 25px;
    font-size: .7rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.server-stats ul li .right-info {
    display: block;
    float: right;
    background: rgba(0, 0, 0, 0.25);
    width: 100px;
    color: #fff;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: 2px;
    box-shadow: inset 0 1px 1px 0 #000, 0 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 300rem;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
}

.vote-button {
    border: 0;
    display: block;
    position: relative;
    font-size: .8rem;
    margin-top: -35px;
    background: #46832e;
    background: linear-gradient(to bottom, #46832e 0%, #2a4f1c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color1', endColorstr='$color2', GradientType=0);
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.25), inset 0 1px 0 0 rgba(255, 255, 255, 0.3);
    letter-spacing: 2px;
    /*font-weight: 800;*/
}

.vote-msg {
    font-size: .7rem;
}

.copyright {
    padding: 23px 0px 20px;
    margin: 0px 0px 3px;
    position: relative;
    font-size: .8rem;
    font-weight: 600;
}

.copyright::before, .copyright::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    background: url("/static/default_new/img/border-footer.png") no-repeat center top;
    height: 3px;
}

.copyright::after {
    top: auto;
    bottom: -3px;
}

.footer-menu {
    font-size: .8rem;
}

.news-table {
    color: #4e4a39;
    font-size: .8rem;
    margin-bottom: 3px;
}

.news-table td {
    color: #4e4a39;
    padding: 5px 0;
    border-bottom: 1px dotted #4d4737;
    background: transparent;
}

.news-table th {
    color: #4e4a39 !important;
    background: transparent;
}

.news-table a {
    color: #737373;
    text-decoration: none;
}

.news-table a:hover {
    color: #645724;
}

.has-tip {
    border-bottom: dotted 1px #8a8a8a;
    font-weight: bold;
    cursor: help;
}

.download-links {
    text-align: center;
    margin: 30px 0;
}

.download-links .btn-custom {
    color: #fff;
    border-radius: 100rem;
    background: #C51162;
    background: linear-gradient(135deg, #C51162 0%, #311B92 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color1', endColorstr='$color2', GradientType=1);
    border: none;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.download-links .btn-custom:hover {
    background: #ec257f;
    background: linear-gradient(135deg, #ec257f 0%, #4426cb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color1', endColorstr='$color2', GradientType=1);
}

.download-links h3 {
    font-size: .8rem;
    padding: 0;
    margin: 0 0 10px;
    font-weight: 600;
    color: #404040;
    text-transform: uppercase;
}

.download-links ul li:after {
    content: "/";
    display: inline-block;
    margin: 0 5px 0 7px;
}

.download-links ul li:last-child:after {
    display: none;
}

.download-links ul li a {
    color: #6d0b3f;
}

.download-links ul li a:hover {
    color: #666;
}


.nice-table {
    background: none;
    border: none;
    font-size: .8rem;
}

.nice-table thead, .nice-table tfoot {
    background: #141414;
    border: none;
}

.nice-table th {
    color: #4e4a39;
    padding: 20px 0;
}

.nice-table thead tr th {
    border-right: 1px solid #262626;
}

.nice-table tbody {
    background: #1b1b1b;
    border: none;
}

.nice-table td {
    color: #b8b8b8;
    border-bottom: 1px solid #262626;
    padding: 7px 0;
}

.nice-table td, .nice-table th {
    background: transparent;
}


.nice-table tbody tr td:first-child {
    background: #141414;
    font-weight: 600;
}

.nice-table tbody tr td:nth-child(2) {
    border-right: 1px solid #262626
}

.nice-table tbody tr:last-child td {
    border-bottom: none;
    border-right: none;
}

.nice-table tbody tr:nth-child(even) {
    background: none;
}

.nice-table tbody tr:hover {
    background: #1f1f1f;
}

.itemshop-listing-thumbnail {
    display: block;
    float: left;
    margin-right: 10px;
    width: 53px;
    height: 53px;
    position: relative;
}

.itemshop-listing-thumbnail img {
    display: block;
    width: 49px;
    height: 49px;
    position: absolute;
    top: 2px;
    left: 2px
}

.itemshop-listing {
    font-size: .8rem;
    margin-top: 20px;
}

.itemshop-listing h6 {
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    line-height: 1;
    font-size: 1rem;
    margin-bottom: 3px
}

.itemshop-listing h6 a {
    color: #645724
}

.itemshop-listing p {
    padding: 0px;
    margin: 0px;
    color: #7a6759;
    font-size: .7rem
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.page-item .page-link.active {
    background-color: #453f37;
    color: #ececec;
    border-color: darkslategray;
}

.page-item .page-link {
    color: #b8b8b8;
}

.page-item .page-link.active:hover {
    background-color: #453f37;
    color: #ececec;
    border-color: darkslategray;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    height: 1.5em;
    opacity: .5;
}

.hr-text::before {
    content: '';
    /*background: linear-gradient(to right, transparent, #818078, transparent);*/
    position: absolute;
    left: 0;
    top: 50%;
    /*width: 100%;*/
    height: 1px;
    background: #41403c;
}

.hr-text::after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    padding: 0 .5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
}

.carousel-control-next, .carousel-control-prev {
    top: 130px;
    height: 5%;
    width: 5%;
    margin-right: 35px;
    margin-left: 35px;
}

.carousel-control-prev-icon {
    position: relative;
    background-image: none;
    width: 2.3rem;
    height: 2.3rem;
    top: -10px;
}

.carousel-control-prev-icon:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    left: 0;
    content: "\f0a8";
    font-size: 2.3rem;
    width: 2.3rem;
    height: 2.3rem;
    color: #000;
}


.carousel-control-next-icon {
    position: relative;
    background-image: none;
    width: 2.3rem;
    height: 2.3rem;
    top: -10px;
}

.carousel-control-next-icon:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    left: 0;
    content: "\f0a9";
    font-size: 2.3rem;
    width: 2.3rem;
    height: 2.3rem;
    color: #000;
}
