
.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;
}
.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) {
    .pgthumb {
        max-width: 140px;
        width: 140px;
        height: 140px;
    }
}
.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%;
}
#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;
}
.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;
}
