/*
 * Nivo Lightbox Default Theme v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 



.jux_style_hover_1  #instaShowPopup_1 .instashow-popup-twilight {
	opacity: 0.9;
}
.jux_style_hover_1  .instashow-gallery-media-cover{
    background: none!important;
}
.jux_style_hover_1  .instashow-gallery-media-link:after {
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background: #000;
    transition: all .4s ease;
    border-radius: 100%;
    opacity: 0;
}
.jux_style_hover_1  .instashow-gallery-media-link:hover:after {
    width: 200%;
    opacity: 0.7;
    height: 200%;
}
.jux_style_hover_1  .instashow-gallery-media-info {
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}



.jux_style_hover_2  .instashow-gallery-media-info {
    bottom: 50%;
    right: 50%;
    transform: translateX(50%);
}
.jux_style_hover_2   .instashow-gallery-media-link:hover .instashow-gallery-media-info {
    -webkit-transform: translateX(50%) translateY(50%);
    transform: translateX(50%) translateY(50%);
}


.jux_style_hover_3  .instashow-gallery-media-info {
    top: 50%;
    left: 50%;
    text-align: center;
    width: 80%;
    // height: 80%;
    transform: translate(-50%, -50%)!important;
}
.jux_style_hover_3  .instashow-gallery-media-cover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.jux_style_hover_3  .instashow-gallery-media-link:hover .instashow-gallery-media-cover {
    border-radius: 50%;
    visibility: visible;
    opacity: 0.8;
}

.jux_style_hover_4  .instashow-gallery-media-info {
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%)!important;
}

.jux_style_hover_4 .instashow-gallery-media-link:hover {
    opacity: 0.8;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.jux_style_hover_4 .instashow-gallery-media-link {
    opacity: 1;
    -webkit-transition: all 0.7s ease!important;
    transition: all 0.7s ease!important;
}
.jux_style_hover_4 .instashow-gallery-media{
    overflow: hidden;
}


.jux_style_hover_5 .instashow-gallery-media-info{
    top: 50%;
    // display:  none;
    left: -50%;
    transform: translate(-50%, -50%)!important;
    opacity: 0;
    transition-delay: 0s;
    transition: all  0.4s ease-in-out!important;
}
.jux_style_hover_5  .instashow-gallery-media-link:hover  .instashow-gallery-media-info{
    left: 50%;
    opacity: 1;
}

.jux_style_hover_5  .instashow-gallery-media-link:hover .instashow-gallery-media-cover{
    opacity: 0.8;
    transition-delay: 0s;
    transform: translate(0, 0)!important;
}
.jux_style_hover_5  .instashow-gallery-media-cover{
    opacity: 0;!important;
    transform: translate(150%, -100%) rotate(180deg)!important;
    transition: all  0.4s ease-in-out!important;
}

.jux_style_hover_5  .instashow-gallery-media-link:hover .instashow-gallery-media-cover~.instashow-gallery-media-image {
    -webkit-transform: none!important;
    transform: none!important;
}