.city-page .online-auction.on-site .facility-address {
    font-size: 14px;
    padding: 2px 0 0;
    margin-bottom: 10px;
    line-height: 1.3em;
}

.city-page .online-auction.on-site {
    height: 100%;
}


.city-page h1 {
    font-size: 1.9rem;
    margin: 0 0 15px;
}

.link-list {
    list-style: none;
    text-align: center;
    margin: 10px auto 0 auto;
    padding: 0 40px;
}

.search-header {
    margin-bottom: 16px;
}

.search-header .columns {
    padding-left: 0px;
    padding-right: 0px;
}

.search-header label {
    font-weight: bold;
}

.search-header #map {
    background: #f4f4f4;
    width: 100%;
    height: 600px;
}

.search-header.mobile #map {
    height: 300px;    
}

.rzslider {
    margin: 15px 0 20px 0;
}

.rzslider .rz-bar {
    border: 1px solid #DDDDDD;
    -ms-touch-action: none;
    touch-action: none;
    display: block;
    height: 0.88889rem;
    background: #FAFAFA;
}

.rzslider .rz-bar.rz-selection {
    margin-top: 1px;
    background: #e5e5e5;
    border: 0px;
    display: inline-block;
    height: 0.77778rem;
}

.rzslider .rz-pointer {
    top: -4px;
    background-color: #008CBA;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 1.22222rem;
    width: 1.77778rem;
}

.rzslider .rz-pointer:after {
    background-color: #008CBA;
}

.rzslider .rz-pointer:hover:after {
    background-color: #008CBA;
}

.rzslider .rz-pointer.rz-active:after {
    background-color: #008CBA;
}

.search-header select {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    margin-top: 8px;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 2.5rem;
}

.featured {
    margin: 16px 0px;
}

.featured-list {
    /*padding: 0px 16px;*/
}

.featured-list-item {
    margin: 16px;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0,140,186,0.8);
    -moz-box-shadow: 0px 0px 2px 2px rgba(0,140,186,0.8);
    box-shadow: 0px 0px 2px 2px rgba(0,140,186,0.8);
}

.featured-list-item:hover {
    -webkit-box-shadow: 0px 0px 2px 2px rgba(235,126,70,0.8);
    -moz-box-shadow: 0px 0px 2px 2px rgba(235,126,70,0.8);
    box-shadow: 0px 0px 2px 2px rgba(235,126,70,0.8);
}

.slick-prev, .slick-next{
    border-radius: 16px;
    width: 32px;
    height: 32px;
}

.slick-prev::before, .slick-next::before {
    font-size: 32px;
    color: #CCC;
}

.slick-prev {
    left: -50px;
}
.slick-next {
    right: -50px;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #666;
}

.see-more-button {
    left: 50%; 
    transform: translate(-50%,0);
}

.gmc-custom-cluster-1, .gmc-custom-cluster-2, .gmc-custom-cluster-3, .gmc-custom-cluster-4, .gmc-custom-cluster-5 {
    font-family: arial;
    display: block;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.gmc-custom-cluster-1 {
    left: 0px;
    top: 26px;
    line-height: 52px;
    background: url(../png/m1.png) no-repeat 0 0;
    width: 53px;
    height: 52px;
}

.gmc-custom-cluster-2 {
    left: 0px;
    top: 28px;
    line-height: 55px;
    background: url(../png/m2.png) no-repeat 0 0;
    width: 56px;
    height: 55px;
}

.gmc-custom-cluster-3 {
    left: 0px;
    top: 33px;
    line-height: 65px;
    background: url(../png/m3.png) no-repeat 0 0;
    width: 66px;
    height: 65px;
}

.gmc-custom-cluster-4 {
    left: 0px;
    top: 39px;
    text-align: center;
    line-height: 77px;
    background: url(../png/m4.png) no-repeat 0 0;
    width: 78px;
    height: 77px;
}

.gmc-custom-cluster-5 {
    left: 0px;
    top: 45px;
    line-height: 89px;
    background: url(../png/m5.png) no-repeat 0 0;
    width: 90px;
    height: 89px;
}