.grid-section .light {
  background: #fff;
  padding-top: 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .grid-section .light:first-of-type {
    padding-top: 70px; }
  .grid-section .light:last-of-type {
    padding-bottom: 70px; }
  .grid-section .light + .light {
    padding-top: 60px; }

.grid-section .grey {
  background: #f5f5f5;
  padding-top: 70px;
  padding-bottom: 70px;
}
  .grid-section .grey:first-of-type {
    padding-top: 70px; }
  .grid-section .grey:last-of-type {
    padding-bottom: 70px; }
  .grid-section .grey + .grey {
    padding-top: 20px; }

.grid-section > div:last-of-type {
  padding-bottom: 75px; }

.container .grid-section .container {
  width: 100%; }

p, li {
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  color: #2B303B; }

.ng-scope .container {
  width: 100%; }

.ng-scope .container .col-xs-12 {
  padding: 0px; }

.ng-scope .container .col-md-6 {
  padding-left: 15px; }
  .ng-scope .container .col-md-6:first-of-type {
    padding-left: 0px;
    padding-right: 15px; }

.ng-scope .container .form-group {
  margin-bottom: 10px; }

.listing-properties-box .detail header.clearfix {
  padding-bottom: 5px; }

.linkedin {
  font-size: 11px;
  border-radius: 0px;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  float: right;
  color: white; }
  .linkedin i.fa.fa-linkedin {
    background: #1c82ca !important;
    color: white; }

.formulate__field--text input, .formulate__field--textarea textarea, .formulate__group.form-group textarea {
    min-height: 50px;
    padding: 8px 0px;
    padding-left: 15px;
    border-radius: 1px;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    background: #fcfcfc !important;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.formulate__checkbox-label > input {
    min-height: 0px !important;
}

.formulate__checkbox-label > span {
    margin-left: 7px;
}

.form-control {
    min-height: 50px;
    padding: 8px 0px;
    padding-left: 15px;
    border-radius: 1px;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    background: #fcfcfc !important;
}

.input-group-addon {
    border-radius: 0px;
    padding: 6px 20px;
}

.formulate__field--button button {
    cursor: pointer;
    margin-bottom: 20px;
    padding: 14px 26px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: inherit;
    color: #fff;
    background: #5a9109;
    transition: .5s;
    border-radius: 2px;
    width: 100%;
    border: none;
}

    .formulate__field--button button:focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

.formulate__field--button button:hover {
    background: #526f26;
}

.formulate__inline-validation-summary {
    padding: 0px;
}


    .formulate__inline-validation-summary li {
        color: red;
        list-style: none;
    }

.formulate__error-msg {
    color: red;
}

.formulate__field {
    display: flex;
    flex-direction: column;
    /* This just makes sure the inputs don't take the full width of the screen. */
    align-items: flex-start;
}

.formulate__field--checkbox label {
    width: 90%;
    display: inline-block;
}

.formulate__field--checkbox input {
    width: 10%;
    display: inline-block;
    vertical-align: top;
}

.formulate__field--checkbox {
    display: inline-block;
    margin-top: 10px;
}


.formulate__field input + .formulate__field__label,
.formulate__field select + .formulate__field__label,
.formulate__field textarea + .formulate__field__label {
    order: -1;
}

.umb-grid .container {
  /*width:100%;*/ }

.navbar-header {
    display: inline-block;
}

.logo {
    padding: 5px 0px;
}
  .logo img {
    height: 40px; }

@media all and (max-width: 768px) {
  .logo {
    padding: 10px 0px; }
    .logo img {
      height: 50px; } }

.padding-left-right-75 {
  padding-left: 75px;
  padding-right: 75px; }

.listing-properties-box .condition li {
  margin-bottom: 5px; }

.listing-properties-box .detail {
  padding-bottom: 0px; }

.listing-property-image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 223px;
}

.chair {
  width: 20px;
  height: 20px;
  fill: #FD7400;
  margin-bottom: -5px;
  margin-top: 5px; }

.blog-body img {
  width: 100%; }

.sub-banner {
  min-height: 300px; }

.properties-details-section table {
  margin: 1em 0;
  min-width: 400px; }
  .properties-details-section table th {
    display: none; }
  .properties-details-section table td {
    display: block; }
    .properties-details-section table td:first-child {
      padding-top: .5em; }
    .properties-details-section table td:last-child {
      padding-bottom: .5em; }
  .properties-details-section table th, .properties-details-section table td {
    text-align: left; }
    @media (min-width: 700px) {
      .properties-details-section table th, .properties-details-section table td {
        display: table-cell;
        padding: .25em .5em; }
        .properties-details-section table th:first-child, .properties-details-section table td:first-child {
          padding-left: 0; }
        .properties-details-section table th:last-child, .properties-details-section table td:last-child {
          padding-right: 0; } }

.properties-details-section .properties-amenities img {
  max-width: 100%;
  width: 100%; }

.btn a {
  color: white; }

.tile-box {
  max-width: none;
  padding: 60px; }

.item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.carousel-control img {
  width: 20px; }

.agent-widget .img-responsive {
  width: 30%;
  float: right;
  margin-top: -27px; }

.section-textpage {
  padding-top: 75px;
  /*padding-bottom: 75px;*/ }

.section-1 .content p {
  font-size: 16px; }

.section-1 .content.unavailable {
  position: relative; }
  .section-1 .content.unavailable h4 {
    color: #a9a9a9; }
  .section-1 .content.unavailable i {
    background: #a9a9a9;
    position: relative;
    overflow: hidden; }
    .section-1 .content.unavailable i:after {
      content: '';
      background: red;
      width: 95px;
      top: 31px;
      lefT: -15px;
      height: 2px;
      position: absolute;
      -ms-transform: rotate(45deg);
      /* IE 9 */
      -webkit-transform: rotate(45deg);
      /* Chrome, Safari, Opera */
      transform: rotate(45deg); }

.properties-condition ul li.unavailable {
  position: relative; }
  .properties-condition ul li.unavailable i {
    position: relative;
    color: #a9a9a9;
    overflow: hidden; }
    .properties-condition ul li.unavailable i:after {
      content: '';
      background: red;
      width: 95px;
      top: 32px;
      lefT: -20px;
      height: 2px;
      position: absolute;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(50deg); }

.properties-details-page .section-1 {
  padding-top: 0px; }

.thumbnail.about-box img {
  background: #ffffff;
  width: 80%;
  padding-top: 20px; }

.accordcontainer .accordion {
  max-width: 560px;
  margin: 0 auto 100px;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px; }

.accordcontainer .accordion li {
  border-bottom: 1px solid #d9e5e8;
  position: relative; }
  .accordcontainer .accordion li ul li {
    border-bottom: none; }

.accordcontainer .accordion li p, .accordcontainer .accordion li ul {
  display: none;
  color: #6b97a4; }

.accordion h3.faqTitle {
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    color: #FD7400;
}

.accordcontainer .accordion a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: 3;
  font-size: 16px;
  text-indent: 10px;
  user-select: none; }

.accordcontainer .accordion a:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #4a6e78;
  border-bottom: 1px solid #4a6e78;
  position: absolute;
  right: 10px;
  content: " ";
  top: 17px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.accordcontainer .accordion p {
  padding: 10px;
  padding-top: 0px; }

.accordcontainer a.active {
  color: #FD7400; }
  .accordcontainer a.active:after {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.accordion h3 {
    color: #555;
}

.no-slide .item {
  padding-top: 275px; }

.no-slide h1 {
  color: #FFF;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75); }

.no-slide h1 span {
  letter-spacing: 2px;
  font-weight: 100; }

.no-slide h2 {
  color: #FFF;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75); }

.no-slide h2 span {
  letter-spacing: 2px;
  font-weight: 100; }

.no-slide p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 25px;
  letter-spacing: 1px; }

.btn {
  border-radius: 0px; }

.slides {
  height: 400px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.recent-properties-box {
  position: relative; }

.pdb-40 {
  padding-bottom: 40px; }

.properties-condition .about-text ul li {
  font-size: 16px; }

.sub-footer a, .sub-footer .social-list ul li a {
  color: #FD7400; }

.condition li {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px; }

.grid-in-box .grid-section > div:last-of-type {
  padding-bottom: 0px; }

.goeiewebsite {
  /*color:#FD7400;*/
  margin-left: 20px;
  display: inline-block; }

#slider-container {
  width: 350px;
  margin-left: 30px; }

.demo {
  margin-bottom: 25px; }
  .demo .ui-slider {
    margin-left: 8px;
    margin-right: 8px; }

.Heading1 {
  font-size: 24px;
  font-weight: 700;
  margin: 0px 0px 15px; }

.Heading2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0px 0px 15px; }

.green-text {
  color: #FD7400; }

@media all and (max-width: 768px) {
  .banner.text-center .item {
    height: 400px; }
  .padding-left-right-75 {
    padding-left: 15px;
    padding-right: 15px; }
  .no-slide .item {
    padding: 40px 20px;
    padding-top: 40px; }
  .no-slide h1 {
    font-size: 30px; }
  .no-slide h2 {
    font-size: 24px; } }

@media all and (max-width: 520px) {
  .banner.text-center .item {
    height: 300px; }
  .banner.text-center .banner-slider-inner {
    position: relative; } }

.formulate__header {
  display: none; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
    margin-bottom: 50px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.padding-top-bottom-75 {
  padding-top: 75px;
  padding-bottom: 75px; }

.padding-bottom-75 {
  padding-bottom: 75px; }

.justify-center {
  text-align: center;
  max-width: 700px;
  margin: 0px auto 40px; }

.big-list-items .about-text ul li {
  width: 100%;
  font-size: 22px; }

.modal.in .modal-dialog {
    margin-top: 200px;
}

.alert-image {
    width: 100%;
}

.alert-title {
    width: 100%;
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
    margin: 0px 0px 30px;
    font-size: 18px;
    color: #FD7400;
    text-align: center;
}
.alert-body {
    line-height: 0.5;
    font-weight: 300;
    font-size: 16px;
    color: #949494;
    margin-top: 20px;
}

    .alert-body a {
        font-weight: 600;
        color: #FD7400;
    }

.alert-body strong {
    font-weight: 700;
    color: black;
}

    .bootbox {
    overflow: hidden;
}

.disabled {
    color: currentColor;
    pointer-events: none;
    opacity: 0.5;
    text-decoration: none;
    
}

.disabledIndex {
    z-index: 0 !important;
}

.sidelink {
    margin-left: 10px;
    margin-right: 10px;
}

/** CATEGORY AREA START **/
.categories {
    padding: 70px 0px 40px;
}


@media all and (min-width: 1000px) and (max-width:3000px) {
    .appliancecontainer {
        width: 155%;
    }
}

.category {
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 0 30px 0;
}

.category_appliance {
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 0 30px 0;
}

.category:hover:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #000;
    opacity: 0.4;
    z-index: 99;
    transition: 0.3s ease-out;
}

.category_bg_box {
    transition: all 0.55s;
    border-radius: 3px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 270px;
}

.category_appliance_bg_box {
    transition: all 0.55s;
    border-radius: 3px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 55px;
    height: 55px;
}

@media all and (min-width: 0px) and (max-width:768px) {
    .category_appliance_bg_box {
        transition: all 0.55s;
        border-radius: 3px;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 40px;
        height: 55px;
    }
}

@media all and (min-width: 1000px) and (max-width:3000px) {
    .appliancecontainer {
        width: 155%;
    }
}

.custom-map {
    width: 100%;
    height: 350px;
}
.custom-listings-map {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}
.property {
    margin-top: 20px;
}

.white
{
	background-color:white;
}

.small-margin-bottom
{
	margin-bottom:35px;
}
.transport-sort
{
	display:inline-block;
	vertical-align:top;
}
.university-sort
{
display:inline-block;
}

.listing-properties-box {
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
    min-width: 100%;
}

    .listing-properties-box p {
        font-size: 1.6rem;
        line-height: 2;
    }


.condition li{
	margin-right:9px;
}
p.dark {
    color: #404040;
}



.slider {
    display: inline-block;
    width: 25%;
}

.slider-price {
    display: inline-block;
}

.listing-propertie-theme {
    margin-bottom: 20px;
}

.detail p {
    font-size: 18px;
    color: rgb(41, 41, 41)
}

#filter-display img {
    width: 30px;
}
