/* HEADER ------------------------------------------------------*/

#header .header {
	background-image: none !important;
   background-color: #840048 !important;
 
}

#header .header.bg-header .top-bar {
    background: rgba(0,0,0,0.25);
}
/* incluir logo ancho > 768px (ver media queries mas abajo) */



#header .header.fif>.navbar-default>.container {
	background: none;
}


#header .header.bg-header.menu-wide .navbar-brand.with-lema {

    padding-top: 30px;
    padding-bottom: 30px;

}

@media (min-width: 768px) {
	#header .header.fif>.navbar-default>.container {
		background-image: url('images/igualada-cat.jpg');
		background-position: 300px 50%;
		background-repeat: no-repeat;
		
	}
}
@media (min-width: 1200px) {

	#header .header.fif>.navbar-default>.container {
		background-position: 325px 40%;
	}
}
@media (min-width: 1200px) {

	#header .header.fif>.navbar-default>.container {
		background-position: 98% 40%;
	}
}
@media (min-width: 1360px) {
	#header .header.fif>.navbar-default>.container {
		background-position: right 40%;
	}
}
