@font-face {
    font-family: 'HelveticaNeueLTStd45Light';
    src: url('fonts/helveticaneueltstd-lt-webfont.eot');
    src: url('fonts/helveticaneueltstd-lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-lt-webfont.woff') format('woff'),
         url('fonts/helveticaneueltstd-lt-webfont.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-lt-webfont.svg#HelveticaNeueLTStd45Light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: "HelveticaNeueLTStd67MdCn";
    src: url('fonts/helveticaneueltstd-mdcn-webfont.eot');
    src: url('fonts/helveticaneueltstd-mdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-mdcn-webfont.woff') format('woff'),
         url('fonts/helveticaneueltstd-mdcn-webfont.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-mdcn-webfont.svg#HelveticaNeueLTStd67MdCn') format('svg');
    font-weight: normal;
    font-style: normal;

}	
h2 { font-family: HelveticaNeueLTStd67MdCn, TrebuchetMS, Tahoma; }

.view {
	width: 163px;
	height: 163px;
	margin: 0px;
	float: left;
	border: 4px solid #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px #fff;
	-moz-box-shadow: 1px 1px 2px #fff;
	box-shadow: 1px 1px 2px #fff;
	cursor: default;
	background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
	width: 163px;
	height: 163px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
	font-family: HelveticaNeueLTStd45Light;
	text-transform: uppercase;
	color: #006fa8;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.8);
	margin: 0px 0 0 0;
}
.view p {
   font-family: HelveticaNeueLTStd67MdCn, Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   
   font-family: HelveticaNeueLTStd45Light;
   font-size: 12px;
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #1893ca;
   color: #fff;
   text-transform: uppercase;
   margin-top: 40px;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
