/*
    ==== GRID ====
*/
/*city-items*/
.city-items {
  padding: 0;
  margin: 0 -10px;
  list-style: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  position: relative;
  z-index: 10; }
  .city-items li {
    float: none;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px;
    position: relative;
    text-align: center; }
  .city-items a {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center; }
    .city-items a: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; }
    .city-items a .name {
      z-index: 10;
      position: absolute;
      left: 10px;
      right: 10px;
      font: 15px/18px 'robotomedium', sans-serif;
      color: #fff;
      bottom: 20px;
      text-shadow: 0 -1px 0 #000; }
    .city-items a .listing {
      text-shadow: none;
      display: none; }
    .city-items a:hover:after {
      background: rgba(0, 0, 0, 0.73); }
  .city-items .no-dev a .name {
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    bottom: 10px; }
  .city-items .no-dev a .listing {
    -webkit-transform: translateY(-400px);
        -ms-transform: translateY(-400px);
            transform: translateY(-400px);
    bottom: 100%;
    -webkit-transition: all 0.4s ease-in-out 0s;
            transition: all 0.4s ease-in-out 0s;
    display: block;
    opacity: 0;
    height: 0;
    overflow: hidden; }
  .city-items .no-dev a img {
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
  .city-items .no-dev a:hover .name {
    bottom: 50%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%); }
  .city-items .no-dev a:hover .listing {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    height: auto; }
  .city-items .no-dev a:hover img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .city-items img {
    vertical-align: top;
    width: 100%; }

/*new-items*/
.new-items {
  padding: 0;
  margin: 0 -10px;
  list-style: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px; }
  .new-items > li {
    float: none;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px; }
  .new-items a {
    display: block;
    position: relative;
    text-align: left;
    overflow: hidden;
    padding-top: 100%;
    background: #fff; }
    .new-items a: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; }
    .new-items a .marker {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 20;
      text-transform: uppercase;
      color: #ffffff;
      font: 11px/13px 'museo700-regular', sans-serif;
      text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.35);
      background: #e84c3c;
      padding: 4px 5px 3px;
      min-width: 80px;
      text-align: center; }
      .new-items a .marker.new {
        background: #49ba6f; }
      .new-items a .marker.popular {
        background: #3597d3; }
    .new-items a > div {
      z-index: 15;
      position: absolute; }
    .new-items a .data {
      left: 21px;
      right: 21px;
      font-size: 13px;
      line-height: 17px;
      color: #fff;
      bottom: 15px; }
      .new-items a .data .line {
        padding: 0 0 7px; }
        .new-items a .data .line p {
          overflow: hidden;
          margin: 0;
          padding: 7px 0 0 9px; }
      .new-items a .data .btn {
        float: left; }
        .new-items a .data .btn:hover {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; }
      .new-items a .data ul {
        text-shadow: 0 -1px 0 #000;
        padding: 0;
        margin: 0;
        list-style: none; }
        .new-items a .data ul li {
          font: 14px/19px 'robotomedium', sans-serif;
          margin: 0 0 2px; 
		  text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.7);}
    .new-items a .info-wrap {
      bottom: 0;
      left: 0;
      right: 0;
      overflow: hidden;
      z-index: 10;
      height: 60px;
      display: none; }
    .new-items a .more-info {
      bottom: -60px;
      opacity: 0;
      left: 0;
      width: 100%;
      right: 0;
      overflow: hidden;
      background: #fff;
      font: 14px/18px 'robotomedium', sans-serif;
      color: #000;
      padding: 10px 10px 14px;
      height: 60px;
      position: absolute; }
      .new-items a .more-info ul {
        padding: 0;
        margin: -10px -19px -14px;
        list-style: none;
        overflow: hidden; }
        .new-items a .more-info ul li {
          float: left;
          width: 33%;
          color: #0B1D73;
          padding: 11px 10px 14px 21px;
          font: 13px/18px 'robotomedium', sans-serif;
          -webkit-transition: all 0.35s ease-in-out;
                  transition: all 0.35s ease-in-out;
          -webkit-transition-delay: 0.05s;
                  transition-delay: 0.05s;
          -webkit-transform: translate3d(0, 200%, 0);
                  transform: translate3d(0, 200%, 0);
          opacity: 0; }
          .new-items a .more-info ul li + li {
            border-left: 1px solid #dce1e4; }
          .new-items a .more-info ul li:nth-child(2) {
            -webkit-transition-delay: 0.1s;
                    transition-delay: 0.1s; }
          .new-items a .more-info ul li:nth-child(3) {
            -webkit-transition-delay: 0.15s;
                    transition-delay: 0.15s; }
          .new-items a .more-info ul li span {
            display: block;
            font: 12px/18px 'robotobold', sans-serif;
            color: #000000; }
      .new-items a .more-info p {
        margin: 0;
        display: block;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis; }
      .new-items a .more-info .color {
        font-family: 'robotobold', sans-serif;
        color: #0B1D73; }
      .new-items a .more-info .place {
        float: right;
        min-width: 66px;
        max-width: 120px;
        position: relative;
        -webkit-transition: all 0.35s ease-in-out;
                transition: all 0.35s ease-in-out;
        -webkit-transition-delay: 0.1s;
                transition-delay: 0.1s;
        -webkit-transform: translate3d(0, 200%, 0);
                transform: translate3d(0, 200%, 0);
        opacity: 0; }
        .new-items a .more-info .place .fo {
          color: #0B1D73; }
        .new-items a .more-info .place span {
          display: block; }
      .new-items a .more-info .holder {
        overflow: hidden;
        padding-right: 10px;
        position: relative;
        -webkit-transition: all 0.35s ease-in-out;
                transition: all 0.35s ease-in-out;
        -webkit-transition-delay: 0.05s;
                transition-delay: 0.05s;
        -webkit-transform: translate3d(0, 200%, 0);
                transform: translate3d(0, 200%, 0);
        opacity: 0; }
    .new-items a:hover:after {
      background: rgba(0, 0, 0, 0.73); }
  .new-items .no-dev a .data {
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
  .new-items .no-dev a .info-wrap {
    display: block; 
    background: rgba(3, 2, 1, 0.6); }
  .new-items .no-dev a .more-info {
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    display: block;
    opacity: 0; }
  .new-items .no-dev a .marker {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 80px;
    top: 6px;
    left: -21px;
    padding: 0;
    background: none; }
    .new-items .no-dev a .marker span {
      position: relative;
      display: block;
      z-index: 10;
      display: block;
      padding: 7px 5px 6px; }
      .new-items .no-dev a .marker span:before, .new-items .no-dev a .marker span:after {
        content: '';
        position: absolute;
        border: 6px solid transparent;
        border-top: 6px solid #9b1b2a;
        top: 100%;
        left: 100%;
        margin: 0 0 0 -2px; }
      .new-items .no-dev a .marker span:before {
        left: auto;
        right: 100%;
        margin: 0 -2px 0 0; }
    .new-items .no-dev a .marker:after {
      content: '';
      position: absolute;
      top: 0;
      left: -10px;
      border-bottom: 26px solid #e84c3c;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      height: 0;
      width: 100px;
      z-index: 5; }
    .new-items .no-dev a .marker.new:after {
      border-bottom-color: #49ba6f; }
    .new-items .no-dev a .marker.new span:after, .new-items .no-dev a .marker.new span:before {
      border-top-color: #0B1D73; }
    .new-items .no-dev a .marker.popular:after {
      border-bottom-color: #3597d3; }
    .new-items .no-dev a .marker.popular span:after, .new-items .no-dev a .marker.popular span:before {
      border-top-color: #2c3e50; }
  .new-items .no-dev a:hover .data {
    bottom: 74px; }
  .new-items .no-dev a:hover .more-info {
    bottom: 0;
    opacity: 1; }
    .new-items .no-dev a:hover .more-info .holder {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      opacity: 1; }
    .new-items .no-dev a:hover .more-info .place {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      opacity: 1; }
    .new-items .no-dev a:hover .more-info ul li {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      opacity: 1; }
  .new-items 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; }
  .new-items .add-item {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #ffffff; }
    .new-items .add-item .cell {
      color: #97a4ab;
      text-align: center;
      font: 15px/18px "robotomedium", sans-serif;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      padding: 40px 20px;
      background: #fff; }
      .new-items .add-item .cell:after {
        display: none; }
      .new-items .add-item .cell .fo {
        font-size: 60px;
        line-height: 64px; }
      .new-items .add-item .cell span {
        display: block;
        padding: 4px 0 0; }
      .new-items .add-item .cell:hover {
        color: #0B1D73; }


	.results-listing ul li .ico-favorite {
			margin: 0 0 3px; }

	.results-listing ul li .ico-favorite {
			padding-top: 17px;
			display: block;
			background: url(../images/ico-favorite.png) no-repeat;
			text-indent: -9999px;
			overflow: hidden;
			width: 19px;
			height: 17px; 
			float: right;
			position:absolute;
			left:81%;
			z-index: 9;
			top:15px;
			/*border-radius:80%;
			background-color:#FFFFFF;*/
		}
		
		.results-listing ul li .ico-favorite:hover:after {
				background: rgba(0, 0, 0, 0.07);	
		}

	.results-listing ul li .ico-favorite.active, .results-listing ul li .ico-favorite:hover {
          background-position: 0 -17px; }
		
		
	@media (max-width:559) {
			.new-items a .data ul li {
          font: 12px/19px 'robotomedium', sans-serif ;
          margin: 0 0 -3px; 
		  text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.7);}	
		}



@media (min-width: 768px) {
  .city-items .no-dev a .name {
    font: 18px/23px 'robotomedium', sans-serif; } }

@media (min-width: 1025px) {
  /*city-items*/
  .city-items > li {
    opacity: 0;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  /*new-items*/
  .new-items > li {
    opacity: 0;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  .new-items a .more-info {
    font-size: 15px;
    padding: 10px 19px 14px; } }

.breadcrumbs {
  padding: 0 0 10px;
  margin: 0 0 15px;
  list-style: none;
  border-bottom: 1px solid #eef0f2;
  box-shadow: 0 1px 0 #cfd6da;
  font-size: 0;
  line-height: 0; }
  .breadcrumbs li {
    color: #7b93a2;
    display: inline-block;
    vertical-align: top;
    font: 13px/24px 'robotoregular', sans-serif;
    position: relative; }
    .breadcrumbs li + li {
      padding: 0 0 0 23px; }
      .breadcrumbs li + li:after {
        content: '';
        position: absolute;
        left: 10px;
        top: 11px;
        width: 4px;
        height: 4px;
        background: #fff; }
    .breadcrumbs li a {
      color: #7b93a2; }
      .breadcrumbs li a:hover {
        color: #617a89;
        text-decoration: underline; }

@media (min-width: 1025px) {
  .breadcrumbs {
    padding: 0 0 28px;
    margin: 0 0 26px; } }

.projects-area {
  position: relative;
  padding: 0 0 20px; }
  .projects-area header {
    margin: 0 0 15px; }
    .projects-area header .all {
      font: 18px/21px 'robotobold', sans-serif;
      color: #0B1D73;
      float: right;
      margin: 0 0 0 20px; }
      .projects-area header .all:hover {
        color: #28673c; }
  .projects-area h2 {
    margin: 0;
    overflow: hidden; }
    .projects-area h2 span {
      color: #0B1D73; }

.filter li a.active, .filter li a:hover {
  color: #0B1D73; }

@media (min-width: 1025px) {
  .projects-area {
    padding: 0 0 80px; }
    .projects-area header {
      margin: 0 0 30px; } }
