/*	Listing Cat Inc   */
.big {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
	cursor: pointer;
	padding: 5px;
}

.little {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	background-position: center center;
}

/* Several different images */
.bg-one {background-image: url(../sitehold/images/fileman/homebox1.jpg)}
.bg-two {background-image: url(../sitehold/images/fileman/homebox2.jpg)}
.bg-three {background-image: url(../sitehold/images/fileman/homebox3.jpg)}
.bg-four {background-image: url(../sitehold/images/fileman/homebox4.jpg)}
.bg-five {background-image: url(../sitehold/images/fileman/homebox5.jpg)}
.bg-six {background-image: url(../sitehold/images/fileman/homebox6.jpg)}
.bg-seven {background-image: url(../sitehold/images/fileman/homebox7.jpg)}
.bg-eight {background-image: url(../sitehold/images/fileman/homebox8.jpg)}



.article_a {
    bottom: 0;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 28px;
    font-weight: bold;
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    top: 0;
    transition: all 300ms ease-out 0s;
}

.article_a .fa {
    border-radius: 50px;
    padding: 15px;
    position: relative;
    top: 72px;
}

.big:hover .little, .big:focus .little {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.big:hover .little:before, .big:focus .little:before {
    display: block;
		opacity: 0.7;
}

.big:hover a, .big:focus a {
   opacity: 1;
}

.little:before {
    content: "";
    display: block;
	opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(13,117,178,0.9);
	    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.homebox_col {padding: 0px !important}

.listing-cat-box{
	display:flex; 
	align-items: center; 
	justify-content: center;
	height: 100%;
}

/* Media Queries */
@media screen and (max-width: 960px) {
    .big {width: 100%; margin: 0px 0px}
}

.hello {display: none}

hr {
	margin:5px;
}



/* LISTING DETAIL INC */
#address_frame {
	width: 100%;
}






