#DTPlusgalleryWrapper{
	margin-left: -15px;
	margin-right: -15px;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
}
.plusgallery {
    background: url("assets/images/plusgallery/loading-albums.gif") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    color: #222;
    min-height: 240px;
    position: relative;
    text-align: left;
    z-index: 1;
}
.plusgallery.loaded {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.plusgallery ul {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.plusgallery li{
	list-style-type: none !important;
	background: transparent !important;
}
 
.plusgallery * {
    box-sizing: border-box;
}
.plusgallery a, #pgzoomview a {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease-out 0.1s;
}
.plusgallery a {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 1px 1px 5px rgba(0, 0, 0, 0.3);
    color: #222;
    display: block;
}
.plusgallery a:hover, #pgzoomview a:hover {
    background-color: #38beea;
}
.plusgallery a img {
    display: block;
    max-width: 100%;
    width:100%;
    margin: 0 !important;
    padding: 0 !important;
}
.spacer {
    background: url("assets/images/plusgallery/loading-albums.gif") no-repeat scroll 50% 50% #fff;
    position: relative;
    z-index: 1;
}
#pgalbums {
    clear: both;
    width: 100%;
}
.pgalbumthumb {
    float: left;
    margin: 0 0 30px !important;
    padding: 0 15px;
   	width: 20%;
}
/* .plus-wp-gallery .pgalbumthumb{
	 width: 250px !important;
} */
.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 {
    position: absolute;
    display: block;
}

/*
@media(max-width: 991px){
    .pgalbumthumb span.pgalbumtitle, .pgthumb span.pgalbumtitle{
    	margin-bottom: -6px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.pgalbumtitle {
    background: transparent;
    bottom: 3%;
    color: #3b5998;
    display: inline-block;
    font-size: 1.12em;
    font-weight: 600;
    left: 3%;
    padding: 1em 6% 6%;
    text-align: center;
    width: 100%;
    z-index: 7;
}*/

.pgalbumtitle {
	bottom: 3%;
	left: 3%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,.4);
	font-size: 1.12em;
	line-height: 1.3;
	z-index: 7;
	padding: 2em 6% 6% 6%;
	width: 94%;
	/*background-color: rgba(0,0,0,0.5);*/
	padding: 10px;
}
.pg-wp-attachment-caption{
	position: absolute;
    display: block;
	bottom: 5px;
	left: 5px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,.4);
	font-size: 1.12em;
	line-height: 1.3;
	z-index: 7;
	padding: 2em 6% 6% 6%;
	width: 95%;
}
.pgalbumthumb .pgloading {
    background: url("assets/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;
    position: absolute;
}
.oldie .pgalbumthumb .pgloading {
    left: 3%;
    top: 3%;
}
.pgplus {
    background: none repeat scroll 0 0 #fff;
    color: #fff;
    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;
}
.plusgallery #pgthumbcrumbs {
    color: #222;
    margin: 10px !important;
}
.plusgallery[data-type="instagram"] #pgthumbcrumbs {
	display:none;
}
#pgthumbcrumbs li {
    float: left;
    height: 30px;
    line-height: 1em;
    margin: 0;
    padding: 9px 0.7em 0;
}
#pgthumbcrumbs li#pgthumbhome,
#pgthumbcrumbs li#pgoptionsthumbhome
{
    border-right: 1px solid #222;
    cursor: pointer;
    font-size: 1.5em;
    line-height: 0.6em;
    padding-left: 0.4em;
    padding-right: 0.4em;
    transition: all 0.3s ease-out 0s;
}
#pgthumbcrumbs li#pgthumbhome:hover,
#pgthumbcrumbs li#pgoptionsthumbhome:hover {
    background-color: #38beea;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5) inset;
    color: #fff;
}
#pgthumbcrumbs li#pgoptionsthumbhome a{
	box-shadow:none;
}

#pgthumbcrumbs li#pgoptionsthumbhome:hover a{
	background-color: transparent;
	color: #fff;
	display:block;
}

.pgthumb {
    display: block;
    float: left;
    margin: 0 0 30px !important;
    padding: 0 15px;
    position: relative;
    width: 20%;
}
.oldie .pgthumb {
    height: 180px;
    margin: 10px;
    width: 180px;
}
.pgthumb a {
	position: relative;
	overflow: hidden;
    margin: 0;
    padding: 5px;
    width: 100%;
}
.oldie .pgthumb a {
    height: 130px;
    padding: 5px;
    width: 130px;
}
.pgthumb img {
    background: url("assets/images/plusgallery/loading-albums.gif") no-repeat scroll 50% 50% #fff;
    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: 999999;
}
.oldie #pgzoomview {
    background: url("assets/images/plusgallery/80.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#pgzoomview.fixed {
    position: fixed;
}
#pgzoomscroll {
    direction: ltr !important;
    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;
    position: relative;
    text-align: center;
    top: 0;
    width: 100%;
    margin:0px;
    padding:0px;
}
.pgzoomslide.pg-zoom-loading {
    background-image: url("assets/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);
    display: inline-block;
    margin-bottom: 2em;
    max-height: 75%;
    max-width: 80%;
     opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    vertical-align: middle;
}
#pgzoomview.pg-auto-zoom .pgzoomimg:hover{
	-webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    overflow:scroll;
}

.pgzoomimg.active {
    opacity: 1;
}
.oldie .pgzoomimg {
    max-height: none;
    max-width: none;
}
.pgzoomcaption {
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 0.9em;
    left: 0;
    margin: 1.5em 0;
    opacity: 1;
    padding-left: 20%;
    padding-right: 20%;
    position: absolute;
    text-align: center;
    transition: opacity 0.5s ease-out 0s;
    width: 100%;
}
.pgzoomarrow {
    background: url("assets/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: 999999999;
}
.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("assets/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: 999999999;
}
#pgzoomclose:hover {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3) inset;
}
.pgzoom-overflow-y {
    overflow-y: hidden !important;
}
#pgcredit {
    clear: both;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}
.plusgallery #pgcredit a {
    background-color: transparent;
    box-shadow: none;
    color: #222;
    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;
}
.plusgallery #pgcredit a span {
    color: #666;
    transition: color 0.3s ease-out 0s;
}
.plusgallery #pgcredit a:hover span {
    color: #fff;
}
.dtpg_message {
    color: #fa0812;
    font-style: italic;
}
.plus-category{
	margin-bottom:2.5em;
}
.plus-category span{
	cursor: pointer;
	margin: 0px 5px;
	display: inline-block;
}
.plus-category span:first-child{
	margin-left: 0px;
}

.plus-category .hidden-filter{
	display:none;
}
.plus-hide-pointer span{
	pointer-events: none;
	cursor: none;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
	.pgalbumthumb {
	    width: 25% !important;
	}
	.pgthumb {
	    width: 25% !important;
	}
}
@media only screen and (max-width: 768px) {
	.pgalbumthumb {
	    width: 33.33% !important;
	}
	.pgthumb {
	    width: 33.33% !important;
	}
}
@media only screen and (max-width: 480px) {
	.pgalbumthumb {
	    width: 50% !important;
	}
	.pgthumb {
	    width: 50% !important;
	}
	.plus-wp-gallery .pgalbumthumb{
		 width: 50% !important;
	}
}
@media only screen and (max-width: 320px) {
	.pgalbumthumb {
	    width: 100% !important;
	}
	.pgthumb {
	    width: 100% !important;
	}
	.plus-wp-gallery .pgalbumthumb{
		 width: 100% !important;
	}
}

/* Tab plusgallery */

#DTPG-TabPlus{
	margin: 0;
	margin-bottom:1.7em;
}

#DTPG-TabPlus li{
	margin: 0;
}
