body {
	font-family: 'Lato', sans-serif !important;
	font-weight: normal !important;
	font-size: 14px !important;
}

i.material-icons {
	vertical-align: middle !important;
}

h2 {
	font-size: 16pt !important;
	color: #f27e10 !important;
	font-weight: bold !important;
}

.no-padding {
	padding: 0 !important;
}

.border-right {
	border-right: 1px solid #dbdbdb;
}

@media screen and (max-width: 992px) {
	.border-right {
		border-right: none;
	}
	body {
		padding-top: 50px;
	}
}

.page-label {
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	background-color: #00a3d4;
	padding: 3px 5px;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: inline-block;
}

/* NAWIGACJA */

.menu-bar-forum {
	margin-right: 4px;
}

.menu-bar-forum > a {
	animation: colorChange 5s infinite alternate-reverse;
}

@keyframes colorChange {
	to {
		color: #fff;
	}
	from {
		color: #fc7c2b;
	}
}

.menu-bar-forum-mobile > a {
	animation: colorChangeMobile 5s infinite alternate-reverse;
}

@keyframes colorChangeMobile {
	to {
		color: #555555;
	}
	from {
		color: #fc7c2b;
	}
}

.main-menu-bar {
	background-color: #1d1d1d;
	height: 60px;
	padding-top: 5px;
	z-index: 100 !important;
}

.logo {
	padding-top: 10px;
	width: 200px;
}

#openSidebarBtn {
	padding: 5px;
	border: 1px solid #ffffff;
	border-radius: 5px;
	float: right;
	margin-top: 10px;
	color: #ffffff;
}

@media screen and (max-width: 576px) {
	.logo {
		padding-top: 10px;
		width: 150px;
	}
	.main-menu-bar {
		height: 50px;
	}
	#openSidebarBtn {
		padding: 3px;
		margin-top: 4px;
	}
}

.main-menu-nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.main-menu-nav li {
	float: left;
	margin-top: 4px;
}

.main-menu-nav li.user {
	margin-left: 50px;
	position: relative;
}

.main-menu-nav li.user a {
	color: #00a3d4;
}

.main-menu-nav li.hotline a {
	color: #e53c0f;
}

.main-menu-nav li.hotline a:hover {
	color: #e53c0f;
}

.main-menu-nav li.hotline span {
	font-weight: normal;
	/* line-height: 11px; */
}

.main-menu-nav li a {
	display: block;
	color: #ffffff;
	text-align: center;
	width: 60px;
}

.main-menu-nav li a:hover {
	text-decoration: none;
	color: #00a3d4;
}

.main-menu-nav li a span {
	display: block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 8pt;
	margin-top: 2px;
}

.main-menu-nav li a .material-icons {
	font-size: 20pt;
}

.navbar-toggle {
	color: #ffffff;
	background-color: #000000;
	border: 1px solid #ffffff;
	padding: 10px;
	position: absolute;
}

.navbar-header img {
	margin-top: 10px;
}

.fix-main-menu-bar {
	margin-top: 60px;
}

.sub-menu-bar {
	box-shadow: 0 4px 8px -2px #bbbbbb;
}

.sub-menu-bar-category {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	font-size: 14px;
}

.sub-menu-bar-category li {
	display: inline-block;
}

.sub-menu-bar-category li a:link,
.sub-menu-bar-category li a:visited {
	display: block;
	padding: 7px 15px 7px 15px;
	text-decoration: none;
	color: inherit;
	text-transform: uppercase;
}

.sub-menu-bar-category li a:hover {
	background-color: #eeeeee;
}

.sub-menu-bar-header {
	padding: 7px 15px 7px 0px;
	font-weight: bold;
	color: #aaaaaa;
}

/* MENU DO MOBLINEJ */

#sidebar-container.active {
	left: 0px;
	transition: all .25s ease-in-out;
}

#sidebar-blackout.active {
	opacity: 0.5;
	transition: all .25s ease-in-out;
}

body.disableScroll {
	overflow: hidden;
}

#sidebar-container {
	height: 100%;
	width: 250px;
	position: fixed;
	z-index: 140;
	top: 0;
	left: -250px;
	background-color: #eeeeee;
	overflow: scroll;
	padding: 0px;
	display: none;
	transition: all .25s ease-in-out;
}

#sidebar-blackout {
	position: fixed;
	background-color: #000000;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 130 !important;
	display: none;
	transition: all .25s ease-in-out;
}

.sidebar-list {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.sidebar-list li {
	border-bottom: 1px solid #dddddd;
	text-transform: uppercase;
	color: #555555;
}

.sidebar-list i {
	margin-right: 10px;
}

.sidebar-list li a:link,
.sidebar-list li a:visited,
.sidebar-list li a:hover {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: inherit;
}

/* MENU UŻYTKOWNIKA */

#notification-count {
	position: absolute;
	z-index: 99;
	background-color: #ffffff;
	color: #00a3d4;
	top: 10px;
	right: 5px;
	font-size: 8px;
	font-weight: normal;
	padding: 1px 5px;
	border: 2px solid #00a3d4;
	border-radius: 3px;
	cursor: pointer;
}

#notification-count.new {
	border: 2px solid #e53c0f;
	background-color: #ffffff;
	color: #e53c0f;
}

.user-menu {
	width: 400px;
	background-color: #ffffff;
	position: fixed;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	z-index: 110;
	margin-top: 5px;
	display: none;
}

.user-menu-arrow {
	width: 28px;
	height: 15px;
	position: absolute;
	top: -15px;
	left: 300px;
	z-index: 112;
}

.user-menu-user-container {
	padding: 20px 0px;
	margin: 0px 30px;
	border-bottom: 1px solid #dddddd;
}

.user-menu-user-options {
	display: flex;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: normal;
}

.user-menu-user-settings {
	flex: 0 0 50%;
	color: #bbbbbb;
}

.user-menu-user-settings a:link,
.user-menu-user-settings a:visited {
	text-decoration: none;
	color: inherit;
}

.user-menu-user-settings a:hover {
	color: #009fdf;
}

.user-menu-user-logout-form {
	flex: 0 0 50%;
	text-align: right;
}

.user-menu-user-logout {
	float: right;
	color: #bbbbbb !important;
	background-color: #ffffff !important;
	margin: 0px !important;
	padding: 0px !important;
}

.user-menu-user-logout:hover {
	color: #009fdf !important;
	cursor: pointer;
}

.user-menu-user-logout a:hover {
	color: #009fdf;
}

.user-menu-user-name {
	flex: 0 0 50%;
	color: #009fdf;
	font-weight: normal;
}

.user-menu-all-notifications {
	width: 100%;
	padding: 10px;
	text-align: center;
	box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 576px) {
	.user-menu {
		left: 0 !important;
		width: 100%;
		margin-top: 0px;
	}
	.user-menu-arrow {
		display: none;
	}
	.sw-user-settings {
		display: none;
	}
}

.user-notifications-container {
	padding: 15px 15px 0px 15px;
}

.user-notifications-container {
	margin-bottom: 0px;
}

.user-notification {
	display: flex;
	padding: 7px 0px;
}

.user-notification-none {
	color: #aaaaaa;
	text-align: center;
	padding-bottom: 20px;
}

.user-notification .type {
	flex: 0 0 35%;
	text-align: right;
	color: #bbbbbb;
}

.user-notification .title {
	flex: 0 0 65%;
	padding-left: 10px;
}

.user-notification .title a:link,
.user-notification .title a:visited {
	text-decoration: none;
	color: inherit;
	display: block;
}

.user-notification .title a:hover {
	text-decoration: none;
	color: #00a3d4;
}

.user-notification .type .header {
	display: inline-block;
	color: #ffffff;
	padding: 0px 10px;
}

.user-notification .type .label {
	display: inline-block;
	padding: 2px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: normal;
	background-color: #00a3d4;
}

.user-menu input {
	width: 100%;
	margin-bottom: 10px;
	border: none;
	border-bottom: 1px solid #009fdf;
}

.user-menu button {
	padding: 5px 10px;
	background-color: #009fdf;
	color: #ffffff;
	font-weight: normal;
	border: none;
	border-radius: 3px;
}

.logged-as {
	margin-bottom: 10px;
	color: #00a3d4;
}

/* REKLAMA GÓRNA */

.ad-top-dummy {
	height: 200px;
}

.ad-top-container {
	/* background-color: #EEEEEE; */
	margin: 15px auto 0 auto !important;
}

.ad-top-spacer {
	height: 5px;
	background-color: #eceded;
	border-radius: 5px;
	margin: 15px 0px;
}

.ad-top-spacer.clear {
	height: 5px;
	margin: 15px 0px;
	background-color: #ffffff;
}

.ad-top-stats {
	height: auto;
	display: table-cell;
	vertical-align: bottom;
	color: #bbbbbb;
	font-size: 10pt;
}

/* REKLAMA PIONOWA */

.ad-skyscraper-container {
	margin-right: 15px;
}

.ad-skyscraper-stats {
	margin-top: 15px;
	color: #bbbbbb;
	text-align: center;
}

.ad-200px-container {
	width: 100%;
	margin-bottom: 30px;
}

/* live */

.live-label {
	font-size: 14px;
	display: inline-block;
	color: #ff0000;
	border: 2px solid #ff0000;
	padding: 2px 10px;
	margin-top: 10px;
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
}

.live-label.special {
	background-color: #ffffff;
	border: none;
}

.live-label.space {
	top: -8px;
}

.column-header {
	font-size: 18px;
	text-transform: uppercase;
	color: #d2d2d2;
	margin-bottom: 15px;
	display: inline-block;
}

/* STOPKA */

.footer-bar {
	background-color: #1d1d1d;
	padding: 10px 0px;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	z-index: 30;
}

.footer-bar-logo {
	display: inline;
	height: 17px;
	margin-right: 20px;
}

.footer-item {
	margin-left: 20px;
}

.footer-item i {
	color: #04a0d0;
}

.footer-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer-menu-container {
	text-align: right;
}

.footer-contact-container {
	text-align: left;
}

@media screen and (max-width: 1200px) {
	.footer-menu-container {
		margin-top: 20px;
		text-align: center;
	}
	.footer-contact-container {
		text-align: center;
	}
}

.footer-menu li {
	display: inline;
	padding: 0px 20px;
	border-right: 1px solid #ffffff;
}

.footer-menu li.special {
	color: #e84816;
}

.footer-menu li:first-child {
	padding: 0px 20px 0px 0px;
}

.footer-menu li:last-child {
	padding: 0px 0px 0px 20px;
	border: none;
}

@media screen and (max-width: 576px) {
	.footer-contact-container {
		font-size: 14px;
	}
	.footer-menu-container {
		font-size: 14px;
	}
	.footer-menu li {
		padding: 0px 10px;
	}
	.footer-menu li:first-child {
		padding: 0px 10px 0px 0px;
	}

	.footer-menu li:last-child {
		padding: 0px 0px 0px 10px;
	}
}

.footer-menu a {
	color: inherit;
}

.footer-menu a:hover {
	color: #00a3d4;
	text-decoration: none;
}

.footer-partners-container {
	margin: 30px 0px;
	gap: 30px;
}

.footer-patners-text {
	color: #9b9b9b;
}

.footer-partners-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

.footer-partners-list li {
	display: inline;
	margin-right: 30px;
}

@media screen and (max-width: 992px) {
	.footer-partners-list {
		display: block;
		margin-left: 0px;
		margin-top: 30px;
	}
	.footer-partners-list li {
		display: block;
		margin-right: 0px;
		margin-bottom: 30px;
	}
}

.footer-group {
	display: flex;
	justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

/* Sociale */

.footer-socials-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

.footer-socials-list li {
	display: inline;
	margin-right: 10px;
}

@media screen and (max-width: 992px) {
	.footer-socials-list {
		display: block;
		margin-left: 0px;
		margin-top: 30px;
	}
	.footer-socials-list li {
		display: block;
		margin-right: 0px;
		margin-bottom: 30px;
	}
}


/* STYLE MENU BOCZNEGO */

.right-menu-container {
	width: 300px;
}

@media screen and (max-width: 992px) {
	.right-menu-container {
		width: 100%;
	}
}

.right-side-menu {
	padding: 0px;
	margin: 0px;
	margin-bottom: 30px;
	list-style-type: none;
	font-weight: normal;
}

.right-side-menu li {
	padding-left: 25px;
	background-image: url(../img/list_square_light.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

.right-side-menu li:last-child a {
	border-bottom: none;
}

.right-side-menu li a {
	display: block;
	padding: 5px 0px;
	border-bottom: 1px solid #dddddd;
}

.right-side-menu li a:link,
.right-side-menu li a:visited,
.right-side-menu li a:hover {
	text-decoration: none;
	color: inherit;
}

.right-side-menu li a.special {
	color: #ff0000;
}

/* PRAWE MENU KONTAKTOWE */

.side-contact-box {
	border: 1px solid #00a3d4;
	border-radius: 3px;
	margin-bottom: 15px;
}

.side-contact-header {
	background-color: #00a3d4;
	color: #ffffff;
	font-weight: normal;
	padding: 5px;
}

.side-contact-content {
	text-align: center;
	padding: 15px 0px;
	font-size: 20px;
	font-weight: normal;
}

.side-contact-content i {
	color: #aaaaaa;
}

.login-box {
	background-color: #fefefe;
	border: 1px solid #dddddd;
	border-radius: 5px;
	display: flex;
}

.login-box-login {
	flex: 0 0 50%;
	padding: 25px;
}

.login-box-register {
	flex: 0 0 50%;
	background-color: #fafafa;
	padding: 25px;
	color: #555555;
}

.login-box-register-btn {
	background-color: #ffffff;
	margin-bottom: 15px;
}

.login-box-register-btn i {
	color: #bbbbbb;
}

.login-box-register-btn a:link,
.login-box-register-btn a:visited {
	display: block;
	color: inherit;
	text-decoration: none;
	padding: 10px;
}

.login-box-register-btn a:hover {
	color: #00a3d4;
}

.login-box-form {
	padding: 40px 0px;
}

@media screen and (max-width: 576px) {
	.login-box {
		flex-direction: column;
	}
}

/* FB Widget */

.fb-like,
.fb-like > span,
.fb-like > span > iframe {
	width: 100%;
}

/* Przerzucenie Material Icons na data packi */

.material-icons:after {
	content: attr(data-icon);
}

/* FB Logowanie */

.user-menu-login-optional {
	display: flex;
	flex-direction: row;
	clear: both;
	color: #b6b7b7;
}

.user-menu-login-optional:before,
.user-menu-login-optional:after {
	content: "";
	flex: 1 1;
	border-bottom: 1px solid;
	margin: auto;
}
.user-menu-login-optional:before {
	margin-right: 10px;
}
.user-menu-login-optional:after {
	margin-left: 10px;
}

a.user-menu-login-facebook {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	background: #1877f2;
	padding: 7px 14px;
	border-radius: 5px;
}

a.user-menu-login-facebook i {
	font-size: 22px;
	margin-right: 10px;
}

a.user-menu-login-facebook,
a:hover.user-menu-login-facebook,
a:visited.user-menu-login-facebook,
a:active.user-menu-login-facebook,
a:focus.user-menu-login-facebook {
	color: white;
	text-decoration: none;
}

/* Share Button */

.share-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: #1877f2;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	color: white;
	box-shadow: 0 0 5px rgb(0 0 0 / 30%);
	z-index: 1000;
	cursor: pointer;
}

.share-btn-copied {
	width: 300px;
	max-width: 75%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	background: rgba(64, 64, 64, 0.9);
	color: #ffffff;
	border-radius: 25px;
	position: fixed;
	padding: 10px 20px;
	font-size: 16px;
	bottom: 20px;
	z-index: 1010;
	user-select: none;
	box-shadow: 0 0 15px rgb(0 0 0 / 25%);
}
