.pagination>li.active>a { background: #26306B; border:1px solid #26306B !important;}
.pagination>li.active>a:hover{ background: #26306B;}

.pagination-small { padding:15px; display:none;}
.previous { float: left; position: relative; z-index: 10;}
.next { float: right; position: relative; z-index: 10;}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active {
  background-color: #eee; border-color: #ddd; color: #444; opacity: 1;}
  
.count-container { width: 100%; height:60px; font-size: 18px; line-height:34px; padding:20px; position: relative; display:block; }
.count { float: left;}
.count-buttons { float: right;}
.count-buttons a{ margin-left: 6px;}

.count-container>.alert-danger {margin-top:20px;padding:10px;line-height:16px;}

.footer-bar { text-align: center; width: 100%; font-size: 18px; position: relative; display:block;}
.footer-bar { margin: 2px;}
.footer-bar a{ margin: 2px;}
.footer-bar-links{ }

.property-container { 
    color: #444;
    border: 1px solid #464647 !important;
    text-align: center;
	background-color: #F1F2FA;
	margin:10px 0;
    width: 100%;
}
.property-container a{	
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
}
.property-container h1{ font-size:18px; margin:0; color:#000; }
.property-details { background-image: none; margin:6px;}
.property-heading {	background-color: #26306B; height: 40px; padding-top:10px;}
.property-heading span{ color: #555;}
.property-image-container {
	padding-bottom: calc(100% * 9/16);
	height: 0;
	background-color: #eee;
	margin: 0;
	background-repeat: no-repeat; 
    background-size:cover;
	background-position: center center;
    background-image: url(../images/loader_blue.gif);
}
/* screen under 991px */
@media screen and (max-width: 991px) {
	.hide-ex-btn-text {display: none;}
}
/* screen under 767px */
@media screen and (max-width: 767px) {
	.count-container { font-size: 14px; text-align: center; height:50px; padding:10px 15px;}
	.count-search{ display: none;}
	.count-container { height:70px; padding:0;}
	.count { float: none;}
	.count-buttons { float: none;}
    .pagination-container {display: none;}
	.pagination-small {display:block; height:80px;}
    .footer-bar-links{ position: absolute; padding:15px 0; top:0; width:230px; left: 50%; margin-left: -115px;}
}
/* screen under 480px */
@media only screen and (max-width: 480px) { 
    .nav-tabs>li>a> span { display:none;}
    .property-heading {	display: none;}
	.count { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; padding: 0 15px;}
	.pagination-small span{ display: none;}
	.hide-bottom-btn-text{display: none;}
}
/* screen under 380px */
@media only screen and (max-width: 380px) { 
	.hide-bottom-btn-text{display: none;}
}