@media(min-width:768px) {
	.navbar-default {
		-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
		-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
		transition: background .5s ease-in-out,padding .5s ease-in-out;
		background:0 0;
	}
	.navbar-default.top-nav-collapse {		
		padding-top: 10px;
		border-bottom:0;
		background: #0C0C0C;
	}
	
}
@media (max-width: 480px) {
	.navbar-brand {
		font-size:20px;
	}
	#entre-contato .btn{
		padding:10px 8px;
		border-radius:8px;	
		font-size:20px;
		border:none;
	}
}
@media only screen and (max-width: 480px) {
    .left, .right {
        float: none;
        width: 100%;
    }
}