/*
    ==== 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 .agent_list{
				
				margin-top: 148px !important;}
		}
		
		@media (min-width: 768px) {
			#main .agent_list{
				
				margin-top: 76px;}
		}
		
		/*css for motrgage mobile version starts*/
		@media (max-width: 559px) {
			.agents-listings .avatar-col  {
				float:none !important;
			}
		}
		/*css for motrgage mobile version ends*/

@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); } 
			  #main .agent_list{
				
				margin-top: 66px;}
			  
			  }

.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: #0000A0; }
    .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: #0000A0;
      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: #0000A0; }
  .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); } }

.agents-listings {
  padding: 0 0 9px;
  margin: 0;
  list-style: none; }
  .agents-listings li {
    overflow: hidden;
    position: relative;
    padding: 10px 0 25px 0; }
    .agents-listings li + li {
      border-top: 1px solid #e7eaec;
      padding-top: 15px; }
  .agents-listings .avatar-col {
    float: left;
    width: 148px;
    text-align: center;
    margin: 0 10px 0 0;
    padding: 2px 0 40px; }
    .agents-listings .avatar-col .img {
      margin: 0 auto;
      position: relative;
      border-radius: 50%;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
      border: 2px solid #e5e9eb;
      width: 128px;
      height: 128px;
      overflow: hidden;
      background: url(../images/avatar-ico.png) no-repeat 50% 100%; }
      .agents-listings .avatar-col .img img {
        vertical-align: top;
        max-width: 100%;
        position: relative;
        height: auto;
        border-radius: 50%; }
    .agents-listings .avatar-col .btn {
      position: absolute;
      bottom: 25px;
      left: 23px;
      overflow: hidden;
      max-width: 120px; }
  .agents-listings header {
    margin: 0 0 16px; }
    .agents-listings header h3 {
      margin: 0;
      color: #333;
      font: 18px/23px 'robotomedium', sans-serif;
      overflow: hidden; }
    .agents-listings header .num {
      float: right;
      margin: 2px 6px 0 20px;
      color: #666;
      font: 13px/23px 'robotomedium', sans-serif; }
  .agents-listings .holder {
    overflow: hidden;
    padding: 0 0 2px; }
  .agents-listings .info {
    background: #fff;
    position: relative;
    border-radius: 2px;
    box-shadow: 0 2px 0 #d1d6d8;
    overflow: hidden;
    padding: 10px; }
  .agents-listings dl {
    margin: 0;
    overflow: hidden; }
    .agents-listings dl a {
      color: #0000A0; }
      .agents-listings dl a:hover {
        color: #215532; }
    .agents-listings dl .fo {
      width: 22px;
      font-size: 14px;
      text-align: left; }
    .agents-listings dl dt {
      color: #7b93a2;
      float: left;
      font: 13px/18px 'robotobold', sans-serif;
      margin: 0 10px 0 0; }
    .agents-listings dl dd {
      color: #000;
      margin: 0 0 13px;
      text-align: right;
      font: 13px/18px 'robotoregular', sans-serif;
      min-height: 18px;
      overflow: hidden; }

@media (min-width: 1025px) {
  .agents-listings li {
    padding: 16px 0 40px 0;
    opacity: 0;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
    .agents-listings li + li {
      padding-top: 30px; }
  .agents-listings .avatar-col {
    width: 168px;
    margin: 0 15px 0 0; }
    .agents-listings .avatar-col .btn {
      bottom: 40px;
      left: 33px; }
      .agents-listings .avatar-col .btn:hover {
        -webkit-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
                transform: translateY(-3px); }
  .agents-listings .info {
    padding: 18px 18px 3px; }
  .agents-listings dl .fo {
    width: 30px; } }

.add-project {
  display: block;
  color: #ffffff;
  font: 15px/19px 'robotomedium', sans-serif;
  background: #0000A0;
  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: #0000A0;
    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); }

.header_ {
  margin: 0 0 26px; }
