@charset "ISO-8859-1";

/* css3 transitions */
.masonry,.masonry .masonry-brick {
	-webkit-transition-duration:.4s;
	-moz-transition-duration:.4s;
	-ms-transition-duration:.4s;
	-o-transition-duration:.4s;
	transition-duration:.4s
}

.masonry {
	-webkit-transition-property:width,height;
	-moz-transition-property:width,height;
	-ms-transition-property:width,height;
	-o-transition-property:width,height;
	transition-property:width,height
}

.masonry .masonry-brick {
	-webkit-transition-property:left,right,top;
	-moz-transition-property:left,right,top;
	-ms-transition-property:left,right,top;
	-o-transition-property:left,right,top;
	transition-property:left,right,top
}


/* box styling */
#boxContainer {
	margin: 0 auto;
	width: 900px;
	margin-bottom: 20px;
}

.boxitm {
	position: relative;
	float: left;
}

.boxitm .boxcap {
	
	/*test css*/
	/*display: block!important;*/
	
	font: normal small-caps 40px Helvetica;
	display:none;
	color:#FFF;
	position:absolute;
	background-color: #000;
	left:0;
	top: 0;
	-khtml-opacity: 0.8;	
	opacity: 0.8;
	overflow: hidden;
	text-align: left;
}

.boxcap h4 {
	padding: 10px 0px 0px 10px;
	font-size: 20px!important;
	letter-spacing:-1px;
}
.boxcap .boxtxt {
	padding: 0px 0px 0px 10px;
	margin-top: -5px;
	font-size: 14px;
}
.boxcap .boxdat {
	
	position: absolute;
	right: 5px;
	bottom: 5px;
	letter-spacing:-1px;
	font: normal small-caps 40px "Lucida Grande", Lucida;
}


.boxsize-small {
	width:150px;
	height:150px
}

.boxsize-tall {
	width:150px;
	height:300px
}

.boxsize-flat {
	width:300px;
	height:150px
}

.boxsize-block {
	width:300px;
	height:300px
}


/* banner styling */
#globalContent {
	padding:0!important
/*main.css override*/
}

.albumsBanner {
	border-bottom:1px dotted #EAEAEA;
	height:70px;
	margin-bottom:20px
}

.albumsBanner h1 {
	float:left;
	margin-left:20px;
	line-height:70px
}

.albumBanner {
	border-bottom:1px dotted #EAEAEA;
	height:100px;
	margin-bottom:20px
}

#albumInfo {
	background-color:#CCC;
	float:left;
	position:absolute;
	margin-left:20px;
	margin-top:10px;
	position:relative
}

#albumInfo #albumMaster {
	float:left;
	height:80px;
	width:80px;
	position:absolute;
	background-color:#DDD
}

#albumInfo #albumMeta {
	float:left;
	position:absolute;
	margin-left:90px;
	width:500px
}

#albumInfo #albumMeta h1 {
	margin:0
}

#albumInfo #albumMeta span {
}

#fullscr {
	position:relative;
	top:50%;
	margin-top:-8px;
	float:right;
	margin-right:20px;
	width:150px
}

#fullscr img {
	height:16px;
	width:16px;
	float:right
}

#fullscr #fullscrtxt {
	height:14px;
	margin-top:-4px;
	letter-spacing:-1px;
	font-weight:700;
	float:right;
	margin-right:5px
}

#backTo {
	float:left;
	width:30px;
	height:40px;
	background-color:#ea1a35;
	margin-top:30px;
	border-radius:0 3px 3px 0;
	background-image:url(../img/back-arrow.png);
	background-size:25px 30px;
	background-position:2px 5px;
	background-repeat:no-repeat;
	-webkit-transition-duration:.1s;
	-moz-transition-duration:.1s;
	-ms-transition-duration:.1s;
	-o-transition-duration:.1s;
	transition-duration:.1s;
	cursor:pointer
}

#backTo:hover {
	background-position:0 5px
}

.album-header {
	display: flex;
	justify-content: space-between;
}

.image-slider {
	margin-bottom: 5px;
}

.full-image {
	width: 100%;
	height: 100%;
}

.tag {
	position: absolute;
}

.tag-circle {
	height: 20px;
	width: 20px;
	background-color: black;
	opacity: 0.5;
	border-radius: 50%;
	float: left;
}

.tag-text {
	position: absolute;
	background-color: black;
	opacity: 0.6;
	color: white;
	border-radius: 10px;
	font-size: 12px;
	padding: 0 5px;
	line-height: 20px;
	white-space: nowrap;

}

.tag-circle:hover {
	cursor: pointer;
}

.photo-list {
	display: flex;
	top: 0;
	right: 0;
	overflow-x: auto;
}

.thumbnail {
	margin-right: 5px;
}

.thumbnail-image {
	width: 150px;
	height: 150px;
}

.image-items-container > div {
	visibility: hidden;
}

.image-items-container:hover > div, .image-items-container:active > div, .image-items-container.editing > div {
	visibility: visible;
}

.photo-list::-webkit-scrollbar {
	width: 1em;
}

.photo-list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.photo-list::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
}

.slider-image {
	display: block;
	max-height: 512px;
	max-width: 100%;
	box-sizing: border-box;
	z-index: -1;
	margin: 0 auto;
}

.slider-image-container {
	position: relative;
	display: flex;
	justify-content: center;
}

.image-items-container {
	display: inline-block;
	position: relative;
}

.button-container {
	position: absolute;
	bottom: 5px;
	left: 10px;
	display: flex;
	align-items: center;
}

.button-edit-tags {
	margin: 0 5px;
	white-space: nowrap;
}

.edit-info {
	visibility: hidden;
	margin: 5px;
	text-align: right;
	background-color: black;
	opacity: 0.6;
	color: white;
	border-radius: 10px;
	line-height: 30px;
	padding: 0 5px;
	font-size: 12px;
}

.modal {
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	display: none;
}

.modal-content {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	background-color: #fefefe;
	margin: auto;
	width: 80%;
	max-width: 400px;
	text-align: center;
	border-radius: 5px
}

.modal-bar {
	background: #ea1a35;
	color: white;
	padding: 5px;
	margin-bottom: 5px;
	border-radius: 5px 5px 0 0;
}

.modal-title {
	margin: 0;
}

.modal-input-container {
	display: flex;
	justify-content: center;
}

.modal-input-label {
	margin: 5px;
}

.modal-input {
	margin: 5px;
}

.modal-button {
	display: inline-block;
	color: white;
	background: #ea1a35;
	padding: 5px 20px 5px 20px;
	border-radius: 5px;
	margin: 5px;
}
.modal-button:hover {
	cursor: pointer;
	background: #f2495f;
}

@media all and (max-width : 920px) {

	.photo-list {
		display: none;
	}

	.thumbnail-toggle {
		display: none;
	}

	.edit-info {
		display: none;
	}
}