.tuner {
	position: fixed;
	z-index: 1000;
	top: 230px;
	left: 100%;
	width: 280px;
	box-sizing: border-box;
	transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	background: #213540;
	-o-transition: transform 0.3s;
	-ms-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	-webkit-transition: transform 0.3s;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	text-align: center;
	}
.tuner p {
	color: #ffffff;
	font-size: 16px;
	font-family: "Merriweather";
	font-weight: 700;
	text-align: center;
}
.tuner i {
	position: absolute;
	top: 0;
	right: 100%;
	width: 60px;
	height: 160px;
	font-size: 28px;
	line-height: 60px;
	text-align: center;
	color: #FF0000;
	cursor: pointer;
	-webkit-border-top-left-radius: 13px;
	-moz-border-top-left-radius: 13px;
	border-top-left-radius: 13px;
	-webkit-border-bottom-left-radius: 13px;
	-moz-border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;
	border-right: 1px solid rgba(255, 255, 255, .15);

	background: black url("../images/contact-us-side.png") 15px 10px no-repeat;

}
.tuner label {
	font-size: 12px;
	line-height: 44px;
	text-transform: uppercase;
	color: #fff;
}

.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{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 5px;
	border-radius: 3px;
}
.tuner .layout-style, 
.tuner .colors, 
.tuner .patterns {
	padding: 16px 0 15px 0;
	/*border-bottom: 2px solid #ffffff;*/
}
.tuner .patterns {
	border: 0;
	padding: 20px 20px 15px 20px;
}
.tuner .patterns:after{
	content: "";
	display: table;
	clear: both;
}
.tuner .page-style {
	width: 60px;
	height: 40px;
	border: 1px solid #b0b0b0;
	border-radius: 3px;
	box-sizing: border-box;
	display: inline-block;
	margin: 5px 5px;
	z-index: 1;
	position: relative;
	background-color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	font-family: "Merriweather";
	font-weight: 300;
	text-align: center;
	line-height: 40px;
}
.tuner .page-style.wide{
	background-color: #ffffff;
}
.tuner .page-style.boxed{
	background-color: #e6e6e6;
}
.tuner .page-style.boxed:before{
	content: "";
	position: absolute;
	z-index: -1;
	width: 40px;
	box-sizing: border-box;
	border-right: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	background-color: #ffffff;
	height: 100%;
	top: 0;
	right: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.tuner .page-style.active,
.tuner .page-style.active.boxed:before{
	border-color: #18bb7c;
	color: #18bb7c;
}
@media screen and (max-width: 767px) { /* phone */
	.tuner {
		top: 56px;
	}
}