/*
----------------------------------------------------------------

ZEPHYR basic styles

Copyright 2014 UpSolution
http://us-themes.com/

NOTE: DO NOT EDIT THIS FILE!
THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

----------------------------------------------------------------
*/

a {
	-webkit-transition: opacity 0.3s, box-shadow 0.3s, color 0.3s, background-color 0.3s, border 0.3s;
			transition: opacity 0.3s, box-shadow 0.3s, color 0.3s, background-color 0.3s, border 0.3s;
	}

::-moz-selection {
	background-color: rgba(0,0,0,0.66);
	color: #fff;
	}
::selection {
	background-color: rgba(0,0,0,0.66);
	color: #fff;
	}


/* ====================================
====== MAIN GRID ======================
==================================== */
.l-body {
	min-width: 1300px;
	-webkit-tap-highlight-color: rgba(20,20,20,0.3);
	background-color: #ddd; /* variable */
	}

.l-canvas {
	position: relative;
	z-index: 2;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05), 0 2px 5px rgba(0,0,0,0.15);
	background-color: #fff; /* variable */
	color: #444; /* variable */
	}
	.l-canvas.type_wide .l-subheader,
	.l-canvas.type_boxed .l-submain {
		max-width: 100%;
		}
		.l-canvas.type_wide .l-subheader-h,
		.l-canvas.type_wide .l-submain-h,
		.l-canvas.type_wide ~ .l-footer .l-subfooter-h,
		.l-canvas.type_boxed .l-subheader-h,
		.l-canvas.type_boxed .l-submain-h,
		.l-canvas.type_boxed ~ .l-footer .l-subfooter-h {
			max-width: 1140px;
			}

/* Header */
.l-subheader {
	font-size: 0;
	-webkit-transition: background-color 0.3s cubic-bezier(.78,.13,.15,.86), box-shadow 0.3s cubic-bezier(.78,.13,.15,.86), top 0.3s;
			transition: background-color 0.3s cubic-bezier(.78,.13,.15,.86), box-shadow 0.3s cubic-bezier(.78,.13,.15,.86), top 0.3s;
	}
.l-subheader.at_top {
	display: none;
	line-height: 40px;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	background-color: #f2f2f2; /* variable */
	color: #666; /* variable */
	}
.l-subheader.at_middle {
	text-align: right;
	line-height: 100px; /* temp */
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	box-shadow: 0 4px 5px -2px rgba(0,0,0,0.22), 0 2px 1px -1px rgba(0,0,0,0.05);
	background-color: #fff; /* variable */
	color: #444; /* variable */
	}
.l-header.logopos_right .l-subheader.at_middle {
	text-align: left;
	}
.l-subheader.at_bottom {
	display: none;
	clear: both;
	line-height: 50px;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	background-color: #f2f2f2; /* variable */
	color: #666; /* variable */
	}
	.l-subheader-h {
		height: 100%;
		position: relative;
		}
	/* HEADER POS: fixed */
	.headerpos_fixed .l-header {
		position: fixed;
		left: 0;
		width: 100%;
		min-width: 1300px;
		z-index: 101;
		}
	.headerpos_fixed .l-header.no_fixed {
		position: static;
		}
	/* HEADER LAYOUT: extended */
	.headerlayout_extended .l-subheader.at_top {
		display: block;
		}
	/* HEADER LAYOUT: advanced & centered */
	.headerlayout_advanced .l-subheader.at_middle,
	.headerlayout_centered .l-subheader.at_middle {
		box-shadow: none;
		}
	.headerlayout_advanced.headerpos_fixed .l-header.sticky .l-subheader.at_middle,
	.headerlayout_centered.headerpos_fixed .l-header.sticky .l-subheader.at_middle {
		overflow: hidden;
		}
	.headerlayout_advanced .l-subheader.at_bottom,
	.headerlayout_centered .l-subheader.at_bottom {
		display: block;
		box-shadow: 0 4px 5px -2px rgba(0,0,0,0.22), 0 2px 1px -1px rgba(0,0,0,0.05);
		}
	.headerlayout_centered .l-header .l-subheader.at_middle,
	.headerlayout_centered .l-header .l-subheader.at_bottom {
		text-align: center;
		}
	/* transparent */
	.l-canvas.type_wide .l-header.transparent {
		background: linear-gradient(to top, transparent 0, rgba(0,0,0,0.5) 100%) repeat-x;
		}
		.l-header.transparent .l-subheader {
			box-shadow: none;
			background-color: transparent;
			color: #fff; /* variable */
			}
		.headerlayout_standard.headerpos_fixed .transparent .l-subheader.at_top,
		.headerlayout_extended.headerpos_fixed .transparent .l-subheader.at_top {
			background-color: rgba(0,0,0,0.2);
			color: rgba(255,255,255,0.66);
			}
			.headerlayout_advanced .l-header.transparent .at_middle .l-subheader-h {
				box-shadow: 0 1px 0 rgba(255,255,255,0.22);
				}
				.l-header.transparent .w-nav-anchor.level_1 {
					background-color: transparent !important;
					}
					.l-header.transparent .w-nav-anchor.level_1 .ripple {
						background-color: #fff !important;
						}


/* Main */
.l-main {
	z-index: 1;
	}

/* Section */
.l-submain {
	padding: 0 40px;
	}
.headerpos_fixed .l-header.no_fixed + .l-main .l-submain,
.headerbg_transparent .l-submain.full_height:first-child {
	padding-top: 0 !important;
	}
	.l-submain-h {
		padding: 80px 0;
		z-index: 1;
		}
	/* Section bg image */
	.l-submain-img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-position: center center;
		-webkit-background-size: cover;
				background-size: cover;
		}
	/* Section bg video */
	.l-submain-video {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		}
		.l-submain-video .mejs-offscreen {
			display: none !important;
			}
	.l-submain.with_video {
		overflow: hidden;
		}
	.l-submain.with_video .l-submain-video {
		display: block;
		}
	.l-submain.with_video .l-submain-img {
		background-attachment: scroll !important;
		}
	/* Section bg overlay */
	.l-submain-overlay {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		}
	/* FOR: pagehead */
	.for_pagehead.size_medium .l-submain-h {
		padding: 40px 0;
		}
	.for_pagehead.size_large .l-submain-h {
		padding: 70px 0;
		}
	.for_pagehead.size_huge .l-submain-h {
		padding: 100px 0;
		}
	.for_pagehead.color_alternate,
	.for_pagehead.color_primary,
	.for_pagehead.color_secondary,
	.for_pagehead.color_custom {
		box-shadow: 0 -2px 1px -1px rgba(0,0,0,0.04) inset;
		}
	.headerbg_transparent .for_pagehead.size_large,
	.headerbg_transparent .for_pagehead.size_huge {
		padding-bottom: 30px;
		}
	.headerbg_transparent .l-header.no_fixed + .l-main .for_pagehead {
		padding-bottom: 0;
		}
	/* FOR: comments */
	.l-submain.for_comments {
		box-shadow: 0 1px 1px -1px rgba(0,0,0,0.15) inset, 0 3px 4px -2px rgba(0,0,0,0.1) inset;
		}
	/* FULL: width */
	.l-submain.full_width {
		padding-left: 0;
		padding-right: 0;
		}
		.l-submain.full_width .l-submain-h {
			max-width: 100%;
			}
	/* FULL: height */
	.l-submain.full_height .l-submain-h {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		}
	/* PARALLAX: ver */
	.l-submain.parallax_ver .l-submain-img {
		display: block;
		}
	.no-touch .l-submain.parallax_ver .l-submain-img {
		background-attachment: fixed;
		}
	/* PARALLAX: hor */
	.l-submain.parallax_hor {
		overflow: hidden;
		}
		.l-submain.parallax_hor .l-submain-img {
			display: block;
			width: 120%;
			}
	/* COLOR: alternate */
	.l-submain.color_alternate {
		background-color: #f5f5f5; /* variable */
		}
	/* COLOR: primary & secondary */
	.l-submain.color_primary {
		background-color: #c20; /* variable */
		color: #fff;
		}
	.l-submain.color_secondary {
		background-color: #8c0; /* variable */
		color: #fff;
		}
		.l-submain.color_primary a,
		.l-submain.color_secondary a,
		.no-touch .for_pagehead.color_secondary a:hover {
			color: inherit;
			}
		.l-submain.color_primary .g-hr-h:before,
		.l-submain.color_primary .g-hr-h:after,
		.l-submain.color_secondary .g-hr-h:before,
		.l-submain.color_secondary .g-hr-h:after {
			background-color: rgba(255,255,255,0.5);
			}
			.l-submain.color_primary .g-hr-h i,
			.l-submain.color_secondary .g-hr-h i {
				color: rgba(255,255,255,0.5);
				}
		.l-submain.color_primary input,
		.l-submain.color_primary textarea,
		.l-submain.color_primary select,
		.l-submain.color_secondary input,
		.l-submain.color_secondary textarea,
		.l-submain.color_secondary select {
			border-color: rgba(255,255,255,0.5);
			}
			
/* Content */
.l-content {
	width: 68%;
	}

/* Blank Page Template */
.page-template-page-blank {
	height: 100%;
	}
	.page-template-page-blank .l-canvas {
		height: 100%;
		max-width: none;
		font-size: 0;
		}
		.page-template-page-blank .l-canvas:before {
			content: '';
			display: inline-block;
			vertical-align: middle;
			vertical-align: -webkit-baseline-middle;
			height: 100%;
			}
		.page-template-page-blank .l-main {
			display: inline-block;
			vertical-align: middle;
			vertical-align: -webkit-baseline-middle;
			width: 100%;
			font-size: 14px;
			box-shadow: none;
			}
			.page-template-page-blank .l-submain {
				padding-top: 0 !important;
				}

/* Footer */
.l-subfooter.at_top {
	padding: 70px 40px 40px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05), 0 2px 5px rgba(0,0,0,0.15);
	z-index: 1;
	background-color: #1a1a1a; /* variable */
	color: #808080; /* variable */
	}
	.l-subfooter.at_top p {
		margin: 0 0 20px;
		}
		.l-subfooter.at_top p:last-child {
			margin-bottom: 0;
			}
	.l-subfooter.at_top h1,
	.l-subfooter.at_top h2,
	.l-subfooter.at_top h3,
	.l-subfooter.at_top h4,
	.l-subfooter.at_top a {
		color: #ccc; /* variable */
		}
.l-subfooter.at_bottom {
	text-align: center;
	padding: 30px 40px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05), 0 2px 5px rgba(0,0,0,0.15);
	background-color: #222; /* variable */
	color: #666; /* variable */
	}
	.l-subfooter.at_bottom a {
		color: #999; /* variable */
		}
		.no-touch .l-subfooter.at_bottom a:hover {
			color: #fff; /* variable */
			}

/* 404 Page */
.page-404 {
	text-align: center;
	}
	.page-404 i {
		font-size: 200px;
		opacity: 0.1;
		}


/* ====================================
====== TYPOGRAPHY =====================
==================================== */

/* Main font */
body {
	font: 14px/24px 'Roboto';
	}

/* Headings */
h1 {
	font: 40px/1.3 'Roboto';
	}
h2 {
	font: 34px/1.4 'Roboto';
	}
h3 {
	font: 28px/1.4 'Roboto';
	}
h4 {
	font: 24px/1.4 'Roboto';
	}
h5 {
	font: 20px/1.4 'Roboto';
	}
h6 {
	font: 18px/1.4 'Roboto';
	}
h1, h2, h3, h4, h5, h6 {
	word-wrap: break-word;
	margin-bottom: 24px;
	color: #222; /* variable */
	}
.g-html h2,
.g-html h3,
.g-html h4,
.g-html h5,
.g-html h6 {
	padding-top: 18px;
	}
.l-submain.color_primary h1,
.l-submain.color_primary h2,
.l-submain.color_primary h3,
.l-submain.color_primary h4,
.l-submain.color_primary h5,
.l-submain.color_primary h6,
.l-submain.color_secondary h1,
.l-submain.color_secondary h2,
.l-submain.color_secondary h3,
.l-submain.color_secondary h4,
.l-submain.color_secondary h5,
.l-submain.color_secondary h6,
.l-submain.color_custom h1,
.l-submain.color_custom h2,
.l-submain.color_custom h3,
.l-submain.color_custom h4,
.l-submain.color_custom h5,
.l-submain.color_custom h6,
.g-cols .color_custom h1,
.g-cols .color_custom h2,
.g-cols .color_custom h3,
.g-cols .color_custom h4,
.g-cols .color_custom h5,
.g-cols .color_custom h6 {
	color: inherit;
	}

/* Paragraph */
.g-html p {
	margin-bottom: 24px;
	}
.g-html .g-cols > div > p:last-child,
.g-html > p:last-child {
	margin-bottom: 0;
	}

/* Lists */
.g-html ul,
.g-html ol {
	margin-bottom: 24px;
	}
.g-html .g-cols > div > ul:last-child,
.g-html > ul:last-child,
.g-html .g-cols > div > ol:last-child,
.g-html > ol:last-child {
	margin-bottom: 0;
	}
	.g-html ul li,
	.g-html ol li {
		margin-bottom: 4px;
		}

/* Blockquote */
.g-html blockquote {
	font-style: italic;
	padding: 0 0 0 32px;
	border-left: 5px solid #c20; /* variable */
	}

/* Preformat */
.g-html pre {
	font-size: 12px;
	line-height: 20px;
	padding: 10px 15px;
	margin-bottom: 24px;
	background-color: #faf6e1;
	color: #333;
	}
.g-html p + pre {
	margin-top: -20px;
	}
.g-html code {
	padding: 0 5px;
	background-color: #faf6e1;
	color: #333;
	}

/* Highlight */
.highlight_white {
	color: #fff;
	}
.highlight_black {
	color: #000;
	}
.highlight_primary {
	color: #c20; /* variable */
	}
.highlight_secondary {
	color: #8c0; /* variable */
	}
.highlight_faded {
	color: #999; /* variable */
	}
.highlight_primary_bg {
	display: inline-block;
	padding: 0 0.3em;
	background-color: #c20; /* variable */
	color: #fff;
	}
.highlight_secondary_bg {
	display: inline-block;
	padding: 0 0.3em;
	background-color: #8c0; /* variable */
	color: #fff;
	}
.highlight_faded_bg {
	display: inline-block;
	padding: 0 0.3em;
	background-color: #999; /* variable */
	color: #fff;
	}
.highlight_dark_bg {
	display: inline-block;
	padding: 0 0.3em;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	}
.highlight_light_bg {
	display: inline-block;
	padding: 0 0.3em;
	background-color: rgba(255,255,255,0.5);
	color: #111;
	}


/* ====================================
====== BASIC ELEMENTS =================
==================================== */

/* Columns */
.g-cols.type_boxed {
	display: table;
	width: 100%;
	table-layout: fixed;
	}
	.g-cols.type_boxed > div {
		float: none;
		display: table-cell;
		vertical-align: middle;
		padding: 5%;
		background-position: center center;
		background-size: cover;
		}
	.g-cols.offset_wide > div {
		background: none !important;
		color: inherit !important;
		}

/* Image */
.g-html img + h1,
.g-html img + h2,
.g-html img + h3,
.g-html img + h4,
.g-html img + ul,
.g-html img + ol,
.g-html img + p {
	margin-top: 24px;
	}
	.g-html div[class^="animate"] {
		margin-bottom: 24px;
		}
.g-html img.alignleft {
	display: inline;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	}
.g-html img.alignright {
	display: inline;
	float: right;
	margin-left: 40px;
	margin-bottom: 40px;
	}
.g-html img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	.g-html a.image-link img {
		-webkit-transition: opacity 0.3s;
				transition: opacity 0.3s;
		}
	.no-touch .g-html a.image-link:hover img {
		opacity: 0.8;
		}

/* Separator */
.g-hr {
	text-align: center;
	height: 20px;
	width: 100%;
	margin: 35px 0;
	padding: 2px 0;
	overflow: hidden;
	position: relative;
	clear: both;
	}
	.g-hr-h:before,
	.g-hr-h:after {
		display: inline-block;
		content: "";
		height: 1px;
		width: 50%;
		margin-top: 7px;
		vertical-align: top;
		position: relative;
		background-color: #e8e8e8; /* variable */
		}
	.g-hr-h:before {
		left: -13px;
		margin-left: -50%;
		}
	.g-hr-h:after {
		left: 13px;
		margin-right: -50%;
		}
		.g-hr-h i {
			font-size: 16px;
			line-height: 16px;
			height: 16px;
			width: 20px;
			vertical-align: top;
			text-align: center;
			color: #e8e8e8; /* variable */
			}
	/* SIZE: small */
	.g-hr.size_small {
		margin: 25px 0;
		}
	/* SIZE: big */
	.g-hr.size_big {
		margin: 45px 0;
		}
	/* SIZE: huge */
	.g-hr.size_huge {
		margin: 65px 0;
		}
	/* TYPE: invisible */
	.g-hr.type_invisible {
		height: 0;
		margin: 20px 0;
		}
		.g-hr.type_invisible.size_small {
			margin: 10px 0;
			}
		.g-hr.type_invisible.size_big {
			margin: 38px 0;
			}
		.g-hr.type_invisible.size_huge {
			margin: 58px 0;
			}
		.g-hr.type_invisible .g-hr-h {
			display: none;
			}
	/* TYPE: short */
	.g-hr.type_short {
		width: 30%;
		margin-left: auto !important;
		margin-right: auto !important;
		}
	/* TYPE: fullwidth */
	.g-hr.type_fullwidth {
		overflow: visible;
		}
	.type_boxed .g-hr.type_fullwidth {
		overflow: hidden;
		margin-left: -50px;
		margin-right: -50px;
		width: auto;
		}
		.g-hr.type_fullwidth .g-hr-h:before,
		.g-hr.type_fullwidth .g-hr-h:after {
			width: 90%;
			}
	/* NO: icon */
	.g-hr.no_icon {
		font-size: 0;
		}
		.g-hr.no_icon .g-hr-h:before,
		.g-hr.no_icon .g-hr-h:after {
			left: 0;
			}
		.g-hr.no_icon .g-hr-h i {
			display: none;
			}
	/* WITH: text */
	.g-hr.with_text {
		padding: 0;
		}
		.g-hr.with_text .g-hr-h:before,
		.g-hr.with_text .g-hr-h:after {
			margin-top: 11px;
			}
		.g-hr.with_text .g-hr-h h6 {
			display: inline-block;
			vertical-aligN: top;
			line-height: 20px;
			margin: 0;
			}

/* Form inputs */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
textarea,
select {
	font-size: 16px;
	padding: 8px 0;
	box-shadow: 0 -1px 0 0 rgba(0,0,0,0) inset;
	border-radius: 0;
	border-bottom: 1px solid #e8e8e8; /* variable */
	background-color: transparent !important;
	color: inherit !important;
	-webkit-transition: border-color 0.3s, box-shadow 0.3s;
			transition: border-color 0.3s, box-shadow 0.3s;
	}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
select {
	height: 46px;
	}
	select > option {
		padding: 4px 8px;
		}
input[type="checkbox"],
input[type="radio"] {
	margin-right: 3px;
	box-shadow: none !important;
	}
input[type=file],
input[type=range] {
	width: 100%;
	padding: 10px 0;
	border: none !important;
	box-shadow: none !important;
	}
input[type=range] {
	height: 46px;
	}
::-webkit-input-placeholder {
	opacity: 0.66; /* fade placeholder */
	}
.l-subfooter.at_top ::-webkit-input-placeholder {
	opacity: 0.4; /* fade placeholder */
	}

/* Buttons */
.g-btn,
button,
input[type="submit"] {
	font-size: 15px;
	line-height: 20px;
	padding: 11px 22px;
	margin: 5px 0;
	text-transform: uppercase;
	position: relative;
	background-color: transparent;
	border-radius: 3px;
	border: none;
	-webkit-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
			transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
	-webkit-tap-highlight-color: rgba(0,0,0,0); /* removes the touch highlight on touch devices */
	}
	.g-btn span {
		position: relative;
		z-index: 1;
		}
	.g-btn i {
		position: absolute;
		z-index: 1;
		line-height: inherit;
		vertical-align: top;
		left: 20px;
		}
	.g-btn i + span {
		padding-left: 22px;
		}
	/* ICONPOS: right */
	.g-btn.iconpos_right i {
		right: 20px;
		left: auto;
		}
	.g-btn.iconpos_right i + span {
		padding-left: 0;
		padding-right: 22px;
		}
	/* SIZE: big */
	.g-btn.size_big,
	input.g-btn.size_big,
	button.g-btn.size_big {
		font-size: 18px;
		line-height: 28px;
		padding: 14px 36px;
		}
		.g-btn.size_big i {
			left: 38px;
			}
		.g-btn.size_big i + span {
			padding-left: 30px;
			}
		.g-btn.size_big.iconpos_right i {
			right: 38px;
			left: auto;
			}
		.g-btn.size_big.iconpos_right i + span {
			padding-left: 0;
			padding-right: 30px;
			}
	/* TYPE: flat */
	.no-touch .g-btn.type_flat:hover {
		background-color: #f5f5f5; /* variable */
		}
	.no-touch .color_alternate .g-btn.type_flat:hover {
		background-color: #e5e5e5; /* variable */
		}
	.no-touch .color_primary .g-btn.type_flat:hover,
	.no-touch .color_secondary .g-btn.type_flat:hover,
	.no-touch .color_custom .g-btn.type_flat:hover {
		background-color: rgba(255,255,255,0.12);
		}
		.g-btn.type_flat .ripple {
			background-color: #999; /* variable */
			}
		.g-btn.type_flat .ripple.ripple-on {
			opacity: 0.08;
			}
	/* TYPE: raised */
	input[type="submit"],
	.g-btn.type_raised {
		box-shadow: 0 2px 1px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3);
		}
		.no-touch input[type="submit"]:hover,
		.no-touch .g-btn.type_raised:hover {
			box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
			}
		input[type="submit"]:focus,
		input[type="submit"]:active,
		.g-btn.type_raised:focus,
		.g-btn.type_raised:active {
			box-shadow: 0 3px 3px rgba(0,0,0,0.1), 0 5px 8px rgba(0,0,0,0.16), 0 9px 20px rgba(0,0,0,0.16) !important;
			}
	/* COLOR: primary */
	input[type="submit"],
	button.g-btn.color_primary.type_raised,
	a.g-btn.color_primary.type_raised {
		background-color: #c20; /* variable */
		color: #fff;
		}
	button.g-btn.color_primary.type_flat,
	a.g-btn.color_primary.type_flat {
		color: #c20; /* variable */
		}
	/* COLOR: secondary */
	button.g-btn.color_secondary.type_raised,
	a.g-btn.color_secondary.type_raised {
		background-color: #8c0; /* variable */
		color: #fff;
		}
	button.g-btn.color_secondary.type_flat,
	a.g-btn.color_secondary.type_flat {
		color: #8c0; /* variable */
		}
	/* COLOR: light */
	button.g-btn.color_light.type_raised,
	a.g-btn.color_light.type_raised {
		background-color: #e8e8e8; /* variable */
		color: #444; /* variable */
		}
		.g-btn.color_light.type_raised .ripple {
			background-color: #999; /* variable */
			}
		.g-btn.color_light.type_raised .ripple.ripple-on {
			opacity: 0.1;
			}
	button.g-btn.color_light.type_flat,
	a.g-btn.color_light.type_flat {
		color: #9e9e9e; /* variable */
		}
	/* COLOR: contrast */
	button.g-btn.color_contrast.type_raised,
	a.g-btn.color_contrast.type_raised {
		background-color: #444; /* variable */
		color: #fff; /* variable */
		}
	button.g-btn.color_contrast.type_flat,
	a.g-btn.color_contrast.type_flat {
		color: inherit;
		}
	/* COLOR: black */
	button.g-btn.color_black.type_raised,
	a.g-btn.color_black.type_raised {
		background-color: #000;
		color: #fff;
		}
	button.g-btn.color_black.type_flat,
	a.g-btn.color_black.type_flat {
		color: #000;
		}
	/* COLOR: white */
	button.g-btn.color_white.type_raised,
	a.g-btn.color_white.type_raised {
		background-color: #fff;
		color: #222;
		}
		button.g-btn.color_white.type_raised .ripple,
		a.g-btn.color_white.type_raised .ripple {
			background-color: #bbb;
			}
	button.g-btn.color_white.type_flat,
	a.g-btn.color_white.type_flat {
		color: #fff;
		}
	.no-touch .g-btn.color_white.type_flat:hover {
		background-color: rgba(255,255,255,0.12);
		}
		.g-btn.color_white.type_flat .ripple {
			background-color: #fff;
			}
	/* Ripple effect */
	.ripple-container {
		display: block;
		position: absolute !important;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 0 !important;
		z-index: 0 !important;
		overflow: hidden;
		border-radius: inherit;
		pointer-events: none;
		}
		.ripple {
			display: block;
			position: absolute;
			width: 20px;
			height: 20px;
			margin-left: -10px;
			margin-top: -10px;
			border-radius: 100%;
			transform: scale(1);
			transform-origin: 50%;
			opacity: 0;
			background-color: #fff;
			pointer-events: none;
			}
		.ripple.ripple-on {
			-webkit-transition: opacity 0.15s ease-in, -webkit-transform 0.45s cubic-bezier(.4,0,.2,1) 0.1s;
					transition: opacity 0.15s ease-in, transform 0.45s cubic-bezier(.4,0,.2,1) 0.1s;
			opacity: 0.13;
			}
		.ripple.ripple-out {
			-webkit-transition: opacity 0.2s linear !important;
					transition: opacity 0.2s linear !important;
			opacity: 0 !important;
			}

/* Alerts */
.g-alert {
	border-radius: 2px;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 1px 3px 0 rgba(0,0,0,0.25);
	}
	.g-alert-icon {
		display: none;
		vertical-align: middle;
		font-size: 30px;
		text-align: center;
		width: 80px;
		opacity: 0.5;
		}
	.g-alert.with_icon .g-alert-icon {
		display: table-cell;
		}
	.g-alert-body {
		padding: 20px 25px;
		}
	.g-alert.with_close .g-alert-body {
		padding-right: 60px;
		}
	.g-alert.with_icon .g-alert-body {
		display: table-cell;
		vertical-align: middle;
		padding-left: 0;
		}
		.g-alert-body p:last-child {
			margin: 0 !important;
			}
	.g-alert-close {
		font-size: 22px;
		padding: 20px;
		opacity: 0.3;
		-webkit-transition: opacity 0.3s;
				transition: opacity 0.3s;
		-webkit-tap-highlight-color: rgba(0,0,0,0); /* removes the touch highlight on touch devices */
		}
		.no-touch .g-alert-close:hover {
			opacity: 1;
			}

/* Pagination */
.g-pagination {
	font-size: 0;
	}
	.g-pagination-item {
		display: inline-block;
		vertical-align: top;
		text-align: center;
		font-size: 18px;
		line-height: 54px;
		height: 54px;
		width: 54px;
		margin: 0 2px;
		border-radius: 50%;
		color: inherit;
		}
	.no-touch .g-pagination-item:hover {
		background-color: #f5f5f5; /* variable */
		color: inherit;
		}
	.no-touch .color_alternate .g-pagination-item:hover {
		background-color: #e5e5e5; /* variable */
		}
	.no-touch .color_primary .g-pagination-item:hover,
	.no-touch .color_secondary .g-pagination-item:hover,
	.no-touch .color_custom .g-pagination-item:hover {
		background-color: rgba(255,255,255,0.12);
		}
	.g-pagination-item.active,
	.no-touch .g-pagination-item.active:hover {
		background-color: #c20; /* variable */
		color: #fff;
		}
	.g-pagination-item.to_prev,
	.g-pagination-item.to_next {
		font-size: 0;
		}
		.g-pagination-item.to_prev:before {
			content: '\e646';
			font-family: mdfonticon;
			font-size: 30px;
			padding-right: 1px;
			}
		.g-pagination-item.to_next:before {
			content: '\e647';
			font-family: mdfonticon;
			font-size: 30px;
			padding-left: 2px;
			}


/* ====================================
====== MAIN WIDGETS ===================
==================================== */

/* w-actionbox */
.w-actionbox {
	margin-bottom: 0;
	padding: 42px 46px;
	}
	.w-actionbox.controls_aside .w-actionbox-text {
		padding: 0;
		}
	.w-actionbox-text h2 + p {
		margin: 12px 0 5px;
		}
	.w-actionbox-button.g-btn {
		margin-left: 8px;
		}
	.w-actionbox.color_alternate {
		background-color: #f5f5f5; /* variable */
		}
	.w-actionbox.color_primary {
		background-color: #c20; /* variable */
		color: #fff;
		}
	.w-actionbox.color_secondary {
		background-color: #8c0; /* variable */
		color: #fff;
		}
		.w-actionbox.color_primary h1,
		.w-actionbox.color_primary h2,
		.w-actionbox.color_primary h3,
		.w-actionbox.color_primary h4,
		.w-actionbox.color_primary h5,
		.w-actionbox.color_primary h6,
		.w-actionbox.color_secondary h1,
		.w-actionbox.color_secondary h2,
		.w-actionbox.color_secondary h3,
		.w-actionbox.color_secondary h4,
		.w-actionbox.color_secondary h5,
		.w-actionbox.color_secondary h6 {
			color: #fff;
			}
		.w-actionbox.color_primary .w-actionbox-text a,
		.w-actionbox.color_secondary .w-actionbox-text a {
			color: #111;
			}
			.no-touch .w-actionbox.color_primary .w-actionbox-text a:hover,
			.no-touch .w-actionbox.color_secondary .w-actionbox-text a:hover,
			.no-touch .w-actionbox.color_primary a.g-btn.color_transparent,
			.no-touch .w-actionbox.color_secondary a.g-btn.color_transparent {
				color: #fff;
				}
	.l-submain.color_custom .w-actionbox.color_custom,
	.l-submain.color_primary .w-actionbox.color_primary,
	.l-submain.color_alternate .w-actionbox.color_alternate,
	.l-submain.color_secondary .w-actionbox.color_secondary {
		padding: 0;
		background-color: transparent;
		}


/* w-blog */
.w-blog-entry {
	margin-bottom: 60px;
	}
	.w-blog-entry-h {
		position: relative;
		}
		.w-blog-entry-link {
			color: inherit;
			}
			.w-blog-preview {
				padding-bottom: 30px;
				}
			.w-blog.format-image .w-blog-preview,
			.w-blog.format-gallery .w-blog-preview,
			.w-blog.format-video .w-blog-preview {
				display: block;
				}
				.g-html .format-quote blockquote {
					font-size: 24px;
					line-height: 34px;
					border: none;
					padding: 0;
					}
			.w-blog-entry-title {
				padding: 0;
				margin-bottom: 16px;
				}
			.w-blog-entry.sticky .w-blog-entry-title {
				font-weight: 700;
				}
			.w-blog-entry-preview + .w-blog-entry-link .w-blog-entry-title {
				margin-top: 20px;
				}
				.w-blog-entry-title-h {
					-webkit-transition: color 0.3s;
							transition: color 0.3s;
					}
				.no-touch .w-blog-entry-link:hover .w-blog-entry-title-h {
					color: #8c0; /* variable */
					}
		.w-blog-content {
			padding-bottom: 14px;
			}
			.w-blog-meta {
				margin: -2px 0 14px;
				}
			.w-blog-content .w-blog-meta {
				margin: 0 0 16px;
				}
				.w-blog-meta a {
					color: inherit;
					}
				.no-touch .w-blog-meta a:hover {
					color: #8c0; /* variable */
					}
				.w-blog-meta-date,
				.w-blog-meta-author,
				.w-blog-meta-tags,
				.w-blog-meta-category,
				.w-blog-meta-comments {
					margin: 0 16px 2px 0;
					}
					.w-blog-meta i {
						font-size: 1.11em;
						vertical-align: middle;
						margin-right: 2px;
						margin-bottom: 3px;
						}
				.w-blog-entry-short p:last-child {
					margin-bottom: 0;
					}
	/* IMGPOS: atleft */
	.w-blog.imgpos_atleft .w-blog-entry-preview {
		border-radius: 50%;
		overflow: hidden;
		max-width: 350px;
		}
		.w-blog.imgpos_atleft .w-blog-entry-preview-icon {
			display: block;
			height: 0;
			width: 100%;
			padding-bottom: 100%;
			position: relative;
			-webkit-transition: color 0.3s;
					transition: color 0.3s;
			background-color: #f5f5f5; /* variable */
			}
			.w-blog.imgpos_atleft .w-blog-entry-preview-icon i {
				display: block;
				position: absolute;
				top: 50%;
				left: 50%;
				font-size: 50px;
				text-align: center;
				line-height: 80px;
				height: 80px;
				width: 80px;
				margin: -40px 0 0 -40px;
				}
	/* TYPE: masonry */
	.full_height .w-blog.type_masonry {
		margin-top: 2px;
		margin-bottom: 2px;
		}
	.full_width .w-blog.type_masonry {
		margin-left: 2px;
		margin-right: 2px;
		}
		.w-blog.type_masonry .w-blog-entry {
			padding: 4px;
			margin-bottom: 0;
			width: 33.333333%;
			}
		@media (min-width: 1600px) {
		.full_width .w-blog.type_masonry .w-blog-entry {
			width: 20%;
			}
		}
		@media (min-width: 1200px) and (max-width: 1599px) {
		.full_width .w-blog.type_masonry .w-blog-entry {
			width: 25%;
			}
		}
		.w-blog.type_masonry .w-blog-entry-h {
			overflow: hidden;
			border-radius: 2px;
			box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 1px 3px 0 rgba(0,0,0,0.25);
			-webkit-transition: box-shadow 0.3s;
					transition: box-shadow 0.3s;
			background-color: #fff; /* variable */
			color: #444; /* variable */
			}
		.no-touch .w-blog.type_masonry .w-blog-entry:hover .w-blog-entry-h {
			box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.25);
			z-index: 3;
			}
			.w-blog.type_masonry .w-blog-entry-link {
				display: block;
				}
			.w-blog.type_masonry .w-blog-entry-title {
				font-size: 20px;
				line-height: 30px;
				padding: 20px 30px 10px;
				margin: 0;
				}
			.w-blog.type_masonry .w-blog-entry-body {
				padding: 0 30px 30px;
				}
				/* blog entry format: quote */
				.w-blog.type_masonry .w-blog-entry.format-quote .w-blog-entry-title blockquote {
					font-size: 18px;
					line-height: 26px;
					margin: 0;
					}
				.w-blog.type_masonry .w-blog-meta {
					font-size: 13px;
					line-height: 1.6;
					margin: 4px 0 12px;
					}
	.w-blog-pagination {
		padding: 20px 0;
		}
	.w-blog-entry .w-blog-pagination {
		padding-bottom: 0;
		}
	.w-blog.type_masonry + .g-pagination {
		text-align: center;
		padding-top: 30px;
		}
	.l-submain.full_height .w-blog.type_masonry + .g-pagination {
		padding-bottom: 30px;
		}


/* w-bloglist */
.w-bloglist {
	padding: 26px 34px;
	background-color: #f5f5f5; /* variable */
	}
	.w-bloglist-entry {
		margin-bottom: 6px;
		}
	.w-bloglist-entry-link {
		margin-right: 10px;
		}
	.w-bloglist-entry-date {
		font-size: 0.9em;
		white-space: nowrap;
		opacity: 0.5;
		}
		
		
/* w-cart */
.w-cart {
	display: none;
	float: right;
	height: 100%;
	position: relative;
	z-index: 11;
	}
.w-cart.has_items {
	display: block;
	}
.l-header.logopos_right .l-subheader.at_middle .w-cart.has_items {
	float: none;
	display: inline-block;
	}
.headerlayout_centered .l-subheader.at_bottom .w-cart.has_items {
	float: none;
	display: inline-block;
	line-height: 40px;
	}
.l-subheader.at_middle .w-nav.touch_enabled ~ .w-cart.has_items {
	display: block;
	position: absolute;
	top: 0;
	left: 40px;
	}
.l-subheader.at_middle .w-nav.touch_enabled ~ .w-search ~ .w-cart.has_items {
	left: 86px;
	}
.headerlayout_centered .w-nav.touch_enabled ~ .w-cart.has_items {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	}
.headerlayout_centered .w-nav.touch_enabled ~ .w-search ~ .w-cart.has_items {
	right: 40px;
	}
	.w-cart-h {
		display: inline-block;
		vertical-align: middle;
		vertical-align: -webkit-baseline-middle;
		line-height: 40px;
		}
		.w-cart-link {
			display: block;
			font-size: 21px;
			text-align: center;
			padding-left: 15px;
			position: relative;
			color: inherit;
			}
			.w-cart-link i {
				vertical-align: top;
				line-height: inherit;
				}
	/* cart notification */
	.w-cart-notification {
		display: none;
		position: absolute;
		right: 0;
		font-size: 13px;
		text-align: center;
		line-height: 20px;
		padding: 18px 20px;
		width: 285px;
		z-index: 11;
		border-radius: 2px;
		background-color: rgba(0,0,0,0.85);
		color: #ccc;
		}
	.l-header.logopos_right .l-subheader.at_middle .w-cart-notification {
		left: 0;
		right: auto;
		}
		.w-cart-notification .product-name {
			color: #fff;
			}
	/* cart dropdown */
	.w-cart-dropdown {
		display: none;
		position: absolute;
		right: 0;
		font-size: 14px;
		text-align: left;
		padding: 30px 30px 25px;
		min-width: 285px;
		border-radius: 2px;
		box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 2px 5px 0 rgba(0,0,0,0.25);
		background-color: #fff; /* variable */
		color: #444; /* variable */
		}
	.no-touch .w-cart:hover .w-cart-dropdown {
		display: block;
		}
	.woocommerce-cart .w-cart-dropdown,
	.woocommerce-checkout .w-cart-dropdown {
		display: none !important;
		}
	.l-header.logopos_right .l-subheader.at_middle .w-cart-dropdown {
		left: 0;
		right: auto;
		}


/* w-clients */
.col_sidecont .w-clients.nav_arrows,
.col_contside .w-clients.nav_arrows {
	padding: 0 54px;
	}
@media only screen and (max-width: 1299px) {
.w-clients.nav_arrows {
	padding: 0 54px;
	}
}
.w-clients-item-h {
	display: block;
	padding: 30px;
	margin: 5px;
	border-radius: 2px;
	opacity: 0.66;
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s, box-shadow 0.3s opacity 0.3s;
			transition: transform 0.3s, background-color 0.3s, box-shadow 0.3s, opacity 0.3s;
	}
.no-touch .w-clients-item:hover .w-clients-item-h {
	opacity: 1;
	}
.no-touch .w-clients.type_1 .w-clients-item:hover .w-clients-item-h {
	background-color: rgba(0,0,0,0.04);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1), 0 1px 4px rgba(0,0,0,0.2);
	-webkit-transform: translateY(-2px);
			transform: translateY(-2px);
	}
.no-touch .color_primary .w-clients.type_1 .w-clients-item:hover .w-clients-item-h,
.no-touch .color_secondary .w-clients.type_1 .w-clients-item:hover .w-clients-item-h {
	background-color: rgba(255,255,255,0.12);
	}
	/* arrows */
	.w-clients .slick-prev,
	.w-clients .slick-next {
		display: none !important;
		position: absolute;
		top: 50%;
		font-size: 0;
		font-weight: normal;
		text-align: center;
		height: 54px;
		width: 54px;
		margin: -30px 0 0;
		border-radius: 50%;
		padding: 0 !important;
		background-color: transparent;
		color: inherit !important;
		-webkit-transition: background-color 0.3s, opacity 0.3s;
				transition: background-color 0.3s, opacity 0.3s;
		}
	.w-clients .slick-prev {
		left: -54px;
		}
	.w-clients .slick-next {
		right: -54px;
		}
	.w-clients.nav_arrows .slick-prev,
	.w-clients.nav_arrows .slick-next {
		display: block !important;
		}
	.w-clients .slick-prev.slick-disabled,
	.w-clients .slick-next.slick-disabled {
		cursor: default;
		background-color: transparent !important;
		opacity: 0.33 !important;
		}
		.no-touch .w-clients .slick-prev:hover,
		.no-touch .w-clients .slick-next:hover {
			background-color: #f5f5f5; /* variable */
			}
		.no-touch .color_alternate .w-clients .slick-prev:hover,
		.no-touch .color_alternate .w-clients .slick-next:hover {
			background-color: #e5e5e5; /* variable */
			}
		.no-touch .color_primary .w-clients .slick-prev:hover,
		.no-touch .color_primary .w-clients .slick-next:hover,
		.no-touch .color_secondary .w-clients .slick-prev:hover,
		.no-touch .color_secondary .w-clients .slick-next:hover,
		.no-touch .color_custom .w-clients .slick-prev:hover,
		.no-touch .color_custom .w-clients .slick-next:hover {
			background-color: rgba(255,255,255,0.12);
			}
		.w-clients .slick-next:before {
			content: '\e647';
			font: 34px/56px mdfonticon;
			padding-left: 2px;
			}
		.w-clients .slick-prev:before {
			content: '\e646';
			font: 34px/56px mdfonticon;
			padding-right: 2px;
			}


/* w-comments */
.w-comments {
	padding-top: 30px;
	border-top: 1px dashed #e8e8e8; /* variable */
	}
.l-submain.for_comments .w-comments {
	padding-top: 0;
	border: none;
	}
.w-bloglist + .w-comments {
	border: none;
	}
	.w-comments-title {
		margin-bottom: 30px;
		}
		.w-comments-title i {
			font-size: 1.15em;
			vertical-align: middle;
			margin-right: 8px;
			margin-bottom: 3px;
			opacity: 0.33;
			}
	.w-comments-item {
		overflow: hidden;
		}
		.w-comments-item-meta {
			margin-bottom: 12px;
			}
			.w-comments-item-icon {
				top: 0;
				line-height: 0;
				border-radius: 50%;
				overflow: hidden;
				}
			.w-comments-item-author {
				font-size: 0.9em;
				margin-right: 15px;
				}
			.w-comments-item-date {
				font-size: 0.9em;
				}
		.w-comments-item-text > p {
			margin-bottom: 12px;
			}
		.w-comments-item-answer {
			display: block;
			font-size: 0.9em;
			}
	.w-comments .g-pagination {
		font-size: 13px;
		text-align: center;
		}
		.w-comments .g-pagination a {
			margin: 0 10px;
			}
	.comment-reply-title {
		font-size: 20px;
		}
		.comment-reply-title small {
			font-size: 13px;
			margin-left: 10px;
			}
		.form-allowed-tags {
			display: none;
			}


/* w-contacts */
.l-subheader .w-contacts {
	margin-right: 15px;
	}
.l-subheader.at_top .w-contacts {
	float: left;
	}
.l-subheader.at_middle .w-contacts {
	float: right;
	}
.l-header.logopos_right .l-subheader.at_middle .w-contacts {
	float: left;
	}
.headerlayout_centered .l-subheader .w-contacts {
	display: none;
	}
	.l-subheader .w-contacts-list {
		display: inline-block;
		vertical-align: middle;
		vertical-align: -webkit-baseline-middle;
		font-size: 14px;
		line-height: 40px;
		margin: 0 -10px;
		}
	.l-subheader .w-contacts-item {
		display: inline-block;
		vertical-align: top;
		margin: 0 10px;
		white-space: nowrap;
		}
		.l-subheader .w-contacts-item i {
			font-size: 1.3em;
			vertical-align: middle;
			margin-bottom: 1px;
			opacity: 0.5;
			}
		.l-subheader .w-contacts-item-value {
			display: inline-block;
			vertical-align: top;
			margin: 0 0 0 5px;
			}
		.l-subheader .w-contacts-item i,
		.l-subheader .w-contacts-item.for_phone .w-contacts-item-value {
			-webkit-transition: color 0.3s;
					transition: color 0.3s;
			}
			.l-subheader .w-contacts-item-value a {
				color: inherit;
				}
			.no-touch .l-subheader .w-contacts-item-value a:hover {
				color: #8c0; /* variable */
				}
	/* w-contacts in footer */
	.l-subfooter .w-contacts-item {
		position: relative;
		}
		.l-subfooter .w-contacts-item i {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			text-align: center;
			font-size: 18px;
			line-height: 21px;
			height: 21px;
			width: 21px;
			}
		.l-subfooter .w-contacts-item-value {
			display: block;
			margin: 0 0 12px 36px;
			}


/* w-copyright */
.w-nav + .w-copyright {
	float: left;
	}


/* w-counter */
.w-counter {
	text-align: center;
	margin: 0 auto;
	max-width: 300px;
	}
	.w-counter-number {
		font-family: Roboto;
		line-height: 1;
		color: #222; /* variable */
		}
	.w-counter.color_primary .w-counter-number {
		color: #c20; /* variable */
		}
	.w-counter.color_secondary .w-counter-number {
		color: #8c0; /* variable */
		}
	.l-submain.color_primary .w-counter-number,
	.l-submain.color_secondary .w-counter-number,
	.l-submain.color_custom .w-counter-number {
		color: inherit;
		}
	.w-counter h6.w-counter-title {
		padding: 14px 0 8px;
		margin: 0;
		}
	/* SIZE: small */
	.w-counter.size_small .w-counter-number {
		font-size: 4em;
		}
	/* SIZE: medium */
	.w-counter.size_medium .w-counter-number {
		font-size: 5em;
		}
	/* SIZE: big */
	.w-counter.size_big .w-counter-number {
		font-size: 6em;
		}


/* w-filters */
.w-filters {
	text-align: center;
	font-size: 0;
	}
	.w-filters-item {
		display: inline-block;
		vertical-align: top;
		font-size: 15px;
		line-height: 24px;
		text-transform: uppercase;
		cursor: pointer;
		padding: 14px 20px 12px;
		border-bottom: 2px solid transparent;
		opacity: 0.66;
		-webkit-transition: border-color 0.3s, color 0.3s, opacity 0.3s;
				transition: border-color 0.3s, color 0.3s, opacity 0.3s;
		}
	.no-touch .w-filters-item:hover {
		opacity: 1;
		}
	.w-filters-item.active {
		opacity: 1;
		border-color: #c20; /* variable */
		color: #c20; /* variable */
		}
	.no-touch .color_primary .w-filters-item.active,
	.no-touch .color_secondary .w-filters-item.active {
		border-color: #fff;
		color: #fff;
		}


/* w-form */
.w-form {
	padding-top: 10px;
	}
.l-footer .w-form.align_center {
	text-align: center;
	}
.l-footer .w-form.align_right {
	text-align: right;
	}
	.w-form-row {
		padding-left: 40px;
		margin-bottom: 24px !important;
		}
	.w-form-row.for_submit {
		padding-left: 0;
		margin-bottom: 0 !important;
		}
		.w-form-label {
			margin-bottom: 10px;
			}
		.w-form-field {
			display: block;
			position: relative;
			}
			.w-form-field > input:focus,
			.w-form-field > textarea:focus {
				box-shadow: none;
				border-color: #e5e5e5; /* variable */
				}
			.w-form-field > textarea {
				padding-top: 11px;
				line-height: 24px;
				}
			.w-form-field > i {
				display: block;
				position: absolute;
				top: 0;
				left: -40px;
				font-size: 24px;
				line-height: 46px;
				opacity: 0.33;
				-webkit-transition: opacity 0.3s, color 0.3s;
						transition: opacity 0.3s, color 0.3s;
				}
				.w-form-field > input:focus + i,
				.w-form-field > textarea:focus + i {
					opacity: 1;
					}
			.w-form-field-label {
				position: absolute;
				top: 10px;
				left: 0;
				font-size: 16px;
				line-height: 26px;
				pointer-events: none;
				opacity: 0.66;
				-webkit-transition: font-size 0.3s cubic-bezier(.78,.13,.15,.86), top 0.3s cubic-bezier(.78,.13,.15,.86);
						transition: font-size 0.3s cubic-bezier(.78,.13,.15,.86), top 0.3s cubic-bezier(.78,.13,.15,.86);
				}
			:root .w-form-field-label {
				z-index: -1 \0/IE9; /* hack for IE9 & IE10 */
				}
				input:focus ~ .w-form-field-label,
				input.not-empty ~ .w-form-field-label,
				textarea:focus ~ .w-form-field-label,
				textarea.not-empty ~ .w-form-field-label {
					top: -15px;
					font-size: 13px;
					}
			.w-form-field-bar:before,
			.w-form-field-bar:after {
				content: '';
				position: absolute;
				bottom: 0;
				height: 2px;
				width: 0;
				z-index: 1;
				-webkit-transition: background-color 0.3s, width 0.3s cubic-bezier(.78,.13,.15,.86);
						transition: background-color 0.3s, width 0.3s cubic-bezier(.78,.13,.15,.86);
				}
			.w-form-field-bar:before {
				left: 50%;
				}
			.w-form-field-bar:after {
				right: 50%;
				}
				input:focus ~ .w-form-field-bar:before,
				input:focus ~ .w-form-field-bar:after,
				textarea:focus ~ .w-form-field-bar:before,
				textarea:focus ~ .w-form-field-bar:after {
					width: 50%;
					background-color: #c20;
					}
			.w-form-row.check_wrong input,
			.w-form-row.check_wrong textarea {
				border-color: red;
				}
		.w-form-state {
			font-size: 13px;
			line-height: 18px;
			padding-top: 4px;
			color: red;
			height: 0;
			opacity: 0;
			-webkit-transition: height 0.3s cubic-bezier(.78,.13,.15,.86), opacity 0.3s;
					transition: height 0.3s cubic-bezier(.78,.13,.15,.86), opacity 0.3s;
			}
		.w-form-row.check_wrong .w-form-state {
			height: 22px;
			opacity: 1;
			}
	.w-form.align_left .g-btn {
		margin-right: 20px;
		}
		.w-form-field .g-btn .g-btn-label {
			display: block;
			-webkit-transform: scale(1);
					transform: scale(1);
			-webkit-transition: opacity 0.3s, -webkit-transform 0.3s cubic-bezier(.78,.13,.15,.86);
					transition: opacity 0.3s, transform 0.3s cubic-bezier(.78,.13,.15,.86);
			}
		.w-form-field .g-btn.loading .g-btn-label {
			opacity: 0;
			-webkit-transform: scale(0);
					transform: scale(0);
			}
		.w-form-field .g-btn .w-preloader {
			position: absolute;
			top: 50%;
			left: 50%;
			font-size: 10px;
			height: 26px;
			width: 26px;
			margin: -13px 0 0 -13px;
			background: none;
			color: inherit;
			opacity: 0;
			-webkit-transition: opacity 0.3s;
					transition: opacity 0.3s;
			}
			.w-form-field .g-btn .w-preloader.type_2:before,
			.w-form-field .g-btn .w-preloader.type_2:after {
				border-width: 2px;
				height: 22px;
				width: 22px;
				}
		.w-form-field .g-btn.loading .w-preloader {
			opacity: 1;
			}
	.w-form-field-success {
		display: inline-block;
		vertical-align: middle;
		font-size: 18px;
		line-height: 26px;
		padding: 12px 0;
		color: #4c0;
		}
		.w-form.align_center .w-form-field-success,
		.w-form.align_right .w-form-field-success {
			display: block;
			padding-bottom: 0;
			}
	/* FORM: protected post */
	.protected-post-form {
		margin-bottom: 20px;
		padding: 28px 34px 14px;
		background-color: #f5f5f5; /* variable */
		}
		.protected-post-form .w-form-row:after {
			display: block;
			content: '';
			clear: both;
			}
			.protected-post-form .w-form-label {
				margin-left: -40px;
				}
			.protected-post-form .w-form-field {
				float: left;
				}
			.protected-post-form .w-form-field.for_input {
				margin-right: 15px;
				}
				.protected-post-form .g-btn {
					margin-top: 4px;
					}


/* w-gallery */
.w-gallery-tnail {
	position: relative;
	width: 100%;
	cursor: zoom-in;
	}
	.w-gallery-tnail img {
		display: block;
		margin: 0 auto;
		}
	.no-touch .w-gallery-tnail-title {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		-webkit-transition: background-color 0.3s;
				transition: background-color 0.3s;
		}
		.no-touch .w-gallery-tnail:hover .w-gallery-tnail-title {
			background-color: rgba(255,255,255,0.25);
			}
	/* WITH: indents */
	.w-gallery.with_indents .w-gallery-tnails {
		margin: -2px;
		}
		.w-gallery.with_indents .w-gallery-tnail {
			padding: 2px;
			}
			.w-gallery.with_indents .w-gallery-tnail-title {
				top: 2px;
				left: 2px;
				right: 2px;
				bottom: 2px;
				}
	/* COLUMNS */
	.w-gallery.columns_2 .w-gallery-tnail {
		width: 50%;
		}
	.w-gallery.columns_3 .w-gallery-tnail {
		width: 33.3333%;
		}
	.w-gallery.columns_4 .w-gallery-tnail {
		width: 25%;
		}
	.w-gallery.columns_5 .w-gallery-tnail {
		width: 20%;
		}
	.w-gallery.columns_6 .w-gallery-tnail {
		width: 16.6666%;
		}
	.w-gallery.columns_7 .w-gallery-tnail {
		width: 14.2857%;
		}
	.w-gallery.columns_8 .w-gallery-tnail {
		width: 12.5%;
		}
	.w-gallery.columns_9 .w-gallery-tnail {
		width: 11.1111%;
		}
	.w-gallery.columns_10 .w-gallery-tnail {
		width: 10%;
		}


/* w-iconbox */
.w-iconbox-link {
	color: inherit;
	-webkit-transition: none;
	        transition: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0); /* removes the touch highlight on touch devices */
	}
	.w-iconbox-icon {
		position: static;
		-webkit-transition: background-color 0.3s, color 0.3s;
		        transition: background-color 0.3s, color 0.3s;
		}
		.w-iconbox-icon i {
			vertical-align: top;
			line-height: inherit;
			}
		.w-iconbox-icon img {
			line-height: inherit;
			}
	.no-touch .l-footer .w-iconbox-link:hover .w-iconbox-icon {
		color: inherit;
		}
	.w-iconbox-title {
		-webkit-transition: color 0.3s;
		        transition: color 0.3s;
		}
	.w-iconbox-text p,
	.w-iconbox-text ul,
	.w-iconbox-text ol {
		margin-bottom: 12px !important;
		}
	/* ICONPOS: top */
	.w-iconbox.iconpos_top .w-iconbox-title {
		padding: 16px 0;
		}
	/* ICONPOS: left */
	.w-iconbox.iconpos_left .w-iconbox-title {
		padding: 0 0 16px;
		}
	.w-iconbox.size_tiny.iconpos_left .w-iconbox-title {
		padding-top: 3px;
		}
	.w-iconbox.size_tiny.iconpos_left .w-iconbox-text {
		margin-left: 0;
		}
	/* TYPE: default */
	.w-iconbox.type_default .w-iconbox-icon {
		color: inherit;
		background-color: transparent !important;
		}
		.w-iconbox.type_default .w-iconbox-icon > .fa {
			color: inherit;
			}
	.w-iconbox.type_default.color_light .w-iconbox-icon {
		color: #e8e8e8; /* variable */
		}
	.w-iconbox.type_default.color_primary .w-iconbox-icon {
		color: #c20; /* variable */
		}
	.w-iconbox.type_default.color_secondary .w-iconbox-icon {
		color: #8c0; /* variable */
		}
	/* TYPE: circle */
	.w-iconbox.type_circle .w-iconbox-icon {
		text-align: center;
		overflow: hidden;
		border-radius: 50%;
		box-shadow: 0 -1px 0 rgba(0,0,0,0.12) inset, 0 1px 1px rgba(0,0,0,0), 0 2px 3px rgba(0,0,0,0);
		-webkit-transition: box-shadow 0.3s;
				transition: box-shadow 0.3s;
		}
	.w-iconbox.type_circle .w-iconbox-link:active .w-iconbox-icon,
	.no-touch .w-iconbox.type_circle .w-iconbox-link:hover .w-iconbox-icon {
		box-shadow: 0 -1px 0 rgba(0,0,0,0) inset, 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
		}
		.w-iconbox.type_circle .w-iconbox-icon i {
			text-shadow: 0 1px 1px rgba(0,0,0,0.25);
			}
	.w-iconbox.type_circle.color_light .w-iconbox-icon {
		background-color: #f5f5f5; /* variable */
		color: #444; /* variable */
		}
	.w-iconbox.type_circle.color_contrast .w-iconbox-icon {
		background-color: #444; /* variable */
		color: #fff; /* variable */
		}
	.w-iconbox.type_circle.color_primary .w-iconbox-icon {
		background-color: #c20; /* variable */
		color: #fff;
		}
	.w-iconbox.type_circle.color_secondary .w-iconbox-icon {
		background-color: #8c0; /* variable */
		color: #fff;
		}
	/* SIZE: tiny */
	.w-iconbox.type_circle.size_tiny .w-iconbox-icon {
		font-size: 19px;
		line-height: 44px;
		height: 44px;
		width: 44px;
		}
		.w-iconbox.type_circle.size_tiny .w-iconbox-icon img {
			max-width: 20px;
			}
		.w-iconbox.size_tiny .w-iconbox-title {
			font-size: 18px;
			}
		.w-iconbox.type_circle.size_tiny.iconpos_left .w-iconbox-title,
		.w-iconbox.type_circle.size_tiny.iconpos_left .w-iconbox-text {
			margin-left: 60px;
			}
	/* SIZE: small */
	.w-iconbox.type_circle.size_small .w-iconbox-icon {
		font-size: 26px;
		line-height: 60px;
		height: 60px;
		width: 60px;
		}
		.w-iconbox.type_circle.size_small .w-iconbox-icon img {
			max-width: 28px;
			}
		.w-iconbox.size_small .w-iconbox-title {
			font-size: 20px;
			}
		.w-iconbox.size_small.iconpos_left .w-iconbox-title,
		.w-iconbox.size_small.iconpos_left .w-iconbox-text {
			margin-left: 62px;
			}
		.w-iconbox.type_circle.size_small.iconpos_left .w-iconbox-title,
		.w-iconbox.type_circle.size_small.iconpos_left .w-iconbox-text {
			margin-left: 80px;
			}
	/* SIZE: medium */
	.w-iconbox.type_circle.size_medium .w-iconbox-icon {
		font-size: 34px;
		line-height: 80px;
		height: 80px;
		width: 80px;
		}
		.w-iconbox.type_circle.size_medium .w-iconbox-icon img {
			max-width: 38px;
			}
		.w-iconbox.size_medium .w-iconbox-title {
			font-size: 22px;
			}
		.w-iconbox.size_medium.iconpos_left .w-iconbox-title,
		.w-iconbox.size_medium.iconpos_left .w-iconbox-text {
			margin-left: 75px;
			}
		.w-iconbox.type_circle.size_medium.iconpos_left .w-iconbox-title,
		.w-iconbox.type_circle.size_medium.iconpos_left .w-iconbox-text {
			margin-left: 105px;
			}
	/* SIZE: big */
	.w-iconbox.type_circle.size_big .w-iconbox-icon {
		font-size: 46px;
		line-height: 100px;
		height: 100px;
		width: 100px;
		}
		.w-iconbox.type_circle.size_big .w-iconbox-icon img {
			max-width: 46px;
			}
		.w-iconbox.size_big .w-iconbox-title {
			font-size: 24px;
			}
		.w-iconbox.size_big.iconpos_left .w-iconbox-title,
		.w-iconbox.size_big.iconpos_left .w-iconbox-text {
			margin-left: 100px;
			}
		.w-iconbox.type_circle.size_big.iconpos_left .w-iconbox-title,
		.w-iconbox.type_circle.size_big.iconpos_left .w-iconbox-text {
			margin-left: 120px;
			}
	/* SIZE: huge */
	.w-iconbox.type_circle.size_huge .w-iconbox-icon {
		font-size: 60px;
		line-height: 130px;
		height: 130px;
		width: 130px;
		}
		.w-iconbox.type_circle.size_huge .w-iconbox-icon img {
			max-width: 60px;
			}
		.w-iconbox.size_huge .w-iconbox-title {
			font-size: 26px;
			}
		.w-iconbox.size_huge.iconpos_left .w-iconbox-title,
		.w-iconbox.size_huge.iconpos_left .w-iconbox-text {
			margin-left: 135px;
			}
		.w-iconbox.type_circle.size_huge.iconpos_left .w-iconbox-title,
		.w-iconbox.type_circle.size_huge.iconpos_left .w-iconbox-text {
			margin-left: 150px;
			}


/* w-lang */
.l-subheader.at_top .w-lang {
	float: left;
	z-index: 2;
	}
.l-subheader.at_middle .w-lang {
	float: right;
	margin-right: 20px;
	z-index: 12;
	}
.l-header.logopos_right .l-subheader.at_middle .w-lang {
	float: left;
	margin-right: 0;
	}
.headerlayout_centered .w-lang {
	display: none !important;
	}
	.w-lang-h {
		display: inline-block;
		vertical-align: middle;
		vertical-align: -webkit-baseline-middle;
		line-height: 40px;
		}
		.w-lang.layout_dropdown .w-lang-list {
			padding-top: 35px;
			padding-bottom: 3px;
			min-width: 100%;
			box-sizing: content-box;
			box-shadow: 0 0 0 0 rgba(0,0,0,0);
			-webkit-transition: box-shadow 0.3s;
					transition: box-shadow 0.3s;
			}
		.w-lang.layout_dropdown.active .w-lang-list {
			box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 1px 3px 0 rgba(0,0,0,0.25);
			}
			.w-lang-item {
				padding: 0 30px 0 12px;
				-webkit-transition: color 0.3s;
						transition: color 0.3s;
				}
			.w-lang.active .w-lang-item {
				color: #444; /* variable */
				}
			.w-lang-list .w-lang-item {
				text-align: left;
				line-height: 30px;
				padding-right: 12px;
				color: inherit;
				opacity: 0;
				}
			.w-lang.active .w-lang-list .w-lang-item {
				opacity: 1;
				}
				.w-lang-item-title {
					font-size: 14px;
					vertical-align: top;
					}
		.w-lang-current {
			position: relative;
			z-index: 1;
			cursor: pointer;
			}
			.w-lang-current .w-lang-item:before {
				display: block;
				content: "\f107";
				position: absolute;
				top: 0;
				right: 10px;
				font-size: 20px;
				font-family: FontAwesome;
				cursor: pointer;
				}


/* w-loadmore */
.w-loadmore {
	text-align: center;
	margin-top: 30px;
	position: relative;
	}
.l-submain.full_height .w-loadmore {
	margin-bottom: 30px;
	}
.w-loadmore.done {
	display: none;
	}
	.w-loadmore .g-btn {
		margin: 0;
		vertical-align: top;
		z-index: 1;
		-webkit-transform: scale(1);
				transform: scale(1);
		-webkit-transition: background-color 0.3s, opacity 0.3s, -webkit-transform 0.3s cubic-bezier(.78,.13,.15,.86);
				transition: background-color 0.3s, opacity 0.3s, transform 0.3s cubic-bezier(.78,.13,.15,.86);
		}
		.w-loadmore.loading .g-btn {
			opacity: 0;
			-webkit-transform: scale(0);
					transform: scale(0);
			}
	.color_primary .w-loadmore .g-btn.color_primary.type_flat {
		color: inherit;
		}
	.w-loadmore .w-preloader {
		position: absolute;
		top: 10px;
		left: 50%;
		height: 36px;
		width: 36px;
		margin-left: -17px;
		opacity: 0;
		background: none;
		color: inherit;
		-webkit-transition: opacity 0.3s;
				transition: opacity 0.3s;
		}
		.w-loadmore .w-preloader.type_2:before,
		.w-loadmore .w-preloader.type_2:after {
			border-width: 2px;
			height: 32px;
			width: 32px;
			}
	.w-loadmore.loading .w-preloader {
		opacity: 1;
		}


/* w-logo */
.w-logo {
	float: left;
	z-index: 1;
	}
.l-header.logopos_right .w-logo {
	float: right;
	}
.headerlayout_centered .w-logo {
	float: none !important;
	}
	.w-logo-link {
		color: inherit;
		}
		.w-logo-title {
			font-size: 27px;
			font-family: 'Roboto';
			line-height: inherit;
			}
		.w-logo-img {
			height: 30px; /* variable */
			max-width: 200px;
			-webkit-transition: height 0.1s cubic-bezier(.78,.13,.15,.86);
					transition: height 0.1s cubic-bezier(.78,.13,.15,.86);
			}
		.headerlayout_centered .w-logo-img {
			max-width: none;
			}
			.w-logo-img > img {
				display: block;
				height: 100%;
				max-width: none;
				}
		.headerlayout_standard .l-header.state_sticky .w-logo-img,
		.headerlayout_extended .l-header.state_sticky .w-logo-img {
			height: 30px; /* variable */
			}
		/* Enable the second logo image for the transparent header */
		.with_transparent .w-logo-img > img.for_transparent,
		.transparent .with_transparent .w-logo-img > img.for_default {
			opacity: 0;
			}
		.transparent .with_transparent .w-logo-img > img.for_transparent {
			opacity: 1;
			}


/* w-map */
.full_width .w-map {
	margin: 20px;
	}
.no-touch .full_width .w-map {
	margin: 0;
	}
	.w-map img {
		max-width: none !important;
		}
	.w-map label {
		display: inline;
		width: auto;
		}
	.gm-style .gm-style-iw > div {
		width: auto !important;
		}
		.gmap_marker {
			color: #333;
			}


/* w-nav in header */
.l-header .w-nav {
	display: inline-block;
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
	line-height: 50px;
	}
.headerlayout_advanced .l-header .w-nav.touch_disabled,
.headerlayout_centered .l-header .w-nav.touch_disabled {
	line-height: 40px;
	}
	.w-nav-control {
		float: right;
		font-size: 24px;
		text-align: center;
		height: auto;
		width: 50px;
		cursor: pointer;
		-webkit-transition: color 0.3s;
				transition: color 0.3s;
		-webkit-tap-highlight-color: rgba(0,0,0,0); /* removes the touch highlight on touch devices */
		}
		.w-nav-control i {
			vertical-align: top;
			line-height: inherit;
			}
	.l-header.logopos_right .w-nav-control,
	.l-subheader.at_bottom .w-nav-control {
		float: none;
		text-align: left;
		width: 40px;
		}
		.l-header .w-nav-anchor {
			font-size: 16px; /* variable */
			-webkit-tap-highlight-color: rgba(0,0,0,0); /* removes the touch highlight on touch devices */
			}
		.l-header .w-nav-anchor.level_1 {
			padding: 0 20px;
			color: inherit;
			}
			.w-nav-title i {
				width: 20px;
				}
			.l-header .w-nav-anchor.level_1 .ripple.ripple-on {
				opacity: 0.06;
				}
			/* menu sublevel arrow */
			.l-header .w-nav-arrow {
				display: none;
				position: absolute;
				top: 0;
				right: 0;
				font-family: mdfonticon;
				font-size: 22px;
				font-weight: normal;
				line-height: inherit;
				height: 100%;
				width: 20px;
				}
				.l-header .w-nav-arrow:before {
					content: '\e71e';
					}
			.l-header .w-nav-item.level_2.has_sublevel .w-nav-anchor.level_2 .w-nav-arrow,
			.l-header .w-nav-item.level_3.has_sublevel .w-nav-anchor.level_3 .w-nav-arrow {
				display: block;
				line-height: 40px;
				width: 30px;
				}
				.l-header .w-nav-item.level_2.has_sublevel .w-nav-anchor.level_2 .w-nav-arrow:before,
				.l-header .w-nav-item.level_3.has_sublevel .w-nav-anchor.level_3 .w-nav-arrow:before {
					content: '\e720';
					}
			.l-header .w-nav-item.level_2.has_sublevel .w-nav-anchor.level_2 .w-nav-title,
			.l-header .w-nav-item.level_3.has_sublevel .w-nav-anchor.level_3 .w-nav-title {
				padding-right: 30px;
				}
		/* menu dropdown lists */
		.l-header .w-nav-list.level_2,
		.l-header .w-nav-list.level_3,
		.l-header .w-nav-list.level_4 {
			box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 2px 5px 0 rgba(0,0,0,0.25);
			padding: 6px 0;
			min-width: 200px;
			border-radius: 2px;
			background-color: #fff; /* variable */
			}
		.l-header .w-nav-list.level_3,
		.l-header .w-nav-list.level_4 {
			box-shadow: 0 2px 1px 0 rgba(0,0,0,0.05), 0 3px 7px 0 rgba(0,0,0,0.25);
			top: -6px;
			}
			.l-header .w-nav-anchor.level_2,
			.l-header .w-nav-anchor.level_3,
			.l-header .w-nav-anchor.level_4 {
				line-height: 20px;
				white-space: nowrap;
				-webkit-transition: color 0.2s, background-color 0.2s;
						transition: color 0.2s, background-color 0.2s;
				color: #444; /* variable */
				}
				.l-header .w-nav-anchor.level_2 .ripple.ripple-on,
				.l-header .w-nav-anchor.level_3 .ripple.ripple-on,
				.l-header .w-nav-anchor.level_4 .ripple.ripple-on {
					opacity: 0.08;
					}
		/* menu dropdown columns list */
		.w-nav.touch_disabled [class*="columns"] .w-nav-list.level_2 {
			text-align: left;
			padding: 15px 0;
			}
			.w-nav.touch_disabled [class*="columns"] .w-nav-item.level_2 {
				padding: 0 15px;
				}
		.touch_disabled [class*="columns"] .w-nav-list.level_3 {
			box-shadow: none;
			}
		.touch_disabled [class*="columns"] .w-nav-anchor.level_2,
		.touch_disabled [class*="columns"] .w-nav-anchor.level_3 {
			white-space: normal;
			}
		.touch_disabled [class*="columns"] .has_sublevel .w-nav-anchor.level_2 {
			font-weight: 400;
			text-transform: uppercase;
			margin: 0 0 8px;
			background-color: transparent !important;
			}
			.touch_disabled [class*="columns"] .has_sublevel .w-nav-arrow {
				display: none !important;
				}
		/* menu button */
		.w-nav.touch_disabled .btn.w-nav-item.level_1 {
			margin: 0 10px;
			}
			.btn.w-nav-item .w-nav-anchor.level_1 {
				display: inline-block;
				vertical-align: middle;
				vertical-align: -webkit-baseline-middle;
				line-height: 40px;
				border-radius: 3px;
				box-shadow: 0 2px 1px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3);
				}
				.no-touch .btn.w-nav-item .w-nav-anchor.level_1:hover {
					box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
					}
				.btn.w-nav-item .w-nav-anchor.level_1:focus,
				.btn.w-nav-item .w-nav-anchor.level_1:active {
					box-shadow: 0 3px 3px rgba(0,0,0,0.1), 0 5px 8px rgba(0,0,0,0.16), 0 9px 20px rgba(0,0,0,0.16) !important;
					}
				.w-nav.touch_enabled .btn.w-nav-item.level_1.has_sublevel .w-nav-anchor.level_1 .w-nav-arrow {
					line-height: 40px;
					}
				.w-nav.touch_enabled .btn.w-nav-item.level_1.has_sublevel .w-nav-anchor.level_1 .w-nav-title {
					padding-right: 25px;
					}
	/* TOUCH: enabled */
	.w-nav.touch_enabled,
	.w-nav.touch_enabled .w-nav-control {
		display: block;
		line-height: inherit;
		}
		.w-nav.touch_enabled .w-nav-list.level_1 {
			clear: both;
			overflow-y: auto;
			padding-left: 30px;
			padding-right: 30px;
			margin-left: -40px;
			margin-right: -40px;
			}
		.w-nav.touch_enabled .w-nav-item {
			float: none;
			width: 100%;
			line-height: 26px;
			text-align: left;
			}
			.w-nav.touch_enabled .btn.w-nav-item {
				text-align: center;
				}
				.w-nav.touch_enabled .w-nav-item.level_1.has_sublevel .w-nav-anchor.level_1 .w-nav-arrow,
				.w-nav.touch_enabled .w-nav-item.level_2.has_sublevel .w-nav-anchor.level_2 .w-nav-arrow,
				.w-nav.touch_enabled .w-nav-item.level_3.has_sublevel .w-nav-anchor.level_3 .w-nav-arrow {
					display: block;
					font-size: 26px;
					text-align: center;
					line-height: 46px;
					width: 50px;
					}
					.w-nav.touch_enabled .w-nav-item.level_2.has_sublevel .w-nav-anchor.level_2 .w-nav-arrow:before,
					.w-nav.touch_enabled .w-nav-item.level_3.has_sublevel .w-nav-anchor.level_3 .w-nav-arrow:before {
						content: '\e71e';
						}
				.w-nav.touch_enabled .w-nav-item.level_1.has_sublevel .w-nav-anchor.level_1 .w-nav-title,
				.w-nav.touch_enabled .w-nav-item.level_2.has_sublevel .w-nav-anchor.level_2 .w-nav-title,
				.w-nav.touch_enabled .w-nav-item.level_3.has_sublevel .w-nav-anchor.level_3 .w-nav-title {
					padding-right: 50px;
					}
				.w-nav.touch_enabled .w-nav-item.level_1.open .w-nav-anchor.level_1 .w-nav-arrow,
				.w-nav.touch_enabled .w-nav-item.level_2.open .w-nav-anchor.level_2 .w-nav-arrow,
				.w-nav.touch_enabled .w-nav-item.level_3.open .w-nav-anchor.level_3 .w-nav-arrow {
					-webkit-transform: rotate(180deg);
						-ms-transform: rotate(180deg);
							transform: rotate(180deg);
					}
		.w-nav.touch_enabled .w-nav-list.level_2,
		.w-nav.touch_enabled .w-nav-list.level_3,
		.w-nav.touch_enabled .w-nav-list.level_4 {
			display: block;
			position: static;
			padding: 0;
			box-shadow: none;
			}
			.w-nav.touch_enabled .w-nav-anchor.level_1 {
				margin: 0;
				padding: 10px 0;
				background-color: transparent !important;
				box-shadow: 0 1px 0 rgba(0,0,0,0.06) inset;
				}
			.w-nav.touch_enabled .btn.w-nav-item .w-nav-anchor.level_1 {
				margin: 10px 0;
				padding: 0 20px;
				}
			.w-nav.touch_enabled .w-nav-anchor.level_2 {
				line-height: 26px;
				margin: 0;
				padding: 10px 0 10px 20px;
				}
			.w-nav.touch_enabled .w-nav-anchor.level_3 {
				line-height: 26px;
				margin: 0;
				padding: 10px 0 10px 30px;
				}
			.w-nav.touch_enabled .w-nav-anchor.level_4 {
				line-height: 26px;
				margin: 0;
				padding: 10px 0 10px 40px;
				}

/* w-nav in footer */
.l-subfooter.at_bottom .w-nav {
	float: right;
	}
	.l-subfooter.at_bottom .w-nav-list.level_1 {
		display: block;
		}
		.l-subfooter.at_bottom .w-nav-anchor.level_1 {
			display: inline-block;
			vertical-align: top;
			padding: 0;
			margin: 0 10px;
			}
		.l-subfooter.at_bottom .btn.w-nav-item .w-nav-anchor.level_1 {
			line-height: 34px;
			padding: 0 15px;
			margin-top: -6px;
			margin-bottom: -6px;
			}
		.l-subfooter.at_bottom .w-nav-list.level_2 {
			display: none !important;
			}


/* w-pagehead */
.w-pagehead {
	text-align: center;
	}
.single-us_portfolio .w-pagehead {
	padding: 0 80px;
	}
	.w-pagehead h1 {
		margin: 0;
		}
	.w-pagehead p {
		line-height: 22px;
		margin: 10px 0 0;
		opacity: 0.66;
		}
	.w-pagehead .g-breadcrumbs {
		font-size: 13px;
		line-height: 22px;
		margin: 10px 0 4px;
		}
		.g-breadcrumbs-separator {
			margin: 0 8px;
			}
			.g-breadcrumbs-separator i {
				font-size: 16px;
				margin-bottom: 2px;
				vertical-align: middle;
				}
	.w-pagehead-nav-item {
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -27px;
		text-align: center;
		font-size: 34px;
		line-height: 54px;
		height: 54px;
		width: 54px;
		border-radius: 50%;
		color: inherit;
		}
	.w-pagehead-nav-item.type_next {
		right: 0;
		padding-left: 1px;
		}
	.w-pagehead-nav-item.type_prev {
		left: 0;
		padding-right: 1px;
		}
		.no-touch .w-pagehead-nav-item:hover {
			background-color: #f5f5f5; /* variable */
			color: inherit;
			}
		.no-touch .color_alternate .w-pagehead-nav-item:hover {
			background-color: #e5e5e5; /* variable */
			}
		.no-touch .color_primary .w-pagehead-nav-item:hover,
		.no-touch .color_secondary .w-pagehead-nav-item:hover,
		.no-touch .color_custom .w-pagehead-nav-item:hover {
			background-color: rgba(255,255,255,0.12);
			}
		.w-pagehead-nav-item i {
			line-height: inherit;
			}
	/* SIZE: huge */
	@media only screen and (min-width: 768px) {
	.for_pagehead.size_huge .w-pagehead h1 {
		font-size: 44px;
		line-height: 54px;
		letter-spacing: 2px;
		font-weight: 300;
		}
	}
	.for_pagehead.size_huge .w-pagehead h1,
	.for_pagehead.size_huge .w-pagehead p {
		text-transform: uppercase;
		}
	/* SIZE: medium */
	.single-us_portfolio .for_pagehead.size_medium .w-pagehead {
		padding: 0;
		}
		.for_pagehead.size_medium .w-pagehead h1 {
			float: left;
			font-size: 24px;
			line-height: 34px;
			margin-right: 22px;
			}
		.for_pagehead.size_medium .w-pagehead p {
			float: left;
			margin: 10px 0 0;
			}
		.for_pagehead.size_medium .w-pagehead .g-breadcrumbs {
			float: right;
			margin: 6px 0 0;
			}
		.for_pagehead.size_medium .w-pagehead-nav {
			float: right;
			font-size: 0;
			margin: -8px 0;
			}
			.for_pagehead.size_medium .w-pagehead-nav-item {
				display: inline-block;
				vertical-align: top;
				position: static;
				margin: 0;
				}
				

/* w-portfolio */
.w-portfolio-pagination {
	text-align: center;
	padding-top: 30px;
	}
.l-submain.full_height .w-portfolio-pagination {
	padding-bottom: 30px;
	}
.l-submain.full_height .w-portfolio.with_indents .w-portfolio-pagination {
	padding-top: 26px;
	}
.w-portfolio.with_indents .w-portfolio-list {
	margin: -2px;
	}
.l-submain.full_width .w-portfolio.with_indents .w-portfolio-list {
	margin: 2px;
	}
	.w-portfolio.with_indents .w-portfolio-item {
		padding: 2px;
		}
		.w-portfolio-item-anchor {
			background-color: #fff; /* variable */
			color: #444; /* variable */
			}
		:root .w-portfolio-item-anchor {
			z-index: 1 \0/IE9; /* hack for IE9 & IE10 */
			}
			.w-portfolio-item-image {
				background-color: inherit;
				}
			.w-portfolio-item-meta {
				padding: 20px;
				position: relative;
				background-color: inherit;
				}
				.w-portfolio-item-meta-h {
					background-color: inherit;
					}
					.w-portfolio-item-title {
						font-size: 20px;
						color: inherit !important;
						}
					.l-footer .w-portfolio-item-title {
						font-size: 14px !important;
						}
					.w-portfolio-item-text {
						font-size: 13px;
						line-height: 18px;
						margin-top: 5px;
						opacity: 0.66;
						}
	/* TYPE: 1 */
	.no-touch .type_1 .w-portfolio-item-image:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		opacity: 0;
		border-radius: 50%;
		padding-bottom: 100%;
		background-color: inherit;
		-webkit-transform: scale(0);
				transform: scale(0);
		-webkit-transition: -webkit-transform 0.4s cubic-bezier(.4,0,.2,1), opacity 0.4s;
				transition: transform 0.4s cubic-bezier(.4,0,.2,1), opacity 0.4s;
		}
	.no-touch .type_1.ratio_3-2 .w-portfolio-item-image:after {
		top: -25%;
		}
	.no-touch .type_1.ratio_4-3 .w-portfolio-item-image:after {
		top: -16.6666%;
		}
	.no-touch .type_1.ratio_2-3 .w-portfolio-item-image:after {
		top: 16.6666%;
		}
	.no-touch .type_1.ratio_3-4 .w-portfolio-item-image:after {
		top: 12.5%;
		}
		.no-touch .type_1 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
			opacity: 0.85;
			-webkit-transform: scale(1.42);
					transform: scale(1.42);
			}
		.no-touch .type_1.ratio_3-2 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
			-webkit-transform: scale(1.2);
					transform: scale(1.2);
			}
		.no-touch .type_1.ratio_4-3 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
			-webkit-transform: scale(1.25);
					transform: scale(1.25);
			}
		.no-touch .type_1.ratio_3-4 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
			-webkit-transform: scale(1.67);
					transform: scale(1.67);
			}
		.no-touch .type_1.ratio_2-3 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
			-webkit-transform: scale(1.82);
					transform: scale(1.82);
			}
	.no-touch .type_1 .w-portfolio-item-meta {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
		background: none;
		-webkit-transform: scale(0);
				transform: scale(0);
		-webkit-transition: -webkit-transform 0.25s cubic-bezier(.4,0,.2,1), opacity 0.25s;
				transition: transform 0.25s cubic-bezier(.4,0,.2,1), opacity 0.25s;
		}
		.no-touch .type_1 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
			opacity: 0.9;
			-webkit-transform: scale(1);
					transform: scale(1);
			}
		.no-touch .type_1 .w-portfolio-item-meta:before {
			content: '';
			display: inline-block;
			vertical-align: middle;
			height: 100%;
			margin-left: -0.5em;
			}
		.no-touch .type_1 .w-portfolio-item-meta-h {
			display: inline-block;
			vertical-align: middle;
			width: 100%;
			}
	/* TYPE: 2 */
	.no-touch .type_2 .w-portfolio-item-image:after {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
		-webkit-transition: opacity 0.4s;
				transition: opacity 0.4s;
		background-color: inherit;
		}
		.no-touch .type_2 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
			opacity: 0.85;
			}
	.type_2 .w-portfolio-item-meta {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 60px 30px 25px;
		background: none;
		color: #fff;
		-webkit-transition: padding 0.25s cubic-bezier(.4,0,.2,1), color 0.25s cubic-bezier(.4,0,.2,1);
				transition: padding 0.25s cubic-bezier(.4,0,.2,1), color 0.25s cubic-bezier(.4,0,.2,1);
		}
		.no-touch .type_2 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
			color: inherit;
			padding: 20px 30px 65px;
			}
		.type_2 .w-portfolio-item-meta-h {
			position: relative;
			}
		.type_2 .w-portfolio-item-meta:before {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			background: linear-gradient(to top, rgba(30,30,30,0.8) 0, transparent 100%) repeat-x;
			-webkit-transition: opacity 0.4s;
					transition: opacity 0.4s;
			}
			.no-touch .type_2 .w-portfolio-item-anchor:hover .w-portfolio-item-meta:before {
				opacity: 0;
				}
	/* TYPE: 3 */
	.type_3 .w-portfolio-item-image:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0.66;
		background-color: inherit;
		-webkit-transition: opacity 0.4s cubic-bezier(.78,.13,.15,.86);
				transition: opacity 0.4s cubic-bezier(.78,.13,.15,.86);
		}
		.no-touch .type_3 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
			opacity: 0;
			}
	.type_3 .w-portfolio-item-meta {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: none;
		}
		.type_3 .w-portfolio-item-meta:before {
			content: '';
			display: inline-block;
			vertical-align: middle;
			height: 100%;
			margin-left: -0.5em;
			}
		.type_3 .w-portfolio-item-meta-h {
			display: inline-block;
			vertical-align: middle;
			width: 100%;
			}
		.no-touch .type_3 .w-portfolio-item-title {
			opacity: 1;
			-webkit-transition: -webkit-transform 0.3s cubic-bezier(.78,.13,.15,.86), opacity 0.3s cubic-bezier(.78,.13,.15,.86);
					transition: transform 0.3s cubic-bezier(.78,.13,.15,.86), opacity 0.3s cubic-bezier(.78,.13,.15,.86);
			}
			.no-touch .type_3 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
				opacity: 0;
				-webkit-transform: translateY(-40px);
					-ms-transform: translateY(-40px);
						transform: translateY(-40px);
				}
		.no-touch .type_3 .w-portfolio-item-text {
			opacity: 0.66;
			-webkit-transition: -webkit-transform 0.3s cubic-bezier(.78,.13,.15,.86), opacity 0.3s cubic-bezier(.78,.13,.15,.86);
					transition: transform 0.3s cubic-bezier(.78,.13,.15,.86), opacity 0.3s cubic-bezier(.78,.13,.15,.86);
			}
			.no-touch .type_3 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
				opacity: 0;
				-webkit-transform: translateY(40px);
					-ms-transform: translateY(40px);
						transform: translateY(40px);
				}
	/* TYPE: 4 */
	.no-touch .type_4 .w-portfolio-item-meta {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
		background: radial-gradient(ellipse at center center, rgba(30,30,30,0.1) 0px, rgba(30,30,30,0.8) 100%);
		color: #fff;
		-webkit-transform: scale(2);
				transform: scale(2);
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s cubic-bezier(.78,.13,.15,.86);
				transition: opacity 0.35s, transform 0.35s cubic-bezier(.78,.13,.15,.86);
		}
		.no-touch .type_4 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
			opacity: 1;
			-webkit-transform: scale(1);
					transform: scale(1);
			}
		.no-touch .type_4 .w-portfolio-item-meta:before {
			content: '';
			display: inline-block;
			vertical-align: middle;
			height: 100%;
			margin-left: -0.5em;
			}
		.no-touch .type_4 .w-portfolio-item-meta-h {
			display: inline-block;
			vertical-align: middle;
			width: 100%;
			}
	/* TYPE: 5 */
	.no-touch .type_5 .w-portfolio-item-image {
		position: relative;
		top: 0;
		-webkit-transition: top 0.3s cubic-bezier(.78,.13,.15,.86);
				transition: top 0.3s cubic-bezier(.78,.13,.15,.86);
		}
		.no-touch .type_5 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
			top: -30px;
			}
	.no-touch .type_5 .w-portfolio-item-meta {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 0;
		padding: 0 20px;
		-webkit-transition: height 0.3s cubic-bezier(.78,.13,.15,.86);
				transition: height 0.3s cubic-bezier(.78,.13,.15,.86);
		}
		.no-touch .type_5 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
			height: 100%;
			}
		.no-touch .type_5 .w-portfolio-item-meta:before {
			content: '';
			display: inline-block;
			vertical-align: middle;
			height: 100%;
			margin-left: -0.5em;
			}
		.no-touch .type_5 .w-portfolio-item-meta-h {
			display: inline-block;
			vertical-align: middle;
			width: 100%;
			}
			.no-touch .type_5 .w-portfolio-item-title,
			.no-touch .type_5 .w-portfolio-item-text {
				opacity: 0;
				-webkit-transition: opacity 0.5s cubic-bezier(.78,.13,.15,.86);
						transition: opacity 0.5s cubic-bezier(.78,.13,.15,.86);
				}
				.no-touch .type_5 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
					opacity: 1;
					}
				.no-touch .type_5 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
					opacity: 0.66;
					}


/* w-pricing */
.w-pricing-item-h {
	color: #444; /* variable */
	}
.w-pricing-item:first-child .w-pricing-item-h {
	margin-left: 0;
	}
.w-pricing-item:last-child .w-pricing-item-h {
	margin-right: 0;
	}
	.w-pricing-item-header {
		padding: 35px 30px 25px;
		}
		.w-pricing-item-title {
			margin-bottom: 10px;
			}
		.w-pricing-item.type_featured .w-pricing-item-title {
			color: inherit;
			}
		.w-pricing-item-price {
			font-size: 48px;
			line-height: 48px;
			}
			.w-pricing-item-price small {
				display: block;
				font-size: 14px;
				line-height: 20px;
				font-weight: normal;
				margin-top: 5px;
				}
	.w-pricing-item .w-pricing-item-features {
		list-style-type: none;
		margin: 0;
		}
		.w-pricing-item .w-pricing-item-features li {
			padding: 6px 20px;
			margin: 0;
			}
	.w-pricing-item-footer {
		padding: 25px 0 40px;
		}
	/* TYPE 1 */
	.w-pricing.type_1 .w-pricing-item-h {
		margin: 4px;
		border-radius: 2px;
		overflow: hidden;
		box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 1px 3px 0 rgba(0,0,0,0.25);
		-webkit-transition: box-shadow 0.3s;
				transition: box-shadow 0.3s;
		background-color: #fff; /* variable */
		}
	.w-pricing.type_1 .w-pricing-item:hover .w-pricing-item-h {
		box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.25);
		z-index: 1;
		}
		.w-pricing.type_1 .w-pricing-item-header {
			padding: 30px;
			margin-bottom: 25px;
			background-color: #f5f5f5; /* variable */
			}
		.w-pricing.type_1 .type_featured .w-pricing-item-header {
			background-color: #c20; /* variable */
			color: #fff;
			}
	/* TYPE 2 */
	.w-pricing.type_2 .w-pricing-item-h {
		margin: 2px;
		background-color: #f5f5f5; /* variable */
		}
	.w-pricing.type_2 .type_featured .w-pricing-item-h {
		background-color: #c20; /* variable */
		color: #fff;
		}


/* w-search */
.w-search.submit_inside input[type="text"] {
	padding-right: 46px;
	padding-left: 0;
	}
.w-search.submit_inside input[type="text"]:focus {
	box-shadow: none;
	border-color: #e5e5e5; /* variable */
	}
.w-search.submit_inside i {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px;
	text-align: right;
	line-height: 46px;
	height: 46px;
	width: 40px;
	padding-right: 2px;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s, color 0.3s;
			transition: opacity 0.3s, color 0.3s;
	}
	.w-search.submit_inside input[type="text"]:focus + i {
		opacity: 1;
		}
	.w-search-input-bar:before,
	.w-search-input-bar:after {
		content: '';
		position: absolute;
		bottom: 0;
		height: 2px;
		width: 0;
		z-index: 1;
		-webkit-transition: background-color 0.3s, width 0.3s;
				transition: background-color 0.3s, width 0.3s;
		}
	.w-search-input-bar:before {
		left: 50%;
		}
	.w-search-input-bar:after {
		right: 50%;
		}
		input:focus ~ .w-search-input-bar:before,
		input:focus ~ .w-search-input-bar:after {
			width: 50%;
			background-color: #c20; /* variable */
			}
.w-search.submit_inside .w-search-submit {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	height: 46px;
	width: 40px;
	}
	.w-search.submit_inside input[type="submit"] {
		height: inherit;
		width: inherit;
		margin: 0;
		padding: 0;
		text-indent: -9999px;
		box-shadow: none !important;
		background: none !important;
		border: none !important;
		}
	
/* w-search in header */
.l-subheader .w-search {
	float: right;
	line-height: inherit;
	position: relative;
	z-index: 12;
	}
.l-header.logopos_right .l-subheader.at_middle .w-search,
.headerlayout_centered .l-subheader.at_bottom .w-search {
	float: none;
	display: inline-block;
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
	}
.headerlayout_centered .l-subheader.at_bottom .w-search {
	line-height: 40px;
	}
.headerlayout_centered .w-nav.touch_enabled ~ .w-search {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	}
.l-subheader.at_middle .w-nav.touch_enabled ~ .w-search {
	display: block;
	position: absolute;
	top: 0;
	left: 36px;
	margin: 0;
	}
	.w-search-show {
		display: block;
		font-size: 24px;
		line-height: inherit;
		text-align: right;
		cursor: pointer;
		padding-left: 15px;
		-webkit-transition: color 0.3s;
				transition: color 0.3s;
		-webkit-tap-highlight-color: rgba(0,0,0,0); /* removes the touch highlight on touch devices */
		}
	.w-nav.touch_disabled + .w-search .w-search-show,
	.w-cart.has_items + .w-search .w-search-show {
		padding-right: 12px;
		}
		.w-search-show i {
			line-height: inherit;
			vertical-align: top;
			}
	.w-search-form-overlay {
		display: none;
		position: fixed;
		z-index: 99;
		border-radius: 100%;
		transform: scale(1);
		transform-origin: 50%;
		opacity: 0;
		pointer-events: none;
		background-color: #c20; /* variable */
		}
		.w-search-form-overlay.overlay-on {
			-webkit-transition: opacity 0.2s, -webkit-transform 0.6s cubic-bezier(.4,0,.2,1);
					transition: opacity 0.2s, transform 0.6s cubic-bezier(.4,0,.2,1);
			opacity: 0.96;
			}
		.w-search-form-overlay.overlay-out {
			-webkit-transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(.4,0,.2,1);
					transition: opacity 0.6s, transform 0.6s cubic-bezier(.4,0,.2,1);
			}
		.w-search-form-overlay.mobilefocus {
			display: none !important;
			}
	.l-subheader .w-search-form {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
		z-index: 100;
		}
		.l-subheader .w-search-form-h {
			display: table;
			height: 100%;
			width: 100%;
			}
			.l-subheader .w-search-form-row {
				display: table-cell;
				vertical-align: middle;
				text-align: center;
				width: 100%;
				}
				.l-subheader .w-search-label {
					font-size: 24px;
					line-height: 2.2em;
					}
				.l-subheader .w-search-input {
					line-height: 80px;
					margin: 0 auto;
					width: 90%;
					max-width: 1140px;
					position: relative;
					}
					.l-subheader .w-search-input:after {
						content: '';
						display: block;
						position: absolute;
						left: 0;
						right: 0;
						bottom: 0;
						height: 1px;
						opacity: 0.3;
						background-color: #fff; /* variable */
						}
					.l-subheader .w-search-input input {
						font-size: 50px;
						line-height: inherit;
						text-align: center;
						height: auto;
						width: 100%;
						box-shadow: none;
						border: none;
						}
						.l-subheader input:focus ~ .w-search-input-bar:before,
						.l-subheader input:focus ~ .w-search-input-bar:after {
							background-color: #fff; /* variable */
							}
				.l-subheader .w-search-submit {
					display: none;
					}
				.w-search-close {
					display: block;
					position: absolute;
					top: 0;
					right: 0;
					font-size: 40px;
					line-height: 100px;
					height: 100px;
					width: 100px;
					cursor: pointer;
					opacity: 0.5;
					-webkit-transition: opacity 0.3s;
							transition: opacity 0.3s;
					}
					.no-touch .w-search-close:hover {
						opacity: 1;
						}


/* w-socials */
.w-socials-list {
	margin: 0 0 -4px;
	}
	.w-socials-item {
		margin: 0 4px 4px 0;
		}
	.w-socials.align_center .w-socials-item {
		margin: 0 2px 4px;
		}
	.w-socials.align_right .w-socials-item {
		margin: 0 0 4px 4px;
		}
		.w-socials-item-link {
			font-size: 18px;
			line-height: 44px;
			height: 44px;
			width: 44px;
			border-radius: 50%;
			box-shadow: 0 -1px 0 rgba(0,0,0,0.12) inset, 0 1px 1px rgba(0,0,0,0), 0 2px 3px rgba(0,0,0,0);
			background-color: #f5f5f5; /* variable */
			}
		.no-touch .w-socials-item-link:hover {
			box-shadow: 0 -1px 0 rgba(0,0,0,0) inset, 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
			}
		.w-socials-item-popup {
			line-height: 28px;
			bottom: 52px;
			left: 5px;
			border-radius: 3px;
			}
	/* SIZES */
	.w-socials.size_normal .w-socials-item-link {
		font-size: 24px;
		line-height: 60px;
		height: 60px;
		width: 60px;
		}
		.w-socials.size_normal .w-socials-item-popup {
			bottom: 68px;
			left: 13px;
			}
	.w-socials.size_big .w-socials-item-link {
		font-size: 28px;
		line-height: 76px;
		height: 76px;
		width: 76px;
		}
		.w-socials.size_big .w-socials-item-popup {
			bottom: 84px;
			left: 22px;
			}
	/* COLORS */
	.w-socials-item.email .w-socials-item-link {
		color: #697277;
		}
		.no-touch .w-socials-item.email .w-socials-item-link:hover,
		.w-socials.inverted .email .w-socials-item-link {
			background-color: #697277;
			color: #fff;
			}
	.w-socials-item.rss .w-socials-item-link {
		color: #ff9702;
		}
		.no-touch .w-socials-item.rss .w-socials-item-link:hover,
		.w-socials.inverted .rss .w-socials-item-link {
			background-color: #ff9702;
			color: #fff;
			}
	.w-socials-item.facebook .w-socials-item-link {
		color: #3b5998;
		}
		.no-touch .w-socials-item.facebook .w-socials-item-link:hover,
		.w-socials.inverted .facebook .w-socials-item-link {
			background-color: #3b5998;
			color: #fff;
			}
	.w-socials-item.twitter .w-socials-item-link {
		color: #00acee;
		}
		.no-touch .w-socials-item.twitter .w-socials-item-link:hover,
		.w-socials.inverted .twitter .w-socials-item-link {
			background-color: #00acee;
			color: #fff;
			}
	.w-socials-item.gplus .w-socials-item-link {
		color: #c63b1e;
		}
		.no-touch .w-socials-item.gplus .w-socials-item-link:hover,
		.w-socials.inverted .gplus .w-socials-item-link {
			background-color: #c63b1e;
			color: #fff;
			}
	.w-socials-item.linkedin .w-socials-item-link {
		color: #0073b2;
		}
		.no-touch .w-socials-item.linkedin .w-socials-item-link:hover,
		.w-socials.inverted .linkedin .w-socials-item-link {
			background-color: #0073b2;
			color: #fff;
			}
	.w-socials-item.youtube .w-socials-item-link {
		color: #cd332d;
		}
		.no-touch .w-socials-item.youtube .w-socials-item-link:hover,
		.w-socials.inverted .youtube .w-socials-item-link {
			background-color: #cd332d;
			color: #fff;
			}
	.w-socials-item.vimeo .w-socials-item-link {
		color: #20b9eb;
		}
		.no-touch .w-socials-item.vimeo .w-socials-item-link:hover,
		.w-socials.inverted .vimeo .w-socials-item-link {
			background-color: #20b9eb;
			color: #fff;
			}
	.w-socials-item.skype .w-socials-item-link {
		color: #00aff0;
		}
		.no-touch .w-socials-item.skype .w-socials-item-link:hover,
		.w-socials.inverted .skype .w-socials-item-link {
			background-color: #00aff0;
			color: #fff;
			}
	.w-socials-item.flickr .w-socials-item-link {
		color: #ff0084;
		}
		.no-touch .w-socials-item.flickr .w-socials-item-link:hover,
		.w-socials.inverted .flickr .w-socials-item-link {
			background-color: #ff0084;
			color: #fff;
			}
	.w-socials-item.pinterest .w-socials-item-link {
		color: #cb2027;
		}
		.no-touch .w-socials-item.pinterest .w-socials-item-link:hover,
		.w-socials.inverted .pinterest .w-socials-item-link {
			background-color: #cb2027;
			color: #fff;
			}
	.w-socials-item.tumblr .w-socials-item-link {
		color: #2c4762;
		}
		.no-touch .w-socials-item.tumblr .w-socials-item-link:hover,
		.w-socials.inverted .tumblr .w-socials-item-link {
			background-color: #2c4762;
			color: #fff;
			}
	.w-socials-item.blogger .w-socials-item-link {
		color: #fc9947;
		}
		.no-touch .w-socials-item.blogger .w-socials-item-link:hover,
		.w-socials.inverted .blogger .w-socials-item-link {
			background-color: #fc9947;
			color: #fff;
			}
	.w-socials-item.dribbble .w-socials-item-link {
		color: #ea4c89;
		}
		.no-touch .w-socials-item.dribbble .w-socials-item-link:hover,
		.w-socials.inverted .dribbble .w-socials-item-link {
			background-color: #ea4c89;
			color: #fff;
			}
	.w-socials-item.vk .w-socials-item-link {
		color: #4e7299;
		}
		.no-touch .w-socials-item.vk .w-socials-item-link:hover,
		.w-socials.inverted .vk .w-socials-item-link {
			background-color: #4e7299;
			color: #fff;
			}
	.w-socials-item.instagram .w-socials-item-link {
		color: #a17357;
		}
		.no-touch .w-socials-item.instagram .w-socials-item-link:hover,
		.w-socials.inverted .instagram .w-socials-item-link {
			background-color: #a17357;
			color: #fff;
			}
	.w-socials-item.behance .w-socials-item-link {
		color: #1769ff;
		}
		.no-touch .w-socials-item.behance .w-socials-item-link:hover,
		.w-socials.inverted .behance .w-socials-item-link {
			background-color: #1769ff;
			color: #fff;
			}
	.w-socials-item.xing .w-socials-item-link {
		color: #026466;
		}
		.no-touch .w-socials-item.xing .w-socials-item-link:hover,
		.w-socials.inverted .xing .w-socials-item-link {
			background-color: #026466;
			color: #fff;
			}
	.w-socials-item.yelp .w-socials-item-link {
		color: #c41200;
		}
		.no-touch .w-socials-item.yelp .w-socials-item-link:hover,
		.w-socials.inverted .yelp .w-socials-item-link {
			background-color: #c41200;
			color: #fff;
			}
	.w-socials-item.twitch .w-socials-item-link {
		color: #6441a5;
		}
		.no-touch .w-socials-item.twitch .w-socials-item-link:hover,
		.w-socials.inverted .twitch .w-socials-item-link {
			background-color: #6441a5;
			color: #fff;
			}
	.w-socials-item.soundcloud .w-socials-item-link {
		color: #ff5600;
		}
		.no-touch .w-socials-item.soundcloud .w-socials-item-link:hover,
		.w-socials.inverted .soundcloud .w-socials-item-link {
			background-color: #ff5600;
			color: #fff;
			}
	.w-socials-item.deviantart .w-socials-item-link {
		color: #05cc47;
		}
		.no-touch .w-socials-item.deviantart .w-socials-item-link:hover,
		.w-socials.inverted .deviantart .w-socials-item-link {
			background-color: #637768;
			color: #fff;
			}
	.w-socials-item.foursquare .w-socials-item-link {
		color: #fa4b7a;
		}
		.no-touch .w-socials-item.foursquare .w-socials-item-link:hover,
		.w-socials.inverted .foursquare .w-socials-item-link {
			background-color: #fa4b7a;
			color: #fff;
			}
	.w-socials-item.github .w-socials-item-link {
		color: #333;
		}
		.no-touch .w-socials-item.github .w-socials-item-link:hover,
		.w-socials.inverted .github .w-socials-item-link {
			background-color: #333;
			color: #fff;
			}
	/* inverted */
	.w-socials.inverted .w-socials-item-link i {
		text-shadow: 0 1px 1px rgba(0,0,0,0.25);
		}
	/* desaturated */
	.w-socials.desaturated .w-socials-item-link {
		color: #999; /* variable */
		}
	.w-socials.inverted.desaturated .w-socials-item-link {
		background-color: #999; /* variable */
		color: #fff; /* variable */
		}
/* w-socials in header */
.l-subheader .w-socials {
	float: right;
	}
.l-header.logopos_right .l-subheader.at_middle .w-socials {
	float: left;
	margin-right: 20px;
	}
.headerlayout_centered .l-subheader .w-socials {
	display: none;
	}
	.l-subheader .w-socials-list {
		margin: 0 -6px 0 0;
		}
		.l-subheader .w-socials-item {
			vertical-align: middle;
			vertical-align: -webkit-baseline-middle;
			margin: 0;
			}
			.l-subheader .w-socials-item .w-socials-item-link {
				font-size: 17px;
				line-height: 40px;
				height: 40px;
				width: 36px;
				box-shadow: none !important;
				background: none !important;
				color: inherit;
				}
			.l-subheader .w-socials-item-popup {
				display: none !important;
				}


/* w-tabs */
.w-tabs-list {
	margin-bottom: 20px;
	border-bottom: 1px solid #e8e8e8; /* variable */
	}
.full_width .full-width > .w-tabs .w-tabs-list {
	margin-bottom: 0;
	}
	.w-tabs-item {
		position: relative;
		text-align: center;
		white-space: nowrap;
		min-width: 100%;
		padding: 0;
		-webkit-transition: color 0.3s;
				transition: color 0.3s;
		-webkit-tap-highlight-color: rgba(0,0,0,0); /* removes the touch highlight on touch devices */
		}
	.w-tabs-item.active {
		color: #c20; /* variable */
		}
	.w-tabs-list.items_2 .w-tabs-item {
		min-width: 50%;
		}
	.w-tabs-list.items_3 .w-tabs-item {
		min-width: 33.3333%;
		}
	.w-tabs-list.items_4 .w-tabs-item {
		min-width: 25%;
		}
	.w-tabs-list.items_5 .w-tabs-item {
		min-width: 20%;
		}
	.w-tabs-list.items_6 .w-tabs-item {
		min-width: 16.6666%;
		}
	.w-tabs-list.items_7 .w-tabs-item {
		min-width: 14.2857%;
		}
	.w-tabs-list.items_8 .w-tabs-item {
		min-width: 12.5%;
		}
	.w-tabs-item:last-child {
		margin-right: -5px;
		}
		.w-tabs-item:last-child:before {
			display: block;
			content: '';
			position: absolute;
			left: 0;
			bottom: -1px;
			height: 2px;
			width: 100%;
			z-index: 2;
			background-color: #c20; /* variable */
			-webkit-transition: -webkit-transform 0.3s cubic-bezier(.4,0,.2,1);
					transition: transform 0.3s cubic-bezier(.4,0,.2,1);
			}
		.w-tabs-item-h {
			position: relative;
			padding: 20px 25px;
			z-index: 1;
			}
			.w-tabs-item-icon {
				font-size: 20px;
				line-height: 26px;
				opacity: 0.66;
				-webkit-transition: opacity 0.3s;
						transition: opacity 0.3s;
				}
				.w-tabs-item-icon i {
					line-height: inherit;
					vertical-align: top;
					}
			.w-tabs-item-title {
				font-size: 18px;
				font-family: 'Roboto';
				line-height: 26px;
				text-transform: uppercase;
				opacity: 0.66;
				-webkit-transition: opacity 0.3s;
						transition: opacity 0.3s;
				}
			.w-tabs-item.with_icon .w-tabs-item-title {
				margin-left: 15px;
				}
			.w-tabs-item.active .w-tabs-item-icon,
			.w-tabs-item.active .w-tabs-item-title,
			.no-touch .w-tabs-item:hover .w-tabs-item-icon,
			.no-touch .w-tabs-item:hover .w-tabs-item-title {
				opacity: 1;
				}
		.w-tabs-item .ripple {
			background-color: #f5f5f5; /* variable */
			}
		.w-tabs-item .ripple.ripple-on {
			opacity: 0.5;
			}
	/* mode to measure proper tab widths */
	.w-tabs.measure .w-tabs-item {
		min-width: 0px !important;
		}
		.w-tabs.measure .w-tabs-item:last-child:before {
			display: none;
			}
	/* LAYOUT: accordion */
	.w-tabs.layout_accordion .w-tabs-section {
		border-style: solid;
		border-width: 1px 0 0 0;
		border-color: #e8e8e8; /* variable */
		}
	.w-tabs.layout_accordion .w-tabs-section:last-child {
		border-bottom-width: 1px;
		}
		.w-tabs.layout_accordion .w-tabs-item:last-child:before {
			display: none;
			}
	.w-tabs.layout_accordion .w-tabs-section.color_custom {
		border-color: transparent;
		}
	.w-tabs-section-header {
		padding: 1.8% 2%;
		white-space: nowrap;
		-webkit-transition: background-color 0.3s, color 0.3s;
				transition: background-color 0.3s, color 0.3s;
		-webkit-tap-highlight-color: rgba(0,0,0,0); /* removes the touch highlight on touch devices */
		}
	.w-tabs-section.color_custom.active .w-tabs-section-header {
		color: inherit !important;
		}
	.no-touch .w-tabs-section-header:hover,
	.no-touch .w-tabs.type_toggle .active .w-tabs-section-header:hover {
		background-color: rgba(0,0,0,0.04);
		}
	.w-tabs-section.active .w-tabs-section-header {
		cursor: default;
		background-color: transparent;
		color: #c20; /* variable */
		}
	.w-tabs.type_toggle .active .w-tabs-section-header {
		cursor: pointer;
		}
		.w-tabs-section-icon {
			font-size: 20px;
			line-height: 30px;
			text-align: center;
			top: 14px;
			left: 18px;
			}
			.w-tabs-section-icon i {
				line-height: inherit;
				vertical-align: top;
				}
		.w-tabs-section-title {
			line-height: 30px;
			white-space: normal;
			color: inherit;
			}
		.w-tabs-section.with_icon .w-tabs-section-title {
			margin-left: 15px;
			}
		.one-half .w-tabs-section-title,
		.one-third .w-tabs-section-title,
		.one-quarter .w-tabs-section-title,
		.two-thirds .w-tabs-section-title,
		.col_sidecont .w-tabs-section-title,
		.col_contside .w-tabs-section-title {
			font-size: 18px;
			}
		.w-tabs-section-control {
			top: 50%;
			right: 2%;
			font-size: 28px;
			line-height: 30px;
			height: 30px;
			width: 30px;
			margin: -15px -5px 0 0;
			text-align: center;
			transition: transform 0.3s;
			-webkit-transform: rotate(0deg);
				-ms-transform: rotate(0deg);
					transform: rotate(0deg);
			}
		.w-tabs-section.active .w-tabs-section-control {
			-webkit-transform: rotate(180deg);
				-ms-transform: rotate(180deg);
					transform: rotate(180deg);
			}
			.w-tabs-section-control i {
				vertical-align: top;
				line-height: inherit;
				}
	.w-tabs-section-content {
		padding: 2% 2% 2.5%;
		}
		.w-tabs-section-content-h {
			margin: 0 auto;
			max-width: 1140px;
			}
	.w-tabs-section.no_indents .w-tabs-section-content {
		padding: 0 !important;
		}
		.w-tabs-section.no_indents .w-tabs-section-content-h {
			max-width: none;
			}
	.one-half .w-tabs-section-header,
	.one-half .w-tabs-section-content,
	.two-thirds .w-tabs-section-content,
	.full_width .full-width .w-tabs-section-content {
		padding: 3%;
		}
	.one-half .w-tabs-section-control {
		right: 3%;
		}
	.one-half .w-tabs.layout_accordion .w-tabs-section-content {
		padding-top: 3%;
		padding-bottom: 4%;
		}
	.one-third .w-tabs-section-header,
	.one-third .w-tabs-section-content,
	.one-quarter .w-tabs-section-header,
	.one-quarter .w-tabs-section-content {
		padding: 4% 5%;
		}
	.one-third .w-tabs-section-control,
	.one-quarter .w-tabs-section-control {
		right: 5%;
		}
	.one-third .w-tabs.layout_accordion .w-tabs-section-content,
	.one-quarter .w-tabs.layout_accordion .w-tabs-section-content {
		padding-top: 4%;
		padding-bottom: 5%;
		}
	/* Center Titles */
	@media only screen and (min-width: 480px) {
	.w-tabs.layout_accordion.title_center .w-tabs-section-header {
		text-align: center;
		}
		.w-tabs.layout_accordion.title_center .w-tabs-section-title {
			padding: 0;
			}
		.w-tabs.layout_accordion.title_center .w-tabs-section-control {
			display: inline-block;
			vertical-align: top;
			position: static;
			margin: 0 0 0 10px;
			}
	}
	/* Improvements for color sections */
	.l-submain.color_primary .w-tabs-list,
	.l-submain.color_secondary .w-tabs-list,
	.l-submain.color_custom .w-tabs-list,
	.l-submain.color_primary .w-tabs.layout_accordion .w-tabs-section,
	.l-submain.color_secondary .w-tabs.layout_accordion .w-tabs-section,
	.l-submain.color_custom .w-tabs.layout_accordion .w-tabs-section {
		border-color: rgba(255,255,255,0.5);
		}
	/* Improvements for large screens */
	@media only screen and (min-width: 1280px) {
		.full_width .full-width > .w-tabs .w-tabs-item-title {
			font-size: 20px;
			line-height: 30px;
			}
		.full_width .full-width > .w-tabs .w-tabs-item-icon,
		.full_width .full-width > .w-tabs .w-tabs-section-icon {
			font-size: 24px;
			line-height: 30px;
			}
		}
	@media only screen and (min-width: 1600px) {
		.full_width .full-width > .w-tabs .w-tabs-item-h {
			padding: 30px 35px;
			}
		.full_width .full-width > .w-tabs .w-tabs-section-header {
			padding: 2%;
			}
		}
	@media only screen and (min-width: 1280px) and (max-width: 1599px) {
		.full_width .full-width > .w-tabs .w-tabs-item-h {
			padding: 25px 35px;
			}
		.full_width .full-width > .w-tabs .w-tabs-section-header {
			padding: 2.5%;
			}
		}


/* w-tags */
.w-tags {
	margin: -10px 0 35px;
	color: #999; /* variable */
	}
	.w-tags i {
		font-size: 1.11em;
		vertical-align: middle;
		margin-right: 3px;
		margin-bottom: 2px;
		}
	.w-tags > a {
		color: inherit;
		}


/* w-team */
.w-team {
	text-align: center;
	}
	.w-team-image img {
		display: block;
		}
	.w-team-content {
		padding-bottom: 10px;
		}
		.w-team-name {
			font-size: 20px;
			margin-bottom: 6px;
			padding-top: 15px !important;
			}
		.w-team-link .w-team-name {
			color: #c20; /* variable */
			-webkit-transition: color 0.3s;
					transition: color 0.3s;
			}
			.no-touch .w-team-link:hover .w-team-name {
				color: #8c0; /* variable */
				}
		.w-team-role {
			font-size: 0.9em;
			margin-bottom: 0;
			opacity: 0.5;
			}
		.w-team-links {
			font-size: 0;
			text-align: center;
			width: 100%;
			margin-top: 4px;
			}
			.w-team-links-item {
				font-size: 18px;
				line-height: 36px;
				width: 36px;
				border-radius: 50%;
				color: inherit;
				}
	/* TYPE 1 */
	.w-team.type_1 {
		overflow: hidden;
		border-radius: 2px;
		box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 1px 3px 0 rgba(0,0,0,0.25);
		-webkit-transition: box-shadow 0.3s;
				transition: box-shadow 0.3s;
		background-color: #fff; /* variable */
		color: #444; /* variable */
		}
		.no-touch .w-team.type_1:hover {
			box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.25);
			}
		.w-team.type_1 .w-team-content {
			padding: 0 20px 20px;
			}
	/* TYPE 2 */
	.w-team.type_2 .w-team-image img {
		border-radius: 50%;
		-webkit-transition: box-shadow 0.3s;
				transition: box-shadow 0.3s;
		}
		.no-touch .w-team.type_2:hover .w-team-image img {
			box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.25);
			}


/* w-testimonial */
.w-testimonial blockquote {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0;
	font: inherit;
	}
	.w-testimonial .w-testimonial-text {
		display: block;
		font-size: 18px;
		line-height: 28px;
		font-style: italic;
		}
	.w-testimonial-person {
		padding-top: 20px;
		overflow: hidden;
		}
		.w-testimonial-person-name {
			font-weight: 600;
			}
		.w-testimonial-person-meta {
			font-size: 0.9em;
			margin-left: 5px;
			opacity: 0.5;
			}
		.w-testimonial-person img {
			float: left;
			margin-right: 15px;
			border-radius: 50%;
			height: 60px;
			width: 60px;
			}
		.w-testimonial img ~ .w-testimonial-person-name {
			display: block;
			margin-top: 5px;
			}
		.w-testimonial img ~ .w-testimonial-person-meta {
			margin: 0;
			}
	/* TYPE 1 */
	.w-testimonial.type_1 {
		padding: 30px 36px;
		border-radius: 2px;
		box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 1px 3px 0 rgba(0,0,0,0.25);
		-webkit-transition: box-shadow 0.3s;
				transition: box-shadow 0.3s;
		background-color: #f5f5f5; /* variable */
		color: #444; /* variable */
		}
		.no-touch .w-testimonial.type_1:hover {
			box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.25);
			}
	/* TYPE 2 */
	.w-testimonial.type_2 {
		padding-left: 90px;
		position: relative;
		}
		.w-testimonial.type_2:before {
			content: '\e767';
			position: absolute;
			top: 0;
			left: -18px;
			font-family: mdfonticon;
			font-size: 100px;
			line-height: 56px;
			color: #e8e8e8; /* variable */
			}
		.w-testimonial.type_2 .w-testimonial-text {
			quotes: none;
			}


/* w-timeline */
.w-timeline-list {
	margin: 0 0 35px;
	}
	.w-timeline-list:before {
		height: 2px;
		top: 42px;
		left: 1px;
		right: 1px;
		width: auto;
		border-bottom: 1px dashed #e8e8e8; /* variable */
		}
		.w-timeline-item {
			line-height: 80px;
			height: 80px;
			width: 80px;
			overflow: hidden;
			border-radius: 50%;
			box-shadow: 0 -1px 0 rgba(0,0,0,0.12) inset, 0 1px 1px rgba(0,0,0,0), 0 2px 3px rgba(0,0,0,0);
			-webkit-transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
					transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
			-webkit-tap-highlight-color: rgba(0,0,0,0); /* removes the touch highlight on touch devices */
			background-color: #f5f5f5; /* variable */
			color: #444; /* variable */
			}
		.w-timeline-item.active {
			background-color: #c20; /* variable */
			color: #fff;
			}
		.no-touch .w-timeline-item:hover {
			box-shadow: 0 -1px 0 rgba(0,0,0,0) inset, 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
			background-color: #c20; /* variable */
			color: #fff;
			}
			.w-timeline-item-title {
				font-size: 17px;
				}
	/* TYPE: vertical */
	.w-timeline-section-title {
		margin: 0 auto;
		padding-top: 30px;
		width: 80px;
		}
	.w-timeline-section:first-child .w-timeline-section-title {
		padding-top: 0;
		}
		.w-timeline.type_vertical .w-timeline-section-title:before {
			display: block;
			content: '';
			position: absolute;
			top: 0;
			left: 50%;
			height: 100%;
			width: 2px;
			margin-left: -1px;
			border-left: 1px dashed #e8e8e8; /* variable */
			}
		.w-timeline-section-title-text {
			display: block;
			font-size: 17px;
			line-height: 80px;
			height: 80px;
			width: 80px;
			position: relative;
			z-index: 13;
			border-radius: 50%;
			box-shadow: 0 -1px 0 rgba(0,0,0,0.12) inset, 0 1px 1px rgba(0,0,0,0), 0 2px 3px rgba(0,0,0,0);
			-webkit-transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
					transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
			-webkit-tap-highlight-color: rgba(0,0,0,0); /* removes the touch highlight on touch devices */
			background-color: #f5f5f5; /* variable */
			color: #444; /* variable */
			}
		.w-timeline-section.active .w-timeline-section-title-text {
			box-shadow: 0 -1px 0 rgba(0,0,0,0) inset, 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
			background-color: #c20; /* variable */
			color: #fff;
			}
	.w-timeline-section-content {
		padding: 0 0 15px;
		}
	.w-timeline.type_vertical .w-timeline-section-content {
		padding: 50px 20px 20px;
		margin-top: -40px;
		border-radius: 2px;
		box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 1px 3px 0 rgba(0,0,0,0.25);
		}
	/* Improvements for color sections */
	.l-submain.color_primary .w-timeline-list:before,
	.l-submain.color_secondary .w-timeline-list:before,
	.l-submain.color_custom .w-timeline-list:before,
	.l-submain.color_primary .w-timeline.type_vertical .w-timeline-section-title:before,
	.l-submain.color_secondary .w-timeline.type_vertical .w-timeline-section-title:before,
	.l-submain.color_custom .w-timeline.type_vertical .w-timeline-section-title:before,
	.l-submain.color_primary .w-timeline.type_vertical .w-timeline-section-content,
	.l-submain.color_secondary .w-timeline.type_vertical .w-timeline-section-content,
	.l-submain.color_custom .w-timeline.type_vertical .w-timeline-section-content {
		border-color: rgba(255,255,255,0.5);
		}


/* w-toplink */
.w-toplink {
	display: block;
	position: fixed;
	bottom: -56px;
	right: 15px;
	text-align: center;
	font-size: 34px;
	line-height: 54px;
	height: 54px;
	width: 54px;
	border-radius: 50%;
	z-index: 100;
	-webkit-transition: background-color 0.3s, box-shadow 0.3s, bottom 0.3s;
			transition: background-color 0.3s, box-shadow 0.3s, bottom 0.3s;
	background-color: rgba(0,0,0,0.3);
	color: #fff;
	}
	.w-toplink.active {
		bottom: 15px;
		}
	.no-touch .w-toplink.active:hover {
		box-shadow: 0 5px 10px rgba(0,0,0,0.25), 0 10px 30px rgba(0,0,0,0.15);
		background-color: #8c0; /* variable */
		color: #fff;
		}
	.w-toplink.active:active {
		color: #fff;
		}
	.w-toplink i {
		line-height: inherit;
		}


/* w-video */
.w-video {
	background-color: #111;
	}
.w-video.align_center {
	margin: 0 auto;
	}
.w-video.align_right {
	margin-left: auto;
	}


/* ====================================
====== WordPress widgets ==============
==================================== */

.widget {
	margin-bottom: 45px;
	}
.l-subfooter.at_top .widget {
	margin-bottom: 30px;
	}
	.widgettitle,
	.widget > h4 {
		margin-bottom: 18px;
		}
	.g-html .widget ul {
		list-style-type: none;
		margin: 0;
		}

/* Archives */
.widget_archive ul li {
	line-height: 1.5em;
	padding: 8px 0 8px 20px;
	margin: 0;
	position: relative;
	}
	.widget_archive ul li:before {
		position: absolute;
		top: 9px;
		left: -4px;
		content: '\e647';
		font-family: mdfonticon;
		font-size: 20px;
		opacity: 0.5;
		}

/* Calendar */
.widget_calendar #calendar_wrap {
	padding: 20px;
	background-color: #f5f5f5; /* variable */
	}
	#wp-calendar {
		width: 100%;
		}
	#wp-calendar caption {
		font-size: 1.2em;
		padding: 4px 20px 8px;
		}
	#wp-calendar thead th,
	#wp-calendar tbody td,
	#wp-calendar tfoot td {
		padding: 0;
		border: none;
		text-align: center;
		line-height: 32px;
		}
	#wp-calendar thead th {
		font-size: 10px;
		font-weight: normal;
		border-top: none;
		opacity: 0.5;
		}
	#wp-calendar tbody td a {
		display: block;
		font-weight: 700;
		}
	#wp-calendar tbody td#today {
		font-weight: 700;
		}
	#wp-calendar td#prev {
		text-align: left;
		padding-left: 10px;
		}
	#wp-calendar td#next {
		text-align: right;
		padding-right: 10px;
		}

/* Categories */
.widget_categories ul li {
	line-height: 1.5em;
	padding: 8px 0 8px 20px;
	margin: 0;
	position: relative;
	}
	.widget.widget_categories .children {
		margin: 8px 0 -8px;
		}
	.widget_categories ul li:before {
		position: absolute;
		top: 9px;
		left: -4px;
		content: '\e647';
		font-family: mdfonticon;
		font-size: 20px;
		opacity: 0.5;
		}

/* Custom Menu */
.l-main .widget_nav_menu > div {
	border-bottom: 1px solid #e0e0e0; /* variable */
	}
.l-main .widget_nav_menu ul li {
	margin: 0;
	}
	.l-main .widget_nav_menu .menu-item a {
		display: block;
		line-height: 1.5em;
		padding: 12px 20px;
		border-top: 1px solid #e0e0e0; /* variable */
		color: inherit;
		}
	.no-touch .l-main .widget_nav_menu a:hover {
		background-color: #f5f5f5; /* variable */
		}
	.l-main .widget_nav_menu .menu-item.current-menu-item > a {
		font-weight: 700;
		color: #c20; /* variable */
		}
		.l-main .widget_nav_menu .sub-menu {
			padding-bottom: 10px;
			}
			.l-main .widget_nav_menu .sub-menu > .menu-item > a {
				border: none;
				padding: 8px 8px 8px 40px;
				}
				.l-main .widget_nav_menu .sub-menu .sub-menu > .menu-item > a {
					border: none;
					padding: 8px 8px 8px 60px;
					}
		.l-main .widget_nav_menu .menu-item a i {
			width: 20px;
			}
	.l-footer .widget_nav_menu ul li {
		line-height: 1.5em;
		padding: 8px 0 8px 20px;
		margin: 0;
		position: relative;
		}
		.l-footer .widget_nav_menu .sub-menu {
			margin: 8px 0 -8px;
			}
		.l-footer .widget_nav_menu .menu-item a:before {
			position: absolute;
			top: 9px;
			left: -4px;
			content: '\e647';
			font-family: mdfonticon;
			font-size: 20px;
			opacity: 0.5;
			}

/* Meta */
.widget_meta ul li {
	line-height: 1.5em;
	padding: 8px 0 8px 20px;
	margin: 0;
	position: relative;
	}
	.widget_meta ul li:before {
		position: absolute;
		top: 9px;
		left: -4px;
		content: '\e647';
		font-family: mdfonticon;
		font-size: 20px;
		opacity: 0.5;
		}

/* Pages */
.widget_pages ul li {
	line-height: 1.5em;
	padding: 8px 0 8px 20px;
	margin: 0;
	position: relative;
	}
	.widget.widget_pages ul.children {
		margin: 8px 0 -8px;
		}
	.widget_pages ul li:before {
		position: absolute;
		top: 9px;
		left: -4px;
		content: '\e647';
		font-family: mdfonticon;
		font-size: 20px;
		opacity: 0.5;
		}

/* Recent Comments */
.widget_recent_comments .recentcomments {
	line-height: 1.5em;
	padding: 8px 0 8px 20px;
	margin: 0;
	position: relative;
	}
	.widget_recent_comments .recentcomments:before {
		position: absolute;
		top: 9px;
		left: -4px;
		content: '\e647';
		font-family: mdfonticon;
		font-size: 20px;
		opacity: 0.5;
		}

/* Recent Posts */
.widget_recent_entries ul li {
	line-height: 1.5em;
	padding: 8px 0 8px 20px;
	margin: 0;
	position: relative;
	}
	.widget_recent_entries ul li:before {
		position: absolute;
		top: 9px;
		left: -4px;
		content: '\e647';
		font-family: mdfonticon;
		font-size: 20px;
		opacity: 0.5;
		}
	.widget_recent_entries ul li span {
		display: block;
		padding-top: 3px;
		opacity: 0.5;
		}

/* RSS */
.widget_rss .widgettitle a {
	padding-left: 28px;
	position: relative;
	}
	.widget_rss .widgettitle a:first-child {
		display: none;
		}
	.widget_rss .widgettitle a:before {
		position: absolute;
		top: 0;
		left: 0;
		content: '\f143';
		font-family: FontAwesome;
		opacity: 0.5;
		}
.widget_rss ul li {
	line-height: 1.5em;
	margin-bottom: 20px;
	}
	.widget_rss ul li span {
		display: block;
		padding-top: 3px;
		opacity: 0.5;
		}
	.widget_rss ul li cite {
		font-size: 0.9em;
		font-style: normal;
		opacity: 0.5;
		}
	.widget_rss ul li div {
		display: block;
		font-size: 0.9em;
		padding: 3px 0;
		}

/* Tags */
.l-main .widget_tag_cloud a {
	color: #999; /* variable */
	}
.l-footer .widget_tag_cloud a {
	color: inherit;
	}
	.no-touch .l-main .widget_tag_cloud a:hover {
		color: #8c0; /* variable */
		}

/* WP-captions */
.g-html .wp-caption {
	line-height: 0;
	margin: 0 0 30px;
	max-width: 100%;
	position: relative;
	}
	.g-html .wp-caption-text {
		display: block;
		font-size: 13px;
		line-height: 18px;
		text-align: center;
		margin: 0 auto;
		padding: 5px 10px;
		}
.g-html .wp-caption.aligncenter {
	margin-left: auto;
	margin-right: auto;
	}
.g-html .wp-caption.alignleft {
	float: left;
	margin-right: 30px;
	}
.g-html .wp-caption.alignright {
	float: right;
	margin-left: 30px;
	}

.gallery-caption {
	font-size: inherit;
	}
.bypostauthor {
	font-size: inherit;
	}
img#wpstats {
	display: none;
	}

	
/* ====================================
====== WPML ===========================
==================================== */
.menu-item-language {
	display: none;
	}
#lang_sel {
	display: block;
	height: auto;
	}
	#lang_sel li {
		float: none;
		width: 100%;
		}
		#lang_sel a,
		#lang_sel a:visited {
			line-height: 40px;
			padding-left: 15px;
			position: relative;
			border: none;
			background-color: #f5f5f5; /* variable */
			color: inherit;
			}
		#lang_sel a:hover,
		#lang_sel ul ul a:hover,
		#lang_sel a.lang_sel_sel {
			background: none !important;
			}
			#lang_sel a.lang_sel_sel:before {
				display: block;
				content: "\f107";
				position: absolute;
				top: 0;
				right: 15px;
				font-size: 20px;
				font-family: FontAwesome;
				cursor: pointer;
				}
			#lang_sel li:hover a.lang_sel_sel {
				border-bottom-left-radius: 0 !important;
				border-bottom-right-radius: 0 !important;
				}
			#lang_sel img.iclflag {
				top: 2px;
				}
		#lang_sel ul ul {
			top: 42px;
			z-index: 1;
			height: auto;
			width: 100%;
			border: none;
			background-color: #f5f5f5; /* variable */
			}
			#lang_sel ul ul a,
			#lang_sel ul ul a:visited {
				line-height: 16px;
				padding: 12px 15px;
				border-radius: 0 !important;
				background: none;
				}
			#lang_sel ul ul li:last-child a {
				border-top-left-radius: 0 !important;
				border-top-right-radius: 0 !important;
				}


/* ====================================
====== Slick Slider ===================
==================================== */
.slick-slider {
	text-align: center;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0); /* removes the touch highlight on touch devices */
	-webkit-user-select: none;
	   -moz-user-select: none;
			user-select: none;
	touch-action: pan-y;
	}
	.slick-list {
		position: relative;
		overflow: hidden;
		}
	.slick-loading .slick-list {
		background: url(../img/loader.gif) center center no-repeat #fff;
		}
	.slick-list.dragging {
		cursor: pointer;
		cursor: hand;
		}
	.slick-slider .slick-list,
	.slick-track,
	.slick-slide,
	.slick-slide img {
		-webkit-transform: translate3d(0, 0, 0);
			-ms-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
		}
		.slick-track {
			display: inline-block;
			vertical-align: top;
			position: relative;
			left: 0;
			top: 0;
			}
			.slick-track:before,
			.slick-track:after {
				content: '';
				display: table;
				}
			.slick-track:after {
				clear: both;
				}
		.slick-loading .slick-track {
			visibility: hidden;
			}
			.slick-slide {
				display: none;
				float: left;
				height: 100%;
				min-height: 1px;
				}
			.slick-initialized .slick-slide {
				display: block;
				}
			.slick-loading .slick-slide {
				visibility: hidden;
				}
				.slick-slide img {
					display: block;
					margin: 0 auto;
					pointer-events: none;
					}
				.slick-slide.slick-loading img {
					display: none;
					}
		.slick-dots li {
			margin: 0 3px !important;
			padding: 0 !important;
			}


/* ====================================
====== FOTORAMA =======================
==================================== */

.fotorama__wrap {
	margin: 0 auto;
	}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
	background: none !important;
	}
	.fotorama__fullscreen-icon {
		font-size: 34px;
		text-align: center;
		line-height: 60px;
		height: 60px;
		width: 60px;
		right: 0;
		top: 0;
		text-shadow: 0 1px 3px rgba(0,0,0,0.3);
		color: #fff;
		}
		.fotorama__fullscreen-icon:after {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			content: '\e64b';
			font-family: mdfonticon;
			}
		.fotorama--fullscreen .fotorama__fullscreen-icon:after {
			content: '\e64c';
			}
	.fotorama__arr {
		font-size: 54px;
		text-align: center;
		line-height: 60px;
		height: 60px;
		width: 60px;
		margin-top: -30px;
		text-shadow: 0 1px 3px rgba(0,0,0,0.3);
		color: #fff;
		}
	.fotorama__arr--prev {
		left: 0;
		}
	.fotorama__arr--next {
		right: 0;
		}
		.fotorama__arr:after {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			content: '\e646';
			font-family: mdfonticon;
			}
		.fotorama__arr.fotorama__arr--next:after {
			content: '\e647';
			}
	.fotorama__dot {
		opacity: 0.5;
		border-color: inherit;
		}
	.fotorama__thumb-border {
		border-color: #c20; /* variable */
		}


/* ====================================
====== SLIDER REVOLUTION ==============
==================================== */

.revslider-initialised ul {
	margin: 0 !important;
	}
	.tp-leftarrow.custom,
	.tp-rightarrow.custom {
		text-align: center;
		font-size: 34px;
		line-height: 54px;
		height: 54px;
		width: 54px;
		border-radius: 50%;
		background-image: none;
		-webkit-transition: background-color 0.3s, box-shadow 0.3s, opacity 0.3s;
				transition: background-color 0.3s, box-shadow 0.3s, opacity 0.3s;
		background-color: rgba(0,0,0,0.3);
		color: #fff;
		}
	.no-touch .tp-leftarrow.custom:hover,
	.no-touch .tp-rightarrow.custom:hover {
		box-shadow: 0 5px 10px rgba(0,0,0,0.25), 0 10px 30px rgba(0,0,0,0.15);
		background-color: #8c0; /* variable */
		color: #fff;
		}
		.tp-rightarrow.custom:after {
			content: '\e647';
			font-family: mdfonticon;
			}
		.tp-leftarrow.custom:after {
			content: '\e646';
			font-family: mdfonticon;
			}
	.tp-bullets.custom .bullet {
		float: left;
		height: 10px;
		width: 20px;
		margin: 1px;
		cursor: pointer;
		-webkit-transition: background-color 0.3s;
				transition: background-color 0.3s;
		background-color: rgba(0,0,0,0.3);
		}
	.no-touch .tp-bullets.custom .bullet:hover {
		background-color: rgba(0,0,0,0.6);
		}
	.tp-bullets.custom .bullet.selected,
	.no-touch .tp-bullets.custom .bullet.selected:hover {
		cursor: default;
		background-color: #c20; /* variable */
		}

		
/* ====================================
====== Magnific Popup =================
==================================== */
.mfp-title,
.mfp-close,
.mfp-arrow:after {
	display: none !important;
	}
.mfp-arrow:before {
	content: '\e646';
	font-family: mdfonticon;
	font-size: 60px;
	width: 100%;
	margin-top: 45px;
	margin-left: 0;
	border: none;
	color: #fff;
	}
.mfp-arrow.mfp-arrow-right:before {
	content: '\e647';
	}
.mfp-figure:after {
	box-shadow: 0 3px 3px rgba(0,0,0,0.1), 0 5px 8px rgba(0,0,0,0.16), 0 9px 20px rgba(0,0,0,0.16);
	}
.mfp-preloader {
	font-size: 0;
	left: 50%;
	right: auto;
	margin-top: -18px;
	margin-left: -18px;
	height: 36px;
	width: 36px;
	color: #fff;
	}
	.mfp-preloader:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 32px;
		height: 32px;
		border: 2px solid;
		border-radius: 50%;
		opacity: 0.2;
		}
	.mfp-preloader:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 32px;
		height: 32px;
		border-radius: 50%;
		border-width: 2px;
		border-style: solid;
		border-color: transparent;
		border-top-color: inherit;
		-webkit-animation: rotation 1s infinite linear;
				animation: rotation 1s infinite linear;
		}


/* ====================================
====== Contact Form 7 =================
==================================== */
.wpcf7-form {
	padding-top: 10px;
	}
	.wpcf7-form br {
		display: none;
		}
	.wpcf7-form-control-wrap {
		display: block;
		}
	.wpcf7-form .w-form-field {
		margin-bottom: 24px;
		}
	.wpcf7-form .w-form-field.with_icon {
		margin-left: 40px;
		}
		.wpcf7-quiz-label,
		.wpcf7-form .w-form-field > label {
			font-size: 1.15em;
			line-height: 26px;
			opacity: 0.66;
			}
.l-subfooter.at_top .wpcf7-form p:last-child {
	margin-bottom: 24px;
	}
.wpcf7-form-control-wrap.type_select:after {
	display: block;
	content: '\e640';
	font: 25px/45px mdfonticon;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	pointer-events: none;
	background-color: #fff; /* variable */
	}
div.wpcf7 img.ajax-loader {
	margin-left: 10px;
	}
span.wpcf7-not-valid-tip {
	font-size: 13px;
	line-height: 18px;
	padding-top: 4px;
	}
.wpcf7-not-valid {
	border-color: red !important;
	}
.wpcf7-not-valid ~ .w-form-field-bar:before,
.wpcf7-not-valid ~ .w-form-field-bar:after {
	bottom: 22px;
	}
div.wpcf7-response-output {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 12px 16px;
	border: none;
	color: #fff;
	}
div.wpcf7-mail-sent-ok {
	background-color: #48b31b;
	}
div.wpcf7-mail-sent-ng {
	background-color: #ff0000;
	}
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
	background-color: #ffa500;
	}
label ~ .wpcf7-captchac {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	}
/* Radio & Checkboxes */
.wpcf7-form-control.wpcf7-radio,
.wpcf7-form-control.wpcf7-checkbox {
	display: block;
	padding: 12px 0;
	line-height: 22px;
	}
	span.wpcf7-list-item {
		margin: 0 20px 0 0;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		}
		.wpcf7-radio input[type="radio"],
		.wpcf7-checkbox input[type="checkbox"] {
			display: none;
			}
		.wpcf7-list-item-label {
			position: relative;
			padding-left: 20px;
			white-space: normal;
			}
			.wpcf7-list-item-label:before {
				font: 21px/22px mdfonticon;
				position: absolute;
				top: -3px;
				left: -5px;
				opacity: 0.66;
				-webkit-transition: color 0.3s, opacity 0.3s;
						transition: color 0.3s, opacity 0.3s;
				}
			label:hover > .wpcf7-list-item-label:before {
				opacity: 1;
				}
			.wpcf7-radio .wpcf7-list-item-label:before {
				content: '\e602';
				}
			.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:before {
				content: '\e603';
				opacity: 1;
				}
			.wpcf7-checkbox .wpcf7-list-item-label:before {
				content: '\e601';
				}
			.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
				content: '\e600';
				opacity: 1;
				}


/* ====================================
====== ANIMATION ======================
==================================== */

.animate_start {
	-webkit-animation-duration: 0.7s;
			animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	-webkit-transition-timing-function: cubic-bezier(.78,.13,.15,.86);
			transition-timing-function: cubic-bezier(.78,.13,.15,.86);
	}
	
/* Fade */
@keyframes fade {
	from { opacity: 0; }
	to { opacity: 1; }
	}
@-webkit-keyframes fade {
	from { opacity: 0; }
	to { opacity: 1; }
	}
.animate_fade {
	opacity: 0;
	}
.animate_fade.animate_start {
	-webkit-animation-name: fade;
			animation-name: fade;
	opacity: 1;
	}

/* Appear From Center */
@keyframes afc {
	from { opacity: 0; transform: scale(0.2); }
	to { opacity: 1; transform: scale(1); }
	}
@-webkit-keyframes afc {
	from { opacity: 0; -webkit-transform: scale(0.2); }
	to { opacity: 1; -webkit-transform: scale(1); }
	}
.animate_afc {
	opacity: 0;
	}
.animate_afc.animate_start {
	-webkit-animation-name: afc;
			animation-name: afc;
	opacity: 1;
	}

/* Appear From Left */
@keyframes afl {
	from { opacity: 0; transform: translateX(-50px); }
	to { opacity: 1; transform: translateX(0); }
	}
@-webkit-keyframes afl {
	from { opacity: 0; -webkit-transform: translateX(-50px); }
	to { opacity: 1; -webkit-transform: translateX(0); }
	}
.animate_afl {
	opacity: 0;
	}
.animate_afl.animate_start {
	-webkit-animation-name: afl;
			animation-name: afl;
	opacity: 1;
	}

/* Appear From Right */
@keyframes afr {
	from { opacity: 0; transform: translateX(50px); }
	to { opacity: 1; transform: translateX(0); }
	}
@-webkit-keyframes afr {
	from { opacity: 0; -webkit-transform: translateX(50px); }
	to { opacity: 1; -webkit-transform: translateX(0); }
	}
.animate_afr {
	opacity: 0;
	}
.animate_afr.animate_start {
	-webkit-animation-name: afr;
			animation-name: afr;
	opacity: 1;
	}

/* Appear From Top */
@keyframes aft {
	from { opacity: 0; transform: translateY(-50px); }
	to { opacity: 1; transform: translateY(0); }
	}
@-webkit-keyframes aft {
	from { opacity: 0; -webkit-transform: translateY(-50px); }
	to { opacity: 1; -webkit-transform: translateY(0); }
	}
.animate_aft {
	opacity: 0;
	}
.animate_aft.animate_start {
	-webkit-animation-name: aft;
			animation-name: aft;
	opacity: 1;
	}

/* Appear From Bottom */
@keyframes afb {
	from { opacity: 0; transform: translateY(50px); }
	to { opacity: 1; transform: translateY(0); }
	}
@-webkit-keyframes afb {
	from { opacity: 0; -webkit-transform: translateY(50px); }
	to { opacity: 1; -webkit-transform: translateY(0); }
	}
.animate_afb {
	opacity: 0;
	}
.animate_afb.animate_start {
	-webkit-animation-name: afb;
			animation-name: afb;
	opacity: 1;
	}

/* Width From Center */
@keyframes wfc {
	from { opacity: 0; transform: scaleX(0.01); }
	to { opacity: 1; transform: scaleX(1); }
	}
@-webkit-keyframes wfc {
	from { opacity: 0; -webkit-transform: scaleX(0.01); }
	to { opacity: 1; -webkit-transform: scaleX(1); }
	}
.animate_wfc {
	opacity: 0;
	}
.animate_wfc.animate_start {
	-webkit-animation-name: wfc;
			animation-name: wfc;
	opacity: 1;
	}

/* Height From Center */
@keyframes hfc {
	from { opacity: 0; transform: scaleY(0.01); }
	to { opacity: 1; transform: scaleY(1); }
	}
@-webkit-keyframes hfc {
	from { opacity: 0; -webkit-transform: scaleY(0.01); }
	to { opacity: 1; -webkit-transform: scaleY(1); }
	}
.animate_hfc {
	opacity: 0;
	}
.animate_hfc.animate_start {
	-webkit-animation-name: hfc;
			animation-name: hfc;
	opacity: 1;
	}

/* Animation Delays */
.d1.animate_start {
	-webkit-animation-delay: 0.2s;
			animation-delay: 0.2s;
	}
.d2.animate_start {
	-webkit-animation-delay: 0.4s;
			animation-delay: 0.4s;
	}
.d3.animate_start {
	-webkit-animation-delay: 0.6s;
			animation-delay: 0.6s;
	}
.d4.animate_start {
	-webkit-animation-delay: 0.8s;
			animation-delay: 0.8s;
	}
.d5.animate_start {
	-webkit-animation-delay: 1s;
			animation-delay: 1s;
	}

/* Animation Speed */
.s1.animate_start {
	-webkit-animation-duration: 0.6s;
			animation-duration: 0.6s;
	}
.s2.animate_start {
	-webkit-animation-duration: 0.8s;
			animation-duration: 0.8s;
	}
.s3.animate_start {
	-webkit-animation-duration: 1s;
			animation-duration: 1s;
	}
.s4.animate_start {
	-webkit-animation-duration: 1.2s;
			animation-duration: 1.2s;
	}
.s5.animate_start {
	-webkit-animation-duration: 1.4s;
			animation-duration: 1.4s;
	}

/* Grid material design reveal */
.animate_revealgrid .animate_reveal {
	opacity: 0;
	}

/* Disable animation */
.disable_animation .animate_afc,
.disable_animation .animate_aft,
.disable_animation .animate_afb,
.disable_animation .animate_afl,
.disable_animation .animate_afr,
.disable_animation .animate_wfc,
.disable_animation .animate_hfc,
.disable_animation .animate_rfl,
.disable_animation .animate_rfr,
.disable_animation .animate_rfc,
.disable_animation .animate_revealgrid .animate_reveal {
	opacity: 1;
	-webkit-animation: none !important;
			animation: none !important;
	}


/* ====================================
====== Print Styles ===================
==================================== */
@media print {
.l-header,
.l-footer {
	display: none;
	}
.l-main,
.l-submain {
	padding: 0 !important;
	}
.l-submain-h {
	padding: 20px 0 !important;
	}
}


/* ====================================
====== Visual Composer ================
==================================== */

/* Visual Composer text */
.g-html .wpb_text_column:last-child h1:last-child,
.g-html .wpb_text_column:last-child h2:last-child,
.g-html .wpb_text_column:last-child h3:last-child,
.g-html .wpb_text_column:last-child h4:last-child,
.g-html .wpb_text_column:last-child h5:last-child,
.g-html .wpb_text_column:last-child h6:last-child,
.g-html .wpb_text_column:last-child p:last-child,
.g-html .wpb_text_column:last-child ul:last-child,
.g-html .wpb_text_column:last-child ol:last-child {
	margin-bottom: 0;
	}

/* Visual Composer button */
.wpb_button.align_left {
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
	}
.wpb_button.align_center {
	display: block;
	text-align: center;
	}
.wpb_button.align_right {
	float: right;
	margin-left: 10px;
	}

/* Visual Composer image */
.wpb_single_image {
	line-height: 0;
	margin-bottom: 40px;
	}
	.wpb_single_image.align_left {
		display: inline;
		float: left;
		margin-right: 30px;
		}
	.wpb_single_image.align_right {
		display: inline;
		float: right;
		margin-left: 30px;
		}
	.wpb_single_image.align_center {
		clear: both;
		text-align: center;
		}
	.one-half .wpb_single_image,
	.one-third .wpb_single_image,
	.two-thirds .wpb_single_image,
	.one-quarter .wpb_single_image,
	.three-quarters .wpb_single_image {
		margin-bottom: 24px;
		}
	.wpb_single_image:last-child,
	.full_width .full-width > .wpb_single_image {
		margin-bottom: 0 !important;
		}
	.wpb_single_image + h1,
	.wpb_single_image + h2,
	.wpb_single_image + h3,
	.wpb_single_image + h4,
	.wpb_single_image + h5,
	.wpb_single_image + h6 {
		padding-top: 0;
		}

/* Flickr element of Visual Composer */
.flickr_badge_image {
	float: left;
	width: 75px;
	height: 75px;
	}
	.flickr_badge_image a {
		border: none;
		}
		.flickr_badge_image img {
			overflow: hidden;
			position: relative;
			width: 100%;
			height: 100%;
			max-width: 100%;
			max-height: 100%;
			}
.wpb_flickr_widget p.flickr_stream_wrap {
	clear: both;
	font-size: 80%;
	margin: 0;
	padding-top: 6px;
	}
	
	
/* ====================================
====== Ultimate Addons for VC =========
==================================== */

.g-cols > .upb_row_bg,
.g-cols > .upb_video-wrapper {
	display: none !important;
	}
.aio-icon.circle {
	line-height: 2.5em;
	height: 2.5em;
	width: 2.5em;
	}
	.aio-icon.circle i,
	.aio-icon.square i,
	.icon_list_icon i,
	.info-circle-icons i {
		line-height: inherit !important;
		vertical-align: top;
		text-shadow: 0 1px 1px rgba(0,0,0,0.25);
		}

/* Advanced Button */
a.ubtn-link {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	vertical-align: top;
	}
a.ubtn-link.ubtn-left {
	margin-right: 10px !important;
	}
a.ubtn-link.ubtn-right {
	margin-left: 10px !important;
	}
	a.ubtn-link .ubtn {
		font-family: inherit;
		line-height: 20px;
		box-shadow: 0 2px 1px rgba(0,0,0,0.1),
					0 1px 3px rgba(0,0,0,0.3);
		}
	.no-touch a.ubtn-link .ubtn:hover {
		box-shadow: 0 2px 3px rgba(0,0,0,0.1),
					0 4px 8px rgba(0,0,0,0.3);
		}
	a.ubtn-link .ubtn:focus,
	a.ubtn-link .ubtn:active {
		box-shadow: 0 3px 3px rgba(0,0,0,0.1),
					0 5px 8px rgba(0,0,0,0.16),
					0 9px 20px rgba(0,0,0,0.16) !important;
		}
	.ubtn.ubtn-mini {
		padding: 5px 12px;
		border-radius: 2px;
		}
	.ubtn.ubtn-small {
		font-size: 13px;
		padding: 8px 16px;
		}
	.ubtn.ubtn-normal {
		font-size: 15px;
		padding: 11px 22px;
		}
	.ubtn.ubtn-large {
		font-size: 18px;
		padding: 18px 36px;
		}

/* Highlight Box */
.ultimate-call-to-action .uvc-ctaction-data {
	padding: 0 20px;
	line-height: 1.4;
	}
	
/* Advanced Carousel */
.ult-carousel-wrapper .slick-prev {
	padding-right: 2px;
	}
.ult-carousel-wrapper .slick-next {
	padding-left: 2px;
	}
.ult-carousel-wrapper button.circle-border,
.ult-carousel-wrapper button.circle-bg {
	line-height: 2em !important;
	height: 2em !important;
	width: 2em !important;
	}
	.ult-carousel-wrapper button i {
		line-height: inherit !important;
		}
	
/* Dual Button */
.ulitmate_dual_buttons {
	box-shadow: 0 2px 1px rgba(0,0,0,0.1),
				0 1px 3px rgba(0,0,0,0.3);
	}
	.ult_dual_button .ult_ivan_button {
		text-transform: uppercase;
		padding: 11px;
		}
	
/* Flip Box */
.flip-box-wrap .flip-box .ifb-face {
	padding: 30px;
	}
	.flip-box-wrap .flip-box .ifb-face h3 {
		font-size: 24px;
		margin: 10px 0;
		}
	.flip-box-wrap .flip-box p {
		line-height: inherit;
		margin-bottom: 5px;
		}
	.flip-box-wrap .flip-box .flip_link a {
		font-size: 15px;
		text-transform: uppercase;
		line-height: 20px;
		border-radius: 3px;
		padding: 11px 22px;
		margin-top: 20px;
		box-shadow: 0 2px 1px rgba(0,0,0,0.1),
					0 1px 3px rgba(0,0,0,0.3);
		}
	.no-touch .flip-box-wrap .flip-box .flip_link a:hover {
		box-shadow: 0 2px 3px rgba(0,0,0,0.1),
					0 4px 8px rgba(0,0,0,0.3);
		}
	.flip-box-wrap .flip-box .flip_link a:focus,
	.flip-box-wrap .flip-box .flip_link a:active {
		box-shadow: 0 3px 3px rgba(0,0,0,0.1),
					0 5px 8px rgba(0,0,0,0.16),
					0 9px 20px rgba(0,0,0,0.16) !important;
		}
		
/* Timeline */
.smile-icon-timeline-wrap > a,
.smile-icon-timeline-wrap .timeline-wrapper > a {
	color: inherit !important;
	}
.smile-icon-timeline-wrap .timeline-line {
	border-color: #e5e5e5; /* variable */
	}
.smile-icon-timeline-wrap .timeline-separator-text .sep-text {
	font-size: 13px;
	line-height: 18px;
	padding: 4px 10px;
	border-radius: 2px !important;
	background-color: #d13a7a; /* variable */
	}
.smile-icon-timeline-wrap .timeline-wrapper .timeline-dot,
.smile-icon-timeline-wrap .timeline-feature-item .timeline-dot {
	padding: 4px;
	background-color: #d13a7a; /* variable */
	}
.feat-item .timeline-dot {
	left: -7px !important;
	}
.smile-icon-timeline-wrap .timeline-wrapper .timeline-block,
.smile-icon-timeline-wrap .timeline-feature-item.feat-item {
	border-radius: 2px;
	border: none;
	background-color: #f5f5f5; /* variable */
	}
.smile-icon-timeline-wrap.tl-animation-shadow .timeline-block,
.smile-icon-timeline-wrap.tl-animation-shadow .feat-item {
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 1px 3px 0 rgba(0,0,0,0.25);
	}
.smile-icon-timeline-wrap.tl-animation-shadow .timeline-block:hover,
.smile-icon-timeline-wrap.tl-animation-shadow .feat-item:hover {
	box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.25);
	}
	.timeline-wrapper .timeline-post-right .ult-timeline-arrow l,
	.timeline-wrapper .timeline-post-left .ult-timeline-arrow l,
	.timeline-feature-item.feat-item .ult-timeline-arrow l {
		border-color: #f5f5f5; /* variable */
		}
	.timeline-wrapper .timeline-post-left .ult-timeline-arrow l,
	.timeline-wrapper .timeline-post-right .ult-timeline-arrow l {
		border-top-color: transparent !important;
		border-bottom-color: transparent !important;
		}
	.timeline-feature-item.feat-item .ult-timeline-arrow l {
		border-left-color: transparent !important;
		border-right-color: transparent !important;
		}
	.timeline-wrapper .ult-timeline-arrow s,
	.feat-item .ult-timeline-arrow s {
		border-color: transparent !important;
		}
	.timeline-feature-item.feat-item .ult-timeline-icon .aio-icon,
	.timeline-feature-item.feat-item .ult-timeline-icon .aio-icon-img {
		margin: 30px 0 -10px !important;
		}
	.smile-icon-timeline-wrap .timeline-block .timeline-header-block .timeline-header,
	.smile-icon-timeline-wrap .timeline-feature-item .timeline-header-block .timeline-header {
		font-size: inherit;
		padding: 30px;
		}
	.smile-icon-timeline-wrap .timeline-block.timeline-post-left .timeline-header-block .timeline-header {
		padding-left: 15px;
		}
	.smile-icon-timeline-wrap .timeline-block.timeline-post-right .timeline-header-block .timeline-header {
		padding-right: 15px;
		}
		.smile-icon-timeline-wrap .timeline-header-block .timeline-header h3,
		.smile-icon-timeline-wrap .timeline-block .timeline-header h3 {
			font-size: 20px;
			line-height: 1.4;
			margin: 0 0 15px;
			}
		.smile-icon-timeline-wrap .timeline-block .timeline-header-block .timeline-header p,
		.smile-icon-timeline-wrap .timeline-feature-item .timeline-header-block .timeline-header p {
			margin-bottom: 15px;
			}
		.smile-icon-timeline-wrap .timeline-block .timeline-header-block .timeline-header p:last-child,
		.smile-icon-timeline-wrap .timeline-feature-item .timeline-header-block .timeline-header p:last-child {
			margin-bottom: 0;
			}
		.timeline-wrapper .timeline-block .timeline-header a {
			display: inline;
			margin-top: 0;
			}

/* Info Banner */
.ultb3-box .ultb3-info {
	padding: 30px;
	color: #fff;
	}
	.ultb3-box .ultb3-title {
		line-height: 1.4;
		margin-bottom: 20px;
		color: inherit;
		}
	.ultb3-box .ultb3-desc {
		font-size: inherit;
		line-height: inherit;
		margin-bottom: 20px;
		}
	.ultb3-box a.ultb3-btn {
		font-size: 15px;
		line-height: 20px;
		padding: 11px 22px;
		text-transform: uppercase;
		}
	.no-touch .ultb3-box a.ultb3-btn:hover {
		box-shadow: 0 2px 3px rgba(0,0,0,0.1),
					0 4px 8px rgba(0,0,0,0.3);
		}
	.ultb3-box a.ultb3-btn:active {
		box-shadow: 0 3px 3px rgba(0,0,0,0.1),
					0 5px 8px rgba(0,0,0,0.16),
					0 9px 20px rgba(0,0,0,0.16) !important;
		}
		
/* Info Box */
a.aio-icon-box-link {
	color: inherit !important;
	}
.aio-icon-box {
	border-radius: 5px;
	}
	.aio-icon-box.square_box-icon .aio-icon-header {
		padding: 0 10%;
		}
	.aio-icon-box.square_box-icon .aio-icon-description {
		padding: 0 10% 10%;
		}
	.aio-icon-box .aio-icon.circle {
		box-shadow: 0 -1px 0 rgba(0,0,0,0.12) inset, 0 1px 1px rgba(0,0,0,0), 0 2px 3px rgba(0,0,0,0);
		-webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s !important;
				transition: transform 0.3s, box-shadow 0.3s !important;
		}
	.no-touch .aio-icon-box-link:hover .aio-icon.circle {
		box-shadow: 0 -1px 0 rgba(0,0,0,0) inset, 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
		}
	.aio-icon-box.default-icon .aio-icon-default .aio-icon,
	.aio-icon-box.default-icon .aio-icon-default .aio-icon-img {
		margin-right: 20px;
		}
	.aio-icon-box.heading-right-icon .aio-icon-heading-right .aio-icon,
	.aio-icon-box.heading-right-icon .aio-icon-heading-right .aio-icon-img {
		margin-left: 20px;
		}
	.aio-icon-box.left-icon .aio-icon-left .aio-icon,
	.aio-icon-box.left-icon .aio-icon-left .aio-icon-img {
		margin-right: 25px;
		}
	.aio-icon-box.right-icon .aio-icon-right .aio-icon,
	.aio-icon-box.right-icon .aio-icon-right .aio-icon-img {
		margin-left: 25px;
		}
	.aio-icon-box .aio-icon-header h3.aio-icon-title {
		font-size: 22px;
		line-height: 1.4;
		}
	.aio-icon-box.top-icon .aio-icon-header h3.aio-icon-title {
		margin-top: 18px;
		}
	.aio-icon-header + .aio-icon-description {
		margin-top: 15px !important;
		}
	.aio-icon-box .aio-icon-read {
		padding: 15px 0 0;
		}

/* Info Circle */
.info-c-full-br .icon-circle-list .info-circle-icons {
	line-height: 2.3em !important;
	height: 2.3em !important;
	width: 2.3em !important;
	}
.info-circle-icons {
	box-shadow: 0 -1px 0 rgba(0,0,0,0.12) inset, 0 1px 1px rgba(0,0,0,0), 0 2px 3px rgba(0,0,0,0);
	-webkit-transition: box-shadow 0.3s;
			transition: box-shadow 0.3s;
	}
.no-touch .info-circle-icons:hover {
	box-shadow: 0 -1px 0 rgba(0,0,0,0) inset, 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
	}

/* Info List */
.smile_icon_list_wrap .smile_icon_list.top.hexagon .icon_list_icon {
	margin-bottom: 2.5em;
	}
.smile_icon_list_wrap .smile_icon_list li .icon_description h3 {
	font-weight: normal;
	margin-bottom: 10px;
	}

/* Info Table & Price Box */
.ult_pricing_table_wrap {
	overflow: hidden;
	border-radius: 2px;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 1px 3px 0 rgba(0,0,0,0.25);
	-webkit-transition: box-shadow 0.3s;
			transition: box-shadow 0.3s;
	}
.no-touch .ult_pricing_table_wrap:hover {
	box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.25);
	}
.ult_pricing_table_wrap.ult_design_2 {
	overflow: visible;
	}
	.ult_pricing_table_wrap.ult_design_2 {
		display: table;
		content: '';
		clear: both;
		}
	.ult_pricing_table {
		box-shadow: none !important;
		}
	.ult_design_4 .ult_pricing_table {
		border-bottom: none !important;
		}
	.ult_design_6 .ult_pricing_table {
		border: none !important;
		}
		.ult_pricing_table_wrap .ult_pricing_table .ult_pricing_heading h3 {
			font-size: 22px;
			line-height: 1.4;
			}
		.ult_pricing_table_wrap .ult_pricing_table .ult_pricing_heading h5 {
			margin: 4px 20px;
			}
		.ult_design_1 .ult_pricing_table .ult_price_body {
			margin: 0 auto;
			}
		.ult_design_6 .ult_pricing_table .ult_price_body {
			border: none !important;
			box-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;
			}
		.ult_pricing_table_wrap .ult_pricing_table .ult_price_features {
			padding: 20px 30px 10px;
			}
			.ult_pricing_table_wrap p {
				margin-bottom: 20px;
				}
			.ult_pricing_table .ult_price_features ul li {
				line-height: 1.5em !important;
				}
			.ult_design_5 .ult_pricing_table,
			.ult_design_2 .ult_pricing_table .ult_price_features ul li,
			.ult_design_4 .ult_pricing_table .ult_price_features ul li,
			.ult_design_5 .ult_pricing_table .ult_price_features ul li {
				border: none !important;
				}
		.ult_pricing_table .ult_price_link .ult_price_action_button {
			font-size: 15px;
			line-height: 20px;
			text-transform: uppercase;
			padding: 11px 22px !important;
			border-radius: 3px !important;
			box-shadow: 0 2px 1px rgba(0,0,0,0.1),
						0 1px 3px rgba(0,0,0,0.3);
			}
		.no-touch .ult_pricing_table .ult_price_link .ult_price_action_button:hover {
			box-shadow: 0 2px 3px rgba(0,0,0,0.1),
						0 4px 8px rgba(0,0,0,0.3);
			}
		.ult_pricing_table .ult_price_link .ult_price_action_button:focus,
		.ult_pricing_table .ult_price_link .ult_price_action_button:active {
			box-shadow: 0 3px 3px rgba(0,0,0,0.1),
						0 5px 8px rgba(0,0,0,0.16),
						0 9px 20px rgba(0,0,0,0.16) !important;
			}
		.ult_design_2 .ult_pricing_table .ult_price_link .ult_price_action_button {
			font-size: inherit;
			line-height: 1 !important;
			text-transform: none !important;
			padding: 7px !important;
			z-index: 3;
			}
		.ult_pricing_table_wrap .ult_pricing_table .ult_price_link {
			padding: 0 0 35px;
			}
		.ult_pricing_table_wrap.ult_design_1 .ult_pricing_table .ult_price_link {
			padding: 20px;
			}
	
/* Modal Box */
.ult-overlay {
	z-index: 501 !important;
	}
.ult-modal-input-wrapper .btn-modal {
	font-size: 15px;
	line-height: 20px;
	padding: 11px 22px;
	border-radius: 3px;
	box-shadow: 0 2px 1px rgba(0,0,0,0.1),
				0 1px 3px rgba(0,0,0,0.3);
	}
	.no-touch .ult-modal-input-wrapper .btn-modal:hover {
		box-shadow: 0 2px 3px rgba(0,0,0,0.1),
					0 4px 8px rgba(0,0,0,0.3);
		}
	.ult-modal-input-wrapper .btn-modal:focus,
	.ult-modal-input-wrapper .btn-modal:active {
		box-shadow: 0 3px 3px rgba(0,0,0,0.1),
					0 5px 8px rgba(0,0,0,0.16),
					0 9px 20px rgba(0,0,0,0.16) !important;
		}
.ult-modal-input-wrapper .btn-modal.btn-modal-sm {
	font-size: 13px;
	padding: 8px 16px;
	}
.ult-modal-input-wrapper .btn-modal.btn-modal-lg {
	font-size: 18px;
	padding: 18px 36px;
	}
.ult_modal .ult_modal-content {
	border-radius: 2px;
	box-shadow: 0 12px 12px rgba(0,0,0,0.17), 0 20px 40px rgba(0,0,0,0.3);
	}
	.ult_modal .ult_modal-header > .modal-icon {
		font-size: 1.3em;
		}
	.ult_modal .ult_modal-body {
		line-height: inherit;
		padding: 30px;
		}
		.ult_modal .ult_modal-body p:last-child {
			margin-bottom: 0;
			}
@media only screen and (min-width: 768px) {
.ult-overlay-close {
	display: none;
	}
}
	
/* Icon element of Visual Composer */
.vc_icon_element { line-height: 0; font-size: 14px; margin-bottom: 35px; } .vc_icon_element.vc_icon_element-outer { box-sizing: border-box; text-align: center; } .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left { text-align: left; } .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center { text-align: center; } .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-right { text-align: right; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner { text-align: center; display: inline-block; border: 2px solid transparent; width: 4em; height: 4em; box-sizing: content-box; position: relative; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon { font-size: 2.15em; font-style: normal; font-weight: normal; line-height: 1 !important; font-size-adjust: none; font-stretch: normal; font-feature-settings: normal; font-language-override: normal; font-kerning: auto; font-synthesis: weight style; font-variant: normal; text-rendering: auto; display: inline-block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before { font-style: normal; font-weight: normal; display: inline-block; text-decoration: inherit; width: inherit; height: inherit; font-size: 1em; text-align: center; text-rendering: optimizelegibility; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-link, .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_gitem-link { width: 100%; height: 100%; display: block; position: absolute; top: 0; box-sizing: content-box; border: none; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs { max-width: 100% !important; line-height: 1.2em !important; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs.vc_icon_element-have-style-inner { width: 2.5em !important; height: 2.5em !important; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon { font-size: 1.2em !important; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm { max-width: 100% !important; line-height: 1.6em !important; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm.vc_icon_element-have-style-inner { width: 3.15em !important; height: 3.15em !important; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm .vc_icon_element-icon { font-size: 1.6em !important; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md { max-width: 100% !important; line-height: 2.15em !important; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner { width: 4em !important; height: 4em !important; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon { font-size: 2.15em !important; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg { max-width: 100% !important; line-height: 2.85em !important; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner { width: 5em !important; height: 5em !important; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon { font-size: 2.85em !important; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl { max-width: 100% !important; line-height: 5em !important; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl.vc_icon_element-have-style-inner { width: 7.15em !important; height: 7.15em !important; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon { font-size: 5em !important; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded { border-radius: 50%; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded .vc_icon_element-link, .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded .vc_gitem-link { border-radius: 50%; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline { border-radius: 50%; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline .vc_icon_element-link, .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline .vc_gitem-link { border-radius: 50%; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less { border-radius: 5px; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less .vc_icon_element-link, .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less .vc_gitem-link { border-radius: 5px; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline { border-radius: 5px; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline .vc_icon_element-link, .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline .vc_gitem-link { border-radius: 5px; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-blue .vc_icon_element-icon { color: #5472d2; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-turquoise .vc_icon_element-icon { color: #00c1cf; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-pink .vc_icon_element-icon { color: #fe6c61; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-violet .vc_icon_element-icon { color: #8d6dc4; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-peacoc .vc_icon_element-icon { color: #4cadc9; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-chino .vc_icon_element-icon { color: #cec2ab; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-mulled_wine .vc_icon_element-icon { color: #50485b; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-vista_blue .vc_icon_element-icon { color: #75d69c; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-black .vc_icon_element-icon { color: #2a2a2a; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-grey .vc_icon_element-icon { color: #ebebeb; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-orange .vc_icon_element-icon { color: #f7be68; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sky .vc_icon_element-icon { color: #5aa1e3; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-green .vc_icon_element-icon { color: #6dab3c; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-juicy_pink .vc_icon_element-icon { color: #f4524d; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sandy_brown .vc_icon_element-icon { color: #f79468; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-purple .vc_icon_element-icon { color: #b97ebb; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-white .vc_icon_element-icon { color: #ffffff; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-blue.vc_icon_element-outline { border-color: #5472d2; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-blue.vc_icon_element-background { background-color: #5472d2; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-turquoise.vc_icon_element-outline { border-color: #00c1cf; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-turquoise.vc_icon_element-background { background-color: #00c1cf; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-pink.vc_icon_element-outline { border-color: #fe6c61; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-pink.vc_icon_element-background { background-color: #fe6c61; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-violet.vc_icon_element-outline { border-color: #8d6dc4; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-violet.vc_icon_element-background { background-color: #8d6dc4; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-peacoc.vc_icon_element-outline { border-color: #4cadc9; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-peacoc.vc_icon_element-background { background-color: #4cadc9; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-chino.vc_icon_element-outline { border-color: #cec2ab; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-chino.vc_icon_element-background { background-color: #cec2ab; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-mulled_wine.vc_icon_element-outline { border-color: #50485b; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-mulled_wine.vc_icon_element-background { background-color: #50485b; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-vista_blue.vc_icon_element-outline { border-color: #75d69c; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-vista_blue.vc_icon_element-background { background-color: #75d69c; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-black.vc_icon_element-outline { border-color: #2a2a2a; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-black.vc_icon_element-background { background-color: #2a2a2a; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-outline { border-color: #ebebeb; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-background { background-color: #ebebeb; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-outline { border-color: #f7be68; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-background { background-color: #f7be68; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sky.vc_icon_element-outline { border-color: #5aa1e3; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sky.vc_icon_element-background { background-color: #5aa1e3; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-green.vc_icon_element-outline { border-color: #6dab3c; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-green.vc_icon_element-background { background-color: #6dab3c; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-juicy_pink.vc_icon_element-outline { border-color: #f4524d; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-juicy_pink.vc_icon_element-background { background-color: #f4524d; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sandy_brown.vc_icon_element-outline { border-color: #f79468; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sandy_brown.vc_icon_element-background { background-color: #f79468; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-purple.vc_icon_element-outline { border-color: #b97ebb; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-purple.vc_icon_element-background { background-color: #b97ebb; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-outline { border-color: #ffffff; } .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-background { background-color: #ffffff; } /* CSS Animations */ .wpb_animate_when_almost_visible { opacity: 0; } .wpb_start_animation.wpb_top-to-bottom { -webkit-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Safari 4+ */ -moz-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Fx 5+ */ -o-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Opera 12+ */ animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* IE 10+ */ opacity: 1; } .wpb_start_animation.wpb_bottom-to-top { -webkit-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Safari 4+ */ -moz-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Fx 5+ */ -o-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Opera 12+ */ animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* IE 10+ */ opacity: 1; } .wpb_start_animation.wpb_left-to-right { -webkit-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Safari 4+ */ -moz-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Fx 5+ */ -o-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Opera 12+ */ animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* IE 10+ */ opacity: 1; } .wpb_start_animation.wpb_right-to-left { -webkit-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Safari 4+ */ -moz-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Fx 5+ */ -o-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Opera 12+ */ animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* IE 10+ */ opacity: 1; } .wpb_start_animation.wpb_appear { -webkit-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Safari 4+ */ -moz-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Fx 5+ */ -o-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Opera 12+ */ animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); /* IE 10+ */ -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; } /* Top to bottom keyframes */ @-webkit-keyframes wpb_ttb { 0% { -webkit-transform: translate(0, -10%); opacity: 0; } 100% { -webkit-transform: translate(0, 0); opacity: 1; } } @-moz-keyframes wpb_ttb { 0% { -moz-transform: translate(0, -10%); opacity: 0; } 100% { -moz-transform: translate(0, 0); opacity: 1; } } @-o-keyframes wpb_ttb { 0% { -o-transform: translate(0, -10%); opacity: 0; } 100% { -o-transform: translate(0, 0); opacity: 1; } } @keyframes wpb_ttb { 0% { transform: translate(0, -10%); opacity: 0; } 100% { transform: translate(0, 0); opacity: 1; } } /* Bottom to top keyframes */ @-webkit-keyframes wpb_btt { 0% { -webkit-transform: translate(0, 10%); opacity: 0; } 100% { -webkit-transform: translate(0, 0); opacity: 1; } } @-moz-keyframes wpb_btt { 0% { -moz-transform: translate(0, 10%); opacity: 0; } 100% { -moz-transform: translate(0, 0); opacity: 1; } } @-o-keyframes wpb_btt { 0% { -o-transform: translate(0, 10%); opacity: 0; } 100% { -o-transform: translate(0, 0); opacity: 1; } } @keyframes wpb_btt { 0% { transform: translate(0, 10%); opacity: 0; } 100% { transform: translate(0, 0); opacity: 1; } } /* Left to right keyframes */ @-webkit-keyframes wpb_ltr { 0% { -webkit-transform: translate(-10%, 0); opacity: 0; } 100% { -webkit-transform: translate(0, 0); opacity: 1; } } @-moz-keyframes wpb_ltr { 0% { -moz-transform: translate(-10%, 0); opacity: 0; } 100% { -moz-transform: translate(0, 0); opacity: 1; } } @-o-keyframes wpb_ltr { 0% { -o-transform: translate(-10%, 0); opacity: 0; } 100% { -o-transform: translate(0, 0); opacity: 1; } } @keyframes wpb_ltr { 0% { transform: translate(-10%, 0); opacity: 0; } 100% { transform: translate(0, 0); opacity: 1; } } /* Right to left keyframes */ @-webkit-keyframes wpb_rtl { 0% { -webkit-transform: translate(10%, 0); opacity: 0; } 100% { -webkit-transform: translate(0, 0); opacity: 1; } } @-moz-keyframes wpb_rtl { 0% { -moz-transform: translate(10%, 0); opacity: 0; } 100% { -moz-transform: translate(0, 0); opacity: 1; } } @-o-keyframes wpb_rtl { 0% { -o-transform: translate(10%, 0); opacity: 0; } 100% { -o-transform: translate(0, 0); opacity: 1; } } @keyframes wpb_rtl { 0% { transform: translate(10%, 0); opacity: 0; } 100% { transform: translate(0, 0); opacity: 1; } } /* Appear from center keyframes */ @-webkit-keyframes wpb_appear { 0% { -webkit-transform: scale(0.5); opacity: 0.1; } 100% { -webkit-transform: scale(1); opacity: 1; } } @-moz-keyframes wpb_appear { 0% { -moz-transform: scale(0.5); opacity: 0.1; } 100% { -moz-transform: scale(1); opacity: 1; } } @-o-keyframes wpb_appear { 0% { -o-transform: scale(0.5); opacity: 0.1; } 100% { -o-transform: scale(1); opacity: 1; } } @keyframes wpb_appear { 0% { transform: scale(0.5); opacity: 0.1; } 100% { transform: scale(1); opacity: 1; } }
