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

/*General Mosaic Styles*/
.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:316px;
	height:230px;
	margin:0px;
	background-color: #D9D9D9;
	background-image: url(../images/progress.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.mosaic-blockDirectory {
	float:left;
	position:relative;
	overflow:hidden;
	width:886px;
	height:125px;
	margin:5px;
	border:5px solid #D9D9D9;
	background-color: #D9D9D9;
	background-image: url(../images/progress.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.mosaic-blockSmaller {
	float:left;
	position:relative;
	overflow:hidden;
	width:175px;
	height:86px;
	border:5px solid #D9D9D9;
		background-color: #D9D9D9;
	background-image: url(../images/progress.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 7px;
}

	.mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
		background:#111;
	}
	
	.mosaic-overlay {
	display:none;
	z-index:5;
	position:absolute;
	width:100%;
	height:100%;
	background-color: #FFF;
	}
	
		/*** Custom Animation Styles (You can remove/add any styles below) ***/
		.circle .mosaic-overlay {
			background:url(../images/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-image: url(../images/white.png);
		}
		
		.bar .mosaic-overlay {
	bottom:-230px;
	height:230px;
	opacity:0.9;
	background-image: url(../images/footer_bg.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
		}
		
		.bar2 .mosaic-overlay {
	bottom:-125px;
	height:167px;
	opacity:0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
		}
		
			.bar2 .mosaic-overlay:hover {
				opacity:1;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter:alpha(opacity=100);
			}
		
		.bar3 .mosaic-overlay {
			top:-100px;
			height:100px;
			background:url(../images/bg-black.png);
		}
		/*** End Animation Styles ***/

#Threeboxes_container p {
	width: 250px;
	font-family: 'Poiret One', 'Questrial', 'Century Gothic', 'Arial';
	font-size: 38px;
	text-transform: uppercase;
	line-height: 42px;
	color: #fff;
	padding: 0px;
	margin-top: 30px;
	margin-right: 35px;
	margin-bottom: 35px;
	margin-left: 35px;
}
#Threeboxes_container #two p {
	width: 250px;
	font-family: 'Poiret One', 'Questrial', 'Century Gothic', 'Arial';
	font-size: 25px;
	text-transform: uppercase;
	line-height: 30px;
	color: #fff;
}
#Threeboxes_container #three p {
	width: 250px;
	font-family: 'Poiret One', 'Questrial', 'Century Gothic', 'Arial';
	font-size: 25px;
	text-transform: uppercase;
	line-height: 30px;
	color: #fff;
}
