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

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

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

	
	}

figure:hover figcaption {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0;
	-webkit-transition-duration:1s;
}

figcaption {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.8);
	color: #fff;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	-ms-transition: all .1s ease;
	transition: all .1s ease;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-o-transition-delay: .1s;
	-ms-transition-delay: .1s;
	transition-delay: .1s;

}

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 {

	padding: 10px 20px;
	margin-bottom: 0;
	margin-top: 15%;
	position: relative;
	left: 100%;
	font-size:400%;
	text-align: center;
	color:#ffc600;
	text-transform: none;
}

figure:hover h3,figure:hover p {
	left: 0;
}

figcaption a {
	color: #fff;
	padding: 4px 10px;
	text-decoration: none;
	opacity:0.7;
	
}

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 {

	padding: 10px 20px;
	margin-bottom: 0;
	margin-top: 25%;
	position: relative;
	left: 100%;
	font-size:200%;
	text-align: center;
	color:#ffc600;
}
		 
		 }
		 
		 @media only screen and (min-width: 1025px) and (max-width: 1280px) 
		 {

		 	figcaption p {

	padding: 10px 20px;
	margin-bottom: 0;
	margin-top: 25%;
	position: relative;
	left: 100%;
	font-size:150%;
	text-align: center;
	color:#ffc600;
}
		 
		 }
		 
		 @media only screen and (min-width: 854px) and (max-width: 1024px) 
		 {

		 	figcaption p {

	padding: 10px 20px;
	margin-bottom: 0;
	margin-top: 25%;
	position: relative;
	left: 100%;
	font-size:150%;
	text-align: center;
	color:#ffc600;
}
			 
		 }

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

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


			figcaption p {

			padding: 10px 20px;
			margin-bottom: 0;
			margin-top: 14%;
			position: relative;
			left: 100%;
			font-size:140%;
			text-align: center;
			color:#ffc600;
}	
			
		 }
			
		 @media only screen and (min-width: 504px) and (max-width: 603px) 
		 {

		 	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:#9C0;
			float:none;
			
			}


			figcaption p {

			padding: 10px 20px;
			margin-bottom: 0;
			margin-top: 14%;
			position: relative;
			left: 100%;
			font-size:200%;
			text-align: center;
			color:#ffc600;
}
			
		 }


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

		 	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:#9C0;
			float:none;
			
			}


			figcaption p {

			padding: 10px 20px;
			margin-bottom: 0;
			margin-top: 14%;
			position: relative;
			left: 100%;
			font-size:200%;
			text-align: center;
			color:#ffc600;
}

		 }

	



	

	
	
	