/* =================================================================== */
/* Styles Switcher
====================================================================== */

#style-switcher {
    background-color: #f4f4f4;
    width: 180px;
    position: fixed;
    top: 145px;
    z-index: 1000;
    border-radius: 0 0 3px;
    left: -185px;
    -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, .3);
    box-shadow: 2px 3px 3px rgba(0, 0, 0, .3);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}
#style-switcher.open_switcher {
    left: 0
}
#style-switcher div {
    padding: 5px 10px;
	float: left;
    width: 100%;
}
#style-switcher h2 {
    background-color: #262626;
    color: #fff;
    font-size: 15px;
    padding: 14px 0 11px 13px;
    margin: 0
}
#style-switcher h2 a {
    display: block;
    height: 41px;
    position: absolute;
    right: -45px;
    top: 0;
    width: 40px;
    line-height: 40px;
    border-radius: 0 2px 2px 0;
    color: #fff;
    text-align: center;
    background-color: #18b870;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}
.open_switcher h2 a {
    right: -25px !important;
}
#style-switcher h3 {
    letter-spacing: .5px;
    margin: 10px 0 5px 3px;
    font-size: 15px;
    color: #36434d;
    font-weight: bold;
    position: relative;
}
.colors {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    float: left;
    width: 100%;
}
.colors li {
    float: left;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    width: 40px;
    height: 40px;
    z-index: 0;
    position: relative;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}
.colors li a {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #64C7CC;
    float: left;
}
.colors li a span {
    width: 20px;
    height: 20px;
    background-color: #ec2e4a;
    margin: 5px 0
}
#default {
    background-color: #feef1f
}
#orange {
    background-color: #F86923
}
#indianred {
    background-color: #ef6a6a
}
#crimson {
    background-color: #ea4b6b
}
#hotpink {
    background-color: #f95b7a
}
#darkorange {
    background-color: #e84c3d
}
#violetblue {
    background-color: #6495ed 
}
#darkkhaki {
    background-color: #bdb76b
}
#royalblack{
    background-color: #2b2b2b
}
#mediumslateblue {
    background-color: #4e6d9b
}
#purple {
    background-color: #6f3662
}
#dodgerblue {
    background-color: #31155b
}
#darkturquoise {
    background-color: #00ced1
}
#teal {
    background-color: #1ABC9C
}
#darkchocolate {
    background-color: #4e1412
}
#yellowgreen {
    background-color: #8CC739
}

#reset {
    margin: 0 0 10px 2px
}
#reset button {
    height: 40px;
    line-height: 38px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #36434d;
    padding: 0 30px;
    background-color: #feef1f;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    border: none;
    border-bottom: 3px solid #ddab05;
    text-decoration: none;
    margin: 10px auto;
    cursor: pointer;
    text-shadow: none;
    text-transform: uppercase;
}
#reset button:hover {
    background-color: #18b870;
    border-bottom-color: #15a663;
    color: #fff;
}
#reset a {
    color: #fff;
    font-size: 12px;
    padding: 5px 14px;
    box-shadow: none;
    border-radius: 1px
}
#layout-style {
    background-color: #ddd;
    color: #373737;
    font-weight: 600;
    margin-left: 2px;
    margin-bottom: 15px
}
.colors.bg li a {
    width: 25px;
    height: 25px;
    margin: 2px
}
.colors.bg li a:after,
.colors.bg li a:before {
    display: none
}
.bg1 {
    background-image: url(../images/patterns/pattern-1.png)
}
.bg2 {
    background-image: url(../images/patterns/pattern-2.png)
}
.bg3 {
    background-image: url(../images/patterns/pattern-3.jpg)
}
.bg4 {
    background-image: url(../images/patterns/pattern-4.png)
}
.bg5 {
    background-image: url(../images/patterns/pattern-5.png)
}
.bg6 {
    background-image: url(../images/patterns/pattern-6.png)
}
.bg7 {
    background-image: url(../images/patterns/pattern-7.jpg)
}
.bg8 {
    background-image: url(../images/patterns/pattern-8.png)
}
.bgr {
    padding: 0!important
}
.colors li.active a {
}
.colors li.active {
    transform: scale(1.1);
    z-index: 2;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.55);
}
@media only screen and (max-width: 767px) {
    #style-switcher {
        display: none
    }
}
@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6/2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    #style-switcher h2 a {
        background: url(../images/settings-icon.png) 9px center no-repeat #404040;
        background-size: 21px
    }
}