/*
Item Name : HoverMe - Collection of CSS3 Hover Effects
Author URI : http://themeforest.net/user/Keliah
Version : 1.0
*/

/*

TABLE OF CONTENTS

1.a, 1.b INFORMATION BOX
2. LOMO EFFECT
3.a, 3.b OVERLAYS
4. IMAGES STACKS
5. FULL OVERLAY

*/

/*  _______________________________________

	5. FULL OVERLAY
    _______________________________________  */



.full_overlay {
	position: relative;
	/* Set the width and the height according to the size of your pictures */
	width: 100%;
	height: 455px;
	
	
}
.full_overlay p {
	color:#FFFFFF;
	padding:0px;
	
	
}
	.full_overlay .content {
	position: absolute;
	/* Set the width and the height according to the size of your pictures */
	width: 100%;
	height: 100%;
	/* Set a 0 opacity to hide the content */
	/*filter: alpha(opacity=0);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";*/
	/* Semi-transparent background for modern browsers, black for older browsers */
	background: #fff;
	background: rgba(251,251,251,0.95);
	/* CSS3 transitions, creates the fading effect */
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	/* CSS3 rounded corners*/
	moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0; /* future proofing */
	-khtml-border-radius: 5px 5px 0 0; /* for old Konqueror browsers */
	border: 1px solid #ededed;
	}
	
	
	.content img {
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
	
	
	
	
	.content h1 {
	/* Text styling */
	color: #fff;
	font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	background-color: #000060;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.06em;
	padding: 0px;
	margin:0px;
	moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0; /* future proofing */
	-khtml-border-radius: 5px 5px 0 0; /* for old Konqueror browsers */ 
 

	}
	
	.content hr {
	padding: 0px;
	border: solid #ddd; 
	border-width: 1px 0 0; 
	clear: both; 
	margin: 10px 0 5px; 
	height: 0; 

		

	}
	
	
	.content h2 {
	text-transform: uppercase;
	color: #000060;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	display: block;
	font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
	}
	
	
	
	.content h3 {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 21px;
	color: #000060;
	text-align: center;
	line-height: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
	.content h4 {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 17px;
	color: #000060;
	text-align: center;
	line-height: 10px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
	
	.content h5 {
	text-transform: uppercase;
	color: #000060;
	text-align: center;
	position: relative;
	font-size: 16px;
	line-height: 30px;
	display: block;
	font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.09em;
	font-weight: bold;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
	.content h6 {
	text-transform: uppercase;
	color: #000060;
	text-align: center;
	position: relative;
	font-size: 12px;
	line-height: 15px;
	font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.09em;
	font-weight: bold;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	}
	
	
	
	
	.content p {
	color: #000060;
	text-align: center;
	position: relative;
	font-size: 14px;
	padding: 0px;
	font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 20px;
	letter-spacing: 0.05em;
	}
	
	.space {
		color:rgba(255,255,255,0.0);
		line-height: 100px;

		}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	.full_overlay {
	position: relative;
	/* Set the width and the height according to the size of your pictures */
	width: 100%;
	height: 390px;
	}
	.content h1 {
	/* Text styling */
	color: #FFF;
	line-height: 30px;
	text-align: center;
	font-size: 17px;
	padding: 0px;
	margin: 0px 0 0 0;
	moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0; /* future proofing */
	-khtml-border-radius: 5px 5px 0 0; /* for old Konqueror browsers */
	background-color: #000060;
	letter-spacing: 0.06em;
	}
	
	.content hr {
	padding: 0px;
	border: solid #ddd; 
	border-width: 1px 0 0; 
	clear: both; 
	margin: 10px 0 5px; 
	height: 0; 

		

	}
	
	
	.content h2 {
	text-transform: uppercase;
	color: #000060;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	display: block;
	font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.08em;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
	
	
	
	.content h3 {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 19px;
	position: relative;
	color: #000060;
	text-align: center;
	line-height: 17px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
	.content h4 {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	text-transform: capitalize;
	position: relative;
	color: #000060;
	text-align: center;
	line-height: 10px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
	.content h5 {
	text-transform: uppercase;
	color: #000060;
	text-align: center;
	position: relative;
	font-size: 15px;
	line-height: 40px;
	display: block;
	font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.09em;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
	.content h6 {
	text-transform: uppercase;
	color: #000060;
	text-align: center;
	position: relative;
	font-size: 11px;
	line-height: 13px;
	font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.09em;
	font-weight: bold;
	display: block;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	}
	
	
	
	.content p {
	color: #000060;
	text-align: center;
	position: relative;
	font-size: 12px;
	padding: 0px;
	font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 17px;
	letter-spacing: 0.05em;
	}
	
	.space {
		color:rgba(255,255,255,0.0);
		line-height: 85px;

		}
		
		
		
		
		
		
		
		
		
		
		
		
		}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

		}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
				.full_overlay {
	position: relative;
	/* Set the width and the height according to the size of your pictures */
	width: 100%;
	height: 491px;
	
	
}
		
		
		
		}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		
		
		
		}
