/* COLOR con-switch main-panel 
---------------------*/

.con-panel {
    position: fixed;
    top: -100px;
    left: 50px;
    z-index: 3000;
    text-align: center;
}

.con-panel p {
	font-size: 12px;
	color: #fff;
	margin-top: -10px !important;
}

.con-panel .main-panel {
    position: relative;
    float: left;
    top: 0;
    left: 110;
    width: 150px;
    height: 100px;
    padding-top: 10px;
    background-color: rgba(15, 15, 15, 0.8);
    z-index: 3000;
}


.con-panel .main-panel h5 {
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 5px;
}

.head-border-panel {
	    width: 40%;
	    height: 1px;
	    border-color: #b8860b !important;
	    margin-top: -20px !important;
    }

.con-panel .con-switch{
    position: relative;
    float: right;
    top: 99px;
    right: 0px;
    left: -100px;
    width: 45px;
    height: 50px;
    background-color: rgba(15, 15, 15, 0.8);
    z-index: 3000;
    cursor: pointer;
}

.con-panel .con-switch i{
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
}



