/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1049px) {
.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: 696px;	
}

.document4 .content_text_box {
    height: 440px;
}
.image-500px {
  width: 500px;
}
.osm-map {
	margin-right: 20px;
}
.osm-left {
	width: 360px;
	margin-left: 20px;
}
.osm-left li {
    width: 175px;
}	
.osm-heading {
    width: 340px;
}
.osm-left h1 {
    margin-top: 20px;
	margin-bottom: 5px;
    font-size: 24px;
	font-weight: 700;
	color: #592249;
}
	
.other-site-logo {
float: right;
width: 100%;
}
.christmas-delivery-notes {
	background-image:url(../../images/christmas-delivery-santa-faded.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.no-cigar {
    width: 350px;
}
}