@charset "utf-8";
/* CSS Document */
.view-first img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.view-first .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.view-first h2 {
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.view-first p {
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.view-first:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.view-first a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.view-first:hover h2, .view-first:hover p, .view-first:hover a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.view-first:hover p {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.view-first:hover a.info {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.view {
	width: 178px;
	height: auto;
	margin: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: 1px 1px 2px #E6E6E6;
	cursor: default;
}
.view .mask, .view .content {
	width: 100%;
	height: auto;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
}
.view img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.view h2 {
	font-family: 'Lato', sans-serif;
	text-transform: capitalize;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	margin: 0px 0 0 0;
}
.view p {
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 20px 20px;
	text-align: center;
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 4px 4px;
	background: rgba(0,0,0,.8);
	color: #fff;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
	margin-top: 65%;
	font-size: 13px;
}
.view a.info: hover {
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}

@media screen and (max-width: 770px) {
.view {
	width: 81%;
	height: auto;
	margin: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: 1px 1px 2px #E6E6E6;
	cursor: default;
}
.view img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.view .mask, .view .content {
	width: 100%;
	height: auto;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
}
}

@media screen and (max-width: 720px) {
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 4px;
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
	color: #FFF;
	box-shadow: 0px 0px 1px #000;
	margin-top: 64%;
}
}

@media screen and (max-width:525px) {
.view {
	width: 45%;
	height: auto;
	margin: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: 1px 1px 2px #E6E6E6;
	cursor: default;
}
.view img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.view .mask, .view .content {
	width: 100%;
	height: auto;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
}
}

@media screen and (max-width:420px) {
.view {
	width: 60%;
	height: auto;
	margin: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: 1px 1px 2px #E6E6E6;
	cursor: default;
}
.view img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.view .mask, .view .content {
	width: 100%;
	height: auto;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
}
}

@media screen and (max-width:390px) {
.view {
	width: 70%;
	height: auto;
	margin: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: 1px 1px 2px #E6E6E6;
	cursor: default;
}
.view img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.view .mask, .view .content {
	width: 100%;
	height: auto;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
}
}
