/*
    ==== 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 (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.ico99:before {
      content: '\e802'; }
    .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); } }

.user-area {
  position: relative;
  overflow: hidden;
  background: #dce1e4 url(../images/bg-user-area.jpg) no-repeat 50% 50%;
  background-size: cover;
  font: 13px/17px 'robotoregular', sans-serif;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  padding: 16px 12px 17px;
  margin: 73px -15px 20px; }
  .user-area .wrap {
    overflow: hidden;
    position: relative;
    padding: 10px; }
  .user-area .cell {
    height: 128px;
    display: table-cell;
    vertical-align: middle; }
  .user-area .avatar-col {
    float: left;
    position: relative;
    margin: 0 13px 0 0; }
    .user-area .avatar-col .img {
      background: #dce1e4 url(../images/avatar-icon.jpg) no-repeat 0 100%;
      border: 2px solid #646260;
      border-radius: 50%;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
      height: 128px;
      overflow: hidden;
      position: relative;
      width: 128px; }
    .user-area .avatar-col .ico {
      position: absolute;
      top: -4px;
      right: -4px;
      color: #fff;
      border-radius: 50%;
      background: #13a7bd;
      width: 36px;
      height: 36px;
      text-shadow: none;
      overflow: hidden; }
      .user-area .avatar-col .ico .btn {
        width: 36px;
        height: 36px;
        padding: 0;
        text-align: center;
        margin: 0; }
      .user-area .avatar-col .ico .fo {
        display: block;
        margin: 9px 0 0 8px;
        line-height: 19px;
        width: 21px;
        height: 19px; }
    .user-area .avatar-col .progress {
      position: absolute;
      top: 20px;
      left: 20px;
      bottom: 20px;
      right: 20px;
      text-shadow: none; }
      .user-area .avatar-col .progress p {
        text-align: center;
        position: absolute;
        margin: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        color: #008000;
        width: 100%;
        font-size: 17px; }
      .user-area .avatar-col .progress .fo {
        color: #008000;
        font-size: 81px;
        line-height: 84px;
        height: 84px;
        width: 84px;
        display: block;
        -webkit-animation: rotating 5s linear infinite;
                animation: rotating 5s linear infinite; }
  .user-area .holder {
    overflow: hidden; }
  .user-area h3 {
    margin: 6px 0 4px;
    font: 24px/27px 'robotomedium', sans-serif; }
  .user-area ul {
    padding: 0 0 4px;
    margin: 0;
    list-style: none; }
    .user-area ul li {
      padding: 0 0 4px; }
  .user-area .user-rating {
    overflow: hidden;
    min-width: 200px; }
    .user-area .user-rating .counter {
      overflow: hidden;
      font: 15px/18px 'robotomedium', sans-serif;
      color: #6dc088;
      text-shadow: none; }
      .user-area .user-rating .counter span {
        color: #fff; }
  .user-area .member {
    text-align: right;
    margin: -18px 9px 0 0; }
  .user-area .btn-mob {
    position: absolute;
    background: #fff;
    padding: 6px;
    width: 36px;
    border-radius: 4px;
    top: 10px;
    right: 10px;
    width: auto;
    background: none;
    font: 17px/19px 'robotomedium', sans-serif;
    color: #ffffff;
    padding: 0 30px 0 0; }
    .user-area .btn-mob span {
      display: block;
      height: 4px;
      background: #368e53;
      text-indent: -9999px;
      overflow: hidden;
      border-radius: 2px; }
      .user-area .btn-mob span + span {
        margin-top: 3px; }
    .user-area .btn-mob strong {
      width: 24px;
      position: absolute;
      right: 0;
      top: 1px; }
    .user-area .btn-mob span {
      background: #ffffff; }

	  
	  
@media (max-width: 767px) {
  .user-area {
    margin: 146px -10px 2px; }
    .user-area .btn-mob {
      display: block; } }

	  
@media (min-width: 1025px) {
  .user-area {
    margin: 73px -10px 0; }
    .user-area .btn-mob {
      display: none; } }

.rating-box {
  text-align: left;
  width: 70px;
  height: 14px;
  overflow: hidden; }
  .rating-box .fo {
    float: left;
    font-size: 15px;
    line-height: 15px;
    color: #6c7f8a;
    text-align: left;
    vertical-align: top; }
    .rating-box .fo span {
      float: left;
      width: 14px;
      height: 14px; }

div.star-rating {
  float: left;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  display: block;
  background: transparent;
  overflow: hidden;
  cursor: pointer; }

div.rating-cancel {
  display: none !important; }

div.star-rating, div.star-rating a {
  background: url(../images/star-rating.png) no-repeat; }

div.star-rating a {
  display: block;
  width: 15px;
  height: 100%;
  background-position: 0 0;
  border: 0; }

div.star-rating-on a {
  background-position: 0 -14px !important; }

div.star-rating-hover a {
  background-position: 0 -14px; }

div.star-rating-readonly a {
  cursor: default !important; }

div.star-rating {
  background: transparent !important;
  overflow: hidden !important; }

/*big*/
.rating-box.big {
  width: 115px;
  height: 22px; }
  .rating-box.big div.star-rating {
    width: 23px;
    height: 22px; }
  .rating-box.big div.star-rating a {
    width: 23px; }
  .rating-box.big div.star-rating, .rating-box.big div.star-rating a {
    background: url(../images/star-rating.png) no-repeat -15px 0; }
  .rating-box.big div.star-rating-on a {
    background-position: -15px -22px !important; }
  .rating-box.big div.star-rating-hover a {
    background-position: -15px -22px; }

/*user-rating*/
.user-rating .rating-box {
  height: 17px;
  width: 95px;
  float: left;
  padding: 2px 0 0; }
  .user-rating .rating-box .fo {
    font-size: 18px;
    color: #87ba97;
    text-shadow: none; }
    .user-rating .rating-box .fo span {
      width: 17px;
      height: 17px; }

#navigation {
  display: none; }

#mobile-navigation {
  padding: 0;
  margin: 0;
  list-style: none; }

@media (min-width: 1025px) {
  #navigation {
    display: block;
    position: relative;
    z-index: 50;
    border-bottom: 1px solid #cfd6da;
    margin: 0 -10px 15px; }
    #navigation > ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      #navigation > ul > li {
        display: table-cell;
        width: 1%;
        text-align: center;
        border-left: 1px solid #cfd6da;
        height: 49px;
        vertical-align: middle;
        font: 15px/49px 'robotomedium', sans-serif;
        position: relative; }
        #navigation > ul > li > a {
          color: #7b93a2;
          display: block;
          padding: 0 5px;
          white-space: nowrap;
          background: #ffffff; }
          #navigation > ul > li > a:hover {
            color: #000; }
        #navigation > ul > li .num {
          background: #368e52;
          border-radius: 50%;
          color: #fff;
          font: 10px/16px "robotomedium", sans-serif;
          height: 16px;
          position: absolute;
          right: 7px;
          top: 7px;
          width: 16px; }
          #navigation > ul > li .num.big {
            right: 5px;
            top: 5px;
            height: 19px;
            width: 19px;
            line-height: 19px; }
        #navigation > ul > li.active > a {
          color: #000; }
        #navigation > ul > li.home > a span {
          display: none; }
        #navigation > ul > li.home > a:after {
          font-family: "fontello";
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          text-align: center;
          text-decoration: none;
          text-transform: none;
          vertical-align: top;
          content: '\e811'; }
        #navigation > ul > li.hasdrop > a:after {
          font-family: "fontello";
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          text-align: center;
          text-decoration: none;
          text-transform: none;
          vertical-align: top;
          content: '\e832';
          margin: 0 0 0 3px; }
        #navigation > ul > li.color > a {
          background: #368d52;
          color: #ffffff;
          text-shadow: 0 1px 0 #000; }
          #navigation > ul > li.color > a span {
            color: #6dc088; }
            #navigation > ul > li.color > a span em {
              font-style: normal;
              color: #fff; }
          #navigation > ul > li.color > a:after {
            color: #87ba97; }
        #navigation > ul > li.color ul {
          left: 0;
          width: 100%; }
        #navigation > ul > li.color.active > a, #navigation > ul > li.color:hover > a {
          background: #40a761;
          box-shadow: inset 0 0 0 3px #368d52; }
        #navigation > ul > li:hover ul {
          display: block; }
        #navigation > ul > li ul {
          margin: -6px 0 0;
          list-style: none;
          font-size: 15px;
          line-height: 21px;
          position: absolute;
          top: 100%;
          left: -6px;
          padding: 2px 15px 3px;
          background: #fff;
          border-radius: 2px;
          text-align: left;
          width: 214px;
          display: none;
          box-shadow: 0 0 16px rgba(201, 201, 201, 0.9);
          z-index: 20; }
          #navigation > ul > li ul:after {
            content: '';
            position: absolute;
            bottom: 100%;
            left: 8px;
            border: 5px solid transparent;
            border-bottom: 6px solid #fff; }
          #navigation > ul > li ul li {
            font-size: 15px;
            border-top: 1px solid #f0f0f0;
            padding: 10px 0 11px;
            display: block; }
            #navigation > ul > li ul li:first-child {
              border: none; }
            #navigation > ul > li ul li.active a {
              color: #368c52; }
          #navigation > ul > li ul a {
            color: #7b93a2;
            display: block;
            padding: 5px 5px 4px;
            position: relative;
            display: block;
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            -ms-text-overflow: ellipsis;
            text-overflow: ellipsis; }
            #navigation > ul > li ul a:hover {
              color: #368c52; } }

.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 #368c52;
    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: #368c52;
        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: #28673c; }
        .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: #368c52; }
            .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: #368c52; }
      .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: #368c52;
            padding: 0 10px 0 0;
            font: 13px/17px "robotobold", sans-serif; }
            .similar-items li .item .check-box ul li a {
              color: #368c52; }
              .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; } }

.search-heading {
  padding: 0 0 21px;
  font-family: "robotomedium", sans-serif; }
  .search-heading span {
    display: block; }
  .search-heading .col1 {
    overflow: hidden; }
  .search-heading .col1 {
    overflow: hidden;
    padding: 0 20px 0 0; }
  .search-heading .col2 {
    float: left;
    padding: 0 10px 0 0;
    width: 156px; }
  .search-heading .col3 {
    overflow: hidden; }
  .search-heading .right-col {
    float: right;
    width: 280px; }

.saved-searches {
  margin: 0 0 20px;
  font: 13px/18px "robotoregular", sans-serif;
  color: #333333;
  position: relative; }
  .saved-searches > ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .saved-searches > ul > li {
      padding: 17px 15px 20px 19px;
      font-size: 13px;
      line-height: 18px;
      position: relative;
      overflow: hidden;
      background: #fff;
      border-radius: 2px;
      box-shadow: 0 2px 0 #d1d6d8;
      margin: 0 0 20px; }
      .saved-searches > ul > li .wrap {
        overflow: hidden; }
      .saved-searches > ul > li .map-box {
        float: left;
        width: 160px;
        margin: 3px 21px 0 0; }
        .saved-searches > ul > li .map-box .map {
          width: 100%;
          vertical-align: top;
          height: 160px; }
      .saved-searches > ul > li .options {
        overflow: hidden;
        padding: 0 0 10px; }
        .saved-searches > ul > li .options .sel {
          float: left;
          width: 190px; }
          .saved-searches > ul > li .options .sel select {
            opacity: 0; }
        .saved-searches > ul > li .options .select-area {
          height: 37px; }
          .saved-searches > ul > li .options .select-area .center {
            padding: 5px 10px 5px 8px; }
          .saved-searches > ul > li .options .select-area .select-opener {
            height: 31px;
            background-position: 13px 13px; }
        .saved-searches > ul > li .options .buttons {
          overflow: hidden;
          padding: 0 0 0 7px; }
          .saved-searches > ul > li .options .buttons .btn-filter {
            margin: 0 0 0 10px;
            float: left; }
            .saved-searches > ul > li .options .buttons .btn-filter .fo {
              color: #fff; }
      .saved-searches > ul > li h3 {
        margin: 0 0 5px;
        font: 15px/18px "robotobold", sans-serif;
        color: #368c52; }
        .saved-searches > ul > li h3 a {
          color: #368c52; }
          .saved-searches > ul > li h3 a:hover {
            text-decoration: underline;
            color: #2f7a47; }
      .saved-searches > ul > li .info {
        padding: 0;
        margin: 0;
        list-style: none; }

@media (min-width: 1025px) {
  .saved-searches > ul > li {
    opacity: 0;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
    .saved-searches > ul > li .options {
      float: right;
      width: 268px;
      padding: 0;
      margin: 0 0 20px 20px; }
      .saved-searches > ul > li .options .sel {
        width: 146px; } }

.dashboard-gallery {
  background: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 0 #d1d6d8;
  padding: 45px 20px 57px;
  margin: 0 0 20px; }
  .dashboard-gallery ol, .dashboard-gallery ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .dashboard-gallery .slides {
    overflow: hidden; }
    .dashboard-gallery .slides li {
      float: left;
      display: none;
      overflow: hidden; }
      .dashboard-gallery .slides li .img {
        float: left;
        margin: 3px 12px 14px 0;
        width: 307px;
        text-align: center; }
        .dashboard-gallery .slides li .img img {
          max-width: 100%;
          vertical-align: top; }
      .dashboard-gallery .slides li .holder {
        overflow: visible; }
      .dashboard-gallery .slides li h2 {
        margin: 0 0 3px; }
  .dashboard-gallery .flex-control-nav {
    position: absolute;
    text-align: center;
    line-height: 0;
    font-size: 0;
    bottom: 11px;
    left: 20px;
    right: 20px; }
    .dashboard-gallery .flex-control-nav li {
      display: inline-block;
      vertical-align: top;
      margin: 0 5px; }
    .dashboard-gallery .flex-control-nav a {
      width: 10px;
      height: 10px;
      display: block;
      background: #dce1e4;
      border-radius: 50%; }
      .dashboard-gallery .flex-control-nav a:hover {
        background: #368c52; }
    .dashboard-gallery .flex-control-nav .flex-active {
      background: #368c52; }

@media (max-width: 559px) {
		.dashboard-gallery .slides li .img {margin: 3px 42px 17px -29px !important;}
	}

@media (min-width: 1025px) {
  .dashboard-gallery .slides li .holder {
    overflow: hidden; } }
