* {
  font-family: 'Open Sans', sans-serif;
}
html {
  background: url('/images/body-bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #eeeeee;
}
#main {
  flex: 1;
}
a {
  outline: 0;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: 0;
}
#top-first .container {
  background: #eeeeee;
}
#top-first #logo-ck {
  text-align: left;
}
#top-first #logo-ck img {
  height: 80px;
}
#top-first #logo-podkarpackie {
  text-align: right;
}
#top-first #logo-podkarpackie img {
  height: 80px;
}
#top-second {
  background: #FFF;
}
#top-second .container {
  background: #FFF;
  padding: 20px;
}
#top-second #logo-bmk {
  text-align: left;
}
#top-second #logo-bmk img {
  height: 150px;
}
#top-second #logo-pek {
  text-align: right;
  position: relative;
}
#top-second #logo-pek a {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#top-second #logo-pek img {
  height: 100px;
}
#menu {
  background: #b5292e;
}
#menu .container {
  background: #b5292e;
}
#menu .container .col-xs-12 {
  padding: 0;
}
#menu #menu-container-1 > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#menu #menu-container-1 > ul > li {
  display: inline-block;
  position: relative;
}
#menu #menu-container-1 > ul > li > a {
  color: #FFF;
  padding: 14px 20px;
  position: relative;
  z-index: 1;
  transition:         0.08s ease-in;
  -o-transition:      0.08s ease-in;
  -ms-transition:     0.08s ease-in;
  -moz-transition:    0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
  display: block;
  font-size: 14px;
}
#menu #menu-container-1 > ul > li > a:before {
  content: "";
  position: absolute;
  background: #231f20;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}
#menu #menu-container-1 > ul > li > a:hover, #menu #menu-container-1 > ul > li.active > a {
  color: #FFF;
}
#menu #menu-container-1 > ul > li > a:hover:before, #menu #menu-container-1 > ul > li.active > a:before {
  top: 0;
}
#menu #menu-container-1 > ul > li > a > i {
  font-size: 11px;
  margin-left: 4px;
  position: relative;
  top: -1px;
}
#menu #menu-container-1 > ul > li > ul {
  display: none;
  list-style-type: none;
}
#menu #menu-container-1 > ul > li.active > ul {
  display: block;
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 10;
  background: #231f20;
  padding: 0;
  margin: 0;
}
#menu #menu-container-1 > ul > li.active > ul > li > a {
  display: block;
  color: #FFF;
  padding: 6px 15px;
  min-width: 200px;
  font-size: 13px;
  border-bottom: 1px solid #2D2D2D;
}
#menu #menu-container-1 > ul > li.active > ul > li > a:hover {
  background: #B5292E;
}
#menu #menu-container-1 > ul > li.active > ul > li:last-child > a {
  border-bottom: 0;
}
#promo {
  background: #FFF;
}
#promo .container {
  background: #FFF;
}
#promo .col-xs-12 {
  padding: 0;
}
#promo ul.bjqs-controls {
  z-index: 100;
}
#promo ul.bjqs-controls.v-centered li a {
  color: #FFF;
  font-size: 20px;
}
#promo ul.bjqs-controls.v-centered li.bjqs-prev a {
  left: 10px;
}
#promo ul.bjqs-controls.v-centered li.bjqs-next a {
  right: 10px;
}
.bjqs-markers {
  position: relative;
  top: -30px;
}
.bjqs-markers li a {
  background: #FFF;
  height: 15px;
  width: 15px;
  border-radius: 10px;
  margin: 0 3px;
  text-indent: -10000px;
  text-align: center;
  border: 0;
}
ol.bjqs-markers.h-centered {
  text-align: right;
  padding-right: 30px;
}
.bjqs-markers li.active-marker a {
  background: #b5292e;
}
#calendar-container .panel-heading {
  background: #1851a1;
  border-radius: 0;
  padding: 3px 10px;
  color: #FFF;
  line-height: 31px;
  font-weight: 600;
}
#calendar-container .panel-heading .btn {
  box-shadow: none;
  text-align: center;
  opacity: .6;
}
#calendar-container .panel-heading .fa {
  color: #FFF;
  font-size: 12px;
}
#calendar-container .panel-heading .btn:hover {
  opacity: 1;
}
#calendar-container table {
  font-size: 12px;
  text-align: center;
  border: 0;
  margin: 0;
}
#calendar-container table th {
  text-align: center;
}
#calendar-container table tr td:first-child {
  border-left: 0;
}
#calendar-container table tr td:last-child {
  border-right: 0;
}
#calendar-container table td.event {
  background: #b5292e;
  color: #FFF;
  cursor: pointer;
  padding: 0;
  height: 34px;
  line-height: 34px;
}
#calendar-container table td.event span {
  display: block;
  width: 100%;
  height: 100%;
}
#calendar-container > ul, #event-back {
  display: none;
}
#calendar-container ul {
  list-style-type: none;
  padding: 0;
}
#calendar-container ul li {
  color: #1851a1;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
}
#calendar-container ul li:nth-child(odd) {
  background: #f1f1f1;
}
#calendar-container .today {
  background: #e4e4e4;
}
.popover-title ul, .popover-title ul li, .popover-title ul li a {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
}
.popover-title ul li {
  margin-bottom: 10px !important;
}
.popover-title {
  width: 270px;
}
.tooltip .tooltip-arrow {
  background-color: #1851a1;
}
#main-news {
  background: #FFF;
}
#main-news .container {
  background: #FFF;
  padding: 30px 0;
}
#main-news #title, .site-title {
  color: #FFF;
  font-size: 26px;
  overflow: hidden;
  position: relative;
}
#main-news #title span, .site-title span {
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  background: #c1c1c1;
  color: #FFF;
  text-shadow: none;
  display: inline-block;
  margin: 0 0 28px 15px;
  padding: 15px 50px;
  position: relative;
  font-weight: 300;
}
#main-news #title:before, .site-title:before {
  content: "";
  background: #c1c1c1;
  height: 2px;
  display: block;
  position: absolute;
  top: 31%;
  width: 100%;
  left: 50%;
  margin-left: -50%;
}
#main-news #article-main #img img {
  width: 100%;
}
#main-news #article-main #article-title {
  margin-top: 10px;
  margin-bottom: 5px;
}
#main-news #article-main #article-title a {
  color: #1851a1;
  font-size: 18px;
  font-weight: 600;
}
#main-news #article-main #article-title a:hover {
  color: #b5292e;
  text-decoration: underline;
}
#main-news #article-main #date-add {
  font-size: 11px;
  color: #9E9E9E;
  margin-bottom: 5px;
}
#main-news .article-list:nth-child(odd), #main .article-list:nth-child(odd) {
  background: #f1f1f1;
}
#main-news .article-list, #main .article-list {
  padding: 10px;
}
#main-news .article-list .article-title, #main .article-list .article-title {
  margin-top: 0;
  margin-bottom: 10px;
}
#main-news .article-list .article-title a, #main .article-list .article-title a {
  color: #1851a1;
  font-size: 14px;
  font-weight: 600;
}
#main-news .article-list .article-title a:hover, #main .article-list .article-title a:hover {
  color: #b5292e;
  text-decoration: underline;
}
#main-news .article-list .date-add, #main .article-list .date-add {
  font-size: 11px;
  color: #9E9E9E;
  margin-bottom: 5px;
}
#main-news #all-news {
  float: right;
  margin-top: 10px;
  color: #b5292e;
  font-size: 13px;
}
#main-news #all-news:hover {
  text-decoration: underline;
}
.btn-primary {
  border-radius: 0;
  border: 0;
  background: #1851a1;
  font-size: 12px;
}
.btn-danger {
  border-radius: 0;
  background: #b5292e;
  border: 0;
  font-size: 12px;
  padding: 4px 20px;
}
.btn .fa {
  font-size: 9px;
  position: relative;
  top: 1px;
  margin-left: 3px;
}
#cookie-information .container {
  color: #231f20;
  font-size: 11px;
  text-align: center;
  padding: 10px;
}
#cookie-information .container a {
  color: #000;
  font-weight: 600;
}
#bottom {
  background: #FFF;
}
#bottom .container {
  background: #FFF;
  padding: 10px;
  border-top: 1px solid #f1f1f1;
}
#scontainer-1 {
  font-weight: 600;
  text-align: center;
  color: #1851a1;
}
#scontainer-1 p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
#copyright-container {
  background: #c1c1c1;
}
#copyright-container .container {
  background: #c1c1c1;
  font-size: 12px;
  text-align: center;
  padding: 10px;
}
#copyright a {
  color: #b5292e;
  font-weight: 600;
}
#footer {
  background: #b5292e;
}
#footer .container {
  background: #b5292e;
  padding: 20px;
  /*color: #ccc;*/
  color: #FFF;
  font-size: 13px;
}
#footer #scontainer-2 .scontainer-title, #newsletter #title {
  color: #FFF;
  font-size: 16px;
  margin-bottom: 10px;
}
#newsletter .form-control {
  border: 0;
}
#newsletter .form-horizontal .form-group {
  margin: 0;
}
#newsletter .btn-dark {
  border-radius: 0;
  color: #000;
  font-size: 12px;
}
#newsletter .with-errors {
  color: #FFF;
}
#visit-counter {
  text-align: right;
  font-size: 12px;
}
#visit-counter i {
  color: #FFF;
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 2px;
}
#visit-counter span {
  color: #FFF;
  font-weight: 600;
}
#actions .container {
  background: #f1f1f1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-control, .input-group-addon {
  border-radius: 0;
}
#actions .input-group-addon {
  background: #1851a1;
  color: #FFF;
  border: 1px solid #1851a1;
}
#main {
  background: #FFF;
}
#main .container {
  padding: 30px;
  background: #FFF;
}
#search-results ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#search-results ul h3 {
  margin: 0;
  padding: 0;
}
#search-results ul h3 a {
  display: block;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
}
#search-results ul h3 a i {
  margin-right: 8px;
  font-size: 8px;
  position: relative;
  top: -2px;
  color: #b5292e;
}
#search-results ul li {
  border: 1px solid #f1f1f1;
}
#search-results ul li:nth-child(even) h3 a {
  background: #f1f1f1;
}
.alert {
  border-radius: 0;
}
.alert i {
  margin-right: 5px;
  font-size: 20px;
  position: relative;
  top: 2px;
}
#font-size {
  float: right;
}
#font-size a {
  border: 0;
  background: none;
  line-height: 34px;
  color: #1851a1;
  font-weight: 900;
  font-size: 18px;
  cursor: pointer;
  padding: 5px;
}
.article .article-title {
  color: #1851a1;
}
.article .date-add {
  font-size: 11px;
  color: #9E9E9E;
  margin-bottom: 5px;
  display: inline;
  margin-right: 10px;
}
.article .article-tags ul {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}
.article .article-tags ul li {
  display: inline-block;
  margin-right: 5px;
}
.article .article-tags ul li a {
  background: #5bc0de;
  color: #fff;
  padding: 3px 10px;
  font-size: 12px;
}
.article .article-tags ul li a:hover {
  background: #31b0d5;
}
.gallery a {
  display: block;
  float: left;
  margin: 10px 10px 0 0;
  width: 150px;
  height: 150px;
  padding: 5px;
  background: #FFF;
  border: 1px #d3d3d3 solid;
}
.gallery a div {
  height: 100%;
  width: 100%;  
}
.gallery::after {
  clear: both;
  content: '';
  display: block;
}
.files {
  margin: 20px 0;
}
#slaider {
  background: #c1c1c1;
}
#slaider .container {
  background: #c1c1c1;
}
.article-entry::after {
  clear: both;
  content: '';
  display: block;
}
.article-entry {
  background: #f1f1f1;
  padding: 20px;
  margin: 0 0 20px 0;
}
.article-entry .article-title {
  margin-top: 0px;
  margin-bottom: 5px;
}
.article-entry .article-title a {
  color: #1851a1;
  font-size: 18px;
  font-weight: 600;
}
.article-entry .article-title a:hover {
  color: #b5292e;
  text-decoration: underline;
}
.article-entry .date-add {
  font-size: 11px;
  color: #9E9E9E;
  margin-bottom: 5px;
}
.pager li > a, .pager li > span {
  border: 0;
  font-size: 12px;
  color: #231f20;
}
.pager li > a.inactive {
  opacity: .3;
  cursor: default;
}
.pager li > a.inactive:hover {
  background: none;
}
#events {
  background: #f1f1f1;
}
#events .container {
  background: #f1f1f1;
}
#events .container .col-xs-12 {
  padding: 0;
}
#event-add {
  position: relative;
}
#event-add img {
  width: 100%;
}
#event-add a {
  position: absolute;
  display: block;
  background: #b5292e;
  color: #FFF;
  text-align: center;
  bottom: 0;
  width: 100%;
  padding: 20px;
  font-size: 18px;
}
.social-icons {
  margin: 10px 0;
}
#events .col-xs-12 {
  background: #f1f1f1;
}
#tags {
  padding: 20px;
}
#tags #title {
  text-align: right;
  font-weight: 600;
  color: #231f20;
  font-size: 22px;
  margin-bottom: 10px;
}
#tags ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#tags li {
  display: inline-block;
  padding: 0 10px;
}
#tags li a {
  color: #1851a1;
}
#tags li a:hover {
  text-decoration: underline;
}
.tag1 {
  font-size: 8px;
}
.tag2 {
  font-size: 9px;
}
.tag3 {
  font-size: 10px;
}
.tag4 {
  font-size: 11px;
}
.tag5 {
  font-size: 12px;
}
.tag6 {
  font-size: 14px;
}
.tag7 {
  font-size: 15px;
}
.tag8 {
  font-size: 16px;
}
.tag9 {
  font-size: 18px;
}
.tag10 {
  font-size: 20px;
}
#event-form img {
  width: 100%;
}
#event-form a {
  display: block;
  background: #b5292e;
  color: #FFF;
  text-align: center;
  width: 100%;
  padding: 5px 10px;
  font-size: 13px;
}
.clearfix {
  clear: both;
}
textarea.form-control {
  height: 100px;
}
.event-form-container {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}
.events-table tr td:first-child, .events-table tr th:first-child {
  width: 50px;
  text-align: right;
}
#event-details {
  padding: 20px;
  background: #eeeeee;
  display: none;
}
#event-details h2 {
  padding: 0;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #93000e;
}
#event-details .info {
  font-size: 13px;
  margin-bottom: 5px;
}
#event-details .info span {
  font-weight: 600;
}
#event-details img.poster {
  width: 100%;
}
#event-details .btn {
  margin-top: 10px;
}
#contrast {
  display: inline;
  float: right;
  line-height: 34px;
  margin-left: 10px;
  font-size: 20px;
}
#contrast a {
  color: #b5292e;
}
ul.bjqs-controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
#google-map {
  height: 300px;
  margin-bottom: 30px;
}
.files li {
  margin: 5px 0;
}
.event-entry {
  border-bottom: 1px solid #ccc;
  height: 240px;
  margin-bottom: 20px;
}
.event-entry:after {
  clear: both;
  content: '';
  display: block;
}
.event-entry img {
  width: 100%;
  max-height: 210px;
}
.event-entry a.title {
  color: #1851a1;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
.event-entry a.title:hover {
  color: #b5292e
}

@media (min-width: 768px) {
  #menu.fixed {
    top: 0px;
    z-index: 400;
    width: 100%;
    position: fixed;
    border-bottom: 1px solid #231f20;
    background: #b5292e;
  }
  .row-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
  }
  .row-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
  }
  div.jqi .jqititle {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  #top-first #logo-ck {
    text-align: center;
  }
  #top-first #logo-podkarpackie {
    text-align: center;
  }
  #top-second #logo-bmk img {
    height: auto;
    width: 100%;
  }
  #top-second #logo-pek {
    position: static;
  }
  #top-second #logo-pek a {
    position: static;
    text-align: center;
    margin-top: 20px;
  }
  #menu #menu-container-1 > ul > li {
    display: block;
    position: static;
  }
  #menu #menu-container-1 > ul > li > a {
    text-align: center;
    position: static;
    padding: 7px 20px;
    border-bottom: 1px solid #6D0000;
    font-size: 13px;
  }
  #menu #menu-container-1 > ul > li.active > ul {
    position: static;
  }
  #menu #menu-container-1 > ul > li.active > ul > li > a {
    text-align: center;
    border-bottom: 1px solid #424242;
  }
  #banners-container {
    display: none;
  }
  #event-details h2 {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #menu #menu-container-1 > ul > li > a {
    padding: 10px 16px;
    font-size: 13px;
  }
  #calendar-container .panel-heading {
    font-size: 12px;
  }
  #calendar-container .panel-heading .col-xs-4 {
    padding: 0 5px;
  }
}