/* Main Styles */
body {
    background-color: #f5f5f5;
}

.top_menu a, .top_menu_mobile a {
    padding: 30px 20px;
}

#wrapper {
    /*min-width: 980px;*/
    max-width: 1400px;
    margin: 0 auto;
    background: #ffffff;
}

#footer {
    /*border-left: 1px solid rgba(1,1,1,0.05); border-right: 1px solid rgba(1,1,1,0.05);*/
    width: 100%;
    min-width: 980px;
}

#footer .inner {
    /*width: 960px;*/
    min-width: 0;
}

#header {
    z-index: 100;
    position: relative;
}

#header .header {
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: none;
    height: 80px;
}

#header .header .top_menu {
    /*margin-top: 30px;*/
}

#header .header .logo {
    margin: 20px 0 0 3px;
    width: 220px;
    background-size: contain;
}

#header .header .h_btns {
    margin-top: 25px;
}

#header .top_menu li.current:after, #header .top_menu li:hover:after {
    border-bottom-color: #74797d;
}

#header .header .login_auth {
    line-height: 30px;
    font-size: 1.2em;
    float: right;
    margin-top: 25px;
    padding-left: 25px;
    border-left: 1px solid #707477;
}

#header .login_auth .user_dashboard_link,
#header .login_auth ul.dropdown {
    float: left;
}

#header .login_auth .user_dashboard_link {
    margin-right: 30px;
    color: #444444;
    display: inline-block;
    font-size: 14px;
    padding: 10px 0 10px 35px;
    line-height: 1em;
    background: url(../../images/icons/icon_dashboard.png) left center no-repeat;
}

.mobile_menu {
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    top: 29px;
    right: 4%;
    cursor: pointer;
}

#header .login_auth ul.dropdown li {
    border: none;
    color: #000;
    box-shadow: none;
    border-radius: 0;
    background: none;
}

#header .login_auth ul.drop_select > li > a {
    background: url(../../images/icons/icon_avatar_thumb.png) left center no-repeat;
    font-size: 14px;
    padding: 10px 0 10px 35px;
    line-height: 1em;
}

#header .login_auth ul.drop_select > li > a:hover {
    text-decoration: underline;
}

#header .login_auth ul.drop_select > li.switcher {
    float: left;
    width: 20px;
    height: 36px;
    background: url(../../images/icons/icon_arrow_to_down.png) center center no-repeat;
}

#header .login_auth ul.drop_select .sub_menu {
    visibility: visible;
    border: none;
    display: none;
}

#header .login_auth ul.drop_select .sub_menu li {
    font-weight: normal;
    border: 1px solid #ccc;
    float: none;
    text-align: left;
    margin-bottom: -1px;
}

#header .login_auth ul.drop_select .sub_menu li a {
    background: #f6f6f6;
    color: #666666;
    display: block;
    width: auto;
}

#header .login_auth ul.drop_select .sub_menu li a:hover {
    color: #666666;
    background-color: #ABABAB;
}

#header .login_auth ul.drop_select.flat > li > a {
    border: none;
}

.show_menu {
    background: url(../../images/mobile_menu_h.png) no-repeat 0 0;
    background-size: cover;
}

.hide_menu {
    background: url(../../images/mobile_menu_cl.png) no-repeat 0 0;
    background-size: cover;
}

/* slider */
#slider {
    height: 560px;
    position: relative;
    z-index: 1;
    top: -80px;
    margin-bottom: -70px;
}

#slideshow {
    margin: 0 auto;
    min-width: 960px;
    max-width: 1400px;
    height: 560px;
    top: 0;
    position: relative;
    border-top: 1px solid transparent;
}

#slideshow #slidesContainer {
    margin: -2px auto 0;
    min-width: 960px;
    max-width: 1400px;
    height: 560px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

#slideshow #slidesContainer .slide {
    position: absolute;
    left: 1400px;
    width: 100%;
    height: 560px;
    top: 0;
    color: #ffffff;
}

#slideshow #slidesContainer .slide .slide_inner {
    position: absolute;
    background-color: #fff;
    width: 490px;
    padding: 55px 35px 20px 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    top: 130px;
    left: 100px;
    right: auto;
}

#slideshow #slidesContainer .slide .slide_inner._right {
    left: auto;
    right: 100px;
}

#slideshow #slidesContainer .slide .slide_inner._center {
    left: 50%;
    margin-left: -285px;
}

#slideshow #slidesContainer .slide .slide_inner._center:before {
    left: 50%;
    margin-left: -37px;
}

#slideshow #slidesContainer .slide .slide_inner:before {
    position: absolute;
    display: block;
    left: 50px;
    top: 0;
    margin-top: -37px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 74px;
}

.control_block {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 100;
}

.control {
    display: inline-block;
    width: 19px;
    height: 24px;
    line-height: 1;
    text-indent: -10000px;
    position: relative;
    cursor: pointer;
    opacity: 0.6;
    top: -3px;
}

#leftControl {
    background: transparent url(../../images/control_left5.png) no-repeat 0 0;
}

#rightControl {
    background: transparent url(../../images/control_right5.png) no-repeat 0 0;
}

.control:hover {
    opacity: 1;
}

.bullets {
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 20px;
}

.bullets .bullet {
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 1px;
    margin: 0 4px;
    background: url(../../images/slider_bullet.png) no-repeat -23px 0;
    cursor: pointer;
}

.bullets .bullet.icon_home {
    background-position: 0 0;
}

.bullets .bullet.bullet_active, .bullets .bullet:hover {
    background-position: -82px 0;
}

.bullets .bullet.icon_home.bullet_active, .bullets .bullet.icon_home:hover {
    background-position: -104px 0;
}

.slide h1 {
    font-size: 3.2em;
    color: #434343;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1;
    text-transform: uppercase;
}

.slide h2 {
    font-size: 3.9em;
    color: #e6e7e8;
    text-shadow: 0 2px 3px rgba(71, 71, 71, 0.65);
    margin: 0 0 20px;
}

.slide h3 {
    font-size: 1.6em;
    color: #9D9D9D;
    margin: 0 0 30px 0;
    line-height: 1.6em;
}

.slide .btn {
    padding: 3px 20px;
    min-width: 140px;
    margin: 0 0 10px 0;
}

.slide .btn + .btn {
    margin-left: 20px;
}

.slide .btn_hint {
    display: inline-block;
    color: #fff;
    text-align: center;
    width: 160px;
    font-size: 1.3em;
}

.slide .blockquotes {
    color: #464646;
    font-size: 1.5em;
    margin: 10px -20px 0 -20px;
    padding: 0 20px 0 20px;
    text-align: right;
}

blockquote {
    position: relative;
    display: inline-block;
    padding: 0;
    font-size: 13px;
    line-height: 1.6em;
    margin-bottom: 10px;
    vertical-align: middle;
}

blockquote:before, blockquote:after {
    position: relative;
    width: 7px;
    height: 15px;
    content: '\201D';
    display: inline-block;
}

blockquote:before {
    margin-left: -7px;
}

.slide .blockquotes .smile {
    display: inline-block;
    vertical-align: middle;
    padding-left: 50px;
}

.slide .blockquotes .rent_estimate_board {
    position: absolute;
    left: 330px;
    top: -180px;
}

.slide .slide_inner._right .blockquotes {
    text-align: left;
}

.slide .blockquotes .blockquotes_regular {
    position: relative;
    cursor: pointer;
    font-size: 11px;
}

.slide .blockquotes .blockquotes_regular:hover {
    text-decoration: underline;
}

.slide .blockquotes .blockquotes_regular:after {
    display: inline-block;
    margin-left: 5px;
    content: url(/new/images/icons/icon_arrow_to_right2.png);
}

.slide .slide_inner._right .blockquotes .blockquotes_regular:after {
    display: none;
}

.slide .slide_inner._right .blockquotes .blockquotes_regular:before {
    display: inline-block;
    margin-right: 5px;
    content: url(/new/images/icons/icon_arrow_to_right2.png);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slide .blockquotes .blockquotes_expanded {
    display: none;
}

.slide .blockquotes .blockquotes_author {
    position: relative;
    font-size: 13px;
}

.slide .blockquotes .blockquotes_author b {
    font-size: 14px;
}

.slide .blockquotes .blockquotes_author:before {
    display: inline-block;
    content: '\2013';
}

.slide .blockquotes .blockquotes_author_favor {
    border-top: 1px solid #ffffff;
    margin-top: 10px;
    position: relative;
    text-align: left;
}

.slide .blockquotes .blockquotes_author_favor:before {
    position: absolute;
    content: url(../../images/icon_heart_red.png);
    left: -20px;
    top: 0;
}

.slide .arrow-white {
    margin-top: -12px;
}

.slide .arrow-white a, .slide .arrow-white a:hover {
    display: block;
    line-height: 22px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
    font-size: 1.6em;
    font-weight: normal;
    color: #ffffff;
    text-shadow: 0 -1px 1px #525252;
    text-decoration: none;
}

.slide .arrow-white a:before {
    content: url("../../images/circle-arrow-white.png");
    position: absolute;
    left: 0px;
    top: 2px;
}

/* slide1 */
/*#slideshow #slidesContainer .slide1 { background: url(../../images/slide1_1.jpg?1) no-repeat center top; }*/
#slideshow #slidesContainer .slide1 .slide_inner {
    min-width: 400px;
    position: relative;
    top: 170px;
    left: 15%;
    background-color: transparent;
}

#slide1_content {
    z-index: 30;
    position: relative;
    height: 560px;
}

#simplify_box {
    background-color: rgba(0, 0, 0, 0.55);
    top: 223px;
    left: 0;
    width: 737px;
    height: 110px;
    position: relative;
}

#simplify_text {
    position: absolute;
    font-size: 4em;
    line-height: 1.2em;
    font-weight: bold;
    width: 520px;
    top: 5px;
    left: 80px;
}

#simplify_button_box {
    position: absolute;
    width: 156px;
    top: 30px;
    right: 0;
}

#simplify_button_box a {
    /*	background: linear-gradient(to bottom, #62d055 0%, #4ba33f 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/

    background-color: #62d055;
    *background-color: #4ba33f;
    background-image: -ms-linear-gradient(top, #62d055, #4ba33f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62d055), to(#4ba33f));
    background-image: -webkit-linear-gradient(top, #62d055, #4ba33f);
    background-image: -o-linear-gradient(top, #62d055, #4ba33f);
    background-image: linear-gradient(top, #62d055, #4ba33f);
    background-image: -moz-linear-gradient(top, #62d055, #4ba33f);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62d055', endColorstr='#4ba33f', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    *zoom: 1;

    border: 2px solid #4da33e;
    border-top-color: #8ce27f;
    border-radius: 28px;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 36px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

#simplify_button_box a span {
    padding-left: 20px;
    background: url("/new/images/white_arrow.png") 0 2px no-repeat;
}

#simplify_button_box a:hover {
    background-color: #4ba33f;
    *background-color: #62d055;
    background-image: -ms-linear-gradient(top, #4ba33f, #62d055);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4ba33f), to(#62d055));
    background-image: -webkit-linear-gradient(top, #4ba33f, #62d055);
    background-image: -o-linear-gradient(top, #4ba33f, #62d055);
    background-image: linear-gradient(top, #4ba33f, #62d055);
    background-image: -moz-linear-gradient(top, #4ba33f, #62d055);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#4ba33f', endColorstr='#62d055', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    *zoom: 1;
}

#maximum_text {
    font-size: 4em;
    line-height: 1.2em;
    font-weight: bold;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
    text-align: center;
    position: absolute;
    top: 168px;
    left: 0;
    right: 0;
    display: none;
}

#maximum_text span {
    display: none;
}

#check_list {
    position: absolute;
    bottom: 0;
    right: 11.4%;
    background: url("/new/images/check_list2.png") no-repeat;
    width: 188px;
    height: 163px;
}

#check_list ul {
    margin: 36px 0 0 13px;
}

#check_list ul li {
    font-size: 1.05em;
    padding-left: 20px;
    color: #4e3e27;
    background: url("/new/images/check_list_item.png") no-repeat 2px 4px;
    padding-bottom: 6px;
}

#check_list ul li .check_item {
    display: inline-block;
    width: 100px;
}

#check_list ul li .check_time {
    display: inline-block;
    width: 35px;
    text-align: right;
    color: #64b845;
    opacity: 0;
    -webkit-transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
    -ms-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;

}

#check_list ul li.checked {
    background: url("/new/images/check_list_item_checked.png") no-repeat 2px 4px;
}

#check_list ul li.checked .check_item {
    text-decoration: line-through;
}

#check_list ul li.checked .check_time {
    opacity: 1;
}

#simplify_arrows {
    position: absolute;
    top: 36px;
    left: 40px;
}

#simplify_arrows_text {
    position: absolute;
    top: 25px;
    left: 0;
    font-size: 1.3em;
    font-weight: bold;
}

#maximum_arrows {
    position: absolute;
    top: 273px;
    right: 40px;
    display: none;
}

.toggle_arrow {
    height: 0;
    border-left-color: rgba(0, 0, 0, 0);
    -moz-animation-duration: 0.77s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -webkit-animation-duration: 0.77s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -o-animation-duration: 0.77s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    -ms-animation-duration: 0.77s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    animation-name: bounce_toggle_arrow;
    animation-duration: 0.77s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

.toggle_arrow.l_side {
    float: left;
    border: 11px inset rgba(0, 0, 0, 0);
    border-left: 11px solid #ffffff;
    width: 37px;
    -moz-animation-name: bounce_toggle_arrow_l_side;
    -webkit-animation-name: bounce_toggle_arrow_l_side;
    -o-animation-name: bounce_toggle_arrow_l_side;
    -ms-animation-name: bounce_toggle_arrow_l_side;
}

.toggle_arrow.r_side {
    float: right;
    border: 8px inset rgba(0, 0, 0, 0);
    border-right: 10px solid #ffffff;
    width: 0;
    -moz-animation-name: bounce_toggle_arrow_r_side;
    -webkit-animation-name: bounce_toggle_arrow_r_side;
    -o-animation-name: bounce_toggle_arrow_r_side;
    -ms-animation-name: bounce_toggle_arrow_r_side;
}

#l_side_1,
#r_side_1 {
    -moz-animation-delay: 0.44s;
    -webkit-animation-delay: 0.44s;
    -o-animation-delay: 0.44s;
    -ms-animation-delay: 0.44s;
    animation-delay: 0.44s;
}

#l_side_2,
#r_side_2 {
    -moz-animation-delay: 0.55s;
    -webkit-animation-delay: 0.55s;
    -o-animation-delay: 0.55s;
    -ms-animation-delay: 0.55s;
    animation-delay: 0.55s;
}

#l_side_3,
#r_side_3 {
    -moz-animation-delay: 0.66s;
    -webkit-animation-delay: 0.66s;
    -o-animation-delay: 0.66s;
    -ms-animation-delay: 0.66s;
    animation-delay: 0.66s;
}

@-moz-keyframes bounce_toggle_arrow_l_side {
    0% {
        border-left: 11px inset rgba(0, 0, 0, 0);
    }
    100% {
        border-left: 11px solid #ffffff;
    }
}

@-webkit-keyframes bounce_toggle_arrow_l_side {
    0% {
        border-left: 11px inset rgba(0, 0, 0, 0);
    }
    100% {
        border-left: 11px solid #ffffff;
    }
}

@-o-keyframes bounce_toggle_arrow_l_side {
    0% {
        border-left: 11px inset rgba(0, 0, 0, 0);
    }
    100% {
        border-left: 11px solid #ffffff;
    }
}

@-ms-keyframes bounce_toggle_arrow_l_side {
    0% {
        border-left: 11px inset rgba(0, 0, 0, 0);
    }
    100% {
        border-left: 11px solid #ffffff;
    }
}

@keyframes bounce_toggle_arrow_l_side {
    0% {
        border-left: 11px inset rgba(0, 0, 0, 0);
    }
    100% {
        border-left: 11px solid #ffffff;
    }
}

@-moz-keyframes bounce_toggle_arrow_r_side {
    0% {
        border-right: 10px inset rgba(0, 0, 0, 0);
    }
    100% {
        border-right: 10px solid #ffffff;
    }
}

@-webkit-keyframes bounce_toggle_arrow_r_side {
    0% {
        border-right: 10px inset rgba(0, 0, 0, 0);
    }
    100% {
        border-right: 10px solid #ffffff;
    }
}

@-o-keyframes bounce_toggle_arrow_r_side {
    0% {
        border-right: 10px inset rgba(0, 0, 0, 0);
    }
    100% {
        border-right: 10px solid #ffffff;
    }
}

@-ms-keyframes bounce_toggle_arrow_r_side {
    0% {
        border-right: 10px inset rgba(0, 0, 0, 0);
    }
    100% {
        border-right: 10px solid #ffffff;
    }
}

@keyframes bounce_toggle_arrow_r_side {
    0% {
        border-right: 10px inset rgba(0, 0, 0, 0);
    }
    100% {
        border-right: 10px solid #ffffff;
    }
}

/* slide1 */
#slideshow #slidesContainer .slide.video {
    background: url(../../images/slide_video_1.jpg) no-repeat center top;
}

#slideshow #slidesContainer .slide.video .slide_title {
    font-size: 36px;
    font-weight: bold;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    letter-spacing: 1px;

}

#slideshow #slidesContainer .slide.video .slide_title span {
    font-weight: normal;
    font-size: 28px;
    display: block;
}

#slideshow #slidesContainer .slide.video .btns_cont {
    position: absolute;
    bottom: 90px;
    text-align: center;
    left: 0;
    right: 0;
}

#slideshow #slidesContainer .slide.video .btns_cont .btn {
    text-transform: uppercase;
    font-size: 14px;
}

#slideshow #slidesContainer .slide.video .btns_cont .btn.watch:before {
    content: url(../../images/li_arrow.gif);
    display: inline-block;
    vertical-align: middle;
}

#slideshow #slidesContainer .slide.video .btns_cont .btn span {
    vertical-align: middle;
}

#slideshow #slidesContainer .slide.video .btns_cont .btn + .btn {
    margin-left: 30px;
}

/* slide2 */
#slideshow #slidesContainer .slide2 {
    background: url(../../images/slide_find_tenant_lyrp_2.jpg?1) no-repeat center top;
}

#slideshow #slidesContainer .slide2 .slide_inner:before {
    content: url(/images/icon011.png);
}

/* slide3 */
#slideshow #slidesContainer .slide3 {
    background: url(../../images/slide_select_right_tenant_3.jpg?1) no-repeat center top;
}

#slideshow #slidesContainer .slide3 .slide_inner {
    width: 500px;
}

#slideshow #slidesContainer .slide3 .slide_inner:before {
    content: url(/images/icon081.png);
}

/* slide14 */
#slideshow #slidesContainer .slide14 {
    background: url(../../images/slide_rent_estimation.jpg?1) no-repeat center top;
}

#slideshow #slidesContainer .slide14 .slide_inner {
    width: 500px;
}

#slideshow #slidesContainer .slide14 .slide_inner:before {
    content: url(/images/rental_price_logo_74.png);
}

/* slide4 */
#slideshow #slidesContainer .slide4 {
    background: url(../../images/slide_collect_rent_online_4.jpg?1) no-repeat center top;
}

#slideshow #slidesContainer .slide4 .slide_inner {
    width: 500px;
}

#slideshow #slidesContainer .slide4 .slide_inner:before {
    content: url(/images/icon051.png);
}

/* slide5 */
#slideshow #slidesContainer .slide5 {
    background: url(../../images/slide_rent_increase_5.jpg) no-repeat center top;
}

#slideshow #slidesContainer .slide5 .slide_inner {
    width: 500px;
}

#slideshow #slidesContainer .slide5 .slide_inner:before {
    content: url(/images/icon061.png);
}

/* slide6 */
#slideshow #slidesContainer .slide6 {
    background: url(../../images/slide_security_deposit_6.jpg) no-repeat center top;
}

#slideshow #slidesContainer .slide6 .slide_inner {
    width: 500px;
}

#slideshow #slidesContainer .slide6 .slide_inner:before {
    content: url(/images/icon071.png);
}

/* slide7 */
#slideshow #slidesContainer .slide7 {
    background: url(../../images/slide_become_best_candidate_7.jpg) no-repeat center top;
}

#slideshow #slidesContainer .slide7 .slide_inner {
    width: 500px;
}

#slideshow #slidesContainer .slide7 .slide_inner:before {
    content: url(/images/icon171.png);
}

/* slide8 */
#slideshow #slidesContainer .slide8 {
    background: url(../../images/slide_pay_rent_online_8.jpg) no-repeat center top;
}

#slideshow #slidesContainer .slide8 .slide_inner {
    width: 390px;
}

#slideshow #slidesContainer .slide8 .slide_inner:before {
    content: url(/images/icon181.png);
}

/* slide9 */
#slideshow #slidesContainer .slide9 {
    background: url(../../images/slide_end_to_end_9.jpg) no-repeat center top;
}

#slideshow #slidesContainer .slide9 .slide_title {
    color: #434343;
    font-size: 32px;
    text-transform: uppercase;
    position: absolute;
    top: 35%;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    text-align: center;
    padding-top: 45px;
}

#slideshow #slidesContainer .slide9 .slide_title:before {
    content: url(/images/icon121.png);
    position: absolute;
    top: 0;
    left: 50%;
    height: 74px;
    margin: -40px 0 0 -40px;
    margin-bottom: 20px;
    border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

#slideshow #slidesContainer .slide9 .slide_title span {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 10px;
    display: block;
    color: #A1A1A2;
    text-transform: none;
}

#slideshow #slidesContainer .slide9 .btns_cont {
    position: absolute;
    bottom: 110px;
    text-align: center;
    left: 0;
    right: 0;
}

#slideshow #slidesContainer .slide9 .btns_cont .btn {
    text-transform: uppercase;
    font-size: 14px;
}

/* slide10 */
#slideshow #slidesContainer .slide10 {
    background: url(../../images/slide_website_integration_10.jpg) no-repeat center top;
}

#slideshow #slidesContainer .slide10 .slide_title {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    position: absolute;
    top: 35%;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    text-align: center;
    padding-top: 45px;
}

#slideshow #slidesContainer .slide10 .slide_title:before {
    content: url(/images/icon141.png);
    position: absolute;
    top: 0;
    left: 50%;
    height: 76px;
    margin: -40px 0 0 -40px;
    margin-bottom: 20px;
    border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

#slideshow #slidesContainer .slide10 .slide_title span {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 10px;
    display: block;
    color: #fff;
    text-transform: none;
}

#slideshow #slidesContainer .slide10 .btns_cont {
    position: absolute;
    bottom: 110px;
    text-align: center;
    left: 0;
    right: 0;
}

#slideshow #slidesContainer .slide10 .btns_cont .btn {
    text-transform: uppercase;
    font-size: 14px;
}

/* slide11 */
#slideshow #slidesContainer .slide11 {
    background: url(../../images/slide_white_label_11.jpg) no-repeat center top;
}

#slideshow #slidesContainer .slide11 .slide_title {
    color: #000;
    font-size: 32px;
    text-transform: uppercase;
    position: absolute;
    top: 35%;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    text-align: center;
    padding-top: 45px;
}

#slideshow #slidesContainer .slide11 .slide_title:before {
    content: url(/images/icon151.png);
    position: absolute;
    top: 0;
    left: 50%;
    height: 76px;
    margin: -40px 0 0 -40px;
    margin-bottom: 20px;
    border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

#slideshow #slidesContainer .slide11 .slide_title span {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 10px;
    display: block;
    color: #000;
    text-transform: none;
}

#slideshow #slidesContainer .slide11 .btns_cont {
    position: absolute;
    bottom: 110px;
    text-align: center;
    left: 0;
    right: 0;
}

#slideshow #slidesContainer .slide11 .btns_cont .btn {
    text-transform: uppercase;
    font-size: 14px;
}

/* slide12 */
#slideshow #slidesContainer .slide12 {
    background: url(../../images/slide_agent_broker_12.jpg) no-repeat center top;
}

#slideshow #slidesContainer .slide12 .slide_title {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    position: absolute;
    top: 35%;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    text-align: center;
    padding-top: 45px;
}

#slideshow #slidesContainer .slide12 .slide_title:before {
    content: url(/images/icon161.png);
    position: absolute;
    top: 0;
    left: 50%;
    height: 76px;
    margin: -40px 0 0 -40px;
    margin-bottom: 20px;
    border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

#slideshow #slidesContainer .slide12 .slide_title span {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 10px;
    display: block;
    color: #fff;
    text-transform: none;
}

#slideshow #slidesContainer .slide12 .btns_cont {
    position: absolute;
    bottom: 110px;
    text-align: center;
    left: 0;
    right: 0;
}

#slideshow #slidesContainer .slide12 .btns_cont .btn {
    text-transform: uppercase;
    font-size: 14px;
}

/*find_next_home*/
#slideshow #slidesContainer .slide13 {
    text-align: center;
    background: url(../../images/slide_find_next_home.jpg) no-repeat center top;
}

#slideshow #slidesContainer .slide13 .slide_inner {
    top: 205px;
}

#slideshow #slidesContainer .slide13 .slide_inner:before {
    content: url(/images/icon091.png);
}

/*#slideshow #slidesContainer .slide13 .slide_title {*/
/*color: #fff;*/
/*font-size: 36px;*/
/*font-weight: bold;*/
/*text-shadow: 0 0 20px rgba(0, 0, 0, .3);*/
/*text-transform: uppercase;*/
/*position: absolute;*/
/*top: 50%;*/
/*width: 60%;*/
/*left: 50%;*/
/*margin-left: -30%;*/
/*margin-top: -1em;*/
/*text-align: center;*/
/*letter-spacing: 1px;*/
/*}*/

/*#slideshow #slidesContainer .slide13 .slide_title span {*/
/*font-weight: normal;*/
/*font-size: 16px;*/
/*line-height: 1.4em;*/
/*margin-top: 10px;*/
/*display: block;*/
/*color: #fff;*/
/*text-transform: none;*/
/*letter-spacing: 0;*/
/*}*/

/*#slideshow #slidesContainer .slide13 .btns_cont {*/
/*position: absolute;*/
/*bottom: 110px;*/
/*text-align: center;*/
/*left: 0;*/
/*right: 0;*/
/*}*/

/*#slideshow #slidesContainer .slide13 .btns_cont .btn {*/
/*text-transform: uppercase;*/
/*font-size: 14px;*/
/*}*/

/* Middle
-----------------------------------------------------------------------------*/
#content {
    overflow: hidden;
}

#content .inner {
    max-width: 1200px;
    padding: 0 0 40px; /*width: auto; min-width: 960px; max-width: 1200px;*/
}

h1, h2, h4, h3 {
    color: #444444;
    font-weight: 400;
}

#content h1, #content h2 {
    text-align: center;
    margin: 0 auto;
    padding: 25px 0 10px;
}

#content h1 {
    font-size: 3.0em;
    text-transform: uppercase;
}

#content h2 {
    font-size: 2.6em;
}

#content h3 {
    font-size: 2.0em;
}

#content h4 {
    font-size: 2.4em;
}

/* */
.catalog {
    margin: 20px auto 0px auto; /*width: 960px;*/
}

.catalog .item {
    width: 208px;
    background: #FFFFFF;
    display: inline-block;
    vertical-align: top;
    margin: 10px 12px;
    border: 2px solid #ced0d2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding: 15px 0 15px;
    font-weight: 400;
    -webkit-box-shadow: 0px 2px 3px rgba(235, 235, 235, 1);
    -moz-box-shadow: 0px 2px 3px rgba(235, 235, 235, 1);
    box-shadow: 0px 2px 3px rgba(235, 235, 235, 1);
}

.catalog .item.silo1 {
    border-color: #eb444b;
}

.catalog .item.silo2 {
    border-color: #f4be3a;
}

.catalog .item.silo3 {
    border-color: #8c9497;
}

.catalog .item.silo4 {
    border-color: #88725b;
}

.catalog .item .item_title {
    color: #666666;
    font-size: 1.4em;
    font-weight: 600;
    padding: 0 20px 35px;
    line-height: 1.2;
    height: 40px;
}

.catalog .item .item_title a {
    color: #666666;
    text-decoration: none;
    font-size: 1.3em;
    letter-spacing: 1px;
}

.catalog .item .item_pic {
    height: 84px;
}

.catalog .item .item_desc {
    font-size: 1.2em;
    padding: 0 10px;
    height: 55px;
    margin: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalog .item a.btn {
    margin: 20px auto;
    min-width: 150px;
    line-height: 2 !important;
    padding: 6px;
    text-decoration: none !important;
    font-size: 1.4em;
}

.catalog .item a {
    font-size: 1.1em; /*color: #999999;*/
    text-decoration: underline;
}

.catalog .item a:hover {
    text-decoration: none;
}

.catalog .item.item_type2, .catalog .item_type2 {
    background: transparent;
    border-color: transparent;
    padding: 0;
}

.catalog .item_type2 h3 {
    margin: 0;
    padding: 0;
    line-height: 40px;
}

.catalog .item_type2 .item {
    height: 230px;
    padding: 10px 0;
}

.catalog .item_type2 .item ul {
    margin: 0;
    padding: 0 20px;
    text-align: left;
    font-size: 1.1em;
}

.catalog .item_type2 .item li {
    border-bottom: 1px solid #dedede;
}

.catalog .item_type2 .item li:last-child {
    border-bottom: 0px solid #dedede;
}

.catalog .item_type2 .item li a {
    text-decoration: none;
    display: block;
    color: #666666;
    padding: 5px 20px 5px 0;
    background: url(../../images/li_arrow.gif) no-repeat 100% 50%;
}

.catalog .item_type2 .item li a:hover {
    color: #333333;
}

.catalog .item:hover {
    border-color: #f4740f;
}

.catalog .item a.btn:hover, .catalog .item:hover a.btn {
    color: #ffffff !important;
    text-shadow: 0 1px 0 rgba(134, 71, 17, 0.5);
    border-color: #c64a0c;
    background: #fa861f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhODYxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYzY4MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fa861f 0%, #ec6807 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa861f), color-stop(100%, #ec6807));
    background: -webkit-linear-gradient(top, #fa861f 0%, #ec6807 100%);
    background: -o-linear-gradient(top, #fa861f 0%, #ec6807 100%);
    background: -ms-linear-gradient(top, #fa861f 0%, #ec6807 100%);
    background: linear-gradient(to bottom, #fa861f 0%, #ec6807 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa861f', endColorstr='#ec6807', GradientType=0);
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.15);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.15);
}

.btn_green {
    padding: 5px 15px;
}

/**/
.catalog_block .catalog2 {
    padding-bottom: 50px;
}

.catalog_block h1._min {
    text-transform: none !important;
    font-size: 22px !important;
    line-height: 1.4em;
    padding-bottom: 30px !important;
}

.catalog_block .under {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 60px;
    color: #A0A0A0;
    text-align: center;
}

.slide11 .catalog_block {
    border-top: 1px solid #E8E8E8;
}

.catalog2 {
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.catalog2 .separator._vertical {
    display: inline-block;
    margin: 0 75px;
    height: 260px;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}

.catalog2 .separator._vertical:after {
    content: '';
    height: 100%;
    display: inline-block;
    width: 0;
    vertical-align: middle;
}

.catalog2 .separator._vertical > span {
    display: inline-block;
    font-size: 16px;
    line-height: 1em;
    position: relative;
    vertical-align: middle;
}

.catalog2 .separator._vertical > span:before,
.catalog2 .separator._vertical > span:after {
    content: '';
    border-left: 2px solid #E5E5E5;
    height: 45px;
    position: absolute;
    left: 50%;
    margin-left: -1px;
}

.catalog2 .separator._vertical > span:before {
    bottom: 100%;
    margin-bottom: 10px;
}

.catalog2 .separator._vertical > span:after {
    top: 100%;
    margin-top: 10px;
}

.catalog2 .separator._vertical .actions {
    position: absolute;
    top: 100%;
    width: 140px;
    left: 50%;
    margin-left: -70px;
    margin-top: -30px;
}

.catalog2 .separator._vertical .actions a {
    font-size: 14px;
    line-height: 1em;
    color: #9AC7E0;
    display: inline-block;
}

.catalog2 .separator._vertical .actions a + a {
    margin-top: 10px;
}

.catalog2 .separator._vertical .actions .item_link._border {
    font-size: 14px;
    line-height: 1em;
    border: 1px solid #2C98C8;
    color: #2C98C8;
    background: #fff;
    padding: 5px 15px 8px 15px;
    border-radius: 20px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

.catalog2 .separator._vertical .actions .item_link._border span,
.catalog2 .separator._vertical .actions .item_link._border:after {
    display: inline-block;
    vertical-align: middle;
}

.catalog2 .separator._vertical .actions .item_link._border:after {
    content: url(../../images/icons/icon_arrow_to_right2_blue.png);
    margin-left: 10px;

}

.catalog2 .separator._vertical .actions .item_link._border:hover {
    background: #2C98C8;
    color: #fff;
}

.catalog2 .separator._vertical .actions .item_link._border:hover:after {
    content: url(../../images/icons/icon_arrow_to_right2_white.png);
}

.catalog2 .item {
    display: inline-block;
    /*float: left;*/
    /*width: 200px;*/
    padding: 20px 8px;
    border: 2px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    vertical-align: top;
}

.catalog2._five .item {
    width: 200px;
}

.catalog2 .item + .item {
    margin-left: 20px;
}

.catalog2._five .item + .item {
    margin-left: 0;
}

.catalog2 .item:hover {
    border-color: #E5E5E5;
}

.catalog2 .item .item_pic {
    margin-bottom: 15px;
}

.catalog2 .item .item_title {
    font-size: 15px;
    line-height: 1.2em;
    margin: 0 0 15px 0;
    color: #434343;
    font-weight: bold;
}

.catalog2 .item .item_title a {
    color: #434343;
}

.catalog2 .item .item_desc {
    font-size: 13px;
    line-height: 1.4em;
    color: #959595;
    margin-bottom: 15px;
}

.catalog2 .item .item_desc a {
    color: #2C98C8;
    text-decoration: none;
}

.catalog2 .item .item_desc a:hover {
    text-decoration: underline;
}

.catalog2 .item .item_link {
    font-size: 16px;
    line-height: 1em;
    color: #2C98C8;
    display: inline-block;
    padding: 5px 15px 8px 15px;
    border-radius: 20px;
    font-weight: bold;
    text-decoration: none;
}

.catalog2 .item .item_link span,
.catalog2 .item .item_link:after {
    display: inline-block;
    vertical-align: middle;
}

.catalog2 .item .item_link:after {
    content: url(../../images/icons/icon_arrow_to_right2_blue.png);
}

.catalog2 .item .item_link:hover:after {
    content: url(../../images/icons/icon_arrow_to_right2_white.png);
}

.catalog2 .item .item_link:hover {
    background: #2C98C8;
    color: #fff;
}

.catalog2 .item .item_link:active {
    background: #2786af;
    background-color: #2786af;
    color: #fff;
}

.catalog2 .item .item_link:active:after {
    content: url(../../images/icons/icon_arrow_to_right2_white.png);
}

/**/
/**/
.landlording_block {
    padding: 43px 0 52px;
}

/* */
.points {
    margin: 20px auto 30px;
}

.points .item {
    width: 31%;
    float: left;
    margin: 0 1%;
    text-align: center;
    font-size: 1.4em;
}

.points .item .item_pic {
    _height: 215px;
}

.points .item .item_pic img {
    width: 90%;
    max-width: 325px;
    max-height: 333px;
}

.points .item h4 {
    font-size: 1.571em !important;
    color: #539b49;
    font-weight: 400;
    text-transform: uppercase;
    margin: 20px 0 10px;
}

.points .item p {
    margin: 0px 20px 15px;
}

.points .item a {
    font-size: 0.857em;
}

/* */
.review_list {
    position: relative;
    margin: 0px auto 0;
    font-weight: 400; /*width: 960px;*/
}

.review_list .item {
    float: left;
    width: 45%;
    margin: 10px 2% 10px 3%;
    position: relative;
}

.review_list .item .item_pic {
    float: left;
    margin: 0 0px 0 0;
    border: 1px solid #c3c3c3;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;
    -webkit-box-shadow: 0px 2px 4px #bbbbbb;
    -moz-box-shadow: 0px 2px 4px #bbbbbb;
    box-shadow: 0px 2px 4px #bbbbbb;
}

.review_list .item .item_pic img {
    width: 96px;
    height: 96px;
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;
}

.review_list .item .item_desc {
    overflow: hidden;
    font-size: 1.3em;
    color: #444444;
    padding: 0 0px 0px 15px;
}

.review_list .item .item_desc p {
    line-height: 1.4;
    color: #000000;
    border: 2px solid #c3c3c3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px 7px;
    position: relative;
}

.review_list .item .item_desc p:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 50%;
    margin: -7px 0 0 -15px;
    border: 7px solid transparent;
    border-right-color: #c3c3c3;
    z-index: 0;
}

.review_list .item .item_desc p:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 50%;
    margin: -5px 0 0 -10px;
    border: 5px solid transparent;
    border-right-color: #ffffff;
    z-index: 10;
}

.review_list .item .item_desc .item_author {
    padding-left: 10px;
}

.see_all {
    text-align: center;
    font-size: 1.3em;
    padding-top: 15px;
}

.see_all a {
    text-decoration: underline;
}

.see_all a:hover {
    text-decoration: none;
}

/* */

.banner {
    width: 100%;
    max-width: 1040px;
    background-color: #344248;
    margin: 60px auto;
    display: block;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.banner._min {
    width: 690px;
}

.banner._brown {
    background: #604833;
}

.banner .banner_inner {
    padding: 40px 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: justify;
    text-align-last: justify;
    font-size: 0;
}

.banner._min .banner_inner {
    padding: 25px 35px;
}

.banner .banner_inner h4 {
    font-size: 26px !important;
    line-height: 1.4em;
    display: inline-block;
    vertical-align: middle;
    max-width: 480px;
    float: none;
    margin: 0;
    text-align: left;
    text-align-last: left;
    color: #FFFFFF;
    font-weight: 400;
}

.banner._min .banner_inner h4 {
    font-size: 18px !important;
}

.banner .banner_inner .banner_btn {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    text-align-last: center;
    margin: 0;
    padding: 0 25px;
    line-height: 44px;
    font-size: 16px;

}

.banner_btn span {
    font-size: 22px;
    font-weight: normal;
}

.banner .banner_inner:after {
    content: '';
    width: 100%;
    display: inline-block;
    height: 0;
}

/* sliderPageContent */
#sliderPageContent hr {
    margin-left: -100px;
    margin-right: -100px;
}

#sliderPageContent .sliderPageContent {
    display: none;
}

#sliderPageContent .sliderPageContent h1.title {
    font-size: 2.0em;
    color: #0b9444;
    text-transform: none;
    padding: 0;
    margin: 0 0 25px;
}

#sliderPageContent .sliderPageContent .benefits_block h1.title {
    color: #604833;
}

.sliderPageContent_tabs {
    padding-bottom: 40px;
    border: 0 !important;
    background-color: transparent !important;
    margin-bottom: 10px;
}

.sliderPageContent_tabs_ul {
    border: 0 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent !important;
    width: 478px;
    display: block;
    overflow: visible;
    margin: 31px auto 40px !important;
    padding: 0 !important;
    position: relative;
    font-weight: normal;
}

.sliderPageContent_tabs_ul li {
    min-width: 237px;
    height: 48px !important;
    display: inline-block;
    float: left;
    overflow: visible;
    cursor: pointer !important;
    border: 1px solid #D0D0D0 !important;
    border-radius: 0;
    background-color: #ffffff;
    *background-color: #eeeeee;
    background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeeee));
    background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
    background-image: linear-gradient(top, #ffffff, #eeeeee);
    background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#DBDBDB', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    *zoom: 1;
    margin: 0 !important;
    padding: 0px !important;
    font-size: 20px !important;
    line-height: 47px !important;
    color: #73787c;
    text-shadow: 0 1px 0 #FFFFFF;
    text-decoration: none;
    text-align: center;
}

.sliderPageContent_tabs_ul li:first-child {
    border-right: 0 none !important;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.sliderPageContent_tabs_ul li:last-child {
    border-left: 0 none !important;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.sliderPageContent_tabs_ul li:hover {
    background-color: #E9E9E9;
    background-position: 0 -48px;
    border-left-color: #E9E9E9;
    transition: background-position 0.1s linear 0s;
    color: #73787c !important;
}

.sliderPageContent_tabs_ul li:hover a {
    color: #73787c !important;
}

.sliderPageContent_tabs_ul li a {
    display: block;
    padding: 0 !important;
    line-height: 47px !important;
    float: none !important;
}

.sliderPageContent_tabs_ul li.ui-tabs-active {
    background-color: #74797d;
    *background-color: #84898d;
    background-image: -ms-linear-gradient(top, #74797d, #84898d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#74797d), to(#84898d));
    background-image: -webkit-linear-gradient(top, #74797d, #84898d);
    background-image: -o-linear-gradient(top, #74797d, #84898d);
    background-image: linear-gradient(top, #74797d, #84898d);
    background-image: -moz-linear-gradient(top, #74797d, #84898d);
    color: #ffffff;
    text-shadow: 0 1px 0 #555555;
    position: relative;
    border: 1px solid #63676a !important;
}

.sliderPageContent_tabs_ul li.ui-tabs-active:hover {
    transition: none;
    color: #ffffff !important;
}

.sliderPageContent_tabs_ul li.ui-tabs-active:hover a {
    color: #ffffff !important;
}

.sliderPageContent_tabs_ul li.ui-tabs-active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #84898d;
    top: 48px;
    left: 50%;
    margin-left: -8px; /* adjust for border width */
}

.sliderPageContent_tabs_ul li.ui-tabs-active:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #63676a;
    top: 48px;
    left: 50%;
    margin-left: -10px; /* adjust for border width */
}

.hiw_block {
    font-size: 16px;
    line-height: 1.2em;
}

.hiw_block .separator {
    font-size: 16px;
    line-height: 1em;
    color: #4B4B4B;
    text-align: center;
    margin: -30px 0 30px 0;
}

.hiw_block .separator span {
    display: inline-block;
    position: relative;
}

.hiw_block .separator span:before,
.hiw_block .separator span:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 170px;
    border-top: 1px solid #E5E5E5;
}

.hiw_block .separator span:before {
    right: 100%;
    margin-right: 20px;
}

.hiw_block .separator span:after {
    left: 100%;
    margin-left: 20px;
}

.hiw_block .lease_application,
.hiw_block .rent_estimation {
    max-width: 800px;
    padding: 55px 0 30px 0;
    background: #F3F3F3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 90px auto 50px auto;
    text-align: center;
    position: relative;
}

.hiw_block .lease_application:before {
    content: url(/new/images/landings/icon_lease_application.png);
    position: absolute;
    top: 0;
    left: 50%;
    margin: -35px 0 0 -35px;
}

.hiw_block .lease_application._icon2:before {
    content: url(/new/images/landings/icon_dashboards.png);
}

.hiw_block .rent_estimation.icon_rent_estimation:before {
    content: url(/new/images/landings/icon_rent_estimation.png);
    position: absolute;
    top: 0;
    left: 50%;
    margin: -35px 0 0 -35px;
}

.hiw_block .lease_application .title {
    font-size: 18px;
    line-height: 1.2em;
    color: #000;
    margin-bottom: 35px;
}

.hiw_block .rent_estimation .title {
    font-size: 18px;
    line-height: 1.2em;
    color: #1986ac;
    margin-bottom: 35px;
    font-weight: bold;
}

.hiw_block .lease_application .desc {
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 20px;
}

.hiw_block .lease_application .desc small {
    font-size: 14px;
    line-height: 1em;
}

.hiw_block p {
    margin-bottom: 2em;
}

.hiw_block .btn {
    font-size: 13px;
}

.hiw_block .btn.btn_orange {
    font-size: 16px;
    padding: 3px 30px;
}

.hiw_block .big_link {
    font-size: 1.2em;
    color: #0076a3;
    text-decoration: underline;
    position: relative;
    display: inline-block;
    margin: 30px 0 30px;
}

.hiw_block .big_link:hover {
    text-decoration: none;
}

.hiw_block h5 {
    color: #513922;
    font-size: 1.38em;
    font-weight: normal;
    margin: 40px auto 30px;
    text-align: center;
}

.hiw_block h6 {
    color: #513922;
    font-size: 1.24em;
    font-weight: normal;
    margin-bottom: 8px;
}

.hiw_block .benefits_items {
    text-align: center;
    margin-bottom: 20px;
}

.hiw_block .benefits_items .benefits_item {
    display: inline-block;
    text-align: center;
    margin: 0 20px 20px;
    width: 160px;
    vertical-align: top;
}

.hiw_block .benefits_items {
    text-align: center;
    margin-bottom: -11px;
    background: #F8FAFB;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 40px 0;
    position: relative;
}

.hiw_block .benefits_items._full-width:before,
.hiw_block .benefits_items._full-width:after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    background: #F8FAFB;
    width: 100%;
}

.hiw_block .benefits_items._full-width:before {
    right: 100%;
}

.hiw_block .benefits_items._full-width:after {
    left: 100%;
}

.hiw_block .benefits_items .title {
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #513922;
}

.hiw_block .benefits_items .benefits_item {
    display: inline-block;
    text-align: center;
    width: 230px;
    vertical-align: top;
    font-size: 16px;
    color: #513922;
}

.hiw_block .benefits_items._wauto .benefits_item {
    width: auto !important;
    min-width: 185px;
}

.hiw_block .benefits_items .benefits_item .img {
    margin-bottom: 20px;
}

.hiw_block .benefits_items .actions {
    margin-top: 50px;
}

.slide_hiw {
    padding: 0;
    border: 0;
    background: none;
    font-family: inherit;
    font-size: 1em;
    width: 806px;
    margin: 0 auto;
}

.slide_hiw .slide_hiw_tab {
    background: none;
    padding: 0 !important;
    border: 0;
    margin-right: -11px !important;
    position: relative;
    z-index: 20;
}

.slide_hiw .slide_hiw_tab li {
    margin: 0 10px -1px 0 !important;
    font-weight: 400 !important;
    padding-bottom: 0 !important;
}

.slide_hiw .slide_hiw_tab .ui-state-default {
    border: 1px solid #cccecf;
    background: #dcdedf;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.slide_hiw .slide_hiw_tab .ui-state-hover, .slide_hiw .slide_hiw_tab .ui-state-active {
    border-color: #cccecf;
    border-bottom-color: #ffffff;
    background: #ffffff;
    color: #0b9444 !important;
    text-shadow: none;
}

.slide_hiw .slide_hiw_tab li a {
    padding: 0 !important;
    display: block;
    height: 43px;
    line-height: 43px;
    min-width: 260px;
    text-align: center;
    font-size: 1.38em;
}

.slide_hiw .slide_hiw_tab .ui-state-default a {
    color: #74797d !important;
}

.slide_hiw .slide_hiw_tab .ui-state-hover a, .slide_hiw .slide_hiw_tab .ui-state-active a {
    color: #0b9444 !important;
}

.slide_hiw .slide_hiw_tab i {
    display: inline-block;
    width: 14px;
    height: 10px;
    line-height: 21px;
    font-size: 1px;
}

.slide_hiw .slide_hiw_tab i.icon_video {
    background: url(../../images/icons/icon_video.png) no-repeat 0 0;
}

.slide_hiw .slide_hiw_tab .ui-state-hover i.icon_video, .slide_hiw .slide_hiw_tab .ui-state-active i.icon_video {
    background: url(../../images/icons/icon_video_active.png) no-repeat 0 0;
}

.slide_hiw .slide_hiw_tab i.icon_process {
    background: url(../../images/icons/icon_process.png) no-repeat 0 0;
}

.slide_hiw .slide_hiw_tab .ui-state-hover i.icon_process, .slide_hiw .slide_hiw_tab .ui-state-active i.icon_process {
    background: url(../../images/icons/icon_process_active.png) no-repeat 0 0;
}

.slide_hiw .slide_hiw_tab i.icon_faq {
    background: url(../../images/icons/icon_faq.png) no-repeat 0 0;
}

.slide_hiw .slide_hiw_tab .ui-state-hover i.icon_faq, .slide_hiw .slide_hiw_tab .ui-state-active i.icon_faq {
    background: url(../../images/icons/icon_faq_active.png) no-repeat 0 0;
}

.slide_hiw .content_block {
    padding: 0;
    -webkit-box-shadow: 0px 2px 3px rgba(218, 218, 218, 1);
    -moz-box-shadow: 0px 2px 3px rgba(218, 218, 218, 1);
    box-shadow: 0px 2px 3px rgba(218, 218, 218, 1);
}

.process_steps {
}

.process_steps .process_step {
    min-height: 66px;
    padding: 30px 0 30px 70px;
    border-bottom: 1px solid #cccecf;
    position: relative;
    z-index: 10
}

.process_steps .process_step:before {
    content: url("../../images/steps_next.png");
    position: absolute;
    left: 92px;
    bottom: -17px;
}

.process_steps .process_step:last-child:before {
    display: none;
}

.process_steps .process_step:nth-child(even) {
    background-color: #f2f2f2;
    z-index: 0;
}

.process_steps .process_step .process_step_number {
    font-size: 36px;
    color: #0b9444;
    text-align: center;
    height: 64px;
    line-height: 60px;
    width: 66px;
    _background-color: #ffffff;
    border: 1px solid #0b9444;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;
    margin-right: 30px;
    margin-top: 5px;
    float: left;
}

.process_steps .process_step .process_step_title {
    display: table-cell;
    width: 265px;
    height: 66px;
    vertical-align: middle;
    color: #0b9444;
    font-size: 20px;
    padding-right: 30px;
}

.process_steps .process_step .process_step_inner {
    display: table-cell;
}

.process_steps .process_step .process_step_inner .process_step_info {
    width: 110px;
    text-align: center;
    color: #74797d;
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
}

.process_steps .process_step .process_step_inner .process_step_info img {
    margin: 0px auto 3px;
}

.process_steps .process_step1_1 {
    color: #0b9444;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 28px;
    margin-top: -14px;
    text-align: center;
    background-color: #dee0e1;
    border-top: 1px solid #cccecf;
    border-bottom: 1px solid #cccecf;
}

.slide2 .process_steps .process_step .process_step_title {
    width: 210px;
}

.slide2 .process_steps .process_step .process_step_inner .process_step_info {
    width: 95px;
}

.faq_list {
    margin: 20px 100px;
}

.faq_list .faq_item {
    margin: 0 0 20px;
    position: relative;
}

.faq_list .faq_item .question {
    display: block;
}

.faq_list .faq_item .answer {
    display: none;
    font-size: 14px;
    color: #74797d;
}

.faq_list .faq_item h4 {
    font-size: 16px !important;
    font-weight: bold;
    margin: 0 0 4px 0;
    line-height: 1.2;
    position: relative;
    cursor: pointer;
}

.faq_list .faq_item h4:before {
    position: absolute;
    left: -22px;
    top: -2px;
}

.faq_list .faq_item h4.question_open {
    color: #0b9444 !important;
}

.faq_list .faq_item h4.question_open:before {
    content: url("../../images/faqlist_open.png") !important;
    top: 0px !important;
}

.faq_list .faq_item h4.question {
    color: #444444;
}

.faq_list .faq_item h4.question:before {
    content: url("../../images/faqlist_close.png");
    top: -2px;
}

.benefits_block {
    padding: 0 !important;
}

.hiw_block > .title,
.benefits_block > .title {
    font-size: 22px;
    line-height: 1em;
    font-weight: bold;
    color: #9E7756;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.hiw_block > .title span,
.benefits_block > .title span {
    display: inline-block;
    padding: 13px 0;
}

.hiw_block > .title2 {
    padding: 25px 0 0 0;
    font-size: 22px;
    line-height: 1.2em;
    text-align: center;
    color: #000;
}

.hiw_block > .sub_title,
.benefits_block > .sub_title {
    font-size: 16px;
    line-height: 1.2em;
    color: #9E7756;
    text-align: center
}

.benefits_block h5 {
    color: #4b433d;
    font-size: 1.14em;
    font-weight: bold;
}

.benefits_block h6 {
    color: #9E7756;
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 8px;
}

.benefits_block p {
    color: #9C9C9C;
    font-size: 14px;
    line-height: 1.4em;
    margin: 0;
}

.benefits_block table.benefits_item {
    width: 100%;
    margin: 35px 0 50px;
}

.benefits_block table.benefits_item td {
    vertical-align: middle;
    padding-bottom: 80px;
}

.benefits_block table.benefits_item tr.padding_small td {
    padding-bottom: 25px;
}

.benefits_block table.benefits_item tr.no_padding td {
    padding-bottom: 0;
}

.benefits_block table.benefits_item td:nth-child(odd) {
    padding-right: 30px;
    width: 10%;
}

.benefits_block table.benefits_item td:nth-child(even) {
    width: 40%;
    padding-right: 40px;
}

.benefits_block table.benefits_item .note {
    font-size: 0.8em;
    color: #9C9C9C;
}

.benefits_block .show_more, .benefits_block .hide_more {
    font-size: 1.15em;
    color: #0076a3;
    text-decoration: underline;
    position: relative;
    display: inline-block;
}

.benefits_block .show_more:before {
    content: '\25BA';
    position: absolute;
    left: -25px;
    text-decoration: none;
}

.benefits_block .hide_more:before {
    content: '\25BC';
    position: absolute;
    left: -25px;
    text-decoration: none;
}

.benefits_block .more_block {
    width: 670px;
    margin: 0 auto;
    font-size: 14px;
}

.benefits_block .more_block ul {
    margin: 0;
    padding: 30px 0 0 20px;
    list-style: disc;
}

.benefits_block .more_block ul li {
    padding: 0 0 15px 15px;
}

.sliderPageContent_tabs .catalog_block {
    border-top: 1px solid #cccccc !important;
    font-size: 10px;
    margin-top: 70px;
    padding-top: 20px;
}

.sliderPageContent_tabs .banner {
    font-size: 10px;
}

.sliderPageContent_tabs .banner .banner_inner {
    padding: 1.5% 3.5% 1.5% 6%;
}

.sliderPageContent_tabs .banner .banner_btn {
    line-height: 1.5;
    padding: 5px 20px;
    font-weight: normal
}

.sliderPageContent_tabs .benefits_block .banner {
    background-color: #604833;
    margin-top: 40px;
}

.sliderPageContent_tabs .benefits_block .banner h4 {
    margin: 15px 10px 15px 0;
}

#slide2_tabs-benefits .banner .pull-right {
    padding-top: 22px;
}

#slide4_tabs-benefits .banner .pull-right {
    padding-top: 14px;
}

#slide5_tabs-benefits .banner .pull-right {
    padding-top: 14px;
}

.video_frame {
    padding: 22px;
    text-align: center;
}

.ad_text {
    height: 65px;
    padding-top: 0;
    margin: 30px auto 0;
    font-size: 3em;
    color: #f1bd2c;
    padding-right: 280px;
    background: url(/new/images/save_50prc_index.png) no-repeat right top;
    display: inline-block;
}

.ad_text > .ad_text_2 {
    font-size: 0.5em;
    color: #777777;
    text-align: left;
}

.landing_tabs.ui-tabs {
    padding: 0;
    background: none;
    border: none
}

.landing_tabs.ui-tabs .ui-tabs-nav {
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
}

.landing_tabs.ui-tabs .ui-tabs-nav li {
    margin: 0;
    background: none;
    border: none;
    float: none;
}

.landing_tabs > ul {
    border-bottom: 2px solid #E5E5E5;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.landing_tabs > ul li {
    display: inline-block;
}

.landing_tabs > ul li a,
.landing_tabs.ui-tabs ul.ui-tabs-nav li a {
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #434343;
    padding: 15px 0;
    position: relative;
    border-bottom: 2px solid transparent;
    margin-bottom: -3px;
    float: none;
    font-weight: normal;
}

.landing_tabs > ul li a:after {
    content: '';
    position: absolute;
    display: none;
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
    border: solid transparent;
    pointer-events: none;
    border-color: rgba(100, 184, 69, 0);
    border-top-color: #64B845;
    border-width: 10px;
    margin-left: -10px;
}

.landing_tabs.ui-tabs ul.ui-tabs-nav li.ui-state-active {
    text-shadow: none;
}

.landing_tabs > ul li.ui-state-active a:after {
    display: block;
}

.landing_tabs > ul li a:hover,
.landing_tabs.ui-tabs ul.ui-tabs-nav li.ui-state-active a,
.landing_tabs.ui-tabs ul.ui-tabs-nav li a:hover {
    text-decoration: none;
    color: #64B845;
    border-bottom-color: #64B845;
}

.landing_tabs > ul li + li,
.landing_tabs.ui-tabs ul.ui-tabs-nav li + li {
    margin-left: 30px;
}

.landing_tabs .catalog2 {
    padding: 40px 0;
    text-align: center;
}

.slide_blocks_tabs.ui-tabs {
    padding: 0;
    background: none;
    border: none;
}

.slide_blocks_tabs.ui-tabs .ui-tabs-nav {
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    margin: 40px 0 30px 0;

}

.slide_blocks_tabs.ui-tabs .ui-tabs-nav li {
    margin: 0;
    background: none;
    border: none;
    float: none;
}

.slide_blocks_tabs > ul {
    border: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.slide_blocks_tabs > ul li,
.slide_blocks_tabs.ui-tabs ul.ui-tabs-nav li {
    border: 1px solid #C2C2C2;
    display: inline-block;
}

.slide_blocks_tabs > ul li + li,
.slide_blocks_tabs.ui-tabs ul.ui-tabs-nav li + li {
    margin-left: -1px;
}

.slide_blocks_tabs > ul li a,
.slide_blocks_tabs.ui-tabs ul.ui-tabs-nav li a {
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    color: #9D9D9D;
    padding: 8px 20px;
    min-width: 150px;
    position: relative;
    margin: 0;
    float: none;
    font-weight: normal;
    text-align: center;
}

.slide_blocks_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    padding: 0;
    margin: 0;
}

.slide_blocks_tabs.ui-tabs .ui-tabs-nav li a:hover,
.slide_blocks_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    background: #c2c2c2;
    color: #fff;
}

.slide_blocks_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #c2c2c2;
    border-width: 5px;
    margin-left: -5px;
}

.reviews {
    padding: 35px 0 55px 0;
    background: #F8FAFB;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
    margin-bottom: 80px;
}

.reviews._full-width:before,
.reviews._full-width:after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    background: #F8FAFB;
    width: 100%;
}

.reviews._full-width:before {
    right: 100%;
}

.reviews._full-width:after {
    left: 100%;
}

.reviews > .title {
    font-size: 28px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: bold;
    color: #444;
    text-align: center;
    margin-bottom: 40px;
}

.reviews .review {
    width: 620px;
    margin: 0 auto;
    text-align: center;
}

.reviews .review .text {
    font-size: 18px;
    line-height: 2em;
    color: #000000;
    margin-bottom: 30px;
    padding: 0 15%;
}

.reviews .review .img {
    display: inline-block;
    overflow: hidden;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 2px 1px #dad9da, inset 0 0 0 2px #fff;
}

.reviews .review .name {
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 10px;
    margin-top: 20px;
}

.reviews .review .address {
    font-size: 14px;
    line-height: 1em;
    color: #959595;
}

.reviews .bx-wrapper {
    position: relative;
}

.reviews .bx-prev,
.reviews .bx-next {
    position: absolute;
    font-size: 0;
    line-height: 0;
    width: 40px;
    height: 40px;
    background: #E5E5E5;
    margin-top: -20px;
    top: 50%;
    border-radius: 50%;
    /*opacity: 0.6;*/
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.reviews .bx-prev.disabled,
.reviews .bx-next.disabled {
    display: none;
}

.reviews .bx-prev:hover,
.reviews .bx-next:hover {
    /*opacity: 1;*/
    background: #cacccc;

}

.reviews .bx-prev:before,
.reviews .bx-next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -4px;
}

.reviews .bx-prev {
    left: 0;
}

.reviews .bx-prev:before {
    content: url(/new/images/icons/icon_arrow_to_left2.png);
}

.reviews .bx-next {
    right: 0;
}

.reviews .bx-next:before {
    content: url(/new/images/icons/icon_arrow_to_right2.png);
}

.reviews .bx-prev:active,
.reviews .bx-next:active {
    background: #b4b5b5;
}

.reviews .bx-pager {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
    margin-top: 30px;
}

.reviews .bx-pager .bx-pager-item {
    display: inline-block;
}

.reviews .bx-pager .bx-pager-item + .bx-pager-item {
    margin-left: 10px;
}

.reviews .bx-pager .bx-pager-item a {
    display: block;
    width: 8px;
    height: 8px;
    background: #E5E5E5;
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
}

.reviews .bx-pager .bx-pager-item a.active {
    background: #959595;
}

.hiw_steps {
    margin: 0 0 60px 0;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.hiw_steps .title {
    font-size: 16px;
    line-height: 1em;
    margin: 20px 0 0 0;
}

.hiw_steps .step,
.hiw_steps .step_or {
    display: inline-block;
    font-size: 16px;
    line-height: 1.4em;
    color: #937052;
    max-width: 245px;
    vertical-align: top;
    position: relative;
    /*font-weight: bold;*/
    margin-top: 35px;
}

.hiw_steps._silver .step {
    color: #363636;
    font-weight: normal;
}

.hiw_steps .step small {
    font-size: 13px;
    line-height: normal;
}

.hiw_steps .step + .step,
.hiw_steps .step + .step_or {
    padding-left: 60px;
}

.hiw_steps .step + .step:before {
    content: url(/new/images/landings/hiw/hiw_arrow.png);
    display: block;
    top: 34px;
    left: 25px;
    position: absolute;
}

.hiw_steps .step + .step_or:before {
    content: 'or';
    display: block;
    top: 34px;
    left: 25px;
    position: absolute;
}

.hiw_steps._silver .step + .step:before {
    content: url(/new/images/landings/hiw/hiw_arrow_silver.png);
    top: 50px;
}

.hiw_steps .step .img,
.hiw_steps .step_or .img {
    margin-bottom: 20px;
    min-height: 90px;
    white-space: nowrap;
}

.hiw_steps .step .img img,
.hiw_steps .step_or .img img {
    display: inline-block;
    vertical-align: top;
}

.hiw_steps .step .img:after,
.hiw_steps .step_or .img:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.hiw_block .lets_try {
    margin: 30px 0 50px 0;

}

.lets_try {
    text-align: center;
}

.lets_try p {
    color: #F26522;
    margin-bottom: 20px;
    font-size: 18px;
}

.lets_try .btn {
    margin-bottom: 20px;
}

.lets_try .btn + .btn {
    margin-left: 20px;
}

.slide11 .lets_try {
    margin: 50px 0;
}

.powerfull_features .title {
    font-size: 22px;
    line-height: 1em;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}

.powerfull_features .title._separator span {
    position: relative;
    display: inline-block;
}

.powerfull_features .title._separator span:before,
.powerfull_features .title._separator span:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 240px;
    border-top: 1px solid #F1F1F1;
}

.powerfull_features .title._separator span:before {
    right: 100%;
    margin-right: 20px;
}

.powerfull_features .title._separator span:after {
    left: 100%;
    margin-left: 20px;
}

.powerfull_features .item {
    padding: 70px 0;
    white-space: nowrap;
}

.powerfull_features .item + .item {
    border-top: 1px solid #F3F3F3;
}

.powerfull_features .item .img,
.powerfull_features .item .text {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: center;
    white-space: normal;
}

.powerfull_features .item .text {
    font-size: 14px;
    line-height: 1.4;
    color: #9C9C9C;
}

.powerfull_features .item .text .title {
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
}

.powerfull_features .item .text .title img {
    margin-bottom: 20px;
}

.relationship_owners {
    text-align: center;
}

.relationship_owners > .title {
    font-size: 22px;
    line-height: 1.2em;
    padding: 50px 0;
    color: #000;
}

.relationship_owners .item {
    display: inline-block;
    width: 400px;
    text-align: left;
    vertical-align: top;
    padding: 0 30px 40px 30px;
}

.relationship_owners .item .name {
    font-size: 22px;
    line-height: 1em;
    padding-toP: 10px;
    padding-bottom: 15px;
}

.relationship_owners .item .text {
    font-size: 14px;
    line-height: 1.4em;
    color: #939393;
}

.exclusive_listings {
    margin-top: 20px;
}

.exclusive_listings .title {
    font-size: 18px;
    line-height: 1.2em;
    text-align: center;
    color: #666;
    padding: 15px 0 30px 0;
}

.exclusive_listings .list {
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.exclusive_listings .list .item {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    width: 308px;
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .05); /* drop shadow */
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .05); /* drop shadow */
    box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
    margin: 0 20px 40px 20px;
    text-align: left;
}

.exclusive_listings .list .item:hover {
    text-decoration: none;
    border-color: #64B845;
    -webkit-box-shadow: 0 0 0 1px #64B845;
    -moz-box-shadow: 0 0 0 1px #64B845;
    box-shadow: 0 0 0 1px #64B845;
}

.exclusive_listings .list .item .img {
    margin-bottom: 15px;
    overflow: hidden;
    height: 230px;
    /*height: 135px;*/
    text-align: center;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-repeat: no-repeat;
    background-position: center center;
}

.exclusive_listings .list .item .img:not(.default) {
    background-size: cover;
}

/*.exclusive_listings .list .item .img img:not(.default) {*/
/*margin: -1px -1px 0 -1px;*/
/*max-width: 100%;*/
/*}*/

.exclusive_listings .list .item .cost {
    font-size: 22px;
    line-height: 1.2em;
    color: #000;
    padding: 0 20px;
    margin-bottom: 5px;
}

.exclusive_listings .list .item .address {
    font-size: 13px;
    line-height: 1.4em;
    color: #636363;
    padding: 0 20px 20px 20px;
}

.exclusive_listings .list .actions {
    margin-bottom: 50px;
}

.hiw-faq-search-container {
    text-align: center;
    height: 32px;
}

.hiw-faq-search-container .float {
    height: 29px;
    width: 576px;
    margin: 0 auto;
}

.hiw-faq-search-container input {
    width: 538px;
    display: block;
    float: left;
    border: 1px solid #C2C2C2;
    padding-left: 5px;
}

.hiw-faq-search-container .search-icon {
    width: 29px;
    height: 27px;
    border: 1px solid #C2C2C2;
    border-left: 0;
    float: left;
    cursor: pointer;
    background: url(/new/images/icons/can_we_help/search.png) no-repeat center;
    background-size: 15px;
}

