.headerLine {
    background-image:url('../../../images/banners/headerLine.jpg'); 
    background-repeat:repeat-x;
    height: 13px;   
}

@keyframes pulse-infinite {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.05); opacity: 0.7; }
    100% { transform: scale(1); opacity: 1; }
}
.btn-pulse-infinite {
    animation: pulse-infinite 1s infinite ease-in-out;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}