﻿/*=====================================
  THEME SWITCHER STYLES 
   ===================================*/
.switcher {
    width: 150px;
    padding:5px 0px 5px 5px;
    position:fixed;
    z-index:2000;
    top:190px;
    right:0;
    background-color:#fff;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
	color:#000000;
	padding: 10px;
	font-size: 14px;
	font-family: arial;
	
}
   
.switcher #switch-panel {
    position:absolute;
    right:-40px;
    top:15px;
    width:40px;
    height:38px;
    z-index:1990;
    display:block;
    background-color:#fff;
	margin-left:0;
    cursor: pointer;
}
.switcher #switch-panel i {
    font-size: 30px;
    font-weight:900;
    line-height: 40px;
    padding-left: 7px;
    color:#000;
}
.switcher .colors-list {
    margin:0;
    padding:0;
}


.colors-list a {
	cursor: pointer;
	color: #999;
}

.switcher .colors-list li a:hover {
	color: #222;
}
.switcher .colors-list i {
	margin-right: 10px;
	width: 24px;
	display: inline-block;
	text-align: center;
}
.colors-list a i {color: #fff;}

.switcher h1 {font-size: 18px;}

a.beige i {background: #d7aa55}
a.blue i {background: #6DBCDB;}
a.earth i {background: #A8AD80;}
a.red i {background: #854242;}
