﻿html, body {
    background: #100608 url(../../images/reveland/bg-bottom.jpg) no-repeat bottom center;
    padding: 0;
    margin: 0;
    font-family: "Futura PT";
    font-size: 12px;
    min-width: 320px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #090506;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #2a2429;
}

a {
    color: #ad5454;
}

a:hover {
    color: #c34848;
}

.text-primary {
    color: #b599ff !important;
}


.btn-primary {
    background-color: #231f21;
    border: 1px solid #302c2b;
}

input[type="text"], input[type="password"], select, input[type="date"], .form-control {
    background-color: #231f21;
    border: 1px solid #302c2b;
}
    .form-control:focus {
        background-color: #231f21;
        border: 1px solid #302c2b;
        color: white;
    }

#body {
    background: url(../../images/reveland/bg-top.jpg) no-repeat top center;
    position: relative;
}

#wrapper {
    min-height: 1900px;
    margin: 0 auto;
    padding: 0px 20px 0px 20px;
    position: relative;
}

#navigation-top {
    width: 100%;
    padding: 0;
    height: 52px;
    background: url(../../images/reveland/nav-bg.png) no-repeat top center;
    position: relative;
    z-index: 100;
}

.navigation-top-in {
    max-width: 1150px;
    height: 52px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#header {
    height: 400px;
    position: relative;
}

.top-files-panel {
    height: 58px;
    max-width: 650px;
    width: auto;
    background: url(../../images/reveland/files.png) no-repeat bottom right;
    bottom: -85px;
    position: absolute;
    padding: 0px 30px 0px 0px;
    z-index: 7000;
    display: flex;
}

.start-game a {
    display: block;
    width: 256px;
    height: 58px;
    background: url(../../images/reveland/startgame.png) no-repeat bottom right;
    margin: 0px 0px 0px -10px;
    line-height: 65px;
    text-indent: 60px;
    letter-spacing: 0.7px;
    color: #fff;
    text-decoration: none;
    font-family: "Georgia";
    font-variant: small-caps;
    font-size: 15px;
    font-weight: 100;
}

    .start-game a:hover {
        background: url(../../images/reveland/startgame-hover.png) no-repeat bottom right;
    }

.torrent, .cloud {
    height: 33px;
    margin: 17px 10px 0px 10px;
    padding: 7px 10px 0px 50px;
}

.torrent {
    background: url(../../images/reveland/torrent.png) no-repeat left center;
}

.cloud {
    background: url(../../images/reveland/cloud.png) no-repeat left center;
}

.torrent:hover, .cloud:hover {
    filter: brightness(1.2);
}

    .torrent span, .cloud span {
        display: block;
        height: 14px;
    }

.download-title {
    font-family: "Georgia";
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 100;
    color: #ada0a2;
    text-decoration: none;
}

.file-title {
    font-size: 10px;
    color: #746264;
}

#center {
    min-height: 500px;
    display: flex;
    position: relative;
    padding-bottom: 200px;
}

#content {
    width: 100%;
    min-height: 500px;
    padding: 100px 0px 100px 0px;
    text-align: justify;
    color: #fff;
    position: relative;
}

#sidebar {
    min-width: 310px;
    width: 310px;
    min-height: 500px;
    padding: 140px 0px 0px 25px;
}

.news .content-header {
    background: url(../../images/reveland/h1.png) no-repeat top right;
    display: block;
    position: absolute;
    top: 0px;
    height: 40px;
    margin: 0px 0px 0px -3px;
    padding: 3px 55px 0px 80px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #baada6;
    font-family: "Futura PT";
    display: flex;
    align-items: center;
}
@media screen and (min-width: 768px) {
    .news .content-header {
        min-width: 550px;
        padding: 3px 55px 0px 100px;
    }
}

    .news h1 a {
        color: #baada6;
        text-decoration: none;
    }

        .news h1 a:hover {
            color: #fff;
        }

.news .left-01 {
    background: url(../../images/reveland/left-steel.png) no-repeat top right;
    width: 20px;
    height: 70px;
    left: -7px;
    top: 15px;
    display: block;
    position: absolute;
    z-index: 20;
}

.news h1 .left-02 {
    background: url(../../images/reveland/left-02.png) no-repeat top left;
    width: 70px;
    height: 40px;
    left: 0px;
    top: 0px;
    display: block;
    position: absolute;
}

.news {
    position: relative;
    padding: 40px 0px 0px 7px;
    margin: 0px 0px 30px -7px;
}

.news-in {
    position: relative;
    z-index: 20;
    bottom: 0px;
}

.date-block {
    background: url(../../images/reveland/first-02.jpg) no-repeat top right;
    position: absolute;
    height: 24px;
    display: block;
    top: 18px;
    right: 24px;
    left: 20px;
    padding: 0px 20px 0px 0px;
    color: #706965;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.breadcrumb {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-family: Futura PT;
    font-weight: bold;
}
.breadcrumb .separator {
    margin: 0 5px;
}

.news-content {
    background: url(../../images/reveland/some-bg.jpg);
    min-height: 400px;
    border: 1px solid #302c2b;
    background-color: #181416;
    padding: 35px 20px 15px 20px;
    z-index: 1;
    position: relative;
}

#content :first-child .date-block {
    background: url(../../images/reveland/first-01.jpg) no-repeat top right;
}

        



.pagenav {
    display: flex;
    margin: 10px 0px 30px 0px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .pagenav ul {
        background: url(../../images/reveland/pagenav-bg.png) repeat-x center;
        display: flex;
        list-style: none;
        padding: 0px 0px 0px 0px;
        height: 38px;
        line-height: 38px;
        margin: 0px 0px 0px 0px;
    }

        .pagenav ul :last-child {
            background: none;
        }

        .pagenav ul li {
            background: url(../../images/reveland/pn-border.png) no-repeat center right;
        }

            .pagenav ul li a {
                text-decoration: none;
                color: #737373;
                font-size: 16px;
                padding: 0px 17px 0px 17px;
                height: 38px;
                line-height: 38px;
                display: block;
            }

                .pagenav ul li a:hover {
                    background: url(../../images/reveland/pagenav-hover.jpg) repeat-x center;
                    color: #fff;
                }

    .pagenav > :first-child > a {
        background: url(../../images/reveland/left-arrow.png) no-repeat center;
        width: 99px;
        height: 38px;
        display: block;
    }

        .pagenav > :first-child > a:hover {
            background: url(../../images/reveland/left-arrow-hov.png) no-repeat center;
        }

    .pagenav > :last-child > a {
        background: url(../../images/reveland/right-arrow.png) no-repeat center;
        width: 99px;
        height: 38px;
        display: block;
    }

        .pagenav > :last-child > a:hover {
            background: url(../../images/reveland/right-arrow-hov.png) no-repeat center;
        }

/* Footer */
footer {
    margin: 0px 0px 60px 0px;
    bottom: 0;
    position: absolute;
    width: 100%;
    display: block;
}

.footer-text {
    
    font-size: 10px;
    text-transform: uppercase;
    color: #5a4848;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    line-height: 16px;
    letter-spacing: 0.25px;
}

.copyright {
    
    font-size: 11px;
    text-transform: uppercase;
    color: #a4a3a4;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    line-height: 16px;
    padding: 40px 0px 30px 0px;
    letter-spacing: 0.25px;
}


/* Sidebar */
.sideblock {
    background: url(../../images/reveland/some-bg.jpg);
    margin: 0px 0px 30px 0px;
    width: 282px;
    border: 1px solid #211c1d;
}

.sideblock-in {
    background: url(../../images/reveland/top-sideblock-1.png) no-repeat top center;
    position: relative;
    width: 284px;
    top: -1px;
    left: -1px;
    right: -1px;
}

#sidebar :first-child .sideblock-in {
    background: url(../../images/reveland/top-sideblock.png) no-repeat top center;
}

.sideblock-in h1 {
    text-align: center;
    color: #a1998f;
    font-family: "Times New Roman";
    font-weight: 100;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0px;
    height: 44px;
    line-height: 44px;
}

.sb-content {
    padding: 0px 20px 15px 20px;
}


.player-line, .head-top-players {
    display: flex;
    justify-content: space-between;
}

.player-line {
    background: url(../../images/reveland/no-status.png) no-repeat 0px 5px;
    color: #8f817a;
    padding: 5px 0px 5px 25px;
}

.head-top-players {
    background: url(../../images/reveland/hr.jpg) repeat-x bottom;
    color: #524947;
    padding: 10px 0px 10px 0px;
}

.player-line :last-child {
    color: #727272;
}

.player-line :first-child {
    font-size: 13px;
}

.forum-sb > :nth-child(2) {
    background: url(../../images/reveland/gold.png) no-repeat 0px 4px;
}

.forum-sb > :nth-child(3) {
    background: url(../../images/reveland/silver.png) no-repeat 0px 4px;
}

.forum-sb > :nth-child(4) {
    background: url(../../images/reveland/bronse.png) no-repeat 0px 4px;
}

.servers-sb {
    padding: 0;
}


/* Logo */
.logo {
    background: url(../../images/reveland/logo.png) no-repeat center;
    background-size: contain;
    position: relative;
    display: block;
    width: 350px;
    height: 250px;
    top: 100px;
    margin: 0 auto;
}

    .logo:hover:before {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 1;
        visibility: visible;
    }

    .logo:before {
        content: '';
        display: block;
        height: 100%;
        background: url(../../images/reveland/logo.png) no-repeat center;
        background-size: contain;
        margin: 0 auto;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        opacity: 0;
        visibility: hidden;
    }


/* Navigation */

@media screen and (max-width: 768px) {
    #navbarNav {
        position: absolute;
        width: 100%;
        top: 100%;
        background: #231e21;
    }
}

.nav-link {
    font-family: "Georgia";
    font-variant: small-caps;
    margin: 0px 0px 0px 20px;
    font-size: 15px;
    text-decoration: none;
    color: #ab9f9c;
    font-weight: 400;
    text-decoration: none;
}
.nav-link p {
    margin: 0
}

.my-account {
    width: 218px;
    height: 51px;
    margin: 0px 0px 0px 0px;
    position: absolute;
    right: 15px;
}

    .my-account a {
        background: url(../../images/reveland/myaccount.png) no-repeat center;
        background-size: contain;
        display: block;
        width: 218px;
        line-height: 50px;
        font-family: "Futura PT";
        font-variant: small-caps;
        color: #ebebeb;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
    }

.my-account a:hover {
    filter: brightness(1.15);
    color: #fff;
}

.nav.nav-tabs a.active {
    font-weight: normal;
    color: #73e758;
}

