.headline {
    font-size: 18px;
    line-height: 1.2em;
    letter-spacing: 0em;
    margin-bottom: 20px;
    color: rgb(33, 33, 33);
    font-family: Lato;
    margin-top: 20px;
}

.headline a:hover {
    text-decoration: underline;
}

nav {
    text-align: center;
}

nav>ul li>a {
    transition: all 0.25s ease-in 0s;
    color: rgb(62, 63, 58);
    font-size: 13px;
    font-family: Abel;
}

nav:before {
    font-size: 30px;
    color: rgb(69, 69, 69);
}

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: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

nav>ul>li>ul li a {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

nav>ul>li>ul li a:hover {
    background-color: rgb(255, 255, 255);
}

nav>ul>li>ul li.active>a {
    background-color: rgb(234, 234, 234);
}

nav>ul li>a:hover {
    color: rgb(105, 124, 58);
}

nav>ul li.active>a {
    color: rgb(105, 124, 58);
}

.subtitle {
    font-size: 22px;
    line-height: 1.2em;
    letter-spacing: 0em;
    margin-bottom: 20px;
    color: rgb(85, 110, 0);
    font-family: Lato;
    margin-top: 20px;
}

.subtitle a {
    color: rgb(85, 110, 0);
}

.subtitle a:hover {
    text-decoration: underline;
}

.preamble {
    font-size: 22px;
    line-height: 1.95em;
    letter-spacing: 0em;
    margin-bottom: 20px;
    color: rgb(33, 33, 33);
    text-align: center;
    font-family: Lato;
    font-weight: 400;
    margin-top: 20px;
}

.preamble a {
    color: rgb(71, 113, 72);
}

.preamble a:hover {
    text-decoration: underline;
}

.bodytext {
    line-height: 1.6em;
    margin-bottom: 20px;
    color: rgb(33, 33, 33);
    font-size: 18px;
    font-family: EB Garamond;
    margin-top: 20px;
}

.bodytext a {
    color: rgb(92, 119, 92);
    font-weight: 800;
}

.bodytext a:hover {
    color: rgb(92, 119, 92);
    text-decoration: underline;
}

.smalltext {
    line-height: 1.6em;
    letter-spacing: 0em;
    font-size: 14px;
    margin-bottom: 5px;
    color: rgb(33, 33, 33);
    font-family: EB Garamond;
    margin-top: 5px;
}

body {
    color: rgb(96, 96, 96);
    font-size: 16px;
    font-family: 'Open Sans';
    line-height: 1.2em;
    font-weight: 400;
    background-color: rgb(238, 234, 225);
}

body a {
    text-decoration: none;
    color: rgb(68, 58, 223);
}

.button {
    border-radius: 3px;
    border-width: 0px;
    background-color: rgb(238, 234, 225);
    color: rgb(30, 30, 30);
    text-decoration: none;
    font-family: EB Garamond;
    font-size: 30px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 40px;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
}

.button:hover {
    text-decoration: underline;
}

.form {
    margin-bottom: 40px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

.form label {
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.form input[type=text],
.form textarea,
.form select {
    border-radius: 3px;
    border-color: rgb(204, 204, 204);
    color: rgb(136, 136, 136);
    font-size: 14px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    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: Arial;
}

.form input[type=submit] {
    background-color: rgb(92, 119, 92);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-family: Arial;
    margin-top: 20px;
    margin-bottom: 0px;
}

.form .thankYou {
    font-family: Arial;
    color: rgb(71, 113, 72);
    font-size: 20px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.form .optins label>a.optinLink {
    color: #4f5e2a;
}

.form input[type=checkbox]+span,
.form input[type=radio]+span,
.form .form_option input[type=checkbox]+label:not([class*="optin"]) {
    line-height: 1.6em;
    margin-bottom: 20px;
    margin-right: 20px;
}

.text {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.image {
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
}

.image+.hoverOverlay .hoverText {
    color: rgb(105, 124, 58);
}

.map {
    margin-bottom: 40px;
}

.gallery {
    margin-bottom: 40px;
}

.custom1 {
    font-family: Abel;
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

.custom1 a {
    color: rgb(0, 0, 0);
}

.custom1 a:hover {
    color: rgb(27, 27, 27);
    text-decoration: underline;
}

.custom2 {
    color: rgb(33, 33, 33);
    font-size: 18px;
    font-family: EB Garamond;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.custom4 {
    color: rgb(33, 33, 33);
    font-size: 20px;
    font-family: Lato;
    line-height: 1.75em;
}

.custom5 {
    font-family: EB Garamond;
    color: rgb(255, 255, 255);
    font-size: 56px;
}

.custom3 {
    color: rgb(71, 113, 72);
    font-size: 16px;
    font-family: EB Garamond;
    text-align: center;
    line-height: 1.85em;
    margin-top: 20px;
    margin-bottom: 20px;
}

.smallsubtitle {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.spottext {
    font-size: 63px;
    color: rgb(255, 255, 255);
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 20px;
}

.footertext {
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 10px;
    color: rgb(33, 33, 33);
    font-family: Crimson Text;
    margin-top: 10px;
}

.footertext a {
    color: rgba(33, 33, 33, 0.53);
}

.footertext a:hover {
    color: rgb(33, 33, 33);
    text-decoration: underline;
}

.companyname {
    font-size: 22px;
    text-align: left;
    line-height: 1.2em;
}

.companyname a {
    color: rgb(96, 96, 96);
}

.smallspottext {
    line-height: 1.5em;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 22px;
    margin-bottom: 5px;
}

.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 {
    font-size: 21px;
    border-width: 2px;
    line-height: 1em;
    margin-bottom: 40px;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
}

.button2:hover {
    border-color: rgba(255, 255, 255, 0.498039);
}

.divider {
    display: table;
    margin-left: auto;
    margin-right: auto;
    border-top-width: 2px;
    border-color: rgb(0, 0, 0);
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.socialmedia {
    font-size: 19px;
    text-align: right;
}

.socialmedia li {
    margin-left: 10px;
    margin-bottom: 10px;
}

.socialmedia li a {
    color: rgb(255, 255, 255);
}

.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;
}

.brandfooter {
    color: rgba(96, 96, 96, 0);
}

.brandfooter a {
    color: rgba(68, 58, 223, 0);
}

.iconlist .iconItem {
    color: rgb(255, 255, 255);
}

.iconlist .iconItem:hover {
    color: rgb(105, 124, 58);
}

@media only screen and (max-width:1199px) {
    nav {}

    nav>ul li>a:hover {}

    nav>ul li.active>a {}

    nav>ul>li>ul a {}

    nav>ul>li>ul li.active>a {}

    nav:before {
        color: rgb(69, 69, 69);
        font-size: 30px;
    }

    .custom4 {}

    .custom4 a {}

    .custom4 a:hover {}

    .custom1 {
        line-height: 1.2em;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .custom3 {}

    .custom3 a {}

    .custom3 a:hover {}

    body {}

    body a {}

    body a:hover {}

    .subtitle {
        font-size: 28px;
    }

    .subtitle a {}

    .subtitle a:hover {}

    .preamble {
        font-size: 18px;
    }

    .preamble a {}

    .preamble a:hover {}

    .bodytext {}

    .bodytext a {}

    .bodytext a:hover {}

    .smallsubtitle {}

    .smallsubtitle a {}

    .smallsubtitle a:hover {}

    .spottext {
        font-size: 50px;
    }

    .spottext a {}

    .spottext a:hover {}

    .smallspottext {
        font-size: 18px;
    }

    .smallspottext a {}

    .smallspottext a:hover {}

    .companyname {
        font-size: 18px;
    }

    .companyname a {}

    .companyname a:hover {}

    .footertext {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media only screen and (max-width:767px) {
    nav>ul li>a {
        font-size: 18px;
    }

    nav>ul>li>ul a {
        font-size: 15px;
    }

    nav:before {
        color: rgb(255, 255, 255);
    }

    nav>ul li a {
        margin-bottom: 10px;
    }

    nav>ul>li>ul li a {
        background-color: rgba(255, 255, 255, 0);
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
    }

    nav.opened-menu>ul {
        background-color: #a7ad97;
        padding-right: 40px;
    }

    nav>ul .closeBtn {
        color: rgb(30, 30, 30);
    }

    nav:hover:before {
        color: rgb(255, 255, 255);
    }

    nav>ul>li>ul li.active>a {
        color: #697c3a;
        text-decoration: underline;
    }

    .headline {
        line-height: 2em;
    }

    .subtitle {
        font-size: 25px;
    }

    .subtitle a {}

    .subtitle a:hover {}

    .preamble {
        font-size: 24px;
        line-height: 1.65em;
    }

    .bodytext {}

    .bodytext a {}

    .bodytext a:hover {}

    .form {
        margin-bottom: 20px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .form label {}

    .form input[type=submit] {}

    .form input[type=submit]:hover {}

    .form input[type=text],
    .form textarea,
    .form select {}

    .form .thankYou {}

    .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;
    }

    .button {
        margin-bottom: 20px;
    }

    .button:hover {}

    .custom1 {
        font-size: 18px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .custom4 {}

    .custom4 a {}

    .custom4 a:hover {}

    .custom5 {}

    .custom5 a {}

    .custom5 a:hover {}

    .spottext {
        font-size: 39px;
    }

    .spottext a {}

    .spottext a:hover {}

    body {}

    body a {}

    body a:hover {}

    .locale {}

    .locale ul li a {}

    .locale ul li a:hover {}

    .locale ul li.active a {}

    .locale ul li {}

    .locale ul li:hover {}

    .locale ul li.active {}

    .smallsubtitle {}

    .smallsubtitle a {}

    .smallsubtitle a:hover {}

    .smallspottext {
        font-size: 20px;
    }

    .smallspottext a {}

    .smallspottext a:hover {}

    .companyname {
        font-size: 20px;
    }

    .companyname a {}

    .companyname a:hover {}

    .footertext {
        font-size: 19px;
    }

    .button2 {
        margin-bottom: 20px;
    }

    .button2:hover {}

    .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 {}

    .button3 {
        width: 100%;
        background-color: rgb(238, 234, 225);
        font-weight: 700;
        color: rgb(105, 124, 58);
        font-family: EB Garamond;
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        border-bottom-width: 2px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-color: rgb(0, 0, 0);
        margin-bottom: 0px;
    }
}

#r2482 {
    background-color: #a7ad97;
}

#m5000>ul li>a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 22px;
}

#m5000>ul li>a:hover {
    text-decoration: underline;
}

#m5000>ul li.active>a {
    text-decoration: none;
}

#m5000>ul>li>ul a:hover {
    text-decoration: underline;
}

#m5000>ul .closeBtn:hover {
    color: rgb(238, 234, 225);
}

#m5000>ul>li>ul li a {
    background-color: #a7ad97;
}

#m5000>ul>li>ul li.active>a {
    background-color: #a7ad97;
}

#r2531 {
    background-color: rgb(255, 255, 255);
}

#c1356 {
    padding-left: 0px;
    padding-right: 0px;
}

#m2030 {
    max-width: 50%;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
}

#m4333 {
    margin-top: 30px;
    padding-top: 35px;
}

#r4367 {
    margin-left: 0px;
    margin-right: 0px;
    background-color: #5c5d57;
    border-style: solid;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#r4367>.container {
    padding-left: 40px;
    padding-right: 40px;
}

#c6107 {
    border-color: rgb(255, 255, 255);
}

#m4038 input[type=text],
#m4038 input[type=date],
#m4038 textarea,
#m4038 select {
    border-style: solid;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: EB Garamond;
    color: rgb(30, 30, 30);
    line-height: 1.35em;
}

#m4038 input[type=submit] {
    display: table;
    width: 17%;
    background-color: rgb(238, 234, 225);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-family: Belgrano;
    font-size: 12px;
    margin-left: auto;
    margin-top: 0px;
    margin-right: auto;
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 10px;
}

#m4038 label {
    margin-top: 0px;
    margin-bottom: 0px;
}

#m4038 {
    border-style: solid;
}

#c1942 {
    border-color: rgb(255, 255, 255);
}

#c3006 {
    border-style: solid;
    border-color: rgb(255, 255, 255);
}

#m3159 {
    height: 150px;
    border-style: solid;
    margin-left: 40px;
    margin-top: 47px;
    margin-right: 40px;
}

#r1074 {
    background-color: #a7ad97;
    border-style: solid;
}

#c4123 {
    padding-left: 0px;
    padding-right: 0px;
}

#p8663 #r4871 {
    background-image: url(../uploads/ax5uf5QR/ATGKITBeaconsfieldMarlow1191.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 250px;
    padding-bottom: 200px;
}

#p8663 #c8724 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p8663 #m1861 {
    background-color: rgba(16, 65, 76, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p8663 #m4521 {
    background-color: rgba(16, 65, 76, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p8663 #m1308 {
    background-color: rgba(16, 65, 76, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p8663 #m3424 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p8663 #m3424:hover {
    text-decoration: underline;
}

#p8663 #r1090 {
    background-image: url(../uploads/58y6bTzz/bella-matt-denim-1200x800.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%;
    padding-top: 250px;
    padding-bottom: 200px;
}

#p8663 #c4596 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p8663 #m3442 {
    background-color: rgba(167, 173, 151, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p8663 #m3326 {
    background-color: rgba(167, 173, 151, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p8663 #m1704 {
    background-color: rgba(167, 173, 151, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p8663 #m4587 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p8663 #m4587:hover {
    text-decoration: underline;
}

#p8663 #r2649 {
    background-image: url(../uploads/xQO0dr2H/20-INT_HOME-OFFICE_S02-SHAKER-BLUE_F01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-color: rgb(0, 0, 0);
    padding-top: 250px;
    padding-bottom: 200px;
}

#p8663 #c3627 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p8663 #m2821 {
    background-color: rgba(200, 200, 145, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p8663 #m2298 {
    background-color: rgba(200, 200, 145, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p8663 #m3047 {
    background-color: rgba(200, 200, 145, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p8663 #m4543 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p8663 #m4543:hover {
    text-decoration: underline;
}

#p8663 #r1971 {
    margin-left: 0px;
    margin-right: 0px;
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-bottom: 10px;
}

#p8663 #c9025 {
    padding-top: 20px;
    padding-bottom: 10px;
}

#p8663 #r3095 {
    background-color: rgb(238, 234, 225);
}

#p8663 #c5396 {
    background-color: rgb(238, 234, 225);
}

#p8663 #m2803 {
    padding-top: 20px;
}

#p8663 #m4508 {
    padding-left: 10px;
    padding-top: 25px;
    padding-right: 10px;
}

#p8663 #m3008 {
    margin-left: auto;
    margin-right: auto;
    box-shadow: 4px 4px 15px 0px rgb(92, 119, 92);
}

#p8663 #c1086 {
    background-color: rgb(238, 234, 225);
}

#p8663 #m2316 {
    margin-top: 40px;
    margin-bottom: 40px;
}

#p8663 #r1332 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-bottom: 20px;
}

#p8663 #r3264 {
    background-color: rgb(255, 255, 255);
}

#p8663 #c6778 {
    background-color: #10414c;
}

#p8663 #m2908 {
    background-color: #10414c;
    color: rgb(255, 255, 255);
    margin-left: auto;
    margin-top: 40px;
    margin-right: auto;
}

#p8663 #m2908:hover {
    text-decoration: underline;
}

#p8663 #c2269 {
    background-color: #a7ad97;
}

#p8663 #m4153 {
    background-color: #a7ad97;
    color: rgb(255, 255, 255);
    margin-left: auto;
    margin-top: 40px;
    margin-right: auto;
}

#p8663 #m4153:hover {
    text-decoration: underline;
}

#p8663 #c4209 {
    background-color: #c8c891;
}

#p8663 #m4512 {
    background-color: #c8c891;
    color: rgb(255, 255, 255);
    margin-left: auto;
    margin-top: 40px;
    margin-right: auto;
}

#p8663 #m4512:hover {
    text-decoration: underline;
}

#p8663 #r4722 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-bottom: 20px;
}

#p8663 #r3458 {
    background-color: rgb(255, 255, 255);
}

#p8663 #r2127 {
    background-color: rgb(255, 255, 255);
    padding-bottom: 20px;
}

#p8663 #r4156 {
    background-image: url(../uploads/bUSfwElX/Image7_000.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: scroll;
    padding-top: 100px;
    padding-bottom: 100px;
}

#p8663 #r4156.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.69);
}

#p8663 #c5422 {
    padding-top: 50px;
    padding-bottom: 50px;
}

#p8663 #m3457 .reviewName {
    font-family: Kanit;
    color: rgb(255, 255, 255);
    text-align: center;
}

#p8663 #m3457 .reviewDescription {
    color: rgb(255, 255, 255);
    font-size: 30px;
    text-align: center;
}

#p8663 #m3457 .reviewRating {
    color: #d2d291;
    font-size: 25px;
    text-align: center;
}

#p8663 #m3457 .authorDate {
    color: #c8c891;
    text-align: center;
}

#p8663 #m3457 {
    background-color: rgba(255, 255, 255, 0.33);
    border-style: solid;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
}

#p8663 #r3315 {
    background-image: url(../uploads/qJMEdcFu/Bella-Matt-Blush-Pink-Urban-Oak-Venice-1200x800.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: scroll;
    padding-top: 100px;
    padding-bottom: 100px;
}

#p8663 #r3315.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.69);
}

#p8663 #m1910 .reviewName {
    color: rgb(255, 255, 255);
    text-align: center;
}

#p8663 #m1910 .reviewDescription {
    color: rgb(255, 255, 255);
    font-size: 30px;
    text-align: center;
}

#p8663 #m1910 .reviewRating {
    color: #d2d291;
    font-size: 25px;
    text-align: center;
}

#p8663 #m1910 .authorDate {
    font-family: Droid Serif;
    color: #c8c891;
    text-align: center;
}

#p8663 #m1910 {
    background-color: rgba(255, 255, 255, 0.33);
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
}

#p8663 #r4279 {
    background-image: url(../uploads/xQO0dr2H/20-INT_HOME-OFFICE_S02-SHAKER-BLUE_F01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    background-attachment: scroll;
    padding-top: 100px;
    padding-bottom: 100px;
}

#p8663 #r4279.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.69);
}

#p8663 #m2351 .reviewName {
    color: rgb(255, 255, 255);
    text-align: center;
}

#p8663 #m2351 .reviewDescription {
    color: rgb(255, 255, 255);
    font-size: 30px;
    text-align: center;
}

#p8663 #m2351 .reviewRating {
    color: #d2d291;
    font-size: 25px;
    text-align: center;
}

#p8663 #m2351 .authorDate {
    font-family: Droid Serif;
    color: #c8c891;
    text-align: center;
}

#p8663 #m2351 {
    background-color: rgba(255, 255, 255, 0.33);
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
}

#p8663 #m2916 .reviewName {
    color: rgb(255, 255, 255);
    text-align: center;
}

#p8663 #m2916 .reviewDescription {
    color: rgb(255, 255, 255);
    font-size: 30px;
    text-align: center;
}

#p8663 #m2916 .reviewRating {
    color: #d2d291;
    font-size: 25px;
    text-align: center;
}

#p8663 #m2916 .authorDate {
    font-family: Droid Serif;
    color: #c8c891;
    text-align: center;
}

#p8663 #m2916 {
    background-color: rgba(255, 255, 255, 0.33);
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
}

#p6725 {
    /* background-image: url(../uploads/SPer4bf7/2024-04-18_10-26-53_833__msi___jpeg.jpeg); */
}

#p6725 #r2075 {
    background-image: url(../uploads/ywsQKXVz/ATGKITBeaconsfieldMarlow1224.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 250px;
    padding-bottom: 200px;
}

#p6725 #c4737 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p6725 #m4034 {
    background-color: rgba(16, 65, 76, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p6725 #m4539 {
    background-color: rgba(16, 65, 76, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p6725 #m1157 {
    background-color: rgba(16, 65, 76, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p6725 #m3872 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p6725 #m3872:hover {
    text-decoration: underline;
}

#p6725 #r4041 {
    background-image: url(../uploads/Dfm2m5rU/a-002.png.jpg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-top: 250px;
    padding-bottom: 200px;
}

#p6725 #c3805 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p6725 #m4066 {
    background-color: rgba(167, 173, 151, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p6725 #m1020 {
    background-color: rgba(167, 173, 151, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p6725 #m3034 {
    background-color: rgba(167, 173, 151, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p6725 #m1530 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p6725 #m1530:hover {
    text-decoration: underline;
}

#p6725 #r2816 {
    background-image: url(../uploads/S96KUQY7/ATG-SwakeleysDriveElmWalk4342.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-color: rgb(0, 0, 0);
    padding-top: 250px;
    padding-bottom: 200px;
}

#p6725 #c4466 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p6725 #m4303 {
    background-color: rgba(200, 200, 145, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p6725 #m1614 {
    background-color: rgba(200, 200, 145, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p6725 #m1323 {
    background-color: rgba(200, 200, 145, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p6725 #m3480 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p6725 #m3480:hover {
    text-decoration: underline;
}

#p6725 #r3760 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
}

#p6725 #r4493 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-bottom: 20px;
}

#p6725 #r3078 {
    background-color: rgb(255, 255, 255);
    padding-top: 100px;
    padding-bottom: 100px;
}

#p6725 #c7719 {
    background-color: #10414c;
    border-right-width: 3px;
    border-color: rgb(255, 255, 255);
}

#p6725 #m4858 {
    padding-top: 75px;
    padding-bottom: 75px;
}

#p6725 #c4116 {
    background-color: #a7ad97;
    border-right-width: 3px;
    border-color: rgb(255, 255, 255);
}

#p6725 #m1377 {
    padding-top: 75px;
    padding-bottom: 75px;
}

#p6725 #c4836 {
    background-color: #c8c891;
}

#p6725 #m1839 {
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7857 #r2519 {
    background-image: url(../uploads/ywsQKXVz/ATGKITBeaconsfieldMarlow1224.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 250px;
    padding-bottom: 200px;
}

#p7857 #c1536 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p7857 #m2826 {
    background-color: rgba(16, 65, 76, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7857 #m1131 {
    background-color: rgba(16, 65, 76, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7857 #m2981 {
    background-color: rgba(16, 65, 76, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7857 #m1390 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p7857 #m1390:hover {
    text-decoration: underline;
}

#p7857 #r2814 {
    background-image: url(../uploads/yrgrWWro/Image4-001.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-top: 250px;
    padding-bottom: 200px;
}

#p7857 #c4379 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p7857 #m4032 {
    background-color: rgba(167, 173, 151, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7857 #m3304 {
    background-color: rgba(167, 173, 151, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7857 #m4185 {
    background-color: rgba(167, 173, 151, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7857 #m3955 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p7857 #m3955:hover {
    text-decoration: underline;
}

#p7857 #r3803 {
    background-image: url(../uploads/SDNVfB1g/Image4.png.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-color: rgb(0, 0, 0);
    padding-top: 250px;
    padding-bottom: 200px;
}

#p7857 #c3314 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p7857 #m1368 {
    background-color: rgba(200, 200, 145, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7857 #m2278 {
    background-color: rgba(200, 200, 145, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7857 #m2779 {
    background-color: rgba(200, 200, 145, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7857 #m3824 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p7857 #m3824:hover {
    text-decoration: underline;
}

#p7857 #r3194 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
}

#p7857 #c8732 {
    padding-left: 0px;
    padding-right: 0px;
}

#p7857 #m1090 .hoverOverlay .hoverIcon {
    border-style: solid;
}

#p7857 #m1090 .hoverOverlay {
    border-style: solid;
}

#p7857 #m1090 {
    border-style: solid;
}

#p9088 #r3664 {
    background-image: url(../uploads/ywsQKXVz/ATGKITBeaconsfieldMarlow1224.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 250px;
    padding-bottom: 200px;
}

#p9088 #c1865 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p9088 #m3331 {
    background-color: rgba(16, 65, 76, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p9088 #m1844 {
    background-color: rgba(16, 65, 76, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p9088 #m1374 {
    background-color: rgba(16, 65, 76, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p9088 #m3978 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p9088 #m3978:hover {
    text-decoration: underline;
}

#p9088 #r3301 {
    background-image: url(../uploads/Dfm2m5rU/a-002.png.jpg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-top: 250px;
    padding-bottom: 200px;
}

#p9088 #c3733 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p9088 #m1632 {
    background-color: rgba(167, 173, 151, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p9088 #m4610 {
    background-color: rgba(167, 173, 151, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p9088 #m1244 {
    background-color: rgba(167, 173, 151, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p9088 #m3476 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p9088 #m3476:hover {
    text-decoration: underline;
}

#p9088 #r3941 {
    background-image: url(../uploads/saLLfOmb/Image5_000.png.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-color: rgb(0, 0, 0);
    padding-top: 250px;
    padding-bottom: 200px;
}

#p9088 #c1073 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p9088 #m3599 {
    background-color: rgba(200, 200, 145, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p9088 #m3596 {
    background-color: rgba(200, 200, 145, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p9088 #m1393 {
    background-color: rgba(200, 200, 145, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p9088 #m2736 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p9088 #m2736:hover {
    text-decoration: underline;
}

#p9088 #r3355 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
}

#p9088 #c3886 {
    padding-left: 0px;
    padding-right: 0px;
}

#p9088 #m4181 .hoverOverlay .hoverIcon {
    border-style: solid;
}

#p9088 #m4181 .hoverOverlay {
    border-style: solid;
}

#p9088 #m4181 {
    border-style: solid;
}

#p7694 #r1779 {
    background-image: url(../uploads/ywsQKXVz/ATGKITBeaconsfieldMarlow1224.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 250px;
    padding-bottom: 200px;
}

#p7694 #c4429 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p7694 #m2151 {
    background-color: rgba(16, 65, 76, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7694 #m1629 {
    background-color: rgba(16, 65, 76, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7694 #m2063 {
    background-color: rgba(16, 65, 76, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7694 #m1962 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p7694 #m1962:hover {
    text-decoration: underline;
}

#p7694 #r3823 {
    background-image: url(../uploads/Dfm2m5rU/a-002.png.jpg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-top: 250px;
    padding-bottom: 200px;
}

#p7694 #c1950 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p7694 #m4413 {
    background-color: rgba(167, 173, 151, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7694 #m1504 {
    background-color: rgba(167, 173, 151, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7694 #m2618 {
    background-color: rgba(167, 173, 151, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7694 #m3734 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p7694 #m3734:hover {
    text-decoration: underline;
}

#p7694 #r1326 {
    background-image: url(../uploads/rNeoFYEy/Image4_001.png.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-color: rgb(0, 0, 0);
    padding-top: 250px;
    padding-bottom: 200px;
}

#p7694 #c1135 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p7694 #m3746 {
    background-color: rgba(200, 200, 145, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7694 #m2386 {
    background-color: rgba(200, 200, 145, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7694 #m4169 {
    background-color: rgba(200, 200, 145, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7694 #m2106 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p7694 #m2106:hover {
    text-decoration: underline;
}

#p7694 #r4590 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
}

#p7694 #c3886 {
    padding-left: 0px;
    padding-right: 0px;
}

#p8438 #r3621 {
    background-image: url(../uploads/ywsQKXVz/ATGKITBeaconsfieldMarlow1224.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 250px;
    padding-bottom: 200px;
}

#p8438 #c3345 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p8438 #m1296 {
    background-color: rgba(16, 65, 76, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p8438 #m2031 {
    background-color: rgba(16, 65, 76, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p8438 #m1665 {
    background-color: rgba(16, 65, 76, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p8438 #m3345 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p8438 #m3345:hover {
    text-decoration: underline;
}

#p8438 #r1436 {
    background-image: url(../uploads/5JwgSJPk/Image2.jpg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-top: 250px;
    padding-bottom: 200px;
}

#p8438 #c2549 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p8438 #m3361 {
    background-color: rgba(167, 173, 151, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p8438 #m2138 {
    background-color: rgba(167, 173, 151, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p8438 #m4994 {
    background-color: rgba(167, 173, 151, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p8438 #m3573 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p8438 #m3573:hover {
    text-decoration: underline;
}

#p8438 #r4446 {
    background-image: url(../uploads/0We9tLhy/Image3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-color: rgb(0, 0, 0);
    padding-top: 250px;
    padding-bottom: 200px;
}

#p8438 #c1362 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p8438 #m2987 {
    background-color: rgba(200, 200, 145, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p8438 #m2949 {
    background-color: rgba(200, 200, 145, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p8438 #m3327 {
    background-color: rgba(200, 200, 145, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p8438 #m3113 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p8438 #m3113:hover {
    text-decoration: underline;
}

#p8438 #r4815 {
    background-color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-bottom: 10px;
}

#p8438 #r1750 {
    background-color: rgb(238, 234, 225);
}

#p8438 #c3631 {
    background-color: rgb(238, 234, 225);
}

#p8438 #c4147 {
    background-color: rgb(238, 234, 225);
}

#p8438 #m2766 {
    float: right;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}

#p8438 #r4233 {
    background-color: rgb(255, 255, 255);
}

#p5950 #r1686 {
    background-image: url(../uploads/xQO0dr2H/20-INT_HOME-OFFICE_S02-SHAKER-BLUE_F01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#p5950 #r2370 {
    background-image: url(../uploads/58y6bTzz/bella-matt-denim-1200x800.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    padding-top: 250px;
    padding-bottom: 200px;
}

#p5950 #c3893 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p5950 #m2920 {
    background-color: rgba(16, 65, 76, 0.97);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p5950 #m1448 {
    background-color: rgba(16, 65, 76, 0.97);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p5950 #m4775 {
    background-color: rgba(16, 65, 76, 0.97);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p5950 #r1608 {
    background-color: rgba(167, 173, 151, 0.95);
    background-image: url(../uploads/hJ0WDuCp/BellaKnebworthMattBlackBedroom.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 250px;
    padding-bottom: 200px;
}

#p5950 #c3684 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p5950 #m2738 {
    background-color: rgba(167, 173, 151, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p5950 #m2881 {
    background-color: rgba(16, 65, 76, 0.97);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p5950 #m1274 {
    background-color: rgba(167, 173, 151, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p5950 #r2392 {
    background-image: url(../uploads/WQjKIG3n/bella-satin-white-1200x800.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-color: rgb(0, 0, 0);
    padding-top: 250px;
    padding-bottom: 200px;
}

#p5950 #c2873 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p5950 #m2292 {
    background-color: rgba(200, 200, 145, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p5950 #m1720 {
    background-color: rgba(200, 200, 145, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p5950 #m3721 {
    background-color: rgba(200, 200, 145, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p5950 #r1164 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
}

#p5950 #r4776 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-bottom: 20px;
}

#p7929 #r2370 {
    background-image: url(../uploads/xQO0dr2H/20-INT_HOME-OFFICE_S02-SHAKER-BLUE_F01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    padding-top: 250px;
    padding-bottom: 200px;
}

#p7929 #c3893 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p7929 #m2920 {
    background-color: rgba(16, 65, 76, 0.97);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7929 #m1305 {
    background-color: rgba(16, 65, 76, 0.97);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7929 #m2165 {
    background-color: rgba(16, 65, 76, 0.97);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7929 #r1164 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
}

#p7929 #r4776 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-bottom: 20px;
}

#p7929 #m4263 .hoverOverlay .hoverIcon {
    border-style: solid;
}

#p7929 #m4263 .hoverOverlay {
    border-style: solid;
}

#p7929 #m4263 {
    border-style: solid;
}

#p5739 #r1204 {
    background-image: url(../uploads/ax5uf5QR/ATGKITBeaconsfieldMarlow1191.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 250px;
    padding-bottom: 200px;
}

#p5739 #c3105 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p5739 #m2522 {
    background-color: rgba(16, 65, 76, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p5739 #m1184 {
    background-color: rgba(16, 65, 76, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p5739 #m4252 {
    background-color: rgba(16, 65, 76, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p5739 #m3238 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p5739 #m3238:hover {
    text-decoration: underline;
}

#p5739 #r2666 {
    background-image: url(../uploads/58y6bTzz/bella-matt-denim-1200x800.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%;
    padding-top: 250px;
    padding-bottom: 200px;
}

#p5739 #c3142 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p5739 #m1880 {
    background-color: rgba(167, 173, 151, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p5739 #m4707 {
    background-color: rgba(167, 173, 151, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p5739 #m2764 {
    background-color: rgba(167, 173, 151, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p5739 #m3106 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p5739 #m3106:hover {
    text-decoration: underline;
}

#p5739 #r2811 {
    background-image: url(../uploads/xQO0dr2H/20-INT_HOME-OFFICE_S02-SHAKER-BLUE_F01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-color: rgb(0, 0, 0);
    padding-top: 250px;
    padding-bottom: 200px;
}

#p5739 #c3926 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p5739 #m1190 {
    background-color: rgba(200, 200, 145, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p5739 #m2734 {
    background-color: rgba(200, 200, 145, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p5739 #m2581 {
    background-color: rgba(200, 200, 145, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p5739 #m1485 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p5739 #m1485:hover {
    text-decoration: underline;
}

#p5739 #r4757 {
    background-color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-bottom: 10px;
}

#p5739 #r1293 {
    background-color: rgb(238, 234, 225);
}

#p5739 #c3675 {
    background-color: rgb(238, 234, 225);
}

#p5739 #m1936 {
    margin-top: 70px;
    padding-left: 10px;
    padding-top: 25px;
    padding-right: 10px;
}

#p5739 #m1484 {
    margin-left: auto;
    margin-right: auto;
    box-shadow: 4px 4px 15px 0px rgb(92, 119, 92);
}

#p5739 #c1387 {
    background-color: rgb(238, 234, 225);
}

#p5739 #m1868 {
    margin-top: 40px;
    margin-bottom: 40px;
}

#p6189 #r2972 {
    background-image: url(../uploads/ax5uf5QR/ATGKITBeaconsfieldMarlow1191.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 250px;
    padding-bottom: 200px;
}

#p6189 #c2800 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p6189 #m4474 {
    background-color: rgba(16, 65, 76, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p6189 #m2227 {
    background-color: rgba(16, 65, 76, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p6189 #m1644 {
    background-color: rgba(16, 65, 76, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p6189 #m1547 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p6189 #m1547:hover {
    text-decoration: underline;
}

#p6189 #r1249 {
    background-image: url(../uploads/58y6bTzz/bella-matt-denim-1200x800.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%;
    padding-top: 250px;
    padding-bottom: 200px;
}

#p6189 #c2975 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p6189 #m2845 {
    background-color: rgba(167, 173, 151, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p6189 #m1189 {
    background-color: rgba(167, 173, 151, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p6189 #m1462 {
    background-color: rgba(167, 173, 151, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p6189 #m2486 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p6189 #m2486:hover {
    text-decoration: underline;
}

#p6189 #r2280 {
    background-image: url(../uploads/xQO0dr2H/20-INT_HOME-OFFICE_S02-SHAKER-BLUE_F01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-color: rgb(0, 0, 0);
    padding-top: 250px;
    padding-bottom: 200px;
}

#p6189 #c1363 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p6189 #m1070 {
    background-color: rgba(200, 200, 145, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p6189 #m1772 {
    background-color: rgba(200, 200, 145, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p6189 #m1928 {
    background-color: rgba(200, 200, 145, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p6189 #m2913 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p6189 #m2913:hover {
    text-decoration: underline;
}

#p6189 #m3424 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m3748 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m4479 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m3832 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m3605 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m4851 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m3122 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m4425 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m2103 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m3710 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m4768 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m2970 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m1475 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m4090 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m2806 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m1655 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m4357 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m1296 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m1049 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m1492 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m4989 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m1002 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m3125 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m4577 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m2907 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m2442 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m3179 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m1637 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m3744 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m3979 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m1872 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m3620 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 1px;
}

#p6189 #m4881 {
    border-color: rgb(79, 97, 40);
    border-bottom-width: 0px;
}

#p8053 #r4871 {
    background-image: url(../uploads/ax5uf5QR/ATGKITBeaconsfieldMarlow1191.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 250px;
    padding-bottom: 200px;
}

#p8053 #c8724 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p8053 #m1861 {
    background-color: rgba(16, 65, 76, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p8053 #m4521 {
    background-color: rgba(16, 65, 76, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p8053 #m1308 {
    background-color: rgba(16, 65, 76, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p8053 #m3424 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p8053 #m3424:hover {
    text-decoration: underline;
}

#p8053 #r1090 {
    background-image: url(../uploads/58y6bTzz/bella-matt-denim-1200x800.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%;
    padding-top: 250px;
    padding-bottom: 200px;
}

#p8053 #c4596 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p8053 #m3442 {
    background-color: rgba(167, 173, 151, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p8053 #m3326 {
    background-color: rgba(167, 173, 151, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p8053 #m1704 {
    background-color: rgba(167, 173, 151, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p8053 #m4587 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p8053 #m4587:hover {
    text-decoration: underline;
}

#p8053 #r2649 {
    background-image: url(../uploads/xQO0dr2H/20-INT_HOME-OFFICE_S02-SHAKER-BLUE_F01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-color: rgb(0, 0, 0);
    padding-top: 250px;
    padding-bottom: 200px;
}

#p8053 #c3627 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p8053 #m2821 {
    background-color: rgba(200, 200, 145, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p8053 #m2298 {
    background-color: rgba(200, 200, 145, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p8053 #m3047 {
    background-color: rgba(200, 200, 145, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p8053 #m4543 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p8053 #m4543:hover {
    text-decoration: underline;
}

#p8053 #r1971 {
    margin-left: 0px;
    margin-right: 0px;
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-bottom: 10px;
}

#p8053 #c9025 {
    padding-top: 20px;
    padding-bottom: 10px;
}

#p8053 #r4801 {
    padding-bottom: 20px;
}

#p8053 #c5793 {
    padding-bottom: 56px;
}

#p8053 #c6601 {
    background-color: rgb(241, 241, 241);
    background-clip: content-box;
    padding-left: 0px;
    padding-right: 8px;
}

#p8053 #m6643 {
    margin-left: auto;
    margin-top: 56px;
    margin-bottom: 32px;
    margin-right: auto;
}

#p8053 #m7969 {
    margin-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;
}

#p8053 #c7218 {
    background-color: rgb(241, 241, 241);
    background-clip: content-box;
    padding-left: 8px;
    padding-right: 8px;
}

#p8053 #m9272 {
    margin-left: auto;
    margin-top: 56px;
    margin-bottom: 32px;
    margin-right: auto;
}

#p8053 #m8755 {
    margin-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;
}

#p8053 #c6780 {
    background-color: rgb(241, 241, 241);
    background-clip: content-box;
    padding-left: 8px;
    padding-right: 0px;
}

#p8053 #m5861 {
    margin-left: auto;
    margin-top: 56px;
    margin-bottom: 32px;
    margin-right: auto;
}

#p8053 #m5856 {
    margin-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;
}

#p8053 #m9594 .reviewName {
    text-align: center;
}

#p8053 #m9594 .reviewDescription {
    text-align: center;
}

#p8053 #m9594 .reviewRating {
    text-align: center;
}

#p8053 #m9594 .authorDate {
    text-align: center;
}

#p8053 #m8885 .reviewName {
    text-align: center;
}

#p8053 #m8885 .reviewDescription {
    text-align: center;
}

#p8053 #m8885 .reviewRating {
    text-align: center;
}

#p8053 #m8885 .authorDate {
    text-align: center;
}

#p8053 #m5540 .reviewName {
    text-align: center;
}

#p8053 #m5540 .reviewDescription {
    text-align: center;
}

#p8053 #m5540 .reviewRating {
    text-align: center;
}

#p8053 #m5540 .authorDate {
    text-align: center;
}

#p8053 #m9024 .reviewName {
    text-align: center;
}

#p8053 #m9024 .reviewDescription {
    text-align: center;
}

#p8053 #m9024 .reviewRating {
    text-align: center;
}

#p8053 #m9024 .authorDate {
    text-align: center;
}

#p8053 #m8044 .reviewName {
    text-align: center;
}

#p8053 #m8044 .reviewDescription {
    text-align: center;
}

#p8053 #m8044 .reviewRating {
    text-align: center;
}

#p8053 #m8044 .authorDate {
    text-align: center;
}

#p8053 #m8868 .reviewName {
    text-align: center;
}

#p8053 #m8868 .reviewDescription {
    text-align: center;
}

#p8053 #m8868 .reviewRating {
    text-align: center;
}

#p8053 #m8868 .authorDate {
    text-align: center;
}

#p8053 #r4095 {
    padding-bottom: 20px;
}

#p8053 #c3679 {
    padding-bottom: 56px;
}

#p8053 #c2959 {
    background-color: rgb(241, 241, 241);
    background-clip: content-box;
    padding-left: 0px;
    padding-right: 8px;
}

#p8053 #m3375 {
    margin-left: auto;
    margin-top: 56px;
    margin-bottom: 32px;
    margin-right: auto;
}

#p8053 #m3073 {
    margin-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;
}

#p8053 #c3688 {
    background-color: rgb(241, 241, 241);
    background-clip: content-box;
    padding-left: 8px;
    padding-right: 8px;
}

#p8053 #m1145 {
    margin-left: auto;
    margin-top: 56px;
    margin-bottom: 32px;
    margin-right: auto;
}

#p8053 #m4624 {
    margin-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;
}

#p8053 #c3517 {
    background-color: rgb(241, 241, 241);
    background-clip: content-box;
    padding-left: 8px;
    padding-right: 0px;
}

#p8053 #m1502 {
    margin-left: auto;
    margin-top: 56px;
    margin-bottom: 32px;
    margin-right: auto;
}

#p8053 #m3119 {
    margin-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;
}

#p7447 #r3628 {
    background-image: url(../uploads/ax5uf5QR/ATGKITBeaconsfieldMarlow1191.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 250px;
    padding-bottom: 200px;
}

#p7447 #c1646 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p7447 #m3111 {
    background-color: rgba(16, 65, 76, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7447 #m3104 {
    background-color: rgba(16, 65, 76, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7447 #m1823 {
    background-color: rgba(16, 65, 76, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7447 #m2819 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p7447 #m2819:hover {
    text-decoration: underline;
}

#p7447 #r1317 {
    background-image: url(../uploads/58y6bTzz/bella-matt-denim-1200x800.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%;
    padding-top: 250px;
    padding-bottom: 200px;
}

#p7447 #c2756 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p7447 #m1770 {
    background-color: rgba(167, 173, 151, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7447 #m2690 {
    background-color: rgba(167, 173, 151, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7447 #m2477 {
    background-color: rgba(167, 173, 151, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7447 #m4941 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p7447 #m4941:hover {
    text-decoration: underline;
}

#p7447 #r3523 {
    background-image: url(../uploads/xQO0dr2H/20-INT_HOME-OFFICE_S02-SHAKER-BLUE_F01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-color: rgb(0, 0, 0);
    padding-top: 250px;
    padding-bottom: 200px;
}

#p7447 #c1673 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p7447 #m3637 {
    background-color: rgba(200, 200, 145, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7447 #m4203 {
    background-color: rgba(200, 200, 145, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7447 #m2247 {
    background-color: rgba(200, 200, 145, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p7447 #m3433 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p7447 #m3433:hover {
    text-decoration: underline;
}

#p7447 #r1455 {
    background-color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-bottom: 10px;
}

#p7447 #c2616 {
    margin-left: 0px;
    margin-right: 0px;
    background-color: rgb(255, 255, 255);
    border-style: solid;
    margin-top: 20px;
}

#p7447 #c4815 {
    background-color: rgb(255, 255, 255);
    border-style: solid;
}

#p7447 #c3262 {
    margin-left: 0px;
    margin-right: 0px;
    background-color: rgb(255, 255, 255);
}

#p7447 #m1433 input[type=submit] {
    display: table;
    background-color: #a7ad97;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
}

#p7447 #m1433 input[type=text],
#m1433 input[type=date],
#m1433 textarea,
#m1433 select {
    background-color: rgb(255, 255, 255);
    margin-right: 00px;
    padding-left: 50px;
    padding-right: 50px;
}

#p7447 #m1433 {
    background-color: rgb(238, 234, 225);
    margin-top: 40px;
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
}

#p7447 #c1168 {
    margin-left: 0px;
    margin-right: 0px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

#p7447 #m1223 {
    height: 300px;
    border-style: solid;
}

#p9101 #r2886 {
    background-image: url(../uploads/zPwQwaMY/ETT-NBoXkAEjn43.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 250px;
    padding-bottom: 200px;
}

#p9101 #c3799 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p9101 #m2441 {
    background-color: rgba(16, 65, 76, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p9101 #m3758 {
    background-color: rgba(16, 65, 76, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p9101 #m4105 {
    background-color: rgba(16, 65, 76, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p9101 #m4517 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p9101 #m4517:hover {
    text-decoration: underline;
}

#p9101 #r2563 {
    background-image: url(../uploads/ax5uf5QR/ATGKITBeaconsfieldMarlow1191.jpg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-top: 250px;
    padding-bottom: 200px;
}

#p9101 #c1643 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p9101 #m3254 {
    background-color: rgba(167, 173, 151, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p9101 #m2891 {
    background-color: rgba(167, 173, 151, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p9101 #m4545 {
    background-color: rgba(167, 173, 151, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p9101 #m3861 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p9101 #m3861:hover {
    text-decoration: underline;
}

#p9101 #r3097 {
    background-image: url(../uploads/5JwgSJPk/Image2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-color: rgb(0, 0, 0);
    padding-top: 250px;
    padding-bottom: 200px;
}

#p9101 #c1036 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#p9101 #m2101 {
    background-color: rgba(200, 200, 145, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p9101 #m3452 {
    background-color: rgba(200, 200, 145, 0.94);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p9101 #m2554 {
    background-color: rgba(200, 200, 145, 0.79);
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
}

#p9101 #m4685 {
    font-size: 25px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: auto;
}

#p9101 #m4685:hover {
    text-decoration: underline;
}

#p9101 #r3771 {
    margin-left: 0px;
    margin-right: 0px;
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-bottom: 10px;
}

#p9101 #c1310 {
    padding-top: 20px;
    padding-bottom: 10px;
}

#p9101 #m4944 {
    max-width: 30%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width:1199px) {
    #r5002 {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    #r1074>.container {}

    #p8663 #r4871 {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    #p8663 #c8724 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #p8663 #r1090 {
        background-position: 50% 50%;
    }

    #p8663 #r4156 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #p6725 #r4041 {
        background-position: 50% 50%;
    }

    #p7857 #r2814 {
        background-position: 50% 50%;
    }

    #p9088 #r3301 {
        background-position: 50% 50%;
    }

    #p7694 #r3823 {
        background-position: 50% 50%;
    }

    #p8438 #r1436 {
        background-position: 50% 50%;
    }

    #p5950 #m2881 {
        background-color: rgba(167, 173, 151, 0.95);
    }

    #p5739 #r1204 {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    #p5739 #c3105 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #p5739 #r2666 {
        background-position: 50% 50%;
    }

    #p6189 #r2972 {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    #p6189 #c2800 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #p6189 #r1249 {
        background-position: 50% 50%;
    }

    #p8053 #r4871 {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    #p8053 #c8724 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #p8053 #r1090 {
        background-position: 50% 50%;
    }

    #p8053 #m7969 {
        padding-left: 16px;
        padding-right: 16px;
    }

    #p8053 #m8755 {
        padding-left: 16px;
        padding-right: 16px;
    }

    #p8053 #m5856 {
        padding-left: 16px;
        padding-right: 16px;
    }

    #p8053 #m3073 {
        padding-left: 16px;
        padding-right: 16px;
    }

    #p8053 #m4624 {
        padding-left: 16px;
        padding-right: 16px;
    }

    #p8053 #m3119 {
        padding-left: 16px;
        padding-right: 16px;
    }

    #p7447 #r3628 {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    #p7447 #c1646 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #p7447 #r1317 {
        background-position: 50% 50%;
    }

    #p9101 #r2563 {
        background-position: 50% 50%;
    }
}

@media only screen and (max-width:767px) {
    #c1215 {
        padding-left: 0px;
        padding-right: 0px;
    }

    #m5000:before {
        color: rgb(105, 124, 58);
    }

    #m5000:hover:before {
        color: rgb(105, 124, 58);
    }

    #m1257 {
        margin-left: auto;
        margin-right: auto;
    }

    #c6107 {
        border-style: solid;
        border-bottom-width: 1px;
    }

    #c1942 {
        border-style: solid;
        border-bottom-width: 1px;
    }

    #r1074 {
        padding-bottom: 15px;
        padding-top: 30px;
    }

    #r1074>.container {}

    #p8663 #r4871 {
        padding-top: 250px;
        padding-bottom: 200px;
    }

    #p8663 #c8724 {
        padding-left: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 0px;
    }

    #p8663 #m1861 {
        background-color: rgba(16, 65, 76, 0.97);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p8663 #m3424 {
        font-size: 18px;
    }

    #p8663 #m1704 {
        background-color: rgba(167, 173, 151, 0.95);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p8663 #m4587 {
        font-size: 18px;
    }

    #p8663 #m3047 {
        background-color: rgba(200, 200, 145, 0.95);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p8663 #m4543 {
        font-size: 18px;
    }

    #p8663 #r4156 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 100px;
        padding-top: 20px;
        padding-bottom: 2px;
    }

    #p8663 #c5422 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 100px;
        margin-bottom: 10px;
    }

    #p8663 #m3457 .reviewDescription {
        font-size: 20px;
    }

    #p8663 #m1910 .reviewDescription {
        font-size: 20px;
    }

    #p8663 #m2351 .reviewDescription {
        font-size: 20px;
    }

    #p8663 #m2916 .reviewDescription {
        font-size: 20px;
    }

    #p6725 #c4737 {
        padding-left: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 0px;
    }

    #p6725 #m4034 {
        background-color: rgba(16, 65, 76, 0.97);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p6725 #m3872 {
        font-size: 18px;
    }

    #p6725 #r4041 {
        background-size: cover;
    }

    #p6725 #m3034 {
        background-color: rgba(167, 173, 151, 0.95);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p6725 #m1530 {
        font-size: 18px;
    }

    #p6725 #r2816 {
        background-position: 50% 100%;
    }

    #p6725 #m1323 {
        background-color: rgba(200, 200, 145, 0.95);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p6725 #m3480 {
        font-size: 18px;
    }

    #p7857 #c1536 {
        padding-left: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 0px;
    }

    #p7857 #m2826 {
        background-color: rgba(16, 65, 76, 0.97);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p7857 #m1390 {
        font-size: 18px;
    }

    #p7857 #r2814 {
        background-size: cover;
    }

    #p7857 #m4185 {
        background-color: rgba(167, 173, 151, 0.95);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p7857 #m3955 {
        font-size: 18px;
    }

    #p7857 #r3803 {
        background-position: 50% 100%;
    }

    #p7857 #m2779 {
        background-color: rgba(200, 200, 145, 0.95);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p7857 #m3824 {
        font-size: 18px;
    }

    #p7857 #c8732 {
        padding-left: 16px;
        padding-right: 16px;
    }

    #p9088 #c1865 {
        padding-left: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 0px;
    }

    #p9088 #m3331 {
        background-color: rgba(16, 65, 76, 0.97);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p9088 #m3978 {
        font-size: 18px;
    }

    #p9088 #r3301 {
        background-size: cover;
    }

    #p9088 #m1244 {
        background-color: rgba(167, 173, 151, 0.95);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p9088 #m3476 {
        font-size: 18px;
    }

    #p9088 #r3941 {
        background-position: 50% 100%;
    }

    #p9088 #m1393 {
        background-color: rgba(200, 200, 145, 0.95);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p9088 #m2736 {
        font-size: 18px;
    }

    #p9088 #c3886 {
        padding-left: 16px;
        padding-right: 16px;
    }

    #p7694 #c4429 {
        padding-left: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 0px;
    }

    #p7694 #m2151 {
        background-color: rgba(16, 65, 76, 0.97);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p7694 #m1962 {
        font-size: 18px;
    }

    #p7694 #r3823 {
        background-size: cover;
    }

    #p7694 #m2618 {
        background-color: rgba(167, 173, 151, 0.95);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p7694 #m3734 {
        font-size: 18px;
    }

    #p7694 #r1326 {
        background-position: 50% 100%;
    }

    #p7694 #m4169 {
        background-color: rgba(200, 200, 145, 0.95);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p7694 #m2106 {
        font-size: 18px;
    }

    #p7694 #c3886 {
        padding-left: 16px;
        padding-right: 16px;
    }

    #p8438 #c3345 {
        padding-left: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 0px;
    }

    #p8438 #m1296 {
        background-color: rgba(16, 65, 76, 0.97);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p8438 #m3345 {
        font-size: 18px;
    }

    #p8438 #r1436 {
        background-size: cover;
    }

    #p8438 #m4994 {
        background-color: rgba(167, 173, 151, 0.95);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p8438 #m3573 {
        font-size: 18px;
    }

    #p8438 #r4446 {
        background-position: 50% 100%;
    }

    #p8438 #m3327 {
        background-color: rgba(200, 200, 145, 0.95);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p8438 #m3113 {
        font-size: 18px;
    }

    #p8438 #m1930 {
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #p8438 #m1771 {
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #p5950 #r2370 {
        background-position: 50% 50%;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #p5950 #m1448 {
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #p5950 #r1608 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #p5950 #m1274 {
        background-color: rgba(167, 173, 151, 0.95);
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #p5950 #r2392 {
        background-color: #a7ad97;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #p5950 #m3721 {
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #p7929 #r2370 {
        background-position: 50% 50%;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #p7929 #m1305 {
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #p5739 #r1204 {
        padding-top: 250px;
        padding-bottom: 200px;
    }

    #p5739 #c3105 {
        padding-left: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 0px;
    }

    #p5739 #m2522 {
        background-color: rgba(16, 65, 76, 0.97);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p5739 #m3238 {
        font-size: 18px;
    }

    #p5739 #m2764 {
        background-color: rgba(167, 173, 151, 0.95);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p5739 #m3106 {
        font-size: 18px;
    }

    #p5739 #m2581 {
        background-color: rgba(200, 200, 145, 0.95);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p5739 #m1485 {
        font-size: 18px;
    }

    #p6189 #r2972 {
        padding-top: 250px;
        padding-bottom: 200px;
    }

    #p6189 #c2800 {
        padding-left: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 0px;
    }

    #p6189 #m4474 {
        background-color: rgba(16, 65, 76, 0.97);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p6189 #m1547 {
        font-size: 18px;
    }

    #p6189 #m1462 {
        background-color: rgba(167, 173, 151, 0.95);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p6189 #m2486 {
        font-size: 18px;
    }

    #p6189 #m1928 {
        background-color: rgba(200, 200, 145, 0.95);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p6189 #m2913 {
        font-size: 18px;
    }

    #p8053 #r4871 {
        padding-top: 250px;
        padding-bottom: 200px;
    }

    #p8053 #c8724 {
        padding-left: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 0px;
    }

    #p8053 #m1861 {
        background-color: rgba(16, 65, 76, 0.97);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p8053 #m3424 {
        font-size: 18px;
    }

    #p8053 #m1704 {
        background-color: rgba(167, 173, 151, 0.95);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p8053 #m4587 {
        font-size: 18px;
    }

    #p8053 #m3047 {
        background-color: rgba(200, 200, 145, 0.95);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p8053 #m4543 {
        font-size: 18px;
    }

    #p8053 #r4801 {
        padding-bottom: 40px;
    }

    #p8053 #c5793 {
        padding-bottom: 0px;
    }

    #p8053 #c6601 {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    #p8053 #c7218 {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    #p8053 #c6780 {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    #p8053 #c7113 {
        padding-left: 48px;
        padding-right: 48px;
    }

    #p8053 #c5749 {
        padding-left: 48px;
        padding-right: 48px;
    }

    #p8053 #c9049 {
        padding-left: 48px;
        padding-right: 48px;
    }

    #p8053 #c6065 {
        padding-left: 48px;
        padding-right: 48px;
    }

    #p8053 #c9855 {
        padding-left: 48px;
        padding-right: 48px;
    }

    #p8053 #c7029 {
        padding-left: 48px;
        padding-right: 48px;
    }

    #p8053 #c6798 {
        padding-left: 48px;
        padding-right: 48px;
    }

    #p8053 #c5236 {
        padding-left: 48px;
        padding-right: 48px;
    }

    #p8053 #c6730 {
        padding-left: 48px;
        padding-right: 48px;
    }

    #p8053 #r4095 {
        padding-bottom: 40px;
    }

    #p8053 #c3679 {
        padding-bottom: 0px;
    }

    #p8053 #c2959 {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    #p8053 #c3688 {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    #p8053 #c3517 {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    #p7447 #r3628 {
        padding-top: 250px;
        padding-bottom: 200px;
    }

    #p7447 #c1646 {
        padding-left: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 0px;
    }

    #p7447 #m3111 {
        background-color: rgba(16, 65, 76, 0.97);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p7447 #m2819 {
        font-size: 18px;
    }

    #p7447 #m2477 {
        background-color: rgba(167, 173, 151, 0.95);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p7447 #m4941 {
        font-size: 18px;
    }

    #p7447 #m2247 {
        background-color: rgba(200, 200, 145, 0.95);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p7447 #m3433 {
        font-size: 18px;
    }

    #p9101 #c3799 {
        padding-left: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 0px;
    }

    #p9101 #m2441 {
        background-color: rgba(16, 65, 76, 0.97);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p9101 #m4517 {
        font-size: 18px;
    }

    #p9101 #r2563 {
        background-image: url(../uploads/AzupeI1n/54c102995640f.gif);
        background-size: cover;
    }

    #p9101 #m4545 {
        background-color: rgba(167, 173, 151, 0.95);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p9101 #m3861 {
        font-size: 18px;
    }

    #p9101 #m2554 {
        background-color: rgba(200, 200, 145, 0.95);
        margin-left: 10px;
        margin-right: 10px;
    }

    #p9101 #m4685 {
        font-size: 18px;
    }
}