#style-switcher {
	left: -250px;
	width: 200px;
	position: fixed;
	top: 35px;
	z-index: 999999999999;
	background: #FFF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#style-switcher.closed {
	left: -200px;
}
#style-switcher.open {
	left: 0;
}
#style-switcher-inner {
	border: 1px solid #DDD;
	border-bottom: none;
	position: relative;
}
#style-switcher,
#style-switcher-inner,
#style-switcher .title .style-title,
#style-switcher .toggle {
	border-top-right-radius: 3px;
}
#style-switcher,
#style-switcher-inner,
#style-switcher .reset .style-title,
#style-switcher .toggle {
	border-bottom-right-radius: 3px;
}
#style-switcher .toggle {
	float: right;
	width: 50px;
	height: 50px;
	position: absolute;
	right: -50px;
	top: 40px;
	background: #FFF;
	border: 1px solid #DDD;
}
#style-switcher.open .toggle {
	width: 42px;
	height: 42px;
	right: -44px;
}
#style-switcher .style-icon a {
	text-align: center;
	display: block;
	height: 42px;
}
#style-switcher .style-icon i {
	font-size: 25px;
	top: 9px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#style-switcher.open .style-icon i {
	color: #DDD;
}
#style-switcher.closed .style-icon i {
	color: #333;
}
#style-switcher .style-icon span {
	font-size: 9px;
	line-height: 1;
	display: block;
	padding-top: 8px;
	color: #333
}
#style-switcher.open .style-icon span {
	display:none
}

#style-switcher-inner .style-title,
#style-switcher-inner .style-content {
	border-bottom: 1px solid #DDD;
}
#style-switcher .style-section.title .style-title {
	padding: 10px 20px;
	font-size: 12px;
	color: #777;
	background: #FAFAFA;
	text-transform: uppercase;
	font-weight: bold;
}
#style-switcher .style-section .style-title {
	padding: 12px 20px;
	font-size: 11px;
	color: #AAA;
}
#style-switcher .layout .style-content,
#style-switcher .pattern .style-content,
#style-switcher .background .style-content,
#style-switcher .color .style-content {
	padding: 15px 20px 10px;
}
#style-switcher .layout select {
	font-size: 90%;
	width: 95%;
}
#style-switcher .pattern img,
#style-switcher .background img {
	width: 25px;
	height: 25px;
	margin-right: 6px;
}
#style-switcher .color a {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 6px;
}
#style-switcher .color a.color-4f83b0 {
	background: #4f83b0;
}
#style-switcher .color a.color-97d04d {
	background: #97d04d;
}
#style-switcher .color a.color-f47e3e {
	background: #f47e3e;
}
#style-switcher .color a.color-a7ddf4 {
	background: #a7ddf4;
}
#style-switcher .color a.color-E0484C {
	background: #E0484C;
}
#style-switcher .reset a {
	color: #aaa;
}
#style-switcher .reset a:hover {
	text-decoration: underline;
}
.slides.rslides,
.slides.rslides ul,
.slides.rslides li,
.slides.rslides img {
	width: 100%;
}
.layout-boxed .slides.rslides,
.layout-boxed .slides.rslides ul,
.layout-boxed .slides.rslides li,
.layout-boxed .slides.rslides img {
	max-width: 1170px;
}

@media only screen and (max-width: 1140px) {

	#style-switcher .layout,
	#style-switcher .pattern,
	#style-switcher .background {
		display: none;
	}
}
