@charset "utf-8";

body {font-family: Arial, Helvetica, sans-serif;}

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
  background-color: #4CAF50;
  color: white;
  padding: .55rem 1rem;
  line-height: 1;
  font-size: 1rem;
  border: solid 1px #4CAF50 !important;
  border-radius: 3px;	
  margin: 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

button.cancelbtn{
	border: none !important;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  max-width: 100%;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

.liveusername{
	margin-right: 5px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 30%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}
/* style this machine*/
    .ssba {}
    .ssba img{
        width: 35px !important;
        padding: 6px;
        border:  0;
        box-shadow: none !important;
        display: inline !important;
        vertical-align: middle;
    }
    .ssba, .ssba a{
        text-decoration:none;
        border:0;
        background: none;                                    
        font-size:  20px;                           
    }
    .header .right-bar-live{float:right;margin:13px 0 0;text-align:right}
    .header .right-bar-live .btn{display:inline-block;vertical-align:top;margin:0 4px;color:#fff;font-size:1rem;line-height:1;text-transform:uppercase}
    .container .nickname{display: none;}
    .banner .nickname-480{display: none;}
    .header.scroll-fixed-top .right-bar-live{margin: 0 0 0;}
    .live-replay-content .banner{padding-top: 15px !important;}
    .live-replay-content .header.scroll-fixed-top .logo-w{margin: -9px 0 -5px -12px;}
    .live-replay-content .container{padding: 16px 16px 20px 16px;}
    /*.live-replay-content .header{padding: 15px 0 15px;}*/
    .sigle-live-replay{width: 80%; margin: 0 auto 40px auto;}

    @media screen and (max-width:1100px){
        .header.scroll-fixed-top .right-bar-live{margin: -30px -30px 10px;}
        .header .right-bar-live{float:inherit;padding:6px 25px 6px 30px;background:#0b1120;text-align:right}
        .header .right-bar-live .btn{font-size:1rem;padding:8px 12px}
        .header .right-bar-live .btn-white{padding:7px 11px}
        .header .right-bar-live .btn-white img{height:13px}
        .header .right-bar-live{   margin: -30px -30px 10px;}
    }
    @media screen and (max-width:890px){
        .header .right-bar-live{display:none}
        .live-replay-content .container{ padding: 0px 16px 0px 16px;}
        .rides-cs{display: none;}
        .container .nickname{display: block;float: right;padding: 0px 10px 10px 0px;}
        .live-replay-content .header{padding: 10px 0 0px;}
        .live-broadcast iframe{   width: 70%;}
    }
    @media screen and (max-width:680px){
        .live-broadcast iframe{   width: 90%;}
        .modal-content{width: 60%}
    }
    @media screen and (max-width:480px){
        .container .nickname span{display: none;}
        .banner .nickname-480{display: block;float: right;padding: 0px 20px 10px 0px;}
        .live-replay-content .container{  padding: 5px 16px 5px 16px;}
        .live-broadcast iframe{   width: 100%;}
        .modal-content{width: 70%}

    }

/*======== Live Streaming Start ========*/
.bg-header.live-replay-content {
	background-image: url(images/bg-live.webp);
}

.sub-group {
	border-bottom: 3px solid rgba(255,255,255,.1);
	padding-bottom: 25px;
	max-width: 1200px;
}

.bg-header.live-replay-content .live-content .subtitle {
	margin: 0 auto;
    display: inline-table;
}

.live-replay-content span.follow {
	padding: 8px 30px;
    background: #448aca;
    margin: 20px;
    border-radius: 29px;
    color: #FFF;
    text-shadow: none;
    font-size: 16px;
    letter-spacing: 2px;
    display: inline-table;
}

.live-broadcast {
	max-width: 1200px;
	margin: 0 auto;
}

.live-broadcast iframe {
	border: 0;
	height: 545px;
	width: 100%;
}

.live-content {
	background: rgba(0,0,0,0.4);
    display: table;
    width: 100%;
    padding: 20px 50px;
    max-width: 1200px;
    margin: 0 auto 30px;
}

.live-content h1 {
	margin-bottom: 15px;
}

.live-content h3 {
	margin: 30px 0 20px;
}


.live-content ul {
	padding-inline-start: 0;
	margin-bottom: 25px;
}

.live-content li {
	list-style: none;
    display: inline-block;
    margin: 0 20px;
}

.live-free-trial h4 {
	display: inline-block;
    margin-right: 30px;
}

.live-free-trial .button-grid {
	display: inline-block;
	padding-top: 0;
}

.sigle-live-replay {
	margin-bottom: 40px;
    display: table;
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
}

.sigle-live-replay img {
	width: 100%;
	margin-bottom: 25px;
}

.sigle-live-replay .description {
	padding: 5px 0;
}

.sigle-live-replay h3 {
	color: #448aca;
	margin-top: 0;
}
.sigle-live-replay h3 a{
	color: #448aca;
}

.sigle-live-replay a {
	color: #333;
}

.sigle-live-replay a:hover {
	color: #448aca;
}

.video-wrap {
    max-width: 840px;
    margin: 0 auto;
}

.live-wrap {
	width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}

.live-wrap iframe {
	border: 0;
}

.live-wrap ul {
	margin-bottom: 30px;
	display: inline-block;
}

.live-wrap ul li {
	float: left;
	margin-right: 30px;
	list-style-type: none;
}

.live-wrap ul li:last-child {
	margin-right: 0;
}

.live-wrap img {
	margin: 15px 0;
}

span.date {
	margin-bottom: 15px;
    color: #999;
    letter-spacing: 1px;
    font-size: 16px;
    margin-top: -10px;
    display: block;
}

.video-wrap span.date, .live-wrap span.date {
	border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
    margin-bottom: 25px;
    text-align: center;
}

.video-wrap video {
	width: 100%;
	max-width: 840px;
	height: auto;
}
.video-wrap .video {
	width: 100%;
	max-width: 840px;
	height: auto;
}

.video-wrap h2, .live-wrap h2 {
	color: #448aca;
	margin-bottom: 15px;
	text-align: center;
}



@media screen and (max-width:480px) {
	.live-content {
		padding: 15px;
	}
	
	.live-content h1 {
		font-size: 1.875rem;
	}
	
	.live-content li {
		margin: 0 5px;
	}
	
	.live-free-trial h4 {
		margin-right: 0;
		width: 100%;
	}
}

/*======== Live Streaming End ========*/
/*======== Video Tutorial Start ========*/
.bg-header.tutorial {
	background-image: url(images/bg-tutorial.jpg);
}

.submenu a {
	padding: 0; 
}

.submenu a.active {
	color: #333;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

.listfix li {
	width: 25%;
}

.teaching-area {
	text-align: center;
}

.teaching-area img {
	float: inherit;
    margin: 0 auto;
    border: 1px solid #DDD;
    background: #F3F3F3;
    padding: 18px 5px;
    border-radius: 5px;
}

.teaching-area img:hover {
	opacity: .8;
}

.teaching-area h2 {
	margin: 0 0 60px;
	padding: 0;
	position: relative;
}

.sub-title:before {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -25px;
    margin-left: -2.5em;
    width: 5em;
    height: 2px;
    background: #005baf;
}

.teaching-area p {
	margin: 10px 0;
	color: #333;
}

.teaching-area p:hover {
	color: #448aca;
}

.teach-content .column {
	margin-bottom: 30px;
}

.anchor {
	display: block;
    position: relative;
    top: -110px;
    visibility: hidden;
}

@media screen and (max-width:640px) {
	.listfix li {
		width: 50%;
		line-height: 2.4;
	}
}

/*======== Video Tutorial End ========*/