#style-swicher {
	background-color: #fff;
	position: fixed;
	opacity: 0;
	z-index: 101;
	right: -203px;
	top: 185px;
	width: 200px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.14);
}

#style-swicher .clear {
	padding: 0px;
}

#style-swicher ul {
	padding-left: 0;
}
#style-swicher ul li {
	float: left;
	border: 1px solid #fff;
	transition: border-color 0.16s linear;
	-webkit-transition: border-color 0.16s linear;
	margin: 0px 5px 5px 0px;
	list-style: none;
}

#style-swicher ul li img {
	display: block;
	cursor: pointer;
	width: 25px;
}

#style-swicher .main-title {
	padding: 15px;
	background-color: #f7f7f7;
}

#style-swicher .section-title {
	padding: 15px 15px 0px 15px;
}

#style-swicher .section-options {
	padding: 10px 15px;
	border-bottom: 1px solid #e8e8e8;
}

#style-swicher .panel-body {
	padding: 0;
}
a#toggle-section {
	position: absolute;
	left: -44px;
	top: 50px;
	border: 1px solid #e8e8e8;
	background-color: rgba(255,255,255,0.9);
}

a#toggle-section i:before {
	top: 0px;
	position: relative;
	font-size: 21px!important;
	line-height: 43px!important;
	height: 42px!important;
	width: 42px;
	color: #666!important;
	background-color: transparent!important;
	border-radius: 0px!important;
}

#style-swicher li.active-bg {
	border: 1px solid #27CCC0;
}

#style-swicher .panel-title {
	font-size: 14px;
}

#style-swicher .panel-heading {
	padding: 4px 8px;
}

#style-swicher .color {padding: 4px;margin-bottom: 5px;color: #fff; }

@media only screen and (min-width : 1px) and (max-width : 1000px) {
	#style-swicher { display: none!important; }
}
