#page-header{
	background-size: cover !important;
}

/* Buscador en menú.*/
.menu-item.search{

	width: 60px;
}

.search_box_container{
	margin: auto 0px; 
	height: auto;
	display: none;
	position: fixed;
	top: 0px;
	margin-left: -185px;
	z-index: 300;
}

header .search_link{
	cursor: pointer;
	
}

header .search_link img{
	position: relative;
	top: 10px;
	right: 5px;
}

header .search_box .input-search{
	width: 225px !important;
}

/* Slider home*/
.home #page-header {
	border-bottom: 1px solid #000;
	padding-top:0px;
	width:100%;
	height: 313px !important;
}

.home #layerslider_2{
top -50px !important;
}

.home #share-wrap {
	display:none !important;
}

.home #page-header hgroup {
	display:none !important;
}

.home hr {
	display:none !important;
}

.home .header-content {
	margin-bottom: 0px;
}

/* Mapa contacto */

.google-maps {
   position: relative;
   padding-bottom: 75%; // This is the aspect ratio
   height: 0;
   overflow: hidden;
}

.google-maps iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100% !important;
   height: 100% !important;
}



.rev_slider_wrapper.fullwidthbanner-container{
	left: 0px !important;
	max-height: 313px !important;
}



/* Logo usal*/

#logo-usal {
	float:right; 
	padding-top: 17px;
	padding-left: 0px;
}

#main-nav a {
    padding: 0px 4px !important;
    font-size: 11px !important;
}

@media only screen and (max-width: 767px){
	#logo-usal {
		float: none !important;
		text-align: center;
		padding: 0px;
	}
}


/* cambios 2022 */

@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
body{
	font-family: 'Lato', sans-serif !important;
}
#logo-usal{
	display: none;
}
header#header{
	background-color: #fff;
}
.home #page-header{
	display: none;
}
body #page-header{
	background: #d22020;
	border-bottom: none;
}
#full-player-wrap{
	background-color: #385e9d !important;
	border: 0px !important;
}
#full-player-wrap #fp-nav{
	color: #fff;
}
#full-player-wrap .playable .ui.progress{
	border-color: #fff;
	background-color: #fff;
}
#full-player-wrap #fp-nav a.prev{
	background-image: url(img_dark/fp-prev-btn.png);
}
#full-player-wrap #fp-nav a.play{
	background-image: url(img_dark/fp-play-btn.png);
}
#full-player-wrap #fp-nav a.next{
	background-image: url(img_dark/fp-next-btn.png);
}
#full-player-wrap #fp-nav a.details{
	background-image: url(img_dark/fp-details-btn.png);
}
#full-player-wrap .playable .track-title{
	color: #fff !important;
}
#full-player-wrap .playable .ui.volume{
	border-color: #fff;
}
#full-player-wrap .playable .ui.volume .vol-position{
	background-color: #fff;
}
#main-nav a{
	border: none !important;
	font-size: 15px !important;
}
#main-nav{
	border: none !important;
}
body{
	background-color: #fff !important;
}
body a{
	color: #385e9d !important;
}
body a:hover{
	color: #d22020 !important;
}
.simcal-day-has-events .simcal-day-label{
	background-color: #385e9d !important;
}
.simcal-day-has-events .simcal-events-dots b{
	color: #385e9d !important;
}
.simcal-day-has-events.simcal-today .simcal-day-label{
	background-color: #d22020 !important;
}
.simcal-day-has-events.simcal-today .simcal-events-dots b{
	color: #d22020 !important;
}
#footer-top{
	background-color:#385e9d !important;
}
body #footer-top a{
	color: #fff !important;
}
body #footer-top a: hover{
	color: #d22020 !important;
}
body #footer-widgets{
	background-color: #eaeaea;
}
body #footer{
	background-color: #d22020;
}
#footer .copyright img{
	display: none;
}
#footer-nav li a{
	color: #fff !important;
}
#footer .copyright a{	
	color: #fff !important;
}
a.player-buttom{
	color:#fff !important;
}

@media only screen and (max-width: 767px){
	#logo-usal {
		display: none;
	}
	header#header{
		position: fixed;
		top: 0px;
	}
	#full-player-wrap{
		margin-top: 150px;
	}
	#tracklist li .track .playable{
		color: #fff !important;
	}
	#page-header{
		margin-top: 150px;
	}
}