:root {
	--font-sans: arial, sans-serif;
}

body {
	font-family: var(--font-sans);
	background: #f0f4f5;
	color: #000;
	margin: 0;
	padding: 0;
	min-width: 320px;
}

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

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
li,
ol,
dl,
dt,
dd,
h2 {
	padding: 0;
	margin: 0;
	list-style-type: none
}

h3 {
	text-align: center;
	border-bottom: 3px solid #ffffff;
	padding: 5px 0 12px;
}

input,
textarea,
button,
select,
optgroup {
	font-family: var(--font-sans);
	color: #000;
	font-size: 17px;
}

/* Logo */
.logo {
	margin: 0;
	padding: 20px 0;
	background: linear-gradient(0deg, #101010, #ff0000);
	text-align: center;
}

.logo a {
	width: max-content;
	display: block;
	margin: auto;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 29px;
}

.logo b {
	color: #fff;
	margin: 0 4px;
	font-weight: 600;
}

.mxw {
	width: 97%;
	max-width: 1440px;
}

/* Search form */
.src {
	display: flex;
	margin: 15px auto;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: inset 0px -4px 0 rgba(0, 0, 0, .1);
	align-items: stretch;
}

.src input {
	width: 100%;
	border: 0;
	background: transparent;
	padding: 15px 10px;
	outline: none;
}

.src button {
	border: 0;
	background: linear-gradient(0deg, #101010, #ff0000);
	padding: 10px 15px;
	box-shadow: inset 0px -4px 0 rgb(0 0 0 / 10%);
	cursor: pointer;
	border-radius: 12px;
}

.src button svg {
	width: 30px;
	height: 30px;
	fill: #fff;
}

/* Ads */
.mban {
	display: none;
}

.content .vcm {
	display: none;
}

.content {
	display: block;
	margin: 15px auto;
}

.content .nn {
	display: block;
	margin-bottom: 15px;
	text-align: center;
}

.content .nn li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}

.content .nn li a {
	display: block;
	padding: 11px 12px;
	background: #fff;
	box-shadow: inset 0px -4px 0 rgba(0, 0, 0, .1);
	border-radius: 12px;
	font-size: 16px;
}

.content .nn li a:hover {
	color: #fff;
	background: linear-gradient(120deg, #ff6d6e, #ff8300);
}

.content h1,
.content .title {
	display: block;
	margin: 0;
	margin-bottom: 15px;
	background: linear-gradient(0deg, #101010, #ff0000);
	color: #fff;
	border-radius: 12px;
	padding: 10px;
	font-size: 22px;
	text-align: center;
	box-shadow: inset 0px -4px 0 rgba(0, 0, 0, .1);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}

.content .videos {
	display: flex;
	flex-wrap: wrap;
}

.content .videos article {
	flex: 1 0 calc(20% - 36px);
	max-width: calc(20% - 8px);
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 5px;
	box-shadow: inset 0px -4px 0 rgba(0, 0, 0, .1);
}

.content .videos div {
	display: block;
}

.content .videos article a {
	display: block;
}

.content .videos figure {
	margin: 0;
	position: relative;
	overflow: hidden;
	height: 160px;
	border-radius: 5px 5px 0 0;
}

.content .videos figure .hd {
	position: absolute;
	z-index: 1;
	left: 5px;
	top: 5px;
	background: linear-gradient(120deg, #ff6d6e, #ff8300);
	padding: 1px 4px;
	border-radius: 3px;
	font-size: 12px;
	color: #fff;
	font-weight: 600;
}

.content .videos figure img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	object-fit: cover;
}

.content .videos header {
	padding: 0 10px 10px 10px;
}

.content .videos .h2 {
	display: block;
	font-size: 15px;
	margin-top: 10px;
	height: 51px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.content .videos .h2 a {
	font-weight: 600;
}

.content .videos p {
	margin-top: 7px;
	margin-bottom: 0;
}

.content .videos p a {
	font-size: 14px;
}

.pagination {
	display: block;
	text-align: center;
	font-size: 14px;
}

.pagination a,
.pagination span {
	color: #000;
	display: inline-block;
	font-size: 14px;
	padding: 15px 2px;
	text-align: center;
	background: #fff;
	margin-right: 5px;
	margin-top: 5px;
	border-radius: 12px;
	width: 47px;
	box-shadow: inset 0px -4px 0 rgba(0, 0, 0, .1);
}

.pagination .current,
.pagination a:hover {
	background: linear-gradient(0deg, #101010, #ff0000);
	color: #fff;
}

.msg {
	display: block;
	background: #fff;
	padding: 40px 5px;
	text-align: center;
	border-radius: 5px;
}

.content .info {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-bottom: 15px;
}

.content .info p {
	margin-top: 0;
	margin-bottom: 0;
}

.content .info b {
	background: linear-gradient(0deg, #101010, #ff0000);
	border-radius: 12px;
	padding: 9px 15px;
	font-size: 15px;
	box-shadow: inset 0px -4px 0 rgba(0, 0, 0, .1);
	margin-right: 7px;
	color: #fff;
	display: inline-block;
	margin-bottom: 7px;
}

.content .info b:nth-child(2) {
	background: #fff;
	color: #000;
	font-weight: 400;
}

.content .info a {
	background: #fff;
	border-radius: 12px;
	padding: 9px 15px;
	font-size: 15px;
	box-shadow: inset 0px -4px 0 rgba(0, 0, 0, .1);
	margin-right: 7px;
	margin-bottom: 7px;
	display: inline-block;
}

.content .info a:hover {
	background: linear-gradient(0deg, #101010, #ff0000);
	color: #fff;
}

/* Video page */
.video {
	display: flex;
	overflow: hidden;
}

/* Player */
.video article {
	width: 100%;
}

/* Player */
#player {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 7.4;
	height: auto;
	margin-bottom: 15px;
	overflow: hidden;
	border-radius: 5px;
	background: #000;
}

@media (max-width:600px) {
	#player {
		aspect-ratio: 2 / 1.4;
	}
}

@supports not (aspect-ratio: 16 / 7.4) {
	#player {
		height: 505px;
	}
}

@media (max-width:600px) {
	@supports not (aspect-ratio: 2 / 1.4) {
		#player {
			height: 350px;
		}
	}
}

#player video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#play {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	cursor: pointer;
}

#play .button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 6.5em;
	height: 6.5em;
	background: #fff;
	border-radius: 50%;
	border: 0;
	transition: opacity .3s;
	display: flex;
	align-items: center;
	justify-content: center;
}

#play .button:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 19px 0 19px 34px;
	border-color: transparent transparent transparent #000;
	margin-left: 4px;
}

.playing #play {
	display: none;
}

/* Video ads desktop */
.video aside {
	width: 337px;
	min-width: 337px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 0 10px;
}

.video aside > * {
	max-width: 100%;
}

/* Footer */
footer {
	padding: 20px 0;
	background: linear-gradient(0deg, #101010, #ff0000);
	color: #fff;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
}

footer .box {
	display: block;
	margin: auto;
}

footer ul {
	display: flex;
	margin-bottom: 15px;
}

footer ul li {
	width: 100%;
	margin-right: 5px;
}

footer ul li a {
	display: block;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

footer b {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 1.3;
}

footer p {
	margin-top: 15px;
	margin-bottom: 0;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

@media screen and (max-width:1100px) {
	.content .videos article {
		flex: 1 0 calc(25% - 30px);
		max-width: calc(25% - 10px);
	}
}

@media screen and (max-width:990px) {
	.content .vcm {
		display: block;
		background: linear-gradient(0deg, #101010, #ff0000);
		color: #fff;
		border-radius: 12px;
		box-shadow: inset 0px -4px 0 rgba(0, 0, 0, .1);
		padding: 10px;
		font-weight: 600;
		font-size: 22px;
		cursor: pointer;
		margin-bottom: 15px;
		text-align: center;
	}

	.content .vcm:before {
		content: "☰ Categorii";
		display: block;
	}

	.content .nn {
		display: none;
	}

	.content .nn.on {
		display: block;
	}

	.content .nn li a {
		padding: 10px 9px;
		font-size: 13px;
	}

	.mban {
		display: block;
		height: 105px;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.mban iframe {
		width: -webkit-fill-available;
		display: block;
		margin: auto;
		position: relative;
		z-index: 9999;
	}

	.video {
		display: block;
	}

	.video aside {
		display: none;
	}
}

@media screen and (max-width:880px) {
	.content .videos article {
		flex: 1 0 calc(33.333% - 20px);
		max-width: calc(33.333% - 10px);
	}

	footer ul {
		display: block;
	}

	footer ul li {
		margin-right: 0;
	}

	footer ul li a {
		padding: 5px;
	}
}

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

	.content h1,
	.content .title {
		font-size: 19px;
		letter-spacing: 1px;
	}

	.content .videos article {
		margin-right: 2px;
		margin-left: 2px;
		flex: 1 0 calc(50% - 4px);
		max-width: calc(50% - 4px);
	}
}

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

	.content .videos article {
		flex: 1 0 100%;
		max-width: 100%;
	}

	.content .videos figure {
		position: unset;
		overflow: unset;
		height: auto;
		border-radius: 0;
	}

	.content .videos figure img {
		display: block;
		position: unset;
		width: 100%;
		height: auto;
		left: unset;
		top: unset;
		transform: unset;
		border-radius: 5px 5px 0 0;
	}

	.content .videos .h2 {
		margin-top: 10px;
		margin-bottom: 8px;
		height: auto;
	}

	.content .videos p {
		display: none;
	}
}

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

	.logo a {
		letter-spacing: 0;
	}

	.content .videos figure {
		height: auto;
	}
}

.bkb {
	display: block;
	text-align: center;
	height: 250px;
	margin-bottom: 15px;
}

.link {
	color: #fe4500;
	font-size: 20px;
	margin-bottom: 7px;
	text-align: center;
}

.flag-icon {
	display: inline-block;
	width: 20px;
	height: 12px;
	background: url('/wp-content/uploads/2025/03/romania.svg');
	background-size: cover;
	margin-left: 5px;
	border-radius: 2px;
}

.flag-iconn {
	display: inline-block;
	width: 24px;
	height: 14px;
	background: url('/wp-content/uploads/2025/03/romania.svg');
	background-size: cover;
	margin-left: 5px;
	border-radius: 2px;
}

.Description {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}

.Description p {
	font-size: 19px;
	line-height: 1.8;
	color: #000;
	margin-bottom: 0;
}

.Description a {
	display: inline-block;
	margin-top: 15px;
	background: linear-gradient(120deg, #ff6d6e, #ff8300);
	color: #fff;
	text-decoration: none;
	font-size: 19px;
	font-weight: 600;
	padding: 5px 10px;
	border-radius: 12px;
}

/* Responsive pentru telefoane mari */
@media (max-width: 480px) {
	.Description {
		padding: 5px;
	}

	.Description p {
		font-size: 17px;
		line-height: 1.6;
	}

	.Description a {
		font-size: 17px;
	}

	#play .button {
		top: 48%;
		width: 5.5em;
		height: 5.5em;
	}
}

/* Responsive pentru telefoane foarte mici */
@media (max-width: 360px) {
	.Description p {
		font-size: 14px;
		line-height: 1.6;
	}

	.Description a {
		font-size: 14px;
	}
}

/* Asigurare că nu apare scroll orizontal */
@media (max-width: 768px) {
	.Description * {
		max-width: 100%;
	}
}