/* Copyright 1999-2017. Parallels IP Holdings GmbH. All Rights Reserved. */

.RightToLeft
{animation: loop2 18s infinite reverse linear;
    animation-duration: 18s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: reverse;
    animation-fill-mode: none;
    animation-play-state: running;
	animation-name: loop2;}