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

/*#header .header {
	background-image: none !important;
   background-color: #01919C !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.menu-wide>.navbar-default>.container {
	background: none;
}


@media (min-width: 768px) {
	#header .header.menu-wide>.navbar-default>.container {
		background-image: url('images/logo-new.png');
		background-position: 300px 50%;
		background-repeat: no-repeat;
	}
}
@media (min-width: 1200px) {

	#header .header.menu-wide>.navbar-default>.container {
		background-position: 300px 50%;
	}
}
@media (min-width: 1200px) {

	#header .header.menu-wide>.navbar-default>.container {
		background-position: 300px 10%;
	}
}
@media (min-width: 1360px) {
	#header .header.menu-wide>.navbar-default>.container {
		background-position: 300px 10%;
	}
}


#header .header.bg-header .topbar { background: #053d44 !important; }

#header .header .top-bar { background: #053d44 !important; }

#header .header .btn-header-search { background: #053d44 !important; }
