#stickySearch,#search-tab {
    background-color: #FFF !important;
}

#search-tab > li > a {
		margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid #ccc;
		color:#666;
}

#search-tab > li > a:hover {
	background-color:#f4f4f4;
}

#search-tab > li > a:click {
	border: 1px solid #666 !important;
}

#search-tab > li.active > a, #search-tab > li.active > a:hover, #search-tab > li.active > a:focus {
    color: #555;
    background-color: #FFF;
    border-color: #666;
}

.nav .caret, .nav a:hover .caret {
	border-top-color: #666;
  border-bottom-color: #666;
}

#searchBtn, #mobileSearchBtn {
  color: #666 !important;
	border: 1px solid #CCC;
	background-color: #F4F4F4;
	padding-top: 11px;
	padding-bottom: 10px;
	border-radius: 0px;
}

#mobileSearchBtn {
	padding-top: 10px;
	padding-bottom: 9px;
}

.more {
	color: #666;
}

#mapView, #gridView, #listView {
  float: right;
	margin-top: -50px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 0px;
	position: relative;
	background-color: #fff;
	border: 1px solid #ccc;
}
.propertyView.propertyViewOn, #mapView:hover, #gridView:hover, #listView:hover {
   background: transparent none repeat scroll 0% 0% !important;
   border: 1px solid #282828 !important;
   color: #282828 !important;
}

#mapView i, #gridView i, #listView i {
	color:#666;
}

.eAlert {
    float: right;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-right: 20px;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    position: relative; 
	  margin-top: -53px;
}

#alertView {
  float: none;
	position: relative;
	color: #666;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #ccc;
	/*padding: 13px 12px 12px 12px;*/
	/*padding: 11px 12px;*/
	padding: 11px 15px;
}

#search-tab li ul.dropdown-list {
  margin-top: 10px;
	z-index: 999;
}

/**** alert modal box - tooltip ****/
.eAlert .tooltip-inner {
		background-color: rgba(0,0,0,0.7);
		color: #616161;
		padding: 15px;
		font-size: 15px;
		color:#fff;

		margin-right: 100px;
		width:300px;

}
.eAlert .tooltip.in {
	width:300px;
}
 
.eAlert .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50% !important;
  margin-left: -5px !important;
  border-bottom-color: rgba(0,0,0,0.7) !important; /* black */
  border-width: 0 5px 5px !important;
	
}


 
 
#btnCreateAlert {
	width: 100%;
}
 
/* Tooltip on bottom */
.eAlert .tooltip.bottom > .tooltip-arrow {
		border-bottom: 5px solid #fff;
}

.model-myAlert .alert-success {
    background: transparent none repeat scroll 0% 0%;
    text-align: center;
    display: none;
}

#select-neighborhoods {
    font-weight: normal;
    font-size: 16px;
}

.slotholder .tp-bgimg {
    background-position: center !important;
}					                        

.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    color: #555;
    border: 2px solid #555;
}    

.label.exclusive,.label.rls, .reduced.in-contract, .reduced.sold, .reduced.rented, .label.noFee {
	position: absolute;
	top: -20px;
	border-radius: 0px;
	padding: 3px 7px;
	background-color: rgbap(85, 85, 85, 0.8);
}

.reduced.in-contract, .reduced.sold, .reduced.rented {
	color: rgb(255, 255, 255);
	top: -187px;
	right: 0px;
	font-size: 11px;
	padding: 0px 7px;
	font-size: 10px;
}

.label.exclusive,.label.noFee {
	right: -2px;
}

.label.rls {
	left: 0px !important;
}

.label.idx {
	background-color: #999;
	float: right;
	margin-top: 4px;
	border-radius: 0px;
}

.propertiesSearch.isMap {
	border: none;
}
.propertiesSearch .btnGroup {
	margin-top: -2px;		
}

#more i, #searchNeighborhood i {
	display:none;
}

/**** alert modal box - tooltip (end) ****/


/***** add new list view *****/
/*
#search-tab {
    float: left;
}

.homeSearch #search-tab {
	float:none;
}
*/

#mapView, #gridView, #listView {
    margin-top: -48px;
    padding-top: 10px;
    padding-bottom: 10px;
		border-radius: 0px;
		position: relative;
}

.propertyViewOn {
	background-color:#000;
}

/*
.eAlert {
	margin-right: -170px;
	margin-top: -132px;
}
*/

.listView h3 {
	font-weight: normal;
}

.listView .price {
	margin-top: 10px;
}

.listView .bedrooms, .listView .price {
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.listView .status {
	font-size: 11px;
}

.listView .bedrooms span {
	margin-right: 20px;
}
.listView hr {
	border-color: #4C4C4C; 
}
.listMap {
	margin-top: 30px;
}

#list-map {
	height: 370px;
	width: 270px;
}


.listMap .topListMap {
	position:fixed !important;
	top:40px;
}

.list-id {
	cursor:pointer;
}
/***** End list view tyle ****/

#search-tab > li > a {
	border-radius: 0px;
}

@media screen and (max-width: 979px) {
	#mobileSearchBtn {
		display: block !important;
	}
	#searchBtn {
		display: none;
	}

}

@media screen and (max-width: 767px) {
	.properties .items li img {
		height: auto !important;
	}
	/*
	.propertiesSearch .btnGroup {
    margin-top: 50px;
		padding-bottom: 0px;
		float: left;
		margin-left: 10px;
	}
	*/
	.listMap {
		display: none;
	}
	.listView figure.icon-overlay {
		border:none;
	}
	span.lbAlert, span.lbNeighborhoods, span.lbMore {
		display: none;
	}
	
	#more i, #searchNeighborhood i, #alertView i {
		display:inline-block;
	}
	#mapView, #gridView, #listView {
    width: 44px;
    padding-left: 0px;
    padding-right: 0px;
	}
	#alertView {
    padding: 11px 15px;
    margin-right: -14px;
	}
	#mobileSearchBtn {
    width: 44px;
    padding-left: 0px;
    padding-right: 0px;
	}
	#searchNeighborhoods, #more {
    width: 44px;
	}
	#search-tab > li > a {
    padding-left: 7px;
	}
	#listView {
		display:none;
	}
	
	.eAlert {
    width: 40px;
		margin-right: 11px;
	}
	#search-tab li ul.dropdown-list {
    height: 670px;
    overflow-y: auto;
    overflow-x: hidden;
	}
	#search-tab li ul.dropdown-list.beds {
		height: auto;
	}
	

}
	
@media screen and (max-width: 460px) {
	/*
	.eAlert {
		position: absolute;
		margin-top: -130px;
		right: 0px;
	}
	*/
	.propertiesSearch .btnGroup {
    margin-left: 0px;
	}
	.propertiesSearch .btnGroup {
    margin-right: -5px;
    margin-top: -3px;
	}
	#search-tab li ul.dropdown-list {
    width: 108% !important;
    margin-left: -15px !important;
	}
	.nav .caret {
		display:none;
	}
}


@media screen and (max-width: 400px) {
	/*.eAlert {
    margin-top: -110px;
	}*/
	.properties .items li img {
			height: 230px !important;
	}
	
	#stickySearch {
   	margin-left: 0px;
	}
	#search-tab {
		margin-left: 10px;	 
	}
	
	#search-tab li ul.dropdown-list {
    width: 110% !important;
		margin-left: -27px !important;
	}

	#mapView, #gridView, #listView {
		margin-right: 3px;
	}
	#alertView {
    margin-right: -17px;
	}
}

