html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
}

button, input, optgroup, select, textarea{
    color: #000;
}
html{
    background: #000;
}
body{
    /*
    background: -webkit-linear-gradient(bottom, #0a1f32 350px, rgba(10, 31, 50, 0) 900px);
    background: linear-gradient(to top, #0a1f32 350px, rgba(10, 31, 50, 0) 900px);
    */
    background: #000 url(images/12winasia/bg-body.jpg) no-repeat center fixed;
    background-size: contain;
}

/*
body.bg1{
    background: #022f1f ;
}
*/
a:hover{
    color: #ffffff;
}


body {
    /*overflow: hidden;*/
}

html {
    height: 100%;
}

body {
    min-height: 100%;
}

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

.margin-bottom-5{
    margin-bottom: 5px;
}

.margin-bottom-10{
    margin-bottom: 10px;
}

.margin-top-10{
    margin-top: 10px;
}

.page_title{
    font-weight: bold;
    color: #FFDE64;
    text-transform: uppercase;
}

.main_container{
    max-width: 980px;
    margin: auto;
    margin-bottom: 0px;
    background-color: transparent;
    padding-top: 20px;
    margin-top: 10px;
}

.border{
  border: 1px solid #666666;
}

select, select.form-control, textarea, input[type=text], input[type=number], input[type=password],.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    border: 1px solid #4F4F4F;
    padding: 3px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 14px;
    background: #333333;
    color: #fff;
    padding-left: 5px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
    background: #FE0000;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
    background: #FE0000;
    border: 1px solid #FE0000;
}

.nav-pills>li>a:hover, .nav-pills>li>a:active, .nav-pills>li>a:focus{
    background: transparent;
    border: 1px solid #FE0000;
    color: #fff;
}

/* buttons */
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background: #e6b300;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    font-weight: bold;
    margin: 0px 5px;
}
/*
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background-color: #AD8A52;
    color: #fff;
    border:2px solid #AD8A52;
}
*/

.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active{
    background: #E90909 url(images/success_btn_bg.png) repeat-x;
    color: #fff !important;
    border:0px solid #AD8A52;

    -webkit-box-shadow: 0px 3px 0px #91222e;
    -moz-box-shadow: 0px 3px 0px #91222e;
    box-shadow: 0px 3px 0px #91222e;

    -webkit-box-shadow: -1px 2px 0px 1px rgba(145,34,46,1);
    -moz-box-shadow: -1px 2px 0px 1px rgba(145,34,46,1);
    box-shadow: -1px 2px 0px 1px rgba(145,34,46,1);

    margin-left: 2px;


    border-radius: 5px 5px 5px 5px !important;
    -moz-border-radius: 5px 5px 5px 5px !important;
    -webkit-border-radius: 5px 5px 5px 5px !important;
}


.btn-login{
    padding: 2px 5px;
}



.btn-hot {
    color: #fff;
    background-color: #db5566;
    border-bottom:2px solid #af4451;
}

.btn-hot:hover, .btn-sky.active:focus, .btn-hot:focus, .open>.dropdown-toggle.btn-hot {
    color: #fff;
    background-color: #df6a78;
    border-bottom:2px solid #b25560;
    outline: none;}


.btn-hot:active, .btn-hot.active {
    color: #fff;
    background-color: #c04b59;
    border-top:2px solid #9a3c47;
    margin-top: 2px;
}

.btn-sunny {
    color: #fff;
    background-color: #f4ad49;
    border-bottom:2px solid #c38a3a;
}

.btn-sunny:hover, .btn-sky.active:focus, .btn-sunny:focus, .open>.dropdown-toggle.btn-sunny {
    color: #fff;
    background-color: #f5b75f;
    border-bottom:2px solid #c4924c;
    outline: none;
}


.btn-sunny:active, .btn-sunny.active {
    color: #fff;
    background-color: #d69840;
    border-top:2px solid #ab7a33;
    margin-top: 2px;
}

.btn-fresh {
    color: #fff;
    background-color: #51bf87;
    border-bottom:2px solid #41996c;
}

.btn-fresh:hover, .btn-sky.active:focus, .btn-fresh:focus, .open>.dropdown-toggle.btn-fresh {
    color: #fff;
    background-color: #66c796;
    border-bottom:2px solid #529f78;
    outline: none;
}


.btn-fresh:active, .btn-fresh.active {
    color: #fff;
    background-color: #47a877;
    border-top:2px solid #39865f;
    outline: none;
    outline-offset: none;
    margin-top: 2px;
}

.btn-sky {
    color: #fff;
    background-color: #0bacd3;
    border-bottom:2px solid #098aa9;
}

.btn-sky:hover,.btn-sky.active:focus, .btn-sky:focus, .open>.dropdown-toggle.btn-sky {
    color: #fff;
    background-color: #29b6d8;
    border-bottom:2px solid #2192ad;
    outline: none;
}

.btn-sky:active, .btn-sky.active {
    color: #fff;
    background-color: #0a97b9;
    border-top:2px solid #087994;
    outline-offset: none;
    margin-top: 2px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
    outline-offset: 0px;
}

.auth_box{
    width: 314px;
    height: 527px;
    background: url(images/auth.png) no-repeat;
    margin: auto;
}

.auth_box_title{
    text-align: center;
    padding-top: 200px;
    color: #000;
    font-size: 20px;
    padding-bottom: 20px;
}

.auth_box_field{
    width: 230px;
    margin: auto;
    margin-bottom: 10px;
}

.auth_box_field input[type=text]{
    background: #EBF0F1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #6C6B6B;
    border: 0px;
    font-size: 14px;
    padding: 5px 10px;
    width: 100%;

}

.auth_field_error{
    border: 1px solid #F40830 !important;
}

.auth_box_captcha_field{
    width: 140px !important;
}

.auth_box_note{
    font-size: 11px;
    color: #888888;
    width: 230px;
    margin: auto;
    margin-bottom: 10px;
}

.auth_box_button button{
    background: #F40830;
    color: #fff;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0px;
    display: block;
    width: 220px;
    margin: auto;
}

/* end buttons */

.tab-pane{
    padding: 10px;
    padding-top: 20px;
}

/* Preloader */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#000; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
    display: none;
}

#preloader_container{
    background: -webkit-linear-gradient(bottom, #0a1f32 350px, rgba(10, 31, 50, 0) 900px);
    background: linear-gradient(to top, #0a1f32 350px, rgba(10, 31, 50, 0) 900px);
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(images/ring.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.alert-danger span{
    color: #FF0000;
}

.btn{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}


.navbar-inverse{
    background-color: #000;
    color: #fff;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 10px 0;
    border-bottom: 1px solid #81750f;
    border-top: 1px solid #81750f;
    padding: 10px 0px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    padding-top: 0px
}


.navbar-inverse .navbar-nav>li>a{
    color: #fff;
    padding-right: 10px;
    font-size: 12px;
}

.navbar-inverse .navbar-brand{
    color: #fff;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
   background-color: transparent;
   color: #fbc902;
  /*
   
    background: transparent url(images/nav_over.png) no-repeat bottom center;
  */
}
.navbar-inverse .navbar-nav a:hover{
    /*background-color: #1E6CAF !important;*/
}

.site-logo{
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 50px;
}

.site-logo.visible-xs{
    padding-left: 0px;
}

.site-tagline{
    font-weight: bold;
    padding-left: 53px;
    font-size: 16px;
    letter-spacing:4px;
}

.top-right-header input[type=text], .top-right-header input[type=password]
{
    border: 1px solid #4F4F4F;
    padding: 3px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 12px;
    background: #333333;
    color: #fff;
}

.lg-join-btn{
    padding: 5px;
    padding-top: 16px;
}

/*
#top-header{
    background-color: #1B1B1B;
    border-bottom: .1rem solid #1B1B1B;
}
*/

.top-header-info{
    padding-bottom: 0px;
    padding-top: 20px;
    
}

/*
.top-header-info span{
  display: inline-block;
      background: url(images/rollex33/logo_glow.png) no-repeat top center;
    padding: 0px 50px;
    background-size: contain;
}
*/

.top_login_form{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#top-header-join-btn, #top-header-join-btn:hover{
    width: 127px;
    height: 57px;
    background: url(images/pages/JoinUS.png) no-repeat;
    display: inline-block;
    text-decoration: none;
}

#top-header-pw-link{
    color: #AD8951;
    font-size: 12px;
}

#top-header-pw-link:hover{
    color: #ED0000;
    font-size: 12px;
}

@media(min-width: 1000px)
{
    .navbar-nav{
        text-align: center;
        position: relative;
    }
}

@media (min-width: 768px){
    .navbar-nav{
        width: 100%
    }

    .navbar-nav > li{
        width: 10%;
        text-align: center;
    }

    .top-right-header{
        padding-top: 5px;
        padding-left: 0px;
    }
/*
    marquee{
        width: 450px !important;
    }

    #member_marquee{
        width: 600px !important;
    }
*/
}

.header-info{
    display: inline-block;
    padding-right: 5px;
    border-right: 1px dotted #ccc;
}

.header-info-noborder{
    border: 0px
}

/* footer */

.footer_container{
    padding: 10px;
    padding-bottom: 20px;
    color: #ffffff;
}

.footer_info{
    background: #202020 url(images/footer_dot.png) repeat-x center left;
    padding-top: 10px;
}

.connect_with_us_text{
    font-size: 11px;
    padding-bottom: 10px;
}

.partner_logos{
    padding-top: 25px
}

.footer{
    padding: 20px 15px;
}

.footer a{
   color: #ffffff;
   display: inline-block;
   padding: 3px 10px;
}

.footer a:hover{
    text-decoration: none;
    color: #26A65B;
}

.footerlink ul{
    padding: 0px;
    margin: 0px;
}

.footerlink ul li{
    float: left;
    list-style: none;
}

/*
#playtech_logo{
    display: inline-block;
    width: 105px;
    height: 22px;
    background: url(images_files/playtech_off.png) no-repeat;
    background-size: cover;
}

#playtech_logo:hover{
    background-image: url(images_files/playtech_on.png);
}

#videobet_logo{
    display: inline-block;
    width: 105px;
    height: 22px;
    background: url(images_files/videobet_off.png) no-repeat;
    background-size: cover;
}

#videobet_logo:hover{
    background-image: url(images_files/videobet_on.png);
}
*/
/*
.announce_icon{
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
*/

.account_panel_header{
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    padding-bottom: 10px;
    margin-top: 15px;
}

/* join / register page */
#register_form{
background: #000;
}

#register_form fieldset{
    padding: 10px;
    border: 1px solid #4B4B4B;
}

#register_form legend{
    border-color: #4B4B4B;
    border: 0px;
    display: block;
    background: transparent;
    width: 120px;
}

#join-today-box{
    border: 1px solid #DEB737;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 20px;
}

#join-today-box h5{
    text-align: center;
    font-weight: bold;
    color: #DEB737;
    font-size: 18px;
}

#join-today-box p{
    text-align: center;
}

#register-note{
    font-size: 11px;
}


/* home */
.home_container .container{
    max-width: 960px;
}

#main_carousel_container{
    position: relative;
}

#main_carousel{
    margin-bottom: 10px;
}

#main_carousel img{
    width: 100%;
    max-height: 320px !important;
}

.main_carousel_item{
    display: inline-block;
    width: 100%;
    position: relative;
}

.main_carousel_item_content{
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: none;
}

.main_carousel_item_content_text{
    color: #fff;
    z-index: 10;
    position: relative;
    float: none;
    padding: 10px;
}

.main_carousel_item_content_button{
    z-index: 100;
    position: relative;
    float: right;
    padding: 10px;
    width: 100px;
}



.main_carousel_item_content_bg{
    position: absolute;height:100%; width:100%;background:#2B801C;top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    -khtml-opacity: 0.70;
    opacity: 0.70;
    z-index:0;

}

#prev1{
    position: absolute;
    left: 10px;
    top: 45%;
    width: 12px;
    height: 23px;
    display: none;
    z-index: 10;
    background: url(images/left_arrow.gif);
}

#prev1:hover{

    background: url(images/left_arrow_on.gif);
}

#next1{
    position: absolute;
    right: 10px;
    top: 45%;
    width: 12px;
    height: 23px;
    display: none;
    z-index: 10;
    background: url(images/right_arrow.gif);
}

#next1:hover{
    background: url(images/right_arrow_on.gif);
}

#side_carousel_container{
    position: relative;
}

#side_carousel_container .caroufredsel_wrapper{
    height: 320px !important;
}

#side_carousel{
    margin-bottom: 10px;
}

#side_carousel img{
    width: 100%;
    max-height: 320px !important;
    max-width: 340px;
}

.side_carousel_item{
    width: 100%;
    display: inline-block;
}

#prev2{
    position: absolute;
    top: 10px;
    left: 45%;
    height: 12px;
    width: 23px;
    display: none;
    z-index: 10;
    background: url(images/up_arrow_off.gif);
}

#prev2:hover{

    background: url(images/up_arrow_on.gif);
}

#next2{
    position: absolute;
    bottom: 10px;
    right: 45%;
    height: 12px;
    width: 23px;
    display: none;
    z-index: 10;
    background: url(images/down_arrow_off.gif);
}

#next2:hover{
    background: url(images/down_arrow_on.gif);
}

.home-bottom-container{
    margin-bottom: 10px;
}

.home-bottom-container img{
    width: 100%;
}

.home-bottom-item{
    margin-bottom: 5px;
}


.home-bottom-item-right{
    position: relative;
}

#home_progressive_jackpot{
    padding:5px 50px 0px 50px;
    position: absolute;
    bottom: 30px;
    width: 100%;
}

#jackpot_title{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#float_banner{
    position: fixed;
    right: 0px;
    z-index: 10;
    top: 100px;
}

#float_banner a{
    display: block;
}



#home_jackpot_banner{
    width: 233px;
    height: 270px;
    background: url(images/prize_bg.jpg) no-repeat;
    position: relative;
    margin: auto;
}

#jackpot_number{
    position: absolute;
    top: 61px;
    left: 30px;
    font-size: 20px;
    width: 170px;
    text-align: center;
    color: #000;
}

#home_middle_banners{
    float: left;
    width: 818px;
    height: 254px;
}

#home_middle_banners img{
    display: none;
}

#home_middle_banner_buttons{
    float: right;
    background: #000;
    width: 162px;
    height: 254px;
    padding: 30px 0px;
}

#home_middle_banner_buttons div{
    font-size: 18px;
    text-align: center;
    padding: 10px 10px;
    cursor: pointer;
}

#home_middle_banner_buttons div:hover,#home_middle_banner_buttons div.active{
    background: #8E0000;
}

.home_bottom_banners{
      width: 24.5%;
      margin-bottom: 10px;
      display: inline-block;
      padding: 0px 5px;
      text-align: center;
  }
  
  .home_bottom_banners_title{

    font: 16px arial;
    color: #ede78b;
    padding: 10px 0;
    text-align: center;
    background: url(images/12winasia/bg-productname.jpg);
    border: 1px solid #666666;
    border-bottom: none;
  }
  
  .home_bottom_banners img{
    border: 1px solid #666666;
    width: 100%;
  }
  
  .home_bottom_last_banner{
    width: 24%;
  }

@media (min-width: 768px){


    .side_carousel_item{
        margin-bottom: 8px;
    }

    .side_carousel_container{
        padding: 0px
    }

    .home-bottom-container{
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
    }

    .home-bottom-item{
        width: 49.5%;
    }

    .home-bottom-item-left{
        float: left;
    }

    .home-bottom-item-right{
        float: right;
        position: relative;
    }

    .navbar-nav>li>a{
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .navbar{
        min-height: 40px;
    }
}

@media (max-width: 768px){
  
  #sthoverbuttons{
    bottom: 0px;
    top: auto;
  }
    .home-bottom-item-right #home_progressive_jackpot{
        float: right;
    }

    .home_bottom_banners{
        width: 100%;
        text-align: center;
    }

    #home_promotion_banner{

    }

    #home_promotion_banner img{
        width: 100%;
    }
    
    .menu_icon{
          background: transparent !important;
          padding: 10px 10px !important;
    }
    
    div.responsive-slider{
      width: 100% !important;
    }
    
    .home-slider-right-steps{
      margin-top: 20px;
      width: 100% !important;
    }
    
    .home-slider-right-steps div{
      width: 45% !important;
      float:left;
      left: 0px !important;
      margin: 0px 5px;
    }
    
    .home-slider-right-steps div img{
      width: 100%;
    }
    
    #bottom-section{
      width: auto !important;
      text-align: center;
    }
}

@media (max-width: 1200px) {
    #home_middle_banner_buttons{
        display: none;
    }

    #home_middle_banners{
        width: 100%;
        height: auto;
    }
    #home_middle_banners img{
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
}

    /* cms web page */
#webpage-container{
    padding-top: 20px;
    padding-bottom: 40px;
}


/* promotion cards */
.owl-item .promotion-card{
    margin: 0px 5px;
}

.promotion-card{
    background-color: #08243c;
    border: .1rem solid #2a6ca6;
    color: #fff;
    position: relative;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    cursor: pointer;
}

.promotion_promo_container{
    margin-bottom: 10px;
}

.promotion_promo_container img{
    opacity: 0.8;
    transition: opacity .5s;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;
}

.promotion_promo_container img:hover, .promotion_promo_container img.active {
    opacity: 1;
}
.promotion_promo{

    display: none;
}

.promotion_promo .promotion-modal-content{
    background: #fff;
}

.promotion_promo .promotion-modal-content h3, .promotion_promo .promotion-modal-content h4, .promotion_promo .promotion-modal-content p, .promotion_promo .promotion-modal-content li, .promotion_promo .promotion-modal-content span, .promotion_promo .promotion-modal-content a{
    color: #000;
}

@media (min-width: 768px){

    .promotion-card{
        height: 250px;

    }

    .promotion-card .promotion-card-intro{
        padding-bottom: 0px;
    }
}

.promotion-card .promotion-card-img img{
    width: 100%;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.promotion-card .promotion-card-title{
    text-align: center;
    margin: 10px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.promotion-card .promotion-card-intro{
    padding: 10px;
    padding-bottom: 100px;
    color: #fff;
}

.promotion-card .promotion-card-button{
    position: absolute;
    width: 100%;
    padding: 10px;
    bottom: 0px;
    background-color: #01203c;
}


.promotion-modal .modal-content{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #000;
}

.promotion-modal .modal-body{
    padding: 0px;
    color: #fff;
    background-color: #08243c;
}

.promotion-modal .modal-footer{
    background-color: #01203c;
}

.promotion-modal-content{
    padding: 10px;
    color: #000;
}

.promotion-modal-content h3, .promotion-modal-content h4, .promotion-modal-content p, .promotion-modal-content li, .promotion-modal-content span, .promotion-modal-content a{
    color: #fff;
}

.alertify h3, .alertify h4, .alertify p, .alertify li, .alertify span, .alertify a{
    color: #000;
}

@media (min-width: 768px) {
    .promotion-modal .modal-dialog {
        width: 980px;
    }

    .announcement-modal .modal-dialog {
        width: 500px;
    }

    .promotion-modal-content{
        padding: 10px 20px;
    }

    .home-popup-modal .modal-dialog {
        width: 800px;
    }
}

.announcement-modal{
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
}
.announcement-modal .modal-dialog{
    background: transparent;
    width: 584px;
    background: transparent url(images/pages/announcement.png) no-repeat top center;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    padding-top: 60px;
}

.announcement-modal .modal-content{
    background: transparent url(images/pages/announcement.png) repeat-y bottom center;
    padding-bottom: 50px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    border: 0px;
}

.announcement-modal .modal-body{
    background: transparent url(images/pages/announcement_bg.jpg) repeat-y top center;
    color: #000;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
}

.announcement-modal .modal-body p, .announcement-modal td{
    color: #000;
}

.announcement-modal .promotion-modal-content{
    position: relative;
    width: 570px;

}

.home-popup-modal .modal-body{
    padding: 0px;
}

.promotion-modal .modal-dialog{
    margin-bottom: 100px
}

.announcement-modal td{

}

.promotion-close-btn{
    position: absolute;
    right: 5px;
    top: 5px;
    color: #08243c;
    font-size: 26px;
}

.promotion-close-btn:hover{
    color: #08243c;
}

#promotions_general_terms{
    padding: 10px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

#promotions_general_terms h3{
    padding-bottom: 20px;
}

marquee{
    cursor: pointer;
}
.announce_icon{
    color: #d0004d;
}
#announcement_bar{
    background: #000;
    color: #fff;

    margin-bottom: 10px;
    border: 1px solid #666666;
    border-radius: 5px;
}

#announcement_bar span.announcement_label{
  background: #474747;
  padding: 8px 15px;
   display: inline-block;
}


#announcement_bar marquee{
    display: inline-block;
    width: 85%;
    color: #EDE78B;
  
}
#announcement_list{
    padding: 0px;
    margin: 0px;
    margin-left: 10px;
}

#announcement_list li{
    padding-bottom: 10px;
    list-style: none;
}

#announcement_list td{
    padding: 5px;
}

.promo-ads {
    width:255px;
    margin-bottom:15px;
  }

  a.promo-ads {
    display:block;
    font-size:16px;
    color:#d4bc59;
    text-decoration:none;
    padding:17px 0;
    background:url('./images/12winasia/bg-promo.jpg');
    border:1px solid #565656;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  
  a.promo-ads img {
    float:left;
    margin:0 10px;
    border:none;
    width:30px;
    height:30px;
  }
  
  a.promo-ads span {
    font-size:12px;
  }
  
  a.promo-ads:hover {
    background:url('./images/12winasia/bg-promo-hover.jpg');
    border:1px solid #644b0e;
  }


h1.products-category {
    font: 15px arial;
    font-weight: bold;
    color: #e2ab27;
    border-bottom: 1px solid #e2ab27;
    padding-bottom: 3px;
}



#products-section {
  float:right;
  width:680px;
  margin-top:20px;
}

#sliding-container {
  margin-top:20px;
}

.products {
	width: 638px;
	cursor: pointer;
	padding:15px 20px 15px;
	border:1px solid #666666;
	margin-top:20px;
}
.products2 {
	width: 668px;
	cursor: pointer;
	padding:15px 20px 15px;
	border:1px solid #666666;
	margin-top:20px;
}
  img.screenshot {
    float:left;
    display:block;
    width:30%;
    border:3px solid #afafaf;
    margin-right:20px;
  }
  
  .products-intro {
    float:right;
    width:65%;
  }
  
  h1.products-title {
    font:16px arial;
    font-weight:bold;
    color:#ffffff;
    margin-bottom:5px;
  }
  
  h1.products-article {
    font:16px arial;
    font-weight:bold;
    color:#d4bc59
  }
  
  p.products-article {
    font-size:14px;
    color:#e7e7e7;
  }
  
  .products-intro span {
    display:block;
    text-align:right;
    font-size:14px;
    color:#b9b9b9;
    text-decoration:none;
  }
  

.products-contents {	
	width: 638px;
	padding:20px;
	background:#121212;
	border:1px solid #666666;
	border-top:none;
}
.products-contents a{	
	outline: none;
}
.on {
	background:#0d0d0d;
	border-bottom:none;
}

.on span {
  display:none;
}
	
.over {
	background:#151515;
}

.over span {
  color:#e2ab27;
}

img.screenshot2 {
  margin-right:30px;
  border:3px solid #767676;
}

img.screenshot2:hover {
  border:3px solid #ffffff;
}

img.screenshot3 {
  margin-right:35px;
  border:3px solid #767676;
}

.clear{
  clear: both;
}


/* Pages - contents */
#section {
  float:right;
  width:100%;
  border:1px solid #666666;
  margin-top:10px;
}
#section2 {
  float:right;
  width:750px;
  border:1px solid #666666;
}
#pgtitle {
  width:640px;
  padding:10px 20px;
  font:17px tahoma;
  color:#e2ab27;
  background:url('../images/bg-pgtitle.jpg');
}

#contents {
  width:640px;
  padding:30px 20px 40px;
}
#contents2 {
  width:710px;
  padding:0 20px 30px;
}
h2.terms {
    font-size: 14px;
    color: #ececec;
    padding: 20px;
}


p.article {
  font-size:14px;
  color:#ececec;
  line-height:130%;
}

h2.article {
  font:15px arial;
  font-weight:bold;
  color:#ede78b;
  margin-bottom:6px;
}

h1.products-category {
  font:15px arial;
  font-weight:bold;
  color:#e2ab27;
  border-bottom:1px solid #e2ab27;
  padding-bottom:3px;
}

ul.article {
  font-size:14px;
  color:#ececec;
  line-height:130%;
  list-style:decimal;
  margin-left:30px;
}

ul.point {
  font-size:14px;
  color:#ececec;
  line-height:130%;
  margin-left:30px;
}

p.article span {
  font-size:14px;
  color:#d4bc59;
}


#bottom {
  width:100%;
}


#bottom-section {
  width:600px;
  margin:20px auto;
}

  img.logo2 {
    width:129px;
    height:80px;
    float:left;
  }
  
  .bottom-inside {
    width:400px;
    height:60px;
    float:right;
    margin-top:10px;
    text-align:right;
    border-left:1px solid #565656;
  }
  
  .bottom-inside img {
    margin-left:45px;
  }
  


.contact_info_bar{
}
.contact_info_bar div{
    float: left;
    width: 25%;
    text-align: center;
    padding: 15px;
    border: 1px solid #393939;
}

.contact_info_bar div:hover{
    background: #121212
}

.contact_info_bar_odd{
    background: #212121;
    color: #FE0000;
    border-right: 0px !important;
}

.contact_info_bar_even{
    background: #151515;
    color: #ADADAD;
}


.contact-info-box{
    border: 1px solid #38c738;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.contact-info-box h5{
    color: #38c738;
    font-weight: bold;
    font-size: 16px;
}

.page-title{
    color: #38c738;

}

#banking_info p{
    padding: 0px;
    margin: 0px;
    font-size:18px;
}

#banking_info td{
    padding: 10px;
    text-align: center;
}

.form-group{
    margin-bottom: 5px;
}

.home-footer-info h1{
    font-size: 18px;
    font-weight: bold;
}

.home-footer-info h2{
    font-size: 16px;
    font-weight: bold;
}
.home-footer-info p{
    font-size: 11px;
}

.slider-control.left{
    width: 50px;
    height: 50px;
    background: transparent url(images/arrow-prev.png) no-repeat !important;
}

.slider-control.left{
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    -webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
}

.slider-control.right{
    width: 50px;
    height: 50px;
    background: transparent url(images/arrow-next.png) no-repeat !important;
}

.slider-control.right{
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    -webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
}

.slider-control.right:hover{
    background-position: -50px 0px !important;
}

.slider-control.left:hover{
    background-position: -50px 0px !important;
}

.panel{
    background: #000;
}

.panel{
    border-color: #4B4B4B;
}

.panel-default>.panel-heading{
    background: #4B4B4B;
    border-color: #4B4B4B;
    color: #fff;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    background: #4B4B4B;
    border-color: #4B4B4B;
    color: #fff;

}

.panel-body .nav-tabs>li>a:hover{
    background: #4B4B4B;
    border-color: #4B4B4B;
    color: #fff;
}

.panel-body .nav-tabs{
    border-color: #4B4B4B;
}

.input-group-addon:first-child{
    background-color: #4B4B4B;
    border-color: #4B4B4B;
}

.steps_img{
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.steps{
    position: relative;
}

#steps_links_container{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

#steps_links_container a{
    float: left;
    width: 33%;
    height: 100%;
}

.responsive-slider{
  width: 73% !important;
  float: left;
}

.home-slider-right-steps{
      width: 26%;
    float: right;
}

#step1{
  position: relative;
    left: 30px;
    display: block;
    width: 200px;
    padding: 17px 0;
    background: url(images/12winasia/color-boxa.jpg);
    border: 1px solid #d4bf66;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#step1:hover{
  background: url(images/12winasia/color-boxa-hover.jpg);
}

#step2{
  position: relative;
    left: 30px;
    display: block;
    width: 200px;
    padding: 17px 0;
    background: url(images/12winasia/color-boxc.jpg);
    border: 5px solid #cd4c0a;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#step2:hover{
  background: url(images/12winasia/color-boxc-hover.jpg);
}


#step3{
  position: relative;
    left: 30px;
    display: block;
    width: 200px;
    padding: 17px 0;
    background: url(images/12winasia/color-boxb.jpg);
    border: 1px solid #ce9b1c;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#step3:hover{
  background: url(images/12winasia/color-boxb-hover.jpg);
}

#step4{
  position: relative;
    left: 30px;
    display: block;
    width: 200px;
    padding: 17px 0;
    background: url(images/12winasia/color-boxd.jpg);
    border: 1px solid #999999;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#step4:hover{
  background: url(images/12winasia/color-boxd-hover.jpg);
}

.responsive-slider .pages{
    text-align: right !important;
    padding-right: 30px;
}
.responsive-slider .pages .page{
    width: 8px !important;
    height: 8px !important;
    border: 5px solid #fff !important;
}

.responsive-slider .pages .page.active{
    opacity: 1 !important;
    border-color: #dd1144 !important;
}

.titlebar{
    background: url('/galadesktop-theme/images/common/sprite-topper.jpg') 0 -10.4rem no-repeat, -webkit-linear-gradient(left, #0d4676 0%, #0d4676 90%, rgba(13, 70, 118, 0) 100%);
    background: url('/galadesktop-theme/images/common/sprite-topper.jpg') 0 -10.4rem no-repeat, linear-gradient(to right, #0d4676 0%, #0d4676 90%, rgba(13, 70, 118, 0) 100%);
    margin: 10px 0px;
}
.titlebar span{
    display: inline-block;
    background: url(images/bg-topper.png) no-repeat bottom left;
    padding: 3px 1px;

}
.titlebar a{
    background: url(images/bg-topper.png) no-repeat top right;
    padding: 3px 10px;
    padding-right: 40px;
    display: inline-block;
}

#owl-demo .item{
    margin: 3px;
}

.slot-game-item{
    margin: 0px !important;
    margin-bottom: 10px !important;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

#account_menu td{
    border-top: 0px !important;
}

.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group{
    border-top: 0px;
}

.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group{
    padding:15px;
}

.panel-group .panel-heading+.panel-collapse>.panel-body table, .panel-group .panel-heading+.panel-collapse>.list-group table{
    margin-bottom: 0px;
}

.download_game{
    width: 285px;
    margin: auto;
    margin-bottom: 20px;
}

.download_game .row{
    margin-bottom: 5px;
}

.download_links{
    padding: 10px;
}

.download_links a{
    text-transform: uppercase;
}

.download_links img{
    width: 36px;
    display: inline-block;
    padding-right: 10px;
}

#download_container{
    background: url(images/pages/new/download_bg.png) center top no-repeat;
    padding: 20px;
}

.download-box{
  
}

.download-box-buttons{
  padding: 10px 0px;
}

.download-box-buttons a{
  display: inline-block;
  padding:  5px;
}

img{
    max-width: 100% !important;
}

.btn{
  border-radius: 5px;
}

.btn.btn-yellow{
  background: #d3ec00;
  color: #000;
  display: inline-block;
  padding: 5px 30px;
  font-weight: bold;
   margin: 0px 5px;
   margin-right: 0px;
}

.btn.btn-red{
  background: #d0004d;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  font-weight: bold;
  margin: 0px 5px;
}

.btn.btn-green{
  background: #9C3F13;
  color: #000;
  display: inline-block;
  padding: 5px 20px;
  font-weight: bold;
  margin: 0px 5px;
}

.btn.btn-gold{
  background: #e6b300;
  color: #000;
  display: inline-block;
  padding: 5px 20px;
  font-weight: bold;
  margin: 0px 5px;
}


