div {
  border-radius: 6px;
}
#navigation-top .dj-megamenu-wrapper {
  border-radius: 6px;
}
#navigation-top .dj-megamenu-clean li a.dj-up_a {
  color: #fff;
}
#navigation-top .dj-megamenu li:hover a.dj-up_a,
.dj-megamenu li.hover a.dj-up_a,
.dj-megamenu li.active a.dj-up_a {
  color: #e7e7e7 !important;
}
#t3-mainbody .t3-sidebar .module-title {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}
#t3-mainbody .t3-sidebar .module-ct {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0 !important;
}
#t3-mainbody .t3-sidebar .module-title {
  background: #06275c;
}
#t3-mainbody .t3-sidebar .module-ct {
  background-color: #003485;
}
#t3-mainbody .dj-megamenu-clean li div.dj-subwrap .dj-subwrap-in {
  background-color: #0043ac !important;
}
#t3-mainbody .dj-megamenu-clean li ul.dj-submenu > li > a:hover,
.dj-megamenu-clean li ul.dj-submenu > li > a.active {
  background-color: #004dc9 !important;
}
#articles-module .item-inner {
  background-color: #f6f7fb;
  -webkit-box-shadow: 8px 8px 24px 0px #d7d7d7;
  -moz-box-shadow: 8px 8px 24px 0px #d7d7d7;
  box-shadow: 8px 8px 24px 0px #d7d7d7;
}
#hot-informations .module_hot li {
  border-radius: 6px;
}
#hot-informations .module_hot > li {
  background: linear-gradient(110deg, #00235d, #204f9d);
  color: #fff;
}
#t3-mainbody .intro-image img {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}
#t3-footer {
  margin-top: 0;
  border-top: 1px solid #01245a;
}
.t3-footer {
  background-color: #01245a !important;
}
@media (min-width: 270px) {
  #navigation-top .dj-megamenu-wrapper {
    padding: 0px;
  }
  #t3-mainbody .t3-sidebar .module-title {
    background: transparent;
  }
  #t3-mainbody .t3-sidebar .module-ct {
    background-color: transparent;
  }
  #navigation-top .dj-megamenu-wrapper {
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  #t3-mainbody .t3-sidebar .module-title {
    background: #06275c;
  }
  #t3-mainbody .t3-sidebar .module-ct {
    background-color: #003485;
  }
}
@media (min-width: 992px) {
  #navigation-top .dj-megamenu-wrapper {
    padding: 0 25px;
  }
  #navigation-top .dj-megamenu-wrapper {
    background: linear-gradient(110deg, #00235d, #204f9d);
  }
}
#articles-module .category-grid-view .item-inner {
  border: 1px solid rgba(52, 58, 64, 0.12);
  border-top-color: rgba(52, 58, 64, 0.12);
  border-right-color: rgba(52, 58, 64, 0.12);
  border-bottom-color: rgba(52, 58, 64, 0.12);
  border-left-color: rgba(52, 58, 64, 0.12);
  height: 100%;
  margin-bottom: 30px;
}
#articles-module .moduletable h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
#articles-module .category-grid-view .intro-image {
  position: relative;
}
#articles-module .category-grid-view .intro-image img {
  height: 200px;
  object-fit: cover;
  width: 100%;
  vertical-align: middle;
  border-style: none;
}
#articles-module .category-grid-view .article-content {
  margin: 0;
}
#articles-module .category-grid-view .article-content .articles-introtext {
  margin-bottom: 20px;
  font-size: 14px;
}
#articles-module .category-grid-view .article-content .articles-readmore {
  text-align: right;
  margin-top: 1.25rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
}
#articles-module .category-grid-view .title h3 {
  color: #000;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Open Sans', serif;
  margin: 0 0 12px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#articles-module .category-grid-view .title h3 a {
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}
#articles-module .category-grid-view .title h3 a:hover {
  text-decoration: underline;
}
#articles-module .category-grid-view .articles-title {
  color: #000;
  font-family: 'Open Sans', serif;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 12px;
  transition: 0.5s;
}
@media (min-width: 270px) {
  #articles-module .category-grid-view .article-content {
    padding: 20px 5px;
  }
  #articles-module {
    padding: 0 20px;
  }
  #articles-module .category-grid-view .item-inner {
    min-height: 245px;
    position: relative;
    padding: 20px;
  }
  #articles-module .category-grid-view .article-content .articles-readmore {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 768px) {
  #articles-module .container .moduletable {
    padding: 0 5px;
  }
  #articles-module .category-grid-view .intro-image {
    float: left;
    width: 40%;
  }
  #articles-module .category-grid-view .article-content {
    float: right;
    width: 60%;
    padding: 0px 25px;
  }
}
@media (min-width: 1200px) {
  #articles-module .category-grid-view .item-inner {
    min-height: 245px;
    position: relative;
    padding: 20px;
  }
  #articles-module .category-grid-view .article-content .articles-readmore {
    position: absolute;
    right: 20px;
    bottom: 15px;
  }
}
@media (min-width: 1420px) {
  #articles-module .category-grid-view .article-content .articles-readmore {
    right: 30px;
    bottom: 20px;
  }
}
.superimage {
  display: none;
}
.header_two {
  font-family: 'Open Sans', serif !important;
  font-size: 35px !important;
}
.header_two_B {
  font-family: 'Open Sans', serif !important;
  font-size: 35px !important;
  margin-left: 12px !important;
}
html {
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.margin-h-8 {
  margin: 0px !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1;
}
a {
  color: #982d19;
  padding: 0px;
}
a:hover {
  text-decoration: underline !important;
}
:focus {
  outline: 3px solid red;
}
.navbar-toggle:focus {
  outline: 3px solid red;
}
.navbar-toggle:active {
  outline: 3px solid red;
}
.navbar-toggle:hover {
  outline: 3px solid red;
}
.dropdown-toggle:focus {
  outline: 3px solid red;
}
.t3-wrapper {
  background-color: #fff;
}
h1 {
  font-family: 'Open Sans', serif;
  font-weight: 600;
  color: #000031;
  margin-bottom: 50px;
  margin-top: 10px;
}
h3 {
  font-family: 'Open Sans', serif;
}
blockquote {
  font-weight: 700;
  color: #000000;
  border-color: #000000;
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
  border-left-color: #000000;
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
}
table {
  margin: 15px 0;
  border-collapse: collapse;
}
.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
th {
  text-align: inherit;
}
td,
th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.invalid {
  background-color: #ffd7d7 !important;
}
input::placeholder {
  color: black !important;
}
tbody tr:nth-of-type(2n+1) {
  background-color: rgba(0, 0, 0, 0.05);
}
.home .t3-sl-1 {
  border-bottom: none !important;
}
.t3-content {
  padding-top: 0px;
  padding-bottom: 0px;
}
.t3-module {
  margin-bottom: 0px;
}
.t3-sl {
  padding-bottom: 0px;
  padding-top: 0px;
  background: transparent;
}
.home .t3-sl-1 {
  background: transparent !important;
}
.alert {
  padding: 15px;
  margin-bottom: 0px;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 0px;
}
.pagination li {
  font-family: 'Open Sans', serif;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #2e3997;
  border-color: #2e3997;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #000;
}
.pagination > li > a,
.pagination > li > span {
  color: #000;
}
@media (min-width: 1200px) {
  .container {
    width: 1120px;
  }
}
@media (min-width: 1420px) {
  .container {
    width: 1320px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1400px;
  }
}

#djckm.djckm-top .djckm-wrapper-in,
#djckm.djckm-bottom .djckm-wrapper-in {
  background: #005185 !important;
}
.djckm-header-in {
  color: #fff !important;
}
.djckm-content p {
  color: #fff !important;
}
.djckm-content a {
  color: #f9ffa0 !important;
}

#t4-bypass-top .row {
  margin-left: 0px;
  margin-right: 0px;
}
.bypass {
  margin-bottom: 0px;
}
.bypass .element_a {
  position: absolute;
  left: 0px;
  width: 1px;
  height: 1px;
  font-size: 2em;
  font-weight: bold;
  display: block;
  padding: 10px;
  overflow: hidden;
}
.bypass .element_a:focus {
  position: static;
  width: auto;
  height: 70px;
  color: #000;
  background: #ffdb00;
}
@media (min-width: 270px) {
  .options_bar {
    height: 70px !important;
  }
  .options_bar {
    border-bottom: 1px solid #d5d5d5;
  }
}
@media (min-width: 992px) {
  .options_bar {
    height: 40px !important;
  }
}
#breadcrumbs {
  display: none;
}
#options_bar .dj-megamenu-default.fast .dj-subwrap {
  z-index: 1000 !important;
}
#options_bar {
  background-color: #f0f0f0;
  border-bottom: 1px solid #dddddd;
  padding: 5px 15px 0;
}
#options_bar .nav > li > .separator {
  padding: 0px;
}
#options_bar .dj-megamenu-default li ul.dj-submenu > li > a:hover {
  background: #abdbff !important;
}
#options_bar .dj-megamenu-default li ul.dj-submenu > li > a.active {
  background: #abdbff !important;
}
#options_bar .dj-megamenu-default li ul.dj-submenu > li.hover:not(.subtree) > a {
  background: #abdbff !important;
}
#options_bar .dj-megamenu {
  background: transparent;
}
#options_bar .dj-megamenu {
  font-weight: 700;
}
#options_bar .dj-megamenu-default li a.dj-up_a {
  height: 35px;
  color: black;
}
#options_bar .dj-megamenu-default li a.dj-up_a > span {
  line-height: 37px;
  height: 35px;
}
#options_bar .dj-megamenu-default li.dj-up {
  float: right;
}
#options_bar .dj-megamenu li:hover a.dj-up_a {
  color: #000 !important;
  background: transparent !important;
}
#options_bar .dj-megamenu li.hover a.dj-up_a {
  color: #000 !important;
  background: transparent !important;
}
#options_bar .dj-megamenu li.active a.dj-up_a {
  color: #000 !important;
  background: transparent !important;
}
.accessibility {
  margin-top: -2px;
}
#djacc {
  margin-left: -15px;
}
.wcag-tools .djacc-toolbar.djacc--light,
.djacc-toolbar.djacc--light .djacc__btn,
.djacc-toolbar.djacc--light .djacc__reset {
  background: transparent !important;
  border: 1px solid transparent !important;
}
.wcag-tools .djacc-toolbar.djacc--light .djacc__btn--active,
.djacc-toolbar.djacc--light .djacc__btn:hover,
.djacc-toolbar.djacc--light .djacc__reset--active,
.djacc-toolbar.djacc--light .djacc__reset:hover {
  background: #085686 !important;
}
.wcag-tools .djacc-toolbar .djacc__item--label:first-child {
  padding-left: 0px;
}
.wcag-tools .djacc-toolbar.djacc--light .djacc__arrows {
  background-color: transparent !important;
  border: 1px solid transparent;
}
.wcag-tools .djacc-toolbar.djacc--light .djacc__dec svg [stroke^="#"],
.djacc-toolbar.djacc--light .djacc__inc svg [stroke^="#"] {
  color: #404042 !important;
  stroke: #404042 !important;
}
.wcag-tools .djacc-toolbar.djacc--light .djacc__dec svg [stroke^="#"],
.djacc-toolbar.djacc--light .djacc__inc svg [stroke^="#"] {
  color: #404042 !important;
  stroke: #404042 !important;
}
.wcag-tools .djacc-toolbar .djacc__item + .djacc__item--label {
  padding-left: 15px !important;
}
.wcag-tools .djacc-toolbar .djacc__item--label {
  padding-right: 10px !important;
}
.wcag-tools .djacc-toolbar .djacc__arrows {
  padding: 0px;
}
.wcag-tools .djacc__arrows--zoom {
  display: none !important;
}
.wcag-tools .djacc__btn--read-mode {
  display: none !important;
}
.wcag-tools .djacc__btn--screen-reader {
  display: none !important;
}
#options_bar .dj-megamenu-default li ul.dj-submenu {
  margin: 0px !important;
  z-index: 100;
  position: relative;
}
#options_bar .dj-megamenu-default li ul.dj-submenu > li > a {
  width: 100%;
  line-height: 30px !important;
  font-weight: 700 !important;
  padding: 8px 10px;
  margin-left: 0px;
  float: left !important;
}
#options_bar .dj-megamenu-wrapper li ul.dj-submenu > li {
  width: 100%;
  font-weight: 700;
  height: 47px;
  width: 300px !important;
  background-color: #c2c2c2;
}
#options_bar .dj-megamenu-default li ul.dj-submenu > li > a .dj-icon {
  max-height: 30px !important;
  height: 30px !important;
  width: 30px !important;
  background-color: transparent;
  margin: 0px 10px 0px 0px !important;
}
#t3-mainbody .search {
  padding: 0 35px 0 5px !important;
}
.search {
  margin: 0 -15px 0 0;
  width: 100%;
}
.search .inputbox {
  float: left;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.search .button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.wspolpraca_element {
  padding-right: 0px;
}
.wspolpraca {
  line-height: 0;
  float: right;
}
.wspolpraca a {
  display: inline-block;
}
.wspolpraca div {
  width: max-content;
  float: left;
}
.wspolpraca p {
  margin: 0;
  font-weight: 700;
  text-align: center;
}
.wspolpraca img {
  margin: 3px 0;
  width: auto;
  max-height: 30px;
  object-fit: contain;
}
.wspolpraca nav {
  display: inline-block;
}
.wspolpraca .dj-megamenu li.hover a.dj-up_a {
  color: black !important;
}
@media (min-width: 270px) {
  .wyszukiwarka {
    padding-left: 0px;
    padding-right: 0px;
  }
  .search .inputbox {
    margin-left: 2px;
    width: 70px;
  }
  #options_bar .dj-megamenu-default li a.dj-up_a span.dj-drop {
    padding: 0px !important;
  }
  #options_bar .dj-megamenu-default li a.dj-up_a {
    padding: 0px !important;
    font-size: 13px !important;
  }
  .search .button {
    float: left;
  }
  .wspolpraca {
    margin-right: 0px;
  }
  .wspolpraca img {
    width: 27px;
  }
  #options_bar .dj-megamenu-default li.dj-up {
    float: left !important;
    justify-content: center !important;
    display: flex !important;
    align-content: center !important;
    width: 100% !important;
  }
  #options_bar .dj-megamenu-default li a.dj-up_a .arrow,
  .dj-megamenu-default li a.dj-up_a.withsubtitle .arrow {
    position: unset !important;
    margin: 4px !important;
  }
  .djacc-toolbar .djacc__btn,
  .djacc-toolbar .djacc__reset {
    padding: 0 !important;
  }
  .wcag-tools .djacc-toolbar .djacc__btn,
  .djacc-toolbar .djacc__reset {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    padding: 0px;
  }
  .wcag-tools .djacc-toolbar .djacc__dec,
  .djacc-toolbar .djacc__inc {
    padding: 0 2px !important;
  }
  .djacc__panel {
    margin: 0 auto;
  }
  .djacc--static {
    width: 100% !important;
  }
  .wcag-tools .djacc-toolbar .djacc__item--label {
    display: none;
  }
  .wspolpraca {
    margin-bottom: 5px;
  }
  .wspolpraca p {
    font-size: 15px;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .wspolpraca_tekst {
    position: unset;
    left: 0;
    width: auto;
    height: auto;
  }
  .wspolpraca img {
    margin-left: 1%;
    margin-right: 1%;
  }
  .search {
    float: none;
  }
  .mod-search-searchword {
    margin: 0 auto;
  }
  .form-inline {
    text-align: center;
  }
}
@media (min-width: 768px) {
  #options_bar .dj-megamenu-default li a.dj-up_a .arrow,
  .dj-megamenu-default li a.dj-up_a.withsubtitle .arrow {
    position: unset !important;
    margin: 10px !important;
  }
  .search .inputbox {
    width: 25%;
  }
  #options_bar .dj-megamenu-default li a.dj-up_a span.dj-drop {
    padding-right: 10px;
    float: right !important;
  }
  #options_bar .dj-megamenu-default li a.dj-up_a {
    float: right !important;
    font-size: 14px !important;
  }
  .wcag-tools .djacc-toolbar .djacc__btn,
  .djacc-toolbar .djacc__reset {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    padding: 0px;
  }
  .wcag-tools .djacc-toolbar .djacc__dec,
  .djacc-toolbar .djacc__inc {
    padding: 0 3px !important;
  }
}
@media (min-width: 992px) {
  .search .button {
    float: right;
  }
  .wspolpraca {
    margin-right: 0px;
  }
  .wspolpraca img {
    width: 22px;
  }
  .dj-megamenu-default li a.dj-up_a {
    padding: 0 20px 0 0 !important;
  }
  .search .inputbox {
    width: 70%;
    margin-left: 13px;
  }
  #options_bar .dj-megamenu-default li.dj-up {
    position: relative !important;
    display: block !important;
    float: left !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  #options_bar .dj-megamenu-default li a.dj-up_a {
    float: right !important;
    font-size: 12px !important;
  }
  #options_bar .dj-megamenu-default li a.dj-up_a .arrow,
  .dj-megamenu-default li a.dj-up_a.withsubtitle .arrow {
    position: unset !important;
    margin: 0 0 0 5px !important;
  }
  .wcag-tools .djacc__list li {
    font-size: 12px;
    font-weight: 700;
  }
  .wcag-tools .djacc-toolbar .djacc__btn,
  .djacc-toolbar .djacc__reset {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    padding: 0px;
  }
  .djacc__panel {
    margin: auto;
  }
  .djacc--static {
    width: auto !important;
  }
  .wcag-tools .djacc-toolbar .djacc__list {
    justify-content: left !important;
  }
  .wcag-tools .djacc-toolbar .djacc__item--label {
    display: block;
  }
  .wspolpraca {
    margin-bottom: 0px;
  }
  .wspolpraca p {
    text-align: right;
  }
  .wspolpraca img {
    margin-right: 15%;
    display: inline;
  }
  .wspolpraca_tekst {
    position: absolute;
    left: -1000px;
    width: 1px;
    height: 0px;
  }
  .form-inline {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .wyszukiwarka {
    padding-left: 0px;
    padding-right: 15px;
  }
  .search .inputbox {
    margin-left: 7.5px;
  }
  .wspolpraca {
    margin-right: -10px;
  }
  .wspolpraca img {
    width: 27px;
  }
  .dj-megamenu-default li a.dj-up_a {
    padding: 0 20px !important;
  }
  .search .inputbox {
    width: 75%;
  }
  #options_bar .dj-megamenu-default li a.dj-up_a span.dj-drop {
    padding-right: 20px;
  }
  .wcag-tools .djacc__list li {
    font-size: 14px;
    font-weight: 700;
  }
  .wcag-tools .djacc-toolbar .djacc__btn,
  .djacc-toolbar .djacc__reset {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    padding: 0px;
  }
  .wcag-tools .djacc-toolbar .djacc__dec,
  .djacc-toolbar .djacc__inc {
    padding: 0 5px !important;
  }
  .wspolpraca p {
    font-size: 12px;
  }
  .wspolpraca_tekst {
    position: unset;
    line-height: 30px;
    left: 0;
    width: auto;
    height: auto;
  }
  .wspolpraca img {
    margin-left: 0%;
    margin-right: 6%;
  }
  .search {
    float: right;
  }
}
@media (min-width: 1420px) {
  .search .inputbox {
    margin-left: 10px;
  }
  .search .inputbox {
    width: 78%;
  }
}
@media (min-width: 1600px) {
  .search .inputbox {
    width: 82%;
    margin-left: 4px;
  }
  .wspolpraca p {
    font-size: 13px;
  }
  .wspolpraca_tekst {
    line-height: 35px;
  }
  .wspolpraca img {
    margin-left: 10px;
    margin-right: 10px;
  }
  .search {
    float: right;
  }
}
#szkola-header .logo {
  display: block;
  max-width: 100%;
  height: auto;
}
#szkola-header .top-inforamtion {
  z-index: 1;
}
#szkola-header .logo-image a {
  background-repeat: no-repeat;
}
#szkola-header .logo-text {
  padding: 0px !important;
}
#szkola-header .logo-text h1 {
  font-family: 'Open Sans', serif;
  font-weight: 700;
  letter-spacing: 0.2px;
}
#szkola-header .top-contact .contact {
  font-weight: 700;
  color: #000;
  text-align: right;
  line-height: 1.42857143;
  letter-spacing: 0.5px;
}
#szkola-header .top-contact .contact a {
  font-weight: 900;
}
#szkola-header .top-contact .contact p {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: right;
  margin-top: 2px;
}
#szkola-header .top-bip a {
  display: inline-block !important;
}
#szkola-header .top-bip .bip img {
  border: 0;
  vertical-align: middle;
}
#szkola-header .top-contact_element {
  padding-right: 0px;
}
#szkola-header .top-bip_element {
  padding-left: 0px;
}
@media (min-width: 270px) {
  #szkola-header .top-bip .bip p {
    text-align: center;
    margin: 10px 0;
  }
  #szkola-header {
    padding: 30px 15px 5px 15px;
  }
  #szkola-header .logo-text h1 {
    font-size: 21px;
    line-height: 24px;
    margin: 8px 0 8px -10px;
    text-align: center;
  }
  #szkola-header .top-bip .bip img {
    margin-left: 5px;
    margin-right: 5px;
    width: 20px;
  }
  #szkola-header .top-contact .contact {
    font-size: 1px;
  }
  #szkola-header .logo img {
    width: 100%;
    max-width: 55px;
  }
  #szkola-header .img-6 .top-contact {
    margin-right: -80px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
  #szkola-header .img-5 .top-contact {
    margin-right: -30px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
  #szkola-header .img-4 .top-contact {
    margin-right: 0px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
  #szkola-header .img-3 .top-contact {
    margin-right: -80px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
  #szkola-header .img-2 .top-contact {
    margin-right: -50px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
}
@media (min-width: 768px) {
  #szkola-header .logo img {
    max-width: 75px;
    max-height: 75px;
  }
  #szkola-header .top-bip .bip p {
    text-align: right;
    margin: 0px;
  }
  #szkola-header {
    padding: 30px 15px 30px 15px;
  }
  #szkola-header .logo-text h1 {
    font-size: 16px;
    line-height: 21px;
    margin: 4px 0 4px -35px;
    text-align: left;
  }
  #szkola-header .top-bip .bip img {
    margin-left: 10px;
    margin-right: 0px;
    width: 60px;
  }
  #szkola-header .img-6 .top-contact {
    margin-right: -80px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
  #szkola-header .img-5 .top-contact {
    margin-right: -30px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
  #szkola-header .img-4 .top-contact {
    margin-right: 0px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
  #szkola-header .img-3 .top-contact {
    margin-right: -80px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
  #szkola-header .img-2 .top-contact {
    margin-right: -50px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
}
@media (min-width: 992px) {
  #szkola-header .logo img {
    max-width: 75px;
    max-height: 55px;
  }
  #szkola-header .logo-text h1 {
    margin: 0px;
    font-size: 14px;
    line-height: 19px;
  }
  #szkola-header .top-bip .bip img {
    margin-left: 7px;
    width: 48px;
  }
  #szkola-header .top-contact .contact {
    font-size: 12px;
  }
  #szkola-header .logo {
    padding: 0 12px;
  }
  #szkola-header .img-6 .top-contact {
    margin-right: -80px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
  #szkola-header .img-5 .top-contact {
    margin-right: -30px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
  #szkola-header .img-4 .top-contact {
    margin-right: 0px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
  #szkola-header .img-3 .top-contact {
    margin-right: -30px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
  #szkola-header .img-2 .top-contact {
    margin-right: -20px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
}
@media (min-width: 1200px) {
  #szkola-header .logo img {
    max-width: 75px;
    max-height: 65px;
  }
  #szkola-header .logo-text h1 {
    font-size: 16px;
    line-height: 21px;
    margin: 0px 0px 0px 5px;
  }
  #szkola-header .logo {
    margin: 0;
    padding: 0 15px;
  }
  #szkola-header .top-bip .bip img {
    width: 55px;
  }
  #szkola-header .top-bip .bip img {
    margin-left: 7px;
  }
  #szkola-header .top-contact .contact {
    font-size: 14px;
  }
  #szkola-header .top-contact .contact p {
    margin-right: 10px;
  }
  #szkola-header .top-bip_element {
    padding-left: 0px;
    width: 14.66666667%;
  }
  #szkola-header .top-contact_element {
    padding-right: 0px;
    width: 43.66666667%;
  }
  #szkola-header .img-6 .top-contact {
    margin-right: -80px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
  #szkola-header .img-5 .top-contact {
    margin-right: -30px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
  #szkola-header .img-4 .top-contact {
    margin-right: 0px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
  #szkola-header .img-3 .top-contact {
    margin-right: -60px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
  #szkola-header .img-2 .top-contact {
    margin-right: -30px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
}
@media (min-width: 1420px) {
  #szkola-header .logo img {
    max-width: 100px;
    max-height: 80px;
  }
  #szkola-header .logo-text h1 {
    font-size: 21px;
    line-height: 26px;
  }
  #szkola-header .top-contact .contact {
    font-size: 17px;
  }
  #szkola-header .top-bip .bip img {
    margin-left: 15px;
    width: 70px;
  }
  #szkola-header .img-6 .top-contact {
    margin-right: -80px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
  #szkola-header .img-5 .top-contact {
    margin-right: -30px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
  #szkola-header .img-4 .top-contact {
    margin-right: 0px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
  #szkola-header .img-3 .top-contact {
    margin-right: -50px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
  #szkola-header .img-2 .top-contact {
    margin-right: -30px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
}
@media (min-width: 1600px) {
  #szkola-header .logo-text h1 {
    font-size: 20px;
    line-height: 28px;
    margin: 0px 0px 0px -15px;
  }
  #szkola-header .logo img {
    max-width: 80px;
    max-height: 80px;
  }
  #szkola-header .top-contact .contact p {
    margin-right: 20px;
  }
  #szkola-header .logo {
    margin: 2px 0;
  }
  #szkola-header .img-6 .top-contact {
    margin-right: -80px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
  #szkola-header .img-5 .top-contact {
    margin-right: -30px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
  #szkola-header .img-4 .top-contact {
    margin-right: -10px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
  #szkola-header .img-3 .top-contact {
    margin-right: -80px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
  #szkola-header .img-2 .top-contact {
    margin-right: -65px !important;
    position: relative !important;
    z-index: 1000 !important;
  }
}
@media (min-width: 1920px) {
  #szkola-header .top-bip .bip img {
    margin-left: 10px;
  }
}
#navigation-top .dj-megamenu-wrapper ul.dj-submenu > li > a:hover {
  color: #000000 !important;
  background-color: #cecece !important;
}
#navigation-top .dj-megamenu-wrapper ul.dj-submenu > li > a.active {
  color: #000000 !important;
  background-color: #c2c2c2 !important;
}
#navigation-top .dj-megamenu-wrapper .active ul.dj-submenu > li > a:hover {
  color: #000000 !important;
  background-color: #cecece !important;
}
#navigation-top .dj-megamenu-wrapper .active ul.dj-submenu > li > a.active {
  color: #000000 !important;
  background-color: #c2c2c2 !important;
}
#navigation-top .dj-megamenu-wrapper .active {
  color: #fffaab !important;
}
#navigation-top .dj-megamenu-wrapper li .active {
  color: #fffaab !important;
}
#t3-mainnav {
  display: none;
}
#navigation-top .dj-megamenu-clean {
  z-index: 1 !important;
}
#navigation-top {
  margin-bottom: 15px;
}
#navigation-top .dj-megamenu li.dj-up {
  width: auto;
  margin: 0 auto !important;
}
#navigation-top .dj-megamenu {
  justify-content: center;
  align-items: center;
}
#navigation-top .dj-megamenu li {
  font-weight: 700;
  letter-spacing: 1.2px;
}
#navigation-top .dj-megamenu li:first-child {
  margin-left: 0px !important;
}
#navigation-top .dj-megamenu li:last-child {
  margin-right: 0px !important;
}
#navigation-top .dj-megamenu .dj-submenu li:first-child {
  margin: 0px;
}
#navigation-top .dj-megamenu .dj-submenu li:last-child {
  margin: 0px;
}
#navigation-top .dj-megamenu .dj-submenu li:first-child:hover {
  margin: 0px;
}
#navigation-top .dj-megamenu .dj-submenu li:last-child:hover {
  margin: 0px;
}
#navigation-top .dj-megamenu .dj-submenu li:first-child a {
  padding: 12px 20px;
}
#navigation-top .dj-megamenu .dj-submenu li:last-child a {
  padding: 12px 20px;
}
@media (min-width: 768px) {
  #navigation-top .dj-megamenu-accordion-dark {
    padding: 5px 0;
    background-color: #434343;
  }
  #navigation-top .dj-megamenu li a.dj-up_a {
    font-size: 13px;
  }
  #navigation-top .dj-megamenu-clean li a.dj-up_a {
    padding: 0px;
  }
  #navigation-top .dj-megamenu-clean li a.dj-up_a .arrow {
    margin-right: -10px;
    top: calc(42%);
  }
}
@media (min-width: 992px) {
  #navigation-top .dj-megamenu li a.dj-up_a {
    font-size: 13px;
  }
  #navigation-top .dj-megamenu-clean li a.dj-up_a {
    padding: 0px;
  }
  #navigation-top .dj-megamenu-clean li a.dj-up_a .arrow {
    margin-right: -10px;
    top: calc(42%);
  }
}
@media (min-width: 1200px) {
  #navigation-top .dj-megamenu li a.dj-up_a {
    font-size: 15px;
  }
  #navigation-top .dj-megamenu-clean li a.dj-up_a {
    padding: 0px;
  }
  #navigation-top .dj-megamenu-clean li a.dj-up_a .arrow {
    margin-right: -10px;
    top: calc(40%);
  }
}
@media (min-width: 1420px) {
  #navigation-top .dj-megamenu li a.dj-up_a {
    font-size: 17px;
  }
  #navigation-top .dj-megamenu-clean li a.dj-up_a .arrow {
    margin-right: -15px;
  }
}
@media (min-width: 1600px) {
  #navigation-top .dj-megamenu li a.dj-up_a {
    font-size: 17px;
  }
}
#banner div {
  border-radius: 0 !important;
}
#banner .djslider-default .slide-desc {
  position: absolute !important;
  background: #275298;
  background: linear-gradient(90deg, rgba(39, 82, 152, 0.6) 0%, rgba(39, 82, 152, 0.2) 100%);
}
#banner .djslider-default .slide-desc-in {
  position: relative !important;
  height: inherit;
}
#banner .slide-desc {
  height: 100%;
  padding: 0px !important;
  margin: 0px !important;
}
#banner .slide-desc-bg-default {
  background: transparent !important;
  height: auto;
  position: relative !important;
}
#banner .slide-desc-text-default {
  padding: 0px !important;
  margin: 0px !important;
}
#banner {
  overflow: hidden;
  border-radius: 0px !important;
}
#banner .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
#banner .banner-all-header {
  background-position-y: bottom;
}
.slide-desc-text-default .slide-title {
  text-align: left;
  font-weight: 700 !important;
}
#djslider-loader185 {
  padding-bottom: 0px !important;
}
.slide-text {
  text-align: left;
}
.djslider a {
  display: block;
}
#banner .djslider-end {
  background-image: url("../../../templates/t3_bs3_blank/less/themes/szkola-start/images/slider-end.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media (min-width: 270px) {
  #banner .navigation-container {
    top: 35% !important;
  }
  #banner .slide-desc-text-default {
    position: absolute !important;
    padding: 10px 0px 0px 0px !important;
    bottom: 0%;
    width: 100%;
    margin: 0 auto !important;
    background-color: #000;
  }
  #banner .slide-desc-text-default .slide-title {
    font-size: 1.3em !important;
    text-align: center;
  }
  #banner .slide-text {
    font-size: 1.1em;
    text-align: center;
  }
  #banner .djslider-loader {
    padding-bottom: 20px !important;
  }
  #banner .djslider {
    height: 300px !important;
  }
  #banner .djslider li {
    height: 300px !important;
  }
  #banner .djslider .dj-image {
    height: 300px !important;
    object-position: right;
  }
  #banner {
    padding: 0px;
  }
  #banner {
    margin: 15px 0;
  }
  #banner h2 {
    font-size: 5vw !important;
  }
  #navigation185 {
    display: none;
  }
  .dj-image {
    object-fit: cover;
  }
  .slide-desc-text-default .slide-title {
    font-size: 1.4em !important;
  }
  .slide-text {
    font-size: 1em;
  }
  #banner .djslider-end {
    display: none;
  }
}
@media (min-width: 768px) {
  #banner .djslider-loader {
    padding-bottom: unset !important;
  }
  #banner .navigation-container {
    top: 36% !important;
  }
  #banner .slide-desc-text-default {
    position: relative !important;
    top: 34% !important;
    width: 720px;
    margin: 0 auto !important;
    background-color: transparent;
  }
  #banner .slide-desc-text-default .slide-title {
    font-size: 1.8em !important;
    text-align: center;
  }
  #banner .slide-text {
    font-size: 1.6em;
    text-align: center;
  }
  #banner .djslider {
    height: 350px !important;
  }
  #banner .djslider li {
    height: 350px !important;
  }
  #banner .djslider .dj-image {
    height: 350px !important;
    object-position: center;
  }
  #banner h2 {
    font-size: 4vw !important;
  }
  .slide-desc-text-default .slide-title {
    font-size: 2.7em !important;
  }
  .slide-text {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  #banner .navigation-container {
    top: 45% !important;
  }
  #banner .slide-desc-text-default {
    top: 36% !important;
    width: 930px;
    margin: 0 auto !important;
  }
  #banner .slide-desc-text-default .slide-title {
    font-size: 2em !important;
    text-align: left;
  }
  #banner .slide-text {
    font-size: 1.8em;
    text-align: left;
  }
  #banner .djslider {
    height: 400px !important;
  }
  #banner .djslider li {
    height: 400px !important;
  }
  #banner .djslider .dj-image {
    height: 400px !important;
    object-position: center;
  }
  #banner {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  #banner .navigation-container {
    top: 39% !important;
  }
  #banner .slide-desc-text-default {
    top: 29% !important;
    width: 1120px;
    margin: 0 auto !important;
  }
  #banner .slide-desc-text-default .slide-title {
    font-size: 2.9em !important;
  }
  #banner .slide-text {
    font-size: 2.6em;
  }
  #banner .djslider {
    height: 400px !important;
  }
  #banner .djslider li {
    height: 400px !important;
  }
  #banner .djslider .dj-image {
    height: 400px !important;
    object-position: center;
  }
  #navigation185 {
    display: block;
  }
  #banner .djslider-end {
    height: 140px;
    margin-top: -135px;
    display: block;
  }
}
@media (min-width: 1420px) {
  #banner .navigation-container {
    top: 40% !important;
  }
  #banner .slide-desc-text-default {
    top: 30% !important;
    width: 1290px;
    margin: 0 auto !important;
  }
  #banner .djslider {
    height: 480px !important;
  }
  #banner .djslider li {
    height: 480px !important;
  }
  #banner .djslider .dj-image {
    height: 480px !important;
    object-position: center;
  }
  #banner .djslider-end {
    height: 145px;
    margin-top: -145px;
  }
}
@media (min-width: 1600px) {
  #banner .navigation-container {
    top: 38% !important;
  }
  #banner .slide-desc-text-default {
    top: 30% !important;
    width: 1370px;
    margin: 0 auto !important;
  }
  #banner .djslider {
    height: 650px !important;
  }
  #banner .djslider li {
    height: 650px !important;
  }
  #banner .djslider .dj-image {
    height: 650px !important;
    object-position: center;
  }
  #banner .djslider-end {
    height: 173px;
    margin-top: -245px;
  }
}
#links {
  background: #fff;
  border-bottom: 1px dotted #eeeeee;
}
#links p img {
  width: 100%;
  object-fit: contain;
}
#links button {
  margin: 0 auto;
  text-align: center;
  background-color: transparent;
  border: 0;
  color: #333;
  font-size: 18px;
  display: block;
  font-weight: 700;
}
#links button a {
  color: #333;
}
#links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  justify-content: center;
  align-items: center;
  height: 110px;
}
#links li {
  padding: 10px 10px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 0;
  width: auto;
  text-align: center;
  margin: 0 auto;
  float: left;
  display: block;
  color: #fff;
  line-height: 100px;
  vertical-align: middle;
}
#links li img {
  object-fit: contain;
  width: 100%;
}
#links li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}
#links li a:hover {
  background-color: #000036;
}
@media (min-width: 270px) {
  #links .unia_left {
    width: 100%;
    float: left;
    height: 70px;
    object-fit: contain;
  }
  #links .unia_right {
    width: 100%;
    float: right;
    height: 70px;
    line-height: 70px;
    background-color: #eee;
  }
  #links li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  #links li:nth-child(odd) {
    border-right: 0;
  }
  #links li {
    width: 25%;
  }
}
@media (min-width: 992px) {
  #links li {
    width: 12.5%;
  }
}
@media (min-width: 1200px) {
  #links .unia_left {
    width: 70%;
    float: left;
    height: 70px;
    object-fit: contain;
  }
  #links .unia_right {
    width: 26%;
    float: right;
    height: 70px;
    line-height: 70px;
    background-color: #eee;
  }
}
@media (min-width: 1600px) {
  #links .unia_left {
    width: 70%;
    float: left;
    height: 80px;
    object-fit: contain;
  }
  #links .unia_right {
    width: 26%;
    float: right;
    height: 80px;
    line-height: 80px;
    background-color: #eee;
  }
}
#hot-informations {
  margin: 0;
  padding: 0 8px;
}
#hot-informations .module_hot {
  padding: 0;
}
#hot-informations .module_hot li {
  padding: 25px 30px;
  -webkit-box-shadow: 16px 17px 47px -2px rgba(228, 228, 228, 0.75);
  -moz-box-shadow: 16px 17px 47px -2px rgba(228, 228, 228, 0.75);
  box-shadow: 16px 17px 47px -2px rgba(228, 228, 228, 0.75);
  margin-bottom: 10px;
}
#hot-informations li a {
  color: #f4ebc8;
}
#hot-informations li a:hover {
  color: #f3e19b;
}
#hot-informations .module_hot > li {
  color: #fff;
}
#hot-informations .module_hot .mod-articles-category-title {
  font-size: 22px;
  font-weight: 700;
  font-family: 'Open Sans', serif;
  letter-spacing: 0px;
  color: #fff;
}
#hot-informations .module_hot li a:first-child {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
#hot-informations .module_hot li p a:first-child {
  display: inline-block;
}
#hot-informations .module_hot .mod-articles-category-introtext {
  font-size: 16px;
  margin: 10px 0 20px 0;
}
#hot-informations .module_hot .mod-articles-category-readmore {
  margin-top: 10px;
  margin-bottom: 0px;
}
#hot-informations .module_hot .mod-articles-category-readmore a {
  background-color: #fff;
  color: #000;
  transition-duration: 1s;
  border: 1px solid  #fff;
  border-radius: 10px;
  padding: 5px 12px 7px 12px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  font-style: italic;
  letter-spacing: 1px;
}
#hot-informations .module_hot .mod-articles-category-readmore a:hover {
  background-color: #eee;
  text-decoration: underline;
  border: 1px solid #eee;
  color: #000;
  font-style: italic;
  letter-spacing: 1px;
}
.hot-info-p {
  text-align: right;
  margin: 10px 0px 10px 0px;
  font-size: 22px;
  font-weight: 700;
}
.hot-info-button {
  background-color: #fff;
  text-align: right;
  border: none;
  color: #333;
  border-radius: 25px;
  font-size: 18px;
}
@media (min-width: 270px) {
  #hot-informations .mod-articles-category-readmore {
    float: left;
  }
  #hot-informations .t3-module {
    margin: 0 0 20px 0;
  }
  #hot-informations .module_hot li {
    width: 98%;
    float: left;
    border: 1px solid #dfdfdf;
  }
  #hot-informations .module_hot > li:nth-child(1) {
    margin: 0 0.5% 1% 0.5%;
  }
  #hot-informations .module_hot > li:nth-child(2) {
    margin: 0 0.5% 1% 0.5%;
  }
  #hot-informations .module_hot > li:nth-child(3) {
    margin: 0 0.5% 1% 0.5%;
  }
  #hot-informations .module_hot > li:nth-child(4) {
    margin: 0 0.5% 1% 0.5%;
  }
  #hot-informations .module_hot > li:nth-child(5) {
    margin: 0 0.5% 1% 0.5%;
  }
  #hot-informations .module_hot > li:nth-child(6) {
    margin: 0 0.5% 1% 0.5%;
  }
}
@media (min-width: 992px) {
  #hot-informations .module_hot > li:nth-child(1) {
    margin: 0 1% 2% 0;
  }
  #hot-informations .module_hot > li:nth-child(2) {
    margin: 0 1% 2% 1%;
  }
  #hot-informations .module_hot > li:nth-child(3) {
    margin: 0 0 2% 1%;
  }
  #hot-informations .module_hot > li:nth-child(4) {
    margin: 0 1% 2% 0;
  }
  #hot-informations .module_hot > li:nth-child(5) {
    margin: 0 1% 2% 1%;
  }
  #hot-informations .module_hot > li:nth-child(6) {
    margin: 0 0 2% 1%;
  }
}
@media (min-width: 1200px) {
  #hot-informations .mod-articles-category-readmore {
    float: right;
  }
}
#main {
  display: none;
}
#t3-mainbody .dj-megamenu-clean li a.dj-up_a .arrow::before {
  content: '\f107' !important;
}
#t3-mainbody .dj-megamenu-clean li ul.dj-submenu > li.parent > a .arrow::before {
  content: '\f107' !important;
}
#t3-mainbody .dj-megamenu-clean li ul.dj-submenu > li.parent > a .arrow {
  right: 12px !important;
}
#t3-mainbody .dj-megamenu-clean li ul.dj-submenu > li.parent > a:hover .arrow {
  right: 12px !important;
}
.autoreadmore {
  padding: 0 10px;
}
.subheading-category {
  font-size: 30px;
  margin-left: 10px;
}
[itemprop="articleBody"] {
  padding: 0 2px;
}
#t3-mainbody .dj-up {
  width: 100%;
}
#t3-mainbody .dj-megamenu-clean li div.dj-subwrap {
  position: unset !important;
}
#t3-mainbody .dj-megamenu-clean li div.dj-subwrap,
.dj-megamenu-clean li.hover div.dj-subwrap li div.dj-subwrap,
.dj-megamenu-clean li:hover div.dj-subwrap li div.dj-subwrap {
  width: 100% !important;
}
#t3-mainbody .dj-megamenu-clean li div.dj-subwrap .dj-subwrap-in {
  width: 100% !important;
  background-color: #0043ac !important;
}
#t3-mainbody .dj-subwrap-in {
  width: 100% !important;
}
#t3-mainbody .dj-megamenu-clean li ul.dj-submenu {
  width: 100%;
  margin: 0px !important;
}
#t3-mainbody .dj-submenu li {
  width: 100%;
}
#t3-mainbody .dj-submenu a {
  width: 100%;
}
#t3-mainbody .dj-subcol {
  width: 100% !important;
}
#t3-mainbody .dj-megamenu-clean li a.dj-up_a > span {
  height: 50px !important;
}
#t3-mainbody .dj-megamenu-clean li a.dj-up_a {
  height: 50px !important;
}
#t3-mainbody .dj-megamenu-clean li ul.dj-submenu > li > a {
  font-size: 15px !important;
  margin: 0px;
}
.przycisk_aktualnosci {
  float: right;
  background-color: #51729c;
  color: #fff;
  margin: 12px;
  padding: 5px 15px;
  border: 0px;
}
.przycisk_aktualnosci:hover {
  background-color: #000036;
}
.przycisk_aktualnosci a {
  color: #fff;
}
#t3-mainbody {
  background-size: cover;
  background-position: bottom center;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 30px;
  margin-top: 0px !important;
}
#t3-mainbody h1 {
  font-family: 'Open Sans', serif !important;
}
#t3-mainbody .item .page-header {
  padding: 20px;
}
.t3-mainbody {
  padding-bottom: 0px;
  padding-top: 0px;
}
#t3-mainbody .article-title {
  color: #000;
  font-size: 35px;
  font-weight: 500;
  font-family: 'Open Sans', serif;
}
#t3-mainbody .article-title a {
  color: #000;
}
#t3-mainbody h2 {
  color: #000031;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: 'Open Sans', serif !important;
  margin: 0 0 10px 0;
}
#t3-mainbody h3 {
  font-size: 22px;
  font-weight: bold;
}
#t3-mainbody h4 {
  font-size: 22px;
  font-weight: bold;
}
#t3-mainbody h5 {
  font-size: 22px;
  font-weight: bold;
}
#t3-mainbody h6 {
  font-size: 22px;
  font-weight: bold;
}
.item-title a {
  color: #000;
}
.article-info {
  padding: 5px 0 10px 0;
  font-weight: 700;
}
.published {
  color: #836937;
}
.article-aside {
  color: #836937;
  font-size: 14px;
  font-family: 'Open Sans', serif;
  margin-bottom: 10px;
  font-weight: 700;
}
#t3-mainbody li a:hover {
  color: #000036;
  transition: 0.5s;
}
#t3-mainbody .readmore {
  margin: 0;
  height: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#t3-mainbody .readmore .btn {
  margin: 10px;
}
#t3-mainbody .readmore a {
  color: #000;
  font-family: 'Open Sans', serif;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px;
  transition: 0.5s;
}
#t3-mainbody .readmore a:hover {
  color: #000036;
  transition: 1s;
}
.t3-content {
  padding: 0 0 0 30px;
}
.t3-content .item {
  position: relative;
  margin: 0 1% 1% 1%;
  background-color: #f0f0f0;
  border: 1px solid #c6c8c3;
  -webkit-box-shadow: 16px 17px 47px -2px rgba(228, 228, 228, 0.75);
  -moz-box-shadow: 16px 17px 47px -2px rgba(228, 228, 228, 0.75);
  box-shadow: 16px 17px 47px -2px rgba(228, 228, 228, 0.75);
}
.t3-content .item a {
  color: #000;
}
.t3-content .item-page {
  background: white;
  padding: 0px;
  margin: 0 10px;
}
.without_intro_img {
  padding: 20px;
}
.blogwazne-inforamcje .page-header h2 {
  width: 100%;
}
.custom_gov_element {
  background: #fff;
  border-radius: 15px;
  padding: 15px 0;
  margin: -60px auto 20px auto;
  border: 1px solid #f2f5fa;
}
.custom_gov_element img {
  margin: 0;
  padding: 0;
  width: 160px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #eee;
}
.nav li:last-child {
  border: 0px !important;
}
#t3-mainbody .pull-left a {
  display: block;
  padding: 0px;
}
#t3-mainbody .dj-megamenu-clean li ul.dj-submenu > li > a:hover,
.dj-megamenu-clean li ul.dj-submenu > li > a.active {
  background-color: #004dc9 !important;
}
#t3-mainbody .t3-sidebar .module-title {
  width: 100%;
  color: #fff;
  padding: 12px 15px 10px 15px!important;
  font-family: 'Open Sans', serif !important;
  letter-spacing: 1px;
  font-weight: 700 !important;
  margin: 0;
  font-size: 22px !important;
}
@media (min-width: 270px) {
  #t3-mainbody .blog-featured {
    padding: 0px 20px;
  }
  #t3-mainbody {
    margin-top: 0px;
  }
  .t3-content {
    padding: 0 0 0 0;
  }
  #t3-mainbody h2 {
    width: 100%;
    font-size: 34px;
  }
  .pull-left {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 4%;
    margin-top: 4%;
  }
  .pull-left img {
    vertical-align: middle;
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 20px;
  }
  .t3-content .item {
    min-height: 570px;
    margin-bottom: 20px;
  }
}
@media (min-width: 415px) {
  #t3-mainbody .blog-featured {
    padding: 0px 50px;
  }
  .t3-content .item {
    min-height: 525px;
  }
  .pull-left {
    margin-right: 4%;
    margin-bottom: 0%;
    margin-top: 0%;
  }
  .pull-left img {
    vertical-align: middle;
    width: 100%;
    height: 340px;
  }
}
@media (min-width: 768px) {
  #t3-mainbody .dj-megamenu-wrapper li ul.dj-submenu > li {
    min-width: 155px !important;
    max-width: 350px;
  }
  #t3-mainbody .blog-featured {
    padding: 0 5px;
  }
  .t3-content .item {
    min-height: 400px;
  }
  .t3-content .item .t3-content .item {
    min-height: 250px;
    width: 46%;
  }
  #t3-mainbody h2 {
    font-size: 28px;
  }
  .pull-left {
    margin-right: 4%;
  }
  .pull-left img {
    vertical-align: middle;
    width: 100%;
    height: 235px;
  }
}
@media (min-width: 992px) {
  #t3-mainbody .dj-megamenu-wrapper li ul.dj-submenu > li {
    min-width: 230px !important;
    max-width: 350px;
  }
  #t3-mainbody .dj-megamenu-wrapper li ul.dj-submenu > li {
    min-width: 180px !important;
    max-width: 350px;
  }
  #t3-mainbody {
    margin-top: 0;
  }
  .custom_gov_element {
    width: 180px;
  }
  .custom_gov_element p {
    margin: 0;
    padding: 0px;
  }
  .t3-content {
    padding: 0;
  }
  #t3-mainbody h2 {
    width: 305px;
  }
  .pull-left {
    margin-right: 4%;
  }
  .pull-left img {
    vertical-align: middle;
    width: 100%;
    height: 185px;
  }
  .t3-content .item {
    min-height: 380px;
    width: 48%;
    float: left;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  #t3-mainbody .blog-featured {
    padding: 0 0 0 10px;
  }
  .without_intro_img {
    font-size: 14px;
  }
  .custom_gov_element {
    width: 230px;
  }
  .custom_gov_element p {
    margin: 0;
    padding: 5px 20px;
  }
  #t3-mainbody h2 {
    width: 230px;
  }
  .pull-left {
    float: left !important;
  }
  .pull-left {
    margin-right: 4%;
  }
  .pull-left img {
    vertical-align: middle;
    width: 100%;
    height: 180px;
  }
  .t3-content .item {
    min-height: 380px;
    width: 31%;
    float: left;
    font-size: 15px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1600px) {
  #t3-mainbody .dj-megamenu-wrapper li ul.dj-submenu > li {
    min-width: 280px !important;
    max-width: 350px;
  }
  .t3-content .item {
    min-height: 380px;
    float: left;
    margin-bottom: 25px;
  }
  #t3-mainbody h2 {
    width: 280px;
  }
}
#t3-mainbody .dj-megamenu-wrapper .active {
  color: #fffaab !important;
}
#t3-mainbody .dj-megamenu-wrapper li .active {
  color: #fffaab !important;
}
.t3-sidebar .dj-megamenu-wrapper li.hover {
  animation-delay: 500ms;
}
.t3-sidebar .name {
  padding-left: 0px;
}
.dj-megamenu-select-dark .dj-mobile-open-btn,
.dj-megamenu-offcanvas-dark .dj-mobile-open-btn,
.dj-megamenu-accordion-dark .dj-mobile-open-btn {
  font-size: 30px !important;
}
ul.dj-mobile-dark li.dj-mobileitem > a {
  padding: 15px !important;
}
#t3-mainbody .t3-sidebar {
  background-color: #fff;
  padding: 15px;
}
#t3-mainbody .t3-sidebar img {
  width: 100%;
}
#t3-mainbody .t3-sidebar li {
  padding-bottom: 0px;
  border-bottom: 1px dashed #939393;
  font-weight: 800;
  font-size: 16px;
  font-family: 'Open Sans', serif;
  letter-spacing: 1px;
}
#t3-mainbody .t3-sidebar li:last-child {
  border-bottom: 0px;
}
#t3-mainbody .t3-sidebar .dropdown li {
  padding-bottom: 5px;
  font-size: 17px;
  border: none;
  font-weight: 600;
}
#t3-mainbody .t3-sidebar .dropdown li a {
  border: none;
  font-weight: 600;
  width: 100px;
}
#t3-mainbody .t3-sidebar li a {
  color: #000;
}
#t3-mainbody .t3-sidebar .t3-module {
  margin-bottom: 20px;
}
#t3-mainbody .t3-sidebar .module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding: 10px;
}
#t3-mainbody .t3-sidebar {
  margin-bottom: 15px;
}
#t3-mainbody .readmore .btn {
  margin: 20px 20px;
  padding: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 125px;
  white-space: unset !important;
}
@media (min-width: 270px) {
  #t3-mainbody .dj-megamenu-wrapper li a {
    color: #fff !important;
  }
  #t3-mainbody .sidebar_navigation .module-title {
    display: none !important;
  }
  #t3-mainbody {
    margin-top: 0px;
  }
  #t3-mainbody .t3-sidebar .t3-module {
    margin: 0px;
  }
  #t3-mainbody .t3-sidebar .module-title {
    text-align: center;
  }
  #t3-mainbody .t3-sidebar {
    padding: 15px;
    width: 100%;
  }
}
@media (min-width: 415px) {
  #t3-mainbody .t3-sidebar {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  #t3-mainbody .dj-megamenu-wrapper li a {
    color: #fff !important;
  }
  #t3-mainbody .sidebar_navigation .module-title {
    display: block !important;
  }
  #t3-mainbody .t3-sidebar .module-title {
    text-align: left;
  }
  #t3-mainbody .dj-megamenu-wrapper li ul.dj-submenu > li {
    min-width: 145px !important;
    max-width: 350px;
  }
  #t3-mainbody .t3-sidebar {
    padding: 0 15px 15px 15px;
    width: 24%;
  }
}
@media (min-width: 992px) {
  #t3-mainbody .dj-megamenu-wrapper li ul.dj-submenu > li {
    min-width: 230px !important;
    max-width: 350px;
  }
  #t3-mainbody .t3-sidebar {
    padding: 0 15px 15px 15px;
    width: 24%;
  }
  #t3-mainbody .dj-megamenu-wrapper li ul.dj-submenu > li {
    min-width: 180px !important;
    max-width: 350px;
  }
}
@media (min-width: 1200px) {
  #t3-mainbody .t3-sidebar {
    padding: 0 15px 15px 15px;
    width: 24%;
  }
}
@media (min-width: 1600px) {
  #t3-mainbody .dj-megamenu-wrapper li ul.dj-submenu > li {
    min-width: 280px !important;
    max-width: 350px;
  }
}
#kalendarz {
  background-color: #fff;
  padding: 0px 0;
}
#kalendarz .container {
  padding: 0px;
}
#kalendarz h1 {
  margin-bottom: 50px;
  color: #000031;
}
#kalendarz li p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
#kalendarz li a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
#kalendarz .category-module {
  padding: 0;
}
#kalendarz .mod-articles-category-date {
  float: right;
  margin-right: 0px;
  padding: 11px 18px;
  background: #51729c;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
#kalendarz .category-module li,
ul.category-module li {
  float: left;
  border: 0;
  margin-bottom: 15px;
  padding: 10px;
}
#kalendarz li {
  margin-right: 1%;
  border: 1px solid #f3f3f3 !important;
  box-shadow: 16px 17px 20px -2px rgba(228, 228, 228, 0.75);
}
#kalendarz li:last-child {
  margin-right: 0%;
}
#kalendarz li a {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
@media (min-width: 270px) {
  #kalendarz .category-module li,
  ul.category-module li {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #kalendarz .category-module li,
  ul.category-module li {
    width: 49%;
  }
  #kalendarz li p {
    width: 190px;
  }
  #kalendarz li a {
    width: 190px;
  }
}
@media (min-width: 992px) {
  #kalendarz .category-module li,
  ul.category-module li {
    width: 49%;
  }
  #kalendarz li p {
    width: 295px;
  }
  #kalendarz li a {
    width: 295px;
  }
}
@media (min-width: 1200px) {
  #kalendarz .category-module li,
  ul.category-module li {
    width: 32.3%;
  }
  #kalendarz li p {
    width: 225px;
  }
  #kalendarz li a {
    width: 225px;
  }
}
@media (min-width: 1600px) {
  #kalendarz li p {
    width: 260px;
  }
  #kalendarz li a {
    width: 260px;
  }
}
#groups {
  background-color: #f0f0f0;
  padding: 50px 0px 20px 0px;
  margin: 10px 0 0 0;
  background-color: #fff;
  background-image: url("http://www.sp4.jaroslaw.pl/templates/t3_bs3_blank/less/themes/szkola-start/images/bg_info.jpg");
  background-size: cover;
}
#groups h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  color: #015d0f;
  font-family: 'Open Sans', serif !important;
  margin-bottom: 30px;
}
.GrupyPrzedszkola a {
  color: #000;
}
.grupy_circle img {
  border: 6px #70a839 solid;
  border-radius: 90%;
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  width: 100%;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.grupy_circle img:hover {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.grupy_circle {
  float: left;
}
.grupy_circle img {
  width: 100%;
}
.grupy_circle h3 {
  text-align: center;
  color: #015d0f;
}
#groups .custom {
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 270px) {
  #groups {
    margin-bottom: 0px;
  }
  .grupy_circle img {
    padding: 30px;
  }
  .groups_numbers_2 {
    width: 80%;
    margin: 5% 10%;
  }
  .groups_numbers_3 {
    width: 80%;
    margin: 5% 10%;
  }
  .groups_numbers_4 {
    width: 80%;
    margin: 5% 10%;
  }
  .groups_numbers_5 {
    width: 80%;
    margin: 5% 10%;
  }
  .groups_numbers_6 {
    width: 80%;
    margin: 5% 10%;
  }
  #groups h3 {
    font-size: 10vw;
  }
  .grupy_circle_important_one {
    margin: 5% 10% !important;
    width: 80%;
  }
  .grupy_circle_important_two {
    margin: 5% 10% !important;
    width: 80%;
  }
  .GrupyPrzedszkola_2 {
    width: 100%;
  }
  .GrupyPrzedszkola_3 {
    width: 100%;
  }
  .GrupyPrzedszkola_4 {
    width: 100%;
  }
  .GrupyPrzedszkola_5 {
    width: 100%;
  }
  .GrupyPrzedszkola_6 {
    width: 80%;
  }
}
@media (min-width: 450px) {
  .grupy_circle img {
    padding: 10px;
  }
  .groups_numbers_2 {
    width: 30%;
    margin: 5% 10%;
  }
  .groups_numbers_3 {
    width: 27%;
    margin: 3%;
  }
  .groups_numbers_4 {
    width: 19%;
    margin: 3%;
  }
  .groups_numbers_5 {
    width: 16%;
    margin: 2%;
  }
  .groups_numbers_6 {
    width: 27%;
    margin: 3%;
  }
  #groups h3 {
    font-size: 2.8vw;
  }
  .grupy_circle_important_one {
    margin: 0 7% !important;
    width: 19%;
  }
  .grupy_circle_important_two {
    margin: 0 3% !important;
    width: 27%;
  }
  .GrupyPrzedszkola_2 {
    width: 100%;
  }
  .GrupyPrzedszkola_3 {
    width: 100%;
  }
  .GrupyPrzedszkola_4 {
    width: 100%;
  }
  .GrupyPrzedszkola_5 {
    width: 100%;
  }
  .GrupyPrzedszkola_6 {
    width: 90%;
  }
}
@media (min-width: 768px) {
  #groups {
    margin-bottom: 0px;
  }
  .groups_numbers_2 {
    width: 40%;
    margin: 5%;
  }
  .groups_numbers_3 {
    width: 27%;
    margin: 3%;
  }
  .groups_numbers_4 {
    width: 19%;
    margin: 3%;
  }
  .groups_numbers_5 {
    width: 16%;
    margin: 2%;
  }
  .groups_numbers_6 {
    width: 25%;
    margin: 4.1%;
  }
  #groups h3 {
    font-size: 2.1vw;
  }
  .grupy_circle_important_one {
    margin: 0 7% !important;
    width: 19%;
  }
  .grupy_circle_important_two {
    margin: 0 4% !important;
    width: 25%;
  }
  .GrupyPrzedszkola_2 {
    width: 70%;
  }
  .GrupyPrzedszkola_3 {
    width: 80%;
  }
  .GrupyPrzedszkola_4 {
    width: 100%;
  }
  .GrupyPrzedszkola_5 {
    width: 100%;
  }
  .GrupyPrzedszkola_6 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .grupy_circle img {
    padding: 30px;
  }
  .groups_numbers_2 {
    width: 40%;
    margin: 5%;
  }
  .groups_numbers_3 {
    width: 27%;
    margin: 3%;
  }
  .groups_numbers_4 {
    width: 19%;
    margin: 3%;
  }
  .groups_numbers_5 {
    width: 16%;
    margin: 2%;
  }
  .groups_numbers_6 {
    width: 12%;
    margin: 2.3%;
  }
  #groups h3 {
    font-size: 1.6vw;
  }
  .grupy_circle_important_one {
    margin: 0 7% !important;
    width: 19%;
  }
  .grupy_circle_important_two {
    margin: 0 10% !important;
    width: 13%;
  }
  .GrupyPrzedszkola_2 {
    width: 60%;
  }
  .GrupyPrzedszkola_3 {
    width: 70%;
  }
  .GrupyPrzedszkola_4 {
    width: 95%;
  }
  .GrupyPrzedszkola_5 {
    width: 100%;
  }
  .GrupyPrzedszkola_6 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .groups_numbers_2 {
    width: 40%;
    margin: 5%;
  }
  .groups_numbers_3 {
    width: 27%;
    margin: 3%;
  }
  .groups_numbers_4 {
    width: 21%;
    margin: 2%;
  }
  .groups_numbers_5 {
    width: 16%;
    margin: 2%;
  }
  .groups_numbers_6 {
    width: 13%;
    margin: 1.8%;
  }
  #groups h3 {
    font-size: 1.6vw;
  }
  .grupy_circle_important_one {
    margin: 0 7% !important;
    width: 19%;
  }
  .grupy_circle_important_two {
    margin: 0 10% !important;
    width: 13%;
  }
  .GrupyPrzedszkola_2 {
    width: 50%;
  }
  .GrupyPrzedszkola_3 {
    width: 70%;
  }
  .GrupyPrzedszkola_4 {
    width: 90%;
  }
  .GrupyPrzedszkola_5 {
    width: 100%;
  }
  .GrupyPrzedszkola_6 {
    width: 100%;
  }
}
@media (min-width: 1480px) {
  .groups_numbers_2 {
    width: 40%;
    margin: 5%;
  }
  .groups_numbers_3 {
    width: 27%;
    margin: 3%;
  }
  .groups_numbers_4 {
    width: 19%;
    margin: 3%;
  }
  .groups_numbers_5 {
    width: 16%;
    margin: 2%;
  }
  .groups_numbers_6 {
    width: 12.6%;
    margin: 2%;
  }
  #groups h3 {
    font-size: 1.6vw;
  }
  .GrupyPrzedszkola_2 {
    width: 40%;
  }
  .GrupyPrzedszkola_3 {
    width: 55%;
  }
  .GrupyPrzedszkola_4 {
    width: 90%;
  }
  .GrupyPrzedszkola_5 {
    width: 100%;
  }
  .GrupyPrzedszkola_6 {
    width: 100%;
  }
}
#socialmedia {
  background-repeat: repeat-x;
  background-size: cover;
  margin-bottom: 0px;
  border-radius: 0px !important;
  background-position: right;
}
@media (min-width: 270px) {
  #socialmedia {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  #socialmedia {
    padding: 10px 0px;
  }
  #socialmedia {
    background-image: none;
  }
  .module_facebook_right p {
    text-align: center;
  }
  .module_instagram_left p {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .module_facebook_right p {
    text-align: right;
  }
  .module_instagram_left p {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  #socialmedia {
    background-image: url("../../../templates/t3_bs3_blank/less/themes/szkola-start/images/footer_background.jpg");
  }
  #socialmedia {
    margin-top: 50px;
    margin-bottom: 0px;
    padding: 0px 0px 130px 0px;
  }
}
@media (min-width: 1420px) {
  #socialmedia {
    margin-top: 50px;
    margin-bottom: 0px;
    padding: 0px 0px 200px 0px;
  }
}
#t3-footer {
  margin-top: 0;
}
#t3-footer .small {
  display: none;
}
#t3-footer .visitorcounter p {
  float: left;
}
#t3-footer .floatright {
  margin-left: 5px;
}
#t3-footer a {
  font-size: 14px;
  color: #fff;
}
#t3-footer p {
  font-size: 14px;
  color: #fff;
}
#t3-footer h2 {
  font-weight: 700;
  color: #fff;
  font-family: 'Open Sans', serif;
  margin-bottom: 10px;
  font-size: 18px;
}
#t3-footer h3 {
  font-weight: 700;
  color: #fff;
  font-family: 'Open Sans', serif;
  margin-bottom: 10px;
  font-size: 18px;
}
#t3-footer li {
  border: 0px;
  padding-bottom: 2px;
  padding-top: 0px;
  font-size: 14px;
  width: 100%;
  color: #fff;
}
#t3-footer .rodo {
  font-size: 13px;
}
#t3-footer button {
  margin-top: 10px;
}
#t3-footer button a {
  color: #fff;
}
#t3-footer .category-module li,
ul.category-module li {
  margin-bottom: 0px;
  padding: 0px;
}
@media (min-width: 270px) {
  #t3-footer {
    padding: 40px 40px 40px 40px;
  }
  #t3-footer li {
    text-align: center;
  }
  #t3-footer a {
    text-align: center;
  }
  #t3-footer p {
    text-align: center;
  }
  #t3-footer h1 {
    text-align: center;
  }
  #t3-footer h2 {
    text-align: center;
  }
  #t3-footer h3 {
    text-align: center;
  }
  #t3-footer h4 {
    text-align: center;
  }
  #t3-footer h5 {
    text-align: center;
  }
  #t3-footer h6 {
    text-align: center;
  }
  .module_footer_1 {
    margin-bottom: 10px;
  }
  .module_footer_2 {
    margin-bottom: 20px;
  }
  .module_footer_3 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  #wybierz-nas #telefon {
    padding: 0;
  }
}
@media (min-width: 992px) {
  #t3-footer .css_ok {
    width: 90px;
    float: left;
  }
  #t3-footer .html_ok {
    width: 90px;
    float: left;
  }
  #t3-footer .css_ok a {
    width: 90px;
    float: left;
  }
  #t3-footer .html_ok a {
    width: 90px;
    float: left;
  }
  #t3-footer .css_ok img {
    width: 90px;
    float: left;
  }
  #t3-footer .html_ok img {
    width: 90px;
    float: left;
  }
  #t3-footer .module_footer_1 {
    float: left;
  }
  #t3-footer {
    padding: 70px 40px 70px 40px;
  }
  #t3-footer .module-inner {
    float: left;
  }
  #t3-footer img {
    margin: 0 auto;
    width: auto;
  }
  .t3-module {
    margin-bottom: 40px;
  }
  #t3-footer .custom {
    margin-bottom: 0;
  }
  #t3-footer img {
    margin: 0;
  }
  #t3-footer li {
    text-align: left;
  }
  #t3-footer a {
    text-align: left;
  }
  #t3-footer p {
    text-align: left;
  }
  #t3-footer h1 {
    text-align: left;
  }
  #t3-footer h2 {
    text-align: left;
  }
  #t3-footer h3 {
    text-align: left;
  }
  #t3-footer h4 {
    text-align: left;
  }
  #t3-footer h5 {
    text-align: left;
  }
  #t3-footer h6 {
    text-align: left;
  }
  .module_footer_1 {
    margin-bottom: 0px;
  }
  .module_footer_2 {
    margin-bottom: 0px;
  }
  .module_footer_3 {
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  #t3-footer .container {
    padding: 0 10px 0 25px;
  }
}
.hot-inforamtion-page-header {
  display: none !important;
}
.news-page-header {
  display: none !important;
}