.comments-lazy-button {
	display: inline-block;
	padding: 3px 5px;
	text-align: center;
	border: 1px solid gray;
	white-space: nowrap;
	text-decoration: none !important;
	color: #666;
	margin-top: 5px;
}
.comments-lazy-button.loading {
	opacity: 0.5;
	cursor: wait;
}
.comments-lazy-button:hover {
	color: orange;
	border-color: orange;
}

.swipe-box {
	position: relative;
	-webkit-transition: all 100ms;
	transition: all 100ms;
}

.swipe-box .swipe-link,
.swipe-box .swipe-article {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.swipe-box .swipe-link:before,
.swipe-box .swipe-article:before {
	position: absolute;
	top: 15px;
	padding: 0 7px;
	border-radius: 3px;
	background: #252525ad;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	z-index: 1;
}

.swipe-box .swipe-link img {
	width: 100%;
}

.swipe-box .swipe-link span {
	display: block;
	width: 100%;
	padding: 0 15px;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 150%;
}

.swipe-box .swipe-left {
	left: -100vw;
}

.swipe-box .swipe-right {
	right: -100vw;
}

div.hide-image {
	display: inline-block;
	position: relative;
}

img.hide-image {
	border: 1px solid #111;
	opacity: 0.1;
}

.queue-vote-container #glosowanie a,
.queue-vote-container #glosowanie a:hover {
	background-color: #ccc;
	text-decoration: none;
	padding: 2px;
	margin: 2px;
	border: 1px solid gray;
	font-size: 10px;
	border-color: #eee #888 #888 #eee;
}

.swipe-box.swipe-box-video .swipe-link span {
	color: #c00;
}

#survey-section {
	width: 100%;
	border: 1px solid #f0f0f0;
	padding: 15px;
}

#survey-section .survey-header {
	text-transform: uppercase;
	color: #9c9c9c;
	font-weight: bold;
	margin-bottom: 10px;
}

#survey-section .survey-question{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}

#survey-section .survey-answer {
	margin-top: 4px;
	background-color: #f0f0f0;
	width: 100%;
	padding: 8px;
	font-size: 17px;
	cursor: pointer;
	display: flex;
}

#survey-section .survey-answer label {
	margin-left: 15px
}

#survey-section .survey-answer:hover {
	background-color: #eaeaea;
}

#survey-section .survey-votes {
	text-transform: uppercase;
	color: gray;
	text-align: right;
	letter-spacing: -1px;
}

#survey-section .survey-result-header {
	display: flex;
	margin-bottom: 3px;
}

#survey-section .survey-result-name {
	margin-right: auto;
	font-size: 17px;
}

#survey-section .survey-result {
	margin-bottom: 10px;
}

.queue-vote-container #glosowanie {
	width: 35px;
	height: 58px;
	margin: 2px 5px;
	background: url(/images/ok-poczek.gif) 0 -2px;
	border: 1px solid white;
	text-align: center;
	float: left;
}

.queue-vote-container #glosowanie span {
	margin-top: 31px;
	width: 33px;
	display: block;
	text-align: center;
	font-size: 20px;
}

.queue-vote-container .toggle-item-vote.vote-saved,
.mtvQueueButtons .toggle-item-vote.vote-saved {
	color: green;
	border: 1px solid green;
}

div.hide-image:before,
div.adult-image:before {
	font-size: 20px;
	font-family: arial;
	font-weight: bold;
	background-color: rgba(0,0,0,0.5);
	z-index: 200;
	box-sizing: border-box;
	color: white;
	width: 360px;
	height: 40px;
	padding: 10px;
	top: calc(50% - 30px);
	left: calc( 50% - 180px );
	position: absolute;
	content: "Kliknij, żeby zobaczyć obrazek";
}

div.adult-image {
	position: relative;
	cursor: pointer;
}

img.adult-image {
	-webkit-filter: blur(17px);
	-moz-filter: blur(17px);
	-o-filter: blur(17px);
	-ms-filter: blur(17px);
	filter: blur(17px);
}

.admin-adult-image {
	filter: blur(2px);
}

.redactor_editor img.adult-image {
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
}

div.adult-image:before {
	content: "Sztuczna inteligencja Google uznała ten obrazek za podniecający lub pełen przemocy. Kliknij, jeśli chcesz zaryzykować obejrzenie go";
	height: auto;
}

img.hide-image.hide-image-noopacity {
	opacity: 1.0;
}

.safe-search-off .adult-image {
	filter: none !important;
}

.small-article-box,
.small-movie-box {
	overflow: hidden;
	display: grid;
	grid-template-columns: 40% calc(60% - 2vw);
	grid-gap: 2vw;
}

.small-article-box .article-image-box,
.small-movie-box .movie-image-box {
	display: block;
	position: relative;
	height: 98px;
}

.small-article-box .article-image-box .article-image,
.small-movie-box .movie-image-box .movie-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-user-drag: none;
	border-radius: 5px;
}

.small-article-box .article-title-box,
.small-movie-box .movie-title-box {
	display: block;
	margin: 0;
	padding: 0;
}

.small-article-box .article-title,
.small-movie-box .movie-title {
	color: #252525;
	font-size: calc(12px + 1.5vmin);
	font-weight: bold;
	line-height: 130%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-decoration: none;
}

.small-article-box .comments-count,
.small-article-box .positive-votes-count,
.small-movie-box .comments-count,
.small-movie-box .positive-votes-count {
	position: absolute;
	bottom: 5px;
	right: 5px;
	border-radius: 3px;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	font-size: 14px;
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.small-article-box .comments-count:before,
.small-movie-box .comments-count:before {
	content: '';
	background-image: url(/images/mobile/comment-icon-small.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 17px;
	height: 17px;
	margin-right: 5px;
}

.small-article-box .positive-votes-count:before,
.small-movie-box .positive-votes-count:before {
	content: '';
	background-image: url(/images/mobile/positive-vote-icon-small.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 17px;
	height: 17px;
	margin: -2px 5px 0 0;
}

.small-article-box .art-status {
	position: absolute;
	top: 7px;
	left: 7px;
}

.content-box {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 0;
}

.content-box.no-title {
	margin-top: 0;
}

.content-box legend {
	font-weight: bold;
	margin: 0 5px;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 18px;
}

.content-box .small-article-box,
.content-box .small-movie-box {
	box-sizing: border-box;
	margin: 0 10px 20px;
	width: 100%;
}

.small-movie-box .movie-image-box:before {
	content: '';
	background-image: url(/images/mobile/play-icon-small.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 13vw;
	max-width: 55px;
	height: 13vw;
	max-height: 55px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.without-play-icon .movie-image-box:before {
	background-size: 0 0;
}

.small-article-box .article-title,
.small-movie-box .movie-title {
	font-family: 'Lato', Arial, sans-serif;
}

#prevnext-paginator {
	position: relative;
	height: 30px;
	margin: 30px 0 10px;
}

#prevnext-paginator .next {
	position: absolute;
	right: 5px;
}

#prevnext-paginator .prev {
	position: absolute;
	left: 5px;
}

#prevnext-paginator div > a {
	font-size: 16px;
	font-weight: bold;
}

#prevnext-paginator div > a {
	background: #E3E3E3;
	border: 1px solid #BBB;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
	-moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
	-ms-box-shadow: inset 0 0 1px 1px #f6f6f6;
	-o-box-shadow: inset 0 0 1px 1px #f6f6f6;
	box-shadow: inset 0 0 1px 1px #f6f6f6;
	color: #333;
	font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
	padding: 5px 11px;
	text-align: center;
	text-shadow: 0 1px 0 white;
	width: 150px;
}

#prevnext-paginator div > a:hover {
	background: #D9D9D9;
	-webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
	-moz-box-shadow: inset 0 0 1px 1px #eaeaea;
	-ms-box-shadow: inset 0 0 1px 1px #eaeaea;
	-o-box-shadow: inset 0 0 1px 1px #eaeaea;
	box-shadow: inset 0 0 1px 1px #eaeaea;
	color: #222;
	cursor: pointer;
}

.adult-article-container .hide-video:not(.playing) {
	-webkit-filter: blur(17px);
	-moz-filter: blur(17px);
	-o-filter: blur(17px);
	-ms-filter: blur(17px);
	filter: blur(17px);
}


.artPlayerBox:not(.hasSound) .mp4MuteContainer {
	display: none;
}

.video-always-show-sound-toggle .artPlayerBox .mp4MuteContainer {
	display: block;
}

.artPlayerBox .mp4MuteContainer {
	position: absolute;
	z-index: 2;
	left: -5px;
	bottom: -9px;
	display: block;
	padding: 21px;
	cursor: pointer;
}

.artPlayerBox .mp4MuteToggle {
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	padding: 5px;
}

.artPlayerBox .mp4MuteToggle:before {
	background: url(/images/icons/demoty-icons.png) no-repeat;
	width: 20px;
	height: 16px;
	content: "";
	display: block;
}

.artPlayerBox .mp4MuteToggle[data-muted="false"]:before {
	background-position: 0 -309px;
}

.artPlayerBox .mp4MuteToggle[data-muted="true"]:before {
	background-position: 0 -328px;
}

.dark-mode-switch {
	vertical-align: top;
}

.dark-mode-switch .switch {
	cursor: pointer;
}

.dark-mode-switch .night path {
	fill: #dadada;
	transition: fill .8s ease;
}

.dark-mode-switch .night:hover path {
	fill: gold;
}

.dark-mode-switch .day path {
	fill: #333;
	transition: fill .8s ease;
}

.dark-mode-switch .day:hover path {
	fill: black	;
}

.header-options {
	white-space: nowrap;
}

/* bootstrap start */
:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff;
}

.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 3rem;
}
.alert-dismissible .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 1.25rem 1rem;
}

.alert-primary {
	color: #084298;
	background-color: #cfe2ff;
	border-color: #b6d4fe;
}
.alert-primary .alert-link {
	color: #06357a;
}

.alert-secondary {
	color: #41464b;
	background-color: #e2e3e5;
	border-color: #d3d6d8;
}
.alert-secondary .alert-link {
	color: #34383c;
}

.alert-success {
	color: #0f5132;
	background-color: #d1e7dd;
	border-color: #badbcc;
}
.alert-success .alert-link {
	color: #0c4128;
}

.alert-info {
	color: #055160;
	background-color: #cff4fc;
	border-color: #b6effb;
}
.alert-info .alert-link {
	color: #04414d;
}

.alert-warning {
	color: #664d03;
	background-color: #fff3cd;
	border-color: #ffecb5;
}
.alert-warning .alert-link {
	color: #523e02;
}

.alert-danger {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
}
.alert-danger .alert-link {
	color: #6a1a21;
}

.alert-light {
	color: #636464;
	background-color: #fefefe;
	border-color: #fdfdfe;
}
.alert-light .alert-link {
	color: #4f5050;
}

.alert-dark {
	color: #141619;
	background-color: #d3d3d4;
	border-color: #bcbebf;
}
.alert-dark .alert-link {
	color: #101214;
}
.progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 15px;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	background-color: #ffdc00;
	transition: width .6s ease;
}

.text-success {
	color: green;
}
.text-danger {
	color: red;
}

.d-block {
	display: block !important;
}

.d-grid {
	display: grid !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

.d-inline-block {
	display: inline-block !important;
}


.d-none {
	display: none !important;
}

.w-100 {
	width: 100%;
}

.align-center {
	align-items: center;
	justify-content: center;
}

.align-items-center {
	align-items: center !important;
}

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

.m-1 {
	margin: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mx-1 {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important;
}

.mx-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important;
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 0.25rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mt-auto {
	margin-top: auto !important;
}

.me-0 {
	margin-right: 0 !important;
}

.me-1 {
	margin-right: 0.25rem !important;
}

.me-2 {
	margin-right: 0.5rem !important;
}

.me-3 {
	margin-right: 1rem !important;
}

.me-4 {
	margin-right: 1.5rem !important;
}

.me-5 {
	margin-right: 3rem !important;
}

.me-auto {
	margin-right: auto !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 0.25rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.ms-0 {
	margin-left: 0 !important;
}

.ms-1 {
	margin-left: 0.25rem !important;
}

.ms-2 {
	margin-left: 0.5rem !important;
}

.ms-3 {
	margin-left: 1rem !important;
}

.ms-4 {
	margin-left: 1.5rem !important;
}

.ms-5 {
	margin-left: 3rem !important;
}

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

.p-1 {
	padding: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

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

.px-1 {
	padding-right: 0.25rem !important;
	padding-left: 0.25rem !important;
}

.px-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-1 {
	padding-top: 0.25rem !important;
}

.pt-2 {
	padding-top: 0.5rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pe-0 {
	padding-right: 0 !important;
}

.pe-1 {
	padding-right: 0.25rem !important;
}

.pe-2 {
	padding-right: 0.5rem !important;
}

.pe-3 {
	padding-right: 1rem !important;
}

.pe-4 {
	padding-right: 1.5rem !important;
}

.pe-5 {
	padding-right: 3rem !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-1 {
	padding-bottom: 0.25rem !important;
}

.pb-2 {
	padding-bottom: 0.5rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

.ps-0 {
	padding-left: 0 !important;
}

.ps-1 {
	padding-left: 0.25rem !important;
}

.ps-2 {
	padding-left: 0.5rem !important;
}

.ps-3 {
	padding-left: 1rem !important;
}

.ps-4 {
	padding-left: 1.5rem !important;
}

.ps-5 {
	padding-left: 3rem !important;
}

.ms-auto {
	margin-left: auto !important;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}
.text-center {
	text-align: center;
}
/* bootstrap end */
