@font-face {
    font-family: DB-Heavent-cond;
    src: url("../fonts/fonts-DB-Heavent-Cond-v3.2.woff") format("woff"), url("../fonts/DB-Heavent-Cond-v3.2.bin") format("truetype")
}

@font-face {
    font-family: DB-Heavent-light;
    src: url("../fonts/fonts-DB-Heavent-Li-v3.2.woff") format("woff"), url("../fonts/DB-Heavent-Li-v3.2.bin") format("truetype")
}

@font-face {
    font-family: DB-Heavent-regular;
    src: url("../fonts/fonts-DB-Heavent-v3.2.woff") format("woff"), url("../fonts/DB-Heavent-v3.2.bin") format("truetype")
}

@font-face {
    font-family: 'sdchokdee-Regular';
    src: url('../fonts/fonts-sdchokdee-Regular.eot');
    /* IE9 Compat Modes */
    src: local('sdchokdee-Regular'), url('../fonts/fonts-sdchokdee-Regular-1.eot') format('embedded-opentype')/* IE6-IE8 */
    , url('../fonts/fonts-sdchokdee-Regular.woff') format('woff')/* Modern Browsers */
    , url('../fonts/sdchokdee-Regular.bin') format('truetype')/* Safari, Android, iOS */
    , url('../fonts/fonts-sdchokdee-Regular.svg') format('svg')/* Legacy iOS */
    ;
    font-stretch: normal;
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: DB-Heavent-regular;
    background-color: #cccccc;
}

h1,
h2,
h3,
h4,
h5,
.btn {
    font-family: DB-Heavent-regular;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #B8B5B7 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #B8B5B7 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #B8B5B7 !important;
}

.bg-dark-x2 {
    background-color: #272727!important;
}

a.forgot {
    font-size: 20px;
}

h5.card-header {
    font-size: 28px;
    text-align: center;
    padding: 5px 5px;
}

div#home-just i {
    font-size: 30px;
}

p,
a,
span,
small,
.input-group-text,
label,
input.form-control,
select,
option {
    font-family: DB-Heavent-light;
}

.play-frame {
    border: none;
}

.btn-line {
    background-color: #3ACE01;
    padding: 0px 10px;
}

.btn-facebook {
	background-color: #3E5C9C;
	padding: 0px 10px;
}

.btn-silver {
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #232323;
    background: rgb(171, 171, 171);
    background: linear-gradient(90deg, rgb(171, 171, 171) 0%, rgb(253, 253, 253) 100%);
}

.btn-silver:hover {
    background: rgb(148, 148, 148);
    background: linear-gradient(90deg, rgb(148, 148, 148) 0%, rgb(189, 189, 189) 100%);
}

a.btn-line {
    font-size: 20px;
}

.list-right.addline p {
    margin-bottom: -2px;
}

.list-right.addline {
    font-size: 18px;
    margin-top: 8px;
}

.input-group-text {
    font-size: 24px;
}

p.stdf,
a.stdf,
span.stdf {
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    /*max-width: 800px;*/
}

.br-main,
.card,
.container.content,
.input-group-text {
    border-top-right-radius: 12px !important;
    border-top-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}

.br-0 {
    border-radius: 0px !important;
}

.btrr-0 {
    border-top-right-radius: 0px !important;
}

.btlr-0 {
    border-top-left-radius: 0px !important;
}

.bbrr-0 {
    border-bottom-right-radius: 0px !important;
}

.bblr-0 {
    border-bottom-left-radius: 0px !important;
}

.card-header:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

main {
    padding-bottom: 20px !important;
    margin-top: -100px;
}

.container.content {
    background: rgb(82, 82, 82);
    background: linear-gradient(0deg, rgba(82, 82, 82, 0) 0%, rgba(255, 255, 255, 1) 60%);
    margin-top: 0px;
    min-height: 300px;
    position: relative;
    padding: 15px 15px 15px 15px;
    -webkit-box-shadow: 0px -20px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -20px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -20px 20px 0px rgba(0, 0, 0, 0.2);
}

footer {
    margin-bottom: 80px;
}


/*FIX BOTTOM NAV*/

.fix-nav-bottom {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    width: 100%;
    background: #29292B;
}

.fix-nav-bottom ul li {
    float: left;
    text-align: center;
    width: 20%;
    padding: 10px 0 6px 0;
}

.fix-nav-bottom ul li:hover {
    background-color: #656565;
}

.fix-nav-bottom ul li a {
    color: #ffffff;
}

.fix-nav-bottom ul li i {
    font-size: 20px;
}

.fix-nav-bottom ul li a:link {
    color: #ffffff;
    text-decoration: none;
}

.fix-nav-bottom ul li p {
    margin-bottom: 0px;
    margin-top: -8px;
    font-size: 20px;
}

.fix-nav-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fix-nav-bottom-play {
    background-color: #353a40;
}

.fix-nav-bottom-active {
    background: rgb(177, 9, 4);
    background: linear-gradient(90deg, rgba(177, 9, 4, 1) 0%, rgba(242, 23, 1, 1) 100%);
}

.fix-nav-bottom-active:hover {
    background: rgb(154, 11, 7);
    background: linear-gradient(90deg, rgb(154, 11, 7) 0%, rgb(189, 25, 9) 100%);
}


/*Main Site Custom*/

.header-bg>.container {
    padding-right: 0px;
    padding-left: 0px;
}

.header-bg {
    background: url(../images/images-header-bg.png) top center no-repeat;
    min-height: 199px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 500;
}

.logo {
    /* margin: 0px auto; */
    text-align: center;
    width: 20%;
    height: 70px;
    float: left;
}

.left-top {
    width: 41%;
    float: left;
    text-align: left;
    height: 50px;
    color: #fff;
    padding-top: 18px;
}

.right-top {
    width: 39%;
    float: left;
    text-align: right;
    height: 70px;
    color: #fff;
    padding-top: 16px;
}

.left-top h1 {
    margin-bottom: -10px;
    font-size: 26px;
    font-family: 'sdchokdee-Regular';
    background: -webkit-linear-gradient(#fdf68f, #d18b31);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 36px;
}

.left-top h5 {
    font-size: 15.5px;
    font-family: 'sdchokdee-Regular';
    background: -webkit-linear-gradient(#ffffff, #a7a7a7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 24px;
}

.left-top h1,
.left-top h5 {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.user-infomation {
    margin-top: -8px;
}

.user-infomation p {
    margin-bottom: -5px;
    font-size: 18px;
}

.logo>a>img {
    width: 95%;
}

.btn-header-login {
    font-size: 24px;
    padding: 0px 12px 0px 12px;
    font-family: DB-Heavent-light;
}

.login-top input {
    text-align: center;
    font-size: 24px;
    padding: 0px;
    max-width: 120px;
}

.top-nav {
    width: 100%;
    height: 50px;
    padding-top: 5px;
}

.top-nav-left {
    width: 37.5%;
    float: left;
}

.top-nav-logo {
    width: 25%;
    float: left;
}

.top-nav-right {
    width: 37.5%;
    float: left;
}

.top-nav-logo img {
    width: 100%;
}

.top-nav-list {
    width: 33.33%;
    text-align: center;
    float: left;
}

.top-nav-list a {
    font-size: 28px;
    font-family: DB-Heavent-regular;
    background: -webkit-linear-gradient(#ffffff, #a7a7a7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.top-nav-list a:hover {
    font-size: 28px;
    background: -webkit-linear-gradient(#fdf68f, #d18b31);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.top-nav-list a:link {
    text-decoration: none;
}

.welcome-text {
    font-size: 22px;
}

.welcome-text h1 {
    font-size: 32px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
    color: #cd0305;
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.welcome-text p {
    margin: 0px;
    line-height: 28px;
}

.welcome-text img {
    width: 100%;
}

.welcome-img img {
    width: 100%;
}

section.welcome {
    margin-bottom: 20px;
    margin-top: 20px;
}

footer {
    height: 550px;
    background-image: url(../images/images-footer-bg-2.jpg);
    background-size: cover;
    /* background-position: center bottom; */
    margin-top: -350px;
    margin-bottom: 0px;
    padding-bottom: 60px;
    padding-top: 340px;
}

.footer-copyright {
    padding-bottom: 60px;
}

.footer-text p {
    font-size: 20px;
}


/*Games*/

.games-title h3 {
    width: 100%;
    margin: 12px 0px 2px 0px;
    font-family: 'sdchokdee-Regular';
    background: -webkit-linear-gradient(#ffffff, #a7a7a7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 40px;
}

.row.text-center.games-title {
    background-color: #000;
    background: url(../images/images-bg-nav.jpg)top center repeat-x;
    margin-left: -10px;
    margin-right: -10px;
}

.games-list img {
    opacity: 1;
    width: 100%;
    border-radius: 8px;
    -webkit-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
}

.games-list {
    position: relative;
}

.btn-gameslist {
    background: rgb(177, 9, 4);
    background: linear-gradient(90deg, rgba(177, 9, 4, 1) 0%, rgba(242, 23, 1, 1) 100%);
}

.btn-gameslist:hover,
.btn-gameslist:active,
.btn-gameslist:focus,
.btn-gameslist:visited {
    background: rgb(154, 11, 7);
    background: linear-gradient(90deg, rgb(154, 11, 7) 0%, rgb(189, 25, 9) 100%);
    text-decoration: none;
}

a.btn-gameslist {
    color: #ffffff !important;
    font-size: 20px;
    min-width: 120px;
}

a.btn-gameslist i {
    font-size: 14px;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-align: center;
}

.games-list .overlay {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 8px;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.games-list:hover .overlay {
    opacity: 1;
}

.games-list:hover .image {
    opacity: 1;
}

.games-list:hover .middle {
    opacity: 1;
}

.text {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

.games>.row>.col-md-2 {
    padding: 5px !important;
}

.games>.row {
    padding-left: 5px;
    padding-right: 5px;
}
.casinos>.row {
    padding-left: 5px;
    padding-right: 5px;
}


/*Promotion*/

.row.text-center.page-title {
    background-color: #000;
    background: url(../images/images-bg-nav.jpg)top center repeat-x;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
    margin-top: -15px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.page-title h3 {
    width: 100%;
    margin: 12px 0px 2px 0px;
    font-family: 'sdchokdee-Regular';
    background: -webkit-linear-gradient(#ffffff, #a7a7a7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 40px;
}

.promotion-list>.card>img.card-img-top {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.promotion-list>.card {
    border: none;
}

.promotion-list>.card>.card-body>p.card-text {
    font-size: 20px;
    line-height: 20px;
}

.promotion-list>.card>.card-body>.w-100 a,
.promotion-list>.card>.card-body>.w-50 a,
.promotion-list>.card>.card-body>.w-35 a,
.promotion-list>.card>.card-body>.w-30 a {
    font-size: 17px;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}


/*Demo*/

.demo-play>.row>.col-6 p {
    font-size: 26px;
}

.demo-play>.row>.col-md-3 i {
    font-size: 16px;
}

.demo-play>.row>.col-md-3 a {
    font-size: 22px;
}

.demo-play>.row>.col-md-3 a:hover {
    color: #fff;
}


/*Howto*/

.btn-howto i {
    font-size: 14px;
}

.btn-howto {
    font-size: 22px;
    color: #585757;
}

.btn-howto:hover,
.btn-howto:active,
.btn-howto:visited,
.btn-howto:focus {
    text-decoration: none;
    color: #CD0006;
}

.howto-all>.accordion>.card {
    margin-bottom: 5px !important;
}

.howto-all>.accordion>.card>.card-header {
    padding: 2px 0px 0px 0px;
}


/*Contact*/

.contact-text p {
    font-size: 26px;
    line-height: 26px;
}

.contact-footer a {
    font-size: 20px;
    border-radius: 8px;
    padding: 5px 5px 5px 5px;
}


/*Main Site Custom*/


/*SLIDE SECTION*/

.slide-head {
    background-image: url('../images/images-bg-slider-2.jpg');
    background-size: cover;
    background-position: center bottom;
    margin-top: 120px;
    padding-bottom: 60px;
}

.slide {
    padding-top: 60px;
    padding-bottom: 40px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.carousel-item img {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
[v-cloak] > * { 
    display: none;
}

/*Bonus*/

.bonus-body {}

.bonus-body p {
    font-size: 20px;
    margin-bottom: 5px;
}

.bonus-body h4 {
    font-size: 26px;
    margin-bottom: -6px;
}

.bonus-alert {
    padding: 0px 0px 2px 0px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.bonus-alert a {
    font-size: 14px !important;
}

.card.bonus {
    margin-bottom: 15px;
}


/*Header On Mobile*/

.mobile-header {
    height: 75px;
    background-color: #000;
    background: url(../images/images-mobile-header-bg.png)
}

.mobile-logo {
    width: 38%;
    float: left;
    padding: 10px 0px 5px 10px;
}

.mobile-logo img {
    max-height: 60px;
}

.mobile-top-right {
    width: 62%;
    float: left;
    padding-top: 26px;
    padding-right: 10px;
}


.mobile-nav-list {
    background: #000;
    background: url(../images/images-bg-nav.jpg)top center repeat-x;
    width: 100%;
    top: 50px;
    overflow: auto;
    white-space: nowrap;
}

.mobile-nav-list a,
.mobile-nav-list i {
    display: inline-block;
    background: -webkit-linear-gradient(#ffffff, #c7c7c7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    padding: 6px 10px 4px 4px;
    text-decoration: none;
}

.mobile-nav-list:hover a,
.mobile-nav-list:hover i {
    background: -webkit-linear-gradient(#ffffff, #d4d4d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mobile-nav-list a {
    font-size: 18px;
    font-family: DB-Heavent-regular;
}

.mobile-nav-list i {
    font-size: 14px;
}


.btn-header-login-mobile {
    font-size: 20px;
    padding: 0px 8px 0px 8px;
    font-family: DB-Heavent-light;
}

                .casinos-title h3 {
                    width: 100%;
                    margin: 12px 0px 2px 0px;
                    font-family: 'sdchokdee-Regular';
                    background: -webkit-linear-gradient(#bf9243, #eec669);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    line-height: 40px;
                }
                .row.text-center.casinos-title {
                    background-color: #000;
                    background: url(../images/images-bg-nav.jpg)top center repeat-x;
                    margin-left: -10px;
                    margin-right: -10px;
                }
                .casinos>.row>.col-md-3{
                    padding: 5px !important;
                }
                .casinos>.row>.col-md-4{
                    padding: 5px !important;
                }
                .casinos>.row>.col-md-6{
                    padding: 5px !important;
                }
                .casino-list {
                    position: relative;
                }
                .casino-list .overlay {
                    background: rgba(0, 0, 0, 0.7);
                    border-radius: 8px;
                    position: absolute;
                    height: 100%;
                    width: 100%;
                    left: 0;
                    top: 0;
                    bottom: 0;
                    right: 0;
                    opacity: 0;
                    -webkit-transition: all 0.4s ease-in-out 0s;
                    -moz-transition: all 0.4s ease-in-out 0s;
                    transition: all 0.4s ease-in-out 0s;
                }
                .casino-list:hover .overlay {
                    opacity: 1;
                }

                .casino-list:hover .image {
                    opacity: 1;
                }

                .casino-list:hover .middle {
                    opacity: 1;
                }

                .casino-list img {
                    opacity: 1;
                    width: 100%;
                    border-top-left-radius: 8px;
                    border-top-right-radius: 8px;
                    -webkit-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
                    -moz-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
                    box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
                }
                .btn-casinolist:hover, .btn-casinolist:active, .btn-casinolist:focus, .btn-casinolist:visited {
                    background: rgb(191,146,67);
                    background: linear-gradient(90deg, rgba(191,146,67,1) 0%, rgba(241,211,130,1) 50%, rgba(238,198,105,1) 100%);
                    text-decoration: none;
                }
                a.btn-casinolist {
                    color: #79520c !important;
                    font-size: 20px;
                    min-width: 120px;
                }
                .btn-casinolist {
                    background: rgb(191,146,67);
                    background: linear-gradient(90deg, rgba(191,146,67,1) 0%, rgba(241,211,130,1) 50%, rgba(238,198,105,1) 100%);
                }
                .casino-title{
                    font-size: 22px;
                    background: rgb(191,146,67);
                    background: linear-gradient(90deg, rgba(191,146,67,1) 0%, rgba(241,211,130,1) 50%, rgba(238,198,105,1) 100%);
                    border-bottom-left-radius: 8px;
                    border-bottom-right-radius: 8px;
                    margin-bottom: 0px;
                }
                .casino-list:hover .casino-title{
                    color: #fff;
                    background: rgb(51, 51, 50);
                }

/* Media Queries*/

@media (max-width: 575px) {
    .card,
    .container.content,
    .input-group-text {
        border-radius: 12px;
    }
    .fix-nav-bottom ul li {
        padding: 8px 0 4px 0;
    }
    .fix-nav-bottom ul li p {
        margin-bottom: 0px;
        margin-top: -4px;
        font-size: 16px;
    }
    .top-nav ul li p {
        display: none;
    }
    .slide>.container {
        padding-left: 0px;
        padding-right: 0px;
    }
    main {
        padding: 18px;
    }
    .navbar {
        padding: 0px;
    }
    .container.content {
        margin-top: -50px;
        min-height: 300px;
        padding: 10px 10px 10px 10px;
    }
    h5.card-header {
        text-align: center;
        font-size: 20px;
        padding: 5px 5px;
    }
    .card-body {
        padding: 10px;
    }
    .list-left h5 {
        font-size: 20px;
        margin-bottom: -10px;
    }
    .btn-successed {
        font-size: 10px;
        padding: 0px 6px;
        margin-bottom: 4px;
        font-family: DB-Heavent-light;
    }
    .btn-successed i {
        font-size: 8px !important;
    }
    a.btn-line {
        font-size: 16px;
    }
    .bonus-body a {
        font-size: 16px;
    }
    .card.bonus {
        margin-bottom: 10px;
    }
    .bonus-body p {
        font-size: 16px;
        margin-bottom: 5px;
    }
    /*Main Site*/
    .fix-nav-bottom ul li i {
        font-size: 18px;
    }
    .fix-nav-bottom ul li p {
        margin-bottom: 0px;
        margin-top: -4px;
        font-size: 14px;
    }
    .games-title h3 {
        width: 100%;
        margin: 12px 0px 2px 0px;
        font-family: 'sdchokdee-Regular';
        font-size: 22px;
        background: -webkit-linear-gradient(#ffffff, #a7a7a7);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .casinos-title h3 {
        width: 100%;
        margin: 12px 0px 2px 0px;
        font-family: 'sdchokdee-Regular';
        font-size: 22px;
        line-height: 40px;
    }
    .welcome-text p {
        margin: 0px;
        line-height: 20px;
        font-size: 18px;
        text-align: center;
    }
    .footer-text p {
        font-size: 14px;
    }
    footer {
        height: 570px;
        margin-top: -360px;
        margin-bottom: 0px;
        padding-bottom: 60px;
        padding-top: 340px;
    }
    a.btn-gameslist {
        color: #ffffff !important;
        font-size: 13px;
        min-width: 80px;
    }
    a.btn-gameslist i {
        font-size: 8px;
    }
    .welcome-text h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    main {
        padding-bottom: 20px !important;
        margin-top: -58px;
    }
    .slide {
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .slide-head {
        background-image: url(../images/images-bg-slider.png);
        background-size: cover;
        background-position: center bottom;
        margin-top: 0px;
        padding-bottom: 50px;
    }
    .demo-play>.row>.col-md-3 a {
        font-size: 14px;
        width: 100%;
    }
    .contact-text p {
        font-size: 15px;
        line-height: 20px;
    }
    .casino-title {
        font-size: 18px;
    }
    a.btn-casinolist {
        color: #79520c !important;
        font-size: 16px;
        min-width: 96px;
    }
    a.btn-casinolist i {
        font-size: 16px;
    }
}


/* Small devices (landscape phones, 576px and up) */

@media screen and (max-width: 767px) and (min-width: 576px) {
    main {
        padding-bottom: 20px !important;
        margin-top: -90px;
    }
    .slide-head {
        background-image: url(../images/images-bg-slider.png);
        background-size: cover;
        background-position: center bottom;
        margin-top: 0px;
        padding-bottom: 50px;
    }
}


/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media screen and (max-width: 991px) and (min-width: 768px) {
    .logo {
        /* margin: 0px auto; */
        text-align: center;
        width: 30%;
        height: 80px;
        float: left;
    }
    .left-top {
        width: 35%;
        float: left;
        text-align: center;
        height: 80px;
        color: #fff;
    }
    .right-top {
        width: 35%;
        float: left;
        text-align: center;
        height: 80px;
        color: #fff;
    }
    .login-top {
        display: none;
    }
    .top-nav {
        width: 100%;
        height: 50px;
        padding-top: 2px;
    }
    .top-nav-list a {
        font-size: 20px;
        color: #ffffff;
    }
    header>.container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
    }
    footer {
        height: 600px;
        /* background-position: center bottom; */
        margin-top: -430px;
        margin-bottom: 0px;
        padding-bottom: 60px;
        padding-top: 400px;
    }
    .footer-copyright {
        padding-bottom: 60px;
    }
    .footer-text p {
        font-size: 16px;
    }
    .welcome-text h1 {
        font-size: 24px;
        margin-bottom: 0px;
    }
    a.btn-gameslist i {
        font-size: 10px;
    }
    a.btn-gameslist {
        color: #ffffff !important;
        font-size: 16px;
        min-width: 90px;
    }
    .mobile-top-right {
        width: 100%;
        float: left;
        padding-top: 6px;
        padding-right: 10px;
    }
    .contact-text p {
        font-size: 18px;
        line-height: 22px;
    }
}
.loader{
	height: 25px;
	width: 1px;
	position: absolute;
	animation: rotate 3.5s linear infinite;
}
.loader .dot{
	top: 30px;
	height: 7px;
	width: 7px;
	background: #545455;
	border-radius: 50%;
	position: relative;
}
.text{
	position: absolute;
	bottom: -85px;
	font-size: 25px;
	font-weight: 400;
	font-family: sans-serif;
	color: #545455;
}
@keyframes rotate {
	30%{
		transform: rotate(220deg);
	}
	40%{
		transform: rotate(450deg);
		opacity: 1;
	}
	75%{
		transform: rotate(720deg);
		opacity: 1;
	}
	76%{
		opacity: 0;
	}
	100%{
		opacity: 0;
		transform: rotate(0deg);
	}
}
.loader:nth-child(1){
	animation-delay: 0.15s;
}
.loader:nth-child(2){
	animation-delay: 0.3s;
}
.loader:nth-child(3){
	animation-delay: 0.45s;
}
.loader:nth-child(4){
	animation-delay: 0.6s;
}
.loader:nth-child(5){
	animation-delay: 0.75s;
}
.loader:nth-child(6){
	animation-delay: 0.9s;
}

/* Large devices (desktops, 992px and up) */

@media screen and (max-width: 1199px) and (min-width: 992px) {}
