.anchor-menu-block {
  position: fixed;
  top: 240px;
  right: 0px;
  z-index: 2000;
  width: 60px;
  border-radius: 0 0 0 6px;

  min-height: 130px;
  background-color: none; 
}
.anchor-menu-mobile {
  position: fixed;
  bottom: 20%;
  right: -130px;
  z-index: 2000;
  width: 130px;
  border-radius: 0 0 0 6px;
  background: #3d3d3d;
  min-height: 130px;
  background-color: rgba(0, 0, 0, 0.8); 
}

.anchor-menu-block h3, .anchor-menu-mobile h3 {
  margin: 0;
  padding: 5px 0 5px 20px;
  background: #494949;
  color: #fff;
  text-transform: none;
  font-size: 17px;
  line-height: 30px;
  font-weight: 200;
  padding:0;
}
.anchor-menu-block h3 a, .anchor-menu-mobile h3 a {
  position: absolute;
  top: 50px;
  left: -67px;
  display: block;
  width: 104px;
  height: auto;
  border-radius: 5px 5px 0px 0px;
  
  background: url(../images/expand-arrow.png) no-repeat 6px 50% rgba(0, 0, 0, 0.5);
  color: #FFF;
  text-align: right;
  text-decoration: none;
  padding: 5px 10px;
  line-height: 20px;
  font-size: 12px;
}
.anchor-menu-mobile h3 a {
background: url(../images/expand-arrow.png) no-repeat 6px 50% rgba(0, 0, 0, 0.7);

}

.anchor-menu-block h3 a .fa, .anchor-menu-mobile h3 a .fa {
  color: #fff;
  margin-right: 4px;
}
.style-switcher-body {
  padding: 20px;
}
.style-switcher-body h4 {
  font-size: 17px;
  font-weight: normal;
  color: #fff;
  margin-bottom: .5em;
}
.style-switcher-body ul {
  margin-bottom: 20px;
  overflow: hidden;
}

.styles-switcher-colors {
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin-bottom: -10px;
  margin-right: -10px;
}
.styles-switcher-colors li {
  float: left;
  margin: 0 10px 10px 0;
}
.styles-switcher-colors li a {
  display: block;
  width: 32px;
  height: 32px;
  background: #dc2a0b;
  border: 1px solid transparent;
}
.styles-switcher-colors li a:hover {
  border-color: #fff;
}

.styles-switcher-colors li a.active{
  border-color: #000;
}
.styles-switcher-colors li a.color-default{
  background: #e91e63;
}
.styles-switcher-colors li a.color-blue{
  background: #03a9f4;
}
.styles-switcher-colors li a.color-blue-gray{
  background: #607d8b;
}
.styles-switcher-colors li a.color-brown{
  background: #795548;
}
.styles-switcher-colors li a.color-cyan{
  background: #00bcd4;
}
.styles-switcher-colors li a.color-green{
  background: #4caf50;
}
.styles-switcher-colors li a.color-green-light{
  background: #8bc34a;
}
.styles-switcher-colors li a.color-indigo{
  background: #3f51b5;
}
.styles-switcher-colors li a.color-orange{
  background: #ff9800;
}
.styles-switcher-colors li a.color-orange-deep{
  background: #ff5722;
}
.styles-switcher-colors li a.color-purple{
  background: #9c27b0;
}
.styles-switcher-colors li a.color-red{
  background: #f44336;
}
.styles-switcher-colors li a.color-yellow{
  background: #ffc107;
}

/* Layouts */
.buttons-switcher {
  list-style: none;
  padding: 0 0 10px 0;
}
.buttons-switcher li {
  float: right;
  width: 45%;
  text-align: center;
}
.buttons-switcher li:first-child {
  float: left;
}
.buttons-switcher li a {
  display: block;
  border: 2px solid rgba(255,255,255,.1);
  padding: 5px 0;
  color: #fff;
}
.buttons-switcher li a:hover,
.buttons-switcher li a.active {
  text-decoration: none;
  background: rgba(255,255,255,.1);
}

.item-list ul.anchor-toggle {
	padding:10px 20px 40px;
	margin:0;
}
.item-list ul.anchor-toggle li {
line-height: 1.2em;
font-size: 12px;
}
.item-list ul.anchor-toggle li a {
	color: #fff;
	display: block;
	width: 20px;
	height: 20px;
	background: white;
	border-radius: 50%;
	overflow: hidden;
}
.anchor-menu-block .view-header a, .anchor-menu-mobile .view-header a {
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-aligh: right;
    letter-spacing: .3px;
    
}

.item-list ul.anchor-toggle li.clearfix:after, .item-list ul.anchor-toggle li.clearfix:before, .anchor-menu-block .clearfix:after, .anchor-menu-block .clearfix:before {
	content: none;
	display: none;
}
.view-anchor-menu div.clearfix {
	display: none;
}
.anchor-menu-block {
	padding:0;
}
.anchor-menu-block .widget-title {

    margin-bottom: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 12px;
    color: #333;
}
.item-list ul.anchor-toggle li a:focus, .item-list ul.anchor-toggle li a:hover, .item-list ul.anchor-toggle li a:active  {
	color: #ccc;
	background: #ccc;

}