/*
----------------------------------------------------------------

IMPREZA basic styles

Copyright 2016 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.

----------------------------------------------------------------
*/



/* Input Elements
   ========================================================================== */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
input[type="range"],
textarea,
select {
	padding: 0 0.8rem;
	width: 100%;
	border-radius: 0.3rem;
	box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0,0,0,0.08) inset;
	transition: all 0.3s;
	}
textarea {
	padding: 0.6rem 1rem;
	}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
input[type="range"],
select {
	line-height: 2.8rem;
	height: 2.8rem;
	}
input[type="checkbox"],
input[type="radio"] {
	box-shadow: none !important;
	margin-right: 0.3rem;
	}



/* Preloader Screen
   ========================================================================== */
   
.l-preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 11111;
	overflow: hidden;
	transition: height 0.45s;
	}
.l-preloader.done {
	height: 0;
	}
	.l-preloader-spinner {
		position: absolute;
		top: 50%;
		left: 50%;
		text-align: center;
		background-color: inherit;
		color: inherit;
		opacity: 1;
		transition: opacity 0.3s;
		transform: translate3d(-50%,-50%,0);
		}
	.l-preloader.done .l-preloader-spinner {
		opacity: 0;
		}
		.l-preloader .g-preloader {
			width: 4rem;
			height: 4rem;
			}
			.l-preloader .g-preloader.type_3 .g-preloader-h {
				border-width: 2rem;
				}
		.l-preloader .g-preloader.type_custom {
			max-width: 25rem;
			width: auto;
			height: auto;
			}
			
			
			
/* Basic Layout Sizes
   ========================================================================== */
   
.header_hor .l-subheader,
.l-titlebar,
.l-canvas.sidebar_left .l-main,
.l-canvas.sidebar_right .l-main,
.l-canvas.sidebar_none .l-section,
.l-footer .l-section,
.l-section.width_full .vc_col-sm-12 .w-tabs-section-content {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	}
.l-titlebar.size_large .l-titlebar-h,
.l-sidebar,
.l-section-h,
.l-section.width_full .vc_col-sm-12 .w-tabs-section-content-h {
	padding: 4rem 0;
	}



/* Header Customs
   ========================================================================== */
   
/* shadow */
.header_hor .l-header.shadow_thin .l-subheader.at_middle,
.header_hor .l-header.shadow_thin .l-subheader.at_bottom,
.header_hor .l-header.shadow_none.sticky .l-subheader.at_middle,
.header_hor .l-header.shadow_none.sticky .l-subheader.at_bottom {
	box-shadow: 0 1px 0 rgba(0,0,0,0.08);
	}
.header_hor .l-header.shadow_wide .l-subheader.at_middle,
.header_hor .l-header.shadow_wide .l-subheader.at_bottom {
	box-shadow: 0 3px 5px -1px rgba(0,0,0,0.1), 0 2px 1px -1px rgba(0,0,0,0.05);
	}

/* Transparent header */
.l-header.bg_transparent:not(.sticky) .l-subheader.at_top {
	background-color: rgba(0,0,0,0.2);
	color: rgba(255,255,255,0.66);
	}
	.l-header.bg_transparent:not(.sticky) .l-subheader.at_bottom .l-subheader-h {
		box-shadow: 0 -1px 0 rgba(255,255,255,0.22);
		}

/* Vertical header */
.header_ver .l-header.shadow_thin {
	box-shadow: 1px 0 0 rgba(0,0,0,0.08);
	}
.header_ver .l-header.shadow_wide {
	box-shadow: 3px 0 5px -1px rgba(0,0,0,0.1), 2px 0 1px -1px rgba(0,0,0,0.05);
	}
.w-header-show {
	display: none;
	position: fixed;
	z-index: 101;
	text-align: center;
	font-size: 1.4rem;
	border-radius: 0.3rem;
	background-color: rgba(0,0,0,0.3);
	color: #fff !important;
	opacity: 1;
	top: 15px; /* fixed value */
	right: 15px; /* fixed value */
	line-height: 50px; /* fixed value */
	height: 50px; /* fixed value */
	width: 50px; /* fixed value */
	}
.header_ver.header-show .w-header-show {
	opacity: 0;
	}
	.w-header-show:before {
		content: '\f0c9';
		font-family: fontawesome;
		vertical-align: top;
		}



/* Header Elements Customs
   ========================================================================== */

/* Social Links */
.l-header .w-socials-item-link {
	box-shadow: none !important;
	border-radius: 0;
	}
	
/* Additional Menu */
.btn.w-menu-item {
	display: inline-block !important;
	padding: 0 1em !important;
	line-height: 2.3em !important;
	border-radius: 0.25em;
	}
	.btn.w-menu-item span {
		border: none !important;
		}

/* Main Menu */
.w-nav.type_desktop:not(.height_full),
.w-hwrapper .w-nav.type_desktop,
.w-vwrapper .w-nav.type_desktop {
	line-height: 3.5rem;
	}
	.w-nav-arrow:before {
		content: '\f105';
		font-family: fontawesome;
		vertical-align: top;
		font-size: 1.5em;
		}
	.w-nav-anchor {
		border: none !important;
		}
	/* menu underline hover effect */
	.w-nav.type_desktop .hover_underline .w-nav-title {
		position: relative;
		}
		.no-touch .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 .w-nav-title:after  {
			display: block;
			content: '';
			position: absolute;
			left: 0;
			bottom: -0.4em;
			margin: 0 auto -2px;
			height: 2px; /* fixed value */
			width: 100%;
			opacity: 0;
			transition: all 0.3s;
			}
		.no-touch .w-nav.type_desktop .hover_underline .w-nav-item.level_1:hover .w-nav-title:after {
			bottom: -2px; /* fixed value */
			opacity: 1;
			}
	/* menu dropdown lists */
	.w-nav.type_desktop .w-nav-list:not(.level_1) {
		box-shadow: 0 8px 15px rgba(0,0,0,0.1);
		}
	/* menu button */
	.btn.menu-item.level_1 > a {
		display: inline-block;
		vertical-align: top;
		line-height: 2.6em;
		padding: 0 1.4em;
		border-radius: 0.3em;
		border: none !important;
		}
	.header_hor .type_desktop .btn.menu-item.level_1 > a {
		vertical-align: middle;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		}
		.btn.menu-item.level_1 > a .w-nav-title:after {
			display: none !important;
			}
	/* Mobile type */
	.w-nav-control:before {
		content: '\f0c9';
		font-family: fontawesome;
		vertical-align: top;
		font-size: 1.4rem;
		}
	.w-nav.type_mobile .w-nav-arrow:before {
		content: '\f107';
		}
	.w-nav.type_mobile .w-nav-item.opened > .w-nav-anchor .w-nav-arrow {
		transform: rotate(180deg);
		}

/* Search */
.w-search-open:before {
	content: '\f002';
	font-size: 1.2rem;
	font-family: fontawesome;
	vertical-align: top;
	}
.w-search button:before {
	content: '\f002';
	font-size: 1.2rem;
	font-family: fontawesome;
	display: inline-block;
	vertical-align: top;
	}
	
/* Search: LAYOUT fullscreen */
.w-search.layout_fullscreen .w-search-form {
	-webkit-transform: translateY(-100%);
			transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(.4,0,.2,1);
			transition: transform 0.4s cubic-bezier(.4,0,.2,1);
	}
.w-search.layout_fullscreen.active .w-search-form {
	-webkit-transform: translateY(0);
			transform: translateY(0);
	}
	.w-search.layout_fullscreen input {
		position: absolute;
		top: 50%;
		left: 6%;
		font-size: 3rem;
		line-height: 1.5;
		text-align: center;
		height: auto;
		width: 88%;
		padding: 0;
		border-radius: 0;
		transform: translateY(-50%);
		}
	.header_ver .w-search.layout_fullscreen input {
		font-size: 1.2rem;
		}



/* Title Bar
   ========================================================================== */
   
.l-titlebar {
	transition: padding 0.3s;
	}
	.l-titlebar h1 {
		margin: 0;
		}
	.l-titlebar p {
		margin: 0.5rem 0 0;
		opacity: 0.66;
		}
	.l-titlebar .g-breadcrumbs {
		font-size: 0.9rem;
		line-height: 1.4;
		margin: 0.8rem 0 0.3rem;
		}
		.g-breadcrumbs-separator {
			margin: 0 0.5rem;
			}
			.g-breadcrumbs-separator:before {
				content: '\f105';
				font-family: fontawesome;
				vertical-align: top;
				}
	.l-titlebar .g-nav-item {
		display: inline-block;
		vertical-align: top;
		text-align: center;
		line-height: calc(3.5rem - 4px);
		height: 3.5rem;
		width: 3.5rem;
		border-radius: 50%;
		border: 2px solid transparent;
		color: inherit;
		}
	.l-titlebar .g-nav-item.to_next {
		left: 0;
		padding-right: 0.2rem;
		}
		.l-titlebar .g-nav-item.to_next:before,
		.l-titlebar .g-nav-item.to_prev:before {
			content: '\f104';
			vertical-align: top;
			font-family: fontawesome;
			font-size: 2rem;
			}
	.l-titlebar .g-nav-item.to_prev {
		right: 0;
		padding-left: 0.2rem;
		}
		.l-titlebar .g-nav-item.to_prev:before {
			content: '\f105';
			}

/* SIZE small & medium */
.l-titlebar.size_small .l-titlebar-h,
.l-titlebar.size_medium .l-titlebar-h {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 0;
	}
.l-titlebar.size_medium .l-titlebar-h {
	padding: 2rem 0;
	}
	.l-titlebar.size_small h1,
	.l-titlebar.size_medium h1 {
		display: inline-block;
		font-size: 1.8rem;
		letter-spacing: 0;
		margin: 0.3rem 1.5rem 0.3rem 0;
		}
	.l-titlebar.size_small p,
	.l-titlebar.size_medium p {
		display: inline-block;
		margin: 0.3rem 1.5rem 0.3rem 0;
		}
	.l-titlebar.size_small .g-breadcrumbs,
	.l-titlebar.size_medium .g-breadcrumbs {
		margin-top: 0.3rem;
		}
	.l-titlebar.size_small .g-nav,
	.l-titlebar.size_medium .g-nav {
		font-size: 0;
		margin: -0.5rem 0;
		}

/* SIZE large & huge */
.l-titlebar.size_large,
.l-titlebar.size_huge {
	text-align: center;
	}
.header_hor .l-header.bg_transparent ~ .l-titlebar.size_large,
.header_hor .l-header.bg_transparent ~ .l-titlebar.size_huge {
	padding-bottom: 2rem;
	}
	.single-us_portfolio .l-titlebar.size_large .l-titlebar-h,
	.single-us_portfolio .l-titlebar.size_huge .l-titlebar-h {
		padding-left: 5rem;
		padding-right: 5rem;
		}
	.l-titlebar.size_huge .l-titlebar-h {
		padding-top: 6rem;
		padding-bottom: 6rem;
		}
		@media (min-width: 900px) {
		.l-titlebar.size_huge h1 {
			font-size: 3rem;
			line-height: 1.1;
			letter-spacing: 2px;
			font-weight: 300;
			}
		}
		.l-titlebar.size_huge h1,
		.l-titlebar.size_huge p {
			text-transform: uppercase;
			}
		.l-titlebar.size_large .g-nav-item,
		.l-titlebar.size_huge .g-nav-item {
			position: absolute;
			top: 50%;
			margin-top: -1.75rem;
			}
		.l-titlebar.size_large.color_default .g-nav-item {
			top: 4rem;
			margin-top: 0;
			}
		.l-titlebar.size_huge.color_default .g-nav-item {
			top: 6rem;
			margin-top: 0;
			}

/* COLOR default */
.l-titlebar.color_default .l-titlebar-h {
	padding-bottom: 0 !important;
	}

/* COLOR primary & secondary */
.l-titlebar.color_primary,
.l-titlebar.color_secondary {
	color: #fff;
	}
	.l-titlebar.color_primary h1,
	.l-titlebar.color_primary a,
	.l-titlebar.color_secondary h1,
	.l-titlebar.color_secondary a,
	.no-touch .l-titlebar.color_secondary a:hover {
		color: inherit;
		}
	.no-touch .l-titlebar.color_primary .g-nav-item:hover,
	.no-touch .l-titlebar.color_secondary .g-nav-item:hover {
		border-color: #fff;
		color: #fff;
		}



/* Section Customs
   ========================================================================== */
   
/* HEIGHT small */
.l-section.height_small .l-section-h {
	padding: 2rem 0;
	}
	
/* HEIGHT large */
.l-section.height_large .l-section-h {
	padding: 6rem 0;
	}
	
/* HEIGHT huge */
.l-section.height_huge .l-section-h {
	padding: 8rem 0;
	}

/* COLOR primary & secondary */
.l-section.color_primary,
.l-section.color_secondary {
	color: #fff;
	}
	.l-section.color_primary a,
	.l-section.color_secondary a {
		color: inherit;
		}
		
/* FOR blogpost */
.l-section.for_blogpost ~ .l-section:last-child {
	margin-bottom: 4rem;
	}

/* PREVIEW basic */
.l-section.preview_basic .l-section-h {
	padding-bottom: 0;
	}
.l-section.preview_basic + .l-section .l-section-h {
	padding-top: 0;
	}
	.l-section.preview_basic .w-blog-post-preview {
		margin-bottom: 2rem;
		}
	.l-section.preview_basic .w-blog-post-meta {
		padding: 0 0 1rem;
		}

/* PREVIEW none */
.l-section.preview_none .l-section-h {
	padding-bottom: 0;
	}
.l-section.preview_none + .l-section .l-section-h {
	padding-top: 0;
	}
	.l-section.preview_none .w-blog-post-preview {
		display: none;
		}
	.l-section.preview_none .w-blog-post-meta {
		padding: 0.4rem 0 1.2rem;
		}
		
/* PREVIEW modern */
.l-section.preview_modern .l-section-h {
	padding-bottom: 0;
	}
	.l-section.preview_modern .w-blog {
		position: relative;
		padding: 40% 2.5rem 2rem;
		}
		.l-section.preview_modern .w-blog:after {
			content: '';
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			height: 50%;
			background: linear-gradient(transparent, rgba(30,30,30,0.8)) repeat-x;
			}
		.l-section.preview_modern .w-blog-post-preview {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			overflow: hidden;
			}
		.l-section.preview_modern .w-blog-post-body {
			margin: 0 auto;
			position: relative;
			z-index: 1;
			}
			.l-section.preview_modern .w-blog-post-title {
				color: #fff;
				}
			.l-section.preview_modern .w-blog-post-meta > * {
				color: rgba(255,255,255,0.5);
				}
			.no-touch .l-section.preview_modern .w-blog-post-meta a:hover {
				color: #fff;
				}
.sidebar_left .l-section.preview_modern + .l-section .l-section-h,
.sidebar_right .l-section.preview_modern + .l-section .l-section-h {
	padding-top: 2.5rem;
	}
.sidebar_none .l-section.preview_modern .l-section-h,
.sidebar_none .l-section.preview_modern .w-blog {
	position: static;
	}
.sidebar_none .l-section.preview_modern .w-blog {
	padding-top: 20%;
	padding-left: 0;
	padding-right: 0;
	}

/* PREVIEW trendy */
.l-section.preview_trendy {
	overflow: hidden;
	}
	.l-section.preview_trendy .w-blog {
		position: relative;
		text-align: center;
		padding: 24% 2.5rem;
		}
		.l-section.preview_trendy .w-blog:after {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background-color: rgba(0,0,0,0.5);
			}
		.l-section.preview_trendy .w-blog-post-preview {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			}
		.l-section.preview_trendy .w-blog-post-body {
			position: relative;
			padding-top: 3rem;
			z-index: 1;
			}
			.l-section.preview_trendy .w-blog-post-title {
				font-weight: bold;
				color: #fff;
				}
			.l-section.preview_trendy .w-blog-post-meta > * {
				color: rgba(255,255,255,0.5);
				}
			.no-touch .l-section.preview_trendy .w-blog-post-meta a:hover {
				color: #fff;
				}
				.l-section.preview_trendy .w-blog-post-meta-category {
					position: absolute;
					top: 0;
					left: 0;
					right: 0;
					font-size: 0;
					margin: 0;
					}
					.l-section.preview_trendy .w-blog-post-meta-category:before {
						display: none;
						}
					.l-section.preview_trendy .w-blog-post-meta-category a {
						display: inline-block;
						vertical-align: top;
						font-size: 0.7rem;
						line-height: 1.8rem;
						font-weight: bold;
						text-transform: uppercase;
						margin: 0.15rem;
						padding: 0 0.8rem;
						border-radius: 5rem;
						border: none !important;
						background-color: rgba(0,0,0,0.3);
						color: #fff;
						}
.sidebar_left .l-section.preview_trendy .l-section-h,
.sidebar_right .l-section.preview_trendy .l-section-h {
	padding-bottom: 0;
	}
.sidebar_left .l-section.preview_trendy + .l-section .l-section-h,
.sidebar_right .l-section.preview_trendy + .l-section .l-section-h {
	padding-top: 2.5rem;
	}
.sidebar_none .l-section.preview_trendy .l-section-h,
.sidebar_none .l-section.preview_trendy .w-blog {
	position: static;
	}
.sidebar_none .l-section.preview_trendy .w-blog {
	padding: 10% 0;
	}
.sidebar_none .l-header.bg_transparent + .l-main .l-section.preview_trendy .w-blog {
	padding-top: 5%;
	}

/* FOR pagination */
.l-section.for_pagination .l-section-h {
	padding: 0 0 2rem;
	}
	
/* FOR tags */
.l-section.for_tags .l-section-h {
	padding: 2rem 0;
	}
.l-section.for_blogpost + .l-section + .l-section.for_tags .l-section-h {
	padding-top: 0;
	}
	
/* FOR sharing */
.l-section.for_sharing .l-section-h {
	padding: 0 0 2rem;
	}
	
/* FOR author */
.l-section.for_author .l-section-h {
	padding: 0;
	}
	
/* FOR blognav */
.l-section.for_blognav .l-section-h {
	padding: 2rem 0;
	border-top: 1px solid;
	border-color: inherit;
	}
.l-section.for_author + .l-section.for_blognav .l-section-h {
	border-top: none;
	}

/* FOR related */
.l-section.for_related .l-section-h {
	padding: 2rem 0;
	border-top: 1px solid;
	border-color: inherit;
	}
.l-section.for_author + .l-section.for_related .l-section-h {
	border-top: none;
	}

/* FOR comments */
.l-section.for_comments .l-section-h {
	border-top: 1px solid;
	border-color: inherit;
	}
.l-section.for_blogpost ~ .l-section.for_comments .l-section-h {
	padding: 2rem 0 0;
	}

	
	
/* Navigation (for Portfolio Items)
   ========================================================================== */
   
.l-navigation-item {
	display: block;
	position: fixed;
	z-index: 99;
	top: 50%;
	width: 16rem;
	margin-top: -4rem;
	transition: right 0.3s cubic-bezier(.78,.13,.15,.86), left 0.3s cubic-bezier(.78,.13,.15,.86);
	}
.l-navigation-item.to_prev {
	right: -13.5rem;
	text-align: right;
	}
.l-navigation-item.to_next {
	left: -13.5rem;
	text-align: left;
	}
.no-touch .l-navigation-item.to_prev:hover {
	right: 0;
	}
.no-touch .l-navigation-item.to_next:hover {
	left: 0;
	}
	.l-navigation-item-arrow {
		float: right;
		text-align: center;
		width: 8rem;
		background-color: rgba(0,0,0,0.3);
		color: #fff;
		transition: background-color 0.3s cubic-bezier(.78,.13,.15,.86);
		}
		.l-navigation-item-arrow:before {
			display: inline-block;
			vertical-align: top;
			content: '\f104';
			font-family: fontawesome;
			font-size: 2rem;
			line-height: 8rem;
			width: 2.5rem;
			transform: translate(2.6rem,0);
			transition: transform 0.3s cubic-bezier(.78,.13,.15,.86);
			}
		.l-navigation-item.to_prev .l-navigation-item-arrow:before {
			content: '\f105';
			transform: translate(-2.6rem,0);
			}
		.no-touch .l-navigation-item:hover .l-navigation-item-arrow:before {
			transform: translateX(0);
			}
	.l-navigation-item-preview {
		height: 8rem;
		width: 8rem;
		background-size: cover;
		background-position: center;
		}
	.l-navigation-item.to_next .l-navigation-item-preview {
		float: left;
		}
	.l-navigation-item.to_prev .l-navigation-item-preview {
		float: right;
		}
	.l-navigation-item-title {
		font-size: 0.9rem;
		line-height: 1.4rem;
		clear: both;
		overflow: hidden;
		}
		.l-navigation-item-title span {
			display: block;
			padding: 0.7rem 1rem;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			background-color: rgba(30,30,30,0.9);
			color: #fff;
			opacity: 0;
			transform: translate(0,-100%);
			transition: transform 0.3s cubic-bezier(.78,.13,.15,.86), opacity 0.3s cubic-bezier(.78,.13,.15,.86);
			}
		.no-touch .l-navigation-item:hover .l-navigation-item-title span {
			opacity: 1;
			transform: translate(0,0);
			transition-delay: 0.2s;
			}
	
	
	
/* Footer
   ========================================================================== */
   
.l-footer.layout_compact {
	font-size: 0.9rem;
	line-height: 1.5rem;
	}



/* ActionBox
   ========================================================================== */
   
.w-actionbox {
	padding: 2.5rem 3rem;
	border-radius: 0.3rem;
	}
	.w-actionbox-text > *:first-child {
		margin: 0 !important;
		}
	.w-actionbox-text p {
		margin: 0.8rem 0 0;
		}
	.w-actionbox .w-btn {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
		}
	.w-actionbox.controls_bottom .w-actionbox-controls {
		padding-top: 1.5rem;
		}
		.w-actionbox.controls_bottom .w-btn {
			margin-left: 0.5rem;
			margin-right: 0.5rem;
			}
	.w-actionbox.controls_right .w-actionbox-controls {
		padding-left: 2rem;
		}
		.w-actionbox.controls_right .w-btn {
			margin-left: 1rem;
			}

/* COLORS */
.w-actionbox.color_primary,
.w-actionbox.color_secondary,
.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.w-btn.color_transparent,
.no-touch .w-actionbox.color_secondary a.w-btn.color_transparent {
	color: #fff;
	}
.w-actionbox.color_primary .w-actionbox-text > *,
.w-actionbox.color_secondary .w-actionbox-text > *,
.w-actionbox.color_custom .w-actionbox-text > * {
	color: inherit;
	}
.w-actionbox.color_primary .w-actionbox-text a,
.w-actionbox.color_secondary .w-actionbox-text a {
	color: #111;
	}
.l-section.color_custom .w-actionbox.color_custom,
.l-section.color_primary .w-actionbox.color_primary,
.l-section.color_alternate .w-actionbox.color_light,
.l-section.color_secondary .w-actionbox.color_secondary {
	padding: 0;
	background-color: transparent;
	}



/* Author Box
   ========================================================================== */
   
.w-author {
	overflow: hidden;
	padding: 2rem;
	border-radius: 0.3rem;
	border: 2px solid;
	}
.w-author + .w-blog {
	margin-top: 3.5rem;
	}
	.w-author-img {
		float: left;
		}
		.w-author-img img {
			display: inline-block;
			vertical-align: top;
			width: 90px; /* don't change to 'rem' units */
			border-radius: 50%;
			}
	.w-author-name {
		font-size: 1.2rem;
		line-height: 1.5;
		margin: 0 0 0.5rem 8rem;
		}
	.w-author-url {
		font-size: 0.9rem;
		line-height: 1.7;
		margin: 0 0 0.6rem 8rem;
		}
		.w-author-url a {
			color: inherit;
			}
	.w-author-desc {
		font-size: 0.9rem;
		line-height: 1.7;
		margin-left: 8rem;
		margin-bottom: 0 !important;
		}
	.w-author-meta {
		font-weight: bold;
		margin: 0 0 0.6rem 8rem;
		}
		

		
/* Blog
   ========================================================================== */

.w-blog-post-preview-icon:before {
	content: '\f040';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	font-family: fontawesome;
	font-size: 3rem;
	line-height: 3.5rem;
	width: 3.5rem;
	box-sizing: border-box;
	transform: translate(-50%,-50%);
	}
.w-blog-post.format-video .w-blog-post-preview-icon:before {
	content: '\f04b';
	font-size: 1.5rem;
	padding-left: 0.25rem;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.5);
	}
.w-blog-post.format-quote .w-blog-post-preview-icon:before {
	content: '\f10d';
	}
.w-blog-post.format-audio .w-blog-post-preview-icon:before {
	content: '\f001';
	}
.w-blog-post.format-link .w-blog-post-preview-icon:before {
	content: '\f0c1';
	}
.w-blog-post.type-page .w-blog-post-preview-icon:before {
	content: '\f016';
	}
.w-blog-post.post-password-required .w-blog-post-preview-icon:before {
	content: '\f023';
	}
.w-blog-post-meta > * {
	font-size: 0.9rem;
	line-height: 1.2rem;
	margin: 0 1.2rem 0.5rem 0;
	}
	.w-blog-post-meta > *:before {
		font-family: fontawesome;
		vertical-align: top;
		margin-right: 0.3rem;
		}
	.w-blog-post-meta-date:before {
		content: '\f017';
		}
	.w-blog-post-meta-author:before {
		content: '\f007';
		}
	.w-blog-post-meta-tags:before {
		content: '\f02c';
		}
	.w-blog-post-meta-category:before {
		content: '\f07c';
		}
	.w-blog-post-meta-comments:before {
		content: '\f086';
		}
.w-blog-post-content {
	word-wrap: break-word;
	margin-top: 0.3rem;
	}
	
/* LAYOUT classic */
.w-blog.layout_classic:not(.cols_1) .w-blog-list {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	}
.l-section.width_full .g-cols:not(.type_boxes) .w-blog.layout_classic .w-blog-list {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	}
.w-blog.layout_classic .g-filters:not(.style_2) ~ .w-blog-list,
.l-section.height_auto .g-cols:not(.type_boxes) .w-blog.layout_classic:not(.with_filters) .w-blog-list {
	margin-top: 3rem;
	}
	.w-blog.layout_classic:not(.cols_1) .w-blog-post {
		padding: 0 1.5rem;
		margin-bottom: 3.5rem;
		}
	.w-blog.layout_classic.cols_1 .w-blog-post {
		margin-bottom: 5rem;
		}
		.w-blog.layout_classic .format-video .w-blog-post-preview-icon {
			display: none;
			}
		.w-blog.layout_classic .format-audio .w-blog-post-title,
		.w-blog.layout_classic .format-video .w-blog-post-title,
		.w-blog.layout_classic .format-gallery .w-blog-post-title,
		.w-blog.layout_classic .has-post-thumbnail .w-blog-post-title {
			padding-top: 1.2rem;
			}
			.w-blog.layout_classic .w-blog-post-title a {
				color: inherit;
				}
	
/* LAYOUT small */
.w-blog.layout_smallcircle:not(.cols_1) .w-blog-list,
.w-blog.layout_smallsquare:not(.cols_1) .w-blog-list {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	}
.l-section.width_full .g-cols:not(.type_boxes) .w-blog.layout_smallcircle .w-blog-list,
.l-section.width_full .g-cols:not(.type_boxes) .w-blog.layout_smallsquare .w-blog-list {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	}
.w-blog.layout_smallcircle .g-filters:not(.style_2) ~ .w-blog-list,
.w-blog.layout_smallsquare .g-filters:not(.style_2) ~ .w-blog-list,
.l-section.height_auto .g-cols:not(.type_boxes) .w-blog.layout_smallcircle:not(.with_filters) .w-blog-list,
.l-section.height_auto .g-cols:not(.type_boxes) .w-blog.layout_smallsquare:not(.with_filters) .w-blog-list {
	margin-top: 3rem;
	}
	.w-blog.layout_smallcircle:not(.cols_1) .w-blog-post,
	.w-blog.layout_smallsquare:not(.cols_1) .w-blog-post {
		padding: 0 1.5rem;
		margin-bottom: 3rem;
		}
	.w-blog.layout_smallcircle.cols_1 .w-blog-post,
	.w-blog.layout_smallsquare.cols_1 .w-blog-post {
		margin-bottom: 5rem;
		}
		.w-blog.layout_smallcircle .w-blog-post:after,
		.w-blog.layout_smallsquare .w-blog-post:after {
			display: table;
			content: '';
			clear: both;
			}
		.w-blog.layout_smallcircle .w-blog-post-preview,
		.w-blog.layout_smallsquare .w-blog-post-preview {
			float: left;
			width: 30%;
			max-width: 25rem;
			}
		.w-blog.layout_smallcircle .w-blog-post-preview {
			border-radius: 50%;
			overflow: hidden;
			}
			.w-blog.layout_smallcircle .w-blog-post:not(.has-post-thumbnail) .w-blog-post-preview-icon,
			.w-blog.layout_smallsquare .w-blog-post:not(.has-post-thumbnail) .w-blog-post-preview-icon {
				display: block;
				padding-bottom: 100% !important;
				}
		.w-blog.layout_smallcircle .w-blog-post-body,
		.w-blog.layout_smallsquare .w-blog-post-body {
			margin-left: 35%;
			}
			.w-blog.layout_smallcircle .w-blog-post-title a,
			.w-blog.layout_smallsquare .w-blog-post-title a {
				color: inherit;
				}
	
/* LAYOUT flat */
.w-blog.layout_flat .w-blog-post {
	text-align: center;
	position: relative;
	box-shadow: 0 1px 1px rgba(0,0,0,0);
	transition: box-shadow 0.3s;
	}
.no-touch .w-blog.layout_flat .w-blog-post:hover {
	box-shadow: 0 2px 15px rgba(0,0,0,0.17);
	z-index: 3;
	}
	.w-blog.layout_flat .format-video .w-blog-post-preview-icon {
		display: none;
		}
	.w-blog.layout_flat .w-blog-post-body {
		padding: 2.5rem;
		}
	.w-blog.layout_flat .format-audio .w-blog-post-body,
	.w-blog.layout_flat .format-video .w-blog-post-body,
	.w-blog.layout_flat .format-gallery .w-blog-post-body,
	.w-blog.layout_flat .has-post-thumbnail .w-blog-post-body {
		padding-top: 1.5rem;
		}
		.w-blog.layout_flat .w-blog-post-title a {
			color: inherit;
			}
		.w-blog.layout_flat .w-blog-post-meta > * {
			margin: 0.3rem 0.6rem;
			}
		.w-blog.layout_flat .w-blog-post-content {
			margin-top: 0.6rem;
			}
.w-blog.layout_flat .g-pagination {
	margin-top: 2rem;
	}
	
/* LAYOUT tiles (don't change to 'rem' units) */
.w-blog.layout_tiles .w-blog-list {
	margin: -2px -2px 2px;
	}
.l-section.width_full .g-cols:not(.type_boxes) .w-blog.layout_tiles .w-blog-list {
	margin-left: 2px;
	margin-right: 2px;
	}
.w-blog.layout_tiles .g-filters:not(.style_2) ~ .w-blog-list,
.l-section.height_auto .g-cols:not(.type_boxes) .w-blog.layout_tiles:not(.with_filters) .w-blog-list {
	margin-top: 2px;
	}
	.w-blog.layout_tiles .w-blog-post {
		padding: 2px;
		}
	.w-blog.layout_tiles .w-blog-post-h {
		overflow: hidden;
		}
	.w-blog.layout_tiles .has-post-thumbnail .w-blog-post-preview:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(transparent, rgba(30,30,30,0.8)) repeat-x;
		}
		.w-blog.layout_tiles .w-blog-post-preview img {
			transition: transform 0.3s;
			}
		.no-touch .w-blog.layout_tiles .w-blog-post-h:hover .w-blog-post-preview img {
			transform: scale(1.2);
			}
		.w-blog.layout_tiles .w-blog-post:not(.has-post-thumbnail) .w-blog-post-preview-icon {
			display: block;
			}
			.w-blog.layout_tiles .w-blog-post-preview-icon:before {
				display: none;
				}
	.w-blog.layout_tiles .w-blog-post-body {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 0 2rem 1rem;
		pointer-events: none;
		color: #fff;
		}
		.w-blog.layout_tiles .w-blog-post-title {
			font-weight: bold;
			}
			.w-blog.layout_tiles .w-blog-post-title a,
			.no-touch .w-blog.layout_tiles .w-blog-post-meta a:hover {
				color: #fff !important;
				}
		.w-blog.layout_tiles .w-blog-post-meta {
			margin-bottom: 0.4rem;
			}
		.w-blog.layout_tiles .w-blog-post-meta > * {
			color: rgba(255,255,255,0.5);
			pointer-events: auto;
			}
		.w-blog.layout_tiles .w-blog-post-meta-category {
			position: absolute;
			left: 2rem;
			bottom: 100%;
			font-size: 0;
			margin: 0 -0.15rem 0.6rem;
			}
			.w-blog.layout_tiles .w-blog-post-meta-category:before {
				display: none;
				}
			.w-blog.layout_tiles .w-blog-post-meta-category a {
				display: inline-block;
				vertical-align: top;
				font-size: 0.7rem;
				line-height: 1.8rem;
				font-weight: bold;
				text-transform: uppercase;
				margin: 0.15rem;
				padding: 0 0.8rem;
				border-radius: 5rem;
				border: none !important;
				background-color: rgba(0,0,0,0.3);
				color: #fff !important;
				}
		.w-blog.layout_tiles .w-blog-post-content,
		.w-blog.layout_tiles .w-blog-post-more {
			display: none;
			}
	
/* LAYOUT cards (don't change to 'rem' units) */
.w-blog.layout_cards .w-blog-list {
	display: flex;
	flex-wrap: wrap;
	margin: -5px -5px 5px;
	}
.l-section.width_full .g-cols:not(.type_boxes) .w-blog.layout_cards .w-blog-list {
	margin-left: 5px;
	margin-right: 5px;
	}
.w-blog.layout_cards .g-filters:not(.style_2) ~ .w-blog-list,
.l-section.height_auto .g-cols:not(.type_boxes) .w-blog.layout_cards:not(.with_filters) .w-blog-list {
	margin-top: 5px;
	}
	.w-blog.layout_cards .w-blog-post {
		padding: 5px;
		}
	.w-blog.layout_cards .w-blog-post-h {
		border-radius: 0.3rem;
		overflow: hidden;
		height: 100%;
		box-shadow: 0 1px 2px rgba(0,0,0,0.08), 0 1px 5px rgba(0,0,0,0.06);
		transition: box-shadow 0.3s;
		}
	.w-blog.layout_cards .w-blog-post-h:hover {
		box-shadow: 0 1px 3px rgba(0,0,0,0.08), 0 2px 12px rgba(0,0,0,0.16);
		z-index: 3;
		}
	.w-blog.layout_cards .w-blog-post-body {
		padding: 9% 11% 10%;
		}
		.w-blog.layout_cards .w-blog-post-title {
			font-weight: bold;
			}
		.w-blog.layout_cards.with_categories .w-blog-post:not(.has-post-thumbnail) .w-blog-post-title {
			margin-top: 3rem;
			}
			.w-blog.layout_cards .w-blog-post-title a {
				color: inherit;
				}
		.w-blog.layout_cards .w-blog-post-meta-category {
			position: absolute;
			top: 3rem;
			left: 11%;
			font-size: 0;
			margin: -0.15rem;
			}
		.w-blog.layout_cards .has-post-thumbnail .w-blog-post-meta-category {
			top: 1.2rem;
			left: 1.2rem;
			}
			.w-blog.layout_cards .w-blog-post-meta-category:before {
				display: none;
				}
			.w-blog.layout_cards .w-blog-post-meta-category a {
				display: inline-block;
				vertical-align: top;
				font-size: 0.7rem;
				line-height: 1.8rem;
				font-weight: bold;
				text-transform: uppercase;
				margin: 0.15rem;
				padding: 0 0.8rem;
				border-radius: 5rem;
				border: none !important;
				background-color: rgba(0,0,0,0.3);
				color: #fff !important;
				}
.w-blog.layout_cards .g-pagination {
	margin-top: 2rem;
	}

/* LAYOUT latest */
.w-blog.layout_latest:not(.cols_1) .w-blog-list {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	}
.l-section.width_full .g-cols:not(.type_boxes) .w-blog.layout_latest .w-blog-list {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	}
.w-blog.layout_latest .g-filters:not(.style_2) ~ .w-blog-list,
.l-section.height_auto .g-cols:not(.type_boxes) .w-blog.layout_latest:not(.with_filters) .w-blog-list {
	margin-top: 3rem;
	}
	.w-blog.layout_latest .w-blog-post {
		min-height: 5rem;
		margin-bottom: 3rem;
		}
	.w-blog.layout_latest:not(.cols_1) .w-blog-post {
		padding: 0 1.5rem;
		}
		.w-blog.layout_latest .w-blog-post-body {
			margin-left: 6.5rem;
			}
			.w-blog.layout_latest .w-blog-post-meta-date {
				position: absolute;
				left: 0;
				top: 0;
				text-align: center;
				height: 5rem;
				width: 5rem;
				padding: 1rem 0 0;
				border-radius: 50%;
				border-style: solid;
				border-width: 2px; /* fixed value */
				color: inherit;
				}
				.w-blog-post-meta-date-day {
					display: block;
					font-size: 1.5rem;
					line-height: 2rem;
					}
				.w-blog-post-meta-date-month {
					display: block;
					font-size: 0.9rem;
					line-height: 1rem;
					text-transform: uppercase;
					}
				.w-blog.layout_latest .w-blog-post-meta-date:before,
				.w-blog-post-meta-date-year {
					display: none;
					}
				
/* LAYOUT compact */
.w-blog.layout_compact:not(.cols_1) .w-blog-list {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	}
.l-section.width_full .g-cols:not(.type_boxes) .w-blog.layout_compact .w-blog-list {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	}
.w-blog.layout_compact .g-filters:not(.style_2) ~ .w-blog-list,
.l-section.height_auto .g-cols:not(.type_boxes) .w-blog.layout_compact:not(.with_filters) .w-blog-list {
	margin-top: 3rem;
	}
	.w-blog.layout_compact:not(.cols_1) .w-blog-post {
		padding: 0 1.5rem;
		}
	.w-blog.layout_compact .w-blog-post {
		margin-bottom: 2rem;
		}
	.l-section.for_related .w-blog.layout_compact .w-blog-post {
		margin-bottom: 0.6rem;
		}
	.l-section.for_related .w-blog.layout_compact .w-blog-post:last-child {
		margin-bottom: 0.3rem;
		}
		.w-blog.layout_compact .w-blog-post-title {
			display: inline-block;
			vertical-align: baseline;
			font-family: inherit;
			font-weight: normal;
			margin: 0 0.6rem 0 0;
			}
		.w-blog.layout_compact[class*="cols"] .w-blog-list .w-blog-post-title {
			font-size: inherit;
			text-transform: inherit;
			letter-spacing: inherit;
			}
		.w-blog.layout_compact .w-blog-post-meta {
			display: inline-block;
			vertical-align: baseline;
			}
			.w-blog.layout_compact .w-blog-post-meta > * {
				margin: 0 1rem 0 0;
				vertical-align: baseline;
				}
		.w-blog.layout_compact .w-blog-post-meta > *:before,
		.w-blog.layout_compact .w-blog-post-content,
		.w-blog.layout_compact .w-blog-post-more {
			display: none;
			}
			
/* LAYOUT related */
.w-blog.layout_related .w-blog-list {
	overflow: hidden;
	margin: 0 -1rem;
	}
	.w-blog.layout_related .w-blog-post {
		float: left;
		padding: 0 1rem;
		width: 33.3333%;
		}
		.w-blog.layout_related .w-blog-post:not(.has-post-thumbnail) .w-blog-post-preview-icon {
			display: block;
			}
		.w-blog.layout_related .w-blog-post-title {
			font-size: inherit;
			font-family: inherit;
			font-weight: inherit;
			font-style: inherit;
			line-height: 1.5;
			letter-spacing: 0;
			margin: 0.6rem 0 0.4rem;
			color: inherit;
			}
	
/* POST FORMAT link */
.w-blog-post.format-link .w-blog-post-title a:after {
	content: '\f08e';
	font-family: fontawesome;
	font-weight: normal;
	line-height: 1;
	font-size: 0.8em;
	margin-left: 0.6em;
	}
.w-blog-post.format-link .w-blog-post-content,
.w-blog-post.format-link .w-blog-post-meta-comments {
	display: none;
	}
	
/* POST FORMAT quote */
.w-blog-post.format-quote blockquote {
	font-size: 1.4rem;
	line-height: 1.6;
	font-style: normal;
	padding: 0;
	margin: 0;
	border: none;
	}
	.w-blog-post.format-quote blockquote cite {
		font-style: inherit;
		opacity: 0.5;
		}
.w-blog.layout_classic .format-quote.has-post-thumbnail blockquote {
	padding-top: 1.4rem;
	}
.w-blog.layout_tiles .format-quote blockquote {
	margin-bottom: 0.6rem;
	}
.w-blog.layout_cards .format-quote .w-blog-post-h {
	color: #fff;
	}



/* Blog Navigation (next/prev posts)
   ========================================================================== */
   
.w-blognav {
	display: flex;
	}
	.w-blognav-prev {
		padding: 0 2.2rem;
		width: 50%;
		position: relative;
		color: inherit !important;
		transition: none;
		}
	.w-blognav-prev:only-of-type {
		width: 100%;
		}
		.w-blognav-prev:before {
			content: '\f104';
			font: 2.5rem/1 fontawesome;
			position: absolute;
			top: 0.2rem;
			left: 0;
			opacity: 0.3;
			}
	.w-blognav-next {
		text-align: right;
		padding: 0 2.2rem;
		width: 50%;
		position: relative;
		color: inherit !important;
		transition: none;
		}
	.w-blognav-next:only-of-type {
		width: 100%;
		}
		.w-blognav-next:before {
			content: '\f105';
			font: 2.5rem/1 fontawesome;
			position: absolute;
			top: 0.2rem;
			right: 0;
			opacity: 0.3;
			}
		.w-blognav-meta {
			display: block;
			font-size: 0.8rem;
			line-height: 1.4rem;
			text-transform: uppercase;
			opacity: 0.5;
			}
		.w-blognav-title {
			transition: color 0.3s;
			}
			
			
	
/* Buttons
   ========================================================================== */
   
.w-btn,
.button,
button,
input[type="button"],
input[type="submit"] {
	overflow: hidden;
	}
a.w-btn {
	border: none !important;
	}
input[type="button"]:focus,
input[type="submit"]:focus {
	box-shadow: none;
	}
	.no-touch .w-btn:before {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 0;
		background-color: rgba(0,0,0,0.1);
		transition: height 0.3s;
		}
	.no-touch .w-btn:hover:before {
		height: 100%;
		}
	.w-btn.icon_atleft i + .w-btn-label {
		padding-left: 1.6em;
		}
	.w-btn.icon_atright i + .w-btn-label {
		padding-right: 1.6em;
		}

/* STYLE outlined */
.w-btn.style_outlined {
	background-color: transparent !important;
	}

/* COLOR: transparent */
.w-btn.color_transparent {
	overflow: visible;
	margin: 0 0.25em;
	padding: 0 !important;
	}
.w-btn.color_transparent.style_outlined {
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	}
	.no-touch .w-btn.color_transparent:before {
		display: none;
		}
	.w-btn.color_transparent.icon_atleft i {
		left: 0 !important;
		}
	.w-btn.color_transparent.icon_atright i {
		right: 0 !important;
		}
	
/* COLOR: primary & secondary */
button,
input[type="button"],
input[type="submit"],
a.w-btn.color_primary,
a.w-btn.color_secondary,
.no-touch button:hover,
.no-touch input[type="button"]:hover,
.no-touch input[type="submit"]:hover,
.no-touch a.w-btn.color_primary:hover,
.no-touch a.w-btn.color_secondary:hover,
.no-touch a.w-btn.color_primary.style_outlined:hover,
.no-touch .w-btn.color_primary.style_outlined:hover,
.no-touch a.w-btn.color_secondary.style_outlined:hover,
.no-touch .w-btn.color_secondary.style_outlined:hover {
	color: #fff;
	}

/* COLOR: light & contrast */
.w-btn.color_light:before,
.w-btn.color_contrast:before {
	background-color: rgba(0,0,0,0.06);
	}

/* COLOR: white */
.w-btn.color_white,
a.w-btn.color_white {
	background-color: #fff;
	color: #444;
	}
.no-touch .w-btn.color_white:hover,
.no-touch a.w-btn.color_white:hover {
	color: #444;
	}
	.no-touch .w-btn.color_white:before {
		background-color: rgba(0,0,0,0.06);
		}
.w-btn.color_white.style_outlined,
a.w-btn.color_white.style_outlined {
	box-shadow: 0 0 0 2px #fff inset;
	color: #fff;
	}
.no-touch .w-btn.color_white.style_outlined:hover,
.no-touch a.w-btn.color_white.style_outlined:hover {
	color: #444;
	}
	.w-btn.color_white.style_outlined:before {
		background-color: #fff;
		}
	
/* COLOR: black */
.w-btn.color_black {
	background-color: #000;
	color: #fff;
	}
.no-touch .w-btn.color_black:hover {
	color: #fff;
	}
	.no-touch .w-btn.color_black:before {
		background-color: rgba(255,255,255,0.05);
		}
.w-btn.color_black.style_outlined {
	box-shadow: 0 0 0 2px #000 inset;
	color: #000;
	}
.no-touch .w-btn.color_black.style_outlined:hover {
	color: #fff;
	}
	.w-btn.color_black.style_outlined:before {
		background-color: #000;
		}
		
/* COLOR: red */
.w-btn.color_red,
.w-btn.color_red.style_outlined:before {
	background-color: #f40;
	}
.w-btn.color_red.style_outlined {
	box-shadow: 0 0 0 2px #f40 inset;
	color: #f40;
	}
.w-btn.color_red,
.no-touch .w-btn.color_red:hover,
.no-touch .w-btn.color_red.style_outlined:hover {
	color: #fff;
	}

/* COLOR: pink */
.w-btn.color_pink,
.w-btn.color_pink.style_outlined:before {
	background-color: #ff6b6b;
	}
.w-btn.color_pink.style_outlined {
	box-shadow: 0 0 0 2px #ff6b6b inset;
	color: #ff6b6b;
	}
.w-btn.color_pink,
.no-touch .w-btn.color_pink:hover,
.no-touch .w-btn.color_pink.style_outlined:hover {
	color: #fff;
	}

/* COLOR: blue */
.w-btn.color_blue,
.w-btn.color_blue.style_outlined:before {
	background-color: #5ac8ed;
	}
.w-btn.color_blue.style_outlined {
	box-shadow: 0 0 0 2px #5ac8ed inset;
	color: #5ac8ed;
	}
.w-btn.color_blue,
.no-touch .w-btn.color_blue:hover,
.no-touch .w-btn.color_blue.style_outlined:hover {
	color: #fff;
	}

/* COLOR: green */
.w-btn.color_green,
.w-btn.color_green.style_outlined:before {
	background-color: #59ba41;
	}
.w-btn.color_green.style_outlined {
	box-shadow: 0 0 0 2px #59ba41 inset;
	color: #59ba41;
	}
.w-btn.color_green,
.no-touch .w-btn.color_green:hover,
.no-touch .w-btn.color_green.style_outlined:hover {
	color: #fff;
	}

/* COLOR: yellow */
.w-btn.color_yellow,
.w-btn.color_yellow.style_outlined:before {
	background-color: #fac000;
	}
.w-btn.color_yellow.style_outlined {
	box-shadow: 0 0 0 2px #fac000 inset;
	color: #fac000;
	}
.w-btn.color_yellow,
.no-touch .w-btn.color_yellow:hover,
.no-touch .w-btn.color_yellow.style_outlined:hover {
	color: #fff;
	}
.w-btn.color_yellow:before {
	background-color: rgba(0,0,0,0.06);
	}
	
/* COLOR: midnight */
.w-btn.color_midnight,
.w-btn.color_midnight.style_outlined:before {
	background-color: #2c3e50;
	}
.w-btn.color_midnight.style_outlined {
	box-shadow: 0 0 0 2px #2c3e50 inset;
	color: #2c3e50;
	}
.w-btn.color_midnight,
.no-touch .w-btn.color_midnight:hover,
.no-touch .w-btn.color_midnight.style_outlined:hover {
	color: #fff;
	}

/* COLOR: purple */
.w-btn.color_purple,
.w-btn.color_purple.style_outlined:before {
	background-color: #8560a8;
	}
.w-btn.color_purple.style_outlined {
	box-shadow: 0 0 0 2px #8560a8 inset;
	color: #8560a8;
	}
.w-btn.color_purple,
.no-touch .w-btn.color_purple:hover,
.no-touch .w-btn.color_purple.style_outlined:hover {
	color: #fff;
	}

/* COLOR: navy */
.w-btn.color_navy,
.w-btn.color_navy.style_outlined:before {
	background-color: #1265a8;
	}
.w-btn.color_navy.style_outlined {
	box-shadow: 0 0 0 2px #1265a8 inset;
	color: #1265a8;
	}
.w-btn.color_navy,
.no-touch .w-btn.color_navy:hover,
.no-touch .w-btn.color_navy.style_outlined:hover {
	color: #fff;
	}

/* COLOR: teal */
.w-btn.color_teal,
.w-btn.color_teal.style_outlined:before {
	background-color: #008b83;
	}
.w-btn.color_teal.style_outlined {
	box-shadow: 0 0 0 2px #008b83 inset;
	color: #008b83;
	}
.w-btn.color_teal,
.no-touch .w-btn.color_teal:hover,
.no-touch .w-btn.color_teal.style_outlined:hover {
	color: #fff;
	}

/* COLOR: brown */
.w-btn.color_brown,
.w-btn.color_brown.style_outlined:before {
	background-color: #6a4530;
	}
.w-btn.color_brown.style_outlined {
	box-shadow: 0 0 0 2px #6a4530 inset;
	color: #6a4530;
	}
.w-btn.color_brown,
.no-touch .w-btn.color_brown:hover,
.no-touch .w-btn.color_brown.style_outlined:hover {
	color: #fff;
	}

/* COLOR: cream */
.w-btn.color_cream,
.w-btn.color_cream.style_outlined:before {
	background-color: #ffe2bf;
	}
.w-btn.color_cream.style_outlined {
	box-shadow: 0 0 0 2px #ffe2bf inset;
	color: #ffe2bf;
	}
.w-btn.color_cream,
.no-touch .w-btn.color_cream:hover,
.no-touch .w-btn.color_cream.style_outlined:hover {
	color: #6b5e50;
	}
.w-btn.color_cream:before {
	background-color: rgba(0,0,0,0.06);
	}

/* COLOR: lime */
.w-btn.color_lime,
.w-btn.color_lime.style_outlined:before {
	background-color: #baeb59;
	}
.w-btn.color_lime.style_outlined {
	box-shadow: 0 0 0 2px #baeb59 inset;
	color: #baeb59;
	}
.w-btn.color_lime,
.no-touch .w-btn.color_lime:hover,
.no-touch .w-btn.color_lime.style_outlined:hover {
	color: #656c57;
	}
.w-btn.color_lime:before {
	background-color: rgba(0,0,0,0.06);
	}
	
/* Button Wrapper */
.w-btn-wrapper {
	margin: 0.3rem 0;
	}
.w-btn-wrapper.align_left {
	display: inline-block;
	vertical-align: top;
	margin-right: 1rem;
	}
.w-btn-wrapper.align_right {
	float: right;
	margin-left: 1rem;
	}
.wpb_column.align_center .w-btn-wrapper.align_left,
.wpb_column.align_center .w-btn-wrapper.align_right {
	margin-left: 0.6rem;
	margin-right: 0.6rem;
	}



/* Comments
   ========================================================================== */

.w-comments-title {
	margin-bottom: 0.6rem;
	}
	.w-comments-title:before {
		display: inline-block;
		vertical-align: top;
		content: '\f086';
		font-family: fontawesome;
		margin-right: 0.3rem;
		opacity: 0.33;
		}
	.w-comments-title > span {
		display: inline-block;
		vertical-align: top;
		}
.w-comments-list {
	margin-bottom: 2rem;
	border-bottom: 1px solid;
	}
	.w-comments-item {
		padding-top: 2rem;
		margin-bottom: 2rem;
		border-top: 1px solid;
		border-color: inherit;
		}
	.w-comments-list > .w-comments-item:first-child {
		border-top: none;
		}
		.w-comments-childlist {
			margin-left: 2rem;
			border-color: inherit;
			}
		.w-comments-item-meta,
		.w-comments-item-text,
		.w-comments-item-answer {
			margin-left: calc(50px + 1.3rem);
			}
		.w-comments-item-meta {
			margin-bottom: 1rem;
			}
			.w-comments-item-icon {
				top: 2rem;
				width: 50px; /* don't change to 'rem' units */
				border-radius: 50%;
				overflow: hidden;
				}
			.w-comments-item-author {
				font-weight: bold;
				margin-right: 1rem;
				}
			.w-comments-item-date {
				font-size: 0.9rem;
				color: inherit;
				opacity: 0.5;
				}
		.w-comments-item-text > *:last-child {
			margin-bottom: 0;
			}
		.w-comments-item-answer {
			font-size: 0.9rem;
			margin-top: 1rem;
			}
.w-comments-pagination {
	font-size: 0.9rem;
	text-align: center;
	}
	.w-comments-pagination a {
		margin: 0 0.6rem;
		}
	.no-touch .w-comments-item-meta a:hover,
	.no-touch .w-comments-item-text a:hover,
	.no-touch .w-comments-item-answer a:hover,
	.no-touch .w-comments-pagination a:hover,
	.no-touch .comment-reply-title a:hover {
		opacity: 1;
		}
.comment-reply-title small {
	font-size: 0.9rem;
	margin-left: 0.3rem;
	}



/* Contacts
   ========================================================================== */

.w-contacts-item.for_address:before {
	content: '\f041';
	font-family: fontawesome;
	}
.w-contacts-item.for_phone:before {
	content: '\f095';
	font-family: fontawesome;
	}
.w-contacts-item.for_email:before {
	content: '\f0e0';
	font-family: fontawesome;
	}
.w-contacts-item.for_fax:before {
	content: '\f02f';
	font-family: fontawesome;
	}

/* w-contacts in main */
.l-main .w-contacts-list {
	font-size: 0;
	margin: 0 -1.3rem -1.3rem;
	}
	.l-main .w-contacts-item {
		display: inline-block;
		vertical-align: middle;
		padding: 0 1.3rem 1.3rem;
		white-space: nowrap;
		}
		.l-main .w-contacts-item:before {
			display: inline-block;
			vertical-align: inherit;
			text-align: center;
			font-size: 1.4rem;
			line-height: 3.5rem;
			width: 3.5rem;
			margin-right: 1rem;
			border-radius: 50%;
			}
		.l-section.color_primary .w-contacts-item:before,
		.l-section.color_secondary .w-contacts-item:before {
			box-shadow: 0 0 0 2px #fff inset;
			color: #fff;
			}
		.l-main .w-contacts-item-value {
			display: inline-block;
			vertical-align: inherit;
			font-size: 1rem;
			white-space: normal;
			word-break: break-all;
			max-width: calc(100% - 4.5rem);
			}

/* w-contacts in footer */
.l-footer .w-contacts-item {
	position: relative;
	}
	.l-footer .w-contacts-item:before {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		text-align: center;
		font-size: 1.2rem;
		line-height: 1.3rem;
		width: 1.3rem;
		}
	.l-footer .w-contacts-item-value {
		display: block;
		margin: 0 0 0.8rem 2rem;
		}



/* Filters
   ========================================================================== */
   
.g-filters {
	text-align: center;
	}
	.g-filters-item {
		display: inline-block;
		vertical-align: top;
		white-space: nowrap;
		text-overflow: ellipsis;
		cursor: pointer;
		line-height: 3rem;
		padding: 0 1.2rem;
		transition: all 0.2s;
		}
	.g-filters-item.active {
		cursor: default;
		}
		
/* STYLE: 1 */
.l-section.color_primary .g-filters.style_1,
.l-section.color_secondary .g-filters.style_1,
.l-section.color_custom .g-filters.style_1 {
	background-color: transparent;
	}
	.g-filters.style_1 .g-filters-item {
		line-height: 3.5rem;
		}
	.no-touch .g-filters.style_1 .g-filters-item:hover {
		color: #fff;
		}
	
/* STYLE: 2 */
.g-filters.style_2 {
	padding: 0 1.2rem 1.2rem;
	}
.w-portfolio.with_indents .g-filters.style_2 {
	padding-bottom: 0.8rem;
	}
.l-section.height_auto .g-filters.style_2 {
	padding-top: 1.2rem;
	}
	.g-filters.style_2 .g-filters-item {
		margin: 0.15rem;
		border-radius: 0.2rem;
		}
	.no-touch .g-filters.style_2 .g-filters-item:hover {
		color: #fff;
		}
	.l-section.color_primary .g-filters.style_2 .g-filters-item.active,
	.l-section.color_secondary .g-filters.style_2 .g-filters-item.active,
	.l-section.color_custom .g-filters.style_2 .g-filters-item.active {
		background-color: rgba(255,255,255,0.12);
		color: #fff;
		}
		
/* STYLE: 3 */
.g-filters.style_3 .g-filters-item {
	background-color: transparent !important;
	border-bottom: 3px solid transparent;
	opacity: 0.66;
	}
.no-touch .g-filters.style_3 .g-filters-item:hover,
.g-filters.style_3 .g-filters-item.active {
	opacity: 1;
	}
.l-section.color_primary .g-filters.style_3 .g-filters-item.active,
.l-section.color_secondary .g-filters.style_3 .g-filters-item.active,
.l-section.color_custom .g-filters.style_3 .g-filters-item.active {
	border-color: #fff;
	color: #fff;
	}
	


/* Form
   ========================================================================== */
   
.w-form-row {
	margin-bottom: 1rem;
	}
.w-form-row.for_submit {
	margin-bottom: 0;
	}
	.w-form-row-label {
		display: none;
		margin-bottom: 0.3rem;
		}
	.w-form-row.for_captcha .w-form-row-label {
		display: block;
		}
		.w-form-row.for_captcha .w-form-row-label span {
			display: inline-block;
			direction: ltr;
			}
	.w-form-row-field {
		position: relative;
		}
		.w-form-row-field > input[type="text"],
		.w-form-row-field > input[type="password"],
		.w-form-row-field > input[type="email"],
		.w-form-row-field > textarea,
		.w-form-row-field > select {
			padding-left: 2.8rem;
			}
		.w-form-row-field:before {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			font-size: 1.3rem;
			line-height: 2.8rem;
			font-family: fontawesome;
			text-align: center;
			width: 2.8rem;
			opacity: 0.33;
			pointer-events: none;
			transition: opacity 0.3s, color 0.3s;
			}
		.w-form-row.for_log .w-form-row-field:before,
		.w-form-row.for_name .w-form-row-field:before,
		.w-form-row.for_author .w-form-row-field:before {
			content: '\f007';
			}
		.w-form-row.for_email .w-form-row-field:before {
			content: '\f0e0';
			}
		.w-form-row.for_phone .w-form-row-field:before {
			content: '\f095';
			}
		.w-form-row.for_comment .w-form-row-field:before,
		.w-form-row.for_message .w-form-row-field:before {
			content: '\f040';
			}
		.w-form-row.for_url .w-form-row-field:before {
			content: '\f0c1';
			}
		.w-form-row.for_captcha .w-form-row-field:before {
			content: '\f059';
			}
		.w-form-row.for_pwd .w-form-row-field:before,
		.w-form-row.for_post_password .w-form-row-field:before {
			content: '\f023';
			}
		.w-form-row.focused .w-form-row-field:before {
			opacity: 1;
			}
		.w-form-row-field-bar {
			display: none;
			}
		.w-form .w-btn {
			margin: 0;
			}
			.w-form .w-btn-label {
				display: block;
				transform: translateY(0);
				transition: transform 0.3s, opacity 0.3s;
				}
			.w-form .w-btn.loading .w-btn-label {
				opacity: 0;
				transform: translateY(100%);
				}
			.w-form .w-btn .g-preloader {
				position: absolute;
				top: 50%;
				left: 50%;
				height: 1.5rem;
				width: 1.5rem;
				opacity: 0;
				transform: translate(-50%,-150%);
				transition: transform 0.3s, opacity 0.3s;
				}
			.w-form .w-btn.loading .g-preloader {
				opacity: 1;
				transform: translate(-50%,-50%);
				}
	.w-form-row-state {
		font-size: 0.9rem;
		line-height: 1.5rem;
		height: 0;
		opacity: 0;
		transition-property: height, padding, opacity;
		transition-duration: 0.3s;
		}
	.w-form-message {
		font-size: 1.2rem;
		line-height: 1.5rem;
		opacity: 0;
		transition-property: padding, opacity;
		transition-duration: 0.3s;
		}
	.w-form-message.type_success {
		padding: 0.6rem 0;
		opacity: 1;
		color: #4c0;
		}
	.w-form-message.type_error {
		padding: 0.6rem 0;
		opacity: 1;
		color: red;
		}
		
/* ALIGN left */
.w-form.align_left .w-form-row.for_submit {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1rem;
	}
.w-form.align_left .w-form-message.type_success {
	display: inline-block;
	vertical-align: middle;
	}
	
/* ALIGN right */
.w-form.align_right {
	text-align: left;
	}
.w-form.align_right .w-form-row.for_submit {
	float: right;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1rem;
	}
.w-form.align_right .w-form-message.type_success {
	display: inline-block;
	vertical-align: middle;
	}

/* CHECK wrong */
.w-form-row.check_wrong input,
.w-form-row.check_wrong textarea,
.w-form-row.check_wrong select {
	box-shadow: 0 0 0 2px red;
	}
.w-form-row.check_wrong .w-form-row-state {
	height: 1.5rem;
	padding-top: 0.3rem;
	opacity: 1;
	color: red;
	}
	
/* FOR comments */
.w-form.for_comments .form-submit input {
	margin: 0;
	}

/* FOR protected post */
.w-form.for_protectedpost:after {
	display: block;
	content: '';
	clear: both;
	}
.w-form.for_protectedpost .w-form-row.for_post_password,
.w-form.for_protectedpost .w-form-row.for_submit {
	float: left;
	margin-right: 0.6rem;
	}

/* FOR login */
.w-form.for_login .w-form-row.for_submit {
	float: left;
	margin-right: 1rem;
	}
.w-form.for_login .w-form-row.for_submit ~ label {
	display: inline-block;
	vertical-align: top;
	font-size: 0.9rem;
	margin-top: 0.6rem;
	white-space: nowrap;
	}
	.w-form.for_login .w-form-row.for_submit ~ label input[type="checkbox"] {
		vertical-align: middle;
		}
.w-form-row.for_links {
	clear: both;
	margin: 0;
	padding-top: 0.6rem;
	}
	.w-form-row-link {
		font-size: 0.9rem;
		margin-right: 0.6rem;
		}



/* Gallery (don't change to 'rem' units)
   ========================================================================== */
   
.w-gallery.with_indents .w-gallery-list {
	margin: -4px;
	}
.l-section.width_full .vc_col-sm-12 .w-gallery.with_indents .w-gallery-list {
	margin-left: 4px;
	margin-right: 4px;
	}
.l-section.height_auto .vc_col-sm-12 .w-gallery.with_indents .w-gallery-list {
	margin-top: 4px;
	margin-bottom: 4px;
	}
	.w-gallery.with_indents .w-gallery-item {
		padding: 4px;
		}
	.w-gallery.style_modern.with_indents .w-gallery-item-meta {
		left: 4px;
		right: 4px;
		bottom: 4px;
		}



/* IconBox
   ========================================================================== */
   
.w-iconbox-icon {
	position: relative;
	z-index: 1;
	transition: background-color 0.3s, color 0.3s, box-shadow 0.1s;
	}
.no-touch .l-footer .w-iconbox-link:hover .w-iconbox-icon {
	color: inherit;
	}
	
/* STYLE: default */
.w-iconbox.style_default .w-iconbox-icon {
	background-color: transparent !important;
	box-shadow: none !important;
	color: inherit;
	}

/* STYLE: circle & outlined */
.w-iconbox.style_circle .w-iconbox-icon,
.w-iconbox.style_outlined .w-iconbox-icon {
	line-height: 2.5em;
	height: 2.5em;
	width: 2.5em;
	overflow: hidden;
	border-radius: 50%;
	}
.w-iconbox.style_outlined .w-iconbox-icon {
	background-color: transparent !important;
	}
.w-iconbox.color_primary.style_circle .w-iconbox-icon,
.w-iconbox.color_secondary.style_circle .w-iconbox-icon,
.no-touch .w-iconbox.style_circle .w-iconbox-link:hover .w-iconbox-icon,
.no-touch .l-section.color_primary .w-iconbox-link:hover .w-iconbox-title {
	color: #fff !important;
	}
.no-touch .w-iconbox.style_outlined .w-iconbox-link:hover .w-iconbox-icon {
	color: #fff !important;
	box-shadow: 0 0 0 2px transparent inset;
	transition: color 0.3s, box-shadow 0.1s 0.3s;
	}
	.no-touch .w-iconbox.style_circle .w-iconbox-icon:before,
	.no-touch .w-iconbox.style_outlined .w-iconbox-icon:before {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		height: 0;
		width: 100%;
		transform: translateZ(0); /* fix for Chrome */
		transition: height 0.3s;
		}
	.no-touch .w-iconbox.style_circle .w-iconbox-link:hover .w-iconbox-icon:before,
	.no-touch .w-iconbox.style_outlined .w-iconbox-link:hover .w-iconbox-icon:before {
		height: 100%;
		}
	.w-iconbox.style_circle .w-iconbox-icon i,
	.w-iconbox.style_outlined .w-iconbox-icon i {
		position: relative;
		}
	.w-iconbox.style_circle .w-iconbox-icon img,
	.w-iconbox.style_outlined .w-iconbox-icon img {
		top: 50%;
		transform: translateY(-50%);
		}


	
/* Load More
   ========================================================================== */
   
.g-loadmore {
	text-align: center;
	position: relative;
	}
.g-loadmore.done {
	display: none;
	}
	.g-loadmore-btn {
		font-size: 1.2rem;
		font-weight: bold;
		text-transform: uppercase;
		padding: 1.3rem;
		cursor: pointer;
		position: relative;
		z-index: 1;
		transition: background-color 0.3s, opacity 0.3s;
		}
	.l-section.height_auto.width_full .g-loadmore-btn {
		padding: 2rem;
		}
	.g-loadmore.loading .g-loadmore-btn {
		opacity: 0;
		}
	.l-section.color_primary .g-loadmore-btn,
	.l-section.color_secondary .g-loadmore-btn,
	.l-section.color_custom .g-loadmore-btn {
		background-color: rgba(255,255,255,0.12);
		}
	.no-touch .l-section.color_primary .g-loadmore-btn:hover,
	.no-touch .l-section.color_secondary .g-loadmore-btn:hover,
	.no-touch .l-section.color_custom .g-loadmore-btn:hover {
		background-color: rgba(255,255,255,0.2);
		}
	.g-loadmore .g-preloader {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		opacity: 0;
		transition: opacity 0.3s;
		}
	.g-loadmore.loading .g-preloader {
		opacity: 1;
		}



/* Logos
   ========================================================================== */
   
.w-logos-item {
	display: block;
	border-radius: 0.3rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	}
.w-logos.with_indents.cols_2 .w-logos-item,
.w-logos.with_indents.cols_3 .w-logos-item,
.w-logos.with_indents.cols_4 .w-logos-item {
	padding: 3rem;
	}
.w-logos.with_indents.cols_5 .w-logos-item,
.w-logos.with_indents.cols_6 .w-logos-item {
	padding: 2rem;
	}
.w-logos.with_indents.cols_7 .w-logos-item {
	padding: 1.5rem;
	}
.w-logos.with_indents.cols_8 .w-logos-item {
	padding: 1.2rem;
	}
	.w-logos-item img {
		display: block;
		margin: 0 auto;
		}
	
/* STYLE: 1 */
.w-logos.style_1 .w-logos-item {
	border: 2px solid transparent;
	opacity: 0.66;
	transition: border-color 0.3s, opacity 0.3s;
	}
.no-touch .w-logos.style_1 .w-logos-item:hover {
	opacity: 1;
	}
	
/* STYLE: 2 */
.w-logos.style_2 .w-logos-item {
	opacity: 0.66;
	transition: opacity 0.3s;
	}
.no-touch .w-logos.style_2 .w-logos-item:hover {
	opacity: 1;
	}

/* TYPE: carousel */
.w-logos.type_carousel .owl-stage {
	display: flex;
	align-items: center;
	}
.w-logos.type_carousel .w-logos-item {
	opacity: 0;
	height: 0;
	}
.w-logos.type_carousel.owl-loaded .w-logos-item {
	opacity: 0.66;
	height: auto;
	}
.w-logos.style_3.type_carousel.owl-loaded .w-logos-item {
	opacity: 1;
	}
	.owl-carousel .owl-item .w-logos-item img {
		width: auto;
		}

/* TYPE: grid */
.w-logos.type_grid .w-logos-item {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	}
.w-logos.type_grid.cols_2 .w-logos-item {
	width: 50%;
	}
.w-logos.type_grid.cols_3 .w-logos-item {
	width: 33.3333%;
	}
.w-logos.type_grid.cols_4 .w-logos-item {
	width: 25%;
	}
.w-logos.type_grid.cols_5 .w-logos-item {
	width: 20%;
	}
.w-logos.type_grid.cols_6 .w-logos-item {
	width: 16.6666%;
	}
.w-logos.type_grid.cols_7 .w-logos-item {
	width: 14.2857%;
	}
.w-logos.type_grid.cols_8 .w-logos-item {
	width: 12.5%;
	}
	


/* Map
   ========================================================================== */
   
.w-map img {
	max-width: none !important;
	}
.w-map label {
	display: inline;
	width: auto;
	}
.gm-style .gm-style-iw > div {
	width: auto !important;
	}
	.gm-style-iw {
		color: #333;
		}
		.gm-style-iw h1,
		.gm-style-iw h2,
		.gm-style-iw h3,
		.gm-style-iw h4,
		.gm-style-iw h5,
		.gm-style-iw h6,
		.gm-style-iw p,
		.gm-style-iw ul,
		.gm-style-iw ol {
			margin: 0;
			padding: 0.6rem 0.6rem 0.3rem !important;
			color: inherit !important;
			}



/* Person
   ========================================================================== */
   
.w-person-links-item {
	font-size: 1.2rem;
	line-height: 3rem;
	width: 3rem;
	margin: 0.15rem;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	z-index: 1;
	}
.no-touch .w-person-links-item:hover {
	color: #fff !important;
	}
	.no-touch .w-person-links-item:before {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 100%;
		transition: transform 0.3s;
		transform: translate3d(0,-100%,0);
		}
	.no-touch .w-person-links-item:hover:before {
		transform: translate3d(0,0,0);
		}

/* LAYOUT: modern */
.w-person.layout_modern {
	overflow: hidden;
	}
	.w-person.layout_modern .w-person-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		right: 0;
		height: 100%;
		padding: 2rem;
		transition: transform 0.3s;
		transform: translate3d(0,-100%,0);
		background-color: rgba(30,30,30,0.8);
		color: #fff;
		}
	.w-person.layout_modern:hover .w-person-content {
		transform: translate3d(0,0,0);
		}
		.w-person.layout_modern .w-person-name {
			color: inherit;
			}
			
/* LAYOUT: trendy */
.w-person.layout_trendy {
	overflow: hidden;
	}
	.w-person.layout_trendy .w-person-content {
		position: absolute;
		z-index: 2;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 3rem 2rem 1rem;
		transition: bottom 0.3s;
		background: linear-gradient(transparent, rgba(30,30,30,0.8)) repeat-x;
		color: #fff;
		}
	.w-person.layout_trendy.with_desc:hover .w-person-content,
	.w-person.layout_trendy.with_socials:hover .w-person-content {
		bottom: 100%;
		}
		.w-person.layout_trendy .w-person-name {
			color: #fff;
			}
	.w-person.layout_trendy .w-person-content-alt {
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: absolute;
		z-index: 2;
		top: 100%;
		left: 0;
		right: 0;
		height: 101%;
		padding: 2rem;
		transition: top 0.3s;
		transform: translate3d(0,0,0);
		background-color: rgba(30,30,30,0.8);
		color: #fff;
		}
	.w-person.layout_trendy:hover .w-person-content-alt {
		top: 0;
		}
		.w-person.layout_trendy .w-person-content-alt .w-person-link {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			}
	
/* LAYOUT: simple_circle */
.w-person.layout_simple_circle .w-person-image {
	border-radius: 50%;
	overflow: hidden;
	z-index: 1;
	}
.w-person.layout_simple_circle .w-person-image img {
	border-radius: 50%;
	}
	
/* LAYOUT: square & circle */
.w-person.layout_square .w-person-image,
.w-person.layout_circle .w-person-image {
	overflow: hidden;
	z-index: 1;
	}
.w-person.layout_circle .w-person-image,
.w-person.layout_circle .w-person-image img {
	border-radius: 50%;
	}
.w-person.layout_square .w-person-links,
.w-person.layout_circle .w-person-links {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	margin: 0;
	transition: transform 0.3s;
	transform: translate3d(0,-100%,0);
	background-color: rgba(30,30,30,0.8);
	color: #fff;
	}
.w-person.layout_square:hover .w-person-links,
.w-person.layout_circle:hover .w-person-links {
	transform: translate3d(0,0,0);
	}
	.w-person.layout_square .w-person-links-list,
	.w-person.layout_circle .w-person-links-list {
		position: relative;
		top: 50%;
		padding: 1rem;
		transform: translateY(-50%);
		}
		.w-person.layout_modern .w-person-links-item,
		.w-person.layout_trendy .w-person-links-item,
		.w-person.layout_square .w-person-links-item,
		.w-person.layout_circle .w-person-links-item {
			box-shadow: 0 0 0 2px #fff inset;
			color: #fff;
			}
		.no-touch .w-person.layout_modern .w-person-links-item:hover,
		.no-touch .w-person.layout_trendy .w-person-links-item:hover,
		.no-touch .w-person.layout_square .w-person-links-item:hover,
		.no-touch .w-person.layout_circle .w-person-links-item:hover {
			box-shadow: 0 0 0 2px transparent inset;
			}



/* Portfolio
   ========================================================================== */

.w-portfolio-item-anchor,
.no-touch .w-portfolio-item-anchor:hover {
	color: inherit;
	}
.w-portfolio-item-meta {
	padding: 1.5rem;
	}
.no-touch .w-portfolio-item-meta {
	padding: 8%;
	}
.w-portfolio-item-meta-h {
	width: 100%;
	}
	.w-portfolio-item-title {
		font-size: 1.2rem;
		position: relative;
		letter-spacing: 0;
		z-index: 1;
		color: inherit !important;
		}
	.w-portfolio-item-text {
		font-size: 0.9rem;
		line-height: 1.5rem;
		margin-top: 0.5rem;
		opacity: 0.66;
		}
	.w-portfolio-item-arrow {
		display: block;
		position: absolute;
		top: -0.8rem;
		left: 50%;
		margin-left: -0.8rem;
		height: 1.6rem;
		width: 1.6rem;
		transform: rotate(45deg);
		background-color: inherit;
		transition: top 0.3s;
		}
.w-portfolio-item .g-preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: opacity 0.3s;
	}
.w-portfolio-item.loading .g-preloader {
	opacity: 1;
	}
.w-portfolio .g-pagination {
	margin-top: 2rem;
	}
	.w-portfolio .g-pagination .prev.page-numbers,
	.w-portfolio .g-pagination .next.page-numbers {
		display: none;
		}

/* INDENTS (don't change to 'rem' units) */
.w-portfolio.with_indents .w-portfolio-list {
	margin: 4px -4px;
	}
.l-section.width_full .w-portfolio.with_indents .w-portfolio-list {
	margin: 4px;
	}
	.w-portfolio.with_indents .w-portfolio-item {
		padding: 4px;
		}
@media (min-width: 481px) {
.w-portfolio.with_indents.ratio_1x1 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
	padding-bottom: calc(200% + 8px);
	}
.w-portfolio.with_indents.ratio_1x1 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
	padding-bottom: calc(50% - 4px);
	}
.w-portfolio.with_indents.ratio_16x9 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
	padding-bottom: calc(112.5% + 8px);
	}
.w-portfolio.with_indents.ratio_16x9 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
	padding-bottom: calc(28.125% - 3px);
	}
.w-portfolio.with_indents.ratio_3x2 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
	padding-bottom: calc(133.3333% + 8px);
	}
.w-portfolio.with_indents.ratio_3x2 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
	padding-bottom: calc(33.33333% - 3px);
	}
.w-portfolio.with_indents.ratio_4x3 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
	padding-bottom: calc(150% + 8px);
	}
.w-portfolio.with_indents.ratio_4x3 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
	padding-bottom: calc(37.5% - 3px);
	}
.w-portfolio.with_indents.ratio_2x3 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
	padding-bottom: calc(300% + 8px);
	}
.w-portfolio.with_indents.ratio_2x3 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
	padding-bottom: calc(75% - 4px);
	}
.w-portfolio.with_indents.ratio_3x4 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
	padding-bottom: calc(266.6666% + 8px);
	}
.w-portfolio.with_indents.ratio_3x4 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
	padding-bottom: calc(66.6666% - 4px);
	}
}

/* Widget */
.widget_us_portfolio .w-portfolio-list {
	margin: 0 -1px !important;
	}
.widget_us_portfolio .w-portfolio-item {
	padding: 1px;
	}
.widget_us_portfolio .w-portfolio-item-image {
	z-index: 0;
	background: none !important;
	}
.widget_us_portfolio .w-portfolio-item-image img {
	display: block;
	width: 100%;
	}
.widget_us_portfolio .w-portfolio-item-meta {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	padding: 0.8rem;
	text-align: center;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	opacity: 0;
	transition: opacity 0.3s 0.15s;
	}
.no-touch .widget_us_portfolio .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
	opacity: 1;
	}
	.widget_us_portfolio .w-portfolio-item-meta-h {
		background: none;
		}
		.widget_us_portfolio .w-portfolio-item-title {
			font-size: 0.8rem !important;
			line-height: 1rem;
			letter-spacing: 0;
			font-weight: normal;
			}
		.widget_us_portfolio .w-portfolio-item-arrow {
			display: none;
			}

/* STYLE 1 */
.w-portfolio.style_1 .w-portfolio-item-image {
	bottom: 4rem;
	}
.no-touch .w-portfolio.style_1 .w-portfolio-item-image {
	bottom: 0;
	transition: transform 0.35s;
	}
.no-touch .w-portfolio.style_1 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
	transform: translate3d(0,-2rem,0);
	}
.no-touch .w-portfolio.style_1 .w-portfolio-item-image.second {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transform: translate3d(0,100%,0);
	transition: transform 0.35s;
	}
.no-touch .w-portfolio.style_1 .w-portfolio-item-anchor:hover .w-portfolio-item-image.second {
	transform: translate3d(0,0,0);
	}
.w-portfolio.style_1 .w-portfolio-item-meta {
	padding: 1.2rem 1.5rem;
	}
.no-touch .w-portfolio.style_1 .w-portfolio-item-meta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translate3d(0,101%,0);
	transition: transform 0.35s;
	}
	.no-touch .w-portfolio.style_1 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
		transform: translate3d(0,0,0);
		}
	.no-touch .w-portfolio.style_1 .w-portfolio-item-arrow {
		top: 0.4rem;
		}
		.no-touch .w-portfolio.style_1 .w-portfolio-item-anchor:hover .w-portfolio-item-arrow {
			top: -0.8rem;
			}
		
/* STYLE 2 */
.no-touch .w-portfolio.style_2 .w-portfolio-item-image {
	right: -1px;
	bottom: -1px;
	transform: translate3d(0,0,0);
	transition: transform 0.35s;
	}
.no-touch .w-portfolio.style_2 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
	transform: scale(1.1);
	}
	.no-touch .w-portfolio.style_2 .w-portfolio-item-image:after {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
		transition: opacity 0.4s;
		background-color: inherit;
		}
	.no-touch .w-portfolio.style_2 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
		opacity: 0.9;
		}
.w-portfolio.style_2 .w-portfolio-item-meta {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 4rem 2rem 1.5rem;
	background: none;
	transition: color 0.4s;
	color: #fff;
	}
.no-touch .w-portfolio.style_2 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
	color: inherit;
	}
	.w-portfolio.style_2 .w-portfolio-item-meta:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: linear-gradient(transparent, rgba(30,30,30,0.8)) repeat-x;
		transition: opacity 0.4s;
		}
	.no-touch .w-portfolio.style_2 .w-portfolio-item-anchor:hover .w-portfolio-item-meta:before {
		opacity: 0;
		}
		.w-portfolio.style_2 .w-portfolio-item-arrow {
			display: none;
			}

/* STYLE 3 */
.w-portfolio.style_3 .w-portfolio-item-image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.66;
	background-color: inherit;
	transition: opacity 0.4s;
	}
.no-touch .w-portfolio.style_3 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
	opacity: 0;
	}
.w-portfolio.style_3 .w-portfolio-item-meta {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	background: none;
	transform: translateY(-50%);
	}
	.no-touch .w-portfolio.style_3 .w-portfolio-item-title {
		opacity: 1;
		transition: transform 0.3s, opacity 0.3s;
		}
	.no-touch .w-portfolio.style_3 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
		opacity: 0;
		transform: translateY(-2rem);
		}
	.no-touch .w-portfolio.style_3 .w-portfolio-item-text {
		opacity: 0.66;
		transition: transform 0.3s, opacity 0.3s;
		}
	.no-touch .w-portfolio.style_3 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
		opacity: 0;
		transform: translateY(2rem);
		}
	.w-portfolio.style_3 .w-portfolio-item-arrow {
		display: none;
		}

/* STYLE 4 */
.w-portfolio.style_4 .w-portfolio-item-image {
	bottom: 4rem;
	}
.no-touch .w-portfolio.style_4 .w-portfolio-item-image {
	bottom: 0;
	}
.no-touch .w-portfolio.style_4 .w-portfolio-item-image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background-color: inherit;
	transition: opacity 0.35s;
	}
.no-touch .w-portfolio.style_4 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
	opacity: 0.8;
	}
.no-touch .w-portfolio.style_4 .w-portfolio-item-meta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: none;
	}
	.no-touch .w-portfolio.style_4 .w-portfolio-item-title {
		opacity: 0;
		transform: translateY(-2rem);
		transition: transform 0.35s, opacity 0.35s;
		}
	.no-touch .w-portfolio.style_4 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
		opacity: 1;
		transform: translateY(0);
		}
	.no-touch .w-portfolio.style_4 .w-portfolio-item-text {
		opacity: 0;
		transform: translateY(-1rem);
		transition: transform 0.35s, opacity 0.35s;
		}
	.no-touch .w-portfolio.style_4 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
		opacity: 0.66;
		transform: translateY(0);
		}
		.no-touch .w-portfolio.style_4 .w-portfolio-item-arrow {
			display: none;
			}
		
/* STYLE 5 */
.w-portfolio.style_5 .w-portfolio-item-image {
	bottom: 4rem;
	}
.no-touch .w-portfolio.style_5 .w-portfolio-item-image {
	right: -1px;
	bottom: -1px;
	transform: translate3d(0,0,0);
	transition: transform 0.4s;
	}
.no-touch .w-portfolio.style_5 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
	transform: scale(1.2);
	}
.no-touch .w-portfolio.style_5 .w-portfolio-item-meta {
	display: flex;
	align-items: center;
	position: absolute;
	top: 1.3rem;
	left: 1.3rem;
	right: 1.3rem;
	bottom: 1.3rem;
	opacity: 0;
	transform: scale(0);
	transition: transform 0.3s, opacity 0.3s;
	}
.no-touch .w-portfolio.style_5 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
	opacity: 0.9;
	transform: scale(1);
	}
	.no-touch .w-portfolio.style_5 .w-portfolio-item-arrow {
		display: none;
		}

/* STYLE 6 */
.w-portfolio.style_6 .w-portfolio-item-image {
	bottom: 4rem;
	}
.no-touch .w-portfolio.style_6 .w-portfolio-item-image {
	bottom: 0;
	}
.no-touch .style_6 .w-portfolio-item-meta {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.35s;
	}
.no-touch .style_6 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
	opacity: 0.9;
	}
	.no-touch .style_6 .w-portfolio-item-meta-h {
		background: none;
		transform: scale(1.5);
		transition: transform 0.35s;
		}
	.no-touch .style_6 .w-portfolio-item-anchor:hover .w-portfolio-item-meta-h {
		transform: scale(1);
		}
		.no-touch .style_6 .w-portfolio-item-arrow {
			display: none;
			}

/* STYLE 7 */
.style_7 .w-portfolio-item-image {
	opacity: 0.66;
	}
.no-touch .style_7 .w-portfolio-item-image {
	right: -1px;
	bottom: -1px;
	transform: scale(1.1);
	transition: transform 0.4s, opacity 0.4s;
	}
.no-touch .style_7 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
	opacity: 0.3;
	transform: scale(1);
	}
.style_7 .w-portfolio-item-meta {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: none;
	}
	.no-touch .style_7 .w-portfolio-item-meta:after {
		content: '';
		position: absolute;
		top: 1.3rem;
		left: 1.3rem;
		right: 1.3rem;
		bottom: 1.3rem;
		border: 2px solid #fff;
		opacity: 0;
		transform: scale(1.1);
		transition: transform 0.4s, opacity 0.4s;
		}
	.no-touch .style_7 .w-portfolio-item-anchor:hover .w-portfolio-item-meta:after {
		opacity: 1;
		transform: scale(1);
		}
		.no-touch .style_7 .w-portfolio-item-text {
			opacity: 0;
			transform: translateY(1rem);
			transition: transform 0.4s, opacity 0.4s;
			}
		.no-touch .style_7 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
			opacity: 0.66;
			transform: translateY(0);
			}
		.style_7 .w-portfolio-item-arrow {
			display: none;
			}

/* STYLE 8 */
.style_8 .w-portfolio-item-image {
	bottom: 4rem;
	}
.no-touch .style_8 .w-portfolio-item-image {
	bottom: -1px;
	max-width: none;
	width: calc(100% + 1.3rem);
	transform: translateX(-1.2rem);
	transition: transform 0.4s, opacity 0.4s;
	}
.no-touch .style_8 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
	opacity: 0.12;
	transform: translateX(0);
	}
.no-touch .style_8 .w-portfolio-item-meta {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: none;
	}
	.no-touch .style_8 .w-portfolio-item-title {
		opacity: 0;
		transform: translateX(-3rem);
		transition: transform 0.3s, opacity 0.3s;
		}
	.no-touch .style_8 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
		opacity: 1;
		transform: translateX(0);
		}
	.no-touch .style_8 .w-portfolio-item-text {
		opacity: 0;
		transform: translateX(4rem);
		transition: transform 0.3s, opacity 0.3s;
		}
	.no-touch .style_8 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
		opacity: 0.66;
		transform: translateX(0);
		}
	.no-touch .style_8 .w-portfolio-item-arrow {
		display: none;
		}

/* STYLE 9 */
.style_9 .w-portfolio-item-image {
	bottom: 4rem;
	}
.no-touch .style_9 .w-portfolio-item-image {
	right: -1px;
	bottom: -1px;
	transform: translate3d(0,0,0);
	transition: transform 0.4s, opacity 0.4s;
	}
.no-touch .style_9 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
	opacity: 0;
	transform: scale(4);
	}
.no-touch .style_9 .w-portfolio-item-meta {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background: none;
	transform: scale(0);
	transition: transform 0.5s, opacity 0.5s;
	}
.no-touch .style_9 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
	opacity: 1;
	transform: scale(1);
	}

/* STYLE 10 */
.style_10 .w-portfolio-item-meta {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5rem 2rem 1.5rem;
	background: none;
	color: #fff;
	}
	.style_10 .w-portfolio-item-meta:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(transparent, rgba(30,30,30,0.8)) repeat-x;
		}
	.no-touch .style_10 .w-portfolio-item-meta:before {
		opacity: 0;
		transform: translateY(100%);
		transition: transform 0.3s, opacity 0.45s;
		}
	.no-touch .style_10 .w-portfolio-item-anchor:hover .w-portfolio-item-meta:before {
		opacity: 1;
		transform: translateY(1px);
		}
		.no-touch .style_10 .w-portfolio-item-title {
			position: relative;
			opacity: 0;
			transform: translateY(1rem);
			transition: transform 0.35s, opacity 0.35s;
			}
		.no-touch .style_10 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
			opacity: 1;
			transform: translateY(0);
			}
		.no-touch .style_10 .w-portfolio-item-text {
			position: relative;
			opacity: 0;
			transform: translateY(1.5rem);
			transition: transform 0.35s, opacity 0.35s;
			}
		.no-touch .style_10 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
			opacity: 0.66;
			transform: translateY(0);
			}

/* STYLE 11 */
.style_11 .w-portfolio-item-image:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.11;
	transition: opacity 0.35s;
	background-color: inherit;
	}
.no-touch .style_11 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
	opacity: 0.8;
	}
.style_11 .w-portfolio-item-meta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 2rem 2rem 4rem;
	background: none;
	color: #fff;
	transition: padding 0.35s, color 0.35s;
	}
.no-touch .style_11 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
	color: inherit;
	padding-bottom: 2rem;
	}
	.no-touch .style_11 .w-portfolio-item-title {
		display: inline;
		margin-right: 1rem;
		}
	.no-touch .style_11 .w-portfolio-item-text {
		display: inline;
		opacity: 0;
		transition: opacity 0.35s;
		}
	.no-touch .style_11 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
		opacity: 0.66;
		}
	.no-touch .style_11 .w-portfolio-item-arrow {
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
		height: 0.6rem;
		width: auto;
		margin-left: 0;
		background-color: #fff;
		transform: translateY(0.6rem);
		transition: transform 0.35s;
		}
		.no-touch .style_11 .w-portfolio-item-anchor:hover .w-portfolio-item-arrow {
			transform: translateY(0);
			}

/* STYLE 12 */
.style_12 .w-portfolio-item-image:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.33;
	transition: opacity 0.35s;
	background-color: inherit;
	}
.no-touch .style_12 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
	opacity: 0.66;
	}
.style_12 .w-portfolio-item-meta {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 4rem;
	background: none;
	}
	.no-touch .style_12 .w-portfolio-item-meta-h:before,
	.no-touch .style_12 .w-portfolio-item-meta-h:after {
		content: '';
		position: absolute;
		top: 2rem;
		left: 2rem;
		right: 2rem;
		bottom: 2rem;
		opacity: 0;
		transition: transform 0.35s, opacity 0.35s;
		}
	.no-touch .style_12 .w-portfolio-item-meta-h:before {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		transform: scale(0, 1);
		}
	.no-touch .style_12 .w-portfolio-item-meta-h:after {
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: scale(1, 0);
		}
	.no-touch .style_12 .w-portfolio-item-anchor:hover .w-portfolio-item-meta-h:before,
	.no-touch .style_12 .w-portfolio-item-anchor:hover .w-portfolio-item-meta-h:after {
		opacity: 1;
		transform: scale(1);
		}
	.no-touch .style_12 .w-portfolio-item-title {
		transform: translateY(-1rem);
		transition: transform 0.35s;
		}
	.no-touch .style_12 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
		transform: translateY(0);
		}
	.no-touch .style_12 .w-portfolio-item-text {
		opacity: 0;
		transform: translateY(1rem);
		transition: transform 0.35s, opacity 0.35s;
		}
	.no-touch .style_12 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
		opacity: 0.66;
		transform: translateY(0);
		}
	.style_12 .w-portfolio-item-arrow {
		display: none;
		}

/* STYLE 13 */
.style_13 .w-portfolio-item-image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.33;
	transition: opacity 0.35s;
	background-color: inherit;
	}
	.no-touch .style_13 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
		opacity: 0.66;
		}
.style_13 .w-portfolio-item-meta {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background: none;
	}
	.style_13 .w-portfolio-item-title {
		text-transform: uppercase;
		}
	.no-touch .style_13 .w-portfolio-item-title {
		padding-bottom: 1rem;
		transform: translateY(1rem);
		transition: transform 0.35s;
		}
	.no-touch .style_13 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
		transform: translateY(0);
		}
		.no-touch .style_13 .w-portfolio-item-title:after {
			content: '';
			position: absolute;
			top: 100%;
			left: 0;
			right: 0;
			height: 0.25rem;
			opacity: 0;
			background-color: #fff;
			transform: translateY(2.5rem);
			transition: transform 0.35s, opacity 0.35s;
			}
		.no-touch .style_13 .w-portfolio-item-anchor:hover .w-portfolio-item-title:after {
			opacity: 1;
			transform: translateY(0);
			}
	.style_13 .w-portfolio-item-text {
		opacity: 1;
		}
	.no-touch .style_13 .w-portfolio-item-text {
		position: absolute;
		left: 2rem;
		right: 2rem;
		bottom: 2rem;
		opacity: 0;
		transform: translateY(4rem);
		transition: transform 0.35s, opacity 0.35s;
		}
	.no-touch .style_13 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
		opacity: 1;
		transform: translateY(0);
		}
	.style_13 .w-portfolio-item-arrow {
		display: none;
		}

/* STYLE 14 */
.no-touch .style_14 .w-portfolio-item-image {
	right: -1px;
	bottom: -1px;
	transform: translate3d(-1.5rem,0,0) scale(1.15);
	transition: transform 0.35s;
	}
.no-touch .style_14 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
	transform: translate3d(0,0,0) scale(1);
	}
	.style_14 .w-portfolio-item-image:after {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0.33;
		transition: opacity 0.35s;
		background-color: inherit;
		}
	.no-touch .style_14 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
		opacity: 0.66;
		}
.style_14 .w-portfolio-item-meta {
	background: none;
	position: static;
	padding: 0;
	}
	.style_14 .w-portfolio-item-title {
		text-transform: uppercase;
		position: absolute;
		left: 2rem;
		right: 2rem;
		bottom: 2rem;
		}
	.style_14 .w-portfolio-item-text {
		position: absolute;
		z-index: 2;
		top: 2rem;
		left: 2rem;
		right: 2rem;
		margin: 0 0 1rem;
		opacity: 1;
		}
	.no-touch .style_14 .w-portfolio-item-text {
		opacity: 0;
		transform: translateX(-3rem);
		transition: transform 0.35s, opacity 0.35s;
		}
	.no-touch .style_14 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
		opacity: 1;
		transform: translateX(0);
		}
	.style_14 .w-portfolio-item-arrow {
		display: none;
		}

/* STYLE 15 */
.style_15 .w-portfolio-item-image:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.1;
	transition: opacity 0.35s;
	background-color: inherit;
	}
.no-touch .style_15 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
	opacity: 0.8;
	}
.style_15 .w-portfolio-item-meta {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: none;
	}
	.no-touch .style_15 .w-portfolio-item-meta-h:before,
	.no-touch .style_15 .w-portfolio-item-meta-h:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
		transition: transform 0.35s, opacity 0.35s;
		}
	.no-touch .style_15 .w-portfolio-item-meta-h:before {
		border-top: 0.5rem solid #fff;
		border-bottom: 0.5rem solid #fff;
		transform: scale(0, 1);
		}
	.no-touch .style_15 .w-portfolio-item-meta-h:after {
		border-left: 0.5rem solid #fff;
		border-right: 0.5rem solid #fff;
		transform: scale(1, 0);
		}
	.no-touch .style_15 .w-portfolio-item-anchor:hover .w-portfolio-item-meta-h:before,
	.no-touch .style_15 .w-portfolio-item-anchor:hover .w-portfolio-item-meta-h:after {
		opacity: 1;
		transform: scale(1);
		}
.style_15 .w-portfolio-item-title {
	text-transform: uppercase;
	}
.no-touch .style_15 .w-portfolio-item-title {
	transform: translateY(2rem);
	transition: transform 0.35s;
	}
.no-touch .style_15 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
	transform: translateY(0);
	}
.style_15 .w-portfolio-item-text {
	margin-top: 0.6rem;
	}
.no-touch .style_15 .w-portfolio-item-text {
	opacity: 0;
	transition: opacity 0.35s;
	}
.no-touch .style_15 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
	opacity: 0.66;
	}
.style_15 .w-portfolio-item-arrow {
	display: none;
	}

/* STYLE 16 */
.style_16 .w-portfolio-item-image {
	border-radius: 50%;
	transform: scale(0.3);
	transition: transform 0.4s, border-radius 0.4s;
	}
.style_16.ratio_initial .w-portfolio-item-image {
	overflow: hidden;
	transform-origin: 90% 90%;
	}
.style_16.ratio_3x2 .w-portfolio-item-image {
	top: -25%;
	bottom: -25%;
	transform-origin: 90% 66%;
	}
.style_16.ratio_4x3 .w-portfolio-item-image {
	top: -16.67%;
	bottom: -16.67%;
	transform-origin: 90% 72%;
	}
.style_16.ratio_1x1 .w-portfolio-item-image {
	transform-origin: 90% 90%;
	}
.style_16.ratio_3x4 .w-portfolio-item-image {
	left: -12.5%;
	right: -12.5%;
	transform: scale(0.24);
	transform-origin: 79.5% 92.5%;
	}
.style_16.ratio_2x3 .w-portfolio-item-image {
	left: -25%;
	right: -25%;
	transform: scale(0.2);
	transform-origin: 73.5% 94%;
	}
@media (min-width: 481px) {
.style_16.ratio_3x2 .w-portfolio-item.size_2x1 .w-portfolio-item-image {
	top: -100%;
	bottom: -100%;
	transform: scale(0.15);
	transform-origin: 96% 56.5%;
	}
.style_16.ratio_3x2 .w-portfolio-item.size_1x2 .w-portfolio-item-image {
	top: 0;
	bottom: 0;
	left: -16.67%;
	right: -16.67%;
	transform: scale(0.225);
	transform-origin: 77% 93.2%;
	}
.style_16.ratio_3x2 .w-portfolio-item.size_2x2 .w-portfolio-item-image {
	transform: scale(0.15);
	transform-origin: 95.7% 76.3%;
	}
.style_16.ratio_4x3 .w-portfolio-item.size_2x1 .w-portfolio-item-image {
	top: -83.3333%;
	bottom: -83.3333%;
	transform: scale(0.15);
	transform-origin: 95.7% 59.2%;
	}
.style_16.ratio_4x3 .w-portfolio-item.size_1x2 .w-portfolio-item-image {
	top: 0;
	bottom: 0;
	left: -25%;
	right: -25%;
	transform: scale(0.2);
	transform-origin: 73.2% 94.3%;
	}
.style_16.ratio_4x3 .w-portfolio-item.size_2x2 .w-portfolio-item-image {
	transform: scale(0.15);
	transform-origin: 95.8% 81.2%;
	}
.style_16.ratio_1x1 .w-portfolio-item.size_2x1 .w-portfolio-item-image {
	top: -50%;
	bottom: -50%;
	transform: scale(0.15);
	transform-origin: 96% 66.2%;
	}
.style_16.ratio_1x1 .w-portfolio-item.size_1x2 .w-portfolio-item-image {
	left: -50%;
	right: -50%;
	transform: scale(0.15);
	transform-origin: 66.4% 95.7%;
	}
.style_16.ratio_1x1 .w-portfolio-item.size_2x2 .w-portfolio-item-image {
	transform: scale(0.15);
	transform-origin: 95.7% 95.7%;
	}
}
.no-touch .style_16 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
	border-radius: 0;
	transform: scale(1.01);
	}
.style_16 .w-portfolio-item-meta {
	position: absolute;
	top: 0;
	left: 0;
	right: 33%;
	background: none;
	transition: transform 0.4s, opacity 0.3s;
	}
.no-touch .style_16 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
	opacity: 0;
	transform: translate3d(-6rem,-6rem,0) scale(2);
	}
	.style_16 .w-portfolio-item-title {
		font-weight: bold;
		}
	.style_16 .w-portfolio-item-text {
		margin-top: 1rem;
		}
	.style_16 .w-portfolio-item-arrow {
		display: none;
		}
		
/* STYLE 17 */
.no-touch .style_17 .w-portfolio-item-image {
	right: -1px;
	bottom: -1px;
	transform-origin: 100% 100%;
	transition: transform 1s, opacity 1s;
	}
.no-touch .style_17 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
	opacity: 0.1;
	transform: scale(1.3);
	}
.style_17 .w-portfolio-item-meta {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: none;
	}
.no-touch .style_17 .w-portfolio-item-title {
	transform: translateY(2rem);
	transition: transform 0.4s;
	}
.no-touch .style_17 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
	transform: translateY(0);
	}
.style_17 .w-portfolio-item-text {
	margin-top: 1rem;
	opacity: 0;
	}
.no-touch .style_17 .w-portfolio-item-text {
	transform: scale(0.75);
	transform-origin: 100% 100%;
	transition: transform 0.4s, opacity 0.4s;
	}
.no-touch .style_17 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
	opacity: 1;
	transform: scale(1);
	}
.style_17 .w-portfolio-item-arrow {
	display: none;
	}
	
/* STYLE 18 */
.no-touch .style_18 .w-portfolio-item-image.second {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: opacity 1s cubic-bezier(.4,0,.2,1);
	background-color: transparent;
	}
.no-touch .style_18 .w-portfolio-item-anchor:hover .w-portfolio-item-image.second {
	opacity: 1;
	}
.style_18 .w-portfolio-item-arrow {
	display: none;
	}
.style_18 .w-portfolio-item-meta {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5rem 2rem 1.5rem;
	background: none;
	color: #fff;
	}
.no-touch .style_18 .w-portfolio-item-meta {
	opacity: 0;
	transition: opacity 1s cubic-bezier(.4,0,.2,1);
	}
.no-touch .style_18 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
	opacity: 1;
	}
	.style_18 .w-portfolio-item-meta:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(transparent, rgba(30,30,30,0.8)) repeat-x;
		}
	.style_18 .w-portfolio-item-title {
		position: relative;
		}
	.style_18 .w-portfolio-item-text {
		position: relative;
		opacity: 0.66;
		}



/* Preloader
   ========================================================================== */
   
.g-preloader {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 3rem;
	height: 3rem;
	}
	
/* TYPE 1 */
.g-preloader.type_1:before,
.g-preloader.type_1:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	border: 2px solid;
	}
.g-preloader.type_1:before {
	opacity: 0.2;
	}
.g-preloader.type_1:after {
	border-top-color: transparent;
	-webkit-animation: rotation 0.8s infinite cubic-bezier(.6,.3,.3,.6);
			animation: rotation 0.8s infinite cubic-bezier(.6,.3,.3,.6);
	}
@-webkit-keyframes rotation {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
	}
@keyframes rotation {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
	}
	
/* TYPE 2 */
.g-preloader.type_2:before,
.g-preloader.type_2:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	border: 2px solid;
	}
.g-preloader.type_2:before {
	opacity: 0.2;
	}
.g-preloader.type_2:after {
	border-color: transparent;
	border-top-color: inherit;
	-webkit-animation: rotation 0.8s infinite linear;
			animation: rotation 0.8s infinite linear;
	}
	
/* TYPE 3 */
.g-preloader.type_3 .g-preloader-h {
	border: 1.5rem solid;
	border-radius: 50%;
	-webkit-animation: scale 1s infinite cubic-bezier(.6,.3,.3,.6);
			animation: scale 1s infinite cubic-bezier(.6,.3,.3,.6);
	}
@-webkit-keyframes scale {
	0% { -webkit-transform: scale(0); }
	50% { -webkit-transform: scale(1); }
	100% { -webkit-transform: scale(0); }
	}
@keyframes scale {
	0% { transform: scale(0); opacity: 1; }
	100% { transform: scale(1); opacity: 0; }
	}
	
/* TYPE 4 */
.g-preloader.type_4 .g-preloader-h {
	width: 4rem;
	height: 4rem;
	border: 1px solid;
	border-radius: 50%;
	-webkit-animation: scale2 1.5s infinite ease;
			animation: scale2 1.5s infinite ease;
	}
@-webkit-keyframes scale2 {
	0% { -webkit-transform: scale(0.05); border-width: 2rem; }
	50% { -webkit-transform: scale(1); border-width: 1px; }
	100% { -webkit-transform: scale(0.05); border-width: 2rem; }
	}
@keyframes scale2 {
	0% { transform: scale(0.05); border-width: 2rem; }
	50% { transform: scale(1); border-width: 1px; }
	100% { transform: scale(0.05); border-width: 2rem; }
	}

/* TYPE 5 */
.g-preloader.type_5,
.g-preloader.type_5 {
	transform: rotate(45deg);
	}
.g-preloader.type_5:before,
.g-preloader.type_5:after,
.g-preloader.type_5 .g-preloader-h:before,
.g-preloader.type_5 .g-preloader-h:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid; /* fixed value */
	}
.g-preloader.type_5:before {
	top: 0;
	left: 0;
	-webkit-animation: cubes-tl 1.2s infinite ease;
			animation: cubes-tl 1.2s infinite ease;
	}
.g-preloader.type_5:after {
	top: 19px; /* fixed value */
	left: 19px; /* fixed value */
	-webkit-animation: cubes-tr 1.2s infinite ease;
			animation: cubes-tr 1.2s infinite ease;
	}
.g-preloader.type_5 .g-preloader-h:before {
	top: 0;
	left: 19px; /* fixed value */
	-webkit-animation: cubes-br 1.2s infinite ease;
			animation: cubes-br 1.2s infinite ease;
	}
.g-preloader.type_5 .g-preloader-h:after {
	top: 19px; /* fixed value */
	left: 0;
	-webkit-animation: cubes-bl 1.2s infinite ease;
			animation: cubes-bl 1.2s infinite ease;
	}
@keyframes cubes-tl {
	0%{ transform: translate(0px, 0px); }
	20%{ transform: translate(0px, 0px); }
	60%{ transform: translate(-12px, -12px) rotate(90deg); }
	100%{ transform: translate(0px, 0px) rotate(180deg); }
	}
@keyframes cubes-tr {
	0%{ transform: translate(0px, 0px); }
	20%{ transform: translate(0px, 0px); }
	60%{ transform: translate(12px, 12px) rotate(90deg); }
	100%{ transform: translate(0px, 0px) rotate(180deg); }
	}
@keyframes cubes-br {
	0%{ transform: translate(0px, 0px); }
	20%{ transform: translate(0px, 0px); }
	60%{ transform: translate(12px, -12px) rotate(90deg); }
	100%{ transform: translate(0px, 0px) rotate(180deg); }
	}
@keyframes cubes-bl {
	0%{ transform: translate(0px, 0px); }
	20%{ transform: translate(0px, 0px); }
	60%{ transform: translate(-12px, 12px) rotate(90deg); }
	100%{ transform: translate(0px, 0px) rotate(180deg); }
	}
	
	

/* Pricing Table
   ========================================================================== */
   
.w-pricing {
	padding: 1rem 0;
	}
	.w-pricing-item-h {
		overflow: hidden;
		border-width: 1px 0 1px 1px;
		border-style: solid;
		}
	.w-pricing-item:first-child .w-pricing-item-h {
		border-radius: 0.6rem 0 0 0.6rem;
		}
	.w-pricing-item:last-child .w-pricing-item-h {
		border-radius: 0 0.6rem 0.6rem 0;
		border-right-width: 1px;
		}
		.w-pricing-item-header {
			padding: 2rem 1.5rem;
			}
			.w-pricing-item-title {
				line-height: 1;
				}
			.w-pricing-item-price {
				font-size: 3.5rem;
				line-height: 1;
				font-weight: 300;
				}
				.w-pricing-item-price small {
					display: block;
					font-size: 0.9rem;
					line-height: 1.5rem;
					font-weight: normal;
					margin-top: 0.4rem;
					}
		.w-pricing-item .w-pricing-item-features {
			list-style-type: none;
			padding: 1.5rem;
			margin: 0;
			}
			.w-pricing-item .w-pricing-item-features li {
				padding: 0.5rem 0;
				margin: 0;
				}
		.w-pricing-item-footer {
			padding-bottom: 2.6rem;
			}			
	.l-section.color_primary .w-pricing-item-h,
	.l-section.color_secondary .w-pricing-item-h,
	.l-section.color_custom .w-pricing-item-h {
		border-color: rgba(255,255,255,0.33);
		}
		.l-section.color_primary .w-pricing-item-header,
		.l-section.color_secondary .w-pricing-item-header,
		.l-section.color_custom .w-pricing-item-header {
			background-color: rgba(255,255,255,0.15);
			}
			
/* TYPE featured */
.w-pricing-item.type_featured .w-pricing-item-h {
	margin: -1rem 0;
	border-width: 0;
	border-radius: 0.6rem;
	box-shadow: 0 1px 10px rgba(0,0,0,0.15);
	}
.w-pricing-item.type_featured + .w-pricing-item .w-pricing-item-h {
	border-left-width: 0;
	}
	.w-pricing-item.type_featured .w-pricing-item-header {
		padding-top: 3rem;
		color: #fff;
		}
		.w-pricing-item.type_featured .w-pricing-item-header h5 {
			color: inherit;
			}
	.w-pricing-item.type_featured .w-pricing-item-footer {
		padding-bottom: 3.6rem;
		}



/* Profile Box
   ========================================================================== */
   
.w-profile {
	padding: 2rem 2rem 1.5rem;
	text-align: center;
	border-radius: 0.3rem;
	border-style: solid;
	border-width: 2px; /* fixed value */
	}
	.w-profile-avatar img {
		display: block;
		max-width: 6rem;
		border-radius: 50%;
		margin: 0 auto 0.3rem;
		}
	.w-profile-name {
		font-size: 1.2rem;
		}
	.w-profile-link.for_user {
		display: block;
		margin-bottom: 0.3rem;
		}
	.w-profile-link.for_logout {
		font-size: 0.9rem;
		line-height: 1.4;
		vertical-align: top;
		}
		
		
		
/* Progress Bar
   ========================================================================== */
   
.w-progbar-bar {
	height: 10px; /* default value */
	}
.w-progbar-bar-h {
	height: 100%;
	border-radius: inherit;
	transition: width 0.8s cubic-bezier(.6,.3,.3,.6);
	}
.w-progbar.initial .w-progbar-bar-h {
	width: 0 !important;
	}
.w-progbar.hide_count .w-progbar-title-count,
.w-progbar.hide_count .w-progbar-bar-count {
	display: none !important;
	}

/* STYLE 1 */
.w-progbar.style_1 {
	padding: 0.6rem 0 1rem;
	}
	.w-progbar.style_1 .w-progbar-title {
		display: table;
		width: 100%;
		margin-bottom: 0.6rem !important;
		}
		.w-progbar.style_1 .w-progbar-title-text {
			display: table-cell;
			vertical-align: top;
			}
		.w-progbar.style_1 .w-progbar-title-count {
			display: table-cell;
			vertical-align: top;
			text-align: right;
			font-weight: bold;
			}
	.w-progbar.style_1 .w-progbar-bar {
		width: 100%;
		border-radius: 2rem;
		box-shadow: 0 1px 0 rgba(0,0,0,0.04) inset;
		}
		.w-progbar.style_1 .w-progbar-bar-count {
			display: none;
			}
		
/* STYLE 2 */
.w-progbar.style_2 {
	padding: 0.4rem 0;
	position: relative;
	}
	.w-progbar.style_2 .w-progbar-title {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin: 0;
		text-align: center;
		font-size: 0.9rem;
		transform: translateY(-50%);
		color: #fff !important;
		}
		.w-progbar.style_2 .w-progbar-title-text {
			margin-right: 0.2rem;
			}
		.w-progbar.style_2 .w-progbar-title-count {
			font-weight: bold;
			}
	.w-progbar.style_2 .w-progbar-bar {
		width: 100%;
		border-radius: 0.3rem;
		overflow: hidden;
		background-color: rgba(0,0,0,0.25);
		}
		.w-progbar.style_2 .w-progbar-bar-h {
			border-radius: 0;
			}
			.w-progbar.style_2 .w-progbar-bar-count {
				display: none;
				}
		
/* STYLE 3 */
.w-progbar.style_3 {
	display: flex;
	align-items: center;
	padding: 1rem 0;
	}
	.w-progbar.style_3 .w-progbar-title {
		font-size: 1rem;
		padding-right: 1.5rem;
		margin-bottom: 0;
		width: 33%;
		}
		.w-progbar.style_3 .w-progbar-title-count {
			display: none;
			}
	.w-progbar.style_3 .w-progbar-bar {
		width: 67%;
		border-radius: 2rem;
		position: relative;
		background-color: transparent;
		}
		.w-progbar.style_3 .w-progbar-bar:before {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			content: '';
			border-radius: inherit;
			box-shadow: 0 1px 0 rgba(0,0,0,0.04) inset;
			}
		.w-progbar.style_3 .w-progbar-bar-h {
			position: relative;
			}
			.w-progbar.style_3 .w-progbar-bar-count {
				display: block;
				position: absolute;
				top: 50%;
				right: -1.75rem;
				text-align: center;
				line-height: 3.5rem;
				height: 3.5rem;
				width: 3.5rem;
				margin-top: -1.75rem;
				border-radius: 50%;
				box-shadow: 0 1px 1px rgba(0,0,0,0.2);
				}

/* STYLE 4 */
.w-progbar.style_4 {
	padding: 1rem 0;
	}
	.w-progbar.style_4 .w-progbar-title {
		font-size: 1rem;
		margin-bottom: 0.6rem !important;
		}
		.w-progbar.style_4 .w-progbar-title-count {
			display: none;
			}
		.w-progbar.style_4 .w-progbar-bar-h {
			position: relative;
			}
			.w-progbar.style_4 .w-progbar-bar-count {
				display: block;
				position: absolute;
				right: -1.5rem;
				bottom: 100%;
				font-size: 0.9rem;
				text-align: center;
				line-height: 2rem;
				height: 2rem;
				width: 3rem;
				margin-bottom: 0.5rem;
				border-radius: 0.3rem;
				background-color: rgba(0,0,0,0.8);
				color: #fff;
				opacity: 1;
				transition: opacity 0.8s cubic-bezier(.6,.3,.3,.6);
				}
				.w-progbar.style_4 .w-progbar-bar-count:after {
					content: '';
					position: absolute;
					left: 1.1rem;
					bottom: -0.3rem;
					height: 0;
					width: 0;
					border-left: 0.4rem solid transparent;
					border-right: 0.4rem solid transparent;
					border-top: 0.4rem solid rgba(0,0,0,0.8);
					}
			.w-progbar.style_4.initial .w-progbar-bar-count {
				opacity: 0;
				}
			
/* STYLE 5 */
.w-progbar.style_5 {
	padding: 0.6rem 0 1rem;
	}
	.w-progbar.style_5 .w-progbar-title {
		display: flex;
		align-items: flex-end;
		width: 100%;
		margin-bottom: 1rem !important;
		}
		.w-progbar.style_5 .w-progbar-title-text {
			flex-grow: 1;
			padding-right: 1.5rem;
			}
		.w-progbar.style_5 .w-progbar-title-count {
			font-size: 3em;
			font-weight: 300;
			line-height: 1;
			opacity: 0.33;
			}
		.w-progbar.style_5 .w-progbar-bar-count {
			display: none;
			}



/* Separator
   ========================================================================== */
   
.w-separator {
	line-height: 1.2rem;
	height: 1.2rem;
	}
	.w-separator-h i {
		width: 1.2rem;
		}

/* SIZE small */
.w-separator.size_small {
	margin: 1.5rem 0;
	}
.w-separator.type_invisible.size_small {
	margin: 0.75rem 0;
	}
	
/* SIZE medium */
.w-separator.size_medium {
	margin: 2.5rem 0;
	}
.w-separator.type_invisible.size_medium {
	margin: 1.5rem 0;
	}
	
/* SIZE large */
.w-separator.size_large {
	margin: 3rem 0;
	}
.w-separator.type_invisible.size_large {
	margin: 2rem 0;
	}
	
/* SIZE huge */
.w-separator.size_huge {
	margin: 4rem 0;
	}
.w-separator.type_invisible.size_huge {
	margin: 3rem 0;
	}

/* Improvements for color sections */
.l-section.color_primary .w-separator.color_border,
.l-section.color_secondary .w-separator.color_border {
	border-color: rgba(255,255,255,0.33);
	color: rgba(255,255,255,0.33);
	}
	
	

/* Sharing
   ========================================================================== */
   
.w-sharing {
	font-size: 0;
	}
	.w-sharing-item {
		display: inline-block;
		vertical-align: top;
		position: relative;
		text-align: center;
		line-height: 2rem;
		padding: 0 1rem;
		color: inherit;
		}
	.no-touch .w-sharing-item:hover {
		color: inherit;
		}
		.w-sharing-icon {
			display: inline-block;
			vertical-align: top;
			position: relative;
			min-width: 1rem;
			}
			.w-sharing-icon:before {
				font-family: fontawesome;
				vertical-align: top;
				line-height: inherit;
				}
		.w-sharing-count {
			display: inline-block;
			vertical-align: top;
			position: relative;
			font-size: 0.9rem;
			margin-left: 0.5rem;
			}
		.w-sharing.counters_hide .w-sharing-count {
			display: none;
			}
			
/* TYPE simple */
.w-sharing.type_simple .w-sharing-item {
	margin: 0.15rem 0;
	border-width: 0 2px 0 0; /* fixed value */
	border-style: solid;
	transition: none;
	}
.w-sharing.type_simple .w-sharing-item:first-child {
	padding-left: 0;
	}
.w-sharing.type_simple .w-sharing-item:last-child {
	padding-right: 0;
	border: none;
	}
	.w-sharing.type_simple .w-sharing-icon {
		font-size: 1.4rem;
		width: 1.5rem;
		transition: opacity 0.3s, color 0.3s;
		opacity: 0.33;
		}
	.no-touch .w-sharing.type_simple .w-sharing-item:hover .w-sharing-icon {
		opacity: 1;
		}
		
/* TYPE solid & outlined */
.w-sharing.type_solid,
.w-sharing.type_outlined {
	margin: 0 -0.15rem;
	}
.w-sharing.type_solid .w-sharing-item,
.w-sharing.type_outlined .w-sharing-item {
	margin: 0.15rem;
	line-height: 2.4rem;
	border-radius: 0.3rem;
	overflow: hidden;
	min-width: 3.5rem;
	}
.w-sharing.type_solid .w-sharing-item:last-child,
.w-sharing.type_outlined .w-sharing-item:last-child {
	margin-right: 0;
	}
	.w-sharing.type_solid .w-sharing-icon,
	.w-sharing.type_outlined .w-sharing-icon {
		font-size: 1.2rem;
		}
	.no-touch .w-sharing.type_solid .w-sharing-item:before,
	.no-touch .w-sharing.type_outlined .w-sharing-item:before,
	.no-touch .w-sharing.type_fixed .w-sharing-item:before {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 0;
		background-color: rgba(0,0,0,0.1);
		transition: height 0.3s;
		}
	.no-touch .w-sharing.type_solid .w-sharing-item:hover:before,
	.no-touch .w-sharing.type_outlined .w-sharing-item:hover:before,
	.no-touch .w-sharing.type_fixed .w-sharing-item:hover:before {
		height: 100%;
		}
.w-sharing.type_solid .w-sharing-item,
.no-touch .w-sharing.type_outlined .w-sharing-item:hover {
	color: #fff;
	}

/* TYPE fixed */
.w-sharing.type_fixed {
	position: fixed;
	top: 50%;
	transform: translate3d(0,-50%,0);
	z-index: 111;
	}
.w-sharing.type_fixed.align_left {
	left: 0;
	}
.w-sharing.type_fixed.align_right {
	right: 0;
	}
.w-sharing.type_fixed.align_center {
	top: auto;
	left: 50%;
	bottom: 0;
	transform: translate3d(-50%,0,0);
	}
	.w-sharing.type_fixed .w-sharing-item {
		font-size: 1.2rem;
		line-height: 2.8rem;
		margin: 0;
		color: #fff;
		}
	.w-sharing.type_fixed.align_left .w-sharing-item,
	.w-sharing.type_fixed.align_right .w-sharing-item {
		display: block;
		padding: 0;
		width: 2.8rem;
		}
		.w-sharing.type_fixed.align_left .w-sharing-count,
		.w-sharing.type_fixed.align_right .w-sharing-count {
			display: block;
			font-size: 0.8rem;
			line-height: 1;
			padding-bottom: 0.5rem;
			}

/* Email */
.w-sharing.type_solid .w-sharing-item.email,
.w-sharing.type_fixed .w-sharing-item.email,
.w-sharing.type_outlined .w-sharing-item.email:before {
	background-color: #96a2a8;
	}
.w-sharing.type_outlined .w-sharing-item.email {
	box-shadow: 0 0 0 2px #96a2a8 inset;
	color: #96a2a8;
	}
.no-touch .w-sharing.type_simple .w-sharing-item.email:hover .w-sharing-icon {
	color: #96a2a8;
	}
.w-sharing-item.email .w-sharing-icon:before {
	content: '\f0e0';
	}

/* Facebook */
.w-sharing.type_solid .w-sharing-item.facebook,
.w-sharing.type_fixed .w-sharing-item.facebook,
.w-sharing.type_outlined .w-sharing-item.facebook:before {
	background-color: #42599e;
	}
.w-sharing.type_outlined .w-sharing-item.facebook {
	box-shadow: 0 0 0 2px #42599e inset;
	color: #42599e;
	}
.no-touch .w-sharing.type_simple .w-sharing-item.facebook:hover .w-sharing-icon {
	color: #42599e;
	}
.w-sharing-item.facebook .w-sharing-icon:before {
	content: '\f09a';
	}
	
/* Twitter */
.w-sharing.type_solid .w-sharing-item.twitter,
.w-sharing.type_fixed .w-sharing-item.twitter,
.w-sharing.type_outlined .w-sharing-item.twitter:before {
	background-color: #55acee;
	}
.w-sharing.type_outlined .w-sharing-item.twitter {
	box-shadow: 0 0 0 2px #55acee inset;
	color: #55acee;
	}
.no-touch .w-sharing.type_simple .w-sharing-item.twitter:hover .w-sharing-icon {
	color: #55acee;
	}
.w-sharing-item.twitter .w-sharing-icon:before {
	content: '\f099';
	}
	
/* Google+ */
.w-sharing.type_solid .w-sharing-item.gplus,
.w-sharing.type_fixed .w-sharing-item.gplus,
.w-sharing.type_outlined .w-sharing-item.gplus:before {
	background-color: #db4437;
	}
.w-sharing.type_outlined .w-sharing-item.gplus {
	box-shadow: 0 0 0 2px #db4437 inset;
	color: #db4437;
	}
.no-touch .w-sharing.type_simple .w-sharing-item.gplus:hover .w-sharing-icon {
	color: #db4437;
	}
.w-sharing-item.gplus .w-sharing-icon:before {
	content: '\f0d5';
	}

/* LinkedIn */
.w-sharing.type_solid .w-sharing-item.linkedin,
.w-sharing.type_fixed .w-sharing-item.linkedin,
.w-sharing.type_outlined .w-sharing-item.linkedin:before {
	background-color: #0077b5;
	}
.w-sharing.type_outlined .w-sharing-item.linkedin {
	box-shadow: 0 0 0 2px #0077b5 inset;
	color: #0077b5;
	}
.no-touch .w-sharing.type_simple .w-sharing-item.linkedin:hover .w-sharing-icon {
	color: #0077b5;
	}
.w-sharing-item.linkedin .w-sharing-icon:before {
	content: '\f0e1';
	}

/* Pinterest */
.w-sharing.type_solid .w-sharing-item.pinterest,
.w-sharing.type_fixed .w-sharing-item.pinterest,
.w-sharing.type_outlined .w-sharing-item.pinterest:before {
	background-color: #cb2027;
	}
.w-sharing.type_outlined .w-sharing-item.pinterest {
	box-shadow: 0 0 0 2px #cb2027 inset;
	color: #cb2027;
	}
.no-touch .w-sharing.type_simple .w-sharing-item.pinterest:hover .w-sharing-icon {
	color: #cb2027;
	}
.w-sharing-item.pinterest .w-sharing-icon:before {
	content: '\f0d2';
	}

/* Vkontakte */
.w-sharing.type_solid .w-sharing-item.vk,
.w-sharing.type_fixed .w-sharing-item.vk,
.w-sharing.type_outlined .w-sharing-item.vk:before {
	background-color: #4c75a3;
	}
.w-sharing.type_outlined .w-sharing-item.vk {
	box-shadow: 0 0 0 2px #4c75a3 inset;
	color: #4c75a3;
	}
.no-touch .w-sharing.type_simple .w-sharing-item.vk:hover .w-sharing-icon {
	color: #4c75a3;
	}
.w-sharing-item.vk .w-sharing-icon:before {
	content: '\f189';
	}
	


/* Social Links
   ========================================================================== */
   
.w-socials.style_default .w-socials-item {
	margin: 0 !important;
	}
.w-socials.style_solid .w-socials-item-link,
.w-socials.style_outlined .w-socials-item-link {
	border-radius: 0.25em;
	}
.w-socials.circle .w-socials-item-link {
	border-radius: 50%;
	}
.no-touch .w-socials:not(.hover_none) .w-socials-item-link:hover {
	color: #fff !important;
	}
	.no-touch .w-socials-item-link-hover {
		bottom: auto;
		height: 0;
		transition: height 0.3s;
		}
	.no-touch .w-socials-item-link:hover .w-socials-item-link-hover {
		height: 100%;
		}



/* Tabs common styles
   ========================================================================== */
   
.w-tabs-item.with_icon i + .w-tabs-item-title,
.w-tabs-item.with_icon .w-tabs-item-title + i {
	margin-left: 0.6em;
	}

/* Stretch tabs */
.w-tabs-list.stretch .w-tabs-list-h {
	display: flex;
	}
	.w-tabs-list.stretch .w-tabs-item {
		flex: 1 1 0%;
		max-width: 50%;
		}
		.w-tabs-list.stretch .w-tabs-item-h {
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden;
			}
			
/* Accordion */
.w-tabs.accordion .w-tabs-section {
	border-style: solid;
	border-width: 1px 0 0 0;
	}
.w-tabs.accordion .w-tabs-section:last-child {
	border-bottom-width: 1px;
	}
.w-tabs.accordion .w-tabs-section.color_custom {
	border-color: transparent;
	}
	.w-tabs-section-header {
		text-align: left;
		padding: 1rem 1.5rem;
		transition: background-color 0.3s, color 0.3s;
		}
	.no-touch .w-tabs.accordion .w-tabs-section-header:hover {
		background-color: rgba(0,0,0,0.04);
		}
	.no-touch .w-tabs.accordion .active .w-tabs-section-header:hover {
		background-color: rgba(0,0,0,0.0);
		}
	.no-touch .w-tabs.accordion.type_togglable .active .w-tabs-section-header:hover {
		background-color: rgba(0,0,0,0.04);
		}
	.w-tabs-section.active .w-tabs-section-header {
		background-color: transparent;
		}
		.w-tabs-section-title {
			color: inherit;
			max-width: calc(100% - 2.5rem);
			}
		.w-tabs-section.with_icon i + .w-tabs-section-title,
		.w-tabs-section.with_icon .w-tabs-section-title + i {
			margin-left: 0.6em;
			}
		.w-tabs-section-control {
			top: 50%;
			line-height: 2rem;
			height: 2rem;
			width: 2rem;
			margin-top: -1rem;
			text-align: center;
			transition: transform 0.3s;
			transform: rotate(0deg);
			}
		.w-tabs-section.active .w-tabs-section-control {
			transform: rotate(180deg);
			}
	.w-tabs-section-content-h {
		padding-top: 3rem;
		}
	.w-tabs.accordion .w-tabs-section-content-h {
		padding: 1.5rem 1.5rem 2rem;
		}

/* ICON chevron */
.w-tabs.icon_chevron .w-tabs-section-control:before {
	content: '\f107';
	font-family: fontawesome;
	font-size: 1.5em;
	vertical-align: top;
	}
	
/* ICON plus */
.w-tabs.icon_plus .w-tabs-section-control:before {
	content: '\f067';
	font-family: fontawesome;
	vertical-align: top;
	}

/* ICON triangle */
.w-tabs.icon_triangle .w-tabs-section-control:before {
	content: '\f0d7';
	font-family: fontawesome;
	vertical-align: top;
	}

/* ICON none */
.w-tabs.icon_none .w-tabs-section-control {
	display: none;
	}	
	
/* ICONPOS right */
.w-tabs.iconpos_right .w-tabs-section-control {
	right: 1rem;
	}
.w-tabs.iconpos_right .w-tabs-section-header-h {
	padding-right: 2.5rem;
	}
	
/* ICONPOS left */
.w-tabs.iconpos_left .w-tabs-section-control {
	left: 1rem;
	}
.w-tabs.iconpos_left .w-tabs-section-header-h {
	padding-left: 2.5rem;
	}

/* TITLE center */
.w-tabs.accordion.title_center .w-tabs-section-header-h {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0;
	}
	.w-tabs.accordion.title_center .w-tabs-section-control {
		flex-shrink: 0;
		position: static;
		margin: 0 0 0 0.5em;
		}

/* TITLE right */
.w-tabs.accordion.title_right .w-tabs-section-header {
	text-align: right;
	}



/* Tabs (layout_default)
   ========================================================================== */
.w-tabs.layout_default .w-tabs-item {
	border-top: 2px solid transparent;
	transition: background-color 0.3s, border-color 0.3s, color 0.3s;
	}
.no-touch .w-tabs.layout_default .w-tabs-item:hover {
	background-color: rgba(0,0,0,0.025);
	}

	
	
/* Tabs (layout_modern)
   ========================================================================== */
.w-tabs.layout_modern .w-tabs-list {
	color: #fff;
	}
	.w-tabs.layout_modern .w-tabs-item {
		opacity: 0.66;
		transition: opacity 0.3s;
		}
	.w-tabs.layout_modern .w-tabs-item.active,
	.no-touch .w-tabs.layout_modern .w-tabs-item:hover {
		opacity: 1;
		}
		.w-tabs.layout_modern .w-tabs-item:after {
			content: '';
			display: block;
			position: absolute;
			left: 50%;
			bottom: 0;
			margin-left: -0.7rem;
			border: 0.7rem solid transparent;
			transition: transform 0.3s;
			transform: translateY(0.7rem);
			}
		.w-tabs.layout_modern .w-tabs-item.active:after {
			transform: translateY(0);
			}


/* Tabs (layout_trendy)
   ========================================================================== */
.w-tabs.layout_trendy .w-tabs-item {
	border-bottom: 1px solid transparent;
	opacity: 0.66;
	transition: opacity 0.3s, color 0.3s, border-color 0.3s;
	}
.w-tabs.layout_trendy .w-tabs-item.active,
.no-touch .w-tabs.layout_trendy .w-tabs-item:hover {
	opacity: 1;
	border-color: inherit;
	}
	.w-tabs.layout_trendy .w-tabs-item:after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -1px;
		height: 0;
		transition: height 0.3s;
		}
	.w-tabs.layout_trendy .w-tabs-item.active:after {
		height: 3px; /* fixed value */
		}
	
	
	
/* Tour (layout_ver)
   ========================================================================== */
.w-tabs.layout_ver {
	display: table;
	width: 100%;
	direction: ltr;
	}
	.w-tabs.layout_ver .w-tabs-list {
		display: table-cell;
		vertical-align: top;
		}
		.w-tabs.layout_ver .w-tabs-item {
			float: none;
			border-width: 0 0 0 2px;
			border-style: solid;
			border-color: transparent;
			transition: background-color 0.3s, border-color 0.3s, color 0.3s;
			}
		.no-touch .w-tabs.layout_ver .w-tabs-item:hover {
			background-color: rgba(0,0,0,0.025);
			}
	.w-tabs.layout_ver .w-tabs-sections {
		display: table-cell;
		vertical-align: top;
		}
		.w-tabs.layout_ver .w-tabs-section {
			float: none;
			padding-left: 2.5rem;
			}
		.w-tabs.layout_ver .w-tabs-section-content-h,
		.w-tabs.layout_ver .w-tabs-section.no_indents {
			padding: 0 !important;
			}
			/* Fix for correct image sizing in Firefox */
			.w-tabs.layout_ver .w-image img.size-full,
			.w-tabs.layout_ver .w-image img.size-large {
				width: 100%;
				}

/* NAVPOS right */
.w-tabs.layout_ver.navpos_right {
	direction: rtl;
	}
	.w-tabs.layout_ver.navpos_right .w-tabs-list {
		direction: ltr;
		}
		.w-tabs.layout_ver.navpos_right .w-tabs-item {
			border-width: 0 2px 0 0;
			}
	.w-tabs.layout_ver.navpos_right .w-tabs-section {
		direction: ltr;
		padding-left: 0;
		padding-right: 2.5rem;
		}

/* TITLE */
.w-tabs.layout_ver.title_left .w-tabs-item {
	text-align: left;
	}
.w-tabs.layout_ver.title_right .w-tabs-item {
	text-align: right;
	}

/* NAVWIDTH */
.w-tabs.layout_ver.navwidth_auto .w-tabs-list {
	width: 0;
	}
	.w-tabs.layout_ver.navwidth_auto .w-tabs-item {
		white-space: nowrap;
		}
.w-tabs.layout_ver.navwidth_auto .w-tabs-sections {
	width: 100%;
	}
.w-tabs.layout_ver.navwidth_10 .w-tabs-list {
	width: 10%;
	}
.w-tabs.layout_ver.navwidth_10 .w-tabs-sections {
	width: 90%;
	}
.w-tabs.layout_ver.navwidth_20 .w-tabs-list {
	width: 20%;
	}
.w-tabs.layout_ver.navwidth_20 .w-tabs-sections {
	width: 80%;
	}
.w-tabs.layout_ver.navwidth_30 .w-tabs-list {
	width: 30%;
	}
.w-tabs.layout_ver.navwidth_30 .w-tabs-sections {
	width: 70%;
	}
.w-tabs.layout_ver.navwidth_40 .w-tabs-list {
	width: 40%;
	}
.w-tabs.layout_ver.navwidth_40 .w-tabs-sections {
	width: 60%;
	}
.w-tabs.layout_ver.navwidth_50 .w-tabs-list,
.w-tabs.layout_ver.navwidth_50 .w-tabs-sections {
	width: 50%;
	}

/* Accordion */
.w-tabs.layout_ver.accordion {
	display: block;
	}
	.w-tabs.layout_ver.accordion .w-tabs-sections {
		display: block;
		width: 100% !important;
		}
		.w-tabs.layout_ver.accordion .w-tabs-section {
			padding: 0 !important;
			}
			


/* Timeline (layout_timeline)
   ========================================================================== */
.w-tabs.layout_timeline .w-tabs-list:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 1px;
	right: 1px;
	height: 1px;
	margin-top: -1px;
	border-top-width: 2px; /* fixed value */
	border-top-style: solid;
	border-color: inherit;
	}
.w-tabs.layout_timeline .w-tabs-list-h {
	display: flex;
	justify-content: space-between;
	}
	.w-tabs.layout_timeline .w-tabs-item {
		flex-grow: 0;
		flex-shrink: 0;
		line-height: 5.5rem;
		height: 5.5rem;
		width: 5.5rem;
		min-width: 5.5rem;
		overflow: hidden;
		z-index: 1;
		white-space: nowrap;
		border-radius: 50%;
		transition: color 0.3s;
		}
	.no-touch .w-tabs.layout_timeline .w-tabs-item:hover,
	.w-tabs.layout_timeline .w-tabs-item.active {
		color: #fff !important;
		}
		.w-tabs.layout_timeline .w-tabs-item:before {
			display: block;
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			height: 0;
			width: 100%;
			transition: height 0.3s;
			}
		.no-touch .w-tabs.layout_timeline .w-tabs-item:hover:before,
		.w-tabs.layout_timeline .w-tabs-item.active:before {
			height: 100%;
			}
		.w-tabs.layout_timeline .w-tabs-item-h {
			padding: 0;
			}
			.w-tabs.layout_timeline .w-tabs-item-title,
			.w-tabs.layout_timeline .w-tabs-item.with_icon i {
				position: relative;
				}
			.w-tabs.layout_timeline .w-tabs-item.with_icon .w-tabs-item-title {
				display: none;
				}

/* Accordion */
.w-tabs.layout_timeline.accordion .w-tabs-section {
	border: none;
	}
	.w-tabs.layout_timeline.accordion .w-tabs-section-header {
		margin: 0 auto;
		padding: 1rem 0 0;
		width: 5.5rem;
		background-color: transparent !important;
		}
	.w-tabs.layout_timeline .w-tabs-section:first-child .w-tabs-section-header {
		padding-top: 0;
		}
		.w-tabs.layout_timeline .w-tabs-section-header:before {
			display: block;
			content: '';
			position: absolute;
			top: 0;
			left: 50%;
			height: 100%;
			width: 1px;
			border-left-width: 2px;
			border-left-style: solid;
			}
		.w-tabs.layout_timeline .w-tabs-section-header-h {
			text-align: center;
			line-height: 5.5rem;
			height: 5.5rem;
			width: 5.5rem;
			padding: 0;
			overflow: hidden;
			position: relative;
			z-index: 1;
			border-radius: 50%;
			transition: color 0.3s;
			}
			.no-touch .w-tabs.layout_timeline .w-tabs-section-header-h:hover,
			.w-tabs.layout_timeline .w-tabs-section.active .w-tabs-section-header-h {
				color: #fff;
				}
			.w-tabs.layout_timeline .w-tabs-section-header-h:before {
				display: block;
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				height: 0;
				width: 100%;
				transition: height 0.3s;
				}
			.no-touch .w-tabs.layout_timeline .w-tabs-section-header-h:hover:before,
			.w-tabs.layout_timeline .w-tabs-section.active .w-tabs-section-header-h:before {
				height: 100%;
				}
			.w-tabs.layout_timeline .w-tabs-section-header i {
				position: relative;
				}
			.w-tabs.layout_timeline .w-tabs-section-title {
				white-space: inherit;
				position: relative;
				color: inherit;
				max-width: none;
				}
			.w-tabs.layout_timeline .w-tabs-section-control,
			.w-tabs.layout_timeline .w-tabs-section.with_icon .w-tabs-section-title {
				display: none;
				}
	.w-tabs.layout_timeline.accordion .w-tabs-section-content {
		padding: 3rem 1.5rem 1.5rem;
		margin-top: -2.75rem;
		border-radius: 0.3rem;
		border-style: solid;
		border-width: 2px; /* fixed value */
		}
		.w-tabs.layout_timeline.accordion .w-tabs-section-content-h {
			padding: 0;
			}

/* Size improvements */
@media (min-width: 1280px) {
.l-section.width_full .vc_col-sm-12 .w-tabs:not(.layout_timeline) .w-tabs-item-h {
	padding: 1.2em 1.5em;
	}
.l-section.width_full .vc_col-sm-12 .w-tabs-section-header {
	padding: 1.5em;
	}
.l-section.width_full .vc_col-sm-12 .w-tabs.iconpos_right .w-tabs-section-control {
	right: 1.5em;
	}
.l-section.width_full .vc_col-sm-12 .w-tabs.iconpos_left .w-tabs-section-control {
	left: 1.5em;
	}
.l-section.width_full .vc_col-sm-12 .w-tabs-section-control:before {
	font-size: 2rem;
	}
}

/* Improvements for color sections */
.l-section.color_primary .w-tabs-list,
.l-section.color_primary .w-tabs-section,
.l-section.color_primary .w-tabs-section-header:before,
.l-section.color_secondary .w-tabs-list,
.l-section.color_secondary .w-tabs-section,
.l-section.color_secondary .w-tabs-section-header:before,
.l-section.color_custom .w-tabs-list,
.l-section.color_custom .w-tabs-section,
.l-section.color_custom .w-tabs-section-header:before {
	border-color: rgba(255,255,255,0.33);
	}
.l-section.color_primary .w-tabs.layout_trendy .w-tabs-list,
.l-section.color_secondary .w-tabs.layout_trendy .w-tabs-list,
.l-section.color_custom .w-tabs.layout_trendy .w-tabs-list {
	box-shadow: 0 -1px 0 rgba(255,255,255,0.33) inset;
	}
.l-section.color_primary .w-tabs.layout_default .w-tabs-list,
.l-section.color_secondary .w-tabs.layout_default .w-tabs-list,
.l-section.color_custom .w-tabs.layout_default .w-tabs-list {
	background-color: rgba(255,255,255,0.12);
	}
.l-section.color_primary .w-tabs.layout_default .w-tabs-item,
.l-section.color_secondary .w-tabs.layout_default .w-tabs-item,
.l-section.color_custom .w-tabs.layout_default .w-tabs-item {
	border-color: transparent !important;
	}



/* Tags
   ========================================================================== */
   
.g-tags {
	font-size: 0.9rem;
	}
	.g-tags:before {
		content: '\f02c';
		font-family: fontawesome;
		vertical-align: top;
		margin-right: 0.2rem;
		opacity: 0.5;
		}
	.g-tags-title {
		display: none;
		}



/* Testimonials
   ========================================================================== */
   
.color_primary .w-testimonial-author-role,
.color_secondary .w-testimonial-author-role {
	color: rgba(255,255,255,0.66);
	}

/* STYLE 1 */
.w-testimonials.style_1 .w-testimonial-h {
	padding: 2rem;
	border-radius: 0.3rem;
	border-width: 2px; /* fixed value */
	border-style: solid;
	transition: border-color 0.3s;
	}

/* STYLE 2 */
.w-testimonials.style_2 .w-testimonial-h {
	padding-top: 3.5rem;
	padding-left: 2rem;
	}
	.w-testimonials.style_2 .w-testimonial-h:before {
		content: '\201C';
		position: absolute;
		top: 2.5rem;
		left: -0.35rem;
		font-size: 10rem;
		line-height: 3rem;
		font-family: Georgia, serif;
		pointer-events: none;
		}
	.color_primary .w-testimonials.style_2 .w-testimonial-h:before,
	.color_secondary .w-testimonials.style_2 .w-testimonial-h:before {
		color: rgba(255,255,255,0.5);
		}

/* STYLE 3 */
.w-testimonials.style_3 .w-testimonial-h {
	padding-left: 2em;
	}
	.w-testimonials.style_3 .w-testimonial-h:before {
		content: '\f10d';
		font-family: fontawesome;
		font-size: 1.4em;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0.2;
		}

/* STYLE 4 */
.w-testimonials.style_4 .w-testimonial-h {
	padding-left: 7rem;
	}
	.w-testimonials.style_4 .w-testimonial-h:before {
		content: '\f10d';
		position: absolute;
		top: 0;
		left: 0;
		font-size: 2rem;
		font-family: fontawesome;
		text-align: center;
		line-height: 5.5rem;
		width: 5.5rem;
		border-radius: 50%;
		}
	.w-testimonials.style_4 .w-testimonial-author {
		display: block;
		}
		.w-testimonials.style_4 .w-testimonial-author img {
			position: absolute;
			top: 0;
			left: 0;
			height: 5.5rem;
			width: 5.5rem !important;
			margin: 0;
			}
		
/* STYLE 5 */
.w-testimonials.style_5 .w-testimonial-h {
	text-align: center;
	}
	.w-testimonials.style_5 .w-testimonial-author {
		display: block;
		margin-top: 1.5rem;
		}
		.w-testimonials.style_5 .w-testimonial-author img {
			width: 7rem !important;
			margin: 0 auto 0.5rem;
			}
		.w-testimonials.style_5 .w-testimonial-author-name {
			display: block;
			}
		.w-testimonials.style_5 .w-testimonial-author-role {
			vertical-align: top;
			margin: 0;
			}
			
/* STYLE 6 */
.w-testimonials.style_6 .w-testimonial-text {
	padding: 2rem 2.5rem;
	border-radius: 0.3rem;
	position: relative;
	transition: background-color 0.3s, color 0.3s;
	}
.no-touch .w-testimonials.style_6 .w-testimonial-h:hover .w-testimonial-text,
.no-touch .w-testimonials.style_6 .w-testimonial-h:hover .w-testimonial-text a {
	color: #fff;
	}
	.w-testimonials.style_6 .w-testimonial-text:after {
		content: '';
		position: absolute;
		left: 2.8rem;
		bottom: -0.6rem;
		height: 1.4rem;
		width: 1.4rem;
		transform: rotate(45deg);
		background-color: inherit;
		}
	.w-testimonials.style_6 .with_img .w-testimonial-text:after {
		left: 3.9rem;
		}
.w-testimonials.style_6 .w-testimonial-author {
	padding: 0.5rem 2.5rem 0;
	}



/* Toplink
   ========================================================================== */
   
.w-toplink {
	display: block;
	position: fixed;
	z-index: 100;
	text-align: center;
	font-size: 2rem;
	border-radius: 0.3rem;
	outline: none !important;
	background-color: rgba(0,0,0,0.3);
	color: #fff !important;
	transform: translate3d(0,5rem,0);
	bottom: 15px; /* fixed value */
	right: 15px; /* fixed value */
	line-height: 50px; /* fixed value */
	height: 50px; /* fixed value */
	width: 50px; /* fixed value */
	}
.w-toplink.active {
	transform: translate3d(0,0,0);
	}
	.w-toplink:before {
		content: '\f106';
		font-family: fontawesome;
		vertical-align: top;
		}


	
/* Pagination
   ========================================================================== */
   
.navigation.pagination {
	font-size: 0;
	}
	.pagination h2 {
		display: none;
		}
	.pagination .page-numbers {
		display: inline-block;
		vertical-align: top;
		text-align: center;
		font-size: 1.2rem;
		line-height: 3.5rem;
		height: 3.5rem;
		width: 3.5rem;
		margin: 0.2rem;
		position: relative;
		overflow: hidden;
		z-index: 1;
		border-radius: 50%;
		color: inherit;
		}
	.pagination span.page-numbers {
		cursor: default;
		}
	.pagination a.page-numbers {
		color: inherit;
		}
	.pagination .page-numbers:first-child {
		margin-left: 0;
		}
	.no-touch .pagination .page-numbers:hover {
		color: #fff;
		}
		.no-touch .pagination .page-numbers:before {
			display: block;
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			height: 0;
			width: 100%;
			transition: height 0.3s;
			}
		.no-touch .pagination .page-numbers:hover:before {
			height: 100%;
			}
		.pagination .page-numbers span {
			position: relative;
			}
	.pagination .page-numbers.current {
		box-shadow: none !important;
		color: #fff !important;
		}
	.pagination .page-numbers.dots {
		box-shadow: none !important;
		color: inherit !important;
		}
		.pagination .page-numbers.dots:before {
			display: none;
			}
	.pagination .page-numbers.prev,
	.pagination .page-numbers.next {
		font-size: 0;
		}
		.pagination .page-numbers.prev:after {
			content: '\f104';
			font-family: fontawesome;
			font-size: 1.5rem;
			padding-right: 0.2rem;
			vertical-align: top;
			position: relative;
			}
		.pagination .page-numbers.next:after {
			content: '\f105';
			font-family: fontawesome;
			font-size: 1.5rem;
			padding-left: 0.2rem;
			vertical-align: top;
			position: relative;
			}



/* 404 page
   ========================================================================== */
   
.page-404 {
	text-align: center;
	}
	.page-404:before {
		display: inline-block;
		vertical-align: top;
		content: '\f14e';
		font: 12rem/1 fontawesome;
		margin-bottom: 1rem;
		opacity: 0.1;
		}



/* Image Frame Mockup
   ========================================================================== */
   
.us-frame-wrapper {
	position: relative;
	height: 0;
	padding-bottom: 180%;
	}
.us-frame-wrapper > .us-frame {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	}
.us-frame.phone6-1,
.us-frame.phone6-2,
.us-frame.phone6-3,
.us-frame.phone6-4 {
	padding: 22.3% 12.5% 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	}
.us-frame.phone6-1 {
	background-image: url(../framework/img/phone-6-black-real.png);
	}
.us-frame.phone6-2 {
	background-image: url(../framework/img/phone-6-white-real.png);
	}
.us-frame.phone6-3 {
	background-image: url(../framework/img/phone-6-black-flat.png);
	}
.us-frame.phone6-4 {
	background-image: url(../framework/img/phone-6-white-flat.png);
	}
	
	
	
/* WordPress elements
   ========================================================================== */

.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.l-footer .widget_nav_menu ul li {
	padding-left: 1.2rem;
	position: relative;
	}
	.widget_archive ul li:before,
	.widget_categories ul li:before,
	.widget_meta ul li:before,
	.widget_pages ul li:before,
	.widget_recent_entries ul li:before,
	.widget_recent_comments ul li:before,
	.l-footer .widget_nav_menu .menu-item:before {
		position: absolute;
		left: 2px; /* fixed value */
		content: '\f105';
		font-family: fontawesome;
		font-size: 1.2rem;
		opacity: 0.5;
		}
.widget ul.children,
.l-footer .widget_nav_menu .sub-menu {
	margin: 0.5rem 0;
	}
.widget_recent_entries ul li span {
	display: block;
	font-size: 0.9rem;
	opacity: 0.5;
	}

/* Custom Menu */
.widget_nav_menu .menu-item i {
	width: 1.3em;
	}
	/* layout: vertical */
	.l-main .widget_nav_menu .menu {
		border-width: 0 0 1px;
		border-style: solid;
		}
	.l-main .widget_nav_menu ul li {
		margin: 0;
		}
		.l-main .widget_nav_menu .menu-item a {
			display: block;
			position: relative;
			padding: 0.6rem 1.2rem;
			border-width: 1px 0 0 !important;
			border-style: solid;
			color: inherit;
			}
		.l-main .widget_nav_menu .menu-item.current-menu-item > a {
			border-color: transparent;
			color: #fff;
			}
		.l-main .widget_nav_menu .current-menu-item + .menu-item > a {
			border-color: transparent;
			}
		.l-main .widget_nav_menu .sub-menu > .menu-item a {
			padding-left: 2.4rem;
			}
		.l-main .widget_nav_menu .sub-menu .sub-menu > .menu-item a {
			padding-left: 3.6rem;
			}
	/* layout: horizontal */
	.vc_wp_custommenu.layout_hor .menu-item:before,
	.vc_wp_custommenu.layout_hor .sub-menu {
		display: none;
		}
	.l-main .vc_wp_custommenu.layout_hor .menu {
		border-width: 0;
		}
	.l-main .vc_wp_custommenu.layout_hor ul {
		white-space: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		}
		.l-main .vc_wp_custommenu.layout_hor ul li {
			display: inline-block;
			vertical-align: top;
			}
			.l-main .vc_wp_custommenu.layout_hor ul li a {
				display: block;
				padding: 0.8em;
				border: none !important;
				background-color: inherit !important;
				color: inherit !important;
				opacity: 0.66;
				}
			.l-main .vc_wp_custommenu.layout_hor .current-menu-item a,
			.no-touch .l-main .vc_wp_custommenu.layout_hor a:hover {
				opacity: 1;
				}
	.l-footer .vc_wp_custommenu.layout_hor ul {
		margin: 0 -0.8em;
		}
		.l-footer .vc_wp_custommenu.layout_hor ul li {
			display: inline-block;
			vertical-align: top;
			padding: 0;
			margin: 0 0.8em;
			}
		.l-footer .vc_wp_custommenu.layout_hor ul li.btn {
			margin: -0.3em 0.8em;
			}
			.l-footer .vc_wp_custommenu.layout_hor ul li.btn > a {
				display: inline-block;
				vertical-align: top;
				padding: 0.3em 1.2em;
				border: none !important;
				border-radius: 0.2em;
				}
		
/* Calendar */
.widget_calendar #calendar_wrap {
	padding: 1rem;
	border-style: solid;
	border-width: 2px; /* fixed value */
	}
	#wp-calendar {
		width: 100%;
		}
	#wp-calendar caption {
		font-size: 1.2rem;
		padding: 0.5rem 1.5rem 1rem;
		}
	#wp-calendar thead th,
	#wp-calendar tbody td,
	#wp-calendar tfoot td {
		padding: 0;
		border: none;
		text-align: center;
		line-height: 2rem;
		}
	#wp-calendar thead th {
		font-size: 0.7rem;
		font-weight: normal;
		border-top: none;
		opacity: 0.5;
		}
	#wp-calendar tbody td a {
		display: block;
		font-size: 1.2rem;
		font-weight: bold;
		}
	#wp-calendar tbody td#today {
		font-size: 1.2rem;
		font-weight: bold;
		}
	#wp-calendar td#prev {
		text-align: left;
		padding-left: 0.7rem;
		}
	#wp-calendar td#next {
		text-align: right;
		padding-right: 0.7rem;
		}

/* RSS */
.widget_rss .widgettitle a {
	padding-left: 2rem;
	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 span {
		display: block;
		opacity: 0.5;
		}
	.widget_rss ul li cite {
		font-size: 0.9rem;
		font-style: normal;
		opacity: 0.5;
		}
	.widget_rss ul li div {
		display: block;
		font-size: 0.9rem;
		}
		
/* Search */
.widget_search .w-form-message,
.widget_search .w-form-row-state,
.widget_search .w-btn-label,
.widget_search .w-btn:before {
	display: none;
	}
.widget_search .w-form {
	position: relative;
	}
	.widget_search .w-form input[type="text"] {
		padding-right: 2.8rem;
		padding-left: 0.8rem;
		min-width: 8rem;
		}
	.widget_search .w-form-row.for_submit {
		position: absolute;
		top: 0;
		right: 0;
		}
		.widget_search .w-btn {
			padding: 0;
			line-height: 2.8rem;
			width: 2.8rem;
			background: none !important;
			color: inherit !important;
			opacity: 0.5;
			transition: opacity 0.3s;
			}
		.widget_search .w-btn:hover {
			opacity: 1;
			}
			.widget_search .w-btn:after {
				content: '\f002';
				font-size: 1.2rem;
				font-family: fontawesome;
				font-weight: normal;
				display: inline-block;
				vertical-align: top;
				}

/* Tags */
.widget_tag_cloud a {
	color: inherit;
	}



/* Rounded Corners
   ========================================================================== */
   
.rounded_none input[type="text"],
.rounded_none input[type="password"],
.rounded_none input[type="email"],
.rounded_none input[type="url"],
.rounded_none input[type="tel"],
.rounded_none input[type="number"],
.rounded_none input[type="date"],
.rounded_none input[type="search"],
.rounded_none input[type="range"],
.rounded_none textarea,
.rounded_none select,
.rounded_none .btn.w-menu-item,
.rounded_none .btn.menu-item > a,
.rounded_none .w-header-show,
.rounded_none .w-actionbox,
.rounded_none .w-author,
.rounded_none .w-blog-post-h,
.rounded_none .w-blog-post-meta-category a,
.rounded_none .w-cart-notification,
.rounded_none .g-filters.style_2 .g-filters-item,
.rounded_none .w-logos-item,
.rounded_none .w-message,
.rounded_none .w-pricing-item-h,
.rounded_none .w-pricing-item-header,
.rounded_none .w-profile,
.rounded_none .w-progbar-bar,
.rounded_none .w-progbar-bar-count,
.rounded_none .w-search-form,
.rounded_none .w-sharing-item,
.rounded_none .w-socials:not(.circle) .w-socials-item-link,
.rounded_none .w-socials-item-popup,
.rounded_none .w-tabs-section-content,
.rounded_none .g-tags > a,
.rounded_none .w-testimonial-h,
.rounded_none .w-testimonial-text,
.rounded_none .w-toplink,
.rounded_none .wpcf7-response-output,
.rounded_none .gfield_creditcard_warning,
.rounded_none .chosen-single,
.rounded_none .chosen-choices,
.rounded_none .search-choice,
.rounded_none .wpml-ls-item-toggle,
.rounded_none .ultimate-call-to-action,
.rounded_none .flip-box-wrap .flip-box .ifb-face,
.rounded_none .smile-icon-timeline-wrap .timeline-wrapper .timeline-block,
.rounded_none .smile-icon-timeline-wrap .timeline-feature-item.feat-item,
.rounded_none .aio-icon-box {
	border-radius: 0 !important;
	}
	
	
	
/* Links Hover Underline 
   ========================================================================== */

.no-touch .links_underline h1 a:hover,
.no-touch .links_underline h2 a:hover,
.no-touch .links_underline h3 a:hover,
.no-touch .links_underline h4 a:hover,
.no-touch .links_underline h5 a:hover,
.no-touch .links_underline h6 a:hover,
.no-touch .links_underline p a:hover,
.no-touch .links_underline li a:hover,
.no-touch .links_underline .w-menu-item:hover span,
.no-touch .links_underline .g-breadcrumbs a:hover,
.no-touch .links_underline .w-author-name a:hover,
.no-touch .links_underline .w-author-url a:hover,
.no-touch .links_underline .w-author-desc a:hover,
.no-touch .links_underline a:hover + .w-blog-post-body .w-blog-post-title a,
.no-touch .links_underline .w-blog-post-meta a:hover,
.no-touch .links_underline .w-blognav a:hover .w-blognav-title,
.no-touch .links_underline .w-btn.color_transparent:hover .w-btn-label,
.no-touch .links_underline .w-comments-item-meta a:hover,
.no-touch .links_underline .w-comments-item-text a:hover,
.no-touch .links_underline .w-comments-item-answer a:hover,
.no-touch .links_underline .w-comments-pagination a:hover,
.no-touch .links_underline .comment-reply-title a:hover,
.no-touch .links_underline .w-contacts a:hover,
.no-touch .links_underline .w-form-row-link:hover,
.no-touch .links_underline .w-person-link:hover .w-person-name span,
.no-touch .links_underline .w-profile-link.for_user:hover .w-profile-name,
.no-touch .links_underline .w-profile-link.for_logout:hover,
.no-touch .links_underline .w-testimonial a:hover .w-testimonial-author-name span,
.no-touch .links_underline .widget li a:hover,
.no-touch .links_underline #wp-calendar td a:hover,
.no-touch .links_underline .l-main .widget_tag_cloud a:hover,
.no-touch .links_underline .cl-popup-trigger.type_text:hover {
	border-bottom: 1px solid;
	}



/* CodeLights
   ========================================================================== */
   
.l-body .cl-btn {
	margin: 0.3rem 0;
	overflow: hidden;
	}
.l-body .cl-btn,
.no-touch .l-body .cl-btn:hover {
	color: #fff;
	}
	.no-touch .cl-btn:before {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 0;
		background-color: rgba(0,0,0,0.1);
		transition: height 0.3s;
		}
	.no-touch .cl-btn:hover:before {
		height: 100%;
		}
	.cl-btn span {
		position: relative;
		}

/* Fix for sticky header when modal popup is open */
.cloverlay_fixed .header_hor .l-header.pos_fixed {
	overflow-y: scroll;
	}



/* Magnific Popup (lightbox)
   ========================================================================== */
   
.mfp-container:after {
	content: '\2715';
	position: absolute;
	z-index: 1047;
	top: 0;
	right: 0;
	font-size: 2rem;
	text-align: center;
	line-height: 5rem;
	width: 5rem;
	color: #fff;
	}
.admin-bar .mfp-container:after {
	top: 32px; /* fixed value */
	}
.mfp-close,
.mfp-arrow:after {
	display: none !important;
	}
.mfp-arrow:before {
	content: '\f104';
	font-family: fontawesome;
	font-size: 3rem;
	font-weight: normal;
	line-height: 110px; /* fixed value */
	width: 100%;
	margin: 0;
	border: none;
	color: #fff;
	}
.mfp-arrow.mfp-arrow-right:before {
	content: '\f105';
	}
.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: -1.5rem 0 0 -1.5rem;
	height: 3rem;
	width: 3rem;
	color: #fff;
	transition: opacity 0.2s ease 0.1s;
	}
.mfp-s-ready .mfp-preloader {
	display: block;
	opacity: 0;
	}
	.mfp-preloader:before,
	.mfp-preloader:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: 50%;
		border: 2px solid;
		}
	.mfp-preloader:before {
		opacity: 0.2;
		}
	.mfp-preloader:after {
		border-top-color: transparent;
		-webkit-animation: rotation 0.8s infinite cubic-bezier(.6,.3,.3,.6);
				animation: rotation 0.8s infinite cubic-bezier(.6,.3,.3,.6);
		}
.mfp-title {
	font-size: 0.9rem;
	}

/* Animation */
.mfp-fade.mfp-bg {
	opacity: 0;
	transition: opacity 0.2s;
	}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
	}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
	}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transform: scale(0.5);
	transition: transform 0.2s, opacity 0.2s;
	}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	transform: scale(1);
	}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	transform: scale(0.5);
	}
.mfp-fade.mfp-wrap .mfp-container:after,
.mfp-fade.mfp-wrap .mfp-arrow {
	opacity: 0 !important;
	transition: opacity 0.2s;
	}
.mfp-fade.mfp-wrap.mfp-ready .mfp-container:after,
.mfp-fade.mfp-wrap.mfp-ready .mfp-arrow {
	opacity: 0.66 !important;
	}
.no-touch .mfp-fade.mfp-wrap.mfp-ready .mfp-arrow:hover {
	opacity: 1 !important;
	}
.mfp-fade.mfp-wrap.mfp-removing .mfp-container:after,
.mfp-fade.mfp-wrap.mfp-removing .mfp-arrow {
	opacity: 0 !important;
	}
	
/* fix for CodeLights Modal Popup */
.cloverlay_fixed .mfp-bg {
	z-index: 10003;
	}
.cloverlay_fixed .mfp-wrap {
	z-index: 10004;
	}
	
	
	
/* Owl Carousel (used in us_logos, us_testimonials)
   ========================================================================== */	

.owl-carousel .owl-item {
	-webkit-backface-visibility: initial; /* fix for hover effect on Chrome */
	}

/* Arrows */
.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	font-size: 0;
	font-family: fontawesome;
	text-align: center;
	line-height: calc(3.5rem - 4px);
	height: 3.5rem;
	width: 3.5rem;
	margin-top: -1.75rem;
	border-radius: 50%;
	border: 2px solid transparent;
	transition: border-color 0.3s, color 0.3s;
	}
.owl-prev {
	left: -4.5rem;
	}
	.owl-prev:before {
		content: '\f104';
		font-size: 2rem;
		vertical-align: top;
		padding-right: 0.2rem;
		}
.owl-next {
	right: -4.5rem;
	}
	.owl-next:before {
		content: '\f105';
		font-size: 2rem;
		vertical-align: top;
		padding-left: 0.2rem;
		}
.no-touch .color_primary .owl-prev:hover,
.no-touch .color_primary .owl-next:hover,
.no-touch .color_secondary .owl-prev:hover,
.no-touch .color_secondary .owl-next:hover,
.no-touch .color_custom .owl-prev:hover,
.no-touch .color_custom .owl-next:hover {
	border-color: #fff;
	color: #fff;
	}
.l-section.width_full .owl-carousel[data-nav="1"] {
	padding: 0 5.5rem;
	}
.l-section.width_full .owl-carousel[data-nav="1"] .owl-prev {
	left: 1rem;
	}
.l-section.width_full .owl-carousel[data-nav="1"] .owl-next {
	right: 1rem;
	}
	
/* Dots */
.owl-dots {
	display: block !important;
	text-align: center;
	line-height: 0;
	padding-top: 1em;
	}
.owl-carousel[data-dots="0"] .owl-dots {
	display: none !important;
	}
	.owl-dot {
		display: inline-block;
		vertical-align: top;
		cursor: pointer;
		}
		.owl-dot span {
			display: block;
			border-radius: 50%;
			background-color: rgba(0,0,0,0.2);
			width: 8px; /* fixed value */
			height: 8px; /* fixed value */
			margin: 6px; /* fixed value */
			}
		.owl-dot.active span {
			background-color: rgba(0,0,0,0) !important;
			border: 1px solid;
			width: 10px; /* fixed value */
			height: 10px; /* fixed value */
			margin: 5px; /* fixed value */
			}
		.color_primary .owl-dot span,
		.color_secondary .owl-dot span,
		.color_custom .owl-dot span {
			background-color: rgba(255,255,255,0.4);
			}
		.color_primary .owl-dot.active span,
		.color_secondary .owl-dot.active span,
		.color_custom .owl-dot.active span {
			border-color: #fff;
			}
	
	
	
/* Royal Slider
   ========================================================================== */
   
.w-slider:after {
	display: block;
	content: '';
	clear: both;
	}
.royalSlider {
	height: auto;
	width: 100%;
	}
.royalSlider.rsFullscreen {
	background-color: #111;
	color: #fff;
	}
.royalSlider .rsTmb,
.royalSlider .rsABlock,
.royalSlider.rsHor + img {
	display: none;
	}
	
/* Arrows */
.royalSlider .rsArrow {
	display: block;
	position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 21;
	font-size: 3rem;
	text-align: center;
	line-height: 4rem;
	height: 4rem;
	width: 4rem;
	margin-top: -2rem;
	text-shadow: 0 1px 3px rgba(0,0,0,0.3);
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	}
.royalSlider .rsArrowLeft {
	left: 0;
	}
.royalSlider .rsArrowRight {
	right: 0;
	}
	.royalSlider .rsArrow:after {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		content: '\f104';
		font-family: fontawesome;
		}
	.royalSlider .rsArrow.rsArrowRight:after {
		content: '\f105';
		}
	.royalSlider .rsArrowDisabled:after {
		display: none;
		}
		
/* Bullets */
.rsBullets {
	text-align: center;
	line-height: 0;
	padding-top: 0.5rem;
	width: 100%;
	}
.w-slider.us-frame-wrapper .rsBullets {
	padding-top: 32%;
	}
	.rsBullet {
		display: inline-block;
		vertical-align: top;
		cursor: pointer;
		}
		.rsBullet span {
			display: block;
			border-radius: 50%;
			background-color: rgba(0,0,0,0.2);
			width: 8px; /* fixed value */
			height: 8px; /* fixed value */
			margin: 6px; /* fixed value */
			}
		.rsBullet.rsNavSelected span {
			background-color: rgba(0,0,0,0) !important;
			border: 1px solid;
			width: 10px; /* fixed value */
			height: 10px; /* fixed value */
			margin: 5px; /* fixed value */
			}
		.color_primary .rsBullet span,
		.color_secondary .rsBullet span,
		.color_custom .rsBullet span {
			background-color: rgba(255,255,255,0.4);
			}
		.color_primary .rsBullet.rsNavSelected span,
		.color_secondary .rsBullet.rsNavSelected span,
		.color_custom .rsBullet.rsNavSelected span {
			border-color: #fff;
			}

/* Thumbnails */
.rsThumbsHor {
	width: 100%;
	height: 4rem;
	padding-top: 4px; /* fixed value */
	}
	.rsWithThumbsHor .rsThumbsContainer {
		position: relative;
		height: 100%;
		}
		.rsThumb {
			overflow: hidden;
			width: 4rem;
			height: 4rem;
			}
			.royalSlider .rsThumb img {
				display: block;
				width: 100%;
				}
			.rsThumb.rsNavSelected img {
				opacity: 0.3;
				}
	.rsThumbsArrow {
		display: none;
		}

/* Fullscreen button */
.rsFullscreenBtn {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 22;
	cursor: pointer;
	font-size: 1.5rem;
	text-align: center;
	line-height: 4rem;
	height: 4rem;
	width: 4rem;
	right: 0;
	top: 0;
	text-shadow: 0 1px 3px rgba(0,0,0,0.3);
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	transition: opacity 0.3s;
	}
.no-touch .rsFullscreenBtn {
	opacity: 0;
	}
.no-touch .royalSlider:hover .rsFullscreenBtn {
	opacity: 1;
	}
	.rsFullscreenBtn:after {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		content: '\f0b2';
		font-family: fontawesome;
		}
	.rsFullscreen .rsFullscreenBtn:after {
		content: '\2715';
		font-family: Arial, sans-serif;
		font-size: 2rem;
		}

/* Preloader */
.rsPreloader {
	top: 50%;
	left: 50%;
	margin: -1.5rem 0 0 -1.5rem;
	height: 3rem;
	width: 3rem;
	}
	.rsPreloader:before,
	.rsPreloader:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: 50%;
		border: 2px solid;
		}
	.rsPreloader:before {
		opacity: 0.2;
		}
	.rsPreloader:after {
		border-top-color: transparent;
		-webkit-animation: rotation 0.8s infinite cubic-bezier(.6,.3,.3,.6);
				animation: rotation 0.8s infinite cubic-bezier(.6,.3,.3,.6);
		}
		
/* Slides Captions */
.rsABlock {
	top: auto;
	right: 0;
	bottom: 0;
	line-height: 1.5rem;
	max-height: 100%;
	padding: 3rem 1rem 0.6rem;
	overflow: hidden;
	background: linear-gradient(transparent, rgba(30,30,30,0.8)) repeat-x;
	color: #fff;
	}
	.w-slider-item-description {
		font-size: 0.9rem;
		margin: 0.3rem 0;
		opacity: 0.5;
		}



/* WPML
   ========================================================================== */

img.iclflag,
img.wpml-ls-flag {
	position: relative;
	top: 1px;
	margin-right: 0.4rem;
	}

/* Languages Switcher Horizontal List */
.wpml-ls-legacy-list-horizontal ul {
	margin: 0 -0.6rem;
	list-style: none;
	}
	.wpml-ls-legacy-list-horizontal ul li {
		display: inline-block;
		white-space: nowrap;
		margin: 0 0.6rem;
		}

/* Languages Switcher Dropdown */
.wpml-ls-legacy-dropdown li,
.wpml-ls-legacy-dropdown-click li {
	margin: 0;
	position: relative;
	}
	.wpml-ls-legacy-dropdown a,
	.wpml-ls-legacy-dropdown-click a {
		display: block;
		font-size: 0.9rem;
		line-height: 2.8rem;
		padding: 0 2.8rem 0 0.8rem;
		border: none !important;
		color: inherit !important;
		box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08) inset;
		}
	.wpml-ls-item-toggle {
		border-radius: 0.3rem;
		}
		.wpml-ls-item-toggle:before {
			content: '\f107';
			position: absolute;
			top: 0;
			right: 0.8rem;
			font-size: 1.2rem;
			font-family: fontawesome;
			cursor: pointer;
			}
	.wpml-ls-sub-menu {
		visibility: hidden;
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 11;
		box-shadow: 0 8px 15px rgba(0,0,0,0.1);
		}
	.wpml-ls-legacy-dropdown li:hover .wpml-ls-sub-menu {
		visibility: visible;
		}
		.wpml-ls-sub-menu a {
			box-shadow: none;
			}

/* Languages in Footer */
.wpml-ls-statics-footer {
	clear: both;
	text-align: center;
	font-size: 0.8rem;
	padding: 0.6rem;
	}
	


/* Slider Revolution
   ========================================================================== */
   
.tp-leftarrow.tparrows.custom,
.tp-rightarrow.tparrows.custom {
	font-size: 2rem;
	text-align: center;
	line-height: 3.5rem;
	height: 3.5rem;
	width: 3.5rem;
	border-radius: 50%;
	overflow: hidden;
	background: none !important;
	transition: opacity 0.3s, box-shadow 0.3s;
	box-shadow: 0 0 0 2px #fff inset;
	color: #fff;
	}
	.no-touch .tp-leftarrow.tparrows.custom:hover,
	.no-touch .tp-rightarrow.tparrows.custom:hover {
		box-shadow: 0 0 0 2px transparent inset;
		}
	.tp-leftarrow.tparrows.custom:before,
	.tp-rightarrow.tparrows.custom:before {
		display: none;
		}
	.no-touch .tp-leftarrow.tparrows.custom:before,
	.no-touch .tp-rightarrow.tparrows.custom:before {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		height: 0;
		width: 100%;
		transition: height 0.3s;
		}
	.no-touch .tp-leftarrow.tparrows.custom:hover:before,
	.no-touch .tp-rightarrow.tparrows.custom:hover:before {
		height: 100%;
		}
	.tp-rightarrow.tparrows.custom:after {
		content: '\f105';
		font-family: fontawesome;
		vertical-align: top;
		padding-left: 0.2rem;
		position: relative;
		}
	.tp-leftarrow.tparrows.custom:after {
		content: '\f104';
		font-family: fontawesome;
		vertical-align: top;
		padding-right: 0.2rem;
		position: relative;
		}



/* Contact Form 7
   ========================================================================== */
   
span.wpcf7-form-control-wrap {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	}
	.wpcf7-form input[type="text"],
	.wpcf7-form input[type="password"],
	.wpcf7-form input[type="email"],
	.wpcf7-form input[type="url"],
	.wpcf7-form input[type="tel"],
	.wpcf7-form input[type="number"],
	.wpcf7-form input[type="date"],
	.wpcf7-form textarea,
	.wpcf7-form select {
		margin-top: 0.4rem;
		}
	.wpcf7-form-control.wpcf7-radio,
	.wpcf7-form-control.wpcf7-checkbox {
		display: inline-block;
		vertical-align: top;
		padding: 0.6rem 0;
		}
	span.wpcf7-list-item {
		display: inline-block;
		vertical-align: top;
		margin: 0 1.5rem 0 0;
		}
div.wpcf7 img.ajax-loader {
	margin-left: 1rem;
	}
div.wpcf7-response-output {
	text-align: center;
	margin: 0;
	padding: 0.6rem 1rem;
	border-radius: 0.3rem;
	}
span.wpcf7-not-valid-tip {
	font-size: 0.9rem;
	}



/* TablePress
   ========================================================================== */
   
.dataTables_processing {
	display: none;
	}
.dataTables_scroll {
	clear: both;
	}
.dataTables_scrollBody {
	-webkit-overflow-scrolling: touch;
	}
.tablepress-table-description {
	display: block;
	margin-bottom: 1.5rem;
	}
.dataTables_wrapper {
	clear: both;
	margin-bottom: 1.5rem;
	}
	.dataTables_wrapper:after {
		content: '';
		display: block;
		clear: both;
		}
	.dataTables_wrapper .tablepress {
		clear: both;
		margin: 0;
		width: 100% !important;
		}
	.tablepress tbody td {
		vertical-align: top;
		}
	.tablepress thead th,
	.tablepress tfoot th {
		font-weight: bold;
		vertical-align: middle;
		}
	.tablepress .odd td {
		background-color: rgba(0,0,0,0.03);
		}
	.tablepress img {
		max-width: none;
		}
.dataTables_length {
	float: left;
	white-space: nowrap;
	margin-bottom: 0.7rem;
	}
.dataTables_filter {
	float: right;
	white-space: nowrap;
	margin-bottom: 0.7rem;
	}
	.dataTables_wrapper label input {
		vertical-align: middle;
		width: auto;
		margin-left: 0.7rem;
		}
	.dataTables_wrapper label select {
		vertical-align: middle;
		width: auto;
		margin: 0 0.3rem;
		}
.dataTables_info {
	font-size: 0.9rem;
	clear: both;
	float: left;
	margin-top: 0.7rem;
	}
.dataTables_paginate {
	font-size: 0.9rem;
	float: right;
	margin-top: 0.7rem;
	}
	.dataTables_paginate a {
		display: inline-block;
		vertical-align: top;
		cursor: pointer;
		margin-left: 0.7rem;
		}
	.paginate_button.disabled {
		color: inherit !important;
		cursor: default;
		opacity: 0.5;
		}
	.paginate_button.current {
		font-weight: bold;
		cursor: default;
		}
		.paging_simple .paginate_button.previous:before {
			display: inline-block;
			content: '\f053';
			font-family: fontawesome;
			margin-right: 0.3rem;
			}
		.paging_simple .paginate_button.next:after {
			display: inline-block;
			content: '\f054';
			font-family: fontawesome;
			margin-left: 0.3rem;
			}

/* Sorting */
.tablepress .sorting,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
	position: relative;
	padding-right: 2rem;
	cursor: pointer;
	}
.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
	color: #fff;
	}
	.tablepress .sorting_asc:after,
	.tablepress .sorting_desc:after {
		content: '\f0d8';
		position: absolute;
		top: 50%;
		right: 0.6rem;
		line-height: 1.2rem;
		margin-top: -0.6rem;
		font-family: fontawesome;
		font-weight: normal;
		font-size: 1.2rem;
		}
	.tablepress .sorting_desc:after {
		content: '\f0d7';
		}
	.dataTables_scrollBody .tablepress thead th:after {
		display: none;
		}
	
	
	
/* Ultimate Addons for VC
   ========================================================================== */

.l-section.height_full > .upb_row_bg {
	min-height: inherit;
	}
.l-section .ult-vc-seperator {
	z-index: 2;
	}
.g-cols > .upb_row_bg,
.g-cols > .upb_video-wrapper {
	display: none !important;
	}
ul.slick-dots {
	margin: 0 !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;
		}

/* Advanced Button */
.ubtn.ubtn-left {
	margin-right: 1rem;
	}
.ubtn.ubtn-right {
	margin-left: 1rem;
	}
.ubtn.ubtn-mini {
	font-size: 11px; /* fixed value */
	}
.ubtn.ubtn-small {
	font-size: 13px; /* fixed value */
	}
.ubtn.ubtn-block,
.ubtn.ubtn-large {
	font-size: 18px; /* fixed value */
	}

/* Highlight Box */
.ultimate-call-to-action {
	border-radius: 0.3rem;
	}
	.ultimate-call-to-action .uvc-ctaction-data {
		padding: 0 1.3rem;
		line-height: 1.4;
		}
	
/* Advanced Carousel */
.ult-carousel-wrapper .slick-prev {
	padding-right: 0.2rem;
	}
.ult-carousel-wrapper .slick-next {
	padding-left: 0.2rem;
	}
.ult-carousel-wrapper button.circle-border,
.ult-carousel-wrapper button.circle-bg {
	line-height: 1.72em !important;
	height: 1.72em !important;
	width: 1.72em !important;
	}
	
/* Dual Button */
.ult_dual_button .ult_ivan_button {
	text-transform: uppercase;
	padding: 0.6rem;
	}
	
/* Flip Box */
.flip-box-wrap .flip-box .ifb-face {
	padding: 2rem;
	border-radius: 0.3rem;
	}
	.flip-box-wrap .flip-box .ifb-face h3 {
		font-size: 1.4rem;
		margin: 0.6rem 0;
		}
	.flip-box-wrap .flip-box p {
		line-height: inherit;
		margin-bottom: 0.3rem;
		}
	.flip-box-wrap .flip-box .flip_link a {
		vertical-align: top;
		white-space: nowrap;
		}
		
/* Timeline */
.smile-icon-timeline-wrap > a,
.smile-icon-timeline-wrap .timeline-wrapper > a {
	color: inherit !important;
	}
.smile-icon-timeline-wrap .timeline-separator-text .sep-text {
	font-size: 0.9rem;
	line-height: 2;
	padding: 0 0.6rem;
	}
.smile-icon-timeline-wrap .timeline-wrapper .timeline-dot,
.smile-icon-timeline-wrap .timeline-feature-item .timeline-dot {
	padding: 4px; /* fixed value */
	}
.feat-item .timeline-dot {
	left: -0.5rem !important;
	}
.smile-icon-timeline-wrap .timeline-wrapper .timeline-block,
.smile-icon-timeline-wrap .timeline-feature-item.feat-item {
	border-radius: 0.3rem;
	border: none;
	}
	.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: 2rem 0 -1rem !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: 2rem;
		}
	.smile-icon-timeline-wrap .timeline-block.timeline-post-left .timeline-header-block .timeline-header {
		padding-left: 1rem;
		}
	.smile-icon-timeline-wrap .timeline-block.timeline-post-right .timeline-header-block .timeline-header {
		padding-right: 1rem;
		}
		.smile-icon-timeline-wrap .timeline-header-block .timeline-header h3,
		.smile-icon-timeline-wrap .timeline-block .timeline-header h3 {
			font-size: 1.4rem;
			line-height: 1.4;
			margin: 0 0 1rem;
			}
		.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: 1rem;
			}
		.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: 2rem;
	color: #fff;
	}
	.ultb3-box .ultb3-title {
		margin-bottom: 1.5rem;
		}
	.ultb3-box .ultb3-desc {
		font-size: inherit;
		line-height: inherit;
		margin-bottom: 1.5rem;
		}
		
/* Info Box */
a.aio-icon-box-link {
	color: inherit !important;
	}
.aio-icon-box {
	border-radius: 0.3rem;
	}
	.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.default-icon .aio-icon-default .aio-icon,
	.aio-icon-box.default-icon .aio-icon-default .aio-icon-img {
		margin-right: 1.5rem;
		}
	.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: 1.5rem;
		}
	.aio-icon-box.left-icon .aio-icon-left .aio-icon,
	.aio-icon-box.left-icon .aio-icon-left .aio-icon-img {
		margin-right: 1.5rem;
		}
	.aio-icon-box.right-icon .aio-icon-right .aio-icon,
	.aio-icon-box.right-icon .aio-icon-right .aio-icon-img {
		margin-left: 1.5rem;
		}
	.aio-icon-box .aio-icon-header h3.aio-icon-title {
		font-size: 1.4rem;
		line-height: 1.4;
		}
	.aio-icon-box.top-icon .aio-icon-header h3.aio-icon-title {
		margin-top: 1rem;
		}
	.aio-icon-header + .aio-icon-description {
		margin-top: 1rem !important;
		}
	.aio-icon-box .aio-icon-read {
		padding: 1rem 0 0;
		}

/* Info Circle */
.info-c-full-br .icon-circle-list .info-circle-icons {
	line-height: 2.5em !important;
	height: 2.5em !important;
	width: 2.5em !important;
	}

/* Info List */
.ulimate-info-list-link {
	border: none !important;
	}
.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: 0.6rem;
	}

/* Info Table & Price Box */
.ult_pricing_table_wrap .ult_pricing_table .ult_pricing_heading h3 {
	font-size: 1.4rem;
	}
.ult_design_1 .ult_pricing_table .ult_price_body {
	margin: 0 auto;
	}
.ult_pricing_table_wrap .ult_pricing_table .ult_price_features,
.ult_pricing_table_wrap.ult_design_1 .ult_pricing_table .ult_price_link {
	padding: 1.3rem;
	}
	.ult_pricing_table .ult_price_features ul li {
		line-height: 1.5rem !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_wrap .ult_pricing_table .ult_price_link {
	padding: 0 0 2rem;
	}
.ult_design_6 .ult_pricing_table .ult_price_body {
	border: none !important;
	box-shadow: 0 1px 0 rgba(0,0,0,0.1) !important;
	}
.l-body .ult_pricing_table_wrap.ult_design_2 .ult_price_link .ult_price_action_button {
	font-size: inherit;
	letter-spacing: 0;
	line-height: 1;
	padding: 0.5rem;
	border-radius: 0.2rem;
	}
	
/* Modal Box */
.ult-overlay {
	z-index: 501 !important;
	}
.ult-modal-input-wrapper .btn-modal.btn-modal-sm {
	font-size: 13px; /* fixed value */
	}
.ult-modal-input-wrapper .btn-modal.btn-modal-lg {
	font-size: 18px; /* fixed value */
	}
.ult_modal .ult_modal-content {
	border-radius: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	}
	.ult_modal .ult_modal-header > .modal-icon {
		font-size: 1.3rem;
		}
	.ult_modal .ult_modal-body {
		line-height: inherit;
		padding: 2rem;
		}
		.ult_modal .ult_modal-body p:last-child {
			margin-bottom: 0;
			}

/* Image Separator */
.ult-easy-separator-wrapper {
	float: none !important;
	margin: 0 !important;
	}
