.customizer {
	min-height: 400px;
	width: 230px;
	background-color: #FEFEFE;
	border-right: 1px solid #DDD;
	position: fixed;
	z-index: 200;
	top: -10px;
	bottom: -10px;
	left: -224px;
	padding: 40px 0 20px 3px;

	-webkit-border-radius: 0 3px 3px 0;
	-khtml-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;

	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.05);

	-webkit-transition: .8s left ease-in-out;
	-moz-transition: .8s left ease-in-out;
	-ms-transition: .8s left ease-in-out;
	-o-transition: .8s left ease-in-out;
	transition: .8s left ease-in-out;
}

.customizer.dark {
	background-color: #222;
	border-right-color: #444;
}

.customizer.open {
	left: 0;
}

.customizer h2 {
    border-bottom: 2px solid #DDD;
    color: #888;
    font-size: 18px;
    margin: 0 16px 2px 10px;
    padding-bottom: 4px;
}

.customizer .after-icon:hover .icon {
	color: #333;
}

.customizer .after-icon {
	height: 40px;
	width: 40px;
	display: block;
	background-color: #FEFEFE;
	border: 1px solid #DDD;
	position: absolute;
	cursor: pointer;
	top: 60px;
	z-index: 21;
	right: -36px;

	-webkit-border-radius: 0 3px 3px 0;
	-khtml-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;

	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.05);
}

.customizer.dark .after-icon .icon {
	color: #999;
}

.customizer.dark .after-icon:hover .icon {
	color: #444;
}

.customizer.dark h2 {
    color: #EEE;
	border-color: #444;
}

.customizer.dark .after-icon:before,
.customizer.dark .after-icon {
	background-color: #222;
	border-color: #444;
}
.customizer .after-icon .icon {
    cursor: pointer;
    font-size: 28px;
	color: #666;
    left: 8px;
    position: absolute;
    top: 5px;

	-webkit-animation: spin 10s infinite linear;
	animation: spin 10s infinite linear;
}

.customizer .after-icon:before {
    background-color: #FEFEFE;
    content: "";
    height: 70px;
    left: -7px;
    position: absolute;
    top: -10px;
    width: 10px;
    z-index: 22;
}

.customizer .color {
	height: 33px;
	width: 33px;
	margin: 9px 0 0 9px;
	float: left;
	background-color: #999;
    cursor: pointer;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: .8;
	-moz-opacity: .8;
	-khtml-opacity: .8;

	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.customizer .color:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;

	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.customizer .color.active {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	background: url(../images/property-selected.png) no-repeat scroll 14px 3px;
}

.customizer .clear {
	clear: both;
	height: 24px;
}

.customizer .texture.nb {
	border: none !important;
}

.customizer .texture {
	position: relative;
	width: 61px;
	height: 40px;
	margin: 9px 0 0 9px;
	float: left;
    cursor: pointer;
	background-color: #FFF;
	border: 1px solid #E4E4E4;
}

.customizer .texture:hover {
	border-color: #CCC;
}

.customizer .texture.active:after {
	content: '';
	height: 20px;
	width: 20px;
	background: url(../images/property-selected.png) no-repeat scroll 2px 2px rgba(50, 50, 50, .18);
	position: absolute;
	top: 3px;
	right: 3px;

	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.customizer .texture.skyline {
	width: 201px;
	height: 100px;
	background-color: transparent;
}

.customizer.dark .texture.skyline {
	border-color: #666;
}

.customizer #bg-container-dark {
	display: none;
}

.customizer .clean,
.customizer .dark {
	width: 202px;
	height: 60px;
	margin: 9px 0 0 9px;
	float: left;
	cursor: pointer;
	position: relative;
}

.customizer .clean {
	border: 1px solid #CCC;
}




.customizer .dark.active:after,
.customizer .clean.active:after {
	content: '';
	height: 20px;
	width: 20px;
	background: url(../images/property-selected.png) no-repeat scroll 2px 2px transparent;
	position: absolute;
	top: 3px;
	right: 3px;
}

.customizer .clean.active:after {
	background-color: rgba(50, 50, 50, .18);

	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}


.customizer.dark .dark.active {
	border: 1px solid #666;
}









@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

 