/* =================================================================== */
/* Styles Switcher
====================================================================== */
	
#style-switcher {
	background-color: #f4f4f4;
	width: 180px;
	position: fixed;
	top: 145px;
	z-index: 9999;
	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);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#style-switcher.open_switcher {
	left: 0;	
}
#style-switcher div {
	padding: 5px 10px;
}
#style-switcher h2 {
	background-color: #262626;
	color: #fff;
	padding: 0;
	font-size: 15px;
	padding: 14px 0 11px 13px;
	margin: 0;
}
#style-switcher h2 a {
    display: block;
    height: 41px;
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    line-height: 40px;
    border-radius: 0 2px 2px 0;
    color: #fff;
    text-align: center;
}
#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: 1px;
	text-align: center;
	line-height: 30px;
	font-weight: 600;
	border:1px solid #ebebeb;
}
.colors li a{
	position: relative;
	width: 20px;
	height: 20px;
	background-color: #64C7CC;
	margin: 7px 9px;
	float: left;
}
.colors li a span {
	width: 20px;
	height: 20px;
	background-color: #ec2e4a;
	margin: 5px 0px;
}
/*default color*/
#default{
	background-color: #ffc925;
}
/*Emerald color*/
#blue{
	background-color: #0f86ff;
}

/*Deep Sky Blue color*/
#dark-red {
	background-color: #801a31;
}

/*Green color*/
#green {
	background-color: #57b22f;
}

/*Spring Rain*/
#spring-rain{
	background-color: #adcca3;
}

/*Light blue color*/
#lightblue {
	background-color: #28c9f2;
}

/*Orange color*/
#orange {
	background-color: #f97307;
}

/*Pink color*/
#pink {
	background-color: #f65280;
}

/*Purple color*/
#purple {
	background-color: #d971f2;
}

/*Red*/
#red {
	background-color: #e52d27;
}

/*Red*/
#red-stone {
	background-color: #EA604E;
}
/*Red*/
#turquoise {
	background-color: #2bc7c1;
}

#reset {
	margin: 0 0 10px 2px;
}
#reset button {
    box-shadow: none;
    padding: 6px 12px;
    text-shadow: none;
}
#reset button:hover {
    color: #fff !important;
}
#reset a {
	color: #fff;
	font-size: 12px;
	padding: 5px 14px;
	box-shadow: none;
	border-radius: 1px;
}
#layout-style {
	background-color: #ddd;
	color: #373737;
	font-weight: 600;
	margin-left: 2px;
	margin-bottom: 15px;
}
.colors.bg li a{
	width: 25px;
	height: 25px;
	margin: 2px;
	}
.colors.bg li a:before{
	display:none;
	}
.colors.bg li a:after{
	display:none;
	}
	
.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.active a{
	border-radius: 100%;
	-webkit-animation:rotateIn 1s;
	-moz-animation:rotateIn 1s;
	-ms-animation:rotateIn 1s;
	-o-animation:rotateIn 1s;
	animation:rotateIn 1s;
	}
.colors li.active {
	-webkit-animation:zoomIn 0.3s;
	-moz-animation:zoomIn 0.3s;
	-ms-animation:zoomIn 0.3s;
	-o-animation:zoomIn 0.3s;
	animation:zoomIn 0.3s;
}


 @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;
}
}
