/* GENERAL */
html, body {
  max-width: 100%;
  /*overflow-x: hidden;*/
}

body {
  font-family: "Proxima-nova", sans-serif;
  color:#333333;
  font-size:1.2em;
}


body p {font-size: 1.2em;   font-family: "Proxima-nova", sans-serif;}

body ul {font-size: 1.2em;}


.navbar-nav {
    float: left;
    margin: 0;

    font-size: 1em;
}

.table>tbody>tr>td {
  padding: 5px;
}
table {
  padding: 2px;
  margin-bottom: 10px;
}
th, td {
  padding: 2px;

}

td {background: #fff;  font-size: 1.3em;}
th{
  padding:10px;
font-size: 1.3em;
}
.container {

}

ol {margin-left: -20px;}
.list-inline img {margin-top: 10px; margin-bottom: 20px;}


.borders_on td {border: 1px solid #ccc; padding: 10px;}
.borders_on th {border: 1px solid #ccc; background: #666; color: #fff; padding: 10px;}

b, strong {font-weight: normal; font-weight: 600;}
h1,h2,h3,h4,h4{

color:#382656;
  font-weight: normal;

}


h1 {
  font-size: 3.2em;
  color: #382656;
  margin-top:30px;
}


h2 {
  font-size: 2.4em ;
   color: #382656;
  font-weight: normal;
}
h3 {
  font-size: 1.8em;
}
h4 {
  font-size: 1.6em;
}

h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited,
h4 a:link,
h4 a:visited,
h5 a:link,
h5 a:visited {
  color:#382656;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: #000;
}
.container-fluid {
    padding-right: 60px;
    padding-left: 60px;
}
.mr-auto{margin-right: auto!important;}
.ml-auto{margin-left: auto!important;}
.d-block{display: block!important;}
.mt-30{margin-top:30px;}
.signUpButton{float: right; background: rgb(95 187 230);text-decoration: none;padding: 10px 15px !important;border-radius: 3px;font-size: 1.2em;color: #FFFFFF!important;font-weight: bold;}
.signUpButton:hover{background: #FFFFFF;color: rgb(95 187 230)!important;}
.d-flex{display: flex!important;}
.px-sm-0 {padding-right: 0 !important;padding-left: 0 !important;}
.flex-wrap {flex-wrap: wrap!important;}
.d-flex-center{display: flex;justify-content: center;}
.d-flex-align-center{display: flex;align-items: center;justify-content: center;}

.dropdown-hover:hover>.dropdown-menu {
display: inline-block;
margin-top: -8px!important;
}
.dropdown-hover>.dropdown-toggle:active {
pointer-events: none;
}

.dropdown-menu .newMenuLinks{font-size: 1.4em;background-color: #f5f5f5;}
.nav-link{}
.nav-link:focus, .nav-link:hover {
    border-bottom: 1px solid white;
    color: white!important;  
    animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

#auctionBanner {
 
}
.nav > li > a {
  padding: 10px;
}

.right {
  text-align: right;
}
.center {
  text-align: center;
}
a:link,a:visited {
  text-decoration: underline;
  color: #382656;

}

a:hover {color: #000;}

/* CALLS TO ACTION */
.cta-a,
.cta-b,
.cta-c,
.searchbar {
  text-align: center;
  padding:1em;
  padding-bottom: 30px;

}

h3 strong {font-weight: normal !important;}

#guideprice {
  margin: 0 0 80px;
}
#guideprice h2 {
  font-size: 18px;
  font-weight: 600;
}
#guideprice p {
  font-size: 14px;
  font-weight: 300;
}
.propertyPopout .propertyPrice a {
    color: #fff;
    text-decoration: none;
  }

.searchbar {
  background-color: #F8D726;
  color:#FFF;
  font-size: 1.4em;
  text-align: left;
}
.cta-a {
  background-color: #F8D726;
  color:#FFF;
  font-size: 1.4em;
}



.cta-b {
  background-color: #F8D726;
  color:#FFF;
  font-size: 1.4em;
  background: url("images/topfffarrow.png") top center no-repeat #F8D726;
  padding-top: 2em;
}

.cta-bx button {
  font-size: 0.9em;
  background-color: #1773bb;
  border: 0px;
  color: #F8D726;
  padding:0.2em 2em 0.2em 2em;
  border-radius:.5em;
  text-transform: uppercase;
}
.cta-b button{
  border-radius: 2em;
  border:0;
  background-color: #ee3d56;
  color:#FFF;
  padding:.5em 1em 0.5em 1em;
  font-size: 1.4em;
  font-weight: bold;
}

.cta-c {
  color:#FFF;
  font-size: 1.4em;
  background: url("/themes/sk/images/topfffarrow.png") top center no-repeat #1773bb;
  padding-top: 2em;
}

  .cta-c .container {
    height: 150px;
    overflow: hidden;
  }
.cta-c h2 {
  color:#fff;
  font-size: 2.5em;
}
@media (max-width: 1024px) {
  .cta-c h2 {
    font-size: 2em;
  }
}
@media only screen and (max-width : 768px) {
  .cta-c h2 {
    font-size: 1.6em;
  }
  #auctionBanner {
  background-image:url(/assets/Uploads/auction-banners/andrew-binstock-s.jpg);
}
}

.cta-c a:link,
.cta-c a:visited {
  color:#000000;
}

.cta-awards {
  color: #FFF;
  font-size: 4em;
  background: url(/themes/sk/images/topfffarrow.png) top center no-repeat #231F20;
  padding-top: 1.5em;
  text-align: center;
}
  .cta-awards p {
    padding: 0.6em;
    margin: 0;
    font-size: 1em;
  }
  @media only screen and (max-width: 1024px) {
    .cta-awards p {
      font-size: .8em;
    }
  }
  @media only screen and (max-width : 992px) {
    .cta-awards p {
      font-size: .6em;
    }
  }
.cta-marketappraisal-medium {
  color: #FFF;
  font-size: 2em;
  background: top center no-repeat #4CC8E9;;
  background-image: url(/themes/sk/images/topfffarrow.png);
  text-align: center;
}
.featuredOffice + .cta-marketappraisal-medium {
  background-image: url(/themes/sk/images/topf4f5f5arrow.png);
}
  .cta-marketappraisal-medium h1 {
    color: #FFF;
    font-size: 2em;
    padding: 0.5em 0;
  }
  @media screen and (max-width: 1024px) {
    .cta-marketappraisal-medium h1 {
      font-size: 1.8em;
    }
  }
  .cta-marketappraisal-medium p {
    font-size: 0.7em;
  }
  .cta-marketappraisal-medium a {
    display: inline-block;
    margin: 0.5em 0 1.5em;
    padding: 0.6em 2em;
    border-radius: 1.2em;
    background: #EE3D56;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    font-size: 0.7em;
  }

.cta-marketappraisal-large {
  background: #F4F5F5;
  padding-top: 40px;
  padding-bottom: 40px;
}
.cta-marketappraisal-large + .cta-awards {
  background-image: url(/themes/sk/images/topf4f5f5arrow.png);
}
  .cta-marketappraisal-large h1 {
    color: #696968;
    font-size: 4em;
    margin-top: 0;
  }
  @media only screen and (max-width: 992px) {
    .cta-marketappraisal-large h1 {
      font-size: 2em;
    }
  }
  .cta-marketappraisal-large p {
    color: #696968;
    font-size: 2em;
    padding: 25px 0;
  }
  @media only screen and (max-width: 992px) {
    .cta-marketappraisal-large p {
      font-size: 1em;
    }
  }
  .cta-marketappraisal-large a {
    background: #EF3D56;
    color: #FFF;
    border-radius: 15px;
    text-decoration: none;
    float: left;
    padding: 5px 30px;
    font-size: 1.5em;
  }

.cta-c button{
  border-radius: 2em;
  border:0;
  background-color: #ee3d56;
  color:#FFF;
  padding:.5em 1em 0.5em 1em;
  font-size: 1.4em;
  font-weight: bold;
}


.cta-d {
  margin:3em 0 3em 0;
}
.cta-d h2{
  margin: 0;
  padding:0;
  font-size: 2.1em;
  color:#485e6f ;
}
@media only screen and (max-width: 992px) {
  .cta-d h2 {
    text-align: center;
    margin-bottom: 20px;
  }
}
.cta-d button{
  width: 100%;
  border-radius: 2em;
  border:0;
  background-color: #ee3d56;
  color:#FFF;
  padding:.5em 1em 0.5em 1em;
  font-size: 1.2em;
  font-weight: bold;
}
/* SEARCH BOX */
.mainsearchbox {
  background-color: rgba(23, 115, 187,0.8);
  color:#000000;
  border-radius: 0.4em;
  padding-bottom: 1em;
  padding-top: 2em;
  margin-bottom: 6em;

  font-size: 1.3em;
}
.mainsearchbox label {
  font-weight: bold;
}
.mainsearchbox button {
  background-color: #000000;

  color: #FFF;
  text-align: center;

}
.mainsearchbox a {
  color:#000000;
  text-decoration: underline;
}
.fwwrapper {
  width: 100%;

}

.fwwrapper p {font-size: 16px;font-weight: 200;}


/* HEADER */
.absheader {
  background-color: #441c55;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999999999;
}
.absheader a {
  text-decoration: none;
}

.absheader .socialicons {
  margin: 0;
  margin-top: 30px;
}
.headerContent {
  display: inline;
}

.hero-banner {
  color: #FFF;
  /*height: 600px;*/
  height: 100vh;
  background-position: center center;
  padding-top: 99px;
}
.hero-banner h1 {
  font-size: 66px;
    color: #FFF;
    line-height: 66px;
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 600;
}
.hero-banner p {
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 0;
  font-weight: 300;
  
}
.hero-search-container {
  width: 100%;
  margin: 40px auto 0;
  border-radius: 0px;
  /*padding: 15px 40px;*/
  text-align: left;
  color: #fff;
}
.hero-search-container input[type="radio"] {
  margin: 0 10px;
}
/*.hero-search-container input[type="text"] {
  border: 1px solid #676566;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px 20px;
  width: 84%;
  color: #333;
}*/
.hero-search-container input[type="text"] {
    border: 1px solid #676566;
    padding: 10px 20px;
    width: 100%;
    color: #333;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.hero-search-container input[type="text"]::placeholder {
  font-size: 1.5rem;
}
/*.hero-search-container input[type="submit"] {
  color: #FFF;
  background: #231f20;
  border: 1px solid #231f20;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
    padding: 3px 20px 7px;
  font-size: 1.5em;
display: inline !important;

  padding-left: 20px;
  padding-right: 20px;
}

.hero-search-container input[type="submit"]:hover {
  color: #FFF;
  background: #000;
  border: 1px solid #000;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  padding: 3px 20px 7px;
  font-size: 1.5em;
}*/
.hero-search-container input[type="submit"] {
    background: url(/themes/sk/images/icons/search-hp.png) no-repeat right;
    position: absolute;
    right: 8px;
    background-size: contain;
    height: 39px;
    top: 40px;
    background-color: #fff;
    width: 39px;
    border: 0;
}
.hero-search-container input[type="submit"]:hover {
  opacity:.75;
}



.hero-search-container p {
  margin-left: 10px;
  font-size: 14px;
  margin-top: 10px;
  font-family: "Proxima-nova", sans-serif;;
}
.hero-search-container a {
  color: #fff;
   text-decoration: none;
}

.hero-search-container a:hover {
  color: #fff;
  text-decoration: underline;
}

.hero-search-container label {font-size: 14px; font-weight: normal; font-weight: bold;}

.strapbar {
  
  color: #FFF;
  background-color: #382656;
}
.strapbar p {
  font-size: 2.2em;
  margin: .5em 0;
   
      margin-bottom: 10px !important;
}

.cta-holder {
  /*background: #5fbbe6;*/

  padding: 25px 0;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cta-block {
  transition: all .2s ease-in-out;
  margin-bottom: 30px;
}

.cta-block:hover {

 
}

.cta-block a {
  text-decoration: none;
}


.cta-header {
  padding: 70px 0;
  background: #FFF;
  text-align: center;

}
.cta-header:hover {}


.cta-header-reverse {
  padding: 0px 0;
  background: #d9d4c7;
  text-align: center;

}

.cta-header-reverse img:hover {opacity: 0.9;}

.CurrentMember i {
    font-size: 1.7em;
    margin-left: 10px;
}



.cta-footer {
  /*background: #382656;*/
  color: #382656;
  text-align: left;
  font-size: 1.7rem;
  padding: 12px 5px;
  text-transform: uppercase;
  line-height: 50px;
}

#auctionlinks .cta-footer{
  min-height: 130px;

}

.cta-footer a {color: #382656;}

.cta-footer.line-height-normal {
  font-weight: 600;
}

/*.cta-footer:hover {color: #fff; background: #333 !important;}*/


.cta-footer-previous {
  background: #382656;
  color: #fff;
  text-transform: uppercase;
  text-align: center;

  font-size: 1.2em;

  padding: 12px 5px;
  min-height: 95px;
  line-height: 50px;
}


.cta-footer-previous a {color: #fff !important;}
.cta-footer-previous a:hover {color: #fff !important;}



.cta-footer-previous:hover {color: #fff; background: #333 !important; }




.cta-footer-current {
  background: #382656;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  
  font-size: 1.2em;

  padding: 12px 0;
  min-height: 95px;
  line-height: 50px;
}




.cta-footer-current:hover {color: #fff; background: #333 !important; }


.line-height-normal {
  line-height: normal;
  padding-top: 20px;
}

.yellowstrap {
  background: #ededed;
  color: #fff;
  margin-top: 30px;
  
}
div.yellowstrap:last-of-type {
  margin-top: 20px;
}
.yellowstrap p {
  text-align: center;
  font-size: 1.8em;
  padding-bottom: 40px;
  padding-top: 40px;
  color: #382656;

}

.yellowstrap a {text-decoration: none; font-weight: bold;}
.yellowstrap a:hover {text-decoration: underline;}



.blackstrap {
  background: #333;
  color: #fff;
  margin-bottom: 30px;
}
.blackstrap p {
  text-align: center;

     padding-bottom: margin: 10px 0px;
     padding-top: 20px;
     padding-bottom: 20px;
  font-size: 1.8em;
 
}


.blackstrap p a { color: #5fbbe6; text-decoration: none; font-weight: bold;}
.blackstrap p a:hover { color: #5fbbe6; text-decoration: underline;}




.content-holder {
  margin: 0px auto 0px;
}

.content-holder h1 {
  color: #382656;
  font-size: 600;
}
.content-holder .content p:first-of-type {
  font-size: 1.5em;
  margin-top: 25px;
   
}


.content-holder .content p {
  font-size: 1.2em;
  color: #333;

}
.home-contact-details h2 {
  font-size: 1.6em;

  color: #382656;
}
.home-contact-details .row .row {
  margin-bottom: 5px;
}
.home-contact-details .row .row .col-md-7 {
  padding-right: 0;
}
.home-contact-details .row .row .col-md-5 {
  padding-left: 0;
}
.home-contact-details .row .row div div {
  background: #E6E7E7;
  padding: 10px;
}
.home-contact-details .name {
  padding-right: 0;
}
.home-contact-details .number {
  padding-left: 0;
  text-align: right;
}

.list-group-item{border:0;}

.auctionCTA{margin-top: -210px;margin-bottom: 40px;}
.auctionCTA .container{background-image: url('../images/bg-auction.png');height: 370px;}
.auctionCTA h2{color:white;font-size:50px;line-height:61px;font-weight: 600; margin-top: 30px;}
.auctionCTA p{color:white;font-size:20px;line-height:24px;font-weight: 300;padding-left: 10px;padding-right: 10px;}
.auctionCTA .buttons{margin: 40px 0 40px 0;}
.auctionCTA .btn-freeMA {padding: 14px 60px;background: #FFFFFF;color: #441C55 !important;border-radius: 3px;text-decoration: none!important;font-weight: 700;font-size: 18px;}
.auctionCTA .btn-freeMA:hover {background: #333;color: white !important;border:0;}
.auctionCTA .btn-registertoBid {padding: 14px 60px;background: #44B0E1;color: white !important;border-radius: 3px;text-decoration: none!important;font-weight: 700;font-size: 18px;}
.auctionCTA .btn-registertoBid:hover {color: #44B0E1 !important;background-color: #FFFFFF;border:0;}


.auction-strap {
  /*background: #382656;*/
  color: #382656;
  text-align: center;
  padding: 30px 0;
  
}
.auction-strap h1 {
  margin-top: 0;
  color: #382656;
  font-size: 4em;
}
.auction-strap p {
  font-size: 1.5em;
  margin: 20px 0 0;
}
.auction-strap p br {
  content: "A" !important;
  display: inline !important;
  margin-right: 4px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
 }
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  color: #495057!important;
 }
.tab-content>.active.show {
  display: block!important;
  opacity: 1;
}
.headerPropertiesContainer .notice, .covid19-box {
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}
.headerPropertiesContainer .notice p, .covid19-box p {
    background-color: #4F0D56;
    padding: 20px;
    margin: 0;
    font-size: 16px;
    color: #ffffff;
}
.headerPropertiesContainer .notice p a, .covid19-box p a {
    color: #ffffff;
}

.auction-strap p:first-of-type {
  margin-top: 0;
}
.auction-strap a {
  color: #fff;
  background: rgb(79, 13, 86);
  text-decoration: none;
  padding: 10px 20px !important;
  border-radius: 5px;
  font-size: .8em;
  text-transform: uppercase;

    
}

.fourLinks{margin: 0 0 30px;padding: 1em 1em 1em 1em;}
.fourLinks .box{box-shadow: 0 3px 15px 0px hsl(0deg 0% 0% / 16%);padding: 15px;height: 400px;}
.fourLinks h5{font-size: 20px;margin: 40px 0 3px 0;color: #441C55;line-height: 24px;}
.fourLinks p{font-size: 20px;color: #441C55;line-height: 24px;}
.fourLinks .m-15{margin: 15px 0 15px;}
.fourLinks .mt-50{margin-top: 50px;}
.fourLinks img:hover {opacity: 0.7;}
.fourLinks a:hover {text-decoration: underline;}

.freeValuation{margin: 0 0 40px;padding: 1em 1em 1em 1em;}
.freeValuationContent{background-color: #44B0E1;padding: 40px 70px 40px 70px;position: relative;}
.freeValuationContent h4{color: white;font-size: 36px;font-weight: 600;line-height: 44px;margin-bottom: 35px;}
.btn-freeValuation {padding: 12px 30px;background: #441C55;border: 1px solid #441C55;color: white !important;border-radius: 3px;text-decoration: none!important;font-weight: 600;font-size: 18px;}
.btn-freeValuation:hover {color: white !important;text-decoration: underline!important;}

.mailing-list-strap-holder {background: #f2f2f2; margin-bottom: 50px; padding-bottom: 60px;}

.mailing-list-strap { background: #f2f2f2;color: #333;padding: 60px 0;}
.mailing-list-strap h3 {text-align: center;color: #441C55;font-size: 50px;font-weight: 600;margin: 0 0 5px;}
.mailing-list-strap p {text-align: center;margin: 0px !important;font-size: 20px;}
.mailing-list-strap-holder .gdpr{color: #707070;font-size: 14px;line-height: 17px;}
.btn-mailing-list {
    padding: 6px 25px;
    background: #441C55;
    border: 1px solid #441C55;
    color: white;
    border-radius: 0;
    font-weight: 600;
    font-size: 18px;
}
.btn-mailing-list:hover {
    color: white;
    background: #333;
}
#subscribeForm input[type="submit"] {
    position: absolute;
    right: 8px;
    height: 55px;
    top: 0px;
    border: 0;
}
.mailingListInputs, .arrangeViewingInputs {height: 55px;font-size: 16px;border-radius: 0;}

.arrange-viewing-strap-holder {background: #f2f2f2; margin-bottom: 50px; padding-bottom: 60px;}
.arrange-viewing-strap { background: #f2f2f2;color: #333;padding: 60px 0 30px 0;}
.arrange-viewing-strap h3 {text-align: center;color: #441C55;font-size: 50px;font-weight: 600;margin: 0 0 5px;}
.arrange-viewing-strap p {text-align: center;margin: 0px !important;font-size: 20px;}
.arrange-viewing-strap-holder .gdpr{color: #707070;font-size: 14px;line-height: 17px;}
.arrange-viewing-strap-holder .mt-15{margin-top: 15px;}
.btn-arrange-viewing {
    padding: 6px 25px;
    background: #441C55;
    border: 1px solid #441C55;
    color: white;
    border-radius: 0;
    font-weight: 600;
    width: 100%;
    font-size: 16px;
}
.btn-arrange-viewing:hover {
    color: #441C55;
    background: white;
}

.auction-strap a:hover {color: #fff; background: #5fbbe6;}

.whyCPA{margin: 40px 0 80px;padding: 1em 1em 1em 1em;}
.whyCPAContent{background-color: #441C55; color: white;padding: 70px}
.whyCPAContent h3{color: white;font-size: 50px;font-weight: 600;margin: 0 0 20px;}
.whyCPAContent p{font-size: 20px;font-weight: 100;line-height: 24px;margin-bottom: 20px;}


.addressStrapline{background-color: #44B0E1;color: white;padding: 15px 0;margin-bottom: 20px;}
/*.addressStrapline h1{color: white;font-size: 36px;font-weight: 600;line-height: 46px;}*/
.addressStrapline h1{color: white;font-size: 28px;font-weight: 600;line-height: 46px;}
.addressStrapline .lot{color: white;font-size: 44px;font-weight: 600;line-height: 48px;text-align: left;}
.addressStrapline .lot span{color: white;font-size: 25px;font-weight: 300;line-height: 30px;}
.addressStrapline .price{color: white;font-size: 36px;font-weight: 600;line-height: 32px;text-align: right;margin-top: 20px;}
.addressStrapline .price span{color: white;font-size: 24px;font-weight: 300;}
.addressStrapline #sold{font-size: 26px;line-height: 32px;margin-top: 35px;}
.addressStrapline #address::before, .addressStrapline #price::before, .addressStrapline #prevnext::before {content: "";position: absolute;top: 20%;left: -20px;border-right: 1px solid #FFFFFF;height: 70%;}


.introwithCarousel{margin: 0 0 25px;}
.introwithCarousel .aboutthisProperty{background-color: #F2f2f2;padding: 15px 40px 40px 40px;margin-top: 10px;}
.introwithCarousel .aboutthisProperty h2{font-family: "Proxima-nova", sans-serif; font-size: 36px;font-weight: 700;margin-bottom: 15px;}
.introwithCarousel .aboutthisProperty p{font-size: 18px;line-height: 22px;}
.introwithCarousel .backtoLots{text-align: right; margin-top: 15px;}
.introwithCarousel .links {margin: 30px 0 0;}
.introwithCarousel .links > .row { margin-bottom: 20px; }
.introwithCarousel .links .enquireNow{background-color: #441c55;font-size: 28px;padding: 10px 20px 10px 20px;}
.introwithCarousel .links .enquireNow a{color: white; text-decoration: none;}
.introwithCarousel .links .enquireNow a:hover{text-decoration: underline;}
.introwithCarousel .links .enquireNow span{font-weight: 600;}
.introwithCarousel .links .enquireNow i{float: right;margin-top: 7px;}
.introwithCarousel .links .nonEnquire{font-size: 28px;padding: 10px 20px 10px 20px;}
.introwithCarousel .links .nonEnquire span{color: #441c55;font-weight: 600;}
.introwithCarousel .links .nonEnquire a{color: #441c55; text-decoration: none;}
.introwithCarousel .links .nonEnquire a:hover{text-decoration: underline;}
.introwithCarousel .links .nonEnquire i{float: right;margin-top: 7px;}

.mapDesc{margin: 50px 0 50px;}
.mapDesc h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 5px;
}
.mapDesc p {
  font-size: 16px;
  font-weight: 300;
}



/* FOOTER */
.container + .footer {
  /*margin-top: 50px;*/
}
.footer {
  background-color: rgb(242 242 242);
  color: #333;
  padding: 1em 1em 1em 1em;
  font-size: 20px;
  padding-top: 10px !important;
}

.footer p {font-size: 1em; margin-bottom: 30px !important;}


.footer .mysk {
  margin-right: 10px;
  margin-top: 40px;
  vertical-align: bottom;
}
.footer i {
  font-size: 2.5em;
  margin: 0 10px;

}
.footer .row {
  margin-top: 25px;
}
.footer h2 {
  color: #FFF;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.9em;

}
.footer h3 {
  font-size: 1em;
  color: #fff;
  font-weight: bold;
  font-family: "Proxima-nova", sans-serif;;
  margin: 0;
  margin-top: 20px;
}
.footer a,
.footer a:visited {
  color: #333;

}



.footer a:hover {text-decoration: underline;}

.footer a i {color: rgba(255,255,255,0.8);}

.footer a:hover i {color: rgba(255,255,255,1);}


.footer h2 + p + p a {
  color: #fff !important;
}

.footer h2 + p + p a:hover {
  color: #fff !important;
  text-decoration: underline;
}




  .footer a {
    text-decoration: none;
  }

  .footer .tel{font-size: 26px;color: #441C55;font-weight: 600;}
  .footer .email{font-size: 26px;color: #44B0E1;font-weight: 600;}

.footer .branchList a {
  font-weight: bold;
}
.absfooter {
    background-color: #333333;
    font-size: 1.1em;
    color: white;
    padding: 20px 0 20px;
}



.absfooter .border-top-grey {
  padding-top: 10px;
  padding-bottom: 30px;
}
.footer .sklogo {
  padding: 2em 4em 2em 0;
}
.border-top-grey {
  border-top: 1px solid #999;
}
.absfooter hr {
  margin: 1.5em 0 1.5em 0;
  height: 1px;
  background: #485E6F;
  width: 100%;
}
/* MAIN BANNER */
.HomePagewidehero {
  background-image: url('images/liverpool-skyline-hd.jpg');
  background-size: cover;
  background-color: #FFF;
  background-position: center;
  color: #FFF;
  padding-top: 2em;
}
.HomePagewidehero h1{
  font-size: 4em;
}
.HomePagewidehero p{
  font-size: 1.4em;
}

/* SECTION ICONS */
.sectionicons h2 {
  text-align: center;
  background-color: rgba(47, 66, 71,0.8);
  color: #1773BB;
  font-size: 1em;
  padding: 1em;
  margin-bottom: 1em;
}


.sectionicons a {
  text-decoration: none;
}
img.tileicon {
  background-color: rgba(255, 255, 255, 0.8);
}
img.tileicon:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

/* SOCIAL */
.sectionicons {
  padding-bottom: 1em;
}
.absheader .socialicons a:link,
.absheader .socialicons a:visited,
.footer .socialicons a:link,
.footer .socialicons a:visited {
  color: rgba(255,255,255,0.8);
}
.absheader .socialicons a:hover,
.footer .socialicons a:hover{
  color: #fff;
}
.socialicons a:link,
.socialicons a:visited {
  color: #fff;
}
.socialicons a:hover {
  color: #EF3D56;
}

.breadcrumbcontainer {
  background-color: #ccc;
  margin: 0px;
}

.breadcrumb {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #FFF;
  background: none !important;
  border-bottom: 0px solid #ccc;
  border-radius: 0;
  padding-left: 0px;
  font-size: 14px;
  margin-left: 0px;
}

.breadcrumb a:link, .breadcrumb a:visited {
  color: #382656;
  text-decoration: none;
  font-weight: normal;
}
.breadcrumb a:hover {
  color: #382656;
  text-decoration: underline;
}
.breadcrumb li {
   color: #000;
     font-weight: bold;
}



.breadcrumb>.active {
  color: #441c55;

}
.sectionicons .tile{
  background-image: url('images/liverpool-skyline.jpg');
  background-position: center;
  border-bottom: 1px solid #FFF;
  font-size: 1.4em;
  text-align: center;
  padding-bottom: 1em;
}
#sales {
  background-image: url('themes/sk-v1/images/shared/city_centre_office.jpg');
  background-size: 300%;
  background-position: top right;
}
#lettings {
  background-image: url('themes/sk-v1/images/teasers/sales_newsletter.jpg');
  background-size: 200%;
  background-position: top right;
}
#auctions {
  background-image: url('themes/sk-v1/images/shared/city_centre_office.jpg');
  background-size: 200%;
  background-position: top left;
}
#commercial {
  background-image: url('assets/Uploads/widgets/commercial_property_service.png');
  background-size: 180%;
  background-position: bottom left;
}
#management {
  background-image: url('images/liverpool-skyline-hd.jpg');
  background-size:200%;
  background-position: top right;
}
#professional {
  background-image: url('themes/sk-v1/images/teasers/mortgage.jpg');
  background-size: 200%;
  background-position: center;
}
/* PHONE/CONTACT DETAILS */
.row.phone {
  font-size: 1em;
  margin: 0 0 0.5em 0;
}
.row.phone div {
 padding: 0.6em;
 background-color: #E6E7E7;
 color: #485E6F;
}
.row.phone:hover  div {
  background-color: #1773BB;
  color: #000;
}
.row.phone .num {
  text-align: right;
}

.nopad {
  padding: 0;
}
.padtwo {
  padding: 2em;
}


 .navbar {
    margin-top: 30px;
    /*margin-top: 92px;
     margin-top: 1em;
    margin-bottom: -30px; */
    border: 0;
    border-radius: 0;
    font-size: 1.1em;
    min-height: 20px;
    background-color: #441c55;
    /* height: 60px; */
    /* font-family: barmenoregular; */
}
.navbar a {
  text-decoration: none;
}
.navbar .socialicons i.fa {
  color:#485E6F;
}

.navbar-nav > li > a {
      padding-top: 0.6em !important;
    /* padding-bottom: 0.6em !important; */
    /* height: 60px; */
    color: #FFF;
    transition: all .3s ease-in-out;
}

.navbar .dropdown-menu {background: #666;}

.navbar .dropdown-menu li {
  height: auto;
}
.navbar .dropdown-menu li a {color: #fff !important; background: #666;}


.navbar .dropdown-menu li a:hover {background-color: #999 !important; color: #fff !important;}
.navbar li {
  font-size: 1.2em;
  margin-right: 30px;
  color: white!important;
  padding-bottom: 10px;
}
.navbar li li {
  font-size: 1em;
}
.nav > li > a {
  color: #fff;
  font-weight: 300;


}
.nav > li > a:focus {
  background-color: rgba(255,255,255,0.2) !important;
}
.nav > li > a:hover {
  background-color: rgba(255,255,255,0.2) !important;
  color: #fff !important;
}
.navbar .active {
    background-color: #48BCEC !important;
    color: #fff !important;
}
.navbar .open > a {
  background-color: rgba(255,255,255,0.2) !important;
  color: #fff !important;
}

.navbar .dropdown-menu .open > a {background-color: #999 !important; color: #fff !important;}

blockquote.featured {
  border:0;
  color:#000000;
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
  margin:2em 0.2em 2em 0.2em;
  padding: 0em 11em 0em 0em;

  background: url("assets/Uploads/Silver_Award.jpg");
  background-position: right top;
  background-repeat: no-repeat;
}
blockquote.featured p {
  background-color: #1773bb;
  margin: 0;
  padding: 2em;

}
iframe,
img {
  max-width: 100%;
}


.latestnews hr {
  margin: 1em;
}
.featurearrow {
  font-size: 4em;
  color: #1773bb;
}
.socialicons i.fa {
  margin: 0.3em;
  font-size: 1.5em;
  margin-top: 0.5em;
  margin-bottom: 2



  0px;
}


.navbar-brand {
  padding:.0px;
}
.navbar-brand img {
  margin-top: 10px;
}


.navbar-brand span {color: #fff; text-align: center; font-size: 16px; display: block; padding-top: 5px;}




.affiliated {
  -webkit-filter: grayscale(100%); filter: grayscale(100%);
}
.affiliated:hover {
  -webkit-filter: grayscale(0%); filter: grayscale(0%);
}

.marrow {
  margin:2em 0 4em 0;
}
.maincontent {
  margin-bottom:4em;
}
.maincontent p{
  font-size: 1.1em;
}
.featurednews p{
  font-size: 1.1em;
}


.container {
	position: relative;
}
.debugON .classPage:before {
	content:"Page";
}
.debugON .classHomePage:before {
	content:"HomePage";
}
.debugON .incctaA:before {
	content:"inc ctaA";
}
.debugON .incctaB:before {
	content:"inc ctaB";
}
.debugON .incctaC:before {
	content:"inc ctaC";
}
.debugON .incctaD:before {
	content:"inc ctaD";
}
.debugON .incctaE:before {
  content:"inc ctaE";
}
.debugON .incsearchbar:before {
	content:"inc searchbar";
}
.debugON .classPage:before,
.debugON .classHomePage:before,
.debugON .incctaA:before,
.debugON .incctaB:before,
.debugON .incctaC:before,
.debugON .incctaD:before,
.debugON .incctaE:before,
.debugON .incsearchbar:before {
	position: absolute;
	background-color: #fff;
   /* border-left:1em solid #f00;
    border-top:0.25em solid #f00;
    border-bottom:0.25em solid #f00;
    border-right:0.1em solid #f00;*/
    color:#ddd;
    font-family: "Proxima-nova", sans-serif;
    left:-6em;
    padding:0.1em;
    border-radius: 0.5em;
}

.homeContent {
  border: 1px solid #BDBEC1;
}
  .homeContent h1 + p {
    color: #231F20;
    font-size: 2em;
  }
  .homeContent p {
    font-size: 1.2em;
  }
  .homeContent a {
    background: #EF3D56;
    color: #FFF;
    border-radius: 15px;
    text-decoration: none;
    float: left;
    padding: 5px 30px;
    font-size: 1.5em;
    margin: 20px 0;
  }
.homepageFeatureBoxes {

}
@media (max-width: 992px) {
  .homepageFeatureBoxes {
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
  }
  .homepageFeatureBoxes .col-sm-6 {
    padding: 0;
    width: 49%;
  }
  .homepageFeatureBoxes .col-sm-6:nth-child(odd) {
    margin-right: 1%;
  }
  .homepageFeatureBoxes .col-sm-6:nth-child(even) {
    margin-left: 1%;
  }
}
@media only screen and (max-width : 480px) {
  .homepageFeatureBoxes .col-sm-6 {
    width: 100%;
  }
  .homepageFeatureBoxes .col-sm-6:nth-child(odd) {
    margin-right: 0;
  }
  .homepageFeatureBoxes .col-sm-6:nth-child(even) {
    margin-left: 0;
  }
}
.homepageFeatureBoxes div {

}
.homepageFeatureBoxes div div{
	border: 1px solid #BDBEC1;
	margin-bottom: 1em;
	padding:1em;
}
.homepageFeatureBoxes .standard {
  background: #F4F5F5;
}
  .homepageFeatureBoxes .standard h2 {
    color: #231F20;
  }
.homepageFeatureBoxes .Blue,
.homepageFeatureBoxes .Blue h2 {
	background-color: #F8D726;
	color:#fff;
}
.homepageFeatureBoxes .SelectService {
	background-color: #002E64;
	color:#fff;
}
.homepageFeatureBoxes h2 {
	color:#F8D726;
	font-size: 2em;
	margin: 0.5em 0 0.5em 0;
}
.homepageFeatureBoxes .SelectService h2 {
	font-family: "Crimson Text";
	font-style: italic;
	color:#fff;
}
.homepageFeatureBoxes a:link.FeatureBoxLink,
.homepageFeatureBoxes a:visited.FeatureBoxLink {
	position: absolute;
	right:1em;
	bottom: 0.5em;
	font-size: 2em;
	color:#EE3D56;
}

.officeBlocks > div > div {
  border: 1px solid #BDBEC1;
  min-height: 20em;
  background: #FFF;
  padding: 15px;
  margin-bottom: 15px;
}
  .branchSnippet strong {
    font-size: 1.5em;
  }
  .branchSnippet a {
    font-size: 1.2em;
  }
  .officeBlocks .telfax {
    font-size: 2em;
  }
  .officeBlocks .KeyStaffDetails {
    padding-left: 15px !important;
  }
  .KeyStaffDetails h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3em;
    margin-top: 20px;
    margin-bottom: 0;
  }

.darkBlueText {
  color: #231F20;
}

/*.absheader .row {
    background: url(../images/property_auctions.png) no-repeat right 15px top 20px;
}*/
.margined {
	margin: 1em 0;
}

.CurrentMember {
	background-color: rgb(72, 188, 236);
    color: rgb(255, 255, 255);
    padding: 1em 0;
}
.CurrentMember p {
  float: right;
  line-height: 18px;
  font-size: 1em;
}

.CurrentMember a.bold {
  font-size: 1.2em;
  font-weight: bold;
}

.CurrentMember p + p {
  margin-right: 3px;
}
.CurrentMember a:link,
.CurrentMember a:visited {
	color: #fff;
  text-decoration: none;
}

.CurrentMember a:hover {text-decoration: underline;}


@media (min-width: 768px ) {
  .CSSTwoColumns {
    column-count:2;
    -moz-column-count:2;
    -webkit-column-count:2;
    column-gap: 30px;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
  }

  .CSSTwoColumns p {
  -webkit-column-break-inside: avoid;
            page-break-inside: avoid;
                 break-inside: avoid;
  }
}

.navbar-toggle {
  background-color:#333;
  padding: 10px;



 position: absolute;
  right: 0px;
  top:-35px;


}

.navbar-toggle:hover {background: #000;}


.navbar-toggle .icon-bar {
    background-color:#fff;



    height: 2px;



}

.navbar-toggler {
  background-color: #FFF;
  position: absolute;
  right: 0px;
  width: 35px;
  top: -45px;
  z-index: 999;
}
.navbar-toggler:hover {background: #333; color: #FFF;}
.navbar-toggler .icon-bar {background-color:#fff;height: 2px;}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}


/* PAGE */

/* / PAGE */

/* BRANCH PAGE */
.fullwidthmapwrapper {
  position: relative;
  height: 400px;
}
.fullwidthmapwrapper .container {
  padding-top: 60px;
}
@media only screen and (max-width : 768px) {
  .fullwidthmapwrapper {
    height: auto;
  }
  .fullwidthmapwrapper .container {
    padding-top: 10px;
  }
}

#googlemaps {
  height: 100%;
  width: 100%;
  position:absolute;
  top: 0;
  left: 0;
  z-index: 0; /* Set z-index to 0 as it will be on a layer below the contact form */
}
.marker {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2989d8+0,4dc7e9+10,4dc7e9+100 */
background: #2989d8; /* Old browsers */
background: -moz-linear-gradient(45deg,  #2989d8 0%, #F8D726 10%, #F8D726 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#2989d8), color-stop(10%,#F8D726), color-stop(100%,#F8D726)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #2989d8 0%,#F8D726 10%,#F8D726 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #2989d8 0%,#F8D726 10%,#F8D726 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #2989d8 0%,#F8D726 10%,#F8D726 100%); /* IE10+ */
background: linear-gradient(45deg,  #2989d8 0%,#F8D726 10%,#F8D726 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#F8D726',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.lsbutton {
  background: #EF3D56;
  color: #FFF;
  border-radius: 20px;
  text-decoration: none;
  padding: 10px 40px;
  font-size: 1.6em;
  text-transform: uppercase;
  margin: 20px 0;
  display: table;
}
  a.lsbutton {
    color: #FFF;
    text-decoration: none;
  }

/* KeyStaffInfo */
.KeyStaffInfo {
  background: #F8D726;
  color: #FFF;
  position: relative;
  padding: 70px 1em 0.5em 1em;
  margin-top: 90px;
  border: 1px solid #bdbec1;
}
.KeyStaffInfo h3, .KeyStaffInfo h4 {
  color: #FFF;
  font-weight: bold;
}
.KeyStaffInfo h3 {
  font-size: 2.3em;
  text-transform: uppercase;
}
.KeyStaffInfo h4 {
  font-size: 1.8em;
}
.KeyStaffInfo p {
  font-size: 1.2em;
}
.KeyStaffInfo a.lsbutton {
  margin: 20px auto;
}
.KeyStaffInfo .KeyStaffImageHolder{
  position:absolute;
  top:-75px;
  display: block;
  width:100%;
  background-color:#red;
  text-align:center;
}
.KeyStaffInfo .KeyStaffImageHolder .KeyStaffImage {
  position:relative;
  border: 0.5em solid #F8D726;
  margin-left:auto;
  margin-right:auto;
}
.KeyStaffImage {
  border: 0.5em solid #F8D726;
}
.KeyStaffImageSmallBorder {
  border: 0.3em solid #F8D726;
}
/* /  BRANCH PAGE */

.newsRow {
  margin-top: 1em;
  margin-bottom: 40px;
}

.newsRow h1 {font-size: 36px; font-weight: normal; color: #485e70;}

.newsRow h1.smaller {
  font-size:1.4em;
  margin-top: 0.4em;
}
.newsRow h1.nm {
    margin-top: 0;
}
.newsRow a:link ,
.newsRow a:visited  {
  text-decoration: none;
  text-transform: capitalize;
}
.newsRow h1.smaller, .newsRow h1.smaller a {
  color: #4CC8E9;
  text-decoration: none;
}

.BranchPage .newsRow a {
  text-decoration: underline;
}

.styledbutton{
  border-radius: 2em;
  border:0;
  background-color: #ee3d56;
  color:#FFF;
  padding:.5em 1em 0.5em 1em;
  font-size: 1.4em;
  font-weight: bold;
}

.searchFormHolder {
  background: #48BCEC;
  color:#fff;
}


.searchFormHolder h1 {color: #fff;}




.headerPropertiesContainer {
  background: #eee;
  padding-top: 20px;
  padding-bottom: 100px;
}

.Properties .cta-c {
  background-image: url(../images/topf4f5f5arrow.png);
}

.Properties .sortorder {
  float: right;
  margin-top: -30px;
  font-size: 1.2em;
}
@media (max-width: 768px) {
  .Properties .sortorder {
    margin-top: 0;
    float: left;
  }
}
  .Properties .sortorder a {
    text-decoration: none;
    color: #485E6F;
  }
  .Properties .sortorder .active {

    font-weight: bold;
     color: #485E6F;
  }

  .Properties .sortorder a:hover { text-decoration: underline; }


  .Properties .propertyBox.selectProperty {
    background: #ddf3fb;
  }
  .selectProperty .pinSelect {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .Properties .propertyBox .info p {
    /*width: 70%;*/
    height: 45px;
    margin-bottom: 0;
    font-size: 1.2em;
  }
  .Properties .propertyBox .link {
    /*background: #EF3D56;*/
    /*border: 1px solid #BDBEC1;*/
    /*bottom: 5px;*/
    /*right: 5px;*/
    text-align: center;
    font-size: 1em;
    /*padding: 5px 10px;*/
  }
    .Properties .propertyBox .link a {
      color: #FFF;
      text-decoration: none;

    }
      .Properties .savedProperties .link a, .Properties .galleryProperties .link a {
        color : #EF3D56;
        /*
        display: block;
        float: right;
        */
      }
        .Properties .savedProperties .link a:first-child {
          margin-left: 10px;
        }
      .Properties .propertyBox .link i {
       
        /*margin-bottom: 10px;*/
        color: #fff;
      }
.propertiesHolder {
  overflow: hidden;
  margin-left: -15px;
   margin-right: -15px;
}

.paginationHolder {
  clear: both;
  font-size: 1.2em;
}
  .paginationHolder p {
    float: left;
    padding-top: 8px;
  }
  .paginationHolder ul {
    float: right;
  }
  .paginationHolder a {
    color: #696968;
    text-decoration: none;
  }
  .paginationHolder .active {
      color: #475E6F;
    font-weight: bold;
  }
  .searchHeader {
    overflow: auto;
    padding: 20px 0 0;
    color: #FFF;
    font-size: 1.2em;
    clear: both;
  
      margin-top: 8px;
      margin-left: -5px;
  }
    .searchHeader ul {
      padding: 0;
      font-size: 1.1em;




    }
      .searchHeader li {
        margin-right: 5px;
        font-size: 1.1em;
        margin-top: 3px;
        float: left;
        list-style: none;
    }
    .searchHeader a {
      color: #fff;
      text-transform: uppercase;
      display: inline-block;
      background: #999;
      text-decoration: none;
      padding: 10px 30px;
      margin: 0 1px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    }
      .searchHeader .current {
        background: #441c55;
        color: #fff;
      }

      .searchHeader a:hover { background: #666; }

      .searchHeader .current:hover {background: #666;}

.pagination {
  display: block;
}
  .pagination a {
    color: #666;
    text-decoration: none;
  }

   .pagination li:hover {text-decoration: underline; background: rgba(0,0,0,0.1); border: 1px solid #ccc;}


  .pagination ul {
    padding: 0;
    margin: 0;
  }
  .pagination li {
    float: left;
    padding: 8px 12px;
    list-style: none;
    border: 1px solid #eee;
  }
  .pagination .active {
    background: #FFF;
    font-weight: bold;
    border: 1px solid #ccc;
  }
  .pagination .control {
    padding: 8px 0;
  }
    .pagination .control a {
      color: #666;
      font-weight: bold;
      padding: 0px 10px;
    }

     .pagination .control:hover {
      color: #666;
      font-weight: bold;
      background: #eee;
      text-decoration: underline;
    }

.pressCentre .socialicons a {
  color: #4CC8E9;
  transition: 1s;
}
  .pressCentre .socialicons a:hover {
    color: #1773BB;
  }

.lightBGC {
  background-color: #4CC8E9;
}
.darkBGC {
  background-color: #231F20;
}

.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

.pressCentre ul {
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
}
  .pressCentre a {
    text-decoration: none;
    color: #4CC8E9;
    font-size: 14px;
  }
    .pressCentre .current a {
      color: #58585A;
    }
  .pressCentre li {
    padding: 10px 0;
    border-bottom: 1px solid #BDBEC1;
  }
    .pressCentre li:last-child {
      border-bottom: 0;
    }

.articleCount {
  color: #696968;
  font-weight: bold;
  font-size: 16px;
}

.article {
  border-top: 1px dotted #475e6f;
  padding: 30px 0;
}
  .article h2 {
    margin: 0 0 20px 0;
    font-size: 2em;
  }
  .article img {
    border: 1px solid #DBDEC1;
  }
  .articleHeader {
    background-color: #475e6f;
    color: #FFF;
  }
    .articleHeader h1 {
      color: #FFF;
      font-size: 2.5em;
    }
.newsExcerpt {
  margin-top:0.5em;
  color: #475e6f;
  font-size: 1.8em;
  margin-bottom: 30px;
}
 .negativeblue {
   background-color: #4CC8E9;

 }
  .negativeblue h1 {
   color: #fff;
   font-size: 3em;
 }

 h1 a.smalllink {
  font-size: 0.3em;
  text-decoration: underline;
  color:#ef3d56;
 }

.propertyBox {
  position: relative;
  background: #FFF;
  border: 1px solid #ddd;
}


.propertyBox:hover {
  position: relative;
  background: #FFF;
  border: 1px solid #441c55;
}




  .pinSaleLet {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 50%;
    border: 1px solid #FFF;
    height: 55px;
    width: 55px;
    color: #FFF;
    font-size: 1.2em;
    padding: 12px 14px;
    text-align: center;
    line-height: 1em;
    white-space: normal;
  }
    .pinSale {
      background-color: #EF3D56;
    }
    .pinLet {
      background-color: #231F20;
    }
  .propertyBox .price {
    position: absolute;
    top: 121px;
    background-color: rgb(95 187 230);
    color: #fff !important;
    padding: 10px 20px;
    font-size: 1.7em;
    font-weight: bold;

    min-height: 45px;
 
  }

  .propertyBox .info a {
      color: #475E6F;
      line-height: 24px;
    }
    .propertyBox .info h2 {
      font-weight: bold;
      font-family: "Proxima-nova", sans-serif;
      font-size: 1.2em;
      margin-top: 0;
      height: 45px;
    }

    .propertyBox .price a {
      text-decoration: none;
      color: #fff;
    }

.propertyBox .price a:hover {
      text-decoration: underline;
      color: #fff;
    }

  .propertyBox.auctionBox .price {
    font-size: 1.2em;
    top: 0;
    right: 0;

  }


  .propertyBox .info {
    padding: 20px;

    margin-top: 0px;
  }
  .propertyBox.auctionBox .info {
    margin-top: 0;
  }
    .propertyBox .info h1 {
      font-weight: bold;
      font-family: "Proxima-nova", sans-serif;
    }
    .propertiesSection .propertyBox .info h1 {
      margin-bottom: 0;
    }
    .propertyBox .info a {
      color: #666;
      line-height: 24px;
    }



    .propertyBox .info a:hover {
      color: #441c55;
      text-decoration: underline;
    }



  .propertyBox .link {
    overflow: auto;
    /*position: absolute;*/
    /*right: 10px;*/
    /*width: 90%;*/
    text-align: right;
    /*bottom: -5px;*/
    font-size: 2.5em;
    padding: 15px;
  }
    .propertyBox .link .leftlink {
      float: left;
    }
    .propertyBox .link .rightlink {
      float: right;
    }
      .propertyBox .link .rightlink img {
        margin-right: 5px;
         opacity: 1;
      }

       .propertyBox .link .rightlink img:hover {
        opacity: 0.8;
      }



    .propertyBox .link .details {
      float: left;
    }
    .propertyBox .link a span {
      display: inline-block;
      background: #441c55;
      color: #FFF;
      font-size: 1em;
      font-weight: normal;
      text-transform: uppercase;
      padding: 5px 15px;
      border-radius: 7px;
    }

     .propertyBox .link a:hover span {
      display: inline-block;
      background: #333;
      color: #FFF;
      font-size: 1em;
      font-weight: normal;
      text-transform: uppercase;
      padding: 5px 15px;
      border-radius: 7px;
    }





      .propertyBox .link a.clean {
        background: transparent;
        padding: 0;
      }

.featuredOffice {
  background-color: #F4F5F5;
  padding-top: 40px;
  padding-bottom: 40px;
}
  .featuredOffice .classHomePage h1 {
    color: #696968;
    margin-top: 0;
  }
  @media (max-width: 1024px) {
    .featuredOffice .classHomePage h1 {
      font-size: 3em;
    }
  }
  @media (max-width: 992px) {
    .featuredOffice .classHomePage h1 {
      font-size: 2em;
    }
  }
  .featuredOffice .propertiesSection, .propertiesSection {
    margin-top: 40px;
    border-top: 1px solid #BDBEC1;
    padding-top: 40px;
  }
    .BranchPage .propertiesSection {
      border-top: 0;
      background: url(../images/arrow-full-width-grey.png) center top no-repeat;
    }
    .featuredOffice .propertiesSection h1, .propertiesSection h1 {
      margin-top: 0;
      margin-bottom: 30px;
      font-size: 2em;
    }
    .featuredOffice .searchLinks, .propertiesSection .searchLinks {
      font-weight: bold;
      margin-top: 40px;
      font-size: 1.3em;
    }

.BranchPage .propertiesSection {
  padding-bottom: 40px;
}

.ctaSection {
  margin-top: 40px;
  border-top: 1px solid #BDBEC1;
  padding-top: 40px;
  margin-bottom: 40px;
}
  .ctaSection h1 {
    font-size: 2.2em;
  }
  .ctaSection a {
    font-weight: bold;
  }
  .ctaSection h1 a {
    font-weight: normal;
  }
  @media (max-width: 992px) {
    .ctaSection h1 {
      height: 56px;
    }
    .ctaSection .col-sm-6 {
      margin-bottom: 15px;
    }
  }

.searchbar {

}
  .HomePage .searchbar {
    margin-bottom: 40px;
  }
  .searchbar h1 {
    font-size: 2em !important;
    margin-top: 10px;
  }
  .searchbar input[type="text"] {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #999;
    padding: 5px 15px;
    color: #475e6f !important;
    font-weight: bold;
     margin-top: 5px;
    margin-bottom: 5px;
  }


   .searchbar input[type="text"]:hover {border: 1px solid #000;}
   .searchbar input[type="text"]:focus {border: 1px solid #000;}


    .searchbar select {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #999;
    padding: 5px 15px;
    color: #475e6f;
    margin-top: 5px;
    margin-bottom: 5px;




  }


    .searchbar select:hover {border: 1px solid #000;}
      .searchbar select:focus {border: 1px solid #000;}



  .searchbar input[type="submit"] {
    border: 0;
    background: #4F0D56;
    border-radius: 5px;
    padding: 7px 40px;
    float: right;
    width: 100%;
    color: #fff;
    font-weight: bold;
    margin-top: 3px;
  }

  .searchbar input:hover[type="submit"] {background: #333;}


  .xsearchbar input[type="text"] {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 0;
    width: 69%;
    padding: 5px;
    text-align: center;
    color: #696968;
    float: left;
    margin-right: 1px;
  }
  .xsearchbar button {
    border: 0;
    padding: 5px 40px;
    background: #FFF;
    color: #696968;
    float: left;
    margin-right: 1px;
  }
    .xsearchbar button i {
      margin-left: 20px;
    }
    .xsearchbar button + button {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
    }
  .xsearchbar a {
    background: #EF3D56;
    color: #FFF;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-decoration: none;
    float: left;
    padding: 5px 31px;
  }

.branchInfo {
  margin-top: 20px;
}
.branchInfo h1 {
  margin: 0;
}
.branchInfo h2 {
  font-size: 2em;
  margin: 0 0 17px;
}
.branchInfo .border h3 {
  margin-top: 0;
}
.branchInfo address {
  margin-bottom: 0;
}

.branchInfo + .cta-c {
  background-color: #1773BB;
  margin-top: 40px;
}
  .branchInfo + .cta-c .item {
    background-color: #1773BB;
  }
  .branchInfo .border {
    border: 1px solid #BDBEC1;
    padding: 1em;
  }

hr.newsRow {
  margin-top: 0;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
}
.testimonial-carousel {
  height: auto;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 499px;
  background-color: #231F20;
  /*width: 1140px;*/
  width: 100%;
  margin: 0 auto;
}
.testimonial-carousel .item {
  height: auto;
  background-color: #4CC8E9;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 499;
}

.padBottom {
  padding-bottom: 15px;
}

.item .container {
  position: static;
}

.branchListHeader {
  border: 1px solid #CFD2DB;
}
  .branchListHeader h3 {
    background: #231F20;
    color: #FFF;
    padding: 5px 10px;
    margin: 0;
  }
  @media only screen and (max-width: 1024px) {
    .branchListHeader h3 {
      font-size: 1.7em;
    }
  }
    .branchListHeader h3 a {
      color: #FFF;
    }
  .branchListHeader address, .branchListHeader p {
    padding: 10px;
    margin: 0;
  }

.toggleListBar {
  background: #2878BC;
}
  .toggleListBar a {
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    border: 3px solid #2878BC;
    border-top: 0;
    border-bottom: 0;
  }
    .toggleListBar a.active {
      background: #58CAEA;
      border-color: #FFF;
    }

.branchContainer {
  border: 1px solid #CFD2DB;
  border-top: 0;
  display: none;
  background: #FFF;
}
  .branchContainer.active {
    display: block;
  }

.branchesWrapper {
  background: url(/themes/sk/images/topfffarrow.png) center top no-repeat #F4F5F5;
  margin-top: 40px;
  padding: 40px 0;
}
  .branchesWrapper h1 {
    margin: 0 0 20px;
  }
  .branchesWrapper hr {
    margin-bottom: 0;
    border-color: #CFD2DB;
  }
  .BranchDirectoryPage .breadcrumbcontainer, .BranchPage .breadcrumbcontainer, .Properties .breadcrumbcontainer, .ContactPage .breadcrumbcontainer {
    margin-bottom: 0;
  }
  .BranchDirectoryPage .fullwidthmapwrapper {
    height: 600px;
  }

.BranchDirectoryPage .pin,
.ContactPage .pin,
.Properties .pin,
.Properties .pin.branchPin {
  position: absolute;
  left: -30px;
  bottom: 0;
  z-index: 10;
}

.BranchDirectoryPage .pin.active,
.ContactPage .pin.active,
.Properties .pin.branchPin.active {
  left: -135px;
  bottom: 60px;
}
.Properties .pin.active {
  bottom: 0;
  left: -140px;
}

.BranchDirectoryPage .pin.active .wrapper,
.ContactPage .pin.active .wrapper,
.Properties .pin.active .wrapper,
.Properties .pin.branchPin.active .wrapper {
  padding: 10px;
  background: #FFF;
  position: relative;
  margin-bottom: 5px;
}
.Properties .pin.active .wrapper {
    border: 1px solid #d2d3d5;
}

.BranchDirectoryPage .branchTitle,
.ContactPage .branchTitle,
.Properties .branchPin .branchTitle {
  color: #696968;
  padding: 5px 0;
  font-size: 20px;
  margin: 0;
}

.BranchDirectoryPage .branchAddress,
.ContactPage .branchAddress,
.Properties .branchPin .branchAddress {
  font-size: 20px;
  color: #231F20;
  margin: 10px 0;
}

.BranchDirectoryPage .branchTel,
.ContactPage .branchTel,
.Properties .branchPin .branchTel {
  position: absolute;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 25px;
  bottom: -60px;
  background: #EF3D56;
  color: #FFF;
  left: 0;
}

.BranchDirectoryPage .downPoint img,
.ContactPage .downPoint img,
.Properties .branchPin .downPoint img {
  position: absolute;
  bottom: -55px;
  left: 130px;
}
.Properties .branchPin .downPoint img {
  border: 0;
}

.BranchDirectoryPage .pin .large,
.ContactPage .pin .large,
.Properties .pin .large,
.Properties .pin.branchPin .large {
  display: none;
  background: #FFF;
  width: 250px;
}

.BranchDirectoryPage .pin.active .small,
.ContactPage .pin.active .small,
.Properties .pin.active .small,
.Properties .pin.branchPin.active .small {
  display: none;
}

.BranchDirectoryPage .pin.active .large,
.ContactPage .pin.active .large,
.Properties .pin.active .large,
.Properties .pin.branchPin.active .large {
  display: block;
}

.BranchDirectoryPage .pin.active a.close,
.ContactPage .pin.active a.close,
.Properties .pin.active a.close,
.Properties .pin.branchPin.active a.close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 26px;
  height: 26px;
  display: block;
  z-index: 999;
  text-indent: -9999px;
  display: block;
  background: url(../images/icon_map_close.png) no-repeat;
  cursor: pointer;
  opacity: 1;
}

.Properties .pin .text {
  opacity: .99;
  text-align: left;
}

.Properties .large img {
  border: 1px solid #d2d3d5;
}

.Properties .searchMapPrice {
  background: rgba(248, 215, 36, .9);
  color: #000;
  margin-top: -65px;
  margin-left: 1px;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: bold;
  width: 75%;
}
  .Properties .searchMapPrice a {
    text-decoration: none;
    color: #000;
  }

.Properties .searchMapAddress {
  font-size: 18px;
  color: #475E6F;
  margin-top: 20px;
  width: 100%;
}
  .Properties .searchMapAddress a {
    text-decoration: none;
    color: #475E6F;
  }

.Properties .searchMapInfo {
  width: 65%;
  font-size: 14px;
  /*height: 65px;*/
}

.Properties .searchMapDetails {
  position: absolute;
  bottom: -1px;
  right: -1px;
  background: #EF3D56;
  margin: 0;
  border: 1px solid #D2D3D5;
  padding: 10px 15px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
  .Properties .searchMapDetails a {
    color: #FFF;
    text-decoration: none;
  }
  .Properties .searchMapDetails i {
    display: block;
    font-size: 34px;
    margin-bottom: 10px;
  }

  .Properties .searchMapDownPoint img {
    position: absolute;
    bottom: -5px;
    left: 136px;
    border: 0 !important;
  }

hr.darkgrey {
  border-color: #BDBEC1;
}

.propertyInfo {
  background: #FFF;
}

.bgImageWrap {
  overflow: hidden;
  width: 100%;
  height: 600px;
  position: absolute;
  background: #666;
}
.bgImage {
  position: absolute;
  left: -5%;
  opacity: 0.3;
  width: 110%;
  height: 600px;
  background-size: cover;
  background-position: center center;
  filter: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0nMCc+PGZpbHRlcj48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPScxMCcvPjwvc3ZnPg==");
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
}
  .popoutContainer .container {
    height: 600px;
    background-size: cover;
    background-position: center center;
  }

.propertyPopout {
  position: absolute;
  left: 0;
  bottom: 0;
}
  .propertyPopout .propertyType {
    text-transform: uppercase;
    margin-top: 30px;
    font-size: 1.5em;
  }
  .propertyPopout .propertyPrice {
    background: rgba(212, 18, 0, .7);
    color: #fff;
    font-size: 2.2em;
    margin-left: -15px;
    margin-bottom: 0;
   
    font-weight: bold;
    padding: 10px 30px 10px 25px;
    display: inline-block;
  }
  .propertyPopout .propertyAddress {
    color: #fff;
    font-size: 2.3em;
    background: #441c55;
    font-weight: 400;
    padding: 10px;
  }
  .propertyPopout .propertyFeatures {
    border: 1px solid #696968;
    overflow: auto;
    border-left: 0;
    border-right: 0;
    color: #696968;
    font-weight: bold;
    font-size: 1em;
    padding: 10px 0;
    margin: 30px 0;
  }
  .popoutContainer .propertyFeatures {
    font-size: 1.1em;
  }
  .propertyPopout .propertyBranch {
    color: #231F20;
    font-weight: bold;
    font-size: 1.7em;
  }
    .propertyPopout .propertyBranch span {
      display: block;
      font-size: 1.3em;
      color: #696968;
    }
    @media screen and (max-width: 992px) {
      .propertyPopout .propertyBranch span {
        display: inline;
        font-size: 1em;
      }
    }
  .propertyPopout .propertyArrange {
    margin: 20px -15px 0;
    background: #ef3d56;
    padding: 15px 0;
    text-align: center;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
  }
    .propertyPopout .propertyArrange a {
      color: #FFF;
      text-decoration: none;
    }

.propertyHolder {
  clear: both;

}

.mapHeaderBlock {
  margin-top: -60px;
}
  .mapHeaderBlock .searchHeader {
    margin-bottom: 0;
    padding-top: 6px;
  }
  .mapHeaderBlock .propertyCount {
    display: none;
  }

.propertyHeader {
  font-size: 2.5em;
  margin: 40px 0 !important;
}
  .propertyHeader h1 {
    font-size: 0.9em !important;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: "Proxima-nova", sans-serif;
    color: #333;
  }

   .propertyHeader h2 {
    font-size: 1em;
    margin-bottom: 10px;



  }
  .propertySummary {font-size: 1.2em;}




  .propertyHeader .price {
    font-size: 1em;
    background: none;
    color: #231F20;
    font-weight: bold;
  }
  .propertyHeader .icons {
    text-align: right;
    position: relative;
    padding-right: 30px !important;
  }
    .propertyHeader .icons a {
      text-decoration: none;
      color: #231F20;
      font-size: 0.7em;
    }
    .propertyHeader .icons i {
      font-size: 2em;
      position: absolute;
      right: -15px;
      bottom: 0;
    }
    .propertyHeader .icons img {
      margin-right: 30px;
    }
      .propertyHeader .icons .last {
        margin-right: 0;
      }

.propertyHeader ul {
  margin: 0;
  padding: 0;
  list-style: none;
}


.propertyHeader li, #viewingtab {
  font-size: .5em;
  padding: 5px 0 5px 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  background-size: 30px;
  background-color: #441c55;
  background-position: 10px 7px;
  background-repeat: no-repeat;

}

/*
#viewingtab.scrollToEnquire {
  color: #494740;!important;
  padding-left: 55px;
  font-size: .6em;
  text-align: left;
  border-radius: 0;
}

#viewingtab.scrollToEnquire:hover {
  background-color: #005686;
}
*/
.icon-mail, #viewingtab {
  background-image: url(../images/icons/sk-icon-mail.png);
}


.propertyHeader li:hover {background: #666;}




.propertyFeatures {}

.icon-mortgage {
  background-image: url(../images/icons/sk-icon-mortgage.png);
}
.icon-mail {
  background-image: url(../images/icons/sk-icon-mail.png);
}
.icon-save {
  background-image: url(../images/icons/sk-icon-heart-empty.png);
}
.icon-saved {
  background-image: url(../images/icons/sk-icon-heart-full.png);
}
.icon-download {
  background-image: url(../images/icons/sk-icon-download.png);
}
.icon-print {
  background-image: url(../images/icons/sk-icon-print.png);
}
.icon-brochure {
  background-image: url(../images/icons/icon_download-brochure.png);
}
.icon-reserve {
  background-image: url(../images/icons/icon_guide-price-reserves.png);
}

.icon-insurance {
  background-image: url(/images/icons/icon_umbrella.png);
}
.icon-legalpack {
  background-image: url(../images/icons/icon_legal-pack.png);
}
.icon-biddingforms {
  background-image: url(../images/icons/icon_bidding-forms.png);
}

img.save-property {}
img.save-property:hover {opacity: 0.8;}


#idcheck a {
  /*color: #003460;*/

}

.propertyHeader li a {
  color: #fff;
  padding-left: 15px;
}

.propertyHeader li a:hover {
  color: #fff;
  padding-left: 15px;

}

.propertyHeader li .fa {
    margin-right: 10px;
}
  .propertyFeatures .list-view-link { color: #fff;


  background: #382656 none repeat scroll 0 0; font-size: 15px;
    border-radius: 7px; text-decoration: none; padding: 7px 25px; text-transform: uppercase; margin-right: 5px;}


.propertyFeatures .list-view-link:hover {background: #333;}


 a.list-view-link { color: #fff;


  background: #382656 none repeat scroll 0 0; font-size: 15px;
  display: inline-block;
  margin-top: 0px;
    border-radius: 7px; text-decoration: none; padding: 7px 25px; text-transform: uppercase; margin-right: 5px;
margin-top: 10px;
margin-bottom: 10px;
  }


 a.list-view-link:hover {background: #333;}

 a.list-view-link-ID { color: #fff;


  background: #e41a0a none repeat scroll 0 0; font-size: 15px;
  display: inline-block;
  margin-top: 0px;
    border-radius: 7px; text-decoration: none; padding: 7px 25px; text-transform: uppercase; margin-right: 5px;
margin-top: 10px;
margin-bottom: 10px;
  }

  a.list-view-link-ID:hover {background: #382656;}

.propertyFeatures a img {opacity: 1;}
.propertyFeatures a:hover img {opacity: 0.8;}

/*
.scrollToEnquire {
  width: 100%;
  background: #666;
  display: block;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  color: #fff !important;
  font-size: .6em;
 
  padding: 10px 0;
  margin-top: 30px;
  margin-bottom: 30px;
}



.scrollToEnquire:hover { background: #441c55; }
*/


.btnSave {
  background: #475E6F;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  color: #FFF !important;
  font-size: .5em;
  padding: 5px 20px;
}

.arrangeViewing {

}
  .arrangeViewing .keyStaffBox {
    background: #FFF;
    border: 1px solid #BDBEC1;
    margin-top: 50px;
  }
  .arrangeViewing .KeyStaffImageHolder {
    text-align: center;
  }
    .arrangeViewing .KeyStaffImageSmallBorder {
      margin-top: -50px;
      border-color: #FFF;
    }
  .keyStaffBox h2 {
    margin-bottom: 5px;
  }
  .keyStaffBox h3 {
    color: #696968;
    margin-top: 0;
    font-size: 1.6em;
  }
  .keyStaffBox address {
    color: #696968;
    margin: 20px 0;
    font-size: 1.2em;
  }
  .keyStaffBox .telfax {
    color: #696968;
    font-size: 2em;
    margin-bottom: 0;
  }
  .keyStaffBox .email {
    font-size: 1.2em;
    margin-bottom: 20px;
  }
  .arrangeViewing h1 {
    color: #FFF;
    margin-top: 0;
  }
  .arrangeViewing a {
    color: #000;
    text-decoration: none;
  }
  .arrangeViewing form {
    margin-top: 40px;
  }
  .arrangeViewing label {
    color: #000;
    display: block;
    font-size: 1.6em;
    font-weight: normal;
  }
  .arrangeViewing label.small {
    font-size: 1em;
  }
  .arrangeViewing input[type="text"], .arrangeViewing textarea {
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 10px 15px;
    color: #696968;
    margin-bottom: 20px;

    border: 1px solid #999;
  }
  .arrangeViewing textarea {
    height: 180px;
  }
  .arrangeViewing input[type="submit"] {
    border: 0;
    margin: 0;
    padding: 10px 60px;
    float: right;
    border-radius: 10px;
    background: #000;
    color: #F8D236;
    font-family: "Proxima-nova", sans-serif;
    font-size: 1.3em;
   font-weight: bold;
  }

.arrangeViewing input[type="submit"]:hover {background: #333;}



  .arrangeViewing form p {
    font-size: 1.2em;
    float: left;
    width: 60%;
    color: #000;
  }
  .arrangeContacts {
    border-left: 1px dotted #000;
  }
  .arrangeContacts h3 {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 0;
  }
  .arrangeContacts p {
    border-bottom: 1px dotted #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
    .arrangeContacts p:last-of-type {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0;
    }
  .arrangeContacts a {
    text-decoration: none;
    color: #000;
    font-size: 1em;
  }


  .arrangeContacts a:hover {
    text-decoration: underline; }

.aboutProperty {
  padding: 40px 0;
  background: #eee;
}
  .aboutProperty ul {
    margin: 0;
    padding: 0 0 0 15px;
  }
  .aboutProperty li {
    font-size: 14px;

  }
  .aboutProperty h1 {
    margin-top: 0;
  }

  .aboutProperty h2 {
  font-family: barmenoregular;
  color: #475e6f;
}

.col-md-12.slim {
  max-width: 1200px;
  margin-left:auto;
  margin-right: auto;
}
  .aboutProperty .summary {
    font-size: 1.6em;
    color: #231F20;
    margin: 40px 0;
  }
  .hotLinks .col-md-12 {
    background: #FFF;
    border: 1px solid #bdbec1;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
    min-height: 156px;
    position: relative;
  }
  .hotLinks img {
    border: 1px solid #bdbec1;
  }
  .hotLinks .bottom {
    color: #4cc8e9;
    text-decoration: none;
    font-size: 2em;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    display: block;
  }
  .hlfp {
    padding: 5px;
  }
  .hlepc {
    padding: 5px;
  }
  #minimap {
    width: 100%;
    height: 100px;
    border: 1px solid #BDBEC1;
  }
  .aboutProperty .descriptionHolder {
    border-top: 1px solid #000;
    padding-top: 40px;
    margin-top: 20px;
  }
  .aboutProperty .propertyDescription {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    column-count: 2;

    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    -o-column-width: 200px;
    column-width: 200px;
  }

.headerIcon {
  background: #999;
  color: #fff;
  text-align: center;
  padding: 7px 0;

  font-size: 2.8em;
}

.headerIcon:hover {  background: #666; }


.headerTitle {
  background: #999;
  color: #fff;
  padding: 12px 0;
  padding-left: 15px;
  font-size: 2.2em;


}

.headerTitle:hover {  background: #666; }



.headerToggle {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 18px 0;

  font-size: 1.5em;
}


.headerToggle:hover {
  background: #441c55;

}



.headerGap {
  padding-bottom: 0px;
  padding-top:15px;

}

p:last-child {margin-bottom: 0px;}

  .fullDescriptionHeader .container
, .photosHeader .container
, .propertyMapHeader .container
, .floorplanHeader .container
, .propertyEPCHeader .container
, .enquireHeader .container
, .offerHeader .container {
  cursor: pointer;
}

.fullDescriptionHeader {
  background: #F4F5F5;
 

}

#offersent {
  background-color: #e41a0a;
  margin-top: 10px;
}
#offersent p {
  margin: 10px;
  font-weight: bold;
  color: #fff;

}

.fullDescription {
  background: #F4F5F5;
  padding-bottom: 20px;
}

.enquire, .offer {
  background: #ddd;
  padding: 0px 15px !important;
  margin-top: 15px;

}


.enquire h2, .offer h2 {color: #333;}

.enquire h3 {color: #333; font-family: "Proxima-nova", sans-serif; }



.propertyImages {
  padding: 15px 0;
  border-bottom: 1px solid #BDBEC1;
  padding-bottom: 40px;
}
  .propertyImages img {
    border: 0px solid #bdbec1;
  }

  .propertyImages img:hover {}



  	.imageList h2 {
      margin: 0 0 0 20px;
      font-size: 2em !important;
    }
    .imageList div {
      padding: 10px;
      border: 1px solid #fff;
    }
    .cycleMain .cycle-slide {
      width: 100%;
      height: auto;
      left: 15px !important;
    }


 .cycleMain .cycle-slide img {width: 100%;}


    @media screen and (max-width: 774px) {
      .cycleNav {
        padding: 0 !important;
        margin-top: 15px !important;
        overflow: auto;
      }
      .imageList {
        padding-left: 15px !important;
        padding-right: 15px !important;
      }
    }

    .imageList img {
      cursor: pointer;
    }



    .imageList .cycle-pager-active {
      padding: 10px;
      border: 1px solid #231F20;
    }

    .cycle-pager-active img {
      -webkit-filter: grayscale(1);
      -moz-filter: grayscale(1);
      -ms-filter: grayscale(1);
      -o-filter: grayscale(1);
      filter: grayscale(1);
    }

    .controls a {
      position: absolute;
      top: 250px;
      z-index: 999;
    }
    .controls img {
      border: 0;
    }

    .controls img:hover {opacity: 0.5;}



    a.cycle-prev {
      left: 30px;
    }
    a.cycle-next {
      left: 710px;
    }
    @media (max-width: 1024px) {
      a.cycle-next {
        left: 600px;
      }
    }
    @media (max-width: 992px) {
      a.cycle-next {
        left: 700px;
      }
    }

#propertyMap {
  width: 100%;
  height: 600px;
}
  .Properties #propertyMap {
    height: 750px;
    margin-top: 15px;
  }
.propertyMap {
  position: relative;
  height: 600px;
}
  .Properties .propertyMap {
    height: 750px;
  }
  .propertyMap .container {
    margin-top: -600px;
  }

.floorplan {
  background: #F4F5F5;
  padding: 40px 0;
}
  .floorplan h2 {
    margin-top: 0;
    font-size: 4em;
  }
  .floorplan ul {
    padding: 0 0 0 15px;
  }
  .floorplan .col-md-8 {
    border: 1px solid #BDBEC1;
    padding: 10px;
    background: #FFF;
  }

.propertyEPC {
  padding: 40px 0;
}
  .propertyEPC h2 {
    font-size: 4em;
    margin-top: 0;
  }
  .propertyEPC p {
    font-size: 1.2em;
  }
  .propertyEPC .col-md-8 {
    border: 1px solid #BDBEC1;
    padding: 10px 50px;
  }

.quicklinks {
  position: absolute;
  bottom: 0;
}
  .aboutProperty .quicklinks {
    position: relative;
    float: right;
    margin-top: 20px !important;
  }
    .aboutProperty .propertyLink {
      display: none;
    }
  .propertyImages .quicklinks {
    right: 0;
  }
  .floorplan .quicklinks {
    left: 0;
  }
  .propertyEPC .quicklinks {
    right: 0;
  }
  .quicklinks .col-md-12 {
    background: #ef3d56;
    text-align: center;
    padding: 15px 0 0;
  }
  .quicklinks img {
    border: 0;
  }
  .quicklinks .bottom {
    color: #FFF;
    text-decoration: none;
    font-size: 1.3em;
    margin: 10px 0;
    display: block;
  }

.Properties .propertiesSection {
  border: 0;
  margin: 0 auto;
  padding: 40px 0;
}

.galleryProperty {margin-right: 0px; }

.galleryProperty div.img_container {
  /*height: auto;*/
  height: 220px;
  overflow: hidden;
}
.galleryProperty img.grayscale {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);

  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.galleryProperty:hover img.grayscale {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}

.listview {
  border: 1px solid #d2d3d5;
  margin-top: 0px;
  margin-bottom: 0px;
  background: #fff;
  overflow: auto;
}


.listview:hover {border: 1px solid #475e6f;}

.listview .grayscale {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);

  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.listview:hover .grayscale {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}


  .listview .price {
    position: absolute;
   top: 205px;
    background-color: rgba(248, 215, 36, .9);
    color: #000;
    padding: 10px 20px;
    font-size: 1.3em !important;
    font-weight: bold;

    min-height: 45px;
        -webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
  }
.listview .g-price {font-family: "Proxima-nova", sans-serif; font-size: 2.2em !important; padding-left: 0px; font-weight: bold;}

.listview ul { margin-left: -15px; }
.listview ul li {font-size: 14px;}


    .listview .price a {
      text-decoration: none;
      color: #000;
    }

.listview .price a:hover {
      text-decoration: underline;
      color: #000;
    }

.listview .branch-cont {font-size: 16px;  color: #475e6f; text-transform: capitalise; padding-left: 0px; padding-bottom: 20px;}


  .listview.selectProperty {
      background: #ddf3fb;
  }







  .listview h1 {
    font-size: 2.2em !important;
    color: #000;
    padding-top: 10px;
    font-family: "Proxima-nova", sans-serif;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-left: 0px;
    margin-right: -15px;
    margin-bottom: 15px;
      font-weight: bold;

  }

  .listview h1 a {

    color: #000; padding-left: 0px;
    font-family: "Proxima-nova", sans-serif;

  }

  .listview h1 a:hover {text-decoration: underline;}

  .listview .link-line { font-size: 16px; margin-left: 0px; margin-bottom: 20px; margin-top: 20px;}

  .listview .link-line .list-view-link { color: #fff;
    font-family: barmenoregular;

  background: #485e70 none repeat scroll 0 0; font-size: 15px;
    border-radius: 7px; text-decoration: none; padding: 7px 25px; text-transform: uppercase; margin-right: 5px;}


.listview .link-line .list-view-link:hover {background: #000;}


.listview .link-line a img {}
.listview .link-line a:hover img {opacity: 0.8;}

.under-offer-lg {z-index: 99999999999999999999999; position: absolute; right: 15px; top: 15px;}
.under-offer-biggest {z-index: 99999999999999999999999; position: absolute; right: 60px; top: 45px;}



.listview div.img_container {
    height: 250px;
    overflow: hidden;
}


  .listview .pinSelect {
    position: absolute;
    top: 5px;
    left: 5px;
  }
  .listview .col-md-6, .listview .col-md-5 {
    border-left: 1px solid #d2d3d5;
  }

    .listview .col-md-2, .listview .col-md-3 {
      padding-top: 15px;
    }
    .listview .col-md-2 ul, .listview .col-md-3 ul {
      list-style: none;
      padding: 0;
    }
      .listview .col-md-2 li, .listview .col-md-3 li {
        border-bottom: 1px solid #bdbec1;
        font-size: 1.2em;
        text-transform: uppercase;
        font-weight: bold;
        padding: 5px 0;
      }
        .listview .col-md-2 a, .listview .col-md-3 a {
          text-decoration: none;
          color: #485e6f;
        }
      .listview .col-md-2 li:first-child i, .listview .col-md-3 li:first-child i {
        margin-right: 13px;
        margin-left: 6px;
      }
      .listview .col-md-2 li:last-child, .listview .col-md-3 li:last-child {
        border-bottom: 0;
        margin-bottom: 20px;
      }
    .listview .col-md-2 i, .listview .col-md-3 i {
      margin-right: 10px;
      color: #231F20;
      font-size: 1.5em;
    }
    .listview .col-md-6 img {
      margin-left: 20px;
    }
    .listview .col-md-6 p {
      font-size: 1.2em;
    }
  .listview hr {
    border-color: #bdbec1;
  }
  .listview p.branch {
    color: #231F20;
    font-size: 1.3em;
    margin-top: 25px;
    text-transform: uppercase;
  }
  .listview a.redbox {
    background: #EF3D56;
    width: 49%;
    display: inline-block;
    text-align: center;
    color: #FFF;
    font-size: 1.4em;
    border: 1px solid #BDBEC1;
    padding: 15px 0;
    float: left;
  }
    .listview .redbox + .redbox {
      float: right;
    }







.justnopadding {
  padding: 0;
}
.nopaddingleft {
  padding-left: 0;
}
.nopaddingright {
  padding-right: 0;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
}

/* Bootstrap extension to allow 5 columns. */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.propertyBox {
  margin-bottom: 30px;
}
.propertyBox h1 {
  font-size: 1.4em !important;
  margin: 0px;
  text-transform: capitalize !important;
  height: 70px;
  overflow: hidden;
}

.searchFormHolder select {
  color: #475e6f;
  font-weight: bold;
}


.xsearchFormHolder input[type="submit"] {
  border: 0;
  font-size: 1em;
}

.imgWidth100p img {
  width: 100%;
}
#NEWFormSubmitButton {
  background-color: #EE3D56;
  border-color: #EE3D56;
  border-left:2px solid #F8D726;
  color:#FFF;
}
.rabutton {
  border-left:2px solid #F8D726;
}
  .rabutton.checked {
    background-color: #231F20 !important;
  }

.cycle-slideshow.searchResults .col-md-3 {
  float: none;
}
.cycle-carousel-wrap {
  width: 100%;
}
.srPager {
  display: none;
}
.srPrev, .srNext {
  position: absolute;
  top: 120px;
}
  .srPrev {
    left: -40px;
  }
  .srNext {
    right: -40px;
  }
@media (max-width: 992px) {
  .srPrev {
    left: 0;
  }
  .srNext {
    right: 0;
  }
}
@media (max-width: 768px) {
  .srPrev {
    left: 25px;
  }
  .srNext {
    right: 25px;
  }

  .searchHeader a span {
    display: none;
  }

  .searchHeader li {
    font-size: 0.9em ;
  }
}

.quicklinksMargin {
  margin-bottom: 115px !important;
}
@media screen and (max-width: 780px) {
  .quicklinksMargin {
    margin-bottom: 15px !important;
  }
  .propertyEPC .quicklinksMargin {
    margin-bottom: 90px !important;
  }
  .quicklinks {
    position: relative;
  }
}

@media (max-width: 600px) {
  .searchHeader li {
    font-size: 0.7em ;
  }

  .searchHeader a {
    padding: 10px 20px;
  }

}


@media (max-width: 480px) {

  .searchHeader li {
    font-size: 0.6em ;
  }

  .searchHeader a {
    padding: 10px 20px;
  }

  #auctionlinks .cta-block{
    width: 100%;
    position:relative;
  }



.input-group-addon, .input-group-btn, .input-group .form-control {
    display: block;
    margin-bottom: 10px;
    clear: both;
    }
.input-group {
    display: block;
    }
    #FormSearchText {
          border-top-right-radius:4px;
          border-bottom-right-radius:4px;
    }
    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
    }
}

.advancedSearchFields {
  display: none;
}
.Properties .advancedSearchFields {
  display: block;
}

#viewList, #viewGallery, #viewMap, #buytolet {
  display: none;
}
  .drawSaleLet input {
    display: none;
  }
.searchbar label {
  display: inline-block;
  color: #4F0D56;
  margin-top: 10px;
}
.searchSections label {
  margin: 20px 50px 20px 0;
}
  .searchSections label:last-child {
    margin-right: 0;
  }
.margintop20 {
  margin-top: 20px;
}
.margintop55 {
  margin-top: 55px;
}
.searchbar select {
  width: 100%;
  border-radius: 5px;
  padding: 9px 15px;
  font-size: .8em;
}
.searchbar input[type="radio"] + label,
.searchbar input[type="checkbox"] + label {
  width: 33.3%;
  float: left;
  text-align: center;
  margin: 10px 0;
  padding: 10px 0;
  cursor: pointer;
  border: 1px solid #EEE;
}
.drawSaleLet input[type="radio"] + label {
  width: 50%;
}
  .searchbar input[type="checkbox"] + label {
    width: 100%;
    float: right;
    border-radius: 5px;
    padding: 10px;
  }
  .btnFirst {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .btnLast {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
.searchbar i {
  margin-right: 10px;
}
.searchbar input[type="radio"]:checked + label,
.searchbar input[type="checkbox"]:checked + label {
  background: #231F20;
  border-color: #231F20;
  color: #FFF;
}


#Form_RegisterForm, #Form_ProfileForm, #MemberLoginForm_LoginForm, #MemberLoginFormExtension_LoginForm {
  color: #475e6f;
  font-size: 1.5em;
}
  #Form_RegisterForm #Password .middleColumn,
  #Form_ProfileForm #Password .middleColumn,
  #MemberLoginForm_LoginForm #Password .middleColumn,
  #MemberLoginFormExtension_LoginForm #Password .middleColumn {
    width: 100%;
  }
  #Form_RegisterForm .password,
  #Form_ProfileForm .password,
  #MemberLoginForm_LoginForm .password,
  #MemberLoginFormExtension_LoginForm .password {
    width: 100%;
  }
  #Form_RegisterForm label,
  #Form_ProfileForm label,
  #MemberLoginForm_LoginForm, #MemberLoginForm_LostPasswordForm,
  #MemberLoginFormExtension_LoginForm, #MemberLoginFormExtension_LostPasswordForm label {
    display: block;
   font-weight: bold !important;

    font-weight: normal;
    margin-top: 5px;
  }
  #Form_RegisterForm .middleColumn,
  #Form_ProfileForm .middleColumn,
  #MemberLoginForm_LoginForm .middleColumn,
  #MemberLoginFormExtension_LoginForm .middleColumn,
  #Form_RegisterForm #Password .middleColumn .middleColumn,
  #Form_ProfileForm #Password .middleColumn .middleColumn,
  #MemberLoginForm_LoginForm #Password .middleColumn,
  #MemberLoginFormExtension_LoginForm #Password .middleColumn {

    width: 100%;
  }
    #Form_RegisterForm input,
    #Form_ProfileForm input,
    #MemberLoginForm_LoginForm input,
    #MemberLoginFormExtension_LoginForm input

  {
      width: 100%;
      border-radius: 5px;
      border: 1px solid #CCC;
      padding: 5px 10px !important;
      margin-bottom: 20px;
    }


    #MemberLoginForm_LostPasswordForm input, #MemberLoginFormExtension_LostPasswordForm input {  width: 100%;
      border-radius: 5px;
      border: 1px solid #CCC;
      font-family: "Proxima-nova", sans-serif;
      padding: 5px 10px !important;
      margin-bottom: 20px;}



    #Form_RegisterForm input[type="submit"],
    #Form_ProfileForm input[type="submit"],
    #MemberLoginForm_LoginForm input[type="submit"], #MemberLoginForm_LostPasswordForm input[type="submit"],
    #MemberLoginFormExtension_LoginForm input[type="submit"], #MemberLoginFormExtension_LostPasswordForm input[type="submit"] {
     font-family: barmenoregular; padding: 5px 25px !important; text-transform: capitalize; background: #5fbbe6;
     border: 1px solid #5fbbe6; text-transform: uppercase; letter-spacing: 1px;
      margin-top: 20px;
      display: block;
      font-family: "Proxima-nova", sans-serif;
      clear: both !important;
      /*width: 270px;*/
      width: auto;
      font-size: 1em !important;

      color: #fff;
    }
      #Form_RegisterForm input[type="submit"]:hover,
      #Form_ProfileForm input[type="submit"]:hover,
      #MemberLoginForm_LoginForm input[type="submit"]:hover, #MemberLoginForm_LostPasswordForm input[type="submit"]:hover,
      #MemberLoginFormExtension_LoginForm input[type="submit"]:hover, #MemberLoginFormExtension_LostPasswordForm input[type="submit"]:hover {
        background: #333; border: 1px solid #333;
        -webkit-box-shadow: none;
          box-shadow: none;
      }





      #Form_RegisterForm input:hover {border: 1px  solid #000;   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(248, 215, 38, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(95, 187, 230, 0.6);}

          #Form_RegisterForm input:focus {border: 1px  solid #000;   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(248, 215, 38, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(95, 187, 230, 0.6);}



      #MemberLoginForm_LoginForm input:hover, #MemberLoginFormExtension_LoginForm input:hover {border: 1px  solid #000;   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(248, 215, 38, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(212,18, 0, .6);}

          #MemberLoginForm_LoginForm input:focus, #MemberLoginFormExtension_LoginForm input:focus {border: 1px  solid #000;   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(248, 215, 38, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(95, 187, 230, 0.6);}

 #MemberLoginForm_LoginForm  input.checkbox, #MemberLoginFormExtension_LoginForm  input.checkbox {width: 20px !important; margin-left: 0px; margin-top: 8px;}

 #MemberLoginForm_LoginForm label, #MemberLoginFormExtension_LoginForm label {font-weight: bold;}

 #MemberLoginForm_LoginForm label.right, #MemberLoginFormExtension_LoginForm label.right { text-align: left; }


 #MemberLoginForm_LoginForm  #ForgotPassword  a, #MemberLoginFormExtension_LoginForm  #ForgotPassword  a{ display: inline;   font-family: barmenoregular; padding: 4px 25px !important; text-transform: capitalize; background: #5fbbe6;
     border: 1px solid #5fbbe6; text-transform: uppercase; letter-spacing: 1px;
      margin-top: 20px;
      float: left;
      text-decoration: none;
       border-radius: 5px;
       font-size: 0.8em;
       margin-left: 0px;
       font-weight: normal;
       font-family: "Proxima-nova", sans-serif;

      color: #fff; }

 #MemberLoginForm_LoginForm #ForgotPassword  a:hover, #MemberLoginFormExtension_LoginForm #ForgotPassword  a:hover {
        background: #333; border: 1px solid #333;
        -webkit-box-shadow: none;
          box-shadow: none;
      }


      #MemberLoginForm_LostPasswordForm input:hover, #MemberLoginFormExtension_LostPasswordForm input:hover {border: 1px  solid #000;   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(248, 215, 38, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(248, 215, 38, .6);}

          #MemberLoginForm_LostPasswordForm input:focus, #MemberLoginFormExtension_LostPasswordForm input:focus {border: 1px  solid #000;   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(248, 215, 38, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(248, 215, 38, .6);}



#MemberLoginForm_LoginForm #Remember, #MemberLoginFormExtension_LoginForm #Remember {
  clear: both;
}
  #MemberLoginForm_LoginForm #Remember input, #MemberLoginFormExtension_LoginForm #Remember input {
    width: 5%;
    margin-top: 10px;
  }
  #MemberLoginForm_LoginForm #Remember label, #MemberLoginFormExtension_LoginForm #Remember label {
    width: 100%;
    text-align: left;
  }
  #MemberLoginForm_LoginForm input[type="submit"], #MemberLoginFormExtension_LoginForm input[type="submit"] {

    margin-bottom: 0;
    font-weight: normal;
  }

#ContactExtension {
  display: none;
}

.contactForm {
  background: #F8D726;
  color: #FFF;
}
  .contactForm .container > .row {
    padding: 40px 0;
  }
  .contactForm h1 {
    color: #FFF;
    margin-top: 0;
  }
  @media (max-width: 992px) {
    .contactForm .arrangeViewing h1 {
      font-size: 2.9em;
    }

  }
  .formContainer {
    border-right: 1px dashed #FFF;
  }
  .branchesContainer {

  }
    .branchesContainer .col-md-12 div {
      font-size: 1.28em;
      border-bottom: 1px solid #FFF;
      padding: 5px 0 !important;
    }
    @media (max-width: 1024px) {
      .branchesContainer {
        font-size: .8em;
      }
    }
      .branchesContainer .row:last-child div {
        border-bottom: 0;
      }
  .contactForm .arrangeViewing {
    background: none;
    padding: 0;
  }

.text-right {
  text-align: right;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  /* Only supported in IE10+ for IE, but hey ho, it works without loads of extra markup and degrades ok. */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.overrideNoPadSM {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.cwc {
  position: relative;
  height: 499px;
}
#carousel-wrapper {
  background-color: #FFF;
  width: 100%;
  height: 499px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#carousel .slide {
  float: left;
  position: relative;
  display: block;
}
.slide img {
  max-width: 100%;
  max-height: 100%;
}
.slide-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
#prev, #next {
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  height: 499px;
  width: 50%;
  top: 0;
  position: absolute;
}
  #prev:hover, #next:hover {
    background-color: #FFF;
    background-color: rgba(0, 0, 0, 0.8);
  }
#prev {
  left: -585px;
}
#next {
  right: -585px;
}
#pager {
  position: absolute;
  left: 50%;
  bottom: 10px;
}
#pager a {
  border: 1px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  background-color: #FFF;
}
#pager a span {
  display: none;
}
#pager a.selected {
  background-color: #ef3d56;
}
@media only screen and (min-width : 1025px) {
  .cwc {
    height: 499px;
  }
  #carousel-wrapper {
    height: 499px;
  }
}
@media only screen and (max-width : 1024px) {
  .cwc {
    height: 445px;
  }
  #carousel-wrapper {
    height: 445px;
  }
}
@media only screen and (max-width : 774px) {
  .cwc {
    height: 337px;
  }
  #carousel-wrapper {
    height: 337px;
  }
}

.councilTaxButton {
  background: #4cc8e9 !important;
}
  .councilTaxButton button {
    width: 100%;
    color: #FFF;
    border: 0;
    background: transparent;
    font-size: 2.3em;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  @media screen and (max-width: 1024px) {
    .councilTaxButton button {
      font-size: 1.9em;
    }
  }
  @media screen and (max-width: 768px) {
    .propertySummary {
      overflow: auto;
      margin-bottom: 15px;
    }

    .councilTaxButton button {
      font-size: 3.5em;
    }
  }



.Enlarge {
  position: relative;
  display: inline-block;
  margin: 0;
}
.Enlarge span {
  position: absolute;
  left: -9999px;
}
.Enlarge span img {
  margin-bottom: 5px;
}

div.Enlarge:hover {
  z-index: 999;
  cursor: pointer;
}
div.Enlarge:hover span {
  top: -20px;
  left: -50px;
  z-index: 999;
  width: 130px;
  height: 140px;
  padding: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 8px;
  text-align: center;
  color: #FFF;
  padding-bottom:20px;
}

a.backlink {
  color: #696968;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5em;
}
.backlink + .row {
  margin-top: 20px;
}

.switchBGC {
  background-color: #FFF;
}
.switchBGC .arrangeViewing {
  color: #696968;
}

.thanksBlock div {
  border: 1px solid #bdbec1;
}
.thanksBlock h2 {
  font-weight: bold;
  font-size: 3.5em;
}
.thanksBlock p:first-of-type {
  color: #231F20;
  font-size: 2em;
}
.thanksBlock p {
  font-size: 1.3em;
}
  @media screen and (max-width: 1024px) {
    .thanksBlock h2 {
      font-size: 2.6em;
    }
    .thanksBlock p:first-of-type {
      font-size: 1.7em;
    }
    .thanksBlock p {
      font-size: 1em;
    }
  }


.sellingBlock div {
  background: #F8D726;
  color: #FFF;
  overflow: auto;
}
  .sellingBlock h2 {
    font-weight: bold;
    color: #FFF;
    font-size: 3.5em;
  }
  .sellingBlock p {
    font-size: 2em;
  }
  .sellingBlock ul {
    padding-left: 15px;
    font-size: 1.3em;
  }

.staffBlock .col-md-12 {
  background: #F8D726;
  color: #FFF;
}
  .staffBlock .KeyStaffImageHolder {
    margin-top: -75px;
  }
  .staffBlock h2, .staffBlock h3 {
    color: #FFF;
    font-size: 2em;
  }
  .staffBlock h2 {
    margin-bottom: 0;
    text-transform: uppercase;
  }
  .staffBlock h3 {
    margin-top: 0;
    font-size: 1.7em;
  }
  .staffBlock p {
    font-size: 2em;
  }
  .staffBlock ul {
    padding-left: 15px;
    font-size: 1.3em;
  }


.icon-pulse {
  display: inline-block;
  -moz-animation: pulse 2s infinite linear;
  -o-animation: pulse 2s infinite linear;
  -webkit-animation: pulse 2s infinite linear;
  animation: pulse 2s infinite linear;
}

@-webkit-keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@-ms-keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}


.shareIcons {
  position: absolute;
  left: 15%;
  top: -50px;
  /*top: 50px;
  border: 1px solid #bdbec1;
  box-shadow: 2px 2px 5px #686869;
  padding: 7px;
  background: #FFF;
  border-radius: 5px;*/
  display: none;
}
  .shareIcons.active {
    /*display: block;*/
    z-index: 99;
  }
  .shareIcons ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .shareIcons li {
    float: left;
    min-width: 62px;
    padding: 5px 0;
    text-align: center;
    box-shadow: 2px 2px 5px #686869;
  }
  .icons .shareIcons i {
    position: relative;
    font-size: 1.5em;
    color: #FFF;
    right: auto;
    bottom: auto;
  }
  .shareIcons li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .shareIcons li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .shareIcons .email {
    background-color: #615f5d;
  }
  .shareIcons .facebook {
    background-color: #3c5a98;
  }
  .shareIcons .twitter {
    background-color: #47c7fa;
  }
  .shareIcons .whatsapp {
    background-color: #36ae49;
  }
  .shareIcons .linkedin {
    background-color: #0077b5;
  }
  @media screen and (min-width: 720px) {
    .shareIcons {
      left: 30%;
    }
    .shareIcons .whatsapp {
      display: none;
    }
  }

.backLinks a {
  text-decoration: none;
  font-size: 1.5em;
  margin-right: 20px;
}

.caret {
  border-top: 5px dashed;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.dropdown-menu .has-submenu {
  position: relative;
  color: #333 !important;
}
.dropdown-menu .caret {
  position: absolute;
  top: 10px;
  right: 15px;
}

.breadcrumb > li + li:before {
  content: '>';
  color: #441c55;
}

.StaticBannerBG {
width: 100%;
height: 200px !important;


}


.staticBannerText {
  position: relative;
  height: 200px;
}
.staticBannerText h2 {
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
  font-size: 3em;
 
  position: absolute;
  bottom: 15px;
}

.auctionList {

}
.auctionList th {
  background: #333;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: normal;

}
.auctionList td {
  color: #666;
  font-size: 1.3em;
  line-height: 2em !important;
  transition: all 1s ease-in-out;
}
.auctionList td a {
  text-decoration: none;
  color: #333;
}
.auctionList .highlighted td {
  background: #ddd;
  
}
.auctionList .selected + .detailsRow td {
  background: #FFF;
}
.auctionList .selected td {
  background: #FFF;
}
.auctionList .save {
  text-align: center;
  min-width: 85px;
}

table.auctionList tr:hover td { background-color: #ddd !important; cursor: pointer; color:#333;}



.auctionList .save a {
  text-decoration: none;
}


.auctionList .save a img {}
.auctionList .save a img:hover {opacity: 0.8;}


.auctionList .save span {
  text-transform: uppercase;
  color: #FFF;
  background: #441c55;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: .8em;
  margin-left: 5px;
   
}
.auctionList .propertyHolder {
  position: relative;
}
.auctionList .propertyHolder h1 a {
  color: #441c55;
  font-weight: bold;
  font-size: .9em;
}
.auctionList .collapseDetails {
    position: absolute;
    top: 0;
    right: 0;
    background: #441c55;
    padding: 12px 20px;
    color: #fff;
    font-size: 1.5em;
    z-index: 100;
}

.auctionList .collapseDetails:hover {background: #666;}




.auctionList .detailsRow td {
  padding: 0;
  max-width: 1140px;
}
.auctionList .resultText {
  font-weight: bold;
  font-size: 1.5em;
}
.auctionList .descriptionText {
  font-size: 0.9em;
  line-height: 1.3em;
  padding-bottom: 20px;
}
.auctionList .links {
  margin: 30px 0;
}
.auctionList .links a {
  text-transform: uppercase;
  color: #FFF;
  background: #441c55;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 14px;
  margin-right: 5px;
 
  text-decoration: none;
}
.auctionList .links a:hover {background-color: #333;}


.auctionList .links a.clean {
  background: transparent;
  padding: 0;
}

.auctionList .links a.clean img {}
.auctionList .links a.clean img:hover {opacity: 0.8;}



.auctionList .imageResult {
  position: absolute;
  left: 0;
  bottom: 0;
  
  background: rgba(79, 13, 86, .7);
  color: #fff;
  font-weight: bold;
 padding: 10px 20px;
 font-size: 22px;
}
.auctionList .lotImage {
  float: right;
  border-left: 1px solid #D2D3D5;
}




.fullServiceList th {
  background: #231F20;
  color: #F8D726;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: normal;
  font-family: 'ocean_sans_stdbook';
}
.fullServiceList td {
  color: #485E70;
  font-size: 1.3em;
  line-height: 2em !important;
  transition: all 1s ease-in-out;
  border-left: 1px solid #666;
  border-top: 1px solid #666 !important;
}
.fullServiceList td a {
  text-decoration: none;
  color: #485E70;
}
.fullServiceList .highlighted td {
  background: #F8D726;
  color: #000;
}
.fullServiceList .selected + .detailsRow td {
  background: #FFF;
}
.fullServiceList .selected td {
  background: #FFF;
}
.fullServiceList .save {
  text-align: center;
}

table.fullServiceList {border: 1px solid #666;}

table.fullServiceList tr:hover td { background-color: #fff !important; cursor: arrow;}

.auctionQuickLinks {
  margin: 0;
  padding: 0;
}
.auctionQuickLinks li {
  background: #F8D726;
  list-style: none;

    text-transform: uppercase;

  background-position: 10px 7px;
    background-repeat: no-repeat;
    background-size: 30px auto;
    font-size: 0.7em;
    margin-bottom: 10px;
    padding: 5px 0;
    text-transform: uppercase;
}
.auctionQuickLinks img {
  margin: 0 20px;
}
.auctionQuickLinks a {
  text-decoration: none;
  font-size: .7em;
  color: #231F20;
  text-transform: uppercase;

  display: block;
  padding: 7px 0;
    color: #494740;
    padding-left: 55px;
}

.propertyHeader a {
  text-decoration: none;
}
.propertyHeader span {
  display: inline-block;
  background: #441c55;
  color: #FFF;
  font-size: .5em;
  font-weight: normal;
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: 7px;
 
}


.propertyHeader span:hover {background: #666;}




.propertyHeader span.large {
  font-size: .6em;
  padding: 10px 75px;
  margin-top: 40px;
  color: #F8D726;
  font-family: barmenoregular;
}

.greyBG {
  background: #eee;
  padding-bottom: 30px;
}
.yellowBG {
  background: #F8D236;
}

.toggleHeader {
  background: #F8D236;
  padding: 12px 30px;
  font-family: barmenoregular;
  cursor: pointer;
}
.toggleHeader img {
  margin-right: 30px;
}
.toggleHeader span {
  display: block;
  float: right;
  background: #6D655F;
  color: #F8D236;
  font-size: 1.5em;
  margin-top: -12px;
  margin-right: -30px;
  padding: 9px 25px;
  width: 69px;
  transition: all .2s ease-in-out;
}

nav li {
  position: relative;

}
nav span {
  position: absolute;
  top: 2px;
  right: 10px;
  font-family: 'Times New Roman';
}

.propertyCount {
  font-size: 2em;
  padding-top: 20px;padding-bottom: 0px;
  font-family: barmenoregular;
}

.pagination {
  margin: 20px 0 0;
  margin-bottom: 20px;
}

.per-page {
  font-size: 1em;
  margin: 25px 0;
}
.per-page a {
  text-decoration: none;
  color: #666;
}
.per-page a:hover {
  text-decoration: none;
  color: #333;
}




.per-page a.active {
  color: #441c55;
  font-weight: bold;
}

.container_map {
  position: relative;
}
.mapInfo {
  position: absolute;
  top: 43%;
  left: 52.5%;
  background: rgba(255, 255, 255, .85);
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 1.5em;
}

.container_enquire {
  padding: 40px 0;
}
.container_enquire h2 {
  margin-top: 0;
  color: #000;
}

.container_enquire h3 {
  margin-top: 0;
  color: #000;
  font-family: "Proxima-nova", sans-serif;
}




.dropdown-menu > .active > a {
  background-color: #ddd;
}
.dropdown-menu > .active > a:hover {
  background-color: #382656;
}

.badge {
  background-color: #382656;
  color: #FFF;
}

.enquire .container, .offer .container {
  padding: 30px 0;
}

.enquire h2, .offer h2 {
  margin-top: 0;
  margin-bottom: 30px;
}

@media (min-width: 991px) {
  .PropertyContactDepartments {
    border-left: 1px dotted #333;
  }
}

.PropertyContactDepartments h3 {
  margin: 10px 0 0;
  font-size: 1.2em;
  font-weight: bold;
}

.PropertyContactDepartments ul {
  padding: 0 0 10px;
  margin: 0;
  list-style: none;
  border-bottom: 1px dotted #333;
}

.PropertyContactDepartments ul:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.PropertyContactDepartments a {
  text-decoration: none;
  color: #333;
}

.PropertyContactDepartments a:hover { text-decoration: underline; }






@media (min-width: 991px) {
  .ContactFormBranchLeft {
    padding-right: 0;
  }
}

.ContactFormBranch label {
  color: #333;
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 0;
}

  .ContactFormBranch input[type="text"]
, .ContactFormBranch textarea
, .ContactFormBranch select {
  width: 100%;
  border: 0;
  border-radius: 5px;
  padding: 10px 15px;
  color: #000;
  margin-bottom: 20px;
  border: 1px solid #999;
}




.ContactFormBranch textarea {
  height: 200px;
}

.ContactFormBranch input[type="text"]:hover
, .ContactFormBranch textarea:hover {border: 1px solid #000;}

.ContactFormBranch p {
  color: #333;
  font-size: 1.3em;
}

.ContactFormBranch input[type="submit"] {
  background: #441c55;
  color: #fff;
  margin: 0;
  padding: 5px 0;
  border: 0;
  width: 100%;
  float: right;
  border-radius: 5px;
  font-size: 1.4em;
font-weight: bold;
}

.ContactFormBranch input[type="submit"]:hover {background: #333;}


.footerGap {
  margin-bottom: 15px;
}


#SearchFormSales label, #SearchFormLets label, #SearchFormAuctions label {
  color: #4F0D56;
  cursor: pointer;
}

a.btn-sk-yellow {
  color: #fff;
  background-color: rgb(79, 13, 86);
  border-color: rgb(79, 13, 86);
  text-transform: uppercase;
  text-decoration: none;
  padding: 4px 30px;
  padding-top: 7px;

   letter-spacing: 0px;
   font-size: 19px;
   margin-top: 10px;

}


a.btn-sk-yellow:hover {background-color: #441c55; color: #fff;}
a.ina-4-link {color: #382656; text-decoration: none;}
a.ina-4-link:hover {color:#f78f1e}

.btn-primary {    padding: 6px 25px; text-transform: capitalize; background: #441c55; border: 1px solid #441c55; text-transform: uppercase;  }
.btn-primary:hover {background: #333; border: 1px solid #333}

label {font-size: 14px; font-weight: bold;}

.form-control {border: 1px  solid #ccc; font-size:1.5rem}
.form-control:hover {border: 1px  solid #000;   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(95, 187, 230, 0.6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(95, 187, 230, 0.6);}

          .form-control:focus {border: 1px  solid #000;   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(95, 187, 230, 0.6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(95, 187, 230, 0.6);}

.checkbox label {font-weight: bold;}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
 .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.filefield {cursor: pointer;}


  #interactiveMap {height: 500px;}


  .tooltip {
  position: absolute
  z-index: 1070;
  display: block;
  font-family: "Proxima-nova", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 999999999999999999999 !important;

  line-break: auto;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
  z-index: 999999999 !important;
}
.breadcrumb {z-index: -1;}

@media (max-width: 992px) {
    
    .auctionList th {
      font-size: 1em;
    }
  }