.navbar-brand{
	font-weight: 100;
	font-size: 22px !important;

	padding: 0;
}

.navbar-nav{
	margin: 0 30px 0 auto !important;
	font-size: 1rem !important;
}

.marca{
	font-size: 24px;
	font-weight: 400;
	vertical-align: middle;
	color: #f89a1c;
	/*text-shadow: 1px 1px 0px #fcc070;*/
    display: inline-block;
    line-height: 40px;
    padding-left: 5px;
}
/*
.background-holder{
	top: inherit !important;
}*/

@media (max-width: 575px){
	.znav-container .container{
		margin-top: 0px;
		border-radius: 0px;
		border-top: none;
		border-left: none;
		border-right: none;
	}

	.marca{
		font-size: 1.2em;
	}
}

@media (max-width: 400px){
	

	.marca{
		font-size: 0.9em;
	}
}

.form-control {
    padding: .6rem;
    font-size: 1rem;
    line-height: 1rem;
}

.znav-freya .container{
    background: rgba(255,255,255,0.7) !important;
}