body         { font-size: 14px; color: #4f1721; font-family: Verdana; margin: 0; background-color: #fff; padding: 0px !important; overflow-x: hidden }
a:link       { text-decoration: none; color: #4f1721 }
a:visited    { text-decoration: none; color: #4f1721 }
a:hover      { text-decoration: underline; color: #db2d7b }
a:active     { text-decoration: none; color: #4f1721 }
p            { margin-top: 10; margin-bottom: 10; text-align:justify }
td           { font-size: 14px; padding: 2px; }
h1, h2           { font-size: 24px; font-weight: bold; text-align:center; color: #db2d7b }
h3, h4, .moduleheading           { font-size: 18px; font-weight: bold; text-align:center; color: #db2d7b }
ul           { text-align: left }
a:link.st, a:visited.st {
	padding: 3px;
	text-decoration: none;
	color:#fff;
}
a:hover.st {
	text-decoration: none;
	background-color: #fff;
	color: #4f1721;
}
#gora1 {
	width: 100%;
	color:#fff;
	background-color: #db2d7b;
	padding: 20px 0px;
	text-align: center;
    font-size: 17px;
}
#gora2 {
	max-width: 1200px;
	margin: 0px auto;
}
#l1 {
	width: 400px;
}
#sli {
	width: 100%;
	clear: both;
}
#tresc {
	max-width: 1200px;
	margin: 0px auto;
	padding: 5px 10px;
}
footer {
	width: 100%;
	color:#fff;
	background-color: #db2d7b;
	padding: 20px 0px;
	text-align: center;
	font-size: 9px;
}
img { border: 0; max-width: 100% }
.mov:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}
.pagination {
	margin: 18px 0;
}
.pag_button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px 12px;
    border: 1px solid #255a8f;
    border-radius: 3px;
    background: #255a8f;
    text-shadow: #094c66 1px 1px 1px;
    font: normal normal bold 15px arial;
    color: #ffffff;
    text-decoration: none;
    margin:2px 2px 2px 5px;
}
.pag_button:hover,
.pag_button:focus {
    border: 1px solid #59372d;
    background: #59372d;
    color: #ffffff;
    text-decoration: none;
}

.pag_button.pag_next:before {
    content:  "\59372d0a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin-right: 4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("../images/pag-next.png") no-repeat left center transparent;
    background-size: 100% 100%;
}

.pag_button.pag_previous:before {
    content:  "\59372d0a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin-right: 4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("../images/pag-previous.png") no-repeat left center transparent;
    background-size: 100% 100%;
}

.pag_button.pag_start:before {
    content:  "\59372d0a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin-right: 4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("../images/pag-start.png") no-repeat left center transparent;
    background-size: 100% 100%;
}

.pag_button.pag_end:before {
    content:  "\59372d0a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin-right: 4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("../images/pag-end.png") no-repeat left center transparent;
    background-size: 100% 100%;
}

.pag_button.poff {opacity: 0.5; cursor:default;}

.pag_button.plist      {line-height:24px; }
.pag_button.plist span {color: gray; background-color: white; border-radius: 50%; padding: 0 6px 0 6px; text-shadow: none; }
.pag_button.plist a    {color:white; padding:0 6px 0 6px; }
.pag_button a:link, a:active, .pag_button a:visited, .pag_button a:hover {color:white !important;}
.counter {display: none}

@media (max-width: 450px) {
#l1 {
	max-width: 90%;
}
}
@media (min-width: 800px) {
#naw {
	margin-top: 20px;
}
}
.przyc {
  background-color: #db2d7b;
  border: none;
  color: #fff !important;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  border-radius: 4px;
  transition-duration: 0.4s;
  margin: 5px auto;
}
.przyc:hover {
  background-color: #4f1721;
  text-decoration: none;
}
.kontener {
  position: relative;
  width: 24%;
  display: inline-block;
}
.kontener h3 {
  margin: 0px;
  font-size: 22px;
}
.obrazek {
  width: 100%;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #fff;
}
.kontener:hover .overlay {
  opacity: 1;
}
.napis {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.logopic {
	width: 15%;
	margin: 2px;
}
@media (max-width: 1100px) {
.logopic {
	width: 32%;
}
.kontener {
  width: 48%;
}
}
@media (max-width: 500px) {
.logopic {
	width: 48%;
}
.kontener {
  width: 100%;
}
}
@media (max-width: 315px) {
.logopic {
	width: 100%;
}
}