:root {
	--primary: #cbca05;
	--darken: #b29c60;
}

a {
    color: var(--primary);
}

a:hover,
a:focus,
a:active {
    color: var(--darken);
}

.main-header .logo {
    padding: 10px 0;
}

.main-header .logo img {
    height: 55px;
}

.service-info > .icon {
	height: 61px;
    display: table;
    width: 100%;
}

.service-info > .icon > i {
	display: table-cell;
    vertical-align: middle;
}

ul:not(.breadcrumbs):not(.contact-info):not(.links):not(.dropdown-menu) {
    margin: 0 0 16px 0;
    padding: 0 0 0 30px; 
    position: relative;
}

.highlight {
	background: var(--primary);
    border: dashed #4d4d4d;
    margin-bottom: 15px;
    padding: 15px;
}

.highlight a {
	font-weight: bold;
}

.amenities li:before {
	content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: var(--primary);
    position: absolute;
    left: 5px;
}

.slick-slide img {
    height: 225px;
    object-fit: cover;
}

a.navbar-brand.logo > img {
	transition: all .2s ease-in-out;
}

.sticky-header:not(.header-shrink) a.navbar-brand.logo > img.normal-logo {
	display: none;
}

.sticky-header.header-shrink a.navbar-brand.logo > img.normal-logo {
	display: block;
}

.sticky-header:not(.header-shrink) a.navbar-brand.logo > img.white-logo {
	display: block;
}

.sticky-header.header-shrink a.navbar-brand.logo > img.white-logo {
	display: none;
}

.properties-details-sliders .item.carousel-item > img {
	width: 100%;
    height: 450px;
    object-fit: cover;
}

.smail-properties .list-inline-item a img {
    height: 100px;
    object-fit: cover;
}

.properties-details-sliders .carousel-indicators a {
    background: var(--primary);
    display: block;
    margin: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.properties-details-sliders .carousel-indicators > li.active img {
    opacity: 0.5;
}

.properties-details-sliders .carousel-indicators li {
    display: inline-block;
    width: auto;
    margin: 20px 5px 0 0;
    opacity: .5;
}

.properties-details-sliders .carousel-indicators li.active {
    opacity: 1;
}

.sub-banner {
    background: var(--dark);
    height: 250px;
}

.banner-max-height img {
    object-fit: cover;
}

.inline-search-area {
    max-width: 750px;
}

.btn strong {
    color: inherit;
}

table {
    max-width: 99.99%;
}

.compare-table thead tr {
	border: 0; 
}

.compare-table thead tr td, 
td.bg-grey {
	background: #f8f9fa;
}

.compare-table thead tr td:first-child {
	background: transparent;
}

.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

.footer .f-logo {
    margin-bottom: 20px;
    max-height: 50px;
    max-width: 100%;
    height: auto;
}

.footer .footer-inner .links li a:hover,
.footer .footer-inner .contact-info li a:hover,
#navbarSupportedContent .nav-link.active {
    color: var(--primary);
}

.pb-100 {
	padding-bottom: 100px;
}

.contact-2 textarea {
    min-height: 100px;
}

.content-area {
    padding: 50px 0;
}

.header-shrink {
    z-index: 10000;
}

.img-responsive {
    width: 100%;
}

@media (max-width: 580px) {
    .banner-max-height img {
        height: 300px;
    }
}

@media (min-width: 768px) {
    .visible-xs {
        display: none;
    }
}

@media (max-width: 991px) {
    .content-area {
        padding: 25px 0;
    }

    .search-options-btn-area {
        display: none;
    }
}

@media (min-width: 992px) {
    .banner-max-height img {
        height: 720px;
    }

    .hidden-lg {
        display: none;
    }
}