/* -------------------------- AKTUALNOŚCI - START --------------------------- */
.message-container  {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 100px 0px;
}
.fade-effect {
  -webkit-animation-name: fade-effect;
  -webkit-animation-duration: .8s;
  animation-name: fade-effect;
  animation-duration: .6s;
}
@-webkit-keyframes fade-effect {
  from {opacity: .2} 
  to {opacity: 1}
}
@keyframes fade-effect {
  from {opacity: .2} 
  to {opacity: 1}
}
.msg-bookmark {
  position: absolute; 
  top: 10px; 
  left: 10px; 
  padding: 7px 10px; 
  background-color: rgba(255, 255, 255, 0.85);
  color: #0e87c0; 
  text-align: center;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
}
.msg-date {
  color: #0e87c0;
  font-weight: 300;
  font-size: 12px;
  font-family: 'Ubuntu',Helvetica,Arial,Sans-Serif;
}
.msg-text {
  color: #5e5e5e!important;  
  font-weight: 100;
  font-size: 14px;
  line-height: 150%;
  opacity: .8;
  font-family: 'Ubuntu',Helvetica,Arial,Sans-Serif;
}
.msg-text:hover {
  text-decoration: underline;
}
.msg-read-more {
  color: #0E87C0 !important;
  font-weight: 600;
  font-size: 12px;
  font-family: 'Ubuntu',Helvetica,Arial,Sans-Serif;
}
.bg-secondary {
  background: #f8f8f8 !important;
  height: 100% !important;
}
.bg-white {
  background: #fff !important;
  height: 100% !important;
}
.p-lr-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.p32 {
  padding: 0 32px;
}
.fade-1-4 {
  opacity: 0.75;
}
.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;
}
/* -------------------------- AKTUALNOŚCI - END --------------------------- */
