/* Styles Switcher */

#style-switcher h3 {
  color: #fff;
  font-size: 12px;
  margin: 5px 0 -3px 3px;
}
#style-switcher {
  background: #222;
  width: 150px;
  position: fixed;
  top: 168px;
  z-index: 9999;
  left: 0px;
  border-radius: 0 0 3px 0;
}
#style-switcher div {
  padding: 5px 10px;
}
#style-switcher h2 {
  color: #FFFFFF;
  padding: 0;
  font-size: 14px;
  padding: 3px 0 3px 14px;
  margin: 7px 0 0 0;
}
#style-switcher h2 a {
  background: #222222;
  display: block;
  height: 41px;
  position: absolute;
  right: -39px;
  top: 0;
  width: 39px;
}
#style-switcher h2 a span {
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  top: 10px;
  left: 8px;
}
.colors {
  padding-left: 7px;
}
.colors {
  list-style: none;
  margin: 0px 0px 10px 0px;
  overflow: hidden;
}
.colors li {
  float: left;
  margin: 4px;
}
.colors li a {
  display: block;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.layout-style select {
  width: 100%;
  padding: 5px;
  border: none;
  margin: 0 0 0 -5px;
  color: #fff;
  cursor: pointer;
}
#reset {
  margin: 0 0 15px 2px;
}
#reset a {
  color: #fff;
  font-size: 12px;
}
.style1 {
  background: #0dc0c0;
}
.style2 {
  background: #609ddb;
}
.style3 {
  background: #639a33;
}
.style4 {
  background: #18ba60;
}
.style5 {
  background: #d34a35;
}
.style6 {
  background: #694b8b;
}
.style7 {
  background: #8f5340;
}
.style8 {
  background: #f58b3c;
}
.style9 {
  background: #FCD746;
}

.colors li a.active {
  box-shadow: 0 0 0px 2px #fff;
}
.icon-2x{
	color: #fff;
font-size:22px;
line-height:30px;
}

@media only screen and (max-width: 768px) {
  #style-switcher {
    display: none;
  }
}
