@charset "utf-8";
/* CSS Document */

/* Isotope Filtering */
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/* Isotope CSS3 transitions 
.isotope, .isotope .isotope-item*/
.isotope.anima .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
/**/.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/* disabling Isotope CSS3 transitions */
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* Isotope boxes */
.isotope {
	margin-top: 20px;
	width:100%;
}
.isotope .item {
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
	/*
	width: 33.3%;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);*/
}
.isotope .col-md-6.item  /* 2 columnas */
{
 width: 49%;
}
.isotope .col-md-4.item  /* 3 columnas */
{
 width: 33.3%;
}
.isotope .col-md-3.item  /* 4 columnas */
{
 width: 25%;
}
.isotope .col-md-2.item  /* 6 columnas */
{
 width: 16.6%;
}
.isotope .item img {
	width: 100%;
}
.isotope .item a.folio {
	display: block;
}
.isotope .item .thumb-hover {
	position: relative;
}
.isotope .item .thumb-hover a {
	margin: 0;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.isotope .item .thumb-hover a.view-fancybox {
	margin: 0 0 0 -50px;
	background: rgba(255,255,255,0.7);
	color:#999;
	left: 60%;
}
.isotope .item .thumb-hover a.link {
	margin: 0 -50px 0 0;
	background: #9CC;
	right: 50%;
}
.isotope .item:hover .thumb-hover a {
	margin-top: -25px;
	opacity: 1;
	top: 50%;
}
.isotope .item:hover .thumb-hover a:hover {
	margin: 0;
	top: 0;
}
.isotope .item .thumb-hover a:hover {
	margin: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	line-height: 100%;
	opacity: 1;
	top: 0;
	z-index: 10;
}
.isotope .item .thumb-hover a.view-fancybox:hover {
	left: 0;
}
.isotope .item .thumb-hover a.link:hover {
	right: 0;
}
.isotope .item .thumb-hover a:hover {
	margin: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	line-height: 100%;
	opacity: 1;
	top: 0;
}
.isotope .item .thumb-hover a:hover i {
	margin-top: -25px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
}

@media (min-width: 768px) and (max-width: 1024px){
	
.isotope .col-md-3.item  /* 4 columnas */
{
 width: 24.5%;
}
}
/* Mobile landscape layout */
@media (min-width: 480px) and (max-width: 767px) {
.isotope .item {
	margin-bottom: 0;
	width: 100%;
}

.isotope .col-xs-6.item  /* 2 columnas */
{
 width: 49%;
}
}

/* Mobile portrait layout */
@media (max-width: 479px) {
.isotope {
	margin-bottom: 40px;
}
.isotope .item {
	margin-bottom: 10px;
	width: 100%;
}
.isotope .col-xs-6.item  /* 2 columnas */
{
 width: 49%;
}
}