/* RESET and SIMPLE STYLES */
figcaption,figure{margin:0;padding:0}
figure,figure[class*="grid-"]{margin-bottom:20px}
figure figcaption,figure[class*="grid-"] figcaption{line-height:140%;color:#888}

/*----------------------------------- Gallery */
.crsl-items{
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.crsl-items img {
	min-width:320px;
	min-height:240px;
	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.crsl-items img:hover {
  min-width: 380px;
  min-height: 285px;
}
.crsl-item figcaption{
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	color: #FFF;
	font-size:12px;
	background: rgba(0,0,0,.5);
}

.crsl-nav{
	position: relative;
	min-height: 1px;
}
.crsl-nav .previous{
	float: left;
}
.crsl-nav .next{
	float: right;
}

.gallery-play {
	width:50px; /* largura da imagem máscara */
	height:35px; /* altura da imagem máscara */
	position:absolute;
	top:45%;
	left:45%;
	z-index:1; /* imagem máscara */
	background-image: url(../images/videos/play_video.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	opacity: 0.8;
    filter: alpha(opacity=80);
}
.gallery-play:hover {
	opacity: 1.0;
    filter: alpha(opacity=100);

}

/*----------------------------------- Media Queries */
@media only screen and ( min-width : 1360px ){
	.gallery{
		width: 72%;
	}
}
@media only screen and ( min-width : 720px ) and ( max-width : 960px ){
	.gallery{
		max-width: 60%;
	}
}
@media only screen and ( max-width : 720px ){
	.gallery{
		float: none;
		width: 100%;
	}
}
