.ps_overlay{
    z-index:999;
    background:#111;
    width:100vw;
    height:100vh;
    position:fixed !important;
    top:0px;
    left:0px;
    opacity:0.5;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
/* Image container style */
.ps_container{
	width:640px;
	height:420px;
    position:fixed !important;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:999;
}

.ps_container img{
	border:10px solid #fff;
	position:absolute;
	top:50%;
	left:50%;
	-moz-box-shadow:1px 1px 10px #000;
	-webkit-box-shadow:1px 1px 10px #000;
	box-shadow:1px 1px 10px #000;
}
/* Close button for preview mode */
/* Next photo button for preview mode */
a.ps_next_photo, a.ps_close {
	position:absolute;
	bottom:9px; left:42%;
	width:44px;
	height:44px;
	z-index:1000;
	cursor:pointer;
	background:#000 url(img/next_photo.png) no-repeat 50% 50%;
	opacity:0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);	
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
a.ps_close { background:#000 url(img/close.png) no-repeat center center; margin-left:46px; }

a.ps_next_photo:hover,
a.ps_close:hover { opacity:0.8 !important;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);	}

/* Thumbnail slider style */
.ps_slider { display:block; width:100%; height:auto; position:relative; margin:22px auto; }
#ps_albums { width:100%; margin:0 auto; height:auto; }

.ps_album { cursor:pointer; padding:9px; }



.ps_slider .ps_album {  

  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; 
  -ms-transition: all 0.3s ease-out;   }


.magi { padding:9px;width:100%;margin-bottom:9px; }


.notmasonul { width:100%; margin:44px auto; }
.notmasonli { position:relative;width:31%;height:auto;display:inline-block;margin:18px; border-radius:2px; vertical-align:top;
box-shadow:0px 0px 1px 2px #aaa; text-align:center; }

.articlecolumns ul li.ps_album.masonli a { position:relative; font-size:14px; /*margin-top:-27px;*/ }
.articlecolumns ul li.ps_album.masonli a p.arty {
    width: auto;
    padding:4px 9px 5px !important;
    font-size: 14px;
    word-wrap: normal;
    font-family: 'open_sansregular';
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: -18px;
    background: #ffe;
    color: #333;
    border: 1px solid #aaa;
    white-space: nowrap;
    margin: -36px 0 0 0 !important; }



@media (max-width:640px){
.notmasonli { width: 42%; margin: 18px 2.5%; }
}

@media (max-width:568px){
.notmasonli { position:relative; width:86%; height:auto; display:inline-block; margin:18px 7%; border-radius:2px; vertical-align:top;
}
 