.view {
	width: auto;
	height: auto;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;

	background-repeat: no-repeat;
	background-position: center center;
}
.view .mask,.view .content {
   width: auto;
   height: auto;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 14px;
	background: rgba(15,27, 89, 0.8);
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.view p {
	font-size: 12px;
	position: relative;
	color: #0f1b59;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
	margin-top:5px;
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px;
	margin-bottom:300px;
	background: #0f1b59;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
	font-size:14px;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}