
.pgzoomslide.loading img{
    display: inline-block;
  }
.clearfix:before, .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
}
.jux-plusgallery {
    background: url("../images/plusgallery/loading-albums.gif") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    color: #222222;
    min-height: 240px;
    position: relative;
    text-align: left;
    z-index: 1;
}
.jux-plusgallery.loaded {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.jux-plusgallery ul {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.jux-plusgallery * {
    -moz-box-sizing: border-box;
}
.jux-plusgallery a, #pgzoomview a {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease-out 0.1s;
}
.jux-plusgallery a {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 1px 1px 5px rgba(0, 0, 0, 0.3);
    color: #222222;
    display: block;
}
.jux-plusgallery a:hover, #pgzoomview a:hover {
    background-color: #38BEEA;
}
#pgzoomview a:hover {
    background-color: #38BEEA;
}
.jux-plusgallery a img {
    display: block;
    max-width: 100%;
}
.spacer {
    background: url("../images/plusgallery/loading-albums.gif") no-repeat scroll 50% 50% #FFFFFF;
    position: relative;
    z-index: 1;
}
#pgalbums {
    clear: both;
}
.pgalbumthumb {
    float: left;
    margin: 10px;
/*    max-width: 172px;*/
    max-width: 200px;
    width: 200px;
}

.jux-plusgallery .pgalbumlink {
    display: block;
    overflow: hidden;
    padding: 3%;
    position: relative;
    width: 100%;
}
.pgalbumimg {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: medium none;
    display: block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.pgalbumthumb span {
    display: block;
    position: absolute;
}
.pgalbumtitle {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 3%;
    color: #FFFFFF;
    font-size: 1.12em;
    left: 3%;
    padding: 2em 6% 6%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    width: 94%;
    z-index: 7;
}
.pgalbumthumb .pgloading {
    background: url("../images/plusgallery/loading-gallery.gif") no-repeat scroll 50% 50% rgba(0, 0, 0, 0.8);
    height: 95.4545%;
    left: 2.38095%;
    top: 2.38095%;
    width: 95.4545%;
    z-index: 6;
}
.oldie .pgalbumthumb .pgloading {
    left: 3%;
    top: 3%;
}
.pgplus {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #FFFFFF;
    font-size: 1.8em;
    font-weight: 100;
    line-height: 1em;
    padding: 0.3em;
    position: absolute;
    right: -1.5em;
    text-align: center;
    top: -1.5em;
    transition: all 0.3s ease-out 0.1s;
    width: 1.5em;
    z-index: 7;
}
.pgalbumlink:hover .pgplus {
    background: none repeat scroll 0 0 #38BEEA;
    right: 0;
    top: 0;
}
#pgthumbview {
    clear: both;
    display: none;
    text-align: center;
}
.jux-plusgallery #pgthumbcrumbs {
    /*border-bottom: 1px solid #222222;*/
    color: #222222;
    margin: 10px 10px 0 !important;
}
.jux-plusgallery .crumbtitle{
    color: #3883cc;
    font-weight: bold;
}
#pgthumbcrumbs li {
    float: left;
    height: 30px;
    line-height: 1em;
    padding: 9px 0.7em 0;
}
#pgthumbcrumbs li#pgthumbhome {
    border-right: 1px solid #3883cc;
    cursor: pointer;
    font-size: 1.5em;
    line-height: 0.6em;
    padding-left: 0.4em;
    padding-right: 0.4em;
    padding-top: 0.2em;
    transition: all 0.3s ease-out 0s;
}
#pgthumbcrumbs li#pgthumbhome:hover {
    background-color: #38BEEA;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5) inset;
    color: #FFFFFF;
}
.pgthumb {
    display: block;
    float: left;
    margin: 10px;    
    position: relative;
    /*max-width: 140px;*/
    max-width: 200px;
    width: 200px;
    height: 200px;
}
@media (max-width: 480px) {
    .pgalbumthumb, .pgthumb {
    max-width: 100%;
    width: 90%;
    }
    .jux-video-yt{
        width: 70%!important;
    }

}
@media only screen and (max-width: 769px) and (min-width: 481px){
     .pgalbumthumb, .pgthumb {
    max-width: 50%;
    width: 45%;
    }
    .jux-video-yt{
        width: 80%!important;
    }

}
.oldie .pgthumb {
    height: 140px;
    margin: 10px;
    width: 140px;
}
.pgthumb a {
    height: 100%;
    margin: 0;
    padding: 5px;
    width: 100%;
}
.oldie .pgthumb a {
    height: 130px;
    padding: 5px;
    width: 130px;
}
.pgthumb img {

    background: url("../images/plusgallery/loading-albums.gif") no-repeat scroll 50% 50% #FFFFFF;
    border: medium none;
    max-width: 130px;
    width: 100%;
    height: 100%;
}
#pgzoomview {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.oldie #pgzoomview {
    background: url("../images/plusgallery/80.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#pgzoomview.fixed {
    position: fixed;
}
#pgzoomscroll {
    height: 100%;
    overflow-x: scroll;
    position: absolute;
    width: 100%;
    z-index: 1010;
}
#pgzoom {
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.pgzoomslide {
    float: left;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    top: 0;
    width: 100%;
}
.pgzoomslide.loading {
    background-image: url("../images/plusgallery/loading-gallery.gif");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}
.pgzoomspacer {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 1px;
}
.pgzoomcenter {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.pgzoomimg {
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.9);
    margin-bottom: 2em;
    max-height: 75%;
    max-width: 80%;
    opacity: 0;
    transition: opacity 0.4s ease-out 0s;
    vertical-align: middle;
    border:0;
}
.pgzoomimg.active {
    opacity: 1;
}
.oldie .pgzoomimg {
    max-height: none;
    max-width: none;
}
.pgzoomcaption {
    margin: 1.5em 0;
    color: #fff;
    font-size: .9em;
    opacity: 1;
    position: absolute;
    left: 0;
    padding-left: 20%;
    padding-right: 20%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    bottom: 0;
    text-align: center;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}
.pgzoomarrow {
    background: url("../images/plusgallery/arrows.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100px;
    margin-top: -50px;
    overflow: hidden;
    position: fixed;
    text-indent: -5000px;
    top: 50%;
    width: 52px;
    z-index: 1011;
}
.pgzoomarrow:hover {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3) inset;
}
#pgprevious {
    background-position: 0 50%;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    left: 0;
}
#pgnext {
    background-position: 100% 50%;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    right: 0;
}
#pgzoomclose {
    background-image: url("../images/plusgallery/zoom-icons.gif");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-bottom-left-radius: 3px;
    height: 52px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -5000px;
    top: 0;
    width: 52px;
    z-index: 1011;
}
#pgzoomclose:hover {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3) inset;
}
#pgcredit {
    clear: both;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}
.jux-plusgallery #pgcredit a {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    color: #222222;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 0.3em 0.5em 0.3em 0.4em;
    text-transform: uppercase;
}
#pgcredit a:hover {
    background-color: #38BEEA !important;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) inset !important;
}
.jux-plusgallery #pgcredit a span {
    color: #666666;
    transition: color 0.3s ease-out 0s;
}
.jux-plusgallery #pgcredit a:hover span {
    color: #FFFFFF;
}
#pgthumbhome a {
}
#pgthumbhome a:hover {
    color: #FFFFFF;
}

#juxconfirmOverlay{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
    z-index:100000;
}

#juxconfirmBox{
    width:460px;
    position:fixed;
    left:50%;
    top:50%;
    margin:-130px 0 0 -230px;
    background-color: #fff;
    -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    border-radius: 5px;
    overflow: hidden;
}

#juxconfirmBox h1 {
    padding: 15px 10px;
    background-color: #fcf8e3;
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    margin: 0;
    border-color: #faebcc;
    color: #8a6d3b;
   
}
#juxconfirmBox i{
    color:#f78c05;
    cursor: pointer;
    transition: all .5s ease;
    padding: 0 2px;
    border-radius: 1px;
}
#juxconfirmBox p{
    padding: 15px 10px;
    margin: 0;
    font-size: 15px;
    color: #333;
}

#juxconfirmBox span{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 10px;
    color: inherit;
    cursor: pointer;
}

#pgthumbs li.pgthumb, .pgalbumthumb{
     display:none;
}


.jux-video-preview-play{
    display: block;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent rgba(255,255,255,.5);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: all .2s ease;
}

.juxloadMore {
   position: relative;
   /*display: block;*/
   left: 50%;
   transform: translateX(-50%);
}

.juxloadMore{
    display: none;
}
.juxloadMore{
    border-radius: 5px;
    color: #f3f3f3;
    background: #96003A;
    text-align: center;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 14px;
    width: 20%;
    padding: 10px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.juxloadMore:hover{
    background: #d82062;
}

#pgzoomscroll ul.pgzoom img{ 
    display: inline-block!important  
}