/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 19, 2017, 8:40:09 PM
    Author     : ashiq
*/
@font-face {
	font-family: 'rt-icons-2';
	src:url('../fonts/rt-icons-23dab.eot?wz19bt');
	src:url('../fonts/rt-icons-2d41d.eot?#iefixwz19bt') format('embedded-opentype'),
	url('../fonts/rt-icons-23dab.ttf?wz19bt') format('truetype'),
	url('../fonts/rt-icons-23dab.woff?wz19bt') format('woff'),
	url('../fonts/rt-icons-23dab.svg?wz19bt#rt-icons-2') format('svg');
	font-weight: normal;
	font-style: normal;
}

.jumbotron {
background: #358CCE;
color: #FFF;
border-radius: 0px;
}
.jumbotron-sm { padding-top: 24px;
padding-bottom: 24px; }
.jumbotron small {
color: #FFF;
}
.h2 small {
font-size: 24px;
}

#footer-social{
    font-size: 1.8em;
    /*    text-align: center;*/
}

#logo-image{
    vertical-align: middle !important;
    margin-top: 1px !important;
    
}
/*#logo-image img{
    width: 130px; 
    height: 80px;
}*/

#list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.8em;
}
.our-social-icons{
    padding-top: 20px !important;
    padding-bottom: 10px;
    font-size: 1.6em;
}
.image-container {

    height: 100% !important; 
    padding-left: 16% !important;
    padding-top: 8% !important;
    width: 300px !important;
}

#our-partners {
    padding: 0px 0px 30px !important;

}

#our-partners .client-logo {
    padding: 0px 60px !important;
    text-align: center !important;
}


::before, ::after {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
element {
    background-color: #E8E8E8;
}

/* our People*/


.property-listing-1 {
  background: #e8e8e8;
  padding: 0px 0 0px; }
  .property-listing-1 .hsq-heading, .property-listing-1 .service-box-container .service-box .title, .service-box-container .service-box .property-listing-1 .title {
    margin-bottom: 30px; }
  .property-listing-1 img {
    max-width: 100%; }
  .property-listing-1 .property-box {
    padding: 0;
    margin-bottom: 45px; }
    .property-listing-1 .property-box .inner-box {
      background: #FFFFFF;
      margin: 0 20px;
      -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); }
    .property-listing-1 .property-box .img-container {
      display: block;
      position: relative;
      overflow: hidden;
      height: 205px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .property-listing-1 .property-box .img-container:before, .property-listing-1 .property-box .img-container:after {
        display: block;
        position: absolute;
        z-index: 1;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease; }
      .property-listing-1 .property-box .img-container:before {
        content: "";
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
        background: rgba(255, 255, 255, 0.6); }
      .property-listing-1 .property-box .img-container:after {
        font-family: "FontAwesome";
        left: 50%;
        top: 50%;
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        color: #1E4464;
        font-size: 2.7em; }
      .property-listing-1 .property-box .img-container img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
      .property-listing-1 .property-box .img-container .price {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        color: #FFFFFF;
        line-height: 2em;
        font-size: 1.7em;
        z-index: 1;
        text-align: center;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .property-listing-1 .property-box .img-container .tag-label {
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
        padding: 0 20px;
        line-height: 30px;
        z-index: 1;
        color: #FFFFFF; }
        .property-listing-1 .property-box .img-container .tag-label.featured {
          background-color: #446bbb; }
        .property-listing-1 .property-box .img-container .tag-label.hot-offer {
          background-color: #d44225; }
        .property-listing-1 .property-box .img-container .tag-label.open-house {
          background-color: #679026; }
        .property-listing-1 .property-box .img-container .tag-label.foreclosure {
          background-color: #d49917; }
    .property-listing-1 .property-box .bottom-sec-1 {
      padding: 0px 0px;
      position: relative;
      z-index: 1; }
    .property-listing-1 .property-box .more-link {
      position: absolute;
      left: 50%;
      bottom: -15px;
      z-index: 1;
      padding: 0 30px;
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .property-listing-1 .property-box .title {
      font-size: 20px;
      color: #333333;
      display: block;
      line-height: 30px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-family: "Scada", Arial, Helvetica, sans-serif;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .property-listing-1 .property-box .title:hover {
        color: #FF7F00; }
    .property-listing-1 .property-box .desc {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      color: #313131;
      line-height: 25px;
      margin: 5px 0 ;
      height: 20px;
      font-size: 14px;
      overflow: hidden; }
    .property-listing-1 .property-box .extra-info {
      font-family: "Scada", Arial, Helvetica, sans-serif; }
      .property-listing-1 .property-box .extra-info > div {
        padding: 0; }
      .property-listing-1 .property-box .extra-info .value {
        color: #FF7F00;
        font-size: 2em;
        display: inline-block;
        margin-right: 5px; }
      .property-listing-1 .property-box .extra-info .bedroom {
        text-align: center; }
      .property-listing-1 .property-box .extra-info .bathroom {
        text-align: right; }
    .property-listing-1 .property-box:hover .img-container:before, .property-listing-1 .property-box:hover .img-container:after {
      opacity: 1;
      filter: alpha(opacity=100); }
    .property-listing-1 .property-box:hover .img-container:before {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .property-listing-1 .property-box:hover .img-container img {
      -moz-transform: translateX(-50%) translateY(-50%) scale(1.05);
      -ms-transform: translateX(-50%) translateY(-50%) scale(1.05);
      -webkit-transform: translateX(-50%) translateY(-50%) scale(1.05);
      transform: translateX(-50%) translateY(-50%) scale(1.05); }
    .property-listing-1 .property-box:hover .img-container .price {
      bottom: -50px; }
    .property-listing-1 .property-box:hover .more-link {
      background: #1E4464; }
      .property-listing-1 .property-box:hover .more-link:after {
        background: #1E4464; }
    .property-listing-1 .property-box.col-md-4:nth-child(4n) .inner-box, .property-listing-1 .property-box.col-md-4:first-child .inner-box {
      margin-left: 0; }
    .property-listing-1 .property-box.col-md-4:nth-child(3n) .inner-box {
      margin-right: 0; }
    .property-listing-1 .property-box.col-md-6:nth-child(2n+1) .inner-box, .property-listing-1 .property-box.col-md-6:first-child .inner-box {
      margin-left: 0; }
    .property-listing-1 .property-box.col-md-6:nth-child(2n) .inner-box {
      margin-right: 0; }
    @media (max-width: 992px) {
      .property-listing-1 .property-box:nth-child(2n+1) .inner-box, .property-listing-1 .property-box:first-child .inner-box {
        margin-left: 0 !important;
        margin-right: 20px !important; }
      .property-listing-1 .property-box:nth-child(2n) .inner-box {
        margin-right: 0 !important;
        margin-left: 20px !important; } }
    @media (max-width: 767px) {
      .property-listing-1 .property-box:nth-child(2n) .inner-box, .property-listing-1 .property-box:nth-child(2n+1) .inner-box, .property-listing-1 .property-box:first-child .inner-box {
        margin: 0 !important; } }
  @media (max-width: 767px) {
    .property-listing-1.row-view .property-box {
      padding: 0 15px; } }
  .property-listing-1.row-view .property-box .inner-box {
    margin: 0 !important; }
    .property-listing-1.row-view .property-box .inner-box .img-container {
      padding: 0;
      height: 240px; }
      @media (max-width: 767px) {
        .property-listing-1.row-view .property-box .inner-box .img-container {
          height: 280px; } }
      @media (max-width: 450px) {
        .property-listing-1.row-view .property-box .inner-box .img-container {
          float: none;
          width: 100%; } }
  .property-listing-1.row-view .property-box .bottom-sec-1 {
    padding: 30px; }
    @media (max-width: 450px) {
      .property-listing-1.row-view .property-box .bottom-sec-1 {
        float: none;
        width: 100%; } }
    .property-listing-1.row-view .property-box .bottom-sec-1 .desc {
      height: 70px; }
    .property-listing-1.row-view .property-box .bottom-sec-1 .location {
      color: #bababa;
      line-height: 20px;
      margin: 10px 0; }
    .property-listing-1.row-view .property-box .bottom-sec-1 .extra-info {
      max-width: 65%; }
      @media (max-width: 767px) {
        .property-listing-1.row-view .property-box .bottom-sec-1 .extra-info {
          max-width: none;
          margin-bottom: 40px; } }
  .property-listing-1.row-view .property-box .more-link {
    position: absolute;
    left: auto;
    right: 30px;
    bottom: 30px;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .property-listing-1.map-view {
    position: relative; }
    @media (max-width: 992px) {
      .property-listing-1.map-view .left-section {
        margin-top: 500px;
        max-height: none !important;
        overflow: visible !important; }
      .property-listing-1.map-view .map-container {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 500px;
        border-bottom: 3px solid #FF7F00; }
        .property-listing-1.map-view .map-container #map {
          height: 100% !important; } }
    .property-listing-1.map-view .search-field {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    @media (max-width: 450px) {
      .property-listing-1.map-view .main-search-sec .search-field {
        width: 100%;
        float: none; }
      .property-listing-1.map-view .advanced-search-sec .search-field {
        width: 50%;
        float: left; } }
  .property-listing-1 .pagination-box {
    margin-top: 30px; 
  }
  .profile{
    background: #037329;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
  }
  .modal-dialog {width:700px !important;}
.thumbnail {margin-bottom:14px;}
 
.img-responsive .one{
    height: 300px !important;
    width: 300px;
}
#view-img{
    width: 300px;
    height: 227.5px !important;
}

#people{
    background-color: #006400;
}
#header-top{
    text-align: right;
}
.center{
    padding-left: 30px;
}