@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 750px) {

	.width-1-3 { width: 100%; margin-left: 0; }
	
	.width-1-3 + .width-1-3 { width: 49.5%; margin-left: 0; }
	
	.width-1-3 + .width-1-3 + .width-1-3 { margin-left: 1%; }
	
	
	.prod-prev > a { height: 154px; width: 40%; text-align: center; }
	.prod-prev > a > img,
	.prod-prev:hover > a > img { max-height: 100%; max-width: 160%; margin: 17px -40px; width: auto; height: auto; }
	
	.prod-prev-lg > a > img ,
	.prod-prev-lg:hover > a > img  { margin: 5px -40px; }
	.prod-prev-tall > a > img,
	.prod-prev-tall:hover > a > img  { max-height: 120%; max-width: 120%; margin: -10px; }
	
	.prod-prev > .prod-prev-details, 
	.prod-prev { background: #dbe3cb !important; }
	.prod-prev-lg:hover > .prod-prev-details,
	.prod-prev > .prod-prev-details { left: 44%; top: 10px; height: 158px; border: none; background: none; color: inherit; }
	
	#main-content .prod-prev-lg .display-area > h3 a,
	#main-content .prod-prev-lg:hover .display-area > h3 a { color: #3e1d43; }
	
	.prod-prev-lg:hover > .prod-prev-details,
	.prod-prev-lg > .prod-prev-details > .display-area > .price { color: inherit; }

	.prod-prev-tall, 
	.prod-prev-lg { height: 179px; }
	
	
	.prod-prev:hover > .prod-prev-details { border-top: none; }
	
	.prod-prev > .prod-prev-details .button { bottom: 0; }
	.prod-prev > .prod-prev-details > a.social-button { display: block; left: 70px; right: auto; margin-left: 7px; padding: 5px 10px; font-size: 12px; }
	.prod-prev > .prod-prev-details > a > img { display: none; bottom: 0; }
	
	
	.prod-prev { width: 100%; margin: 2px 0; }
	
	#footer-content, #footer-links { width: 100%; text-align: center; float: none; }
}