<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.default_list_three{
    margin-right: -15px;
	overflow:hidden
}
.bgl_games_row {
    margin-left: -30px;
    padding-left: 30px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    position: relative;
}

.bgl_games_row:last-child {
    border: none;
}

.bgl_games_row .bgl_games{
    width: 33%;
    float: left;
}

.bgl_games_row .bgl_games_inner{
    margin: 0px 2px 0 6px;
    background: #f1f1f1;
    padding: 5px 5px 0;
    -webkit-box-shadow: 2px 2px 8px rgba(17, 17, 17, 0);
    -moz-box-shadow: 2px 2px 8px rgba(17, 17, 17, 0);
    box-shadow: 2px 2px 8px rgba(17, 17, 17, 0);
    border: 1px solid rgba(17, 17, 17, 0.1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bgl_games_inner:hover {
    -webkit-box-shadow: 0px 4px 8px rgba(17, 17, 17, 0.2);
    -moz-box-shadow: 0px 4px 8px rgba(17, 17, 17, 0.2);
    box-shadow: 0px 4px 8px rgba(17, 17, 17, 0.2);
    color: rgba(17, 17, 17, 0.65);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.bgl_games_row .bgl_games_inner:hover .bgl_games_thumbnail{
    opacity: 0.75;
}

.bgl_games_row .bgl_games_inner:hover .bgl_games_title a {
    color: #779f00;
}

.bgl_games_row .bgl_games_inner:hover .bgl_thumb_icon{
    background: #fff;
    color: #111;
}

.bgl_games_thumbnail{
    width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
    max-height: 310px;
    overflow: hidden;
}

.bgl_games_thumbnail img {
    display: block;
    width: 100%;
    height: 310px;
	-webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.bgl_thumb_icon{
	background: rgba(0,0,0,0.7);
    color: #fff;
    text-align: center;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,0.4);
    box-shadow: 0 0 2px rgba(255,255,255,0.4);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bgl_thumb_icon i {
    font-size: 18px;
    padding: 7px 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
}

.bgl_thumb_icon .fa-play {
    margin: -1px 0 0 2px;
}

.bgl_games_row .bgl_games_thumbnail:hover .bgl_thumb_icon i,.bgl_games_row .bgl_games_thumbnail .bgl_thumb_icon b {
    display: none;
    font-weight: normal;
}

.bgl_games_row .bgl_games_thumbnail:hover .bgl_thumb_icon {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    -webkit-transform: initial;
    border-radius: 0;
    -moz-border-radius: 0;
    background: #000;
    color: #fff;
}

.bgl_games_row .bgl_games_thumbnail:hover .bgl_thumb_icon b {
    display: block;
    text-align: left;
    padding: 10px 40px 10px 10px;
    font-size: 14px;
}

.bgl_games_ico{
    background: #82b965;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    -webkit-box-shadow: inset -1px 0 1px rgba(0,0,0,0.2);
    box-shadow: inset -1px 0 1px rgba(0,0,0,0.2);
	text-decoration: none;
}

.bgl_games_ico &gt; span {
    display: block;
    position: relative;
    padding: 2px 7px;
}

.bgl_games_ico &gt; span:before {
    content: '';
    display: inline-block;
    border-left: 9px solid transparent;
    border-right: 9px solid #82b965;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    position: absolute;
    top: 3px;
    left: -16px;
}

.bgl_games_ico i {
    margin-right: 3px;
}

.bgl_games_ico:hover {
    color: #fff!important;
    padding-right: 4px;
	text-decoration: none;
}

.bgl_games_ico.v_count {
    top: 40px;
    background: coral;
}

.bgl_games_ico.v_count &gt; span:before {
    border-right: 9px solid coral;
}

.bgl_games_ico.r_count {
    top: 70px;
    background: teal;
}

.bgl_games_ico.r_count &gt; span:before {
    border-right: 9px solid teal;
}

.bgl_games_ico.r_year {
    top: 230px;
    background: #333;
}

.bgl_games_ico.r_year &gt; span:before {
    border-right: 9px solid #333;
}

.bgl_games_ico.r_platform {
    top: 260px;
    background: #779f00;
}

.bgl_games_ico.r_platform &gt; span:before {
    border-right: 9px solid #779f00;
}

.bgl_games_meta {
    clear: both;
    position: relative;
    color: #fff;
    background: #779f00;
    font-size: 1em;
    margin: 0 -6px;
    padding: 3px 10px;
    -moz-box-shadow: 0 -2px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 -2px 0 rgba(0,0,0,0.1);
    box-shadow: 0 -2px 0 rgba(0,0,0,0.1);
}

.bgl_games_meta .bgl_games_user a {
    color: #fff;
}

.bgl_games_meta .bgl_games_user {
    display: inline-block;
    margin: 6px 6px 6px 0;
}

.bgl_games_meta .bgl_games_date {
    float: right;
    margin: 7px 0;
}

.bgl_games_title{
    color: #444;
    font-weight: normal;
    margin: 8px 0;
    font-size: 1.2em;
    line-height: 1.2em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.bgl_games_title a {
    color: #444;
}

.bgl_games_title a:hover {
    color: #3b8dbd;
}

@media (max-width:580px){
	.default_list_three{margin:0}
	.default_list_three .bgl_games{
        width: 100%;
    }
	.default_list_three .bgl_games_row {
        margin-left: 0;
        padding-left: 0;
        border: 0;
    }
    .default_list_three .bgl_games_inner{
        margin-right: 0;
    }
	.bgl_games_thumbnail{max-height:380px}
	.bgl_games_thumbnail img {height: 380px;}
}

@media (min-width: 590px) and (max-width: 950px){
    .bgl_games_meta {
    font-size: 0.7em;
    }
    .bgl_games_thumbnail{max-height:220px}
    .bgl_games_thumbnail img {height: 220px;}
}</pre></body></html>