body {
  margin: auto;
  background: #414042;
  color: #ffffff;
}

.collapse {
  display: none !important;
  height: 0px !important;
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
          transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
}

.collapse.in {
  display: none !important;
  height: 0px !important;
}

.wb-page,
.wb-page-home,
.wb-list-page,
.wb-page-with-header {
  max-width: 800px;
  margin: 0 auto;
  background: #414042;
  color: #1B1C1D;
  color: #fff;
  min-height: 600px;
}

.wb-page-with-header {
  padding-top: 110px;
}

.wb-page {
  margin-top: 2em;
}

.wb-list-page {
  margin-top: 2em;
  margin-top: 7em;
  padding: 0 !important;
}

.wb-list-page .ui.grid > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wb-list-page .heading {
  top: 30px;
  left: 0px;
  right: auto;
  bottom: auto;
  position: fixed;
  z-index: 99;
  margin: 0em;
  width: 100%;
  background-color: #f7f7f7;
}

.floated.left {
  float: left;
}

.floated.right {
  float: right;
}

.no-overflow {
  overflow: hidden;
}

.scroll-x {
  overflow-x: scroll;
  overflow-y: hidden;
}

.display {
  display: initial;
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
          transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
}

.display.in {
  display: initial;
}

.hidden.menu {
  display: none;
}

.clip-circle {
  -webkit-clip-path: circle(60px at center);
          clip-path: circle(60px at center);
}

/* Image Filters */

.tinted {
  z-index: 1;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/bg-house-tinted.jpg) no-repeat center center !important;
  background-size: cover !important;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 5px 5px;
}

.tinted:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all .3s linear;
          transition: all .3s linear;
  background: rgba(51, 51, 51, 0.5);
}

.tinted .blur {
  -webkit-filter: blur(1);
  -moz-filter: blur(1);
  -ms-filter: blur(1);
  -o-filter: blur(1);
  filter: blur(1);
}

.tinted .sepia {
  -webkit-filter: sepia(1);
  -moz-filter: sepia(1);
  -ms-filter: sepia(1);
  -o-filter: sepia(1);
  filter: sepia(1);
}

.tinted h1,
.tinted h2,
.tinted h3,
.tinted h4,
.tinted h5 {
  color: #ffffff;
}

.tinted .toggle.switch {
  color: #ffffff;
}

.tinted .ui.small.image {
  width: 200px !important;
}

a.external:after {
  content: "\f08e";
  font-family: FontAwesome;
  color: #999999;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  padding-left: 6px;
}

.app-content-loading {
  text-align: center;
  height: 100%;
  width: 100%;
  background: #e6e6e6;
  opacity: 0.25;
  position: absolute;
  top: 0;
  z-index: 9999;
}

.loading-spinner {
  color: #833422;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.ui img.profile-image {
  margin: 0 auto;
}

.ui.divided.list > .item:nth-child(2) {
  border-top: none;
}

.ui.grid {
  margin: 0;
}

.ui.meta.bar {
  background: #000000;
  margin-bottom: 1.5em;
  color: #fff;
}

.ui.meta.bar a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.4em;
  line-height: 1.1;
}

.ui.meta.bar a.header {
  font-size: 1.4em;
}

.ui .meta {
  font-size: .95em;
}

.ui .headline .sub.header {
  color: #808080;
  text-align: center;
}

.ui.button.right.floated.squared {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0.28571429rem;
  -webkit-border-top-left-radius: 0.28571429rem;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0.28571429rem;
  -moz-border-radius-topleft: 0.28571429rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0.28571429rem;
  border-top-left-radius: 0.28571429rem;
  background-clip: padding-box;
}

.ui.button.left.floated.squared {
  -webkit-border-top-right-radius: 0.28571429rem;
  -webkit-border-bottom-right-radius: 0.28571429rem;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0.28571429rem;
  -moz-border-radius-bottomright: 0.28571429rem;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0.28571429rem;
  border-bottom-right-radius: 0.28571429rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}

.ui .headline .sub.header,
.ui .profile-name .sub.header {
  font-size: 1.14285714rem;
}

.ui.masthead .heading {
  border-bottom: 1px solid #cccccc;
  margin: 0 2rem 2rem 2rem;
}

.ui.vertical.user-masthead {
  margin-top: 40px;
}

.ui.inverted.menu {
  background: #822433;
}

.ui.inverted.menu .item.logo {
  padding: 0.143em 0.714em !important;
}

.ui.inverted.menu .item.logo > img:not(.ui) {
  width: 5.5em;
}

.ui.inverted.menu .item img.logo {
  margin-right: 1.5em;
}

.ui.inverted.menu .header.icon {
  color: #ffffff;
}

.footer.segment {
  padding: 5em 0em;
}

.view-animate.ng-enter,
.view-animate.ng-leave {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
          transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
  display: block;
  width: 100%;
  opacity: 0.5;
}

.view-animate.ng-enter {
  opacity: 0.1;
}

.view-animate.ng-enter.ng-enter-active {
  opacity: 0.5;
}

.view-animate.ng-leave.ng-leave-active {
  opacity: 0;
}

.loader-container {
  z-index: 1200 !important;
}

.page-heading {
  background: #4C0E1B;
  font-family: Arial Narrow, Arial, sans-serif;
  font-size: 25px;
  color: #fff;
  margin-top: 1.2em;
  position: fixed;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 20px;
  z-index: 99;
  height: 75px;
}

.ui.column.grid {
  margin-top: 0px !important;
}

.ui.simple.dropdown .menu {
  -webkit-transition: opacity 1s ease;
          transition: opacity 1s ease;
}

.ui.segment {
  border: 0px;
  background: #414042;
  padding: 0px;
}

.field input {
  text-align: center;
}

.field.center-aligned {
  text-align: center;
}

.ui.checkbox label,
.ui.checkbox label:active,
.ui.checkbox input:active ~ label {
  color: #ebe4de;
  color: #fff;
  font-size: 1em;
}

.ui.form .field > label {
  color: #fff !important;
}

.pusher {
  height: 100%;
}

.pusher .view-animate-container {
  height: 100%;
}

.pusher .view-animate-container .view-animate {
  height: 100%;
}

.ui.modal {
  color: #333333;
}

.ui.modal i.fa-check {
  color: #1a9172;
}

.ui.modal i.fa-exclamation {
  color: #b02520;
}

.foundation-popup {
  position: absolute !important;
  top: 5rem !important;
  background: none !important;
}

.vasy-popup {
  position: absolute !important;
  top: 5rem !important;
  background: none !important;
}

.login {
  height: 100%;
}

.login .row {
  background-color: #822433;
}

@media screen and (max-width: 500px) {
  .login .row {
    padding: 0px !important;
  }
}

.login .ui.container {
  width: 100% !important;
}

@media screen and (max-width: 500px) {
  .login .ui.container {
    margin: 0px !important;
  }
}

.login .for-buyers {
  margin-top: -15px;
}

.login .field.login-input {
  text-align: center;
}

.login .field.login-input .input {
  width: 18em !important;
}

.login .field.login-button {
  text-align: center;
  margin-bottom: 50px !important;
}

.login .field.login-button .button {
  width: 12em;
  font-family: Arial Narrow;
  font-size: 20px;
  line-height: 10px;
  background-color: #424041;
}

.login form.ui.form-signin {
  max-width: 400px !important;
  margin: 0 auto;
}

.login form.ui.form-signin > .ui.segment {
  background: transparent;
  box-shadow: none;
  border: none;
}

.login .footer {
  font-family: Arial Narrow;
  font-size: 12px;
  background-color: #414042 !important;
  position: absolute !important;
  bottom: 0px;
  width: 100%;
}

.home {
  margin-bottom: 120px;
}

.home .ui.feed .event {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 1rem;
}

.home .ui.feed .event .content {
  display: inline-block;
}

.home .ui.feed .event .content img.feed-image {
  width: 100%;
}

.home .ui.feed .event .content .extra.text {
  max-width: 100%;
  width: 100%;
}

.home .ui.msg-new-content {
  position: fixed;
  bottom: 130px;
  right: 33%;
  margin: 0 auto;
  background: #ffffff !important;
}

.tasks {
  margin-bottom: 120px;
}

.tasks .ui.secondary.pointing.two.item.menu {
  margin-bottom: 1.0rem;
}

.tasks .ui.divided.items > .item {
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  border-top: none;
}

.tasks .ui.items.task-list {
  width: 100%;
}

.tasks .ui.items.task-list .item.statistic.date {
  width: 80px;
  height: auto;
  font-size: .85714286rem;
}

.tasks .ui.items.task-list .item .content {
  width: 100%;
}

.tasks .ui.items.task-list .item .content a.header {
  color: #833422;
}

.task {
  margin-bottom: 120px;
}

.task .ui.divided.items.task-list {
  width: 100%;
}

.task .ui.masthead .heading {
  background-color: #333333;
  color: #ffffff;
}

.task .ui .headline .sub.header {
  color: #cccccc;
}

.task .ui.button.squared {
  background-color: transparent;
  border: none;
  border-radius: 0;
  background-clip: padding-box;
}

.mail {
  margin-bottom: 120px;
}

.mail .ui.secondary.pointing.two.item.menu {
  margin-bottom: 1.0rem;
}

.mail .ui.divided.items > .item {
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  border-top: none;
}

.mail .ui.items.task-list {
  width: 100%;
}

.mail .ui.items.task-list .item.statistic.date {
  width: 80px;
  height: auto;
  font-size: .85714286rem;
}

.mail .ui.items.task-list .item .content {
  width: 100%;
}

.mail .ui.items.task-list .item .content a.header {
  color: #833422;
}

.mail .new-message {
  background-color: #833422;
  color: #ffffff;
  position: fixed;
  bottom: 120px;
  right: 1rem;
  padding: 1em 1em 1em !important;
  box-shadow: 0 0 3px 3px #cccccc;
}

.newMail {
  margin-bottom: 120px;
}

.newMail .ui.divided.items.task-list {
  width: 100%;
}

.newMail .ui.masthead .heading {
  background-color: #333333;
  color: #ffffff;
  padding: 1rem 0;
}

.newMail .ui .headline .sub.header {
  color: #cccccc;
}

.newMail .ui.button.squared {
  background-color: transparent;
  border: none;
  border-radius: 0;
  background-clip: padding-box;
}

.offers {
  margin-bottom: 120px;
}

.offers .ui.secondary.pointing.two.item.menu {
  margin-bottom: 1.0rem;
}

.offers .ui.divided.items > .item {
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  border-top: none;
}

.offers .ui.items.task-list {
  width: 100%;
}

.offers .ui.items.task-list .item.statistic.date {
  width: 80px;
  height: auto;
  font-size: .85714286rem;
}

.offers .ui.items.task-list .item .content {
  width: 100%;
}

.offers .ui.items.task-list .item .content a.header {
  color: #833422;
}

.agent {
  margin-bottom: 120px;
}

.agent .hero {
  max-height: 275px !important;
  margin-bottom: 0;
}

.agent .hero .agent-detail {
  margin: 0 1em;
}

.agent .hero .agent-feature {
  position: relative;
  top: 2em;
}

.agent .hero .agent-feature img.clip-circle {
  -webkit-clip-path: circle(100px at center);
  clip-path: circle(100px at center);
}

.agent .hero .content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: none;
  background: 0 0;
  margin: 0;
  padding: 1em;
  box-shadow: none;
  font-size: 1em;
  border-radius: 0;
}

.agent .hero .content a.header {
  font-weight: 700;
  font-size: 1.28571429em;
  margin-top: -0.21425em;
  line-height: 1.2857em;
}

.agent .hero .content .meta {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.4);
}

.agent .hero .content .description {
  margin-top: .5em;
}

.agent .hero .extra.content {
  max-width: 100%;
  min-height: 0!important;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
  position: static;
  background: 0 0;
  width: auto;
  margin: 0;
  padding: .75em 1em;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0.4);
  box-shadow: none;
  -webkit-transition: color .1s ease;
  transition: color .1s ease;
}

.agent .ui.container {
  margin: 0.75em auto;
}

.agent .ui.attached.segment,
.agent .ui.segment {
  border-top: none !important;
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  border-left: none;
  border-right: none;
}

.agent .ui tabset {
  margin-top: -2px;
}

.agent .listings {
  margin: 1em auto;
}

.agent .agencies {
  padding: 1em auto;
  margin: 1.25em auto;
}

.agent .agencies .label {
  margin: 0.25em;
}

.property {
  margin-bottom: 120px;
}

.property .hero {
  min-height: 30em;
}

.property .hero .thumb.active {
  -webkit-filter: sepia(1);
  -moz-filter: sepia(1);
  -ms-filter: sepia(1);
  -o-filter: sepia(1);
  filter: sepia(1);
}

.property .hero .content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: none;
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  background: 0 0;
  margin: 0;
  padding: 1em;
  box-shadow: none;
  font-size: 1em;
  border-radius: 0;
}

.property .hero .content a.header {
  font-weight: 700;
  font-size: 1.28571429em;
  margin-top: -0.21425em;
  line-height: 1.2857em;
}

.property .hero .content .meta {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.4);
}

.property .hero .content.agency-meta {
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
  color: #333333;
  padding-left: 8px;
}

.property .hero .content.agency-meta.agency-heading {
  font-size: 1.25em;
  font-weight: 600;
}

.property .hero .content.agency-meta.agency-address,
.property .hero .content.agency-meta.agency-email {
  font-style: italic;
}

.property .hero .content .description {
  margin-top: .5em;
}

.property .hero .extra.content {
  max-width: 100%;
  min-height: 0!important;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
  position: static;
  background: 0 0;
  width: auto;
  margin: 0;
  padding: .75em 1em;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0.4);
  box-shadow: none;
  -webkit-transition: color .1s ease;
  transition: color .1s ease;
}

.property .hero .scroll-outer {
  height: 100px;
  overflow-y: hidden;
  overflow-x: auto;
}

.property .hero .horizontal-slider {
  width: 1500px;
  position: relative;
  left: 0px;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
}

.property .hero .horizontal-slider img {
  display: inline-block;
  float: left;
}

.property .hero .slider-bounce {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-property: all;
          transition-property: all;
}

.property .ui.container {
  margin: 0.75em auto;
}

.property .ui.grid.meta.bar {
  margin: 0;
  position: relative;
  top: 0.1em;
}

.agency {
  margin-bottom: 120px;
}

.agency img.wblogo {
  position: relative;
  top: 10px;
  right: -10px;
}

.agency .hero {
  height: 275px;
  max-height: 275px !important;
  margin-bottom: 0;
}

.agency .hero .agency-detail {
  margin: 0 1em;
}

.agency .hero .agency-feature {
  position: relative;
  top: 2em;
}

.agency .hero .agency-feature img.clip-circle {
  -webkit-clip-path: circle(80px at center);
  clip-path: circle(80px at center);
}

.agency .hero .content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: none;
  background: 0 0;
  margin: 0;
  padding: 1em;
  box-shadow: none;
  font-size: 1em;
  border-radius: 0;
}

.agency .hero .content a.header {
  font-weight: 700;
  font-size: 1.28571429em;
  margin-top: -0.21425em;
  line-height: 1.2857em;
}

.agency .hero .content .meta {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.4);
}

.agency .hero .content .description {
  margin-top: .5em;
}

.agency .hero .extra.content {
  max-width: 100%;
  min-height: 0!important;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
  position: static;
  background: 0 0;
  width: auto;
  margin: 0;
  padding: .75em 1em;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0.4);
  box-shadow: none;
  -webkit-transition: color .1s ease;
  transition: color .1s ease;
}

.agency .ui.container {
  margin: 0.75em auto;
}

.agency .ui.attached.segment,
.agency .ui.segment {
  border-top: none !important;
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  border-right: 1px solid rgba(34, 36, 38, 0.15);
}

.agency .ui tabset {
  margin-top: -2px;
}

.agency .listings {
  margin: 1em auto;
}

.agency .agencies {
  padding: 1em auto;
  margin: 1.25em auto;
}

.agency .agencies .label {
  margin: 0.25em;
}

.posts {
  margin-bottom: 120px;
}

.posts .ui.secondary.pointing.two.item.menu {
  margin-bottom: 1.0rem;
}

.posts .ui.divided.items > .item {
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  border-top: none;
}

.posts .ui.items.task-list {
  width: 100%;
}

.posts .ui.items.task-list .item {
  margin-bottom: 40px;
}

.posts .ui.items.task-list .item.statistic.date {
  width: 80px;
  height: auto;
  font-size: .85714286rem;
}

.posts .ui.items.task-list .item .content {
  width: 100%;
}

.posts .ui.items.task-list .item .content a.header {
  color: #833422;
}

.posts .ui.items.task-list .item .content .posted-by {
  margin: 0px 0px 10px 0px;
}

.posts .new-message {
  background-color: #833422;
  color: #ffffff;
  position: fixed;
  bottom: 120px;
  right: 1rem;
  padding: 1em 1em 1em !important;
  box-shadow: 0 0 3px 3px #cccccc;
}

.posts .load-more {
  text-align: center;
  height: 20px;
}

.posts .post-images img {
  margin-bottom: 5px;
}

.posts .post-video {
  margin-bottom: 5px;
}

.posts .wrap-up {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.posts .post-in-review {
  float: right;
  color: #833422;
}

.terms-and-conditions {
  background-color: #fafafa !important;
  padding: 5px;
}

.terms-and-conditions .header {
  color: #833422;
}

.terms-and-conditions p {
  margin: .5em 0em 0.5em !important;
}

.newMail {
  margin-bottom: 120px;
}

.newMail .ui.divided.items.task-list {
  width: 100%;
}

.newMail .ui.masthead .heading {
  background-color: #333333;
  color: #ffffff;
  padding: 1rem 0;
}

.newMail .ui .headline .sub.header {
  color: #cccccc;
}

.newMail .ui.button.squared {
  background-color: transparent;
  border: none;
  border-radius: 0;
  background-clip: padding-box;
}

.property-list-page {
  padding-bottom: 150px;
}

.property-list-page .with-auction-oh p {
  margin: 0 0  0.6em 0;
  font-size: 20px;
}

@media screen and (max-width: 414px) {
  .property-list-page .with-auction-oh p {
    margin: 0 0 0.3em 0;
    font-size: 13px;
  }
}

@media screen and (max-width: 320px) {
  .property-list-page .with-auction-oh p {
    margin: 0 0 0 0;
    font-size: 11px;
  }
}

.property-list-page .no-auction-oh p {
  margin: 0 0  0.6em 0;
  font-size: 20px;
}

@media screen and (max-width: 414px) {
  .property-list-page .no-auction-oh p {
    margin: 0 0 0.7em 0;
    font-size: 13px;
  }
}

@media screen and (max-width: 320px) {
  .property-list-page .no-auction-oh p {
    margin: 0 0 0.7em 0;
    font-size: 11px;
  }
}

.property-list-page .listing {
  margin-left: 15px;
  margin-right: 15px;
}

.property-list-page .listing .grid {
  width: 100%;
  margin-top: 0px !important;
}

.property-list-page .listing .column {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.property-list-page .listing .listing-image .ui.icon.button {
  position: absolute;
  top: 10px !important;
  border-radius: 40px !important;
  background-color: #822433;
  color: #fff;
  font-size: 15px;
  padding: 10px;
  left: -8px;
}

.property-list-page .listing .listing-info {
  margin-left: 20px;
  position: relative;
  height: 100%;
}

.property-list-page .listing .listing-info .listing-suburb {
  font-weight: bold;
}

.property-list-page .listing .listing-info .listing-open-home {
  background-color: #822433;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

@media screen and (max-width: 414px) {
  .property-list-page .listing .listing-info .listing-components {
    font-size: 13px;
  }
}

@media screen and (max-width: 320px) {
  .property-list-page .listing .listing-info .listing-components {
    font-size: 12px;
  }
}

.property-list-page .listing .listing-info .listing-components i {
  padding-left: 8px;
}

.property-list-page .listing .listing-info .listing-components .column {
  padding: 0px;
}

.openhomes {
  margin-bottom: 120px;
}

.openhomes .ui.secondary.pointing.two.item.menu {
  margin-bottom: 1.0rem;
}

.openhomes .ui.divided.items > .item {
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  border-top: none;
}

.openhomes .ui.items.task-list {
  width: 100%;
}

.openhomes .ui.items.task-list .item {
  margin-bottom: 40px;
}

.openhomes .ui.items.task-list .item.statistic.date {
  width: 80px;
  height: auto;
  font-size: .85714286rem;
}

.openhomes .ui.items.task-list .item .content {
  width: 100%;
}

.openhomes .ui.items.task-list .item .content a.header {
  color: #833422;
}

.openhomes .ui.items.task-list .item .content .posted-by {
  margin: 0px 0px 10px 0px;
}

.watchlist .message {
  margin: 0em !important;
}

.watchlist .notification {
  position: absolute;
  background-color: #822433;
  padding: 8px;
  border-radius: 30px;
  font-size: 15px;
  right: 0px;
  color: #fff;
  width: 2.5em;
  text-align: center;
}

.listing-property-detail {
  margin-bottom: 2em;
}

.listing-property-detail .listing-header {
  background: #5F101D;
  color: #f7f7f7;
  padding: 8px 14px;
  min-height: 22px;
}

.listing-property-detail .listing-info {
  margin: 15px;
  position: relative;
}

.listing-property-detail .listing-info .listing-address {
  color: #822433;
}

.listing-property-detail .listing-info .listing-price {
  color: #333f48;
}

.listing-property-detail .listing-info .listing-components {
  list-style: none;
  color: #4d4d4d;
  font-size: 0.9em;
}

.listing-property-detail .listing-info .heading {
  font-size: 20px;
  padding: 10px 0px 10px 0px;
  color: #5F101D;
}

.listing-property-detail .listing-info .unstyled-list {
  padding: 0;
}

.listing-property-detail .listing-info .unstyled-list li {
  float: left;
  padding-right: 0.5em;
}

.listing-property-detail .listing-info .listing-agent {
  position: absolute;
  right: 16px;
  top: 0;
  max-width: 25%;
  text-align: center;
  font-size: 13px;
  top: -30px;
}

.listing-property-detail .listing-info .listing-agent .wrapper {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 52px;
  height: 52px;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 7px;
  background-color: #e1e4e6;
}

.listing-property-detail .listing-info .listing-agent .wrapper img {
  width: 52px;
}

.listing-property-detail .listing-info .listing-agent .agent-name {
  font-size: 13px;
  line-height: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 34px;
  color: #822433;
}

.property-enquiry button.primary {
  background-color: #822433 !important;
  font-weight: normal !important;
  font-size: 25px;
  padding: 10px 0px 10px 0px;
  width: 4em !important;
  float: right;
  margin-top: -45px !important;
}

.property-enquiry .back {
  font-size: 20px;
}

.property-enquiry .back i {
  position: fixed;
  z-index: 103;
  left: 15px;
  top: 65px;
}

.property-enquiry .enquiry-buyer-likes {
  font-size: 1.2em;
  padding-top: 10px;
}

.preferences {
  padding-bottom: 100px;
}

.preferences img.bed-icon,
.preferences img.bath-icon,
.preferences img.pool-icon,
.preferences img.car-icon {
  width: 70%;
  padding-bottom: 5px;
}

.preferences .field select {
  padding: 0.3em 0.3em 0.3em 1em;
}

.preferences button.primary {
  background-color: #822433 !important;
  border-radius: 1em !important;
  font-weight: normal !important;
  position: absolute;
  width: 40% !important;
  right: 0px;
  margin-top: -50px;
  font-size: 25px;
  padding: 10px 0px 10px 0px;
}

.preferences i.dropdown-custom-icon {
  position: absolute;
  right: 12px;
  margin-top: -27px;
  color: black;
}

.preferences .ui.checkbox {
  margin-top: 10px;
}

.property-post {
  margin-left: 15px;
  margin-right: 15px;
}

.property-post .back {
  font-size: 20px;
}

.property-post .back i {
  position: fixed;
  z-index: 102;
  left: 15px;
  top: 65px;
}

.property-post .property-address {
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding-top: 15px !important;
}

.property-post .post-listing .ui.grid .column {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
}

.property-post .post-listing .ui.grid .column div {
  padding-bottom: 5px;
}

.property-post .post-listing .ui.grid .column .post-images img {
  padding-bottom: 5px;
}

.property-post .ui.checkbox label,
.property-post .ui.checkbox label:active,
.property-post .ui.checkbox input:active ~ label {
  font-size: 1.5em !important;
}

.open-home-registration button.primary {
  background-color: #822433 !important;
  font-weight: normal !important;
  font-size: 25px;
  padding: 10px 0px 10px 0px;
  width: 6em !important;
  float: right;
}

.open-home-registration .back {
  font-size: 20px;
}

.open-home-registration .back i {
  position: fixed;
  z-index: 103;
  left: 15px;
  top: 65px;
}

.watchlist-notifications {
  margin-left: 15px;
  margin-right: 15px;
}

.watchlist-notifications .back {
  font-size: 20px;
}

.watchlist-notifications .back i {
  position: fixed;
  z-index: 102;
  left: 15px;
  top: 65px;
}

.watchlist-notifications .property-address {
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding-top: 15px !important;
}

.watchlist-notifications .notification-listing .ui.grid .column {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
}

.buying-tips h3 {
  font-weight: normal !important;
}

.finance-solution {
  marign-left: 15px;
  margin-right: 15px;
}

.finance-solution .back {
  font-size: 20px;
}

.finance-solution .back i {
  position: fixed;
  z-index: 102;
  left: 15px;
  top: 65px;
}

.finance-solution .grid .row {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  text-align: center;
}

.finance-solution .grid .row .field {
  width: 100%;
}

.finance-solution .grid .row .field .button {
  width: 12em;
  background-color: #822433;
}

.finance-solution .grid .row .field .ui.header {
  color: #fff;
}

.finance-solution .grid .row .field.repayments {
  color: #29ec29;
  font-size: 45px;
  font-weight: bold;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.finance-application {
  padding-bottom: 100px;
}

.finance-application .ui.grid .row {
  padding: 0px !important;
}

.finance-application .field .button {
  width: 15em;
  background-color: #822433 !important;
  float: right;
}

.main-menu .icon.content {
  font-size: 2em !important;
  margin-top: 15px !important;
}

.main-menu .menu {
  left: -150px !important;
}

.change-password {
  padding-bottom: 100px;
}

.change-password .ui.grid .row {
  padding: 0px !important;
}

.change-password .field .button {
  background-color: #822433 !important;
}

.services .listing .service-type {
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.services .listing .service-type a,
.services .listing .service-type a:active {
  color: #fff;
}

.services .listing .service-companyName,
.services .listing .service-contactName,
.services .listing .service-mobile,
.services .listing .service-url {
  font-size: 15px;
  margin-bottom: 5px;
}

.services .listing .service-companyName a,
.services .listing .service-contactName a,
.services .listing .service-mobile a,
.services .listing .service-url a,
.services .listing .service-companyName a:active,
.services .listing .service-contactName a:active,
.services .listing .service-mobile a:active,
.services .listing .service-url a:active {
  color: #fff;
}

.news .news-feed-listing {
  padding-top: 1rem;
  padding-bottom: 100px;
  margin-left: 15px;
  margin-right: 15px;
}

.news .news-feed-listing .event .ui.grid .column {
  margin: 0px !important;
  padding: 0px !important;
}

.news .news-feed-listing .event .agent-photo {
  padding-right: 5px;
}

.news .news-feed-listing .event .agent-photo img {
  width: 100%;
  height: auto;
  border-radius: 500rem;
}

.news .news-feed-listing .event .content .image img {
  width: 100%;
}

.sell-enquiry {
  padding-bottom: 100px;
}

.sell-enquiry button.primary {
  background-color: #822433 !important;
}
.back-button:hover {
  color: #666666;
  cursor: pointer;
}

.ui.meta.bar a:hover {
  color: #833422;
}

.ui.checkbox input:focus ~ label .ui.checkbox label:hover {
  color: #ebe4de;
  color: #fff;
  font-size: 1em;
}

@media screen and (max-width: 500px) {

}

@media screen and (max-width: 500px) {

}

.home .ui.msg-new-content:hover,
.home .ui.basic.blue.button:hover {
  background: #ffffff !important;
  box-shadow: '0 0 5px #888';
}

.mail .new-message:hover {
  background-color: #461c12;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 0 5px 5px #cccccc;
}

.agent .agencies .label:hover {
  cursor: pointer;
  background-color: #833422;
  color: white;
}

.property .hero .thumb:hover {
  cursor: pointer;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}

.agency .agencies .label:hover {
  cursor: pointer;
  background-color: #833422;
  color: white;
}

.posts .new-message:hover {
  background-color: #461c12;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 0 5px 5px #cccccc;
}

@media screen and (max-width: 414px) {

}

@media screen and (max-width: 320px) {

}

@media screen and (max-width: 414px) {

}

@media screen and (max-width: 320px) {

}

@media screen and (max-width: 414px) {

}

@media screen and (max-width: 320px) {

}

.property-post .ui.checkbox input:focus ~ label .ui.checkbox label:hover {
  font-size: 1.5em !important;
}

.services .listing .service-type a:hover {
  color: #fff;
}

.services .listing .service-companyName a:hover,
.services .listing .service-contactName a:hover,
.services .listing .service-mobile a:hover,
.services .listing .service-url a:hover {
  color: #fff;
}