@media(min-width: 50px) and (max-width: 1099px){

	#agenda{

		background: #FFF;

	}

	.contact > div{

		float: left;
		width: 100%;
		margin-bottom: 10px;
	}
}

@media (min-width: 1100px){

	#contactos{

		float: left;
		width: 35%;
	}

	#rotator.contactos,
	#agenda.contactos{

		width: 100%;
	}
	
    #rotator.contactos{
        
        width:1120px;
    }	


}

#rotator.contactos,
#agenda.contactos{

	min-height: inherit;
	max-height: inherit;
}



#contactos,
#contactos a{

	color: #1d1e1c;
	font-weight: 600;

}

.contact > h3{

	color: #ffc000;
	font-weight: normal;
	margin: 0 0 30px;
	font-size: 25px;
	line-height: 30px;

}

#contactos i{

	color: #ffc000;
	border:solid 1px #ffc000;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	font-size: 20px;
	float: left;
	margin-right: 10px;
}

#contactos span{

	display: inline-block;
	float: left;
}

#contactos > div{

	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.telefone span,
.email span,
.fax span,
.mobile span{

	margin-top: 3px;
}

.contact-miscinfo{

	float: right;
}

.contact-miscinfo .dl-horizontal dd{

	margin: 0;
}

.contact-miscinfo h3{

	margin: 0 0 15px;
}

.contact-miscinfo a{

	color: #ffc000;
}