/* -------------------------- OBSŁUGA SLIDERA - START --------------------------- */
.newsy-slider-container {
  width: 100%;
  margin: 0px;
  position: relative;
}

.newsy-prev, .newsy-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;
}

.newsy-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.newsy-prev:hover, .newsy-next:hover {
  background-color: rgba(0,0,0,0.2);
}
/* -------------------------- OBSŁUGA SLIDERA - END --------------------------- */



/* -------------------------- OBSŁUGA SLIDERA DLA NEWSÓW - START --------------------------- */
.newsy-slide {
  display: block; 
  background-size: cover;
  background-position: 0% 50%; 
  height: auto;
  min-height: 200px;
}

.newsy-dot-container {
  position: relative;
  width: 100%;
  text-align: center;
}

.newsy-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,
.newsy-dot.active, 
.newsy-dot.open, 
.newsy-dot:hover {
  background-color: #717171 !important; 
}
/* -------------------------- OBSŁUGA SLIDERA DLA NEWSÓW - END --------------------------- */

.masonry {
  opacity: 1;
}

.masonry-item {
  margin-bottom: 20px;
  max-width: 100%;
  height: 100% !important;
}

.newsy-container .newsy-masonry-item {
  margin-bottom: 30px;
}

.feature {
  margin-bottom: 24px;
}

.bg-secondary {
  background: #f8f8f8 !important;
  height: 100% !important;
}

.p32 {
  padding: 0 32px;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pt40 {
  padding-top: 40px;
}
.mb0 {
  margin-bottom: 0 !important;
}
.fade-1-4 {
  opacity: 0.75;
}
.mb16 {
  margin-bottom: 16px;
}
.display-block {
  display: block;
}
.pb80 {
  padding-bottom: 80px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.td-disabled {
  text-decoration: none !important;
}
.color-primary {
  color: #3b3be8 !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;
}
.read-more-button {
  font-size: 16px;
  font-family: "Lato", "Raleway", "Ubuntu Light", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  cursor: pointer;
}

