/* theme changer */
.theme-changer-wrap {
	position:fixed;
	z-index:5000;
	top:60px;
	left:-148px
}

.theme-changer {
	float: left;
	background-color:#E9D4B9;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	padding:15px 20px
}

.changer-inner {
	overflow:hidden;
	width:108px
}

.theme-changer-wrap a {
	float:left;
	display:block;
	margin-right:3px;
	margin-bottom:3px;
	width:24px;
	height:24px
}

a.color-themes {
	cursor:pointer;
}

.changer-inner span {
	display: block;
	margin-bottom:15px
}

.theme-changer-wrap a.pat {
	width:103px;
	/*border:1px #e2e2e2 solid;*/
	height:35px;
	/*background:#000;*/
}

div.open-close {
	position: relative;
	left:0;
	display: block;
	width: 54px;
    height: 80px;
    float: left;
    cursor: pointer;
    background: url(../../assets/img/sett.png) #E9D4B9 no-repeat 50% 12%;
}