a#findcaravans:hover  {
    background:#6a8f7d;
    text-decoration:none; 
}
a#findmotorhomes:hover  {
    background:#3b81cd;
    text-decoration:none; 
}
a#findstatics:hover  {
    background:#9e8068;
    text-decoration:none; 
}

.caravan-finder-dealers a {
	font-size:12px;
	overflow:hidden;
	max-height:35px;
}

.caravan-finder-dealers > div > div {
    border:1px solid #e3e3e3;
    padding:1%;
    margin:1%;
    height:auto;
    overflow:hidden;
}
.caravan-finder-dealers  > div > div:hover {
    border:1px solid red;
}




.youtube-channel {
    margin-top: 6px;
    font-size: 12px;
}





#ddprofile {
  margin: 10px;
  padding: 10px;
  background: white;
  border-left: 1px solid #8da99c;
  text-align: center;
  box-shadow: inset 1px 1px 3px rgba(0,0,0,0.8);
}



.testimonial {
    height: auto;
    overflow: hidden;
    border-right: 1px solid #8DA99C;
}
.testimonials > div {
    border-right: 1px solid #516c5f;
}




.news .thumbnail {
	margin-right:10px;
}
.news .thumbnail h6 {
   min-height:50px;
}
.news .thumbnail p {
    font-size:12px;
    min-height:85px;
}


.promotions img {
	width:100%;
}
.promotions a {
    position:relative;
    float:right;
    right:-8px;
}



.advert.center, .advert.promotions  {
    margin-top:24px;
}


/*
 * @media xs
 * @media (max-width: 767px)  
 * --------------------------------------------------
 */
@media (max-width: 767px) {
	#homebuttons > div {
	   padding-left:15px !important;
	   padding-right:15px !important;
	   margin-bottom:10px;
	}
}


/*
 * @media sm >
 * @media (min-width: 768px)
 * --------------------------------------------------
 */
@media (min-width: 768px) {
    
}



