body{
	background-color: #f0f0f0;
}

.regulator {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

.regulator-container {
	width: 85%;
	height: 85%;
	background-color: #f0f0f0; /* Change the background color as needed */
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	font-weight: bold;
}

p{
	margin: 0;
}

video{
	width: 100%;
}

img{
	float: left;
	margin-right: 25px;
}

.container{
	width: 100%;
	height: 100%;
}

.descArea{
	background-color: #fff;
	box-shadow: 0 0 3px #c8c8c8;
	padding: 15px;
	box-sizing: border-box;
}

.videoArea{
	position: relative;
}

.box1{
	display: none;
	position: absolute;
	background-color: rgba(40, 169, 220, 0);
	width: 200px;
	height: 200px;
	top: 10%;
	left: 65%;
	cursor: pointer;
	z-index: 1000;
}

.box2{
	display: none;
	position: absolute;
	background-color: rgba(207, 50, 53, 0);
	width: 200px;
	height: 200px;
	top: 15%;
	left: 25%;
	cursor: pointer;
	z-index: 1000;
}

.lightbox{
	display: none;
}

.longBtns{
	display: block;
}

/* BT addon */
.font20 { font-size: 20px; }
.font25 { font-size: 25px; }
/* sub trans*/
.vjs-text-track-cue > div {
	background: rgba(0,0,0,0.70)!important;
}