/* Styles Color Switcher */

#style-theme-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: 240px;
    z-index: 9999;
}
#style-theme-switcher div {
    padding: 0px 10px;
}
#style-theme-switcher h2 {
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}
#style-theme-switcher h2 a {
    background: #ECECEC none repeat scroll 0 0;
    display: block;
    height: 50px;
    position: absolute;
    right: -50px;
    top: 0;
    width: 50px;
}
#style-theme-switcher h2 a i {
    color: #fff;
    font-size: 26px;
    left: 12px;
    position: absolute;
    top: 12px;
}
.colors-theme {
    padding-left: 7px;
}
.colors-theme {
    list-style: none;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
}
.colors-theme li {
    float: left;
}
.colors-theme li a {
    border-radius: 100px;
    cursor: pointer;
    display: block;
    height: 35px;
    margin: 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: #ff7979;
}
.style2 {
    background: #26a9e0;
}
.style3 {
    background: #fe4819;
}
.style4 {
    background: #ed145b;
}
.style5 {
    background: #00d8ff;
}
.style6 {
    background: #f19e1e;
}
.style7 {
    background: #ed1c24;
}
.style8 {
    background: #703789;
}
.colors-theme li a.active {
    box-shadow: 0 0 0px 2px #fff;
}