<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***************************************************************************
*
*   MiniMalen v1.0 (HTML Template)
*   Copyright (C) 2009-2012  Convergine.com  ( http://www.convergine.com )
*   All rights reserved
*   for any support requests please visit http://support.convergine.com
*
***************************************************************************/
/* MENU.CSS COLOR VARIATION*/
ul.menu li.list a.category:hover,
ul.menu li.list:hover,
ul.menu li.list a.category:focus,
ul.menu li.list a.category:active, ul.menu li.list .active:link, ul.menu li.list .active:visited {
    background: url(../images/green/menu_ho.png) no-repeat bottom center !important;
}
/* STYLES.CSS COLOR VARIATION*/
.img_hover_cl_test:hover span {
    background: url(../images/green/img_hover.png) no-repeat right bottom;
}
#tweeter .tweet a {
    color: #8ABA0F;
}

.header_slog h2 span font {
    color: #8ABA0F;
}

.left_services1 h2 a:hover {
    color: #8ABA0F;
}

.portfolio .bot_right_recent_box a {
    color: #8ABA0F;
}

#paged-navigation .buttons a:hover, #paged-navigation .current {
    background-color: #8ABA0F;
}

#paged-navigation .buttons a.edge-button:hover {
    color: #8ABA0F;
}

#paged-navigation .buttons a.normal-link:hover {
    color: #8ABA0F;
}

.themes_mn_right a:link, .themes_mn_right a:visited {
    color: #8ABA0F;
}

.bottom_right_mn_box_row1 a:link, .bottom_right_mn_box_row1 a:visited {
    color: #8ABA0F;
}


.banner_bot {
     background: #8ABA0F;
}

.blog_mn_con_cols span {
    color: #8ABA0F;
}

.blog_mn_con_cols1 a font {
    color: #8ABA0F;
}
.about_meet_team_mn_cols div h4 {
    color: #8ABA0F;
}

.about_meet_team_mn_cols.service div h4 a:hover {
    color: #8ABA0F;
}
a.testimonials_content, .testimonials_content a:visited {
    color: #8ABA0F;
}

.testimonials_large_signature a, .testimonials_large_signature a:visited {
    color: #8ABA0F;
}
.comments_top_rt a:link, .comments_top_rt a:visited {
    color: #8ABA0F;
}
.comments_top_rt a:hover {
    color: #8ABA0F;
}

.add_comment_mn input.submit_btn, .contact_right input.submit_btn {
    background-color: #8ABA0F;
}
.work_box_mn .bot_right_recent_box:hover h3 {
    color: #8ABA0F;
}

/* FLEXSLIDER */
.flex-caption h2 {
    color: #8ABA0F !important;
}

.flex-caption:hover {
    color: #8ABA0F;
}

.slider_work:hover {
    color: #8ABA0F;
}

#flickr a:hover img.flickr {
    border: 4px solid #8ABA0F;
}
.blog_right_advertisement a:hover img {
    border: 4px solid #8ABA0F;
}
/* MEDIA QUERIES*/

@media screen and (max-width: 900px) {
    .img_hover_cl_test:hover span {
        background: url(../images/green/img_hover.png) no-repeat right bottom;
    }
}

@media screen and (max-width:800px) {
    .img_hover_cl_test:hover span {
        background: url(../images/green/img_hover.png) no-repeat right bottom;
    }
}

@media screen and (max-width: 700px) {
    .img_hover_cl_test:hover span {
        background: url(../images/green/img_hover.png) no-repeat right bottom;
    }
}

/* OVERWRITING DEFAULT BUTTONS*/

#pagewrap .button {
    background-color: #B6DE50;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B6DE50), to(#8ABA0F));
    background-image: -webkit-linear-gradient(top, #B6DE50, #8ABA0F); /* Safari 5.1+, Mobile Safari, Chrome 10+ */
    background-image: -moz-linear-gradient(top, #B6DE50, #8ABA0F); /* Firefox 3.6+ */
    background-image: -ms-linear-gradient(top, #B6DE50, #8ABA0F); /* IE 10+ */
    background-image: -o-linear-gradient(top, #B6DE50, #8ABA0F); /* Opera 11.10+ */
}

#pagewrap .button:hover {
    background-color: #8ABA0F;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8ABA0F), to(#B6DE50));
    background-image: -webkit-linear-gradient(top, #8ABA0F, #B6DE50); /* Safari 5.1+, Mobile Safari, Chrome 10+ */
    background-image: -moz-linear-gradient(top, #8ABA0F, #B6DE50); /* Firefox 3.6+ */
    background-image: -ms-linear-gradient(top, #8ABA0F, #B6DE50); /* IE 10+ */
    background-image: -o-linear-gradient(top, #8ABA0F, #B6DE50); /* Opera 11.10+ */
}</pre></body></html>