@media (min-width: 992px) {
	header.navbar .container .navbar-header {
		padding-top: 10px !important;
	}
}


@media (min-width: 768px) { 
	header.navbar .container .navbar-header .navbar-brand {
		top: 7px !important;
	}
}

.chosen-container-multi {
	display: none;
} 

.half-width-input {
	display: inline-block;
	width: 49%;	
}

.full-width-input {
	width: 100%;
}

.full-width-text {
	display: block;
	width: 100%;	
	margin-top: 5px;
}

.property-search-more select, 
.property-search-more input, 
.min-max-input-wrapper input {
	border: 3px white solid !important;
}

.property-search-more .form-group {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.property-search-form .property-search-more.show {
	padding: 0 10px 10px 10px;
}

.property-search-form .property-search-more.show {
	overflow: visible;
}

.chosen-container-multi .chosen-choices,
.multiselect.dropdown-toggle {
    text-transform: uppercase;    
    font-size: 14px !important;
    font-family: "Roboto";
    font-weight: bold;
    height: 52px;
    line-height: 46px;
    text-align: center;
    outline-offset: inherit;
    z-index: 100;
    padding-left: 10px !important;
    padding-right: 33px !important;
    padding: 0 1em;
    background-color: transparent;
    background-image: none;
    color: white;
    border: solid 3px white;
    width: 100%;    
}

.chosen-container-multi .chosen-choices {
	padding: 0!important;
}


.multiselect.dropdown-toggle::after {
	color: white;
    font-size: 32px;
    line-height: 46px;
    top: 3px;
    font-family: 'FontAwesome';
    content: "\F107";
    position: absolute;
    right: 14px;
    font-weight: 300;
}

.multiselect-container.dropdown-menu {
	width: 100%;
	background: black; 
}

.multiselect-container.dropdown-menu li,
.multiselect-container.dropdown-menu li label,
.multiselect-container.dropdown-menu li label input{
	font-size: 16px;	
	font-family: "Roboto";
	color: white;
	font-weight: bold;
}

.state .open>.dropdown-toggle.btn-default,
.multiselect-container.dropdown-menu a:hover {
	background-color: black;
}

.btn .caret {
	display: none;
}

.hide-native-select .btn-group {
	width: 100%;
}

.form-group .form-group {
	padding: 0px !important;
}

#zones .chosen-single,
.location .chosen-single {
	border: solid 3px white !important;
}

#zones .chosen-container .chosen-drop,
.location .chosen-container .chosen-drop {
	width: 100% !important;
}

.toggle-property-search-more {
	line-height: 30px;
}



@media (min-width: 768px) { 
	.toggle-property-search-more,
	.property-search-more {
		border-left: 3px solid white;	
	}
}


.toggle-property-search-more:focus, 
.toggle-property-search-more:hover {
	color: white;	
}

#home-search .property-search-form .property-search-more .row {
	margin-top: 0px ;	
}

#zones label {
	display: none;
}


.page-template-template-property-search h4 {
	margin-bottom: 0px;
	float: left;
    margin-top: 10px;
}

.property-search-form {
	margin-bottom: 24px;
}

#zones select {
	display: none;
	height: 100px !important;
}


.chosen-container-multi .chosen-drop .result-selected {  
    color: #FFBD2D;    
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {    
    height: inherit;
    outline: 0;    
}

.search-results-header {
	margin-bottom: 15px;
}


#pagination .page-numbers li a.next, #pagination .page-numbers li span.next, #pagination .page-numbers li i.next, #pagination .page-numbers li a.prev, #pagination .page-numbers li span.prev, #pagination .page-numbers li i.prev {
	background-color: #4c4f49;
}

#pagination .page-numbers li a.next:hover, #pagination .page-numbers li span.next:hover, #pagination .page-numbers li i.next:hover, #pagination .page-numbers li a.prev:hover, #pagination .page-numbers li span.prev:hover, #pagination .page-numbers li i.prev:hover {
    background-color: #ebebeb;
}