.albumwallbox .title{
	display:block;
	margin:50px auto;
}
.albumwallbox .title big{
	display:block;
	margin:15px 0;
	padding: 10px 0;
	font-size:3.75em;
	color:#2c4f6c;
	font-family: 'Work Sans', sans-serif;
	border-bottom: 2px dotted #CCC;
}
.albumwallbox .title span{
	font-size:1.25em;
}
.albumwallbox .content{
	position:relative;
	z-index:1;
	margin:20px 10px;
	border-bottom:3px dotted #eaeaea;
}
.grid {
	position: relative;
	z-index: 2;
	display: block;
	margin: 0 auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;	
}

.grid__sizer {
	margin-bottom: 0 !important;
}

.grid__item img,.grid__item a  {
	width: 100%;
	margin:0;
	display: block;
}

.grid .grid__item,
.grid .grid__sizer {
	width: calc(50% - 10px);
	margin: 0 5px 10px;
}
.grid__item .column{
	 padding: 8px;
}
 .grid__item .column span {
	 color:#FFB400;
	 font-size: 0.75em;
	 padding-left:5px;
 }
@media screen and (min-width: 60em) {
	.grid .grid__item,
	.grid .grid__sizer {
		width: calc((100% / 3) - 10px);
		margin: 0 5px 10px;
	}
}

@media screen and (min-width: 70em) {
	.grid .grid__item,
	.grid .grid__sizer {
		width: calc(25% - 14px);
		margin: 0 7px 14px;
	}
	/* Grid types */
	.grid--type-b .grid__item,
	.grid--type-b .grid__sizer {
		width: calc(20% - 10px);
		margin: 0 5px 20px;
	}

	.grid--type-c .grid__item,
	.grid--type-c .grid__sizer {
		width: calc(25% - 8px);
		margin: 0 4px 8px;
	}
}

@media screen and (max-width: 50em) {
	.content--center {
		max-width: 100%;
	}
	.control {
		margin: 0 0 1em;
		text-align: left;
	}
}
.albumwall_close{
	text-align:center;
	cursor:pointer;
	position:fixed;
	bottom:50px;
	width:50px;
	height:50px;
	line-height:50px;
	right:0;
	left:0;
	margin:auto;
	z-index:2;
	background:rgba(0,0,0,.5);
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;	
}
.albumwall_close img{
	width:60%;
	margin:auto;
	border:none;
}