:root {
  --site-blue: #0064a7;
  --site-grey: #4a4a4a;
  --site-white: #ffffff;
  --site-grey-light: #9b9b9b;
  --site-blue-0-8: rgba(0, 100, 167, 0.8);
  --site-blue-0-5: rgba(0, 100, 167, 0.5);
  --site-grey-0-1: rgba(74, 74, 74, 0.1);
  --site-footer-light: #244F79;
  --site-footer-dark: #1B4369;
  --site-light-grey: #f1f1f1;
}

body {
  margin-top: 30px;
  font-family: "Lato", "Average Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
  color: var(--site-grey);
}

.clear {
	clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.box .elements {
  margin-bottom: 40px;
}

.logo {
  z-index: 999;
}

.logo img {
  width: 100%;
  max-width: 300px;
  height: 55px;
  height: auto;
}

.logo .logo_blue {
  display: block;
}

.logo .logo_white {
  display: none;
}

a {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #23527c;
}

th {
  background-color: #0064a7;
  background-color: var(--site-blue);
  color: #fff;
  color: var(--site-white);
  font-weight: normal;
  padding: 5px;
  border: 0px;
}

td {
  padding: 5px;
  border: 0px;
}

input,
textarea {
  border: 1px solid rgba(74, 74, 74, 0.5);
  border-radius: 4px;
}

.message {
  padding: 7px;
  display: block;
  width: auto;
  margin: auto;
  border-radius: 4px;
  text-align: center;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination a.active {
    background-color: dodgerblue;
    color: white;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

.social_icons {
  margin-top: 40px;
}

.box_menu ul li {
  white-space: nowrap;
}

.box_menu ul li.break {
  white-space: normal;
}

.box_menu ul div.break {
  white-space: normal;
}

@media screen and (min-width: 768px) {
  .box_menu_1 div.navbar-collapse {
    display: table !important;
  }
  .box_menu_1 ul:first-child {
    /*display: table-row !important;*/
    float: right;
  }
  .box_menu_1 ul:first-child li.nlevel_1 {
    float: none !important;
    display: table-cell !important;
    vertical-align: middle;
    text-align: center;
    padding: 0px 10px;
  }
  .box_menu_1 ul:first-child li.break {
    max-width: 150px;
  }
}

@media screen and (max-width: 1600px) {
  .box_menu_1 ul:first-child li.nlevel_1 {
    padding: 0px 6px;
  }
}

@media screen and (max-width: 1460px) {
  .box_menu_1 li a  {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 990px;
  }
}

.two-container .container {
  width: 100% !important;
}

.navbar-default {
    background-color: transparent !important;
    border: none !important;
}

.navbar-collapse {
  margin-left: -30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#level {
  margin-bottom: 20px;
  font-size: 12px;
  color: #9b9b9b;
}

#level span,
#level a {
  font-size: 16px;
  color: #9b9b9b;
  text-decoration: none;
}

#level .raquo {
  display: inline-block;
  padding: 0px 5px;
}

@media screen and (max-width: 768px) {
  
  .navbar-collapse {
    margin-left: -100px;
    margin-top: 0px;
    border: 1px solid #0064a7;
    border: 1px solid var(--site-blue);
  }
  
  .navbar-collapse {
    margin-right: -5px !important;
    margin-top: 10px;
    background-color: #ffffff;
    margin-left: 0px !important;
  }
  
  .navbar-collapse li:not(.divider) {
    padding: 10px !important;
  }
  
  .navbar-collapse li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, .15);
  }
  
  .navbar-collapse .dropdown-menu li {
    border-top: 0px !important;
  }
  
  .dropdown-menu {
    margin: -10px !important;
    margin-top: 10px !important;
  }
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent !important;
}

.navbar {
    padding: 0px !important;
}

.navbar-collapse * {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  background: transparent !important;
}


.navbar-default a:hover {
  color: #0064a7 !important;
  color: var(--site-blue) !important;
}

.navbar-toggle {
  margin-top: 2px !important;
  margin-right: 0px !important;
  border: 0px none !important;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #0064a7 !important;
  background: var(--site-blue) !important;
}

.dropdown-menu {
  margin-top: 10px;
  z-index: 999;
  background-color: #0064a7 !important;
  background-color: var(--site-blue) !important;
  border-radius: 0px !important;
}

.dropdown-submenu>.dropdown-menu {
  margin-top: 0px !important;
  margin-left: 5px !important;
}

.navbar-nav > li > .dropdown-menu a {
  color: #ffffff !important;
  color: var(--site-white) !important;
}

.dropdown-menu li:not(.divider) {
  padding: 10px !important;
}

.dropdown-menu .divider {
  background-color: rgb(0, 0, 0, .15) !important;
  margin: 0px !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #ffffff;
    border-left-color: var(--site-white);
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  background: var(--site-white);
  margin: auto;
  z-index: 999;
}

.stickyLeft {
  position: fixed;
  top: 0;
  margin: auto;
  z-index: 999;
}

.sticky + .container {
  padding-top: 60px;
}

.sticky .navbar-toggle {
  margin-top: 15px !important; 
  /*margin-right: 45px !important; */
}

.sticky .navbar-collapse {
  margin-left: -15px !important; 
  /*margin-right: 45px !important; */
}

.baner_top {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.baner_top img {
  height: 500px;
}

@media screen and (min-width: 768px) {
  #header {
      background-color: #0064A7;
      margin-bottom: 20px;
  }
  .logo {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {

  .logo-footer img {
    max-width: 200px;
  }
  
  .navbar-collapse * {
   color: #4a4a4a !important; 
  }
  
  .icon-contrast {
    display: none !important;
  }

  .sticky .navbar-toggle {
    margin-top: 30px !important; 
    margin-right: -30px !important;
  }

  .header-row {
    margin-bottom: 20px;
  }

  #header {
    width: 100%;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 555;
  }
  
  #header .navbar-collapse {
    margin-top: 10px;
    margin-left: 0px !important;
    background-color: #ffffff;
    background-color: var(--site-white);
  }

  .baner_top {
    height: 280px;
  }
  .baner_top img {
    height: 280px;
  }
}

.baner_top .title {
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;
  background-color: rgba(0, 100, 167, 0.8);
  background-color: var(--site-blue-0-8);
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  color: var(--site-white);
  display: block;
  padding: 17px;
  max-width: 1170px;
  overflow: hidden;
  text-align: left;
  margin-left: -15px;
}

.baner_top .place {
  font-size: 12px;
  display: block;
  padding-top: 10px;
}

.baner_top .place a {
  color: #ffffff;
  color: var(--site-white);
  text-decoration: none;
}

.fa-map-marker {
  margin-right: 5px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .baner_top {
    height: 280px;
  }
  .baner_top img {
    height: 280px;
  }
  .baner_top .title {
    margin-bottom: 0px;
    
  }
}

@media screen and (max-width: 400px) {
  .baner_top {
    height: auto;
  }
  .baner_top img {
    height: 180px;
  }
  .baner_top .title {
    position: static;
    background-color: #0064a7;
    background-color: var(--site-blue);
  }
  .baner_top .container {
    padding-right: 0px;
  }
}

button {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
}

.closeButtonNormal {
  background-color: #0064a7;
  background-color: var(--site-blue);
  padding: 10px;
  width: auto;
  min-width: 130px;
  display: block;
  text-align: center;
  cursor: pointer;
}

.icon-contrast {
  display: block;
  text-align: left;
  margin-top: 8px;
  z-index: 999;
  padding-left: 0px;
  margin-left: -10px;
}

.icon-contrast span {
  cursor: pointer;
  font-size: 20px;
}

.icon-search {
  z-index: 999;
}


h1,
a.h1 {
  font-size: 36px;
  font-weight: 700;
  font-family: "Lato", "Dosis","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #000;
  line-height: 1.3;
  text-decoration: none !important;
  text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  font-family: "Lato", "Dosis","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #000;
  line-height: 1.3;
}

h3 {
  font-size: 28px;
  font-weight: 700;
  font-family: "Lato", "Dosis","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #000;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Lato", "Dosis","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #000;
  line-height: 1.3;
}

.publications h2 {
  margin-top: 60px;
}

.pubim .image,
.pubim .file {
  float: none;
  display: block !important;
  text-align: center;
}

.pubim .image {
  margin-top: 10px;
  height: 212px;
}

.pubim .image img {
  border: 1px solid #ddd;
}

h3 {
  line-height: 1.3;
}

h5 {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0064a7;
  color: var(--site-blue);
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
  text-decoration: none;
}

.hr {
  width: 100%;
  height: 1px;
  border-top: solid 1px #e4e4e4;
}

@media screen and (max-width: 768px) {
  .hr {
    display: none;
  }
}

.content {
  margin-top: 20px;
  line-height: 1.66;
}

/* Wpisy */

.news2 {
    width: 100%;
}

.articles_list .listitem {
  margin-bottom: 50px;
}

.articles_list .items .item {
  padding-bottom: 25px;
  margin-top: 25px;
  border-bottom: 1px solid #E1E4E7;
}

/*.articles_list .items .item {
  margin-bottom: 50px;
}*/

.articles_list .items .item .title a,
.articles_list .items .item .title a:hover,
.articles_list .items .item .title a:active {
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #000000;
  text-decoration: underline;
}

.articles_list .items .item .intro {
  margin-top: 15px;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #4a4a4a;
  color: var(--site-grey);
  text-align: justify;
}

.articles_list .items .item .photo img,
.article_show .photo img {
  width: 100%;
  /*max-width: 460px;*/
}

.articles_list .items .item .photo,
.article_show .photo {
  position: relative;
  margin: 0 auto;
  margin-top: 10px;
  width: 100%;
  max-width: 600px;
  margin-bottom: 10px;
}

.default .articles_list .items .item .photo img,
.default .articles_list .items .item .photo {
  /*max-width: 240px;*/
  float: left;
  margin-right: 15px;
}

.default .articles_list .items .item .text h3 {
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {

  .articles_list .items .item .photo,
  .article_show .photo {
    max-width: 320px;
  }

  .articles_category .articles_list .items .item .photo {
    float: left;
    margin-top: 10px;
    margin-right: 20px;
  }
}

.dateauthor {
  background-color: rgba(255, 255, 0, 0.8);
  background-color: var(--site-blue-0-8);
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  color: var(--site-white);
  padding: 7px;
  overflow: hidden;
  display: inline-block;
  float: right;
  margin-bottom: 17px;
}

.articles_list .items .item .photo .date,
.article_show .photo .dateauthor {
  position: absolute;
  bottom: 0;
  margin-bottom: 17px;
  background-color: rgba(255, 255, 0, 0.8);
  background-color: var(--site-blue-0-8);
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  color: var(--site-white);
  display: block;
  padding: 7px;
  overflow: hidden;
  right: 0;
  margin-right: 17px;
}

.articles_list .items .item .place {
  font-size: 12px;
  margin-bottom: 15px;
}

.articles_list .items .item .place a {
  color: #4a4a4a !important;
  color: var(--site-grey) !important;
  text-decoration: none;
}

.article_show .place {
  font-size: 12px;
  margin-bottom: 22px;
}

.article_show .place a {
  color: #4a4a4a !important;
  color: var(--site-grey) !important;
  text-decoration: none;
}

.articles_table .tab {
  background-color: rgba(74, 74, 74, 0.1);
  background-color: var(--site-grey-0-1);
  display: inline-block;
  margin-top: 20px;
}

.articles_table .items {
  display: block;
}

.articles_table .items .item .title a,
.articles_table .items .item .title a:hover,
.articles_table .items .item .title a:active {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #333333;
  text-decoration: none;
}

.articles_table .items .item .intro {
  margin-top: 22px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: justify;
  color: #4a4a4a;
  color: var(--site-grey);
}

.articles_table .items .item .date,
.articles_list .items .text .date,
.article_show .dateauthor_m {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #666666;
}

.article_show .dateauthor_m {
  margin-bottom: 20px;
}

.articles_table .button {
  margin-top: 10px;
}

.articles_table .button a {
  border-radius: 10px;
  border: solid 1px #0064a7;
  border: solid 1px var(--site-blue);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0064a7;
  color: var(--site-blue);
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  float: right;
}

.articles_titlelist {
  margin-top: 28px;
}

.articles_titlelist .items {
  /*padding: 0px 17px;*/
}

.articles_titlelist .items .item {
  margin-bottom: 15px;
  margin-top: 15px;
}

.articles_titlelist .items .item .title a,
.articles_titlelist .items .item .title a:hover,
.articles_titlelist .items .item .title a:active {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #4a4a4a;
  color: var(--site-grey);
  text-decoration: none;
}

.articles_titlelist .items .item .date {
  font-size: 12px;
}

.articles_titlelist .items .item:not(:first-child){
  border-top: solid 1px rgba(255, 255, 0, 0.5);
  border-top: solid 1px var(--site-blue-0-5);
}

.articles_titlelist_category .items .item:not(:first-child) {
  border-top: solid 1px rgba(255, 255, 0, 0.5);
  border-top: solid 1px var(--site-grey) !important;
}

.articles_titlelist .text {
  float: left;
  display: inline;
  width: 63%;
}

.articles_titlelist .button {
  float: right;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 20px;
  display: inline;
}

.articles_titlelist .button a,
.articles_titlelist .button a:hover,
.articles_titlelist .button a:active {
  border-radius: 10px;
  background-color: #0064a7;
  background-color: var(--site-blue);
  display: inline-block;
  padding: 11px 21px;
  color: #ffffff;
  color: var(--site-white);
  text-decoration: none;
}

.articles_titlelist .items .item .date span {
  color: #9b9b9b;
  color: var(--site-grey-light);
}








.article_titlelist_category {
  margin-top: 28px;
}

.article_titlelist_category .items {
  padding: 0px;
}

.article_titlelist_category .items .item {
  margin-bottom: 15px;
  margin-top: 15px;
}

.article_titlelist_category .items .item:not(:first-child) {
  border-top: solid 1px #9b9b9b;
  border-top: solid 1px var(--site-grey-light);
}

.article_titlelist_category .items .item .title a,
.article_titlelist_category .items .item .title a:hover,
.article_titlelist_category .items .item .title a:active {
  font-weight: 600;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #4a4a4a;
  color: var(--site-grey);
  text-decoration: none;
}

.article_titlelist_category .items .item .date {
  font-size: 12px;
}

.article_titlelist_category .button {
  margin-top: 30px;
  margin-bottom: 10px;
}

.article_titlelist_category .button a,
.article_titlelist_category .button a:hover,
.article_titlelist_category .button a:active {
  border-radius: 10px;
  background-color: #0064a7;
  background-color: var(--site-blue);
  display: inline-block;
  padding: 11px 21px;
  color: #ffffff;
  color: var(--site-white);
  text-decoration: none;
  text-align: center;
  width: 100%;
}

.article_titlelist_category .items .item .date span {
  color: #9b9b9b;
  color: var(--site-grey-light);
}

.article_titlelist_category .items .item .date span.fa  {
  margin-right: 5px;
  color: #0064a7;
  color: var(--site-blue);
}

.box_textarea_3 {
  margin-top: 20px;
}

.articles_table h4,
.articles_titlelist h4 {
  padding: 0px 17px;
}

.article_show .photodiv {
  display: inline-block;
  float: right;
  margin-left: 20px;
  max-width: 50%;
}

@media screen and (max-width: 768px) {
  .article_show .photodiv {
    display: block;
    width: 100%;
    float: none;
    margin-left: 0px;
  }
}

@media screen and (max-width: 990px) {
  .article_show .photodiv {
    float: none;
    margin-bottom: 20px;
    margin-left: 0px;
    max-width: 100%;
  }
}



.article_show h2.title {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .article_show h2.title {
    margin-top: 20px;
  }
}

.article_show .moretext {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #4a4a4a;
  color: var(--site-grey);
}

.article_gallery {
  margin-top: 50px;
  margin-bottom: 10px;
}

/* Galeria */
.large_photo {
  background-color: #f1f1f1;
  background-color: var(--site-light-grey);
  margin-bottom: 10px;
  width: 100%;
  max-width: 940px;
  height: 800px;
  display: table;
}

.small_photos .itemphotos {
  width: 220px;
  height: 220px;
  background-color: #f1f1f1;
  background-color: var(--site-light-grey);
  cursor: pointer;
  margin-bottom: 10px;
}

.large_photo button,
.large_photo button:hover,
.large_photo button:active {
  background: transparent !important;
  border: 0px !important;
  outline-width:0 !important;
}

.large_photo .fa {
  font-size: 36px;
  color: #0064a7;
  color: var(--site-blue);
  opacity: 0.1;
}

.large_photo .fa:hover {
  opacity: 1;
}

.large_photo .slider_div {
  text-align: center;
  display: table-cell;
  padding: 0px 70px;
  vertical-align:middle;
}

.large_photo .slider_div img {
max-height:100%;
max-width:100%;
}
.large_photo .slider_div .name {
  margin-top: 20px;
  font-weight: 600;
}
.large_photo .slider_div .description {
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .large_photo .slider_div {
    display: block !important;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .large_photo {
    background: transparent;
  }
  .small_photos,
  .large_photo button {
    display: none;
  }
}


/* Stopka */

.footer {
    background: #FAFAFA;
    color: rgba(0,0,0,0.5);
    font-size: 14px;
    padding: 50px;
}

.footer .text {
    padding: 25px;
}

.footer .created_by {
  font-size: 12px !important;
}

@media screen and (max-width: 990px) {
  .footer .created_by {
    text-align: left;
  }
  .nav > li > a {
    padding: 10px 6px;
  }
}

@media screen and (max-width: 990px) {
}

.banery {
  margin-top: 60px;
}
.banery h2 {
  padding: 17px 0px;
}

.banery .box {
  text-align: center;
}

.banery .elements {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}


@media screen and (max-width: 768px) {
  .banery .elements {
    display: block;
  }
}

#map {
  width: 100%;
  height: 400px;
}

#mapinfo {
  z-index: 999;
  background-color: rgba(255, 255, 0, 1);
  background-color: var(--site-blue);
  width: 40%;
  min-height: 100px;
  bottom: 0 !important;
  right: 50px !important;
  z-index: 9999999 !important;
  color: #fff;
  color: var(--site-white);
  display: none;
  padding: 17px;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
}

#mapinfo .name,
#mapinfo .address {
  display: block;
}

#mapinfo .address {
  font-size: 14px;
  font-weight: normal;
}

#mapinfo .button {
  border-radius: 10px;
  border: solid 1px #ffffff;
  border: solid 1px var(--site-white);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  color: var(--site-white);
  display: inline-block;
  padding: 10px;
  float: right;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #mapinfo {
    left: 0 !important;
    width: 100% !important;
    font-size: 14px;
  }
  #mapinfo .address {
    font-size: 12px;
  }
}

.footer {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .footer .box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 240px !important;
  }
}

.footer .box .elements {
  margin-bottom: 10px;
}

.footer .box_menu ul {
  padding: 0px 17px;
}

.footer .box_menu li {
  list-style: none;
}

.menu_left {
  overflow: wrap;
}

.menu_left h5 {
  margin-top: 30px;
}

.menu_left .arrows {
  display: none;
}

.box_menu_7 .fa,
.menu_left .fa {
  margin-left: 10px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .box_menu_8 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .box_menu_8 {
    display: none;
  }
  .menu_left .arrows {
    display: inline-block;
  }
}

.box_menu_8 ul {
  padding: 0px 0px;
  overflow: hidden;
}

.box_menu_8 li {
  list-style: none;
  white-space: normal !important;
}

ul.mlevel_2 {
  margin-left: 15px;
  display: none;
}

.box_menu_8 li a {
  font-size: 12px;
}

.footer .box_menu li a,
.footer .box_menu div a {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #ffffff;
  color: var(--site-white);
  /*text-transform: uppercase;*/
}

.searchbox{
    position:relative;
    min-width:30px;
    width:0%;
    height:40px;
    float:right;
    overflow:hidden;
    
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input {
    top:0;
    right:0;
    border:0;
    outline:0;
    width:100%;
    height:40px;
    margin:0;
    padding:0px 25px 0px 10px;
    font-size:12px;
    color: #4a4a4a;
    color: var(--site-grey);
    border: 0;
}

.search-border {
    border: 1px solid rgba(74, 74, 74, 0.1);
    border: 1px solid var(--site-grey-0-1);
}

.searchbox-input::-webkit-input-placeholder,
.searchbox-input:-moz-placeholder,
.searchbox-input::-moz-placeholder,
.searchbox-input:-ms-input-placeholder {
    color: #4a4a4a;
    color: var(--site-grey);
}

.searchbox-icon,
.searchbox-submit{
    width:40px;
    height:40px;
    display:block;
    position:absolute;
    top:0;
    font-size: 18px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:36px;
    text-align:center;
    cursor:pointer;
}

.searchbox-open{
    width:100%;
}

.searchbox input {
	background: transparent !important;
}

input.searchbox-submit {
	background: transparent !important;
}

.fcontent textarea {
  width: 100%;
  height: 100px;
}

.fauthor {
  float: left;
}

.fconfirm {
  float: right;
}

.comments .item {
  margin-top: 40px !important;
  font-size: 12px;
  border: 1px solid rgba(74, 74, 74, 0.1);
  border-radius: 4px;
  padding: 7px;
}

.comments .item .dateauthor {
  color: #0064a7;
  color: var(--site-blue);
}

.zgoda .zcheckbox {
  float: left;
  width: 5%;
}

.zgoda .ztext {
  float: left;
  width: 95%;
}

.recaptcha {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-row {
  margin-top: 10px;
}

.error {
  color: #d9534f;
  display: block;
}

#h2form {
  padding-top: 17px;
}

.table_head {
  margin-top: 5px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #0064a7 !important;
  color: var(--site-blue) !important;
}

/* Załączniki */

.attachments .item {
  display: table;
  margin-bottom: 35px;
}

.publications .attachments .item {
  margin-bottom: 10px;
}

.attachments .item .attrow {
  display: table-row;
}

.attachments .level_1 {
  margin-left: 20px;
}

.attachments .item .icon {
  display: table-cell;
  width: 50px;
  vertical-align: top;
}

.publications .item .icon {
  width: 30px;
}

.attachments .item .icon span {
  font-size: 40px;
  color: #0064a7;
  color: var(--site-blue);

}

.publications .attachments .item .icon span {
  font-size: 20px;
}

.attachments .item .file {
  display: table-cell;
  vertical-align: top;
}

.attachments .item .file a {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #4a4a4a;
  color: var(--site-grey);
  text-decoration: none;
}

.publications .attachments .item .file a {
  font-size: 16px;
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #4a4a4a;
  color: var(--site-grey);
  text-decoration: none;
}

.attachments .item .file .date,
.attachments .item .file .description {
  font-size: 12px;
  margin-top: 6px;
}

.zip {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  background-color: #0064a7;
  background-color: var(--site-blue);
  padding: 12px 44px;
  cursor: pointer;
}

.zampubl .items .item {
  padding: 20px;
  border: solid 1px #9b9b9b;
  border: solid 1px var(--site-grey-light);
}

.zpstatus {
  margin-top: 15px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.zpstatus i {
  color: rgb(0,100,167);
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .zampubl .items .item {
    padding: 0px;
    border: 0;
    margin-bottom: 57px;
  }
}

.zampubl .items .item .name a {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #0064a7;
  color: var(--site-blue);
  text-decoration: none;
  display: block;
  margin-bottom: 38px;
}

.zampubl .items .item .sub .subname a {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0064a7;
  color: var(--site-blue);
  text-align: center;
  text-decoration: none;
  display: table-cell;
  margin-bottom: 19px;
  border-radius: 10px;
  border: solid 1px #0064a7;
  border: solid 1px var(--site-blue);
  height: 72px;
  width: 100%;
  vertical-align: middle;
}

.zampubl .items .item {
}

.zampubl .items .item .sub {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 19px;
}

.zampubl .items .item .sub .subname {
  display: table-row;
}

/* Baza miejsc */

.map_list .items .item div,
.map_show div {
  font-size: 14px;
  color: #4a4a4a;
  color: var(--site-grey);
  padding: 9px 0px;
}

.map_show div {
  font-size: 18px;
}

.map_list .items .item div a,
.map_show div a {
  font-size: 14px;
  color: #4a4a4a;
  text-decoration: none;
}

.map_show div a {
  font-size: 18px;
}

.map_list .separator {
  margin-top: 9px;
  margin-bottom: 27px;
  border-bottom: 1px solid #9b9b9b;
  border-bottom: 1px solid var(--site-grey-light);
  padding: 0px;
}

.map_list .items .item .fa,
.map_show .fa {
  color: #0064a7;
  color: var(--site-blue);
  margin-right: 5px;
}

.map_show .fa {
  font-size: 20px;
}

.map_list .items .item .fa-map-marker,
.map_show .fa-map-marker {
  margin-right: 10px;
}

.map_list .items .item .name a {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #0064a7;
  color: var(--site-blue);
  text-decoration: none;
}

.map_list .items .item .site span,
.map_show .site span {
  display: inline-block;
  float: right;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  color: var(--site-white);
  border-radius: 5px;
  background-color: #0064a7;
  background-color: var(--site-blue);
  padding: 8px 6px;
}

.map_show .site {
    display: block;
    margin-top: -20px;
}

@media screen and (min-width: 991px) {
  .map_show .site {
    display: block;
    padding-top: 45px;
    text-align: right;
  }
  
  .map_show.name {
    padding-right: 30px;
  }
}

.map_show .site span {
  float: unset;
}

@media screen and (max-width: 990px) {
  .map_list .items .item .site span {
    float: left;
  }
}

.map_list .filter {
  margin-top: 25px;
}

.map_list .row:first-child {
  margin-bottom: 30px;
}

.map_list .filter input,
.map_list .filter select,
.map_list .filter button {
  border: solid 1px rgba(255, 255, 0, 0.8);
  border: solid 1px var(--site-blue-0-8);
  color: #0064a7;
  color: var(--site-blue);
}

/* Wyszukiwarka */

.search_results_q {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #4a4a4a;
  color: var(--site-grey);
  margin-top: 33px;
  margin-bottom: 60px;
}

.search_results_q span {
  color: #0064a7;
  color: var(--site-blue);
}

.search_results .title a {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #0064a7;
  color: var(--site-blue);
  text-decoration: none;
}

.search_results .url a {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #4a4a4a;
  color: var(--site-grey);
  text-decoration: none;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  display: block;
}

.search_results .results_count {
  margin-bottom: 60px;
}

/* Pliki do pobrania */

.publications ul.categories,
.publications ul.categories li {
  color: #0064a7;
  color: var(--site-blue);
}

.publications ul.categories li a {
  font-weight: 600;
  text-decoration: none;
}

/* Intranet */

.intranet #header {
  display: none;
}

.intranet .logo_blue {
  display: none;
}

.intranet .logo_white {
  display: block;
}

.intranet .top {
  background-color: #0064a7;
  background-color: var(--site-blue);
  margin-top: -30px;
  padding: 30px 0px;
  color: #fff;
}

.intranet .top input {
  border-color: #fff;
  color: #fff;
}

.intranet .logo div {
  float: left;
}

.intranet .logo div.txt {
  margin-top: 10px;
  margin-left: 20px;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .intranet .logo div.txt {
    display: none;
  }
  .intranet .top {
    padding-bottom: 10px;
  }
}

.intranet .sbox {
    background: #0064a7;
    border-radius: 0px 4px 4px 0px;
    left: -304px;
    padding: 4px 4px 4px 0px;
    position: fixed;
    top: 100px;
    transition: transform 0.4s;
    width: 300px;
    z-index: 999;
}

.intranet .sbox:hover {
    transform: translateX(304px);
}

.intranet .sbox .sbox__content {
    background: #0064a7;
    min-height: 200px;
    padding: 10px;
    position: relative;
    color: #fff;
}

.intranet .sbox .sbox__title {
    background: #0064a7;
    border: solid #0064a7;
    border-radius: 0px 0px 4px 4px;
    border-width: 0px 4px 4px;
    cursor: default;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: -72px;
    text-align: center;
    top: 70px;
    transform: rotate(-90deg);
    width: 106px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.intranet .box_menu_7 ul {
  margin-left: -35px;
}

.intranet .box_menu_7 li {
  list-style: none;
  margin-bottom: 10px;
}

.intranet .logout {
  margin-left: 5px;
}

.intranet .box_menu_7 a,
.intranet .logout a {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-decoration: none;
  color: #ffffff;
}

.input-group {
  margin-bottom: 15px;
}

.login-form form {
  margin-top: 50px;
}

.logon_as,
.logon_as * {
  font-size: 12px;
}

/* Baner top SlideJS */

  body {
  -webkit-font-smoothing: antialiased;
}
    
.slidesjs-control, .slidesjs-container {
  max-height: 500px !important;
}

#slides {
  display: block;
  text-align: center;
}

#slides .slidesjs-navigation {
  margin-top:5px;
}

a.slidesjs-next,
a.slidesjs-previous,
a.slidesjs-play,
a.slidesjs-stop {
  display: none;
}

.slidesjs-pagination {
  margin: 7px 0 0;
  list-style: none;
  display: inline-block;
}

.slidesjs-pagination li {
  float: left;
  margin: 0 1px;
}

.slidesjs-pagination li a {
  display: block;
  padding-top: 13px;
  background-color: #f00;
  background-position: 0 0;
  float: left;
  overflow: hidden;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border: 1px solid #0064a7;
  background-color: #fff;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-color: #0064a7;
}

.slidesjs-pagination li a:hover {
  background-position: 0 -26px
}

.message_bar {
  width: 100%;
  position: fixed;
  bottom:0px;
  box-shadow: 0px 0 10px 0 #FFFFFF;
  background: #0064A7;
  z-index: 8888;
  font-size: 12px;
  line-height: 1.3em;
  left: 0px;
  color:#FFF;
  padding: 10px;
}

.message_bar .close {
  position: absolute;
  right: 10px;
  margin-top: 0px;
  cursor: pointer;
  color: #fff;
  opacity: .8;
  z-index: 9999;
} 

.message_bar a {
  color: #fff;
  font-weight: 500;
} 

.pubconfirm {
  cursor: pointer;
  font-size: 12px;
  color: #d00;
}

.confirm_msg {
  position: absolute;
  background: #eee;
  border: 1px solid #0064a7;
  width: 100%;
  min-height: 300px;
  z-index: 9999;
  top: 100px;
  display: none;
  padding: 15px;
}

.confirm_msg .closeButton {
  text-align: right;
}

.confirm_msg .closeButton a,
.confirm_msg .closeButton a:hover {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.box_menu_1 li {
  padding: 0 15px;
}

.box_menu_1 li a {
  color: #333333 !important;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 50px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  text-decoration: none;
  font-family: "Lato", "Dosis","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.box_menu_1 li a:hover,
.box_menu_1 li a.active {
  text-decoration: none;
  border-bottom: 3px solid #333333;
}

.box .submenu {
  padding-left: 15px;
}

.box .submenu a {
  font-weight: normal !important;
}

#headerContent {
    min-height: 200px;
    background: url(../gfx/guda_tlo.jpg) no-repeat;
    background-position: center center;
    background-size:cover;
    padding: 40px;
}

#headerContent .box {
    box-shadow: inset 0 0 0 100vw rgba(0,0,0,0.3), 0 0 30px rgba(0,0,0,0.4);
    border-radius: 25px;
    color: rgba(255,255,255,0.7);
    margin-right: 40%;
    font-size: 20px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
    padding: 20px;
}

#headerContent .box h1 {
    color: rgba(255,255,255,1);
    font-family: "Lato", "Dosis","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.1;
    font-size: 58px;
    padding: 0px;
}

#headerContent .box h3 {
    color: rgba(255,255,255,1);
    opacity: 0.6;
    margin-top: 20px;
    margin-bottom: 50px;
    font-weight: 600;
    line-height: 1.1;
    font-size: 25px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

#headerContent .boxLevel {
    background-color: rgba(255,255,255,0.7);
    border-radius: 15px;
    color: rgba(0,0,0,1);
    font-size: 20px;
    padding: 15px;
    margin-top: 20px;
    font-size: 16px;
}

#headerContent .boxLevel a {
    color: rgba(0,0,0,1);
    font-size: 16px;
}

@media screen and (max-width: 768px) {

  #headerContent .box {
      margin-right: 0%;
      font-size: 18px;
  }
  
  #headerContent .box h1 {
      font-size: 38px;
  }
  
  #headerContent .box h3 {
      font-size: 18px;
  }
  
  .navbar-collapse {
    margin-left: -100px;
    margin-top: 0px;
    border: 1px solid #0064a7;
    position: absolute;
    z-index: 999;
    top: 0;
    margin-top: 50px;
    padding-right: 40px;
    right: 0;
  }
  
  .navbar-collapse {
    margin-right: -5px !important;
  }
  
  .navbar-collapse li:not(.divider) {
    padding: 10px !important;
  }
  
  .navbar-collapse li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, .15);
  }
  
  .navbar-collapse .dropdown-menu li {
    border-top: 0px !important;
  }
  
  .dropdown-menu {
    margin: -10px !important;
    margin-top: 10px !important;
  }
}
div.article_show .moretext, div.article_show .header h1.title {
    max-width: 1200px;
    margin: auto;
}