/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.menu-link {
  text-transform: none !important;
}
#bucalogo {
  height:100px;
  padding-top:5%;
}
#bucalogo a {
  display:inline-block;
  height:100%;
}
#bucalogo a img {
  display:inline-block;
  height:90%;
}
.sticky-header-shrink #header-wrap #bucalogo {
  height: 60px;
}
.swiper-slide-bg-overlay {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.3);
}