@import url(owl.carousel.css);

.owl-carousel-container,
.owl-carousel-container .top-head-carousel-wrapper,
.owl-carousel-container .top-head-carousel-wrapper .top-head-carousel {
	position: relative
}

.icon,
.slider .rsArrow .rsArrowIcn,
.tabs .rsThumbsArrowIcn,
.videos .rsPlayBtnIcon,
[class*=" icon-"]:after,
[class*=" icon-"]:before,
[class^=icon-]:after,
[class^=icon-]:before {
	font-family: fontello;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.owl-carousel-container .carousel-controller-wrapper .carousel-controller,
.owl-carousel-container .top-head-carousel-wrapper .left-nav i::before,
.owl-carousel-container .top-head-carousel-wrapper .right-nav i::before {
	margin: 0
}

.icon-left-arrow:before {
	content: '\e841'
}

.icon-right-arrow:before {
	content: '\e842'
}

.owl-carousel-container .carousel-controller,
.owl-carousel-container .top-head-carousel {
	overflow: hidden
}

.owl-carousel-container .top-head-carousel-wrapper .left-nav,
.owl-carousel-container .top-head-carousel-wrapper .right-nav {
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	position: absolute;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	background: #fff;
	cursor: pointer;
	border-radius: 100%;
}

.owl-carousel-container .top-head-carousel-wrapper .left-nav i,
.owl-carousel-container .top-head-carousel-wrapper .right-nav i {
	padding: .2em;
	font-size: 1.5rem;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	border-radius: 100%
}

.owl-carousel-container .top-head-carousel-wrapper .left-nav:hover,
.owl-carousel-container .top-head-carousel-wrapper .right-nav:hover {
	background: #000 !important
}

.owl-carousel-container .top-head-carousel-wrapper .left-nav:hover i,
.owl-carousel-container .top-head-carousel-wrapper .right-nav:hover i {
	color: #fff
}

.owl-carousel-container .top-head-carousel-wrapper .left-nav {
	left: 0.5em
}

.owl-carousel-container .top-head-carousel-wrapper .right-nav {
	right: 0.5em
}

.owl-carousel-container .top-head-carousel-wrapper:hover .left-nav,
.owl-carousel-container .top-head-carousel-wrapper:hover .right-nav {
	opacity: 1
}

.owl-carousel-container .carousel-controller-wrapper {
	width: 100%;
	padding: 1em;
	background-color: #f1f1f1;
	z-index: 1
}

.owl-carousel-container .carousel-controller-wrapper .carousel-controller .owl-item {
	cursor: pointer
}

.owl-carousel-container .carousel-controller-wrapper .carousel-controller .owl-item .item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin: 0 5px;
	position: relative;
	height: 40px
}

.owl-carousel-container .carousel-controller-wrapper .carousel-controller .owl-item .item:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: .7
}

.owl-carousel-container .carousel-controller-wrapper .carousel-controller .owl-item.selected .item:after {
	opacity: 0
}

.owl-carousel-container .owl-carousel .owl-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
    background-repeat: no-repeat;
}

.owl-carousel-container .owl-carousel .owl-controls {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0
}

.owl-carousel-container .owl-carousel .owl-controls .owl-buttons div {
	position: absolute;
	top: 0;
	bottom: 0;
	display: inline-block;
	zoom: 1;
	margin: 0;
	width: 50px;
	height: 30px;
	line-height: 25px;
	text-align: center;
	font-size: .9em;
	border-radius: 3px;
	color: #FFF;
	background: #000;
	opacity: .6;
	text-transform: capitalize
}

.owl-carousel-container .owl-carousel .owl-controls .owl-buttons .owl-prev {
	left: 5px
}

.owl-carousel-container .owl-carousel .owl-controls .owl-buttons .owl-next {
	right: 5px
}

.owl-carousel-container .owl-carousel .owl-dots.disabled,
.owl-carousel-container .owl-carousel .owl-nav.disabled {
	display: none
}

#gallery-column .owl-carousel .owl-item img {
	opacity: 0;
	display: inline-block;
    width: 100%;
    height: 100%; 
    object-fit: cover; 
    object-position: center; 
    max-width: 100%;
    max-height: 100%;
    
}

#gallery-column .owl-carousel .owl-slide {
	text-align: center;
	background-color: #ddd;
	background-size: cover;
}

/* @media screen and (min-width:1280px) {
	#gallery-column .owl-carousel .owl-item img {
		height: 60vh
	}
} */

.info-share {
	display: unset;
	position: relative;
}

.info-share .dropdown-menu {
	top: 35px !important;
	min-width: 200px !important;
}

.info-share .dropdown-menu:before {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: -6px;
	left: 20px;
	background: #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	border-bottom-left-radius: 3px;
	border: 1px solid #c8c8c8;
	border-right: none;
	border-top: none;
}

.info-share {
	display: unset;
	position: relative;
}

.info-share .dropdown-menu {
	top: 35px !important;
	min-width: 200px !important;
	padding: 10px 0 !important;
}

.info-share .dropdown-menu:before {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: -6px;
	left: 20px;
	background: #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	border-bottom-left-radius: 3px;
	border: 1px solid #c8c8c8;
	border-right: none;
	border-top: none;
}

.info-share .dropdown-menu ul {
	margin-bottom: 0 !important;
}

.info-share .dropdown-menu ul li {
	display: block;
}

.info-share .dropdown-menu ul li a {
	padding: 1px 15px;
	display: block;
	color: #4A4A4A !important;
}

.info-share .dropdown-menu ul li:hover {
	background-color: #999;
}

.info-share .dropdown-menu ul li:hover a {
	color: #fff !important;
}

/* Desktop */
@media (min-width: 1024px) {
    #gallery-column .owl-carousel .owl-slide {
        aspect-ratio: 16 / 9; /* Wide format for desktop */
    }
}

/* Mobile */
@media (max-width: 1024px) {
    #gallery-column .owl-carousel .owl-slide {
        aspect-ratio: 4 / 5; /* Taller format for mobile */
    }
}