﻿@charset "utf-8";

/* CSS Document */

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    padding: 0;
}

body, html { height: 100%; }

body {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: none;
    background: #fff;
    color: #666;
    font-family: "ProximaNova", sans-serif;
    font-size: 20px;
    font-size-adjust: none;
    line-height: 24px;
    min-width: 320px;
    text-size-adjust: none;
}

a {
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    -webkit-transition: color .2s ease;
    color: #f06531;
    cursor: pointer;
    text-decoration: none;
    transition: color .2s ease;
}

a:hover {
    color: #dd050c;
    text-decoration: none;
}

a img { border: 0; }

input,
textarea,
select {
    color: #333;
    font-family: arial, sans-serif;
    font-size: 15px;
}

textarea {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    resize: none;
}

.mobile input,
.mobile textarea {
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
}

.mobile input[type="checkbox"] { -webkit-appearance: checkbox; }

.mobile input[type="radio"] { -webkit-appearance: radio; }

.mobile select { -webkit-appearance: select; }

[class$="cols"]:after,
.shell:after,
ul.social-links:after {
    clear: both;
    content: '';
    display: table;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.logo a,
.icon-value,
.social-links a,
.logo-footer {
    font-size: 0;
    font-style: normal;
    overflow: hidden;
    text-indent: -100%;
}

h1 {
    font-size: 62px;
    font-weight: bold;
    line-height: 60px;
}

h2 {
    font-size: 40px;
    font-weight: normal;
    line-height: 48px;
}

h3 {
    font-size: 25px;
    font-weight: normal;
    line-height: 30px;
}

h4 {
    font-size: 17px;
    font-weight: bold;
    line-height: 25px;
}

address { font-style: normal; }

.shell {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 20px;
}

.wrapper {
    min-height: 100%;
    overflow: hidden;
    padding-bottom: 323px;
    position: relative;
}

.col { float: left; }

.two-cols .col { width: 50%; }

.three-cols .col { width: 33.33%; }

.btn {
    background: #f06531;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 4px #ba413b;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "ProximaNovaSoft", arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.025em;
    line-height: 21px;
    margin-bottom: 10px;
    min-width: 224px;
    padding: 19px 20px 11px;
    text-align: center;
    text-align: center;
    text-transform: uppercase;
}

.btn:hover {
    background: #e34f48;
    box-shadow: 0 4px #a53618;
    color: #fff;
}

.btn-more {
    background: #2d2f31;
    border-radius: 8px;
    box-shadow: inset 0 1px rgba(255, 255, 255, .1), inset 0 -1px rgba(0, 0, 0, .1);
    color: #fff;
    display: inline-block;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    padding: 10px 20px;
}

.btn-more:hover {
    background: #444;
    color: #fff;
}

/* Header */

.header {
    background: #fff;
    border-top: solid 4px #f85d03;
    min-height: 109px;
    padding: 29px 0 25px;
    position: relative;
    z-index: 20;
}

.header-contact {
    color: #585858;
    float: right;
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
    padding: 13px 0 12px;
}

.header-contact .phone { color: #f06531; }

.logo {
    display: block;
    float: left;
    height: 46px;
    width: 244px;
}

.logo a {
    background: url(/images/themes/001/logo.png) no-repeat 0 0;
    display: block;
    height: 46px;
}

/* Main */

.main { }

.section-welcome {
    background: #ececec;
    padding: 88px 0 78px;
}

.section-message {
    background: #e2e1e1;
    padding: 37px 0 34px;
}

.section-features {
    background: #fff;
    padding: 70px 0;
}

.post {
    color: #999;
    font-size: 20px;
    line-height: 20px;
    min-height: 360px;
    padding-right: 100px;
    position: relative;
}

.post h1 {
    color: #2e2b2b;
    margin-bottom: 23px;
    text-transform: uppercase;
}

.post h2 {
    color: #585858;
    margin-bottom: 19px;
}

.post p {
    font-family: "ProximaNovaSoft", arial, sans-serif;
    margin-bottom: 20px;
}

.post img { max-width: 100%; }

.post .house-image {
    bottom: 0;
    position: absolute;
    right: -26px;
}

.post ul.check-list + .house-image { bottom: 11px; }

.post .entry {
    font-family: "ProximaNovaSoft", arial, sans-serif;
    line-height: 24px;
    max-width: 100%;
    padding-top: 7px;
    width: 630px;
}

.post .entry p { margin-bottom: 24px; }

.post .entry .btn { margin: 21px 0 6px; }

ul.check-list li {
    list-style: none;
    padding: 5px 0 5px 5px;
}

ul.check-list div.checking {
    -moz-animation: rotation1 1s linear infinite;
    -ms-animation: rotation1 1s linear infinite;
    -o-animation: rotation1 1s linear infinite;
    -webkit-animation: rotation1 1s linear infinite;
    animation: rotation1 1s linear infinite;
    background: url(/images/themes/001/icon-checking.png) no-repeat 0 5px;
    float: left;
    height: 36px;
    width: 26px;
}

ul.check-list div.checked {
    -ms-animation: none;
    -o-animation: none;
    -webkit-animation: none;
    animation: none;
    background: url(/images/themes/001/icon-checked.png) no-repeat 0 7px;
    float: left;
    height: 31px;
    width: 25px;
}

ul.check-list li label {
    display: inline-block;
    margin-left: 8px;
    margin-top: 9px;
    width: 344px;
}

.post-center {
    color: #585858;
    text-align: center;
}

.post-center h2 {
    color: #2e2b2b;
    font-family: "ProximaNovaSoft", arial, sans-serif;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.form-start {
    padding-top: 65px;
    position: relative;
    z-index: 2;
}

.form-start label {
    color: #999;
    display: block;
    font-family: "ProximaNovaSoft", arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}

.form-start .field {
    background: #fff;
    border: 0;
    border-radius: 3px;
    color: #999;
    float: left;
    font-family: "ProximaNovaSoft", arial, sans-serif;
    font-size: 20px;
    height: 55px;
    margin: 0 11px 7px 0;
    padding: 16px 15px 15px 45px;
    width: 355px;
}

.form-start .field-location { background: #fff url(/images/themes/001/field-location.png) no-repeat 15px 15px; }

.form-start .btn {
    float: left;
    margin-bottom: 7px;
}

.feature-item { text-align: center; }

.feature-item-icon {
    height: 157px;
    margin-bottom: 26px;
    position: relative;
}

.feature-item-icon img {
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 0;
    display: block;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.feature-item h3 {
    color: #f06531;
    font-family: "ProximaNovaSoft", arial, sans-serif;
    margin-bottom: 14px;
    text-transform: uppercase;
}

/* Footer */

.footer {
    background: #232424 url(/images/themes/001/footer.png);
    bottom: 0;
    color: #999;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 14px;
    height: 323px;
    left: 0;
    line-height: 16px;
    padding: 34px 0 0;
    position: absolute;
    width: 100%;
}

.footer-widgets { padding: 0 0 25px; }

.footer-widgets h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 18px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .61);
}

.footer-widgets p { margin-bottom: 21px; }

.footer-widgets .btn-more { margin-top: 5px; }

.footer-widgets address { width: 251px; }

.footer-widgets address p { padding-left: 30px; }

.footer-widgets address p.location { background: url(/images/themes/001/icon-location.png) no-repeat 0 2px; }

.footer-widgets address p.phone {
    background: url(/images/themes/001/icon-phone.png) no-repeat 0 0;
    padding-bottom: 6px;
}

.footer-widgets address p.email { background: url(/images/themes/001/icon-email.png) no-repeat 1px 3px; }

.footer-widgets .two-cols .two-cols .col { padding-left: 24px; }

.post-footer {
    max-width: 100%;
    width: 480px;
}

.logo-footer {
    background: url(/images/themes/001/logo-footer.png) no-repeat 0 0;
    display: block;
    height: 37px;
    margin: -7px 0 15px;
    width: 194px;
}

.footer-content {
    background: url(/images/themes/001/shade.png) no-repeat center 0;
    color: #eeebe2;
    font-size: 13px;
    line-height: 24px;
    padding: 28px 0 26px;
}

.footer-content p {
    float: left;
    padding: 1px 0 9px;
}

.footer-content p a { color: #fff; }

.footer-content p a:hover { color: #dd050c; }

.footer-content .logo-ileads {
    float: left;
    margin-right: 19px;
}

.footer-content .logo-ileads img { display: block; }

ul.bottom-links {
    color: #ccc;
    float: right;
    list-style: none;
}

ul.bottom-links li { display: inline-block; }

ul.bottom-links li + li:before {
    content: '|';
    padding: 0 4px 0 1px;
}

ul.bottom-links li a { color: #ccc; }

ul.bottom-links li a:hover { color: #dd050c; }

ul.social-links { margin: 0; }

ul.social-links li {
    float: left;
    list-style: none;
    margin: 1px 8px 8px 0;
}

ul.social-links li a {
    background: url(/images/themes/001/social-icons.png) no-repeat 100% 100%;
    display: block;
    height: 30px;
    width: 30px;
}

ul.social-links li a.link-facebook { background-position: 0 0; }

ul.social-links li a.link-facebook:hover { background-position: 0 -30px; }

ul.social-links li a.link-twitter { background-position: -30px 0; }

ul.social-links li a.link-twitter:hover { background-position: -30px -30px; }

ul.social-links li a.link-google { background-position: -60px 0; }

ul.social-links li a.link-google:hover { background-position: -60px -30px; }

ul.social-links li a.link-linkedin { background-position: -90px 0; }

ul.social-links li a.link-linkedin:hover { background-position: -90px -30px; }

.footer ul li a,
.footer p a {
    -o-transition: color .2s ease;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}

.btn-more,
.btn {
    -o-transition: background .2s ease, color .2s ease, box-shadow .2s ease;
    -webkit-transition: background .2s ease, color .2s ease, box-shadow .2s ease;
    transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

@media screen and (max-width: 1140px) {
    h3 { font-size: 22px; }

    .footer-widgets .two-cols .two-cols .col { padding-left: 0; }
}

@media screen and (max-width: 1023px) {
    .wrapper { padding: 0; }

    .post { padding-right: 0; }

    .post .house-image {
        display: block;
        margin: 0 0 0 auto;
        padding-top: 20px;
        position: static;
    }

    .two-cols { margin: 0 -10px; }

    .two-cols .col { padding: 0 10px; }

    .two-cols .col-tablet-thin { width: 40%; }

    .two-cols .col-tablet-wide { width: 60%; }

    .footer {
        height: auto;
        position: static;
    }

    .footer-content { background-size: 100% auto; }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 16px;
        line-height: 20px;
    }

    h1 {
        font-size: 40px;
        line-height: 48px;
    }

    h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .btn {
        display: block;
        width: 100%;
    }

    .two-cols,
    .three-cols { margin: 0; }

    .two-cols .col,
    .three-cols .col {
        padding: 0 0 20px;
        width: 100%;
    }

    .two-cols .col:last-child,
    .three-cols .col:last-child { padding-bottom: 0; }

    .section-welcome { padding: 58px 0 48px; }

    .section-message { padding: 27px 0 24px; }

    .section-features { padding: 40px 0; }

    .post,
    .post .entry {
        font-size: 16px;
        line-height: 20px;
    }

    ul.check-list li { margin-bottom: 10px; }

    ul.check-list li.checked { background-position: 0 10px; }

    ul.check-list li.checking { background-position: 0 12px; }

    ul.check-list li label {
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }

    ul.check-list li .check-entry { display: block; }

    .form-start .field {
        display: block;
        margin: 0 0 20px;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
}

@-webkit-keyframes rotation1 {
    from { -webkit-transform: rotate(0); }

    to { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes rotation1 {
    from { -moz-transform: rotate(0); }

    to { -moz-transform: rotate(360deg); }
}

@-o-keyframes rotation1 {
    from { -o-transform: rotate(0); }

    to { -o-transform: rotate(360deg); }
}

@keyframes rotation1 {
    from { transform: rotate(0); }

    to { transform: rotate(360deg); }
}

#text_step2_mobile1, #text_step2_mobile2 {
    clear: both;
    display: none;
    line-height: 1.3;
    margin: 0 auto;
    max-width: 250px;
}

#step2_completed_pc {
    color: #fe7800;
    font-size: 15px;
    margin-left: 25px;
}

/*Step 3*/

/* text-shadow: 3px 3px 4px #3d4337; -ms-text-shadow: 3px 3px 4px #3d4337; color: #ffffff;*/

.title_step3 {
    color: #2e2b2b;
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
}

/* -ms-text-shadow: 3px 3px 4px #3d4337; color: #ffffff; font-family: 'Open Sans', sans-serif; text-shadow: 3px 3px 4px #3d4337; */

.subtitle_step3 {
    color: #2e2b2b;
    font-size: 30px;
    font-weight: normal;
    line-height: 45px;
    text-align: center;
}

.mobile_form { display: none; }

/* -moz-border-radius: 5px; -ms-border-radius: 0 0 5px 5px; -ms-text-shadow: 1px 1px 2px #282927; -webkit-border-radius: 5px; background-color: #333333; background-color: rgba(51, 51, 51, 0.4); border: #252c0b thin solid; border-radius: 0 0 5px 5px; font-weight: bold; padding: 20px 20px 20px 20px; text-shadow: 1px 1px 2px #282927; color: #ffffff;*/

#step3_steps {
    clear: both;
    color: #000;
    font-size: 16px;
    margin: 0 auto;
    max-width: 750px;
    min-height: 465px;
    padding: 20px 0;
}

#step3_form_ul {
    width: 100%; /*min-height: 330px*/
}

.step3_form_li {
    float: left;
    list-style: none;
    width: 50%;
}

/* background: #eaebe6; width: 220px; */

#step3_steps input[type="text"], #step3_steps input[type="email"], #step3_steps input[type="phone"] {
    -moz-border-radius: 8px;
    -moz-box-shadow: 0 0 4px #000000;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -ms-border-radius: 8px;
    -ms-box-shadow: 0 0 4px #000000;
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -ms-opacity: 0.9;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 0 0 4px #000000;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    background: #fff;
    border: 1px solid #333;
    border-radius: 8px;
    box-shadow: 0 0 4px #000000;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    color: #666666;
    display: block;
    float: left;
    font: 16px Helvetica, sans-serif;
    margin-bottom: 15px;
    margin-top: 10px;
    opacity: 0.9;
    padding: 7px;
    size: 16px;
    width: 300px;
}

#step3_form_ul li { position: relative; }

.hla_error {
    -ms-text-shadow: 2px 2px 2px #000;
    bottom: 0;
    color: red;
    display: none;
    font-size: 12px;
    left: 20px;
    position: absolute;
    text-shadow: 2px 2px 2px #000;
}

/* ---------------------------------Customized Dropdowns*/

/* width: 220px; */

.wrapper-dropdown-3 {
    -moz-border-radius: 8px;
    -moz-box-shadow: 1px 1px 4px #000000;
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    -ms-border-radius: 8px;
    -ms-box-shadow: 1px 1px 4px #000000;
    -ms-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    -ms-text-shadow: none;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 1px 1px 4px #000000;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4); /* Styles */
    background: #ffffff;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #333;
    border-radius: 8px;
    box-shadow: 1px 1px 4px #000000;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    color: #666;
    cursor: pointer; /* Font settings */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin: 10px 0 15px 0;
    outline: none;
    padding: 7px; /* Size and position */
    position: relative;
    text-shadow: none;
    width: 300px;
}

.wrapper-dropdown-3:after {
    border-color: #8aa8bd transparent;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    content: "";
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 0;
}

.wrapper-dropdown-3 .dropdown {
    -moz-transition: all 0.5s ease-in;
    -ms-border-radius: inherit;
    -ms-box-shadow: 1px 1px 5px #000000;
    -ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); /* Hiding */
    -ms-opacity: 0;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-box-shadow: 1px 1px 5px #000000;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s ease-in; /* Styles */
    background: #ffffff;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #000000;
    border: 1px solid rgba(0, 0, 0, 0.17);
    border-radius: inherit;
    box-shadow: 1px 1px 5px #000000;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    font-weight: normal;
    left: 0;
    list-style: none;
    opacity: 0;
    padding: 2px;
    pointer-events: none; /* Size & position */
    position: absolute;
    right: 0;
    top: 140%;
    transition: all 0.5s ease-in;
    z-index: 2;
}

.wrapper-dropdown-3 .dropdown:after {
    border-color: #ffffff transparent;
    border-color: rgba(255, 255, 255, 0.85) transparent;
    border-style: solid;
    border-width: 0 5px 8px 5px;
    bottom: 100%;
    content: "";
    height: 0;
    left: 15px;
    position: absolute;
    width: 0;
}

.wrapper-dropdown-3 .dropdown:before {
    border-color: #000000 transparent;
    border-color: rgba(0, 0, 0, 0.1) transparent;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    bottom: 100%;
    content: "";
    height: 0;
    left: 13px;
    position: absolute;
    width: 0;
}

.wrapper-dropdown-3 .dropdown li { width: 100%; }

.wrapper-dropdown-3 .dropdown li a {
    -moz-transition: all 0.3s ease-out;
    -ms-text-shadow: none;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    color: #666666;
    display: block;
    padding: 10px;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-3 .dropdown li i {
    color: inherit;
    float: left;
}

.wrapper-dropdown-3 .dropdown li:last-of-type a { border: none; }

/* Hover state */

.wrapper-dropdown-3 .dropdown li:hover a {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.85);
}

/* Active state */

.wrapper-dropdown-3.active .dropdown {
    -ms-opacity: 1;
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
    -ms-opacity: 1;
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown { display: block; }

/* ---------------------------------Customized Dropdowns*/

#step3_steps .btnGetYourReport, #step3_steps .btnNextQuestion { }