.body_opinie #box_latest {
   background-color: #f5f5f5;
}

#box_lista_zlecen a.guzik svg {
   fill: #ffffff;
   vertical-align: middle;
}

#google_login img, #fb_login img {
  width: 32px;
  margin-right: 10px;
  vertical-align: middle;
}

#google_login {
  background-color: #4184f3;
  color: #fff;
  padding: 6px 9px;
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#box_zarejestruj #fb_login {
  margin-right: 20px;
}

#wroc {
  margin-bottom: 0;
  padding: 6px 12px;
}

#wroc span {
  display: inline-block;
  height: 24px;
  width: 1px;
  vertical-align: middle;
}

div.break {
  height: 1px;
  overflow: hidden;
  clear: both;
}

#zalogowany a.white {
 color: var(--main-color-hover);
}

span.ico.zweryfikowana {
  background-image: url( gfx/ikona.svg ) ;
  width: 22px;
  display: inline-block;
  height: 22px;
  background-size: contain;
  vertical-align: middle;
}

.phone_ico {
  background-image: url( gfx/phone.svg ) ;
  background-repeat: no-repeat ;
  background-position: 8px center;
  background-size: 16px;
}

.www_ico {
  background-image: url( gfx/www.svg ) ;
  background-repeat: no-repeat ;
  background-position: 8px center;
  background-size: 16px;
}

#div_nazwa span.ico {
  vertical-align: middle ;
}

#box_produkty p.cala-oferta {
  padding-top: 10px;
  position: unset ;
}

#box_stopka_linki div.col {
  padding: 0 10px;
  flex-grow: 1;
}

#box_lista_kategorii h2 {
  font-size: 16pt;
}

.lista-in {
  display:flex;
}

#box_twoje_opinie_wszystkie h1 {
  text-align: left;
}

.opinie-tab {
  background-color: #d7d7d7;
  margin-bottom: 6px;
}

.opinie-tab a {
  display:inline-block ;
  padding: 6px;
  border: 1px solid #999 ;
  margin: 10px ;
  color: #000;
}

#nowa_opinia label.error {
  display: block;
  padding-top: 0;
  margin-bottom: 5px;
}

div.ocena_ogolem.error {
   outline: 1px solid #f00;
}

#box_tekst ul {
  list-style: disc;
  list-style-position: inside;
  padding-left: 40px ;
  margin: 10px 0;
}

#box_tekst li ul {
  margin: 0 ;
  list-style: circle;
}

#box_tekst li li ul {
  list-style: square;
}

#box_tekst img {
  max-width: 100%;
  height: auto !important;
}

#mobile_show {
  clear: both;
}

#tabs svg {
  float: right;
}

#tabs {
  margin-top: 20px;
  display: block;
  width: auto;
}

#tabs a {
  color: #141414;
  display: block;
  padding: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

#tabs div {
  cursor: pointer;
  background-color: #f7f7f7;
  border: 1px solid #dedede;
  margin-bottom: 10px;
}

.hl {
  position:relative;
  height: 20px;
}

.hl:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 20%;
  right: 20%;
  border-top: 1px solid black;
  background: black;
  transform: translateY(-50%);
}

.hl span {
  background-color: #fff;
  padding: 0 20px;
  z-index: 3;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media all and (min-width: 500px) {
#box_zarejestruj .hl {
  width: 50% ;
}

#rejestruj-guziki {
  width: 50%;
  text-align: center;
}
}

.konto {
  margin-bottom: 50px;
  display: none;
  width: 80%;
}

.konto .col {
 border: 1px solid #f5f5f5;
 margin: 10px; 
 max-width: 500px;
 display: inline-block;
 width: 100%;
}

.triangle_down1 {
  position: relative;
  top: -4px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 0.2em solid white;
  border-top: 0.2em solid white;
  transform: rotate(135deg);
  margin-right: 0.5em;
  margin-left: 1.0em;
  vertical-align: middle;
}

.triangle_up1 {
 transform: rotate(-45deg);
 top: 2px;
}

p.data_newsa {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

p.data_newsa a {
  margin-bottom: 0;
}

.glowna_woj {
  padding: 0 10px;
}

#form_szukaj input, #form_szukaj div.sl-container, #form_szukaj select {
  width: 20% ;
}

#form_szukaj div.sl-container {
  padding: 0 15px ;
}

div.reklama_div img {
  max-width: 100%; }

  #ajax_lista .reklama_in {
    margin-top:0 ;
  }
  #okresl_miasto {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 14px;
	line-height: 24px;
	width: 24px;
	cursor: pointer;
	background-image: url( gfx/customer.png);
}

#okresl_miasto:hover {
  opacity: 0.5 ;
}
span.dot {
  display: inline-block;
  height:18px;
  width: 18px;
  border-radius: 50%;
  vertical-align: middle ;
}

span.dot.red {
  background-color: #c00 ;
}

span.dot.green {
  background-color: #62BB47 ;
}
.gray {
  color: #ccc;
}

.gray a {
  color: #666 ;
}

.rozwin p {
  margin-bottom: 20px;
}

.rozwin .button {
  cursor: pointer;
  color: var(--main-color);
}

.rozwin .button:hover {
  color: var(--main-color-hover);
  text-decoration: underline ;
}

.with-marker {
	display: inline-block;
	position: relative;
	width: 20%;
	margin-bottom: 10px;
	margin-left: 4px;
	margin-right: 4px;
	padding: 0 15px;
	background-color: #fff;
	border: 1px solid #141414;
	outline: 1px solid #fff;
	box-sizing: border-box;
}

#form_szukaj .with-marker input {
	width: 100%;
	margin-bottom: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}


html, p {
  margin: 0; }

body, html, p, ul {
  padding: 0; }

.reklama_in {
  margin-top: 10px; }

body {
  padding: 10px;
  margin: 0;
  font-family: "Roboto Condensed"; }

.roboto-condensed  {
  font-family: "Roboto Condensed";
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal; }

.barlow-condensed-thin {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-condensed-extralight {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-condensed-light {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-condensed-regular {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-condensed-medium {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-condensed-semibold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-condensed-bold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-condensed-extrabold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-condensed-black {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-condensed-thin-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-condensed-extralight-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-condensed-light-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-condensed-regular-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-condensed-medium-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-condensed-semibold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-condensed-bold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-condensed-extrabold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-condensed-black-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: italic;
}

#box_produkt #mapa_div div.padding, #mobile_show, .mobile_on, div.hidden {
  display: none; }

#firma_www_button {
  background-color: #B4986F;
  font-weight:500 }

#rodo {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px; }

#rodo_in {
  background-color: rgba(31, 31, 31, 0.8);
  color: #fff;
  padding: 30px;
  vertical-align: middle;
  box-sizing: border-box;
  display: inline-block;
  width: 99%; 
  border-radius: 6px; }

#rodo_txt {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 320px; }

#rodo_ok {
  color: #fff;
  background-color: #62BB47;
  padding: 10px 20px;
  display: block;
  margin-top: 10px;
  border-radius: 2px;
  font-weight: 700;
  text-align: center;
  cursor: pointer; }

#zalogowany {
  display: inline; }
  #zalogowany a {
    color: var(--main-color); }

#zmien_widok {
  float: right; }
  #zmien_widok img {
    cursor: pointer; }

div.widget div.links {
  padding: 10px; }

div.widget div.links a {
  color: #B9324A }

.flex {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch; }

.flex_col {
  width: 50%; }

.powrot {
  padding: 6px 12px;
  display: inline-block; }

.powrot span {
  display: inline-block;
  width: 1px;
  height: 28px;
  color: #000;
  font-family: "Roboto Condensed";
  vertical-align: middle;
  overflow: hidden; }

a.powrot {
  border: 1px solid #333;
  color: #000;
  font-family: "Roboto Condensed"; }

#box_produkty #zmien_widok {
  margin-top: 8px;
  margin-left: 10px; }

.grid ul.lista_firm {
  font-size: 0; }
.grid .lista-in {
  display: block;
}

.grid ul.lista_firm div.kategorie {
	flex-wrap: wrap;
}

  .grid ul.lista_firm div.foto {
    padding: 20px;
    float: none;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }
  .grid ul.lista_firm div.dane {
    margin-left: 0; }
  .grid ul.lista_firm li {
    display: inline-block;
    width: 33%;
    border: 0;
    background-color: transparent;
    vertical-align: top; }
    .grid ul.lista_firm li.promo {
      border: 0;
      box-shadow: none; }
      .grid ul.lista_firm li.promo > div {
      border: 2px solid var(--main-color); 
      box-shadow: none; }

ul.lista_firm li.promo {
  border: 2px solid var(--main-color);
    box-shadow: none; }
  
.grid ul.lista_firm li.promo h3.nazwa {
  padding-right: 0; }
.grid ul.lista_firm li > div {
  margin: 0 10px;
  border: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  font-size: 13pt;
  position: relative; }
.grid ul.lista_firm div.foto img {
  display: inline-block;
  width: 100%; 
  height: auto; }
.grid ul.lista_firm li > div.clear {
  border: 0; }
.grid ul.lista_firm p.align_right {
  margin-bottom: 0;
  position: inherit;
  margin-top: 20px;
  text-align: center; }

.form input.text_atr {
  background-color: #f9f9f9;
  border: 1px solid silver;
  border-radius: 2px;
  padding: 8px; }

.mb15 {
  margin-bottom: 15px; }

#box_news_content, #dodawanie_firmy p, br.clear, div.clear {
  clear: both; }

#rwd_menu li.home span {
  background-image: url(../gfx/css_sprites.png);
  display: inline-block; }


@media all and ( max-width: 900px ) {
  #form_szukaj input, #form_szukaj div.sl-container, #form_szukaj select, .with-marker {
    width: 40% ;
  }

}

@media all and ( max-width: 480px ) {
  #form_szukaj input, #form_szukaj div.sl-container, #form_szukaj select, .with-marker {
    width: 80% ;
  }

}

span.hico {
  background-image: url(../gfx/css_sprites.png);
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle; }

.ico_l {
  background-position: -10px -84px;
  width: 15px;
  height: 17px; }

.ico_r {
  background-position: -10px -84px;
  width: 15px;
  height: 17px;
  background-position: -10px -47px;
  width: 13px; }

#lista_kategorii_2 li.active ul.subkat a, a.link {
  -webkit-text-fill-color: #323232;}

#div_movie iframe {
  width: 100%;
  border: 0; }

img.vtop {
  vertical-align: top; }

#page_404 {
  text-align: center; }
  #page_404 h1 {
    margin-bottom: 20px; }

table.godziny {
  margin-bottom: 20px; }

#sidebar table.godziny {
  margin-bottom: 0;
}

#news_platny {
  border: 1px solid #333;
  padding: 10px;
  clear: both; }

ul {
  list-style: none; }
  ul.sl-options {
    box-shadow: none;
    z-index: 100;  box-sizing: border-box;
	width: 100%;
    border: 1px solid #ccc;
  }

  ul.sl-options li {
    border-bottom: 1px solid #ddd;
  }

#rwd_menu a:hover, #wplaty a.guzik_red:hover {
  text-decoration: none; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

  #produkt_col #opinie_pl h2.naglowek {
     font-size: 16pt;
  }

table.godziny {
  width: 100%; }

#firma_dodatkowe {
  padding: 20px 0; }

.nowrap {
  white-space: nowrap; }

dd, dl, h1, h2, h3, h4, h5 {
  margin: 0; }

ul {
  margin: 0; }
  ul.lista_firm div.kategorie p {
    margin: 0; }

.bold {
  font-weight: 600; }

.rounded {
  border-radius: 2px; }

.italic {
  font-style: normal; }

.wrapper {
  margin: auto;
  width: 1200px; }

#firma_tel_span a, #top_1_menu img, div.pakiet label, p.oferta_dane b.green {
  margin-right: 10px; }

#mapa_dojazdu {
  height: 200px; }

.black_bg {
 background-color: #111;
 color: #B4986F; }  

.gray_bg {
  background-color: #313131;
  color: #f5f5f5; }

.white_bg {
  background-color: #fff;
  color: #242424; }

.golden_bg {
  background-color: #B4986F;
  color: #232323; }

.raspberry_bg {
  background-color: #B9324A;
  color:#fff; }

.blue_bg {
  background-color: #088DA5;
  color: #fff; }

.green_bg {
  background-color: #62BB47
  color: #000; }

.light_gray_bg {
  background-color: #f5f5f5;
  color: #000; }

div.clear {
  width: 100%;
  height: 0;
  overflow: hidden; }

#jezyki {
  float: right; }

#top_1_menu {
  text-align: right; }
  #top_1_menu.logged_in {
    clear: both;
    border-top: 1px solid #323232; }

#drukuj, input.submit {
  cursor: pointer; }

#jezyki li, #rwd_menu li, #top_1_menu li, .glowna_woj li {
  display: inline-block; }

#box_news_content ul, #produkt_div ul, div.single_kat ul {
  list-style: disc;
  list-style-position: inside; }

#box_news_content ul li p {
  display: inline;
}

#box_news_content ul {
  padding: 0 20px;
}

#produkt_div ol {
  list-style-position: inside; }

#jezyki {
  padding-top: 4px;
  margin-left: 30px; }
  #jezyki li img {
    margin-left: 10px;
    border: 1px solid transparent; }
   #jezyki li img:hover {
    border-bottom: 1.2px solid #000;
   }

#top_1 p.italic {
  float: left;
  margin-top: 2px; }

#top_1_menu a {
  color: #141414;
  margin-left: 10px;
  vertical-align: middle; }

#top_1 {
  padding: 5px 0; }

#top_1_menu img {
  vertical-align: middle; }

#rwd_menu {
  float: right;
  font-weight: 600;
  letter-spacing: 2px; }
  #rwd_menu li {
    padding: 12px 12px; }
    #rwd_menu li.home {
      padding: 6px 18px;
      vertical-align: middle; }
      #rwd_menu li.home span {
        background-position: -10px -419px;
        background-repeat: no-repeat;
        width: 29px;
        height: 30px; }
      #rwd_menu li.home.active span, #rwd_menu li.home:hover span {
        background-position: -10px -452px; }
  #rwd_menu a {
    color: #fff;
    text-transform: uppercase; }

#rwd_menu a:hover {
  color: var(--main-color);
  text-decoration: underline;  }
#rwd_menu li.dodaj_firme {
  background-color: var(--main-color-hover);
  border-radius: 2px;}
#rwd_menu li.dodaj_firme a {
    color: #fff;
    text-transform: uppercase; }
 
  #rwd_menu li.dodaj_firme:hover {
  background-color:var(--main-color);
  border-radius: 2px; }

#rwd_menu_mobile li.dodaj_firme:hover {
  background-color: var(--main-color); }

#rwd_menu li.dodaj_firme:hover a {
  color: #141414;
  text-decoration: none; }

#top_2 {
  padding: 20px 0; }

#form_szukaj input {
  border: 0;
  padding: 0 15px;
  height: 64px;
  margin-bottom: 10px;
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 2px;
  border: 1px solid silver;
  box-sizing: border-box;
  outline: 1px solid #fff;
  font-family: "Roboto Condensed";
  font-size: 13pt; }
#form_szukaj select {
  border: 1px solid #dedede;
  outline: 1px solid #fff ;
  margin-left: 4px;
  margin-right: 7px;
  box-sizing: content-box;
  height: 64px; 
  padding: 0 15px; }
div.sl-container {
  border: 1px solid silver;
  outline: 1px solid #ffffff;
  border-radius: 2px;
  box-sizing: border-box;
}
div.sl-container li {
  text-indent: 0;
}
#form_szukaj_submit {
  color: #141414;
  border: 0;
  background-color: var(--main-color);
  font-weight: 700;
  cursor: pointer;
  padding: 0 30px;
  box-sizing: content-box; }
  #form_szukaj_submit:hover {
  background-color: var(--main-color-hover); 
  color: #fff; }

#logo {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px; }

span.vertical {
  display: inline-block;
  vertical-align: middle;
  height: 49px;
  width: 0;
  overflow: hidden; }

#logo {
  font-size: 0; }

#form_szukaj {
  padding-top: 200px;
  vertical-align: auto; }
  #form_szukaj h1 {
    margin: 30px 0 0;
    text-shadow: 0 5px 5px 5px #646464;
    letter-spacing:1pt;
  color: #fff;            
  font-family: "Barlow Condensed";
  font-size: 24pt;
  font-weight: 600; }
  #form_szukaj h2 {
    margin: 40px 0 25px;
    text-shadow: none;
    -webkit-text-stroke: 1.2px #646464;
  color: #fff;  /* dla WebKit */
  font-family: "Barlow Condensed"; /* Tekst musi być przezroczysty, żeby był widoczny kontur */   
  font-size: 42pt;
  font-weight: 700; }

  #form_szukaj div.clear {
    margin-top: 10px; }
  #form_szukaj.transparent_button {
    color: #fff;
    border-color: #fff;
    font-size: 16pt; }  

#box_aktualnosci p.data {
  font-size: 12pt; }
#box_aktualnosci p.excerpt {
  font-size: 12pt;
  overflow: hidden;
  height: 54px; }

.transparent_button {
  border: 2px solid #B9324A;
  color: #B9324A;
  cursor: pointer;
  padding: 10px 25px;
  margin-top: 20px;
  font-size: 14pt;
  text-transform: uppercase }
.transparent_button:hover {
    border-color: #B9324A;
    background-color: #B9324A;
    color: #fff; 
    border: 2px solid;
    text-decoration: none;}

#form_szukaj {
  text-align: center; }

.content h1.h2, .content h2 {
  text-align: center; }
.content h1.h2, .content h2 {
  margin-bottom: 15px;
  font-size: 24pt; }

.content2 h1.h2, .content2 h2 {
  margin-bottom: 15px;
  font-size: 24pt; }

.content, .content2 {
  padding: 20px 0; }

#partnerzy_div {
  height: 180px;
  margin: auto;
  width: 1100px; }
  #partnerzy_div li {
    float: left; }

#box_opinie div.col {
  display: initial;
  margin-bottom: 15px; }

#box_opinie .opinia {
  height: 100%; }

#box_opinie .transparent_button {
  margin-top: 0; }

#box_produkty_szukaj {
  border-top: 10px solid #B9324A;
  background-color: #424242;
  padding: 30px 0;
  text-align: center; }
  #box_produkty_szukaj form {
    margin-bottom: 0; }

#box_newsletter label, #box_produkty_szukaj label {
  font-weight: 700;
  font-size: 18pt;
  font-family: "Roboto Condensed";
  vertical-align: middle;
  margin-right: 10px; }

#box_newsletter input, #box_produkty_szukaj input {
  border: 0;
  border-radius: 2px; }

#produkty_szukaj {
  background-color: #323232;
  border: 1px solid #545454;
  padding: 6px;
  display: inline-block;
  border-radius: 2px; }

#box_produkty_szukaj input.text {
  background-color: transparent;
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 14pt;
  width: 320px; }

#box_produkty_szukaj input.text:active, #box_produkty_szukaj input.text:focus, #box_newsletter input.text:active, #box_newsletter input.text:focus {
  outline: 0;
}

#box_produkty_szukaj button.submit {
  background-color: var(--main-color-hover);
  color: #fff;
  padding: 15px;
  border: 0;
  cursor: pointer;
  font-family: "Roboto Condensed";
  font-size: 14pt;
  font-weight: 500;
  border-radius: 2px; }
  #box_produkty_szukaj button.submit span {
    width: 16px;
    background-position: -10px -10px;
    height: 17px;
    vertical-align: middle;
    margin-left: 15px; }

#box_produkty_szukaj button.submit:hover {
background-color: var(--main-color);
}  

div.latest_single {
  display: block;
  float: left;
  width: 20%;
  margin-bottom: 10px;
  color: #242424; }
  div.latest_single div.column {
    border: 1.5px solid #e7e7e7;
    margin: 0 15px; }
    div.latest_single div.column:hover {
      box-shadow: 0 0 3px #B4986F; }
div.single_news_in:hover {
  box-shadow: 0 0 3px #B4986F; }
div.latest_single a, div.opinia a.link, div.single_news h3 a {
  color: #242424; }

ul.lista_firm h3 a, ul.lista_firm p.adres .woj {
  color: #242424; }

ul.lista_firm h3 a {
  vertical-align: middle;
}

div.latest_single img {
  width: 100%;
  height:auto ;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
}

.cena {
  color: var(--main-color-hover);
  font-weight: 700; }

.producent {
  font-weight: 700; }

div.padding {
  padding: 15px; }
div.padding_5 {
  padding: 5px; }
div.latest_single .pb {
  padding-bottom: 6px; }
div.latest_single div.links {
  border-top: 1px solid #e6e6e6;
  color: #B9324A;
  font-size: 11pt; }
  div.latest_single div.links a {
    color: #232323; }
div.latest_single div.adres {
  font-weight: 700;
  text-transform: uppercase; }
div.latest_single .miasto {
  color: var(--main-color-hover);
  padding-left: 0; }

#box_produkty_szukaj button.submit span {
  background-image: url(../gfx/css_sprites.png);
  display: inline-block; }

div.latest_single .miasto:before {
  background-image: url(../gfx/css_sprites.png);
  display: inline-block;
  content: '\00a0 ' ;
  width: 9px;
  height: 11px;
  background-position: -70px -10px;
  width: 9px;
  margin-right: 2px;
  overflow: hidden;
  vertical-align: baseline;
}

span.ocena, span.ocena_outer {
  background-image: url(../gfx/css_sprites.png);
  display: inline-block; }

.opinia_jeden {
  float: left;
  margin-bottom: 25px;
  width: 33%; }
  .opinia_jeden div.opinia {
    height: 150px; }

#box_newsletter {
  background-color: #424242;
  border: 1px solid #545454;
  color: #fff;
  vertical-align: middle;
  font-weight: 600;
  font-family: "Roboto Condensed";
  text-align: center; }
#box_newsletter div.wrapper {
    padding: 25px 0;
    background-image: url(../gfx/zielona_koperta.png);
    background-repeat: no-repeat;
    background-position: 140px center; }

#newsletter_dolacz {
  background-color: #323232;
  border: 1px solid #545454;
  padding: 6px;
  display: inline-block;
  border-radius: 2px;
  vertical-align: middle; }

  a.green {
  color: var(--main-color); }

#box_newsletter input.text {
  background-color: transparent;
  color: #fff;
  display: inline-block;
  font-family: "Roboto Condensed";
  font-size: 14pt;
  width: 320px; 
  vertical-align: middle;}

#box_newsletter input.submit {
  background-color: #B4986F;
  border: solid 1px #424242;
  color: #fff;
  padding: 15px 26px; 
  font-family: "Roboto Condensed";
  font-weight: 600;
  font-size: 14pt;
  vertical-align: middle; }

  #box_newsletter input.submit:hover {
  background-color: var(--main-color-hover);
  }

#box_mapa {
  background-color: #2f2c2c;
  background-image: url(../gfx/tlo-za-mapa.webp);
  background-position: center bottom;
  background-repeat: repeat-x; }
  #box_mapa h2 {
    color: #fff; }

.glowna_woj a { 
  color: #fff;
  text-transform: uppercase ; }

#map-poland, #mapa {
  float: right; }

#map-poland li {
  text-indent: -99999px; }

.glowna_woj ul {
  padding-top: 30px; }
.glowna_woj li {
  width: 18%;
  vertical-align: top; }

div.row {
  display: table;
  width: 100%; }
div.col {
  display: table-cell;
  vertical-align: top; }

#box_opinie div.col {
  width: 33%; }

div.center, p.zobacz_wiecej {
  text-align: center; }

div.right {
  text-align: right;
}

#add-favourites.added svg {
  fill: #fff;
}

span.ocena {
  background-repeat: repeat-x;
  height: 19px; }
span.ocena_outer {
  background-repeat: repeat-x;
  height: 19px;
  width: 94px;
  background-position: -10px -312px; }
span.ocena {
  background-position: -10px -291px;
  text-indent: -999999px; }
span.ocena_1 {
  width: 20%; }
span.ocena_2 {
  width: 40%; }
span.ocena_3 {
  width: 60%; }
span.ocena_4 {
  width: 80%; }
span.ocena_5 {
  width: 100%; }

div.opinia {
  border: 1px solid #e6e6e6;
  margin: 0 15px;
  background-image: url(../gfx/opinia.png);
  background-position: top right;
  background-repeat: no-repeat; }
  div.opinia img.thumb {
    float: left;
    margin-right: 10px; }
  div.opinia h2 {
    text-align: left;
    margin-bottom: 5px;
    font-size: 13pt; }
div.pb0 {
  padding-bottom: 0; }
div.single_kat {
  width: 25%;
  float: left;
  text-align: left;
  margin-bottom: 30px; }
div.single_kat_in {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin: 0 15px;
  padding: 10px;
  background-image: url(../gfx/kategoria.png);
  background-position: left bottom;
  background-repeat: no-repeat; }

p.zobacz_wiecej {
  border: 1px solid #cecece;
  text-transform: uppercase;
  margin-top: 10px; }

a.data, div.single_kat span.arrows {
  color: var(--main-color-hover); }

#ajax_opcje span.arrows {
  color: red; }

p.zobacz_wiecej a {
  color: #323232;
  display: block;
  padding: 10px 0; }
  p.zobacz_wiecej a:hover {
    background-color: var(--main-color-hover);
    cursor: pointer;
    border-color: var(--main-color-hover);
    color: #fff;
    text-decoration: none; }

div.single_kat a {
  color: #323232; }
div.single_kat li {
  margin-top: 5px;
  font-size: 14pt; }
div.single_kat h3 {
  height: auto;
  margin-bottom: 6px;
  font-size: 16pt;
  overflow: hidden; }
div.single_kat_ul {
  /*height: 160px;
  overflow: hidden; */
  margin-bottom: 6px;
   }
div.single_news {
  width: 20%;
  float: left;
  margin-bottom: 20px; }
div.single_news_in {
  margin: 0 5px;
  background-color: #f8f8f8; }
div.single_news h3 {
  margin: 8px 0;
  height: 74px;
  overflow: hidden; }

#dodaj_produkt #dodawanie_firmy textarea, #schowek, #sidebar .white_form_box input.text, div.single_news img.thumb {
  width: 100%;
  padding: 0; 
  height: auto; }

#box_statystyki li {
  width: 33%;
  text-align: center;
  display: inline-block; }
#box_statystyki ul {
  padding: 30px 0; }
#box_statystyki strong {
  display: block;
  font-size: 22pt; }

#box_haslo h2, #box_logowanie h2, #box_statystyki img, .glowna_woj li {
  margin-bottom: 15px; }

a.rss, span.fico {
  background-image: url(../gfx/css_sprites.png); }

a.rss {
  position: absolute;
  top: 0;
  right: 0;
  background-position: -10px -351px;
  width: 48px;
  height: 48px;
  display: block; }

span.fico {
  display: inline-block;
  width: 38px;
  height: 37px; }
span.ico_gp {
  background-position: -10px -121px; }
span.ico_fb {
  background-position: -10px -178px; }
span.ico_tiktok {
  background-position: -75px -178px; }
span.ico_insta {
  background-position: -76px -235px; }
span.ico_yt {
  background-position: -10px -235px; }
span.stat {
  background-image: url(../gfx/css_sprites.png);
  display: inline-block;
  margin-bottom: 5px; }
span.stat_1 {
  width: 112px;
  height: 93px;
  background-position: -10px -779px; }
span.stat_2 {
  width: 74px;
  height: 93px;
  background-position: -10px -892px; }
span.stat_3 {
  width: 98px;
  height: 94px;
  background-position: -10px -1005px; }

.relative {
  position: relative; }

#schowek {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center; }
  #schowek span.info {
    padding: 10px;
    display: none;
    background-color:  rgba(185, 50, 74, 0.95); }

#schowek_tlo {
  padding: 12px;
  display: none;
  background-color: rgba(185, 50, 74, 0.95); }

#schowek span.info {
  display: block;
  margin: auto;
  padding: 5px;
  color: #fff;
  line-height: 35px;
  font-size: 18px;
  width: 250px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }
#schowek span.arrow_s {
  background-image: url(../gfx/css_sprites.png);
  display: block;
  background-position: -10px -501px;
  width: 47px;
  height: 35px;
  float: left; }
  #schowek span.arrow_s.act {
    background-position: -10px -535px; }

#schowek_zawartosc {
  width: 900px;
  margin: auto; }
  #schowek_zawartosc div.single {
    float: left;
    margin: 10px;
    padding: 6px; }
  #schowek_zawartosc span.usun {
    display: block;
    margin-top: 10px;
    color: #fff;
    background-image: url(../gfx/schowek_x.png);
    background-repeat: no-repeat;
    padding-left: 22px;
    height: 22px; }

img.s_foto {
  background-color: #fff;
  margin-right: 5px;
  max-width: 100px;
  height: auto;
  padding: 5%;
  border: solid 1px #141414; }

#schowek_zawartosc a {
  color: #fff;
  font-weight: 700; }

.cursor {
  cursor: pointer; }

.profile img {
 border: 1px solid transparent ;
 width: 32px;
 height: 32px;
}

.profile img:hover {
  border: 1px solid #000;
  box-shadow: 0 0 3px #999;
}

.uppercase {
  text-transform: uppercase; }

div.border, div.single_news_in {
  border: 1px solid #e6e6e6; }

ul.lista_firm li {
  border: 1px solid #e6e6e6; }

#box_haslo div.border, #box_logowanie div.border {
  margin: 0 10px;
  padding: 10px; }

p.info_err {
  background-color: #ff8585;
  color: #fff;
  padding: 10px;
  border-radius: 2px;
  margin-bottom: 10px; }
p.info_ok {
  background-color: #62BB47;
  padding: 10px; }

.form input.text {
  height: 47px;
  line-height: 47px;
  text-indent: 10px;
  width: 100%;
  background-color: #f9f9f9;
  border: 1px solid #efefef;
  box-sizing: border-box; }

.dane_firmy p.txt {
  margin-bottom: 10px; }

.dane_firmy p.txt:last-child {
  margin-bottom: 0;
}

.form input.text, .form input[type=file] {
  margin-bottom: 10px; }
.form textarea {
  margin-bottom: 10px; }

p.info_ok {
  margin-bottom: 10px; }

.form textarea {
  width: 100%;
  background-color: #f9f9f9;
  border: 1px solid #efefef;
  box-sizing: border-box; }
.form input {
  border-radius: 2px; }

p.info_ok {
  border-radius: 2px; }

.mt {
  margin-top: 20px; }

#sidebar .widget, .mb {
  margin-bottom: 20px; }

#sidebar #quick_search_div {
  padding: 10px 6px; }

#box_logowanie a.green {
  color: var(--main-color-hover);
  text-decoration: underline; }
#box_logowanie a.password {
  color: #242424;
  text-decoration: underline;
  line-height: 32px; }

#box_logowanie input.submit {
  font-family: "Roboto Condensed";
  font-weight:600;
  font-size: 14pt;
}
#box_haslo input.submit, #box_konto input.submit, #box_logowanie input.submit {
  border: 0;
  float: right;
  background-color: var(--main-color);
  color: #fff;
  padding: 8px 24px; }

#box_logowanie input.submit:hover{
  background-color: var(--main-color-hover);
}

#box_konto input.submit {
 background-color: var(--main-color-hover);
 color: #fff;
 border-radius: 2px;
 margin: 20px;
 float: none ;
 font-size: 14pt;
 font-family: "Roboto Condensed";
 text-transform: uppercase; }

#fb_login {
  background-color: #3f5d9d;
  color: #fff;
  padding: 6px 9px;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }

.width_35 {
  width: 35%; }

#polozenie {
  position: absolute;
  bottom: 10px;
  color: #fff;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }
  #polozenie a {
    color: #fff; }
  #polozenie li {
    display: inline-block; }
  #polozenie .last {
    color: #fff; }

p.info_ok, ul.lista_firm div.kategorie a.zobacz_produkty {
  color: #fff; }

#lista_kategorii_2 ul {
  list-style: disc;
  list-style-position: inside;
  color: #323232;
  font-size: 14pt; }
#lista_kategorii_2 li {
  margin-bottom: 8px; }
#lista_kategorii_2 span.arrow {
  float: right;
  cursor: pointer;
  display: inline-block;
  height: 20px; }

ul.lista_firm h3, ul.lista_firm p {
  margin-bottom: 8px; }

#lista_kategorii_2 a {
  color: #323232; }
#lista_kategorii_2 li.active a {
  color: var(--main-color-hover);
  font-weight: 500; }
#lista_kategorii_2 li.active ul.subkat a.active {
  color: var(--main-color-hover); }

#lista_kategorii_2 li ul.subkat {
  display: none;
  margin-top: 8px; }
#lista_kategorii_2 li.active ul.subkat {
  display: block; }

span.clear {
  display: block; }

#lista_kategorii_2 ul.subkat {
  list-style: circle;
  padding-left: 20px; }

#sidebar {
  width: 305px; }

.white_form_box_outer {
  width: 100%;
  display: inline-block; }

.white_form_box {
  background-color: #fff;
  border-radius: 2px;
  display: block;
  padding: 7px 6px; }

span.clear {
  clear: both;
  width: 100%;
  height: 0;
  overflow: hidden; }

.white_form_box input {
  border: 0;
  border-radius: 2px; }
  .white_form_box input.text {
    background-color: transparent;
    color: #323232;
    width: 68%;
    line-height: 25px; }
  .white_form_box input.submit {
    background-color: var(--main-color);
    float: right;
    color: #fff;
    padding: 4px 12px; }

#box_lista_firm {
  margin-right: 20px; }

ul.lista_firm li {
  background-color: #f9f9f9;
  margin-bottom: 20px;
  position: relative; }

ul.lista_firm li.promo h3.nazwa {
  padding-right: 130px; }
ul.lista_firm div.foto {
  padding: 20px;
  float: left;
  background-color: #fff;
  border-right: 1px solid #e6e6e6; }
ul.lista_firm div.dane {
  margin-left: 0px;
  color: #242424;
  display:flex;
  flex-grow: 2;
  flex-wrap: wrap;
  background-color: #fff; }

#firma_div h2.naglowek, ul.lista_firm h3 {
  font-size: 18pt; }

p.tel {
  background-position: left 3px;
  background-repeat: no-repeat; 
  font-size: 13pt;
  font-weight: 600;
 -webkit-text-fill-color: #B9324A;}

ul.lista_firm p.adres {
  background-position: left 3px;
  background-repeat: no-repeat;
  color: #B9324A;
  text-transform: uppercase;
  font-weight: 700;
  background-image: url(../gfx/marker.png);
  padding-left: 16px; }

#box_firmy_szukaj ul.miasta li.active a {
  color: #B9324A; }

ul.lista_firm p.adres a {
  color: #B9324A; }
ul.lista_firm div.kategorie {
  background-color: #f9f9f9;
  border-top: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  align-self: flex-end;
  width:100%;
  color: #323232;
  padding: 11px; }
  ul.lista_firm div.kategorie a {
    color: #424242; }

p.tel {
  background-image: url(../gfx/telefon.png);
  padding-left: 20px;}

ul.lista_firm p.opis_krotki {
  font-size: 13pt;
  max-height: 65px;
  overflow: hidden; }

#footer {
  padding: 50px 0;
  color: #9b9b9b;}
  #footer img {
    vertical-align: middle; }
  #footer div.linia {
    border-top: 1px solid #5b5b5b;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 1px;
    overflow: hidden; }

#box_firmy_szukaj ul.miasta a, #footer a, .dark_gray_bg a {
  color: #fff; }

#footer_bottom {
  line-height: 40px; }

#box_stopka_linki {
  display: flex;
  text-align: center; 
  text-transform: uppercase;}
  #box_stopka_linki a {
  font-weight: 500;
  letter-spacing: 1pt; }

#box_stopka_linki a:hover {
  color: var(--main-color)
}

#box_kontakt_form .text {
  background-color: #f9f9f9;
  border: 1px solid silver;
  font-family: "Roboto Condensed";
  font-size: 14pt;
}

#box_kontakt_form h3 {
  margin-bottom: 10px ;
}

#box_kontakt_form textarea {
  background-color: #f9f9f9;
  border: 1px solid #efefef;
  box-sizing: border-box;
  line-height: 47px;
  margin-bottom: 10px;
  text-indent: 10px;
  width: 100%;
  height: 100px; }
#box_kontakt_form div.col {
  padding: 0 10px; }

div.align_right {
  text-align: right; }
  div.align_right input.text {
    width: auto; }

#box_kontakt_form input.submit {
  background-color: var(--main-color);
  border: 0;
  color: #000;
  padding: 14px 24px;
  font-size: 16px;
  font-weight:600;
  margin-left: 10px; }

#box_kontakt_form input.submit:hover {
  background-color: var(--main-color-hover);
  color: #fff; }

#strony {
  text-align: center;
  margin-bottom: 20px; }
  #strony a {
    background-color: #d9d9d9;
    color: #303030;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 2px;
    box-shadow: 1px 1px 1px #999;
    margin: 3px; }
    #strony a.active {
      padding: 12px 18px;
      background-color: var(--main-color);
      color: #fff; }
    #strony a:hover {
      background-color: var(--main-color-hover);
      color: #fff; }

#box_miasta a, #box_tagi a  {
  margin-right: 20px; 
  color: #242424;
  font-size: 14pt;
  text-transform: none; }

#box_miasta a:hover, #box_tagi a:hover {
  color: var(--main-color-hover);
}

#box_miasta a:visited, #box_tagi a:visited {
  color: #878787;
}

#top_3 {
  background-position: center bottom;
  background-repeat: repeat-x;
  position: relative;
  background-color: #fff; }
  #top_3.top2 {
    background-image: url(/img/top2.jpg); }
  #top_3.top1 {
    background-image: url(/img/top1.jpg); }
  #top_3.no-top {
    background-image: none;
    height: auto;
    background-color: #323232; }
#top_3 .wrapper {
  overflow: visible ;
}
.home #top_3 {
  height: 85vh }
.home #box_tagi {
  border-bottom: 1px solid #ddd;
  clear: both; }
.home #box_miasta {
  border-top: 1px solid #fff; }

.home #top_3.no_search {
  height: 232px;
  background-position: center top; }

.dane_firmy h3, div.widget h3 {
  margin-bottom: 15px; }

.dane_firmy h3 svg {
  vertical-align: middle;
}

#box_firmy_szukaj div.line {
  border-bottom: 1px solid #141414;
  border-top: 1px solid #464646;
  height: 0;
  overflow: hidden;
  margin: 15px 0; }

#produkty_szukaj_box div.line {
  border-bottom: 1px solid #141414;
  border-top: 1px solid #464646;
  height: 0;
  overflow: hidden;
  margin: 15px 0;
  margin: 10px 15px 0; }

#box_firmy_szukaj ul.miasta {
  list-style: disc;
  list-style-position: inside;
  color: #474747; }
  #box_firmy_szukaj ul.miasta li {
    float: left;
    width: 49%;
    margin-bottom: 10px; }

#box_lista_kategorii {
  background-image: url(../gfx/kategoria.png);
  background-position: left bottom;
  background-repeat: no-repeat; }

div.widget {
  border-radius: 3px; }
div.promo {
  color: #fff;
  text-transform: uppercase;
  background-color: var(--main-color-hover);
  position: absolute;
  top: 18px;
  right: 0;
  padding: 4px 10px;
  font-weight: 600; }
div.sl-container {
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  text-align: left;
  text-indent: 4px;
  font-size: 13pt;
  vertical-align: top; }

#box_wszystkie_opinie .w_linii a, #plugin_aktualnosci_lista h3 a, div.sl-container a {
  color: #232323; }

.sl-placeholder-container {
  height: 64px;
  line-height: 64px;
  overflow: hidden; }

.sl-button {
  font-size: 28px;
  width: 20px;
  text-align: center;
  line-height: 86px;
  background-image: url(gfx/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.sl-options {
  background-color: #fff;
  }

  .sl-options a {
    padding: 6px ;
	display: inline-block;
	width: 100%;
 }

.foto_firmy {
  width: 225px; }
  .foto_firmy ul {
    padding: 20px;
    color: #242424; }

.dane_firmy p.adres a, .foto_firmy ul a, span.ocena_int a {
  color: #242424; }

.foto_firmy li {
  border-bottom: 1px solid #efefef; }

.dane_firmy {
  padding: 20px;
  position: relative; }
  .dane_firmy p.adres, .dane_firmy p.www {
    font-weight: 600;
    font-size: 18px;
    color: #242424; }
  .dane_firmy p.kategorie a, .dane_firmy p.www a {
    color: var(--main-color-hover);
    font-weight: 600;
    font-size: 18px; }

#kod_qr {
  position: absolute;
  bottom: 15px;
  right: 15px; }

#firma_tel_button, #firma_tel_span {
  margin-bottom: 6px;
  display: inline-block;
  font-weight: 600; }

#firma_tel_button {
  background-color: var(--main-color);
  color: #fff;
  border-radius: 1px;
  box-shadow: 1px 1px 0 silver;
  cursor: pointer;
}

#firma_tel_button, #firma_www_button {
  padding-left: 30px;
  image-rendering: crisp-edges;
}

#firma_tel_button:hover, #firma_www_button:hover, #add-favourites:hover, #dodaj_opinie:hover {
  background-color: var( --main-color-hover );
  text-decoration: underline;
}


#firma_tel_span {
  padding: 10px 0;
  font-size: 13pt;
  -webkit-text-fill-color: #B9324A;}

p.center {
  text-align: center; }

#firma_div {
  margin-right: 20px;
  border-radius: 2px; }

span.ocena_int {
  font-size: 11pt;
  margin-left: 8px;
  vertical-align: top; }

#opinie_pl {
  position: relative; }

#dodaj_opinie {
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 12px;
  background-color: var(--main-color);
  box-shadow: 1px 1px 0 silver;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  border-radius: 2px; }

#opinie_pl div.linia {
  border-top: 1px solid #dedede;
  margin-top: 25px;
  margin-bottom: 25px;
  height: 1px;
  overflow: hidden;
  clear: both; }

#div_nazwa {
  position: relative;
  margin-bottom: 15px; }

#add-favourites {
  /* position: absolute;
   right: 0;
   top: 0; */
   margin-left: 6px;
  background-color: var(--main-color);
  cursor: pointer;
  display: inline-block; }
  #add-favourites img {
    margin-left: 10px;
    vertical-align: middle; }

#add-favourites-item img, #remove-favourites-item img {
  margin-left: 10px;
  vertical-align: middle; }

#add-favourites, #add-favourites-item, #remove-favourites-item {
  color: #fff;
  padding: 6px 12px;
  box-shadow: 1px 1px 0 silver;
  font-weight: 600; }

#add-favourites-item {
  cursor: pointer;
  display: inline-block;
  background-color: var(--main-color); }

#remove-favourites-item {
  background-color: #5f1111; }

div.opinia_oceny {
  border-radius: 2x;
  border: 1px solid #e6e6e6;
  background-color: #f7f7f7;
  padding: 8px;
  display: inline-block;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 20px; }

#mapa_dolna_linia label {
  font-size: 13pt; }

div.opinia div.txt {
  font-size: 12pt; }
div.opinia_oceny tr.strong td {
  font-weight: 700;
  padding-bottom: 10px; }
div.opinia_oceny td.right {
  text-align: right;
  padding-right: 10px; }

span.gwiazdki {
  background-image: url(../gfx/ocena.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  display: inline-block;
  height: 19px;
  width: 95px; }

p.opinia_tekst {
  padding-top: 20px; }

.dark_gray_bg {
  background-color: #323232;
  color: #fff;
   }

#polec_boks span.icon, #remove-favourites-item {
  display: inline-block;
  cursor: pointer; }

div.mini_foto {
  display: inline-block;
  cursor: pointer; }
div.miniatury {
  margin-top: 10px; }

#polec_boks, .dane_prod .strong {
  font-weight: 700; }

#polec_boks span.icon {
  background-image: url(../gfx/ikonki_social.png);
  width: 51px;
  height: 51px;
  vertical-align: middle;
  margin-left: 10px; }

#polec_google {
  background-position: -51px 0; }

#polec_twitter {
  background-position: right 0; }

#box_firma h1 {
  margin-top: 0px;
  margin-bottom: 16px;
  padding-bottom: 0px;
  }
#box_firma #sidebar {
  width: 400px; }
  #box_firma #sidebar h2.naglowek {
    font-size: 18pt;
    margin: 0;
	margin-bottom: 6px;}

#box_firma_tagi {
   font-size: 13pt;
   font-weight: 400; }

#box_firma_tagi a {
color: #242424; }  

#box_firma_tagi a:hover {
  color: var(--main-color-hover); }

#box_firm_tagi a:visited {
  color: #878787; }  

#mapa_gorna_linia {
  font-weight: 700;
  color: var(--main-color);
  font-size: 14pt; }
  #mapa_gorna_linia a {
    font-weight: 700;
    color: var(--main-color);
    font-size: 14pt; }

#lokalizacja {
  cursor: pointer; }

#mapa_gorna_linia {
  margin-bottom: 10px; }

.dane_prod p, .dane_prod strong {
  margin-bottom: 10px; }

#dodaj_news img, #mapa_dolna_linia div.col {
  vertical-align: middle; }

#dodaj_news svg {
  fill: #ffffff;
  vertical-align: middle;
}

#adres_go, span.szare_pole {
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle; }

#adres_go {
  color: #fff;
  background-image: url(../gfx/zoom.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 37px;
  height: 34px;
  box-shadow: 1px 1px 0 #bcbcbc;
  background-color: var(--main-color); }

span.szare_pole {
  background-color: #f9f9f9;
  border: 1px solid #efefef;
  padding: 6px; }
  span.szare_pole input {
    border: 0;
    background-color: transparent;
    vertical-align: middle;
    font-size: 12pt;
    width: 160px; }

#div_list {
  margin-top: 10px; }

#firma_opcje {
  margin-top: 10px; }
  #firma_opcje li {
    display: inline-block;
    margin-right: 15px; }
  #firma_opcje a {
    color: #242424; }
#firma_info {
  margin-bottom: 10px;
}

#firma_info div.linia {
  border-top: 1px solid #dedede;
  clear: both;
  height: 1px;
  margin-bottom: 15px;
  margin-top: 15px;
  overflow: hidden; }

#firma_div #box_opinie {
  border-top: 1px solid #e6e6e6; }
#firma_div img.foto {
  padding: 20px;
  border-radius: 2px;
  border: 1px solid #bcbcbc; 
 /* border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; */ 
  box-sizing: border-box;
}

.align_center {
  text-align: center; }

#wplaty {
/*  margin: auto; */ }

.zobacz_produkty {
  background-color: var(--main-color);
  border: 0;
  color: #fff;
  font-weight: 600;
  padding: 10px 12px;
  border-radius: 2px;
  text-shadow: 0 0 2px #999; }

#box_produkt #sidebar {
  width: 400px; }
#box_produkt #mapa_div {
  margin: 0;
  border: 0;
  width: 100%;
  height: 200px; }

.guzik_green, .guzik_lightgray, .guzik_orange, .guzik_red, .guzik_gold, .guzik_raspberry, .darkgray {
  background-color: var(--main-color);
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 13pt;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 2px;
  box-shadow: none;
  margin-bottom: 6px;
  display: inline-block;
  cursor: pointer;
  border: 0; }

.guzik_green {
  background-color: var(--main-color); }
.guzik_green:hover {
  background-color: var(--main-color-hover);
 } 

.guzik_lightgray {
  background-color: #7e7e7e; }
.guzik_lightgray:hover {
  background-color: #5e5e5e;
 }

.guzik_orange {
  background-color: #ff7022; }

.guzik_red {
  background-color: #DC0234; }

.guzik_gold {
  background-color: #B4986F;
  color: #fff; }

.guzik_raspberry {
  background-color: #B9324A; }
  .guzik_raspberry:hover {
  background-color: #B4986F; }

.guzik_darkgray {
  background-color: #28292B;
  color:#fff; }

.guzik_white {
  background-color: #fff;
  color:#111;
  border-color: #111 2px solid; }


#produkt_urle .guzik_orange {
  display: block; }

#aktualnosci_kategoria li.active a {
  color: #646464;
  font-weight: bold; text-decoration: underline; }

.dane_prod p.www a {
  color: var(--main-color-hover) }
.dane_prod strong {
  display: block; }

#box_produkt .dostepnosc, #box_produkt .polecany {
  font-size: 11pt; }
#box_produkt h1 {
  margin-bottom: 15px;
  padding-bottom: 5px;
 /* border-bottom: 1px solid #e6e6e6;  */}

#produkt_galeria {
  float: left; 
 }

#produkt_galeria, #produkt_col {
  margin-right: 20px; }

#produkt_div {
  margin-bottom: 20px;
}

#box_produkt #produkt_ulubione {
  margin-bottom: 15px;
}

#box_produkt #produkt_ulubione a {
 margin-bottom: 0;
}

#box_produkt .cena {
  font-size: 18pt;
  font-weight: 500; }
#box_produkt #polec_boks2 {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin-top: 20px;
  clear: both; }

.alert-cloud {
  float: right;
  width: 40%; }

#dodawanie_firmy label {
  float: left;
  clear: both;
  margin-bottom: 5px; }
  #dodawanie_firmy label.nf {
    float: none; }
#dodawanie_firmy input[type=checkbox].error {
  outline: 1px solid red; }
#dodawanie_firmy span.arrows {
  color: red; }
#dodawanie_firmy input.text, #dodawanie_firmy select, #dodawanie_firmy textarea {
  float: left;
  width: 40%;
  clear: left;
  margin-bottom: 10px;
  background-color: #f9f9f9;
  border: 1px solid silver;
  border-radius: 2px;
  height:47px;
  padding: 8px; }
#dodawanie_firmy .mce-tinymce:focus, #dodawanie_firmy input.text:focus, #dodawanie_firmy select:focus, #dodawanie_firmy textarea:focus {
  box-shadow: 0 0 3px #464646; }
#dodawanie_firmy .godziny select {
  width: auto;
  clear: none;
  float: none; }

.foto_wgrane input {
  background-color: #f9f9f9;
  border: 1px solid silver;
  border-radius: 2px;
  padding: 10px; }
  .foto_wgrane input:focus {
    box-shadow: 0 0 3px #969696; }

#dodawanie_firmy input.short {
  width: 120px;
  margin-right: 10px; }

#firma_div span.tel {
  background-position: left 4px;
  background-image: url(../gfx/telefon.png);
  padding-left: 20px;
  background-repeat: no-repeat; }

#dodawanie_firmy input.miasto {
  width: 250px;
  clear: none; }
#dodawanie_firmy div.kolumna {
  width: 50%;
  float: left;
  clear: left; }

#map_canvas {
  width: 50%;
  float: left;
  clear: left; }

#dodawanie_firmy h2.naglowek2 {
  clear: both;
  font-size: 16pt;
  border-top: 1px solid #efefef;
  margin-top: 15px;
  padding-top: 10px; }

#map_canvas {
  width: 40%;
  height: 300px; }

#dodawanie_firmy .mce-tinymce, div.clear_left {
  clear: left; }

#div_tagi {
  clear: both; }

#edytor_jezyki {
  clear: both; }
  #edytor_jezyki li {
    display: inline;
    cursor: pointer;
    border: 1px solid transparent; }
    #edytor_jezyki li img {
      border: 1px solid transparent; }
    #edytor_jezyki li.active img {
      border: 1px solid #B9324A; }

#div_tagi span.delete_tag {
  background-image: url(../gfx/delete.png);
  border: 0;
  display: inline-block;
  float: none;
  height: 16px;
  line-height: 15px;
  margin: 0 0 0 4px;
  padding: 0;
  vertical-align: text-top;
  width: 16px; }

#dodaj_atr input {
  clear: left;
  margin: 4px 9px 0 0;
  width: auto; }
#dodaj_atr label {
  clear: right;
  float: none; }
#dodaj_atr li {
  display: block;
  clear: both; }

#dodaj_atr li {
  clear: both;
  margin-bottom: 5px; }

#dodaj_atr select, #dodaj_atr input, #dodaj_atr textarea {
  float: none;
  margin-bottom: 0; }

#dodaj_atr span {
  vertical-align: unset; }

.kup_teraz {
  background-color: #62BB47;
  background-image: url(../gfx/kupteraz.png);
  border-radius: 3px;
  vertical-align: middle;
  width: 152px;
  height: 40px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 14pt;
  line-height: 40px;
  text-align: left;
  text-indent: 20px;
  margin-top: 5px;
  margin-bottom: 10px; }

 .kup_teraz:hover {
  background-color: var(--main-color-hover);
 } 

.guzik_zamow {
  background-color: #798D8D;
  background-image: url(../gfx/zamow.png);
  border-radius: 3px;
  vertical-align: middle;
  width: 132px;
  height: 40px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 14pt;
  line-height: 40px;
  text-align: left;
  text-indent: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
  }

.guzik_zamow:hover {
  background-color: var(--main-color-hover);
 } 

#popup {
  background-image: url(../gfx/popup_bg.png);
  background-repeat: repeat;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10; }

#popup_in {
  width: 400px;
  margin: 10% auto auto; }

#popup_nie, #popup_tak {
  cursor: pointer; }

#box_lista_zlecen .w_linii a, #popup_tak {
  float: right; }

#popup_in p {
  font-size: 18px;
  margin-bottom: 20px; }

#popup_alert {
  color: #000;
  font-weight: 700; }

.guzik_gray {
  background-color: #303030;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  padding: 4px 10px;
  text-shadow: 1px 1px 1px #e7e7e7;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 2px;
  display: inline-block; }

#popup_alert {
  border: 8px solid red;
  border-radius: 80px;
  display: block;
  font-size: 34px;
  height: 100px;
  line-height: 100px;
  margin: auto;
  text-align: center;
  width: 100px; }

#layer {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 9999;
  display: none;
  padding: 20px; }

  #layer h2.naglowek {
    margin-bottom: 10px;
  }

#layer_in {
  padding: 20px;
  width: 1200px;
  margin: auto;
  background-color: #fff;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  transform: translateY( -50% );
  top: 50%; }

#foto_nav_big {
  display: none;
  left: 0;
  position:absolute;
  width: 100%;
  height: 100%;
  top: 0; }
  #foto_nav_big span {
    -moz-border-radius: 1px 1px 1px 1px;
    background-image: url(../css/gfx/fancybox.png);
    display: block;
    height: 30px;
    width: 30px; }

#nav_prev {
  position: absolute;
  background-position: -40px -30px;
  top: 48%;
  left: 30px; }

#big_foto {
  cursor: pointer;
  }

#close_layer {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  background-image: url(../css/gfx/fancybox.png);
  display: block;
  height: 30px;
  width: 30px;
  background-position: -40px 0; }

#nav_next {
  position: absolute;
  background-position: -40px -60px;
  top: 48%;
  right: 30px; }

#ajax_opcje {
  display: none; }
  #ajax_opcje li {
    display: none; }
  #ajax_opcje textarea {
    display: block;
    width: 100%;
    box-sizing: border-box; }

#layer_in textarea {
  display: block;
  width: 100%;
  box-sizing: border-box; }

#ajax_opcje textarea, #dodaj input.text {
  background-color: #f9f9f9;
  border: 1px solid silver;
  border-radius: 2px;
  padding: 8px; }

#layer_in input.text, #layer_in textarea {
  background-color: #f9f9f9;
  border: 1px solid #efefef;
  border-radius: 2px;
  padding: 8px; }

#news_kom textarea, p.info {
  background-color: #f9f9f9;
  border: 1px solid #efefef;
  border-radius: 2px;
  padding: 8px; }

#news_kom textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-bottom: 10px; }

#box_wszystkie_opinie div.linia {
  border-top: 1px solid #dedede;
  margin-top: 25px;
  margin-bottom: 25px;
  height: 1px;
  overflow: hidden;
  clear: both; }
  #box_wszystkie_opinie div.linia.last {
    border-top: 0; }

#box_lista_firm .w_linii h1, #box_wszystkie_opinie .w_linii h1 {
  display: inline-block;
}

#plugin_aktualnosci_lista .w_linii h1.h2, #plugin_aktualnosci_lista .w_linii h2 {
  display: inline-block;
}

#box_wszystkie_opinie .w_linii, #box_wszystkie_opinie div.border {
  margin-bottom: 10px; }
#box_wszystkie_opinie .w_linii span {
  font-weight: 700;
}

#box_lista_zlecen .w_linii {
  height: 46px;
  margin-bottom: 10px; }
  #box_lista_zlecen .w_linii h1 {
    line-height: 46px; }

#plugin_aktualnosci_lista .w_linii a {
  float: right;
  color: #fff; }

#box_zlecenie .w_linii a, #dodaj_news {
  float: right; }

#box_zlecenie .w_linii, #fb_login, #plugin_aktualnosci_lista h3 {
  margin-bottom: 10px; }

#box_lista_zlecen .w_linii h1 {
  display: inline-block;
 }

#box_opinie_wszystkie .opinia {
  margin: 0;
}

#box_zlecenie .w_linii h1 {
  display: inline-block;
  font-size: 20pt; }
#box_zlecenie .w_linii .guzik_lightgray {
  padding: 8px 20px; }
#box_zlecenie .w_linii .guzik_red {
  padding: 8px 20px;
  margin-right: 10px; }

#dodaj input.text {
  width: 300px;
  float: left;
  clear: left; }
#dodaj label {
  float: left;
  margin-bottom: 5px;
  clear: both; }
#dodaj .arrows {
  color: red; }

#rodzaj_konta {
  clear: both;
  margin-bottom: 15px; }
  #rodzaj_konta label {
    float: none; }

.news_img {
  float: left;
  margin-right: 20px;
  width: 225px;
  height: auto; }

#box_news_title {
  margin-bottom: 20px; }
  #box_news_title h1 {
    display: inline-block; }

#box_nowa_opinia .linia h1, #nowa_opinia label {
  display: inline-block; }

#box_news_title .guzik_lightgray {
  float: right; }

p.info {
  background-color: #eefaec;
  padding: 10px;
  border-radius: 2px; }

#komentarze .autor, p.info a {
  color: #62BB47; }

#komentarze, span.budzet {
  margin-top: 10px; }

#komentarze div.komentarz {
  border: 1px solid #efefef;
  padding: 20px;
  margin-bottom: 15px;
  background-color: #f5f5f5;
  background-image: url(../gfx/komentarz.png);
  background-position: top right;
  background-repeat: no-repeat; }
#komentarze p.dodano {
  font-size: 11pt; }
#komentarze p.tekst {
  font-size: 12pt; }

#box_komentarze p.bold {
  margin-bottom: 15px; }

#plugin_aktualnosci_lista {
  margin-right: 20px; }
  #plugin_aktualnosci_lista a.more {
    color: var(--main-color-hover);
    font-weight: 700; }
  #plugin_aktualnosci_lista img.thumb {
    border: solid 1px #dedede;
    float: left;
    width: 225px;
    margin-right: 20px; }
  #plugin_aktualnosci_lista li {
    box-shadow: 0 0 3px var(--main-color);
    margin-bottom: 20px;
    position: relative; }

#aktualnosci_kategoria h2, #aktualnosci_popularne h2, #box_zlecenia h2.naglowek {
  font-size: 16pt; }

#aktualnosci_kategoria ul {
  list-style: disc;
  color: #fff;
  list-style-position: inside; }
#aktualnosci_kategoria a {
  color: var(--main-color); }

#plugin_aktualnosci_lista div.kategoria {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 225px;
  background-color: #f9f9f9;
  border-top: 1px solid #e6e6e6;
  padding: 8px 8px 8px 20px; }
  #plugin_aktualnosci_lista div.kategoria a {
    color: #464646; }

#nowa_opinia label {
  vertical-align: top;
  text-align: right;
  margin-right: 10px; }
#nowa_opinia input.text, #nowa_opinia textarea {
  width: 60%; }
#nowa_opinia input.text.short {
  width: 150px; }

.opinia_prawa label {
  padding-top: 13px; }

.col.opinia_prawa {
  text-align: right; }

.body_404 #top_3 {
  height: 0; }

#nowa_opinia .arrows, .form_oferta span.arrows {
  color: red; }

#nowa_opinia_dodaj {
  margin-left: 20px;
  padding: 13px 20px; }

#box_nowa_opinia .linia {
  margin-bottom: 10px; }
  #box_nowa_opinia .linia span {
    font-size: 23pt;
    font-weight: 700; }
  #box_nowa_opinia .linia a {
    float: right; }

div.ocena_ogolem.polowa2 {
  margin-bottom: 15px;
  font-weight: 700; }
div.polowa2 {
  margin-bottom: 8px; }

#box_nowa_opinia span.gwiazdka {
  display: inline-block;
  background-image: url(../gfx/ocena.png);
  width: 19px;
  height: 19px;
  cursor: pointer;
  background-position: bottom;
  margin-right: 3px; }
#box_nowa_opinia span.gwiazdka_on {
  background-position: top; }
#box_nowa_opinia div.polowa2 label {
  width: 200px; }

#aktualnosci_popularne a, p.oferta_txt {
  color: #000; }

#aktualnosci_popularne li, #pakiety p.intro {
  margin-bottom: 20px; }

div.pakiet {
  margin-bottom: 20px;
}
  div.pakiet form {
    display: block;
    padding: 10px;
    background-color: #f9f9f9;
    clear: both;
    margin-bottom: 0; }
  div.pakiet .guzik_raspberry {
    vertical-align: middle ;
    margin: 0; }
  div.pakiet img.typ {
    margin: 0 20px;
    vertical-align: middle;
    width: 27px; }
  div.pakiet label {
    display: inline-block;
    margin-top: 5px; }
  div.pakiet ul {
    list-style: disc;
    list-style-position: inside;
	padding-left:10px;}
  div.pakiet select {
    margin-top: 6px;
	vertical-align: middle;
	padding: 8px 12px ;
    margin-bottom: 6px; }
  div.pakiet span.opis {
    padding: 10px;
	display: inline-block;
	 }
  div.pakiet span.nazwa {
    font-size: 20pt;
    font-weight: 700;
    margin: 20px 0 20px 0;
	vertical-align: middle;
    display: inline-block; }

#promo_bottom p {
  margin: 15px 0; }

#moje_firmy li {
  border: solid 1px silver;
  box-shadow: none }
#moje_firmy div.half {
  display:table-cell;
  width: 50%;
  height: 100%;
  position: relative;
  vertical-align: top; }
  #moje_firmy div.half.half_long {
    width: auto; }
  #moje_firmy div.half.half_short {
    width: 200px;
    text-align: center; }
    #moje_firmy div.half.half_short p {
      padding-top: 30%; }
#moje_firmy div.dane {
  display: table;
  height: 225px;
  margin: 0;
  width: 100%; }
#moje_firmy div.foto {
  display: inline-block;
  width: 100%; 
  height: auto; }
#moje_firmy img.thumb {
  display: inline-block; }
#moje_firmy div.oplac {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  height: 100%; }

.border_top {
  border-top: 1px solid #e6e6e6; }

div.pakiet form, div.zlecenie_bottom div.col {
  border-top: 1px solid #e6e6e6; }

#moje_firmy div.oplac > div {
  height: 50%; }

.payment_button {
  background-color: #fff;
  border: 2px solid #B9324A;
  color: #B9324A;
  cursor: pointer;
  vertical-align: middle;
  padding: 10px 15px;
  margin-top: 20px;
  font-size: 14pt;
  font-family: "Roboto Condensed";
  text-transform: uppercase; }
.payment_button:hover {
    background-color: #B9324A ;
    border-color: #fff;
    color: #fff; 
    border: 2px solid; }

#moje_firmy .o_head_1, #moje_firmy .o_head_2 {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
  color: #000; }
#moje_firmy .button img {
  vertical-align: middle;
  margin-left: 10px; }

a.link_red {
  color: #B9324A; }

#moje_firmy div.stat {
  bottom: 0;
  font-size: 12pt;
  left: 0;
  padding: 10px;
  position: absolute;
  right: 0; }

a.link_green {
  color: var(--main-color-hover); }

#moje_firmy .button {
  display: inline-block;
  padding: 7px 14px;
  color: #fff;
  border-radius: 2px;
  margin-right: 10px;
  margin-bottom: 10px; }

#aktualnosci_popularne li.last, #moje_firmy p {
  margin-bottom: 0; }

.button.blue {
  background-color: #798D8D;
  box-shadow: none; }
.button.red {
  background-color: #cc2c2c;
  box-shadow: none; }
.button.green {
  background-color: var(--main-color);  box-shadow: none; }

div.opinia_full {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: url(../gfx/opinia.png); }

#box_lista_zlecen {
  margin-right: 20px; }

div.zlecenie {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px; }
  div.zlecenie h2 {
    font-size: 20pt;
    color: #000; }
div.zlecenie_bottom {
  background-color: #f9f9f9;
  border-collapse: collapse; }
  div.zlecenie_bottom div.col {
    border-right: 1px solid #e6e6e6;
    padding: 14px;
    font-weight: 700;
    text-align: center; }

span.budzet {
  float: left; }
span.red {
  color: #900; }

div.zlecenie_bottom div.col.last {
  border-right: 0;
  padding: 0;
  background-color: #62BB47; }
  div.zlecenie_bottom div.col.last a {
    color: #fff;
    padding: 14px;
    display: block; }
div.zlecenie_bottom span.green {
  margin-left: 10px; }

span.green {
  color: #62BB47; }

#wojewodztwa_rwd {
  margin-bottom: 20px; }

#filtruj_zlecenia ul.miasta a, #wojewodztwa_rwd a {
  color: #fff;
  display: list-item; }

#filtruj_zlecenia ul.miasta li, #wojewodztwa_rwd li {
  display: inline-block;
  font-size: 13pt;
  list-style: inside none disc;
  overflow: hidden;
  white-space: nowrap;
  width: 49%; }

.col_1_3 {
  width: 33%; }

.col_2_3 {
  width: 66%; }

#oferty .nazwa img, .guzik .ikona {
  vertical-align: middle;
  margin-left: 15px; }

#zlecenie_main {
  margin-right: 20px; }

#zlecenie_info p, .form_oferta label, span.sort {
  display: inline-block;
  width: 49%; }

#zlecenie_opis {
  margin-bottom: 20px;
  margin-top: 10px; }

.form_oferta input.text {
  text-indent: 10px;
  width: 60px;
  margin-right: 6px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 2px; }
.form_oferta select, .form_oferta textarea {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 2px; }
.form_oferta input.text, .form_oferta select {
  margin-bottom: 15px;
  padding: 8px; }
.form_oferta label {
  margin-right: 20px;
  text-align: right;
  width: 60px; }
.form_oferta textarea {
  width: 90%;
  padding: 5px;
  height: 135px; }
.form_oferta .guzik_green {
  padding: 8px 20px; }

div.oferta {
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9; }
  div.oferta.last {
    border-bottom: 0; }

#oferty_lista {
  border-top: 1px solid #e9e9e9;
  padding: 15px 0 15px 15px; }
  #oferty_lista .cena {
    color: #111; }
  #oferty_lista .border_left {
    border-left: 1px solid #e9e9e9;
    width: 140px; }

#zlecenie_opis h2 {
  font-size: 16pt; }

#oferty .nazwa {
  margin-bottom: 10px;
  display: inline-block; }

#oferty h2 {
  font-size: 16pt;
}

#remove-favourites-item.added svg {
   fill: #ffffff ;
}

p.oferta_txt span.data {
  font-weight: 400;
  color: #545454; }

#dodawanie_firmy label.error, #textarea_info {
  color: red; }

#box_zlecenie_dodane a.black {
  font-weight: 700;
  color: #000; }

.margin_top_20 {
  margin-top: 20px; }

#zleceniodawca span.hint {
  text-decoration: underline;
  color: #588281; }

p.oferta_dane {
  margin-top: 15px; }

.green {
  color: #62BB47; }

.widget .guzik_green:hover {
  background-color: var(--main-color-hover); }

div.img_oferta {
  width: 96px; }
div.green_border {
  border: 1px solid var(--main-color);
  padding: 10px; }

#zleceniodawca li {
  background-image: url(../gfx/zlecenie_ikony.png);
  background-repeat: no-repeat;
  height: 30px;
  line-height: 22px;
  padding-left: 30px; }
  #zleceniodawca li.tel {
    background-position: left -34px; }

#zlecenie_zamkniete, p.intro {
  margin-bottom: 20px; }

#sort_cena {
  float: right;
  margin-right: 20px; }

#sort_data {
  margin-left: 15px; }

#box_done a {
  color: #090; }

span.sort {
  background-image: url(../gfx/sort.png);
  width: 11px;
  height: 24px; }
  span.sort.active {
    background-position: right top; }

#dodawanie_firmy input.text.error, #dodawanie_firmy select.error, #dodawanie_firmy textarea.error {
  border: 1px solid red; }

p.intro {
  color: #798D8D;
  text-align: center;
  font-size: 15pt; 
  font-weight: 500; }

#box_miasta a.green, #box_tagi a.green {
   -webkit-text-fill-color: var(--main-color-hover);}

#box_miasta, #box_tagi {
  padding-bottom: 40px; }

#footer span.gray {
  color: #9b9b9b;
  margin-right: 5px; }

#footer_social a {
  margin: 0 10px; }

label.error {
  color: red;
  margin-right: 10px; }

#box_opinie_wszystkie div.opinia_jeden {
  float: none;
  width: 100%; }
#box_opinie_wszystkie .opinia_jeden div.opinia {
  height: auto; }

#newsletter_txt {
  margin-bottom: 10px;
  font-weight: 700; }

#box_mapa_miast a {
  color: #424242;
  font-size: 13pt; }

#mapa_miast > div.woj {
  display: inline-block;
  width: 33%;
  vertical-align: top; }
#mapa_miast div.woj_in {
  margin: 6px;
  border: 1px solid #ccc;
  padding: 10px; }

#wplaty td {
  padding: 0 20px; }
#wplaty a.link {
  color: #232323; }

.linia_w_formularzu {
  width: 100%;
  clear: both; }
  .linia_w_formularzu .cztery, .linia_w_formularzu .dwa, .linia_w_formularzu .jeden, .linia_w_formularzu .trzy {
    display: inline-block;
    min-width: 200px;
    vertical-align: top; }

#dodawanie_firmy .cztery input.text, #dodawanie_firmy .trzy input.text {
  width: 80%; }
#dodawanie_firmy select.kategoria_glowna, #dodawanie_firmy select.podkategoria, #dodawanie_firmy select.podkategoria_sel {
  width: 80%; }
#dodawanie_firmy input.wider {
  width: 90%; }

#box_haslo .col1 {
  width: 40%; }

#dodawanie_firmy input.kod_pocztowy {
  width: 120px; }

#div_tagi span, .foto_wgrane {
  display: inline-block;
  border: 1px solid #ccc;
 -webkit-text-fill-color: #323232; }

#div_tagi span {
  margin-right: 4px;
  padding: 2px 4px;
  margin-bottom: 4px;
-webkit-text-fill-color: #323232; }

.foto_wgrane {
  vertical-align: top;
  padding: 10px;
  margin-bottom: 10px; }

#rwd_menu_bg {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3; }
#rwd_menu_mobile {
  display: none;
  position: absolute;
  left: 20px;
  top: 165px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px; }
  #rwd_menu_mobile li.dodaj_firme {
    background-color: var(--main-color-hover); }
  #rwd_menu_mobile a {
    color: #fff;
    display: block; }
   #rwd_menu_mobile li {
    margin: 6px 10px;
    padding: 4px 10px;
    background-image: url(gfx/rwd_menu.png);
    background-position: calc(100% - 8px) center;
    background-repeat: no-repeat; }

#mobile_button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: right;
  margin-top: 0px;
  list-style: outside none none;
  padding: 8px 8px 4px;
  cursor: pointer;
  display: none;
  margin-right: 10px;
  z-index: 5;
  background-color: #323232; }
  #mobile_button li {
    height: 2px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 4px;
    width: 21px; }

#quick_search_div {
  background-color: #fff;
  padding: 15px;
  position: absolute;
  display: none;
  border-top: 1px solid #ccc;
  box-shadow: 1px 1px 3px #999;
  /*box-sizing: border-box;*/ }
  #quick_search_div li {
    cursor: pointer;
    color: #000; }
    #quick_search_div li.active {
      background-color: #ccc; }

#box_lista_firm h2.kryteria {
  font-size: 12pt; }

#zleceniodawca_mob {
  display: none;
  margin-bottom: 20px; }

p.align_right {
  text-align: right; }

ul.lista_firm p.align_right {
  margin-bottom: 0;
  position:absolute;
  bottom: 10px;
  right: 10px; }

#box_produkty ul.lista_firm p.opis_krotki {
  max-height: 60px; }

#box_zlecenia .white_form_box input.text {
  width: 68%; }

#filtruj_zlecenia ul.miasta {
  list-style: disc;
  margin-bottom: 20px; }

#dodawanie_firmy select.dni {
  width: 20%; }

#box_lista_zlecen div.half {
  display: inline-block;
  width: 80%;
  vertical-align: top; }
  #box_lista_zlecen div.half.short {
    display: inline-block;
    width: 19%;
    text-align: center; }

#firma_opis ul {
  list-style: disc;
  list-style-position: inherit;
  padding-left: 40px;
  margin: 16px 0; }
#firma_opis p {
  padding: 5px 0;
  font-size: 14pt; }

#dodaj_news_box h2.naglowek {
  font-size: 20pt; }

#box_miasta h4 {
  font-weight: 400;
  display: inline; }

#dodawanie_firmy .textarea_full {
  width: 100%; }

#zlecenie_opis ul {
  list-style: disc;
  padding-left: 40px;
  margin: 0; }
#zlecenie_opis ol {
  margin: 0; }
#zlecenie_opis p {
  margin-bottom: 10px; }

#div_prod_sort {
  float: right;
  display: inline-block;
  padding: 3px;
  background-color: #fff;
  border: 1px solid #999;
  margin-top: 6px; }
  #div_prod_sort select {
    margin-left: 5px;
    border: 0; }

.form_oferta input.text.telefon {
  width: 90px; }

#godziny_pracy label {
  clear: none;
  width: 140px; }
#godziny_pracy span.godzina {
  width: 150px;
  height: 47px;
  line-height: 47px; }
#godziny_pracy input.text {
  clear: none;
  margin: 0;
  float: none; }
#godziny_pracy div.short {
  clear: both;
  margin-bottom: 10px; }
#godziny_pracy span.godzina span.suwak {
  background-image: url(gfx/suwak.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 22px;
  margin-right: 10px;
  vertical-align: middle;
  width: 36px; }

#powiadomienia span.godzina span.suwak {
  background-image: url(gfx/suwak.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 22px;
  margin-right: 10px;
  vertical-align: middle;
  width: 36px; }

#godziny_pracy span.godzina.on span.suwak, #powiadomienia span.godzina.on span.suwak {
  background-position: left bottom; }

#godziny_pracy label, #godziny_pracy span.godzina {
  display: inline-block;
  float: none; }

#powiadomienia span.godzina {
  display: inline-block;
  float: none; }

.jcarousel-clip-horizontal {
  overflow: hidden; }

.jcarousel-next {
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font: 24px/27px "Roboto Condensed";
  height: 75px;
  margin-top: -42px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  top: 50%;
  width: 40px;
  background-image: url(../gfx/css_sprites.png);
  background-repeat: no-repeat; }

.jcarousel-prev {
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font: 24px/27px "Roboto Condensed";
  height: 75px;
  margin-top: -42px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  top: 50%;
  width: 40px;
  background-image: url(../gfx/css_sprites.png);
  background-repeat: no-repeat;
  left: -30px;
  background-position: -10px -589px; }

.jcarousel-next {
  right: -30px;
  background-position: -10px -684px; }

#cookiesBar {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  color: #141414;
  font: "Roboto Condensed", 400 11px/1em;
  width: 100%;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #ebebeb;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0%, #fff), color-stop(100%, #ebebeb));
  background-image: -webkit-linear-gradient(#fff, #ebebeb);
  background-image: -moz-linear-gradient(#fff, #ebebeb);
  background-image: -o-linear-gradient(#fff, #ebebeb);
  background-image: -ms-linear-gradient(#fff, #ebebeb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ebebeb);
  background-image: linear-gradient(#fff, #ebebeb); }
  #cookiesBar a {
    color: #141414;
    border-bottom: 1px dotted #aeaeae; }
    #cookiesBar a:hover {
      color: #aeaeae; }
  #cookiesBar p {
    margin: 2px 0;
    line-height: 1;
    padding-left: 30px; }

#cookiesBarWrap {
  width: 840px;
  margin: 0 auto;
  position: relative; }

#cookiesBarClose {
  display: block;
  width: 20px;
  height: 19px;
  background: url(../gfx/css_sprites.png) -67px -121px no-repeat;
  text-indent: -999em;
  position: absolute;
  top: 2px;
  left: 5px; }

a#cookiesBarClose {
  border: 0; }

#cookiesBarClose:hover {
  background-position: -97px -121px; }

div.sposob {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px;
  width: 33%;
  vertical-align: top;
  text-align: center;
  border: 1px solid #e6e6e6;
  box-sizing: border-box; }

.pakiet .opis p, .pakiet .opis ul {
  margin-bottom: 10px; }

@media all and (max-width: 600px) {
  div.sposob {
    width: 100%;
    display: block;
    margin-bottom: 10px; } }
@media screen and (max-width: 900px) {
  #cookiesBarWrap {
    margin: 0 auto;
    position: relative;
    width: 95%; } }
@media screen and (max-width: 1050px) {
  #kod_qr {
    position: inherit; } }
@media screen and (max-width: 1210px) {
  div.wrapper {
    width: 99%; } }
@media screen and (max-width: 1100px) {
  #partnerzy_div {
    width: 825px; } }
@media screen and (max-width: 900px) {
  div.single_kat {
    width: 33%; } 
  
  ul.lista_firm li.promo h3.nazwa {
    padding-right: 0; }

div.latest_single {
    width: 25%; }
.lista-in {
  flex-wrap: wrap;
}
  ul.lista_firm div.foto {
    width: 100%;
    height: auto;
    border-right: 1px solid #e6e6e6;
    float:none;
    text-align: center;
    border-bottom: 1px solid #e6e6e6; }
  ul.lista_firm div.dane {
    margin-left: 0; }
  ul.lista_firm div.kategorie {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    color: #323232;
	align-items:center;
    padding: 11px;
    position: inherit; }

  #box_zlecenie div.oferta div.col {
    text-align: center; }
  #box_zlecenie div.col_z_cena br {
    display: none; }
  #box_zlecenie div.col_z_cena strong {
    margin-right: 10px; }
  #box_zlecenie div.col {
    width: 100%;
    display: block; }

  p.oferta_txt span.data {
    width: 100%;
    display: block; }

  #box_zlecenie .w_linii h1 {
    display: block;
    font-size: 20pt; }

  #zlecenie_main {
    margin-right: 0; } }
#moje_firmy .guzik_long {
  padding: 8px 40px; }

@media screen and (max-width: 825px) {
  #partnerzy_div {
    width: 550px; }

  #mobile_button {
    display: block; }

  #moje_firmy p.uzupelnij, #rwd_menu {
    display: none; }

  #nowa_opinia div.col {
    display: block;
    width: 100%; } }
@media screen and (max-width: 750px) {
  .grid ul.lista_firm li, div.single_kat {
    width: 50%; }

  #form_szukaj {
    padding-top: 70px; }
    #form_szukaj .sl-container {
      margin-bottom: 10px; }

  div.latest_single, div.single_news {
    width: 33%;
    margin-bottom: 10px; }
  div.opinia img.thumb {
    float: none;
    margin: 0; }
  div.single_news {
    width: 50%; }

  #box_aktualnosci_main div.col, #box_firma div.col, #box_firmy div.col, #box_produkty div.col {
    display: block; }

  #box_lista_firm, #plugin_aktualnosci_lista {
    margin-right: 0; }

  #sidebar {
    width: 100%; }

  #box_lista_zlecen {
    margin-right: 0; }

  #box_haslo .col {
    display: block;
    width: 100%; }
  #box_haslo .col1 {
    display: block;
    width: 100%;
    margin-bottom: 10px; }

  #box_lista_zlecen .w_linii {
    height: auto; }
    #box_lista_zlecen .w_linii h1 {
      font-size: 20pt; } }
@media screen and (max-width: 670px) {
  #form_szukaj h1 {
    font-size: 42pt; }

  #dodawanie_firmy div.kolumna {
    float: none;
    width: 100%; }

  #box_wplaty thead tr, #moje_firmy div.half.half_short br, #top_1 p.italic {
    display: none; }

  #mapa_miast > div.woj {
    width: 50%; }

  #map-poland {
    float: none; }

  #box_statystyki li {
    text-align: center;
    margin-bottom: 30px; }

  #box_stopka_linki div.col {
    display: inline-block;
    padding: 0 20px; }

  #moje_firmy div.foto {
    display: block;
    float: none;
    width: 100%; }
  #moje_firmy div.half {
    display: block;
    float: none;
    width: 100%; }
    #moje_firmy div.half.half_short {
      display: table;
      float: none;
      width: 100%; }
      #moje_firmy div.half.half_short p {
        padding-top: 20px; }

  #layer {
    box-sizing: border-box; }

  #layer_in {
    width: 80%;
    height: auto !important; }
  #layer_in > img {
      width: 100%; }

  #moje_firmy div.foto {
    text-align: center; }
  #moje_firmy img.thumb {
    display: inline-block; }
  #moje_firmy div.stat {
    position: inherit;
    padding: 0 15px 15px; }

  #box_wplaty table, #box_wplaty td, #box_wplaty th, #box_wplaty thead, #box_wplaty tr {
    display: block; }

  #box_wplatytbody {
    display: block; }

  #box_statystyki li {
    width: 100%;
    display: block; }

  #box_wplaty tbody {
    width: 100%;
    display: block; }
  #box_wplaty tr {
    border: 1px solid #ccc;
    margin-bottom: 10px; }
  #box_wplaty td {
    border: 1px solid #eee;
    position: relative;
    text-align: center; }
    #box_wplaty td:before {
      position: absolute;
      top: 6px;
      left: 6px;
      width: 1px;
      padding-right: 10px;
      white-space: nowrap; } }
@media screen and (max-width: 670px) {
   div.latest_single {
      width: 50% ;
   }

   #footer_social {
      text-align: center;
	  padding-top: 20px;
   }

   div.latest_single .foto {
     min-height:auto;
   }

   #box_mapa h2 {
      text-align:center;
   }

   #layer_in form {
      margin-top: 10px;
   }

   #layer_in span.mobi_center {
     display: inline-block;
     text-align: center;
     width: 100%;
   }

   .body_firma .promo {
      top: 17px;
   }

   #div_movie iframe {
     aspect-ratio: 16/9;
	 height:auto;
   }
}
@media screen and (max-width: 550px) {
  #partnerzy_div {
    width: 275px; }

  #wroc {
    display: none;
  }

  #produkt_col h1 {
    display: none;
  }

  #box_produkt .price {
    text-align: center;
  }

  #box_tekst h2, #box_tekst h3 {
    text-align:center ;
  }

  #box_tekst .align_right {
    text-align: center;
	margin-top: 15px;
	font-weight: bold;
  }

  #box_kontakt_form input.submit {
    font-weight: bold;
  }
  
  #box_tekst form {
    margin-top: 15px;
  }

  #produkty_szukaj {
	display: flex;
	width: 90%;
	margin: auto;
  }

  #box_firma h1 {
     text-align: center;
	 font-size: 18pt;
  }

  .glowna_woj li {
    width: 33%; }

  #avatec_faceplusbox, .mobile_off {
    display: none; }

  .mobile_on, span.mbr {
    display: block; }

  #logo img {
    max-width: 100%; }

  span.mbr {
    clear: both; }

  div.pakiet {
    padding-top: 10px; }
    div.pakiet img.typ {
      margin: auto;
      display: block;
      float: none; }
    div.pakiet .opis p {
      padding: 0 10px 10px; }
    div.pakiet span.nazwa {
      display: inline-block; }

  #plugin_aktualnosci_lista img.thumb {
    width: 100%;
    float: none;
    margin: 0;
    height: auto; }
  #plugin_aktualnosci_lista ul {
    display: flex ;
	flex-wrap: wrap;
	justify-content: center;
  }
  #plugin_aktualnosci_lista li {
    width: 47% ;
	margin-left: 5px;
	margin-right: 5px;
  }
  #plugin_aktualnosci_lista div.kategoria {
    position: relative;
    left: 0; }

  #box_lista_zlecen .w_linii a {
    float: none;
    margin-left: 20px; }
  #box_lista_zlecen div.half {
    display: block;
    width: 100%; }
    #box_lista_zlecen div.half.short {
      display: block;
      width: 100%; }

  #box_newsletter input.text, #box_produkty_szukaj input.text {
    width: 60%; }

  #mapa_miast > div.woj {
    display: inline-block;
    width: 100%; }

  #box_newsletter button.submit, #box_produkty_szukaj button.submit {
    padding: 15px 0;
    width: 38%; }

  #box_firma #sidebar, #dodawanie_firmy select.dni {
    width: 100%; }

  #box_firma_produkty.lista {
  margin-top: 10px;
  display: flex;
	flex-wrap: wrap;
  }

  #box_firma_produkty div.latest_single div.column {
    height: 100%;
  }

  #firma_div {
    margin-right: 0; }

  .foto_firmy, div.pakiet span.nazwa {
    margin-top: 20px;
    width: auto;
    text-align: center; }

  #firma_div img.foto {
    border: 1px solid #bcbcbc;
    border-radius: 2px;
    border-right: 1px solid #dedede;
     }

  #kod_qr {
    position: inherit; }

  #big_f {
    width: 90%;
    margin: auto; }

  #big_foto {
    text-align: center; }

  .alert-cloud {
    clear: both; }

  #produkt_div, #produkt_col {
    margin-right: 0; }

  #box_produkt div.col {
    display: block;
    width: 100%; }
  #box_produkt #sidebar {
    width: 100%;
    margin-top: 20px; }

  #dodawanie_firmy input.text, #dodawanie_firmy select, #dodawanie_firmy textarea {
    float: none;
    width: 100%; }

  #map_canvas, .alert-cloud {
    float: none;
    width: 100%; }

  #dodawanie_firmy input.text.short {
    width: 80%; }

  span.budzet {
    float: none; }

  #map_canvas {
    clear: left;
    height: 300px; }

  #dodawanie_firmy .linia_w_formularzu .cztery, #dodawanie_firmy .linia_w_formularzu .dwa, #dodawanie_firmy .linia_w_formularzu .jeden, #dodawanie_firmy .linia_w_formularzu .trzy {
    display: block;
    min-width: 100%;
    vertical-align: top; }
  #dodawanie_firmy .cztery input.text {
    width: 100%; } }
@media screen and (max-width: 500px) {
  div.latest_single img {
  height: auto;
  display: inline-block;
	width: 100%;
  height: auto;
  }

  ul.lista_firm p.align_right {
  left: 0;
	text-align: center;
	position:relative;
	padding-top: 20px;
	padding-bottom: 10px;
  }

  ul.lista_firm div.kategorie a.zobacz_produkty {
    margin-top: 0px;
  }

  #box_produkty p.cala-oferta { 
	padding: 5px 0;
  }

  div.latest_single h3 {
     font-size: 16pt;
  }

  div.latest_single div.adres {
    font-size: 12pt;
  }

  div.latest_single .foto {
    text-align: center;
  }
  #box_stopka_linki div.col {
	display: block;
	padding: 0 20px;
	margin-bottom: 7px;
  }

  #form_szukaj .transparent_button {
    display: none; }

  #zmien_widok {
    display: none; }

  #box_lista_kategorii h2 {
    font-size: 16pt; }

  .body_akcja #top_3 {
    height: auto; }
  .body_akcja #polozenie {
    position: relative;
    bottom: 0;
    padding: 10px; }

  div.single_kat_list {
   /* display: none; */ }

  div.single_kat h3 {
    height: auto;
  }

  #mobile_show .transparent_button, .payment_button {
   margin-top: 0;
  }

  div.single_kat_ul {
    height: auto ;
	margin-bottom: 10px;
  }

  div.miniatury {
    text-align: center;
  }

  .grid ul.lista_firm li, div.single_kat {
    width: 100%; }

  #zlecenie_info p {
    display: block;
    width: 100%; }

  #zleceniodawca_mob {
    display: block; }

  #box_miasta, #box_tagi, #zleceniodawca {
    display: none; }

  #form_szukaj {
    padding-top: 40px; }
    #form_szukaj div.clear {
      margin-top: 20px; }

  div.latest_single {
    width: 100%; }

  #box_opinie div.col {
    display: block; }

  div.opinia img.thumb {
    float: left;
    margin-right: 10px; }

  #box_opinie div.col, div.single_news {
    margin-bottom: 10px;
    width: 100%; }

  div.single_news {
    width: 50%;
  }

  #footer_bottom div.col {
    display: block;
    width: 100%;
    text-align: center;
	  margin-bottom: 15px;
    vertical-align: top; }

  #produkt_galeria {
    float: none;
    width: 100%;
    margin-right: 0; }

  div.col {
    display: block; }

  #box_lista_firm, #box_lista_zlecen {
    margin-right: 0; }

  #box_logowanie div.col {
    display: block;
    margin-bottom: 10px; }

  #add-favourites, #schowek {
    display: none; }

  #box_firma h1 {
    margin-top: 0; } }
@media screen and (max-width: 460px) {
  div.opinia_oceny {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto; }
    div.opinia_oceny table {
      width: 100%; }

  #div_prod_sort {
    background-color: #fff;
    border: 1px solid #999;
    display: inline-block;
    float: right;
	  margin-right: 5px;
    margin-top: 6px;
    padding: 3px; } }
@media screen and (max-width: 400px) {
  #nowa_opinia .opinia_prawa input.text, #nowa_opinia .opinia_prawa textarea {
    width: 100%; }

  div.latest_single {
  /*  width: 100%;  */}
  div.latest_single .foto {
    min-height: auto ;
  }

  .glowna_woj li {
    width: 50%; }

  #form_szukaj .sl-container, #form_szukaj input {
    width: 80%;
    margin: auto auto 10px;
    padding: 0 15px;
    box-sizing: border-box; }
  #form_szukaj .sl-container {
    text-indent: 4px; }
  #form_szukaj .transparent_button, #form_szukaj div.clear {
    margin-top: 5px; }
  #form_szukaj h1 {
    font-size: 18pt; }
  #form_szukaj h2 {
    font-size: 26pt; }
  #form_szukaj ul.sl-options {
    right: 0; }

  #dodaj_opinie {
    position: inherit;
    margin-bottom: 10px; }

  #opinie_pl div.linia {
    margin-bottom: 8px;
    margin-top: 8px; }

  #box_nowa_opinia div.polowa2 label {
    width: 120px; }
  #box_nowa_opinia div.pelny {
    text-align: center; }
    #box_nowa_opinia div.pelny label {
      text-align: center; }
  #box_nowa_opinia div.polowa2 {
    text-align: center; }

  #nowa_opinia .opinia_prawa div.pelny label, #nowa_opinia .opinia_prawa label {
    float: none;
    width: 100%;
    margin: 0;
    text-align: left; } }

.guzik_dodaj {
  font-size: 16pt;
}

.flex .latest_single .column {
  height: 100%;
}

@media all and ( max-width: 350px ) {
 #plugin_aktualnosci_lista li {
  width: 100% ;
	margin-left: 0;
	margin-right: 0;
  }

  #plugin_aktualnosci_lista ul {
    clear: both;
  }
}

@media all and ( max-width: 560px ) {
  .news_img {
    display: block ;
	margin: auto ;
	float: none ;
  }

  #box_news_title h1 {
     font-size: 18pt;
  }

  #box_newsletter label, #box_produkty_szukaj label {
   margin-right: 0;
	 margin-bottom: 10px;
	 display: inline-block;
   vertical-align: middle;
  }
}

@media all and ( max-width: 460px ) {
  #box_produkty_szukaj button.submit span {
     display: none;
  }

  #box_newsletter input.submit {
    padding: 10px;
  }
}

.w_linii h1 {
  display: inline-block;
}

.content2 h1 {
 font-size: 24px;
 margin-bottom: 10px;
}

.content h1 {
 font-size: 24px;
 margin-bottom: 10px;
}

#layer_in label.error {
  display: block;
}

@media all and (max-width: 900px) {
  #box_stopka_linki {
    display: block ;
  }
}
