.styleswitcher .switcher-title {
	text-transform: uppercase;
	font-weight: 800;
	margin: 10px 5px;
	font-family: 'Open Sans', sans-serif
}
.styleswitcher {
	position: fixed;
	left: -186px;
	top: 250px;
	width: 170px;
	height: 110px;
	padding: 15px;
	z-index: 996;
	background-color: #fff;
	box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1)
}
.styleswitcher-inner {
	position: absolute;
	top: 3px;
	left: 0;
	padding: 15px;
	width: 100%;
	height: 100%;
	overflow: auto
}
.styleswitcher .switcher-btn-bx {
	position: absolute;
	right: -40px;
	top: 30px;
	box-shadow: 7px 0 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 7px 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 7px 0 5px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 7px 0 5px rgba(0, 0, 0, 0.1)
}
.switch-btn {
	background: #fff none repeat scroll 0 0;
	box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
	color: #333;
	cursor: pointer;
	display: block;
	font-size: 21px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px
}
.layout-view, .nav-view, .nav-width, .header-view, .color-skins, .pattern-switcher, .background-switcher {
	margin: 0;
	padding: 0
}
.layout-view li,
.nav-view li,
.nav-width li,
.header-view li {
    display: inline-block;
	padding:5px 10px;
	margin:5px -2px;
	font-weight:600;
	cursor:pointer;
	min-width:90px;
	text-align:center;
	font-size:13px;
	background-color:#CECECE;
}
.layout-view li.active,
.nav-view li.active,
.nav-width li.active,
.header-view li.active {
	color:#fff;
	background-color:#000;
}

.color-skins{
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.color-skins li {
	display: block;
	list-style: outside none none;
	margin: 0 4px 10px 4px;
	cursor: pointer;
	width: 100%;
	text-align: center;
}
.color-skins li a {
	display: block;
	padding: 4px 10px;
	border: 2px solid transparent;
	font-size: 14px;
	background-color: #d6d6d6;
	color: #000;
}

.color-skins li a:hover,
.color-skins li a:active,
.color-skins li a:focus {
	color: #000 !important;
}



.background-switcher li {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 0 4px 10px 4px;
	cursor: pointer
}
.pattern-switcher li {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 0 4px 10px 4px;
	cursor: pointer
}

.color-skins li a.active{border:2px solid #000;}
.color-skins li a.skin-1{border-radius:10px; -webkit-border-radius:10px;}