<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ============================================= */
/* ======================== Color Change ===================== */
/* ============================================= */


/* ======================== Background Color ===================== */

.highlight, .button, .button.dropdown.split &gt; span, .button.dropdown.split:hover, .button.primary, div.alert-box, .label, .panel.callout, .user-control .notification, .login-modal .close-reveal-modal, .top-bar ul &gt; li a.active, .tp-leftarrow:hover, .tp-rightarrow:hover, a.prev:hover, a.next:hover, .content_top, .service-icon img, .service:hover .service-sub, .hover-links a.view-item, .hover-links a.view-image, .content_bottom, div.progress .meter, .accordion-title.active, .ol-type1 &gt; li:before, ul.pagination li.current a, .scrollup:hover, .toggle-view li:hover span, .service-block-icon, .left_pagination:hover, .all_pagination:hover, .right_pagination:hover, .post-date-type1 .post-date-day, .recent-post .post-date-type1 .post-date-day, .option-set li a.selected, ul.side-nav li.active a, .tabs.vertical dd.active a, .tabs.vertical li.active a, .lt-ie9 .top-bar ul li a.active { background-color: #e8ac27;}

/* -- Background Color with !importratant -- */

.arrow a:hover, .pricing_plan1:hover .plan_price, .pricing_plan2:hover .plan_price, .pricing_plan3:hover .plan_price, .pricing_plan4:hover .plan_price, .pricing-active .plan_price, .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent &gt; span { background-color: #e8ac27 !important;}

/* ======================== Text Color ===================== */

.color, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, a, a:focus, .top_header a:hover, #logo h1 span, .caption.big_color, .service:hover .service-main, .work-item-content h5, .footer a:hover, .footer_bottom a:hover,dl.tabs dd a:hover, dl.tabs dd a:focus, .type1 a:hover, .type1 li:hover:before, .type2 a:hover, .type2 li:hover:before, .type3 a:hover, .type3 li:hover:before, .type4 a:hover, .type4 li:hover:before, .toggle-view li:hover h2, .member-name, .article_meta a:hover, .article_meta_type1 a:hover, .article_meta_type2 a:hover, .comment .author a:hover, .sidebar-widget a:hover {color : #e8ac27;}

/* ======================== Border Color ===================== */

.maincontent h3, .work-item:hover, .footer h4, dl.tabs dd.active, .member-description, .member-social li, .portfolio-item:hover .portfolio-item-content, 
.tabs.vertical dd.active, .tabs.vertical li.active, .panel.callout{border-color:#e8ac27;}

.nav-bar &gt; li.active { background: #e8ac27;  color: white; }
.nav-bar &gt; li:hover { background: #e8ac27; color: white; }

.nav-bar li a:hover {
    color: #fff;
    background-color: #e8ac27;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; 
}

.nav-bar li li a:hover {
    color: white;
    background-color: #e8ac27;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; 
}

.zurb-footer-top.bg-active {
  background: #e8ac27;
}


.header-bar {
    color:#999; 
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #e8ac27 0%, #c08d1d 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #e8ac27 0%, #c08d1d 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #e8ac27 0%, #c08d1d 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e8ac27), color-stop(1, #c08d1d));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #e8ac27 0%, #c08d1d 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #e8ac27 0%, #c08d1d 100%);
 
    margin:0;
}

.menu-selected {
    color: white; 
    background: #e8ac27;
}

.service-block-icon-light { color: #e8ac27;}
.service-block-icon-light a { color: #e8ac27 !important;}

.f-dropdown li:hover, .f-dropdown li:focus {
   background: #e8ac27;
}
.gray-bar {

    background: #8e6509;
    border-bottom: 1px solid #7e6328;
}

.menu-bar {
    background-color: #e8ac27;
}</pre></body></html>