.prettyPhoto-gallery {
    display: inline-block;
}

.prettyPhoto-gallery > div:first-child {
    display: inline-block;
    position: relative;
}

.prettyPhoto-gallery > div {
    display: none;
}

.thumbnail-overlay i {
    font-size: 5em;
    color: white;
    display: table-cell;
    vertical-align: middle;
}

.prettyPhoto-gallery .thumbnail-overlay {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(0,0,0,0.6);
    text-align: center;
    width: 100%;
    height: 150px;
}

.prettyPhoto-gallery >div:first-child a:hover .thumbnail-overlay {
    display:table;
}

.listing-results .prettyPhoto-gallery img,
.singlelisting .prettyPhoto-gallery img {
    padding: 0em !important;
}

.custom-tours-unavailable,
.fixed-tours-unavailable {
    color: #7F6E28;
    font-size: 14px;
}

.listing-under-gallery .listing-review-info .reviewpaws .ratingsummarygroup_overall {
    width: 55%;
}

.listing-under-gallery .review-link .ratinglabel {
    width: 68px;
}

.listing-under-gallery .reviewpaws .rating_overall {
    padding-top: 2px;
    margin-left: -3px;
}

.listing-under-gallery .reviewpaws .rating_overall .ratinglabel {
    display: none;
}

.listing-under-gallery .reviewpaws .rating_overall .RadRating a {    
    height: 23px !important;
    width: 23px !important;
    margin: 0px !important;
}

.listing-under-gallery .reviewpaws .rating_overall .RadRating a,
.listing-under-gallery .reviewpaws .rating_overall .RadRating a span{
    background-size: cover !important;
}

.no-inclusions {
    padding-top: 5px;
    padding-left: 22px;
}

.inclusions-list ul li {
    padding-left: 20px;
    padding-bottom: 2px;
    background: url(../Images/green_tick_icon.png);
    background-repeat: no-repeat;
    background-position: 0px;
}

.optional-extras-list ul li {
    padding-left: 20px;
    padding-bottom: 2px;
    background: url(../Images/plus_orange_15.png);
    background-repeat: no-repeat;
    background-position: 0px;
}

.exclusions-list ul li {
    padding-left: 20px;
    padding-bottom: 2px;
    background: url(../Images/red-x-10.gif);
    background-repeat: no-repeat;
    background-position: 0px;
}

.listing-tab ul.list-style-icons {
    list-style-type: none;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-left: 15px;
}

#inclusions .subHeading {
    padding-top: 15px;
}

.listing-container .listing-content .inclusions {
    padding-left: 10px;
    padding-top: 5px;
}

.listing-container .listing-content .inclusions .subHeading {
    font-size: 13px;    
}

.info-icon:after {
    content: '\f05a';
    font-family: FontAwesome;
    padding-right: 5px;
}

.listing-page .review-slideshow-container {
    display: none;
}



