/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */

@font-face {
    font-family: 'entypo-fontello';
    font-weight: normal;
    font-style: normal;
    src: url('//3352331.fs1.hubspotusercontent-na1.net/hubfs/3352331/Eilakaisla-January2018/Font/entypo-fontello.eot?v=3');
    src: url('//3352331.fs1.hubspotusercontent-na1.net/hubfs/3352331/Eilakaisla-January2018/Font/entypo-fontello.eot?v=3#iefix') format('embedded-opentype'), 
         url('//3352331.fs1.hubspotusercontent-na1.net/hubfs/3352331/Eilakaisla-January2018/Font/entypo-fontello.woff?v=3') format('woff'), 
         url('//3352331.fs1.hubspotusercontent-na1.net/hubfs/3352331/Eilakaisla-January2018/Font/entypo-fontello.ttf?v=3') format('truetype'), 
         url('//3352331.fs1.hubspotusercontent-na1.net/hubfs/3352331/Eilakaisla-January2018/Font/entypo-fontello.svg?v=3#entypo-fontello') format('svg')
}
@font-face {
    font-family: 'eilakaisla';
    font-weight: normal;
    font-style: normal;
    src: url('//3352331.fs1.hubspotusercontent-na1.net/hubfs/3352331/Eilakaisla-January2018/Font/eilakaisla.eot');
    src: url('//3352331.fs1.hubspotusercontent-na1.net/hubfs/3352331/Eilakaisla-January2018/Font/eilakaisla.eot') format('embedded-opentype'), 
         url('//3352331.fs1.hubspotusercontent-na1.net/hubfs/3352331/Eilakaisla-January2018/Font/eilakaisla.woff') format('woff'), 
         url('//3352331.fs1.hubspotusercontent-na1.net/hubfs/3352331/Eilakaisla-January2018/Font/eilakaisla.ttf') format('truetype'), 
         url('//3352331.fs1.hubspotusercontent-na1.net/hubfs/3352331/Eilakaisla-January2018/Font/eilakaisla.svg') format('svg')
}
[data-av_icon]:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    content: attr(data-av_icon);
    speak: none;
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

/* 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; padding: 0; 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}

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

.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; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
/*
body {
    font: 13px/1.65em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #444;
    font-size: 16px;    
    font-family: Arial,Helvetica,Verdana,sans-serif;
} */

/* Page Center */
 .container-fluid .row-fluid .page-center {
     width:1240px; float:none !important; margin:0 auto !important; padding:0 15px;}
} 

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3EC35D;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3EC35D;
  text-shadow: none;
}

.p40 {
    padding: 40px 0;
}


/* =============== Typography =============== */

/* Basic text */
p {
    margin: 0.85em 0;
}
small {}
strong {
    font-weight: bold;
}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color:#000 ;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
h1, h2, h3 {
    font-weight: normal;
    line-height: 1.3;
}

h1 {
    font-size: 3em;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 1.15;
}
h2 {
    font-size: 1.8em !IMPORTANT;
    letter-spacing: 1px;
    font-weight: 200;
}
h3 {
    font-size: 1.8em;
    font-weight: 200;
    padding: 0;
    margin: 0;
}
h4 {
    font-size: 1.4em;
    line-height: 1.1em;
    margin-bottom: 4px;
}
h5 {
    font-size: 16px;
    line-height: 1.1em;
}
h6 {
    font-size: 14px;
    line-height: 1.1em;
}

/* Anchor Links */
p a, p a:visited {
    line-height: inherit;
}
a {
    text-decoration: none;
    outline: 0;
    max-width: 100%;
    color: #3EC35D;
}
a:hover, a:focus { color: #285f31; }
a:hover, a:focus, a:visited {
    outline: 0;
    text-decoration: underline;
}
/* Lists */
ul {
    list-style: disc outside;
}
ul, ol {
    margin-top:0;
    margin-bottom: 20px;
    padding-left: 7px;
}
ol {
    list-style: decimal;
    padding-left: 15px;
}
ul ul, ul ol, ol ol, ol ul {}
.body-container li {
    margin-left: 1em;
    padding: 3px 0;
}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.cm-logo img {
    width: 200px !important;
    margin: 0 auto;
    display: block;
}
.row-fluid .widget-span.cm-logo {
    height: 80px;
    display: table;
    position: relative;
    z-index: 2;
    width: 225px;
    margin-right: 40px;
    margin-left: 5%;
}

.widget-span.cm-logo > * {
    display:  table-cell;
    vertical-align: middle;
}
.widget-span.custom-menu-primary.js-enabled {
    width: calc(100% - 265px - 5%);
    margin-left:  0;
}

.header-container .page-center > * {
    position: relative;
}

/* =============== Content =============== */

.body-container-wrapper {}
.body-container {
    color: #999;
}
.body-container strong {
    color: #999;
}
.content-wrapper {
    padding-top: 3%;
    padding-bottom: 3%;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}


.cm-bottom-footer {}

.cm-bottom-footer .cm-bottom-menu {
    padding: 3%;
}

.cm-footer-menu ul li a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    content: "";
    speak: none;
    font-family: 'entypo-fontello';
    position: relative;
    left: 0.3em;
}
.cm-footer-right-logos {
    padding: 3%;
}

.cm-footer-right-logos ul {
    position: relative;
    overflow: visible;
    padding:  0;
    margin:  0;
    list-style: none;
}

.cm-footer-right-logos ul li {
    width: 16.666666666666668%;
    padding: 1px;
    float: left;
    text-align: center;
}

.widget-span.cm-bottom-menu {
    width: 57.599999999999994%;
}

.widget-span.cm-footer-right-logos {
    margin-left: 6%;
    width: 36.4%;
}

.cm-footer-right-logos ul li img {
    vertical-align: top;
}

.cm-bottom-menu .hs-menu-wrapper > ul > li {
    float:  none !important;
    display: inline-block;
}


.cm-bottom-menu .hs-menu-wrapper > ul > li > a {
    margin: 3px 0;
    line-height: 1.2em;
    position: relative;
    font-weight: normal;
    text-align: center;
    max-width: 100%;
    padding: 12px 60px;
    font-size: 1.1em;
    margin-right: 5.4px;
    min-width: 90px;
    border-radius: 3px;
    text-decoration: none;
    padding-left: 0;
    padding-top: 0;
    background: transparent;
    color: #3EC35D;
}

.cm-footer-menu ul li a:hover {
    opacity: 0.9;
}
.row-fluid .cm-top-footer-wrapper {
    width: 94%;
    margin:  0 auto;
    float: none;
    margin-top: 3%;
    background-color: #285f31;
    color: #fff;
    padding: 15px 2% 30px;
}
.cm-top-footer-wrapper ul {
    padding:  0;
    margin:  0;
    list-style: none;
}

.cm-top-footer-wrapper .cm-footer-menu .hs-menu-wrapper > ul ul li a,
.cm-contact-col ul li a {
    margin: 3px 0;
    line-height: 1.2em;
    position: relative;
    font-weight: normal;
    text-align: left;
    max-width: 100%;
    border-radius: 3px;
    display: inline-block;
    padding: 12px 60px;
    font-size: 1.1em;
    margin-right: 0;
    background: transparent;
    padding-left: 0;
    color: #3EC35D;
    text-decoration: none;
}
.cm-contact-col ul li a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    content: "";
    speak: none;
    font-family: 'entypo-fontello';
    position: relative;
    left: 0.3em;
}

.cm-top-footer-wrapper .page-center {
    padding-bottom: 60px;
    padding-top: 60px;
}

.cm-kaislanet-menu {
    margin-bottom: 8px;
    padding-left: 4px;
}

.cm-top-footer-wrapper .cm-kaislanet-menu .hs-menu-wrapper > ul ul li:last-child {
    margin-top: 18px;
}

.cm-top-footer-wrapper .cm-kaislanet-menu .hs-menu-wrapper > ul ul li {
    margin-top: 9px;
}

.cm-top-footer-wrapper .cm-kaislanet-menu .hs-menu-wrapper > ul ul li:first-child > a,
.cm-contact-col a.avia-button {
    color: #fff;
    border-color: #509719;
    padding: 12px 60px;
    background-color: #3EC35D;
    margin-bottom: 31px;
    line-height: normal;
    padding-top: 13px;
    padding-bottom: 12px;
}

.cm-top-footer-wrapper .cm-kaislanet-menu .hs-menu-wrapper > ul ul li:first-child > a:after {
    display: none;
}
.cm-top-footer-wrapper h3,
.cm-top-footer-wrapper .cm-kaislanet-menu .hs-menu-wrapper > ul > li > a,
.cm-contact-menu  .hs-menu-wrapper > ul > li > a  {
    font-size: 1.8em;
    font-weight: 200;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 27px;
    display: inline-block;
    padding-bottom: 1px;
    cursor: text;
    text-decoration:  none;
}

.cm-top-footer-wrapper .cm-kaislanet-menu .hs-menu-wrapper > ul > li > a:after {
    display: none;
}
.cm-top-footer-wrapper h3 {
    display:block;
    padding-bottom: 10px;
}


.cm-contact-col a.avia-button {
    font-size: 1.1em;
    position:  relative;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 3px;
    line-height: normal;
}

.cm-contact-col a.avia-button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    content: "";
    speak: none;
    font-family: 'entypo-fontello';
    position: relative;
    left: -0.3em;
}

.cm-contact-col a.avia-button:hover,
.cm-contact-col ul li a:hover {
    opacity: 0.9;
}

.cm-contact-col ul {
    margin-top: 10px;
}
.cm-top-footer-wrapper .cm-kaislanet-menu .hs-menu-wrapper > ul > li > a:hover {
    opacity:1;
}
.cm-contact-menu .hs-menu-wrapper > ul > li > a {
    color: #3EC35D;
    margin-top: 2px;
    cursor: pointer;
}

.cm-contact-menu .hs-menu-wrapper > ul ul {
    margin-top: 90px;
}
.cm-top-footer-wrapper ul ul li {
    display: inline-block;
}
.cm-contact-menu .hs-menu-wrapper > ul ul li {
    margin-top: 8px;
}
[data-av_iconfont='entypo-fontello']:before {
    font-family: 'entypo-fontello';
}
ul.cm-footer-social li {
    padding: 0 0 27px 0;
}

ul.cm-footer-social li span.iconlist-char {
    background: #3EC35D;
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 20px;
    float: left;
    display: block;
    -webkit-animation: avia_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: avia_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    text-align: center;
    border-radius: 500px;
    position: relative;
    margin-right: 30px;
    margin-left: 2px;
    z-index: 5;
    color: #fff;
}

ul.cm-footer-social li h4.iconlist_title {
    font-weight: 200;
    padding-top: 1em;
    line-height: 1.5;
    overflow: hidden;
    min-height: 1.5em;
    padding-bottom: 4px;
    font-size: 1em;
    text-transform: none;
    margin-top: 0;
    color: #3EC35D;
}

.cm-top-footer-wrapper ul.cm-footer-social {
    padding-top: 4px;
}

ul.cm-footer-social li h4.iconlist_title a {
    font-weight: inherit;
    text-decoration: none;
    color: inherit;
}

ul.cm-footer-social li h4.iconlist_title a:hover {
    text-decoration: underline;
}
a#back-to-top {
    -webkit-animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    position: fixed;
    border-radius: 2px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    opacity: 0;
    right: 50px;
    bottom: 50px;
    z-index: 1030;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #fff;
    color: #3EC35D;
    border: 1px solid transparent;
    opacity: 0.7;
    visibility: visible;
}

a#back-to-top:hover {
    background-color: #f8f8f8;
    color: #3EC35D;
    border: 1px solid transparent;
}

/*
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    line-height: 30px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    display: block;
    text-decoration: none;
    padding: 0 13px;
    font-weight: 600;
    -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.8s ease-in-out;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.8s ease-in-out;
    font-size: 1.1em;
    color: #999;
    line-height: 80px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #3EC35D;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.login {
    position: absolute;
    right: 14%;
    padding: 0 13px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.login > a {
    padding: 15px 29px 16px;
    background: #3EC35D;
    border-radius: 3px;
    color: #fff;
    line-height: normal;
    margin-top: 21px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.login-corporate {
    position: absolute;
    right: 4%;
    width: 150px;
    top: 26%;
    padding-right: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.login-corporate > a {
    color: #3EC35D;
    font-size: 1.1em;
    line-height: 15px;
    padding: 10px 25px 9px 25px;
    border: 1px solid #3EC35D;
    background: #fff;
    border-radius: 3px;
    display: block;
    text-align: center;
    margin-top: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.login-corporate > a span.small {
    font-size: 13px;
    font-weight: normal;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.login > a:hover {
    opacity: 0.9;
}
/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1200px) {
    .custom-menu-primary .hs-menu-wrapper { 
        display:block !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul { 
        display:none !important;
    }
     a.mobile-trigger, a.child-trigger {
          display: none !important; /* Hide button on Desktop */
      }
      .widget-span.custom-menu-primary.js-enabled {
        height: auto !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
        color: #3EC35D;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch >ul {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        background: #3EC35D;
        width: 100%;
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
        margin-top: -1px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5%;
    }
    
    .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch {
        position:  static;
    }
    
    .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch >ul > li {
        display: inline-block;
        width: auto;
        position: relative;
        padding: 10px 12px 11px 16px;
    }
    
    .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch >ul > li a {
        text-align: left;
        line-height: 23px;
        padding: 0;
        text-decoration: none;
        color: #fff;
        font-size: 1.1em;
    }
    
    .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch >ul > li a:hover {
        color: #215329;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > ul > li.active-branch > a{
        color:#000;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch >ul > li.active-branch > ul.active-branch > li a{
        color:#000;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch > ul > li > ul.active-branch > li.active > a {
        color: #215329;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch >ul > li.active-branch > a:hover,
    .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch >ul > li.active-branch ul li > a:hover{
        color:#215329 !important;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch >ul > li > ul {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5%;
        background: #3EC35D;
        display:  block;
        min-width: 280px;
        top: 100% !important;
        left: 0 !important;
        margin-top: -3px;
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch >ul > li > ul > li {
        padding: 10px 15px;
        display: block;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch >ul > li > ul > li > a {
        color: #fff;
        white-space:normal !important;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch >ul > li > ul > li.active > a {
        color: #215329;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>ul>li.active > a {
        color: #215329;
    }
    .hs-blog-post .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch >ul {
        display: none !important;
    }
}

*/

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

.mobile-icon {
    display: none;    /* Hide button on Desktop */
    cursor: pointer;  /* Mouse pointer type on hover */
    width: 46px;      /* Button width */
    height: 46px;     /* Button height */  
    line-height: 48px;
    text-align: center;
    margin: 0; 
    position: absolute;
    top: 16px;
    right: 0;
    font-family: "entypo-fontello";
    font-size: 30px;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    color: #333333;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: transparent;
    color: #3EC35D;
    border-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mobile-icon:hover {
    text-decoration: none; /* Removes link text underline on button */
    background-color: #3EC35D;
    border-color: #999;
    color: #ffffff;
}

/* Close Button
   ========================================================================== */  

.close-icon {
    display: none !important;
    cursor: pointer;
    font-family: "entypo-fontello";
    font-size: 30px;
    height: 46px;
    line-height: 48px;
    width: 46px !important;
    text-align: center;
    border-radius: 2px;
    color: #333333;
    border: 1px solid #e1e1e1;
    text-decoration: none !important;
    margin: 21px 22px 10px 20px;
    float: right;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: transparent;
    color: #3EC35D;
    border-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.close-icon:hover{
    background-color: #999;
    color: #fff;
    border-color: #999;
}

@media (max-width: 1199px){

    .widget-span.custom-menu-primary.js-enabled {
        width:  100%;
        height: auto !important;
    }
    body, html {
          height: 100%;
     }

     /* Show the Mobile and Close Icons */
     .mobile-icon,
     .close-icon {
          display: block !important;
     }

     /* Container added with js and is required for transforms to work */
     #site-wrapper{
        max-width: 100%;
        height: 100%;
        position: relative;
     }

     
     /* Provide spacing for the menu ul */
     .custom-menu-primary .hs-menu-flow-horizontal>ul {
        clear: both;
        padding-right: 0 !important;
        padding-top: 12px;
        float: none;
        display: block!important;
        overflow: hidden;
     }
     
     .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        display:block!important;
        width:100%!important;
        opacity:1!important;
        visibility: visible!important;
        position:static!important;
     }
     
     
     .custom-menu-primary .hs-menu-flow-horizontal > ul > li{
        border-bottom: 0;
        float: none!important;
        padding-bottom: 14px;
     }
     
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li > a{
        padding: 14px 29px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        width: 100%;
        display: block;
        margin: 0;
        text-decoration: none;
        position: relative;
        cursor: pointer;
        border-color: transparent;
        font-size: 20px;
        line-height: 26px;
        font-weight: normal;
        border: 0;
     }
     
     .custom-menu-primary .hs-menu-wrapper>ul ul li a {
        padding: 13px 28px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        width: 100%;
        display: block;
        margin: 0;
        text-decoration: none;
        position: relative;
        cursor: pointer;
        color: #999;
        border-color: transparent;
        padding-left: 51px;
        font-weight: normal;
        font-size: 16px;
        line-height: 26px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
        background-color: #3EC35D;
        color: #fff;
    }
    
     .custom-menu-primary .hs-menu-flow-horizontal > ul li a:hover{
        background-color: #3EC35D;
        color: #fff;
     }
     
     .custom-menu-primary .hs-menu-wrapper>ul ul {
        width: 100%;
        background-color: #fff;
        color: #808080;
        border-top-width: 0;
        border-top-style: solid;
        border-top-color: #a81010;
        margin-top: 0;
        box-shadow: none;
    }
    .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul li a {
        padding-left: 81px;
        font-size: 14px;
    }
     /* Mobile Nav is HIDDEN By Default */
     .custom-menu-primary {
        position: fixed;
        width: 100% !important; /* must match the value above in 'left' */
        z-index: 1000;
        background: #fff; 
        right: -100%;
        transform: scale(0.5);
        transform-origin: 0 0 0;
        top: 0;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
     }
     .show-mobile-nav .widget-span.custom-menu-primary.js-enabled {
        transform: translate3d(-100%, 0px, 0px);
        overflow-x: hidden!important;
        overflow-y: auto!important;
        padding-bottom: 89px;
        height: 100vh !important;
        width: 100% !important;
     }
     
     /* All Main Containers Display FULL Width By Default */
     .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
          -webkit-transition: -webkit-transform 500ms ease;
          -moz-transition: -moz-transform 500ms ease;
          -o-transition: -o-transform 500ms ease;
          transition: transform 500ms ease;
     }
     
}



/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}



/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


/* =============== Global Form Styles =============== */

h3.form-title,
.widget-type-google_search label {
    font-weight: 200;
    padding-bottom: 20px;
    color: #000;
    margin-bottom: 8px;
}
.widget-type-google_search label {
    font-size: 1.8em;
    padding: 0;
    margin: 0 0 8px;
}
/* Form Field */
.hs-form-field {
    margin: 0.85em 0;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {
    font-size: inherit;
    font-weight: bold;    
    display: block;
    visibility: visible;
    position: relative;
    margin-bottom: 7px;
}
.hs-form-field > label {}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none;
    border: 1px solid #e1e1e1;
    padding: 13px;
    border-radius: 2px; 
    width: 100%;
    margin-bottom: 0;
    display: block;    
    border-color: transparent;
    background: #eee;
    color: #3EC35D;
    font-size: 1em;
    /*max-width:500px;*/
}



div.ek_laskuri_wrap { padding: 18px 0 75px 0 !important; }

.ek_laskuri_wrap input[type="number"] {
    background: none;
    color: #FFF;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    outline:none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    background-image: url(//3352331.fs1.hubspotusercontent-na1.net/hubfs/3352331/Eilakaisla-January2018/Images/select-arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
    border-radius: 2px;
}

/* Separate Styles for Multiple Line Inputs */
textarea {
    min-height: 60px;
    line-height: 1.5em;
    width: 100%;
    margin-bottom: 0;
    padding: 13px;
    border-radius: 2px;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
form.hs-form ul.inputs-list {
    list-style: none;
    padding: 0;
}

form.hs-form ul.inputs-list li {
    margin-left: 0;
    padding: 0;
}

form.hs-form .hs-error-msgs label {
    color: #f00;
    margin: 5px 0 0;
}

.invalid {
    border: 1px solid #DF653E !important;
}

/* Placeholder Text */
::-webkit-input-placeholder {
    opacity: 0.8
} /* Webkit Browsers */
:-moz-placeholder {
    opacity: 0.8
} /* Firefox 18- */
::-moz-placeholder {
    opacity: 0.8
} /* Firefox 19+ */
:-ms-input-placeholder {
    opacity: 0.8
} /* IE10 */

/* Placeholder Text */
.cm-green-bg-form ::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.8
} /* Webkit Browsers */
.cm-green-bg-form :-moz-placeholder {
    color: inherit;
    opacity: 0.8
} /* Firefox 18- */
.cm-green-bg-form ::-moz-placeholder {
    color: inherit;
    opacity: 0.8
} /* Firefox 19+ */
.cm-green-bg-form :-ms-input-placeholder {
    color: inherit;
    opacity: 0.8
} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */


.threecolgreenform {
    padding: 20px 0;
}

.threecolgreenform .hs-button.primary, .threecolgreenform input[type="submit"], .threecolgreenform input[type="button"] {
    max-width: 100%;
    width: 100%;
    display: block;
    padding-left: 10px !important;
    padding-right: 10px !important;
}


.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    margin: 0.85em 0;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
    padding: 16px 60px;
    background-color: #3EC35D;
    color: #fff;
    border-color: #509719;
    border-radius: 3px;
    font-size: 1em;
    display:inline-block;
    line-height: normal;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    border: none;
    background: #3EC35D;
    opacity: 0.9;
    color: #fff;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    border: none;
    background: #3EC35D;
    opacity: 0.9;
    color: #fff;
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */


/* Styles that do not fit into any of the available sections above can go here. */

    
/* 50v LP tyylit */

@media (max-width: 767px){
  .pic-by-form-50v{display: none !important;}
}

@media (max-width: 550px){
  .homelogo-50v{display: none !important;}
  .homebutton-50v a{padding: 10px 20px !important;}
  .leipateksti-50v p, .leipateksti-50v h2{text-align: left !important;}
}

@media (min-width: 767px){
  .leipateksti-50v{padding: 0 70px;}
}

.form-50v {color: #000; padding: 0 20px;}

.form-50v .form-title{text-align: left !important;}

.form-50v .hs-form-radio{padding: 0 !important;}

.form-50v .hs-form-radio label {padding-left: 30px !important;}

.form-50v textarea, .form-50v input[type="text"], .form-50v input[type="tel"], .form-50v input[type="email"] {border:1px solid #e1e1e1 !important; color: #000;}

.form-50v input[type="submit"] {border:none !important; color: #fff;}

.body-container .leipateksti-50v, .body-container .leipateksti-50v strong {color: #000 !important;}

.col-one-teksti-bgcolor, .col-two-teksti-bgcolor, .col-three-teksti-bgcolor{
 		padding: 0px 20px 10px 20px;
    background-color: rgba(0,0,0, 0.5);
    position: absolute;
    bottom: 0;
    width: 100%;
  	color: #fff;
}

.col-one-teksti-description, .col-two-teksti-description, .col-three-teksti-description {
		padding-top: 0px;
  	font-size: 13px;
  	line-height: 1.3;
}

.col-one-teksti-bgcolor strong, .col-two-teksti-bgcolor strong, .col-three-teksti-bgcolor strong{
		color: #fff;
  	font-size: 16px;
  	line-height: 24px;
  	
}

.col-one-teksti, .col-two-teksti, .col-three-teksti {
 		color: #fff; 
 		position: absolute;
		padding: 10px 10px 0px 10px;
  	bottom: 0px;
  	left: 0px;
  	text-align: left;
    background-color: rgba(0,0,0, 0.5);
}

.col-one-teksti h4, .col-two-teksti h4, .col-three-teksti h4 {
 		color: #fff; 
  	font-weight: normal;
  	font-size: 1.2em;
  	
}

.col-one-teksti p, .col-two-teksti p , .col-three-teksti p {
           margin-bottom: 0;
    }

@media (max-width:1200px) and (min-width:990px) {
    .col-one-teksti p, .col-two-teksti p , .col-three-teksti p {
        display:none;
    }
  .col-one-teksti, .col-two-teksti, .col-three-teksti {
 		width: 100%;
    top: 65%;
  	}
}
@media (min-width:1200px) {
    .col-one-teksti p, .col-two-teksti p , .col-three-teksti p {
        font-size: 14px;
      	line-height: normal;
    }
  	.col-one-teksti, .col-two-teksti, .col-three-teksti {
  	top: 65%;
}
}
@media (max-width:300px) {
    .col-one-teksti p, .col-two-teksti p , .col-three-teksti p {
        display:none;
    }
  .col-one-teksti, .col-two-teksti, .col-three-teksti {
 		width: 100%;
    top: 65%;
  	}
}




.diff-header .row-fluid .widget-span.cm-logo {
    margin-left: 0;
}
.breadcrumb-menu {
    line-height: 15px;
    font-size: 11px;
    color: #999;
    padding: 13px 3px;
}

.breadcrumb-menu a {
    color: #999;
}
.breadcrumb-menu .sep {
    display: inline-block;
    overflow: hidden;
    width: 8px;
    vertical-align: middle;
    padding: 0px 3px;
}
p+h1, p+h2, p+h3, p+h4, p+h5, p+h6 {
    margin-top: 1.5em;
}

.error-content-one h1 {
    margin-top: 1.56em;
    margin-bottom: 14px;
}

.cm-error-page .body-container .hs_cos_wrapper_type_google_search .hs-form .input {
    position: relative;
    max-width: 300px;
    margin-top: 26px;
}

.cm-error-page .body-container .hs_cos_wrapper_type_google_search  input[type="text"] {
    width: 100%;
    position: relative;
    padding: 11px 47px 11px 5px;
    z-index: 1;
    margin: 0;
    box-shadow: none;
    background: #dedede;
    color: #3EC35D;
    font-size: 1em;
}

.cm-error-page .body-container .hs_cos_wrapper_type_google_search a.hs-button.primary {
    line-height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    margin: 0;
    border-radius: 0;
    min-width: 40px;
    font-family: 'entypo-fontello';
    text-align: center;
    width: 50px;
    font-size: 1.8em;
    height: 100%;
}


.cm-banner-area {
    width: 94%;
    margin:  0 auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-size:  cover;
    position:  relative;
    z-index: 1;
}

.cm-banner-area .page-center {
    display: table;
    width:  100%;
    height: 330px;
}

.cm-banner-area .banner-inner {
    display:  table-cell;
    vertical-align: middle;
    position:  relative;
    z-index: 2;
    padding-top: 3%;
    padding-bottom: 3%;
}
.cm-banner-area.type2 .banner-inner {
    padding-top: 3%;
    padding-bottom: 3%;
}
.cm-banner-area.bottom {
    background-position: bottom center;
}
.cm-banner-area * {
    color: #fff;
}

.custom-menu-primary .hs-menu-wrapper>ul {
    display: block;
}

.cm-banner-area:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.1;
    background-color: #0a0a0a;
    content: "";
}

.cm-banner-area h1 {
    padding-bottom: 10px;
}
.banner-main-content {
    margin-left: 0;
    padding: 60px 0px 40px 0px;
    width: 100%;
}

.cm-lay .body-container-wrapper {
    padding-top: 100px;
}

.widget-span.widget-type-menu.breadcrumb-menu {
    width: 94%;
    margin:  0 auto;
    float: none;
    margin-top: -40px;
}

.widget-type-menu.breadcrumb-menu ul li.hs-breadcrumb-menu-item {
    margin: 0;
    padding: 0;
}

.widget-type-menu.breadcrumb-menu ul {
    padding-top: 8px;
    padding-bottom: 7px;
}

.widget-type-menu.breadcrumb-menu ul li.hs-breadcrumb-menu-item span.hs-breadcrumb-menu-divider:before {
    content: "/";
    padding: 0;
}
.widget-type-menu.breadcrumb-menu ul li.hs-breadcrumb-menu-item span.hs-breadcrumb-menu-divider {
    padding: 0px 3px;
    overflow: hidden;
    width: 8px;
    vertical-align: middle;
    display: inline-block;
}

.widget-type-menu.breadcrumb-menu ul li.hs-breadcrumb-menu-item a {    
    padding: 0px 3px;
}

.widget-type-menu.breadcrumb-menu ul li.hs-breadcrumb-menu-item.first-crumb a {
    padding-left: 0;
}

.widget-type-menu.breadcrumb-menu ul li.hs-breadcrumb-menu-item.last-crumb span {
    padding-left: 3px;
}

.left-sidebar-lay .content-wrapper {
    padding-top:  0;
}

.sidebar-menu .hs-menu-wrapper > ul {
    list-style:  none;
    padding:  0;
    margin: 0;
    margin-left: 0;
}

.sidebar-menu .hs-menu-wrapper > ul > li {
    margin:  0;
    padding: 0;
}

.sidebar-menu .hs-menu-wrapper > ul > li > a {
    padding-left: 0;
    font-size: 20px;
    padding: 8px 0 8px 0;
    color: #999;
    text-decoration: none;
    display: block;
}

.sidebar-menu .hs-menu-wrapper > ul > li > a:hover {
    color: #285f31;
}

.sidebar-menu .hs-menu-wrapper > ul > li.active > a {
    color: #3EC35D;
    position: relative;
    font-weight: bold;
}

.sidebar-menu .hs-menu-wrapper > ul > li.active > a:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #3EC35D;
    float: left;
    position: relative;
    top: 12px;
    margin-right: 10px;
}

.widget-span.widget-type-menu.breadcrumb-menu:after {
    content:  "";
    display:  table;
    width: 100%;
}

.widget-type-menu.breadcrumb-menu ul:after {
    display:  table;
    content:  "";
    width: 100%;
}
.left-sidebar-lay .content-wrapper .main-content {
    padding-left: 4.35%;
    padding-top: 10px;
}

.left-sidebar-lay .content-wrapper .main-content h1:first-child {
    font-size: 2.4em;
    font-weight: 200;
    padding-bottom: 10px;
}

.left-sidebar-lay .content-wrapper .main-content h1:first-child+p+ p img {
    margin-top: 5px;
    margin-bottom: 2px;
}

.cm-one-col-left-icon-wrap {
    margin: 30px 0;
    clear: both;
    position:  relative;
}

.cm-one-col-left-icon-wrap:after {
    content:  "";
    display:  table;
    width: 100%;
}

.cm-one-col-left-icon-wrap .iconlist_icon {
    height: 64px;
    width: 64px;
    line-height: 64px;
    font-size: 30px;
    text-align: center;
    border-radius: 500px;
    position: relative;
    float: left;
    margin-right: 30px;
    margin-left: 2px;
    z-index: 5;
    color: #fff;
    background: #3EC35D;
    font-family: 'entypo-fontello';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

.quote-icon:before {
    content: "";
}

.iconlist-timeline {
    position: absolute;
    top: 1%;
    left: 32px;
    width: 1px;
    color: #3EC35D;
    border-color: #3EC35D;
    border-style: solid;
    border-width: 1px;
    height: 100%;
    display: block;
}

.cm-one-col-left-icon-wrap .right-content {
    overflow: hidden;
    min-height: 1.5em;
    padding-bottom: 4px;
}

.cm-one-col-left-icon-wrap .right-content h4 {
    color: #3EC35D;
    font-size: 1.4em;
    text-transform: none;
    font-weight: 200;
    padding-top: 0.8em;
    line-height: 1.5;
    top: 4px;
    margin-bottom: 0;
    position: relative;
}

.cm-one-col-left-icon-wrap .right-content h3 {
    color: #3EC35D;
    text-transform: none;
    font-weight: 200;
    padding-top: 0.3em;
    line-height: 1.5;
    top: 4px;
    margin-bottom: 0;
    position: relative;
}

.cm-share-box-wrapper {
    padding-top: 40px;
    font-size: 13px;
    width: 100%;
    clear: both;
}

.cm-share-box-wrapper .av-share-box {
    position: relative;
}

.cm-share-box-wrapper .av-share-box:after {
    content:  "";
    display:  table;
    width: 100%;
}
.av-share-box .icon {
    width: 65px;
    height: 65px;
    background: #3EC35D;
    border-radius: 50%;
    display: inline-block;
    float: left;
    clear: left;
    margin-right: 30px;
    position: relative;
}
.av-share-box .icon i {
    color: #fff;
    font-family: 'entypo-fontello';
    display: block;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    font-style: normal;
    z-index: 2;
}
.share-icon:before {
    content: '';    
}
.av-share-box .icon:after {
    content: '';
    position: absolute;
    height: 140px;
    width: 2px;
    top: 0;
    left: 50%;
    right: 0;
    text-align: center;
    background: #3EC35D;
}

.cm-share-box-wrapper .av-share-box h5 {
    font-size: 1.5em;
    text-transform: none;
    font-weight: 200;
    padding-top: 0.8em;
    margin-bottom: 20px;
}

.cm-share-box-wrapper .av-share-box ul.social-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    display: table;
    width: 100%;
    text-align: center;
    table-layout: fixed;
    border-radius: 3px;
    background: transparent;
    padding-left: 95px;
    border: none;
}

.cm-share-box-wrapper .av-share-box ul.social-list > li {
    margin: 0;
    padding: 0;
    display: table-cell;
    border-left-style: solid;
    border-left-width: 1px;
    border-color: transparent;
}

.cm-share-box-wrapper .av-share-box ul.social-list > li:first-child {
    border: none;
}

.cm-share-box-wrapper .av-share-box ul.social-list > li a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    text-decoration: none;
    background: #3EC35D;
    color: #fff;
    margin-right: 20px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.15em;
}
.cm-share-box-wrapper .av-share-box ul.social-list > li a:before {
    float: left;
}

.cm-share-box-wrapper .av-share-box ul.social-list > li a span {
    display: inline-block;
    position: relative;
    line-height: normal;
    top: 2px;
}
.cm-share-box-wrapper .av-share-box ul.social-list > li a.share_facebook:hover {
    color: #fff;
    background-color: #37589b;
}
.cm-share-box-wrapper .av-share-box ul.social-list > li a.share_twitter:hover {
    color: #fff;
    background-color: #46d4fe;
}
.cm-share-box-wrapper .av-share-box ul.social-list > li a.share_linkedin:hover {
    color: #fff;
    background-color: #419cca;
}
.trigger-icon:before {
    content: "";
}

.cm-one-col-left-icon-wrap .right-content ul {
    padding-left: 30px;
    margin-bottom: 5px;
}

.cm-one-col-left-icon-wrap .right-content ul li {
    padding:  0;
    margin: 0;
}
.cm-one-col-left-icon-wrap.with-content {
    margin-top: 0;
    margin-bottom: 0;
}
.cm-one-col-left-icon-wrap.with-content.first {
    margin-top: 30px;
}
.cm-one-col-left-icon-wrap.with-content.last {
    margin-bottom: 30px;
}
.measures-icon:before {
    content: "";
}
.cm-banner-area.type2 p a {
    text-decoration: underline;
    color: inherit;
}
/* .cm-team-inner-lay */ span.global-plus {
    display: none;
}
.author-icon:before {
    content: "";
}

.time-icon:before {
    content: "";
}

.hart-icon:before {
    content: "";
}

.camera-icon:before {
    content: "";
}

.group-icon:before {
    content: "";
}

.phone-icon:before {
    content: "";
}

.search-icon:before {
    content: "";
}

.file-icon:before {
    content: "";
}
.folder-icon:before {
    content: "";
}

.question-icon:before {
    content: "";
}

.difficult-question-icon:before {
    content: "";
}

.moon-icon:before {
    content: "";
}

.bulb-icon:before {
    content: "";
}

.keyboard-icon:before {
    content: "";
}
.frame-icon:before {
    content: "";
}

.hourglass-icon:before {
    content: "";
}

.counterclockwise-icon:before {
    content: "";
}

.trophy-icon:before {
    content: "";
}

.plain-icon:before {
    content: "";
}
.news-icon:before {
    content: "";
}

.star-icon:before {
    content: "";
}

.exclamation-triangle-icon:before {
    content: "";
}
.special_amp {
    font-family: "Baskerville","Palatino Linotype","Palatino","Times New Roman",serif;
    font-style: italic;
    font-size: 1.3em;
    line-height: 0.5em;
    font-weight: normal;    
    color: #3EC35D;
}
.left-sidebar-lay .content-wrapper .main-content h3,
.left-sidebar-lay .content-wrapper .main-content h2 {
    margin-top: 50px;
    padding-bottom: 10px;
}

.animation_cta {
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;
  height: 68px;
  text-align: center;
  
}

@media (min-width: 991px) and (max-width: 1200px){
	.animation_cta {
	display: none;
}
}

.animation_iframe{
	width: 100%;
  height: 275px;
  padding-top: 45px;
}

@media (max-width: 991px) {
	.animation_iframe{
	width: 100%;
  height: 253px;
  padding-top: 0px;
}
  .animation_cta {
	padding-top: 0px;
  
}
}

.avia-image-container-inner.image-hover-effect {
    padding: 20px 80px 40px 80px;
    width: 73.5%;
    margin-top: 50px;
}

.avia-image-container-inner, 
.avia_image,
.av-image-caption-overlay {
    border-radius: 3px;
    display: inline-block;
    position: relative;
    max-width: 100%;
}
.image-overlay {
    position: absolute;
    background: #fff;
    z-index: 300;
    height: 100%;
    width: 100%;
    opacity: 0;   
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.avia_transform a .image-overlay {
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.avia-image-container-inner.image-hover-effect .image-overlay {
    top: 0px;
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
}
.avia-image-container-inner a:hover .image-overlay {
    opacity: 0.7;
}
.image-overlay .image-overlay-inside {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.avia-image-container-inner a:hover .image-overlay .image-overlay-inside {
    -webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.image-overlay .image-overlay-inside:before {
    position: absolute;
    border-radius: 50px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    z-index: 500;
    text-align: center;
    color: #fff;
    background: #3EC35D;
    border-color: #509719;
}

.image-overlay .image-overlay-inside:before {
    content: "\E869";
    font-family: 'entypo-fontello';
    font-size: 18px;
    font-weight: normal
}

.image-overlay.overlay-type-extern .image-overlay-inside:before {
    content: "\E832"
}

.image-overlay.overlay-type-video .image-overlay-inside:before {
    content: "\E897"
}

@-webkit-keyframes avia_pop {
    0% {
        -webkit-transform: scale(0.8)
    }

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

@keyframes avia_pop {
    0% {
        transform: scale(0.8)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes avia_pop_small {
    0% {
        -webkit-transform: rotate(-175deg) scale(0.2)
    }

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

@keyframes avia_pop_small {
    0% {
        transform: rotate(-175deg) scale(0.2)
    }

    100% {
        transform: rotate(0deg) scale(1)
    }
}

@-webkit-keyframes avia_pop_loader {
    0% {
        -webkit-transform: rotate(0deg) scale(0.2)
    }

    100% {
        -webkit-transform: rotate(720deg) scale(1)
    }
}

@keyframes avia_pop_loader {
    0% {
        transform: rotate(0deg) scale(0.2)
    }

    100% {
        transform: rotate(720deg) scale(1)
    }
}

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

    75% {
        opacity: 0.7
    }

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

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

    75% {
        opacity: 0.7
    }

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

@-webkit-keyframes av-load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

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

@keyframes av-load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

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



.main-content h1:first-child {
    padding-bottom: 10px;
}
.cm-fw-lay .widget-span.widget-type-menu.breadcrumb-menu {
    margin-bottom: -3px;
}
.cm-fw-lay .main-content h1:first-child {
    padding-bottom: 15px;
}
.cm-fw-lay .main-content h1:first-child+img,
.cm-fw-lay .main-content h1:first-child + p + img,
.left-sidebar-lay .content-wrapper .main-content h1:first-child+p+p img {
    border-radius: 3px;
}
.popup-wrap .image-overlay.overlay-type-extern .image-overlay-inside:before {
    content: '\E869';
}
.cm-banner-area {
    margin-top: -1px;
}
.avia-image-container-inner.image-hover-effect.popup-wrap {
    padding: 0;
    width: 100%;
    margin: 0;
}

.cm-banner-area.center {
    background-position: center center;
}
.cm-one-col-flexible-bg-wrap {
    padding: 20px 40px 20px 40px;
    color: #fff;
}

.cm-one-col-flexible-bg-wrap strong{
    color: #fff;
}
.cm-one-col-flexible-bg-wrap a {
    color: #fff;
}
.cm-one-col-flexible-bg-wrap.half a {
    text-decoration: underline;
}
.cm-one-col-flexible-bg-wrap.half {
    width: 29.333333333333332%;
    margin: -2px auto 110px;
}
.cm-one-col-flexible-bg-wrap.half p {
    font-size:16px;
    color:#fff;
}

.body-container a.avia-button {
    border-radius: 3px;
    padding: 10px;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: 3px 0;
    line-height: 1.2em;
    position: relative;
    font-weight: normal;
    text-align: center;
    max-width: 100%;
    padding: 12px 60px;
    font-size: 1.1em;
    margin-right: 10px;
}

.body-container a.avia-button-ukraine {
    border-radius: 3px;
    padding: 10px;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: 3px 0;
    line-height: 1.2em;
    position: relative;
    font-weight: normal;
    text-align: center;
    max-width: 100%;
    padding: 12px 60px;
    font-size: 1.1em;
    margin-right: 10px;
}

.cm-one-col-flexible-bg-wrap.half a.avia-button.avia-color-theme-color {
    display:  table;
    margin: 0 auto;
    background-color: #3EC35D;
    color: #fff;
    border-color: #509719;
    margin-top: 36px;
    margin-bottom: 36px;
    border: 0;
}

.body-container a.avia-button span[data-av_icon] {
    position: relative;
    left: -0.3em;
}
.body-container a.avia-button:hover {
    opacity: 0.9;
}

.cm-three-col-linked-img-wrap {
    padding-top: 3%;
}

.cm-one-col-flexible-bg-wrap.half a.avia-button.avia-color-theme-color+p {
    line-height: 1.65em;
}
.cm-three-col-linked-img-wrap .cm-col {
    width: 33.3%;
    float: left;
}

.cm-three-col-linked-img-wrap .avia-image-container-inner {
    padding: 20px 40px 20px 40px;
    width:  100%;
    margin-top: 0;
    text-align: center;
}

.cm-lr-space {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.cm-one-col-content-wrap.first {
    padding-top: 20px;
    padding-bottom: 15px;
}

.cm-one-col-content-wrap h2:first-child {
    padding-bottom: 10px;
}

.cm-banner-area.type2 p {
    font-size: 1.15em;
    line-height: 1.5;
}

.cm-three-col-type {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.cm-three-col-type-richtext .cm-col {
    padding: 0 !important;
}

.cm-three-col-type-richtext strong, .cm-three-col-type-richtext ul {
    color: inherit;  
}


.cm-three-col-type-bgcolor .cm-col {
    position: relative;
    min-height: 1px;
    width: 29.333333333333332%;
    padding: 0 !important;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  	height: 315px;
}


.cm-three-col-type .cm-col {
    position: relative;
    min-height: 1px;
    width: 29.333333333333332%;
    padding: 20px 40px 20px 40px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cm-three-col-type > div {
    display:  table-cell;
    vertical-align:  top;
}

.cm-col-spacer {
    width: 3%;
}
.cm-three-col-bg-img-wrap .inner-container {
    padding-top: 156px;
    text-align: center;
}
.cm-three-col-bg-img-wrap .inner-container > p strong {
    color: inherit;
}
.cm-three-col-type a.avia-button {
    color: #fff;
    border-color: #509719;
    background-color: #3EC35D;
    border-bottom: none;
}
.content-wrapper .hs_cos_wrapper_type_space {
    height: 60px;
}
.cm-testimonial-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

.cm-testimonial-wrap .cm-col {
    background-color: #285f31;
    padding-bottom: 20px;
}

.cm-testimonial-wrap strong, .cm-testimonial-wrap a {
    color: inherit;
}

.cm-testimonial-wrap .cm-col .inner-container {
    margin: 30px 0;
}

.cm-testimonial-wrap .avia-testimonial-image {
    margin: 0 20px 0 0;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    float: none;
    clear: both;
    margin-bottom: 1em;
    position: relative;
    overflow: visible;
}

.cm-testimonial-wrap .avia-testimonial-image img {
    border: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    max-width: 100%;
    height: auto;
    border-radius: 100px;
}
.avia-testimonial-image:after {
    content: '"';
    font-size: 4em;
    line-height: 1;
    display: block;
    position: absolute;
    top: 20px;
    z-index: 999999;
    color: #3EC35D;
    width: 40px;
    height: 40px;
}
.avia-testimonial-image:after {
    left: -40px;
}

.avia-testimonial-content p {
    font-size: 1.4em;
    line-height: 1.4;
}
strong.avia-testimonial-name {
    font-weight: 200;
    display: block;
}

.avia-testimonial-link {
    margin-top: 2em;
    margin-bottom: 1em;
    display: inline-block;
    color: #fff;
    background: #3EC35D;
    padding: 8px 60px;
    color: #fff;
    border-radius: 3px;
    text-decoration: none !important;
}
.avia-testimonial-meta-mini a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3EC35D;
    opacity: 0.9;
}
.cm-testimonial-wrap.cm-two-col-type .cm-col {
    padding: 20px 80px 40px 80px;
    width: 47%;
}

.cm-testimonial-wrap.cm-two-col-type .avia-testimonial-link {
    font-size: 1.1em;
    padding-top:  12px;
    padding-bottom: 12px;
    line-height: 1.2em;
    margin-bottom: 13px;
    margin-top: 33px;
}

.cm-testimonial-wrap.cm-two-col-type .inner-container {
    margin-bottom: 0;
}

.cm-testimonial-wrap.cm-two-col-type p {
    margin-top: 0;
}
.cm-one-col-content-wrap h3:first-child {
    padding-bottom: 10px;
}
.cm-fw-lay.some-space .cm-one-col-content-wrap.cm-lr-space:not(.first) {
    margin-top: 50px;
    padding-bottom: 40px;
    padding-top: 20px;
}


.cm-fw-lay .cm-two-col-type {
    padding-bottom: 0;
}

.cm-three-col-type.cm-three-col-bg-img-wrap {
    margin-bottom: 30px;
}

.cm-two-col-bg-type .cm-col {
    width: 47%;
    padding: 20px 80px 40px 80px;
    background-position: center center;
}
.cm-two-col-type span.pre-d {
    display:none;
}

.cm-ex-team-lay .cm-page-title {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 3%;
}

.cm-ex-team-lay .page-center.content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}
.avia-team-member {
    background: #F8F8F8;
    padding: 6%;
    overflow: hidden;
    height: 200px;
    margin: 3% 0;
}

.avia-team-member#palveluvastaava {
    height: 300px;
    padding: 4%;
}

.avia-team-member .right-section#kortin-otsikko {
    margin-left: 0px;
}

.avia-team-member .right-section#kortin-otsikko .team-member-name {
    margin-bottom: 30px;
    font-size: 1.8em;
}




.eilistassa {
    display: none;
}

.cm-ex-team-lay .avia-team-member {
    margin-top: 0;
    margin-bottom: 0;
}

.cm-ex-team-lay .hs-cm-three-col-wrap {}

.cm-ex-team-lay .hs-cm-three-col-wrap .hs_cos_wrapper_type_custom_widget {
    width:  33.33%;
    float: left;
    padding: 0 3% 3% 3%;
}

.cm-ex-team-lay .hs-cm-three-col-wrap .hs_cos_wrapper_type_widget_container {
    margin: 0 -3%;
    display: block;
}

.cm-ex-team-lay .hs-cm-three-col-wrap .hs_cos_wrapper_type_custom_widget:nth-child(3n+1) {
    padding-right: 0;
}
.cm-ex-team-lay .hs-cm-three-col-wrap .hs_cos_wrapper_type_custom_widget:nth-child(3n) {
    padding-left: 0;
}
.avia-team-member .team-img-container {
    float: left;
    max-width: 80px;
    margin-right: 20px;
}

.avia-team-member .team-img-container img {
border-radius: 50%;
}

.team-member-name {
    font-size: 1.2em;
    margin-top: 7px;
    margin-bottom:1px;
}


@media (min-width: 1200px){
  .palvelut-team-member{
    width: 33.3%;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 1200px){
  .palvelut-team-member{
    width: 50%;
    float: left;
  }
}
@media (min-width: 768px){
  .palvelut-team-member .avia-team-member{
    margin: 3%;
  }
}

.cm-global-form-centered{
  text-align: center;
  background-color: #F8F8F8;
  border-radius: 5px;
  padding: 10px;
}

.cm-global-form-centered .hs-input{
  text-align: left;
}

.cm-global-form-centered label, .cm-global-form-centered p{
  text-align: left;
}

.cm-global-form-centered .hs-field-desc{
  display: none !important;
}

@media (min-width: 1200px){
  .cm-global-form-centered{
  padding: 20px 200px;
}
}

.cm-fw-form-lay {}

.cm-fw-form-lay .body-container .widget-type-header {
    padding: 20px 0 40px;
}

.cm-gray-bg-form {
    background: #f8f8f8;
    padding: 5vw;
    margin-bottom: 45px;
    margin-top: 25px;
}

.cm-gray-bg-form h3.form-title:empty {
    display:none;
}
.cm-gray-bg-form h3.form-title,
.cm-global-form h3.form-title {
    text-align: center;
    font-weight: 200;
    padding-bottom: 20px;
    font-size: 1.7em;
}
.cm-global-form input[type="text"],
.cm-global-form input[type="password"], 
.cm-global-form input[type="datetime"], 
.cm-global-form input[type="datetime-local"], 
.cm-global-form input[type="date"], 
.cm-global-form input[type="month"], 
.cm-global-form input[type="time"], 
.cm-global-form input[type="week"], 
.cm-global-form input[type="number"], 
.cm-global-form input[type="email"], 
.cm-global-form input[type="url"], 
.cm-global-form input[type="search"], 
.cm-global-form input[type="tel"], 
.cm-global-form input[type="color"],
.cm-global-form input[type="file"],
.cm-global-form textarea,
.cm-global-form select {
    max-width: 100%;
}

.body-container span.hs-form-required {
    color: #3EC35D;
    text-decoration: underline dotted;
    display:  inline-block;
    margin-left: 5px;
}

.cm-global-form textarea {
    min-height: 200px;
}

.cm-global-form.hs_submit {
    padding-top: 0.55em;
}

.cm-global-form .hs_submit  input.hs-button.primary.large {
    margin-bottom:0;
}
.equal-col-form .cm-one-col-flexible-bg-wrap.full {
    padding: 20px 80px 40px 80px;
}

.equal-col-form .main-content > div > div > .widget-span.span6 {
    width: 36.4%;
    margin-top: 70px;
}

.equal-col-form .main-content > div > div > .widget-span.span6.cm-global-form {
    margin-left: 6%;
    width: 57.599999999999994%;
    padding: 20px 80px 40px 80px;
}

.cm-global-form h3.form-title {
    text-align: center;
}








.cm-banner-area.with-icon {}

.cm-banner-area.with-icon span.av-icon-char {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 1000px;
    margin: 0 auto;
    color: #fff;
    background: #3EC35D;
    padding: 18px;
    display: block;
    margin-top: 7px;
    position: absolute;
    font-size: 40px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    left: -1.1em;
}

.cm-banner-area.with-icon span.av-icon-char:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    speak: none;
    font-family: 'eilakaisla';
}

.user-group:before {
    content: "";
}

.cm-banner-area.with-icon .banner-main-content {
    position: relative;
    padding-top: 67px;
}
.cm-banner-area.with-icon span.av-icon-char:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-style: preserve-3d;
}
.cm-sidebar-lay.type-two .main-content {
    padding-top: 20px;
    padding-bottom: 40px;
    width: 60%;
}

.cm-sidebar-lay.type-two .main-content h2:first-child {
    padding-bottom: 9px;
    margin-top: -2px;
}

.cm-sidebar-lay.type-two .cm-right-sidebar {
    width:  40%;
    margin-left: 0;
    padding-bottom: 40px;
    padding-top: 20px;
}

.cm-sidebar-lay.type-two .cm-right-sidebar .cm-one-col-type {
    margin-left:  -80px;
    margin-right: -80px;
    margin-top: -22px;
}

.cm-sidebar-lay.type-two .cm-right-sidebar .cm-one-col-type.no-title {
    margin-bottom: 66px;
}

.cm-sidebar-lay.type-two .cm-right-sidebar a.avia-button {
    color: #fff;
    border: 0;
    background-color: #3EC35D;
}

.cm-sidebar-lay.type-two .cm-right-sidebar .no-title a.avia-button:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    content: "";
    font-family: 'entypo-fontello';
    position: relative;
    left: 0.3em;
}


.cm-sidebar-lay.type-two .cm-right-sidebar .cm-one-col-type.no-title .cm-col {
    background-position: top right;
    background-repeat: no-repeat;
}

.cm-sidebar-lay.type-two .cm-right-sidebar .avia-team-member {
    margin: 6% 0;
    height: auto;
}
.cm-sidebar-lay.type-two .main-content {
    padding-top: 20px;
    padding-bottom: 40px;
    width: 60%;
}

.cm-sidebar-lay.type-two .main-content h2:first-child {
    padding-bottom: 9px;
    margin-top: -2px;
}

.cm-sidebar-lay.type-two .cm-right-sidebar {
    width:  40%;
    margin-left: 0;
    padding-bottom: 40px;
    padding-top: 20px;
}

.cm-sidebar-lay.type-two .cm-right-sidebar .cm-one-col-type {
    margin-left:  -80px;
    margin-right: -80px;
    margin-top: -22px;
}

.cm-sidebar-lay.type-two .cm-right-sidebar .cm-one-col-type.no-title {
    margin-bottom: 66px;
}

.cm-sidebar-lay.type-two .cm-right-sidebar a.avia-button {
    color: #fff;
    border: 0;
    background-color: #3EC35D;
}

.cm-sidebar-lay.type-two .cm-right-sidebar .no-title a.avia-button:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    content: "";
    font-family: 'entypo-fontello';
    position: relative;
    left: 0.3em;
}

.cm-sidebar-lay.type-two .cm-right-sidebar .cm-one-col-type.no-title .inner-container {
    padding-top: 275px;
    padding-bottom: 104px;
}

.cm-sidebar-lay.type-two .cm-right-sidebar .cm-one-col-type.no-title .cm-col {
    background-position: top right;
    background-repeat: no-repeat;
}

.cm-sidebar-lay.type-two .cm-right-sidebar .avia-team-member {
    margin: 6% 0;
    height: auto;
}


.check-icon:before {
    content: "";
}

.cm-sidebar-lay.type-two .main-content .cm-one-col-left-icon-wrap h4 {
    color: #000;
}

.cm-testimonial-wrap.cm-one-col-type {
    padding-bottom: 30px;
}

.cm-testimonial-wrap.cm-one-col-type .cm-col.col-one {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 2em;
    padding-left: 100px;
}

.cm-testimonial-wrap.cm-one-col-type .cm-col.col-one .inner-container {
    margin: 0;
}
.avia-team-member .right-section {
    margin-left: 100px;
}

.assessment-icon:before {
    content: "";
}
.cm-sidebar-lay.type-two .cm-right-sidebar .hs_cos_wrapper_type_custom_widget:first-child > div.avia-team-member {
    margin-top: 0;
}
.cm-testimonial-wrap.cm-one-col-type.no-img p {
    margin-top: 0;
}
.user-arrow:before {
    content: "";
}
.cm-sidebar-lay.type-two .cm-right-sidebar .hs_cos_wrapper_type_custom_widget:last-child > div.avia-team-member {
    margin-bottom: 0;
}
.user-hand:before {
    content: "";
}
.setting-icon:before {
    content: "";
}
.cm-sidebar-lay.type-two .cm-right-sidebar .cm-one-col-type .inner-container {
    padding-top: 91px;
    padding-bottom: 224px;
}

.cm-sidebar-lay.type-two .cm-right-sidebar .cm-one-col-type .inner-container p {
    font-size: 20px;
    padding-bottom: 4px;
}

.cm-three-col-bg-img-wrap .cm-col {
    background-repeat: no-repeat;
    background-size:cover;
}
.cm-banner-area.with-icon .bulb-icon:before {
    content: "";
}
.cm-employee-lay .widget-span.cm-left-col {
    padding-top: 20px;
    padding-bottom: 40px;
}

.cm-employee-lay .cm-left-col h2,
.cm-employee-lay .cm-left-col h3 {
    padding-bottom: 10px;
}

.cm-employee-lay .cm-one-col-flexible-bg-wrap.full {
    padding-left:  80px;
    padding-right: 80px;
    padding-bottom: 40px;
}

.cm-employee-lay .cm-one-col-flexible-bg-wrap.full a {
    text-decoration: underline;
}

.cm-employee-lay .cm-row {
    padding-bottom: 3%;
    padding-top: 3%;
}

.cm-employee-lay .cm-row.cm-row-one {
    padding-top: 0;
}

.cm-employee-lay .cm-three-col-bg-img-wrap .inner-container {
    padding-top: 172px;
    padding-bottom: 40px;
}

.cm-three-col-bg-img-wrap a.avia-button {
    background-color: #3EC35D;
    border:  0;
    color: #fff;
}

.cm-three-col-bg-img-wrap a.avia-button-ukraine {
    background-color: #FFD500;
    border:  0;
    color: #000;
}

.cm-employee-lay .cm-three-col-bg-img-wrap .inner-container p {
    font-size: 20px;
    padding-bottom: 5px;
}

.cm-employee-lay .cm-three-col-bg-img-wrap .cm-col {
    background-position: center center;
}

.cm-employee-lay .cm-row-three {
    margin-top: 15px;
    margin-bottom: 170px;
}

.cm-employee-lay .cm-row-three .cm-three-col-bg-img-wrap .cm-col {
    background-position: top center;
    background-size: cover;
}

.cm-employee-lay .cm-row-three .cm-three-col-bg-img-wrap .inner-container {
    padding-top: 182px;
    padding-bottom: 83px;
}
.cm-employee-lay .cm-one-col-left-icon-wrap {
    margin: 0;
}

.cm-employee-lay .cm-one-col-left-icon-wrap .right-content h4 {
    color: #000;
}
.hr-web-lay .widget-span.cm-left-col {
    width: 57.599999999999994%;
}

.hr-web-lay .widget-span.cm-right-col {
    margin-left: 6%;
    width: 36.4%;
}

.hr-web-lay .cm-row-rwo {}

.hr-web-lay .cm-row-rwo .cm-three-col-bg-img-wrap .cm-col {
    background-position: top left;
    background-size: inherit;
}

.hr-web-lay .cm-row-rwo .cm-three-col-bg-img-wrap .inner-container {
    padding-top: 90px;
}

.hr-web-lay .cm-row-rwo .cm-three-col-bg-img-wrap .inner-container p {
    padding-bottom: 90px;
}

.hr-web-lay .cm-row-three {
    margin-top:  0;
    margin-bottom: 90px;
}


.hr-web-lay .cm-row-three .cm-three-col-bg-img-wrap .inner-container {
    padding: 170px 80px 110px 80px;
}

.hr-web-lay .cm-row-three .inner-container p {
    line-height: 1.65em;
    padding-bottom: 0;
}

.hr-web-lay .cm-row-three .cm-three-col-bg-img-wrap .cm-col {
    background-position: top left;
}
.apply-job-lay .cm-one-col-flexible-bg-wrap.full {
    font-size: 17px;
    line-height: 1.65em;
}


.apply-job-lay .cm-one-col-left-icon-wrap h4 a {
    color: inherit;
}

.tv-icon:before {
    content: "";
}

.text-icon:before {
    content: "";
}

.android-icon:before {
    content: "";
}
.apply-job-lay .cm-row.cm-row-one {
    padding-bottom: 0;
}
.model-lay .cm-banner-area:before {
    opacity: 0.2;
}
.model-lay .widget-span.cm-left-col {
    width: 60%;
}

.model-lay .widget-span.cm-right-col {
    width: 40%;
    margin-left: 0;
}

.model-lay .widget-span.cm-right-col .inner-container {
    padding-top: 270px;
    padding-bottom: 105px;
}

.model-lay .widget-span.cm-right-col .cm-three-col-bg-img-wrap  .cm-col {
    background-position: top right;
}

.model-lay .widget-span.cm-right-col .inner-container a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    content: "";
    font-family: 'entypo-fontello';
    position: relative;
    left: 0.3em;
}

.model-lay .widget-span.cm-right-col .cm-three-col-bg-img-wrap {
    margin-bottom: 70px;
}
.cm-about-english-lay .widget-span.cm-left-col {
    width: 47%;
}

.cm-about-english-lay .widget-span.cm-right-col {
    margin-left: 6%;
    width: 47%;
}
.cm-about-english-lay .cm-lr-space {
    padding-top:20px;
    padding-bottom:40px;
}
.cm-about-english-lay .cm-lr-space h3,
.cm-about-english-lay .cm-lr-space h2 {
    padding-bottom: 10px;
    padding-top: 6px;
}

.cm-about-english-lay .cm-lr-space h3:first-child,
.cm-about-english-lay .cm-lr-space h2:first-child {
    margin-top: -4px;
    padding-top: 0;
}

.cm-green-bg-form {
    background-color: #2B5E33;
    color: #fff;
}

.cm-green-bg-form h3.form-title {
    color: #fff;
}
.cm-about-english-lay .widget-span.cm-green-bg-form {
    margin-top: 50px;
    width: 64.66666666666666%;
}
.cm-about-english-lay .cm-right-col p+h2 {
    padding-top: 0;
    margin-top: 1.3em;
}
.cm-green-bg-form input[type="text"],
.cm-green-bg-form input[type="password"], 
.cm-green-bg-form input[type="datetime"], 
.cm-green-bg-form input[type="datetime-local"], 
.cm-green-bg-form input[type="date"], 
.cm-green-bg-form input[type="month"], 
.cm-green-bg-form input[type="time"], 
.cm-green-bg-form input[type="week"], 
.cm-green-bg-form input[type="number"], 
.cm-green-bg-form input[type="email"], 
.cm-green-bg-form input[type="url"], 
.cm-green-bg-form input[type="search"], 
.cm-green-bg-form input[type="tel"], 
.cm-green-bg-form input[type="color"],
.cm-green-bg-form input[type="file"],
.cm-green-bg-form textarea,
.cm-green-bg-form select {
    background-color: #215329;
    color: #fff;
    border-width: 2px !important;
    line-height: normal;
    padding-bottom: 9px;
}

.cm-green-bg-form h3.form-title {
    padding-bottom: 20px;
    margin-top: 0 !important;
}

.cm-green-bg-form .hs-form-field {
    margin: 0;
    padding: 0.85em 0;
}
.cm-green-bg-form .hs-form-field {
    padding-top: 0.85em !important;
    padding-bottom: 0.85em !important;
}
.cm-green-bg-form .hs-form-field span.hs-form-required {
    color: #fff !important;
}

.cm-green-bg-form input.hs-button.primary.large {
    font-size: 1.1em;
    padding: 12px 60px;
    margin-bottom: 4px !important;
    margin-top: 20px;
}
.cm-three-col-lay .widget-span.cm-left-col.cm-lr-space {
    padding-top:  20px;
    padding-bottom: 40px;
    width: 47%;
}

.cm-three-col-lay .cm-left-col h2 {
    color: #3EC35D;
    margin-top: 0;
    padding-top:  10px;
    padding-bottom: 20px;
}

.cm-three-col-lay .cm-left-col p:last-child {
    font-size: 15px;
    line-height: 1.65em;
}

.cm-three-col-lay .widget-span.cm-common-col {
    margin-left: 3%;
    width: 22.75%;
    margin-bottom: 0;
}

.cm-three-col-lay .cm-one-col-flexible-bg-wrap {
    padding-left:  80px;
    padding-right: 80px;
    padding-top: 70px;
    padding-bottom: 110px;
}
@media (max-width: 1139px) and (min-width: 768px) {
    .eilakaislalp .cm-left-col {
        width: 100% !important;
}
}

.eilakaislalp-image {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.cm-three-col-lay .cm-green-bg-form {
    padding-top: 30px;
    padding-bottom: 40px;
}

.cm-three-col-lay .cm-green-bg-form .hs-form-field > label{
    display: none;
}

.cm-green-bg-form input[type="checkbox"] {
    margin-right: 8px;
}

.cm-green-bg-form label.hs-form-booleancheckbox-display a {
    color:  #fff;
    text-decoration: underline;
}
.cm-three-col-lay .cm-green-bg-form input.hs-button.primary.large,
.cm-entrepreneurship-lay .cm-green-bg-form input.hs-button.primary.large {
    margin-top: 0;
}
.cm-three-col-lay  .cm-banner-area {
    margin-top: -1px;
    margin-bottom: -2px;
}

.cm-our-team-lay .cm-banner-area {
    margin-top: 0;
}

.cm-our-team-lay .row-one-top,
.cm-our-team-lay .row-two-top {
    padding: 17px 0px 40px 0px;
}



.cm-our-team-lay .row-one-top h2, .cm-our-team-lay .row-two-top h2 {
    padding-bottom: 10px;
}
.cm-our-team-lay .cm-three-col-flexi .hs_cos_wrapper_type_custom_widget {
    width: 29.333333333333332%;
    margin-top: 50px;
    padding: 20px 0px 20px 40px;
    float: left;
    margin-left: 6%;
}
.cm-our-team-lay .cm-three-col-flexi .hs_cos_wrapper_type_custom_widget:nth-child(3n+1) {
    margin-left:0;
}

.cm-our-team-lay .cm-three-col-flexi .avia-team-member {
    margin-top:  0;
    margin-bottom: 0;
}
.cm-our-team-lay .row-two-top {
    margin-top: 53px;
}
.avia-iframe-wrap {
    padding-top: 56.25%;
    position: relative;
}

.avia-iframe-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
}
.cm-entrepreneurship-lay .cm-left-col,
.cm-entrepreneurship-lay .cm-right-col {
    padding-top:  20px;
    padding-bottom: 40px;
}

.cm-entrepreneurship-lay .cm-left-col h3 {
    padding-bottom: 10px;
}

.cm-one-col-left-icon-wrap.with-content.first {
    margin-top: 0;
}

.cm-entrepreneurship-lay .cm-one-col-left-icon-wrap.with-content h4 {
    color: #000;
}

.flag-icon:before {
    content: "";
}

.calendar-icon:before {
    content: "";
}

.linkedin-icon:before {
    content: "";
}
.cm-entrepreneurship-lay .cm-green-bg-form {
    padding: 40px 5vw;
    margin-bottom: 5px;
}

.cm-entrepreneurship-lay .cm-left-col h3.form-title {
    padding-bottom: 20px;
}
.cm-entrepreneurship-lay .cm-row-rwo {
    padding-bottom: 3%;
}

.cm-entrepreneurship-lay .cm-row-three {
    padding-top: 3%;
    padding-bottom: 3%;
}

.cm-entrepreneurship-lay .cm-row-three .cm-lr-space {
    padding-top:  20px;
    padding-bottom: 40px;
}
.cm-entrepreneurship-lay .cm-row-three .cm-right-col {
    padding-top:  0;
    padding-bottom: 0;
}

.cm-entrepreneurship-lay .cm-row-three .cm-three-col-bg-img-wrap .cm-col {
    background-position: center center;
    background-size: inherit;
    padding-top: 3px;
    padding-bottom: 15px;
}

.cm-entrepreneurship-lay .cm-row-three .cm-three-col-bg-img-wrap p {
    font-size: 20px;
}
.cm-sidebar-lay .cm-sidebar {
    background: #f8f8f8;
    padding: 0 3vw 30px;
}
.cm-sidebar-lay .cm-sidebar h3 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1em;
    margin-bottom: 8px;
}

.cm-sidebar-lay .avia-team-member {
    height: auto;
    margin-top:  0;
    margin-bottom: 0;
}

.cm-sidebar-lay .cm-sidebar ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none outside;
}

.cm-sidebar-lay .cm-sidebar ul li {
    padding:  0;
    margin: 0;
}

.cm-sidebar-lay .cm-sidebar ul li a {
    color: #999;
}

.cm-sidebar-lay .cm-sidebar ul li a:hover {
    color: #285f31;
}

.cm-sidebar-lay .cm-sidebar > div {
    padding: 30px 0 0 0;
}

.cm-sidebar-lay .cm-sidebar ul li a span.filter-link-count {
    display: none;
}
.cm-sales-lay .cm-row-one .cm-left-col,
.cm-sales-lay .cm-row-one .cm-right-col,
.cm-sales-lay .row-three .cm-global-form,
.cm-sales-lay .row-three .cm-right-col {
    padding-top: 20px;
    padding-bottom: 40px;
}
.cm-sales-lay .cm-row-one .cm-left-col h2 {
    padding-bottom:10px
}
.cm-sales-lay .row-two {
    background-color: #f8f8f8;
    color: #999;
    padding-left:3%;
    padding-right:3%;
}
.cm-sales-lay .row-two .cm-row-flexi {
    width: 64.66666666666666%;
}

.cm-sales-lay .row-two .cm-row-flexi .cm-one-col-left-icon-wrap.with-content.last {
    margin-bottom: 0;
}

.sidebar-type3-lay .cm-right-col {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
}

.sidebar-type3-lay .cm-row {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
}

.sidebar-type3-lay .cm-row-four {
    width: 57.599999999999994%;
}

.sidebar-type3-lay .cm-row-four h2 {
    padding-bottom: 10px;
}

.sidebar-type3-lay .cm-row-four .widget-span.widget-type-rich_text {
    padding-top: 20px;
    padding-bottom: 40px;
}

.sidebar-type3-lay .cm-row-four .cm-green-bg-form {
    margin-top: 50px;
    margin-bottom: 60px;
    padding: 40px 5vw;
}

.sidebar-type3-lay .cm-row-four .cm-green-bg-form .hs-form-field > label,
.home-lay .row-four-right-col-content .hs-form-field > label,
.cm-team-inner-lay .cm-mobile-bottom-container .cm-green-bg-form .hs-form-field > label {
    display: none;
}

.sidebar-type3-lay .cm-green-bg-form input[type="email"],
.home-lay .row-four-right-col-content input[type="email"],
.cm-team-inner-lay .cm-mobile-bottom-container .cm-green-bg-form input[type="email"] {
    padding-top: 11px;
    padding-left: 11px;
    padding-bottom: 11px;
}
.our-story-lay .cm-banner-area:before {
    opacity: 0.3;
}

.our-story-lay .cm-one-col-left-icon-wrap .right-content h4 {
    color: #3EC35D;
}

.our-story-lay .cm-one-col-left-icon-wrap {
    margin: 30px 0;
}

.our-story-lay .cm-one-col-left-icon-wrap.with-content.first {
    margin-top: 30px;
}


.our-story-lay .popup-wrap p {
    display: block;
    font-size: 11px;
    font-style: italic;
    margin: 0 auto;
    padding: 3px 10px 5px;
    font-family: Georgia,"Times New Roman";
    float: none;
}
.our-story-lay .widget-span.cm-right-col {
    padding-top:  20px;
    padding-bottom: 40px;
}

.our-story-lay .popup-wrap img {
    display: block;
    padding: 5px;
    margin: 0;
    width: 100%;
}

.our-story-lay .popup-wrap {
    margin-bottom: 9px !important;
    padding-right: 15px !important;
    margin-top: 4px !important;
}

.our-story-lay .popup-wrap p em {
    color: #999;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-style: inherit;
    font-size:  11px;
    font-weight: 400;
}

.our-story-lay .cm-left-col p+h2 {
    margin-top: 50px;
}

.our-story-lay .cm-right-col {}

.our-story-lay .cm-right-col .hs_cos_wrapper_type_gallery {}

.our-story-lay .cm-right-col .hs_cos_wrapper_type_gallery .hs_cos_gallery_main {
    padding:  0;
    margin: 0;
}

.our-story-lay .cm-right-col .hs_cos_wrapper_type_gallery .hs_cos_gallery_main .slick-slide-inner-wrapper > img {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 3px;
}

.our-story-lay .cm-right-col .hs_cos_wrapper_type_gallery .hs_cos_gallery_main ul.slick-dots {
    position: absolute;
    z-index: 200;
    width: 100%;
    bottom: 0;
    text-align: center;
    left: 0;
    height: 0px;
    margin: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
}

.our-story-lay .cm-right-col .hs_cos_wrapper_type_gallery .hs_cos_gallery_main ul.slick-dots > li {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: inline-block;
    height: 13.5px;
    width: 13.5px;
    border-radius: 14px;
    background: #000;
    opacity: 0.6;
    text-indent: 100px;
    overflow: hidden;
    margin: 0 1px;
    padding: 7px;
    position: relative;
    bottom: 33px;
    -webkit-backface-visibility: hidden;
}

.our-story-lay .cm-right-col .hs_cos_wrapper_type_gallery .hs_cos_gallery_main ul.slick-dots > li button {
    display: none;
}

.our-story-lay .cm-right-col .hs_cos_wrapper_type_gallery .hs_cos_gallery_main ul.slick-dots > li:hover,
.our-story-lay .cm-right-col .hs_cos_wrapper_type_gallery .hs_cos_gallery_main ul.slick-dots > li.slick-active {
    opacity: 0.8;
    background: #fff;
}

.our-story-lay .cm-right-col .hs_cos_wrapper_type_gallery .hs_cos_gallery_main .slick-arrow {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: block;
    text-decoration: none;
    color: #fff;
    visibility: visible;
    position: absolute;
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 62px;
    font-size: 25px;
    top: 50%;
    margin: -30px 15px 0;
    z-index: 99;
    overflow: hidden;
    text-indent: -600%;
}

.our-story-lay .cm-right-col .hs_cos_wrapper_type_gallery .hs_cos_gallery_main:hover .slick-arrow {
    opacity: 0.6;
}

.our-story-lay .cm-right-col .hs_cos_wrapper_type_gallery .hs_cos_gallery_main:hover ul.slick-dots {
    opacity: 1;
}

.our-story-lay .cm-right-col .hs_cos_wrapper_type_gallery .hs_cos_gallery_main .slick-arrow:before {
    visibility: visible;
    display: block;
    position: absolute;
    z-index: 100;
    background: #aaa;
    background: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 3px;
    text-align: center;
    line-height: 62px;
    color: inherit;
    font-family: 'entypo-fontello';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

.our-story-lay .cm-right-col .hs_cos_wrapper_type_gallery .hs_cos_gallery_main .slick-prev.slick-arrow:before {
    text-indent: -2px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    content:  "";
}

.our-story-lay .cm-right-col .hs_cos_wrapper_type_gallery .hs_cos_gallery_main .slick-next.slick-arrow:before {
    content: "";
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    text-indent: 0px;
}

.our-story-lay .cm-right-col .hs_cos_wrapper_type_gallery .hs_cos_gallery_main .slick-arrow:hover {
    opacity: 1;
}

.our-story-lay .cm-row.cm-row-one {
    padding-bottom: 0;
}

.our-story-lay .cm-row.cm-row-rwo,
.our-story-lay .cm-row-three {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.our-story-lay .cm-row-four {
    margin-top:50px;
    padding-top:  20px;
    padding-bottom: 40px;
}

.our-story-lay .cm-row-four .cm-one-col-left-icon-wrap .right-content h4 {
    color: #000;
}

.pin-icon:before {
    content: "";
}

.our-story-lay .cm-row-four .cm-one-col-left-icon-wrap {
    margin: 0;
}

.our-story-lay .cm-row-four .cm-share-box-wrapper {
    margin-top: 30px;
}
.our-company-lay .cm-banner-area .page-center {
    height: 480px;
}


.our-company-lay .cm-banner-area .banner-main-content {
    margin-left: 0;
}

.our-company-lay .cm-banner-area:before {
    opacity: 0.2;
}

.row-fluid .widget-span.cm-gray {
    width: 100%;
    margin: 0 auto;
    float: none;
}
.row-fluid .widget-span.cm-gray {
    background-color: #f8f8f8;
    color: #999;
}

.our-company-lay .row-fluid .row-one-top-pane,
.our-company-lay .cm-row-three .hs-cm-left-col {
    text-align: center;
    margin-bottom: 3%;
    float: none;
}
.our-company-lay .row-fluid .row-one-top-pane p,
.our-company-lay .cm-row-three .hs-cm-left-col p,
.our-service-lay .para-width p {
    max-width: 60%;
    margin-left:auto;
    margin-right:auto;
}

.our-company-lay .row-one-top-pane h2 {
    padding-bottom: 10px;
    margin-top: -2px;
}

.cm-three-col-top-circle-img-wrap .cm-col {
    width: 29.333333333333332%;
    margin-top: 50px;
    padding: 20px 40px 20px 40px;
    float:  left;
    text-align: center;
}

.cm-three-col-top-circle-img-wrap .cm-col.left-space {
    margin-left: 6%;
}

.cm-three-col-top-circle-img-wrap h4 {
    display: block;
    margin-top: 50px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 300;
    color: #000;
}

.our-company-lay .cm-row-two .cm-one-col-flexible-bg-wrap {
    padding: 54px 40px 35px 40px;
}

.our-company-lay .cm-row-two .inner-container p {
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 140px;
}

.our-company-lay .cm-row-two .inner-container {
    padding-top: 90px;
    padding-bottom: 40px;
}

.our-company-lay .cm-row-three .hs-cm-left-col {
    padding-top: 10px;
}

.our-company-lay .cm-row-three .hs-cm-left-col h2 {
    padding-bottom: 10px;
}

.our-company-lay .cm-row-three .hs-cm-left-col p {
    padding-bottom: 15px;
}

.our-company-lay .cm-row-three span.pre-d {
    display: inline-block;
}
.our-company-lay .cm-row-three .col-one span.comma {
    display: none;
}
.cm-three-col-linked-img-wrap {
    padding-top: 0;
}

.our-company-lay .cm-row-four {
    padding-top: 25px;
}
.our-company-lay .cm-row-five h2 {
    text-align: center;
}
.our-company-lay .cm-banner-area.center {
    background-position: center left;
}

.service-area-lay .cm-banner-area:before {
    opacity: 0.1;
}

.service-area-lay .cm-green-bg-form {
    padding-top: 50px;
}

.service-area-lay .cm-green-bg-form > * {
    padding: 0px 30px 30px;
}

.service-area-lay .cm-green-bg-form input.hs-button.primary.large {
    margin-top: 0.85em;
}
.service-area-lay .cm-green-bg-form input[type="email"] {
    padding-top: 10px;
    padding-left: 12px;
    padding-bottom: 12px;
}
.service-area-lay .cm-green-bg-form textarea {
    padding: 13px;
    min-height: 195px;
}

.service-area-lay .cm-left-col p+h3 {
    padding-top: 4px;
}
.service-area-lay .cm-left-col h3+p {
    padding-top: 2px;
}

.service-area-lay .cm-row {
    padding-bottom:  0;
    padding-top: 0;
}

.service-area-lay .row-fluid .widget-span.cm-gray {
    margin-top: 0;
}
.service-area-lay .green-bg {
    background-color: #285f31;
    color: #fff;
}

.service-area-lay .green-bg .cm-row-two-top-pane {
    text-align: center;
    padding: 16px 0 0px;
}

.service-area-lay .green-bg .cm-row-two-top-pane h2 {
    color: #fff;
    padding-bottom: 10px;
}

.cm-three-col-type.cm-left-icon-type-wrap {
    margin-top: 3%;
    margin-bottom: 3%;
}

.cm-three-col-type.cm-left-icon-type-wrap .cm-col {
    background-color: #215329;
    padding: 20px 40px 20px 40px;
    vertical-align: top;
}

.cm-three-col-type.cm-left-icon-type-wrap .cm-col h4 {
    color: #fff;
    text-transform: none;
    font-weight: 200;
    padding-top: 1em;
    line-height: 1.5;
    margin: 0;
}

.cm-three-col-type.cm-left-icon-type-wrap .iconlist_icon {
    height: 64px;
    width: 64px;
    line-height: 64px;
    font-size: 30px;
    text-align: center;
    border-radius: 500px;
    position: relative;
    float: left;
    margin-right: 30px;
    margin-left: 2px;
    z-index: 5;
    color: #fff;
    background: #3EC35D;
    font-family: 'entypo-fontello';
}
.cm-three-col-type.cm-left-icon-type-wrap .iconlist_icon img {
    vertical-align: -10px;
}

@media (max-width:1200px) {
.cm-three-col-type.cm-left-icon-type-wrap .iconlist_icon {
    float: none;
}
  .cm-three-col-type.cm-left-icon-type-wrap .iconlist_content_wrap {
    width: 100% !important;
}
}
.cm-three-col-type.cm-left-icon-type-wrap .iconlist_icon .user-icon:before {
    content: "";
}

.cm-three-col-type.cm-left-icon-type-wrap .iconlist_content_wrap {
    float:  left;
    width: calc(100% - 96px);
    min-height: 1.5em;
    padding-bottom: 4px;
}

.cm-three-col-type.cm-left-icon-type-wrap .cm-col p {
    margin-top: 10px;
}

.service-area-lay .green-bg .cm-row-two-top-pane p {
    margin-bottom: 0;
}

.service-area-lay .green-bg a.avia-button {
    border:  0;
    color: #fff;
    background-color: #3EC35D;
    margin-bottom: 0;
}

.our-service-lay .center-content {
    text-align: center;
}
.our-service-lay .center-content {
    text-align: center;
    margin-bottom: 2.2%;
    padding-left: 80px !important;
    padding-right: 80px !important;
}
/* .our-service-lay .cm-row-one {
    margin-top: 3%;
} */

.our-service-lay .cm-row-one .center-content {
    margin-top: 3%;
}

.our-service-lay .center-content h2 {
    padding-bottom: 10px;
    margin-top: -8px;
    color: #000;
}

.our-service-lay .cm-three-col-linked-img-wrap {
    padding: 0;
}

.our-service-lay .row-two-bottom center a {
    border: 0;
    color: #fff;
    background-color: #3EC35D;
    margin-bottom: 0;
    margin-top: 2px;
}

.our-service-lay .row-two-bottom center+p {
    font-size: 13px;
    padding-top: 31px;
    margin-bottom: 7px;
}

.our-service-lay .green-bg .cm-row-two-top-pane h2 {
    margin-top: 0;
}

.our-service-lay .green-bg .cm-col {
    vertical-align: top;
}
.our-service-lay .cm-row-three .center-content {
    padding-top: 20px;
    padding-bottom: 70px;
}

.our-service-lay .cm-row.cm-row-three {
    margin-bottom:  0;
}
.our-service-lay .cm-testimonial-wrap {
    padding-bottom: 0;
}
.our-service-lay .widget-span.page-center.cm-right-col {
    width: 100%;
    padding-bottom: 0;
}

.hs-cm-slider .slick-slide-inner-wrapper {
    display: block !important;
}

.hs-cm-slider .slick-slide-inner-wrapper > a {
    display:  block;
    position: relative;
}

.hs-cm-slider .slick-slide-inner-wrapper > a:before {
    position: absolute;
    background: #fff;
    width:  100%;
    height:  100%;
    top:  0;
    left: 0;
    content: "";
    z-index: 3;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    opacity: 0;
}

.hs-cm-slider .slick-slide-inner-wrapper > a img {
    position:  relative;
    z-index: 2;
}

.hs-cm-slider .hs_cos_gallery_main .slick-slide-inner-wrapper > a:hover:before {
    opacity: 0.7;
}

.hs-cm-slider .slick-arrow {
}

.hs-cm-slider .slick-slide-inner-wrapper > a:after {
    position: absolute;
    border-radius: 50px;
    background: #000;
    height: 80px;
    width: 80px;
    line-height: 80px;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    z-index: 500;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    background-color: #3EC35D;
    color: #fff;
    border-color: #509719;
    content: '\E832';
    font-family: 'entypo-fontello';
    opacity:0;
}
.hs-cm-slider .hs_cos_gallery_main .slick-slide-inner-wrapper > a:hover:after{
    -webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    opacity:1;
}
.cm-three-col-top-circle-img-wrap strong a {
    color: #3EC35D;
}
/*============================   Blog    ========================*/



.cm-team-inner-lay .page-center.content-wrapper {
    padding-top: 0;
}

.cm-team-inner-lay .cm-top-pane-content h1 {
    color: #444;
    letter-spacing: 0;
    margin-bottom: 30px;
}
.cm-team-inner-lay .cm-top-pane-content {
    text-align: center;
}

.cm-team-inner-lay .cm-top-pane-content > div {
    max-width: 50%;
    margin: 0 auto;
    padding: 0 15px;
}

.cm-team-inner-lay .cm-top-pane-content p {
    font-size: 1.15em;
    line-height: 1.5;
}

.cm-filter-item {
    position: relative;
}

.icon-img {
    position: absolute;
    width: 68px;
    height: 68px;
    display: block !important;
    background-color: #3EC35D;
    border-radius: 50%;
    border: 4px solid #fff;
    top: 6%;
    left: 0;
    z-index: 4;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: 8px 5px;
}
.cm-filter-menu ul li a:hover {
    background: #F8F8F8;
}
.cm-team-inner-lay .body-container-wrapper .container-fluid .row-fluid .page-center {
    max-width: 88%;
    padding-left: 20px;
    padding-right: 20px;
}

.cm-team-inner-lay .avia-team-member .right-section * {
    color: #444;
}

.cm-filter-menu {
    position: relative;
    margin: 0 auto;
    margin-bottom: 6px;
    padding: 15px;
    background: #EEE;
    cursor: pointer;
    outline: none;
    font-weight: bold;
    color: #3EC35D;
}

.cm-filter-menu:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #3EC35D transparent;
}

.cm-filter-menu ul {
    position: absolute;
    top: 140%;
    left: 0;
    right: 0;
    z-index: 5;
    margin-left: 0;
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    list-style: none;
    opacity: 0;
    pointer-events: none;
}

.cm-filter-menu ul:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;
}

.cm-filter-menu ul:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.cm-filter-menu ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #999;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
}

.cm-filter-menu ul li {
    margin: 0;
    padding: 0;
}

.cm-filter-menu.dropdown-active ul {
    opacity: 1;
    pointer-events: auto;
}

.cm-team-inner-lay .cm-top-pane-content {
    margin-bottom: 80px;
}

.cm-team-inner-lay .cm-top-pane-content p:last-child {
    margin-bottom:0;
}

.cm-team-inner-lay .cm-bottom-pane {
    background: #2B5F33;
    color: #fff;
    text-align: center;
}

.cm-team-inner-lay .cm-bottom-pane h3 {
    color: #fff;
}

.cm-team-inner-lay .cm-one-col-flexible-bg-wrap {
    padding-bottom: 0;
}

/*===================== Blog Style Here ===================*/

.blog-content {
    background-color: #f8f8f8;
    color: #999;
    padding: 0 3%;
}

.cm-blog-banner {
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #e0e2e6;
    background-size: cover;
    position: relative;
    margin-bottom: 3%;
}

.cm-blog-banner-content-wrapper {
    height: 480px;
    display: table;
}

.cm-blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
}

.cm-blog-banner-content {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none;
}

.cm-blog-banner-inner-wrapper .page-center {
    position: relative;
    z-index: 2;
}

.cm-blog-banner-inner-content {
    padding: 20px 80px 40px 80px;
}

.cm-blog-banner-inner-wrapper .page-center {
    position: relative;
    z-index: 2;
}

.cm-blog-banner-inner-content {
    padding: 20px 80px 40px 80px;
    width: 57.599999999999994%;
}

.cm-blog-banner-inner-content h1 {
    padding: 0 0 10px;
    color: #fff;
    text-transform: none;
    font-weight: 200;
    letter-spacing: 1px;
}

.cm-blog-banner-inner-content p {
    font-size: 1.15em;
    line-height: 1.5;
    color: #fff;
}

.blog-listing-wrapper {
    padding: 3% 0;
    overflow: hidden;
}

.post-item {
    z-index: 1;
    float: left;
    position: relative;
    min-height: 1px;
    padding: 20px;
    background: #fff;
    margin-bottom: 40px;
    text-align: center;
}

.post-item:hover {
    -webkit-box-shadow: 2px 8px 5px -1px rgba(225,225,225,0.85);
    -moz-box-shadow: 2px 8px 5px -1px rgba(225,225,225,0.85);
    box-shadow: 2px 8px 5px -1px rgba(225,225,225,0.85);
}


.hs-featured-image-wrapper {
    background: #f8f8f8;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 20px;
}

.display-date {
    position: relative;
    padding-bottom: 10px;
    font-size: 0.9em;
}

.post-header h3 {
    font-size: 1.1em;
    line-height: 1.4em;
    margin: 0;
}

.post-header {
    margin: 0 0 20px;
}

.post-header h3 > a {
    color: #d3883f;
    text-decoration: none;
}

.post-body.clearfix ul {
    text-align: left;
}

.blog-pagination {
    padding: 1px 0 10px 0;
    text-align: center;
    clear: both;
}

.blog-pagination > a {
    display: inline-block;
    height: 35px;
    width: 25px;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    padding: 0;
    border-radius: 100px;
    color: #999;
}

.blog-pagination > a.active {
    color: #3EC35D;
}

.blog-post .blog-content {
    padding:0;
    width: 65% !important;
    float: right !important;
    padding-left: 0;
    padding-top: 10px;
    background: transparent;
}

.blog-post .blog-content + .blog-sidebar {
    width: 35%;
    margin-left: 0;
}

.blog-post .blog-content + .blog-sidebar > div {
    margin-left: 5vw;
}

.blog-sidebar h3 {
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 1.5em;
    text-transform: none;
    line-height: 1.1;
    margin-bottom: 20px;
}

.blog-sidebar .hs-rss-item {
    padding: 7px 0 3px 0;
    line-height: 18px;
    position: relative;
    overflow: hidden;
    font-size: 11px;
    display: block;
    clear: both;
    margin: 0;
    border: none;
    background: none;
    text-indent: 0;
}

.blog-sidebar .hs-rss-item-text,
.blog-sidebar .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    float: right;
    width: calc(100% - 43px);
    padding: 0;
    font-size: 1.5em;
    margin-bottom: 5px;
    font-weight: normal;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
}

.blog-sidebar .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    float: left;
    margin: 0 15px 0 0;
    width: auto;
}

.blog-sidebar .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
    width: 28px;
    height: 28px;
}

.blog-sidebar a.hs-rss-title {
    color: #000;
    text-decoration: none;
}

.blog-sidebar .hs-rss-byline {
    font-size: 1em;
    padding-top: 5px;
    opacity: 1;
    color: #999;
}

.av-share-box .icon:before {
    color: #fff;
    content: '';
    font-family: 'entypo-fontello';
    display: block;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
}

.av-share-box.cm-post-social-share {
    margin-top: 40px;
}

.av-share-link-description {
    font-size: 1.5em;
    text-transform: none;
    font-weight: 200;
    padding-top: 0.8em;
    margin-bottom: 20px;
}

.av-share-box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    display: table;
    width: 100%;
    text-align: center;
    table-layout: fixed;
    border-radius: 3px;
    background: transparent;
}

.av-share-box ul {
    padding-left: 95px;
    border: none;
}

.av-share-box ul li {
    margin: 0;
    padding: 0;
    display: table-cell;
    border-left-style: solid;
    border-left-width: 1px;
    border-color: transparent;
}

.entry-content-wrapper div li {
    text-indent: 0;
}

.av-share-box ul li a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    color: inherit;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.av-share-box li a {
    position: relative;
}

.av-share-box ul li a {
    background: #3EC35D;
    color: #fff;
    margin-right: 20px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.15em;
}

.av-share-box ul li:first-child {
    border: none;
}

.av-share-box ul li a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    content: attr(data-av_icon);
    speak: none;
    font-family: 'entypo-fontello';
}

.av-share-box .av-social-link-facebook a:after {
    padding-left: 10px;
    content: 'Facebook';
    display: block;
    position: absolute;
    top: 12px;
    text-align: center;
    left: 0;
    right: 0;
}

.avia_hidden_link_text {
    display: none;
}

.av-share-box .av-social-link-twitter a:after {
    padding-left: 10px;
    content: 'Twitter';
    display: block;
    position: absolute;
    top: 12px;
    text-align: center;
    left: 0;
    right: 0;
}

.av-share-box .av-social-link-linkedin a:after {
    padding-left: 10px;
    content: 'Linkedin';
    display: block;
    position: absolute;
    top: 12px;
    text-align: center;
    left: 0;
    right: 0;
}

.av-share-box.cm-post-social-share {
    font-size: 13px;
}

.av-social-link-facebook:hover a {
    color: #fff;
    background-color: #37589b;
}

.av-social-link-twitter:hover a {
    color: #fff;
    background-color: #46d4fe;
}

.av-social-link-linkedin:hover a {
    color: #fff;
    background-color: #419cca;
}

.new-comments.no-comments {
    border: none !important;
}

div#comment-form {
    padding-top: 30px;
    clear: both;
}

div#comment-form input,
div#comment-form textarea {
    max-width: 100%;
}

.section.post-header h1 {
    margin-bottom: 10px;
}




ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:0 0 0 !important; }
ul.slick-dots li { display:inline-block; padding:0 5px !important; margin: 0 !important; }
ul.slick-dots li button { display:inline-block; background:#fff !important;  width:15px; height:15px; min-width:auto; padding:0; border:0; border-radius:100%; font-size:0; text-index:-9999; cursor:pointer; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#75BB1D !important; }

/*======testimonial-section========*/
.testimonial-section { padding:60px 0; background:#2B5E33; } 
.testimonial-main { width:100%; float:left; }
.testimonial-main > span { width:100%; float:left; text-align:center; }
.testimonial-main > span .hs_cos_wrapper { width:100%; float:left;  text-align:center; }
.testimonial-main .testimonial-box { width:100%;  display: flex;  align-items: center; margin-bottom:20px; text-align:left; padding: 0 230px; }
.testimonial-main .testimonial-img { width:150px; height:150px; border-radius:50%; background-size:cover !important; float:left; }

.testimonial-main .testimonial-left { width:calc(100% - 150px); float:left; padding-left:50px; font-size:22px; line-height:28px; color:#fff; }
.testimonial-main .testimonial-left > div { width:100%; float:left; margin-bottom:20px; }
.testimonial-main .testimonial-left h6 {  font-style:italic; font-size:18px; line-height:24px; font-weight:normal; margin:0;  float:left; width:100%; color: #FFF; }

@media (max-width: 1200px) and (min-width: 992px) {
.testimonial-main .testimonial-box {
    padding: 0 90px;
}
}

@media (min-width: 768px) and (max-width: 991px){
    .testimonial-main .testimonial-box {
    padding: 0 40px;
    }
}

@media (max-width: 767px) {
    .testimonial-section { padding:40px 0; }
	 .testimonial-main .testimonial-img { float:none; display:none; margin-bottom:30px;}
	 .testimonial-main .testimonial-box { padding:0; display:inherit; float:left; text-align:center; margin:0; }
	 .testimonial-main .testimonial-left { width:100% !important; padding-left:0; margin:0 0 30px; font-size:16px; line-height:22px; }
  	#hs_cos_wrapper_widget_1529051695354{ display: none !important;}
}



/*============================ Home Page ========================*/


.home-lay .body-container-wrapper {
    padding-top: 0;
}

.home-lay #site-wrapper {
    margin-top: 3%;
}

.home-lay .widget-span.cm-header {
    width:  100%;
    position:  absolute;
    z-index: 9999;
    top: 5vw;
    left:0;
}
.home-banner-area:before {
    display: none;
}

.cm-banner-area {
    background-color: #ccc;
}


.home-banner-area .page-center {
    height: 600px;
}

.home-banner-area h1 {
    color: #000;
}

.home-banner-area  .banner-main-content {
    margin-left: 0;
    display:  table-cell;
    padding: 0px 3% 0px 3%;
    vertical-align: bottom;
}

.home-banner-area .inner-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.home-banner-area .left-col p {
    color: #000;
}

.home-lay .body-container a.avia-button {
    color: #fff;
    border: 0;
    background-color: #3EC35D;
}

.button-content {
    padding-top: 20px;
}

a.avia-button.button-white {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #3EC35D !important;
}

.button-content a.avia-button {
    margin-right: 6px;
}

.home-banner-area .right-col {
    text-align: right;
    padding-right: 0;
}

.home-banner-area .right-col a.contact-via-phone {
    float: right;
    color: #3EC35D;
}

.home-banner-area .right-col a.contact-via-phone .heading-color {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 2px 10px 0 0;
    border-radius: 500px;
    text-align: center;
    width: 74px;
    height: 74px;
    font-size: 27px;
    line-height: 72px;
    float: right;
    margin-right: 0;
    margin-left: 22px;
    border: none;
    background-color: #3EC35D;
    color: #ffffff;
}

.home-banner-area .right-col h3.iconbox_content_title {
    border: medium none;
    padding: 2px 0 0 0;
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    font-size: 1em;
    color: #fff;
    text-transform: none;
    font-weight: 200;
    margin: 0 0 -3px 0;
}
.home-banner-area .right-col h3.iconbox_content_title a {
    color:#fff;
    text-decoration:none;
}

.home-banner-area .right-col .inner-space {
    position: absolute;
    right: 0;
}

.home-banner-area .right-col {
    position: relative;
}

.home-banner-area .right-col h3.iconbox_content_title {
    letter-spacing: 1px;
}

.home-lay .body-container .home-banner-area a.avia-button {
    margin-bottom: 11px;
}

.home-lay .cm-row-one {
    margin-top: 0;
}

.home-lay .cm-row-one .cm-common-row > div > div {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.home-lay .cm-row-one .cm-common-row .widget-span.common-col {
    float: none;
    display: table-cell;
    width: 47%;
    margin-left: 0;
    vertical-align: bottom;
}
.home-lay .cm-row-one .cm-common-row .widget-span.common-spacer {
    width: 3%;
    display: table-cell;
    float: none;
}
.home-lay .row-one-text-slider .slick-slide-inner-wrapper > img {
    display: none;
}

.home-lay .row-one-text-slider .slick-arrow {
    display: none !important;
}

.home-lay .cm-row-one .cm-green-bg-wrap {
    background-color: #285f31;
    color: #fff;
}

.home-lay .cm-row-one .cm-green-bg-wrap strong {
    color: #fff;
}

.home-lay .cm-row-one .cm-lr-space {
    padding-top:  20px;
    padding-bottom: 40px;
}

.home-lay .row-one-text-slider .hs_cos_gallery_main {
    padding:  0;
    margin: 30px 0;
}

.home-lay .row-one-text-slider .caption p {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    border-color: transparent;
    font-size: 1.4em;
    margin: 0;
    line-height: 1.4;
}

.home-lay .row-one-text-slider .caption p+strong {
    margin: 13px 0 0 20px;
    overflow: visible;
    font-size: 16px;
    display: block;
    font-weight: 200;
}
.home-lay .cm-row-one .cm-common-row > div > div:before,
.home-lay .cm-row-one .cm-common-row > div > div:after {
    display:none;
}
.cm-one-col-linked-title-wrap h2 {
    padding: 0px 0 13px;
    line-height: 1.2em;
    min-width: 200px;
    text-align:  center;
    display: inline-block;
    position: relative;
    letter-spacing: 0;
}

.cm-one-col-linked-title-wrap h2 a:after {
    position: relative;
    left: 0.3em;
    content: "";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    speak: none;
    font-family: 'entypo-fontello';
    color: inherit;
}

.cm-one-col-linked-title-wrap h2 a {
    color: #3EC35D;
    text-decoration: none;
}

.cm-one-col-linked-title-wrap h2 a:hover {
    opacity: 0.9;
}

.cm-one-col-linked-title-wrap .button-content {
    padding-top: 31px;
    padding-bottom:4px;
}

.cm-one-col-linked-title-wrap .avia-button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-family: 'entypo-fontello';  
    position: relative;
    left: -0.3em;
}
.cm-one-col-linked-title-wrap .button-white:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-family: 'entypo-fontello';
    position: relative;
    left: 0.3em;
}

.cm-one-col-linked-title-wrap .phone-icon:before {
    content: "";
}
.angle-right-icon:after {
    content: "";
}

.home-lay .cm-row-one .cm-green-bg-wrap .row-one-top-right-button-container {
    padding-bottom: 7px;
}

.home-lay .row-one-bottom.cm-common-row {
    margin-top: 3%;
}

.home-lay .row-one-bottom .cm-testimonial-wrap {
    padding-top: 0;
    padding-bottom: 0;
}
.home-lay .para-width p {
    max-width: 100%;
}

.home-lay .cm-row-two-top-pane {
    margin-top: 30px;
    margin-bottom: 0;
}
.home-lay .cm-green-bg-form > * {
    padding: 0;
}

.home-lay .cm-green-bg-form {
    padding-top: 20px;
    padding-bottom: 40px;
}

.home-lay .cm-row-two-top-pane p {
    margin-bottom: 0;
}
.cm-home-main-slider .hs_cos_gallery_main {
    padding:  0;
    margin: 0;
}

.cm-home-main-slider .hs_cos_gallery_main .slick-slide-inner-wrapper {
    display: block;
    margin: 0 !important;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.cm-home-main-slider .hs_cos_gallery_main .slick-slide-inner-wrapper img {
    display: none;
}

.home-lay .cm-row-two-top-pane p {
    margin-bottom: 0;
}

.cm-home-main-slider {
    position: relative;
    margin-top: 80px;
    clear: both;
}

.cm-home-main-slider .hs_cos_gallery_main .slick-slide-inner-wrapper:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 30%;
    position:  relative;
    z-index: 1;
}

.cm-home-main-slider .hs_cos_gallery_main .slick-slide-inner-wrapper:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background: -moz-linear-gradient(left, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,0,0,0.6)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 );
    z-index: 1;
}

.caption.below {}

.cm-home-main-slider .hs_cos_gallery_main .slick-slide-inner-wrapper .caption {
    padding: 0 5%;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 50%;
}

.cm-home-main-slider .hs_cos_gallery_main .slick-slide-inner-wrapper .caption h2 {
    color: #fff;
    padding-bottom: 10px;
    text-transform: none;
    font-weight: 200;
}

.cm-home-main-slider .hs_cos_gallery_main .slick-slide-inner-wrapper .caption p {
    color: #fff;
    padding-bottom: 30px;
}

.cm-home-main-slider .hs_cos_gallery_main .slick-slide-inner-wrapper .caption a.cm-slider-button {
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 1.1em;
    border-radius: 3px;
    background-color: #3EC35D;
    color: #fff;
    border-color: #509719;
    display: inline-block;
    text-decoration: none;
    padding: 8px 60px;
}

.cm-home-main-slider .hs_cos_gallery_main .slick-slide-inner-wrapper .caption a.cm-slider-button:hover {
    background-color: #3EC35D;
    border-color: #3EC35D;
    opacity: 0.9;
}

.cm-home-main-slider .hs_cos_gallery_main .slick-arrow {
    display: none !important;
}

.cm-home-main-slider .hs_cos_gallery_main ul.slick-dots {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    z-index: 3;
}

.cm-home-main-slider .hs_cos_gallery_main ul.slick-dots li {
    position: relative;
    background: #3EC35D;
    border-radius: 50%;
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-left: 4px;
    margin-right: 4px;
    border: 4px solid #fff;
}
.cm-home-main-slider .hs_cos_gallery_main ul.slick-dots li.slick-active,
.cm-home-main-slider .hs_cos_gallery_main ul.slick-dots li:hover {
    background: #285f31;    
}
.cm-home-main-slider .hs_cos_gallery_main ul.slick-dots li button {
    width: 50px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    height: 50px;
    background-repeat:  no-repeat;
    background-size:  cover;
}

.cm-home-main-slider .hs_cos_gallery_main ul.slick-dots li button:before {
    font-size: inherit;
}
.cm-home-main-slider .hs_cos_gallery_main ul.slick-dots li:first-child button {
    background-image: url(//3352331.fs1.hubspotusercontent-na1.net/hubfs/3352331/Eilakaisla-January2018/Images/eilakaisla-icons_rekrytointi.svg);
}
.cm-home-main-slider .hs_cos_gallery_main ul.slick-dots li:nth-child(2) button {
    background-image: url(//3352331.fs1.hubspotusercontent-na1.net/hubfs/3352331/Eilakaisla-January2018/Images/eilakaisla-icons_henkilostovuokraus.svg);
}
.cm-home-main-slider .hs_cos_gallery_main ul.slick-dots li:nth-child(3) button {
    background-image: url(//3352331.fs1.hubspotusercontent-na1.net/hubfs/3352331/Eilakaisla-January2018/Images/eilakaisla-icons_palveluratkaisu.svg);
}
.cm-home-main-slider .hs_cos_gallery_main ul.slick-dots li:nth-child(4) button {
    background-image: url(//3352331.fs1.hubspotusercontent-na1.net/hubfs/3352331/Eilakaisla-January2018/Images/eilakaisla-icons_uudelleensijoitus.svg);
}
.cm-home-main-slider .hs_cos_gallery_main ul.slick-dots li:nth-child(5) button {
    background-image: url(//3352331.fs1.hubspotusercontent-na1.net/hubfs/3352331/Eilakaisla-January2018/Images/eilakaisla-icons_konsultointi.svg);
}
.cm-home-main-slider .hs_cos_gallery_main ul.slick-dots li:last-child button{
    background-image: url(//3352331.fs1.hubspotusercontent-na1.net/hubfs/3352331/Eilakaisla-January2018/Images/eilakaisla-icons_soveltuvuusarviointi.svg);
}

.cm-home-main-slider .hs_cos_gallery_main ul.slick-dots li span.tooltip-content:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 100%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #285f31;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.cm-home-main-slider .hs_cos_gallery_main ul.slick-dots li span.tooltip-content {
    position: absolute;
    height: 40px;
    line-height: 40px;
    color: #fff;
    visibility: hidden;
    top: -60px;
    margin: 0 auto;
    text-align: center;
    right: 50%;
    display: inline-block;
}
.cm-home-main-slider .hs_cos_gallery_main ul.slick-dots li span.tooltip-content:before {
    background: #285f31;
    display: inline-block;
    margin-right: -100%;
    padding: 0 20px;
    content:"";
}
.cm-home-main-slider .hs_cos_gallery_main ul.slick-dots li:hover span.tooltip-content {
    visibility: visible;
    z-index: 999;
}

.cm-home-main-slider .hs_cos_gallery_main ul.slick-dots li:first-child span.tooltip-content:before {
    content:"Rekrytointi";
}
.cm-home-main-slider .hs_cos_gallery_main ul.slick-dots li:nth-child(2) span.tooltip-content:before {
    content:"Henkilöstövuokraus";
}
.cm-home-main-slider .hs_cos_gallery_main ul.slick-dots li:nth-child(3) span.tooltip-content:before {
    content:"Palveluratkaisut";
}
.cm-home-main-slider .hs_cos_gallery_main ul.slick-dots li:nth-child(4) span.tooltip-content:before {
    content:"Uudelleensijoitus";
}
.cm-home-main-slider .hs_cos_gallery_main ul.slick-dots li:nth-child(5) span.tooltip-content:before {
    content:"Konsultointi";
}
.cm-home-main-slider .hs_cos_gallery_main ul.slick-dots li:last-child span.tooltip-content:before {
    content:"Soveltuvuusarvioinnit";
}
.home-lay .cm-row-four .widget-span.cm-right-col {
    padding-top: 0;
}

.home-lay .row-fluid .widget-span.cm-row-five {
    margin-top: 3%;
}


.cm-recent-post-wrapper .cm-container {
    display: block;
    clear: both;
    width: 100%;
}

.cm-recent-post-wrapper .cm-container:after {
    content:  "";
    display:  table;
    width: 100%;
}

.cm-recent-post-wrapper .cm-container > .post-item {
    width: 20.5%;
}

.cm-recent-post-wrapper .cm-col {
    padding: 0 !important;
}

.cm-recent-post-wrapper .cm-container > .post-item+.post-item {
    margin-left: 6%;
}

.blog-news .post-header h3 a {
    color: #3EC35D;
}


.cm-recent-post-wrapper .post-body strong {
    font-weight: normal;
}

.blog-news .hs-featured-image-wrapper {
    background: transparent;
}

.cm-recent-post-wrapper .cm-col > h2 {
    font-size: 2.4em;
    text-align: center;
    padding-bottom: 0px;
}

.cm-recent-post-wrapper .cm-col > h2 a {
    text-align: center;
    background:  transparent !important;
    color: #3EC35D !important;
    font-size: inherit;
    padding:  0 !important;
    letter-spacing: 0;
    margin: 0 !important;
    position:  relative !important;
}

.cm-recent-post-wrapper .cm-container {
    margin-top: 30px;
    margin-bottom: 40px;
}

/* .cm-recent-post-wrapper .cm-col > h2 a:after {
    position: relative;
    left: 0.3em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    content: "";
    font-family: 'entypo-fontello';
}
*/

.cm-recent-post-wrapper .cm-container .post-item {
    margin-bottom: 0;
}

.home-banner-area {
    position:  relative;
    z-index: 2;
}

.blog-sidebar .hs-rss-item-text:last-child {
    width: 100%;
}
.blog .widget-span.widget-type-menu.breadcrumb-menu {
    margin-top: 0;
}

.hs-blog-post .page-center.content-wrapper {
    padding-top: 10px;
}
.hs-blog-listing .widget-span.widget-type-menu.breadcrumb-menu {
    margin-top: 60px;
}

.blog-news.hs-blog-listing .cm-blog-banner {
    background-position: bottom right;
}

.blog-news.hs-blog-listing .cm-blog-banner .cm-blog-overlay {
    opacity: 0;
}

.display-author span.name,
.hs-blog-post span.name {
    color: #d3883f;
}
.blog-news-post span.name {
    color: #3EC35D;
}


@media only screen and (min-width: 1200px) {
    .home-lay .header-container .page-center > div {
        padding: 0 6%;
    }
    
    .home-lay .header-container .widget-span.cm-logo {
        margin-left: 0;
    }
    
    .home-lay .header-container .widget-span.cm-logo img {
        margin: 1px 0 0 0;
    }
    
    .home-lay .header-container .custom-menu-primary .hs-menu-wrapper > ul > li.login {
        right: 12.3%;
        top: 1%;
    }
    
    .home-lay .header-container .custom-menu-primary .hs-menu-wrapper > ul > li.login-corporate {
        right: 0;
        top: 27%;
        width: 150px;
    }
    
    
    .home-lay .header-container .page-center > div > div {
        position: relative;
    }
    
    .home-lay .header-container .custom-menu-primary .hs-menu-wrapper > ul > li.login-corporate > a {
        border: 0;
        padding-top: 12px;
    }
    
    .home-lay .header-container .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        color: #3EC35D;
    }
    .home-lay .header-container .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
        color: #fff;
    }
    
    .home-lay .header-container .custom-menu-primary .hs-menu-wrapper > ul > li.login > a {
        color: #fff;
    }
    
    .home-lay .header-container .custom-menu-primary .hs-menu-wrapper > ul > li.login-corporate > a {
        color: #3EC35D;
    }
    
    .home-lay .header-container .custom-menu-primary .hs-menu-wrapper > ul li:hover > ul {
        display: block !important;
    }
    .home-lay .header-container .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
        margin-top: -21px;
    }
    .home-lay .header-container .custom-menu-primary .hs-menu-wrapper > ul li > ul {   
        padding-top: 5px;
        padding-bottom: 5px;
        width: 208px;
        border-radius: 3px;
        background: #3EC35D;
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    }
    .home-lay .header-container .custom-menu-primary .hs-menu-wrapper > ul li > ul li {
        padding: 10px 15px;
    }
    .home-lay .header-container .custom-menu-primary .hs-menu-wrapper > ul li > ul li a {
        -webkit-transition: color 0.15s ease-out;
        transition: color 0.15s ease-out;
        -webkit-transition: background 0.15s ease-out;
        transition: background 0.15s ease-out;
        line-height: 23px;
        font-size: 1.1em;
        color: #fff;    
        border-right-style: solid;
        border-right-width: 1px;
        border-left-style: solid;
        border-left-width: 1px;
        border-color: transparent;
        text-decoration:none;
        white-space:normal !important;
    }
    .home-lay .header-container .custom-menu-primary .hs-menu-wrapper > ul li > ul li a:hover {
        color: #215329;
    }
    .home-lay .header-container .custom-menu-primary .hs-menu-wrapper > ul li > ul ul{    
        min-width: 280px;
    }
}
.home-banner-area {
    background-position: top right;  
    margin-bottom: -2px;
}
.home-banner-area .right-col a.contact-via-phone .heading-color {
    right: 60px;
}
.home-banner-area .right-col a.contact-via-phone {
    width: 96px;
}


.cm-news-lay .cm-banner-area .page-center {
    height: 480px;
}

.cm-news-lay .cm-banner-area:before {
    opacity: 0.2;
}

.cm-news-lay .cm-banner-area .banner-main-content {
    margin-left: 0;
}

.cm-news-lay .cm-banner-area strong {
    color: inherit;
}
.cm-news-lay .cm-recent-post-wrapper .cm-col > h2 {
    padding-bottom: 20px;
}

.cm-team-inner-lay .sidebar-menu .hs-menu-wrapper > ul {
    margin-left: 0;
    padding-left: 20px;
}

.cm-team-inner-lay .sidebar-menu .hs-menu-wrapper > ul > li {
    margin-bottom: 20px;
}

.cm-team-inner-lay .sidebar-menu .hs-menu-wrapper > ul > li > a {
    font-size: 1.15em;
    padding: 0;
    font-weight: normal;
    line-height: 1.4em;
    display: inline-block;
}


.cm-team-inner-lay .sidebar-menu .hs-menu-wrapper > ul > li.active > a:before {
    margin-right: 15px;
}

.cm-team-inner-lay .sidebar-menu .hs-menu-wrapper > ul > li > a {
    position: relative;
    z-index: 3;
}

.cm-team-inner-lay .sidebar-menu .hs-menu-wrapper > ul+img {
    width: 240px !important;
    float: right;
    margin-top: -380px;
    position: relative;
    z-index: 2;
}

.cm-team-inner-lay .cm-three-col-group .main-content {
    float: right;
    min-height:500px;
}

.cm-team-inner-lay .cm-three-col-group .cm-mobile-bottom-container {
    width: 35%;
    margin-left:  0;
    float:  none;
    display: inline-block;
}
.cm-team-inner-lay .cm-mobile-bottom-container .cm-green-bg-form {
    margin-top: 6%;
    margin-bottom: 6%;
    padding: 40px 30px;
}

.cm-team-inner-lay .cm-mobile-bottom-container .inner-container {
    padding-bottom: 80px;
}

.cm-team-inner-lay .cm-mobile-bottom-container .inner-container p {
    padding-bottom: 28px;
}

.cm-team-inner-lay .cm-mobile-bottom-container .cm-col {
    background-position: top left;
    background-size: inherit;
}
.cm-team-inner-lay .cm-one-col-flexible-bg-wrap h3:first-child {
    padding-bottom: 10px;
    padding-top: 20px;
}
.home-lay .cm-testimonial-wrap.cm-one-col-type .cm-col.col-one {
    padding-left: 80px;
}

.home-lay .cm-testimonial-wrap.cm-one-col-type .cm-col .inner-container {
    margin-top: 20px;
}

.home-lay .cm-testimonial-wrap.cm-one-col-type .cm-col .inner-container a.aviablank.avia-testimonial-link {
    font-size: 1.1em;
}
.home-lay .row-one-bottom .cm-one-col-linked-title-wrap .button-content {
    padding-top: 20px;
    padding-bottom: 7px;
}
.hs-cm-slider .slick-slide-inner-wrapper .caption {
    position: absolute;
    bottom: 17px;
    left: 17px;
    padding: 10px 20px;
    color: #fff;
    border-radius: 3px;
    z-index: 2;
}
.hs-cm-slider .slick-slide-inner-wrapper .caption h2 {
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin: 0 0 1px 0;
    padding: 10px 15px;
    letter-spacing: 1px;
    text-transform: none;
    font-weight: 200;
    color: #fff;
}
.cm-fw-lay .cm-banner-area {
    margin-top: 2px;
}
.cm-lay.cm-employee-lay.hr-web-lay.model-lay.service-area-lay.our-service-lay.new span.pre-d {
    display: inline-block;
}
.cm-team-inner-lay .sidebar-menu .hs-menu-wrapper > ul > li > a:hover {
    color: #999;
    text-decoration: underline;
}
.cm-entrepreneurship-lay .cm-green-bg-form .hs-form-field:last-child {
    padding-right: 0;
}
.cm-three-col-lay .cm-green-bg-form input[type="text"],
.cm-three-col-lay .cm-green-bg-form input[type="email"] {
    padding-top: 11px;
    padding-left: 11px;
    padding-bottom: 11px;
}
.cm-entrepreneurship-lay .cm-green-bg-form .hs-form-field span.hs-form-required {
    margin-left: 0;
}


.blog-listing:not(.diff-listing) .widget-span.blog-content {
    width: 100%;
}

.post-header.diff {
    margin: 0;
}

.blog-listing.diff-listing {}

.blog-listing.diff-listing .blog-content {
    padding:  0;
    width: 65%;
    background: transparent;
    padding-top: 3vw;
    padding-right: 15px;
}

.blog-listing.diff-listing .blog-content .blog-listing-wrapper.cell-wrapper {
    padding: 0;
}

.blog-listing.diff-listing .blog-content .post-item {
    width:  100% !important;
    text-align:  left;
    padding:  0 !important;
    margin: 0 0 100px !important;
    height: auto !important;
    box-shadow: none !important;
}

.blog-listing.diff-listing .blog-content .post-item .post-header h3 > a {
    color: #3EC35D;
}

.blog-listing.diff-listing .blog-content .post-item .post-header h3 {
    font-size: 21px;
    line-height: 1.3em;
}

.blog-listing.diff-listing .blog-content .post-item .post-header span.post-meta-infos {
    font-size: 0.9em;
    position: relative;
    top: 0;
    display: block;
    line-height: 1.85em;
}

.blog-listing.diff-listing .blog-sidebar.topic-sidebar {
    background: #f8f8f8;
    padding: 3vw;
    width: 35%;
    margin-top: 3vw;
    margin-left: 0 !important;
}

.blog-listing.diff-listing .blog-sidebar.topic-sidebar .hs-rss-item-text {
    font-size: 11px;
}

.blog-listing.diff-listing .blog-sidebar.topic-sidebar a.hs-rss-title {
    font-weight: bold;
}

.blog-sidebar .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
    border-radius: 100%;
}
.blog-listing.diff-listing .blog-content .post-item .post-header {
    margin: 0;
}
.blog-listing.diff-listing .hs-author-profile.top-profile {
    position: relative;
    margin-bottom: 40px;
    padding: 0 0 44px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-right: 50px;
    border-color: transparent;
}

.blog-listing.diff-listing .hs-author-profile.top-profile .hs-author-avatar {
    float: left;
    margin-right: 50px;
}

.blog-listing.diff-listing .hs-author-profile.top-profile h3.hs-author-name {
    margin-bottom: 8px;
}

.blog-listing.diff-listing h4.hs-author-listing-header {
    padding-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1em;
    color: #999;
}
.blog-listing.diff-listing.author-page .post-item {
    margin-bottom: 40px !important;
}

.blog-listing.diff-listing.author-page a.more-link {
    display: none;
}

.blog-listing.diff-listing.author-page .blog-content {
    margin-top: 0 !important;
}
.blog-listing.diff-listing .blog-content .post-item .post-header span.post-meta-infos a {
    color: #999;
}

.blog-listing.diff-listing .blog-content .post-item .post-header span.post-meta-infos a:hover {
    color: #285f31;
}
.cm-global-form .hs-form-field > label+legend {
    display: none !important;
}

.our-service-lay.new .cm-banner-area.type2 p a {
    text-decoration: none;
}

.our-service-lay.new .cm-banner-area.type2 p a:hover {
    text-decoration: underline;
}


.row-fluid .recentarea-post { background:#F8F8F8; padding:50px 0;  }
.row-fluid .blogLink a { color:#3EC35D; font-size:38px; line-height:48px; margin-bottom:40px; float:left; width:100%; }  
.row-fluid .recentpost-main  { text-align:center; margin: 0 !important;  width: 100%; float: left;}
.row-fluid .recentpost-main .recent-post { width:calc(25% - 20px); float:left; padding:20px; background:#fff; margin:0 10px; }
.row-fluid .recentpost-main .recent-img { width:150px; height:150px; border-radius:50%; float:none; display:inline-block; background-size: cover !important; margin-bottom:20px;}  
.row-fluid .recentpost-main .recentpost-date { width:100%; float:left; font-size:14px; color:#999; }

.row-fluid .recentpost-main .recent-inner { width:100%; float:left;  color:#999;}
.row-fluid .recentpost-main .recentpost-title { width:100%; float:left;  }
.row-fluid .recentpost-main .recentpost-title a { width:100%; float:left;  color:#3EC35D; font-size:18px; line-height:24px; margin:10px 0; }
.row-fluid .recentpost-main .recentpost-content { width:100%; float:left;  color:#999;}


@media (min-width: 768px) and (max-width: 1200px){ 
    .row-fluid .recentpost-main .recent-post { width:calc(50% - 20px); margin:10px; }
	.row-fluid .blogLink a { font-size: 34px; line-height: 40px; margin-bottom: 30px;} 
}

@media (min-width: 30px) and (max-width: 767px){
    .row-fluid .recentpost-main { width:100%;  margin-bottom:20px;}
    .row-fluid .recentpost-main .recent-post { width:100%; margin:0 0 20px; float:none; display:inline-block; max-width:480px; }
    .row-fluid .recentpost-main .recent-inner { height:auto !important; }

}



/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media only screen and (min-width: 991px) {
    .twocolmain {
        padding-left: 0px !important;
    }
    .hs-cm-two-col-filter-wrap {
        padding-left: 3%;
        padding-right: 3%;
    }
    
    .cm-filter-menu {
        width: 94% !important;
        margin-right: 3% !important;
        margin-left: 3% !important;
    }
    
    .cm-team-inner-lay .cm-three-col-group .cm-left-col {
        width: 40% !important;
    }
    
    .cm-team-inner-lay .cm-three-col-group .cm-left-col + .main-content {
        width: 60% !important;
        margin-left: 0;
    }
    
    .cm-team-inner-lay .cm-three-col-group .cm-mobile-bottom-container {
        width: 40% !important;
        float: left !important;
    }
}

@media only screen and (min-width: 1199px) {
    .hs-cm-two-col-filter-wrap {
        padding-left: 1.5%;
        padding-right: 1.5%;
    }
    
    .cm-filter-item {
        float: left;
        width: 50%;
        padding-left: 1.5%;
        padding-right: 1.5%;
    }
    
    .cm-team-inner-lay .cm-three-col-group .cm-left-col {
        width: 35% !important;
    }
    
    .cm-team-inner-lay .cm-three-col-group .cm-left-col + .main-content {
        width: 65% !important;
        margin-left: 0;
    }
    
    .cm-team-inner-lay .cm-three-col-group .cm-mobile-bottom-container {
        width: 35% !important;
        float: left !important;
    }
    
    .post-item {
        width: 22.75%;
        margin-left: 3%;
    }
    
    .post-item:nth-child(4n + 1) {
        margin-left: 0;
        clear: left;
    }
}
@media only screen and (max-width: 1550px) {
    .cm-sidebar-lay.type-two .cm-right-sidebar .cm-one-col-type {
        margin-left: -40px;
        margin-right: -40px;
    }
    
    .cm-banner-area.with-icon span.av-icon-char {
        left: -25px;
        width:  30px;
        height:  30px;
        line-height: 30px;
        font-size: 32px;
    }
}
@media only screen and (max-width: 1420px) and (min-width: 1200px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li.login > a {
        padding: 11px 15px 10px;
        margin-top: 19px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.login {
        right: 9%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.login-corporate {
        right: -1%;
        width: 120px;
        top: 24%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.login-corporate > a {
        margin-top: -2px;
    }
    .cm-three-col-lay .cm-green-bg-form {
        padding-left:  40px !important;
        padding-right: 40px !important;
    }
    
    .cm-three-col-lay .cm-one-col-flexible-bg-wrap {
        padding-left:  40px;
        padding-right: 40px;
    }
     .home-lay .header-container .widget-span.cm-logo {
        margin-right: 0;
        width: 200px;
    }
    .home-lay .header-container .custom-menu-primary .hs-menu-wrapper > ul > li.login {
        right: 6.8%;
        top: -4%;
    }
    .home-lay .header-container .custom-menu-primary .hs-menu-wrapper > ul > li.login-corporate {
        right: -4%;
        width: 120px;
        top: 19%;
    }
}
/*@media only screen and (max-width: 1426px) and (min-width: 991px) {
    .cm-team-inner-lay .sidebar-menu .hs-menu-wrapper > ul+img {
        width: 210px !important;
    }
}
@media only screen and (max-width: 1020px) and (min-width: 991px) {
    .cm-team-inner-lay .sidebar-menu .hs-menu-wrapper > ul+img {
        width: 210px !important;
    }
}*/
@media only screen and (max-width: 1420px) {
    .cm-top-footer-wrapper .cm-kaislanet-menu .hs-menu-wrapper > ul ul li:first-child > a, .cm-contact-col a.avia-button {
        padding-left:  25px;
        padding-right: 25px;
    }
    
    .cm-top-footer-wrapper .cm-footer-menu .hs-menu-wrapper > ul ul li a, .cm-contact-col ul li a {
        padding-right: 15px;
    }
    
    .cm-bottom-menu .hs-menu-wrapper > ul > li > a {
        padding-right: 35px;
    }
    .cm-sales-lay .row-three .cm-right-col {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media only screen and (max-width: 1240px) {
    
    .cm-our-team-lay .cm-three-col-flexi .hs_cos_wrapper_type_custom_widget {
        width: 33.33%;
        margin-left: 0;
    }
}
@media (max-width: 1199px) {
    .cm-fw-lay .cm-banner-area {
        margin-top: 0;
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul ul {
        margin-top: 1px;
    }
    .row-fluid .widget-span.cm-logo {
        margin-left:  0;
        margin-right: 0;
    }
    .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul li a {
        padding-left: 81px;
        font-size: 14px;
    }
    .breadcrumb-menu {
        display: none !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.login {
        margin: 0;
        padding: 0;
        position: relative;
        float: none;
        clear: both;
        top:  unset;
        right: unset;
        padding: 13px 29px;
        margin-top: 15px;
        margin-bottom: 18px;
        display: block;
        width: 100%;
        margin-top: 0;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.login > a {
        display: inline-block;
        line-height: 38px;
        padding-top: 9px;
        padding-bottom: 9px;
        padding-left: 0px;
        padding-right:  0;
        min-width:  110px;
        text-align: center;
        font-size: 20px;
        margin-top: 0;
    }
    .custom-menu-primary .hs-menu-wrapper>ul li.active-branch > a {
        color: #3EC35D;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.login-corporate > a span.small {
        display:  block;
        line-height: normal;
        margin-top: 2px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.login-corporate > a {
        padding: 0 0 10px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.login-corporate {
        margin-bottom: 16px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.login > a {
        line-height: 25px;
        padding-bottom: 13px;
        padding-top:  13px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.login {
        padding-top: 19px;
        margin-bottom: 0;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.login-corporate > a {
        padding-top: 6px;
        padding-bottom: 8px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.login-corporate {
        margin-top: 7px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.login-corporate > a span.small {
        margin-top: 5px;
    }
    .show-mobile-nav {
        overflow: hidden;
    }
    body {
        font-size: 16px;
    }
    .error-content-one h1 {
        margin-top: 1.5em;
    }
    .banner-main-content {
        padding: 20px 0px 20px 0px;
    }
    .cm-lay .body-container-wrapper {
        padding-top: 0;
    }
    .left-sidebar-lay .content-wrapper .sidebar-left,
    .left-sidebar-lay .content-wrapper .main-content {
        padding-top: 3%;
        padding-bottom: 3%;
    }
    
    .left-sidebar-lay .content-wrapper .sidebar-left {
        width: 30%;
    }
    
    .left-sidebar-lay .content-wrapper .main-content {
        width: 70%;
        margin-left: 0;
        padding-left: 56px;
    }
    .avia-image-container-inner.image-hover-effect {
        padding: 20px 40px 20px 40px;
    }
    .cm-one-col-flexible-bg-wrap.half {
        width: 50%;
    }
    .cm-lr-space {
        padding-left: 40px !important;
        padding-right: 40px !important;
        padding-bottom: 20px;
    }
    
    .cm-one-col-content-wrap.first {
        padding-bottom: 20px;
    }
    .content-wrapper .hs_cos_wrapper_type_space {
        height: 0;
    }
    .cm-testimonial-wrap .avia-testimonial-image {
        margin-left: 40px;
    }
    .cm-testimonial-wrap.cm-two-col-type .cm-col,
    .cm-two-col-bg-type .cm-col {
        padding: 20px 40px 40px;
    }
    .cm-ex-team-lay .cm-page-title {
        margin-bottom: 20px;
    }
    .cm-fw-form-lay .body-container .widget-type-header {
        padding: 20px 0;
    }
    .equal-col-form .main-content > div > div > .widget-span.span6.cm-global-form  {
        padding: 20px 40px 20px 40px;
    }
    .cm-our-team-lay .row-one-top,
    .cm-our-team-lay .row-two-top {
        padding: 20px 0;
    }
    
    .equal-col-form .cm-one-col-flexible-bg-wrap.full {
        padding: 20px 40px 20px 40px;
    }
    .cm-sidebar-lay.type-two .cm-right-sidebar .cm-one-col-type {
        margin-left: -40px;
        margin-right: -40px;
    }
    .cm-sidebar-lay.type-two .team-img-container {
        float: none;
    }
    .cm-testimonial-wrap.cm-one-col-type .cm-col.col-one {
        padding: 2em;
    }
    .cm-employee-lay .cm-one-col-flexible-bg-wrap.full {
        padding-left:  40px;
        padding-right:  40px;
        padding-bottom: 20px;
    }
    .hr-web-lay .cm-row-three .cm-three-col-bg-img-wrap .inner-container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .cm-three-col-lay .widget-span.cm-left-col.cm-lr-space {
        width:  100%;
    }
    
    .cm-three-col-lay .widget-span.cm-common-col {
        width: 48%;
        margin-left: 0;
    }
    
    .cm-three-col-lay .widget-span.cm-lr-space.cm-common-col {
        margin-left: 4%;
    }
    
    .cm-three-col-lay .cm-one-col-flexible-bg-wrap {
        padding-left:  40px;
        padding-right: 40px;
        text-align: center;
    }
    .cm-our-team-lay .cm-three-col-flexi .hs_cos_wrapper_type_custom_widget {
        padding-left: 20px;
        padding-right: 20px;
    }
    .cm-sales-lay .row-three .cm-global-form, .cm-sales-lay .row-three .cm-right-col {
        width:  100%;
        margin-left: 0;
    }
    
    .cm-sales-lay .row-three .cm-right-col {
        padding-left:  40px !important;
        padding-right: 40px !important;
    }
    .cm-employee-lay .widget-span.cm-left-col {
        padding-bottom: 20px;
    }
    
    .sidebar-type3-lay .cm-row-four .cm-green-bg-form {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .home-lay .header-container .page-center > div {
        padding: 0 6%;
    }
    .home-lay .widget-span.cm-header {
        top: 2vw;
    }
    
    .home-lay .cm-logo img {
        margin: 0;
    }
    
    .home-lay .mobile-icon {
        right: 4%;
        color: #fff;
        top: 9px;
    }
    .cm-home-main-slider .hs_cos_gallery_main .slick-slide-inner-wrapper:before {
        padding-top: 50%;
    }
    .our-service-lay .center-content {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .cm-team-inner-lay .body-container-wrapper .container-fluid .row-fluid .page-center {
        max-width: 94%;
        padding-left: 0;
        padding-right: 0;
    }
    
    .post-item {
        width: 48%;
        margin-left: 4%;
        margin-bottom: 3%;
    }
    
    .post-item:nth-child(2n + 1) {
        margin-left: 0;
        clear: left;
    }
    .cm-team-inner-lay .cm-top-pane-content {
        margin-bottom: 6%;
    }
    .home-lay .cm-testimonial-wrap.cm-one-col-type .cm-col.col-one {
        padding-left: 40px;
    }

}
@media (max-width: 1100px) {
    .cm-top-footer-wrapper .page-center .span3.widget-span {
        width:  100%;
        margin-left:  0;
        text-align: center;
        margin-bottom: 3%;
    }
    
    .cm-contact-menu .hs-menu-wrapper > ul ul {
        margin-top: 0;
    }
    
    .cm-contact-menu .hs-menu-wrapper > ul > li > a {
        margin-top:  0;
        margin-bottom: 0;
    }
    
    ul.cm-footer-social li {
        display: block;
        margin: 0 auto;
    }
    
    .cm-top-footer-wrapper ul.cm-footer-social {
        padding-top:  0;
        display:  inline-block;
        text-align: left;
    }
    
    .widget-span.cm-footer-right-logos {
        width:  100%;
        margin-left:  0;
        text-align: center;
    }
    
    .widget-span.cm-bottom-menu {
        width:  100%;
        text-align: center;
    }
    .cm-contact-col a.avia-button {
        margin-bottom: 0;
    }
    .cm-recent-post-wrapper .cm-container > .post-item {
        width:  100%;
        margin-left: 0 !important;
        margin-bottom: 6%;
    }
    
    .cm-recent-post-wrapper .cm-container {
        margin-bottom: 0;
    }
}
@media (max-width: 990px) {
    .cm-team-inner-lay .cm-three-col-group .main-content {
        min-height:auto;
    }
    .laskuri-module {
        margin-top: 70px;
    }
    .cm-banner-area {
        margin-top: 0;
    }
    .custom-menu-primary .hs-menu-wrapper>ul > li > ul {
        margin-top: -2px;
        padding-bottom: 1px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul li a {
        line-height: 25px;
        padding-bottom: 12px;
    }
    .row-fluid .cm-top-footer-wrapper {
        width: 100%;
    }
    
    .cm-footer-right-logos ul li {
        width:  100%;
        display:  block;
        margin-bottom: 20px;
    }
    
    .widget-span.cm-footer-right-logos {
        margin-bottom: 20px;
    }
    
    .widget-span.cm-bottom-menu {
        margin-bottom: 27px;
    }
    
    .cm-top-footer-wrapper .cm-footer-menu .hs-menu-wrapper > ul ul li a, .cm-contact-col ul li a {
        padding: 12px 0;
        font-size: 1.1em;
    }
    body {
        font-size: 15px;
    }
    
    .cm-top-footer-wrapper .cm-kaislanet-menu .hs-menu-wrapper > ul ul li:last-child {
        margin-top: 0;
    }
    
    .cm-top-footer-wrapper .cm-kaislanet-menu .hs-menu-wrapper > ul ul li {
        margin-top: 0;
    }
    
    .cm-top-footer-wrapper .page-center .span3.widget-span {
        margin-bottom: 20px;
    }
    
    .cm-top-footer-wrapper .cm-kaislanet-menu .hs-menu-wrapper > ul ul li:first-child > a, .cm-contact-col a.avia-button {
        display:  block;
        text-align:  center;
        margin-top:  3px;
        margin-bottom: 20px;
    }
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li > a {
        line-height: 25px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul li a {
        line-height: 25px;
    }
    .container-fluid .row-fluid .page-center {
        width: 96%;
        max-width: 96%;
        padding-left: 0;
        padding-right: 0;
    }
    .cm-logo img {
        width: 100% !important;
    }
    
    .row-fluid .widget-span.cm-logo {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    h1 {
        font-size:2.25em
    }

    h2 {
        font-size: 1.75em
    }

    h3,
    .widget-type-google_search label,
    .cm-top-footer-wrapper h3,
    .cm-top-footer-wrapper .cm-kaislanet-menu .hs-menu-wrapper > ul > li > a, 
    .cm-contact-menu .hs-menu-wrapper > ul > li > a,
    .cm-gray-bg-form h3.form-title,
    .cm-global-form h3.form-title {
        font-size: 1.5em
    }

    h4 {
        font-size: 1.25em
    }
    .cm-banner-area {
        width: 100%;
    }
    
    .widget-span.cm-header {
        min-height: 80px;
    }
    
    .banner-main-content {
        margin: 0;
        margin-bottom: 0;
        width: 100%;
    }
    
    .cm-banner-area .page-center {
        padding-top: 80px;
    }
    .left-sidebar-lay .content-wrapper .main-content {
        width:  100%;
        padding-left: 0;
        margin-bottom: 20px;
    }
    
    .left-sidebar-lay .content-wrapper .sidebar-left {
        width: 100%;
    }
    
    .left-sidebar-lay .content-wrapper > div.row-fluid-wrapper:first-child > .row-fluid {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        flex-basis: 100%;
    }
    
    .cm-one-col-left-icon-wrap .right-content h4 {
        font-size: 1.3em;
    }
    
    .sidebar-menu .hs-menu-wrapper > ul {
        margin-left: 0;
        padding-bottom: 24px;
    }
    .avia-image-container-inner.image-hover-effect {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .cm-one-col-flexible-bg-wrap.half {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 90px;
    }
    .cm-three-col-linked-img-wrap .cm-col,
    .hr-web-lay .widget-span.cm-left-col {
        width: 100%;
    }
    .cm-three-col-type .cm-col {
        display: block;
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    
    .cm-three-col-type {
        display: block;
    }
    
    .content-wrapper .hs_cos_wrapper_type_space {
        height: 20px;
    }
    .avia-testimonial-content p {
        font-size: 1.25em;
    }
    .cm-testimonial-wrap.cm-two-col-type .cm-col,
    .cm-two-col-bg-type .cm-col {
        width: 100%;
        padding: 20px 40px 20px;
    }
    .cm-fw-lay.some-space .cm-one-col-content-wrap.cm-lr-space:not(.first) {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
        padding-bottom: 20px;
    }
    .cm-ex-team-lay .hs-cm-three-col-wrap .hs_cos_wrapper_type_widget_container {
        margin: 0;
    }
    
    .cm-ex-team-lay .hs-cm-three-col-wrap .hs_cos_wrapper_type_custom_widget {
        width: 100%;
        padding-left: 6% !important;
        padding-right: 6% !important;
    }
    .cm-fw-form-lay .body-container .widget-type-header {
        padding: 20px 0 40px;
    }
    .cm-gray-bg-form {
        margin-bottom: 20px;
    }
    .equal-col-form .main-content > div > div > .widget-span.span6 {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    
    .equal-col-form .main-content > div > div > .widget-span.span6.cm-global-form {
        width:  100%;
        margin-left: 0;
    }
    
    .cm-sidebar-lay.type-two .team-img-container {
        float: none;
    }
    
    .cm-banner-area.with-icon span.av-icon-char {
        display: none;
    }
    
    .cm-banner-area.with-icon .banner-main-content {
        padding-top: 20px;
    }
    
    .cm-sidebar-lay.type-two .main-content {
        width: 100%;
    }
    
    .cm-sidebar-lay.type-two .cm-right-sidebar {
        width: 100%;
    }
    .cm-sidebar-lay.type-two .cm-right-sidebar .cm-one-col-type {
        margin-top: -20px;
    }
    .cm-sidebar-lay.type-two .cm-right-sidebar {
        padding-bottom: 0;
    }
    .cm-sidebar-lay.type-two .team-img-container {
        float: left;
    }
    .cm-employee-lay .widget-type-rich_text.cm-left-col {
        width: 100%;
        padding-bottom: 20px;
    }
    
    .cm-employee-lay .widget-span.cm-right-col {
        width:  100%;
        margin-left: 0;
    }
    
    .cm-employee-lay .cm-one-col-flexible-bg-wrap.full {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    
    .cm-employee-lay .cm-row-three .cm-three-col-bg-img-wrap .cm-col {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    .cm-employee-lay .main-content {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .cm-employee-lay  .widget-span.cm-right-sidebar {
        width:  100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .hr-web-lay .cm-row-rwo .cm-right-col {
        margin: 20px 0;
    }
    
    .hr-web-lay .cm-row-rwo .cm-three-col-bg-img-wrap .inner-container {
        padding-bottom: 20px;
    }
    
    .hr-web-lay .cm-row-rwo .cm-three-col-bg-img-wrap .cm-col {
        background-size: cover;
    }
    
    .hr-web-lay .widget-span.cm-right-sidebar {
        padding-top: 20px;
    }
    .hr-web-lay .cm-row-three .cm-three-col-bg-img-wrap .inner-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .apply-job-lay .cm-one-col-flexible-bg-wrap.full {
        margin-top:  0;
    }
    .cm-employee-lay .cm-one-col-flexible-bg-wrap.full {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .cm-about-english-lay .widget-span.cm-left-col {
        width: 100%;
        margin-bottom: 7px;
    }
    
    .cm-about-english-lay .widget-span.cm-right-col {
        width:  100%;
        margin-left: 0;
    }
    
    .cm-about-english-lay .widget-span.cm-green-bg-form {
        width:  100%;
        margin-top: 0;
    }
    
    .cm-about-english-lay .cm-lr-space p+h3 {
        padding-top: 15px;
    }
    .cm-three-col-lay .widget-span.cm-common-col {
        width:  100% !important;
        margin-left: 0 !important;
        margin-bottom: 20px;
    }
    
    .cm-three-col-lay .widget-span.cm-left-col.cm-lr-space {
        padding-bottom: 20px;
    }
    .cm-about-english-lay .widget-span.cm-green-bg-form {
        margin-bottom: 6%;
    }
    .cm-our-team-lay .cm-three-col-flexi .hs_cos_wrapper_type_custom_widget {
        width: 100%;
        padding: 20px 40px 20px 40px;
        margin: 0;
        margin-bottom: 20px;
    }
    
    .cm-our-team-lay .row-one-top, .cm-our-team-lay .row-two-top {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
        padding: 20px 0px 20px 0px;
    }
    .hr-web-lay .widget-span.cm-right-col,
    .model-lay .widget-span.cm-left-col,
    .model-lay .widget-span.cm-right-col {
        width: 100%;
        margin-left: 0;
    }
    .cm-entrepreneurship-lay .cm-row-three .cm-lr-space {
        padding-top: 0;
        padding-bottom: 20px;
    }
    
    .cm-entrepreneurship-lay .cm-left-col, .cm-entrepreneurship-lay .cm-right-col {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    
    
    .cm-entrepreneurship-lay .cm-row-three .cm-three-col-bg-img-wrap .cm-col {
        background-size: cover;
    }
    
    .cm-entrepreneurship-lay .hr-web-lay .cm-row-three {
        margin-bottom: 0;
    }
    .cm-sidebar-lay .main-content {
        width: 100%;
    }
    
    .cm-sidebar-lay .cm-sidebar {
        width:  100%;
        margin-left:  0;
        margin-top: 20px;
    }
    
    .cm-sales-lay .cm-row-one .cm-left-col,
    .cm-sales-lay .cm-row-one .cm-right-col,
    .cm-sales-lay .row-three .cm-global-form,
    .cm-sales-lay .row-three .cm-right-col {
        padding-bottom:20px;
    }
    .cm-sales-lay .widget-span.common-col {
        width:  100% !important;
        margin-left: 0 !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .cm-sales-lay .row-two .cm-row-flexi {
        width: 100%;
    }
    .cm-employee-lay .widget-type-rich_text.cm-left-col {
        margin-bottom: 20px;
    }
    
    .cm-employee-lay .cm-row-rwo .cm-right-col {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .sidebar-type3-lay .cm-row-four {
        width: 100%;
    }
    .our-story-lay .popup-wrap {
        padding-right:  0 !important;
        text-align: center;
    }
    
    .our-story-lay .cm-row-three .span6.widget-span {
        width:  100%;
        margin-left:  0;
        margin-bottom: 20px;
    }
    
    .our-story-lay .cm-row-four {
        margin-top:  0;
    }
    .cm-three-col-top-circle-img-wrap .cm-col {
        width:  100%;
        margin-left: 0 !important;
        margin-top: 0;
        margin-bottom: 20px;
    }
    
    .cm-three-col-top-circle-img-wrap.row-fluid {
        margin-top: 20px;
    }
    
    .our-company-lay .row-one-top-pane h2 {
        margin-top: 2px;
    }
    
    .row-fluid .widget-span.cm-gray .page-center.content-wrapper {
        max-width: 100% !important;
        width: 100% !important;
    }
    
    .our-company-lay .cm-row.cm-row-two {}
    
    .our-company-lay .cm-row.cm-row-two .span6.widget-span.widget-type-custom_widget {
        width:  100%;
        margin-bottom:  20px;
        margin-left: 0;
    }
    
    .our-company-lay .cm-row-two .cm-one-col-flexible-bg-wrap {
        padding: 40px 40px 30px 40px;
    }
    
    .our-company-lay .cm-row-two .inner-container {
        padding-bottom: 20px;
    }
    
    .our-company-lay .cm-row-three {
        margin-top: 10px;
    }
    
    .our-company-lay .cm-row-four {
        padding-bottom: 0;
    }
    .row-fluid .widget-span.cm-gray {
        width: 100%;
    }
    .service-area-lay .cm-left-col p+h3 {
        margin-top: 45px;
    }
    
    .service-area-lay .cm-green-bg-form {
        margin-top: 20px;
    }
    
    .service-area-lay .cm-green-bg-form textarea {
        min-height: 180px;
    }
    
    .service-area-lay .cm-green-bg-form input.hs-button.primary.large {
        margin-top: 1.2em;
    }
    
    .service-area-lay .cm-green-bg-form > * {
        padding-bottom: 16px;
    }
    
    .service-area-lay .green-bg {
        margin-top: 20px;
    }
    
    .service-area-lay .row-fluid .widget-span.cm-gray .page-center.content-wrapper,
    .cm-news-lay .row-fluid .widget-span.cm-gray .page-center.content-wrapper {
        max-width: 100% !important;
        width: 100% !important;
    }
    
    .service-area-lay .green-bg .cm-row-two-top-pane {
        padding-left:  40px;
        padding-right:  40px;
        margin-bottom: 25px;
        padding-top: 20px;
    }
    
    .cm-three-col-type .cm-col:after {
        display:  table;
        content:  "";
        width: 100%;
    }
    .home-lay #site-wrapper {
        margin-top: 0;
    }
    .home-lay .widget-span.cm-header {
        top: 5vw;
    }
    .home-banner-area .banner-main-content {
        display: block;
    }
    
    .home-lay .header-container .page-center > div {
        padding: 0 3%;
    }
    
    .home-lay .cm-logo img {
        margin-top: 5px;
    }
    
    .home-lay .mobile-icon {
        top: 8px;
    }
    
    .cm-banner-area .page-center {
        padding-top: 60px;
    }
    
    .home-lay .cm-row-one .cm-common-row > div > div {
        display: block;
    }
    
    .home-lay .cm-row-one .cm-common-row .widget-span.common-col {
        display:  block;
        width:  100%;
        margin-bottom: 20px;
        padding-bottom: 27px;
    }
    
    .home-lay .cm-row-one .cm-common-row .widget-span.common-spacer {
        display: none;
    }
    
    .cm-one-col-linked-title-wrap h2 {
        text-align: left;
        padding-bottom: 10px;
    }
    
    .home-lay .row-one-bottom.cm-common-row {
        margin-top: 0;
    }
    
    .home-lay .cm-row-one .cm-common-row .widget-span.common-col.cm-home-row-one-right {
        margin-bottom: 0;
    }
    
    .home-lay .cm-row-one .cm-lr-space {
        padding-bottom: 20px;
    }
    .cm-home-main-slider .hs_cos_gallery_main ul.slick-dots li button {
        width: 35px;
        height: 35px;
    }
    
    .cm-home-main-slider .hs_cos_gallery_main ul.slick-dots li {
        width: 60px;
        height: 60px;
        margin-left: 3px;
        margin-right: 3px;
        border: 3px solid #fff;
    }
    
    .cm-home-main-slider .hs_cos_gallery_main ul.slick-dots {
        top: -30px;
    }
    
    .cm-home-main-slider .hs_cos_gallery_main .slick-slide-inner-wrapper .caption {
        width: 100%;
    }
    .home-lay .row-one-bottom .cm-home-row-one-left.common-col {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .home-banner-area .right-col .inner-space {
        position: static;
    }
    .our-service-lay .center-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .home-banner-area .right-col a.contact-via-phone .heading-color {
        right: 20px;
    }
    .cm-recent-post-wrapper .cm-col > h2 {
        font-size: 26px;
        padding-bottom: 15px;
    }
    
    .cm-recent-post-wrapper .cm-col {
        margin-bottom: 0;
    }
    
    .cm-recent-post-wrapper .cm-container > .post-item {
        margin-bottom: 20px;
    }
    .cm-recent-post-wrapper .cm-container {
        margin-bottom: 20px;
    }
    
    
    .cm-team-inner-lay .cm-three-col-group .cm-left-col {
        width: 100% !important;
        float: none !important;
    }
    
    .cm-team-inner-lay .cm-three-col-group .cm-left-col + .main-content {
        width:100% !important;
        margin-left: 0;
        float: none !important;
    }
    
    .cm-team-inner-lay .cm-three-col-group .cm-mobile-bottom-container {
        width: 100% !important;
        float: none !important;
    }
    
    .cm-team-inner-lay .avia-team-member {
        margin-bottom: 20px;
        margin-top: 0;
    }
    
    .cm-team-inner-lay .cm-top-pane-content > div {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    
    .post-item {
        width:100%;
        margin-left: 0;
        margin-bottom: 20px;
        float:none;
    }
    
    .post-item:nth-child(2n + 1) {
        margin-left: 0;
        clear: left;
    }
    
    .cm-blog-banner-wrapper.page-center {
        margin: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 !important;
    }
    
    .cm-blog-banner-inner-content {
        padding: 20px 40px 20px 40px;
        width: 100%;
    }
    
    .page-center.blog-content-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 auto !important;
        background-color: #f8f8f8;
        color: #999;
    }
    
    .page-center.blog-content-wrapper .blog-content {
        padding: 0;
        max-width: 96%;
        margin: 0 auto !important;
        float: none !important;
    }
    
    .blog-post .blog-content {
        width: 100% !important;
    }
    
    .blog-post .blog-content + .blog-sidebar {
        margin-top: 30px;
        width: 100%;
    }
    
    .blog-post .blog-content + .blog-sidebar > div {
        margin-left: 0;
    }
    .cm-team-inner-lay .sidebar-menu {
        padding: 0 3%;
    }
    
    .cm-team-inner-lay .sidebar-menu .hs-menu-wrapper > ul {
        padding-left: 0;
        padding-bottom: 0;
    }
    .cm-team-inner-lay .cm-mobile-bottom-container .cm-green-bg-form {
        margin-top:  20px;
        margin-bottom: 20px;
    }
    
    .cm-team-inner-lay .cm-one-col-flexible-bg-wrap {
        padding-bottom: 20px;
    }
    .cm-team-inner-lay .cm-mobile-bottom-container .cm-col {
        background-size: cover;
    }
    .home-lay .cm-green-bg-form {
        margin-top: 0;
    }
    .cm-banner-area .page-center {
        padding-top: 0;
    }
    .home-banner-area .page-center {
        padding-top: 80px;
    }
    .home-banner-area {
        margin-top: -1px;
    }
    .blog-listing.diff-listing .blog-content {
        max-width: 100%;
        width: 100%;
        padding-top: 3vw;
        margin-top: 25px !important;
    }
    
    .blog-listing.diff-listing .page-center.blog-content-wrapper {
        background:  transparent;
        padding-left: 3% !important;
        padding-right: 3% !important;
    }
    
    .blog-listing.diff-listing .blog-sidebar.topic-sidebar {
        width: 100%;
    }
    
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    .container-fluid .row-fluid .page-center {
        max-width: 100%;
        width: 100%;
        padding-left: 3%;
        padding-right: 3%;
    }
    
    .cm-logo img {
        width: 200px !important;
        margin: 0;
    }
    
    .row-fluid .widget-span.cm-logo {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .cm-bottom-menu .hs-menu-wrapper > ul > li > a {
        padding: 12px 0;
    }
    .cm-top-footer-wrapper .cm-footer-menu .hs-menu-wrapper > ul ul li a,
    .cm-contact-col ul li a {
        text-align: center;
    }
    
    .cm-top-footer-wrapper .cm-kaislanet-menu .hs-menu-wrapper > ul ul li:first-child > a,
    .cm-contact-col a.avia-button {
        margin: 3px 0;
    }
    h1,
    .left-sidebar-lay .content-wrapper .main-content h1:first-child {
        font-size: 1.8em;
        line-height: 1.15
    }
    
    h2 {
        font-size: 1.4em
    }
    
    h3,
    .team-member-name,
    .widget-type-google_search label,
    .cm-top-footer-wrapper h3,
    .cm-top-footer-wrapper .cm-kaislanet-menu .hs-menu-wrapper > ul > li > a, 
    .cm-contact-menu .hs-menu-wrapper > ul > li > a{
        font-size: 1.2em
    }
    
    h4 {
        font-size: 1.1em
    }
    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"],
    input[type="file"],
    textarea,
    select {
        max-width:100% !important;
        width:  100% !important;
    }
    body {
        font-size: 14px;
    }
    .body-container .hs-form fieldset.form-columns-2 .hs-form-field {
        width:  100%;
        padding-right: 0;
    }
    
   /* form.hs-form fieldset .hs-form-field {
        padding-right: 0;
    } */
  
  	form.hs-form fieldset .hs-form-field { padding: 0 !important; 
  	}
    .cm-top-footer-wrapper .page-center {
        padding-bottom: 0;
        padding-top: 0;
    }
    .cm-kaislanet-menu {
        padding-left: 0;
    }
    .row-fluid .cm-top-footer-wrapper {
        padding-top: 30px;
    }
    .body-container .hs-menu-wrapper li {
        margin-left: 0;
    }
    .left-sidebar-lay .content-wrapper .sidebar-left {
        display: none;
    }
    .cm-share-box-wrapper .av-share-box ul.social-list > li {
        display: block !important;
        margin-bottom: 20px;
    }
    
    .cm-share-box-wrapper .av-share-box ul.social-list > li a {
        margin-right: 0;
    }
    
    .cm-one-col-left-icon-wrap .right-content h4 {
        font-size: 1.15em;
        text-transform: none;
        font-weight: 200;
        padding-top: 0.8em;
        line-height: 1.5;
    }
    .left-sidebar-lay .content-wrapper {
        padding-bottom: 0;
    }
    .avia-image-container-inner.image-hover-effect {
        padding-left: 0;
        padding-right: 0;
    }
    .cm-one-col-flexible-bg-wrap.half {
        line-height: 26px;
    }
    .cm-one-col-flexible-bg-wrap.half a.avia-button.avia-color-theme-color {
        margin: 16px auto;
    }
    .cm-lr-space {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .banner-main-content {
        padding-left:  0;
        padding-right: 0;
    }
    .avia-testimonial-content p {
        font-size: 1.15em;
        line-height: 1.4;
    }
    a.aviablank.avia-testimonial-link {
        padding: 8px 2em;
    }
    .cm-testimonial-wrap .cm-col .inner-container {
        padding: 20px 0;
    }
    .cm-ex-team-lay .hs-cm-three-col-wrap .hs_cos_wrapper_type_custom_widget {
        margin-bottom: 3%;
    }
    .team-member-description {
        overflow: hidden;
    }
    .team-member-job-title {
        overflow: hidden;
    }
    .equal-col-form .main-content > div > div > .widget-span.span6.cm-global-form {
        padding-left: 0;
        padding-right: 0;
    }
    .cm-sidebar-lay.type-two .cm-right-sidebar .cm-one-col-type {
        margin-left: 0;
        margin-right: 0;
    }
    .cm-green-bg-form {
        padding: 20px !important;
    }
    .cm-three-col-lay .cm-one-col-flexible-bg-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .cm-our-team-lay .row-one-top, .cm-our-team-lay .row-two-top {
        padding-left:  0;
        padding-right: 0;
    }
    
    .cm-our-team-lay .cm-three-col-flexi .hs_cos_wrapper_type_custom_widget {
        padding-left:  0;
        padding-right: 0;
    }
    .cm-sales-lay .widget-span.common-col {
        padding-left:  0 !important;
        padding-right: 0 !important;
    }
    .our-company-lay .row-fluid .row-one-top-pane p,
    .our-company-lay .cm-row-three .hs-cm-left-col p,
    .our-service-lay .para-width p {
        max-width: 100%;
    }
    .cm-testimonial-wrap.cm-two-col-type .cm-col, 
    .cm-two-col-bg-type .cm-col {
        padding-left: 20px;
        padding-right: 20px;
    }
    .service-area-lay .cm-green-bg-form > * {
        padding-left:  0;
        padding-right: 0;
    }
    
    .service-area-lay .row-fluid .widget-span.cm-gray .page-center.content-wrapper,
    .cm-news-lay .row-fluid .widget-span.cm-gray .page-center.content-wrapper {
        max-width: 100% !important;
        width: 100% !important;
    }
    .cm-three-col-type.cm-left-icon-type-wrap .cm-col {
        padding-left: 20px;
        padding-right: 20px;
    }
    .cm-home-main-slider .hs_cos_gallery_main .slick-slide-inner-wrapper:before {
        padding-top: 80%;
    }
    .cm-home-main-slider .hs_cos_gallery_main ul.slick-dots li {
        margin-left: 2px;
        margin-right: 2px;
        display: inline-block;
        width: 40px;
        height: 40px;
        background: #3EC35D;
        border-radius: 50%;
        border: 2px solid #fff;
    }
    
    .cm-home-main-slider .hs_cos_gallery_main ul.slick-dots {
        top: -20px;
    }
    
    .cm-home-main-slider .hs_cos_gallery_main ul.slick-dots li button {
        width: 20px;
        height: 20px;
    }
    .home-lay .cm-row-one .row-one-top .cm-green-bg-wrap.cm-lr-space {
        padding: 20px 2em !important;
    }
    
    .home-lay .row-one-text-slider .caption p {
        padding-left:  0;
        padding-right: 0;
    }
    .home-lay .mobile-icon {
        right: 1%;
    }
    
    .home-lay .cm-logo img {
        margin-top: 0;
    }
    
    .cm-one-col-linked-title-wrap h2 {
        font-size: 26px;
    }
    
    .cm-one-col-linked-title-wrap .button-content {
        padding-top: 0;
        margin-bottom: 8px;
    }
    
    .home-banner-area .right-col .inner-space {
        position: static;
    }
    
    .button-content {
        padding-top: 0;
    }
    .our-service-lay .center-content {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .home-lay .row-one-text-slider .caption p {
        font-size: 1.15em;
        line-height: 1.4;
    }
    
    .home-lay .row-one-text-slider .caption p+strong {
        font-size: 15px;
        margin-left:  0;
        margin-top: 0;
    }
    .home-banner-area .banner-main-content {
        padding-left: 0;
        padding-right: 0;
    }
    .icon-img {
        width: 48px;
        height: 48px;
        background-size: 65%;
    }
    
    .cm-blog-banner-inner-content {
        padding: 20px;
    }
    
    .page-center.blog-content-wrapper .blog-content {
        max-width: 100%;
    }
    
    .av-share-box ul li {
        display: block !important;
        margin-bottom: 20px;
    }
    .cm-team-inner-lay .sidebar-menu {
        padding: 0;
    }
    .cm-team-inner-lay .sidebar-menu .hs-menu-wrapper > ul {
        width: auto;
    }
    .home-lay .cm-testimonial-wrap.cm-one-col-type .cm-col.col-one {
        padding-left: 2em;
    }
    .home-lay .header-container .page-center > div {
        padding: 0;
    }
    .custom-menu-primary .hs-menu-wrapper>ul > li > ul {
        margin-top: -1px;
        padding-bottom: 0;
        margin-bottom: -1px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul ul {
        margin-top: -1px;
    }
    .custom-menu-primary .hs-menu-flow-horizontal>ul {
        padding-top: 11px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul li a {
        line-height: 24px;
    }
    .fancybox-slide img {
        padding-left: 15px;
        padding-right: 15px;
    }
    .blog-listing.diff-listing .hs-author-profile.top-profile .hs-author-avatar {
        display: none;
    }
    .blog-listing.diff-listing .blog-sidebar.topic-sidebar {
        display: none;
    }

}  


@media (max-width: 600px) {
    .cm-team-inner-lay .sidebar-menu .hs-menu-wrapper > ul+img {
        width: 200px !important;
        margin-top: -340px;
    }
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  
    .avia-team-member#palveluvastaava {
    height: 400px;
    
    }
  
  
    ul.cm-footer-social li span.iconlist-char {
        display:  block;
        float:  none;
        margin: 0 auto;
    }
    
    .cm-top-footer-wrapper ul.cm-footer-social {
        display:  block;
        text-align: center;
    }
    .cm-one-col-flexible-bg-wrap.half {
        padding-left:  30px;
        padding-right: 30px;
        line-height: 26px;
    }
    .cm-testimonial-wrap .avia-testimonial-image {
        margin: 0;
        width: 100%;
        float: none;
        text-align: center;
        padding-bottom: 15px;
        height: auto;
    }
    
    .cm-sidebar-lay.type-two .team-img-container {
        float: none;
    }
    .avia-team-member .right-section {
        text-align: center;
        overflow: visible;
        margin-left: auto;
    }
    .avia-testimonial-image:after {
        left: 0;
    }
    .avia-team-member .team-img-container {
        float:  none;
        margin: 0 auto 10px;
    }
    
    .cm-ex-team-lay .avia-team-member {
        text-align: center;
    }
    .hs-button.primary, input[type="submit"], input[type="button"] {
        padding-left: 30px;
        padding-right: 30px;
    }
   /* .cm-three-col-type.cm-left-icon-type-wrap .iconlist_icon {
        float: left;
    }*/
    .body-container a.avia-button {
        padding-left:  45px;
        padding-right: 45px;
        margin-right:  0;
    }
    
    .cm-home-main-slider .hs_cos_gallery_main .slick-slide-inner-wrapper:before {
        padding-top: 115%;
    }
    .cm-home-main-slider .hs_cos_gallery_main ul.slick-dots li:last-child span:before {
        margin-right: -40%;
    }
    .cm-home-main-slider .hs_cos_gallery_main ul.slick-dots li:first-child span:before {
        margin-left: 40%;
    }
    .home-lay .body-container .home-banner-area a.avia-button {
        display: table;
    }
    .cm-team-inner-lay .sidebar-menu .hs-menu-wrapper > ul+img {
        float:  none;
        margin: 0 auto;
    }
    
    .cm-team-inner-lay .sidebar-menu .hs-menu-wrapper > ul {
        width:  100%;
        float:  none;
    }
    .cm-team-inner-lay .avia-team-member .team-img-container {
        margin-left: 0;
    }
    
    .avia-team-member {
        height: auto;
    }
    
    .cm-team-inner-lay .avia-team-member  .right-section {
        text-align: left;
    }
}
ul.hs-error-msgs.inputs-list {
    margin-bottom: 0;
}

.leadinModal-close { 
    text-align: right !important;
}