* {
  box-sizing: border-box;
  overflow-x: hidden;
}

.red {
  color: #990000;
}

.success {
  background: #acfa92;
  border: solid 1px #82f55c;
  padding: 5px;
  color: #000;
}

.error {
  background: #fa8479;
  border: solid 1px #f53838;
  padding: 5px;
  color: #000;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Ubuntu", sans-serif;
}

.footer {
  padding: 20px;
  color: #f8f8f8;
  display: grid;
  grid-template-columns: 1fr;
  background: #7d7e7d;
  background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  background: -webkit-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  background: linear-gradient(to bottom, #7d7e7d 0%, #0e0e0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0);
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1280px) {
  .footer {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.widget {
  padding: 10px;
  font-size: 12px;
}

.widget ul {
  padding: 0px;
  padding-left: 5px;
}

.widget .widgetheading {
  margin-bottom: 5px;
}

.center {
  text-align: center;
}

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

.footer a:hover {
  color: #ccc;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  color: #fff;
}

.footer address {
  line-height: 1.6em;
}

.footer h5 a:hover,
.footer a:hover {
  text-decoration: none;
}

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

.footer ul li:hover {
  color: #f00;
}

.site-wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
  max-width: 100%;
  overflow-x: hidden;
}

.site-wrapper #slide-menu {
  position: fixed;
  top: 40px !important;
  left: calc(-100% - 12px);
  width: 100%;
  z-index: 1000;
  background: #f8f8f8;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 1px #e8e8e8;
  padding-bottom: 50px;
}

.site-wrapper #slide-menu .body {
  box-sizing: border-box;
  padding: 8px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.site-wrapper #slide-menu .body #business-links-wrap {
  display: flex;
  flex-direction: column;
}

.site-wrapper #slide-menu .body #business-links-wrap a.business {
  text-decoration: none;
  color: #2daae4;
  flex: 1;
  border-bottom: solid 1px #eee;
  padding: 20px;
  margin: 0;
}

.site-wrapper #slide-menu .body #service-links-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.site-wrapper #slide-menu .body #service-links-wrap a.service {
  text-decoration: none;
  color: #2daae4;
  flex: 1;
  border-bottom: solid 1px #eee;
  padding: 20px;
  margin: 0;
}

.site-wrapper #slide-menu .body #policy-links-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.site-wrapper #slide-menu .body #policy-links-wrap a.business {
  text-decoration: none;
  color: #2daae4;
  flex: 1;
  border-bottom: solid 1px #eee;
  padding: 20px;
  margin: 0;
}

@media (min-width: 568px) {
  .site-wrapper #slied-menu {
    left: -567px;
  }

  .site-wrapper #slide-menu .body #business-links-wrap,
  .site-wrapper #slide-menu .body #policy-links-wrap {
    flex-direction: row;
    margin-bottom: 20px;
    font-size: 10px;
  }
  .site-wrapper #slide-menu .body #policy-links-wrap {
    margin-top: 20px;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}

site-header {
  box-sizing: border-box;
  padding: 8px;
  background: #7d7e7d;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7d7e7d 0%, #0e0e0e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0);
  /* IE6-9 */
  position: fixed;
  width: 100vw;
  flex: 1;
  display: flex;
  flex-direction: row;
  height: 40px;
  color: #fff;
  z-index: 150;
}

site-header #site-title {
  flex: 8;
  text-align: center;
  font-size: 14px;
  margin-top: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

site-header #site-title div {
  margin-left: 6px;
}

site-header #site-title #page_name {
  font-size: 14px;
}

site-header #site-title #logo-img {
  width: 28px;
}

site-header #burger-menu {
  display: flex;
  flex: 1;
  margin-left: 14px;
  margin-top: -4px;
  font-size: 30px;
  overflow: hidden;
}

#header-wrapper #large-header #header-wrap .header-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  site-header {
    display: none;
  }
}

#header-wrapper {
  background: url("/images/top_background.jpg");
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  width: 100%;
}

#header-wrapper #large-header {
  display: flex;
  flex-direction: column;
}

#header-wrapper #large-header #header-wrap {
  display: flex;
  flex-direction: column;
}

#header-wrapper #large-header #header-wrap .header-column #logo-cluster {
  margin-top: 40px;
  width: 200px;
  text-align: center;
  margin: 0 auto;
}

#header-wrapper #large-header #header-wrap #logo-cluster img {
  margin-top: 15px;
}

@media screen and (min-width: 568px) {
  #header-wrapper #large-header #header-wrap #logo-cluster img {
    width: 18%;
  }
}

#header-wrapper #large-header #header-wrap #logo-cluster .text {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

#header-wrapper #large-header #header-wrap #tag-line {
  margin: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}

#header-wrapper #large-header #header-wrap #tag-line span {
  margin: 5px;
}

#header-wrapper #large-header #header-wrap #tag-line .coloured {
  color: #fff;
}

#header-wrapper #large-header .contact-cluster {
  text-align: center;
  align-self: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 568px) {
  #header-wrapper #large-header #header-wrap #tag-line {
    flex-direction: row;
  }
  #header-wrapper #large-header #header-wrap #tag-line span {
    margin: 2px;
  }
  #header-wrapper #large-header #header-wrap #tag-line .coloured {
    color: #2daae4;
  }
}

#header-wrapper #large-header .contact-cluster a {
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: block;
  border: solid 1px #2daae4;
  margin: 10px;
  padding: 10px;
  font-size: 18px;
  width: 250px;
}

#online-valuation-tool.menu-button {
  font-family: inherit !important;
  cursor: pointer !important;
  user-select: none !important;
  outline: 0 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  border-color: transparent !important;
  background: none !important;
  margin: 0 !important;
}

#online-valuation-tool.menu-button:hover:before, 
#online-valuation-tool.menu-button:focus:before, 
#online-valuation-tool.menu-button:active:before {
  opacity: 0 !important;
}

@media (min-width: 568px) {
  #header-wrapper #large-header .contact-cluster {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #header-wrapper #large-header .contact-cluster a {
    padding: 5px;
    margin: 5px;
    margin-left: 18px;
  }
}

#header-wrapper #large-header #main-menu {
  margin: 10px;
  display: none;
  color: #fff;
  margin-left: auto;
}

#header-wrapper #large-header #main-menu a {
  background-color: none;
  /* border: solid 1px #2DAAE4; */
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 5px;
}

#header-wrapper #large-header #main-menu a:hover {
  background-color: #2daae4;
  color: #000;
}

#header-wrapper #large-header #main-menu .menu-button {
  background-color: none;
  border: solid 1px #2daae4;
  color: #fff;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  margin: 5px;
  cursor: pointer;
  overflow: hidden;
}

#header-wrapper #large-header #main-menu .menu-button:hover .property-select-menu {
  display: block;
}

#header-wrapper #large-header #main-menu #property-select-menu {
  display: none;
  margin-left: -80px;
  background-color: #333;
}

#header-wrapper #large-header #main-menu #property-select-menu a {
  padding: 6px;
}

#header-image {
  display: none;
  max-width: 100%;
  margin-top: 80px;
}

#page-header-wrapper {
  margin-top: 30px;
  background: url("/images/top_background.jpg");
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

#page-header-wrapper #inner-header {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

#page-header-wrapper #inner-header #header-wrap {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  #page-header-wrapper #inner-header #header-wrap {
    display: flex;
    flex-direction: row;
  }
}

#page-header-wrapper #inner-header #header-wrap .header-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#page-header-wrapper #inner-header #header-wrap #logo-cluster {
  margin: 0 auto;
  width: 200px;
  display: flex;
  justify-content: center;
}

#page-header-wrapper #inner-header #header-wrap #logo-cluster {
  margin: 0 auto;
  width: 120px;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  #page-header-wrapper #inner-header #header-wrap #logo-cluster {
    margin: 0;
    margin-left: 120px;
  }
}

#page-header-wrapper #inner-header #header-wrap #logo-cluster img {
  width: 100%;
}

#page-header-wrapper #inner-header #header-wrap .header-column #logo-cluster img {
  width: 60%;
}

#page-header-wrapper #inner-header #header-wrap .header-column #logo-cluster .text {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

#page-header-wrapper #inner-header #header-wrap .header-column #tag-line {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}

#page-header-wrapper #inner-header #header-wrap .header-column #tag-line span {
  margin: 5px;
}

#page-header-wrapper #inner-header #header-wrap .header-column #tag-line .coloured {
  color: #fff;
}

#page-header-wrapper #inner-header #header-wrap .header-column .contact-cluster {
  margin-top: 20px;
  text-align: center;
  align-self: center;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

#page-header-wrapper #inner-header #header-wrap .header-column .contact-cluster a div {
  text-align: center;
  width: 100%;
}

#page-header-wrapper #inner-header #header-wrap .header-column #tag-line {
  display: none;
}

@media (min-width: 768px) {
  #page-header-wrapper #inner-header #header-wrap .header-column {
    display: flex;
    flex-direction: row;
  }

  #tagline {
    display: none;
  }

  #page-header-wrapper #inner-header #header-wrap #logo-cluster {
    width: 130px;
    margin-bottom: 10px;
  }

  #page-header-wrapper #inner-header #header-wrap #logo-cluster img {
    width: 100%;
  }
  #page-header-wrapper #inner-header #header-wrap .header-column .contact-cluster {
    display: none;
  }
  #page-header-wrapper #inner-header #header-wrap #main-menu {
    display: flex;
    height: 50px;
    align-self: flex-end;
    margin-right: 5%;
  }
}

#page-header-wrapper #inner-header .contact-cluster div {
  width: 50%;
  padding: 2px;
}

#page-header-wrapper #inner-header .contact-cluster div a {
  border-radius: 0px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: block;
  /* border: solid 1px #2DAAE4; */
  margin: 2px;
  font-size: 11px;
  width: 100%;
  padding: 10px;
  text-align: center;
}

#page-header-wrapper #inner-header #header-wrap .header-column #tag-line .coloured {
  color: #2daae4;
}

#page-header-wrapper #inner-header .contact-cluster div a div {
  display: flex;
  justify-content: center;
}

@media (min-width: 568px) {
  #page-header-wrapper #inner-header #header-wrap.header-column #tag-line {
    flex-direction: row;
  }
  #page-header-wrapper #inner-header #header-wrap .header-column #tag-line span {
    margin: 2px;
  }
  #page-header-wrapper #inner-header #header-wrap .header-column #tag-line .coloured {
    color: #2daae4;
  }
}

@media (min-width: 568px) {
  #page-header-wrapper #inner-header .contact-cluster {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #page-header-wrapper #inner-header .contact-cluster a {
    padding: 5px;
    margin: 5px;
    margin-left: 18px;
  }
}

#page-header-wrapper #inner-header #main-menu {
  margin: 10px;
  margin-left: auto;
  margin-right: 20px;
  display: none;
  color: #fff;
}

#page-header-wrapper #inner-header #main-menu a {
  background-color: none;
  /* border: solid 1px #2DAAE4; */
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 5px;
}

#page-header-wrapper #inner-header #main-menu a:hover {
  background-color: #2daae4;
  color: #000;
}

#page-header-wrapper #inner-header #main-menu .menu-button {
  background-color: none;
  border: solid 1px #2daae4;
  color: #fff;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  margin: 5px;
  cursor: pointer;
  overflow: hidden;
}

#page-header-wrapper #inner-header #main-menu .menu-button:hover .property-select-menu {
  display: block;
}

#page-header-wrapper #inner-header #main-menu #property-select-menu {
  display: none;
  margin-left: -80px;
  background-color: #333;
}

#page-header-wrapper #inner-header #main-menu #property-select-menu a {
  padding: 6px;
}

#header-wrapper #large-header #logo-cluster {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  #header-wrapper {
    height: auto;
    flex-direction: row;
  }
  #header-image {
    display: inline-flex;
    margin: 0px;
  }
  #header-wrapper #large-header {
    flex-wrap: wrap;
    width: 90%;
  }
  #header-wrapper #large-header #header-wrap {
    flex-direction: row;
    width: 85%;
    margin: 0 auto;
  }
  #header-wrapper #large-header #header-wrap .header-column {
    flex-direction: row;
  }
  #header-wrapper #large-header #main-menu {
    display: flex;
  }
  #header-wrapper #large-header #logo-cluster {
    max-width: 250px;
  }
  #header-wrapper #large-header #header-wrap #logo-cluster img {
    width: 60%;
  }
  #header-wrapper #large-header #header-wrap #tag-line {
    font-size: 20px;
    margin: 0px;
    margin-top: 20px;
    margin-right: 10px;
  }
  #header-wrapper #large-header .contact-cluster {
    display: none;
  }
  #page-header-wrapper #inner-header {
    flex-wrap: wrap;
    width: 100%;
  }
  #page-header-wrapper #inner-header #header-wrap #tag-line {
    font-size: 20px;
    margin-left: auto;
  }
  #page-header-wrapper {
    height: auto;
    margin-top: 0px;
    flex-direction: row;
  }
  #featured #featured_content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}

#featured .title {
  color: #2daae4;
  padding: 10px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}

#featured #featured_content {
  flex-direction: column;
  align-items: top;
  justify-content: center;
  width: 100%;
}

@media (min-width: 568px) {
  #featured #featured_content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  #featured #featured_content property {
    width: 45%;
  }
  #featured #featured_content property .header {
    font-size: 12px;
  }
}

@media (min-width: 1024px) {
  #featured #featured_content property {
    width: 23%;
  }
}

@media (min-width: 1440px) {
  #featured {
    height: auto;
  }
}

#property-search .title {
  color: #2daae4;
  padding: 10px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}

#search {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.search-input {
  display: flex;
  justify-content: center;
}

.search_area {
  max-width: 200px;
  border: 0;
  padding: 5px;
  background: none;
}

property {
  overflow-x: hidden;
  border: solid 1px #ccc;
  border-radius: 8px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  background: #e8e8e8;
}

property .header {
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
  text-align: left;
  display: flex;
  flex-direction: column;
}

property .header .tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

property .header .tags .tag {
  display: flex;
  padding: 4px 6px;
  color: #000;
  font-size: 12px;
}

property .header .tags .green {
  background: green;
  color: #fff;
}

property .header .tags .red {
  background: #900;
  color: #fff;
}

property .header .tags .blue {
  background: #2daae4;
  color: #fff;
}

property .header .tags .orange {
  background: orange;
  color: #fff;
}

property .header .tags .pink {
  background: pink;
  color: #000;
}

property .header .tags .yellow {
  background: yellow;
  color: #000;
}

property .header .tags .available_soon {
  background: #9c3;
  color: #000;
}

property .header .tags .sold {
  background: #8000ff;
  color: #fff;
}

property .header .tags .soldstc {
  background: #008040;
  color: #fff;
}

property .header .tags .plus {
  font-size: 14px;
}

property .header .location {
  font-weight: bold;
  font-size: 16px;
  padding: 3px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

property .header .location span {
  color: #900;
}

property .img_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

property .img_wrap .main_prop_img {
  max-height: 190px;
}

property .feature-text {
  box-sizing: border-box;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #000;
  text-align: center;
  text-overflow: ellipsis;
}

property .feature-text .price {
  font-size: 16px;
  font-weight: bold;
}

property .button-control {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: auto;
}

property .button-control .button_green {
  background-color: green;
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  flex: 1;
}

property .button-control .button_blue {
  background-color: #2daae4;
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  flex: 1;
}

site-footer {
  box-sizing: border-box;
  padding: 8px;
  bottom: 0px;
  background: #7d7e7d;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7d7e7d 0%, #0e0e0e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0);
  /* IE6-9 */
  z-index: 200;
  display: flex;
  flex-direction: row;
  flex: 1;
  width: 100%;
}

site-footer div {
  margin: 5px;
  margin-top: 0px;
  color: #fff;
  flex: 1;
}

site-footer #copyright {
  font-size: 10px;
  flex: 4;
}

site-footer #controls {
  flex: 1;
  margin: 0;
}

site-footer #controls .control {
  margin-left: 8px;
}

site-footer #controls #quick-contact {
  box-sizing: border-box;
  padding: 8px;
  box-shadow: 3px 0px 5px 0px #ccc;
  position: absolute;
  background: #ddd;
  width: 100px;
  height: 140px;
  bottom: 25px;
  right: 0px;
  color: #000;
  font-size: 10px;
  display: none;
}

site-footer #controls #quick-contact a {
  display: block;
  color: #000;
  text-decoration: none;
  height: 30%;
  text-align: center;
  line-height: 35px;
}

site-footer #menu {
  display: none;
}

site-footer #links {
  display: none;
}

.acred-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.acred-grid div {
  text-align: center;
  padding: 5px;
}

@media (min-width: 568px) {
  site-footer #copyright {
    flex: 9;
  }
}

@media (min-width: 768px) {
  site-footer #controls {
    display: none;
  }
  site-footer #menu {
    display: flex;
  }
  site-footer #links {
    display: flex;
  }
}

.home-page {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #eee;
}

.home-page #page-body {
  width: 100%;
  background: #eee;
}

.home-page #page-body hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1;
  padding: 0;
}

.home-page #page-body section {
  box-sizing: border-box;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

.home-page #page-body section .title {
  text-align: center;
  font-weight: bold;
}

.home-page #page-body section .content {
  display: flex;
}

.home-page #page-body #page-search {
  display: none;
}

@media (min-width: 768px) {
  .home-page #page-body #page-search {
    display: flex;
  }
  .home-page #page-body #page-search .title {
    color: #2daae4;
    padding: 10px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
  }
  .home-page #page-body #page-search #page-search_content {
    flex-direction: row;
    align-items: top;
    justify-content: center;
    width: 100%;
  }
  .home-page #page-body #page-search #page-search_content #info {
    box-sizing: border-box;
    padding: 8px;
    flex: 1;
    text-align: left;
    color: #2daae4;
    padding-top: 0px;
  }
  .home-page #page-body #page-search #page-search_content form {
    border: solid 0px #ccc;
    flex: 1;
    color: #2581ac;
  }
  .home-page #page-body #page-search #page-search_content .criteria_header {
    width: 100%;
    text-align: center;
    font-weight: bold;
  }
  .home-page #page-body #page-search #page-search_content #second_criteria_header {
    margin-top: 10px;
  }
  .home-page #page-body #page-search #department {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
  }
  .home-page #page-body #page-search #department label {
    font-size: 20px;
    margin-right: 10px;
  }
  .home-page #page-body #page-search #department input[type="radio"] {
    -webkit-transform: scale(2);
    transform: scale(2);
    margin: 8px;
    border-color: #2daae4;
  }
  .home-page #page-body #page-search #area {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
  }
  .home-page #page-body #page-search #area select {
    background: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    padding-top: 10px;
    padding: 5px;
    font-size: 16px;
    color: #2581ac;
  }
  .home-page #page-body #page-search #area select option {
    background: #e8e8e8;
    color: #333;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
  }
}

@media (min-width: 1024px) {
  .home-page #page-body #page-search #page-search_content {
    width: 75%;
  }
}

.home-page #page-body #main_services .title {
  color: #2daae4;
  padding: 10px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}

.home-page #page-body #main_services #main_services_content {
  flex-direction: column;
  align-items: center;
  justify-content: top;
  width: 100%;
}

.home-page #page-body #main_services #main_services_content service-type {
  overflow-x: hidden;
  border: solid 1px #ccc;
  border-radius: 8px;
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  background: #e8e8e8;
}

.home-page #page-body #main_services #main_services_content service-type .header {
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.home-page #page-body #main_services #main_services_content service-type .header .title {
  font-weight: bold;
  font-size: 16px;
  padding: 3px;
  text-align: center;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}

.home-page #page-body #main_services #main_services_content service-type .header .title span {
  color: #2daae4;
}

.home-page #page-body #main_services #main_services_content service-type img {
  width: 90%;
}

.home-page #page-body #main_services #main_services_content service-type .service-text {
  box-sizing: border-box;
  padding: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #000;
  text-align: center;
}

.home-page #page-body #main_services #main_services_content service-type .controls {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: auto;
}

.home-page #page-body #main_services #main_services_content service-type .controls .button_green {
  background-color: green;
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  flex: 1;
}

.home-page #page-body #main_services #main_services_content service-type .controls .button_blue {
  background-color: #2daae4;
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  flex: 1;
}

@media (min-width: 568px) {
  .home-page #page-body #main_services #main_services_content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .home-page #page-body #main_services #main_services_content service-type {
    width: 45%;
  }
  .home-page #page-body #main_services #main_services_content service-type .header {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .home-page #page-body #main_services #main_services_content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .home-page #page-body #main_services #main_services_content service-type {
    width: 45%;
  }
}

@media (min-width: 1024px) {
  .home-page #page-body #main_services #main_services_content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .home-page #page-body #main_services #main_services_content service-type {
    width: 24%;
    margin-right: 10px;
  }
}

.home-page #page-body #services {
  background: #e8e8e8;
}

.home-page #page-body #services .title {
  color: #2daae4;
  padding: 10px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}

.home-page #page-body #services #services_content {
  display: flex;
  flex-direction: column;
}

.home-page #page-body #services #services_content ul.services_list {
  list-style-type: none;
  margin: 0;
  font-size: 12px;
}

.home-page #page-body #services #services_content ul.services_list li {
  padding: 5px;
}

@media (min-width: 568px) {
  .home-page #page-body #services #services_content {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .home-page #page-body #services #services_content ul.services_list {
    width: 49%;
  }
}

@media (min-width: 768px) {
  .home-page #page-body #services #services_content {
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 100px;
  }
}

@media (min-width: 1024px) {
  .home-page #page-body #services #services_content {
    padding-left: 200px;
  }
}

.home-page #page-body #services .tick {
  width: 18px;
}

.home-page #page-body #services .text {
  font-size: 12px;
}

.home-page #page-body #marketing .title {
  color: #2daae4;
  padding: 10px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}

.home-page #page-body #marketing #marketing_content {
  flex-direction: row;
}

.home-page #page-body #marketing #marketing_content img {
  max-height: 40px;
  margin: 10px;
}

.home-page #page-body #marketing .text {
  font-size: 12px;
}

@media (min-width: 1440px) {
  .home-page #page-body {
    width: 80%;
  }
}

@media (min-width: 768px) {
  .home-page {
    margin-top: 0px;
  }
}

.property-page {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-top: 0px;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.property-page #page-body {
  width: 100vw;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.property-page #page-body #top-box {
  box-sizing: border-box;
  padding: 8px;
  text-align: left;
  font-size: 14px;
}

.property-page #page-body .content-container {
  display: flex;
  flex-direction: column;
}

.property-page #page-body .content-container #controls {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.property-page #page-body .content-container #controls .header {
  display: flex;
  flex-direction: row;
}

.property-page #page-body .content-container #controls .header #filters_btn {
  background-color: none;
  border: solid 1px #2581ac;
  color: #000;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  margin-left: auto;
  margin-right: 10px;
  font-size: 16px;
  padding: 5px;
}

.property-page #page-body .content-container #controls .header #filters_btn .btn {
  font-size: 20px;
}

.property-page #page-body .content-container #controls .header #filters_body {
  display: flex;
  flex-direction: row;
}

.property-page #page-body .content-container #results {
  display: flex;
  background: #fff;
  flex: 1;
  flex-direction: column;
  align-items: top;
  justify-content: center;
}

.property-page #page-body .content-container #results property {
  width: 90%;
  align-self: center;
  margin: 10px;
}

@media (min-width: 568px) {
  .property-page #page-body .content-container #results {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex: 4;
  }
  .property-page #page-body .content-container #results property {
    width: 40%;
  }
  .property-page #page-body .content-container #results property .header {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .property-page #page-body .content-container #results {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-content: top;
  }
  .property-page #page-body .content-container #results property {
    width: 45%;
  }
}

@media (min-width: 1024px) {
  .property-page #page-body .content-container #results property {
    width: 30%;
  }
}

@media (min-width: 768px) {
  .property-page #page-body .content-container {
    flex-direction: row;
  }
}

a {
  color: #2581ac;
  text-decoration: none;
}

a:hover {
  color: #2daae4;
}

.about-page {
  background: #f8f8f8;
}

.about-page .page-body {
  padding: 20px;
}

@media screen and (min-width: 1024px) {
  .about-page .page-body {
    width: 70%;
    margin: 0 auto;
  }
}

.about-page .page-body .accreds {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.about-page .page-body .accreds a {
  color: #2581ac;
  text-decoration: none;
}

.about-page .page-body .accreds a:hover {
  color: #2daae4;
}

.services-page {
  background: #f8f8f8;
}

.services-page .header {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 20px;
  flex-direction: column;
}

.services-page .header .text {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.services-page .header .logos {
  width: 100%;
  display: flex;
  justify-content: center;
}

.services-page .header .logos img {
  width: 50%;
}

@media (min-width: 568px) {
  .services-page .header .logos img {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .services-page .header {
    flex-direction: row;
  }
  .services-page .header .text {
    font-size: 26px;
    width: 100%;
    text-align: left;
  }
  .services-page .header .logos {
    margin-left: auto;
    width: auto;
  }
  .services-page .header .logos img {
    width: 70%;
  }
}

.services-page .page-body {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 1024px) {
  .services-page .header {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .services-page .page-body {
    width: 90%;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1440px) {
  .services-page .header {
    width: 70%;
  }
  .services-page .page-body {
    width: 70%;
  }
}

.service-area {
  border: solid 1px #ccc;
  padding: 5px;
  border-radius: 5px;
  margin: 5px;
  background: #fff;
}

.rental {
  padding: 20px;
}

.sale {
  padding: 20px;
}

.services-page .page-body .accreds a {
  color: #2581ac;
  text-decoration: none;
}

.services-page .page-body .accreds a:hover {
  color: #2daae4;
}

/**
          */

.join-btn {
  background: none;
  border: solid 1px #2daae4;
  color: #2daae4;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  margin: 5px;
  cursor: pointer;
}

.contact-page {
  background: #f8f8f8;
}

.contact-page input {
  padding: 4px;
}

.contact-page .page-body {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 500px;
  width: 100vw;
}

.contact {
  padding: 5px;
}

.mailing {
  padding: 5px;
}

@media screen and (min-width: 1024px) {
  .contact-page .page-body {
    width: 70%;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
  }
}

.page-content {
  width: 100vw;
}

/** Home screen slider **/

@keyframes slidy {
  /* 0% {
    left: 0%;
  }
  20% {
    left: 0%;
  }
  25% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  95% {
    left: -300%;
  }
  100% {
    left: -400%;
  } */
  0% {
    left: -100%;
  }
  10% {
    left: -100%;
  }
  20% {
    left: -200%;
  }
  30% {
    left: -200%;
  }
  45% {
    left: -300%;
  }
  60% {
    left: -300%;
  }
  70% {
    left: -400%;
  }
  80% {
    left: -400%;
  }
  95% {
    left: -500%;
  }
  100% {
    left: -500%;
  }
}

figure {
  margin: 0;
  font-family: Istok Web, sans-serif;
  font-weight: 100;
}

div#captioned-gallery {
  width: 100%;
  overflow: hidden;
}

figure.slider {
  position: relative;
  width: 500%;
  font-size: 0;
  animation: 30s slidy infinite;
  display: flex;
  align-items: center;
}

figure.slider figure {
  width: 20%;
  height: auto;
  display: inline-block;
  position: inherit;
}

figure.slider img {
  width: 100%;
  height: auto;
}

figure.slider figure figcaption {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  width: 100%;
  font-size: 2rem;
  padding: 0.6rem;
}

.facebook {
  display: flex;
  max-height: 45px;
}

.facebook_image {
  width: 40px !important;
  height: auto;
}

.zoopla_image {
  width: 100px !important;
  height: auto;
  margin-top: 5px;
}

.zoopla_marketing_image {
  width: 190px;
  height: auto;
}

.shadow {
  box-shadow: 2px 12px 8px -4px rgba(0,0,0,0.22);
-webkit-box-shadow: 2px 12px 8px -4px rgba(0,0,0,0.22);
-moz-box-shadow: 2px 12px 8px -4px rgba(0,0,0,0.22);
}

#online-valuation-tool.fixed-valuation-button {
  position: fixed !important;
  width: 200px;
  right: 0px;
  top: 35px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #2daae4;
  padding: 10px;
  color: #fff;
  display: none;
}

#online-valuation-tool.fixed-valuation-button:hover {
  background: #10a0e3;
}

@media (min-width: 1024px) {
  #online-valuation-tool.fixed-valuation-button {
    display: block;
  }
}

.instant-valuation-wrapper {
  text-align: center;
}

#online-valuation-tool {
  font-family: inherit !important;
  cursor: pointer !important;
  user-select: none !important;
  outline: 0 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  border-color: transparent !important;
}

#online-valuation-tool.ovt-button {
  padding: 11px 24px !important;
  display: inline-block !important;
  position: relative !important;
  border-radius: 4px !important;
  line-height: 1.5 !important;
  text-align: center !important;
  background-color: #2DAAE4;
  color: #FFFFFF;
}

#online-valuation-tool:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0;
  transition: opacity ease-in-out 300ms;
}

#online-valuation-tool:hover:before, #online-valuation-tool:focus:before, #online-valuation-tool:active:before {
  opacity: 0.25 !important;
}
