body{
    background-color: #f4f4f4;
    font-family: robotoRegular;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    margin: 0 auto;
}
a, a:hover,a:active{
    text-decoration: none;
    color: #f5c355;
}
h3{
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
}
.container{
    max-width: 1140px;    
}
.top-menu{
    font-family: robotoMedium;
    font-size: 2rem;
    height: 120px;
}
.nav-link{
    color:rgba(0,0,0,.5);
}
.nav-item .active{
    color: #f5c355;
    border-bottom: 3px solid #f5c355;
}
.nav-link:hover{
    color: #f5c355;
}
.text-shadow{
    text-shadow: #f5792c 0 0 10px;
}
.text-shadow:hover{
    text-transform: uppercase;
}
/*btn*/
.btn-submit{
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
    background-color: #f5c355;
    border: solid 1px #f5c355;
    color: #fff;
    width: 100%;
}
.btn-success{
    background-color: #1e7e34;
    color: #fff;
    border: 1px solid #f5c355;
}
.btn-charge{
    background-color: #117a8b;
    color: #fff;
    border: 1px solid #f5c355;
}
/*hotgame*/
.title-primary{
    color: #f5c355;
}
/*game info*/
.game-item{
    margin-bottom: 10px;
    position: relative;
}
.game-item .hid-info{
    display: none;
}
.game-item:hover .hid-info{
    display: block;
}
.game-info{
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,.5);    
    color: #fff;
}
.align-full{
    left: 0.75rem;
    right: 0.75rem;
}
.game-info a{
    color: #fff;
}
.btn-download,.btn-download:hover{
    font-size: 0.75rem;
    background-color: #f5c355;
}
.game-item .hid-info{
    display: none;
}
.game-item:hover .hid-info{
    display: block;
}
.description img{
    width:100%;
}
/*panigation*/
.page-item a,.page-item a:hover{
    color:#f5c355;
}
.page-item .active{
    color:#fff;
    background-color: #f5c355;
    border: solid 1px #f5c355;
}
/*footer*/
.footer{
    background-color: #f5c355;
    color: #fff;
}
.footer a, .footer a:hover{
    color: #fff;
}
@media only screen and (min-width: 576px){
    .container{
        max-width: 540px;
    }
}
@media only screen and (min-width: 768px){
    .container{
        max-width: 720px;
    }
}
@media only screen and (min-width: 992px){
    .container{
        max-width: 960px;
    }
}
@media only screen and (min-width: 1200px){
    .container{
        max-width: 1140px;
    }
}