@charset "utf-8";
.magicwall {
	position: relative;
	display: block
}
.magicwall.magicwall-loading:before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	z-index: 9999;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	background: url(Public/Images/loading.GIF) center center no-repeat rgba(200,200,200,.05);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%
}
.magicwall .magicwall-grid {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	list-style: none;
	font-size: 0;
	background: #000
}
.magicwall .magicwall-grid>li {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0
}
.magicwall .magicwall-grid>li>.magicwall-wrap {
	display: inline-block;
	width: 100%;
	height: 100%
}
.magicwall .magicwall-grid>li>.magicwall-wrap>.magicwall-thumb {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0,.5)
}
.magicwall .magicwall-grid>li.magicwall-loading>.magicwall-wrap:before {
	content: "\e608";
	display: block;
	width: 200px;
	padding: 0px 0 6px 0;
	text-align: center;
	height: 48px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	/* margin-top: -21px; */
	/* margin-left: -95px; */
	/* background: url(Public/Images/loading.GIF) center center no-repeat rgba(200,200,200,.05); */
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50px;
	background: #202020;
	box-shadow: inset 0 0 50px 0 #000;
	font-family: 'font-icons';
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.07);
	font-size: 48px;
}




/* demos */

#demos{
	width: 100%;
	max-width: 650px;
	margin: 0 auto 50px;
	padding: 0;
	text-align: center;
	height: 500px;
}

#demos a{
	display: inline-block;
	width: 10em;
	padding: 0.5em 1em;
	margin: 2px 1px;
	text-decoration: none;
	color: #333;
	background: #f0f0f0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#demos a:hover{
	background: #e9e9e9;
}

#demos a.current{
	color: #fff;
	background: #ef4135;
}
