#switcher { left: 0; padding: 8px 0; position: fixed; top: 220px; z-index: 999999; }
.styleswitcher h4{color:#333; font-size:12px; font-weight:bold; text-transform:uppercase; margin:10px 0 10px 6px;}
.styleswitcher .arrow-box { top:0px; right:-15px; position: absolute; }
.switch-button { background:#fff;cursor:pointer; display: block;width:15px; height:88px;text-align:center; color:#333;
box-shadow: 8px 0px 14px 0px rgba(0, 0, 0, 0.21);
-webkit-box-shadow: 8px 0px 14px 0px rgba(0, 0, 0, 0.21);
-moz-box-shadow: 8px 0px 14px 0px rgba(0, 0, 0, 0.21);
-o-box-shadow: 8px 0px 14px 0px rgba(0, 0, 0, 0.21);
}  
.styleswitcher {text-align: right;line-height: 0;}
.styleswitcher p { margin:0; }
.styleswitcher img { margin-top: 1px; }
.styleswitcher small{font-size:9px; margin-left:6px;}
.styleswitcher ul { margin: 0; padding: 0; width:100%;height: 30px; }
ul.background-selector img:hover, ul.background-selector1 img:hover{ cursor: pointer; }
.styleswitcher ul li { list-style: none; margin:3px 1px; display:inline-block;}
.styleswitcher ul li a { float: left; width: 16px; height: 14px;  text-decoration:none; filter: alpha(opacity=70); }
.styleswitcher ul li a:hover { border:1px solid #fff;}
.styleswitcher ul li.nomargin { margin-bottom:2px; }
ul.background-selector img { height:20px; width:20px; border:1px solid #999; }
ul.background-selector1 li{margin-bottom:2px;}
ul.background-selector1 img { height:20px; width:20px; border:1px solid #999; }
ul.color-scheme li { display: inline-block; }
ul.color-scheme li a:hover { opacity: 1; filter: alpha(opacity=100); }
ul.color-scheme li a{width:20px; height:20px;border-radius: 100%;padding: 10px 10px;margin: 3px 7px;}
ul.color-scheme li a:hover { opacity: 1; filter: alpha(opacity=100); }             
ul.color-scheme li a.red_color { background: #dc1d1d; }
ul.color-scheme li a.black_color { background: #111; }
ul.color-scheme li a.yellow_color { background: #f3d306; }
ul.color-scheme li a.blue_color { background: #26acfd; }
ul.color-scheme li a.green_color { background: #50b38a; }
ul.color-scheme li a.orange_color { background: #f77328; }
ul.color-scheme li a.brown_color { background: #a76501; }
ul.color-scheme li a.purple_color { background: #a73ca0; }
ul.color-scheme li a.pink_color { background: #d81159; }
ul.color-scheme li a.sangria_color { background: #92000A; }
.styleswitcher ul.layouts{margin-bottom:10px;}
ul.layouts li{ margin-right:10px;}
ul.layouts li a{border:0; width:auto; height:auto;padding:1px 15px; border:1px solid #999; color:#666666;}
ul.layouts li a:hover{text-decoration:none;}
ul.layouts li.active a{border-width:2px; padding:0 14px;}
@media only screen and (max-width: 768px)  {
ul.color-scheme li a {
    width: 15px;
    height: 15px;
    margin-top: 4px;
}
}