/* codeDESIGN - codedesign_com_content_image_gallery.css */
@charset "utf-8";

/* SWIPER CONTENT IMAGE GALLERY PLUGIN */
.swiper-container-content-gallery {
	position: relative;
}
.swiper-container-content-gallery div.swiper-container-company-logo {
	width: 80px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	display: inline-block;
	z-index: 999;
}
@media only screen and (max-width: 991px) {

	.swiper-container-content-gallery div.swiper-container-company-logo {
		display: none;
	}
	
}



/* OVERLAY */
.swiper-container-content-gallery div.swiper-slide a,
.swiper-container-content-gallery div.swiper-slide a,
.swiper-container-content-gallery div.swiper-slide a {
	color: #ffffff;
	text-decoration: none;  
}
.swiper-container-content-gallery div.swiper-slide span.swiper-slide-img-overlay {
	background: rgba(255, 255, 255, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.swiper-container-content-gallery div.swiper-slide:hover span.swiper-slide-img-overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
.swiper-container-content-gallery div.swiper-slide span.swiper-slide-img-overlay i {
	font-size: 30px;
	color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}



/* NAVIGATION AND PAGINATION */
.swiper-container-content-gallery-pagination_ {
	position: absolute;
	bottom: 0px;
	z-index: 9999;
}
.swiper-container-content-gallery-pagination-left,
.swiper-button-prev-plugin-content-codedesign-com-content-image-gallery {
	left: 0px;
}
.swiper-container-content-gallery-pagination-right,
.swiper-button-next-plugin-content-codedesign-com-content-image-gallery {
	right: 0px;
}
.swiper-container-content-gallery .swiper-button-next,
.swiper-container-content-gallery .swiper-button-prev {
	width: 40px;
	height: 40px;
	top: calc(50% - 20px);
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}
.swiper-container-content-gallery .swiper-button-next::before,
.swiper-container-content-gallery .swiper-button-prev::before,
.swiper-container-content-gallery .swiper-button-next::after,
.swiper-container-content-gallery .swiper-button-prev::after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 100;
	font-size: 1.6em;
	display: block;
	position: absolute;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.swiper-container-content-gallery .swiper-button-next::before {
	margin: 2px 0px 0px 2px;
}
.swiper-container-content-gallery .swiper-button-next::after {
	margin: 2px 0px 0px -52px;
}
.swiper-container-content-gallery .swiper-button-next:hover:before {
	margin: 2px 0px 0px 55.8px;
}
.swiper-container-content-gallery .swiper-button-next:hover:after {
	margin: 2px 0px 0px 2px;
}
.swiper-container-content-gallery .swiper-button-prev::before {
	margin: 2px 0px 0px 2px;
}
.swiper-container-content-gallery .swiper-button-prev::after {
	margin: 2px 0px 0px 55.8px;
}
.swiper-container-content-gallery .swiper-button-prev:hover:before {
	margin: 2px 0px 0px -52px;
}
.swiper-container-content-gallery .swiper-button-prev:hover:after {
	margin: 2px 0px 0px 2px;
}



/* SWIPER CONTENT IMAGE GALLERY PLUGIN THUMBNAILS */
.swiper-container-content-gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0px 0px 0px;
}
.swiper-container-content-gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
} 
.swiper-container-content-gallery-thumbs .swiper-slide:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;	
}
.swiper-container-content-gallery-thumbs .swiper-slide-active {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}