.banner {
    position: relative;    
	height: 350px;
}

.banner-img {
    position: absolute;
    top: 0;
	width: 100%;
	height: auto;
}


/**
 * Apartment List
 */
.apartment-list {
    /*position: static;*/
}

.apartment-img {
    width: 250px;
    height: 175px;
}

.apartment-text {
    font-size: 12px;
    line-height: 1.1;
}

.apartment-accessory {
    width: 20px;
    height: 20px;
}

/**
 * Search Box Form Sidebar
 */
.form-search-box label {	
	font-size: 12px;
}

.form-search-box input,.form-search-box select {	
	font-size: 12px;	
	padding: 4px 4px 4px 4px;
}

.form-search-box .form-control {
	border-radius: 0;	
}

.form-search-box .form-control:focus,.form-search-box .form-control:active {
	outline: none;	
	border-color: rgba(206, 212, 218,1);
}

/**
 * Media
 */
.media-apartment {
	font-family: "Gotham";
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.media-apartment:hover {    
    box-shadow: 0 5px 10px rgba(0,0,0,0.25), 0 5px 10px rgba(0,0,0,0.22);
}

.media-apartment p {
	font-size: 12px;
	line-height: 1.1;
	margin-bottom: 2px;
}

.media-text {
    font-size: 12px;
    line-height: 1.1;
}

.btn-detail {	
    transition: all .3s cubic-bezier(0, 0, 0.49, 0.8);
    -webkit-transition: all .3s cubic-bezier(0, 0, 0.49, 0.8);
    background: #fcdb24;
    color: #000;
    font-family: 'Gotham', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 83px;
    font-size: 15px;    
    line-height: 14px;
    text-decoration: none;
    padding: 9px 4px 9px 4px;    
    border: none !important;
    border: 0px solid transparent !important;
    text-decoration: none;
}

.btn-detail:hover {
	box-shadow: 0px -70px 1px #34342e inset;
    background: #34342e;
    color: #fff;
    text-decoration: none;
}

.apartment-page-title {
    font-family: 'Gotham', sans-serif;
    font-weight: 300;
    margin-bottom: 15px;
}

.custom-pagination .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0 0 0;
    border-radius: 4px;
}

.custom-pagination.pagination>li>a, .custom-pagination.pagination>li>span {
    position: relative;
    float: left;
    padding: 8px 15px 9px 15px;
    border-radius: 3px;
    line-height: 1.42857143;
    color: #616161;
    font-family: 'Gotham', sans-serif;
    font-weight: 300;
    font-size: 13px;
    margin-left: 9px;
    text-decoration: none;
    background-color: #f9f9f9;
    border: 1px solid #dcdcdc;
}

.custom-pagination.pagination>li>a:focus, 
.custom-pagination.pagination>li>a:hover, 
.custom-pagination.pagination>li>span:focus, 
.custom-pagination.pagination>li>span:hover {
    z-index: 2;
    color: #000;
    background-color: #fcdb24;
    border-color: #dcdcdc;
    border: 1px solid #dcdcdc;
}

/**
 * Filter sidebar
 */
.filter-sidebar {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    padding: 10px 10px 10px 10px;
}

.filter-top-title {
    font-family: 'Gotham', sans-serif;    
    font-weight: 300;    
    font-size: 18px;
    color: #127fab;
}

.filter-title {
    font-family: 'Gotham', sans-serif;    
    font-weight: 300;    
    font-size: 16px;
    color: #127fab;
}

.filter-title::after {
    position: absolute;    
    content: "";
    z-index: 2000;
    top: -4px;
    left: 4px;
    border-top: 1px solid #010101;
}

/**
 * Apartment's detail
 */
.gmaps {
    min-height: 350px;    
}

.apartment-detail-title {
    font-family: 'Gotham', sans-serif;
    font-weight: 300;
}