/* @import url('http://example.com/example_style.css'); */
@import url('https://info.remax.ro/hubfs/02018/5/slider-pro.min.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@font-face {
  font-family: 'Open Sans', sans-serif;
}

@font-face {
    font-family: 'HelveticaNeueLT';
    src: url('https://1734161.fs1.hubspotusercontent-na1.net/hubfs/1734161/Fonts/HelveticaNeueLTW1GRoman.eot');
    src: url('https://1734161.fs1.hubspotusercontent-na1.net/hubfs/1734161/Fonts/HelveticaNeueLTW1GRoman.eot') format('embedded-opentype'),
         url('https://1734161.fs1.hubspotusercontent-na1.net/hubfs/1734161/Fonts/HelveticaNeueLTW1GRoman.woff2') format('woff2'),
         url('https://1734161.fs1.hubspotusercontent-na1.net/hubfs/1734161/Fonts/HelveticaNeueLTW1GRoman.woff') format('woff'),
         url('https://1734161.fs1.hubspotusercontent-na1.net/hubfs/1734161/Fonts/HelveticaNeueLTW1GRoman.ttf') format('truetype'),
         url('https://1734161.fs1.hubspotusercontent-na1.net/hubfs/1734161/Fonts/HelveticaNeueLTW1GRoman.svg#HelveticaNeueLTW1GRoman') format('svg');
}

@font-face {
    font-family: 'helvetica-bold';
    src: url('https://info.remax.ro/hubfs/02018/5/helveticabold.woff2') format('woff2'),

}

@font-face {
    font-family: 'GothamBold';
    src: url('https://1734161.fs1.hubspotusercontent-na1.net/hubfs/1734161/Fonts/GothamBold.eot');
    src: url('https://1734161.fs1.hubspotusercontent-na1.net/hubfs/1734161/Fonts/GothamBold.eot') format('embedded-opentype'),
         url('https://1734161.fs1.hubspotusercontent-na1.net/hubfs/1734161/Fonts/GothamBold.woff2') format('woff2'),
         url('https://1734161.fs1.hubspotusercontent-na1.net/hubfs/1734161/Fonts/GothamBold.woff') format('woff'),
         url('https://1734161.fs1.hubspotusercontent-na1.net/hubfs/1734161/Fonts/GothamBold.ttf') format('truetype'),
         url('https://1734161.fs1.hubspotusercontent-na1.net/hubfs/1734161/Fonts/GothamBold.svg#GothamBold') format('svg');
}

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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



*, *: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;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #4A4A4A;
  font-family: 'Open Sans', Arial, Sans-Serift;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a, 
a:hover,
a:focus{
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5{
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
}



/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
}

.csm-simple-header-wrapper{
    background: #fff;
}

.remax-dezvoltatori-oct .csm-simple-header-wrapper{
    background: url('https://oferte.remax.ro/hubfs/02020/10/LP%20dezvoltatori%202020/bg-top.png') no-repeat center center / cover;
	padding-bottom: 30px;
}

.csm-header-lp img{
    max-width: 206px;
}

body .body-container .row-fluid .banner-lp-franciza-bg{
    background: url('https://info.remax.ro/hubfs/02018/5/header-banner-bg.jpg') no-repeat center center / cover;
    color: #fff;
    position: relative;
    padding: 100px 0;
}

body.remax-dezvoltatori-oct .body-container .row-fluid .banner-lp-franciza-bg-dezvoltatori {
	background: url(https://oferte.remax.ro/hubfs/02020/10/LP%20dezvoltatori%202020/bg-middle.png) no-repeat center center / cover;
}

.banner-lp-franciza-bg .page-center{
    position: relative;    
}

.banner-lp-franciza-bg .page-center iframe{
    max-width: 100%;
    max-height: 295px;
    box-shadow: 0px 0px 50px rgba(0,0,0,0.3);
}

.banner-lp-franciza-bg h1{
    color: #fff;
    font-size: 56px;
    line-height: 66px;
    margin: 0;
}

.banner-lp-franciza-bg h2{
    font-size: 24px;
    text-transform: uppercase;
    margin: 15px 0 0;
}

.remax-dezvoltatori-oct ..banner-lp-franciza-bg-dezvoltatori h2 {
	text-transform: none;
	font-size: 42px;
}

body.remax-dezvoltatori-oct .body-container .row-fluid .banner-lp-franciza-bg-dezvoltatori{
	padding: 50px 0 50px 0;
}

body.remax-dezvoltatori-oct .padd-100 {
	padding: 50px 0;
}

body.remax-dezvoltatori-oct .banner-lp-franciza-bg-dezvoltatori h2 {
    margin: 0 !important;
}

body.remax-dezvoltatori-oct .video-banner {
    text-align: center;
}

.video-interviu-dezvoltatori {
	margin-top: 50px;
}

a.banner-cta{
    background: #105ba4;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    font-size: 14px;
    padding: 25px 50px;
    display: inline-block;
    font-family: 'Open Sans', Arial, sans-serif;
    margin: 15px 0;
}

.padd-100{
    padding: 100px 0;
}

.padd-70{
    padding: 70px 0;
}

.padd-top-100{
    padding-top: 100px;
}

.padd-100 h2{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 42px;
    color: #003da5;
    margin: 0 0 25px;
    line-height: 1.2;
    position: relative;
    z-index: 3;
}

.padd-100 .page-center{
    position: relative;
}

.padd-100 p{
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 25px;
    position: relative;
    z-index: 3;
}

.pers-3-wrapp img{
    max-height: 420px;
    display: block;
    margin: 0 auto;
}

.bg-gray{
    background: #f3f3f3;
}

.img-abs-top-right img{
    position: absolute;
    right: 0;
    top: -10px;
    height: 440px;
    z-index: 1;
}

.img-abs-top-right.imabs2 img{
    top: 0;
    height: 510px;
}

.qa-btn{
    font-size: 14px;
    color: #ffffff;
    background: #84b8e6;
    line-height: 14px;
    margin: 0;
    padding: 17px 80px 17px 30px;
    font-family: 'Open Sans', Arial, sans-serif;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.qa-btn:after{
    position: absolute;
    content: url("https://info.remax.ro/hubfs/02018/5/arrow_down-gray.svg");
    background: #bfdaf1;
    width: 50px;
    height: 50px;
    right: 0;
    display: block;
    top: 0;
    text-align: center;
    line-height: 55px;
    transform: rotate(0deg);
    transition: all .1s ease-in-out;
}

.qa-btn.toggled{
    background: #7c9bb7;
}

.qa-btn.toggled:after{
    transform: rotate(180deg);
    background: #dae3ea;
}

.img-abs-top-right.imabs2 ul li.q{
    position: relative;
    background: #ececec;
    display: block;
    padding: 15px 17px;
    z-index: 99;
    margin-bottom: 5px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1;
    color: #014d94;
}

.img-abs-top-right.imabs2 ul li.a{
    display: none;
    padding: 20px;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
    background: #f5f5f5;
    margin: -10px 0 10px;
}

.img-abs-top-right.imabs2 ul li img{
    height: 11px;
    top: 20px;
    right: 13px;
    transform: rotate(0deg);
    transition: all .3s ease-in-out;
}

.img-abs-top-right.imabs2 ul li img.rotate{
    transform: rotate(180deg);
}

.qa-text-wrapper{
    padding-top: 40px;
}

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

.bg-blue-gradient,
.csm-blue-q-wrapp{
    background-image: linear-gradient(64deg, #0054A4 7%, #002E5F 100%);
}

.bg-blue-gradient h2,
.bg-blue-gradient p{
    color: #fff;
    text-align: center;
}

.bg-blue-gradient p{
    font-size: 34px;
    margin: 0;
}

.bg-gray.cols-5{
    text-align: center;
}

.bg-gray.cols-5 img{
    max-height: 100px;
}

.the-cols{
    margin: 0 0 25px;
}

.introducere-dezv-wrapper {
	padding: 20px 0;
}

.remax-dezvoltatori-oct .introducere-dezv-wrapper {
    background-image: linear-gradient(64deg,#0054a4 7%,#002e5f 100%);
}

body .hs_cos_flex-slider .hs_cos_flex-slides img{
    width: auto;
}

.only-on-mob{
    display: none !important;
}

.the-cols h3,
.ra-box h3{
    font-size: 22px;
    line-height: 27px;
    color: #0843a7;
}

.bg-gray.cols-5 .the-cols p{
    font-size: 16px;
    line-height: 22px;
}

.csm-blue-q-wrapp p{
    color: #fff;
}

.csm-blue-q-wrapp p.q-text{
    font-size: 22px;
    line-height: 32px;
    position: relative;
}

.csm-blue-q-wrapp p.q-text:before{
    content: "“";
    position: absolute;
    top: 15px;
    left: -45px;
    color: #7cbde5;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 70px;
}

.csm-blue-q-wrapp p.qb-pers{
    font-family: 'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
    padding-top: 30px;
    border-top: 4px solid #7cbde5;
    font-size: 24px;
    margin: 10px 0;
}

.csm-blue-q-wrapp img{
    max-width: 260px;
    display: block;
    margin: 0 auto;
}

.inpage-cta{
    background: #da001a;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    font-size: 14px;
    padding: 25px 50px;
    display: inline-block;
    font-family: 'Open Sans', Arial, sans-serif;
    margin: 15px 0;
}

.inpage-cta.cta-lg{
    padding: 25px 60px;
    font-size: 14px;
}

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

.img-abs-top-right.imabs2 .inpage-cta{
    color: #023da5;
}

.cta-blueband-wrapp{
    background: url('https://info.remax.ro/hubfs/02018/5/bg-blue-cta.jpg') no-repeat center center / cover;
    text-align: center;
    color: #fff;
}

.padd-100.cta-blueband-wrapp p{
    font-size: 24px;
    line-height: 32px;
}

.padd-100.cta-blueband-wrapp h3{
    font-size: 32px;
    margin: 0 0 25px;
}

.csm-footer-form-wrapper{
    background: url('https://info.remax.ro/hubfs/02018/5/bg-footer-form.jpg') no-repeat center bottom / cover;
    text-align: center;
    color: #fff;
}

.remax-dezvoltatori-oct .csm-footer-form-wrapper{
    background: url('https://oferte.remax.ro/hubfs/02020/10/LP%20dezvoltatori%202020/bg-footer.png') no-repeat center bottom / cover;
}

.csm-footer-form-wrapper.padd-100 p{
    font-size: 22px;
}

.csm-footer-form-wrapper h2{
    color: #fff;
}

.qslide-wrapp{
    width: 480px;
    margin: 0 auto;
    max-width: 100%;
    box-shadow: 0px 0px 40px rgba(0,0,0,0.3);
}

.qs-content{
    background: #dceaf4;
    padding: 25px;
}

.qs-content p{
    font-size: 18px;
    font-style: italic;
    margin: 0;
}

.qs-footer{
    position: relative;
    color: #fff;
    padding: 25px;
    background-image: linear-gradient(64deg, #0054A4 7%, #002E5F 100%);
}

.qs-footer p{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 24px;
    margin: 0;
}

.qs-footer img{
    position: absolute;
    width: 120px;
    right: 25px;
    bottom: -40px;
    border-radius: 50%;
    box-shadow: 0px 0px 40px rgba(0,0,0,0.3);
}

.sp-slides-container{
    margin-top: 30px;
}

body .sp-fade-arrows{
    opacity: 1;
}

body .sp-horizontal .sp-previous-arrow,
body .sp-horizontal .sp-next-arrow{
    background-color: #da031a;
}

.ra-box{
    width: 25%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}

.ra-box img{
    max-width: 120px;
}

.ra-box h3{
    margin: 15px 0 0;
    font-size: 34px;
    line-height: 1;
}

.ra-box p{
     text-transform: uppercase;
    font-size: 14px;
}

body.st2018 .row-fluid .page-center-wd{
	float: none;
  padding: 0 15px;
  max-width: 1170px;
  margin: 0 auto;
}

body.st2018 .row-fluid .page-center-nr{
	float: none;
  padding: 0 15px;
  max-width: 790px;
  margin: 0 auto;
}

body.st2018 .row-fluid .st-header-banner{
	padding-top: 50px;
  background: url('https://oferte.remax.ro/hubfs/headbackground.jpg') no-repeat center center / cover;
  position: relative;
  color: #fff;
  min-height: 600px;
}



body.st2018.st2019 .row-fluid .st-header-banner{
	background: url('https://oferte.remax.ro/hubfs/02-2019/11/header-bg-st19.jpg') no-repeat center center / cover;
}

.st-logo-wrapper img{
	max-height: 40px;
}

a.st2018-logo-remax,
a.st2018-logo-imobiliare{
	display: inline-block;
}

a.st2018-logo-imobiliare{
	float: right;
}

.st-banner-text{
	margin-top: 80px;
  padding-right: 100px;
}

body.st2018 .row-fluid .st-header-banner h2{
	font-size: 18px;
  font-weight: 400;
  margin: 0 0 25px;
}

body.st2018 .row-fluid .st-header-banner h1{
	font-size: 36px;
  margin: 0 0 25px;
  line-height: 1.4;
}

body.st2018 .row-fluid .st-header-banner .st-illustration{
	position: absolute;
  width: 55.98%;
  bottom: 0;
  right: 4.32%;
}

body.st2018.st2019 .row-fluid .st-header-banner .st-illustration{
    width: 48%;
    position: initial;
    bottom: unset;
    right: auto;
}

.blog-cta{
	display: inline-block;
    color: #ffffff;
    padding: 15px 25px;
    font-size: 14px;
    border: 1px solid #ffffff;
    line-height: 1;
    margin-bottom: 50px;
    transition: all .2s linear;
	background: transparent;
    font-family: 'Open Sans',Arial,sans-serif;
}

.blog-cta:hover{
	background: #ff0431;
}

.testteteetetetet{
    height: 500px;
}

.mid-graph-19{
    left: 0;
    top: 24%;
    width: 86%;
	animation-delay: .5s;
}

.mid-topleft-19{
    top: 0;
    width: 20%;
    left: 19%;
	animation-delay: .7s;
}

.mid-topright-19{
	width: 20%;
    right: 23%;
    top: 10%;
	animation-delay: .9s;
}

.mid-botright-19{
	bottom: 0;
    right: 0;
    width: 33%;
	animation-delay: 1.1s;
}

.list-graph li:before{
content: "";
    display: inline-block;
    background: url(https://oferte.remax.ro/hubfs/02-2019/11/list-graph.svg) no-repeat center center / 18px;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: top;
}

body.st2018.st2019 .il-relative{
	height: 510px;
}

body.st2018.st2019 .row-fluid .st-header-banner h1, 
body.st2018.st2019 .row-fluid .st-header-banner h2{
	margin: 0;
}

body.st2018.st2019 .row-fluid .st-header-banner p{
	font-size: 16px;
}


body.st2018 .csm-form-wrapp-wbg{
	background: #f7f7f7;
}

.body.st2019 .st-illustration{
	position: absolute;
}

.il-relative{
	position: relative;
  width: 100%;
  height: 460px;
  overflow: hidden;
}

.il-relative img{
	position: absolute;
}

.left-leaf{
  left: 0;
  width: 18.6%;
  animation-delay: 1.3s;
}

.right-leaf{
	right: 0;
  width: 11.16%;
  animation-delay: 1.3s;
}

.left-screen{
	left: 18.6%;
  width: 35.35%;
  animation-delay: .5s;
}

.right-screen{
	right: 11.16%;
  width: 35.35%;
  animation-delay: .7s;
}

.center-screen{
	left: 34.23%;
  width: 40.18%;
}

.pers-left{
	left: 5.6%;
  width: 16.74%;
  animation-delay: .9s;
}

.pers-center-left{
	left: 22.32%;
  width: 27.9%;
  animation-delay: 1.1s;
}

.pers-center-right{
	right: 34%;
  width: 9.11%;
  animation-delay: .4s;
}

.pers-right{
	right: 13.58%;
  width: 14.88%;
  animation-delay: 1.2s;
}

.st-s1,
.st-s2,
.st-form-wrapper{
	padding: 80px 0;
}

.st-s1 p{
    line-height: 28px;
    color: #33475b;
    text-align: justify;
}

.st-numbers{
	text-align: center;
  color: #0b57a6;
}

.st-numbers h3{
	margin: 0 0 15px;
  font-size: 36px;
}

.st-numbers p{
	font-size: 18px;
  text-align: center;
  color: #0b57a6;
  line-height: 24px;
}

.st-s2 h2,
.st-form-wrapper h2{
	text-align: center;
  color: #0054a4;
  margin: 0 0 50px;
}

.st-form-wrapper h3{
    text-align: center;
    margin: 0;
    font-family: 'helvetica-regular', Arial, sans-serif;
}

.st-s2{
	background: url('https://oferte.remax.ro/hubfs/02018/11/lp-studiu/st2018-s2.jpg') no-repeat center center / cover;
}

.st-s2 ul{
	padding: 50px 0 0 40px;
}

.st-s2 ul li{
	margin: 0 0 10px;
}

.st-s2 ul li:before{
	content: '';
  display: inline-block;
  background: url('https://oferte.remax.ro/hubfs/02018/11/lp-studiu/li-check.png') no-repeat center center;
  background-size: 16px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: -1px;
}

.st-form-wrapper{
	background: url('https://oferte.remax.ro/hubfs/02018/11/lp-studiu/st2018-form-bg.jpg') no-repeat center center / cover;	
}

.st-footer-copy{
    font-size: 12px;
    text-align: center;
    padding: 0 15px;
    background: #f8f8f8;
}

.st-footer-copy a{
	color: blue;
}

.st-typ-sm a{
    display: inline-block;
    margin: 0 5px;
    width: 32px;
}

.st-typ-sm img{
	max-width: 32px;
}

.csm-form-wrapp-wbg{
    background: #ffffffe6;
    width: 480px;
    max-width: 100%;
    text-align: left;
    margin: 0 auto;
    color: #333;
    padding: 30px;
}

.remax-dezvoltatori-oct .simple_fw_banner h2 {
	font-size: 32px;
    line-height: 37px;
}

.remax-dezvoltatori-oct .text_and_cover h1 {
	color: #333;
}

/* LP Plan de afaceri 2020 */


.form-title-pa {
	padding: 0px 50px 0px 50px;
}

.lp-pa .st-banner-text {
    margin-top: 170px !important;
    padding-right: 30px !important;
}

.rel-ilustration-banner {
	position: relative;
}

.plan-afaceri-mockup-cl {
	position: absolute;
    left: 180px;

}

.ilustr-up-cl {
	position: absolute;
}

.ilustr-down-cl {
	position: absolute;
    top: 245px;
}

.lp-pa .blog-cta {
	display: inline-block;
    color: #0057a7;
    padding: 15px 25px;
    font-size: 14px;
    border: 1px solid #0057a7;
    line-height: 1;
    margin-bottom: 50px;
    transition: all .2s linear;
    background: transparent;
    font-family: 'Open Sans',Arial,sans-serif;	
}

.lp-pa .blog-cta:hover {
	color: #ffffff;
	background: #0057a7;
}



body.st2018.lp-pa .row-fluid .st-header-banner {
	background: url('https://oferte.remax.ro/hubfs/02020/07/LP-Plan-afaceri-2020/plan-afacer-banner-top-bg-typ.png') no-repeat center center / cover;
}

body.st2018.st2019.lp-pa .row-fluid .st-header-banner{
	background: url('https://oferte.remax.ro/hubfs/02020/07/LP-Plan-afaceri-2020/plan-afaceri-banner-top-bg-typ.png') no-repeat center center / cover;
}

body.st2018.lp-pa .row-fluid .st-header-banner{

  min-height: 600px;
}


form label{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

body form .legal-consent-container .hs-form-booleancheckbox-display span{
  margin-left: 0;
  display: inline-block;
}

form .legal-consent-container label{
    text-transform: none;
    letter-spacing: 0;
}

form .legal-consent-container{
    margin-bottom: 10px;
}

form .hs-error-msgs label{
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0;
    color: red;
}

body form.hs-form .hs-form-field ul.inputs-list li span span{
    width: 100% !important;
    text-align: justify;
    float: none;
}

body form.hs-form .hs-form-field ul.inputs-list li input{
    width: auto;
    float: none;
    margin-top: 0;
    display: inline-block;
    vertical-align: 5px;
}

body form.hs-form .hs-form-field ul.inputs-list li label > span:not(.hs-form-required){
    margin-bottom: 0;
    float: none;
    padding-left: 4px;
    display: inline-block;
}

form fieldset{
    margin:  0 0 10px !important;
}

form .hs-field-desc{
    width: 98% !important;
    background: #e2e2e2;
    font-size: 10px;
    line-height: 1;
    padding: 5px 10px 2px;
    border-radius: 5px 5px 0 0;
}

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

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 {
    width: 100% !important;
    border-radius: 0px;
    padding: 11px 8px;
    border: none;
    background: #fff;
    -webkit-appearance: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    transition: all .3s ease-in-out;
}

textarea:focus, 
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, 
select:focus{
    box-shadow: inset 0 1px 3px rgba(87, 145, 196, 0.52);
    outline: none;
}

form select {
    background-image: url(https://oferte.remax.ro/hubfs/02018/5/arrow_down-gray.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 97% 14px;
}

body .legal-consent-container .hs-form-booleancheckbox-display p {
    font-size: 14px;
    text-align: left;
    line-height: 1.2;
    margin: 0 0 10px;
    text-transform: none;
    letter-spacing: 0px;
}

input[type="submit"]{
    width: 100%;
    padding: 20px;
    display: block;
    height: auto;
    max-height: none;
    -webkit-appearance: none;
    border: none;
    text-transform: uppercase;
    color: #fff;
    background: #da031a;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
}

input[type="submit"]:focus,
input[type="submit"]:hover{
    outline: none;
    background: #b5081a;
}

body .legal-consent-container .hs-form-booleancheckbox-display p a{
    color: #003da5;
}


/* LP Studiu imobiliare in 2020 */

.st2020 .st-banner-text {
    margin: 80px 0 50px;
}

body.st2018.st2020 .row-fluid .st-header-banner {
	padding-top: 50px;
    background: url('https://oferte.remax.ro/hubfs/02021/02/studiu-imobiliare-2020/header-banner.png') no-repeat center center / cover;
}

body.st2018.st2019.st2020 .row-fluid .st-header-banner h2 {
	color: #004795;
}

body.st2018.st2019.st2020 .row-fluid .st-header-banner p {
	color: #004795;
}

.st2020 .st-illustration img {
	width: 400px;
    margin-top: 80px;
}

.st2020 a.banner-cta {
	padding: 20px;
	border-radius: 7px;
}

.st2020 .st-logo-wrapper img {
	max-height: 48px;
}

.bg-numbers {
	background-color: #eff0f4;
}

.st2020 .st-numbers h3 {
	color: #000000;
	font-size: 40px;
}

.st2020 .st2018-logo-remax {
	width: 120px;
	margin: 5px;
}

.st2020 .st2018-logo-imobiliare {
	width: 130px;
	margin: 5px;
}

.st2020 .st-numbers p {
	color: #000000;
}

.st2020 .st-s1, .st-s2, .st-form-wrapper {
	padding: 60px 0;
}

.bullet-fst-sect {
	width: 15px;
	margin: 0px 0px 5px;
}

.st2020 .st-s2 h2 {
	color: #000000;
}

.st-form-wrapper h2 {
	line-height: 1.25;
}

.st-form-wrapper h3 {
	line-height: 1.25;
}

.proprietati-nr {
    padding: 20px 0 30px;
}

.st2020 .st-s2 {
	background: none;
	background-color: #eaf1f7;
}

.st2020 .st-form-wrapper {
	background: url(https://oferte.remax.ro/hubfs/02021/02/studiu-imobiliare-2020/footer-banner-v6.png) no-repeat center center / cover;
}

.st2020 input[type="submit"] {
	border-radius: 8px;
	background-color: #db051d;
	cursor: pointer;
	
}

.st2020 input[type="submit": hover] {
    cursor: pointer;
	background-color: #db051d;
	
}

.st2020 a.banner-cta {
	background-color: #db071e;
}

body.st2018.st2020 .csm-form-wrapp-wbg {
    background: #eff0f4;
}





/* TYP Studiu imobiliare in 2020 */

body.st2018.st2020 .row-fluid .st-header-banner{
    padding-top: 50px;
    background: url('https://oferte.remax.ro/hubfs/02021/02/studiu-imobiliare-2020/header-banner.png') no-repeat center center / cover;
    position: relative;
    color: #fff;
    min-height: 600px;
}

body.st2018.st2020 .row-fluid .st-header-banner h1 {
	color: #000000
}

body.st2018.st2020 .row-fluid .st-header-banner p {
	color: #000000;
}

.st2020 .blog-cta {
	color: #0054a4;
	border-radius: 8px;
	border: 1px solid #0054a4;
}

.st2020 .blog-cta: hover {
	color: #ffffff;
	border-radius: 8px;
	border: 1px solid #0054a4;
	background-color: #0054a4;
}

/* Pagina Franciza - Aprilie 2021 */

/* OLD */

.franciza-2021 h2 {
	font-size: 32px;
	color: #003CAB;	
}

.banner-franciza-content {
	height: 550px;
}

.banner-top-franciza-2021 {
	background: url('https://oferte.remax.ro/hubfs/02021/04/lp-franciza-2021/banner-top-1.png') no-repeat center center / cover;
	background-color: #ffffff;
}

.banner-top-franciza-2021 h1, .banner-top-franciza-2021 h2 {
	margin: 0;	
}

body.franciza-2021 .banner-top-franciza-2021 h2 {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #333333;
}

body.franciza-2021 .banner-top-franciza-2021 h1 {
	font-size: 40px;
	font-weight: 700;
	color: #003DA5;
}

.title-nr1-franciza {
	padding: 80px 0;
}

.video-franciza-2021 {
	margin-top: -180px;
    margin-bottom: 80px;
}

.banner-top-franciza-2021 img {
	width: 70px;
	margin: 40px 0 40px 0;
}

.video-franciza-module-wrapper {
	padding: 50px 0;
	background: #003DA5;
}

body.franciza-2021 .videos {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 80px;
	grid-row-gap: 40px;
    grid-column-gap: 80px;
}

body.franciza-2021 .video h3 {
	color: #333333;
	border-bottom: none;
	padding: 0 0 10px 0;
    margin-bottom: 0;
}

.franciza-2021 .title-wrapper {
	border-radius: 8px;
	min-height: 170px;
}

.franciza-2021 .video {
	border-radius: 8px;
	box-shadow: none;
	background: #ffffff;
}

.franciza-2021 .title-tag .hs_cos_wrapper_type_inline_text {
	font-size: 14px;
}

body .video-franciza-module-wrapper h2 {
	text-align: center;
	color: #ffffff;
}

.franciza-2021-form-wrapper {
	background: #ffffff;
}

.franciza-2021-form-wrapper h2 {
	font-weight: 700;
}

.rocket-wrapper {
	background: #003DA5;
	color: #ffffff;
	padding: 40px 0;
	text-align: center;
}

body .rocket-wrapper h2 {
	text-align: center;
	color: #ffffff;
}

body .rocket-wrapper h3 {
	font-size: 16px;
}

.rocket-wrapper img {
	width: 101px;
}

.rocket-elem img {
	width: 194px;
}

/* NEW */

.franciza-2021 h2 {
    font-size: 32px;
    color: #003cab;
    margin: 0;
}

body.franciza-2021 h1 {
	font-size: 40px;
	font-weight: 700;
	color: #003DA5;
	margin: 7px;;
}

.centered-video-wrapper h2 {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #333333;
}

.franciza-2021 .team-item h4 {
	color: #003DA5;
}

.franciza-2021 h2.bottom-form-title {
    font-size: 32px;
	font-weight: 700;
}
.franciza-2021 .pp_header_js {
	color: #003DA5;
}

.franciza-2021 .team-2-item h3 {
	color: #003DA5;
}

.franciza-2021 input[type="submit"] {
    cursor: pointer;
    border-radius: 8px;
    transition: .5s;
    font-weight: 700;
    letter-spacing: 0.7px;
}

.franciza-2021 .team-2 {
	padding: 80px 0;
}

.banner-cta-franciza {
    display: inline-block;
    font-size: 16px;
    padding: 16px 25px;
    background: #f00021;
    color: #fff;
    border-radius: 8px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .7px;
    transition: all .3s linear;    
}

.banner-cta-franciza:after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 40px;
    background: url(https://oferte.remax.ro/hubfs/02021/04/lp-franciza-2021/Icon%20feather-arrow-right.png) no-repeat center center / 13px;
	transition: all .2s ease-in-out
}

.banner-cta-franciza:hover:after {
	margin-left: 50px;
}





@media (min-width:1361px) and (max-width:1440px){
  body.st2018 .row-fluid .st-header-banner .st-illustration{
  	width: 63%;
  }
}

@media (min-width:1280px) and (max-width:1360px){
  body.st2018 .row-fluid .st-header-banner .st-illustration{
  	width: 65%;
  }
}

@media (min-width:768px) and (max-width:1024px) {
  body.st2018 .row-fluid .st-header-banner .st-illustration {
      position: relative;
      width: 100%;
      bottom: 0;
      right: 0;
  }
	body.st2018.st2019 .row-fluid .st-header-banner .st-illustration{
		width: 100%;
	}
  .il-relative {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
	}
   .st-logo-wrapper img {
      max-height: 28px;
  }
  .st-banner-text {
    margin-top: 80px;
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
	}
  body.st2018 .row-fluid .st-header-banner h1 {
    font-size: 32px;
    margin: 5px auto 0;
    line-height: 1.2;
	}
  body.st2018 .row-fluid .st-header-banner h1 br{
  	display: none;
  }
  body.st2018 .row-fluid .st-header-banner h2 {
    margin: 0;
	}
  .st-s2 ul {
    padding: 0;
	}
  .st-banner-text{
  	padding: 0;
  }
}

@media (max-width: 767px){
	body.franciza-2021 .videos {
    	grid-template-columns: repeat(1,1fr);
	}
    body .body-container .row-fluid .banner-lp-franciza-bg{
        padding-top: 35px;
    }
    .banner-lp-franciza-bg h2{
        font-size: 14px;
        text-align: center;
    }
    .banner-lp-franciza-bg h1 {
        color: #fff;
        font-size: 36px;
        line-height: 1.2;
        text-align: center;
    }
    a.banner-cta{
        width: 100%;
        text-align: center;
        padding: 25px;
    }
    .banner-lp-franciza-bg .page-center iframe{
        height: 185px;
        position: initial;
    }
    body .hs_cos_flex-slider{
        margin: 0;
    }
    .csm-fr-pers{
        text-align: center;
        margin: 0 0 25px;
    }
    .padd-top-100 {
        padding-top: 60px;
    }
    .padd-100 {
        padding: 60px 0;
    }
    .img-abs-top-right img {
        position: absolute;
        right: 0;
        top: 230px;
        height: auto;
        z-index: 1;
        opacity: .2;
    }
    .padd-100 h2{
        font-size: 29px;
    }
    .padd-100 h2 br{
        display: none !important;
    }
    .bg-blue-gradient p {
        font-size: 20px;
    }
    .csm-blue-q-wrapp img{
        max-width: 220px;
        margin: 0 auto 30px;
    }
    .csm-blue-q-wrapp p.q-text {
        font-size: 18px;
        line-height: 26px;
        position: relative;
        font-style: italic;
        max-width: 95%;
        margin: 0 auto 15px;
        text-align: justify;
    }
    .csm-blue-q-wrapp p.q-text:before{
        top: -5px;
        left: -30px;
    }
    .ra-box{
        width: 50%;
    }
    .ra-box p{
        font-size: 12px;
    }
    .inpage-cta.cta-lg,
    .inpage-cta{
        padding: 25px 30px;
        font-size: 14px;
        width: 100%;
        text-align: center;
    }
    .padd-100.cta-blueband-wrapp h3{
        font-size: 22px;
    }
    .padd-100.cta-blueband-wrapp p {
        font-size: 20px;
        line-height: 1.2;
    }
    .sp-horizontal .sp-arrows{
        display: none;
    }
    .sp-mask{
        height: 440px !important;
    }
    .qs-content p{
        font-size: 16px;
        font-style: italic;
        line-height: 1.4;
    }
    .qs-footer img{
        width: 80px;
        right: 10px;
        bottom: -50px;
    }
    .qs-footer small{
        font-size: 12px;
    }
    .csm-form-wrapp-wbg{
        padding: 15px;
    }
    .pers-3-wrapp img{
        max-height: 330px;
    }
    .img-abs-top-right.imabs2 ul li.q{
        padding: 15px 33px 15px 17px;
        line-height: 1.3;
        color: #014d94;
        font-size: 14px;
    }
    .img-abs-top-right.imabs2 ul li img{
        top: 50%;
        margin-top: -5px;
    }
    .qa-btn{
        display: block;
        width: 100%;
    }
    .qa-text-wrapper {
        padding-top: 0;
    }
    .csm-fr-pers{
        display: none !important;
    }
    .only-on-mob{
        display: block !important;
    }
    .banner-lp-franciza-bg .page-center, 
    body .body-container .row-fluid .banner-lp-franciza-bg{
        min-height: auto;
        padding: 35px 0;
    }
  body.st2018 .row-fluid .st-header-banner .st-illustration {
      position: relative;
      width: 100%;
      bottom: 0;
      right: 0;
  }
	body.st2018.st2019 .il-relative {
		height: 360px;
	}
	body.st2018.st2019 .row-fluid .st-header-banner .st-illustration{
		width: 100%;
	}
	body.st2018.st2019 .row-fluid .st-header-banner h1{
		margin-top: 60px;
	}
  .il-relative {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
	}
   .st-logo-wrapper img {
      max-height: 28px;
  }
  .st-banner-text {
    margin-top: 80px;
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
	}
  body.st2018 .row-fluid .st-header-banner h1 {
    font-size: 32px;
    margin: 5px auto 0;
    line-height: 1.2;
	}
  body.st2018 .row-fluid .st-header-banner h1 br{
  	display: none;
  }
  body.st2018 .row-fluid .st-header-banner h2 {
    margin: 35px 0 0;
	}
  .st-s2 ul {
    padding: 0;
	}
  body.st2018 .row-fluid .st-header-banner{
  	padding-top: 15px;
  }
  .st-banner-text{
  	padding: 0;
  }
}

@media (max-width: 1024px){
	.st2020 .mobile-header {
	text-align: center;
}
}

@media (max-width: 995px){
	.lp-pa .st-banner-text {
		margin-top: 50px !important;
		padding-right: 0 !important;
		text-align: left;
	}
	.plan-afaceri-mockup-cl {
		position: static;
		padding-top: 30px;
		
	}
    .form-title-pa {
        padding: 0; 
}
	.ilustr-down-cl {
		display: none;
	}
	.ilustr-up-cl {
		display: none;
	}
}

@media (max-width: 767px){
    .on-mobile-dezv{
        text-align: center !important;
    }
	.remax-dezvoltatori-oct .banner-lp-franciza-bg h2 {
		margin-top: 0;
		margin-bottom: 30px;
	}
}

@media (max-width: 424px){
	.banner-cta-franciza:after {
		display: none;
	}
	.banner-cta-franciza {
		padding-left: 30px;
		padding-right: 30px;
	}
}