/*Overline Main Css*/
img {
    vertical-align: middle;  
    max-width: 100%;
    height: auto;
}
/**************** redirectlink update ****************/
span.redirectLink{
    cursor: pointer;
}
section.entrance-ibc-box span.redirectLink:hover{
    text-decoration: underline;
}
#content .zenymall-box span.redirectLink:hover {
    color: #fff;
}
#content .zenymall-box span.redirectLink {
    display: block;
    border: 2px solid #fff;
    line-height: 60px;
}
/*****************************************************/
.main-menus li a {
    padding: 5px 0;
}
.nav-hidden-menu a.link-zeny {
    padding: 6px 0;
}
.subpage-container .howto-act-block p {
    font-size: 1.4em;
}
.subpage-container .howto-act-block.bg_white {
    color: #082844;
}
.subpage-container .howto-act-block.bg_white {
    color: #082844;
    padding: 30px 0;
}


/* lotto                                */

section#lotto_banner{
    
}
section#lotto_banner div{
   margin-bottom: 10px;
}
section#lotto_banner div a{
    width: 100%;
}
section#lotto_banner div a img{
    width: 100%;
}
div.lotto-content{
    font-family: "seribl","rsu";
    font-weight: normal;
    line-height: 35px;
    letter-spacing: 2px;
    
}
div.lotto-content div div div.lotto-inner{
    
}
div.lotto-content h1{
    font-size: 46px;
    font-weight: normal;
    text-align: center;
}
div.lotto-content h2{
    font-size: 38px;
    font-weight: normal;
    padding-left: 80px;
}
div.lotto-content h3{
    font-size: 28px;
    font-weight: normal;
    padding-left: 80px;
}
div.lotto-content p{
    font-size: 24px;
    font-weight: normal;
    padding-left: 80px;
}
@media (max-width: 1467px){
    section#lotto_banner div a img{
    width: 100%;
}
}

#content .hor0 {
    background: rgba(0, 0, 0, 0) url("../images/bg_hor_1.png") repeat-x scroll center -5px;
    height: 110px;
}
#content .hor01 {
    background: rgba(0, 0, 0, 0) url("../images/bg_hor_1.png") repeat-x scroll center 0px;
    height: 10px;
}


.float-menu {
    position: fixed;
    top: 22%;
    left: 50px;
    z-index: 1000;
}
.float-menu .close-float-menu {
    background: url("../images/float-menu/close-float-menu.png") no-repeat;
    width: 29px;
    height: 29px;
    position: relative;
    display: inline-block;
    bottom: -15px;
    left: -15px;
    cursor: pointer;
}
.float-menu .float-menu-box {
    background: url("../images/float-menu/bg-float-menu.jpg") no-repeat;
    background-size: cover;
    background-repeat:   no-repeat;
    background-position: center center;
    width: 251px;
    height: 356px;
}
.float-menu .float-menu-box .float-menu-nav{
    list-style: none;
    padding-left: 22px;
    padding-top: 8px;
}
.float-menu .float-menu-box .float-menu-nav li{

}
.float-menu .float-menu-box .float-menu-nav li > a{
    display: block;
    color: #fff;
    font-family: "rsu";
    font-weight: bold;
    font-size: 30px;
    text-align: right;
    padding-right: 15px;
    line-height: 53px;
}
.float-menu .float-menu-box .float-menu-nav li > a:hover{
    background-color: #fff;
    color: #01b9ff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
@media (max-width: 993px){
    .float-menu {
        position: fixed;
        bottom: 0;
        left: 35px;
        z-index: 1000;
    }
}
@media (max-width: 767px){
    .float-menu {
        top: 30%;
        bottom: 0;
    }
    .float-menu .float-menu-box {
        width: 175.7px;
        height: 249.2px;
    }
    .float-menu .float-menu-box .float-menu-nav li > a{
        font-size: 18px;
        line-height: 40px;
    }
}

.btn-float-fixed {
    position: fixed;
    background: #000000;
    top: 50px;
    right: 0;
    width: 70px;
    height: auto;
    z-index: 999;
}
.btn-float-fixed .btn-float-box {
    display: block;
    padding: 5px;
    text-align: center;
}

.btn-float-fixed a{
    color: #fff;
}
.btn-float-fixed a:hover{
    color: #fff;
    text-decoration: underline;
}
div.float-boxup {
    position: fixed;
    top: 0;
    text-align: center;
    width: 100%;
    height: 1000px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.55);
    display: none;
}
div.float-boxup-box {
    position: relative;
    background: #000000;
    width: 65%;
    height: auto;
    margin: auto;
    margin-top: 10%;
}
div.float-boxup img {
    width: 100%;
    height: 100%;
}
@media (min-width: 768px){
    div.float-boxup-box {
        width: 45%;
    }
}
@media (max-width: 480px){
    .btn-float-fixed {
        top: auto;
        bottom: 0;
        width: 100%;
        height: auto;
    }
    .btn-float-fixed a {
        padding: 10px 5px;
        text-align: center;
        width: 25%;
        float: left;
    }
}
span.bt-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 23px;
    cursor: pointer;
    z-index: 1005;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ----------------------------------------------sbo_register_foot------------------------------------------------------------------------------------------------------------------------------ */
section.sbo_register_foot{
    
background: #FFFFFF;
}
.member.register-form .form-group label {
    font-size: 18px;
    font-weight: normal;
    padding-top: 10px;
    text-align: right;
}

.member.register-form div.form-group {
    margin-bottom: 0px;
}
div.form-error-control{
 //   display: inline-block !important;
    color: red;
    line-height: 27px;
    
}
button.bnt_regis_sbo,button.bnt_regis_sbo:hover{
    width: 100%;
    font-family: "seribl","rsu";
    color: #FFFFFF !important;
    background: #00baff;
    line-height: 60px;
    font-size: 36px;
}
.member.register-form .form-control, .member.register-form .form-control {
    background-color: #ffffff;
    border: 0 none;
    border-radius: 1px;
    font-size: 18px;
    height: 60px !important;
}
div.text_sbo_regis{
    line-height:  16px;
    height: 500px;
    overflow: hidden;
    }
div.text_sbo_regis h3{
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    }
    
div.text_sbo_regis p{
    font-size: 16px;
    padding: 0px;
    margin: 0px;
     line-height:  20px;
     font-weight: bold;
    }    
    div.sbo_form_regis{
            height: 500px;
    overflow: hidden;
    }    
    div.form-error_t1{
        height: 24px;
    }

.line-float-block{
    position: fixed;
    right: 0;
    bottom: 0;
    /*background-image: url("../images/ibcthai_QR_line@.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    width: 220px;
    /*height: 265px;*/
    z-index: 999;
}
.line-float-block .line-qr-image{
    width: 157px;
    margin-top: 60px;
    margin-left: 31px;
}
.line-float-block .line-qr-image img{
    width: 157px;
    height: auto;
}
.line-float-block .line-label{
    font-family: "seribl","rsu";
    text-align: center;
    color: #32be29;
    font-size: 2.5em;
    line-height: 0.5em;
}
.line-float-block .close-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 25px;
    height: 25px;
}
.line-addfriend-btn{
    text-align: center;
}
@media (max-width: 480px){
    .line-float-block{
        bottom: 78px;
    }
}
@media (max-width: 447px){
    .line-float-block{
        bottom: 98px;
    }
}
@media (max-width: 768px){
    .line-float-block{
        width: 198px;
    }
}
@media (max-width: 480px){
    .line-float-block{
        width: 154px;
    }
}

/********************* zeny login *********************/
.header-zeny-box{
    padding: 0 0 20px;
    background:#061c31;
    font-family: 'rsu';
    font-size: 1.2em;
}
.header-zeny-box input {
    border: 0;
    line-height: 22px;
    width: 100%;
    padding: 2px 5px;
    background: #999999;
}
.header-zeny-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.header-zeny-box input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.header-zeny-box input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.header-zeny-box input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.header-zeny-box button {
    border: 0;
    line-height: 22px;
    width: 100%;
    padding: 2px 5px;
    color: #fff;
    background: #4d5266;
    background: linear-gradient(to bottom, #4d5266 0%,#4d5266 50%,#4d5266 50%,#131114 50%,#131114 100%);
}
.header-zeny-box button.logout-btn{
    margin-top: 10px;
}
.header-zeny-box button:hover{
    background: #131114;
    background: linear-gradient(to bottom, #131114 0%,#131114 50%,#131114 50%,#4d5266 50%,#4d5266 100%);
}
#login-zeny-box{
    background: #d2d2d2;
    border-radius: 0 0 10px 10px;
    padding: 15px;
}
#login-zeny-box a{
    color: #535353;
}
#login-zeny-box a.red{
    color: #ff0200;
}
#login-zeny-box p{
    color: #031d2e;
    font-size: 1.2em;
    margin-bottom: 0;
}
#login-zeny-box div.link{
    padding-top: 5px;
}
#login-zeny-box .bold{
    font-weight: bold;
}

/**************************** act & register block******************************/
#content .act-block a {
    border: none;
    font-size: 2.2em;
    line-height: 70px;
    background: #0b162a;
    background: linear-gradient(#4a6378 0%, #1c2d43 50%, #0b162a 80%);
}
#content .act-block a:hover, #regis-box button:hover {
    background: #1c2d43;
    background: linear-gradient(#0b162a 0%, #1c2d43 50%, #4a6378 90%);
}
.act-block .rsu{
    font-family: 'rsu' !important;
}
#content .act-block h3 {
    font-size: 5em;
}
#content .act-block h4 {
    font-size: 3em;
}
@media (min-width: 769px){
    #content .act-block a{
        width: 60%;
        margin: 20px auto;
    }
}
div.sbo-regis-first {
    height: auto;
}
#regist-home {
    font-family: 'rsu';
    padding-top: 30px;
    text-align: center;
}
#regist-home .head_regis_first{
    font-size: 3em;
}
#regis-box input {
    width: 100%;
    line-height: 60px;
    font-size: 1.3em;
    padding: 0 10px;
    box-shadow: inset 2px 2px 4px #878988;
    -moz-box-shadow: inset 2px 2px 4px #878988;
    -webkit-box-shadow: inset 2px 2px 4px #878988;
}
#regis-box button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.2em;
    line-height: 60px;
    background: #0b162a;
    background: linear-gradient(#4a6378 0%, #1c2d43 50%, #0b162a 80%);
}
#regis-box div.error_sboregister {
    font-size: 1.2em;
    padding: 0px 0px 5px 40px;
    color: red;
}
#regis-box div.error_sboregister2 {
    height: 24px;
}
@media screen and (min-width: 992px){
    #regis-box input, #regis-box div.error_sboregister, #regis-box button {
        width: 70%;
    }
    #regis-box div.error_sboregister {
        margin: auto;
    }
    #regist-home div#html_recaptcha div {
        margin-left: 11.65%;
    }
    #regist-home .head_regis_first{
        font-size: 4em;
    }
}
@media (max-width: 480px){
    #content .act-block h3 {
        font-size: 4em;
    }
    #content .act-block h4 {
        font-size: 2em;
    }
    #content .act-block a {
        font-size: 1.8em;
    }
}
@media screen and (max-width: 485px){
    .nav-hidden-menu .separate, .nav-hidden-menu a.link-zeny {
        display: inline;
        font-size: 10px;
    }
}

.howto-app-block{
    margin-top: 50px;
    margin-bottom: 120px;
}
.howto-app-block p{
    font-size: 1.4em;
}
.howto-app-block .sbo-app{
    margin-bottom: 60px;
}
.howto-app-block .sbo-app span{
    color:#ffff00;
}
.howto-app-block .sbo-app-button a{
    font-size: 40px;
    background: #cb0000;
    padding: 15px 20px;
    border: 3px solid #980000;
    border-radius: 10px;
}
.howto-app-block .sbo-app-button a:hover{
    background: #b30303;
}
@media screen and (max-width: 480px){
    .howto-app-block .sbo-app-button a{
        font-size: 1.2em;
    }
}


/******************* blog & share social ******************/

.social-share-link{
    list-style: none;
    padding: 0;
    margin-top: 30px;
    text-align: right;
}
.social-share-link li{
    display: inline;
    margin-left: 10px;
}
.social-share-link img{
    max-height: 40px; 
    width: auto;
}
.social-share-link .facebook{
    position: relative;
}
.social-share-link .facebook .badge{
    position: absolute;
    left: 70%;
    top: 0;
    background: none;
}
@media screen and (max-width: 767px){
    .social-share-link img{
        max-height: 30px; 
    }
}
@media screen and (max-width: 480px){
    .social-share-link li{
        display: block;
        margin-bottom: 10px;
    }
}
    @media screen and (min-width: 320px){
    .news-read img {
        width: auto;
    }
}

div.news-details{

    font-size: 20px;
    letter-spacing: 1px;
    line-height: 25px;

}
div.div_img_set{
    height: 205px;
    overflow: hidden;
    background: none;
}
div.div_img_set img{
  border: 0px solid #000000;
  border-radius: 0px;
  padding: 20px 0px 20px 0px ;
  background: none;
}

.line-float-block, .btn-float-fixed {
    left: 0;
    right: auto !important;
}
@media (max-width: 768px) {
    .line-float-block {
        width: 198px;
    }
}
@media (max-width: 480px) {
    .line-float-block {
        width: 154px;
    }
    #chat-widget-container {
        bottom: 78px !important;
    }
}
@media (max-width: 430px) {
    #chat-widget-container {
        bottom: 98px !important;
    }
}

