.headline {
    font-size: 45px;
    line-height: 1.2em;
    letter-spacing: 0em;
    margin-bottom: 20px;
}

.headline a {}

.headline a:hover {
    text-decoration: underline;
}

nav {
    text-align: center;
}

nav>ul li>a {
    transition: all 0.25s ease-in 0s;
    color: rgb(255, 255, 255);
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
}

nav:before {
    font-size: 30px;
    color: rgb(255, 255, 255);
}

nav>ul>li>ul a {
    font-size: 14px;
}

nav>ul li a:hover {
    background-color: rgba(0, 0, 0, 0);
}

nav>ul li a {
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border-top-width: 0px;
}

nav>ul>li>ul li a {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

nav>ul>li>ul li a:hover {
    background-color: rgb(234, 234, 234);
}

nav>ul>li>ul li.active>a {
    background-color: rgb(234, 234, 234);
}

nav>ul li>a:hover {
    color: rgb(105, 185, 9);
}

nav>ul li.active>a {
    color: rgba(105, 185, 9, 0.44);
}

nav>ul>li>ul a:hover {
    color: rgb(105, 185, 9);
}

.subtitle {
    font-size: 28px;
    line-height: 1.60em;
    letter-spacing: 0em;
    margin-bottom: 20px;
    color: rgb(37, 37, 37);
    font-family: Poppins;
    font-weight: 800;
}

.preamble {
    font-size: 22px;
    line-height: 1.5em;
    letter-spacing: 0em;
    margin-bottom: 5px;
}

.preamble a {}

.preamble a:hover {}

.bodytext {
    line-height: 1.80em;
    margin-bottom: 5px;
    font-size: 15px;
    font-family: Poppins;
}

.bodytext a {
    color: rgb(105, 185, 9);
}

.bodytext a:hover {
    color: rgb(105, 185, 9);
    text-decoration: underline;
}

.smalltext {
    line-height: 1.2em;
    letter-spacing: 0em;
    font-size: 13px;
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
    font-family: Poppins;
    margin-right: 0px;
    margin-top: 0px;
}

.smalltext a {
    color: rgb(105, 185, 9);
}

.smalltext a:hover {
    color: rgb(105, 185, 9);
    text-decoration: underline;
}

body {
    color: rgb(96, 96, 96);
    font-size: 16px;
    font-family: 'Open Sans';
    line-height: 1.2em;
    font-weight: 400;
    background-color: rgb(221, 221, 221);
}

body a {
    text-decoration: none;
    color: rgb(37, 37, 37);
}

body a:hover {
    color: rgb(37, 37, 37);
}

.button {
    margin-bottom: 0px;
    border-radius: 3px;
    font-weight: 800;
    color: rgb(105, 185, 9);
    background-color: rgba(0, 0, 0, 0);
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    margin-top: 20px;
    font-size: 14px;
    font-family: Poppins;
}

.button:hover {
    background-color: rgb(105, 185, 9);
    color: rgb(255, 255, 255);
}

.button .buttonIcon.fa {
    margin-right: 10px;
}

.form {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.form label {
    padding-bottom: 0px;
    margin-bottom: 10px;
    line-height: 1.2em;
    font-family: Poppins;
    font-size: 14px;
}

.form input[type=text],
.form textarea,
.form select {
    border-radius: 3px;
    border-color: rgb(204, 204, 204);
    color: rgb(69, 69, 69);
    font-size: 14px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    font-family: Poppins;
}

.form input[type=submit] {
    background-color: rgb(105, 185, 9);
    color: rgb(255, 255, 255);
    font-weight: 400;
}

.form input[type=submit]:hover {
    background-color: rgb(37, 37, 37);
    color: rgb(255, 255, 255);
}

.form input[type=checkbox]+span,
.form input[type=radio]+span,
.form .form_option input[type=checkbox]+label:not([class*="optin"]) {
    font-family: Poppins;
    font-size: 13px;
    line-height: 1.6em;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.text {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.image {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.map {
    margin-bottom: 40px;
}

.gallery {
    margin-bottom: 40px;
}

.row {
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
}

.col {
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
    padding-bottom: 0px;
}

.custom1 {
    font-family: Poppins;
    font-weight: 800;
    color: rgb(255, 255, 255);
    font-size: 21px;
    line-height: 1.6em;
    text-align: center;
    padding-bottom: 20px;
}

.custom2 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 800;
    font-family: Poppins;
    margin-bottom: 20px;
    letter-spacing: 0em;
}

.custom4 {}

.custom5 {}

.custom3 {}

.smallsubtitle {
    font-size: 20px;
    line-height: 1.60em;
    margin-bottom: 5px;
    color: rgb(255, 255, 255);
    font-family: Poppins;
    font-weight: 400;
}

.spottext {
    font-size: 48px;
    color: rgb(34, 34, 34);
    line-height: 1.60em;
    text-align: left;
    margin-bottom: 0px;
    font-family: Poppins;
    font-weight: 800;
}

.footertext {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 5px;
    color: rgb(255, 255, 255);
    font-family: Poppins;
}

.footertext a {
    color: rgb(105, 185, 9);
}

.footertext a:hover {
    color: rgb(105, 185, 9);
    text-decoration: underline;
}

.companyname {
    font-size: 24px;
    text-align: left;
    line-height: 1.2em;
    color: rgb(255, 255, 255);
    font-family: Poppins;
    text-transform: uppercase;
    font-weight: 800;
}

.companyname a {
    color: rgb(255, 255, 255);
}

.companyname a:hover {
    color: rgb(255, 255, 255);
}

.smallspottext {
    line-height: 1.5em;
    color: rgb(37, 37, 37);
    text-align: left;
    font-size: 18px;
    margin-bottom: 5px;
    font-family: Poppins;
    text-transform: uppercase;
    font-weight: 800;
}

.locale {
    text-align: right;
}

.locale ul li a {
    transition: all 0.25s ease-in 0s;
    color: rgb(255, 255, 255);
}

.locale ul li {
    background-color: rgb(69, 69, 69);
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
}

.button2 {
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    font-weight: 800;
    font-family: Poppins;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    border-color: rgb(255, 255, 255);
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
}

.button2:hover {
    background-color: rgb(37, 37, 37);
    color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0.498039);
}

.divider {
    display: table;
    margin-left: auto;
    margin-right: auto;
    border-top-width: 1px;
    border-color: rgba(0, 0, 0, 0.0980392);
    width: 100%;
}

.socialmedia {
    text-align: right;
    font-size: 19px;
}

.socialmedia li {
    margin-left: 10px;
    margin-bottom: 10px;
}

.socialmedia li a {
    width: 30px;
    height: 30px;
}

.paymenticons li {
    margin-left: 5px;
    margin-bottom: 5px;
    padding-bottom: 40px;
}

.linklist {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 0px;
}

.linklist a {
    margin-bottom: 1px;
    background-color: rgb(242, 242, 242);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.breadcrumb li a {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.lightbodytext {
    font-size: 15px;
    text-align: left;
    color: rgb(255, 255, 255);
    line-height: 1.80em;
    font-family: Poppins;
}

.lightbodytext a {
    color: rgb(105, 185, 9);
}

.lightbodytext a:hover {
    color: rgb(105, 185, 9);
    text-decoration: underline;
}

.lightsubtitle {
    color: rgb(255, 255, 255);
    font-size: 28px;
    font-family: Poppins;
    font-weight: 800;
    text-transform: none;
    margin-bottom: 20px;
    line-height: 1.60em;
}

.list .listTitle {
    font-size: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.list .listIcon {
    margin-right: 10px;
    color: rgb(105, 185, 9);
}

.list .listIcon:hover {
    color: rgb(105, 185, 9);
}

.list .itemLabel {
    color: rgb(96, 96, 96);
}

@media only screen and (max-width:1199px) {
    nav:before {
        color: rgb(255, 255, 255);
        font-size: 30px;
    }

    .nav {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    nav>ul li>a:hover {
        color: rgb(37, 37, 37);
    }

    nav.opened-menu>ul {
        background-color: rgb(105, 185, 9);
    }

    nav>ul li a {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .row {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .custom4 {}

    .custom4 a {}

    .custom4 a:hover {}

    .custom1 {
        line-height: 1.60em;
        font-size: 20px;
    }

    .custom3 {}

    .custom3 a {}

    .custom3 a:hover {}

    body {}

    body a {}

    body a:hover {}

    .text {}

    .headline {
        font-size: 37px;
    }

    .headline a {}

    .headline a:hover {}

    .subtitle {
        font-size: 24px;
    }

    .preamble {
        font-size: 18px;
    }

    .preamble a {}

    .preamble a:hover {}

    .bodytext {
        font-size: 14px;
    }

    .smallsubtitle {
        font-size: 18px;
    }

    .smalltext {
        font-size: 12px;
        text-align: center;
    }

    .spottext {
        font-size: 31px;
    }

    .smallspottext {
        font-size: 14px;
    }

    .companyname {
        font-size: 27px;
        text-align: center;
    }

    .footertext {
        font-size: 12px;
    }

    .footertext a {}

    .footertext a:hover {}

    .lightbodytext {
        font-size: 14px;
    }

    .lightsubtitle {
        font-size: 24px;
    }
}

@media only screen and (max-width:767px) {
    nav>ul li>a {
        font-size: 16px;
    }

    nav>ul>li>ul a {
        font-size: 15px;
    }

    nav:before {
        font-size: 30px;
    }

    nav>ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    nav>ul>li>ul li a {
        background-color: rgba(255, 255, 255, 0);
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    nav.opened-menu>ul {
        background-color: rgb(105, 185, 9);
    }

    nav>ul li>a:hover {
        color: rgb(37, 37, 37);
    }

    .headline {
        font-size: 31px;
    }

    .subtitle {
        font-size: 20px;
    }

    .preamble {
        font-size: 20px;
    }

    .preamble a {}

    .preamble a:hover {}

    .bodytext {}

    .bodytext a {}

    .bodytext a:hover {}

    .smalltext {}

    .smalltext a {}

    .smalltext a:hover {}

    .col {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .row {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    .form input[type=checkbox]+span,
    .form input[type=radio]+span,
    .form .form_option input[type=checkbox]+label:not([class*="optin"]) {
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .gallery {
        margin-bottom: 20px;
    }

    .map {
        margin-bottom: 20px;
    }

    .custom1 {
        font-size: 18px;
    }

    .custom2 {}

    .custom2 a {}

    .custom2 a:hover {}

    .custom3 {}

    .custom3 a {}

    .custom3 a:hover {}

    .custom4 {}

    .custom4 a {}

    .custom4 a:hover {}

    .custom5 {}

    .custom5 a {}

    .custom5 a:hover {}

    .spottext {
        font-size: 20px;
    }

    body {}

    body a {}

    body a:hover {}

    .smallsubtitle {
        font-size: 16px;
    }

    .companyname {
        font-size: 19px;
    }

    .footertext {}

    .footertext a {}

    .footertext a:hover {}

    .button2 {
        margin-left: 0;
    }

    .socialmedia {
        text-align: center;
        font-size: 22px;
    }

    .socialmedia li a {
        width: 45px;
        height: 45px;
    }

    .socialmedia li a:hover {}

    .socialmedia li {
        margin-left: 5px;
        margin-right: 5px;
    }

    .socialmedia li:hover {}

    .lightsubtitle {
        font-size: 20px;
    }

    .button3 {
        display: table;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        background-color: rgb(105, 185, 9);
        color: rgb(255, 255, 255);
        margin-top: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .button3:hover {
        background-color: rgb(105, 185, 9);
        color: rgb(255, 255, 255);
    }
}

#r5001 {
    padding-left: 0px;
    padding-right: 0px;
}

#r5000 {
    background-color: rgb(37, 37, 37);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
}

#m1749 {
    padding-top: 10px;
}

#c4354 {
    padding-top: 0px;
}

#m2901 {
    margin-left: auto;
    margin-right: 0;
    max-width: 63%;
}

#c4937 {
    border-color: rgba(255, 255, 255, 0.52);
    border-right-width: 1px;
}

#m3510 {
    padding-top: 10px;
}

#m2095 {
    padding-top: 10px;
}

#r4683 {
    background-color: rgb(105, 185, 9);
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
}

#r5002 {
    background-color: rgb(255, 255, 255);
    background-position: 50% 0%;
    background-repeat: repeat-y;
}

#r5002>.container {}

#r1074 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(25, 24, 29);
}

#m1028 {
    margin-bottom: 20px;
}

#m2049 {
    margin-bottom: 10px;
}

#m4370 {
    padding-top: 10px;
}

#m4653 {
    padding-top: 10px;
}

#p6926 #r2958 {
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../uploads/SbCeWBme/RegentSqtrees1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-attachment: fixed;
}

#p6926 #r2958.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.45);
}

#p6926 #c4021 {
    background-color: transparent;
    padding-bottom: 60px;
    padding-top: 60px;
    padding-right: 60px;
    padding-left: 60px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: rgba(255, 255, 255, 0.12);
}

#p6926 #c4021.bgfilter:before {
    background-color: transparent;
}

#p6926 #r1822 {
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../uploads/SbCeWBme/RegentSqtrees1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-attachment: fixed;
}

#p6926 #r1822.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.45);
}

#p6926 #c4570 {
    background-color: transparent;
    padding-bottom: 60px;
    padding-top: 60px;
    padding-right: 60px;
    padding-left: 60px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: rgba(255, 255, 255, 0.12);
}

#p6926 #c4570.bgfilter:before {
    background-color: transparent;
}

#p6926 #c2958 {
    background-image: url(../uploads/uYTpAkce/RegentSq1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-top: 70px;
    padding-right: 70px;
    padding-bottom: 70px;
    padding-left: 70px;
    border-color: rgb(255, 255, 255);
    border-right-width: 10px;
    border-left-width: 10px;
}

#p6926 #c2958.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.72);
}

#p6926 #c2165 {
    background-image: url(../uploads/6H5dFmxm/IMG_2757.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-top: 70px;
    padding-right: 70px;
    padding-bottom: 70px;
    padding-left: 70px;
    border-color: rgb(255, 255, 255);
    border-right-width: 10px;
    border-left-width: 10px;
}

#p6926 #c2165.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.72);
}

#p6926 #r3726 {
    background-color: rgb(105, 185, 9);
    padding-top: 20px;
    padding-bottom: 20px;
}

#p6926 #c3675 {
    margin-left: 0px;
    margin-right: 0px;
    border-style: solid;
    margin-bottom: 20px;
}

#p6926 #m3297 {
    width: 70%;
}

#p6926 #m3608 {
    width: 70%;
}

#p6926 #m2325 {
    width: 70%;
}

#p6926 #m1984 {
    width: 70%;
}

#p6926 #r1466 {
    background-color: rgb(37, 37, 37);
}

#p6926 #m1814 {
    margin-bottom: 10px;
}

#p6926 #m1509 {
    margin-bottom: 0px;
}

#p6926 #r4140 {
    background-color: rgb(105, 185, 9);
}

#p8397 #r2958 {
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../uploads/uYTpAkce/RegentSq1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
}

#p8397 #r2958.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.45);
}

#p8397 #c4021 {
    background-color: transparent;
    padding-bottom: 60px;
    padding-top: 60px;
    padding-right: 60px;
    padding-left: 60px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: rgba(255, 255, 255, 0.12);
}

#p8397 #c4021.bgfilter:before {
    background-color: rgba(0, 0, 0, 0);
}

#p8397 #r2345 {
    background-color: rgb(105, 185, 9);
}

#p8397 #m2065 .listIcon {
    width: 15px;
    font-size: 20px;
}

#p8397 #m4605 {
    padding-top: 20px;
}

#p8397 #m4818 {
    padding-top: 20px;
}

#p8397 #m4332 {
    padding-top: 10px;
}

#p8397 #r1466 {
    background-color: rgb(249, 249, 249);
}

#p8397 #m2730 {
    padding-top: 20px;
}

#p8397 #m1156 {
    padding-top: 10px;
}

#p8397 #m1156 .listIcon {
    font-size: 20px;
}

#p8397 #m1814 {
    padding-top: 10px;
}

#p8397 #m2315 {
    padding-top: 20px;
}

#p8397 #m2684 {
    padding-top: 10px;
}

#p8397 #m2684 .listIcon {
    font-size: 20px;
}

#p8397 #m3831 {
    padding-top: 0px;
    padding-left: 40px;
}

#p8397 #m3831 .itemLabel {
    color: rgb(96, 96, 96);
}

#p8397 #m4798 {
    padding-top: 10px;
}

#p8397 #r4140 {
    background-color: rgb(105, 185, 9);
}

#p5838 #r2958 {
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../uploads/6H5dFmxm/IMG_2757.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
}

#p5838 #r2958.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.45);
}

#p5838 #c4021 {
    background-color: transparent;
    padding-bottom: 60px;
    padding-top: 60px;
    padding-right: 60px;
    padding-left: 60px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: rgba(255, 255, 255, 0.12);
}

#p5838 #c4021.bgfilter:before {
    background-color: rgba(0, 0, 0, 0);
}

#p5838 #r3101 {
    background-color: rgb(105, 185, 9);
    padding-top: 20px;
    padding-bottom: 20px;
}

#p5838 #c1429 {
    margin-left: 0px;
    margin-right: 0px;
    border-style: solid;
    margin-bottom: 20px;
}

#p5838 #m2088 {
    width: 70%;
}

#p5838 #m2889 {
    width: 70%;
}

#p5838 #m4340 {
    width: 70%;
}

#p5838 #m1478 {
    width: 70%;
}

#p5838 #r4140 {
    background-color: rgb(105, 185, 9);
}

#p5740 #r2958 {
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../uploads/eaVpVFdW/HardHat-Builder.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
}

#p5740 #r2958.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.45);
}

#p5740 #c4021 {
    background-color: transparent;
    padding-bottom: 60px;
    padding-top: 60px;
    padding-right: 60px;
    padding-left: 60px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: rgba(255, 255, 255, 0.12);
}

#p5740 #c4021.bgfilter:before {
    background-color: rgba(0, 0, 0, 0);
}

#p5740 #r2345 {
    background-color: rgb(105, 185, 9);
}

#p5740 #m4982 {
    padding-bottom: 10px;
}

#p5740 #m2065 .listIcon {
    font-size: 20px;
}

#p5740 #m1383 {
    padding-top: 10px;
}

#p5740 #r1466 {
    background-color: rgb(249, 249, 249);
}

#p5740 #m2730 {
    padding-top: 20px;
}

#p5740 #m1156 {
    padding-top: 10px;
}

#p5740 #m1156 .listIcon {
    font-size: 20px;
}

#p5740 #m1814 {
    padding-top: 10px;
}

#p5740 #m2315 {
    padding-top: 20px;
}

#p5740 #m4798 {
    padding-top: 10px;
}

#p5740 #m2684 {
    padding-top: 10px;
}

#p5740 #m2684 .listIcon {
    font-size: 20px;
}

#p5740 #m3545 {
    padding-top: 10px;
}

#p5740 #r4140 {
    background-color: rgb(105, 185, 9);
}

#p6311 #r2958 {
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../uploads/cUjRxi0m/NewHouse-Keys-Couple-Mortgage.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
}

#p6311 #r2958.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.45);
}

#p6311 #c4021 {
    background-color: transparent;
    padding-bottom: 60px;
    padding-top: 60px;
    padding-right: 60px;
    padding-left: 60px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: rgba(255, 255, 255, 0.12);
}

#p6311 #c4021.bgfilter:before {
    background-color: rgba(0, 0, 0, 0);
}

#p6311 #r2345 {
    background-color: rgb(105, 185, 9);
}

#p6311 #c3800 {
    background-image: url(../uploads/CXSuTMca/NewHouse-Keys-Property-Mortgage.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-top: 70px;
    padding-right: 70px;
    padding-bottom: 70px;
    padding-left: 70px;
    border-color: rgb(255, 255, 255);
    border-right-width: 10px;
    border-left-width: 10px;
}

#p6311 #c3800.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.72);
}

#p6311 #c3038 {
    background-image: url(../uploads/8bhGTlfj/HouseKeys-NewHome-Mortgage-PropertyLadder.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-top: 70px;
    padding-right: 70px;
    padding-bottom: 70px;
    padding-left: 70px;
    border-color: rgb(255, 255, 255);
    border-right-width: 10px;
    border-left-width: 10px;
}

#p6311 #c3038.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.72);
}

#p6311 #r4140 {
    background-color: rgb(105, 185, 9);
}

#p6358 #r2958 {
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../uploads/vWmR5B5a/MovingHouse-Sofa-Unpacking-NewHouse-Mortgage.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
}

#p6358 #r2958.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.45);
}

#p6358 #c4021 {
    background-color: transparent;
    padding-bottom: 60px;
    padding-top: 60px;
    padding-right: 60px;
    padding-left: 60px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: rgba(255, 255, 255, 0.12);
}

#p6358 #c4021.bgfilter:before {
    background-color: rgba(0, 0, 0, 0);
}

#p6358 #r2345 {
    background-color: rgb(105, 185, 9);
}

#p6358 #m4605 {
    padding-top: 20px;
}

#p6358 #r4140 {
    background-color: rgb(105, 185, 9);
}

#p9016 #r2958 {
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../uploads/XtWurlsm/HouseViewing-EstateAgents-Property.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
}

#p9016 #r2958.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.45);
}

#p9016 #c4021 {
    background-color: transparent;
    padding-bottom: 60px;
    padding-top: 60px;
    padding-right: 60px;
    padding-left: 60px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: rgba(255, 255, 255, 0.12);
}

#p9016 #c4021.bgfilter:before {
    background-color: rgba(0, 0, 0, 0);
}

#p9016 #r2345 {
    background-color: rgb(105, 185, 9);
}

#p9016 #m4071 {
    padding-top: 10px;
}

#p9016 #m2379 {
    padding-top: 10px;
}

#p9016 #m4605 {
    padding-top: 20px;
}

#p9016 #m4818 {
    padding-top: 20px;
}

#p9016 #r1466 {
    background-color: rgb(249, 249, 249);
}

#p9016 #m2730 {
    padding-top: 20px;
}

#p9016 #m1814 {
    padding-top: 10px;
}

#p9016 #m2315 {
    padding-top: 20px;
}

#p9016 #m4798 {
    padding-top: 10px;
}

#p9016 #r4140 {
    background-color: rgb(105, 185, 9);
}

#p9393 #r2958 {
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../uploads/Z3kbA1Ek/shutterstock_192122903.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
}

#p9393 #r2958.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.45);
}

#p9393 #c4021 {
    background-color: transparent;
    padding-bottom: 60px;
    padding-top: 60px;
    padding-right: 60px;
    padding-left: 60px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: rgba(255, 255, 255, 0.12);
}

#p9393 #c4021.bgfilter:before {
    background-color: rgba(0, 0, 0, 0);
}

#p9393 #r4140 {
    background-color: rgb(105, 185, 9);
}

#p9926 #r2958 {
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../uploads/0Z5q1vUA/shutterstock_282439349.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
}

#p9926 #r2958.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.45);
}

#p9926 #c4021 {
    background-color: transparent;
    padding-bottom: 60px;
    padding-top: 60px;
    padding-right: 60px;
    padding-left: 60px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: rgba(255, 255, 255, 0.12);
}

#p9926 #c4021.bgfilter:before {
    background-color: rgba(0, 0, 0, 0);
}

#p9926 #r2983 {
    background-color: rgb(105, 185, 9);
}

#p9926 #m1393 {
    padding-top: 10px;
}

#p9926 #m2156 {
    padding-top: 10px;
}

#p9926 #m1295 {
    padding-top: 10px;
}

#p9926 #m4126 {
    padding-top: 10px;
}

#p9926 #c3916 {
    margin-top: 20px;
}

#p9926 #m2171 {
    max-width: 200%;
    height: 300px;
}

#p9926 #r4140 {
    background-color: rgb(105, 185, 9);
}

#p7843 #r2958 {
    background-image: url(../uploads/yZciG1DP/BACKDOOR2-211.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    background-attachment: fixed;
    padding-top: 200px;
    padding-bottom: 200px;
}

#p7843 #r2958.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.45);
}

#p7843 #c4021 {
    background-color: transparent;
    padding-bottom: 60px;
    padding-top: 60px;
    padding-right: 60px;
    padding-left: 60px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: rgba(255, 255, 255, 0.12);
}

#p7843 #c4021.bgfilter:before {
    background-color: rgba(0, 0, 0, 0);
}

#p7843 #m2631 {
    padding-top: 10px;
}

#p7843 #r4025 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#p7843 #c2535 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

#p7843 #m3949 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    height: 377px;
}

#p3843 #r3903 {
    padding-bottom: 0px;
    padding-top: 40px;
}

#p3843 #m2880 {
    margin-bottom: 20px;
}

#p3843 #r2236 {
    padding-top: 0px;
    padding-bottom: 40px;
}

#p3843 #m4583 {
    border-style: solid;
    padding-top: 20px;
    padding-bottom: 10px;
}

#p3843 #m4897 {
    margin-bottom: 0px;
}

#p3843 #m4268 {
    border-style: solid;
    padding-top: 20px;
    padding-bottom: 10px;
}

#p3843 #m4609 {
    border-style: solid;
    padding-top: 20px;
    padding-bottom: 10px;
}

#p3843 #m2594 {
    border-style: solid;
    margin-top: 20px;
}

#p3843 #m1724 {
    border-style: solid;
    padding-top: 20px;
    padding-bottom: 10px;
}

#p3843 #m2195 {
    border-style: solid;
    padding-top: 20px;
    padding-bottom: 10px;
}

#p3843 #m1418 {
    border-style: solid;
    padding-top: 20px;
    padding-bottom: 10px;
}

#p3843 #m2495 {
    border-style: solid;
    padding-top: 10px;
}

#p3843 #m1824 {
    border-style: solid;
    padding-top: 20px;
    padding-bottom: 10px;
}

#p3843 #m1873 {
    border-style: solid;
    padding-top: 20px;
    padding-bottom: 10px;
}

#p9511 #m2880 {
    margin-bottom: 20px;
}

#p9511 #m1922 {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width:1199px) {
    #c5000 {
        padding-bottom: 20px;
    }

    #c4354 {
        padding-left: 0px;
        padding-bottom: 0px;
    }

    #m2901 {
        max-width: 46%;
    }

    #m3255 {
        max-width: 46%;
        margin-left: auto;
        margin-right: 0;
    }

    #r5002 {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    #r1074>.container {}

    #p6926 #r2958 {
        padding-top: 150px;
        padding-bottom: 150px;
        background-attachment: scroll;
    }

    #p6926 #r1822 {
        padding-top: 150px;
        padding-bottom: 150px;
        background-attachment: scroll;
    }

    #p6926 #c2958 {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #p6926 #c2165 {
        padding-top: 40px;
        padding-left: 40px;
        padding-bottom: 40px;
        padding-right: 40px;
    }

    #p8397 #r2958 {
        padding-top: 150px;
        padding-bottom: 150px;
        background-attachment: scroll;
    }

    #p5838 #r2958 {
        padding-top: 150px;
        padding-bottom: 150px;
        background-attachment: scroll;
    }

    #p5740 #r2958 {
        padding-top: 150px;
        padding-bottom: 150px;
        background-attachment: scroll;
    }

    #p6311 #r2958 {
        padding-top: 150px;
        padding-bottom: 150px;
        background-attachment: scroll;
    }

    #p6311 #c3800 {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #p6311 #c3038 {
        padding-top: 40px;
        padding-left: 40px;
        padding-bottom: 40px;
        padding-right: 40px;
    }

    #p6358 #r2958 {
        padding-top: 150px;
        padding-bottom: 150px;
        background-attachment: scroll;
    }

    #p9016 #r2958 {
        padding-top: 150px;
        padding-bottom: 150px;
        background-attachment: scroll;
    }

    #p9393 #r2958 {
        padding-top: 150px;
        padding-bottom: 150px;
        background-attachment: scroll;
    }

    #p9926 #r2958 {
        padding-top: 150px;
        padding-bottom: 150px;
        background-attachment: scroll;
    }

    #p7843 #r2958 {
        padding-top: 150px;
        padding-bottom: 150px;
        background-attachment: scroll;
    }
}

@media only screen and (max-width:767px) {
    #r5000 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #c5000 {
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    #m3730 {
        padding-top: 5px;
    }

    #c4354 {
        padding-top: 8px;
        padding-right: 5px;
        margin-bottom: 0px;
    }

    #c2698 {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    #r1074 {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    #c3869 {
        padding-top: 0px;
    }

    #m1028 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    #c3299 {
        padding-top: 0px;
    }

    #m2647 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    #c4123 {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    #p6926 #r2958 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #p6926 #c4021 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p6926 #r1822 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #p6926 #c4570 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p6926 #c2958 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-left-width: 15px;
        border-right-width: 15px;
        margin-top: 20px;
    }

    #p6926 #c2165 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
        border-left-width: 15px;
        border-right-width: 15px;
        margin-bottom: 20px;
    }

    #p6926 #r3726 {
        padding-right: 0px;
    }

    #p6926 #c3675 {
        border-style: solid;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #p6926 #m3123 {
        margin-left: auto;
        margin-right: auto;
    }

    #p6926 #c1669 {
        border-style: solid;
        padding-top: 0px;
    }

    #p6926 #m3297 {
        margin-left: auto;
    }

    #p6926 #c2161 {
        border-style: solid;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #p6926 #m3608 {
        margin-left: auto;
    }

    #p6926 #m2325 {
        margin-left: auto;
    }

    #p6926 #c1540 {
        border-style: solid;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #p6926 #m1984 {
        margin-left: auto;
    }

    #p6926 #c4417 {
        padding-top: 0px;
    }

    #p8397 #r2958 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #p8397 #c4021 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p8397 #c3547 {
        padding-top: 0px;
    }

    #p8397 #m3831 {
        padding-left: 10px;
    }

    #p8397 #c4417 {
        padding-top: 0px;
    }

    #p5838 #r2958 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #p5838 #c4021 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p5838 #r3101 {
        padding-right: 0px;
    }

    #p5838 #c1429 {
        border-style: solid;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #p5838 #m4231 {
        margin-left: auto;
        margin-right: auto;
    }

    #p5838 #c1728 {
        border-style: solid;
        padding-top: 0px;
    }

    #p5838 #m2088 {
        margin-left: auto;
    }

    #p5838 #c1023 {
        border-style: solid;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #p5838 #m2889 {
        margin-left: auto;
    }

    #p5838 #m4340 {
        margin-left: auto;
    }

    #p5838 #c2834 {
        border-style: solid;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #p5838 #m1478 {
        margin-left: auto;
    }

    #p5838 #c4417 {
        padding-top: 0px;
    }

    #p5740 #r2958 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #p5740 #c4021 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p5740 #c3547 {
        padding-top: 0px;
    }

    #p5740 #c4417 {
        padding-top: 0px;
    }

    #p6311 #r2958 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #p6311 #c4021 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p6311 #c3800 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-left-width: 15px;
        border-right-width: 15px;
        margin-top: 20px;
    }

    #p6311 #c3038 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
        border-left-width: 15px;
        border-right-width: 15px;
        margin-bottom: 20px;
    }

    #p6311 #c4417 {
        padding-top: 0px;
    }

    #p6358 #r2958 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #p6358 #c4021 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p6358 #c4417 {
        padding-top: 0px;
    }

    #p9016 #r2958 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #p9016 #c4021 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p9016 #c3547 {
        padding-top: 0px;
    }

    #p9016 #c4417 {
        padding-top: 0px;
    }

    #p9393 #r2958 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #p9393 #c4021 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p9393 #c4417 {
        padding-top: 0px;
    }

    #p9926 #r2958 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #p9926 #c4021 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p9926 #c4417 {
        padding-top: 0px;
    }

    #p7843 #r2958 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #p7843 #c4021 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p7843 #c2429 {
        padding-top: 0px;
    }

    #p7843 #c2535 {
        padding-bottom: 0px;
    }

    #p7843 #m3949 {
        height: 233px;
    }

    #p3843 #r3903 {
        padding-top: 0px;
    }

    #p3843 #c1163 {
        padding-bottom: 0px;
    }

    #p3843 #m2880 {
        margin-bottom: 0px;
    }

    #p3843 #r2236 {
        padding-bottom: 0px;
    }

    #p3843 #c4616 {
        padding-top: 0px;
    }

    #p9511 #r3903 {
        padding-top: 0px;
    }

    #p9511 #m2880 {
        margin-bottom: 0px;
    }
}