
/* Gallery RTL */

.rtl #top div .avia-gallery img {
    float: right;
}

.rtl #top div .avia-gallery .avia-gallery-big {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.rtl #top .avia-gallery.av-slideshow-ui .avia-slideshow-arrows .av-gallery-prev {
    margin-left: 0;
    margin-right: 7px;
}

.rtl #top .avia-gallery.av-slideshow-ui .avia-slideshow-arrows .av-gallery-next {
    margin-right: 0;
    margin-left: 7px;
}

.rtl #top div .avia-gallery.avia-gallery-spotlight .av-spotlight-main-wrap {
    grid-template-columns: 2fr 3fr;
}
