#topo .index-menu {
	margin-top: -135px !important;
	position: relative;
	float: left;
}

#topo .barra-redes {
	background: #000;
	width: 102px;
	height: 1px;
	position: relative;
	float: left;
	margin-top: 60px;
}

#topo #redes-sociais {
	background: url(../img/sprite-redes.png) no-repeat;
	width: 157px;
	height: 27px;
	position: relative;
	float: left;
	margin-top: 42px;
	margin-left: 22px;
	margin-right: 19px;
}

#topo #redes-sociais a {
	float: left;
	position: relative;
	width: 40px;
	height: 40px;
	z-index: 90;
}

#topo #redes-sociais a:nth-child(3){
	margin-left: 80px;
	margin-top: -40px;
}

#topo #redes-sociais a:nth-child(4){
	margin-left: 120px;
	margin-top: -40px;
}

#topo #texto-menu {
	margin-top: -135px;
}

#topo #texto-menu p{
	width: 460px;
	float: right;
	position: relative;
	font-size: 18px;
	color: #000;
	font-family: 'KlavikaCH LightItalic';
	margin-right: 15px;
	margin-top: -70px;
}

#principal {
	position: relative;
}

#principal #feed-inicial{
	background: url(../img/background-feed.jpg) top center no-repeat;
	height: 324px;
	width: 100%;
	float: left;
	position: relative;
	margin-top: 140px;
	margin-bottom: 60px;
}

#principal #feed-inicial .secoes {
	position: relative;
	float: left;
}

#principal #feed-inicial #secao-novidades{
	width: 454px;
}

#principal #feed-inicial #novidades {
	position: relative;
	float: left;
	margin-top: 39px;
}

#principal #feed-inicial #novidades li { 
	display: inline; 
	width: 225px;
	position: relative;
	float: left;
	margin-left: 1px;
}

#principal #feed-inicial #novidades li a {
	z-index: 5;
	width: 180px;
	height: 120px;
	position: relative;
	float: left;
}

#principal #feed-inicial #novidades li img {
	border: 3px solid #fff;
}

#principal #feed-inicial #novidades li p {
	position: relative;
	width: 187px;
	float: left;
	font-family: 'KlavikaCH LightItalic';
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
}

#principal #feed-inicial #separador {
	background: #fff;
	width: 1px;
	height: 252px;
	position: relative;
	float: left;
	margin-top: 30px;
}

#principal #feed-inicial #secao-segue {
	width: 460px;
}

#principal #feed-inicial #instagram{
	width: 480px;
	height: 210px;
	position: relative;
	float: left;
	margin-top: 40px;
}

#principal #feed-inicial #instagram #cont-instagram{
	position: relative;
	float: left;
}

#principal #feed-inicial #instagram #cont-instagram ul{
	float: left;
	width: 460px;
	height: 145px;
	margin-left: 17px;
}

#principal #feed-inicial #instagram #cont-instagram ul li,
#principal #feed-inicial #instagram #cont-instagram ul li a{
	float: right;
	width: 95px;
	height: 95px;
}

#principal #feed-inicial #instagram #cont-instagram ul li{
	position: relative;
float: left;
	margin-left: 14px;
	border: 3px solid #fff;
}

#principal #feed-inicial #instagram #cont-instagram #follow-instagram {
	background: url(../img/instagram.png) no-repeat;
	width: 218px;
	height: 32px;
	position: relative;
	float: right;
	z-index: 20;
	margin-top: -20px;
}

#principal #feed-inicial #instagram #cont-instagram #follow-instagram a{
	position: relative;
	float: right;
	width: 109px;
	height: 27px;
}

#principal #feed-inicial #facebook-like {
	position: relative;
	float: left;
	width: 457px;
	height: 100px;
	margin-top: -20px;
	margin-left: 20px;
}

#principal #portfolio {
	position: relative;
	float: left;
	margin-top: 62px;
	width: 100%;
}

#principal #portfolio #logos {
	background: #000;
	width: 100%;
	height: 145px;
	position: relative;
	float: left;
	margin-top: 10px;
	overflow: hidden;
	display: block;
}

#principal #portfolio #logos li {
	display: inline;
	float: left;
	width: 230px;
}

/****************** HOVERSCROLL *****************************/

.hoverscroll {
	position:relative;
}


/* List container */
.hoverscroll div.listcontainer {
	overflow:hidden;
}
.hoverscroll div.fixed-listcontainer {
    overflow: hidden;
    float: left;
}

/* Actual list containing items */
.hoverscroll ul.list {
	list-style:none;
	margin:0;
	padding:0;
}

/* Items contained in the list */
.hoverscroll ul.list li.item {
	display:block;
	padding:0;
}
.hoverscroll.horizontal ul.list li.item {
	float:left;
}
.hoverscroll.horizontal.rtl ul.list li.item {
	float: right;
}

/****************** HOVERSCROLL *****************************/

#rodape #contato {
	position: relative;
	float: left;
	width: 960px;
	font-family: 'KlavikaCH LightRegular';
	font-size: 18px;
	color: #000;
	margin-top: 35px;
	margin-bottom: 40px;
}

#rodape #contato .vermelho {
	color: #f55555;
}

#rodape #contato #esquerdo{
	float: left;
	position: relative;
}

#rodape #contato #direito{
	float: right;
	position: relative;
}

#rodape #contato #direito #contato-2 {
	margin-left: 20px;
}