:root {
	--newprimarycolor: #E02300;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: var(--newprimarycolor) !important;
}
.cerca, .informazioni {
    background-color: var(--newprimarycolor) !important;
}

.property-box .detail-btn .sale {
    background-color: var(--newprimarycolor) !important;
}

.property-detail li a {
    background-color: var(--newprimarycolor) !important;
}
.slider-button .signup-btn a {
    background-color: var(--newprimarycolor);
}

.nav-tabs > li a {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.select-box select {
    color: #333 !important;
}
.select-box::before {
    color: #333 !important;
}

.mrgt9x .filter-list{
	display:flex;
	flex-wrap:wrap;
}

.widget-area.tweet .active-time {
    color: #ffcc00;
}

.widget-area.contact .link-style {
    color: #ffcc00;
    border-bottom: 1px solid #ffcc00;
}