.nav-justified {
  padding-left: 10px;
  padding-right: 10px;
}
#BannerPanel #BannerRotator::before {
  padding-top: 50%;
}
#BannerPanel .carousel-indicators {
  bottom: -4%;
}
@media (min-width: 768px) {
  #Header .header__email {
    text-align: center;
  }
}
#SocialMediaLinks {
  position-area: center;
}
#Header #Ticker #TickerInner {
  -webkit-animation: ticker linear infinite 10s;
          animation: ticker linear infinite 10s;
}
@media (min-width: 768px) {
  #Header #Logo {
    bottom: 13%;
  }
}
@media (min-width: 768px) {
  #Header::before {
    padding-top: 28%;
  }
}
#TopLinksInner a {
  padding: 10px 15px;
}
/* Style for the floating button */
.whatsapp-button {
  position: fixed;
  bottom: 180px;
  right: 40px;
  width: 70px;
  height: 70px;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.whatsapp-button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 767px) {
  .whatsapp-button {
    bottom: 100px;
    right: 20px;
    width: 65px;
    height: 65px;
  }
}
.row.colouredPanelRow .col-md-4.hidden-sm {
  display: none!important;
}
@media (min-width: 768px) {
  .row.colouredPanelRow .col-sm-6.col-md-4 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .row.colouredPanelRow .col-sm-6.col-md-4:first-child {
    display: none!important;
  }
}
#BelowContent #News {
  max-height: 620px;
}
