body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	padding-top: 110px;
}
.head-icon {
	font-size: 1.5rem;
}

#main {
	min-height: 80vh;
}
#side {
	position: fixed;
	top: 110px;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	padding: 1rem 2rem;
	margin-left: -100%;
	z-index: 2;
	transition: margin 0.2s ease;
}
.open-sidebar #side {
	margin-left: 0;
}
.site-footer {
	position: relative;
	z-index: 3;
}

#audioplayer {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 4;
}
#audioplayer .btnoff {
	position: absolute;
	top: 5px;
	right: 5px;
}
body.audio-open {
	padding-bottom: 120px;
}

#mediaviewer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	background-color: #191919;
	
	z-index: 19990;
}
@media (orientation: landscape) {
	#mediaviewer {
		padding: 0 40px;
	}
}
#mediaviewer.opened {
	display: block;
}
.media-close {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.5rem;
	line-height: 1.2;
	text-align: center;
	text-decoration: none!important;
	color: #fff!important;
	padding: .5rem;
	z-index: 100;
}
.media-content {
	width: 100%;
	height: 100%;
}
.media-content .media-item {
	max-width: 100%;
	max-height: 100%;
}
#mediaviewer .swiper-button-prev, #mediaviewer .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
#mediaviewer .swiper-button-next, #mediaviewer .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.play-video:before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '\25b6';
	font-size: 32px;
	text-align: center;
	line-height: 42px;
	color: rgba(255, 255, 255, .8)!important;
	border: 3px solid rgba(255, 255, 255, .8)!important; /* #28A745 */
	outline: none!important;
	background-color: transparent;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 0 0 0 4px;
	transform: translate(-50%, -50%);
	transition: all 0.1s;
	z-index: 2;
}
.play-video:hover:before {
	font-size: 38px;
	line-height: 52px;
	color: rgba(255, 255, 255, 1);
	border: 3px solid rgba(255, 255, 255, 1);
	width: 60px;
	height: 60px;
}
.play-video.sm:before {
	font-size: 26px;
	line-height: 28px;
	width: 36px;
	height: 36px;
	border-width: 2px;
}
.play-video.sm:hover:before {
	font-size: 26px;
	line-height: 28px;
	width: 36px;
	height: 36px;
	border-width: 2px;
}
.play-video.disabled:before {
	display: none!important;
}

.playing-now .att-thumb {
	background-image: url(/css/img/playingnow.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.playing-now .att-thumb i {
	visibility: hidden;
}

.avatar {
	display: inline-block;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 46px;
	width: 50px;
	height: 50px;
	background-color: #F2F1F1;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.avatar.xs {
	font-size: 16px;
	line-height: 30px;
	height: 32px;
	width: 32px;
}
.avatar.md {
	font-size: 18px;
	line-height: 40px;
	height: 42px;
	width: 42px;
}
.avatar.xl {
	font-size: 36px;
	line-height: 78px;
	width: 80px;
	height: 80px;
}
.avatar.xxl {
	font-size: 64px;
	line-height: 112px;
	letter-spacing: -2px;
	width: 120px;
	height: 120px;
}

@media (min-width: 768px) {
	#audioplayer .btnoff {
		position: static;
		margin-left: 1rem;
	}
}
@media (min-width: 1024px) {
	.head-icon {
		font-size: 1rem;
	}
	#mediaviewer {
		padding: 40px 60px;
	}
	
	#main {
		padding-left: 200px;
	}
	#side {
		position: absolute;
		bottom: auto;
		width: 200px;
		padding: 1rem .5rem 1rem 1rem;
		margin-left: 0;
	}
}