.dialog-gallery.invisible {
    visibility: hidden !important;
}
/* ----- GALLERY ----- */
.gallery {
    width: 100%;
}
.gallery .mobileslider {
    display: none;
}
.gallery .pagination {
	/*
    display: inline;
	*/
	display: none;
}
.gallery .lightboxgal li,
.gallery .pagination li {
    list-style: none;
    float: left;
}
.gallery .lightboxgal li {
    width: 319px;
    height: 194px;
    border: 3px solid #ccc;
    margin-bottom: 20px;
    overflow: hidden;
    margin-top: 1px;
}
.gallery .lightboxgal li img {
    width: 319px;
}
.gallery .lightboxgal li.odd {
    margin-left: 20px;
}
.gallery .pagination li+li {
    margin-left: 2px;
}
.gallery .pagination li a {
    text-decoration: none;
    padding: 2px 5px;
    border: 2px solid transparent;
    display: block;
    margin-bottom: 20px;
    color: #797979;
}
.gallery .pagination li a.active {
    border: 2px solid #ccc;
    color: #0083cb;
}
.lightbox .next_image,
.lightbox .prev_image {
    position: absolute;
    outline-style: none;
    z-index: 1004;
    display: block;
    height: 30px;
    width: 40px;
    background: #fff;
    opacity: 0.7;
    border-radius: 9px;
    line-height: 30px;
    text-align: center;
    top: 50%;
    margin-top: -18px;
    margin-left: 5px;
    text-decoration: none;
}
.lightbox .next_image {
    right: 5px;
}
/* Galerie */
.mobileslider {
	width: 100%;
	margin-top: 15px;
}
.mobileslider.rsDefault .rsBullets {
    background: transparent;
    background: rgba(0,0,0,0);
    line-height: 30px;
	bottom: 10px;
}
.mobileslider.rsDefault .rsBullet {
    width: 12px;
    height: 12px;
    padding: 0px 10px 0px;
}
.mobileslider.rsDefault .rsBullet span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #777;
    background: rgba(255,255,255,0.5);
}
.mobileslider.rsDefault .rsBullet.rsNavSelected span {
	background-color: #FFF;
}
@media (max-width: 1199px) {
	#gallery .lightboxgalimg {
    height: 200px;
	}
}
@media (max-width: 991px) {
	#gallery .lightboxgalimg {
    height: 160px;
	}
}
@media (max-width: 767px) {
	#gallery .lightboxgalimg {
    height: 200px;
	}
}
@media (max-width: 479px) {
	#gallery .lightboxgalimg {
    height: 160px;
	}
	/*
	.gallery .mobileslider {
		display: block;
	}
	.gallery .lightboxgal,
	.gallery .pagination {
		display: none;
	}
	*/
}