.switcher {
    display: block;
    position: fixed;
    width: 260px;
background-color: rgba(255,255,255,0.6);
    left: -260px;
    top: 120px;
    z-index: 350;
    color: #333;
    border: 0px solid #DDD;
    border-left: 0;
	
}

.switcher strong { color: #0080b9; }

.switcher-head {
    position: relative;
    height: 46px;
    line-height: 46px;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
}
.switcher-head span {color:#0080b9}
.switcher-head span {
    display: block;
    margin: 0 20px;
 
}

.switcher-body {
    position: relative;
    padding: 10px 20px;
}

.switcher-trigger {
    position: absolute;
    cursor: pointer;
    top: -1px;
    left: auto;
    right: -54px;
    width: 54px;
    height: 68px;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    background-color: rgba(255,255,255,0.6);
    border: 1px solid #DDD;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

.switcher .line {
    margin: 15px 0;
    border-color: #EEE;
}

.switcher-body h5 { margin-bottom: 10px; }

.switcher ul.switcher-op-selectors { margin: 0 -6px -5px 0; }

ul.switcher-op-selectors li {
    list-style: none;
    float: left;
    width: 20px;
    height: 20px;
    margin: 0 5px 5px 0;
    border-radius: 2px;
    cursor: pointer;
}

ul.switcher-op-selectors li img {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 2px;
}


@media only screen and (max-width: 979px) {

#switcher-op-layout { display: none; }

}

@media only screen and (max-width: 767px) {

.switcher { display: none; }

}



.dark .switcher {
    background-color: #222;
    color: #EEE;
    border-color: rgba(255,255,255,0.15);
}

.dark .switcher-head { color: #EEE; }

.dark .switcher-head span { border-bottom-color: rgba(255,255,255,0.1); }

.dark .switcher-trigger {
    background-color: #222;
    border-color: rgba(255,255,255,0.15);
}

.dark .switcher .line { border-color: rgba(255,255,255,0.1); }



.switcher {
    left: auto;
    right: -260px;
    border: 1px solid #DDD;
    border-right: 0;
}

.switcher-trigger {
    left: -54px;
    right: auto;
    border: 1px solid #DDD;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}