<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: #820250;}

/* -- 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: #820250 !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 : #820250;}

/* ======================== 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:#820250;}

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

.nav-bar li a:hover {
    color: #fff;
    background-color: #820250;
    -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: #820250;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; 
}

.bg-active {
   color:#999; 
 /* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #820250 0%, #530233 100%);

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

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

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

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

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

.bg-active-dark {
background-color: #530233;
}

.bg-active-light {
background-color: #820250;
}

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

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

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

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

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

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

.f-dropdown li:hover, .f-dropdown li:focus {
   background: #820250;
}

.bordered {border-color:#820250;}

.gray-bar {
    background: #80024f;
}

div.switch input:checked + label {
  background: #820250; }

.button_hilight:hover {
 background: #820250;
 color: white;
}

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