/*---------------------------------------------------YTPlayer--------------------------------------------------------------*/
.video
{
    position: relative;
    z-index: 1;
	    display: block;
}

.video .center, .video .center p, .static-img .center
{
text-align:center;
}

.side-login .list {
    background: rgba(0,0,0,0.5);
    border-radius: 3px;
    list-style: none;
    float: right;
    padding: 0;
    margin: 0;
    margin-right: 35px;
    margin-top: 25px;
}

.side-login .list li
{
display: inline;
    color: #fff;
    padding: 3px 10px 6px;
    border-right: 2px solid #bbb;
}

.side-login .list li a
{
color:#fff;
}

.side-login .list .login_before
{
padding-left:0;
}

.side-login .list li:last-child
{
border:none;
}

.happy-hours
{
color:#fff;
font-family: 'Montserrat', sans-serif;
}

.happy-hours h1
{
font-family: 'Montserrat', sans-serif;
font-size:50px;
margin-bottom:25px;
}

.happy-hours h2
{
font-size:40px;
}

.happy-hours h4
{
font-size:22px;
}

.btn-game-start
{
    width: 369px;
    height: 123px;
    background: url(../img/btn_gameStart.png) no-repeat;
    display: block;
    margin-top: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.btn-game-start span
{
opacity:0;
}

.btn2
{
    color: #fff;
    display: inline-block;
    padding: 10px 35px;
    border: 3px solid rgba(255, 255, 255, 0.5);
    margin-top: 20px;
    font-weight: 600;
}

.video .survey
{
    position: absolute;
    top: 30%;
    right: 9%;
    z-index: 100;	
}

.video .survey img
{
    width: 180px;
}

.side-banner
{
    position: absolute;
    right: 25px;
    top: 45%;
    background: rgba(0,0,0,0.5);
    padding: 10px;
	z-index:101;
}

.side-banner ul
{
list-style:none;
padding:0;
margin:0;
}

.side-banner ul li span
{
opacity:0;
}

.side-banner ul li:nth-child(1)
{
    background: url(../img/btn_side_banner_on.png) no-repeat center;
    width: 50px;
    height: 80px;
    background-position: 100% 5%;
    margin-bottom: 12px;
    border-bottom: 2px solid #fff;
}

.side-banner ul li:nth-child(2)
{
    background: url(../img/btn_side_banner_on.png) no-repeat center;
    width: 50px;
    height: 60px;
    background-position: 100% 97%;
}

.side-banner ul li a
{
display: block;
    /* overflow: hidden; */
    height: 100%;
}

.mrg-top-minus
{
margin-top:-40px;
position:relative;
z-index:200;
}


.blw-slider
{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 1px 1px 0px #eee;
	margin-bottom:20px;
}

.blw-slider a
{
color:#777 !important;
    display: block;
}

@media(max-width:767px)
{
.video
{
display:none;
}
}

.video-content
{
	background: rgba(0, 0, 0, 0.92);
    max-height: 300px;
position: relative;
    overflow: hidden;	
}

.video.mainindex .video-content
{
position: relative;
    overflow: hidden;
    max-height: 750px;
}

@media(max-width:1400px)
{
.video-content
{
    max-height: 300px;
}
.video.mainindex .video-content
{
position: relative;
    overflow: hidden;
    max-height: 700px;
}
}

@media(max-width:1200px)
{
.video-content
{
    max-height: 300px;
}

.video.mainindex .video-content
{
position: relative;
    overflow: hidden;
    min-height:504px;
}
}

@media(max-width:992px)
{
.video-content
{
    max-height: 300px;
}
.video.mainindex .video-content
{
position: relative;
    overflow: hidden;
    max-height: 504px;
}
}

@media (max-width: 767px)
{

.video-content
{
    max-height: 200px;
}

.video.mainindex  .video-content {
    position: relative;
    overflow: hidden;
    max-height: 215px;
	    background: url("https://i.imgur.com/i9n8q27.jpg") no-repeat;
}
}
.video-content .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	z-index: 50;
	display: block;	
	
}
.video-overlay
{
position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    bottom: 0;

}
@media(min-width:768px)
{
.video-overlay
{
top: 150px;
}
}
.video-content p
{
display:none;
}

@media(min-width:992px)
{
.video-overlay
{
top: 80px;
}
}

.video-content h3
{

    font-weight: 300;
    color: #005d63;
    text-align: left;
	font-size:70px;

}
@media(min-width:768px)
{
.video-content h3
{
display:block;
}
.video-content p
{
display:block;
color:#fff;
font-size:17px;
line-height:28px;
font-weight:300;
width:60%;
}
}

@media(max-width:768px)
{
.video-content h3
{
font-size: 20px;
}
}

.video-content h3 span {
    color: #ff6b00;
	
	font-weight:900;
}

.video-container {
    position: relative;
    padding-bottom: 100%;
    padding-top: 20px;
    height: 0;
    overflow: hidden;
    background: #090909;
    outline: 0px;
    border: none;
}
.video-container iframe
{
position: absolute;
    top: -18.5%;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0px;
    border: none;
}
@media(min-width:1200px)
{
.video-container iframe
{
top: -25.5%;
}
}
.media-btns {
    position: relative;
    width: 100px;
    /*height: 100px;*/
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
}
.play-btn {
    width: 100px;
    height: 100px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    display: none;
    z-index: 40;
    border: 2px solid #fff;
    border-radius: 100px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.pause-btn {
    width: 100px;
    height: 100px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    z-index: 50;
    border: 2px solid #fff;
    border-radius: 100px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	display:none;
}
.play-btn i.animated {
    line-height: 100px;
    padding-left: 3px;
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}
.pause-btn i.animated {
    line-height: 100px;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}


@media(max-width:992px)
{
.pause-btn {
    width: 65px;
    height: 65px;
    font-size: 25px;
}
.pause-btn i.animated {
    line-height: 63px;
}
.media-btns {
    width: 65px;
    height: 65px;
	display:none;
}

}

@media(max-width:600px)
{
.pause-btn {
    width: 45px;
    height: 45px;
    font-size: 18px;
}
.pause-btn i.animated {
    line-height: 46px;
}
.media-btns {
    width: 45px;
    height: 45px;
}
.video-content h3 {
    font-size: 14px;
}
.video-content {
    position: relative;
    overflow: hidden;
    max-height: 160px;
}
}

@media(max-width:450px)
{
.pause-btn {
    width: 35px;
    height: 35px;
    font-size: 14px;
}
.pause-btn i.animated {
    line-height: 33px;
}
.media-btns {
    width: 30px;
    height: 30px;
}
.video-content h3 {
    font-size: 12px;
	margin-top:0;
}
.video-content {
    position: relative;
    overflow: hidden;
    max-height: 120px;
}

.btn_chat 
{
font-size:20px;
}

.happy-hours h1 {
    font-size: 25px;
    margin-bottom: 20px;
}
}

@media(max-width:350px)
{
.media-btns {
    width: 35px;
    height: 15px;
}

.video-content {
    position: relative;
    overflow: hidden;
    max-height: 105px;
}
}

.logo1
{
margin-top:-20px;
}
@media(min-width:993px)
{
.logo1
{
margin-top:0px;
}
}
.videoWrap img{
width: 100%;
}

.static-img
{
background: url(https://i.imgur.com/4BwINGw.jpg) center;
    background-size: cover;
    display: none;
    padding: 100px 0 90px;
    position: relative;
}
.static-img:before
{
position:absolute;
content:'';
background:rgba(0,0,0,0.5);
left:0;
right:0;
top:0;
bottom:0;
}
@media(max-width:767px)
{
.static-img
{
display:block;
}
}
.static-img .container
{
position:relative;
}
@media(max-width:767px)
{
.static-img img
{
/*width:200px;
margin-top:60px;*/
}
}

@media(max-width:414px)
{
.side-login
{
    text-align: right;
    position: absolute;
    top: -90px;
    right: 20px;
}

.side-login .list {
    float: none;
    padding: 0;
    margin-right: 0px;
    margin-top: 0px;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}
}


/*.video.rankingguild .video-content {
    max-height: 300px;
}*/

/*.video.rankingguild .video-overlay, .video.rankingguild .side-banner, .video.rankingguild .survey,  */
.video .video-overlay, .video .side-banner, .video .survey{
    display: none;
}

.video.mainindex .video-overlay, .video.mainindex .side-banner, .video.mainindex .survey
{
display:inline-block;
}

.static-img.rankingguild .happy-hours
{
display:none;
}


/*---------------------------------------------------YTPlayer--------------------------------------------------------------*/