/* 
Datalife Engine template, 
name: Lordus.top Unique, updated 2026, version DLE: 15 and higher
*/

:root {
	--bg: #fff; --bg-darker: #f1faec; --bg-darker-1: #e3f5d9; --bg-black: #1e1e1e; --bg-blackest: #111111;
	--tt: #444; --tt-fade-0: #4b4640; --tt-fade: #80776c; 
	--bdc: rgba(0,0,0,0.1); --bsh-long: 0 0 60px rgba(0,0,0,0.5); --bsh: 0 0 3px 0 rgba(0,0,0,0.25);
	--bsh-block: 0 1px 5px 0 rgba(0,0,0,0.15);
	--accent: #76e63c; --green: #38d65d; --red: #eb4d4b; --orange: #f0932b; 
	--grey: #888; --yellow: #ffda4a; --blue: #486bed;

	--ui-elem-height: 40px; --ui-elem-padding: 20px; --ui-elem-gap: 10px; --ui-elem-bdrs: 4px; 
	--ui-bg-btn: #76e63c; --ui-tt-btn: #fff; --ui-bg-btn-hover: #5dcc2d; 
	--ui-bg-inp: #fff; --ui-bdc-inp: #e3e3e3; --ui-bdc-inp-focus: #45dc66;
	
	--ui-bg: #fff; --ui-bg-darker: #f2f6f8; --ui-bg-darkest: #e4ebef; --ui-accent: #06c;
	--ui-bdc: rgba(0,0,0,0.1); --ui-tt-fade: #80776c; --ui-fw-bolder: 500; --ui-fw-fa: 300;
	--ui-bsh: 0 12px 40px rgba(0,0,0,0.3); --ui-bsh-inset: inset 1px 2px 5px rgba(0,0,0,0.1); --ui-bdrs: 4px;
	--ui-gradient: linear-gradient(to bottom, #5c4f68, #352d3c); --ui-bg-black: #352d3c;
	 --ui-bg-attention: #fceedf; --ui-bd-attention: #fc9a07;
	--indent-negative: -20px; --indent: 20px; --max-width: 1140px;
}

/* RESET, BASIC UI SETTINGS
----------------------------------------------- */
* {background: none; margin: 0; padding: 0; outline: none; border: 0; box-sizing: border-box;}
ol, ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
img, table, iframe, video, frame, embed, object {max-width: 100%;}
body {font-family: 'inter', sans-serif; font-size: 14px; font-weight: 400; line-height: calc(1em + 0.5rem); 
	color: var(--tt); background-color: #111; width: 100%;}
a {color: var(--tt); text-decoration: none;}
a:focus {color: var(--tt); text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 500; font-size: 24px;}
::selection {background: #76e63c; color: #111;} 
b, strong, .ldus-836dc05282 {font-weight: 500;}

button, select, textarea, input[type="text"], input[type="password"], input[type="button"], [type="reset"], input[type="submit"] 
{appearance: none; -webkit-appearance: none; font-size: 16px; font-family: inherit; font-weight: inherit;}
input[type="button"], input[type="submit"] {font-size: 14px; font-weight: 400;}
button, .ldus-095cc80e00, [type="button"], [type="reset"], [type="submit"], .ldus-098ee1c969 a, .qq-upload-button, .plupload_button, 
.ldus-d573e9fb89 a 
{display: inline-flex; justify-content: center; align-items: center; cursor: pointer; white-space: nowrap;
	height: var(--ui-elem-height); padding: 0 var(--ui-elem-padding); gap: var(--ui-elem-gap);
	border-radius: var(--ui-elem-bdrs); background-color: var(--ui-bg-btn); color: var(--ui-tt-btn);
	font-size: 14px; font-weight: 500; text-transform: uppercase;}
button:active, input[type="button"]:active, input[type="submit"]:active {box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}
.ldus-581c877588, [class*=fr], [class*=plyr], .owl-prev, .owl-next, .owl-dot, [id*=mceu], [class*=tox-], .ui-dialog-titlebar-close {padding: 0; margin: 0; 
	line-height: 1.4; border: 0; box-shadow: none; background: none; border-radius: 0;}

[type="text"], [type="password"], [type="email"], select, textarea  {height: var(--ui-elem-height); 
	padding: 0 var(--ui-elem-padding); line-height: calc(var(--ui-elem-height) - 1px); 
	width: 100%; background-color: var(--ui-bg-inp); border: 1px solid var(--ui-bdc-inp); 
	border-radius: var(--ui-elem-bdrs); box-shadow: none; font-size: 14px; display: block;}
[type="text"]:focus, [type="password"]:focus, [type="email"]:focus, textarea:focus {border-color: var(--ui-bdc-inp-focus);}

select:not([multiple]) {background-image: url(../dleimages/chevron-down.svg); padding-right: 30px;
	background-repeat: no-repeat; background-position: right 15px top 50%; background-size: 12px auto;}
select option {padding: 6px 10px; font-weight: 400;}
select[multiple] option {padding: 3px 10px; font-weight: 400;}
select[multiple] {padding: 9px 5px;}
textarea {padding-top: 20px; padding-bottom: 20px; overflow: auto; resize: vertical;}
input::placeholder, textarea::placeholder {color: var(--tt-fade); opacity: 1; font-size: 14px;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent}


/* USEFUL CLASSES
----------------------------------------------- */
.ldus-28ea56c75f, .ldus-2d4d0a25af, .ldus-a8e3297701, .ldus-7eced88135, .ldus-875c14fa61, .ldus-236e35d2b8 {position: relative;}
.ldus-2d4d0a25af {padding-top: 60%;}
.ldus-2d4d0a25af > img, .ldus-a8e3297701 img, .ldus-236e35d2b8 img {width: 100%; height: 100%; object-fit: cover; border-radius: inherit;}
.ldus-2d4d0a25af > img {position: absolute; left: 0; top: 0;}
.ldus-28ea56c75f img, .ldus-28ea56c75f > a, .ldus-236e35d2b8 img {width: 100%; display: block;}
.ldus-236e35d2b8 > img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; 
	border-radius: inherit; display: block; object-fit: cover;}
.ldus-4880b55600 {clear: both;}
.ldus-ac232c7350::after {content: ""; display: table; clear: both;}
.ldus-6170a6c00d {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block;}
.ldus-b9274a5cbe, .ldus-b9bf9a8e18, .ldus-e192ecd0c9, .ldus-1d5b1602aa, .ldus-f96ffcfbe6 
{display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.ldus-b9bf9a8e18 {-webkit-line-clamp: 3; line-clamp: 3;} .ldus-e192ecd0c9 {-webkit-line-clamp: 4; line-clamp: 4;}
.ldus-1d5b1602aa {-webkit-line-clamp: 5; line-clamp: 5;} .ldus-f96ffcfbe6 {-webkit-line-clamp: 6; line-clamp: 6;}
.ldus-0fd4c4e6b9 {margin:0 calc((100% - 100vw)/2); padding:0 calc((100vw - 100%)/2);}
.ldus-c7984c1657::after {content: ''; position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; height: 60%; 
	background: linear-gradient(to top, #000 0%, transparent 100%); opacity: 1;}
.ldus-71a4468b91::after {content: ''; position: absolute; inset: 0; z-index: 10;}
.ldus-b8cd92d325::before {position: absolute; inset: 0; z-index: 5; border-radius: inherit; opacity: 0;
	background-color: rgba(0,0,0,0.66); color: #fff; font-size: 34px; display: grid; place-items: center;}

.ldus-c1722e5882 {display: flex; flex-wrap: wrap; flex-direction: row;}
.ldus-a3259bd5ea {flex-direction: column; flex-wrap: nowrap;} 
.ldus-ffffe70391 {justify-content: space-between;}
.ldus-6d941ceddd {justify-content: flex-start;}
.ldus-ab4c7549f6 {justify-content: center;}
.ldus-ab94a9c78b {justify-content: flex-end;}
.ldus-4938cbcc41 {align-items: flex-start;}
.ldus-fa4c9b05f0 {align-items: center;}
.ldus-f8218e731e {align-items: flex-end;}
.ldus-a989bcc759 {order: -1;}
.ldus-face125e87 {order: 10;}
.ldus-ed0b92cc41, .ui-dialog-title, .ldus-53e5325adc .comments_subscribe, .ldus-df4c113428 {flex: 1 1 0; max-width: 100%; min-width: 50px;}
.ldus-ab2de17d98, .ldus-8192a708ca {flex: 1 0 min-content}
.ldus-837d995dd3 {display: grid; place-items: center;}
.ldus-e7cf90d949 {text-align: center;}

.ldus-18742e8b6c {display: grid; gap: 10px; grid-template-columns: repeat(auto-fill,minmax(min(40vw,170px),1fr));}
.ldus-18742e8b6c > *:not(.ldus-ab5b61f0c2), #dle-content > *:not(.ldus-ab5b61f0c2) {grid-column: 1 / -1;}
.ldus-18742e8b6c > #dle-content {display: inherit; gap: inherit; grid-template-columns: inherit;}

.ldus-8fbddff50b {row-gap: 5px;} .ldus-7f75e01ba5 {row-gap: 10px;} .ldus-11e57444c8 {row-gap: 15px;} .ldus-908fd7669d {row-gap: 20px;}
.ldus-3dcaaa403a {row-gap: 25px;} .ldus-7374bddc02 {row-gap: 30px;} .ldus-3ceb3a0485 {row-gap: 35px;} .ldus-a6400874bb {row-gap: 40px;}
.ldus-1f50ed554e {column-gap: 5px;} .ldus-61929df994 {column-gap: 10px;} .ldus-a8d03957c5 {column-gap: 15px;} .ldus-86401e49ae {column-gap: 20px;}
.ldus-e74da91810 {column-gap: 25px;} .ldus-929439f73e {column-gap: 30px;} .ldus-bd46a5b794 {column-gap: 35px;} .ldus-0d8a77c96a {column-gap: 40px;}
.ldus-875c14fa61 {position: relative;} .ldus-5ec08e05f8 {overflow: hidden;} .ldus-6b12704ec0 {display: block;} 
.ldus-ea1c186fb3 {width: 100%; min-width: 100% !important; grid-column: 1 / -1;} .ldus-3a21ddd68b {border-radius: 50%;}
.ldus-2c6028aef1 {margin-left: auto;} .ldus-46b2da3ef0 {margin-right: auto;} .ldus-9f5f44bdf3 {margin-top: auto;} .ldus-98788cbbad {margin-bottom: auto;}
.ldus-6295a62365 {aspect-ratio: 3 / 2;} .ldus-dfccb1c91d {aspect-ratio: 2 / 3;} .ldus-dbd51297ee {aspect-ratio: 1 / 1;}

.ldus-d238768552 {--ui-elem-height: 30px; font-size: 12px; padding: 0 10px;}
.ldus-92f349f0a9 {--ui-elem-height: 50px; --ui-elem-padding: 40px}
.ldus-7abf835e56 {aspect-ratio: 1 / 1; padding: 0;}
.ldus-53faefc2df {border-radius: calc(var(--ui-elem-height)/2);}
.ldus-5595f68572 {background: none; border: 1px solid var(--bdc); color: var(--tt); box-shadow: none;}
.ldus-1a1eb83f3e {background: none; color: var(--tt); box-shadow: none; padding: 0;}
.ldus-1d494565c7 {background-color: var(--bg-darker); color: var(--tt-fade); --ui-btn-bsh: var(--bg-darkest);}

.ldus-c25d4e4cf6, .ldus-663d03b986, .ldus-0066fae24f .quote + br, 
#category option:empty, .ui-helper-hidden-accessible:empty, #related_news:empty, #result-registration:empty, 
.ldus-ffad1bab01 br, #fullsearch + form .ldus-129638ad88, .bb-sep, .bb-pane > .ldus-4880b55600, .ldus-aa7e3c8140 li:empty, 
.ldus-bfe6269075:empty {display: none;} 
.ldus-3452887084:has(.ldus-5f7b6293ff:last-child), .ldus-906a0f8add:has(.ldus-3da9dd7976:last-child) {display: none;}
.ldus-58b21e2218, button, .ldus-095cc80e00, a, .ldus-8657e10c4b::before, .ldus-b7091ae794::after
{transition: color 0.3s, background-color 0.3s, opacity 0.3s, box-shadow 0.3s, 
	transform 0.3s, border-color 0.3s, scale 0.3s, rotate 0.3s, translate 0.3s;}

@font-face {font-family: 'inter'; src: url('../webfonts/inter-400.woff2') format('woff2');
	font-weight: 400; font-style: normal; font-display: swap;}
@font-face {font-family: 'inter'; src: url('../webfonts/inter-500.woff2') format('woff2');
	font-weight: 500; font-style: normal; font-display: swap;}
@font-face {font-family: 'Oswald'; src: url('../webfonts/oswald-700.woff2') format('woff2');
	font-weight: 700; font-style: normal; font-display: swap;}
@font-face {font-family: 'Righteous-Regular'; src: url('../webfonts/Righteous-Regular.woff2') format('woff2');
	font-weight: 400; font-style: normal; font-display: swap;}


@media (hover: hover) and (pointer: fine) {
	a:hover {color: var(--tt); text-decoration: none;}
	button:hover, .ldus-095cc80e00:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, 
	.ldus-098ee1c969 a:hover, .qq-upload-button:hover, .ldus-4b252acc16 a:hover, .plupload_button:hover, 
	#searchsuggestions span.seperator a:hover, .ldus-d573e9fb89 a:hover 
	{background-color: var(--ui-bg-btn-hover); color: var(--ui-tt-btn); border-color: var(--ui-bg-btn-hover);}
	.ui-dialog-titlebar-close:hover, .ldus-04b718dfd6:hover, .ldus-8952e5ccef:hover {background-color: var(--ui-red); color: var(--tt-btn);}
	.ldus-e9a773fbdd a:hover, .ldus-2d21baa50d a:hover {opacity: 0.8;}
	.ldus-3adb901119:hover {background-color: var(--ui-bg-darker);}

	.ldus-abdb74145b li:hover > a {opacity: 1; color: var(--accent);}
	.ldus-abdb74145b li:hover .ldus-bd888fb8f2 {opacity: 1; visibility: visible; translate: 0 0;}
	.ldus-26b5239dbc:hover .ldus-a3c3f9b527 {translate: 0 0; opacity: 1;}
	.ldus-bd888fb8f2 a:hover, .ldus-1c15dfd557 a:hover, .ldus-ff6220a149 a:hover, .ldus-bb9787e514 > a:hover, .ldus-c30892b14f a:hover,  
	.ldus-021538b68c a:hover, .ldus-d4531fb556 a:hover, .ldus-1cb59dfe00 a:hover, .ldus-aa7e3c8140 a:hover, 
	.ldus-61781ff0e8:hover, .ldus-8b47fea3d0 > *:hover, .ldus-5a66769bd8 a:hover {text-decoration: underline;}
	.owl-nav button:hover {opacity: 1; background-color: var(--accent); color: #fff;}
	.ldus-0d662ac9ae button:not(.ldus-b6c5633db6):hover, .ldus-a9048c3246 > a:hover, .ldus-53a23920cf:hover, .ldus-325edb3337 a:hover, 
	.ldus-d490a229bc a:hover, .ldus-9ae1e154a3 button:hover {background-color: var(--accent); color: #fff;}
	.ldus-26b5239dbc:hover .ldus-b8cd92d325::before {opacity: 1;}
	.ldus-847e353af3:hover, .ldus-93a7d08eb1 a:hover {opacity: 0.8;}

	.ldus-8952e5ccef:hover, .ldus-6a0d0b282a:hover, .ldus-2c598581dc:hover {background-color: var(--red); color: #fff;}
	.ldus-875a29d25b a:hover .fal, .ldus-325edb3337 a:hover {background-color: var(--accent) !important;}
	.ldus-095a44514a:hover {color: var(--accent); background: none;}
}


.dt {
	--bg: #222222; --bg-darker: #111111; --bg-darker-1: #050505; --bg-black: #131313; --bg-blackest: #050505;
	--tt: #ccc; --tt-fade-0: #c0c0c0; --tt-fade: #acacac; 
	--bdc: rgba(255,255,255,0.2); --bsh-long: 0 0 60px rgba(0,0,0,0.5); --bsh: 0 0 3px 0 rgba(0,0,0,0.55);
	--bsh-block: 0 1px 5px 0 rgba(0,0,0,0.45);
	
	--ui-bg-inp: rgba(0,0,0,0.15); --ui-bdc-inp: rgba(0,0,0,0.5); 

	--ui-bg: #222; --ui-bg-darker: #111; --ui-bg-darkest: #050505; --ui-accent: #60afff;
	--ui-bdc: rgba(0,0,0,0.5); --ui-tt-fade: #a1a1a1;
	--ui-bsh: 0 12px 40px rgba(0,0,0,0.5); --ui-bsh-inset: inset 1px 2px 5px rgba(0,0,0,0.4); 
	--ui-gradient: linear-gradient(to bottom, #5c4f68, #352d3c); --ui-bg-black: #352d3c;
	 --ui-bg-attention: #24221f; --ui-bd-attention: #a76605;
}
.dt {color-scheme: dark;}
.dt select:not([multiple]) {background-image: url(../dleimages/chevron-down-light.svg);}
.dt .ldus-abdb74145b > li > a:not(:hover) {opacity: 1; color: #fff;}
.dt .ldus-824fb378ae, .dt .ldus-824fb378ae:focus {box-shadow: inset 0 0 0 1px #000, inset 1px 2px 5px rgba(0,0,0,0.2);}
.dt .ldus-9090390a1b, .dt .ldus-98eb1fa13f, .dt .ldus-b9f8af99f2, .dt .ldus-0d662ac9ae button.ldus-b6c5633db6, .dt .ldus-bd888fb8f2 li:not(:has(a)), 
.dt .ldus-07113b76de h1, .dt .ldus-ba08c2b315 h1, .dt .ldus-40bfcef4ed {--tt: #fff; color: #fff;}

.dt .ldus-c7d6efec92, .dt .ldus-2685cc17a5 {box-shadow:0 0 0 1px #000,2px 3px 3px 0 rgba(0,0,0,0.4);}
.dt .ldus-cc9e1eef8f .ldus-0066fae24f, .dt .ldus-1d7f5be22e {color: #ccc;}
.dt .ldus-408c3ab866 a {--blue: #60afff;}
.dt .ldus-ef9240771d {background-color: rgba(255,255,255,0.06);}
.dt .ldus-f421271635:has(.ldus-4d48e5b2ac) .ldus-ef9240771d {background-color: var(--bg-black);}
.dt .ldus-df25c7f15e input, .dt .ldus-5f39271756 textarea, .dt .ldus-0720978540, .dt .ldus-eb62a162aa {background-color: rgba(0,0,0,0.3);}
.dt .ldus-eb62a162aa.pos {background-color: rgba(59, 179, 59, 0.15);}
.dt .ldus-eb62a162aa.neg {background-color: rgba(235, 77, 75,0.15);}

.dt .ldus-6e21b39ea7 select, .dt .tail-select-container, .dt .ldus-41ed7f3fb9, .dt .irs-line {background-color: rgba(0,0,0,0.3);}

.ldus-0abd817bb2 ul li::before, .tail-select .ldus-41ed7f3fb9::before, .tail-select .ldus-41ed7f3fb9::after, 
.tail-select .ldus-71b9fdb562 ul li.dropdown-option.selected::before {font-weight: 300; font-family:'Font Awesome 5 Pro';}