@import url("https://fonts.googleapis.com/css?family=Kalam:400,700&subset=latin-ext");
html, body {
  height: 100%;
}
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
body {
  background: #fff;
}
h1, h2, h3 {
  font-family: "Kalam", cursive;
}
strong, b {
  font-weight: 700;
}
.btn-default {
  color: #fff;
  background-color: #ff4c00;
  border-color: #ccc;
}
.slider .best-slider-wrapper {
  height: 72vh;
}
.slider .best-slider-wrapper .owl-item {
  color: #fff;
}
.slider .best-slider-wrapper .owl-item h1 {
  font-size: 5vw;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 15px;
}
.slider .best-slider-wrapper .owl-item h1::first-letter {
  font-size: 6vw;
}
.owl-theme .owl-controls .owl-page span {
  background: #fff !important;
}
.navbar {
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  border-bottom: 2px solid #ff4c00;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.navbar .navbar-header .navbar-brand {
  padding: 10px;
  height: 75px;
}
.navbar .navbar-header .navbar-brand img {
  height: 100%;
  width: auto;
}
@media screen and (min-width: 768px) {
  .navbar .container {
    display: flex;
  }
  .navbar .container .navbar-collapse {
    display: flex !important;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
  }
}
.article .article-wraper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.article .article-wraper .article-header {
  width: 100%;
}
.article .article-wraper img.art-img-content {
  width: 40%;
}
@media screen and (max-width: 480px) {
  .article .article-wraper img.art-img-content {
    width: 100%;
    margin-bottom: 15px;
  }
}
.article .article-wraper .article-content.img-content {
  width: 60%;
  padding: 0 3vw;
}
@media screen and (max-width: 480px) {
  .article .article-wraper .article-content.img-content {
    width: 100%;
  }
}
.article .article-wraper .back-link {
  margin: 15px 0;
  text-align: center;
  width: 100%;
}
.article .gallery-in-article {
  margin: 15px 0;
}
.article .gallery-in-article .owl-carousel .owl-item {
  width: 228px;
  height: 228px !important;
}
.article .gallery-in-article .owl-carousel .owl-item .item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 5px;
  margin: 0 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.article .gallery-in-article .owl-carousel .owl-item .item a.item-link {
  display: block;
  width: 100%;
  height: 100%;
}
/*    Carosuel  */.jcarousel-skin-tango .jcarousel-container {
  background: #fff;
  border: 1px solid #f5f5f5;
  box-shadow: none;
  margin: 8px 0px 8px 0px;
}
.jcarousel-skin-tango .jcarousel-next, .jcarousel-skin-tango .jcarousel-prev {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 35px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #969696;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
  background: none;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
  background: none;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal::before {
  content: "\e079";
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.jcarousel-skin-tango .jcarousel-next-horizontal::before {
  content: "\e080";
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover::before, .jcarousel-skin-tango .jcarousel-next-horizontal:hover::before {
  text-shadow: none;
  color: #333;
}
.footer {
  padding: 15px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 10px;
  min-height: 50px;
  background: #e2e2e2;
}
a.best-group {
  background: rgba(0, 0, 0, 0) url(/application/templates/frontend/default/gfx/logo_footer.gif) no-repeat scroll left top;
  display: inline-block;
  height: 10px;
  vertical-align: middle;
  width: 80px;
}
.form-horizontal {
  display: block;
  padding: 25px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  margin: 25px 0;
}
.form-horizontal h2 {
  padding: 0;
  margin: 0 0 20px 0;
}
.form-horizontal textarea {
  min-height: 150px;
  max-width: 100%;
}
.form-horizontal .btn {
  display: block;
  margin: 10px auto;
}
.f-toggle-btns {
  display: none;
}
#cookies_info {
  bottom: 0;
  position: fixed;
  width: 100%;
  background: #e7e7e7;
  z-index: 1000;
  opacity: 0.9;
}
#cookies_info .ck-inner {
  margin: 0px auto;
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#cookies_info .ck-inner .ck-content {
  display: inline-block;
  padding: 15px;
}
@media screen and (min-width: 480px) {
  #cookies_info .ck-inner .ck-content {
    width: 60%;
  }
}
#cookies_info .ck-inner .ck-accept {
  background-color: #f7f7f3;
  box-shadow: 0 0 1px #00597b;
  border: 1px outset #43a1c8;
  cursor: pointer;
  display: inline-block;
  padding: 6px 20px;
  color: #fd7b01;
  margin: 18px 12px 16px 24px;
}
#cookies_info .ck-inner .ck-accept:hover {
  box-shadow: 0 0 6px #00597b;
  border: 1px intset #43a1c8;
}
.breadcrumbs .bc-separator {
  display: none;
}
.breadcrumbs a {
  color: #6b6b6b;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #ff4c00;
}
.breadcrumbs .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "»";
}
.newsy {
  display: flex;
  flex-wrap: wrap;
}
.newsy .newsOutside {
  margin-bottom: 15px;
}
.newsy .news {
  height: 100%;
  border: 1px solid #e2e2e2;
  padding: 15px 15px 35px 15px;
  position: relative;
  border-radius: 5px;
}
.newsy .news .news-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 1;
  background-size: cover;
  background-position: center;
}
.newsy .news .data {
  position: absolute;
  top: -12px;
  right: 9px;
  background: #fff;
  padding: 2px 5px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
}
.newsy .news .wiecej {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  text-align: center;
}
.pagination-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pagination-box .page-nr {
  cursor: pointer;
}
.paginacja-list {
  margin: 20px 0;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
  transition-duration: 1.5s;
  opacity: 0;
}
.carousel-fade .carousel-inner .active.left {
  opacity: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .next.left {
  opacity: 1;
}
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner .prev {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
