.btn-pill {
    border-radius: 2em;
}

.btn-bd-primary {
    border: 1px solid #ff7a00;
    color: #ff7a00;
    background-color: #fff;
    transition: all .3s;
}

.btn-bd-primary.active, .btn-bd-primary:hover {
    border: 1px solid #ff7a00;
    color: #FFF;
    background-color: #ff7a00;
}

.lazy_img {
    max-height: 190px;
}

.hot_game ul {
    padding: 0px;
}

.hot_game li {
    padding: 5px;
    margin: 5px;
    list-style-type: none;
}

.game_list .content {
    padding: 0 5px;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.game_list .content span {
    display: flex;
    color: #4a4a4a;
}

/*.game_list a {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    transition: opacity .3s;
}

.game_list a:hover {
    text-decoration: none;
    opacity: .8;
}*/

.thumb-overlay {
    z-index: 1;
    float: none;
}

.game_fac {
    position: absolute;
    top: 0.5em;
    right: 1em;
    padding: 5px;
    background-color: #4a4a4a;
    color: #ffffff;
    border-radius: 5px;
}

.game_icon {
    position: relative;
    padding-left: 5px;
}

.game_icon i {
    border-radius: 5px;
    padding: 3px;
    background-color: #4a4a4a;
    color: #FFF;
}

.hot_game h4 {
    display: flex;
    flex-direction: row;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ababab;
}

.hot_game h4 small {
    margin-left: auto;
    align-self: center;
}

.hot_game li {
    display: flex;
    align-items: center;
}

.hot_game a {
    width: 100%;
    display: flex;
    align-items: center;
}

.hot_game a:hover {
    text-decoration: none;
}

.hot_game span {
    line-height: 2;
    color: #4a4a4a;
    margin-left: 5px;
}

.hot_game span.no {
    display: inline-flex;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5;
    background-color: #4a4a4a;
    color: #FFF;
    justify-content: center;
    border-radius: 2px;
}

.hot_game li.first span.no {
    background-color: #e00068;
}

.hot_game li.second span.no {
    background-color: #ff7a00;
}

.hot_game li.third span.no {
    background-color: #00bb08;
}

.hot_game i {
    color: #ababab;
    margin-left: 5px;
}

.hot_game .icon_group {
    display: inline-flex;
    margin-left: auto;
}

.hot_game_mobile {
    overflow: scroll;
    display: flex;
}

.hot_game_mobile_d {
    min-width: 200px;
}

@media (max-width: 760px) {
    .lazy_img {
        max-height: 100px;
    }

    .game_fac {
        font-size: 12px;
    }

    .game_icon {
        margin-top: 0;
        color: #888;
        order: 2;
    }

    .game_icon i {
        background-color: transparent;
        font-size: 2rem;
        padding-left: 0;
        color: #ababab;
    }

    .well.game_list {
        padding: 0;
        border-radius: 4px;
        overflow: hidden;
    }

    .hot_game_mobile .well, .game_list .thumb-overlay {
        padding: 0;
        overflow: hidden;
    }

    .hot_game_mobile .well > div,
    .hot_game_mobile .well > span {
        padding: 5px;
    }

    .hot_game_mobile .well i {
        font-size: 1.5em;
        color: #ababab;
    }

    .game_list .content {
        margin-top: 0;
    }

    .game_list .content span {
        order: 1;
    }

    /*.game_list a {
        flex-direction: row;
    }*/
}
