@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,400i,700,700i&subset=latin-ext');

:root {
  --clr: #0a4c84; /* main */
  --hclr: #0d4472; /* hover */
  --btnclr: #0d4472; /* button + arrows */
  --mhclr: #d42325; /* miniatura header + comparer bar */
  --nwsclr: #2696bf; /* newsletter */
  --flagclr: #006ebc; /* flag */
  --chdclr: #006ebc; /* company header + price */
  --cmpclr: #e9573f; /* compare */
  --cmphclr: #a95143; /* compare hover */
  --cmpdclr: #fff6a5; /* compare diffs */
  --cmpd2clr: #fff6a5; /* compare diffs odd */
  --starclr: #ffce54;
  --invclr: #f00; /* invalid feedback */
  --blclr: #e9573f; /* buy link */
}
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;}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {display: block;}
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;}
b,strong {font-weight:bold;}
i,em {font-style:italic;}
.rwContentBox ul,.cn ul { list-style-type:disc;margin:20px 0;margin-left:45px;}
.rwContentBox ol,.cn ol { list-style-type:decimal;margin:20px 0;margin-left:55px;}
.rwContentBox li,.cn li { padding-left:0px;}
.rwContentBox table td {vertical-align:top;}
div,h1,h2,h3,h4,h5,h6,p,form { position:relative;margin:0;padding:0;display:block;font-weight:normal;}
ul { margin-top:0;}
img { border:0;}
.clear,.cl { clear:both;}
	
body {
	color: #656d78;
	font: 12px/1.5 roboto, sans-serif;
	}

a {
	outline: none;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	color: var(--clr);
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	color: var(--hclr);
	}

.cl {
	clear: both;
	}

/* formularze */

.ocheckbox {
	display: block;
	position: relative;
	padding-left: 23px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 5px;
	}

.ocheckbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	}

.chcheckmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #e6e9ed;
	border: 1px solid #e6e9ed;
	}

.chcheckmark:after {
	content: "";
	position: absolute;
	display: none;
	}

.ocheckbox input:checked ~ .chcheckmark:after {
	display: block;
	}

.ocheckbox .chcheckmark:after {
	left: 5px;
	top: 2px;
	width: 4px;
	height: 8px;
	border: solid #58606b;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	}

.oradio {
	display: block;
	position: relative;
	padding-left: 23px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 5px;
	}

.oradio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	}

.chradio {
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #e6e9ed;
	border-radius: 50%;
	border: 1px solid #e6e9ed;
	}

.chradio:after {
	content: "";
	position: absolute;
	display: none;
	}

.oradio input:checked ~ .chradio:after {
	display: block;
	}

.oradio .chradio:after {
	top: 4px;
	left: 4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #58606b;
	}

input[type="submit"] {
	display: block;
	background: var(--clr);
	padding: 12px 15px 10px 15px;
	font: bold 14px/1 'roboto condensed', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	width: 100%;
	margin: 0 !important;
	box-shadow: none;
	}

.osubmit {
	display: block;
	position: relative;
	content: " ";
	background: url('/styles/dzial-zlecen/rynekinstalacyjny/gfx/sh.png') no-repeat bottom center;
	background-size: 100% 15px;
	padding: 0 0 15px 0;
	max-width: 300px;
	}

body>header {
	position: relative;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 20px;
	}

body.sticky>header>div {
	position: relative;
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 50;
	box-shadow: 0 0 50px rgba(0,0,0,0.5);

	height: 60px;
	}

body.sticky>header>div>div {
	position: relative;
	height: 60px;
	margin: 0 auto;
	}

body>header h1, body>header h2 {
	display: inline-block;
	vertical-align: top;
	}

a.lg {
	display: inline-block;
	width: 300px;
	height: 100px;
	text-indent: -9999px;
	background-size: 316px;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	}

.sticky a.lg {
	width: 130px;
	position: relative;
	height: 50px;
	background-size: 220px;
	top: 6px;
	}

body>header form {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	height: 100px;
	padding-top: 33px;
	margin-left: 45px;
	}

body.sticky>header form {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	height: 100px;
	height: 67px;
	margin-left: 330px;
	padding-top: 14px;
	}

body>header form input[type="text"] {
	background: #e6e9ed;
	border: 0;
	padding: 0;
	margin: 0;
	font: bold 16px/1 'roboto condensed', sans-serif;
	padding: 8px 32px 6px 10px;
	width: 115px;
	}

body>header form input[type="submit"] {
	background: #e6e9ed;
	border: 0;
	padding: 0;
	margin: 0;
	padding: 0;
	width: 32px;
	height: 32px;
	background: url('/styles/dzial-zlecen/rynekinstalacyjny/gfx/lupe.png') no-repeat center;
	background-size: 23px;
	text-indent: -9999px;
	position: absolute;
	top: 33px;
	left: 123px;
	box-shadow: none;
	}

body.sticky>header form input[type="submit"] {
	top: 14px;
	}

.menu-gorne {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	vertical-align: middle;
	padding-top: 33px;
	}

.sticky .menu-gorne {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	vertical-align: middle;
	padding-top: 14px;
	}

.sticky .menu-gorne>li:last-child {
	display: none;
	}

.menu-gorne li {
	display: inline-block;
	margin-left: 3px;
	}

.menu-gorne li:last-child {
	display: inline-block;
	margin-left: 7px;
	}

.menu-gorne li a {
	position: relative;
	display: block;
	height: 32px;
	padding-left: 27px;
	padding-right: 3px;
	font: bold 12px/1 'roboto condensed', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 5px center;
	}

.menu-gorne li a:hover {
	background-color: #e6e9ed;
	}

.menu-gorne li a span {
	display: table-cell;
	height: 32px;
	vertical-align: middle;
	}

.menu-gorne li a.zaloguj {
	background-image: url('/styles/dzial-zlecen/rynekinstalacyjny/gfx/zaloguj.png');
	color: #656d78;
	}

.menu-gorne li a.zaloguj span {
	width: 75px;
	}

.menu-gorne li a.zamow-prenumerate {
	background-image: url('/styles/dzial-zlecen/rynekinstalacyjny/gfx/prenumerata.png');
	padding-left: 35px;
	color: #656d78;
	}

.menu-gorne li a.zamow-prenumerate span {
	display: table-cell;
	height: 32px;
	width: 75px;
	vertical-align: middle;
	}

.menu-gorne li a.zamow-usluge {
	background-image: url('/styles/dzial-zlecen/rynekinstalacyjny/gfx/usluga.png');
	padding-left: 32px;
	color: #656d78;
	}

.menu-gorne li a.zamow-usluge span {
	display: table-cell;
	height: 32px;
	width: 40px;
	vertical-align: middle;
	}

.menu-gorne li a.inne-nasze-tytuly {
	background-image: url('/styles/dzial-zlecen/rynekinstalacyjny/gfx/inne.png');
	padding-left: 35px;
	color: #656d78;
	}

.menu-gorne li a.inne-nasze-tytuly span {
	display: table-cell;
	height: 32px;
	width: 62px;
	vertical-align: middle;
	}

.sticky .open-menu {
	display: block;
	background: #fff url('/styles/dzial-zlecen/rynekinstalacyjny/gfx/bars.png') no-repeat 6px 4px;
	background-size: 25px;
	font: bold 28px/33px 'roboto condensed', sans-serif;
	color: var(--clr);
	text-transform: uppercase;
	padding-left: 40px;
	position: absolute;
	left: 170px;
	width: 210px;
	cursor: pointer;
	z-index: 60;
	top: 15px;
	}

.sticky .open-menu:hover {
	box-shadow: 3px 3px 20px rgba(0,0,0,0.5);
	}

.sticky .open-menu:hover>div {
	position: relative;
	left: -40px;
	margin-right: -40px;
	top: 0px;
	display: block !important;
	background: #fff;
	}

.sticky .open-menu:hover>div>nav>ul {
	background: #fff;
	padding-top: 10px;
	}

.sticky .open-menu:hover>div>nav>ul li {
	position: relative;
	}

.sticky .open-menu:hover>div>nav>ul li a {
	border-top: 1px solid rgba(103,113,125,0.5);
	display: block;
	font-weight: bold;
	text-decoration: none;
	font-size: 17px;
	line-height: 1;
	padding: 7px 10px 5px 10px;
	}

.sticky .open-menu:hover>div>nav>ul li a:hover,
.sticky .open-menu:hover>div>nav>ul li a.active {
	background: #e6e9ed;
	color: #000;
	}

.sticky .open-menu:hover>div>nav>ul>li:first-child a {
	border: none;
	}

.sticky .open-menu:hover>div>nav>ul li ul {
	display: none;
	position: absolute;
	top: 0;
	left: 220px;
	background: #fff;
	width: 250px;
	z-index: 60;
	box-shadow: 3px 3px 20px rgba(0,0,0,0.5);
	}

.sticky .open-menu:hover>div>nav>ul li:hover ul {
	display: block;
	}

.open-menu nav ul ul>li>ul {
	display: none !important;
	}

.sticky .open-menu .mutrzymaj {
	display: block !important;
    }

ul.overed {
	position: absolute;
	z-index: 60;
	padding-top: 0 !important;
	width: 250px;
	z-index: 60;
	box-shadow: 3px 3px 20px rgba(0,0,0,0.5);
    }

body>nav {
	display: block;
	position: relative;
	margin: 0 auto;
	font-size: 0;
	}

body>nav ul {
	position: relative;
	display: block;
	width: 940px;
	height: auto;
	margin-top: 10px;
	padding-bottom: 0px;
	}

body>nav ul ul {
	text-align: justify !important;
	}

body>nav ul li {
	display: inline-block;
	}

body>nav ul li a {
	display: block;
	font: bold 13px/1 'roboto condensed', sans-serif;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 10px;
	border-bottom: 3px solid #fff;
	}

body>nav ul li a.active,
body>nav ul li a:hover {
	color: var(--clr);
	border-bottom: 3px solid var(--clr);
	}

body>nav.newsletter {
	margin-bottom: 10px;
	height: 32px;
	}

body.sticky>nav.newsletter {
	position: fixed;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: 50;
	top: -41px;
	}

body>nav.breadcrumb-nav {
	display: block;
	height: 40px;
	margin-top: -30px;
	padding-right: 220px;
	width: 720px !important;
	text-align: left;
	}

body>nav.breadcrumb-nav * {
	font-size: 11px;
	padding: 0;
	margin: 0;
	}

body>nav.breadcrumb-nav li a:after {
	content:  "/";
	display: inline-block;
	padding: 0 2px 0 5px;
	}

body.sticky>nav.newsletter>ul {
	position: relative;
	display: block;
	width: 940px;
	height: 1px;
	margin: 0 auto;
	}

body.sticky>nav.newsletter a {
	position: relative;
	top: 100px;
	z-index: 50;
	box-shadow: 0 8px 10px rgba(0,0,0,0.2);
	}

body.sticky>nav.newsletter a.fb {
	box-shadow: 6px 8px 10px rgba(0,0,0,0.2);
	}

nav.newsletter a.fb:hover {
	background-color: #fff;
	}

body>nav.newsletter ul {
	position: relative;
	width: 200px;
	display: block;
	margin: 0 0 0 auto;
	text-align: right;
	}

body>nav.newsletter ul li a {
	display: block;
	color: #000;
	background: #fff url('/styles/dzial-zlecen/rynekinstalacyjny/gfx/newsletter.png') no-repeat 5px center;
	padding: 0;
	border: none;
	font: bold 12px/1 'roboto condensed', sans-serif;
	padding: 10px 8px 10px 32px;
	position: relative;
	z-index: 20;
	top:  2px;
	}

body>nav.newsletter ul li a:hover {
	background: #e6e9ed url('/styles/dzial-zlecen/rynekinstalacyjny/gfx/newsletter.png') no-repeat 5px center;
	}

main, .in-main {
	position: relative;
	margin: 0 auto;
	}

.big-area {
	position: relative;
	margin-left: 20px;
	}

.big-area>.oe-node {
	margin-right: 20px;
	}

.reklama {
	display: block;
	font-size: 0;
	}

.reklama>div {
	text-align: center;
	}

.reklama header {
	display: none;
	}

.reklama-lewa {
	width: 140px;
	height: 600px;
	position: absolute;
	left: -140px;
	top: 0;
	background: none;
	}

.reklama-prawa {
	width: 140px;
	height: 600px;
	position: absolute;
	right: -140px;
	top: 0;
	background: none;
	}

body.sticky .reklamy-boczne {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	}

body.sticky .reklamy-boczne>div {
	width: 980px;
	position: relative;
	margin: 0 auto;
	}

body.sticky .reklamy-boczne {
	top: 0 !important;
	}

body.sticky .reklama-lewa,
body.sticky .reklama-prawa {
	top: 80px;
	}

.reklama-940x100 {
	position: relative;
	width: 940px;
	min-height: 20px;
	margin-bottom: 20px;
	float: left;
	background: none;
	}

.reklama-700x100 {
	position: relative;
	width: 700px;
	height: 100px;
	margin-bottom: 20px;
	float: left;
	}

.reklama-940x300 {
	position: relative;
	width: 940px;
	min-height: 20px;
	margin-bottom: 20px;
	float: left;
	}

.reklama-940x300 {
	margin-left: 20px;
	}

.footer-area .reklama-940x300 {
	margin-left: 0px;
	}

.reklama-940x196 {
	width: 940px;
	min-height: 20px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 20px;
	background: none;
	}

.reklama-300x200 {
	width: 300px;
	float: left;
	margin: 0 20px 20px 0;
	}

/* dowolna wysokosc dla stref 4.1, .2, .3 */
section.reklama-940x100+section.reklama-300x200,
section.reklama-940x100+section.reklama-300x200+section.reklama-300x200,
section.reklama-940x100+section.reklama-300x200+section.reklama-300x200+section.reklama-300x200 {
	height: auto;
	}

/* w najnowszych na home mozliwosc przykrycia strefa 2 strefy 3 (dlugi baner) */
@media (min-width: 480px) and (max-width: 9999px) {
	body.index .big-area.space-3 .reklama:nth-child(7) {
		overflow: visible;
		}

	body.index .big-area.space-3 .reklama:nth-child(7) .desktop-add {
		min-height: 200px;
		z-index: 10;
		}
}

.area-300x200,
.area-220x200 {
	width: 300px;
	height: 200px;
	margin: 0 20px 20px 0;
	overflow: hidden;
	float: left;
	}

.area-300x90 {
	width: 300px;
	height: 90px;
	margin: 0 20px 20px 0;
	overflow: hidden;
	float: left;
	}

.area-220x120 {
	width: 220px;
	height: 120px;
	margin: 0 20px 20px 0;
	overflow: hidden;
	float: left;
	}

.area-220x150 {
	width: 220px;
	height: 150px;
	margin: 0 20px 20px 0;
	overflow: hidden;
	float: left;
	}

.area-620x140 {
	width: 620px;
	height: 140px;
	margin: 0 20px 20px 0;
	overflow: hidden;
	float: left;
	}

.miniatura {
	position: relative;
	z-index: 5;
	line-height: 15px;
	}

.miniatura-okladka {
	background-color: #e6e9ed;
	font-size: 0;
	}

.miniatura-okladka .rmore {
	display: none;
	}

/* miniatura-tekst */

.miniatura-tekst {
	outline: 1px solid #f0f0f0;
    }

.miniatura-tekst header a span.flaga-news {
	font: bold 10px/9px 'roboto condensed', sans-serif;
	color: var(--flagclr);
	display: block;
	text-transform: uppercase;
	padding-top: 2px;
	padding-left: 10px;
	height: 13px;
	}

.miniatura-tekst header a {
	color: #000;
	text-decoration: none;
	display: inline-block;
	padding-bottom: 5px;
	font: bold 18px/20px roboto, sans-serif;
	}

.area-300x90.miniatura-tekst header a {
	padding-bottom: 0px;
	}

.area-220x120.miniatura-tekst header a,
.area-220x150.miniatura-tekst header a {
	padding-bottom: 0px;
	font-size: 15px;
	}

.miniatura-tekst .ilustracja {
	display: none;
	}

.miniatura-tekst .krotka-zajawka {
	display: none;
	color: #656d78;
	font: 12px/15px roboto, sans-serif;
	}

.area-220x120.miniatura-tekst .krotka-zajawka,
.area-220x150.miniatura-tekst .krotka-zajawka {
	font-size: 11px;
	}

.miniatura-tekst .dluga-zajawka {
	color: #656d78;
	line-height: 18px;

	font: 13px/16px  roboto, sans-serif; /* fira */
	text-align: left;
	}

.area-220x120.miniatura-tekst .dluga-zajawka,
.area-220x150.miniatura-tekst .dluga-zajawka {
	font-size: 11px;
	}

/* miniatura-ankieta */

.miniatura-ankieta header span.flaga-ankieta {
	font: bold 10px/9px 'roboto condensed', sans-serif;
	color: #aab2bd;
	display: block;
	text-transform: uppercase;
	padding-top: 2px;
	height: 13px;
	}

.miniatura-ankieta header span:last-child {
	font: bold 17px/15px 'roboto condensed', sans-serif;
	color: #000;
	text-decoration: none;
	display: inline-block;
	padding-bottom: 5px;
	}

.miniatura-ankieta header {
	margin-bottom: 7px;
	}

.miniatura-ankieta {
	color: #000;
	}

.miniatura-ankieta .osubmit {
	color: #000;
	}

.miniatura-ankieta .ocheckbox {
	padding-left: 20px;
	margin-bottom: 3px;
	padding-top: 1px;
	}

.miniatura-ankieta .chcheckmark {
	height: 13px;
	width: 13px;
	}

.miniatura-ankieta .ocheckbox .chcheckmark:after {
	left: 4px;
	top: 1px;
	width: 3px;
	height: 6px;
	}

.miniatura-ankieta .oradio {
	padding-left: 20px;
	margin-bottom: 3px;
	padding-top: 1px;
	}

.miniatura-ankieta .chradio {
	height: 13px;
	width: 13px;
	}

.miniatura-ankieta .oradio .chradio:after {
	top: 3px;
	left: 3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #58606b;
	}

.miniatura-ankieta .osubmit {
	width: 100px;
	display: block;
	position: relative;
	margin: 7px 0 0 auto;
	}

.miniatura-ankieta .osubmit input {
	padding-top: 8px;
	padding-bottom: 7px;
	}

/* miniatura-ilustracja */

.miniatura-ilustracja {
	outline: 1px solid #f0f0f0;
    }

.miniatura-ilustracja header a span.flaga-news {
	font: bold 10px/9px 'roboto condensed', sans-serif;
	color: var(--flagclr);
	display: block;
	text-transform: uppercase;
	padding-top: 2px;
	height: 13px;
	padding-left: 10px;
	}

.miniatura-ilustracja header a {
	color: #000;
	text-decoration: none;
	display: inline-block;
	width: 167px;
	padding-bottom: 5px;
	font: bold 18px/20px  roboto, sans-serif; /* fira */
	overflow:  hidden;
	}

.area-300x90.miniatura-ilustracja header a {
	width: 197px;
	padding-bottom: 0px;
	}

.area-220x120.miniatura-ilustracja header a,
.area-220x150.miniatura-ilustracja header a {
	width: 130px;
	padding-bottom: 0px;
	font-size: 15px;
	}

.miniatura-ilustracja .ilustracja {
	text-indent: -9999px;
	display: block;
	width: 120px;
	height: 85px;
	background-position: center;
	background-size: cover;
	float: right;
	margin: 0 0 10px 12px; 
	}

.area-300x90.miniatura-ilustracja .ilustracja {
	width: 90px;
	height: 55px;
	margin: 0 0 0px 12px; 
	}

.area-220x120.miniatura-ilustracja .ilustracja,
.area-220x150.miniatura-ilustracja .ilustracja {
	width: 80px;
	height: 55px;
	margin: 0 0 0px 5px; 
	}

.miniatura-ilustracja .krotka-zajawka {
	display: none;
	color: #656d78;
	font: 12px/15px roboto, sans-serif;
	}

.area-220x120.miniatura-ilustracja .krotka-zajawka,
.area-220x150.miniatura-ilustracja .krotka-zajawka {
	font-size: 11px;
	}

.miniatura-ilustracja .dluga-zajawka {
	color: #656d78;
	font: 13px/16px roboto, sans-serif;
	text-align: left;
	}

.area-220x120.miniatura-ilustracja .dluga-zajawka,
.area-220x150.miniatura-ilustracja .dluga-zajawka {
	font-size: 11px;
	}

a.rmore {
	position: absolute;
	right: 0px;
	bottom: 0;
	font-weight: bold;
	display: block;
	text-decoration: none;
	font: 13px/16px roboto, sans-serif;
	}

.area-300x90 a.rmore {
	bottom: -2px;
	}

.area-220x120 a.rmore {
	font-size: 11px;
	}

a.rmore>span {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	}

.miniatura-produkt-szeroki a.rmore>span {
	font-size: 13px;
	}

.miniatura-produkt-2 a.rmore>span {
	background: #f5f7fa;
	}

a.rmore>span:first-child {
	display: inline-block;
	width: 120px;
	height: 15px;
	vertical-align: top;
	background: none;
	background-image: linear-gradient(to right, rgba(255,255,255,0), white);
	}

.miniatura-produkt-2 a.rmore>span:first-child {
	background-image: linear-gradient(to right, rgba(245,247,250,0), #f5f7fa);
	}

a.rmore {
	width: 100%;
	}

a.rmore>span:first-child {
	display: block;
	width: 100%;
	height: 50px;
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.7),  #fff);
	}

a.rmore>span:nth-child(2) {
	display: block;
	width: 100%;
	background: #fff;
	text-align: right;
	padding-bottom: 5px;
	}

.miniatura-firma a.rmore>span:nth-child(2) {
	padding-bottom: 0;
	}

.miniatura-produkt a.rmore>span:nth-child(1) {
	display: none !important;
	}

.miniatura-produkt a.rmore>span:nth-child(2) {
	display: block;
	width: 295px;
	margin: 0;
	left: 5px !important;
	top: 5px !important;
	position: relative;
	padding-bottom: 2px;
	padding-right: 5px;
	background: linear-gradient(to bottom, rgba(245,247,250,0), rgba(245,247,250,0.9), #f5f7fa);
	background: none;
	padding-top: 35px;
	}

.miniatura-produkt:not(.advanced) a.rmore>span:nth-child(2) {
	left: 0px !important;
	top: 0px !important;
	background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
	}

/* miniatura-okladka */
.miniatura-okladka header a span.flaga-news {
	display: block;
	font: bold 14px/1 'roboto condensed', sans-serif;
	color: #fff;
	text-transform: uppercase;
	background: var(--flagclr);
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px 4px 2px 4px;
	text-shadow: none;
	}

.miniatura-okladka header {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 15;
	}

.miniatura-okladka header a {
	display: table-cell;
	vertical-align: bottom;
	width: 300px;
	height: 180px;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	font: bold 18px/20px roboto, sans-serif;
	}

.miniatura-okladka header a:hover {
	background: rgba(255,255,255,0.3);
	}

.area-300x90.miniatura-okladka header a {
	height: 90px;
	font: bold 16px/1 'roboto condensed', sans-serif;
	}

.area-220x120.miniatura-okladka header a {
	width: 200px;
	height: 100px;
	font: bold 16px/1 'roboto condensed', sans-serif;
	}

.area-220x150.miniatura-okladka header a {
	width: 200px;
	height: 130px;
	font: bold 16px/1 'roboto condensed', sans-serif;
	}

.miniatura-okladka .ilustracja {
	text-indent: -9999px;
	display: block;
	width: 300px;
	height: 200px;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	}

.area-220x120.miniatura-okladka .ilustracja {
	width: 220px;
	height: 120px;
	}

.area-220x150.miniatura-okladka .ilustracja {
	width: 220px;
	height: 150px;
	}

.area-300x90.miniatura-okladka .ilustracja {
	width: 300px;
	height: 90px;
	}

.miniatura-okladka .ilustracja>span {
	display: block;
	width: 300px;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0) 30%, rgba(0,0,0,0.6));
	z-index: 10;
	}

.area-300x90.miniatura-okladka .ilustracja>span {
	width: 300px;
	height: 90px;
	}

.area-220x120.miniatura-okladka .ilustracja>span {
	width: 220px;
	height: 120px;
	}

.area-220x150.miniatura-okladka .ilustracja>span {
	width: 220px;
	height: 150px;
	}

.area-620x420 {
	width: 620px;
	height: 420px;
	margin: 0 20px 20px 0;
	overflow: hidden;
	float: left;
	position: relative;
	clear: both;
	}

.area-940x420 {
	width: 940px;
	height: 420px;
	margin: 0 20px 20px 0;
	overflow: hidden;
	float: left;
	}

/* do slidera 620x420 i 940x420 */

.slider section {
	background-color: #e6e9ed;
	}

.area-620x420.miniatura-okladka header a span.flaga-news,
.area-940x420.miniatura-okladka header a span.flaga-news {
	display: none;
	}

.area-620x420.miniatura-okladka header,
.area-940x420.miniatura-okladka header,
.area-620x420.miniatura-produkt header,
.area-940x420.miniatura-produkt header {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 15;
	}

.area-620x420.miniatura-okladka header a,
.area-940x420.miniatura-okladka header a,
.area-620x420.miniatura-produkt header a,
.area-940x420.miniatura-produkt header a {
	display: table-cell;
	vertical-align: bottom;
	width: 580px;
	height: 380px;
	padding: 20px;
	padding-bottom: 70px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	font: bold 37px/1 roboto, sans-serif;
	}

.area-940x420.miniatura-okladka header a,
.area-940x420.miniatura-produkt header a {
	width: 900px;
	}

.area-620x420.miniatura-okladka .ilustracja,
.area-940x420.miniatura-okladka .ilustracja,
.area-620x420.miniatura-produkt .ilustracja,
.area-940x420.miniatura-produkt .ilustracja {
	text-indent: -9999px;
	display: block;
	width: 620px;
	height: 420px;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	}

.area-620x420.miniatura-produkt .params,
.area-940x420.miniatura-produkt .params,
.area-620x420.miniatura-produkt .rmore,
.area-940x420.miniatura-produkt .rmore {
	display: none;
	}

.area-940x420.miniatura-okladka .ilustracja,
.area-940x420.miniatura-produkt .ilustracja {
	width: 940px;
	}

.area-620x420.miniatura-okladka .ilustracja>span,
.area-940x420.miniatura-okladka .ilustracja>span,
.area-620x420.miniatura-produkt .ilustracja>span,
.area-940x420.miniatura-produkt .ilustracja>span {
	display: block;
	width: 620px;
	height: 420px;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0) 30%, rgba(0,0,0,0.7));
	z-index: 10;
	}

.area-940x420.miniatura-okladka .ilustracja>span,
.area-940x420.miniatura-produkt .ilustracja>span {
	width: 940px;
	}

.area-620x420.miniatura-okladka header a span:last-child,
.area-940x420.miniatura-okladka header a span:last-child,
.area-620x420.miniatura-produkt header a span:last-child,
.area-940x420.miniatura-produkt header a span:last-child {
	display: block;
	max-height: 2em;
	overflow: hidden;
	position:  relative;
	top: -15px;
	padding-bottom: 2px;
	margin-bottom: -2px;
	}

.area-620x420.miniatura-okladka .krotka-zajawka,
.area-940x420.miniatura-okladka .krotka-zajawka {
	display: block;
	position: absolute;
	bottom: 30px;
	padding: 0 20px;
	left: 0;
	z-index: 15;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-family: roboto, sans-serif;
	font-size: 14px;
	}

.slider-pages {
	position: absolute;
	bottom: 11px;
	margin-left: 7px;
	z-index: 20;
	display: flex;
	justify-content: space-between;
	text-align: center;
	}

.gallery_index .slider-pages {
	margin-left: 5px;
	}

.slider-pages li {
	padding: 1px;
	padding-right: 8px;
	}

.slider-pages li a {
	display: block;
	text-indent: -9999px;
	height: 5px;
	background: #fff;
	opacity: 0.2;
	}

.slider-pages li a:hover,
.slider-pages li a.active {
	opacity: 0.7;
	}

/* naglowki sekcji */

section.title {
	position: relative;
	clear: both;
	}

section.title h1, 
section.title h2, 
section.title h3, 
section.title h4, 
section.title h5, 
section.title h6 {
	font: bold 24px/1 'roboto condensed', sans-serif;
	color: var(--clr);
	display: block;
	padding-bottom: 4px;
	border-bottom: 2px solid var(--clr);
	margin-bottom: 11px;
	margin-right: 20px;
	}

.product_catalog article section.title h1, 
.product_catalog article section.title h2, 
.product_catalog article section.title h3, 
.product_catalog article section.title h4, 
.product_catalog article section.title h5, 
.product_catalog article section.title h6,
.product_category article section.title h1, 
.product_category article section.title h2, 
.product_category article section.title h3, 
.product_category article section.title h4, 
.product_category article section.title h5, 
.product_category article section.title h6 {
	margin-right: 0px;
	}

article.prezentacja>header>.tytul {
	font: bold 24px/1 'roboto condensed', sans-serif;
	color: var(--clr);
	display: block;
	width: 940px;
	padding-bottom: 4px;
	border-bottom: 2px solid var(--clr);
	margin-bottom: 21px;
	margin-right: 0px;
	}

.dodatkowy-link-headera {
	color: #747c86;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	margin-left: 20px;
	}

section.title.black h1, 
section.title.black h2, 
section.title.black h3, 
section.title.black h4, 
section.title.black h5, 
section.title.black h6 {
	color: #000;
	border-bottom: 2px solid #000;

	color: var(--clr);
	border-bottom: 2px solid var(--clr);
	}

.menu-naglowkowe {
	position: absolute;
	margin-left: 250px;
	top: -6px;
	overflow: hidden;

	height: 0 !important;
	}

.menu-naglowkowe ul {
	font-size: 0;
	text-align: left;
	padding-right: 20px;
	position: relative;
	height: auto;
	display: block;
	}

.menu-naglowkowe ul li {
	display: inline-block;
	}

.menu-naglowkowe li a {
	display: block;
	color: var(--clr);
	font: bold 16px/1 'roboto condensed', sans-serif;
	text-decoration: none;
	padding: 10px 8px;
	}
.menu-naglowkowe li a:hover, 
.menu-naglowkowe li a.active {
	background: var(--clr);
	color: #fff;
	}

.area-300x420 {
	display: block;
	width: 300px;
	height: 420px;
	float: left;
	margin: 0 20px 20px 0;
	}

.miniatura-gazeta header {
	display: none;
	}

.miniatura-gazeta .ilustracja {
	display: block;
	width: 300px;
	height: 420px;
	text-indent: -9999px;
	background-size: cover;
	background-position: top left;
	}

/* produkt */

.miniatura-produkt-2 {
	background: #f5f7fa;
	}

section.miniatura-produkt-2.advanced .krotka-zajawka.company-name {
	display: block;
	text-align: center;
	padding-top: 3px;
	}

section.miniatura-produkt-2.advanced .krotka-zajawka.company-name .label {
	opacity: 0.7;
	}

section.miniatura-produkt-2.advanced .krotka-zajawka.company-name .value {
	color: #000;
	}

.miniatura-produkt header a {
	display: block;
	color: var(--clr);
	text-decoration: none;
	text-align: center;
	font: bold 18px/15px 'roboto condensed', sans-serif;
	overflow: hidden;
	padding-bottom: 3px;
	}

.miniatura-produkt-2 header a {
	color: #434a54;
	padding-bottom: 5px;
	padding-top: 5px;
	font: bold 19px/17px roboto, sans-serif;
	}

.area-220x120.miniatura-produkt header a {
	font-size: 16px;
	}

.area-300x90.miniatura-produkt header a {
	font-size: 16px;
	}

.miniatura-produkt .ilustracja {
	display: block;
	width: auto;
	height: 105px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	text-indent: -9999px;
	margin-bottom: 2px;
	}

.miniatura-produkt-2 .ilustracja {
	height: 105px;
	}

body.content_search_index .miniatura-produkt-2 .ilustracja {
	height: 100px;
	margin-top: 10px;
	}

.comparer-x .miniatura-produkt-2 .ilustracja {
	height: 80px;
	}

.area-300x90.miniatura-produkt .ilustracja {
	height: 57px;
	margin-bottom: 0;
	}

.area-220x120.miniatura-produkt .ilustracja {
	height: 87px;
	margin-bottom: 0;
	}

.miniatura-produkt .krotka-zajawka {
	line-height: 15px;
	text-align: justify;
	}

.prod-zaj-szuk {
	padding: 1px 7px 0;
	}

.area-300x90.miniatura-produkt .krotka-zajawka {
	display: none;
	}

.area-220x120.miniatura-produkt .krotka-zajawka {
	display: none;
	}

.area-300x90.miniatura-produkt .krotka-zajawka {
	display: none;
	}

.area-300x90.miniatura-produkt a.rmore {
	display: none !important;
	}

.area-220x120.miniatura-produkt a.rmore {
	display: none !important;
	}

/* firma */

.miniatura-firma header a {
	display: block;
	color: var(--chdclr);
	text-decoration: none;
	text-align: left;
	overflow: hidden;
	font: 18px/20px roboto, sans-serif;
	}

.area-220x120.miniatura-firma header a {
	font: bold 16px/15px 'roboto condensed', sans-serif;
	}

.area-300x90.miniatura-firma header a {
	font: bold 17px/15px 'roboto condensed', sans-serif;
	}

.miniatura-firma .ilustracja {
	display: block;
	width: 115px;
	height: 95px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	text-indent: -9999px;
	margin: 0 0 7px 10px;
	float: right;
	}

.area-300x90.miniatura-firma .ilustracja {
	width: 90px;
	height: 90px;
	margin: 0 0 0 5px;
	}

.area-220x120.miniatura-firma .ilustracja {
	width: 90px;
	height: 65px;
	}

.miniatura-firma .dane-firmy {
	font: bold 15px/15px 'roboto condensed', sans-serif;
	color: #000;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	}

.area-300x90.miniatura-firma .dane-firmy {
	font: bold 13px/15px 'roboto condensed', sans-serif;
	padding-top: 15px;
	padding-bottom: 0px;
	}

.area-220x120.miniatura-firma .dane-firmy {
	font: bold 13px/15px 'roboto condensed', sans-serif;
	padding-top: 15px;
	padding-bottom: 0px;
	}

.miniatura-firma .zajawka {
	line-height: 15px;
	text-align: justify;
	}

.area-300x90.miniatura-firma .zajawka,
.area-220x120.miniatura-firma .zajawka {
	display: none;
	}

.area-300x90.miniatura-firma a.rmore,
.area-220x120.miniatura-firma a.rmore {
	display: none !important;
	}

/* partnerzy */

.partnerzy-940x100,
.partnerzy-620x100 {
	position: relative;
	width: 940px;
	height: 100px;
	margin-bottom: 20px;
	float: left;
	overflow: hidden;
	background: #f5f7fa;
	}

.partnerzy-620x100 {
	width: 620px;
	}

.partnerzy-940x100 header,
.partnerzy-620x100 header {
	display: none;
	}

.partnerzy-940x100 ul,
.partnerzy-620x100 ul {
	font-size: 0;
	width: 9999px;
	}

.partnerzy-940x100 ul li,
.partnerzy-620x100 ul li {
	display: inline-block;
	vertical-align: top;
	}

.partnerzy-940x100 ul li a,
.partnerzy-620x100 ul li a {
	display: block;
	border: 10px solid #fff;
	margin: 20px 10px;
	width: 100px;
	height: 40px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	}

/* nad stopka */

.nad-stopka {
	display: block;
	float: left;
	width: 313px;
	margin: 20px 0;
	}

.nad-stopka+.nad-stopka+.nad-stopka {
	width: 314px;
	}

.nad-stopka header {
	display: block;
	border-bottom: 2px solid var(--clr);
	margin-bottom: 20px;
	}

.nad-stopka header>h1,
.nad-stopka header>h2,
.nad-stopka header>h3,
.nad-stopka header>h4,
.nad-stopka header>h5,
.nad-stopka header>h6 {
	font: bold 20px/30px 'roboto condensed', sans-serif;
	color: var(--clr);
	text-transform: uppercase;
	padding: 0 20px;
	}

.nad-stopka p {
	text-align: justify;
	padding: 0 20px 15px 20px;
	color: #000; 
	}

/* wlasne */

.wlasne-940x100 {
	position: relative;
	width: 940px;
	height: 40px;
	margin-bottom: 40px;
	float: left;
	overflow: hidden;
	}

.wlasne-940x100 header {
	display: none;
	}

.wlasne-940x100 ul {
	font-size: 0;
	text-align: center;
	display: flex;
	justify-content: space-between;
	}

.wlasne-940x100 ul li {
	display: inline-block;
	vertical-align: top;
	}

.wlasne-940x100 ul li a {
	display: block;
	width: 100px;
	height: 40px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	}

footer {
	position: relative;
	float: left;
	padding: 5px;
	background: var(--clr);
	font: 11px/13px 'roboto condensed', sans-serif;
	color: #fff;
	text-align: center;
    margin-top: 10px;
	}

body.index footer {
	margin: 0 0 0 0px;
	}

article {
	position: relative;
	width: 700px;
	padding-right: 20px;
	float: right;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	text-align: justify;
	}

article.prezentacja {
	float: left;
	width: 640px;
	padding-bottom: 20px;
	}

article>ul {
	list-style-type: disc;
	margin-bottom: 1em;
	margin-top: -1em;
	}

article>ul li {
	margin-left: 30px;
	text-align: left;
	}

article+aside {
	position: relative;
	width: 240px;
	}

article>header>.tytul {
	display: block;
	color: #000;
	font: bold 37px/39px 'roboto condensed', sans-serif;
	width: 650px;
	text-align: left;
	}

article>header>.podtytul {
	display: block;
	color: #656d78;
	font: bold 20px/1 'roboto condensed', sans-serif;
	padding: 7px 0 0 0;
	width: 650px;
	text-align: left;
	}

article>.ilustracja {
	display: block;
	height: 350px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 20px;
	text-indent: -9999px;
	margin-top: 10px;
	}

article>p {
	margin-bottom: 20px;
	}

.zobacz-takze {
	display: block;
	position: relative;
	margin-right: -20px;
	}

.zobacz-takze>header>h1,
.zobacz-takze>header>h2,
.zobacz-takze>header>h3,
.zobacz-takze>header>h4,
.zobacz-takze>header>h5,
.zobacz-takze>header>h6 {
	color: #656d78;
	font: bold 17px/1 'roboto condensed', sans-serif;
	border-bottom: 1px solid #b2b6bb;
	position: relative;
	display: block;
	margin-bottom: 10px;
	margin-right: 20px;
	}

.galeria-artykul {
	position: relative;
	width: 700px;
	margin: 0 auto;
	margin-bottom: 12px;
	}

.galeria-artykul>header {
	display: none;
	}

.galeria-artykul a.ilustracja {
	display: block;
	height: 450px;
	background-color: #f6f7fb;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
	margin-bottom: 8px;
	}

.galeria-artykul a:hover {
	opacity: 0.7;
	}

.galeria-artykul a.ilustracja:hover {
	opacity: 1;
	}

.galeria-artykul nav {
	position: relative;
	margin-right: -8px;
	font-size: 0;
	}

nav.szerokie {
	display: block;
	overflow: hidden;
	width: 585px;
	height: 76px;
	padding-bottom: 0px;
	left: 57.5px;
	position: relative;
	}

nav.szerokie.szerokiemobile {
	display: block;
	overflow-x: scroll;
	width: 320px;
	height: 100px;
	padding-bottom: 0px;
	left: 0px;
	position: relative;
	}

nav.szerokie>ul {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	}

.galbefore, .galafter {
	position: absolute;
	bottom: 15px;;
	left: 0;
	background: #e6e9ed;
	width: 48px;
	height: 48px;
	border: 1px solid #fff;
	border-radius: 99px;
	line-height: 46px;
	text-align: center;
	color: var(--clr);
	font-size: 24px;
	cursor: pointer;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	}

.galbefore:hover, .galafter:hover {
	border: 1px solid var(--clr);
	background: #fff;
	}

.galafter {
	left: auto;
	right: 3px;
	}

.galeria-artykul ul li {
	display: inline-block;
	}

.galeria-artykul ul li a {
	display: block;
	border-bottom: 2px solid #fff;
	margin-right: 6px;
	}

.galeria-artykul ul li a span {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 4px solid #fff;
	width: 100px;
	height: 65px;
	max-width: 250px;
	max-height: 162px;
	min-width: 111.5px;
	min-height: 70px;
	}

.galeria-artykul nav:not(.szerokie) ul li a span {
	width: 112px !important;
	height: 76px !important;
	}

.galeria-artykul nav:not(.szerokie) ul  {
	text-align: center;
	}

.galeria-artykul ul li a:hover,
.galeria-artykul ul li a.active {
	display: block;
	border-bottom: 2px solid var(--clr);
	opacity: 1;
	}

.komentarze-lista {
	display: block;
	position: relative;
	width: 640px;
	float: left;
	margin-top: -10px;
	margin-bottom: 20px;
	}

.komentarze-lista li {
	display: block;
	position: relative;
	margin-top: 20px;
	}

.komentarze-area {
	position: relative;
	margin-bottom: 50px;
	margin-top: 20px;
	}

.komentarze-area .avatar {
	display: block;
	text-indent: -9999px;
	width: 60px;
	height: 60px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	}

.komentarze-lista li small {
	display: block;
	color: #79818c;
	font-size: 12px;
	line-height: 15px;
	margin-left: 80px;
	}

.komentarze-lista li span {
	display: block;
	position: relative;
	clear: both;
	color: #000;
	font-size: 14px;
	line-height: 17px;
	margin-left: 80px;
	width: 540px;
	margin-top: 2px;
	min-height: 40px;
	text-align: justify;
	}

.komentarze-area form {
	display: block;
	position: relative;
	width: 640px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	}

.komentarze-area form input,
.komentarze-area form textarea {
	margin-left: 80px;
	}

.recaptcha {
	display: block;
	width: 305px;
	height: 80px;
	background: url('/styles/dzial-zlecen/rynekinstalacyjny/gfx/recaptcha.jpg');
	margin-left: 80px;
	}

.komentarze-area .osubmit {
	margin-right: 20px;
	margin-left: 400px;
	float: right;
	width: 150px;
	}

.srednia-ocena {
	position: relative;
	display: block;
	margin: 20px 0 0 auto;
	height: 14px;
	width: 194px;
	}

.srednia-ocena header {
	color: #aab2bd;
	font-size: 12px;
	line-height: 14px;
	display: inline-block;
	vertical-align: top;
	}

.stars {
	display: inline-block;
	vertical-align: top;
	width: 70px;
	height: 14px;
	background: url('/styles/dzial-zlecen/rynekinstalacyjny/gfx/g0.png')
	}

.stars>span {
	display: inline-block;
	vertical-align: top;
	height: 14px;
	background: url('/styles/dzial-zlecen/rynekinstalacyjny/gfx/g.png')
	}

.galeria-2-artykul {
	position: relative;
	margin: 20px -12px 20px 0px;
	}

.galeria-2-artykul>header {
	display: none;
	}

.galeria-2-artykul ul {
	font-size: 0;
	}

.galeria-2-artykul ul li {
	display: inline-block;
	vertical-align: top;
	}

.galeria-2-artykul ul li a {
	display: block;
	width: 166px;
	height: 110px;
	position: relative;
	margin: 0 12px 12px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	}
.galeria-2-artykul ul li a:hover {
	opacity: 0.75;
	}

.galeria-2-artykul ul li a span.ostars {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 8px;
	}

.miniatura-galeria .ostars {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 8px;
	z-index: 10;
	}

.slider .ostars {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 8px;
	z-index: 10;
	}

.miniatura-galeria.no-rating .ostars {
    display: block;
	}

.liczba-zdjec {
	position: absolute;
	right: 80px;
	top: 5px;
	padding: 8px;
	z-index: 10;
	display: block;
	background: white;
	font-size: 0;
	line-height: 25px;
	width: 25px;
	height: 25px;
	border-radius: 99px;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	}

.baza-firm-area>section.title {
	margin-bottom: 20px;
	}

.porownywarka-area>section.title {
	display: none;
	}

.baza-firm-area aside,
.porownywarka-area aside {
	position: relative;
	display: block;
	float: left;
	width: 320px;
	padding-bottom: 20px;
	}

.twothird-area {
	position: relative;
	display: block;
	float: left;
	width: 640px;
	}

form.baza-firm-wysz,
form.porownywarka-wysz {
	position: relative;
	width: 620px;
	height: 175px;
	margin-bottom: 30px;
	}

.comparer-x form.baza-firm-wysz {
	height: 60px;
	width: 450px;
	padding-left: 10px;
	position: relative;
	margin: 0 auto;
	}

.comparer-x form.baza-firm-wysz .osubmit {
	margin-left: 20px;
	margin-right: 0;
	}

form.baza-firm-wysz select,
form.baza-firm-wysz input,
div.achck,
form.baza-firm-wysz .osubmit,
form.porownywarka-wysz select,
form.porownywarka-wysz input,
form.porownywarka-wysz .osubmit {
	width: 280px;
	margin-right: 20px;
	float: left;
	vertical-align: top;
	}

form.baza-firm-wysz select,
form.porownywarka-wysz select {
	width: 300px;
	}

form.baza-firm-wysz input,
form.porownywarka-wysz input {
	margin-right: 0;
	}

form.baza-firm-wysz .osubmit,
form.baza-firm-wysz .osubmit input,
form.porownywarka-wysz .osubmit,
form.porownywarka-wysz .osubmit input {
	width: 120px;
	}

form.baza-firm-wysz .osubmit {
	margin-left: 105px;
	}

form.porownywarka-wysz .osubmit {
	margin-left: 415px;
	}

.achck {
	height: 28px;
	padding-top: 10px;
	font-size: 15px;
	color: #000;
	margin-bottom: 20px;
	margin-right: 0;
	}

.achck.z-prezentacja-checkbox {
	width: 230px;
	margin-left: 40px;
	}

.achck.producent-checkbox {
	width: 95px;
	}

.achck.uslugi-checkbox {
	width: 70px;
	}

.achck.dystrybutor-checkbox {
	width: 90px;
	}

a.zobacz-wiecej {
	clear: both;
	top: -5px;
	display: block;
	position: relative;
    background: var(--clr);
	text-decoration: none;
	text-align: right;
    padding: 12px 15px 10px 15px;
    font: bold 14px/1 'roboto condensed', sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    width: 100%;
    border-top: none;
	margin: 5px 20px 20px auto;
	width: 60px;
	text-align: left;
	text-indent: -9999px;
	}

a.zobacz-wiecej:after {
	content: "WIECEJ";
	line-height: 40px;
	display: block;
	text-align: center;
	width: 90px;
	height: 36px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-indent: 0;
	}

section.lista-prezentacji-prezentacja,
section.produkt-box,
section.wizytowka-box {
	position: relative;
	display: block;
	padding: 20px 0 20px 20px;
	background: #f5f7fa;
	margin: 20px;
	margin-left: 0;
	font-size: 0;
	}

section.produkt-box,
section.wizytowka-box {
	background: #fff;
	}

section.wizytowka-box {
	display: inline-block;
	margin-top: 10px;
	width: 680px;
	min-height: 331px;
	}

section.wizytowka-box+aside {
	width: 220px;
	display: inline-block;
	vertical-align: top;
	}

section.wizytowka-box+aside section.title h1, 
section.wizytowka-box+aside section.title h2, 
section.wizytowka-box+aside section.title h3, 
section.wizytowka-box+aside section.title h4, 
section.wizytowka-box+aside section.title h5, 
section.wizytowka-box+aside section.title h6 {
	color: #aab2bd;
	display: block;
	border-bottom: 0;
	margin-top: 10px;
	}

section.lista-prezentacji-prezentacja a,
section.produkt-box a,
section.wizytowka-box a {
	text-decoration: none;
	}

section.lista-prezentacji-prezentacja>header,
section.produkt-box>header,
section.wizytowka-box>header {
	display: none;
	}

section.lista-prezentacji-prezentacja>div,
section.produkt-box>div,
section.wizytowka-box>div {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	font: normal 18px/23px 'roboto condensed', sans-serif;
	color: #000;
	position: relative;
	}

section.produkt-box>div,
section.wizytowka-box>div {
	font: normal 18px 'roboto condensed', sans-serif;
	}

section.lista-prezentacji-prezentacja>div:nth-child(2) {
	width: 260px;
	margin-top: -20px;
	}

section.lista-prezentacji-prezentacja>div:nth-child(2) p,
section.lista-prezentacji-prezentacja>div:nth-child(2) li {
	font-weight: bold;
	display: inline;
	}

section.lista-prezentacji-prezentacja>div:nth-child(2) strong {
	font-weight: normal;
	margin-top: 20px;
	position: relative;
	display: block;
	}

section.lista-prezentacji-prezentacja>div:nth-child(3) {
	width: 400px;
	}

section.lista-prezentacji-prezentacja>div:nth-child(3) li {
	font-weight: bold;
	display: block;
	border-top: 1px solid #d1d4d9;
	text-align: right;
	padding-top: 5px;
	line-height: 1.15;
	}

section.lista-prezentacji-prezentacja>div:nth-child(3) ul li:first-child {
	border: none;
	padding-top: 0px;
	}

section.lista-prezentacji-prezentacja>div:nth-child(3) ul li:last-child {
	border-bottom: 1px solid #d1d4d9;
	}

section.lista-prezentacji-prezentacja>div:nth-child(3) li span {
	font-weight: normal;
	display: block;
	text-align: left;
	}

section.lista-prezentacji-prezentacja>div:nth-child(4) {
	width: 180px;
	height: 180px;
	margin-left: 20px;
	margin-right: 0;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 180px auto;
	}

section.produkt-box>div:nth-child(2) {
	width: 220px;
	padding-right: 20px;
	border-right: 1px solid #d1d4d9;
	}

section.produkt-box div.logo,
section.wizytowka-box div.logo {
	display: block;
	position: relative;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	height: 100px;
	background-size: contain !important;
	}

section.produkt-box div.logo {
	background-size: initial !important;
	background-color: transparent;
	}

section.produkt-box>div:nth-child(2) strong {
	color: #656d78;
	font-weight: bold;
	display: block;
	margin-top: 20px;
	padding-bottom: 3px;
	}

section.produkt-box>div:nth-child(2) strong.second-address {
	margin-top: 0;
    }

section.produkt-box>div:nth-child(2) p {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	}

section.produkt-box form,
section.wizytowka-box form {
	position: relative;
	display: block;
	margin-top: 20px;
	font-size: 0;
	text-align: center;
	}

section.produkt-box form .osubmit,
section.wizytowka-box form .osubmit {
	width: 100px;
	display: inline-block;
	}

section.produkt-box form .osubmit:last-child,
section.wizytowka-box form .osubmit:last-child {
	margin-left: 20px;
	}

section.produkt-box>div:nth-child(3) {
	font-size: 17px;
	width: 630px;
	}

section.produkt-box>div:nth-child(3) li {
	display: block;
	padding: 5px 0;
	}

section.produkt-box>div:nth-child(3) li>span {
	color: #656d78;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	width: 105px;
	margin-right: 20px;
	}

section.produkt-box>div:nth-child(3) li>span:nth-child(2) {
	color: #000;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	width: 160px;
	margin-right: 0px;
	}

span.info {
	background: var(--clr);
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0;
	width: 17px !important;
	height: 17px;
	border-radius: 50%;
	cursor: pointer;
	margin-left: 5px;
	top: 2px;
	opacity: 0.7;
	}

span.info:after {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	width: 17px !important;
	height: 17px;
	border-radius: 50%;
	content: "i";
	color: #fff;
	text-align: center;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	font-family: courier, monotype;
	}

span.info span {
	display: none !important;
	}

span.info:hover {
	opacity: 1;
	}

span.info:hover>span {
	display: block !important;
	background: #555b65;
	position: absolute;
	bottom: 24px;
	left: 0;
	color: #fff !important;
	padding: 5px;
	font-size: 13px;
	width: 200px !important;
	border-radius: 5px;
	}

span.info:hover>span:after {
	content: " ";
	background: #555b65;
	display: block;
	width: 12px !important;
	height: 12px !important;
	position: absolute;
	bottom: -5px;
	left: 3px;
	transform:rotate(45deg);
	}

.do-porownania {
	font: bold 14px/1 'roboto condensed', sans-serif;
	text-transform: uppercase;
	color: var(--cmpclr);
	text-decoration: none;
	display: block;
	position: relative;
	padding: 0 0 0 22px;
	border-radius: 99px;
	}

.do-porownania:hover {
	color: var(--cmphclr);
	}

.do-porownania:after {
	content: "+";
	color: #fff;
	display: block;
	background: var(--cmpclr);
	width: 16px;
	height: 16px;
	border-radius: 50%;
	text-align: center;
	line-height: 17px;
	font-family: roboto, sans-serif;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: -2px;
	}

section.produkt-box .do-porownania {
	position: relative;
	bottom: auto;
	right: auto;
	width: 210px;
	margin: 20px 0;
	}

.produkt-duzy-area article {
	width: auto;
	float: none;
	}

article>img {
	max-width: 700px;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
	}

section.wizytowka-box>div:nth-child(2) {
	width: 200px;
	font-size: 15px;
	}

section.wizytowka-box>div:nth-child(2) strong {
	font-weight: normal;
	display: block;
	}

section.wizytowka-box>div:nth-child(2) p {
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
	}

section.wizytowka-box>div:nth-child(3) {
	width: 240px;
	font-size: 15px;
	}

section.wizytowka-box>div:nth-child(3) li {
	display: block;
	padding: 4px 0 2px 0;
	border-bottom: 1px solid #d1d4d9;
	}

section.wizytowka-box>div:nth-child(3) li>span {
	font-weight: normal;
	display: block;
	text-align: left;
	}

section.wizytowka-box>div:nth-child(3) li>span:nth-child(2) {
	color: #000;
	font-weight: bold;
	display: block;
	text-align: right;
	}

section.wizytowka-box>div:nth-child(4) {
	width: 180px;
	margin-right: 0;
	font-size: 13px;
	}

section.wizytowka-box>div:nth-child(4) .logo {
	height: 180px;
	background-size: contain;
	background-color: transparent;
	}

section.wizytowka-box>div:nth-child(4) ul {
	display: block;
	font-weight: bold;
	text-align: right;
	margin-top: 20px;
	}

article.prezentacja a {
	font-weight: bold;
	text-decoration: none;
	}

article.prezentacja+aside {
	display: block;
	float: right;
	width: 260px;
	margin-right: 20px;
	margin-top: 85px;
	}

article.prezentacja+aside img:first-child {
	width: 260px;
	display: none;
	}

article.prezentacja+aside div.logo {
	display: block;
	position: relative;
	background-color: #fff;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 120px;
	margin-top: 40px;
	margin-bottom: 40px;
	}

article.prezentacja+aside form {
	display: block;
	position: relative;
	width: 200px;
	margin: auto;
	}

article.prezentacja+aside form .osubmit {
	margin-bottom: 10px;
	}

.miniatura-produkt-2 a.do-porownania {
	margin: 8px auto 5px auto;
	width: 105px;
	text-decoration: none;
	}

.kat-menu ul {
	display: block;
	position: relative;
	background: #f5f7fa;
	margin-right: 20px;
	}

.porownywarka-kategoria-area .kat-menu {
	margin-top: 120px;
	}

.kat-menu ul li {
	position: relative;
	}

.kat-menu ul li ul {
	position: absolute;
	top: 0;
	left: 260px;
	background: #f5f7fa;
	margin-right: 20px;
	z-index: 50;
	width: 300px;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
	display: none;
	}

.kat-menu>ul>li:hover>ul {
	display: block;
	}

.kat-menu li a {
	display: block;
	color: #656d78;
	font: normal 18px/1 'roboto condensed', sans-serif;
	text-decoration: none;
	padding: 10px 50px 9px 20px;
	border-bottom: 1px solid #e0e2e7;
	position: relative;
	}

.porownywarka-kategoria-area .kat-menu li a {
	color: var(--clr);
	}

.kat-menu li.hasch>a>span {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent var(--clr);
	position: absolute;
	right: 10px;
	top: 15px;
	}

.kat-menu li li a span {
	display: none;
	}

.kat-menu li a:hover, 
.kat-menu li a.active {
	background: #e0e2e7;
	color: var(--clr);
	font-weight: bold;
	}

.porownywarka-kategoria-area .kat-menu li a:hover, 
.porownywarka-kategoria-area .kat-menu li a.active {
	background: #e0e2e7;
	color: #000;
	font-weight: bold;
	}

.miniatura-produkt-szeroki a.ilustracja {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 140px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	}

.miniatura-produkt-szeroki header a {
	display: block;
	color: var(--clr);
	font: bold 18px/15px 'roboto condensed', sans-serif !important;
	text-decoration: none;
	margin-left: 220px;
	margin-right: 130px;
	padding-bottom: 5px;
	text-align: left;
	}

.miniatura-produkt-szeroki .do-porownania {
	position: absolute;
	top: 4px;
	right: 0;
	}

.miniatura-produkt-szeroki p.krotka-zajawka {
	display: block;
	color: #656d78;
	font-size: 13px;
	line-height: 15px;
	text-align: justify;
	margin-left: 220px;
	}

nav.stronicowanie {
	display: block;
	text-align: right;
	margin: 40px 20px;
	}

.stronicowanie ul {
	font-size: 0;
	}

.stronicowanie li {
	font: bold 14px/1 'roboto condensed', sans-serif;
	color: #000;
	display: inline-block;
	vertical-align: top;
	width: 30px;
	text-align: center;
	line-height: 30px;
	}

.stronicowanie li a {
	display: block;
	width: 30px;
	height: 30px;
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	}

.stronicowanie li a.active,
.stronicowanie li a:hover {
	display: block;
	width: 30px;
	height: 30px;
	color: var(--clr);
	text-decoration: none;
	border-bottom: 2px solid var(--clr);
	}

.stronicowanie li a:hover {
	background: #f6f7fb;
	}

.porownanie {
	position: relative;
	font-size: 0;
	}

.porownanie>header>h1, 
.porownanie>header>h2, 
.porownanie>header>h3, 
.porownanie>header>h4, 
.porownanie>header>h5, 
.porownanie>header>h6 {
	font: bold 24px/1 'roboto condensed', sans-serif;
	color: var(--clr);
	display: block;
	padding-bottom: 4px;
	border-bottom: 2px solid var(--clr);
	margin-bottom: 11px;
	margin-right: 20px;
	}

.porownanie>div {
	font-size: 12px;
	color: #000;
	}

.porownanie .wybrane {
	position: relative;
	width: 215px;
	height: 145px;
	float: left;
	border-right: 1px solid #e6e9ed;
	padding: 10px 10px 10px 10px;
	}

.porownanie .wybrane>header {
	margin-bottom: 1em;
	position: relative;
	}

.porownanie .wybrane ol {
	list-style-type: decimal;
	margin-left: 13px;
	}

.porownanie .wybrane ol li {
	position: relative;
	margin-right: 30px;
	line-height: 1.2;
	margin-bottom: 5px;
	}

.porownanie .wybrane .usun {
	display: block;
	width: 13px;
	height: 13px;
	background: var(--cmpclr);
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 11px;
	font-size: 26px;
	position: absolute;
	top: 0px;
	right: -17px;
	cursor: pointer;
	z-index: 10;
	}

.porownanie .wybrane a.nowe {
	display: block;
	margin-right: 10px;
	font-weight: bold;
	text-decoration: none;
	color: var(--cmpclr);
	text-align: right;
	position: relative;
	z-index: 10;
	margin-top: 10px;
	}

.porownanie .wierszx .porownanie-mini {
	width: 214px;
	float: left;
	height: 145px;
	float: left;
	border-right: 1px solid #e6e9ed;
	padding: 10px;
	position: relative;
	z-index: 10;
	}

.porownanie .wierszx .porownanie-mini:last-child {
	width: 215px;
	float: left;
	height: 145px;
	float: left;
	border-right: none;
	padding: 10px;
	}

.porownanie .wierszx .porownanie-mini header {
	position: absolute;
	bottom: 15px;;
	}

.porownanie .wierszx .porownanie-mini header a {
	font: bold 20px/1 'roboto condensed', sans-serif;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 214px;
	height: 2em;
	max-height: 2em;
	overflow: hidden;
	text-decoration: none;
	}

.porownanie .wierszx .porownanie-mini .ilustracja {
	display: block;
	width: 158px;
	height: 95px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -9999px;
	margin: 0 auto;
	}

.porownanie .naglowek {
	display: block;
	clear: both;
	background: #aab2bd;
	font: bold 17px/30px 'roboto condensed', sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 0 10px;
	position: relative;
	margin-right: 20px;
	}

.porownanie .wiersz {
	display: block;
	clear: both;
	position: relative;
	background: #fff;
	margin-right: 20px;
	}

/*
.porownanie .wiersz.diffs {
	background: var(--cmpdclr);
	}
*/

.porownanie .wiersz:nth-child(odd) {
	background: #f5f7fa;
	}

/*
.porownanie .wiersz.diffs:nth-child(odd) {
	background: var(--cmpdoclr);
	}
*/

.porownanie .wiersz>div {
	padding: 7px 10px;
	line-height: 16px;
	display: inline-block;
	border-right: 1px solid #e6e9ed;
	width: 211px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	}

.porownanie .wiersz>div:last-child {
	border-right: none;
	width: 210px;
	}

.porownanie .wiersz>div:first-child {
	width: 216px;
	font-weight: normal;
	text-align: left;
	}

.porownanie {
	margin-bottom: 40px;
	}

.tak, .nie {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('/styles/dzial-zlecen/rynekinstalacyjny/gfx/tak.png') no-repeat;
	text-indent: -9999px;
	}

.nie {
	background: url('/styles/dzial-zlecen/rynekinstalacyjny/gfx/nie.png') no-repeat;
	}

.produkt-duzy-area article>header {
	display: none;
	}

.wizytowka-area article {
	width: auto;
	margin-left: 0;
	}

.wizytowka-area article>header {
	display: none;
	}

.login-form-x,
.register-x,
.card {
	background: #f6f7fb;
	position: relative;
	margin: 50px auto;
	text-align: center;
	padding: 20px 0;
	}

.login-form-x, .register-x {
	background: none;
	padding: 0;
	}

.fos_user_resetting_request .big-area+form {
	text-align: center;
	}

.card {
	padding: 20px;
	text-align: left;
	font-size: 16px;
	}

.card-header {
	font: bold 24px/1 'roboto condensed', sans-serif;
	color: var(--clr);
	display: block;
	padding-bottom: 4px;
	border-bottom: 2px solid var(--clr);
	margin-bottom: 11px;
	margin-right: 0px;
	}

.login-form-x input,
.register-x input,
.register-x select,
.fos_user_resetting_request input {
	width: 300px;
	margin: 0 auto !important;
	position: relative;
	}

.fos_user_resetting_request input {
	margin: 20px auto !important;
	}

.login-form-x label,
.register-x label {
	margin: 20px 0 5px 0;
	display: block;
	}

.login-form-x input[type="checkbox"],
.register-x input[type="checkbox"] {
	margin: 0 !important;
	margin-top: 20px !important;
	display: inline-block;
	width: 30px;
	}

.login-form-x input[type="checkbox"]+label,
.register-x input[type="checkbox"]+label {
	margin: 0 !important;
	margin-top: 18px !important;
	display: inline-block;
	vertical-align: top;
	width: 280px;
	text-align: left;
	}

.register-x .g-recaptcha {
	margin: 0 auto 20px auto !important;
	margin-left: 100px !important; 
	}

.login-form-x input[type="submit"] {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	}

.login-form-x+.reklama-940x300,
.register-x+.reklama-940x300 {
	margin-left: 20px;
	}

.user-menu-top {
	position: absolute;
	background: #f6f7fb;
	padding: 0px;
	width: 150px;
	text-align: left;
	z-index: 1000;
	display: none;
	box-shadow: 0 8px 10px rgba(0,0,0,0.2);
	}

.menu-gorne li:first-child:hover .user-menu-top {
	display: block;
	}

.user-menu-top li {
	display: block;
	margin: 0;
	}

.user-menu-top a {
	color: var(--clr);
	padding: 8px 5px !important;
	line-height: 1 !important;
	height: 1em !important;
	margin: 0 !important;
	display: block !important;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	}
.user-menu-top a:hover {
	background: none !important;
	color: #000;
	background: #e6e9ed !important;
	}

a.user-loggedin {
	background: #f6f7fb;
	}

.button:hover {
	color: #fff;
	}

.etim {
	font-size: 0.5em;
	color: #79818c;
	display: inline-block;
	line-height: 0.5em;
	display: none !important;
	}

#comparer_bar section {
    width: 940px;
	}

#comparer_bar section header {
    font-size: 21px;
    padding: 0.9rem 0.4rem;
	}

#comparer_bar section .comparer-clean-link {
    font-size: 50px;
    opacity: 0.8;
    padding: 0.5rem 0.5rem 0.5rem 0rem;
    line-height: 1;
    position: relative;
    left: 0px;
    top: -25px;
	}

#comparer_bar .col-3 a {
    color: #fff;
    text-decoration: none;
    font-size: 1.8em;
    line-height: 3em !important;
    display: block;
	}

section.miniatura-produkt-2.advanced .params {
	font-family: 'roboto condensed', sans-serif;
	max-height: 42px;
	overflow: hidden;
	text-align: left;
	margin: 0 10px;
	position: relative;
	}

section.miniatura-produkt-2.advanced .params li {
	display: block;
	font-size: 12px;
	line-height: 14px;
	/* height: 14px; */
	overflow: hidden;
	}

section.miniatura-produkt-2.advanced .params li .value {
	color: #000;
	font-weight: bold;
	}

section.miniatura-produkt-2.advanced .krotka-zajawka {
	display: none;
	}

section.miniatura-produkt-2.advanced a.rmore {
	right: 5px;
	bottom: 5px;
	}

section.miniatura-produkt-2.advanced a.rmore>span:first-child {
	display: none;
	}

section.miniatura-produkt-2.advanced a.rmore>span:first-child {
	display: none;
	}

.content_search_index section.miniatura-produkt-2.advanced a.rmore>span:first-child {
	display: inline-block;
	}

.fos_user_profile_edit .in-main input,
.fos_user_profile_edit .in-main textarea,
.fos_user_profile_edit .in-main select,
.fos_user_change_password .in-main input {
	margin-left: auto;
	margin-right: auto;
	}

.fos_user_change_password .in-main form {
	text-align: center;
	padding-bottom: 100px;
	}

.fos_user_profile_edit .in-main form {
	text-align: center;
	}

.fos_user_user_show {
	text-align: center;
	font-size: 20px;
	color: #000;
	}

.fos_user_profile_edit .in-main input[type="submit"],
.fos_user_change_password .in-main input[type="submit"] {
	margin-left: auto !important;
	margin-right: auto !important;
	width: 300px;
	}

.fos_user_profile_edit .in-main .drop-area {
	margin-bottom: 20px;
	}

.fos_user_profile_edit .in-main .drop-area .image-x {
    display: block;
    width: 150px;
    height: 150px;
    border: 4px dashed #434a54;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    margin: 0 auto;
	}

.fos_user_user_show .in-main p img {
	width: 160px;
	}

.user-profile h2,
.user-cards h2,
.user-card-edit h2,
.user-password-change h2 {
	font: bold 24px/1 'roboto condensed', sans-serif;
	color: var(--clr);
	display: block;
	padding-bottom: 4px;
	border-bottom: 2px solid var(--clr);
	margin: 20px;
	position: relative;
	}

.user-cards,
.user-card-edit,
.user-password-change {
	position: relative;
	top: 50px;
	background: #f6f7fb;
	margin: 20px;
	font-size: 16px;
	padding: 20px;
	margin-bottom: 70px;
	}

.user-cards h2,
.user-card-edit h2,
.user-password-change h2 {
	top: -90px;
	margin-left: -20px;
	margin-right: -20px;
	}

.user-cards>nav:nth-child(2) {
	font-family: 'roboto condensed', sans-serif;
	position: relative;
	top: -50px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width: 300px;
	padding: 10px;
	background: #fff;
	margin: 0 auto;
	}

.media-edit-table {
	width: 100%;
	text-align: left;
	}

.media-edit-table th,
.media-edit-table td {
	background: #fff;
	border: 2px solid #f6f7fb;
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
	}

.media-edit-table th {
	color: #000;
	font-weight: bold;
	background: none;
	}

i.fa-circle.active {
	color: var(--clr);
	}

.media-edit-table td a {
	display: block;
	text-align: center;
	}

nav.navigation {
	display: block;
	position: relative;
	margin: 0 0 0 auto;
	margin: 40px 0;
	font-family: 'roboto condensed', sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	}

nav.navigation ul li {
	display: inline-block;
	text-align: center;
	min-width: 30px;
	height: 40px;
	vertical-align: middle;
	line-height: 40px;
	}

nav.navigation ul li a {
	display: block;
	min-width: 20px;
	padding: 0 5px;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	border-bottom: 2px solid rgba(77,163,49,0);
	}
nav.navigation ul li a:hover {
	color: var(--clr);
	border-bottom: 2px solid var(--clr);
	}

nav.navigation ul li a i {
	font-size: 12px;
	}

.pagination .limit {
	display: none;
	}

nav.navigation ul li input {
	width: 10px;
	text-align: center;
	background: none;
	font-weight: bold;
	color: var(--clr);
	padding-bottom: 11px;
	font-family: 'roboto condensed', sans-serif;
	padding-top: 9px;
	border-bottom: 2px solid var(--clr);
	}

.user-card-edit form {
	position: relative;
	width: 500px;
	margin: 0 auto;
	margin-top: -60px;
	}

.user-card-edit form input, 
.user-card-edit form textarea,
.user-card-edit form select {
	width: 450px;
	}

.btn.geo-link {
	padding: 10px 20px;
	width: 300px;
	text-align: center;
	color: #fff;
	margin: 20px 0;
	position: relative;
	display: block;
	background: var(--clr);
	}

.advanced .outer-link {
	position: absolute;
	bottom: 5px;
	left: 10px;
	text-decoration: none;
	font-weight: bold;
	}

figure.table table,
.oe-table table {
	border: 1px solid #dadce7;
	margin: 0 auto;
	margin-bottom: 1em;
	}

figure.table table td,
figure.table table th,
.oe-table table td,
.oe-table table th,
.oe-table table thead td {
	border: 1px solid #dadce7;
	border-top: none;
	border-bottom: none;
	padding: 5px;
	font-size: 0.8em;
	}

figure.table table th,
.oe-table table th,
.oe-table table thead td {
	border: 1px solid #c5c7d0;
	font-weight: bold;
	background: #dadce7;
	}

figure.table table tr,
.oe-table table tr {
	background: #f6f7fb;
	}
figure.table table tr:nth-child(even),
.oe-table table tr:nth-child(even) {
	background: #fff;
	}

.oe-image.image-full,
.oe-image.image-full>div,
.oe-image.image-full img {
    display: block;
    width: 700px;
    margin: 0 auto;
    }

.prezentacja-area .oe-image.image-full,
.prezentacja-area .oe-image.image-full>div,
.prezentacja-area .oe-image.image-full img {
    width: 640px;
    }

.oe-image.image-full.a-bigger,
.oe-image.image-full.a-bigger>div,
.oe-image.image-full.a-bigger img,
.prezentacja-area .oe-image.image-full.a-bigger,
.prezentacja-area .oe-image.image-full.a-bigger>div,
.prezentacja-area .oe-image.image-full.a-bigger img {
    width: 920px;
    }

.oe-image.image-big,
.oe-image.image-big>div,
.oe-image.image-big img {
    width: 440px;
    }

.oe-image.image-big.a-bigger,
.oe-image.image-big.a-bigger>div,
.oe-image.image-big.a-bigger img {
    width: 580px;
    }

.productintro_item article.prezentacja .oe-image.image-big,
.productintro_item article.prezentacja .oe-image.image-big>div,
.productintro_item article.prezentacja .oe-image.image-big img {
    width: 400px;
    }

.oe-image.image-middle.a-bigger, 
.oe-image.image-middle.a-bigger > div, 
.oe-image.image-middle.a-bigger img {
    width: 450px;
	}

.oe-image.image-small,
.oe-image.image-small>div,
.oe-image.image-small img {
    width: 220px;
    }

.oe-image.image-small.a-bigger,
.oe-image.image-small.a-bigger>div,
.oe-image.image-small.a-bigger img {
    width: 293px;
    }

.productintro_item article.prezentacja .oe-image.image-small,
.productintro_item article.prezentacja .oe-image.image-small>div,
.productintro_item article.prezentacja .oe-image.image-small img {
    width: 192px;
    }

.productintro_item article.prezentacja .oe-image.image-middle,
.productintro_item article.prezentacja .oe-image.image-middle>div,
.productintro_item article.prezentacja .oe-image.image-middle img {
    width: 299px;
    }

.oe-image.image-left,
.oe-image.image-left>div,
.oe-image.image-left img {
    float: left;
    }
.oe-image.image-left {
    padding-right: 20px;
    }

.oe-image.image-right,
.oe-image.image-right>div,
.oe-image.image-right img {
    float: right;
    }
.oe-image.image-right {
    padding-left: 20px;
    }

.oe-image.image-center,
.oe-image.image-center>div,
.oe-image.image-center img {
    float: none;
    }
.oe-image.image-center {
    margin: 0 auto;
    clear: both;
    }

.image-desc {
	text-align: center !important;
	color: #656d78 !important;
	font-size: 14px !important;
	}

.oe-link {
    clear: both;
    }

.oe-text ul {
    margin-left: 30px;
    list-style-type: disc;
    }

.company-email-standalone .form-group label {
    display: block;
    color: #79818c;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 3px;
	}

.company-email-standalone .form-group textarea,
.company-email-standalone .form-group input {
	margin-left: 0px;
	width: 600px;
	}

.company-email-standalone .form-group input#company_email_phone {
	width: 285px;
	}

.invalid-feedback {
	display: block;
	padding: 0 20px;
	color: var(--invclr);
	}

.invalid-feedback .d-block {
	display: block;
	text-align: left;
	}

.image-desc {
    color: #bec4cc;
    font-size: 0.6em;
    padding-top: 3px;
    text-align: left;
    font-style: normal !important;
    line-height: 1.1 !important;
	}

.main-image .image-desc {
    text-align: left !important;
	}

.header-info {
	font-size: 11px;
	}

.product_category .product-order-form {
	margin: 30px 0px 20px 20px;
	font-size: 0;
	}

.product_category .product-order-form select {
	width: 300px !important;
	display: inline-block;
	margin-right: 20px;
	}
.product_category .product-order-form .osubmit {
	width: 300px;
	display: inline-block;
	}

.fancybox-button.fancybox-button--thumbs,
.fancybox-button.fancybox-button--close,
.fancybox-button.fancybox-button--zoom {
	display: none !important;
	}

article .flag {
    color: #bec4cc;
    font-size: 0.7em;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 1em;
	}

.article-footer {
	margin-right: -20px;
	clear: both;
	}

body.company_content nav.navigation {
	margin-right: 20px;
	}

.oe-table.table-left {
	float: left;
	margin-right: 20px;
	}

.oe-table.table-right {
	float: right;
	margin-left: 20px;
	}

.oe-table.table-center {
	float: none;
	margin: 0 auto;
	}
.oe-table.table-center table {
	margin: 20px auto;
	max-width: 700px;
	}

.oe-table table td,
.oe-table table th {
	vertical-align: middle;
	}

@media (min-width: 0px) and (max-width: 480px) {
	.oe-table.table-center table {
		margin: 20px auto;
		max-width: 9999px;
		width: auto !important;
		}
}

.oe-video {
	text-align: center;
	margin-bottom: 20px;
	}

.oe-video.image-big iframe {
	width: 700px;
	height: 420px;
	}

.oe-video.image-middle iframe {
	width: 550px;
	height: 330px;
	}

.oe-video.image-small iframe {
	width: 350px;
	height: 210px;
	}

.oe-text p , .oe-table p {
	line-height: 1.5;	
	}

.oe-text h1 , .oe-table h1 {
	font-weight: bold;
	font-size: 1.75em;
	line-height: 1.5;
    padding-bottom: 5px;	
	}

.oe-text h2 , .oe-table h2 {
	font-weight: bold;
	font-size: 1.625em;
	line-height: 1.5;
    padding-bottom: 5px;	
	}

.oe-text h3 , .oe-table h3 {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.5;
    padding-bottom: 5px;	
	}

.oe-text h4 , .oe-table h4 {
	font-weight: bold;
	font-size: 1.375em;
	line-height: 1.5;
    padding-bottom: 5px;	
	}

.oe-text h5 , .oe-table h5 {
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.5;
    padding-bottom: 5px;	
	}

.oe-text h6 , .oe-table h6 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5;
    padding-bottom: 5px;	
	}

.oe-text pre , .oe-table pre {
	font-family: monospace;
	line-height: 1.5;	
	}

.content_search_index .datepicker {
	z-index: 20 !important;
	border: 2px solid var(--clr);
	}

.pack_index .big-area .twothird-area {
	width: 100% !important;
	}

.pack_item .big-area article {
	float: left;
	width: 940px;
	padding: 0;
	margin-right: 20px;
	margin-bottom: 30px;
	}

.pack_item .big-area article header h2 {
	text-align: center;
	margin: 20px 0;
	padding: 0;
	width: auto;
	}

.pack_item .big-area article:before {
	content: "Abonament";
    font: bold 24px/1 'roboto condensed', sans-serif;
    color: var(--clr);
    display: block;
    padding-bottom: 4px;
    border-bottom: 2px solid var(--clr);
    margin-bottom: 11px;
    margin-right: 0px;
	}

.pack_item .big-area article .price {
	text-align: center;
	font-weight: bold;
	color: var(--chdclr);
	font-size: 1.2em;
	}

.pack_item .big-area article a:last-child {
	display: block;
	background: var(--clr);
	padding: 15px 15px 15px 15px;
	font: bold 14px/1 'roboto condensed', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	margin: 0 !important;
	text-decoration: none;
	width: 160px;
	text-align: center;
	margin: 20px auto 40px auto !important;
	font-size: 1.2em;
	}

.pack_item .big-area article a.media-file.media-item:last-child {
	display: block;
	background: var(--clr);
	padding: 15px 15px 10px;
	font: bold 14px/1 'roboto condensed', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	margin: 0 !important;
	text-decoration: none;
	width: 170px;
	text-align: left;
	margin: 20px auto 40px auto !important;
	font-size: 1.2em;
	}

.pack_item .big-area article a.media-file.media-item:last-child i {
	font-size: 1.9em;
	margin-right: 15px;
    }

.user-order-pack table {
	margin-right: 120px;
	margin-left: 100px;
	padding: 10px;
	display: block;
	background: #f6f7fb;
	}

.user-order-pack table th {
	width: 100px;
	text-align: left;
	padding-bottom: 10px;	
	}

.user-order-pack table td {
	padding-bottom: 10px;	
	color: #000;
	}

.user-order-pack form {
	width: 550px;
	margin: 30px auto;
	padding-bottom: 50px;
	}

.user-order-pack form legend {
	margin: 10px auto;
	color: #000;
	font-size: 1.5em;
	}

.user_order_item .big-area article {
	float: left;
	width: 100%;
	padding: 0;
	margin-right: 20px;
	margin-bottom: 30px;
	}

.user_order_item .big-area article table {
	display: block;
	margin: 30px auto;
	background: #e6e9ed;
	width: 500px;
	padding: 10px;
	}

.user_order_item .big-area article table th, 
.user_order_item .big-area article table td {
	padding: 5px;
	vertical-align: bottom;
	border-bottom: 1px solid rgba(0,0,0,0.08);
	}

.user_order_item .big-area article table th {
	opacity: 0.5;
	width: 150px;
	font-size: 0.8em;
	}

.user_order_item .big-area article form {
	display: block;
	margin: 30px auto;
	width: 500px;
	padding: 10px;
	text-align: center;
	}

.user_order_item .big-area article form fieldset label:nth-child(2) {
	display: inline-block;
	width: 100px;
	height: 24px;
	background: url('/styles/dzial-zlecen/rynekinstalacyjny/gfx/payu.png');
	text-indent: -9999px;
	margin: 20px 0 40px 0;
	}

.user_order_item .big-area article form fieldset label:nth-child(4) {
	display: inline-block;
	width: 100px;
	height: 24px;
	background: url('/styles/dzial-zlecen/rynekinstalacyjny/gfx/payu.png');
	text-indent: -9999px;
	margin: 20px 0 40px 0;
	margin-left: 30px;
	}

.user_order_item .big-area article form .osubmit {
	margin: auto;
	}

.company_item aside h5 a {
	padding-left: 0;
	padding-right: 0;
	width: 220px;
	}

.compare_index .logos,
.compare_index_category .logos {
	background: #f5f7fa;
	margin-bottom: 20px;
	height: 100px;
	}

.compare_index .logos .slick-slide,
.compare_index_category .logos .slick-slide {
	width: 140px !important;
	}

@media (min-width: 480px) and (max-width: 9999px) {

	.article_item aside {
		width: 220px;
		}

	.article_item aside .reklama.reklama-300x200 {
		-ms-transform: scale(0.73,0.73);
		-webkit-transform: scale(0.73,0.73);
		transform: scale(0.73,0.73);
		position: relative;
		top: -30px;
		left: -40px;
		margin-bottom: -36px;
		}

	.content_search_index .pagination {
		margin-left: 20px;
		margin-right: 20px;
		}

	body.index footer {
		margin-left: 20px;
		}
}

.alert {
	display: block;
	position: relative;
	background: #e6e9ed;
	clear: both;
	margin: 0 20px 20px;
	padding: 20px;
	}

.alert-warning {
	font-size: 2em;
	text-align: center;
	}

.alert-warning p {
	padding: 0 5%;
	}

.alert-warning p a {
	font-weight: bold;
	}

.top-top-menu {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	}

.top-top-menu ul li {
	display: inline-block;
	}

.top-top-menu ul li a,
.top-top-menu ul li span {
	font-size: 9px;
	display: block;
	padding: 1px 5px;
	color: #999;
	border-right: 1px solid #ccc;
	text-decoration: none;
	text-transform: uppercase;
	}

.top-top-menu ul li:last-child a {
	padding-right: 0;
	border-right: 0;
	}

.zgody-popup {
	position: fixed;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background:#fff;
	border-top: 5px solid var(--clr);
	box-shadow: 0 0 50px rgba(0,0,0,0.3);
	display: none;
	}

.zgody-popup>div {
	display: block;
	margin: 0 0 10px 0;
	}

.zgody-tresc {
	position: relative;
	display: block;
    position: relative;
    font-size: 17px;
    line-height: 20px;
    color: #000;
    margin: 0 auto;
    text-align: justify;
    overflow-y: hidden;
    width: auto;
    height: auto;
    margin: 5px 10px -20px 10px;
	}

.zgody-popup ul {
	height: 50px;
	text-align: center;
	padding-top: 10px;
	}

.zgody-popup ul li {
	display: inline-block;
	width: 48%;
	margin: 0 10px;
	}

.zgody-popup ul li a {
	display: block;
	height: 46px;
	line-height: 46px;
	font-size: 20px;
	text-decoration: none;
	border: 2px solid var(--clr);
	width: 250px;
	margin: 0 0 0 auto;
	}

.zgody-popup ul li a.accept {
	color: #fff;
	background: var(--clr);
	margin: 0 auto 0 0;
	}

@media (min-width: 0px) and (max-width: 1090px) {
	.zgody-popup ul li {
		width: 260px;
	    }
	.zgody-popup ul li a {
		margin: 0 auto 0 auto !important;
	    }
    }

sup {
    vertical-align: super;
    font-size: smaller;
	}

sub {
    vertical-align: sub;
    font-size: smaller;
	}

.sticky a.lg {
	background: url('/styles/dzial-zlecen/rynekinstalacyjny/gfx/lg2.png') no-repeat left center;
	background-size: auto 60px;
	position: relative;
	top: 0px !important;
	height: 60px;
	}

section.produkt-box>div:nth-child(3) li {
	padding: 3px 0;
	font-size: 18px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	}

section.produkt-box>div:nth-child(3) li:last-child,
section.produkt-box>div:nth-child(3) li:nth-last-child(2) {
	border-bottom: none
	}

section.produkt-box>div:nth-child(3) ul.params li:nth-last-child(2) {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	}

section.produkt-box>div:nth-child(3) li>span {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	}

section.produkt-box>div:nth-child(3) li>span:nth-child(2) {
	width: 305px;
	}

.button {
    background: var(--btnclr);
	}

.oe-link a { /* button link style in article */
	display: block;
    background: var(--btnclr);
    background-position: center;
    background-size: cover;
    padding: 12px 15px 10px 15px;
    font: bold 16px/1 'roboto condensed', sans-serif;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    width: 30%;
    min-width: 200px;
    margin: 0 auto;
	}
 
header+nav.main-menu ul { /* addition to js */
	overflow-y: visible !important;
	}

.sticky nav.main-menu li.arrow::after { /* arrow for sticky menu submenus */
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent var(--btnclr);
	position: absolute;
	right: 10px;
	top: 11px;
	}

.restriction {
    background: linear-gradient(#fff, var(--btnclr));
	}

.miniatura-autor .ilustracja {
    background-color: #fff;
	background-size: contain;
	}

.social-buttons {
	margin-top: 40px;
	margin-bottom: 20px;
	}

.innemenuli ul {
	position: absolute;
	right: 0;
	top: 30px;
	background: #fff;
	width: 200px;
	z-index: 100;
	box-shadow: 6px 3px 20px rgba(0,0,0,0.5);
	}

.innemenuli ul li {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	}

.innemenuli ul li a {
	display: block;
	text-align: center;
    font-weight: bold;
    text-decoration: none;
    font-size: 17px;
    line-height: 1 !important;
    padding: 7px 10px 5px 10px;
	border-bottom: 1px solid #a7afba;
	height: auto;
	}

.innemenuli:hover ul {
	display: block !important;
	}

@media (min-width: 0px) and (max-width: 980px) {
	.innemenuli ul {
		position: absolute;
		right: auto;
		left: 5%;
		top: 34px;
		background: #fff;
		width: 90%;
		z-index: 100;
		box-shadow: 6px 3px 20px rgba(0,0,0,0.5);
		padding-top: 20px;
		}
	.innemenuli ul:after {
		content: " ";
		font-size: 30px;
		line-height: 20px;
		position: absolute;
		top: 3px;
		right: 10px;
		color: #000;
		}
}

input[type="submit"], button, a {
	cursor: pointer;
	}

.newsletter-info p {
	font: 17px/1.5 roboto, sans-serif;
	text-align: justify;
	margin: 2em 0;
	margin-right: 20px;
	color: #000;
	}

.newsletter-info p:nth-child(2) {
	font: 17px/1.5 roboto, sans-serif;
	text-align: justify;
	margin: 2em 0 4em;
	margin-right: 20px;
	color: #777;
	font-style: italic;
	}

.newsletter-info+form {
	text-align: center;
	}

.newsletter-info+form .osubmit {
	display: inline-block;
	width: 200px;
	margin-top: 10px;
	}

.newsletter-info+form input,
.newsletter-info+form select {
	margin-left: auto !important;
	margin-right: auto !important;
	}

.oe-text ol {
    margin-left: 30px;
    list-style-type: decimal;
    }

.article-tags {
	text-align: left;
	}

.fos_user_registration_register .in-main form {
	padding-bottom: 100px;
	}

.fos_user_registration_register .in-main form>div>div:nth-last-child(3) input {
	display: none;
	}

.fos_user_registration_register .in-main form>div>div:nth-last-child(3) label {
	text-align: left;
	width: 320px !important;
	padding: 0 !important;
	}

.fos_user_registration_register .in-main form>div>div:nth-last-child(2) {
	padding-top: 2em;
	text-align: center;
	width: 300px;
	margin: 0 auto;
	}

.fos_user_registration_register .in-main form>div>div:nth-last-child(2)>label {
	display: none;
	}

.fos_user_registration_register .in-main form .g-recaptcha {
    margin: 0 auto 20px auto !important;
    margin-left: auto !important;
	}

body>nav ul.submenu {
	margin-top: -32px; 

	margin-top: 8px;
	}

body>nav ul.submenu li {
	background: #e6e9ed;
	}

.miniatura-ilustracja header a:hover,
.miniatura-tekst header a:hover {
	color: var(--mhclr);
	}

#comparer_bar {
    background-color: var(--mhclr);
	}

.ebook-category-content.full-width {
	margin: 0 0 50px 0;
	position: relative;
	float: none;
	}
@media (min-width: 0px) and (max-width: 480px) {
	.ebook-category-content.full-width {
		margin: 0 0 50px 0px;
		position: relative;
		float: none;
		}
	}

.area-220x200.miniatura-produkt-2 .ilustracja {
	height: 80px;
	}

.area-220x200.miniatura-produkt a.rmore>span:nth-child(2) {
	width: 215px;
	}

.oe-text ul li,
.oe-text ol li {
    margin-bottom: 10px;
    text-align: left;
    }

.prezentacja .oe-text ul,
.prezentacja .oe-text ol {
	position: relative;
    display: block;
    overflow: hidden;
    padding-left: 30px;
    }

.oe-text ul,
.oe-text ol {
    margin-bottom: 15px;
    margin-top: 10px;
    }

.oe-text ul ul,
.oe-text ol ol {
    margin-bottom: 0px;
    margin-top: 10px;
    }

body.content_search_index .miniatura-produkt .params {
	display: none;
	}

.media-view .media-file {
    margin: .3rem 0 1.5rem 0;
	}

article .oe-file .file-desc {
    max-width: 643px;
    vertical-align: top;
    padding: 0 0 1.5rem 0;
    text-align: left;
	}

/* nowy wyglad katalogu firm - bez kolumny bocznej i z wyszukiwarki */

@media (min-width: 480px) and (max-width: 9999px) {

	.company_catalog .twothird-area,
	.company_catalog_trade .twothird-area {
		width: auto;
		}

	form.baza-firm-wysz, form.porownywarka-wysz {
		width: auto;
		}

	form.baza-firm-wysz input, form.porownywarka-wysz input {
		margin-right: 20px;
		}

	form.baza-firm-wysz input[type="checkbox"] {
		margin-right: 0;
		margin-left: 10px;
		}

	form.baza-firm-wysz > #activities {
		padding-top: 8px;
		}

	form.baza-firm-wysz .osubmit {
		margin-left: 135px;
		}

	.company_catalog .miniatura-firma,
	.company_catalog_trade .miniatura-firma {
		width: 445px;
		height: 265px;
		margin-right: 50px;
		margin-bottom: 35px;
		}

	.company_catalog .twothird-area .miniatura-firma:nth-child(even),
	.company_catalog_trade .twothird-area .miniatura-firma:nth-child(even) {
		margin-right: 0;
		}
}

.more-group {
	display: block;
	position: relative;
	content: " ";
	background: url('/styles/dzial-zlecen/rynekinstalacyjny/gfx/sh.png') no-repeat bottom center;
	background-size: 100% 15px;
	padding: 0 0 15px 0;
	max-width: 140px;
	}

.more-group.cloned {
	margin: 0 auto;
	max-width: 150px;
	top: -10px;
    }

.more-group a {
	display: block;
	background: var(--clr);
	padding: 12px 0 10px 0;
	font: bold 14px/1 'roboto condensed', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	width: 150px;
	margin: 10px 0 0 0px !important;
	text-align: center;
	}

.compare_index .miniatura-produkt,
.compare_index_category .miniatura-produkt {
	height: 367px;
	}

.compare_index .miniatura-produkt h3 a,
.compare_index_category .miniatura-produkt h3 a {
	display: block;
	position: relative;
	line-height: 1.2;
	height: 4.8em;
	padding: 0 5px;

	padding-top: 50px;
	}

.compare_index .miniatura-produkt h3 a span,
.compare_index_category .miniatura-produkt h3 a span {
	display: table-cell;
	position: relative;
	height: 4.8em;
	width: 290px;
	vertical-align: middle;
	}

.compare_index .miniatura-produkt-2 .ilustracja,
.compare_index_category .miniatura-produkt-2 .ilustracja {
    height: 90px;
	}

.compare_index .miniatura-produkt a.do-porownania,
.compare_index_category .miniatura-produkt a.do-porownania {
    margin: 15px auto 10px auto;
	}

.compare_index .miniatura-produkt-2.advanced .params,
.compare_index_category .miniatura-produkt-2.advanced .params {
    max-height: 64px;
	}

.compare_index .miniatura-produkt-2.advanced .params li,
.compare_index_category .miniatura-produkt-2.advanced .params li {
	font-size: 14px;
	line-height: 16px;
	height: auto;
	}

.compare_index .miniatura-produkt a.rmore>span:nth-child(2),
.compare_index_category .miniatura-produkt a.rmore>span:nth-child(2) {
	padding-bottom: 7px;
	}

.compare_index .miniatura-produkt.advanced .outer-link,
.compare_index_category .miniatura-produkt.advanced .outer-link {
    bottom: 2px;
    z-index: 10;
    color: #000;
    text-indent: -9999px;
    background: #0d4472;
    color:  #fff;
    display:  block;
    width: 110px;
    padding:  5px;
    }
.compare_index .miniatura-produkt.advanced .outer-link::after,
.compare_index_category .miniatura-produkt.advanced .outer-link::after {
	content: "Strona producenta";
	position: absolute;
	text-indent: 0;
	top: 5px;
	width: 100% !important;
	left: 0;
	display: block;
	text-align:  center;
	width: 110px;
	}

.area-fullx120.miniatura-autor .ilustracja {
    width: 149px;
    height: 100px;
    display: inline-block;
	}

.area-fullx120.miniatura-autor .dane-firmy {
    float: none;
    display: inline-block;
    margin-left: 40px;
    max-width: 430px;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.2;
	}

.zobacz-takze h3 a {
	text-align: left;
	}

.descripted-image .image-desc, .oe-video .video-desc {
    line-height: 1.5;
    font-size: 12px;
    padding-top: 10px;
	}

article>p,
.oe-node.oe-text>p {
	text-align: left;
	}

.miniatura-tekst header a,
.miniatura-ilustracja header a,
.miniatura-okladka header a {
	font: bold 20px/23px roboto, sans-serif;
	}

.miniatura-tekst .dluga-zajawka,
.miniatura-ilustracja .dluga-zajawka {
    font: 15px/19px roboto, sans-serif;
	}

.miniatura-ilustracja header a {
    width: 190px;
    padding-bottom: 5px;
    overflow: hidden;
	}

.miniatura-ilustracja .ilustracja {
    width: 100px;
    height: 70px;
    margin: 0 0 10px 10px;
	}

.miniatura-firma header a {
    font: bold 20px/22px roboto, sans-serif;
	}

.miniatura-firma .dane-firmy {
	font: normal 16px/19.5px 'roboto condensed', sans-serif;
	padding-top: 5px;
	min-height: 76px;
	}

.miniatura-firma .intro-link {
	position: absolute;
	bottom: 0px;
	left: 0;
	display: block;
	text-decoration: none;
	font: bold 13px/16px roboto, sans-serif;
	z-index: 10;
	}
.miniatura-firma .intro-link:hover {
	text-decoration: underline;
	}

.content_search_index .miniatura-firma .intro-link {
	bottom: 0;
	}

.miniatura-firma .zajawka {
    font: 15px/19px roboto, sans-serif;
    text-align: left;
    color: #999;
    display: block;
    clear: both;
    padding-top: 4px;
	}

.produkt-box .oilprod {
	font-size: 0;
	margin-bottom: 20px;
	}

.produkt-box .oilprod img {
	width: 220px;
	}

aside .miniatura-firma .intro-link {
	position: absolute;
	top: auto;
	bottom: 18px;
	z-index: 50;
	}

a {
	overflow-wrap: break-word;
	}

.free-boxes-row {
	margin-right: 20px;
	font-size: 0;
	margin-bottom: 20px;
	}

.free-boxes-row .col {
	font: 12px/1.5 roboto, sans-serif;
	text-align: left;
	width: 50%;
	display: inline-block;
	vertical-align: top;
	}

.free-boxes-row-2 .col {
	width: 20%;
	}

.free-boxes-row .col h4 {
	display: block;
    border-bottom: 2px solid var(--clr);
    margin-bottom: 20px;
	font: bold 20px/30px 'roboto condensed', sans-serif;
    color: var(--clr);
    text-transform: uppercase;
    padding: 0 0px;
   	}

.free-boxes-row-2 .col h4 {
	font-size: 1.3em;
	}
	
article h1, 
article h2, 
article h3, 
article h4, 
article h5, 
article h6 {
	text-align: left;
	}

section.lista-prezentacji-prezentacja>div:nth-child(2) li {
	display: block;
	}

.miniatura .category-name {
	font-size: 13px;
    line-height: 16px;
    background: none;
	}

.content_search_index .miniatura .category-name {
	position: relative;
	top: -10px;
	left: 10px;
	color: var(--flagclr);
	}

.miniatura-produkt .category-name {
    background: none;
    max-width: 205px;
    padding-left: 5px;
    bottom: 2px;
	}

body.content_search_index .miniatura-produkt .category-name {
	position: absolute;
    bottom: auto;
    top: 182px;
	}

body.content_search_index .miniatura-firma .category-name {
	position: absolute;
    top: auto;
    bottom: 25px;
    left: 0;
	}

.compare_index .logos .slick-slide,
.compare_index_category .logos .slick-slide {
	width: 124px !important;
	}

.carousel a {
    border: 5px solid #fff;
    margin: 20px 13px 20px 7px;
    width: 100px;
    height: 50px;
	}

.porownanie .wybrane, 
.porownanie .wierszx .porownanie-mini, 
.porownanie .wierszx .porownanie-mini:last-child {
	height: 180px;
	}

.porownanie .wybrane ol li {
	max-height: 3.6em;
	}

.porownanie .wybrane a.nowe {
	margin-top: -3px;
	}

.porownanie .wierszx .porownanie-mini header a {
	font: bold 19px/1 'roboto condensed', sans-serif;
	height: 4em;
	max-height: 4em;
	overflow: hidden;
	}

.user-profile, .fos_user_user_show {
	padding-bottom: 80px;
	}

.partnerzy-940x100 .carousel a {
    border: 5px solid #fff;
    margin: 20px 10px 20px 10px;
    width: 100px;
    height: 50px;
	}

.alert-messages {
    width: 100%;
	}

.alert-message {
	margin: 50px auto !important;
	box-shadow: 0 0 50px #000, 0 0 50px #000;
	}

.company_item .free-box-1 {
	margin-top: 40px;
	}

.prezentacje-area .miniatura-produkt {
	background: #f5f7fa;
	}

.prezentacje-area .miniatura-produkt header a {
	padding: 15px 15px 3px 15px;
	}

.prezentacje-area .miniatura-produkt .ilustracja {
	height: 87px;
	margin-top: 4px;
	margin-bottom: 5px;
	}

.prezentacje-area .miniatura-produkt .krotka-zajawka {
	padding-left: 15px;
	padding-right: 15px;
	}

.miniatura-produkt:not(.advanced) a.rmore>span:nth-child(2) {
	background: linear-gradient(to bottom, rgba(245,247,250,0), #f5f7fa);
	}

/* najnowszy wyglad boksow tekstowych - bez blura, ze sztywna iloscia miejsca na tytul i tekst */

.miniatura-tekst header a span.flaga-news,
.miniatura-ilustracja header a span.flaga-news {
	position: absolute;
	top: 52px;
	left: 0;
	margin: 0;
	}

.miniatura-tekst header a>span:last-child,
.miniatura-ilustracja header a>span:last-child {
	margin-top: 5px;
	display: block;
	width: 300px;
	height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px !important;
	}

.area-220x200.miniatura-tekst header a>span:last-child {
	width: 220px;
	}

.miniatura-tekst header a,
.miniatura-ilustracja header a {
	padding-bottom: 0px !important;
	}

.miniatura-ilustracja header a>span:last-child {
	width: 190px;
	}

.area-220x200.miniatura-ilustracja header a>span:last-child {
	width: 120px;
	}

.miniatura-tekst header a>span:last-child>span,
.miniatura-ilustracja header a>span:last-child>span {
	display: table-cell;
	width: 300px;
	height: 46px;
	text-align: left;
	vertical-align: middle;
	}

.miniatura-ilustracja header a>span:last-child>span {
	width: 190px;
	}

.miniatura-tekst header a>span:last-child>span {
	width: 220px;
	}

.area-220x200.miniatura-ilustracja header a>span:last-child>span {
	width: 120px;
	}

.miniatura-tekst header a>span:last-child>span>span,
.miniatura-ilustracja header a>span:last-child>span>span {
	display: block;
	position: relative;
	padding-left: 10px;
	margin-top: 0;
	}

.miniatura-tekst header a>span:last-child>span>span {
	width: 280px;
	}

.miniatura-tekst a.rmore>span:first-child,
.miniatura-tekst a.rmore>span:nth-child(2),
.miniatura-ilustracja a.rmore>span:first-child,
.miniatura-ilustracja a.rmore>span:nth-child(2) {
	background: none;
	}

.miniatura-tekst .dluga-zajawka,
.miniatura-ilustracja .dluga-zajawka {
	position: relative;
	width: 290px;
	padding-left: 10px;
	height: 114px;
	overflow: hidden;
	}

.area-220x200.miniatura-tekst .dluga-zajawka,
.area-220x200.miniatura-ilustracja .dluga-zajawka,
.area-300x200.miniatura-tekst .dluga-zajawka,
.area-300x200.miniatura-ilustracja .dluga-zajawka {
	width: 280px;
	}

.miniatura-ilustracja .dluga-zajawka {
	top: -15px;
	}

.area-220x200.miniatura-ilustracja .dluga-zajawka {
	top: -4px;
	}

.miniatura-ilustracja .dluga-zajawka::before { /* wciecie dla ilustracji */
	content: " ";
	display: block;
	width: 110px;
	height: 10px;
	float: right;
	}

.area-220x200.miniatura-ilustracja .dluga-zajawka::before {
	display: none;
	}

.galeria-artykul:before {
    content: 'Galeria artykulu';
    display: block;
    clear: both;
	font: bold 24px/1 'roboto condensed', sans-serif;
	color: var(--clr);
	display: block;
	padding-bottom: 4px;
	border-bottom: 2px solid var(--clr);
	margin-bottom: 11px;
	margin-top: 30px;
	}

p.cenazero {
	text-align: center !important;
	margin-right: 20px;
	font-weight: bold;
	padding: 20px;
	}

.undersubmit {
	display: block;
	text-align: left;
	padding-top: 30px;
	}

.undersubmit p {
	padding-top: 20px;
	}

.text-content .oe-file .media-view .title,
.text-content .oe-file .media-view .src {
	display: none;
	}

.text-content .oe-file .file-desc {
    max-width: 643px;
    vertical-align: top;
    padding: 0 0 1.5rem 0;
    color: #000;
    margin-top: -85px;
    padding-left: 55px;
	}

@media (max-width: 9999px) and (min-width: 480px) { /* patch for article 300px left column and ebook */

	body.article_item.noaside aside,
	body.gallery_item.noaside aside,
	body.gallery_image.noaside aside,
	body.ebook_item.noaside aside {
		display: none;
		}

	body.article_item.noaside .article-area article,
	body.gallery_item.noaside .article-area article,
	body.gallery_image.noaside .article-area article,
	body.ebook_item.noaside .article-area article {
		left: -120px;
		}

	body.article_item:not(.noaside)>header,
	body.gallery_item:not(.noaside)>header,
	body.gallery_image:not(.noaside)>header,
	body.ebook_item:not(.noaside)>header {
		position: relative;
		width: 1014px;
		}

	body.article_item:not(.noaside)>nav.main-menu,
	body.gallery_item:not(.noaside)>nav.main-menu,
	body.gallery_image:not(.noaside)>nav.main-menu,
	body.ebook_item:not(.noaside)>nav.main-menu {
		display: block;
		position: relative;
		width: 1014px;
		margin: 0 auto;
		font-size: 0;
		}

	body.article_item:not(.noaside) .in-main,
	body.gallery_item:not(.noaside) .in-main,
	body.gallery_image:not(.noaside) .in-main,
	body.ebook_item:not(.noaside) .in-main {
		width: 1014px;
		left: -17px;
		}

	body.article_item:not(.noaside) aside,
	body.gallery_item:not(.noaside) aside,
	body.gallery_image:not(.noaside) aside,
	body.ebook_item:not(.noaside) aside {
		width: 300px;
		margin-left: 0px;
		}

	body.article_item:not(.noaside) .reklama.reklama-300x200,
	body.gallery_item:not(.noaside) .reklama.reklama-300x200,
	body.gallery_image:not(.noaside) .reklama.reklama-300x200,
	body.ebook_item:not(.noaside) .reklama.reklama-300x200 {
		-ms-transform: scale(1,1);
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		position: relative;
		top: 0px;
		left: 0px;
		margin-bottom: 20px;
		}

	body.article_item:not(.noaside) article,
	body.gallery_item:not(.noaside) article,
	body.gallery_image:not(.noaside) article,
	body.ebook_item:not(.noaside) article {
		margin-right: -20px;
		}

	body.article_item:not(.noaside) .reklama-940x100,
	body.gallery_item:not(.noaside) .reklama-940x100,
	body.gallery_image:not(.noaside) .reklama-940x100,
	body.ebook_item:not(.noaside) .reklama-940x100 {
		width: 1013px;
		}

	body.article_item:not(.noaside) .big-area,
	body.gallery_item:not(.noaside) .big-area,
	body.gallery_image:not(.noaside) .big-area,
	body.ebook_item:not(.noaside) .big-area {
		position: relative;
		margin-left: 0px;
		margin-right: 0px;
		}

	body.article_item:not(.noaside)>nav.breadcrumb-nav,
	body.gallery_item:not(.noaside)>nav.breadcrumb-nav,
	body.gallery_image:not(.noaside)>nav.breadcrumb-nav,
	body.ebook_item:not(.noaside)>nav.breadcrumb-nav {
		width: 794px !important;
		}

	body.article_item:not(.noaside) .num2,
	body.gallery_item:not(.noaside) .num2,
	body.gallery_image:not(.noaside) .num2,
	body.ebook_item:not(.noaside) .num2 {
		position: relative !important;
		left: 36px !important;
		}

	body.article_item:not(.noaside) .num3,
	body.gallery_item:not(.noaside) .num3,
	body.gallery_image:not(.noaside) .num3,
	body.ebook_item:not(.noaside) .num3 {
		position: relative !important;
		left: 74px !important;
		}

	body.article_item:not(.noaside) aside .num2,
	body.article_item:not(.noaside) aside .num3,
	body.gallery_item:not(.noaside) aside .num2,
	body.gallery_item:not(.noaside) aside .num3,
	body.gallery_image:not(.noaside) aside .num2,
	body.gallery_image:not(.noaside) aside .num3,
	body.ebook_item:not(.noaside) aside .num2,
	body.ebook_item:not(.noaside) aside .num3 {
		left: 0px !important;
		}

	body.article_item:not(.noaside) .big-area section.title h1,
	body.article_item:not(.noaside) .big-area section.title h2,
	body.article_item:not(.noaside) .big-area section.title h3,
	body.article_item:not(.noaside) .big-area section.title h4,
	body.article_item:not(.noaside) .big-area section.title h5,
	body.article_item:not(.noaside) .big-area section.title h6,
	body.gallery_item:not(.noaside) .big-area section.title h1,
	body.gallery_item:not(.noaside) .big-area section.title h2,
	body.gallery_item:not(.noaside) .big-area section.title h3,
	body.gallery_item:not(.noaside) .big-area section.title h4,
	body.gallery_item:not(.noaside) .big-area section.title h5,
	body.gallery_item:not(.noaside) .big-area section.title h6,
	body.gallery_image:not(.noaside) .big-area section.title h1,
	body.gallery_image:not(.noaside) .big-area section.title h2,
	body.gallery_image:not(.noaside) .big-area section.title h3,
	body.gallery_image:not(.noaside) .big-area section.title h4,
	body.gallery_image:not(.noaside) .big-area section.title h5,
	body.gallery_image:not(.noaside) .big-area section.title h6,
	body.ebook_item:not(.noaside) .big-area section.title h1,
	body.ebook_item:not(.noaside) .big-area section.title h2,
	body.ebook_item:not(.noaside) .big-area section.title h3,
	body.ebook_item:not(.noaside) .big-area section.title h4,
	body.ebook_item:not(.noaside) .big-area section.title h5,
	body.ebook_item:not(.noaside) .big-area section.title h6 {
		margin-right: 0px;
		}

	body.article_item:not(.noaside) .free-boxes,
	body.gallery_item:not(.noaside) .free-boxes,
	body.gallery_image:not(.noaside) .free-boxes,
	body.ebook_item:not(.noaside) .free-boxes {
		width: 940px;
		margin-left: 46px;
		}

	body.article_item:not(.noaside) .partnerzy-620x100,
	body.article_item:not(.noaside) .partnerzy-940x100,
	body.gallery_item:not(.noaside) .partnerzy-620x100,
	body.gallery_item:not(.noaside) .partnerzy-940x100,
	body.gallery_image:not(.noaside) .partnerzy-620x100,
	body.gallery_image:not(.noaside) .partnerzy-940x100,
    body.ebook_item:not(.noaside) .partnerzy-620x100,
	body.ebook_item:not(.noaside) .partnerzy-940x100 {
		width: 1014px;
		}

	body.article_item:not(.noaside) .nad-stopka,
	body.article_item:not(.noaside) .nad-stopka+.nad-stopka+.nad-stopka,
	body.gallery_item:not(.noaside) .nad-stopka,
	body.gallery_item:not(.noaside) .nad-stopka+.nad-stopka+.nad-stopka,
	body.gallery_image:not(.noaside) .nad-stopka,
	body.gallery_image:not(.noaside) .nad-stopka+.nad-stopka+.nad-stopka,
	body.ebook_item:not(.noaside) .nad-stopka,
	body.ebook_item:not(.noaside) .nad-stopka+.nad-stopka+.nad-stopka {
		width: 338px;
		}

	body.article_item:not(.noaside) .wlasne-940x100,
	body.gallery_item:not(.noaside) .wlasne-940x100,
	body.gallery_image:not(.noaside) .wlasne-940x100,
	body.ebook_item:not(.noaside) .wlasne-940x100 {
		width: 1014px;
		}

	body.article_item:not(.noaside) footer,
	body.gallery_item:not(.noaside) footer,
	body.gallery_image:not(.noaside) footer,
	body.ebook_item:not(.noaside) footer {
		margin-left: 0;
		width: 1004px;
		}

	body.article_item.sticky:not(.noaside)>header>div>div,
	body.gallery_item.sticky:not(.noaside)>header>div>div,
	body.gallery_image.sticky:not(.noaside)>header>div>div,
	body.ebook_item.sticky:not(.noaside)>header>div>div {
		width: 1014px;
		}

	body.article_item.sticky:not(.noaside)>nav.newsletter a,
	body.gallery_item.sticky:not(.noaside)>nav.newsletter a,
	body.gallery_image.sticky:not(.noaside)>nav.newsletter a,
	body.ebook_item.sticky:not(.noaside)>nav.newsletter a {
		left: 38px;
		}

	body.article_item:not(.noaside)>nav.newsletter ul li a,
	body.gallery_item:not(.noaside)>nav.newsletter ul li a,
	body.gallery_image:not(.noaside)>nav.newsletter ul li a,
	body.ebook_item:not(.noaside)>nav.newsletter ul li a {
		right: -36px;
		}

}

@media (max-width: 1320px) and (min-width: 480px) {

	body.article_item:not(.noaside) .reklama-lewa,
	body.gallery_item:not(.noaside) .reklama-lewa,
	body.gallery_image:not(.noaside) .reklama-lewa,
	body.ebook_item:not(.noaside) .reklama-lewa {
		position: absolute;
		left: -124px !important;
		transition: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		}

	body.article_item:not(.noaside) .reklama-prawa,
	body.gallery_item:not(.noaside) .reklama-prawa,
	body.gallery_image:not(.noaside) .reklama-prawa,
	body.ebook_item:not(.noaside) .reklama-prawa {
		right: -124px !important;
		transition: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		}

	body.article_item.sticky:not(.noaside) .reklama-lewa,
	body.gallery_item.sticky:not(.noaside) .reklama-lewa,
	body.gallery_image.sticky:not(.noaside) .reklama-lewa,
	body.ebook_item.sticky:not(.noaside) .reklama-lewa {
		position: absolute;
		left: -141px !important;
		}

	body.article_item.sticky:not(.noaside) .reklama-prawa,
	body.gallery_item.sticky:not(.noaside) .reklama-prawa,
	body.gallery_image.sticky:not(.noaside) .reklama-prawa,
	body.ebook_item.sticky:not(.noaside) .reklama-prawa {
		right: -141px !important;
		}

}

@media (max-width: 9999px) and (min-width: 1320px) {	

	body.article_item:not(.noaside) .reklama-lewa,
	body.gallery_item:not(.noaside) .reklama-lewa,
	body.gallery_image:not(.noaside) .reklama-lewa,
	body.ebook_item:not(.noaside) .reklama-lewa {
		position: absolute;
		left: -140px !important;
		transition: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		}

	body.article_item:not(.noaside) .reklama-prawa,
	body.gallery_item:not(.noaside) .reklama-prawa,
	body.gallery_image:not(.noaside) .reklama-prawa,
	body.ebook_item:not(.noaside) .reklama-prawa {
		right: -140px !important;
		transition: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		}

	body.article_item.sticky:not(.noaside) .reklama-lewa,
	body.gallery_item.sticky:not(.noaside) .reklama-lewa,
	body.gallery_image.sticky:not(.noaside) .reklama-lewa,
	body.ebook_item.sticky:not(.noaside) .reklama-lewa {
		position: absolute;
		left: -157px !important;
		}

	body.article_item.sticky:not(.noaside) .reklama-prawa,
	body.gallery_item.sticky:not(.noaside) .reklama-prawa,
	body.gallery_image.sticky:not(.noaside) .reklama-prawa,
	body.ebook_item.sticky:not(.noaside) .reklama-prawa {
		right: -157px !important;
		}

}

.dodatkowyprzycisk1,
.dodatkowyprzycisk1:hover {
	clear: both;
	display: block;
	position: relative;
    background: var(--clr);
	text-decoration: none;
    padding: 12px 15px 10px 15px;
    font: bold 14px/1 'roboto condensed', sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    width: 100%;
    border-top: none;
	margin: 30px auto 0 auto;
	width: 150px;
	text-align: center;
	}

.miniatura-abonament {
	margin-top: 0;
	height: 200px;
	}

.miniatura-abonament header h3 span span span {
	color: #000;
	font-size: 20px;
	display: inline;
	}

.miniatura-abonament .dluga-zajawka {
	display: none;
	}

.miniatura-tekst.miniatura-abonament .ilustracja {
    display: block;
	width: 100px;
    height: 70px;
    margin: 0 0 10px 10px;
    background-color: var(--clr) !important;
    background-size: contain;
    background-position: center;
    text-indent: -9999px;
    float: right;
	}

.miniatura-abonament header a>span:last-child {
	height: auto;
	}

.miniatura-abonament .buy-x .buy-link {
    font: bold 14px/1 'roboto condensed', sans-serif;
    text-transform: none;
    color: var(--blclr);
    text-decoration: none;
    display: block;
    padding: 0;
    border-radius: 0;
    width: 300px;
    text-indent: -9999px;
    position: absolute;
    bottom: 0;
    left: 0;
	}

.miniatura-abonament .buy-x .buy-link:after {
	content: "Zamow";
    color: var(--blclr);
    display: block;
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
    text-align: left;
    line-height: 1em;
    font-family: roboto, sans-serif;
    font-weight: bold;
    position: absolute;
    left: auto;
    right: 0;
    top: 0px;
    text-indent: 0;
    font: bold 15px/1 'roboto condensed', sans-serif;
	}

.miniatura-abonament .price {
    color: var(--chdclr);
    font: bold 13px/1 'roboto condensed', sans-serif;
    display: block;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
	}

@media (max-width: 9999px) and (min-width: 480px) {
		.mobile-nude-ad { display: none; }
	}
@media (max-width: 480px) and (min-width: 0px) {
		.desktop-nude-ad { display: none; }
	}

article .descripted-image .ilustracja {
    height: 350px;
    background-size: 100%;
	}

.newportalinfo {
	padding: 20px;
	padding-top: 50px;
	color: #000;
	text-align: center;
	font-size: 1.4em;
	margin-bottom: -60px;
	}

.article-tags a {
	margin: 0;
	padding: 0;
	}

.article-tags a::after {
	display: inline-block;
	color: #000;
    content: "|";
    margin: 0 3px 0 7px;
	}

.article-tags a:last-child::after {
    content: "";
	} 

body:not(.sticky)>header+.main-menu li li {
	position: relative;
    }   

body:not(.sticky)>header+.main-menu li:hover>ul {
	display: block;
	background: #e6e9ed;
	position: absolute;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
	z-index: 250;
	top: 21px;
	padding-bottom: 8px;
    }

body:not(.sticky)>header+.main-menu li li:hover>ul {
	display: block;
	background: #e6e9ed;
	position: absolute;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
	z-index: 250;
	top: 20px;
	width: 150px;
    }

body:not(.sticky)>header+.main-menu li li:hover>ul li {
    display: block;
	background: #e6e9ed;
    }

body:not(.sticky)>header+.main-menu li li a {
	border-bottom: 1px solid #aaa;
	}
body:not(.sticky)>header+.main-menu li li a.active,
body:not(.sticky)>header+.main-menu li li a:hover {
	border-bottom: 1px solid var(--btnclr);
	}

body:not(.sticky)>header+.main-menu li.margin-add {
	margin-right: 12px;
	}

body.pack_index .miniatura-ilustracja header a>span:last-child {
	height: 161px;

	height: 147px;
	}

.new-miniatura-abonament.miniatura-ilustracja header a,
.new-miniatura-abonament.miniatura-ilustracja header a>span:last-child,
.new-miniatura-abonament.miniatura-ilustracja header a>span:last-child>span,
body.pack_index .miniatura-ilustracja header a,
body.pack_index .miniatura-ilustracja header a>span:last-child,
body.pack_index .miniatura-ilustracja header a>span:last-child>span {
	width: 300px;
	}

.new-miniatura-abonament.miniatura-ilustracja a.rmore>span:nth-child(2),
body.pack_index .miniatura-ilustracja a.rmore>span:nth-child(2) {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: -8px;
	left: -5px;
	}

.new-miniatura-abonament.miniatura-ilustracja .price,
body.pack_index .miniatura-ilustracja .price {
	font-size: 13px;
	font-weight: bold;
	color: var(--chdclr);
	top: -2px;
	left: 10px;
	}

.new-miniatura-abonament.miniatura-ilustracja .buy-link,
body.pack_index .miniatura-ilustracja .buy-link {
	padding-left: 10px;
    }

body.pack_index .miniatura-ilustracja a.ilustracja {
	display: none;
    }

.free-boxes.free-box-1 {
	margin-top: 40px;
    }

.more-linked-link, .more-linked-link:hover {
	clear: both;
	top: -5px;
	display: block;
	position: relative;
    background: var(--clr);
	text-decoration: none;
	text-align: right;
    padding: 12px 15px 10px 15px;
    font: bold 14px/1 'roboto condensed', sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    border-top: none;
	margin: 5px 20px 20px auto;
	width: 115px;
	text-align: auto;
	}

.miniatura sup {
    vertical-align: initial;
    display: inline-block;
    top: -4px;
    position: relative;
    font-size: smaller;
	}

.miniatura sub {
    vertical-align: initial;
    display: inline-block;
    top: 3px;
    position: relative;
    font-size: smaller;
	}

body>nav.breadcrumb-nav {
	display: none; /*ll b back with js*/
    }
   
.breadcrumb-nav a.addleftpad {
	margin-right: 2px;
    }

.breadcrumb-nav a.addleftpad:first-letter {
	text-transform: uppercase;
    }

.category_ebook_item .powiazane-area .miniatura {
	display: block !important;
    }

.category_ebook_item .more-linked-x {
	display: none;
    }

.oe-file {
	clear: both;
    }

ul.ebook-menu {
	text-align: center;
    }

ul.ebook-menu li {
	display: inline-block;
	padding: 0 20px;
	vertical-align: middle;
    }

ul.ebook-menu li.ebook-menu-link-buy a {
	line-height: 39px !important;
    }

.pack_item article>.ilustracja {
    width: 700px;
    margin: 0 auto;
    }

.content_search_index .miniatura-produkt-2 {
	background: #fff;
	outline: 1px solid #f0f0f0;
    }

.content_search_index .miniatura-produkt-2 header a {
    padding-bottom: 10px;
    }

body.pack_item article>header>.tytul {
	width: 100%;
	text-align: center;
	padding-bottom: 13px;
	}

body.article_item.noaside article.article-centered {
	margin: 0 auto;
    }

.backto-ebook-archive-link {
	display: inline-block;
	padding: 7px 0;
	font-weight: bold;
    }

.pack_index .oe-content {
	top: 20px;
	color: #000;
	line-height: 1.2;
	font-size: 16px;
    }

.fancybox-navigation {
	height: 100%;
	}

.content_search_index .big-area .alert {
	font-size: 2em;
	text-align: center;
	margin-left: 0px;
	padding: 100px;
	background: #fff;
	color: #000;
    }

.login-cols {
	position: relative;
	text-align: center;
	padding: 20px 0;
    }

.login-col1, .login-col2 {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
    }

.login-col1 {
	padding-right: 20px;
	border-right: 1px solid rgba(0,0,0,0.15);
    }

.login-col2 {
	padding-bottom: 20px;
    }

.login-col2 p {
	padding: 15px;
	font-size: 1.5em;
	display: block;
	color: #000;
    }

a.nav-link.register-link {
	display: block;
	background: var(--clr);
	padding: 12px 15px 10px 15px;
	font: bold 14px/1 'roboto condensed', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	width: 250px;
	margin: 0 auto !important;
	}

.wizytowka-box>div hr {
	border-bottom: 0;
	border-top: 1px solid #d1d4d9;
    }

.spare-small,
.spare-big {
	width: 300px;
	height: 200px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: none;
    }

.spare-small span,
.spare-big span {
    display: table-cell;
    vertical-align: bottom;
    width: 280px;
    height: 180px;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
	font: bold 20px/23px roboto, sans-serif;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0) 30%, rgba(0,0,0,0.6));
    }

@media (min-width: 1024px) and (max-width: 9999px) {

	.underart {
		position: relative;
		display: block;
		clear: both;
		width: 1014px;
		}

    .bc-asside-to-right .underart {
    	margin-left: -714px;
        }

	.underart>section {
		margin-right: 0;
		}

	.underart>section:nth-child(3n+1),
	.underart>section:nth-child(3n+2) { 
		margin-right: 57px;
		}

    .spare-big {
    	width: 657px;
        }

	.spare-big span {
		width: 637px;
		}
}

.backlinkz {
	display: inline-block;
	background: var(--clr);
	padding: 12px 15px 10px 15px;
	font: bold 14px/1 'roboto condensed', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	width: auto;
	margin: 10px 0 20px 0px !important;
	text-align: center;
	}

.backlinkz span {
	font-weight: normal;
    }

.fancybox-button--arrow_right {
	background: var(--btnclr);
	width: 70px !important;
	height: 70px !important;
    }
.fancybox-button--arrow_left {
	background: var(--btnclr);
	width: 70px !important;
	height: 70px !important;
    }

@media (min-width: 1024px) and (max-width: 9999px) {
	.fancybox-button--arrow_right {
		right: 100px !important;
		}
	.fancybox-button--arrow_left {
		left: 100px !important;
		}
}

#fos_user_registration_form {
    position: relative;
    width: 320px;
    margin: 0 auto;	
    }

#fos_user_registration_form select {
	width: 100%;
    }

#fos_user_registration_form .form-check label {
    padding-left: 10px;
    width: 290px;
    padding-top: 2px;
    }

.rating > input:checked ~ label, 
.rating.write:not(:checked) > label:hover, 
.rating.write:not(:checked) > label:hover ~ label {
	color: var(--starclr);
	}

.miniatura-galeria .flaga-galeria {
	background: var(--flagclr);
	}

.miniatura-autor .dane-firmy .nazwa a {
	color: var(--flagclr);
	}

.searching-thumb .type-flag {
	color: var(--clr);
	}

.comparer-x .params-filters h3 {
	color: var(--clr);
	}

.back-to-card-link {
	display: inline-block;
	padding-top: 6px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
    }

.companyintro_item .back-to-card-link {
	top: -10px;
    }

.pack_item .big-area article .ebook-menu-link-buy a,
.pack_item .big-area article .ebook-menu-link-nologin a,
.pack_index .miniatura .buy-link span:last-child {
	display: none; /* show in js */
	}

.slick-slider {
	max-height: 100px;
	overflow: hidden;
    }

.miniatura-ilustracja,
.miniatura-tekst {
	outline: 1px solid #dbdbdb;
    }

.article-centered {
	margin: 0 auto !important;
	padding: 0;
    }

.kat-menu ul li ul {
	display: none !important;
	position: absolute !important;
	left: 300px;
	top: -1px;
	}

.kat-menu>ul>li:hover>ul,
.kat-menu>ul>li:hover>ul>li:hover>ul,
.kat-menu>ul>li:hover>ul>li:hover>ul>li:hover>ul {
	display: block !important;
	}

.kat-menu ul li ul li {
    padding-left: 0;
    }

.kat-menu a.traced {
	font-weight: bold;
    }

a.rmore {
	right: 10px;
    }

.oe-table ul {
    list-style: disc;
    margin-left: 2em;
    }

.oe-table ol {
    list-style: decimal;
    margin-left: 2em;
    }

.produkt-box .product-image-box+a+.more-group.cloned {
	margin-top: 20px;
    }

body.company_item img[src=""] {
	display: none;
    }

.miniatura-ilustracja .ilustracja {
    text-indent: 0;
    font-size: 0;
	}
.miniatura-ilustracja .ilustracja img {
    width: 100px;
    height: 70px;
    object-fit: cover;
	}

.miniatura-okladka .ilustracja img {
	display: none;
	}

.miniatura-produkt-2 .ilustracja {
    text-indent: 0;
    font-size: 0;
	}
.miniatura-produkt-2 .ilustracja img {
    width: 300px;
    height: 105px;
    object-fit: contain;
	}

.compare_index .miniatura-produkt-2 .ilustracja,
.compare_index_category .miniatura-produkt-2 .ilustracja {
    text-indent: 0;
    font-size: 0;
    }
.compare_index .miniatura-produkt-2 .ilustracja img,
.compare_index_category .miniatura-produkt-2 .ilustracja img {
    width: 300px;
    height: 90px;
    object-fit: contain;
    }

.miniatura-firma .ilustracja {
    text-indent: 0;
    font-size: 0;
	}
.miniatura-firma .ilustracja img {
	width: 115px;
	height: 95px;
    object-fit: contain;
	}

article .descripted-image .ilustracja {
    text-indent: 0;
    font-size: 0;
	}
article .descripted-image .ilustracja img {
    height: 350px;
    width: 100%;
    object-fit: cover;
	}

article>.ilustracja {
    text-indent: 0;
    font-size: 0;
	}
article>.ilustracja img {
    height: 350px;
    width: 100%;
    object-fit: cover;
	}

section.wizytowka-box>div:nth-child(4) .logo {
    text-indent: 0;
    font-size: 0;
	}
section.wizytowka-box>div:nth-child(4) .logo img {
    height: 180px;
    width: 180px;
    object-fit: contain;
	}

.fos_user_resetting_reset .fos_user_resetting_reset {
	width: 300px;
	margin: 0 auto;
	text-align: center;
    }

.fos_user_resetting_reset .fos_user_resetting_reset input {
	width: 80%;
	margin: 5px auto 10px !important;
    }

.fos_user_resetting_reset .fos_user_resetting_reset input.btn {
	margin-top: 20px !important;
    }

.miniatura-autor * {
	text-align: left;
    }

.company_item .oe-table table {
	max-width: inherit;
    }

.reklama-lewa, .reklama-prawa { /* turn on in js */
	display: none;
	}
	
.prezentacja .oe-video.image-big iframe {
	width: 660px;
	height: 380px;
	}

/* lista 3  */

body>nav.main-menu>ul {
	background: var(--clr);
	width: 100%;
    }

body>nav ul ul,
body>nav ul ul a {
	background: #fff !important;
	}

body>nav>ul>li>a {
	color: #fff;
	border-color: transparent;
    }

body>nav>ul>li>a:hover,
body>nav>ul>li>a.active {
	color: #fff;
	border-color: #fff !important;
    }

section.title h1, 
section.title h2, 
section.title h3, 
section.title h4, 
section.title h5, 
section.title h6 {
	border-bottom: 2px solid var(--clr);
	font-size: 2.2em;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 40px;
	min-height: 26px;
	}

body.bc-asside-to-right.article_item:not(.noaside) article,
body.bc-asside-to-right.gallery_item:not(.noaside) article,
body.bc-asside-to-right.gallery_image:not(.noaside) article,
body.bc-asside-to-right.ebook_item:not(.noaside) article {
	float: left;
	}

body.bc-asside-to-right.article_item:not(.noaside) aside,
body.bc-asside-to-right.gallery_item:not(.noaside) aside,
body.bc-asside-to-right.gallery_image:not(.noaside) aside,
body.bc-asside-to-right.ebook_item:not(.noaside) aside {
	float: right;
	}

.miniatura-produkt-2,
.miniatura-produkt {
	background: #fff;
	outline: 1px solid #dbdbdb;
	}

.miniatura-okladka2 {
	background: none;
	outline: 1px solid #dbdbdb;
	height: 200px !important;
    }

.miniatura-okladka2 .ilustracja {
	position: absolute;
	top: 0;
	left: 0;
	height: 110px !important; 
	text-indent: 0 !important;
    }

.miniatura-okladka2 .ilustracja img {
	display: block;
	width: 300px !important;
	height: 110px;
	object-fit: cover;
    }
    
.miniatura-okladka2 .ilustracja span {
	display: none;
    }
    
.miniatura-okladka2 header {
	position: relative;
	padding-top: 110px;
	}

.miniatura-okladka2 header a span.flaga-news {
	position: absolute;
	top: 3px;
	right: auto;
	left: 0;
	background: none;
	font: bold 10px/9px 'roboto condensed', sans-serif;
	color: var(--flagclr);
	display: block;
	text-transform: uppercase;
	height: 10px;
	padding: 5px 0 5px 5px;
	}

.miniatura-okladka2 header a {
	position: relative;
	display: table-cell;
	vertical-align: top;
	width: 300px;
	height: 65px !important;
	padding: 0px;
	color: #000;
	text-decoration: none;
	text-shadow: none;
	font: bold 18px/20px roboto, sans-serif;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	}

.miniatura-okladka2 header a:hover {
	color: var(--mhclr);
	}

.miniatura-okladka2 header a:after {
	display: none;
	}

.miniatura-okladka2 .krotka-zajawka,
.miniatura-okladka2 .dluga-zajawka {
	display: none;
    }

.toggle-commets .invitation,
.toggle-commets i {
	font-size: 12px !important;
    }

a.rmore { 
    font-weight: bold;
	}

body>nav.newsletter ul {
	width: 230px;
	}

body>nav.newsletter ul li a {
	padding: 10px 3px 10px 32px;
	}

nav.newsletter a.fb {
	position: relative;
	display: inline-block;
    text-indent: -9999px;
    text-align: left;
    background-image: url('/styles/dzial-zlecen/rynekinstalacyjny/gfx/fb.png');
    background-position: center;
    background-size: auto 24px;
    padding: 0;
    width: 32px;
    height: 32px;
    vertical-align: top;
    margin-left: 1px;
    }
nav.newsletter a.fb:hover {
	background-color: #e6e9ed;
    background-image: url('/styles/dzial-zlecen/rynekinstalacyjny/gfx/fb.png');
    background-position: center;
    background-size: auto 24px;
    }

nav.newsletter a.fb:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0px;
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
	left: -1px;
	width: 1px;
	height: 20px;
	background: #ccc;
    }

nav.newsletter ul {
	font-size: 0 !important;
    }

nav.newsletter ul li {
	width: 230px;
    }

nav.newsletter a {
	display: inline-block !important;
    }

.compare_index .miniatura-produkt.advanced .outer-link,
.compare_index_category .miniatura-produkt.advanced .outer-link {
    bottom: 2px;
    z-index: 10;
    color: #000;
    text-indent: -9999px;
    background: var(-clr);
    color:  #fff;
    display:  block;
    width: 110px;
    padding:  5px;
     }
.compare_index .miniatura-produkt.advanced .outer-link:hover,
.compare_index_category .miniatura-produkt.advanced .outer-link:hover {
    color: #dadada;
     }
.compare_index .miniatura-produkt.advanced .outer-link::after,
.compare_index_category .miniatura-produkt.advanced .outer-link::after {
	content: "Strona producenta";
	position: absolute;
	text-indent: 0;
	top: 5px;
	width: 100% !important;
	left: 0;
	display: block;
	text-align:  center;
	width: 110px;
	}

.compare_index .miniatura-produkt.advanced .company-link,
.compare_index_category .miniatura-produkt.advanced .company-link {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    }

.compare_index .miniatura-produkt.advanced .company-link img,
.compare_index_category .miniatura-produkt.advanced .company-link img {
    object-fit: contain;
    width: 100px;
    display: block;
    margin: 0 auto;
    height: 50px;
    }

.compare_index .miniatura-produkt.advanced .company-link::after,
.compare_index_category .miniatura-produkt.advanced .company-link::after {
	contain: " ";
	display: block;
	background: #151111;
	width: 120px;
	height: 23px;
	position: absolute;
	left: 0;
    }

body .miniatura-produkt-2 .params {
    display: none;
	}
body.compare_index .miniatura-produkt-2 .params,
body.compare_index_category .miniatura-produkt-2 .params {
    display: block;
	}

body .miniatura-produkt-2 a.ilustracja {
    height: 140px;
    margin-top: 3px;
    /*background: none !important;*/
	background-size: 0 0;
	}
body.compare_index .miniatura-produkt-2 a.ilustracja,
body.compare_index_category .miniatura-produkt-2 a.ilustracja {
    height: 90px;
    margin-top: 0px;
	}

body .miniatura-produkt-2 a.ilustracja img {
    height: 130px;
	}
body.compare_index .miniatura-produkt-2 a.ilustracja img,
body.compare_index_category .miniatura-produkt-2 a.ilustracja img {
    height: 90px;
	}

body .miniatura-firma p.zajawka {
    display: none;
	}
body.company_catalog .miniatura-firma p.zajawka,
body.company_catalog_trade .miniatura-firma p.zajawka {
    display: block;
	}

.kat-menu li li.hasch>a span {
	display: block;
	}

.kat-menu li.traceds>a {
	font-weight: bold;
    }

.miniatura-firma a.rmore>span:first-child {
	background: none;
	}

.company_catalog .miniatura-firma a.rmore>span:first-child,
body.company_catalog_trade .miniatura-firma a.rmore>span:first-child {
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.7), #fff);
	}

.miniatura-produkt a[href^="/produkty-prezentacja/"]+p {
	display: none !important;
    }

.oe-link a {
	margin-bottom: 20px;
	}

ul.branzewwiz {
	height: 100px;
	font-size: 15px;
	line-height: 1.3;
	font-family: roboto condensed;
	padding: 20px 0 10px 0;
	display: block;
	position: relative;
    }

ul.branzewwiz+ul.branzewwiz {
	display: none;
    }

ul.branzewwiz li {
	display: inline;
    }

ul.branzewwiz li::after {
	content: ", ";
	position: relative;
	margin-left: -3px;
    }

ul.branzewwiz li:last-child::after {
	content: "";
    }

.innemenuli ul li a {
	width: 180px;
	}

.miniatura-produkt-2 header h3 a {
	min-height: 34px;
	position: relative;
    }

.miniatura-produkt-2 header h3 a span {
	display: table-cell;
	width: 300px;
	height: 34px;
	vertical-align: middle;
    }

ul.user-menu-top li:last-child {
	display: block;
	margin-left: 0;
	padding-left: 0px;
    }

.content_search_index .miniatura-okladka2 header a {
	padding: 8px 5px 12px 8px;
	}

.lista-prezentacji-area .image-full img {
	width: 940px !important;
	margin-left: -10px;
    }

.produkt-box+article .image-full img {
	width: 940px !important;
	margin-left: 0px;
    }

.produkt-box+article .oe-image.image-full {
	width: 940px;
    }

.lista-prezentacji-area img,
.produkt-box+article img {
	max-width: 940px !important;
    }

.oe-table {
	z-index: 10;
    }

body.article_item:not(.noaside) .free-boxes .free-boxes-row,
body.gallery_item:not(.noaside) .free-boxes .free-boxes-row,
body.gallery_image:not(.noaside) .free-boxes .free-boxes-row,
body.ebook_item:not(.noaside) .free-boxes .free-boxes-row {
    left: -46px;
    width: 1014px;
    }

.see-all-galleries-link a {
    display: block;
    background: var(--btnclr);
    font: bold 14px/1 'roboto condensed', sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    width: auto;
    margin: 0 !important;
    line-height: 1.3;
    padding: 9px 10px;
    text-align: center;
    }
.see-all-galleries-link a:hover {
	background: #e6e9ed;
	color: var(--btnclr);
	text-shadow: none;
	} 

.content_search_index .miniatura-ilustracja a.rmore {
	bottom: -4px;
	right: 3px;
	}

.content_search_index .miniatura-produkt-2 a.ilustracja img {
    height: 110px;
    width: 100%;
    position: absolute;
    top: 62px;
    }

@media (max-width: 9999px) and (min-width: 480px) {
	body.noaside .media-view img {
		width: 700px;
		}
	body.noaside.company_item .image-middle .media-view img {
		width: 340px;
		}        
	body.noaside .image-big .media-view img {
		width: 440px;
		}        
	body.noaside .image-middle .media-view img {
		width: 350px;
		}        
	body.noaside .image-small .media-view img {
		width: 220px;
		}        
	}

.miniatura-okladka header a {
	height: 200px;
    }

.area-620x420.miniatura-okladka header a,
.area-940x420.miniatura-okladka header a,
.area-620x420.miniatura-produkt header a,
.area-940x420.miniatura-produkt header a {
	height: 420px;
	}

.social-buttons iframe {
	width: 300px !important;
	}

.user-loggedin.zaloguj {
	max-width: 90px;
	overflow: hidden;
	}

.company_item .oe-image.image-full.a-bigger img {
	width: 920px;
	}

.company_item .oe-image.image-big.a-bigger img {
	width: 580px;
	}

.company_item .oe-image.image-middle.a-bigger img {
	width: 450px;
	}

.company_item .oe-image.image-small.a-bigger img {
	width: 293px;
	}

.company-description {
	margin-bottom: 20px;
	margin-right: 20px;
	}

.miniatura-okladka header a span.flaga-news {
	top: 20px;
	}
	
.area-220x120.miniatura-okladka header a span.flaga-news {
	top: 0px;
	}

.gallery_image .gallery-title+.gallery-title {
	display: none;
    }

.flaga-autor {
	display: none;
		}

.miniatura-zautorem .flaga-autor {
	display: block;
		}

.miniatura-zautorem .flaga-news {
	display: none !important;
		}

.miniatura-zautorem header a span.flaga-autor {
	font: bold 10px/9px 'roboto condensed', sans-serif;
	color: var(--flagclr);
	display: block;
	text-transform: normal;
	padding-top: 2px;
	height: 13px;
	padding-left: 10px;
	
	height: 21px;
	line-height: 1;
	overflow: hidden;
	position: absolute;
	top: 76px;
	}

.miniatura-zautorem header a>span:last-child {
	width: 300px;
	height: 69px;
	position: absolute;
	top: 0;
	}

.miniatura-zautorem header a>span:last-child>span {
	display: table-cell;
	width: 300px;
	height: 69px;
	text-align: left;
	vertical-align: middle;
	}

.miniatura-zautorem .dluga-zajawka {
	position: relative;
	width: 290px;
	padding-left: 10px;
	height: 78px;
	top: 86px;
	overflow: hidden;
	}
	
.content_search_index .miniatura.miniatura-zautorem .category-name {
	top: 86px;
	left: 10px;
	}
		
body>nav.newsletter ul li a {
	transition: all 0s ease;
	-moz-transition: all 0s ease;
	-webkit-transition: all 0s ease;
	}

.reklama-940-196-top {
	width: 100%;
	height: 200px;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
	z-index: 50;
	}

.reklama-940-196-top>div {
	width: 940px;
	height: 200px;
	margin: 0 auto;
	position: fixed;
	left: 50%;
	top: 0;
	margin-left: -470px;
	z-index: 9999;
	}

.sticky .reklama-940-196-top>div {
	top: 90px;
	}

/* UNIQUE FOR RI */

a.lg {
    background-size: 270px !important;
}

section.title h1, 
section.title h2, 
section.title h3, 
section.title h4, 
section.title h5, 
section.title h6 {
	border-bottom: 2px solid var(--clr);
	}

body>nav ul li a.active,
body>nav ul li a:hover {
	border-color: #cd091e !important;
	}

body>nav.newsletter ul li a {
	color: #0d4472;
	}

.free-boxes-row .col h4 {
	border-color: #cd091e !important;
	}

.nad-stopka header {
	border-color: #cd091e !important;
	}

.sticky a.lg {
	background: url('/styles/dzial-zlecen/rynekinstalacyjny/gfx/lg.png') no-repeat left center;
	background-size: auto 50px;
	}

@media (max-width: 480px) and (min-width: 0px) {
	.sticky a.lg, a.lg {
		background-size: 110px !important;
    }

	.overall-menu>nav ul li a {
		color: #000000 !important;
		}
	}

.backlinkz, .backlinkz:hover {
	background: var(--clr);
	color: #fff;
	font-weight: bold;
	}

.backlinkz:hover {
	color: #e6e9ed;
	}

.backlinkz span {
	font-weight: bold;
	}

input[type="submit"],
.button,
.backlinkz,
.more-group a,
a.nav-link.register-link {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	}

a.telafterbutton { 
	color: #fff;
	background: #094c84;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	}

input[type="submit"]:hover,
.button:hover,
.backlinkz:hover,
.more-group a:hover,
a.nav-link.register-link:hover,
a.telafterbutton:hover {
	color: #dadada;
	text-shadow: none;
	}

a.zobacz-wiecej:hover:after {
	color: #dadada;
	}

body>nav.main-menu>ul {
	background: #094c84;
	}

body:not(.sticky)>header+.main-menu li li a.active,
body:not(.sticky)>header+.main-menu li li a:hover {
	border-bottom: 1px solid var(--btnclr);
	color: #fff;
	background: #094c84 !important;
	}






/* dodatek - reklama obok ikonki newslettera + menu rwd (uwaga: dodatek tez w js!) */

a.nwsr, .sticky a.nwsr {
	display: block !important;
	height: 32px !important;
	width: 136px !important;
	position: absolute !important;
	top: 2px;
	right: 215px;
	font-size: 0.8rem;
	color: #000;
	font-weight: bold;
	line-height: 32px;
	text-align: left;
	background: #fff !important;
	transition: all 0s ease;
	-moz-transition: all 0s ease;
	-webkit-transition: all 0s ease;
    }

a.nwsr>span:nth-child(1) {
	display: inline-block;
	width: 31px;
	height: 31px;
	background-size: 28px;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
    }

body.sticky .oanwsr {
	position: relative;
    width: 100%;
    text-align: center;
	}
body.sticky .oanwsr>div {
	position: relative;
    width: 0px;
    height: 0px;
    margin: 0 auto;
	}

body.sticky a.nwsr>span:nth-child(2) {
	display: none;
    }

body.sticky .oanwsr a.nwsr {
	position: absolute;
	top: 100px;
	left: 254px;
	width: 80px !important;
	z-index: 50;
	box-shadow: 0 8px 10px rgba(0,0,0,0.2);
	}

li.rwdnwsr a {
	color: var(--nwsclr);
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAyVBMVEX/////xAD/xQD9////vgD7tAD/wQD7ugD7twD8++767bL4twD68b/645P/wwD5vAD/uwD9ugD8tQD9/vr899r655r55pL5xiH5wQj5vwH+uAD8+eb66aT55Iz43nL52mf41Ev50D/4zTP3yyX5whD5xw//wAD8vAD+tAD+//39/PP89db777n87LX76q/566r33W342Fz41VT41U74zzn6xxz8wAD9uAD9twD8+eD899778sr78sb54ID44X783HD70Cz6xir3wQFN+iWHAAABU0lEQVQ4y31TV5aDMAzEciMh1EAo6b33stle7n+oNeQlLzTrS7YGZjSylNLAWJFGbeA3ZJDm38zS1hJAVUUw+5YAKmMn0lbpq/qTwKbi9vot/Kz5a+Rv74eP36ArrtKcGrHM2i1/C6MJbWc4PykACV7jdOFHANdDBuCGEwT8LHTg0wsAE3/LhKciBNPBZt3jAMjp4JyzffEhkKk9FUBriAs6DwgghAxRJ+ay0DzOUBKG2ih2r8OTOthHXDLgM4kBLKiUvYCfBEDGuOwJmDcRvERCZUQg0UDCZSFBP0rqsQ1+EUk7tpLZNgME124e4ZoEgFz23YsgYjw3ivrQFnVexcp7KJDWONuqpwEw1YvTFReDVXdZBRQMZ3djbqgMnH2OwqE9fPdcm43cVIe6jue6hx/nrd58ri9OlA5kW9SigKgu2yJqGLQlAcwPVDtKdxlvqqX1fwyMFXiQClvUAAAAAElFTkSuQmCC');
	background-size: 23px;
	background-repeat: no-repeat;
	background-position: 5px 4px;
	padding-left: 35px !important;
	display: block;
	}

li.rwdnwsr,
.oanwsr {
	z-index: 10;
    }

body.article_item:not(.noaside) a.nwsr,
body.gallery_item:not(.noaside) a.nwsr,
body.gallery_image:not(.noaside) a.nwsr,
body.ebook_item:not(.noaside) a.nwsr {
	right: 181px;
    }
body.article_item.sticky:not(.noaside) a.nwsr,
body.gallery_item.sticky:not(.noaside) a.nwsr,
body.gallery_image.sticky:not(.noaside) a.nwsr,
body.ebook_item.sticky:not(.noaside) a.nwsr {
	right: auto !important;
	left: 292px !important;
    }

body>nav.breadcrumb-nav {
	padding-right: 350px;
	width: 590px !important;
	}

@media (max-width: 9999px) and (min-width: 480px) {
	body.article_item:not(.noaside)>nav.breadcrumb-nav, 
	body.gallery_item:not(.noaside)>nav.breadcrumb-nav, 
	body.gallery_image:not(.noaside)>nav.breadcrumb-nav, 
	body.ebook_item:not(.noaside)>nav.breadcrumb-nav {
		width: 663px !important;
	    padding-right: 350px;
	}
}