@keyframes cbwct_wc_circle{
0%{
transform: rotate(0deg) 
translate(0) 
rotate(0deg);
}
100%{
transform:rotate(0) 
translate(0)
rotate(360deg)
}
} @-webkit-keyframes bounce {
0%   { margin-top:0; -webkit-animation-timing-function: ease-out; }
50%  { margin-top:15px; -webkit-animation-timing-function: ease-in; }
100% { margin-top:0; -webkit-animation-timing-function: ease-out; }
} @keyframes bounce {
0%   { margin-top:0; animation-timing-function: ease-out; }
50%  { margin-top:15px; animation-timing-function: ease-in; }
100% { margin-top:0; animation-timing-function: ease-out; }
} @keyframes cbwct_left_to_right {
100% {
transform: translateX(180px);
}
}
@keyframes CBWC_Tracking {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
@keyframes cbwct_loader {
0% {
top: 8px;
height: 64px;
}
50%, 100% {
top: 24px;
height: 32px;
}
}