.entry-content .owl-item a, .entry-content .justified-gallery a { border-bottom: none !important; }
.owl-item a:focus, .justified-gallery a:focus { color: transparent !important; }
.text-center { text-align: center; }

/*
==================================================================================================
SIMPLE GALERY STYLE
==================================================================================================
*/

.justified6tem9Gallery { margin-bottom: 10px !important; }

.navContainer6tem9Gallery {
display: none;
-webkit-user-select: none;      
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

.carousel6tem9Gallery .owl-dots { display: none !important; }
.carousel6tem9Gallery .owl-dots .owl-dot.active:first-child:nth-last-child(1) { display: none; }
.carousel6tem9Gallery .galleryItem { position: relative; }
.carousel6tem9Gallery .galleryItem img { width: 100%; height: auto; }

.carousel6tem9Gallery a.galleryItem {
display: block;
width: 100%;
height: auto;
padding: 0;
line-height: 0;
margin: 0;
}
.carousel6tem9Gallery .galleryItem, .justified6tem9Gallery .galleryItem {
overflow: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
}

.carousel6tem9Gallery .galleryItem:hover, .justified6tem9Gallery .galleryItem:hover {
text-decoration: none;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
}

.galleryOverlay {
-ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity = 0);
opacity: 0;
background-color: rgba(0, 0, 0, 0.5);
background-image: url('../images/iconeZoom.png');
background-position: center center;
background-repeat: no-repeat;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
overflow: hidden;
}

.galleryOverlay.zoom { background-image: url('../images/iconeZoom.png'); }
.galleryOverlay.link { background-image: url('../images/iconeLink.png'); }

.carousel6tem9Gallery a.galleryItem img, .justified6tem9Gallery a.galleryItem img { display:block; }

.carousel6tem9Gallery .btonGaleriePhoto {
position: relative;
clear: both;
height: 30px;
padding: 0;
}

.pswp { z-index: 100000; }
.pswp button:hover,
.pswp button:focus,
.pswp .button:hover,
.pswp .button:focus { background-color: inherit; }

.navContainer6tem9Gallery { margin-top: -10px; }

.navContainer6tem9Gallery .btnCarousel, .navContainer6tem9Gallery .paginationNumber {
display: inline-block;
margin: 0 3px;
height: 30px;
line-height: 30px !important;
}
.navContainer6tem9Gallery .btnCarousel {
font-size: 26px;
display: inline-block;
padding: 0 5px;
height: 30px;
line-height: 30px !important;
}

.navContainer6tem9Gallery .btnCarousel:hover { cursor: pointer; }

@media (min-width: 1200px) { 
	.carousel6tem9Gallery .galleryItem:hover > .galleryOverlay, .justified6tem9Gallery .galleryItem:hover > .galleryOverlay {
	-ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity = 90);
	opacity: 0.9;
	}
}