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

/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
}

/* Smaller than standard 1023 (devices and browsers) */
@media only screen and (max-width: 1023px) {
}


/* Remove Banner Arrows */
@media only screen and (max-width: 1114px) {
    #homeBanner .flex-direction-nav {
        display: none;
    }
}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    /* Widgets */
    .widget_form_row label {
        width: 100%;
        display: block;
    }

    .widget_form_input {
        width: 100%;
    }

    /* Gallery */

    /* Categories */
    #content .gallery_cat_list li {
        margin-bottom: 10px;
    }

    #content .gallery_cat_list li a {
        width: 100%;
    }

    #content .gallery_cat_list li a:hover {
        width: 100%;
        margin: 0;
    }

    .gallery_cat_list li a .gallery_title_label {
        height: 132px; /* Change the height to the height of the image */
    }

    /* Thumbs */
    #content .gallery_thumbs li,#content .gallery_thumbs li.gallery_last {
        width: 32.6%;
        margin-right: 1%;
    }

    #content .gallery_thumbs li.gallery_tab_last {
        margin-right: 0;
    }


    /* Similar Projects */

    .similar_projects a.sim_thumb img {
        width: 140%;
        height: auto;
    }

    /* Header Template */

    #header #free_quote .header_details_text, #header #phone_number .header_details_text {
        font-size: 16px;
        line-height: 19px;
    }
    #header #free_quote, #header #phone_number {
        padding: 19px 14px;
    }
    #header #phone_number {
        width: 140px;
    }

    #mainNav li a, #mainNav &gt; li.first a {
        padding: 17px 14.3px 19px;
        font-size: 14px;
    }

    /* Home Page &amp; Widget Template styles */
    .widget.home_widget_banner .widget_content {
        width: 77%;
    }
    .widget.quick_quote h2 {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 3px;
    }
    .home_content .padding {
        width: 93%;
    }
    #homeBanner .flex-direction-nav {
        display: block;
    }

    /* Footer */
    a.testimonial_image {
        width: 104px;
        height: 104px;
    }
    a.facebook_button span {
        font-size: 8px;
    }
    a.facebook_button i {
        font-size: 17px;
        margin-top: -1px;
        margin-right: 9px;
    }
    #footer .footer_left h2, #footer .quick_links h2 {
        font-size: 13px;
        line-height: 18px;
    }
    #footer .footer_left li, #footer .footer_left li a, #footer .quick_links li, #footer .quick_links li a {
        font-size: 11px;
    }


    /* Inner Page template */
    #sidebar .widget.home_widget_banner .widget_content {
        width: 100%;
        padding: 10px 10px;
        text-align: center;
        background: rgba(255, 255, 255, 0.6);
    }
    .widget.home_widget_banner {
        min-height: 197px;
    }

    /* Testimonials Page */

    .testimonial_html_container {
        width: 66%;
    }


    /* Products Page Thumbs */
    a.product_thumb.five_thumbs {
        width: 22%;
        margin-right: 3%;
    }

    a.product_thumb.five_thumbs h3{
        font-size: 16px;
    }

    /*********************************************************** */
    /* Editor Product styles - for displaying products in the editor */
    /*********************************************************** */

    .product_image li {
        width: 31.3%;
        margin-right: 2%;
    }
    #copy .product_image li:nth-child(4n) {
        display: none;
    }
}



/* Remove Banner Arrows */
@media only screen and (max-width: 856px) {
    #homeBanner .flex-direction-nav {
        display: none;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    html, body {
        font-size: 14px;
        line-height: 20px;
    }
    input[type="checkbox"] {
        clear: left;
    }
    button, .testimonial_content .widget_title .button {
        white-space: nowrap;
    }
    #mobile_phone_number {
        white-space: nowrap;
        display: block;
        position: absolute;
        top: 23px;
        right: 17%;
        font-size: 24px;
        font-weight: bold;
        z-index: 99999;
    }
    #mobile_phone_number i {
        font-size: 30px;
        float: left;
        margin-top: -3px;
    }
    #homePage #menu_mobile {
        display : none;
    }

    .form_label {
        width   : auto;
        padding : 0;
    }

    .form_required {
        width   : 5%;
        padding : 5px 0 0 10px;
    }

    .form_field {
        width      : 100%;
        float      : none;
        margin-top : 0;
    }

    /* Header Styling */

    #header {
        height  : 66px;
        background: none;
        padding : 0;
        margin-bottom : 1px;
    }

    #header a.logo {
        height          : 50px;
        width           : 100px;
        background-size : 100% auto;
        float           : left;
        margin-bottom   : 0;
        margin: 7px 0px 7px 2px;
    }

    /* Home Page Styles */

    .flex-direction-nav a {
        display: none;
    }
    #homeBanner .banner_text {
        padding-left: 0;
        text-align: center;
        vertical-align: middle;
        background: rgba(255,255,255,0.5);
    }
    .banner_arrows_container {
        display: none;
    }
    #homeBanner .banner_text_container {
        text-align: center;
    }
    #homeBanner .banner_text h2, #homeBanner .banner_link_container, #homeBanner .banner_text p {
        width: 100%;
    }
    .widget.home_widget_banner {
        background-position: -34px -60px;
        min-height: 181px;
    }
    .widget.home_widget_banner .widget_content {
        padding-top: 4%;
        padding-right: 4%;
    }
    .home_page .widget_content {
        min-height: 0;
    }

    .home_content .padding {
        width: 100%;
    }
    .our_supplier {
        margin-bottom: 26px;
        padding-bottom: 30px;
        border-bottom: 1px solid #E1E1E1;
    }

    a.testimonial_image {
        float: none;
        display: inline-block;
    }
    .testimonial_image_container {
        width: 35%;
        padding-top: 14px;
        text-align: center;
    }
    .testimonial_content {
        float: right;
        width: 62%;
    }
    .widget.testimonials .widget_content {
        padding-top: 12px;
    }
    .testimonial_content {
        background-position: left 50px;
    }

    /* Gallery */
    #content .gallery_cat_list li {
        margin-bottom: 15px;
        width: 48%;
    }

    #content .gallery_cat_list li.gallery_middle {
        margin-right: 0;
        margin-left: 0;
    }

    #content .gallery_cat_list li.gallery_mob_last {
        margin-left: 4%;
    }

    .gallery_cat_list li &gt; a {
        background: none;
    }

    .gallery_cat_list li a:hover .gallery_title_overlay_container,.gallery_cat_list li .gallery_title_overlay_container {
        position: relative;
        display: none;
        text-align: left;
    }

    .gallery_cat_list li .gallery_title_overlay {
        display: block;
        text-align: left;
        padding: 0px;
    }

    .gallery_cat_list li a:hover .gallery_title_overlay {
        padding: 0px;
    }

    .gallery_cat_list li a:hover .gallery_title_label, .gallery_cat_list li .gallery_title_label {
        font-size: 14px;
        display: block;
        padding: 10px 0 2px 0;
        line-height: 17px;
        font-weight: bold;
        color: #000;
        text-align: left;
        height: auto; /* Change the height to the height of the image */
    }

    /* Thumbs */
    #content .gallery_thumbs li, #content .gallery_thumbs li.gallery_last, #content .gallery_thumbs li.gallery_tab_last {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 18px;
    }

    #content .gallery_thumbs li.gallery_mob_last {
        margin-right: 0;
    }
    .gallery_thumbs .gallery_caption {
        padding: 18px 0 0px;
    }
    .gallery_thumbs .gallery_caption h2 {
        margin-bottom: 10px;
    }

    /* Similar Projects */

    .similar_projects_box.first  {
        margin-bottom: 20px;
    }
    .similar_projects a.sim_thumb img {
        width: 100%;
        height: auto;
    }


    /* Footer */
    #footer .footer_left h2, #footer .quick_links h2 {
        width: 100%;
    }

    a.facebook_button {
        margin: 20px auto 0 auto;
        max-width: 164px;
    }
    #footer .footer_left, #footer .quick_links {
        text-align: left;
        margin-bottom: 25px;
    }
    .footerNav {
        margin-bottom: 0px;
    }


    /* Testimonials Page */

    .testimonial_html_container {
        width: 100%;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    .testimonial_page_image_container {
        margin: 0 auto 30px;
        float: none!important;
    }


    /* Products Page Thumbs */
    a.product_thumb.five_thumbs {
        width: 30%;
        margin-right: 3%;
    }
    a.product_thumb.five_thumbs h3{
        font-size: 16px;
    }

    /*********************************************************** */
    /* Editor Product styles - for displaying products in the editor */
    /*********************************************************** */

    .product_image li {
        width: 47.3%;
        margin-right: 2%;
        margin-bottom: 21px!important;
    }
    #copy .product_image li:nth-child(4n) {
        display: none;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

    /* header */

    #mobile_phone_number {
        top: 23px;
        font-size: 20px;
    }
    #mobile_phone_number i {
        font-size: 26px;
    }

    /* Gallery */

    /* Thumbs */
    #content .gallery_thumbs li, #content .gallery_thumbs li.gallery_last, #content .gallery_thumbs li.gallery_tab_last {
        margin-bottom: 10px;
    }
    .gallery_thumbs .gallery_caption {
        padding: 10px 0 0px;
    }
    .gallery_thumbs .gallery_caption h2 {
        margin-bottom: 5px;
    }
    #content .gallery_cat_list li {
        width: 100%;
    }
    #content .gallery_cat_list li.gallery_mob_last {
        margin-left: 0%;
    }

    .gallery_thumbs_intro blockquote {
        margin-left: 0px;
        margin-right: 0px;
    }

    /* Similar Projects */

    .similar_projects_box.first  {
        margin-bottom: 40px;
    }
    .similar_projects a.sim_thumb {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .similar_projects .sim_desc {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .similar_projects a.sim_thumb img {
        width: 100%;
        height: auto;
    }

    /* Home Page Template */
    .our_supplier {
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: 0;
    }


    .testimonial_image_container {
        width: 100%;
        padding-top: 0px;
        text-align: center;
    }
    .testimonial_content {
        float: right;
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
    .widget.home_widget_banner {
        background-position: -103px -60px;
    }
    a.testimonial_image {
        display: none;
    }

    /* Footer */
    #footer .footer_left h2, #footer .quick_links h2 {
        width: 100%;
    }
    #footer .footer_left, #footer .quick_links, #footer .footer_left li, #footer .quick_links li {
        text-align: center;
    }
    #footer .footer_left, #footer .quick_links {
        margin-bottom: 30px;
    }

    .footer_bottom {
        padding: 15px 0;
        margin-top: 23px;
    }
    .footerNav {
        margin-bottom: 0px;
    }
    #footer .footer_right .footer_logo {
        margin-top: 10px;
    }
    .footer_bottom .bottom_footer_menu, .footer_bottom .bottom_footer_copyright {
        float: none;
        text-align: center;
    }

    /* Testimonials Page */

    .testimonial_html_container, .inner_testimonial_html_container {
        text-align: center;
        padding: 0;
        background: none;
    }
    .testimonial_page_image_container {
        margin: 0 auto 30px;
        float: none!important;
    }

    /* Free quote */

    .three_x_checkboxs {
        width: 48%;
        margin-top: 7px;
    }

    /* Products Page Thumbs */
    a.product_thumb.five_thumbs {
        width: 47%;
        margin-right: 3%;
    }
    a.product_thumb.five_thumbs h3{
        font-size: 16px;
    }



    /*********************************************************** */
    /* Editor Product styles - for displaying products in the editor */
    /*********************************************************** */

    #copy .product_image li:nth-child(4n) {
        display: none;
    }

}
</pre></body></html>