#allrecords {
    overflow: visible!important;
}

#rec78873503 .t396__elem a:hover {
    color: #98012E!important;
    font-weight: bold!important;
}

#rec78923173 .t396__elem .t-bgimg:hover {
    border-color: #e9e9e9!important;
}

#nav80635809 {
    position: fixed;
    right: 0!important;
    left: 0!important;
    padding: 10px 0 7px 0!important;
    background: #fff!important;
}

#nav80631679 .t393__wrapper input {
        font-size: 18px;
}

		.tn-form__submit button, .tn-elem__788735031544592365894 a, .tn-elem__788700641544504534362 a {
		    position: relative;
		}
		.tn-form__submit button:after, .tn-elem__788735031544592365894 a:after, .tn-elem__788700641544504534362 a:after {
		    content: '';
		    position: absolute;
		    top: 0;
		    left: 0;
		    right: 0;
		    bottom: 0;
		    background-image: linear-gradient(-45deg, transparent 0%, transparent 49%, #fff 50%, transparent 80%);
		    background-size: 150px 50px;
		    background-repeat: no-repeat;
		    animation: blick-btn-blick-slide infinite 3s;
		}

		@keyframes blick-btn-blick-slide{
		  from {
		    background-position-x: -150px; 
		  }
		  to {
		    background-position-x: calc(100% + 150px); 
		  }  
		}