:root {
	--aItem-side-margin: 0.3em;
}

.waiting4Load {
	background: #fff url("/images/loading.gif") no-repeat center !important;
	background-color: rgba(255,255,255,0.5) !important;
	height: 100%;
}

.aUserName {
	font-variant: small-caps;
	text-transform: capitalize;
}

/*-------------------------------------*/



/* - - - - - - - - - - - - - - - - - - */

#albItem-proto,
#ownerTools-proto
{
	display: none;
}

.snsLibItemsContainer {
	position: relative;
	display: flex;
	margin-bottom: 0.5em;
}

.snsLibItemsContainer > div {
	float: left; /* fallback for flexbox, hopefully */
	
	border: 2px solid rgba(0,0,0,0.33);
	border-radius: 7px;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
	
	text-align: center;
	overflow: hidden;
	min-width: 250px;
	
	flex-grow: 1;
	
	margin: 0.5em var(--aItem-side-margin);
}

.snsLibItemsContainer .tinyID {
	position: absolute;
	
	overflow: hidden;
	text-align: left;
	
	padding-left: 0.5em;
	cursor: pointer;
	font-size: 0.6em;
	color: white;
	color: rgba(230,230,230,0.5);
	z-index: 5;
}

.snsLibItemsContainer .detailLink {
	font-size: 0.85em;
	font-variant: small-caps;
}

@media only screen and (max-width : 600px) {
	.snsLibItemsContainer > div {
		width: calc(99% - var(--aItem-side-margin));
	}
	
	.snsLibItemsContainer > div .thumbFrame {
		min-height: 30em !important;
	}
	
	.ownerToolsItems > * {
		padding: 1em 1em !important;
	}
}

@media only screen and (max-width : 850px) and (min-width : 601px) {
	.snsLibItemsContainer > div {
		width: calc(48% - var(--aItem-side-margin));
	}
	
	.snsLibItemsContainer > div .thumbFrame {
		min-height: 15em !important;
	}
}

@media only screen and (max-width : 1200px) and (min-width : 851px) {
	.snsLibItemsContainer > div {
		width: calc(32% - var(--aItem-side-margin));
	}
	
	.snsLibItemsContainer > div .thumbFrame {
		min-height: 22em !important;
	}
}

@media only screen and (min-width : 1201px) {
   .snsLibItemsContainer > div {
		width: calc(24% - var(--aItem-side-margin));
   }
   
	.snsLibItemsContainer > div .thumbFrame {
		min-height: 26em !important;
	}
}
.snsLibItemsContainer > div .thumbLoad {
	background-image: url('/images/load-tbounce-25.gif') !important;
	background-size: 90px 60px !important;
	
	background-repeat:no-repeat !important;
	background-position: center center !important;
	
	background-color: rgba(0,0,0, 0.1) !important; 
}

.snsLibItemsContainer > div .thumbFrame {
	position: relative;
	background: no-repeat center;
	background-size: 100% auto;/* 100%;*/
	
	cursor: pointer;
	
	min-height: 250px;
}

.snsLibItemsContainer > div .thumbFrame .caption {
	color: white;
	overflow: visible;

	padding: 0.125em 0.25em;
	padding-top: 0.25em;
	
	background-color: rgba(43,43,43,0.6);
	border-top: 3px solid rgba(18,18,17,0.9);
	
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1em;
	z-index: 4;
}

/* - - - - - - - - - - - - - - - - - - */
.snsLibItemsContainer .btnToggleMenu {
	
}
.snsLibItemsContainer .minibViews,
.snsLibItemsContainer .minibFavs
{
	min-width: 40px;
}
	
.snsLibItemsContainer .minibFavs {
	position: relative;
	display: flex;
	
}
.snsLibItemsContainer .minibFavCount {
	flex-grow: 1;
}

.snsLibItemsContainer .minibViews img {
	position: relative;
	top: 0.15em;
	margin-right: 0.15em;
}

/* - - - - - - - - - - - - - - - - - - */

.snsLibItemsContainer .minibComments {
	
}
	
.snsLibItemsContainer .minibCommentsDisabled {
	height: 14px;
}

/* - - - - - - - - - - - - - - - - - - */

.snsLibItemsContainer .minibarMenubox {
	position: relative;
	display: none;
}

.snsLibItemsContainer .minibar {
	position: relative;
	list-style-type: none;
	//flex-wrap: nowrap;
	align-items: center;
	
	padding: 0.4em 0.125em 0.45em 0.125em;
	
}

.snsLibItemsContainer .minibar li {
	//margin: auto 0.25em;
	margin: 0.25em 0.15em;
}
.snsLibItemsContainer .minibUploaded {
	font-size: 0.9em;
	font-style: italic;
}

.snsLibItemsContainer .minibFavs img {
	height: 1.1em;
}


/* - - - - - - - - - - - - - - - - - - */
/* Owner Info  - - - - - - - - - - - - */

.snsLibItemsContainer .lowerBox {
	position: absolute;
	
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	
	z-index: 4;
	width: 100%;
}

.snsLibItemsContainer .lowerBox a:hover {
	color: #8080FF;
}

.snsLibItemsContainer .lowerBox .lbRcont {
	flex-grow: 1;
	padding: 0;
}

.snsLibItemsContainer .lowerBox .OwnerPic {
	position: relative;
	box-shadow:1px 1px 2px #000000;
	border-top-right-radius: 3px;
	
	max-width: 27%;
	max-height: 60%;
}

.snsLibItemsContainer .lbRcont .userName {
	border-top: 2px solid rgba(18,18,17,0.7);
	background-color: rgba(43,43,43,0.4);
	overflow: visible;
	padding: 0 0.25em;
	
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	
	text-shadow:
		1px 1px 0 rgba(255,255,255,0.4),
		-1px -1px 0 rgba(255,255,255,0.4),  
		1px -1px 0 rgba(255,255,255,0.4),
		-1px 1px 0 rgba(255,255,255,0.4),
		1px 1px 0 rgba(255,255,255,0.4)
	;
}

/* - - - - - - - - - - - - - - - - - - */
#boxAlbumBottom {
	text-align: center;
	font-variant: small-caps;
	margin-bottom: 0.5em;
}

#boxAlbumBottom > div {
	display: none;
}

#boxAlbumBottom .babLoadMoar {}
	
#boxAlbumBottom .babLoadMoar button {
	font-size: 3em;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0.5em auto;
	padding: 0.25em 0.5em;
}

#boxAlbumBottom .babAlbEnd {}


/* - - - - - - - - - - - - - - - - - - */
#boxScroll2Top {
	position: fixed;
	
	display: none;
	
	right: 2em;
	bottom: 2em;
	
	padding: 0.33em;
	
	color: white;
	font-weight: bold;
	text-align: center;

	border-radius: 1em;
	background-color: rgba(0,0,0,0.3);
	border: 2px solid rgba(0,0,0,0.5);
	
	z-index: 11;
}

#boxScroll2Top a {
	font-variant: small-caps;
	
}

/* - - - - - - - - - - - - - - - - - - */

#boxPaging {
	position: relative;
	font-size: 0.8em;
}

/* - - - - - - - - - - - - - - - - - - */
