/* Hide switcher on Portfolio Pages and Posts */
.single-post .w-switcher,
.single-us_portfolio .w-switcher {
	display: none;
	}
	
.w-switcher {
	position: fixed;
	left: -240px;
	width: 240px;
	top: 0;
	bottom: 0;
	z-index: 999;
	font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
	background-color: #fff;
	color: #333;
	transition: transform 0.3s, box-shadow 0.3s;
	}
.w-switcher.open {
	transform: translateX(100%);
	box-shadow: 1px 0 4px rgba(0,0,0,0.06), 5px 0 12px rgba(0,0,0,0.1);
	}
.w-switcher-tabs {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 100%;
	width: 46px;
	transition: transform 0.3s, box-shadow 0.3s;
	transform: translate3d(-100%,-50%,0);
	}
.w-switcher.loaded .w-switcher-tabs {
	transform: translate3d(0,-50%,0);
	}
.w-switcher.open .w-switcher-tabs {
	box-shadow: 1px 0 4px rgba(0,0,0,0.06), 5px 0 12px rgba(0,0,0,0.1);
	}
.w-switcher.open .w-switcher-tabs:hover {
	box-shadow: 1px 0 4px rgba(0,0,0,0), 5px 0 12px rgba(0,0,0,0);
	}
	.w-switcher-tabs-item {
		display: block;
		position: relative;
		text-align: center;
		line-height: 46px;
		height: 46px;
		cursor: pointer;
		transition: background-color 0.3s, color 0.3s;
		background-color: rgba(0,0,0,0.75);
		color: rgba(255,255,255,0.85);
		}
	.no-touch .w-switcher-tabs-item:hover {
		background-color: #000;
		color: #fff;
		}
	.w-switcher-tabs-item.active {
		background-color: #fff !important;
		color: #333 !important;
		}
		.w-switcher-tabs-item span {
			position: absolute;
			top: 0;
			left: 100%;
			font-size: 12px;
			text-align: left;
			padding: 0 5px;
			width: 190px;
			background-color: inherit;
			opacity: 0;
			visibility: hidden;
			transition: opacity 0.3s 0.2s;
			}
		.w-switcher-tabs:hover span {
			opacity: 1;
			visibility: visible;
			}
		.w-switcher-tabs-item.for_color:before {
			content: '\f1fb';
			font-size: 17px;
			font-family: fontawesome;
			vertical-align: top;
			}
		.w-switcher-tabs-item.for_demos:before {
			content: '\f108';
			font-size: 17px;
			font-family: fontawesome;
			vertical-align: top;
			}
		.w-switcher-tabs-item.for_test:before {
			content: 'TEST DRIVE';
			font-size: 10px;
			line-height: 12px;
			font-weight: 700;
			display: inline-block;
			vertical-align: top;
			margin-top: 11px;
			}
		.w-switcher-tabs-item.for_buy:before {
			content: '\f07a';
			font-size: 18px;
			font-family: fontawesome;
			vertical-align: top;
			}
			
.w-switcher-body {
	padding: 8px 0;
	height: 100%;
	overflow-y: auto;
	position: relative;
	z-index: 2;
	background-color: inherit;
	}
	.w-switcher-section {
		display: none;
		}
	.w-switcher-section.active {
		display: block;
		}
		.w-switcher-section-title {
			display: none;
			font-size: 11px;
			line-height: 18px;
			text-align: center;
			margin-bottom: 6px;
			opacity: 0.7;
			}
			.w-switcher-section-item {
				float: left;
				font-size: 12px;
				font-weight: bold;
				line-height: 24px;
				text-align: center;
				text-decoration: none;
				position: relative;
				padding: 6px 12px;
				width: 100%;
				color: inherit !important;
				opacity: 0.8;
				transition: opacity 0.3s;
				}
				.for_color .w-switcher-section-item .g-preloader {
					height: 20px;
					width: 20px;
					margin-left: -10px;
					opacity: 0;
					}
			.no-touch .w-switcher-section-item:hover,
			.w-switcher-section-item.loading,
			.w-switcher-section-item.loading .g-preloader,
			.w-switcher-section-item.active {
				opacity: 1;
				}
				.w-switcher-section-item .preview {
					overflow: hidden;
					box-shadow: 0 1px 3px rgba(0,0,0,0.15), 0 2px 6px rgba(0,0,0,0.1);
					}
				.w-switcher-section-item.loading .preview {
					opacity: 0.25;
					}
				.w-switcher-section-item.active .preview {
					box-shadow: 0 0 0 6px rgba(0,0,0,0.5);
					}
					.w-switcher-section-item .preview_header {
						display: block;
						height: 10px;
						width: 100%;
						box-shadow: 0 1px 0 rgba(0,0,0,0.08);
						}
					.w-switcher-section-item .preview_primary,
					.w-switcher-section-item .preview_secondary {
						float: left;
						height: 20px;
						width: 20px;
						}
					.w-switcher-section-item .preview_text {
						float: left;
						line-height: 20px;
						padding: 0 5px;
						}
			.w-switcher-section.for_demos .w-switcher-section-item {
				min-height: 172px;
				}
				.w-switcher-section-item .g-preloader {
					position: absolute;
					top: 50%;
					left: 50%;
					margin: -10px 0 0 -20px;
					}
				.w-switcher-section-item img {
					display: block;
					position: relative;
					z-index: 1;
					}
			.w-switcher-section.for_layout .w-switcher-section-item {
				width: 50%;
				}
				.w-switcher-section.for_layout .w-switcher-section-item span {
					display: block;
					}

@media only screen and (max-width: 1024px) {
.w-switcher {
	display: none !important;
	}
}
