
/* Styles Switcher */

#style-switcher {
background: #fff none repeat scroll 0 0;
border-radius: 0 0 3px;
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
left: 0;
position: fixed;
top: 168px;
width: 65px;
z-index: 9999;
}
#style-switcher div {
padding: 0px;
}
#style-switcher h2 {
color: #34495e;
font-size: 14px;
font-weight: 600;
margin-bottom: 0;
margin-right: 0;
margin-top: 0;
padding: 2px 0;
text-align: center;
text-transform: uppercase;
}
#style-switcher h2 a {
background: #34495e none repeat scroll 0 0;
border-radius: 0 5px 5px 0;
display: block;
height: 50px;
position: absolute;
right: -50px;
top: 0;
width: 50px;
}
#style-switcher h2 a i {
color: #fff;
font-size: 26px;
left: 12px;
position: absolute;
top: 12px;
}
.colors {
  padding-left: 7px;
}
.colors {
  list-style: none;
  margin: 0px 0px 5px 0px;
  overflow: hidden;
}
.colors li {
display: inline;
}
.colors li a {
border-radius: 100px;
cursor: pointer;
display: block;
height: 35px;
margin: 10px 6px;
width: 35px;
}
.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: #10c7e9;
}
.style2 {
  background: #13bfb1;
}
.style3 {
  background: #2a80b9;
}
.style4 {
  background: #7b5cfe;
}
.style5 {
  background: #42faa4;
}
.style6 {
  background: #ffaa3d;
}
.style7 {
  background: #304ffe;
}
.style8 {
  background: #f7378a;
}
.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;
  }
}
