<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Top menu with LOGO Background Color */
.menu-back {
    background-color: #fff;
    min-height: 80px;
    border-bottom: beige;
    /*    border-block-style: double;*/
    background: #fff;
    /*    background: -moz-linear-gradient(top, #104E97 0%, #1874E0 20%, #FFFFFF 100%);
    background: -webkit-linear-gradient(top, #104E97 0%, #1874E0 20%, #FFFFFF 100%);
    background: linear-gradient(to bottom, #104E97 0%, #1874E0 20%, #FFFFFF 100%);*/
}

/* Font color of menu */
.navbar-default .navbar-nav &gt; li &gt; a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
}


    /*top-menu links color on hover*/
    .navbar-default .navbar-nav &gt; li &gt; a:hover {
        color: #4ab8dc;
    }


/*************************** Social Menu Under Top Menu AND LOGO Background Color***********/
#div-social-top {
    background-color: #107bc6;
    /*min-height: 50px;*/
    padding: 5px 50px 5px 50px;
    color: #fff;
    font-size: 17px;
    /*margin-top: 56px;*/
}

    #div-social-top a:link {
        color: #fff;
        text-decoration: none;
    }

    #div-social-top a:visited {
        color: #fff;
        text-decoration: none;
    }

    #div-social-top a:active {
        color: #fff;
        text-decoration: none;
    }

    #div-social-top a:hover {
        color: #fff;
        text-decoration: none;
    }

#socialtop {
    background-color: #4ab8dc;
    min-height: 10px;
    /*padding: 10px 50px 5px 50px;*/
    color: #fff;
    font-size: 17px;
    /*margin-top: 56px;*/
}

    #socialtop a:link {
        color: #fff;
        text-decoration: none;
    }

    #socialtop a:visited {
        color: #fff;
        text-decoration: none;
    }

    #socialtop a:active {
        color: #fff;
        text-decoration: none;
    }

    #socialtop a:hover {
        color: #fff;
        text-decoration: none;
    }

.MenuPadding {
    padding-top: 15px;
}

.SocialHeight {
    /*height: 0px;
    margin-top: -10px;*/
    margin-top: 0px;
}

.NoSocialHeight {
    /*height: 0px;
    margin-top: -10px;*/
    margin-top: 0px;
}

/************************** the footer Bar with Articles command social media**************/

.FooterBarBIG {
    background-color: #87be3c;
    padding: 0px;
    color: white;
}

/* The footer BAR FOR HIDDEN TEXT (BAR 2 ) ABOVE the copyright data **************/


#footser-text {
    text-align: right;
    background-color: #fff;
    color: #fff;
    padding: 10px;
}

/******************************** The footer with the copyright data *******************/

#footser-end {
    text-align: center;
    background-color: #4ab8dc;
    color: #fff;
    padding: 10px;
}

    /********************************************** LINKS SUCH AS IVO INC ON BOTTOM OF PAGE ******************/
    #footser-end a:link {
        color: #fff;
        text-decoration: none;
    }

    #footser-end a:visited {
        color: #fff;
        text-decoration: none;
    }

    #footser-end a:active {
        color: #fff;
        text-decoration: none;
    }

    #footser-end a:hover {
        color: #fff;
        text-decoration: none;
    }

#bigfooterbar a:link {
    color: #fff;
    text-decoration: none;
}

#bigfooterbar a:visited {
    color: #000000;
    text-decoration: none;
}

#bigfooterbar a:active {
    color: #000000;
    text-decoration: none;
}

#bigfooterbar a:hover {
    color: #000000;
    text-decoration: none;
}


#footser-text a:link {
    color: #fff;
    text-decoration: none;
}

#footser-text a:visited {
    color: #fff;
    text-decoration: none;
}

#footser-text a:active {
    color: #000000;
    text-decoration: none;
}

#footser-text a:hover {
    color: #eee669;
    text-decoration: none;
}


/*****************************************************Contact us form button*********************************/

.btn-primary {
    color: #fff;
    background-color: #1763bb;
    border-color: #fff;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #107bc6;
        border-color: #285e8e;
    }


.ShoppingCartPosition {
    float: right;
    padding-top: 27px;
    padding-left: 25px;
}

.SlideComboTextButtonSpacing{
    padding-top:10px;
}


a.blink0:link {
    justify-content: center;
    border-radius: 0;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.6);
    background: rgba(43, 101, 181, 1) url(/images/shiny2button_bg.png) center top repeat-x;
    border: solid rgba(43, 101, 181, 1) 0px;
}

a.blink0:hover {
    justify-content: center;
    border-radius: 0;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.6);
    background: rgba(43, 181, 90, 1) url(/images/shiny2button_bg.png) center top repeat-x;
    border: solid rgba(43, 101, 181, 1) 0px;
}

a.blink1:link {
    justify-content: center;
    border-radius: 0;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.6);
    background: rgba(44, 117, 230, 1) url(/images/shiny2button_bg.png) center top repeat-x;
    border: solid rgba(43, 101, 181, 1) 0px;
}

a.blink1:hover {
    justify-content: center;
    border-radius: 0;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.6);
    background: rgba(43, 181, 90, 1) url(/images/shiny2button_bg.png) center top repeat-x;
    border: solid rgba(43, 101, 181, 1) 0px;
}
a.blink2:link {
    justify-content: center;
    border-radius: 0;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.6);
    background: rgba(102,130,168, 1) url(/images/shiny2button_bg.png) center top repeat-x;
    border: solid rgba(43, 101, 181, 1) 0px;
}

a.blink2:hover {
    justify-content: center;
    border-radius: 0;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.6);
    background: rgba(43, 181, 90, 1) url(/images/shiny2button_bg.png) center top repeat-x;
    border: solid rgba(43, 101, 181, 1) 0px;
}
a.blink3:link {
    justify-content: center;
    border-radius: 0;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.6);
    background: rgba(43, 101, 181, 1) url(/images/shiny2button_bg.png) center top repeat-x;
    border: solid rgba(43, 101, 181, 1) 0px;
}

a.blink3:hover {
    justify-content: center;
    border-radius: 0;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.6);
    background: rgba(43, 181, 90, 1) url(/images/shiny2button_bg.png) center top repeat-x;
    border: solid rgba(43, 101, 181, 1) 0px;
}
a.blink4:link {
    justify-content: center;
    border-radius: 0;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.6);
    background: rgba(43, 101, 181, 1) url(/images/shiny2button_bg.png) center top repeat-x;
    border: solid rgba(43, 101, 181, 1) 0px;
}

a.blink4:hover {
    justify-content: center;
    border-radius: 0;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.6);
    background: rgba(43, 181, 90, 1) url(/images/shiny2button_bg.png) center top repeat-x;
    border: solid rgba(43, 101, 181, 1) 0px;
}

.GroupPad {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f0ece7;
    border-radius: 10px;
    border: 5px double #1C6EA4;
    width:100%;
}

.GroupPadSurround {
    background-color: #e6e2e28a;
    padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px
}

.GroupDispArt {
    background-color: white;
    margin: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
}

.WhiteBackground {
    background-color: #fff;
    background-image: url("/images/white.png");
    background-repeat: repeat-x;
    background-repeat: repeat-y;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
}

.CompactSlideshowLayout {
padding-top:10px;
}

.Carousel-Border {
    border-radius: 15px;
    border: 5px;
    border-color: #AAA;
    border-style: double;
}

.Body-Slide-Show {
visibility:hidden;
}

.GrayBackground {
    background-color: #cf8d8d;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    border-style: solid;
    /*color:white;*/
}

#div-top-bar {
    background-color: #1a74bc;
    /*min-height: 50px;*/
    padding-left:1px;
padding-right:1px;
padding-bottom:5px;
padding-top:5px;
    color: #fff;
    font-size: 16px;
    /*margin-top: 56px;*/
}

#div-top-bar a:link {
    color: #fff;
    text-decoration: none;
}

#div-top-bar a:visited {
    color: #fff;
    text-decoration: none;
}

#div-top-bar a:active {
    color: #fff;
    text-decoration: none;
}

#div-top-bar a:hover {
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .ShoppingCartPosition {
        padding-top: 5px !important;
    }
}

@media only screen and (max-width: 3500px) {
    .ShoppingCartPosition {
        padding-top: 5px !important;
        visibility: hidden;
    }
}

@media only screen and (max-width: 767px) {
    .ShoppingCartPosition {
        padding-top: 5px !important;
        visibility:visible;
    }
}

.ShoppingCartNumberPosition {
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    border: solid black;
    border-radius: 60%;
    height: 25px;
    width: 25px;
    background: #107bc6;
    color: white;
    border-width: 1px;
    margin-top: -15px;
    margin-left: 0px;
}

.StandAloneMenuPadding {
    padding-top: 0px;
}

.StandAloneMenuBack {
    background-color: #fff;
    /*    border-block-style: double;*/
    background: #fff;
    /*    background: -moz-linear-gradient(top, #104E97 0%, #1874E0 20%, #FFFFFF 100%);
    background: -webkit-linear-gradient(top, #104E97 0%, #1874E0 20%, #FFFFFF 100%);
    background: linear-gradient(to bottom, #104E97 0%, #1874E0 20%, #FFFFFF 100%);*/
}</pre></body></html>