@keyframes slideright {
    0% { transform: translate(0%, 0px); }
    100% { transform: translate(-50.5%, 0px); }
}
@keyframes slideleft {
    0% { transform: translate(-50.5%, 0px); }
    100% { transform: translate(0%, 0px); }
}
@keyframes slideRightFive {
    0% { transform: translate(0%, 0px); }
    100% { transform: translate(-33.65%, 0px); }
}
@keyframes slideLeftFive {
    0% { transform: translate(-33.65%, 0px); }
    100% { transform: translate(0%, 0px); }
}
@keyframes slideRightFour {
    0% { transform: translate(0%, 0px); }
    100% { transform: translate(-16.65%, 0px); }
}
@keyframes slideLeftFour {
    0% { transform: translate(-16.65%, 0px); }
    100% { transform: translate(0%, 0px); }
}
@keyframes moveright {
    0% { transform: translate(0%, 0px); }
    100% { transform: translate(100%, 0px); }
}
@keyframes moveleft {
    0% { transform: translate(100%, 0px); }
    100% { transform: translate(0%, 0px); }
}
@keyframes slideleftMobile {
    0% { left: -100%; opacity: 0; }
    100% { left: 0px; opacity: 1; }
}
@keyframes sliderightMobile {
    0% { right: -100%; opacity: 0; }
    100% { right: 0px; opacity: 1; }
}
body.modal-open .modal-backdrop.fade.in {
    display: none;
}
#top_promotions {
    position: relative;
    width: 65%;
    margin: 0 auto;
}
body.iframe #top_promotions {
    width: 80%;
}
#top_promo_outer_container {
    overflow: hidden;
    position: relative;
    padding-top: 10px;
}
#top_promotions_container {
    width: 200%;
}
#top_promotions_container.no_slide  {
    width: 100%;
}
span.topPromoArrow {
    width: 25px;
    height: 25px;
    border-bottom: 2px solid #000000;
    display: inline-block;
    position: absolute;
    top: 50%;
    cursor: pointer;
}
span.topPromoArrow.left {
    border-left: 2px solid #000000;
    transform: rotate(45deg);
    left: -10%;
}
span.topPromoArrow.right {
    border-right: 2px solid #000000;
    transform: rotate(-45deg);
    right: -10%;
}
.top_promotion {
    width: 14.8%;
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    vertical-align: top;
}
#top_promotions_container.no_slide .top_promotion {
    width: 29.6%;
}
.top_promotion:first-child {
    margin-left: 0.8%;
}
.top_promotion:last-child {
    margin-right: -4px;
}
.top_promotion_img {
    width: 100%;
}
.image_contaiener {
    position: relative;
}
.image_contaiener .image_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    background-color: rgba(0,0,0,0.85);
    text-align: center;
    box-sizing: border-box;
}
.image_contaiener .image_overlay p {
    margin-bottom: 10px;
}
.image_contaiener .image_overlay p:last-child {
    margin-bottom: 0px;
}
.image_overlay .button_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.image_overlay a {
    display: inline-block;
    padding: 0.5vw 0px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.75vw;
    width: 7.5vw;
    margin-left: 0px;
}
.image_overlay a:hover {
    text-decoration: none;
    transform: scale(1.1);
}
body.iframe .image_overlay .play_now, body.iframe .top_promotion_inner .play_now {
    display: none;
}
.image_contaiener:hover .image_overlay {
    display: block;
}
.top_promotion_inner {
    padding: 10px 20px;
    background-color: #ffffff;
}
#top_promotions.no_slide  .top_promotion_inner {
    text-align: left;
}
.top_promotion_inner .promo_title, .top_promotion_inner .promo_desc {
    color: #3f4043;
}
.top_promotion_inner .promo_title {
    font-size: 0.95vw;
    font-weight: 700;
}
body.iframe .top_promotion_inner .promo_title {
    font-size: 1.2vw;
}
.top_promotion_inner .promo_desc {
    margin-bottom: 25px;
    font-size: 0.83vw;
    line-height: 1.3em;
}
body.iframe .top_promotion_inner .promo_desc {
    font-size: 1vw;
    line-height: 1.4em;
}
.top_promotion .top_promotion_badge {
    position: absolute;
    top: 10px;
    left: -10px;
    width: auto;
    min-width: 5vw;
    height: 1.8vw;
    border-radius: 0px 7px 7px 0px;
    font-weight: 600;
    line-height: 1.8vw;
    text-align: center;
    font-size: 0.8vw;
}
.terms_title{
	padding:0px 20px;
}
#top_promotions #top_promo_slide {
    width: 90%;
    height: 10px;
    margin: 0 auto;
    border-radius: 50px;
}
#top_promo_slide div {
    width: 50%;
    height: 100%;
    border-radius: 50px;
}
#top_promo_dots {
    text-align: center;
    margin-top: 20px;
}
#top_promo_dots .top_promo_dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}
#top_promo_dots .top_promo_dot:last-child {
    margin-right: 0px;
}
.top_promotion .modal-text {
    text-align: left;
}

#top_promotions_container.slideRight {
    transform: translate(-50.5%, 0px);
    animation: slideright 1s;
}
#top_promotions_container.slideLeft {
    transform: translate(0%, 0px);
    animation: slideleft 1s;
}
#top_promotions_container.slideRight.smaller.five {
    transform: translate(-33.65%, 0px);
    animation: slideRightFive 1s;
}
#top_promotions_container.slideLeft.smaller.five {
    transform: translate(0%, 0px);
    animation: slideLeftFive 1s;
}
#top_promotions_container.slideRight.smaller.four {
    transform: translate(-16.65%, 0px);
    animation: slideRightFour 1s;
}
#top_promotions_container.slideLeft.smaller.four {
    transform: translate(0%, 0px);
    animation: slideLeftFour 1s;
}
#top_promo_slide #top_promo_slide_inner.slideRight {
    transform: translate(100%, 0px);
    animation: moveright 1s;
}
#top_promo_slide #top_promo_slide_inner.slideLeft {
    transform: translate(0%, 0px);
    animation: moveleft 1s;
}
#top_promotions .all_promo_button {
    font-size: 1.05vw;
    display: inline-block;
    margin-top: 50px;
}
body.iframe #top_promotions .all_promo_button {
    font-size: 1.2vw;
    padding: 0.7vw 2.2vw;
}

@media (min-width: 1025px) {
    #top_promotions.no_slide #top_promo_slide, #top_promotions.no_slide span.topPromoArrow {
        display: none;
    }
    #top_promotions.no_slide {
        text-align: center;
    }
}

@media screen and (max-width:1025px) {
    .top_promo_above {
        z-index: 9 !important;
    }
    #top_promotions {
        width: 85%;
    }
    #top_promo_outer_container {
        overflow-x: hidden;
    }
    #top_promotions_container, #top_promotions_container.no_slide {
        width: 90%;
        margin: 0 auto;
        position: relative;
        height: 520px;
    }
    .top_promotion {
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0;
        z-index: 2;
        margin-right: 0px;
        margin-bottom: 0px;
        box-shadow: none;
    }
    #top_promotions_container.no_slide .top_promotion {
        width: 100%;
    }
    .top_promotion:first-child {
        margin-left: 0px;
    }
    .top_promotion.slideLeft {
        animation: slideleftMobile 0.2s;
    }
    .top_promotion.slideRight {
        animation: sliderightMobile 0.2s;
    }
    .top_promotion {
        visibility: hidden;
    }
    .top_promotion.activePromo {
        z-index: 3;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
        visibility: initial;
    }
    .top_promotion_inner {
        padding-bottom: 50px;
        position: relative;
    }
    .top_promotion_inner .promo_title {
        font-size: 4vw;
    }
    .top_promotion_inner .promo_desc {
        text-align: justify;
        font-size: 3vw;
    }
    .top_promotion_inner .mobile_buttons {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
        position: absolute;
        bottom: 20px;
        left: 0;
    }
    .mobile_buttons a:first-child:last-child {
        margin-right: 0px;
    }
    .top_promotion_inner a {
        padding: 10px 20px;
        font-size: 12px;
        border-radius: 50px;
        font-weight: 700;
    }
    .top_promotion_inner a:hover {
        transform: scale(1.1);
    }
    .top_promotion a.play_now {
        margin-right: 10px;
    }
    span.topPromoArrow {
        width: 15px;
        height: 15px;
        top: 37%;
    }
    span.topPromoArrow.left {
        left: -3%;
    }
    span.topPromoArrow.right {
        right: -3%;
    }
    #top_promo_slide #top_promo_slide_inner {
        width: 16.66%;
        position: relative;
    }
    #top_promotions #top_promo_slide {
        margin-top: 10px;
    }
    #top_promo_dots {
        margin-top: 0px;
    }
    #top_promo_dots .top_promo_dot {
        width: 10px;
        height: 10px;
        margin-right: 5px;
    }
    #top_promotions .all_promo_button {
        font-size: 16px;
        padding: 10px 40px;
    }
}

@media screen and (max-width: 350px) {
    .top_promotion_inner .more_info {
        margin-left: 0px;
    }
    #top_promotions .all_promo_button {
        font-size: 15px;
    }
}

/* tablet */
@media screen and (min-width: 700px) and (max-width: 1025px) {
    #top_promotions {
        width: 65%;
    }
    .top_promotion_inner .promo_title {
        font-size: 2.5vw;
    }
    .top_promotion_inner .promo_desc {
        font-size: 1.8vw;
    }
    .top_promotion_inner a {
        font-size: 13px;
    }
}