/* weconsulting -  Theme HTML Template */


/***************************switcher style**********************************/

#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: 250px;
    width: 220px;
    z-index: 9999;
}

#style-switcher div {
    padding: 5px 10px;
}

#style-switcher h2 {
    color: #333;
    font-family: montserrat, sans-serif;
    font-size: 16px;
    margin-bottom: 8px;
    margin-right: 0;
    margin-top: 0;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
    background: #333;
    color: #fff;
}

#style-switcher h2 a {
    background: #f5af24;
    display: block;
    height: 40px;
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#style-switcher h2 a i {
    color: #fff;
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 9px;
}

.colors {
    padding-left: 7px;
}

.colors {
    list-style: none;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
}

.colors li {
    float: left;
}

.colors li a {
    cursor: pointer;
    display: block;
    height: 30px;
    margin: 7px 9px;
    width: 30px;
}

#reset {
    margin: 0 0 15px 2px;
}

#reset a {
    color: #fff;
    font-size: 12px;
}

.default-style {
    background: #f5af24
}

.light-blue-style {
    background: #00b7f1;
}

.pink-style {
    background: #e91e63;
}

.green-style {
    background: #00af2a;
}

.ciyan-style {
    background: #009688;
}

.blue-style {
    background: #03a9f4;
}

.red-style {
    background: #ff4136;
}

.teal-style {
    background: #39CCCC;
}

.icon-2x {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}


}