/* ==========================================================
Header
=========================================================== */
body {
    max-width: 768px;
    margin: 0 auto;
}
#cover {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #00276c;
  z-index: 9999;
  text-align: center;
}
#cover img {
  margin-top: 60%;
}
.announcement {
    padding: 5px 0;
    background-color: #fff;
    color: #505050;
    font-size: 15px;
    text-align: left;
    position: relative;
    cursor: pointer;
    height: 47px;
    max-height: 47px;
}
.announcement .announcemessage {
    display: flex;
    align-items: center;
}
.announcement .texts {
    margin-left: 20px;
    font-size: 13px;
    margin-top: 2px;
    width: 100%;
    overflow: hidden;
}
.announcement .texts div._public_news {
    height: 25px;
    margin-top: 5px;
    width: 100%;
    overflow: hidden;
}
.announcement .texts p{
    margin-bottom: 0 !important;
}
.announcement .content {
    display: none;
    -webkit-transition: all 3ms ease-in-out;
    -moz-transition: all 3ms ease-in-out;
    -ms-transition: all 3ms ease-in-out;
    -o-transition: all 3ms ease-in-out;
    transition: all 3ms ease-in-out;
    position: absolute;
    background-color: #fff;
    bottom: 0;
    z-index: 100;
    padding: 20px!important;
}
.menulist {
    background-color: #ddd;
    overflow: auto;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;

}
.menulist.custom-list{
    display: flex;
}
.menulist.custom-list ul li a{
    white-space: nowrap;
}
.menulist ul {
    padding: 0;
    margin: 0 !important;
    overflow: auto;
    min-width: 395px;
}
.menulist ul li {
    text-align: center;
   /* width: 50px;*/
    display: inline-block;
    margin: 0 20px 0 0;
}
.menulist ul li a {
    color: inherit;
    font-size: 14px;
    text-decoration: none;
    height: 55px;
    display: block;
    padding-top: 5px;
}
.menulist ul li a .a {
}
.menulist ul li a svg path {
    fill: #000!important;
}
.menulist ul li:first-child {
    margin-left: 10px;
}


/*added by jerry*/
.menulist ul li a.active{
    /*border-bottom: 3px solid #FAA41D !important;*/
    border-radius: 0;
    color: #FAA41D !important;
    padding-top: 5px !important;
    
}

.custom-list ul li a.active p{
    border-bottom: 3px solid #FAA41D !important;
    border-radius: 0;
    color: #FAA41D !important;
    padding-bottom: 5px;
    
}
.custom-list ul {
    padding: 0;
    margin: 0 auto !important;
    overflow: auto;
    width: 690px;
    height: 90px;
    min-width: 690px;
    overflow-y: hidden;
}

.img-resize {
    width: 56px;
}
.custom-list ul li {
    text-align: center;
    width: 50px;
    display: inline-block;
    margin: 0 22px 0 0;
}
.custom-list ul li:first-child p {
    width: 60px;
}
/*/added by jerry*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    padding: 0;
    background: transparent;
    color: inherit;
}

.nav-link{
    padding: 0;
    background: transparent;
    color: inherit;
}

.nav-link p{
    margin-bottom: 0;
}

.tab-content > .tab-pane{
    padding: 0;
    width: 100%;
    margin: 0 auto;
}

.vendorList ul li{
    margin: 0 0 10px 0 !important;
    text-align: center;
    cursor: pointer;
    width: 25%;
    float: left;
}

.vendorList ul#pills-fishing li{
        min-height: 100px;
        position: relative;
    }

.vendorList ul li a img{
    width: 60px;
}

.vendorList ul li a img.cs-img {
    position: absolute;
    top: -28px;
    left: -15px;
    width: 45px;
}

.vendorList ul li a p {
    margin: 0;
    font-size: .7rem;
}

#pills-fishing .hot-icon{
    position: absolute;
    top: -40px;
    right: -17px;
    width: 40px;
}
#pills-lottery .new-icon,
#pills-fishing .new-icon,
#pills-horse .new-icon {  
    position: absolute;
    bottom: 19px;
    left: 0;
    width: 25px;
    border-radius: 0 0 0 8px;

}

/* ==========================================================
Navbar
=========================================================== */
.navbar {
    max-width: 100%;
    background-color: #00276c;
    padding: 0 10px;
    position: fixed;
    top: 0;
    z-index: 11;
    height: 60px;
    max-height: 60px;
    justify-content: center;
    width: 100%;

}
.navbar .logo{
    position: relative;
    top: 0;
}
.navbar #menuToggle {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    top: 2px;
    position: absolute;
    left: 10px;
    top: 20px;
}

#menuToggle.tops {
    position: fixed;
    top: 18px;
    left: 10px;
}

.navbar #menuToggle a {
    text-decoration: none;
    color: #232323;
    transition: color .3s ease;
    font-size: .7em;
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    text-indent: 10px;
}
.navbar #menuToggle a:hover {
    color: tomato;
}
.navbar #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}
.navbar #menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 2px 0;
    transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease;
}
@media only screen and (max-width:375px) {
    /*.navbar #menuToggle span {
        width: 30px;
    }*/
}
.navbar #menuToggle:first-child {
    transform-origin: 0 0;
}
.navbar #menuToggle:nth-last-child(2) {
    transform-origin: 0 100%}
.navbar #menu {
    position: fixed;
    width: 80%;
    margin: 0;
    padding: 50px 10px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0 0;
    transform: translate(-100%, 0);
    transition: transform .5s cubic-bezier(.77, .2, .05, 1);
    top: 0;
    left: 0;
    height: 100%;
}
.navbar #menu:li {
    padding: 10px 0;
    font-size: 22px;
}
.navbar #menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-1px, -4px);
    background: #232323;
}
.navbar #menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0) scale(.2, .2);
}
.navbar #menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}
.navbar #menuToggle input:checked~ul {
    transform: none;
}
.navbar .rightIcons {

}
.navbar .rightIcons a {
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
}
.navbar .rightIcons a:first-child {
    margin-right: 20px;
}

.navbar-inner #_player_login_area{
    padding-top: 10px;
}


/* ==========================================================
Footer
=========================================================== */
.footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #00276c;
/*    background: linear-gradient(180deg, #003c82 0, #003c82 35%, #001e5a 100%);*/
    color: #fff;
    text-align: center;
    max-width: 768px;
    margin: 0 auto;
}
.footer ul {
    padding: 0;
    margin-top: 1rem;
    margin: 0;
    display: block;
    justify-content: space-around;
    white-space: nowrap;
    height: 60px;
    width: 100%;
}
.footer ul li {
    opacity: .6;
    display: inline-block;
    width: 20%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    height: 60px;
    float: left;
}
.footer ul li a {
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    text-transform: capitalize;
    font-family: sans-serif;
    display: block;
    padding-top: 15px;
    height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.footer ul li a img {
    height: 24px;
}
.footer ul li:last-child {
    margin-right: 0;
}
.footer ul li.active {
    opacity: 1;
}


/* ==========================================================
Navbar Inner Page
=========================================================== */
        .navbar-inner {
            color: #ffff;
            background-color: #00276c;
            text-align: center;
        }

        .navbar-inner a {
            color: #fff;
            text-decoration: none;
            -webkit-appearance: none;
        }

        .navbar-inner p {
            display: inline-block
        }

        .navbar-inner .vendor-name {
            font-size: 16px;
            margin: 0;
            font-weight: 600;
            padding-top: 20px;
        }

        .navbar-inner .login-reg-btn {
            float: right;
            font-size: 16px;
            margin-bottom: 0;
            padding-top: 8px;
        }

        .navbar-inner .back-btn {
            float: left;
            font-size: 16px;
            padding-top: 20px;
        }

        .navbar-inner .back-btn img {
            vertical-align: middle;
            margin-right: 5px;
            cursor: pointer
        }


/* ==========================================================
Slots
=========================================================== */
        .slot__page .navbar-inner .col-4 {
            padding-right: 0;
        }

        .slot__page .col-4:nth-of-type(2) {
            padding: 0;
        }
        
        .gameList {
            padding-top: 60px;
        }

        .gameList ul {
            list-style-type: none;
            padding: 10px 20px 20px 20px
        }

        .gameList ul li {
            display: inline-block;
            text-align: center;
            width: 291px;
            margin: 14px
        }

        .gameList ul li a {
            text-decoration: none;
            color: #505050
        }

        .gameList ul li a img {
            border-radius: 5px
        }

        .gameList ul li a p {
            margin: 0
        }

        .filters {
            background: #003c82;
            background: linear-gradient(180deg, #003c82 0, #003c82 35%, #001e5a 100%);
            padding: 13px 10px 15px 10px;
            color: #505050;
            position: absolute;
            left: 0;
            right: 0;
            z-index: 1000;
            top: 60px;
        }

        .filters .slots-search-box {
            width: 400px;
            position: relative;
            display: inline-block
        }

        .filters .slots-search-box button {
            position: absolute;
            right: -20px;
            height: 100%;
            border: 0;
            border-radius: 0 5px 5px 0
        }

        .filters .slots-search-box .searchTXT {
            border-radius: 5px;
            border: 0;
            height: 29px;
            padding: 5px;
            width: 100%
        }

        .filters .slots-search-box .searchTXT:focus {
            border-radius: 5px
        }

        .filters .fav-filter {
            display: inline-block;
            width: 300px;
            float: right
        }

        .filters .fav-filter select {
            color: #505050;
            border-radius: 5px;
            border: 0;
            height: 29px;
            padding: 5px;
            width: 100%
        }

        .filters .fav-filter select:focus {
            border-radius: 5px
        }

        .filters .fav-filter select option {
            curser: pointer
        }

/* ==========================================================
Cards
=========================================================== */
.cards-bg {
    padding: 20px;
    background-image: url(../images/poker/cards-bg.jpg?v3)!important;
    background-repeat: no-repeat!important;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    max-width: 100%;
    background-position: bottom right;
}

.cards-bg > .container {
    padding: 0;
}

.row.game-grid.cards-manual .col-6{
    margin-bottom: 20px;
    padding: 5px;
}

.cards-bg .row.game-grid {
    margin-top: 10px;
    padding-bottom: 60px;
}

.cards-manual .game-cover {
    background: none;
    min-height: 80px;
    min-width: 105px !important;
    position: relative;
}

.cards-manual .game-cover .img-game{
    width: 80%;
    height: auto;
    margin: 0px;
    border: 2px solid #fff;
    box-shadow: 0 0 20px rgb(198 128 0/80%);
}

.cards-manual .game-cover {
    overflow: visible !important;
}

.cards-manual img.hot-icon {
    position: absolute;
    top: -40px !important;
    left: -10px !important;
    z-index: 999;
    width: 35%;
    margin: 0px;
}

.cards-manual p.game-name {
    color: #ffffff;
}

.cards-manual .game_btn_wrapper {
    position: absolute;
    width: 80%;
    left: 16px;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    transition: all 0.15s linear;
    top: 100%;
    opacity: 0;
}

@media (max-width: 375px){
    .cards-manual .game_btn_wrapper {
        left: 17px;
    }
    .cards-manual p.game-name {
        font-size: 14px;
    }
    .row.game-grid.cards-manual .col-6 {
        margin-bottom: 10px;
    }
}

@media (max-width: 320px){
    .cards-manual .game_btn_wrapper {
        left: 11px;
    }  
}

.cards-manual .game_btn_wrapper.active_game {
    top: 0;
    opacity: 1;
    z-index: 3;
}

.cards-manual .game_btn_wrapper .g_btn {
    background: #ff7d00;
    display: block;
    width: 78%;
    color: #fff;
    margin: 0px auto;
    border-radius: 4px;
    font-size: 13px;
    padding: 4px 0;
}

/* ==========================================================
Promotions
=========================================================== */
        
        .tab-link-wrapper {
            overflow: auto;
            margin-bottom: 20px;
            position: relative;
         /*   z-index: 1;*/
        }

        .promotion-wrapper {
                padding-bottom: 20%;
                padding-top: 60px;

            }
            .promotion-wrapper ul {
                border-bottom: 1px solid rgba(255,255,255,.2);
                background-color: #fff;
                overflow: auto;
                min-width: 727px;
            }
            .promotion-wrapper ul li {
                text-align: center;
                margin: 8px 8px 0px 16px;
                display: flex;
                justify-content: center;
            }
            .promotion-wrapper ul li a {
                background-color: transparent !important;
                border-color: transparent !important;
                transition: .3s;
            }
            .promotion-wrapper ul li a.active,
            .promotion-wrapper ul li a:hover {
                border-bottom: 5px #faa41d solid !important;
                background-color: none !important;
            }

            
            .promotion-wrapper .tab-content {
                margin: 20px 0 0 0;
            }

            .tab-content .promotion-content {
                margin-bottom: 70px;
                padding: 0 15px 0 15px;
            }

            .tab-content .promotion-content img {
                width: 100%;
                border-radius: 5px
            }

            .tab-content .promotion-content .promotion-title {
                color: #505050;
                font-size: 24px;
                display: inline-block;
                font-weight: 700;
                margin: 0;
                padding-top: 15px;
            }

            .tab-content .promotion-content .promotion-details {
                color: #fff;
                padding: 5px 20px;
                background-color:;
                border-radius: 5px;
                font-size: 14px;
                text-decoration: none;
                display: inline-block;
               /* float: right;*/
                margin-top: 10px
                z-index:-10;
            }
            .promo-rules ul {
                display: block;
                margin: 0;
                padding: 0 0 0 15px;
                min-width: unset;
            }
            .promo-rules .list-container{
                border-bottom: 1px solid rgba(255,255,255,.2);
                background-color: #fff;
                overflow: auto;
            }
            .promo-rules .list-container ul{
                border-bottom: 0;
                background-color: #fff;
                overflow: auto;
            }
            .promo-rules ul li {
                text-align: left;
                display: list-item;
            }
            .promo-rules ul p {
                font-weight: 600;
                padding: 20px 0 0 0;
            }
            .tabTitle{display: none;}
            @media only screen and (max-width:480px) {
                .tab-content .promotion-content .promotion-title {
                    font-size: 15px
                }
                .menulist ul li {
                    width: auto
                }
            }

            .fadeInUp {
              -webkit-animation-name: fadeInUp;
              animation-name: fadeInUp;
              -webkit-animation-duration: 1s;
              animation-duration: 1s;
              -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
              }

            @-webkit-keyframes fadeInUp {
              0% {
              opacity: 0;
              -webkit-transform: translate3d(0, 100%, 0);
              transform: translate3d(0, 100%, 0);
              }
              100% {
              opacity: 1;
              -webkit-transform: none;
              transform: none;
              }
              }
              @keyframes fadeInUp {
              0% {
              opacity: 0;
              -webkit-transform: translate3d(0, 100%, 0);
              transform: translate3d(0, 100%, 0);
              }
              100% {
              opacity: 1;
              -webkit-transform: none;
              transform: none;
              }
              } 
/* promotion overwrite */
.promo-btn-wrapper{
    display: flex;
    justify-content: flex-end;
}
..promotionDesc1 {
    margin: 10px 0 !important;
}
.promotion-wrapper .tab-content .promotionBox .promotionDesc1 a{
    position: relative;
}
/* ==========================================================
Login AND Logged
=========================================================== */

.login-menu-mobile{
    font-size: 14px;
}
div.ismobile.login-menu-mobile span.login-reg-wrapper {
    display: inline-block;
    padding: 0;
    margin-left: 2px;
}
div.ismobile.login-menu-mobile span.login-reg-wrapper a {
    display: block;
}
div.ismobile.login-menu-mobile a.live-chat-url {
    float: right;
    padding: 5px 8px;
}

.login-menu-mobile span.login-reg-wrapper {
    display: inline-block;
    padding: 10px 0;
}
.login-menu-mobile span.login-reg-wrapper a {
    display: block;
}
.login-menu-mobile a.live-chat-url {
    float: right;
    padding: 18px 8px 18px 0;
}
.login-menu-mobile a,.login-menu-mobile span{
    color:white;
    margin-right:1px;
}

.login-menu-mobile a:hover,.login-menu-mobile a:active{
color:#53a2ff;
margin-right:1px;
text-decoration:none !important;
}

.login-menu-logged{
font-size:13px;
width:120px;
}
.login-menu-logged a{
margin:1px;
    
}
.login-menu-logged a:active,.login-menu-logged a:hover{
color:#53a2ff;
text-decoration:none !important;
}

.username_custom_m a{
color:yellow;
letter-spacing:1px;
}

.balance_custom_m a ,.mail_custom_m a{
color:white;
border:1px solid white;
border-radius:20px;
padding:1px 4px;
margin-bottom:2px;
display:inline-block;
text-align:center;
width:90px;
}

.logout_custom_m a{
text-align:center;
border-radius:20px;
padding:1px 4px;
width:90px;
display:inline-block;
color:black;
transition: all 0.3s ease;
background:#0075ff;
}

.logout_custom_m  a:active,.logout_custom a:hover{
color:black !important;
background:#298afd;
}


              
/* ==========================================================
Download Page
=========================================================== */
.dl-wrapper{
  padding: 0;
}
.dl-wrapper .section{
  padding: 0;
  margin-bottom: 5px;
  overflow: hidden;
  background: #d8d8d8;
  width: 100%;
}
.dl-wrapper .row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.dl-wrapper .row:after {
  content: "";
  display: table;
  clear: both;
}
.dl-wrapper .row .col {
  float: left;
  padding: 0 .75rem;
}
.dl-wrapper .row .col.s3 {
  width: 25%;
  margin-left: auto;
}
.dl-wrapper .row .col.s6 {
  width: 50%;
  margin-left: auto;
}
.dl-wrapper h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.0933333333rem 0 .656rem 0;
}
.dl-wrapper img {
  max-width: 100%;
  height: auto;
  border-style: none;
}
.logo-icon-bg {
  height: 86px;
  width: 86px;
  display: inline-block;
  margin: 27px 10px;
  text-align: center;
  line-height: 110px;
  border-radius: 25px;
  outline: none;
  background: #fff;
}
.logo-icon-bg img{
  height: 76px;
  vertical-align: top;
  padding-top: 10px;
}
.dl-name-provider {
  padding: 25px 0px 0 25px !important;
}
.dl-name-provider h5 {
  font-weight: 600;
}
.dl-name-provider img {
  display: inline-block;
  float: left;
  padding-right: 5px;
  width: 20px;
}
.dl-name-provider p {
  margin: 0;
  display: inline-block;
  font-size: 14px;
}
.dl-icon {
  text-align: center;
  padding-top: 30px !important;
}
.dl-icon img {
  display: inline-block;
}
.dl-icon p {
  color: #353535;
  font-size: 12px;
  margin: 0;
  line-height: 40px;
}
.bot__content p {
    padding: 0 0 10px 15px;
    font-size: 14px;
}


              

.promotionDetails {
 position: fixed;
/*   left: 0;
  right: 0;*/
  background-color: white;
  z-index: 500;
  border-radius: 5px;
  padding: 30px;
  display: none;
  overflow: auto;
    max-height: 600px;

    left: 0;
    right: 0;
    top: 40px;
    width: 100%;
    padding-bottom: 100px;
}
.block{
    display: block !important;
}
/*.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 400;
  cursor: pointer;
}*/
.promotion-wrapper .disabled {
    border-bottom:   0px !important ;
    display: none;
}
.promotion-wrapper .disabled a{
    cursor:default; border-bottom: 0px !important ; opacity: 0.5;
        display: none;
}
.promotion-wrapper .disabled a:hover{
    border-bottom:   0px !important ;
}
.promotion-content p:first-child {
    color: #505050;
    font-size: 18px;
    display: inline-block;
    font-weight: 700;
    margin: 0;
}
.promotion-content:after {
    display: block;
    content: "";
    clear: both;
  }
.promotionDetailsContent h1{
    font-size: 24px;
    font-weight: bold;
}

 .promotionDesc a:nth-of-type(1){
    background: #232526;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* margin: 10px; */
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    position: absolute;
    /* right:100px; */
    margin-top: 10px;
  
}
 .promotionDesc a:nth-of-type(2){
    background: #FFB75E;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #ED8F03, #FFB75E);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #ED8F03, #FFB75E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    position: absolute;
    /* right:10px; */
    margin-top: 10px;
}

.promotion-wrapper .tab-content .promotionBox .promotionDesc a {
    color: rgb(255, 255, 255);
    /* margin-top: 30px; */
    text-decoration: none;
    padding: 9px 20px;
    border-radius: 5px;
}


.bg-christmas{
    position: absolute;
    width: 100%;
    bottom: 59px;
    right: 0;
    left: 0;
    z-index: -1;
}

.nopad {
    padding: 0;
}
.logo img {
    width: 203px;
    position: relative;
}
.logo img.cu_logo {
    height: 35px;
    width: auto;
}

/* @media only screen and (max-width:480px) {
        .footer ul li {
        margin-right: 24px;
    }
} */

@media only screen and (max-width:414px) {
    .gameList ul li {
        width: 155px;
        margin: 14px
    }
    .gameList ul li a img {
        width: 100%
    }
    .filters .slots-search-box {
        width: 160px
    }
    .filters .fav-filter {
        width: 195px
    }
    .footer ul li {
        width: 20%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding: 0;
        float: left;
        height: 60px;
    }
}

@media only screen and (max-width:375px) {
    .gameList ul li {
        width: 137px
    }
    .gameList ul li a img {
        width: 100%
    }
    .filters .fav-filter {
        width: 163px
    }
}
@media only screen and (max-width:360px) {
    .gameList ul li {
        width: 129px
    }
    .login-menu-logged{
        font-size:13px;
        width:100px;
    }
    .logo img {
        width: 104px;
    }
}

@media only screen and (max-width:320px) {
    div.ismobile.login-menu-mobile span.login-reg-wrapper a {
        font-size: 11px;
    }
    .gameList ul li {
        width: 109px
    }
    .gameList ul li a img {
        width: 100%
    }
    .filters .fav-filter {
        width: 111px
    }
    .logo img {
        margin-left: 0 !important;
    }
    /* .footer ul li {
        margin-right: 8px;
    } */
    .vendorList ul li a p {
        font-size: 11px;
    }
    .logo img{
        width: 90px;
    }
}

.closed {
    text-align: right;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.5em;
}
.closed img {
    position: relative;
    left: -12px;                    
} 

.pop-img {
    max-width: 84%;
}
.vendorList.tab-content.clearfix{
    padding-bottom: 60px;
}
/*new promotions layout*/
.panel {
    width: 100%;
    height: auto;
    padding: 10px;
    background: #fff;
    margin: 0 0 10px 0;
}

.promotion-wrapper .tab-content .promotionBox .promotionDesc1 a {
    color: rgb(255, 255, 255) !important;
    /* margin-top: 40px !important; */
    text-decoration: none;
    padding: 8px 10px !important;
    border-radius: 5px;
    margin-left: 10px;
}

.promotionDesc1 a:nth-of-type(2) {
    background-color: #ff7d00;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    position: absolute;
    /* right: 25px; */
    margin-top: 7px !important;
}


.promotionDesc1 a:nth-of-type(1) {
    /* right: 85px !important; */
}
.promotionDesc1 p {
    font-size: 16px !important;
}
.panel-body .promotionDetailsContent p {

}

.promotionDesc1 {
    margin: 10px 0;
}
.promotionBox2 .promotionDesc1 {
    height: 80px;

}

.promotionBox2 .promotionDesc1 a {
    margin: 10px 0 0 0 !important;

}
.promotionDetailsContent {
    padding-top: 30px;
}

.promotion-wrapper .tab-content .promotionBox .promotionDesc1 .jump-text {
  color: rgb(250, 164, 29) !important;
  background-color: transparent !important;
  background: transparent !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  position: relative !important;
  right: 0 !important;
  font-size: 1rem;
}

.promotionDetailsContent table th{
    text-align: center;
  }
  
  .promotionDetailsContent table th > p{
    margin: 0;
  }

  
.daily-wins{
    display: none;
  }
.game-item.pragmaticplay .daily-wins{
    position: absolute;
    top: 0px;
    left: 50px;
    width: 50px;
    display: block;
}
#carouselOnly a img {
    width: 100%;
    height: auto;
}

#notification-bar{
    display: flex;
    justify-content: space-between;
    padding: 7px 10px;
    background-color: #ffbb33;
}

#notification-bar a{
    color: #fff;
    text-decoration: none;
}
/* home banner modal */
#banner-modal{
    background-color: #fdfdfd;
    position: fixed;
    z-index: 999;
    top: 20%;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 85%;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 20px;
  }
  #banner-modal .promo-img {
    width: 100%;
    padding: 20px;
  }
  #banner-modal p {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 14px;
  }
  #banner-modal .close-btn{
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #banner-modal .game-btn{
    color: #fff;
    background: #001E5A;
    padding: 10px 25px;
    border-radius: 20px;
    text-decoration: none;
    margin-bottom: 20px;
    font-size: 12px; 
  }
  #banner-modal .modal-header{
    background: #001E5A;
    padding: 10px 0;
  }
  #banner-modal .modal-header p{
    color: #fff;
    text-align: center;
    font-size: 18px; 
    width: 100%;
    margin-bottom: 0;
  }
  /* end banner modal */

  /* Dropdown Language */
.change-country-flag img {
    height: 30px;
}

.dropdown.change-country-flag a {
    outline: none;
}

.dropdown.change-country-flag .arrow.down {
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin: 0 0 3px 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.dropdown.change-country-flag:hover .arrow.down {
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transition: 300ms linear all;
}

.change-country-flag #flags {
    
    min-width: auto;
    padding: 0;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 0;
    background: #001e5a;
}
.dropdown.change-country-flag ul li a {
    padding: 5px 10px;
    color: #fff;
}

.dropdown.change-country-flag ul li a:hover, .dropdown.change-country-flag ul li a:focus {
    background: rgba(0,0,0,.3);
}
.dropdown.change-country-flag:hover .dropdown-menu,
.dropdown.change-country-flag:focus .dropdown-menu,
.dropdown.change-country-flag:active .dropdown-menu,
.dropdown.change-country-flag:focus-within .dropdown-menu
 {
 display:block
}


.change-language a.drop {
    position: relative;
}
.change-language a.drop .down {
    border: 1px solid #222;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin: 0 0 0px 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 19px;
    right: 20px;
    transition: all .5s;
}
.change-language a.drop:hover .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.change-language img {
    height: 20px;
}
.flag-selection {
    list-style: none;
    padding: 0;
    background: rgba(0,0,0,.04);
    transition: cubic-bezier(0.4, 0, 1, 1) .3s;
    display: none !important;
}
ul.flag-selection.show {
    display: block !important;
}
.flag-selection li a {
    padding-left: 20px !important;
}

.buttons .ismobile.login-menu-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttons .ismobile.login-menu-mobile a {
    flex-grow: 1;
    text-align: center;
    margin: 0;
    padding: 10px;
    background: #ff7d00;
}

.buttons .ismobile.login-menu-mobile a:first-child {
    background: #00276c;
}

.live-chat-url {
    position: absolute;
    right: 10px;
    top: 20px;
}

.logged-header {
    display: none;
    position: absolute;
    right: 10px;
}


.merge-lang{
    display: flex;
    transition: color .3s ease;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding-left: 30px;
}


/*li.merge-lang div:nth-child(1) {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-left: 30px;
}

li.merge-lang div:nth-child(2) {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-left: 50px;
    padding-top: 10px;
}

li.merge-lang div:nth-child(3) {
    padding-left: 50px;
    padding-top: 10px; 
}*/

.navbar #menuToggle .merge-lang a{
    padding: 0 5px !important;
    border-bottom: 0;
    text-indent: 0;
    width: auto;
}

.navbar #menuToggle .divider-line {
    width: 1px;
    background: #000;
    margin: 0 5px;
}
img.menu-icons {
    height: 20px;
    float: left;
    margin-top: -3px;
    margin-left: 10px;
}