/* ==========================================================================
   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'); */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('//fonts.googleapis.com/css?family=Lato%3A700%2C400&#038;subset=latin%2Clatin-ext&#038;ver=1510849911');
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.1/css/font-awesome.css');
@import url('//fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700&#038;subset=latin%2Clatin-ext');
@import url('//fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
@font-face {
	font-family: bill_corp_narbook;
	src: url("https://cdn2.hubspot.net/hubfs/2868439/Unelmalaskuri/fonts/ogj_type_design_-_bill_corp_nar_book-webfont.woff2");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: bill_corp_narbold;
	src: url("https://cdn2.hubspot.net/hubfs/2868439/Unelmalaskuri/fonts/ogj_type_design_-_bill_corp_nar_bold-webfont.woff2");
	font-weight: 400;
	font-style: normal
}

/* 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: bill_corp_narbook, 'Lato';
    :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; }


.hs-menu-children-wrapper {
  background-color: #1E3A5D !important;
  padding: 10px !important;
  padding-right: 15px !important;
}
.hs-menu-children-wrapper a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 100 !important;
  margin-left: 8px;
}
.hs-menu-children-wrapper a:hover {
  color: #84abcc;
}

@font-face {
	font-family: 'westpro-body';
	font-style: normal;
	src: url('//cdn2.hubspot.net/hubfs/2868439/Westpro_Cc_Oy_November2017/font/170324010428Westpro-body.eot');
	src: url('//cdn2.hubspot.net/hubfs/2868439/Westpro_Cc_Oy_November2017/font/170324010428Westpro-body.eot') format('embedded-opentype'),
	     url('//cdn2.hubspot.net/hubfs/2868439/Westpro_Cc_Oy_November2017/font/170324010428Westpro-body.woff') format('woff');
}

@font-face {
	font-family: 'semibold';
	font-style: normal;
	src: url('//cdn2.hubspot.net/hubfs/2868439/Westpro_Cc_Oy_November2017/font/170420075209Semibold.eot');
	src: url('//cdn2.hubspot.net/hubfs/2868439/Westpro_Cc_Oy_November2017/font/170420075209Semibold.eot') format('embedded-opentype'),
	     url('//cdn2.hubspot.net/hubfs/2868439/Westpro_Cc_Oy_November2017/font/170420075209Semibold.woff') format('woff');
}

@font-face {
	font-family: 'roman';
	font-style: normal;
	src: url('//cdn2.hubspot.net/hubfs/2868439/Westpro_Cc_Oy_November2017/font/170420075231roman.eot');
	src: url('//cdn2.hubspot.net/hubfs/2868439/Westpro_Cc_Oy_November2017/font/170420075231roman.eot') format('embedded-opentype'),
	     url('//cdn2.hubspot.net/hubfs/2868439/Westpro_Cc_Oy_November2017/font/170420075231roman.woff') format('woff');
}

@font-face {
	font-family: 'book';
	font-style: normal;
	src: url('//cdn2.hubspot.net/hubfs/2868439/Westpro_Cc_Oy_November2017/font/170420075257book.eot');
	src: url('//cdn2.hubspot.net/hubfs/2868439/Westpro_Cc_Oy_November2017/font/170420075257book.eot') format('embedded-opentype'),
	     url('//cdn2.hubspot.net/hubfs/2868439/Westpro_Cc_Oy_November2017/font/170420075257book.woff') format('woff');
}


@font-face {
	font-family: 'westpro-header';
	font-style: normal;
	src: url('//cdn2.hubspot.net/hubfs/2868439/Westpro_Cc_Oy_November2017/font/170420075209Semibold.eot');
	src: url('//cdn2.hubspot.net/hubfs/2868439/Westpro_Cc_Oy_November2017/font/170420075209Semibold.eot') format('embedded-opentype'),
	     url('//cdn2.hubspot.net/hubfs/2868439/Westpro_Cc_Oy_November2017/font/170420075209Semibold.woff') format('woff');
}


/*
@font-face {
	font-family: 'westpro-header';
	font-style: normal;
	src: url('https://cdn2.hubspot.net/hubfs/2868439/Westpro_Cc_Oy_November2017/font/170324010332Westpro-header.eot');
	     url('https://cdn2.hubspot.net/hubfs/2868439/Westpro_Cc_Oy_November2017/font/170324010332Westpro-header.eot') format('embedded-opentype'),
	     url('https://cdn2.hubspot.net/hubfs/2868439/Westpro_Cc_Oy_November2017/font/170324010332Westpro-header.woff') format('woff');
}*/

@font-face {
    font-family: 'icomoon';
    src: url('//cdn2.hubspot.net/hubfs/2868439/Westpro_Cc_Oy_November2017/font/icomoon%20%281%29.eot');
    src: url('//cdn2.hubspot.net/hubfs/2868439/Westpro_Cc_Oy_November2017/font/icomoon%20%281%29.eot') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/2868439/Westpro_Cc_Oy_November2017/font/icomoon%20%281%29.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/2868439/Westpro_Cc_Oy_November2017/font/icomoon%20%281%29.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/2868439/Westpro_Cc_Oy_November2017/font/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: bill_corp_narbook;
	src: url("https://cdn2.hubspot.net/hubfs/2868439/Unelmalaskuri/fonts/ogj_type_design_-_bill_corp_nar_book-webfont.woff2");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: bill_corp_narbold;
	src: url("https://cdn2.hubspot.net/hubfs/2868439/Unelmalaskuri/fonts/ogj_type_design_-_bill_corp_nar_bold-webfont.woff2");
	font-weight: 400;
	font-style: normal
}

/* ==========================================================================
   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-family: bill_corp_narbook, 'Lato';
    :font-family: Lato, sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
}

html body, h1, h2, h3, h4, h5, h6 {
    color: #1e3a5d;
}
/* Page Center */
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1425px;
    margin: 0 auto;
    padding: 0 90px;
}

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



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

/* Basic text */
p {
    -webkit-font-smoothing: subpixel-antialiased;
}
small {}
strong {
    font-family: bill_corp_narbold, 'Lato';
    :font-family: Lato;
    font-weight: 600;
}
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: #444;
    letter-spacing: -0.5px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'Open Sans';
    font-weight: 600;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 45px;
    line-height: 70px;
    font-weight: 700;
    color: #fff!important;
    padding-bottom: 4px;
    padding-top: 10px;
    display: inline-block;
    position: relative;
    left: 10px;
    background: none repeat scroll 0 0 rgba(30,58,93,1);
    box-shadow: 15px 0 0 rgba(30,58,93,1), -15px 0 0 rgba(30,58,93,1);
    -moz-box-shadow: 15px 0 0 rgba(30,58,93,1),-15px 0 0 rgba(30,58,93,1);
    -webkit-box-shadow: 15px 0 0 rgba(30,58,93,1), -15px 0 0 rgba(30,58,93,1);
    -o-box-shadow: 15px 0 0 rgba(30,58,93,1),-15px 0 0 rgba(30,58,93,1);
    margin: 10px 0;
}
h2 {
    letter-spacing: 4px;
    font-size: 33px;
    line-height: 38px;
    font-weight: 700;
    color: #1e3a5d;
    margin:0 0 30px;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'westpro-header';
}
h3 {
    letter-spacing: 1px;
    font-size: 27px;
    line-height: 33px;
    font-weight: 400;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'westpro-header';
}
h4 {
    font-size: 19px;
    line-height: 34px;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'semibold' !important;
}
h5 {
    font-size: 18px;
    line-height: 32px;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'semibold' !important;
    font-weight: 400;
}
h6 {
    font-size: 17px;
    line-height: 30px;
}

/* Anchor Links */
a {
    color: #1e3a5d;
    text-decoration: none;
    transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    font-family: bill_corp_narbold, 'Lato';
    :font-family: 'westpro-header';
}
a:hover, a:focus {
    color: #676767;
}

/* Lists */
ul, ol {
    margin-left: 30px;
    margin-bottom: 30px;
    padding: 0;
    color: #676767;
    margin-top: 0;
}
ul ul, ul ol, ol ol, ol ul {}
li {
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'westpro-header' !important;
}

/* 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 {
    min-height: 89px;
    margin-bottom: 30px;
}
.header-container {}

.custom-header {
    background-color: rgba(30,58,93,100);
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'westpro-header'!important;
    width: 100% !important;
    top: 0px;
    left: 0px;
    position: fixed;
    padding: 20px 0px 0px 0px;
    z-index: 9999;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
}
.custom-header.no-navigation {
    min-height: 89px;
}

.custom-header img.retina-logo {
    display: none;
}
.custom-header .custom-logo {
    width: auto;
}

.custom-header .custom-header-right-content {
    width: auto;
    float: right;
    margin-left: 0;
}

.custom-header .custom-header-right-content .custom-menu-primary.js-enabled {
    width: auto !important;
}

.custom-header .custom-header-right-content .social-share {
    width: auto !important;
    margin-left: 0;
}

i[class*="fa-"] {
    display: inline-block;
    font-size: 16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    top: -2px;
    word-spacing: 1px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    max-width: 100%;
}

.fa-hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

i[class^="icon-"], i[class*=" icon-"] {
    top: -2px;
    word-spacing: 1px;
    max-width: 100%;
    position: relative;
    text-align: center;
    border-radius: 999px 999px 999px 999px;
    -moz-border-radius: 999px 999px 999px 999px;
    -webkit-border-radius: 999px 999px 999px 999px;
    -o-border-radius: 999px 999px 999px 999px;
    color: #fff;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    background-color: #1e3a5d!important;
}

i[class^="icon-"], i[class*=" icon-"], i[class*="fa-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}

.icon-facebook:before {
    content: "\f09a";
}
.icon-twitter:before {
    content: "\f099";
}
.icon-linkedin:before {
    content: "\f0e1";
}
.icon-instagram:before {
    content: "\f16d";
}
.social-share ul{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 14px;
}
.social-share ul:after {
    content: "";
    display: block;
    clear: both;
}
.social-share ul li.socialmenu {
    float: left;
    line-height: 0px!important;
    font-size: 12px!important;
    position: relative;
}

.social-share ul li.socialmenu a {
    text-transform: capitalize;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 34px;
    padding-top: 14px;
    text-decoration: none;
    margin: 0 1px;
}

.social-share ul li.socialmenu a i {
    font-size: 15px;
}

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

.body-container-wrapper {}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/*Banner Area*/

.banner-area {
    height: 34.2vw;
    position: relative;
    background-color: rgb(0,0,0);
    margin-top: -43px;
    margin-bottom: -1px;
    overflow: hidden;
}

.banner-area .banner-image {
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
}

.banner-area .inner {
    position: absolute;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}

.custom-banner-area .header-container-wrapper {
    margin-bottom: 0;
}
.banner-area .page-center .content {
    position: absolute;
    z-index: 12;
    left: 100px;
    top:50%;
    /*margin-top:-35px;*/
    transform: translateY(-50%);
}

.banner-area .page-center .content h1 {
    padding: 0 0 4px;
    margin: 0;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'Lato'!important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 45px;
    line-height: 70px;
    font-weight: 700;
    display: inline;
}

.banner-area .page-center {
    padding: 0 100px !important;
    position: relative;
    height: 100%;
}

.custom-dynamic-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    color: inherit!important;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    display: block;
    opacity: 0.7;
    text-decoration: none;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'westpro-header' !important;
}
.custom-dynamic-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{
    opacity: 1;
    color: inherit!important;
}

.custom-dynamic-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
    display: inline-block;
    margin: 0 25px 0 0;
    color: inherit;
    float: none;
    margin-left: -4px;
}

.custom-dynamic-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    list-style: none;
    text-align: center;
}

.custom-dynamic-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:first-child {
    margin-left: 0;
}

/*Banner Area*/




/*Dynamic Menu*/

.custom-dynamic-menu {
    float: none;
    background-color: #101f32;
    color: #ffffff;
    min-height:65px !important;
}
.custom-dynamic-menu>div{
    max-width:1245px;
    margin:auto ;
    position: relative;
}

.fixed-menu .custom-dynamic-menu>div {
    position: fixed;
    top: 89px;
    background-color: #101f32;
    width: 100%;
    max-width: 100%;
    z-index: 999;
}
.custom-dynamic-menu ul {
    margin: 0 !important;
    display: block !important;
    color:#fff;
}

/*Dynamic Menu*/





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

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

.custom-footer {
    background-color: #1e3a5d;
}

.custom-footer .custom-copyright {
    padding: 54px 0px 55px;
    text-align: center;
    color: #fff;
}

.custom-footer .custom-copyright p {
    margin: 0;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: Lato;
    -webkit-font-smoothing: antialiased;
}

.custom-footer .custom-copyright a {
    color: #CCCCCC;
    text-decoration: none;
    transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
}

.custom-footer a,.custom-footer li {
    font-family: bill_corp_narbook, 'Lato' !important;
    :font-family: 'westpro-header' !important;
}
.custom-footer .custom-copyright img {
    margin-bottom: 22px;
}
.custom-js-import {
    min-height: 0 !important;
}












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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    margin: 0 1px;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 34px;
    padding-top: 14px;
    text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #84abcc;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a,
.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a {
    color: #84abcc;
}
/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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

@media (max-width: 1220px){

    .hs-menu-children-wrapperxx a {
      font-size: 12px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 34px;
        padding-top: 14px;
    }

}


/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1000px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        display:block !important;
    }
}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 999px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    height: 20px;
    width: 22px;
    right: 0;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
    border-color: transparent;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #fff; /* Icon color */
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0;
    margin: 0;
    width: 100%!important;
    margin-top: -7px;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
  }

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

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 36px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{

  }
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    opacity: 0.7;
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    color: #eefbfa;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: Montserrat;
    display:inline-block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
    opacity:1;
  }

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

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


/* ==========================================================================
   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 {
    padding: 10px 0 0 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    height: auto;
    margin-bottom: 20px;
}

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

/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {
    -webkit-font-smoothing: subpixel-antialiased;
    color: #1e3a5d;
}
.hs-kustannuslaskija .hs-form-field > label {
    font-family: bill_corp_narbook, 'Lato';
    :font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: #414141;
    font-weight: bold;
    display: inline-block;
}
body input[type="file"] {
    padding: 0 !important;
    background: #fff !important;
    border: 0 !important;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px !important;
    font-weight: normal;
}
.hs-meltemi h3#hs_cos_wrapper_module_151126906718127_title.form-title {
    line-height: 44px;
}
.hs-form-field {
    margin-bottom: 18px;
}


/* 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 {
    line-height: 22px;
    background-color: #efefef;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    width: 100%;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'Open Sans';
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    background-color: transparent!important;
    border: 1px solid #ccc!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    font-size: 16px!important;
    -o-box-shadow: none!important;
    padding: 16px!important;
    background-color: #c4c4c4!important;
    padding: 12px!important;
    border-radius: 7px!important;
    max-width: 767px;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
     color: #666;;
     display:block;

}
.hs-kustannuslaskija input[type="text"],
.hs-kustannuslaskija input[type="password"],
.hs-kustannuslaskija input[type="datetime"],
.hs-kustannuslaskija input[type="datetime-local"],
.hs-kustannuslaskija input[type="date"],
.hs-kustannuslaskija input[type="month"],
.hs-kustannuslaskija input[type="time"],
.hs-kustannuslaskija input[type="week"],
.hs-kustannuslaskija input[type="number"],
.hs-kustannuslaskija input[type="email"],
.hs-kustannuslaskija input[type="url"],
.hs-kustannuslaskija input[type="search"],
.hs-kustannuslaskija input[type="tel"],
.hs-kustannuslaskija input[type="color"],
.hs-kustannuslaskija input[type="file"],
.hs-kustannuslaskija textarea,
.hs-kustannuslaskija select {
    max-width: 100% !important;
    width: 90%;
}

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 {
    border-color: #999!important;
    outline:0;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {
    padding: 10px!important;
    width: 100%;
    border: 0px!important;
    border: none!Important;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'Open Sans';
    font-weight: 400;
    font-size: 12px !important;
    line-height: 22px;
    color: #555;
    background-color: #fff !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16)!important;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16)!Important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16)!Important;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16)!Important;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  margin: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 */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* 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"] {}

form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs {
    margin-left: 0;
    text-align: left;
}

form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs label {
    color: red;
}

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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -moz-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -o-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    width: auto;
    font-size: 12px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    border-radius: 7px!important;
    background-color: #1e3a5d!important;
    width: 100%;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'Montserrat'!important;
    font-size: 16px!important;
    padding: 16px!important;
    letter-spacing: 1px!important;
    display: inline-block;
    text-align: center;
    width: auto;
    margin-top:7px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


.full-width-with-bottom-form .hs-button.primary,
.full-width-with-bottom-form input[type="submit"],
.full-width-with-bottom-form input[type="button"],
.hs-westpro-maanhankinta .hs-button.primary,
.hs-home .hs-button.primary,
.hs-home input[type="submit"] {
    max-width:767px;
    width: 100%;
    margin-top:7px;
}

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

body.home #bottom-section:before {
    content="";
    margin-top: 90px;
}
.full-width-image-des .des .des-content>div {
   margin-bottom: 40px;
}
body>.custom-mobile {
    display: none;
}
body>.overlay {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    left: 0;
    top: 0;
    z-index: 9996;
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
    visibility: hidden;
}
body.mobile-open>.overlay{
    opacity: 1;
    transition: opacity 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
    visibility: visible;
}
/* Styles that do not fit into any of the available sections above can go here. */






/*Sijanti*/


.hs-casa-ora-layout .full-width-three-col-heading,
.full-width-three-col-heading{
    margin-left: 14.89361702%;
    margin-right: calc(14.89361702% + 2.1%);
}
.full-width-three-col-heading .content {
    text-align: center;
    color: #1e3a5d;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'book' !important;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 60px;
}

.full-width-three-col-heading .content p {
    margin: 0;
    padding-bottom: 27px;
}

.full-width-three-col-heading .heading h2 {
    margin: 0;
    color: #444;
}

.full-width-three-col-heading .heading {
    margin-bottom: 30px;
}

.full-width-three-col-heading .col {
    width: 31.914893614%;
    float: left;
    position: relative;
    min-height: 1px;
    margin-left: 2.1%;
    box-sizing: border-box;
    text-align: center;
}

.full-width-three-col-heading .col.col1 {
    margin-left: 0;
}

.full-width-three-col-heading .col h5 {
    color: #1f3667;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'semibold' !important;
    margin: 0;
    font-size: 18px;
    line-height: 32px;
}

.full-width-three-col-heading .content p:last-child {
    padding-bottom: 0;
}
.sijainti-col1 >div>div>.page-center>div {
    padding-top: 76.12px;
    padding-bottom: 76.12px;
}

.custom-four-col-zoom-image .page-center {
    padding: 0 !important;
}

.custom-four-col-zoom-image {}

.custom-four-col-zoom-image .left {
    width: 65.95744680199999%;
    padding-top: 0!important;
    padding-bottom: 0!important;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    float: left;
}

.custom-four-col-zoom-image .right {
    position: relative;
    min-height: 1px;
    margin-left: 2.1%;
    box-sizing: border-box;
    width: 31.914893614%;
    float: left;
    overflow: hidden;
}

.custom-four-col-zoom-image .left .top {
    margin-bottom: 24px;
}

.custom-four-col-zoom-image .left .bottom {}

.custom-four-col-zoom-image .left .top .col {
    width: 48.93617020799999%;
    position: relative;
    min-height: 1px;
    margin-left: 2.1%;
    box-sizing: border-box;
    float: left;
}

.custom-four-col-zoom-image .left .top .col:only-child {
    width: 100%;
}

.custom-four-col-zoom-image .left .top .col:only-child .col-inner .content h3.sub-heading {
    min-height: 50px;
}

.custom-four-col-zoom-image .left .top .col:only-child .col-inner .content {
    min-height: 50px;
}
.custom-four-col-zoom-image .inner:after {
    content: "";
    display: block;
    clear: both;
}
.custom-four-col-zoom-image .left .top .col.col1 {
    margin-left: 0;
}

.custom-four-col-zoom-image .left .top .col .col-inner {
    overflow: hidden;
    position: relative;
    padding: 13%;
}

.custom-four-col-zoom-image .left .top .col .col-inner .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    z-index: -1;
    background-position: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: all .6s cubic-bezier(0.24, 1, 0.30, 1);
    -webkit-transition: all .6s cubic-bezier(0.24, 1, 0.30, 1);
}

.custom-four-col-zoom-image .left .top .col .col-inner .bg:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: ' ';
    background-color: rgba(51,51,51,0.5);
    transition: all .6s cubic-bezier(0.24, 1, 0.30, 1);
    -webkit-transition: all .6s cubic-bezier(0.24, 1, 0.30, 1);
}

.custom-four-col-zoom-image .left .top .col .col-inner:hover .bg {
    -webkit-transform: scale(1.13);
    transform: scale(1.13);
}

.custom-four-col-zoom-image .left .top .col .col-inner:hover .bg:before {
    background-color: rgba(51,51,51,0.2);
}

.custom-four-col-zoom-image .left .top .col .col-inner .content {
    text-align: left;
    color: #fff;
    padding-bottom: 15%;
    min-height: 300px;
    text-align: center;
}
.custom-four-col-zoom-image .left .top .col .col-inner .content h3.sub-heading {
    min-height: 100px;
    margin: 0;
    margin-bottom: 10px;
}

.custom-four-col-zoom-image .left .top .col .col-inner .content h2.heading {
    color: #fff;
    margin: 0;
    margin-bottom: 7px;
}

.custom-four-col-zoom-image .left .top .col.col2 .col-inner .content h3.sub-heading {
    min-height: 80px;
}

.custom-four-col-zoom-image .left .top:after {
    clear: both;
    display: block;
    content: "";
}

.custom-four-col-zoom-image .left .bottom .col .col-inner {
    overflow: hidden;
    position: relative;
    padding: 13%;
    text-align: center;
}

.custom-four-col-zoom-image .left .bottom .col .col-inner .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    z-index: -1;
    background-position: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: all .6s cubic-bezier(0.24, 1, 0.30, 1);
    -webkit-transition: all .6s cubic-bezier(0.24, 1, 0.30, 1);
    z-index: -1;
}

.custom-four-col-zoom-image .left .bottom .col .col-inner .bg:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: ' ';
    background-color: rgba(51,51,51,0.5);
    transition: all .6s cubic-bezier(0.24, 1, 0.30, 1);
    -webkit-transition: all .6s cubic-bezier(0.24, 1, 0.30, 1);
}

.custom-four-col-zoom-image .left .bottom .col .col-inner:hover .bg {
    transform: scale(1.13);
    -webkit-transform: scale(1.13);
}

.custom-four-col-zoom-image .left .col .col-inner:after ,
.custom-four-col-zoom-image .right .col .col-inner:after {
    display: block;
    position: absolute;
    content: ' ';
    width: 100%;
    height: 6px;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 5;
    transform: scaleX(0) translateZ(0);
    -webkit-transform: scaleX(0) translateZ(0);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transition: 0.45s cubic-bezier(0.24, 1, 0.30, 1);
    transition: 0.45s cubic-bezier(0.24, 1, 0.30, 1);
    background-color: #1e3a5d!important;
}

.custom-four-col-zoom-image .left .col .col-inner:hover:after,
.custom-four-col-zoom-image .right .col .col-inner:hover:after{
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
}

.custom-four-col-zoom-image .left .col .col-inner:hover .bg:before,
.custom-four-col-zoom-image .right .col .col-inner:hover .bg:before{
    background-color: rgba(51,51,51,0.2);
}

.custom-four-col-zoom-image .left .bottom .col .col-inner .content {
    min-height: 200px;
    padding-bottom: 15%;
}

.custom-four-col-zoom-image .left .bottom .col .col-inner .content h3.sub-heading {
    min-height: 60px;
    margin-bottom: 10px;
    margin-top: 0;
}

.custom-four-col-zoom-image .left .bottom .col .col-inner .content h2.heading {
    margin: 0;
    color: #fff;
    margin-bottom: 7px;
}

.custom-four-col-zoom-image .right .col {}

.custom-four-col-zoom-image .right .col .col-inner {
    overflow: hidden;
    /*position: relative;*/
    padding: 13%;
}

.custom-four-col-zoom-image .right .col .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    z-index: 1;
    background-position: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: all .6s cubic-bezier(0.24, 1, 0.30, 1);
    -webkit-transition: all .6s cubic-bezier(0.24, 1, 0.30, 1);
}

.custom-four-col-zoom-image .right .col .col-inner .content {
    position: relative;
    text-align: left;
    color: #fff;
    z-index: 10;
    padding-bottom: 15%;
    min-height: 750px;
    text-align: center;
}

.custom-four-col-zoom-image .right .col .col-inner h3.sub-heading {
    min-height: 300px;
    margin-top: 0;
    margin-bottom: 10px;
}

.custom-four-col-zoom-image .right .col .col-inner h2.heading {
    color: #fff;
    margin-top: 0;
    margin-bottom: 7px;
}

.custom-four-col-zoom-image .content a {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
}

.custom-four-col-zoom-image .right .col .bg:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: ' ';
    background-color: rgba(51,51,51,0.5);
    transition: all .6s cubic-bezier(0.24, 1, 0.30, 1);
    -webkit-transition: all .6s cubic-bezier(0.24, 1, 0.30, 1);
}

.custom-four-col-zoom-image .right .col .col-inner:hover .bg {
    transform: scale(1.13);
    -webkit-transform: scale(1.13);
}

.custom-four-col-zoom-image .right .col .col-inner:hover .bg:before {
    background-color: rgba(51,51,51,0.2);
}
.custom-four-col-button-with-section-header {
    padding: 76.12px 0;
    text-align: center;
}

.custom-four-col-button-with-section-header .inner {}

.custom-four-col-button-with-section-header .section-header {
    margin-bottom: 30px;
}

.custom-four-col-button-with-section-header .section-header h2 {
    margin: 0;
    margin-bottom: 30px;
}

.custom-four-col-button-with-section-header .section-header p {
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'book' !important;
    color: #1e3a5d;
    margin: 0;
    padding-bottom:0 !important;
}
.three-col-full-width .left {
    width: 25%;
    float: left;
    padding: 30px;
}

.three-col-full-width .center {
    width: 50%;
    float: left;
}

.three-col-full-width .right {
    width: 25%;
    float: left;
    padding: 30px;
}
.three-col-full-width .right.empty,
.three-col-full-width .left.empty{
    padding: 10%;
}
a.btn {
    left: 0px;
    display: inline-block;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), -webkit-transform .45s cubic-bezier(0.25, 1, 0.33, 1);
    position: relative;
    box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    visibility: visible;
    background-color: rgb(30, 58, 93);
    padding: 15px 17px 12px 17px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 21px;
    letter-spacing: 2px;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'Arial';
    font-size: 18px;
    border-radius: 0;
    top: -3px;
    margin-bottom: 10px;
}

a.btn:hover {
    opacity: 0.75;
    color: #fff;
}
.hs-silanti .custom-footer {
    margin-top: 0;
}

.three-col-full-width {
    padding-top: 38.06px;
    padding-bottom: 38.06px;
}

.three-col-full-width .center h3 {
    margin: 0;
}

.three-col-full-width .center p {
    margin: 0;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'book' !important;
    color: #676767;
}

.three-col-full-width .center .center-inner {
    text-align: center;
}

.three-col-full-width .center .bottom-content {
    text-align: left;
    margin-top: 40px;
}
.three-col-equal {padding: 76.12px 0;}

.three-col-equal .three-col {}

.three-col-equal .three-col .col {
    width: 31.914893614%;
    position: relative;
    min-height: 1px;
    margin-left: 2.1%;
    box-sizing: border-box;
    float: left;
    text-align: center;
}

.three-col-equal .three-col .col.col1 {
    margin-left: 0;
}

.three-col-equal .three-col:after {
    clear: both;
    content: "";
    display: block;
}

.three-col-equal .three-col .col p {
    margin: 0;
    padding: 0;
    font-family: bill_corp_narbook, 'Lato' !important;
    :font-family: 'book' !important;
    color: #1e3a5d;
}

.three-col-equal .three-col .col  h4 {
    font-family: bill_corp_narbook, 'Lato' !important;
    :font-family: 'semibold' !important;
    margin: 0;
    margin-bottom: 15px;
}

.video {
    margin-bottom: 38px;
}

.video iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.three-col-equal .three-col .col iframe {
    width: 397px;
    height: 223.496px;
    opacity: 1;
    visibility: visible;
}

.three-col-equal .heading {
    text-align: center;
}

.three-col-equal .heading h3 {
    margin: 0;
    margin-bottom: 30px;
}
.sijainti-col3-content {
    margin-bottom: 35px;
}

hr {
    color: #1e3a5d;
    border-top: 1px solid;
    border-top-style: inset;
}
.custom-four-col-button-with-section-header .custom-3 .col{
    width: 31.914893614%;
}
.custom-four-col-button-with-section-header .custom-4 .col{
    width: 23.404255317%;
}

.custom-four-col-button-with-section-header .clearfix .col {
    position: relative;
    min-height: 1px;
    margin-left: 2.1%;
    box-sizing: border-box;
    float: left;
}

.custom-four-col-button-with-section-header .clearfix .col:first-child {
    margin-left: 0;
}
/*Sijanti*/


/*Eturivi*/

.two-col-left-heading .left {
    width: 23.404255317%;
    position: relative;
    min-height: 1px;
    margin-left: 0;
    box-sizing: border-box;
    float: left;
    padding: 2%;
}

.two-col-left-heading .right {
    width: 74.468085099%;
    position: relative;
    min-height: 1px;
    margin-left: 2.1%;
    box-sizing: border-box;
    float: left;
    color: #676767;
}
.body-container-wrapper p {
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'book';
    margin: 0;
    padding-bottom: 27px;
}
.body-container-wrapper p:last-of-type {
    /*padding-bottom: 0;*/
}

a.btn.black-btn {
    margin-top: 20px;
    visibility: visible;
    background-color: rgb(0, 0, 0);
}

.body-container-wrapper br {
    /*line-height: 30px;*/
}

/*Eturivi*/

/*Kuvagalleria*/

.custom-four-col-one-big-image {
    margin-bottom: 35px;
}

.custom-four-col-one-big-image .left-image {
    width: 65.95744680199999%;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    float: left;
}

.custom-four-col-one-big-image .right-image {
    width: 31.914893614%;
    position: relative;
    min-height: 1px;
    margin-left: 2.1%;
    box-sizing: border-box;
    float: left;
}
.custom-four-col-one-big-image .right-image:first-child {
    margin-left: 0;
    margin-right: 2.1%;
}
.popup {
    display: none;
}

.custom-four-col-one-big-image .right-image .right-image-inner>div {
    margin-bottom: 16px;
    max-width: 100%;
    width: auto;
    height: auto;
}

.custom-four-col-one-big-image .right-image .right-image-inner img {
    display: block;
}

.custom-four-col-one-big-image .right-image .right-image-inner>div:last-child {
    margin-bottom: 0;
}

.custom-four-col-one-big-image >.inner:after {
    clear: both;
    content: "";
    display: block;
}

.four-col-with-top-content-box .top-full-width-content {
    margin-bottom: 15px;
    overflow:auto;
    padding-bottom:0;
}

.four-col-equal-image {
    margin-bottom: 35px;
}
.four-col-equal-image>.inner:after{
    clear:both;
    content:"";
    display:block;
}
.four-col-equal-image>.inner>div{
    position: relative;
    min-height: 1px;
    margin-left: 2.1%;
    box-sizing: border-box;
    float:left
}

.four-col-equal-image.custom-1>.inner {}

.four-col-equal-image.custom-2>.inner>div {
    width: 48.93617020799999%;
}
.four-col-equal-image>.inner>div:first-child{
    margin-left:0
}

.four-col-equal-image.custom-3>.inner>div {
    width: 31.914893614%;
}

.four-col-equal-image.custom-4>.inner>div {
    width: 23.404255317%;
}
.custom-four-col-one-big-image .inner.custom-4 .right-image:first-child {
    margin-left: 0;
    margin-right: 0;
}

.custom-four-col-one-big-image .inner.custom-4 .left-image {
    width: 74.468085099%;
}

.custom-four-col-one-big-image .inner.custom-4 .right-image {
    width: 23.404255317%;
}

.custom-four-col-one-big-image .inner.custom-4 .left-image:last-child {
    margin-left: 2.1%;
}
.custom-three-col-zoom-image {
    margin-bottom: 30px;
}

.custom-three-col-zoom-image .page-center {
    padding: 0 !important;
}

.custom-three-col-zoom-image .col {
    position: relative;
    min-height: 1px;
    margin-left: 2.1%;
    box-sizing: border-box;
    float: left;
    text-align: center;
}
.custom-three-col-zoom-image.custom-2 .col {
    width: 48.93617020799999%;
}
.custom-three-col-zoom-image.custom-3 .col {
    width: 31.914893614%;
}
.custom-three-col-zoom-image.custom-4 .col {
    width: 23.404255317%;
}

.custom-three-col-zoom-image .col:first-child {
    margin-left: 0;
}

.custom-three-col-zoom-image .col h2.heading {
    letter-spacing: 1px;
    font-size: 27px;
    line-height: 33px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;

}
.hs-kapelli .custom-three-col-zoom-image .col h2.heading {
    color: #fff;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
    letter-spacing: 4px;
    font-size: 33px;
    line-height: 38px;
    font-weight: 700;
}
.custom-three-col-zoom-image .col-inner .content .gap {
    margin-bottom: 10px;
}

.custom-three-col-zoom-image .col-inner {
    overflow: hidden;
    position: relative;
    padding: 13%;
}

.custom-three-col-zoom-image .col-inner .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    z-index: -1;
    background-position: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: all .6s cubic-bezier(0.24, 1, 0.30, 1);
    -webkit-transition: all .6s cubic-bezier(0.24, 1, 0.30, 1);
}
.custom-three-col-zoom-image .col-inner:hover .bg{
    transform: scale(1.13);
    -webkit-transform: scale(1.13);
}
.custom-three-col-zoom-image .col-inner .bg:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: ' ';
    background-color: rgba(51,51,51,0.5);
    transition: all .6s cubic-bezier(0.24, 1, 0.30, 1);
    -webkit-transition: all .6s cubic-bezier(0.24, 1, 0.30, 1);
}
.custom-three-col-zoom-image .col-inner:hover .bg:after {
    background-color: rgba(51,51,51,0.2);
}
.custom-three-col-zoom-image .col-inner .content {
    min-height: 210px;
    position: relative;
    text-align: left;
    color: #fff;
    z-index: 10;
    padding-bottom: 15%;
}
.custom-three-col-zoom-image .col-inner .content .content-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.custom-three-col-zoom-image .col-inner>a.box-link {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
}
.custom-three-col-zoom-image .col-inner:after {
    display: block;
    position: absolute;
    content: ' ';
    width: 100%;
    height: 6px;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 5;
    transform: scaleX(0) translateZ(0);
    -webkit-transform: scaleX(0) translateZ(0);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transition: 0.45s cubic-bezier(0.24, 1, 0.30, 1);
    transition: 0.45s cubic-bezier(0.24, 1, 0.30, 1);
    background-color: #1e3a5d!important;
}

.custom-three-col-zoom-image .col-inner:hover:after {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
}
.custom-three-col-zoom-image .inner:after {
    clear: both;
    display: block;
    content: "";
}
.banner-area-content {
    position: relative;
}

.banner-area-content .left {
    width: 50%;
    float: left;
}

.banner-area-content .center {
    width: 25%;
    float: left;
    padding: 5%;
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 1;
}

.banner-area-content .right {
    width: 25%;
    float: left;
}

.banner-area-content .center:before {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: ' ';
    display: block;
    opacity: 0;
    transition: background-color 0.35s ease, opacity 0.35s ease;
    -webkit-transition: background-color 0.35s ease, opacity 0.35s ease;
    -o-transition: background-color 0.35s ease, opacity 0.35s ease;
    -moz-transition: background-color 0.35s ease, opacity 0.35s ease;
    background-color: rgba(35,52,83,0.72);
    opacity: 1;
    content: "";
}

.banner-area-content .center .heading {
    font-size: 19px;
    line-height: 34px;
    letter-spacing: -0.5px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'Open Sans';
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.banner-area-content .center a.btn {
    margin: 0;
    font-size: 18px;
    padding: 8px 14px !important;
    letter-spacing: 2px;
    line-height: 22px;
}

.hs-meltemi-asunnot .banner-area-content .center a.btn {
    padding: 10px 15px !important;
}

.hs-kuvagalleria .custom-footer {
    margin-top: 0;
}

.banner-area-content .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
    background-color: #eaeaea;
}

.banner-area-content .content:after {
    content: "";
    clear: both;
    display: block;
}

.banner-area-content .center .center-inner {
    z-index: 1;
    position: relative;
    margin-top: 10px;
}
/*Kuvagalleria*/

.custom-full-width {
    /*padding-top: 76.12px;*/
    position:relative;
    /*padding-bottom: 50px;*/
}

.custom-full-width h2 {
    margin: 0;
    margin-bottom: 25px;
}

.hs-kohteet .body-container-wrapper br {
    line-height: normal;
}

.hs-kohteet .body-container-wrapper p {
    color: #676767;
}

.full-width-image-des {
    background: #fff;
}

.full-width-image-des .image {
    /* float: left; */
    width: 66.66%;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.full-width-image-des .des {
    /* float: left; */
    width: 33.33%;
    padding: 4%;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.full-width-image-des.custom-left-image .image {
    float: left;
}

.full-width-image-des .inner>div {
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    /* float: left; */
}

.full-width-image-des .inner:after {
    content: "";
    clear: both;
    display: block;
}

.full-width-image-des .image img {
    display: block;
}

a.column-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
}

.full-width-image-des .des h2 {
    letter-spacing: 4px;
    font-size: 33px;
    line-height: 38px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 7px;
}

.full-width-image-des .inner>div .des-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.full-width-image-des>.inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.full-width-image-des .des h3 {
    margin: 0;
    margin-bottom: 40px;
}

.full-width-image-des .des .content {
    margin-bottom: 40px;
}

.full-width-image-des .des a.btn {
    display: inline-block !important;
    width: auto;
    position: relative;
    margin-top: 20px;
    z-index: 10;
}

.full-width-image-des.custom-Right-image {
    /* margin-bottom:35px; */
}

.full-width-image-des.custom-Right-image .des {
}

.full-width-image-des.custom-Right-image .inner {flex-direction: row-reverse;}

.full-width-image-des.custom-Right-image .inner .image {
    padding: 0 0 0 2%;
}
.custom-full-width .page-center {
    padding: 0 50px !important;
}

.two-col-left-heading>.inner:after {
    content: "";
    clear: both;
    display: block;
}


/*Housing Listing*/


.custom-housing-listing-container:after {
    clear: both;
    content: "";
    display: block;
}

.customSecondaryCol {
    min-height: 55px;
    max-height: 55px !important;
    position: relative;
    top: 5%;
    text-align: center;
    float: left;
    width: 9%;
    white-space: nowrap;
    color: #1e3a5d;
    font-weight: bold;
    border-bottom: 1px solid rgba(220, 220, 220, 1);
    overflow:hidden;
}

.customSecondaryCol3 {
    min-height: 55px;
    position: relative;
    top: 5%;
    text-align: center;
    float: left;
    width: 14%;
    white-space: nowrap;
    color: #1e3a5d;
    border-bottom: 1px solid rgba(220, 220, 220, 1);
    font-weight: bold;
}

.customSecondaryCol4 {
    min-height: 55px;
    position: relative;
    top: 5%;
    padding-left: 30px;
    text-align: center;
    float: left;
    width: 9%;
    white-space: nowrap;
    color: #1e3a5d;
    font-weight: bold;
}

.greenCircle {
    border-radius: 75px;
    background-color: #008000;
    height: 10px;
    width: 10px;
    margin-left: 50%;
    position: relative;
    padding-top: 10%;
    top: 5px;
}

.redCircle {
    border-radius: 75px;
    background-color: red;
    height: 10px;
    width: 10px;
    margin-left: 50%;
    position: relative;
    padding-top: 10%;
    top: 5px;
}

.yellowCircle {
    border-radius: 75px;
    background-color: #DAA520;
    height: 10px;
    width: 10px;
    margin-left: 50%;
    position: relative;
    padding-top: 10%;
    top: 5px;
}

.house-listing-inner {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.house-listing-inner:hover .hoverMeX2{
    background: rgba(220, 220, 220, 0.7);
    background: -webkit-linear-gradient(left, rgba(220, 220, 220, 1) , rgba(220, 220, 220, 0.5));
    background: -o-linear-gradient(right, rgba(220, 220, 220, 1), rgba(220, 220, 220, 0.5));
    background: -moz-linear-gradient(right, rgba(220, 220, 220, 1), rgba(220, 220, 220, 0.5));
    background: linear-gradient(to right, rgba(220, 220, 220, 1) , rgba(220, 220, 220, 0.5));
}

.house-listing-inner:hover .hoverMeX{
    background-color: rgba(220, 220, 220, 1);
}
.listTextCustom,
.listTextCustom2 {
    position: relative;
    top: 5px;
    white-space: normal;
}
sup {
    font-size: 10px;
    vertical-align: super;
    position: static;
    line-height: normal;
}

a.custom-housing-listing {
    font-family: bill_corp_narbold, 'Lato';
    :font-family: 'westpro-header' !important;
}

.house-listing-inner:hover .customSecondaryCol4 {
    background: rgba(220, 220, 220, 0.7);
    background: -webkit-linear-gradient(left, rgba(220, 220, 220, 0.5) , rgba(220, 220, 220, 0));
    background: -o-linear-gradient(right, rgba(220, 220, 220, 0.5), rgba(220, 220, 220, 0));
    background: -moz-linear-gradient(right, rgba(220, 220, 220, 0.5), rgba(220, 220, 220, 0));
    background: linear-gradient(to right, rgba(220, 220, 220, 0.5) , rgba(220, 220, 220, 0));
}
.pop-up-wrapper {
    /*display: none;*/
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 999;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.75);
    text-align: center;
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s ease;
}

.customSecondaryCol2 {
    max-height: 55px;
    text-align: center;
    float: left;
    width: 20%;
    color: #1e3a5d;
    font-weight: bold;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 3px;
    margin-bottom: 10px;
}
.customSecondaryCol2 span.btn.btn-house {
    color: gainsboro !important;
    background-color: #1e3a5d !important;
    position: relative !important;
    text-align: center !important;
    width: 90% !important;
    background-color: #333333;
    padding: 7px 11px;
    border: none;
    color: #fff;
    cursor: pointer;
    /*transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -moz-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -o-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);*/
    width: auto;
    font-size: 15px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    min-width: 33px;
    display: block;
    line-height: 16px;
}
.customSecondaryCol2 span.btn.btn-house:hover{
    color: #778899 !important;
}
.pop-up-wrapper:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

.pop-up-wrapper .pop-up-container {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1000;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
    min-width: 60%;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 110px;
    min-height: 500px;
    width: 100%;
    z-index: 1000;
    display: inline-block;
}

.pop-up-wrapper .pop-up-container .custom-head {
    background-color: #1e3a5d !important;
    color: white;
    padding-left: 3%;
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 24px !important;
    font-weight: bold !important;
}

.pop-up-wrapper .pop-up-container .custom-head span.modalCustClos {
    float: right;
    right: 3%;
    cursor: pointer;
    font-size: 24px;
    position: relative;
    top: -5px;
    cursor:pointer;
}

.pop-up-wrapper .pop-up-container .custom-body {}

.pop-up-wrapper .pop-up-container .custom-body .left {
    padding-left: 2%;
    padding-top: 0;
    min-height: 100%;
    max-height: 100%;
    position: relative;
    width: 40%;
    display: inline-block;
    border-spacing: 5px;
    color: #1e3a5d;
    vertical-align: top;
}

.pop-up-wrapper .pop-up-container .custom-body .right {
    display: inline-block;
    width: 59%;
    max-height: 400px;
}
.div-table-colx {
    float: left;
    display: table-column;
    width: 55%;
    color: #1e3a5d;
    font-size: 14px;
}
.div-table-col2x {
    float: left;
    display: table-column;
    width: 45%;
    color: #1e3a5d;
    font-size: 14px;
    padding-left: 20px !important;
    white-space: nowrap;
}
.div-table-row {
    display: table-row;
    width: auto;
    clear: both;
    color: #1e3a5d;
}

.pop-up-wrapper .pop-up-container .custom-body .right span,
.pop-up-wrapper .pop-up-container .custom-body .right span .hs_cos_gallery,
.pop-up-wrapper .pop-up-container .custom-body .right span .hs_cos_gallery .slick-slider,
.pop-up-wrapper .pop-up-container .custom-body .right span .hs_cos_gallery .slick-slider .slick-list,
.pop-up-wrapper .pop-up-container .custom-body .right span .hs_cos_gallery .slick-slider .slick-list * {
    display: block;
    height: 100%;
    /*min-height: 400px!important;*/
    /*vertical-align: top;
    padding: 0;*/
    left:0;
}
.pop-up-wrapper .pop-up-container .custom-body .right span .hs_cos_gallery .slick-slider .slick-list img {
    width: 100%;
    max-width: 100%;
}
/*.pop-up-wrapper .pop-up-container .custom-body .right span .hs_cos_gallery .slick-slider .slick-list .slick-slide-inner-wrapper,
.pop-up-wrapper .pop-up-container .custom-body .right span .hs_cos_gallery .slick-slider .slick-list .slick-slide-inner-wrapper img {
    width: 100%;
}*/
.pop-up-wrapper .pop-up-container .custom-body .right span {
    padding-top: 20px;
}
.pop-up-wrapper .pop-up-container .custom-body .right span .hs_cos_gallery .slick-slider .slick-arrow{
    display:none !important;
}
.pop-up-wrapper .pop-up-container .custom-body .right span .hs_cos_gallery .slick-slider ul.slick-dots {
    margin: 0;
    line-height: normal;
    margin-top: 0px;
}

.pop-up-wrapper .pop-up-container .custom-body .right span .hs_cos_gallery .slick-slider ul.slick-dots li {
    margin: 0;
}

.pop-up-wrapper .pop-up-container .custom-body .right span .hs_cos_gallery .slick-slider ul.slick-dots li button:before {
    color: #bbb;
    opacity: 1;
}

.pop-up-wrapper .pop-up-container .custom-body .right span .hs_cos_gallery .slick-slider ul.slick-dots li.slick-active button:before {
    color: #1e3a5d;
}
/*Housing Listing*/

.four-col-popup-wrapper {
    background-color: #f1f1f1;
    padding: 40px 0;
}

.page-center .hs_cos_wrapper_type_custom_widget .page-center {
    padding:0 !important;
}
.banner-area.custom-center .content {
    text-align: center;
    left: 0;
    right: 0;
}
.customMainlyCol{
	text-align:center;
	float: left;
	width: 9%;
	color: #1e3a5d;
	position: relative;
	bottom: -10px;
}

.customMainlyCol4{
	text-align:center;
	float: left;
	width: 14%;
	color: #1e3a5d;
	position: relative;
	bottom: -10px;
}

.customMainlyCol2{
	text-align:center;
	float: left;
	width: 14%;
	white-space: nowrap;
	color: #1e3a5d;
	position: relative;
	bottom: -10px;
}

.custom-three-col-zoom-image .col-inner .content {
    min-height: 200px;
}

.casa-ora-with-bottom-pane .banner-area-content .center {
    width: 23.404255317%;
    padding: 5%;
}

.custom-house-listing.heading:after {
    content: "";
    clear: both;
    display: block;
}

.custom-hosuing-listing-heading-group {
    margin-bottom: 30px;
}

.custom-hosuing-listing-heading-group h2 {
    margin: 0;
    color: #444;
    margin-bottom: 40px;
}
.casa-ora-with-bottom-pane .banner-area {
    height: 476px;
}

.casa-ora-with-bottom-pane-row1 {
    padding: 76.12px 0;
}

.casa-ora-with-bottom-pane-row1-content h2 {
    margin: 0;
    margin-bottom: 35px;
}

.custom-three-col-zoom-image {}

.casa-ora-with-bottom-pane .banner-area-content .left {
    width: 48.93617020799999%;
}

.casa-ora-with-bottom-pane .banner-area-content .right{
    width: 23.404255317%;
    padding: 5%;
    margin-left: 2.1%;
}

.casa-ora-with-bottom-pane .banner-area-content .center {
    margin-left: 2.1%;
}

.hs-materiaalit-ja-varustelu .two-col-left-heading {
    padding: 76.12px 0 19.03px;
}

.two-col-left-heading h2 {
    margin: 0;
}

.hs-materiaalit-ja-varustelu .two-col-left-heading .left {
    padding: 0;
}

.hs_cos_wrapper_type_header h1 {
    margin: 0;
    padding: 0 !important;
    letter-spacing: 4px;
    font-size: 33px;
    line-height: 38px;
    font-weight: 700;
    background: transparent;
    box-shadow: none;
    color: #444 !important;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'westpro-header' !important;
    left: auto;
}
.full-width-right-content {
    /*height: 552px;*/
    position: relative;
    background-color: #eee;
}


.taloyhtio .header-container-wrapper {
    margin-bottom: 0;
}

.full-width-right-content .main-inner {}
.full-width-right-content .main-inner:after{
    content:"";
    clear:both;
    display:block;
}
.full-width-right-content .right.content {
    width: 33.33%;
    padding: 5%;
    float: right;
    margin-left: 0;
    color:#fff;
}
.full-width-right-content .right.content >* {
    z-index: 1;
    position: relative;
    color: #fff;
}
.full-width-right-content .left.empty {
    width: 66.66%;
    margin-left: 0;
}

.full-width-right-content .bg {
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.full-width-right-content h3 {
    margin: 0;
    margin-bottom:10px;
}

.full-width-right-content h2 {
    margin: 0;
}

.full-width-right-content .main-inner>div {
    position: relative;
    min-height: 1px;
    margin-left: 2.1%;
    box-sizing: border-box;
    float: left;
}

.full-width-right-content .right.content:before {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: ' ';
    display: block;
    opacity: 0;
    transition: background-color 0.35s ease, opacity 0.35s ease;
    -webkit-transition: background-color 0.35s ease, opacity 0.35s ease;
    -o-transition: background-color 0.35s ease, opacity 0.35s ease;
    -moz-transition: background-color 0.35s ease, opacity 0.35s ease;
    background-color: rgba(35,52,83,0.72);
    opacity: 1;
    content: "";
}
.full-width-right-content .right.content p,
.full-width-right-content .right.content p * {
    line-height: 25px;
}
.body-container-wrapper .hs_cos_wrapper_widget {
    padding: 60px 0;
}

.body-container-wrapper .custom-dynamic-menu .hs_cos_wrapper_widget,
.body-container-wrapper .custom-banner-area-wrapper .hs_cos_wrapper_widget,
.body-container-wrapper .hs_cos_wrapper_widget.housing,
.body-container-wrapper .hs_cos_wrapper_widget.custom-banner-group {
   padding: 0;
}
a.for-col-img-wrapper img {
    /*height: 290px;*/
    object-fit: cover;
    object-position: center;
}
.westpro-blog .post-item .featured-image-group .featured-img-bg:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: ' ';
    background-color: rgba(51,51,51,0.5);
    transition: all .6s cubic-bezier(0.24, 1, 0.30, 1);
    -webkit-transition: all .6s cubic-bezier(0.24, 1, 0.30, 1);
}

.westpro-blog .post-item .featured-image-group:hover .featured-img-bg:after {
    background-color: rgba(51,51,51,0.2);
}
.hs-casa-ora-ymparisto-ja-sijainti a.btn {
   padding: 10px 17px 10px 17px;
}
.hs-casa-ora-ymparisto-ja-sijainti .custom-footer {
   margin-top: 0;
}
.hs-casa-ora-ymparisto-ja-sijainti .casa-ora-with-bottom-pane-row1 {
   padding: 0;
}
.hs-casa-ora-ymparisto-ja-sijainti .body-container-wrapper .hs_cos_wrapper_widget {
   padding: 0;
   margin: 76.12px 0;
}
.hs-casa-ora-ymparisto-ja-sijainti .casa-ora-with-bottom-pane .banner-area {
   height: 24.8vw;
}
.hs-casa-ora-ymparisto-ja-sijainti .casa-ora-with-bottom-pane-row2 .hs_cos_wrapper_type_raw_html {
    margin: 0;
}
.casa-ora-with-bottom-pane.hs-casa-ora-ymparisto-ja-sijainti .banner-area {
    height: 24.8vw;
}
.three-col-eq-img .col-group {
   width: 31.00%;
   margin: 0px 1.13%;
   margin-bottom: 25px;
   float: left;
}
.three-col-eq-img .col-wrapper {
   margin: 0px -1.2% 0px -1%;
}
.two-col-eq-property {
   background-color: #f9f9f9;
   padding:60px 0;
}
.two-col-eq-property .col-group {
   float: left;
   width: 48.93617020799999%;
}
.two-col-eq-property .col-group.right-col {
   margin-left: 2.1%;
}
.two-col-eq-property h3 {
   margin: 0 0 20px;
}
.two-col-eq-property hr {
   margin-top: 20px;
   margin-bottom: 20px;
   border-top: 2px solid;
   border-color: #1e3a5d;
}
.two-col-eq-property .lower-part:after {
   content: "";
   display: block;
   visibility: hidden;
   clear: both;
}
.two-col-eq-property .lower-part .left-side {
   margin-bottom: 24px;
   width: 66.0%;
   float: left;
   margin-right: 2%;
}
.two-col-eq-property .lower-part .right-side {
   float: left;
}
.two-col-eq-property .lower-part .right-side a.btn {
   padding: 9px 14px;
   display: inline-block;
   line-height: 20px;
}
.two-col-eq-property .lower-part .bottom-part {
   margin-top: 10px;
}
.top-full-width-content {
   padding-bottom: 15px;
}
.hs-casa-ora-materiaalit-ja-varustelu .banner-area.custom-left {
   height: 33vw;
}

.hs-casa-ora-materiaalit-ja-varustelu .custom-footer {
   margin-top: 0;
}

.hs-casa-ora-materiaalit-ja-varustelu .body-container-wrapper .hs_cos_wrapper_widget.hs_cos_wrapper_type_header {
   padding: 0;
}

.hs-casa-ora-materiaalit-ja-varustelu .body-container-wrapper .hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
   padding: 0;
}
.hs-casa-ora-materiaalit-ja-varustelu * {
}

.hs-casa-ora-materiaalit-ja-varustelu .body-container-wrapper .hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text {
   padding-top: 0;
}

.hs-casa-ora-materiaalit-ja-varustelu .body-container-wrapper .hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget:first-child {
   padding: 76.12px 0;
}

.hs-casa-ora-asunnot .banner-area {
    height: 24.8vw;
    margin-bottom: 0;
}
.hs-casa-ora-asunnot .two-col-left-heading .right{
    padding: 4%;
}
.hs-casa-ora-asunnot .banner-area .page-center {
    padding: 0 90px !important;
}
.hs-casa-ora-asunnot .banner-area .page-center .content {
    margin-top: 0;
    left:90px
}
.hs-casa-ora-asunnot .custom-footer {
    margin-top: 0;
}
.hs-etu-asunnonostajalle .banner-area {
    height: 500px;
}

.hs-etu-asunnonostajalle .custom-header {
    margin-bottom: 0;
}

.hs-kapelli-3d-pohjat .banner-area-content .center a.btn {
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'Arial'!important;
    font-size: 18px!important;
    border-radius: 0!important;
}

.hs-kapelli-3d-pohjat .banner-area-content .center {
    width: 23.404255317%;
    margin-left: 1.1%;
}

.custom-four-col-button-with-section-header a.btn {
    padding: 10px 17px 10px 17px;
}

.hs-kohteet .banner-area {
    margin-top: 0;
}

.hs-kohteet .custom-full-width {
    padding-top: 38.06px;
    padding-bottom: 20px;
}
.hs-kohteet .custom-footer {
    margin-top: 0;
}
.work-info-bg {
   background-color: #1e3a5d;
   opacity: 0;
   filter: alpha(opacity=0);
   height: 100%;
   width: 100.2%;
   top: 0px;
   left: 0px;
   position: absolute;
   z-index: 2;
   transition: all 0.4s cubic-bezier(.15,.75,.5,1) 0s;
   -webkit-transition: all 0.4s cubic-bezier(.15,.75,.5,1) 0s;
}

.three-col-eq-img .col-group .col-inner {
   position: relative;
}

.three-col-eq-img .col-group .col-inner:hover .work-info-bg {
   opacity: 0.9;
}

a.slider-down-arrow {
    height: 60px;
    width: 60px;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 30px;
    z-index: 100;
    left: 50%;
    margin-left: -30px;
}

a.slider-down-arrow i.icon-salient-down-arrow.icon-default-style {
    height: 60px!important;
    width: 60px;
    font-size: 20px!important;
    color: #fff!important;
    line-height: 60px!important;
    animation: 3.4s ease-in-out infinite fadebottom;
    -webkit-animation: 3.4s ease-in-out infinite fadebottom;
    font-family: 'icomoon'!important;
    speak: none;
    background: transparent !important;
}

.icon-salient-down-arrow:before {
    content: "\e008";
}

.onPage {
    opacity: 1!important;
}
@keyframes fadebottom {
	0% {
	    opacity: 1;
	    transform: translateY(0px);
	    -moz-transform: translateY(0px);
	    -o-transform: translateY(0px);
	}
	25% {
	    opacity: 0;
	    transform: translateY(20px);
	    -moz-transform: translateY(20px);
	    -o-transform: translateY(20px);
	}
	30% {
	    opacity: 0;
	    transform: translateY(0px);
	    -moz-transform: translateY(0px);
	    -o-transform: translateY(0px);
	}
	45% {
	    opacity: 1;
	    transform: translateY(0px);
	    -moz-transform: translateY(0px);
	    -o-transform: translateY(0px);
	}
	100% {
	    opacity: 1;
	    transform: translateY(0px);
	    -moz-transform: translateY(0px);
	    -o-transform: translateY(0px);
	}
}

@-webkit-keyframes fadebottom {
	0% {
	    opacity: 1;
	    transform: translateY(0px);
	    -webkit-transform: translateY(0px);
	}
	25% {
	    opacity: 0;
	    transform: translateY(20px);
	     -webkit-transform: translateY(20px);
	}
	30% {
	    opacity: 0;
	    transform: translateY(0px);
	     -webkit-transform: translateY(0px);
	}
	45% {
	    opacity: 1;
	    transform: translateY(0px);
	     -webkit-transform: translateY(0px);
	}
	100% {
	    opacity: 1;
	    transform: translateY(0px);
	     -webkit-transform: translateY(0px);
	}
}


.hs-kustannuslaskija .banner-area {
    height: 43.35vw !important;
}

.hs-kustannuslaskija .banner-area .banner-image {
    background-position: center top;
}
.hs-meltemi #hs_cos_wrapper_widget_5446332935 {
    width: 65.95744680199999%;
    margin-left: auto;
    margin-right: auto;
}
.hs-meltemi .custom-four-col-button-with-section-header .section-header {
    margin-bottom: 50px;
}

.hs-meltemi .custom-four-col-button-with-section-header a.btn {
    :font-family: bill_corp_narbook, 'Lato';
    font-family: 'Arial'!important;
    font-size: 18px!important;
    border-radius: 0!important;
    margin-bottom: 0;
}

.hs-casa-ora-materiaalit-ja-varustelu .banner-area-content .center {
    width: 23.404255317%;
    /*margin-left: 50%;*/
}
.four-col-popup-wrapper img:hover {
    transform: matrix(1.12, 0, 0, 1.12, -1.46891, -1.81618);
}

.four-col-popup-wrapper .page-center .span3 {
    overflow: hidden;
}

.four-col-popup-wrapper img {
    transition: all 0.5s ease;
}
div.pp_default .pp_content_container .pp_left {
    background: none !important;
}

div.pp_default .pp_bottom {
    display: none !important;
}

.pp_top {
    display: none !important;
}

div.pp_default .pp_content_container .pp_right {
    background:  none !important;
}

div.pp_default .pp_content_container .pp_details {}

div.pp_default .pp_social {
    display:  none !important;
}

div.pp_default .pp_close {
    background:  none !important;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    right: -2px;
    width: 34px!important;
    height: 20px!important;
    transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
    -webkit-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
    color: #ddd!Important;
    max-width: none!important;
    line-height: 20px!important;
    text-indent: 0;
    font-size: 0 !important;
    font-family: bill_corp_narbook, 'Lato' !important;
    :font-family: 'icomoon'!important;
}

div.pp_default .pp_close:after {
    content: "\e117";
    color: #ddd!Important;
    font-size: 20px!important;
}

div.pp_default .pp_content {
    background: transparent !important;
}
.casa-ora-with-bottom-pane-row-9-content p {
    color: #1f3667;
}
.hs-casa-ora-materiaalit-ja-varustelu .custom-four-col-button-with-section-header a.btn {
    margin-bottom: 0;
}

.hs-casa-ora-materiaalit-ja-varustelu .custom-four-col-button-with-section-header .section-header {
    margin-bottom: 50px;
}

.banner-area.custom-right .page-center .content p.banner-content span{
    padding: 4px 0px;
    position: relative;
    left: 10px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #fff;
    /* line-height: 33px!important; */
    top: 10px!important;
    font-size: 19px;
}

.banner-area.custom-right  .page-center .content h1 {
}

.banner-area.custom-right  .page-center .content {
    width: 50%;
    left: auto;
    right: 0px;
    padding-right: 100px;
}
.four-col-popup-wrapper.clearfix.custom-3 .span3 {
   width: 31.00%;
   margin: 0px 1.13%;
   margin-bottom: 25px!important;
}
.kapelli-ymparisto-ja-sijainti-row1-col #hs_cos_wrapper_widget_1511448203840 {
    width: 65.95744680199999%;
    margin:auto
}

.hs-kapelli-ymparisto-ja-sijainti .body-conatiner-wrapper p {
    color: #1f3667;
}
.hs-kapelli-ymparisto-ja-sijainti .custom-three-col-zoom-image .page-center {
    padding: 0 90px !important;
}
.hs-kapelli-ymparisto-ja-sijainti .banner-area-content .center .heading {
    letter-spacing: 1px;
    font-size: 27px;
    line-height: 33px;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: Lato;
    font-weight: 600;
    /*margin-bottom:60px;*/
}

.hs-kapelli-ymparisto-ja-sijainti .banner-area-content .center {
    padding: 7%;
}

.hs-meltemi-ymparisto-ja-sijainti .banner-area {
    height: 24.8vw;
}

.hs-meltemi-ymparisto-ja-sijainti .banner-area .page-center .content {
    margin-top: 0;
}

.hs-meltemi-ymparisto-ja-sijainti #hs_cos_wrapper_widget_5446384571 {
    width: 65.95744680199999%;
    margin: auto;
}
.hs-meltemi-ymparisto-ja-sijainti .banner-area-content .bg {
    background-position: center center;
    background-repeat: no-repeat;
}

.hs-meltemi-ymparisto-ja-sijainti .custom-four-col-button-with-section-header {
    padding: 114.18px 0;
}

.hs-meltemi-ymparisto-ja-sijainti .custom-four-col-button-with-section-header .section-header {
    margin-bottom: 50px;
}
.hs-meltemi-ymparisto-ja-sijainti .four-col-popup-wrapper {
    padding-bottom: 60px;
}

.custom-housing-pagination ul {
    margin: 0;
    list-style: none;
    background-color: #f8f8ff !important;
    /* margin-top: 100px; */
    margin-top: 0;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 0 !important;
    height: 50px !important;
    vertical-align: middle !important;
    padding-top: 14px !important;
}

.custom-housing-pagination ul li {
    float: none;
    display: inline-block;
    cursor:pointer;
    z-index:9;
    position:relative;
}

.custom-housing-pagination ul li.right-part {
    float: right;
    vertical-align: middle !important;
}

.custom-housing-pagination ul li img {
    position: relative;
    height: 19px;
    vertical-align: top;
    top: 4px;
}

.custom-housing-pagination ul li.left-part img {
    margin-right: 5px;
}

.custom-housing-pagination ul li.right-part img {
    margin-left: 5px;
}
.hs-casa-ora-taloyhtio .custom-four-col-button-with-section-header a.btn {
    margin-bottom: 0;
}

.hs-casa-ora-taloyhtio .custom-four-col-button-with-section-header .section-header {
    margin-bottom: 50px;
}

.hs-casa-ora-taloyhtio .custom-four-col-button-with-section-header {
    padding-top: 102px;
}

.hs-westprocustomer .four-col-eq-content {
    margin-bottom: 76px;
}

.hs-eturivi .banner-area {
    height: 400px;
    margin-top: 0;
}

.hs-eturivi .two-col-left-heading .left h3 {
    margin: 0;
}

.hs-eturivi .custom-footer {
    margin-top: 0;
}

.two-col-left-heading {
    padding-bottom: 27.52px;
}
.hs-origo-3d-pohjat .custom-footer {
    margin-top: 0;
}
.hs-origo-3d-pohjat .banner-area .page-center .content {
    left: 90px;
}
.hs-origo-materiaalit-ja-varustelu .full-width-image-des .des h2 {
    letter-spacing: 1px;
    font-size: 27px;
    line-height: 33px;
    font-weight: 400;
    margin-bottom: 30px;
}

.hs-origo-materiaalit-ja-varustelu .full-width-image-des .des .des-content>div {
    margin-bottom: 10px;
}

.hs-origo-materiaalit-ja-varustelu .full-width-image-des .des h3 {
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 25px;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: Lato;
    font-weight: 600
}

.hs-origo-materiaalit-ja-varustelu .full-width-image-des .inner>div {
    padding: 0;
}

.hs-origo-materiaalit-ja-varustelu .full-width-image-des .des {
    margin-left: 2.1%;
}
.hs-origo-taloyhtio .full-width-right-content .right.content a.btn {
    padding: 8px 14px;
    margin-bottom: 0;
    margin-top: 27px;
    box-shadow: none!important;
}
.hs-origo-taloyhtio .casa-ora-with-bottom-pane-row1 {
    padding-bottom:0
}
.hs-origo-taloyhtio .custom-three-col-zoom-image .page-center {
    padding: 0 90px !important;
}
.taloyhtio-origo .header-container-wrapper {
    margin-bottom: 0;
}
.hs-tyonjohtaja .banner-area {
    height: 43.3861vw;
}

.hs-tyonjohtaja .banner-area .banner-image {
    background-position: center top;
}
.hs-westpro .four-col-with-top-content-box {
    padding: 8%;
}

.hs-westpro .custom-footer {
    margin-top: 0;
}

.hs-westpro .two-col-left-heading .left {
    width: 31.914893614%;
}

.hs-westpro .two-col-left-heading .right {
    width: 65.95744680199999%;
}

.hs-westpro .custom-four-col-zoom-image .page-center {
    padding: 0 90px !important;
}

.hs-westpro .custom-full-width .page-center {
    padding: 0 90px !important;
}

.hs-westpro .custom-full-width .page-center .content {
    width: 65.95744680199999%;
    margin: 0 auto;
}

.hs-westpro .custom-full-width .page-center .content h3 {
    margin-top: 0;
}

body a.close{
   cursor: pointer;
}

body a.close:hover span.icon-salient-x {
   color: #fff !important;
}

.hs-westpro-rekrytointi .banner-area {
    height: 24.75vw;
    margin-bottom: 0;
}

.hs-westpro-rekrytointi .banner-area .page-center .content {
    left: 90px;
}

.hs-westpro-rekrytointi .two-col-eq-content {
    margin-bottom: 24px;
}

.hs-westpro-rekrytointi .custom-column-wrapper {
    padding: 2%;
}
.hs-westpro-rekrytointi .body-container-wrapper br {
    line-height: 25px;
}

.hs-westpro-rekrytointi .body-container-wrapper p {
    color: #676767;
}
.hs-westpro-rekrytointi .custom-footer{
    margin-top:0;
}
.banner-area.custom-left {
    /*height: 776px;*/
}
/*.container-fluid .row-fluid .page-center .main-content {
    width: 65.95744680199999%;
    margin: 0 auto;
    float: none;
}*/
.fa-phone:before {
    content: "\f095";
}
.fa-envelope:before {
    content: "\f0e0";
}
.hs-westpro-rekrytointi .body-container-wrapper .hs_cos_wrapper_widget {
    padding: 76.12px 0 0;
}
.hs-westpro-rekrytointi .hs-form-field>label {
    font-weight: bold;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    display: block;
    padding: 10px 0 4px;
}
.hs-westpro-rekrytointi .hs-form-field label{
    font-family: bill_corp_narbook, 'Lato';
    :font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 25px;
}
.hs-origoorigolomake .full-width-with-bottom-form-row2 .hs-form,
.hs-meltemi-meltemilomake .full-width-with-bottom-form-row2 .hs-form {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.hs-origoorigolomake .full-width-with-bottom-form-row2 h3,
.hs-meltemi-meltemilomake .full-width-with-bottom-form-row2 h3 {
    text-align: center;
}
.hs-westpro-rekrytointi input.hs-button.primary.large,
.hs-origo-kuvagalleria input.hs-button.primary.large{
    margin-top: 30px;
}
.hs-origo-kuvagalleria .custom-four-col-button-with-section-header a.btn {
    padding: 15px 17px 12px 17px;
}

.hs-origo-kuvagalleria  div.ppt {
     display:none !important;
}

 .hs-origo-kuvagalleria  .custom-four-col-button-with-section-header .custom-4 .col a.btn {
   font-size: 18px !important;
}

.custom-housing-listing-wrapper.custom-popup-open ~ .pop-up-wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.hs-westpro-maanhankinta .custom-column-wrapper {
    width: 65.95744680199999%;
    margin:auto !important;
    float: none;
}

.hs-westpro-maanhankinta h3#hs_cos_wrapper_widget_1511517623462_title {
    text-align: center;
    margin-top:0;
}

.hs-origo-materiaalit-ja-varustelu .banner-area.custom-left {
   height: 657px;
}

.hs-origo-materiaalit-ja-varustelu .full-width-image-des .des .des-content>div p {
   color: #1e3a5d;
}
.hs-origo-materiaalit-ja-varustelu .full-width-image-des .inner>div .des-inner {
   -webkit-justify-content: start;
   -ms-flex-pack: start;
   justify-content: start;
}
.hs-origo-materiaalit-ja-varustelu .custom-four-col-button-with-section-header {
   /*margin-top: 76.12px;*/
}
.hs-origo-materiaalit-ja-varustelu .custom-four-col-button-with-section-header a.btn {
   padding: 13.5px 17px;
}
.hs-westpro-rekrytointi-avoinhakemus .banner-area {
    height: 23.5vw !important;
    margin-top: 0;
}

.hs-westpro-rekrytointi-avoinhakemus div#hs_cos_wrapper_widget_1511408677476 {
    width: 74.468085099%;
    margin: 0 auto;
}

.hs-westpro-westprolaiset .banner-area {
    height: 24.9vw;
    margin-top: -45px;
    margin-bottom: 0;
}

.hs-westpro-westprolaiset .banner-area .content {
    left: 90px;
}

.hs-westpro-westprolaiset .two-col-left-heading .left {
    width: 31.914893614%;
    padding-top: 0;
    padding-bottom: 0;
}

.hs-westpro-westprolaiset .two-col-left-heading .right {
    width: 65.95744680199999%;
}

.two-col-left-heading .left h3 {
    margin-top: 0;
}
.hs-westpro-westprolaiset .westpro-westprolaiset-row2-left-col {
    padding-left: 2%;
    padding-right: 2%;
}
.hs-westpro-westprolaiset .banner-area-content .content .center {
    /*width: 100%!important;*/

    margin-bottom: 0;
}
.hs-westpro-westprolaiset .banner-area-content .content .center {
    /*height: 145px;*/
}
.hs-westpro-westprolaiset .banner-area-content .content .center .center-inner {
    width: 50%;
    min-width: 300px;
    text-align: center;
    margin-top: -7px;
}
.hs-westpro-westprolaiset .banner-area-content .content .center .center-inner .heading {
    margin-right: 40px;
}
.hs-westpro-westprolaiset .banner-area-content .content .center .center-inner .heading,
.hs-westpro-westprolaiset .banner-area-content .content .center .center-inner .button {
    display: inline-block;
}
.hs-westpro-westprolaiset .banner-area-content .content .left, .hs-westpro-westprolaiset .banner-area-content .content .right {
    margin: 0;
}
.fa-phone-square:before {
    content: "\f098";
}

.three-col-equal-content {}

.three-col-equal-content .col-group {
    width: 31.914893614%;
    padding: 0 2%;
    float: left;
}
.three-col-equal-content .col-group h4 {
    margin: 0;
}
.hs-meltemi-asunnot .two-col-left-heading .right h2 {
   color: #444;
   margin-bottom: 30px;
}
.hs-meltemi-asunnot .two-col-left-heading .right h3 {
   color: #444;
}
.hs-kapelli-kuvagalleria .body-container-wrapper .hs_cos_wrapper_widget {
   padding: 0 !important;
}
.hs-kapelli-kuvagalleria .custom-footer {
   margin-top: 0;
}
.hs-kustannuslaskija .hs-button.primary,
.hs-kustannuslaskija input[type="submit"],
.hs-kustannuslaskija input[type="button"]{
   border: none;
   color: #fff;
   cursor: pointer;
   transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
   -moz-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
   -webkit-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
   -o-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
   width: auto;
   font-size: 12px;
   border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   -o-border-radius: 2px;
   cursor: pointer;
   -webkit-appearance: none;
   text-decoration: none!important;
   border-radius: 7px!important;
   background-color: #1e3a5d!important;
   width: 100%;
   font-family: bill_corp_narbook, 'Lato';
    :font-family: 'Montserrat'!important;
   font-size: 16px!important;
   padding: 16px!important;
   letter-spacing: 1px!important;
   color: #fff;
   text-shadow: 0 -1px 0 #3574e3;
   background-color: #3574e3;
   background-image: linear-gradient(to bottom, #7ec8f4,#3574e3);
   box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
   border-top: 1px solid #64baf0;
   border-bottom: 1px solid #1c4ed5;
   border-right: 1px solid #468ee6;
   border-left: 1px solid #468ee6;
   border-radius: 4px;
   transition: opacity 0.15s linear;
   -moz-user-select: none;
   -webkit-user-select: none;
   user-select: none;
   text-transform: capitalize!important;
   font-weight: 400;
}
.hs-kustannuslaskija .hs-button.primary:hover,
.hs-kustannuslaskija input[type="submit"]:hover,
.hs-kustannuslaskija input[type="button"]:hover{
    border-bottom: 1px solid #4084e2;
    border-right: 1px solid #468ee6;
    border-left: 1px solid #468ee6;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
}
.hs-kustannuslaskija input[type="text"],
.hs-kustannuslaskija input[type="password"],
.hs-kustannuslaskija input[type="datetime"],
.hs-kustannuslaskija input[type="datetime-local"],
.hs-kustannuslaskija input[type="date"],
.hs-kustannuslaskija input[type="month"],
.hs-kustannuslaskija input[type="time"],
.hs-kustannuslaskija input[type="week"],
.hs-kustannuslaskija input[type="number"],
.hs-kustannuslaskija input[type="email"],
.hs-kustannuslaskija input[type="url"],
.hs-kustannuslaskija input[type="search"],
.hs-kustannuslaskija input[type="tel"],
.hs-kustannuslaskija input[type="color"],
.hs-kustannuslaskija input[type="file"],
.hs-kustannuslaskija textarea,
.hs-kustannuslaskija select{
    font-family: bill_corp_narbook, 'Lato';
    :font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color:#666;
}
.hs-home .banner-area {
    height: 46.6vw;
    margin-top: 0;
    margin-bottom: 0;
}

.hs-home .banner-area.custom-right .page-center .content {
    padding: 0 90px;
    top: 50%;
}

.hs-home .banner-area.custom-right .page-center .content p.banner-content {
    text-transform: none;
    letter-spacing: 1px;
    font-size: 19px;
    line-height: 25px;
    font-weight: 400;
}

.hs-home .banner-area.custom-right .page-center .content p.banner-content span {
    font-family: bill_corp_narbook, 'Lato';
}

.inner-wrapper.three-col-equal-ovrlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inner-wrapper.three-col-equal-ovrlay>div {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10%;
    background-position: center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    width: 33.33%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.inner-wrapper.three-col-equal-ovrlay>div a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
}
.inner-wrapper.three-col-equal-ovrlay .content-wrapper-box.three-col-equal-ovrlay {
    width: 100%;
    text-align: center;
    position:relative;
    z-index:9;
}

.inner-wrapper.three-col-equal-ovrlay .content-wrapper-box.three-col-equal-ovrlay h3 {
    color: #fff;
    font-size: 19px;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 8px;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'Lato'!important;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.inner-wrapper.three-col-equal-ovrlay .content-wrapper-box.three-col-equal-ovrlay h2 {
    color: #fff;
    letter-spacing: 1px;
    font-size: 27px;
    line-height: 33px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'Lato'!important;
}

.inner-wrapper.three-col-equal-ovrlay .content-wrapper-box.three-col-equal-ovrlay >*:last-child {
    margin-bottom: 0;
}

.inner-wrapper.three-col-equal-ovrlay .content-wrapper-box.three-col-equal-ovrlay >* {
    color: #fff;
}

.inner-wrapper.three-col-equal-ovrlay .content-wrapper-box.three-col-equal-ovrlay p {
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'Lato'!important;
}

.hs-kapelli-materiaalit-ja-varustelu .banner-area.custom-left {
   height: 552px;
   margin-top: 0;
}

.hs-kapelli-materiaalit-ja-varustelu h2 {
   color: #444;
}
.hs-home .full-width-image-des .des {
    padding: 3%;
    padding-top: 0;
    padding-bottom: 0;
}

.hs-home .full-width-image-des .des h2 {
    color: #444;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'Lato'!important;
    margin-bottom: 25px;
}

.hs-home .full-width-image-des .des br {
    line-height: 25px;
}

.hs-home .full-width-image-des .des p {
    font-family: bill_corp_narbook, 'Lato';
    :font-family: lato;
}

.hs-home .full-width-image-des .des a.btn {
    margin-top: 40px;
}

.hs-home .full-width-image-des.custom-Right-image .inner .image {
    padding: 0;
}

.hs-home .inner-wrapper.three-col-equal-ovrlay .col1:only-child {
    width: 100%;
    padding-top: 8%;
    padding-bottom: 8%;
    display: block;
}

.hs-home .inner-wrapper.three-col-equal-ovrlay .col1:only-child h2 {
    letter-spacing: 4px;
    font-size: 33px;
    line-height: 38px;
    font-weight: 700;
}
.hs-kapelli-materiaalit-ja-varustelu div#hs_cos_wrapper_widget_1511328167257 {
   padding: 0;
}
.hs-olotila .banner-area{
    height: 18.25vw;
}

.banner-area.custom-center p {
    color: white;
}

.hs-olotila .banner-area.custom-center p.banner-content {
    text-transform: none;
    letter-spacing: 1px;
    font-size: 19px;
    line-height: 25px;
    font-weight: 400;
}

.hs-olotila .banner-area.custom-center p.banner-content br {
    line-height: 25px;
}

.hs-olotila .hs-rss-module.feedreader_box {}

.hs-olotila .hs-rss-module.feedreader_box .hs-rss-item {
    width: 31.784%;
    float: left;
    margin-right: 2.1%;
}

.hs-olotila .hs-rss-module.feedreader_box .hs-rss-item a.hs-rss-title {
        /* font-family: 'Montserrat'!important; */
    text-transform: uppercase!important;
    font-weight: 600!important;
    letter-spacing: 1px!important;
    font-size: 25px!important;
    margin-bottom: 12px !important;
    display: block;
}
.hs-olotila .hs-rss-module.feedreader_box .hs-rss-item a.hs-rss-title:hover {
    color: rgb(68, 68, 68);
}
.hs-tyonjohtaja .hs-button.primary,
.hs-tyonjohtaja input[type="submit"],
.hs-tyonjohtaja input[type="button"]{
   border: none;
   color: #fff;
   cursor: pointer;
   transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
   -moz-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
   -webkit-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
   -o-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
   width: auto;
   font-size: 12px;
   border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   -o-border-radius: 2px;
   cursor: pointer;
   -webkit-appearance: none;
   text-decoration: none!important;
   border-radius: 7px!important;
   background-color: #1e3a5d!important;
   width: 100%;
   font-family: bill_corp_narbook, 'Lato';
    :font-family: 'Montserrat'!important;
   font-size: 16px!important;
   padding: 16px!important;
   letter-spacing: 1px!important;
   color: #fff;
   text-shadow: 0 -1px 0 #3574e3;
   background-color: #3574e3;
   background-image: linear-gradient(to bottom, #7ec8f4,#3574e3);
   box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
   border-top: 1px solid #64baf0;
   border-bottom: 1px solid #1c4ed5;
   border-right: 1px solid #468ee6;
   border-left: 1px solid #468ee6;
   border-radius: 4px;
   transition: opacity 0.15s linear;
   -moz-user-select: none;
   -webkit-user-select: none;
   user-select: none;
   text-transform: capitalize!important;
   font-weight: 400;
}
.hs-tyonjohtaja .hs-button.primary:hover,
.hs-tyonjohtaja input[type="submit"]:hover,
.hs-tyonjohtaja input[type="button"]:hover{
border-bottom: 1px solid #4084e2;
border-right: 1px solid #468ee6;
border-left: 1px solid #468ee6;
box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
}
.hs-tyonjohtaja input[type="text"],
.hs-tyonjohtaja input[type="password"],
.hs-tyonjohtaja input[type="datetime"],
.hs-tyonjohtaja input[type="datetime-local"],
.hs-tyonjohtaja input[type="date"],
.hs-tyonjohtaja input[type="month"],
.hs-tyonjohtaja input[type="time"],
.hs-tyonjohtaja input[type="week"],
.hs-tyonjohtaja input[type="number"],
.hs-tyonjohtaja input[type="email"],
.hs-tyonjohtaja input[type="url"],
.hs-tyonjohtaja input[type="search"],
.hs-tyonjohtaja input[type="tel"],
.hs-tyonjohtaja input[type="color"],
.hs-tyonjohtaja input[type="file"],
.hs-tyonjohtaja textarea,
.hs-tyonjohtaja select{
    font-family: bill_corp_narbook, 'Lato';
    :font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color:#666;
}



 .hs-tyonjohtaja .hs-form-field>label {
   text-align: left;
}

.hs-kapelli-ymparisto-ja-sijainti .banner-area.custom-left {
   /*height: 657px;*/
}

.hs-kapelli-ymparisto-ja-sijainti .kapelli-ymparisto-ja-sijainti-row1-group p {
   color: #1f3667;
}

.hs-kapelli-ymparisto-ja-sijainti a.for-col-img-wrapper img {
   /*height: 264.25px;*/
   object-fit: cover;
   object-position: center;
}

.hs-westpro-maanhankinta .banner-area {
    height: 24.9vw;
    margin-bottom: 0;
    margin-top: -45px;
}

.hs-westpro-maanhankinta .banner-area .page-center .content {
    left: 90px;
}

span.hs-form-required {
    color: #1e3a5d!important;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: Lato;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 25px;
}

.hs-westpro4u .banner-area {
    margin-top: -45px;
    height: 40.45vw;
}
.hs-westpro4u .banner-area .content {
    left:90px;
}

.westpro4u-row1-content {
    width: 65.95744680199999% !important;
    margin: 0 auto !important;
    float: none !important;
    padding-top: 8%;
}

.westpro4u-row1-content br {
    line-height: normal;
}

.westpro4u-row1-content h3 {
    margin-bottom: 50px;
    margin-top: 0;
}

.westpro4u-row1-content {}

.body-container-wrapper  .westpro4u-row1-content .hs_cos_wrapper_widget {
    padding: 0;
    padding-bottom: 50px;
}
.westpro4u .custom-footer {
    margin-top: 0;
}
.westpro4u a.btn {
    padding-top: 10px;
    padding-bottom: 10px;
}
.westpro-rekrytointi .hs_cos_wrapper_type_header h1 {
    letter-spacing: 1px;
    font-size: 27px;
    line-height: 33px;
    font-weight: 400;
    margin-bottom: 0;
}

.westpro-rekrytointi .body-container-wrapper .hs_cos_wrapper_widget {
    padding: 0;
}

.westpro-rekrytointi .custom-row1-content {
    padding: 2%;
}

.westpro-rekrytointi .custom-row1 {
    padding-top: 38.06px;
}
.westpro .banner-area .banner-image {}

/*body.westpro .banner-area,*/
body.westpro.hs-rekisteriseloste .banner-area {
    height: 34.219vw !important;
    margin-top: -45px;
    margin-bottom: 0;
}

body.westpro .body-container-wrapper .hs_cos_wrapper_widget {
    padding: 0;
}

.westpro .custom-row1 {
    padding-top: 76.12px;
    padding-bottom: 76.12px;
}

.westpro .custom-row1 .custom-row1-content {
    width: 65.95744680199999%;
    float: none;
    margin: auto;
}

.westpro .custom-row1 .custom-row1-content h3 {
    margin-bottom: 30px;
    margin-top: 0;
}

.westpro .custom-row2-content .page-center {
    padding: 0 !important;
}

.westpro .custom-four-col-zoom-image {
    padding-bottom: 76.12px;
}

.westpro .two-col-left-heading {
    padding-top: 4%;
    padding-bottom: 0;
}

.westpro .custom-row2 {
    padding-bottom: 40px;
}

.three-col-wrapper .span4 {
    margin-left: 2.1%;
    width: 31.914893614%;
 }

 body.westpro .banner-area .content {
    left: 90px;
}

.westpro .two-col-left-heading .right h3 {
    margin-top: 0;
    margin-bottom:40px;
}

.westpro .body-container-wrapper br {
    line-height: normal;
}
.westpro .custom-row1 .custom-row1-content h3 {
    color: #444;
}
.westpro .two-col-left-heading .left {
    padding-top: 0;
    padding-bottom: 0;
}
.hs-westpro4u-3 .main-content br {
    line-height: normal;
}
.hs-westpro4u-3 .banner-area {
    height: 24.8vw !important;
    margin-top: -44px;
    margin-bottom: 0;
}
.hs-origo-ymparisto-ja-sijainti .banner-area .page-center .content {
    left: 90px;
}

.hs-origo-ymparisto-ja-sijainti .banner-area {
    margin-top: -45px;
    margin-bottom: 0;
}

body.hs-origo-3d-pohjat .banner-area {
    margin-top: -45px;
    margin-bottom: 0;
}

.hs-meltemi-ymparisto-ja-sijainti .banner-area-content .center .heading {
    font-family: bill_corp_narbook, 'Lato';
    :font-family: Lato;
    font-weight: 600;
}

.westpro .full-width-right-content .right.content h2 {
    margin-bottom: 30px;
}

.hs-meltemi-taloyhtio.westpro .custom-row1 {
    padding-top: 114.18px;
    padding-bottom: 114.18px;
}

.westpro .four-col-popup-wrapper {
}

.westpro .custom-three-col-zoom-image .page-center {
    padding: 0 90px !important;
}

.westpro .custom-three-col-zoom-image {
    padding: 76.12px 0;
    margin-bottom:0;
}

.hs-meltemi-taloyhtio .custom-four-col-button-with-section-header {
    padding-top: 114.18px;
    padding-bottom: 114.18px;
}
.hs-meltemi-taloyhtio .custom-four-col-button-with-section-header a.btn {
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'Arial'!important;
    font-size: 18px!important;
    border-radius: 0!important;
}
.hs-kohteet .banner-area .page-center .content {
    left: 90px;
}
.hs-origo-taloyhtio .custom-four-col-button-with-section-header a.btn {
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'Arial'!important;
    font-size: 18px!important;
    border-radius: 0!important;
    padding: 15px 17px 13px 17px!important;
    margin-bottom: 0;
    line-height: 20px;
}

.hs-casa-ora-asunnot .banner-area-content .center a.btn {
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'Arial'!important;
    font-size: 18px!important;
    border-radius: 0!important;
}

.hs-home .banner-area {
    margin-top: -2px;
}

.inner-wrapper.three-col-equal-ovrlay>div:before {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: ' ';
    display: block;
    opacity: 0;
    transition: background-color 0.35s ease, opacity 0.35s ease;
    -webkit-transition: background-color 0.35s ease, opacity 0.35s ease;
    -o-transition: background-color 0.35s ease, opacity 0.35s ease;
    -moz-transition: background-color 0.35s ease, opacity 0.35s ease;
    will-change: opacity, background-color;
}

.inner-wrapper.three-col-equal-ovrlay>div:hover:before {
    background-color: #ffffff;
    opacity: 0.2;
}
.home-row2-left-content h2 {
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'Lato'!important;
    color: #003366;
}

.home-row2-left-content p {
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'Lato'!important;
    color: #676767;
}
.hs-home .hs-form-field {
    margin-bottom: 0;
}
body.hs-home form .input>* {
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'Open Sans' !important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #555555 !important;
}
.hs-westpro-westprolaiset .two-col-left-heading {
    padding-bottom: 0;
}

.hs-westpro-westprolaiset .body-container-wrapper p {
    padding-bottom: 0 !important;
}
.hs-westpro-westprolaiset .three-col-equal-content .col-group h3 {
    margin-top: 0;
}
.hs-westpro-westprolaiset .body-container-wrapper .three-col-equal-content p:not(:last-child) {
    padding-bottom: 27px !important;
}

.hs-westpro-westprolaiset .body-container-wrapper p:not(:last-child) {
    padding-bottom: 27px !important;
}
body.hs-westpro-rekrytointi-avoinhakemus .banner-area {
    height: 23.5vw!important;
    min-height: 220px;
}
body.hs-westpro-rekrytointi-avoinhakemus .hs-button.primary.large,
body.hs-westpro4u .hs-button.primary.large{
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none!important;
    border-radius: 7px!important;
    background-color: #1e3a5d!important;
    width: 100%;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'Montserrat'!important;
    font-size: 16px!important;
    padding: 16px!important;
    letter-spacing: 1px!important;
    color: #fff;
    text-shadow: 0 -1px 0 #3574e3;
    background-color: #3574e3;
    background-image: linear-gradient(to bottom, #7ec8f4,#3574e3);
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
    border-top: 1px solid #64baf0;
    border-bottom: 1px solid #1c4ed5;
    border-right: 1px solid #468ee6;
    border-left: 1px solid #468ee6;
    border-radius: 4px;
    transition: opacity 0.15s linear;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-transform: capitalize!important;
    font-weight: 400;
    line-height: 12px;
    /*border:none;*/
    -webkit-font-smoothing: subpixel-antialiased;
}
body.hs-westpro-rekrytointi-avoinhakemus .hs-button.primary.large:focus,
body.hs-westpro-rekrytointi-avoinhakemus .hs-button.primary.large:hover,
body.hs-westpro4u .hs-button.primary.large:focus,
body.hs-westpro4u .hs-button.primary.large:hover{
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
    border-top: 1px solid #4db0ee;
    border-bottom: 1px solid #1946be;
    border-right: 1px solid #3080e3;
    border-left: 1px solid #3080e3;
}
.hs-rss-description p {
    color: #676767;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: Lato;
}
.hs-olotila .hs-rss-module.feedreader_box:after {
    clear: both;
    display: block;
    content: "";
}

.hs_cos_wrapper_type_rss_listing h3:empty {
    display: none;
}

.custom-dynamic-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>ul {
    display: none !important;
}
.pop-up-wrapper .pop-up-container .custom-body .right span .hs_cos_gallery .slick-slider ul.slick-dots li button:hover:before {
    color: #1e3a5d;
}
.slick-dots li button:before {
    transition: color 0.6s ease;
}
.custom-housing-pagination ul li.right-part img {
    float: right;
}

.hs-westpro-maanhankinta .hs-form-field>label {
    font-family: bill_corp_narbook, 'Lato';
    :font-family: book!important;
    font-weight: normal!important;
    font-size: 15px !important;
}


/*.hs-westpro-maanhankinta .hs-form-field {
    margin-bottom: 0;
}*/

h3.form-title:empty {
    display: none;
}

.home-row2-left-content {
    padding-left: 2%;
}

body.hs-home form .input>select {
    font-size: 12px !important;
}

.hs-westpro-westprolaiset .banner-area-content .center .heading {
    font-family: bill_corp_narbook, 'Lato';
    :font-family: westpro-header;
    font-weight: 400;
    font-size: 27px;
    line-height: 33px;
}

.hs-westpro-westprolaiset .banner-area-content .center a.btn {
    font-size: 18px;
    line-height: 20px;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: arial;
    font-weight: 400;
}

.westpro4u .hs-form-field>label {
    font-family: bill_corp_narbook, 'Lato';
    :font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    display: block;
    float: none;
    width: auto;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
    font-size: 13px;
}

body.westpro4u .input>* {
    font-family: bill_corp_narbook, 'Lato';
    :font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 18px;
}

body.westpro4u .hs-form-field label {
    font-family: bill_corp_narbook, 'Lato';
    :font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height:20px;
    margin-bottom:4px;
    display: block;
}
a#nextSection {
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
}
.westpro.hs-origo-ymparisto-ja-sijainti .custom-three-col-zoom-image .page-center {
    padding: 0 !important;
}
.hs-casa-ora .input>* {
    line-height: 22px;
    color:#555555;
    max-width: 100%;
}
p.banner-content {
    -webkit-font-smoothing: antialiased;
}

.two-column-equal .hs-form-field label {
    font-family: bill_corp_narbook, 'Lato';
    :font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    display: block;
    float: none;
    width: auto;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
    font-size: 13px;
    color: #414141;
}

.two-column-equal .actions>input {
    line-height: 12px;
}
.hs-kapelli .custom-dynamic-menu {
    background-color: #1e3a5d;
    color: #ffffff;
}

.hs-kapelli.fixed-menu .custom-dynamic-menu>div {
    background-color: #1e3a5d;
    color: #ffffff;
}
.hs-kapelli .custom-three-col-zoom-image .col-inner .content {
    min-height: 300px;
}

body.full-width-with-bottom-form .input input {
    line-height: 22px;
}

input[type="radio" i] {
    margin-left: 0;
}

.custom-four-col-zoom-image.custom-left .left {
    margin-left: 2.1%;
    float: right;
}

.custom-four-col-zoom-image.custom-left .right {
    margin-left: 0;
}

.hs-origo-asunnot .custom-four-col-button-with-section-header a.btn {
    padding: 15px 17px 12px 17px!important;
}
div.pp_overlay {
    z-index: 9999 !important;
}

.hs-kapelli-taloyhtio .four-col-popup-wrapper {
   padding: 26.98px 0;
}
.hs-kapelli-taloyhtio .four-col-popup-wrapper img {
   height: 180.75px;
}


.hs-kapelli-taloyhtio .four-col-popup-wrapper .span3 {
   margin-bottom: 25px;
}
body .body-container-wrapper .hs_cos_wrapper_widget.blank {
    padding: 0 !important;
}
.three-col-equal-ovrlay.custom1 .inner-wrapper.three-col-equal-ovrlay {
    display: block;
    flex-wrap: unset;
}
.home-row2 {
    padding-bottom: 40px;
}
a[href*="tel:"]:before,
a[href*="mailto"]:before {
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration: inherit;
   content: "\f098";
   -webkit-font-smoothing: antialiased;
   top: -2px;
   word-spacing: 1px;
   max-width: 100%;
   position: relative;
   text-align: center;
   border-radius: 999px 999px 999px 999px;
   -moz-border-radius: 999px 999px 999px 999px;
   -webkit-border-radius: 999px 999px 999px 999px;
   -o-border-radius: 999px 999px 999px 999px;
   color: #fff;
   width: auto;
   height: auto;
   line-height: normal;
   vertical-align: baseline;
   background-image: none;
   background-position: 0% 0%;
   background-repeat: repeat;
   margin-top: 0;
   background-color: #1e3a5d!important;
   font-size: 16px;
   margin-right: 10px;
}
a[href*="mailto"]:before{
   margin-right: 10px;
   content: "\f0e0";
}
input + a,
input + input{
    margin-top: 18px;
}

body.system-page .body-container-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}

.subscribe-options label {
    display: block;
}

.case-row2 .hs_cos_wrapper_type_form .hs-button.primary.large {
    margin-bottom: 20px;
    width: 100%;
}

.error-404-page h1 {
    margin: 0;
    padding: 0;
    font-size: 250px!important;
    line-height: 250px!important;
    font-weight: 700;
    box-shadow: none;
    background: none;
    color: #1e3a5d !important;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'westpro-header' !important;
    display: block !important;
    margin-bottom: 7px;
    left: 0;
    letter-spacing: 4px;
}

.error-404-page h2 {
    margin: 0;
    letter-spacing: 1px;
    line-height: 33px;
    text-transform: uppercase;
    font-size: 70px;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'westpro-header' !important;
    font-weight: 700;
    margin-bottom: 10px;
}

.error-404-page .custom_error_message {
    text-align: center;
}

.error-404-page .widget-type-google_search {
    margin-top: 40px;
}




.custom-four-col-button-with-section-header-wrapper {
    padding: 0 !important;
}
.custom-banner-group {
    padding: 0 !important;
}
.full-width-right-content-wrapper {
    padding: 0 !important;
}
.banner-area-content-wrapper {
    padding: 0 !important;
}
.four-col-eq-content-wrapper {
    padding: 0 !important;
}
.four-col-eq-content-wrapper {
    padding: 0 !important;
}
.body-container-wrapper .bg-img .hs_cos_wrapper_widget {
    padding: 0 !important;
}






/*Default Blog*/

.default-blog .blog .blog-sidebar h1,
.default-blog .blog .blog-sidebar h2,
.default-blog .blog .blog-sidebar h3,
.default-blog .blog .blog-sidebar h4,
.default-blog .blog .blog-sidebar h5,
.default-blog .blog .blog-sidebar h6,
.default-blog .blog .blog-sidebar .from-title{
    letter-spacing: 1px;
    font-size: 27px;
    line-height: 33px;
    font-weight: 400;
    font-family: bill_corp_narbook, 'Lato';
    :font-family: 'westpro-header';
    color: #444;
    margin: 0 0 30px;
}

.default-blog .hs-blog-header {
    margin-bottom: 40px;
}

.default-blog .custom-footer {
    margin-top: 50px;
}

.default-blog .blog-sidebar .hs_cos_wrapper.hs_cos_wrapper_widget {
   margin-bottom: 25px;
   clear: both;
   float: left;
   width: 100%;
   padding: 0;
}

.default-blog .blog-sidebar span.filter-link-count {
    display: none;
}

.default-blog .blog-pagination {
    text-align: center;
}

div#comments-listing.no-comments {
    border: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.blog-sidebar .hs_cos_wrapper.hs_cos_wrapper_widget{
    margin-bottom: 20px;
    display: block;
    padding: 0;
}
#hubspot-author_data {
    margin: 0 0 10px;
    padding: 0;
    font-style: italic;
}
#hubspot-topic_data {
     color: #888888;
     font-weight: bold;
     margin: 4px 0;
}
.hs-blog-social-share {
    padding: 10px 0 0 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    height: auto;
}

.custom_listing_comments{
     border: 1px solid #e2e2e2;
     display: block;
     line-height: 165%;
     padding: 15px;
}

.blog-pagination a{
    display: block;
}
.no-comments{
    border:0 !important
}

/* -------------- Default Code for Author Bio ------------ */

.hs-author-avatar {
    max-width: 70px;
    padding: 10px 10px 10px 0;
}

.hs-author-avatar img {
    height: auto !important;
    max-width: 100%;
    border-radius: 10px;
}
body .hs-field-desc {
    color: #666;
    font-style: italic;
}
.post-header h2, .post-header h1   {
    margin: 0 0 10px;
    padding: 0;
}
.no-comments{
    border:0 !important
}

.blog-sidebar h3 {
   margin-top: 0;
}

.blog-sidebar form ,
.blog-sidebar ul{
   margin-bottom: 0;
}

/*Default Blog*/

.hs_cos_gallery_thumbnails .slick-slide{
    padding:0 !important;
}

form {
    margin-bottom: 40px;
}


.full-width-right-content {
    position: relative;
    background: rgba(35,52,83,0.72);
}
.migration-text-template .banner-area.custom-left {
    margin-bottom: 40px;
}

.migration-text-template .custom-footer {
    margin-top: 40px;
}
/*.body-container-wrapper .hs_cos_wrapper_widget.hs_cos_wrapper_type_form,
.body-container-wrapper .hs_cos_wrapper_type_rich_text{
    padding: 76.12px 0;
    display: block;
}*/
.pop-up-container .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper {
    position: static;
}

.sidebar-form {
    padding-top: 76.12px;
    padding-bottom: 76.12px;
}
.sidebar-padding {
    padding-top: 76.12px;
    padding-bottom: 76.12px;
}
.hs-rekisteriseloste .custom-row1-content p:last-of-type {
    padding-bottom: 0;
}
.portus-eturivi-row4-group{
    margin-bottom: 66px;
}
.hs-portus-eturivi .two-col-left-heading .right p:last-of-type,
.portus-eturivi-row4-content p:last-of-type{
    padding-bottom: 0;
}

.hs-portus .two-col-left-heading h2 + h2 {
    margin: 0 0 30px;
}

.hs-portus .two-col-left-heading p:last-of-type {
    padding-bottom: 0;
}

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


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

@media (max-width: 1880px){

    .hs-home .full-width-image-des .des h2, {
        font-size: 24px;
    }

}
@media (max-width: 1750px) and (min-width: 1500px) {
    .hs-home .full-width-image-des.custom-left-image .des h2 {
       font-size: 21px;
    }

}
@media (min-width: 1500px){

   .left.visible-tab-show {
       display: none !important;
   }
   .banner-area-content .center-inner {
       margin-left: 20px;
   }
}
@media (min-width: 1400px){
    .hs-meltemi-taloyhtio .four-col-popup-wrapper img,
    .hs-casa-ora-taloyhtio .four-col-popup-wrapper img,
    .hs-casa-ora-ymparisto-ja-sijainti .four-col-popup-wrapper img,
    .hs-casa-ora-ymparisto-ja-sijainti .four-col-popup-wrapper img,
    .hs-kapelli-ymparisto-ja-sijainti .four-col-popup-wrapper img,
    .hs-meltemi-ymparisto-ja-sijainti .four-col-popup-wrapper img {
        height: 280px;
    }
}
@media (max-width: 1399px) and (min-width: 1000px){
    .hs-meltemi-taloyhtio .four-col-popup-wrapper img,
    .hs-casa-ora-taloyhtio .four-col-popup-wrapper img,
    .hs-casa-ora-ymparisto-ja-sijainti .four-col-popup-wrapper img,
    .hs-casa-ora-ymparisto-ja-sijainti .four-col-popup-wrapper img,
    .hs-kapelli-ymparisto-ja-sijainti .four-col-popup-wrapper img,
    .hs-meltemi-ymparisto-ja-sijainti .four-col-popup-wrapper img {
        height: 200px;
    }

}


@media (max-width: 1500px) {

    .sijainti-col1>div>div>.page-center>div,
    .custom-four-col-button-with-section-header,
    .three-col-equal {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .three-col-full-width {
        padding-top: 29.66px;
        padding-bottom: 29.66px;
    }
    .pop-up-wrapper .pop-up-container .custom-body .right span .hs_cos_gallery .slick-slider .slick-list img {
        width: 100%;
        height: auto !important;
        min-height: auto !important;
        position: relative;
    }
    .pop-up-wrapper .pop-up-container .custom-body .left {
        width: 100% !important;
    }

    .pop-up-wrapper .pop-up-container .custom-body .right {
        width: 100% !important;
    }

    .pop-up-wrapper .pop-up-container .custom-body .right span .hs_cos_gallery .slick-slider .slick-list img {
        /*min-height: 400px!important;*/
        /*width: 100% !important;*/
    }

    .left.hidden-tab-hide {
       display: none !important;
   }
    .pop-up-wrapper .pop-up-container {
        /*margin-top: 0;*/
    }
    body.pop-slider{
        overflow:hidden;
    }
    .pop-up-wrapper:before {
        height: auto;
    }
    .hs-home .full-width-image-des .des h2 {
        font-size: 20px;
    }


}
@media (max-width: 1366px) {


    .sijainti-col1>div>div>.page-center>div,
    .custom-four-col-button-with-section-header,
    .three-col-equal {
        padding-top: 53.96px;
        padding-bottom: 53.96px;
    }

    .three-col-full-width {
        padding-top: 26.98px;
        padding-bottom: 26.98px;
    }

}

@media (max-width: 1300px) {
    .hs-casa-ora-materiaalit-ja-varustelu .body-container-wrapper .hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget:first-child {
        padding: 45px 0;
    }

    .sijainti-col1>div>div>.page-center>div,
    .custom-four-col-button-with-section-header,
    .three-col-equal {
        padding-top: 51.32px;
        padding-bottom: 51.32px;
    }

    .three-col-full-width {
        padding-top: 26.98px;
        padding-bottom: 26.98px;
    }

    .banner-area .page-center .content h1 {
        font-size: 32px!important;
        line-height: 50px!important;
    }

    .full-width-three-col-heading .heading h2 {
        font-size: 23.1px;
        line-height: 26.6px;
    }

    .hs-casa-ora-layout .full-width-three-col-heading ,
    .full-width-three-col-heading {
        margin-left: calc(14.89361702% + 2.1%);
    }

    .three-col-full-width .center h3,
    .three-col-equal .heading h3 {
        font-size: 22.95px;
        line-height: 28.05px;
    }

    .three-col-equal .three-col .col iframe {
        width: 352px;
        height: 198.163px;
    }

    .custom-four-col-button-with-section-header .section-header h2 {
        font-size: 23.1px;
        line-height: 26.6px;
    }

    .custom-four-col-zoom-image .left .bottom .col .col-inner .content h3.sub-heading {
        font-size: 22.95px;
        line-height: 28.05px;
    }

    .custom-four-col-zoom-image .left .bottom .col .col-inner .content h2.heading {
        font-size: 23.1px;
        line-height: 26.6px;
    }

    .custom-four-col-zoom-image .right .col .col-inner h3.sub-heading {
        font-size: 18.9px;
        line-height: 23.1px;
    }

    .custom-four-col-zoom-image .right .col .col-inner h2.heading {
        font-size: 23.1px;
        line-height: 26.6px;
    }

    .custom-four-col-zoom-image .left .top .col .col-inner .content h2.heading {
        font-size: 23.1px;
        line-height: 26.6px;
    }

    .custom-four-col-zoom-image .left .top .col.col2 .col-inner .content h3.sub-heading {
        font-size: 22.95px;
        line-height: 28.05px;
    }

    .full-width-three-col-heading .col h5 {
        text-transform: capitalize;
    }
    .two-col-left-heading .left h3 {
        font-size: 18.9px;
        line-height: 23.1px;
    }
    .custom-three-col-zoom-image .col h2.heading {
        font-size: 18.9px;
        line-height: 23.1px;
    }
    .hs-casa-ora-ymparisto-ja-sijainti .body-container-wrapper .hs_cos_wrapper_widget {
       margin: 48.56px 0;
   }
   .hs-casa-ora-ymparisto-ja-sijainti .body-container-wrapper h2 {
       line-height: 26.6px;
       font-size: 23.1px;
   }
    .body-container-wrapper .hs_cos_wrapper_widget {
        padding: 45px 0;
    }
    .hs-casa-ora-materiaalit-ja-varustelu .banner-area .page-center .content h1 {
        font-size: 36px!important;
        line-height: 56px!important;
    }
    .hs_cos_wrapper_type_header h1 {
        font-size: 23.1px;
        line-height: 26.6px;
    }
    a.for-col-img-wrapper img,
    .hs-kapelli-ymparisto-ja-sijainti a.for-col-img-wrapper img{
        /*height: 260px;*/
    }
    .hs-casa-ora-taloyhtio .custom-four-col-button-with-section-header {
        padding-top: 76.12px;
    }
    .banner-area.custom-right .page-center .content p.banner-content span {
        font-size: 14px!important;
        /* line-height: 38px!important; */
    }
    .banner-area.custom-right .page-center .content {
        padding-right: 0;
    }
    .hs-casa-ora-ymparisto-ja-sijainti .custom-four-col-button-with-section-header {
        padding-bottom: 3% !important;
    }
    .hs-casa-ora-ymparisto-ja-sijainti .banner-area .page-center .content h1 {
       font-size: 32px!important;
       line-height: 50px!important;
    }
    .hs-olotila .banner-area.custom-center p.banner-content {
        font-size: 15.2px!important;
        line-height: 20px!important;
    }

    .banner-area .page-center .content h1 {
        font-size: 36px!important;
        line-height: 56px!important;
    }

    .hs-olotila .banner-area.custom-center p.banner-content br {
        line-height: inherit;
    }

    .hs-kapelli-ymparisto-ja-sijainti .banner-area-content .center .heading {
       font-size: 18.9px;
       line-height: 23.1px;
    }
    .hs-origo-materiaalit-ja-varustelu .banner-area.custom-left,
    .hs-meltemi-asunnot .banner-area.custom-left{
        height: 33vw !important;
    }
    .custom-dynamic-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
        margin: 0 10px 0 0;
    }
    .westpro-rekrytointi .custom-row1 {
        padding-top: 25.66px;
    }

    .westpro-rekrytointi .hs_cos_wrapper_type_header h1 {
        font-size: 22.95px;
        line-height: 28.05px;
        display: block;
    }
    .westpro .custom-row1 {
        padding-top: 51.32px;
        padding-bottom: 51.32px;
    }

    .westpro .custom-four-col-zoom-image {
        padding-bottom: 51.32px;

    }

    .hs-meltemi-ymparisto-ja-sijainti #hs_cos_wrapper_widget_5446384571 {
        padding-top: 76.98px !important;
        padding-bottom: 76.98px !important;
    }

    .hs-meltemi-ymparisto-ja-sijainti #hs_cos_wrapper_widget_1511341759935 {
        padding-bottom: 21.32px !important;
    }

    .hs-meltemi-taloyhtio.westpro .custom-row1 {
        padding-top: 114.18px;
        padding-bottom: 114.18px;
    }

    .westpro .four-col-popup-wrapper {padding-top: 25.66px;padding-bottom: 54px;}

    .westpro .custom-three-col-zoom-image .page-center {
        padding: 0 90px !important;
    }

    .westpro .custom-three-col-zoom-image {
        padding: 51.32px 0;
        margin-bottom: 0;
    }

    .hs-meltemi-taloyhtio .custom-four-col-button-with-section-header {
        padding-top: 76.98px;
        padding-bottom: 76.98px;
    }

    .westpro .full-width-right-content h3 {
        font-size: 18.9px;
        line-height: 23.1px;
    }

    .hs-meltemi-taloyhtio.westpro .custom-row1 {
        padding-top: 76.98px;
        padding-bottom: 76.98px;
    }
   .hs-kustannuslaskija .banner-area .page-center .content h1 {
        font-size: 32px!important;
        line-height: 50px!important;
    }
    .hs-home .full-width-image-des .des h2 {
        font-size: 16px;
    }
    .inner-wrapper.three-col-equal-ovrlay .content-wrapper-box.three-col-equal-ovrlay h2 {
        font-size: 18.9px;
        line-height: 23.1px;
    }
    .hs-westpro-rekrytointi-avoinhakemus .banner-area .page-center .content h1 {
        font-size: 36px!important;
        line-height: 56px!important;
        padding-top: 0 !important;
    }
    .hs-origo-materiaalit-ja-varustelu  .banner-area .page-center .content h1,
    .hs-kapelli-kuvagalleria .banner-area .page-center .content h1 {
        font-size: 32px!important;
        line-height: 50px!important;
    }

    .hs-kapelli .custom-three-col-zoom-image .col h2.heading {
        font-size: 23.1px;
        line-height: 26.6px;
    }

}

@media (max-width: 1220px) {

    .custom-header .social-share ul li.socialmenu a {
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 34px;
        padding-top: 14px;
    }
    a.for-col-img-wrapper img,
    .hs-kapelli-ymparisto-ja-sijainti a.for-col-img-wrapper img{
        /*height: 230px;*/
    }
    .customSecondaryCol,
    .customSecondaryCol2,
    .customSecondaryCol3,
    .customSecondaryCol4,
    .customSecondaryCol2 span.btn.btn-house {
        font-size: 10px !important;
    }
    .customMainlyCol,
    .customMainlyCol4,
    .customMainlyCol2,
    .customMainlyCol3 {
        font-size: 12px !important;
    }

}
@media (max-width:1152px) and (min-width:1000px){
    .custom-four-col-button-with-section-header .custom-4 .col a.btn {
        font-size: 15px!important;
    }
     .hs-origo-kuvagalleria .custom-four-col-button-with-section-header .custom-4 .col a.btn {
       display: block;
       font-size: 10px!important;
       padding: 15px 8px;
       text-align: center;
   }
}

@media (max-width: 1140px) {


    .sijainti-col1>div>div>.page-center>div,
    .custom-four-col-button-with-section-header,
    .three-col-equal {
        padding-top: 44.92px;
        padding-bottom: 44.92px;
    }

    .three-col-full-width {
        padding-top: 22.46px;
        padding-bottom: 22.46px;
    }
    a.for-col-img-wrapper img,
    .hs-kapelli-ymparisto-ja-sijainti a.for-col-img-wrapper img{
        /*height: 200px;*/
    }
    .hs-home .full-width-image-des .des h2 {
        font-size: 14px;
    }

}


@media (max-width: 1050px) {

    .custom-logo a img {
        height: 27px !important;
    }

    .custom-logo a {
        margin-top: 10px;
        display: block;
    }
    a.for-col-img-wrapper img,
    .hs-kapelli-ymparisto-ja-sijainti a.for-col-img-wrapper img{
        /*height: 180px;*/
    }

}
@media only screen and (max-width: 1000px) and (min-width: 1px){
    .hs-meltemi-meltemilomake .full-width-with-bottom-form-row2 .page-center, .hs-origoorigolomake .full-width-with-bottom-form-row2 .page-center {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .hs-meltemi-meltemilomake .full-width-with-bottom-form-row2 .hs-form, .hs-origoorigolomake .full-width-with-bottom-form-row2 .hs-form {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .full-intab {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .banner-area.custom-right .page-center .content p.banner-content span {
        /* line-height: 29px!important; */
        font-size: 13px!important;
    }
    .hs-westpro4u-3 .main-content {
        	padding-top: 12.5%;
    }
}
@media (max-width: 1000px) and (min-width: 690px) {

    .hs-westpro4u-3 .main-content {
        max-width: 600px;
    }

    .hs-westpro4u-3 .custom-footer {
        margin-top: 65px;
    }

    .hs-westpro4u-3 .banner-area .page-center .content h1 {
        font-size: 27px!important;
        line-height: 42px!important;
    	padding: 7px 0 3px;
    }

}
@media only screen and (min-width: 1000px){
    .hs-westpro-westprolaiset .banner-area-content .content .center {
        width: 35%;
    }
    .hs-casa-ora-materiaalit-ja-varustelu .two-col-left-heading .left {
        width: 31.914893614%;
        padding: 0;
    }
    .custom-dynamic-mobile-trigger {
        display: none;
    }
    .hs-casa-ora-materiaalit-ja-varustelu .two-col-left-heading .right {
        width: 65.95744680199999%;
    }

    .hs-olotila .hs-rss-module.feedreader_box .hs-rss-item:nth-child(3n+3){
        margin-right: 0;
    }
    .banner-area-content .center {
        margin-left: 50%;
        height: 100%;
    }
    .banner-area-content .center .center-inner {
        position: absolute;
        top: 35%;
    }
    .banner-area-content .inner .bg, .banner-area-content .content {
        height: calc(26vw);
    }
}

@media (max-width: 999px) {
    .banner-area-content .center {
        width: 50%!important;

        /*margin-bottom: 25px;*/
        position: absolute;
        bottom: 0;
    }
    .hs-westpro-westprolaiset .banner-area-content .content .center .center-inner {
        width: 50%;
        min-width: 300px;
    }
    body.hs-kapelli .full-width-with-bottom-form-row2 {
        margin-top: 80px;
    }
    .hs-meltemi-taloyhtio .four-col-popup-wrapper img,
    .hs-casa-ora-taloyhtio .four-col-popup-wrapper img,
    .hs-casa-ora-ymparisto-ja-sijainti .four-col-popup-wrapper img,
    .hs-casa-ora-ymparisto-ja-sijainti .four-col-popup-wrapper img,
    .hs-kapelli-ymparisto-ja-sijainti .four-col-popup-wrapper img,
    .hs-meltemi-ymparisto-ja-sijainti .four-col-popup-wrapper img {
        height: 250px;
    }
    .container-fluid .row-fluid .page-center {
        max-width: 600px;
        padding: 0;
    }
    .custom-header .custom-header-right-content .custom-mobile {
        display: none;
    }

    .custom-logo a img {
        height: 24px !important;
    }

    .custom-logo a {
        margin-top: 7px;
        display: inline-block;
        line-height: 22px;
        font-size: 22px;
        letter-spacing: -1.5px;
    }

    .custom-header {
        padding-top: 10px !important;
        min-height: 58px !important;
        line-height: 28px;
    }

    .header-container-wrapper .container-fluid .row-fluid .page-center {
        position: relative;
    }
    body>.custom-mobile {
        position: fixed;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100%;
        z-index: 10000;
        padding: 33px;
        overflow: hidden;
        background-color: #1e3a5d!important;
        transition: all 700ms cubic-bezier(0.645,0.045,0.355,1);
        display: block;
        overflow-y: auto;
    }
    body.mobile-open>.custom-mobile {
        right: 0;
    }
    .header-container-wrapper,
    .body-container-wrapper,
    .footer-container-wrapper {
        position: relative;
        left: 0;
        transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    body.mobile-open .header-container-wrapper,
    body.mobile-open .body-container-wrapper,
    body.mobile-open .footer-container-wrapper {
        left: -300px;
    }
    body .custom-header {
        left: 0;
        transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    body.mobile-open .custom-header {
        left: -300px;
    }
    .social-share {
        width: 100% !important;
        margin: 0 !important;
    }
    .social-share ul li.socialmenu {
        width: 100%;
        line-height: 36px !important;
    }

    .social-share ul li.socialmenu a {
        display: inline-block;
        padding: 0;
        font-size: 22px!important;
        font-family: bill_corp_narbook, 'Lato';
        :font-family: 'Montserrat'!important;
        font-weight: 300!important;
        letter-spacing: 1px!important;
        margin: 0;
        line-height: 25px;
        vertical-align: baseline;
    }

    .social-share ul {
        margin: 0;
        margin-top: 3px;
    }

    .social-share ul li.socialmenu a i {
        line-height: 1;
        color: #eefbfa;
        opacity: 0.7;
        transition: opacity 0.2s ease;
        -webkit-transition: opacity 0.2s ease;
        -moz-transition: opacity 0.2s ease;
    }

    .social-share ul li.socialmenu a:hover i {
        color: #fff;
        opacity: 1;
    }
    body a.close {
        position: absolute;
        right: 22px;
        top: 22px;
        display: block;
        font-family: bill_corp_narbook, 'Lato';
        :font-family: 'Open Sans';
        font-weight: 400;
        backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        width: 34px!important;
        height: 34px!important;
        transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
        -webkit-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
        color: #ddd!Important;
        font-size: 18px!important;
        max-width: none!important;
        line-height: 32px!important;
        z-index: 99999;
    }

    .icon-salient-x:before {
        content: "\e117";
    }

    body a.close>span.icon-salient-x {
        -webkit-backface-visibility: hidden;
        height: 34px !important;
        left: -2px;
        line-height: 32px !important;
        max-width: none !important;
        transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
        -webkit-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
        -moz-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
        width: 34px !important;
        color: #eefbfa!important;
        font-size: 24px;
        :font-family: bill_corp_narbook, 'Lato';
        font-family: 'icomoon'!important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }

    .full-width-three-col-heading {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 25px;
    }

    .banner-area {
        margin-top: 0;
    }

    .header-container-wrapper {
        min-height: 58px;
    }

    .full-width-three-col-heading .heading h2 {
        font-size: 21.45px;
        line-height: 24.7px;
    }

    .sijainti-col1>div>div>.page-center>div,
    .custom-four-col-button-with-section-header,
    .three-col-equal {
        padding-top: 39.28px;
        padding-bottom: 39.28px;
    }

    .full-width-three-col-heading .col {
        width: 100%;
        margin: 0 0 25px;
    }

    .banner-area .page-center .content h1 {
        padding-bottom: 0;
    }

    .custom-four-col-zoom-image .left {
        width: 100%;
    }

    .custom-four-col-zoom-image .left .top .col {
        width: 100%;
        margin-left: 0;
        margin-bottom: 25px;
    }
    body.hs-content-id-5446411203 .custom-four-col-zoom-image .col,
    body.hs-content-id-5446332934 .custom-four-col-zoom-image .col {
        margin-bottom: 24px!important;
    }
    body.hs-content-id-5446411203 .custom-four-col-zoom-image.custom-left,
    body.hs-content-id-5446332934 .four-col-with-top-content-box {
        margin-top: -50px!important;
    }

    .custom-four-col-zoom-image .left .top .col .col-inner .content h3.sub-heading {}

    .custom-four-col-zoom-image .left .top .col .col-inner .content h2.heading {
        font-size: 21.45px;
        line-height: 24.7px;
    }

    .custom-four-col-zoom-image .left .top {
        margin-bottom: 0;
    }

    .custom-four-col-zoom-image .right {
        width: 100%;
        margin-left: 0;
    }

    .custom-four-col-zoom-image .right .col .col-inner h2.heading {
        font-size: 21.45px;
        line-height: 24.7px;
    }

    .custom-four-col-button-with-section-header .custom-3 .col {
        width: 100%;
        margin-left: 0;
        margin-bottom: 25px;
    }

    .custom-four-col-button-with-section-header .custom-3 .col:last-child {
        margin-bottom: 0;
    }

    .three-col-equal .three-col .col {
        width: 100%;
        margin-left: 0;
        margin-bottom: 25px;
    }

    .three-col-equal .three-col .col:last-child {
        margin-bottom: 0;
    }

    .three-col-full-width .left,.three-col-full-width .right {
        width: 100%;
    }

    .three-col-full-width {
        padding-top: 19.6px;
        padding-bottom: 19.6px;
    }

    .three-col-full-width .center h3 {
        letter-spacing: 1px;
        font-size: 27px;
        line-height: 33px;
        font-weight: 400;
    }

    .three-col-full-width .center {
        width: 100%;
        padding-bottom: 40px;
    }
    .two-col-left-heading .left h3 {
        letter-spacing: 1px;
        font-size: 27px;
        line-height: 33px;
        font-weight: 400;
        margin: 0;
    }

    .two-col-left-heading .left {
        width: 100%;
        padding: 3% !important;
        margin-top: 20px;
    }

    .two-col-left-heading .right {
        width: 100%;
        margin-left: 0;
    }

    /*.body-container-wrapper p:first-of-type {
        padding-bottom: 0;
    }*/
    .custom-four-col-one-big-image .left-image {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .custom-four-col-one-big-image .right-image {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .custom-four-col-one-big-image img {
        margin-bottom: 25px;
    }

    .four-col-equal-image .col {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 25px;
    }

    .custom-four-col-one-big-image {
        margin-bottom: 0;
    }

    .four-col-equal-image {
        margin-bottom: 0;
    }

    .custom-three-col-zoom-image.custom-3 .col {
        width: 100% !important;
        margin-left: 0;
        margin-bottom: 25px;
    }

    body #hs_cos_wrapper_widget_1511251570345 {
        padding-top: 50px !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .custom-three-col-zoom-image.custom-3 {
        /*margin-bottom: 0;*/
    }

    body #hs_cos_wrapper_widget_1511251575810 {
        padding-bottom: 0 !important;
    }

    .custom-four-col-button-with-section-header .custom-4 .col {
        width: 50% !important;
        margin-left: 0;
        padding:15px;
    }

    .banner-area-content .left {
        width: 100%;
    }

    .banner-area-content .center,.banner-area-content .right {
        width: 50%;
    }
    .banner-area-content .center {
        padding: 6%!important;
    }
    .two-column-equal .main-content {
        width: 100% !important;
        margin-left: 0;
    }

    .custom-full-width .page-center {
        padding: 0 50px !important;
    }

    .full-width-image-des>.inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: block;
    }

    .full-width-image-des .inner>div {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        display: block;
        float: none !important;
    }

    .full-width-image-des .des {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .full-width-image-des .des h2,
    .custom-full-width h2{
        font-size: 21.45px;
        line-height: 24.7px;
    }
    .full-width-right-content .main-inner>div {
        width: 100% !important;
    }
    .four-col-popup-wrapper .span3 {
        width: 45.8%!important;
        margin: 2%!important;
    }

    .custom-three-col-zoom-image.custom-4 .col {
        width: 48%!important;
        padding: 15px;
        margin: 0;
        margin-bottom: 25px;
    }

    .hs-casa-ora-ymparisto-ja-sijainti .body-container-wrapper p:first-of-type {
        padding-bottom: 27px;
    }
    .fixed-menu .custom-dynamic-menu>div {
        top: 58px;
    }
    .custom-dynamic-menu .hs-menu-wrapper {
        position: absolute;
        top: 48px;
        left: 0;
        width: 100%;
        display: none;
        z-index: 1000;
        background-color: rgb(16, 31, 50);
        color: rgb(255, 255, 255);
    }

    .custom-dynamic-mobile-trigger {
        min-height: 49px;
        background-color: rgb(16, 31, 50);
        color: rgb(255, 255, 255);
        visibility: visible;
        text-align: center;
    }

    .custom-dynamic-menu {
        background: transparent;
    }

    .custom-dynamic-mobile-trigger .inner {
        padding: 16px 20px;
        border-left: 1px solid rgba(255,255,255,0.2);
        border-right: 1px solid rgba(255,255,255,0.2);
        color: inherit!important;
        line-height: 17px;
        display: inline-block;
        font-family: bill_corp_narbook, 'Lato';
        :font-family: 'westpro-header' !important;
        cursor: pointer;
    }

    .custom-dynamic-mobile-trigger .inner i {
        font-family: bill_corp_narbook, 'Lato';
        :font-family: 'icomoon'!important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-size: 16px;
        float: left;
        margin-right: 8px;
    }

    .custom-dynamic-mobile-trigger .inner i:after {
        :content: '\e067';
        content: '\2610';
    }
    .hs-kapelli .custom-dynamic-mobile-trigger {
        background-color: rgb(30, 58, 93);
        color: rgb(255, 255, 255);
    }

    .custom-dynamic-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
        width: 100%;
        margin-right: 0;
    }

    .custom-dynamic-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        border-top: 1px solid rgba(255,255,255,0.2);
        padding: 10px 20px!important;
    }

    .custom-dynamic-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
        opacity: 1;
    }
    .custom-footer .custom-copyright>div {
        margin-bottom: 80px;
        margin-top: 20px;
    }
    .banner-area .page-center .content {
        left: 0;
    }

    h1 {
        font-size: 27px!important;
        line-height: 42px!important;
    }

    .banner-area .page-center .content h1 {
        font-size: 27px!important;
        line-height: 42px!important;
    }

    .body-container-wrapper .hs_cos_wrapper_widget {
        padding: 39.28px 0;
    }

    .custom-dynamic-menu {
        min-height: 39px !important;
    }



    .banner-area-content .left {
        margin-bottom: 25px;
    }
    .customSecondaryCol,
    .customSecondaryCol2,
    .customSecondaryCol3,
    .customSecondaryCol4,
    .customSecondaryCol2 span.btn.btn-house {
        font-size: 10px !important;
    }
    .customMainlyCol,
    .customMainlyCol4,
    .customMainlyCol2,
    .customMainlyCol3 {
        font-size: 9px!important;
        width: 10%;
    }

    .hs-casa-ora-asunnot #hs_cos_wrapper_widget_1511348679437 {
        padding-bottom: 0 !important;
    }

    #hs_cos_wrapper_widget_1511256150440 {
        padding-top: 39.28px !important;
        padding-bottom: 39.28px !important;
    }

    .hs-casa-ora-asunnot #hs_cos_wrapper_widget_1511255513912 {
        margin-bottom: 39.28px !important;
    }

    .hs-casa-ora-asunnot .banner-area .page-center .content {
        left: 0 !important;
    }
    iframe.hide-on-desktop {
        display: none;
    }

    a.btn.show-mobile {
        display: inline-block !important;
        font-family: bill_corp_narbook, 'Lato';
        :font-family: 'lato'!important;
        font-size: 15px!important;
    }
    .custom-three-col-zoom-image .col{
        width:100% !important;
    }
    .hs-meltemi .custom-four-col-zoom-image .left .bottom {
        margin-bottom: 25px;
    }

    .four-col-with-top-content-box .three-col-wrapper>div>div {
        margin-bottom: 25px;
        width: 100% !important;
        margin-left: 0 !important;
    }
    .hs-meltemi .four-col-with-top-content-box {
        padding: 0 !important;
    }
    .hs-meltemi #hs_cos_wrapper_widget_5446332935{
        width:100% !important;
    }
    .four-col-with-top-content-box .top-full-width-content iframe {
        /*width: 100% !important;
        height: auto !important;*/
    }
    .hs-casa-ora-asunnot #hs_cos_wrapper_widget_1511256150440 {
        padding-bottom: 0 !important;
    }

    .hs-casa-ora-materiaalit-ja-varustelu  .two-col-left-heading .left {
        margin-bottom: 30px;
        padding: 0 !important;
        margin-top:0;
    }

    .hs-casa-ora-materiaalit-ja-varustelu  .two-col-left-heading .right p {
        color: #444;
        padding-bottom: 30px;
    }
    .custom-three-col-zoom-image .col h2.heading {
        letter-spacing: 1px;
        font-size: 27px;
        line-height: 33px;
        font-weight: 400;
    }
    .custom-four-col-button-with-section-header .section-header h2 {
        font-size: 21.45px;
        line-height: 24.7px;
    }
    .two-col-left-heading h3 {
        margin: 0;
        margin-bottom: 10px;
    }

    .two-col-left-heading h5 {
        margin: 0;
    }

    .hs-casa-ora-materiaalit-ja-varustelu .banner-area .page-center .content h1 {
        font-size: 27px!important;
        line-height: 42px!important;
    }
    .hs_cos_wrapper_type_header h1 {
        font-size: 21.45px;
        line-height: 24.7px;
    }
    .hs-casa-ora-taloyhtio .custom-four-col-button-with-section-header {
        padding-top: 64.12px;

    }
    .casa-ora-with-bottom-pane .banner-area-content .content>div {
        height: auto !important;
        width: 100%;
        padding: 0;
    }

    .two-column-equal .main-content {
        margin-bottom: 25px;
    }
    .hs-kapelli-ymparisto-ja-sijainti .custom-three-col-zoom-image .page-center{
        padding:0 !important;
    }
    .hs-origo-kuvagalleria  .custom-four-col-button-with-section-header .custom-4 .col a.btn {
         margin-bottom:0;
     }
   .hs-origo-kuvagalleria .custom-four-col-button-with-section-header .col {
       margin-bottom:25px;
   }
   .full-width-image-des .inner .image {
       margin-bottom: 25px;
    }
    /*.full-width-right-content .bg {
        background-attachment: scroll!important;
        background-position: 50%!important;
    }*/
    .hs-olotila .hs-rss-module.feedreader_box .hs-rss-item {
        width: 47.7%;
        margin-right: 2.6%;
    }

    .hs-olotila .hs-rss-module.feedreader_box .hs-rss-item:nth-child(2n+2) {
        margin-right: 0;
    }
    .hs-olotila .banner-area.custom-center p.banner-content {
        font-size: 13.3px!important;
        line-height: 17.5px!important;
    }

    .banner-area .page-center .content h1 {
        font-size: 27px!important;
        line-height: 42px!important;
    }

    .hs-olotila .banner-area.custom-center p.banner-content br {
        line-height: inherit;
    }

    body.hs-olotila .banner-area {
        height: 24.5vw !important;
    }
    .custom-four-col-button-with-section-header .custom-4 .col {
        margin-bottom: 25px;
    }
    #hs_cos_wrapper_widget_1511509033197 {
        padding-bottom: 0;
    }
    .hs-casa-ora-ymparisto-ja-sijainti a.for-col-img-wrapper img {
        /*height: 287.21px;*/
    }
    .hs-casa-ora-ymparisto-ja-sijainti .body-container-wrapper h2 {
        font-size: 21.45px;
        line-height: 24.7px;
    }
    .hs-westpro-maanhankinta .banner-area {
        margin-top: 0;
    }
    .hs-westpro-maanhankinta .custom-column-wrapper {
        width: 100% !important;
    }
    .westpro4u-row1-content {
        width: 100% !important;
    }
    .westpro-rekrytointi .body-container-wrapper p:not(:last-child) {
        padding-bottom: 27px;
    }

    .westpro-rekrytointi .hs_cos_wrapper_type_header h1 {
        letter-spacing: 1px;
        font-size: 27px !important;
        line-height: 33px !important;
        font-weight: 400;
    }

    .two-col-eq-content .col-group {
        margin-bottom: 25px;
    }

    .westpro-rekrytointi .custom-row1-content {
        padding: 3%;
    }

    .westpro-rekrytointi .custom-row1 {
        padding: 19.64px;
    }

    .westpro-rekrytointi .custom-row1 img {
        width: 100% !important;
    }
    body.westpro .banner-area {
        margin-top: -3px;
    }

    .westpro .custom-row1 {
        padding-top: 39.28px;
        padding-bottom: 39.28px;
    }

    .westpro .custom-row1 .custom-row1-content {
        width: 100%;
        margin-top: 26px;
        margin-bottom: 26px;
    }

    .westpro .body-container-wrapper p {
        padding-bottom: 27px;
    }

    .westpro .custom-four-col-zoom-image .col {
        margin-bottom: 25px;
    }

    .westpro .custom-four-col-zoom-image .col.col4 {
        margin-bottom: 0;
    }

    .westpro .two-col-left-heading .left {
        width: 100% !important;
        padding-top: 0 !important;
        margin-top: 0;
        padding-bottom: 0 !important;
        margin-bottom: 25px;

    }

    .westpro .custom-four-col-zoom-image {
        padding-bottom: 39.28px;
    }

    .westpro .two-col-left-heading .right {
        width: 100%;
    }

    .westpro .body-container-wrapper p:last-child {
        padding-bottom: 0;
    }

    .four-col-with-top-content-box .three-col-wrapper>div>div:last-child {
        margin-bottom: 0;
    }
    body.hs-origo-3d-pohjat .banner-area {
        margin-top: -3px;
    }

    body.hs-meltemi-ymparisto-ja-sijainti .banner-area h1 {
        font-size: 33px!important;
        line-height: 57px!important;
        margin-bottom: 8px;
    }
    .hs-meltemi-ymparisto-ja-sijainti #hs_cos_wrapper_widget_5446384571 {
        width: 100%;
    }
    .hs-meltemi-ymparisto-ja-sijainti #hs_cos_wrapper_widget_5446384571 {
        padding-top: 58.92px !important;
        padding-bottom: 58.92px !important;
        margin-top: 26px;
        margin-bottom: 26px;
    }

    .hs-meltemi-ymparisto-ja-sijainti #hs_cos_wrapper_widget_1511341759935 {
        padding-bottom: 21.32px !important;
    }

    .hs-meltemi-ymparisto-ja-sijainti .four-col-popup-wrapper {
        padding-top: 19.64px;
        padding-bottom: 19.64px;
    }

    .westpro .full-width-right-content .bg {
        margin-top: 0!important;
        height: 100%!important;
        transform: none!important;
        -webkit-transform: none!important;
        background-attachment: scroll!important;
        background-position: 50%!important;
    }

    .westpro .full-width-right-content h3 {
        letter-spacing: 1px;
        font-size: 27px;
        line-height: 33px;
        font-weight: 400;
    }

    .westpro .full-width-right-content .right.content h2 {
        font-size: 21.45px;
        line-height: 24.7px;
    }

    .hs-meltemi-taloyhtio.westpro .custom-row1 {
        padding-top: 58.8px;
        padding-bottom: 58.8px;
    }

    .westpro .custom-three-col-zoom-image .page-center {
        padding: 0 !important;
    }

    .westpro .custom-three-col-zoom-image {
        padding: 39.2px 0;
    }
    .hs-kapelli-3d-pohjat .custom-three-col-zoom-image.custom-3 .col:last-child {
        margin-bottom:25px;
    }

    .hs-meltemi-taloyhtio .custom-four-col-button-with-section-header {
        padding-top: 58.8px;
        padding-bottom: 58.8px;
    }

    .westpro .full-width-right-content .right.content {
        padding: 6%;
    }
    .hs-kohteet .custom-full-width {
        padding-top: 19.58px;
    }

    .hs-kohteet .body-container-wrapper p:last-child {
        padding-bottom: 0;
    }

    .full-width-image-des.custom-Right-image .inner .image {
        padding: 0;
    }

    .hs-kohteet .full-width-image-des .inner>div.des {
        padding: 40px;
    }

    .hs-kohteet .full-width-image-des-wrapper .hs_cos_wrapper_widget:nth-child(3) .custom-full-width {
        padding-top: 39.16px;
    }

    .hs-kohteet #hs_cos_wrapper_widget_1511269332420 {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .hs-kustannuslaskija .banner-area .page-center .content h1 {
        font-size: 33px!important;
        line-height: 57px!important;
        margin-bottom: 8px;
    }
    .pop-up-wrapper .pop-up-container .custom-body .right span .hs_cos_gallery .slick-slider .slick-list img {
        min-height: auto !important;
    }
    .hs-home .banner-area.custom-right .page-center .content {
        padding: 0;
        width: 50%;
    }
    .inner-wrapper.three-col-equal-ovrlay>div {
        width: 100%;
        display: block;
        align-items: unset;
    }

    .inner-wrapper.three-col-equal-ovrlay .content-wrapper-box.three-col-equal-ovrlay h2 {
        letter-spacing: 1px;
        font-size: 27px;
        line-height: 33px;
        font-weight: 400;
    }
    .hs-westpro-westprolaiset .two-col-left-heading .left, .hs-westpro-westprolaiset .two-col-left-heading .right {
        margin-top: 0;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 25px;
    }

    .hs-westpro-westprolaiset .westpro-westprolaiset-row2-left-col {
        width: 100%;
    }

    .hs-westpro-westprolaiset .westpro-westprolaiset-row2-right-col {
        width: 100%;
        margin: 0;
    }

    .three-col-equal-content .col-group {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 25px !important;
    }

    .three-col-equal-content .col-group:last-child {
        margin-bottom: 0 !important;
    }
    .hs-westpro-westprolaiset .two-col-left-heading .right {
        margin-bottom: 0;
    }

    .hs-westpro-westprolaiset  h3 {
        margin-top: 0;
    }
    .three-col-equal-content .col-group h4 {
        font-size: 12px!important;
        line-height: 18px!important;
    }

    .hs-westpro-westprolaiset h4 {
        font-size: 12px!important;
        line-height: 18px!important;
    }

    .hs-westpro-rekrytointi-avoinhakemus .banner-area .page-center .content h1 {
        font-size: 27px!important;
        line-height: 42px!important;
        padding-top: 0 !important;
    }

    body.hs-westpro-maanhankinta  .banner-area.custom-left .page-center {
        max-width: 600px;
        padding:0 !important;
    }
    .hs-westpro-maanhankinta .banner-area .page-center .content {
        left: 0;
    }
    .hs-westpro-maanhankinta .banner-area .page-center .content h1 {
        font-size: 27px!important;
        line-height: 42px!important;
    }
    .hs-westpro4u .banner-area {
        margin-top: 0;
    }
    body.westpro.hs-westpro .banner-area .content {
        left: 0;
    }
    .hs-home #hs_cos_wrapper_widget_1511599264290 {
        padding-top: 50px !important;
    }

    .hs-home .full-width-image-des .des {
        padding: 6%;
        padding-top: 0;
        padding-bottom: 0;
    }

    .hs-home .full-width-image-des .des h2 {
        font-size: 21.45px;
        line-height: 24.7px;
    }

    .hs-home .inner-wrapper.three-col-equal-ovrlay .col1:only-child h2 {
        font-size: 21.45px;
        line-height: 24.7px;
    }

    .home-row2-left-content {
        width: 100% !important;
        margin-bottom: 25px;
        padding-left: 3%;
    }

    .home-row2-right-Form {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .body-container-wrapper p:last-of-type {
        padding-bottom: 0;
    }
    #hs_cos_wrapper_widget_1511671220414 {
        margin-bottom: -50px !important;
    }

    body.westpro.hs-rekisteriseloste .banner-area{
        margin-top:0;
    }
    a.slider-down-arrow{
        display:none;
    }
    .hs-kohteet a.slider-down-arrow, .hs-home a.slider-down-arrow {
        display: block;
    }
    .hs-origo-materiaalit-ja-varustelu  .banner-area .page-center .content h1,
    .hs-kapelli-kuvagalleria .banner-area .page-center .content h1{
        font-size: 33px!important;
        line-height: 57px!important;
        margin-bottom: 8px;
    }
    .hs-kapelli .custom-three-col-zoom-image .col h2.heading {
        font-size: 21.45px;
        line-height: 24.7px;
    }
    .hs-kapelli-asunnot .two-col-left-heading .left {
        padding: 0 !important;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .custom-dynamic-menu ul {
       max-height: calc(100vh - 107px);
       overflow-y: auto;
       overflow-x: hidden;
    }
    .pop-up-wrapper .pop-up-container .custom-body .right span,
    .pop-up-wrapper .pop-up-container .custom-body .right span .hs_cos_gallery,
    .pop-up-wrapper .pop-up-container .custom-body .right span .hs_cos_gallery .slick-slider,
    .pop-up-wrapper .pop-up-container .custom-body .right span .hs_cos_gallery .slick-slider .slick-list,
    .pop-up-wrapper .pop-up-container .custom-body .right span .hs_cos_gallery .slick-slider .slick-list * {
        /*min-height: 300px!important;*/
    }
    .custom-three-col-zoom-image .col {
       width: 100%!important;
       float: none;
       margin: 0;
    }

    .custom-three-col-zoom-image.custom-2 .col2 {
       margin-top: 25px;
    }
    .hs-casa-ora-layout .full-width-three-col-heading, .full-width-three-col-heading {
        margin-left: 0;
    }
    .hs-kapelli-ymparisto-ja-sijainti .banner-area-content .center .heading {
       font-size: 27px;
       line-height: 33px;
       font-weight: 400;
    }
    .custom-three-col-zoom-image.custom-4 .col {
        width: 48%!important;
        padding: 15px;
        margin: 0;
        margin-bottom: 25px;
        float: left;
    }
}

@media (max-width:900px){
    .banner-area.custom-right .page-center .content {
        padding-right: 0;
        width: 100%;
    }

}
@media (max-width: 1000px) and (min-width: 690px) {
    body.taloyhtio-origo.hs-origo-taloyhtio .full-width-right-content {
        height: calc(100vh - 294px);
    }
    .banner-area-content {
        height: calc(70vw);
    }
    .banner-area-content .center {
        height: 50%;
    }
    .banner-area-content .heading {
        font-size: 28px!important;
        margin-bottom: 50px!important;
    }
}
@media (min-width: 479px) {
    body.hs-content-id-5446706453 .banner-area-content .button a {
        left: -22px;
    }
}
@media (max-width: 767px) and (max-height: 800px) {
    body.taloyhtio-origo.hs-origo-taloyhtio .full-width-right-content {
        height: calc(100vh - -220px)!important;
    }
}
@media (min-width: 767px){
    .desktop-hide {
        display: none;
    }
}

@media(max-width:800px){

    .two-col-left-heading .left h3 {
        font-size: 16px!important;
        line-height: 18px!important;
    }
    .custom-three-col-zoom-image .col h2.heading {
        font-size: 16px!important;
        line-height: 18px!important;
    }


    .banner-area-content .center .heading{
        /*font-size: 12px!important;*/
        /*line-height: 18px!important;*/
    }
    .banner-area .page-center {
        padding: 0 !important;
    }
    .full-width-image-des .des h2,
    .custom-full-width h2{
        font-size: 16px;
        line-height: 24.7px;
    }
    .full-width-image-des .des h3{
        font-size: 16px!important;
        line-height: 18px!important;
    }
    .hs-casa-ora-ymparisto-ja-sijainti .body-container-wrapper h2 {
        line-height: 24.7px;
        font-size: 16px;
    }
    body h2{
        font-size: 24px ;
        line-height: 24.7px;
   }
   body h3{
        font-size: 16px !important;
        line-height: 18px!important;
        letter-spacing:0.3rem; 
  }
  
  body h4 {
    font-size:18px;
  }
  
  body h5 {
    font-size:16px;
  }
   .social-share ul li.socialmenu {
        display: inline-block;
        width: auto !important;
         margin-right: 24px;
        line-height: 35px !important;
    }
    .full-width-right-content {
        height: calc(100vh - 58px);
        display: flex;
        flex-direction: column-reverse;
    }
    .custom-three-col-zoom-image .col h2.heading {
        font-size: 16px!important;
        line-height: 18px!important;
    }
    .custom-four-col-button-with-section-header a.btn{
        font-family: bill_corp_narbook, 'Lato';
        :font-family: 'lato'!important;
        font-size: 15px!important;
    }
    .hs_cos_wrapper_type_header h1 {
        font-size: 16px;
    }
    .hs-kuvagalleria .banner-area-content .center a.btn {
        font-family: bill_corp_narbook, 'Lato';
        :font-family: 'lato'!important;
        font-size: 15px!important;
        line-height: 20px;
        padding: 9px 14px !important;
    }
    .hs-westpro4u-3 .banner-area {
        height: 108vh !important;
    	margin-top: -20px;
    }

    .hs-westpro4u-3 .banner-area .page-center .content {
        left: 4px;
        margin-top: -50px;
    }

    .hs-westpro4u-3 .banner-area .banner-image {
        background-position: 42.5% center;
    }
    .hs-origo-kuvagalleria .custom-four-col-button-with-section-header .custom-4 .col a.btn {
       font-size: 15px !important;
   }
   .hs-meltemi .custom-four-col-button-with-section-header a.btn {
        font-family: bill_corp_narbook, 'Lato';
        :font-family: 'lato'!important;
        font-size: 15px!important;
    }
    .hs-origo-taloyhtio .full-width-right-content .right.content a.btn {
        font-family: bill_corp_narbook, 'Lato';
        :font-family: 'lato'!important;
        font-size: 15px!important;
    }
    .westpro .custom-four-col-button-with-section-header .custom-4 .col a.btn {
        font-family: bill_corp_narbook, 'Lato';
        :font-family: 'lato'!important;
        font-size: 15px!important;
    }
    .hs-meltemi-taloyhtio .custom-four-col-button-with-section-header a.btn {
        font-family: bill_corp_narbook, 'Lato';
        :font-family: 'lato'!important;
        font-size: 15px!important;
    }
    .hs-origo-taloyhtio .custom-four-col-button-with-section-header a.btn {
        font-family: bill_corp_narbook, 'Lato';
        :font-family: 'lato'!important;
        font-size: 15px!important;
        padding: 15px 17px 12px 17px!important;
    }
    .hs-casa-ora-asunnot .banner-area-content .center a.btn {
        font-family: bill_corp_narbook, 'Lato';
        :font-family: 'lato'!important;
        font-size: 15px!important;
        border-radius: 0!important;
    }
    .hs-home .banner-area {
        /*height: 895px !important;*/
    }

    .hs-home .banner-area .banner-image {
        background-size: cover;
        background-position: 27.6% 54%;
    }

    .hs-home .banner-area.custom-right .page-center .content {
        width: 100%;
    }

    .banner-area.custom-right .page-center .content h1 {
        font-size: 27px!important;
        line-height: 42px!important;
        padding-top: 7px!important;
        padding-bottom: 3px!important;
        background: none repeat scroll 0 0 rgba(30,58,93,1);
        box-shadow: 6px 0 0 rgba(30,58,93,1), -6px 0 0 rgba(30,58,93,1);
        -moz-box-shadow: 6px 0 0 rgba(30,58,93,1),-6px 0 0 rgba(30,58,93,1);
        -webkit-box-shadow: 6px 0 0 rgba(30,58,93,1), -6px 0 0 rgba(30,58,93,1);
        -o-box-shadow: 6px 0 0 rgba(30,58,93,1),-6px 0 0 rgba(30,58,93,1);
        left: 6px;
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }

    .hs-home .banner-area.custom-right .page-center .content p.banner-content span {
        /* line-height: 22px !important; */
    }

    .hs-home .banner-area.custom-right .page-center .content p.banner-content {
        font-size: 13.3px!important;
        line-height: 17.5px!important;
    }
    .inner-wrapper.three-col-equal-ovrlay .content-wrapper-box.three-col-equal-ovrlay h2 {
        letter-spacing: 1px;
        font-weight: 400;
        font-size: 16px!important;
        line-height: 18px!important;
    }

    .inner-wrapper.three-col-equal-ovrlay .content-wrapper-box.three-col-equal-ovrlay h3 {
        font-size: 12px!important;
        line-height: 18px!important;
        margin-bottom: 8px;
    }

    .hs-westpro-rekrytointi.westpro-rekrytointi .hs_cos_wrapper_type_header h1 {
        font-size: 16px!important;
        line-height: 18px!important;
    }

    .hs-westpron-asiakkaana a.btn {
        font-size: 15px !important;
        line-height: 20px !important;
        font-family: bill_corp_narbook, 'Lato';
        :font-family: lato;
        padding-bottom: 13px;
    }
    a.btn,
    .hs-kapelli-3d-pohjat a.btn.show-mobile{
        font-family: bill_corp_narbook, 'Lato';
        :font-family: 'lato'!important;
        font-size: 15px!important;
        line-height: 20px;

    }

   .hs-westpro-westprolaiset .banner-area-content .center .heading {
        font-size: 16px!important;
        line-height: 18px!important;
    }

    body .banner-area,
    .banner-area {
        height: calc(100vh - 50px) !important;
    }
    body.hs-kohteet .banner-area {
        height: calc(100vh - 58px) !important;
    }
    body.hs-kohteet .banner-area a.slider-down-arrow {
        height: 30px;
    }
    body.hs-origo-3d-pohjat .banner-area {
        height: calc(100vh - 104px) !important;
    }
    body.hs-westpro-westprolaiset .banner-area,
    body.hs-westpro-maanhankinta .banner-area,
    body.hs-kapelli .banner-area ,
    body.hs-origo .banner-area,
    body.hs-origo-ymparisto-ja-sijainti .banner-area {
        height: calc(100vh - 120px) !important;
    }
    body.hs-casa-ora-asunnot .banner-area .page-center .content h1 {
        padding-top: 7px!important;
        padding-bottom: 3px!important;
        font-size: 27px!important;
        line-height: 42px!important;
    }
    body.hs-origo-3d-pohjat .banner-area .page-center .content h1 {
        font-size: 27px!important;
        line-height: 42px!important;
    }
    .hs-kapelli .custom-three-col-zoom-image .col h2.heading {
        font-size:16px;
    }
    .fixed-menu .custom-dynamic-menu>div {
        position: static;
    }
    .error-404-page h2 {
        font-size: 16px!important;
        line-height: 18px!important;
    }
    .hs-kapelli-ymparisto-ja-sijainti .banner-area-content .center .heading {
       font-size: 16px!important;
       font-weight: 400;
    }

}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {

    body.hs-portus .portus-eturivi-row1-group {
        text-align: center;
    }
    .mobile-hide {
        display: none;
    }
    body.westpro4u .westpro4u-row1-content .hs_cos_wrapper_widget {
        padding-top: 8%;
    }

    .hs-meltemi-taloyhtio .four-col-popup-wrapper img,
    .hs-casa-ora-taloyhtio .four-col-popup-wrapper img,
    .hs-casa-ora-ymparisto-ja-sijainti .four-col-popup-wrapper img,
    .hs-casa-ora-ymparisto-ja-sijainti .four-col-popup-wrapper img,
    .hs-kapelli-ymparisto-ja-sijainti .four-col-popup-wrapper img,
    .hs-meltemi-ymparisto-ja-sijainti .four-col-popup-wrapper img {
        height: 459px;
    }
    .custom-header .custom-header-right-content {
        width: 50% !important;
    }

    .custom-header .custom-logo {
        width: 50% !important;
        float: left;
    }
    h1 {
        position: static;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner-area .page-center .content h1 {
        font-size: 33px!important;
        line-height: 57px!important;
        padding-top: 7px!important;
        padding-bottom: 3px!important;
        padding-left: 5px;
        padding-right: 5px;
    }

    body.hs-casa-ora-asunnot .banner-area {
        height: calc( 100vh - 109px) !important;
    }

    .full-width-three-col-heading .heading h2 {
        font-size: 16px;
    }

    .sijainti-col1>div>div>.page-center>div, .custom-four-col-button-with-section-header, .three-col-equal {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .three-col-full-width .center h3 {
        font-size: 16px;
        line-height: 18px;
    }

    .three-col-full-width .left, .three-col-full-width .right {
        min-height: 181px;
    }

    .three-col-full-width {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .three-col-equal .three-col .col h4 {
        font-size: 12px;
        line-height: 18px;
    }

    .three-col-equal .three-col .col iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .three-col-equal .three-col .col .video {
        position: relative;
        padding-bottom: 56.2%;
        margin-bottom: 0;
    }

    .custom-four-col-button-with-section-header .section-header h2 {
        font-size: 16px;
    }

    .custom-four-col-zoom-image .right .col .col-inner h2.heading {
        font-size: 16px;
    }

    .custom-four-col-zoom-image .left .bottom .col .col-inner .content h2.heading {
        font-size: 16px;
    }

    .custom-four-col-zoom-image .left .top .col .col-inner .content h2.heading {
        font-size: 16px;
    }
    .banner-area,
    .hs-westpro-westprolaiset .banner-area{
        margin-top: 0;
    }
    .custom-dynamic-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
        margin: 0;
    }

    .custom-three-col-zoom-image.custom-4 .col {
        width: 100% !important;
        padding: 0;
        float:none;
    }

    .hs-casa-ora-asunnot #hs_cos_wrapper_widget_1511256150440 {
        padding-bottom:0 !important;
    }

    .hs-casa-ora-asunnot .two-col-left-heading .right {
        text-align: center;
    }

    .hs-casa-ora-asunnot .two-col-left-heading .right h2 {
        margin-bottom: 25px;
    }
    .hs-etu-asunnonostajalle .banner-area {
        height: calc(100vh - 59px);
    }

    .hs-etu-asunnonostajalle .banner-area .page-center .content h1 {
        font-size: 27px!important;
        line-height: 42px!important;
    }

    .hs-etu-asunnonostajalle .banner-area .banner-image {
        background-position: center center;
    }

    .hs-etu-asunnonostajalle #hs_cos_wrapper_widget_5444701034 {
        margin: 0 !important;
        padding-bottom: 0 !important;
    }
    .hs-kustannuslaskija .body-container-wrapper p:first-of-type {
        padding-bottom: 27px;
    }

    .hs-kustannuslaskija .body-container-wrapper p {
        text-align: center !important;
    }

    .hs-kustannuslaskija .body-container-wrapper #hs_cos_wrapper_widget_1511326030206 {
        padding-top: 0;
    }
    .hs-kustannuslaskija input[type="text"],
    .hs-kustannuslaskija input[type="password"],
    .hs-kustannuslaskija input[type="datetime"],
    .hs-kustannuslaskija input[type="datetime-local"],
    .hs-kustannuslaskija input[type="date"],
    .hs-kustannuslaskija input[type="month"],
    .hs-kustannuslaskija input[type="time"],
    .hs-kustannuslaskija input[type="week"],
    .hs-kustannuslaskija input[type="number"],
    .hs-kustannuslaskija input[type="email"],
    .hs-kustannuslaskija input[type="url"],
    .hs-kustannuslaskija input[type="search"],
    .hs-kustannuslaskija input[type="tel"],
    .hs-kustannuslaskija input[type="color"],
    .hs-kustannuslaskija input[type="file"],
    .hs-kustannuslaskija textarea,
    .hs-kustannuslaskija select{
        max-width:100% !important;
    }
    .hs-meltemi .banner-area {
        height: calc(100vh - 100px);
    }
    .hs-casa-ora-asunnot .banner-area .page-center .content h1 {
        font-size: 22.5px!important;
        line-height: 35px!important;
    }

    .hs-casa-ora-asunnot #hs_cos_wrapper_widget_1511255376885 {
        margin-bottom: 40px 0 !important;
    }

    .banner-area-content .content>div{
        min-height:0 !important;
    }
    .hs-casa-ora-materiaalit-ja-varustelu .banner-area.custom-left {
        height: calc(100vh - 110px) !important;
    }


    .hs-casa-ora-materiaalit-ja-varustelu .banner-area .banner-image {
        background-position: left center;
    }

    .hs-casa-ora-materiaalit-ja-varustelu  .two-col-left-heading {
        text-align: center;
    }
    .banner-area {
        height: calc(100vh - 120px) !important;
    }
    .banner-area .page-center .content h1 {
        font-size: 22.5px!important;
        line-height: 35px!important;
    }
    .hs-etu-asunnonostajalle .banner-area {
        height: calc(100vh - 50px);
    }

    .hs-kapelli-3d-pohjat .banner-area-content .center a.btn {
        font-family: bill_corp_narbook, 'Lato';
        :font-family: 'lato'!important;
        font-size: 15px!important;
    }

    .hs-kapelli-3d-pohjat .banner-area-content .center .heading {
        margin-bottom: 30px;
    }

    .custom-three-col-zoom-image.custom-2 .col {
        margin-left: 0;
        margin-bottom: 30px;
    }

    .custom-three-col-zoom-image.custom-2 .col:last-child {
        margin-bottom: 0;
    }
    .hs-westprocustomer .banner-area {
        height: calc(100vh - 86px) !important;
    }
    .two-col-left-heading {
        padding-bottom: 10.52px;
    }
    .hs-westpro4u-3 .banner-area .page-center .content h1 {
        font-size: 27px!important;
        line-height: 42px!important;
    	padding: 7px 0 3px;
    }
    .hs-kustannuslaskija input[type="text"],
    .hs-kustannuslaskija input[type="password"],
    .hs-kustannuslaskija input[type="datetime"],
    .hs-kustannuslaskija input[type="datetime-local"],
    .hs-kustannuslaskija input[type="date"],
    .hs-kustannuslaskija input[type="month"],
    .hs-kustannuslaskija input[type="time"],
    .hs-kustannuslaskija input[type="week"],
    .hs-kustannuslaskija input[type="number"],
    .hs-kustannuslaskija input[type="email"],
    .hs-kustannuslaskija input[type="url"],
    .hs-kustannuslaskija input[type="search"],
    .hs-kustannuslaskija input[type="tel"],
    .hs-kustannuslaskija input[type="color"],
    .hs-kustannuslaskija input[type="file"],
    .hs-kustannuslaskija textarea,
    .hs-kustannuslaskija select{
        width:100% !important;
    }
    .hs-origo-materiaalit-ja-varustelu .custom-four-col-button-with-section-header {
        margin-top: 0;
    }
    body .banner-area {
        height: calc(100vh - 50px) !important;
    }
    body.hs-kapelli .banner-area,
    body.hs-origo .banner-area,
    body.westpro.hs-origo-ymparisto-ja-sijainti .banner-area {
        height: calc(100vh - 105px) !important;
    }
    body.taloyhtio-origo.hs-origo-taloyhtio .full-width-right-content {
        height: calc(100vh - 420px);
    }
    body .banner-area.custom-left .page-center {
        /*max-width: 100%;*/
    }

    body .banner-area.custom-left .page-center .content {
        left: 20px;
    }
    .hs-origo-materiaalit-ja-varustelu .banner-area .page-center .content h1 {
        font-size: 22.5px!important;
        line-height: 35px!important;
    }
    h5.visible-phone {
        margin-top: 0 !important;
        color: #444;
        font-weight:400;
    }
    body.hs-westprocustomer .banner-area.custom-left {
        height: calc(100vh - 86px) !important;
    }
    .hs-westpro-rekrytointi-avoinhakemus div#hs_cos_wrapper_widget_1511408677476 {
        width: 100% !important;
    }
    body.hs-kapelli-varausohje .banner-area.custom-left {
        height: 34vw !important;
    }
    .westpro-rekrytointi .banner-area .page-center .content h1 {
        font-size: 27px!important;
        line-height: 42px!important;
    }

    .westpro-rekrytointi .banner-area .page-center .content {
        left: 0 !important;
    }

    .banner-area .banner-image {
    }

    body.westpro-rekrytointi .banner-area {
        height: calc(100vh - 105px) !important;
        margin-top: -2px;
    }
    .westpro .banner-area .page-center .content h1 {
        font-size: 27px!important;
        line-height: 42px!important;
    }

    .westpro .banner-area .page-center .content {
        left: 0 !important;
    }
    body.westpro .banner-area {
        margin-top: -1px;
        height: calc(100vh - 63px) !important;
        margin-bottom: -44px;
    }

    .custom-dynamic-menu {
        z-index: 12;
        position: relative;
    }
    .westpro .custom-four-col-zoom-image {
        padding-bottom: 30px;
    }
    .westpro .custom-row1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    body.hs-origo-kuvagalleria .banner-area,
    body.hs-kapelli-kuvagalleria .banner-area{
        height: 550px !important;
    }
    body.hs-origo-kuvagalleria .banner-area .banner-image {
        /*background-size: 280%;*/
    }
    body.hs-origo-3d-pohjat .banner-area {
        margin-top: -45px;
        margin-bottom: 0;
        height: calc(100vh - 62px) !important;
    }

    body.hs-origo-3d-pohjat .banner-area .banner-image {
        /*background-size: 291%;
        background-position: 60.8% 54%;*/
    }

    body.hs-origo-3d-pohjat .banner-area.custom-left .page-center .content {
        left: 0;
    }

    body.hs-meltemi-ymparisto-ja-sijainti .banner-area.custom-left {
        min-height: 300px;
        height: 24.8vw !important;
    }

    .westpro .full-width-right-content {
        height: 850px;
    }

    .hs-meltemi-taloyhtio.westpro .custom-row1 {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .four-col-popup-wrapper .span3 {
        width: 100% !important;
        margin-left: 0 !important;
    }

    a.for-col-img-wrapper img,
    .hs-kapelli-ymparisto-ja-sijainti a.for-col-img-wrapper img{

        width: 100%;
    }
    .hs-kapelli-ymparisto-ja-sijainti a.for-col-img-wrapper img{
        /*height: 290px;*/
    }

    .westpro .four-col-popup-wrapper {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .westpro .custom-three-col-zoom-image {
        padding: 30px 0;
    }

    .hs-meltemi-taloyhtio .custom-four-col-button-with-section-header {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    body.hs-kohteet .banner-area.custom-left .page-center .content {
        left: 0;
    }

    .hs-kohteet .custom-full-width>div {padding-top: 50px;padding-bottom: 50px;}

    .hs-kohteet .custom-full-width {
        padding-top: 15px;
        padding-bottom: 0;
    }

    .hs-kohteet .full-width-image-des .inner>div.des {
        padding: 30px;
    }

    .hs-kohteet .full-width-image-des.mobile-bg a.btn {
        font-family: bill_corp_narbook, 'Lato';
        :font-family: 'lato'!important;
        font-size: 15px!important;
    }

    .hs-kohteet .full-width-image-des-wrapper .hs_cos_wrapper_widget:nth-child(3) .custom-full-width {
        padding-bottom: 0;
    }
    body.hs-kustannuslaskija .banner-area {
        height: 700px !important;
    }

    body.hs-kustannuslaskija .banner-area .banner-image {
        background-position: center center;
    }
    .hs-tyonjohtaja .banner-area .banner-image {
        background-position: center center;
    }

    body.hs-tyonjohtaja .banner-area {
        height: 700px !important;
    }
    .inner-wrapper.three-col-equal-ovrlay .content-wrapper-box.three-col-equal-ovrlay h2 {
        font-size: 18.9px;
        line-height: 23.1px;
    }

    .inner-wrapper.three-col-equal-ovrlay>div {
        width: 100%;
        margin-bottom:25px;
        overflow:hidden;
    }

    .inner-wrapper.three-col-equal-ovrlay .content-wrapper-box.three-col-equal-ovrlay h2 {
        letter-spacing: 1px;
        font-weight: 400;
        font-size: 16px!important;
        line-height: 18px!important;
    }

    .inner-wrapper.three-col-equal-ovrlay .content-wrapper-box.three-col-equal-ovrlay h3 {
        font-size: 12px!important;
        line-height: 18px!important;
        margin-bottom: 8px;
    }

    .three-col-equal-ovrlay {
        max-width: 600px;
        margin: 0 auto;
        padding-top: 23px;
    }

    #hs_cos_wrapper_widget_1511599264290 {
        padding-top: 29.96px !important;
    }

    .inner-wrapper.three-col-equal-ovrlay>div a:before {
        display: block;
        position: absolute;
        content: ' ';
        width: 100%;
        height: 6px;
        left: 0;
        bottom: 0;
        background: #fff;
        z-index: 5;
        transform: scaleX(0) translateZ(0);
        -webkit-transform: scaleX(0) translateZ(0);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -webkit-transition: 0.45s cubic-bezier(0.24, 1, 0.30, 1);
        transition: 0.45s cubic-bezier(0.24, 1, 0.30, 1);
        background-color: #1e3a5d!important;
    }

    .inner-wrapper.three-col-equal-ovrlay>div:hover a:before
     {
        -webkit-transform: scaleX(1) translateZ(0);
        transform: scaleX(1) translateZ(0);
    }

    .inner-wrapper.three-col-equal-ovrlay>div .bg:after {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        content: ' ';
        background-color: rgba(51,51,51,0.5) !important;
        transition: all .6s cubic-bezier(0.24, 1, 0.30, 1);
        -webkit-transition: all .6s cubic-bezier(0.24, 1, 0.30, 1);
    }

    .inner-wrapper.three-col-equal-ovrlay>div:hover .bg:after {
        background-color: rgba(51,51,51,0.2) !important;

    }
    .inner-wrapper.three-col-equal-ovrlay>div .bg {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-size: cover;
        z-index: 1;
        background-position: center;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        transition: all .6s cubic-bezier(0.24, 1, 0.30, 1);
        -webkit-transition: all .6s cubic-bezier(0.24, 1, 0.30, 1);
    }

    .inner-wrapper.three-col-equal-ovrlay>div:hover .bg{
        transform: scale(1.13);
        -webkit-transform: scale(1.13);
    }

    .inner-wrapper.three-col-equal-ovrlay>div:before {
        display: none;
    }
    body.hs-westpro-rekrytointi-avoinhakemus .banner-area {
        height: 23.5vw!important;
        min-height: 300px;
    }

    .hs-westpro-rekrytointi #hs_cos_wrapper_widget_1511535344536 {
        padding-top: 50px;
        padding-bottom: 50px !important;
    }

    .hs-westpro-rekrytointi .custom-row1 .page-center {
        max-width: 100% !important;
        padding-left: 30px;
        padding-right: 30px;
    }

    .hs-westpro-rekrytointi.westpro-rekrytointi .custom-row1 {
        padding-left: 0;
        padding-right: 0;
    }

    .hs-westpro-rekrytointi.westpro-rekrytointi .custom-row1-content {
        padding-right: 0;
        padding-left: 0;
    }



    .hs-westpro-rekrytointi div#hs_cos_wrapper_widget_1511535376462 {
        padding-bottom: 25px !important;
    }

    .hs-westpro-rekrytointi.westpro-rekrytointi .custom-row1 img {
        max-width: 600px !important;
        width: 100% !important;
        margin: 0 auto !important;
    }

    .hs-westpro-rekrytointi .two-col-eq-content .col-group {
        text-align: center;
    }

    .hs-westpro-rekrytointi div#hs_cos_wrapper_widget_1511535427437 {
        padding-bottom: 0 !important;
    }

    .hs-westpro-rekrytointi .two-col-eq-content {
        margin-bottom: 0;
    }

    .westpro4u .banner-area .banner-image {
        height: 100vh;
        background-position: center center;
    }

    body.westpro4u .banner-area {
        height: calc(100vh - 109px) !important;
        margin-top: 0;
    }
    body.westpro4u .banner-area .page-center .content h1 {
        font-size: 27px!important;
        line-height: 42px!important;
    }

    body.westpro4u .banner-area .page-center .content {
        left: 0;
    }

    .inner-wrapper.three-col-equal-ovrlay>div {
        padding: 13% !important;
    }

    .inner-wrapper.three-col-equal-ovrlay .content-wrapper-box.three-col-equal-ovrlay {
        min-height: 200px;
        vertical-align: middle;
        position: relative;
        padding-top: 0;
        display: flex;
        flex-flow: row wrap;
        place-content: stretch center;
        align-items: center;
    }


    .hs-home .full-width-image-des .des,
    .hs-home .full-width-image-des .des p {
        text-align: center!important;
    }

    .hs-home .full-width-image-des .des h2 {
        margin-bottom: 0;
    }

    .hs-home .full-width-image-des .des {
        padding: 0 10px;
    }

    .hs-home .three-col-equal-ovrlay.hidden-phone.custom-1 {
        display: block !important;
        max-width: 100% !important;
    }

    .hs-home  .three-col-equal-ovrlay.visible-phone.custom-1 {
        display: none !important;
    }

    .hs-home .three-col-equal-ovrlay.hidden-phone.custom-1 .inner-wrapper.three-col-equal-ovrlay>div a:before {
        display: none;
    }

    .hs-home .three-col-equal-ovrlay.hidden-phone.custom-1 .col1 {
        padding-top: 30px !important;
        padding-bottom: 25px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .hs-home .three-col-equal-ovrlay.hidden-phone.custom-1 .col1 .three-col-equal-ovrlay {
        min-height: 0;
    }

    .hs-home .three-col-equal-ovrlay.hidden-phone.custom-1 .inner-wrapper.three-col-equal-ovrlay {
        max-width: 100%;
    }

    .home-row2-left-content {
        text-align: center;
        padding-left: 0;
    }

    .hs-origo-materiaalit-ja-varustelu .banner-area.custom-left{
        height: 550px !important;
    }

    .custom-four-col-zoom-image .right .col .col-inner .content {
        min-height: 50px;
    }

    .custom-four-col-zoom-image .right .col .col-inner h3.sub-heading {
        min-height: 50px;
    }

    .custom-four-col-zoom-image .left .bottom .col .col-inner .content {
        min-height: 50px;
    }

    .hs-origo .custom-four-col-zoom-image .left .col .col-inner .content h2.heading,
    .hs-origo .custom-four-col-zoom-image .right .col .col-inner h2.heading {
        font-size: 16px!important;
        line-height: 18px!important;
        font-weight: 400;
        letter-spacing: 1px;
    }
    .hs-home .three-col-equal-ovrlay.hidden-phone.custom1 {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-top: 0;
        margin-top: -30px;
    }

    .hs-home .three-col-equal-ovrlay.visible-phone.custom1 {
        display: none !important;
    }

    .hs-home .three-col-equal-ovrlay.hidden-phone.custom1 .inner-wrapper.three-col-equal-ovrlay {
        max-width: 100%;
    }

    .hs-home .three-col-equal-ovrlay.hidden-phone.custom1 .inner-wrapper.three-col-equal-ovrlay .col1 {
        padding: 0 !important;
        padding-top: 30px !important;
        padding-bottom: 25px !important;
    }

    .hs-home .three-col-equal-ovrlay.hidden-phone.custom1 .inner-wrapper.three-col-equal-ovrlay .col1 .content-wrapper-box.three-col-equal-ovrlay {
        min-height: 0;
    }

    .mobile-bg {
        background: #1e3a5d;
        color: #fff;
    }

    .mobile-bg a {
        color: #fff;
    }

    .mobile-bg a.btn {
        border: 2px solid rgba(255,255,255,0.75);
        visibility: visible;
        color: rgb(255, 255, 255);
        border-color: rgba(255, 255, 255, 0.75);
    }

    .mobile-bg h2,.mobile-bg h2 * {
        color: #fff !important;
    }

    .hs-home .full-width-image-des .des a.btn {
        margin-top: 20px;
    }

    .hs-home #hs_cos_wrapper_widget_1511354515599 {
        padding-bottom: 20px !important;
    }

    .hs-home #hs_cos_wrapper_widget_1511599264290 {
        padding-top: 0 !important;
        padding-bottom: 20px;
    }

}
@media(max-width:706px){

    .custom-hosuing-listing-heading-group .custom-house-listing.heading {
        display: none;
    }

    .custom-hosuing-listing-heading-group h2 {
        margin-bottom: 30px;
    }

    .custom-housing-listing-wrapper {
        display: none;
    }

    .custom-housing-listing-wrapper +.mobile {
        display: block !important;
    }

    .custom-housing-listing-wrapper +.mobile >* {
        display: block;
        text-align: center;
        float: none;
        margin: 0 auto;
        width: 100%;
        font-weight: 400;
    }

    .customSecondaryCol2,.customSecondaryCol2 span.btn.btn-house {
        font-size: 16px !important;
    }

    .customSecondaryCol2 span.btn.btn-house {
        height: 30px;
        width: 150px !important;
        margin: 0 auto !important;
    }
    .custom-housing-listing-wrapper +.mobile h4 {
        font-size: 18px;
        line-height: 32px;
    }

}

/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 690px) {
    .footer-container-wrapper {
       /* margin-top: 40px; */
    }
    .container-fluid .row-fluid .page-center {
        max-width: 420px;
    }

    .banner-area .page-center {
        padding: 0 15px !important;
    }

    /*.banner-area .page-center .content h1 {
        font-size: 16px!important;
        line-height: 30px!important;
        padding-top: 7px!important;
        padding-bottom: 3px!important;
        padding-left: 5px;
        padding-right: 5px;
    }*/

    .sijainti-col1>div>div>.page-center>div,
    .custom-four-col-button-with-section-header,
    .three-col-equal {
        padding-top: 26.92px;
        padding-bottom: 26.92px;
    }

    .three-col-full-width .center h3, .three-col-equal .heading h3 {
        font-size: 16px;
        line-height: 18px;
    }

    .three-col-equal .three-col .col .video {
        margin-bottom: 24px;
    }
    .custom-four-col-button-with-section-header .col {
        margin-bottom: 25px;
    }

    .custom-four-col-button-with-section-header .col:last-child {
        margin-bottom: 0;
    }
    .banner-area-content .content>div {
        min-height: 0px !important;
        width: 100%;
    }
    .full-width-image-des .des h2,
    .custom-full-width h2{
        line-height: 22.8px;
    }
    .hs-casa-ora-ymparisto-ja-sijainti .body-container-wrapper h2 {
        line-height: 22.8px;
    }

    body h2{
        font-size: 16px;
        line-height: 22.8px;
   }
   .hs-casa-ora-asunnot .banner-area-content .content>div,
   .hs-kapelli-3d-pohjat .banner-area-content .content>div {
        min-height: 0 !important;
        margin-left: 0;
    }

    .hs-casa-ora-asunnot .banner-area-content .center,
    .hs-kapelli-3d-pohjat .banner-area-content .center{
        width: 100% !important;
    }
    .custom-three-col-zoom-image {
        margin-bottom: 0;
    }

    .hs-kapelli-3d-pohjat #hs_cos_wrapper_widget_1511268349659 {
        margin-bottom: 0 !important;
        padding-bottom: 0;
    }
    .hs-casa-ora-materiaalit-ja-varustelu .banner-area .page-center .content h1{
        font-size: 22.5px!important;
        line-height: 35px!important;
    }
    .hs-casa-ora-taloyhtio .custom-four-col-button-with-section-header {
        padding-top: 50.12px;
    }
    .banner-area-content .center {
        width: 100% !important;
        margin-left: 0 !important;
        top: 38%;
        height: 172px;
    }
    .banner-area-content {
        height: calc(91vw);
    }

    .hs-westprocustomer .banner-area .page-center .content h1{
        font-size: 27px!important;
        line-height: 42px!important;
    }

    .hs-kuvagalleria .banner-area-content .content>div {
        min-height: 155px !important;
    }
    .banner-area.custom-right .page-center .content p.banner-content span {
        font-size: 6px!important;
        padding-bottom: 4px!important;
       /* line-height: 22px!important; */
    }

    .banner-area.custom-right .page-center .content {
        width: 100%;
        padding: 0px 100px 0px 0px!important;
    }

    body .banner-area {
        /*height: 34vw !important;*/
    }

    body .banner-area.custom-center {
        /*height: calc(100vh - 120px) !important;*/
    }

    .banner-area.custom-center .content {
        top: 50% !important;
    }

    .banner-area.custom-right .page-center .content p.banner-content {
        font-size: 6px!important;
        padding-bottom: 4px!important;
        line-height: 11px!important;
    }
    .hs-westpro4u-3 .main-content {
        max-width: 100%;
    }

    .hs-westpro4u-3 .banner-area .page-center .content h1 {
        font-size: 22.5px !important;
        line-height: 35px !important;
    	letter-spacing: -0.5px;
    	padding: 7px 0 3px;
    }

    .hs-westpro4u-3 .banner-area .page-center .content {
    	margin-top: 0;
    }

    /*.hs-westpro4u-3 .banner-area {
        height: 91vh !important;
    }

    .hs-westpro4u-3 .banner-area .page-center .content {
        left: 0;
        margin-top: -3px;
    }*/
    .hs-olotila .banner-area.custom-center p.banner-content {
        font-size: 10px!important;
        line-height: 17.52px!important;
    }

    /*.banner-area .page-center .content h1 {
        font-size: 15px!important;
        line-height: 21px!important;
    }*/

    .hs-olotila .banner-area.custom-center p.banner-content br {
        line-height: inherit;
    }

    body.hs-olotila .banner-area {
        height: 24.5vw !important;
        min-height: 300px;
    }

    .hs-olotila .hs-rss-module.feedreader_box .hs-rss-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    body .banner-area.custom-left .page-center .content {
        left: 0;
    }
    .westpro .banner-area .page-center .content h1 {
        font-size: 22.5px!important;
        line-height: 35px!important;
    }

    .fixed-menu .custom-dynamic-menu>div {
        position: static;
    }

    .westpro .custom-row1 {
        padding-top: 26.92px;
        padding-bottom: 26.92px;
    }

    .westpro .two-col-left-heading .left {
        margin-bottom: 25px;
    }

    .westpro .custom-four-col-zoom-image {
        padding-bottom: 26.92px;
    }

    body.hs-origo-3d-pohjat .banner-area .page-center .content h1 {
        font-size: 22.5px!important;
        line-height: 35px!important;
        letter-spacing: -0.5px;
    }
    body.hs-origo-kuvagalleria .banner-area .page-center .content h1 {
        font-size: 33px!important;
        letter-spacing: normal;
    }

    body.hs-meltemi-ymparisto-ja-sijainti .banner-area.custom-left {
        font-size: 16px!important;
        line-height: 30px!important;
    }
    .hs-kapelli-varausohje .banner-area .page-center .content h1 {
        font-size: 16px!important;
        line-height: 30px!important;
    }
    .banner-area.custom-right .page-center .content h1 {
        font-size: 22.5px!important;
        line-height: 35px!important;
    }

    .hs-home .banner-area.custom-right .page-center .content p.banner-content span {
        font-size: 13px !important;
        /* line-height: 29px !important; */
    }
    .hs-home .banner-area.custom-right .page-center .content {
        padding: 0 !important;
    }
    .nectar-google-map {
        max-height: 270px;
    }
    .hs-westpro-rekrytointi-avoinhakemus .banner-area .page-center .content h1 {
        font-size: 15px!important;
        line-height: 21px!important;
        padding-top: 0 !important;
    }
    .westpro-rekrytointi .banner-area .page-center .content h1 {
        font-size: 22.5px!important;
        line-height: 35px!important;
    }

    .hs-westpro-maanhankinta .banner-area .page-center .content h1 {
        font-size: 27px!important;
        line-height: 42px!important;
    }

    body.hs-westpro-maanhankinta .banner-area.custom-left {
        height: calc(100vh - 120px) !important;
    }
    .hs-westpro-maanhankinta .banner-area .page-center .content h1 {
        font-size: 22.5px!important;
        letter-spacing: -0.5px;
        line-height: 35px!important;
    }
    body.hs-westpro-maanhankinta .banner-area.custom-left .page-center {
        max-width: 420px!important;
    }
    body.westpro4u .banner-area .page-center .content h1 {
        font-size: 22.5px!important;
        line-height: 35px!important;
        letter-spacing:-0.5px;

    }
    .custom-footer .custom-copyright>div {
        margin-bottom: 40px;
        margin-top: 41px;
    }

    .custom-footer .custom-copyright {
        max-width: 300px;
        margin: 0 auto !important;
    }

    .hs-westpron-asiakkaana .three-col-equal {
        padding-bottom: 70px;
    }

    .hs-westpro-rekrytointi.westpro-rekrytointi .banner-area .page-center .content h1 {
        font-size: 22.5px!important;
        line-height: 35px!important;
        letter-spacing: -0.5px !important;
    }

    body.hs-casa-ora-asunnot .banner-area .page-center .content h1 {
        padding-top: 7px!important;
        padding-bottom: 3px!important;
        font-size: 22.5px!important;
        line-height: 35px!important;
        letter-spacing: -0.5px;
    }
    .hs-origo-materiaalit-ja-varustelu .banner-area .page-center .content h1,
    .hs-kapelli-kuvagalleria .banner-area .page-center .content h1{
        font-size: 33px !important;
        line-height: 57px !important;
        margin-bottom: 8px;
        letter-spacing: -0.5px;
    }
    .custom-four-col-button-with-section-header .custom-4 .col {
        width: 100% !important;
        padding: 0;
    }
    .three-col-equal-ovrlay {
        max-width: 420px !important;
    }
    .error-404-page h1 {
        font-size: 150px !important;
        line-height: 150px !important;
    }

}

@media (max-width: 600px) {

   body img#fullResImage {
       width: 100% !important;
       height: 100% !important;
   }
   body div.pp_default .pp_content {
       background-color: #fff;
       width: 100% !important;
       height: auto !important;
   }
   body .pp_pic_holder.pp_default {
       width: 100% !important;
       left: 0 !important;
   }
   body div.pp_default .pp_content_container .pp_details {
       width: 100% !important;
   }
   .pp_hoverContainer {
       width: 100% !important;
       height: 100% !important;
   }
    body div.pp_default .pp_content {
        position: relative !important;
    }
    div.pp_default .pp_expand {
        display: none !important;
    }
    .pp_hoverContainer {
        width: 100% !important;
        height: calc(100% - 40px) !important;
    }

}
@media (max-width: 500px) {
    .banner-area-content .center {
        top: 27%;
    }
    .hs-westpro4u-3 .banner-area {
        height: 95vh !important;
        margin-top: 0;
    }

    .hs-westpro4u-3 .banner-area .banner-image {
    	background-position: center center;
    }
    .custom-housing-pagination ul li {
       font-size: 12px !important;
       color: #1e3a5d;
   }

   .div-table-col2x {
       font-size: 12px !important;
       width: 50%;
   }

   .div-table-colx {
       font-size: 12px !important;
       width: 50% !important;
   }

}
@media (max-width: 479px) {
    .hs-westpro-westprolaiset .banner-area-content .content .center .center-inner .heading {
    margin-right: 0;
    }
    .container-fluid .row-fluid .page-center {
        max-width: 300px;
    }
    h1{
        font-size:40px;
    }
    .custom-footer .custom-copyright p{
        /*font-size:12px;*/
    }

    .sijainti-col1>div>div>.page-center>div,
    .custom-four-col-button-with-section-header,
    .three-col-equal {
        padding-top: 18.48px;
        padding-bottom: 18.48px;
    }
    .banner-area-content .content>div {
        min-height: 0 !important;
        width: 100%;
    }
    .hs-meltemi-taloyhtio.westpro .custom-row1 {
        padding-top: 27.72px;
        padding-bottom: 27.72px;
    }

    .hs-meltemi-taloyhtio .custom-four-col-button-with-section-header {
        padding-top: 27.72px;
        padding-bottom: 27.72px;
    }
    .westpro .four-col-popup-wrapper {
        padding-top: 9.24px;
        padding-bottom: 9.24px;
    }
    .hs-kohteet .full-width-image-des-wrapper .hs_cos_wrapper_widget:nth-child(1) .custom-full-width h2 {
        font-size: 16px !important;
    }
    body.hs-westpro-rekrytointi-avoinhakemus .banner-area {
        min-height: 220px;
    }
    body.hs-olotila .banner-area {
        min-height: 220px;
    }

    body.hs-westpro-maanhankinta .banner-area.custom-left .page-center {
        max-width: 300px!important;
    }
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
        width: 100%;
        float: none !important;
        margin-left: 0;
        max-width: 100%;
    }
    .three-col-equal-ovrlay {
        max-width: 300px !important;
    }

}
@media (max-width: 415px){
   .custom-housing-pagination ul li {
       font-size: 8px !important;
   }
   .div-table-colx {
       font-size: 12px!important;
       width: 50%!important;
   }
   .div-table-col2x {
       font-size: 12px!important;
       width: 50%;
   }
   .pop-up-wrapper:before {
        height: 0;
    }

    .pop-up-wrapper .pop-up-container {
        /*margin-top: 0;*/
    }

    .div-table-colx {
        display: block !important;
        float: none;
        width: 100% !important;
        font-weight: bold;
        font-size: 17px !important;
    }

    .div-table-col2x {
        display: block !important;
        float: none;
        padding-left: 0 !important;
        width: 100% !important;
        font-size: 13px !important;
    }

    .div-table-row {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 10px;
    }

    .pop-up-wrapper .pop-up-container .custom-body .left {
        padding-left: 0;
        margin-top: 20px;
    }
    .hs-home .full-width-image-des .des h2{
        font-size: 14px ;
    }


}

@media (max-width: 400px) {

    .container-fluid .row-fluid .page-center {
        width: calc( 100% - 30px);
    }
    .custom-footer .custom-copyright p{
        /*font-size:10px;*/
    }
    .page-center .hs_cos_wrapper_type_custom_widget .page-center {
        width: 100% !important;
    }

   .pp_gallery {
       display: none !important;
   }
   .hs-origo-materiaalit-ja-varustelu .full-width-image-des .des .des-content>div p {
       word-break: break-all;
    }
    .hs-olotila .banner-area {
        height: 34.5vw !important;
    }

    .hs-kohteet .full-width-image-des-wrapper .hs_cos_wrapper_widget:nth-child(1) .custom-full-width h2 {
        font-size: 11px !important;
    }
    .hs-kustannuslaskija .banner-area .page-center .content h1 {
        font-size: 23px!important;
        line-height: 40px!important;
        margin-bottom: 8px;
    }
    .hs-westpro-rekrytointi div#hs_cos_wrapper_widget_1511535427437 .two-col-eq-content,
    .hs-westpro-rekrytointi #hs_cos_wrapper_widget_1511535591272 {
        margin-left: -45px;
        margin-right: -45px;
    }
    .hs-home .banner-area .banner-image {
       background-size: cover;
    }


}
@media (max-width:320px){


    .banner-area .page-center {
        max-width: 100% !important;
        width: 100% !important;
    }
    body .banner-area.custom-left .page-center .content{
        left:20px;
    }
    .banner-area-content .content>div{
        min-height: 0 !important;
    }
    .hs-meltemi .banner-area .page-center {
        width: calc( 100% - 30px) !important;
    }

    .banner-area.custom-right .page-center .content {
        padding: 0 !important;
        width: calc( 100% - 10px );
        left: 0;
        right: 0;
        margin: auto;
    }

    .banner-area.custom-right .page-center .content p.banner-content {
        font-size: 4px !important;
        padding-bottom: 0 !important;
    }

    .banner-area.custom-right .page-center .content p.banner-content span {
        top: -2px !important;
    }

}


@media(max-width:1300px) and (min-width:1000px){

   h2{
        font-size: 23.1px;
        line-height: 26.6px;
   }
   h3{
       font-size: 22.95px;
       line-height: 28.05px;
   }
   .hs-westpro4u-3 .main-content h2 {
        font-size: 22.95px;
        line-height: 28.05px;
    }
    .custom-dynamic-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        font-size: 10px;
    }
    .westpro-blog .post-item .post-body h2.post-header {
        font-size: 18.9px;
        line-height: 23.1px;
    }

}
@media(max-width:999px) and (min-width:690px){

    h2{
        font-size: 21.45px;
        line-height: 24.7px;
   }

}

.hs-menu-children-wrapper {
  background-color: #1E3A5D !important;
  padding: 10px !important;
  padding-right: 15px !important;
}
.hs-menu-children-wrapper a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 100;
  margin-left: 8px;
}
.hs-menu-children-wrapper a:hover {
  color: #84abcc;
}