.style-switcher-slidebar {
    width: 320px;
    height: 520px;
    position: fixed;
    left: -320px;
    bottom: 50%;
    margin-bottom: -270px;
    z-index: 1200;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 1s ease;
    transition: all 0.5s ease;
}

.style-switcher-slidebar.opened {
    left: 15px;
}

.style-switcher-slidebar .switch-panel {
    float: left;
    width: 260px;
    height: 100%;
    overflow-y: hidden;
    background-color: rgba(255, 255, 255, 1);
    color: #333;
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
    border-radius: 3px;
}

.style-switcher-slidebar .switch-panel-inner {
    overflow-y: scroll;
    height: 410px;
    padding: 20px 10px;
}

.style-switcher-slidebar .switch-panel-inner::-webkit-scrollbar {
    width: 5px;
}

.style-switcher-slidebar .switch-panel-inner::-webkit-scrollbar-track {
    background-color: #bdc3c7;
}

.style-switcher-slidebar .switch-panel-inner::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

.style-switcher-slidebar .switch-panel-inner::-webkit-scrollbar-thumb:hover {
    background-color: #7f8c8d;
}

.style-switcher-slidebar label {
    margin-bottom: 0;
}

.style-switcher-slidebar h3 {
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 15px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 1px solid #f1f1f1;
}

.style-switcher-slidebar h3 a {
    font-size: 13px;
    color: #333;
}

.style-switcher-slidebar .panel-section {
    padding: 0 15px;
}

.style-switcher-slidebar .panel-title {
    margin: 20px 0 10px 0;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.style-switcher-slidebar .switch-panel .form-group {
    margin-bottom: 5px;
    margin-top: 5px;
}

.style-switcher-slidebar .reset-style-switcher {
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
}

.style-switcher-slidebar .reset-style-switcher i {
    margin-right: 5px;
}

.style-switcher-slidebar .reset-style-switcher:hover {
    color: #e74c3c;
}

.style-switcher-slidebar .color-switch:before,
.style-switcher-slidebar .color-switch:after {
    content: '';
    display: table;
}
.style-switcher-slidebar .color-switch:after {
    clear: both;
}
.style-switcher-slidebar .color-switch a {
    width: 35px;
    height: 35px;
    display: inline-block;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}

.style-switcher-slidebar .color-switch a:hover, .style-switcher-slidebar .color-switch a.active {
    opacity: 1;
}

.style-switcher-slidebar .color-switch a.spray-gray {
    background: url('../images/tribus/spray-gray.jpg') no-repeat;
}

.style-switcher-slidebar .color-switch a.purple-pink {
    background: url('../images/tribus/purple-pink.jpg') no-repeat;
}

.style-switcher-slidebar .color-switch a.green-dark {
    background: url('../images/tribus/green-dark.jpg') no-repeat;
}

.style-switcher-slidebar .color-switch a.blue-white {
    background: url('../images/tribus/blue-white.jpg') no-repeat;
}

.style-switcher-slidebar .color-switch a.red-white {
    background: url('../images/tribus/red-white.jpg') no-repeat;
}

.style-switcher-slidebar .color-switch a.yellow-white {
    background: url('../images/tribus/yellow-white.jpg') no-repeat;
}

.style-switcher-slidebar .color-switch a.pink-white {
    background: url('../images/tribus/pink-white.jpg') no-repeat;
}

.style-switcher-slidebar .color-switch a.purple-white {
    background: url('../images/tribus/purple-white.jpg') no-repeat;
}

.style-switcher-slidebar .color-switch a.gray-white {
    background: url('../images/tribus/gray-white.jpg') no-repeat;
}

.style-switcher-slidebar .color-switch a.brown-white {
    background: url('../images/tribus/brown-white.jpg') no-repeat;
}

.style-switcher-slidebar .color-switch a.green-white {
    background: url('../images/tribus/green-white.jpg') no-repeat;
}

.style-switcher-slidebar .color-switch a.orange-white {
    background: url('../images/tribus/orange-white.jpg') no-repeat;
}

/* Aside buttons */
a.btn-aside {
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    display: block;
    height: 50px;
    width: 50px;
    float: right;
    margin: 0 0 20px 0;
    z-index: 1000;
    position: relative;
    top: 100px;
    left: 60px;
    border-radius: 100%;
    opacity: 1;
    background: #FFF;
    color: #626262;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.style-switcher-slidebar.opened a.btn-aside {
    left: 0;
}

a.btn-aside:hover {
    opacity: 1;
}
a.btn-aside:hover {
    left: 65px;
    color: #222;
}

.style-switcher-slidebar.opened a.open-panel {
    background: #333;
    color: #fff;
    opacity: 1;
}
