/* ------------------------------------------------------------------------------------------------------------------ */
/* corpo */

div#news { display: block; position: relative; width: 100%; padding: 0; overflow: hidden; margin: 0 auto; font-size: 0; text-align: center; }


/* ------------------------------------------------------------------------------------------------------------------ */
/* fotos e titulo */

div#news div.details { display: block; position: relative; width: 100%; padding: 50px 0 0 0; font-size: 0; vertical-align: top; }
	div#news div.details div.photos { display: block; position: absolute; top: 0; left: 0; width: 1300px; height: 450px; vertical-align: top; z-index: 2; }
		div#news div.details div.photos a { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; vertical-align: top; }
		div#news div.details div.photos a:first-child { display: block; }
	div#news div.details div.share { display: block; position: relative; margin: 50px 0 0 110px; background: transparent url(../src/img/beige_bg.png) repeat; padding: 0; height: 430px; z-index: 1; text-align: center; font-size: 0; }
		div#news div.details div.share div.social { display: inline-block; position: relative; width: 1200px; height: 36px; margin: 0 0 22px 0; vertical-align: bottom; font-size: 0; text-align: left; }
			div#news div.details div.share div.social p { display: inline-block; position: relative; font-size: 16px; color: #ffffff; line-height: 36px; margin: 0 10px 0 0; vertical-align: middle; }
			div#news div.details div.share div.social a { display: inline-block; position: relative; width: 19px; height: 18px; background: transparent url(../src/img/social_networks.png) no-repeat; background-position-y: -18px; vertical-align: middle; margin: 0 5px 0 0; }
			div#news div.details div.share div.social a:hover { background-position-y: 0; }
			div#news div.details div.share div.social a.facebook { background-position-x: 0; }
			div#news div.details div.share div.social a.pinterest { background-position-x: -19px; }
			div#news div.details div.share div.social a.instagram { background-position-x: -38px; }
			div#news div.details div.share div.social a.twitter { background-position-x: -57px; }
			div#news div.details div.share div.social a.plus { background-position-x: -76px; }


/* ------------------------------------------------------------------------------------------------------------------ */
/* descricao */

div#news p.description { display: inline-block; position: relative; width: 700px; font-size: 18px; line-height: 25px; color: #231f20; margin: 75px 0 75px 200px; text-align: left; vertical-align: top; }
div#news h1 { display: inline-block; position: relative; width: 325px; top: -350px; margin: 0 0 0 400px; color: #231f20; font-size: 45px; line-height: 75px; text-align: left; vertical-align: top; z-index: 2; }