vv/****************************************************************************/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/***+********************************************************************+***/
/***+******************   START THEME CONFIGURATION   *******************+***/
/***+********************************************************************+***/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/****************************************************************************/


/* ----- Structure & Design ----- */







/* ----- Base Colors ----- */

 







/* ----- Drop-Down Menu ----- */







/* ----- Mobile Menu ----- */ 






/****************************************************************************/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/***+********************************************************************+***/
/***+******************   END THEME CONFIGURATION   *********************+***/
/***+********************************************************************+***/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/****************************************************************************/

/* @import url('http://example.com/example_style.css'); */
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800';
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');

/***********************************************/
/* 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    */
/*****************************************/


    
    
    
    
    
    
    
    
    
    
    
    
    /** 
     * Border Radius 
     *
     *  
     */
    
    
    
    
    /** 
     * Box Shadow  
     *
     *  
     */
    
    
    
   
    /** 
     * Transition
     * 
     *  
     */
    
    
    
    
    /** 
     * Transform
     *
     *  
     */
    
    
    
    /** 
     * Boxsizing
     *
     *  
     */
    
    
    
    
    
/* CSS Style Start */
html { background-color:#000000; }
body { margin:0; padding:0; font-family: 'Open Sans', sans-serif; font-size:16px; line-height:25px; color:#9E9E9E; overflow-x:hidden; background:#FFFFFF; }
* , body * , *:before , *:after { -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }

img { border:0; max-width:100%; height:auto; }

hr { background:#ccc; height:1px; border:none; outline:none; clear:both; margin:30px 0; }

.clear { clear:both }

p { padding:5px 0 15px; margin:0; }

blockquote { border-left:4px solid #9E9E9E; background:#f5f5f5; margin:15px 0 25px; padding:10px 25px; font-size: 20px; font-weight: 300; font-style: italic; }
blockquote em { display:block; opacity:0.8; }

/* Slick Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none;
    -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.row-fluid .slick-slider button { font-size:22px; position:absolute; -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);; top:50%; z-index:1; background:transparent; color:#FFFFFF; -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; width:30px; height: 30px; font-size: 15px; line-height:28px; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; color: #aaa; border: #aaa solid 1px; } 
.row-fluid .slick-slider:hover .slick-next { right:10px; }
.row-fluid .slick-slider:hover .slick-prev { left:10px; }
.row-fluid .slick-slider button:hover { background:#000000; color:#FFFFFF; border-color:#000000; }
.row-fluid .slick-slider .slick-next { right:0; }
.row-fluid .slick-slider .slick-prev { left:0; }
.row-fluid .slick-dots { text-align:center; margin-top:-45px; }
.row-fluid .slick-dots li { float:none; display:inline-block; vertical-align:top; padding:0 5px; }
.row-fluid .slick-dots li:before { display:none; }
.row-fluid .slick-dots li button { background:#FFFFFF; width:8px; height:8px; display:block; font-size:0; position: static; padding: 0; -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
.row-fluid .slick-dots li.slick-active button, .row-fluid .hero-slider .slick-dots li button:hover { background:#0066cc; }
.row-fluid .slick-slide { outline:none; float:left; }

/* Isotope CSS */
.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }
.isotope, .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; }
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property:-moz-transform, opacity; -ms-transition-property:-ms-transform, opacity; -o-transition-property:-o-transform, opacity; transition-property:transform, opacity; }

/*Heading*/
  h1 { color:#2E2E2E; font-family: 'Open Sans', sans-serif; font-size:45px; margin:0; padding:15px 0 15px; line-height:1; clear:both; font-weight:700; }
  h2 { color:#2E2E2E; font-family: 'Open Sans', sans-serif; font-size:60px; margin:0; padding:10px 0 10px; line-height:1.2; clear:both; }
  h3 { color:#2E2E2E; font-family: 'Open Sans', sans-serif; font-size:40px; margin:0; padding:10px 0 10px; line-height:1.1; clear:both; }
  h4 { color:#2E2E2E; font-family: 'Open Sans', sans-serif; font-size:22px; margin:0; padding:10px 0 10px; line-height:1.1; clear:both; font-weight:400; }
  h5 { color:#2E2E2E; font-family: 'Open Sans', sans-serif; font-size:20px; margin:0; padding:10px 0 10px; line-height:1.1; clear:both; }
  h6 { color:#2E2E2E; font-family: 'Open Sans', sans-serif; font-size:18px; margin:0; padding:10px 0; line-height:1.1; clear:both; font-weight:400; }


/*anchor link*/
a { text-decoration:none; outline:none; color:#0066cc; -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; display:inline-block; }
a:hover { color:#FFFFFF; }

input , form button , textarea, select , 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"] { outline:none; border:1px solid #ccc; background:#fff; height:50px; padding:0 20px; font-family: 'Open Sans', sans-serif; font-size:16px; }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
textarea { padding:15px 20px; height:100px; }
input[type=submit] , button {  border:none; outline:none; cursor:pointer; background:none; -webkit-transition: all 0.4s ease-in-out-in-out;
        -moz-transition: all 0.4s ease-in-out-in-out;
        -o-transition: all 0.4s ease-in-out-in-out;
        -ms-transition: all 0.4s ease-in-out-in-out;
        transition: all 0.4s ease-in-out-in-out; }
input[type=submit] , form button, .row-fluid .hs-button { text-transform:uppercase; background:url(//cdn2.hubspot.net/hubfs/383029/Assets_Infinity_Theme_2016/images/submit-bg.png) no-repeat left top #0066cc; font-size:17px; line-height:22px; font-weight:700; padding:10px 20px; height:auto; color:#fff; display:inline-block; height: auto; min-width: 180px; text-align: center; -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; }
input[type=submit]:hover , form button:hover, .row-fluid .hs-button:hover { background-color:#343434; color:#E2E2E2 }

ul.slides , ul.flex-direction-nav , ol.flex-control-nav , ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
.row-fluid ol.flex-control-nav , ul.slick-dots { text-align:center; padding:10px 0 0; }
.row-fluid ol.flex-control-nav li , ul.slick-dots li { display:inline-block; padding:0 5px; }
.row-fluid ol.flex-control-nav li a , ul.slick-dots li button { display:inline-block; width:15px; height:15px; border-radius:100%; font-size:0; text-index:-9999; cursor:pointer; }
.row-fluid ol.flex-control-nav li a:hover , .row-fluid ol.flex-control-nav li a.flex-active , ul.slick-dots li button:hover , ul.slick-dots li button.slick-active { background:#0066cc;  }

.row-fluid .hs_cos_flex-direction-nav a { background:transparent; }
.row-fluid .hs_cos_flex-direction-nav a.hs_cos_flex-prev:before { position:absolute; text-align:center; font-family:'FontAwesome'; content:"\f104"; left:0; top:0; width:30px; height:30px; border:#FFFFFF solid 1px; line-height:28px; color:#FFFFFF; text-indent:0; -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .hs_cos_flex-direction-nav a.hs_cos_flex-next:before { position:absolute; text-align:center; font-family:'FontAwesome'; content:"\f105"; left:0; top:0; width:30px; height:30px; border:#FFFFFF solid 1px; line-height:28px; color:#FFFFFF; text-indent:0; -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .hs_cos_flex-direction-nav a:hover:before { background:#0066cc; border-color:#0066cc; }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.row-fluid .hs-form fieldset.form-columns-1 .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset.form-columns-1 .input { margin-right:0; }

@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    
  .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }
  form.hs-form .form-columns-2 .hs-form-field .hs-input, form.hs-form .form-columns-3 .hs-form-field .hs-input { width:100% !important; }
  
}

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

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

.row-fluid [class*="span"] { min-height:1px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.row-fluid .fl100 { float:left; width:100%; }
.row-fluid .attach-fixed  { background-attachment:fixed; }
.row-fluid .ls1 { letter-spacing:1px; }
.row-fluid .section-padding { padding-top:70px; padding-bottom:70px; }
iframe { vertical-align:top; }

/* UL Style */
.row-fluid .ulstyle ul { padding:0; margin:15px 0; list-style:none; }
.row-fluid .ulstyle ol { padding-left:15px; }
.row-fluid .ulstyle ol li { padding-left:5px; }
.row-fluid .ulstyle ul li { padding-left:20px; position:relative; }
.row-fluid .ulstyle ul li:before { position:absolute; content:""; font-family:'FontAwesome'; width:5px; height:5px; text-align:center; line-height:20px; left:0; top:10px; background:#0066cc; }

/* Radio - Checkbox Style */
.row-fluid .hs-form label { float:left; width:100%; }
.row-fluid .inputs-list { float:left; width:100%; margin:0; padding:10px 0; list-style:none; }
.row-fluid .inputs-list li { float:left; padding-right:10px; }
.row-fluid input[type=radio], .row-fluid input[type=checkbox] { display:none; }
.row-fluid input[type=radio] + span, .row-fluid input[type=checkbox] + span { float:left; width:100%; padding-left:30px; position:relative; }
.row-fluid input[type=checkbox] + span:before { position:absolute; content:''; left:0; top:4px; width:16px; height:16px; box-shadow:#0066cc 0 0 0 1px; border:#FFFFFF solid 3px; }
.row-fluid input[type=checkbox]:checked + span:before { background:#0066cc; }
.row-fluid input[type=radio] + span:before { position:absolute; content:''; left:0; top:6px; width:14px; height:14px; border-radius:50%; box-shadow:#0066cc 0 0 0 1px; border:#FFFFFF solid 3px; }
.row-fluid input[type=radio]:checked + span:before { background:#0066cc; }

/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .text-uppercase h1 , .row-fluid .text-uppercase h2 , .row-fluid .text-uppercase h3 , .row-fluid .text-uppercase h4 , .row-fluid .text-uppercase h5 , .row-fluid .text-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-capitalized , .row-fluid .text-capitalized h1 , .row-fluid .text-capitalized h2 , .row-fluid .text-capitalized h3 , .row-fluid .text-capitalized h4 , .row-fluid .text-capitalized h5 , .row-fluid .text-capitalized h6 { text-transform:capitalize; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#FFFFFF; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-italic { font-style:italic; }

.row-fluid .text-light , .row-fluid .text-light h1 , .row-fluid .text-light h2 , .row-fluid .text-light h3 , .row-fluid .text-light h4 , .row-fluid .text-light h5 , .row-fluid .text-light h6 { font-weight:300; }
.row-fluid .text-normal , .row-fluid .text-normal h1 ,  .row-fluid .text-normal h2  , .row-fluid .text-normal h3 , .row-fluid .text-normal h4 , .row-fluid .text-normal h5 , .row-fluid .text-normal h6 { font-weight:400; }
.row-fluid .text-medium , .row-fluid .text-medium h1 ,  .row-fluid .text-medium h2  , .row-fluid .text-medium h3 , .row-fluid .text-medium h4 , .row-fluid .text-medium h5 , .row-fluid .text-medium h6 { font-weight:600; }
.row-fluid .text-bold , .row-fluid .text-bold h1 ,  .row-fluid .text-bold h2  , .row-fluid .text-bold h3 , .row-fluid .text-bold h4 , .row-fluid .text-bold h5 , .row-fluid .text-bold h6 { font-weight:700; }
.row-fluid .text-extrabold , .row-fluid .text-extrabold h1 ,  .row-fluid .text-extrabold h2  , .row-fluid .text-extrabold h3 , .row-fluid .text-extrabold h4 , .row-fluid .text-extrabold h5 , .row-fluid .text-extrabold h6 { font-weight:900; }

/* Button Style */
.row-fluid .btn-style1 a, .row-fluid a.btn-style1 { display:inline-block; background:#0066cc; color:#000000; padding:12px 20px; margin-top:10px; min-width:200px; text-align:center; text-transform: uppercase; line-height: 20px; font-size: 15px; font-weight: 900; letter-spacing: 1px; }
.row-fluid .btn-style1 a:hover, .row-fluid a.btn-style1:hover { background:#343434; color:#E2E2E2 }
.row-fluid .btn-style2 a, .row-fluid a.btn-style2 { display:inline-block; background:#000000; color:#FFFFFF; padding:12px 20px; margin-top:10px; min-width:200px; text-align:center; text-transform: uppercase; line-height: 20px; font-size: 15px; font-weight: 900; letter-spacing: 1px; }
.row-fluid .btn-style2 a:hover, .row-fluid a.btn-style2:hover { background:#FFFFFF; color:#000000 }
.row-fluid .btn-style3 a, .row-fluid a.btn-style3 { display:inline-block; background:transparent; color:#f5f5f5; padding:10px 20px; border:#f5f5f5 solid 2px; margin-top:10px; min-width:160px; text-align:center; text-transform:uppercase; text-align:center; line-height:21px; font-size: 13px; font-weight: 900; letter-spacing: 1px; }
.row-fluid .btn-style3 a:hover, .row-fluid a.btn-style3:hover { background:#343434; color:#E2E2E2; border-color:#343434; }
.row-fluid .btn-style4 a, .row-fluid a.btn-style4 { display:inline-block; background:transparent; color:#444444; padding:10px 20px; border:#444444 solid 2px; margin-top:10px; min-width:160px; text-align:center; text-transform:uppercase; text-align:center; line-height:21px; font-size: 13px; font-weight: 900; letter-spacing: 1px; }
.row-fluid .btn-style4 a:hover, .row-fluid a.btn-style4:hover { background:#343434; color:#E2E2E2; border-color:#343434; }


    .row-fluid .btn-style1 a, .row-fluid .btn-style2 a, .row-fluid .btn-style3 a, .row-fluid a.btn-style1, .row-fluid a.btn-style2, .row-fluid a.btn-style3, .row-fluid .btn-style4 a, .row-fluid a.btn-style4, .row-fluid .back-to-top a, .row-fluid .slick-slider button, input[type=submit], form button, .row-fluid .hs-button { border-radius:5px; }



/* Title Style */
.row-fluid .title-style1 h1, .row-fluid .title-style1 h2, .row-fluid .title-style1 h3, .row-fluid .title-style1 h4, .row-fluid .title-style1 h5, .row-fluid .title-style1 h6 { padding-bottom:30px; position:relative; margin-bottom:10px; text-transform:uppercase; font-weight:700; }
.row-fluid .title-style1 h1:before, .row-fluid .title-style1 h2:before, .row-fluid .title-style1 h3:before, .row-fluid .title-style1 h4:before, .row-fluid .title-style1 h5:before, .row-fluid .title-style1 h6:before { 
    position:absolute; content:''; left:0; bottom:13px; right:0; margin:0 auto; max-width:350px; width:100%; background:#444444; height:1px; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s;
}
.row-fluid .title-style1 h1:after, .row-fluid .title-style1 h2:after, .row-fluid .title-style1 h3:after, .row-fluid .title-style1 h4:after, .row-fluid .title-style1 h5:after, .row-fluid .title-style1 h6:after {
    position:absolute; content:''; left:0; bottom: 11px; right: 0; margin: 0 auto; width: 100px; height: 5px; border:#444444 solid 1px; background:#FFFFFF;
}

.row-fluid .title-style2 h1, .row-fluid .title-style2 h2, .row-fluid .title-style2 h3, .row-fluid .title-style2 h4, .row-fluid .title-style2 h5, .row-fluid .title-style2 h6 { padding-bottom:30px; position:relative; margin-bottom:10px; text-transform:uppercase; font-weight:700; }
.row-fluid .title-style2 h1:before, .row-fluid .title-style2 h2:before, .row-fluid .title-style2 h3:before, .row-fluid .title-style2 h4:before, .row-fluid .title-style2 h5:before, .row-fluid .title-style2 h6:before { 
    position:absolute; content:''; left:0; bottom:13px; right:0; margin:0 auto; max-width:350px; width:100%; background:#FFFFFF; height:1px; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s;
}
.row-fluid .title-style2 h1:after, .row-fluid .title-style2 h2:after, .row-fluid .title-style2 h3:after, .row-fluid .title-style2 h4:after, .row-fluid .title-style2 h5:after, .row-fluid .title-style2 h6:after {
    position:absolute; content:''; left:0; bottom: 11px; right: 0; margin: 0 auto; width: 100px; height: 5px; border:#FFFFFF solid 1px; background:#FFFFFF;
}

.row-fluid .altcontent-main .title-style1 h1:after, .row-fluid .altcontent-main .title-style1 h2:after, .row-fluid .altcontent-main .title-style1 h3:after, .row-fluid .altcontent-main .title-style1 h4:after, .row-fluid .altcontent-main .title-style1 h5:after, .row-fluid .altcontent-main .title-style1 h6:after { background:#f5f5f5; }
.row-fluid .title-style1:hover h1:before, .row-fluid .title-style1:hover h2:before, .row-fluid .title-style1:hover h3:before, .row-fluid .title-style1:hover h4:before, .row-fluid .title-style1:hover h5:before, .row-fluid .title-style1:hover h6:before { max-width:470px; }

.row-fluid .altcontent-main .title-style2 h1:after, .row-fluid .altcontent-main .title-style2 h2:after, .row-fluid .altcontent-main .title-style2 h3:after, .row-fluid .altcontent-main .title-style2 h4:after, .row-fluid .altcontent-main .title-style2 h5:after, .row-fluid .altcontent-main .title-style2 h6:after { background:#FFFFFF; }
.row-fluid .title-style2:hover h1:before, .row-fluid .title-style2:hover h2:before, .row-fluid .title-style2:hover h3:before, .row-fluid .title-style2:hover h4:before, .row-fluid .title-style2:hover h5:before, .row-fluid .title-style2:hover h6:before { max-width:470px; }

/*Overlay Option*/
.row-fluid .overlay-section { position:relative; }
.row-fluid .overlay-section:before { position:absolute; left:0; top:0; width:100%; height:100%; content:''; opacity:0.6; }
.row-fluid .overlay-section .wrapper { position:relative; z-index:2; }

.row-fluid .overlay-black:before { background:#000000; opacity:0; } /* was opacity:0.5; */
.row-fluid .overlay-black8:before { background:#000000; opacity:0.8; }
.row-fluid .overlay-white:before { background:#FFFFFF; opacity:0.8; }
.row-fluid .overlay-base:before { background:#0066cc; opacity:0.7; }

.span12.widget-span.widget-type-cell.hero-section2.blog-hero.fl100.overlay-section.overlay-black.bgimg-main.text-center.text-white.attach-fixed {
    text-shadow: 0px 0px 3px #000000;
} /* added shadow around text */

/*grayscale*/
.row-fluid .grayscale-image {  -webkit-filter: grayscale(100%);  -moz-filter: grayscale(100%);  -ms-filter: grayscale(100%);  -o-filter: grayscale(100%);  filter: grayscale(100%);  filter: gray; -webkit-transition:all .4s ease-in-out-in-out; -moz-transition:all .4s ease-in-out-in-out; -o-transition:all .4s ease-in-out-in-out; transition:all .4s ease-in-out-in-out;  }
.row-fluid .grayscale-image:hover { -webkit-filter: grayscale(0);  -moz-filter: grayscale(0);  -ms-filter: grayscale(0);  -o-filter: grayscale(0);  filter: grayscale(0); filter: gray;  }

.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .bg-img { display:none; }
.row-fluid .bg-repeat { background-size:auto; background-repeat:repeat; }
 

.row-fluid .wrapper { margin:0 auto !important; max-width:1200px; float:none !important; padding:0; } 
.row-fluid .content-main { float:left; width:100%; padding-top:70px; padding-bottom:70px; }
.row-fluid .altcontent-main { background:#f5f5f5; }
.row-fluid .slick-slider { overflow:hidden; }

/*
    body { max-width:1200px; margin:40px auto; position:relative; -webkit-box-shadow: #ced2d5 0 0 30px;
        -moz-box-shadow: #ced2d5 0 0 30px;
        -o-box-shadow: #ced2d5 0 0 30px;
        -ms-box-shadow: #ced2d5 0 0 30px;
        box-shadow: #ced2d5 0 0 30px; }
    .row-fluid .wrapper { max-width:1160px; }
    .row-fluid .top-section { padding:20px 0; }
    .footer-container-wrapper { max-width:1200px; margin-left:auto; margin-right:auto; right:0; }
*/

/*fancybox*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.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: 99999; }
.fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.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 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 { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 99999; }
#fancybox-loading div { width: 44px; height: 44px; background: url('//cdn2.hubspot.net/hubfs/383029/Agency-Theme-2016/Image/fancybox_loading.gif') center center no-repeat; }
.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; font-family:'FontAwesome'; border-radius:100%; color:#FFFFFF !important; background:#0066cc; text-align:center; line-height:36px; box-shadow:0 0 5px 5pxrgba(0, 0, 0, 0.2) ; }
.fancybox-close:before { content: "\f00d"; }

.fancybox-nav { text-align:center; position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url('//cdn2.hubspot.net/hubfs/383029/Assets_Infinity_Theme_2016/images/submit-bg.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: 36px; margin-top: -18px; cursor: pointer; z-index: 99999; visibility: hidden; font-family:'FontAwesome'; border-radius:100%; color:#fff !important;  background:#0066cc; line-height:36px; box-shadow:0 0 5px 5pxrgba(0, 0, 0, 0.2);  }
.fancybox-prev span { left: 10px; }
.fancybox-prev span:before { content: "\f104"; }
.fancybox-next span { right: 10px;   }
.fancybox-next span:before { content: "\f105"; }

.fancybox-close:hover , .fancybox-nav span:hover { background:#343434; }


.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(000,000,000,0.6); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }
/* text helper */

.fancybox-title { visibility: hidden; font: normal 13px/20px 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 div {  background-image: url('//cdn2.hubspot.net/hubfs/383029/Agency-Theme-2016/Image/fancybox_loading@2x.gif'); }
}

/* Click to top scroll */
.row-fluid .back-to-top a { position: fixed; right: 20px; bottom: 20px; color:#000000; width: 50px; height: 50px; text-align: center; line-height: 50px; background:#0066cc; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; display: none; }
.row-fluid .back-to-top a.show { display: block; }
.row-fluid .back-to-top a:hover { background:#343434; color:#E2E2E2; }


    .row-fluid .back-to-top a { display:block; }


.get-code-btn { background-color:#0066cc!important; }
.setup-instruction li:before { color:#0066cc; }

.tweets_txt span { display:block; }

/* RSS Listing + Sign Link */
.row-fluid .hs-rss-item-image-wrapper > a { width: 60px; height: 60px; position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0); -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; transition-delay:0.1s; -webkit-transition-delay:0.1s; }
.row-fluid .hs-rss-item:hover .hs-rss-item-image-wrapper > a { -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1); }
.row-fluid .hs-rss-item-image-wrapper > a:before { position:absolute; content:''; left:0; right:0; top:0; margin:0 auto; width:1px; height:100%; background:#FFFFFF; }
.row-fluid .hs-rss-item-image-wrapper > a:after { position:absolute; content:''; left:0; right:0; top:50%; margin:0 auto; width:100%; height:1px; background:#FFFFFF; }

/*----- Homepage -----*/
.row-fluid .top-section { position:absolute; left:0; top:0; width:100%; z-index:999; padding:45px 0; -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.row-fluid .top-section .sticky-logo { display:none; }

.row-fluid .mainmenu .hs-menu-wrapper > ul { float:right; }
.row-fluid .mainmenu .hs-menu-wrapper ul li ul { margin-top:10px; -webkit-box-shadow: #ced2d5 0 1px 3px 0px;
        -moz-box-shadow: #ced2d5 0 1px 3px 0px;
        -o-box-shadow: #ced2d5 0 1px 3px 0px;
        -ms-box-shadow: #ced2d5 0 1px 3px 0px;
        box-shadow: #ced2d5 0 1px 3px 0px; }
.row-fluid .mainmenu .hs-menu-wrapper ul li:hover ul { margin-top:0; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li { margin-left:28px; padding-bottom:10px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child { margin-left:0; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { font-size: 15px; text-transform: uppercase; font-weight: 600; color:#FFFFFF; line-height:20px; letter-spacing:2.25px; padding:13px 10px 13px 12px; }

.row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul:before { position:absolute; content:''; left:15px; top:-4px; width:8px; height:8px; background:#000000; -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul li { float:left; width:100%; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul li a { display:block; padding:11px 15px; line-height:1; letter-spacing:2.25px; font-weight: 600; font-size: 15px; }


.row-fluid .hero-section .wrapper { position:absolute; width:100%; left:0; right:0; top:50%; -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); font-weight:600; font-size:18px; line-height:1.2; }
.row-fluid .hero-section h1 { font-size: 55px; line-height: 1.2; }
.row-fluid .hero-subtitle { padding:10px 0 20px; }
.row-fluid .hero-text { letter-spacing:1px; }
.row-fluid .hero-section .btn-style1 a { padding:20px; min-width:240px }
.row-fluid .hero-section a.cta_button { margin-top:40px; }

.row-fluid .whymoto { font-size:18px; line-height:1.5; font-weight:600; }
.row-fluid .whymoto h2 { margin-bottom:20px; }
.row-fluid .whymoto h2 span { font-weight:300; }
.row-fluid .motocms-subtitle { padding-bottom:30px; }
.row-fluid .motocms-text { letter-spacing:1px; }
.row-fluid .whymoto .btn-style1 a { margin:30px 0; }
.row-fluid .whymoto-image { margin-top:20px; }

.row-fluid .feature-section { background:#0066cc; }
.row-fluid .feature-section h2 { padding:0 0 20px; }
.row-fluid .feature-section h4 { margin-bottom:20px; }
.row-fluid .feature-text { font-size:18px; font-weight:600; line-height:1.5; }

.row-fluid .service-section { color: #ced2d5; font-size: 14px; font-weight: 600; line-height:1.5; }
.row-fluid .service-section .hs_cos_wrapper_type_custom_widget { float:left; width:30%; margin:25px 5% 25px 0; }
.row-fluid .service-section .hs_cos_wrapper_type_custom_widget:nth-child(3n) { margin-right:0; }
.row-fluid .service-section .service-icon { background:#0066cc; width: 70px; height: 70px; float:none; display:inline-block; padding: 10px; text-align:center; -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; position:relative; }
.row-fluid .service-section .hs_cos_wrapper_type_custom_widget:nth-child(1) .service-icon { background:#698ee2; }
.row-fluid .service-section .hs_cos_wrapper_type_custom_widget:nth-child(2) .service-icon { background:#4ca5cb; }
.row-fluid .service-section .hs_cos_wrapper_type_custom_widget:nth-child(3) .service-icon { background:#20c7a9; }
.row-fluid .service-section .hs_cos_wrapper_type_custom_widget:nth-child(4) .service-icon { background:#00e18f; }
.row-fluid .service-section .hs_cos_wrapper_type_custom_widget:nth-child(5) .service-icon { background:#8fcd18; }
.row-fluid .service-section .hs_cos_wrapper_type_custom_widget:nth-child(6) .service-icon { background:#e4d81a; }
.row-fluid .service-section .hs_cos_wrapper_type_custom_widget:nth-child(7) .service-icon { background:#f2d756; }
.row-fluid .service-section .hs_cos_wrapper_type_custom_widget:nth-child(8) .service-icon { background:#f9bf43; }
.row-fluid .service-section .hs_cos_wrapper_type_custom_widget:nth-child(9) .service-icon { background:#ff893a; }
.row-fluid .service-section .service-icon img { max-width:30px; height:auto; position:absolute; left:0; right:0; margin:0 auto; top:50%; -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
.row-fluid .service-section .hs_cos_wrapper_type_custom_widget h6 { font-weight: 600; margin: 20px 0 10px; letter-spacing:1px; }

.row-fluid .cta-section { background:#0066cc; padding:50px 0; }
.row-fluid .cta-section .cta_button { margin-top:0; }

.row-fluid .team-section { font-size:14px; line-height:1.5; font-weight:600; }
.row-fluid .team-section .hs_cos_wrapper_type_custom_widget { float:left; width:31.5%; margin:40px 2.75% 0 0; }
.row-fluid .team-section .hs_cos_wrapper_type_custom_widget:nth-child(3n) { margin-right:0; }
.row-fluid .team-section .team-image { height:220px; margin-bottom:10px; }
.row-fluid .team-section .team-content h6 { font-weight:600; }
.row-fluid .team-section .team-content > span { color:#ced2d5; margin-bottom:15px; }
.row-fluid .team-section .btn-style1 { margin-top:30px; }

.row-fluid .testimonial-slider .testi-thumbnails { padding:50px 30px; }
.row-fluid .testimonial-slider > span { padding:0 200px; }
.row-fluid .testimonial-slider .client-image { text-align:center; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; cursor:pointer; }
.row-fluid .testimonial-slider .client-image.slick-current { position:relative; }
.row-fluid .testimonial-slider .client-image.slick-current:before { position:absolute; content:''; left:0; right:0; margin:0 auto; bottom:0; width:25px; height:1px; background:#000000; }
.row-fluid .testimonial-slider .client-image img { float:none; display:inline-block; max-width:80px; -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
.row-fluid .testimonial-slider .client-image h6 { font-size: 13px; padding: 0 25%; margin: 35px 0; font-weight: 600; }
.row-fluid .testimonial-slider .client-message { font-size:18px; line-height:1.5; font-weight:600; color:#727272; }

.row-fluid .logo-slider img { float:none; display:inline-block; }
.row-fluid .logo-slider { margin-top:40px; }
.row-fluid .logo-slider > span { padding-bottom:70px; }
.row-fluid .logo-slider .slick-slider:hover .slick-prev, .row-fluid .logo-slider .slick-prev { left: 50%; margin-left: -45px; top:auto; bottom:0; }
.row-fluid .logo-slider .slick-slider:hover .slick-next, .row-fluid .logo-slider .slick-next { right: 50%; margin-right: -45px; top:auto; bottom:0; }

.row-fluid .homecontact-inner { padding:140px 290px 40px; border:#eaedef solid 2px; background:url(//cdn2.hubspot.net/hubfs/383029/Assets_Crystal_Theme_2016/Image/contact-top.png) no-repeat center top 40px; }
.row-fluid .homecontact-inner textarea, .row-fluid .homecontact-inner input[type=text], .row-fluid .homecontact-inner input[type=email], .row-fluid .homecontact-inner input[type=tel], .row-fluid .homecontact-inner input[type=number] { border:none; border-bottom:1px solid #ccc; font-size:14px; font-weight:700; }
.row-fluid .homecontact-inner .hs-form-required { display:none; }

.row-fluid .footer-section { padding:80px 0; font-size:14px; color:#ced2d5; }
body .row-fluid .social-icon ul { list-style:none; padding:20px 0 0; margin:0; }
body .row-fluid .social-icon ul li { float:left; }
body .row-fluid .social-icon a { width: 28px; height: 28px; color: #FFF; text-align: center; line-height: 24px; border: rgba(255,255,255,0.4) solid 2px; -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; margin-right:10px; }
body .row-fluid .social-icon a:hover { background:#FFFFFF; border-color:#FFFFFF; }
body .row-fluid .social-icon a.t-facebook:hover { color:#3a5a9f; }
body .row-fluid .social-icon a.t-twitter:hover { color:#45b0e3; }
body .row-fluid .social-icon a.t-linkedin:hover { color:#1783bc; }

.row-fluid .footer-section .connect-title { color: #000000; font-size: 14px; line-height: 1.5; margin-top:20px;} /* was #ced2d5*/
.row-fluid .footer-section a { color:#0066cc; font-weight:600; }
.row-fluid .footer-section a:hover { text-decoration:underline; }
.row-fluid .footer-section .f-title { color: #000000; font-size: 14px; line-height: 1.5; margin-bottom:20px; } /* was #ced2d5*/
.row-fluid .footer-menu ul li { float:left; width:100%; }
.row-fluid .footer-menu ul li a { padding:5px 0; color:#FFFFFF; font-size:15px; line-height: 16px; font-weight: 600; }
.row-fluid .footer-menu ul li a:hover { color:#0066cc; text-decoration:none; }

.row-fluid .footer-section input[type=email] { background:transparent; border:none; border-bottom:#ced2d5 solid 1px; color:#FFFFFF; }
.row-fluid .footer-section .hs_email > label { display:none; }
.row-fluid .footer-section .form-title { padding:0; }

.row-fluid .copyright-text { font-size:14px; padding:10px 0; background:#000000; color:#ced2d5; }
.row-fluid .copyright-text a { color:#0066cc; }
.row-fluid .copyright-text a:hover { text-decoration:underline; }

/*----- About Us -----*/
.row-fluid .section-title { margin-bottom:20px; }

.top2 .row-fluid .top-section { background:#000000; padding:0; } /* was background:#FFF;*/
.top2 .row-fluid .top-section .top-logo { display:none; }
.top2 .row-fluid .top-section .sticky-logo { display:block; padding:20px 0; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; }
.top2 .row-fluid .top-section .sticky-logo img { max-width:160px; width:100%; } /* was max-width:115px; width:100%; */

.top2 .row-fluid .hero-section2 h1 { font-size:60px; line-height:1.2; }

.row-fluid .hero-section2 { padding:150px 0; }
.row-fluid .about-main .about-left { padding-top:30px; }

.row-fluid .about-team .hs_cos_wrapper_type_custom_widget { float:left; width:23.5%; margin:15px 2% 15px 0; position:relative; }
.row-fluid .about-team .hs_cos_wrapper_type_custom_widget:nth-child(4n) { margin-right:0; clear:right; }
.row-fluid .about-team .hs_cos_wrapper_type_custom_widget:nth-child(4n+1) { clear:left; }
.row-fluid .about-team .tm-image { height:270px; display:block; }
.row-fluid .about-team .tm-detail { padding: 10px 15px 12px; background: #FFFFFF; position:relative; }
.row-fluid .about-team .tm-detail:before { position:absolute; content:''; left:0; bottom:0; width:100%; height:0; background:#0066cc; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; }
.row-fluid .about-team .hs_cos_wrapper_type_custom_widget:hover .tm-detail:before { height:100%; }
.row-fluid .about-team .hs_cos_wrapper_type_custom_widget:hover .tm-detail, .row-fluid .about-team .hs_cos_wrapper_type_custom_widget:hover h6 { color:#FFFFFF; }
.row-fluid .about-team .tm-detail > span { position:relative; }
.row-fluid .about-team .tm-detail h6 { padding-bottom:0; }
.row-fluid .about-team .tm-detail h6 a { color:#0066cc; }
.row-fluid .about-team .hs_cos_wrapper_type_custom_widget:hover .tm-detail h6 a { color:#FFFFFF; }
.row-fluid .about-team .tm-detail > span > span { font-size:14px; }
.row-fluid .about-team .social-icon { margin-top:10px; }
.row-fluid .about-team .social-icon a { border-color:#9E9E9E; color:#9E9E9E; }
.row-fluid .about-team .social-icon a:hover { background:#ced2d5; border-color:#ced2d5; }
.row-fluid .about-team .hs_cos_wrapper_type_custom_widget:hover .social-icon a { background:#FFFFFF; border-color:#FFFFFF; }

.row-fluid .about-choose .hs_cos_wrapper_type_custom_widget { float:left; width:33.33%; }
.row-fluid .about-choose .choose-image { padding:30px 0; border-right:#777777 solid 1px; margin:15px 0; }
.row-fluid .about-choose .hs_cos_wrapper_type_custom_widget:nth-child(3n) .choose-image { border-right:none; }
.row-fluid .about-choose .choose-image img { max-width:50px; width:100% !important; }
.row-fluid .about-choose .choose-content { padding:0 25px; font-size: 14px; line-height: 1.5; }
.row-fluid .about-choose .btn-style1 { margin-top:15px; }

/*----- Team Page -----*/
.row-fluid .team-main { padding:40px 0; }

.row-fluid .team-main .team-detail { float:left; width:50%; padding-right:30px; }
.row-fluid .team-main .team-image { float:left; width:50%; height:400px; position:relative; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; }
.row-fluid .team-main .hs_cos_wrapper_type_custom_widget { float:left; width:100%; padding:40px 0; border-bottom:#efefef solid 1px; position:relative; }
.row-fluid .team-main .hs_cos_wrapper_type_custom_widget:before { position:absolute; content:''; left:50%; bottom:-2px; width:75px; height:3px; background:#0066cc; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; }
.row-fluid .team-main .hs_cos_wrapper_type_custom_widget:after { position:absolute; content:''; right:50%; bottom:-2px; width:75px; height:3px; background:#0066cc; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; }
.row-fluid .team-main .hs_cos_wrapper_type_custom_widget:hover:before, .row-fluid .team-main .hs_cos_wrapper_type_custom_widget:hover:after { width:50%; }
.row-fluid .team-main .hs_cos_wrapper_type_custom_widget:nth-child(2n) .team-detail { float:right; padding:0 0 0 30px; }

.row-fluid .team-image a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.row-fluid .team-detail h3 { font-weight:300; }
.row-fluid .team-detail > span { font-size:14px; font-weight:600; color:#777777; }  
.row-fluid .social-icon.option2 { margin:10px 0 30px; }
.row-fluid .social-icon.option2 a { border-color:#777777; color:#000000; }
.row-fluid .social-icon.option2 a:hover { background:#000000; border-color:#000000; color:#FFFFFF !important; }

/* Team Inner Page */
.row-fluid .teaminner-left { padding-right:70px; }
.row-fluid .teaminner-left img { width:100% !important; -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
.row-fluid .teaminner-main .tp-title { margin:15px 0 5px; }
.row-fluid .teaminner-main .ulstyle ul { margin-bottom: 5px; color: #000; }

/*----- Service 2 -----*/

.row-fluid .service-main .hs_cos_wrapper_type_custom_widget { float:left; width:31%; margin:15px 3.5% 15px 0; padding-bottom: 10px; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; }
.row-fluid .service-main .hs_cos_wrapper_type_custom_widget:hover { box-shadow: #000 0 30px 55px -45px; -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px); }
.row-fluid .service-main .hs_cos_wrapper_type_custom_widget:nth-child(3n) { margin-right:0; clear:right; }
.row-fluid .service-main .hs_cos_wrapper_type_custom_widget:nth-child(3n+1) { clear:left; }
.row-fluid .service-image { height:220px; }
.row-fluid .service-content > h6 { text-transform:uppercase; padding: 20px 0; font-weight:700; }

/* Service Inner Page */
.row-fluid .si-left .ulstyle { margin-bottom:30px; }
.row-fluid .si-left .ulstyle ul li:before { top:16px; }
.row-fluid .si-left .ulstyle ul li a { padding:7px 0; color:#0066cc; }
.row-fluid .si-left .ulstyle ul li a:hover { color:#000000; }
.row-fluid .si-image { height:200px; }
.row-fluid .si-title { margin:10px 0 20px; }

/*----- Testimonial Page -----*/
.row-fluid .testimonial-main .hs_cos_wrapper_type_custom_widget { position:relative; float:left; width:100%; padding:0 0 40px; margin:0 0 40px; border-bottom:#ced2d5 solid 1px; }
.row-fluid .testimonial-main .hs_cos_wrapper_type_custom_widget:before { position:absolute; content:''; left:50%; bottom:-2px; width:75px; height:3px; background:#0066cc; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; }
.row-fluid .testimonial-main .hs_cos_wrapper_type_custom_widget:after { position:absolute; content:''; right:50%; bottom:-2px; width:75px; height:3px; background:#0066cc; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; }
.row-fluid .testimonial-main .hs_cos_wrapper_type_custom_widget:hover:before, .row-fluid .testimonial-main .hs_cos_wrapper_type_custom_widget:hover:after { width:50%; }
.row-fluid .testimonial-main .hs_cos_wrapper_type_custom_widget:last-child { margin:0; }

.row-fluid .testi-left { float:left; width:50%; padding-right:60px; }
.row-fluid .testi-left h3 { font-weight:300; }
.row-fluid .testi-left > span { font-weight:700; color:#777777; font-size:14px; }
.row-fluid .testi-left .client-name a { font-size: 14px; text-decoration: underline; margin-bottom:10px; color:#0066cc; }
.row-fluid .testi-left .client-name a:hover { color:#000000; }
.row-fluid .testi-left .testi-text { padding:50px 0 0; position:relative; }
.row-fluid .testi-left .testi-text:before { position:absolute; content:''; background:url(//cdn2.hubspot.net/hubfs/383029/Assets_Crystal_Theme_2016/Image/quote.png) no-repeat center left; left:0; top:0; width:50px; height:50px; }

.row-fluid .testi-right { float:left; width:50%; padding-left:60px; }
.row-fluid .testi-right .testi-image { height:210px; border:#ced2d5 solid 2px; }
.row-fluid .testi-right h6 { font-size: 16px; font-weight: 700; margin: 15px 0; }
.row-fluid .testi-right .btn-style1 a { margin-top: 20px; min-width: auto; }

.row-fluid .testimonial-main .hs_cos_wrapper_type_custom_widget:nth-child(2n) .testi-left { float:right; padding:0 0 0 60px; }
.row-fluid .testimonial-main .hs_cos_wrapper_type_custom_widget:nth-child(2n) .testi-right { padding:0 60px 0 0; }

/*----- Resource Page -----*/
.resource-dropdown { position:relative; }
.resource-dropdown a { cursor:pointer; vertical-align: top;  }
.resource-dropdown ul  { margin:10px auto 0; float:left; width:100%; list-style:none; padding:0; z-index:99; text-align:center; }
.resource-dropdown ul li { display:inline-block; float:none; margin:0; padding:0 10px; position:relative; }
.resource-dropdown ul li:after { position:absolute; content:''; right:0; top:50%; width:4px; height:4px; margin:-2px -2px 0 0; background:#0066cc; }
.resource-dropdown ul li:last-child:after { display:none; }
.resource-dropdown ul li a { display:block; padding:10px; text-align:center; color:#9E9E9E; border-bottom:transparent solid 2px; }
.resource-dropdown ul li:first-child a { border:none; }
.resource-dropdown ul li a.selected, .resource-dropdown ul li a:hover { color:#0066cc; border-bottom:#0066cc solid 2px; }

.row-fluid .resource-boxes { padding:60px 0 0; }
.row-fluid .resource-box { float:left; width:31%; padding:0 10px; margin:0 1% 20px; background:#f5f5f5; }
.row-fluid .resource-boxes #resourcebox-continer  { margin:0 -12px; }
.row-fluid .resource-bimg { float:left; width:100%; height:250px; background-repeat:no-repeat; background-position:center; background-size:cover; }
.row-fluid .resource-bimg img { display:none; }
.row-fluid .resource-b { padding:15px 5px; float:left; width:100%; overflow:hidden; }
.row-fluid .resource-btext { float:left; width:100%; padding:15px; }
.row-fluid .resource-btext h4 { font-size: 20px; line-height: 28px; }
.row-fluid .resource-btext h6 { font-size:16px; margin:0 0 5px; padding:0; }
.row-fluid .resource-blink { position: absolute; top:0; opacity:0; left: 0; width: 100%; height: 100%; text-align: center; background: rgba(52,45,47,0.9); -webkit-transition: all ease 0.4s;
        -moz-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        -ms-transition: all ease 0.4s;
        transition: all ease 0.4s; }
.row-fluid .resource-blink a { -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);; position:relative; top:70%; margin:0; transition-delay:0.1s; color:#0066cc }
.row-fluid .resource-blink a:hover { color:#FFFFFF; }
.row-fluid .resource-b:hover .resource-blink a { top:50%; }
.row-fluid .resource-b:hover .resource-blink { opacity:1; }

/*----- Gallery Page -----*/
.row-fluid .gallery-images .hs_cos_wrapper_widget { float:left; width:32%; padding:0 10px; margin:0 2% 2% 0; height:220px; position:relative; background-size:cover; background-repeat:no-repeat; background-position:center; }
.row-fluid .gallery-images .hs_cos_wrapper_widget:nth-child(3n) { margin-right:0; }
.row-fluid .gallery-images .hs_cos_wrapper_widget img { display:none; }
.row-fluid .gallery-images .hs_cos_wrapper_widget > a { position:absolute; left:0; top:0; width:100%; height:100%; overflow:hidden; }
.row-fluid .gallery-images .hs_cos_wrapper_widget > a:before { position:absolute; content:"\f002"; font-family:'FontAwesome'; left:0; right:0; margin:0 auto; top:-50%; -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; text-align: center; font-size: 32px; color:#FFFFFF; z-index: 9; }
.row-fluid .gallery-images .hs_cos_wrapper_widget > a:hover:before { top:50%; }
.row-fluid .gallery-images .hs_cos_wrapper_widget > a:after { content: ""; position: absolute; top: 100%; bottom: 0; left: 0; right: 0; background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,0.8) 100%); border: none; width: auto; height: auto; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; }
.row-fluid .gallery-images .hs_cos_wrapper_widget > a:hover:after { top:0; }
.row-fluid .gallery-images .hs_cos_wrapper_widget_container { margin:0 -10px; }

/* Video Page */
.row-fluid .video-boxes .hs_cos_wrapper_widget_container { margin:0 -10px; }
.row-fluid .video-boxes .hs_cos_wrapper_widget { float:left; float:left; width:33.33%; padding:0 10px; margin:0 0 35px; }
.row-fluid .video-boxes .hs_cos_wrapper_widget:nth-child(3n) { clear:right; }
.row-fluid .video-boxes .hs_cos_wrapper_widget:nth-child(3n+1) { clear:left; }
.row-fluid .video-boxes .wistia_responsive_padding { padding:0 !important; position:static !important; }
.row-fluid .video-boxes .wistia_click_to_play , .video-boxes iframe { width:100% !important; height:100% !important; position:absolute; left:0; top:0; }
.row-fluid .video-boxes .video-b { overflow:hidden; float:left; margin:0 0 15px; width: 100%; }
.row-fluid .video-boxes .video-b.iframevideo { position:relative; padding-top:56.25%; height:auto; }
.row-fluid .video-boxes .video-b.iframevideo iframe, .row-fluid .video-boxes .video-b.iframevideo video { position:absolute; left:0; top:0; width:100% !important; height:100% !important; }
.row-fluid .video-btext { float:left; width:100%; }
.row-fluid .video-boxes h4 { margin:0; padding-bottom:0; font-weight:700; }
.row-fluid .video-boxes h6 { font-weight:300; margin:0; }
.row-fluid .ctaimg-section a.cta_button { float:right; }

.row-fluid .video-boxes .video-biframe, .row-fluid .video-boxes .video-b { padding: 56.25% 0 0; position: relative; overflow:hidden; }
.row-fluid .video-boxes .video-biframe .wistia_responsive_padding, .row-fluid .video-boxes .video-b .wistia_responsive_padding { padding:0 !important; position:static !important; }
.row-fluid .video-boxes .video-b iframe, .row-fluid .video-boxes .video-b video, .row-fluid .video-boxes .video-b object, .row-fluid .video-boxes .video-b embed { position:absolute; left:0; top:0; width:100%; height:100%; }

.row-fluid .featuredvideo-right { position:relative; padding-top:26.25%; overflow:hidden; }
.row-fluid .featuredvideo-right .wistia_responsive_padding { position:static !important; padding:0 !important; }
.row-fluid .featuredvideo-right video, .row-fluid .featuredvideo-right iframe, .row-fluid .featuredvideo-right embed, .row-fluid .featuredvideo-right object { position:absolute; left:0; top:0; width:100%; height:100%; }

/*----- Column Pages -----*/
.row-fluid .maincontent-section h2 { font-size:40px; }
.row-fluid .maincontent-section h3 { font-size:34px; }

.row-fluid .sitepage-sidebar ul li { float:left; width:100%; }
.row-fluid .sitepage-sidebar ul li a { display: block; padding: 5px 0; color:#0066cc; }
.row-fluid .sitepage-sidebar ul li a:hover { color:#000000; padding-left:2px; }
.row-fluid .sitepage-sidebar.ulstyle ul li:before { top:15px; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; }
.row-fluid .sitepage-sidebar ul li:hover:before { background:#000000; }

.row-fluid .maincontent-section .content-box { padding-top:20px; }

.row-fluid .sitepage-sidebar .sidepage-cta img { max-width:300px; width:100%; }
.row-fluid .sitepage-sidebar .sidepage-cta { padding-top:40px; }   

.row-fluid .sitepage-sidebar h3.form-title { padding:0; }
.row-fluid .sitepage-sidebar h4 { font-size:28px; }
.row-fluid .sitepage-sidebar .hs-rss-title { padding-left:30px; position:relative; color:#444444; }
.row-fluid .sitepage-sidebar .hs-rss-title:before { position:absolute; content:"\f101"; font-family:'FontAwesome'; left:0; top:0; width:20px; height:20px; font-size:18px; color:#444444; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; }
.row-fluid .sitepage-sidebar .hs-rss-title:hover, .row-fluid .sitepage-sidebar .hs-rss-title:hover:before { color:#0066cc; }

.row-fluid .contact-form .hs-form-required { display:none; }

.row-fluid .maincontent-section .sitepage-services .hs_cos_wrapper_type_custom_widget { padding-bottom:50px; margin-bottom:50px; border-bottom:#efefef solid 1px; }
.row-fluid .maincontent-section .service-icon { width:150px; height:150px; background:#0066cc; position:relative; padding:10px; -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; overflow:hidden; margin-bottom:10px; }
.row-fluid .maincontent-section .service-icon img { position:absolute; left:0; right:0; margin:0 auto; max-width:100px; top:50%; -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

/*----- Blog 1 -----*/
.row-fluid .blogtop-bar { background: #0066cc!important; padding:25px 0; background-size: 2px auto; } /* was background:url(//cdn2.hubspot.net/hubfs/383029/Assets_Crystal_Theme_2016/Image/repeat1.png) #0066cc;*/
.row-fluid .blogtop-bar .post-filter { position:relative; }
.row-fluid .blogtop-bar .post-filter h3 { cursor:pointer; font-size: 14px; text-transform: uppercase; float: left; width: 100%; max-width:320px; position:relative; padding-right:40px; padding-left: 10px; background:#FFFFFF; color:#000000 }
.row-fluid .blogtop-bar .post-filter h3:before { position:absolute; content:"\f067"; font-family:'FontAwesome'; right:10px; top:13px; width:10px; height:10px; text-align:center; line-height:10px; color:#000000; }
.filter-open .row-fluid .blogtop-bar .post-filter h3:before { content:"\f068"; }
.row-fluid .blogtop-bar .post-filter h3 + .widget-module { display:none; width:100%; position: absolute; top: 100%; left: 0; z-index:99; }
.row-fluid .blogtop-bar .post-filter ul { margin: 0; padding: 0; list-style: none; width: 100%; max-width:320px; background:#FFFFFF; -webkit-box-shadow: #CCC 2px 2px 2px 0px;
        -moz-box-shadow: #CCC 2px 2px 2px 0px;
        -o-box-shadow: #CCC 2px 2px 2px 0px;
        -ms-box-shadow: #CCC 2px 2px 2px 0px;
        box-shadow: #CCC 2px 2px 2px 0px; }
.row-fluid .blogtop-bar .post-filter ul .filter-link-count { display:none; }
.row-fluid .blogtop-bar .post-filter ul li a { padding: 10px; display: block; text-transform: uppercase; font-size: 14px; color: #000; -webkit-transition: ease all 0.2s;
        -moz-transition: ease all 0.2s;
        -o-transition: ease all 0.2s;
        -ms-transition: ease all 0.2s;
        transition: ease all 0.2s; }
.row-fluid .blogtop-bar .post-filter ul li a:hover { border-left:#0066cc solid 5px; color:#0066cc }
.hs-blog-post .row-fluid .blogtop-bar { display:none; }

.row-fluid .blog-search form { width: 100%; max-width:320px; float: right; position:relative; }
.row-fluid .blog-search input[type=text] { background:#FFFFFF; border: none; height: 35px; padding:0 35px 0 10px; font-size:14px; }
.row-fluid .blog-search .hs-button { background: transparent; position: absolute; right: 0; bottom: 0; width: 30px; height: 35px; min-width: 0; font-size: 0; }
.row-fluid .blog-search .hs-button:before { position:absolute; content:"\f002"; font-family:'FontAwesome'; left:0; top:0; width:100%; height:100%; line-height:35px; text-align:center; font-size: 16px; color:#000000; }

.hs-blog-listing .row-fluid .mainblog-section { padding:0; }
.hs-blog-listing .row-fluid .mainblog-section .blog-left { float:left; width:100%; }
.hs-blog-listing .row-fluid .mainblog-section .wrapper { max-width:100% !important; }
.hs-blog-listing .row-fluid .mainblog-section .post-item { overflow:hidden; height:350px; position:relative; color:#FFFFFF; border-bottom:#FFFFFF solid 5px; }
.hs-blog-listing .row-fluid .mainblog-section .post-item:before { -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, #000 90%, #000 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0)), color-stop(90%, #000), color-stop(100%, #000));     background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, #000 90%, #000 100%); background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, #000 90%, #000 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, #000 90%, #000 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, #000 90%, #000 100%);
bottom: 0; content: ""; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0); left: 0; opacity: 0.7; position: absolute; right: 0; top: 0; z-index: 0; }
.hs-blog-listing .row-fluid .mainblog-section .post-item:hover:before { top:-50%; opacity:0.9; }
.hs-blog-listing .row-fluid .mainblog-section .post-body { margin-bottom:-100%; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; }
.hs-blog-listing .row-fluid .mainblog-section .post-header h2 { font-size: 42px; font-weight: 900; color:#FFFFFF; margin-bottom:40px; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; }
.hs-blog-listing .row-fluid .mainblog-section .header-body { position:absolute; padding:30px 60px 0; left:0; bottom:0; width:100%; }
.hs-blog-listing .row-fluid .mainblog-section .post-item:hover .post-body { margin-bottom:30px; }
.hs-blog-listing .row-fluid .mainblog-section .post-item:hover .post-header h2 { margin-bottom:0; }
.hs-blog-listing .row-fluid .mainblog-section .more-link { margin-top:15px; color:#0066cc; }
.hs-blog-listing .row-fluid .mainblog-section .more-link .fa { color:#FFFFFF; -webkit-animation: lrmove 1s infinite; animation: lrmove 1s infinite; }
.hs-blog-listing .row-fluid .mainblog-section .post-item:nth-child(3n) { border-left:#FFFFFF solid 5px; }
.hs-blog-listing .row-fluid .mainblog-section .post-item:nth-child(2n), .hs-blog-listing .row-fluid .mainblog-section .post-item:nth-child(2n+1) { width:50%; }
.hs-blog-listing .row-fluid .mainblog-section .post-item:nth-child(3n+1) { width:100%; }
.hs-blog-listing .row-fluid .mainblog-section .blog-pagination { font-size:14px; padding:20px ; }
.hs-blog-listing .row-fluid .mainblog-section .blog-pagination a { margin:2px 5px; color:#0066cc; }
.hs-blog-listing .row-fluid .mainblog-section .blog-pagination a:hover { color:#000000; }

.hs-blog-post .row-fluid .mainblog-section .blog-left, .hs-blog-post .row-fluid .mainblog-section2 .blog-left { float:left; width:70%; padding-right:40px; }  
.hs-blog-post .row-fluid .mainblog-section .blog-sidebar, .hs-blog-post .row-fluid .mainblog-section2 .blog-sidebar { float:left; width:30%; margin:0; }
.hs-blog-post .row-fluid .mainblog-section .blog-left a, .hs-blog-post .row-fluid .mainblog-section2 .blog-left a { color:#0066cc; }

.row-fluid .mainblog-section #comments-listing:first-child:before, .row-fluid .mainblog-section2 #comments-listing:first-child:before { content:'Comments'; float:left; width:100%; padding:20px 0; font-size:24px; font-weight:400; color:#000000; margin-bottom: 15px; text-transform: uppercase; font-weight: 700; }
.row-fluid .mainblog-section .comment, .row-fluid .mainblog-section2 .comment { float:left; width:100%; padding:0 0 0 20px; border:none; position:relative; margin:10px 0; float:right; border-left:#0066cc solid 1px; }
.row-fluid .mainblog-section .comment.depth-1, .row-fluid .mainblog-section2 .comment.depth-1 { width:98%; }
.row-fluid .mainblog-section .comment.depth-2, .row-fluid .mainblog-section2 .comment.depth-2 { width:96%; }
.row-fluid .mainblog-section .comment.depth-3, .row-fluid .mainblog-section2 .comment.depth-3 { width:94%; }
.row-fluid .mainblog-section .comment.depth-4, .row-fluid .mainblog-section2 .comment.depth-4 { width:92%; }
.row-fluid .mainblog-section .comment.depth-5, .row-fluid .mainblog-section2 .comment.depth-5 { width:90%; }
.row-fluid .mainblog-section .comment h4, .row-fluid .mainblog-section2 .comment h4 { text-transform:capitalize; padding:0; }
.row-fluid .mainblog-section .comment p, .row-fluid .mainblog-section2 .comment p { padding:5px 0; }
.row-fluid .mainblog-section .comment-date, .row-fluid .mainblog-section2 .comment-date { display: block; line-height: 15px; padding-bottom: 10px; color:#0066cc; }
.row-fluid .mainblog-section .comment-reply-to, .row-fluid .mainblog-section2 .comment-reply-to { padding:0; background:transparent; position:absolute; right:0; top:0; color:#0066cc; font-size:12px; text-align:right; }
.row-fluid .mainblog-section .comment-reply-to:hover, .row-fluid .mainblog-section2 .comment-reply-to:hover { background:transparent; color:#0066cc; }
.row-fluid .mainblog-section .comment-reply-to em, .row-fluid .mainblog-section2 .comment-reply-to em { display:none; }
.row-fluid .mainblog-section #comment-form, .row-fluid .mainblog-section2 .comment-reply-to em { float: left; width: 100%; padding-top: 30px; }
.row-fluid .mainblog-section #comment-form form, .row-fluid .mainblog-section2 #comment-form form { float:left; width:100%; margin-top:20px; }

.row-fluid .mainblog-section .author-top { position:relative; }
.row-fluid .mainblog-section .author-top h5 { padding-left: 65px; line-height: 32px; }
.row-fluid .mainblog-section .author-top h5 a { color:#0066cc }
.row-fluid .mainblog-section .author-top h5 a:hover { color:#000000; }
.row-fluid .mainblog-section .author-top .author-image { width:50px; height:50px; position:absolute; left:0; top:0; -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; overflow:hidden; }

.row-fluid .hero-section2 .hs-blog-header h6 { text-transform:uppercase; font-weight:900; letter-spacing:1px; }

.row-fluid .mainblog-section .blog-sidebar ul li a, .row-fluid .mainblog-section2 .blog-sidebar ul li a { color:#0066cc; }
.row-fluid .mainblog-section .blog-sidebar ul li a:hover, .row-fluid .mainblog-section2 .blog-sidebar ul li a:hover { color:#000000; }
.row-fluid .mainblog-section .blog-sidebar .ulstyle ul, .row-fluid .mainblog-section2 .blog-sidebar .ulstyle ul { margin-top:5px; }
.row-fluid .mainblog-section .blog-sidebar h3, .row-fluid .mainblog-section2 .blog-sidebar h3 { font-size: 24px; text-transform: uppercase; padding-bottom: 15px; position: relative; margin-bottom:15px; }
.row-fluid .mainblog-section .blog-sidebar h3:before, .row-fluid .mainblog-section2 .blog-sidebar h3:before { position:absolute; content:''; left:0; bottom:0; width:50px; height:5px; background:#0066cc; }
.row-fluid .mainblog-section .blog-sidebar .sidebar-box, .row-fluid .mainblog-section2 .blog-sidebar .sidebar-box { margin-bottom:40px; }
.row-fluid .mainblog-section .blog-sidebar .hs_email > label, .row-fluid .mainblog-section2 .blog-sidebar .hs_email > label { display:none; }
.hs-blog-post .row-fluid .mainblog-section .blog-sidebar .hs-button, .hs-blog-post .row-fluid .mainblog-section2 .blog-sidebar .hs-button { min-width:0; }

.row-fluid .mainblog-section .hs-author-social-links .hs-author-social-link, .row-fluid .mainblog-section2 .hs-author-social-links .hs-author-social-link {width:36px ; height:36px; margin:3px 5px 0 0; display:inline-block; position:relative; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; text-align:center;  background-image:none !important; }
.row-fluid .mainblog-section .hs-author-social-links .hs-author-social-link:before, .row-fluid .mainblog-section2 .hs-author-social-links .hs-author-social-link:before { position:absolute; width:100%; height:100%; font-family:'FontAwesome'; font-size:16px; left:0; top:0; line-height:34px; color:#444444; border:#444444 solid 1px; -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; text-indent:0; }
.row-fluid .mainblog-section .hs-author-social-links .hs-author-social-link:hover:before, .row-fluid .mainblog-section2 .hs-author-social-links .hs-author-social-link:hover:before { background:#0066cc; border-color:#0066cc; color:#FFFFFF }
.row-fluid .mainblog-section .hs-author-social-links .hs-social-facebook:before, .row-fluid .mainblog-section2 .hs-author-social-links .hs-social-facebook:before { content:"\f09a"; }
.row-fluid .mainblog-section .hs-author-social-links .hs-social-twitter:before, .row-fluid .mainblog-section2 .hs-author-social-links .hs-social-twitter:before { content:"\f099"; }
.row-fluid .mainblog-section .hs-author-social-links .hs-social-google-plus:before, .row-fluid .mainblog-section2 .hs-author-social-links .hs-social-google-plus:before { content:"\f0d5"; }
.row-fluid .mainblog-section .hs-author-social-links .hs-social-linkedin:before, .row-fluid .mainblog-section2 .hs-author-social-links .hs-social-linkedin:before { content:"\f0e1"; }

.row-fluid .mainblog-section .hs-author-profile, .row-fluid .mainblog-section2 .hs-author-profile { float:left; width:100%; padding:30px 60px; }
.row-fluid .mainblog-section .author-pagetop, .row-fluid .mainblog-section2 .author-pagetop { position:relative; margin-top:10px; }
.row-fluid .mainblog-section .author-pagetop .hs-author-avatar, .row-fluid .mainblog-section2 .author-pagetop .hs-author-avatar { position:absolute; left:0; top:0; width:100px; height:100px; overflow:hidden; -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
.row-fluid .mainblog-section .author-pagetop .hs-author-bio, .row-fluid .mainblog-section2 .author-pagetop .hs-author-bio { padding-left:120px; min-height: 100px; margin-bottom: 10px; }
 
@-webkit-keyframes lrmove {
    0%   { margin-left: 0px;}
    100% { margin-left: 3px;}
}

@keyframes lrmove {
    0%   { margin-left: 0px;}
    100% { margin-left: 3px;}
}


.row-fluid .mainblog-section .blog-listing-wrapper > .post-listing-simple .post-item { display:none; }
.row-fluid .mainblog-section .blog-listing-wrapper > .post-listing-simple h2 { font-size: 30px; padding: 10px 10%; text-align:center; }

/*----- Blog 2 ----*/
.row-fluid .mainblog-section2 { padding:20px 0; }
.hs-blog-listing .row-fluid .mainblog-section2 .blog-left { width:100%; }
.hs-blog-listing .row-fluid .mainblog-section2 .post-item { position:relative; height:325px; float:left; width:32%; margin:0 2% 20px 0; -webkit-transition: ease-in-out all 0.3s;
        -moz-transition: ease-in-out all 0.3s;
        -o-transition: ease-in-out all 0.3s;
        -ms-transition: ease-in-out all 0.3s;
        transition: ease-in-out all 0.3s; }
.hs-blog-listing .row-fluid .mainblog-section2 .post-item > a { float: left; width: 100%; height: 100%; }
.hs-blog-listing .row-fluid .mainblog-section2 .post-item:hover { -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px); -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
        box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3); }
.hs-blog-listing .row-fluid .mainblog-section2 .post-item:nth-child(3n) { margin-right:0; }
.hs-blog-listing .row-fluid .mainblog-section2 .post-item:nth-child(3n+1) { clear:left; }
.hs-blog-listing .row-fluid .mainblog-section2 .post-header { position:absolute; left:0; bottom:0; width:100%; background:rgba(0,0,0,0.82); padding:10px 20px; }
.hs-blog-listing .row-fluid .mainblog-section2 .post-item:first-child .post-header h2 { font-size:25px; }
.hs-blog-listing .row-fluid .mainblog-section2 .post-header h2 { font-size:22px; padding-top:5px; }
.hs-blog-listing .row-fluid .mainblog-section2 .post-header h2 a { color:#FFFFFF; }
.hs-blog-listing .row-fluid .mainblog-section2 #hubspot-author_data { position:relative; padding-right:120px; }
.hs-blog-listing .row-fluid .mainblog-section2 #hubspot-topic_data { padding-bottom:0; line-height:14px; }
.hs-blog-listing .row-fluid .mainblog-section2 #hubspot-topic_data a { font-size:14px; text-transform:uppercase; color:#0066cc; }
.hs-blog-listing .row-fluid .mainblog-section2 #hubspot-topic_data a:hover { text-decoration:underline; }
.hs-blog-listing .row-fluid .mainblog-section2 .hubspot-author-name { padding-left:40px; min-height:35px; font-size:13px; }
.hs-blog-listing .row-fluid .mainblog-section2 .hubspot-author-name a { color:#0066cc; }
.hs-blog-listing .row-fluid .mainblog-section2 .hubspot-author-name a:hover { text-decoration:underline; }
.hs-blog-listing .row-fluid .mainblog-section2 #hubspot-author_data .hs-author-avatar { position:absolute; left:0; top:0; width:30px; height:30px; -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; overflow:hidden; }
.hs-blog-listing .row-fluid .mainblog-section2 .author-social { position:absolute; right:0; bottom:8px; }
.hs-blog-listing .row-fluid .mainblog-section2 .author-social a { margin-left: 7px; border-bottom: #0066cc solid 1px; color:#0066cc; width: 20px; text-align: center; }
.hs-blog-listing .row-fluid .mainblog-section2 .author-social a .fa { -webkit-transition: ease-in-out all 0.4s;
        -moz-transition: ease-in-out all 0.4s;
        -o-transition: ease-in-out all 0.4s;
        -ms-transition: ease-in-out all 0.4s;
        transition: ease-in-out all 0.4s; }
.hs-blog-listing .row-fluid .mainblog-section2 .author-social a:hover { color:#FFFFFF; border-bottom-color:#FFFFFF }
.hs-blog-listing .row-fluid .mainblog-section2 .author-social a:hover .fa { -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px); }

.hs-blog-listing .row-fluid .mainblog-section2 .post-item:first-child { height:590px; width:66%; margin:0 0 20px; }
.hs-blog-listing .row-fluid .mainblog-section2 .post-item:first-child .post-header { padding:20px 25px; }
.hs-blog-listing .row-fluid .mainblog-section2 .post-item:nth-child(2) { height:285px; margin:0 0 20px 2%; width:32%; }
.hs-blog-listing .row-fluid .mainblog-section2 .post-item:nth-child(3) { height:285px; width:32%; margin:0 0 0 2%; }
.hs-blog-listing .row-fluid .mainblog-section2 .blog-pagination a { margin:15px 5px; }

.hs-blog-post .row-fluid .mainblog-section2 { padding:50px 0; }
.hs-blog-post .row-fluid .mainblog-section2 .blog-left #hs_cos_wrapper_my_cta { float: left; width: 100%; margin-bottom: 20px; }
.row-fluid .blogpost-header .bottomdetail > div, .row-fluid .blogpost-header .bottomdetail > span { float:none; display:inline-block; vertical-align:middle; font-size:14px; }
.row-fluid .blogpost-header .authorimage { width: 30px; height: 30px; -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; overflow: hidden; }
.row-fluid .blogpost-header .innerauthor-name { padding-right:20px; position:relative; }
.row-fluid .blogpost-header .innerauthor-name a { color:#0066cc; }
.row-fluid .blogpost-header .innerauthor-name a:hover { color:#FFFFFF; }
.row-fluid .blogpost-header .innerauthor-name:after { position:absolute; content:''; right:6px; top:50%; margin-top:-2px; width:4px; height:4px; -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; background:#FFFFFF; }
.hs-blog-post .row-fluid .blog-hero { padding:300px 0 0; }
.hs-blog-post .row-fluid .blogpost-header { padding:25px; background:rgba(0,0,0, 0.82); max-width: 80%; float: none; display: inline-block; position:relative; }
.hs-blog-post .row-fluid .blogpost-header h1 { font-size:40px; } 
.hs-blog-post .row-fluid .blogpost-topic { position: absolute; top: -12px; padding: 0 10px; left: 50%; margin: 0 auto; -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); background:#0066cc; font-weight: 700; }

.row-fluid .mainblog-section2 .blog-sidebar .hs-rss-module { counter-reset: my-badass-counter; }
.row-fluid .mainblog-section2 .blog-sidebar .hs-rss-item { position:relative; overflow:hidden; }
.row-fluid .mainblog-section2 .blog-sidebar .hs-rss-item-image-wrapper { width:100%; background-position:center top; background-size:cover; background-repeat:no-repeat; height:200px; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; vertical-align:top; }
.row-fluid .mainblog-section2 .blog-sidebar .hs-rss-item-image-wrapper img { display:none; }
.row-fluid .mainblog-section2 .blog-sidebar .hs-rss-item-text { position:absolute; left:0; top:50%; -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); z-index: 1; background: rgba(0,0,0,0.82); padding: 5px 15px 5px 35px; font-weight: 700; font-size: 14px; border-bottom:5px solid rgb(12, 127, 215); }
.row-fluid .mainblog-section2 .blog-sidebar .hs-rss-item-text:after { content: counter(my-badass-counter); counter-increment: my-badass-counter; position: absolute; left: 0; top: 50%; transform: translateY(-50%); padding: 0 5px; background:#0066cc; color: #FFF; font-size: 18px; line-height: 1.5; }
.row-fluid .mainblog-section2 .blog-sidebar .hs-rss-item-text:before { position:absolute; content:''; left:0; bottom:-5px; width:0; height:5px; background:#0066cc; -webkit-transition: ease all 0.4s;
        -moz-transition: ease all 0.4s;
        -o-transition: ease all 0.4s;
        -ms-transition: ease all 0.4s;
        transition: ease all 0.4s; }
.row-fluid .mainblog-section2 .blog-sidebar .hs-rss-item-text a { color:#FFFFFF; }
.row-fluid .mainblog-section2 .blog-sidebar .hs-rss-item:hover .hs-rss-item-image-wrapper { -webkit-transform: rotate(5deg) scale(1.3);
        -moz-transform: rotate(5deg) scale(1.3);
        -o-transform: rotate(5deg) scale(1.3);
        -ms-transform: rotate(5deg) scale(1.3);
        transform: rotate(5deg) scale(1.3); }
.row-fluid .mainblog-section2 .blog-sidebar .hs-rss-item:hover .hs-rss-item-text:before { width:100%; }

.row-fluid .mainblog-section2 .blog-listing-wrapper > .post-listing-simple .post-item { height:auto !important; width:49% !important; margin:0 2% 30px 0 !important; clear:none; }
.row-fluid .mainblog-section2 .blog-listing-wrapper > .post-listing-simple .post-item:nth-child(2n) { margin-right:0 !important; }
.row-fluid .mainblog-section2 .blog-listing-wrapper > .post-listing-simple .post-item > h2 { display:none; }
.row-fluid .mainblog-section2 .blog-listing-wrapper > .post-listing-simple .post-item .post-header { position:static; float:left; width:100%; }
.row-fluid .mainblog-section2 .blog-listing-wrapper > .post-listing-simple .post-item .post-header h2 { font-size:22px !important; }

/*----- Contact Page 1 -----*/
.row-fluid .contact-sidebar a { color:#0066cc; }
.row-fluid .contact-sidebar a:hover { text-decoration:underline; }
.row-fluid .home-contact.option2 { padding-top:0; }

/*----- 404 Page -----*/
.row-fluid .main-404 h2 { font-size:45px; font-weight:900; }
.row-fluid .main-404 h2 span { font-size:120px; }
.row-fluid .main-404 .btn-style1, .row-fluid .main-404 .btn-style4 { width:auto; margin-top:15px; }
.row-fluid .main-404 .btn-style4 a { min-width: 200px; }
    

@media (min-width:1900px) {
    .hs-blog-listing .row-fluid .mainblog-section .post-item { height:750px; }
}

@media (min-width:992px) and (max-width:1240px){
    .row-fluid .wrapper { max-width:900px !important; }
    
    /*----- Homepage -----*/
    /* Top Section */
    .row-fluid .top-section { padding:25px 0; }
    
    /* Hero Section */
    .row-fluid .hero-section h1 { font-size:42px; }
    
    /* Testimonial Section */
    .row-fluid .testimonial-slider > span { padding:0 100px; }
    
    /* Contact Form */
    .row-fluid .homecontact-inner { padding:140px 200px 40px; }
    
    /*----- Team Page Inner -----*/
    .row-fluid .teaminner-left { padding-right:30px; }
    
    /*----- Blog 2 -----*/
    .hs-blog-listing .row-fluid .mainblog-section2 .post-header h2 { font-size:18px; }
    .hs-blog-listing .row-fluid .mainblog-section2 #hubspot-author_data { padding-right:0; }
    .hs-blog-listing .row-fluid .mainblog-section2 .post-item:first-child #hubspot-author_data { padding-right:120px; }
    .hs-blog-listing .row-fluid .mainblog-section2 .author-social { position:static; float:left; width:100%; margin:10px 0 5px -45px; }
    .hs-blog-listing .row-fluid .mainblog-section2 .post-item:first-child .author-social { position:absolute; width:auto; margin:0; }
    
    /*----- 404 Page -----*/
    .row-fluid .main-404 h2 span { font-size:70px; }
} 

@media (min-width:768px) and (max-width:991px){
    h2 { font-size:32px; }
    h4 { font-size:19px; }
    
    .row-fluid .wrapper { max-width:700px !important; }
    
    /* Top Section */
    .row-fluid .top-section { padding:20px 0; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li { margin-left:10px; }
    
    /*----- Team Inner Page -----*/
    .row-fluid .teaminner-left { padding-right:20px; }
    
    /*----- Testimonials Page -----*/
    .row-fluid .testimonial-main .hs_cos_wrapper_type_custom_widget:nth-child(2n) .testi-left, .row-fluid .testi-left { padding-right:25px; }
    .row-fluid .testimonial-main .hs_cos_wrapper_type_custom_widget:nth-child(2n) .testi-right, .row-fluid .testi-right { padding-left:25px; }
    
    /*----- Column Pages -----*/
    .row-fluid .section-padding { padding-top:40px; padding-bottom:40px; }
    
}

@media (max-width:991px) {
    h2 { font-size:32px; }
    h3 { font-size:28px; }
    h4 { font-size:19px; line-height:1.2; }
    
    .row-fluid .hero-section h1, .top2 .row-fluid .hero-section2 h1 { font-size:36px; }
    .row-fluid .hero-section2 { padding:50px 0; }
    .row-fluid .testimonial-slider > span { padding:0 50px; }
    .row-fluid .homecontact-inner { padding:140px 20px 40px; }
    .row-fluid .footer-section .hs-button { min-width:0; }
    
    .row-fluid .about-team .hs_cos_wrapper_type_custom_widget { width:49%; margin:15px 2% 0 0; }
    .row-fluid .about-team .hs_cos_wrapper_type_custom_widget:nth-child(2n) { margin-right:0; clear:right; }
    .row-fluid .about-team .hs_cos_wrapper_type_custom_widget:nth-child(2n+1) { clear:left; }
    
    .row-fluid .service-main .hs_cos_wrapper_type_custom_widget { width:48.5%; margin-right:3%; }
    .row-fluid .service-main .hs_cos_wrapper_type_custom_widget:nth-child(2n) { margin-right:0; clear:right; }
    .row-fluid .service-main .hs_cos_wrapper_type_custom_widget:nth-child(3n) { clear:none; }
    .row-fluid .service-main .hs_cos_wrapper_type_custom_widget:nth-child(2n+1) { margin-right:3%; clear:left; }
    
    .row-fluid .resource-box { width:48%; }
    
    /*----- Gallery Page -----*/
    .row-fluid .gallery-images .hs_cos_wrapper_widget { width:49%; }
    .row-fluid .gallery-images .hs_cos_wrapper_widget:nth-child(3n) { margin-right:2%; }
    .row-fluid .gallery-images .hs_cos_wrapper_widget:nth-child(2n) { margin-right:0; }
    
    /* Video Page */
    .row-fluid .video-boxes .hs_cos_wrapper_widget { width:50%; margin:0 0 20px; }
    .row-fluid .video-boxes .hs_cos_wrapper_widget:nth-child(3n) { clear:none; }
    .row-fluid .video-boxes .hs_cos_wrapper_widget:nth-child(3n+1) { clear:none; }
    .row-fluid .video-boxes .hs_cos_wrapper_widget:nth-child(2n) { clear:right; }
    .row-fluid .video-boxes .hs_cos_wrapper_widget:nth-child(2n+1) { clear:left; }
    
    .row-fluid .video-boxes .wistia_click_to_play , .video-boxes iframe  { height:180px !important; }
    .row-fluid .video-boxes .video-b { height:180px; }
    
    /*----- Column Pages -----*/
    .row-fluid .maincontent-section h2 { font-size:34px; }
    .row-fluid .maincontent-section h3 { font-size:30px; }
    
    /*----- Blog 2 -----*/
    .hs-blog-post .row-fluid .blogpost-header { max-width:100%; }
    .hs-blog-post .row-fluid .blog-hero { padding:200px 0 0; }
    .hs-blog-listing .row-fluid .mainblog-section2 .post-item { width:49% !important; margin:0 2% 20px 0; height:320px !important; }
    .hs-blog-listing .row-fluid .mainblog-section2 .post-item:nth-child(2n) { margin:0 0 20px !important; }
    .hs-blog-listing .row-fluid .mainblog-section2 .post-item:nth-child(2n+1) { clear:left; margin:0 2% 20px 0; }
    .hs-blog-listing .row-fluid .mainblog-section2 .post-item:nth-child(3n+1) { clear:none; }
    .hs-blog-listing .row-fluid .mainblog-section2 .post-header h2 { font-size:18px !important; }
    .hs-blog-post .row-fluid .blogpost-header h1 { font-size: 32px; line-height: 1; padding: 5px 0 10px; }
    
    /* Contact Page 1 */
    .row-fluid .contact-sidebar a { display:block; }
    
    /*----- 404 Page -----*/
    .row-fluid .main-404 h2, .row-fluid .main-404 h2 span { font-size:32px; }
}


@media (min-width:30px) and (max-width:767px){
    body { margin-bottom:0 !important; }
    .row-fluid .wrapper { max-width:100% !important; padding:0 20px; }
    body .row-fluid .social-icon a { margin:0 3px; }
    .top-space { padding-top:65px !important; }
    input[type=submit], form button, .row-fluid .hs-button { min-width:160px; }
    .row-fluid .section-padding { padding-top:40px; padding-bottom:40px; }
      
    /*----- Homepage -----*/
    
    /* Top Section */
    .row-fluid .top-section { padding:10px 0; }
    .row-fluid .top-logo { padding-right:50px; }
    .row-fluid .top-logo img { max-width:160px; width:100% !important; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul li { float:left; width:100%; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li { margin-left:0; padding-bottom:0; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul li ul { float:left; width:100%; margin-top:0; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul:before { display:none; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { color:000000; }
    
    /* Hero Section */
    .row-fluid .hero-section { height:auto !important; padding:70px 0; }
    .row-fluid .hero-section .wrapper { position:static; top:0; -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
    
    /* Why Moto & Feature Section */
    .row-fluid .whymoto, .row-fluid .feature-section { padding:40px 0; }
    
    /* Service Section */
    .row-fluid .service-section { padding:40px 0; text-align:center; }
    .row-fluid .service-section .hs_cos_wrapper_type_custom_widget { width:100%; margin:20px 0; }
    .row-fluid .service-section .service-icon { float:none; display:inline-block; }
    
    /* CTA Section */
    .row-fluid .cta-section { text-align:center; }
    .row-fluid .cta-section a.cta_button { margin-top:10px; }
    
    /* Team Section & Testimonial Section */
    .row-fluid .team-section, .row-fluid .testimonial-section { padding:40px 0; }
    .row-fluid .team-section .hs_cos_wrapper_type_custom_widget { width:100%; margin:10px 0 0; text-align:center; }
    .row-fluid .testimonial-slider .testi-thumbnails { padding:50px 30px 30px; }
      
    /* Feature Section */
    .row-fluid .feature-text { padding:0; }
    
    /* Logo Section & Contact Form */
    .row-fluid .logo-section, .row-fluid .home-contact { padding:40px 0; }
    .row-fluid .homecontact-inner { padding:100px 20px 40px; background-position:center top 20px; }
    
    /* Footer Section */
    .row-fluid .footer-section { padding:20px 0; }
    .row-fluid .footer-box { margin:20px 0; float:left; width:100%; }
    
    .span12.widget-span.widget-type-cell.footer-section.fl100.text-white.bgimg-main.text-medium {
        background-image: url(https://i.imgur.com/OkRp6ds.jpg)!important;
    } /* added to change footer image */
    
    /*----- About Page -----*/
    
    /* About Main */
    .row-fluid .about-main { text-align:center; }
    .row-fluid .about-main .about-left { padding:0 0 40px; }
    .row-fluid .about-main img { max-width:300px; width:100% !important; float:none; display:inline-block; }
    
    
    /* About Why Choose */
    .row-fluid .about-choose .hs_cos_wrapper_type_custom_widget { width:100%; margin:10px 0; }
    .row-fluid .about-choose .choose-image { padding:0; border-right:none; }
    
    /*----- Team Page -----*/
    .row-fluid .team-main { padding:20px 0; } 
    .row-fluid .team-main .hs_cos_wrapper_type_custom_widget { padding:15px 0; }
    .row-fluid .team-main .hs_cos_wrapper_type_custom_widget:first-child { padding-top:0; }
    .row-fluid .team-image, .row-fluid .team-detail { width:100%; padding:0 !important; margin:15px 0; }
    .row-fluid .team-image { height:250px; }
    
    /*----- Team Inner Page -----*/
    .row-fluid .teaminner-left, .row-fluid .teaminner-center { padding-right:0;  margin:0 0 30px; } 
    .row-fluid .teaminner-left img { max-width:250px; }
    
    /*----- Service 2 -----*/
    .row-fluid .service-main .hs_cos_wrapper_type_custom_widget { width:100%; }
    
    /*----- Service Inner -----*/
    .row-fluid .si-left { margin-bottom:40px; }
    
    /* Testimonial Page */
    .row-fluid .testi-left, .row-fluid .testi-right { width:100%; padding:15px 0 !important; }
    
    /*----- Video Page -----*/
    .row-fluid .featuredvideo-right { padding-top:56.25%; }
    
    /*----- Blog 1 -----*/
    .hs-blog-listing .row-fluid .mainblog-section .wrapper { padding:0; }
    .row-fluid .mainblog-section .author-top h5 { font-size:16px; }
    .row-fluid .blogtop-bar .post-filter { float:left; width:100%; }
    .row-fluid .blogtop-bar .post-filter h3, .row-fluid .blog-search form { width:100%; }
    .row-fluid .blogtop-bar .post-filter h3+.widget-module, .row-fluid .blogtop-bar .post-filter h3+.widget-module ul { width:100%; }
    .row-fluid .blogtop-bar .post-filter h3:before { right:15px; }
    .row-fluid .blog-search { margin-top: 10px; float: left; width: 100%; }
    
    .hs-blog-listing .row-fluid .mainblog-section .post-item { width:100% !important; height:320px; }
    .hs-blog-listing .row-fluid .mainblog-section .post-item:nth-child(3n) { border-left:none; }
    .hs-blog-listing .row-fluid .mainblog-section .header-body { padding:20px 20px 0; }
    .hs-blog-listing .row-fluid .mainblog-section .post-header h2 { margin-bottom:10px; font-size:32px; }
    
    .hs-blog-post .row-fluid .mainblog-section .blog-left { padding:0 0 50px; }
    .row-fluid .mainblog-section .hs-author-profile, .row-fluid .mainblog-section2 .hs-author-profile { padding:30px 20px; text-align:center; }
    .row-fluid .mainblog-section .author-pagetop .hs-author-avatar, .row-fluid .mainblog-section2 .author-pagetop .hs-author-avatar { position:static; float: none; display: inline-block; margin-bottom: 10px; } 
    .row-fluid .mainblog-section .author-pagetop .hs-author-bio, .row-fluid .mainblog-section2 .author-pagetop .hs-author-bio { padding-left:0; }
    .row-fluid .mainblog-section .blog-listing-wrapper>.post-listing-simple h2 { padding:10px 20px; font-size:28px; }
    
    /*----- B;log 2 -----*/
    .hs-blog-post .row-fluid .mainblog-section .blog-left, .hs-blog-post .row-fluid .mainblog-section2 .blog-left { width:100%; padding:0 0 40px; }  
    .hs-blog-post .row-fluid .mainblog-section .blog-sidebar, .hs-blog-post .row-fluid .mainblog-section2 .blog-sidebar { width:100%; }
    .hs-blog-listing .row-fluid .mainblog-section2 .post-item { width:100% !important; margin:0 0 20px !important; }
    .hs-blog-listing .row-fluid .mainblog-section2 .author-social { position:static; float:left; width:100%; margin:10px 0 5px -45px; }
    .hs-blog-listing .row-fluid .mainblog-section2 .post-item:first-child .post-header { padding:10px 15px; }
    .hs-blog-listing .row-fluid .mainblog-section2 #hubspot-author_data { padding-right:0; }
    .row-fluid .blogtop-bar .post-filter h3, .row-fluid .blogtop-bar .post-filter ul, .row-fluid .blog-search form { max-width:100%; }
    .hs-blog-post .row-fluid .blog-hero { padding-top:100px; }
    .hs-blog-post .row-fluid .blogpost-header h1 { font-size:28px; }
    
    .row-fluid .mainblog-section2 .blog-listing-wrapper > .post-listing-simple .post-item { width:100% !important; margin-right:0 !important; }
    
    /*----- Contact Page 2 -----*/
    .row-fluid .contact-sidebar.option2 { padding-top:40px; }
     
}

@media (max-width:500px){
    .row-fluid .hero-section .btn-style1 a { min-width:0; padding:20px 40px; }
    .row-fluid .testimonial-slider > span { padding:0; }
    .row-fluid .about-team .hs_cos_wrapper_type_custom_widget { width:100%; margin-right:0; }
    .row-fluid .about-choose .choose-content { padding:0; }
    
    /* Resource Page */
    .row-fluid .resource-box { width:100%; margin:0 0 20px; }
    
    /*----- Gallery Page -----*/
    .row-fluid .gallery-images .hs_cos_wrapper_widget { width:100%; margin:10px 0; }
    
    /* Video Page */
    .row-fluid .video-boxes .hs_cos_wrapper_widget { width:100%; }
}

@media (min-width:768px){
    
    a.mobile-trigger, a.child-triggerm {
        display: none !important; /* Hide button on Desktop */
    }
      
    .row-fluid .mainmenu .hs-menu-wrapper { 
        display: block !important;
    }
        
    
    /* Sticky Header */
    
        .row-fluid .top-section.sticky { top:0; position:fixed; left:0; border-bottom:none; background:#000000; -webkit-box-shadow: #343434 0 5px 2px -2px;
        -moz-box-shadow: #343434 0 5px 2px -2px;
        -o-box-shadow: #343434 0 5px 2px -2px;
        -ms-box-shadow: #343434 0 5px 2px -2px;
        box-shadow: #343434 0 5px 2px -2px; padding:0; }
     /* was background:#FFFFFF; -webkit-box-shadow: #CCC 0 5px 2px -2px;
        -moz-box-shadow: #CCC 0 5px 2px -2px;
        -o-box-shadow: #CCC 0 5px 2px -2px;
        -ms-box-shadow: #CCC 0 5px 2px -2px;
        box-shadow: #CCC 0 5px 2px -2px; padding:0; */
    
    .row-fluid .top-section.sticky .top-logo, .row-fluid .top-section .sticky-logo { display:none; }
    .row-fluid .top-section.sticky .sticky-logo { padding:15px 0; display:block; }
    .row-fluid .top-section.sticky .sticky-logo img { max-width:160px; } /* was  max-width:115px; */
    .row-fluid .top-section.sticky .mainmenu .hs-menu-wrapper > ul > li { padding-bottom:0; }
    .row-fluid .top-section.sticky .mainmenu .hs-menu-wrapper > ul > li > a { line-height:35px; color:#FFFFFF; } /* was color:#000000; */
    .row-fluid .top-section.sticky .mainmenu .hs-menu-wrapper > ul > li:hover > a { background:#FFFFFF; color:#000000; } /* was background:#000000; color:#FFFFFF;*/
    
    .top2 .row-fluid .mainmenu .hs-menu-wrapper > ul > li { padding-bottom:0; }
    .top2 .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { padding:32px 10px 33px 12px; color:#FFFFFF; } /* was padding:26px 10px 25px 12px; color:#000000; */
    .top2 .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { background:#FFFFFF; color:#000000; } /* was background:#000000; color:#FFFFFF;*/
    .top2 .row-fluid .top-section.sticky .mainmenu .hs-menu-wrapper > ul > li > a { padding:20px 10px 20px 12px; } /* was padding:13px 10px 13px 12px; */
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul { background:#000000; padding:14px 0; width:170px; top:100%; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { background:#000000; color:#000000; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul li a { color:#FFFFFF; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul { border-bottom:#FFFFFF solid 5px; -webkit-transition: ease all 0.4s !important;
        -moz-transition: ease all 0.4s !important;
        -o-transition: ease all 0.4s !important;
        -ms-transition: ease all 0.4s !important;
        transition: ease all 0.4s !important; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul li a:hover { background:#FFFFFF; color:#000000 }
    
    /*.header-container-wrapper, .body-container-wrapper { position:relative; z-index:1; }*/
    .footer-container-wrapper { position: fixed; left: 0; bottom: 0; width: 100%; z-index:-1; }
    
    .row-fluid .maincontent-section .sitepage-services .hs_cos_wrapper_type_custom_widget:last-child { margin-bottom:0; }
    .hs-blog-listing .row-fluid .mainblog-section .post-item:nth-child(3n+1) .post-body { padding-right:30%; }
    
}


@media (max-width: 767px){

  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: 000000;
   
  }


  /* Toggle Button
     ========================================================================== */

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 13px;          /* Position Button at top right of screen  */
      right: 15px;        /*******************************************/
      width: 44px; /* Button width */
      height: 44px; /* Button height */      
      padding: 12px 0;
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      border-radius: 6px;
      -webkit-transition:color .2s ease-in-out-in; 
      -moz-transition:color .2s ease-in-out-in;
      transition:color .2s ease-in-out-in;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #222222;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #0732E1;
      opacity: 0;
      transition: opacity .4s ease-in-out-in-out;
      -moz-transition: opacity .4s ease-in-out-in-out;
      -webkit-transition: opacity .4s ease-in-out-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -2px;
      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: 35px; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color: #FFFFFF; /* Icon color */
      display: inline-block;
  }
  
  .top2 a.mobile-trigger  i, .top2 a.mobile-trigger  i:before, .top2 a.mobile-trigger  i:after { background:#444444; }
  
  a.mobile-trigger  i:before {
      margin-top: -8px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 8px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger 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);
  }
  .mobile-open a.mobile-trigger 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);
  }
  .mobile-open a.mobile-trigger 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);
  }

  /* Child Toggle Button
     ========================================================================== */

  a.child-triggerm {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-triggerm:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-triggerm span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-triggerm span:after {
      position: absolute;
      content: '';
  }
  a.child-triggerm span, a.child-triggerm span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: 000000; /* Icon color */
      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:#222222; }
  
  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;
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


  /* Hide menu on mobile */
  .mainmenu.js-enabled .hs-menu-flow-horizontal,
  .mainmenu.js-enabled .hs-menu-children-wrapper{
      display: none;
  }  

  /* Make child lists appear below parent items */
  .mainmenu ul.hs-menu-children-wrapper {
      visibility: visible !important;
      opacity: 1 !important;
      position: static !important;
      display: none;
  }

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 65px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 0; /* Padding to add room for close button */
      background-color: #0732E1; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .mainmenu .hs-menu-flow-horizontal > ul > li a{
      font-size: 16px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li{
      border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .mainmenu .hs-menu-flow-horizontal ul li:hover > a{
      color: #222222; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 14px; /* Font size of child lists */
      color:000000;
  }

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
}
@media (max-width: 768px) {
      .top-logo img {
            display: none;
      } 
}