/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.dl-menuwrapper {
	margin-left: 30px;
}	
.document1 .content_text_box {
    height: 400px;
	background-image: url(../../images/cl_bg2.jpg);
	background-repeat: no-repeat;
	background-position: right top;		
}
.document2 .content_text_box {
    width: 368px;	
}
.document2 .content_text_box .search-box {
    position: absolute;
	top: -380px;
	left: 30px;
}
.document4 .content_text_box {
    height: 340px;
	background-image:none;
}
.image-500px {
  width: 250px;
}

.osm-map {
	display: none;
}
.osm-left {
	width: 100%;
	height: 340px;
}
.osm-left ul {
	width: 100%;
	margin-top: 5px;
}	
.osm-left li {
    float: left;
    display: inline;
	width: 32%;
	text-align: center;
	height: 115px;
}
.osm-heading {
    float: left;
    width: 100%;
}
.osm-left h1 {
    margin-top: 10px;
    font-size: 24px;
	font-weight: 700;
	color: #592249;
	text-align: center;
}
.osm-left p {
    text-align: center;
}

.other-site-logo {
float: right;
width: 100%;
}
.other-site-logo img {
 width: 75%;
}
.christmas-delivery-notes {
	background-image:url(../../images/christmas-delivery-santa-faded.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.delivery-van img {
    width: 350px;
}
.no-cigar {
    width: 250px;
}
}