html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0 0 400px 0;
    padding-top: 0px;
    font-family: "Montserrat", sans-serif;
}
a {
    color: rgba(84, 190, 195, 1);
}
a:hover,
a:focus {
    color: rgba(84, 190, 195, 1);
}
p {
    line-height: 1.5em;
}
h2 {
    font-size: 28px;
}
h2.mar {
    margin-bottom: 40px;
    margin-top: 40px;
}
.mb15 h3 {
    color: rgba(228, 24, 93, 1);
    margin-top: 0px;
}
.well .name {
    color: rgba(228, 24, 93, 1);
    margin-top: 15px;
    font-size: 20px;
}
.share p {
    font-size: 20px;
    color: white !important;
}
header {
    position: absolute;
    top: 0px;
    background-color: transparent;
    width: 100%;
    z-index: 10;
    padding: 40px 80px;
}
.stars {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.modal.menu-modal,
.modal.search-modal {
    z-index: 3000;
    background-color: rgba(10, 54, 70, 0.8);
}

.menu-modal .modal-content,
.search-modal .modal-content {
    padding-top: 0%;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 9px transparent;
    box-shadow: 0 3px 9px transparent;
    background-color: transparent;
}

.menu-modal .modal-body,
.search-modal .modal-body {
    position: relative;
    padding: 20% 15px 15px 15px;
    color: #fff;
}

.close-mod {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 3em;
    z-index: 3000;
    cursor: pointer;
}

a.close-mod {
    color: #fff;
}

@media (max-width: 991px) {
    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0%);
        transform: translate(0, 0%);
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: auto;
        max-width: 1300px;
    }
    #property-search .modal-dialog {
        width: auto;
        max-width: 700px;
    }
}

.search-modal .styled-select {
    border: 1px solid #fff !important;
    background: transparent url("/images/select-bg.png") 98% center no-repeat;
}
.main-search .nav {
    border-top: none;
}

.main-search h4 {
    font-size: 2em;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
    font-weight: normal !important;
}

.main-search ul,
.horizontal-search-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.main-search .nav-pills {
    text-transform: uppercase;
    padding-top: 0px;
    width: 100%;
    display: block;
    float: none;
    height: auto;
}

.main-search .nav-pills > li {
    width: 50%;
    padding: 0;
    margin: 0 0 35px 0;
}

.main-search .nav-pills > li > a,
.main-search .nav-pills > li > a:hover {
    border-radius: 0px;
    background-color: transparent;
    padding: 0px;
    font-size: 1.5em;
    margin: 0;
    display: block;
    color: #fff;
    text-align: left;
    letter-spacing: 2px;
}

.main-search .nav-pills > li.active > a,
.main-search .nav-pills > li.active > a:hover,
.main-search .nav-pills > li.active > a:focus {
    color: #e4185d;
    background-color: transparent;
}

.main-search .nav-pills > li > .let-tab,
.main-search .nav-pills > li > a:hover.let-tab,
.main-search .nav-pills > li.active > .let-tab,
.main-search .nav-pills > li.active > a:hover.let-tab,
.main-search .nav-pills > li.active > a:focus.let-tab {
    padding-left: 0px;
}

.main-search .nav-pills > li > .sale-tab,
.main-search .nav-pills > li > a:hover.sale-tab,
.main-search .nav-pills > li.active > .sale-tab,
.main-search .nav-pills > li.active > a:hover.sale-tab,
.main-search .nav-pills > li.active > a:focus.sale-tab {
    text-align: right;
    padding-right: 15px;
}

.main-search input,
.main-search select,
.main-search textarea {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.main-search select,
.main-search input.place-white {
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
}

.main-search option {
    color: #000;
}

.main-search option:hover {
    color: #fff;
    background: #b40101;
}

.main-search p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.main-search .btn {
    margin-top: 20px;
}

#main-navigation h3 {
    font-size: 1.4em;
}

#main-navigation ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

#main-navigation ul li {
    padding-top: 6px;
    padding-bottom: 6px;
}

#main-navigation a {
    color: #fff;
    text-decoration: none;
}

#main-navigation a:hover,
#main-navigation a.active {
    color: #4b8699;
}

#main-navigation hr {
    opacity: 0.6;
}

.nav-options {
    text-align: right;
    margin-top: 50px;
}

.nav-options a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    margin-left: 25px;
}

.btn-primary {
    background-color: rgba(228, 24, 93, 1);
    font-weight: bold;
    border-radius: 0px;
    padding: 15px 0px;
    border: 0px;
    color: white;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: rgba(228, 24, 93, 0.8);
}

.btn-primary-viewing {
    background-color: rgba(228, 24, 93, 1);
    font-weight: bold;
    border-radius: 0px;
    padding: 15px 50px;
    border: 0px;
    color: white;
}

.btn-primary-viewing:hover,
.btn-primary-viewing:focus {
    background-color: rgba(228, 24, 93, 0.8);
    color: white !important;
}

.btn-blue {
    background-color: rgba(10, 54, 70, 1);
    color: white;
    padding: 15px;
    border: 0px;
    font-weight: bold;
    border-radius: 0px;
    font-size: 16px;
}
.btn-blue:hover {
    background-color: rgba(10, 54, 70, 0.8);
    color: white;
}
.btn-blue-mar {
    margin-top: 10px;
}
.btn-val {
    background-color: transparent;
    font-weight: bold;
    border-radius: 0px;
    padding: 13px;
    border: 2px solid #ffffff;
    color: white;
}
.btn-inf {
    background-color: rgba(228, 24, 93, 1);
    color: white;
    padding: 10px;
    border-radius: 0px;
    font-size: 15px;
}
.btn-inf {
    background-color: rgba(228, 24, 93, 0.8);
}
.btn-val:hover,
.btn-val:focus {
    border: 2px solid rgba(228, 24, 93, 1);
    color: white;
}

#home-main-carousel {
    height: 100vh;
    width: 100%;
    display: block;
    z-index: 1;
    position: relative;
}

#home-main-carousel .carousel-inner,
#home-main-carousel .item {
    height: 100%;
    width: 100%;
}
#home-main-carousel .home-content-area-contain {
    background: rgba(10, 54, 70, 0.2);
}

.home-content-area-contain {
    padding-top: 400px;
    z-index: 1000;
    position: relative;
}
.home-content-area-contain {
    display: table;
    height: 100%;
    width: 100%;
}

.home-content-area p {
    color: #fff;
    text-align: center;
    font-size: 2.2em;
    line-height: normal;
    margin-bottom: 20px;
}
.home-content-area h1,
.home-content-area .h1 {
    font-size: 3.4em;
    margin-bottom: 40px;
    font-weight: 400 !important;
    line-height: 1.2em;
}
.home-content-area h1,
.home-content-area .h1 {
    color: #fff;
    text-align: center;
}

#thumbs-main-carousel {
    height: 100vh;
    width: 100%;
    display: block;
    z-index: 1;
    position: relative;
}

#thumbs-main-carousel .carousel-inner,
#thumbs-main-carousel .item {
    height: 100%;
    width: 100%;
}

#thumbs-main-carousel .carousel-inner .item::after {
    /* adds the fade to the bottom of the image*/
    display: block;
    position: relative;
    background-image: linear-gradient(
        0deg,
        rgba(10, 54, 70, 1) 0%,
        rgba(10, 54, 70, 0) 100%
    );
    margin-top: -500px;
    height: 500px;
    width: 100%;
    content: "";
}
.thumbs-content-area {
    text-align: center !important;
}
.thumbs-content-area-contain {
    padding-top: 450px;
    z-index: 1000;
    position: relative;
}
.thumbs-content-area-contain {
    display: table;
    height: 100%;
    width: 100%;
}

.thumbs-content-area p {
    color: #fff;
    text-align: center;
    font-size: 2.2em;
    line-height: normal;
    margin-bottom: 20px;
}
.thumbs-content-area h1,
.thumbs-content-area .h1 {
    font-size: 2.2em;
    margin-bottom: 40px;
    font-weight: 400 !important;
    line-height: 1.2em;
    color: white;
    text-align: center;
    margin-top: 5px !important;
}

.thumbs-content-area .breadcrumb {
    padding: 0px !important;
    margin-bottom: 0px !important;
    list-style: none;
    background-color: transparent;
    text-align: center;
}
.thumbs-content-area .breadcrumb a {
    color: #fff;
    font-size: 22px;
}
.thumbs-content-area .breadcrumb a:hover,
.thumbs-content-area .breadcrumb a:focus {
    color: rgba(228, 24, 93, 0.8) !important;
    text-decoration: none !important;
}
.breadcrumb > li + li::before {
    padding: 0 5px;
    color: rgba(84, 190, 195, 1) !important;
    content: "+";
    font-size: 24px;
}
.draw a {
    font-size: 14px;
    color: white;
    font-weight: 400;
}
.draw a:hover,
.draw a:focus {
    color: rgba(84, 190, 195, 1) !important;
    text-decoration: none;
}

.polygon-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 475px;
    height: 475px;
    background: url(/images/triangle-top.svg) top left no-repeat;
    background-size: 475px 475px;
    z-index: 1;
    opacity: 0.4;
    display: block;
}
.polygon-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 600px;
    background: url(/images/triangle-top.svg) top left no-repeat;
    background-size: 600px 600px;
    z-index: 1;
    opacity: 0.65;
    display: block;
}
.polygon-three {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 475px;
    height: 475px;
    background: url(/images/triangle-bottom.svg) bottom right no-repeat;
    background-size: 475px 475px;
    z-index: 10;
    opacity: 0.2;
    display: block;
}
.polygon-four {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 600px;
    height: 600px;
    background: url(/images/triangle-bottom.svg) bottom right no-repeat;
    background-size: 600px 600px;
    z-index: 1;
    opacity: 0.15;
    display: block;
}

.btn {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.nopad {
    padding: 0px;
}
.lesspad {
    padding: 6px 3px 6px 3px !important;
}
.padtblr {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
}
.inline-lrg-cta {
    height: 400px;
}
.inline-lrg-cta a.full-cover:hover {
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(10, 54, 70, 0.5) 100%
    );
    -webkit-transition: all 1s ease !important;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    -ms-transition: 1s ease;
    transition: 1s ease;
    position: relative;
}
.inline-lrg-cta .full-cover {
    display: block;
    height: 100%;
    width: 100%;
    background: rgb(10, 54, 70);
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(10, 54, 70, 0) 55%
    );
    position: relative;
}
.inline-lrg-cta .full-cover h2 {
    position: absolute;
    bottom: 20px;
    font-size: 2.2em;
    color: #fff;
    text-align: center;
    width: 100%;
    font-weight: 300;
}
.inline-lrg-cta .full-cover h2:hover {
    color: #e4185d;
}
.inline-lrg-cta .full-cover h2 small {
    color: white;
}
.aqua {
    color: rgba(84, 190, 195, 1) !important;
}
.pink {
    color: #e4185d !important;
}
.pink small {
    color: #e4185d !important;
}

.val-polygon-two {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: url(/images/triangle-bottom-val.svg) bottom right no-repeat;
    background-size: 200px 200px;
    z-index: 10;
    opacity: 0.2;
    display: block;
}
.val-polygon-three {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: url(/images/triangle-bottom-val.svg) bottom right no-repeat;
    background-size: 300px 300px;
    z-index: 10;
    opacity: 0.2;
    display: block;
}
.val-polygon-four {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400px;
    height: 400px;
    background: url(/images/triangle-bottom-val.svg) bottom right no-repeat;
    background-size: 400px 400px;
    z-index: 1;
    opacity: 0.15;
    display: block;
}

.valuation-bg {
    background: #e4185d;
    padding: 60px 0px;
    color: white;
    font-size: 2em;
    overflow: hidden;
    display: block;
    position: relative;
}
.valuation-bg .col-sm-8,
.valuation-bg .col-sm-4 {
    z-index: 20;
}

.row-nopad {
    padding: 0 0 0 0;
}
.inline-lrg {
    padding: 0;
    height: 460px;
    outline: 5px solid #fff;
}
.inline-sml {
    padding: 0;
    height: 230px;
    outline: 5px solid #fff;
}
.inline-lrg .full-cover,
.inline-sml .full-cover {
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(10, 54, 70, 0.1);
    position: relative;
}
.inline-lrg a:hover.full-cover,
.inline-sml a:hover.full-cover {
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(10, 54, 70, 0.3);
    position: relative;
}
.inline-lrg .full-cover h2,
.inline-sml .full-cover h2 {
    position: absolute;
    bottom: 15px;
    font-size: 1.4em;
    left: 20%;
    right: 20%;
    color: transparent;
    text-align: center;
}
.inline-lrg .full-cover:hover h2,
.inline-sml .full-cover:hover h2 {
    position: absolute;
    bottom: 15px;
    font-size: 1.2em;
    left: 20%;
    right: 20%;
    color: white !important;
    text-align: center;
}
.testimonials {
    padding: 100px 0px;
    text-align: center;
    color: white;
    font-size: 2.4em;
    font-weight: 300;
}
.testimonials small {
    color: white;
    font-weight: 700;
    font-size: 50%;
}
.testimonials a {
    color: white !important;
}
.testimonials .sm {
    vertical-align: top !important;
}
.testimonials a:hover,
.testimonials a:focus {
    text-decoration: none !important;
}
.logos {
    text-align: center;
    padding: 50px 0px;
}
img.desaturate {
    filter: grayscale(100%);
}
.entry-image {
    position: relative;
}
.entry-image img {
    width: 100%;
}
.more {
    position: absolute;
    bottom: 100px;
    right: 150px;
}
#devs-carousel .carousel-control.right,
#devs-carousel .carousel-control.left {
    top: 45%;
}
.well {
    background: #02222d;
    color: #fff;
    border-radius: 0px;
    border: 0px;
    position: relative;
}
.mb15 {
    margin-bottom: 15px;
}
.static-back {
    background-color: rgba(10, 54, 70, 1);
    padding: 25px 0px 0px 0px;
    color: white;
}
.pad-bot-25 {
    padding: 25px 0 25px 0px;
}
.static-back p,
.static-back li {
    font-size: 16px;
}
.static-back p.small {
    font-size: 85% !important;
}
ol.A {
    border-bottom: 1px solid white;
}
.dark-static-back {
    background: rgba(2, 34, 45, 1);
    padding: 50px 0px;
    color: white;
    text-align: left !important;
}
.static-back a {
    color: #ffffff;
    text-decoration: none;
}
.static-back a:hover,
.dark-static-back a:focus,
.dark-static-back a:active {
    color: #54bec3;
    text-decoration: none !important;
}
.panel-group .panel {
    border-radius: 0px;
}
.panel-default > .panel-heading,
.panel-body {
    background-color: #022223;
    color: #ffffff;
    border: 0px;
}
.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel-heading h3 {
    font-size: 22px;
}
.panel {
    border: 0px !important;
}
.panel h4 {
    font-size: 18px;
    color: #e4185d;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid rgba(10, 54, 70, 1);
}
.layout1-panel {
    width: 100%;
    position: relative;
}
.layout1-panel:after {
    content: "";
    display: block;
    padding-bottom: 70%;
}
.layout1-panel-container {
    position: absolute;
    height: 100%;
    width: 100%;
}
.layout1-panel .pane-text {
    display: table;
    height: 100%;
    width: 100%;
    padding: 0 15% 0 15%;
    background-color: rgba(2, 34, 45, 1);
}
.layout1-panel .pane-text .pane-text-content {
    display: table-cell;
    height: 70%;
    width: 100%;
    vertical-align: middle;
    text-align: left;
}
.layout1-panel h3,
.grey-bg h3 {
    font-size: 3.3em;
    font-family: "Frank Ruhl Libre", serif;
    margin-bottom: 0.5em;
}
.layout1-panel h3 .sml {
    color: #ccc;
    font-size: 0.35em;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: normal;
}
.button {
    display: inline-block;
    padding: 15px 20px 15px 20px;
    text-align: center;
    border: 2px #eee solid;
    color: #333;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease; /* Safari */
    transition: 0.5s ease;
    font-size: 0.95em;
}
a:hover.button {
    text-decoration: none;
    border: 2px #333 solid;
    background: #333;
    color: #fff;
}
.button.button-white {
    background: #fff;
    color: #333;
    border: 2px transparent solid;
}
a:hover.button.button-white {
    background: #333;
    color: #fff;
    border: 2px transparent solid;
}
.grey-bg {
    background: #eee;
    padding: 50px 0px 50px 0px;
    text-align: center;
    border: 20px solid #fff;
}
.grey-bg h3 {
    margin-bottom: 0.2em;
}
.margin {
    margin-top: 50px;
    margin-bottom: 50px;
}

.slanted-image-row {
    background: rgba(2, 34, 45, 1);
    height: 500px;
}
.slanted-image-container {
    height: 500px;
    position: relative;
    overflow: hidden;
}
.slanted-image {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 500px;
    width: 16%;
}
.slanted-image img {
    height: 100%;
}
.slanted-image-text {
    padding-top: 10%;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}
.slanted-image-text2 {
    padding-top: 5%;
}
.dark-blue-back {
    background: rgba(2, 34, 45, 1);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}
input.place-white::-webkit-input-placeholder,
textarea.place-white::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white;
}
.input.place-white::-moz-placeholder,
.textarea.place-white::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
}
input.place-white:-ms-input-placeholder,
textarea.place-white:-ms-input-placeholder {
    /* IE 10+ */
    color: white;
}
input.place-white:-moz-placeholder,
textarea.place-white:-moz-placeholder {
    /* Firefox 18- */
    color: white;
}

.thumbs-back {
    background-color: rgba(10, 54, 70, 1);
    padding-bottom: 25px;
}
.thumbs-back hr {
    border-top: 1px solid #000;
}
.property-individual {
    background-color: #fff;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

.property-detail {
    padding: 10px 20px;
    color: #000;
}
.property-detail h3 {
    color: #022223 !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}

.more-details {
    padding-top: 15px;
}
.more-details a {
    color: #022223;
    font-weight: 600;
}
.more-details a:hover,
.more-details a:focus {
    color: rgba(84, 190, 195, 1) !important;
    text-decoration: none !important;
}
.thumbs-back-no-results {
    background-color: rgba(10, 54, 70, 1);
    color: #fff;
    padding: 35px 0px;
}
.thumbs-back-no-results a {
    color: rgba(84, 190, 195, 1) !important;
}
.thumbs-back-no-results a:hover,
.thumbs-back-no-results a:focus {
    color: #e4185d !important;
}
.views a {
    color: #ffffff;
}
.views a:hover,
.views a:focus {
    color: rgba(84, 190, 195, 1) !important;
    text-decoration: none !important;
}

.add-to-shortlist .remove,
.remove-from-shortlist .add {
    display: none;
}
.remove .glyphicon-heart {
    color: #e4185d;
}
.nomb {
    margin-bottom: 0px;
}
.sl {
    text-align: right;
}
.sl a {
    color: #022223;
}
.sl a:hover,
.sl a:focus {
    text-decoration: none;
    color: #e4185d !important;
}
.sl-result {
    text-align: center;
    margin-top: 20px;
}
.sl-result a {
    color: #ffffff;
}
.sl-result a:hover,
.sl-result a:focus {
    text-decoration: none;
    color: #e4185d !important;
}

#search-results {
    margin-top: 30px;
}
.property {
    margin: 0 0 15px 0;
    overflow: hidden;
    font-size: 15px;
    line-height: 160%;
}
.property h3 {
    margin-bottom: 15px;
}
.bg-white {
    background-color: #fff;
    position: relative;
}
.bg-white:hover,
.bg-white:focus {
    background: rgba(84, 190, 195, 1);
}
.bg-white:hover h3,
.bg-white:focus h3 {
    color: white !important;
    text-decoration: none !important;
}
.thumbs-bits {
    margin-bottom: 20px;
    padding: 15px;
    height: 110px;
}
.thumbs-bits p {
    color: #333;
}
.thumbs-bits h3 {
    color: #022223 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 10px;
}
.thumbs-bits:hover,
.thumbs-bits:focus {
    background: rgba(84, 190, 195, 1) !important;
    text-decoration: none !important;
}

.thumbs-bits a:hover,
.thumbs-bits a:focus {
    color: #fff !important;
    text-decoration: none;
}
.thumb-viewing-link {
    margin: 20px 0;
    font-size: 17px;
}
.thumb-viewing-link a {
    color: #333;
    text-decoration: underline !important;
}
.thumb-price {
    font-size: 18px;
    font-weight: 600;
    margin: 0 40px 20px 40px;
}
.thumb-img-height {
    height: 300px;
    overflow: hidden;
}
.rooms-etc {
    position: absolute;
    top: 30px;
    left: -15px;
    padding: 10px 25px 10px 0px;
    background: rgba(84, 190, 195, 1) !important;
    color: white;
}
.rooms-etc img {
    margin-left: 15px;
}
.property a:hover {
    text-decoration: none;
}
.save-etc {
    position: absolute;
    right: 0px;
    top: 0px;
}
.save-etc .add {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px;
}
.save-etc .remove {
    background-color: rgba(228, 24, 93, 0.7);
    padding: 5px;
}

#result-main-carousel {
    height: 75vh;
    width: 100%;
    display: block;
    z-index: 1;
    position: relative;
}

#result-main-carousel .carousel-inner,
#result-main-carousel .item {
    height: 100%;
    width: 100%;
}
#result-main-carousel .result-content-area-contain {
    background: rgba(10, 54, 70, 0.4);
    height: 100%;
}
.result-back-aqua {
    background: rgba(84, 190, 195, 1);
    padding: 4px 0px;
}
.result-back-aqua .breadcrumb {
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}
.result-back-aqua .breadcrumb a {
    color: white;
}
.result-back-aqua .breadcrumb > li + li::before {
    padding: 0 5px;
    color: rgba(229, 0, 91, 1) !important;
    content: "+";
    font-size: 18px;
}
.result-back-aqua .breadcrumb li .title {
    color: #022223 !important;
}
.result-back-aqua h2 {
    color: white;
    font-size: 26px;
    margin-top: 15px;
}
.result-back-aqua .pink-highlight {
    color: #e4185d !important;
    font-size: 26px;
    font-weight: 700;
}
.result-back-aqua .pink-highlight small {
    color: #e4185d !important;
    font-size: 60%;
}
#property-carousel .carousel-control.right,
#property-carousel .carousel-control.left,
#property-slideshow .carousel-control.right,
#property-slideshow .carousel-control.left {
    background-image: none;
    top: 45%;
}
#property-carousel .carousel-control.right {
    right: 0px;
    padding: 5px;
    background: rgba(10, 54, 70, 0.8);
    width: 40px;
    height: 40px;
}
#property-carousel .carousel-control.left {
    left: 0px;
    padding: 5px;
    background: rgba(10, 54, 70, 0.8);
    width: 40px;
    height: 40px;
}
#property-carousel .carousel-control {
    opacity: 0.7;
}
#property-carousel .carousel-control:focus,
#property-carousel .carousel-control:hover {
    opacity: 0.9;
}
.full-image {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px;
    background-color: rgba(10, 54, 70, 0.8);
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgba(10, 54, 70, 0.8);
}
.modal-header {
    padding: 0px;
    border: none;
}
.modal-content {
    background: transparent !important;
    border: 0px !important;
}
.modal-content {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}
.close,
.close:focus,
.close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=100);
    opacity: 1;
}
.bullets li {
    list-style-image: url(../images/bullet.png) !important;
    padding: 0;
    margin-top: 0;
    text-align: left;
    margin-top: 10px !important;
    color: white;
}
.btn-viewing {
    border: #e4185d 1px solid;
    padding: 15px 40px;
    background: transparent;
    border-radius: 0px;
    color: white;
}
.btn-viewing:hover,
.btn-viewing:focus {
    border: #e4185d 1px solid;
    background: #e4185d;
    color: white;
}
.btn-pay {
    background-color: rgba(228, 24, 93, 1) !important;
    padding: 15px 60px;
    background: transparent;
    border-radius: 0px;
    color: white;
}
.btn-pay:hover,
.btn-pay:focus {
    background-color: rgba(228, 24, 93, 0.8) !important;
    color: #fff;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #e4185d;
    border-radius: 0px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: transparent;
    border: 0px;
    border-bottom-color: transparent;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border-bottom: 2px solid #e4185d !important;
}
.nav-tabs.nav-justified > li > a {
    color: white;
    border-radius: 0px;
    border-bottom: 0px !important;
    padding-bottom: 20px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
    border: 0px;
    border-bottom: #e4185d 2px solid !important;
}
#property-details-tab-panes {
    border: 0px !important;
}
#property-details-tab-panes .tab-pane {
    padding: 0px !important;
    padding-top: 50px !important;
    color: white !important;
}
.border-bot {
    border-bottom: 1px solid rgba(84, 190, 195, 0.7);
    padding-top: 20px;
}
.stations {
    padding: 10px;
    background: rgba(84, 190, 195, 0.2);
    color: white;
    margin-top: 50px;
    font-size: 13px;
}
.stations h4,
.contact-result h4 {
    color: white;
    font-weight: 600;
}
.contact-result {
    text-align: center;
    color: white;
    padding-top: 35px;
}
.contact-result a {
    color: #fff;
    text-decoration: underline;
}
.contact-result a:hover,
.contact-result a:focus {
    color: #e4185d;
}
.pink-link {
    margin-top: 20px;
    margin-bottom: 20px;
}
.pink-link a {
    color: #e4185d;
    font-size: 40px;
    font-weight: 400;
    text-decoration: none !important;
}
.pink-link a:hover,
.pink-link:focus {
    color: rgba(84, 190, 195, 1);
    text-decoration: none;
}
.ug li {
    list-style-image: url(../images/underground.svg) !important;
    padding: 0;
    margin-top: 0;
    text-align: left;
    margin-top: 10px !important;
    color: white;
}
.station li {
    list-style-image: url(../images/national-rail-logo.svg) !important;
    padding: 0;
    margin-top: 0;
    text-align: left;
    margin-top: 10px !important;
    color: white;
}
.nopadding-sm-left,
.nopadding-sm-right {
    padding: 0px;
}
.marg-bot {
    margin-bottom: 10px;
}
.viewing-back h2 {
    color: #fff;
    font-size: 26px;
}
.viewing-back h3 {
    color: #fff;
    font-size: 18px;
}
.viewing-back {
    color: #fff;
}
.viewing-back .well.gdpr-consent,
.dark-static-back .well.gdpr-consent {
    background: rgba(2, 34, 45, 1);
}
.viewing-back .well.gdpr-consent a,
.dark-static-back .well.gdpr-consent a {
    color: rgba(84, 190, 195, 1);
}
.small-ml {
    margin-left: 19px;
}
.testimonial-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}
.testimonial-container {
    margin-bottom: 30px;
}
.testimonial,
.team {
    border: 4px #e4185d solid;
    padding: 30px 30px 90px 30px;

    text-align: center;
    position: relative;
    height: 100%;
}
.award {
    position: absolute;
    right: 2%;
    bottom: 0;
    z-index: 1000;
}
.team {
    padding-bottom: 40px;
    margin-bottom: 50px;
    text-align: center;
}
.team h3 {
    font-size: 18px;
}
.testimonial h4 {
    font-size: 2em;
    color: #fff;
    margin-bottom: 1.3em;
    font-weight: bold;
}
.thumbnail-team {
    border: 4px #e4185d solid;
    margin-bottom: 50px;
}
.testimonial p {
    font-size: 1em;
    margin-bottom: 1em;
}
.testimonial .testimonial-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px 30px 20px 30px;
}
.testimonial p.testimonial-name {
    margin: 0 !important;
    font-weight: bold;
    padding-top: 1em;
    border-top: solid rgba(84, 190, 195, 1) 1px;
}

footer {
    background: rgba(10, 54, 70, 1);
    padding: 20px 0;
    color: #fff;
    padding: 50px 0px 20px 0px;
}
footer a {
    color: #fff;
}
footer p {
    line-height: 2em;
}
footer .copyrightetc {
    background: rgba(2, 34, 45, 1);
    margin-top: 70px;
    padding: 15px 0px 10px 0px;
}
footer .copyrightetc p {
    font-size: 11px;
}
footer a:hover,
footer a:focus {
    color: rgba(84, 190, 195, 1) !important;
    text-decoration: none;
}
.social-media img {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
}
footer.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 400px;
}

.pad60 {
    padding-left: 60px;
    padding-right: 60px;
}
@media (min-width: 480px) and (max-width: 767px) {
    footer {
        font-size: 10px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .btn-inf {
        font-size: 11px;
    }
    footer {
        font-size: 13px;
        text-align: center;
    }
}

#requestedDate,
#requestedTime {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.styled-select {
    background: #022223 url("../images/select-bg.jpg") top right no-repeat;
    border: 0px !important;
    border-radius: 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: white;
}

.styled-select-draw {
    background: #022223 url("/images/select-bg.png") 98% center no-repeat;
    height: 50px;
    border: 0px !important;
    border-radius: 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: white;
}

.styled-input {
    background: #022223;
    height: 50px;
    border: 0px !important;
    border-radius: 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: white;
}
.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: 1px solid #dddddd;
    border-radius: 50%;
    padding: 5px 15px;
    margin: 0 15px 15px 0;
    font-weight: 600;
}

.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: rgba(2, 34, 45, 1);
    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: rgba(84, 190, 195, 1);
}

.form
    .form__section
    .form__section__inner
    ol
    li
    .form__scroll__pill.form__scroll__pill--afternoon {
    color: white;
    background: rgba(228, 24, 93, 1);
}

.form
    .form__section
    .form__section__inner
    ol
    li
    .form__scroll__pill.form__scroll__pill--evening {
    color: white;
    background: rgba(2, 34, 45, 1);
}

.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: rgba(10, 54, 70, 0.6);
}

.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: 14px;
    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: 0px;
}

.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 (min-width: 1200px) {
    .property-grid .panel .panel-body {
        min-height: 375px;
    }
    .affix {
        width: 263px;
        top: 68px;
    }
    #googlemap {
        min-height: 600px;
    }
    .cf-pad {
        padding-right: 200px;
        padding-left: 200px;
    }
    .thumb-img-height {
        height: 270px;
    }
    .thumb-img-height img {
        height: 270px;
    }
    .md-image {
        min-height: 275px;
    }
}
@media (min-width: 1600px) {
    .inline-lrg-cta {
        height: 470px;
    }
    .inline-lrg {
        padding: 0;
        height: 540px;
        outline: 5px solid #fff;
    }
    .inline-sml {
        padding: 0;
        height: 270px;
        outline: 5px solid #fff;
    }
    .property-detail {
        padding: 20px 20px;
    }
    .thumb-img-height {
        height: 310px;
    }
    .thumb-img-height img {
        height: 310px;
    }
    .property-detail h3 {
        line-height: 36px;
    }
    .md-image {
        min-height: 365px !important;
    }
    .more-details a {
        line-height: 80px;
    }
}
@media (min-width: 1750px) {
    .thumb-img-height {
        height: 325px;
    }
    .thumb-img-height img {
        width: 100%;
        min-height: 325px;
    }
}
@media (min-width: 1900px) {
    .property-detail h3 {
        font-size: 24px;
    }
    .thumb-img-height {
        height: 340px;
    }
    .thumb-img-height img {
        width: 100%;
        min-height: 340px;
    }
}
@media (min-width: 2100px) {
    .thumb-img-height {
        height: 370px;
    }
    .thumb-img-height img {
        width: 100%;
        min-height: 370px;
    }
}
@media (min-width: 2200px) {
    .thumb-img-height {
        height: 390px;
    }
    .thumb-img-height img {
        width: 100%;
        min-height: 390px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .inline-lrg-cta {
        height: 260px;
    }
    .result-back-aqua h2 {
        font-size: 22px;
    }
    .thumb-img-height {
        height: 210px;
        overflow: hidden;
    }
    .thumb-img-height img {
        height: 210px;
        width: 100%;
    }
    .thumbs-bits {
        height: 160px;
    }
    .slanted-image {
        width: 22%;
    }
    .slanted-image-text {
        padding-top: 0% !important;
    }
    ul.bullets {
        margin-top: 0px;
    }
    .more {
        position: absolute;
        bottom: 60px;
        right: 60px;
    }
    .rm {
        width: 140px;
    }
    .z {
        width: 110px;
    }
    .pl {
        width: 150px;
    }
    .otm {
        width: 140px;
    }
    .gt {
        width: 110px;
    }
    .tpos {
        width: 94px;
    }
    .md {
        width: 40px;
    }
    .property-grid .panel .panel-body {
        min-height: 370px;
    }
    .affix {
        top: 99px;
        width: 293px;
    }
    #googlemap {
        min-height: 500px;
    }
    .logo img {
        width: 220px;
        height: 133px;
    }
    .property-detail {
        padding: 10px 15px;
    }
    .property h3 {
        margin-top: 15px;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .property {
        font-size: 13px;
        line-height: 150%;
    }
    .md-image {
        min-height: 250px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .slanted-image-text ul {
        text-align: left;
    }
    .award img {
        width: 125px;
    }
    .inline-lrg-cta .full-cover h2 {
        font-size: 1.6em;
    }
    .thumb-img-height {
        height: 250px;
        overflow: hidden;
    }
    .thumb-img-height img {
        height: 250px;
        width: 100%;
    }
    .thumbs-bits {
        height: 130px;
    }
    #thumbs-main-carousel,
    #result-main-carousel {
        height: 50vh !important;
    }
    .thumbs-content-area-contain {
        padding-top: 250px;
    }
    .slanted-image-text {
        text-align: center;
        padding-top: 30px;
    }
    .slanted-image-row {
        height: auto;
    }
    .result-back-aqua {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .property-grid .panel .panel-body {
        min-height: 370px;
    }
    .more {
        position: absolute;
        bottom: 40px;
        right: 60px;
    }
    .valuation-bg {
        font-size: 1.5em;
    }
    .rm {
        width: 110px;
    }
    .z {
        width: 90px;
    }
    .pl {
        width: 110px;
    }
    .otm {
        width: 100px;
    }
    .gt {
        width: 90px;
    }
    .tpos {
        width: 74px;
    }
    .md {
        width: 35px;
    }
    #googlemap {
        min-height: 400px;
    }
    .logo img {
        width: 150px;
        height: 91px;
    }
    .nav-options {
        margin-top: 25px;
    }
    .nav-options a {
        margin-left: 13px;
        margin-right: 13px;
        font-size: 11px;
        letter-spacing: normal;
    }
    .home-content-area-contain {
        padding-top: 270px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .home-content-area h1,
    .home-content-area .h1 {
        font-size: 2.2em;
    }
    #home-main-carousel {
        height: 74vh;
    }
    header {
        padding: 40px 40px;
    }
    .polygon-one {
        position: absolute;
        top: 0;
        left: 0;
        width: 350px;
        height: 350px;
        background: url(/images/triangle-top.svg) top left no-repeat;
        background-size: 350px 350px;
        z-index: 10;
        opacity: 0.4;
        display: block;
    }
    .polygon-two {
        position: absolute;
        top: 0;
        left: 0;
        width: 400px;
        height: 400px;
        background: url(/images/triangle-top.svg) top left no-repeat;
        background-size: 400px 400px;
        z-index: 10;
        opacity: 0.55;
        display: block;
    }
    .polygon-three {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 350px;
        height: 350px;
        background: url(/images/triangle-bottom.svg) bottom right no-repeat;
        background-size: 350px 350px;
        z-index: 10;
        opacity: 0.2;
        display: block;
    }
    .polygon-four {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 400px;
        height: 400px;
        background: url(/images/triangle-bottom.svg) bottom right no-repeat;
        background-size: 400px 400px;
        z-index: 1;
        opacity: 0.15;
        display: block;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .slanted-image-text ul {
        text-align: left;
    }
    .slanted-image-text {
        text-align: center;
        padding-top: 30px;
    }
    .slanted-image-row {
        height: auto;
    }
    .views {
        margin-bottom: 25px;
    }
    .thumbs-content-area-contain {
        padding-top: 200px;
    }
    .more {
        position: absolute;
        bottom: 20px;
        right: 60px;
    }
    footer {
        height: 560px !important;
    }
    body {
        margin: 0 0 560px 0;
    }
    .rm {
        width: 60px;
    }
    .z {
        width: 50px;
    }
    .pl {
        width: 60px;
    }
    .otm {
        width: 50px;
    }
    .gt {
        width: 50px;
    }
    .tpos {
        width: 44px;
    }
    .md {
        width: 20px;
    }
    .btn-val {
        margin-top: 20px;
    }
    .logo img {
        width: 150px;
        height: 91px;
    }
    .nav-options {
        margin-top: 25px;
        text-align: center;
    }
    .nav-options a {
        margin-left: 13px;
        margin-right: 13px;
        font-size: 11px;
        letter-spacing: normal;
    }
    .home-content-area-contain {
        padding-top: 170px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .home-content-area h1,
    .home-content-area .h1 {
        font-size: 2.2em;
    }
    .polygon-one {
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 300px;
        background: url(/images/triangle-top.svg) top left no-repeat;
        background-size: 300px 300px;
        z-index: 10;
        opacity: 0.4;
        display: block;
    }
    .polygon-two {
        position: absolute;
        top: 0;
        left: 0;
        width: 400px;
        height: 400px;
        background: url(/images/triangle-top.svg) top left no-repeat;
        background-size: 400px 400px;
        z-index: 10;
        opacity: 0.55;
        display: block;
    }
}
@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) {
    #back-to-top {
        bottom: 140px !important;
    }
    .grecaptcha-badge {
        bottom: 50px !important;
    }
    .stations {
        font-size: 13px;
        padding: 5px;
        background: rgba(84, 190, 195, 0.2);
        color: white;
        margin-top: 50px;
    }
    .xs-viewing {
        text-align: center;
    }
    #result-main-carousel {
        height: 40vh;
    }
    .property-detail {
        padding: 20px 20px;
        color: #000;
    }
    .sl {
        text-align: left;
        padding-top: 20px;
    }
    .slanted-image-text {
        text-align: center;
        padding-top: 30px;
    }
    .slanted-image-text ul {
        text-align: left;
    }
    .slanted-image-row {
        height: auto;
    }
    #thumbs-main-carousel {
        height: 70vh;
    }
    .thumbs-content-area-contain {
        padding-top: 250px;
    }
    .views {
        margin-bottom: 25px;
    }
    #devs-carousel .btn-blue {
        font-size: 11px;
    }
    .more {
        position: absolute;
        bottom: 20px;
        right: 60px;
    }
    .valuation-bg,
    .valuation-bg .text-right {
        text-align: center;
    }
    footer {
        height: 560px !important;
    }
    body {
        margin: 0 0 560px 0;
    }
    .rm {
        width: 110px;
    }
    .z {
        width: 90px;
    }
    .pl {
        width: 110px;
    }
    .otm {
        width: 100px;
        margin-top: 15px;
    }
    .gt {
        width: 90px;
        margin-top: 15px;
    }
    .tpos {
        width: 54px;
        margin-top: 15px;
    }
    .md {
        width: 25px;
        margin-top: 15px;
    }
    header {
        padding: 0px;
    }
    #home-main-carousel {
        height: 80vh;
    }
    .logo img {
        width: 150px;
        height: 91px;
    }
    .nav-options {
        margin-top: 25px;
        text-align: center;
    }
    .nav-options a {
        margin-left: 13px;
        margin-right: 13px;
        font-size: 11px;
        letter-spacing: normal;
    }
    .home-content-area-contain {
        padding-top: 170px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .home-content-area h1,
    .home-content-area .h1 {
        font-size: 2.2em;
    }
    .btn-val {
        margin-top: 20px;
    }
    .polygon-one {
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        height: 200px;
        background: url(/images/triangle-top.svg) top left no-repeat;
        background-size: 200px 200px;
        z-index: 10;
        opacity: 0.4;
        display: block;
    }
    .polygon-two {
        position: absolute;
        top: 0;
        left: 0;
        width: 250px;
        height: 250px;
        background: url(/images/triangle-top.svg) top left no-repeat;
        background-size: 250px 250px;
        z-index: 10;
        opacity: 0.55;
        display: block;
    }
    .map-search-results#googlemap {
        height: 300px;
    }
    .property-grid .panel .panel-body {
        min-height: auto;
    }
    #googlemap {
        min-height: 300px;
    }
    .form #bv-message {
        height: 115px;
    }
    .thumb-img-height {
        height: 220px;
        overflow: hidden;
    }
    .thumb-img-height img {
        min-height: 220px;
    }
    .thumbs-bits {
        height: 130px;
    }
    .logos {
        padding: 25px 0px 15px 0px;
    }
}

@media (max-width: 370px) {
    #home-main-carousel {
        height: 90vh;
    }
}

#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 policy*/
.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb{

    background-color: rgba(242, 242, 242, 0.8) !important;
    max-width: 100% !important;
    
}
.freeprivacypolicy-com---palette-light .cc-nb-okagree{
    background: rgba(2, 34, 45, 1) !important;
}
.freeprivacypolicy-com---palette-light .cc-nb-reject{
    background-color: rgba(228, 24, 93, 1) !important;
}
/*cookie policy*/

.add-to-shortlist .remove,
.remove-from-shortlist .add {
    display: none;
}

#back-to-top {
    background: grey;
    position: fixed;
    bottom: 100px;
    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;
    z-index: 1000;
}

#property-carousel .carousel-inner .item img {
    max-height: 500px;
    width: auto;
}

#property-thumbnails .carousel-inner .item > img {
    margin: 0 auto;
}

#property-thumbnails .carousel-inner a {
    cursor: pointer;
}

#property-thumbnails .carousel-control {
    width: 2%;
    color: #0275d8;
}

.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 {
    position: relative;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 400px;
}

.parallax .parallax-content {
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.parallax .parallax-content .btn {
    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: #e4185d;
    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: #e4185d;
    font-size: 2em;
}

.property {
    overflow: auto;
    margin: 0 0 15px 0;
}

.property .btn-group {
    margin: 15px 0 0 0;
}

#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;
}

.tab-content.careers {
    margin-top: 20px;
    padding: 20px;
    background-color: rgba(2, 34, 45, 1);
}

.property .corner-flash {
    position: absolute;
    z-index: 1;
    width: 90px;
    height: 90px;
    top: 0;
    left: 0;
}
@media (max-width: 480px) {
    .property .corner-flash {
        top: -70px;
    }
}

@media (min-width: 1750px) {
    .property .corner-flash {
        top: -120px;
    }
}
@media (min-width: 1900px) {
    .property .corner-flash {
        top: -130px;
    }
}
@media (min-width: 2100px) {
    .property .corner-flash {
        top: -140px;
    }
}
