<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
The styles in this stylesheet only apply to resolutions 768px and up

CALCULATING DIMENSIONS:
----------------------
The layout is fluid. The sote wrapper (.col-full) has a fixed pixel max-width.
All subsequent dimensions are calculated based on that fixed pixel width, using the formula: target / context = result
Credit - http://www.alistapart.com/articles/fluidgrids/

-----
INDEX
-----

1. Global dropdown styles
2. Top Navigation
3. Main navigation dropdown menus
 -3.1 General dropdown menus
4. Containers &amp; Columns
5. Footer widgets
6. IE Fixes

/*----------------------*/
/**
 * Variables
 */
/**
 * Functions
 */
/**
 * Mixins
 */
/**
 * Animations
 */
@-webkit-keyframes spin-360 {
  from {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */
  
    -moz-transform: rotate(0);
    /* FF3.5+ */
  
    -ms-transform: rotate(0);
    /* IE9 */
  
    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    /* Saf3.1+, Chrome */
  
    -moz-transform: rotate(180deg);
    /* FF3.5+ */
  
    -ms-transform: rotate(180deg);
    /* IE9 */
  
    -o-transform: rotate(180deg);
    /* Opera 10.5 */
    transform: rotate(180deg);
    zoom: 1;
  }
  to {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */
  
    -moz-transform: rotate(0);
    /* FF3.5+ */
  
    -ms-transform: rotate(0);
    /* IE9 */
  
    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
}
/*----------------------*/
@media only screen and (min-width: 768px) {
  #inner-wrapper {
    left: 0 !important;
  }
  /* 1. GLOBAL DROPDOWN STYLES (these are purely for the dropdown layout and you should only edit the width of the dropdowns) */
  ul.nav {
    position: relative;
    margin-bottom: 0;
    /* LEVEL 2 */
  
    /* LEVEL 3 */
  
  }
  ul.nav li {
    position: relative;
    float: left;
    zoom: 1;
    list-style: none;
  }
  ul.nav li a {
    display: block;
    padding: .53em 1em;
  }
  ul.nav ul {
    width: 13em;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    margin: 0;
  }
  ul.nav ul li {
    float: none;
  }
  ul.nav ul li a {
    width: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
  
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
  
    box-sizing: border-box;
    /* Opera/IE 8+ */
  
  }
  ul.nav ul ul {
    left: 100%;
    top: 0;
  }
  ul.nav li:hover &gt; ul {
    visibility: visible;
  }
  /* 2. TOP NAVIGATION (Add top navigation presentational styles here) */
  #top {
    background: #131313;
    margin: 0 -1.618em;
    padding: 0 1.618em;
    display: block;
  }
  #top #top-nav,
  #top .top-navigation {
    display: block;
  }
  #top #top-nav h3,
  #top .top-navigation h3 {
    display: none;
  }
  #top ul.nav {
    font-size: 1em;
    /* LEVEL 2 */
  
    /* LEVEL 3 */
  
  }
  #top ul.nav li a {
    color: #ddd;
  }
  #top ul.nav &gt; li &gt; a {
    padding: 0;
    margin: .857em 1.2em;
    position: relative;
    border-bottom: 2px solid transparent;
  }
  #top ul.nav &gt; li &gt; a:after {
    content: '';
    width: 1px;
    height: 11px;
    background: #4E4E4E;
    position: absolute;
    top: 6px;
    right: -1.2em;
  }
  #top ul.nav &gt; li &gt; a:hover {
    text-decoration: none;
    border-color: rgba(255, 255, 255, 0.3);
  }
  #top ul.nav &gt; li:last-child &gt; a:after {
    display: none;
  }
  #top ul.nav &gt; li.current-menu-item,
  #top ul.nav &gt; li.current_page_item {
    background: none;
  }
  #top ul.nav &gt; li.current-menu-item a,
  #top ul.nav &gt; li.current_page_item a {
    background: none;
    border-color: #ccc;
  }
  #top ul.nav ul {
    background: #131313;
    background: rgba(0, 0, 0, 0.55);
  }
  #top ul.nav ul li a {
    font-size: .857em;
  }
  #top ul.nav ul li a:hover {
    background: #222;
  }
  /* 3. MAIN NAVIGATION DROPDOWN MENUS (Add main navigation presentational styles here) */
  /**
  	 * Resets
  	 * As the mobile nav features extensive styling, much of it needs to be reset for desktop orientation
  	 */
  .show-nav #inner-wrapper {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .show-nav #navigation .top-navigation {
    display: none;
  }
  /**
  	 * The main navigation styling
  	 */
  #navigation {
    position: relative;
    left: auto;
    width: 100%;
    padding-top: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #navigation .menus {
    border-top: 2px solid #fff;
    border-color: rgba(255, 255, 255, 0.3);
  }
  #navigation .menus:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  #navigation .menus h3 {
    display: none;
  }
  #navigation ul.nav {
    position: relative;
    top: -2px;
    /* LEVEL 2 */
  
    /* LEVEL 3 */
  
  }
  #navigation ul.nav &gt; li &gt; a {
    font-size: 1.2em;
    font-weight: bold;
    border: 2px solid transparent;
    border-width: 2px 0 0;
  }
  #navigation ul.nav &gt; li:hover &gt; a {
    border-color: #fff;
  }
  #navigation ul.nav &gt; li.current-menu-item,
  #navigation ul.nav &gt; li.current_page_item {
    background: none;
  }
  #navigation ul.nav &gt; li.current-menu-item a,
  #navigation ul.nav &gt; li.current_page_item a {
    border-color: #fff;
    color: #858585;
  }
  #navigation ul.nav li a {
    padding: 2.244em 1.2em 2em 1.2em;
    text-shadow: none;
    color: #fff;
  }
  #navigation ul.nav li.current-menu-item &gt; a,
  #navigation ul.nav li.current_page_item &gt; a {
    color: #db2723;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    border: 2px solid transparent;
    border-width: 2px 0 0;
  }
  #navigation ul.nav li.current-menu-item &gt; a:after,
  #navigation ul.nav li.current_page_item &gt; a:after {
    display: none;
  }
  #navigation ul.nav li ul a,
  #navigation ul.nav li ul ul li a {
    font-weight: normal;
    padding: .53em 1em;
  }
  #navigation ul.nav li.parent &gt; a {
    padding-right: 2.618em;
  }
  #navigation ul.nav li.parent &gt; a:after {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 100%;
    margin-left: .618em;
    font-weight: normal;
    line-height: 1em;
    width: 1em;
    text-align: right;
    content: "\f078";
    position: absolute;
    right: 1em;
    top: 2.92em;
    font-size: .95em;
  }
  #navigation ul.nav ul {
    background: #fff;
    top: 93%;
    border: 1px solid #DEDEDE;
    left: auto;
    right: auto;
  }
  #navigation ul.nav ul li a {
    padding: .618em 1em;
    color: #474747;
    border-width: 1px 1px 1px 1px;
    border-color: #EBEBEB #DEDEDE #EBEBEB #DEDEDE;
  }
  #navigation ul.nav ul li a:hover {
    background: #F6F6F6;
  }
  #navigation ul.nav ul li:last-child a {
    border-bottom: 1px solid #DEDEDE;
  }
  #navigation ul.nav ul li.parent &gt; a {
    position: relative;
  }
  #navigation ul.nav ul li.parent &gt; a:after {
    position: absolute;
    top: 1.35em;
    right: 1em;
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: .857em;
  }
  #navigation ul.nav ul:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 43%;
    z-index: 10000;
    top: -9px;
  }
  #navigation ul.nav ul ul {
    margin-left: 18px !important;
    top: 0;
    left: 90%;
  }
  #navigation ul.nav ul ul:before {
    content: none;
  }
  #navigation .widget_product_search {
    margin-bottom: 1.618em;
    border: 0;
  }
  #navigation .widget_product_search #searchform {
    border: 1px solid #ebebeb;
    padding: 0;
    background: none;
  }
  #navigation .widget_product_search #searchform #s {
    padding: .857em 2.618em .857em .857em;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #navigation .widget_product_search #searchform #searchsubmit {
    display: inline-block;
  }
  #navigation .nav-close,
  #navigation .nav-home {
    display: none;
  }
  #navigation #header-contact {
    float: right;
  }
  #navigation #header-contact ul.nav li {
    padding: 2.244em 1.2em 2em 2.244em;
    text-shadow: none;
    color: #fff;
    font-size: 1.2em;
    border: 2px solid transparent;
    border-width: 2px 0 0;
    position: relative;
  }
  #navigation #header-contact ul.nav li:before {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 100%;
    margin-right: .618em;
    font-weight: normal;
    line-height: 1em;
    width: 1em;
    content: "\f095";
    color: #db2723;
    font-weight: bold;
    font-size: 1.2em;
    position: relative;
    top: 2px;
    margin-right: .327em;
  }
  #navigation #header-contact ul.nav li a {
    display: none;
  }
  #navigation #header-contact ul.nav li span {
    display: inline-block;
  }
  .nav-toggle {
    display: none;
  }
  .csstransforms3d.csstransitions #navigation,
  .csstransforms3d.csstransitions .show-nav #navigation,
  .csstransforms3d.csstransitions .show-nav #inner-wrapper {
    left: 0;
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
  #footer-nav {
    margin: 0 0 .382em;
  }
  #footer-nav li {
    list-style-type: disc;
    margin: 0 1em;
  }
  #footer-nav li:first-child {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
  }
  /* 4. CONTAINERS &amp; COLUMNS */
  #header {
    padding: 5.874em 0 0;
  }
  #header hgroup {
    float: left;
  }
  #header hgroup h1,
  #header hgroup h2,
  #header hgroup h3 {
    float: none;
  }
  #header .site-title,
  #header .site-description {
    text-align: left;
  }
  #header ul.rss {
    margin-right: 0;
    padding-right: 0;
  }
  #header ul.rss li {
    border-right: 0;
  }
  #main.fullwidth,
  .layout-full #main,
  .col-full {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
  }
  #main {
    width: 74%;
  }
  #sidebar {
    margin-top: 0;
    width: 22%;
  }
  #content {
    padding: 0;
  }
  .entry img {
    max-width: 100%;
  }
  .layout-full .entry img {
    max-width: 100%;
  }
  .layout-right-content #main {
    float: right;
  }
  .layout-right-content #sidebar {
    float: left;
  }
  .layout-full #main {
    width: 100%;
  }
  .col-left {
    float: left;
  }
  .col-right {
    float: right;
  }
  .page-template-template-sitemap-php #sitemap-pages {
    float: left;
    width: 48%;
  }
  .page-template-template-sitemap-php #sitemap-categories {
    float: right;
    width: 48%;
  }
  .page-template-template-sitemap-php #sitemap-posts {
    clear: both;
  }
  .page-template-template-contact-php .location-twitter .col-left {
    float: left;
  }
  .page-template-template-contact-php .location-twitter #office-location {
    width: 48%;
    margin: 0 1em 0 0;
  }
  .page-template-template-contact-php .location-twitter .contact-social {
    float: left;
    width: 48%;
  }
  .page-template-template-contact-php .location-twitter .contact-social #twitter {
    margin: 0;
  }
  /* 5. FOOTER &amp; FOOTER WIDGETS */
  #footer {
    padding: 3em 0 1.387em;
  }
  #footer-widgets .block {
    margin-right: 3.8%;
    float: left;
  }
  #footer-widgets .col-1 .block {
    width: 100%;
    float: none;
  }
  #footer-widgets .col-1 .footer-widget-1 {
    margin-right: 0;
  }
  #footer-widgets .col-2 .block {
    width: 48%;
  }
  #footer-widgets .col-2 .footer-widget-2 {
    margin-right: 0;
  }
  #footer-widgets .col-3 .block {
    width: 30.75%;
  }
  #footer-widgets .col-3 .footer-widget-3 {
    margin-right: 0;
  }
  #footer-widgets .col-4 .block {
    width: 22.05%;
  }
  #footer-widgets .col-4 .footer-widget-4 {
    margin-right: 0;
  }
  #footer-widgets .widget {
    padding: 0;
  }
  #footer-widgets #footer-full .block {
    float: none;
    margin-right: 0;
  }
  #footer-widgets #footer-full .widget_woo_team {
    padding: 0;
    margin: 0;
  }
  #footer-widgets #footer-full .widget_woo_team ul:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  #footer-widgets #footer-full .widget_woo_team ul li {
    border: 0;
    padding: 0;
    margin: 0 4% 2.244em 0;
    display: inline-block;
    width: 22%;
  }
  #footer-widgets #footer-full .widget_woo_team ul li:nth-child(4n+4) {
    margin-right: 0;
  }
  /* 6. IE FIXES */
  .ie7 #top-nav {
    position: relative;
    z-index: 9999999;
  }
  .ie7 #header {
    position: relative;
    z-index: 9999999;
  }
  /* 7. HOMEPAGE */
  .home #content {
    margin: 0;
  }
  .home.page #content {
    margin: 0 auto;
  }
  .home #header {
    margin: 0;
  }
  .home #header #header-inside {
    margin: 0 0 3.631em;
  }
  .home-widgets .widget .col-full {
    margin: 0 auto;
  }
  .home-widgets .widget .view-all {
    position: relative;
    top: -4px;
  }
  .home-widgets .widget ul.home-list &gt; li,
  .home-widgets .widget ul.products &gt; li {
    width: 22%;
    float: left;
    margin: 0 4% 3em 0;
  }
  .home-widgets .widget ul.home-list &gt; li:nth-child(4n+1),
  .home-widgets .widget ul.products &gt; li:nth-child(4n+1) {
    clear: left;
  }
  .home-widgets .widget ul.home-list &gt; li:nth-child(4n+4),
  .home-widgets .widget ul.products &gt; li:nth-child(4n+4) {
    clear: right;
    margin-right: 0;
  }
  .home-widgets .page-content .woo-image.aligncenter {
    margin: 0 auto 2.618em;
  }
  .home-widgets .page-content .woo-image.alignleft {
    margin-right: 2.618em;
    float: left;
  }
  .home-widgets .page-content .woo-image.alignright {
    margin-left: 2.618em;
    float: right;
  }
  .home-widgets .widget_woothemes_testimonials {
    padding-bottom: 0;
  }
  .home-widgets .widget_woothemes_features .wp-post-image {
    float: right;
    margin: 0 0 0 5.874em;
  }
  .home-widgets .blog-posts header:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  .home-widgets #homepage-columns {
    padding: 3em 0 .857em;
  }
  .home-widgets #homepage-columns .widget {
    padding: 1.618em;
  }
  .home-widgets #homepage-columns .block {
    width: 22%;
    float: left;
    margin: 0 4% 0 0;
  }
  .home-widgets #homepage-columns .block.double {
    width: 48%;
  }
  .home-widgets #homepage-columns .block.last {
    margin-right: 0;
  }
  .entry .testimonials .quote,
  .home-widgets .testimonials .quote,
  .business .testimonials .quote {
    width: 22%;
    float: left;
    margin: 0 4% 3em 0;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    clear: none;
  }
  .entry .testimonials .quote:hover,
  .home-widgets .testimonials .quote:hover,
  .business .testimonials .quote:hover {
    top: -5px;
  }
  .entry .testimonials .quote:nth-child(4n+1),
  .home-widgets .testimonials .quote:nth-child(4n+1),
  .business .testimonials .quote:nth-child(4n+1) {
    clear: left;
  }
  .entry .testimonials .quote:nth-child(4n+4),
  .home-widgets .testimonials .quote:nth-child(4n+4),
  .business .testimonials .quote:nth-child(4n+4) {
    clear: right;
    margin-right: 0;
  }
  .business .testimonials .quote {
    margin-bottom: 0;
  }
  /* Slider */
  #header-right {
    position: relative;
    width: 65%;
    float: right;
    margin: 0;
    overflow: visible;
    border: 0;
    padding: 0;
  }
  #featured-slider ul.slides li .slide-content {
    position: absolute;
    bottom: 0;
    margin: 1.618em;
    width: 47.5%;
  }
  #featured-slider ul.slides li.no-image .slide-content {
    margin: 0;
    position: static;
    width: auto;
  }
  #slider-pagination {
    overflow: visible;
    position: absolute;
    top: -62px;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header-right {
    float: none;
    width: 100%;
    clear: both;
  }
  #featured-slider ul.slides li.has-video.flex-active-slide .slide-media {
    display: block;
  }
  #featured-slider ul.slides li.has-video .slide-media {
    display: none;
  }
  #navigation #header-contact ul.nav li.phone:before {
    content: none;
  }
  #navigation #header-contact ul.nav li.phone span {
    display: none;
  }
  #navigation #header-contact ul.nav li.phone a {
    padding: 0;
    display: block;
  }
  #navigation #header-contact ul.nav li.phone a:before {
    color: #db2723;
  }
}
@media only screen and (max-width: 1280px) {
  #header,
  .home.page #content,
  #content,
  #footer,
  #footer-widgets .col-full,
  .home-widgets .col-full {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
  
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
  
    box-sizing: border-box;
    /* Opera/IE 8+ */
  
    padding-left: 2em;
    padding-right: 2em;
  }
}
</pre></body></html>