/*
    ==== 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 .dev_list{
				
				margin-top: 148px !important;}
		}
		
		@media (min-width: 768px) {
			#main .dev_list{
				padding: 0 260px 0 0;
				margin-top: 50px;}
		}
		
		@media (min-width: 1025px) {
			#main .dev_list{
				padding: 0 260px 0 0;
				margin-top: 50px;}
		}

@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: #368c52;
  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: #368c52;
    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: #368c52; }
    .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: #368c52;
      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: #368c52; }
  .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); } }

.developers-listings {
  padding: 0 0 27px;
  margin: 0;
  list-style: none; }
  .developers-listings li {
    overflow: hidden;
    position: relative;
    padding: 10px 0 25px 0; }
    .developers-listings li + li {
      border-top: 1px solid #e7eaec;
      padding-top: 15px; }
  .developers-listings .logo-col {
   /* float: left;*/
    width: 168px;
    text-align: center;
    padding: 2px 0 0;
    margin: 0 15px 0 0; }
    .developers-listings .logo-col .img {
      padding-bottom: 42px; }
      .developers-listings .logo-col .img img {
        vertical-align: top;
        max-width: 100%; }
    .developers-listings .logo-col .btn {
      position: absolute;
      bottom: 25px;
      left: 33px; }
  .developers-listings h3 {
    margin: 0 0 18px;
    color: #333;
    font: 18px/23px 'robotomedium', sans-serif; }
  .developers-listings .holder {
    overflow: hidden;
    padding: 0 0 2px; }
  .developers-listings .info {
    background: #fff;
    position: relative;
    border-radius: 2px;
    box-shadow: 0 2px 0 #d1d6d8;
    overflow: hidden;
    padding: 10px; }
    .developers-listings .info:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 166px;
      width: 1px;
      background: #dce1e4; }
  .developers-listings dl {
    margin: 0;
    overflow: hidden; }
    .developers-listings dl a {
      color: #368c52; }
      .developers-listings dl a:hover {
        color: #215532; }
    .developers-listings dl .fo {
      width: 22px;
      font-size: 14px;
      text-align: left; }
    .developers-listings dl dt {
      color: #7b93a2;
      margin: 0 10px 3px 0;
      font: 13px/18px 'robotobold', sans-serif; }
    .developers-listings dl dd {
      color: #000;
      margin: 0 0 3px;
      font: 13px/18px 'robotoregular', sans-serif;
      min-height: 18px;
      overflow: hidden; }
  .developers-listings .address-box {
    float: right;
    margin: 0 0 0 43px;
    width: 135px; }
    .developers-listings .address-box h4 {
      color: #7b93a2;
      font: 13px/18px 'robotobold', sans-serif;
      margin: 0 0 11px; }
    .developers-listings .address-box address {
      margin: 0;
      color: #000;
      font: 13px/18px 'robotoregular', sans-serif; }
      .developers-listings .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) {
  .developers-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; }
    .developers-listings li + li {
      padding-top: 27px; }
  .developers-listings .logo-col {
    width: 168px;
    margin: 0 15px 0 0; }
    .developers-listings .logo-col .img {
      min-height: 5px; }
    .developers-listings .logo-col .btn {
      bottom: 6px; }
      .developers-listings .logo-col .btn:hover {
        -webkit-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
                transform: translateY(-3px); }
  .developers-listings .info {
    padding: 17px 10px 4px 18px; }
    .developers-listings .info:after {
      right: 166px; }
  .developers-listings dl .fo {
    width: 30px; }
  .developers-listings dl dt {
    float: left;
    margin: 0; }
  .developers-listings dl dd {
    margin: 0 0 13px;
    text-align: right; }
  .developers-listings .address-box {
    float: right;
    margin: 0 0 0 43px;
    width: 135px; } }

.header_ {
  margin: 0 0 26px; }
