<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
' CUSTOM SELECTORS
*/
.container-color { background: #fff; } 
.container-color p { color: #828383; }
.text-color, .text-color a {color: #000 !important;}
.text-color a:hover{ color:#d94e52 !important; }
.grey-dotted { border-bottom: 1px dotted rgb(221,221,221); }
.text-color-inverse {color: #fff;}
.text-color-alt, a.text-color-alt {color: #d94e52 !important; }
.color-button { background: #d94e52 !important; border: 1px solid #d94e52 !important ; font-size: 16px; color: #fff;}
.color-button:hover { background: #d94e40 !important; }
.color-button a { color: #fff !important; }

/* 
' MODIFIED EXISTING SELECTORS
*/
.greytext, .greytext a { color:#828283 !important; }
.greytext a:hover { color:#d94e52 !important; }
.top-grey{ border-bottom:1px solid #fff; }
.top { border-bottom: 0px solid rgb(255,255,255); }
.grey { background:rgb(236,236,236); }
.grey p { color: #000; }

/* 
' CHART
*/
#chart dd { border-right:1px solid #ddd; background:#eee;}
#chart dd span { color:#fff; background:#d94e52 ; }

/* 
' PORTFOLIO FILTERS
*/
ul#filters li a { color:#000; background: #eee; }
ul#filters li a:hover { color:#d94e52; background:#fff; }
ul#filters li a.selected { color:#d94e52 !important; background: #fff !important; border:1px solid #eee !important; }

/* 
' FRONT SLIDER
*/
.home .flex-active { background: #000 !important; }
.home .flex-active h6 { color: #fff !important; }
.home li.nav-button { background:rgba(255, 255, 255, 1); border-right: 1px solid #ddd; color: #000; }

/* 
' ACCORDION
*/
.accordion-header { border: 1px solid #e2e2e2; color: #000; }
.accordion-content { border-left:1px solid #e2e2e2; border-right:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2; }
.active-header { background: url('../img/active-header.gif') rgb(255,255,255) !important; }
.active-header i { color: #d94e52 !important; }
.inactive-header { background:url('../img/inactive-header.gif') rgb(248, 248, 248) !important; color: #828383; }

/* 
' PRICE TABLE
*/
.basic-table .header { background: rgb(158, 158, 158); }
.basic-table, .pro-table { border: 1px solid #ddd; }
.price-table { background: rgb(196, 196, 196); background:#eee; border:10px solid #fff; }
.basic-table { border: 1px solid #ddd; }
.price-table p { color:#d94e52 ; }
.pro-table .price-table p{ color: #000; }
.pro-table .header{ background:#000; color:#fff; }
.pro-table .price-table{ border:10px solid #333; background:#fff; }

/* 
' BLOG
*/
.blog-meta i { color:#828383 !important; background:#ddd; }
#blog  { border-left: 1px solid #ddd; border-right: 1px solid #ddd; }
.blog { border-left: 1px solid #ddd; }
.blog-post { border-bottom: 1px solid #ddd; }
.view-our-notes, .view-note-list { border-left: 1px solid #ddd; }
#sidebar-left h2 { background: #eee; color: #111; }
#single-article-wrap { border-left: 1px solid #ddd; }
div.comment { background: rgb(247, 247, 247); border: 1px solid rgb(222,222,222); }
#comments { border-top: 1px solid rgb(221,221,221); }
.indented { border-left: 1px solid rgb(222,222,222); }
.white blockquote { border-left: 10px solid #d94e52; background:#ececec; }
input, .form-textarea-wrapper textarea, .field .text, .field .search, .field .textarea { background: #fff; border: 1px solid #ddd; }

/* 
' MISC
*/
#block-views-more-products-block h2 { color: #000; }
.home-post-meta { background: #ddd; color: #828383; }
#services-two i { color: #d94e52; background: #f3f3f3; border: 5px solid rgb(248, 248, 248); }
.quote .icon-quote-left, .quote .icon-quote-right { color: #ddd; }
.credit img.person { border:5px solid rgb(230,230,230); }
.carousel-nav i{ background:#ddd; color:#828383; }
.carousel-nav i:hover{ color:#fff; background:#d94e52; }
footer { border-top: 10px solid #ececec !important; }
.basictitle { background: #fff; }
.basicicon i {background: #000;}
li.box {border: 10px solid #fff;}
.folio h5.grey { background: #eee; }
.folio .flex-control-paging li a { background: rgba(0,0,0,0.5); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); }</pre></body></html>