@font-face {
  font-family: "Elaine Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Elaine Sans"), url("../fonts/hinted-ElaineSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "Elaine Sans";
  font-style: italic;
  font-weight: 400;
  src: local("Elaine Sans"), url("../fonts/hinted-ElaineSans-Italic.woff") format("woff");
}
@font-face {
  font-family: "Elaine Sans";
  font-style: normal;
  font-weight: 250;
  src: local("Elaine Sans"), url("../fonts/hinted-ElaineSans-Thin.woff") format("woff");
}
@font-face {
  font-family: "Elaine Sans";
  font-style: italic;
  font-weight: 250;
  src: local("Elaine Sans"), url("../fonts/hinted-ElaineSans-ThinItalic.woff") format("woff");
}
@font-face {
  font-family: "Elaine Sans";
  font-style: normal;
  font-weight: 275;
  src: local("Elaine Sans"), url("../fonts/hinted-ElaineSans-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Elaine Sans";
  font-style: italic;
  font-weight: 275;
  src: local("Elaine Sans"), url("../fonts/hinted-ElaineSans-ExtraLightItalic.woff") format("woff");
}
@font-face {
  font-family: "Elaine Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Elaine Sans"), url("../fonts/hinted-ElaineSans-Light.woff") format("woff");
}
@font-face {
  font-family: "Elaine Sans";
  font-style: italic;
  font-weight: 300;
  src: local("Elaine Sans"), url("../fonts/hinted-ElaineSans-LightItalic.woff") format("woff");
}
@font-face {
  font-family: "Elaine Sans";
  font-style: normal;
  font-weight: 500;
  src: local("Elaine Sans"), url("../fonts/hinted-ElaineSans-Medium.woff") format("woff");
}
@font-face {
  font-family: "Elaine Sans";
  font-style: italic;
  font-weight: 500;
  src: local("Elaine Sans"), url("../fonts/hinted-ElaineSans-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "Elaine Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Elaine Sans"), url("../fonts/hinted-ElaineSans-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Elaine Sans";
  font-style: italic;
  font-weight: 600;
  src: local("Elaine Sans"), url("../fonts/hinted-ElaineSans-SemiBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Elaine Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Elaine Sans"), url("../fonts/hinted-ElaineSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "Elaine Sans";
  font-style: italic;
  font-weight: 700;
  src: local("Elaine Sans"), url("../fonts/hinted-ElaineSans-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Elaine Sans";
  font-style: normal;
  font-weight: 800;
  src: local("Elaine Sans"), url("../fonts/hinted-ElaineSans-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Elaine Sans";
  font-style: italic;
  font-weight: 800;
  src: local("Elaine Sans"), url("../fonts/hinted-ElaineSans-ExtraBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Elaine Sans";
  font-style: normal;
  font-weight: 900;
  src: local("Elaine Sans"), url("../fonts/hinted-ElaineSans-Black.woff") format("woff");
}
@font-face {
  font-family: "Elaine Sans";
  font-style: italic;
  font-weight: 900;
  src: local("Elaine Sans"), url("../fonts/hinted-ElaineSans-BlackItalic.woff") format("woff");
}
a:focus, button:focus, fieldset:focus, label:focus, input:focus, textarea:focus, select:focus, option:focus, .form-control:focus, img:focus {
  outline: 2px solid #ff0016 !important;
}

.visually-hidden, .sr-only {
  background-color: #fff;
  color: #000;
}

.form-horizontal .form-checkbox-rtl .control-label {
  text-align: unset;
}

.required {
  color: #ff0016;
}

.form-field-required .control-label label::after {
  color: #ff0016;
  content: "*";
}

.consents .form-field-required .control-label label::after {
  content: "";
}
.consents .form-field-required .control-label label p::before {
  color: #ff0016;
  content: "* ";
}

.has-error {
  background-color: #ff0016;
}
.has-error label {
  color: #fff;
}

body {
  font-family: "Elaine Sans", sans-serif !important;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: #1e1f29;
}

.hidden {
  display: none !important;
}

.container-fluid {
  max-width: 1903px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
}

h1, .h1 {
  font-size: 44px;
}

h2, .h2 {
  font-size: 40px;
}

h3, .h3 {
  font-size: 20px;
  color: #000;
}

table td {
  border-width: 1px;
}

.text-blue {
  color: #169fdb;
}

a {
  color: #169fdb;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #01609d;
  text-decoration: underline;
}

.btn-primary, .btn-secondary, .btn-default, .btn-success {
  height: 44px;
  border-radius: 38px;
  border: 3px solid #169fdb;
  background: #fff url("../img/d-bows-s-blue.png") no-repeat left center;
  font-weight: 500;
  font-size: 18px;
  color: #030303;
  padding: 6px 66px;
  transition: all 0.5s ease;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-default:hover, .btn-default:active, .btn-default:focus, .btn-success:hover, .btn-success:active, .btn-success:focus {
  border-color: #169fdb;
  background-color: #169fdb;
  background-image: url("../img/d-bows-s-white.png");
  color: #fff;
  text-decoration: none;
}

.component-paginator {
  padding-top: 9px;
  margin-bottom: 70px;
  float: right;
}
.component-paginator .pagination {
  margin: 0;
}
.component-paginator .pagination li:not(:first-child) {
  margin-left: 11px;
}
.component-paginator .pagination li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #000;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  line-height: 36px;
  color: #030303;
  text-decoration: none;
  transition: all 0.5s ease;
}
.component-paginator .pagination li a:hover, .component-paginator .pagination li a:active, .component-paginator .pagination li a:focus {
  background-color: #f5f5f5;
}
.component-paginator .pagination li.active a {
  background-color: #01609d;
  border-color: #01609d;
  color: #fff;
  cursor: default;
}

.gdprcookie {
  font-size: 16px !important;
  padding: 1.5rem !important;
  background-color: #1e1f29 !important;
  border: none !important;
  max-height: 70% !important;
}
.gdprcookie h1 {
  font-size: 32px !important;
  color: #fff !important;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.5rem !important;
}
.gdprcookie h2 {
  font-size: 20px !important;
  color: #fff !important;
  font-weight: 600;
  margin-bottom: 0.5rem !important;
}
.gdprcookie ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0.5rem !important;
}
.gdprcookie ul li {
  display: flex;
  align-items: flex-start !important;
}
.gdprcookie ul li input[type=checkbox] {
  margin-right: 0.5rem !important;
}
.gdprcookie ul li label {
  margin-bottom: 0.5rem;
}
.gdprcookie button {
  color: #fff !important;
  padding: 0.625rem 1.73rem !important;
  border: 2px solid #fff !important;
  border-radius: 25px !important;
  margin: 0 0.5rem !important;
  background-color: transparent !important;
}
.gdprcookie button.accept {
  background-color: #169fdb !important;
}
.gdprcookie button:disabled {
  background-color: #f2f2f2 !important;
  color: #1e1f29 !important;
  cursor: not-allowed;
}

@media (max-width: 1399.98px) {
  .gdprcookie {
    top: 10% !important;
    max-width: 85% !important;
    max-height: 85% !important;
  }
}
@media (max-width: 1199.98px) {
  .gdprcookie {
    top: 8% !important;
    max-width: 90% !important;
    max-height: 90% !important;
  }
  .gdprcookie h1 {
    font-size: 28px !important;
  }
}
@media (max-width: 991.98px) {
  .gdprcookie {
    top: 10% !important;
    max-width: 85% !important;
    max-height: 85% !important;
  }
  .gdprcookie h1 {
    font-size: 32px !important;
  }
}
@media (max-width: 767.98px) {
  .gdprcookie {
    font-size: 12px !important;
    top: 12% !important;
  }
  .gdprcookie h1 {
    font-size: 20px !important;
  }
  .gdprcookie h2 {
    font-size: 16px !important;
  }
}
@media (max-width: 575.98px) {
  .gdprcookie {
    max-width: 94% !important;
    max-height: 87% !important;
    padding: 0.75rem !important;
  }
  .gdprcookie h1 {
    font-size: 16px !important;
  }
  .gdprcookie h2 {
    font-size: 14px !important;
  }
  .gdprcookie p {
    margin-bottom: 0.5rem;
  }
  .gdprcookie ul {
    margin-bottom: 0 !important;
  }
  .gdprcookie button {
    padding: 0.5rem 1rem !important;
  }
}
#skip-links {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 50;
}
#skip-links a {
  background-color: #1e1f29;
  color: #fff;
  padding: 12px;
  display: inline-block;
  position: absolute;
  left: -10000px;
  top: 2px;
}
#skip-links a:focus {
  position: relative;
  left: 2px;
}

#lange-change {
  top: 12px;
  right: 12px;
  z-index: 999;
}
#lange-change .btn-outline-dark {
  color: #1e1f29;
  border-color: #000;
  border-radius: 24px;
  padding: 6px 24px;
}
#lange-change .btn-outline-dark:hover, #lange-change .btn-outline-dark:active, #lange-change .btn-outline-dark:focus {
  color: #fff;
}

.project_ngo_starachowice #lange-change {
  display: none;
}

header {
  padding-top: 35px;
}
header #header-logo-row {
  margin-bottom: 40px;
}
header #header-vortals-row {
  margin-bottom: 75px;
}

@media (max-width: 767.98px) {
  #lange-change .btn-otline-dark {
    padding: 3px 12px;
  }
  header #header-logo-row {
    margin-bottom: 30px;
  }
  header #header-logo-row #header-logo-col .img-fluid {
    max-height: 94px;
  }
  header #header-menu-col {
    height: 0;
  }
  header #header-icons-col {
    display: none;
  }
  header #header-vortals-row {
    margin-bottom: 0;
  }
}
.component-menu-horizontal {
  margin-bottom: 50px;
  padding: 0 !important;
}
.component-menu-horizontal li {
  padding: 0 12px;
}
.component-menu-horizontal li:first-child {
  padding-left: 0;
}
.component-menu-horizontal li:last-child {
  padding-right: 0;
}
.component-menu-horizontal li .nav-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #030303 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 9px 0 !important;
  transition: all 0.5s ease;
}
.component-menu-horizontal li .nav-link:hover, .component-menu-horizontal li .nav-link:active, .component-menu-horizontal li .nav-link:focus {
  color: #01609d !important;
}

.component-menu-icons-horizontal {
  margin-bottom: 50px;
  overflow: hidden;
}
.component-menu-icons-horizontal ul {
  margin: 0;
  float: right;
}
.component-menu-icons-horizontal ul .component-item {
  float: left;
  height: 47px;
}
.component-menu-icons-horizontal ul .component-item:not(:last-child) {
  margin-right: 20px;
}
.component-menu-icons-horizontal ul .component-item a {
  height: 47px;
  display: inline-block;
  background: transparent url("../img/l-ue-bw.png") no-repeat center center;
}
.component-menu-icons-horizontal ul .component-item a.l-ue-bw {
  width: 56px;
}
.component-menu-icons-horizontal ul .component-item a.l-ng-bw-s {
  width: 42px;
  background-image: url("../img/l-ng-bw-s.png");
}
.component-menu-icons-horizontal ul .component-item a.l-bip-bw {
  width: 37px;
  background-image: url("../img/l-bip-bw.png");
}
.component-menu-icons-horizontal ul .component-item a.l-bip-color {
  width: 40px;
  background-image: url("../img/l-bip-color.png");
}
.component-menu-icons-horizontal ul .component-item a.l-fb-bw {
  width: 16px;
  background-image: url("../img/l-fb-bw.png");
}
.component-menu-icons-horizontal ul .component-item a.l-ig-bw {
  width: 29px;
  background-image: url("../img/l-ig-bw.png");
}
.component-menu-icons-horizontal ul .component-item a.l-yt-bw {
  width: 28px;
  background-image: url("../img/l-yt-bw.png");
}

.component-buttons-menu ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.component-buttons-menu ul a {
  display: block;
  height: 75px;
  border-radius: 38px;
  border: 4px solid #169fdb;
  background: #fff url("../img/d-bows-m-blue.png") no-repeat center left;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #030303;
  padding-top: 13px;
  transition: all 0.5s ease;
}
.component-buttons-menu ul a:hover, .component-buttons-menu ul a:active, .component-buttons-menu ul a:focus {
  background-color: #169fdb;
  background-image: url("../img/d-bows-m-white.png") !important;
  color: #fff;
  text-decoration: none;
}
.component-buttons-menu ul a.btn-green {
  border-color: #76b82a;
  background-image: url("../img/d-bows-m-green.png");
}
.component-buttons-menu ul a.btn-green:hover, .component-buttons-menu ul a.btn-green:active, .component-buttons-menu ul a.btn-green:focus {
  background-color: #76b82a;
}
.component-buttons-menu ul a.btn-orange {
  border-color: #f7a70a;
  background-image: url("../img/d-bows-m-orange.png");
}
.component-buttons-menu ul a.btn-orange:hover, .component-buttons-menu ul a.btn-orange:active, .component-buttons-menu ul a.btn-orange:focus {
  background-color: #f7a70a;
}

#main-tales-row {
  border-radius: 0 332px 332px 0;
  background: #f2f2f2 url("../img/d-bows-l-white.png") no-repeat left top;
  padding: 60px 0 50px 60px;
  margin: 0 60px 75px 0;
}
#main-tales-row .component-head h2 {
  background: transparent url("../img/d-tag-denim.png") no-repeat left center;
  padding-left: 55px;
  margin-bottom: 35px;
}
#main-tales-row ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
#main-tales-row ul li {
  padding-bottom: 35px;
}
#main-tales-row ul li a {
  display: block;
  height: 228px;
  border-radius: 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center 23px;
  padding: 160px 8px 0 8px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  line-height: 1.25;
  text-transform: uppercase;
  color: #000;
  transition: all 0.5s ease;
}
#main-tales-row ul li a:hover, #main-tales-row ul li a:active, #main-tales-row ul li a:focus {
  background-color: #01609d;
  color: #fff;
  text-decoration: none;
}
#main-tales-row ul li a.p-architektura {
  background-image: url("../img/p-architektura-black.png");
}
#main-tales-row ul li a.p-architektura:hover, #main-tales-row ul li a.p-architektura:active, #main-tales-row ul li a.p-architektura:focus {
  background-image: url("../img/p-architektura-white.png");
}
#main-tales-row ul li a.p-bezpieczenstwo {
  background-image: url("../img/p-bezpieczenstwo-black.png");
}
#main-tales-row ul li a.p-bezpieczenstwo:hover, #main-tales-row ul li a.p-bezpieczenstwo:active, #main-tales-row ul li a.p-bezpieczenstwo:focus {
  background-image: url("../img/p-bezpieczenstwo-white.png");
}
#main-tales-row ul li a.p-biret {
  background-image: url("../img/p-biret-black.png");
}
#main-tales-row ul li a.p-biret:hover, #main-tales-row ul li a.p-biret:active, #main-tales-row ul li a.p-biret:focus {
  background-image: url("../img/p-biret-white.png");
}
#main-tales-row ul li a.p-budynki {
  background-image: url("../img/p-budynki-black.png");
}
#main-tales-row ul li a.p-budynki:hover, #main-tales-row ul li a.p-budynki:active, #main-tales-row ul li a.p-budynki:focus {
  background-image: url("../img/p-budynki-white.png");
}
#main-tales-row ul li a.p-budzet {
  background-image: url("../img/p-budzet-black.png");
}
#main-tales-row ul li a.p-budzet:hover, #main-tales-row ul li a.p-budzet:active, #main-tales-row ul li a.p-budzet:focus {
  background-image: url("../img/p-budzet-white.png");
}
#main-tales-row ul li a.p-budzet-eko {
  background-image: url("../img/p-budzet-eko-black.png");
}
#main-tales-row ul li a.p-budzet-eko:hover, #main-tales-row ul li a.p-budzet-eko:active, #main-tales-row ul li a.p-budzet-eko:focus {
  background-image: url("../img/p-budzet-eko-white.png");
}
#main-tales-row ul li a.p-dzieci {
  background-image: url("../img/p-dzieci-black.png");
}
#main-tales-row ul li a.p-dzieci:hover, #main-tales-row ul li a.p-dzieci:active, #main-tales-row ul li a.p-dzieci:focus {
  background-image: url("../img/p-dzieci-white.png");
}
#main-tales-row ul li a.p-edukacja {
  background-image: url("../img/p-edukacja-black.png");
}
#main-tales-row ul li a.p-edukacja:hover, #main-tales-row ul li a.p-edukacja:active, #main-tales-row ul li a.p-edukacja:focus {
  background-image: url("../img/p-edukacja-white.png");
}
#main-tales-row ul li a.p-emisja {
  background-image: url("../img/p-emisja-black.png");
}
#main-tales-row ul li a.p-emisja:hover, #main-tales-row ul li a.p-emisja:active, #main-tales-row ul li a.p-emisja:focus {
  background-image: url("../img/p-emisja-white.png");
}
#main-tales-row ul li a.p-geodezja {
  background-image: url("../img/p-geodezja-black.png");
}
#main-tales-row ul li a.p-geodezja:hover, #main-tales-row ul li a.p-geodezja:active, #main-tales-row ul li a.p-geodezja:focus {
  background-image: url("../img/p-geodezja-white.png");
}
#main-tales-row ul li a.p-gospodarka {
  background-image: url("../img/p-gospodarka-black.png");
}
#main-tales-row ul li a.p-gospodarka:hover, #main-tales-row ul li a.p-gospodarka:active, #main-tales-row ul li a.p-gospodarka:focus {
  background-image: url("../img/p-gospodarka-white.png");
}
#main-tales-row ul li a.p-infrastruktura {
  background-image: url("../img/p-infrastruktura-black.png");
}
#main-tales-row ul li a.p-infrastruktura:hover, #main-tales-row ul li a.p-infrastruktura:active, #main-tales-row ul li a.p-infrastruktura:focus {
  background-image: url("../img/p-infrastruktura-white.png");
}
#main-tales-row ul li a.p-inicjatywy {
  background-image: url("../img/p-inicjatywy-black.png");
}
#main-tales-row ul li a.p-inicjatywy:hover, #main-tales-row ul li a.p-inicjatywy:active, #main-tales-row ul li a.p-inicjatywy:focus {
  background-image: url("../img/p-inicjatywy-white.png");
}
#main-tales-row ul li a.p-jakosc {
  background-image: url("../img/p-jakosc-black.png");
}
#main-tales-row ul li a.p-jakosc:hover, #main-tales-row ul li a.p-jakosc:active, #main-tales-row ul li a.p-jakosc:focus {
  background-image: url("../img/p-jakosc-white.png");
}
#main-tales-row ul li a.p-kolej {
  background-image: url("../img/p-kolej-black.png");
}
#main-tales-row ul li a.p-kolej:hover, #main-tales-row ul li a.p-kolej:active, #main-tales-row ul li a.p-kolej:focus {
  background-image: url("../img/p-kolej-white.png");
}
#main-tales-row ul li a.p-komunikacja {
  background-image: url("../img/p-komunikacja-black.png");
}
#main-tales-row ul li a.p-komunikacja:hover, #main-tales-row ul li a.p-komunikacja:active, #main-tales-row ul li a.p-komunikacja:focus {
  background-image: url("../img/p-komunikacja-white.png");
}
#main-tales-row ul li a.p-konkursy-i {
  background-image: url("../img/p-konkursy-i-black.png");
}
#main-tales-row ul li a.p-konkursy-i:hover, #main-tales-row ul li a.p-konkursy-i:active, #main-tales-row ul li a.p-konkursy-i:focus {
  background-image: url("../img/p-konkursy-i-white.png");
}
#main-tales-row ul li a.p-konkursy-m {
  background-image: url("../img/p-konkursy-m-black.png");
}
#main-tales-row ul li a.p-konkursy-m:hover, #main-tales-row ul li a.p-konkursy-m:active, #main-tales-row ul li a.p-konkursy-m:focus {
  background-image: url("../img/p-konkursy-m-white.png");
}
#main-tales-row ul li a.p-konsultacje {
  background-image: url("../img/p-konsultacje-black.png");
}
#main-tales-row ul li a.p-konsultacje:hover, #main-tales-row ul li a.p-konsultacje:active, #main-tales-row ul li a.p-konsultacje:focus {
  background-image: url("../img/p-konsultacje-white.png");
}
#main-tales-row ul li a.p-kultura {
  background-image: url("../img/p-kultura-black.png");
}
#main-tales-row ul li a.p-kultura:hover, #main-tales-row ul li a.p-kultura:active, #main-tales-row ul li a.p-kultura:focus {
  background-image: url("../img/p-kultura-white.png");
}
#main-tales-row ul li a.p-nabor {
  background-image: url("../img/p-nabor-black.png");
}
#main-tales-row ul li a.p-nabor:hover, #main-tales-row ul li a.p-nabor:active, #main-tales-row ul li a.p-nabor:focus {
  background-image: url("../img/p-nabor-white.png");
}
#main-tales-row ul li a.p-nieruchomosci {
  background-image: url("../img/p-nieruchomosci-black.png");
}
#main-tales-row ul li a.p-nieruchomosci:hover, #main-tales-row ul li a.p-nieruchomosci:active, #main-tales-row ul li a.p-nieruchomosci:focus {
  background-image: url("../img/p-nieruchomosci-white.png");
}
#main-tales-row ul li a.p-ochrona {
  background-image: url("../img/p-ochrona-black.png");
}
#main-tales-row ul li a.p-ochrona:hover, #main-tales-row ul li a.p-ochrona:active, #main-tales-row ul li a.p-ochrona:focus {
  background-image: url("../img/p-ochrona-white.png");
}
#main-tales-row ul li a.p-odpady {
  background-image: url("../img/p-odpady-black.png");
}
#main-tales-row ul li a.p-odpady:hover, #main-tales-row ul li a.p-odpady:active, #main-tales-row ul li a.p-odpady:focus {
  background-image: url("../img/p-odpady-white.png");
}
#main-tales-row ul li a.p-ogrody {
  background-image: url("../img/p-ogrody-black.png");
}
#main-tales-row ul li a.p-ogrody:hover, #main-tales-row ul li a.p-ogrody:active, #main-tales-row ul li a.p-ogrody:focus {
  background-image: url("../img/p-ogrody-white.png");
}
#main-tales-row ul li a.p-organizacje {
  background-image: url("../img/p-organizacje-black.png");
}
#main-tales-row ul li a.p-organizacje:hover, #main-tales-row ul li a.p-organizacje:active, #main-tales-row ul li a.p-organizacje:focus {
  background-image: url("../img/p-organizacje-white.png");
}
#main-tales-row ul li a.p-podatek {
  background-image: url("../img/p-podatek-black.png");
}
#main-tales-row ul li a.p-podatek:hover, #main-tales-row ul li a.p-podatek:active, #main-tales-row ul li a.p-podatek:focus {
  background-image: url("../img/p-podatek-white.png");
}
#main-tales-row ul li a.p-pomoc {
  background-image: url("../img/p-pomoc-black.png");
}
#main-tales-row ul li a.p-pomoc:hover, #main-tales-row ul li a.p-pomoc:active, #main-tales-row ul li a.p-pomoc:focus {
  background-image: url("../img/p-pomoc-white.png");
}
#main-tales-row ul li a.p-poradniki {
  background-image: url("../img/p-poradniki-black.png");
}
#main-tales-row ul li a.p-poradniki:hover, #main-tales-row ul li a.p-poradniki:active, #main-tales-row ul li a.p-poradniki:focus {
  background-image: url("../img/p-poradniki-white.png");
}
#main-tales-row ul li a.p-powietrze {
  background-image: url("../img/p-powietrze-black.png");
}
#main-tales-row ul li a.p-powietrze:hover, #main-tales-row ul li a.p-powietrze:active, #main-tales-row ul li a.p-powietrze:focus {
  background-image: url("../img/p-powietrze-white.png");
}
#main-tales-row ul li a.p-programy {
  background-image: url("../img/p-programy-black.png");
}
#main-tales-row ul li a.p-programy:hover, #main-tales-row ul li a.p-programy:active, #main-tales-row ul li a.p-programy:focus {
  background-image: url("../img/p-programy-white.png");
}
#main-tales-row ul li a.p-rodzina {
  background-image: url("../img/p-rodzina-black.png");
}
#main-tales-row ul li a.p-rodzina:hover, #main-tales-row ul li a.p-rodzina:active, #main-tales-row ul li a.p-rodzina:focus {
  background-image: url("../img/p-rodzina-white.png");
}
#main-tales-row ul li a.p-rower {
  background-image: url("../img/p-rower-black.png");
}
#main-tales-row ul li a.p-rower:hover, #main-tales-row ul li a.p-rower:active, #main-tales-row ul li a.p-rower:focus {
  background-image: url("../img/p-rower-white.png");
}
#main-tales-row ul li a.p-rozwoj {
  background-image: url("../img/p-rozwoj-black.png");
}
#main-tales-row ul li a.p-rozwoj:hover, #main-tales-row ul li a.p-rozwoj:active, #main-tales-row ul li a.p-rozwoj:focus {
  background-image: url("../img/p-rozwoj-white.png");
}
#main-tales-row ul li a.p-seniorzy {
  background-image: url("../img/p-seniorzy-black.png");
}
#main-tales-row ul li a.p-seniorzy:hover, #main-tales-row ul li a.p-seniorzy:active, #main-tales-row ul li a.p-seniorzy:focus {
  background-image: url("../img/p-seniorzy-white.png");
}
#main-tales-row ul li a.p-sport {
  background-image: url("../img/p-sport-black.png");
}
#main-tales-row ul li a.p-sport:hover, #main-tales-row ul li a.p-sport:active, #main-tales-row ul li a.p-sport:focus {
  background-image: url("../img/p-sport-white.png");
}
#main-tales-row ul li a.p-turysta {
  background-image: url("../img/p-turysta-black.png");
}
#main-tales-row ul li a.p-turysta:hover, #main-tales-row ul li a.p-turysta:active, #main-tales-row ul li a.p-turysta:focus {
  background-image: url("../img/p-turysta-white.png");
}
#main-tales-row ul li a.p-turystyka {
  background-image: url("../img/p-turystyka-black.png");
}
#main-tales-row ul li a.p-turystyka:hover, #main-tales-row ul li a.p-turystyka:active, #main-tales-row ul li a.p-turystyka:focus {
  background-image: url("../img/p-turystyka-white.png");
}
#main-tales-row ul li a.p-zakupy {
  background-image: url("../img/p-zakupy-black.png");
}
#main-tales-row ul li a.p-zakupy:hover, #main-tales-row ul li a.p-zakupy:active, #main-tales-row ul li a.p-zakupy:focus {
  background-image: url("../img/p-zakupy-white.png");
}
#main-tales-row ul li a.p-zdrowie {
  background-image: url("../img/p-zdrowie-black.png");
}
#main-tales-row ul li a.p-zdrowie:hover, #main-tales-row ul li a.p-zdrowie:active, #main-tales-row ul li a.p-zdrowie:focus {
  background-image: url("../img/p-zdrowie-white.png");
}

.component-menu-vertical .component-wrapper {
  margin-bottom: 40px;
}
.component-menu-vertical .component-wrapper .component-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.component-menu-vertical .component-wrapper .component-content ul .component-item:not(:last-child) {
  padding-bottom: 16px;
}
.component-menu-vertical .component-wrapper .component-content ul .component-item a {
  font-size: 16px;
  color: #000;
}

.component-bottom-menu .component-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.component-bottom-menu .component-wrapper ul .component-item {
  float: left;
  line-height: 1;
}
.component-bottom-menu .component-wrapper ul .component-item a {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}
.component-bottom-menu .component-wrapper ul .component-item + .component-item:before {
  content: "|";
  color: #000;
  padding: 0 14px 0 20px;
}

@media (max-width: 1399.98px) {
  .component-buttons-menu ul a {
    font-size: 22px;
    padding-top: 16px;
  }
  #main-tales-row {
    background-image: none;
    padding-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .component-menu-horizontal {
    margin: 0;
  }
  .component-menu-horizontal .navbar-toggler {
    position: absolute;
    top: -160px;
    right: 0;
    padding: 0;
    border: none;
  }
  .component-menu-horizontal .navbar-toggler .navbar-toggler-icon {
    width: 32px;
    height: 32px;
    background-image: url("../img/i-menu.png");
  }
  .component-menu-horizontal .navbar-collapse {
    position: absolute;
    top: -98px;
    z-index: 999;
    width: 100%;
    border-radius: 40px 0 0 40px;
    background-color: #169fdb;
    padding: 92px 48px;
  }
  .component-menu-horizontal .navbar-collapse li {
    padding: 0 0 51px 0;
  }
  .component-menu-horizontal .navbar-collapse li:last-child {
    padding: 0;
  }
  .component-menu-horizontal .navbar-collapse li .nav-link {
    font-size: 20px;
    text-align: left;
    justify-content: left;
    padding: 0 !important;
  }
  .component-menu-horizontal .navbar-collapse li .nav-link:hover, .component-menu-horizontal .navbar-collapse li .nav-link:active, .component-menu-horizontal .navbar-collapse li .nav-link:focus {
    color: #030303 !important;
  }
  .component-buttons-menu ul li a {
    height: 43px;
    border-radius: 24px;
    border-width: 3px;
    background-size: contain;
    background-position-x: -1px;
    font-size: 20px;
    line-height: 37px;
    padding: 0;
    margin: 0 24px 10px 24px;
  }
  .component-buttons-menu ul li:last-child a {
    margin-bottom: 0;
  }
  #main-tales-row {
    border-radius: 60px;
    background-image: url("../img/d-bows-ml-white.png");
    background-position-y: bottom;
    padding: 52px 0 97px 0;
    margin-bottom: 56px;
  }
  #main-tales-row .component-head h2 {
    margin-bottom: 25px;
  }
  #main-tales-row ul li {
    padding-bottom: 8px;
  }
  #main-tales-row ul li a {
    height: 174px;
    background-position-y: 18px;
    padding-top: 118px;
    font-size: 12px;
    background-size: 88px;
  }
  #main-tales-row ul li a.p-poradniki {
    background-size: 61px;
  }
  #main-tales-row ul li a.p-turystyka {
    background-size: 69px;
  }
  #main-tales-row ul li a.p-kolej, #main-tales-row ul li a.p-konkursy-i, #main-tales-row ul li a.p-zdrowie {
    background-size: 73px;
  }
  #main-tales-row ul li a.p-geodezja, #main-tales-row ul li a.p-programy {
    background-size: 75px;
  }
  #main-tales-row ul li a.p-ogrody {
    background-size: 82px;
  }
  #main-tales-row ul li a.p-architektura, #main-tales-row ul li a.p-kultura, #main-tales-row ul li a.p-nieruchomosci, #main-tales-row ul li a.p-sport {
    background-size: 84px;
  }
  #main-tales-row ul li a.p-zakupy {
    background-size: 85px;
  }
  #main-tales-row ul li a.p-budzet, #main-tales-row ul li a.p-organizacje {
    background-size: 87px;
  }
  #main-tales-row ul li a.p-bezpieczenstwo, #main-tales-row ul li a.p-dzieci, #main-tales-row ul li a.p-inicjatywy, #main-tales-row ul li a.p-rower {
    background-size: 90px;
  }
  #main-tales-row ul li a.p-konkursy-m {
    background-size: 91px;
  }
  #main-tales-row ul li a.p-odpady {
    background-size: 92px;
  }
  #main-tales-row ul li a.p-jakosc, #main-tales-row ul li a.p-podatek {
    background-size: 93px;
  }
  #main-tales-row ul li a.p-nabor, #main-tales-row ul li a.p-ochrona {
    background-size: 96px;
  }
  #main-tales-row ul li a.p-powietrze {
    background-size: 105px;
  }
  #main-tales-row ul li a.p-emisja {
    background-size: 107px;
  }
  #main-tales-row ul li a.p-budynki {
    background-size: 110px;
  }
  #main-tales-row ul li a.p-budzet-eko {
    background-size: 114px;
  }
  #main-tales-row ul li a.p-biret, #main-tales-row ul li a.p-edukacja {
    background-size: 118px;
  }
  .component-bottom-menu .component-wrapper ul .component-item {
    width: 100%;
    text-align: center;
  }
  .component-bottom-menu .component-wrapper ul .component-item:not(:last-child) {
    margin-bottom: 18px;
  }
  .component-bottom-menu .component-wrapper ul .component-item + .component-item:before {
    display: none;
  }
  .component-bottom-menu .component-wrapper ul .component-item a {
    text-transform: none;
  }
}
#main-search {
  padding-top: 50px;
}
#main-search .form-group {
  margin: 0 !important;
  padding: 4px 12px;
  border-radius: 24px;
  border: 1px solid #000;
}
#main-search .form-group #search-term {
  font-size: 14px;
  color: #1e1f29;
  border: none;
}
#main-search .form-group .btn-light {
  background: transparent;
  padding: 6px;
  border: none;
}

.page-results {
  background-image: none !important;
}
.page-results .container {
  padding: 0;
}
.page-results .container .component-wrapper {
  overflow: hidden;
}
.page-results .container .component-wrapper .component-head h1 {
  background: transparent url("../img/d-tag-blue.png") no-repeat left 11px;
  padding-left: 62px;
  margin-bottom: 20px;
}
.page-results .container .component-wrapper .component-content {
  height: auto;
  background-color: transparent !important;
  box-shadow: none !important;
}
.page-results .container .component-wrapper .component-content ol {
  margin-bottom: 0;
}
.page-results .container .component-wrapper .component-content ol a {
  font-size: 24px;
  font-weight: 600;
}
.page-results .container .component-wrapper .component-content ol .result-item-score {
  margin-left: 4px;
  border-radius: 18px;
  background-color: #fff;
  padding: 6px 12px;
  font-size: 16px;
  border: 1px solid #000;
}
.page-results .container .component-wrapper .component-content ol .component-date-add {
  font-size: 16px;
  padding: 8px 0;
}
.page-results .container .component-wrapper .component-content ol .component-date-add p {
  margin: 0;
}
.page-results .container .component-wrapper .component-content ol .alert-success {
  background-color: #169fdb;
  color: #000;
  border-radius: 15px;
  padding: 0 8px;
}
.page-results .container .component-wrapper .component-content .pull-left {
  padding-top: 9px;
  margin-bottom: 70px;
}
.page-results .container .component-wrapper .component-content .pull-left #results-per-page {
  border-radius: 18px;
  border: 1px solid #000;
  padding: 6px 12px;
  background-color: #fff;
  font-size: 16px;
}

@media (max-width: 1399.98px) {
  .page-results .container .component-wrapper .component-head {
    font-size: 32px;
  }
}
@media (max-width: 1199.98px) {
  #main-search .form-group #search-term {
    width: 360px;
  }
}
@media (max-width: 991.98px) {
  #main-search .form-group #search-term {
    width: 290px;
  }
  .page-results .container .component-wrapper {
    margin-bottom: 1.5rem;
  }
  .page-results .container .component-wrapper .component-head {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  #main-search {
    padding-top: 19px;
  }
}
footer #footer-contact-row {
  border-radius: 0 180px 0 0;
  background: #f2f2f2 url("../img/d-bows-l-blue.png") no-repeat left bottom;
  padding: 35px 0 5px 0;
}
footer #footer-contact-row #footer-contact-col h2 {
  font-weight: 500;
  font-size: 30px;
  color: #000;
  margin-bottom: 10px;
}
footer #footer-contact-row #footer-contact-col address {
  margin-bottom: 0;
}
footer #footer-contact-row #footer-contact-col address p {
  font-size: 16px;
  line-height: 1.45;
  color: #000;
  margin-bottom: 40px;
}
footer #footer-contact-row #footer-contact-col address p a {
  padding-left: 48px;
  color: #000;
  display: inline-block;
}
footer #footer-contact-row #footer-contact-col address p a.i-phone {
  background: transparent url("../img/i-phone.png") no-repeat left center;
  margin-bottom: 10px;
}
footer #footer-contact-row #footer-contact-col address p a.i-fax {
  background: transparent url("../img/i-fax.png") no-repeat left center;
  margin-bottom: 35px;
}
footer #footer-contact-row #footer-contact-col address p a.i-mail {
  background: transparent url("../img/i-mail.png") no-repeat left center;
}
footer #footer-contact-row #footer-menu-col .component-menu-icons-horizontal {
  margin-bottom: 42px;
}
footer #footer-contact-row #footer-menu-col .component-menu-icons-horizontal ul .component-item:not(:last-child) {
  margin-right: 25px;
}
footer #footer-copyright-row {
  background-color: #169fdb;
  padding: 20px 0;
}
footer #footer-copyright-row #footer-copyright-col p {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #030303;
  margin: 0;
}
footer #footer-project-row {
  padding: 24px 0 55px 0;
}
footer #footer-project-row #footer-slogan-col p {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  padding-top: 18px;
  margin: 0;
}
footer #footer-project-row #footer-slogan-col p .text-green {
  color: #20d17f;
}
footer #footer-project-row #footer-slogan-col p .text-red {
  color: #ff0016;
}
footer #footer-project-row #footer-slogan-col p .text-blue {
  color: #003096;
}

@media (max-width: 1399.98px) {
  footer #footer-contact-row {
    background-image: none;
  }
  footer #footer-copyright-row #footer-copyright-col p {
    font-size: 14px;
    padding-top: 5px;
  }
}
@media (max-width: 767.98px) {
  footer #footer-contact-row {
    border-radius: 0 60px 0 0;
    background-image: url("../img/d-bows-ml-blue.png");
    padding-bottom: 60px;
  }
  footer #footer-contact-row #footer-contact-col address p:nth-child(2) a {
    padding-left: 36px;
  }
  footer #footer-contact-row #footer-contact-col address p:nth-child(2) a.i-phone {
    margin-bottom: 17px;
    float: left;
    width: 50%;
  }
  footer #footer-contact-row #footer-contact-col address p:nth-child(2) a.i-fax {
    margin-bottom: 17px;
  }
  footer #footer-contact-row #footer-contact-col address p:nth-child(2) br:first-of-type {
    display: none;
  }
  footer #footer-contact-row #footer-menu-col .component-menu-icons-horizontal ul .component-item {
    margin: 0 !important;
    width: 100%;
    text-align: left;
  }
  footer #footer-contact-row #footer-menu-col .component-menu-icons-horizontal ul .component-item a {
    width: 40px !important;
  }
  footer #footer-copyright-row #footer-copyright-col p {
    text-align: center;
    margin-bottom: 22px;
  }
  footer #footer-project-row {
    text-align: center;
  }
  footer #footer-project-row #footer-logo-col .img-fluid {
    width: 65px;
  }
  footer #footer-project-row #footer-slogan-col p {
    font-size: 12px;
    padding-top: 22px;
    text-align: center;
  }
}
#totopicon {
  bottom: 30px;
  right: 30px;
  width: 3rem;
  height: 3rem;
  line-height: 2.5rem;
  font-size: 2rem;
  background-color: #1e1f29;
  border: 2px solid #fff;
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  #totopicon {
    bottom: 10px;
    right: 10px;
  }
}
.component-page-title {
  background: transparent url("../img/d-tag-blue.png") no-repeat left 11px;
  padding-left: 62px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .component-page-title {
    background-position-y: 4px;
    margin-bottom: 40px;
  }
}
.component-page-meta .component-wrapper ul {
  margin: 0;
}
.component-page-meta .component-wrapper .date-meta {
  font-size: 14px;
  margin-bottom: 24px;
}

.side-content .component-page-meta .component-wrapper {
  padding-left: 111px;
}
.side-content .component-page-meta .component-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.side-content .component-page-meta .component-wrapper ul li {
  margin-bottom: 18px;
}
.side-content .component-page-meta .component-wrapper ul li a {
  background: transparent url("../img/i-print.png") no-repeat left center;
  padding-left: 60px;
  line-height: 39px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.side-content .component-page-meta .component-wrapper ul li a.mail-link {
  background-image: url("../img/i-email.png");
}
.side-content .component-page-meta .component-wrapper ul li a.pdf-link {
  background-image: url("../img/i-file-pdf.png");
  background-position: 4px center;
}

@media (max-width: 767.98px) {
  .component-page-meta .component-wrapper .date-meta {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
.component-breadcrumb .component-wrapper {
  border: 2px solid #1e1f29;
  border-width: 2px 0;
  padding: 1.25rem;
  margin-bottom: 3rem;
}
.component-breadcrumb .component-wrapper .breadcrumb {
  margin: 0;
}
.component-breadcrumb .component-wrapper .breadcrumb li {
  font-weight: 700;
  font-size: 14px;
}
.component-breadcrumb .component-wrapper .breadcrumb li a {
  text-decoration: none;
  color: #1e1f29;
}
.component-breadcrumb .component-wrapper .breadcrumb > li + li:before {
  font-family: FontAwesome;
  content: "\f105";
  padding: 0 12px;
}

@media (max-width: 767.98px) {
  .component-breadcrumb .component-wrapper {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
}
.component-thumbnail .component-wrapper {
  margin-bottom: 110px;
}
.component-thumbnail .component-wrapper img {
  border-radius: 226px;
}

@media (max-width: 767.98px) {
  .component-thumbnail .component-wrapper {
    margin-bottom: 30px;
  }
}
.component-description .component-wrapper {
  margin-bottom: 24px;
}
.component-description .component-wrapper .component-content {
  font-weight: 700;
  color: #169fdb;
}

@media (max-width: 767.98px) {
  .component-description .component-wrapper .component-content {
    font-size: 16px;
  }
}
.component-content-wysiwyg .component-wrapper {
  margin-bottom: 32px;
}
.component-content-wysiwyg .component-wrapper p {
  margin-bottom: 30px;
}
.component-content-wysiwyg .component-wrapper a {
  display: inline-block;
}
.component-content-wysiwyg .component-wrapper a.content-image {
  display: block;
}
.component-content-wysiwyg .component-wrapper img {
  max-width: 100%;
  border-radius: 40px;
  margin: 15px;
}
.component-content-wysiwyg .component-wrapper ol, .component-content-wysiwyg .component-wrapper ul {
  margin-bottom: 30px;
  padding-left: 40px;
}

@media (max-width: 767.98px) {
  .component-content-wysiwyg .component-wrapper {
    margin-bottom: 49px;
  }
  .component-content-wysiwyg .component-wrapper p {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .component-content-wysiwyg .component-wrapper iframe {
    max-width: 100%;
  }
}
.component-gallery {
  margin: 0 !important;
  /* carousel view - slider with thumbs */
  /* nav buttons */
  /* The scroll wrapper is always the same width and height as the containing element (div).
     Overflow is hidden because you don't want to show all of the scrollable area.
  */
}
.component-gallery .component-wrapper {
  margin-bottom: 2rem;
}
.component-gallery .component-wrapper .component-content .makeMeScroll {
  margin: 0 -0.75rem;
}
.component-gallery .component-wrapper .component-content .makeMeScroll .thumbnail {
  width: 33.3333333333%;
  float: left;
  padding: 0.75rem;
}
.component-gallery .component-wrapper .component-content .makeMeScroll .thumbnail img {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 40px;
}
.component-gallery .link-prev,
.component-gallery .link-next {
  display: none;
}
.component-gallery.view-carousel {
  position: relative;
}
.component-gallery.view-carousel .component-wrapper .component-content .makeMeScroll .thumbnail {
  width: auto;
}
.component-gallery.view-carousel .makeMeScroll .slick-arrow:before {
  color: #fff;
  opacity: 0.5;
}
.component-gallery.view-carousel .makeMeScroll .slick-arrow:hover:before, .component-gallery.view-carousel .makeMeScroll .slick-arrow:focus:before {
  opacity: 1;
}
.component-gallery.view-carousel .mask {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.component-gallery.view-carousel .images {
  width: 100%;
  float: left;
  margin: 0;
}
.component-gallery.view-carousel .images .scrollableArea > a {
  float: left;
  margin: 11px;
  background-color: white;
  box-shadow: 0 0 3px #bbb;
}
.component-gallery.view-carousel .images .scrollableArea > a img {
  padding: 8px;
}
.component-gallery .scrollingHotSpotLeft,
.component-gallery .scrollingHotSpotRight {
  opacity: 0;
  color: #fff;
  display: block;
  position: absolute;
  overflow: hidden;
  width: 40px;
  height: 100%;
  text-align: center;
  background: #030303;
  z-index: 99;
}
.component-gallery .scrollingHotSpotLeft .fa,
.component-gallery .scrollingHotSpotRight .fa {
  position: absolute;
  left: 0;
  text-align: center;
  top: 42%;
  font-size: 0;
  line-height: 0;
  width: 100%;
}
.component-gallery .scrollingHotSpotLeft .fa:before,
.component-gallery .scrollingHotSpotRight .fa:before {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}
.component-gallery .scrollingHotSpotLeft:hover,
.component-gallery .scrollingHotSpotRight:hover {
  color: #169fdb;
}
.component-gallery .scrollingHotSpotLeft {
  left: 0;
  top: 0;
}
.component-gallery .scrollingHotSpotRight {
  right: 0;
  top: 0;
}
.component-gallery div.scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.component-gallery div.scrollableArea {
  position: relative;
  width: auto;
  height: 100%;
}
.component-gallery .vote {
  padding: 10px;
}
.component-gallery .gallery {
  margin: 11px;
  padding: 8px;
  float: left;
  box-shadow: 0 0 3px #bbb;
}

.component-attachment .component-wrapper {
  margin-bottom: 70px;
}
.component-attachment .component-wrapper .component-head p {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
}
.component-attachment .component-wrapper .component-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.component-attachment .component-wrapper .component-content ul li {
  margin-bottom: 20px;
}
.component-attachment .component-wrapper .component-content ul li a {
  background: transparent url("../img/i-file-text.png") no-repeat left center;
  padding-left: 50px;
  min-height: 36px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  line-height: 36px;
}
.component-attachment .component-wrapper .component-content ul li a.file-archive {
  background-image: url("../img/i-file-archive.png");
}
.component-attachment .component-wrapper .component-content ul li a.file-image {
  background-image: url("../img/i-file-image.png");
}
.component-attachment .component-wrapper .component-content ul li a.file-pdf {
  background-image: url("../img/i-file-pdf.png");
}
.component-attachment .component-wrapper .component-content ul li a.file-video {
  background-image: url("../img/i-file-video.png");
}

#attachmentsContainer .files-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#attachmentsContainer .files-list li {
  width: 150px;
  height: 150px;
  margin: 5px;
  position: relative;
  z-index: 1;
}
#attachmentsContainer .files-list li .filemanager-thumb {
  width: 150px;
  height: 150px;
}
#attachmentsContainer .files-list li .tags {
  width: 150px;
  height: 22px;
  position: absolute;
  z-index: 3;
  bottom: 0;
}
#attachmentsContainer .files-list li .tags .label.label-info {
  display: block;
  padding: 0;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  background-color: #f7a70a;
  border-radius: 0;
}
#attachmentsContainer .files-list li .tools.tools-bottom {
  width: 150px;
  height: 22px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.55);
  transition: bottom 300ms ease-in;
  line-height: 22px;
}
#attachmentsContainer .files-list li .tools.tools-bottom a {
  color: #f7a70a;
}
#attachmentsContainer .files-list li:hover .tools.tools-bottom, #attachmentsContainer .files-list li:active .tools.tools-bottom, #attachmentsContainer .files-list li:focus .tools.tools-bottom {
  display: block;
  bottom: 22px;
}

@media (max-width: 767.98px) {
  .component-attachment .component-wrapper {
    margin-bottom: 40px;
  }
  .component-attachment .component-wrapper .component-head p {
    margin-bottom: 18px;
  }
  .component-attachment .component-wrapper .component-content ul li {
    margin-bottom: 18px;
  }
  .component-attachment .component-wrapper .component-content ul li a {
    padding-left: 36px;
    min-height: 30px;
    line-height: 30px;
    background-size: 24px;
  }
}
#main-content {
  background: transparent url("../img/bg-city.png") no-repeat center 240px;
  background-size: contain;
}
#main-content #main-news-row, #main-content #main-event-row {
  max-width: 1760px;
  margin: 0 auto;
  background: transparent url("../img/d-bows-xl-blue.png") no-repeat right 20px;
}
#main-content.main-article {
  background-position-y: 5px;
}
#main-content.main-article #main-news-row {
  background-position-y: 65px;
  max-width: 1788px;
}
#main-content.main-list {
  background-position-y: 2px;
}

.component-horizontal .component-wrapper {
  margin-bottom: 100px;
}
.component-horizontal .component-wrapper .news-title {
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.component-horizontal .component-wrapper .news-lead {
  line-height: 1.4;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.component-horizontal .component-wrapper .news-thumb {
  border-radius: 199px;
}
.component-horizontal .component-wrapper .swiper-pagination {
  position: static;
  padding-top: 40px;
}
.component-horizontal .component-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #1e1f29;
  margin: 0 10px;
  transition: all 0.5s ease;
}
.component-horizontal .component-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .component-horizontal .component-wrapper .swiper-pagination .swiper-pagination-bullet:hover, .component-horizontal .component-wrapper .swiper-pagination .swiper-pagination-bullet:focus {
  background-color: #169fdb;
  border-color: #169fdb;
}

.tmpl_starachowiczanka_baza_sprzet .component-custom-news.component-vertical .component-wrapper a {
  display: none;
}

.component-vertical .component-wrapper {
  margin-bottom: 85px;
}
.component-vertical .component-wrapper .component-head h2 {
  background: transparent url("../img/d-tag-blue.png") no-repeat left center;
  padding-left: 55px;
  margin-bottom: 40px;
}
.component-vertical .component-wrapper .component-content {
  position: relative;
  height: 513px;
  border-radius: 16px;
  background-color: #f0f0f0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 32px;
  transition: all 0.5s ease;
}
.component-vertical .component-wrapper .component-content:hover {
  background-color: #fff;
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.1607843137);
}
.component-vertical .component-wrapper .component-content .news-thumbnail {
  position: relative;
  margin-bottom: 5px;
}
.component-vertical .component-wrapper .component-content .news-thumbnail img {
  border-radius: 16px 16px 0 0;
}
.component-vertical .component-wrapper .component-content .news-thumbnail .news-badge {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 22px 0 0;
  background-color: #f9cf43;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 0 17px;
  min-width: 110px;
}
.component-vertical .component-wrapper .component-content .date-add {
  font-size: 14px;
  padding: 0 17px 12px 17px;
  display: inline-block;
}
.component-vertical .component-wrapper .component-content h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 17px;
}
.component-vertical .component-wrapper .component-content .news-lead {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  padding: 0 17px;
  margin-bottom: 20px;
}
.component-vertical .component-wrapper .component-content .btn-more {
  border-radius: 0 17px 17px 0;
  background-color: #fff;
  border: none;
  font-weight: 500;
  color: #030303;
  padding: 3px 16px;
  transition: all 0.5s ease;
}
.component-vertical .component-wrapper .component-content .btn-more:hover, .component-vertical .component-wrapper .component-content .btn-more:active, .component-vertical .component-wrapper .component-content .btn-more:focus {
  background-color: #f0f0f0;
  text-decoration: none;
}
.component-vertical .component-wrapper .btn-primary {
  margin-top: 6px;
}

.tmpl_um_starachowice_wladze_miasta .component-vertical .btn-primary, .tmpl_um_starachowice_rada_miejska .component-vertical .btn-primary, .tmpl_um_starachowice_kultura_gal2 .component-vertical .btn-primary {
  display: none;
}

.component-vertical-slider .component-wrapper {
  position: relative;
  margin-bottom: 85px;
}
.component-vertical-slider .component-wrapper .component-head h2 {
  background: transparent url("../img/d-tag-orange.png") no-repeat left center;
  padding-left: 55px;
  margin-bottom: 40px;
}
.component-vertical-slider .component-wrapper .component-content {
  position: relative;
  height: 455px;
  margin-bottom: 38px;
}
.component-vertical-slider .component-wrapper .component-content img {
  border-radius: 30px;
  margin-bottom: 15px;
}
.component-vertical-slider .component-wrapper .component-content h3 {
  padding: 0 20px;
  margin-bottom: 15px;
}
.component-vertical-slider .component-wrapper .component-content h3 a {
  line-height: 1.45;
  color: #030303;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  transition: all 0.5s ease;
}
.component-vertical-slider .component-wrapper .component-content h3 a:hover, .component-vertical-slider .component-wrapper .component-content h3 a:active, .component-vertical-slider .component-wrapper .component-content h3 a:focus {
  color: #01609d;
  text-decoration: none;
}
.component-vertical-slider .component-wrapper .component-content .news-lead {
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  padding: 0 20px;
  margin-bottom: 0;
}
.component-vertical-slider .component-wrapper .swiper-button-prev, .component-vertical-slider .component-wrapper .swiper-button-next {
  width: 31px;
  height: 60px;
  font-weight: 700;
  color: #030303;
  top: 29%;
}
.component-vertical-slider .component-wrapper .swiper-button-prev:after, .component-vertical-slider .component-wrapper .swiper-button-next:after {
  font-size: 60px;
}
.component-vertical-slider .component-wrapper .swiper-button-prev {
  left: -182px;
}
.component-vertical-slider .component-wrapper .swiper-button-next {
  right: -182px;
}
.component-vertical-slider .component-wrapper .btn-primary {
  border-color: #f7a70a;
  background-image: url("../img/d-bows-s-orange.png");
}
.component-vertical-slider .component-wrapper .btn-primary:hover, .component-vertical-slider .component-wrapper .btn-primary:active, .component-vertical-slider .component-wrapper .btn-primary:focus {
  background-color: #f7a70a;
  background-image: url("../img/d-bows-s-white.png");
}

#main-events-row {
  background: transparent url("../img/d-bows-l-green.png") no-repeat left bottom;
}
#main-events-row .main-events-row {
  background: transparent url("../img/d-bar-green.png") no-repeat center 124px;
}
#main-events-row .main-events-row .component-vertical-slider .component-wrapper .component-head h2 {
  background-image: url("../img/d-tag-green.png");
}
#main-events-row .main-events-row .component-vertical-slider .component-wrapper .btn-primary {
  border-color: #76b82a;
  background-image: url("../img/d-bows-s-green.png");
}
#main-events-row .main-events-row .component-vertical-slider .component-wrapper .btn-primary:hover, #main-events-row .main-events-row .component-vertical-slider .component-wrapper .btn-primary:active, #main-events-row .main-events-row .component-vertical-slider .component-wrapper .btn-primary:focus {
  background-color: #76b82a;
  background-image: url("../img/d-bows-s-white.png");
}

.component-page-list .component-wrapper .component-content {
  position: relative;
  height: 200px;
  border-radius: 30px;
  background-color: #f5f5f5;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 24px;
  transition: all 0.5s ease;
}
.component-page-list .component-wrapper .component-content:hover {
  background-color: #fff;
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.1607843137);
}
.component-page-list .component-wrapper .component-content .news-thumbnail {
  position: relative;
}
.component-page-list .component-wrapper .component-content .news-thumbnail img {
  border-radius: 30px 0 0 30px;
}
.component-page-list .component-wrapper .component-content .news-thumbnail .news-badge {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 110px;
  line-height: 30px;
  border-radius: 0 0 0 22px;
  background-color: #f9cf43;
  padding: 0 24px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.component-page-list .component-wrapper .component-content time {
  font-size: 14px;
  display: inline-block;
  padding: 12px 0;
}
.component-page-list .component-wrapper .component-content h2 {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0 0 12px 0;
}
.component-page-list .component-wrapper .component-content .description {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: 0;
}
.component-page-list .component-wrapper .component-content .btn-more {
  border-radius: 17px 0 0 17px;
  background-color: #fff;
  border: none;
  font-weight: 500;
  color: #030303;
  padding: 3px 16px;
  margin-top: 137px;
  float: right;
  transition: all 0.5s ease;
}
.component-page-list .component-wrapper .component-content .btn-more:hover, .component-page-list .component-wrapper .component-content .btn-more:active, .component-page-list .component-wrapper .component-content .btn-more:focus {
  background-color: #f5f5f5;
  text-decoration: none;
}

.component-slim-slider {
  border-radius: 30px;
  border: 2px solid #f9cf43;
  margin-bottom: 40px;
}
.component-slim-slider .component-head p {
  background: #f9cf43 url("../img/i-warning.png") no-repeat 5px center;
  padding-left: 55px;
  margin-bottom: 0;
  border-radius: 27px 0 0 27px;
  font-weight: 600;
  text-align: center;
  line-height: 56px;
  color: #030303;
  text-transform: uppercase;
}
.component-slim-slider .component-content a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 56px;
  color: #1e1f29;
  text-decoration: none;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
}

.component-photogallery .component-wrapper .component-content .gallery-items {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-evenly;
}
.component-photogallery .component-wrapper .component-content .gallery-items .gallery-item {
  border: 1px solid #169fdb;
  border-radius: 16px;
  width: 450px;
  height: 528px;
  margin: 10px 30px;
  position: relative;
}
.component-photogallery .component-wrapper .component-content .gallery-items .gallery-item .gallery-item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.component-photogallery .component-wrapper .component-content .gallery-items .gallery-item .gallery-item-img {
  width: 448px;
  height: 254px;
  border-radius: 16px 16px 0 0;
}
.component-photogallery .component-wrapper .component-content .gallery-items .gallery-item .gallery-item-title {
  font-weight: bold;
}
.component-photogallery .component-wrapper .component-content .gallery-items .gallery-item .gallery-item-lead {
  padding: 10px;
  text-align: justify;
}

@media (min-width: 2000px) {
  #main-content {
    background-position: center 130px;
  }
  #main-content.main-article {
    background-position-y: -70px;
  }
  #main-content.main-list {
    background-position-y: -27px;
  }
}
@media (max-width: 1919.98px) {
  #main-events-row .main-events-row {
    background-size: contain;
  }
}
@media (max-width: 1759.98px) {
  #main-content #main-news-row, #main-content #main-event-row {
    background: none !important;
  }
}
@media (max-width: 1399.98px) {
  #main-content {
    background-position-y: 260px;
  }
  #main-content.main-list {
    background-position-y: 85px;
  }
  #main-content.main-article {
    background-position-y: 190px;
  }
  .component-horizontal .component-wrapper .news-title {
    margin-top: 0;
  }
  .component-vertical .component-wrapper .component-content {
    height: 480px;
  }
  .component-vertical-slider .component-wrapper .component-content {
    height: 410px;
  }
  .component-vertical-slider .component-wrapper .swiper-button-prev {
    left: -80px;
  }
  .component-vertical-slider .component-wrapper .swiper-button-next {
    right: -80px;
  }
  #main-events-row {
    background: none;
  }
  #main-events-row .main-events-row {
    background-position-y: 129px;
  }
  .component-page-list .component-wrapper .component-content {
    height: 170px;
  }
  .component-page-list .component-wrapper .component-content .description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .component-page-list .component-wrapper .component-content .btn-more {
    margin-top: 110px;
  }
}
@media (max-width: 1280px) {
  .component-vertical-slider .component-wrapper .swiper-button-prev {
    left: -55px;
  }
  .component-vertical-slider .component-wrapper .swiper-button-next {
    right: -55px;
  }
}
@media (max-width: 1199.98px) {
  .component-photogallery .component-wrapper .component-content .gallery-items .gallery-item {
    width: 400px;
  }
  .component-photogallery .component-wrapper .component-content .gallery-items .gallery-item .gallery-item-img {
    width: 398px;
  }
}
@media (max-width: 767.98px) {
  .component-slim-slider {
    margin-bottom: 30px;
  }
  .component-slim-slider .component-head p {
    height: 44px;
    background-size: 28px;
    background-position-x: 13px;
  }
  .component-slim-slider .component-head p span {
    display: none;
  }
  .component-slim-slider .component-content a {
    font-size: 16px;
    line-height: 44px;
  }
  #main-content {
    padding-top: 79px;
    background-position-y: -10px;
  }
  .component-horizontal .component-wrapper {
    margin-bottom: 44px;
  }
  .component-horizontal .component-wrapper .news-thumb {
    border-radius: 103px;
    margin-bottom: 16px;
  }
  .component-horizontal .component-wrapper .news-lead {
    font-size: 16px;
  }
  .component-horizontal .component-wrapper .news-btn {
    text-align: center;
  }
  .component-vertical .component-wrapper {
    margin-bottom: 41px;
  }
  .component-vertical .component-wrapper .component-content {
    height: 340px;
    margin-bottom: 10px;
  }
  .component-vertical .component-wrapper .component-content .news-thumbnail {
    margin-bottom: 0;
  }
  .component-vertical .component-wrapper .component-content .news-thumbnail .news-badge {
    border-radius: 0 14px 0 0;
    font-size: 14px;
    line-height: 22px;
    padding: 0 8px;
    min-width: 81px;
  }
  .component-vertical .component-wrapper .component-content .date-add {
    font-size: 12px;
    padding: 0 7px 7px 7px;
  }
  .component-vertical .component-wrapper .component-content h3 {
    padding: 0 7px;
  }
  .component-vertical .component-wrapper .component-content .news-lead {
    font-size: 12px;
    padding: 0 7px;
    margin-bottom: 6px;
  }
  .component-vertical .component-wrapper .component-content .btn-more {
    padding: 3px 20px;
    font-size: 10px;
  }
  .component-vertical .component-wrapper > .row > .col-12 {
    text-align: center;
  }
  .component-vertical .component-wrapper > .row > .col-12 .btn-primary {
    margin-top: 21px;
    width: 263px !important;
  }
  .component-vertical-slider .component-wrapper {
    margin-bottom: 45px;
  }
  .component-vertical-slider .component-wrapper .component-head h2 {
    margin-bottom: 29px;
  }
  .component-vertical-slider .component-wrapper .component-content {
    height: 295px;
    margin-bottom: 30px;
  }
  .component-vertical-slider .component-wrapper .component-content h3 {
    padding: 0 10px;
  }
  .component-vertical-slider .component-wrapper .component-content .news-lead {
    font-size: 12px;
    padding: 0 10px;
  }
  .component-vertical-slider .component-wrapper .swiper-button-prev, .component-vertical-slider .component-wrapper .swiper-button-next {
    display: none;
  }
  .component-vertical-slider .component-wrapper > .row > .col-12 {
    text-align: center;
  }
  .component-vertical-slider .component-wrapper > .row > .col-12 .btn-primary {
    width: 263px !important;
  }
  #main-events-row .main-events-row {
    background-position-y: 82px;
    background-size: 300%;
  }
  #main-events-row .main-events-row .component-vertical-slider .component-wrapper {
    margin-bottom: 80px;
  }
  #main-content.main-list {
    padding-top: 40px;
    background-position-y: 61px;
  }
  .component-page-list .component-wrapper .component-content {
    height: 340px;
    border-radius: 16px;
    margin-bottom: 10px;
  }
  .component-page-list .component-wrapper .component-content .news-thumbnail img {
    border-radius: 16px 16px 0 0;
  }
  .component-page-list .component-wrapper .component-content .news-thumbnail .news-badge {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    min-width: 81px;
    line-height: 22px;
    border-radius: 0 14px 0 0;
    padding: 0 8px;
    font-size: 14px;
  }
  .component-page-list .component-wrapper .component-content time {
    font-size: 12px;
    padding: 10px 7px 7px 7px;
  }
  .component-page-list .component-wrapper .component-content h2 {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 10px 0;
    padding: 0 7px;
  }
  .component-page-list .component-wrapper .component-content .description {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    padding: 0 7px;
  }
  .component-page-list .component-wrapper .component-content .btn-more {
    border-radius: 0 17px 17px 0;
    margin-top: 4px;
    float: none;
    font-size: 10px;
  }
  #main-content.main-article {
    padding-top: 84px;
    background-position-y: -10px;
  }
}
@media (max-width: 575.98px) {
  .component-photogallery .component-wrapper .component-content .gallery-items .gallery-item {
    margin: 10px 0;
  }
}
.component-site-map .component-wrapper {
  margin-bottom: 3rem;
}
.component-site-map .component-wrapper div > ul {
  -moz-column-count: 3;
  -moz-column-gap: 3rem;
  -webkit-column-count: 3;
  -webkit-column-gap: 3rem;
  column-count: 3;
  column-gap: 3rem;
}
.component-site-map .component-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.component-site-map .component-wrapper ul li {
  padding-top: 1rem;
}
.component-site-map .component-wrapper ul li a {
  color: #1e1f29;
  font-size: 20px;
  text-decoration: none;
}
.component-site-map .component-wrapper ul li a:hover, .component-site-map .component-wrapper ul li a:active, .component-site-map .component-wrapper ul li a:focus {
  text-decoration: underline;
}
.component-site-map .component-wrapper ul li a .sidebar-menu-arrow, .component-site-map .component-wrapper ul li a .sidebar-menu-caret {
  display: none;
}
.component-site-map .component-wrapper ul li ul {
  margin-left: 1.5rem;
}
.component-site-map .component-wrapper ul li ul a {
  font-size: 18px;
}
.component-site-map .component-wrapper ul li ul ul a {
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .component-site-map .component-wrapper div > ul {
    -moz-column-count: 2;
    -moz-column-gap: 2rem;
    -webkit-column-count: 2;
    -webkit-column-gap: 2rem;
    column-count: 2;
    column-gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  .component-site-map .component-wrapper ul li a {
    font-size: 18px;
  }
  .component-site-map .component-wrapper ul li ul a {
    font-size: 16px;
  }
  .component-site-map .component-wrapper ul li ul ul a {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .component-site-map .component-wrapper div > ul {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
  }
}
.component-activity .component-page-title {
  background-image: url("../img/d-tag-green.png");
}
.component-activity .filter {
  margin-bottom: 24px;
}
.component-activity .filter .fn-category-item {
  background-color: #fff !important;
  padding: 12px 24px;
  margin: 6px 0;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  border-radius: 24px;
  border: 1px solid #000;
  cursor: pointer;
  transition: all 0.5s ease;
}
.component-activity .filter .fn-category-item.bg-primary {
  background-color: #76b82a !important;
  border-color: #76b82a;
}
.component-activity .filter #ActivityGrid_grid_field_filter_name, .component-activity .filter #ActivityGrid_grid_field_filter_description {
  display: none;
}
.component-activity .filter .btn-primary {
  border-color: #76b82a;
  background-image: url("../img/d-bows-s-green.png");
  margin: 12px 0;
}
.component-activity .filter .btn-primary:hover, .component-activity .filter .btn-primary:active, .component-activity .filter .btn-primary:focus {
  background-image: url("../img/d-bows-s-white.png");
  background-color: #76b82a;
}
.component-activity .component-content img {
  border-radius: 30px 0 0 30px;
}
.component-activity .component-content .category {
  font-size: 14px;
  padding: 12px 0;
  margin: 0;
}
.component-activity .component-content .category a {
  color: #1e1f29;
}
.component-activity .component-content .dates {
  height: 100px;
}
.component-activity .component-content .dates .calendar, .component-activity .component-content .dates .blank, .component-activity .component-content .dates .clock {
  line-height: 30px;
  padding-left: 47px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  margin: 12px 0;
  background-size: 30px !important;
}
.component-activity .component-content .dates .calendar {
  background: transparent url("../img/i-calendar.png") no-repeat left center;
}
.component-activity .component-content .dates .clock {
  background: transparent url("../img/i-clock.png") no-repeat left center;
}
.component-activity .component-content .btn-more {
  margin: 0 !important;
}

#main-event-row {
  max-width: 1700px !important;
  background: transparent url("../img/d-bows-xl-blue-rw.png") no-repeat left 98px !important;
}

.event-preview {
  margin-bottom: 80px;
}
.event-preview .summary {
  margin-bottom: 145px;
}
.event-preview .summary img {
  border-radius: 234px;
}
.event-preview .summary .categories a {
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
}
.event-preview .summary .component-page-title {
  margin-bottom: 50px;
}
.event-preview .summary .dates {
  height: auto;
}
.event-preview .summary .dates .calendar, .event-preview .summary .dates .blank, .event-preview .summary .dates .clock {
  width: auto;
  float: left;
  margin: 0 0 28px 0;
  line-height: 39px;
  font-size: 20px;
  background-size: auto !important;
}
.event-preview .summary .dates .calendar {
  padding-right: 24px;
}
.event-preview .summary .dates .blank {
  padding: 0 24px 0 0;
}
.event-preview .summary .contact {
  clear: both;
}
.event-preview .summary .contact address {
  margin-bottom: 0;
}
.event-preview .summary .contact address p {
  background: transparent url("../img/i-marker.png") no-repeat 2px top;
  padding-left: 47px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}
.event-preview .summary .reservation p {
  border: 2px solid #76b82a;
  border-radius: 20px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #76b82a;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 0;
}
.event-preview .event-lead {
  font-weight: 700;
  color: #169fdb;
}
.event-preview .description {
  margin-bottom: 35px;
}
.event-preview .gallery {
  margin-bottom: 11px;
}
.event-preview .gallery a {
  display: inline-block;
  margin-bottom: 24px;
}
.event-preview .gallery a img {
  border-radius: 30px;
}
.event-preview .dates.dates-next {
  height: auto !important;
  padding-left: 111px;
}
.event-preview .dates.dates-next .dates-head {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 22px;
}
.event-preview .dates.dates-next .calendar, .event-preview .dates.dates-next .blank, .event-preview .dates.dates-next .clock {
  line-height: 36px;
  margin: 0 0 16px 0;
  background-size: 36px !important;
}
.event-preview .dates.dates-next .clock {
  margin-bottom: 30px;
}

@media (max-width: 1399.98px) {
  .event-preview .dates.dates-next {
    padding-left: 90px;
  }
}
@media (max-width: 767.98px) {
  .component-activity .filter label {
    font-size: 16px;
  }
  .component-activity .filter .fn-category-item {
    padding: 10px;
    font-size: 16px;
  }
  .component-activity .filter .btn-primary {
    padding: 5px 40px;
  }
  .component-activity.component-page-list .component-wrapper .component-content {
    height: 415px;
  }
  .component-activity.component-page-list .component-wrapper .component-content img {
    border-radius: 16px 16px 0 0;
  }
  .component-activity.component-page-list .component-wrapper .component-content .category {
    font-size: 12px;
    padding: 7px 7px 10px 7px;
    line-height: 1.3;
  }
  .component-activity.component-page-list .component-wrapper .component-content .dates {
    height: auto;
  }
  .component-activity.component-page-list .component-wrapper .component-content .dates .calendar, .component-activity.component-page-list .component-wrapper .component-content .dates .blank, .component-activity.component-page-list .component-wrapper .component-content .dates .clock {
    line-height: 24px;
    padding-left: 40px;
    font-size: 14px;
    margin: 8px 0;
    background-size: 24px !important;
    background-position-x: 7px;
  }
  .event-preview {
    margin-bottom: 48px;
  }
  .event-preview .summary {
    margin-bottom: 40px;
  }
  .event-preview .summary img {
    margin-bottom: 30px;
  }
  .event-preview .summary .categories {
    font-size: 18px;
  }
  .event-preview .summary .categories a {
    font-size: 18px;
  }
  .event-preview .summary .component-page-title {
    margin-bottom: 40px;
  }
  .event-preview .summary .dates .calendar, .event-preview .summary .dates .blank, .event-preview .summary .dates .clock {
    margin: 0 0 18px 0;
    line-height: 30px;
    font-size: 18px;
    background-size: contain !important;
    padding-left: 44px;
  }
  .event-preview .summary .contact address p {
    padding-left: 44px;
    font-size: 18px;
    background-size: 30px;
  }
  .event-preview .summary .reservation p {
    font-size: 16px;
  }
  .event-preview .event-lead {
    font-size: 16px;
  }
  .event-preview .description {
    font-size: 16px;
  }
  .event-preview .gallery {
    text-align: center;
  }
  .event-preview .dates.dates-next {
    padding-left: 0;
    margin-top: 40px;
  }
  .event-preview .dates.dates-next .dates-head {
    margin-bottom: 18px;
  }
  .event-preview .dates.dates-next .calendar, .event-preview .dates.dates-next .blank, .event-preview .dates.dates-next .clock {
    line-height: 30px;
    background-size: contain !important;
    padding-left: 44px;
  }
  .event-preview .dates.dates-next .clock {
    margin-bottom: 26px;
  }
}
#main-content .filter .form-horizontal .control-label {
  text-align: initial;
}
#main-content .dataTables_wrapper.form-inline.dt-bootstrap label {
  display: inline-flex;
}
#main-content .dataTables_wrapper.form-inline.dt-bootstrap .icon.btn.btn-minier.btn-primary {
  text-wrap: nowrap;
}
#main-content .dataTables_wrapper.form-inline.dt-bootstrap .icon.btn.btn-minier.btn-primary i {
  padding-right: 5px;
}
#main-content .dataTables_wrapper.form-inline.dt-bootstrap .dataTables_filter .btn-group .dropdown-menu.show a {
  color: #030303;
}
#main-content .dataTables_paginate.paging_full_numbers .pagination li:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#main-content .dataTables_paginate.paging_full_numbers .pagination li:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-right: 1px solid gray;
}
#main-content .dataTables_paginate.paging_full_numbers .pagination li {
  padding: 2px 5px;
  border: 1px solid gray;
  border-right: none;
  min-width: 40px;
  text-align: center;
}
#main-content .dataTables_paginate.paging_full_numbers .pagination li a {
  color: #1e1f29;
}
#main-content .dataTables_paginate.paging_full_numbers .pagination li a:active, #main-content .dataTables_paginate.paging_full_numbers .pagination li a:focus, #main-content .dataTables_paginate.paging_full_numbers .pagination li a:hover {
  text-decoration: none;
}
#main-content .dataTables_paginate.paging_full_numbers .pagination li:active, #main-content .dataTables_paginate.paging_full_numbers .pagination li:focus, #main-content .dataTables_paginate.paging_full_numbers .pagination li:hover {
  background-color: #f0f0f0;
}
#main-content .form-group {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem !important;
}
#main-content .form-group .control-label {
  text-align: right;
}
#main-content .form-group .control-element {
  margin-left: 15px;
}
#main-content .form-group .radio.multiradio label .lbl {
  display: inline;
  margin-left: 10px;
}

@media (max-width: 1399.98px) {
  .btn-primary.w-100 {
    padding: 6px;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 34px;
  }
  h2, .h2 {
    font-size: 30px;
  }
  h3, .h3 {
    font-size: 14px;
  }
  .btn-primary, .btn-secondary, .btn-default, .btn-success {
    height: 38px;
    font-size: 14px;
    padding: 5px 60px;
    background-size: contain;
  }
  .btn-back {
    display: block;
    width: 162px;
    margin: 0 auto;
  }
  .component-paginator {
    padding-top: 38px;
    margin-bottom: 72px;
  }
  .component-paginator .pagination {
    flex-wrap: wrap !important;
    justify-content: center;
  }
  .component-paginator .pagination li {
    margin: 0 4px 8px 4px !important;
  }
  .component-paginator .pagination li a {
    width: 32px;
    height: 32px;
    line-height: 30px;
  }
  .main-article .page-content {
    padding-bottom: 0 !important;
  }
}

/*# sourceMappingURL=theme.css.map */
