/* ------------------------------- Start Poster ----------------------------------------- */
.poster {
    width: 100%;
    background: #464646;
    height: 350px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0 0 10px #000;
    -moz-box-shadow: inset 0 0 10px #000;
    -o-box-shadow: inset 0 0 10px #000;
    box-shadow: inset 0 0 10px #000;
    position: relative;
}
.poster .text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.poster .text h1 {
    margin-bottom: 15px
}
/* ------------------------------- End Poster ----------------------------------------- */
/* ------------------------------- Start Games ----------------------------------------- */
@media(max-width: 370px){
    .games {
        text-align: center;
        /* margin-left:25px; */
        padding: 5px;
    }
    .games .category-icon {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background: #0056a8;
        color: #fff;
        margin: 15px auto;
    }
    .games .category-icon p {
        font-size: 25px;
        padding: 50px 25px;
    }
    .games h2 {
        font-size: 20px;
        font-weight: bold
    }
}
@media (min-width: 371px){
    .games {
        text-align: center;
        margin-left:25px;
        padding: 5px;
    }
    .games .category-icon {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background: #0056a8;
        color: #fff;
        margin: 15px auto;
    }
    .games .category-icon p {
        font-size: 25px;
        padding: 50px 25px;
    }
    .games h2 {
        font-size: 20px;
        font-weight: bold
    }
}
/* ------------------------------- Start Games ----------------------------------------- */
/*.games {
    text-align: center;
    overflow: hidden;
}
.games .title {
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #464646;
    margin: 25px auto;
    text-align: left;
    height: 40px
}
.games .title h2 {
    text-transform: uppercase;
}
.games .title h2 img {
    margin-right: 10px;
    width: 20px
}
.games .title > a {
    position: absolute;
    top: 0;
    right:0
}
@media(max-width: 448px) {
    .games .title {
        height: 30px
    }
    .games .title h2 {
        font-size: 20px;
        font-weight: bold;
    }
    .games .title h2 img {
        width: 20px
    }
    .games .title a img {
        width: 110px
    }
}
@media(max-width: 400px) {
    .games .title {
        height: 25px
    }
    .games .title h2 {
        font-size: 12px;
    }
    .games .title h2 img {
        width: 14px;
        margin-right: 0
    }
    .games .title a img {
        width: 90px
    }
}
.games .game {
    width: calc(100%/3);
    float: left;
    padding: 1% 1% 0;
    background: #fff;
    border: 7px solid #e7e6e6;
    position: relative;
    margin-bottom: 25px;
}
.games .game .image {
    border: 1px solid #ddd;
    overflow: hidden;
    background: #0056a8
}
.games .game .image img {
    display: block;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.games .game .text h3 {
    text-align: left;
    padding: 10px 0;
    font-size: 23px;
    color: #555
}
.games .game .text h3 .fa {
    float: right;
}
.games .game .text p {
    color: #931b1b;
    text-align: left
}
.games .game .text a {
    float: right;
    position: relative;
    top: 5px;
    right: -3%
}
.games .game:hover .image img {
    opacity: .5;
    -webkit-transform: scale(1.2) rotate(-10deg);
    -moz-transform: scale(1.2) rotate(-10deg);
    -o-transform: scale(1.2) rotate(-10deg);
    transform: scale(1.2) rotate(-10deg);
}
.games .game:hover .text h3 {
    color: #000
}
.games .game:hover .text p {
    color: #555
}
@media(max-width: 744px) {
    .games .game .text h3, .games .game .text p {
        font-weight: bold
    }
    .games .game .text h3 {
        font-size: 22px;
        padding: 10px 0 5px
    }
    .games .game .text p {
        font-size: 14px;
    }
    .games .game .text img {
        width: 110px
    }
}
@media(max-width: 700px) {
    .games .game .text h3, .games .game .text p {
        font-weight: bold
    }
    .games .game .text h3 {
        font-size: 18px;
        padding: 10px 0 5px
    }
    .games .game .text p {
        font-size: 10px;
    }
    .games .game .text img {
        width: 100px
    }
}
@media(max-width: 590px) {
    .games .game .text img {
        width: 75px
    }
}
@media(max-width: 470px) {
    .games .game .text h3, .games .game .text p {
        font-weight: bold
    }
    .games .game .text h3 {
        font-size: 16px;
        padding: 10px 0 5px
    }
    .games .game .text p {
        font-size: 12px;
    }
    .games .game .text img {
        width: 65px
    }
}
@media(max-width: 430px) {
    .games .game .text h3, .games .game .text p {
        font-weight: bold
    }
    .games .game .text h3 {
        font-size: 14px;
        padding: 10px 0 5px
    }
    .games .game .text p {
        font-size: 10px;
    }
    .games .game .text img {
        width: 60px
    }
}
@media(max-width: 375px) {
    .games .game .text h3, .games .game .text p {
        font-weight: bold
    }
    .games .game .text h3 {
        font-size: 12px;
        padding: 10px 0 5px
    }
    .games .game .text p {
        font-size: 8px;
    }
    .games .game .text img {
        width: 60px
    }
}
.load-more {
    margin: 25px auto
}
.load-more img {
    max-width: 50%
}*/
/* ------------------------------- End Games ----------------------------------------- */