div { overflow: inherit !important; }
.picblock { display:inline-block; margin-left:80px; margin-top:30px; }
.photo-list-album-view.awake {
    opacity: 1;
}
.photo-list-album-view {
    /*position: absolute;*/
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
    opacity: 0;
    transition: opacity .1s linear;
    background-size: cover;
	
}

.fluid .avatar.album.ginormous:before {
    right: 15px;
    left: 15px;
}

.fluid .avatar.album:hover:before {
    top: -6px;
}

.fluid .avatar.album:hover:after, .fluid .avatar.album:hover:before {
    background-color: #8c9296;
}

.fluid .avatar.album:before {
    right: 4px;
    left: 4px;
    top: -4px;
}

.fluid .avatar.album:after, .fluid .avatar.album:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #afb7bc;
    transition: all .15s ease-in-out;
}


div.photo-list-album-interaction {
    height: 100%;
    background-color: transparent;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
div.photo-list-album-interaction .interaction-bar {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    /*width: 100%;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-left:30px;
	margin-bottom:30px;
	z-index:100;
}




.photo-list-album-view .interaction-view.photo-list-album {
    background: linear-gradient(0deg,rgba(0,0,0,.9) 0,transparent 50%,transparent);
 	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); 
    margin: inherit;
    width: 100%;
    height: 100%;
}
.fluid .avatar.ginormous {
    width: 240px;
    height: 240px;
}

.fluid .avatar {
    position: relative;
    background-color: #ddd;
    background-size: cover;
    box-shadow: inset 0 0 20px rgba(0,0,0,.08);
    margin: 10px 30px 10px 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    transition: box-shadow .15s ease-in-out;
}
.fluid a {
    cursor: pointer;
    text-decoration: none;
	color:#FFF;
	font-family:sans-serif;
}
.fluid .avatar.album:hover {
    box-shadow: inset 0 0 25px rgba(0,0,0,.2);
}
.fluid a:hover {
    text-decoration: underline;
}
.fluid a:hover .actions {
	height:10px;

}
fluid .avatar.album.ginormous:after {
    right: 10px;
    left: 10px;
}
.fluid .avatar.album:hover:after {
    top: -3px;
}

.fluid .avatar.album:hover:after, .fluid .avatar.album:hover:before {
    background-color: #8c9296;
}

.fluid .avatar.album:after, .fluid .avatar.album:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #afb7bc;
    transition: all .15s ease-in-out;
}

.fluid .avatar.album:after {
    right: 2px;
    left: 2px;
    top: -2px;
}
div.photo-list-album-interaction .album-title {
    text-shadow: 0 1px 1px #000;
    line-height: 20px;
    word-break: break-word;
    margin: 0;
	color:#FFF;
	font-size:16px;
}
.fluid .secondary {
    font-size: 13px; font-weight:bold;
}
.actions {height:0px; -webkit-transition: height 0.5s;
	-moz-transition:height 0.5s;
	transition: height 0.2s; 
}
.mask{
    position:absolute; top:0; left:0; background:rgba(204,204,204,0.6); width:100%; height:100%; z-index:999999;
}
.loader {
  position: absolute; width: 50px; height: 50px; 
  margin: auto;top: 0; left: 0; bottom: 0; right: 0; 
  z-index:1000000; 
}
.bodymask { position:fixed; top:0; left:0; background:rgba(0,0,0,0.6); width:100%; height:100%; z-index:999999; }
.bodyloader { position: fixed; width: 50px; height: 50px; margin: auto;top: 0; left: 0; bottom: 0; right: 0; z-index:1000000; }
.box {
  width: 45%; height: 45%; background: rgba(0, 150, 214, 1); opacity: 0; /*-webkit-filter: blur(2px);*/ animation: load 1s linear infinite;
}
.box:nth-of-type(1) { position: absolute;top: 2.5%; left: 2.5%; }
.box:nth-of-type(2) { position: absolute; top: 2.5%; right: 2.5%; animation-delay: -0.25s; }
.box:nth-of-type(3) { position: absolute; bottom: 2.5%; right: 2.5%; animation-delay: -0.5s; }
.box:nth-of-type(4) { position: absolute; bottom: 2.5%;left: 2.5%; animation-delay: -0.75s; }

@keyframes load {
  0% { opacity: 0; }
  30% { opacity: 0; }
  90% { opacity: 1; }
  100% { opacity: 0; }
}
#pic_thumb a { display:inline-block; margin:20px 20px 20px 42px; border:1px solid #000; }
#pic_thumb a div { width:150px; height:150px; background-size:100% 100%; }
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */html.swipebox-html.swipebox-touch{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block}#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(../images/loader.gif) center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-bottom-bar{bottom:-50px}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-title{display:block;width:100%;text-align:center}#swipebox-close,#swipebox-next,#swipebox-prev{background-image:url(../images/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{display:block;margin:0 auto;width:100%;height:50px}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right}#swipebox-close{top:0;right:0;position:absolute;z-index:9999;background-position:15px 12px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;-webkit-box-shadow:inset 10px 0 10px -8px #656565;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;-webkit-box-shadow:inset -10px 0 10px -8px #656565;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@media screen and (min-width:800px){#swipebox-close{right:10px}#swipebox-arrows{width:92%;max-width:800px}}#swipebox-overlay{background:#0d0d0d}#swipebox-bottom-bar,#swipebox-top-bar{text-shadow:1px 1px 1px #000;background:#000;opacity:.95}#swipebox-top-bar{color:#fff!important;font-size:15px;line-height:43px;font-family:Helvetica,Arial,sans-serif}


.shadow {
	/*margin: 40px;*/
	background-color: rgb(68,68,68); /* Needed for IEs */

	-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	box-shadow: 5px 5px 5px rgba(68,68,68,0.6);

	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
}
.shadow .shadowcon {
	position: relative; /* This protects the inner element from being blurred */
	/*padding: 100px;*/
	background-color: #DDD;
}
.shadow:hover { opacity:0.5; }
.shadowcon:hover {
	background-color: rgb(5,108,1); /* Needed for IEs */

	-moz-box-shadow: 5px 5px 5px rgba(5,108,1,0.6);
	-webkit-box-shadow: 5px 5px 5px rgba(5,108,1,0.6);
	box-shadow: 5px 5px 5px rgba(5,108,1,0.6);
}