.tuner {
	position: fixed;
	z-index: 1000;
	top: 170px;
	left: 0;
	border-left: 0;
	width: 158px;
	box-sizing: border-box;
	transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	background: #ffffff;
	-o-transition: transform 0.3s;
	-ms-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	-webkit-transition: transform 0.3s;
	text-align: center;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	}
.tuner p {
	color: #303233;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	margin-bottom: 15px;
}
.tuner #tuner-switcher{
	position: absolute;
	top: 0;
	left: 100%;
	width: 44px;
	height: 44px;
	background: #ffffff;
	font-size: 20px;
	line-height: 44px;
	text-align: center;
	color: #303233;
	cursor: pointer;	
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);	
}
.tuner #tuner-switcher i{
	display: block;
    -webkit-animation: cogs linear 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: cogs linear 2s;
    -moz-animation-iteration-count: infinite;
    -o-animation: cogs linear 2s;
    -o-animation-iteration-count: infinite;
    -ms-animation: cogs linear 2s;
    -ms-animation-iteration-count: infinite;
    animation: cogs linear 2s;
    animation-iteration-count: infinite;
}
@keyframes cogs {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(180deg);
    }
}
.tuner #tuner-switcher:after{
	content: ' ';
	position: absolute;
	z-index: 1;
	top: 0;
	left: -5px;
	height: 44px;
	width: 10px;
	background: #ffffff;
}
.tuner label {
	font-size: 12px;
	line-height: 44px;
	text-transform: uppercase;
	color: #fff;
}
.tuner .colors,
.tuner .patterns {
	color: #fff;
	font-size: 12px;
}

.tuner .colors li {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 0 !important;
	margin: 5px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
.tuner .colors li span{
	position: relative;
	display: block;
	width: 25px;
	height: 25px;
	margin: 1px;
	border: 3px solid transparent;
	cursor: pointer;
}

.tuner .patterns li span{
	color: #fff;
	text-align: center;
}

.tuner .colors .active span {
	border-color: #213540;
	box-shadow: 0 0 0 1px #fff;	
}
.tuner .colors .active span:after,
.tuner .colors .active span:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 12px;
	width: 1px;
	height: 15px;
	background: #fff;
}
.tuner .colors .active span:before,
.tuner .patterns .active span:before {
	top: 12px;
	left: 5px;
	width: 15px;
	height: 1px;
}
.tuner .color-blue {
	background: #008fd5;
}
.tuner .color-green {
	background: #00b85d;
}
.tuner .color-pink {
	background: #e5669c;
}
.tuner .color-cyan {
	background: #00aba5;
}
.tuner .color-orange {
	background: #f5961d;
}
.tuner .color-purple {
	background: #8560a8;
}
.tuner .layouts li {
	margin-top: 10px;
	background: #000;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.tuner .layouts li:first-child {
	margin-top: 0;
}
.tuner .layouts .active {
	background: #fff;
	color: #213540;
	cursor: default;
}
.tuner-visible {
	transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
}
.tuner .color-picker{
	cursor: pointer;
	display: inline-block;
	box-sizing: border-box;
	width: 130px;
	height: 33px;
	margin-bottom: 0 !important;
}
.tuner .color-picker:hover {
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
.tuner .layout-style, 
.tuner .colors {
	padding: 10px 0 10px 0;
}
.tuner .colors{
	padding: 30px 0 20px 0;
}
.tuner .patterns:after{
	content: "";
	display: table;
	clear: both;
}
.tuner .page-style {
	width: 60px;
	height: 40px;
	box-sizing: border-box;
	display: inline-block;
	margin: 5px 5px;
	z-index: 1;
	position: relative;
	background-color: #ffffff;
	color: #303233;
	cursor: pointer;
	font-size: 12px;
	font-family: "Raleway";
	font-weight: 600;
	text-align: center;
	line-height: 40px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
.tuner .page-style.active{
	background-color: #fcca03;
}
body.boxed {
	max-width: 1250px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
}
body.boxed .sticky-menu.scrolling {
	left: auto !important;
}