@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');


body
{
	display: block;
	margin: 0;
	font-family: 'Nunito', sans-serif;
}

p, ul, li
{
	font-family: 'Nunito', sans-serif;
	letter-spacing: 1px;
}

input, button
{
	font-family: 'Nunito', sans-serif;
	letter-spacing: 0.5px;
}

.background
{
	height: 100%;
    background-image: url(../assets/images/background.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.header_background
{
    background: url(../assets/images/pic/header1.jpg) top center no-repeat;
    width: 100%;
    background-size: cover;
    display: block;
}

.header_background_login
{
    background: url(../assets/images/pic/header1.jpg) top center no-repeat;
    width: 100%;
    background-size: cover;
    display: block;
}

.header_logo
{
	text-align: center;
	display: inline-block;
}

.header_logo img
{
	padding: 20px 0;
    max-width: 110px;
}

.header_form
{
	display: inline-block;
	text-align: center;
	float: right;
	padding-top: 10px;
}

.header_form_login
{
    display: inline-block;
    text-align: center;
    float: right;
    padding-top: 10px;
    position: absolute;
    bottom: 10px;
}

.header_reg
{
	display: inline-block;
	padding: 0 20px;
}

.header_reg a:hover
{
	filter: brightness(130%);
}

.header_reg p
{
    color: #e6c361;
    text-align: center;
    margin-top: 5px;
}

.header_reg p > img
{
    margin-top:-5px;
}

.header_reg a
{
	color: #e6c361;
	text-align: center;
	margin-top: 5px;
    text-decoration: none;
}

.header_reg p > a > img
{
	width: 20px;
	margin-top:-5px;
}

.header_login
{
	display: inline-block;
	padding: 0 20px;
}

.header_login input
{
	display: block;
	border: 1px solid grey;
	background-color: black;
	color: white;
	padding: 5px 2px;
    margin: 5px 0;
    border-radius: 5px;
}

.header_login button
{
	width: 100%;
    border: 1px solid #e6c361;
    background: black;
    color: #e6c361;
    border-radius: 5px;
    padding: 3px 0;
}

.header_login button:hover
{
	color: black;
	background-color: #e6c361;
	border-color: black;
}

.header_nav
{
	height: 46px;
    background: linear-gradient(90deg,#150d00,#030303 50%,#150d00);
    border: 1px solid #e6c361;
}

.header_nav ul
{
	width: 100%;
    text-align: center;
    list-style-type: none;
    margin: 0 auto;
    overflow: hidden;
    font-size: 15px;
}

.header_nav li
{
	display: inline-block;
    text-align: center;
    padding: 11px 20px;
    color: white;
    /*background: url(../assets/images/menuborder.png)right no-repeat;*/
    font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
    border-right: 1px solid #e6c361;
    margin-left: -5px;
}

.header_nav .last
{
    border-right: none;
}

.header_nav li:hover
{
	background-color: #cfaf57;
    color: #eeeeee;
}

.navbar
{
    display: none;
}

.carousel-item img
{
    max-height: 585px;
}

.carousel-caption
{
    left: auto;
    right: 10%;
    bottom: 150px;
}

.carousel-caption p
{
    font-size: 125px;
    color: gold;
    text-shadow: 2px 2px #191919;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    cursor: default;
}

.carousel-caption.banner_3
{
    left: auto;
    right: 20%;
    bottom: 50px;
}

.carousel-caption.banner_3 p
{
    font-size: 68px;
    color: gold;
    text-shadow: 2px 2px #191919;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;

}

.announcement 
{
    background: rgba(0,0,0,0.7);
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    float: left;
    color: #f1e66b;
    padding: 5px 0px;
    margin-top: -37px;
}

.announcement-title {
    font-size: 15px;
    text-transform: uppercase;
    float: left;
    text-align: right;
    color: #806340;
    margin-top: 3px;
}

.announcement_text {
    float: right;
    color: #fff;
    margin-top: 3px;
}

.step 
{
    background: url(../assets/images/step_background.jpg)center repeat rgba(0, 0, 0, 0.62);
    border-top: 1px solid #7c603e;
    border-bottom: 1px solid #7c603e;
    clear: both;
    background-size: cover;
    display: block;
    padding: 10px 0px;
    margin-top: -20px;
    background-blend-mode: overlay;
    text-align: center;
}

.step img
{
	max-height: 15vh;
}

.promo_home
{
	padding: 20px 0;
	text-align: center;
    width: 1000px;
    margin: auto;
}

.promo_home img
{
    width: 100%;
}

.prodgame_frame 
{
    background: url(../assets/images/frame.gif) no-repeat top center;
    padding: 30px 0px 20px;
    margin-top:1vh;
}

.prodgame_row
{
	display: flex;
	flex-wrap: wrap;
}

.prodgame_div
{
	width: 1000px;
}

.prodgame_content 
{
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.prodgame_content img 
{
    width: 100%;
    margin: 10px 0px;
}

.bright:hover 
{
    filter: brightness(130%);
}

@-webkit-keyframes wobble-horizontal 
{
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes wobble-horizontal 
{
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.wobble-horizontal 
{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.wobble-horizontal:hover, .wobble-horizontal:focus, .wobble-horizontal:active 
{
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.jackpot_div
{
	width: 1000px;
	margin: auto;
}

#jp
{
	position: relative;
    padding-top: 50px;
}

#jp img
{
    width: 100%;
}

#jackpot 
{
    position: absolute;
    text-decoration: none;
    margin-top: 0px;
    z-index: 500;
    background: transparent;
    margin-bottom: 0px;
    padding-bottom: 0px;
    top: 47%;
    left: 21%;
    width: 59%;
}

.count, #foo 
{
    font-size: 38px;
    color: #ffc000;
    padding: 0px 10px 0px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 8px;
    text-shadow: 2px 2px 4px #000000;
}

.prod_game 
{
    padding: 30px 0px 20px;
    text-align: center;
}

.prod_game p
{
	font-size: 1em;
    padding: 15px 80px 0px;
	color: #e7e7e7;
}

.prodhometitle 
{
    font-family: 'vivaldi',sans-serif;
    font-size: 2.5em;
    color: #806340;
}

.info_div
{
	width: 1000px;
	margin: auto;
}

.borderline 
{
    width: 1200px;
    height: 2px;
    background: #806340;
}

.space 
{
    width: 100%;
    height: 2px;
}

.info
{
    padding: 20px 0px;
}

.info_row
{
	margin-right: -15px;
    margin-left: -15px;
    display: inline-block;
}

.info_row i
{
	font-size: 30px;
	color: #b69a4e;
}

.info_content 
{
    padding: 25px;
}

.info_title
{
    text-transform: uppercase;
    color: #806340;
    font-size: 17px;
    text-align: center;
}

.info_title .col-md-3 
{
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    height: 198px;
    width: 24%;
    margin: 4px;
    padding-top: 25px;
    float: left;
}

.info_title .col-md-3:hover
{
    background: rgba(0, 0, 0, 1.0);
    color: #f2c91b;
    border: 1px solid #f2a81b;
}

.info_title .col-md-3:hover i
{
    color: #f2a81b;
}

.info_text
{
	padding-top: 10px;
	letter-spacing: 1px;
}


.home_desc 
{
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
    border: 1px solid #806340;
    padding: 15px 25px;
    border-radius: 5px;
    width: 1000px;
    margin: auto;
    margin-bottom: 3vh;
}

.home_desc p
{
	color: #e7e7e7;
	letter-spacing: 1px;
	text-align: justify;
  	text-justify: inter-word;
}


.home_desc_title 
{
    font-size: 24px;
    color: #e5c100;
}

.space
{
	padding-bottom: 2vh;
}

.footer
{
	min-width: 100%;
	background-color: #000;
	text-align: center;
	/*margin-top: 3vh;*/
}

.footer p
{
	color: #e7e7e7;
	font-size: 15px;
	padding: 10px 0 5px;
	margin-bottom: 0;
}

.footer .term_condition
{
    color: #cccccc;
    font-size: 10px;
    padding: 0 0 35px;
    margin-bottom: 0;
}

.registration_background
{
    background: url(../assets/images/reg_background.jpg) top center no-repeat #1c192a;
}

.reg_div
{
	max-width: 1000px;
	margin: auto;
}

.reg_form
{
    margin: 0px;
    padding: 30px 20px;
    width: 500px;
    background: rgba(0,0,0,0.7);
}

.reg_title
{
	display: flex;
    justify-content: center;
}

.reg_girl
{
	display: flex;
    justify-content: flex-end;
}

.reg_girl img
{
	position: absolute;
    margin-left: 15vw;
    max-height: 60vh;
    bottom: 4vh;
}

.reg_content
{
	
}

.reg_input
{
	padding: 10px 50px;
}

.reg_input label
{
	display: block;
	color: #e7e7e7;
	font-size: 13px;
	margin-bottom: 0;
	letter-spacing: 1px;
}

.reg_input input
{
	display: block;
    border: 1px solid grey;
    background-color: black;
    color: white;
    padding: 5px 2px;
    margin: 5px 0 0;
    border-radius: 5px;
    width: 100%;
}

.reg_submit
{
	padding: 20px 50px;
}

.reg_submit button
{
	width: 100%;
    border: 1px solid #e6c361;
    background: black;
    color: #e6c361;
    border-radius: 5px;
    padding: 3px 0;
}

.reg_submit button:hover
{
	color: black;
	background-color: #e6c361;
	border-color: black;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px black inset !important;
    -webkit-text-fill-color: #e7e7e7 !important;
}

.has-error
{
	border-color: #C70039 !important;
}

.success-message
{
	display: block;
	font-size: 11px;
	color: #228B0A;
	letter-spacing: 1px;
}

.error-message
{
	display: block;
	font-size: 11px;
	color: #C70039;
	letter-spacing: 1px;
}

.contact_us_top img
{
    width:100%;
}

.contact_us_div
{
    width: 1000px;
    margin: auto;
}

.contact_us_row
{
    display: block;
}

.contact_content 
{
    background: #000;
    border: 8px double #ad6f1a;
    width: 33%;
    min-height: 200px;
    margin: 20px 0px;
    color: #ad6f1a;
    font-size: 22px;
    text-align: center;
    padding: 10px 0 20px;
    display: inline-block
}

.contact_content a
{
    text-decoration: none;
    color: #ad6f1a;
}

.contact_content a:hover
{
    filter: brightness(130%);
}

.contact_content img
{
    max-width: 150px;
}

.wechat_qrcode .modal-body img
{
    width: 100%;
    text-align: center;
}

.bank_div
{
    width: 1200px;
    margin: auto;
}

.bank_row
{
    display: inline-block;
    text-align: center;
    padding: 10px 0;
}

.bank_row img
{
    width: 13%;
    padding: 10px 20px;
}

.bank_desc p
{
    font-size: 30px;
    color: #ad6f1a;
    margin-bottom: 0px;
}

.bank_contact
{
    width: 33%;
    display: inline-block;
}

.bank_contact_row
{
    padding: 20px 0;
}

.bank_contact_row img
{
    padding: 0;
    width: 20%;
}

.bank_contact_details
{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    text-align: left;
}

.promotion_div
{
    text-align: center;
}

.promotion_row img
{
    padding-top: 20px;
    max-height: 300px;
    min-width: 800px;
}

.promotion_card
{
    width: 800px;
    padding: 20px;
    border: 1px solid #fbf696;
    color: #dce7ee !important;
    background: rgba(0,0,0,0.7);
    font-size: 15px;
    padding-bottom: 20px;
    margin: auto;
    letter-spacing: 1px;
}

.game_top
{
    text-align: center;
}

.game_top img
{
    max-width: 100%;
    min-height: 400px;
}

.game_list
{
    width: 1000px;
    margin: auto;
}

.col_game
{
    display: inline-block;
    width: 33%;
    padding: 30px;
}

.col_game img
{
    width: 100%;
    max-height: 110px;
}

.col_game img:hover
{
    filter: brightness(130%);
}

.game_intro
{
    width: 1000px;
    margin: auto;
    padding-bottom: 10px;
}

.game_intro_col_left
{
    width: 100%;
    display: inline-block;
    padding: 30px 0 20px;
}

.game_intro_col_right
{
    width: 45%;
    display: inline-block;
    float: right;
    padding: 30px 50px;
}

.game_intro_col_right img
{
    filter: brightness(90%);
}

.game_intro_col_right img:hover
{
    filter: brightness(110%);
}

.game_intro p
{
    color: #eeeeee;
    text-align: justify;
}

.game_button_row
{
    width: 1000px;
    margin: auto;
    text-align: center;
    padding-bottom: 30px;
}

.game_button
{
    display: inline-block;
}

.game_button a
{
    display: inline;
    text-decoration: none;
}

.game_android_button
{
    padding: 15px 62px;
    font-size: 15px;
    background-color: #a4c739;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    margin-right: -35px;
    color: #fff;
}

.game_android_button:hover
{
    background-color: #84a02d;
    color: #eeeeee;
}

.game_ios_button
{
    padding: 15px 72px;
    font-size: 15px;
    background-color: #4e5850;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-left: -20px;
    color: #fff;
}

.game_ios_button:hover
{
    background-color: #717972;
    color: #eeeeee;
}

.game_or
{
    background: #fff;
    padding: 10px;
    border-radius: 100px;
    position: relative;
    z-index: 3;
    color: #000;
    box-shadow: 0px 0px 3px 6px #d1d1d1;
}

.about_desc_div
{
    padding-top: 30px;
    width: 1000px;
    margin: auto;
}

.about_desc 
{
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #806340;
    padding: 15px 25px;
    border-radius: 5px;
    margin-bottom: 3vh;
}

.about_desc p
{
    color: #e7e7e7;
    letter-spacing: 1px;
    text-align: justify;
    text-justify: inter-word;
}


.about_desc_title 
{
    font-size: 24px;
    color: #e5c100;
}

.container-fluid .row
{
    justify-content: center;
    text-align: center;
    padding-bottom: 20px;
}

.container-fluid img
{
    max-height: 205px;
}

.ekko-lightbox .modal-content
{
    background-color: inherit;
}

.ekko-lightbox .modal-header
{
    border-bottom: none;
}

.ekko-lightbox .modal-header button
{
    color: #fff;
}

.admin_login
{
    text-align: center;
}

.admin_login input
{
    display: block;
    margin: auto;
    margin-bottom: 20px;
    border: 1px solid #e6c361;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #000;
    color: #ddd;
}

.admin_login button
{
    border: 1px solid #e6c361;
    border-radius: 5px;
    padding: 5px 30px;
    background-color: #000;
    color: #e6c361;
}

.admin_login button:hover
{
    background-color: #e6c361;
    color: #000;
}

.admin_logout
{
    float: right;
}

.admin_logout img
{
    width: 30px;
}

.admin_logout img:hover
{
    filter: brightness(130%);

}

.admin_div
{
    width: 1000px;
    margin:auto;
    text-align: center;
}

.admin
{
    padding: 20px;
}

.admin p
{
    font-size: 30px;
    color: #e6c361;
}

.table_date
{
    padding-bottom: 20px;
}

.table_date td
{
    color: #ddd;
}

.table_date tbody > tr
{
    border:none;
}

.table_date tbody > tr > td
{
    border:none;
}

.admin_table th,tr,td
{
    border: 1px solid #e6c361;
    padding: 10px 30px;
}

.admin_table thead > tr:nth-child(1)
{
    background-color: #000;
}

.admin_table tbody > tr:nth-child(odd)
{
    background-color: #4c4c4c;
}

.admin_table tbody > tr:nth-child(even)
{
    background-color: #7f7f7f;
}

.admin_table
{
    color: #ddd;
}

.dataTables_wrapper label
{
    color: #ddd;
}

.dataTables_wrapper select
{
    color: #ddd;
}

.dataTables_wrapper input
{
    color: #ddd;
}

.dataTables_wrapper option
{
    background-color: #000;
}

.dataTables_info
{
    color: #ddd !important;
}

.paginate_button
{
    color: #ddd !important;
}

.dt-buttons
{
    display: inline-block;
    float: left;
}

.dt-buttons button
{
    background-color: #e6c361;
    color: #000;
    padding: 5px 20px;
    border: 1px solid #e6c361;
    border-radius: 5px;
}

.dt-buttons button:hover
{
    background-color: #000;
    color: #e6c361;
    border-color: #e6c361;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active
{
    border: 1px solid #e6c361;
    background: #000;
    color: #666 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button
{
    border: 1px solid #e6c361;
    background: #000;
    color: #ddd !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover
{
    background: #e6c361;
    color: #000 !important;
    border: 1px solid #e6c361;
    filter: brightness(130%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover
{
    background: #e6c361;
    color: #000 !important;
    border: 1px solid #e6c361;
}

/* mobile */
@media screen and (max-width: 787px) {
    .row
    {
        margin-right: 0;
        margin-left: 0;
    }

    .header_background
    {
        height: 425px;
    }

    .header_background_login
    {
        height: 200px;
    }

    .header_form_login
    {
        float: none;
        padding-top: 0px;
        position: initial;
        bottom: 0px;
    }

    .header_nav
    {
        display: none;
        height: 35px;
    }

    .header_nav ul
    {
        padding-left: 0px;
    }

    .header_nav li 
    {
        padding: 10px 3px;
        font-size: 10px;
        width: 25%; 
    }

    .navbar
    {
        display: flex;
        background-color: #0c0c0c;
        border: 1px solid #e5c100;
        color: #e5c100;
    }

    .navbar p
    {
        margin-bottom: 0px;
    }

    .navbar i
    {
        color: #e5c100;
    }

    .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link 
    {
        color: #e5c100;
    }

    .navbar-light .navbar-nav .nav-link 
    {
        color: #eeeeee;
    }

    .navbar-toggler
    {
        border: none;
        -webkit-appearance: none;

    }

    .navbar-light .navbar-toggler 
    {
        color: transparent;
        border-color: transparent;
        -webkit-appearance: none;
    }

    .carousel-item img 
    {
        min-height: 155px;
    }

    .carousel-caption
    {
        left: auto;
        right: 10%;
        bottom: 15px;
    }

    .carousel-caption p
    {
       font-size: 35px;
       margin-bottom: 5px;
    }

    .carousel-caption.banner_3
    {
        left: auto;
        right: 15%;
        bottom: 5px;
    }

    .carousel-caption.banner_3 p
    {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .announcement
    {
        display: none;
    }

    .step
    {
        padding-top: 25px;
    }

    .step img
    {
        max-height: 600px;
        width: 100%;
    }

    .promo_home
    {
        width: 100%;
    }

    .prodgame_div 
    {
        max-width: 100%;
    }

    .prodgame_frame
    {
        background: none;
    }

    .prodgame_content
    {
        max-width: 50%;
    }

    .jackpot_div
    {
        max-width: 100%;
    }

    .jackpot_div img
    {
        max-width: 100%;
    }

    .info_div
    {
        max-width: 100%;
    }

    .home_desc
    {
        max-width: 100%;
    }

    #jackpot
    {
        top: 55%;
        left: 20%;
    }

    .count, #foo 
    {
        font-size: 25px;
    }

    .info_title .col-md-3
    {
        width: 70%;
        display: inline-block;
        float: none;
    }

    .game_top img 
    {
        min-height: auto;
    }

    .game_list
    {
        max-width: 100%;
        text-align: center;
    }

    .col_game
    {
        width: 45%;
    }

    .game_intro
    {
        max-width: 100%;
    }

    .game_intro_col_left 
    {
        width: 100%;
        padding: 30px 20px 20px;
    }

    .game_intro_col_right 
    {
        width: 100%;
        float: none;
        padding: 30px 20px;
    }

    .promotion_row img
    {
        max-width: 94%;
        min-width: auto;
    }

    .promotion_card
    {
        width: 94%;
    }

    .contact_us_div
    {
        width: 100%;
    }

    .contact_us_row 
    {
        display: block;
        padding: 0 10px 20px;
        text-align: center;
    }

    .contact_content
    {
        width: 60%;
        margin: 20px 0px;
        display: inline-block;
    }

    .contact_content img
    {
        max-width: 100px;
    }

    .bank_div
    {
        width: 94%;
    }

    .bank_row img
    {
        width: 23%;
        padding: 10px 10px;
    }

    .bank_desc p
    {
        font-size: 30px;
        color: #ad6f1a;
        margin-bottom: 0px;
    }

    .about_desc_div
    {
        padding: 30px 20px;
        width: 100%;
        margin: auto;
    }

    .game_button_row
    {
        width: 100%;
    }

    .game_android_button
    {
        padding: 10px 45px;
        font-size: 13px;
    }

    .game_android_button i
    {
        margin-left: -20px;
    }

    .game_or
    {
        padding: 5px;
    }

    .game_ios_button
    {
        padding: 10px 40px;
        font-size: 13px;
    }

    .container-fluid .col-md-3
    {
        margin: 15px 0;
    }

    .borderline
    {
        width: 100%;
    }

    .bank_contact 
    {
        width: 100%;
        display: block;
        padding: 10px 0;
    }

    .bank_contact_row img 
    {
        padding: 0;
        width: 25%;
    }

    .bank_contact_details 
    {
        display: block;
        margin-left: 0;
        text-align: center;
    }

    .admin_div
    {
        width: 100%;
    }

    .admin
    {
        padding: 20px 20px;
    }

}

@media screen and (max-width: 321px) {

    .game_button_row
    {
        width: 100%;
    }

    .game_android_button
    {
        padding: 10px 45px;
        font-size: 10px;
    }

    .game_android_button i
    {
        margin-left: -20px;
    }

    .game_or
    {
        padding: 5px;
    }

    .game_ios_button
    {
        padding: 10px 40px;
        font-size: 10px;
    }
}