/* =================================================================== */
/* Styles Switcher
====================================================================== */

#style-switcher {
    background-color: rgba(0,0,0,1);
    border-radius: 0 0 3px;
	height: 100%;
    left: 0;
    padding: 25px 0 25px;
    position: absolute;
    top: 0;
    width: 270px;
	min-height:auto;
    z-index: 100;
}
#style-switcher .switcher-toggle {
	display: block;
	height: 58px;
	position: absolute;
	right: -3px;
	top: 50px;
	width: 40px;
	border-radius: 0 3px 3px 0;
	padding-right: 5px;
	padding-bottom: 5px;
	/* padding-top: 5px; */
}
.icon-switcher {
	background: rgba(3, 3, 3,1) none repeat scroll 0 0;
	/* border-radius: 0 6px 6px 0; */
	color: #fff;
	font-size: 15px;
	margin-left: 37px;
	margin-top: 0px;
	padding: 14px 12px;
	position: absolute;
}
.icon-switcher i {
    color: #fff;
    font-size: 20px;
}

 
