/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* Style */

.box {
	display:inline-block;
	float:left;
	margin:0 3.5% 3.5% 0;
	max-width:45%;
	height:auto;
	cursor: pointer;
	padding:0px;
	color:#004494;
	position: relative;
	overflow: hidden;
	-moz-border-radius:8px 8px 8px 8px; /* Firefox */
	-webkit-border-radius:8px 8px 8px 8px; /* Chrome, Safari */
	-khtml-border-radius:8px 8px 8px 8px; /* Konqueror */
	border-radius:8px 8px 8px 8px; /* CSS3 */
	behavior:url(border-radius.htc); /* Internet Explorer */
	}
	.box img {
		width:100%;
		height:auto;
		}
	.end {
		margin: 0 0 5.0% 0;
		}

/* Caption Common Style */
.box .caption {
	background-color: rgba(0,161,154,0.6);
	position: absolute;
	color: #fff;
	z-index: 100;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
	left: 0;
}

/** Caption 1: Simple **/
.box .simple-caption {
	width: 100%;
	height: 100%;
	display: block;
	bottom: -78%;
	line-height: 140%;
	text-align: left;
	border: 0px solid #999;
	}

.box .simple-caption h2 {
	text-align:center;
	font-size:22px;
	font-weight:400;
	font-weight:bold;
	color:#fff;
	padding:25px 0 10px 0 ;
	margin:0px 0px 10px 0px;
}

.box .simple-caption p {
	padding:0px 7px 0px 7px;
	margin:10px 0px 7px 0px;
	text-align:center;
	margin-right:0px;
	font-size:14px;
	font-weight:normal;
	line-height:125%;
}

.box a,
.box a:link,
.box a:visited,
.box a:hover {
	color:#ff0000;
	text-decoration:none;
	border:none;
	}

/** Simple Caption :hover Behaviour **/
.box:hover .simple-caption {
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	opacity: 1;
	transform: translateY(-100%);
	bottom: -100%;
}

/* ######################## RESPONSIVE STYLES ##########################*/

@media screen and (max-width: 1250px) {
.box .simple-caption h2 {
	font-size:14px;
	padding:5px 0 0 0 ;
	margin:0px 0px 15px 0px;
	}
}

@media screen and (max-width: 1000px) {
	
.box {margin:0 3.5% 3.5% 0;}
.end {margin: 0 0 3.5% 0;}
.box .simple-caption h2 {
	font-size:14px;
	padding:5px 0 0 0 ;
	margin:0px 0px 15px 0px;
	}

}

@media screen and (max-width: 625px) {
	
.box {
	float:none;
	margin:0 0 10.0% 0;
	max-width:94.5%;
	}
.box .simple-caption h2 {
	font-size:1.30em;
	padding:15px 0 0 0 ;
	margin:0px 0px 25px 0px;
	}
.box .simple-caption p {
	font-size:1.20em;
	}

}

/* ############ E N D E   R E S P O N S I V E   S T Y L E S ############*/