html,
body {
  font-size: 14px;
}
body {
  font-family: 'Lato';
  margin: 0px;
  padding: 0px;
  color: #848484;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  background-color: #FEFEFE;
}
a,
a.inverted,
a.white {
  cursor: pointer;
  color: #2b2a28;
  text-decoration: none;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  outline: none
}
a.inverted {
  color: #474948;
}
#page ul li{
	list-style-type:none;
}
#page ul li:before {
    content: "-";
    position: absolute;
    margin-left: -15px;
}
a.white {
  color: #fff;
}
a:hover,
a.hover,
a:focus {
  color: #474948;
  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -o-transition: all .35s ease;
  transition: all .55s ease;
  outline: none;
  text-decoration: none
}
a.inverted:hover,
a.inverted:focus {
  color: #92c607;
}
a.white:hover,
a.white:focus {
  color: rgba(0,0,0,0.4);
}
hr {
  margin-top: 2em;
  margin-bottom: 2em;
  border: 0;
  height: 3px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
}
h1,
h2,
h2.h3.h4,
h3,
h5,
h6 {
  font-family: 'Lato';
  color: #404040;
  margin-bottom: 1rem;
}
h1{
	text-transform:uppercase;
	text-align:center;
}
h3{
	text-transform:uppercase;
	text-align:center;
	color:#4a4a4a;
	font-size:24px;
	font-weight:900;
	margin-bottom:0;
	padding-bottom:0;
	margin-top:1em;
}
h4{
	text-align:center;
	color:#797979;
	font-size:24px;
	font-weight:300;
	margin-top:0;
}
h5{
	text-align:left;
	color:#646464;
	font-size:24px;
	font-weight:300;
	margin-top:0;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
header .os-content {
  padding: 1.2em;
}
.os-content {
  padding: 1em;
}
.os-content-full {
  padding: 2em
}
.os-content-half {
  padding: .5em 1em;
}
header {
  position: relative;
  background-color: #FFF;
}
header .top-bar {
  background-color: #1b4268;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
header .middle-bar {
  background: url('../../../uploads/middlebar_bg.jpg');
  position: relative;
  background-size:cover;
}
header .middle-bar .btn{
	text-align:center;
}
header .middle-bar .btn .button{
	float:left;
}
header .top-bar .doSearch {
  float: right;
  min-width: 300px
}
.subheader {
  background-color: #F5F5F5;
  background-position: center top;
  background-repeat: no-repeat;
  color: #FFFFFF;
  display: block;
  background-image: url(../images/crumbs_bg.jpg);
  padding: 1em 0;
  background-attachment: fixed;
}
.subheader h1 {
  color: #404040;
  margin: 0;
  text-align:left;
  font-weight:300;
  font-size:30px;
  text-transform:none;
}
.subheader h1 small {
  display: block;
  font-weight: 300;
  font-size: .5em;
  color: #404040;
}
.os.breadcrumb ul{
	padding:0;
}
.os.breadcrumb ul li{
	display:inline-block;
}
.os.breadcrumb ul li .crumb_submenu li{
	display:block;
	padding:5px 10px;
}
ul.crumb_submenu {
    position: absolute;
    z-index: 3;
    background-color: #fff;
    overflow: hidden;
    max-height: 0;
	transition:linear 300ms;
	margin-top:10px;
	margin-left:-20px;
	box-shadow:1px 1px 1px #cdcdcd;
}
.os.breadcrumb ul li:hover > .crumb_submenu{
    max-height: 1000px;
}
.infolinia{
	padding:.65em;
}
#suggestions {
  position: absolute;
  width: 100%;
  top: 3em;
  z-index: 9001;
  max-width:33em;
}
#search-results {
  background-color: #FFF;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
  max-width: 28.5em;
	left: 0;
    margin-left: 1em;
    padding: .5em;
    top: .2em;
}
#search-results {
  background-color: #FFF;
}
#search-results .item {
  display: block
}
#page {
  margin-top: 2em;
}
#glowna_head{
	text-align:center;
}
#glowna_head h1{
	margin-bottom:0;
}
#glowna_head h2 {
    display: inline;
    padding: 0 20px;
    font-weight: 300;
	border-right:solid 1px #797979;
	text-transform:lowercase;
}
#glowna_head h2.last {
	border-right:0;
}
#glowna_head p{
	margin:1em 0;
}
/* == Menu Navigation == */
.sm,
.sm ul,
.sm li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: normal;
  direction: ltr;
}
ul.sm{
	float:left;
}
ul.sm li {
  position: relative;
}
ul.sm a {
  position: relative;
  display: block;
}
ul.sm a.disabled {
  cursor: default;
}
ul.sm ul {
  position: absolute;
  top: -999999px;
  left: -800px;
  width: 100px;
}
ul.sm li {
  float: left;
}
ul.sm-rtl {
  direction: rtl;
}
ul.sm-rtl li {
  float: right;
}
ul.sm ul li,
ul.sm-vertical li {
  float: none;
}
ul.sm a {
  white-space: nowrap;
}
ul.sm ul a,
ul.sm-vertical a {
  white-space: normal;
}
* html ul.sm-vertical li {
  float: left;
  width: 100%;
}
* html ul.sm-vertical ul li {
  float: none;
  width: auto;
}
*:first-child+html ul.sm-vertical>li {
  float: left;
  width: 100%;
}
ul.sm ul.sm-nowrap>li>a {
  white-space: nowrap;
}
ul.sm:after {
  content: "\00a0";
  display: block;
  height: 0;
  font: 0/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
* html ul.sm {
  height: 1px;
}
*:first-child+html ul.sm {
  min-height: 1px;
}
ul.sm li *,
ul.sm li *:before,
ul.sm li *:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
ul.sm {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.isStuck {
  left: 0px;
  width: 100%;
}
/* Menu box
===================*/
#menu-wrap {
	background-color:#92c607;
    max-height: 40px;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.02);
  z-index: 9000;
  position:relative;
}
#menu-wrap .menu {
	width: 760px;
    height: 40px;
    display: inline-block;
    float: right;
    margin-right: calc(50% - 600px);
}
#menu-wrap .pas {
  	background: url('uploads/menu_bg.jpg');
    width: 440px;
    height: 40px;
    display: inline-block;
    float: left;
    padding-left: calc(50% - 600px);
}
#menu-wrap .pas .logo{
	margin-top:-66px;
}
#menu-wrap .pas .logo img{
	max-width:none;
}
#menu-wrap.isStuck .pas .logo{
	margin-top:0;
}
#menu-wrap.isStuck .pas .logo img{
	display:none;
}
.top-menu {
  position: relative;
}
.topmenu li > a {
  display: block;
  position: relative;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  height: 100%;
  color: #000;
  font-weight: 300 !important;
  padding: .81em 1em;
}
.topmenu li > a strong {
  display: inline-block;
  font-weight: 300 !important;
  font-size: 1rem;
}
.topmenu li > a small {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.topmenu li:hover > a {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  color:#92c607;
  background-color: #3A3A3A;
}
.topmenu li > a:after {
    content: '';
    height: 2px;
    width: 100%;
    background: url('../../uploads/border_bottom.jpg');
    position: absolute;
    bottom: 0;
    left: 0;
	opacity:0;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease
}
.topmenu li:hover > a:after {
	opacity:1;
}
.topmenu li > a.active > strong {
	font-weight:600 !important;
}
.topmenu li > a i.icon {
  margin-right: .5em;
}
#menu_cat li.nav-item > a.has-submenu {
	text-align:center;
	background-color:#2b2a28;
	font-size:18px;
	color:#fff;
	padding: .5em .8em;
}
#menu_cat li > a strong {
	font-weight:900 !important;
	text-transform:uppercase;
}
#menu_cat ul.sm-nowrap{
	border: solid 1px #cdcdcd;
}
#menu ul.two.cols {
  width: 380px!important;
}
#menu ul.three.cols {
  width: 500px!important;
}
#menu ul.three.cols li {
  width: 33.33%;
}
#menu_cat ul.four.cols{
	min-width:950px !important;
	box-shadow: -1px 1px 2px #cdcdcd;
}
#menu_cat ul.four.cols .add{
	padding-top:1em;
}
#menu ul.four.cols li, #menu_cat ul.four.cols li {
  width: 25%;
  float:left;
}
#menu ul.four.cols li, #menu_cat ul.four.cols li a {
  border-right:solid 1px #cdcdcd;
}
#menu ul.four.cols {
  width: 680px!important;
}
#menu_cat ul.four.cols li ul li{
	width:100%;
	display:block;
	float:none;
}
#menu ul.five.cols li {
  width: 20%;
}
#menu ul.five.cols {
  width: 980px!important;
}
#menu ul.cols li {
  display: block;
  float: left;
  width: 50%;
  box-shadow: inset 1px 0 0 0 #EEE;
}
#menu ul.cols li:first-child {
  box-shadow: none
}
#menu ul.cols {
  clear: both
}
.topmenu ul {
  background: #FFF;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}
/* Sub menu indicators
===================*/
.topmenu ul.menu-submenu {
	border:solid 1px #cdcdcd;
  margin-top:5px !important;
  position:absolute !important;
}
.topmenu a span.sub-arrow {
	display:none;
}
.topmenu ul a span.sub-arrow {
  position: absolute;
  right: 1em;
  transform: rotate(-90deg);
}
.topmenu ul a {
  font-size: 1em;
  white-space: nowrap;
  font-weight: 400;
  text-transform: none;
  padding: 8px 15px
}
.topmenu ul a:hover {
  background: #2b2a28;
  color: #FFF
}
.topmenu ul a.active {
  box-shadow: none;
  background: #92c607;
  color: #FFF
}
/* == Plugis Layout == */
#topwidget {
  /*background: url('../../../uploads/topwidget.jpg');*/
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
#topwidget .static-image {
  background-attachment: scroll;
  background-image: url("uploads/images/pages/static.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 3em;
  padding-bottom: 3em;
  color: #fff
}
#topwidget .static-image > h1 {
  font-size: 3em;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Quicksand';
  font-weight: 600;
}
#rightwidget aside,
#leftwidget aside {
  margin-bottom: 1.5em;
}
#rightwidget aside h3,
#leftwidget aside h3 {
}
#botwidget {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../../uploads/botwidget_bg.jpg);
  background-position: top center;
}
#botwidget.marg {
    padding: 80px 0 20px;
}
#botwidget h3 {
  font-size: 1.6em;
  padding-top: 1em;
  padding-bottom: .5em;
  color: #6A7F94;
  position: relative
}
#botwidget h3:after {
  background: #6A7F94;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 40px;
}
/* == Informacje Kontaktowe == */
.contact_info > div{
	padding:.5em 0;
}
.contact_info .txt{
	font-size:20px;
	font-weight:300;
	text-transform:uppercase;
	padding-left:1em;
}
.contact_info .button{
	width:56px;
}
/* == Loading == */
.loader {
  position: relative
}
.loader:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8) url(../images/loader-large.gif) no-repeat 50% 50%;
  visibility: visible;
  z-index: 5000;
}
#login .section {
  background-color: #FCFCFC;
  border: 1px solid #F1F1F1;
  padding: 1.5em;
  position: relative;
  margin-top: -1px;
  z-index: 1
}
#login .section .item {
  margin-bottom: 2em;
}
#login .section .item label {
  display: block;
  margin-top: 1em;
}
#login .section .item input {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  box-shadow: none;
  color: #888888;
  display: inline-block;
  line-height: 20px;
  outline: medium none;
  padding: 14px 10px;
  resize: none;
  transition: all 0.1s linear 0s;
  width: 100%;
  background-color: #FFFFFF;
}
#login .nav {
  z-index: 2
}
#login .nav > a {
  display: block;
  float: left;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
#login .nav > a:last-child {
  border-left: 0
}
#login .nav > a.active {
  background-color: #FCFCFC;
  border-bottom: 1px solid #FCFCFC;
}
/* == Footer == */
footer {
  background: url('../../../uploads/footerbg.jpg');
  color:#fff;
}
footer .logo {
}
footer .copyright {
  text-align: left;
  font-family:'Lato';
  font-size:16px;
  color:#2c435a;
  padding:1.6em 0;
}
footer .os-content-full {
	padding:1.3em;
}
#scrollUp {
	display:none !important;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 4px;
  text-align: center;
  line-height: 35px;
  opacity: 0.8;
  color: #ccc;
}
#scrollUp:before {
  content: "\f077";
  display: inline-block;
  vertical-align: middle;
  font: 14px/18px 'Icons';
  color: #ccc;
}
#error-page {
  height: 100%;
  background-image: url(../images/404_bg.png);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100vh;
  text-align: center;
  background-color: #282828;
  box-shadow: inset 0 10px 0 0 #000000, inset 0 -10px 0 0 #000000;
  position: relative
}
#error-page .logo {
  padding-top: 2em;
}
#error-page h1 {
  padding-top: .5em;
  color: #fff;
  font-size: 5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}
#error-page h3 {
  color: #7F7F7F;
  font-size: 1.5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}
#error-page h3.primary {
  margin-top: 2em;
}
#error-page #but.button {
  font-size: 2em;
}
#error-page #but.button i.icon {
  font-size: 4em;
}
 @media only screen and (max-width: 768px) {
.logo {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: .5em;
  margin-left: auto;
  text-align: center;
}
ul.topmenu {
  width: auto;
  background-color: #525252;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2)
}
ul.topmenu ul {
  display: none;
  position: static;
  top: auto!important;
  left: auto!important;
  margin-left: 0 !important;
  margin-top: 0!important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}
ul.topmenu>li {
  float: none;
}
ul.topmenu>li>a,
ul.topmenu ul.sm-nowrap>li>a {
  white-space: normal;
}
ul.topmenu iframe {
  display: none;
}
/* Menu box
===================*/
.topmenu ul.menu-submenu {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #525252;
}
.topmenu li > a {
  display: block;
  padding: .5em 1em;
  text-align: left;
  color: #f9f9f9;
}
.topmenu li a > i {
  display: inline-block;
  font-size: 1em;
  margin-right: 1em;
}
.topmenu li > a small {
  display: none;
}
.topmenu a span.sub-arrow {
  position: absolute;
  left: auto;
  right: 1em;
  bottom: 1em;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.topmenu ul a span.sub-arrow,
.topmenu-vertical a span.sub-arrow {
  left: auto;
  right: 1em;
}
#menu ul.two.cols,
#menu ul.three.cols,
#menu ul.four.cols {
  width: 100%!important;
}
#menu ul.cols li {
  float: none;
  width: auto;
  box-shadow: none
}
.topmenu li:hover > a {
  background: #92c607;
  color: #fff;
}
.topmenu a.highlighted span.sub-arrow {
  display: none;
}
.topmenu li {
  border-left: 0;
}
.topmenu li a {
  box-shadow: 0 1px 0 rgba(255,255,255,0.1);
  padding: 1em;
  text-align:center;
}
.topmenu li:first-child {
  border-top: 0;
}
#footer .links {
  float: none!important
}
.os.tabs li {
  float: none;
}
.os.tabs li a.active,
 .os.tabs li a.active:hover {
  border-color: #92c607;
}
}

/* Główna Header
===================*/
.glowna_head{
	padding:50px 0;
}
.glowna_head p{
	text-align:center;
}
#asortyment_more{
	max-height:0;
	overflow:hidden;
	transition:linear 300ms;
	margin-top:50px;
}
#asortyment_more.active{
	max-height:500px;
	overflow:hidden;
	transition:linear 300ms;
}
#asortyment_more img{
	display:block;
	float:none;
	margin:auto;
	width:100%;
}
div#asortyment_more ul {
    padding: 0;
    margin: 0;
    width: 100%;
	border:solid 1px #797979;
}
div#asortyment_more ul li {
    display: inline-block;
    width: 25%;
    float: left;
    text-align: center;
}
div#asortyment_more ul li a {
    padding: 1em;
    display: block;
}
/* Pablo Poleca
===================*/
.pablo_poleca .pasek{
	text-align:center;
	background-color:#92c607;
	padding:.8em;
	font-size:18px;
	border:solid 1px #d1d1d1;
}
.pablo_poleca .zdjecie{
	background-color:#2b2a28;
}
.pablo_poleca .zdjecie img{
	opacity:.20;
	transition:all 300ms;
}
.pablo_poleca .box:hover .zdjecie > img{
	opacity:1;
}
.pablo_poleca .opis {
    position: relative;
    margin-top: -200px;
    text-align: center;
}
.pablo_poleca h4 {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    padding: 20px;
}

/* Oddziały
===================*/


.mapy{
	width:98%;
	padding:5px;
}
.mapy .naglowek{
	font-family:'Lato';
	font-size:18px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	padding:15px;
	border:solid 1px #fff;
	font-weight:100;
}
.miejscowosci .naglowek{
	font-size:16px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	padding:5px;
	font-weight:600;
}
.miejscowosci p{
	color:#fff;
	font-size:12px;
	text-align:center;
	font-weight:300;
}
.mapy .otwarte{
	background-color:#fff;
	padding:10px;
	color:#212121;
}
.mapy .tel{
	padding:10px;
	text-align:center;
	color:#224972;
	background-color:#fed830;
	font-family:'Lato';
	font-weight:900;
	font-size:26px;
}
.mapy .tel small{
	display:none;
}
/* Oddziały
===================*/

/* Lista produktów
===================*/
#lista_produktow .position{
	margin:1em 0;
}
#lista_produktow .opis{
	background-color:#f8f8f8;
	padding:1em 2em 3em;
    padding-right: 4.5em;
    position: relative;
	overflow:hidden;
}

#lista_produktow .position:nth-child(2n+1) > .opis{
	background-color:#f0f0f0;
}
#lista_produktow .opis.promo{
	background-color:#92c607 !important;
    overflow: hidden;
}
#lista_produktow .opis.polecany > div.screen-70{
    padding-left: 4.5em;
}
#lista_produktow .opis.polecany .polecane_label{
    position: absolute;
    padding: 10px 0;
    text-transform: uppercase;
    transform: rotateZ(90deg);
    color: #fff;
    background-color: #2b2a28;
    width: 100%;
    text-align: center;
    display: block;
    left: 0;
	top:0;
    margin: auto;
    font-size: 24px;
    font-weight: 600;
	transition:all 300ms;
}
#lista_produktow .opis .wypozycz_label span{
    transform: rotateZ(90deg);
    display: block;
    background-color: #2b2a28;
    color: #fff;
    padding: 10px 0;
}
#lista_produktow .opis .wypozycz_label {
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
	top:0;
    margin: auto;
    font-size: 24px;
    font-weight: 600;
	transition:all 300ms;
	cursor:pointer;
	z-index:3;
}
#lista_produktow .opis .wypozycz_tresc {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 4.5em;
	overflow:hidden;
	max-width:0px;
	background-color:#f8f8f8;
	transition:all 300ms;
}
#lista_produktow .opis .wypozycz_tresc.active {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 3.5em);
	max-width:1200px;
	transition:all 300ms;
}
#lista_produktow .opis .wypozycz_tresc .body{
	padding:1em;
}
#lista_produktow .opis .wypozycz_tresc .body .title > div:first-child{
	opacity:.5;
}
#lista_produktow .opis .wypozycz_tresc h3 .label {
    font-size: 18px;
    font-weight: 300;
    line-height: 14px;
    text-transform: lowercase;
    display: block;
}
#lista_produktow .opis .body{
	padding-right:1em;
	color:#454545;
}
#lista_produktow .title .nowosc{
	font-size:16px;
	text-transform:uppercase;
	color:#be1711;
	font-weight:900;
}
#lista_produktow .title h3{
	font-weight:900;
	color:#2b2a28;
	font-size:28px;
	text-transform:uppercase;
	display:block;
	margin-bottom:0;
	transition:all 150ms;
	text-align:left;
	margin-top:0;
}
#lista_produktow .title h3:hover{
	opacity:.5;
}
#lista_produktow .opis .wypozycz_tresc.active .title h3{
	overflow:hidden;
	max-height:85px;
}
#lista_produktow .opis .wypozycz_tresc.active .title h3 small{
	overflow:hidden;
	max-height:47px;
}
#lista_produktow .title h3 small{
	font-weight:900;
	color:#404040;
	font-size:18px;
	text-transform:uppercase;
	display:block;
}
#lista_produktow .tresc{
	padding-bottom:1em;
}
#lista_produktow .transport{
	font-weight:900;
	color:#2b2a28;
	font-size:16px;
	text-transform:uppercase;
	display:inline;
}
span.free_transport:before {
    content: "";
	max-height:0px;
	overflow:hidden;
}
span.free_transport:hover:before {
    content: "Przy minimum tygodniowym okresie wynajmu";
    display: block;
    position: absolute;
    padding: .5em;
    background-color: #fff;
    margin-top: -30px;
    font-size: 12px;
    color: #4a4a4a;
    text-transform: none;
    font-weight: 400;
	transition:linear 150ms;
	max-height:28px;
}
#lista_produktow .transport .red{
	color:#be1711;
}
#lista_produktow .price{
	font-weight:900;
	font-size:15px;
	color:#7d7d7d;
	text-decoration:line-through;
	height:15px;
}
#lista_produktow .promo_price{
	color:#404040;
	font-size:28px;
	font-weight:900;
	padding-bottom:10px;
}
#lista_produktow .promo_price .light{
	font-weight:300;
}
#lista_produktow .promo_price .red{
	color:#c5322e;
}
#lista_produktow .promo_price .label{
	font-size:18px;
	font-weight:300;
	display:block;
	color:#2b2a28;
}
#lista_produktow .promo_price .label.red{
	color:#c5322e;
}
#lista_produktow .opis .wypozycz_tresc .body{
	padding:0;
}
#lista_produktow .opis .wypozycz_tresc .body .title{
	padding:1em 1em 0 1em;
}
#lista_produktow .opis .wypozycz_tresc .body .oddzialy{
	width:calc(100% - 2em);
	display:block;
	float:none;
	margin:auto;
	overflow:hidden;
	max-height:30px;
    position: absolute;
    max-width: 30%;
    top: 1em;
    right: 1em;
}
#lista_produktow .opis .wypozycz_tresc .body .oddzialy:hover{
	max-height:300px;
}
#lista_produktow .opis .wypozycz_tresc .body .oddzial{
	width:100%;
	display:block;
	float:none;
	margin:auto;
	overflow:hidden;
}
#lista_produktow .oddzial input[type="radio"] {
    display: none;
}
#lista_produktow .oddzial span{
	transition:all 150ms;
}
#lista_produktow .oddzial input[type="radio"]:checked + span, #lista_produktow .oddzial span:hover {
	background-color:#92c607;
	cursor:pointer;
}
#lista_produktow .oddzial span{
	text-align:center;
	background-color:#2b2a28;
	text-transform:uppercase;
	color:#fff;
	padding:.5em 1em;
	display:block;
}
.odd_name{
	font-size:28px;
	font-weight:900;
	color:#2b2a28;
	line-height:22px;
}
.odd_czynne{
	font-size:14px;
	font-weight:300;
	color:#2b2a28;
	font-style:italic;
	padding-bottom:.5em;
}
.odd_czynne .red{
	color:#c5322e;
}
.form .address, .form .otwarte{
	font-size:15px;
	color:#212121;
	padding-bottom:.5em;
}
.form .tel, .form .tel a{
	font-size:26px;
	color:#c5322e;
	font-weight:900;
}
#lista_produktow .form{
	display:none;
	padding:1em;
    padding-bottom: 3em;
	background-color:#92c607;
}
.form form .wpis{
	background-color:#fff;
}
#lista_produktow .form form input[type='text']
{
	width:100%;
	padding:.5em 1em;
	border:solid 1px #d1d1d1;
}
#lista_produktow .form form .msg_form{
	font-weight:600;
	color:#c5322e;
}
.captchacode{
	display:none;
}
.form form input[type='text'].bad{
	color:#c5322e;
	background-color:rgba(197, 50, 46, 0.5);
}
.form form input[type='text'].bad::-webkit-input-placeholder
{
	color:#c5322e !important;
	font-weight:bold !important;
}
.form form input[type='text'].bad::-moz-placeholder
{
	color:#c5322e !important;
	font-weight:bold !important;
}
.form form input[type='text'].bad:-ms-input-placeholder
{
	color:#c5322e !important;
	font-weight:bold !important;
}
.form form input[type='text'].bad:-moz-placeholder
{
	color:#c5322e !important;
	font-weight:bold !important;
}
.form form input[type='text'].good{
	color:#2b2a28;
	background-color:rgba(146, 198, 7, 0.5);
}
.form form .captcha > div{
	padding-top:.5em;
}
.form form .captcha a.send{
	float:right;
}
#lista_produktow .image{
	text-align:center;
	transition:all 150ms;
}
#lista_produktow .image:hover{
	opacity:.5;
}
/* Pojedynczy produkt
===================*/
#single_product .image{
	padding-right:3em;
}
#single_product .full_image{
	cursor:pointer;
    border: solid 1px #d7d7d7;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 1em;
	height:185px;
}
#single_product .full_image img{
	max-height:100%;
	max-width:100%;
}
#single_product .ktore{
	display:none;
}
#single_product .thumbs{
	margin-top:1em;
	cursor:pointer;
}
#single_product .thumbs > div{
	transition:linear 150ms;
	padding:5px;
	height:65px;
}
#single_product .thumbs > div img{
	max-width:100%;
	max-height:100%;
}
#single_product .thumbs > div:hover{
	opacity:.5;
}
#single_product .thumb.active{
    border: solid 1px #d7d7d7;
	overflow:hidden;
}
#single_product .labels > div{
	text-transform:uppercase;
	font-size:16px;
	display:inline;
	color:#2b2a28;
	font-weight:900;
}
#single_product .labels > .popover{
	text-transform:noe;
	font-size:14px;
	display:none;
	color:#fff;
	font-weight:400;
}
#single_product .labels > .popover:before {
	display:none;
}
#single_product .labels > div:before {
    content: ' | ';
    padding: 0 2px;
    color: #2b2a28;
}
#single_product .labels > div:first-child:before {
	display:none;
}
#single_product .labels > .red, #single_product .promo_price > .red{
	color:#dc0505;
}
#single_product .labels > .yellow, #single_product .promo_price > .yellow{
	color:#92c607;
}
#single_product h3 small {
    display: block;
    padding-top: 1em;
    font-size: 18px;
    font-weight: 900;
	color:#404040;
}
#single_product h3 {
    display: block;
	line-height:20px;
    font-size: 28px;
    font-weight: 900;
	color:#2b2a28;
	text-align:left;
	margin-bottom:2em;
}
#single_product .description p{
	font-size:14px !important;
	color:#454545 !important;
	line-height:14px !important;
	margin:0 !important;
	padding-bottom:1em !important;
	text-align:justify !important;
}
#single_product p a{
	color:#2b2a28 !important;
}
#single_product .price{
	color:#7d7d7d;
	font-size:15px;
	font-weight:900;
	text-decoration:line-through;
	text-align:right;
	min-height:20px;
}
#single_product .promo_price{
	font-size:30px;
	font-weight:900;
	color:#404040;
	text-align:right;
}
#single_product .promo_price .light{
	font-weight:300;
}
#single_product .promo_price .label{
	font-weight:300;
	display:block;
	color:#2b2a28;
	font-size:18px;
}
#single_product .promo_price .label.red{
	color:#dc0505;
}
#single_product h4{
	font-size:18px;
	font-weight:900;
	color:#404040;
	text-transform:uppercase;
}
#single_product h4 small{
	font-size:18px;
	font-weight:300;
	color:#404040;
}
#single_product .param table{
	width:100%;
}
#single_product .param td{
	border-right:none;
	width:50%;
	padding:.7em 2em;
	border:solid 1px #d7d7d7;
	font-size:16px;
	font-weight:300;
}




#single_product .description{
	padding-bottom:4em;
}
#single_product .oddzialy_content{
	position:relative;
	margin-top:1em;
}
#single_product .oddzialy{
	float:right;
	overflow:hidden;
	max-height:45px;
	position:absolute;
	right:0;
	transition:linear 150ms;
}
#single_product .oddzialy:hover{
	max-height:500px;
	transition:linear 150ms;
}
#single_product .oddzialy .oddzial:first-child > label{
	padding:.8em 3em;
}
#single_product .oddzialy .oddzial a{
	display:block;
	padding:.7em 3em;
	color:#fff;
	background-color:#2b2a28;
	text-transform:uppercase;
	font-size:16px;
	font-weight:900;
	transition:linear 150ms;
	cursor:pointer;
	text-align:center;
	border-bottom:solid 2px #92c607;
}
#single_product .oddzialy .oddzial label:hover{
	background-color:#92c607;
}
#single_product input[type="radio"] {
    display: none;
}
#single_product .zamow {
    max-height: 500px;
    margin-top: 3.5em;
    padding: 1em;
}
#single_product form .typ{
	padding:.5em 0;
}
#single_product form input[type='text']{
	padding:.6em;
	width:100%;
}
#single_product form a{
	float:right;
}


#single_product .powiazane{
	padding-top:2em;
}
#single_product .powiazane > div{
	padding:0 1em;
	margin-top:2em;
}
#single_product .powiazane h4{
	text-align:center;
}
#single_product .powiazane h3{
	text-align:center;
	font-size:22px;
	line-height:22px;
}
#single_product .powiazane h3 small{
	font-weight:300;
}
#single_product .powiazane .powiazane_zdecie{
    text-align: center;
    height: 150px;
	transition:linear 150ms;
}
#single_product .powiazane .powiazane_zdecie:hover > img{
	opacity:.7;
}
/* Jak wynająć
===================*/

#kontakt .naglowek, #jak_wynajac .naglowek{
	height:110px;
	padding-bottom:1em;
}
h2.title{
	font-size:30px;
	font-weight:900;
	color:#404040;
	margin-bottom:0;
	padding-top:.4em;
}
h3.title{
	font-size:24px;
	font-weight:300;
	color:#404040;
	text-transform:lowercase;
}
h3.title span{
	padding:0 15px;
}
h3.title span.first{
	padding-left:0;
}
#jak_wynajac .subtitle{
	line-height:25px;
}
#jak_wynajac .subtitle span{
	padding: 10px;
    vertical-align: text-bottom;
	font-weight:600;
}
#jak_wynajac i{
	color:#2b2a28;
	font-size:25px;
}
#jak_wynajac .icons_big{
	text-align:center;
}
#jak_wynajac i.fa.big {
    font-size: 100px;
}
#jak_wynajac p.more{
	padding-left:3em;
}
	.map_block {
		width: 100%;
		height: 150px;
		margin-top: -150px;
		position: relative;
	}
@media screen and (max-width: 1200px){
	#menu-wrap .menu{
		width:80%;
		margin:0;
	}
	#menu-wrap .pas{
		width:20%;
		margin:0;
	}
	#single_product .full_image{
		min-height:0;
	}
}

@media screen and (max-width: 768px){
	#livesearch, header .middle-bar .btn, div#banner_top{
		display:none;
	}
	#menu-wrap .pas{
		width:100%
	}
	#menu-wrap .menu, ul.topmenu, ul.topmenu>li{
		width:100%;
		box-shadow:none;
	}
	#menu-wrap .pas .logo{
		margin-top:-45px;
	}
	#menu-wrap .pas .logo img{
		height:80px;
	}
	#menu_cat li.nav-item > a.has-submenu{
		background-color:transparent;
	}
	.topmenu ul.menu-submenu{
		position:relative !important;
		margin-top:0;
		padding-left:10px;
	}
	.topmenu ul.menu-submenu li ul{
		border: solid 1px #cdcdcd;
	}
	ul.topmenu ul{
		background-color:#2b2a28;
	}
	.referencje{
		padding:30px 0;
		background:#fff;
	}
	#botwidget{
		padding-top:100px;
	}
	#menu ul.four.cols li, #menu_cat ul.four.cols li{
		width:100%;
		float:none;
	}
	#menu_cat li.nav-item > a.has-submenu {
		border-bottom:solid 1px rgba(255,255,255,0.1);
	}
	#menu-wrap{
		max-height:none;
	}
	#menu-wrap .menu{
		height:auto;
	}
	#menu_cat ul.four.cols{
		min-width:0 !important;
	}
	.napisz{
		display:none;
	}
	#jak_wynajac .subtitle{
		text-align:center;
	}
	#jak_wynajac .naglowek, #kontakt .naglowek{
		height:auto;
		text-align:center;
	}
	#jak_wynajac .wow{
		animation:none;
	}
	#oddzialy_kontakt .map_block{
		width: calc(100% - 65px);
	}
	#lista_produktow .opis .wypozycz_label,
	#lista_produktow .opis .wypozycz_tresc{
		display:none;
	}
	#lista_produktow .opis{
		padding:1em;
		text-align: center;
	}
	.os.breadcrumb:first-child {
    margin-top: 0;
    white-space: nowrap;
    overflow: auto;
    max-width: 100%;
	}
	#menu_cat a.active.homepage.has-submenu{
	padding: 1.5em;
    background-color: #2b2a28;
	}
	#botwidget.marg {
    margin-top: -100px;
	}
	#menu_cat ul.four.cols .screen-100.tablet-100.add{
		display:none;
	}
	#lista_produktow .opis.polecany > div.screen-70{
		padding-left:0 !important;
		padding-top:4em;
	}
	#lista_produktow .opis.polecany .polecane_label
	{
		max-width:100%;
		transform:none !important;
		margin-left:0 !important;
		margin-top:0 !important;
		
	}
	#single_product .labels{
		text-align: center;
		padding-top: 1em;
	}
	#single_product .title{
		text-align: center;
	}
	#single_product .promo_price{
		text-align:center;
	}
	#single_product .oddzialy {
		position: relative;
		float: none;
	}
	#single_product .form form{
		display:none !important;
	}
	#single_product .oddzial_info{
		text-align:center;
	}
	#single_product .form .tel{
		font-size:24px;
	}
	#single_product .param table tr{
		display:flex;
	}
	h1.os.header, h1{
		font-size: 2rem !important;
	}
	.referencje{
		min-height:0 !important;
	}
	.referencje_btn{
		display:none !important;
	}
	.mapy .tel small{
		display:block;
	}
	h3.title{
		font-size:20px;
	}
	#contact_form label.subtitle, #contact_form label.input{
		width:100% !important;
		text-align:left !important;
	}
	#contact_form label.input input[type="text"]{
		border-top: solid 1px #d1d1d1 !important;
	}
	.mapy .tel{
		font-size:24px !important;
	}
	#lista_produktow .promo_price{
		font-size:20px !important;
	}
}
@media screen and (max-width: 1024px) and (min-width: 650px)
{
	.cena {
		width: 33%;
		display: inline-block;
		text-align: center;
		float:left;
	}
	.ceny.clearfix {
		padding-bottom: 1em;
	}
	#single_product .promo_price{
		font-size:22px;
	}
}
/*
@media screen and (min-width: 1375px){
	#botwidget.marg{
		margin-top: -280px;
	}
}

*/