@charset "utf-8";
/* CSS Document */
.loading-overlay{
	position: absolute;
	z-index: 899;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, 0.9);
	background-image: url(../preloader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#show {
	position: absolute;
	top: 30px;
	left: 0;
	z-index:900;
}
.demo-ip #show {
	top: 210px;
}
#show.panel-act {
	z-index: 909;
}

	.customize {
		position: absolute;
		top: 0px;	
		left: 0;	
		z-index: 10;
		padding: 20px 20px 20px 0;
		width: 330px;
		background-color:rgba(0, 0, 0, 0.8);
	}
		#show .skin-panel {
			overflow: hidden;
			background-color: #fff;
			padding: 20px 0 10px 20px;
		}
			
						
				.customize {
					font-family: Arial,Helvetica,sans-serif; 
				}

	.customize a.close_btn {
		position: absolute;
		top: -1px;
		right: 1px;
		width: 60px;
		height: 100px;
		opacity: 1;

		-webkit-transition: all 0.1s linear;
		-moz-transition: 	all 0.1s linear;
		-ms-transition: 	all 0.1s linear;
		-o-transition: 		all 0.1s linear;
		transition: 		all 0.1s linear;
	}
	.customize a.close_btn:hover {
		opacity: 0.7;
	}

	#show a.close_btn {
		background: url(../close-skin.png) no-repeat 0 0;
	}

	.customize .close_bg {
		position: absolute;
		top: 20px;
		right: -60px;
		z-index:90;
		width: 60px;
		height: 100px;
		background-color: rgba(0, 0, 0, 0.8);
	}
	
	.skin-img {
		position: relative;
		display: block;
		line-height: 0;
		margin-bottom: 3px;
	}
	.skin-img p {
		line-height: 20px;
		margin-bottom: 0;
		font-size: 11px;
	}
	.skin-img i {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-position: 0 0;
		background-repeat: no-repeat;
		opacity: 0;
	}
	.skin-img i,
	.img-preview a,
	.img-preview {
		-webkit-transition: all 0.1s linear;
		-moz-transition: 	all 0.1s linear;
		-ms-transition: 	all 0.1s linear;
		-o-transition: 		all 0.1s linear;
		transition: 		all 0.1s linear;
	}
	.img-preview:hover .skin-img i {
		background-image: url(../skin-hover.png);
		cursor: pointer;
		opacity: 1;
	}
	.img-preview.act .skin-img i {
		opacity: 1;
		background-image: url(../skin-act.png);
	}
	.img-preview {
		position:relative;
		float:left;
		margin:0px 10px 0px 0;

	}
	.img-preview a {
		display: block;
		margin-bottom: 5px;
		color: #242424;
		text-decoration: none;
	}
	.img-preview:hover a,
	.img-preview.act a {
		color: #2ccc71;
	}

.demo-panel label {
	font-size: 11px;
	color: #242424;
	cursor: pointer;
}
.demo-panel label:hover {
	color: #2CCC71;
}