/* !category landing pages */
.cat_landing_header {
    margin-bottom:2em;
    position:relative;
}
.image-title {
    display: inline-block;
    position: absolute;
    left: 0;
    padding: 1.25em 1em 1.25em 2em;;
    font-size: 1.35em;
    background: #333;
    background: rgba(0,0,0,0.55);
    -moz-border-radius: 0 1em 1em 0;
    -webkit-border-radius: 0 1em 1em 0;
    border-radius: 0 2em 2em 0;
    color: white;
    text-shadow: 0 0 8px #000;
    max-width:50%;
    top:20%
}
.image-title.rent-a-tent {
    max-width:80%;
}
.image-title.motorhomes {
    max-width:60%;
}
.en-gb .image-title,
.en-us .image-title {
    max-width:50% !important;
}
.circ {
    float: left;
    display: inline-block;
    border: 12px solid #ccc;
    margin: 0 2em 1em 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    box-shadow: 0 3px 10px #999; 
}
.circ img {
    text-align: center;
    margin-left: 7px;
}
.cat-landing.rent-a-tent .circ img {margin-top:4px;}
.cat-landing.motorhomes .circ img {margin-top:4px;}
.cat-landing.touring-pitches .circ img {margin-top: 4px; margin-left: 4px;}
.cat-landing.caravans-for-hire .circ img {margin-top: 10px;}

.cat-landing.lodge-cabin-pod-or-hut .image-title{max-width:100%; top:31%}

.cat-landing.touring-pitches .circ,
.cat-landing.caravans-for-hire .circ {margin-bottom:4em}


.aboutus li {
    list-style: circle;
    margin-left: 18px;
    padding-bottom: 4px;
}
div.reviews,
div.aboutus {
    margin-top:30px
}
#homeMainContent h2.headingcount {
    text-transform: none;
    margin-top: 0;
}

/* !about us */
.pitchup_press {
    display:block;
    width:206px;
    height:72px;
    background: url('../images2/sprites-homepage.png') -159px -132px no-repeat;
    margin-top: 11px;
}
.pitchup_press:hover {background-position:-159px -227px}

.top-rated {
    position: relative;
    margin-bottom: 2px;
}
p.site-name {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 217px;
    background-color: #555;
    background-color: rgba(0,0,0,0.45);
    padding: .4em 1em;
    color: white;
    margin: 0 auto;
    text-shadow: 0 2px 3px #111;
    text-align: center;
    right: 0;
}
.nearby_sites {
    border-top: 0 none;
}
.nearby_sites li {
    border: 1px solid #999;
    text-align: center;
    border-radius: .5em;
    margin-bottom: 1em;
    position: relative;
    min-height: 252px;
    display: block;
    padding:.5em 9px;
}
.lead_price {
    font-weight: bold;
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: .7em;
    background-color:#cf0002;
    padding: .3em 1em;
    border-radius: 0 .5em .5em 0;
    color: white;
    text-shadow: 0 1px 1px #333;
}
.nearby_sites .pu_rating {
    margin-top: 3px;
    right: 1em;
    position: absolute;
    bottom: .7em;
}

#homeMainContent .welcome p {
    margin-bottom: 15px;
}
#homeMainContent h2 {
    color: #4f849d;
    font-size: 1.8em;
    margin: .2em 0 0.7em;
    text-transform: uppercase;
}
#homeMainContent .flatpage { margin-bottom:2em; }
#homeMainContent h2 a { color:#4f849d; }

#homeMainContent .topOffers .offers li {
    overflow: hidden;
}
#homeMainContent .offers .links li {
    list-style-type: none;
    margin-left: 0;
}
ul.offers > li{
  clear: both;
  margin-bottom: 10px;
}
.offers li img{
  float: left;
  border:1px solid #999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;      
}
#homeMainContent .topOffers .offerText {
    display: block;
    margin-left: 69px;
    zoom:1;
}
#homeMainContent .topOffers .offerpc {
    display: block;
    font-size: 1.35em;
    font-weight: bold;
}


.category-landing-content.bl { border-top:3px solid #39B54A; }
.category-landing-content.nearby_panel { width:40%; }
.category-landing-content.search {padding-top: .2em;}
.category-landing-content.nearby_panel strong { font-size: 1.35em; font-weight: bold; }
.category-landing-content ol { margin-left:20px; }
li.category-landing-content { list-style-type: decimal; padding-top: 5px; }

.browse-by-region {
    background: url(../images2/world.png) no-repeat right 5px;
    background-size: 60px;
    min-height: 66px;
}