/*1280 x 1024*/

.link-cursor-normal{
    cursor: default;
}
.article-wrapper,
.game-article-wrapper{
    margin: 0 auto;
    background-size:100% 100%;
    height: 1012px;
    background-repeat: no-repeat;
    background-position:top left;
    width: 100%;
}

.game-article-wrapper[data-cq~="max-width:1139px"] ,
.article-wrapper[data-cq~="max-width:1139px"] {
    height: auto;

}


.grids-page-header img{
    height: 100%;
    max-width: 100%;
    display: block;
}

.mp-back-button{
    margin-top: 15px;
}
.mp-back-button > div:first-of-type div{
    padding-right: 40px;
}

a,a:hover{
    text-decoration: none;
}



.navbar-fixed-top {
    /*  top: 0;
      z-index: 100;
    */
    /*width: 1280px;*/
    background-color: transparent;

}
.back-button-wrapper{
    position: fixed;
    bottom: 30px;
    left: 60px;

}
/*.fixed-left-bottom-button {
    position: fixed;
    bottom: 20px;
    right: 20px; 
}*/
.navbar.navbar-back-top-button{
        margin-top: 10px;

}
.navbar.navbar-back-top-button,.navbar.navbar-back-bottom-button{
    margin-bottom: 0;
}
.navbar-back-top-button.navbar-inverse{
    background-color: transparent; 
    border: 0; 
}
.navbar-back-top-button a{
    font-size: 80px;
    color: yellow;
    margin-left: 10px; 
    opacity: 0.8;

}
.navbar.navbar-back-bottom-button a{
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 15px;
    padding: 3px;
    background-color: #fff;
    /*opacity: 0.8;*/
     border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.navbar.navbar-back-bottom-button img{
    display: inline;
}
@media screen and (max-width: 1199px) {
    .grids-page-header img{
        height: 125px;
        max-width: 100%;
        display: block;
    }
}
@media screen and (max-width: 991px) {
    .mp-back-button{
    margin-top: 0;
}
}
@media screen and (max-width: 768px) {
    .scroll-spacer-top{
        height:  70px;
    }
    .navbar-back-top-button a{
        font-size: 50px;
        

    }
}

/*.centered-list-container{
    text-align: center;
}*/
/*.centered-list{
    display: inline-block;

     One most likely needs to realign flow content 
    text-align: initial;
}*/
/*.list-horizontal li{
    float: left;
}*/
.center{
    text-align: center;
}


/*@media screen and (max-width: 730px) {

        .fixed-left-bottom-button {
            position: absolute;
            top: 155%;
            left: 6%;
        }
}*/
