body         { font-size: 14px; color: #000; font-family: Verdana; margin: 0; background-color: #fff; padding: 0px !important; overflow-x: hidden }
a:link       { text-decoration: none; color: #800000 }
a:visited    { text-decoration: none; color: #800000 }
a:hover      { text-decoration: underline; color: #000 }
a:active     { text-decoration: none; color: #800000 }
p            { margin-top: 10; margin-bottom: 10 }
td           { font-size: 14px; }
h1           {
	font-size: 28px; color: #800000; text-align: center; margin: 12px 0px; font-weight: bold
}
h2           { font-size: 24px; color: #800000; text-align: left; font-weight: bold }
h3, .moduleheading           { font-size: 20px; color: #800000; text-align: left; font-weight: bold }
h4           { font-size: 16px; color: #800000; text-align: left; margin: 10px 0px; font-weight: bold }
h6           { font-size: 15px; color: #800000; text-align: center; margin: -12px 0px 12px 0px; font-weight: bold }

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: #ccc;
	color: #000;
}
#gora1 {
	width: 100%;
	color:#fff;
	background-color: #800000;
	padding: 8px 3px;
	text-align: center;
}
.fa {
	font-size: 20px !important;
}
#gora2 {
	max-width: 1200px;
	margin: 0px auto;
	clear: both;
}
#l1 {
	width: 250px;
}
#sli {
	width: 100%;
	clear: both;
}
#tresc {
	max-width: 1200px;
	margin: 0px auto;
	padding: 5px 10px;
}
footer {
	width: 100%;
	color:#fff;
	background-color: #800000;
	padding: 20px 3px;
	text-align: center;
	font-size: 8px;
}
img { border: 0; max-width: 100% }
.mov:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}
.przyc {
  background-color: #800000;
  border: none;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 4px;
  transition-duration: 0.4s;
  margin: 5px auto;
}
a.przyc  {
  color: #ccc;
}
.przyc:hover {
  background-color: #777;
  text-decoration: none;
  color: #ccc;
}
.kontener {
  position: relative;
  width: 24.6%;
  display: inline-block;
  margin: 0 auto;
}
.kontener h3 {
  text-align: center;
  margin: 2px;
}
.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: 0.8;
}
.napis {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.kontener2 {
  width: 19.5%;
  display: inline-block;
}
.kontener3 {
  width: 33%;
  display: inline-block;
}
.pagination {
	margin: 18px 0;
}
.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999;
	cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.pagination-centered {
	text-align: center;
}
.pagination-right {
	text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
	padding: 11px 19px;
	font-size: 16.25px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
	padding: 2px 10px;
	font-size: 12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
	padding: 0 6px;
	font-size: 9.75px;
}
.pager {
	margin: 18px 0;
	list-style: none;
	text-align: center;
	*zoom: 1;
}
.pager:before,
.pager:after {
	display: table;
	content: "";
	line-height: 0;
}
.pager:after {
	clear: both;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
	float: right;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #999;
	background-color: #fff;
	cursor: default;
}
.counter {display: none}
a:link.btn, a:visited.btn, .btn {
	text-decoration: none;
	color:#ccc;
	background-color: #800000;
    border: solid 1px #800000; 
    padding: 6px 12px;
    text-align: center;
	display: inline-block;
	border-radius: 5px;
	-webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}
a:hover.btn, a:hover.btn, .btn:hover {
	text-decoration: none;
	color: #800000;
	background-color: #ccc;
}
.gosc .btn {
	padding: 1px 6px !important;
    margin: -6px 0px 10px 0px;
	font-size: 12px
}
.gosc .fa {
	font-size: 14px !important; margin-top: -3px
}

@media (max-width: 400px) {
.kontener {
  width: 100%;
}
}
@media (min-width: 400px) and (max-width: 800px) {
.kontener {
  width: 49%;
}
}
@media (max-width: 600px) {
.kontener2, .kontener3 {
  width: 100%;
}
#l1 {
	max-width: 80%;
}
h1, h2 {
	font-size: 20px;
}
.rspbld-image.pull-left  {width:30% !important; margin-right: 10px !important;}
}