/* cautare pe prima pagina */
.search-panel {
	background: #ffffff;
    width: 100%;
    color: #fff;
	padding: 9px 0px;
	box-shadow: 0px 3px 9px 0px #ababab;
}
.search-panel.cereoferta{
	margin-bottom: 20px;
	border: 1px solid #FCA144;
	border-bottom: 5px #FCA144 solid;
}

@media (min-width: 768px){
	.home_page .search-panel{
		position: absolute;
		top: -60px;
		z-index: 100;
	}
	.home_page .cautarebloc{
		position: relative;
	}
}
.home_page .cautarebloc{
		position: relative;
	}
.other_page .search-panel{
	/* border-bottom: 5px #FCA144 solid; */
}
.search-panel form {
    text-align: center;
}
.search-panel .form-group {
    margin: 0 5px 20px 5px;
    position: relative;
}
.finder {
	z-index: 999;
}
.flex-direction-nav {
	display: none;
}

.sidebar-nav.cost-price {
	margin-bottom: 70px;
}
.cost-price-content {
	display: inline-block;
	position: relative;
	margin-top: 20px;
	width: 100%;
}
.cost-price-content span {
	color: #ff5722;
	margin: 0 10px 0 25px;
	font-size: 15px;
	font-weight: bold;
	position: relative;
}
.price-min {
	left: 0;
}
.price-max {
	right: 0;
}
.cost-price-content i {
	font-size: 30px;
	font-weight: 100;
	display: inline-block;
	margin-top: 2px;
	position: absolute;
	line-height: 10px;
}
.find-sec li{
	margin-bottom: 0px;
}
.find-sec li .btn:hover {
	background: #292929;
}
.find-sec li .btn {
	display: inline-block;
    padding: 2px 10px;
    background: #222222;
    color: #fff;
    font-family: 'Oswald', sans-serif;
	font-weight: 300;
    font-size: 19px;
    margin: 0px auto 0;
    text-transform: uppercase;
    border: none;
    width: 100%;
}
.checkbox.custom-checkbox input[type="checkbox"], .radio.custom-radio input[type="radio"], .checkbox.switch input[type="checkbox"] {
  position: absolute;
  left: -9999em;
}
.checkbox.custom-checkbox span, .radio.custom-radio span {
  background-color: #fff;
  border: 1px solid #999;
  font-size: 10px;
  line-height: 10px;
  padding: 3px;
  border-radius: 2px;
  float: left;
  margin-right: 5px;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.checkbox.custom-checkbox input:checked+span, .radio.custom-radio input:checked+span {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

/*  Search avansat  */
.search {
  width: 144px;
  margin-left: 30px;
  float: left;
}


.finder {
	z-index: 2;
	width: 100%;
	left: 0px;
	text-align: center;
}
.finder .spatiere {
	padding: 0px 10px;
}
.finder .spatiere2 {
	padding: 23px 10px 0 10px;
}
.finder h1 {
	font-size: 45px;
	color: #fff;
	font-weight: 800;
	letter-spacing: 8px;
	font-family: 'Montserrat', sans-serif;
}
.find-sec {
	padding: 10px;
	display: inline-block;
	width: 100%;
	position: relative;
	color: #000000;
}
.find-sec ul {
	list-style: none;
	padding: 0px !important;
}
.find-sec li {
	magin: 0px;
	padding: 0px;
}
.find-sec:before {
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 0;
	height: 0;
}
.find-sec label {
	display: inline-block;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-align: left;
    font-size: 15px;
}
.find-sec label.dreapta {
    text-align: right;
	margin-top: 14px;
}
.find-sec select, .find-sec input {
	width: 100%;
    height: 35px;
    color: #000000;
    border-radius: 0px;
    padding: 5px;
	-webkit-box-shadow: inset 1px 1px 5px 0px rgba(194,194,194,0.75);
	-moz-box-shadow: inset 1px 1px 5px 0px rgba(194,194,194,0.75);
	box-shadow: inset 1px 1px 5px 0px rgba(194,194,194,0.75);
}
.find-sec select option.fc{
	color: #CCCCCC;
}
.find-sec .checkbox  {
	margin: 9px 0 10px 0 !important;
}
.bootstrap-select .btn:focus {
	outline: none !important;
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
	background: #f8f8f8;
}
.bootstrap-select>.btn {
	background: #fff;
	padding: 9px;
	margin: 0;
	border: 1px solid #dddddd;
	display: inline-block;
	width: 100%;
	height: 39px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #9c9c9c;
	font-weight: normal;
}
.bootstrap-select {
}
.bootstrap-select.btn-group .btn .caret {
	background: #f8f8f8;
	height: 37px;
	width: 37px;
	position: absolute;
	top: 2px;
	right: 0px;
	border: none;
	border-left: 1px solid #dddddd;
}
.find-sec .btn-group.open .dropdown-toggle {
	box-shadow: none;
}
.find-sec a:focus {
	outline: none !important;
}
.find-sec .selected a {
	background: #4caf50;
	color: #fff;
	font-size: 12px;
}
.find-sec .dropdown-menu a {
	font-size: 12px;
	line-height: 26px;
}
.find-sec .dropdown-menu a:hover {
	background: #4caf50;
	color: #fff;
	font-size: 12px;
}
.find-sec .dropdown-menu {
	padding: 0px;
	margin-top: 0px;
	border-radius: 0px;
	border-top: 0px;
	z-index: 9;
}
.bootstrap-select.btn-group .btn .caret:before {
	content: "\f0d7";
	font-family: FontAwesome;
	padding: 0px;
	color: #777777;
	float: right;
	font-size: 16px;
	font-weight: 100;
	line-height: 37px;
	width: 100%;
	text-align: center;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}
.sel-style:before {
	content: "\f0d7";
	font-family: FontAwesome;
	padding: 0px;
	color: #323232;
	float: right;
	font-size: 26px;
	padding: 0px 15px;
	font-weight: 100;
}
.sel-style option {
}
.home-3 .find-sec {
	background: rgba(255,255,255,0.95);
	margin-top: 0px;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
}
.find-sec:before {
	display: none;
}
.finder {
	position: relative;
	z-index: 99;
}
.search {
	width: 144px;
	margin-left:30px;
}
.finder h6 {
	background: #4caf50;
	display: inline-block;
	width: 100%;
	color: #fff;
	margin: 0px;
	font-size: 16px;
	padding: 15px 0;
}
.flex-direction-nav a {
	background: rgba(0,0,0,0.5);
	border: none;
	border-radius: 0px;
	padding-top: 15px;
	padding-bottom: 50px;
}
#banner {
	height: 750px;
}
#banner .container {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}
.bnr-property .price {
	background: #222222;
	color: #fff;
	font-size: 18px;
	padding: 5px 20px;
	margin-left: -20px;
	margin-top: -55px;
	float: left;
}
.bnr-property {
	position: absolute;
	z-index: 9999;
	width: 450px;
	padding: 20px;
	top: 0;
	margin-top: 300px;
	left: 0px;
	margin-left: 15px;
	background: rgba(255,255,255,0.98);
}
.bnr-property .btn {
	border-bottom: 2px solid rgba(0,0,0,0.5);
	padding: 8px 25px;
	margin-bottom: 20px;
}
.bnr-property h6 {
	font-weight: bold;
	display: inline-block;
	width: 100%;
}
.bnr-property hr {
	margin: 0px;
	margin-bottom: 20px;
}
.bnr-property .btn-1 {
	background: #ff5722;
	margin-left: 15px;
}
.bnr-property .btn-1:hover {
	background: #4caf50;
}
.bnr-property .tag {
	position: relative;
	right: 4px;
	z-index: 99;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	height: 27px;
	width: 100px;
	text-align: left;
	line-height: 23px;
	padding: 0 0 0 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -24px;
}
.bnr-property .tag.rent {
	background: url(../images/for-rent-l.png) no-repeat;
}
.bnr-property .tag.sale {
	background: url(../images/for-sale-l.png) no-repeat;
}
.finder {
	/* background: rgba(0, 0, 0, 0.90);  */
	z-index: 999;
}
.flex-direction-nav {
	display: none;
}

/* noUISlier */

.noUi-connect {
    background: #F26222;
}
.noUi-handle {
    border: 1px solid #F26222;
}
.noUi-horizontal .noUi-handle {
    width: 24px;
    height: 24px;
    left: -9px;
    top: -4px;
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #000000;
    left: 7px;
    top: 4px;
}
.noUi-handle:after {
    left: 13px;
}