/* Gallery CSS Start */

 .gallery {
          margin: 0 auto;
          max-width: 800px;
      }
	.gallery article {
          height: 100%;
          overflow: hidden;
      }
      .gallery .thumbnail-classic-caption {
          height: 100%;
      }
      .gallery .thumbnail-classic-caption .img-fluid {
          height: 100%;
          object-fit: cover;
          transition: transform .35s ease;
          max-height: 180.8px;
      }
      .gallery .thumbnail-classic-caption .img-fluid:hover {
          transform: scale(1.05);
      }
 /* Gallery CSS End */

.footer-sitemap{
	column-count: 1 !important;
	-webkit-column-count: 1
}

h3 {
	font-weight:600;
}
.top-banner p{	
	font-family: Karma,serif;
	background: #ebe2d2;
	text-align: center;
	padding: 15px 15px 10px 15px;
  color: #003041 !important;
	font-weight: 700;
	font-size: clamp(1.125rem, 0.5rem + 2vw, 1.625rem);
	margin-bottom: 0px !important;
}

@media (min-width: 768px) and (max-width: 991px){
	.top-banner {	
/* 	margin-top: 52px !important */
}
}

.floating-lang{
	position: fixed;
	top: 250px;
	right: 10px;
	background: #41414a;
	padding: 20px 30px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	border-radius: 10px;
	box-shadow: 20px 20px 0px #bcdcff, 0px 0px 20px rgba(255,255,255,0.2);
	z-index: 99;
	animation-name: spanish;
	animation-duration: 3.5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.floating-lang::after{
	content: '';
	position: absolute;
	left: 0px;
	bottom: -13px;
	width: 80px;
	height: 8px;
	border-radius: 10px;
	background: #ebe2d2
}
.floating-lang::before{
	content: '';
	position: absolute;
	left: 0px;
	bottom: -25px;
	width: 8px;
	height: 8px;
	border-radius: 10px;
	background: #ebe2d2
}
@keyframes spanish{
	from{
		transform: translateY(0px)
	}
	to{
		transform: translateY(15px)
	}
}
.header_lang{
	color: #fff;
}
@media (max-width: 766px){
	.floating-lang{
		display: none;
	}
}

@media (min-width:990px) and (max-width:1210px){
	.navbar .navbar-nav > .menu-item > a {
    font-size: 1rem !important;
}
}

.top-navbar li.nav-item.nav-item__location a.nav-link
 {
    display: flex;
}



footer .menu-item a:focus{
	color:#fff !important;
}
footer .menu-item a:active{
	color:#fff !important;
}

@media (min-width:320px) and (max-width:767px){
.mobile-slideshow-slide-overlay {
    padding: 0 0 25px 80px;
	width: 100%;
}
	.mobile-slideshow-slide-overlay__button {
    width: 200px;
}
	.page-footer .footer-content {
   	padding: 30px 0 15px 0 !important;
}
	.mobile-slideshow-slide::before{
		content: "";
		position: absolute;
		inset:0;
background: #FFFFFF;
background: linear-gradient(90deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%) !important;

}
	 
}
@media (min-width:767px) and (max-width:992px){
		.page-footer .footer-content {
   	padding: 30px 0 15px 0 !important;
}
		.slider-slide {
    padding: 0 0 25px 80px;
	width: 50%;
}
}

	.slider-slide {
    padding: 0 0 25px 80px;
	width: 100%;
}

.carousel-control-next{    
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%) !important;
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5))) !important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%) !important;
    background-repeat: repeat-x;
}
 .carousel-control-prev {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%)  !important;
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))) !important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%) !important;
    background-repeat: repeat-x;
}