:root {
	--main-bg-color: #ffffff;
	--main-bg-color-2: #ffffff;
	--main-text-color: #000000;
	--header-bg-color: #191919;
	--button-color: #d81118;
	--menu-bg-color: #000000;
	--menu-link-color: #ffffff;
	--menu-link-color-hover: #d81118;
	--menu-link-bg-color: #000000;
	--menu-link-bg-color-hover: #ffffff;
	--menu-link-border-color: #ffffff;
	--body-link-color: #000000;
	--body-link-color-hover: #d81118;
	--quote-bg-color: #191919;
	--quote-text-color: #ffffff;
	--footer-bg-color: #191919;
	--footer-text-color: #fcfeff;
	--lesson-color: #ffffff;
	--lesson-color-inv: #191919;
}
/* Blue and Red
:root {
	--main-bg-color: #f7f7f7;
	--main-text-color: #000000;
	--header-bg-color: #22363d;
	--menu-bg-color: #384a50;
	--menu-link-color: #ffffff;
	--menu-link-color-hover: #ffffff;
	--menu-link-bg-color: #384a50;
	--menu-link-bg-color-hover: #d81118;
	--menu-link-border-color: #d81118;
	--quote-bg-color: #22363d;
	--quote-text-color: #ffffff;
	--footer-bg-color: #22363d;
	--footer-text-color: #fcfeff;
} */
/* Good Blue and orange
:root {
	--main-bg-color: #fcfeff;
	--main-text-color: #000000;
	--menu-bg-color: #6d91a1;
	--menu-link-color: #fcfeff;
	--menu-link-color-hover: #ffffff;
	--menu-link-bg-color: #6d91a1;
	--menu-link-bg-color-hover: #f49423;
	--quote-bg-color: #6d91a1;
	--quote-text-color: #ffffff;
	--footer-bg-color: #6d91a1;
	--footer-text-color: #fcfeff;
} */
/* Blue
:root {
	--main-bg-color: #fcfcfc;
	--main-text-color: #000000;
	--menu-bg-color: #0d5786;
	--menu-link-color: #ffffff;
	--menu-link-color-hover: #ffffff;
	--menu-link-bg-color: #0d5786;
	--menu-link-bg-color-hover: #d6bd6c;
	--quote-bg-color: #0d5786;
	--quote-text-color: #ffffff;
} */
/* red2
:root {
	--main-bg-color: #fcfcfc;
	--main-text-color: #000000;
	--menu-bg-color: #fe1a01;
	--menu-link-color: #ffffff;
	--menu-link-color-hover: #ffffff;
	--menu-link-bg-color: #fe1a01;con
	--menu-link-bg-color-hover: #FE9901;
} /*
/* orange
:root {
	--main-bg-color: #fcfcfc;
	--main-text-color: #000000;
	--menu-bg-color: #C06014;
	--menu-link-color: #ffffff;
	--menu-link-color-hover: #ffffff;
	--menu-link-bg-color: #C06014;
	--menu-link-bg-color-hover: #EDDBCD;
} */
/* Default color
:root {
	--main-bg-color: #fcfcfc;
	--main-text-color: #000000;
	--menu-bg-color: #343538;
	--menu-link-color: #5094ce;
	--menu-link-color-hover: #ffffff;
	--menu-link-bg-color: #343538;
	--menu-link-bg-color-hover: #686a70;
} */
@charset "utf-8";
/* CSS Document */
a {
	color: #00F;
}
@font-face { 
	font-family: 'MicroFLF';
	src: url("/font/MicroFLF.ttf");
}
@font-face {
	font-family: 'TrumpGothic';
	src: url("/font/TrumpGothicWest-W01.ttf");
}
 @font-face { font-family: 'SourceSansPro'; src: url('/font/SourceSansPro-Regular.ttf'); }
html, body {
	margin: 0px;
	/* font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"; */
	font-family: SourceSansPro;
	background: var(--quote-bg-color);
}
covid {
	text-align: center;
	margin: auto;
	display: block;
	background: yellow;
	width: 100%;
	height: 50px;
}
header {
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 99;
	font-family: 'TrumpGothic';
	font-size: 1.4em;
	letter-spacing: 1px;
}
.video-container {
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.video-container iframe {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
	border: 0
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
body {
	margin-top: 100px;
}
header > div {
	background: var(--header-bg-color);
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	text-align: center;
}
header img {
	display: block;
	margin: 0px 10px;
}
header .container {
	min-width: 740px;
	max-width: 960px;
	margin: auto;
}
header h1 {
	font-size: 1em;
	margin: 0px;
	color: #ffffff;
}
header a {
	color: #888888;
	text-decoration: none;
	transition: 0.5s;
}
header a:hover {
	color: #ffffff;
}
header ul {
	font-family: 'TrumpGothic';
	font-size: 1em;
	list-style-type: none;
	margin: 0;
	display: flex;
	flex-direction: row;
}
header li {
	display: block;
	position: relative;
	padding: 16px;
	color: #aaaaaa;
	text-decoration: none;
	transition: 0.5s;
}
header li:hover {
	color: #ffffff;
}
header li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 12px;
  left: 0;
  background-color: #d81118;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}
header li:hover:before {
	visibility: visible;
	transform: scaleX(1);
}
header .content {
	max-width: 960px;
	margin: auto;
	padding: 0 !important;
}
anchor {
	display: block;
	position: absolute;
	top: -100px;
}
.signupbtn {
	display: inline-block;
	color: #d81118;
	font-weight: bold;
	padding: 8px 16px;
	margin: 4px;
	text-decoration: none;
	border-radius: 5px;
	border: #d81118 3px solid;
}
.signupbtn:hover {
	color: #ffffff;
	background: #d81118;
	border-bottom: #d81118 3px solid;
}
mobile-nav {
	display: none;
}
#cookit {
  	position: fixed;
  	width: 90%;
  	bottom: 0;
	left: 5%;
	right: 5%;
  	padding: .6rem 2rem;
  	display: flex;
  	z-index: 999;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom: 2px solid #fad04c;
}
#cookit.hidden { display: none; }

#cookit #cookit-container {
  margin: auto;
  width: 1200px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#cookit #cookit-container > * { margin: .4rem; }
#cookit #cookit-container p { line-height: 1.4rem; }

#cookit #cookit-container a { text-decoration: none; }
#cookit #cookit-container a:hover { opacity: .9; }

#cookit #cookit-container #cookit-button {
  padding: .5rem 1rem;
  margin-left: auto;
}
.close {
  padding: 10px;
  background-color: var(--button-color);
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}
audio {
	width: 960px;
}
.container {
	position: relative;
	background: var(--main-bg-color);
}
.container-b {
	position: relative;
	background: var(--main-bg-color-2);
}
carousel {
	position: relative;
	display: block;
	background: #191919;
	color: #f7f7f7;
}
carousel ul {
	list-style: none;
	padding: 0;
	display: flex;
	align-items: center;
}
carousel q {
	display: block;
	font-style: italic;
}
carousel author {
	color: #6b6b6b;
	text-align: center;
	display: block;
	text-shadow: 1px 1px #4b4b4b;
	margin-top: 8px;
}
carousel .flex-direction-nav {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
carousel .flex-prev, carousel .flex-next {
	color: #6b6b6b;
	text-decoration: none;
	font-size: 2em;
	text-shadow: 1px 1px #4b4b4b;
	transition: 0.5s;
}
carousel .flex-prev:hover, carousel .flex-next:hover {
	color: #ffffff;
}
links {
	display: block;
	text-align: center;
}
links a {
	color: var(--body-link-color);
	padding: 2px;
	text-decoration-color: #000000;
	transition: 0.5s;
}
links a:hover {
	color: var(--body-link-color-hover);
	text-decoration-color: var(--body-link-color);
}
menu-nav {
	display: none;
	width: 100%;
	background: var(--menu-bg-color);
	border-top: 4px solid var(--menu-link-border-color);
	border-bottom: 4px solid var(--menu-link-border-color);
}
menu-nav > div {
	max-width: 960px;
	margin: auto;
	background: var(--main-bg-color);
}
menu-nav > div > ul {
	margin: auto;
	padding: 0px;
	display: table;
	width: 100%;
}
menu-nav > div > ul > li {
	display: table-cell;
	margin: auto;
	background: var(--menu-bg-color);
	/* border-right: #000 solid 1px; */
}
menu-nav > div > ul > li:hover {
	background: var(--menu-link-bg-color-hover);
	/* background: linear-gradient(90deg, rgba(34,54,61,1) 0%, rgba(78,94,100,1) 10%, rgba(78,94,100,1) 90%, rgba(34,54,61,1) 100%); */
}
menu-nav > div > ul > li a {
	font-weight: bold;
	display: block;
	padding: 10px 24px;
	color: var(--menu-link-color);
	text-decoration: none;
}
menu-nav > div > ul > li a:hover {
	color: var(--menu-link-color-hover);
}
menu-nav .selected a {
	background: var(--menu-link-bg-color-hover);
	/* background: linear-gradient(90deg, rgba(34,54,61,1) 0%, rgba(78,94,100,1) 10%, rgba(78,94,100,1) 90%, rgba(34,54,61,1) 100%); */
	color: var(--menu-link-color-hover);
}
iframe {
	margin: 20px 0;
}
lessons {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-around;
	flex-grow: 1;
	width: 100%;
	margin: 20px 0;
}
lesson {
	display: inline-block;
	border: 1px solid var(--lesson-color-inv);
	border-radius: 25px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 250px;
	max-width: 250px;
	margin-bottom: 40px;
	text-decoration: none;
}
lesson > image {
	display: block;
	width: 250px;
	height: 250px;
}
lesson img {
	display: block;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}
lesson > song {
	display: block;
	padding: 10px;
	background: var(--button-color);
	color: var(--lesson-color);
	font-weight: bold;
}
lesson > artist {
	display: block;
	padding: 10px;
	background: #fad04c;
	font-weight: bold;
	color: var(--lesson-color-inv);
}
lesson > album {
	display: block;
	padding: 10px;
	background: #eee;
	color: var(--lesson-color-inv);
}
lesson > difficulty {
	display: block;
	padding: 10px;
}
lesson > error {
	display: table-cell;
	height: 250px;
	width: 250px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	background: #191919;
	text-align: center;
	vertical-align: middle;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}
lesson-nav {
	display: block;
	text-align: center;
	margin-bottom: 40px;
}
lesson-nav > pagination {
	display: inline-block;
	padding-top: 18px;
}
lesson-nav-mobile {
	display: none;
}
.lesson-menu {
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding-inline-start: 0;
	margin: 0;
}
.lesson-menu img { width: 10vw; }
.lesson-menu .first { border-bottom-left-radius: 5px; border-top-left-radius: 5px }
.lesson-menu a { color: #fff; text-decoration: none; font-family: TrumpGothic; font-size: 2em }
.lesson-menu .last { border-top-right-radius: 5px; border-bottom-right-radius: 5px }
.lesson-menu li {
	position: relative;	
	list-style: none;
	text-align: center;
	padding: 16px 32px;
	background: #D81118; 
}
pagination a {
	color: var(--menu-link-color);
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	border: 1px solid #000000;
	background: var(--button-color);
	margin: 0;
}
pagination a:hover {
	/* color: var(--menu-link-color-hover); */
	opacity: 0.8;
}
pagination a:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
pagination a:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.center {
	text-align: center;
}
.pagination {
	display: inline-block;
	padding-top: 18px;
}
.pagination a {
	color: var(--menu-link-color);
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	border: 1px solid #000000;
	background: var(--button-color);
	margin: 0;
}
.pagination a:hover {
	/* color: var(--menu-link-color-hover); */
	opacity: 0.8;
}
.pagination a:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.pagination a:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.logging {
	padding: 150px;
}
.logging:after {
	overflow: hidden;
    display: inline-block;
  	vertical-align: bottom;
  	-webkit-animation: ellipsis steps(4,end) 900ms infinite;      
  	animation: ellipsis steps(4,end) 900ms infinite;
  	content: "\2026"; /* ascii code for the ellipsis character */
  	width: 0px;
}
@keyframes ellipsis {
  to {
    width: 1em;    
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1em;    
  }
}
body {
	font-size: 1.2em;
}
input, select, button, label {
	font-size: 1em;
}
input[type=checkbox] {
	display: inline-block;
	margin-right: 2px;
}
#body {
	background: var(--main-bg-color);
}
body .content {
	max-width: 960px;
	margin: auto;
	padding: 40px 4px;
}
#body .text-container {
	background: #FFF;
	margin: 4px;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* #body .image-container {
	display: flex;
	flew-flow: row nowrap;
	/* height: calc(100vh - 100px); */
	/*align-items: center;
	width: 960px;
	background: #FFF;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} */
body .image-container {
	max-width:960px;
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
body .image-flex {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
body .image-flex > div > img {
	display: block;
}
body .image-flex-reverse {
	flex-direction: row-reverse;
}
.img {
	min-width: 400px;
	width: 40%;
	overflow: hidden;
}
.img-reverse {
	min-width: 400px;
	width: 40%;
	overflow: hidden;
}
a {
	color: #d81118;
	text-decoration-color: #000000;
	transition: 0.5s;
}
a:hover {
	color: #000000;
	text-decoration-color: #d81118;
}
#body .image-container-btm-margin {
	margin-bottom: 20px;
}
body .image-container-text {
	padding: 0px 20px;
	width: 60%;
}
body h1, h2 {
	text-align: center;
}
#body .lesson-container {
	display: table;
	width: 960px;
	border: #343538 1px solid;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#body .lesson-header {
	background: #CCC;
	font-weight: bold;
}
#body .lesson-container > div {
	display: table-row;
}
#body .lesson-container > a {
	color: #000;
	text-decoration: none;
	display: table-row;
}
#body .lesson-container > a:hover:nth-child(1n+1) {
	background: var(--menu-link-color);
	text-decoration: none;
	display: table-row;
}
#body .lesson-container > div:first-child {
	background: #CCC;
}
#body .lesson-container > a:nth-child(2n+3) {
	background: #EEE;
}
#body .lesson-container > div > div {
	display: table-cell;
	padding: 10px;
	min-width: 100px;
}
#body .lesson-container > a > div {
	display: table-cell;
	padding: 10px;
	
	white-space:nowrap;
}
#body .lesson-container > div > div:nth-child(2) {
	width: 100%;
}
hr {
	margin: 0 auto;
	border: none;
	background: #191919;
	height: 1px;
	max-width: 960px;
}
banner {
	display: block;
	background-image: url("/img/banner.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 90vh;
	font-family: 'TrumpGothic';
	text-align: left;
	position: relative;
}
banner > div:first-child {
	position: absolute; top: 0;
	background: #191919;
	left: 0;
	height: 90vh;
	width: 53vw;
	opacity: 0.8;
	background: linear-gradient(90deg, rgba(25,25,25,0.9) 0%, rgba(25,25,25,0.7) 50%, rgba(25,25,25,0.5) 80%, rgba(34,54,61,0) 100%);
}
banner > div {
	position: absolute;
	bottom: 1vw;
	left: 1vw;
	padding: 0 20px;
}
banner > div > h1 {
	font-size: 14vh;
	letter-spacing: 0;
	margin: 0;
	color: #d81118;
	text-align: left !important;
    /* -webkit-text-stroke: 4px #d81118; */
}
banner > div > h2 {
	color: #ffffff;
	font-size: 5vh;
	letter-spacing: 0;
	padding: 0;
	margin: 0;
	text-align: left;
}
banner > div > h3 {
	color: #ffffff;
}
banner > div > div {
	max-width: 52.5%;
	text-align: center;
}
banner > div > div > a {
	display: block;
	color: #d81118;
	font-size: 6vh;
	text-decoration: none;
	margin: 20px 0px;
	padding: 8px 16px;
	border: 4px solid #d81118;
	border-radius: 5px;
	transition: 0.5s;
}
banner > div > div > a:hover {
	color: #ffffff;
	background: #d81118;
}
contact input, textarea {
	font-family: inherit;
	font-size: inherit;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 8px 10px;
	margin: 8px 0;
}
contact textarea {
	width: 100%;
	
}
contact label {
	font-weight: bold;
	display: block;
}
contact a {
	color: var(--body-link-color);
	text-decoration: none;
	border-bottom: 1px solid var(--body-link-color-hover);
	transition: 0.5s;
}
contact a:hover {
	color: var(--body-link-color-hover);
	border-bottom: 1px solid var(--body-link-color);
}
.container-table {
	margin: 10px;
	padding: 4px;
	border: #000000 1px solid;
	width: 100%;
}
.login-input[type=text], .login-input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  transition: 0.3s;
}
input, input[type=text], input[type=number], input[type=email], input[type=password], select {
	font-size: 1em;
	font-family: 'SourceSansPro';
	border-radius: 5px;
	padding: 12px 20px;
	margin: 8px 0;
	display: block;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
input[type=radio] {
	display: inline-block;
	margin: 0 8px;
}
.inline {
	display: inline-block !important;
	margin: auto 8px !important;
}
.reg-input-col {
	display: inline-block;
	margin: 0 8px;
}
.reg-input-row {
	display: block;
}
.lesson-total {
	background: transparent;
	display: inline-block;
	border: none !important;
	font-weight: bold;
	padding: 0 !important;
}
.lesson-total:focus {
	outline: none;
}
.buttons {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.buttons > a {
	background: var(--button-color);
	padding: 14px 24px;
	font-weight: bold;
	color: var(--menu-link-color);
	border-radius: 5px;
	text-decoration: none;
	transition: 0.5s;
}
.buttons > a:hover {
	background: #890A0F;
	color: var(--menu-link-color);
	/* box-shadow: inset 0 0 10px #000;
	opacity: 0.8; */
}
.button {
	display: inline-block;
	color: var(--button-color);
	text-decoration: none;
	font-size: 2vw;
	font-weight: bold;
	margin: 8px 16px;
	padding: 8px 16px;
	border: var(--button-color) 3px solid;
	border-radius: 5px;
	transition: 0.5s;
}
.button:hover {
	color: var(--main-bg-color);
	background: var(--button-color);
}
.button-big {
	display: block;
	background: #d81118;
	border-radius: 5px;
	color: #fff;
	border: 0px;
	padding: 16px 16px;
	font-size: 2em;
	width: 100%;
	cursor: pointer;
}
#login button {
	background: var(--button-color);
  color: var(--menu-link-color);
	font-weight: bold;
  padding: 14px 20px;
  margin: 8px 0;
  cursor: pointer;
  width: 100%;
	border: none;
  border-radius: 5px;
	transition: 0.5s;
}

/* Add a hover effect for buttons */
#login button:hover {
	background: #F04248;
	color: var(--menu-link-color);
}

/* Extra style for the cancel button (red) */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the avatar image inside this container */
.login-imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

/* Avatar image */
img.login-avatar {
  width: 40%;
  border-radius: 5px;
}

/* Add padding to containers */
.login-container {
  padding: 16px;
}

/* The "Forgot password" text */
span.psw {
  float: right;
  padding-top: 16px;
}

/* 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%;
  }
}
.testimonial-container {
	max-width: 960px;
	margin: auto;
	background: #000000;
}
.testimonials {
	color: #ffffff;
	text-weight: bold;
	font-size: 36px;
	text-align: center;
	padding: 100px;
}
#lesson-container {
	margin: 20px 0;
}
#lesson-container ul {
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}
#lesson-container li {
	text-align: center;
}
#lesson-container .first { border-top-left-radius: 5px }
#lesson-container .last { border-top-right-radius: 5px }
.skltbs-tab-group,.skltbs-theme-dark .skltbs-tab-group{margin:0;padding:0;list-style:none}
.skltbs-tab-group::after,.skltbs-theme-dark .skltbs-tab-group::after{content:"";clear:both;display:table}
.skltbs-tab-item,.skltbs-theme-dark .skltbs-tab-item{text-align: center}
.skltbs-tab,.skltbs-theme-dark .skltbs-tab{display:block;padding:1em 1.25em;color:inherit;border:0;font-family:inherit;font-size:1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation}
.skltbs-tab:disabled,.skltbs-theme-dark .skltbs-tab:disabled{background:transparent;cursor:not-allowed;-ms-touch-action:none;touch-action:none}
.skltbs-panel-heading,.skltbs-theme-dark .skltbs-panel-heading{margin-top:3px}
.skltbs-panel-heading:first-child,.skltbs-theme-dark .skltbs-panel-heading:first-child{margin-top:0}
.skltbs-panel-heading .skltbs-tab,.skltbs-theme-dark .skltbs-panel-heading .skltbs-tab{width:100%}
.skltbs-tab{background:#f6f6f8}
.skltbs-tab:focus{outline:0;-webkit-box-shadow:inset 0 0 0 2px #0a69ca;box-shadow:inset 0 0 0 2px #990000}
.skltbs-tab:disabled{color:#ccc;background:transparent}
.skltbs-tab.skltbs-active{color:#fff;background:#d81118}
.skltbs-tab.skltbs-active:focus, .skltbs-tab.skltbs-active:hover{border-color:#000000}
.skltbs-panel{background-color:#fff}
#lesson img {
	max-width: 960px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#lesson iframe {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.jp-seek-bar, .jp-volume-bar-value, .jp-playlist-item, .jp-playlist-current {
	text-align: left;
}
footer {
	background: var(--footer-bg-color);
	color: var(--footer-text-color);
}
footer img {
	opacity: 0.9;
	transition: 0.5s;
	margin: 0 4px;
}
footer img:hover {
	opacity: 1;
}
footer a {
	color: #fff;
	text-decoration: none;
	text-decoration-color: #d81118;
	transition: 0.5s;
}
footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	text-decoration-color: #d81118;
}
footer .footer-container {
	max-width:960px;
	margin: auto;
	padding: 40px 0px;
	background: var(--footer-bg-color);
	color: var(--footer-text-color);
}
footer .footer-flex {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
footer h1 {
	display: inline-block;
	font-size: 1em;
	margin: 0px;
	font-weight: bold;
	padding-bottom: 8px;
}
footer .copy {
	padding-top: 40px;
	text-align: center;
}