/***      Variables      ***/
/***      Partials      ***/
.btn {
  border-radius: 0; }
  .btn.btn-rafa-red {
    color: #fff;
    background-color: #F44336;
    border-color: #F44336; }
    .btn.btn-rafa-red.arrow {
      position: relative;
      padding-right: 23px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
      .btn.btn-rafa-red.arrow:after {
        content: '\f105';
        position: absolute;
        top: 0;
        right: 7px;
        display: flex;
        height: 100%;
        justify-content: center;
        flex-direction: column;
        font-family: FontAwesome;
        font-size: 22px; }
    .btn.btn-rafa-red:hover {
      background-color: #f32c1e;
      border-color: #f32c1e; }

.pagination {
  align-items: center;
  justify-content: center; }
  .pagination .page-item .page-link {
    color: #F44336; }
  .pagination .page-item.active .page-link {
    background-color: #F44336;
    border-color: #F44336;
    color: #ffffff; }
  .pagination .page-item.disabled .page-link {
    color: #4c4c4c; }

/***      General Styles      ***/
body {
  font-family: 'Roboto', sans-serif;
  background-color: #F7F7F7; }

.activation-p {
  margin-top: 33px;
  font-size: 17px; }

.error-text {
  color: #f44336;
  margin-top: 15px;
  font-size: 20px; }

.height-50 {
  height: 50px !important; }

.margin-bottom-10 {
  margin-bottom: 10px; }

#property-edit-main-block .form-group {
  width: 100%;
  float: left; }

.no-padding {
  padding: 0 !important; }

.green-background {
  background: #14b914;
  padding: 4px;
  margin-right: 4px;
  color: white;
  border-radius: 50%; }

a {
  text-decoration: none; }

.rafa-link {
  color: #F44336;
  text-decoration: none;
  border-bottom: 1px #F73B07 dotted;
  -webkit-transltion: 0.3s;
  -moz-transltion: 0.3s;
  -ms-transltion: 0.3s;
  transltion: 0.3s; }
  .rafa-link:hover {
    text-decoration: none;
    color: #d2190b;
    border-bottom: 1px #ad2905 dotted; }

* ::selection {
  background: #F73B07;
  color: #ffffff; }

.btn-rafa-blue {
  background-color: #18202e;
  border-color: #18202e;
  color: #ffffff;
  cursor: pointer; }
  .btn-rafa-blue:hover {
    background-color: #0f141d;
    border-color: #0f141d; }

header, footer {
  color: #ffffff; }
  header a, footer a {
    color: #ffffff; }
  header .nav-icon, footer .nav-icon {
    color: #F73B07; }

/***      Header      ***/
header .header-top {
  padding: 12px 0 !important;
  background-color: #151a23;
  font-size: 14px;
  min-height: 53px;
  height: auto; }
  header .header-top .left-section {
    left: 0;
    position: relative; }
  header .header-top .right-section {
    right: 0;
    position: relative; }
  header .header-top .header-btn-property-add {
    background: #F73B07;
    border: none;
    color: white;
    cursor: pointer;
    font-family: 'Michroma', sans-serif;
    top: 0;
    font-size: 10px;
    outline: none;
    text-transform: uppercase;
    padding: 5px 10px;
    transform: skewX(-20deg); }
    header .header-top .header-btn-property-add div {
      transform: skewX(20deg); }
    header .header-top .header-btn-property-add:hover {
      background: #d63609; }
header .header-bottom {
  padding: 20px 0;
  background-color: #18202e;
  font-size: 16px; }
header .navigation ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  header .navigation ul li {
    float: left; }
    header .navigation ul li a {
      text-decoration: none;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
      header .navigation ul li a:hover {
        color: #F73B07; }
      header .navigation ul li a img {
        margin-right: 3px; }
    header .navigation ul li .user-page-info-box {
      position: relative;
      padding: 5px; }
      header .navigation ul li .user-page-info-box i {
        font-size: 10px; }
      header .navigation ul li .user-page-info-box .custom-dropdown {
        z-index: 10;
        position: absolute;
        display: none;
        background: #ffffff;
        box-shadow: 0px 0px 5px #212121; }
      header .navigation ul li .user-page-info-box:hover {
        cursor: pointer; }
        header .navigation ul li .user-page-info-box:hover .custom-dropdown {
          display: block;
          width: 100%;
          text-align: left; }
          header .navigation ul li .user-page-info-box:hover .custom-dropdown:after {
            content: "";
            position: absolute;
            width: 4px;
            height: 100%;
            top: 0;
            right: 0;
            background: #F73B07; }
          header .navigation ul li .user-page-info-box:hover .custom-dropdown a {
            text-transform: uppercase;
            color: #212121; }
            header .navigation ul li .user-page-info-box:hover .custom-dropdown a:hover {
              color: #F73B07; }
header .navigation.social ul li a {
  display: block;
  padding: 5px 7px; }
  header .navigation.social ul li a:first-child {
    padding-left: 0; }
header .navigation.languages {
  float: right; }
  header .navigation.languages ul li a {
    display: block;
    padding: 5px 7px; }
  header .navigation.languages ul li:last-child a {
    padding: 5px 0px 5px 7px; }
  header .navigation.languages ul .active {
    border-bottom: 1px solid #F44336;
    padding-bottom: 2px;
    padding-right: 3px; }
    header .navigation.languages ul .active span {
      color: #F44336; }
header .navigation.main-navigation {
  float: right; }
  header .navigation.main-navigation ul.active {
    display: block !important; }
  header .navigation.main-navigation ul li a {
    position: relative;
    display: block;
    padding: 15px 20px;
    text-transform: uppercase; }
    header .navigation.main-navigation ul li a.active {
      color: #F73B07; }
      header .navigation.main-navigation ul li a.active:before {
        content: ' ';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        opacity: 1;
        background-color: #F44336;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s; }
  header .navigation.main-navigation ul li:last-child a {
    padding: 15px 0px 15px 20px; }
    header .navigation.main-navigation ul li:last-child a.active:before {
      width: calc(100% + 20px); }
header .mobile-nav-toggle {
  position: relative;
  display: block;
  margin: 3px auto 0 auto;
  width: 30px;
  height: 20px;
  cursor: pointer; }
  header .mobile-nav-toggle.active .bar:first-child {
    top: 8px;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg); }
  header .mobile-nav-toggle.active .bar:nth-child(2) {
    opacity: 0; }
  header .mobile-nav-toggle.active .bar:last-child {
    top: 8px;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg); }
  header .mobile-nav-toggle .bar {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 1px;
    border-bottom: 2px solid #F44336;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
    header .mobile-nav-toggle .bar:nth-child(2) {
      top: 8px; }
    header .mobile-nav-toggle .bar:last-child {
      top: 16px; }

/***      Main Carousel     ***/
.main-carousel {
  border-bottom: 3px solid #F44336; }
  .main-carousel .item {
    position: relative; }
    .main-carousel .item .slide-image img {
      width: 100%; }
    .main-carousel .item .slide-content {
      position: absolute;
      bottom: 0;
      left: 15%;
      padding: 15px 50px 15px 15px;
      width: 520px;
      background: linear-gradient(-135deg, transparent 30px, #ffffff 20px); }
      .main-carousel .item .slide-content .slide-link {
        position: absolute;
        z-index: 1000;
        top: 0;
        right: 0;
        display: flex;
        width: 44px;
        height: 100%;
        background: linear-gradient(-135deg, transparent 30px, #F44336 20px);
        justify-content: center;
        flex-direction: column;
        font-size: 32px;
        text-decoration: none;
        text-align: center;
        color: #ffffff;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s; }
        .main-carousel .item .slide-content .slide-link:hover {
          background: linear-gradient(-135deg, transparent 30px, #f32c1e 20px); }

/***      Sections      ***/
section {
  padding: 15px 0;
  /*** Filter Box ***/
  /*** Custom Filter Box ***/
  /*** Home Page Property Cards ***/
  /*** SELL AND DESIGN SECTION ***/
  /*** PERSONAL AGENT ***/
  /*** Section With Parallax  ***/
  /*** TEAM MEMBERS ***/
  /*** BLOG ***/
  /*** STATUS AND GRID TYPE STYLES ***/
  /*** PAGES ***/
  /*** PROPERTY DESCRIPTION IN PROPERTY PAGE ***/
  /*** IMAGE AND CAROUSEL ***/
  /*** PROPERTY INFO ***/
  /*** END PROPERTY DESCRIPTION IN PROPERTY PAGE ***/
  /*** PROPERTY SLIDER ***/
  /*** STYLES FOR LIST PAGE ***/
  /*** ABOUT PAGE BLOCK ***/
  /*** USER PAGE PROPERTY STYLES ***/
  /*** CUSTOM CHECKER ***/
  /*** USER PAGE ***/
  /*** UPLOADS STYLES ***/ }
  section .custom-filter-adv {
    border: none;
    background: none;
    font-size: 13px;
    cursor: pointer;
    color: #F73B07;
    text-transform: uppercase;
    outline: none !important; }
  section .checkboxes-of-forms label {
    font-size: 17px;
    position: relative;
    top: -9px;
    width: calc(100% - 50px); }
  section .checkboxes-of-forms input[type=checkbox] {
    -webkit-appearance: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    display: inline-block;
    position: relative;
    padding: 0px;
    width: 36px;
    height: 36px;
    outline: none;
    cursor: pointer;
    margin-right: 10px; }
    section .checkboxes-of-forms input[type=checkbox]:active {
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }
    section .checkboxes-of-forms input[type=checkbox]:checked:active {
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }
    section .checkboxes-of-forms input[type=checkbox]:checked {
      background-color: #ffffff;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
      color: #F73B07; }
    section .checkboxes-of-forms input[type=checkbox]:checked:after {
      content: '\2714';
      position: absolute;
      top: 0px;
      color: #F73B07;
      font-size: 28px;
      left: 6px; }
  section .hav-no-property {
    margin: 170px 0px; }
  section .form-group .height-280 {
    height: 280px; }
  section .form-group .ogImage {
    height: 200px;
    width: 300px;
    background-size: 14%; }
  section .form-group .editing-og-image .hover {
    display: none;
    font-size: 20px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding-top: 80px;
    transition: 0.5s;
    height: 100%;
    background: rgba(146, 146, 146, 0.78); }
  section .form-group .editing-og-image:hover .hover {
    display: block; }
  section .form-group .gallery-results {
    width: 100%;
    float: left;
    margin-bottom: 70px; }
    section .form-group .gallery-results img {
      margin-bottom: 10px;
      margin-left: 8px; }
    section .form-group .gallery-results .delete-gall-image {
      background: #F44336;
      border-radius: 50%;
      outline: none;
      cursor: pointer;
      border: none;
      position: absolute;
      margin-left: -17px;
      color: white;
      margin-top: -12px; }
  section .form-group .gallImage {
    width: 120px;
    height: 89px; }
  section .form-group .checkboxes-div label {
    font-size: 17px;
    position: relative;
    top: -9px;
    width: 250px; }
  section .form-group .checkboxes-div input[type=checkbox] {
    -webkit-appearance: none;
    background-color: #c6c6c6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    display: inline-block;
    position: relative;
    padding: 0px;
    width: 36px;
    height: 36px;
    outline: none;
    cursor: pointer;
    margin-right: 10px; }
    section .form-group .checkboxes-div input[type=checkbox]:active {
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }
    section .form-group .checkboxes-div input[type=checkbox]:checked:active {
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }
    section .form-group .checkboxes-div input[type=checkbox]:checked {
      background-color: #F73B07;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
      color: #ffffff; }
    section .form-group .checkboxes-div input[type=checkbox]:checked:after {
      content: '\2714';
      position: absolute;
      top: 0px;
      color: #ffffff;
      font-size: 28px;
      left: 6px; }
  section .form-group .add-btn {
    width: 100%;
    text-transform: uppercase;
    font-family: Michroma; }
    section .form-group .add-btn i {
      font-size: 14px;
      color: #F73B07; }
  section .form-group .form-rooms-result label {
    display: none; }
  section .form-group .form-rooms-result select {
    height: 35px;
    width: 38%;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 17px;
    float: left;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ''; }
    section .form-group .form-rooms-result select option {
      display: none; }
  section .form-group .form-rooms-result .btn {
    float: left;
    margin-right: 2%; }
  section .form-group .form-rooms-result input[type=number] {
    height: 35px;
    width: 9%;
    margin-left: 1%;
    margin-right: 2%;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 17px;
    padding: 0px 1px;
    text-align: center;
    float: left; }
  section .form-group .filter-rooms-li {
    float: left;
    list-style: none !important;
    width: 50%; }
    section .form-group .filter-rooms-li select {
      height: 35px;
      width: 57%;
      border: 1px solid #c6c6c6;
      border-radius: 4px;
      margin-bottom: 20px;
      font-size: 17px;
      float: left; }
      section .form-group .filter-rooms-li select option {
        display: none; }
    section .form-group .filter-rooms-li input[type=number] {
      height: 35px;
      width: 18%;
      margin-left: 2%;
      border: 1px solid #c6c6c6;
      border-radius: 4px;
      margin-bottom: 10px;
      font-size: 17px;
      text-align: center;
      float: left;
      padding: 0px 1px; }
    section .form-group .filter-rooms-li .btn-danger {
      margin-left: 2%; }
  section .section-title {
    padding: 50px 0;
    font-family: 'Michroma', sans-serif;
    text-transform: uppercase;
    text-align: center; }
    section .section-title h2 {
      position: relative;
      display: inline-block;
      margin: 0 auto; }
      section .section-title h2:before {
        content: ' ';
        position: absolute;
        left: -60px;
        width: 50px;
        height: 38px;
        background: linear-gradient(-90deg, #F44336 0%, #F44336 45%, #ffffff 46%, #ffffff 55%, #F44336 56%, #F44336 100%);
        -webkit-transform: skewX(-25deg);
        -moz-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
        transform: skewX(-25deg); }
      section .section-title h2:after {
        content: ' ';
        position: absolute;
        right: -60px;
        width: 50px;
        height: 38px;
        background: linear-gradient(-90deg, #F44336 0%, #F44336 45%, #ffffff 46%, #ffffff 55%, #F44336 56%, #F44336 100%);
        -webkit-transform: skewX(-25deg);
        -moz-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
        transform: skewX(-25deg); }
  section .section-subtitle {
    padding: 0 0 20px 0;
    font-family: 'Michroma', sans-serif; }
    section .section-subtitle h3 {
      padding: 5px 0 5px 35px;
      border-bottom: 1px dotted #F44336;
      font-size: 20px; }
      section .section-subtitle h3:before {
        content: ' ';
        position: absolute;
        top: 10px;
        left: 20px;
        width: 20px;
        height: 15px;
        background: linear-gradient(-90deg, #F44336 0%, #F44336 45%, #ffffff 46%, #ffffff 55%, #F44336 56%, #F44336 100%);
        -webkit-transform: skewX(-25deg);
        -moz-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
        transform: skewX(-25deg); }
  section.section-parallax {
    position: relative;
    padding: 50px 0;
    padding-bottom: 0;
    background: #ffffff; }
    section.section-parallax .background-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      section.section-parallax .background-image.fixed {
        background-attachment: fixed; }
      section.section-parallax .background-image.greyscale {
        -webkit-filter: opacity(15%) grayscale(80%);
        -moz-filter: opacity(15%) grayscale(80%);
        -ms-filter: opacity(15%) grayscale(80%);
        filter: opacity(15%) grayscale(80%); }
  section .filter {
    background: url(../img/filter-background.png);
    height: auto;
    border-radius: 4px;
    background-size: cover;
    padding: 40px 40px 0;
    width: 100%;
    position: relative;
    z-index: 1;
    top: -145px;
    margin-bottom: -145px;
    box-shadow: 0px -4px 14px #5a5959;
    /** Select Boxes **/
    /** Custom Range **/ }
    section .filter .search-result {
      width: calc(100% - 19px );
      background: #ffffff;
      border-radius: 0px 0px 4px 4px;
      padding: 0px 29px;
      color: #F73B07 !important;
      font-size: 17px;
      position: absolute;
      z-index: 100; }
      section .filter .search-result li {
        border-bottom: 1px solid #e5e5e5;
        padding: 9px 7px;
        color: #151a23;
        font-weight: 400;
        font-size: 15px;
        text-decoration: none !important;
        cursor: pointer; }
        section .filter .search-result li:last-child {
          border-bottom: 0px solid transparent; }
    section .filter .filter-rooms-li {
      float: left;
      margin-right: 15px;
      list-style: none !important;
      width: 290px; }
      section .filter .filter-rooms-li select {
        padding-left: 10px;
        height: 35px;
        width: 160px;
        border: none;
        margin-bottom: 20px;
        font-size: 17px;
        float: left;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
        background: transparent; }
      section .filter .filter-rooms-li input[type=number] {
        height: 35px;
        width: 60px;
        margin-left: 12px;
        border: none;
        margin-bottom: 10px;
        font-size: 17px;
        text-align: center;
        float: left;
        padding: 0px 1px; }
      section .filter .filter-rooms-li .btn-danger {
        margin-left: 10px; }
    section .filter .adv-search {
      border: none;
      background: none;
      /* font-weight: 700; */
      font-size: 13px;
      cursor: pointer;
      color: #F73B07;
      text-transform: uppercase;
      outline: none;
      border-bottom: 1px solid #F73B07; }
    section .filter fieldset {
      margin-bottom: 20px; }
      section .filter fieldset .search-group {
        padding-right: 18px;
        position: relative;
        float: left;
        width: 100%; }
        section .filter fieldset .search-group i {
          position: absolute;
          right: 31px;
          font-size: 19px;
          top: 9px;
          color: #F73B07;
          z-index: 0; }
      section .filter fieldset .fieldset-item {
        color: #727272;
        float: left;
        font-size: 14px;
        position: relative;
        border-radius: 4px;
        display: inline-block;
        margin-bottom: 7px; }
        section .filter fieldset .fieldset-item:hover {
          cursor: pointer; }
        section .filter fieldset .fieldset-item .fieldset-item-title {
          text-transform: uppercase; }
        section .filter fieldset .fieldset-item .fieldset-select-arrow {
          background: url("../img/select-arrow.png");
          right: 10px;
          top: 10px;
          width: 15px;
          height: 19px;
          position: absolute;
          background-size: cover;
          display: block; }
        section .filter fieldset .fieldset-item .drowdown-list {
          opacity: 0;
          position: absolute;
          width: 0px;
          max-height: 0px;
          min-height: 0px;
          background: #ffffff;
          overflow-y: auto;
          left: 0;
          top: 42px;
          z-index: 55;
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); }
          section .filter fieldset .fieldset-item .drowdown-list:hover {
            cursor: default; }
          section .filter fieldset .fieldset-item .drowdown-list ul {
            list-style: none;
            padding: 0;
            margin: 0; }
            section .filter fieldset .fieldset-item .drowdown-list ul li {
              width: 100%;
              padding: 10px;
              line-height: 1.5;
              color: #727272;
              font: 12px 'Open Sans', Arial, Helvetica, sans-serif; }
              section .filter fieldset .fieldset-item .drowdown-list ul li:hover {
                background: #EEE; }
            section .filter fieldset .fieldset-item .drowdown-list ul .active {
              background: #C8DEF4; }
              section .filter fieldset .fieldset-item .drowdown-list ul .active:hover {
                background: #C8DEF4; }
      section .filter fieldset .fieldset-button {
        float: right; }
      section .filter fieldset .margin {
        margin-right: 20px; }
      section .filter fieldset .item-location {
        width: 186px; }
      section .filter fieldset .item-category {
        width: 400px; }
      section .filter fieldset .item-type {
        width: 150px; }
      section .filter fieldset .item-status {
        width: 150px; }
      section .filter fieldset .checkboxdiv-types {
        float: left; }
      section .filter fieldset .filter-title {
        margin-top: 12px;
        margin-bottom: 15px; }
      section .filter fieldset .checkboxes-div label {
        font-size: 17px;
        position: relative;
        top: -9px;
        width: 210px; }
      section .filter fieldset .checkboxes-div input[type=checkbox] {
        -webkit-appearance: none;
        background-color: #ffffff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        border-radius: 3px;
        display: inline-block;
        position: relative;
        padding: 0px;
        width: 36px;
        height: 36px;
        outline: none;
        cursor: pointer;
        margin-right: 10px; }
        section .filter fieldset .checkboxes-div input[type=checkbox]:active {
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }
        section .filter fieldset .checkboxes-div input[type=checkbox]:checked:active {
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }
        section .filter fieldset .checkboxes-div input[type=checkbox]:checked {
          background-color: #ffffff;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
          color: #F73B07; }
        section .filter fieldset .checkboxes-div input[type=checkbox]:checked:after {
          content: '\2714';
          position: absolute;
          top: 0px;
          color: #F73B07;
          font-size: 28px;
          left: 6px; }
      section .filter fieldset .type-checkboxes-div label {
        font-size: 17px;
        position: relative;
        top: -9px;
        width: 150px;
        cursor: pointer; }
      section .filter fieldset .type-checkboxes-div #form_types {
        float: right; }
      section .filter fieldset .type-checkboxes-div input[type=checkbox] {
        -webkit-appearance: none;
        background-color: #ffffff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        border-radius: 3px;
        display: inline-block;
        position: relative;
        padding: 0px;
        width: 36px;
        height: 36px;
        outline: none;
        cursor: pointer;
        margin-right: 12px; }
        section .filter fieldset .type-checkboxes-div input[type=checkbox]:active {
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }
        section .filter fieldset .type-checkboxes-div input[type=checkbox]:checked:active {
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }
        section .filter fieldset .type-checkboxes-div input[type=checkbox]:checked {
          background-color: #ffffff;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
          color: #F73B07; }
        section .filter fieldset .type-checkboxes-div input[type=checkbox]:checked:after {
          content: '\2714';
          position: absolute;
          top: 0px;
          color: #F73B07;
          font-size: 28px;
          left: 6px; }
      section .filter fieldset .fieldset-button {
        text-transform: uppercase;
        margin-left: 26px;
        padding: 10px 23px;
        background: #F73B07;
        border-radius: 4px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        border: none;
        margin-right: 20px;
        font-family: 'Open Sans', sans-serif; }
        section .filter fieldset .fieldset-button:focus {
          outline: none; }
        section .filter fieldset .fieldset-button:hover {
          cursor: pointer; }
        section .filter fieldset .fieldset-button i {
          margin-right: 10px; }
    section .filter p {
      width: auto;
      margin-bottom: 30px;
      font-size: 14px;
      color: #727272; }
      section .filter p a {
        float: right;
        color: #F73B07 !important;
        text-transform: uppercase !important;
        text-decoration: underline !important; }
        section .filter p a:hover {
          cursor: pointer !important;
          text-decoration: none !important; }
      section .filter p label {
        margin-bottom: 0px;
        margin-right: 23px; }
      section .filter p #amount {
        background: transparent;
        color: #F73B07 !important; }
    section .filter #slider-range {
      background: #c6c6c6;
      height: 6px; }
      section .filter #slider-range .ui-slider-handle {
        border: none;
        outline: none;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        top: -10px;
        background: #F73B07; }
        section .filter #slider-range .ui-slider-handle:focus {
          outline: none;
          border: none; }
      section .filter #slider-range .ui-widget-header {
        height: 6px;
        background: #F73B07; }
  section .map-filter {
    top: 0px !important;
    box-shadow: 0px 0px 0px transparent !important;
    margin-bottom: 0px !important; }
  section .filter-custom {
    background: #ededed;
    height: auto;
    border-radius: 4px;
    background-size: cover;
    padding: 40px 40px 0;
    /** Select Boxes **/
    /** Custom Range **/ }
    section .filter-custom .rooms-result {
      display: flex; }
      section .filter-custom .rooms-result label {
        display: none; }
      section .filter-custom .rooms-result select {
        padding-left: 10px;
        height: 35px;
        width: 65%;
        border-radius: 4px;
        border: none;
        margin-bottom: 20px;
        font-size: 17px;
        float: left;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: ''; }
        section .filter-custom .rooms-result select option {
          display: none; }
      section .filter-custom .rooms-result input[type=number] {
        height: 35px;
        border-radius: 4px;
        width: 28%;
        margin-left: 5%;
        border: none;
        margin-bottom: 10px;
        font-size: 17px;
        text-align: center;
        float: left;
        padding: 0px 1px; }
      section .filter-custom .rooms-result .btn-danger {
        margin-left: 3% !important;
        padding: 0;
        padding-top: 7px;
        height: 36px;
        width: 17%; }
    section .filter-custom .filter-rooms-li {
      float: left;
      list-style: none;
      width: 100%; }
      section .filter-custom .filter-rooms-li select {
        height: 35px;
        width: 50%;
        border: none;
        margin-bottom: 20px;
        font-size: 17px;
        float: left; }
      section .filter-custom .filter-rooms-li input[type=number] {
        height: 35px;
        width: 24%;
        margin-left: 5%;
        border: none;
        margin-bottom: 10px;
        font-size: 17px;
        text-align: center;
        float: left;
        padding: 0px 1px; }
      section .filter-custom .filter-rooms-li .btn-danger {
        margin-left: 3% !important;
        padding: 0;
        padding-top: 7px;
        height: 36px;
        width: 17%; }
    section .filter-custom .facilities-line {
      display: block !important; }
      section .filter-custom .facilities-line .btn-group {
        margin-left: 0px;
        padding: 5px; }
        section .filter-custom .facilities-line .btn-group .btn {
          width: 100% !important;
          max-width: 100% !important; }
    section .filter-custom fieldset {
      margin-bottom: 20px; }
      section .filter-custom fieldset .fieldset-item {
        color: #727272;
        float: none;
        padding: 5px;
        font-size: 14px;
        position: relative;
        border-radius: 4px;
        display: block;
        margin-bottom: 10px; }
        section .filter-custom fieldset .fieldset-item:hover {
          cursor: pointer; }
        section .filter-custom fieldset .fieldset-item .fieldset-item-title {
          text-transform: uppercase;
          font-size: 15px;
          margin-bottom: 5px; }
        section .filter-custom fieldset .fieldset-item .fieldset-select-arrow {
          background: url("../img/select-arrow.png");
          right: 10px;
          top: 10px;
          width: 15px;
          height: 19px;
          position: absolute;
          background-size: cover;
          display: block; }
        section .filter-custom fieldset .fieldset-item select {
          margin-top: 10px; }
        section .filter-custom fieldset .fieldset-item .drowdown-list {
          opacity: 0;
          position: absolute;
          width: 0%;
          max-height: 0px;
          min-height: 10px;
          background: #ffffff;
          overflow-y: auto;
          left: 0;
          top: 42px;
          z-index: 55;
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
          display: block; }
          section .filter-custom fieldset .fieldset-item .drowdown-list:hover {
            cursor: default; }
          section .filter-custom fieldset .fieldset-item .drowdown-list ul {
            list-style: none;
            padding: 0;
            margin: 0; }
            section .filter-custom fieldset .fieldset-item .drowdown-list ul li {
              width: 100%;
              padding: 10px;
              line-height: 1.5;
              color: #727272;
              font: 12px 'Open Sans', Arial, Helvetica, sans-serif; }
              section .filter-custom fieldset .fieldset-item .drowdown-list ul li:hover {
                background: #EEE; }
            section .filter-custom fieldset .fieldset-item .drowdown-list ul .active {
              background: #C8DEF4; }
              section .filter-custom fieldset .fieldset-item .drowdown-list ul .active:hover {
                background: #C8DEF4; }
      section .filter-custom fieldset .custom-line-1 {
        margin-bottom: 30px;
        margin-top: 50px; }
      section .filter-custom fieldset .fieldset-button {
        float: right; }
      section .filter-custom fieldset .margin {
        margin-left: 20px; }
      section .filter-custom fieldset .item-location {
        width: 100%; }
      section .filter-custom fieldset .item-category {
        width: 100%; }
      section .filter-custom fieldset .item-type {
        width: 100%; }
      section .filter-custom fieldset .item-status {
        width: 100%; }
      section .filter-custom fieldset .custom-row {
        display: flow-root; }
      section .filter-custom fieldset .item-rooms {
        width: 47.5%;
        float: left;
        margin-bottom: 0; }
      section .filter-custom fieldset .item-baths {
        width: 47.5%;
        float: right;
        margin-bottom: 0; }
      section .filter-custom fieldset .wi-fi-check {
        margin-top: 20px;
        width: 174px;
        margin-right: 50px !important;
        margin-bottom: 10px; }
        section .filter-custom fieldset .wi-fi-check:hover {
          cursor: pointer; }
        section .filter-custom fieldset .wi-fi-check .wi-fi-checker {
          display: block;
          width: 40px;
          height: 40px;
          margin: 0px;
          padding: 0px;
          background: #ffffff;
          border: 0px;
          border-radius: 3px;
          float: left;
          margin-right: 20px; }
        section .filter-custom fieldset .wi-fi-check .wi-fi-checked {
          background: #4caf50;
          color: #ffffff;
          padding-top: 8.5px;
          padding-left: 10.5px;
          font-weight: bold;
          font-size: 20px; }
        section .filter-custom fieldset .wi-fi-check .wi-fi-checker-span {
          /* padding-top: 125px; */
          font-size: 13px;
          color: #727272;
          /* margin-top: 85px; */
          display: inline-block;
          padding-top: 10px; }
      section .filter-custom fieldset .custom-check {
        width: 174px;
        margin-right: 50px;
        margin-bottom: 10px; }
        section .filter-custom fieldset .custom-check:hover {
          cursor: pointer; }
        section .filter-custom fieldset .custom-check .custom-checker {
          display: block;
          width: 40px;
          height: 40px;
          margin: 0px;
          padding: 0px;
          background: #ffffff;
          border: 0px;
          border-radius: 3px;
          float: left;
          margin-right: 20px; }
        section .filter-custom fieldset .custom-check .custom-checked {
          background: #4caf50;
          color: #ffffff;
          padding-top: 8.5px;
          padding-left: 10.5px;
          font-weight: bold;
          font-size: 20px; }
        section .filter-custom fieldset .custom-check .custom-checker-span {
          /* padding-top: 125px; */
          font-size: 13px;
          color: #727272;
          /* margin-top: 85px; */
          display: inline-block;
          padding-top: 10px; }
      section .filter-custom fieldset .fieldset-button {
        text-transform: uppercase;
        margin-left: 0px;
        padding: 10px 23px;
        background: #F73B07;
        border-radius: 4px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        border: none;
        font-family: 'Open Sans', sans-serif;
        margin-top: 30px;
        margin-left: 0 !important;
        float: left !important;
        margin-bottom: 30px; }
        section .filter-custom fieldset .fieldset-button:focus {
          outline: none; }
        section .filter-custom fieldset .fieldset-button:hover {
          cursor: pointer; }
        section .filter-custom fieldset .fieldset-button i {
          margin-right: 10px; }
      section .filter-custom fieldset .fieldset-button-clear {
        text-transform: uppercase;
        margin-left: 33px;
        padding: 10px 23px;
        background: #b6b6b6;
        border-radius: 4px;
        color: #727272;
        font-size: 14px;
        font-weight: 600;
        border: none;
        font-family: 'Open Sans', sans-serif;
        margin-top: 30px;
        margin-left: 0 !important;
        float: right !important;
        margin-bottom: 30px; }
        section .filter-custom fieldset .fieldset-button-clear:focus {
          outline: none; }
        section .filter-custom fieldset .fieldset-button-clear:hover {
          cursor: pointer; }
        section .filter-custom fieldset .fieldset-button-clear i {
          margin-right: 10px; }
    section .filter-custom p {
      width: auto;
      margin-bottom: 30px;
      font-size: 14px;
      color: #727272; }
      section .filter-custom p a {
        float: right;
        color: #F73B07;
        text-transform: uppercase;
        text-decoration: underline; }
        section .filter-custom p a:hover {
          text-decoration: none; }
      section .filter-custom p label {
        margin-bottom: 0px;
        margin-right: 23px; }
      section .filter-custom p .price-type {
        display: inline-block;
        margin-left: 90px; }
      section .filter-custom p #amount {
        width: 100px;
        text-align: left;
        padding-left: 10px;
        background: transparent;
        color: #F73B07 !important; }
      section .filter-custom p #price {
        margin-top: 20px;
        width: 100px;
        text-align: left;
        padding-left: 10px;
        background: transparent;
        color: #F73B07 !important; }
    section .filter-custom #slider-range {
      background: #c6c6c6;
      height: 6px; }
      section .filter-custom #slider-range .ui-slider-handle {
        border: none;
        outline: none;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        top: -10px;
        background: #F73B07; }
        section .filter-custom #slider-range .ui-slider-handle:focus {
          outline: none;
          border: none; }
      section .filter-custom #slider-range .ui-widget-header {
        height: 6px;
        background: #F73B07; }
    section .filter-custom #slider-range-price {
      background: #c6c6c6;
      height: 6px; }
      section .filter-custom #slider-range-price .ui-slider-handle {
        border: none;
        outline: none;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        top: -10px;
        background: #F73B07; }
        section .filter-custom #slider-range-price .ui-slider-handle:focus {
          outline: none;
          border: none; }
      section .filter-custom #slider-range-price .ui-widget-header {
        height: 6px;
        background: #F73B07; }
  section .no-padding {
    padding: 0; }
  section .tarnsparent-bg {
    background: transparent; }
  section .home-page-property-card {
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    margin-bottom: 30px; }
    section .home-page-property-card .property-header {
      padding: 10px 2px; }
      section .home-page-property-card .property-header .property-title a {
        text-decoration: none; }
        section .home-page-property-card .property-header .property-title a:hover {
          text-decoration: none; }
      section .home-page-property-card .property-header .property-title p {
        font-size: 17.2px;
        color: #727272;
        text-decoration: none;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-weight: 400;
        margin-bottom: 0; }
        section .home-page-property-card .property-header .property-title p:hover {
          color: #F73B07;
          cursor: pointer; }
    section .home-page-property-card .property-image {
      overflow: hidden;
      position: relative;
      position: relative; }
      section .home-page-property-card .property-image .property-star {
        position: absolute;
        top: 5px;
        right: 5px;
        color: #F73B07; }
      section .home-page-property-card .property-image img {
        width: 100%; }
      section .home-page-property-card .property-image .service-text-container {
        position: absolute;
        top: 0;
        left: -180%;
        padding: 10px;
        width: 128%;
        height: 101%;
        background: rgba(244, 67, 54, 0.95);
        line-height: normal;
        font-size: 14px;
        -webkit-transform: skewX(-20deg);
        -moz-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
        transform: skewX(-20deg);
        -webkit-transition: 0.6s all;
        -moz-transition: 0.6s all;
        -ms-transition: 0.6s all;
        transition: 0.6s all; }
        section .home-page-property-card .property-image .service-text-container .service-text {
          display: flex;
          color: white;
          margin: 0 0 0 20%;
          width: 65%;
          height: 100%;
          justify-content: center;
          flex-direction: column;
          overflow: hidden;
          -webkit-transform: skewX(20deg);
          -moz-transform: skewX(20deg);
          -ms-transform: skewX(20deg);
          transform: skewX(20deg); }
        section .home-page-property-card .property-image .service-text-container a {
          color: #ffffff; }
          section .home-page-property-card .property-image .service-text-container a:hover {
            text-decoration: none; }
      section .home-page-property-card .property-image:hover {
        cursor: pointer; }
        section .home-page-property-card .property-image:hover .service-text-container {
          left: -13.5%; }
    section .home-page-property-card .property-details {
      padding: 20px;
      font-size: 12px;
      color: #727272; }
      section .home-page-property-card .property-details .property-location-area {
        margin-bottom: 10px; }
        section .home-page-property-card .property-details .property-location-area .location {
          width: auto;
          display: inline-block; }
        section .home-page-property-card .property-details .property-location-area .area {
          width: auto;
          display: inline-block;
          float: right; }
      section .home-page-property-card .property-details .property-rooms-price .rooms {
        width: auto;
        display: inline-block;
        font-size: 12px; }
        section .home-page-property-card .property-details .property-rooms-price .rooms .room {
          margin-right: 20px;
          padding-left: 20px;
          float: left; }
      section .home-page-property-card .property-details .property-rooms-price .price {
        width: auto;
        display: inline-block;
        float: right;
        font: 700 14px 'Ubuntu', Arial, Helvetica, sans-serif;
        color: #212121;
        margin-right: 0; }
  section .info-box {
    width: 100%;
    height: 100%; }
    section .info-box .image-left {
      float: left;
      overflow: hidden; }
      section .info-box .image-left img {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s; }
      section .info-box .image-left:hover {
        cursor: pointer; }
        section .info-box .image-left:hover img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
    section .info-box .info-right {
      width: 339px;
      float: left;
      padding: 53px 30px; }
      section .info-box .info-right .info-calendar {
        font-weight: 300;
        color: #727272;
        text-transform: uppercase;
        margin-bottom: 15px;
        display: block;
        font-size: 12px; }
        section .info-box .info-right .info-calendar i {
          padding-right: 7px; }
      section .info-box .info-right .info-title {
        font-weight: 600;
        font-size: 30px;
        color: #212121;
        text-transform: uppercase;
        line-height: 30px;
        margin-bottom: 15px;
        display: block; }
      section .info-box .info-right .info-detailed {
        font-size: 16px;
        color: #727272;
        line-height: 28px;
        margin-bottom: 23px; }
      section .info-box .info-right .info-comments {
        font-weight: 300;
        color: #727272;
        text-transform: uppercase;
        margin-bottom: 15px;
        display: block;
        font-size: 12px; }
        section .info-box .info-right .info-comments i {
          padding-right: 5px; }
  section .personal-agent-info {
    margin-top: 100px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif; }
    section .personal-agent-info span {
      color: #000000;
      font-size: 15px;
      text-transform: uppercase;
      margin-bottom: 10px;
      display: block; }
    section .personal-agent-info h2 {
      font-size: 30px;
      font-weight: 600;
      color: #000000;
      margin-bottom: 15px;
      text-transform: uppercase; }
    section .personal-agent-info p {
      font-size: 16px;
      color: #000000;
      line-height: 28px;
      display: block;
      margin-bottom: 35px; }
    section .personal-agent-info .btn {
      border-radius: 0; }
      section .personal-agent-info .btn.btn-rafa-red {
        color: #fff;
        background-color: #F44336;
        border-color: #F44336; }
        section .personal-agent-info .btn.btn-rafa-red.arrow {
          position: relative;
          padding-right: 23px;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          transition: 0.3s; }
        section .personal-agent-info .btn.btn-rafa-red:hover {
          background-color: #f32c1e;
          border-color: #f32c1e; }
  section .section-parallax {
    padding-top: 35px;
    position: relative;
    padding-bottom: 0; }
    section .section-parallax .custom-background {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      height: auto;
      filter: opacity(70%) grayscale(69%);
      background-attachment: fixed; }
  section .team-carousel .team-member {
    text-align: center; }
    section .team-carousel .team-member .member-av {
      margin-bottom: 10px; }
      section .team-carousel .team-member .member-av img {
        width: 30px;
        display: inline-block; }
    section .team-carousel .team-member .member-name {
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      width: auto;
      margin: 0 auto 40px;
      display: inline-block;
      border-bottom: 2px solid #F73B07;
      padding-bottom: 30px;
      color: gray;
      font-weight: 600;
      font-size: 12px; }
    section .team-carousel .team-member .member-about {
      font-size: 16px;
      color: #727272;
      line-height: 28px; }
  section .blog-preview .blog-preview__image img {
    border-right: 7px solid #F44336; }
  section .blog-preview .blog-preview__text-container h3 a {
    color: #4c4c4c;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
    section .blog-preview .blog-preview__text-container h3 a:hover {
      border-bottom: 1px dotted #F73B07; }
  section .blog-preview .blog-preview__text {
    margin-bottom: 15px;
    font-size: 14px; }
  section .blog-meta {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none; }
    section .blog-meta li {
      display: inline-block;
      padding: 0 10px;
      font-size: 12px;
      font-weight: bold;
      color: #4c4c4c; }
      section .blog-meta li:first-child {
        padding-left: 0; }
  section .blog-left {
    margin-bottom: 15px; }
    section .blog-left a {
      font-size: 14px;
      text-decoration: none;
      text-transform: uppercase;
      color: #4c4c4c;
      line-height: normal;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      transition: 0.2s; }
      section .blog-left a:hover {
        color: #F44336; }
      section .blog-left a .blog-left__title {
        padding: 10px 3px; }
      section .blog-left a .blog-left__image {
        border-top: 4px solid #F44336; }
  section .blog-comment {
    margin-top: 10px; }
    section .blog-comment .blog-comment__meta {
      padding: 5px 0;
      border-bottom: 1px solid #F73B07; }
      section .blog-comment .blog-comment__meta .blog-comment__name {
        font-weight: bold; }
      section .blog-comment .blog-comment__meta .blog-comment__date {
        font-size: 12px; }
      section .blog-comment .blog-comment__meta:after {
        content: ' ';
        display: block;
        clear: both; }
    section .blog-comment .blog-comment__comment {
      padding: 5px 0;
      font-size: 14px; }
  section .status-grid-type {
    margin-bottom: 50px; }
    section .status-grid-type .property-status {
      text-align: left; }
      section .status-grid-type .property-status .active {
        background: #F73B07;
        color: #ffffff;
        text-decoration: none;
        cursor: pointer; }
      section .status-grid-type .property-status .listing-type {
        border: none;
        text-decoration: none;
        width: auto;
        font-size: 14px;
        background: #b6b6b6;
        display: inline-block;
        border-radius: 2px;
        color: #ffffff;
        text-transform: uppercase;
        padding: 5px 10px; }
        section .status-grid-type .property-status .listing-type:hover {
          background: #ffeb3b;
          color: #000;
          text-decoration: none;
          cursor: pointer; }
    section .status-grid-type .grid-type {
      text-align: right; }
      section .status-grid-type .grid-type .active {
        background: #F73B07;
        color: #ffffff;
        text-decoration: none;
        cursor: pointer; }
    section .status-grid-type .property-description-active {
      background: #000; }
    section .status-grid-type .button-style, section .status-grid-type button, section .status-grid-type a {
      text-decoration: none;
      width: auto;
      font-size: 14px;
      background: #b6b6b6;
      display: inline-block;
      border-radius: 2px;
      color: #ffffff;
      text-transform: uppercase;
      margin-bottom: 10px;
      padding: 5px 10px;
      margin-right: 20px;
      height: 33px;
      cursor: pointer !important; }
      section .status-grid-type .button-style:hover, section .status-grid-type button:hover, section .status-grid-type a:hover {
        background: #ffeb3b;
        color: #000;
        text-decoration: none; }
  section .pages {
    text-align: center; }
    section .pages .page-index {
      display: inline-block;
      padding: 3px 10px;
      border-radius: 2px;
      margin-left: 5px;
      margin-right: 5px;
      color: white;
      background: #b6b6b6;
      transition: 0.3s; }
      section .pages .page-index:hover {
        cursor: pointer;
        background: #F73B07;
        transition: 0.3s; }
    section .pages .previous-page {
      float: left;
      display: inline-block;
      padding: 3px 10px;
      border-radius: 2px;
      margin-left: 5px;
      margin-right: 5px;
      color: white;
      background: #b6b6b6;
      transition: 0.3s; }
      section .pages .previous-page i {
        font-size: 13px; }
      section .pages .previous-page:hover {
        cursor: pointer;
        background: #F73B07;
        transition: 0.3s; }
    section .pages .next-page {
      float: right;
      display: inline-block;
      padding: 3px 10px;
      border-radius: 2px;
      margin-left: 5px;
      margin-right: 5px;
      color: white;
      background: #b6b6b6;
      transition: 0.3s; }
      section .pages .next-page i {
        font-size: 13px; }
      section .pages .next-page:hover {
        cursor: pointer;
        background: #F73B07;
        transition: 0.3s; }
    section .pages .current-page {
      background: #F73B07; }
  section .property-description-image {
    border-radius: 4px;
    overflow: hidden; }
    section .property-description-image img {
      width: 100%; }
  section .carousel-with-margin {
    margin-top: 90px; }
    section .carousel-with-margin .owl-stage .owl-item {
      border-radius: 4px;
      overflow: hidden;
      transition: 0.3s; }
      section .carousel-with-margin .owl-stage .owl-item:hover {
        cursor: pointer;
        opacity: 0.8;
        transition: 0.3s; }
  section .property-info-line {
    color: #727272;
    font-size: 14px;
    text-align: left;
    display: block;
    margin-bottom: 15px; }
    section .property-info-line .main-price {
      font-weight: bold; }
    section .property-info-line .info-line-icon {
      font-size: 13px;
      display: inline-block;
      width: 20px; }
    section .property-info-line .info-line-price {
      margin-bottom: 22px;
      margin-top: 12px;
      color: #727272;
      font: 700 30px 'Ubuntu', Arial, Helvetica, sans-serif;
      line-height: 39px; }
    section .property-info-line span {
      margin-right: 10px; }
    section .property-info-line .inner {
      margin: 8px 0px; }
    section .property-info-line .info-line-icon-set {
      margin-bottom: 15px;
      width: 100%;
      display: flex; }
      section .property-info-line .info-line-icon-set .set {
        float: left;
        width: 100%; }
        section .property-info-line .info-line-icon-set .set span {
          margin-right: 13px;
          float: left;
          width: 133px;
          margin-bottom: 5px; }
          section .property-info-line .info-line-icon-set .set span i {
            width: 15px;
            height: 15px;
            display: inline-block;
            text-align: center;
            padding-top: 2px;
            background: #4caf50;
            color: #ffffff;
            border-radius: 50%;
            margin-right: 5px; }
      section .property-info-line .info-line-icon-set .set-rooms {
        float: left;
        width: 100%; }
        section .property-info-line .info-line-icon-set .set-rooms span {
          margin-right: 13px;
          float: left; }
          section .property-info-line .info-line-icon-set .set-rooms span i {
            width: 15px;
            height: 15px;
            display: inline-block;
            text-align: center;
            padding-top: 2px;
            color: #4c4c4c;
            border-radius: 50%;
            margin-right: 5px; }
  section .nearby-item-title {
    margin-top: 100px;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #212121;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif; }
  section .nearby-item-details {
    margin: 50px 0px;
    width: 100%;
    display: flex; }
    section .nearby-item-details .nearby-item-image {
      border-radius: 4px;
      width: 50%;
      float: left; }
      section .nearby-item-details .nearby-item-image:hover {
        cursor: pointer;
        opacity: 0.8; }
      section .nearby-item-details .nearby-item-image img {
        width: 100%; }
    section .nearby-item-details .nearby-item-details-info {
      width: 50%;
      height: 100%;
      float: right;
      padding-left: 10px; }
      section .nearby-item-details .nearby-item-details-info h4 {
        font-weight: 200;
        color: #212121;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif; }
      section .nearby-item-details .nearby-item-details-info p {
        color: #727272;
        text-align: left; }
      section .nearby-item-details .nearby-item-details-info .walk-time-map {
        width: 100%;
        color: #727272;
        font-size: 12px; }
        section .nearby-item-details .nearby-item-details-info .walk-time-map:hover {
          cursor: pointer; }
      section .nearby-item-details .nearby-item-details-info .decor-delimiter {
        color: #F73B07; }
  section .property-slider-thumbs .owl-nav {
    position: absolute;
    margin-top: 0;
    top: -65px;
    left: 50%;
    margin-left: -34px;
    width: 68px; }
    section .property-slider-thumbs .owl-nav .owl-prev {
      transition: 0.3s; }
      section .property-slider-thumbs .owl-nav .owl-prev:hover {
        background: #F73B07;
        color: #ffffff; }
    section .property-slider-thumbs .owl-nav .owl-next {
      transition: 0.3s; }
      section .property-slider-thumbs .owl-nav .owl-next:hover {
        background: #F73B07;
        color: #ffffff; }
  section .list-page-property-card-style {
    display: inline-block; }
    section .list-page-property-card-style .list-page-image-style {
      width: 30%;
      float: left; }
    section .list-page-property-card-style .list-page-details-style {
      float: left;
      width: 50%;
      padding: 20px;
      padding-top: 7px;
      padding-bottom: 0; }
    section .list-page-property-card-style .list-page-details-location-area-style {
      margin-bottom: 10px;
      display: block; }
      section .list-page-property-card-style .list-page-details-location-area-style .location {
        width: auto !important;
        display: block !important;
        font-size: 14px !important;
        margin-bottom: 10px; }
      section .list-page-property-card-style .list-page-details-location-area-style .area {
        float: none !important;
        width: auto !important;
        display: block !important;
        font-size: 14px !important;
        margin-bottom: 10px; }
    section .list-page-property-card-style .list-page-details-rooms-price-style {
      margin-bottom: 10px;
      display: block; }
      section .list-page-property-card-style .list-page-details-rooms-price-style .rooms {
        margin-bottom: 5px !important;
        width: 100% !important;
        display: inline-block !important;
        font-size: 12px !important; }
      section .list-page-property-card-style .list-page-details-rooms-price-style .price {
        float: unset !important;
        font-size: 25px !important; }
    section .list-page-property-card-style .property-header {
      padding-top: 0px; }
  section .about-block img {
    margin-right: 20px;
    float: left; }
  section .user-page {
    position: relative; }
    section .user-page .edit-user-property {
      position: absolute;
      bottom: -10px;
      right: 0; }
      section .user-page .edit-user-property a {
        background: #F73B07;
        color: #ffffff;
        padding: 5px 10px;
        text-align: center; }
      section .user-page .edit-user-property .property-delete {
        margin-left: 10px; }
  section .facilities-line {
    display: inline-block; }
    section .facilities-line .required {
      color: #212121; }
  section .custom-checker-for-log-reg {
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #F73B07;
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    margin-left: 10px;
    margin-top: 5px; }
    section .custom-checker-for-log-reg:focus {
      outline: none; }
    section .custom-checker-for-log-reg:hover {
      cursor: pointer; }
    section .custom-checker-for-log-reg:checked {
      background-color: #e9ecee;
      border: 1px solid #adb8c0;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
      color: #99a1a7; }
    section .custom-checker-for-log-reg:checked:after {
      content: '\2714';
      font-size: 14px;
      position: absolute;
      top: 0px;
      left: 3px;
      color: #F73B07; }
  section .custom-button {
    width: auto;
    padding: 5px 10px; }
    section .custom-button:hover {
      cursor: pointer; }
  section .fos-user-inner {
    background: #EEE !important;
    padding: 20px; }
    section .fos-user-inner .username-info {
      color: #F73B07;
      text-transform: uppercase;
      font-weight: 600; }
    section .fos-user-inner .profile-info-line {
      width: 120px;
      display: inline-block; }
      section .fos-user-inner .profile-info-line i {
        padding-right: 10px;
        color: #F73B07;
        font-size: 15px; }
    section .fos-user-inner .decor-delimiter {
      color: #F73B07;
      padding: 0px 10px; }
    section .fos-user-inner a {
      text-transform: uppercase;
      font-family: 'Michroma', sans-serif;
      position: relative;
      background: #ffffff;
      color: #F73B07;
      display: block;
      float: none;
      width: 70%;
      padding: 5px 20px;
      text-align: center;
      margin: 15px auto; }
      section .fos-user-inner a:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 2px;
        height: 100%;
        background: #F73B07; }
  section .margin-subtitle {
    margin-top: unset; }
  section .upload {
    position: relative;
    display: block;
    margin-left: 0px !important; }
    section .upload:hover {
      cursor: pointer; }
    section .upload .input-lable {
      position: relative;
      padding: .5rem 1rem;
      background: #F44336;
      color: #ffffff;
      border-radius: 5px; }
    section .upload .custom-property-image-input {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0;
      padding: 0;
      font-size: 20px;
      cursor: pointer;
      opacity: 0; }
    section .upload .custom-property-gallery-input {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0;
      padding: 0;
      font-size: 20px;
      cursor: pointer;
      opacity: 0; }
    section .upload .upload-file-name {
      padding: 0px 4px;
      border-radius: 50%;
      position: absolute;
      top: -6px;
      background: #00ff00;
      margin-left: -8px;
      color: #212121; }
  section .multiselect {
    margin-left: 20px; }
  section .custom-multiselect {
    background: transparent;
    margin-left: 20px;
    border: none; }
  section .map-modal {
    width: 100%;
    height: 600px;
    height: 600px; }
  section .facilities-line .btn-group {
    margin-left: 20px; }
    section .facilities-line .btn-group .btn {
      max-width: 175px !important;
      overflow: hidden !important; }
  section .agreement-text {
    padding-top: 20px;
    padding-bottom: 20px; }
  section .href-navigation {
    width: 100%;
    margin-bottom: 3px; }
    section .href-navigation a {
      color: #292b2c; }
    section .href-navigation i {
      padding: 0px 3px;
      font-size: 10px;
      color: #F44336; }
  section .agreement-link {
    color: #F44336; }
  section .reset-password {
    color: #F73B07; }
  section .no-padding-bottom {
    padding-bottom: 0; }

/*** SECTION END ***/
/***      Services      ***/
.service-preview {
  position: relative; }
  .service-preview a {
    color: #fff;
    text-decoration: none; }
  .service-preview .service-title {
    padding: 10px 0;
    background: #ffffff;
    font-weight: bold;
    text-align: center; }
    .service-preview .service-title a {
      color: #4c4c4c;
      text-decoration: none; }
  .service-preview .service-image {
    position: relative;
    overflow: hidden; }
    .service-preview .service-image .service-text-container {
      position: absolute;
      top: 0;
      left: -180%;
      padding: 10px;
      width: 150%;
      height: 101%;
      background: rgba(244, 67, 54, 0.95);
      line-height: normal;
      font-size: 14px;
      -webkit-transform: skewX(-20deg);
      -moz-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
      transform: skewX(-20deg);
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      transition: 0.3s all; }
      .service-preview .service-image .service-text-container .service-text {
        display: flex;
        margin: 0 0 0 23%;
        width: 65%;
        height: 100%;
        justify-content: center;
        flex-direction: column;
        overflow: hidden;
        -webkit-transform: skewX(20deg);
        -moz-transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        transform: skewX(20deg); }
  .service-preview:hover .service-image .service-text-container {
    left: -32%; }

.service-features {
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none;
  border-left: 3px solid #F44336; }
  .service-features i {
    margin-right: 10px; }

/***      Blog      ***/
.blog-preview .blog-preview__image img {
  border-right: 7px solid #F44336; }
.blog-preview .blog-preview__text-container h3 a {
  color: #4c4c4c;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
  .blog-preview .blog-preview__text-container h3 a:hover {
    border-bottom: 1px dotted #F73B07; }
.blog-preview .blog-preview__text {
  font-size: 14px; }

.blog-meta {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none; }
  .blog-meta li {
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    color: #4c4c4c; }
    .blog-meta li:first-child {
      padding-left: 0; }

.blog-left {
  margin-bottom: 15px; }
  .blog-left a {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #4c4c4c;
    line-height: normal;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s; }
    .blog-left a:hover {
      color: #F44336; }
    .blog-left a .blog-left__title {
      padding: 10px 3px; }
    .blog-left a .blog-left__image {
      border-top: 4px solid #F44336; }

.blog-comment {
  margin-top: 10px; }
  .blog-comment .blog-comment__meta {
    padding: 5px 0;
    border-bottom: 1px solid #F73B07; }
    .blog-comment .blog-comment__meta .blog-comment__name {
      font-weight: bold; }
    .blog-comment .blog-comment__meta .blog-comment__date {
      font-size: 12px; }
    .blog-comment .blog-comment__meta:after {
      content: ' ';
      display: block;
      clear: both; }
  .blog-comment .blog-comment__comment {
    padding: 5px 0;
    font-size: 14px; }

/***      Partners      ***/
.partner-carousel img {
  -webkit-filter: opacity(50%) grayscale(100%);
  -moz-filter: opacity(50%) grayscale(100%);
  -ms-filter: opacity(50%) grayscale(100%);
  filter: opacity(50%) grayscale(100%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
  .partner-carousel img:hover {
    -webkit-filter: opacity(100%) grayscale(0%);
    -moz-filter: opacity(100%) grayscale(0%);
    -ms-filter: opacity(100%) grayscale(0%);
    filter: opacity(100%) grayscale(0%); }

/***      Footer      ***/
.footer-top {
  padding: 40px 0;
  background-color: #18202e;
  font-size: 12px; }
  .footer-top .footer-title {
    padding-bottom: 7px;
    border-bottom: 2px dotted #F44336; }
  .footer-top .footer-navigation {
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer-top .footer-navigation li {
      padding: 3px 0;
      font-size: 14px; }
      .footer-top .footer-navigation li i {
        display: block;
        float: left;
        margin-right: 10px;
        width: 20px; }
      .footer-top .footer-navigation li a {
        text-decoration: none; }
        .footer-top .footer-navigation li a:hover {
          color: #F73B07; }

.footer-bottom {
  padding: 15px 0;
  background-color: #151a23;
  font-size: 12px;
  color: #696969; }

/*** MAP PAGE MAP MODAL ***/
.map-modal {
  display: block;
  z-index: -500;
  opacity: 0;
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #00000075; }
  .map-modal .modal-dialog {
    width: 80%;
    height: 100%;
    max-width: unset; }
    .map-modal .modal-dialog .modal-content {
      width: 100%;
      height: 90%;
      position: relative; }
      .map-modal .modal-dialog .modal-content .map-modal-close {
        position: absolute;
        top: 0px;
        right: -55px;
        width: 50px;
        height: 50px;
        font-size: 39px;
        color: #F73B07;
        text-align: center; }
        .map-modal .modal-dialog .modal-content .map-modal-close:hover {
          cursor: pointer; }
      .map-modal .modal-dialog .modal-content .modal-body {
        height: 80%; }

/** Animations For DropDowns **/
@keyframes animOpen {
  0% {
    width: 0%;
    max-height: 0px;
    opacity: 0; }
  1% {
    width: 0%;
    max-height: 0px;
    opacity: 1; }
  100% {
    width: 100%;
    max-height: 200px;
    opacity: 1; } }
@keyframes animClose {
  0% {
    width: 100%;
    max-height: 200px;
    opacity: 1; }
  1% {
    width: 100%;
    max-height: 200px;
    opacity: 1; }
  100% {
    width: 0%;
    max-height: 0px;
    opacity: 0; } }
/*** MULTISELCTS ***/
.btn-group {
  width: 100%; }

.dropdown-toggle {
  width: 100%; }

.margin-top-20 {
  margin-top: 20px; }

.multiselect-container {
  width: 100%; }

#add-place {
  text-transform: uppercase;
  font-family: Michroma;
  width: 100%; }
  #add-place i {
    font-size: 14px;
    color: #F73B07; }

@media only screen and (max-width: 1200px) {
  .header-bottom .logo img {
    width: 99% !important; }

  .main-carousel .item .slide-content {
    left: 5%;
    width: 620px; }

  .item-location {
    width: 150px !important; }

  .item-category {
    width: 330px !important; }

  .fieldset-button {
    margin-left: 10px !important; }

  .info-right {
    width: 100% !important;
    text-align: center; }

  .image-left {
    width: 201px;
    margin: 0 auto;
    float: none !important; }

  /*** CUSTOM FIELDSET ***/
  .filter-custom .fieldset-item {
    width: 100% !important;
    margin-bottom: 20px !important; }
  .filter-custom .fieldset-button {
    width: 100%;
    margin-bottom: 0 !important; }
  .filter-custom .fieldset-button-clear {
    width: 100%; }
  .filter-custom p .price-type {
    margin-left: 15px !important; }

  .section-title-custom-decoration h2:before {
    left: 5% !important;
    width: 40px; }
  .section-title-custom-decoration h2:after {
    right: 5% !important;
    width: 40px; }

  .property-header {
    height: 63px; }

  section .form-group .form-rooms-result .btn {
    margin-right: 0.5%; }
  section .form-group .checkboxes-div label {
    font-size: 15px;
    position: relative;
    top: -9px;
    width: 204px; }
  section .filter fieldset .checkboxes-div label {
    font-size: 15px;
    position: relative;
    top: -12px;
    width: 230px; }
  section .filter fieldset .type-checkboxes-div label {
    font-size: 15px;
    position: relative;
    top: -12px;
    width: 122px; } }
@media only screen and (max-width: 992px) {
  header .header-top {
    height: 100px; }
  header .navigation.languages ul .active {
    padding-left: 3px;
    padding-right: 0px; }
  header .navigation.languages ul li a .language-title {
    display: none; }

  .property-header {
    height: auto; }

  .main-carousel .item .slide-content {
    left: 5%;
    width: 90%;
    font-size: 14px; }

  section .filter fieldset .checkboxes-div label {
    width: 258px; }
  section .filter fieldset .type-checkboxes-div label {
    width: 104px; }
  section .fieldset-button {
    width: 100px !important;
    margin-top: 0px !important; }
  section .facilities-line .btn-group {
    margin-left: 0px;
    margin-right: 20px;
    margin-top: 10px; }
    section .facilities-line .btn-group .btn {
      max-width: 175px !important;
      overflow: hidden !important; }
  section .section-title h2:before {
    left: -15%;
    width: 40px; }
  section .section-title h2:after {
    right: -15%;
    width: 40px; }
  section .section-title-custom-decoration h2:before {
    left: -15%;
    width: 40px; }
  section .section-title-custom-decoration h2:after {
    right: -15%;
    width: 40px; }
  section .fos-user-inner a {
    width: 100%;
    text-align: left; }
  section .margin-subtitle {
    margin-top: 30px; }

  .item-location {
    width: 183px !important; }

  .item-category {
    width: 214px !important; }

  /*.item-location{
    width: 308px !important;
  }
  .item-category{
    width: 308px !important;
  }*/
  .item-type {
    margin-left: 0 !important;
    margin-top: 10px;
    width: 197px !important;
    margin-right: 20px; }

  .item-status {
    margin-left: 0 !important;
    margin-top: 10px;
    width: 197px !important;
    margin-right: 20px; }

  .button-margin {
    margin-left: 0 !important;
    margin-top: 10px;
    width: 197px !important;
    float: left; }

  .car-left-article {
    text-align: center; }
    .car-left-article h3 {
      font-size: 2.75rem; }

  .filter-custom .fieldset-button {
    width: 48% !important; }
  .filter-custom .fieldset-button-clear {
    width: 48% !important;
    float: right; }

  .property-status {
    text-align: center !important; }

  .grid-type {
    text-align: center !important;
    margin-bottom: 10px;
    margin-top: 10px; }

  .pages .previous-page {
    float: none !important;
    margin: 0 auto;
    margin-bottom: 10px; }
  .pages .next-page {
    float: none !important;
    margin: 0 auto;
    margin-top: 10px; }

  .property-info {
    margin-top: 90px; }

  .property-title {
    height: 19px; }

  .property-description-image img {
    width: 100%; } }
@media only screen and (max-width: 768px) {
  .main-carousel .item .slide-content *:not(h3):not(.slide-link):not(i) {
    display: none; }
  .main-carousel .item .slide-content h3 {
    font-size: 24px; }
  .main-carousel .item .slide-content .slide-link {
    padding-top: 20px; }

  section .form-group .form-rooms-result input[type=number] {
    margin-left: 1%;
    margin-right: 1%; }
  section .form-group .form-rooms-result .btn {
    float: left;
    margin-right: 1%; }
  section .form-group .checkboxes-div label {
    font-size: 15px;
    position: relative;
    top: -9px;
    width: 85%; }
  section .filter fieldset .fieldset-button {
    margin-right: 0px;
    margin-bottom: 20px; }
  section .filter fieldset .search-group {
    padding-right: 0px; }
    section .filter fieldset .search-group i {
      right: 14px; }
  section .filter fieldset .checkboxes-div label {
    width: 166px;
    font-size: 14px; }
  section .filter fieldset .type-checkboxes-div label {
    width: 167px; }
  section .fieldset-button {
    width: 100% !important;
    margin-top: 10px !important; }
  section .section-title h2 {
    font-size: 26px; }
    section .section-title h2:before {
      top: -110%;
      left: 50%;
      width: 30px;
      height: 30px; }
    section .section-title h2:after {
      bottom: -110%;
      right: 50%;
      width: 30px;
      height: 30px; }
  section .about-block img {
    margin-right: 0px !important;
    width: 100% !important;
    float: none !important; }
  section .fos-user-inner .profile-info-line {
    display: block;
    text-align: left;
    width: 100%; }
  section .fos-user-inner .main-info-line {
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 20px; }
  section .fos-user-inner .decor-delimiter {
    display: none; }

  .service-preview {
    margin-bottom: 20px; }

  .blog-preview .blog-preview__image {
    margin-bottom: 15px; }
    .blog-preview .blog-preview__image img {
      border-right: none;
      border-bottom: 7px solid #F44336; }

  .item-location {
    width: 100% !important; }

  .item-category {
    margin-left: 0 !important;
    width: 100% !important; }

  .margin {
    margin-left: 0px !important; }

  .item-type {
    margin-left: 0 !important;
    margin-top: 10px;
    width: 100% !important;
    margin-right: 20px; }

  .item-status {
    margin-left: 0 !important;
    margin-top: 10px;
    width: 100% !important;
    margin-right: 20px; }

  .button-margin {
    margin-left: 0 !important;
    margin-top: 10px;
    width: 100% !important;
    float: left; }

  .personal-agent-info {
    margin-top: 50px !important;
    margin-bottom: 50px; } }
@media only screen and (max-width: 556px) {
  section .filter fieldset .type-checkboxes-div label {
    width: calc( 100% - 48px ); } }
@media only screen and (max-width: 550px) {
  section .form-group .filter-rooms-li {
    width: 100%; }
  section .form-group .form-rooms-result select {
    width: 60%; }
  section .form-group .form-rooms-result input[type=number] {
    margin-left: 3%;
    margin-right: 1%;
    width: calc(100% - 78%); }
  section .form-group .checkboxes-div label {
    width: calc(100% - 50px); }
  section .filter fieldset .checkboxes-div label {
    width: 80%;
    font-size: 14px; }
  section .filter fieldset .type-checkboxes-div label {
    width: calc( 100% - 48px ); } }
@media only screen and (max-width: 480px) {
  .main-carousel .item .slide-content {
    left: 1%;
    width: 98%;
    font-size: 14px; }
    .main-carousel .item .slide-content h3 {
      font-size: 18px; }

  section .section-title h2 {
    font-size: 20px; }
    section .section-title h2:before {
      top: -140%;
      left: 50%;
      width: 30px;
      height: 30px; }
    section .section-title h2:after {
      bottom: -140%;
      right: 50%;
      width: 30px;
      height: 30px; }
  section .filter p {
    margin-bottom: 40px; }

  .adv-srch {
    float: left !important; }

  .logo img {
    width: 100%; }

  .filter-custom .fieldset-button {
    width: 100% !important; }
  .filter-custom .fieldset-button-clear {
    width: 100% !important;
    float: right; }

  .list-page-property-card-style {
    margin-bottom: 0px !important; }
    .list-page-property-card-style .list-page-image-style {
      width: 100% !important;
      float: left; }
    .list-page-property-card-style .list-page-details-style {
      width: 100% !important;
      float: left; } }
/*** MULTISELCTS ***/
.btn-group {
  width: 100%; }

.dropdown-toggle {
  width: 100%; }

.margin-top-20 {
  margin-top: 20px; }

.multiselect-container {
  width: 100%; }

/*** ADDITIONAL MEDIAS FOR BETTER STYLE ***/
@media only screen and (max-width: 452px) {
  header .header-top {
    height: 117px; }

  .section-title-custom-decoration h2 {
    font-size: 26px; }
    .section-title-custom-decoration h2:before {
      left: 50% !important;
      width: 40px;
      top: -60%; }
    .section-title-custom-decoration h2:after {
      right: 50% !important;
      width: 40px;
      bottom: -50%; }

  section .filter-custom .filter-rooms-li {
    width: 100%;
    margin-bottom: 19px; }
  section .filter .filter-rooms-li {
    width: 100%;
    margin-bottom: 19px; } }
@media only screen and (max-width: 380px) {
  .property-location-area .location {
    width: 100% !important;
    float: none !important; }
  .property-location-area .area {
    width: 100% !important;
    float: none !important;
    margin: 5px 0px; }

  .property-rooms-price .rooms {
    width: 100% !important;
    float: none; }
  .property-rooms-price .price {
    width: 100% !important;
    float: none;
    margin: 5px 0px; }

  section .form-group .ogImage {
    width: 100%; }
  section .filter fieldset .checkboxes-div label {
    width: 70%;
    font-size: 14px;
    opacity: 1; } }
@media only screen and (max-width: 336px) {
  .filter-custom p .price-type {
    margin-left: 0px !important; } }
@media only screen and (max-width: 320px) {
  .property-status {
    text-align: center !important; }
    .property-status a {
      margin-right: 5px !important; }

  .grid-type {
    text-align: center !important;
    margin-bottom: 30px;
    margin-top: 30px; }
    .grid-type a {
      margin-right: 5px !important; }

  h1 {
    font-size: 2rem; }

  section .nearby-item-title {
    margin-top: 50px; }
  section .nearby-item-details-info h4 {
    font-size: 1rem; }
  section .nearby-item-details-info p {
    font-size: 0.8rem;
    padding-bottom: 0;
    margin-bottom: 0; }
  section .section-title-custom-decoration h2 {
    font-size: 23px; } }
.page-height {
  min-height: calc(100vh - 445px) !important; }

/* MISC Styles */
.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.flexbox-container {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex; }

.float-left {
  float: left;
  margin-right: 20px; }

.float-right {
  float: right;
  margin-left: 20px; }

.clear {
  clear: both; }

.block-no-overfow {
  overflow: hidden; }

.block-center {
  display: block;
  margin: 0 auto; }

.bg-light-grey {
  background: #f7f7f7; }

.text-cols-2 {
  column-count: 2; }

.text-cols-3 {
  column-count: 3; }

.text-cols-4 {
  column-count: 4; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.text-underline {
  text-decoration: underline; }

.text-bold {
  font-weight: bold; }

.text-dec-fl::first-letter {
  font-size: 24px; }

.text-white {
  color: #fff; }

.text-grey {
  color: #333; }

.text-black {
  color: #000; }

.zoom-100 {
  zoom: 100%; }

.zoom-120 {
  zoom: 120%; }

.zoom-140 {
  zoom: 140%; }

.zoom-160 {
  zoom: 160%; }

.zoom-180 {
  zoom: 180%; }

.zoom-200 {
  zoom: 200%; }

.block-text img {
  margin: 10px; }

.width-p-10 {
  width: 10% !important; }

.width-p-20 {
  width: 20% !important; }

.width-p-30 {
  width: 30% !important; }

.width-p-40 {
  width: 40% !important; }

.width-p-50 {
  width: 50% !important; }

.width-p-60 {
  width: 60% !important; }

.width-p-70 {
  width: 70% !important; }

.width-p-80 {
  width: 80% !important; }

.width-p-90 {
  width: 90% !important; }

.width-p-100 {
  width: 100% !important; }

.font-1 {
  font-size: 1px !important; }

.font-2 {
  font-size: 2px !important; }

.font-3 {
  font-size: 3px !important; }

.font-4 {
  font-size: 4px !important; }

.font-5 {
  font-size: 5px !important; }

.font-6 {
  font-size: 6px !important; }

.font-7 {
  font-size: 7px !important; }

.font-8 {
  font-size: 8px !important; }

.font-9 {
  font-size: 9px !important; }

.font-10 {
  font-size: 10px !important; }

.font-11 {
  font-size: 11px !important; }

.font-12 {
  font-size: 12px !important; }

.font-13 {
  font-size: 13px !important; }

.font-14 {
  font-size: 14px !important; }

.font-15 {
  font-size: 15px !important; }

.font-16 {
  font-size: 16px !important; }

.font-17 {
  font-size: 17px !important; }

.font-18 {
  font-size: 18px !important; }

.font-19 {
  font-size: 19px !important; }

.font-20 {
  font-size: 20px !important; }

.font-21 {
  font-size: 21px !important; }

.font-22 {
  font-size: 22px !important; }

.font-23 {
  font-size: 23px !important; }

.font-24 {
  font-size: 24px !important; }

.font-25 {
  font-size: 25px !important; }

.font-26 {
  font-size: 26px !important; }

.font-27 {
  font-size: 27px !important; }

.font-28 {
  font-size: 28px !important; }

.font-29 {
  font-size: 29px !important; }

.font-30 {
  font-size: 30px !important; }

.font-31 {
  font-size: 31px !important; }

.font-32 {
  font-size: 32px !important; }

.font-33 {
  font-size: 33px !important; }

.font-34 {
  font-size: 34px !important; }

.font-35 {
  font-size: 35px !important; }

.font-36 {
  font-size: 36px !important; }

.font-37 {
  font-size: 37px !important; }

.font-38 {
  font-size: 38px !important; }

.font-39 {
  font-size: 39px !important; }

.font-40 {
  font-size: 40px !important; }

.font-41 {
  font-size: 41px !important; }

.font-42 {
  font-size: 42px !important; }

.font-43 {
  font-size: 43px !important; }

.font-44 {
  font-size: 44px !important; }

.font-45 {
  font-size: 45px !important; }

.font-46 {
  font-size: 46px !important; }

.font-47 {
  font-size: 47px !important; }

.font-48 {
  font-size: 48px !important; }

.font-49 {
  font-size: 49px !important; }

.font-50 {
  font-size: 50px !important; }

.gap-5 {
  margin-top: 5px; }

.gap-10 {
  margin-top: 10px; }

.gap-15 {
  margin-top: 15px; }

.gap-20 {
  margin-top: 20px; }

.gap-25 {
  margin-top: 25px; }

.gap-30 {
  margin-top: 30px; }

.gap-35 {
  margin-top: 35px; }

.gap-40 {
  margin-top: 40px; }

.gap-45 {
  margin-top: 45px; }

.gap-50 {
  margin-top: 50px; }

.gap-55 {
  margin-top: 55px; }

.gap-60 {
  margin-top: 60px; }

.gap-65 {
  margin-top: 65px; }

.gap-70 {
  margin-top: 70px; }

.gap-75 {
  margin-top: 75px; }

.gap-80 {
  margin-top: 80px; }

.gap-85 {
  margin-top: 85px; }

.gap-90 {
  margin-top: 90px; }

.gap-95 {
  margin-top: 95px; }

.gap-100 {
  margin-top: 100px; }

/*# sourceMappingURL=styles.css.map */
