/*
	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
*/

* {
	margin:0;
	padding:0;
	border:none;
	outline:none;
}

.details {color: #FFFFFF; text-align: center; padding: 20px 30px 0 30px;}

/*General Mosaic Styles*/
.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:490px;
	height:333px;
	background:#111 url(../mosaic/progress.gif) no-repeat center center;
	/* border:1px solid #fff;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5); */
	margin: 35px 10px 0 10px;
	max-width: 490px;
	overflow: hidden;
	text-align: left;
}

.mosaic-backdrop {
    display:none;
    position:absolute;
    top:0;
    height:100%;
    width:100%;
    background: none;
}

.mosaic-overlay {
    display:none;
    z-index:5;
    position:absolute;
    width:100%;
    height:100%;
    background: none;
}
	
/*** Custom Animation Styles (You can remove/add any styles below) ***/
.circle .mosaic-overlay {
    background:url(../mosaic/hover-magnify.png) no-repeat center center;
    opacity:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
    filter:alpha(opacity=00);
    display:none;
}

.fade .mosaic-overlay {
    opacity:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
    filter:alpha(opacity=00);
    background:url(../mosaic/bg-black.png);
}

.bar .mosaic-overlay {
    bottom:-100px;
    height:100px;
    background:url(../mosaic/bg-black.png);
}

.bar2 .mosaic-overlay:link {
	color: #B2A47D;
    bottom:-95px;
    height:90px;    
    text-decoration: none;
}

.bar2 .mosaic-overlay:hover {
    color: #B2A47D;
    font-weight: bold;
    text-decoration: none;
}

.mosaic-overlay:link .button {
	font-size: 16px; 
	color: #596872; 
	font-weight: 400; 
	background: #FFFFFF;
	padding: 12px 20px 12px 20px; 
	text-decoration: none; 
	text-transform: uppercase; 
	border: 1px solid #ACC9B6;
}

.mosaic-overlay:active .button {
	font-size: 16px; 
	color: #596872; 
	font-weight: 400; 
	background: #FFFFFF;
	padding: 12px 20px 12px 20px; 
	text-decoration: none; 
	text-transform: uppercase; 
	border: 1px solid #ACC9B6;
}

.mosaic-overlay:visited .button {
	font-size: 16px; 
	color: #596872; 
	font-weight: 400; 
	background: #FFFFFF;
	padding: 12px 20px 12px 20px; 
	text-decoration: none; 
	text-transform: uppercase; 
	border: 1px solid #ACC9B6;
}

.mosaic-overlay:hover .button {
	font-size: 16px; 
	color: #596872; 
	font-weight: 400; 
	background: #FFFFFF;
	padding: 12px 20px 12px 20px; 
	text-decoration: none; 
	text-transform: uppercase; 
	border: 1px solid #ACC9B6;
}

.bar3 .mosaic-overlay {
    top:-100px;
    height:100px;
    background:url(../mosaic/bg-black.png);
}
/*** End Animation Styles ***/