/* @import url('http://example.com/example_style.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;}



/*--------- SLICK ------------*/

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         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 THEME ---------*/

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*---------- SLICK NAV -----------*/

/*!
 * SlickNav Responsive Mobile Menu v1.0.3
 * (c) 2015 Josh Cope
 * licensed under MIT
 */.slicknav_menu:after,.slicknav_menu:before{display:table;content:" "}.slicknav_btn,.slicknav_nav .slicknav_item{cursor:pointer}.slicknav_menu,.slicknav_menu *{box-sizing:border-box}.slicknav_nav,.slicknav_nav ul{padding:0;list-style:none;overflow:hidden}.slicknav_btn{position:relative;display:block;vertical-align:middle;float:right;padding:.438em .625em;line-height:1.125em}.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar{margin-top:.188em}.slicknav_menu .slicknav_menutxt{display:block;line-height:1.188em;float:left;color:#fff;font-weight:700;text-shadow:0 1px 3px #000}.slicknav_menu .slicknav_icon{float:left;margin:.188em 0 0 .438em}.slicknav_menu .slicknav_no-text{margin:0}.slicknav_menu .slicknav_icon-bar{display:block;width:1.125em;height:.125em;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,.25);box-shadow:0 1px 0 rgba(0,0,0,.25)}.slicknav_menu:after{clear:both}.slicknav_nav li,.slicknav_nav ul{display:block}.slicknav_nav .slicknav_arrow{font-size:.8em;margin:0 0 0 .4em}.slicknav_nav .slicknav_item a{display:inline}.slicknav_nav .slicknav_row,.slicknav_nav a{display:block}.slicknav_nav .slicknav_parent-link a{display:inline}.slicknav_menu{*zoom:1;font-size:16px;background:#4c4c4c;padding:5px}.slicknav_menu .slicknav_icon-bar{background-color:#fff}.slicknav_btn{margin:5px 5px 6px;text-decoration:none;text-shadow:0 1px 1px rgba(255,255,255,.75);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#222}.slicknav_nav{clear:both;color:#fff;margin:0;font-size:.875em}.slicknav_nav ul{margin:0 0 0 20px}.slicknav_nav .slicknav_row,.slicknav_nav a{padding:5px 10px;margin:2px 5px}.slicknav_nav .slicknav_row:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#ccc;color:#fff}.slicknav_nav a{text-decoration:none;color:#fff}.slicknav_nav a:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#ccc;color:#222}.slicknav_nav .slicknav_txtnode{margin-left:15px}.slicknav_nav .slicknav_item a,.slicknav_nav .slicknav_parent-link a{padding:0;margin:0}.slicknav_brand{float:left;color:#fff;font-size:18px;line-height:30px;padding:7px 12px;height:44px}


/*---------------------- ANIMATE ---------------- */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}


/* Main */

*{
    box-sizing: border-box;
}
body{
    margin:0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
}
img{
 vertical-align:middle;   
}
p {
    margin: 0px 0px 10px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    line-height: 1.1;
    color: inherit;
    font-weight: 500;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.container{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.btn-group-vertical > .btn-group::after, .btn-toolbar::after, .clearfix::after, .container-fluid::after, .container::after, .dl-horizontal dd::after, .form-horizontal .form-group::after, .modal-footer::after, .nav::after, .navbar-collapse::after, .navbar-header::after, .navbar::after, .pager::after, .panel-body::after, .row::after {
    clear: both;
}
.btn-group-vertical > .btn-group::after, .btn-group-vertical > .btn-group::before, .btn-toolbar::after, .btn-toolbar::before, .clearfix::after, .clearfix::before, .container-fluid::after, .container-fluid::before, .container::after, .container::before, .dl-horizontal dd::after, .dl-horizontal dd::before, .form-horizontal .form-group::after, .form-horizontal .form-group::before, .modal-footer::after, .modal-footer::before, .nav::after, .nav::before, .navbar-collapse::after, .navbar-collapse::before, .navbar-header::after, .navbar-header::before, .navbar::after, .navbar::before, .pager::after, .pager::before, .panel-body::after, .panel-body::before, .row::after, .row::before {
    display: table;
    content: " ";
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
a,h1,h2,h3,h4,p,span{
    font-family: 'Open Sans', sans-serif;
}
a, a:hover, a:focus, a:active{
    outline:none !important;
}
.container{
    max-width: 1170px;
    margin: 0 auto;
}
.container-fluid{
    padding:0 !important;
}
.body-container-wrapper{
   padding-top:65px; 
}
.page-padding{
    padding:50px 0;
}
ul.hs-error-msgs{
    display: block;
    margin: 0px;
    padding: 0px 0px 0px 15px;
}
ul.hs-error-msgs label{
    display: block;
}
/*----------------------------------HEADER ---------------------------------------*/

#header{
    height: 95px;
	color:#ffffff;
	position: fixed;
	width: 100%;
	top:0px;
	z-index: 1500;
	background-color: #fff;
}
#header .widget-type-logo{
    line-height:95px;
}
	#header h1{
		margin:0px;
		margin-top:30px;

	}
		#header h1 a{
			background-image: url(//cdn2.hubspot.net/hubfs/536856/img/logo.png);
			display: block;
			background-repeat: no-repeat;
		}
		#header #menu ul.active-branch{
			margin:0px;
			padding:0 50px 0 0;
			float:right;
		}
			#header #menu ul li{
				display:inline-block;
                padding:38px 23px;
			}
			#header #menu ul li.search a{
				color:#10b547;
				border-left: solid 1px #cccccc;
				padding-left: 10px;
			}
				#header #menu ul li a{
					text-decoration: none;
					font-size: 14px;
					color:#000;
					font-family: 'Open Sans', sans-serif;
					font-weight: 500;
					-webkit-transition: all 0.3s linear;
					-o-transition: all 0.3s linear;
					transition: all 0.3s linear;
                    display:inline;
                    border-bottom:2px solid transparent;
                    position:relative;
                    z-index:15;
                    padding:0;
				}
                #header #menu ul li.hs-item-has-children > a:after{
    				content: "\f0d7";
                    font-family: FontAwesome;
                    font-style: normal;
                    font-weight: normal;
                    text-decoration: inherit;
                    font-size:14px;
                    color:#000;
                    vertical-align:middle;
                    margin-left:8px;
                    margin-top:-3px;
                    display:inline-block;
				}
                #header #menu ul li.hs-item-has-children ul li.hs-item-has-children > a:after{
                    content:'';
				}
				#header #menu ul li a:hover{
					border-bottom: solid 2px #10b547;
					-webkit-transition: all 0.3s linear;
					-o-transition: all 0.3s linear;
					transition: all 0.3s linear;
				}
				#header #menu ul li a.active{
					border-bottom: solid 2px #10b547;
					-webkit-transition: all 0.3s linear;
					-o-transition: all 0.3s linear;
					transition: all 0.3s linear;
				}
                #header #menu ul li ul{
            		background:#fff;
                    padding-top:37px;
                    border-bottom:3px solid #10b547;
                    margin:0;
    			}
                    #header #menu ul li ul li{
            			margin:0;
                        padding:0;
                        -webkit-transition: all 0.3s linear;
        				-o-transition: all 0.3s linear;
    					transition: all 0.3s linear;
                        display:block;
        			}
                    #header #menu ul li ul li a:hover{
                        background:#eaeaea;
                        -webkit-transition: all 0.3s linear;
        				-o-transition: all 0.3s linear;
    					transition: all 0.3s linear;
                    }
                        #header #menu ul li ul li ul{
                            margin:0;
                            padding:0;
                            left:0;
                            position: static;
                            visibility: visible;
                            opacity: 1;
                            float: none;
                            border:0;
                        }
                            #header #menu ul li ul li ul li a{
                                padding-left:30px;
                                font-weight:300;
                                font-size:13px;
                			}
                            #header #menu ul li ul li ul li ul li a{
                                padding-left:37px;
                    		}
                            #header #menu ul li ul li ul li ul li ul li a{
                                padding-left:44px;
                        	}
                            #header #menu ul li ul li ul li ul li ul li ul li a{
                                padding-left:51px;
                        	}
                        #header #menu ul li ul li a{
                        	display:block;
                            padding:10px 23px;
                            margin:0;
                            max-width:190px;
                            width:190px;
            			}
                         #header #menu ul li ul li a, #header #menu ul li ul li a:hover{
                    		border:0;
            			}
    #header .header-phone span{
        color:#fff;
        font-size: 16px;
    	font-family: 'Open Sans', sans-serif;
    	background: #10b547;
    	float:right;
    	line-height: 16px;
    	margin-top:30px;
    	padding:12px 17px;
    }
                    
/*----------------------------------MAIN ---------------------------------------*/

	#main{
		height: 620px;
		position:relative;
        background-color: rgb(242, 241, 241);
	}
    #main.fix{
    	height: auto;
        background-color:initial;
	}
	#main .row>.position{
		position:static;
		top:0px;
	}
	#main .my-slick-slider{
		height: 100%;
	}
		#main .my-slick-slider .slick-prev{
			left:25px;
			width: 35px;
  			height: 65px;
		}
		#main .my-slick-slider .slick-next{
			right:25px;
			width: 35px;
  			height: 65px;
		}
		#main .my-slick-slider .slick-next:before{
			font-family: FontAwesome;
   			content: "\f105";
   			font-size: 70px;
		}
		#main .my-slick-slider .slick-prev:before{
			font-family: FontAwesome;
   			content: "\f104";
   			font-size: 70px;
		}

		#main .slider{
			height:550px !important;
			background-repeat: no-repeat;
			height: 100%;
			width: 100%;
			background-size: cover;
			background-position: center;
		}
		#main .main-box{
			margin: auto;
			position: absolute;
			top: 0px;
			right: 0px;
			left: 0px;
			height: 100%;
			width: 555px;
			background-color: rgba(0,0,0,0.4);
			text-align: center;
			padding:0px 70px;
		}
        #hs_cos_flex_slider_module_14328112125003{
            min-height:430px;
        }
			#main .main-box h2{
				font-size: 34px;
				color:#fff;
				margin-top: 100px;
                font-weight:500;
				
			}

			#main .main-box .header-text{
				font-size: 30px;
				color:#fff;
				font-weight: 300;
			}
			#main .main-box hr{
				margin-top: 35px;
				margin-bottom: 25px;
				border: 0;
				border-top: 1px solid #bfc5cc;
				width: 165px;
			}
			#main .main-box .second-header-text{
				font-size: 14px;
				color:#fff;
				font-weight: 500;
			}
			#main .main-box .click{
				background-color:#10b547;
				color:#fff;
				font-size: 16px;
				font-weight: 300;
				display:block;
				height: 32px;
				line-height: 32px;
				width:170px;
				text-decoration: none;
				margin:auto;
				margin-top: 40px;
				border:solid 1px #10b547;
				-webkit-transition: all 0.3s linear;
				-o-transition: all 0.3s linear;
				transition: all 0.3s linear;
			}
			#main .main-box .click:hover{
				background-color:#fff;
				color:#10b547;
				-webkit-transition: all 0.3s linear;
				-o-transition: all 0.3s linear;
				transition: all 0.3s linear;
			}
			#main .main-box .center{
				position: absolute;
			}
            
.hs_cos_flex-direction-nav .hs_cos_flex-prev{
    left: 25px !important;
    width: 30px;
    height: 65px;
    background:none;
    text-indent:0;
    color:transparent;
    opacity:1;
}
.hs_cos_flex-prev:before{
    font-family: FontAwesome;
    content: "";
    font-size: 70px;
    text-indent:0;
    color:#fff;
}

.hs_cos_flex-direction-nav .hs_cos_flex-next{
    right: 25px !important;
    width: 30px;
    height: 65px;
    background:none;
    text-indent:0;
    color:transparent;
    opacity:1;
}
.hs_cos_flex-next:before{
    font-family: FontAwesome;
    content: "";
    font-size: 70px;
    text-indent:0;
    color:#fff;
}

.hs_cos_flex-control-nav{
    display:none;
}

/*----------------------------------COMPANY ---------------------------------------*/

#company{
	background-color:#fff; 
}
	#company h2{
		font-size: 35px;
		color:#010101;
		text-align: center;
		margin-top:35px;

	}
	#company hr{
		width:230px;
		border-top: 1px solid #4b4b4b;
		text-align: center;
	}
	#company .main-text{
		color:#000;
		font-size: 16px;
		text-align: center;
		margin-bottom: 105px;
		padding:0px 100px;
	}
	#company .wrapper-box{
		min-height: 300px;
		border:solid 1px #cbcaca;
		margin:0px 30px;
		padding: 0px 23px 10px 23px;
		position:relative;
		margin-bottom: 60px;
        text-align:center;
	}
		#company .wrapper-box .ico-box{
			position: absolute;
			width: 95px;
			height: 95px;
			border: solid 1px #c7c7c7;
			border-radius: 50%;
			background-color: #fff;
			top: -48px;
			left: 0px;
			right: 0px;
			margin: auto;
		}
        #company .ico-box i {
            font-size: 52px;
            color: #10B547;
            text-align: center;
            line-height: 85px;
        }
        #company .wrapper-box .ico-box1 img{
    		margin-top:15px;
		}
        #company .wrapper-box .ico-box2 img{
        	margin-top:20px;
		}
        #company .wrapper-box .ico-box3 img{
        	margin-top:15px;
		}
		#company .wrapper-box .ico-box i{
			background-repeat: no-repeat;
			display: block;
			position: absolute;
			left:0px;
			right:0px;
			top:0px;
			bottom:0px;
			margin:auto;
		}
			#company .wrapper-box .ico-box i.ico1{
				background-image: url(//cdn2.hubspot.net/hubfs/536856/img/ico1.png);
				width: 49px;
				height: 61px;

			}
			#company .wrapper-box .ico-box i.ico2{
				background-image: url(//cdn2.hubspot.net/hubfs/536856/img/ico2.png);
				width: 53px;
				height: 49px;
			}
			#company .wrapper-box .ico-box i.ico3{
				background-image: url(//cdn2.hubspot.net/hubfs/536856/img/ico3.png);
				width: 59px;
				height: 64px;
			}
			#company .wrapper-box h3{
				color:#39383e;
				font-weight: bold;
				margin-top: 60px;
				margin-bottom: 22px;
				font-size: 18px;
				text-align: center;
			}
			#company .wrapper-box span{
				font-size: 14px;
				color:#39383e;
				font-weight: 300;
				text-align: center;
			}

/*------------------------SERVICES--------------------------*/

#services{
	min-height: 650px;
	background-size: cover;
	background-position: center;
}
	#services h2{
		color: #10b547;
		font-size: 16px;
		text-align: center;
		font-weight: 300;
		margin-top: 65px;
		margin-bottom: 0;
	}
	#services h3{
		font-size: 26px;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 0px;
	}
	#services hr{
		width:225px;
		margin-top: 15px;
		margin-bottom: 100px;
		border-top: 1px solid #fff;
	}
	#services .wrapper-ico-box{
		width: 80px;
		height: 80px;
		border:solid 1px #a3a6aa;
		border-radius: 50%;
		position: relative;
	}
		#services .wrapper-ico-box .ico-box{
			text-align: center;
			width: 70px;
			height: 70px;
			position:absolute;
			border-radius: 50%;
			background-color: rgba(16,181,71,0.6);
			top:0px;
			bottom: 0px;
			left:0px;
			right:0px;
			margin:auto;
			line-height: 80px;
		}

			#services .wrapper-ico-box .ico-box i{
				font-size: 30px;
				color:#fff;
			}

	#services .box h4{
		font-size: 18px;
		color:#fff;
		margin-top:25px;
		margin-bottom: 35px;
	}

	#services .text-box{
		font-size: 16px;
		color: #fff;
		font-weight: 300;
	}
/*---------------------PROJECTS---------------------*/
#projects{
    
}
	#projects h2{
		color: #10b547;
		font-size: 16px;
		text-align: center;
		font-weight: 300;
		margin-top: 65px;
		margin-bottom: 15px;
	}
	#projects h3{
		font-size: 26px;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 0px;
		color: #000000;
        margin-top:0;
	}
	#projects hr{
		width:225px;
		margin-top: 15px;
		margin-bottom: 40px;
		border-top: 1px solid #000;
	}
    #projects .project-description{
        margin-bottom:100px;
    }
	#projects .project-description h4{
		font-weight: normal;
		font-size: 24px;
		font-family: 'Open Sans', sans-serif;
		color:#000;
	}

	#projects .project-description hr{
		width: 160px;
		background: #10b547;
		border:none;
		height: 1px;
		text-align: left;
		margin:20px 0 20px 0;
	}
	#projects .project-description p{
		font-weight: normal;
		font-size: 16px;
		font-family: 'Open Sans', sans-serif;
		color:#000;
		line-height: 30px;
	}
	#projects .project-description ul{
		margin:0;
		padding:0 0 0 20px;
		list-style-image: url(//cdn2.hubspot.net/hubfs/536856/img/li.png);
	}
	#projects .project-description ul li{
		font-weight: normal;
		font-size: 16px;
		font-family: 'Open Sans', sans-serif;
		color:#000;
		line-height: 30px;
		padding-bottom:10px;
	}
	#projects .project-description .read{
		background-color:#10b547;
		color:#fff;
		font-size: 18px;
		font-weight: 300;
		display:block;
		height: 35px;
		line-height: 32px;
		width:145px;
		text-decoration: none;
		margin-top: 40px;
		border:solid 1px #10b547;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
		float:right;
		text-align: center;
	}
	#projects .project-description .read:hover{
		background-color:#fff;
		color:#10b547;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	#projects .project-slider{
		height: 100%;
	}
		#projects .project-slider .slick-prev{
			left:25px;
			width: 35px;
  			height: 65px;
            top:40%;
		}
		#projects .project-slider .slick-next{
			right:25px;
			width: 35px;
  			height: 65px;
            top:40%;
		}
		#projects .project-slider .slick-next:before{
			font-family: FontAwesome;
   			content: "\f105";
   			font-size: 70px;
   			color:#10b547;
		}
		#projects .project-slider .slick-prev:before{
			font-family: FontAwesome;
   			content: "\f104";
   			font-size: 70px;
   			color:#10b547;
		}


/*---------------------PORTFOLIO---------------------*/

#portfolio{
	min-height: 950px;
}
	#portfolio h2{
		color: #10b547;
		font-size: 16px;
		text-align: center;
		font-weight: 300;
		margin-top: 65px;
		margin-bottom: 15px;
	}
	#portfolio h3{
		font-size: 26px;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 0px;
		color: #000000;
        margin-top:0;
	}
	#portfolio hr{
		width:225px;
		margin-top: 15px;
		margin-bottom: 40px;
		border-top: 1px solid #000;
	}

	#portfolio ul.filters{
		padding:0px;
		margin:0px;
		text-align: center;
	}
		#portfolio ul.filters li{
			margin:0px 15px;
			display: inline-block;
		}
			#portfolio ul.filters li a{
				display: block;
				text-decoration: none;
				padding: 7px 15px;
				font-size: 18px;
				color:#000;
				border:solid 1px #000;
				-webkit-transition: all 0.3s linear;
				-o-transition: all 0.3s linear;
				transition: all 0.3s linear;
			}
			#portfolio ul.filters li a:hover{
				color:#10b547;
				border:solid 1px #10b547;
				-webkit-transition: all 0.3s linear;
				-o-transition: all 0.3s linear;
				transition: all 0.3s linear;
			}

	#portfolio .portfolio-box{
		margin-top: 45px;
		position: relative;
		overflow: hidden;
		
	}

	#portfolio .portfolio-box img{
		width:100%;
		height: 270px;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	#portfolio .portfolio-box .mask{
		position: absolute;
		top:0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.8);
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
		opacity: 0;
		}

		#portfolio .portfolio-box .mask h3.title{
			position:absolute;
			top:-10%;
			left:0px;
			right:0px;
			margin:auto;
			font-size: 23px;
			color:#fff;
			-webkit-transition: all 0.3s linear;
			-o-transition: all 0.3s linear;
			transition: all 0.3s linear;
		}
		#portfolio .portfolio-box .mask p.more{
			position: absolute;
			bottom: -10%;
			text-align: center;
			left:0px;
			right:0px;
			margin:auto;
			font-size: 15px;
			color:#10b547;
			-webkit-transition: all 0.3s linear;
			-o-transition: all 0.3s linear;
			transition: all 0.3s linear;
		}
		#portfolio .portfolio-box:hover img{
			-webkit-transform: scale(1.3); 
			-moz-transform: scale(1.3);
			-o-transform: scale(1.3);
			transform: scale(1.3);
			-webkit-transition: all 0.3s linear;
			-o-transition: all 0.3s linear;
			transition: all 0.3s linear;
		}
		#portfolio .portfolio-box:hover .mask{
			opacity:1;
			-webkit-transition: all 0.3s linear;
			-o-transition: all 0.3s linear;
			transition: all 0.3s linear;
		}
		#portfolio .portfolio-box:hover h3.title{
			top:40%;
			-ms-transform: rotate(360deg);
		    -webkit-transform: rotate(360deg);
		    transform: rotate(360deg);
			-webkit-transition: all 0.3s linear;
			-o-transition: all 0.3s linear;
			transition: all 0.3s linear;
		}
		#portfolio .portfolio-box:hover p.more{
			bottom:40%;
			-ms-transform: rotate(360deg);
		    -webkit-transform: rotate(360deg);
		    transform: rotate(360deg);
			-webkit-transition: all 0.3s linear;
			-o-transition: all 0.3s linear;
			transition: all 0.3s linear;
		}

/*--------------------------COUNTER-----------------------*/
#counter{
	min-height: 650px;
	background-size: cover;
	background-repeat: no-repeat;
    padding-bottom:30px;
}
	#counter h2{
			color: #10b547;
			font-size: 16px;
			text-align: center;
			font-weight: 300;
			margin-top: 65px;
			margin-bottom: 15px;
		}
		#counter h3{
			font-size: 26px;
			color: #fff;
			text-align: center;
			text-transform: uppercase;
			margin-bottom: 0px;
            margin-top:0;
		}
		#counter hr{
			width:225px;
			margin-top: 15px;
			margin-bottom: 100px;
			border-top: 1px solid #fff;
		}

		#counter .counter-box{
				text-align: center;
			}

			#counter .counter-box i{
				color:#fff;
				font-size: 95px;
				display: block;
			}
			#counter .counter-box .counter span{
				font-size:50px;
				color:#10b547;
			}
			#counter .counter-box hr.hr-counter{
				width:45px;
				margin-top: 20px;
				margin-bottom: 25px;
				border-top: 1px solid #fff;								
			}
			#counter .counter-box h4{
				font-size: 20px;
				color:#fff;
				font-weight: 300;
			}
            
/*---------------------------------- TESTIMONIALS ---------------------------------------*/

#testimonials{
	min-height: 550px;
    padding-bottom:50px;
}
	#testimonials h2{
			color: #10b547;
			font-size: 16px;
			text-align: center;
			font-weight: 300;
			margin-top: 65px;
			margin-bottom: 15px;
		}
		#testimonials h3{
			font-size: 26px;
			color: #000;
			text-align: center;
			text-transform: uppercase;
			margin-bottom: 0px;
            margin-top:0;
		}
		#testimonials hr{
			width:225px;
			margin-top: 15px;
			margin-bottom: 20px;
			border-top: 1px solid #000;
		}
	#testimonials .testimonial{
		text-align: center;
		margin:auto;

	}
		#testimonials .testimonial .border{
			height: 215px;
			width: 215px;
			border-radius: 50%;
			border:solid 1px #29bd5a;
			position:relative;
			margin:auto;
		}

			#testimonials .testimonial .border .photo img{
				position:absolute;
				height: 205px;
				width: 205px !important;
				border-radius:50%;
				left:0px;
				right:0px;
				top:0px;
				bottom:0px;
				margin:auto;
			}
		#testimonials .testimonial .name h4{
			font-size: 18px;
			color:#000;
			margin:7px 0px;
			font-weight: bold;
		}
		#testimonials .testimonial .position{
			font-size: 14px;
			color:#10b547;
			margin:0px 0px 25px 0px;
			display: block;
		}
		#testimonials .testimonial .description{
			font-size: 16px;
			font-style: italic;
			color:#000;
			padding:0px 130px;
			position: relative;
		}
		#testimonials .testimonial .description i{
			position:relative;
			color:#10b547;
			font-size: 21px;
		}
		#testimonials .testimonial .description i.fa-quote-left{
			top:-7px;
		}
		#testimonials .testimonial .description i.fa-quote-right{
			bottom:-7px;
		}
/*---------------------------TEAM-----------------------------------------------------*/

#team{
	min-height: 680px;
	background-color: #eaeaea;
	position:relative;
}
#team .row>div{
	position:static;
}
	#team h2{
		color: #10b547;
		font-size: 16px;
		text-align: center;
		font-weight: 300;
		margin-top: 65px;
		margin-bottom: 15px;
	}
	#team h3{
		font-size: 26px;
		color: #000;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 0px;
        margin-top:0;
	}
	#team hr{
		width:225px;
		margin-top: 15px;
		margin-bottom: 20px;
		border-top: 1px solid #000;
	}
	#team .team-box{
		text-align: center;
		margin:auto;
		margin-top: 45px;
	}
		#team .team-box .border{
			height: 215px;
			width: 215px;
			border-radius: 50%;
			border:solid 1px #10b547;
			position:relative;
			margin:auto;
		}

			#team .team-box .border .photo img{
				position:absolute;
				height: 205px;
				width: 205px !important;
				border-radius:50%;
				left:0px;
				right:0px;
				top:0px;
				bottom:0px;
				margin:auto;
			}
		#team .team-box h3{
			color:#000000;
			font-size: 22px;
			margin:20px 0px 20px 0px;

		}
		#team .team-box h4{
			font-size: 20px;
			color:#10b547;
			margin:0px 0px 20px 0px;
		}
		#team .team-box .description span{
			font-size: 14px;
			color: #000000;
			margin:0px 0px 25px 0px;
		}
        #team .team-box .description{
			padding:0 25px;
		}
		#team .team-box ul.social-icon{
			margin:0px;
			padding:0px;
		}
			#team .team-box ul.social-icon li{
				margin:0px;
				padding:0px;
				display: inline-block;
				margin:0px 10px;

			}
				#team .team-box ul.social-icon li a{
					font-size: 50px;
					color:#a9a8a8;
					-webkit-transition: all 0.3s linear;
					-o-transition: all 0.3s linear;
					transition: all 0.3s linear;
				}
				#team .team-box ul.social-icon li a:hover{
					color:#10b547;
					-webkit-transition: all 0.3s linear;
					-o-transition: all 0.3s linear;
					transition: all 0.3s linear;
				}
		#team .slick-team{
			position:static;
		}	
			#team .slick-team .slick-prev{
					left:25px;
					width: 35px;
		  			height: 65px;
		  			color:#9c9c9c;
				}
				#team .slick-team .slick-next{
					right:25px;
					width: 35px;
		  			height: 65px;
				}
				#team .slick-team .slick-next:before{
					font-family: FontAwesome;
		   			content: "\f105";
		   			font-size: 70px;
		   			color:#9c9c9c;
				}
				#team .slick-team .slick-prev:before{
					font-family: FontAwesome;
		   			content: "\f104";
		   			font-size: 70px;
		   			color:#9c9c9c;
				}
                
/*-----------------------HUBSPOT BLOG--------------------------*/


#from-blog .hs-rss-item{
    width:33.3%;
    float:left;
    padding:0 15px;
}
#from-blog .hs-rss-item.hs-with-featured-image{
    overflow:visible;
}
    #from-blog .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{
        width:100%;
    }
        #from-blog .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper img{
            width:100%;
            height:265px;
        }
    #from-blog .hs-rss-item .hs-rss-item-text{
        float:none;
    }
    #from-blog .hs-rss-item.hs-with-featured-image .hs-rss-item-text{
        width:100%;
        min-height:300px;
        margin-top:20px;
    }
        #from-blog .hs-rss-item .hs-rss-item-text .hs-rss-title{
            font-size: 18px;
            color:#000000;
            text-decoration:none;
            text-transform:uppercase;
        }
        #from-blog .hs-rss-item .hs-rss-item-text .hs-rss-description a{
            color: #000;
            font-size: 18px;
            border: 1px solid #000;
            width: 140px;
            text-align: center;
            padding: 10px 0px;
            text-decoration: none;
            display: block;
            margin-top: 40px;
            transition: all 0.3s linear 0s;
        }
        #from-blog .hs-rss-item .hs-rss-item-text .hs-rss-description a:hover{
            color: #16A442;
            border: 1px solid #16A442;
            transition: all 0.3s linear 0s;
        }
        #from-blog .hs-rss-item .hs-rss-item-text .hs-rss-byline{
            font-size: 14px;
            color: #000;
            margin:5px 0;
            opacity:1;
        }
        
        #from-blog .hs-rss-item .hs-rss-item-text .hs-rss-author{
            color:#16A442;
            font-weight:bold;
            text-transform:uppercase;
        }

/*-----------------------FROM THE BLOG--------------------------*/

#from-blog{
	min-height: 840px;
	background-color: #ffffff;
}
	#from-blog h2{
		color: #10b547;
		font-size: 16px;
		text-align: center;
		font-weight: 300;
		margin-top: 65px;
		margin-bottom: 15px;
	}
	#from-blog h3{
		font-size: 26px;
		color: #000;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 0px;
        margin-top:0;
	}
	#from-blog hr{
		width:225px;
		margin-top: 15px;
		margin-bottom: 20px;
		border-top: 1px solid #000;
	}

	#from-blog .blog-box{
		position:relative;
		margin-top: 45px;
	}
		#from-blog .blog-box img{
			width: 100%;
			height:265px;
		}
		#from-blog .blog-box h4{
			font-size: 18px;
			color:#000000;

		}
		#from-blog .blog-box h5{
			font-size: 14px;
			color:#000000;
			font-size: 300;
		}
		#from-blog .blog-box h5 span{
			font-size: 14px;
			color:#10b547;
			font-weight: bold;
		}
		#from-blog .blog-box hr{
			margin-left: 0px;
			width:60px;
			margin-top: 10px;
			margin-bottom: 10px;
			border-top: 1px solid #10b547;
		}
		#from-blog .blog-box p{
			color:#000000;
			font-size: 14px;
		}
		#from-blog .blog-box a.more{
			color:#000000;
			font-size: 18px;
			border:solid 1px #000;
			width: 140px;
			text-align: center;
			padding:10px 0px;
			text-decoration: none;
			display: block;
			margin-top: 40px;
			-webkit-transition: all 0.3s linear;
			-o-transition: all 0.3s linear;
			transition: all 0.3s linear;
		}	
		#from-blog .blog-box a.more:hover{
			color:#10b547;
			border:solid 1px #10b547;
			-webkit-transition: all 0.3s linear;
			-o-transition: all 0.3s linear;
			transition: all 0.3s linear;
		}
		#from-blog .blog-box .img{
			position:relative;
			text-align: center;
			font-weight: bold;
		}
		
		#from-blog .blog-box .img .mask{
			position:absolute;
			width: 100%;
			height:265px;
			background-color: rgba(0,0,0,0);
			-webkit-transition: all 0.3s linear;
			-o-transition: all 0.3s linear;
			transition: all 0.3s linear;
		}
			#from-blog .blog-box .mask .date{
				position: absolute;
				border: solid 3px #fff;
				height: 60px;
				width: 60px;
				left:0px;
				right: 0px;
				top:0px;
				bottom: 0px;
				margin:auto;
				font-size: 18px;
				color:#fff;
				font-family: 'Open Sans', sans-serif;
				-webkit-transition: all 0.3s linear;
				-o-transition: all 0.3s linear;
				transition: all 0.3s linear;
			}
		#from-blog .blog-box .img .mask:hover{
			background-color: rgba(0,0,0,0.7);
			-webkit-transition: all 0.3s linear;
			-o-transition: all 0.3s linear;
			transition: all 0.3s linear;
		}
		#from-blog .blog-box .img .mask:hover .date{
			border: solid 3px #10b547;
			color:#10b547;
			-webkit-transition: all 0.3s linear;
			-o-transition: all 0.3s linear;
			transition: all 0.3s linear;
		}

/*----------------------GET IN TOUCH-----------------------*/

#in-touch{
	background-color: #ffffff;
    background-repeat:no-repeat;
    background-position:center;
	background-size: cover;
    text-align:center;
    position:relative;
}
	#in-touch .mask{
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		padding:35px 0 135px 0;
	}
	#in-touch h2{
		color: #10b547;
		font-size: 16px;
		text-align: center;
		font-weight: 300;
		margin-bottom: 15px;
	}
	#in-touch h3{
		font-size: 26px;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 0px;
        margin-top:0;
	}
	#in-touch hr{
		width:225px;
		margin-top: 15px;
		margin-bottom: 80px;
		border-top: 1px solid #fff;
	}

	#in-touch .social-box{
		width:160px;
		height: 160px;
		margin:auto;
		background-color: rgba(255,255,255,0.2);
		border-radius:50%;
		padding:4px 0;
		text-align: center;
		transition:All 0.3s ease;
		-webkit-transition:All 0.3s ease;
		-moz-transition:All 0.3s ease;
		-o-transition:All 0.3s ease;
	}
	#in-touch .social-box:hover{
		background: #10b547;
		transition:All 0.3s ease;
		-webkit-transition:All 0.3s ease;
		-moz-transition:All 0.3s ease;
		-o-transition:All 0.3s ease;
	}
		#in-touch .social-box i{
			font-size: 100px;
			text-align: center;
			line-height: 160px;
			color:#fff;
		}
	#in-touch h4{
		color:#10b547;
		font-weight: bold;
		font-size:20px;
		font-family: 'Open Sans', sans-serif;
		text-align: center;
		padding-top: 10px;
	}
	#in-touch span{
		color:#fff;
		font-size:16px;
		font-family: 'Open Sans', sans-serif;
		text-align: center;
	}
    #in-touch .scroll-to-top, .scroll-to-top:focus{
        width:40px;
    	height:40px;
    	border-radius:50%;
    	background: transparent;
    	color:#fff;
    	display:block;
    	font-size: 30px;
    	text-align: center;
    	border:1px solid #fff;
    	-webkit-transition: all 0.3s linear;
    	-o-transition: all 0.3s linear;
    	transition: all 0.3s linear;
    	line-height: 31px;
    	outline:none;
    	margin:0 auto;
    	position: absolute;
    	left:0;
    	right:0;
    	bottom:30px;
    }
    #in-touch .scroll-to-top:hover, .scroll-to-top:active{
    	color:#fff;
    	background: rgba(255,255,255,0.2);
    	-webkit-transition: all 0.3s linear;
    	-o-transition: all 0.3s linear;
    	transition: all 0.3s linear;
    	outline:none;
    }


/*---------------------- FOOTER -----------------------*/

footer{
	background: #eaeaea;
}
    footer > .span12{
        background:#eaeaea;
    }
    footer.without-menu .span12{
        background:transparent;
    }
    footer #footer-top .contact h3{
    	color:#000;
    	font-size: 24px;
    	font-family: 'Open Sans', sans-serif;
    	font-weight: normal;
    }
    footer #footer-top .contact p{
    	color:#000;
    	font-size: 14px;
    	font-family: 'Open Sans', sans-serif;
    	font-weight: normal;
    }
        footer #footer-top .contact p span.light{
        	font-weight: 300;
        }
    footer #footer-top .contact a{
    	color:#000;
    	text-decoration: none;
    }
        footer #footer-top .contact a:hover{
        	color:#17a543;
        }
    footer #footer-top .blog article{
    	margin-bottom: 15px;
    }
        footer #footer-top .blog article .post-thumbnail{
        	float:left;
        	margin-right: 15px;
        	width: 83px;
        	height: 83px;
        	overflow: hidden;
        }
        footer #footer-top .blog article .text{
        	float:left;
        	color:#000;
        	font-size: 14px;
        	font-family: 'Open Sans', sans-serif;
        	font-weight: 300;
        }
            footer #footer-top .blog article .text a{
            	color:#000;
            	text-decoration: none;
            }
            footer #footer-top .blog article .text p{
            	margin:0;
            }
            footer #footer-top .blog article .text .date{
            	color:#17a543;
            	margin-top: 5px;
            }
        footer #footer-top .newsletter p{
        	color:#000;
        	font-size: 14px;
        	font-family: 'Open Sans', sans-serif;
        	font-weight: 300;
        	line-height: 28px;
        }
        footer #footer-top input{
        	width: 100%;
        	height: 30px;
        	border:1px solid #22ba54;
        	color:#909090;
        	background: #fff;
        	font-size: 13px;
        	font-family: 'Open Sans', sans-serif;
        	font-weight: 300;
        	padding:0 5px;
        	margin: 0 0 15px 0;
        }
        footer #footer-top ::-webkit-input-placeholder{
        	color:#909090;
        	opacity:1;
        }
        footer #footer-top ::-moz-placeholder{
        	color:#909090; 
        	opacity:1;
        }
        footer #footer-top :-ms-input-placeholder{
        	color:#909090;
        	opacity:1;
        }
        footer #footer-top input:-moz-placeholder{
        	color:#909090;
        	opacity:1;
        }
        footer #footer-top .hs-button{
        	margin-top: 10px;
        	width: 125px;
        	height: 30px;
        	background: #10b547;
        	border:none;
        	color:#fff;
        	font-size: 14px;
        	font-family: 'Open Sans', sans-serif;
        	font-weight: normal;
        	-webkit-transition: all 0.3s linear;
        	-o-transition: all 0.3s linear;
        	transition: all 0.3s linear;
        }
        footer #footer-top .newsletter button:hover{
        	background: #0e923a;
        	-webkit-transition: all 0.3s linear;
        	-o-transition: all 0.3s linear;
        	transition: all 0.3s linear;
        }
        footer #footer-top span a{
            color:#000;
            text-decoration:none;
        }
            footer #footer-top span a:hover{
                color:#17A543;
            }
        footer #footer-top .widget-module ul{
            margin:0;
            padding:0;
            list-style:none;
        }
            footer #footer-top .widget-module ul li{
                margin-bottom:10px;
            }
        footer #footer-top .block h3{
            display:none;
        }
        footer #footer-top span{
            line-height:28px;
        }
    footer #footer-bottom{
    	height: 60px;
    	background: #e4e4e4;
    	border-top:1px solid #98999a;
    	margin-top: 25px;
    	padding-top:20px;
    }
        footer #footer-bottom p{
        	color:#3f3f3f;
        }
        footer #footer-bottom ul{
        	list-style: none;
        	margin:0;
        	padding:0;
        	float:right;
        }
            footer #footer-bottom ul li{
            	float: left;
            	padding:0 15px;
            }
                footer #footer-bottom ul li a{
                	color:#3f3f3f;
                	text-decoration: none;
                }
                    footer #footer-bottom ul li a:hover{
                    	color:#10b547
                    }
    footer .widget-type-blog_subscribe h3{
        display:none;
    }
    footer .widget-type-blog_subscribe .hs-form-required{
        display:none;
    }
    footer #twitter-widget-0{
        width:100% !important;
        padding-right:30px !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
        padding:0;
    }
    #footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
        padding:0 !important;
    }
    footer .links ul li{
        padding:0;
    }
    footer .links ul li a{
        padding:5px 0px !important;
    }

/*------------------- PORTFOLIO FILTER ----------------------------*/

.ff-container{
	margin: 10px auto 30px auto;
	text-align: center;
}
    .ff-container label{
    	text-decoration: none;
    	padding: 7px 15px;
    	font-size: 18px;
    	color:#000;
    	border:solid 1px #000;
    	-webkit-transition: all 0.3s linear;
    	-o-transition: all 0.3s linear;
    	transition: all 0.3s linear;
    	cursor:pointer;
    	font-weight: normal;
    	font-family: "Open Sans",sans-serif;
    	margin:0 15px;
    }
    .ff-container label:hover{
    	color:#10b547;
    	border:solid 1px #10b547;
    	-webkit-transition: all 0.3s linear;
    	-o-transition: all 0.3s linear;
    	transition: all 0.3s linear;
    }
    .ff-container input.ff-selector-type-all:checked ~ label.ff-label-type-all,
    .ff-container input.ff-selector-type-1:checked ~ label.ff-label-type-1,
    .ff-container input.ff-selector-type-2:checked ~ label.ff-label-type-2,
    .ff-container input.ff-selector-type-3:checked ~ label.ff-label-type-3{
    	color:#10b547;
    	border:solid 1px #10b547;
    	-webkit-transition: all 0.3s linear;
    	-o-transition: all 0.3s linear;
    	transition: all 0.3s linear;
    }
    .ff-container input{
    	display: none;
    }
.ff-items{
	position: relative;
	margin: 0px auto;
	padding-top: 20px;
}
    .ff-items a{
    }
        .ff-items a span{
        	display: block;
        	background: rgba(113,123,161, 0.9);
        	font-style: italic;
        	color: #fff;
        	font-weight: bold;
        	padding: 20px;
        	position: absolute;
        	bottom: 10px;
        	left: 10px;
        	width: 120px;
        	height: 0px;
        	overflow: hidden;
        	opacity: 0;
        	text-align: center;
        	text-shadow: 1px 1px 1px #303857;
        	-webkit-transition: all 0.3s ease-in-out;
        	-moz-transition: all 0.3s ease-in-out;
        	-o-transition: all 0.3s ease-in-out;
        	-ms-transition: all 0.3s ease-in-out;
        	transition: all 0.3s ease-in-out;
        }
        .ff-items a:hover span{
        	height: 80px;
        	opacity: 1;
        }
    .ff-items .col-xs-4 img{
    	display: block;
    }

.ff-items .col-xs-4{
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
}
.ff-container input.ff-selector-type-all:checked ~ .ff-items .col-xs-4{
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
}
.ff-container input.ff-selector-type-1:checked ~ .ff-items .ff-item-type-1,
.ff-container input.ff-selector-type-2:checked ~ .ff-items .ff-item-type-2,
.ff-container input.ff-selector-type-3:checked ~ .ff-items .ff-item-type-3
{
	-webkit-transition: -webkit-transform 0.3s linear, width 0s linear 0.3s;
	-moz-transition: -moz-transform 0.3s linear, width 0s linear 0.3s;
	-o-transition: -o-transform 0.3s linear, width 0s linear 0.3s;
	-ms-transition: -ms-transform 0.3s linear, width 0s linear 0.3s;
	transition: transform 0.3s linear, width 0s linear 0.3s;
	-webkit-animation: scaleUp 0.3s linear 0.4s forwards;
	-moz-animation: scaleUp 0.3s linear 0.4s forwards;
	-o-animation: scaleUp 0.3s linear 0.4s forwards;
	-ms-animation: scaleUp 0.3s linear 0.4s forwards;
	animation: scaleUp 0.3s linear 0.4s forwards;
}
.ff-container input.ff-selector-type-1:checked ~ .ff-items .col-xs-4:not(.ff-item-type-1),
.ff-container input.ff-selector-type-2:checked ~ .ff-items .col-xs-4:not(.ff-item-type-2),
.ff-container input.ff-selector-type-3:checked ~ .ff-items .col-xs-4:not(.ff-item-type-3)
{
	-webkit-animation: scaleDown 0.3s linear forwards;
	-moz-animation: scaleDown 0.3s linear forwards;
	-o-animation: scaleDown 0.3s linear forwards;
	-ms-animation: scaleDown 0.3s linear forwards;
	animation: scaleDown 0.3s linear forwards;
	padding:0 !important;
}
@-webkit-keyframes scaleUp {
	50% {  -webkit-transform: scale(0,0); }
    100% {  -webkit-transform: scale(1,1); }
}
@-webkit-keyframes scaleDown {
	0% { -webkit-transform: scale(1,1);}
	99% {  -webkit-transform: scale(0,0);}
    100% { width: 0px; -webkit-transform: scale(0,0); }
}
@-moz-keyframes scaleUp {
	50% {  -moz-transform: scale(0,0); }
    100% {  -moz-transform: scale(1,1); }
}
@-moz-keyframes scaleDown {
	0% { -moz-transform: scale(1,1);}
	99% {  -moz-transform: scale(0,0);}
    100% { width: 0px; -moz-transform: scale(0,0); }
}
@-o-keyframes scaleUp {
	50% {  -o-transform: scale(0,0); }
    100% {  -o-transform: scale(1,1); }
}
@-o-keyframes scaleDown {
	0% { -o-transform: scale(1,1);}
	99% {  -o-transform: scale(0,0);}
    100% { width: 0px; -o-transform: scale(0,0); }
}
@-ms-keyframes scaleUp {
	50% {  -ms-transform: scale(0,0); }
    100% {  -ms-transform: scale(1,1); }
}
@-ms-keyframes scaleDown {
	0% { -ms-transform: scale(1,1);}
	99% {  -ms-transform: scale(0,0);}
    100% { width: 0px; -ms-transform: scale(0,0); }
}
@keyframes scaleUp {
	50% {  transform: scale(0,0); }
    100% {  transform: scale(1,1); }
}
@keyframes scaleDown {
	0% {  transform: scale(1,1);}
	99% {  transform: scale(0,0);}
    100% { width: 0px; transform: scale(0,0); }
}

/*---------------------------------- SLICK ---------------------------------------*/

.slicknav_menu {
    display:none;
    position:fixed;
	width:100%;
	padding:0 !important;
    background:transparent !important;
    margin-top:22px;
}
.slicknav_nav{
    background:#fff;
}
    .slicknav_nav ul{
        padding:20px 20px 0 20px !important;
    }
        .slicknav_nav ul li {
            margin:0 !important;
            float:none !important;
            padding:0 !important;
            line-height:20px;
        }
            .slicknav_nav ul li a {
                color:#000;
                line-height:20px;
                margin:0 !important;
                padding: 7px !important;
            }
            .slicknav_nav ul li a:hover {
                background:#10b547;
                color:#fff;
            }

/*------------ PAGE TITLE --------------*/

#page-title{
    height:240px;
	width:100%; 
    background-repeat:no-repeat;
    background-position:center center;
	background-size: auto 100%;
	text-align: center;
}
    #page-title h1{
    	color:#fff;
    	font-size: 40px;
    	font-weight: normal;
    	font-family: 'Open Sans';
    	margin-bottom:0;
    	margin-top:95px;
    }
    #page-title hr{
    	width: 185px;
    	background: #fff;
    	border:none;
    	height:1px;
    	margin-top:20px;
    }
    #page-title .mask{
        width:100%;
        height:100%;
        background:rgba(0,0,0,0.4);
    }
#page-title.page-404{
    background-image:url("//cdn2.hubspot.net/hubfs/536856/img/404-title.jpg");
}

/*------------- LANDING -----------------*/

.hs-landing-page #landing-content{
	margin-top: 30px;
}
    .hs-landing-page #landing-content .description h3{
    	color:#10b547;
    	font-size: 36px;
    	font-weight: 600;
    	margin-bottom: 20px;
        margin-top:30px;
    }
    .hs-landing-page #landing-content .description p, .hs-landing-page #landing-content .description li, .hs-landing-page #landing-content .description span{
    	color:#3f3f3f;
    	font-family: 'Open Sans', sans-serif;
    	font-size: 14px;
    	line-height: 27px;
        font-weight:300;
    }  
    .hs-landing-page #landing-content .description strong{
        font-weight:600;
    }  
    .hs-landing-page #landing-content .description p.bold{
    	font-weight: 600;
    } 
    .hs-landing-page #landing-content .description img.left{
    	float:left;
    	padding-right: 50px;
    }
    .hs-landing-page #landing-content .description ul{
    	list-style: none;
        padding:0;
    }
    .hs-landing-page #landing-content .description ul li:before {
        content: "\f058";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        font-size:14px;
        color:#10b547;
        vertical-align:middle;
        margin-right:5px;
    }
    
    .hs-landing-page #landing-content form{
    	padding:15px;
    	background: #e4e4e4;
    }
        .hs-landing-page #landing-content form input{
        	border-radius:0;
        	background: #f7f6f6;
            box-shadow:none;
            border:none;
            margin-bottom:15px;
        }
        .hs-landing-page #landing-content form textarea{
        	height: 205px;
        	border-radius:0;
        	background: #f7f6f6;
            box-shadow:none;
            border:none;
            margin-bottom:15px;
        }
        .hs-landing-page #landing-content form label{
        	color:#ababab;
        	font-family: 'Open Sans', sans-serif;
        	font-weight: 300;
        	font-size: 14px;
        }       
        .hs-landing-page #landing-content form input:focus, #landing-content form textarea:focus{
        	box-shadow: none;
        	border:1px solid #bfe3cb;
        }    
        .hs-landing-page #landing-content form .hs-button{
        	background: #10b547;
        	color:#fff;
        	border-radius: 0;
        	font-size: 14px;
        	font-family: 'Open Sans', sans-serif;
        	border:0;
            display: inline-block;
            padding: 6px 12px;
            margin-bottom: 0px;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.42857;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            cursor: pointer;
        }
    .hs-landing-page #landing-content .share h4{
        font-size:20px;
        font-weight:600;
        color:#10b547;
        font-family:'Open Sans', sans-serif;
        margin:0;
    } 
    .hs-landing-page #landing-content .social-icons{
        margin-top:90px;
    }
    .hs-landing-page #landing-content .description .img-left{
        text-align:center;
    }
        .hs-landing-page #landing-content .description .img-left img{
        	margin:0 auto;
        }
    
/*------------------ LANDING V2 ---------------------------*/

#landing-content-v2{
    margin-top:30px;
}
    #landing-content-v2 .description h3{
    	color:#10b547;
    	font-size: 36px;
    	font-weight: 600;
    	margin-bottom: 20px;
    }
    #landing-content-v2 .description p, #landing-content-v2 .description li, #landing-content-v2 .description span{
        color:#3f3f3f;
    	font-family: 'Open Sans', sans-serif;
    	font-size: 14px;
    	line-height: 27px;
        font-weight:300;
    }
    #landing-content-v2 .description strong{
        font-weight:600;
    }
    #landing-content-v2 .description p, #landing-content-v2 .description li{
    	color:#3f3f3f;
    	font-family: 'Open Sans', sans-serif;
    	font-weight: 300;
    	font-size: 14px;
    	line-height: 27px;
    }   
    #landing-content-v2 .description .img-left{
    	text-align:center;
    }   
    #landing-content-v2 .description .img-left img{
    	margin:0 auto;
    }  
    #landing-content-v2 .description p.bold{
    	font-weight: 600;
    }  
    #landing-content-v2 .description ul{
        list-style: none;
        padding:0;
    }
    #landing-content-v2 .description ul li:before {
        content: "\f058";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        font-size:14px;
        color:#10b547;
        vertical-align:middle;
        margin-right:5px;
    }
    #landing-content-v2 form{
        padding:15px;
    	background: #e4e4e4;
    }
    #landing-content-v2 form input{
    	border-radius:0;
    	background: #f7f6f6;
        box-shadow:none;
        border:none;
        margin-bottom:15px;
    }
    #landing-content-v2 form textarea{
    	height: 205px;
    	border-radius:0;
    	background: #f7f6f6;
        box-shadow:none;
        border:none;
        margin-bottom:15px;
    }
    #landing-content-v2 form label{
    	color:#ababab;
    	font-family: 'Open Sans', sans-serif;
    	font-weight: 300;
    	font-size: 14px;
    }
    #landing-content-v2 form input:focus, #landing-content-v2 form textarea:focus{
    	box-shadow: none;
    	border:1px solid #bfe3cb;
    } 
    #landing-content-v2 form .hs-button{
    	background: #10b547;
    	color:#fff;
    	border-radius: 0;
    	font-size: 14px;
    	font-family: 'Open Sans', sans-serif;
    	border:0;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
    }
    #landing-content-v2 .social-icons h4{
        font-size:20px;
        font-weight:600;
        color:#10b547;
        font-family:'Open Sans', sans-serif;
        margin:0;
    }
    #landing-content-v2 .social-icons{
        margin-top:40px;
    }

/*--------------- FORM---------------------*/
form{
    padding-right: 25px;
}
    form input{
    	border-radius:0;
    	background: #f7f6f6;
    	border:1px solid #ededed;
    	box-shadow: none;
        margin-bottom:15px;
    }
    form textarea{
    	height: 205px;
    	border-radius:0;
    	background: #f7f6f6;
    	border:1px solid #ededed;
    	box-shadow: none;
        margin-bottom:15px;
    }
    form label{
    	color:#ababab;
    	font-family: 'Open Sans', sans-serif;
    	font-weight: 300;
    	font-size: 14px;
    }
    form input:focus, form.contact-form textarea:focus{
    	box-shadow: none;
    	border:1px solid #bfe3cb;
    }
    form .hs-button{
    	background: #10b547;
    	color:#fff;
    	border-radius: 0;
    	font-size: 14px;
    	font-family: 'Open Sans', sans-serif;
    	border:0;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        -moz-user-select: none;
    }
    
/*--------------- POST LISTING--------------*/

.widget-type-post_listing ul, .widget-type-post_filter ul{
    padding:0;
    margin:0;
    list-style:none;
}

.widget-type-post_listing ul li a, .widget-type-post_filter ul li a{
    color:#10B547;
    text-decoration:none;
    padding:7px 0;
}

/*--------------RSS WIDGET-----------------*/

.hs-rss-title{
    text-decoration:none;
    color:#10b547;
}
.hs-rss-description a{
    text-decoration:none;
    color:#10b547;
    display:block;
}

/*--------------MENU WIDGET-----------------*/

.body-container-wrapper .widget-type-menu ul.active-branch{
    margin:0px;
}
    .body-container-wrapper .widget-type-menu ul li{
		display:inline-block;
        padding:38px 23px;
	}
        .body-container-wrapper .widget-type-menu ul li a{
        	text-decoration: none;
        	font-size: 14px;
        	color:#000;
        	font-family: 'Open Sans', sans-serif;
        	font-weight: 500;
        	-webkit-transition: all 0.3s linear;
        	-o-transition: all 0.3s linear;
        	transition: all 0.3s linear;
            display:inline;
            border-bottom:2px solid transparent;
            position:relative;
            z-index:15;
            padding:0;
        }
        .body-container-wrapper .widget-type-menu ul li.hs-item-has-children > a:after{
        	content: "\f0d7";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            font-size:14px;
            color:#000;
            vertical-align:middle;
            margin-left:8px;
            margin-top:-3px;
            display:inline-block;
        }
        .body-container-wrapper .widget-type-menu ul li.hs-item-has-children ul li.hs-item-has-children > a:after{
            content:'';
        }
        .body-container-wrapper .widget-type-menu ul li a:hover{
        	border-bottom: solid 2px #10b547;
        	-webkit-transition: all 0.3s linear;
        	-o-transition: all 0.3s linear;
        	transition: all 0.3s linear;
        }
        .body-container-wrapper .widget-type-menu ul li a.active{
        	border-bottom: solid 2px #10b547;
        	-webkit-transition: all 0.3s linear;
        	-o-transition: all 0.3s linear;
        	transition: all 0.3s linear;
        }
        .body-container-wrapper .widget-type-menu ul li ul{
        	background:#fff;
            padding-top:10px;
            border-bottom:3px solid #10b547;
            margin:0;
        }
            .body-container-wrapper .widget-type-menu ul li ul li{
        		margin:0;
                padding:0;
                -webkit-transition: all 0.3s linear;
        		-o-transition: all 0.3s linear;
        		transition: all 0.3s linear;
                display:block;
        	}
            .body-container-wrapper .widget-type-menu ul li ul li a:hover{
                background:#eaeaea;
                -webkit-transition: all 0.3s linear;
        		-o-transition: all 0.3s linear;
        		transition: all 0.3s linear;
            }
                .body-container-wrapper .widget-type-menu ul li ul li ul{
                    margin:0;
                    padding:0;
                    left:0 !important;
                    position: static !important;
                    visibility: visible !important;
                    opacity: 1 !important;
                    float: none;
                    border:0;
                }
                    .body-container-wrapper .widget-type-menu ul li ul li ul li a{
                        padding-left:30px !important;
                        font-weight:300;
                        font-size:13px;
        			}
                    .body-container-wrapper .widget-type-menu ul li ul li ul li ul li a{
                        padding-left:37px !important;
            		}
                    .body-container-wrapper .widget-type-menu ul li ul li ul li ul li ul li a{
                        padding-left:44px !important;
                	}
                    .body-container-wrapper .widget-type-menu ul li ul li ul li ul li ul li ul li a{
                        padding-left:51px !important;
                	}
                .body-container-wrapper .widget-type-menu ul li ul li a{
                	display:block !important;
                    padding:10px 23px !important;
                    margin:0;
                    max-width:190px !important;
                    width:190px !important;
        		}
                 .body-container-wrapper .widget-type-menu ul li ul li a, .body-container-wrapper .widget-type-menu ul li ul li a:hover{
            		border:0;
        		}

/*------------- THANK YOU -----------------*/

#thank-you-content{
	margin-top: 30px;
}
    #thank-you-content .description h3{
    	color:#10b547;
    	font-size: 36px;
    	font-weight: 600;
    	margin-bottom: 40px;
    }
    #thank-you-content .description p, #thank-you-content .description li, #thank-you-content .description span{
        color:#3f3f3f;
        font-family: 'Open Sans', sans-serif;
    	font-size: 16px;
    	line-height: 27px;
        font-weight:300;
    }
    #thank-you-content .description p{
        margin-bottom:40px;
    } 
    #thank-you-content .description strong{
        font-weight:600;
    }
    #thank-you-content .description .img-right{
    	text-align: center
    }
        #thank-you-content .description .img-right img{
        	margin:0 auto;
        }
    #thank-you-content .description ul{
    	list-style-image: url(//cdn2.hubspot.net/hubfs/536856/img/li.png);
    }
    #thank-you-content form{
    	padding:15px;
    	background: #e4e4e4;
    }
        #thank-you-content form input{
        	border-radius:0;
        	background: #f7f6f6;
        }
        #thank-you-content form textarea{
        	height: 205px;
        	border-radius:0;
        	background: #f7f6f6;
        }
        #thank-you-content form label{
        	color:#ababab;
        	font-family: 'Open Sans', sans-serif;
        	font-weight: 300;
        	font-size: 14px;
        }
        #thank-you-content form input:focus, #thank-you-content form textarea:focus{
        	box-shadow: none;
        	border:1px solid #bfe3cb;
        }
        #thank-you-content form button{
        	background: #10b547;
        	color:#fff;
        	border-radius: 0;
        	font-size: 14px;
        	font-family: 'Open Sans', sans-serif;
        	border:0;
        }
    #thank-you-content .social-icons h4{
        font-size:20px;
        font-weight:600;
        color:#10b547;
        font-family:'Open Sans', sans-serif;
        margin:0;
    }
    #thank-you-content .social-icons{
        margin-top:20px;
        margin-bottom:50px;
    }

/*------------------ CONTACT --------------------*/

#map{
    width: 100%;
	height: 315px;
}
#contact-page{
	padding: 50px 0;
}
    #contact-page h3{
    	color:#000;
    	font-family: 'Open Sans', sans-serif;
    	font-size: 20px;
    	font-weight: normal;
    	margin-bottom: 0;
    }
    #contact-page hr{
    	border:0;
    	height: 1px;
    	background: #10b547;
    	width: 70px;
    	margin-top: 15px;
    	margin-left:0;
    }
    #contact-page .information{
    	margin-bottom: 30px;
        line-height: 36px;
    }
    #contact-page .information p, #contact-page .information span{
    	line-height: 36px;
    	margin:0;
    }
    #contact-page .information p i{
    	margin-right: 5px;
    }
    #contact-page .social ul{
    	list-style: none;
    	margin:0;
    	padding:0;
    }
        #contact-page .social ul li{
        	float:left;
        }
            #contact-page .social ul li a{
            	color:#000;
            	font-size: 28px;
            	margin-right: 15px;
            }
            #contact-page .social ul li a:hover{
            	color:#10b547;
            }

/*--------------------- BLOG PAGE -------------------------*/

#page-title.blog{
    background-image: url('//cdn2.hubspot.net/hubfs/536856/img/blog-title.jpg');
}
#blog-page{
    margin-top:80px;
}
    #blog-page .post-listing .post-item{
        margin-bottom:45px;
    }
        #blog-page .hs-featured-image {
            float: none;
            margin: 0;
            max-width: 100%;
        }
        #blog-page .post-header h2 a{
            color:#000;
            font-size:30px;
            font-family:'Open Sans', sans-serif;
            font-weight:normal;
            text-decoration:none;
            transition:All 0.3s ease;
            -webkit-transition:All 0.3s ease;
            -moz-transition:All 0.3s ease;
            -o-transition:All 0.3s ease;
        }
        #blog-page .post-header h2 a:hover{
            color:#10b547;
            transition:All 0.3s ease;
            -webkit-transition:All 0.3s ease;
            -moz-transition:All 0.3s ease;
            -o-transition:All 0.3s ease;
        }
        #blog-page .post-header hr{
            border:0;
            height:1px;
            width:310px;
            background:#10b547;
            margin:12px 0 12px 0;
        }
        #blog-page .post-header #hubspot-author_data{
            color:#848484;
            font-size:13px;
            font-family:'Open Sans', sans-serif;
            font-weight:300;
        }
        #blog-page .post-header #hubspot-author_data .author-link, #blog-page .post-header #hubspot-author_data .topic-name{
            color:#848484;
            font-size:13px;
            font-family:'Open Sans', sans-serif;
            font-weight:300;
            text-decoration:none;
            text-transform:uppercase;
        }
        #blog-page .post-header #hubspot-author_data i{
            margin:0 3px;
        }
        #blog-page .post-header #hubspot-author_data i.fa-circle{
            font-size:2px;
            margin:0 5px;
            position:relative;
            top:-3px;
        }
        #blog-page .post-body{
            margin-top:15px;
            margin-bottom:60px;
        }
            #blog-page .post-body p{
                color:#000;
                font-size:16px;
                font-weight:normal;
                line-height:28px;
            }
            #blog-page .post-body blockquote{
                border-left:1px solid #10b547;
                margin:30px 0;
                padding:15px 30px;
            }
                #blog-page .post-body blockquote p{
                    font-style:italic;
                    font-size:18px;
                    font-weight:300;
                }
                #blog-page .post-body blockquote p:before{
                    content: "\f10d";
                    font-family: FontAwesome;
                    font-style: normal;
                    font-weight: normal;
                    text-decoration: inherit;
                    position:relative;
                    top:-8px;
                    margin-right:10px;
                }
                #blog-page .post-body blockquote p:after{
                    content: "\f10e";
                    font-family: FontAwesome;
                    font-style: normal;
                    font-weight: normal;
                    text-decoration: inherit;
                    position:relative;
                    top:8px;
                    margin-left:10px;
                }
        #blog-page .post-listing .post-item a.more-link{
            color:#10b547;
            font-size:13px;
            font-family:'Open Sans', sans-serif;
            font-weight:normal;
            text-transform:uppercase;
            padding:10px 15px;
            border:1px solid #10b547;
            text-decoration:none;
            transition:All 0.3s ease;
            -webkit-transition:All 0.3s ease;
            -moz-transition:All 0.3s ease;
            -o-transition:All 0.3s ease;
        }
        #blog-page .post-listing .post-item a.more-link:hover{
            color:#fff;
            background:#10b547;
            transition:All 0.3s ease;
            -webkit-transition:All 0.3s ease;
            -moz-transition:All 0.3s ease;
            -o-transition:All 0.3s ease;
        }
        #blog-page hr{
            background:#e9e9e9;
            border:none;
            height:1px;
            width:100%;
            margin-top:45px;
        }
        #blog-page .comment.depth-0{
            border:none;
        }
        #blog-page .hs-blog-social-share-list{
            float:right;
        }
        #blog-page .about-author-sec{
            margin-top:20px;
        }
            #blog-page .about-author-sec h3{
                margin-top:0;
            }
                #blog-page .about-author-sec h3 a{
                    font-size:16px;
                    font-family:'Open Sans', sans-serif;
                    color:#848484;
                    font-weight:normal;
                    text-decoration:none;
                }
                #blog-page .about-author-sec p{
                    font-size:16px;
                    font-family:'Open Sans', sans-serif;
                    color:#000;
                    line-height:28px;
                }
        #blog-page h2{
            font-size:20px;
        }
        #blog-page .post-links{
            margin:40px 0;
        }
            #blog-page .post-links a{
                color:#656464;
                font-size:16px;
                text-decoration:none;
                font-weight:normal;
                font-family:"Open Sans", sans-serif;
                transition:All 0.3s ease;
                -webkit-transition:All 0.3s ease;
                -moz-transition:All 0.3s ease;
                -o-transition:All 0.3s ease;
            }
            #blog-page .post-links a:hover{
                color:#10b547;
                transition:All 0.3s ease;
                -webkit-transition:All 0.3s ease;
                -moz-transition:All 0.3s ease;
                -o-transition:All 0.3s ease;
            }
            #blog-page .post-links .previous-post-link{
                float:left;
            }
            #blog-page .post-links .next-post-link{
                float:right;
            }
            #blog-page .comment.depth-0{
                padding-top:20px;
            }
            #blog-page h2.comments{
                margin-top:70px;
            }
            #blog-page #comments-listing{
                margin-bottom:30px;
            }
            #blog-page .comment-reply-to{
                cursor:pointer;
            }
    #blog-page ul.pagination{
        list-style:none;
        margin:-20px 0 50px 0;
        padding:0;
        float:right;
    }
        #blog-page ul.pagination li{
            display:inline-block;
        }
            #blog-page ul.pagination li a{
                background:#e1e1e1;
                color:#6d6d6d;
                font-family:'Open Sans', sans-serif;
                text-decoration:none;
                display:block;
                padding:3px 8px;
                font-size:19px;
                font-weight:300;
                border-radius:2px;
                transition:All 0.3s ease;
                -webkit-transition:All 0.3s ease;
                -moz-transition:All 0.3s ease;
                -o-transition:All 0.3s ease;
            }
            #blog-page ul.pagination .active a, #blog-page ul.pagination li a:hover{
                background:#10b547;
                color:#fff;
                transition:All 0.3s ease;
                -webkit-transition:All 0.3s ease;
                -moz-transition:All 0.3s ease;
                -o-transition:All 0.3s ease;
            }
        #blog-page ul.pagination .disabled{
            display:none;
        }
        #blog-page .sidebar{
            padding-left:60px;
            font-weight:300;
        }
            #blog-page .sidebar #hs-search-module label{
                display:none;
            }
            #blog-page .sidebar #hs-search-module .hs-button{
                position: relative;
                right: 0;
                float: right;
                top: -30px;
                display:block;
                width:35px;
                height:30px;
                background:#10b547;
                color:#fff;
                font-size:16px;
                cursor:pointer;
                text-align:center;
                line-height:25px;
                font-weight:normal;
            }
            #blog-page .sidebar #hs-search-module input{
                height:30px;
                background:#fff;
                border:1px solid #e8e7e7;
                box-shadow:none;
                color:#ababab;
                font-size:13px;
                font-weight:300;
                font-family: 'Open Sans', sans-serif;
                padding-right:40px;
            }
            #blog-page .sidebar h3{
                font-size:20px;
                font-weight:normal;
            }
            #blog-page .sidebar .hs-rss-module{
                padding-top:10px;
            }
                #blog-page .sidebar .hs-rss-module .hs-rss-item{
                    padding-bottom:15px;
                    margin-bottom:15px;
                    border-bottom:1px solid #e9e9e9;
                }
                #blog-page .sidebar .hs-rss-module .hs-rss-title{
                    color:#848484;
                    font-size:14px;
                    font-family:'Open Sans', sans-serif;
                    font-weight:300;
                    text-decoration:none;
                }
                    #blog-page .sidebar .hs-rss-module .hs-rss-title:hover{
                        color:#10b547;
                    }
                #blog-page .sidebar .hs-rss-module .hs-rss-date{
                    color:#000 !important;
                    text-transform:uppercase;
                }
                #blog-page .sidebar .hs-rss-module .hs-rss-byline{
                    opacity:1;
                    margin-top:5px;
                }
                #blog-page .sidebar .hs-rss-module .hs-rss-item.hs-with-featured-image .hs-rss-item-text{
                    float:right;
                    padding-left:15px;
                }
            #blog-page .sidebar .widget-type-post_filter .widget-module{
                margin-top:20px;
            }
            #blog-page .sidebar .widget-type-post_filter ul{
                list-style:none;
                margin:0;
                padding:0;
            }
                #blog-page .sidebar .widget-type-post_filter ul li{
                    display:inline-block;
                }
                    #blog-page .sidebar .widget-type-post_filter ul li a{
                        color:#000;
                        font-family:'Open Sans', sans-serif;
                        font-size:11px;
                        font-weight:normal;
                        padding:6px 8px;
                        border:1px solid #000;
                        margin:5px 2px;
                        text-decoration:none;
                        transition:All 0.3s ease;
                        -webkit-transition:All 0.3s ease;
                        -moz-transition:All 0.3s ease;
                        -o-transition:All 0.3s ease;
                        text-transform:uppercase;
                    }
                        #blog-page .sidebar .widget-type-post_filter ul li a:hover{
                            color:#10b547;
                            border:1px solid #10b547;
                            transition:All 0.3s ease;
                            -webkit-transition:All 0.3s ease;
                            -moz-transition:All 0.3s ease;
                            -o-transition:All 0.3s ease;
                        }
        #blog-page #comment-form input{
            height:35px;
            background:#f7f6f6;
            border:1px solid #eeeeee;
            box-shadow:none;
        }
        #blog-page #comment-form input:focus{
            border:1px solid #c9e9d3;
        }
        #blog-page #comment-form textarea{
            background:#f7f6f6;
            border:1px solid #eeeeee;
            box-shadow:none;
            height:205px;
        }
        #blog-page #comment-form textarea:focus{
            border:1px solid #c9e9d3;
        }
        #blog-page #comment-form label{
            color:#848484;
            font-family:'Open Sans', sans-serif;
            font-size:14px;
            font-weight:300;
            margin-top:20px;
        }
        #blog-page #comment-form .inputs-list{
            margin-top: 0px;
        }
            #blog-page #comment-form .inputs-list label input{
                float: left;
                margin-right: 10px;
                margin-top: -8px;
            }
        
        #blog-page #comment-form .actions .hs-button{
            background:#10b547;
            color:#fff;
            border:none;
            box-shadow:none;
            font-family:'Open Sans', sans-serif;
            font-size:14px;
            cursor:pointer;
        }

/*-------------------------------------------- PRODUCT PAGE ----------------------------------------*/

#product-page{
    padding: 80px 0;
}
    #product-page .no-margin-section .span6{
        margin-left:0 !important;
    }
    #product-page h2{
        margin-top:30px;
        border-bottom: 1px solid #10b547;
        padding-bottom:5px;
        display:inline-block;
        font-size:24px;
        font-weight:normal;
        color:#000;
    }
    #product-page h4{
        font-size:20px;
        font-weight:normal;
        color:#10b547;
        margin-top:0;
    }
    #product-page .description{
        font-size:16px;
        line-height:30px;
        margin-top:35px;
        margin-bottom:30px;
    }
    #product-page .padding .span6{
        padding-right: 2.5641%;
    }
    #product-page .project-info{
        margin-bottom:30px;
    }
    #product-page .project-info span{
        color:#a0a0a0;
        font-size:16px;
    }
    #product-page .project-info .hs_cos_wrapper span{
        color:#000;
    }
    #product-page .project-info .widget-type-text{
        border-bottom:1px solid #e6e6e6;
        padding:5px 0;
    }
    #product-page .product-boxes{
        margin-bottom:30px;
    }
    #product-page .widget-type-rich_text span{
        font-size:16px;
        line-height:30px;
    }
    
/*------------------------------------------- 404 -------------------------------------------*/

#page-404{
    text-align:center;
    padding:100px 0;
}
    #page-404 h4{
        font-size:32px;
        color:#000;
        font-family:'Open Sans', sans-serif;
        font-weight:normal;
        text-align:center;
        margin-bottom:0;
    }
    #page-404 h1{
        font-size:120px;
        font-weight:600;
        color:#10b547;
        font-family:'Open Sans', sans-serif;
        text-align:center;
        margin-top:65px;
        margin-bottom:0;
    }
    #page-404 h2{
        font-size:65px;
        font-weight:normal;
        color:#000;
        font-family:'Open Sans', sans-serif;
        text-align:center;
        margin-top:15px;
        margin-bottom:0;
    }
    #page-404 #hs-search-module label{
        display:none;
    }
    #page-404 #hs-search-module .hs-button{
        position: relative;
        right: 0;
        float: right;
        top: -30px;
        display:block;
        width:35px;
        height:30px;
        background:#10b547;
        color:#fff;
        font-size:16px;
        cursor:pointer;
        text-align:center;
        line-height:25px;
        font-weight:normal;
    }
    #page-404 #hs-search-module input{
        height:30px;
        background:#fff;
        border:1px solid #e8e7e7;
        box-shadow:none;
        color:#ababab;
        font-size:13px;
        font-weight:300;
        font-family: 'Open Sans', sans-serif;
        padding-right:40px;
        width:280px;
        margin:0 auto;
    }
    #page-404 .hs-form{
        width:280px;
        margin:60px auto 120px auto;
    }

/*------------------------------------------- Privacy Policy -------------------------------------------*/

#privacy-policy{
    font-size: 16px;
    font-weight:300;
    font-family:'Open Sans', sans-serif;
    color:#000;
    line-height:24px;
}

#privacy-policy h2{
    font-size:20px;
    font-weight:normal;
}

#privacy-policy ul{
    list-style:none;
    margin:0;
	padding:0;
}

#privacy-policy ul li:before {
    content: "\f111";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size:7px;
    color:#10b547;
    vertical-align:middle;
    margin-right:15px;
}



/*------------------------------------------- RESPONSIVE -------------------------------------------*/


@media screen and (min-width:1201px) and (max-width:1500px){
    #main{
        height: 350px;
    	position:relative;
        background-color: rgb(242, 241, 241);
	}
    #main .main-box h2{
    	margin-top: 40px;
    } 
    #services .span3{
        padding-left:20px;
    }  
    #hs_cos_flex_slider_module_14328112125003{
        min-height:340px;
    }
}
@media screen and (max-width:1200px){ 
    #services{
        padding-bottom:50px;
    }
    #services hr{
        margin-bottom:40px;
    }
}
@media screen and (min-width:992px) and (max-width:1200px){
    #main{
    	height: 350px;
		position:relative;
        background-color: rgb(242, 241, 241);
	}
    #main .main-box h2{
    	margin-top: 40px;
    } 
    #services .span3{
        padding-left:20px;
    }  
    #hs_cos_flex_slider_module_14328112125003{
        min-height:340px;
    }
}

@media screen and (min-width:768px) and (max-width:991px){
    #main{
    	height: 300px;
	}
    #main .main-box h2{
        margin-top: 20px;
    }  
    #main .main-box hr{
        margin-top:15px;
        margin-bottom:15px;
    }
    #main .main-box .click{
        margin-top:35px;
    }
    #services .span3{
        padding-left:30px;
    } 
    #projects .span5 img{
        padding-right:20px;
    }
    .social-icons h4 {
        font-size: 14px !important;
        margin: 7px 0 0 0 !important;
    }
    #hs_cos_flex_slider_module_14328112125003{
        min-height:270px;
    }
}

@media screen and (max-width:768px){
    .body-container-wrapper{
        padding-top:28px;
    }
    .hs_cos_flex-slider{
        margin:0 0 20px !important;
    }
    #main {
        height:270px;
	}
    
    #header #menu {
    	display:none;
	}
	#header .slicknav_menu {
		display:block;
	}
    .hs_cos_flex-slider .hs_cos_flex-slides img{
        min-height:270px;
    }
    #main .main-box{
        min-height:270px;
        width:100%;
        padding:0 20px;
    }  
        #main .main-box h2{
            margin-top: 20px;
        }  
        #main .main-box hr{
            margin-top:15px;
            margin-bottom:15px;
        }
        #main .main-box .click{
            margin-top:10px;
        }
        #main .main-box h2{
            margin-top: 15px;
            font-size:28px;
        }  
        #main .main-box .header-text{
            font-size:24px;
        }
        #main .main-box hr{
            margin-top:10px;
            margin-bottom:10px;
        }
    #main .hs_cos_flex-direction-nav{
        display:none;
    }
    #company .wrapper-box{
        min-height:0;
        padding-bottom:10px;
    } 
    #services .wrapper-ico-box{
        margin: 30px auto 0 auto;
    }
    #services{
        text-align:center;
    }
    #projects .slick-prev, #projects .slick-next{
        display:none !important;
    }
    #projects .span5 img{
        margin:30px auto;
    }
    #projects a.read{
        float:none !important;
    }
    #from-blog .hs-rss-item{
        width:100%;
        float:none;
    }
    #from-blog .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper img{
        width:auto !important;
        height:auto;
    }
    #company .main-text{
        padding:0;
    }
    #company .wrapper-box{
        margin: 0px 30px 100px;
    }
    #counter .counter-box .widget-type-raw_html {
        min-height:0 !important;
    }
    #counter .counter-box hr.hr-counter{
        margin:5px auto;
    }
    #counter .counter-box{
        margin-top:30px;
    }
    #testimonials .testimonial .description {
        padding:0;
    }
    #team{
        min-height:0;
    }
   #from-blog .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{
       text-align:center;
    }
    #from-blog .hs-rss-item .hs-rss-item-text{
        text-align:center;
        padding-top:50px;
    }
    .hs-rss-item .hs-rss-item-text .hs-rss-description a{
        margin:20px auto 40px auto !important;
    }
    #counter hr{
        margin-bottom:15px;
    }
    #in-touch hr{
        margin-bottom:15px;
    }
    #in-touch .social-box{
        margin-top:30px;
    }
    #footer .widget-type-menu{
        display:none;
    }
    #team .slick-team .slick-next{
        right:5px;
    }
    #team .slick-team .slick-prev{
        left:5px;
    }
    #header{
        height:auto;
    }
    .slicknav_menu{
        margin-top:5px;
    }
    #header .widget-type-logo{
        line-height:55px;
    }
    #landing-content .social-icons, #landing-content-v2 .social-icons, #thank-you-content .social-icons{
        margin:0;
    }
    .header-landing .span3{
        width: 23.4043% !important;
        float:left !important;
    }
    .header-landing .span9{
        width: 74.4681% !important;
        float:left !important;
    }
    #header .header-phone span{
        margin-top:10px;
    }
    #blog-page .sidebar{
        padding:0;
        margin-bottom:50px;
    }
    #hs_cos_flex_slider_module_14328112125003{
        min-height:270px;
    }
    .slicknav_nav ul li a a{
        padding:0 !important;
        float:left;
    }
    .slicknav_nav ul li a{
        max-height:34px;
    }
    .slicknav_nav ul li a .slicknav_arrow{
        float:right;
    }
    .slicknav_nav ul li a:hover{
        color:#fff !important;
    }
    .slicknav_nav .slicknav_row:hover{
        background:#10b547;
        color:#fff;
    }
    .slicknav_nav ul li a:hover a{
        color:#fff;
    }
    .slicknav_nav ul li ul{
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .slicknav_nav ul li ul a{
        display:inline-block !important;
        width: auto !important;
    }
    .slicknav_nav ul ul{
        padding:0 20px 0 !important;
    }
    .body-container-wrapper .widget-type-menu ul li{
       padding:10px;
    }
    .body-container-wrapper .widget-type-menu ul li ul{
        border:0;
        background:#eaeaea;
        z-index: 9999 !important;
        visibility:visible !important;
        opacity:1 !important;
    }
    .body-container-wrapper .widget-type-menu ul.active-branch > li > ul{
        display:none;
    }
    .body-container-wrapper .widget-type-menu ul li:hover ul{
        z-index:9999 !important;
    }
    .body-container-wrapper .widget-type-menu ul li.hs-item-has-children a:after{
        content:'';
        width:0;
        height:0;
        margin:0;
    }
    .body-container-wrapper .widget-type-menu .menu-down{
        cursor:pointer;
        display:inline;
        padding: 4px 10px;
        margin-top: -4px;
    }
   
}

@media screen and (max-width:568px){
    .slicknav_nav ul li a{
        width:auto !important;
        display:inline-block !important;
    }
    .slicknav_nav ul li a .slicknav_arrow{
        width:auto !important;
        padding: 4px 10px;
        margin-top: -4px;
    }
}

@media screen and (max-width:480px){
    #hs_cos_flex_slider_module_14328112125003{
        min-height:270px;
    }

}
