@font-face {
	font-family: Lato-Bold;
	src: url('../font/Lato-Bold.ttf');
	font-display: swap;
}

@font-face {
	font-family: Lato-Light;
	src: url('../font/Lato-Light.ttf');
	font-display: swap;
}

@font-face {
	font-family: Lato-Medium;
	src: url('../font/Lato-Medium.ttf');
	font-display: swap;
}

@font-face {
	font-family: Lato-Regular;
	src: url('../font/Lato-Regular.ttf');
	font-display: swap;
}

@font-face {
	font-family: Lato-Thin;
	src: url('../font/Lato-Thin.ttf');
	font-display: swap;
}

* {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

*:focus {
	outline: none;
}

:root {
	color-scheme: dark;
}

:root {
	--sait: env(safe-area-inset-top);
	--saib: env(safe-area-inset-bottom);
	--sail: env(safe-area-inset-left);
	--sair: env(safe-area-inset-right);
}

body {
	background: #fff;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0px;
	padding: 0px;
	color: #666666;
	/*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-family: 'SoleSans', 'Lato-Regular', Arial, Helvetica, sans-serif !important;
	font-size: 14px;
	line-height: 22px;
	user-select: none;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-font-smoothing: antialiased;
	-webkit-user-select: none;
}

backzone {
	display: block;
	position: absolute;
	left: 0px;
	width: 20px;
	top: calc(constant(safe-area-inset-top) + 44px);
	top: calc(env(safe-area-inset-top) + 44px);
	bottom: calc(constant(safe-area-inset-top) + 50px);
	bottom: calc(env(safe-area-inset-top) + 50px);
}

a {
	text-decoration: none;
	color: #888;
}

.fr-view a {
	text-decoration: underline;
}

pages {
	display: none;
}

.pointer {
	cursor: pointer;
}

.loader {
	/* display: none !important; */
	pointer-events: none;
	color: transparent !important;
	background-size: 22px 22px !important;
	background-image: url('../img/interface/loader-white.svg') !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.owl-carousel .loader {
	background-image: unset !important;
}

.loader.list {
	height: 64px;
	background-size: 32px 32px;
}

.loader.list.chats {
	top: -27px !important;
}

.loader.white {
	background-image: url('../img/interface/loader-black.svg');
	color: white;
}

.loader.no-text {
	background-position: center center;
	color: transparent;
}

h1, h2, h3 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	/* font-family: "Lato-Bold"; */
	font-family: "SoleSans";
}

h1 {
	font-size: 30px;
	line-height: 40px;
}

h2 {
	font-size: 24px;
	line-height: 28px;
}

h3 {
	font-size: 16px;
	line-height: 22px;
}

hr {
	border: 0px;
	border-top: 1px solid #222;
}

floatingmenu hr {
	border: 0px;
	border-top: 1px solid gray;
}

.b-hide {
	display: none;
}

.c-10 {
	width: 10%;
	float: left;
	display: block;
}

.c-10 {
	width: 10%;
	float: left;
	display: block;
}

.c-20 {
	width: 20%;
	float: left;
	display: block;
}

.c-25 {
	width: 25%;
	float: left;
	display: block;
}

.c-30 {
	width: 30%;
	float: left;
	display: block;
}

.c-33 {
	width: 33.3333%;
	float: left;
	display: block;
	box-sizing: border-box;
}

.c-40 {
	width: 40%;
	float: left;
	display: block;
}

.c-50 {
	width: 50%;
	float: left;
	display: block;
	box-sizing: border-box;
}

.c-60 {
	width: 60%;
	float: left;
	display: block;
}

.c-70 {
	width: 70%;
	float: left;
	display: block;
}

.c-80 {
	width: 80%;
	float: left;
	display: block;
}

.c-90 {
	width: 90%;
	float: left;
	display: block;
}

.c-100 {
	width: 100%;
	float: left;
	display: block;
}

.c-2 {
	width: 50%;
	float: left;
	display: block;
}

.c-3 {
	width: 33.3333%;
	float: left;
	display: block;
}

.c-4 {
	width: 25%;
	float: left;
	display: block;
}

.c-5 {
	width: 20%;
	float: left;
	display: block;
}

.c-6 {
	width: 16.6666%;
	float: left;
	display: block;
}

.clear {
	clear: both;
}

.no-shadow {
	box-shadow: none !important;
}

.no-float {
	float: none !important;
}

.t-a-c {
	text-align: center;
}

.t-a-l {
	text-align: left;
}

.t-a-r {
	text-align: right;
}

.t-underline {
	text-decoration: underline;
}

.t-primary-color {
	color: #2d9c63;
}

.t-mini {
	font-size: 12px;
	line-height: 16px;
}

.t-medium {
	font-size: 14px;
	line-height: 17px;
}

.t-big {
	font-size: 18px;
}

.t-action {
	font-size: 16px;
}

.t-upper {
	text-transform: uppercase;
}

.t-lower {
	text-transform: lowercase;
}

.t-camel {
	text-transform: capitalize;
}

.t-legend {
	color: #888;
	text-transform: uppercase;
	font-size: 14px;
}

.t-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.no-b {
	border: 0px !important;
}

.no-p {
	padding: 0px !important;
}

.no-p-t {
	padding-top: 0px !important;
}

.no-p-l {
	padding-left: 0px !important;
}

.no-p-r {
	padding-right: 0px !important;
}

.no-p-b {
	padding-bottom: 0px !important;
}

.no-m {
	margin: 0px !important;
}

.no-m-t {
	margin-top: 0px !important;
}

.no-m-l {
	margin-left: 0px !important;
}

.no-m-r {
	margin-right: 0px !important;
}

.no-m-b {
	margin-bottom: 0px !important;
}

.p-0 {
	padding: 0px !important;
}

.p-5 {
	padding: 5px !important;
}

.p-10 {
	padding: 10px !important;
}

.p-15 {
	padding: 15px !important;
}

.p-20 {
	padding: 20px !important;
}

.p-l-0 {
	padding-left: 0px !important;
}

.p-t-0 {
	padding-top: 0px !important;
}

.p-b-0 {
	padding-bottom: 0px !important;
}

.p-t-5 {
	padding-top: 5px !important;
}

.p-b-5 {
	padding-bottom: 5px !important;
}

.p-l-5 {
	padding-left: 5px !important;
}

.p-r-5 {
	padding-right: 5px !important;
}

.p-t-10 {
	padding-top: 10px !important;
}

.p-b-10 {
	padding-bottom: 10px !important;
}

.p-l-10 {
	padding-left: 10px !important;
}

.p-r-10 {
	padding-right: 10px !important;
}

.p-t-15 {
	padding-top: 15px !important;
}

.p-b-15 {
	padding-bottom: 15px !important;
}

.p-l-15 {
	padding-left: 15px !important;
}

.p-r-15 {
	padding-right: 15px !important;
}

.p-t-20 {
	padding-top: 20px !important;
}

.p-t-25 {
	padding-top: 25px !important;
}

.p-t-30 {
	padding-top: 30px !important;
}

.p-b-20 {
	padding-bottom: 20px !important;
}

.p-b-25 {
	padding-bottom: 25px !important;
}

.p-l-20 {
	padding-left: 20px !important;
}

.p-l-30 {
	padding-left: 30px !important;
}

.p-r-20 {
	padding-right: 20px !important;
}

.m-0 {
	margin: 0px !important;
}

.m-5 {
	margin: 5px !important;
}

.m-10 {
	margin: 10px !important;
}

.m-15 {
	margin: 15px !important;
}

.m-20 {
	padding: 20px !important;
}

.m-40 {
	padding: 40px !important;
}

.m-t-0 {
	margin-top: 0px !important;
}

.m-b-0 {
	margin-bottom: 0px !important;
}

.m-l-0 {
	margin-left: 0px !important;
}

.m-r-0 {
	margin-right: 0px !important;
}

.m-t-5 {
	margin-top: 5px !important;
}

.m-b-5 {
	margin-bottom: 5px !important;
}

.m-l-5 {
	margin-left: 5px !important;
}

.m-r-5 {
	margin-right: 5px !important;
}

.m-t-10 {
	margin-top: 10px !important;
}

.m-b-10 {
	margin-bottom: 10px !important;
}

.m-l-10 {
	margin-left: 10px !important;
}

.m-r-10 {
	margin-right: 10px !important;
}

.m-t-13 {
	margin-top: 13px !important;
}

.m-t-15 {
	margin-top: 15px !important;
}

.m-b-15 {
	margin-bottom: 15px !important;
}

.m-l-15 {
	margin-left: 15px !important;
}

.m-r-15 {
	margin-right: 15px !important;
}

.m-t-20 {
	margin-top: 20px !important;
}

.m-t--20 {
	margin-top: -20px !important;
}

.m-t-60 {
	margin-top: 60px !important;
}

.m-b-20 {
	margin-bottom: 20px !important;
}

.m-b-30 {
	margin-bottom: 30px !important;
}


.m-b--20 {
	margin-bottom: -20px !important;
}

.m-l-20 {
	margin-left: 20px !important;
}

.m-r-20 {
	margin-right: 20px !important;
}

.m-l-30 {
	margin-left: 30px !important;
}

.m-r-30 {
	margin-right: 30px !important;
}

.m-l--20 {
	margin-left: -20px !important;
}

.m-r--20 {
	margin-right: -20px !important;
}

.m-l-40 {
	margin-left: 40px !important;
}

.m-r-40 {
	margin-right: 40px !important;
}

.scrollable {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 981px) {

	.m-l-d-40 {
		margin-left: 40px !important;
	}

	.m-r-d-40 {
		margin-right: 40px !important;
	}

	.t-clamp-1-desktop {
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.t-clamp-2-desktop {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.t-clamp-3-desktop {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.t-clamp-4-desktop {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.t-clamp-5-desktop {
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}

@media screen and (max-width: 981px) {

	.t-clamp-1-mobile {
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.t-clamp-2-mobile {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.t-clamp-3-mobile {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.t-clamp-4-mobile {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.t-clamp-5-mobile {
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}

.t-with-icon {
	line-height: 44px;
	background: left center no-repeat;
	background-size: 24px 24px;
	padding-left: 44px;
}

.t-with-icon-medium {
	line-height: 26px;
	background: left center no-repeat;
	background-size: 18px 18px;
	padding-left: 26px;

}

.b-top {
	border-top: 1px solid #eee;
}

.b-bottom {
	border-bottom: 1px solid #eee;
}

.b-left {
	border-left: 1px solid #eee;
}

.b-right {
	border-right: 1px solid #eee;
}

.t-gray {
	color: #aaa;
}

.t-white {
	color: #eee;
}

.t-bold {
	font-weight: bold;
}

.t-italic {
	font-style: italic;
}

.left {
	float: left;
}

.right {
	float: right;
}

.t-clamp-1 {
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.t-clamp-2 {
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.t-clamp-3 {
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.t-selectable {
	user-select: text;
	-webkit-user-select: text;
	/* Safari/Chrome /   -moz-user-select: text; / Firefox */
	-ms-user-select: text;
	/* Internet Explorer/Edge */
}

.t-border-top {
	border-top: 1px solid #333333;
}

.t-border-bottom {
	border-bottom: 1px solid #333333;
}

@media screen and (max-width: 640px) {
	.c-33-mobile {
		width: 100%;
		float: none;
	}
}

/* @media screen and (min-width: 981px) {  */
@media screen and (min-width: 1281px) {

	.c-50-desktop {
		width: 50%;
		float: left;
		display: block;
		box-sizing: border-box;
	}

}

/* 
header h2 {
	font-size: 30px !important;
    line-height: 40px !important;
} */