/* 
Datalife Engine template, 
name: TV3.LAT Unique, redesigned for tv3.lat
*/

:root {
	--bg: #fff; --bg-darker: #ededed; --bg-darker-1: #e1e1e1; --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: #79c142; --green: #3bb33b; --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: #79c142; --ui-tt-btn: #fff; --ui-bg-btn-hover: #66aa32; 
	--ui-bg-inp: #fff; --ui-bdc-inp: #e3e3e3; --ui-bdc-inp-focus: #35c535;
	
	--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: #ff0000; color: #fff;}
b, strong, .t3l-730bfcec8 {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, .btn, [type="button"], [type="reset"], [type="submit"], .t3l-6e685c3a0 a, .qq-upload-button, .plupload_button, 
.t3l-a28106863 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);}
.color-btn, [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
----------------------------------------------- */
.img-wide, .img-responsive, .t3l-781f1c3be, .t3l-4a88f2053, .t3l-70dc48de5, .t3l-e7dc6ca94 {position: relative;}
.img-responsive {padding-top: 60%;}
.img-responsive > img, .t3l-781f1c3be img, .t3l-e7dc6ca94 img {width: 100%; height: 100%; object-fit: cover; border-radius: inherit;}
.img-responsive > img {position: absolute; left: 0; top: 0;}
.img-wide img, .img-wide > a, .t3l-e7dc6ca94 img {width: 100%; display: block;}
.t3l-e7dc6ca94 > img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; 
	border-radius: inherit; display: block; object-fit: cover;}
.t3l-7434ab42e {clear: both;}
.clearfix::after {content: ""; display: table; clear: both;}
.t3l-b34a21322 {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block;}
.line-clamp-2, .line-clamp-3, .line-clamp-4, .line-clamp-5, .line-clamp-6 
{display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.line-clamp-3 {-webkit-line-clamp: 3; line-clamp: 3;} .line-clamp-4 {-webkit-line-clamp: 4; line-clamp: 4;}
.line-clamp-5 {-webkit-line-clamp: 5; line-clamp: 5;} .line-clamp-6 {-webkit-line-clamp: 6; line-clamp: 6;}
.vw100 {margin:0 calc((100% - 100vw)/2); padding:0 calc((100vw - 100%)/2);}
.t3l-92799f5d9::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;}
.t3l-83d2d0848::after {content: ""; position: absolute; inset: 0; z-index: 10;}
.t3l-3a140470a::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;}

.t3l-8fe37b6d8 {display: flex; flex-wrap: wrap; flex-direction: row;}
.t3l-3328d9a3a {flex-direction: column; flex-wrap: nowrap;} 
.t3l-82580f8ae {justify-content: space-between;}
.jc-flex-start {justify-content: flex-start;}
.t3l-05475c682 {justify-content: center;}
.t3l-64cc49143 {justify-content: flex-end;}
.t3l-07ac3c853 {align-items: flex-start;}
.t3l-0adcf0ed7 {align-items: center;}
.ai-flex-end {align-items: flex-end;}
.order-first {order: -1;}
.order-last {order: 10;}
.t3l-e9cb23f63, .ui-dialog-title, .t3l-e92341d26 .comments_subscribe, .t3l-227275623 {flex: 1 1 0; max-width: 100%; min-width: 50px;}
.flex-grow-1-column, .flex-1-col {flex: 1 0 min-content}
.t3l-774334deb {display: grid; place-items: center;}
.ta-center {text-align: center;}

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

.t3l-54f042136 {row-gap: 5px;} .t3l-10b039c6c {row-gap: 10px;} .t3l-46df73484 {row-gap: 15px;} .t3l-c0cdc5438 {row-gap: 20px;}
.r-gap-25 {row-gap: 25px;} .r-gap-30 {row-gap: 30px;} .r-gap-35 {row-gap: 35px;} .r-gap-40 {row-gap: 40px;}
.t3l-cf3d870a3 {column-gap: 5px;} .t3l-75a15706f {column-gap: 10px;} .c-gap-15 {column-gap: 15px;} .t3l-4276e50e6 {column-gap: 20px;}
.c-gap-25 {column-gap: 25px;} .c-gap-30 {column-gap: 30px;} .c-gap-35 {column-gap: 35px;} .c-gap-40 {column-gap: 40px;}
.t3l-70dc48de5 {position: relative;} .o-hidden {overflow: hidden;} .t3l-7a492fd59 {display: block;} 
.t3l-3e2675917 {width: 100%; min-width: 100% !important; grid-column: 1 / -1;} .t3l-1a5ef11a7 {border-radius: 50%;}
.t3l-6ee9607f1 {margin-left: auto;} .t3l-3ac9cfa45 {margin-right: auto;} .mt-auto {margin-top: auto;} .mb-auto {margin-bottom: auto;}
.ratio-3-2 {aspect-ratio: 3 / 2;} .t3l-f1af01c20 {aspect-ratio: 2 / 3;} .t3l-cb694f001 {aspect-ratio: 1 / 1;}

.btn-smaller {--ui-elem-height: 30px; font-size: 12px; padding: 0 10px;}
.btn-bigger {--ui-elem-height: 50px; --ui-elem-padding: 40px}
.t3l-6ee681f1e {aspect-ratio: 1 / 1; padding: 0;}
.btn-rounded {border-radius: calc(var(--ui-elem-height)/2);}
.btn-border {background: none; border: 1px solid var(--bdc); color: var(--tt); box-shadow: none;}
.t3l-aef8ec412 {background: none; color: var(--tt); box-shadow: none; padding: 0;}
.t3l-43a549b82 {background-color: var(--bg-darker); color: var(--tt-fade); --ui-btn-bsh: var(--bg-darkest);}

.hidden, .t3l-21347a519, .t3l-4be28d006 .quote + br, 
#category option:empty, .ui-helper-hidden-accessible:empty, #related_news:empty, #result-registration:empty, 
.t3l-558cc97ea br, #fullsearch + form .mass_comments_action, .bb-sep, .bb-pane > .t3l-7434ab42e, .t3l-45dc9d17c li:empty, 
.t3l-64ea3d6c3:empty {display: none;} 
.t3l-2363216b9:has(.login__social-caption:last-child), .t3l-275b64474:has(.t3l-9324aea64:last-child) {display: none;}
.t3l-872472d9e, button, .btn, a, .t3l-c76c8223c::before, .anim-after::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, .btn:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, 
	.t3l-6e685c3a0 a:hover, .qq-upload-button:hover, .t3l-e241aa60d a:hover, .plupload_button:hover, 
	#searchsuggestions span.seperator a:hover, .t3l-a28106863 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, .login__close:hover, .t3l-8455b24c7:hover {background-color: var(--ui-red); color: var(--tt-btn);}
	.xfieldimagegallery a:hover, .comments-image-gallery a:hover {opacity: 0.8;}
	.t3l-4f95ffbbe:hover {background-color: var(--ui-bg-darker);}

	.t3l-d68bdf116 li:hover > a {opacity: 1; color: var(--accent);}
	.t3l-d68bdf116 li:hover .header__menu-hidden {opacity: 1; visibility: visible; translate: 0 0;}
	.t3l-437783d93:hover .t3l-6738ae14f {translate: 0 0; opacity: 1;}
	.header__menu-hidden a:hover, .t3l-c2de85e21 a:hover, .header__login a:hover, .t3l-3018e823a > a:hover, .t3l-c9b5f1a16 a:hover,  
	.speedbar a:hover, .t3l-055a11c6c a:hover, .t3l-bf821425b a:hover, .t3l-45dc9d17c a:hover, 
	.t3l-c3808812c:hover, .t3l-d57122693 > *:hover, .tuser__name a:hover {text-decoration: underline;}
	.owl-nav button:hover {opacity: 1; background-color: var(--accent); color: #fff;}
	.t3l-bf50248e9 button:not(.t3l-9dcd0efc8):hover, .t3l-5741a7ba3 > a:hover, .t3l-c16aa55eb:hover, .t3l-056898c27 a:hover, 
	.t3l-7fb4486c3 a:hover, .sect__grid-select button:hover {background-color: var(--accent); color: #fff;}
	.t3l-437783d93:hover .t3l-3a140470a::before {opacity: 1;}
	.t3l-0fc4bbeb8:hover, .t3l-4a7a6b8fe a:hover {opacity: 0.8;}

	.t3l-8455b24c7:hover, .t3l-d45823832:hover, .t3l-d66504a8d:hover {background-color: var(--red); color: #fff;}
	.t3l-2ea82f16b a:hover .fal, .t3l-056898c27 a:hover {background-color: var(--accent) !important;}
	.t3l-522d339f9: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 .t3l-d68bdf116 > li > a:not(:hover) {opacity: 1; color: #fff;}
.dt .t3l-1c8a8d65d, .dt .t3l-1c8a8d65d:focus {box-shadow: inset 0 0 0 1px #000, inset 1px 2px 5px rgba(0,0,0,0.2);}
.dt .t3l-f6f6f0f7e, .dt .t3l-6e51faa0a, .dt .t3l-5331a5270, .dt .t3l-bf50248e9 button.is-active, .dt .header__menu-hidden li:not(:has(a)), 
.dt .t3l-73545e283 h1, .dt .t3l-ba66f792a h1, .dt .top-users__title {--tt: #fff; color: #fff;}

.dt .t3l-4888992f3, .dt .t3l-243d52c1a {box-shadow:0 0 0 1px #000,2px 3px 3px 0 rgba(0,0,0,0.4);}
.dt .t3l-969fa21ce .t3l-4be28d006, .dt .rkl--holder {color: #ccc;}
.dt .t3l-7bd8e70d8 a {--blue: #60afff;}
.dt .t3l-c4e756f21 {background-color: rgba(255,255,255,0.06);}
.dt .t3l-48c781092:has(.t3l-57dcaca23) .t3l-c4e756f21 {background-color: var(--bg-black);}
.dt .t3l-8d9d2209f input, .dt .t3l-b5c8b499f textarea, .dt .top-users, .dt .t3l-228808416 {background-color: rgba(0,0,0,0.3);}
.dt .t3l-228808416.pos {background-color: rgba(59, 179, 59, 0.15);}
.dt .t3l-228808416.neg {background-color: rgba(235, 77, 75,0.15);}



.descr ul li::before{font-weight: 300; font-family:"Font Awesome 5 Pro";}