body {
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 400;
	padding-top: 110px;
}
.btn, .form-control {
	outline: 0!important;
	box-shadow: none!important;
}
.btn-primary {
	color: #fff;
	background-color: #8C0000!important;
	border-color: #8C0000!important;
}
.btn-success {
	color: #fff;
	background-color: #8BBB4D!important;
	border-color: #8BBB4D!important;
}
.btn-xxl, .btn-xl {
	min-width: 140px;
}
.btn:disabled {
	color: #aaa;
}
.form-check-input:checked {
	background-color: #8C0000;
	border-color: #8C0000;
}
.form-check-input:focus {
	box-shadow: none;
}
.text-play-video, a.text-play-video {
	color: #8C0000;
}
.fw-600 {
	font-weight: 600;
}
.fs--1 {
	font-size: .925rem!important;
}
.fs--2 {
	font-size: .875rem!important;
}
.fs--3 {
	font-size: .825rem;
}
.text-serif {
	font-family: 'Playfair Display', serif;
	font-weight: 600;
}
.bg-header {
	color: #fff;
	background-color: #000;
	border-top: 5px solid #E00F13;
	padding: 8px 0;
}
#radioheader {
	min-height: 80px;
	z-index: 1;
}
#radioname {
	font-family: "Abril Fatface", sans-serif;
	font-size: 2.25rem;
	line-height: 1;
	letter-spacing: -1px;
	margin: 0 0 .15rem 0;
}
#radioname span {
	color: #E00F13;
}
#radioslogan {
	font-size: .875rem;
	text-transform: uppercase;
	line-height: 1;
	color: #E00F13;
}
#radiofooter {
	font-size: .825rem;
	color: #fff;
	background-color: #000;
}
#radiofooter a {
	text-transform: uppercase;
	color: #fff;
}
#radiofooter a:hover {
	opacity: .5;
}
#radioplayer {
	background-color: #fff;
	border: 1px solid #dedede;
	border-radius: 5px;
	box-shadow: 0 0 .25rem rgba(0,0,0,.075)!important;
	min-height: 75vh;
	overflow: hidden;
}
#radioinner {
	background-color: #F5F5F5;
	border-bottom: 1px solid #dedede;
	border-radius: 5px 5px 0 0;
	padding: 10px;
}
#radiotopmeta {
	max-height: 11rem;
	overflow: hidden;
}
#radioplayer img {
	width: 120px;
	border-radius: 5px;
}
#playtitle {
	font-size: 1.25rem;
	line-height: 1.2;
	letter-spacing: -.5px;
	max-height: 9rem;
	cursor: pointer;
}
#playsubtitle {
	display: none;
	font-size: 1.1rem;
	cursor: pointer;
}
.open #radiotopmeta {
	max-height: none;
	overflow: visible;
}
.open #playtitle {
	display: block;
	-webkit-line-clamp: 10;
	max-height: none;
}
.open #playsubtitle {
	display: block;
	-webkit-line-clamp: 10;
	max-height: none;
}
#playbutton {
	font-size: 3rem;
	line-height: 1;
	color: #8BBB4D;
	padding: 0 8px 0 0;
}
#audiocurrent, #audiotime, .atimer {
	font-size: .825rem;
}
#radiolist {
	background-color: #fff;
	border-radius: 0 0 5px 5px;
}
#articleblock {
	
}
#radioplayer .current {
	background-color: #F8F8F8;
}
#radioplayer .current a.text-secondary, #radioplayer .current a.text-dark {
	color: #8bbb4e!important;
}
.playing .bi-play-fill:before {
	content: "\f4c3"!important;
}

.eq {
	position: relative;
	height: 5px;
	background-color: #C3CAD4;
	border-radius: 2px;
}
#wave2 {
	position: absolute;
	left: 0;
	top: 0;
	height: 5px;
	background-color: #8BBB4D;
	width: 0;
}
.eqhandle {
	display: none;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	transform: translateY(-6px);
}

.read-title {
	font-family: 'Playfair Display', serif;
	font-weight: 600;
}
.read-subtitle {
	font-family: 'Lora', serif;
	font-size: 1.4rem;
	font-weight: 600;
}
.read-content {
	font-size: 1.15rem;
}

#mediaviewer {
	display: none;
	color: #fff;
	background-color: #000;
	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%
}

.dir-ltr {
	direction: ltr!important;
}
.body-he .reverse-ico:before {
	transform: scaleX(-1);
}
.body-he #radioslogan {
	font-size: 1rem;
}

.lines-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lines-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
	
}
@media (min-width: 992px) {
	#radioname {
		font-size: 2.75rem;
	}
	
	#radiotopmeta {
		max-height: 12.95rem;
	}
	#playtitle {
		-webkit-line-clamp: 3;
		max-height: 6.5rem;
	}
	#playsubtitle {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		max-height: 4.95rem;
		cursor: pointer;
	}
	
	#mediaviewer {
		padding: 60px 80px;
	}
	
	.media-item {
		max-width: 70%;
		margin: 0 auto;
	}
}

.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;
}

.play-video:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: bootstrap-icons!important;
	content: "\f4f4";
	font-size: 32px;
	text-align: center;
	line-height: 48px;
	color: rgba(255, 255, 255, .7);
	border: 2px solid rgba(255, 255, 255, .7);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 0 0 0 4px;
	transform: translate(-50%, -50%);
	transition: all 0.1s;
	z-index: 2;
}

* {
	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;
}

.text-facebook {
	color: #3B5998!important;
}
.text-twitter {
	color: #1DA1F2!important;
}
.text-instagram {
	color: #D94079;
}
.text-reddit {
	color: #FF4500!important;
}
.text-youtube {
	color: #f00;
}
.text-linkedin {
	color: #0077B5;
}

#pageloader {
	background-color: rgba(0, 0, 0, .4);
	z-index: 19901;
}
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #000;
  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;
  }
}
