/* Color Style Switcher 
---------------------------------------------------------------------- */

#color-style-switcher div h3 {
    color: #ffffff;
    font-size: 19px;
    margin: 8px 3px 12px;
}
#color-style-switcher {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .7);
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
    left: -189px;
    position: fixed;
    top: 250px;
    width: 195px;
    z-index: 9999;
}
#color-style-switcher div {
    padding: 5px 10px;
}
#color-style-switcher .bottom {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .7);
    color: #252525;
    padding: 0;
}
#color-style-switcher .bottom a.settings {
    position: absolute;
    display: block;
    height: 50px;
    right: -50px;
    top: 0;
    width: 50px;
    padding: 13px;
    background-color: rgba(0, 0, 0, .7);
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
    z-index: 1;
}
#color-style-switcher .bottom a.settings:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f013";
    font-family: FontAwesome;
    color: #eee;
    font-size: 30px;
    padding: 10px;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
#color-style-switcher select {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #eee;
    line-height: 1;
    margin-bottom: 10px;
    padding: 5px 10px;
    width: 150px;
}
ul.colors {
    list-style: none outside none;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
}
ul.colors li {
    float: left;
    margin: 2px;
}
ul.colors li a {
    cursor: pointer;
    display: block;
    height: 45px;
    width: 45px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
ul.colors li a.active {
    position: relative;
}
ul.colors li a.active:after {
    color: #eee;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 18px;
    right: 15px;
    position: absolute;
    top: 15px;
}
ul.colors li a.color1.active:after {
    color: #111;
}
@media only screen and (max-width: 500px) {
    #color-style-switcher {
        display: none;
    }
}

/* Separator Switch */

.separator {}
.separator label {
    padding: 0px 10px;
    margin-bottom: 15px;
}
.separator label img {
    margin-left: 10px;
    margin-top: -5px;
}
.separator_switch {
    cursor: pointer;
}

/* Color Style Switcher  End
---------------------------------------------------------------------- */


/* Colors
---------------------------------------------------------------------- */

ul.colors .color1 {
    background: #00aeef;
}
ul.colors .color2 {
    background: #ec0128;
}
ul.colors .color3 {
    background: #7d4ccc;
}
ul.colors .color4 {
    background: #13aab3;
}
ul.colors .color5 {
    background: #00e4b1;
}
ul.colors .color6 {
    background: #8cbdcf;
}
ul.colors .color7 {
    background: #002B82;
}

/* Colors End
---------------------------------------------------------------------- */
