/* =================================================================== */
/* Styles Switcher
====================================================================== */
	
#style-switcher {
	background-color: #E6EBF1;
	width: 180px;
	position: fixed;
	top: 100px;
	z-index: 10000;
	border-radius: 0 0 3px 0;
	left: -185px;
	-webkit-box-shadow: 2px 3px 3px rgba(0,0,0,0.3);
	box-shadow: 2px 3px 3px rgba(0,0,0,0.3);
}
#style-switcher div {
	padding: 5px 10px;
}
#style-switcher h2 {
	background-color: #99a4bd;
	color: #fff;
	padding: 0;
	font-size: 15px;
	padding: 14px 0 11px 13px;
	margin: 0;
}
#style-switcher h2 a {
	background-image: url("../images/icon/settings-icon.png");
	background-repeat: no-repeat;
	background-position: 9px center;
	background-color: #99a4bd;
	display: block;
	height: 41px;
	position: absolute;
	right: -39px;
	text-indent: -9999px;
	top: 0;
	width: 39px;
	border-radius: 0 2px 2px 0;
	-webkit-box-shadow: 1px 2px 1px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 1px rgba(0,0,0,0.3);
}
#style-switcher h3 {
	letter-spacing: 0.5px;
	color: #373737;
	font-size: 13px;
	margin: 5px 0 5px 3px;
}
.colors {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0;
	overflow: hidden;
}
.colors li {
	float: left;
	margin: 2px;
	border: solid 1px #fff;
	text-align: center;
	line-height: 30px;
	font-weight: 600;
}
.colors li a {
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
#reset {
	margin: 0 0 10px 2px;
}
#reset button {
	display: inline-block;
	padding: 2px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: #99a4bd;
	color: #fff;
}
#reset a {
	color: #fff;
	font-size: 12px;
	padding: 5px 14px;
	box-shadow: none;
	border-radius: 1px;
}
.default {
	background-color: #99a4bd;
}
.olive {
	background-color: #abbd38;
}
.green {
	background-color: #9bce29;
}
.blue {
	background-color: #169fe6;
}
.yellow {
	background-color: #f0cb00;
}
.red {
	background-color: #ff1414;
}
.cherry {
	background-color: #9f1854;
}
.gray {
	background-color: #828588;
}
#layout-style {
	background-color: #ddd;
	color: #373737;
	font-weight: 600;
	margin-left: 2px;
	margin-bottom: 15px;
}
.bg1 {
	background-image: url("../images/patterns/pattern-1.png");
}
.bg2 {
	background-image: url("../images/patterns/pattern-2.png");
}
.bg3 {
	background-image: url("../images/patterns/pattern-3.jpg");
}
.bg4 {
	background-image: url("../images/patterns/pattern-4.png");
}
.bg5 {
	background-image: url("../images/patterns/pattern-5.png");
}
.bg6 {
	background-image: url("../images/patterns/pattern-6.png");
}
.bg7 {
	background-image: url("../images/patterns/pattern-7.jpg");
}
.bg8 {
	background-image: url("../images/patterns/pattern-8.png");
}
.bgr {
	padding: 0 !important;
}
.colors li a.active {
	box-shadow: 0 0 0 1px #ddd inset;
	border-radius: 50%;
}
 @media only screen and (max-width: 767px) {
#style-switcher {
	display: none;
}
}
 @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
#style-switcher h2 a {
background: url("../images/settings-icon.png") no-repeat 9px center transparent;
background-size: 21px;
background-color: #404040;
}
}
