﻿article.appstore
{
    display: none;
    border-top: 1px solid #b849f1;
    background: #300939;
    background: linear-gradient(to bottom,#912cc5 0%,#300939 100%);
}
article.appstore h2.download
{
    color: #ffd966;
    font-size: 20px;
    text-align: center;
}
article.appstore button
{
    width: 250px;
    height: 60px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-shadow: 1px 1px 1px #000;
    margin-top: 10px;
    margin-left: 50%;
    border-radius: 10px;
    background-color: #30700f;
    transform: translateX(-50%);
}
article.appstore button:hover
{
    background-color: #397a17;
}
article.appstore img
{
    width: 17rem;
    height: 6rem;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 50%;
    transform: translateX(-50%);
}
.content-games
{
    width: 1160px;
    padding: 0 43px;
    margin: 30px auto 5px;
}
@media screen and (max-device-width: 992px)
{
    .content-games
    {
        width: auto;
        padding: 0 32px;
    }
    .content-games.offset
    {
        padding: 400px 10px 0;
    }
    .content-games>.games .games-content .games-info .header h1, .content-games>.games .games-content .games-info .header h2
    {
        font-size: 18px!important;
        line-height: 18px!important;
        padding: 4px 5px!important;
    }
    .content-games>.games .games-content .games-info .header h2
    {
        margin: 10px!important;
    }
}
.content-games>.games
{
    position: relative;
}
.content-games>.games .games-content .games-list
{
    display: block;
    padding: 25px 0;
    margin: 0;
}
.content-games>.games .games-content .games-list:after
{
    content: "";
    clear: both;
    display: block;
}
.content-games>.games .games-content .games-list .item
{
    width: 24.2%;
    float: left;
    margin: 6px .53%;
    position: relative;
    display: block;
    color: #fff;
    padding: 2px;
    background-color: rgba(255,255,255,.1);
    transition: color .3s,background-color .3s;
    will-change: color,background-color;
}
.content-games>.games .games-content .games-list .item:nth-child(1), .content-games>.games .games-content .games-list .item:nth-child(4n+5)
{
    margin-left: 0;
}
.content-games>.games .games-content .games-list .item:nth-child(4n+4)
{
    margin-right: 0;
}
@media screen and (max-device-width: 992px)
{
    .content-games>.games .games-content .games-list .item
    {
        width: 49%;
    }
}
.content-games>.games .games-content .games-list .item:hover
{
    color: #fff;
    background-color: rgba(230,0,200,.2)!important;
    box-shadow: 0 0 50px 0 rgba(150,0,150,.4);
}
.content-games>.games .games-content .games-list .item:hover .game-image .artwork
{
    transform: scale(1.1) rotateY(10deg) translateX(2px);
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none)
{
    .content-games>.games .games-content .games-list .item:hover .game-image .artwork
    {
        transform: scale(1) rotateY(0deg) translateX(0);
    }
}
.content-games>.games .games-content .games-list .item a
{
    display: block;
    color: #fff;
}
.content-games>.games .games-content .games-list .item .game-image
{
    width: 256px;
    height: 140px;
    overflow: hidden;
    background-color: rgba(255,255,255,.25);
    perspective: 300px;
}
@media screen and (max-width: 1199px) and (min-width: 992px)
{
    .content-games>.games .games-content .games-list .item .game-image
    {
        width: 209px;
        height: 114px;
    }
}
@media screen and (max-device-width: 992px)
{
    .content-games>.games .games-content .games-list .item .game-image
    {
        width: auto;
        height: auto;
        text-align: center;
    }
}
.content-games>.games .games-content .games-list .item .game-image .artwork
{
    width: 256px;
    height: 140px;
    border: 0;
    transition: transform 1.5s ease-in-out;
}
@media screen and (max-width: 1199px) and (min-width: 992px)
{
    .content-games>.games .games-content .games-list .item .game-image .artwork
    {
        width: 209px;
        height: 114px;
    }
}
@media screen and (max-device-width: 992px)
{
    .content-games>.games .games-content .games-list .item .game-image .artwork
    {
        width: 100%;
        height: 100%;
    }
}
.content-games>.games .games-content .games-list .item .title
{
    height: 32px;
    overflow: hidden;
    font-size: .85em;
    line-height: 34px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    padding-left: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1199px)
{
    .content-games>.games .games-content .games-list .item .title
    {
        font-size: .65em;
    }
}
@media screen and (max-device-width: 992px)
{
    .content-games>.games .games-content .games-list .item .title
    {
        height: 26px;
        line-height: 30px;
    }
}
.content-games>.games .games-content .games-info
{
    margin-bottom: 50px;
}
.content-games>.games .games-content .games-info .header
{
    grid-template-columns: unset;
}
.content-games>.games .games-content .games-info .header h1
{
    font-weight: 600;
    line-height: inherit;
    text-transform: none;
    margin: 10px 0;
    background-color: transparent;
}
.content-games>.games .games-content .games-info .info
{
    color: #ccc;
}
.content-games>.games .games-content .games-info .info ul
{
    list-style: disc;
    margin-left: 50px;
}
.content-games>.games .games-content .games-info .info p
{
    margin: 15px 0;
}
.content-games .casino-headline
{
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}