<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------------------------------------
# Package - Joomla Template based on Stools Framework   
# ---------------------------------------------------------------
# Author - joomla2you http://www.joomla2you.com
# Copyright (C) 2008 - 2018 joomla2you.com. All Rights Reserved.
# Websites: http://www.joomla2you.com
-----------------------------------------------------------------*/

.ju-svg.ju-svg-bottom,.ju-svg.ju-svg-bottom1 {
    bottom: -1px;
    z-index: 20;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ju-svg.ju-svg-top1 {
    top: -47px;
    z-index: 20;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ju-svg.ju-svg-top {
    top: 0px;
    z-index: 30;
}
.ju-svg {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
}
.ju-svg-top svg {
    width: 100%;
    height: 50px;
}
.ju-svg-bottom svg,.ju-svg-top1 svg {
    width: 100%;
    height: 50px;
}

.ju-svg-bottom1 svg{
    width: 100%;
    height: 30px;
}</pre></body></html>