body#home {
    background: #000000 url(../img/backgrounds/home.jpg) no-repeat;
    background-position: top center;
}

body#page {
    background: #000000 url(../img/backgrounds/page.jpg) no-repeat;
    background-position: top center;
}

body#claim, body#link {
    background: #000000 url(../img/backgrounds/claim.jpg) no-repeat;
    background-position: top center;
}

body#link {
    background: #000000 url(../img/backgrounds/link.jpg) no-repeat;
    background-position: top center;
}

body#page #main {
    min-height: 500px;
}

#header .nav > ul > li > ul > li a:hover,
#header .nav > ul > li > ul > li a:hover {
    background-color: #c66d1b;
    color: #fff;
}

#header .nav > ul > li > ul, #header .nav > ul > li > ul {
    padding: 0;
}

#advertisement {
    position: fixed;
    z-index: 990;
    top: -150px;
    width: 100%;
    text-align: center;
}

#advertisement #banners {
    display: none;
}

#advertisement .banner img {
    border-bottom: 3px solid #4e5357;
}

#advertisement.show {
    top: 62px;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

#advertisement.hide {
    top: -150px;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

#advertisement .close {
    position: absolute;
    float: right;
    top: 10px;
    right: 20px;
    z-index: 1035;
    opacity: 1;
}

#advertisement .close img {
    width: 36px;
    height: 36px;
}

#game-menu .nav > ul > li > a.active {
    color: #c66d1b;
}

.news {
    display: none;
}

.news-listing {
    background: rgba(5, 5, 5, .4);
    border: 1px solid #3a3f44;
    margin: 0;
}

.news-listing:hover, .news-home:hover {
    background: rgba(58, 63, 68, .5);
    cursor: pointer;
}

.news-detail ul {
    list-style-type: disc;
    margin: 10px 0 20px 50px;
}

.news-detail ul li {
    margin: 10px 0 0 0;
}

a:hover, a:active, a:focus {
    color: #f88e2e;
}

.color-primary {
    color: #c66d1b;
}

hr {
    border-top: 1px solid #3a3f44;
    margin: 25px 0;
}

.home-banner {
    border-bottom: 3px solid #242629;
}

.home-banner h1, .home-banner h4 {
    text-shadow: 2px 1px 1px rgba(0,0,0,.8);
}

.home-news {
    background-image: url(../img/backgrounds/home-news.jpg);
    border-bottom: 3px solid #242629;
}

.home-about {
    background-image: url(../img/backgrounds/home-about.jpg);
    border-bottom: 3px solid #242629;
}

.home-media {
    background-image: url(../img/backgrounds/home-media.jpg);
}

a.navbar-toggle.game {
    width: 23px;
    height: 17px;
    background: url(../img/hamburger-icon.png) no-repeat;
    float: left;
}

.navbar-toggle {
    border-radius: 0px;
}

.btn {
    border-radius: 0;
}

.btn-primary {
    color: #ffffff;
    background-color: #c66d1b;
    border-color: #c66d1b;
}

.btn-primary:hover, .btn-primary:focus {
    color: #ffffff;
    background-color: #f88e2e;
    border-color: #f88e2e;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #f88e2e;
    border-color: #f88e2e;
    outline: none;
}

.btn-outline-primary {
    color: #ffffff;
    background-color: rgba(0, 0 , 0, .7);
    border-color: #c66d1b;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
    color: #ffffff;
    background-color: #f88e2e;
    border-color: #f88e2e;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #f88e2e;
    border-color: #f88e2e;
    outline: none;
}

.btn-fixed-width {
    width: 150px;
}

.card {
    display: block;
    background-color: #000000;
    border: 1px solid #3a3f44;
    border-radius: 0;
}

.card .card-block .card-meta {
    margin-top: 13px;
    margin-bottom: 3px;
    color: #525960;
}

.card .card-img {
    margin: unset;
}

.card .card-block .card-title {
    font-size: 20px;
    line-height: 26px;
}

.card .card-block p {
    color: #f88e2e;
}

#claim .card-header, #link .card-header {
    background-color: #111111;
    border-bottom: 1px solid transparent;
    color: #ffffff;
    font-size: 24px;
    padding: 15px 20px 0 20px;
}

#claim .card, #claim .alert, #link .card, #link .alert {
    position: relative;
    top: 200px;
}

#claim .card-header:first-child, #link .card-header:first-child {
    border-radius: 0;
}

#claim .card .form-control, #link .card .form-control {
    border-radius: 0;
}

#claim .card .card-block p.white, #link .card .card-block p.white {
    color: #ffffff;
}

#claim #footer, #link #footer {
    padding: 265px 0 20px 0;
}

.red {
    color: #fe0000;
}

.green {
    color: #00a70c;
}

.blue {
    color: #006fc8;
}

.light-blue {
    color: #0082c8;
}

.dark-gray {
    color: #525960;
}

.media, .lightbox-img {
    border: 1px solid #3a3f44;
}

.media-img {
    overflow: hidden;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-bottom: 7px;
    border: 1px solid #3a3f44;
}

.media-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.media-img:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.preorder-benefits ul {
    list-style-type: disc;
    margin: 10px 0 20px 50px;
}

.preorder-benefits ul li {
    margin: 10px 0 0 0;
}

.news-img {
    border: 2px solid rgba(5, 5, 5, .9);
}

.news-img-no-border {
    border: none;
}

.latest-posts, .archived-posts {
    background: rgba(5, 5, 5, .4);
    border-top: 1px solid #3a3f44;
}

.latest-posts:hover, .latest-posts.active {
    background: rgba(58, 63, 68, .5);
    cursor: pointer;
}

.latest-posts:hover .dark-gray, .latest-posts.active .dark-gray {
    color: #ffffff;
}

.archived_year {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.archived_month {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    padding-right: 40px;
}

.archived_months {
    display: none;
    margin: 5px 0 5px 20px;
}

.archived_months_posts {
    display: none;
}

ul.archived_months, ul.archived_months_posts {
    list-style-type: none;
    margin: 10px 0 20px 20px;
}

ul.archived_months li, ul.archived_months_posts li {
    margin: 8px 0;
}

a.plus {
    width: 16px;
    height: 26px;
    background: url(../img/plus-icon.png) no-repeat;
    float: right;
}

.archive-icon:hover a.plus, .archive-icon.hover a.plus:hover {
    background-position: 0 -26px;
}

a.minus {
    width: 16px;
    height: 26px;
    background: url(../img/minus-icon.png) no-repeat;
    float: right;
}

.section-streamer.player {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 684px;
    background-image: url('../img/backgrounds/home.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.owned {
    font-size: 24px;
    color: #c66d1b;
    font-weight: 500;
}

.platform-icons {
    margin-bottom: 0;
}

a.twitter-icon {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 24px;
    height: 20px;
    background: url(../img/twitter-icon.png) no-repeat;
}

a.twitter-icon:hover {
    background-position: 0 -20px;
}

a.facebook-icon {
    display: inline-block;
    position: relative;
    top: 8px;
    width: 14px;
    height: 30px;
    background: url(../img/facebook-icon.png) no-repeat;
}

a.facebook-icon:hover {
    background-position: 0 -30px;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}
@media (max-width: 1600px) {
    #advertisement.show {
        top: 62px;
    }

    #advertisement .close {
        top: 10px;
        right: 20px;
    }

    #advertisement .close img {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 1024px) {
    .latest-posts {
        margin: 0;
    }
    .nav-responsive {
        background-color: #dc791e;
    }
    .nav-responsive > ul > li a {
        color: #eeeeee;
    }
    .nav-responsive > ul > li a:hover {
        background-color: #f68721 !important;
    }
    .nav-responsive > ul > li > a {
        border-top: 1px solid rgba(255, 255, 255, .2);
    }
    .nav-responsive > ul > li.open {
        background-color: #f68721 !important;
    }
    .nav-responsive > ul > li.open > a:focus,
    .nav-responsive > ul > li.open > a:hover,
    .nav-responsive > ul > li.open > a {
        background-color: #f68721 !important;
    }
    .nav-responsive.game {
        background-color: #dc791e;
    }
    .nav-responsive.gf {
        background-color: #7c8186;
    }
    .nav-responsive.gf > ul > li a:hover {
        background-color: #939598 !important;
    }
    .nav-responsive.gf > ul > li > a {
        border-top: 1px solid #939598;
    }
    .nav-responsive.gf > ul > li.open {
        background-color: #939598 !important;
    }
    .nav-responsive.gf > ul > li.open > a:focus,
    .nav-responsive.gf > ul > li.open > a:hover,
    .nav-responsive.gf > ul > li.open > a {
        background-color: #939598 !important;
    }
    body#home {
        background: #000000 url(../img/backgrounds/mobile.jpg) no-repeat;
        background-position: top center;
    }
    .section-streamer.player {
        display: none;
    }

    #advertisement.show {
        top: 63px;
    }

    #advertisement.hide {
        -webkit-transition: all 1.3s ease;
        -moz-transition: all 1.3s ease;
        -o-transition: all 1.3s ease;
        -ms-transition: all 1.3s ease;
        transition: all 1.3s ease;
    }

    #advertisement .close {
        top: 5px;
    }

    #advertisement .close img {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 992px) {
    .card .card-block .card-meta {
        font-size: 12px;
    }

    .card .card-block .card-title {
        font-size: 15px;
        line-height: 22px;
    }

    .card .card-text {
        font-size: 13px;
 }

    #advertisement {
        display: none;
    }
}

@media (max-width: 767px) {
    .card .card-block .card-meta {
        font-size: 0.875rem;
    }

    .card .card-block .card-title {
        font-size: 20px;
        line-height: 26px;
}

    .card .card-text {
        font-size: 15px;
    }

    .mobile {
        display: block;
    }

    .media-img.mobile {
        margin-bottom: 30px;
    }

    .desktop {
        display: none;
}
}

@media (max-width: 576px) {
    .platform-icons {
        margin-bottom: 30px;
    }
}