/*** Most popular Games Slider ***/
.popular-games{
    margin: 20px 0;
}
.popular-games .page-container{
	padding: 0;
}

.popular-games h4 {
    font-size: 2.142857142857143em;
    color: #888888;
    text-shadow: 1px 1px #FFFFFF;
    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: "\f0d9";
    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: "\f0da";
    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(images/game-poster.jpg) center center no-repeat #ffffff;
    /** New Thumbnails **/
    padding: 3px;
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 0px 1px 1px rgba(0, 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: #000000;
	font-size: 1em;
	text-decoration: none;
}

.popular-games h5 a:hover {
	color: #00398F;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) and (max-width : 767px) {
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
}

/* Extra Small Devices, Phones */ 
@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 */ 
@media only screen and (max-width : 320px) {

}