@-webkit-keyframes animation-textcolorchange {
    0% {
        color: red;
    }
    50% {
        color: #ffa500;
    }
    100% {
        color: red;
    }
}
@keyframes zoominout {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
section#home-step {
    border-bottom: 1px solid #454545;
}
section#home-step li {
    display: inline-block;
}
section#home-step li.divider {
    padding: 22px;
}
section#home-step li.divider i {
    color: #999;
    font-size: 50px;
}
section#home-step li span {
    vertical-align: middle;
}
section#home-step li span.step-number {
    font-size: 3em;
    margin-right: 5px;
}
section#home-step li span.step-title {
    font-size: 0.9em;
}
@media screen and (max-width: 21em) {
    section#home-step li span.step-title:lang(id) {
        font-size: 0.8em;
    }
}
section#home-step li i.step {
    background: url("../assets/img/common/icon-sprite.png") no-repeat;
    display: inline-block;
    height: 49px;
}
section#home-step li i.step.step1 {
    background-position: 0 -2px;
    width: 49px;
}
section#home-step li i.step.step2 {
    background-position: -63px -8px;
    width: 46px;
}
section#home-step li i.step.step3 {
    background-position: -128px -7px;
    width: 59px;
}
section#home-step li i.step.step4 {
    background-position: -204px -11px;
    width: 55px;
}
section#home-jackpot {
    height: auto;
    margin: auto;
    text-align: center;
    position: relative;
}
section#home-jackpot .home-jackpot-running {
    color: #fff;
    font-size: 3.5rem;
    font-family: Arial, Verdana, Helvetica Neue, Helvetica, Roboto, sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
    position: absolute;
    margin: auto;
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0;
}
@media only screen and (max-width: 1230px) {
    section#home-jackpot .home-jackpot-running {
        font-size: 2.5rem;
    }
}
@media only screen and (max-width: 900px) {
    section#home-jackpot .home-jackpot-running {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 500px) {
    section#home-jackpot .home-jackpot-running {
        font-size: 1.5rem;
    }
}
section#home-youtube {
    margin: 20px 0 10px 0;
}
section#home-product {
    background: url("../assets/img/common/bg-pattern.jpg");
}
/*
section#home-product > div {
    padding-top: 1.5em;
}*/
section#home-product > div:first-child {
    border-bottom: 1px solid #454545;
}
section#home-product > div .home-product-title {
    padding-bottom: 10px;
}
section#home-product > div .home-product-item .card.card-game {
    overflow: visible;
    display: inline-block;
    /* padding: 0.2rem; */
    width: 33%;
	margin-bottom: 4.3rem;
/*     width: 155px;
    height: 250px; */
}
@media screen and (min-width: 80em) {
    section#home-product > div .home-product-item .card.card-game {
        margin: 3.5rem 1rem;
    }
}
section#home-product > div .home-product-item .card.card-game img {
    border: 1px solid #454545;
}
section#home-product > div .home-product-item .card.card-game:hover img,
section#home-product > div .home-product-item .card.card-game:focus img {
    border: 1px solid #bb9844;
    filter: none;
}
section#home-product > div .home-product-item .card.card-game .card-actions {
    padding-top: 190px;
}

.button-download 
{
	max-width: 42%;
}

html[data-theme="normal"] nav#app-navigation li i.fa-telegram, html[data-theme="normal"] nav#mobile-navigation li i.fa-telegram
{
	font-size: 2.5rem;
    background: none;
}