﻿/*** Most popular Games Slider ***/
.popular-games
{
    margin: 20px 0;
}
.popular-games .page-container
{
    padding: 0;
}
.popular-games h4
{
    font-size: 2.142857142857143em;
    color: #888;
    text-shadow: 1px 1px #fff;
    text-transform: uppercase;
    font-family: 'museo_sans700';
}
.popular-games-slider
{
    padding: 15px 47px;
}
.popular-games .slick-arrow
{
    position: absolute;
    top: 0;
    width: 32px;
    height: 100%;
    background: #f3f3f3;
    cursor: pointer;
    text-align: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.popular-games .slick-prev:hover, .popular-games .slick-next:hover
{
    background: #d9d9d9;
}
.popular-games .slick-prev:focus, .popular-games .slick-next:focus
{
    background: #f3f3f3;
}
.popular-games .slick-arrow.slick-prev
{
    left: 15px;
}
.popular-games .slick-arrow.slick-prev:before
{
    content: "";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #2599cf;
    font-size: 36px;
}
.popular-games .slick-arrow.slick-next
{
    right: 15px;
}
.popular-games .slick-arrow.slick-next:before
{
    content: "";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #2599cf;
    font-size: 36px;
}
.popular-games .slick-arrow .glyphicon
{
    position: relative;
    top: 0;
}
.popular-games ul li .game-poster
{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;/*height: 154px;*/
    display: block;
    background: url(https://cdn1.playmillion.com/wp-content/themes/playmillion/css/images/game-poster.jpg) center center no-repeat #fff;/** New Thumbnails **/
    padding: 3px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
    box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
}
.popular-games .game-poster img
{
    max-width: 100%;
    height: 100%;
}
.popular-games h5
{
    font-family: 'museo_sans700';
}
.popular-games h5 a
{
    color: #000;
    font-size: 1em;
    text-decoration: none;
}
.popular-games h5 a:hover
{
    color: #00398f;
}/* Custom, iPhone Retina */
@media only screen and (max-width: 380px)
{
    .popular-games h4
    {
        font-size: 1.7142857142857142em;
    }
    .popular-games .slick-arrow
    {
        width: 25px;
    }
    .popular-games .slick-arrow.slick-next:before
    {
        font-size: 24px;
    }
    .popular-games .slick-arrow.slick-prev:before
    {
        font-size: 24px;
    }
}/* Custom, iPhone Retina */