* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

#mobile-content ul {
	padding-left: 25px;
}

body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

body, div,
button,
input,
select,
textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 150%;
}

button:active,
button:focus {
	outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

/* Anchors */
a {
	color: #0a82be;
	text-decoration: none;
}

a:focus,
a:hover,
a:active {
	outline: 0;
}

/* Lists */
/* Layout / Container */
#mobile-container,
body > header,
.navbar {
	width: 100%;
	min-width: 320px;
	max-width: 1300px;
	margin: 0 auto;
}

#mobile-content {
	min-width: 300px;
	margin: 0 auto;
	position: relative;
	transition: all 0.2s linear;
}

#mobile-container {
	margin: 0 auto;
	position: relative;
	transition: all 0.2s linear;
	padding-bottom: 115px; /* Chwilowy hack żeby dolna belka reklamowa się mieściła */
}

body[data-panel="open"] #mobile-content:after {
	content: "overlay";
	position: absolute;
	top: -100px;
	left: -200%;
	width: 4000px;
	height: 1000px;
	background: transparent;
	z-index: 94;
	text-indent: -9999px;
}

body[data-panel="open"] {
	overflow: hidden;
}

body[data-panel="open"] #mobile-container {
	margin-left: -275px;
}

body[data-panel="open"] > header {
	left: -550px;
}

body[data-panel="open"] > .mobile-navigation {
	right: 0;
	visibility: visible;
}

body[data-search="open"] > header > h1 {
	visibility: hidden;
}

/* Layout / Header */
body > header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #fff;
	-webkit-transition: left 0.2s linear;
	transition: left 0.2s linear;
	z-index: 10;
	min-width: 310px;
	max-width: 100%;
}

body header h1 {
	display: inline-block;
	width: 270px;
	height: 48px;
}

.header-options a {
	display: inline-block;
	text-indent: -9999px;
	background: url('/images/mobile/joe_sprite.png') no-repeat;
	z-index: 200;
	cursor: pointer;
	vertical-align: middle;
	margin-left: 10px;
}

#showMenu {
	height: 18px;
	width: 28px;
	background-position: -3px -7px;
}

#showSearchForm {
	height: 26px;
	width: 26px;
	background-position: -4px -135px;
}

/* Search Form */
#searchForm {
	z-index: 150;
	position: absolute;
	width: calc(100% - 120px);
}

body[data-search="open"] #searchForm {
	display: block;
}

body[data-search="close"] #searchForm {
	display: none;
}

#searchForm > input {
	height: 23px;
	border: 1px solid #bbbbbb;
	border-radius: 3px;
	box-shadow: inset 1px 1px 4px rgba(23, 16, 15, 0.22);
	background-color: #fff;
	padding: 16px 7px;
}

body[data-search="open"] #searchForm > input {
	width: 100%;
}

#searchForm > div > #showSearchForm {
	-webkit-user-select: none; /* Chrome all / Safari all */
	-moz-user-select: none; /* Firefox all */
	-ms-user-select: none; /* IE 10+ */
	cursor: pointer;
	position: absolute;
	display: block;
	width: 32px;
	height: 26px;
	right: 4px;
	top: 4px;
	text-indent: -9999px;
	background: url('/images/mobile/joe_sprite.png') no-repeat 0 -136px;
	text-align: left;
	border: 0;
	z-index: 200;
}

.sprite {
	background: url('/images/spritesheet_v2.png') no-repeat;
}

.sprite-views {
	width: 20px;
	height: 12px;
	background-position: 0 -128px;
}

.sprite-small-lajk {
	width: 15px;
	height: 15px;
	background-position: -21px -125px;
}

.sprite-comments {
	width: 17px;
	height: 15px;
	background-position: -40px -125px;
}

/* Layout / Content */
#mobile-content {
	width: 100%;
	margin-top: 54px;
	padding: 0 5px;
	overflow: hidden;
}

#mobile-content.wide-content {
	padding: 0;
}

#mobile-container {
	max-width: 640px;
	margin-left: 0;
}

#mobile-content h1 {
	font-size: 24px;
}

#mobile-content h2 {
	font-size: 22px;
	line-height: 150%;
}

.empty-pic-list {
	padding: 15px;
}

.art-wrapper {
	width: 100%;
	margin-bottom: 10px;
}

.art-wrapper blockquote {
	font-size: 125%;
	line-height: 150%;
	padding: 5px 15px 2px 10px;
	margin: 10px 5px;
	border-left: 10px solid #09f;
	color: #444444;
}

.art-wrapper .swipe-left:before {
	content: '« Następny artykuł';
	right: 15px;
}

.art-wrapper .swipe-right:before {
	content: 'Poprzedni artykuł »';
	left: 15px;
}

.mtv-wrapper .swipe-left:before {
	content: '« Poprzedni film';
	right: 15px;
}

.mtv-wrapper .swipe-right:before {
	content: 'Następny film »';
	left: 15px;
}

.art-wrapper h1, h1 {
	font-family: 'Lato', Arial, sans-serif;
	color: #c00;
	font-size: 26px;
	text-decoration: none;
	margin: 0 0 15px;
	display: block;
	line-height: 140%;
	text-transform: uppercase;
	font-weight: 900;
}

.art-wrapper h2, h2 {
	font-family: 'Lato', Arial, sans-serif;
	color: #444;
	font-size: 23px;
	text-decoration: none;
	margin: 10px 0 15px;
	display: block;
	word-spacing: -.3px;
	font-weight: 900;
}

.art-pic-wrapper {
	display: inline-block;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.author-nick {
	font-size: 10px;
	color: #888;
	opacity: 0.7;
	position: absolute;
	bottom: 25px;
	right: 20px;
	display: none;
}

.article-intro-content {
	color: #000;
	text-align: left;
	padding-bottom: 10px;
	font-weight: bold;
}

.art-pic-wrapper {
	max-width: 640px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.art-wrapper img {
	width: calc(100% + 10px) !important;
	height: auto;
	border: 0;
	margin-left: -5px;
}

.art-wrapper .swipe-link img {
	margin: 0;
	width: 100% !important;
}

/* Layout / Footer */
.art-footer {
	width: 100%;
	max-width: 640px;
	margin: 0 auto 20px;

}

/* Left Panel/Navigation */
.mobile-navigation {
	position: fixed;
	top: 0;
	right: -275px;
	width: 275px;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #fafafa;
	visibility: hidden;
	-webkit-transition: right 0.2s linear, visibility 0.2s linear;
	transition: right 0.2s linear, visibility 0.2s linear;
	z-index: 100;
	font-size: 15px;
}

.mobile-navigation > h2 {
	width: 100%;
	height: 70px;
	overflow: hidden;
	position: relative;
	padding: 23px 0 0 66px;
	background-color: #fafafa;
	font-size: 18px;
	color: #1b1c20;
}

.mobile-navigation > h2 > img {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 15px;
	left: 15px;
}

.mobile-navigation > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.mobile-navigation > ul.mobile-logout {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.mobile-navigation > ul > li {
	display: block;
	position: relative;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(bottom, rgba(247, 247, 247, 1), rgba(255, 255, 255, 1));
	background-image: -moz-linear-gradient(bottom, rgba(247, 247, 247, 1), rgba(255, 255, 255, 1));
	background-image: -ms-linear-gradient(bottom, rgba(247, 247, 247, 1), rgba(255, 255, 255, 1));
	background-image: -o-linear-gradient(bottom, rgba(247, 247, 247, 1), rgba(255, 255, 255, 1));
	background-image: linear-gradient(bottom, rgba(247, 247, 247, 1), rgba(255, 255, 255, 1));
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dfdfdf;
}

.mobile-navigation > ul.mobile-logout > li {
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #fff;
}

.mobile-navigation > ul > li > a {
	font-weight: bold;
	color: #1b1c20;
	display: block;
	padding: 15px 0 16px 18px;
}

.mobile-navigation:after {
	content: "shadow";
	text-indent: -9999px;
	width: 8px;
	height: 100%;
	position: absolute;
	right: -3px;
	top: 0;
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(right, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
	background-image: linear-gradient(right, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
}

.mobile-navigation > ul > li.active {
	border-top: 1px solid #e30003;
	border-bottom: 1px solid #e30003;
}

.mobile-navigation > ul > li.active > a,
.mobile-navigation > ul > li > a:active {
	background: #ff0104;
	color: #fff;
}

.link_to_add_movie {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	font-size: x-large;
}

/* Picture Footer */
.art-wrapper .art-footer {
	background: #ffffff;
	background-image: -webkit-linear-gradient(bottom, rgba(243, 243, 243, 1), rgba(255, 255, 255, 1));
	background-image: -moz-linear-gradient(bottom, rgba(243, 243, 243, 1), rgba(255, 255, 255, 1));
	background-image: -ms-linear-gradient(bottom, rgba(243, 243, 243, 1), rgba(255, 255, 255, 1));
	background-image: -o-linear-gradient(bottom, rgba(243, 243, 243, 1), rgba(255, 255, 255, 1));
	background-image: linear-gradient(bottom, rgba(243, 243, 243, 1), rgba(255, 255, 255, 1));
	border-bottom: 1px solid #d8d8d8;
	padding: 0 15px;
	text-align: center;
	height: 65px;
	overflow: hidden;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0 1px 0 #fcfcfc;
	box-shadow: 0 1px 0 #fff;
	color: #999898;
}

.art-wrapper > footer a {
	color: #999898;
	font-weight: bold;
	text-shadow: 0 1px 0 #f6f7f8;
}

.art-voting {
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 15px 0;
	text-align: left;
	float: left;
}

.art-points {
	display: block;
	width: 50%;
	text-align: right;
	float: right;
}

.art-voting .art-voting-up {
	background: url('/images/mobile/joe_sprite.png') no-repeat -9999px -9999px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 0;
	text-indent: -9999px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

.art-voting .art-voting-up {
	background-position: 0 -250px;
	margin-left: 9px;
	width: 34px;
	height: 40px;
}

.art-voting .art-voting-down {
	background-position: 0 -35px;
	margin-top: 3px;
}

.art-voting .up_total_votes {
	width: auto;
	height: 36px;
	line-height: 33px;
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	padding: 0 10px;
	margin-top: 0;
}

.up_total_votes {
	text-align: center;
}

.art-voting .total_votes {
	display: block;
}

.total_votes {
	line-height: 0;
	margin: 6px 0 0;
	padding: 0;
	text-align: center;
}

.up_total_votes .up_votes {
}

.up_total_votes .total_votes {
	font-weight: normal;
	font-size: 14px;
	position: relative;
	top: -2px;
	color: #626262;
}

.up_total_votes .total_votes:before {
	content: "("
}

.up_total_votes .total_votes:after {
	content: ")"
}

.art-points > div {
	display: inline-block;
	position: relative;
	height: 66px;
}

.art-points > div:before {
	content: "left-border";
	text-indent: -9999px;
	position: absolute;
	width: 2px;
	height: 60px;
	bottom: 0;
	left: 0;
	text-align: left;
	background: url('/images/mobile/joe_sprite.png') no-repeat -32px -136px;
}

.art-fbshare {
	cursor: pointer;
	padding: 20px 9px 0 9px;
}

.art-comments {
	padding: 20px 9px 0 9px;
}

.art-author-nick {
	margin-top: -40px;
	text-align: right;
	margin-right: 40px;
}

.item-details, .mobile-art-title .art-details {
	font-size: 13px;
	font-weight: bold;
	color: #777;
	margin-bottom: 10px;
}

#mobile-content .art-details {
	margin:5px 0;
}

.item-details .item-numbers {
	margin-left: 10px;
}

.item-details a {
	text-decoration: none;
	color: #777;
}

.item-details .views-count,
.item-details .positive-votes-count,
.item-details .comments-count {
	display: inline-block;
	margin-bottom: -2px;
}

.art-fbshare a,
.art-comments a {
	display: inline-block;
	height: 36px;
	line-height: 30px;
	padding-left: 45px;
	position: relative;
	vertical-align: top;
	text-align: left;
	color: #8c8c8c !important;
}

.art-fbshare a:before,
.art-comments a:before {
	content: "icon";
	text-indent: -9999px;
	display: inline-block;
	width: 34px;
	height: 33px;
	background: url('/images/mobile/joe_sprite.png') no-repeat -9999px -9999px;
	position: absolute;
	left: 0;
	top: 0;
}

.art-fbshare a:before {
	background-position: 0 -70px
}

.art-comments a:before {
	background-position: 0 -103px
}

.next-page {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 22px;
	border-radius: 2px;
	background: #ef0706;
	background-image: -webkit-linear-gradient(bottom, rgba(228, 19, 16, 1), rgba(245, 1, 1, 1));
	background-image: -moz-linear-gradient(bottom, rgba(228, 19, 16, 1), rgba(245, 1, 1, 1));
	background-image: -ms-linear-gradient(bottom, rgba(228, 19, 16, 1), rgba(245, 1, 1, 1));
	background-image: -o-linear-gradient(bottom, rgba(228, 19, 16, 1), rgba(245, 1, 1, 1));
	background-image: linear-gradient(bottom, rgba(228, 19, 16, 1), rgba(245, 1, 1, 1));
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	margin: 25px auto 0;
}

.next-page > span {
	padding-right: 31px;
	position: relative;
}

.next-page > span:after {
	content: "arrow-right";
	text-indent: -9999px;
	background: url('/images/mobile/joe_sprite.png') no-repeat 0 -186px;
	display: inline-block;
	width: 22px;
	height: 11px;
	position: absolute;
	right: 0;
	top: 7px;
}

.footer-desktop-link {
	display: table;
	margin: 20px auto 0;
	color: #252525;
	font-size: 16px;
}

.footer-desktop-link:before {
	content: '';
	width: 20px;
	height: 18px;
	display: inline-block;
	background: url(/images/mobile/jm_mobile_desktop_icon.png) no-repeat;
	background-size: 20px;
	vertical-align: sub;
}

.gallery-side-box .BoxContent {
	padding: 0;
}

/* comments */
#commentsContainer .comments_sort_order {
	text-decoration: none;
	color: #777;
}

#commentsContainer .comments_sort_order.selected {
	color: #444;
	border-bottom: 1px solid #444;
}

.answerbox-action .comment_reply_submit-action {
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 5px;
}

.answerbox-action textarea {
	height: 80px;
	width: 100%;
	grid-column: 1 / 3;
	outline: none;
}

.comment-more-replies-acc {
	display: none;
}

.commentBox_reply {
	padding: 5px 5px 20px 48px;
	text-align: left;
	background-color: #fdfdfd;
	position: relative;
	top: 5px;
}

.commentBox_reply .commentBox {
	padding: 0;
	text-align: left;
	background-color: #fdfdfd;
	width: 100%;
	position: relative;
	top: 0;
}

.unamelink {
	color: #333 !important;
	text-decoration: none;
}

.goodComment {
	background-color: #fefcdd;
}

.best_comment {
	padding: 5px;
	text-align: left;
	background-color: #fdfdfd;
}

.comment-more-replies A {
	color: #666;
	text-decoration: underline;
}

.comment-more-replies {
	margin: 5px 0 15px 87px;
	color: #666;
	text-align: left;
	font-size: 14px;
}

.commentBoxHeader {
	font-size: 13px !important;
	color: gray;
	padding: 2px;
	margin: 3px 0 5px 42px;
	border-bottom: 0;
}

.commentDesc {
	display: inherit;;
	font-size: 14px;
	color: #444;
	padding: 7px;
	margin: 0 0 5px 40px;
	min-height: 30px;
	line-height: 150%;
	text-align: left;
	background: #f4f4f4;
	border-radius: 7px;
}

#commentHeader {
	border-bottom: 2px solid orange;
	background-color: #ffdc00;
	font-size: 20px;
	font-weight: bold;
	padding: 6px;
	text-align: left;
	margin: 5px 0 2px 0;
}

.topcommentsheader {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #555;
	margin-top: 10px;
	margin-left: 5px;
}

.commentBox {
	padding: 5px 5px 10px 5px;
	text-align: left;
	background-color: #fdfdfd;
	width: 100%;
	position: relative;
	top: 5px;
}

.comnotok {
	margin-top: 10px;
	font-size: 11px !important;
	opacity: 1;
	margin-left: 42px;
	overflow: hidden;
	height: 14px;
	min-height: 14px;
}

.comnotok A {
	text-decoration: none;
	border-radius: 10px;
	color: #111;
}

.vote-up, .vote-down {
	width: 39px;
	height: 20px;
	text-align: center;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	color: #111;
	position: relative;
	top: 20px;
}

.vote-up {
	background: url(/images/comment_vote_up.png);
	padding-left: 15px;
	margin-right: 15px;
}

.vote-down {
	background: url(/images/comment_vote_down.png);
	padding-right: 20px;
}

a.vote-up:hover, a.vote-down:hover {
    text-decoration: none;
}

.comment-votes-box {
	display: inline-flex;
	float: right;
	text-decoration: none;
}

.liked-by-admin {
	text-align: center;
	grid-column: 1 / span 2;
	cursor: default;
}

.commentAvatar {
	width: 60px;
	height: 40px;
	float: left;
	display: table-cell;
	text-align: center;
	clip-path: circle(38% at 50% 50%);
	margin-left: -15px;
}

#commentsContainer img {
	width: 100%;
	height: auto;
}

.comment-more-replies {
	margin: 5px 0 15px 45px;
	color: #666;
	text-align: left;
}

.comment-more-replies A {
	color: #666;
}

img.moderb {
	width: auto;
	height: auto;
	margin-top: 7px;
}

/* ukrywam ikonkę, żeby nie najeżdżała na przyciski głosowania,
   pozostaje sam napis jako przycisk zgłaszania
*/
.commentBox img.moderb,
.commentBox_reply img.moderb {
	display: none;
}

.comrules_violation {
	position: absolute;
	top: 0;
	right: 5px;
	display: none;
}

.comDisabled {
	height: 25px;
	overflow: hidden;
	margin-bottom: 20px;
}

.comDisabled .comrules_violation {
	display: none;
}

/* navbar */
.navbar-wrapper {
	position: relative;
}

.navbar-wrapper:before {
	content: "top-bg";
	text-indent: -9999px;
	width: 100%;
	height: 56px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #f7f8fa;
	background-image: -webkit-linear-gradient(bottom, rgba(240, 243, 246, 1), rgba(253, 253, 253, 1));
	background-image: -moz-linear-gradient(bottom, rgba(240, 243, 246, 1), rgba(253, 253, 253, 1));
	background-image: -ms-linear-gradient(bottom, rgba(240, 243, 246, 1), rgba(253, 253, 253, 1));
	background-image: -o-linear-gradient(bottom, rgba(240, 243, 246, 1), rgba(253, 253, 253, 1));
	background-image: linear-gradient(bottom, rgba(240, 243, 246, 1), rgba(253, 253, 253, 1));
}

.navbar {
	max-width: 640px;
	min-width: 300px;
	font-size: 0;
	position: relative;
	z-index: 90;
	height: 56px;
}

.navbar a {
	color: #8c8c8c;
	text-decoration: none;
	list-style-type: none;
}

.navbar > ul {
	width: 50%;
	vertical-align: top;
	display: inline-block;
	font-size: 18px;
	text-align: left;
	height: auto;
	max-height: 56px;
	overflow: hidden;
	position: absolute;
	top: 0;
	transition: max-height 0s linear;
	border-bottom: 1px solid #cfcfcf;
	box-shadow: 0 1px 0 #fff;
}

.navbar > ul > li {
	font-size: 18px;
	color: #999898;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}

.navbar > ul > li > a {
	color: #999898;
}

.navbar > ul > li > a.active,
.navbar > ul > li > a:active {
	background-color: #ff0104;
	color: #fff;
	font-weight: normal;
	text-shadow: none;
}

.navbar > ul.navbar-period > li.current {
	border-left: 1px solid #cbcbcb;
}

.navbar input:checked + ul.navbar-period > li.current {
	border-left: 1px solid transparent;
}

.navbar input:checked + ul {
	max-height: 350px;
	transition: max-height 0.2s linear;
	background: #fafbfc;
	box-shadow: 0 2px 2px rgba(23, 15, 16, 0.49);
}

.navbar input:checked + ul > li {
	border-bottom: 1px solid #cfcfcf;
}

.navbar input:checked + ul > li:last-child {
	border-bottom: 0;
}

.navbar input:checked + ul > li.current label:after {
	background-position: -15px -173px;
}

.navbar > ul.navbar-type {
	left: 0;
}

.navbar > ul.navbar-period {
	right: 0;
}

.navbar > ul > li {
	list-style-type: none;
	display: block;
	width: 100%;
	position: relative;
}

.navbar > ul > li.current label:after {
	content: "up-down";
	text-indent: -9999px;
	position: absolute;
	right: 15px;
	top: 23px;
	display: inline-block;
	width: 17px;
	height: 10px;
	background: url('/images/mobile/joe_sprite.png') no-repeat -15px -162px;
}

.navbar > ul > li > a,
.navbar > ul > li > label {
	display: block;
	width: 100%;
	height: 55px;
	line-height: 55px;
	padding: 0 15px;
	cursor: pointer;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.navbar > input {
	position: absolute;
	visibility: hidden;
	left: -9999px;
	top: 0;
}

/* Formularze */
.mobile-page-form {
	max-width: 480px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 15px;
	color: #ccc;
}

.mobile-page-form h3 {
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 25px;
	color: #1b1c20;
}

textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
#mobile_login_username {
	display: block;
	width: 100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	height: 35px;
	background-color: #fff;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.09);
	-webkit-appearance: none;
	padding-left: 5px;
	border: 1px solid #bbbbbb;
	color: #1b1c20;
}

input:focus {
	outline: 0;
}

input[type="search"] {
	color: #1b1c20;
}

::-webkit-input-placeholder {
	color: #1b1c20;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

:focus::-webkit-input-placeholder {
	color: transparent
}

textarea {
	height: 170px;
	overflow: auto;
	padding-top: 5px;
}

select {
	display: block;
	width: 200px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	height: 35px;
	box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.24);
	border: 1px solid #bbbbbb;
	padding-left: 5px;
}

input[type="submit"],
#user_register_submit,
.form_cancel_button {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	border: 0;
	cursor: pointer;
}

input[type="submit"]:hover {
	opacity: 0.9
}

.mobile-login-error-container {
	font-size: 14px;
	font-weight: bold;
	color: red;
	border: 1px solid red;
	padding: 15px 10px;
	margin-bottom: 10px;
}

.mobile-form {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dddddd;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

.mobile-form label {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	color: #1b1c20;
}

.mobile-form input,
.mobile-form select,
.mobile-form textarea {
	margin-bottom: 15px;
}

.mobile-form input[type="submit"] {
	margin-bottom: 0
}

.facebook_login_button {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	border-radius: 2px;
	background-color: #30487b;
	background-image: -webkit-linear-gradient(bottom, rgba(47, 71, 123, 1), rgba(69, 97, 156, 1));
	background-image: -moz-linear-gradient(bottom, rgba(47, 71, 123, 1), rgba(69, 97, 156, 1));
	background-image: -ms-linear-gradient(bottom, rgba(47, 71, 123, 1), rgba(69, 97, 156, 1));
	background-image: -o-linear-gradient(bottom, rgba(47, 71, 123, 1), rgba(69, 97, 156, 1));
	background-image: linear-gradient(bottom, rgba(47, 71, 123, 1), rgba(69, 97, 156, 1));
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	text-shadow: 0 -1px 0 rgba(47, 71, 122, 1);
	border: 0;
	margin-bottom: 20px;
}

.mobile-page-info a {
	font-size: 16px;
	color: #888888;
}

#scrollUp {
	background-image: url('/images/icons/top.png');
	bottom: 20px;
	position: fixed;
	z-index: 2147483647;
	right: 20px;
	width: 38px;
	height: 38px;
}

@media only screen and (max-width: 380px) {
	.navbar > ul > li > a,
	.navbar > ul > li > label {
		padding: 0 15px 0 10px;
	}

	.navbar > ul > li.current label:after {
		right: 6px;
	}

	.navbar > ul > li {
		font-size: 16px;
	}

	.art-voting .up_total_votes {
		padding: 0 5px;
		font-size: 18px;
	}

	.art-fbshare > a,
	.art-comments > a {
		font-size: 18px;
		padding-left: 40px;
	}

	.art-points > div:before {
		display: none;
	}

	.empty-pic-list {
		padding: 20px 10px;
	}

	.picture > header {
		font-size: 18px;
	}

	#footer {
		margin: 20px auto 20px;
		text-align: center;
	}
}

/* CSS WIDEO */
/*.mtv-player-wrapper {*/
/*	text-align: center;*/
/*}*/
.mtv-player-wrapper .html5videobox-action {
	max-height: 100%;
	max-width: 100%;
}

.mtv-video-details {
	margin-top: 20px;
	margin-left: 8px;
	color: #777;
	position: relative;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

.mtv-video-details .tags {
	font-weight: normal;
}

.mtv-video-details a {
	color: #777 !important;
	text-decoration: none;
}

.mtv-video-details .item-details {
	float: right;
}

.mtv-item-not-working {
	position: absolute;
	right: 0;
	top: -8px;
}

.mtv-video-details img {
	float: left;
	margin-right: 5px;
}

.mtv-duplicated-item {
	position: absolute;
	right: 70px;
	top: 22px
}

A.abutton {
	padding: 2px 5px;
	margin: 2px;
	background: url('/images/gradbut.png');
	border: 1px solid;
	border-color: #eee #ccc #aaa #eee;
	font-size: 11px;
	text-decoration: none;
}

.mtv-queue-show .mtvQueueButtons {
	padding: 5%;
}

.mtv-queue-show a.abutton {
	color: black;
	font-size: 16px;
}

.mtv-queue-show .mtv-player-wrapper {
	padding: 3% 0 3% 0;
}

.mtv-player-wrapper .playerBox.facebook.iframe {
	padding-bottom: 100%;
}

.mtv-description,
.playerSubDescription {
	margin: 10px 0;
	font-size: 15px;
}

.mtv-next-movie {
	overflow: hidden;
	margin: 20px 0;
	text-align: left;
	line-height: 110%;
}

.smallbox-item {
	overflow: hidden;
	margin: 15px 5px;
	font-size: 20px;
	line-height: 130%;
}

.smallbox-item img {
	width: 40%;
	margin: 0;
}

.smallbox-item span.itemTitle {
	display: inline-block;
	margin-left: 2vw;
	width: calc(60% - 2vw);
}

.smallbox-item a {
	display: flex;
	color: #444;
	word-spacing: -.3px;
	letter-spacing: -1px;
}

fieldset {
	border: 0;
}

legend {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 18px;
}

.mobile-item-voting-up {
	background: url(/images/podoba-bg.png) no-repeat;
	color: #0059fd;
	text-decoration: none;
	display: block;
	width: 156px;
	height: 60px;
	position: relative;
	margin: 5px auto;
	cursor: pointer;
}

.mobile-item-voting-up:hover {
	color: #f00;
	text-decoration: underline;
}

.mobile-item-voting-up:hover:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url('/images/podoba-over.gif') 10px 5px no-repeat;
}

.mobile-item-voting-up .votes-count {
	font: bold 28px arial;
	position: absolute;
	left: 66px;
	bottom: 12px;
	width: 60px;
	text-align: center;
	color: #000;
}

.mobile-item-voting-up .vote-message {
	font: bold 12px arial;
	position: absolute;
	left: 56px;
	top: 42px;
	width: 86px;
	height: 19px;
	text-align: center;
}

/* share */
.mmg_facebook_share {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	background-color: #3c5a98;
	width: 99%;
	padding: 10px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	font-size: 16px;
	margin: 20px auto;
	position: relative;
}

.color_facebook_logo.sprite {
	width: 22px;
	height: 22px;
	background: url('/images/facebook.png');
	position: absolute;
	left: 10px;
	top: 8px;
}

#fb-like-box {
	position: absolute;
	top: 12px;
	left: 180px;
}

.adContainer {
	width: 300px;
	margin: 20px auto;
}

.headroom {
	will-change: transform;
	transition: all 200ms linear;
	border-bottom: 1px solid #f0f0f0;
}

.headroom--pinned {
	transform: translateY(0%);
}

.headroom--unpinned {
	transform: translateY(-100%);
}

#JMLogoMobile {
	width: 160px;
	height: 26px;
	background: url(/images/mobile/jm_logo.png) no-repeat 0 0;
	background-size: contain;
}

.dark-mode #JMLogoMobile {
	background: url(/images/jm_dark_logo2.png) no-repeat 0 0;
	background-size: contain;
	filter: grayscale(100%) brightness(1.5);
}

.dark-mode .mobile-navigation {
	background: black;
}

.dark-mode span.ncwTitle {
	color: orange !important;
}

#mobile-content .art-banner {
	height: 150px;
	margin-bottom: 10px;
	position: relative;
	background-size: cover;
}

.art-banner-details h1 {
	margin: 0;
}

#mobile-content .art-topic {
	font-size: 12px;
}

#mobile-content .art-banner-details .art-topic a {
	font-size: 11px;
	color: #aaa;
}

#mobile-content .art-banner h1.title {
	margin: 8px 0;
	color: #fff;
}

#mobile-content .art-details,
#mobile-content .art-details a {
	font-size: 13px;
	color: #666;
}

#mobile-content .art-banner h1.title.t95 {
	font-size: 19px;
}

#mobile-content .art-banner h1.title.t140 {
	font-size: 17px;
}

#mobile-content .art-details .art-author-date,
#mobile-content .art-details .art-numbers,
#mobile-content .art-details .art-numbers .views-count,
#mobile-content .art-details .art-numbers .positive-votes-count,
#mobile-content .art-details .art-numbers .comments-count {
	display: inline-block;
}

#galeriaBox {
	padding: 0 5px;
}

#galeriaBox img {
	width: 32.5%;
	height: auto;
	border: 1px solid #000;
}

.BoxTitle {
	padding: 0 5px;
}

.BoxContent {
	margin-bottom: 10px;
}

#user_register_gender_male label {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 0 5px;
}

.registerAcceptRules {
	font-size: 14px;
}

#user_register_accept_rules {
	margin: 0;
	vertical-align: middle;
}

.passwordConfirm {
	display: none;
}

.art-wrapper video {
	background: black;
	width: 100%;
	height: auto !important;
	cursor: pointer;
}

.artPlayerBox {
	position: relative;
	width: 100%;
}

.artPlayerBox .videoPlayButton {
	display: none;
	width: 149px;
	height: 122px;
	position: absolute;
	top: calc(50% - 61px);
	left: calc(50% - 74.5px);
	background: url(/images/icons/over-video-big.png) no-repeat scroll 50% 50% transparent;
	cursor: pointer;
}

.artPlayerBox .videoPlayButton.video-is-played {
	display: block;
}

#mobileVideoPlayer {
	background-color: #222;
	width: 100%;
	margin: 0;
	object-fit: cover;
}

.mtv-wrapper .systemMessage {
	position: relative;
	top: 20px;
	margin-bottom: 50px;
	padding: 10%;
	background: #f0f0f0;
	border: 1px solid #ccc;
	line-height: 160%;
}

.mtv-wrapper .systemMessage .messageTitle {
	margin: 5px 0;
}

.art-wrapper .systemMessage {
	padding: 30px;
}

.rectangleAdvert {
	margin: 0 auto;
	min-width: 300px;
	min-height: 250px;
	background: url(/images/mobile/advertPlaceholder.jpg) no-repeat;
	background-size: contain;
}

.rectangleAdvert.noPlaceholder {
	background: none;
	min-height: auto;
}

.topRectangleAdvert,
.middleRectangleAdvert {
	margin-bottom: 20px;
}

.auto-resizable-iframe {
    margin: 0;
    position: relative;
	max-width: 100%;
}

.mtv-autoplayer-container .auto-resizable-iframe {
	background: black;
	width: 100%;
	max-height: 90vh;
	cursor: pointer;
}

.auto-resizable-iframe > div {
    position: relative;
    padding-bottom: 56%;
    height: 0px;
}

.auto-resizable-iframe iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
}

.gallery-show-more-link {
	display: none;
}

.big-article-wrapper {
	display: block;
	height: 55vw;
	max-height: 400px;
	position: relative;
	background-size: cover;
	margin-bottom: 10px;
}

.big.article-title {
	position: absolute;
	padding: 5px;
	color: #535353 !important;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 20px;
	line-height: 140%;
	font-weight: 900;
	bottom: 0;
}

.big.article-title span {
	background: white;
}

.gallery-slider .gallery-side-box {
	background: rgb(248, 223, 0);
	position: relative;
}

.gallery-slider .gallery-side-box .BoxTitle {
	font-size: 20px;
	padding: 20px 20px 0 20px;
}

.gallery-slider .gallery-side-box .BoxContent {
	margin: 0;
}

.gallery-slider .gallery-side-box #galeriaBox {
	padding: 15px 0 20px;
}

.gallery-slider .gallery-side-box #galeriaBox a {
	height: 30vw;
	max-height: 300px;
	margin: 0 4px;
}

.gallery-slider .gallery-side-box #galeriaBox img {
	height: 100%;
	border: none;
	width: auto;
	max-width: calc(100vw - 40px);
}

.gallery-slider .gallery-show-more-link {
	display: block;
	background: #fae835;
	color: #252525;
	padding: 5px 6px;
	font-size: 14px;
	border-radius: 3px;
	position: absolute;
	top: 17px;
	right: 20px;
}

.stored-articles-container {
	width: 100%;
}

.stored-article-container .article-image-box::after {
	position: absolute;
	right: 7px;
	bottom: 0;
	content: "AD";
	font-size: 9px;
	text-shadow: 2px 2px 2px black;
	color: white;
}

.movies-slider {
	margin-bottom: 20px;
	background: #c80d00;
	width: 100%;
}

.movies-slider .movies-slider-header {
	padding: 20px 20px 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.movies-slider .movies-slider-link h2 {
	font-size: 20px;
	padding: 0;
	color: #fff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.movies-slider .movies-slider-buttons a {
	background: #cf261c;
	color: #fff;
	padding: 5px 6px;
	font-size: 14px;
	border-radius: 3px;
	margin-left: 5px;
}

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

.movies-slider .movies-slider-list .small-movie-box {
	width: 50vw;
	max-width: 300px;
	max-height: 260px;
	margin: 0 5px;
}

.movies-slider .movies-slider-list .small-movie-box .movie-title-box {
	display: -webkit-box;
	margin-top: 1vh;
	padding: 0 1vw;
}

.movies-slider .movies-slider-list .small-movie-box .movie-title {
	color: #fff;
}

.movies-slider .movies-slider-list .movie-image-box {
	width: 100%;
	height: 32vw;
	max-height: 200px;
}

.content-box .short-joke {
	width: 100%;
	margin: 10px 10px 35px;
}

.content-box .short-joke .short-joke-title {
	color: #aaa;
	font-size: 13px;
	display: block;
	margin-bottom: 5px;
}

.content-box .short-joke .short-joke-content {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 20px;
	color: #444;
}

.wide-content .next-page {
	background: rgb(200, 13, 0);
	margin: 25px 20px 0;
}

.wide-content .mgid {
	margin: 25px 20px 0;
}

.art-status {
	display: inline-flex;
	align-items: center;
}

.google-adverts-disabled-icon {
	background: #ff0000;
	color: #fff;
	padding: 5px;
	margin: 0 3px;
}

.sprite {
	background-image: url('/images/spritesheet_v2.png');
	background-repeat: no-repeat;
}

.sprite-only_on_jm {
	width: 24px;
	height: 18px;
	background-position: -132px -120px;
	margin-right: 3px;
}

.sprite-premium {
	width: 17px;
	height: 18px;
	background-position: -204px -120px;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 3px;
}

.sprite-old_article {
	width: 24px;
	height: 18px;
	background-position: -154px -144px;
	margin-right: 3px;
}

.sprite-for_adults {
	width: 21px;
	height: 21px;
	background-position: -181px -143px;
	margin-right: 3px;
}

.recaptcha-field {
	margin: 15px 0;
}

.art-wrapper .picture {
	margin-bottom: 30px;
}
.art-wrapper .after {
	margin-top: 10px;
}

.mobile-navigation > ul > li > a.joe_style_text_for_new_PM {
	color: red;
}

.queue-vote-container .title {
	color: red;
	padding-top: 2%;
}

nav.movies-select-list {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

nav.movies-select-list a {
	background: #eae7e7;
	border: solid #eae7e7;
	border-radius: 11px;
	padding: 0% 5px 0px 5px;
	color: black;
	margin: auto;
}

.movies-select-list a.active {
	background: #cc0000;
	border-color: #cc0000;
	color: #ffffff;
}

#middleRect {
	width: 100%;
	margin-bottom: 20px;
}

#showMenu.joe_show_menu_with_new_PM {
	background-image: url('/images/mobile/menu_with_new_private_message.png');
	width: 34px;
	height: 26px;
	background-position: 0px 0px;
}

.gaden #main_billboard,
.gaden #middleRect,
.gaden #bottomRect {
	min-height: 285px;
}


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

.small-gallery-box {
	padding: 0 10px 20px;
}

.small-gallery-box a {
	position: relative;
}

.small-gallery-box img {
	width: 100%;
	border-radius: 5px;
}

.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;
}

.article-title-box.premium .article-title {
	display: inline !important;
}

.article-title-box.premium:before {
	background-image: url(/images/spritesheet_v2.png);
	background-repeat: no-repeat;
	width: 17px;
	height: 18px;
	background-position: -204px -120px;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 3px;
	content: "";
}

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

.small-article-box .article-title,
.small-movie-box .movie-title,
.small-gallery-box .gallery-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-gallery-box .comments-count,
.small-gallery-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-gallery-box .comments-count:before,
.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-gallery-box .positive-votes-count:before,
.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;
}

.content-box.old-style {
	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;
	padding: 0 10px 20px;
	width: 100%;
}

.old-style .small-article-box .article-image-box,
.old-style .small-movie-box .movie-image-box,
.small-article-box:not(.premium) .article-image-box {
	display: block;
	position: relative;
	height: 98px;
}

.small-article-box .article-image-box,
.small-movie-box .movie-image-box {
	display: block;
	position: relative;
	height: 200px;
	margin-bottom: 5px;
	max-height: 25vh;
}

.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;
}

#site-footer {
	text-align: center;
}

#site-footer .links a {
	color: #333;
}

#site-footer .links a:not(:last-child):after {
	content: '\a0\b7';
	display: inline;
	color: gray;
}

#site-footer .copyrights {
	color: #aaa;
}

.dark-mode body > header {
	background-color: #333;
}
.dark-mode body {
	background-color: #222;
}

.dark-mode .art-wrapper h1, .dark-mode h1 {
	color: #b0b0b0;
}

.dark-mode a {
	color: #ddd !important;
}

.dark-mode nav.movies-select-list a {
	background-color: #111;
	border: 1px solid #3a3a3a
}

.dark-mode .movies-select-list a.active {
	border: 2px solid white;
}

.dark-mode .next-page {
	background-image: -webkit-linear-gradient(bottom, rgb(0 0 0), rgba(245, 1, 1, 1));
	background-image: -moz-linear-gradient(bottom, rgb(0 0 0), rgba(245, 1, 1, 1));
	background-image: -ms-linear-gradient(bottom, rgb(0 0 0), rgba(245, 1, 1, 1));
	background-image: -o-linear-gradient(bottom, rgb(0 0 0), rgba(245, 1, 1, 1));
	background-image: linear-gradient(bottom, rgb(0 0 0), rgba(245, 1, 1, 1));
}

/*trick żeby nie przerabiać obrazków - odwrotka kolorów*/
.dark-mode .header-options a {
	filter: invert(1);
}

.dark-mode .headroom {
	border-bottom: 1px solid #000000;
}

.dark-mode body > header {
	background: linear-gradient(to top, rgb(82 82 82) 0, rgba(0, 0, 0, .85) 30%);
}


.dark-mode .mobile-navigation > ul > li {
	background-image: -webkit-linear-gradient(bottom, rgb(59 59 59), rgb(0 0 0));
}

.dark-mode .mobile-navigation > ul > li {
	border-top: 0;
	border-bottom: 0;
}

.dark-mode .article-intro-content,
.dark-mode #article-box {
	color: #eee;
}

.dark-mode .art-wrapper h2, h2 {
	color: orange;
}


.dark-mode .commentBox,
.dark-mode .commentBox_reply {
	background-color: transparent;
}

.dark-mode .vote-up, .dark-mode .vote-down {
	color: #111 !important;
}

.dark-mode .topcommentsheader {
	color: #ccc;
}

.dark-mode .mobile-navigation > ul > li.active > a,
.dark-mode .mobile-navigation > ul > li > a:active {
	background: orange;
	color: black !important;
}

.dark-mode .gallery-slider .gallery-side-box {
	background: rgb(98 50 0);
}

.dark-mode  .gallery-slider .gallery-side-box .BoxTitle {
	color: #ddd;
	font-weight: bold;
}


.dark-mode  .gallery-slider .gallery-show-more-link {
	background: rgb(122 63 2);
}

.dark-mode  .movies-slider {
	background: #590600;
}

.dark-mode  .movies-slider .movies-slider-buttons a {
	background: #7b3935;
}
.dark-mode body,
.dark-mode div,
.dark-mode button,
.dark-mode input,
.dark-mode select,
.dark-mode textarea,
.dark-mode .content-box .short-joke .short-joke-content {
	color: #ddd;
}

.dark-mode .commentDesc {
	background: #444;
}

.dark-mode blockquote {color: #aaa}
.dark-mode .vote-message {
	color: #b8b878 !important
}

.dark-mode .mobile-item-voting-up {
	filter: brightness(0.8) invert() grayscale(80%);
}

.dark-mode .mobile-item-voting-up .votes-count,
.dark-mode .mobile-item-voting-up .vote-message {
	color: #252525 !important;
}

.dark-mode #commentHeader{
	border-bottom: 2px solid #885800;
	background-color: transparent;
	padding: 4px;
}

.dark-mode  .survey-section .survey-answer {
	background-color: #222;
}

.dark-mode .mobile-form label {
	color: white;
}

.dark-mode .mobile-page-form h3 {
	color: #cbcbcb;
}

.dark-mode .btn-warning {
	color: #000;
}