body {
  font-family: "Lato", "Raleway", "Ubuntu Light", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
}



/* -------------------------- KLASA IDENTYFIKUJĄCA TREŚCI DLA OSÓB NIEPEŁNOSPRAWNYCH - START --------------------------- */
.font-sizable {
  font-size: 16px;
}
/* -------------------------- KLASA IDENTYFIKUJĄCA TREŚCI DLA OSÓB NIEPEŁNOSPRAWNYCH - END --------------------------- */



/* -------------------------- NAWIGACJA - GÓRA STRONY - START --------------------------- */
.nav-menu {
  overflow: hidden;
  display: block;
  position: fixed;
  width: 100%;
  z-index: 1;

  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);

  background-color: rgba(255, 255, 255, 0.95);

  top: 40px;
  height: 110px;
}

.nav-menu .item-left,
.nav-menu .item-right {
  position: fixed;
  right: 0px;
  top: 40px;
  width: auto;
}

.item-right {
    margin-left: 270px;
}

.dropdown-menu-my {
  display: none;
  position: absolute;
  padding: 0px 20px;
  margin-top: 10px;
  right: -100px !important;
  background-color: rgba(247, 247, 247, 0.95);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  min-width: 250px;
  font-size: 14px;
  z-index: 1;
}

.subitem:hover .dropdown-menu-my {
  display: block;
}

.dropdown-menu-my a {
  float: none;
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  line-height: normal;
  height: auto;
  width: auto;

  border-bottom: 1px solid #e9ecef;
}

.dropdown-menu-my a:last-child {
  border-bottom: 0px;
}

.navbar-top {
  padding: 10px 30px;
  background-color: rgba(250, 250, 250);

  font-family: "Raleway";  
  font-size: 12px;
  color: #8e8e8e;
  height: 40px;
}

.navbar-my-top {
  display: block;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);

  top: 0px;
  position: fixed;
  width: 100%;
  z-index: 1;
}

.navbar-my-contrast {
  /*background-color: rgba(255, 255, 255, 0.55);*/
}

.subitem, .subitem-logo {
  float: left;
  padding: 0 10px;
  text-align: center;

  cursor: pointer;

  color: #555555;

  text-decoration: none;
  font-size: 14px;
  height: 110px;  
}

.subitem-logo {
  padding-top: 20px;
}

.subitem {
  background: linear-gradient(#45aed6, #45aed6) top / 0 3px no-repeat; 
  
  -webkit-transition: 0.8s background-size;
  -moz-transition: 0.8s background-size;
  -o-transition: 0.8s background-size;
  transition: 0.8s background-size;
}

.subitem.active,
.subitem.open,
.subitem:hover {
  background-size: 100% 3px; 
}

.user-disability {
  display: block;
}

.toggle {
  display: none;
  float: right;
}
/* -------------------------- NAWIGACJA - GÓRA STRONY - END --------------------------- */

.margines {
  margin-top: 151px;
}

/* -------------------------- OBSŁUGA SLIDERA - START --------------------------- */
.slider-container {
  width: 100%;
  margin: 0px;
  position: relative;
}

.progress_bar {
  width: 0px;
  height: 3px;
  position: relative;
  background: #45aed6; 
}

.slide {
  display: none; 
  background-size: cover;
  background-position: 0% 50%; 
  height: 75vh;
  max-height: 1200px;
  min-height: 200px;
}

.text-on-slider {
  position: absolute; 
  bottom: 120px; 
  right:50px; 
  font-size: 40pt; 
  text-decoration: none; 
  font-weight: 300; 
  text-shadow:2px 3px 3px black;
  color: white;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  background-color: rgba(0,0,0,0.1);
  z-index: 2;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.2);
}

.dot-container {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

.dot {
  cursor: pointer;
  bottom: 30px;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;

}

.active2, .dot:hover {
  background-color: #717171 !important;
}

.fade-effect {
  -webkit-animation-name: fade-effect;
  -webkit-animation-duration: .5s;
  animation-name: fade-effect;
  animation-duration: .5s;
}

@-webkit-keyframes fade-effect {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade-effect {
  from {opacity: .4} 
  to {opacity: 1}
}
/* -------------------------- OBSŁUGA SLIDERA - END --------------------------- */



/* -------------------------- OBSŁUGA SLIDERA DLA NEWSÓW - START --------------------------- */
.news-slide {
  display: none; 
  background-size: cover;
  background-position: 0% 50%; 
  height: auto;
  min-height: 200px;
}

.news-dot-container {
  position: relative;
  width: 100%;
  text-align: center;
}

.news-dot {
  cursor: pointer;
  bottom: 30px;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.news-dot.active, 
.news-dot.open, 
.news-dot:hover {
  background-color: #717171 !important; 
}
/* -------------------------- OBSŁUGA SLIDERA DLA NEWSÓW - END --------------------------- */



/* -------------------------- OKNO MODALNE - START --------------------------- */
.modal-my{
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

/* Modal Content */
.modal-content-my {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 60%;
    color: black;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.close-my {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-my:hover,
.close-my:focus {
    color: #f00;
    text-decoration: none;
    cursor: pointer;
}

.modal-header-my {
    border-bottom: 1px solid #e9ecef;
    padding: 20px 20px;
    margin: 0px 20px;
    background-color: #fff;

    color: black;
}

.modal-body-my {
    padding: 20px 40px;
}

.modal-footer-my {
    text-align: right;
    border-top: 1px solid #e9ecef;
    padding: 20px 20px;
    margin: 0px 20px;
    background-color: #fff;
    color: white;
}
/* -------------------------- OKNO MODALNE - END --------------------------- */



/* -------------------------- OBSŁUGA AKAPITÓW KAŻDEJ SEKCJI (TRESCI) - START --------------------------- */
.title,
.title-aktualnosci,
.text-on-banner {
  font-family: "Raleway";
  padding-left: 150px;
  font-weight: bold;
}

.text-on-banner {
  text-shadow: 2px 3px 3px black;
}

.title {
  font-size: 24pt;
}

.title-aktualnosci {
  padding-left: 0px;
  font-size: 24pt;
}

.artykul > * {
  font-family: "Raleway" !important;
  margin: 0px 150px 0px 150px !important;
  line-height: 170% !important;
  color: black;
}

.artykul img {
  max-width: 100%;
  height: auto;
}

.paragraf {
  font-size: 17pt !important;
  padding: 5px 0px !important;
}
/* -------------------------- OBSŁUGA AKAPITÓW KAŻDEJ SEKCJI (TRESCI) - END --------------------------- */



/* -------------------------- EFEKT - LICZNIK (lb.studentow, lb.pracownikow, ...) - START --------------------------- */
.counter {
  background-color: #efefef;
  min-height: 250px;
  width: 100%;
  color: #27323a;
  padding: 45px 50px;
  margin: 0px 0px 30px 0px;
}

@keyframes ruch {
  0% { top: 150px; }
  40% { top: 30px; }
  100% { top: 0px; }
}

@-webkit-keyframes ruch {
  0% { top: 150px; }
  40% { top: 30px; }
  100% { top: 0px; }
}
/* -------------------------- EFEKT - LICZNIK (lb.studentow, lb.pracownikow, ...) - END --------------------------- */



/* -------------------------- OBSŁUGA GRAFIKI WEKTOROWEJ 128x128px - START --------------------------- */
.img-vector-128x128 {
  position: fixed;
  top: 50%;
  left: 30px;

  opacity: 0;
  background-size: cover;

  width: 84px;
  height: 84px;

  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
}

.img-vector-128x128.active {
  opacity: 1;
}
/* -------------------------- OBSŁUGA GRAFIKI WEKTOROWEJ 128x128px - END --------------------------- */



/* -------------------------- DEFINICJA PRZYCISKU - START --------------------------- */
.btn-css {
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

.btn-black {
  border: 1px solid #000;
  color: #000;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0);
}
.btn-black:hover {
  background-color: rgba(0, 0, 0, 1);
  color: #eee;
  text-decoration: none;
}

.btn-white {
  border: 1px solid #fff;
  color: #fff;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0);
}
.btn-white:hover {
  background-color: rgba(255, 255, 255, 1);
  color: #222;
  text-decoration: none;
}
/* -------------------------- DEFINICJA PRZYCISKU - END --------------------------- */



/* -------------------------- MAPA GOOGLE - START --------------------------- */
.company-address {
  position: absolute; 
  width: 330px;
  top: 70px; 
  left:20px; 
  z-index: 0;
}

.map-container {
  position: relative;
  height: 500px;
}
/* -------------------------- MAPA GOOGLE - END --------------------------- */



/* -------------------------- OBSŁUGA STOPKI STRONY - START --------------------------- */
#MyFooter {
  height: auto;
  width: 100%;

  font-family: "Raleway";
  font-size: 13px;
  color: #aaa;

  background-color: #2f2f2f;
  border-top: 1px solid #ddd;
  padding: 50px 20px 50px 20px;
}

.footer-column-center {
  text-align: left;
}

.footer-column {
  padding-top: 20px;
  padding-bottom: 20px;
}

.social-icons {
  color: #aaa;
  transition: 0.3s;
  padding: 0px 5px;
}
.social-icons:hover {
  color: #45aed6;
  text-decoration: none;
}

.link-to {
  color: #aaa;
  transition: 0.3s;
}
.link-to:hover {
  color: #45aed6;
  text-decoration: none;
}
/* -------------------------- OBSŁUGA STOPKI STRONY - END --------------------------- */



/* -------------------------- OGÓLNE FORMATOWANIA TEKSTU - START --------------------------- */
strong, .bold {
  font-weight: bold;
}

.akapit {
  text-indent: 5%;
}

.masonry {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
}

.masonry-item {
  width: 32%;
  max-width: 100%;
}

.masonry.fadeIn {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.container .masonry-item {
  margin-bottom: 30px;
}

.read-more-button {
  cursor: pointer;
}

.feature {
  margin-bottom: 24px;
}

.bg-secondary {
  background: #f8f8f8 !important;
  height: 100%;
}

.display-block {
  display: block;
}

.fade-1-4 {
  opacity: 0.75;
}

.color-primary {
  color: #3b3be8 !important;
}

.td-disabled {
  text-decoration: none !important;
}

.fade-on-hover {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .5;
}

.fade-on-hover:hover {
  opacity: 1;
}

.p32 {
  padding: 0 32px;
}

.pt40 {
  padding-top: 40px;
}

.pt90 {
  padding-top: 90px;
}

.pt120 {
  padding-top: 120px;
}

.pt180 {
  padding-top: 180px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb180 {
  padding-bottom: 180px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb16 {
  margin-bottom: 16px;
}

.mb64 {
  margin-bottom: 64px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

.text-white {
  color: #fff;
}

.text-blue {
  color: #1578a9;
/*  color: #45aed6; */
}

.text-black {
  color: #000;
}
.fs17px {
  font-size: 17px;
}

.fs40px {
  font-size: 40px;
}

.fs50px {
  font-size: 50px;
}

.fs68px {
  font-size: 68px;
}

.fs78px {
  font-size: 78px;
}
/* -------------------------- OGÓLNE FORMATOWANIA TEKSTU - END --------------------------- */










@media only screen and (min-width: 768px) {
/* -------------------------- EFEKT - LICZNIK (lb.studentow, lb.pracownikow, ...) - START --------------------------- */
  .counter-element2 {
      animation-name: ruch;
      animation-duration:2s;
      animation-timing-function: linear;

      -webkit-animation-name: ruch;
      -webkit-animation-duration: 2.5s;
      -webkit-animation-timing-function: linear;
  }
  
  .counter-element {
      position: absolute; 
      width: 100%; 
      height: auto;
  }
/* -------------------------- EFEKT - LICZNIK (lb.studentow, lb.pracownikow, ...) - END --------------------------- */
  
/* -------------------------- DOSTOSOWANIE STOPKI - START --------------------------- */
  .footer-column-center {
      border-left: 1px solid #aaa;
      border-right: 1px solid #aaa;
  }
  
  .footer-column {
      height: 100%; 
      min-height: 100%;
  }
  
  .container-footer {
      height: 100%; 
      min-height: 100%;
      padding-bottom: 10px;
  }
/* -------------------------- DOSTOSOWANIE STOPKI - END --------------------------- */
}



@media only screen and (max-width: 768px) {
/* -------------------------- OBSŁUGA MENU - NAWIGACJA - START --------------------------- */
  .navbar-top {
      padding: 0px;
  }
  .nav-menu {
      height: 70px;
  }
  .subitem-logo {
      height: 70px;
      line-height: 70px;
      padding-top: 0;
  }

  .subitem {
      float: none;
      cursor: pointer;
      background-color: rgba(255, 255, 255, 0.95);
      z-index: 1;
      text-align: left;
      width: auto;
      height: auto;
      line-height: normal;
      padding: 15px 10px;
      font-size: 16px;


      -webkit-transition: .8s color;
      -moz-transition: .8s color;
      -o-transition: .8s color;
      transition: .8s color;
  }
  .subitem:hover {
      color: #45aed6;
  }

  .dropdown-menu-my {
      top: auto;
      left: 0;
  }

  .user-disability {
      display: none;
  }

  .item-right {
      display: none;
      position: fixed;

      top: 112px !important;
      left: 0px;
      width: auto;
      height: auto;
      margin-left: 0;
  }
  
  .toggleShow {
      display: block;
  }
  
  .toggle {
      display: block;
      cursor: pointer;
  } 
   
  .subitem.active ,
  .subitem.open ,
  .subitem:hover {
      border: none;
      background-size: 0 0;
  }
/* -------------------------- OBSŁUGA MENU - NAWIGACJA - END --------------------------- */


/* -------------------------- OBSŁUGA SLIDER - START --------------------------- */
  .slider-container {
      margin: 151px 0px 30px 0px;
  }
  
  .title {
      letter-spacing: normal !important;
      font-size: 24px;
  }
/* -------------------------- OBSŁUGA SLIDER - END --------------------------- */
  
/* -------------------------- OBSŁUGA AKAPITÓW KAŻDEJ SEKCJI (TRESCI) - START --------------------------- */
  .artykul > *,
  div h2 {
      padding: 0px !important;
      margin: 0px !important;
  }
/* -------------------------- OBSŁUGA AKAPITÓW KAŻDEJ SEKCJI (TRESCI) - END --------------------------- */

/* -------------------------- OBSŁUGA GRAFIKI WEKTOROWEJ 128x128px - START --------------------------- */
  .img-vector-128x128 {
      display: none;
  }
/* -------------------------- OBSŁUGA GRAFIKI WEKTOROWEJ 128x128px - END --------------------------- */
  
/* -------------------------- DOSTOSOWANIE STOPKI - START --------------------------- */
  .footer-column-center {
      border-top: 1px solid #aaa;
      border-bottom: 1px solid #aaa;
  }
/* -------------------------- DOSTOSOWANIE STOPKI - END --------------------------- */

  .fs78px {
      font-size: 50px;
  }
  .fs40px {
      font-size: 25px;
  }
  .text-on-banner {
      padding: 0px;
      margin: 0px;
  }

  .modal-my {
      margin: 0px;
      padding: 0px;
  }
  .modal-content-my {
      width: 85%;
      margin: 30px;
      padding: 0px;
  }
}





/* -------------------------- EFEKTY DO GRAFIKI - START --------------------------- */
.distance {
	padding: 10px 0px;
}
.my-box-shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* -------------------------- EFEKTY DO GRAFIKI - END --------------------------- */





/* OD PRZEMKA */
.entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
  font-size: 13px;
}

.entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}

#blog {
  padding: 100px 0px 60px 0px;
}
#blog .blog-post {
  border: 1px solid #eee;
  padding: 15px;
}
#blog .blog-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
  border-radius: 100px;
}
#blog .blog-post.blog-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}
#blog .blog-post.blog-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}
#blog .blog-post.blog-large .post-format > i {
  font-size: 20px;
}
#blog .blog-post.blog-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-large .entry-title, 
#blog .blog-post.blog-large .entry-title-1 {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 900;
  color: #64686d;
  font-family: 'Roboto', sans-serif;
}
#blog .blog-post.blog-large .entry-title-1 {
  font-weight: 400;
}
#blog .blog-post.blog-large .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-large .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post.blog-media {
  margin-bottom: 30px;
}
#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}
#blog .blog-post.blog-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}
#blog .blog-post.blog-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-media .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-media .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#blog .blog-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#blog .blog-post .entry-meta > span > a {
  color: #999;
}
#blog .blog-post .entry-meta > span > a:hover {
  color: #45aed6;
}

#blog .tresc {
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #64686d;
  line-height: 26px;
}
/* ********** */


table {
    width: auto !important;
}

table,
table th,  
table td {
  border: 1px solid #eee;
}

table td {
    padding: 10px;
}
table td {
	height: 45px;
}
table thead {
	background-color: #eee;
}
table tr:nth-child(2n-1) {
  background-color: #eee;
}

table.pracownicy,
table.pracownicy thead
table.pracownicy th,  
table.pracownicy td {
  border: 0px solid;
  background-color: #fff;
}
