/*** RESET STYLES (NORMALIZE) ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div, input, textarea, select,
button {
	display: block;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	background: none;
	border: 0;
	color: inherit;
	/* cursor: default; */
	font: inherit;
	line-height: normal;
	overflow: visible;
	padding: 0;
	-webkit-appearance: button;
	/* for input */
	-webkit-user-select: none;
	/* for button */
	-moz-user-select: none;
	-ms-user-select: none;
}

button,
input[type="submit"] {
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
}

/*** END RESET STYLES ***/
/* GENERAL */
a {
	text-decoration: none;
	color: #000;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	font: 12px/1.2 "Montserrat", sans-serif;
	font-weight: 400;
	color: #000;
	min-width: 320px;
	position: relative;
}

img {
	display: block;
	max-width: 100%;
}

.wrapper {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.container {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 10px;
}

@media only screen and (max-width: 768px) {
	.container {
		padding: 0 5px;
	}
}

.svg-icon {
	width: 1em;
	height: 1em;
	display: block;
	fill: currentColor;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* end GENERAL */
/* Buttons etc */
.btn,
input[type="submit"] {
	display: block;
	padding: 10px 20px;
	-webkit-border-radius: 25px;
	        border-radius: 25px;
	text-align: center;
	text-transform: uppercase;
	outline: none;
	cursor: pointer;
}

/* EOF Buttons etc */
/* Inputs */
.input, .textarea {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	-webkit-border-radius: 0 25px 25px 0;
	        border-radius: 0 25px 25px 0;
	padding: 17px 20px 17px 20px;
}

.textarea {
	resize: vertical;
	overflow: hidden;
}

input, textarea, select, button {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}

/* EOF Inputs */
/* HEADER */
.header {
	-webkit-box-shadow: 0 1px 0 rgba(63, 67, 73, 0.35);
	        box-shadow: 0 1px 0 rgba(63, 67, 73, 0.35);
	padding: 7px 0;
	margin-bottom: 20px;
}

.header-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
}

@media only screen and (max-width: 768px) {
	.header-holder {
		width: 100%;
	}
}

@media only screen and (max-width: 500px) {
	.header-holder {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 5px;
		-webkit-border-radius: 0;
		        border-radius: 0;
	}
}

@media only screen and (max-width: 500px) {
	.header-menu {
		margin-bottom: 5px;
	}
}

.header .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media only screen and (max-width: 768px) {
	.header .container {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
}

.header .logo {
	margin-right: 78px;
}

@media only screen and (max-width: 1024px) {
	.header .logo {
		margin-right: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.header .logo {
		margin: 0 auto 10px;
	}
}

@media only screen and (max-width: 1024px) {
	.header {
		margin-bottom: 10px;
	}
}

.logo a {
	display: block;
	width: 237px;
	height: 19px;
	text-indent: -9999px;
}

.menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.menu-item {
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 1px;
}

.menu-item:first-child {
	margin: 0 1px 0 0;
}

.menu-item-link {
	display: block;
	padding: 22px 20px;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	        transition: background-color 0.3s, color 0.3s;
}

@media only screen and (max-width: 1024px) {
	.menu-item-link {
		padding: 15px 10px;
	}
}

.menu-item.open .menu-item-link {
	-webkit-border-radius: 30px 30px 0 0;
	        border-radius: 30px 30px 0 0;
}

.menu-item-drop {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 22px 35px;
	cursor: pointer;
}

@media only screen and (max-width: 1024px) {
	.menu-item-drop {
		padding: 15px 10px;
	}
}

.menu .icon-menu {
	margin: -2px 0 0 3px;
}

.menu .icon-menu .svg-icon {
	font-size: 9px;
}

.mini-drop {
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	-webkit-border-radius: 0 0 30px 30px;
	        border-radius: 0 0 30px 30px;
	text-align: center;
	z-index: 200;
	display: none;
}

.mini-drop-item:last-child a {
	-webkit-border-radius: 0 0 30px 30px;
	        border-radius: 0 0 30px 30px;
}

.mini-drop-item a {
	display: block;
	padding: 14px 10px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	        transition: background-color 0.3s, color 0.3s;
}

.mini-drop-item a span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 30px;
	overflow: hidden;
}

.open .mini-drop {
	display: block;
}

.search {
	width: 31%;
	margin-right: 10px;
	border-left: 1px solid transparent;
}

@media only screen and (max-width: 1200px) {
	.search {
		width: 50%;
	}
}

@media only screen and (max-width: 1024px) {
	.search {
		margin-right: 0;
	}
}

@media only screen and (max-width: 500px) {
	.search {
		width: 100%;
		border-left: none;
		padding-top: 5px;
		border-top: 1px solid transparent;
	}
}

.search .search-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.search-input {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

@media only screen and (max-width: 1024px) {
	.search-input .input {
		padding: 7px 5px 10px 5px;
	}
}

.search-input .input {
	background-color: transparent;
}

.search-submit .icon-search {
	width: 40px;
	height: 40px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	outline: none;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	-webkit-transition: background-color 0.3s;
	        transition: background-color 0.3s;
}

.search-submit .icon-search .svg-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	font-size: 16px;
	-webkit-transition: color 0.3s;
	        transition: color 0.3s;
}

.main-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
	.main-holder {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
}

.main-bottom {
	margin-top: 30px;
}

@media only screen and (max-width: 1250px) {
	.main {
		margin-bottom: 10px;
	}
}

.sidebar {
	width: 286px;
	padding: 20px 0 30px;
	margin-right: 30px;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	-webkit-border-radius: 0 25px 0 25px;
	        border-radius: 0 25px 0 25px;
}
/* Match main-container to actual sidebar width (286px + 30px margin = 316px) */
.sidebar + .main-container {
	width: calc(100% - 316px);
}

/* Fix full-width section headline: KVS default uses -265px (250px sidebar),
   our sidebar is 286px + 30px margin = 316px, so correct the pull-left. */
.sidebar + .main-container > .headline:first-child,
.sidebar + .main-container div:first-child .headline {
	margin-left: -316px !important;
	width: calc(100% + 316px) !important;
}
@media only screen and (max-width: 1200px) {
	.sidebar + .main-container > .headline:first-child,
	.sidebar + .main-container div:first-child .headline {
		margin-left: -240px !important;
		width: calc(100% + 240px) !important;
	}
}
@media only screen and (max-width: 1024px) {
	.sidebar + .main-container > .headline:first-child,
	.sidebar + .main-container div:first-child .headline {
		margin-left: 0 !important;
		width: 100% !important;
	}
}

/* PRINCIPAL nav item: KVS metal sets font-size:0 + icomoon ::after home icon.
   Restore the text and hide the icon. */
#item1 {
	font-size: inherit !important;
	height: auto !important;
}
#item1::after {
	display: none !important;
}

@media only screen and (max-width: 1200px) {
	.sidebar {
		width: 220px;
		margin-right: 20px;
	}
	.sidebar + .main-container {
		width: calc(100% - 240px);
	}
}

@media only screen and (max-width: 1024px) {
	.sidebar {
		width: 100%;
		margin: 0;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;
		margin-top: 10px;
		-webkit-border-radius: 0;
		        border-radius: 0;
	}
	.sidebar + .main-container {
		width: 100%;
	}
}

.sidebar-top {
	padding: 0 0 15px 20px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

@media only screen and (max-width: 460px) {
	.sidebar-top {
		padding: 0 0 10px 10px;
	}
}

.sidebar-list-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 8px 20px;
	position: relative;
}

.sidebar-list-item:after {
	content: '';
	position: absolute;
	right: -13px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 30px;
	height: 30px;
	-webkit-border-radius: 25px;
	        border-radius: 25px;
	opacity: 0;
	visibility: hidden;
}

@media only screen and (max-width: 930px) {
	.sidebar-list-item:after {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	.sidebar-list-item:hover:after {
		visibility: visible;
		opacity: 1;
	}
}

@media only screen and (max-width: 1024px) {
	.sidebar-list-item {
		width: 24.5%;
	}
}

@media only screen and (max-width: 930px) {
	.sidebar-list-item {
		width: 33%;
		padding: 5px 5px 5px 20px;
	}
}

@media only screen and (max-width: 600px) {
	.sidebar-list-item {
		width: 50%;
	}
}

@media only screen and (max-width: 460px) {
	.sidebar-list-item {
		width: 100%;
		padding: 5px 5px 5px 10px;
	}
}

@media only screen and (max-width: 1024px) {
	.sidebar-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
}

.sidebar-right {
	width: 278px;
	margin: 0 0 0 20px;
	padding: 20px 10px 10px;
}

.sidebar-right .thumbs {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 0;
}

.sidebar-right .thumbs-item {
	width: 100%;
	margin: 0 0 10px;
}

@media only screen and (max-width: 1024px) {
	.sidebar-right .thumbs-item {
		width: 32%;
		margin: 0 0 10px 1.3%;
	}
}

@media only screen and (max-width: 768px) {
	.sidebar-right .thumbs-item {
		width: 48%;
		margin: 0 0 10px 2%;
	}
}

@media only screen and (max-width: 1024px) {
	.sidebar-right .thumbs {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
		margin: 0 0 0 -1.3%;
	}
}

@media only screen and (max-width: 768px) {
	.sidebar-right .thumbs {
		margin: 0 0 0 -2%;
	}
}

.sidebar-right-button .btn {
	font-size: 14px;
	padding: 15px;
	-webkit-border-radius: 25px 25px 0 25px;
	        border-radius: 25px 25px 0 25px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	        transition: background-color 0.3s, color 0.3s;
}

@media only screen and (max-width: 1200px) {
	.sidebar-right {
		width: 286px;
		margin-right: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.sidebar-right {
		width: 100%;
		margin: 30px 0 0;
		padding: 10px 0;
	}
}

.main {
	flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
}

.content {
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.headline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 12px;
}

.headline-title {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
	.headline-title {
		margin-right: 10px;
	}
}

@media only screen and (max-width: 600px) {
	.headline-title {
		width: 100%;
		text-align: center;
		margin: 0 0 10px;
	}
}

@media only screen and (max-width: 1024px) {
	.headline {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 600px) {
	.headline {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

.sort {
	-webkit-border-radius: 25px;
	        border-radius: 25px;
}

.sort-item {
	margin-right: 1px;
	text-transform: uppercase;
	font-size: 10px;
}

.sort-item a, .sort-item span {
	display: block;
	padding: 6px 10px;
	-webkit-border-radius: 25px;
	        border-radius: 25px;
}

@media only screen and (max-width: 500px) {
	.sort-item a, .sort-item span {
		padding: 5px;
	}
}

.sort-item a {
	-webkit-transition: background-color 0.3s, color 0.3s;
	        transition: background-color 0.3s, color 0.3s;
}

.sort-item:last-child {
	margin-right: 0;
}

.sort ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media only screen and (max-width: 500px) {
	.sort ul {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}

.thumbs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 0 0 0 -3.3%;
}

.thumbs-item {
	width: 30%;
	margin: 0 0 30px 3.3%;
}

@media only screen and (min-width: 768px) {
	.thumbs-item:hover .bage-visible {
		left: 40px;
	}
}

@media only screen and (max-width: 1200px) {
	.thumbs-item {
		width: 32%;
		margin: 0 0 10px 1.3%;
	}
}

@media only screen and (max-width: 768px) {
	.thumbs-item {
		width: 48%;
		margin: 0 0 10px 2%;
	}
}

.thumbs-img-holder {
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 67%;
}

.thumbs-img-holder img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.thumbs-info {
	padding: 6px 10px;
}

.thumbs-title {
	display: block;
	height: 35px;
	overflow: hidden;
	line-height: 18px;
	-webkit-transition: color 0.3s;
	        transition: color 0.3s;
}

.thumbs-category .thumbs-info {
	-webkit-transition: background-color 0.3s;
	        transition: background-color 0.3s;
}

.thumbs-category .thumbs-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 18px;
}

@media only screen and (max-width: 1200px) {
	.thumbs {
		margin: 0 0 0 -1.3%;
	}
}

@media only screen and (max-width: 768px) {
	.thumbs {
		margin: 0 0 0 -2%;
	}
}

.thumbs.thumbs-category,
.main-bottom .thumbs {
	margin: 0 0 0 -2.5%;
}

.thumbs.thumbs-category .thumbs-item,
.main-bottom .thumbs .thumbs-item {
	width: 22.5%;
	margin: 0 0 30px 2.5%;
}

@media only screen and (max-width: 1024px) {
	.thumbs.thumbs-category .thumbs-item,
	.main-bottom .thumbs .thumbs-item {
		width: 32%;
		margin: 0 0 10px 1.3%;
	}
}

@media only screen and (max-width: 600px) {
	.thumbs.thumbs-category .thumbs-item,
	.main-bottom .thumbs .thumbs-item {
		width: 48%;
		margin: 0 0 10px 2%;
	}
}

@media only screen and (max-width: 1024px) {
	.thumbs.thumbs-category,
	.main-bottom .thumbs {
		margin: 0 0 0 -1.3%;
	}
}

@media only screen and (max-width: 600px) {
	.thumbs.thumbs-category,
	.main-bottom .thumbs {
		margin: 0 0 0 -2%;
	}
}

@media only screen and (max-width: 600px) {
	.thumbs.thumbs-category .thumbs-title {
		height: 18px;
		font-size: 16px;
	}
}

@media only screen and (max-width: 768px) {
	.main-bottom .thumbs {
		margin: 0 0 0 -2%;
	}
}

@media only screen and (max-width: 768px) {
	.main-bottom .thumbs .thumbs-item {
		width: 48%;
		margin: 0 0 10px 2%;
	}
}

.bage-holder {
	position: absolute;
	bottom: 5px;
	right: 0;
	padding: 5px 10px;
}

.bage-holder-left {
	width: 40px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	right: inherit;
	left: 0;
	padding: 5px 0 5px 5px;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	z-index: 20;
}

.bage-holder-left .bage:first-child .bage-text {
	-webkit-transition: color 0.3s;
	        transition: color 0.3s;
}

@media only screen and (max-width: 600px) {
	.bage-holder-left {
		-webkit-border-radius: 0 25px 25px 0;
		        border-radius: 0 25px 25px 0;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
}

.bage-holder-right {
	-webkit-border-radius: 25px 0 0 25px;
	        border-radius: 25px 0 0 25px;
}

.bage-text {
	font-size: 11px;
}

.bage-visible {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
	bottom: 5px;
	left: -121px;
	width: 170px;
	height: 24px;
	-webkit-border-radius: 0 25px 25px 0;
	border-radius: 0 25px 25px 0;
	-webkit-transition: left 0.6s;
	transition: left 0.6s;
	padding-right: 10px;
}

.bage-visible .bage-text {
	position: relative;
	margin: 1px 0 0 7px;
	padding-left: 7px;
	text-transform: lowercase;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bage-visible .bage-text:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 100%;;
	margin-top: -1px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
	.bage-visible {
		left: 40px;
	}
}

@media only screen and (max-width: 600px) {
	.bage-visible {
		display: none;
	}
}

.pagination {
	margin-bottom: 20px;
}

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

.pagination ul li {
	margin: 0 3px 3px 0;
}

.pagination ul li:last-child {
	margin-right: 0;
}

.pagination ul li > a, .pagination ul li > span {
	width: 54px;
	height: 46px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 16px 5px;
	font-size: 14px;
	font-weight: 700;
	-webkit-border-radius: 25px;
	        border-radius: 25px;
	-webkit-transition: color 0.3s, background-color 0.3s;
	        transition: color 0.3s, background-color 0.3s;
}

@media only screen and (max-width: 500px) {
	.pagination ul li > a, .pagination ul li > span {
		width: 40px;
		height: 35px;
	}
}

.pagination-icon .svg-icon {
	font-size: 14px;
}

.spot {
	margin: 30px 0;
}

.spot .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

@media only screen and (max-width: 1250px) {
	.spot .container {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.spot .container .spot-box {
		margin: 5px;
	}
}

@media only screen and (max-width: 1250px) {
	.spot {
		margin: 0 0 10px;
	}
}

.tags {
	column-count: 5;
	-moz-column-count: 5;
	-webkit-column-count: 5;
}

.tags-block {
	-webkit-border-radius: 0 25px 0 25px;
	        border-radius: 0 25px 0 25px;
	margin-bottom: 30px;
}

.tags-block .headline {
	padding-left: 20px;
	margin-bottom: 28px;
}

@media only screen and (max-width: 600px) {
	.tags-block .headline {
		padding-left: 0;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 1024px) {
	.tags-block {
		margin-bottom: 15px;
	}
}

.tags-title {
	display: block;
	font-size: 18px;
	padding-left: 20px;
	margin-bottom: 10px;
}

.tags-list {
	margin-bottom: 5px;
}

.tags-list a {
	display: inline-block;
	padding: 8px 20px;
	-webkit-border-radius: 25px;
	        border-radius: 25px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	        transition: background-color 0.3s, color 0.3s;
}

@media only screen and (max-width: 600px) {
	.tags {
		-webkit-column-count: 4;
		   -moz-column-count: 4;
		        column-count: 4;
	}
}

@media only screen and (max-width: 500px) {
	.tags {
		-webkit-column-count: 3;
		   -moz-column-count: 3;
		        column-count: 3;
	}
}

@media only screen and (max-width: 340px) {
	.tags {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
		        column-count: 2;
	}
}

.media {
	padding: 20px;
}

.media-info {
	margin-bottom: 20px;
	border-bottom: 1px solid transparent;
}

.media-info-title {
	font-size: 18px;
	margin-bottom: 13px;
}

.media-info-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 768px) {
	.media-info-row {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
}

.media-description {
	line-height: 18px;
	margin-bottom: 10px;
}

.media-values {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-bottom: 7px;
}

.media-values li {
	margin-right: 40px;
}

.media-values li:last-child {
	margin-right: 0;
}

@media only screen and (max-width: 600px) {
	.media-values li {
		margin-right: 15px;
	}
}

.media-values-title {
	margin-bottom: 5px;
}

.media-values-text {
	font-size: 16px;
}

.media-lists {
	margin-bottom: 15px;
}

.media-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.media-list-title {
	margin-right: 7px;
}

.media-list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.media-list ul a {
	display: block;
	padding: 5px 10px;
	font-size: 10px;
	text-transform: uppercase;
	margin: 3px;
	-webkit-border-radius: 25px;
	        border-radius: 25px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	        transition: background-color 0.3s, color 0.3s;
}

.media-button {
	margin-bottom: 17px;
}

.media-button .btn {
	-webkit-transition: color 0.3s, background-color 0.3s;
	        transition: color 0.3s, background-color 0.3s;
}

@media only screen and (max-width: 600px) {
	.media {
		padding: 10px;
	}
}

@media only screen and (max-width: 340px) {
	.media {
		padding: 5px;
	}
}

.player img {
	width: 100%;
}

.icon-favourite {
	cursor: pointer;
}

.icon-favourite .svg-icon {
	font-size: 32px;
	-webkit-transition: opacity 0.3s;
	        transition: opacity 0.3s;
}

@media only screen and (min-width: 768px) {
	.icon-favourite:hover .svg-icon {
		opacity: 0.7;
	}
}

.vote {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0 30px 7px 0;
	min-width: 170px;
}

.vote-button .svg-icon {
	font-size: 32px;
	-webkit-transition: opacity 0.3s;
	        transition: opacity 0.3s;
}

@media only screen and (min-width: 768px) {
	.vote-button:hover .svg-icon {
		opacity: 0.7;
	}
}

.vote-progress {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	margin: 0 5px;
}

.vote-progress-num {
	font-size: 18px;
	text-align: center;
}

.vote-progress-line {
	width: 100%;
	height: 5px;
	position: relative;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	overflow: hidden;
}

.vote-progress-bar {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.comments-form-row {
	width: 24%;
	margin-bottom: 10px;
}

.comments-form-row:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
	.comments-form-row {
		width: 100%;
	}
}

.comments-form-text {
	width: 75%;
	position: relative;
}

@media only screen and (max-width: 600px) {
	.comments-form-text {
		width: 100%;
	}
}

.comments-form-submit {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.comments-form-submit .btn-submit {
	font-size: 14px;
	padding: 15px 20px;
	-webkit-transition: color 0.3s, background-color 0.3s;
	        transition: color 0.3s, background-color 0.3s;
}

.comments-list {
	padding: 20px 0 15px;
}

.comments .textarea {
	min-height: 90px;
	padding: 17px 112px 17px 20px;
}

.comments .media-button {
	margin-bottom: 0;
}

.comment {
	padding: 0 0 20px;
}

.comment:last-child {
	padding: 0;
}

.comment-head {
	font-size: 10px;
	margin-bottom: 10px;
}

.comment-text {
	line-height: 20px;
}

.comment-name {
	margin-right: 3px;
}

.comment-date {
	padding-left: 7px;
	position: relative;
}

.comment-date:before {
	content: '|';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.footer {
	padding: 30px 0;
}

.footer .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media only screen and (max-width: 1024px) {
	.footer .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.footer-text {
	font-size: 11px;
}

@media only screen and (max-width: 1024px) {
	.footer-text {
		text-align: center;
	}
}

@media only screen and (max-width: 1024px) {
	.footer {
		padding: 15px 0;
	}
	.footer .logo {
		margin-bottom: 10px;
	}
}

.no-avatar {
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.empty-content, .page-error {
	background-color: #fff;
	width: 100%;
	height: 100px;
	padding: 20px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 18px;
	-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.24);
}

.player-wrap {
	position: relative;
}

.kt-player {
	position: absolute !important;
}

.hidden {
    display: none;
}

.flagging-form {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
}

.block-radios {
	margin-right: 20px;
}

.block-radios .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	margin: 5px 0;
}

.block-radios .row .radio,
.block-radios .row label {
	cursor: pointer;
}

.block-radios .row .radio {
	margin: 0;
}

.block-radios .row label {
	padding-left: 5px;
}

.tab-content {
	margin-bottom: 20px;
}

.player .embed-wrap{
	position:relative;
}

.no-player{
	position:relative;
}

.no-player img{
	opacity: .5;
}

.no-player .btn-play {
	width: 120px;
	height: 120px;
	background: url(../../player/skin/img/play_white.png) center no-repeat;
	opacity: .6;
}

.no-player .message, .no-player .btn-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.player .embed-wrap iframe,
.player .player-wrap #kt_player,
.player .player-wrap #kt_player_internal,
.no-player img {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.article .headline-title {
	margin-bottom: 10px;
}

/* ================================================================
   PREMIUM DARK SKIN — punhetaguiada.com
   Override layer on top of all-responsive-metal.css
   ================================================================ */

/* --- 1. DESIGN TOKENS ----------------------------------------- */
:root {
  --pg-gold:        #d4a853;
  --pg-gold-light:  #f0d68a;
  --pg-gold-dark:   #b8912e;
  --pg-bg-base:     #09090b;
  --pg-bg-elev:     #111114;
  --pg-bg-card:     #16161a;
  --pg-border:      rgba(212, 168, 83, 0.15);
  --pg-border-h:    rgba(212, 168, 83, 0.35);
  --pg-text:        #e2e2e8;
  --pg-text-muted:  #7a7a8a;
  --pg-ease:        cubic-bezier(0.22, 1, 0.36, 1);
  --pg-gold-grad:   linear-gradient(135deg, #d4a853 0%, #f0d68a 50%, #d4a853 100%);
}

/* --- 2. BASE --------------------------------------------------- */
html {
  background: var(--pg-bg-base) !important;
}
body {
  background-color: var(--pg-bg-base) !important;
  color: var(--pg-text) !important;
  font-family: 'Plus Jakarta Sans', 'Roboto', Helvetica, sans-serif !important;
}
/* Override KVS metal .container bg */
.container {
  background-color: var(--pg-bg-base) !important;
}
a {
  color: var(--pg-text) !important;
  transition: color 0.25s var(--pg-ease) !important;
}
.no-touch a:hover {
  color: var(--pg-gold) !important;
}

/* --- 3. TOP BAR ----------------------------------------------- */
.top-links {
  background: var(--pg-bg-elev) !important;
  border-bottom: 1px solid var(--pg-border) !important;
}
.top-links a,
.member-links li,
.member-links a {
  color: var(--pg-text-muted) !important;
}
.no-touch .member-links a:hover,
.no-touch .member-links a.disabled:hover {
  background-color: rgba(212, 168, 83, 0.12) !important;
  color: var(--pg-gold) !important;
}
.network a {
  color: var(--pg-text-muted) !important;
}
.network a::before {
  background-color: var(--pg-gold) !important;
}
.network a:hover {
  color: var(--pg-gold) !important;
}

/* --- 4. HEADER (sticky glass-morphism) ------------------------- */
.header {
  background: rgba(9, 9, 11, 0.88) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border-bottom: 1px solid var(--pg-border) !important;
  box-shadow: 0 1px 24px rgba(0, 0, 0, 0.5) !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 100 !important;
  padding: 14px 20px !important;
}

/* Logo — give it a little breathing room */
.logo img {
  max-height: 48px !important;
  width: auto !important;
}

/* Search bar */
.search form {
  border-radius: 12px !important;
  box-shadow: none !important;
  border: 1px solid rgba(212, 168, 83, 0.2) !important;
  background: var(--pg-bg-card) !important;
}
.search .search-text input {
  background-color: transparent !important;
  color: var(--pg-text) !important;
  border: none !important;
  border-radius: 12px !important;
}
.search-text input::placeholder {
  color: var(--pg-text-muted) !important;
}
.search-text input::-webkit-input-placeholder { color: var(--pg-text-muted) !important; }
.search-text input::-ms-input-placeholder     { color: var(--pg-text-muted) !important; }
.search-text input:-ms-input-placeholder      { color: var(--pg-text-muted) !important; }
.search .search-button {
  background-color: var(--pg-gold) !important;
  border-radius: 0 12px 12px 0 !important;
  transition: background-color 0.25s var(--pg-ease) !important;
}
.no-touch .search .search-button:hover {
  background-color: var(--pg-gold-light) !important;
}

/* --- 5. NAVIGATION -------------------------------------------- */
.header + nav {
  background-color: var(--pg-bg-elev) !important;
  border-top: none !important;
  border-bottom: 1px solid var(--pg-border) !important;
  border-left: none !important;
  border-right: none !important;
  box-shadow: none !important;
}
.navigation .primary a {
  color: var(--pg-text-muted) !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
  transition: color 0.25s var(--pg-ease) !important;
}
/* Active underline — gold instead of red */
.navigation .primary a::before {
  background-color: var(--pg-gold) !important;
  height: 2px !important;
}
/* Active/selected and hover state */
.navigation .primary .selected a,
.no-touch .navigation .primary a:hover {
  color: var(--pg-gold) !important;
}
/* Highlight "Upload" pill */
.navigation .primary .highlight > a,
.navigation .primary .drop > a {
  background-color: var(--pg-gold) !important;
  color: #09090b !important;
  font-weight: 600 !important;
}
.navigation .primary .drop:hover > a {
  background-color: var(--pg-gold-light) !important;
  color: #09090b !important;
}
/* Drop-down items */
.navigation .primary ul li a {
  background-color: var(--pg-bg-card) !important;
  color: var(--pg-text) !important;
}
.no-touch .navigation .primary ul li a:hover {
  background-color: rgba(212, 168, 83, 0.15) !important;
  color: var(--pg-gold) !important;
}
/* Mobile hamburger bars */
.navigation .button .ico-bar {
  background: var(--pg-text) !important;
}
.navigation.open .button .ico-bar {
  background: var(--pg-gold) !important;
}
/* Secondary nav (tokens) */
.navigation .secondary a {
  color: var(--pg-text-muted) !important;
}
.navigation .secondary a::before {
  background-color: var(--pg-gold) !important;
}
.no-touch .navigation .secondary a:hover {
  color: var(--pg-gold) !important;
}

/* --- 6. FOOTER MARGIN AREA ------------------------------------ */
.footer-margin {
  background-color: var(--pg-bg-base) !important;
}

/* --- 7. VIDEO CARDS ------------------------------------------- */
.list-videos .item,
.list-playlists .item,
.list-albums .item {
  background-color: var(--pg-bg-card) !important;
  border-radius: 10px !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5) !important;
  overflow: hidden !important;
  transition:
    transform    0.35s var(--pg-ease),
    box-shadow   0.35s var(--pg-ease),
    border-color 0.35s var(--pg-ease) !important;
  border: 1px solid transparent !important;
}
.no-touch .list-videos .item:hover,
.no-touch .list-playlists .item:hover,
.no-touch .list-albums .item:hover {
  transform: translateY(-4px) !important;
  box-shadow:
    0 0 0 1px rgba(212, 168, 83, 0.35),
    0 12px 28px rgba(212, 168, 83, 0.12),
    0 4px 12px rgba(0, 0, 0, 0.6) !important;
  border-color: rgba(212, 168, 83, 0.35) !important;
}
/* Thumbnail image smooth scale on hover */
.item .img img:first-child {
  transition: transform 0.45s var(--pg-ease) !important;
}
.no-touch .list-videos .item:hover   .img img:first-child,
.no-touch .list-playlists .item:hover .img img:first-child,
.no-touch .list-albums .item:hover    .img img:first-child {
  transform: scale(1.06) !important;
}
/* Card thumbnail background */
.item .img {
  background-color: var(--pg-bg-elev) !important;
}
/* Title */
.item .title {
  color: var(--pg-text) !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  padding: 10px 10px 5px !important;
  transition: color 0.25s var(--pg-ease) !important;
}
.no-touch .item:hover .title,
.no-touch .list-subscriptions .item:hover .title {
  color: var(--pg-gold) !important;
}
/* Stats bar */
.item .wrap {
  color: var(--pg-text-muted) !important;
  font-size: 11px !important;
  padding: 0 10px 10px !important;
}
/* Rating star/thumb */
.item .positive {
  color: var(--pg-gold) !important;
}
.item .negative {
  color: #e05c4a !important;
}
/* Duration badge — pill style */
.item .wrap .duration {
  background: rgba(0, 0, 0, 0.55) !important;
  border-radius: 999px !important;
  padding: 2px 8px 2px 24px !important;
  font-weight: 500 !important;
}
/* HD badge */
.list-videos .is-hd,
.item .is_hd {
  background-color: var(--pg-gold) !important;
  color: #09090b !important;
  font-weight: 700 !important;
  opacity: 0.95 !important;
}
/* Fav/bookmark icon bubbles */
.item .ico-fav-0,
.item .ico-fav-1,
.item .touch-preview {
  background-color: rgba(9, 9, 11, 0.75) !important;
  color: var(--pg-text) !important;
}
.no-touch .item .ico-fav-0:hover,
.no-touch .item .ico-fav-1:hover {
  background-color: var(--pg-gold) !important;
  color: #09090b !important;
}

/* --- 8. SECTION HEADINGS (HEADLINES) -------------------------- */
.headline {
  border-left: 3px solid var(--pg-gold) !important;
  padding-left: 14px !important;
}
h1, h2 {
  color: var(--pg-text) !important;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
}
/* "More" / "View all" buttons */
.headline .more,
.headline .button {
  background-color: transparent !important;
  color: var(--pg-gold) !important;
  border: 1px solid var(--pg-gold) !important;
  border-radius: 20px !important;
  font-weight: 500 !important;
}
.no-touch .headline .more:hover,
.no-touch .headline .button:hover {
  background-color: var(--pg-gold) !important;
  color: #09090b !important;
  border-color: var(--pg-gold) !important;
}
.headline .more::after {
  border-left-color: var(--pg-gold) !important;
}
.headline .more:hover::after {
  border-left-color: #09090b !important;
}

/* --- 9. SORT DROPDOWNS --------------------------------------- */
.sort {
  background-color: var(--pg-bg-card) !important;
  color: var(--pg-text) !important;
  border: 1px solid var(--pg-border) !important;
  border-radius: 15px !important;
}
.sort:hover,
.sort:focus {
  background-color: var(--pg-gold) !important;
  color: #09090b !important;
  border-color: var(--pg-gold) !important;
}
.sort ul {
  background-color: var(--pg-bg-card) !important;
  border: 1px solid var(--pg-border) !important;
}
.sort ul a {
  color: var(--pg-text) !important;
}
.no-touch .sort ul a:hover {
  background: rgba(212, 168, 83, 0.18) !important;
  color: var(--pg-gold) !important;
}

/* --- 10. PAGINATION ------------------------------------------ */
.pagination ul li > a,
.pagination ul li > span {
  background-color: var(--pg-bg-card) !important;
  color: var(--pg-text-muted) !important;
  border: 1px solid var(--pg-border) !important;
  border-radius: 10px !important;
}
.pagination ul li > a:hover {
  background-color: rgba(212, 168, 83, 0.2) !important;
  color: var(--pg-gold) !important;
  border-color: var(--pg-border-h) !important;
}
.pagination ul li.selected > a,
.pagination ul li.selected > span,
.pagination ul li.active   > a,
.pagination ul li.active   > span {
  background-color: var(--pg-gold) !important;
  color: #09090b !important;
  border-color: var(--pg-gold) !important;
}

/* --- 11. SIDEBAR --------------------------------------------- */
.sidebar {
  background-color: transparent !important;
}
.sidebar-top {
  color: var(--pg-gold) !important;
  font-size: 11px !important;
  letter-spacing: 0.1em !important;
}
.sidebar-list-item {
  color: var(--pg-text-muted) !important;
}
.sidebar-list-item a {
  color: var(--pg-text-muted) !important;
}
.no-touch .sidebar-list-item:hover a {
  color: var(--pg-gold) !important;
}
.sidebar-list-item:after {
  background-color: var(--pg-gold) !important;
}
/* Right sidebar */
.sidebar-right {
  background-color: var(--pg-bg-card) !important;
  border-radius: 10px !important;
  border: 1px solid var(--pg-border) !important;
}
.sidebar-right-button .btn {
  background: var(--pg-gold-grad) !important;
  color: #09090b !important;
  font-weight: 600 !important;
}

/* --- 11b. PARTNER LINKS SIDEBAR BLOCK ------------------------- */
.pg-partners {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--pg-border);
}
.pg-partners .pg-partners-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pg-text-muted);
  margin-bottom: 12px;
}
.pg-partners ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pg-partners ul li {
  margin-bottom: 8px;
}
.pg-partners ul li a {
  color: var(--pg-text-muted) !important;
  font-size: 12px;
  text-decoration: none;
  transition: color 0.2s var(--pg-ease);
}
.no-touch .pg-partners ul li a:hover {
  color: var(--pg-gold) !important;
}

/* --- 12. TAGS & CATEGORY PILLS ------------------------------- */
.tags-cloud a {
  color: var(--pg-text-muted) !important;
  border: 1px solid var(--pg-border) !important;
  border-radius: 999px !important;
  padding: 5px 14px !important;
  transition: all 0.25s var(--pg-ease) !important;
}
.no-touch .tags-cloud a:hover {
  background-color: rgba(212, 168, 83, 0.15) !important;
  color: var(--pg-gold) !important;
  border-color: var(--pg-border-h) !important;
}
.tags-cloud .all {
  background-color: var(--pg-bg-card) !important;
  color: var(--pg-text) !important;
  border: 1px solid var(--pg-border) !important;
}
.no-touch .tags-cloud .all:hover {
  background-color: rgba(212, 168, 83, 0.15) !important;
  color: var(--pg-gold) !important;
}
/* Media page tag/category pills */
.media-list ul a {
  background-color: var(--pg-bg-card) !important;
  color: var(--pg-text-muted) !important;
  border: 1px solid var(--pg-border) !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  transition: all 0.25s var(--pg-ease) !important;
}
.no-touch .media-list ul a:hover {
  background-color: rgba(212, 168, 83, 0.15) !important;
  color: var(--pg-gold) !important;
  border-color: var(--pg-border-h) !important;
}

/* --- 13. FORMS & PRIMARY BUTTONS ----------------------------- */
form .submit,
.btn-submit {
  background: var(--pg-gold-grad) !important;
  color: #09090b !important;
  font-weight: 600 !important;
  border: none !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}
.no-touch form .submit:hover {
  background: linear-gradient(135deg, var(--pg-gold-light), var(--pg-gold)) !important;
  color: #09090b !important;
}
form .textfield,
form .textarea,
form .selectbox {
  background-color: var(--pg-bg-card) !important;
  border-color: rgba(212, 168, 83, 0.2) !important;
  color: var(--pg-text) !important;
}
form label {
  color: var(--pg-text-muted) !important;
}
form .section-title {
  color: var(--pg-text) !important;
}
form .checkbox:checked + label::before,
form .checkbox:checked + span::before {
  background-color: var(--pg-gold) !important;
  border-color: var(--pg-gold) !important;
}
form .radio:checked + span::before,
form .radio:checked + label::before {
  background-color: var(--pg-gold) !important;
  border-color: var(--pg-gold-dark) !important;
}
/* Toggle button */
.toggle-button {
  background-color: var(--pg-bg-card) !important;
  border-color: var(--pg-border) !important;
  color: var(--pg-text) !important;
}
.toggle-button.active {
  background-color: var(--pg-gold) !important;
  border-color: var(--pg-gold) !important;
  color: #09090b !important;
}
/* Headline action buttons (subscribe / playlist) */
.headline .button-info {
  background-color: var(--pg-bg-card) !important;
  color: var(--pg-text-muted) !important;
  border: 1px solid var(--pg-border) !important;
}

/* --- 14. VIDEO PAGE / MEDIA INFO ----------------------------- */
.media {
  background-color: var(--pg-bg-card) !important;
  border-radius: 10px !important;
  border: 1px solid var(--pg-border) !important;
}
.media-info {
  border-bottom-color: var(--pg-border) !important;
}
.media-info-title {
  color: var(--pg-text) !important;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}
.media-values-title {
  color: var(--pg-text-muted) !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}
.media-values-text {
  color: var(--pg-text) !important;
  font-weight: 600 !important;
}
.media-description {
  color: var(--pg-text-muted) !important;
  line-height: 1.6 !important;
}
/* Vote / rating bar */
.vote-progress-line {
  background-color: var(--pg-bg-elev) !important;
}
.vote-progress-bar {
  background-color: var(--pg-gold) !important;
}
.vote-progress-num {
  color: var(--pg-gold) !important;
  font-weight: 600 !important;
}
/* Comment area */
.comments-form-submit .btn-submit {
  background: var(--pg-gold-grad) !important;
  color: #09090b !important;
}
.comment-name a {
  color: var(--pg-gold) !important;
}
.comment-date {
  color: var(--pg-text-muted) !important;
}
.comment-date::before {
  color: var(--pg-border-h) !important;
}

/* --- 15. FOOTER ---------------------------------------------- */
.footer {
  background-color: #060608 !important;
  border-top: 1px solid var(--pg-border) !important;
}
.footer .footer-wrap {
  color: var(--pg-text-muted) !important;
}
.footer a {
  color: var(--pg-text-muted) !important;
  text-decoration: none !important;
}
.no-touch .footer a:hover {
  color: var(--pg-gold) !important;
}
.footer .nav a {
  color: var(--pg-text-muted) !important;
  background-color: transparent !important;
  text-decoration: none !important;
  border: 1px solid transparent !important;
  border-radius: 20px !important;
  transition: all 0.25s var(--pg-ease) !important;
}
.no-touch .footer .nav a:hover {
  color: var(--pg-gold) !important;
  background-color: rgba(212, 168, 83, 0.1) !important;
  border-color: var(--pg-border) !important;
}
.footer .copyright a {
  color: var(--pg-text-muted) !important;
}
.footer .copyright {
  color: var(--pg-text-muted) !important;
  font-size: 11px !important;
}

/* --- 16. CATEGORIES / MODELS / CHANNELS CARDS ----------------- */
.list-categories .item,
.list-models .item,
.list-sponsors .item,
.list-channels .item {
  background-color: var(--pg-bg-card) !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  transition:
    transform    0.35s var(--pg-ease),
    box-shadow   0.35s var(--pg-ease),
    border-color 0.35s var(--pg-ease) !important;
  border: 1px solid transparent !important;
}
.no-touch .list-categories .item:hover,
.no-touch .list-models .item:hover,
.no-touch .list-sponsors .item:hover,
.no-touch .list-channels .item:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 28px rgba(212, 168, 83, 0.12) !important;
  border-color: var(--pg-border-h) !important;
}
.no-touch .list-categories .item:hover .title,
.no-touch .list-models .item:hover .title,
.no-touch .list-sponsors .item:hover .title,
.no-touch .list-channels .item:hover .title {
  color: var(--pg-gold) !important;
}

/* --- 17. ITEM HOVER ACTIONS ---------------------------------- */
.item-control {
  background-color: var(--pg-bg-elev) !important;
  border-top-color: var(--pg-border) !important;
}

/* --- 18. AUTOCOMPLETE ---------------------------------------- */
.autocomplete-suggestions {
  background: var(--pg-bg-card) !important;
  border-color: var(--pg-border) !important;
}
.autocomplete-selected {
  background: rgba(212, 168, 83, 0.15) !important;
}
.autocomplete-suggestions strong {
  color: var(--pg-gold) !important;
  border-bottom-color: var(--pg-gold) !important;
}

/* --- 19. EMPTY / ERROR STATES -------------------------------- */
.empty-content {
  background-color: var(--pg-bg-card) !important;
  color: var(--pg-text-muted) !important;
  border: 1px solid var(--pg-border) !important;
  box-shadow: none !important;
}

/* --- 20. FANCYBOX / MODALS ----------------------------------- */
.fancybox-outer,
.fancybox-wrap {
  background: var(--pg-bg-elev) !important;
}

/* --- 21. PROGRESSIVE LOAD / SPINNER -------------------------- */
.no-thumb {
  background-color: var(--pg-bg-elev) !important;
}

/* --- 22. SUBTLE PAGE FADE-IN --------------------------------- */
@keyframes pg-fadeup {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}
.list-videos .item {
  animation: pg-fadeup 0.45s var(--pg-ease) both !important;
}
/* Stagger first 8 items */
.list-videos .item:nth-child(1)  { animation-delay: 0.04s !important; }
.list-videos .item:nth-child(2)  { animation-delay: 0.08s !important; }
.list-videos .item:nth-child(3)  { animation-delay: 0.12s !important; }
.list-videos .item:nth-child(4)  { animation-delay: 0.16s !important; }
.list-videos .item:nth-child(5)  { animation-delay: 0.20s !important; }
.list-videos .item:nth-child(6)  { animation-delay: 0.24s !important; }
.list-videos .item:nth-child(7)  { animation-delay: 0.28s !important; }
.list-videos .item:nth-child(8)  { animation-delay: 0.32s !important; }

/* --- 23. RELATED VIDEO TAB HEADINGS (h2 links inside headlines) - */
/* KVS renders the "Videos semelhantes / More from model" switcher as
   clickable h2 elements. The selected one gets an <a> with red color
   inherited from the metal theme. Override to gold. */
h1 a, h2 a {
  color: var(--pg-text) !important;
  text-decoration: none !important;
}
.headline h2 a,
.headline h1 a {
  color: var(--pg-text-muted) !important;
}
/* Selected / active headline tab */
.headline h2.selected a,
.headline h1.selected a,
h2.selected > a,
h1.selected > a {
  color: var(--pg-gold) !important;
  text-decoration: none !important;
}
/* Hover on unselected tab */
.no-touch .headline h2 a:hover,
.no-touch .headline h1 a:hover {
  color: var(--pg-gold) !important;
}
/* The underline indicator on selected headline tab */
.headline .selected a::before {
  background-color: var(--pg-gold) !important;
}

/* --- 24. REMAINING RED ACCENT OVERRIDES ----------------------- */
/* Any stray #D31827 colours that specificity might have missed */
.no-touch .item:hover .title {
  color: var(--pg-gold) !important;
}
.no-touch a:hover {
  color: var(--pg-gold) !important;
}
/* Tab nav below video player (INFORMAÇÃO / QUEIXAR-SE etc.) */
.tab-nav li a,
.tab-nav a {
  color: var(--pg-text-muted) !important;
  border-bottom: 2px solid transparent !important;
  transition: color 0.25s var(--pg-ease), border-color 0.25s var(--pg-ease) !important;
}
.tab-nav li.selected a,
.tab-nav li.active  a {
  color: var(--pg-gold) !important;
  border-bottom-color: var(--pg-gold) !important;
}
.no-touch .tab-nav a:hover {
  color: var(--pg-gold) !important;
}
/* "INFORMAÇÃO" action tab button — already gold via form .submit override,
   but reinforce .button class inside .media-button */
.media-button .button,
.media-button a.button {
  background: var(--pg-gold-grad) !important;
  color: #09090b !important;
  font-weight: 600 !important;
  border-radius: 20px !important;
}
/* Media page model/tag pills — reinforce */
.media-list ul a,
.media-description a {
  color: var(--pg-text-muted) !important;
}
.no-touch .media-list ul a:hover {
  color: var(--pg-gold) !important;
}
/* Positive rating text */
.item .rating .positive,
.item .positive {
  color: var(--pg-gold) !important;
}

/* ================================================================
   PATCH — missed red accents
   ================================================================ */

/* Rating progress bar: red → gold */
.rating-container .scale-holder .scale {
  background-color: var(--pg-gold) !important;
}
.rating-container .scale-holder.negative .scale {
  background-color: #b8912e !important;
}

/* "Videos semelhantes" tab label and underline: red → gold */
.related-videos .list-sort span,
.related-albums .list-sort span,
.related-videos .list-sort a:hover,
.related-albums .list-sort a:hover {
  color: var(--pg-gold) !important;
}
.related-videos .list-sort span:before,
.related-albums .list-sort span:before,
.related-videos .list-sort a:before,
.related-albums .list-sort a:before {
  background-color: var(--pg-gold) !important;
}

/* Lazy-load thumbnail placeholder: show grey instead of white flash */
img.lazy-load {
  background: #16161a;
}

/* ================================================================
   END PREMIUM SKIN
   ================================================================ */