#jh-items-wrapper {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#jh-items-wrapper .jh-pages {
    padding: 10px;
}

#jh-items-wrapper .jh-pages .pagination {
    margin: 0;
}

#jh-items-wrapper .jh-mapBox {
    margin: 10px;
    padding: 1px;
    background: none repeat scroll 0 0 rgba(43, 43, 43, 0.95);
}

#jh-items-wrapper .jh-headerBox {
    display: block;
    width: 100%;
    overflow:auto;
    height:auto;
    padding: 10px;
    vertical-align: middle;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#jh-items-wrapper .jh-headerBoxRight {
    float: right;
    display: block;
}

#jh-items-wrapper .jh-box {
    float: left;
    position: relative;
    width: 50%;
    padding-bottom: 50%;
    cursor: pointer;
}
#jh-items-wrapper .jh-boxInner {
    position: absolute;
    right: 10px;
    left: 10px;
    bottom: 10px;
    -webkit-box-shadow: 0 8px 6px -6px grey;
    -moz-box-shadow: 0 8px 6px -6px grey;
    box-shadow: 0 8px 6px -6px grey;
}
#jh-items-wrapper .jh-itemBoxFeatured {
    border: 1px solid #dd0000;
}
#jh-items-wrapper .jh-boxInner img {
    width: 100%;
}
#jh-items-wrapper .jh-titleBox {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    display: block;
    opacity: 0; 
    height: 0;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
#jh-items-wrapper .jh-grid-details-box {
   text-align: center;
   position: relative;
   width: 100%;
}
#jh-items-wrapper .jh-grid-details-box a {
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-transform: lowercase;
    letter-spacing: 2px;
    width: auto;
    color: #fff;
}
#jh-items-wrapper .jh-titleBoxHeader {
    padding-bottom: 5px;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px dotted #ccc;
}
#jh-items-wrapper .jh-titleBoxHeader img {
    width: 24px;
}
#jh-items-wrapper .jh-topRow:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(254, 254, 254, 0.85);
    border-style: solid;
    border-width: 6px;
    content: "";
    height: 0;
    left: 15px;
    position: absolute;
    top: -12px;
    width: 0;
}
#jh-items-wrapper .jh-topRow {
    position: absolute;
    bottom: 45px;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    padding: 5px;
    background: none repeat scroll 0 0 rgba(254, 254, 254, 0.85);
}
#jh-items-wrapper .jh-topRow h3 {
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    color: #E04F00;
    float: left;
}
#jh-items-wrapper .jh-score {
    float: right;
    color: #777
}
#jh-items-wrapper .jh-scoreMain {
    font-weight: bold;
    font-size: 16px;
}
#jh-items-wrapper .jh-scoreOverall, #jh-items-wrapper .jh-scoreText {
    font-weight: normal;
    font-size: 11px;
}
#jh-items-wrapper .jh-address {
    display: block;
    clear: both;
}
#jh-items-wrapper .jh-bottomRow {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 45px;
    font-size: 14px;
    background: none repeat scroll 0 0 rgba(43, 43, 43, 0.95);
    color: #DDD;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
#jh-items-wrapper .jh-bottomRow .jh-object, .jh-mapNumber {
    line-height: 45px;
}
#jh-items-wrapper .jh-bottomRow .jh-object {
    padding-right: 5px;
    border-right: 1px solid #555;
}
#jh-items-wrapper .jh-bottomRow .jh-mapContainer {
    background: url("../images/circle-outline.png") no-repeat;
    content: "";
    display: inline-block;
    height: 45px;
    margin-right: 4px;
    width: 44px;
    text-align: center
}
#jh-items-wrapper .jh-priceContainer {
    float: right;
    height: 45px;
    padding: 5px 8px 5px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    background: rgb(216,104,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(216,104,0,1) 0%, rgba(216,0,0,1) 55%, rgba(221,25,0,1) 87%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,104,0,1)), color-stop(55%,rgba(216,0,0,1)), color-stop(87%,rgba(221,25,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(216,104,0,1) 0%,rgba(216,0,0,1) 55%,rgba(221,25,0,1) 87%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(216,104,0,1) 0%,rgba(216,0,0,1) 55%,rgba(221,25,0,1) 87%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(216,104,0,1) 0%,rgba(216,0,0,1) 55%,rgba(221,25,0,1) 87%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(216,104,0,1) 0%,rgba(216,0,0,1) 55%,rgba(221,25,0,1) 87%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d86800', endColorstr='#dd1900',GradientType=0 ); /* IE6-9 */
}
#jh-items-wrapper .jh-price {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
}
#jh-items-wrapper .jh-priceNight {
    margin-top: -4px;
    font-size: 11px;
    text-align: right;
}
/*
body.no-touch .jh-boxInner:hover .jh-titleBox, body.touch .jh-boxInner.touchFocus .jh-titleBox {
    margin-bottom: 0;
}
*/
#jh-items-wrapper .jh-boxInner:hover .jh-titleBox  {
     opacity: 1;
    height: 100%;
}


@media only screen and (max-width : 480px) {
    /* Smartphone view: 1 tile */
    #jh-items-wrapper .jh-box {
        width: 100%;
        padding-bottom: 100%;
    }
    #jh-items-wrapper .jh-pages, 
    .jh-savedBox, .jh-pagesCountBox {
        height: 42px;
    }
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
    /* Tablet view: 2 tiles */
    #jh-items-wrapper .jh-box {
        width: 50%;
        padding-bottom: 50%;
    }
 
}
<!-- Enable media queries for old IE -->
<!--[if lt IE 9]>
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
<![endif]-->