body {
	margin: 0;
	padding: 0;
	background: #000;
	font-size: 13px;
}
h1,h2,h3,h4,h5,h6 {
	margin-top: 0px;
}
#soundzaik {
	margin: 0;
	padding: 0;

}
#soundzaik li {
	list-style-type: none;
	display: block;
	float: left;
	width: 200px;
	height: 200px;
	margin: 30px;
	box-shadow: 0 0 0 10px rgba(0,0,0,.2);
}
#soundzaik li a {
	position: relative;
	display: block;
	width: 200px;
	height: 200px;
}
#soundzaik li,
#soundzaik li:hover,
#soundzaik li a,
#soundzaik li a:hover {
	/*border-radius: 200px;*/	
	overflow: hidden;
}
#soundzaik li img {
	margin-left: -50%;
	position: relative;
}
#soundzaik li a:after {
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	content: attr(data-name);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 200px;
	height: 200px;
	color: rgba(255,255,255,0);
	text-align: center;
	padding-top: 90px;
	font-weight: 900;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 0px;
	transition: all .3s ease-in-out;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); 
	-webkit-transform: rotate(0deg); 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow:0 0 0px 10px rgba(0,0,0,0.2) inset, 0 0 10px rgba(0,0,0,.9) inset;
	overflow: hidden;
}
#soundzaik li a:hover:after, #soundzaik li a:active:after {
	font-size: 30px;
	box-shadow:0 0 0px 65px rgba(0,0,0,.5) inset;
	color: rgba(255,255,255,1);
	text-shadow:0px 0px 20px #000;
	overflow: hidden;
}

#info {
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 0px;
	background-color: #fff;
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	opacity: 0;
	transition: all .3s ease-in-out;
}

#info h3 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 21px;
}
#info p {
	color: #888;
	font-weight: 100;
	line-height: 1.6;
}
#info p  strong{
	color: #077C99;
	text-transform: uppercase;
}
#info p  a{
	/*color: #860000;*/
	text-decoration: none;
	color: #077C99;
}
#info img {
	max-width: 100%;
	border: 1px solid #EEE;
	border-radius: 3px;
}

section {
	float: left;
}
#artists {
	transition: all .3s ease-in-out;
	background: url('../images/pattern_bg.png') repeat scroll top left;
}
#info.visible {
	width: 300px;
	padding: 30px;
	opacity: 1;
}
#info.visible + #artists {
	margin-left: 300px;
}