<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: tk-acumin-pro-n4, Arial, sans-serif;
    font-size: 14px;
    color: #999;
    position: relative;
}


@media(max-width: 480px) {
    body {
        padding-top: 50px;
    }

    .w3-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

h1, h2, h3, h4 {
    font-family: tk-acumin-pro-condensed-n2;
}

h2 {
    color: #666;
    line-height: 130%;
}

h1 {
    color: #b2b2b2;
    line-height: 120%;
}

h3 {
    color: #666;
    font-size: 30px;
}

h4 {
    color: #444;
    font-size: 21px;
}

a {
    text-decoration: none;
    21px
}

p {
    color: #999;
}

.w3-container {
    padding-left: 45px;
    padding-right: 45px;
}


.w3-padding-right {
    padding-right: 16px;
}


.s-link {
    text-decoration: underline;
}


footer, footer a {
    color: #666
}

.w3-border-bottom {
    border-bottom: 1px solid #eee !important;
}

.w3-border-right {
    border-right: 1px solid #eee !important;
}









.n-links li {
    float: left;
    overflow: hidden;
    width: 38px;
    height: 38px;
    vertical-align: top;
}

    .n-links li a {
        -webkit-transition-property: none !important;
        -moz-transition-property: none !important;
        -o-transition-property: none !important;
        transition-property: none !important;
    }

        .n-links li a:link, .n-links li a:visited {
            display: block;
            opacity: 0.4;
            height: 38px;
            text-indent: -999px;
            -webkit-transition: opacity;
            -moz-transition: opacity;
            -o-transition: opacity;
            transition: opacity;
            /* Fix for rendering jump */
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            /* Transition Color */
        }

        .n-links li a:hover, .n-links li a:active {
            opacity: 1;
        }

    .n-links li:last-child {
        width: 30px;
    }

    .n-links li.sprite a {
        background: url(../images/social-icons.png) no-repeat 0 0;
    }

        .n-links li.sprite a:before {
            /* Override footer link arrow styles */
            display: none !important;
        }

    .n-links li.sprite.facebook a {
        background-position: 0px 0;
    }

        .n-links li.sprite.facebook a:hover {
            background-position: 0px -43px;
        }

    .n-links li.sprite.twitter a {
        background-position: -38px 0;
    }

        .n-links li.sprite.twitter a:hover {
            background-position: -38px -43px;
        }

    .n-links li.sprite.pinterest a {
        background-position: -76px 0;
    }

        .n-links li.sprite.pinterest a:hover {
            background-position: -76px -43px;
        }

    .n-links li.sprite.instagram a {
        background-position: -114px 0;
    }

        .n-links li.sprite.instagram a:hover {
            background-position: -114px -43px;
        }

    .n-links li.sprite.linkedin a {
        background-position: -152px 0;
    }

        .n-links li.sprite.linkedin a:hover {
            background-position: -152px -43px;
        }

    .n-links li.sprite.houzz a {
        background-position: -190px 0;
    }

        .n-links li.sprite.houzz a:hover {
            background-position: -190px -43px;
        }

    .n-links li.sprite.google-plus a {
        background-position: -228px 0;
    }

        .n-links li.sprite.google-plus a:hover {
            background-position: -228px -43px;
        }

    .n-links li.sprite.video a {
        background-position: -266px 0;
    }

        .n-links li.sprite.video a:hover {
            background-position: -266px -43px;
        }

    .n-links li.sprite.newsletter a {
        background-position: -304px 0;
    }

        .n-links li.sprite.newsletter a:hover {
            background-position: -304px -43px;
        }

.backgroundsize .n-links li.sprite a {
    background-image: url(../images/core/social-icons@2x.png);
    background-size: 400px 100px;
}

.n-text-dark-gray-hover:hover {
    color: #444;
}

.w3-bar-item:hover {
    background: white !important;
}

.n-noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}



.w3-gallery {
    margin: 0 -1px 0 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: auto;
}

    .w3-gallery li {
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0 1px 1px 0;
        overflow: hidden;
        position: relative;
        width: 33.33%;
        background: none;
    }

        .w3-gallery li &gt; a {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            display: block;
            padding-top: 100%;
            -webkit-transition: opacity;
            -moz-transition: opacity;
            -o-transition: opacity;
            transition: opacity;
            /* Fix for rendering jump */
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            /* Transition Color */
        }

        .w3-gallery li .caption {
            display: none;
        }

        .w3-gallery li .pinit {
            display: none;
            position: absolute;
            right: 10px;
            bottom: 5px;
            text-align: right;
            z-index: 500;
        }

        .w3-gallery li:first-child {
            width: 100%;
        }

            .w3-gallery li:first-child &gt; a {
                padding-top: 66.66%;
            }

        .w3-gallery li:nth-child(2) {
            clear: left;
        }

        .w3-gallery li:nth-child(3n + 2) {
            clear: left;
        }

        .w3-gallery li:nth-child(12n - 6) {
            clear: right;
            float: right;
            width: 66.66%;
        }

        .w3-gallery li:nth-child(12n - 1) {
            clear: left;
            float: left;
            width: 66.66%;
        }

        .w3-gallery li.un-focus &gt; a, .w3-gallery li:hover &gt; a {
            opacity: 0.5;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            filter: alpha(opacity=50);
        }

        .w3-gallery li:hover .pinit {
            display: block;
        }

            .w3-gallery li:hover .pinit img {
                width: auto;
                height: auto;
            }

    .w3-gallery .w3-gallery-info, .touchcarousel-item .w3-gallery-info {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 9998;
        margin: 0 !important;
    }

        .w3-gallery .w3-gallery-info a, .touchcarousel-item .w3-gallery-info a {
            width: 44px;
            height: 44px;
            padding: 10px;
            text-indent: -99999em;
            display: block;
            background: url(../images/showcase-image-info.png);
            background-size: cover;
            opacity: 0.5;
            -webkit-transition: opacity 300ms ease-in-out;
            -moz-transition: opacity 300ms ease-in-out;
            -o-transition: opacity 300ms ease-in-out;
            transition: opacity 300ms ease-in-out;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

@media(max-width: 480px) {
    .w3-gallery .w3-gallery-info, .touchcarousel-item .w3-gallery-info {
        top: 0px;
        right: 0px;
    }

        .w3-gallery .w3-gallery-info a, .touchcarousel-item .w3-gallery-info a {
            opacity: 1;
        }
}

@media screen and (min-width: 1280px) {
    .w3-gallery li {
        width: 25%;
    }

        .w3-gallery li:first-child {
            width: 75%;
        }

        .w3-gallery li:nth-child(2), .w3-gallery li:nth-child(3n + 2), .w3-gallery li:nth-child(12n - 6), .w3-gallery li:nth-child(12n - 1) {
            clear: none;
            width: 25%;
        }

        .w3-gallery li:nth-child(3) {
            float: none;
        }

        .w3-gallery li:nth-child(18n - 8) {
            clear: right;
            float: right;
            width: 50%;
        }

        .w3-gallery li:nth-child(18n - 1) {
            clear: left;
            float: left;
            width: 50%;
        }

        .w3-gallery li:nth-child(18n - 14), .w3-gallery li:nth-child(18n - 10), .w3-gallery li:nth-child(18n - 7), .w3-gallery li:nth-child(18n - 5) {
            clear: left;
        }

        .w3-gallery li:nth-child(18n + 19) {
            float: right;
        }
}

.ck-editor p {
    margin: 0;
}

.ck-editor a {
    text-decoration: underline;
    color: #666;
}

.w3-breadcrumb {
    list-style-type: none;
    padding-left: 0;
}

    .w3-breadcrumb li, .w3-breadcrumb li a {
        display: inline-block;
        font-family: tk-acumin-pro-condensed-n2;
        color: #b2b2b2;
        font-size: 21px;
        line-height: 21px;
        font-weight: 300;
    }

        .w3-breadcrumb li.active, .w3-breadcrumb li.active a {
            color: #444;
        }




.w3-google-maps {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}

    .w3-google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.w3-mansory .w3-card-4 {
    border-left: 1px solid #eee;
    box-shadow: none;
    padding: 45px;
}



@media (max-width: 480px) {
    .w3-mansory .w3-card-4 {
        border: none;
        padding: 45px 0;
        border-bottom: 1px solid#eee;
    }
}

.w3-squaregrid .w3-card-4 {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    box-shadow: none;
    padding: 45px;
}

@media (max-width: 480px) {
    .w3-squaregrid .w3-card-4 {
        padding: 10px;
        border: none;
    }
}


.w3-mansory .w3-card-4:first-child {
    border-left: none;
}


img {
    max-width: 100%;
}

.w3-accordion {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: none;
}

.w3-accordion, .w3-accordion-panel {
    padding-left: 0 !important;
}

    .w3-accordion:hover {
        box-shadow: none;
    }

.w3-slideshow-slide, .w3-slideshow-preview {
    padding: 4px;
}

    .w3-slideshow-slide img, .w3-slideshow-preview img {
        width: 100%;
        height: auto;
    }

.w3-cursor {
    cursor: pointer;
}

.w3-width-full {
    width: 100%;
    height: auto;
}

.w3-height-full {
    width: auto;
    height: 100%;
}


.w3-nav a {
    color: #b2b2b2
}

    .w3-nav a.active {
        color: #444;
    }

.header-logo {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1000;
    padding: 10px;
}

.w3-input.w3-inline {
    display: inline-block;
    width: auto;
}

@media(max-width: 480px) {
    .header-logo img {
        width: 75px !important;
        height: auto;
    }

    #nav_home a {
        font-size: 38px;
    }

    .w3-input.w3-inline {
        width: 100%;
    }
}




.w3-underline {
    text-decoration: underline;
}


figure {
    margin: 1em 0;
}

.w3-modal-content {
    width: 700px;
}

.w3-input {
    vertical-align: middle !important;
}
</pre></body></html>