/* COLOR SWITCH PANEL 
---------------------*/

.editor {
    position: fixed;
    top: 150px;
    right: -150px;
    z-index: 3000;
    text-align: center;
}

.editor p {
	font-size: 12px;
	color: #fff;
	padding-top: 5px;
}

.editor .panel {
    position: relative;
    float: right;
    top: 0;
    left: 0;
    width: 150px;
    height: auto;
    border: 1px solid #fff;
    padding: 10px;
    background-color: rgba(15, 15, 15, 0.8);
    z-index: 3000;
}

.editor .panel a img{
   width: 20%;
   height: 20%;
   padding-bottom: 20px;
}

.editor .panel a:hover img{
   opacity: 0.5;
}

.editor .panel h5 {
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #b8860b;
    padding-bottom: 10px;
}

.editor .switch{
    position: relative;
    float: right;
    top: 50px;
    right: -1px;
    left: 1px;
    width: 45px;
    height: 50px;
    background-color: rgba(15, 15, 15, 0.8);
    border: 1px solid #fff;
    z-index: 3000;
    cursor: pointer;
}

.editor .switch img{
    position: absolute;
    left: 12px;
    top: 12px;
    color: #fff;
    width: 50%;
    height: 50%;
}



