/* for index_landing.php */
header{
    margin-top:10px;
}
.embed-responsive-16by9{
    margin: 0 auto;
}
.verifiedacc{
    margin:0 auto;
    text-align: center;
}
navbar ul li a{
    font-family:sukhumvit_
}

#pw_container{
    width:250px;
    height:390px; 
    position:fixed; 
    left:60px; 
    bottom:100px; 
    border:0px; 
    z-index:100;
    overflow:hidden;
}
.video-thumb-container{
    max-width:800px;
    margin:0 auto;
}
.video-thumb-container .row >div{
    padding:4px;
    margin-bottom:4px;

}
.video-thumb{
    background: rgba(255,255,255,0.6);
    height:auto;
    width:100%;
    border-radius: 3px;
}
.video-thumb img{
    margin: 2px;
    width: 100%; height: auto; display: block; margin-left: auto; margin-right: auto;
}
.video-thumb {
    background: transparent;
}
.video-thumb .title,.video-thumb .title a{
    background:rgba(255,255,255,0.8);
    color:#000;
    font-size:12px;
}
.verifiedacc{
    padding-top:10px; padding-bottom:5px;
    max-width:800px;
}
.video-thumb .voverlay .voverlay{
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 0px;
    display: table;
    width: 100%;
    vertical-align: middle;
}
.video-thumb .voverlay .voverlay.voverlay-full .v-center{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    position: relative;
    bottom: auto;
    top: 15px;
    left: auto;
    right: auto;
    
}
.video-thumb .btn-circle.btn-lg{
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0;
}
.btn-circle > [class*="play"]{
    margin-left: 4px;
}
.video-thumb .btn-blue-500{
    color: #ffffff;
    /*background-color: #0288D1;*/
    background-color: rgba(10, 150, 255, .8);
    border-color: #0074b3;
}
.video-thumb .btn-circle{
    border-radius: 50%;
}
#chat_box{
    max-width:320px;
    height:400px; 
    position:fixed; 
    right:5px; 
    bottom:10px; 
    border:0px; 
    z-index:100;
    overflow:hidden;
    display:none;
}
.chat-large{
    position:fixed; 
    right:50px; 
    bottom:100px; 
    border:60px; 
    z-index:100;
    display:block;
    font-size:60px;
    background: transparent;
    color:#0096d7;
}
.chat-show-hide{
    height: 50px;
    width:40px;
    max-width:5%;
    float:left;
    color:#fff;
    font-size:30px;
    margin-right:1px;
}
.pw-show-hide{
    position:fixed;
    bottom:100px;
    left:60px;
    z-index:100;
    color:#fff;
    font-size:30px;
    padding-top:100px;
    margin-left:1px;
    background: transparent;

}
.pw-show-hide span{
    display:block;
    position:absolute;
    bottom: 0px;
}
.mpic-small-circle {
    width: 40px;
    height: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin:0 auto;
}
.mpic-small {
    width: 30px;
    height: 30px;
    position: relative;
    margin:0 auto;
}

.mpic-small-circle img {
    display: inline;
    margin: 0 auto;
    height: auto;
    width: 100%;
}
.hamburger{
    display:none !important;
}
    .modal-header .logo{
    background-image: url(/images/logoonly50x50.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 90px;
    height: 45px;
    margin-top: 5px;
    float: left;
    display: inline
    }
    fieldset{
        padding:0px;
        margin:0px;
    }
    .g-recaptcha >div{
        margin: 0 auto;
    }
    #url{
        display:none;
    }
    .btn-facebook{
        padding-top:8px;
        padding-bottom: 8px;
        font-size:16px;
    }
    .full-container{
        width:100%;
        overflow-x:hidden;
    }
    .ls-top-navbar body{
        padding-top:45px;
    }
@media (min-width:668px) and (max-width:992px){
    #pw_container{
        left:60px;
        display: none;
    }
    .video-thumb-container{
        max-width:90%; 
        margin:0 auto;
        padding-left:60px;
    }
    #landing-page .video-thumb-container{
        padding-left:5px !important;
    }

}

@media (max-width:667px){
    #pw_container{
        left:5px;
        width:95%;
        display: none;
        bottom:60px;
    }
    .video-thumb-container{
        padding-left:5px;
    }
    .btn-circle.btn-lg{
        width:30px;
        height:30px;
        line-height:30px;
        padding: 0;
    }
    #chat_box{
        width:100%;
        max-width:100%;
        display:none;
        bottom:50px;
    }
    .chat-large{
        display:none;
    }
    #widget76_2{
        display:none;

    }
    .message-box{
        width:80%;
    }
    .row [class*="col-"] {
        padding: 0 8px;
    }
}
/* this work for iphone 8 */
@media only screen
and (max-device-width :667px) 
and (orientation : portrait) { 
    #pw_container{
        left:5px;
        width:95%;
        display: none;
        bottom:60px;
    }
    .video-thumb-container{
        max-width:90%; 
        margin:0 auto;
        padding-left:2px;
    }
    .container{
        margin-left:0px;
        margin-right:0px;
        padding-left:2px;
        padding-right:2px;
    }
    .pw-show-hide{
        display:none;
    }

}
/* end of index_landing.php */