/* ================================================================================================================== */
/* corpo */

#gallery { display: block; position: relative; width: 100%; margin: 0 auto; padding: 100px 0 50px 0; }
	#gallery div.item { display: block; position: relative; width: 100%; height: auto; padding: 50px 0; background-color: #ffffff; font-size: 0; text-align: center; }
	#gallery div.item:nth-child( 2n ) { background-color: #ececed; }
	#gallery div.container { display: block; position: relative; width: 1200px; margin: 0 auto; }

/* ================================================================================================================== */
/* titulo */

#gallery h1 { display: block; position: relative; width: 100%; line-height: 40px; font-size: 36px; text-indent: 175px; margin: 0 0 35px 0; }
	#gallery h1 span { display: block; position: absolute; bottom: 0; left: 0; font-size: 132px; line-height: 100px; color: #119148; text-indent: 0; }

/* ================================================================================================================== */
/* corpo */

#gallery div.item a[data-big-photo="true"] { display: inline-block; position: relative; width: 300px; height: 250px; vertical-align: top; margin: 0 10px; }
#gallery div.item div.thumbs { display: inline-block; position: relative; max-width: 600px; height: 250px; vertical-align: top; margin: 0; overflow: hidden; text-align: left; }
	#gallery div.item div.thumbs a { display: none; position: relative; width: 190px; height: 120px; margin: 10px 10px 0 0; vertical-align: top; }
	#gallery div.item div.thumbs a:nth-child(1),
	#gallery div.item div.thumbs a:nth-child(2),
	#gallery div.item div.thumbs a:nth-child(3) { margin: 0 10px 0 0; }

	#gallery div.item div.thumbs a:nth-child(1),
	#gallery div.item div.thumbs a:nth-child(2),
	#gallery div.item div.thumbs a:nth-child(3),
	#gallery div.item div.thumbs a:nth-child(4),
	#gallery div.item div.thumbs a:nth-child(5),
	#gallery div.item div.thumbs a:nth-child(6) { display: inline-block; }

#gallery div.item p { display: inline-block; position: relative; width: auto; max-width: 250px; margin: 0; height: auto; vertical-align: bottom; overflow: hidden; font-size: 16px; line-height: 25px; }