
button {
    cursor:pointer;
    clear:both;
    margin:10px 0px 10px 0px;
}
.next {
    display:none;
}
.prev {
    display:none;
}
.autocomplete-suggestions {
    border:1px solid #666;
}
.autocomplete-suggestion {
    margin:0px;
    padding:5px;
    overflow:auto;
    background-color: #FFFFFF;
    cursor:pointer;
}
#home_blurb{
    width:45%;
    float:left;
    margin-top:40px;
}
#home_map {
    float:left;
    width:45%;
    margin-left:-50px;
}
.thumbnails li {
    display: inline;
    margin: 0 10px 0 0;
}
.thumbnails img {
    max-width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    height: auto;
    background: #fff;
    box-shadow: 1px 1px 7px rgba(0,0,0,0.1);
}
.thumbnails ul {
    list-style: none;
    margin-bottom: 1.5em;
}
.main-image {
    margin-bottom: 0.75em;
}
.main-image img {
    width: 100%;
}
#home_states {
    display:none;
}
#home_states a{
    color:#FFF;
    font-size:14px;
    font-weight:bold;
}
.listingLatLong {
    display:none;
}
.cityLatLong {
    display:none;
}
.office-hours ul li {
    width: 100%;
    font-weight: 600;
    color: #888;
    margin: 2px 0;
    transition: 0.2s;
    cursor: default;
}
.office-hours ul li span {
    float: right;
    font-weight: 400;
}

/* Mobile Youtube */
@media screen and (max-width:767px) {
	iframe[src*="youtube"] {
		width: 100% !important;
}
