/*
	Mosaic - Sliding Boxes and Captions jQuery Plugin
	Version 1.0.1
	www.buildinternet.com/project/mosaic
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

.details { 
margin:12px 10px; 
} 
.mosaic-block a {
 text-decoration:none; 
} 

/*General Mosaic Styles*/
.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:100%; /* was 217px */
	height:115px;
	margin:10px 0;
        padding:0;
	background:#f1f1f1 url(../img/progress.gif) no-repeat center center;
	border:none; /* added */
	outline:none; /* added */
	/*border:1px solid #fff;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);*/
}
.mosaic-backdrop {
	display:none;
	position:absolute;
	top:0;
	height:100%;
	width:100%;
	background:#f1f1f1; 
}
.mosaic-overlay {
	display:none;
	z-index:5;
	position:absolute;
	width:100%;
	height:100%;
	background:#998646; /* gold */
}
#specials h4 {
    background-color: transparent;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 160%;
    margin: 0;
    padding: 0 0 5px;
    text-shadow: 1px 1px 0 #000000;
}
#specials p {
    background-color: transparent;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
	line-height: 1.4;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 0 #000000;
}
		
.bar2 .mosaic-overlay {
	bottom:-60px;
	height:100px;
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter:alpha(opacity=95);
}
	.bar2 .mosaic-overlay:hover {
	opacity:0.95;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
}
.clearfix{ display: block; height: 0; clear: both; visibility: hidden; }
						


/* small */
@media only screen and (max-width: 320px) {
	.details { 
		margin: 2px 10px; 
} 
	#specials h4 {
		background-color: transparent;
		color: #ffffff;
		font-size: 13px;
		font-weight: bold;
		line-height: 1.2;
		margin: 0;
		padding: 0 0 5px;
		text-shadow: 1px 1px 0 #000000;
}
	#specials p {
		background-color: transparent;
		color: #ffffff;
		font-size: 11px;
		font-weight: bold;
		line-height: 1.4;
		margin: 0;
		padding: 0;
		text-shadow: 1px 1px 0 #000000;
	}		
	.mosaic-block {
		height: 7.4em;
	}
	.bar2 .mosaic-overlay {
		bottom:-60px;
		height:7.4em; /* was 115px */
		opacity:1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
		filter:alpha(opacity=95);
		}
	.bar2 .mosaic-overlay:hover {
		opacity:1;
	}
	#gridindex div.img {	/* controls img height on Offers */
		  height: 5em;
		  overflow: hidden;
	  }
}

/* medium portrait */
@media only screen and (min-width: 768px) and (max-width: 939px) {
 	.mosaic-block {
		height: 9.4em;
	}
	.bar2 .mosaic-overlay {
		opacity:1;
	}
	.bar2 .mosaic-overlay:hover {
		opacity:0.95;
	}
}