body {
  margin: auto;
  background: #1B1C1D;
  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 {
  max-width: 800px;
  margin: 0 auto;
  /* padding: 0 1.25em 1.25em 1.25em; */
  background: #414042;
  min-height: 650px;
}

.floated.left {
  float: left;
}

.floated.right {
  float: right;
}

.no-overflow {
  overflow: hidden;
}

.ui.btnNew {
  margin-top: -30px;
}

.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.items > .item > .content > .header {
  color: #fff !important;
  text-align: center;
}

.ui.floating.label {
  top: 0em;
  left: 92%;
}

.ui.secondary.buttons .button,
.ui.secondary.button,
.ui.secondary.button:active {
  background-color: #4C0E1B;
  color: #FFFFFF;
}

.ui.feed > .event > .content .date,
.ui.feed > .event > .content .summary {
  color: #fff !important;
  font-weight: normal;
}

.ui.primary.buttons .button,
.ui.primary.button {
  background-color: #822433;
}

.ui.container {
  /*  padding-top:5px; */
}

.ui.items > .item .meta > a:not(.ui) {
  color: #fff;
}

.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 @black-20; */
  margin: 0 1rem 1rem 1rem;
}

.ui.masthead .heading .headline {
  background: #4C0E1B;
  font-family: Arial Narrow, Arial, sans-serif;
  font-size: 23px;
  color: #fff;
  width: 100%;
  padding-top: 10px;
  z-index: 99;
  height: 50px;
}

.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: 10em;
}

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

.ui.inverted.menu .item img.logoSeller {
  width: 80px !important;
  margin-top: 1px;
}

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

.ui.rating {
  font-size: 2rem;
}

.ui.items > .item .meta .subHeader {
  font-size: 15px;
  text-align: center;
  margin: 20px 10px;
  font-weight: bold;
}

.ui.items > .item > .content > .description,
.ui.items > .item .meta {
  color: #fff;
}

.ui.stackable.grid > .row > .wide.column.circle {
  width: 90px !important;
  height: 90px !important;
  line-height: 90px !important;
  text-align: center;
  background: #414042;
  color: #ffffff;
  border-radius: 50%;
  float: left;
  margin-top: 4em !important;
}

.ui.stackable.grid > .row > .wide.column.circle span {
  display: inline-block;
  vertical-align: super;
  line-height: normal;
}

.ui.stackable.grid > .row > .wide.column.circle span a {
  color: #ffffff;
}

.ui.stackable.grid > .row > .wide.column.nopadding {
  padding: 0em !important;
}

.ui.stackable.grid > .row > .wide.column.onepadding {
  padding: 1em !important;
}

.footer.segment {
  padding: 0px;
}

.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;
}

.pusher .view-animate-container,
.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%;
  background-color: #822433;
}

.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 .home-logo {
  margin-top: 15px;
}

.login .for-sellers {
  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%;
  line-height: 30px;
  font-size: 17px;
}

.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 #fff;
  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.post-text {
  color: #fff;
  font-weight: bold;
}

.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: #fff;
}

.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;
}

.history .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.history .timeline {
  position: relative;
  padding: 21px 0px 10px;
  margin-top: 4px;
  margin-bottom: 130px;
}

.history .timeline .line {
  position: absolute;
  width: 3px;
  display: block;
  background: #fff;
  top: 0px;
  bottom: 0px;
  margin-left: 90px;
}

.history .timeline .separator {
  border-top: 1px solid grey;
  padding: 5px;
  padding-left: 20px;
  font-style: italic;
  font-size: .9em;
  /* margin-left: 30px; */
  clear: both;
  margin: 0px 15px;
}

.history .timeline .leftSide {
  float: left;
  margin-left: 25px;
  line-height: 40px;
}

.history .timeline .rightSide {
  float: left;
  width: 75%;
}

.history .timeline .line::before {
  top: -4px;
}

.history .timeline .line::after {
  bottom: -4px;
}

.history .timeline .line::before {
  content: '';
  position: absolute;
  left: -8px;
  display: block;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
}

.history .timeline .line::after {
  content: '';
  position: absolute;
  left: -4px;
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background: #fff;
}

.history .timeline .panel {
  position: relative;
  margin: 0px 0px 10px 20px;
  clear: both;
}

.history .timeline .panel .red {
  color: red;
}

.history .timeline .panel .green {
  color: #28B463;
}

.history .timeline .panel::before {
  position: absolute;
  display: block;
  top: 8px;
  left: -24px;
  content: '';
  width: 0px;
  height: 0px;
  border: inherit;
  border-width: 12px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.history .timeline .panel .panel-heading.icon * {
  font-size: 14px;
  vertical-align: middle;
  line-height: 40px;
}

.history .timeline .panel .panel-heading.icon {
  position: absolute;
  left: -30px;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0px;
  border-radius: 50%;
  text-align: center;
  float: left;
}

.history .timeline .panel-outline {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.history .timeline .panel-outline .panel-body {
  /* padding: 10px 0px; */
}

.history .panel-body {
  padding-right: 15px;
}

.history .timeline .panel-outline .panel-heading:not(.icon),
.history .timeline .panel-outline .panel-footer {
  display: none;
}

.services {
  margin-left: 15px;
  margin-right: 15px;
}

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

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

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

.services .service-companyName a,
.services .service-contactName a,
.services .service-mobile a,
.services .service-url a,
.services .service-companyName a:active,
.services .service-contactName a:active,
.services .service-mobile a:active,
.services .service-url a:active {
  color: #fff;
}
.back-button:hover {
  color: #666666;
  cursor: pointer;
}

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

@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;
}