/*
    ==== GRID ====
*/
.featured-properties {
  margin: 0 0 15px;
  min-height: 40px;
  position: relative;
  background: #dce1e4; }
  .featured-properties .input-loader {
    background: #dce1e4;
    margin-right: -6px !important;
    right: 50% !important; }
  .featured-properties .featured-items {
    padding: 0;
    margin: 0;
    list-style: none; }
    .featured-properties .featured-items li {
      overflow: hidden;
      color: #546d7d;
      position: relative;
      font: 13px/18px 'robotoregular', sans-serif; }
      .featured-properties .featured-items li + li {
        margin: 20px 0 0; }
      .featured-properties .featured-items li .thumb {
        float: left;
        width: 90px;
        margin: 4px 6px 0 0;
        height: 90px;
        position: relative;
        overflow: hidden;
        background: #d0d0d0; }
        .featured-properties .featured-items li .thumb img {
          width: 100%;
          height: auto;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .featured-properties .featured-items li .holder {
        overflow: hidden;
        padding: 0 0 5px 5px; }
        .featured-properties .featured-items li .holder .title {
          display: block;
          color: #7b93a2;
          font-family: 'robotobold', sans-serif;
          font-weight: normal; }
      .featured-properties .featured-items li p {
        margin: 0 0 7px; }
      .featured-properties .featured-items li .btn-price {
        font-size: 13px;
        padding: 6px 12px; }
		
		@media (max-width: 767px) {
			#main .view_prof{
				
				margin-top: 125px !important;}
		}
		
		@media (min-width: 768px) {
			#main .view_prof{
				
				margin-top: 92px;}
		}

@media (min-width: 1025px) {
  .featured-properties .featured-items li {
    opacity: 0;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
    .featured-properties .featured-items li .btn-price:hover {
      -webkit-transform: translateY(-3px);
          -ms-transform: translateY(-3px);
              transform: translateY(-3px); } }

.add-project {
  display: block;
  color: #ffffff;
  font: 15px/19px 'robotomedium', sans-serif;
  background: #6C0A23;
  position: relative;
  border-radius: 2px;
  box-shadow: 0 2px 0 #d1d6d8;
  margin: 0 0 15px;
  overflow: hidden;
  padding: 24px 20px 25px 53px;
  -webkit-transition: all .5s;
          transition: all .5s; }
  .add-project .fo {
    position: absolute;
    left: 7px;
    top: 12px;
    width: 45px;
    height: 45px;
    font-size: 28px;
    line-height: 43px;
    -webkit-transition: all .5s;
            transition: all .5s; }
  .add-project:hover {
    background: #fff;
    color: #6C0A23;
    padding-left: 63px;
    font-size: 17px; }
    .add-project:hover .fo {
      font-size: 110px;
      left: -20px;
      opacity: 0.5;
      -webkit-transform: rotate(20deg);
          -ms-transform: rotate(20deg);
              transform: rotate(20deg); }

.our-guides {
  margin: 0 0 20px; }

.guides {
  padding: 0;
  margin: 0;
  list-style: none; }
  .guides li {
    font: 15px/19px 'robotomedium', sans-serif;
    position: relative; }
    .guides li + li {
      margin: 15px 0 0; }
  .guides a {
    display: block;
    position: relative;
    background: #fff;
    box-shadow: 0 2px 0 #d1d6d8;
    border-radius: 2px;
    padding: 24px 22px 25px 53px;
    color: #333333;
    overflow: hidden;
    -webkit-transition: all .2s;
            transition: all .2s; }
    .guides a.active, .guides a:hover {
      color: #6C0A23; }
    .guides a:after, .guides a:before {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      text-decoration: none;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      vertical-align: top;
      position: absolute;
      top: 23px;
      left: 15px;
      width: 30px;
      font-size: 23px;
      -webkit-transition: all .3s;
              transition: all .3s; }
    .guides a.ico1:before {
      content: '\e811'; }
    .guides a.ico2:before {
      content: '\e828'; }
    .guides a.ico3:before {
      content: '\e829'; }
    .guides a.ico4:before {
      content: '\e835'; }
    .guides a.ico5:before {
      content: '\e810'; }
    .guides a:after {
      color: #6C0A23;
      content: '\e827';
      top: 24px;
      right: 14px;
      font-size: 15px;
      left: auto;
      width: auto;
      -webkit-transform: translate(0px, 0px);
          -ms-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
      -webkit-animation: horz 1s ease infinite;
              animation: horz 1s ease infinite; }

.user-guides a {
  color: #6C0A23; }
  .user-guides a:after {
    display: none; }
  .user-guides a span {
    color: #333;
    float: right; }

@media (min-width: 1025px) {
  .our-guides ul li {
    opacity: 0;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
    .our-guides ul li a:hover {
      padding-left: 60px; }
      .our-guides ul li a:hover:before {
        font-size: 40px;
        left: 8px;
        opacity: 0.5;
        -webkit-transform: rotate(15deg);
            -ms-transform: rotate(15deg);
                transform: rotate(15deg); } }

.agent-info {
  border-bottom: 1px solid #e7eaec;
  overflow: hidden;
  position: relative;
  padding: 0 0 16px;
  margin: 0 0 15px; }
  .agent-info .avatar-col {
    float: left;
    width: 148px;
    text-align: center;
    padding: 2px 0 0;
    margin: 0 10px 0 0; }
    .agent-info .avatar-col .img {
      margin: 0 auto 20px;
      position: relative;
      border-radius: 50%;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
      border: 2px solid #e5e9eb;
      width: 128px;
      height: 128px; }
      .agent-info .avatar-col .img img {
        vertical-align: top;
        max-width: 100%;
        position: relative;
        height: auto;
        border-radius: 50%; }
    .agent-info .avatar-col .btn {
      max-width: 120px;
      display: block;
      margin: 0 auto 20px; }
  .agent-info h3 {
    margin: 0 0 18px;
    color: #333;
    font: 18px/23px 'robotomedium', sans-serif; }
  .agent-info .holder {
    overflow: hidden;
    padding: 0 0 2px; }
  .agent-info .info {
    background: #fff;
    position: relative;
    border-radius: 2px;
    box-shadow: 0 2px 0 #d1d6d8;
    overflow: hidden;
    padding: 10px;
    margin: 0 0 15px; }
    .agent-info .info:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 166px;
      width: 1px;
      background: #dce1e4; }
  .agent-info dl {
    margin: 0;
    overflow: hidden; }
    .agent-info dl a {
      color: #6C0A23; }
      .agent-info dl a:hover {
        color: #215532; }
    .agent-info dl .fo {
      width: 22px;
      font-size: 14px;
      text-align: left; }
    .agent-info dl dt {
      color: #7b93a2;
      margin: 0 0 3px;
      font: 13px/18px 'robotobold', sans-serif; }
    .agent-info dl dd {
      color: #000;
      margin: 0 0 3px;
      font: 13px/18px 'robotoregular', sans-serif;
      min-height: 18px;
      overflow: hidden; }
  .agent-info .address-box {
    float: right;
    margin: 0 0 0 43px;
    width: 135px; }
    .agent-info .address-box h4 {
      color: #7b93a2;
      font: 13px/18px 'robotobold', sans-serif;
      margin: 0 0 11px; }
    .agent-info .address-box address {
      margin: 0;
      color: #000;
      font: 13px/18px 'robotoregular', sans-serif; }
      .agent-info .address-box address span {
        display: block;
        font-style: normal; }

@media (min-width: 768px) {
  .developers-listings .logo-col {
    width: 157px;
    margin: 0 10px 0 0; }
  .developers-listings .info:after {
    right: 150px; }
  .developers-listings .address-box {
    margin: 0 0 0 20px;
    width: 130px; } }

@media (min-width: 1025px) {
  .agent-info .avatar-col {
    width: 162px;
    margin: 0 20px 0 0; }
    .agent-info .avatar-col .btn:hover {
      -webkit-transform: translateY(-3px);
          -ms-transform: translateY(-3px);
              transform: translateY(-3px); }
  .agent-info .info {
    padding: 17px 10px 4px 18px; }
    .agent-info .info:after {
      right: 166px; }
  .agent-info dl .fo {
    width: 30px; }
  .agent-info dl dt {
    float: left;
    margin: 0 10px 0 0; }
  .agent-info dl dd {
    margin: 0 0 13px;
    text-align: right; }
  .agent-info .address-box {
    float: right;
    margin: 0 0 0 43px;
    width: 135px; } }

.similar-items-area {
  padding: 0 0 20px; }

.similar-items {
  padding: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px; }
  .similar-items.with-ads .item > * {
    position: relative;
    z-index: 15; }
  .similar-items.with-ads .item:after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    bottom: -3px;
    right: -3px;
    border: 3px solid #6C0A23;
    border-radius: 2px;
    -webkit-transition: all .3s;
            transition: all .3s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    z-index: 100; }
  .similar-items li {
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    float: none; }
    .similar-items li .item {
      background: #ffffff;
      position: relative;
      box-shadow: 0 2px 0 #d1d6d8; }
      .similar-items li .item.selected:after {
        -webkit-animation-name: indexing;
                animation-name: indexing;
        -webkit-animation-duration: .3s;
                animation-duration: .3s;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
      .similar-items li .item .img {
        position: relative;
        overflow: hidden;
        padding-top: 100%; }
        .similar-items li .item .img img {
          width: 100%;
          vertical-align: top;
          height: auto;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          z-index: 3; }
        .similar-items li .item .img .btn-price {
          position: absolute;
          bottom: 10px;
          left: 10px;
          z-index: 20; }
        .similar-items li .item .img:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.2);
          -webkit-transition: all 0.3s ease-in-out;
                  transition: all 0.3s ease-in-out;
          z-index: 5; }
      .similar-items li .item .info {
        padding: 10px 10px 12px; }
      .similar-items li .item h3 {
        margin: 0 0 3px;
        color: #333333;
        font: 16px/21px "robotomedium", sans-serif; }
      .similar-items li .item .place {
        display: block;
        color: #666666;
        font: 13px/17px "robotomedium", sans-serif; }
      .similar-items li .item dl {
        margin: -4px 0 0;
        overflow: hidden;
        padding: 0 10px 5px; }
        .similar-items li .item dl dt {
          float: left;
          color: #333333;
          font: 13px/18px "robotobold", sans-serif;
          display: block;
          width: 100%;
          overflow: hidden;
          white-space: nowrap;
          -ms-text-overflow: ellipsis;
          text-overflow: ellipsis;
          max-width: 50%;
          padding: 0 4px 0 0; }
        .similar-items li .item dl dd {
          overflow: hidden;
          margin: 0 0 11px;
          color: #666666;
          font: 13px/18px "robotomedium", sans-serif;
          text-align: right;
          min-height: 18px; }
      .similar-items li .item a.more {
        display: block;
        color: #911042;
        font: 13px/17px "robotobold", sans-serif;
        position: relative;
        padding: 12px 20px 16px 12px;
        border-top: 1px solid #dce1e4; }
        .similar-items li .item a.more:hover {
          color: #911042; }
        .similar-items li .item a.more:after {
          font-family: "fontello";
          font-style: normal;
          font-weight: normal;
          speak: none;
          text-decoration: none;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          vertical-align: top;
          content: '\e827';
          position: absolute;
          top: 12px;
          right: 16px;
          -webkit-transform: translate(0px, 0px);
              -ms-transform: translate(0px, 0px);
                  transform: translate(0px, 0px);
          -webkit-animation: horz 1s ease infinite;
                  animation: horz 1s ease infinite; }
      .similar-items li .item ul.more {
        padding: 13px 20px 15px 12px;
        border-top: 1px solid #dce1e4;
        margin: 0;
        list-style: none;
        overflow: hidden; }
        .similar-items li .item ul.more li {
          float: left;
          font: 13px/17px "robotobold", sans-serif;
          padding: 0 10px 0 0; }
          .similar-items li .item ul.more li a {
            color: #6C0A23; }
            .similar-items li .item ul.more li a:hover {
              color: #28673c; }
      .similar-items li .item .add-item {
        display: table;
        height: 100%;
        width: 100%; }
        .similar-items li .item .add-item a {
          color: #97a4ab;
          text-align: center;
          font: 15px/18px "robotomedium", sans-serif;
          display: table-cell;
          vertical-align: middle;
          padding: 40px 20px; }
          .similar-items li .item .add-item a .fo {
            font-size: 60px;
            line-height: 64px; }
          .similar-items li .item .add-item a span {
            display: block;
            padding: 4px 0 0; }
          .similar-items li .item .add-item a:hover {
            color: #6C0A23; }
      .similar-items li .item .check-box {
        position: relative;
        padding: 12px 40px 16px 12px;
        border-top: 1px solid #dce1e4; }
        .similar-items li .item .check-box ul {
          padding: 0;
          margin: 0;
          list-style: none;
          overflow: hidden; }
          .similar-items li .item .check-box ul li {
            float: left;
            color: #6C0A23;
            padding: 0 10px 0 0;
            font: 13px/17px "robotobold", sans-serif; }
            .similar-items li .item .check-box ul li a {
              color: #6C0A23; }
              .similar-items li .item .check-box ul li a:hover {
                color: #28673c; }
        .similar-items li .item .check-box input {
          position: absolute;
          display: none;
          opacity: 1; }
        .similar-items li .item .check-box .chk-area {
          margin: 0;
          position: absolute;
          top: 11px;
          right: 10px;
          width: 22px;
          height: 22px;
          overflow: visible; }
        .similar-items li .item .check-box .chk-area span {
          background-position: -34px 0;
          width: 22px;
          height: 22px; }
        .similar-items li .item .check-box .chk-checked span {
          background-position: -34px -22px;
          margin: 0; }

@media (min-width: 1025px) {
  .similar-items li .item {
    opacity: 0;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
    .similar-items li .item h3 {
      font-size: 18px; }
  .similar-items.no-animation li .item {
    opacity: 1; } }

.testimonials {
  padding: 0 0 20px;
  position: relative; }
  .testimonials h3 {
    margin: 0 0 16px;
    font: 18px/23px 'robotomedium', sans-serif; }
  .testimonials .testimonial-gallery {
    position: relative;
    padding: 0 0 30px; }
    .testimonials .testimonial-gallery .slides {
      padding: 0;
      margin: 0;
      list-style: none;
      overflow: hidden; }
      .testimonials .testimonial-gallery .slides li {
        float: left;
        display: none; }
      .testimonials .testimonial-gallery .slides blockquote {
        margin: 0;
        font: italic 14px/20px Georgia, serif; }
        .testimonials .testimonial-gallery .slides blockquote q {
          display: block;
          color: #7b93a2;
          margin: 0 0 12px; }
        .testimonials .testimonial-gallery .slides blockquote cite {
          display: block;
          font: Georgia, serif;
          overflow: hidden; }
          .testimonials .testimonial-gallery .slides blockquote cite .img {
            float: left;
            width: 52px;
            height: 52px;
            border-radius: 50%;
            overflow: hidden;
            border: 2px solid #e5e9eb;
            margin: 5px 13px 5px 5px;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
            .testimonials .testimonial-gallery .slides blockquote cite .img img {
              width: 100%;
              height: auto; }
          .testimonials .testimonial-gallery .slides blockquote cite span {
            display: table-cell;
            height: 62px;
            vertical-align: middle; }
    .testimonials .testimonial-gallery .flex-control-nav {
      padding: 0;
      margin: 0 0 0 -10px;
      list-style: none;
      overflow: hidden;
      position: absolute;
      bottom: 0;
      left: 0; }
      .testimonials .testimonial-gallery .flex-control-nav li {
        float: left;
        margin: 0 0 0 10px; }
        .testimonials .testimonial-gallery .flex-control-nav li a {
          display: block;
          text-indent: -9999px;
          overflow: hidden;
          width: 10px;
          height: 10px;
          background: #fff;
          position: relative;
          border-radius: 50%;
          cursor: pointer; }
          .testimonials .testimonial-gallery .flex-control-nav li a:hover, .testimonials .testimonial-gallery .flex-control-nav li a.flex-active {
            background: #7b93a2; }

@media (min-width: 1025px) {
  .testimonials {
    opacity: 0;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; } }

.message-form {
  overflow: hidden; }
  .message-form h3 {
    margin: 0 0 16px;
    font: 18px/23px 'robotomedium', sans-serif; }
  .message-form .form-area {
    padding: 0; }

.header_ {
  margin: 0 0 26px; }

.social-links {
  text-align: left;
  margin: 0 0 15px -4px; }
  .social-links li a {
    background: #fff; }

/*more-line*/
.more-line {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 0 0 20px; }
  .more-line a {
    position: relative;
    overflow: visible;
    margin: 0; }
    .more-line a:before, .more-line a:after {
      content: '';
      position: absolute;
      background: #ececec;
      height: 1px;
      top: 50%;
      left: 100%;
      width: 9999px;
      margin: -1px 0 0 10px; }
    .more-line a:before {
      margin: 0 10px 0 0;
      left: auto;
      right: 100%; }
