/* @import url('http://example.com/example_style.css'); */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,600italic,400italic,700,800|Raleway:400,300,500,600,700,800);

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




/*****************************************/
/* Start your style declarations here    */
/*****************************************/


* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

body { margin:0; padding:0; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:17px; line-height:28px; color:#000; background:#fff; overflow-x:hidden }

img { border:0;  }

hr { border-color:#ccc; clear:both; margin-top:30px }
.img-responsive2 { max-width:100%; height:auto }

.clear { clear:both }
p { padding:5px 0; margin:0; }

h1 { color:#b67329; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:34px; margin:0; padding:15px 0 25px; line-height:40px; font-weight:normal; clear:both; text-align: center; }
h2 { font-weight:600; color:#B67329; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:28px; line-height:40px; margin:0; padding:10px 0 10px; clear:both }
h3 { font-weight:600; color:#B67329; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:26px; line-height:36px; margin:0; padding:10px 0 10px; clear:both }
h4 { font-weight:600; color:#B67329; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:24px; line-height:34px; margin:0; padding:10px 0 10px; clear:both }
h5 { font-weight:600; color:#B67329; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:22px; line-height:30px; margin:0; padding:10px 0 10px; clear:both; }
h6 { font-weight:600; color:#B67329; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:17px; margin:0; padding:10px 0; line-height:26px; clear:both }

a { text-decoration:none; outline:none; color:#F16456; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
a:hover { color:#333; }

input , button , textarea { border:none; outline:none; font-family:'Open Sans', Arial, Helvetica, sans-serif;  }
input[type=submit] , button { font-family:'Open Sans', Arial, Helvetica, sans-serif; cursor:pointer; background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/blank.png) no-repeat left top; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; }
ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }

.hs-form .hs-input  {
    background: #E8E8E9 !important;
    padding: 15px !important;
    width: 98% !important;
}

.hs-form .input textarea {
    width: 99% !important;
}

.hs-form .input input[type=checkbox] {
    float: left;
    width: 15px !important;
    margin-top: 9px;
}

.hs-form > div:nth-of-type(-n+4) {
    display: inline;
    float: left;
    width: 50%;
}

.hs-form .hs-button {
    background: #374351;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 20px 12px 20px;
    border-radius: 0 20px 20px 20px;
}

.hs-form .hs_comment {
    clear: both;
    padding-top: 20px !important;
}

.hs-form > div {
    padding-top: 10px !important
}


.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }
.row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { white-space: normal; }

.row-fluid [class*="span"] { min-height:0; }

.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .bg-img { display:none; }
 
.row-fluid .wrapper , .row-fluid .blog-pagination { margin:0 auto !important; width:980px; float:none !important; } 

.row-fluid .top { background:#f2f7fb; overflow:hidden; }
.row-fluid .top .wrapper , .row-fluid .search-right.active .head1 { width:1170px; }
.row-fluid .logo { padding:38px 0 20px 20px; background:#fff; position:relative; z-index:5;  }
.row-fluid .logo:before { position:absolute; left: 100%; top: 0; margin: 0; content: ''; width: 0; height: 0; border-style: solid; border-width: 0 130px 182px 0; border-color: transparent  transparent #fff transparent; }
.row-fluid .logo:after { position:absolute; right:0; top: 0; margin: 0; content: ''; width:600%; height:100%; background:#fff; }
.row-fluid .logo > div { position:relative; z-index: 8; }
.row-fluid .top-call { padding:48px 0 0; text-align:right; font-size:39px; line-height:34px; font-weight:700; }
.row-fluid .top-call a { color:#384452; background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/icon-phone.png) no-repeat left 15px; padding:0 0 0 38px; }
.row-fluid .top-call a:hover { color:#F16456; }

.blog-contenttext img{width:100%!important;height:auto!important;}

.landing-page-header {
    min-height: 580px;
    padding: 150px 0;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-position: center;
}

.landing-page-header:before {
    content: '';
    display: block;
    width: 10000%;
    height: 10000%;
    
    position: absolute;
    z-index: 1;
    right: 50%;
    top: -100%;
    
    background-color: rgba(255,255,255,0.6);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.landing-page-header:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    border-top: solid transparent 50px;
    border-right: solid white 100vw;
    
}

.header-cta-container {
    width: 50%;
    position: relative;
    z-index: 2;
}
.header-cta-container h1 {
    color: #3c4451;
}
.header-cta-container p {
    padding: 20px 0;
    text-align: center;
    color: #3c4451;
    text-transform: uppercase;
    border-top: solid thin #3c4451;
    border-bottom: solid thin #3c4451;
}

.landing-content {
    padding-right: 30px;
}

.landing-content p:first-child {
    font-size: 28px;
    line-height: 1.5;
    padding: 0 20px;
    width: calc(100% - 200px);
    float: left;
}

@media screen and (max-width: 600px) {
    .landing-content p:first-child {
        width: 100%;
        
    }
}

.landing-page .header-container-wrapper {
    position: static;
}

.landing-page .widget-type-form {
    padding: 50px 20px;
    border: solid thin #3c4451;
    position: relative;
}

.landing-page .widget-type-form h3 {
    position: absolute;
    padding: 0 20px;
    max-width: 90%;
    top: 0; left: 0; right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #FFF;
    text-align: center;
    margin: auto;
    font-size: 20px;
    color: #3c4451;
    text-transform: uppercase;
}

.landing-page .widget-type-form {
    font-size: 16px;
}

.landing-page .widget-type-form input {
    margin-bottom: 20px;
    padding: 15px;
    font-size: inherit;
    -webkit-appearance: none;
    appearance: none;
    border: solid thin #d46458;
    border-radius: 8px;
}
.landing-page .widget-type-form .hs-form-field ul.inputs-list {
    margin-top: -10px;
    margin-bottom: 20px;
}
    
.landing-page .widget-type-form .hs-button.primary.large {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    background: #d46458;
    border-radius: 0 30px 30px 30px;
    padding: 20px 40px;
    color: #FFF;
    box-shadow: none;
    border: none;
    margin-top: 10px;
}

.landing-page #hs_cos_wrapper_ebook_image {
    float: right;
    width: 180px;
}

.row-fluid .bookconsultation-popup { display:none; }
.bookconsultation-form form + form { display:none; }
.bookconsultation-popup { max-width:775px; padding:15px 30px 30px; }
.bookconsultation-popup h2 {     color: #F26554;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 10px;
    margin: 0; }
.bookconsultation-popup h3 { padding:0; }
.bookconsultation-popup .hs_submit { text-align:center; }
.bookconsultation-popup input[type=text] , .bookconsultation-popup input[type=email] , .bookconsultation-popup input[type=tel] { margin:0 0 35px; background:#fff; border-bottom:2px solid #000000; height:35px; }
.bookconsultation-popup select { border:none; outline:none; background:#fff; border-bottom:2px solid #000000; margin:0 0 35px; -moz-appearance: none; -webkit-appearance: none; appearance: none; height:35px; }
.bookconsultation-popup textarea {  background:#fff; border-bottom:2px solid #000000; margin:0 0 35px; height:55px; }
.bookconsultation-popup ul { margin:0; padding:0; list-style:none; }
.bookconsultation-popup input[type=text]:focus , .bookconsultation-popup input[type=email]:focus , .bookconsultation-popup input[type=tel]:focus , .bookconsultation-popup select:focus , .bookconsultation-popup textarea:focus { border-bottom-color:#F16456; }

.bookconsultation-popup input[type=submit] { width:172px; height:38px; background-color:#F16456; text-align:center; margin:15px 0 0; color:#fff; font-size:15px; font-weight:600; border-radius:0 30px 30px 30px; }
.bookconsultation-popup input[type=submit]:hover { background-color:#384452; }
.bookconsultation-popup label { font-size:14px; color:#384452; position:absolute; bottom:2px; }
.bookconsultation-popup ul label , .bookconsultation-popup .hs_subscibe_to_newsletter label { position:relative; }
.bookconsultation-popup .hs-form-field { position:relative; }
.bookconsultation-popup .hs_blog_default_hubspot_blog_subscription label { position:relative; }

.bookconsultation-popup .multi-container .hs-form-radio-display { display:block; padding:0 0 0 25px; position:relative; }
.bookconsultation-popup .multi-container .hs-form-radio-display input { position:absolute; left:0; top: 4px; opacity: 0; width: 15px; height:15px; width:6px !important; height:11px; }
.bookconsultation-popup .multi-container .hs-form-radio-display input + span { line-height: 22px; position:relative; display: block; }
.bookconsultation-popup .multi-container .hs-form-radio-display input + span:before { position:absolute; left:-25px; top:4px;  content:''; width:8px; height:8px; border-radius:100%; border:3px solid #f76957; color:#e6e6e6; background:#f76957; }
.bookconsultation-popup .multi-container input[type="radio"]:checked + span:before { background:#394555; } 
.bookconsultation-popup .hs_subscibe_to_newsletter { padding:15px 0 0; }
.bookconsultation-popup .hs_subscibe_to_newsletter label { display:none; }
.bookconsultation-popup .hs_subscibe_to_newsletter ul label { display:block; }

.bookconsultation-popup input[type=text] {
    width:90% !important;
}

.bookconsultation-popup input[name=suburb] {
    width: 95% !important;   
}

#hs_form_target_module_14545832243927910 {
        width:500px !important;
    margin:auto !important;
}

@media (min-width: 768px) {    
    
    .row-fluid .top .bookconsultation-link { margin:46px 0 0; text-align:right; background:#F16456; position:relative; }
    .row-fluid .top .bookconsultation-link span { letter-spacing:0.8px; cursor:pointer; display:inline-block; padding:15px 30px 15px 0; line-height:24px; font-size:20px; font-weight:300; color:#fff; background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/arrow-icon.png) no-repeat right 18px; }
    .row-fluid .top .bookconsultation-link span:hover { color:#3b4657 !important; }
    .row-fluid .top .bookconsultation-link:before { content:''; position:absolute; left:100%; height:100%; background:#F16456; width:800%; }
    //.row-fluid .top .bookconsultation-link:hover:before { background:#3b4657; }
    
    #hs_menu_wrapper_module_14543352318978040 > ul > li.hs-menu-item.hs-menu-depth-1.active.active-branch > a:hover {background:rgba(72,107,150,0);}
    #hs_menu_wrapper_module_14543352318978040 > ul > li.hs-menu-item.hs-menu-depth-1.active.active-branch > a {color:#b1cdeb !important;}
    

    .row-fluid .menusearch-main .wrapper > div > .row-fluid  { width:auto; float: right; }
    .row-fluid .mainmenu { float:left; width:auto; margin:0; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { text-transform:uppercase; overflow:visible; position:relative; font-size:17px; color:#fff; font-weight:600; padding:22px 20px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { content:'+'; margin:0 0 0 5px; display:inline-block; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:hover { color:#FFF;     background: #f16356;}
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a { background:#f16356; color:#fff; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li.active > a:before { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-top-color:rgba(72, 107, 150, 0.7); border-width:12px; margin-left: -12px; } 
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul { position:absolute; width:100%; background:#384452; border-top:3px solid #f16356; border-bottom:3px solid #f16356; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children { position: initial; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > a:link , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > a:visited { position:relative; z-index:99; text-transform:uppercase; font-size:16px; font-weight:700; color:#fff; padding:15px 20px 15px 30%; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li { width:30%; position: initial; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li:hover > a , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li.menusubhover > a { background:#fff; color:#384452; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul { left:30% !important; border-left:1px solid #878893; top:0; height:100%; background:#fff; padding:25px 30px 0 15px; width:40%; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a:link , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a:visited { background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/arrow-icon4.png) no-repeat left 15px; padding:10px 0 5px 25px; font-size:16px; font-weight:600; color:#b6732a; text-transform:uppercase;  }
    
    .row-fluid .menu-bgimg { opacity:0; position:absolute; right:0; top:0; width:70%; height:100%; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
    .row-fluid .menu-bgimg img { display:none; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li:hover .menu-bgimg ,  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li.menusubhover .menu-bgimg { opacity:1; }
    .row-fluid .menu-subtext { padding:0 0 0 25px; font-size:17px; color:#000; line-height:20px; }
    
    .row-fluid .search-right { float:right;  width:auto; margin:0; position:relative; z-index:99; } 
    .row-fluid .search-right .head1 { position:absolute; right:0; top:0; overflow:hidden; width:0; }
     
    .row-fluid .search-icon { cursor:pointer; border-left:1px solid #FFF; float: right; background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/search-icon.png) no-repeat center; width:72px; height:72px; }
    .row-fluid .search-right.active .head1 { padding:0 73px 0 0; }
    .inner-search { float:right; width:0;  -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
    .row-fluid .search-right input[type=submit] { display:none; background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/search-icon.png) no-repeat center; width:72px; height:72px; position:absolute; right:0; top:0; } 
    
    .row-fluid .search-right.active .head1 .inner-search { width:100%; height:72px; background:#fff; padding:0 30px; font-size:24px; font-weight:300; }
    .row-fluid .search-right.active input[type=submit] { display:block; } 

}

.row-fluid .menu-imagetext { display:none; }
.row-fluid .menusearch-main .bookconsultation-link { display:none; }

#resultsDiv { display:none; }

.body-container-wrapper {
    margin-top: 75px;
}

body.searchresult-show #resultsDiv { display:block; position: fixed; left: 0; top: 0; width: 100%;  height: 100%; background: #eee; z-index: 9999999; padding: 60px 0; overflow-y: auto; }

body.searchresult-show { overflow:hidden }
body.searchresult-show #resultsDiv .webResult { float:left; width:100%; margin-bottom:30px; background:#FFF; padding:0 25px; color:#999 }
body.searchresult-show #resultsDiv .webResult p { margin:0 }
body.searchresult-show #resultsDiv .webResult h2 { font-size:20px; line-height:28px }
body.searchresult-show #resultsDiv .webResult .webResult-inner1 { float:left; width:50%; border-right:#CCC solid 1px; padding:30px 30px 30px 0; min-height:150px }
body.searchresult-show #resultsDiv .webResult .webResult-inner2 { float:left; width:50%; padding:30px 0 30px 30px }
.close { display:none; position:fixed; top:20px; right:20px; display:none; z-index:99999999999999; border:2px solid #F16456; color:#F16456; width:34px; height:34px; text-align:center; line-height:31px; border-radius:100%; cursor:pointer }
body.searchresult-show .close { display:block }
.black_overlay { display:none; }

#resultsDiv2 { display:none; }
body.searchresult-show2 #resultsDiv2 { display:block; position: fixed; left: 0; top: 0; width: 100%;  height: 100%; background: #eee; z-index: 9999999; padding: 60px 0; overflow-y: auto; }

body.searchresult-show2 { overflow:hidden }
body.searchresult-show2 #resultsDiv2 .webResult { float:left; width:100%; margin-bottom:30px; background:#FFF; padding:0 25px; color:#999 }
body.searchresult-show2 #resultsDiv2 .webResult p { margin:0 }
body.searchresult-show2 #resultsDiv2 .webResult h2 { font-size:20px; line-height:28px }
body.searchresult-show2 #resultsDiv2 .webResult .webResult-inner1 { float:left; width:50%; border-right:#CCC solid 1px; padding:30px 30px 30px 0; min-height:150px }
body.searchresult-show2 #resultsDiv2 .webResult .webResult-inner2 { float:left; width:50%; padding:30px 0 30px 30px }
.close2 { display:none; position:fixed; top:20px; right:20px; display:none; z-index:99999999999999; border:2px solid #F16456; color:#F16456; width:34px; height:34px; text-align:center; line-height:31px; border-radius:100%; cursor:pointer }
body.searchresult-show2 .close2 { display:block }
.black_overlay2 { display:none; }

p.notFound { padding:0 50px; }

.header-container-wrapper { padding:0 0 72px; position:relative; }
.row-fluid .menusearch-main {     background: #7E97B5; position:absolute; width:100%; left:0; bottom:0; margin:0; }

@media (min-width: 768px) {
    .fixedtop .row-fluid .menusearch-main { position:fixed; top:0; bottom:auto; z-index:99; }
}

.row-fluid .menusearch-main .wrapper { width:1170px; }

.row-fluid .header { display:none; }


.newsletter-section-book input {
  border-radius: 0px 20px 20px 20px;
  background: #F26554 !important;
  color: #FFF;
  border: 2px solid #FFF !important;
  padding: 6px 25px 6px 25px;
  display: block;
  margin:auto;
 
  box-shadow: none !important;
  text-shadow: none;
  font-size: 12px;
  text-transform: capitalize;
  font-weight:400;
  margin-top:20px;
}

.newslettersubscribe-title {text-align:center; }


.row-fluid .newslettersubscribe-main { padding:70px 0 75px; background:#f16356; color:#fff; }
.row-fluid .newslettersubscribe-main h4 { padding:0; font-size:24px; color:#fff; line-height:28px; text-transform:uppercase; font-weight:300; }
.row-fluid .newslettersubscribe-main h4 strong { font-weight:700; }
.row-fluid .newslettersubscribe-main h3 { padding:0; }
.row-fluid .newslettersubscribe-main label { display:none; }
.row-fluid .newslettersubscribe-main li label { display:block; padding:5px 0 0 15px; }
.row-fluid .newslettersubscribe-main input[type=email] { font-size:20px; background:#fff; border-radius:0 45px 45px 45px; padding:0 55px 0 25px; height:52px;  }
.row-fluid .newslettersubscribe-main input[type=submit]:hover { background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/arrow-icon3hover.png) no-repeat center; }
.row-fluid .newslettersubscribe-main form { position:relative; }

.row-fluid .socialicons-stiky { position:fixed; right:0; top: 300px; width:35px; z-index:99999; }
.row-fluid .socialicons-stiky a { background:rgba(11, 24, 45, 0.8); font-size:0; width:35px; height:40px; float:right; position:relative; }
.row-fluid .socialicons-stiky a:before { background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/facebook-icon.png) no-repeat center; width:35px; height:40px; right:0; top:0; content:''; position:absolute; }
.row-fluid .socialicons-stiky a:after { content:''; position:absolute; top:0; width:24px; height:1px; background:#fff; right:5px; }
.row-fluid .socialicons-stiky a:first-child:after { display:none; }
.row-fluid .socialicons-stiky a:hover { width:45px; }
.row-fluid .socialicons-stiky a.twitter-link:before { background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/twitter-icon.png) no-repeat center; }
.row-fluid .socialicons-stiky a.youtube-link:before { background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/youtube-icon.png) no-repeat center; }
.row-fluid .socialicons-stiky a:hover:before { opacity:0.8; }

.hs-blog-listing .row-fluid .blog-main .wrapper { width:100%; float:left; }
.hs-blog-listing .row-fluid .blog-sidebar , .hs-blog-listing .row-fluid .blogcomment-main , .hs-blog-listing .row-fluid .otherblog-main { display:none; }
.hs-blog-listing .row-fluid .blog-left { width:100%; }


.row-fluid .blog-main { padding:90px 0 70px; }
.hs-blog-post .row-fluid .blog-main { padding-top:110px; }

.row-fluid .blog-title { text-align:center; }
.hs-blog-post .row-fluid .blog-title  { display:none; }

.row-fluid .blog-title h1 { font-size:46px; color:#b67329; line-height:50px; padding:0 0 20px; font-weight:600; }
.row-fluid .blog-title h2 { font-size:20px; color:#000000; line-height:25px; padding:15px 25px; font-weight:600; display:inline-block; width:100%; max-width:370px; border-top:1px solid #384452; border-bottom:1px solid #384452; }

.row-fluid .blog-posts { float:left; width:100%; }
.row-fluid .blog-post { padding:85px 0 130px; position:relative; float: left; width: 100%; }
.row-fluid .blog-post:before { width:970px; height:1px; background:#999; content:''; position:absolute; bottom:0; left:50%; -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
.row-fluid .blog-post:after { width:380px; height:3px; background:#000; content:''; position:absolute; bottom:-1px; left:50%; -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
.row-fluid .blogpost-titleimg { float:left; width:100%;     margin-top: 70px; }
.row-fluid .blogpost-image { width:80%; float:left; position:relative; }
.row-fluid .blogpost-image img { width:100%; }
.row-fluid .blogpost-image a:after { position:absolute; right:-60px; bottom:0; content:'+'; font-size:87px; line-height:90px; color:#B67329; font-weight:300; }
.row-fluid .blogpost-image a { position: relative; }
.row-fluid .blog-posts .blog-post:nth-child(2n) .blogpost-image a:after { right:auto; left:-60px; }
.row-fluid .blog-posts .blogpost-image a:hover:after { color:#f16356; }

.row-fluid .blogpost-titleimg h2 { float:right; text-transform:uppercase; font-weight:600; font-family:'Raleway', Arial; width:20%; padding:15px 0 15px 15px; font-size:35px; line-height:38px; color:#B67329; } 
.row-fluid .blogpost-titleimg h2 a { color:#B67329; }
.row-fluid .blogpost-titleimg h2 a:hover { color:#F16456; }

.row-fluid .blog-posts .blog-post:nth-child(2n) .blogpost-titleimg h2 { text-align:right; padding-left:0; padding-right:20px; float:left; }
.row-fluid .blog-posts .blog-post:nth-child(2n) .blogpost-image { float:right; }

.row-fluid .blog-image { position:relative; }
.row-fluid .blog-contentmain .blog-image img { width: 100%; height: auto; }
.post-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.get-bg {
    display:none;
}
.row-fluid .blogpost-date { display:none; padding: 9px 13px;  line-height: 20px; color:#fff; font-weight:600; font-style:italic; text-align:center; position:absolute; top:-20px; right:25px; background:#f16355; border-radius:0 15px 15px 15px; }

.row-fluid .blogpost-content { padding:0 25% 0 85px; float: left; width: 100%; }
.row-fluid .blog-posts .blog-post:nth-child(2n) .blogpost-content { padding-left:25%; padding-right:85px; text-align:right; }
.row-fluid .blogpost-byline { float:left; width:100%; padding:5px 0 8px; font-size:16px; color:#808080; }
.row-fluid .blogpost-bylineleft { float:left; }
.row-fluid .blogpost-bylineright { float:right; }
.row-fluid .blogpost-byline a { color:#808080; }
.row-fluid .blogpost-byline a:hover { color:#F16456; }
.row-fluid .blogpost-sharing { float:left; width:100%; text-align: center; padding: 50px 0; }
.row-fluid .blogpost-sharing a { position:relative; vertical-align:top; margin:0 10px 0 0; display:inline-block; border:1px solid #b6732a; width:32px; height:32px; border-radius:100%; }
.row-fluid .blog-posts .blog-post:nth-child(2n)  .blogpost-sharing a { margin:0 -35px 0 45px; float:right; -moz-transform:translateX(-100%) rotateY(-180deg); -webkit-transform:translateX(-100%) rotateY(-180deg); -o-transform:translateX(-100%) rotateY(-180deg); -ms-transform:translateX(-100%) rotateY(-180deg); transform:translateX(-100%) rotateY(-180deg); }
.row-fluid .blogpost-sharing a.share-email { background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/icon-mail.png) no-repeat center; }
.row-fluid .blogpost-sharing a.share-comments { background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/icon-comment.png) no-repeat center; }
.row-fluid .blogpost-sharing a.share-email:hover { background-image:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/icon-mailhover.png); background-color:#b6732a; }
.row-fluid .blogpost-sharing a.share-comments:hover { background-image:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/icon-commenthover.png); background-color:#b6732a; }

.row-fluid .blogpost-sharing a.share-facebook { background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/facebook-icon3.png) no-repeat center; }
.row-fluid .blogpost-sharing a.share-twitter { background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/twitter-icon3.png) no-repeat center; }
.row-fluid .blogpost-sharing a.share-youtube { background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/youtube-icon3.png) no-repeat center; }
.row-fluid .blogpost-sharing a.share-facebook:hover { background-image:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/facebook-icon2.png); background-color:#b6732a; }
.row-fluid .blogpost-sharing a.share-twitter:hover { background-image:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/twitter-icon2.png); background-color:#b6732a; }
.row-fluid .blogpost-sharing a.share-youtube:hover { background-image:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/youtube-icon2.png); background-color:#b6732a; }
.row-fluid .blogpost-sharing a span { border:1px solid #B67329; position:absolute; right:-3px; top:-1px; width:13px; height:13px; border-radius:100%; background:#B67329; color:#fff; text-align:center; line-height:12px; font-size:9px; }
.row-fluid .blogpost-sharing a:hover span { background:#fff; color:#B67329; }

.hs-blog-listing .row-fluid .blogpost-sharing a.share-email { background-size:17px auto; }
.hs-blog-listing .row-fluid .blogpost-sharing a.share-comments { background-size:16px auto; }

.row-fluid .blog-left .blog-image + h1 { color:#b77100; text-transform:uppercase; font-weight:600; font-size:29px; text-transform:uppercase; padding:15px 0 5px; }
.row-fluid .blog-sidebar h3 { padding:0 0 10px; font-weight:600; font-size:25px; text-transform:uppercase; }
.row-fluid .blog-search { padding:0 0 35px; }

@media (min-width: 768px) {  
    .row-fluid .blog-search .inner-search2 { font-size:15px; width:100%; height:50px; border-radius:12px; border:1px solid #384452; padding:0 80px 0 15px; }
    .row-fluid .blog-search input[type=submit] { background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/search-icon2.png) no-repeat center #B67329; width:80px; height:50px; position:absolute; right:0; top:0; }
    .row-fluid .blog-search .head2 { position:relative; }
    .row-fluid .blog-search .head2:after { content:''; position:absolute; right:64px; top:0; width:0; height:0; position: absolute; margin: 0; border-style: solid; border-width:50px 16px 0 0; border-color: #fff transparent transparent transparent; }
    .row-fluid .blog-search .head2:before { content:''; position:absolute; height:1px; background:#000; width:16px; top:0; right:64px; z-index: 1; } 
}

.row-fluid .blog-topics ul { margin:0; padding:0; list-style:none; }
.row-fluid .blog-topics ul li { padding:0 0 10px; }
.row-fluid .blog-topics ul li a { text-align:center; background:#fff; color:#000; font-size:14px; display:inline-block; border:1px solid #999; border-radius:20px; padding:7px 20px; min-width:135px; }
.row-fluid .blog-topics ul li .filter-link-count { display:none; }
.row-fluid .blog-topics ul li a:hover { background:#b77100; color:#fff; }

.row-fluid .blogpost-text { float:left; width:100%; }

.row-fluid .blog-pagination { clear: both; padding: 30px 0 0; text-align: right; }
.row-fluid .blog-pagination ul { margin:0; padding:8px 0 0; list-style:none; float:left; width:100%; }
.row-fluid .blog-pagination ul li { display:inline-block; margin:0 -29px 0 54px; }
.row-fluid .blog-pagination ul li a { color:#999; }
.row-fluid .blog-pagination ul li a:hover { color:#f16356; }
.row-fluid .blog-pagination ul li.active a { color:#000; font-weight:700; }
.row-fluid .next-posts-link { padding: 0 25px 0 0; font-size:20px; font-weight:700; text-transform:uppercase; color:#000; background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/arrow-icon2.png) no-repeat right; }
.row-fluid .next-posts-link:hover { color:#f16356; }
.row-fluid .blog-pagination ul li .previous-link , .row-fluid .blog-pagination ul li .next-link { display:none; }

.row-fluid .blog-contenttext .hs_cos_wrapper p:first-child img { display:none; }
.row-fluid .blogcomment-main { padding:20px 0 0; border-top:1px solid #999; position:relative; margin:30px 0 0; }
.row-fluid .blogcomment-main:before { content:''; width:110px; position:absolute; left:0; top:-2px; height:3px; background:#000; }

.row-fluid .blog-contenttext { padding:0 0 20px; }
.row-fluid .blog-contentmain { margin-top: -50px; }
.row-fluid .blog-contentmain p:first-of-type {
    font-weight: 700;
}
.row-fluid .blog-contentmain .blogpost-sharing a { width:50px; height:50px; }

ul.slides { margin:0; padding:0; list-style:none; }

.row-fluid .otherblog-main { background:#e8e8e9; padding:50px 0 90px; }
.row-fluid a.otherblog-readmore { margin:0 0 -15px -10px; display:inline-block; position:relative; background:#374351; color:#fff; font-size:16px; text-transform:uppercase; padding:12px 35px 12px 20px; border-radius:0 20px 20px 20px; }
.row-fluid a.otherblog-readmore:after { width:10px; content:''; position:absolute; top:0; right:15px; height:100%; background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/arrow-icon5.png) no-repeat center; }
.row-fluid a.otherblog-readmore:hover { background:#f16356; }
.row-fluid .otherblog-slider { padding:0 25px; }

.row-fluid .otherblog-main h2  { font-weight:600; font-style:italic; color:#B67329; font-size:33px; line-height:34px; padding:0 20px 35px; text-transform:uppercase; }
.row-fluid .otherblog-main h3 { font-weight:600; color:#000; font-size:19px; line-height:22px; padding:15px 15px; min-height:120px; }
.row-fluid .otherblog-main h3 a { color:#000; }
.row-fluid .otherblog-main h3 a:hover { color:#f16356; }
.row-fluid .otherblog-main .otherblog-box { background:#fff; margin:0 5px 12px 10px; display:block; }

.row-fluid .otherblog-main .flex-control-nav { display:none; }
.row-fluid .otherblog-main .flex-direction-nav { margin:0; padding:0; list-style:none; }
.row-fluid .otherblog-slider { position:relative; }
.row-fluid .otherblog-slider .flex-direction-nav a , .row-fluid .otherblog-slider .bx-controls-direction a { position:absolute; font-size:0; width:11px; height:18px; top:50%; margin:-9px 0 0; }
.row-fluid .otherblog-slider .flex-prev , .row-fluid .otherblog-slider .bx-controls-direction .bx-prev { left:0; background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/arrow-icon6.png) no-repeat; }
.row-fluid .otherblog-slider .flex-next , .row-fluid .otherblog-slider .bx-controls-direction .bx-next { right:0; background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/arrow-icon3.png) no-repeat; }
.row-fluid .otherblog-slider .flex-prev:hover , .row-fluid .otherblog-slider .bx-controls-direction .bx-prev:hover  { background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/arrow-icon6hover.png) no-repeat; }
.row-fluid .otherblog-slider .flex-next:hover , .row-fluid .otherblog-slider .bx-controls-direction .bx-next:hover { background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/arrow-icon3hover.png) no-repeat; }
.row-fluid .otherblog-img { overflow:hidden; position:relative; }
.row-fluid .otherblog-img img { height:180px; width:auto; max-width:none; }
.row-fluid .otherblog-img:before { position:absolute; left:0; bottom: 0; margin: 0; content: ''; width: 0; height: 0; border-style: solid;  }
.row-fluid .otherblog-img:before { border-width:32px 230px 0 0; border-color: transparent #FFF transparent  }
.row-fluid .otherblog-slider li:nth-child(2n) .otherblog-img:before {  border-width: 0 230px 32px 0; border-color: transparent  transparent #fff transparent; }


.row-fluid .newsletter-section { background:#f26554; padding:50px 0; }
.row-fluid .newsletter-section .text {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  margin-top: -5px;
  text-align: center
}
.row-fluid .newsletter-section p {
  font-weight: 200;
  font-size: 18px;
  margin: 5px;
  padding: 0;
}
.row-fluid .newsletter-section strong {
  font-weight: 500;
  font-size: 26px;
  margin: 5px;
  padding: 0;
}
.row-fluid .newsletter-section a {
  border-radius: 0 20px 20px 20px;
  background: #f26554 !important;
  color: #FFF;
  border: 2px solid #FFF !important;
  padding: 6px 25px 6px 25px;
  display: inline-block;
  margin: auto;
  position: relative;
  box-shadow: none !important;
  text-shadow: none;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 400;
  margin-top: 15px;
}



.row-fluid .footer { background:#384452; padding:45px 0 25px; text-align:center; color:#fff; font-size:14px; line-height:24px; }
.row-fluid .footer-logoes { padding:0 0 25px; }
.row-fluid .footer-logoes h2 { display:none; padding:0 0 15px; font-size:18px; color:#374351; text-transform:uppercase; font-style:italic; font-weight:600; }
.row-fluid .footer-logo span {  height:66px; display: block; }
.row-fluid .footer-logo span img { top:50%; position:relative; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.row-fluid .footer a { color:#fff; }
.row-fluid .footer a:hover { color:#f16356; }
.row-fluid .footer-copyright ul , .row-fluid .footer-contactdetail ul { float:left; width:100%; text-align:center; margin:0; padding:0; list-style:none; }
.row-fluid .footer-copyright ul li , .row-fluid .footer-contactdetail ul li  { display:inline-block; border-left:1px solid #fff; line-height:14px; padding:0 10px; }
.row-fluid .footer-copyright ul li:first-child  , .row-fluid .footer-contactdetail ul li:first-child { border:none; }
.row-fluid .footer-contactdetail { font-size:13.65px; padding:50px 0 25px; margin:20px 0 0; background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/call-icon.png) no-repeat center top; }
.row-fluid .footer-contactdetail li { font-weight:700; text-transform:uppercase; }
.row-fluid .footer-social { padding:0 0 20px; }
.row-fluid .footer-social a { font-size:0px; display:inline-block; margin:0 15px; vertical-align:middle; }
.row-fluid .footer-facebook { background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/facebook-icon2.png) no-repeat; width:18px; height:34px; }
.row-fluid .footer-twitter { background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/twitter-icon2.png) no-repeat; width:31px; height:25px; } 
.row-fluid .footer-youtube { background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/youtube-icon2.png) no-repeat; width:31px; height:37px; }
.row-fluid .footer-social a:hover { opacity:0.6; }

.row-fluid .footer .bookconsultation-link , .row-fluid .footer .footer-links { display:none; }
.row-fluid .footer .bookconsultation-link span { cursor:pointer; display:inline-block; position:relative; background:#f16355; color:#fff; font-size:13px; text-transform:uppercase; padding:10px 35px 10px 20px; border-radius:0 20px 20px 20px; }
.row-fluid .footer .bookconsultation-link span:after { width:10px; content:''; position:absolute; top:0; right:15px; height:100%; background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/arrow-icon5.png) no-repeat center; }

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }
.fancybox-skin { position: relative; background: #fff; color: #444; text-shadow: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }
.fancybox-error { color: #444; font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0; padding: 15px; white-space: nowrap; }
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }
.fancybox-image { max-width: 100%; max-height: 100%; }
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url('//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/fancybox_sprite.png'); }
#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }
#fancybox-loading div { width: 44px; height: 44px; background: url('//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/fancybox_loading.gif') center center no-repeat; }
.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; }
.fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url('//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/blank.png'); /* helps IE */ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; }
.fancybox-prev span { left: 10px; background-position: 0 -36px; }
.fancybox-next span { right: 10px; background-position: 0 -72px; }
.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; }
/* Overlay helper */

.fancybox-lock { overflow: hidden !important; width: auto; }
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background:rgba(55,67,82,0.88); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }
/* Title helper */

.fancybox-title { visibility: hidden; font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; position: relative; text-shadow: none; z-index: 8050; }
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, .8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
 #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
 background-image: url('//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/fancybox_sprite@2x.png');
 background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
}
 #fancybox-loading div {
 background-image: url('//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/fancybox_loading@2x.gif');
 background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}
}


@media (min-width: 1200px) and (max-width: 1400px){
    
    .row-fluid .blogpost-titleimg h2 { font-size: 33px; }
    
}

@media (min-width: 992px) and (max-width: 1200px){
    
	.row-fluid .wrapper , .row-fluid .blog-pagination  {  width:920px; }	
    .row-fluid .top .wrapper , .row-fluid .search-right.active .head1 , .row-fluid .menusearch-main .wrapper  { width:940px; }
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding: 22px 10px; }
    .row-fluid .bookconsultation-link { margin: 30px 0 0; }
    
    .row-fluid .otherblog-img img { height:150px; }
    .row-fluid .otherblog-main h3 { font-size: 18px; line-height: 19px; padding:12px 10px; min-height: 110px; }
    .row-fluid a.otherblog-readmore { font-size: 15px; padding: 6px 35px 9px 20px; }
    .row-fluid .otherblog-img:before { border-width: 32px 195px 0 0; }
    .row-fluid .otherblog-slider li:nth-child(2n) .otherblog-img:before { border-width: 0 195px 32px 0; }
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > a:link , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > a:visited { padding-left:10%; }
    .row-fluid .logo { min-height: 182px; }
    .row-fluid .menu-subtext { padding: 0 0 0 25px; font-size: 14px; line-height: 20px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul { padding:15px 20px 0 10px; }    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a:link, row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a:visited { font-size: 14px; }
    
    .row-fluid .blog-post:before { width:920px; }
    
    .row-fluid .blogpost-titleimg h2 { width:25%; font-size: 24px; line-height: 32px; }
    .row-fluid .blogpost-image { width:75%; }
    
    .row-fluid .blogpost-content { padding-left:35px; }
    .row-fluid .blog-posts .blog-post:nth-child(2n) .blogpost-content { padding-right:35px; }
 
}

@media (min-width: 768px) and (max-width: 991px){
	
	.row-fluid .wrapper , .row-fluid .blog-pagination {  width:720px; }
    .row-fluid .top .wrapper , .row-fluid .search-right.active .head1 , .row-fluid .menusearch-main .wrapper  { width:740px; }
    
    .row-fluid .blog-post:before { width:720px; }
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-size:13px; padding: 22px 9px; }
    .row-fluid .bookconsultation-link { margin:30px 0 0; }
    .row-fluid .top-call { padding: 28px 0 0; }
    .row-fluid .search-icon , .row-fluid .search-right input[type=submit] { width:52px; }
    .row-fluid .search-right.active .head1 { padding-right:53px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > a:visited { font-size: 14px; line-height: 20px; }
    .row-fluid .newslettersubscribe-main h4 { font-size: 21px; line-height: 25px; }
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul { padding:15px 20px 0 10px; }
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a:link, row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a:visited { padding:7px 0 5px 25px; background-position:left 10px; font-size: 14px; line-height:20px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li { padding:0 0 8px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > a:link , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > a:visited { padding-left:10%; }
    .row-fluid .menu-subtext { padding: 0 0 0 25px; font-size:14px; line-height:18px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul { width:50%; }
    
    .row-fluid .logo { min-height: 160px; }
    
    .row-fluid .otherblog-img img { height:150px; }
    .row-fluid .otherblog-main h3 { font-size: 16px; line-height: 19px; padding:12px 10px; min-height: 130px; }
    .row-fluid a.otherblog-readmore { font-size: 15px; padding: 6px 35px 9px 20px; }
    .row-fluid .otherblog-img:before { border-width: 32px 148px 0 0; }
    .row-fluid .otherblog-slider li:nth-child(2n) .otherblog-img:before { border-width: 0 148px 32px 0; }
    
    .row-fluid .blogpost-titleimg h2 { width:25%; font-size: 22px; line-height: 30px; }
    .row-fluid .blogpost-image { width:75%; }
    
    .row-fluid .blogpost-content { padding-left:35px; }
    .row-fluid .blog-posts .blog-post:nth-child(2n) .blogpost-content { padding-right:35px; }
    
    .row-fluid .otherblog-main { padding: 50px 0 90px; }
    .row-fluid .otherblog-slider { padding:0 20px; }
 

    
}

@media (min-width: 30px) and (max-width: 767px){
	
	.row-fluid .wrapper , .row-fluid .blog-pagination , .row-fluid .top .wrapper , .row-fluid .search-right.active .head1, .row-fluid .menusearch-main .wrapper { width:100%; padding:0 20px; float:left !important; }	

    .row-fluid .blog-post:before { width:80%; }
    
    .header-container-wrapper { position:fixed; width:100%; top:0; left:0; z-index:9; }
    .row-fluid .top { background:#f3f7fb; }
    .row-fluid .logo { float: left; width:120px; padding:10px 10px; }
    .row-fluid .logo:before { border-width:0 40px 85px 0; }
    .row-fluid .top-call a { background-position:left 9px; margin:18px 45px 0 0; vertical-align: top; float: right; font-size:0; text-indent:-9999; width:21px; height: 41px; padding:0; background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/call-icon2.png) no-repeat center; background-size: 100% auto; }
    
    .header-container-wrapper { padding:0; }
    .row-fluid .top-call { padding: 0; width: 30px; float: right; }

    .row-fluid .menusearch-main { position:initial; width: auto; left:auto; bottom:auto; }
    .row-fluid .top .bookconsultation-link { display:none; }
    .row-fluid .menusearch-main .bookconsultation-link { display:block; }
    .row-fluid .menusearch-main .wrapper { padding:0; }
    .row-fluid .search-right { background:#E9E9E9; padding:8px 15px; }
    
    .row-fluid .search-right .inner-search { background:#fff; border-radius:0 20px 20px 20px; width: 100%; height:44px; padding:0 54px 0 20px; font-size:16px; font-weight:300; }
    .row-fluid .search-right input[type=submit] { position:absolute; top:0; right:0; background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/search-icon3.png) no-repeat center; width:48px; height:44px; }
    .row-fluid .search-right .head1 { position:relative; }
    
    .row-fluid .menusearch-main { position:absolute; left:0; top:100%; width:100%; z-index:99; display:none; }
    .row-fluid .mainmenu { margin:0; }
    
    a.mobile-trigger { display: inline-block !important;  cursor: pointer; position: absolute;  top:15px; right: 15px; width: 44px; height: 44px;  padding: 12px 10px; z-index: 99999999999; font-size: 16px; font-weight: normal; text-align: left; text-transform: uppercase;  }
    a.mobile-trigger:hover { text-decoration: none;   color:#333; }
 
    a.mobile-trigger i { display: inline; position: relative; top: -7px; margin-left: 0; -webkit-transition-duration: 0s;  -webkit-transition-delay: .2s; -moz-transition-duration: 0s;  -moz-transition-delay: .2s; transition-duration: 0s;  transition-delay: .2s; }
    a.mobile-trigger i:before, a.mobile-trigger i:after { position: absolute; content: ''; }
    a.mobile-trigger i, a.mobile-trigger i:before, a.mobile-trigger i:after { width: 24px; height: 3px; border-radius:15px; background-color: #374352; display: inline-block; }
    a.mobile-trigger i:before { margin-top: -8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0; }
    a.mobile-trigger i:after { margin-top: 8px; -webkit-transition-property: margin, -webkit-transform;  -webkit-transition-duration: .2s;  -webkit-transition-delay: .2s, 0; }
    a.mobile-trigger.active i, a.mobile-trigger.active i:before, a.mobile-trigger.active i:after  { border-radius:0; }
    a.mobile-trigger.active i { background-color: rgba(0, 0, 0, 0.0);  -webkit-transition-delay: .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    a.mobile-trigger.active i:before { margin-top: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    a.mobile-trigger.active i:after { margin-top: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    

    a.child-triggerm { display: block !important;  cursor: pointer; position: absolute; top: 14px; right:15px; width: 20px !important; min-width:20px !important; height:20px !important; border-radius:100%; padding: 0 !important; border:1px solid #fff; }
    a.child-triggerm:hover { text-decoration: none; }
    
    a.child-triggerm span { position: relative; top: 50%;  margin: 0 auto !important; }
    a.child-triggerm span:after { position: absolute; content: '';  }
    a.child-triggerm span, a.child-triggerm span:after { width: 10px; height: 1px; background-color:#fff;  display: block; }

    .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span:after { background-color: #fff; }

    a.child-triggerm span:after { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; }
    a.child-triggerm.child-open span:after { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; }
    a.child-triggerm.child-open span { -webkit-transform: rotate(180deg); ms-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; }

    .mainmenu ul.hs-menu-children-wrapper { visibility: visible !important; opacity: 1 !important; position: static !important; display:none; }

    .mainmenu .hs-menu-flow-horizontal ul li { float:left !important; width:100%; border-top: 1px solid #636972;  }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { float:left; width:100%; padding:10px 60px 10px 25px; text-transform:uppercase; color:#fff; font-weight:600; font-family:'Raleway', Arial; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li.active  > a:link , .row-fluid .mainmenu .hs-menu-wrapper > ul > li.active > a:visited , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:hover { color:#B1CDEB; }
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul a.child-triggerm { display:none !important; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul { padding:0 0 10px; float: left; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul ul { display:none; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li li { border:none; padding:0 25px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li li a { padding:0; background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/arrow-icon7.png) no-repeat 5px 9px; line-height:22px; padding:5px 35px 5px 20px; font-size:13px; text-transform:uppercase; color:#fff; font-weight:600; font-family:'Raleway', Arial; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li li a:hover  { color:#B1CDEB;}
    .row-fluid .menusearch-main .bookconsultation-link { transition: all .4s ease-in-out; text-align:center; float:left; width:100%; background:#F16456; }
    .row-fluid .menusearch-main .bookconsultation-link span { transition: all .4s ease-in-out; letter-spacing:0.8px; cursor:pointer; display:block; padding:15px 0; line-height:24px; font-size:16px; font-weight:600; color:#fff;  }
    .row-fluid .menusearch-main .bookconsultation-link span:after { vertical-align: middle; margin: -1px 0 0 8px; width:17px; height:16px; content:''; display:inline-block; background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/arrow-icon.png) no-repeat center; }
    .row-fluid .menusearch-main .bookconsultation-link span:hover { background:#B1CDEB;  }
    
    .menu-bgimg , .menu-subtext { display:none !important; }
    
    .row-fluid .header { display:block; padding:25px 9% 85px 0; line-height:22px; color:#fff; font-style:italic; margin:75px 0 0; }
    .row-fluid .header h2 { font-weight:400; font-size:21px; line-height:26px; padding:0 0 15px; color:#fff; }
    .row-fluid .socialicons-stiky { display:none; }
    .hs-blog-post .row-fluid .header { text-transform:uppercase; }
    
    .row-fluid .blog-title { display:none; }
    .row-fluid .blog-main { padding:0 0 35px; }
    .hs-blog-post .row-fluid .blog-main { padding-top:55px; }
    
    .row-fluid .blog-post { padding:25px 0;  }
    .row-fluid .blogpost-titleimg h2 { text-align:right; width:100%; max-width:230px; margin:0 30px 0 0; font-weight:600; font-size:17px; line-height:22px; }
    .row-fluid .blog-posts .blog-post:nth-child(2n) .blogpost-titleimg h2 { text-align:left; margin:0 0 0 30px; }
    .hs-blog-listing .row-fluid .blog-main .wrapper { padding:0; }
    .row-fluid .blogpost-image { float:left; width:100%; padding:0 30px 0 0; }
    .row-fluid .blog-posts .blog-post:nth-child(2n) .blogpost-image { padding:0 0 0 30px; }
    .row-fluid .blogpost-image a:after { right: -30px; font-size: 44px; line-height: 27px; }
    .row-fluid .blog-posts .blog-post:nth-child(2n) .blogpost-image a:after { right:auto; left:-30px;  }
    .row-fluid .blogpost-content , .row-fluid .blog-posts .blog-post:nth-child(2n) .blogpost-content { padding:0 20px; font-size:15px; }
    .row-fluid .blogpost-byline { font-size:14px; }
    .row-fluid .blogpost-bylineright { display:none; }
    .row-fluid .blog-post:after { width:120px; }
    .row-fluid .blog-posts .blog-post:nth-child(2n) .row-fluid .blogpost-bylineleft { float: right; }
    
    .hs-blog-listing .row-fluid .blog-sidebar { display:block; padding:55px 20px 0; }
    .hs-blog-post .row-fluid .blog-sidebar { padding:50px 0 0; }
    .row-fluid .blog-contentmain .blogpost-sharing a { width: 40px; height: 40px; background-size:20px auto !important; }
    .row-fluid .blog-contentmain .blogpost-sharing a.share-facebook { background-size:10px auto !important; }
    
    .row-fluid .blog-pagination { text-align:left; padding:15px 20px;  }
    .row-fluid .blog-pagination ul li a { color:#000; display: inline-block; vertical-align: middle; width:34px; height:34px; border:1px solid #000; border-radius:100%; text-align:center; line-height:34px; }
    .row-fluid .blog-pagination ul li { margin:0 5px 0 0; padding:0; }
    .row-fluid .blog-pagination ul li.active a , .row-fluid .blog-pagination ul li a:hover { background:#000; color:#fff; }
    .row-fluid .otherblog-main { display:none; }
    .row-fluid .blog-pagination ul li .previous-link , .row-fluid .blog-pagination ul li .next-link { display:inline-block; border:none; vertical-align: middle; border-radius:0; }
    .row-fluid .blog-pagination ul li .previous-link { background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/arrow-icon6.png) no-repeat center !important; }
    .row-fluid .blog-pagination ul li .next-link { background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/arrow-icon3.png) no-repeat center !important; }
    .row-fluid .blog-pagination .next-posts-link { display:none; }
    .row-fluid .blog-sidebar h3 { font-size:18px; color:#000; font-weight:700; }
    
    
    .row-fluid .blog-search .inner-search2 { background:#f16355; color:#fff; border-radius:0 20px 20px 20px; width: 100%; height:44px; padding:0 54px 0 20px; font-size:16px; font-weight:300; }
    .row-fluid .blog-search input[type=submit] { position:absolute; top:0; right:0; background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/search-icon4.png) no-repeat center; width:48px; height:44px; }
    .row-fluid .blog-search .head2 { position:relative; }
    .row-fluid .blog-search ::-webkit-input-placeholder { color:#fff; opacity:1; }
    .row-fluid .blog-search ::-moz-placeholder { color:#fff; opacity:1; }
    .row-fluid .blog-search :-ms-input-placeholder { color:#fff; opacity:1; } 
    .row-fluid .blog-search input:-moz-placeholder { color:#fff; opacity:1; }
    
    .row-fluid .blog-topics ul li { float:left; padding:0 10px 10px 0; }
    .row-fluid .blog-topics ul li a { border-radius:0 20px 20px 20px; background:#374351; border:none; color:#fff; }
    .row-fluid .blog-topics ul li a:hover { #f16355 }
    
    #resultsDiv2 .wrapper { padding:0 25px; }
    
    .row-fluid .blog-image { margin: 0 0 0 -20px; padding: 0 35px 0 0; }
    .row-fluid .blogpost-date { display:block; }
    .row-fluid .blog-left .blog-image + h1 { font-size:20px; text-transform: none; line-height:24px; padding:25px 0 0; }
    .row-fluid .blog-contentmain { margin-top: -50px; }
    .row-fluid .blog-contentmain { font-size:14px; line-height:22px; }
    .row-fluid .blog-contentmain h6 { font-size:14px; padding-bottom:0; line-height:20px; }
    
    .row-fluid .newslettersubscribe-main { padding:25px 0; }
    .row-fluid .newslettersubscribe-main h4 { font-size:16px; padding:0 0 15px; line-height:20px; }
    .row-fluid .newslettersubscribe-form { padding:0 20px; }
    
    .bookconsultation-popup h2 { padding:0 0 10px; text-align:left; }   
    
    
    .row-fluid .footer { color: #cfced2; font-size:12px; padding-top:0 }
    .row-fluid .footer a { color: #cfced2; }
    .row-fluid .footer a:hover { color: #fff; }
    .row-fluid .footer .bookconsultation-link , .row-fluid .footer .footer-links { display:block; }    
    .row-fluid .footer .footer-links ul { margin:0; padding:25px 0 0; list-style:none; }
    .row-fluid .footer .footer-links .hs-menu-wrapper > ul > li > a { letter-spacing:1.5px; line-height: 20px; font-size:13px; color:#b1ceec; font-weight:600; text-transform:uppercase; }
    .row-fluid .footer .footer-links ul ul.hs-menu-children-wrapper { padding:5px 0 10px; position: relative !important; top:auto !important; left: auto !important; float:left !important; width:100% !important; }
    .row-fluid .footer .footer-links .hs-menu-wrapper ul li li a { display:block; font-size: 12px;  width: 100%; padding:2px 10px; line-height:18px; }
    .row-fluid .footer-contactdetail { display:none; }
    
    .row-fluid .footer-address { padding:5px 0 15px; }
    .row-fluid .footer-copyright ul li { font-size:11px; }
    .row-fluid .footer-logoes h2 { display:block; }
    .row-fluid .footer-logoes { margin:0 -20px 30px !important; background:#e8e8e9; padding:15px 0 25px; }
    .row-fluid .footer-logoes ul { margin:0; padding:0; list-style:none; }
    .row-fluid .footer-logoes img { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%);  filter: gray; opacity: 0.5; padding: 0 5px; }
    .row-fluid .footer-logoes .bx-wrapper { position:relative; }
    .row-fluid .footer-logoes .bx-controls-direction a { position:absolute; font-size:0; width:11px; height:18px; top:50%; margin:-9px 0 0; }
    .row-fluid .footer-logoes .bx-controls-direction .bx-prev { left:15px; background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/arrow-icon6.png) no-repeat; }
    .row-fluid .footer-logoes .bx-controls-direction .bx-next { right:15px; background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/arrow-icon3.png) no-repeat; }
    .row-fluid .footer-logoes .bx-controls-direction .bx-prev:hover  { background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/arrow-icon6hover.png) no-repeat; }
    .row-fluid .footer-logoes .bx-controls-direction .bx-next:hover { background:url(//cdn2.hubspot.net/hubfs/162192/Rooroofing-2016/images/arrow-icon3hover.png) no-repeat; }
}



@media (min-width: 30px) and (max-width: 500px){
    
    .row-fluid .newslettersubscribe-main h4 { font-size:14px; }
    
}

@media (min-width: 768px){

  a.mobile-trigger, a.child-triggerm {
      display: none !important; /* Hide button on Desktop */
  }

}