div.slotPage-poster {
    width: 100%;
    background-color: red;
}

div.slotPage-poster img {
    width: 100%;
}

div.kode-content.slotPagewrapper {
    padding-top: 56px;
}

div.container-fluid.slotPage-content {
    padding-left: 57px;
    padding-right: 57px;
}

div.slotPage-content-subheader {
    width: 100%;
    height: 49px;
    background-color: #ffd452;
    margin-top: 30px;
}

div.slotPage-content-subheader-nav span {
    display: inline-block;
    height: 34px;
    width: 46px;
    background: url("/images/slot-page/slotPage-icons.png");
    vertical-align: middle;
    background-position: 0px -320px;
    margin-top: -7px;
}

div.slotPage-content-subheader-nav {
    padding: 8px 14px;
    float: left;
}

div.slotPage-content-subheader-nav p {
    display: inline-block;
    line-height: 34px;
    font-size: 16px;
    color: black;
    margin: 0;
    font-weight: bold;
    text-indent: 8px;
}

div.slotPage-content-subheader-searchBox {
    background: url("/images/slot-page/slotPage-icons.png") no-repeat;
    background-position: 0px -272px;
    width: 332px;
    height: 38px;
    float: right;
    margin-right: 6px;
    margin-top: 5px;
}

div.slotPage-content-subheader-searchBox > input {
    border: none;
    background: transparent;
    font-size: 20px;
    text-indent: 10px;
    width: 100%;
    height: 100%;
    outline-color: white;
}

div.slotPage-content-gallery {
    margin-left: 50px;
    margin-right: 50px;
}

div.slotPage-content-gallery ul li {
    list-style: none;
}

div.slotPage-content-gallery ul li figure {
    box-shadow: none;
}

div.slotPage-content-gallery ul li figure figcaption p.kode-gallery-hover {
    background-color: #ffd452;
}

div.slotPage-content-gallery ul li figure figcaption p.kode-gallery-hover a {
    padding: 20px;
}

div.slotPage-content-gallery ul li figure figcaption .slotPage-content-gallery ul li {
    list-style: none;
}

.slotPage-content-gallery ul li h3 {
    background-color: #ffd452;
    width: 100%;
    text-align: center;
    display: inline-block;
    height: 25px;
    font-size: 1vw;
    overflow: visible;
    white-space: nowrap;
    font-weight: bold;
    line-height: 25px;
    position: relative;
}

.slotPage-content-gallery ul li h3 span.favBtn {
    position: absolute;
    height: 100%;
    left: 86%;
    width: 1.5em;
    z-index: 3;
}

.slotPage-content-gallery ul li figure a img {
    float: left;
    width: 100%;
    height: 10em;
}

.slotPage-content-gallery ul li figure {
    float: left;
    margin-bottom: 12px;
    overflow: hidden;
    width: 100%;
}

.slotPage-content-gallery > ul > li > figure > a {
    width: 100%;
}

.slotPage-content-gallery ul li figure figcaption {
    position: absolute;
    height: 60%;
    top: 100%;
    left: 0;
    right: 0;
    border-radius: 10px 10px 0 0;
    text-align: center;
    background: rgba(255, 212, 82, .9);
}

@keyframes gameInfo {
    0% {
        top: 100%;
    }
    100% {
        top: 40%;
    }
}

.slotPage-content-gallery ul li figure:hover figcaption {
    animation-name: gameInfo;
    animation-duration: 0.6s;
    top: 40%;
}

.slotPage-content-gallery ul li figure figcaption a {
    display: block;
    padding: 3px 15px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1vw;
    margin-top: 0.6vw;
}

.slotPage-content-gallery ul li figure figcaption a.singleLine {
    font-size: 1.5vw;
    margin-top: 1vw;
}

.slotPage-content-gallery ul li figure figcaption a span {
    line-height: 1.8em;
}

.slotPage-content-gallery ul li figure figcaption a:hover span {
    color: red;
    background: linear-gradient(to right, red, red, green, blue, indigo, violet);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slotPage-content-gallery ul li {
    margin-bottom: 72px;
}

.slotPage-content-gallery div.pagination {
    margin-top: -20px;
    overflow: hidden;
    width: 100%;
    float: left;
}

.slotPage-content-gallery .hvr-underline-from-center:before {
    height: 3px;
}

.slotPage-content-gallery div.pagination > a {
    vertical-align: middle;
}

.slotPage-content-gallery div.pagination a.page-link {
    width: 46px;
    height: 46px;
    background: red;
    border-radius: 23px;
    background-color: #FFD452;
    color: black;
    text-align: center;
    line-height: 46px;
    padding: 0;
    font-weight: bold;
    font-size: 18px;
    border: none;
    margin-left: 8px;
    margin-right: 8px;
}

.slotPage-content-gallery div.pagination a.page-link:hover {
    background-color: #FFC001;
}

.slotPage-content-gallery div.pagination a.button {
    background: url("/images/slot-page/slotPage-icons.png");
    background-size: 211px 224px;
    width: 23px;
    height: 22px;
    border: none;
    margin-left: 10px;
    margin-right: 10px;
}

.slotPage-content-gallery div.pagination a.prev-button {
    background-position: 0 -146px;
}

.slotPage-content-gallery div.pagination a.prev-button:hover {
    background-position: 0 -121px;
}

.slotPage-content-gallery div.pagination a.next-button {
    background-position: 0 -95px;
}

.slotPage-content-gallery div.pagination a.next-button:hover {
    background-position: 0 -70px;
}

/*# sourceMappingURL=liveList.css.map */
