/***      Variables      ***/
/***      Partials      ***/
.btn.btn-rafa-red {
    color: #fff;
    background-color: #F44336;
    border-color: #F44336;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
}

.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;
}

a {
    text-decoration: none;
}

* ::selection {
    background: #F73B07;
    color: #ffffff;
}

.align-center {
    text-align: center;
    width: 100% !important;
}

.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;
}

.main-color {
    color: #F73B07;
    font-weight: 700;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.go-to-list-btn {
    color: #4c4c4c;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    margin-top: 40px;
}

.go-to-list-btn:hover {
    color: #F44336;
}

.go-to-list-btn:focus {
    color: #F44336;
}

header, footer {
    color: #ffffff;
}

header a, footer a {
    color: #ffffff;
}

/***      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);
}

.page-wrapper {
    min-height: 550px;
}

#search-result-btn {
    cursor: pointer;
}

/***      Sections      ***/
section {
    padding: 25px 0;
    /*** for collapse **/
    /*** For Custom Decoration ***/
    /*** Filter Box ***/
    /*** Filter Box ***/
    /*** BLOG ***/
    /*** Custom Filter Box ***/
    /*** Home Page Property Cards ***/
    /*** Home Page Icons ***/
    /*** Article With Car ***/
    /*** SELL AND DESIGN SECTION ***/
    /*** PERSONAL AGENT ***/
    /*** TEAM MEMBERS ***/
    /*** STATUS AND GRID TYPE STYLES ***/
    /*** PAGES ***/
    /*** PROPERTY DESCRIPTION IN PROPERTY PAGE ***/
    /*** IMAGE AND CAROUSEL ***/
    /*** PROPERTY INFO ***/
    /*** END PROPERTY DESCRIPTION IN PROPERTY PAGE ***/
    /*** MAP PAGE MAP MODAL ***/
    /*** PROPERTY SLIDER ***/
    /*** STYLES FOR LIST PAGE ***/
    /*** car part view page ***/
}

section h1 {
    font-size: 2.1rem;
}

section .mail-notice {
    position: fixed;
    width: 100%;
    z-index: 3000;
    height: 100%;
    left: 0;
    top: 20%;
}

section .notice-header {
    border: 1px solid #F73B07;
}

section .notice-body {
    font-size: 27px;
    text-align: center;
    padding: 77px 0px;
    color: #000000;
    font-family: 'Maven Pro', sans-serif;
}

section .mail-notice-content {
    width: 380px;
    border-radius: 4px;
    margin: -3% auto;
    font-size: 27px;
    border: 1px solid #000000;
    background: #ffffff;
    position: relative;
}

section .notice-close {
    position: absolute;
    right: -50px;
    top: 0px;
    cursor: pointer;
    font-size: 33px;
    color: #F73B07;
}

section .about-block img {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

section .rafa-collapse {
    border: none;
}

section .rafa-collapse .collapse-btn {
    text-align: left;
    padding: 7px 13px;
    /* font-size: 15px; */
    border-radius: 4px;
    font-weight: 700;
    background: transparent;
    border: 1px solid #F73B07;
    font-family: 'Michroma', sans-serif;
    outline: none;
    cursor: pointer;
    margin-bottom: 20px;
}

section .rafa-collapse .card-body {
    background: #ffffff;
    padding: 5px 14px;
}

section .rafa-collapse .card-body .card-details {
    background: #f5f5f5;
    margin-bottom: 12px;
    border: 1px solid #eaeaea;
}

section .rafa-collapse .card-body .card-details .text {
    margin-top: 15px;
}

section .rafa-collapse .card-body .card-details .text .title a {
    color: #151a23;
    font-size: 28px;
}

section .rafa-collapse .card-body .card-details .text .title span {
    font-weight: 700;
    font-size: 18px;
}

section .rafa-collapse .card-body .card-details .text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

section .section-title-custom-decoration {
    text-transform: uppercase;
    text-align: center;
    font-family: 'Michroma', sans-serif;
}

section .section-title-custom-decoration h2:before {
    content: ' ';
    position: absolute;
    left: 10%;
    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-custom-decoration h2:after {
    content: ' ';
    position: absolute;
    right: 10%;
    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 {
    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 .index-filter {
    z-index: 1;
    top: -145px;
    position: relative;
    margin-bottom: -186px;
    box-shadow: 0px -4px 14px #5a5959;
}

section .filter {
    background: url("../img/filter-background.png");
    height: auto;
    border-radius: 4px;
    background-size: cover;
    padding: 40px 40px 0;
    width: 100%;
    /** 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: 500;
    box-shadow: 0px 4px 5px #ccc;
    max-height: 400px;
    overflow: auto;
}

section .filter .search-result li {
    border-bottom: 1px solid #e5e5e5;
    padding: 9px 7px;
    color: #151a23;
    text-align: left;
    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 .search-group {
    position: relative;
    float: left;
    width: 100%;
}

section .filter .search-group i {
    position: absolute;
    right: 15px;
    font-size: 19px;
    top: 9px;
    color: #F73B07;
    z-index: 0;
}

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: 40px;
    text-align: center;
}

section .filter fieldset .fieldset-item {
    color: #727272;
    font-size: 14px;
    position: relative;
    border-radius: 4px;
    float: left;
    margin-left: 9px;
    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: 29px;
}

section .filter fieldset .item-location {
    width: 243px;
    margin-left: 0 !important;
}

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: 292px;
}

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 .fieldset-button {
    text-transform: uppercase;
    margin-left: 26px;
    padding: 10px 23px;
    background: #F73B07;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border: none;
    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 .blog-preview .fotorama {
    width: 500px !important;
    margin: 0 auto !important;
}

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;
    text-align: center;
    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 .filter-custom {
    background: #ededed;
    height: auto;
    border-radius: 4px;
    background-size: cover;
    padding: 40px 40px 0;
    /** Select Boxes **/
    /** Custom Range **/
}

section .filter-custom fieldset {
    margin-bottom: 20px;
}

section .filter-custom fieldset .fieldset-item {
    color: #727272;
    float: none;
    padding: 10px 10px 10px 20px;
    background: #ffffff;
    font-size: 14px;
    position: relative;
    border-radius: 4px;
    display: block;
    margin-bottom: 20px;
}

section .filter-custom fieldset .fieldset-item:hover {
    cursor: pointer;
}

section .filter-custom fieldset .fieldset-item .fieldset-item-title {
    text-transform: uppercase;
}

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 .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: 30px;
}

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: 198px;
    margin-right: 26px;
    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;
    float: right;
    text-align: right;
    background: transparent;
    color: #F73B07 !important;
}

section .filter-custom p #price {
    width: 100px;
    float: right;
    text-align: right;
    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: 40px;
}

section .home-page-property-card .property-header {
    padding: 22px 20px;
}

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: 13.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 {
    margin: 0 auto;
    display: block;
}

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: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 .bedrooms {
    margin-right: 20px;
    padding-left: 20px;
    float: left;
    background: url("../img/icons/icon-bed.png") no-repeat left;
}

section .home-page-property-card .property-details .property-rooms-price .rooms .bathrooms {
    margin-right: 20px;
    padding-left: 20px;
    float: left;
    background: url("../img/icons/icon-bath.png") no-repeat left;
}

section .home-page-property-card .property-details .property-rooms-price .rooms .kitchens {
    margin-right: 20px;
    padding-left: 20px;
    float: left;
    background: url("../img/icons/icon-kitchen.png") no-repeat left;
}

section .home-page-property-card .property-details .property-rooms-price .rooms .garages {
    margin-right: 20px;
    padding-left: 20px;
    float: left;
    background: url("../img/icons/icon-garage.png") no-repeat 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 .icons-section {
    margin-bottom: 60px;
    margin-top: 60px;
}

section .home-icon {
    text-align: center;
    color: #F73B07;
    font-size: 28px;
    padding: 0 23px 20px;
    border-bottom: 2px solid #f44336;
    width: 74px;
    margin: 15px auto;
    margin-top: 0 !important;
}

section .icon-description {
    text-transform: uppercase;
    color: #727272;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
}

section .icon-value {
    font-size: 30px;
    font-weight: 700;
    color: #1d1e1f;
    text-align: center;
}

section .car-left-article {
    padding: 85px 0;
}

section .car-left-article .btn {
    border-radius: 0;
    cursor: pointer;
}

section .car-left-article .btn.btn-rafa-red {
    color: #fff;
    background-color: #F44336;
    border-color: #F44336;
}

section .car-left-article .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 .car-left-article .btn.btn-rafa-red:hover {
    background-color: #f32c1e;
    border-color: #f32c1e;
}

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 .team-member {
    text-align: center;
}

section .team-member .member-av {
    margin: 10px auto;
    display: block;
    width: 30px !important;
}

section .team-member .member-name {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    width: auto;
    margin: 0 auto 26px;
    display: inline-block;
    border-bottom: 2px solid #F73B07;
    padding-bottom: 30px;
    color: gray;
    font-weight: 600;
    font-size: 12px;
}

section .team-member .member-about {
    font-size: 16px;
    color: #727272;
    line-height: 28px;
}

section .status-grid-type {
    margin-bottom: 50px;
}

section .status-grid-type .property-status {
    text-align: left;
}

section .status-grid-type .grid-type {
    text-align: right;
}

section .status-grid-type .property-description-active {
    background: #000;
}

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;
    padding: 5px 10px;
    margin-right: 20px;
}

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 .wrapper-slider .slider-for {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
section .property-description-image .wrapper-slider .slider-for .l-0 {
    font-size: 24px;
    left: 10px;
    color: red;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99;
    align-items: center;
    display: flex;
}
section .property-description-image .wrapper-slider .slider-for .l-0:hover {
    left: 15px;
    transition: 0.2s;
}
section .property-description-image .wrapper-slider .slider-for .l-0:active {
    left: 10px;
    transition: 0.2s;
}
section .property-description-image .wrapper-slider .slider-for .r-0 {
    font-size: 24px;
    right: 10px;
    cursor: pointer;
    color: red;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99;
    align-items: center;
    display: flex;
}
section .property-description-image .wrapper-slider .slider-for .r-0:hover {
    right: 15px;
    transition: 0.2s;
}
section .property-description-image .wrapper-slider .slider-for .r-0:active {
    right: 10px;
    transition: 0.2s;
}
section .property-description-image .wrapper-slider .u .item {
    margin: 0 5px;
}

section .property-description-image img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

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: 12px;
    text-align: left;
    display: block;
    margin-bottom: 15px;
}

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: #000;
    font: 700 30px 'Ubuntu', Arial, Helvetica, sans-serif;
    line-height: 39px;
}

section .property-info-line .info-line-icon-set {
    margin-bottom: 15px;
    width: 100%;
    display: flex;
}

section .property-info-line .info-line-icon-set .left-set {
    float: left;
    width: 50%;
}

section .property-info-line .info-line-icon-set .left-set img {
    margin-right: 7px;
}

section .property-info-line .info-line-icon-set .left-set 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 .left-set .has-no {
    background: #ff0000;
}

section .property-info-line .info-line-icon-set .right-set {
    float: left;
    width: 50%;
}

section .property-info-line .info-line-icon-set .right-set img {
    margin-right: 7px;
}

section .property-info-line .info-line-icon-set .right-set 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 .right-set .has-no {
    background: #ff0000;
}

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 .modal-dialog {
    width: 80%;
    height: 100%;
    max-width: unset;
}

section .modal-dialog .modal-content {
    height: 90%;
    position: relative;
}

section .modal-dialog .modal-content .map-modal-close {
    position: absolute;
    top: 0;
    right: -70px;
    width: 50px;
    height: 50px;
    font-size: 39px;
    color: #F73B07;
    text-align: center;
}

section .modal-dialog .modal-content .map-modal-close:hover {
    cursor: pointer;
}

section .modal-dialog .modal-content .modal-body {
    height: 80%;
}

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: 26%;
    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 .property-table td {
    border: 1px solid #c6c6c6;
    padding: 7px;
}

section .property-table td a {
    color: #F73B07;
}

section .property-table .property-table-title {
    background: #e6e5e5;
    padding: 7px;
    font-size: 19px;
    min-width: 220px;
    font-weight: 700;
    height: 48px;
}

section .manufacturer-title {
    margin-top: 40px;
    margin-bottom: 12px;
}

section .tabcontent {
    display: none;
    padding-top: 25px;
}

section .tabcontent ul {
    list-style: none;
    padding: 0;
}

section .tabcontent ul li {
    margin-bottom: 8px;
}

section .display-block {
    display: block;
}

section .tab-table {
    width: 100%;
}

section .tab-table .tab-table-title {
    background: #e6e5e5;
    padding: 7px;
    font-size: 17px;
    font-weight: 700;
    height: 48px;
}

section .tab-table td {
    padding-right: 40px;
}

section .tab-table .tab-table-number {
    padding: 7px;
    font-size: 17px;
    min-width: 45px;
    font-weight: 700;
    height: 48px;
    color: rgba(244, 67, 54, 0.95);
}

section .tab-download-link {
    color: rgba(244, 67, 54, 0.95);
}

section .property-tab {
    margin-top: 35px;
}

section .property-tab .tablinks {
    background: #e6e5e5;
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 1px;
    cursor: pointer;
    margin-right: 2px;
}

section .property-tab .active {
    background: #F73B07;
    color: #ffffff;
}

section .href-navigation {
    width: 100%;
    margin-bottom: 50px;
}

section .href-navigation a {
    color: #292b2c;
}

section .href-navigation i {
    padding: 0px 3px;
    color: #F44336;
}

.right-decor {
    position: absolute;
    width: 4px;
    height: 100%;
    background: #F73B07;
    right: 0;
    top: 0;
    z-index: 10;
}

.custom-range-data {
    margin-right: 0px !important;
    float: none !important;
    width: 67px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

/*** Section With Parallax  ***/
.section-parallax {
    padding-top: 35px;
    position: relative;
    padding-bottom: 0;
}

.section-parallax .custom-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../img/BG_BANNER_2560x600784c.jpg");
    background-size: cover;
    height: auto;
    filter: opacity(70%) grayscale(69%);
}

/***      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-top .btn {
    border-radius: 0;
    cursor: pointer;
}

.footer-top .btn.btn-rafa-red {
    color: #fff;
    background-color: #F44336;
    border-color: #F44336;
}

.footer-top .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;
}

.footer-top .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;
}

.footer-top .btn.btn-rafa-red:hover {
    background-color: #f32c1e;
    border-color: #f32c1e;
}

.footer-bottom {
    background: #151a23;
    font-size: 12px;
    color: #696969;
    padding: 15px;
}

/** 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;
    }
}

@media only screen and (max-width: 1200px) {
    .header-bottom .logo img {
        width: 99% !important;
    }

    .main-carousel .item .slide-content {
        left: 5%;
        width: 620px;
    }

    .fieldset-item {
        width: 215px !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: 30px !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;
    }

    .property-table .property-table-title {
        min-width: 180px !important;
    }
}

@media only screen and (max-width: 992px) {
    header .navigation.languages ul .active {
        padding-right: 0px;
        padding-bottom: 2px;
        padding-left: 2px;
    }

    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 .search-result {
        width: 100%;
    }

    section .filter .search-group {
        padding-left: 0px;
        padding-right: 0px;
    }

    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;
    }

    .item-location {
        width: 183px !important;
    }

    .item-category {
        width: 183px !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;
        margin-bottom: 10px;
    }

    .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%;
    }

    .property-info .property-info-line {
        text-align: center;
    }

    .property-info .manufacturer-title {
        text-align: center;
        margin-bottom: 25px;
    }

    .property-info .property-table {
        margin: 25px auto;
    }

    section .tab-table td {
        padding-right: 15px;
        min-width: unset !important;
    }
}

@media only screen and (max-width: 768px) {
    .fotorama {
        width: 100% !important;
    }

    .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 .filter fieldset .fieldset-button {
        margin-right: 0px;
    }

    section .filter fieldset .search-group {
        padding-left: 0px;
        position: relative;
    }

    section .tabcontent {
        overflow-x: auto;
    }

    section .tabcontent .property-table {
        min-width: 700px;
    }

    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 .tab-table td {
        padding-right: 0px;
    }

    section .href-navigation {
        width: 100%;
        margin-bottom: 50px;
        text-align: center;
    }

    section .href-navigation a {
        color: #292b2c;
    }

    section .href-navigation i {
        padding: 0px 3px;
        color: #F44336;
    }

    .service-preview {
        margin-bottom: 20px;
    }

    .item-location {
        width: 100% !important;
    }

    .item-category {
        margin-top: 10px !important;
        margin-left: 0 !important;
        width: 100% !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: 600px) {
    section .index-filter {
        top: 0px;
        position: relative;
        margin-bottom: -20px;
    }
}

@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 .property-tab {
        text-align: center;
    }

    section .property-tab button {
        margin-bottom: 15px;
        margin-right: 2px;
    }

    section .property-table .property-table-title {
        min-width: unset !important;
    }

    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;
    }

    section #allocation {
        overflow: auto;
    }

    section #allocation .tab-table td {
        padding-right: 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;
    }
}

@media only screen and (max-width: 452px) {
    .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%;
    }
}

@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;
    }
}

@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;
    }
}

/* MISC Styles */
.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.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;
}

.font-orbitron {
    font-family: 'Orbitron', sans-serif;
}

.zoom-100 {
    zoom: 100%;
}

.zoom-120 {
    zoom: 120%;
}

.zoom-140 {
    zoom: 140%;
}

.zoom-160 {
    zoom: 160%;
}

.zoom-180 {
    zoom: 180%;
}

.zoom-200 {
    zoom: 200%;
}

.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 */

.wrapper-sale {
    border: solid 1px #49505769;
    width: 100%;
    height: max-content;
    position: relative;
    padding: 25px;
    text-align: center;
}

.wrapper-sale i {
    color: #F73B07;
    font-size: 55px;
    position: absolute;
    top: -20px;
    left: -17px;
}

.wrapper-sale p {
    font-size: 17px;
    color: #727272;
    margin-bottom: 0;
}

.wrapper-sale h2 {
  text-align: center;
  margin-bottom: 22px;
  color: #000;
  font: 700 30px 'Ubuntu', Arial, Helvetica, sans-serif;
  line-height: 39px;
}

.partner-carousel img {
@include webkit('filter', 'opacity(50%) grayscale(100%)');
@include webkit('transition', '0.3s');
}

.partner-carousel img :hover {
 @include webkit('filter', 'opacity(100%) grayscale(0%)');
 }


