.nav-justified>li {
display: table-cell;
width: 1%;
}
.nav-link span, .nav-link i {
display: inline-block;
vertical-align: middle;
}
.rek img:hover {
-webkit-animation: jump 1s;
animation: jump 1s;
}
@-webkit-keyframes jump {
0% { top: 0; }
100% { top: 40px;}
}
@keyframes jump {
0% { top: 0; }
100% { top: 40px;}
}
.toster:after {
content: "";
display: block;
width: 300px;
height: 20px;
background: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 270 20' fill='#565645'><path d='M0 1c4 1 8 2 11 3 84 21 173 20 256-3v19H0V1z'/></svg>") no-repeat;
}