body.fixed-header {
	padding-top: 60px;
}
.progress-xl {
	height: 2.5rem;
}
.spinner-xl {
	width: 3rem;
	height: 3rem;
}
.fs-l {
	font-size: 2rem;
}
.fs-xl {
	font-size: 3rem;
}
.fs-2xl {
	font-size: 4rem;
}
.fs-3xl {
	font-size: 6rem;
}
.fs--1 {
	font-size: .925rem;
}
.fs--2 {
	font-size: .875rem;
}
.fs--3 {
	font-size: .825rem;
}
.fs--4 {
	font-size: .75rem;
}
.fw-600 {
	font-weight: 600;
}
.fw-700 {
	font-weight: 700;
}
.fw-800 {
	font-weight: 800;
}
.ls--1 {
	letter-spacing: -0.05rem;
}
.ls--2 {
	letter-spacing: -0.075rem;
}
.ls--3 {
	letter-spacing: -0.1rem;
}
.btn-l {
	min-width: 80px;
}
.btn-xl {
	min-width: 110px;
}
.btn-xxl {
	min-width: 140px;
}
.modal-footer .btn {
	min-width: 80px;
}
.thumb {
	width: 120px;
	height: 90px;
}
.thumb-sm {
	width: 80px;
	height: 60px;
}
.thumb-xs {
	width: 60px;
	height: 45px;
}
.bg-checkboard {
	background-image:
		linear-gradient(45deg, #f5f5f5 25%, transparent 25%), 
		linear-gradient(135deg, #f5f5f5 25%, transparent 25%),
		linear-gradient(45deg, transparent 75%, #f5f5f5 75%),
		linear-gradient(135deg, transparent 75%, #f5f5f5 75%);
	background-size: 36px 36px;
	background-position: 0 0, 18px 0, 18px -18px, 0px 18px;
}
.bg-75dark {
	background-color: rgba(0, 0, 0, .75);
}
.bg-50dark {
	background-color: rgba(0, 0, 0, .50);
}
.bg-gradient-top {
	background: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
}
.bg-gradient-bottom {
	background: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
}
.border-gray {
	border-color: #ccc!important;
}
.lines-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.lines-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.play-icon {
	position: relative;
}
.play-icon:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 36px;
	height: 48px;
	border-top: 24px solid transparent;
	border-left: 36px solid rgba(255, 255, 255, .95);
	border-bottom: 24px solid transparent;
	margin: -24px 0 0 -18px;
}
.play-icon.sm:after {
	width: 18px;
	height: 24px;
	border-top: 12px solid transparent;
	border-left: 18px solid rgba(255, 255, 255, .95);
	border-bottom: 12px solid transparent;
	margin: -12px 0 0 -9px;
}
.must:after {
	position: relative;
	top: -4px;
	content: "*";
	font-family: monospace;
	font-weight: bold;
	color: #e01111;
    margin: 0 0 0 2px;
}
.wait {
	position: relative;
}
.wait:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1rem 0 0 -1rem;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}
.wait>* {
	visibility: hidden;
}

#sidebar {
	top: 0;
	left: 0;
	width: 280px;
	margin-left: -280px;
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	z-index: 1032;
	transition: margin 0.2s ease;
}
body.open-sidebar #sidebar {
	margin-left: 0;
}
.second-nav {
	background-color: rgba(255,255,255,0.95);
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 15%);
	margin-right: -.75rem;
	margin-left: -.75rem;
}
#pplayercontent {
	width: 100%;
}

#vdogrid {
	position: relative;
}
.vdobox {
	background-color: #000;
	border: 4px solid #000;
	opacity: .9;
}
.active .vdobox {
	border: 4px solid #EC0E0E;
	opacity: 1;
}
.vdoname {
	position: absolute;
	bottom: 4px;
	left: 6px;
	font-size: .75rem;
	color: #fff;
	padding: 4px;
	max-width: 80%;
}
.vdotime {
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: .75rem;
	color: #fff;
	background-color: rgba(0, 0, 0, .75);
	padding: 2px 4px;
}
.active .vdotime {
	background-color: #EC0E0E;
}
.vdobar {
	position: absolute;
	left: 2px;
	bottom: 2px;
	right: 2px;
}
#vdoplayer {
	position: relative;
	background-color: #000;
}
#vdoplayer.expanded {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#vdoplayer .progress {
	left: 2px;
	bottom: 1px;
	right: 2px;
	height: 3px;
}
#vdoplayer .social {
	left: 2px;
	bottom: 2px;
	right: 2px;
}

.share-links a {
	display: inline-block;
	width: 48px;
	height: 48px;
	font-size: 32px;
	line-height: 56px;
	border-radius: 50%;
}
.share-fb {
	color: #fff!important;
	background-color: #3B5998;
}
.share-tw {
	color: #fff!important;
	background-color: #1DA1F2;
}
.share-rd {
	color: #fff!important;
	background-color: #FF4500;
}
.share-em {
	color: #fff!important;
	background-color: #777;
}

.text-verylight {
	color: #ccc;
}
.big-icon {
	font-size: 100px;
	line-height: 1;
}
.btn-icon {
	line-height: 1.2;
}
.btn-icon ion-icon {
	font-size: 3rem;
}

.blink_me {
	animation: blinker 1s linear infinite;
}

#content h5, .note-editor h5 {
	font-weight: 600;
}

#wizardbox {
	height: 100%;
}

@keyframes blinker {
	50% { opacity: 0; }
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}


@media (min-width: 768px) {
	#pplayercontent {
		width: 75%;
	}
}
@media (min-width: 992px) {
	.with-sidebar {
		padding-left: 120px;
	}
	#sidebar {
		top: 60px;
		width: 120px;
		margin-left: 0;
	}
	#sidebar .side-text {
		font-size: .875rem;
	}
	
	#wizardbox {
		height: 80vh;
		margin-top: 10vh;
	}
}
@media (min-width: 1200px) {
	.with-sidebar {
		padding-left: 280px;
	}
	#sidebar {
		width: 280px;
	}
	#sidebar .side-text {
		font-size: 1rem;
	}
	#pplayercontent {
		width: 50%;
	}
}
