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#news, body#eula {
    background: #180000 url(../img/backgrounds/news.jpg) no-repeat;
    background-position: top center;
}


body#home #main, body#page #main {
    min-height: 500px;
}

body#home #main {
    margin-bottom: 120px;
}

#header .nav > ul > li > ul > li a:hover,
#header .nav > ul > li > ul > li a:hover {
    background-color: #f7a501;
    color: #fff;
}

#header .nav > ul > li > ul, #header .nav > ul > li > ul {
    padding: 0;
}

#header .navbar-right > ul > li.mega-menu, #header .navbar-right > ul > li.mega-menu {
    position: relative;
}

#header .navbar-right > ul > li.mega-menu > ul, #header .navbar-right > ul > li.mega-menu > ul {
    position: absolute;
    left: unset;
    min-width: 250px;
    width: 250px;
    padding: 20px;
    float: right;
    right: 0;
}

#header .navbar-right > ul > li > ul > li a.btn, #header .navbar-right > ul > li > ul > li a.btn {
    color: #ffffff;
}

#header .navbar-right > ul > li > ul > li a.btn:hover, #header .navbar-right > ul > li > ul > li a.btn:hover {
    color: #ffffff;
    background-color: #ffc44e;
    border-color: #ffc44e;
}

#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 {
    background: rgba(0, 0, 0, .5);
    border-bottom: 3px solid #4e5357;
    width: 100%;
    height: 140px;
    position: relative;
    top: 0;
    z-index: 98;
    margin-bottom: 50px;
}

#game-menu .logo {
    position: relative;
    bottom: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#game-menu .logo img {
    width: 225px;
    height: 100px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fixed-header.header-scroll #game-menu .logo {
    position: relative;
    bottom: 0;
    background-image: url(../img/skull.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 56px;
    margin-right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fixed-header.header-scroll #game-menu .logo img {
    opacity: 0;
    width: 68px;
    height: 64px;
}

#game-menu .navbar-backdrop {
    background: unset;
}

#game-menu .navbar {
    height: 140px;
}

.fixed-header.header-scroll-btn #game-menu .navbar-right .play-free-now-btn {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 1;
}

.fixed-header.header-scroll #game-menu .logo {
    position: relative;
    bottom: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fixed-header.header-scroll #game-menu .logo img {
    width: 131px;
    height: 58px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fixed-header.header-scroll #game-menu .navbar {
    height: 62px;
}

.fixed-header.header-scroll #main {
    padding-top: 190px;
}

#game-menu .nav > ul > li > a, #game-menu .nav > ul > li > a {
    padding: 0;
    margin: 0 10px;
    line-height: unset;
    border-bottom: 3px solid transparent;
}

#game-menu .nav > ul > li > a:hover, #game-menu .nav > ul > li > a:hover {
    border-bottom: 3px solid #f7a501;
    color: #b1b1b1;
}

#game-menu .nav > ul > li > a.active {
    border-bottom: 3px solid #f7a501;
}

#play-now-btn {
    position: absolute;
    top: 330px;
    left: 200px;
    z-index: 9;
}

a.play-now {
    width: 275px;
    height: 296px;
    background: url(../img/play-free-now.png) no-repeat;
    float: left;
    cursor: pointer;
}
a.play-now:hover {
    background-position: 0 -296px;
}

#try-it-free-btn {
    position: absolute;
    top: 489px;
    right: 344px;
    z-index: 9;
}

a.try-it-free {
    width: 136px;
    height: 135px;
    background: url(../img/try-it-free.png) no-repeat;
    float: left;
    cursor: pointer;
}
a.try-it-free:hover {
    background-position: 0 -135px;
}

#play-video {
    position: absolute;
    top: 500px;
    left: 510px;
    z-index: 9;
}

.play-now.shake {
    font-size: 45px;
    font-weight: 700;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.screen {
    background: url(../img/screen.png) no-repeat;
    width: 512px;
    height: 644px;
    margin: 30px auto 0 auto;
}

.screen-text {
    position: relative;
    top: 30px;
    left: 55px;
    width: 422px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

#news .heading-left h2 {
    color: #f7a501;
    font-weight: 700;
}

.news {
    display: none;
}

.news-listing, .release-notes-listing {
    background: rgba(76, 0, 0, .3);
    margin: 0;
}

.news-listing .first {
    padding-left: 0;
    padding-right: 0;
}

.news-listing .media-img {
    border: none;
}

.news-listing p.text-truncate {
    font-size: 110%;
}

.news-listing h2.text-truncate {
    font-weight: 600;
}

.news-listing:hover, .news-home:hover, .release-notes-listing {
    background: rgba(76, 0, 0, .6);
    cursor: pointer;
}

.news-detail ul, .release-notes-detail ul, .home-about ul {
    list-style-type: disc;
    margin: 10px 0 20px 50px;
}

.news-detail ul li, .release-notes-detail ul li, .home-about ul li {
    margin: 10px 0 0 0;
}

.news-detail p strong {
    color: #f0f0f0;
}

.news-detail h2, .news-detail h4 {
    font-weight: 600;
}

.news-detail a {
    color: #f7a501;
}

.news-detail a:hover {
    color: #ffc44e;
}

a {
    color: #f7a501;
}

a:hover, a:active, a:focus {
    color: #ffc44e;
}

.color-primary {
    color: #f7a501;
}

hr {
    border-top: 1px solid #f7a501;
    margin: 25px 0;
}

.home-banner {
    border-bottom: 3px solid #242629;
}

.home-news {
    background-image: url(../img/backgrounds/home-news.jpg);
    border-bottom: 3px solid #242629;
}

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: #f7a501;
    border-color: #f7a501;
}

.btn-primary:hover, .btn-primary:focus {
    color: #ffffff;
    background-color: #ffc44e;
    border-color: #ffc44e;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #ffc44e;
    border-color: #ffc44e;
    outline: none;
}

.btn-outline-primary {
    color: #ffffff;
    background-color: rgba(0, 0 , 0, .7);
    border-color: #f7a501;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
    color: #ffffff;
    background-color: #ffc44e;
    border-color: #ffc44e;
}

.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: #ffc44e;
    border-color: #ffc44e;
    outline: none;
}

.btn-fixed-width {
    width: 150px;
}

.card {
    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: #3fbfdf;
}

.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);
    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);
}

.news-img {
    border: 2px solid rgba(5, 5, 5, .9);
}

.news-img-no-border {
    border: none;
}

.latest-posts, .archived-posts, .release-notes {
    background: rgba(76, 0, 0, .3);
    margin-bottom: 10px;
}

.latest-posts:hover, .latest-posts.active, .release-notes:hover {
    background: rgba(76, 0, 0, .6);
    cursor: pointer;
    margin-bottom: 10px;
}

.latest-posts:hover .dark-gray, .latest-posts.active .dark-gray, .release-notes:hover .dark-gray, .release-notes.active .dark-gray {
    color: #ffffff;
}

.latest-posts .first, .archived-posts .first, .release-notes .first {
    padding-left: 0;
    padding-right: 0;
}

.latest-posts span {
    font-size: 80%;
}

.archived-posts a {
    color: #ffffff;
}

.archived-posts a:hover {
    color: #f7a501;
}

.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;
}

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;
}

.alert-pc {
    color: #1b1e21;
    font-weight: 500;
    background-color: #d6d8d9;
    border-color: #d6d8d9;
    border-radius: unset;
}

.alert-ps4 {
    color: #ffffff;
    font-weight: 500;
    background-color: #006fc8;
    border-color: #006fc8;
    border-radius: unset;
}

.alert-xbox {
    color: #ffffff;
    font-weight: 500;
    background-color: #00a70c;
    border-color: #00a70c;
    border-radius: unset;
}

.home-mobile-btn {
    display: none;
}

@media (max-width: 1600px) {
    .news-listing h2.text-truncate {
        font-size: 25px;
    }

    .latest-posts h5 {
        font-size: 90%;
        margin: 0;
    }

    #play-now-btn {
        left: 30;
    }

    #try-it-free-btn {
        right: 154px;
    }

    #play-video {
        left: 320px;
    }

    #advertisement.show {
        top: 62px;
    }

    #advertisement .close {
        top: 10px;
        right: 20px;
    }

    #advertisement .close img {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 1200px) {
    #play-now-btn {
        left: 30px;
    }

    #try-it-free-btn {
        right: 50px;
    }

    #play-video {
        left: 270px;
    }

    .news-listing h2.text-truncate {
        font-size: 20px;
    }

    .news-listing h2.mb-3 {
        margin-bottom: 5px !important;
    }

    .news-listing p.text-truncate {
        font-size: 100%;
        margin-bottom: 10px;
    }

    .latest-posts {
        padding: 10px 0;
    }

    .latest-posts:hover, .latest-posts.active, .release-notes:hover {
        margin-bottom: 10px;
    }
}

@media (max-width: 1024px) {
    .nav-responsive {
        background-color: #f7a501;
    }
    .nav-responsive > ul > li a {
        color: #eeeeee;
    }
    .nav-responsive > ul > li a:hover {
        background-color: #ffc44e !important;
    }
    .nav-responsive > ul > li > a {
        border-top: 1px solid rgba(255, 255, 255, .2);
    }
    .nav-responsive > ul > li.open {
        background-color: #ffc44e !important;
    }
    .nav-responsive > ul > li.open > a:focus,
    .nav-responsive > ul > li.open > a:hover,
    .nav-responsive > ul > li.open > a {
        background-color: #ffc44e !important;
    }
    .nav-responsive.game {
        background-color: #f7a501;
    }
    .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;
    }
    .nav-responsive.gf > ul > li.my-account {
        display: none;
    }
    .nav-responsive.gf > ul > li a.btn {
        margin-bottom: 0 !important
    }
    .nav-responsive.gf > ul > li a.btn, .nav-responsive.gf > ul > li a.btn {
        color: #ffffff;
        background-color: #7c8186 !important;
        border-right-color: #7c8186;
        border-bottom-color: #7c8186;
        border-left-color: #7c8186;
        text-align: left;
    }
    .nav-responsive.gf > ul > li a.btn:hover, .nav-responsive.gf > ul > li a.btn:hover {
        color: #ffffff;
        background-color: #939598 !important;
        border-color: #939598;
    }
    .fixed-header #game-menu {
        background: rgba(5, 5, 5, .9);
        height: 67px;

    }

    .fixed-header.header-scroll #game-menu {
        background: rgba(5, 5, 5, .9);
        height: 67px;
    }

    .fixed-header.header-scroll #game-menu .logo {
        margin-right: auto;
        top: 3px;
    }

    .fixed-header.header-scroll #game-menu .logo img {
        width: 68px;
        height: 64px;
    }

    .fixed-header.header-scroll #game-menu .logo {
        bottom: 0;
    }

    .fixed-header #main {
        padding-top: 263px;
    }

    .fixed-header.header-scroll #main {
        padding-top: 263px;
    }

    #news.fixed-header #main {
        padding-top: 58px;
    }

    #game-menu .navbar {
        height: 67px;
    }

    #game-menu .logo {
        position: relative;
        bottom: 0;
        background-image: url(../img/skull.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 56px;
        margin-right: auto;
        float: unset
    }

    #game-menu .logo img {
        opacity: 0;
        width: 68px;
        height: 64px;
    }

    #advertisement.show {
        top: 67px;
    }

    #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) {
    #play-video {
        left: unset;
    }

    #play-now-btn, #try-it-free-btn {
        display: none;
    }

    .home-mobile-btn {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(255,255, 255, .8);
        padding: 10px 0;
        z-index: 99;
    }

    .home-mobile-btn .btn-lg {
        font-size: 20px;
    }

    #home #footer {
        margin: 0 0 80px 0;
        padding-top: 80px;
    }

    .latest-posts h5 {
        font-size: 100%;
    }

    .latest-posts, .archived-posts {
        margin: 0 auto 10px auto;
    }

    #advertisement {
        display: none;
    }
}

@media (max-width: 576px) {
    .screen {
        background: url(../img/screen-sm.png) no-repeat;
        width: 384px;
        height: 600px;
        margin: 30px auto 0 auto;
    }

    .screen-text {
        position: relative;
        top: 30px;
        left: 35px;
        width: 330px;
    }

    #play-video {
        top: 580px;
    }
}

@media (max-width: 413px) {
    .screen {
        background: url(../img/screen-xsm.png) no-repeat;
        width: 330px;
        height: 570px;
        margin: 30px auto 0 auto;
    }

    .screen-text {
        position: relative;
        top: 30px;
        left: 27px;
        width: 290px;
        font-size: 13px;
    }

    #play-video {
        top: 535px;
    }
}