#style-menu {
	position: fixed;
	top: 20%;
	left: 0;
	z-index: 99999;
	left: -100px;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
#style-menu.show{left:0;}
#style-menu ul {
	list-style: none outside none;
	margin: 0;
	width: 100px;
	background: #fff;
	border-radius:0 0 10px 0;
}
#style-menu li {
    float: left;
    height: 30px;
    margin: 10px;
    text-align: center;
    width: 30px;
}
#style-menu li a {
    border-radius: 50px 50px 50px 50px;
    display: inline-block;
    height: 30px;
    text-align: center;
    width: 30px;
}
.orange{background:#F39C12;}
.red{background:#E74C3C;}
.blue{background:#3498DB;}
.green{background:#1ABC9C;}
.purple{background:#8E44AD;}
.yellow{background:#F1C40F;}

#style-menu .switch-title {
    background: none repeat scroll 0 0 transparent;
    color: #444444;
    font-size: 12px;
    font-weight: bold;
    margin: 15px 0 5px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.switch-btn {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0 10px 10px 0;
    color: #666666;
    cursor: pointer;
    font-size: 23px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: -50px;
    text-align: center;
    text-shadow: 1px 1px 2px #CCCCCC;
    top: 0;
    width: 50px;
}
