.play-now{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: none;
}

.slick-list {
    padding-top: 20px;
    margin-right: -5px;
}

.slick-slide {
    margin-right: 5px;
}

.image-modal {
    position: relative;
    width: 100%;
    transition: transform .2s;
}

.image-modal:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}

.image-modal:hover .play-now {
    display: inline-block;
}

.image-modal:hover .game-center {
    box-shadow: 0 0 14px #f0ad4e;
}

.image-modal:hover .game-title-box {
    background-color: #f0ad4e;
    box-shadow: 0 0 14px #f0ad4e;
}

.image-modal:hover .mobile-title-box {
    background-color: #f0ad4e;
    box-shadow: 0 0 14px #f0ad4e;
}

.yellow-wording {
    color: #ffae00;
}

.white-wording {
    color: white
}

.banner-container {
    text-align: center;
    max-height: 85vh;
    object-fit: fill;
}

.navbar {
    background-color: #241540;
    min-height: 80px;
    margin-bottom: 0;
}

.navbar-brand {
    height: 80px;
    line-height: 80px;
}

.navbar-toggle {
    /* (80px - button height 34px) / 2 = 23px */
    margin-top: 23px;
    padding: 9px 25px !important;
    color: #ffae00;
}

.nav-logo {
    max-width: 30px !important;
    height: auto;
}

.nav-item > a {
    margin: 0 7px 0 7px;
    color: white !important;
    border-bottom-style: solid;
    border-bottom-color: #481e96;
    border-bottom-width: 4px;
}

.nav-item > a:hover {
    background-color: transparent !important;
    border-bottom-style: solid;
    border-bottom-color: #ffae00 !important;
    border-bottom-width: 4px;
}

.nav .open > a {
    background-color: transparent;
    border-color: #ffae00 !important;
}

.nav-item > a:focus {
    background-color: transparent !important;
}

.nav-item.active > a {
    border-bottom-style: solid;
    border-bottom-color: #ffae00;
    font-weight: bolder !important;
    border-bottom-width: 4px;
}

.language-dropdown {
    padding-right: 20px;
    padding-top: 30px;
}

.contact-form {
    color: white;
    padding: 10px;
    margin-left: 15%;
    margin-right: 15%;
}

.game-card {
    border-radius: 20px;
    background-color: transparent;
}

.game-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.game-title-box {
    background-color: #481e96;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.game-title {
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.dropdown-menu {
    background-color: #241540;
}

.dropdown-menu > li > a {
    color: white;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #481e96;
    color: white;
}

.slick-prev:before {
    content: "<";
    color: #ffae00;
    font-size: 30px;
    font-weight: bolder;
}
  
.slick-next:before {
    content: ">";
    color: #ffae00;
    font-size: 30px;
    font-weight: bolder;
}

.mobile-title {
    color: white;
    font-size: 10px;
}

.mobile-title-box {
    background-color: #481e96;
    padding: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.panel-space {
    padding-left: 8px;
    padding-right: 8px;
}

.group-navbar {
    width: 100%;
    background-color: #370949;
    overflow: auto;
    margin-top: 82px
}

.group-tab {
    float: left;
    width: 25%;
    text-align: center;
    color: #7826a1;
    font-size: 12px;
    font-weight: bold;
    padding: 7px;
    border: 1px solid #611688;
}

.group-tab.active {
    background-color: #ffae00;
    color: white;
}

.games-logo {
    max-width: 20px;
}

.group-container {
    width: 100%;
    background-color: #191128;
    padding: 10px 0 10px 15px;
}

.game-group-title {
    color: #ffae00;
    font-weight: bold;
}

.game-group-desc {
    color: white;
    font-size: 10px;
}

.btn-to-top {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 80px;
	right: 30px;
	z-index: 99;
	border: white solid 1px;
	outline: none;
	background-color: transparent;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 25px;
	font-size: 18px;
}

.btn-to-top:hover {
	background-color: rgba(230, 230, 230, 0.205);
}

.group-desc-icon {
    max-width: 100%;
    height: 70px;
    margin-top: 10%;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        /* (80px - line-height of 27px) / 2 = 26.5px */
        padding-top: 26.5px;
        padding-bottom: 26.5px;
        line-height: 27px;
    }

    .card-body {
        padding: 0;
    }

    .group-navbar {
        margin-top: 95px;
    }
    
    .panel-space {
        padding-left: 15px;
        padding-right: 15px;
    }

    .group-tab {
        font-size: 15px;
        font-weight: bold;
    }

    .games-logo {
        max-width: 40px;
    }
}

@media (max-width: 320px) {
    a.navbar-brand img {
        max-height: 80% !important;
    }

    .game-title {
        color: white;
        font-size: 12px !important;
        font-weight: bold;
    }

    .mobile-title {
        font-size: 7px;
    }

    .games-logo {
        max-width: 14px !important;
    }

    .group-tab {
        font-size: 8px !important;
    }
}

@media (max-device-width: 480px) {
    .card-body {
        padding: 0;
    }

    .game-title-box {
        background-color: #481e96;
        padding: 5px !important;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .game-center {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .group-tab {
        font-size: 10px;
        font-weight: bold;
        padding: 15px;
    }

    .games-logo {
        max-width: 25px;
    }

    .game-group-desc {
        font-size: 12px !important;
    }

    .mobile-title {
        font-size: 7px !important;
    }

    .apollo-lite-logo {
        height: auto;
        max-width: 30px !important;
    }

    .group-desc-icon {
        height: 70px !important;
    }
}

/*xs*/
@media (max-width: 767px) {
    a.navbar-brand img {
        max-height: 100%;   
    }

    .language-dropdown {
        padding: 10px 0 5px 20px;
    }

    .slick-prev, .slick-next {
        top: 35%;
    }

    .card-body {
        padding: 0;
    }

    .game-title-box {
        background-color: #481e96;
        padding: 7px;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
    }

    .panel-space {
        padding-left: 18px;
        padding-right: 18px;
    }

    .game-title {
        color: white;
        font-size: 75%;
        font-weight: bold;
    }

    .mobile-title {
        font-size: 9px;
    }

    .game-group-title {
        font-size: 18px;
    }

    .game-group-desc {
        font-size: 15px;
    }

    .group-tab {
        padding: 8px;
    }

    .group-tab {
        font-size: 12px;
    }

    .games-logo {
        max-width: 20px;
    }

    .group-desc-icon {
        height: 100px;
        margin-top: 5%;
    }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
    .nav > li > a {
        padding: 25px 0px 22px 0;
    }

    .slick-prev, .slick-next {
        top: 35%;
    }

    .game-title {
        font-size: 11px;
    }

    .group-navbar {
        margin-top: 84px;
    }

    .group-tab {
        font-size: 20px;
        font-weight: bold;
        padding: 10px;
    }

    .games-logo {
        max-width: 50px;
    }

    .game-group-title {
        font-size: 20px;
    }

    .game-group-desc {
        font-size: 18px;
    }

    .apollo-lite-logo {
        height: auto;
        max-width: 37px !important;
    }

    .group-desc-icon {
        margin-top: 0%;
        height: 100px;
    }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
    .slick-prev, .slick-next {
        top: 35%;
    }

    .mobile-title {
        font-size: 18px;
    }

    .apollo-lite-logo {
        height: auto;
        max-width: 35px !important;
    }

    .group-navbar {
        margin-top: 90px;
    }

    .game-group-title {
        font-size: 25px;
    }

    .game-group-desc {
        font-size: 15px;
    }

    .game-title {
        font-size: 12px;
    }
    
    .group-desc-icon {
        margin-top: 0;
        height: 100px;
    }
}

/*lg*/
@media (min-width: 1200px) {
    .slick-prev, .slick-next {
        top: 35%;
    }

    .group-navbar {
        margin-top: 90px;
    }

    .mobile-title {
        font-size: 18px;
    }
}