@font-face {
  font-family: 'Signika';
  src: url('../font/Signika.eot');
  src: url('../font/Signika.woff2') format('woff2'), url('../font/Signika.eot?#iefix') format('embedded-opentype'), url('../font/Signika.woff') format('woff'), url('../font/Signika.ttf') format('truetype'), url('../font/Signika.svg#Signika') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../font/material_icons.woff2) format('woff2');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.material-icons.home {
  position: absolute;
  font-size: 12px;
}
.relative {
  position: relative;
}
.breadcrumbs {
  margin: 0;
}
.res-min {
  display: none;
}
.res-max {
  display: block;
}
body {
  font-family: 'Signika';
  background: #333333;
}
body header {
  background: #fefefe;
}
body header .header {
  background: #15a5e4;
  height: 175px;
  background-image: url('../img/tlo.jpg');
}
body header .header div.top-bar-left {
  padding: 10px;
}
body header .header div.top-bar-left .logo {
  background-image: url('../img/logo2.png');
  width: 300px;
  height: 106px;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 35px;
}
body header .header div.top-bar-right ul#menu-menu {
  padding: 35px 0;
  font-size: 25px;
}
body header .header div.top-bar-right ul#menu-menu.dropdown.menu > li.is-dropdown-submenu-parent > a::after,
body header .header div.top-bar-right ul#menu-menu.menu > li.menu-item-has-children > a::after {
  border: inset 8px;
  border-top-style: double;
  border-color: #fefefe transparent transparent;
  right: 3px;
  margin-top: -2px;
}
body header .header div.top-bar-right ul#menu-menu.dropdown.menu > li.is-dropdown-submenu-parent > a:hover::after,
body header .header div.top-bar-right ul#menu-menu.menu > li.menu-item-has-children > a:hover::after {
  border-color: #15a5e4 transparent transparent;
}
body header .header div.top-bar-right ul#menu-menu.dropdown.menu > li.is-dropdown-submenu-parent.is-active > a::after {
  border-color: #15a5e4 transparent transparent;
}
body header .header div.top-bar-right ul#menu-menu li:not(:last-of-type) a {
  margin-right: 10px;
}
body header .header div.top-bar-right ul#menu-menu li.is-active a {
  background-color: #fefefe;
  color: #15a5e4;
}
body header .header div.top-bar-right ul#menu-menu li a {
  border: 5px solid #fefefe;
  color: #fefefe;
  font-weight: bold;
  background-color: #15a5e4;
}
body header .header div.top-bar-right ul#menu-menu li a:hover {
  background-color: #fefefe;
  color: #15a5e4;
}
body header .header div.top-bar-right ul#menu-menu li ul,
body header .header div.top-bar-right ul#menu-menu li ul.sub-menu {
  background-color: #fefefe;
  margin: 0;
  padding: 0;
  font-size: 20px;
  list-style: none;
}
body header .header div.top-bar-right ul#menu-menu li ul li:not(:last-of-type) a,
body header .header div.top-bar-right ul#menu-menu li ul.sub-menu li:not(:last-of-type) a {
  margin: 0;
}
body header .header div.top-bar-right ul#menu-menu li ul li a,
body header .header div.top-bar-right ul#menu-menu li ul.sub-menu li a {
  color: #15a5e4;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  padding: 10px;
  display: block;
}
body header .header div.top-bar-right ul#menu-menu li ul li a:hover,
body header .header div.top-bar-right ul#menu-menu li ul.sub-menu li a:hover {
  color: #fefefe;
  background-color: #127cab;
}
body header .row:nth-of-type(2) {
  font-size: 10px;
  padding: 15px 15px 10px;
  min-height: 40px;
}
body header .row:nth-of-type(2) .path {
  margin-left: 15px;
}
body .content {
  background: #fefefe;
  padding: 0 0 30px;
  font-size: 12px;
}
body .content .table-scroll table {
  width: 100%;
}
body .content table.table-cennik thead tr,
body .content table.table-cennik thead tr:hover,
body .content table.table-cennik thead tr:focus:hover,
body .content table.table-cennik thead tr:focus {
  background: #15a5e4;
  color: #fefefe;
}
body .content .row:nth-of-type(1) {
  border: 1px solid #ddd;
  padding: 20px;
}
body .content .oferta {
  border: 1px solid #f1f1f1;
  margin: 10px;
  padding: 10px;
}
body .content .oferta .oferta_img {
  width: 100%;
  height: 30%;
  background-size: contain;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
}
body .content .oferta h6 {
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  font-variant: small-caps;
  white-space: nowrap;
}
body .content iframe {
  width: 80%;
  height: 55%;
}
body .content div#map {
  height: 80vh;
  box-shadow: 0px 0px 10px #999;
}
body .top-bar,
body .top-bar ul {
  background: transparent;
}
body footer {
  color: #fefefe;
}
body footer div div {
  padding: 30px 0 30px 0;
}
body footer div div.left ul {
  margin: 0 0 24px 0;
  list-style: none;
}
body footer div div.left ul li {
  display: inline-block;
  padding: 10px 15px;
}
body footer div div.left ul li a {
  color: #fefefe;
}
body footer div div.left div {
  font-size: 11px;
}
body footer div div.left div.author {
  padding: 2px 2px 2px 12px;
  width: 270px;
  color: #aaa;
  background-image: -ms-linear-gradient(left, #555555 50%, #333333 100%);
  background-image: -moz-linear-gradient(left, #555555 50%, #333333 100%);
  background-image: -o-linear-gradient(left, #555555 50%, #333333 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50, #555555), color-stop(100, #333333));
  background-image: -webkit-linear-gradient(left, #555555 50%, #333333 100%);
  background-image: linear-gradient(to right, #555555 50%, #333333 100%);
}
body footer div div.left div.author a {
  color: #aaa;
}
body footer div div.right hr {
  width: 15%;
  border-bottom: 3px solid #555;
  margin: 0 0 5px 0;
}
body footer div div.right p {
  font-size: 13px;
  margin: 0;
  line-height: 25px;
}
@media only screen and (max-width: 882px) {
  body header .header div.top-bar-left .logo {
    top: 113px;
    width: 170px;
    height: 60px;
    left: 20px;
  }
}
@media only screen and (max-width: 639px) {
  .res-min {
    display: block;
  }
  .res-max {
    display: none;
  }
  .menu > li,
  .menu.horizontal > li {
    display: list-item;
    padding: 5px;
  }
  body header .header {
    height: auto;
  }
  body header .header div.top-bar-left,
  body header .header div.top-bar-right ul.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: none;
  }
  body header .header div.top-bar-right ul#menu-menu {
    padding: 0;
  }
  body header .header div.top-bar-right ul#menu-menu li:not(:last-of-type) a {
    margin-right: 0;
  }
  body header .header div.top-bar-right ul#menu-menu li ul {
    display: none;
  }
  body .content .row:nth-of-type(1) {
    border: none;
  }
  body .content iframe {
    width: 100%;
    height: 45%;
  }
}
/*# sourceMappingURL=style.css.map */
.x-text{clear:both;width:100%;}
.x-text h1{font-size: 1.6rem;}
.x-text h2{font-size: 1.4rem;}
.x-text p{text-align:justify;}
.x-second{padding:20px 0px 0px 0px;}
.x-kategoria{background:#e3f2fd;background-color:#e3f2fd!important;font-weight: bold;text-transform: uppercase;}
.table-cennik tr{background-color: #f1f1f1;}

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

a.x-link{font-size: .875rem!important;color:#8d8d8d!important;}

.x-carousel2 .carousel-caption {
  color:#212529;
  text-shadow: none;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
  }
  .carousel-inner .item{min-height:60px;}
  .carousel-caption {
    right: 3%;
    left: 3%;
    padding-bottom: 0px!important;
    padding-top: 0px!important;
}
  .carousel-caption p{
    margin-bottom: 0px!important;
	  font-size:14px!important;
	  line-height:17px!important;
}

.x-carousel2 .grey{color:#212529;}

.carousel, .carousel-inner, .carousel-inner .item {
    height: initial;
}

.carousel-inner{padding:0;}

.carousel-fade{padding:10px 0px 0px 0px;}
.carousel-inner .item{
    min-height: 70px;
}
@media screen and (max-width: 768px) {
	.carousel-inner .item{
    min-height: 110px;
}
}