a {
	text-decoration: none;
	transition-property: background-color, box-shadow, border, color, opacity;
	transition-duration: 0.3s;
}

::-moz-selection {
	background-color: rgba(0,0,0,0.66);
	color: #fff;
}
::selection {
	background-color: rgba(0,0,0,0.66);
	color: #fff;
}


h1 {
	font: 38px/1.4 sans-serif;
}
h2 {
	font: 32px/1.4 sans-serif;
}
h3 {
	font: 26px/1.4 sans-serif;
}
h4 {
	font: 22px/1.5 sans-serif;
}
h5 {
	font: 20px/1.6 sans-serif;
}
h6 {
	font: 18px/1.6 sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
}
.l-content h2,
.l-content h3,
.l-content h4,
.l-content h5,
.l-content h6 {
	padding-top: 10px;
}
.l-content h2:first-child,
.l-content h3:first-child,
.l-content h4:first-child,
.l-content h5:first-child,
.l-content h6:first-child,
.l-content h1 + h2,
.l-content h1 + h3,
.l-content h1 + h4,
.l-content h1 + h5,
.l-content h1 + h6,
.l-content h2 + h3,
.l-content h2 + h4,
.l-content h2 + h5,
.l-content h2 + h6,
.l-content h3 + h4,
.l-content h3 + h5,
.l-content h3 + h6,
.l-content h4 + h6,
.l-content h4 + h5,
.l-content h5 + h6 {
	padding-top: 0;
}


.l-section.color_primary h1,
.l-section.color_primary h2,
.l-section.color_primary h3,
.l-section.color_primary h4,
.l-section.color_primary h5,
.l-section.color_primary h6,
.l-section.color_secondary h1,
.l-section.color_secondary h2,
.l-section.color_secondary h3,
.l-section.color_secondary h4,
.l-section.color_secondary h5,
.l-section.color_secondary h6,
.l-section[style~="color:"] h1,
.l-section[style~="color:"] h2,
.l-section[style~="color:"] h3,
.l-section[style~="color:"] h4,
.l-section[style~="color:"] h5,
.l-section[style~="color:"] h6,
.g-cols > .color_custom h1,
.g-cols > .color_custom h2,
.g-cols > .color_custom h3,
.g-cols > .color_custom h4,
.g-cols > .color_custom h5,
.g-cols > .color_custom h6 {
	color: inherit;
}


.l-content p {
	margin: 0 0 1.5em;
}
.l-content .w-gallery + p {
	margin-top: 1.5em;
}


.l-content ul,
.l-content ol {
	margin: 0 0 1.5em 35px;
}
.l-content ul {
	list-style-type: disc;
}
.l-content ol {
	list-style-type: decimal;
}
.l-content ul li,
.l-content ol li {
	margin: 0 0 6px;
}
.l-content ul > li ul,
.l-content ul > li ol,
.l-content ol > li ul,
.l-content ol > li ol {
	margin-bottom: 6px;
	margin-top: 6px;
}


.l-content address {
	margin: 0 0 1.5em;
}


.l-content pre {
	display: block;
	font-family: Consolas, Lucida Console, monospace;
	font-size: 12px;
	line-height: 20px;
	padding: 10px 15px;
	margin: 0 0 20px;
	width: 100%;
	background-color: #faf6e1;
	color: #333;
}
.l-content code {
	display: inline-block;
	vertical-align: top;
	font-family: Consolas, Lucida Console, monospace;
	padding: 0 5px;
	background-color: #faf6e1;
	color: #333;
}
.l-content pre code {
	display: block;
	padding: 0;
	overflow-wrap: normal;
}

.l-content .l-section-h > p:last-child,
.l-content .l-section-h > ul:last-child,
.l-content .l-section-h > ol:last-child,
.l-content .l-section-h > blockquote:last-child,
.l-content .l-section-h > pre:last-child {
	margin-bottom: 0;
}


.l-content img + h1,
.l-content img + h2,
.l-content img + h3,
.l-content img + h4,
.l-content img + ul,
.l-content img + ol,
.l-content img + p,
.l-content div[class^="animate"] {
	margin-bottom: 20px;
}
.l-content img.alignleft {
	float: left;
	margin: 0 40px 40px 0;
}
.l-content img.alignright {
	float: right;
	margin: 0 0 40px 40px;
}
.l-content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.highlight_white {
	color: #fff;
}
.highlight_black {
	color: #000;
}
.highlight_primary_bg,
.highlight_secondary_bg,
.highlight_faded_bg {
	display: inline-block;
	padding: 0 0.3em;
	color: #fff;
}
.highlight_dark_bg {
	display: inline-block;
	padding: 0 0.3em;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}
.highlight_light_bg {
	display: inline-block;
	padding: 0 0.3em;
	background-color: rgba(255,255,255,0.5);
	color: #111;
}



input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
textarea,
select {
	padding: 8px 12px;
	border-radius: 5px;
	box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0,0,0,0.08) inset;
	transition: all 0.3s;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
input[type=range],
select {
	height: 40px;
}
select > option {
	padding: 4px 8px;
}
input[type="checkbox"],
input[type="radio"] {
	margin-right: 5px;
	box-shadow: none !important;
}


::-webkit-input-placeholder { 
	color: inherit;
	position: static;
	opacity: 0.5;
}

_:-ms-lang(x), _:-webkit-full-screen, ::-webkit-input-placeholder {
	opacity: 1;
}
::-moz-placeholder { 
	opacity: 0.5;
	color: inherit;
}




.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;
	height: 60px;
	width: 60px;
	margin: -30px 0 0 -30px;
	background-color: inherit;
	color: inherit;
	opacity: 1;
	transition: opacity 0.3s;
}
.l-preloader.done .l-preloader-spinner {
	opacity: 0;
}



.l-subheader {
	font-size: 0;
	padding-left: 40px;
	padding-right: 40px;
}
.l-header.pos_fixed .l-subheader {
	transition-property: background-color, box-shadow, line-height, height;
	transition-duration: 0.3s;
}

.l-header.notransition .l-subheader,
.l-header.notransition .l-subheader .w-logo-img {
	transition-property: none !important;
	transition-duration: 0s !important;
}
.l-subheader.at_top {
	line-height: 36px; 
}
.l-subheader.at_top .l-subheader-h {
	display: table; 
	width: 100%;
}
.l-subheader.at_middle {
	padding-left: 20px;
	text-align: left;
	line-height: 80px; 
}
.l-subheader.at_bottom {
	clear: both;
	line-height: 50px; 
}


.l-header.pos_fixed.show_onscroll {
	overflow: hidden;
	transition: transform 0.3s;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.l-header.pos_fixed.show_onscroll.sticky {
	overflow: visible;
	-webkit-transform: none;
	transform: none;
}


.l-header.layout_standard .l-subheader.at_middle,
.l-header.layout_extended .l-subheader.at_middle {
	box-shadow: 0 2px 0 -1px rgba(0,0,0,0.08);
}


.l-header.layout_advanced .l-subheader.at_bottom {
	box-shadow: 0 2px 0 -1px rgba(0,0,0,0.08);
}
.l-header.layout_advanced .l-subheader.at_middle .l-subheader-h {
	display: table; 
	width: 100%;
}


.l-header.layout_centered.pos_fixed .l-subheader.at_middle {
	overflow: hidden;
}
.l-header.layout_centered .l-subheader.at_middle,
.l-header.layout_centered .l-subheader.at_bottom {
	text-align: center !important;
}
.l-header.layout_centered .l-subheader.at_bottom {
	box-shadow: 0 2px 0 -1px rgba(0,0,0,0.08);
}
.l-header.layout_centered .w-logo-img {
	max-width: none;
}
.l-header.layout_centered .w-cart,
.l-header.layout_centered .w-search {
	float: none;
}
.l-header.layout_centered .w-nav.type_mobile ~ .w-search {
	display: block;
	margin: 0;
}
.l-header.layout_centered .w-nav.type_mobile ~ .w-search:not(.layout_fullwidth) {
	position: absolute;
	top: 0;
	right: 0;
}
.l-header.layout_centered .w-nav.type_mobile ~ .w-search.layout_fullwidth .w-search-open {
	position: absolute;
	top: 0;
	right: 0;
	line-height: inherit;
}
.l-header.layout_centered .w-nav.type_mobile ~ .w-cart.has_items {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
.l-header.layout_centered .w-nav.type_mobile ~ .w-search ~ .w-cart.has_items {
	right: 40px;
}


.l-header.layout_sided {
	top: 0;
	left: 0;
	bottom: 0;
	min-width: 0 !important;
	overflow: visible !important;
	-webkit-transform: none !important;
	transform: none !important;
}
.l-header.layout_sided.pos_static {
	position: absolute;
}
.l-header.layout_sided .l-subheader.at_middle {
	text-align: center !important;
	line-height: 40px;
	min-height: 100%;
	padding: 0;
	box-shadow: 4px 0 5px -2px rgba(0,0,0,0.1), 2px 0 1px -1px rgba(0,0,0,0.05);
}
.l-header.layout_sided .l-subheader-h {
	position: static;
}
.l-header.layout_sided .w-logo {
	float: none !important;
	margin: 30px 0;
}
.l-header.layout_sided .w-logo-img {
	display: block;
	max-width: none;
	height: auto;
}
.l-header.layout_sided .w-logo img {
	height: auto;
	margin: 0 auto !important;
}
.l-header.layout_sided .w-logo.with_transparent img.for_transparent,
.l-header.layout_sided.transparent .w-logo.with_transparent img.for_default {
	display: none;
}
.l-header.layout_sided.transparent .w-logo.with_transparent img.for_transparent {
	display: block;
}
.l-header.layout_sided .w-nav {
	display: block;
	margin-bottom: 30px;
}
.l-header.layout_sided .w-nav-control {
	display: none !important;
}
.l-header.layout_sided .w-nav.type_mobile .w-nav-list.level_1 {
	margin: 0;
	padding: 0;
}
.l-header.layout_sided .w-nav.type_mobile .w-nav-item {
	line-height: 30px;
}
.l-header.layout_sided .w-nav-item.level_1 {
	text-align: center;
	margin: 0 !important;
}
.l-header.layout_sided .w-nav-anchor.level_1 {
	box-shadow: none !important;
}
.l-header.layout_sided .w-nav-anchor.level_1 .w-nav-title {
	padding-right: 0 !important;
}
.l-header.layout_sided .w-nav-anchor.level_1 .w-nav-arrow {
	position: static;
	line-height: inherit !important;
	width: auto !important;
	padding-left: 6px;
}
.l-header.layout_sided .w-search {
	float: none !important;
	margin: 0 5px 30px !important;
}
.l-header.layout_sided .w-search-open {
	padding: 0 10px;
	line-height: 40px;
}
.l-header.layout_sided .w-search.layout_fullwidth .w-form {
	left: 0;
	right: 0;
}
.l-header.layout_sided .w-cart {
	float: none !important;
	margin: 0 5px 30px !important;
}
.l-header.layout_sided .w-cart-h {
	line-height: 40px;
}
.l-header.layout_sided .w-cart-link {
	padding-left: 0;
}
.l-header.layout_sided .w-cart-dropdown {
	display: none !important;
}
.l-header.layout_sided .w-contacts {
	display: block;
	float: none !important;
	line-height: 30px;
	margin: 0 30px 10px;
}
.l-header.layout_sided .w-contacts-list {
	margin: 0;
}
.l-header.layout_sided .w-socials {
	display: block;
	float: none !important;
	margin: 0 30px 10px;
}
.l-header.layout_sided .w-socials-list {
	margin: 0;
}
.l-header.layout_sided.pos_fixed .w-lang.layout_dropdown .w-lang-list {
	bottom: 0;
	padding: 3px 0 35px;
}


.l-header.logopos_right .l-subheader.at_middle {
	text-align: left;
}
.l-header.logopos_right .w-logo,
.l-header.logopos_right .w-logo img {
	float: right;
}
.l-header.logopos_right .l-subheader.at_middle .w-search {
	float: left;
}
.l-header.logopos_right .l-subheader.at_middle .w-search-open {
	padding-left: 1px;
	padding-right: 15px;
}
.l-header.logopos_right .l-subheader.at_middle .w-cart.has_items + .w-search .w-search-open {
	padding-left: 15px;
}
.l-header.logopos_right .l-subheader.at_middle .w-cart.has_items + .w-search.layout_modern .w-search-open {
	padding-right: 1px;
}
.l-header.logopos_right .l-subheader.at_middle .w-search.layout_modern .w-form input {
	margin-left: 0;
	width: 240px;
}
.l-header.logopos_right .l-subheader.at_middle .w-cart {
	float: left;
}
.l-header.logopos_right .l-subheader.at_middle .w-cart-link {
	padding-left: 0;
	padding-right: 10px;
}
.l-header.logopos_right .l-subheader.at_middle .w-cart-notification,
.l-header.logopos_right .l-subheader.at_middle .w-cart-dropdown {
	left: 0;
	right: auto;
}
.l-header.logopos_right .l-subheader.at_middle .w-nav-control {
	float: left;
	text-align: left;
}
.l-header.logopos_right .l-subheader.at_middle .w-cart + .w-nav .w-nav-control,
.l-header.logopos_right .l-subheader.at_middle .w-search + .w-nav .w-nav-control {
	margin-left: 10px;
	margin-right: 0;
}


.l-header.transparent .l-subheader {
	box-shadow: none !important;
	background-color: transparent;
}
.l-header.layout_standard.transparent .l-subheader.at_top,
.l-header.layout_extended.transparent .l-subheader.at_top {
	background-color: rgba(0,0,0,0.2);
	color: rgba(255,255,255,0.66);
}
.l-header.layout_advanced.transparent .l-subheader.at_middle .l-subheader-h {
	box-shadow: 0 1px 0 rgba(255,255,255,0.22);
}
.l-header.layout_sided.transparent .w-nav-list.level_1,
.l-header.transparent .w-nav-anchor.level_1 {
	background-color: transparent !important;
}
.l-header.transparent .w-nav-anchor.level_1 .ripple {
	background-color: #fff !important;
}
.l-header.bg_transparent ~ .l-main .l-section.height_auto:first-child {
	padding-top: 0 !important;
}



.l-titlebar {
	padding-left: 40px;
	padding-right: 40px;
	box-shadow: 0 -2px 0 -1px rgba(0,0,0,0.08) inset;
	transition: padding 0.3s;
}
.l-titlebar.color_alternate,
.l-titlebar.color_primary,
.l-titlebar.color_secondary {
	box-shadow: none;
}
.l-titlebar h1 {
	margin: 0;
}
.l-titlebar p {
	margin: 8px 0 0;
	opacity: 0.7;
}
.l-titlebar .g-breadcrumbs {
	font-size: 13px;
	line-height: 22px;
	margin: 12px 0 4px;
}
.g-breadcrumbs-separator {
	margin: 0 10px;
}
.g-breadcrumbs-separator:before {
	content: '\f105';
	font-family: fontawesome;
	vertical-align: top;
}
.l-titlebar .g-nav-item {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	text-align: center;
	font-size: 30px;
	font-family: fontawesome;
	line-height: 46px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	border: 2px solid transparent;
	color: inherit;
	transition: color 0.2s, border 0.2s;
}
.l-titlebar .g-nav-item.to_next {
	left: 0;
	padding-right: 3px;
}
.l-titlebar .g-nav-item.to_next:before {
	content: '\f104';
	vertical-align: top;
}
.l-titlebar .g-nav-item.to_prev {
	right: 0;
	padding-left: 3px;
}
.l-titlebar .g-nav-item.to_prev:before {
	content: '\f105';
	vertical-align: top;
}


.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: 13px 0;
}
.l-titlebar.size_medium .l-titlebar-h {
	padding: 27px 0 29px;
}
.l-titlebar.size_small .l-titlebar-content,
.l-titlebar.size_medium .l-titlebar-content {
}
.l-titlebar.size_small h1,
.l-titlebar.size_medium h1 {
	display: inline-block;
	font-size: 24px;
	line-height: 34px;
	margin: 5px 20px 5px 0;
}
.l-titlebar.size_small p,
.l-titlebar.size_medium p {
	display: inline-block;
	margin: 5px 20px 5px 0;
}
.l-titlebar.size_small .g-breadcrumbs,
.l-titlebar.size_medium .g-breadcrumbs {
	margin: 5px 0;
}
.l-titlebar.size_small .g-nav,
.l-titlebar.size_medium .g-nav {
	font-size: 0;
	margin: -4px 0;
}
.l-titlebar.size_small .g-nav-item,
.l-titlebar.size_medium .g-nav-item {
	display: inline-block;
	vertical-align: top;
	position: static;
	margin: 0;
}


.l-titlebar.size_large,
.l-titlebar.size_huge {
	text-align: center;
}
.l-header.bg_transparent ~ .l-titlebar.size_large,
.l-header.bg_transparent ~ .l-titlebar.size_huge {
	padding-bottom: 30px;
}
.l-header.bg_transparent.layout_sided ~ .l-titlebar.size_large,
.l-header.bg_transparent.layout_sided ~ .l-titlebar.size_huge {
	padding-bottom: 0;
}
.single-us_portfolio .l-titlebar.size_large .l-titlebar-h,
.single-us_portfolio .l-titlebar.size_huge .l-titlebar-h {
	padding-left: 80px;
	padding-right: 80px;
}
.l-titlebar.size_large .l-titlebar-h {
	padding-top: 50px;
	padding-bottom: 50px;
}
.l-titlebar.size_huge .l-titlebar-h {
	padding-top: 80px;
	padding-bottom: 80px;
}
@media (min-width: 768px) {
	.l-titlebar.size_huge h1 {
		font-size: 44px;
		line-height: 54px;
		letter-spacing: 2px;
		font-weight: 300;
	}
}
.l-titlebar.size_huge h1,
.l-titlebar.size_huge p {
	text-transform: uppercase;
}


.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;
}




.l-canvas.sidebar_left .l-main,
.l-canvas.sidebar_right .l-main {
	padding-left: 40px;
	padding-right: 40px;
}
.l-sidebar {
	padding: 50px 0;
}





.l-canvas.sidebar_none .l-section {
	padding: 0 40px;
}
.l-section-h {
	padding: 50px 0 0 0;
}


.l-section.height_small .l-section-h {
	padding: 30px 0;
}


.l-section.height_large .l-section-h {
	padding: 80px 0;
}


.l-section.height_huge .l-section-h {
	padding: 120px 0;
}


.l-section.color_primary,
.l-section.color_secondary {
	color: #fff;
}
.l-section.color_primary a,
.l-section.color_secondary a {
	color: inherit;
}



.l-navigation-item {
	display: block;
	position: fixed;
	z-index: 99;
	top: 50%;
	width: 240px;
	margin-top: -60px;
	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: -200px;
	text-align: right;
}
.l-navigation-item.to_next {
	left: -200px;
	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;
	padding: 40px 0;
	width: 120px;
	background-color: rgba(0,0,0,0.3);
	color: #fff;
	transition: background-color 0.3s cubic-bezier(.78,.13,.15,.86);
}
.l-navigation-item.to_prev .l-navigation-item-arrow {
	float: left;
}
.l-navigation-item-arrow:before {
	display: inline-block;
	vertical-align: top;
	content: '\f104';
	font-family: fontawesome;
	font-size: 30px;
	line-height: 40px;
	width: 40px;
	transform: translate(38px,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(-38px,0);
}
.no-touch .l-navigation-item:hover .l-navigation-item-arrow:before {
	transform: translateX(0);
}
.l-navigation-item-preview {
	float: left;
	width: 120px;
}
.l-navigation-item-preview img {
	display: block;
	width: 100%;
}
.l-navigation-item-title {
	clear: both;
	overflow: hidden;
}
.l-navigation-item-title span {
	display: block;
	font-size: 13px;
	line-height: 20px;
	padding: 12px 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: rgba(30,30,30,0.9);
	color: #fff;
	opacity: 0;
	transform: translate(0,-44px);
	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;
}





.l-subfooter {
	padding-left: 40px;
	padding-right: 40px;
}
.l-subfooter.at_top p {
	margin: 0 0 20px;
}
.l-subfooter.at_top p:last-child {
	margin-bottom: 0;
}


.l-footer.layout_compact .l-subfooter.at_top {
	font-size: 0.9em;
	line-height: 1.6;
	padding-top: 50px;
	padding-bottom: 20px;
}
.l-footer.layout_compact .l-subfooter.at_bottom {
	font-size: 0.9em;
	line-height: 20px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.l-footer.layout_compact .l-subfooter.at_bottom .w-nav-anchor.level_1 {
	margin-left: 20px;
}


.l-footer.layout_modern .l-subfooter.at_top {
	padding-top: 80px;
	padding-bottom: 50px;
}
.l-footer.layout_modern .l-subfooter.at_bottom {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.l-footer.layout_modern .l-subfooter.at_bottom .w-nav-anchor.level_1 {
	margin-left: 40px;
}





.g-cols.offset_none {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.g-cols.offset_none > div {
	float: none;
	display: table-cell;
	vertical-align: middle;
	padding: 5%;
	background-position: center center !important;
	background-size: cover !important;
}





.w-actionbox {
	padding: 35px 40px;
	border-radius: 5px;
}
.w-actionbox-text > *:first-child {
	margin: 0 !important;
}
.w-actionbox-text p {
	margin: 12px 0 0;
}
.w-actionbox.controls_bottom .w-actionbox-controls {
	margin-top: 20px;
}
.w-actionbox.controls_bottom .w-btn {
	margin-left: 5px;
	margin-right: 5px;
}
.w-actionbox.controls_right .w-actionbox-controls {
	padding-left: 30px;
}
.w-actionbox.controls_right .w-btn {
	margin-left: 15px;
}


.w-actionbox.color_primary,
.w-actionbox.color_secondary {
	color: #fff;
}
.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;
}
.w-actionbox.color_primary h2,
.w-actionbox.color_secondary h2 {
	color: #fff;
}
.w-actionbox.color_primary .w-actionbox-text a,
.w-actionbox.color_secondary .w-actionbox-text a {
	color: #111;
}
.no-touch .w-actionbox.color_primary .w-actionbox-text a:hover,
.no-touch .w-actionbox.color_secondary .w-actionbox-text a:hover,
.no-touch .w-actionbox.color_primary a.w-btn.color_transparent,
.no-touch .w-actionbox.color_secondary a.w-btn.color_transparent {
	color: #fff;
}



.w-blog-post-preview-icon {
	display: none;
	height: 0;
	width: 100%;
	color: #fff;
}
.w-blog-post-preview-icon:before {
	content: '\f040';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	font-family: fontawesome;
	font-size: 40px;
	line-height: 80px;
	width: 80px;
	margin: -40px 0 0 -40px;
}
.format-video.has-post-thumbnail .w-blog-post-preview-icon {
	display: block;
}
.w-blog-post.format-video .w-blog-post-preview-icon:before {
	content: '\f04b';
	font-size: 24px;
	line-height: 50px;
	width: 46px;
	padding-left: 4px;
	margin: -25px 0 0 -25px;
	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-list .w-blog-post-title {
	margin-bottom: 15px;
}
.w-blog-post.sticky .w-blog-post-title {
	font-weight: bold;
}
.w-blog-post-meta a,
.color_alternate .w-blog-post-meta a {
	color: inherit;
}
.w-blog-post-meta > * {
	font-size: 0.9em;
	line-height: 18px;
	margin: 0 18px 8px 0;
}
.w-blog-post-meta > *:before {
	font-size: 14px;
	font-family: fontawesome;
	vertical-align: top;
	margin-right: 5px;
}
.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: 5px;
}
.w-blog-post-more.w-btn {
	margin: 20px 0 0;
}


.w-blog-preloader {
	position: relative;
	height: 0;
	width: 100%;
	overflow: hidden;
}
.w-blog-preloader .g-preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
}
.w-blog-preloader.active {
	height: 400px;
}
.w-blog-preloader.active ~ .g-loadmore,
.w-blog-preloader.active ~ .g-pagination {
	display: none;
}


.w-blog:not(.cols_1) .w-blog-list {
	font-size: 0;
}
.w-blog:not(.cols_1) .w-blog-post {
	display: inline-block;
	vertical-align: top;
}
.w-blog.cols_2 .w-blog-post {
	width: 50%;
}
.w-blog.cols_3 .w-blog-post {
	width: 33.3333%;
}
.w-blog.cols_3.layout_masonry .w-blog-post {
	width: 33.34%; 
}
.w-blog.cols_4 .w-blog-post {
	width: 25%;
}
.w-blog.cols_5 .w-blog-post {
	width: 20%;
}
.w-blog:not(.cols_1) .g-pagination {
	text-align: center;
}


.w-blog.layout_classic:not(.cols_1) .w-blog-list {
	margin-left: -25px;
	margin-right: -25px;
}
.l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_classic .w-blog-list {
	margin-left: 25px;
	margin-right: 25px;
}
.w-blog.layout_classic .g-filters:not(.style_2) ~ .w-blog-list,
.l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_classic:not(.with_filters) .w-blog-list {
	margin-top: 50px;
}
.w-blog.layout_classic:not(.cols_1) .w-blog-post {
	padding: 0 25px;
	margin-bottom: 50px;
}
.w-blog.layout_classic.cols_1 .w-blog-post {
	margin-bottom: 70px;
}
.w-blog.layout_classic .format-video .w-blog-post-preview-icon {
	display: none;
}
.w-blog.layout_classic.cols_2 .w-blog-post-preview .w-video-h,
.w-blog.layout_classic.cols_3 .w-blog-post-preview .w-video-h,
.w-blog.layout_classic.cols_4 .w-blog-post-preview .w-video-h,
.w-blog.layout_classic.cols_5 .w-blog-post-preview .w-video-h {
	padding-bottom: 66.6667%;
}
.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: 20px;
}
.w-blog.layout_classic .w-blog-post-title a {
	color: inherit;
}




.w-blog.layout_tiles .w-blog-list {
	margin: -2px -2px 2px;
}
.l-section.width_full .g-cols:not(.offset_none) .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(.offset_none) .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-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
}
.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;
	padding-bottom: 66.6666%;
}
.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 30px 15px;
	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 > * {
	line-height: 16px;
	color: rgba(255,255,255,0.5);
	pointer-events: auto;
}
.w-blog.layout_tiles .w-blog-post-meta-category {
	position: absolute;
	left: 30px;
	bottom: 100%;
	font-size: 0;
	margin: 0 -2px 10px;
}
.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: 11px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 2px 8px;
	margin: 2px;
	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;
}
.w-blog.layout_masonry .g-pagination {
	margin-top: 30px;
}



.w-nav + .w-copyright {
	float: left;
}



.g-filters {
	text-align: center;
}
.g-filters-item {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	transition: all 0.2s;
}
.g-filters-item.active {
	cursor: default;
}


.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 {
	font-size: 14px;
	line-height: 50px;
	padding: 0 18px;
}
.no-touch .g-filters.style_1 .g-filters-item:hover {
	color: #fff;
}



.g-loadmore {
	text-align: center;
	position: relative;
}
.g-loadmore.done {
	display: none;
}
.g-loadmore-btn {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 20px;
	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: 30px;
}
.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%;
	margin: -20px 0 0 -20px;
	opacity: 0;
	transition: opacity 0.3s;
}
.g-loadmore.loading .g-preloader {
	opacity: 1;
}





.w-logo {
	float: left;
}
.l-header.layout_centered .w-logo {
	float: none !important;
}
.w-logo-link {
	color: inherit;
}
.w-logo-img {
	max-width: 200px;
	transition: height 0.3s;
}
.w-logo img {
	display: block;
	height: inherit;
	min-height: 20px;
	max-width: none;
	width: auto;
	transition: margin 0.3s, opacity 0.3s;
}
.w-logo img.for_tablets {
	display: none;
	max-height: 80px;
}
.w-logo img.for_mobiles {
	display: none;
	max-height: 50px;
}


.w-logo.with_transparent img.for_transparent,
.l-header.transparent .w-logo.with_transparent img.for_default {
	opacity: 0;
}
.l-header.transparent .w-logo.with_transparent img.for_transparent {
	opacity: 1;
}


@media (max-width: 900px) and (min-width: 601px) {
	.w-logo.with_tablets img.for_default,
	.w-logo.with_tablets img.for_transparent {
		display: none;
	}
	.w-logo.with_tablets img.for_tablets {
		display: block;
	}
}


@media (max-width: 600px) {
	.w-logo.with_mobiles img.for_default,
	.w-logo.with_mobiles img.for_transparent {
		display: none;
	}
	.w-logo.with_mobiles img.for_mobiles {
		display: block;
	}
}





.w-logos-item {
	display: block;
	border-radius: 5px;
}
.w-logos.with_indents .w-logos-item {
	padding: 30px;
}
.w-logos-item img {
	display: block;
	margin: 0 auto;
}



.l-header .w-nav {
	display: inline-block;
	vertical-align: middle;
	line-height: 50px;
}
.l-subheader.at_bottom .w-nav.type_desktop {
	line-height: 40px;
}
.w-nav.type_desktop.height_full,
.l-subheader.at_bottom .w-nav.type_desktop.height_full {
	line-height: inherit;
}
.w-nav-control {
	float: right;
	text-align: right;
	font-size: 21px;
	width: 40px;
	cursor: pointer;
	transition: color 0.3s;
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
}
.l-subheader.at_bottom .w-nav-control {
	float: left;
	text-align: left;
}
.l-subheader.at_middle .w-cart + .w-nav .w-nav-control,
.l-subheader.at_middle .w-search + .w-nav .w-nav-control {
	margin-right: 10px;
}
.w-nav-control:before {
	content: '\f0c9';
	font-family: fontawesome;
	vertical-align: top;
	line-height: inherit;
}
.l-header .w-nav-anchor.level_1 {
	padding: 0 20px;
	color: inherit;
}
.w-nav-anchor.level_2,
.w-nav-anchor.level_3,
.w-nav-anchor.level_4 {
	padding: 10px 20px;
}
.w-nav-title i {
	width: 20px;
}


.w-nav-arrow {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	font-family: fontawesome;
	font-size: 20px;
	font-weight: normal;
	line-height: inherit;
	text-align: center;
	width: 20px;
}
.w-nav-arrow:before {
	content: '\f107';
}
.w-nav-item.level_2.menu-item-has-children .w-nav-anchor.level_2 .w-nav-arrow,
.w-nav-item.level_3.menu-item-has-children .w-nav-anchor.level_3 .w-nav-arrow {
	display: block;
	line-height: 40px;
	width: 30px;
}
.w-nav-item.level_2.menu-item-has-children .w-nav-anchor.level_2 .w-nav-arrow:before,
.w-nav-item.level_3.menu-item-has-children .w-nav-anchor.level_3 .w-nav-arrow:before {
	content: '\f105';
}
.w-nav-item.level_2.menu-item-has-children .w-nav-anchor.level_2 .w-nav-title,
.w-nav-item.level_3.menu-item-has-children .w-nav-anchor.level_3 .w-nav-title {
	padding-right: 20px;
}


.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: -6px;
	margin: 0 auto -2px;
	height: 2px;
	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;
	opacity: 1;
}


.l-header .w-nav-list.level_2,
.l-header .w-nav-list.level_3,
.l-header .w-nav-list.level_4 {
	box-shadow: 0 8px 15px rgba(0,0,0,0.1);
	min-width: 200px;
}
.l-header .w-nav-anchor.level_2,
.l-header .w-nav-anchor.level_3,
.l-header .w-nav-anchor.level_4 {
	line-height: 20px;
	white-space: nowrap;
	transition: color 0.1s, background-color 0.1s;
}


.w-nav.type_desktop [class*="columns"] .w-nav-list.level_2 {
	padding: 15px 0;
	min-width: 0;
}
.w-nav.type_desktop [class*="columns"] .w-nav-item.level_2 {
	padding: 0 15px;
}
.type_desktop [class*="columns"] .w-nav-list.level_3 {
	box-shadow: none;
	min-width: 0;
}
.type_desktop [class*="columns"] .w-nav-anchor.level_2,
.type_desktop [class*="columns"] .w-nav-anchor.level_3 {
	white-space: normal;
}
.type_desktop [class*="columns"] .menu-item-has-children .w-nav-anchor.level_2 {
	font-weight: bold;
	margin: 0 0 8px;
	background-color: transparent !important;
}
.type_desktop [class*="columns"] .menu-item-has-children .w-nav-arrow {
	display: none !important;
}


.w-logo + .w-nav.type_desktop .btn.w-nav-item.level_1:last-child {
	margin-right: 0;
}
.btn.w-nav-item .w-nav-anchor.level_1 {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	border-radius: 5px;
	border: none !important;
}
.no-touch .btn.w-nav-item .w-nav-anchor.level_1: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 .btn.w-nav-item .w-nav-anchor.level_1:hover:before {
	height: 100%;
}
.btn.w-nav-item .w-nav-anchor.level_1 .w-nav-title {
	position: relative;
}
.btn.w-nav-item .w-nav-title:after {
	display: none !important;
}
.w-nav.type_mobile .btn.w-nav-item.level_1.menu-item-has-children .w-nav-anchor.level_1 .w-nav-arrow {
	line-height: 40px;
}
.w-nav.type_mobile .btn.w-nav-item.level_1.menu-item-has-children .w-nav-anchor.level_1 .w-nav-title {
	padding-right: 25px;
}


.w-nav.type_mobile,
.w-nav.type_mobile .w-nav-control {
	display: block;
	line-height: inherit;
}
.w-nav.type_mobile .w-nav-list.level_1 {
	clear: both;
	overflow-y: auto;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: -40px;
	margin-right: -40px;
}
.w-nav.type_mobile .w-nav-item {
	float: none !important;
	width: 100%;
	line-height: 26px;
	text-align: left;
}
.w-nav.type_mobile .btn.w-nav-item {
	text-align: center;
}
.w-nav.type_mobile .w-nav-item.level_1.menu-item-has-children .w-nav-anchor.level_1 .w-nav-arrow,
.w-nav.type_mobile .w-nav-item.level_2.menu-item-has-children .w-nav-anchor.level_2 .w-nav-arrow,
.w-nav.type_mobile .w-nav-item.level_3.menu-item-has-children .w-nav-anchor.level_3 .w-nav-arrow {
	display: inline-block;
	vertical-align: top;
	font-size: 26px;
	text-align: center;
	line-height: 46px;
	width: 50px;
}
.w-nav.type_mobile .w-nav-item.level_2.menu-item-has-children .w-nav-anchor.level_2 .w-nav-arrow:before,
.w-nav.type_mobile .w-nav-item.level_3.menu-item-has-children .w-nav-anchor.level_3 .w-nav-arrow:before {
	content: '\f107';
}
.w-nav.type_mobile .w-nav-item.level_1.menu-item-has-children .w-nav-anchor.level_1 .w-nav-title,
.w-nav.type_mobile .w-nav-item.level_2.menu-item-has-children .w-nav-anchor.level_2 .w-nav-title,
.w-nav.type_mobile .w-nav-item.level_3.menu-item-has-children .w-nav-anchor.level_3 .w-nav-title {
	padding-right: 50px;
}
.w-nav.type_mobile .w-nav-item.level_1.open .w-nav-anchor.level_1 .w-nav-arrow,
.w-nav.type_mobile .w-nav-item.level_2.open .w-nav-anchor.level_2 .w-nav-arrow,
.w-nav.type_mobile .w-nav-item.level_3.open .w-nav-anchor.level_3 .w-nav-arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.w-nav.type_mobile .w-nav-list.level_2,
.w-nav.type_mobile .w-nav-list.level_3,
.w-nav.type_mobile .w-nav-list.level_4 {
	display: block;
	position: static;
	box-shadow: none;
}
.w-nav.type_mobile .w-nav-anchor.level_1 {
	margin: 0;
	padding: 10px;
	box-shadow: 0 1px 0 rgba(0,0,0,0.06) inset;
}
.w-nav.type_mobile .btn.w-nav-item .w-nav-anchor.level_1 {
	margin: 10px 0;
	padding: 0 20px;
}
.w-nav.type_mobile .w-nav-anchor.level_2 {
	line-height: 26px;
	margin: 0;
	padding: 10px 0 10px 20px;
	box-shadow: 0 1px 0 rgba(0,0,0,0.06) inset;
}
.w-nav.type_mobile .w-nav-anchor.level_3 {
	line-height: 26px;
	margin: 0;
	padding: 10px 0 10px 30px;
	box-shadow: 0 1px 0 rgba(0,0,0,0.06) inset;
}
.w-nav.type_mobile .w-nav-anchor.level_4 {
	line-height: 26px;
	margin: 0;
	padding: 10px 0 10px 40px;
	box-shadow: 0 1px 0 rgba(0,0,0,0.06) inset;
}





.l-subfooter.at_bottom .w-nav {
	float: right;
}
.l-subfooter.at_bottom .w-nav-anchor.level_1 {
	display: inline;
	vertical-align: top;
}
.l-subfooter.at_bottom .btn.w-nav-item .w-nav-anchor.level_1 {
	display: inline-block;
	line-height: 32px;
	padding: 0 15px;
	margin-top: -6px;
	margin-bottom: -6px;
	border-radius: 3px;
}
.l-footer.layout_modern .l-subfooter.at_bottom .btn.w-nav-item .w-nav-anchor.level_1 {
	line-height: 40px;
	padding: 0 20px;
}
.l-subfooter.at_bottom .w-nav-list.level_2 {
	display: none !important;
}



.w-portfolio-item-anchor {
	background-color: #fff;
}
.w-portfolio-item-meta {
	padding: 8%;
}
.w-portfolio-item-title {
	font-size: 20px;
	position: relative;
	z-index: 1;
	color: inherit !important;
}
.w-portfolio-item-text {
	font-size: 13px;
	line-height: 1.5;
	margin-top: 8px;
	opacity: 0.66;
}
.w-portfolio-item-arrow {
	display: block;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -15px;
	height: 24px;
	width: 24px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: inherit;
	transition: top 0.3s;
}
.w-portfolio-item .g-preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	opacity: 0;
	transition: opacity 0.3s;
}
.w-portfolio-item.loading .g-preloader {
	opacity: 1;
}
.w-portfolio .g-pagination {
	margin-top: 30px;
}
.w-portfolio .g-pagination .prev.page-numbers,
.w-portfolio .g-pagination .next.page-numbers {
	display: none;
}


.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_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;
}
.widget_us_portfolio .w-portfolio-item-meta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -26px;
	padding: 4px 8px;
	text-align: center;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	opacity: 0;
	transition: bottom 0.3s 0.15s, opacity 0.3s 0.15s;
}
.no-touch .widget_us_portfolio .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
	opacity: 1;
	bottom: 0;
}
.widget_us_portfolio .w-portfolio-item-meta-h {
	background: none;
}
.widget_us_portfolio .w-portfolio-item-title {
	font-size: 13px !important;
	line-height: 18px;
	font-weight: normal;
}
.widget_us_portfolio .w-portfolio-item-arrow {
	display: none;
}


.w-portfolio.style_1 .w-portfolio-item-image {
	bottom: 60px;
}
.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 {
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}
.no-touch .w-portfolio.style_1 .w-portfolio-item-image.second {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	transition: transform 0.35s;
}
.no-touch .w-portfolio.style_1 .w-portfolio-item-anchor:hover .w-portfolio-item-image.second {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.w-portfolio.style_1 .w-portfolio-item-meta {
	padding: 18px 25px;
}
.no-touch .w-portfolio.style_1 .w-portfolio-item-meta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translateY(101%);
	-ms-transform: translateY(101%);
	transform: translateY(101%);
	transition: transform 0.35s;
}
.no-touch .w-portfolio.style_1 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.no-touch .w-portfolio.style_1 .w-portfolio-item-arrow {
	top: 4px;
}
.no-touch .w-portfolio.style_1 .w-portfolio-item-anchor:hover .w-portfolio-item-arrow {
	top: -10px;
}


.no-touch .w-portfolio.style_2 .w-portfolio-item-image {
	transition: transform 0.35s;
}
.no-touch .w-portfolio.style_2 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	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: 60px 30px 25px;
	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(to top, rgba(30,30,30,0.8) 0, transparent 100%) 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;
}


.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;
	-webkit-transform: translateY(-50%);
	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;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
}
.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;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
}
.w-portfolio.style_3 .w-portfolio-item-arrow {
	display: none;
}




.w-form-row {
	margin-bottom: 16px;
}
.w-form-row.for_submit {
	margin-bottom: 0;
}
.w-form-row-label {
	display: none;
	margin-bottom: 5px;
}
.w-form-row.for_captcha .w-form-row-label {
	display: block;
}
.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: 48px;
}
.w-form-row-field:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	font-family: fontawesome;
	text-align: center;
	line-height: 40px;
	width: 50px;
	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: 26px;
	width: 26px;
	margin: -13px 0 0 -13px;
	opacity: 0;
	transform: translateY(-100%);
	transition: transform 0.3s, opacity 0.3s;
}
.w-form .w-btn.loading .g-preloader {
	opacity: 1;
	transform: translateY(0);
}
.w-form-row-state {
	font-size: 13px;
	line-height: 18px;
	height: 0;
	opacity: 0;
	transition-property: height, padding, opacity;
	transition-duration: 0.3s;
}
.w-form-message {
	font-size: 18px;
	line-height: 26px;
	opacity: 0;
	transition-property: padding, opacity;
	transition-duration: 0.3s;
}
.w-form-message.type_success {
	padding: 8px 0;
	opacity: 1;
	color: #4c0;
}
.w-form-message.type_error {
	padding: 8px 0;
	opacity: 1;
	color: red;
}


.w-form.align_left .w-form-row.for_submit {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.w-form.align_left .w-form-message.type_success {
	display: inline-block;
	vertical-align: middle;
}


.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: 15px;
}
.w-form.align_right .w-form-message.type_success {
	display: inline-block;
	vertical-align: middle;
}


.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: 20px;
	padding-top: 4px;
	opacity: 1;
	color: red;
}


.w-form.for_comments .form-submit input {
	margin: 0;
}


.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: 10px;
}


.w-form.for_login .w-form-row.for_submit {
	float: left;
	margin-right: 15px;
}
.w-form.for_login .w-form-row.for_submit ~ label {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	margin-top: 8px;
	white-space: nowrap;
}
.w-form.for_login .w-form-row.for_submit ~ label input[type="checkbox"] {
	margin-top: -3px;
	vertical-align: middle;
}
.w-form-row.for_links {
	clear: both;
	margin: 0;
	padding-top: 10px;
}
.w-form-row-link {
	font-size: 13px;
	margin-right: 10px;
}





.w-gallery.link_media .w-gallery-item {
	cursor: zoom-in;
}
.no-touch a.w-gallery-item .w-gallery-item-hover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: box-shadow 0.3s;
	box-shadow: 0 0 0 1px transparent inset;
}
.no-touch a.w-gallery-item:hover .w-gallery-item-hover {
	box-shadow: 0 0 0 8px #fff inset;
}


.w-gallery.with_indents .w-gallery-list {
	margin: -4px;
}
.l-section.width_full .full-width .w-gallery.with_indents .w-gallery-list {
	margin-left: 4px;
	margin-right: 4px;
}
.l-section.height_auto .full-width .w-gallery.with_indents .w-gallery-list {
	margin-top: 4px;
	margin-bottom: 4px;
}
.w-gallery.with_indents .w-gallery-item {
	padding: 4px;
}
.w-gallery.with_indents a.w-gallery-item .w-gallery-item-hover {
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
}



.w-iconbox-link {
	color: inherit;
	transition: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
}
.w-iconbox-icon {
	line-height: 1;
	position: relative;
	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;
}
.w-iconbox-title {
	transition: color 0.3s;
}
.w-iconbox-text p,
.w-iconbox-text ul,
.w-iconbox-text ol {
	margin-bottom: 12px !important;
}


.w-iconbox.iconpos_top {
	max-width: 350px;
}
.w-iconbox.iconpos_top .w-iconbox-title {
	padding: 15px 0;
}


.w-iconbox.iconpos_left .w-iconbox-title {
	padding: 0 0 15px;
}


.w-iconbox.style_default .w-iconbox-icon {
	background-color: transparent !important;
	box-shadow: none !important;
	color: inherit;
}


.w-iconbox.style_circle .w-iconbox-icon,
.w-iconbox.style_outlined .w-iconbox-icon {
	overflow: hidden;
	border-radius: 50%;
}
.w-iconbox.style_outlined .w-iconbox-icon {
	background-color: transparent !important;
}
.no-touch .w-iconbox.style_circle .w-iconbox-link:hover .w-iconbox-icon {
	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: -2px;
	left: 0;
	height: 0;
	width: 100%;
	border: 1px solid transparent; 
	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.cont_img .w-iconbox-icon:before {
	display: none !important;
}


.w-iconbox.color_primary.style_circle .w-iconbox-icon,
.w-iconbox.color_secondary.style_circle .w-iconbox-icon,
.no-touch .l-section.color_primary .w-iconbox-link:hover .w-iconbox-title {
	color: #fff;
}


.w-iconbox.no_text.size_tiny {
	max-width: 50px;
}
.w-iconbox.size_tiny .w-iconbox-icon {
	font-size: 24px;
	line-height: 28px;
}
.w-iconbox.style_default.size_tiny .w-iconbox-icon img {
	max-width: 24px;
}
.w-iconbox.size_tiny .w-iconbox-title {
	font-size: 20px;
	line-height: 28px;
	padding: 10px 0;
}
.w-iconbox.size_tiny.iconpos_left .w-iconbox-title {
	margin-left: 38px;
	padding-top: 0;
}
.w-iconbox.style_circle.size_tiny .w-iconbox-icon,
.w-iconbox.style_outlined.size_tiny .w-iconbox-icon {
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	width: 50px;
}
.w-iconbox.style_circle.size_tiny .w-iconbox-icon img,
.w-iconbox.style_outlined.size_tiny .w-iconbox-icon img {
	max-width: 20px;
}
.w-iconbox.style_circle.size_tiny.iconpos_left .w-iconbox-title,
.w-iconbox.style_circle.size_tiny.iconpos_left .w-iconbox-text,
.w-iconbox.style_outlined.size_tiny.iconpos_left .w-iconbox-title,
.w-iconbox.style_outlined.size_tiny.iconpos_left .w-iconbox-text {
	margin-left: 70px;
}


.w-iconbox.no_text.size_small {
	max-width: 70px;
}
.w-iconbox.size_small .w-iconbox-icon {
	font-size: 36px;
}
.w-iconbox.style_default.size_small .w-iconbox-icon img {
	max-width: 36px;
}
.w-iconbox.size_small.iconpos_left .w-iconbox-title,
.w-iconbox.size_small.iconpos_left .w-iconbox-text {
	margin-left: 55px;
}
.w-iconbox.style_circle.size_small .w-iconbox-icon,
.w-iconbox.style_outlined.size_small .w-iconbox-icon {
	font-size: 28px;
	line-height: 70px;
	height: 70px;
	width: 70px;
}
.w-iconbox.style_circle.size_small .w-iconbox-icon img,
.w-iconbox.style_outlined.size_small .w-iconbox-icon img {
	max-width: 28px;
}
.w-iconbox.style_circle.size_small.iconpos_left .w-iconbox-title,
.w-iconbox.style_circle.size_small.iconpos_left .w-iconbox-text,
.w-iconbox.style_outlined.size_small.iconpos_left .w-iconbox-title,
.w-iconbox.style_outlined.size_small.iconpos_left .w-iconbox-text {
	margin-left: 95px;
}


.w-iconbox.no_text.size_medium {
	max-width: 90px;
}
.w-iconbox.size_medium .w-iconbox-icon {
	font-size: 48px;
}
.w-iconbox.style_default.size_medium .w-iconbox-icon img {
	max-width: 48px;
}
.w-iconbox.size_medium.iconpos_left .w-iconbox-title,
.w-iconbox.size_medium.iconpos_left .w-iconbox-text {
	margin-left: 70px;
}
.w-iconbox.style_circle.size_medium .w-iconbox-icon,
.w-iconbox.style_outlined.size_medium .w-iconbox-icon {
	font-size: 36px;
	line-height: 90px;
	height: 90px;
	width: 90px;
}
.w-iconbox.style_circle.size_medium .w-iconbox-icon img,
.w-iconbox.style_outlined.size_medium .w-iconbox-icon img {
	max-width: 36px;
}
.w-iconbox.style_circle.size_medium.iconpos_left .w-iconbox-title,
.w-iconbox.style_circle.size_medium.iconpos_left .w-iconbox-text,
.w-iconbox.style_outlined.size_medium.iconpos_left .w-iconbox-title,
.w-iconbox.style_outlined.size_medium.iconpos_left .w-iconbox-text {
	margin-left: 115px;
}


.w-iconbox.no_text.size_large {
	max-width: 110px;
}
.w-iconbox.size_large .w-iconbox-icon {
	font-size: 70px;
}
.w-iconbox.style_default.size_large .w-iconbox-icon img {
	max-width: 70px;
}
.w-iconbox.size_large.iconpos_left .w-iconbox-title,
.w-iconbox.size_large.iconpos_left .w-iconbox-text {
	margin-left: 95px;
}
.w-iconbox.style_circle.size_large .w-iconbox-icon,
.w-iconbox.style_outlined.size_large .w-iconbox-icon {
	font-size: 46px;
	line-height: 110px;
	height: 110px;
	width: 110px;
}
.w-iconbox.style_circle.size_large .w-iconbox-icon img,
.w-iconbox.style_outlined.size_large .w-iconbox-icon img {
	max-width: 46px;
}
.w-iconbox.style_circle.size_large.iconpos_left .w-iconbox-title,
.w-iconbox.style_circle.size_large.iconpos_left .w-iconbox-text,
.w-iconbox.style_outlined.size_large.iconpos_left .w-iconbox-title,
.w-iconbox.style_outlined.size_large.iconpos_left .w-iconbox-text {
	margin-left: 135px;
}



.w-iconbox.no_text.size_huge {
	max-width: 130px;
}
.w-iconbox.size_huge .w-iconbox-icon {
	font-size: 90px;
	line-height: 100px;
}
.w-iconbox.style_default.size_huge .w-iconbox-icon img {
	max-width: 200px;
}
.w-iconbox.size_huge.iconpos_left .w-iconbox-title,
.w-iconbox.size_huge.iconpos_left .w-iconbox-text {
	margin-left: 115px;
}
.w-iconbox.style_circle.size_huge .w-iconbox-icon,
.w-iconbox.style_outlined.size_huge .w-iconbox-icon {
	font-size: 56px;
	line-height: 130px;
	height: 130px;
	width: 130px;
}
.w-iconbox.style_circle.size_huge .w-iconbox-icon img,
.w-iconbox.style_outlined.size_huge .w-iconbox-icon img {
	max-width: 56px;
}
.w-iconbox.style_circle.size_huge.iconpos_left .w-iconbox-title,
.w-iconbox.style_circle.size_huge.iconpos_left .w-iconbox-text,
.w-iconbox.style_outlined.size_huge.iconpos_left .w-iconbox-title,
.w-iconbox.style_outlined.size_huge.iconpos_left .w-iconbox-text {
	margin-left: 160px;
}





.w-image {
	line-height: 0;
	margin-bottom: 20px;
}
.w-image.align_left {
	float: left;
	margin-right: 20px;
}
.w-image.align_right {
	float: right;
	margin-left: 20px;
}
.w-image.align_center {
	clear: both;
	text-align: center;
}
.one-half .w-image,
.one-third .w-image,
.two-thirds .w-image,
.one-quarter .w-image,
.three-quarters .w-image {
	margin-bottom: 20px;
}
.w-image:last-child,
.l-section.width_full .g-cols > .full-width > .w-image {
	margin-bottom: 0 !important;
}




.w-sharing {
	font-size: 0;
}
.w-sharing-item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
	line-height: 24px;
	color: inherit;
}
.no-touch .w-sharing-item:hover {
	color: inherit;
}
.w-sharing-icon {
	display: inline-block;
	vertical-align: top;
	position: relative;
	min-width: 16px;
}
.w-sharing-icon:before {
	font-family: fontawesome;
	vertical-align: top;
	line-height: inherit;
}
.w-sharing-item.facebook .w-sharing-icon:before {
	content: '\f09a';
}
.w-sharing-item.twitter .w-sharing-icon:before {
	content: '\f099';
}
.w-sharing-item.gplus .w-sharing-icon:before {
	content: '\f0d5';
}
.w-sharing-item.linkedin .w-sharing-icon:before {
	content: '\f0e1';
}
.w-sharing-item.pinterest .w-sharing-icon:before {
	content: '\f0d2';
}
.w-sharing-count {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 14px;
	margin-left: 8px;
}
.w-sharing.counters_hide .w-sharing-count {
	display: none;
}


.w-sharing.type_simple .w-sharing-item {
	padding: 2px 14px 2px 16px;
	border-width: 0 2px 0 0;
	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: 20px;
	opacity: 0.33;
	width: 26px;
	transition: opacity 0.3s, color 0.3s;
}
.no-touch .w-sharing.type_simple .w-sharing-item:hover .w-sharing-icon {
	opacity: 1;
}


.w-sharing.type_solid .w-sharing-item,
.w-sharing.type_outlined .w-sharing-item {
	padding: 4px 12px;
	margin-right: 4px;
	border-radius: 5px;
	overflow: hidden;
	min-width: 50px;
}
.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: 17px;
}
.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;
}


.w-sharing.type_fixed {
	position: fixed;
	top: 50%;
	margin-top: -100px;
	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;
	margin-top: 0;
	margin-left: -100px;
}
.w-sharing.type_fixed .w-sharing-item {
	font-size: 18px;
	line-height: 40px;
	padding: 0 15px;
	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: 40px;
}
.w-sharing.type_fixed.align_left .w-sharing-count,
.w-sharing.type_fixed.align_right .w-sharing-count {
	display: block;
	font-size: 12px;
	line-height: 12px;
	margin: -2px 0 0;
	padding-bottom: 8px;
}


.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.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.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.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.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-socials-item {
	margin: 2px 4px 2px 0;
}
.w-socials.align_center .w-socials-item {
	margin: 2px;
}
.w-socials.align_right .w-socials-item {
	margin: 2px 0 4px 2px;
}
.w-socials-item-link {
	font-size: 17px;
	line-height: 36px;
	height: 36px;
	width: 36px;
	border-radius: 5px;
	color: inherit;
}
.l-subfooter.at_top .w-socials-item-link {
	color: inherit;
}
.w-socials-item-link:hover {
	border: none !important;
	color: #fff !important;
}
.w-socials-item-link-hover {
	bottom: auto;
	height: 0;
	transition: height 0.3s;
}
.w-socials-item-link:hover .w-socials-item-link-hover {
	height: 100%;
}
.w-socials-item-link:after {
	font-family: fontawesome;
}
.w-socials-item-popup {
	font-size: 13px;
	line-height: 20px;
	padding: 3px 10px 4px;
	bottom: 42px;
	border-radius: 3px;
	transition: opacity 0.3s cubic-bezier(.78,.13,.15,.86) 0.3s, transform 0.3s cubic-bezier(.78,.13,.15,.86) 0.3s;
}
.w-socials-item-popup:after {
	left: 10px;
}


.w-socials.size_medium .w-socials-item-link {
	font-size: 20px;
	line-height: 46px;
	height: 46px;
	width: 46px;
}
.w-socials.size_medium .w-socials-item-popup {
	bottom: 52px;
}


.w-socials.size_large .w-socials-item-link {
	font-size: 24px;
	line-height: 54px;
	height: 54px;
	width: 54px;
}
.w-socials.size_large .w-socials-item-popup {
	bottom: 62px;
}


.w-socials.style_colored .w-socials-item.email .w-socials-item-link {
	color: #697277;
}
.w-socials-item.email .w-socials-item-link-hover {
	background-color: #697277;
}
.w-socials-item.email .w-socials-item-link:after {
	content: '\f0e0';
}


.w-socials.style_colored .w-socials-item.rss .w-socials-item-link {
	color: #ff9702;
}
.w-socials-item.rss .w-socials-item-link-hover {
	background-color: #ff9702;
}
.w-socials-item.rss .w-socials-item-link:after {
	content: '\f09e';
}


.w-socials.style_colored .w-socials-item.facebook .w-socials-item-link {
	color: #42599e;
}
.w-socials-item.facebook .w-socials-item-link-hover {
	background-color: #42599e;
}
.w-socials-item.facebook .w-socials-item-link:after {
	content: '\f09a';
}


.w-socials.style_colored .w-socials-item.twitter .w-socials-item-link {
	color: #55acee;
}
.w-socials-item.twitter .w-socials-item-link-hover {
	background-color: #55acee;
	color: #fff;
}
.w-socials-item.twitter .w-socials-item-link:after {
	content: '\f099';
}


.w-socials.style_colored .w-socials-item.google .w-socials-item-link {
	color: #db4437;
}
.w-socials-item.google .w-socials-item-link-hover {
	background-color: #db4437;
}
.w-socials-item.google .w-socials-item-link:after {
	content: '\f0d5';
}


.w-socials.style_colored .w-socials-item.linkedin .w-socials-item-link {
	color: #117eb9;
}
.w-socials-item.linkedin .w-socials-item-link-hover {
	background-color: #117eb9;
}
.w-socials-item.linkedin .w-socials-item-link:after {
	content: '\f0e1';
}


.w-socials.style_colored .w-socials-item.youtube .w-socials-item-link {
	color: #cd201f;
}
.w-socials-item.youtube .w-socials-item-link-hover {
	background-color: #cd201f;
}
.w-socials-item.youtube .w-socials-item-link:after {
	content: '\f16a';
}


.w-socials.style_colored .w-socials-item.vimeo .w-socials-item-link {
	color: #1ab7ea;
}
.w-socials-item.vimeo .w-socials-item-link-hover {
	background-color: #1ab7ea;
}
.w-socials-item.vimeo .w-socials-item-link:after {
	content: '\f27d';
}


.w-socials.style_colored .w-socials-item.skype .w-socials-item-link {
	color: #00aff0;
}
.w-socials-item.skype .w-socials-item-link-hover {
	background-color: #00aff0;
}
.w-socials-item.skype .w-socials-item-link:after {
	content: '\f17e';
}


.w-socials.style_colored .w-socials-item.flickr .w-socials-item-link {
	color: #ff0084;
}
.w-socials-item.flickr .w-socials-item-link-hover {
	background-color: #ff0084;
}
.w-socials-item.flickr .w-socials-item-link:after {
	content: '\f16e';
}


.w-socials.style_colored .w-socials-item.pinterest .w-socials-item-link {
	color: #cb2027;
}
.w-socials-item.pinterest .w-socials-item-link-hover {
	background-color: #cb2027;
}
.w-socials-item.pinterest .w-socials-item-link:after {
	content: '\f0d2';
}


.w-socials.style_colored .w-socials-item.tumblr .w-socials-item-link {
	color: #37465d;
}
.w-socials-item.tumblr .w-socials-item-link-hover {
	background-color: #37465d;
}
.w-socials-item.tumblr .w-socials-item-link:after {
	content: '\f173';
}


.w-socials.style_colored .w-socials-item.dribbble .w-socials-item-link {
	color: #ea4c89;
}
.w-socials-item.dribbble .w-socials-item-link-hover {
	background-color: #ea4c89;
}
.w-socials-item.dribbble .w-socials-item-link:after {
	content: '\f17d';
}


.w-socials.style_colored .w-socials-item.vk .w-socials-item-link {
	color: #4c75a3;
}
.w-socials-item.vk .w-socials-item-link-hover {
	background-color: #4c75a3;
}
.w-socials-item.vk .w-socials-item-link:after {
	content: '\f189';
}


.w-socials.style_colored .w-socials-item.instagram .w-socials-item-link {
	color: #a17357;
}
.w-socials-item.instagram .w-socials-item-link-hover {
	background-color: #a17357;
}
.w-socials-item.instagram .w-socials-item-link:after {
	content: '\f16d';
}


.w-socials.style_colored .w-socials-item.behance .w-socials-item-link {
	color: #1769ff;
}
.w-socials-item.behance .w-socials-item-link-hover {
	background-color: #1769ff;
}
.w-socials-item.behance .w-socials-item-link:after {
	content: '\f1b4';
}


.w-socials.style_colored .w-socials-item.xing .w-socials-item-link {
	color: #006464;
}
.w-socials-item.xing .w-socials-item-link-hover {
	background-color: #006464;
}
.w-socials-item.xing .w-socials-item-link:after {
	content: '\f168';
}


.w-socials.style_colored .w-socials-item.yelp .w-socials-item-link {
	color: #c41200;
}
.w-socials-item.yelp .w-socials-item-link-hover {
	background-color: #c41200;
}
.w-socials-item.yelp .w-socials-item-link:after {
	content: '\f1e9';
}


.w-socials.style_colored .w-socials-item.twitch .w-socials-item-link {
	color: #6441a5;
}
.w-socials-item.twitch .w-socials-item-link-hover {
	background-color: #6441a5;
}
.w-socials-item.twitch .w-socials-item-link:after {
	content: '\f1e8';
}


.w-socials.style_colored .w-socials-item.soundcloud .w-socials-item-link {
	color: #ff5600;
}
.w-socials-item.soundcloud .w-socials-item-link-hover {
	background-color: #ff5600;
}
.w-socials-item.soundcloud .w-socials-item-link:after {
	content: '\f1be';
}


.w-socials.style_colored .w-socials-item.deviantart .w-socials-item-link {
	color: #05cc47;
}
.w-socials-item.deviantart .w-socials-item-link-hover {
	background-color: #637768;
}
.w-socials-item.deviantart .w-socials-item-link:after {
	content: '\f1bd';
}


.w-socials.style_colored .w-socials-item.foursquare .w-socials-item-link {
	color: #fa4b7a;
}
.w-socials-item.foursquare .w-socials-item-link-hover {
	background-color: #fa4b7a;
}
.w-socials-item.foursquare .w-socials-item-link:after {
	content: '\f180';
}


.w-socials.style_colored .w-socials-item.github .w-socials-item-link {
	color: #333;
}
.w-socials-item.github .w-socials-item-link-hover {
	background-color: #333;
}
.w-socials-item.github .w-socials-item-link:after {
	content: '\f09b';
}


.w-socials.style_colored .w-socials-item.odnoklassniki .w-socials-item-link {
	color: #f58220;
}
.w-socials-item.odnoklassniki .w-socials-item-link-hover {
	background-color: #f58220;
}
.w-socials-item.odnoklassniki .w-socials-item-link:after {
	content: '\f263';
}


.w-socials.style_colored .w-socials-item.s500px .w-socials-item-link {
	color: #222;
}
.w-socials-item.s500px .w-socials-item-link-hover {
	background-color: #222;
}
.w-socials-item.s500px .w-socials-item-link:after {
	content: '\f26e';
}


.w-socials.style_colored .w-socials-item.houzz .w-socials-item-link {
	color: #7ac142;
}
.w-socials-item.houzz .w-socials-item-link-hover {
	background-color: #7ac142;
}
.w-socials-item.houzz .w-socials-item-link:after {
	content: '\f27c';
}


.l-subheader .w-socials {
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
}
.l-subheader.at_top .w-socials {
	float: right;
}
.l-subheader .w-socials-item {
	vertical-align: middle;
	margin: 0;
}
.l-subheader .w-socials-item .w-socials-item-link {
	font-size: 17px;
	line-height: 36px;
	height: 36px;
	width: 36px;
	border-radius: 0;
	box-shadow: none !important;
	background: none !important;
	color: inherit;
}
.l-subheader .w-socials-item-popup {
	display: none !important;
}





.w-btn,
button,
input[type="submit"] {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 11px 28px;
	margin: 5px 0;
	border: none;
	border-radius: 5px;
	overflow: hidden;
	z-index: 0;
	transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
}
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-label {
	position: relative;
}
.w-btn i {
	position: absolute;
	line-height: inherit;
	vertical-align: top;
}


.w-btn.icon_atleft i {
	left: 28px;
}
.w-btn.icon_atleft i + .w-btn-label {
	padding-left: 25px;
}


.w-btn.icon_atright i {
	right: 28px;
}
.w-btn.icon_atright i + .w-btn-label {
	padding-right: 25px;
}


.w-btn.size_small,
input.w-btn.size_small,
button.w-btn.size_small {
	font-size: 13px;
	padding: 7px 22px;
	border-radius: 4px;
}
.w-btn.size_small.icon_atleft i {
	left: 20px;
}
.w-btn.size_small.icon_atleft i + .w-btn-label {
	padding-left: 22px;
}
.w-btn.size_small.icon_atright i {
	right: 20px;
}
.w-btn.size_small.icon_atright i + .w-btn-label {
	padding-right: 22px;
}


.w-btn.size_large,
input.w-btn.size_large,
button.w-btn.size_large {
	font-size: 18px;
	padding: 16px 42px;
}
.w-btn.size_large.icon_atleft i {
	left: 40px;
}
.w-btn.size_large.icon_atleft i + .w-btn-label {
	padding-left: 28px;
}
.w-btn.size_large.icon_atright i {
	right: 40px;
}
.w-btn.size_large.icon_atright i + .w-btn-label {
	padding-right: 28px;
}


.w-btn.style_outlined {
	background-color: transparent !important;
}


.w-btn.color_transparent {
	font-weight: normal;
	text-transform: none;
	overflow: visible;
	margin: 0 4px;
	padding: 0 !important;
}
.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;
}


button,
input[type="submit"],
a.w-btn.color_primary,
.w-btn.color_primary,
a.w-btn.color_secondary,
.w-btn.color_secondary,
.no-touch button:hover,
.no-touch input[type="submit"]:hover,
.no-touch a.w-btn.color_primary:hover,
.no-touch .w-btn.color_primary:hover,
.no-touch a.w-btn.color_secondary:hover,
.no-touch .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;
}


.w-btn.color_light:before,
.w-btn.color_contrast:before {
	background-color: rgba(0,0,0,0.06);
}


.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;
}



.w-logo {
	float: left;
}
.l-header.layout_centered .w-logo {
	float: none !important;
}
.w-logo-link {
	color: inherit;
}
.w-logo-img {
	max-width: 200px;
	transition: height 0.3s;
}
.w-logo img {
	display: block;
	height: inherit;
	min-height: 80px;
	max-width: none;
	width: auto;
	transition: margin 0.3s, opacity 0.3s;
	font-size: 22px;
}
.w-logo img.for_tablets {
	display: none;
	max-height: 80px;
}
.w-logo img.for_mobiles {
	display: none;
	max-height: 50px;
}


.w-logo.with_transparent img.for_transparent,
.l-header.transparent .w-logo.with_transparent img.for_default {
	opacity: 0;
}
.l-header.transparent .w-logo.with_transparent img.for_transparent {
	opacity: 1;
}


@media (max-width: 900px) and (min-width: 601px) {
	.w-logo.with_tablets img.for_default,
	.w-logo.with_tablets img.for_transparent {
		display: none;
	}
	.w-logo.with_tablets img.for_tablets {
		display: block;
	}
}


@media (max-width: 600px) {
	.w-logo.with_mobiles img.for_default,
	.w-logo.with_mobiles img.for_transparent {
		display: none;
	}
	.w-logo.with_mobiles img.for_mobiles {
		display: block;
	}
}





.w-logos-item {
	display: block;
	border-radius: 5px;
}
.w-logos.with_indents .w-logos-item {
	padding: 30px;
}
.w-logos-item img {
	display: block;
	margin: 0 auto;
}


.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;
}


.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;
}


.w-logos-list.owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}
.w-logos-list.owl-carousel .owl-item {
	-webkit-backface-visibility: initial; 
}
.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;
}
@media (max-width: 1280px) {
	.w-logos.nav_arrows {
		padding: 0 50px;
	}
}
.sidebar_left .w-logos.nav_arrows,
.sidebar_right .w-logos.nav_arrows {
	padding: 0 50px;
}
.l-section.width_full .w-logos.nav_arrows {
	padding: 0 70px;
}


.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_7.with_indents .w-logos-item {
	padding: 25px;
}
.w-logos.type_grid.cols_8 .w-logos-item {
	width: 12.5%;
}
.w-logos.type_grid.cols_8.with_indents .w-logos-item {
	padding: 20px;
}



.w-logos .owl-prev,
.w-logos .owl-next {
	position: absolute;
	top: 50%;
	font-size: 0;
	font-family: fontawesome;
	text-align: center;
	line-height: 46px;
	height: 50px;
	width: 50px;
	margin-top: -25px;
	border-radius: 50%;
	border: 2px solid transparent;
	transition: border-color 0.3s, color 0.3s;
}
.w-logos .owl-prev {
	left: -50px;
}
.w-logos .owl-prev:before {
	content: '\f104';
	font-size: 30px;
	vertical-align: top;
	padding-right: 3px;
}
.w-logos .owl-next {
	right: -50px;
}
.w-logos .owl-next:before {
	content: '\f105';
	font-size: 30px;
	vertical-align: top;
	padding-left: 3px;
}
.no-touch .color_primary .w-logos .owl-prev:hover,
.no-touch .color_primary .w-logos .owl-next:hover,
.no-touch .color_secondary .w-logos .owl-prev:hover,
.no-touch .color_secondary .w-logos .owl-next:hover,
.no-touch .color_custom .w-logos .owl-prev:hover,
.no-touch .color_custom .w-logos .owl-next:hover {
	border-color: #fff;
	color: #fff;
}



.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: 46px;
	padding-left: 12px;
	min-width: 100px;
}
.widget_search .w-form-row.for_submit {
	position: absolute;
	top: 0;
	right: 0;
}
.widget_search .w-btn {
	padding: 0;
	line-height: 38px;
	width: 44px;
	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: 18px;
	font-family: fontawesome;
	font-weight: normal;
}




.widget {
	margin-bottom: 45px;
}
.widget:last-child {
	margin-bottom: 0;
}
.l-subfooter .widget {
	margin-bottom: 30px;
}
.l-content .widget ul {
	list-style-type: none;
	margin: 0;
}
.gallery-caption,
.bypostauthor {
	font-size: inherit;
}
img#wpstats {
	display: none !important;
}


.widget_meta ul li {
	line-height: 1.5em;
	padding: 7px 0 7px 18px;
	margin: 0;
	position: relative;
}
.widget_meta ul li:before {
	position: absolute;
	top: 6px;
	left: 2px;
	content: '\f105';
	font-family: fontawesome;
	font-size: 18px;
	opacity: 0.5;
}


.widget_pages ul li {
	line-height: 1.5em;
	padding: 7px 0 7px 18px;
	margin: 0;
	position: relative;
}
.widget.widget_pages ul.children {
	margin: 7px 0 -7px;
}
.widget_pages ul li:before {
	position: absolute;
	top: 6px;
	left: 2px;
	content: '\f105';
	font-family: fontawesome;
	font-size: 18px;
	opacity: 0.5;
}


.widget_recent_comments .recentcomments {
	line-height: 1.5em;
	padding: 7px 0 7px 18px;
	margin: 0;
	position: relative;
}
.widget_recent_comments .recentcomments:before {
	position: absolute;
	top: 6px;
	left: 2px;
	content: '\f105';
	font-family: fontawesome;
	font-size: 18px;
	opacity: 0.5;
}


.widget_recent_entries ul li {
	line-height: 1.5em;
	padding: 7px 0 7px 18px;
	margin: 0;
	position: relative;
}
.widget_recent_entries ul li:before {
	position: absolute;
	top: 6px;
	left: 2px;
	content: '\f105';
	font-family: fontawesome;
	font-size: 18px;
	opacity: 0.5;
}
.widget_recent_entries ul li span {
	display: block;
	font-size: 0.9em;
	padding-top: 3px;
	opacity: 0.5;
}



.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: 46px;
	padding-left: 12px;
	min-width: 100px;
}
.widget_search .w-form-row.for_submit {
	position: absolute;
	top: 0;
	right: 0;
}
.widget_search .w-btn {
	padding: 0;
	line-height: 38px;
	width: 44px;
	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: 18px;
	font-family: fontawesome;
	font-weight: normal;
}


.widget_categories ul li {
	line-height: 1.5em;
	padding: 7px 0 7px 18px;
	margin: 0;
	position: relative;
}
.widget.widget_categories .children {
	margin: 7px 0 -7px;
}
.widget_categories ul li:before {
	position: absolute;
	top: 6px;
	left: 2px;
	content: '\f105';
	font-family: fontawesome;
	font-size: 18px;
	opacity: 0.5;
}



.w-separator {
	line-height: 18px;
	height: 20px;
	padding: 2px 0;
}
.w-separator-h:before,
.w-separator-h:after {
	top: 8px;
}
.w-separator-h i {
	font-size: 16px;
	line-height: 16px;
	height: 16px;
	width: 20px;
}



.w-testimonial blockquote {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	font: inherit;
}
.w-testimonial .w-testimonial-text {
	display: block;
	font-size: 1.2em;
	line-height: 1.56;
	font-style: italic;
}
.w-testimonial .w-testimonial-text p {
	display: inline;
}
.w-testimonial-person {
	line-height: 24px;
	overflow: hidden;
	padding-top: 15px;
}
.w-testimonial-person img {
	display: block;
	float: left;
	margin-right: 15px;
	height: 60px;
	width: 60px;
	border-radius: 50%;
}
.w-testimonial-person-name {
	font-weight: 600;
}
.w-testimonial-person-meta {
	font-size: 0.9em;
	margin-left: 8px;
}


.w-testimonial.style_1 {
	padding: 30px;
	border-radius: 5px;
	transition: border-color 0.3s;
	border: 2px solid;
}
.w-testimonial.style_1 img ~ .w-testimonial-person-name {
	display: block;
	margin-top: 5px;
}
.w-testimonial.style_1 img ~ .w-testimonial-person-meta {
	margin: 0;
}



.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: 30px 30px 55px;
	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: 35px;
}
.no-touch .style_11 .w-portfolio-item-title {
	display: inline;
	margin-right: 10px;
}
.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: 10px;
	width: auto;
	margin-left: 0;
	background-color: #fff;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	transition: transform 0.35s;
}
.no-touch .style_11 .w-portfolio-item-anchor:hover .w-portfolio-item-arrow {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}



.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;
}


.l-subheader .w-contacts {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 36px;
}
.l-subheader .w-contacts-list {
	margin: 0 -10px;
}
.l-subheader .w-contacts-item {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	white-space: nowrap;
}
.l-subheader .w-contacts-item:before {
	font-size: 15px;
	vertical-align: top;
	opacity: 0.5;
}
.l-subheader .w-contacts-item i {
	font-size: 15px;
	vertical-align: top;
	line-height: inherit;
	opacity: 0.5;
}
.l-subheader .w-contacts-item-value {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 5px;
}
.l-subheader .w-contacts-item i,
.l-subheader .w-contacts-item.for_phone .w-contacts-item-value {
	transition: color 0.3s;
}
.l-subheader .w-contacts-item-value a {
	color: inherit;
}

.l-main .w-contacts-list {
	font-size: 0;
	margin: 0 -20px -20px;
}
.l-main .w-contacts-item {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px 20px;
	white-space: nowrap;
}
.l-main .w-contacts-item:before {
	display: inline-block;
	vertical-align: inherit;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	width: 50px;
	margin-right: 15px;
	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: 16px;
	line-height: 26px;
}
.l-main .w-contacts-item.for_address .w-contacts-item-value {
	white-space: normal;
	max-width: calc(100% - 65px);
}



.tp-leftarrow.tparrows.custom,
.tp-rightarrow.tparrows.custom {
	font-size: 34px;
	text-align: center;
	line-height: 48px;
	height: 50px;
	width: 50px;
	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;
	margin-left: 3px;
	position: relative;
}
.tp-leftarrow.tparrows.custom:after {
	content: '\f104';
	font-family: fontawesome;
	vertical-align: top;
	margin-right: 3px;
	position: relative;
}


   
.navigation.pagination {
	font-size: 0;
	}
	.pagination h2 {
		display: none;
		}
	.pagination .page-numbers {
		display: inline-block;
		vertical-align: top;
		text-align: center;
		font-size: 17px;
		line-height: 50px;
		height: 50px;
		width: 50px;
		margin: 3px;
		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: 24px;
			padding-right: 3px;
			vertical-align: top;
			position: relative;
			}
		.pagination .page-numbers.next:after {
			content: '\f105';
			font-family: fontawesome;
			font-size: 24px;
			padding-left: 3px;
			vertical-align: top;
			position: relative;
			}


   
.w-tabs-list {
	overflow: hidden;
	}
	.w-tabs.layout_default .w-tabs-item {
		float: left;
		line-height: 26px;
		padding: 15px 25px;
		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);
		}
		.w-tabs.layout_default .w-tabs-item i,
		.w-tabs.layout_default .w-tabs-item-title {
			font-size: 18px;
			line-height: inherit;
			}
		.w-tabs.layout_default .w-tabs-item.with_icon i + .w-tabs-item-title,
		.w-tabs.layout_default .w-tabs-item.with_icon .w-tabs-item-title + i {
			margin-left: 10px;
			}
	.w-tabs.layout_default .w-tabs-section-content-h {
		margin-top: 30px;
		}


.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: 15px 20px;
		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.color_custom.active .w-tabs-section-header {
		color: inherit !important;
		}
		.w-tabs-section-header i {
			font-size: 20px;
			line-height: 30px;
			}
		.w-tabs-section-title {
			line-height: 30px;
			padding: 0 !important;
			margin-bottom: 0 !important;
			color: inherit;
			max-width: calc(100% - 40px);
			}
		.w-tabs-section.with_icon i + .w-tabs-section-title,
		.w-tabs-section.with_icon .w-tabs-section-title + i {
			margin-left: 15px;
			}
		.w-tabs-section-control {
			top: 50%;
			font-family: fontawesome;
			line-height: 30px;
			height: 30px;
			width: 30px;
			margin-top: -15px;
			text-align: center;
			transition: transform 0.3s;
			-webkit-transform: rotate(0deg);
				-ms-transform: rotate(0deg);
					transform: rotate(0deg);
			}
		.w-tabs-section.active .w-tabs-section-control {
			-webkit-transform: rotate(180deg);
				-ms-transform: rotate(180deg);
					transform: rotate(180deg);
			}
	.w-tabs.accordion .w-tabs-section-content-h {
		padding: 20px 20px 30px;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		}


.w-tabs.icon_chevron .w-tabs-section-control:before {
	content: '\f107';
	font-size: 24px;
	vertical-align: top;
	}
	

.w-tabs.icon_plus .w-tabs-section-control:before {
	content: '\f067';
	font-size: 18px;
	vertical-align: top;
	}


.w-tabs.icon_triangle .w-tabs-section-control:before {
	content: '\f0d7';
	font-size: 20px;
	vertical-align: top;
	}


.w-tabs.icon_none .w-tabs-section-control {
	display: none;
	}	
	

.w-tabs.iconpos_right .w-tabs-section-control {
	right: 15px;
	}
.w-tabs.iconpos_right .w-tabs-section-header-h {
	padding-right: 40px;
	}
	

.w-tabs.iconpos_left .w-tabs-section-control {
	left: 15px;
	}
.w-tabs.iconpos_left .w-tabs-section-header-h {
	padding-left: 40px;
	}


.w-tabs.accordion.title_center .w-tabs-section-header {
	text-align: center;
	}
	.w-tabs.accordion.title_center .w-tabs-section-header-h {
		padding: 0;
		}
		.w-tabs.accordion.title_center .with_icon .w-tabs-section-title {
			max-width: calc(100% - 70px);
			}
		.w-tabs.accordion.title_center .w-tabs-section-control {
			display: inline-block;
			vertical-align: top;
			position: static;
			margin: 0 0 0 10px;
			}
			
.single-blog-related h2 a{font-size:16px;}
.w-blog-list .w-blog-post-title a{font-size:18px;}
.section-little-padding {padding:10px 0 0 0;}

.l-header .w-logo{
	width: 141px;
}
.l-header.sticky .w-logo img{
	min-height: 56px;
}
@media screen and (max-width: 768px) {
	.w-logo img{
		min-height: 56px;
	}
}