<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&amp;subset=latin-ext');
html, body {
  height: 100%;
}
body {
  font-family: 'Montserrat', sans-serif;
}
.navbar {
  border-radius: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .navbar .navbar-brand {
    padding: 5px;
  }
  .navbar .navbar-toggle {
    border-color: #733f2e;
  }
  .navbar .navbar-toggle .icon-bar {
    background-color: #733f2e;
  }
}
@media screen and (min-width: 768px) {
  .navbar {
    min-height: 222px;
    margin-bottom: 0;
    background: #fff url(/application/templates/frontend/default/gfx/navbar_bg.png) left bottom repeat-x;
  }
  .navbar .container {
    height: 222px;
    position: relative;
    background: url(/application/templates/frontend/default/gfx/navbar_container_bg.jpg) right top no-repeat;
  }
  .navbar .container .navbar-header {
    transform: translate(0, 25%);
  }
  .navbar .container .navbar-header .navbar-brand {
    height: auto;
  }
  .navbar .container .navbar-collapse {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #7e4d3f;
  }
  .navbar .container .navbar-collapse .nav.navbar-nav li a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }
  .navbar .container .navbar-collapse .nav.navbar-nav li a:hover {
    color: #f6955f;
  }
  .navbar .container .navbar-collapse .nav.navbar-nav li a:focus {
    background: none;
  }
  .navbar .container .navbar-collapse .nav.navbar-nav li.on-path-to-page &gt; a {
    color: #f6955f;
  }
  .navbar .container .navbar-collapse .nav.navbar-nav li .dropdown-menu {
    background: #7e4d3f;
    border: 1px solid #fff;
  }
  .navbar .container .navbar-collapse .nav.navbar-nav li .dropdown-menu li a {
    font-size: 13px;
    font-weight: normal;
    padding-left: 28px;
  }
  .navbar .container .navbar-collapse .nav.navbar-nav li .dropdown-menu li a:hover {
    background: none;
  }
  .navbar .container .navbar-collapse .nav.navbar-nav li .dropdown-menu li a:before {
    content: "Âť ";
    position: absolute;
    left: 10px;
    font-size: 16px;
    line-height: 17px;
  }
  .navbar .container .navbar-collapse .nav.navbar-nav &gt; li &gt; a:after {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 31px;
    background-color: #fff;
    top: 4px;
    opacity: 0.6;
  }
  .navbar .container .navbar-collapse .nav.navbar-nav &gt; li:first-child &gt; a:after {
    height: 0;
    width: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .navbar .container .navbar-collapse .nav.navbar-nav li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .navbar .nav.navbar-nav {
    background: #7e4d3f;
  }
  .navbar .nav.navbar-nav li a {
    color: #fff !important;
  }
  .navbar .nav.navbar-nav li.dropdown.open &gt; a {
    color: #7e4d3f !important;
  }
  .navbar .nav.navbar-nav li.on-path-to-page &gt; a {
    color: #f6955f !important;
  }
  .navbar .nav.navbar-nav &gt; li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
}
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
}
.googleMap {
  margin: 0 0 -15px 0;
}
footer {
  height: 80px;
  background-color: #7e4d3f;
  padding-top: 15px;
}
footer p {
  font-family: verdana;
  font-size: 10px;
  text-align: right;
  color: #fff;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  footer p {
    text-align: center;
  }
}
footer p a.best-group {
  background: url(/application/templates/frontend/default/gfx/logo_footer.gif) no-repeat scroll left top;
  display: inline-block;
  height: 10px;
  vertical-align: middle;
  width: 80px;
  color: #fff;
}
.bodySite .container {
  background-color: rgba(255, 255, 255, 0.9);
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.tlo01 {
  background: url(/media/background/tlo01.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.tlo02 {
  background: url(/media/background/tlo02.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.tlo03 {
  background: url(/media/background/tlo03.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.table {
  margin-bottom: 35px;
  border: 1px solid #e2dada;
}
h1 {
  font-size: 30px;
  color: #f6955f;
  font-weight: bold;
  border-bottom: 1px solid #f6955f;
  padding-bottom: 5px;
}
h2 {
  font-size: 20px;
  color: #f6955f;
  font-weight: normal;
  border-bottom: 1px solid #f6955f;
  padding-bottom: 5px;
}
h3 {
  font-size: 19px;
}
.bodySite a {
  color: #7e4d3f;
}
.btn.btn-default {
  color: #fff;
  background: #f6955f;
  border: none;
  border-radius: 0;
}
.btn.btn-default:hover {
  background: #7e4d3f;
}
.slideArticle {
  border-top: 1px solid #d2d2d2;
}
.owl-carousel .owl-item {
  padding: 25px 45px;
}
.owl-carousel .owl-item .item {
  padding: 0 20px;
}
.owl-carousel .owl-item .item .btn.btn-default {
  margin-left: 80%;
  background: #7e4d3f;
  font-size: 10px;
  font-weight: bold;
}
.owl-carousel .owl-item .item .btn.btn-default:hover {
  background: #f6955f;
  font-size: 10px;
}
.owl-carousel .owl-item .item .btn.btn-default:before {
  content: "Âť czytaj ";
}
.owl-carousel .owl-item .item .item-short {
  height: 100px;
  overflow: hidden;
  position: relative;
}
.owl-carousel .owl-item .item .item-short .item-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+57,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 57%, #fff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 57%, #fff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 57%, #fff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0);
  /* IE6-9 */
}
.owl-carousel .owl-nav {
  margin: 0;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel .owl-nav button[class*=owl-] {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fff;
  margin: 0;
  width: 15px;
  overflow: hidden;
}
.owl-carousel .owl-nav button[class*=owl-] span {
  display: none;
}
.owl-carousel .owl-nav button[class*=owl-]:hover {
  background: #fff;
  color: #fff;
  text-decoration: none;
}
.owl-carousel .owl-nav button[class*=owl-]:focus {
  outline: none;
}
.owl-carousel .owl-nav button.owl-next:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #e2e2e2;
  transform: scale(3, 16) rotate(45deg);
  position: absolute;
  left: -17px;
  top: 46%;
}
.owl-carousel .owl-nav button.owl-prev:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #e2e2e2;
  transform: scale(3, 16) rotate(45deg);
  position: absolute;
  left: 20px;
  top: 46%;
}
.owl-carousel .owl-nav button.owl-prev:hover:after, .owl-carousel .owl-nav button.owl-next:hover:after {
  border-color: #f6955f;
}
.marginTopUltra {
  margin-top: -35px;
}
.apamea {
  background: url(/media/background/tlo04.jpg) top center no-repeat;
  background-size: cover;
  border-top: 1px solid #d2d2d2;
}
.apamea .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+1,1+61 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, #fff 61%, #fff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, #fff 61%, #fff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, #fff 61%, #fff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1);
  /* IE6-9 */
}
.apamea .article {
  padding-right: 25px;
}
.apamea .article h1 {
  font-weight: normal;
}
.displFlex {
  margin-top: 25px;
}
.displFlex .list-group.panel {
  display: flex;
  flex-wrap: wrap;
}
.displFlex .list-group.panel .list-group-item:hover {
  color: #fff;
  background: #f6955f;
}
.daneKontaktowe .container {
  background: #fff;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.daneKontaktowe .container .article {
  padding: 15px;
}
.daneKontaktowe .container h3 {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #7e4d3f;
  color: #7e4d3f;
  background: url(/application/templates/frontend/default/gfx/logo-top-sm.png) no-repeat left center;
  text-align: left;
  padding-left: 50px;
}
.daneKontaktowe .container p {
  color: #7e4d3f;
}
.kontaktMod .container {
  background: #fff;
  margin-bottom: 15px;
}
.kontaktMod .container .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kontaktMod .container .row .article {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 400px) {
  .kontaktMod .container .row .article {
    width: 100%;
  }
}
.kontaktMod .container .row .article .btn.btn-default {
  margin-top: 15px;
}
.kontaktMod .container .row .article h2 {
  font-size: 22px;
  color: #7e4d3f;
  font-weight: bold;
  border: none;
}
.kontaktMod .container .row .article h2 span {
  font-size: 17px;
}
.kontaktMod .container .row .article p.tel {
  font-weight: bold;
  font-size: 16px;
  color: #f6955f;
  margin: 15px 0 0 0;
}
.kontaktMod .container .row .article p.open {
  font-size: 16px;
  color: #7e4d3f;
}
.kontaktMod .container .row .article .img-circle.img-thumbnail {
  height: auto;
  width: 50%;
}
.kontaktMod .container .row .article.contact-small {
  padding: 65px 25px;
  width: 25%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .kontaktMod .container .row .article.contact-small {
    padding: 65px 25px;
    width: 33%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .kontaktMod .container .row .article.contact-small {
    padding: 10px 5px;
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .kontaktMod .container .row .article.contact-small {
    display: none;
  }
}
.kontaktMod .container .row .article.contact-small h3 {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #7e4d3f;
  color: #7e4d3f;
  background: url(/application/templates/frontend/default/gfx/logo-top-sm.png) no-repeat left center;
}
.kontaktMod .container .row .article.contact-small p {
  color: #7e4d3f;
}
@media screen and (min-width: 768px) {
  .form-horizontal {
    width: 80%;
    margin: 0 auto;
  }
}
.form-horizontal .form-group {
  margin-bottom: 15px !important;
}
.form-horizontal .form-group label {
  color: #7e4d3f;
  padding: 0 0 5px 5px;
}
.form-horizontal .btn.btn-default {
  margin-left: 50%;
  transform: translate(-50%, 0);
}
.form-horizontal textarea {
  min-height: 140px;
  min-width: 100%;
}
#cookies_info {
  background: #e7e7e7 none repeat scroll 0 0;
  bottom: 0;
  opacity: 0.9;
  position: fixed;
  width: 100%;
  z-index: 1000;
  font-size: 10px;
}
#cookies_info .ck-inner {
  padding: 25px 0;
}
#cookies_info .ck-inner .ck-content {
  /* padding-bottom:20px;*/
}
#cookies_info .ck-inner .ck-accept {
  background-color: #f7f7f3;
  border: 1px outset #43a1c8;
  box-shadow: 0 0 1px #00597b;
  color: #fd7b01;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin-left: 50%;
  transform: translate(-50%, 0);
  margin-top: 10px;
  padding: 6px 20px;
}
#cookies_info .ck-inner .ck-accept:hover {
  box-shadow: 0 0 6px #00597b;
}
</pre></body></html>