@font-face {
  font-family: 'Abril Fatface';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Abril Fatface'), local('AbrilFatface-Regular'), url(/vendor/fonts/AbrilFatface/zOL64pLDlL1D99S8g8PtiKchq-dmjQ.woff2) format('woff2');
}
:root {
	--bs-font-sans-serif: -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";
}
body {
	padding-top: 85px;
}
a {
	text-decoration: none;
}
header {
	height: 85px;
	z-index: 1040;
}
.site-name {
	font-size: 2.75rem;
}
.site-slogan {
	font-size: 1.1rem;
}
.sidebutton {
	font-size: 2.5rem;
	min-width: 40px;
	outline: none!important;
	border: none!important;
}
#main {
	min-height: 100vh;
}
#sidebar {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-top: 60px;
	margin-left: -100%;
	z-index: 1041;
	transition: margin 0.2s;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#sidebar.open {
	margin-left: 0;
}
.rtlbody #sidebar {
	left: auto;
	right: 0;
	margin-left: 0;
	margin-right: -100%;
}
.rtlbody #sidebar.open {
	margin-right: 0;
}
#sidehead {
	height: 60px;
	z-index: 1;
}
.page-content {
	min-height: 80vh;
}

.fs--1 {
	font-size: .925rem!important;
}
.fs--2 {
	font-size: .875rem!important;
}
.fs--3 {
	font-size: .825rem!important;
}
.fs--4 {
	font-size: .75rem!important;
}
.fw-600 {
	font-weight: 600;
}
.read-content img {
	max-width: 100%;
}
.font-logo {
	font-family: "Abril Fatface", sans-serif;
}
.text-logo {
	color: #BE3636!important;
}
.text-read {
	font-size: 1.1rem;
}
.play-ico:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 5.4rem;
	color: rgba(255, 255, 255, .8);
}
.btn-xl {
	min-width: 100px;
}
.btn-xxl {
	min-width: 140px;
}
.form-control, .form-check-input {
	box-shadow: none!important;
	outline: none!important;
}
.modal-footer .btn {
	min-width: 80px;
}

#artwrap {
	margin: 0 -15px;
	overflow: hidden;
}
.art-sizer, .art-item {
	width: 100%;
}
.art {
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	padding: 15px 20px;
	margin: 0 0 0 -1px;
}
.art-in {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.g-sizer, .g-item {
	width: 50%;
}

.img-thumb {
	width: 120px;
	height: auto;
}
.thumb-content {
	max-height: 90px;
	overflow: hidden;
}

.art-social {
	display: inline-block;
	font-size: 1.3rem;
	text-align: center;
	line-height: 2.25rem;
	min-width: 2.25rem;
	height: 2.25rem;
}
.text-facebook {
	color: #3B5998!important;
}
.text-twitter {
	color: #1DA1F2!important;
}
.text-instagram {
	color: #D94079;
}
.text-reddit {
	color: #FF4500!important;
}
.text-youtube {
	color: #f00!important;
}
.text-linkedin {
	color: #0077B5!important;
}
.text-whatsapp {
	color: #2EB843!important;
}
.text-line {
	color: #00C34D!important;
}
.text-telegram {
	color: #2A9DD5!important;
}

.bg-facebook {
	color: #fff!important;
	background-color: #3B5998!important;
}
.bg-twitter {
	color: #fff!important;
	background-color: #1DA1F2!important;
}
.bg-instagram {
	color: #fff!important;
	background-color: #D94079;
}
.bg-reddit {
	color: #fff!important;
	background-color: #FF4500!important;
}
.bg-youtube {
	color: #fff!important;
	background-color: #f00!important;
}
.bg-linkedin {
	color: #fff!important;
	background-color: #0077B5!important;
}
.bg-whatsapp {
	color: #fff!important;
	background-color: #2EB843!important;
}
.bg-line {
	color: #fff!important;
	background-color: #00C34D!important;
}
.bg-telegram {
	color: #fff!important;
	background-color: #2A9DD5!important;
}
.bg-mail {
	color: #fff!important;
	background-color: #2EB843!important;
}
.bg-link {
	color: #000!important;
	background-color: #ccc!important;
}
.bg-cover {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}


#videowait {
	background-color: rgba(0, 0, 0, .2);
	z-index: 1;
}
#videocontrols {
/*	background: linear-gradient(to bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, .8));*/
	background-color: #000;
	z-index: 2;
}
#timetrack {
	position: relative;
	height: 2px;
	background-color: #F3F4F6;
}
#timetracktime {
	width: 0;
	height: 100%;
	background-color: red;
}
#trackbutton {
	position: absolute;
	top: -8px;
	left: 0;
	width: 100%;
}
#trackhandle {
	width: 18px;
	height: 18px;
	background-color: red;
	border-radius: 50%;
}
#playbtn, #playbtn i {
	font-size: 3.5rem;
	line-height: 1!important;
}

#soundwaves {
	z-index: 1;
}
#soundbgimage .blurybg {
	filter: blur(8px);
	-webkit-filter: blur(8px);
}
#soundbgimage .imgonly {
	background-size: cover; /*contain*/
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 1;
}
#soundbgimage .imglogo {
	max-width: 60px;
	height: auto;
	z-index: 1;
}

#soundbgimage .animating {
	transition: transform 5s ease-in-out;
}
#soundbgimage .zoom-in {
	transform: scale(1);
}
#soundbgimage .zoom-in.animating {
	transform: scale(1.25)!important;
}
#soundbgimage .zoom-out {
	transform: scale(1.3);
}
#soundbgimage .zoom-out.animating {
	transform: scale(1)!important;
}
#soundbgimage .move-right {
	transform: translateX(-10%) scale(1.2);
}
#soundbgimage .move-right.animating {
	transform: translateX(10%) scale(1.2)!important;
}
#soundbgimage .move-left {
	transform: translateX(10%) scale(1.2);
}
#soundbgimage .move-left.animating {
	transform: translateX(-10%) scale(1.2)!important;
}
#soundbgimage .move-down {
	transform: translateY(-10%) scale(1.2);
}
#soundbgimage .move-down.animating {
	transform: translateY(10%) scale(1.2)!important;
}
#soundbgimage .move-up {
	transform: translateY(10%) scale(1.2);
}
#soundbgimage .move-up.animating {
	transform: translateY(-10%) scale(1.2)!important;
}


.eq {
	position: relative;
	height: 100px;
}
#wave2 {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	overflow: hidden;
}

.lines-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 3rem;
}
.lines-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	max-height: 4.5rem;
}

.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;
}
* {
	scrollbar-width: thin;
}
::-webkit-scrollbar {
    width: .25em;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
	border-radius: .25rem;
}

#cropmount {
	width: 800px;
	max-width: 100%;
	margin: 60px auto;
}
#cropmount canvas {
	display: block;
	width: 100%;
	height: auto;
}
.cursor-pointer {
	cursor: pointer;
}
.avatar-wrap {
	padding-bottom: 5rem;
}
.avatar-pic {
	width: 10rem;
	height: 10rem;
}
.avatar-fluid-wrap {
	padding-bottom: 3rem;
}
.avatar-fluid-pic {
	width: 6rem;
	height: 6rem;
}
.profile-bg {
	height: 34vh;
}

#mediaviewer {
	display: none;
	color: #fff;
	background-color: #191919;
	z-index: 1999;
}
#mediaviewer.opened {
	display:block;
}
.media-item {
	max-width: 100%;
	max-height: 100%;
}
video.media-item {
	height: 100%
}
ratio.media-item {
	width: 100%;
	height: 100%
}

.video-comment {
	width: 100%;
}
.video-comment video {
	width: 100%;
}
@media screen and (orientation:portrait) {
	
}

.top-slider-widget {
	min-height: 69px;
	border-bottom: 1px solid #494949;
	padding: .5rem 0;
}
.top-slider-wrap {
	max-height: 53px;
	overflow: hidden;
}
.top-slider img {
	width: 70px;
}
.top-slider h6 {
	font-size: .875rem;
	font-weight: 400;
	height: 3.15rem;
	padding: 0 .5rem;
	margin: 0;
	overflow: hidden;
}
.top-slider a {
	text-decoration: none!important;
	flex: 0 0 70px;
}

#pageloadprogress {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	z-index: 3999;
}
#pageloadbar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background-color: #0D6EFD;
}
.rw-listen-link {
	position: fixed;
	top: auto;
	right: 0;
	bottom: 15px;
}

@media (min-width: 768px) {
	#sidebar {
		width: 320px;
		margin-left: -320px;
	}
	.rtlbody #sidebar {
		margin-left: 0;
		margin-right: -320px;
	}
	.site-name {
		font-size: 3.15rem;
	}
	.site-slogan {
		font-size: 1.15rem;
	}
	.art-sizer, .art-item {
		width: 50%;
	}
	.g-sizer, .g-item {
		width: 33.3%;
	}
	
	#soundbgimage .imglogo {
		max-width: 80px;
	}
	
	.avatar-fluid-wrap {
		padding-bottom: 5rem;
	}
	.avatar-fluid-pic {
		width: 10rem;
		height: 10rem;
	}
	.profile-soc {
		width: 7rem;
		overflow: hidden;
	}
	
	.video-comment {
		max-width: 50vw;
	}
	
	.rw-listen-link {
		position: absolute;
		top: 50%;
		right: 0;
		bottom: auto;
		transform: translateY(-50%);
	}
}

@media (min-width: 992px) {
	#mediaviewer {
		padding: 60px 80px;
	}
	.media-item {
		max-width: 70%;
		margin: 0 auto;
	}
}

@media (min-width: 1400px) {
	
}


