@font-face {
    font-family: 'BlsW-Rg';
    src: url('/fonts/blsw-rg.woff2') format('woff2'),
         url('/fonts/blsw-rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BlsW-Hv';
    src: url('/fonts/blsw-hv.woff2') format('woff2'),
         url('/fonts/blsw-hv.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html { position: relative; min-height: 100%; font-family: 'Open Sans', sans-serif; overflow-x: hidden!important; /* Hide horizontal scrollbar */}

body {
    margin: 0 0 0px 0;
    padding-top: 0px;
    font-family: 'BlsW-Rg', sans-serif;
    overflow-x: hidden!important; /* Hide horizontal scrollbar */
}

h1 {
    font-family: 'BlsW-Hv', sans-serif;
}

#footer-section h3 {
    font-family: 'BlsW-Rg', sans-serif;
}

.navbar {
    position: absolute;
    margin-bottom: 0px;
    border: none;
    width: 100%;
    z-index: 9999;
    min-height: 100px;
    padding: 20px 0px;
}

.navbar-default {
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
    
}

.navbar-default .navbar-nav>li>a {
    font-family: 'BlsW-Rg', sans-serif;
    color: #fff;
    font-weight:normal;
    background-color: transparent;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: none;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    font-weight: 600;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
    font-weight: 600;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid transparent;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(0,0,0,1);
}

.dropdown-menu>li>a {
    font-family: 'BlsW-Rg', sans-serif;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #f4f4f4;
    text-transform: uppercase;
    white-space: nowrap;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}

.dropdown .bottom-bord {
    border-bottom: 1px solid #444;
    width: 100%;
}

.dropdown .bottom-bord:hover {
    border-bottom: 1px solid #fff;
    width: 100%;
}

#large-carousel .carousel-inner img, #static-carousel .carousel-inner img {
    width: 100%;
}

#large-carousel .carousel-caption img {
    width: 580px;
    height: 275px;
}

#static-carousel .carousel-caption img {
    width: 530px;
    height: 172px;
}

.right-align {
    text-align: right;
}

.right-align a, .about-bg a {
    color: #fff;
}

.about-bg h3 {
    font-family: 'BlsW-Rg', sans-serif;
}

.btn-primary-ghost {
    font-family: 'BlsW-Hv', sans-serif;
    color: #fff;
    background-color: transparent;
    border: solid 1px #fff;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 10px 40px;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.btn-primary-ghost:hover {
    color: #fff;
    background-color: rgba(255, 255, 255,0.3);
    border: solid 1px #fff;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.btn-primary-dark {
    font-family: 'BlsW-Hv', sans-serif;
    color: #fff;
    background-color: rgba(159, 96, 69, 0.5);
    text-transform: uppercase;
    border-radius: 0px;
    padding: 10px 40px;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.btn-primary-dark:hover {
    color: #fff;
    background-color: rgba(159, 96, 69, 1);
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

#featured-home-section {
    display: block;
    position: relative;
    background: url(/images/featured-bg-image.jpg) 0 0 no-repeat;
    background-size: cover;
}

#featured-home-section .selling-panel, .parallax-content .featured .selling-panel {
    padding: 60px 0px;
}

#featured-home-section .carousel-inner .item  {
    height: 50vh;
    width: 100%;
}

.feat-but {
    margin-top: -20px;
}

#featured-home-section h2, .parallax-content .featured h2 {
    text-transform: uppercase;
    background: rgb(210,127,87);
    background: linear-gradient(90deg, rgba(210,127,87,1) 0%, rgba(231,158,115,1) 17%, rgba(234,162,121,1) 35%, rgba(239,170,129,1) 51%, rgba(240,173,133,1) 67%, rgba(236,164,123,1) 83%, rgba(225,147,107,1) 100%);-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 3.2em;
    font-weight: 700;
    margin-top: 60px;
}

#featured-home-section h3, .parallax-content .featured h3 {
    margin-left: 85px;
    color: #fff;
    margin-top: 0px;
    text-transform: uppercase;
}

.brand-line-left {
    background: url(/images/brand-line.png) 0 0 no-repeat;
    width: 345px;
    margin-top: -5px;
    position: absolute;
    height: 34px;
    left: -264px;
    display: inline-block;
}

#why-about-home-section {
    display: block;
    position: relative;
    background: url(/images/why-about-home-section-bg.jpg) 0 0 no-repeat;
    background-size: cover;
}

.why-home-section {
    padding: 10px 0px 70px 0px;
    background: rgba(159, 96, 69, 0.4);
}

.our-numbers h1 {
    text-transform: uppercase;
    background: rgb(210,127,87);
    background: linear-gradient(90deg, rgba(210,127,87,1) 0%, rgba(231,158,115,1) 17%, rgba(234,162,121,1) 35%, rgba(239,170,129,1) 51%, rgba(240,173,133,1) 67%, rgba(236,164,123,1) 83%, rgba(225,147,107,1) 100%);-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 3.2em;
    font-weight: 700;
    margin-top: 60px;
}

.our-numbers h2, #footer-section .register h2 {
    font-family: 'BlsW-Rg', sans-serif;
    color: #fff!important;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 2em;
}

.our-numbers h3 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 3em;
}

.our-numbers p {
    text-transform: uppercase;
}

.our-numbers p {
    text-align: center;
    color: #fff;
}

.about-home-section {
    padding: 50px 0px 60px 0px;
}

.about-home-bg {
    color: #fff;
    background: #000;
    padding: 40px 40px;
    margin-top: 40px;
}

.about-home-section h2 {
    text-transform: uppercase;
    background: rgb(210,127,87);
    background: linear-gradient(90deg, rgba(210,127,87,1) 0%, rgba(231,158,115,1) 17%, rgba(234,162,121,1) 35%, rgba(239,170,129,1) 51%, rgba(240,173,133,1) 67%, rgba(236,164,123,1) 83%, rgba(225,147,107,1) 100%);-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 3.2em;
    font-weight: 700;
    font-family: 'BlsW-Hv', sans-serif;
}

.about-home-section h3 {
    color: #fff;
    margin-top: 0px;
    text-transform: uppercase;
}

.cta-container {
    padding: 30px 0px 40px;
}

.cta-container .cta-col .cta-item {
    display: block;
    position: relative;
    z-index: 1;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom: 20px;
}

.cta-container .cta-col .cta-item:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cta-container .cta-col .cta-item:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 240px;
    height: 150px;
    border: 1px solid #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cta-container .cta-col .cta-item .cta-img {
    display: block;
    width: 100%;
    height: 330px;
    -o-object-fit: cover;
    object-fit: cover;
}

.cta-container .cta-col .cta-item .cta-name {
    font-family: 'BlsW-Hv', sans-serif;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 15px;
    font-size: 2em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.cta-container .cta-col .cta-item:hover:after {
    width: calc(100% - 65px);
    height: calc(100% - 66px);
}

#home-testimonial-section {
    display: block;
    position: relative;
    background: url(/images/home-testimonial-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    padding-bottom: 40px;
}

.testimonial-section h2 {
    font-family: 'BlsW-Hv', sans-serif;
    text-transform: uppercase;
    background: rgb(210,127,87);
    background: linear-gradient(90deg, rgba(210,127,87,1) 0%, rgba(231,158,115,1) 17%, rgba(234,162,121,1) 35%, rgba(239,170,129,1) 51%, rgba(240,173,133,1) 67%, rgba(236,164,123,1) 83%, rgba(225,147,107,1) 100%);-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 3.2em;
    font-weight: 700;
}

.testimonial-section h3 {
    color: #fff;
    margin-top: 0px;
    text-transform: uppercase;
}

.testimonial-section .testimonial-bg {
    background: url(/images/testimonials-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 60px;
    color: #fff;
}

.testimonial-section .btn-primary-ghost {
    margin-top: 70px;
}

.testimonial-section .testimonial-previous {
    margin-top: 80px;
    position: absolute;
    left: 60px;
}

.testimonial-section .testimonial-next {
    margin-top: 80px;
    position: absolute;
}

.testimonial-section .carousel-control {
    font-family: 'BlsW-Hv', sans-serif;
    font-size: 20px;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    opacity: 1;
    font-size: 1em;
}

#footer-section .register h1 {
    font-family: 'BlsW-Hv', sans-serif;
    text-transform: uppercase;
    background: rgb(210,127,87);
    background: linear-gradient(90deg, rgba(210,127,87,1) 0%, rgba(231,158,115,1) 17%, rgba(234,162,121,1) 35%, rgba(239,170,129,1) 51%, rgba(240,173,133,1) 67%, rgba(236,164,123,1) 83%, rgba(225,147,107,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 3.2em;
    font-weight: 700;
    text-align: center;
}

#footer-section .valuation-bg {
    background-color: rgba(159, 96, 69, 0.4);
    padding: 40px 0px;
}

#footer-section h2, #footer-section h1 {
    font-family: 'BlsW-Hv', sans-serif;
    text-transform: uppercase;
    background: rgb(210,127,87);
    background: linear-gradient(90deg, rgba(210,127,87,1) 0%, rgba(231,158,115,1) 17%, rgba(234,162,121,1) 35%, rgba(239,170,129,1) 51%, rgba(240,173,133,1) 67%, rgba(236,164,123,1) 83%, rgba(225,147,107,1) 100%);-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 3.2em;
    font-weight: 700;
}

#footer-section .register h2 {
    color: #fff!important;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 2em;
    text-align: center;
}

#footer-section h3 {
    color: #fff;
    margin-top: 0px;
    text-transform: uppercase;
}

#footer-section .btn-primary-ghost {
    min-width: 161px;
}

#footer-section .parallax-content, #why-us .parallax-content {
    width: 100%;
    max-width: 100%;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "\003E \003E";
}

.search-text {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    margin-top: 4px;
    margin-left: 5px;
}

#main-search .form-control {
    text-transform: uppercase;
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px 0px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: none;
    border-bottom: solid 1px #fff;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

#main-search .btn-primary-ghost {
    font-size: 13px;
}

#main-search h3 {
    text-transform: uppercase;
    font-size: 1.4em;
}

#main-search select option {
    background-color: rgba(95, 68, 57, 1);
}

#main-search .panel-default {
    border-color: #000;
}

#main-search .panel {
    margin-bottom: 20px;
    background: url(/images/search-bg-image.jpg) 0 0 no-repeat;
    background-size: cover;
    background-color: rgba(159, 96, 69, 0.4);
    border: 1px solid #000;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px 20px 10px;
}

#main-search .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#main-search label {
    font-weight: 500;
    color: #fff;
    font-size: 1.2em;
}

#main-search input[type=checkbox] {
    width: 15px;
    height: 15px;
}

#main-search .panel-default>.panel-heading {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

#valuationForm textarea.form-control, #registerForm textarea.form-control, #main-search textarea.form-control, #viewingForm textarea.form-control {
    height: 80px;
    overflow: hidden;
    padding: 30px 0px!important;
}

#valuationForm .form-control, #registerForm .form-control, #viewingForm .form-control {
    font-family: 'BlsW-Rg', sans-serif;
    display: block;
    width: 100%;
    height: 50px;
    padding: 40px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: none;
    border-bottom: solid 1px #fff;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

#valuationForm .form-control::-moz-placeholder, #registerForm .form-control::-moz-placeholder, #main-search .form-control::-moz-placeholder, #viewingForm .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
    text-transform: uppercase;
}

#valuationForm .form-control:-ms-input-placeholder, #registerForm .form-control:-ms-input-placeholder, #main-search .form-control:-ms-input-placeholder, #viewingForm .form-control:-ms-input-placeholder {
    color: #fff;
    text-transform: uppercase;
}

#valuationForm .form-control::-webkit-input-placeholder, #registerForm .form-control::-webkit-input-placeholder, #main-search .form-control::-webkit-input-placeholder, #viewingForm .form-control::-webkit-input-placeholder {
    color: #fff;
    text-transform: uppercase;
}

#valuationForm .well, #registerForm .well, #viewingForm .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.top-footer {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 17%, rgba(0,0,0,0.27) 18%, rgba(0,0,0,0.63) 33%, rgba(0,0,0,0.65) 34%, rgba(0,0,0,1) 51%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 17%,rgba(0,0,0,0.27) 18%,rgba(0,0,0,0.63) 33%,rgba(0,0,0,0.65) 34%,rgba(0,0,0,1) 51%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 17%,rgba(0,0,0,0.27) 18%,rgba(0,0,0,0.63) 33%,rgba(0,0,0,0.65) 34%,rgba(0,0,0,1) 51%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    padding: 60px 0px;
    color: #fff;
}

.top-footer h4 {
    font-family: 'BlsW-Hv', sans-serif;
    font-size: 2.2em;
}

p {
    font-family: 'BlsW-Rg', sans-serif;
}

.land-testimonials {
    background: #000;
    padding: 40px;
    margin: 40px 0px 0px;
}

p { line-height: 1.5em; }

a {
    color: #da865c;
    text-decoration: none;
}

a:hover {
    color: #da865c;
}

.social-icons img {
    display: inline;
}

.brand-line-large {
    background: url(/images/brand-line-largest.png) 0 0 no-repeat;
    width: 100%;
    position: relative;
    height: 34px;
    margin: 20px 0px;
}

.bottom-nav {
    text-transform: uppercase;
}

.bottom-nav p a {
    color: #fff;
}

.breadcrumb-bg {
    background-color: rgba(159, 96, 69, 0.65);
    margin-top: -36px;
    position: relative;
}

.breadcrumb-bg .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}

.breadcrumb-bg .breadcrumb a {
    text-transform: uppercase;
    color: #fff;
    font-family: 'BlsW-Rg', sans-serif;
}

.btn { -webkit-transition: all 0.5s; transition: all 0.5s; }

footer { color:#fff; background: #000; padding: 20px 0; }

footer a {
    color: #fff;
}

.about h3 {
    text-transform: uppercase;
    font-family: 'BlsW-Rg', sans-serif;
}

.static-section {
    padding: 40px 40px;
    background: #000;
    color: #fff;
    margin-bottom: 40px;
}

#selling-static-section {
    background: url(/images/selling-static-bg.jpg) 0 0 no-repeat;
    background-size: cover;
}

#selling-static-section h1, #why-selling-static-section h1, #testimonials-page h1 {
    font-family: 'BlsW-Hv', sans-serif;
    background: linear-gradient(90deg, rgba(210,127,87,1) 0%, rgba(231,158,115,1) 17%, rgba(234,162,121,1) 35%, rgba(239,170,129,1) 51%, rgba(240,173,133,1) 67%, rgba(236,164,123,1) 83%, rgba(225,147,107,1) 100%);-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-transform: uppercase;
    color: #da865c;
    font-size: 3.2em;
    font-weight: 700;
    margin-top: 60px;
}

#selling-static-section h2, #why-selling-static-section h2, #testimonials-page h2 {
    margin-left: 0px;
    color: #fff;
    margin-top: 0px;
    text-transform: uppercase;
}

#selling-static-section .why-with-us h2, #why-selling-static-section .why-with-us h2 {
    font-family: 'BlsW-Rg', sans-serif;
    margin-left: 90px;
}

.brand-line-left-small {
    background: url(/images/brand-line.png) 0 0 no-repeat;
    width: 115px;
    margin-top: 0px;
    position: absolute;
    height: 34px;
    left: 15px;
    display: inline-block;
}

.selling-side-image img {
    position: absolute;
    right: 0;
    z-index: 9;
    margin-top: 40px;
}

.static-section-dark {
    padding: 10px 20px;
    background: #000;
    color: #fff;
    margin-bottom: 10px;
}

.static-section-dark h2 {
    font-family: 'BlsW-Hv', sans-serif;
    text-transform: uppercase;
    color: #da865c!important;
    font-size: 2.6em;
    font-weight: 700;
}

.static-section-dark h3 {
    font-family: 'BlsW-Rg', sans-serif;
    text-transform: uppercase;
}

.static-section-grey {
    padding: 10px 20px;
    background: #1a1a1a;
    color: #fff;
    margin-bottom: 10px;
}

.static-section-grey h3 {
    text-transform: uppercase;
    font-family: 'BlsW-Rg', sans-serif;
}

#selling-static-section .testimonial-section h2, #why-selling-static-section .testimonial-section h2, #testimonials-page .testimonial-section h2 {
    text-transform: uppercase;
    color: #da865c;
    font-size: 3.2em;
    font-weight: 700;
}

#land-static-section .land-testimonials .testimonial-section h2 {
    text-transform: uppercase;
    background: rgb(210,127,87);
    background: linear-gradient(90deg, rgba(210,127,87,1) 0%, rgba(231,158,115,1) 17%, rgba(234,162,121,1) 35%, rgba(239,170,129,1) 51%, rgba(240,173,133,1) 67%, rgba(236,164,123,1) 83%, rgba(225,147,107,1) 100%);-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 3.2em;
    font-weight: 700;
    margin-left: 0px;
}

#about-static-section {
    background: url(/images/about-static-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    color: #fff;
}

#about-static-section h1 {
    font-family: 'BlsW-Hv', sans-serif;
    text-transform: uppercase;
    background: rgb(210,127,87);
    background: linear-gradient(90deg, rgba(210,127,87,1) 0%, rgba(231,158,115,1) 17%, rgba(234,162,121,1) 35%, rgba(239,170,129,1) 51%, rgba(240,173,133,1) 67%, rgba(236,164,123,1) 83%, rgba(225,147,107,1) 100%);-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 3.2em;
    font-weight: 700;
    margin-top: 60px;
}

#about-static-section h2 {
    font-family: 'BlsW-Rg', sans-serif;
    margin-left: 0px;
    color: #fff;
    margin-top: 0px;
    text-transform: uppercase;
}

#about-static-section .about-bg {
    padding: 20px;
    background: #1a1a1a;
}

#land-static-section {
   
}

#land-static-section h1 {
    font-family: 'BlsW-Hv', sans-serif;
    text-transform: uppercase;
    background: rgb(210,127,87);
    background: linear-gradient(90deg, rgba(210,127,87,1) 0%, rgba(231,158,115,1) 17%, rgba(234,162,121,1) 35%, rgba(239,170,129,1) 51%, rgba(240,173,133,1) 67%, rgba(236,164,123,1) 83%, rgba(225,147,107,1) 100%);-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 3.2em;
    font-weight: 700;
    margin-top: 60px;
}

#land-static-section h2 {
    font-family: 'BlsW-Rg', sans-serif;
    margin-left: 0px;
    color: #fff;
    margin-top: 0px;
    text-transform: uppercase;
}

.property-bg-section {
    background: #000;
    padding-bottom: 100px;
}

.property-bg-section .lead {
    color: #fff;
}

.property-bg-section h1 {
    text-transform: uppercase;
    background: rgb(210,127,87);
    background: linear-gradient(90deg, rgba(210,127,87,1) 0%, rgba(231,158,115,1) 17%, rgba(234,162,121,1) 35%, rgba(239,170,129,1) 51%, rgba(240,173,133,1) 67%, rgba(236,164,123,1) 83%, rgba(225,147,107,1) 100%);-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 3.2em;
    font-weight: 700;
    margin-top: 60px;
}

.grad {
    font-size: 2em;
    font-weight: 700;
}

.grad a {
    background: rgb(210,127,87);
    background: linear-gradient(90deg, rgba(210,127,87,1) 0%, rgba(231,158,115,1) 17%, rgba(234,162,121,1) 35%, rgba(239,170,129,1) 51%, rgba(240,173,133,1) 67%, rgba(236,164,123,1) 83%, rgba(225,147,107,1) 100%);-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.property-bg-section h2 {
    font-family: 'BlsW-Rg', sans-serif;
    margin-left: 0px;
    color: #fff;
    margin-top: 0px;
    text-transform: uppercase;
}

.property-bg-section .btn-danger {
    color: #fff;
    background-color: rgba(159, 96, 69, 1);
    border-color: rgba(159, 96, 69, 1);
    margin: 40px 0px 20px 0px;
}

.property-bg-section .btn-primary-dark {
    font-weight: 700;
}

.ias-trigger-prev {
    margin: 20px 0px 60px 0px;
}

.ias-trigger-prev a {
    background: rgba(159, 96, 69, 1);
    color: #fff;
    padding: 10px;
    margin: 10px 0px;
    text-transform: uppercase;
}

.testimonial-static-section {
    padding: 20px 20px;
    background: #000000;
    color: #fff;
    margin-bottom: 10px;
}

.main-prop-address {
    background: #000;
    padding: 20px 0px 0px 0px;
    position: absolute;
    right: 0;
    bottom: 230px;
    color: #fff;
    z-index: 9999;
}

.main-prop-address h1 {
    font-size: 1.6em;
    padding: 0px 20px;
}

.main-prop-address h2 {
    font-size: 1.4em;
    padding: 0px 20px;
    font-family: 'BlsW-Hv', sans-serif;
}

.main-prop-address h4 {
    font-size: 1.2em;
    padding: 0px 20px;
}

.save-link .btn-primary {
    margin-top: 20px;
    background: rgba(104, 62, 45, 0.8);
    width: 100%;
    text-transform: uppercase;
    color: rgba(0,0,0,1);
    font-size: 1.2em;
    border-color: rgba(104, 62, 45, 0.8);
    border-radius: 0px;
}

.save-link .btn-primary:hover {
    background: rgba(159, 96, 69, 1);
    border-color: rgba(159, 96, 69, 1);
}

#property-thumbnails .img-thumbnail {
    padding: 0px;
    line-height: 1.42857143;
    background-color: #000;
    border: none;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    border-bottom: solid 2px #000;
}

#property-thumbnails img {
    min-height: 152px;
    max-height: 152px;
}

.full-detail-bg {
    background: #000;
    padding: 20px 40px;
    color: #fff;
}

.full-detail-bg h2 {
    margin-left: 0px!important;
    font-weight: 600;
    margin-top: 20px;
    font-family: 'BlsW-Hv', sans-serif;
}

#floorplan .modal-content, #epc .modal-content {
    position: relative;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid #000;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0;
}

#floorplan .modal-header, #epc .modal-header {
    padding: 15px;
    border-bottom: 1px solid #000;
}

#floorplan .modal-header h4, #epc .modal-header h4 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 2em;
    font-weight: 700;
}

#floorplan .close, #epc .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .9;
}

.hover-gallery-property .shortlist-heart {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 999;
}

.hover-gallery-property .shortlist-heart img {
    width: 30px!important;
    height: 30px!important;
    min-height: 30px;
}

.shortlist-bottom {
    color: #fff;
}
footer.footer { position: absolute; bottom: 0; width: 100%; height: 60px; }

@media (min-width: 480px) and (max-width: 768px) { footer { font-size: 10px; text-align: center; } }

@media (max-width: 480px) { footer { font-size: 10px; text-align: center; } }

#requestedDate, #requestedTime { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.styled-select { background: white url("../images/select-bg.jpg") top right no-repeat; -moz-appearance: none; -webkit-appearance: none; appearance: none; }

.styled-select.input-sm { background-position: right center; line-height: 1; }

.formhoney { visibility: hidden; display: none; }

.well.gdpr-consent p { font-size: 12px; }

.well.gdpr-consent label { font-size: 12px; }

.well.gdpr-consent .alert-danger { display: block; margin: 10px 0; text-align: center; text-transform: uppercase; }

#email-alerts-register label.error { color: #d9534f; font-size: 14px; font-weight: bold; }

.form .form__step { border: 3px solid #dddddd; border-radius: 50%; padding: 10px 20px; margin: 0 15px 0 0; font-weight: bold; }

.form #day-error, .form #time-error { background: #f4cecd; border: 1px solid #d9534f; padding: 10px 20px; border-radius: 3px; text-align: center; text-transform: uppercase; }

.form .form__section { position: relative; border: 1px solid #dddddd; border-radius: 3px; margin: 0 0 40px 0; overflow: auto; }

.form .form__section .form__section__inner { height: 450px; overflow: auto; }

.form .form__section .form__section__inner .divider { background: whitesmoke; font-weight: bold; text-align: center; padding: 10px 0; }

.form .form__section .form__section__inner ol { margin-bottom: 0; }

.form .form__section .form__section__inner ol li { position: relative; border-bottom: 1px solid whitesmoke; }

.form .form__section .form__section__inner ol li .form__scroll__pill { padding: 10px 20px; border-radius: 20px 20px 20px 20px; }

.form .form__section .form__section__inner ol li .form__scroll__pill.form__scroll__pill--morning { color: white; background: #ffb347; }

.form .form__section .form__section__inner ol li .form__scroll__pill.form__scroll__pill--afternoon { color: white; background: #84c3be; }

.form .form__section .form__section__inner ol li .form__scroll__pill.form__scroll__pill--evening { color: white; background: #b19cd9; }

.form .form__section .form__section__inner ol li input[type='radio'] { position: absolute; left: -9999px; }

.form .form__section .form__section__inner ol li input[type='radio']:checked + label { background: #fff3cd; }

.form .form__section .form__section__inner ol li input[type='radio']:checked + label:after { opacity: 1; }

.form .form__section .form__section__inner ol li label { position: relative; display: block; margin-bottom: 0; padding: 20px 15px; font-weight: 100; font-size: 1.3em; cursor: pointer; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.form .form__section .form__section__inner ol li label:before { position: absolute; top: 18px; right: 20px; content: ''; display: inline-block; width: 30px; height: 30px; background-color: white; border: 2px solid #dddddd; border-radius: 50%; }

.form .form__section .form__section__inner ol li label:after { position: absolute; top: 24px; right: 26px; content: ''; display: inline-block; width: 18px; height: 18px; background: #a3d7a3; border: 3px solid #5cb85c; border-radius: 50%; opacity: 0; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.form .form--padded { padding: 20px; }

.form .btn { border-radius: 20px 20px 20px 20px; }

.form #bv-name-error, .form #bv-telephone-error, .form #bv-email-error { text-indent: -9999px; }

.form .error { color: #d9534f; font-size: 16px; font-weight: bold; }

.form .g-recaptcha > div { margin: 0 auto; }

@media (max-height: 575px) { .form #rc-imageselect, .form .g-recaptcha { transform: scale(0.8); -webkit-transform: scale(0.8); transform-origin: 0 0; -webkit-transform-origin: 0 0; } }

@media (max-width: 480px) { .form #bv-message { height: 115px; } }

#googlemap { width: 100%; height: 300px; }

.map-search-results#googlemap { height: 600px; }

#google-info-window { position: relative; text-align: center; width: 200px; }

#google-info-window.google-info-window-property { width: 360px; overflow: auto; }

#google-info-window.google-info-window-property #google-info-window-property-image { float: left; width: 205px; margin: 0 10px 0 0; }

#google-info-window.google-info-window-property #google-info-window-property-details { text-align: left; }

#google-info-window .spacer { margin: 10px 0; }

#google-info-window .corner-flash { position: absolute; top: 0; left: 0; }

/* Cookie Consent Custom Styles */
.freeprivacypolicy-com---nb {
  min-width: 100% !important;
}
.freeprivacypolicy-com---nb .cc-nb-main-container {
  padding: 2rem !important;
}
.freeprivacypolicy-com---pc-overlay .cc-cp-foot-byline {
  visibility: hidden;
}
.freeprivacypolicy-com---nb.freeprivacypolicy-com---palette-dark {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.freeprivacypolicy-com---nb .cc-nb-main-container .cc-nb-okagree {
  background-color: #f0ac84 !important;
}
.freeprivacypolicy-com---nb .cc-nb-main-container .cc-nb-reject {
  background-color: #f0ac84 !important;
}
/* Cookie bar styles end */
.add-to-shortlist .remove, .remove-from-shortlist .add { display: none; }

#back-to-top { background: grey; position: fixed; bottom: 85px; right: 15px; display: none; padding: 5px 10px; border-radius: 3px; color: whitesmoke; font-size: 1.5em; text-align: center; }

#broadband p #broadband-speed-slot { font-weight: bold; font-size: 30px; color: #0275d8; }

#broadband p .glyphicon { color: #0275d8; cursor: pointer; }

#large-carousel { background: whitesmoke; }

.carousel-inner .item img { margin: 0 auto; }

.carousel-control.right, .carousel-control.left { background-image: none; }

#property-thumbnails .carousel-inner .item > img { margin: 0 auto; }

#property-thumbnails .carousel-inner a { cursor: pointer; }

#property-thumbnails .carousel-control { width: 2%; color: #000000; }

.google-rating-container .google-rating-header { font-size: 2em; font-weight: bold; }

.google-rating-container .google-rating-aggregate { border-bottom: 1px solid #dddddd; margin-bottom: 20px; }

.google-rating-container .google-rating-aggregate .google-rating-number { color: #f0ad4e; font-size: 2em; font-weight: bold; }

.google-rating-container .google-rating-aggregate .google-rating-stars { color: #f0ad4e; font-size: 1.5em; margin-left: 10px; }

.google-rating-container .google-review-container { border-bottom: 1px solid #dddddd; margin-bottom: 20px; }

.google-rating-container .google-review-container .google-review-author { font-weight: bold; }

.google-rating-container .google-review-container .google-review-stars { color: #f0ad4e; margin-left: 10px; }

.google-rating-container .google-review-container .google-review-time { font-weight: lighter; color: grey; margin-left: 10px; }

.google-rating-container .google-review-container .google-review-text { color: grey; }

.google-rating-container .google-rating-link { float: right; }

#slideshow .modal-content { border: 8px solid white; }

.parallax { background-position: center center; background-attachment: fixed; background-size: cover; background-repeat: no-repeat; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; min-height: 500px; }

.parallax .parallax-content { background-color: transparent; max-width: 100%; padding: 0px; border-radius: 0px; }

.parallax .parallax-content .btn { text-transform: uppercase; }

.parallax-content .featured h2 {
    font-family: 'BlsW-Hv', sans-serif;
    text-transform: uppercase;
    background: rgb(210,127,87);
    background: linear-gradient(90deg, rgba(210,127,87,1) 0%, rgba(231,158,115,1) 17%, rgba(234,162,121,1) 35%, rgba(239,170,129,1) 51%, rgba(240,173,133,1) 67%, rgba(236,164,123,1) 83%, rgba(225,147,107,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 3.2em;
    font-weight: 700;
    margin-top: 60px;
}

.parallax-content .featured h3 {
    font-family: 'BlsW-Rg', sans-serif;
    margin-left: 85px;
    color: #fff;
    margin-top: 0px;
    text-transform: uppercase;
}

#schools-data { position: relative; overflow: auto; }

#schools-data > [class*='col-'] { height: 700px; }

#schools-data #schools-data-key { position: absolute; z-index: 1; top: 10px; left: 25px; }

#schools-data .nav-tabs li { cursor: pointer; }

#schools-data .tab-content { overflow-y: scroll; height: 94%; }

#schools-data .tab-content .list-group .list-group-item { padding: 0 15px 10px 15px; }

#schools-data .tab-content .list-group .list-group-item:hover { cursor: pointer; }

#schools-data .tab-content .list-group .list-group-item:first-child, #schools-data .tab-content .list-group .list-group-item:last-child { border-radius: 0; }

#schools-data .selected-school, #schools-data .selected-school .school-name-address { background: rgba(122, 214, 253, 0.3); }

#schools-data .hovered-school, #schools-data .hovered-school .school-name-address { background: rgba(122, 214, 253, 0.1); }

#schools-data .school-name-address { background: whitesmoke; padding: 10px 0; font-size: 14px; font-weight: bold; color: black; }

#schools-data .school-name-address small { font-style: italic; font-weight: normal; color: grey; }

#schools-data .school-details { padding: 10px 0; font-size: 12px; }

#schools-data .school-details .fa-info-circle { font-size: 1.3em; }

#schools-data .inside-admission-area { background: green; border: 1px solid black; width: 19px; height: 19px; display: inline-block; border-radius: 10px; vertical-align: bottom; margin-right: 5px; }

#schools-data .outside-admission-area { background: red; border: 1px solid black; width: 19px; height: 19px; display: inline-block; border-radius: 10px; vertical-align: bottom; margin-right: 5px; }

#schools-data .ofsted-rating { background: white; border: 1px solid black; width: 19px; height: 19px; display: inline-block; text-align: center; font-weight: bold; border-radius: 10px; vertical-align: bottom; margin-right: 5px; }

#schools-data .alert { text-align: center; padding: 5px; margin: 0; }

#schools-data .locus-infowindow { position: relative; width: 220px; }

#schools-data .locus-infowindow .corner-flash { position: absolute; }

#schools-map { width: 100%; height: 100%; }

#property-details-tab-panes { border-right: 1px solid #dddddd; border-bottom: 1px solid #dddddd; border-left: 1px solid #dddddd; border-radius: 0 0 4px 4px; }

#property-details-tab-panes .tab-pane { padding: 15px; }

.corner-flash { fill: #d9534f; width: 60px; height: 60px; }

.corner-flash text { fill: white; }

.property .corner-flash { position: absolute; z-index: 1; }

.thumbnail .corner-flash { position: absolute; z-index: 1; }

.property-grid .corner-flash { position: absolute; top: 0; left: 15px; z-index: 1; border-radius: 4px 0 0 0; }

.property-images .corner-flash { position: absolute; width: auto; z-index: 1; }

.grid:after { content: ''; display: block; clear: both; }

.grid-sizer, .grid-item { width: 33.333%; }

.grid-item { float: left; padding: 2px; }

.grid-item img { display: block; max-width: 100%; }

.pagination { margin: 0; }

.pagination li a .bracket { display: none; }

.pagination span.hellip { cursor: not-allowed; }

.animated-spinner { width: 100px; margin: 0 auto; padding: 20px; color: rgba(159, 96, 69, 1); font-size: 2em; }

.property { margin: 0 0 0px 0; }

.property h3 { margin: 0 0 15px 0; }

.property .btn-group { margin: 15px 0 0 0; }

.property-grid-image { background-position: center center; background-size: cover; height: 230px; }

#search-filters .panel-heading { padding: 0; }

#search-filters .accordion-toggle { padding: 10px 15px; display: block; width: 100%; }

#search-filters .accordion-toggle:hover, #search-filters .accordion-toggle:focus { text-decoration: none; }

@media (min-width: 1200px) { .property-grid .panel .panel-body { min-height: 375px; }
.affix { width: 263px; top: 68px; }
#googlemap { min-height: 600px; } }

@media (min-width: 992px) and (max-width: 1200px) { .property-grid .panel .panel-body { min-height: 370px; }
.affix { top: 99px; width: 293px; }
#googlemap { min-height: 500px; } }

@media (max-width: 480px) { .map-search-results#googlemap { height: 300px; }
.property-grid .panel .panel-body { min-height: auto; }
#googlemap { min-height: 300px; } }

.ui-autocomplete { background: #fff; list-style: none; border: 1px solid #bbb; padding: 0; width: 250px; /* Change to the correct width */ max-height: 300px; overflow: auto; }

.ui-autocomplete li { margin: 0; }

.ui-autocomplete li:hover { background: #faffbd; cursor: pointer; }

.ui-autocomplete li a { padding: 10px; display: block; }

.ui-autocomplete li a:hover { border: none; }

.ui-widget.ui-widget-content { z-index: 9999; }

.room-icons {
    margin-top: 20px;
    margin-bottom: 20px;
}

.room-icons h4 {
    color: #ffffff;
}

.room-icons svg {
    height: 25px;
    fill: #ffffff;
    vertical-align: bottom;
    margin-top: 5px;
    margin-right: 5px;
}

.room-icons span {
    padding-right: 10px;
    font-size: 1em;
    color: #ffffff;
}

#property-carousel .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
    width: 15%!important;
}

#register h2, #footer-section .register h2 {
    color: #fff!important;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (min-width: 480px) and (max-width: 767px) {
    .right-align {
        text-align: left;
    }

    #featured-home-section .hover-gallery-featured .overlay, .parallax-content .featured .hover-gallery-featured .overlay {
        position: absolute;
        background:  rgba(0, 0, 0,1)!important;
        width: 100%;
        z-index: 999;
        bottom: 0px;
        margin-bottom: 20px;
        background-color: rgba(0, 0, 0,1)!important;
        padding: 10px 0px;
        color: #fff;
        text-align: center;
    }

    #featured-home-section h3, .our-numbers h2, #footer-section .register h2 {
        margin-left: 0px!important;
    }

    .brand-line-left-center {
        background: url(/images/brand-line.png) 0 0 no-repeat;
        width: 50px;
        position: relative;
        height: 26px;
        left: 0px;
        display: inline-block;
    }

    .parallax-content .featured h3 {
        margin-left: 0px!important;
    }

    .brand-line-left {
        background: url(/images/brand-line-large.png) 0 0 no-repeat;
        width: 50px;
        margin-top: -8px;
        position: relative;
        height: 26px;
        left: 0px;
        display: inline-block;
    }

    .brand-line-left-numbers {
        background: url(/images/brand-line.png) 0 0 no-repeat;
        width: 50px;
        position: relative;
        height: 26px;
        left: 0px;
        display: inline-block;
    }

    .brand-line-left-center {
        width: 50px;
    }

    .brand-line-left-numbers {
        width: 50px;
    }

    #featured-home-section h2, #featured-home-section h3, .parallax-content .featured h2, .parallax-content .featured h3 {
        text-align: center;
    }

    #selling-static-section .why-with-us h2, #why-selling-static-section .why-with-us h2 {
        margin-left: 0px;
    }

    .brand-line-left-value {
        background: url(/images/brand-line-largest.png) 0 0 no-repeat;
        width: 50px;
        margin-top: 0px;
        position: relative;
        height: 26px;
        left: 0px;
        display: inline-block;
    }

    .brand-line-left-sell {
        background: url(/images/brand-line-largest.png) 0 0 no-repeat;
        width: 50px;
        margin-top: 0px;
        position: relative;
        height: 26px;
        left: 0px;
        display: inline-block;
    }

    .our-numbers h2, #footer-section .register h2 {
        margin-left: 0px!important;
    }
    .full-detail-bg {
        padding: 20px 15px;
    }

    .brand-line-left-reg {
        background: url(/images/brand-line-largest.png) 0 0 no-repeat;
        width: 50px;
        margin-top: 0px;
        position: relative;
        height: 26px;
        left: 0px;
        display: inline-block;
        margin-top: -8px;
    }

    .feat-but {
        margin-top: 0px;
    }

    .feat-but .btn-primary-dark {
        width: 100%;
    }

    .main-prop-address-sml h4 {
        color: #fff;
        font-size: 1.1em;
        padding: 0px 10px;
    }

    .main-prop-address-sml h2 {
        font-size: 1.2em;
        padding: 0px 10px;
    }

    .main-prop-address-sml h1 {
        font-size: 1.4em;
        padding: 0px 10px;
    }

    #property-carousel .carousel-inner .item img {
        max-height: 500px;
        width: 100%;
    }

    #featured-home-section h2, #footer-section .register h1, .parallax-content .featured h2, .our-numbers h1, .about-home-section h2, .cta-container .cta-col .cta-item .cta-name, .testimonial-section h2, #footer-section h2, #footer-section h1, #selling-static-section h1, #testimonials-page h1, #why-selling-static-section h1, .static-section-dark h2, .property-bg-section h1, #about-static-section h1, #land-static-section h1, #land-static-section .land-testimonials .testimonial-section h2 {
        font-size: 1.8em;
    }

    #featured-home-section h3, .parallax-content .featured h3, .our-numbers h2, .about-home-section h3, .testimonial-section h3, #footer-section h3, #footer-section .register h2, #selling-static-section h2, #testimonials-page h2, #why-selling-static-section h2, .property-bg-section h2, #main-search h3, #about-static-section h2, #land-static-section h2, .static-section-dark h3, .static-section-grey h3 {
        font-size: 1.4em;
    }

    .about-home-section h3 {
        margin-left: 10px;
    }

    .about-home-section h3.marg {
        margin-left: 20px;
    }

    .brand-line-right-larger {
        background: url(/images/brand-line.png) 0 0 no-repeat;
        position: absolute;
        height:26px;
        display: inline-block;
        width: 50px;
        left: auto;
        margin-top: -5px;
    }

    .brand-line-left-large {
        background: url(/images/brand-line.png) 0 0 no-repeat;
        position: relative;
        height: 26px;
        display: inline-block;
        width: 50px;
        left: auto;
        margin-top: -5px;
    }

    .brand-line-right {
        background: url(/images/brand-line.png) 0 0 no-repeat;
        position: absolute;
        height: 26px;
        display: inline-block;
        width: 50px;
        left: auto;
    }

    #large-carousel .carousel-caption img {
        width: 250px;
        height: 104px;
    }

    #static-carousel .carousel-caption img {
        width: 300px;
        height: 97px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .right-align {
        text-align: left;
    }

    .brand-line-right-testimonial {
        background: url(/images/brand-line-largest.png) 0 0 no-repeat;
        position: relative; 
        height: 26px;
        display: inline-block;
        width: 50px;
        left: 0px;
    }

    .brand-line-left-reg {
        background: url(/images/brand-line-largest.png) 0 0 no-repeat;
        width: 50px;
        margin-top: 0px;
        position: relative;
        height: 26px;
        left: 0px;
        display: inline-block;
    }

    .feat-but {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .brand-line-left-large {
        background: url(/images/brand-line.png) 0 0 no-repeat;
        position: relative;
        height: 26px;
        display: inline-block;
        width: 50px;
        left: auto;
        margin-top: -5px;
    }

    .our-numbers h2, #footer-section .register h2 {
        margin-left: 125px!important;
    }

    .main-prop-address h4 {
        font-size: 1.1em;
        padding: 0px 10px;
    }

    .main-prop-address h2 {
        font-size: 1.2em;
        padding: 0px 10px;
    }

    .main-prop-address h1 {
        font-size: 1.4em;
        padding: 0px 10px;
    }

    .main-prop-address {
        background: #000;
        padding: 10px 0px 0px 0px;
        position: absolute;
        right: 0;
        bottom: 20px;
        color: #fff;
        z-index: 9999;
    }

    .nav > li > a {
        padding: 10px 3px 10px 3px!important;
    }

    .team-mortgage {
        text-align: center;
    }

    .about-home-section h3 {
        margin-left: 10px;
    }

    .about-home-section h3.marg {
        margin-left: 20px;
    }

    .brand-line-right-larger {
        background: url(/images/brand-line.png) 0 0 no-repeat;
        position: absolute;
        height: 26px;
        display: inline-block;
        width: 50px;
        left: auto;
    }

    .brand-line-right {
        background: url(/images/brand-line.png) 0 0 no-repeat;
        position: absolute;
        height: 26px;
        display: inline-block;
        width: 50px;
        left: auto;
    }

    .our-numbers h2, #footer-section #footer-section .register h2 {
        margin-left: 120px;
    }

    .hover-gallery-featured {
        margin-bottom: 20px;
    }

    .hover-gallery-property {
        margin-bottom: 20px;
    } 

    #featured-home-section .hover-gallery-featured .overlay, .parallax-content .featured .hover-gallery-featured .overlay {
        position: absolute;
        background: rgba(0, 0, 0,1)!important;
        width: 96%;
        z-index: 999;
        bottom: 0px;
        margin-bottom: 20px;
        background-color: rgba(0, 0, 0,1)!important;
        padding: 10px 0px;
        color: #fff;
    }

    .brand-line-left-sell {
        background: url(/images/brand-line-largest.png) 0 0 no-repeat;
        width: 50px;
        margin-top: 0px;
        position: absolute;
        height: 26px;
        left: 0px;
        display: inline-block;
    }

    .hover-gallery-featured .overlay p {
        margin-top: 10px;
        font-size: 1.1em;
        text-align: left;
    }

    .hover-gallery-featured .overlay p strong {
        font-size: 1.2em;
    }

    .hover-gallery-featured .btn-primary-dark {
        float: right;
    }

    #featured-home-section img, .parallax-content .featured img {
        width: 100%;
    }

    #featured-home-section h3, .our-numbers h2, #footer-section .register h2 {
        margin-left: 0px!important;
    }

    .parallax-content .featured h3 {
        margin-left: 0px!important;
    }

    .hover-gallery-property .overlay {
        position: absolute;
        background:  rgba(0, 0, 0,1)!important;
        width: 96%;
        z-index: 999;
        bottom: 0px;
        margin-bottom: 20px;
        background-color: rgba(0, 0, 0,1)!important;
        padding: 10px 0px;
        color: #fff;
    }

    .hover-gallery-property .overlay p {
        font-size: 1.1em;
        text-align: left;
        margin-top: 10px;
    }

    .save-link .btn-primary {
        color: #fff;
    }

    .hover-gallery-property .overlay p strong {
        font-size: 1.2em;
    }

    .hover-gallery-property .btn-primary-dark {
        float: right;
    }

    .brand-line-left, .brand-line-left-center {
        background: url(/images/brand-line.png) 0 0 no-repeat;
        width: 50px;
        position: relative; 
        height: 26px;
        left: 0px;
        display: inline-block;
    }

    .brand-line-left-numbers {
        background: url(/images/brand-line.png) 0 0 no-repeat;
        width: 50px;
        position: relative;
        height: 26px;
        left: 0px;
        display: inline-block;
    }

    .brand-line-left {
        background: url(/images/brand-line-large.png) 0 0 no-repeat;
        width: 50px;
        margin-top: -5px;
        position: relative;
        height: 26px;
        left: 0px;
        display: inline-block;
    }

    .brand-line-left-center {
        width: 50px;
    }

    .brand-line-left-numbers {
        width: 50px;
    }

    #featured-home-section h2, #featured-home-section h3, .parallax-content .featured h2, .parallax-content .featured h3 {
        text-align: center;
    }

    .property-grid .panel .panel-body {
        min-height: 370px;
    }

    #googlemap {
        min-height: 400px;
    }

    header .navbar-nav {
        text-align: center;
        float: none!important;
    }

    .navbar-nav li {
        float: none;
        display: inline-block;
    }

    #large-carousel .carousel-caption img {
        width: 300px;
        height: 125px;
    }

    #static-carousel .carousel-caption img {
        width: 530px;
        height: 172px;
    }

    #static-carousel .carousel-caption {
        bottom: 0px!important;
        margin-top: 20px;
        padding-bottom: 0px;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 8px;
    }

    .brand-line-left-value {
        background: url(/images/brand-line-largest.png) 0 0 no-repeat;
        width: 50px;
        margin-top: 0px;
        position: relative;
        height: 26px;
        left: 0px;
        display: inline-block;
    }

    .brand-line-left-sell {
        background: url(/images/brand-line-largest.png) 0 0 no-repeat;
        width: 50px;
        margin-top: 0px;
        position: relative;
        height: 26px;
        left: 0px;
        display: inline-block;
    }

    #why-selling-static-section .why-with-us h2 {
        margin-left: 0px;
    }
}


@media (min-width: 992px) and (max-width: 1200px) {
    .right-align {
        text-align: left;
    }

    .brand-line-right-testimonial {
        background: url(/images/brand-line-largest.png) 0 0 no-repeat;
        position: relative; 
        height: 26px;
        display: inline-block;
        width: 50px;
        left: 0px;
    }

    .brand-line-left-value {
        background: url(/images/brand-line-largest.png) 0 0 no-repeat;
        width: 50px;
        margin-top: 0px;
        position: relative;
        height: 26px;
        left: 0px;
        display: inline-block;
    }

    .brand-line-left-numbers {
        background: url(/images/brand-line.png) 0 0 no-repeat;
        width: 50px;
        position: relative;
        height: 26px;
        left: 0px;
        display: inline-block;
    }

    #why-selling-static-section .why-with-us h2 {
        margin-left: 0px;
    }

    .brand-line-left-sell {
        background: url(/images/brand-line-largest.png) 0 0 no-repeat;
        width: 50px;
        margin-top: 0px;
        position: relative;
        height: 26px;
        left: 0px;
        display: inline-block;
    }

     .brand-line-left-large {
        background: url(/images/brand-line.png) 0 0 no-repeat;
        position: relative;
        height: 26px;
        display: inline-block;
        width: 50px;
        left: auto;
        margin-top: -5px;
    }

    .our-numbers h2, #footer-section .register h2 {
        margin-left: 0px!important;
    }

    .brand-line-left-reg {
        background: url(/images/brand-line-largest.png) 0 0 no-repeat;
        width: 50px;
        margin-top: 0px;
        position: relative;
        height: 26px;
        left: 0px;
        display: inline-block;
    }

    #property-thumbnails .sm-padding {
        padding-left: 1px;
        padding-right: 1px;
    }

    .about-home-section h3 {
        margin-left: 20px;
    }

    .about-home-section h3.marg {
        margin-left: 40px;
    }

    .brand-line-right-larger {
        background: url(/images/brand-line.png) 0 0 no-repeat;
        position: relative;
        height: 26px;
        display: inline-block;
        width: 50px;
        left: auto;
    }

    .brand-line-right {
        background: url(/images/brand-line.png) 0 0 no-repeat;
        position: absolute;
        height: 26px;
        display: inline-block;
        width: 50px;
        left: auto;
    }

    .hover-gallery-featured {
        margin-bottom: 20px;
    }

    .hover-gallery-property {
        margin-bottom: 20px;
    }

    .brand-line-left {
        background: url(/images/brand-line-large.png) 0 0 no-repeat;
        width: 50px;
        margin-top: -5px;
        position: relative;
        height: 26px;
        left: -0px;
        display: inline-block;
    }

    #featured-home-section .hover-gallery-featured .overlay, .parallax-content .featured .hover-gallery-featured .overlay {
        position: absolute;
        background: rgba(0, 0, 0,1)!important;
        width: 97%;
        z-index: 999;
        bottom: 0px;
        margin-bottom: 20px;
        background-color: rgba(0, 0, 0,1)!important;
        padding: 10px 0px;
        color: #fff;
    }

    .hover-gallery-featured .overlay p {
        font-size: 1.2em;
        text-align: left;
    }

    .hover-gallery-featured .overlay p strong {
        font-size: 1.4em;
    }

    .hover-gallery-featured .btn-primary-dark {
        float: right;
    }

    #featured-home-section img, .parallax-content .featured img {
        width: 100%;
    }

    .hover-gallery-property .overlay {
        position: absolute;
        background:  rgba(0, 0, 0,1)!important;
        width: 97%;
        z-index: 999;
        bottom: 0px;
        margin-bottom: 20px;
        background-color: rgba(0, 0, 0,1)!important;
        padding: 10px 0px;
        color: #fff;
    }

    .hover-gallery-property .overlay p {
        font-size: 1.2em;
        text-align: left;
    }

    .feat-but {
        margin-top: 20px;
    }

    .feat-but .btn-primary-dark {
        width: 100%;
    }

    .hover-gallery-property .overlay p strong {
        font-size: 1.4em;
    }

    .hover-gallery-property .btn-primary-dark {
        float: right;
    }

    .brand-line-left-center {
        width: 50px;
    }

    .brand-line-left-numbers {
        width: 50px;
    }

    #featured-home-section h2, #featured-home-section h3, .parallax-content .featured h2, .parallax-content .featured h3 {
        text-align: center;
    }

    #featured-home-section h3 {
        margin-left: 25px;
    }

    .parallax-content .featured h3 {
        margin-left: 80px;
    }

    header .navbar-nav {
        text-align: center;
        float: none!important;
    }

    .navbar-nav li {
        float: none;
        display: inline-block;
    }

    .property-grid .panel .panel-body {
        min-height: 370px;
    }

    .affix {
        top: 99px;
        width: 293px;
    }

    #googlemap {
        min-height: 500px;
    }

    #large-carousel .carousel-caption img {
        width: 380px;
        height: 158px;
    }

    #static-carousel .carousel-caption img {
        width: 530px;
        height: 172px;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
    #large-carousel .carousel-caption, #static-carousel .carousel-caption {
        bottom: 80px!important;
    }

    .main-prop-address {
        bottom: 70px!important;
    }

    .selling-side-image img {
        padding: 70px 0px 0px 120px;
        width: 550px;
        height: 366px;
    }
}

@media (min-width: 1401px) and (max-width: 1600px) {
    #large-carousel .carousel-caption, #static-carousel .carousel-caption {
        bottom: 110px!important;
    }

    .main-prop-address {
        bottom: 70px!important;
    }

    #property-carousel .carousel-inner .item img {
        max-height: 850px;
        width: 100%;
    }

    .selling-side-image img {
        padding: 70px 0px 0px 120px;
        width: 600px;
        height: 399px;
    }
}

@media (min-width: 1601px) and (max-width: 1800px) {
    .main-prop-address {
        bottom: 60px!important;
    }

    #property-carousel .carousel-inner .item img {
        max-height: 850px;
        width: 100%;
    }

    .selling-side-image img {
        padding: 30px 0px 0px 30px;
        width: 600px;
        height: 399px;
    }
}

@media (min-width: 1801px) and (max-width: 2200px) {
    .main-prop-address {
        bottom: 150px!important;
    }

    #property-carousel .carousel-inner .item img {
        max-height: 1050px;
        width: 100%;
    }

    .testimonial-section h2 {
        margin-top: 280px!important;
    }

    #selling-static-section .testimonial-section h2, .land-testimonials .testimonial-section h2, #why-selling-static-section .testimonial-section h2, #testimonials-page .testimonial-section h2 {
        margin-top: 40px!important;
    }

    .testimonial-section .testimonial-bg {
        margin-bottom: 100px;
    }
}

@media (min-width: 2201px) and (max-width: 2400px) {
    .static-section {
        padding: 40px 40px 120px;
        background: #000;
        color: #fff;
        margin-bottom: 100px;
    }

    .testimonial-section .testimonial-bg {
        margin-bottom: 250px;
    }

    #property-carousel .carousel-inner .item img {
        max-height: 1150px;
        width: 100%;
    }

    .selling-side-image img {
        padding: 30px 0px 0px 30px;
        width: 800px;
        height: 459px;
    }

    .testimonial-section h2 {
        margin-top: 320px!important;
    }

    #selling-static-section .testimonial-section h2, .land-testimonials .testimonial-section h2, #why-selling-static-section .testimonial-section h2, #testimonials-page .testimonial-section h2 {
        margin-top: 40px!important;
    }
}


@media (min-width: 2401px) and (max-width: 2600px) {
    .static-section {
        padding: 40px 40px 120px;
        background: #000;
        color: #fff;
        margin-bottom: 100px;
    }

    .testimonial-section .testimonial-bg {
        margin-bottom: 350px;
    }

    .testimonial-section h2 {
        margin-top: 320px!important;
    }

    #selling-static-section .testimonial-section h2, .land-testimonials .testimonial-section h2, #why-selling-static-section .testimonial-section h2, #testimonials-page .testimonial-section h2 {
        margin-top: 40px!important;
    }
}


@media (max-width: 320px) {
    #property-carousel .carousel-caption {
        margin-top: 45px!important;
    }

    #static-carousel .carousel-caption {
        bottom: 65px;
    }

    .hover-gallery-featured .btn-primary-dark {
        font-size: 0.8em;
        padding: 5px 16px;
    }

    #featured-home-section .hover-gallery-featured .overlay, .parallax-content .featured .hover-gallery-featured .overlay {
        width: 91%!important;
    }
}

@media (min-width: 321px) and (max-width: 413px) {
    #property-carousel .carousel-caption {
        margin-top: 65px!important;
    }

    #static-carousel .carousel-caption {
        bottom: 75px;
    }

    .hover-gallery-featured .btn-primary-dark {
        font-size: 0.8em;
        padding: 5px 27px;
    }

    #featured-home-section .hover-gallery-featured .overlay, .parallax-content .featured .hover-gallery-featured .overlay {
        width: 94.2%!important;
    }

}

@media (min-width: 414px) and (max-width: 480px) {
    #property-carousel .carousel-caption {
        margin-top: 65px!important;
    }

    #static-carousel .carousel-caption {
        bottom: 75px;
    }

    .hover-gallery-featured .btn-primary-dark {
        font-size: 0.8em;
        padding: 5px 35px;
    }

    #featured-home-section .hover-gallery-featured .overlay, .parallax-content .featured .hover-gallery-featured .overlay {
        width: 93.2%!important;
    }

}

@media (max-width: 480px) {
    .testimonial-section .btn-primary-ghost {
        margin-top: 20px;
    }

    .land-testimonials {
        padding: 10px 0px;
    }

    .right-align {
        text-align: left;
    }

    .testimonial-title h2 {
        margin-top: -10px!important;
    }

    .save-link .btn-primary {
        color: rgba(255,255,255,1);
    }

    #floorplan .modal-header h4, #epc .modal-header h4 {
        font-size: 1.2em;
    }

    #main-search label {
        margin-bottom: 15px;
    }

    .no-pad-right-mobile {
        padding-right: 0px;
    }

    .testimonial-section .testimonial-bg {
        background: #1a1a1a!important;
        background-size: cover;
        padding: 60px;
        color: #fff;
    }

    .feat-but {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .feat-but .btn-primary-dark {
        width: 100%;
    }

    #featured-home-section .hover-gallery-featured .overlay, .parallax-content .featured .hover-gallery-featured .overlay {
        position: absolute;
        background:  rgba(0, 0, 0,1)!important;
        width: 100% !important;
        z-index: 999;
        bottom: 0px;
        margin-bottom: 20px;
        background-color: rgba(0, 0, 0,1)!important;
        padding: 0px 0px;
        color: #fff;
        text-align: center;
    }

    .hover-gallery-featured .overlay p {
        font-size: 0.8em;
        margin-top: 7px;
        line-height: 1em;
    }

    #featured-home-section h3, .parallax-content .featured h3, #footer-section .register h2 {
        margin-left: 15px!important;
    }

    .our-numbers h2 {
        margin-left: 0px!important;
    }

    .brand-line-left, .brand-line-left-center {
        background: url(/images/brand-line.png) 0 0 no-repeat;
        width: 50px;
        position: relative; 
        height: 24px;
        left: -4px;
        display: inline-block;
        margin-top: -8px;
    }

    .brand-line-right-testimonial {
        background: url(/images/brand-line-largest.png) 0 0 no-repeat;
        position: relative; 
        height: 24px;
        display: inline-block;
        width: 50px;
        left: 0px;
    }

    .brand-line-left-numbers {
        background: url(/images/brand-line.png) 0 0 no-repeat;
        width: 50px;
        position: relative;
        height: 24px;
        left: 0px;
        display: inline-block;
        margin-top: -8px;
    }

    #featured-home-section h2, #featured-home-section h3, .parallax-content .featured h2, .parallax-content .featured h3 {
        text-align: center;
    }

    .brand-line-left-value {
        background: url(/images/brand-line-largest.png) 0 0 no-repeat;
        width: 50px;
        margin-top: 0px;
        position: relative;
        height: 24px;
        left: 0px;
        display: inline-block;
        margin-top: -8px;
    }

    #why-selling-static-section .our-numbers h2 {
        margin-left: 0px!important;
    }


    .brand-line-left-sell {
        background: url(/images/brand-line-largest.png) 0 0 no-repeat;
        width: 50px;
        margin-top: 0px;
        position: relative;
        height: 24px;
        left: 0px;
        display: inline-block;
        margin-top: -8px;
    }

    #selling-static-section h1, #why-selling-static-section h1, #testimonials-page h1 {
        margin-top: 10px;
    }

    .static-section {
        padding: 20px;
    }

    .top-footer .bottom-logo img {
        width: 200px;
        height: 19px;
    }

    .top-footer h4 {
        font-family: 'BlsW-Hv', sans-serif;
        font-size: 1.4em;
    }

    .brand-line-left-reg {
        width: 200px;
        left: -65px;
        margin-top: -7px;
    }

    #property-carousel .carousel-caption img {
        width: 240px;
        height: 78px;
    }

    .hover-gallery-property .btn-primary-dark {
        margin-bottom: 20px!important;
    }

    .hover-gallery-property .overlay {
        position: relative!important;
        bottom: 0px!important;
    }

    .full-detail-bg {
        padding: 20px 15px;
    }

    .main-prop-address-sml h4 {
        color: #fff;
        font-size: 1.1em;
        padding: 0px 10px;
    }

    .main-prop-address-sml h2 {
        font-size: 1.2em;
        padding: 0px 10px;
    }

    .main-prop-address-sml h1 {
        font-size: 1.4em;
        padding: 0px 10px;
    }

    #property-carousel .carousel-inner .item img {
        max-height: 500px;
        width: 100%;
    }

    .testimonial-section .testimonial-bg {
        padding: 20px;
    }

    #featured-home-section h2, #footer-section .register h1, .parallax-content .featured h2, .our-numbers h1, .about-home-section h2, .cta-container .cta-col .cta-item .cta-name, .testimonial-section h2, #footer-section h2, #footer-section h1, #selling-static-section h1, #testimonials-page h1, #why-selling-static-section h1, .static-section-dark h2, .property-bg-section h1, #about-static-section h1, #land-static-section h1, #land-static-section .land-testimonials .testimonial-section h2  {
        font-size: 2em;
    }

#featured-home-section h3,
#why-selling-static-section .testimonial-section h2,
.parallax-content .featured h3,
.our-numbers h2,
.about-home-section h3,
.testimonial-section h3,
#footer-section h3,
#footer-section .register h2,
#selling-static-section h2,
#testimonials-page h2,
#why-selling-static-section h2,
.property-bg-section h2,
#main-search h3,
#about-static-section h2,
#land-static-section h2,
.static-section-dark h3,
.static-section-grey h3 {

        font-size: 1.2em;
    }

    #large-carousel .carousel-caption img {
        width: 200px;
        height: 83px;
    }

    #static-carousel .carousel-caption img {
        width: 240px;
        height: 78px;
    }

    .about-home-section h3 {
        margin-left: 10px;
    }

    .about-home-section h3.marg {
        margin-left: 24px;
    }

    .brand-line-right-larger {
        background: url(/images/brand-line.png) 0 0 no-repeat;
        position: relative;
        height: 24px;
        display: inline-block;
        width: 50px;
        left: auto;
        margin-top: -7px;
        margin-left: 3px;
    }

    .brand-line-right {
        background: url(/images/brand-line.png) 0 0 no-repeat;
        position: relative;
        height: 24px;
        display: inline-block;
        width: 60px;
        left: auto;
        margin-left: 3px;
        margin-top: -8px;
    }

    .brand-line-left-large {
        background: url(/images/brand-line-largest.png) 0 0 repeat;
        width: 50px;
        margin-top: -8px;
        position: relative;
        height: 24px;
        left: 0px;
        display: inline-block;
    }

    #footer-section h3 {
        margin-left: 0px;
    }

    .property-bg-section h2 {
        margin-left: 0px;
    }

    .property-bg-section .brand-line-left-large {
        background: url(/images/brand-line-largest.png) 0 0 repeat;
        width: 50px;
        margin-top: -8px;
        position: relative;
        height: 24px;
        left: 0px;
        display: inline-block;
    }

    #footer-section .register h2 {
        margin-left: 0px!important;
    }

    #footer-section .valuation h2 {
        margin-left: 0px!important;
    }

    .matt .brand-line-left-large {
        background: url(/images/brand-line-largest.png) 0 0 repeat;
        width: 50px;
        margin-top: -8px;
        position: relative;
        height: 24px;
        left: 0px;
        display: inline-block;
    }

    .brand-line-left-reg {
        background: url(/images/brand-line-largest.png) 0 0 no-repeat;
        width: 50px;
        margin-top: 0px;
        position: relative;
        height: 24px;
        left: 0px;
        display: inline-block;
        margin-top: -8px;
    }

    #why-selling-static-section .why-with-us h2 {
        margin-left: 0px;
    }

    #about-static-section .brand-line-left-large {
        background: url(/images/brand-line-largest.png) 0 0 repeat;
        width: 50px;
        margin-top: -1px;
        position: relative;
        height: 24px;
        left: 0px;
        display: inline-block;
        margin-top: -8px;
    }

    #about-static-section h2.matt {
        margin-left: 0px;
    }

    #land-static-section h2 {
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .brand-line-right-testimonial {
        background: url(/images/brand-line-largest.png) 0 0 no-repeat;
        position: relative; 
        height: 24px;
        display: inline-block;
        width: 50px;
        left: 0px;
    }

    #property-carousel .carousel-caption {
        top: 0;
        margin-top: 70px;
    }

    .team-mortgage {
        text-align: center;
    }
    
    .hover-gallery-featured {
        margin-bottom: 20px;
    }

    .hover-gallery-property {
        margin-bottom: 20px;
    }

    #featured-home-section img, .parallax-content .featured img {
        width: 100%;
    }

    .hover-gallery-property .overlay {
        position: absolute;
        background:  rgba(0, 0, 0,0.8)!important;
        width: 100%;
        z-index: 999;
        bottom: 20px;
        background-color: rgba(0, 0, 0,0.8)!important;
        padding: 10px 0px;
        text-align: center;
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        font-weight: 600;
    }

    .navbar-default .navbar-collapse {
        border-color: transparent;
        background: rgba(0,0,0,0.8);
    }

    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover {
        border-color: #000;
        background: #000;
    }

    .navbar-toggle, .navbar-toggle:hover {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-right: 15px;
        margin-top: 8px;
        margin-bottom: 8px;
        background-color: #000000;
        background: #000;
        background-image: none;
        border: 1px solid #000000;
        border-radius: 0px;
        color: #fff;
    }
}

@media (min-width: 768px) {
    #property-carousel .carousel-caption {
        top: 0;
        margin-top: 100px;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px 10px 5px;
    }

    .border-right-nav {
        border-right: solid 1px #fff;
        height: 10px;
        padding-left: 20px;
    }

}


@media (max-width: 1200px) {
    .non-hover {
        display: none;
    }

    .our-numbers .border-right-numbers {
        border-bottom: solid 2px #9f6045;
    }
}

@media (min-width: 1200px) {
    .right-feat {
        float: right;
        margin-bottom: 10px;
        width: 85%;
        font-size: 1.2em;
        font-weight: 700;
        padding: 15px 0px;
    }

    .main-prop-address h1 {
        line-height: 1.4;
    }

    .main-prop-address {
        min-width: 380px;
        max-width: 380px;
    }

    .save-link {
        display: block;
        position: absolute;
        width: 82%;
        transform: translateY(-50%) rotate(-90deg);
        left: -48.7%;
        top: 50%;
        right: 0;
        padding: 10px;
        transform-origin: center;
        text-align: center;
        cursor: pointer;
        text-transform: uppercase;
        letter-spacing: 2px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .brand-line-left-center {
    background: url(/images/brand-line.png) 0 0 no-repeat;
    width: 225px;
    margin-top: 0px;
    position: absolute;
    height: 34px;
    left: 359px;
    display: inline-block;
}

.brand-line-left-reg {
    background: url(/images/brand-line-largest.png) 0 0 no-repeat;
    width: 1340px;
    margin-top: 0px;
    position: absolute;
    height: 34px;
    left: -700px;
    display: inline-block;
}

.brand-line-left-value {
    background: url(/images/brand-line-largest.png) 0 0 no-repeat;
    width: 1275px;
    margin-top: 0px;
    position: absolute;
    height: 34px;
    left: -700px;
    display: inline-block;
}

.brand-line-left-numbers {
    background: url(/images/brand-line-largest.png) 0 0 no-repeat;
    width: 1300px;
    margin-top: 0px;
    position: absolute;
    height: 34px;
    left: -695px;
    display: inline-block;
}

.brand-line-left-sell {
    background: url(/images/brand-line-largest.png) 0 0 no-repeat;
    width: 815px;
    margin-top: 0px;
    position: absolute;
    height: 34px;
    left: -700px;
    display: inline-block;
}

    #selling-static-section .testimonial-title h2, #why-selling-static-section .testimonial-title h2, #testimonials-page .testimonial-title h2 {
        margin-left: 70px!important;
    }

    .brand-line-right-testimonial {
        background: url(/images/brand-line-largest.png) 0 0 no-repeat;
        position: absolute;
        height: 34px;
        display: inline-block;
        width: 1110px;
        left: 360px;
        margin-top: -2px;
    }

    #home-testimonial-section .border-right:nth-child(1), .testimonial-bg .border-right:nth-child(1) {
        background: url(/images/testimonial-border.jpg) 0 0 no-repeat;
        position: absolute;
        height: 150px;
        right: 0;
    }
    
    .back-button {
        width: 66px;
        height: 252px;
        background: url(/images/back-image.jpg) 0 0 no-repeat;
        position: fixed;
        left: 0;
        bottom: 350px;
        color: #fff;
        z-index: 9999;
    }


    /* This controls the overlap stagger effect on home page featured properties */

     .featured-spacer{
        margin-top: 22px;
        margin-bottom: 82px;
    }


    .stagger:nth-child(1){
        margin-top: -10px;
        margin-bottom: 10px;
    }

    .stagger:nth-child(2){
        margin-top: -20px;
        margin-bottom: 20px;
    }

    .stagger:nth-child(3){
        margin-top: -70px;
        margin-bottom: 70px;
    }

    .stagger:nth-child(4){
        margin-top: 20px;
        margin-bottom: -20px;
    }

    .stagger:nth-child(5){
        margin-top: -20px;
        margin-bottom: 20px;
    }

    .stagger:nth-child(6){
        margin-top: -70px;
        margin-bottom: 70px;
    }

    .stagger:nth-child(7){
        margin-top: 20px;
        margin-bottom: -20px;
    }

    .stagger:nth-child(8){
        margin-top: -20px;
        margin-bottom: 20px;
    }

    /* Finished */

    /* This controls the overlap stagger effect on thumbnails page */

    #search-results{
        margin-top: 50px;
    }

    .margin-stagger:nth-child(odd){
        margin-top: -30px;
        margin-bottom:30px;
    }

    .margin-stagger:nth-child(even){
        margin-bottom: -30px;
        margin-top: 30px;
    }

    /* Finish */

    #property-thumbnails {
        margin-top: -40px;
        border: solid 2px #000;
        background: #000;
        min-height: 310px;
        margin-left: -2px;
    }

    .full-detail-bg {
        background: #000;
        margin-top: -80px;
    }

    #main-search {
        margin-top: -80px;
    }

    .brand-line-right-search {
        background: url(/images/brand-line-largest.png) 0 0 no-repeat;
        position: absolute;
        height: 34px;
        display: inline-block;
        width: 439px;
        margin-left: 10px;
        margin-top: -5px;
    }

    .property-bg-section .brand-line-left-large {
        width: 1030px;
        left: -820px;
        margin-top: 0px;
    }

    .property-bg-section .saved .brand-line-left-large {
        width: 870px;
        left: -805px;
        margin-top: 0px;
    }

    .property-bg-section .soldP .brand-line-left-large {
        width: 1030px;
        left: -905px;
        margin-top: 0px;
    }

    .property-bg-section .soldP h2 {
        margin-left: 122px;
    }

    .property-bg-section h1 {
        margin-left: 80px;
    }

    .property-bg-section h2 {
        margin-left: 210px;
    }

    .property-bg-section .saved h2 {
        margin-left: 62px;
    }

    #land-static-section h2 {
        margin-left: 170px;
    }

    .mortgage-team-image img {
        margin-top: -60px;
            width: 100%;
    }

    .mortgage-image img {
        float: right;
        position: relative;
        margin-top: -110px;
        margin-right: -200px;
        padding-left: 25px;
        padding-bottom: 25px;
    }

    #about-static-section h2.matt {
        margin-left: 170px;
    }

    #about-static-section .brand-line-left-large {
        background: url(/images/brand-line-largest.png) 0 0 repeat;
        width: 1275px;
        margin-top: -1px;
        position: absolute;
        height: 34px;
        left: -1100px;
        display: inline-block;
    }

    #about-static-section .team-image {
        margin-top: -110px;
    }

    .static-section-dark h2 {
        margin-top: 80px!important;
    }

    .brand-line-left {
        background: url(/images/brand-line-large.png) 0 0 no-repeat;
        width: 770px;
        margin-top: -5px;
        position: absolute;
        height: 34px;
        left: -695px;
        display: inline-block;
    }

    .top-footer {
        padding: 80px 0px;
    }

    .brand-line-left-large {
        background: url(/images/brand-line-largest.png) 0 0 repeat;
        width: 1230px;
        margin-top: -5px;
        position: absolute;
        height: 34px;
        left: -705px;
        display: inline-block;
    }

    .land .brand-line-left-large {
        background: url(/images/brand-line-largest.png) 0 0 repeat;
        width: 930px!important;
        margin-top: -2px;
        position: absolute;
        height: 34px;
        left: -735px!important;
        display: inline-block;
    }

    #footer-section h3 {
        margin-left: 79px;
    }

    #footer-section .register-land h3 {
        margin-left: 250px;
    }

    .register-land .brand-line-left-large {
        background: url(/images/brand-line-largest.png) 0 0 repeat;
        width: 1375px;
        margin-top: -5px;
        position: absolute;
        height: 34px;
        left: -720px;
        display: inline-block;
    }

    .testimonial-section .testimonial-bg {
        margin-top: 150px;
        min-height: 400px;
    }

    #selling-static-section .testimonial-section .testimonial-bg, #testimonials-page .testimonial-section .testimonial-bg, #testimonials-page .testimonial-section .testimonial-bg, #land-static-section .land-testimonials .testimonial-section .testimonial-bg, #why-selling-static-section .testimonial-section .testimonial-bg {
        margin-top: 40px!important;
    }

    .testimonial-section .brand-line-right-larger {
        background: url(/images/brand-line-largest.png) 0 0 no-repeat;
        position: absolute;
        height: 34px;
        display: inline-block;
        width: 1200px;
        left: 360px;
    }

    .testimonial-section h2 {
        margin-top: 220px;
    }

    #about-static-section h2 {
        margin-left: 80px;
    }

    .testimonial-section h3 {
        margin-left: 100px;
    }

    .cta-container {
        padding: 60px 0px 80px;
    }

    .brand-line-right {
        background: url(/images/brand-line-largest.png) 0 0 no-repeat;
        position: absolute;
        height: 34px;
        display: inline-block;
        width: 1350px;
        left: 275px;
        margin-top: -3px;
    }

    .brand-line-right-larger {
        background: url(/images/brand-line-largest.png) 0 0 no-repeat;
        position: absolute;
        height: 34px;
        display: inline-block;
        width: 1450px;
        left: 230px;
        margin-top: -2px;
    }

    .about-home-section h2 {
        margin-left: 40px;
    }

    .about-home-section h3 {
        margin-left: 115px;
    }

    .about-home-section h3.marg {
        margin-left: 200px;
    }

    .about-home-section img {
        margin-top: 120px;
    }

    .no-pad-left {
        padding-left: 0px;
    }

    .no-pad-right {
        padding-right: 0px;
    }

    .our-numbers .border-right-numbers {
        border-right: solid 2px #9f6045;
    }

    .our-numbers h2 {
        margin-left: 250px!important;
    }

    #footer-section .register h2 {
        margin-left: 235px!important;
    }

    #property-thumbnails img {
        filter: grayscale(100%);
    }

    #property-thumbnails img:hover {
        filter: grayscale(0%);
    }


    /* hover-gallery-featured */

    .hover-gallery-featured {
        width: 100%;
        height: 277px;
        float: left;
        overflow: hidden;
        position: relative;
        text-align: center;
        cursor: default;
    }

    .hover-gallery-featured:hover .overlay {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        visibility: visible;
    }

    .hover-gallery-featured .overlay {
        width: 100%;
        position: absolute;
        overflow: hidden;
        left: 0;
        top: auto;
        bottom: 0;
        padding: 0em 1em;
        height: 3.5em;
        background-color: rgba(159, 96, 69, 0.7) !important;
        color: #fff!important;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        z-index: 9999;
       
    }

    .hover-gallery-featured img {
        display: block;
        position: relative;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        min-height: 275px;
        filter: grayscale(100%);
    }

    .hover-gallery-featured:hover img {
        -webkit-transform: translate3d(0,-0%,0);
        transform: translate3d(0,-0%,0);
        filter: grayscale(0%);
    }

    .hover-gallery-featured:hover .overlay {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .hover-gallery-featured .overlay p {
        perspective: none;
    }

    .hover-gallery-featured .overlay p {
        margin: 1em 0em 0em 0em;
        text-align: left;
    }

    .hover-gallery-featured .overlay p strong {
        font-size: 1.4em;
    }

    .hover-gallery-featured .overlay .btn-primary-dark {
        font-family: 'BlsW-Hv', sans-serif;
        color: #fff;
        background-color: rgba(159, 96, 69, 0.5);
        text-transform: uppercase;
        border-radius: 0px;
        padding: 1.2em 1em 1.2em 1em;
        height: 4.8em;
        font-weight: 600;
        -webkit-transition: all 0.9s ease-in-out;
        -moz-transition: all 0.9s ease-in-out;
        -o-transition: all 0.9s ease-in-out;
        transition: all 0.9s ease-in-out;
    }
    /* hover-gallery-featured */

    /* hover-gallery-property */
    .hover-gallery-property {
        width: 100%;
        height: 413px;
        float: left;
        overflow: hidden;
        position: relative;
        text-align: center;
        cursor: default;
    }

    .hover-gallery-property:hover .overlay {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        visibility: visible;
    }

    .hover-gallery-property .overlay {
        width: 100%;
        position: absolute;
        overflow: hidden;
        left: 0;
        top: auto;
        bottom: 0;
        padding: 0em 1em 0em 1em;
        height: 4em;
        background-color: rgba(159, 96, 69, 0.5);
        color: #fff!important;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        z-index: 9999;
       
    }

    .hover-gallery-property .overlay p {
        margin: 1.3em 0em 0em 0em;
        text-align: left;
    }

    .hover-gallery-property .overlay p strong {
        font-size: 1.4em;
    }

    .hover-gallery-property .overlay .btn-primary-dark {
        font-family: 'BlsW-Hv', sans-serif;
        color: #fff;
        background-color: rgba(159, 96, 69, 0.5);
        text-transform: uppercase;
        border-radius: 0px;
        padding: 1.4em 1.6em 1.2em 1.6em;
        height: 4.8em;
        font-weight: 600;
        -webkit-transition: all 0.9s ease-in-out;
        -moz-transition: all 0.9s ease-in-out;
        -o-transition: all 0.9s ease-in-out;
        transition: all 0.9s ease-in-out;
    }

    .non-hover {
        width: 100%;
        position: absolute;
        overflow: hidden;
        left: 0;
        top: auto;
        bottom: 0;
        padding: 0px 10px;
        text-align: right;
        color: #fff!important;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        visibility: visible;
        z-index: 9999;
    }
    .hover-gallery-featured:hover .non-hover{

        display: none;
    }
    .non-hover strong {
        font-size: 1.4em;
    }

    .hover-gallery-property img {
        display: block;
        position: relative;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        min-height: 411px;
    }

    .hover-gallery-property:hover img {
        -webkit-transform: translate3d(0,-0%,0);
        transform: translate3d(0,-0%,0);
    }

    .hover-gallery-property:hover .overlay {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .hover-gallery-property .overlay p {
        perspective: none;
    }

    #large-carousel .carousel-caption, #static-carousel .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 150px;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
    }

    .sm-padding {
        padding-left: 1px;
        padding-right: 1px;
    }

    header .navbar-nav {
        text-align: center;
        float: none!important;
    }

    .navbar-nav li {
        float: none;
        display: inline-block;
    }

    #about-static-section .brand-line-white {
        background: url(/images/white-line.png) 0 0 no-repeat;
        width: 1275px;
        margin-top: 12px;
        position: absolute;
        height: 3px;
        left: -998px;
        display: inline-block;
    }

    #about-static-section .brand-line-white-right {
        background: url(/images/white-line.png) 0 0 no-repeat;
        position: absolute;
        height: 3px;
        display: inline-block;
        width: 800px;
        left: 370px;
        margin-top: 13px;
    }
}

@media (min-width: 2401px) {
    #property-carousel .carousel-inner .item img {
        max-height: 1250px;
        width: 100%;
    }

    .selling-side-image img {
        padding: 30px 0px 0px 30px;
        width: 1000px;
        height: 559px;
    }
}

        .property .corner-flash {
        position: absolute;
        z-index: 1;
        top: -40.5%;
        width: 80px;
        }
        @media (max-width:1024px){
            .property .corner-flash {
            position: absolute;
            z-index: 1;
            top: 0;
            left: -26px;
            width: 140px;
            }
        }
        span.sold, span.stc {color: rgba(159,96,69,1);}
        span.sold {font-size:25px;}
        span.stc {font-size:16px;}

        .feat-but p a.btn.btn-primary-dark.right {font-size:16px;width:70%;}
        
:root {
    accent-color: #be6e49;
}
input.m2 {
    margin-left: 2rem;
}
.valuation-bg .newradio-default label {
    color: #fff;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-evenly;
}
a.sub {
    font-size: 12px;
}

       