.front_panel {
	display: none;
	position: fixed;
	top: 200px;
	left: 0;
	background: #fff;
	height: 200px;
	width: 245px;
	padding: 15px;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
	box-shadow: 0 0 6px rgba(0,0,0,.1);
	z-index: 99999;
}
.front_theme_color {
	display: inline-block;
	height: 30px;
	width: 30px;
	margin-right: 3px;
	margin-bottom: 3px;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.1);
	box-shadow:inset 0 0 6px rgba(0,0,0,.1);
	cursor: pointer;
}
.toggle-button {
	position: absolute;
	width: 50px;
	height: 50px;
	right: -50px;
	top: 0;
	cursor: pointer;
	background: #fff url(settings.png) center center no-repeat;
	border-radius: 25px;
	-webkit-transition: all .7s linear;
	transition: all .7s linear;
}
/*.toggle-button:hover {
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}*/