/* codeDESIGN - custom_code_isotope_gallery.css */
@charset "utf-8";

/* CUSTOM CODE GASSNER */
.custom_code_isotope_gallery [class^="col-"],
.custom_code_isotope_gallery [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}

.custom_code_isotope_gallery_wrapper {
	margin: 40px 0px 40px 0px;
}

div.custom_code_isotope_gallery div.col-md-4:nth-child(1) {
	padding-left: 0px;
	padding-right: 40px;
}
div.custom_code_isotope_gallery div.col-md-4:nth-child(2) {
	padding-left: 20px;
	padding-right: 20px;
}
div.custom_code_isotope_gallery div.col-md-4:nth-child(3) {
	padding-left: 40px;
	padding-right: 0px;
}
@media only screen and (max-width: 991px) {
	div.custom_code_isotope_gallery div.col-md-4:nth-child(1),
	div.custom_code_isotope_gallery div.col-md-4:nth-child(2),
	div.custom_code_isotope_gallery div.col-md-4:nth-child(3) {
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 40px;
	}
	div.custom_code_isotope_gallery div.col-md-4:nth-child(3) {
		margin-bottom: 0px;
	}
}

div.custom_code_isotope_gallery div.image {
	display: block;
	position: relative;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

div.custom_code_isotope_gallery div.image a {
	width: 100%;
	height: 100%;
	display: block;
}
div.custom_code_isotope_gallery div.image a::before {
	content: none !important;
	background: none !important;
}
 
div.custom_code_isotope_gallery div.image span.image-overlay {
	background: rgba(255, 255, 255, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	-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;
}
div.custom_code_isotope_gallery div.image:hover span.image-overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
div.custom_code_isotope_gallery div.image span.image-overlay i {
	font-size: 36px;
	color: var(--ci_color_accent_1);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

div.custom_code_isotope_gallery div.image span.image-overlay-icon {
	background: rgba(255, 255, 255, 0.0);
	width: 90px;
	height: 90px;
	position: absolute;
	left: calc(50% - 45px);
	top: calc(50% - 45px);
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 15px 15px;
	border: 6px solid rgba(255, 255, 255, 0.6);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
div.custom_code_isotope_gallery div.image span.image-overlay-icon:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid #ffffff;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 100%;
	animation: animation_signal_1;
	animation-iteration-count: infinite;
	animation-duration: 3s;
	-webkit-animation: animation_signal_1;
	animation-duration: 0s;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 3s;
	z-index: -1;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-moz-transition: all 0.5;
	-o-transition: all 0.5;
	-webkit-transition: all 0.5;
	-ms-transition: all 0.5;
	transition: all 0.5;
}
div.custom_code_isotope_gallery div.image span.image-overlay-icon:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid #ffffff;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	animation: animation_signal_2;
	animation-iteration-count: infinite;
	animation-duration: 3s;
	-webkit-animation: animation_signal_2;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 3s;
	z-index: -1;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-moz-transition: all 0.5;
	-o-transition: all 0.5;
	-webkit-transition: all 0.5;
	-ms-transition: all 0.5;
	transition: all 0.5;
}

.grid-item {
	width: 33.333%;
	padding: 5px;
}
@media only screen and (max-width: 991px) {
	.grid-item {
		width: 50%;
	}
}