.fs-0 {
	font-size: 1rem!important;
}
.fs-1 {
	font-size: 1.1rem!important;
}
.fs-2 {
	font-size: 1.25rem!important;
}
.fs-3 {
	font-size: 1.5rem!important;
}
.fs-4 {
	font-size: 1.75rem!important;
}
.fs-5 {
	font-size: 2rem!important;
}
.fs-6 {
	font-size: 2.25rem!important;
}
.fs-7 {
	font-size: 2.5rem!important;
}
.fs-8 {
	font-size: 3rem!important;
}
.fs-9 {
	font-size: 3.5rem!important;
}
.fs-10 {
	font-size: 4rem!important;
}
.fs--1 {
	font-size: .925rem!important;
}
.fs--2 {
	font-size: .875rem!important;
}
.fs--3 {
	font-size: .825rem!important;
}
.fs--4 {
	font-size: .75rem!important;
}
.font-weight-semibold {
	font-weight: 600;
}
.font-weight-lightbold {
	font-weight: 500;
}
.w-auto {
	width: auto;
}
.form-control:focus {
	box-shadow: none;
}
.form-control[readonly] {
	background-color: #fff;
}
.form-control.form-control-hour {
	width: 60px;
}
.form-control.form-control-number {
	width: 100px;
}
.form-control.form-control-amount {
	width: 120px;
}
.form-control.disabled {
	color: #888;
	background-color: #e9ecef;
}
.btn, .form-control, button {
/*	border-radius: 0;*/
	box-shadow: none!important;
	outline: none!important;
}
.modal-header, .modal-footer {
	padding: 10px 15px;
}
.modal-title {
	letter-spacing: -1px;
}
h4.modal-title {
	font-size: 1rem;
}
.modal-footer .btn, .btn-l {
	min-width: 80px;
}
.note-form-control {
	display: block;
}
.note-editing-area strike {
	color: red;
}
.btn-playico {
	width: 50px;
}
.btn-xl {
	min-width: 110px!important;
}
.btn-xxl {
	min-width: 140px!important;
}
.text-condensed {
	letter-spacing: -1px;
}
.text-thin {
	font-weight: 300;
}
.text-line-through {
	text-decoration: line-through;
}
.line-sm {
	line-height: 1.1;
}
.line-md {
	line-height: 1.25;
}
.btn-round {
	border-radius: 18px;
	min-width: 160px;
}
.text-app {
	color: #33414E!important;
}
.bg-app {
	background-color: #33414E!important;
}
.bg-black {
	background-color: #0E0E0E!important;
}
.bg-50black {
	background-color: rgba(0, 0, 0, .5)!important;
}
.bg-app-light {
	background-color: #EAEDF0!important;
}
.bg-photo {
	background-image: url(/css/img/imgbg.png);
}
.bg-cover {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.top-0 {
	top: 0!important;
}
.left-0 {
	left: 0!important;
}
.right-0 {
	right: 0!important;
}
.bottom-0 {
	bottom: 0!important;
}
.absolute-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.z-index-1 {
	z-index: 1;
}
.border-bottom {
	border-bottom: 1px solid #ddd;
}
.border-top {
	border-top: 1px solid #ddd;
}
.contain {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}
.scroll-touch {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.icon-fw {
	display: inline-block;
	width: 1.25rem; /* 1.28571429em */
	text-align: center;
}
.custom-checkbox .custom-control-label::before {
	border-radius: 0;
}
.custom-select:focus {
	box-shadow: none;
}
.breadcrumb-item+.breadcrumb-item::before {
	font-family: Ionicons;
	content: "\f3d3";
}
.decoration-none, a.decoration-none, a.decoration-none:hover, a.decoration-none:link, a.decoration-none:visited {
	text-decoration: none!important;
}
.decoration-underline, a.decoration-underline, a.decoration-underline:hover, a.decoration-underline:link, a.decoration-underline:visited {
	text-decoration: underline!important;
}
.border-dashed {
    border-style: dashed!important;
}
.overflow-hidden {
	overflow: hidden;
}
.hidebox {
	display: none;
}
.no-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.nowrap {
	white-space: nowrap;
}
.space-pre {
	white-space: pre-wrap;
}
.cursor-pointer {
	cursor: pointer;
}
.list-window {
	height: 260px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.drop-list-window {
	max-height: 260px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.text-white a {
	color: #fff!important;
}
.text-bg:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.text-bg>* {
	z-index: 2;
}
.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;
}
.play-video:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: Ionicons;
	content: "\f488";
	font-size: 32px;
	text-align: center;
	line-height: 48px;
	color: rgba(255, 255, 255, .7);
	border: 2px solid rgba(255, 255, 255, .7); /* #28A745 */
	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.play-xl:before, .art-main .play-video:before {
	font-size: 64px;
	line-height: 86px;
	border-width: 4px;
	width: 90px;
	height: 90px;
	padding: 0 0 0 8px;
}
.must:after {
	position: relative;
	top: -4px;
	content: "*";
	font-family: monospace;
	font-weight: bold;
	color: #e01111;
    margin: 0 0 0 2px;
}
/*.wait {
	background-image: url('img/spinner.gif')!important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.wait.start {
	background-position: 0 50%;
}*/
.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;
}
.non-visible, .invisible {
	visibility: hidden!important;
}

.conic-progress {
	position: relative;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: conic-gradient(#1354D6 0%, #E4E5F2 0);
}
.conic-progress-percent {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	font-size: 11px;
	line-height: 26px;
}

.play-button:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: Ionicons;
	content: "\f488";
	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;
}
.play-button-big:before {
	font-size: 48px;
	line-height: 72px;
	width: 75px;
	height: 75px;
}
.blury {
	filter: blur(8px);
	-webkit-filter: blur(8px);
}
.no-underline a {
	text-decoration: none!important;
}

#appnotify {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 280px;
	margin: -100px 0 0 -140px;
	z-index: 10009;
}

#pageloader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(234, 237, 240, .5);
	z-index: 19901;
}
.loadring {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
}
.loadring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 51px;
	height: 51px;
	margin: 6px;
	border: 6px solid #007BFF;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #007BFF transparent transparent transparent;
}
.loadring div:nth-child(1) {
  animation-delay: -0.45s;
}
.loadring div:nth-child(2) {
  animation-delay: -0.3s;
}
.loadring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.signinbox {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.form-signin {
	background-color: #fff;
	width: 100%;
	max-width: 330px;
	padding: 1.25rem;
	margin: 0 auto;
}
.form-signin .checkbox {
	font-weight: 400;
}
.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/* image viewer & slider */
#imgviewer {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	padding: 0;
	z-index: 10100;
}
.closeviewer {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1;
	padding: 0 5px;
	z-index: 19900;
}
.single-slide {
	position: relative;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	align-self: center;
}
.single-slide img {
	max-height: 100%;
}
.single-slide .embed-responsive {
	width: 100%;
	margin: 0 auto;
}
.swiper-pagination-bullet { 
	background-color: #33414E;
	border: 2px solid #33414E;
}
.swiper-button-prev {
	left: 0;
}
.swiper-button-next {
	right: 0;
}

.note-editor .custom-control-input {
	position: relative!important;
	z-index: 1!important;
	opacity: 1!important;
}

.am {
	position: relative;
	padding-bottom: 10px;
}
.am .handle {
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 3;
}
.ammenu {
	position: absolute;
	top: 0;
	right: 5px;
	z-index: 4;
}
.amtext {
	left: 5px;
	bottom: 10px;
	right: 5px;
	font-size: .825rem;
	line-height: 1.1;
	height: 3.12rem;
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
	padding: .2rem;
	overflow: hidden;
	z-index: 3;
}
.am .embed-responsive {
	border: 1px solid #ced4da;
}
.amremove {
	position: absolute;
	top: 0;
	right: 5px;
	z-index: 4;
}

/* top slider */
.top-slider-widget {
	min-height: 69px;
	border-bottom: 1px solid #ccc;
	padding: .5rem 0;
}
.top-slider-wrap {
	max-height: 53px;
	overflow: hidden;
}
.top-slider img {
	width: 70px;
}
.top-slider h6 {
	font-size: .875rem;
	font-weight: 600;
	height: 53px;
	padding: 0 .5rem;
	margin: 0;
	overflow: hidden;
}
.top-slider a {
	text-decoration: none!important;
	color: #212529;
	flex: 0 0 70px;
}
.slick-prev:before, .slick-next:before {
	font-family: 'Ionicons';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #333;
}
.slick-prev:before {
	content: "\f2ca";
}
.slick-next:before {
	content: "\f30f";
}

.twitter-tweet {
	margin-left: auto;
	margin-right: auto;
}

#radioplayer {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	background-color: #111;
	z-index: 99;
}
#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;
}

#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%
}

@media (min-height: 576px) {
	.list-window {
		height: 360px;
	}
	.drop-list-window {
		max-height: 360px;
	}
}
@media (min-width: 992px) {
	.single-slide .embed-responsive {
		max-width: 920px;
	}
	
	.two-col {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		column-gap: 1rem;
	}
	.two-col>div {
		break-inside: avoid-column;
		overflow: hidden;
	}
	
	.three-col {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
		column-gap: 1rem;
	}
	.three-col>div {
		break-inside: avoid-column;
		overflow: hidden;
	}
	
	#mediaviewer {
		padding: 60px 80px;
	}
	.media-item {
		max-width: 80%;
		margin: 0 auto;
	}
}
@media (min-width: 1024px) {
	.w-lg-50 {
		width: 50%;
	}
	.w-lg-75 {
		width: 75%;
	}
	.mw-lg-50 {
		max-width: 50%;
	}
	.mw-lg-75 {
		max-width: 75%;
	}
}
@media (min-width: 1200px) {
	.w-xl-50 {
		width: 50%;
	}
	.w-xl-75 {
		width: 75%;
	}
	.mw-xl-50 {
		max-width: 50%;
	}
	.mw-xl-75 {
		max-width: 75%;
	}
}
