.feed-container {
	width: 810px;
	margin: 0 auto;
}

/* HEADER DO FEED */
.feed-container header {
	background: white url('/images/site/feed_instagram/bg_feed_header.png') no-repeat;
	height: 316px;
	text-align: right;
	padding-bottom: 35px;
}
.feed-container header h2 { font-size: 10px; color: black; }
.feed-container header p {
	width: 330px;
	height: 133px;
	font-family: arial; font-size: 14px; color: white; text-align: justify;
	margin: 75px 75px 0 0;
	display: inline-block;
	line-height: 16px;
	letter-spacing: -1px;
}

.share-maisondocol {
	width: 300px;
	height: 50px;
	display: block;
	font-family: arial; font-size: 14px; color: black; text-align: left;
	/*margin: 71px 0 0 11px;*/
	position: absolute;
	top: 290px;
	left: 6px;
	letter-spacing: -1px;
}
.share-maisondocol span { color: #00aeef; }

/* LISTA DE IMAGENS - CONTEÚDO DA PÁGINA */

.feed-content {
	min-height: 602px;
	background: white url('/images/site/feed_instagram/bg_content.png') repeat-y;
	margin: 0 auto;
	margin-bottom: -14px;
	float: left;
}

.feed-content ul {
	padding-top: 12px;
	-webkit-transition:	all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.feed-content ul li {
	float: left;
	width: 33.333%;
	margin: 0 0 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 7px;
	position: relative;
}

.feed-content ul li>div { position: relative; }

.triangle-photo {
	width: 0px;
	height: 0px;
	border-top: 77px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 77px solid white;
	position: absolute;
	bottom: 0;
	left: 0;
}
.feed-content>aside { clear: both; }
.feed-content>aside, .feed-interna>aside { text-align: center; }
aside .mais-fotos-feed, aside .backmain-feed {
	position: relative;
	bottom: -60px;
} aside .mais-fotos-feed img,  aside .backmain-feed img { display: inline; margin: 0 5px }

.font-fotos-feed,
.backmain-feed {
	color: #00aeef!important;
	font-size: 14px;
	font-family: 'Arial Narrow', Arial;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
}

/* OVERLAY FOTOS DO FEED */

.overlay-feed {
	opacity: 0;
	-webkit-transition:	all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	position: absolute!important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.overlay-feed:hover {
	opacity: 1;
	background-color: rgba(0,0,0,0.5);
	position: absolute!important;
	top: 0;
	left: 7px;
	width: 251px;
	height: 100%;
	z-index: 10;
}

.share-details { display: inline-block; text-align: center;width: 100%; height: 100%; }
.share-details .bt-over-fb { background: url('/images/site/feed_instagram/bt_fb.png') no-repeat; margin: 0 20px 0 5px; }
.share-details .bt-over-tw { background: url('/images/site/feed_instagram/bt_tw.png') no-repeat; }
.share-details .bt-over-fb,
.share-details .bt-over-tw {
	display: inline-block;
	color: transparent;
	width: 39px;
	height: 39px;
}
.share-details h4 {	margin-top: 70px; }
.bt-over-details { text-decoration: underline; }

/* FOOTER FEED INSTAGRAM */

footer.feed-footer {
	height: 130px;
	width: 100%;
	float: left;
	background: white url('/images/site/feed_instagram/bg_footer.png') no-repeat;
}

footer.feed-footer a {
	display: block;
	height: 37px;
	width: 123px;
	background: url('/images/site/feed_instagram/docol_foot.png');
	float: right;
	margin-top: 75px;
	margin-right: 50px;
	color: transparent;
}


/* -------------------------------- PÁGINA INTERNA - FEED INSTAGRAM -------------------------------- */

.feed-interna {
	width: 810px;
	background: white url('/images/site/feed_instagram/bg_interna.png') no-repeat;
}

.feed-interna figure { text-align: center; margin-top: 0!important; }
.feed-interna figure img {
	display: inline-block!important;
	background: white;
	border: 1px solid #e2e2e2;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.feed-interna figure figcaption {
	text-align: left;
	font-family: arial;
	color: black;
	font-size: 13px;
	padding-left: 40px;
	margin: 15px 0 0 40px;
	min-height: 30px;
	width: 610px;
	background: white url('/images/site/feed_instagram/content_interna.png') no-repeat left top;
}

.feed-interna .addthis_toolbox {
	margin: 20px 0 0 75px;
}