/*

COLOURS

DARK BLUE (banner, buttons etc)
#1c2227

LIGTHER DARK BLUE (button hover)
#0a0a6b

GOLD (prices, tool buttons)
#010165

LIGHTER GOLD (tool button hover etc)
#232388

VERY LIGHT GREY (search and left menu backgr etc)
#f4f4f4

FOOTER BACKGR
#454545

FOOTER TEXT ETC
#949494

*/

html {
    font-size:14px;
}

body {
    font-family:"Calibri", "Trebuchet MS", sans-serif;
    line-height:1.3;
    color:#858585;
}

h1, h2, h3, h4 {
    color:#1b242b;
    font-weight:normal;
}
h1 {
    margin-bottom:25px;
    margin-top:25px;
}
h2 {
    margin-bottom:20px;
}
h3 {
    font-size:1.5rem;
    font-weight:bold;
}
h4 {
    font-weight:bold;
}
h1 a, h2 a, h3 a, h4 a {
    color: #1C2227;
}
a {
    color:#1C2227;
}
a:hover {
    text-decoration:underline;
    color:#1C2227;
}

p {
    margin-bottom:20px;
}
p, li {
    color:#858585;
    font-size:1.3rem;
}
label { 
    font-weight:400; 
}
p.larger {
    font-size:1.4rem;
}

ul.tick {
    padding-left:5px;
    margin-top:20px;
    margin-left:0px;
}
ul.tick li {
    list-style-type:none;
    background-image:url(../images/tick.png);
    background-repeat:no-repeat;
    background-position:10px left;
    padding-left:25px;
    margin-bottom:15px;
}
.container-fluid {
    max-width:1180px;
}
.mainrow {
    padding:50px 0;
}
.shaded {
    background-color:#ecf0f1;
}
.topborder {
    border-top:1px solid #ecf0f1;
}
.bottomborder {
    border-bottom:1px solid #ecf0f1;
}
.notoppadding {
    padding-top:0px;
}
.nobottompadding {
    padding-bottom:0px;
}
.lesspadding {
    padding:20px 0 25px 0;
}
.lesspaddingtop {
    padding:20px 0 50px 0;
}
.image100 img {
    width:100%;
}

.hastooltip:hover {
    cursor:help;
}
.tooltip.top{
    margin-top:-10px
}
.tooltip-inner {
    background-color: #b765b8;
    color: #fff;
    font-size: 1.1rem;
    line-height:1.3rem;
    padding: 10px 10px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    opacity:1;
}
.tooltip.in{
    opacity:1;
    filter:alpha(opacity=100)
}
.tooltip.top .tooltip-arrow {
    bottom:-5px;
    margin-left:-15px;
    border-left:15px solid transparent;
    border-right:15px solid transparent;
    border-top:15px solid #b765b8;
}
a.cta, a.cta:visited, a.cta-small, a.cta-small:visited, a.cta-large, a.cta:visited, input[type=submit] {
    padding:0px;
    text-align:center;
    display:block;
    background-color:#75c465;
    color:#fff;
    border-radius:5px;
}
a.cta:hover, a.cta-small:hover, a.cta-large:hover, input[type=submit]:hover {
    background-color:#85ce77;
    text-decoration:none;
}
a.cta:active, a.cta-small:active, a.cta-large:active, input[type=submit]:active {
    text-decoration:none;
}
a.cta, a.cta:visited, input[type=submit] {
    width:100%;
    height:37px;
    line-height:37px;
    font-size:1.1rem;
}
a.cta-small, a.cta-small:visited {
    width:115px;
    height:33px;
    line-height:33px;
    font-size:.8rem;
}
.text-center a.cta {
    margin:auto;
}
input[type=submit] {
    border:0px;
}
input[type=submit]:hover {
    background-color:#0a0a6b;
}

#header {
    margin-top:90px;
    /*background-image:url(../images/istockphoto-1516248575-2048x2048.jpg);*/
    background-image:url(../images/iStock-476109888.jpg) !important;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    height:130px;
}
#breadcrumb {
    color:#fff;
    margin-top:95px;
}
#breadcrumb a {
    color:#fff;
}
#header.features {
    padding-top:50px;
    height:122px;
}
#header-home {
    margin-top:90px;
    padding-top:60px;
    min-height:75vh;
}
.no-slideshow {
    /*background-image:url(../images/istockphoto-1516248575-2048x2048.jpg);*/
    background-image:url(../images/iStock-476109888.jpg) !important;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}

.photo1 {
    background-image:url(../images/istockphoto-463384617-2048x2048.jpg) !important;
}

.photo2 {
    background-image:url(../images/istockphoto-476109888-2048x2048.jpg) !important;
}

.photo3 {
    background-image:url(../images/istockphoto-519366614-2048x2048.jpg) !important;
}

#header-home h1 {
    color:#fff;
    font-size:3.1rem;
    margin-top:0px;
}
#header-home h2 {
    color:#fff;
    font-size:2.2rem;
}

.social { float:right; text-align:right; color:#ffffff; margin:10px 10px 0 0; width:220px; height:28px; }
.social a { color:#ffffff; }
.social .icon-outer { border-radius:28px; width:28px; height:28px; line-height:28px; display:inline-block; background-color:#010165; margin:0 0 0 8px; padding:0; text-align:center; }
.social span { font-size:1.2rem; display:block; text-align:center; }

.generalicons h2 {
    font-size:1.7rem;
}
.generalicons img {
    width:100px;
}
p.testimonial-client {
    font-size:.9rem;
}
#testimonial-carousel .carousel-inner {
    min-height:260px;
}
.carousel-indicators {
    margin-top:40px;
    position:relative;
}
.carousel-indicators li {
    width:15px;
    height:15px;
    background-color:#cacfd4;
    border-color:#cacfd4;
    margin:3px;
}
.carousel-indicators .active {
    width:15px;
    height:15px;
    background-color:#2c3e50;
    border-color:#2c3e50;
    margin:3px;
}

#featuresmenu {
    z-index:999;
    background-color:#e9ebed;
    height:49px;
    margin-top:73px;
}
#featuresmenu ul {
    width:100%;
    margin:0;
    padding:0;
}
#featuresmenu li {
    float:left;
    width:20%;
    list-style-type:none;
}
#featuresmenu li a {
    display:block;
    width:100%;
    height:49px;
    line-height:48px;
    text-align:center;
    text-transform:uppercase;
    border-left:1px solid #ffffff;
    font-size:.9rem;
    color:#2c3e50;
}
#featuresmenu li a.last {
    border-right:1px solid #fff;
}
#featuresmenu li a.active, #featuresmenu li a:hover {
    background-color:#dcdee0;
}
.featuresheading {
    padding-bottom:0px;
}
.featuresheading h2 {
    height:65px;
    padding-top:13px;
    padding-left:85px;
    background-position:top left;
    background-repeat:no-repeat;
    background-size:65px auto;
}
.featuresheading h2 img {
    height:65px;
    margin-right:10px;
}
#featuresheading-marketing {
    background-image:url(../images/icon-marketing.png);
}
#featuresheading-sales {
    background-image:url(../images/icon-sales.png);
}
#featuresheading-lettingsmanagement {
    background-image:url(../images/icon-lettingsmanagement.png);
}
#featuresheading-general {
    background-image:url(../images/icon-generalfeatures.png);
}
#features-portals img {
    width:100%;
}
.allfeatures {
    margin-top:65px;
    float:right;
}
.allfeatures a {
    padding-left:25px;
    background-image:url(../images/allfeatures.png);
    background-position:center left;
    background-repeat:no-repeat;
}
.featuresheadingsep {
    height:5px;
    line-height:5px;
    border-bottom:1px solid #e0e2e5;
    margin-bottom:10px;
}
.lettingsscenarios {
    padding-top:15px;
}
.lettingsscenarios div {
    margin:8px 0px;
    font-weight:bold;
    background-position:top left;
    background-repeat:no-repeat;
    background-size:39px auto;
    padding-left:50px;
    min-height:39px;
    padding-top:8px;
}
#scenario-students {
    background-image:url(../images/icon-tenantgroups.png);
}
#scenario-grent {
    background-image:url(../images/icon-guaranteedrent.png);
}
#scenario-hb {
    background-image:url(../images/icon-housingbenefit.png);
}
#scenario-freq {
    background-image:url(../images/icon-lettingsmanagement.png);
}
#features-inventorytablet {
    width:100%;
    margin-top:25px;
}
.features-diary {
    padding-left:50px;
    background-position:top left;
    background-repeat:no-repeat;
    background-size:39px;
}
.features-diary h3 {
    padding-top:5px;
}
#features-diary-personal {
    background-image:url(../images/icon-diary.png);
}
#features-diary-branch {
    background-image:url(../images/icon-branchdiary.png);
}
#features-diary-automated {
    background-image:url(../images/icon-emailapplicants.png);
}
#features-diary-sync {
    background-image:url(../images/icon-phone.png);
}
#features-diaryphone img {
    margin-top:25px;
    width:100%;
}

.featurestable {
    width:100%;
}
.featurestable th {
    padding-bottom:15px;
    border-bottom:1px solid #f6f6f6;
}
.featurestable th.feature {
    width:80%;
}
.featurestable th.plan {
    width:20%;
    text-align:center;
    font-weight:normal;
}
.featurestable th.plan .name {
    font-size:1.6rem;
    text-transform:uppercase;
    color:#1C2227;
}
.featurestable td {
    text-align:center;
    padding:7px 0px;
    border-bottom:1px solid #f6f6f6;
    font-size:1rem;
    width:15%;
}
.featurestable td.feature {
    text-align:left;
    width:85%;
}
.featurestable td.feature.main {
    padding:10px 0px;
}
.featurestable td .extra {
    font-size:.8rem;
    font-style:italic;
}
.featurestable td.sep {
    border-bottom:0px;
}
.featurestable td .sep {
    border-bottom:0px solid #e9ebed;
    line-height:1px;
    height:1px;
    margin:3px 0px;
}

.pricingboxes {
    padding-left:8%;
}
.pricingplus img {
    width:95%;
    margin-right:5%;
    margin-top:210%;
}
.priceleft img {
    width:100%;
    margin-left:0%;
}
.priceright img {
    width:100%;
    margin-right:0%;
}
.faq {
    padding:0 0 0 70px;
    background-image:url(../images/icon-question.png);
    background-size:auto 50px;
    background-position:top left;
    background-repeat:no-repeat;
    margin-bottom:20px;
}

.responsivegraphic img {
    margin-top:40px;
    width:100%;
}
#responsiveicon {
    width:25px;
}
.developergraphic img {
    margin-top:20px;
    width:100%;
}
.theme-sm {
    position:relative;
}
.theme-sm img {
    width:100%;
}
.theme-sm img.price {
    position:absolute;
    z-index:999;
    top:0;
    left:0;
    margin:2px 0px 0px 3px;
    width:90px;
    display:none;
}
.theme-sm img.icon {
    float:right;
    width:27px;
    margin:10px 0px 0px 5px;
}
.themename {
    float:left;
    padding-top:7px;
    font-size:1.1rem;
}
span.price {
    background-color:#f2f4f5;
    padding:5px 10px;
    border-radius:5px;
    font-weight:bold;
}
span.price.strikethrough {
    text-decoration:line-through;
}
span.included {
    font-size:.9rem;
    font-style:italic;
}

#themeicons {
    padding:15px 70px 0px 0px;
}
#themeicons img {
    width:55px;
    margin-left:10px;
}
#themescreenshots {
    padding-top:30px;
}
#themescreenshots img {
    width:100%;
}
#themescreenshots .carousel-indicators {
    margin-top:0px;
    bottom:-40px;
}

#websitehowtoproceed .shadedbox {
    min-height:320px;
    background-position:top left;
    background-repeat:no-repeat;
    margin-bottom:30px;
}
#websitehowtoproceed .shadedbox.stepone {
    background-image:url(../images/stepone.png);
}
#websitehowtoproceed .shadedbox.steptwo {
    background-image:url(../images/steptwo.png);
}
#websitehowtoproceed .shadedbox.stepthree {
    background-image:url(../images/stepthree.png);
}

.shadedbox {
    -webkit-box-shadow: 5px 5px 6px 0px rgba(222,227,231,1);
    -moz-box-shadow: 5px 5px 6px 0px rgba(222,227,231,1);
    box-shadow: 5px 5px 6px 0px rgba(222,227,231,1);
    background-color:#fbfaf8;
    border:1px solid #d7d7d7;
    border-radius:5px;
    padding:45px;
}
.form-requireddiv {
    margin-bottom:15px;
}
.form-required {
    padding-left:5px;
    color:#0a0a6b;
}
.form-left {
    font-size:1.3rem;
    margin-bottom:6px;
}
.form-spacer {
    height:10px;
    line-height:10px;
}
.textfield, .textarea, .textarea-sm, select {
    font-size:1rem;
    padding:5px;
    border:2px solid #d7d7d7;
    border-radius:3px;
    width:99%;
    box-shadow: 0 1px 2px rgba(0,0,0,.06)inset;
}
.textarea {
    height:105px;
}
.textarea-sm {
    height:50px;
}
.error {
    background-color:#FFF7F7;
    border-color:#FA9992;
}
.errheader {
    margin-bottom:6px;
    font-size:1.3rem;
    line-height:1.5rem;
}
.err, .err-show {
    background-color:#FFF7F7;
    border:1px solid #FA9992;
    color:#E11000;
    margin:20px 0px 20px 0px;
    padding:10px 5px 2px 5px;
    border-radius:5px;
}
.errList {
    padding-left:15px;
    margin:0px 0px 5px 0px;
}
.errListItem {
    color:#E11000;
    margin-bottom:10px;
    list-style-type:none;
    font-size:1rem;
    font-weight:normal;
}
/*
.errform {
    background-color:#FFF7F7;
    border:1px solid #FA9992;
    color:#E11000;
    margin:0px 0px 0px 0px;
    padding:2px 5px 2px 5px;
    float:right;
}
*/

.errform {
    background-color:#FFF7F7;
    border:1px solid #FA9992;
}

/* captcha styles */
.captchaerr {background-color:#FFF7F7;border:1px solid #FA9992;}

.success {
    border-radius:5px;
    background-color:#F1FFEF;
    color:#41A932;
    border:1px solid #92E287;
    margin:20px 0px 20px 0px;
    padding:10px 10px 10px 10px;
}
.emailtwo {
    display:none;
}

#captchabox input {
    width:40px;
}

a.button {display:inline-block;min-width:275px; margin:0 10px; border:1px solid #E75631; color:#E75631; border-radius:5px; padding:8px 10px; text-align:center; text-decoration:none; text-transform:uppercase; font-weight:bold; font-size:1.3rem;
    /*-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);*/
}
a.button:hover {background-color:#E75631; color:#fff;}
a.button.solid {background-color:#E75631; color:#fff;}
a.button.solid:hover {background-color:#f07454;border-color:#f07454; color:#fff;}


/* 10ninety styles */

.clearboth { clear:both; line-height:0; height:0; padding:0; margin:0; }

.cms-content { font-size: 1.3rem; line-height: 1.8rem; padding-right:0; margin-right:0; }
.cms-content h1 { padding-left:0; line-height: 2rem; }
.cms-content h2 { margin-top:0; line-height: 2rem; }
.cms-content h2.left { float:left; width:90%; }
.cms-content h2.title { margin-left:15px; line-height: 1.8rem; }
.cms-content h3 { color:#333; }
.cms-content p { margin-bottom:0; padding-bottom:0; font-size: 1.3rem; line-height: 1.5rem; }
.cms-content ul { font-size:1.3rem; margin:0 0 0 20px; padding-left:0px; }
.cms-content ul li { font-size:1.3rem; }
.cms-content ul.bigtext { margin-top:15px; }
.cms-content ul.bigtext li {font-size:1.8rem;margin-bottom:10px;}
.cms-content .scrollToTop { float:right; text-align:right; width:10%; color:#414141; }
.cms-content a:hover h2.left { text-decoration:none; cursor:pointer; }
.cms-image { width:100%; height:auto; }
.cms-summary-image { overflow:hidden; max-height:250px; min-height:196px; margin:0 auto 25px auto; text-align:center; }
.cms-summary-image img { max-height:250px; width:100%; }

.cms-summary-image-valign { height:330px; width:auto; margin-bottom:25px; white-space: nowrap; text-align: center; margin: 1em 0; }
.cms-summary-image-valign .aligner { display: inline-block; height: 100%; vertical-align: middle; }
.cms-summary-image-valign img { vertical-align: middle; max-height:330px; margin:0 0 30px 0; }

.cms-logo-image { overflow:hidden; max-width:270px;  max-height:284px; margin:0 0 30px 30px; }
.cms-button-group { margin-top:25px; clear:both; }
.cms-button { border: 0; border-radius: 0; background-color: #2f2f2f; color:#FFFFFF; display:inline-block; font-size: 1.3rem; font-weight: 600; margin: 0 10px 10px 0; padding:5px 15px 5px 15px; }
.cms-button:hover { background-color:#414141; color:#FFFFFF; text-decoration:none; }

/* Custom cms classes */
.area-guide-summary { margin-top:25px; }
.area-guide-row-1 { min-height:275px; }
.area-guide-row-2 { min-height:230px; }
.area-guide-row-3 { min-height:300px; }
.area-guide-row-4 { min-height:325px; }
.area-guide-row-5 { min-height:300px; }
.area-guide-row-6 { min-height:250px; }
.area-guide-row-7 { min-height:350px; }
.area-guide-row-8 { min-height:250px; }

/*.map { width:100%; height:100%; padding-top:56.5%; }
.static-map-wrapper { margin:0 15px 25px 15px; padding:0; }*/

#homesearch { float:none; margin:35px auto 0 auto; width:688px; }
#homesearch .searchcontent { background-image:url(../images/search-bkg.png); padding:25px 25px 25px 25px; margin:0 20px 0 20px; clear:both; }
#homesearch .glyphicon { color:#1C2227; }
#homesearch .glyphicon-search { font-size:1.8rem; padding-right:10px; }
#homesearch .searchtop { height:56px; padding:0; margin:0 20px 10px 20px; /* background-image:url(../images/logo-squares.png); */ background-position:top right; background-repeat:no-repeat; }
#homesearch .searchtop .btn-default { float:right; color:#FFFFFF; background-color:#898989; text-transform:uppercase; border:0; border-radius:0; margin-left:5%; min-width:97px; font-size:.9rem; line-height:1.3rem; }
#homesearch .searchtop .btn-default:hover, #homesearch .searchtop .curr { color:#FFFFFF; background-color:#1b242b; }
#homesearch .searchtop .btn-default:last-child { margin-right:0; }
#homesearch .formheading {line-height:250%;}
#homesearch #searchheading { font-size:2.0em; color:#1C2227; font-weight:bold; float:left; margin-top:30px; width:35%; letter-spacing:-1px; }
#homesearch #searchbuttons { float:right; margin-top:24px; width:65%; } 
#homesearch .propindoptions { float:left; width:15.5%; margin-top:3px; }
#homesearch .salespropindwrap, #homesearch .letpropindwrap { width:100%; clear:both; float:none; margin-bottom:5px; }
#homesearch .propindwrap:last-child { margin-bottom:0; }
#homesearch .propindoptions label { display:block; float:left; font-size:160%; line-height:1rem; color:#1b242b; margin-bottom:0; }
#homesearch #salespropind, #homesearch #lettingspropind { position:relative; top:-1px; left:-5px; float:left; border: 2px solid #e4e4e4; border-radius:15px; margin:0 8% 0 0; height: 20px; width:1em; font-size:1.6rem; line-height:1.6rem; background-color:#fcfcfc; color:#818181; }
#homesearch .propindoptions .clearfix { height:10px; line-height:5px; clear:both; }
#homesearch .locationcontainer { float:none; width:100%; padding:0; margin-bottom:15px; }
#homesearch .locationcontainer input { width:100%; padding:12px; border: 2px solid #D7D7D7; border-radius:3px; font-size:140%; }
#homesearch .bedscontainer { width:30%; float:left; position:relative; left:-1px; padding:0; }
#homesearch .bedscontainer select { min-width:81px; }
#homesearch .pricecontainer { width:50%; float:left; margin-left:3%; padding:0; }
#homesearch .pricecontainer .formelement { min-width:240px; }
#homesearch .pricecontainer #MinPrice, #homesearch .pricecontainer #MaxPrice { max-width:95px; float:left; }
#homesearch .pricecontainer .pricesep { float:left; line-height:2.2rem; padding:0 2% 0 2%;  font-size:1.5rem; color:#1C2227; font-weight:500; }
#homesearch .buttondiv { width:17%; float:left; opacity:1; }
#homesearch .buttondiv input[type=submit] { border:0; border-radius:0; background-color:#1b242b; font-size:1.8rem; font-weight:500; }
#homesearch .formheading { float:left; color:#1b242b; font-size:1.5rem; line-height:2.2rem; font-weight:500; }
#homesearch .formelement { float:right; }
#homesearch .formsep { clear:both; height:0px; line-height:0px; padding:0; margin:0; }
#homesearch .clearboth { clear:both; line-height:0; padding:0; margin:0; height:0; }

#valuationlinkwrapper { float:none; width:688px; }
#valuationlinkwrapper .valuationlink { margin:10px 20px 0 20px; display:block; width:auto; text-align:center; background-color:rgba(1,0,101,70%); font-size:2.2rem; line-height:2.2rem; padding:10px; color:#FFFFFF; }
#valuationlinkwrapper .valuationlink:hover { color:#FFFFFF;  background-color:#010165; text-decoration:none; } 

/* Normal search form */

#search { float:none; margin:25px 20px 0 0; }
#search #searchheading { background-color:#1B242B; color:#FFFFFF; padding:15px; }
#search #searchheading h2 { font-size:1.5rem; color:#FFFFFF; margin:0; font-weight:bold; }
#search .searchcontent { background-color:#f4f4f4; padding:15px; }
#search .propindoptions { margin:0 0 15px 0; min-height:24px; display:block; }
#search .propindoptions label { font-size:1.4rem; }
#search label { color:#1b242b; font-size:1.2rem; line-height:1.2rem; font-weight:600; }
#search .propindoptions label { line-height:24px; }
#search #salespropind, #search #lettingspropind { float:left; position:relative; top:4px; border: 2px solid #e4e4e4; border-radius:15px; margin:0 5px 0 0; height: 15px; font-size:1.9rem; background-color:#fcfcfc; color:#818181; }
#search .salespropindwrap { float:left; margin-right:20px; }
#search .letpropindwrap { float:left; }
#search .formheading { float:left; width:40%; line-height:33px; }
#search .formelement { float:left; width:60%; line-height:33px; }
#search .formheadingwide { float:left; width:80%; line-height:33px; }
#search .formelementright { float:right; width:20%; text-align:right; margin-top:5px; }
#search .locationcontainer, #search .bedscontainer, #search .pricecontainer { margin-bottom:10px; clear:both; min-height:33px; display:block; }
#search .locationcontainer input { width:100%; border: 2px solid #D7D7D7; border-radius:3px; font-size:1rem; line-height:28px; padding:0 5px 0 5px; }
#search .pricecontainer { margin-bottom:10px; }
#search .sstc-container { clear:both; min-height:24px; display:block; margin-bottom:15px; }
#search .clearfix, #search .formsep, #search .clearboth { height:0px; line-height:0px; padding:0; margin:0; }
#search .hiddenpricecontainer { display:none; }
#search .buttondiv input[type=submit] { clear:both; border:0; border-radius:0; background-color:#1b242b; font-size:1.3rem; font-weight:600; width:60%; margin:20px 0 0 0; }
#search .buttondiv input[type=submit]:hover { background-color:#0a0a6b; }

/* Homepage Properties */

.homepagepropcontainer {margin-top:5px;}
.homepagepropcontainer h1 { font-weight:300; margin-bottom:25px; }
.homepageprop { min-height:420px; }
.homepageprop .photo-cropped {width:100%;height:auto;aspect-ratio:4/3;overflow:hidden;padding:0;margin:0;text-align:center;position:relative;z-index:2;}
.homepageprop .propertyimagecontainer {background-repeat:no-repeat;background-position:center center;background-size:cover;width:100%;height:100%;}
.homepageprop .photo-cropped img {border:none;width:100%;height:auto;}
.homepageprop .photo-cropped img.nophoto {border:none;}
.homepageprop .photo {width:100%;height:auto;padding:0;margin:0;text-align:center;position:relative;z-index:100;}
.homepageprop .photo img {border:none;width:100%;height:auto;}
.homepageprop .photo img.nophoto {border:none;}
.homepageprop .status {position:absolute;z-index:100;font-weight:bold;padding:0px;top:0;left:0;float:left;}
.homepageprop .details {padding-top:5px;text-align:left;min-height:75px;overflow:hidden;}
.homepageprop .displayaddress { margin-top:5px; margin-bottom:0; }
.homepageprop .displayaddress h3 { margin:0; }
.homepageprop .displayaddress h3 a { font-size:1.5rem; margin:0; }
.homepageprop .icons { float:right; color:#010165; margin-top:10px; font-size:.9rem; width:50%; text-align:right; }
.homepageprop .icons .icon { display:inline-block; padding-right:5px; width:30px; background-size:25px 16px; background-repeat:no-repeat; }
.homepageprop .icons .beds { font-size:1.1rem; line-height:1.1rem; padding-left:5px; font-weight:500; }
.homepageprop .icons .beds .icon { background-image:url(../images/icon-bed.png); }
.homepageprop .icons .bathrooms { font-size:1.1rem; line-height:1.1rem; margin-left:0; padding-left:5px; font-weight:500; }
.homepageprop .icons .bathrooms .icon { background-image:url(../images/icon-bath.png); }
.homepageprop .icons .receptions { font-size:1.1rem; line-height:1.1rem; padding-left:5px; margin-left:0px;}
.homepageprop .icons .receptions .icon { background-image:url(../images/icon-reception.png); }

.homepageprop .price {text-align:left;float:left;color:#010165;width:50%;margin:0;}
.homepageprop .price h4 { color:#010165; font-size:1.45rem;font-weight:500;}
.homepageprop .price h4 .text {padding:0px;margin:0px;letter-spacing:0px;}
.homepageprop .summary { padding-top:10px; text-align:left; }
.homepageprop .readmore { background-color:#1C2227; display:block; padding:10px; font-size:.95rem; line-height:.75rem; color:#FFFFFF; max-width:6rem; text-align:center; }
.homepageprop .readmore:hover { background-color:#0a0a6b; text-decoration:none; }

.dateavailable {color:#6b6bce;font-size:16px;font-weight:bold;display:none;}
.dateavailable.Available {display:block;}

.pre-footer { background-color:#f6f6f6; text-align:center; margin-top:60px; padding:15px 0 30px 0; }
.pre-footer h1 { font-size:3.5rem; text-align:center; font-weight:300; letter-spacing:-2px;  }
.pre-footer p { margin:5px 0 0 0; font-size:1.5rem; text-align:center; font-weight:normal; }

#linkrow { margin-top:60px; }
/*
#linkrow .row { margin-left:-30px; margin-right:-30px; }
*/
.blocklink {}
.blocklink img {width:100%;}
.textlink { font-size:1.90rem; line-height:1.90rem; margin-top:20px; color:#0a0a6b; display:block; }
.linkblock { margin-bottom:25px; }

.prefooterlogos { text-align:center; width:100%; margin-top:40px; padding-bottom:10px; }
.prefooterlogos img { margin:10px 1% 0 10px; width:auto; max-height:35px; }
.prefooterlogos img.med { width:auto; max-height:52px; }
.prefooterlogos img.lrg { width:auto; max-height:80px; }

#footercontainer { background-color:#454545; padding:30px 0px; margin-top:30px; }
#footer {padding-bottom:20px;text-align:left;}
#footer .footerlogo {padding-top:0;}
#footerlogo {width:100%;height:auto;max-width:130px;padding:20px 0 0 5px;}
#footer .address { text-align:left; color:#949494; font-size:1.1rem;  }
#footer .address-top { /*font-size:1.1rem;*/  }
#footer .address a { color:#949494; }
#footer h2, #footer h3 { color:#949494; font-weight:normal; /*font-size:1.3rem;*/  }
#footer a { color:#949494; font-size:1.1rem; }
#footer p {color:#949494;font-size:1.1rem;}
#footer a.button {margin-left:0;margin-right:0;margin-top:0px;border-color:#949494;color:#949494;}
#footer a.button:hover, #footer a.button:active {background-color:#949494;color:#fff;}
#footer .social-footer { color:#FFFFFF; margin-top:20px; text-align:left; }
#footer .social-footer .icon-outer { /* width:28px; */border-radius:28px; height:28px;background-color:#010165; line-height:28px; float:left; margin:0 2% 0 0; text-align:left; }
#footer .social-footer .icon-outer a {color:#fff;}
#footer .social-footer span { font-size:1.4rem; display:block; text-align:left; color:#FFFFFF;  }
#footer .copy { margin:20px 0 0 5px; font-weight:100; font-size:0.9rem; color:#949494; text-align:left; clear:both; }
#footer .copy a { font-weight:100; font-size:0.9rem; color:#949494; }

.leftcol { /*padding-left:0; padding-right:0;*/ }
.searchresults { /*margin-right:0; padding-right:0px;*/ }
.searchControls label { float:left; line-height:32px; width:50px; }
.searchControls #sortBy { float:left; width:118px;}
.searchControls .viewbuttons { text-align:right; }
.searchControls .viewbuttons a { display:inline-block; float:right; width:120px; font-size:1.2rem; font-weight:bold; line-height:40px; margin:0 5px 0 0; padding:0 15px 0 0; background-color:#0a0a6b; color:#FFFFFF; text-align:right; background-repeat:no-repeat; background-position:left; }
.searchControls .viewbuttons a.curr, .searchControls .viewbuttons a:hover { background-color:#1B242B; text-decoration:none; }
.searchControls .viewbuttons a:first-child { margin:0; }
.searchControls .viewbuttons a.listView { background-image:url(../images/icon-list.png); }
.searchControls .viewbuttons a.gridView { background-image:url(../images/icon-grid.png); }
.searchControls .viewbuttons a.mapView { background-image:url(../images/icon-map.png); }
.searchControls .sortwrapper label { color:#1B242B; }

/* *** List Layout *** */
.list .searchprop { clear:both; margin-bottom:25px; padding-right:0; padding-bottom:25px; border-bottom:1px solid #e4e4e4; }
.list .searchprop .photo { position:relative; margin-left:-15px; }
.list .searchprop .status {position:absolute;z-index:100;font-weight:bold;padding:0px;margin-top:0px;margin-left:0px;float:left;}
/* cropped photos (default) */
.list .searchprop .photo-cropped {height:auto;aspect-ratio:4/3;overflow:hidden;padding:0;margin:0;text-align:center;position:relative;z-index:2;}
.list .searchprop .photo-cropped img {border:none;width:100%;height:auto;}
.list .searchprop .photo-cropped img.nophoto {border:none;}
.list .propertyimagecontainer {background-repeat:no-repeat;background-position:center center;background-size:cover;width:100%;height:100%;}
/* non cropped photos (set prmCropPhotos = false in commonlib.asp) */
.list .searchprop .propertyimagecontainer img { width:100%; height:auto; }
.list .searchprop .topwrap { min-height:239px; overflow:hidden; }
.list .searchprop .details { margin-left:-15px; padding-right:0; }
.list .searchprop .address { font-size:2.3rem; line-height:2.3rem; }
.list .searchprop .reference { margin-bottom:10px; font-size:1.3rem; }
.list .searchprop .price { margin-top:15px; font-size:2rem; color:#010165; }
.list .searchprop .bedswithtype { margin-top:15px; font-weight:bold; font-size:1.2rem; line-height:1.2rem; }
.list .searchprop .summary { margin-top:15px; font-size:1.3rem; line-height:1.8rem; min-height:76px; padding-bottom:10px;}
.list .searchprop .detlink { font-weight:bold; background-color:#1B242B; font-size:1.2rem; color:#FFFFFF; text-align:center; padding:5px 8px; margin-right:15px; }
.list .searchprop .detlink:hover { background-color:#0a0a6b; text-decoration:none; }
.list .searchprop .viewinglink { font-weight:bold; background-color:#010165; font-size:1.2rem; color:#FFFFFF; text-align:center; padding:5px 8px; }
.list .searchprop .viewinglink:hover { background-color:#232388; text-decoration:none; }
.list .searchprop .icons { color:#010165; margin-top:15px; font-size:.9rem; text-align:left; clear:both; margin-left:0px; margin-bottom:10px;  }
.list .searchprop .icons .icon { display:inline-block; padding-right:5px; width:30px; background-size:25px 16px; background-repeat:no-repeat; }
.list .searchprop .icons .beds { font-size:1.1rem; line-height:1.1rem; font-weight:500; }
.list .searchprop .icons .beds .icon { background-image:url(../images/icon-bed.png); }
.list .searchprop .icons .bathrooms { font-size:1.1rem; line-height:1.1rem; margin-left:5px; font-weight:500; }
.list .searchprop .icons .bathrooms .icon { background-image:url(../images/icon-bath.png); }
.list .searchprop .icons .receptions { font-size:1.1rem; line-height:1.1rem; padding-left:5px; margin-left:5px; font-weight:500; }
.list .searchprop .icons .receptions .icon { background-image:url(../images/icon-reception.png); }

/* *** Grid Layout *** */
.grid .searchprop { margin-bottom:30px; min-height:400px; }
/* cropped photos (default) */
.grid .photo-cropped {width:100%;height:auto;aspect-ratio:4/3;overflow:hidden;/*height: 253px;min-height: 253px;max-height: 253px;*/padding:0;margin:0;text-align:center;position:relative;z-index:2;}
.grid .photo-cropped img {border:none;width:100%;height:auto;}
.grid .photo-cropped img.nophoto {border:none;}
.grid .propertyimagecontainer {background-repeat:no-repeat;background-position:center center;background-size:cover;width:100%;height:100%;}
.grid .searchprop .photo { position:relative; position:relative; z-index:10; width:100%; /* max-height:164px; */ overflow:hidden; }
.grid .searchprop .photo img { width:100%; position:relative; z-index:10; }
.grid .searchprop .status {position:absolute;z-index:100;font-weight:bold;padding:0px;margin-top:0px;margin-left:0px;float:left;}
.grid .searchprop .address { font-size:1.5rem; line-height:1.5rem; margin-top:15px; height:45px; }
.grid .searchprop .reference { margin-bottom:10px; font-size:1.3rem; }
.grid .searchprop .icons { float:right; width:50%; margin-top:5px; text-align:right; color:#010165; }
.grid .searchprop .icons .icon { display:inline-block; padding-right:5px; width:30px; background-size:25px 16px; background-repeat:no-repeat; }
.grid .searchprop .icons .beds { font-size:1.1rem; line-height:1.1rem; font-weight:500; }
.grid .searchprop .icons .beds .icon { background-image:url(../images/icon-bed.png); }
.grid .searchprop .icons .bathrooms { font-size:1.1rem; line-height:1.1rem; margin-left:5px; font-weight:500; }
.grid .searchprop .icons .bathrooms .icon { background-image:url(../images/icon-bath.png); }
.grid .searchprop .icons .receptions { font-size:1.1rem; line-height:1.1rem; margin-left:5px; font-weight:500; }
.grid .searchprop .icons .receptions .icon { background-image:url(../images/icon-reception.png); }
.grid .searchprop .price { margin-top:5px; font-size:1.5rem; color:#010165; float:left; width:50%; height:25px; }
.grid .searchprop .bedswithtype { clear:both; margin-top:15px; font-weight:bold; font-size:1.2rem; line-height:1.2rem; height:32px; }
.grid .searchprop .btmlinks { clear:both; margin-top:5px; }
.grid .searchprop .detlink { font-weight:bold; background-color:#1B242B; font-size:.9rem; line-height:2.1rem; color:#FFFFFF; text-align:center; display:inline-block; width:48%; margin-right:4%; }
.grid .searchprop .detlink:hover { background-color:#0a0a6b; text-decoration:none; }
.grid .searchprop .viewinglink { font-weight:bold; background-color:#010165; font-size:.9rem; line-height:2.1rem; color:#FFFFFF; text-align:center; display:inline-block; width:48%; }
.grid .searchprop .viewinglink:hover { background-color:#232388; text-decoration:none; }

.searchprop .dateavailable {margin-top:10px;}

.searchmap { margin-top:30px;position: relative;padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; }
.searchmap #map { width:100%; height:100%; border:1px solid #e3e3e3;position: absolute;top: 0;left: 0; }

.noresults { margin:20px 0 0 0; }

.paging { width:100%; clear:both; margin:25px 0 25px 0; border:1px solid #e4e4e4; line-height:2.5rem; font-size:1rem; }
.paging .pagerpagenumbers { float:left; line-height:2.5rem; text-align:left; padding:0 20px 0 0; }
.paging .pagerpagenumbers a { padding-right:5px; }
.paging .pagerpagesize { float:right; line-height:2.5rem; text-align:left; padding:0 20px 0 20px; color:#656565; font-weight:bold; }
.paging .pagerpagesize a { padding-right:5px; }
.paging .pagerpagesize a:last-child { padding-right:0; }
.paging .pagerpagesize current { padding-right:5px; }
.paging .pagersummary { line-height:2.5rem; background-color:#F4F4F4; margin-right:20px; display:inline-block; padding:0 20px 0 20px; color:#656565; font-weight:bold; }
.paging .disabled { color:#c3c3c3; padding-right:10px; }
.paging .current { padding-right:5px; }

/* *** Property Details *** */
.propertydet { margin-top:25px; }
.propertydet .photowrapper { position:relative; width:100%; height:auto; min-height:744px; }
.propertydet #photocontainer { display:none; width:100%; height:auto; }
.propertydet #photocontainer .nophoto { width:100%; height:auto; }
.propertydet #lightSlider, #maincontent .propertydet .lSGallery { margin:0; }
.propertydet .lSSlideOuter { position:relative; width:100%; height:auto; overflow:hidden; }
.propertydet .status {position:absolute;z-index:100;font-weight:bold;padding:0px;margin-top:0px;margin-left:0px;float:left;}
.propertydet #lightSlider li img { height: auto; max-width: 100%; display: block; }
.propertydet .tools { text-align:left; margin-top:15px; }
.propertydet .tools div { float:left; width:110px; margin:0 15px 0 0; }
.propertydet .tools a { display:block; font-size:1.2rem; font-weight:bold; line-height:40px; background-color:#010165; color:#FFFFFF; text-align:center; text-decoration:none; }
.propertydet .tools a.curr, .propertydet .tools a:hover { background-color:#232388; text-decoration:none; }
.propertydet .tools a:first-child { margin:0; }
.propertydet .leftcoldet { margin: 25px 0 0 -15px; }
.propertydet .rightcoldet { margin: 25px 0 0 0; padding-right:0; }
.propertydet .rightcoldet .tools { text-align:right; margin-top:5px; }
.propertydet .rightcoldet .tools div { float:right; width:100%; margin:0 0 15px 0; }
.propertydet .rightcoldet .tools a { display:block; font-size:1.2rem; font-weight:bold; line-height:40px; background-color:#1b242b; color:#FFFFFF; text-align:right; padding-right:15px; }
.propertydet .rightcoldet .tools a.curr, .propertydet .rightcoldet .tools a:hover { background-color:#0a0a6b; text-decoration:none; }
.propertydet .rightcoldet .tools a:first-child { margin:0; }
.propertydet .rightcoldet .tools a { background-position:left; background-repeat:no-repeat; }
.propertydet .rightcoldet .tools #resultslinkwrap a { background-image: url('../images/icon-back.png'); }
.propertydet .rightcoldet .tools #brochurelinkwrap a { background-image: url('../images/icon-printer.png'); }
.propertydet .rightcoldet .tools #viewinglinkwrap a { background-image: url('../images/icon-viewing.png'); }
.propertydet .address { color:#a9a9a9; font-size:3.2rem; line-height:3.2rem; clear:both;  font-weight:200; }
.propertydet .price { color:#010165; font-size:3rem; line-height:3rem; margin-top:15px; font-weight:300; }
.propertydet .bedswithtype { color:#a9a9a9; font-size:1.2rem; line-height:1.2rem; margin-top:15px; font-weight:600; }
.propertydet .description { color:#858585; font-size:1.3rem; line-height:1.8rem; margin-top:25px; font-weight:300; }
.propertydet .features { color:#858585; font-size:1.3rem; line-height:1.8rem; margin-top:25px; font-weight:300; }
.propertydet .features h3 { font-size:1.5rem; }
.propertydet .features ul li { color:#858585; font-size:1.3rem; line-height:1.8rem; }
.propertydet .restrictions { color:#858585; font-size:1.3rem; line-height:1.8rem; margin-top:25px; font-weight:300; }
.propertydet .rooms { color:#858585; font-size:1.3rem; line-height:1.8rem; margin-top:25px; font-weight:300; }
.propertydet .rooms .propertyroomheader {font-weight:bold;margin-bottom:5px;float:left;margin-right:10px;}
.propertydet .rooms .propertyroomdimensions {font-weight:normal;margin-bottom:5px;float:left;}
.propertydet .rooms .propertyroomdescription {clear:both;margin-bottom:10px;}
.propertydet .reference {margin-bottom:25px;color:#858585; font-size:1.3rem; line-height:1.8rem; font-weight:300; }
.propertydet .disclaimer { color:#b2b2b2; font-size:0.9rem; line-height:1.1rem; }
.propertydet #hiddenepc { display:none; }
.propertydet #hiddenfloorplan { display:none; width:100%; height:auto; }
.propertydet .epcwrapper { width:100%; height:auto; }
.propertydet .dateavailable {margin-top:15px;font-size:18px;}

/* *** for standalone floorplan page *** */

.floorplans { padding:10px; width:960px; height:720px; overflow:hidden; text-align:center; }
.floorplans #floorplanSlider { margin:0 auto 0 auto; width:auto; height:700px; height:100%; text-align:center; }
.floorplans #floorplanSlider li { text-align:center; margin-left:auto; margin-right:auto; }
.floorplans #floorplanSlider img { width:auto; max-width:940px; height:auto; max-height:700px; text-align:center; margin-left:auto; margin-right:auto; }
.floorplans .lSSlideOuter { position:relative; width:100%; height:auto; overflow:hidden; text-align:center; margin-left:auto; margin-right:auto; }
.floorplans .lSSlideWrapper { min-height:700px; max-width:960px; overflow:hidden; text-align:center; margin-left:auto; margin-right:auto; }
.floorplans .lSAction > a { background-image: url('../img/controls-blue.png'); margin-top: -26px; }

/* *** for standalone viewing page *** */

.viewingform { font-size: 1.3rem; line-height: 1.8rem; margin: 25px -15px 25px -15px; font-weight: 300; }
.viewingform p { font-size: 1.3rem; line-height: 1.8rem; margin-top: 25px; font-weight: 300; }
.viewingform input[type=submit] { border:0; border-radius:0; background-color:#1b242b; font-weight:600; font-size:1.3rem; width:120px }
.viewingform input[type=submit]:hover { background-color:#0a0a6b; }
.viewingform h1 { margin-top:0; }

/* *** Contact Form *** */
#contact-form input[type=submit], #regform input[type=submit] { border:0; border-radius:0; background-color:#1b242b; font-weight:600; font-size:1.3rem; width:120px }
#contact-form input[type=submit]:hover, #regform input[type=submit]:hover { background-color:#0a0a6b; }
#regform .buttondiv { margin-top:20px; }

/* *** Left Menu *** */

.leftmenu { background-color:#f4f4f4; float:none; margin:25px 20px 0 0; clear:both; }
.leftmenu .heading { background-color:#1B242B; color:#FFFFFF; padding:15px; }
.leftmenu .heading h2 { font-size:1.5rem; color:#FFFFFF; margin:0; font-weight:bold; }
.leftmenu .menuwrap { padding:15px; }
.leftmenu a { display:block; font-size:1.4rem; line-height:1.4rem; padding:0 0 10px 0; color:#0a0a6b; }

/* *** Valuation *** */
.leftcol .valuationlink { margin:25px 20px 0 0; display:block; font-size:1.4rem; font-weight:bold; line-height:35px; background-color:#010165; color:#FFFFFF; text-align:left; padding:10px 0px 10px 50px; background-image: url('../images/icon-valuation.png'); background-position:left; background-repeat:no-repeat; }
.leftcol .valuationlink:hover { background-color:#232388; text-decoration:none; }
.valuationbox {border:1px solid #d7d7d7;padding:20px;text-align:center;margin-bottom:30px;}
.valuationbox .inner {padding:20px;background-color:#f4f4f4;}
.valuationbox a { font-weight:bold; background-color:#1B242B; font-size:1.4rem; color:#FFFFFF; text-align:center; padding:0px; display:block; height:70px; line-height:70px; margin:0px 20px 0px 20px;}
.valuationbox a:hover { background-color:#0a0a6b; text-decoration:none; }

/* captcha */

.captcha-link { font-size:1rem; }
.captcha-link-wrapper { float:left; margin-left:25px;margin-top:2px; }

/* *** Misc *** */
#mydetails { display:none; }
.floatleft { float:left; }
.floatright { float:right; }
.clearboth { clear:both; height:0; line-height:0; padding:0; margin:0; }

.navbar-header { min-width:245px; }

a.registerlink { font-weight:bold; background-color:#1B242B; font-size:1.2rem; color:#FFFFFF; text-align:center; padding:0px; display:block; width:100%; height:70px; line-height:70px; margin-bottom:15px;}
a.registerlink:hover { background-color:#0a0a6b; text-decoration:none; }

.contactmap { margin-top:30px;position: relative;padding-bottom: 40%; /* 56.25% 16:9 */ padding-top: 25px; height: 0; }
.contactmap #map { width:100%; height:100%; border:1px solid #e3e3e3;position: absolute;top: 0;left: 0; }

/* *** Blog *** */ 

.bloglist .blogitem { min-height:120px; margin:0 0 20px 0; padding:0; }
.bloglist .blogitem .title { font-size:1.4rem; line-height:2.3rem; margin-bottom:10px; margin-left:0; padding-left:0; }
.bloglist .blogitem .title a { font-size: 2.3rem; line-height:2.3rem; font-weight:normal; } 
.bloglist .blogitem .date { font-size:1rem; text-align:right; margin-right:0; padding-right:0; }
.bloglist .blogitem .summary { clear:both; margin-top:10px; font-size:1.2rem; }
.bloglist .blogitem .summary-float { margin-top:10px; font-size:1.2rem; }
.bloglist .blogitem .blogimagewrapper { margin:0 3% 3% 0; text-align:right; margin-left:0; padding-left:0; }
.bloglist .blogitem .blogimagewrapper img { width:100%; height:auto; }
.bloglist .blogitem .readmore { font-weight:normal; font-size:1.2rem; }

.blog { margin:0 0 20px 0; padding:0; }
.blog h1 { margin-bottom:20px; } 
.blog .date { font-size:1.2rem; text-align:left; margin:0 0 10px 0; }
.blog .blogcontent { clear:both; margin-top:20px; }
.blog .blogcontent p { margin:0; }
.blog .blogcontentfloat { margin-top:0; padding:0; }
.blog .blogimagewrapper { margin:1% 0 3% 3%; padding:0; float:right; }
.blog .blogimagewrapper img { width:100%; height:auto; }

/* Testimonials */

.testimonial { margin-bottom:25px; border-bottom: 1px solid #f4f4f4; padding-bottom:25px; }
.testimonial:last-child { border-bottom:0px; padding-bottom:0; margin-bottom:10px; }
.testimonial .quote { clear:both; margin-bottom:5px; font-style:italic; } 
.testimonial .source { float:left; margin-right:10px; }
.testimonial .date { float:left; } 
.testimonial .quote span { font-size:2.3rem; line-height:2.3rem; line-height:5px; height:5px; position:relative; top:10px; }
.testimonial .quote span.left { padding-right:10px; }
.testimonial .quote span.right { padding-left:5px; }

.status img { width:150px !important; height:auto !important; }

/* Responsive Styles */
/* lg */
@media (max-width: 992px) {
	.container-fluid {
	    max-width: 768px;
	}	
	.homepageprop { margin-bottom:25px; }
	.textlink { font-size: 1.90rem; }
	.homepageprop .icons .beds { font-size:1.2rem; line-height:1.2rem; }
	.homepageprop .icons .bathrooms { font-size:1.2rem; line-height:1.2rem; }
	#search .buttondiv input[type=submit] { font-size:1rem; }
	#search #searchheading h2 { font-size:1rem; }
	#search label { font-size:0.85rem; }
	#search .propindoptions label { font-size:0.9rem; }
	#search .buttondiv input[type=submit] { font-size:0.9rem; width:100%; }
	.leftmenu .heading h2 { font-size:1rem; }
	.leftmenu a { font-size:1rem; }
	.valuationlink { font-size:1rem; }
	
	.propertydet .photowrapper { min-height:1px; }
	.propertydet .rightcoldet { padding-left:0; }
	.propertydet .rightcol { margin:10px -15px 0 -15px; padding-right:0; }
	.propertydet .rightcol #resultslinkwrap { padding-right:0; margin-right:15px; width:225px; float:left; }
	.propertydet .rightcol #brochurelinkwrap { padding-right:0; margin-right:15px; width:225px; float:left; }
	.propertydet .rightcol #viewinglinkwrap { padding-right:0; margin-right:15px; width:225px; float:left; }
	
	/* *** for standalone floorplan page *** */
	.floorplans { padding:10px; width:960px; height:720px; overflow:hidden; text-align:center; }
	.floorplans #floorplanSlider { margin:0 auto 0 auto; width:auto; height:700px; height:100%; text-align:center; }
	.floorplans #floorplanSlider li { text-align:center; margin-left:auto; margin-right:auto; }
	.floorplans #floorplanSlider img { width:auto; max-width:940px; height:auto; max-height:700px; text-align:center; margin-left:auto; margin-right:auto; }
	.floorplans .lSSlideOuter { position:relative; width:100%; height:auto; overflow:hidden; text-align:center; margin-left:auto; margin-right:auto; }
	.floorplans .lSSlideWrapper { min-height:700px; max-width:960px; overflow:hidden; text-align:center; margin-left:auto; margin-right:auto; }
	.floorplans .lSAction > a { background-image: url('../img/controls-blue.png'); margin-top: -26px; }	
	
	.cms-summary-image, .cms-summary-image-short, .cms-summary-image-valign { max-height:800px; max-width:800px; width:100%; height:auto; }		
	.cms-summary-image-valign img { vertical-align: middle; max-height: 800px; width:100%; height:auto; margin: 0 0 30px 0; }
	.area-guide-row-1, .area-guide-row-2, .area-guide-row-3, .area-guide-row-4, .area-guide-row-5, .area-guide-row-6, .area-guide-row-7, .area-guide-row-8 { min-height:0px; }
}
/* special... */
@media (max-width: 925px) {
    	.searchControls .viewbuttons a { display:inline-block; float:right; width:95px; font-size:.9rem; font-weight:bold; line-height:35px; margin:0 5px 0 0; padding:0 5px 0 0; background-color:#0a0a6b; color:#FFFFFF; text-align:right; background-repeat:no-repeat; background-position:left; background-size:contain; }
	.container-fluid {
	    max-width: 895px;
	}    
}
/* md */
@media (max-width: 896px) {	
	.container-fluid {
	    max-width: 866px;
	}	
	/* .leftcol { margin-left:15px; margin-right:-15px; padding-left:15px; padding-right:15px; } */
	.textlink { font-size: 1.50rem; }
	.homepageprop .icons .beds { font-size:1.2rem; line-height:1.2rem; }
	.homepageprop .icons .bathrooms { font-size:1.2rem; line-height:1.2rem; }
		
	#search { margin-right:0; }
	#footer .links-wrapper { margin:0 0 10px 0; width:100%; padding:0; }
	#footer .links-wrapper:first-child { margin:10px 0 10px 0; width:100%; padding:0; }
	
	.grid .searchprop { margin-bottom:60px; /* min-height:365px; */ }	

	.propertydet .photowrapper { min-height:1px; }
	.propertydet .rightcol { margin:10px -15px 0 0; padding-left:0; }
	.propertydet .rightcol .tools div { margin-right:10px; }
	.propertydet .rightcol .tools div:last-child { margin-right:0; }
	.propertydet .rightcol #resultslinkwrap { width:auto; min-width:200px; font-size:0.7rem; margin-right:15px; }
	.propertydet .rightcol #brochurelinkwrap { width:auto; min-width:200px; font-size:0.7rem; margin-right:15px; }
	.propertydet .rightcol #viewinglinkwrap { width:auto; min-width:200px; font-size:0.7rem; }
	
	.floorplans { width:640px; height:480px; background-color:yellow; }
	.floorplans #floorplanSlider { height:480px; height:100%; }
	.floorplans #floorplanSlider img { width:auto; max-width:640px; height:auto; max-height:480px; }
	.floorplans .lSSlideWrapper { min-height:480px; max-width:640px; }
	.floorplans .lSAction > a { background-image: url('../img/controls-blue.png'); margin-top: -20px; }
	
	.cms-image { width:100%; height:auto; margin-bottom:25px; }
	.cms-summary-image, .cms-summary-image-short { max-height:800px; height:100%; width:auto; }
	.cms-summary-image img, .cms-summary-image-short img { width:100%; height:auto; }
	.cms-summary-image-valign { height:auto; }
	.cms-summary-image-valign .aligner { display: none; }
	.cms-summary-image-valign img { vertical-align: middle; max-width:250px; width:100%; height:auto; margin:0 0 30px 0; }
	.cms-logo-image { overflow:hidden; max-width:800px;  max-height:800px; width:100%; height:auto; margin:0 0 30px 30px; }
	.cms-logo-image img { }
	.area-guide-row-1, .area-guide-row-2, .area-guide-row-3, .area-guide-row-4, .area-guide-row-5, .area-guide-row-6, .area-guide-row-7, .area-guide-row-8 { min-height:0px; }

    	.leftcol .valuationlink {font-size:1.2rem; padding-right:10px;}
    	
    	.leftmenu { margin-right:0; }

}
/* sm */
@media (max-width: 768px) {		
	.container-fluid {
	    max-width: 738px;
	}	
	/* .leftcol { margin-left:15px; margin-right:-15px; padding-left:15px; padding-right:15px; } */
	#header-home { padding-top:0px; }
    /* Make the header smaller for mobiles so that more content is visible without scrolling */
    #header {height:0px;background-image:none;}
	#homesearch { float:none; margin:10px auto 0 auto; width:100%; }
	#homesearch .locationcontainer, #homesearch .bedscontainer, #homesearch .pricecontainer, #homesearch .propindoptions { width:100%; clear:both; float:none; margin:0 auto 10px auto; padding:0; }
	#homesearch #searchheading { width:auto; }
	#homesearch .formheading, #homesearch .formelement { float:none; clear:both; width:100%; margin:0; }
	#homesearch #salespropind, #homesearch #lettingspropind { position:relative; left:0; margin-right:0; }
	#homesearch .salespropindwrap { float:left; margin-right:10px; width:45%; max-width:80px; clear:none; }
	#homesearch .letpropindwrap { float:left; width:45%; max-width:100px; clear:none; }
	#homesearch .propindoptions label { margin-left:10px; }
	#homesearch .propindoptions .clearfix { height:0; padding:0; line-height:0; }
	#homesearch .pricecontainer #MinPrice, #homesearch .pricecontainer #MaxPrice { width:100%; max-width:100%; float:none; clear:both; }
	#homesearch .pricecontainer #MinPrice { margin-bottom:10px; }
	#homesearch .pricecontainer .pricesep { display:none; width:0; height:0; padding:0; margin:0; }
	#homesearch .pricecontainer .formelement { min-width: 1px; }
	#homesearch .bedscontainer select { width:100%; }
	#homesearch .buttondiv { width:100%; float:none; clear:both; margin-top:15px; opacity:1; }
	#valuationlinkwrapper { width:100%; font-size:1rem; margin-bottom:10px; }
	#valuationlinkwrapper .valuationlink { font-size:1rem; }
	.textlink { font-size: 1.90rem; }
	.blocklink { background-size:90px 90px; }
	
	.homepageprop .icons .beds { font-size:1.3rem; line-height:1.3rem; }
	.homepageprop .icons .bathrooms { font-size:1.3rem; line-height:1.3rem; }
	
	#search, .leftmenu, .leftcol .valuationlink { margin-right:0; }	
	
	#footer #link-wrapper { margin-top:25px; }
	#footer .links-wrapper { margin:0 0 10px 0; width:100%; padding:0; }
	#footer .links-wrapper:first-child { margin:0 0 10px 0; width:100%; padding:0; }
	
    	.searchresults {/*padding-left:0px;*/}
	.grid .searchprop { margin-bottom:60px; /* min-height:365px; */ }	
	
	.propertydet .photowrapper { min-height:1px; }
	.propertydet .rightcol { padding-left:0; margin-top:10px; }
	
	.floorplans { width:640px; height:480px; background-color:pink; }
	.floorplans #floorplanSlider { height:480px; height:100%; }
	.floorplans #floorplanSlider img { width:auto; max-width:620px; height:auto; max-height:460px; }
	.floorplans .lSSlideWrapper { min-height:480px; max-width:640px; }
	.floorplans .lSAction > a { background-image: url('../img/controls-blue.png'); margin-top: -15px; }
	
	.cms-content { margin-left:0; padding-right:15px; }
	.cms-image { width:100%; height:auto; margin-bottom:25px; }
	.cms-summary-image, .cms-summary-image-short { max-height:800px; }
	
	.area-guide-row-1, .area-guide-row-2, .area-guide-row-3, .area-guide-row-4, .area-guide-row-5, .area-guide-row-6, .area-guide-row-7, .area-guide-row-8 { min-height:0px; }
	.area-guide-summary { margin-top:0; }
	
	/* Blog */
	
	.bloglist .blogitem .date { text-align:left; font-size:1.2rem; margin-left:0; padding-left:0; }
	.bloglist .blogitem .blogimagewrapper { margin:20px 0 20px 0; padding:0; }	
	
	.pre-footer h1 { margin:0; font-size:2.3rem; line-height:2.8rem; text-align:center; font-weight:300; letter-spacing:-2px;  }
	.pre-footer h4 { margin:5px 0 0 0; 1.3rem; line-height: 1.8rem; text-align:center; font-weight:normal; }	
	
}
/* xsm */
@media (max-width: 440px) {
	.container-fluid {
	    max-width: 390px;
	}		
	/* .leftcol { margin-right:-15px; padding-left:15px; padding-right:15px; } */
	#header-home { padding-top:0px; }
	#homesearch #searchheading { font-size:1.75rem; }
	#homesearch .pricecontainer .formelement { min-width: 1px; }
	#valuationlinkwrapper .valuationlink { font-size:1rem; }	
	.homepageprop .icons .beds { font-size:1.3rem; line-height:1.3rem; }
	.homepageprop .icons .bathrooms { font-size:1.3rem; line-height:1.3rem; }
	
	#search { float:none; margin:25px 0 0 0; }	
	
	.grid .searchprop { margin-bottom:30px; /* min-height:0; */ }
    	.searchControls .sortwrapper {float:none; display:block; width:100%; height:45px;}
    	.searchControls #sortBy {width:100%;}
    	.searchControls .viewbuttons {float:none; display:block; width:100%; height:30px;}
    	.searchControls .viewbuttons a { display:inline-block; float:right; width:31%; font-size:.8rem; font-weight:bold; line-height:30px; margin:0 2% 0 0; padding:0 5px 0 0; background-color:#0a0a6b; color:#FFFFFF; text-align:right; background-repeat:no-repeat; background-position:left; background-size:contain; }
	
	.propertydet .photowrapper { min-height:1px; }
	.propertydet .rightcoldet { margin:0; padding-left:0; }
	
	.floorplans { width:420px; height:315px; background-color:blue; }
	.floorplans #floorplanSlider { height:315px; height:100%; }
	.floorplans #floorplanSlider img { width:auto; max-width:400px; height:auto; max-height:305px; }
	.floorplans .lSSlideWrapper { min-height:315px; max-width:420px; }
	.floorplans .lSAction > a { background-image: url('../img/controls-blue.png'); margin-top: -15px; }
	
	#footer .footerlogo img { width:100%; }	
	
	.cms-content { padding:0 15px 0 15px; }
	.cms-image { width:100%; height:auto; margin-bottom:25px; }
	.cms-summary-image, .cms-summary-image-short { max-height:800px; }
	
	.area-guide-row-1, .area-guide-row-2, .area-guide-row-3, .area-guide-row-4, .area-guide-row-5, .area-guide-row-6, .area-guide-row-7, .area-guide-row-8 { min-height:0px; }
	.area-guide-summary { margin-top:0; }
	
	/* Blog */
	
	.bloglist .blogitem .date { text-align:left; font-size:1.2rem; margin-left:0; padding-left:0; }
	.bloglist .blogitem .blogimagewrapper { margin:20px 0 20px 0; padding:0; }	
	
	.blog .blogimagewrapper { margin:3% 0 3% 0; padding:0; float:none; clear:both; }
	
	.pre-footer h1 { margin:0; font-size:2.3rem; line-height:2.8rem; text-align:center; font-weight:300; letter-spacing:-2px;  }
	.pre-footer h4 { margin:5px 0 0 0; 1.3rem; line-height: 1.8rem; text-align:center; font-weight:normal; }
	
}