.view {
	width: 100%;
	height:100%;
	margin: 0px;
	border:0px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	cursor:pointer;
}
.view .mask, .view .maskPurple {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border:0px;
	margin:0px;
}
.third-effect {
	border:0px;
	margin:0px;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-animation: start 1s linear;
	-moz-animation:    start 1s linear;
	-o-animation:      start 1s linear;
	animation:         start 1s linear;
}
.third-effect .mask {
	display: block;
	position: absolute;
	opacity: 0;
	overflow:visible;
	width: 100%;
	height: 100%;
	border:0px;
	margin:0px;
	padding:0px;
	background: rgba(197, 0, 94, 0.6);
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index:999;
}
.third-effect:hover .mask {
	opacity: 1;
	border:0px;
	margin:0px;
	padding:0px;
}
/*.third-effect .mask a.info {
	position:relative;
	opacity: 0;
	-webkit-transition: opacity 0.5s 1s ease-in-out;
	-moz-transition: opacity 0.5s 1s ease-in-out;
	-o-transition: opacity 0.5s 1s ease-in-out;
	transition: opacity 0.5s 1s ease-in-out;
}
.third-effect:hover a.info {
	opacity:1;
	transition-delay: 0.3s;
}
.third-effect:hover a.info:link {
	color:#FFF;
	text-decoration: none;
 transition: color .5s ease-in-out;
 -moz-transition: color .5s ease-in-out;
 -webkit-transition: color .5s ease-in-out;
 -o-transition: color .5s ease-in-out;
}
.third-effect:hover a.info:visited {
	color:#FFF;
}
.third-effect:hover a.info:hover {
	color:#9B9596;
}*/
/******************** MAIN CAPTION ********************/
.maskButton {
	position:absolute;
	top:50%;
	margin-top:-20px;
	height:40px;
	left:50%;
	margin-left:-20px;
	width:40px;
	text-align:center;
}
.maskButton a:link {
	opacity:1.0;
	-webkit-transition: opacity 0.5s 1s ease-in-out;
	-moz-transition: opacity 0.5s 1s ease-in-out;
	-o-transition: opacity 0.5s 1s ease-in-out;
	transition: opacity 0.5s 1s ease-in-out;
}
.maskButton a:visited {
	opacity:1.0;
}
.maskButton a:hover {
	opacity:0.6;
}
/******************** MASK PURPLE ********************/

.third-effect .maskPurple {
	display: block;
	position: absolute;
	overflow:visible;
	width: 100%;
	height: 100%;
	border:0px;
	margin:0px;
	padding:0px;
	opacity: 0;
	/*background: rgba(197, 0, 94, 1);*/
	background: rgba(197, 0, 94, 0.6);
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index:999;
}
.third-effect:hover .maskPurple {
	opacity: 1;
	border:0px;
	margin:0px;
	padding:0px;
}
.buttonPurple {
	position:absolute;
	top:50%;
	left:40px;
	right:40px;
	margin-top:-100px;
	line-height:200px;
	height:200px;
}
.maskTitle {
	display:inline-block;
	vertical-align:middle;
	line-height:34px;
	font-size:34px;
	width:80%;
	left:10%;
	right:10%;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}
.maskTitle p {
	line-height:22px;
	font-size:16px;
}
.maskTitle a:link {
	opacity:1.0;
	-webkit-transition: opacity 0.5s 1s ease-in-out;
	-moz-transition: opacity 0.5s 1s ease-in-out;
	-o-transition: opacity 0.5s 1s ease-in-out;
	transition: opacity 0.5s 1s ease-in-out;
}
.maskTitle a:visited {
	opacity:1.0;
}
.maskTitle a:hover {
	opacity:0.6;
}
/******************** MASK AUTHOR ********************/

.third-effect .maskAuthor {
	display: block;
	position: absolute;
	overflow:visible;
	width: 100%;
	height: 100%;
	border:0px;
	margin:0px;
	padding:0px;
	opacity: 0;
	/*background: rgba(197, 0, 94, 1);*/
	background: rgba(197, 0, 94, 0.6);
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index:999;
	opacity:0.6
}
.third-effect:hover .maskAuthor {
	opacity: 0;
	border:0px;
	margin:0px;
	padding:0px;
}


/* ***** */
/******************** ANIMATIONS ********************/
@keyframes start {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-webkit-keyframes start {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
