.art {
	padding: $inner_paddingH_mb 0 0 0;
}
.hidden {
	display: none;
}
#form-pedido-informacoes {
	margin: 30px 0;
	background-color: #E0E0E0;
	padding: 20px; position: relative;
	span.icon-cancel-2 {
		position: absolute; right: 20px; top: 20px; cursor: pointer;
	}
}
#cycle {
    #slideshow-art {
        margin-top: 0;
    }
    #thumbs {
        img {
            height: auto; cursor: pointer; display: block; float: left;
        }
    }
}
#slideshow-art {
	width: 100%;  margin: 0 auto; position: relative; max-width: 700px; margin-top: 50px;
	.rotate {
		width: 100%; padding-bottom: 66%; background-position: center center; background-size: cover;
	}
	.arrows_ph_inline {
		font-size: 28px; cursor: pointer; color: rgba(255,255,255,0.5); position: absolute; top: 50%; margin-top: -14px; z-index: 10000;
	}
	.arrow-l2 {
		left: 10px;
	}
	.arrow-r2 {
		right: 10px;
	}
	#legenda {
		position: absolute; bottom: 0; left: 0; width: 100%; padding: 10px 10px; background-color: rgba(0,0,0,0.5); z-index: 10000; font-family: $font-textos; font-size: .9em; color: #FFF;
	}
}
.gallery .gal-thumb {
	width: 48%;
	padding-bottom: 48%;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	float: left;
	margin-left: 4%;
	margin-top: 4%;
}
.gallery .gal-thumb:nth-child(2n+1) {
	margin-left: 0; }
.gallery .gal-thumb:hover {
	opacity: 0.5;
	transition: 0.2s;
	}

@media only screen and (min-width: 768px) {
	.art {
		padding-top: 2%;	
	}
	.gallery .gal-thumb {
		width: 32%;
		padding-bottom: 32%;
		margin-left: 2%;
		margin-top: 2%;
	}
	.gallery .gal-thumb:nth-child(2n+1) {
		margin-left: 2%; }
	.gallery .gal-thumb:nth-child(3n+1) {
		margin-left: 0;
	}
    .col-l {
        width: 48%; float: left;
    }
    #cycle {
        
        float: right; width: 48%;
    }
}

@media only screen and (min-width: 1024px) {
	.gallery .gal-thumb {
		width: 23%;
		padding-bottom: 23%;
		margin-left: 2.33%;
		margin-top: 2.33%; 
	}
	.gallery .gal-thumb:nth-child(2n+1) {
		margin-left: 2.33%; 
	}
	.gallery .gal-thumb:nth-child(3n+1) {
		margin-left: 2.33%; 
	}
	.gallery .gal-thumb:nth-child(4n+1) {
		margin-left: 0; 
	} 
}
