/*-----------------------------------------------------
/* Styles Switcher v2.0  by smq ( http://smq.ht2.pl )
------------------------------------------------------*/
.style-switcher {
    position: fixed;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: -300px;
    width: 300px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.style-switcher:hover {
    right: 0;
}
.style-switcher .body-switcher {
    width: 300px;
    background: #2D363E;
    border-left: 3px solid #2D363E;
    padding:0;
    overflow-x: hidden;
    overflow-y: auto;
    height:100%;
    max-height: 100%;
}

.style-switcher .icon-switcher {
    position: absolute;
    top:80px;
    left:-50px;
}
.style-switcher .icon-switcher i {
    float:right;  
    padding: 15px;
    background: #fff;    
}
.style-switcher .header-switcher {
    padding: 0px;
    text-align: center;
    border-bottom: 1px solid #3a454e;
    color:#ddd;
}

.body-switcher .panel-group {
    background: #eee;
}
.body-switcher .panel-group .panel {
    margin: 0px;  
}
.body-switcher .panel .panel-heading {
    position: relative; 
    background:#2D363E;
    color: #f0f0f0;
    border: 0;
    border-bottom: 1px solid #3a454e;
    border-radius: 0;
}

.body-switcher .panel .panel-heading a {
    padding: 8px 8px;
    width: 100%;
    height: 100%;
    display: block;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
   // letter-spacing: .5px;
    text-transform: uppercase;
    color: red;
    position: relative;
}

.body-switcher .panel .panel-heading a:before {
    position: absolute;
    speak: none;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    content: "\f0d7";
    right: 10px;
    font-size: 14px;
} 


.body-switcher .panel .panel-heading a.collapsed {
    color: #fff;
    //color: #495d7f;
}
.body-switcher .panel .panel-heading a.collapsed:before {
    content: "\f0da";
}

.body-switcher .panel .panel-heading:hover {
    background: #3a454e;
}

.body-switcher .panel,
.body-switcher .panel .panel-body {
    border:0;
    border-radius: 0;
    box-shadow: none;  
    background: #fff;
}

.body-switcher .panel .panel-body {
    padding: 10px 25px;
}

.style-switcher .body-switcher .box-switcher {
    display: block;
    padding: 10px 15px;
    border: 0;
}

.style-switcher .body-switcher .box-switcher h6 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: 'Lato', Arial, sans-serif;
    color:#444;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.style-switcher .box-switcher.box-color a {
    display: inline-block;
    text-indent: -999999px !important;
    width: 40px;
    height: 40px;
    border: solid 2px #eee;
    margin: 2px;
    cursor: pointer;
}
.style-switcher .box-switcher.box-color a.active {
    border: solid 2px #292929;
}

.style-switcher .box-switcher.box-demopage {
    padding: 10px 4px;
    margin: 0px -5px;
}
.style-switcher .box-switcher.box-demopage h6 {
    margin-bottom: 5px;
    margin-left: 4px;
}
.style-switcher .box-switcher.box-demopage img {
    border: 5px solid #eee;
    border-radius: 0px;  
}
.style-switcher .box-switcher.box-demopage img:hover {
    border-color:#ddd;  
}

.bg-metalic { background: #8e9eab; }