/*
	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:100%;
	max-width:496;
	height:400px;
	margin:0px;
	background:#111 url(../img/progress.gif) no-repeat center center;
	border:0px solid #fff;
	-webkit-box-shadow:0 0px 0px rgba(0,0,0,0.5);
	z-index:3;
}

.mosaic-block2 {
	float:left;
	position:relative;
	overflow:hidden;
	width:100%;
	max-width:496px;
	height:400px;
	margin:0px;
	background:#111 url(../img/progress.gif) no-repeat center center;
	border:0px solid #fff;
	-webkit-box-shadow:0 0px 0px rgba(0,0,0,0.5);
	left:0;
	top: 0px;
	z-index:3;

	
	
}

.mosaic-block3 {
	float:left;
	position:relative;
	overflow: hidden;
	width:100%;
	max-width:922;
	min-height:400px;
	margin:0px;
	background:#111 url(../img/progress.gif) no-repeat center center;
	border:0px solid #fff;
	-webkit-box-shadow:0 0px 0px rgba(0,0,0,0.5);
	z-index:3;
	
	
	
	
	
}

.mosaic-block4 {
	float:left;
	position:relative;
	overflow:hidden;
	width:100%;
	max-width:922px;
	height:376px;
	margin:0px;
	background:#111 url(../img/progress.gif) no-repeat center center;
	border:0px solid #fff;
	-webkit-box-shadow:0 0px 0px rgba(0,0,0,0.5);
	left:0;
	top: 90px;
	z-index:3;

	
	
}

.mosaic-block6 {
	float:left;
	position:relative;
	overflow: hidden;
	width:100%;
	max-width:922;
	min-height:400px;
	margin:0px;
	background:#111 url(../img/progress.gif) no-repeat center center;
	border:0px solid #fff;
	-webkit-box-shadow:0 0px 0px rgba(0,0,0,0.5);
	z-index:3;
	padding-top:15px;
	
}



	.mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
		background:#111;
		overflow:hidden;
		text-align:center;
		background-size:100%;
    background-position:50% 50%;
	background-repeat:no-repeat;
	}
	
	.mosaic-overlay {
		display:none;
		z-index:3999;
		position:absolute;
		width:100%;
		background:#111;
		overflow:auto;
		
		
		
	}
	
	
	
		/*** Custom Animation Styles (You can remove/add any styles below) ***/
		.circle .mosaic-overlay {
			background:url(../img/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=100);
			background:url(../img/bg-black.png);
			
			
			
		}
		
		.bar .mosaic-overlay {
			bottom:-100px;
			height:200px;
			background:url(../img/bg-black.png);
			
			
			
		}
		
		.bar2 .mosaic-overlay {
			bottom:-330px;
			height:400px;
			opacity:0.8;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
			filter:alpha(opacity=100);
			z-index:22;
			overflow:hidden;
    padding-right: 17px;
	padding-bottom: 17px;
	top:330px;
	transition: 1s; /* Animation time */
    -webkit-transition:top 1s; /* For Safari */
	
	
	
	
	
			
		}
		
			.bar2 .mosaic-overlay:hover {
				bottom:0px;
				opacity:1;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
				filter:alpha(opacity=100);
				overflow:scroll;
				-webkit-overflow-scrolling: touch;
				position:absolute;
				top:0px;
				transition:top 1s; /* Animation time */
    -webkit-transition:top 1s; /* For Safari */
				
				
			
				
				
				
				
				
				
				
			}
			
			
			document.addEventListener('touchmove', function(event) {
   if(event.target.parentNode.className.indexOf('noBounce') != -1 
|| event.target.className.indexOf('noBounce') != -1 ) {
    event.preventDefault(); }
}, false);
		
		.bar3 .mosaic-overlay {
			top:-100px;
			height:100px;
			background:url(../img/bg-black.png);
		}
		/*** End Animation Styles ***/
.sliderHEADINGS {
	font-family: "Bebas Neue";
	font-size: 24px;
	color: #FFF;
}
.intro {
	font-family: "Helvetica Neue", "Helvetica Neue Medium";
	font-size: 14px;
	color: #000;
}


