
/*--------------------------------
switter
----------------------------------*/
.olean_switcher_zone {
    position: fixed;
    top: 200px;
    left: -290px;
    width: 290px;
    background: #282828;
    z-index: 9999;
}
.switZone_title {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e6e6e6;
/*    box-shadow: 0 0 0 rgba(0, 0, 0, 0.28);*/
    box-shadow: 2px -2.5px 6px rgba(0, 0, 0, 0.28);
    padding: 0 0 0 50px;
    position: relative;
    width: 290px;
}
.olean_switcher_zone p{
    color: #000;
    font-size: 16px;
    font-weight: 300;
    margin-top:10px;  
}
a.settingBtn i:hover{
    color: #8c55e9;
}
a.settingBtn i{
    -webkit-animation: rotation 2s infinite linear;
    height: auto;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 27%;
    width: 50px;
    color: #4776e6;
}
@-webkit-keyframes rotation {
    from {-moz-transform: rotate(0deg);
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
    }
    to   {-moz-transform: rotate(359deg);
          -webkit-transform: rotate(359deg);
          -ms-transform: rotate(359deg);
    }
}
a.settingBtn{
    background: #fff none repeat scroll 0 0;
    box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.28);
    color: #fff;
    font-size: 24px;
    height: 52px;
    left: 100%;
    position: absolute;
    text-align: center;
    width: 50px;
}
a.settingBtn:hover,
a.settingBtn.active{
    color: #fff;
}
.olean_switcher_inner{
    background: #fff;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}
.olean_switcher_single{
    /*! padding-left: 20px; */
}
.olean_switcher_single.light{
    background: #fff;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}
.olean_switcher_single {
    padding-top: 20px;
}
.olean_switcher_single ul.nav {
  border: medium none;
}
.olean_switcher_single ul.nav li{
    color: #555;
    border: 1px solid #ccc;
    padding: 0px 8px 0px 8px;
    margin-left: -1px;
    text-transform: uppercase;
}
.olean_switcher_single ul.nav li.active a{
    border-color: #fff!important;
    color: #4776e6;
    font-weight: 500;
    font-size: 14px;
}
.olean_switcher_single .solid-color {
  color: #555;
  
}
.olean_switcher_single .nav-tabs > li > a:hover {
  border-color: #fff;
}
.olean_switcher_single .nav > li > a:focus, .nav > li > a:hover {
  background-color: #fff;
  text-decoration: none;
}
.olean_switch {
    padding-bottom: 27px;
    padding-top: 27px;
	margin-left:25px
}
.olean_switcher_single .tabs {
	overflow: hidden;
	text-align:center
}

.olean_switcher_single .tabs .indicator {
    right: 0 !important;
    width: 100%;
    left: 0 !important;
}
.olean_switch.grad_color {
  padding-top: 27px;
  padding-bottom: 27px;
}
.olean_switch a {
    float: left;
}

a.color1{
    width: 40px;
    height: 40px;
    background: #ff5b5c;
    border-radius: 50%;
    margin-right: 6px;
    margin-bottom: 10px;
}
a.color2{
    width: 40px;
    height: 40px;
    background: #2ac8b0;    
    border-radius: 50%;
    margin-right: 6px;
    margin-bottom: 10px;
}
a.color3{
    width: 40px;
    height: 40px;
    background:#752ac8;
    border-radius: 50%;
    margin-bottom: 6px;
    margin-right: 10px;
}
a.color4{
    width: 40px;
    height: 40px;
    background:#c88f2a;
    border-radius: 50%;
    margin-right: 6px;
    margin-bottom: 10px;
	
}
a.color5{
    width: 40px;
    height: 40px;
    background:#192f6c;
    border-radius: 50%;
    margin-right: 6px;
    margin-bottom: 10px;
	
}
.olean_switcher_single.light {
    background: #fff none repeat scroll 0 0;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.olean_switch a.active span{
    border: 3px solid #fff;
    background: #03A678;
}
.theme-logo{
	background:url('../img/theme-logo.png') no-repeat;
	height:60px;
	width:117px;
}