{"version":3,"names":[],"mappings":"","sources":["ng-image-gallery.css"],"sourcesContent":["@-webkit-keyframes sk-stretchdelay {\n 0%, 40%, 100% {\n -webkit-transform: scaleY(0.4); }\n 20% {\n -webkit-transform: scaleY(1); } }\n\n@keyframes sk-stretchdelay {\n 0%, 40%, 100% {\n transform: scaleY(0.4);\n -webkit-transform: scaleY(0.4); }\n 20% {\n transform: scaleY(1);\n -webkit-transform: scaleY(1); } }\n\n/*********************************************/\n@-webkit-keyframes revolve-in-forward {\n 0% {\n opacity: 0;\n -webkit-transform: scale(0, 0) translateX(0px);\n transform: scale(0, 0) translateX(0px); }\n 50% {\n opacity: 0.5;\n -webkit-transform: scale(0.5, 0.5) translateX(100%);\n transform: scale(0.5, 0.5) translateX(100%); }\n 100% {\n opacity: 1;\n -webkit-transform: scale(1, 1) translateX(0px);\n transform: scale(1, 1) translateX(0px); } }\n@keyframes revolve-in-forward {\n 0% {\n opacity: 0;\n -webkit-transform: scale(0, 0) translateX(0px);\n transform: scale(0, 0) translateX(0px); }\n 50% {\n opacity: 0.5;\n -webkit-transform: scale(0.5, 0.5) translateX(100%);\n transform: scale(0.5, 0.5) translateX(100%); }\n 100% {\n opacity: 1;\n -webkit-transform: scale(1, 1) translateX(0px);\n transform: scale(1, 1) translateX(0px); } }\n\n@-webkit-keyframes revolve-out-forward {\n 50% {\n opacity: 0.5;\n -webkit-transform: scale(0.5, 0.5) translateX(-100%);\n transform: scale(0.5, 0.5) translateX(-100%); }\n 100% {\n opacity: 0;\n -webkit-transform: scale(0, 0) translateX(0px);\n transform: scale(0, 0) translateX(0px); } }\n\n@keyframes revolve-out-forward {\n 50% {\n opacity: 0.5;\n -webkit-transform: scale(0.5, 0.5) translateX(-100%);\n transform: scale(0.5, 0.5) translateX(-100%); }\n 100% {\n opacity: 0;\n -webkit-transform: scale(0, 0) translateX(0px);\n transform: scale(0, 0) translateX(0px); } }\n\n@-webkit-keyframes revolve-in-backward {\n 0% {\n opacity: 0;\n -webkit-transform: scale(0, 0) translateX(0px);\n transform: scale(0, 0) translateX(0px); }\n 50% {\n opacity: 0.5;\n -webkit-transform: scale(0.5, 0.5) translateX(-100%);\n transform: scale(0.5, 0.5) translateX(-100%); }\n 100% {\n opacity: 1;\n -webkit-transform: scale(1, 1) translateX(0px);\n transform: scale(1, 1) translateX(0px); } }\n\n@keyframes revolve-in-backward {\n 0% {\n opacity: 0;\n -webkit-transform: scale(0, 0) translateX(0px);\n transform: scale(0, 0) translateX(0px); }\n 50% {\n opacity: 0.5;\n -webkit-transform: scale(0.5, 0.5) translateX(-100%);\n transform: scale(0.5, 0.5) translateX(-100%); }\n 100% {\n opacity: 1;\n -webkit-transform: scale(1, 1) translateX(0px);\n transform: scale(1, 1) translateX(0px); } }\n\n@-webkit-keyframes revolve-out-backward {\n 50% {\n opacity: 0.5;\n -webkit-transform: scale(0.5, 0.5) translateX(100%);\n transform: scale(0.5, 0.5) translateX(100%); }\n 100% {\n opacity: 0;\n -webkit-transform: scale(0, 0) translateX(0px);\n transform: scale(0, 0) translateX(0px); } }\n\n@keyframes revolve-out-backward {\n 50% {\n opacity: 0.5;\n -webkit-transform: scale(0.5, 0.5) translateX(100%);\n transform: scale(0.5, 0.5) translateX(100%); }\n 100% {\n opacity: 0;\n -webkit-transform: scale(0, 0) translateX(0px);\n transform: scale(0, 0) translateX(0px); } }\n\n.body-overflow-hidden {\n overflow: hidden !important; }\n\n.ng-image-gallery {\n outline: none;\n /*****************************************************************\r\n\t\t\t\t\t\t\t\tINLINE GALLERY\r\n\t/*****************************************************************/ }\n .ng-image-gallery * {\n outline: none; }\n .ng-image-gallery .ng-image-gallery-thumbnails:after {\n content: \"\";\n width: 0;\n height: 0;\n display: block;\n visibility: hidden;\n clear: both; }\n .ng-image-gallery .ng-image-gallery-thumbnails .thumb {\n float: left;\n overflow: hidden;\n background-size: cover;\n background-position: center center;\n cursor: pointer;\n background-color: #eee;\n position: relative; }\n .ng-image-gallery .ng-image-gallery-thumbnails .thumb:not(:last-child) {\n margin-right: 5px;\n margin-bottom: 5px; }\n .ng-image-gallery .ng-image-gallery-thumbnails .thumb > .loader {\n position: absolute;\n left: 10%;\n top: 10%;\n right: 10%;\n bottom: 10%;\n -webkit-animation: thumb-load 1.4s infinite linear;\n animation: thumb-load 1.4s infinite linear;\n -webkit-transform: translateZ(0);\n transform: translateZ(0); }\n\n@-webkit-keyframes thumb-load {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg); } }\n\n@keyframes thumb-load {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg); } }\n .ng-image-gallery .ng-image-gallery-thumbnails .thumb > .loader:before {\n width: 50%;\n height: 50%;\n background: #ccc;\n border-radius: 100% 0 0 0;\n position: absolute;\n top: 0;\n left: 0;\n content: ''; }\n .ng-image-gallery .ng-image-gallery-thumbnails .thumb > .loader:after {\n background: #eee;\n width: 75%;\n height: 75%;\n border-radius: 50%;\n content: '';\n margin: auto;\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0; }\n .ng-image-gallery .ng-image-gallery-modal {\n position: fixed;\n z-index: 5000;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n overflow: hidden;\n -webkit-transition: opacity 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out;\n backface-visibility: hidden;\n -webkit-backface-visibility: hidden; }\n .ng-image-gallery .ng-image-gallery-modal.ng-hide-add {\n opacity: 1; }\n .ng-image-gallery .ng-image-gallery-modal.ng-hide-add-active {\n opacity: 0; }\n .ng-image-gallery .ng-image-gallery-modal.ng-hide-remove {\n opacity: 0; }\n .ng-image-gallery .ng-image-gallery-modal.ng-hide-remove-active {\n opacity: 1; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-backdrop {\n background-color: rgba(0, 0, 0, 0.85);\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 2; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .actions-icons-container {\n position: absolute;\n left: 10px;\n top: 20px; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .actions-icons-container .delete-img {\n -webkit-transition: background-color 0.3s ease-in-out;\n transition: background-color 0.3s ease-in-out;\n position: relative;\n display: inline-block;\n width: 30px;\n height: 30px;\n overflow: hidden;\n cursor: pointer;\n text-decoration: none;\n color: #fff;\n vertical-align: bottom; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .actions-icons-container .delete-img.ng-leave-active {\n display: none; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .actions-icons-container .delete-img:hover {\n background-color: rgba(255, 255, 255, 0.1); }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .actions-icons-container .delete-img:before {\n content: \"\";\n display: block;\n position: absolute;\n top: 5px;\n right: 5px;\n bottom: 5px;\n left: 5px;\n background-size: 100% 100%;\n background-repeat: no-repeat; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .actions-icons-container .delete-img:before {\n background-image: url(../res/icons/delete.svg); }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container {\n position: absolute;\n right: 10px;\n top: 20px; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .ext-url,\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .close {\n -webkit-transition: background-color 0.3s ease-in-out;\n transition: background-color 0.3s ease-in-out;\n position: relative;\n display: inline-block;\n width: 30px;\n height: 30px;\n overflow: hidden;\n cursor: pointer;\n text-decoration: none;\n color: #fff;\n vertical-align: bottom; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .ext-url.ng-leave-active,\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .close.ng-leave-active {\n display: none; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .ext-url:hover,\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .close:hover {\n background-color: rgba(255, 255, 255, 0.1); }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .ext-url:before,\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .close:before {\n content: \"\";\n display: block;\n position: absolute;\n top: 5px;\n right: 5px;\n bottom: 5px;\n left: 5px;\n background-size: 100% 100%;\n background-repeat: no-repeat; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .ext-url:before {\n background-image: url(../res/icons/external-link.svg); }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .close:before {\n background-image: url(../res/icons/close.svg); }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .prev,\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .next {\n position: absolute;\n top: 50%;\n margin-top: -25px;\n width: 50px;\n height: 50px;\n background-size: 100% 100%;\n background-repeat: no-repeat;\n overflow: hidden;\n cursor: pointer; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .prev.bubbles-on,\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .next.bubbles-on {\n top: calc((100% - 50px) / 2); }\n @media screen and (max-width: 600px) {\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .prev,\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .next {\n margin-top: -15px;\n width: 30px;\n height: 30px; } }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .prev {\n left: 0px;\n background-image: url(../res/icons/prev.svg); }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .next {\n right: 0px;\n background-image: url(../res/icons/next.svg); }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 80px;\n right: 80px;\n overflow: hidden;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n -ms-flex-direction: column;\n flex-direction: column;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images {\n position: relative;\n -webkit-box-flex: 1;\n -ms-flex: 1;\n flex: 1;\n width: 100%;\n /*****************************************************/ }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images .galleria-image {\n position: absolute;\n left: 0;\n right: 0;\n top: 0;\n bottom: 0;\n margin: auto;\n max-width: 100%;\n max-height: 100%;\n backface-visibility: hidden;\n -webkit-backface-visibility: hidden;\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-fade .galleria-image.ng-enter {\n -webkit-transition: opacity 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out;\n opacity: 0; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-fade .galleria-image.ng-enter-active {\n opacity: 1; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-fade .galleria-image.ng-leave-active {\n opacity: 0; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-fadeup .galleria-image.ng-enter {\n -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;\n opacity: 0;\n -webkit-transform: scale(0.98);\n transform: scale(0.98); }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-fadeup .galleria-image.ng-enter-active {\n opacity: 1;\n -webkit-transform: scale(1);\n transform: scale(1); }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-fadeup .galleria-image.ng-leave-active {\n opacity: 0; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-zoom .galleria-image.ng-enter {\n -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;\n opacity: 0;\n -webkit-transform: scale(0);\n transform: scale(0); }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-zoom .galleria-image.ng-enter-active {\n opacity: 1;\n -webkit-transform: scale(1);\n transform: scale(1); }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-zoom .galleria-image.ng-leave {\n -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-zoom .galleria-image.ng-leave-active {\n opacity: 0;\n -webkit-transform: scale(0);\n transform: scale(0); }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-slide.img-move-dir-backward .galleria-image.ng-enter {\n -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;\n -webkit-transform: translateX(-100%);\n transform: translateX(-100%);\n opacity: 0; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-slide.img-move-dir-backward .galleria-image.ng-enter-active {\n -webkit-transform: translateX(0px);\n transform: translateX(0px);\n opacity: 1; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-slide.img-move-dir-backward .galleria-image.ng-leave {\n -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-slide.img-move-dir-backward .galleria-image.ng-leave-active {\n opacity: 0;\n -webkit-transform: translateX(100%);\n transform: translateX(100%); }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-slide.img-move-dir-forward .galleria-image.ng-enter {\n -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;\n -webkit-transform: translateX(100%);\n transform: translateX(100%);\n opacity: 0; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-slide.img-move-dir-forward .galleria-image.ng-enter-active {\n -webkit-transform: translateX(0px);\n transform: translateX(0px);\n opacity: 1; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-slide.img-move-dir-forward .galleria-image.ng-leave {\n -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-slide.img-move-dir-forward .galleria-image.ng-leave-active {\n opacity: 0;\n -webkit-transform: translateX(-100%);\n transform: translateX(-100%); }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-pop.img-move-dir-backward .galleria-image.ng-enter {\n -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;\n -webkit-transform: translateX(-100%) scale(0, 0);\n transform: translateX(-100%) scale(0, 0);\n opacity: 0; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-pop.img-move-dir-backward .galleria-image.ng-enter-active {\n -webkit-transform: translateX(0px) scale(1, 1);\n transform: translateX(0px) scale(1, 1);\n opacity: 1; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-pop.img-move-dir-backward .galleria-image.ng-leave {\n -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-pop.img-move-dir-backward .galleria-image.ng-leave-active {\n opacity: 0;\n -webkit-transform: translateX(100%) scale(0, 0);\n transform: translateX(100%) scale(0, 0); }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-pop.img-move-dir-forward .galleria-image.ng-enter {\n -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;\n -webkit-transform: translateX(100%) scale(0, 0);\n transform: translateX(100%) scale(0, 0);\n opacity: 0; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-pop.img-move-dir-forward .galleria-image.ng-enter-active {\n -webkit-transform: translateX(0px) scale(1, 1);\n transform: translateX(0px) scale(1, 1);\n opacity: 1; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-pop.img-move-dir-forward .galleria-image.ng-leave {\n -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;\n transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-pop.img-move-dir-forward .galleria-image.ng-leave-active {\n opacity: 0;\n -webkit-transform: translateX(-100%) scale(0, 0);\n transform: translateX(-100%) scale(0, 0); }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-revolve.img-move-dir-forward .galleria-image.ng-enter {\n -webkit-animation: revolve-in-forward;\n animation: revolve-in-forward;\n -webkit-animation-duration: 0.3s;\n animation-duration: 0.3s; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-revolve.img-move-dir-forward .galleria-image.ng-leave {\n -webkit-animation: revolve-out-forward;\n animation: revolve-out-forward;\n -webkit-animation-duration: 0.3s;\n animation-duration: 0.3s; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-revolve.img-move-dir-backward .galleria-image.ng-enter {\n -webkit-animation: revolve-in-backward;\n animation: revolve-in-backward;\n -webkit-animation-duration: 0.3s;\n animation-duration: 0.3s; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-images.img-anim-revolve.img-move-dir-backward .galleria-image.ng-leave {\n -webkit-animation: revolve-out-backward;\n animation: revolve-out-backward;\n -webkit-animation-duration: 0.3s;\n animation-duration: 0.3s; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-title-description-wrapper {\n -webkit-box-flex: 0;\n -ms-flex: none;\n flex: none; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-title-description-wrapper > div {\n padding: 20px 0;\n text-align: center;\n color: #fff; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-title-description-wrapper > div .title {\n font-size: 18px;\n margin-bottom: 10px; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-title-description-wrapper > div .desc {\n font-size: 12px;\n line-height: 1.3; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles-wrapper {\n -webkit-box-flex: 0;\n -ms-flex: none;\n flex: none;\n margin: 20px 0;\n overflow: hidden;\n width: 100%;\n font-size: 0; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles-wrapper > .galleria-bubbles {\n display: block;\n text-align: center;\n white-space: nowrap;\n -webkit-transition: margin-left 0.3s;\n transition: margin-left 0.3s; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles-wrapper > .galleria-bubbles span {\n -webkit-box-flex: 0;\n -ms-flex: none;\n flex: none;\n position: relative;\n display: inline-block;\n margin: 0 5px;\n cursor: pointer;\n overflow: hidden;\n border-radius: 100%;\n background-size: cover;\n background-position: center center;\n vertical-align: middle;\n background-color: #999; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles-wrapper > .galleria-bubbles span.ng-leave-active {\n display: none; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles-wrapper > .galleria-bubbles span:not(.img-bubble) {\n background-color: rgba(255, 255, 255, 0.5);\n border-radius: 100%;\n overflow: hidden;\n -webkit-transition: all 0.3s ease-in-out;\n transition: all 0.3s ease-in-out; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles-wrapper > .galleria-bubbles span:not(.img-bubble).active {\n background-color: #fff; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles-wrapper > .galleria-bubbles span.img-bubble {\n box-sizing: border-box;\n border: 1px solid transparent;\n -webkit-transition: border 0.3s ease-in-out, margin 0.3s ease-in-out;\n transition: border 0.3s ease-in-out, margin 0.3s ease-in-out; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles-wrapper > .galleria-bubbles span.img-bubble.active {\n border: 1px solid #fff; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-errorplaceholder {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 80px;\n right: 80px;\n z-index: 1;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n -ms-flex-direction: row;\n flex-direction: row;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-loader {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 3;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n -ms-flex-direction: row;\n flex-direction: row;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-loader .spinner {\n -webkit-box-flex: 0;\n -ms-flex: none;\n flex: none;\n width: 50px;\n height: 50px;\n text-align: center;\n font-size: 10px; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-loader .spinner > div {\n background-color: #fff;\n height: 100%;\n width: 7px;\n margin: 0 3px 0 0;\n display: inline-block;\n -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;\n animation: sk-stretchdelay 1.2s infinite ease-in-out; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-loader .spinner .rect2 {\n -webkit-animation-delay: -1.1s;\n animation-delay: -1.1s; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-loader .spinner .rect3 {\n -webkit-animation-delay: -1.0s;\n animation-delay: -1.0s; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-loader .spinner .rect4 {\n -webkit-animation-delay: -0.9s;\n animation-delay: -0.9s; }\n .ng-image-gallery .ng-image-gallery-modal .ng-image-gallery-loader .spinner .rect5 {\n -webkit-animation-delay: -0.8s;\n animation-delay: -0.8s; }\n .ng-image-gallery.inline .ng-image-gallery-modal {\n position: relative;\n z-index: 1;\n overflow: hidden;\n width: 100%;\n height: 300px; }\n .ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .actions-icons-container {\n top: 0; }\n .ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .actions-icons-container .delete-img {\n margin: 0; }\n .ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .actions-icons-container .delete-img:before {\n background-image: url(../res/icons/delete-inline.svg); }\n .ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container {\n top: 0; }\n .ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .ext-url {\n margin: 0; }\n .ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .control-icons-container .ext-url:before {\n background-image: url(../res/icons/external-link-inline.svg); }\n .ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .prev {\n background-image: url(../res/icons/prev-inline.svg); }\n .ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .next {\n background-image: url(../res/icons/next-inline.svg); }\n .ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .prev, .ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .next {\n margin-top: -15px;\n width: 30px;\n height: 30px; }\n .ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles span:not(.img-bubble) {\n background-color: rgba(0, 0, 0, 0.5); }\n .ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles span:not(.img-bubble).active {\n background-color: #333; }\n .ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-content .galleria .galleria-bubbles span.img-bubble.active {\n border: 1px solid #000; }\n .ng-image-gallery.inline .ng-image-gallery-modal .ng-image-gallery-loader .spinner > div {\n background-color: #999; }\n"],"file":"ng-image-gallery.min.css"}
|