@charset "utf-8";
/* CSS Document */

body {width:100%; margin:0 auto;font-family: 'Open Sans Condensed', sans-serif;}

figure {
	width:38%;
	height: auto;
	margin: 1%;
	padding: 0%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	border: 8px solid #fff;
	display: inline-block;
	letter-spacing: normal;
	background:#fff;
	
}

figure img {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-o-transition-delay: .1s;
	-ms-transition-delay: .1s;
	transition-delay: .1s;
	transform: scale(1.1) rotate(0deg);
}

figure:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transform: scale(1.3) rotate(-12deg);
}

figcaption p {

	margin-top: 30%;
	position: absolute;
	z-index:3000;
	width: 100%;
	bottom: 25%;
	text-align: center;
	font-size:400%;
	color:#fff;
	text-shadow:0px 0px 5px #000;
	
}

figcaption a {

	width:100%;
	position: absolute;
	z-index:3000;
	left:0;
	bottom:25%;
	opacity:1;
	
}

figcaption a:hover {opacity:1;}





/*---------------------------------BOOSTRAP AJUST-------------------------------*/

		 @media only screen and (min-width: 1903px) and (max-width: 2080px) 
		 {

		 	
		 
		 }
	
	     @media only screen and (min-width: 1285px) and (max-width: 1380px) 
		 {

		 	figcaption p {font-size:300%;}	
		 
		 }
		 
		 @media only screen and (min-width: 1025px) and (max-width: 1280px) 
		 {

		 	figcaption p {font-size:200%;}	

		 
		 }
		 
		 @media only screen and (min-width: 854px) and (max-width: 1024px) 
		 {

		 	figcaption p {font-size:200%;}	
				
			
		 }

		 @media only screen and (min-width: 720px) and (max-width: 853px) 
		 {

		 	figcaption p {font-size:200%;}		
			
		 }

		 @media only screen and (min-width: 603px) and (max-width: 720px) 
		 {

		 	figcaption p {font-size:200%;}		
			
		 }
			
		 @media only screen and (min-width: 504px) and (max-width: 603px) 
		 {

		 	figcaption p {font-size:220%;}		

		 	figure {
			width:80%;
			height: auto;
			margin: 0;
			padding: 0;
			position: relative;
			cursor: pointer;
			overflow: hidden;
			border: 1px solid #fff;
			display: inline-block;
			letter-spacing: normal;
			background:#000;
			}
			
		 }


		 @media only screen and (min-width: 240px) and (max-width: 503px) 
		 {

		 	figcaption p {font-size:200%;}	

		 	figure {
			width:90%;
			height: auto;
			margin: 0;
			padding: 0;
			position: relative;
			cursor: pointer;
			overflow: hidden;
			border: 1px solid #fff;
			display: inline-block;
			letter-spacing: normal;
			background:#000;
			}	

		 }

	



	

	
	
	