/*TINY.CSS*/
.logo_img {
    width: 109px;
}
h1, .heading{
	font-size: 300%;
	line-height: 115%;
}
#header_div {
	padding-top: 20px;
	background-position: 30px 20px;
}

.headerfiller_div {
	height: 20px !important;
}
#slideinnavholder_div {
	top: 20px !important;
}

.sectionwrap_div.custom_hand {
	background-size: 50% !important;
	background-position: right center !important;
}


.custom_hand .blockedout_cream{
	max-width:50%;
}


.animation_hand{
	transform: none;
}



#local_product_img{
	padding-bottom: 0px;
}
.local_productwrap_div{
	padding-bottom: 4%;
}

div.custom_vertlines, body.custom_vertlines #wrapper{
	background-image: url(../images/vertlines_2col.svg) !important;
}

.local_productitem_div{
	width:46%;
}

.local_productgrid_div .four_per_row_div{
	display:none;
}
.local_productgrid_div .two_per_row_div{
	display:block;
}


.local_productouter_div{
	padding-right:25px;
}
.prodgal_div {
	padding-right: 3%;
}
.local_prodetttl, .local_product_info_div{
	width: auto;
	float:none;
}
.local_product_info_div{
	padding-top: 20px;
	padding-left: 0;
}
.local_stockistitem_div{
	width:46%;
}
.local_stockistgrid_div .four_per_row_div{
	display:none;
}
.local_stockistgrid_div .two_per_row_div{
	display:block;
}
#slideshow_div {
	height: 580px;
}
@media only screen and (max-width: 600px) {
	.custom_hand .blockedout_cream{
		max-width:100%;
	}
	.sectionwrap_div.custom_hand {
		background-size: 100% !important;
		background-position: right bottom !important;
		padding-bottom:110%;
	}
	
}
