/* Magnific Popup ------------------------------------- */
 .mfp-bg {
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 z-index: 2000;
	 overflow: hidden;
	 position: fixed;
	 background: #111;
}
 .mfp-wrap {
	 top: -10px;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 z-index: 2001;
	 position: fixed;
	 outline: none !important;
	 -webkit-backface-visibility: hidden;
}
 .mfp-container {
	 height: 100%;
	 text-align: center;
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 left: 0;
	 top: 0;
	 padding: 0 18px;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}
 .mfp-container:before {
	 content: '';
	 display: inline-block;
	 height: 100%;
	 vertical-align: middle;
}
 .mfp-align-top .mfp-container:before {
	 display: none;
}
 .mfp-content {
	 position: relative;
	 display: inline-block;
	 vertical-align: middle;
	 margin: 0 auto;
	 text-align: left;
	 z-index: 505;
}
 .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	 width: 100%;
	 cursor: auto;
}
 .mfp-ajax-cur {
	 cursor: progress;
}
 .mfp-zoom-out-cur {
	 cursor: -moz-zoom-out;
	 cursor: -webkit-zoom-out;
	 cursor: zoom-out;
}
 .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	 cursor: -moz-zoom-out;
	 cursor: -webkit-zoom-out;
	 cursor: zoom-out;
}
 .mfp-zoom {
	 cursor: pointer;
	 cursor: -webkit-zoom-in;
	 cursor: -moz-zoom-in;
	 cursor: zoom-in;
}
 .mfp-auto-cursor .mfp-content {
	 cursor: auto;
}
 .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 user-select: none;
}
 .mfp-loading.mfp-figure {
	 display: none;
}
 .mfp-hide {
	 display: none !important;
}
 .mfp-preloader {
	 color: #aaa;
	 position: absolute;
	 top: 50%;
	 width: auto;
	 text-align: center;
	 margin-top: -0.8em;
	 left: 8px;
	 right: 8px;
	 z-index: 504;
}
 .mfp-preloader a {
	 color: #ccc;
}
 .mfp-preloader a:hover {
	 color: #fff;
}
 .mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content, .mfp-s-loading .mfp-arrow {
	 display: none;
}
 button.mfp-close, button.mfp-arrow {
	 overflow: visible;
	 cursor: pointer;
	 border: 0;
	 -webkit-appearance: none;
	 display: block;
	 padding: 0;
	 z-index: 506;
}
 .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	 right: 0px;
	 top: -40px;
}
/* Close Button */
 .og-close, button.mfp-close {
	 position: absolute;
	 width: 45px;
	 height: 45px;
	 top: -20px;
	 display: block;
	 right: -12px;
	 cursor: pointer !important;
	 z-index: 9999;
	 color: #fff;
	 -webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 -ms-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
	 border-radius: 50%;
	 margin: 0px;
	 background-color: transparent;
	 outline: none;
	 transform: translate3d(0, 0, 0);
}
 .mfp-iframe-holder .mfp-close {
	 top: -50px;
	 right: -12px;
	 transform: translate3d(0, 0, 0);
}
 .mfp-gallery .mfp-close {
	 top: 20px;
	 right: 10px;
}
 .mfp-gallery .mfp-content .mfp-close {
	 display: none;
}
 .mfp-close::after, .mfp-close::before {
	 top: 0px;
}
 .og-close {
	 margin: 17px;
	 right: 10px;
	 background: transparent;
	 color: #222;
}
 .og-close:before {
	 font-family: "fontAwesome" !important;
	 font-size: 20px;
	 top: 2px;
	 left: 0;
	 position: relative;
	 height: 10px;
}
 .mfp-close:before {
	 font-family: "fontAwesome" !important;
	 font-size: 20px;
	 top: 2px;
	 left: 0;
	 position: relative;
	 height: 10px;
}
 .og-close:before, .mfp-close:before {
	 content: "\f00d";
}

 .mfp-close {
	 color: #fff;
}
 .mfp-close:hover {
	 color: #fff;
}


 .mfp-counter {
	 position: absolute;
	 top: 0;
	 right: 0;
	 color: #aaa;
	 font-size: 13px;
	 line-height: 18px;
}
 .mfp-arrow {
	 opacity: 1;
	 margin: 0 20px;
	 top: 50%;
	 transform: translateY(-50%);
	 z-index: 9999;
	 color: #fff;
	 -webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 -ms-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
	 cursor: pointer;
	 width: 60px;
	 height: 60px;
	 position: absolute;
	 display: block;
	 z-index: 100;
	 overflow: hidden;
	 background: rgba(255, 255, 255, 0.15);
	 border-radius: 50%;
	 outline: none;
}
 .mfp-arrow:hover {
	 background: #01479f;
	 color: #fff;
}
 .mfp-arrow.mfp-arrow-left {
	 font-family: "fontAwesome" !important;
	 font-size: 20px;
}
 .mfp-arrow.mfp-arrow-right {
	 font-family: "fontAwesome" !important;
	 font-size: 20px;
	 right: 15px;
}
 .mfp-arrow.mfp-arrow-left:before {
	 content: "\f060";
	 left: -1px;
	 top: 0px;
	 position: relative;
}
 .mfp-arrow.mfp-arrow-right:before {
	 content: "\f061";
	 left: 1px;
	 top: 0px;
	 position: relative;
}
 .mfp-content:hover .mfp-arrow {
	 opacity: 1;
}


/* Animating */
 .my-mfp-zoom-in {
	/* In */
	/* Out */
}
 .my-mfp-zoom-in .zoom-anim-dialog {
	 opacity: 0;
	 -webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
	 -webkit-transform: scale(0.8);
	 -moz-transform: scale(0.8);
	 -ms-transform: scale(0.8);
	 -o-transform: scale(0.8);
	 transform: scale(0.8);
}
 .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	 opacity: 1;
	 -webkit-transform: scale(1);
	 -moz-transform: scale(1);
	 -ms-transform: scale(1);
	 -o-transform: scale(1);
	 transform: scale(1);
}
 .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	 -webkit-transform: scale(0.8);
	 -moz-transform: scale(0.8);
	 -ms-transform: scale(0.8);
	 -o-transform: scale(0.8);
	 transform: scale(0.8);
	 opacity: 0;
}
 .my-mfp-zoom-in.mfp-bg {
	 opacity: 0.001;
	/* Chrome opacity transition bug */
	 -webkit-transition: opacity 0.3s ease-out;
	 -moz-transition: opacity 0.3s ease-out;
	 -o-transition: opacity 0.3s ease-out;
	 transition: opacity 0.3s ease-out;
}
 .my-mfp-zoom-in.mfp-ready.mfp-bg {
	 opacity: 0.85;
}
 .my-mfp-zoom-in.mfp-removing.mfp-bg {
	 opacity: 0;
}
/* Main image in popup */
 img.mfp-img {
	 width: auto;
	 max-width: 100%;
	 height: auto;
	 display: block;
	 line-height: 0;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 margin: 40px auto;
	 border-radius: 4px;
}
/* The shadow behind the image */
 .mfp-figure {
	 line-height: 0;
}
 .mfp-figure:after {
	 content: '';
	 position: absolute;
	 left: 0;
	 top: 40px;
	 bottom: 40px;
	 display: block;
	 right: 0;
	 width: auto;
	 height: auto;
	 z-index: -1;
	 box-shadow: 0 0 18px rgba(11, 11, 11, 0.6);
}
 .mfp-bottom-bar {
	 margin-top: -30px;
	 position: absolute;
	 top: 100%;
	 left: 0;
	 width: 100%;
	 cursor: auto;
}
 .mfp-title {
	 text-align: left;
	 line-height: 18px;
	 color: #f3f3f3;
	 word-break: break-word;
	 padding-right: 36px;
}
 .mfp-figure small {
	 color: #bdbdbd;
	 display: block;
	 font-size: 12px;
	 line-height: 14px;
}
 .mfp-image-holder .mfp-content {
	 max-width: 100%;
}
 .mfp-gallery .mfp-image-holder .mfp-figure {
	 cursor: pointer;
}


/* Media Queries for Magnific Popup */
 @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/* The shadow behind the image */
	 .mfp-img-mobile .mfp-image-holder {
		 padding-left: 0;
		 padding-right: 0;
	}
	 .mfp-img-mobile img.mfp-img {
		 padding: 0;
	}
	 .mfp-img-mobile .mfp-figure:after {
		 top: 0;
		 bottom: 0;
	}
	 .mfp-img-mobile .mfp-bottom-bar {
		 background: rgba(0, 0, 0, 0.6);
		 bottom: 0;
		 margin: 0;
		 top: auto;
		 padding: 3px 5px;
		 position: fixed;
		 -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
		 box-sizing: border-box;
	}
	 .mfp-img-mobile .mfp-bottom-bar:empty {
		 padding: 0;
	}
	 .mfp-img-mobile .mfp-counter {
		 right: 5px;
		 top: 3px;
	}
	 .mfp-img-mobile .mfp-close {
		 top: 0;
		 right: 0;
		 width: 35px;
		 height: 35px;
		 line-height: 35px;
		 background: rgba(0, 0, 0, 0.6);
		 position: fixed;
		 text-align: center;
		 padding: 0;
	}
	 .mfp-img-mobile .mfp-figure small {
		 display: inline;
		 margin-left: 5px;
	}
}
 .mfp-ie7 .mfp-img {
	 padding: 0;
}
 .mfp-ie7 .mfp-bottom-bar {
	 width: 600px;
	 left: 50%;
	 margin-left: -300px;
	 margin-top: 5px;
	 padding-bottom: 5px;
}
 .mfp-ie7 .mfp-container {
	 padding: 0;
}
 .mfp-ie7 .mfp-content {
	 padding-top: 44px;
}
 .mfp-ie7 .mfp-close {
	 top: 0;
	 right: 0;
	 padding-top: 0;
}
 .mfp-fade.mfp-bg {
	 opacity: 0;
	 -webkit-transition: all 0.2s ease-out;
	 -moz-transition: all 0.2s ease-out;
	 transition: all 0.2s ease-out;
}
 .mfp-fade.mfp-bg.mfp-ready {
	 opacity: 0.92;
	 background-color: #111;
}
 .mfp-fade.mfp-bg.mfp-removing {
	 opacity: 0;
}
 .mfp-fade.mfp-wrap .mfp-content {
	 opacity: 0;
	 -webkit-transition: all 0.2s ease-out;
	 -moz-transition: all 0.2s ease-out;
	 transition: all 0.2s ease-out;
}
 .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	 opacity: 1;
}
 .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	 opacity: 0;
}

/* hide input */
/* style label */
/* Standard syntax */
 @keyframes typeCheck {
	 0% {
		 opacity: 0;
		 transform: translateY(10px);
	}
	 50% {
		 opacity: 1;
		 transform: translateY(0px);
	}
	 100% {
		 opacity: 0;
		 transform: translateY(-10px);
	}
}
 @keyframes typeBG {
	 0% {
		 opacity: 0;
	}
	 50% {
		 opacity: 1;
	}
	 100% {
		 opacity: 0;
	}
}
/* Popups Media Queries */
 @media (max-width: 480px) {
	
	 .mfp-container {
		 padding: 0 10px;
	}

}
 


.mfp-gallery-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    max-width: 100%;
}
.bulli_gallery_wrapper.bulli-gallery-count-5 .mfp-gallery-container{
    grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 5px;
    grid-row-gap: 5px;
}
.bulli_gallery_wrapper.bulli-gallery-count-3 .mfp-gallery-container{
    grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.bulli_gallery_wrapper.bulli-gallery-count-2 .mfp-gallery-container{
    grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 15px;
    grid-row-gap: 15px;
}
a.mfp-gallery {
    transition: all 0.2s;
}
a.mfp-gallery {
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: cover !important;
    background-clip: border-box !important;
    box-sizing: border-box !important;
	border: 1px solid #f3f3f3;
}
a.mfp-gallery.thumb-align-links {
     background-position: left !important;
}
a.mfp-gallery.thumb-align-rechts {
     background-position: right !important;
}
a.mfp-gallery:hover {
    transform: scale(1.03);
}