
@import url("https://fonts.googleapis.com/css?family=Lato");

/* @import url("https://fonts.googleapis.com/css?family=Roboto"); */




html {
  height: 100%;
  font-size: 17px;
  line-height: 1.6;
  line-height: 1.55;
  overflow-y: scroll;
}
@media (min-width:1000px) 
{
  html {
    font-size: 16px;
  }
}
body {
  padding: 0;
  margin: 0;
  height: 100%;
  background: #fff;
  color: #333;
  font-family: Lato, sans-serif;
}
img {
  border: 0;
  vertical-align: middle;
} 
textarea {
  overflow: auto;
}
ul, ol {
  margin-left: 0px;
  padding-left: 25px;
}
p, h1, h2, h3, h4, ul, ol, hr {
  margin: 20px 0;
} 
h1, h2, h3 {
  line-height: 1.2;
}
/*
h1 {
  -font-size: 24px;
  -font-size: 1.8rem;
  -line-height: 1.2;
}
h2 {
  -font-size: 18px;
  -font-size: 1.25rem;
}
h3 {
  -font-size: 16px;
  -font-size: 1.15rem;
}
*/
form {
  margin: 0;
}
 
.b, .bold {
  font-weight: bold;
}
.i, .italic {
  font-style: italic;
}
.u, .underline {
  text-decoration: underline;
}
.nounderline {
  text-decoration: none;
}
.red {
  color: #f00;
}

.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.valign-top {
  vertical-align: top;
}
.valign-middle {
  vertical-align: middle;
}
.valign-bottom {
  vertical-align: bottom;
}
.valign-tbottom {
  vertical-align: text-bottom;
}

.holder {
  width: 100%;
  overflow: hidden;
}
.scroll {
  width: 100%;
  overflow: auto;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear {
  clear: both;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}

.cols {
  border-collapse: collapse;
  width: 100%;
}
.col {
  vertical-align: top;
  padding: 0px;
}

.border-red {
  border: 1px solid red;
}
.border-black {
  border: 1px solid black;
}
.border-white {
  border: 1px solid white;
}

.pointer {
  cursor: pointer;
}

.scripts {
  width: 100%;
  overflow: auto;
}

input[type=submit], input[type=button] {
  border: none;
  background: #dd5392;
  border-radius: 3px;
  color: #fff;
  font-family: inherit;
  font-weight: bold;
  padding: 5px 20px;
  font-size: 1rem;
  margin-bottom: 10px;
  cursor: pointer;
}
input[type=submit]:hover, input[type=button]:hover {
  background: #e65356;
}


a {
  color: #993;
}
a:hover {
  color: #e65356;
  text-decoration: underline;
}
a[rel=lightbox] {
  cursor: url(/images/cursors/lupka.cur), pointer;
}
hr {
  border: none;
  border-bottom: 1px solid #ddd;
  height: 0;
  overflow: hidden;
}
hr.hrbold
{
  border-bottom-width: 3px;
}
h1 {
  margin: 0;
  margin-bottom: 15px;
  padding-top: 3px;
  padding-bottom: 1px;
  color: #dd5392;
  -border-bottom: 1px solid #55dbbe;
  
}
h2 {
  color: #dd5392;
  clear: both;
}
h2 a {
  color: #dd5392;
  text-decoration: none;  
}
h2 a:hover {
  color: #AF2B87;
}
.small {
  font-size: 11px;
  font-size: 0.916rem;
}





.page-block {
  width: 100%;
  max-width: 1300px;
  padding: 0 20px ;
  box-sizing: border-box;
  margin: auto;
  position: relative;
}

.flex {
  display: flex;
  justify-content: space-between;
}
.children-padding > * {
  padding: 10px;
}

#header {
  position: relative;
}
#header-logo {
  text-decoration: none;
}

#header-logo img {
  max-width: 100%;
  padding: 20px;
  padding-left: 0;
}

#header-fb {
  vertical-align: middle;
}

#header-logowanie {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  text-align: right;
}
#header-logowanie a.btn {
  background: transparent;
  color: #dd5392;
  font-weight: bold;
  white-space: nowrap;
  display: inline-block;
  padding: 3px;
}
#header-logowanie a.btn img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}
#header-logowanie a.btn span {
  display: inline-block;
  vertical-align: middle;
}

#header-burger {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  display: none;
}
#header-burger div {  
  width: 40px;
  height: 40px;
  background: url(../images/burger.png) no-repeat;
  background-size: contain;
  cursor: pointer;
}

@media (max-width:350px) 
{
  #header {
    padding: 0;
  }
  #header-logo img {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
  }
  #header .flex {
    display: block;
    text-align: center;
    padding: 10px;
  }
  #header .flex > div, #header-logowanie {
    padding: 0;
    text-align: center;
  }
}



#header-banner {
  position: relative;
  z-index: 101;
  text-align: center;
  padding: 20px 0;
  margin: auto;
  max-width: 100%;
}
#header-banner-wrapper {
  margin: auto;
  position: relative;
}
#header-banner-wrapper-scroll {
  position: absolute; 
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
}
#header-banner-over {
  position: absolute;
  left: 0;
  top: 0;  
  width: 100%;
  height: 100%;
}



#main-menu {
  line-height: 26px;
  -word-spacing: 10px;
  background: #e65356;
  color: #fff;
  -padding: 10px;
  text-align: center;
}
#main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-menu li {
  display: inline-block;
}
#main-menu li:before {
  	-content: " • ";
}
#main-menu li:first-child:before {
  	content: "";
}

#main-menu li:hover {
  
}

#main-menu a {
  color: #fff;
  text-decoration: none;
  word-spacing: normal;
  display: inline-block;
  padding: 10px;
}
#main-menu a:hover, #main-menu a.cur, #main-menu a:hover strong, #main-menu a.cur strong {
  background: #ff7472;
}
#main-menu a:hover {
  text-decoration: none;
}


#body {
  position: relative;
  z-index: 100;
  min-height: 200px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
}


#content img
{
  max-width: 100%;
  object-fit: contain;
}
#path {
  word-spacing: 5px;
  font-size: 13px;
  font-size: 0.95rem;
  font-weight: bold;
  color: #990;
  background: #feeeee;
  padding: 10px 20px;
  text-align: center;
}


.sb-box {
  -border: 1px solid #eee;
  margin-bottom: 25px;
}


#backtotop {
  margin: 15px 0;
}
#backtotop img, .slide-down img, .slide-up img {
  vertical-align: middle;
}
#backtotop a, .slide-down a, .slide-up a {
  font-size: 11px;
  font-size: 0.916rem;
  color: #c761a3;
}
#backtotop a:hover, .slide-down a:hover, .slide-up a:hover {
  color: #e981c3;
}
#path a, #path span {
  word-spacing: normal;
}

#col-left {

}
#col-left-opener {
  display: none;
}

@media (max-width: 999px)
{
  #col-left.smaller {
    position: relative;
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 20px; 
  }
  #col-left.smaller #col-left-opener {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( rgba(255,255,255,0), rgba(255,255,255,0.7), rgba(255,255,255,1) );
  }
  #col-left-opener > span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background: #feeeee;
    border-radius: 3px;
  }
}

#col-left .hdr a, #col-left2 .hdr a, #col-right .hdr a {
  color: #fff;
  text-decoration: none;
}

#col-left .hdr, #col-left2 .hdr, #col-right .hdr {
  background: #e65356;
  line-height: 23px;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  padding-left: 10px;
  position: relative;
  border-radius: 3px;
}
#col-left .menu, #col-left2 .menu {
  padding: 0;
  margin: 0;
  padding-top: 8px;
  padding-left: 5px;
  list-style: none;
  font-size: 11px;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
#col-left .menu li, #col-left2 .menu li {
}
#col-left .menu li a, #col-left2 .menu li a {
  color: #111;
  text-decoration: none;
  display: block;
  line-height: 1.5;
  padding: 3px;
  -padding-left: 13px;
  -background: url(../images/col-l-menu-dot.gif) no-repeat 4px center;
}
#col-left .menu li a span, #col-left2 .menu li a span {
  display: inline-block;
  vertical-align: text-bottom;
  height: 28px;
  width: 28px;
  background: no-repeat url(/images/katalog-ikony.png) 0 0;
  opacity: 0.6;
  margin-right: 10px;
  vertical-align: middle;
}
.menu-icon-3 {
}
.menu-icon-5 {
  background-position: 0 -28px !important;
}
.menu-icon-10 {
  background-position: 0 -56px !important;
}
.menu-icon-15 {
  background-position: 0 -84px !important;
}
.menu-icon-20 {
  background-position: 0 -112px !important;
}
.menu-icon-25 {
  background-position: 0 -140px !important;
}
.menu-icon-45 {
  background-position: 0 -168px !important;
}
.menu-icon-30 {
  background-position: 0 -196px !important;
}
.menu-icon-35 {
  background-position: 0 -224px !important;
}
.menu-icon-40 {
  background-position: 0 -252px !important;
}
.menu-icon-47 {
  background-position: 0 -280px !important;
}
.menu-icon-50 {
  background-position: 0 -308px !important;
}
.menu-icon-55 {
  background-position: 0 -336px !important;
}
.menu-icon-60 {
  background-position: 0 -364px !important;
}
.menu-icon-65 {
  background-position: 0 -392px !important;
}
.menu-icon-70 {
  background-position: 0 -420px !important;
}
.menu-icon-75 {
  background-position: 0 -448px !important;
}
.menu-icon-80 {
  background-position: 0 -476px !important;
}
.menu-icon-85 {
  background-position: 0 -504px !important;
}
.menu-icon-90 {
  background-position: 0 -532px !important;
}


#col-left .menu li a small, #col-left2 .menu li a small {
  color: #555;
  padding-left: 2px;
  padding-top: 1px;
  padding-bottom: 3px;
  display: inline-block;
}
#col-left .menu li a:hover, #col-left2 .menu li a:hover, #col-left .menu li a.cur, #col-left2 .menu li a.cur, #col-left .menu li a:hover small, #col-left2 .menu li a:hover small {
  color: #d56cb0;
}
#col-left .menu li a:hover span, #col-left2 .menu li a:hover span, #col-left .menu li a.cur span, #col-left2 .menu li a.cur span {
  opacity: 1;
}

#col-right .hdr {
  background: #e65356;
  height: 25px;
  line-height: 23px;
  color: #fff;
  font-weight: bold;
  padding-left: 10px;
  position: relative;
}
#ico-obraczka {
  position: absolute;
  left: 4px;
  top: -4px;
}
#col-right .menu {
  padding: 0;
  margin: 0;
  padding-top: 3px;
  list-style: none;
  font-size: 11px;
  font-size: 0.916rem;
}
#col-right .menu li {
  background: url(../images/col-r-menu.gif) no-repeat;
  height: 24px;
  padding-bottom: 1px;
}
#col-right .menu li a {
  color: #2e3334;
  text-decoration: none;
  display: block;
  line-height: 24px;
  padding-left: 25px;
  background: url(../images/col-l-menu-dot.gif) no-repeat 9px center;
}
#col-right .menu li a small {
  color: #555;
  padding-left: 5px;
}
#col-right .menu li a:hover, #col-right .menu li a.cur, #col-right .menu li a:hover small {
  color: #d56cb0;
}
#col-right-search {
  text-align: center;
  padding: 5px 0;
  padding-bottom: 10px;
}
#col-right-search-btn {
  margin-top: 5px;
}
#footer-menu {
  clear: both;
  /*background: #fff;*/
  padding: 5px;
  /*padding-top: 15px;*/
  text-align: center;
  font-size: 11px;
  font-size: 0.916rem;
  color: #666;
  word-spacing: 5px;
}
#footer-menu a {
  color: #555;
  text-decoration: none;
  word-spacing: normal;
}
#footer-menu a:hover {
  color: #da76b6;
}

#footer-bg {
  background: #feeeee;
}
#footer {
  clear: both;
  padding: 25px 15px;
  color: #aaa;
  font-size: 12px;
  font-size: 0.9rem;
  text-align: center;
}
#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  padding-right: 20px;
  padding-bottom: 20px;
}
#footer div {
  line-height: 1.5;
  color: #ccc;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}
#footer ul, #footer div {
  font-size: 13px;
  font-size: .95rem;
}
 
#footer a {
  color: #333;
  word-spacing: normal;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  padding: 3px;
}
#footer a:hover {
  color: #DB55A7;
}
#footer .flex {
  margin: auto;
  max-width: 800px;
  flex-wrap: wrap;
}

.banner-right {
  margin: 5px 0;
  position: relative;
  text-align:center;
}
.banner-right img {
  display: block;
  width: 200px;
}
.banner-right * {
  margin: auto;
}
.banner-right-over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner-bottom {
  text-align: center;
  padding-bottom: 10px;
  width: 900px;
  margin: auto;
}
.banner-bottom object, .banner-bottom embed {
  margin: auto;
}
.banner-bottom-fix {
  position:absolute; 
  left:-10000px; 
  top:-10000px;
}

.marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 1px 0;
  border-radius: 3px;
}
.zloty-right, .ostatni-wpis {
  background: #FFD500;
  padding: 5px 10px;
  margin: 5px 0;
  font-size: 11px;
  font-size: 0.916rem;
  text-align: center;
  border-radius: 3px;
}
.ostatni-wpis-typ-1 {
  background: #F2EAE4 !important;
}
.ostatni-wpis-typ-2 {
  background: #D6E0E6 !important;
}
.zloty-right b, .zloty-right b a, .ostatni-wpis b, .ostatni-wpis b a {
  color: #111111;
  line-height: normal;
  display: block;
}
.zloty-right-kat, .ostatni-wpis-kat {
  text-decoration: none;
  line-height: normal;
  padding-top: 6px;
  display: block;
}


.banner-miejsce {
  text-align: center;
  margin: 5px 0 0;
  font-weight: bold;
}
.banner-miejsce a {
  background: #feeeee;
  color: #e65356;
  text-decoration: none;
  display: block;
  padding: 3px;
  border-radius: 3px;
}
.col-right-zk {
  margin: 5px 0;
}
.col-right-zk a {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  border: 1px solid #dad7d2;
  background: #faf7f2;
}
.col-right-zk img {
  vertical-align: middle;
}

.wpis {
  position: relative;
  background-repeat: no-repeat;
  background-position: 98% 0;
  background-color: #f2eae4;
  padding: 10px 15px;
  margin-bottom: 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 3px;
  margin-top: 20px;
}

.wpis h3 {
  margin: 0;
  line-height: normal;
}
.wpis h3 a {
  color: #111111;
}
.wpis h3 a:hover {
  color: #333;
}
.wpis img {
  border: 1px solid #d4ae00;
  margin-top: 5px
}
.wpis p, .wpis h3 {
  margin: 0;  
  margin-bottom: 10px;
}
.wpis-szczegoly {
  text-align: right;
  font-weight: bold;
  padding-bottom: 5px;
}

.wpis-t2  {
  background-color: #d6e0e6;
}
.wpis-t3 {
  background-color: #ffd500;
}

.wpis-plakietka, .wpis-zloty, .wpis-zloty-plakietka {
  float: right;
  width: 140px;
  height: 70px;
  background: no-repeat right top;
  background-image: url(../images/popularny.gif);
}
.wpis-zloty {
  background-image: url(../images/polecamy.gif);
  height: 80px;
}
.wpis-zloty-plakietka {
  background-image: url(../images/polecamy-popularny.gif);
  height: 110px;
}

.wpis-opis {
  border: 1px solid #ffd500;
  padding: 10px;
  border-radius: 3px;
}
.wpis-opis > *:first-child {
  margin-top: 0;
}
.wpis-opis > *:last-child {
  margin-bottom: 0;
}
.wpis-galeria-hdr {
  background: #EDE6DE;
  padding: 10px;
  margin-top: 20px;
  border-radius: 3px;
}
.wpis-galeria {
  width: 100%;
  border-collapse: collapse;
  border-radius: 3px;
}
.wpis-galeria td {
  width: 2.63%;
}
.wpis-galeria td.img {
  width: 31.57%;
  padding: 10px 0;
  background: #ede6de;  
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
}
.wpis-galeria td.img img {
  margin-bottom: 5px;
}
.wpis-galeria tr.space {
  height: 15px;
}



select {
  border: 1px solid #ddd;
}
select[disabled] {
  background: #eee;
}
optgroup {
  font-style: normal;
  font-weight: bold;
}
.pagination {
  position: relative;
  margin: 15px 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.pagination-pages {
  display: inline-block;
  max-width: 400px;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
}
.pagination a, .pagination b, .pagination-prev, .pagination-next {
  padding: 3px 5px;
  vertical-align: middle;
}
.pagination-prev {
  margin-right: 10px;
}
.pagination-next {
  margin-left: 10px;
}
.pagination a:hover {
  background: #eee;
}
span.pagination-prev, span.pagination-next {
  color: #ccc;
}


#wyszukiwarka {
  margin: 15px 0;
}
#wyszukiwarka select {
  font-size: 11px;
  font-size: 0.916rem;
}
#wyszukiwarka-miejscowosc {
  width: 240px;
}


.galeria {
  width: 100%;
  border-collapse: collapse;
  empty-cells: hide;
}
.galeria td {
  text-align: center;
  font-size: 11px;
  font-size: 0.916rem;
  border: 1px solid #ceb0c6;
  padding: 5px;
  width: 33%;
}
.galeria td img {
  margin-bottom: 5px;
} 

.table {
  width: 100%;
}
.table, .table2 {
  border-collapse: collapse;
  empty-cells: hide;
  margin: auto;
}
.table td, .table2 td {
  border: 1px solid #ceb0c6;
  padding: 5px;
}
.table2 td {
  text-align: center;
}


textarea.code, textarea.code2,  textarea.code3 {
  margin-top: 5px;
  width: 100%;
  height: 60px;
  border: 1px solid #ceb0c6;
  font-size: 11px;
  font-size: 0.916rem;
}
textarea.code2 {
  height: 30px;
}
textarea.code3 {
  height: 60px;
}
#sonda {
  padding: 4px 4px 0;
  font-size: 11px;
  font-size: 0.916rem;
  line-height: 1.3;  
}
#sonda label {
  display: block;
  padding: 5px;
  cursor: pointer;
  max-width: 230px;
  margin: auto;
} 
#sonda label input {
  vertical-align: baseline;
  margin-right: 7px;
}
#sonda p, #sonda .sonda-wyniki p {
  font-weight: bold;
  margin: 0 0 5px;
  font-size: 11px;
  font-size: 0.916rem;
}
#sonda form textarea {
  width: 170px;
  font-size: 11px;
  font-size: 0.916rem;
  padding: 2px;
  font-family: Tahoma, sans-serif;
  margin-bottom: 4px;
  border: 1px solid #ceb0c6;  
}


.sonda-wyniki {
  font-size: 11px;
  font-size: 0.916rem;
  line-height: 1.3;
}
.sonda-wyniki p {
  font-size: 12px;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 5px;
}
.sonda-wyniki span {
  float: right;
}
.sonda-wyniki .bar {
  border: 1px solid #F2D1E7;
  padding: 1px;
  margin-bottom: 4px;
}
.sonda-wyniki .bar-line {
  height: 4px;
  background: #D46CAF;
}
.sonda-oddane-glosy {
  margin-top: 8px; 
}

#reklama_baza_firm td {
  font-size: 11px;
  font-size: 0.916rem;
}
.reklama-brazowy {
  background-color: #f2eae4;
}
.reklama-srebrny {
  background-color: #d6e0e6;
}
.reklama-zloty {
  background-color: #ffd500;
}

.artykuly-lista2 {
  /*background: url(../images/v-line.gif) repeat-y center;*/
  font-size: 11px;
  font-size: 0.916rem;
  line-height: 1.5;
  text-align: justify;
}

.artykuly-lista2-left {
  width: 48%; 
  float: left;
  overflow: hidden;
  margin-bottom: 10px;
}
.artykuly-lista2-right {
  width: 48%; 
  float: right;
  overflow: hidden;
}
.artykuly-lista h2, .artykuly-lista2 h2 {
  margin-bottom: 10px;
  margin-top: 5px;
}
.artykuly-lista p, .artykuly-lista2 p {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  overflow: hidden;
}
.artykuly-lista p img, .artykuly-lista2 p img, .img-left {
  -margin-right: 10px;
  margin-bottom: 10px;
  -margin-top: 5px;
  -border: 1px solid #55dbbe;
  float: left;
  width: 100%;
}
.artykuly-lista p a, .artykuly-lista2 p a, .more {
  text-decoration: none;
  font-size: 11px;
  font-size: 0.916rem;
  font-weight: bold;
}

.artykuly-lista p img {
  width: 33%;
  margin-right: 20px;
}

#index-ostatnie-posty {
  width: 100%;
  overflow: hidden;
  font-size: 11px;
  font-size: 0.916rem;
}

#index-ostatnie-posty p {
  background: url(../images/h-line-dashed.gif) repeat-x bottom;
  padding: 7px 0;
  line-height: normal;
  margin: 0;
  color: #000;
}
#index-ostatnie-posty p:last-child {
  background: none;
}
#index-ostatnie-posty p a {
  color: #666;
  text-decoration: none;
}
#index-ostatnie-posty p a span {
  color: #000;
}
#index-ostatnie-posty p a:hover, #index-ostatnie-posty p a:hover span {
  color: #333;
}

.archiwum-lista-left {
  width: 46%; 
  float: left;
}
.archiwum-lista-right {
  width: 46%; 
  float: right;
}

.archiwum-lista div {
  padding-top: 2px;
  padding-bottom: 1px;
  background: url(../images/h-line-dashed.gif) repeat-x;
  font-size: 11px;
  font-size: 0.916rem;
}

.archiwum-lista div img {
  vertical-align: middle;
}
.archiwum-lista div a {
  color: #666;
  text-decoration: none;
}
.archiwum-lista div a:hover {
  color: #333;
}
.archiwum-lista div.first {
  padding-top: 1px;
  background: none;
}
.tresc-reklama {
  margin: 12px 0;
  width: 100%;
  overflow: hidden;
}
.tresc-reklama-box {
  float: left;
  padding-right: 30px;
}

.form1 .inpt, .form1 textarea, .form1 .imageUploader {
  border: 1px solid #ceb0c6;
  width: 100%;
  max-width: 300px;
  font-size: 12px;
  font-size: 1rem;
  padding: 2px;
}
.form1 .inpt-readonly {
  border-color: #fff;
}
.form1 .border-red {
  border: 1px solid #d00;
}
.form1 select {
  border: 1px solid #ceb0c6;
  width: 307px;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 11px;
  font-size: 0.916rem;
  font-family: Tahoma, Verdana, sans-serif;
  padding: 2px;
}
.form1 textarea {
  height: 150px;
  width: 360px;
}
.form1 table {
  margin: auto;
}
.form1 th, .form1 td {
  padding: 6px 2px;
  padding-left: 0;
  vertical-align: top;
}
.form1 th {
  font-weight: normal;
  text-align: right;
  padding-right: 15px;
  padding-left: 10px;
}
.form1 td.hdr {
  background: #feeeee;
  padding: 3px;
  padding-left: 10px;
  font-weight: bold;
}
.form1 td.txt {
  padding: 5px;
}
.form1 input[type=radio] {
  vertical-align: text-bottom;
  vertical-align: middle\9;
}



.error {
  color: #d00;
}
.form1 .error {
  color: #d00;
  padding-bottom: 0;
}
.form1 label {
  display: block;
  margin-top: 10px;
}



.gra {
  cursor: pointer;
}
#lightbox-gra {
  position: absolute;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/white70.png);
  text-align: center;
  z-index: 10000;
}
#lightbox-gra-zamknij {
  position: absolute;
  right: 15px;
  top: 10px;
  font-weight: bold;
}
a .noborder {
  border: none !important;
}

.messagebox {
  margin: 13px auto;
  padding: 12px 10px;
  background: #feeeee;
  border: 1px solid #DFD7D1; 
}
.messagebox > *:first-child {
  margin-top: 0;
}
.messagebox > *:last-child {
  margin-bottom: 0;
}

.tabela {
  width: 100%;
  border: 1px solid #DFD7D1; 
}
.tabela td, .tabela th {
  padding: 2px 4px; 
}
.tabela th {
  color: #fff;
  background: #e65356;
}
.tabela tr {
  background: #feeeee;
}
.tabela tr:hover {
  background: #e6ded8;
}
.tabela a {
  color:#aa4786;
}

#komis .wpis {
  padding: 3px 10px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
#komis a img {
  border: 1px solid #AF9C8E;
}
.komis-zdjecie {
  float: left;
  width: 135px;
  padding-bottom: 5px;
  padding-left: 5px;
}
#komis .wpis-t3 {
  background: #ffd500 url(../images/plakietka-super-okazja.gif) 95% 50% no-repeat;
}
.komis-ogloszenie {
  width: 100%;
}
.komis-ogloszenie tr:first-child td:first-child {
  width: 135px;
}

.komis-info {
  line-height: 1.1;
}

.partnerzy th, .partnerzy td {
  padding: 10px 2px;
}
.partnerzy th {
  width: 200px;
}
.partnerzy td {

}

/* PICBOX */
#pbOverlay, #pbImage, #pbBottom, #pbCloseBtn {
	position: fixed;
	z-index: 9999;
}

#pbOverlay {
	position: fixed;
	z-index: 9991;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
  background: #000;
	cursor: pointer;
}

#pbCloseBtn {
	position: fixed;
	z-index: 9993;
	top: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/picbox/closebutton.png) no-repeat top right;
}

.pbLoading {
	background: #000 url(../images/picbox/loading.gif) no-repeat center !important;
}

#pbImage {
	position: fixed;
	z-index: 9992;
	border: none;
	background: #000 no-repeat;
	-moz-box-shadow: 0 0 40px #000;
	-webkit-box-shadow: 0 0 40px #000;
	box-shadow: 0 0 40px #000;
	cursor: move;
}

#pbBottom {
	position: fixed;
	z-index: 9994;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
  font-size: 1rem;
	text-align: center;
	color: #EEE;
	line-height: 1.4em;
	left: 50%;
	bottom: 10px;
	width: 400px;
	margin-left: -200px; /* half the width */
}

#pbCaption {
	font-weight: bold;
	padding: 4px;
	display: inline-block;
	*display: inline; /* IE 7 */
	background-color: rgba(0,0,0,0.7);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#B0000000, EndColorStr=#B0000000);
	zoom: 1;
}

#pbNav {
	display: block;
	width: 200px;
	height: 65px;
	margin: auto;
	margin-top: 5px;
}

#pbPrevBtn, #pbNextBtn, #pbZoomBtn  {
	display: inline-block;
	width: 70px;
	height: 65px;
	outline: none;
	text-indent: -9000px;
	background: url(../images/picbox/navbtns.png) no-repeat;
}

#pbPrevBtn {
	background-position: -70px 0;
	float: left;
}

#pbPrevBtn.pbgreyed {
	background-position: 0 0;
}

#pbNextBtn {
	background-position: -320px 0;
	float: right;
}

#pbNextBtn.pbgreyed {
	background-position: -390px;
}

#pbZoomBtn {
	width: 60px;
	background-position: -140px 0;
	float: left;
}

#pbZoomBtn.pbgreyed {
	background-position: -200px 0;
}

#pbZoomBtn.pbzoomed {
	background-position: -260px 0;
}

/* END PICBOX */

#send-mail-box {
  position: relative;
  border: 1px solid #F182C8;
  margin: 5px 0;
}

#zapowiedzi .wpis {
  padding: 3px 10px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
#zapowiedzi .wpis-t3 {
  background: #ffd500;
}
.zapowiedzi-wpis {
  width: 100%;
}
.zapowiedzi-wpis h3 {
  margin-bottom: 5px;
}
.zapowiedzi-wpis h3 a {
  display: block;
  text-decoration: none;
}
.zapowiedzi-wpis td {
  vertical-align: top;
  padding: 3px 1px;
}
.zapowiedzi-wpis tr:first-child td:first-child {
  width: 160px; 
  padding-right: 10px; 
  text-align: center;
}
.zapowiedzi-wpis img {
  margin-top: 5px;
  border-color: #BAA393;
  margin-bottom: 5px;
}
.zapowiedzi-wpis p {
  line-height: 1.6;
}
.zapowiedzi-wpis p:last-child {
  margin-top: 10px;
}
.zapowiedzi-wpis tr > td + td {
  text-align: center;
}




#sb-zapowiedzi {
  font-size: 11px;
  font-size: 0.916rem;
  margin: 1px 0 10px !important;
}
#sb-zapowiedzi li small {
  float: right;
  padding-right: 4px;
  padding-top: 1px;
  font-size: 10px;
  font-size: 0.833rem;
}

#col-left .hdr2, #col-left2 .hdr2, #sonda p {
  margin: 5px;
  font-size: 11px;
  font-size: 0.916rem;
  font-weight: bold;
  text-align: center;
}

.img-right {
  float: right;
  margin: 0 0 5px 5px;
}

.artright {
  margin: 20px 0;
  text-align: center;
}
.artmin {
}
p#konkurs {
  
}

.mb0 {
  margin-bottom: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}

#komentarze h4 {
  color: #dd5392; 
  margin-bottom: 0px;
}
#komentarze p {
  margin-top: 0px;
}

.banner-wrapper
{
  position: relative;
  width: auto;
  height: auto;
  margin: auto;
}
.banner-over
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.readmore2
{
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video.prop075 {
  padding-bottom: 75%; /* 4:3 */
}
.video.prop080 {
  padding-bottom: 80%; 
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.btn, .btn2 {
  padding: 7px 15px;
  background: #feeeee;
  color: #e65356; 
  text-decoration: none;
  border-radius: 3px;
  display: inline-block;
  border: 0;
}
.btn:hover, .btn2:hover {
  color: #fff;
  background: #e65356;
  text-decoration: none; 
}
.btn2 {
  color: #fff;
  background: #dd5392;  
}
.btn2:hover {
  background: #e65356;
  color: #fff;   
}

.katalog-opis {
  font-size: 11px;
  font-size: 0.92rem;
  color: #666;
  margin-top: 40px;
}
.katalog-opis a {
  color: #666;
}


.katalog-nawigacja {
  float: left;
  width: 33%;
  box-sizing: border-box;
}

#mapa {
  max-width: 500px;
  margin: auto;
}
#mapa-svg {
  width: 80%;
  display: block;
  margin: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #mapa-svg {
    height: 1px;
    overflow: visible;
    padding-bottom: 100%;
  }
}
#mapa-svg text {
  font: 13px Arial; 
}
#mapa-svg a:hover polygon 
{
  fill: #ccc;
  stroke: #aaa;
}

#katalog-nawigacja {
  margin: 10px 0;
}

.drop-down-menu {
  position: relative;
  width: 32%;
  margin-right: 1%;
  float: left;
}


.drop-down-menu-button {
  width: 100%;
  box-sizing: border-box;
  background: #feeeee;
  background-position: right 55%;
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  border: 1px solid #e65356;
  font-size: 0.9rem;
  padding: 5px 0;
  border-radius: 3px;
}
.drop-down-menu-links {
  list-style: none;
  background: #fff;
  border: 1px solid #666;
  margin: 0;
  padding: 0px;
  position: absolute;
  top: 100%;
  margin-top: 5px;
  left: -10000px;
  max-height: 400px;
  max-height: 50vh;
  overflow: auto;
  width: 100%;
  z-index: 100;
  box-sizing: border-box;
}
.drop-down-menu-links.active {
  left: 0;
}
.drop-down-menu-links li {
  padding: 2px 5px;
}
.drop-down-menu-links a {
  display: block;
  text-decoration: none;
  color: #333;
}
.drop-down-menu-links li:hover {
  background: #ddd;
}

#artykul-ocena {
  width: 80px;
  margin: 5px auto 0;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
  line-height: 1;
  color: #666;
}
#artykul-ocena img {
  width: 20%;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 5px;
}
#artykul-ocena2 {
}
#artykul-ocena2 span {
  float: left;
  display: inline-block;
  padding-top: 2px;
  padding-right: 10px;
  font-size: 15px;
  font-size: 1.25rem;
}
#artykul-ocena2 span:first-child {
  padding-right: 30px;
}
#artykul-ocena2 img {
  height: 25px;
  float: left;
  padding: 0;
  cursor: pointer;
}

#linkbox {
  clear: both;
  padding: 10px;
  font-size: 0.8rem;
}
#linkbox h2 {
  text-align: center;
  margin-bottom: 10px;
}
#linkbox a {
  color: #555;
}
#linkbox-hdr {
  text-align: center;
}
#linkbox-hdr h3 {
  display: inline-block;
  font-size: 0.85rem;
  margin: 0;
}
#linkbox-hdr a {
  text-decoration: none;
  padding: 10px;
  display: inline-block;
}
#linkbox-hdr a.selected {
  border-bottom: 2px solid #999;
}
#linkbox-bdy {
  border: 1px solid #dfdedc;
  padding: 20px 50px;
  margin-top: -2px;
}

#linkbox-bdy .linkbox {

}
#linkbox-bdy .selected {
  display: block;
}
#linkbox-bdy ul {
  width: 100%;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}
#linkbox-bdy li {
  box-sizing: border-box;
  padding: 5px;
  width: 25%;
  margin: 0;
  float: left;
}

#linkbox-bdy li:nth-child(4n+1) {
  clear: both;
}


#linkbox-bdy a {
  text-decoration: none;
}


.imageUploader {
  display: inline-block;
  overflow: hidden;
}
.imageUploader img, .imageUploader span {
  vertical-align: middle;
}
.imageUploaderDelete {
  float: right;
  width: 20px;
  cursor: pointer;
}
.imageUploaderOpen {
  float: left;
  width: 270px;
  width: calc(100% - 30px);
  cursor: pointer;
}

#scroll-to-content {
  display: none;
}

.mw100 {
  min-width: 100px;
}
.artykuly-lista a img.noborder, .artykuly-lista2 a img.noborder {
  max-width: 94px !important;
}

@media (max-width: 1100px)
{
  #main-menu {
    line-height: 15px;
    font-size: 0.9rem;
  }
}

@media (max-width: 999px)
{
  .page-block {
    padding: 0 10px;
  }
  #header-logo img {
    padding: 10px;
    padding-left: 0;
  }
  #header-logowanie a.btn {
    padding: 0;
  }
  #scroll-to-content {
    display: block;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
  }
  #scroll-to-content a {
    color: #dd5392;
    text-decoration: none;
    font-weight: bold;
  }
  #scroll-to-content a span {
    font-size: 1.1rem;
  }
  #col-left .menu {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;

  }
  #col-left .menu > * {
    width: 33%;
    text-align: center;
  }
  
  #linkbox-bdy {
    padding: 20px;
  }
  #linkbox-bdy li {
    width: 33%;
  }
  #linkbox-bdy li:nth-child(4n+1) {
    clear: none;
  }
  #linkbox-bdy li:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 760px) 
{

  #col-left .menu > * {
    width: 50%;
  }
  
  #linkbox-bdy li {
    width: 50%;
  }
  #linkbox-bdy li:nth-child(3n+1) {
    clear: none;
  }
  #linkbox-bdy li:nth-child(2n+1) {
    clear: both;
  }  
}
@media (max-width: 500px) 
{
  #header-logowanie a.btn {
    font-size: 0.8rem;
    font-weight: normal;
  }
  #header-logowanie a.btn img {
    display: none;
  }
  #col-left .menu > * {
    width: 100%;
  }

  #linkbox-bdy li {
    width: 100%;
    text-align: center;
  }  
  
  #footer ul, #footer div {
    text-align: center;
    padding-right: 0;
    width: 100%;
  }
  
  .artykuly-lista2-left, .artykuly-lista2-right {
    float: none;
    width: 100%;
  }
  .archiwum-lista-left, .archiwum-lista-right {
    float: none;
    width: 100%;  
  }
  .archiwum-lista-right div.first {
    background: url(../images/h-line-dashed.gif) repeat-x;
  }
  
  .drop-down-menu, #wyszukiwarka-kategoria, #wyszukiwarka-wojewodztwo {
    width: 100% !important;
    float: none;
    margin: 0;
    margin-bottom: 5px;
  }
  
  
  .galeria, .galeria tbody, .galeria tr, .galeria td,
  .table2, .table2 tbody, .table2 tr, .table2 td,
  .form1, .form1 tbody, .form1 tr, .form1 td {
    display: block;
    border: 0;
    width: 100%;
  }
  .galeria td, .table2 td {
    margin: 20px auto;
  }
  .form1 td, .form1 th {
    padding: 2px 0;
  }
  .form1 td.hdr {
    margin: 15px 0 10px;
  }
  .form1 .inpt, .form1 textarea, .form1 .imageUploader {
    width: 100%;
    box-sizing: border-box;
  }
  
}

@media (min-width: 1000px)
{
  #header-banner {
    padding-left: 50px;
  }
  
  #col-left {
    width: 250px;
    float: left;
  }

  #content {
    float: left;
    box-sizing: border-box;
    width: 100%;
    width: calc(100% - 450px);
    padding: 0 40px;
    min-height: 500px;
    /*font-family: Verdana, Arial, sans-serif;*/
  }
  #content.panel {
    width: calc(100% - 250px);
  }
  
  #col-right {
    float: right;
    width: 200px;
  }  
}



