.search_item{
    min-height: 200px;
    background: center center;
    padding: 5px;
    margin: 5px;
    position: relative;
    border-radius: 3px;
    margin-bottom: 25px;
}

.search_item_black
{
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.search_item_black:hover
{
    opacity:0;
}
.search_item:hover
{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);

}

.search_item_click{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    color: #cccccc;
    text-align: center;
    vertical-align: middle;
}

.search_item_name{
    display: block;
    left: 5px;
    bottom: 5px;
    position: absolute;
    font-size: 18px;
    font-weight: bold;
}

#mapId {
    width: 100%;
    height: 450px;
    margin-top: 15px;
}

hr {
    margin: 40px 0px;
    background-color: #383d41;
}


h4 {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #383d41;
}

h4 span {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    background-color: #141414;
    font-size: 14px;
}

h4 span img {
    border-radius: 3px;
    margin-right: 5px
}
