/*
----------------------------------------------------------------

ZEPHYR basic styles

Copyright 2015 UpSolution
http://us-themes.com/

NOTE: DO NOT EDIT THIS FILE!
THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

----------------------------------------------------------------
*/
/*
Styles for adding social media share links to website built on WordPress CMS.
*/
div#content a:active,
div#content a:focus,
div#content a:hover {
	color: #00f;
	background-color: #f0f0f0;
}

.social-share-div a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background: #2d2d2d
}

.social-share-div {
	display: block;
	width: auto;
	margin: 1rem 0 1rem 0;
}

.share-buttons {
	display: block;
	width: 100%;
}

.share-buttons>a {
	padding: .7rem .4rem;
	margin-top: 1rem;
	margin-right: 0.5rem;
}

a.buttonlink {

	display: inline-block;
	/* text-align: center; */
	/* border-radius: 7px; */
	color: #FFFFFF !important;
	text-decoration: none;
	font-size: 16px;
	/* position: unset; */
	padding: 11px 10px 5px 10px;
	margin-right: 7px;
	color: #fff;
}

a.buttonlink :hover,
a.buttonlink :active {
	color: #fff !important;
}

.share-button-profile-twitter {
	background: #03A9F4 !important;
}

.share-button-profile-twitter:active,
.share-button-profile-twitter:focus,
.share-button-profile-twitter:hover {
	background: #0093d6 !important;
}



.share-button-profile-linkedin {
	background: #1a7baa !important;
}

a.buttonlink.share-button-profile-linkedin:active,
a.buttonlink.share-button-profile-linkedin:focus,
a.buttonlink.share-button-profile-linkedin:hover {
	background: #136288 !important;
}


.share-button-profile-email {
	background: #858080 !important;
}

a.buttonlink.share-button-profile-email:active,
a.buttonlink.share-button-profile-email:focus,
a.buttonlink.share-button-profile-email:hover {
	background: #858080 !important;
}


a {
	text-decoration: none;
	-webkit-transition-property: background-color, box-shadow, border, color, opacity;
	transition-property: background-color, box-shadow, border, color, opacity;
	-webkit-transition-duration: 0.3s;
	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;
}



/* Typography
   ========================================================================== */

body {
	font: 14px/24px sans-serif;
}

/* Headings */
h1 {
	font: 40px/1.3 sans-serif;
}

h2 {
	font: 34px/1.4 sans-serif;
}

h3 {
	font: 28px/1.4 sans-serif;
}

h4 {
	font: 24px/1.4 sans-serif;
}

h5 {
	font: 20px/1.4 sans-serif;
}

h6 {
	font: 18px/1.4 sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 24px;
	color: #222;
	/* variable */
}

.g-html h2,
.g-html h3,
.g-html h4,
.g-html h5,
.g-html h6 {
	padding-top: 18px;
}

.g-html h2:first-child,
.g-html h3:first-child,
.g-html h4:first-child,
.g-html h5:first-child,
.g-html h6:first-child,
.g-html h1+h2,
.g-html h1+h3,
.g-html h1+h4,
.g-html h1+h5,
.g-html h1+h6,
.g-html h2+h3,
.g-html h2+h4,
.g-html h2+h5,
.g-html h2+h6,
.g-html h3+h4,
.g-html h3+h5,
.g-html h3+h6,
.g-html h4+h6,
.g-html h4+h5,
.g-html h5+h6 {
	padding-top: 0;
}

/* Improvements for color sections */
.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;
}

/* Paragraph */
.g-html p {
	margin: 0 0 24px;
}

.g-html .w-gallery+p {
	margin-top: 24px;
}

/* Lists */
.g-html ul,
.g-html ol {
	margin: 0 0 24px 35px;
}

.g-html ul {
	list-style-type: disc;
}

.g-html ol {
	list-style-type: decimal;
}

.g-html ul li,
.g-html ol li {
	margin: 0 0 4px;
}

/* Address */
.g-html address {
	margin: 0 0 24px;
}

/* Blockquote */
.g-html blockquote {
	font-style: italic;
	padding: 0 0 0 32px;
	margin: 0 0 24px;
	border-left: 5px solid #c20;
	/* variable */
}

.g-html blockquote q,
.g-html blockquote p {
	font: inherit;
	margin: 0;
}

.g-html blockquote cite {
	display: block;
	font-size: 80%;
}

/* Preformat */
.g-html pre {
	display: block;
	font-family: Consolas, Lucida Console, monospace;
	font-size: 12px;
	line-height: 20px;
	padding: 10px 15px;
	margin: 0 0 24px;
	width: 100%;
	background-color: #faf6e1;
	color: #333;
}

.g-html code {
	display: inline-block;
	vertical-align: top;
	font-family: Consolas, Lucida Console, monospace;
	padding: 0 5px;
	background-color: #faf6e1;
	color: #333;
}

.g-html pre code {
	display: block;
	padding: 0;
	overflow-wrap: normal;
}

/* Image */
.g-html img+h1,
.g-html img+h2,
.g-html img+h3,
.g-html img+h4,
.g-html img+ul,
.g-html img+ol,
.g-html img+p,
.g-html div[class^="animate"] {
	margin-bottom: 24px;
}

.g-html img.alignleft {
	float: left;
	margin: 0 40px 40px 0;
}

.g-html img.alignright {
	float: right;
	margin: 0 0 40px 40px;
}

.g-html img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Highlight */
.highlight_white {
	color: #fff;
}

.highlight_black {
	color: #000;
}

.highlight_primary {
	color: #c20;
	/* variable */
}

.highlight_secondary {
	color: #8c0;
	/* variable */
}

.highlight_faded {
	color: #999;
	/* variable */
}

.highlight_primary_bg {
	display: inline-block;
	padding: 0 0.3em;
	background-color: #c20;
	/* variable */
	color: #fff;
}

.highlight_secondary_bg {
	display: inline-block;
	padding: 0 0.3em;
	background-color: #8c0;
	/* variable */
	color: #fff;
}

.highlight_faded_bg {
	display: inline-block;
	padding: 0 0.3em;
	background-color: #999;
	/* variable */
	color: #fff;
}

.highlight_dark_bg {
	display: inline-block;
	padding: 0 0.3em;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.highlight_light_bg {
	display: inline-block;
	padding: 0 0.3em;
	background-color: rgba(255, 255, 255, 0.5);
	color: #111;
}



/* Input Elements
   ========================================================================== */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
textarea,
select {
	font-size: 16px;
	padding: 8px 0;
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0) inset;
	border-radius: 0;
	border-bottom: 1px solid #e8e8e8;
	/* variable */
	background-color: transparent !important;
	color: inherit !important;
	-webkit-transition: border-color 0.3s, box-shadow 0.3s;
	transition: border-color 0.3s, box-shadow 0.3s;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
input[type=range],
select {
	height: 46px;
}

select>option {
	padding: 4px 8px;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 3px;
	box-shadow: none !important;
}

input[type=file],
input[type=range] {
	width: 100%;
	padding: 10px 0;
	border: none !important;
	box-shadow: none !important;
}

/* Fix input placeholders */
::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: inherit;
	position: static;
	opacity: 0.5;
}

/* Edge fix. Remove when https://connect.microsoft.com/IE/feedback/details/1627778/microsoft-edge-placeholder-bug is fixed */
_:-ms-lang(x),
_:-webkit-full-screen,
::-webkit-input-placeholder {
	opacity: 1;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	opacity: 0.5;
	color: inherit;
}

/* Improvements for color sections */
.l-section.color_primary input,
.l-section.color_primary textarea,
.l-section.color_primary select,
.l-section.color_secondary input,
.l-section.color_secondary textarea,
.l-section.color_secondary select {
	border-color: rgba(255, 255, 255, 0.5);
}

.l-section.color_primary .w-form-row-field-bar:after,
.l-section.color_primary .w-form-row-field-bar:before,
.l-section.color_secondary .w-form-row-field-bar:after,
.l-section.color_secondary .w-form-row-field-bar:before {
	background-color: #fff;
}



/* Body & Canvas
   ========================================================================== */

.l-body {
	-webkit-tap-highlight-color: rgba(20, 20, 20, 0.3);
	background-color: #ddd;
	/* variable */
}

.l-canvas {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 5px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	/* variable */
	color: #444;
	/* variable */
}



/* Preloader Screen
   ========================================================================== */

.l-preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 11111;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: opacity 0.45s;
	transition: opacity 0.45s;
}

.l-preloader.done {
	opacity: 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;
}



/* Header
   ========================================================================== */

.l-subheader {
	font-size: 0;
	padding-left: 40px;
	padding-right: 40px;
}

.l-header.pos_fixed .l-subheader {
	-webkit-transition-property: background-color, box-shadow, line-height, height;
	transition-property: background-color, box-shadow, line-height, height;
	-webkit-transition-timing-function: cubic-bezier(.78, .13, .15, .86);
	transition-timing-function: cubic-bezier(.78, .13, .15, .86);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

/* Styles for the header until smooth scroll is working */
.l-header.notransition .l-subheader,
.l-header.notransition .l-subheader .w-logo-img {
	-webkit-transition-property: none !important;
	transition-property: none !important;
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}

.l-subheader.at_top {
	line-height: 40px;
	/* predefined fixed value */
	background-color: #f2f2f2;
	/* variable */
	color: #666;
	/* variable */
}

.l-subheader.at_top .l-subheader-h {
	display: table;
	/* alternative way to avoid 'overflow:hidden' */
	width: 100%;
}

.l-subheader.at_middle {
	text-align: right;
	line-height: 80px;
	/* predefined fixed value */
	background-color: #fff;
	/* variable */
	color: #444;
	/* variable */
}

.l-subheader.at_bottom {
	clear: both;
	line-height: 50px;
	/* predefined fixed value */
	background-color: #f2f2f2;
	/* variable */
	color: #666;
	/* variable */
}

/* SHOW: onscroll */
.l-header.pos_fixed.show_onscroll {
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(.78, .13, .15, .86);
	transition: transform 0.3s cubic-bezier(.78, .13, .15, .86);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.l-header.pos_fixed.show_onscroll.sticky {
	overflow: visible;
	-webkit-transform: none;
	transform: none;
}

/* LAYOUT: standard */
.l-header.layout_standard .l-subheader.at_middle {
	box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.22), 0 2px 1px -1px rgba(0, 0, 0, 0.05);
}

/* LAYOUT: extended */
.l-header.layout_extended .l-subheader.at_middle {
	box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.22), 0 2px 1px -1px rgba(0, 0, 0, 0.05);
}

/* LAYOUT: advanced */
.l-header.layout_advanced .l-subheader.at_bottom {
	box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.22), 0 2px 1px -1px rgba(0, 0, 0, 0.05);
}

.l-header.layout_advanced .l-subheader.at_middle .l-subheader-h {
	display: table;
	/* alternative way to avoid 'overflow:hidden' */
	width: 100%;
}

/* LAYOUT: centered */
.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 4px 5px -2px rgba(0, 0, 0, 0.22), 0 2px 1px -1px rgba(0, 0, 0, 0.05);
}

.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;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}

.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;
}

/* LAYOUT: sided */
.l-header.layout_sided {
	top: 0;
	left: 0;
	bottom: 0;
	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.22), 2px 0 1px -1px rgba(0, 0, 0, 0.05);
}

.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>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;
}

.w-nav.layout_ver.type_desktop [class*="columns"] .w-nav-list.level_2 {
	width: 980px;
}

.w-nav.layout_ver.type_mobile .w-nav-list.level_2,
.w-nav.layout_ver.type_mobile .w-nav-list.level_3,
.w-nav.layout_ver.type_mobile .w-nav-list.level_4 {
	border-radius: 0;
}

.l-header.layout_sided .w-search {
	float: none !important;
	margin: 0 5px 30px !important;
}

.l-header.layout_sided .w-search-h {
	line-height: 40px;
}

.l-header.layout_sided .w-search-show {
	margin: 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;
}

/* LOGOPOS: right */
.l-header.logopos_right .l-subheader.at_middle {
	text-align: left;
}

.l-header.logopos_right .w-logo,
.l-header.logopos_right .w-logo-img>img {
	float: right;
}

.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: 13px;
}

.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-search {
	float: left;
}

.l-header.logopos_right .l-subheader.at_middle .w-search-open {
	margin-left: -15px;
	margin-right: 0;
}

.l-header.logopos_right .l-subheader.at_middle .w-nav-control {
	float: left;
	margin-left: -15px;
	margin-right: 0;
}

/* Transparent */
.l-canvas.type_wide .l-header.bg_transparent {
	background: linear-gradient(to top, transparent 0, rgba(0, 0, 0, 0.5) 100%) repeat-x;
}

.l-canvas.type_wide .l-header.layout_sided.bg_transparent {
	background: none;
}

.l-header.transparent .l-subheader {
	box-shadow: none !important;
	background-color: transparent;
	color: #fff;
	/* variable */
}

.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;
}



/* Title Bar
   ========================================================================== */

.l-titlebar {
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	-webkit-transition: padding 0.3s cubic-bezier(.78, .13, .15, .86);
	transition: padding 0.3s cubic-bezier(.78, .13, .15, .86);
}

.l-titlebar.color_alternate,
.l-titlebar.color_primary,
.l-titlebar.color_secondary,
.l-titlebar.color_custom {
	box-shadow: 0 -2px 1px -1px rgba(0, 0, 0, 0.04) inset;
}

.l-titlebar h1 {
	margin: 0;
}

.l-titlebar p {
	line-height: 22px;
	margin: 10px 0 0;
	opacity: 0.66;
}

.l-titlebar .g-breadcrumbs {
	font-size: 13px;
	line-height: 22px;
	margin: 10px 0 4px;
}

.g-breadcrumbs-separator {
	margin: 0 8px;
}

.g-breadcrumbs-separator:before {
	content: '\e647';
	font-family: mdfonticon;
	font-size: 16px;
	vertical-align: middle;
}

.l-titlebar .g-nav-item {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -27px;
	text-align: center;
	font-size: 34px;
	font-family: mdfonticon;
	line-height: 56px;
	height: 54px;
	width: 54px;
	border-radius: 50%;
	color: inherit;
}

.l-titlebar .g-nav-item.to_next {
	left: 0;
	padding-right: 1px;
}

.l-titlebar .g-nav-item.to_next:before {
	content: '\e646';
}

.l-titlebar .g-nav-item.to_prev {
	right: 0;
	padding-left: 1px;
}

.l-titlebar .g-nav-item.to_prev:before {
	content: '\e647';
}

.no-touch .l-titlebar .g-nav-item:hover {
	background-color: #f5f5f5;
	/* variable */
	color: inherit;
}

.no-touch .l-titlebar.color_alternate .g-nav-item:hover {
	background-color: #e5e5e5;
	/* variable */
}

.no-touch .l-titlebar.color_primary .g-nav-item:hover,
.no-touch .l-titlebar.color_secondary .g-nav-item:hover,
.no-touch .l-titlebar.color_custom .g-nav-item:hover {
	background-color: rgba(255, 255, 255, 0.12);
}

/* SIZE small & medium */
.l-titlebar.size_small .l-titlebar-h {
	padding: 20px 0;
}

.l-titlebar.size_medium .l-titlebar-h {
	padding: 40px 0;
}

.l-titlebar.size_small h1,
.l-titlebar.size_medium h1 {
	float: left;
	font-size: 24px;
	line-height: 34px;
	margin-right: 22px;
}

.l-titlebar.size_small p,
.l-titlebar.size_medium p {
	float: left;
	margin: 10px 0 0;
}

.l-titlebar.size_small .g-breadcrumbs,
.l-titlebar.size_medium .g-breadcrumbs {
	float: right;
	margin: 6px 0 0;
}

.l-titlebar.size_small .g-nav,
.l-titlebar.size_medium .g-nav {
	float: right;
	font-size: 0;
	margin: -10px 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;
}

/* SIZE large & huge */
.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: 70px;
	padding-bottom: 70px;
}

.l-titlebar.size_huge .l-titlebar-h {
	padding-top: 100px;
	padding-bottom: 100px;
}

@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;
}

/* COLOR primary & secondary */
.l-titlebar.color_primary {
	background-color: #c20;
	/* variable */
	color: #fff;
}

.l-titlebar.color_secondary {
	background-color: #8c0;
	/* variable */
	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;
}



/* Main, Content, Sidebar
   ========================================================================== */
.l-canvas.sidebar_left .l-main,
.l-canvas.sidebar_right .l-main {
	padding-left: 40px;
	padding-right: 40px;
}

.l-sidebar {
	padding: 80px 0;
}



/* Section
   ========================================================================== */

.l-canvas.sidebar_none .l-section {
	padding: 0 40px;
}

.l-section-h {
	padding: 80px 0;
}

/* HEIGHT small */
.l-section.height_small .l-section-h {
	padding: 40px 0;
}

/* HEIGHT large */
.l-section.height_large .l-section-h {
	padding: 120px 0;
}

/* HEIGHT huge */
.l-section.height_huge .l-section-h {
	padding: 150px 0;
}

/* COLOR alternate */
.l-section.color_alternate {
	background-color: #f5f5f5;
	/* variable */
}

/* COLOR primary & secondary */
.l-section.color_primary {
	background-color: #c20;
	/* variable */
	color: #fff;
}

.l-section.color_secondary {
	background-color: #8c0;
	/* variable */
	color: #fff;
}

.l-section.color_primary a,
.l-section.color_secondary a {
	color: inherit;
}

/* FOR blogpost */
.l-section.for_blogpost~.l-section:last-child {
	margin-bottom: 80px;
}

.l-section.for_blogpost+.l-section .l-section-h {
	padding-bottom: 40px;
}

/* PREVIEW basic */
.l-section.for_blogpost.preview_basic .l-section-h {
	padding-bottom: 0;
}

.l-section.for_blogpost.preview_basic+.l-section .l-section-h {
	padding-top: 0;
}

.l-section.for_blogpost.preview_basic .w-blog-post-preview,
.l-section.for_blogpost.preview_basic .w-blog-post-meta {
	margin-bottom: 30px;
}

/* PREVIEW none */
.l-section.for_blogpost.preview_none .l-section-h {
	padding-bottom: 0;
}

.l-section.for_blogpost.preview_none+.l-section .l-section-h {
	padding-top: 0;
}

.l-section.for_blogpost.preview_none .w-blog-post-preview {
	display: none;
}

.l-section.for_blogpost.preview_none .w-blog-post-meta {
	margin-bottom: 30px;
}

/* PREVIEW modern */
.l-section.for_blogpost.preview_modern .l-section-h {
	padding-bottom: 0;
}

.l-section.for_blogpost.preview_modern .w-blog {
	position: relative;
	padding: 40% 40px 40px;
}

.l-section.for_blogpost.preview_modern .w-blog:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.66) 0, transparent 100%) repeat-x;
}

.l-section.for_blogpost.preview_modern .w-blog-post-preview {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.l-section.for_blogpost.preview_modern .w-blog-post-body {
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.l-section.for_blogpost.preview_modern .w-blog-post-title {
	color: #fff;
}

.l-section.for_blogpost.preview_modern .w-blog-post-meta {
	color: rgba(255, 255, 255, 0.66);
}

.sidebar_left .l-section.for_blogpost.preview_modern+.l-section .l-section-h,
.sidebar_right .l-section.for_blogpost.preview_modern+.l-section .l-section-h {
	padding-top: 40px;
}

.sidebar_none .l-section.for_blogpost.preview_modern .l-section-h,
.sidebar_none .l-section.for_blogpost.preview_modern .w-blog {
	position: static;
}

.sidebar_none .l-section.for_blogpost.preview_modern .w-blog {
	padding-top: 20%;
	padding-left: 0;
	padding-right: 0;
}

/* FOR pagination */
.l-section.for_pagination .l-section-h {
	padding: 0 0 24px;
}

/* FOR tags */
.l-section.for_blogpost+.l-section+.l-section.for_tags {
	margin-top: -30px;
}

.l-section.for_tags .l-section-h {
	padding: 40px 0;
}

.l-section.for_blogpost+.l-section+.l-section.for_tags .l-section-h {
	padding-top: 0;
}

/* FOR sharing */
.l-section.for_sharing .l-section-h {
	padding: 0 0 35px;
}

/* FOR author */
.l-section.for_author .l-section-h {
	padding: 40px;
	background-color: #f5f5f5;
	/* variable */
}

/* FOR blognav */
.l-section.for_blognav {
	border-top-width: 1px;
	border-top-style: dashed;
}

.l-section.for_blognav .l-section-h {
	padding: 0;
}

.l-section.for_author+.l-section.for_blognav {
	border: none;
}

.w-author+.w-blognav {
	border-top: none;
}

/* FOR related */
.l-section.for_author+.l-section.for_related {
	margin-top: 40px;
}

.l-section.for_related .l-section-h {
	padding: 35px 40px;
	background-color: #f5f5f5;
	/* variable */
}

/* FOR comments */
.l-section.for_comments {
	border-top-width: 1px;
	border-top-style: dashed;
}

.l-section.for_author+.l-section.for_comments,
.l-section.for_related+.l-section.for_comments {
	border: none;
}

.l-canvas.sidebar_none .l-section.for_comments {
	margin-bottom: 0;
	border: none;
	box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.15) inset, 0 3px 4px -2px rgba(0, 0, 0, 0.1) inset;
	background-color: #f5f5f5;
	/* variable */
}

.single-post .l-canvas.sidebar_none .l-section.for_comments {
	margin-top: 50px;
}

.single-post .l-canvas.sidebar_none .l-section.for_blognav+.l-section.for_comments {
	margin-top: 0;
}

.l-section.for_comments .l-section-h {
	padding: 40px 0 0;
}

.single-us_portfolio .l-section.for_comments .l-section-h {
	padding-bottom: 60px;
}

.l-canvas.sidebar_none .l-section.for_comments .l-section-h {
	padding: 60px 0;
}



/* Footer
   ========================================================================== */

.l-subfooter {
	padding-left: 40px;
	padding-right: 40px;
}

.l-subfooter.at_top {
	padding-top: 70px;
	padding-bottom: 40px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 5px rgba(0, 0, 0, 0.15);
	background-color: #1a1a1a;
	/* variable */
	color: #808080;
	/* variable */
}

.l-subfooter.at_top p {
	margin: 0 0 20px;
}

.l-subfooter.at_top p:last-child {
	margin: 0;
}

.l-subfooter.at_top h1,
.l-subfooter.at_top h2,
.l-subfooter.at_top h3,
.l-subfooter.at_top h4,
.l-subfooter.at_top a {
	color: #ccc;
	/* variable */
}

.l-subfooter.at_bottom {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 5px rgba(0, 0, 0, 0.15);
	background-color: #222;
	/* variable */
	color: #666;
	/* variable */
	padding: 0px;
}

.l-subfooter.at_bottom a {
	color: #999;
	/* variable */
}

.no-touch .l-subfooter.at_bottom a:hover {
	color: #fff;
	/* variable */
}



/* Responsive Columns
   ========================================================================== */
.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;
}



/* ActionBox
   ========================================================================== */

.w-actionbox {
	padding: 42px 46px;
}

.w-actionbox-text h1,
.w-actionbox-text h2,
.w-actionbox-text h3,
.w-actionbox-text h4,
.w-actionbox-text h5,
.w-actionbox-text h6 {
	margin: 0;
}

.w-actionbox-text p {
	margin: 5px 0;
}

.w-actionbox-text h2+p {
	margin-top: 12px;
}

.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: 40px;
}

.w-actionbox.controls_right .w-btn {
	margin-left: 10px;
}

/* COLORS */
.w-actionbox.color_primary {
	background-color: #c20;
	/* variable */
	color: #fff;
}

.w-actionbox.color_secondary {
	background-color: #8c0;
	/* variable */
	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 h1,
.w-actionbox.color_primary h2,
.w-actionbox.color_primary h3,
.w-actionbox.color_primary h4,
.w-actionbox.color_primary h5,
.w-actionbox.color_primary h6,
.w-actionbox.color_secondary h1,
.w-actionbox.color_secondary h2,
.w-actionbox.color_secondary h3,
.w-actionbox.color_secondary h4,
.w-actionbox.color_secondary h5,
.w-actionbox.color_secondary h6 {
	color: #fff;
}

.w-actionbox.color_primary .w-actionbox-text a,
.w-actionbox.color_secondary .w-actionbox-text a {
	color: #111;
}

.no-touch .w-actionbox.color_primary .w-actionbox-text a:hover,
.no-touch .w-actionbox.color_secondary .w-actionbox-text a:hover,
.no-touch .w-actionbox.color_primary a.w-btn.color_transparent,
.no-touch .w-actionbox.color_secondary a.w-btn.color_transparent {
	color: #fff;
}



/* Author Box
   ========================================================================== */

.w-author {
	overflow: hidden;
}

.w-author-img {
	float: left;
}

.w-author-img img {
	display: inline-block;
	vertical-align: top;
	width: 90px;
	border-radius: 50%;
}

.w-author-name {
	font-size: 18px;
	line-height: 28px;
	margin-left: 120px;
	margin-bottom: 10px;
}

.w-author-bio {
	font-size: 13px;
	line-height: 22px;
	margin-left: 120px;
}



/* Blog
   ========================================================================== */

.w-blog-post {
	margin-bottom: 60px;
}

.w-blog-post-link {
	color: inherit;
}

.w-blog-post-preview-icon {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	background-color: #f5f5f5;
	/* variable */
	color: #9e9e9e;
	/* variable */
}

.no-touch .w-blog-post-link:hover .w-blog-post-preview-icon {
	color: #8c0;
	/* variable */
}

.w-blog-post.has-post-thumbnail .w-blog-post-preview-icon,
.w-blog-post.format-image img+.w-blog-post-preview-icon {
	display: none !important;
}

.w-blog-post-preview-icon:before {
	content: '\e7de';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: mdfonticon;
	font-size: 75px;
	text-align: center;
	line-height: 80px;
	height: 80px;
	width: 80px;
	margin: -40px 0 0 -40px;
}

.w-blog-post.format-image .w-blog-post-preview-icon:before {
	content: '\e6dc';
}

.w-blog-post.format-gallery .w-blog-post-preview-icon:before {
	content: '\e6a1';
}

.w-blog-post.format-video .w-blog-post-preview-icon:before {
	content: '\e834';
}

.w-blog-post.format-quote .w-blog-post-preview-icon:before {
	content: '\e767';
}

.w-blog-post.format-audio .w-blog-post-preview-icon:before {
	content: '\e68d';
}

.w-blog-post.format-link .w-blog-post-preview-icon:before {
	content: '\e7e5';
}

.w-blog-post.type-page .w-blog-post-preview-icon:before {
	content: '\e872';
}

.w-blog-post-title {
	margin-bottom: 16px;
}

.w-blog-post.sticky .w-blog-post-title {
	font-weight: bold;
}

.w-blog-post-title span {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.no-touch .w-blog-post-link:hover .w-blog-post-title span {
	color: #8c0;
	/* variable */
}

.w-blog-post-meta a {
	color: inherit;
}

.no-touch .w-blog-post-meta a:hover {
	color: #8c0;
	/* variable */
}

.w-blog-post-meta>* {
	margin: 2px 16px 2px 0;
}

.w-blog-post-meta>*:before {
	font-size: 1.11em;
	font-family: mdfonticon;
	vertical-align: top;
	margin-right: 5px;
}

.w-blog-post-meta-date:before {
	content: '\e77f';
}

.w-blog-post-meta-author:before {
	content: '\e613';
}

.w-blog-post-meta-tags:before {
	content: '\e8df';
}

.w-blog-post-meta-category:before {
	content: '\e747';
}

.w-blog-post-meta-comments:before {
	content: '\e7ff';
}

.w-blog-post-content {
	margin-top: 18px;
}

.w-blog-post-content .l-section {
	margin-bottom: 30px;
}

.w-blog-post-more.w-btn {
	margin: 22px 0 0;
}

/* LAYOUT large */
.w-blog.layout_large .w-blog-post-preview>img,
.w-blog.layout_large .w-blog-post-preview>div {
	margin-bottom: 20px !important;
}

.w-blog.layout_large .w-blog-post-title {
	padding: 0;
}

/* LAYOUT small */
.w-blog.layout_smallcircle .w-blog-post-preview {
	max-width: 350px;
}

/* LAYOUT masonry */
.w-blog.layout_masonry .w-blog-list {
	margin: 0 -4px;
}

.l-section.height_auto .w-blog.layout_masonry .w-blog-list {
	margin-top: 2px;
	margin-bottom: 2px;
}

.l-section.width_full .w-blog.layout_masonry .w-blog-list {
	margin-left: 2px;
	margin-right: 2px;
}

.w-blog.layout_masonry .w-blog-post {
	padding: 4px;
	margin-bottom: 0;
	width: 50%;
}

.l-canvas.sidebar_none .w-blog.layout_masonry .w-blog-post,
.l-canvas.type_boxed.sidebar_none .w-blog.layout_masonry .w-blog-post {
	width: 33.33%;
}

@media (min-width: 1600px) {
	.l-section.width_full .w-blog.layout_masonry .w-blog-post {
		width: 20%;
	}
}

@media (min-width: 1280px) and (max-width: 1599px) {
	.l-section.width_full .w-blog.layout_masonry .w-blog-post {
		width: 25%;
	}
}

.w-blog.layout_masonry .w-blog-post-h {
	overflow: hidden;
	border-radius: 2px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.25);
	-webkit-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	background-color: #fff;
	/* variable */
	color: #444;
	/* variable */
}

.no-touch .w-blog.layout_masonry .w-blog-post:hover .w-blog-post-h {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.25);
	z-index: 3;
}

.w-blog.layout_masonry .w-blog-post-title {
	font-size: 20px;
	line-height: 30px;
	padding: 25px 30px 0;
	margin: 0;
}

.w-blog.layout_masonry .w-blog-post-body {
	padding: 0 30px 30px;
}

.w-blog.layout_masonry .w-blog-post-meta {
	font-size: 13px;
	line-height: 22px;
	margin-top: 10px;
}

.w-blog.layout_masonry .w-blog-post-content {
	margin-top: 12px;
}

.w-blog.layout_masonry .g-pagination {
	text-align: center;
	margin-top: 30px;
}

.w-blog.layout_masonry .g-loadmore {
	margin-top: 30px;
}

/* LAYOUT grid */
.w-blog.layout_grid .w-blog-list {
	margin: 0 -20px;
}

.l-section.height_auto .w-blog.layout_grid .w-blog-list {
	margin-top: 40px;
}

.l-section.width_full .w-blog.layout_grid .w-blog-list {
	margin-left: 20px;
	margin-right: 20px;
}

.w-blog.layout_grid .w-blog-post {
	padding: 0 20px;
	margin-bottom: 40px;
	width: 50%;
}

.l-canvas.sidebar_none .w-blog.layout_grid .w-blog-post,
.l-canvas.type_boxed.sidebar_none .w-blog.layout_grid .w-blog-post {
	width: 33.3333%;
}

@media (min-width: 1600px) {
	.l-section.width_full .w-blog.layout_grid .w-blog-post {
		width: 20%;
	}
}

@media (min-width: 1280px) and (max-width: 1599px) {
	.l-section.width_full .w-blog.layout_grid .w-blog-post {
		width: 25%;
	}
}

.w-blog.layout_grid .w-blog-post-link {
	display: block;
}

.w-blog.layout_grid .w-blog-post-preview>img,
.w-blog.layout_grid .w-blog-post-preview>div {
	margin-bottom: 20px;
}

.w-blog.layout_grid .w-blog-post-preview .w-video-h {
	padding-bottom: 66.6667%;
}

.w-blog.layout_grid .w-blog-post-title {
	font-size: 20px;
	line-height: 30px;
	padding: 0;
	margin: 0;
}

.w-blog.layout_grid .w-blog-post-meta {
	font-size: 13px;
	line-height: 22px;
	margin-top: 10px;
}

.w-blog.layout_grid .w-blog-post-content {
	margin-top: 12px;
}

.w-blog.layout_grid .g-pagination {
	text-align: center;
}

/* LAYOUT compact */
.w-blog.layout_compact .w-blog-post {
	margin-bottom: 10px;
}

.w-blog.layout_compact .w-blog-post:last-child {
	margin-bottom: 5px;
}

.w-blog.layout_compact .w-blog-post-link {
	margin-right: 10px;
	color: #c20;
	/* variable */
}

.w-blog.layout_compact .w-blog-post-title {
	font-size: 16px;
	margin: 0;
	color: inherit;
}

.w-blog.layout_compact .w-blog-post-meta>* {
	font-size: 13px;
	margin: 0 16px 0 0;
}

.w-blog.layout_compact .w-blog-post-meta>*:before,
.w-blog.layout_compact .w-blog-post-more {
	display: none;
}

.w-blog.layout_compact .w-blog-post-content {
	margin: 5px 0 15px;
}

.w-blog.layout_compact .g-pagination,
.w-blog.layout_compact .g-loadmore {
	margin-top: 20px;
}

/* LAYOUT related */
.w-blog.layout_related .w-blog-list {
	margin: 0 -20px;
}

.w-blog.layout_related .w-blog-post {
	float: left;
	width: 33.3333%;
	padding: 0 20px;
	margin: 0;
}

.w-blog.layout_related .w-blog-post-link {
	color: #c20;
	/* variable */
}

.w-blog.layout_related .w-blog-post-preview-icon {
	display: block;
	padding-bottom: 66.6666%;
	background-color: rgba(0, 0, 0, 0.05);
}

.w-blog.layout_related .w-blog-post-title {
	font-size: 16px;
	margin-bottom: 6px;
	padding-top: 14px;
	color: inherit;
}

.w-blog.layout_related .w-blog-post-meta {
	font-size: 13px;
}

/* POST FORMAT quote */
.w-blog-post.format-quote blockquote {
	border: none;
	font-size: 20px;
	line-height: 30px;
	font-style: normal;
	padding: 0;
	margin: 0;
}

.w-blog.layout_masonry .w-blog-post.format-quote blockquote {
	padding-top: 30px;
}

.w-blog-post.format-quote blockquote cite {
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
	opacity: 0.5;
}



/* Blog Navigation (next/prev posts)
   ========================================================================== */

.w-blognav {
	overflow: hidden;
}

.w-blognav-prev {
	float: left;
	padding: 30px 40px;
	width: 50%;
	position: relative;
	color: inherit !important;
}

.w-blognav-prev:before {
	content: '\e71f';
	font: 46px/1 mdfonticon;
	position: absolute;
	top: 32px;
	left: -10px;
	opacity: 0.3;
}

.w-blognav-next {
	float: right;
	text-align: right;
	padding: 30px 40px;
	width: 50%;
	position: relative;
	color: inherit !important;
}

.w-blognav-next:before {
	content: '\e720';
	font: 46px/1 mdfonticon;
	position: absolute;
	top: 32px;
	right: -10px;
	opacity: 0.3;
}

.w-blognav-meta {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	opacity: 0.5;
}

.no-touch .w-blognav-title,
.no-touch .w-blognav-title {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.no-touch .w-blognav-prev:hover .w-blognav-title,
.no-touch .w-blognav-next:hover .w-blognav-title {
	color: #8c0;
	/* variable */
}



/* Buttons
   ========================================================================== */

.w-btn,
button,
input[type="submit"] {
	font-size: 15px;
	line-height: 20px;
	padding: 11px 22px;
	margin: 5px 0;
	text-transform: uppercase;
	position: relative;
	border-radius: 3px;
	border: none;
	-webkit-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
	transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* removes the touch highlight on touch devices */
}

.w-btn-label {
	position: relative;
	z-index: 1;
}

.w-btn i {
	position: absolute;
	z-index: 1;
	line-height: inherit;
	vertical-align: top;
}

/* ICON: left */
.w-btn.icon_atleft i {
	left: 20px;
}

.w-btn.icon_atleft i+.w-btn-label {
	padding-left: 22px;
}

/* ICON: right */
.w-btn.icon_atright i {
	right: 20px;
}

.w-btn.icon_atright i+.w-btn-label {
	padding-right: 22px;
}

/* SIZE: small */
.w-btn.size_small,
input.w-btn.size_small,
button.w-btn.size_small {
	font-size: 12px;
	line-height: 18px;
	padding: 6px 12px;
}

.w-btn.size_small.icon_atleft i {
	left: 18px;
}

.w-btn.size_small.icon_atleft i+.w-btn-label {
	padding-left: 24px;
}

.w-btn.size_small.icon_atright i {
	right: 18px;
}

.w-btn.size_small.icon_atright i+.w-btn-label {
	padding-right: 24px;
}

/* SIZE: large */
.w-btn.size_large,
input.w-btn.size_large,
button.w-btn.size_large {
	font-size: 18px;
	line-height: 28px;
	padding: 14px 36px;
}

.w-btn.size_large.icon_atleft i {
	left: 38px;
}

.w-btn.size_large.icon_atleft i+.w-btn-label {
	padding-left: 30px;
}

.w-btn.size_large.icon_atright i {
	right: 38px;
}

.w-btn.size_large.icon_atright i+.w-btn-label {
	padding-right: 30px;
}

/* STYLE: raised */
button,
input[type="submit"],
.w-btn.style_raised,
.w-btn.w-blog-post-more {
	box-shadow: none;
}

.no-touch button:hover,
.no-touch input[type="submit"]:hover,
.no-touch .w-btn.style_raised:hover,
.no-touch .w-btn.w-blog-post-more:hover {
	box-shadow: none;
}

button:focus,
button:active,
input[type="submit"]:focus,
input[type="submit"]:active,
.w-btn.style_raised:focus,
.w-btn.style_raised:active,
.w-btn.w-blog-post-more:focus,
.w-btn.w-blog-post-more:active {
	box-shadow: none !important;
}

/* STYLE: flat */
button.style_flat,
.w-btn.style_flat {
	background-color: transparent;
	box-shadow: none !important;
}

.no-touch .w-btn.style_flat:hover {
	background-color: #f5f5f5;
	/* variable */
}

.no-touch .color_alternate .w-btn.style_flat:hover {
	background-color: #e5e5e5;
	/* variable */
}

.no-touch .color_primary .w-btn.style_flat:hover,
.no-touch .color_secondary .w-btn.style_flat:hover,
.no-touch .color_custom .w-btn.style_flat:hover {
	background-color: rgba(255, 255, 255, 0.12);
}

.w-btn.style_flat .ripple {
	background-color: #999;
	/* variable */
}

.w-btn.style_flat .ripple.ripple-on {
	opacity: 0.08;
}

/* COLOR: primary */
button,
input[type="submit"],
a.w-btn.color_primary.style_raised {
	background-color: #c20;
	/* variable */
	color: #fff;
}

button.w-btn.color_primary.style_flat,
a.w-btn.color_primary.style_flat {
	color: #c20;
	/* variable */
}

/* COLOR: secondary */
button.w-btn.color_secondary.style_raised,
a.w-btn.color_secondary.style_raised {
	background-color: #8c0;
	/* variable */
	color: #fff;
}

button.w-btn.color_secondary.style_flat,
a.w-btn.color_secondary.style_flat {
	color: #8c0;
	/* variable */
}

/* COLOR: light */
button.w-btn.color_light.style_raised,
a.w-btn.color_light.style_raised {
	background-color: #e8e8e8;
	/* variable */
	color: #444;
	/* variable */
}

.w-btn.color_light.style_raised .ripple {
	background-color: #999;
	/* variable */
}

.w-btn.color_light.style_raised .ripple.ripple-on {
	opacity: 0.1;
}

button.w-btn.color_light.style_flat,
a.w-btn.color_light.style_flat {
	color: #9e9e9e;
	/* variable */
}

/* COLOR: contrast */
button.w-btn.color_contrast.style_raised,
a.w-btn.color_contrast.style_raised {
	background-color: #444;
	/* variable */
	color: #fff;
	/* variable */
}

button.w-btn.color_contrast.style_flat,
a.w-btn.color_contrast.style_flat {
	color: inherit;
}

/* COLOR: black */
button.w-btn.color_black.style_raised,
a.w-btn.color_black.style_raised {
	background-color: #000;
	color: #fff;
}

button.w-btn.color_black.style_flat,
a.w-btn.color_black.style_flat {
	color: #000;
}

/* COLOR: white */
button.w-btn.color_white.style_raised,
a.w-btn.color_white.style_raised,
.w-blog-post a.w-btn.w-blog-post-more {
	background-color: #fff;
	color: #222;
}

button.w-btn.color_white.style_raised .ripple,
a.w-btn.color_white.style_raised .ripple,
.w-blog-post a.w-btn.w-blog-post-more .ripple {
	background-color: #bbb;
}

button.w-btn.color_white.style_flat,
a.w-btn.color_white.style_flat {
	color: #fff;
}

.no-touch .w-btn.color_white.style_flat:hover {
	background-color: rgba(255, 255, 255, 0.12);
}

.w-btn.color_white.style_flat .ripple {
	background-color: #fff;
}

/* ALIGN left */
.w-btn-wrapper.align_left {
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
}

.align_center>.w-btn-wrapper.align_left {
	margin-left: 3px;
	margin-right: 3px;
}

/* ALIGN center */
.w-btn-wrapper.align_center {
	text-align: center;
}

/* ALIGN right */
.w-btn-wrapper.align_right {
	float: right;
	margin-left: 10px;
}

/* Ripple effect */
.ripple-container {
	display: block;
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 !important;
	z-index: 0 !important;
	overflow: hidden;
	border-radius: inherit;
	pointer-events: none;
}

:root .ripple-container {
	display: none \0/IE9;
	/* hack for IE9 & IE10 */
}

.ripple {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
	border-radius: 100%;
	transform: scale(1);
	transform-origin: 50%;
	opacity: 0;
	background-color: #fff;
	pointer-events: none;
}

.ripple.ripple-on {
	-webkit-transition: opacity 0.15s ease-in, -webkit-transform 0.45s cubic-bezier(.4, 0, .2, 1) 0.1s;
	transition: opacity 0.15s ease-in, transform 0.45s cubic-bezier(.4, 0, .2, 1) 0.1s;
	opacity: 0.13;
}

.ripple.ripple-out {
	-webkit-transition: opacity 0.2s linear !important;
	transition: opacity 0.2s linear !important;
	opacity: 0 !important;
}



/* Cart
   ========================================================================== */

.w-cart {
	display: none;
	float: right;
	vertical-align: top;
}

.w-cart.has_items {
	display: inline-block;
}

.w-nav.type_desktop~.w-search~.w-cart.has_items {
	margin-left: 10px;
}

.w-cart-h {
	display: inline-block;
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
	line-height: 50px;
}

.l-subheader.at_bottom .w-cart-h {
	line-height: 40px;
}

.w-cart-link {
	display: block;
	font-size: 21px;
	padding-left: 13px;
	position: relative;
	color: inherit;
}

.w-cart-link:before {
	content: '\e8c5';
	font-family: mdfonticon;
	vertical-align: top;
}

/* cart notification */
.w-cart-notification {
	display: none;
	position: absolute;
	right: 0;
	font-size: 13px;
	text-align: center;
	line-height: 20px;
	padding: 18px 20px;
	width: 285px;
	z-index: 11;
	border-radius: 2px;
	background-color: rgba(0, 0, 0, 0.85);
	color: #ccc;
}

.w-cart-notification .product-name {
	color: #fff;
}

/* cart dropdown */
.w-cart-dropdown {
	display: none;
	position: absolute;
	right: 0;
	font-size: 14px;
	text-align: left;
	padding: 30px 30px 25px;
	min-width: 285px;
	border-radius: 2px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 5px 0 rgba(0, 0, 0, 0.25);
	background-color: #fff;
	/* variable */
	color: #444;
	/* variable */
}

.woocommerce-cart .w-cart-dropdown,
.woocommerce-checkout .w-cart-dropdown {
	display: none !important;
}

.w-cart-dropdown .widget_shopping_cart {
	padding: 0;
	margin: 0;
	background-color: transparent;
}

.w-cart-dropdown .widgettitle {
	display: none;
}



/* Comments
   ========================================================================== */

.w-comments-title {
	margin-bottom: 30px;
}

.w-comments-title:before {
	content: '\e7ff';
	font-size: 1.15em;
	font-family: mdfonticon;
	vertical-align: middle;
	margin-right: 8px;
	opacity: 0.33;
}

.w-comments-item {
	margin-bottom: 30px;
}

.w-comments-childlist {
	margin-left: 30px;
}

.w-comments-item-meta,
.w-comments-item-text,
.w-comments-item-answer {
	margin-left: 70px;
}

.w-comments-item-meta {
	margin-bottom: 12px;
}

.w-comments-item-icon {
	width: 50px;
	border-radius: 50%;
	overflow: hidden;
}

.w-comments-item-author {
	font-size: 0.9em;
	font-weight: bold;
	margin-right: 15px;
}

.w-comments-item-date {
	font-size: 0.9em;
}

.w-comments-item-text>p {
	margin-bottom: 12px;
}

.w-comments-item-answer {
	font-size: 0.9em;
}

.w-comments-pagination {
	font-size: 13px;
	text-align: center;
}

.w-comments-pagination a {
	margin: 0 10px;
}

.comment-reply-title {
	font-size: 20px;
}

.comment-reply-title small {
	font-size: 13px;
	margin-left: 10px;
}

p.form-allowed-tags {
	display: none;
}

p.form-submit {
	margin: 0;
}



/* Contacts
   ========================================================================== */

.l-subheader .w-contacts {
	display: inline-block;
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
	font-size: 14px;
	line-height: 40px;
}

.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.for_email:before {
	content: '\e804';
	font-size: 1.3em;
	font-family: mdfonticon;
	vertical-align: top;
	line-height: inherit;
	opacity: 0.5;
}

.l-subheader .w-contacts-item.for_phone:before {
	content: '\e80f';
	font-size: 1.3em;
	font-family: mdfonticon;
	vertical-align: top;
	line-height: inherit;
	opacity: 0.5;
}

.l-subheader .w-contacts-item i {
	font-size: 1.3em;
	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 {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.l-subheader .w-contacts-item-value a {
	color: inherit;
}

.no-touch .l-subheader .w-contacts-item-value a:hover {
	color: #8c0;
	/* variable */
}



/* Copyright
   ========================================================================== */

.w-nav+.w-copyright {
	float: left;
}



/* Counter
   ========================================================================== */

.w-counter {
	text-align: center;
	margin: 0 auto;
	max-width: 300px;
}

.w-counter-number {
	line-height: 1;
	color: #222;
	/* variable */
}

.w-counter.color_primary .w-counter-number {
	color: #c20;
	/* variable */
}

.w-counter.color_secondary .w-counter-number {
	color: #8c0;
	/* variable */
}

.l-section.color_primary .w-counter-number,
.l-section.color_secondary .w-counter-number,
.l-section.color_custom .w-counter-number {
	color: inherit;
}

.w-counter h6.w-counter-title {
	padding: 14px 0 8px;
	margin: 0;
}

/* SIZE: small */
.w-counter.size_small .w-counter-number {
	font-size: 4em;
}

/* SIZE: medium */
.w-counter.size_medium .w-counter-number {
	font-size: 5em;
}

/* SIZE: large */
.w-counter.size_large .w-counter-number {
	font-size: 6em;
}



/* Filters
   ========================================================================== */

.g-filters {
	text-align: center;
	font-size: 0;
}

.g-filters-item {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
	cursor: pointer;
	padding: 14px 20px 12px;
	border-bottom: 2px solid transparent;
	opacity: 0.66;
	-webkit-transition: border-color 0.3s, color 0.3s, opacity 0.3s;
	transition: border-color 0.3s, color 0.3s, opacity 0.3s;
}

.no-touch .g-filters-item:hover {
	opacity: 1;
}

.g-filters-item.active {
	opacity: 1;
	border-color: #c20;
	/* variable */
	color: #c20;
	/* variable */
}

.no-touch .color_primary .g-filters-item.active,
.no-touch .color_secondary .g-filters-item.active {
	border-color: #fff;
	color: #fff;
}



/* Form
   ========================================================================== */

.w-form {
	padding-top: 10px;
}

.w-form-row {
	position: relative;
	padding-left: 40px;
	margin-bottom: 24px !important;
}

.w-form-row.for_submit {
	padding-left: 0;
	margin-bottom: 0 !important;
}

.w-form-row.for_links {
	clear: both;
	padding: 20px 0 0;
	margin: 0 !important;
}

.w-form-row:before,
.w-form-row>i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 24px;
	line-height: 46px;
	opacity: 0.33;
	-webkit-transition: opacity 0.3s, color 0.3s;
	transition: opacity 0.3s, color 0.3s;
}

.w-form-row:before {
	font-family: mdfonticon;
}

.w-form-row.focused:before,
.w-form-row.focused>i {
	opacity: 1;
	color: #c20;
	/* variable */
}

.w-form-row.for_log:before,
.w-form-row.for_name:before,
.w-form-row.for_author:before {
	content: '\e613';
}

.w-form-row.for_email:before {
	content: '\e804';
}

.w-form-row.for_phone:before {
	content: '\e80f';
}

.w-form-row.for_comment:before,
.w-form-row.for_message:before {
	content: '\e7de';
}

.w-form-row.for_url:before {
	content: '\e7e5';
}

.w-form-row.for_captcha:before {
	content: '\e879';
}

.w-form-row.for_pwd:before,
.w-form-row.for_post_password:before {
	content: '\e892';
}

.w-form-row-label {
	position: absolute;
	top: 10px;
	left: 40px;
	font-size: 16px;
	line-height: 26px;
	pointer-events: none;
	opacity: 0.66;
	-webkit-transition: font-size 0.3s cubic-bezier(.78, .13, .15, .86), top 0.3s cubic-bezier(.78, .13, .15, .86);
	transition: font-size 0.3s cubic-bezier(.78, .13, .15, .86), top 0.3s cubic-bezier(.78, .13, .15, .86);
}

.w-form-row.focused .w-form-row-label,
.w-form-row.not-empty .w-form-row-label {
	top: -21px;
	font-size: 13px;
}

:root .w-form-row-label {
	z-index: -1 \0/IE9;
	/* hack for IE9 & IE10 */
}

.w-form-row-field {
	display: block;
	position: relative;
}

.w-form-row-field input:focus,
.w-form-row-field textarea:focus {
	box-shadow: none !important;
}

.w-form-row-field>textarea {
	padding-top: 11px;
	line-height: 24px;
}

.w-form-row-field-bar:before,
.w-form-row-field-bar:after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 0;
	z-index: 1;
	-webkit-transition: background-color 0.3s, width 0.3s cubic-bezier(.78, .13, .15, .86);
	transition: background-color 0.3s, width 0.3s cubic-bezier(.78, .13, .15, .86);
}

.w-form-row-field-bar:before {
	left: 50%;
}

.w-form-row-field-bar:after {
	right: 50%;
}

.w-form-row.focused .w-form-row-field-bar:before,
.w-form-row.focused .w-form-row-field-bar:after {
	width: 50%;
	background-color: #c20;
	/* variable */
}

.w-form-row-state {
	font-size: 13px;
	line-height: 18px;
	padding-top: 4px;
	height: 0;
	opacity: 0;
	-webkit-transition: height 0.3s cubic-bezier(.78, .13, .15, .86), opacity 0.3s;
	transition: height 0.3s cubic-bezier(.78, .13, .15, .86), opacity 0.3s;
}

.w-form .w-btn {
	margin: 0;
}

.w-form .w-btn-label {
	display: block;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s cubic-bezier(.78, .13, .15, .86);
	transition: opacity 0.3s, transform 0.3s cubic-bezier(.78, .13, .15, .86);
}

.w-form .w-btn.loading .w-btn-label {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.w-form .w-btn .g-preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 26px;
	width: 26px;
	margin: -13px 0 0 -13px;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.w-form .w-btn.loading .g-preloader {
	opacity: 1;
}

.w-form-message {
	font-size: 17px;
	line-height: 25px;
	opacity: 0;
	-webkit-transition-property: padding, opacity;
	transition-property: padding, opacity;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.w-form-message.type_success {
	padding-top: 10px;
	opacity: 1;
	color: #4c0;
}

.w-form-message.type_error {
	padding-top: 10px;
	opacity: 1;
	color: red;
}

/* ALIGN left */
.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;
	padding-top: 0;
	margin: 8px 0;
}

/* ALIGN right */
.w-form.align_right {
	text-align: left;
}

.w-form.align_right .w-form-row.for_submit {
	float: right;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}

.w-form.align_right .w-form-message.type_success {
	display: inline-block;
	vertical-align: middle;
	padding-top: 0;
}

/* CHECK wrong */
.w-form-row.check_wrong input,
.w-form-row.check_wrong textarea,
.w-form-row.check_wrong select {
	border-color: red;
}

.w-form-row.check_wrong .w-form-row-state {
	height: 20px;
	padding-top: 4px;
	opacity: 1;
	color: red;
}

/* FOR protected post */
.w-form.for_protectedpost {
	margin-bottom: 20px;
	padding: 28px 35px 14px;
	background-color: #f5f5f5;
	/* variable */
}

.w-form.for_protectedpost:after {
	display: block;
	content: '';
	clear: both;
}

.w-form.for_protectedpost .w-form-row.for_info {
	padding: 0;
}

.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_protectedpost .w-btn {
	margin-top: 4px;
}

/* FORM: login */
.w-form.for_login .w-form-row.for_submit {
	float: left;
	margin-right: 20px;
}

.w-form.for_login .w-form-h label {
	float: left;
	margin-top: 10px;
}

.w-form.for_login .w-form-h label input[type="checkbox"] {
	vertical-align: top;
	margin: 4px 6px 0 0;
}

.w-form-row-link {
	margin-right: 20px;
}



/* Gallery
   ========================================================================== */

.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;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.no-touch a.w-gallery-item:hover .w-gallery-item-hover {
	background-color: rgba(255, 255, 255, 0.25);
}

/* WITH indents */
.w-gallery.with_indents .w-gallery-list {
	margin: -2px;
}

.l-section.width_full .full-width .w-gallery.with_indents .w-gallery-list {
	margin-left: 2px;
	margin-right: 2px;
}

.l-section.height_auto .full-width .w-gallery.with_indents .w-gallery-list {
	margin-top: 2px;
	margin-bottom: 2px;
}

.w-gallery.with_indents .w-gallery-item {
	padding: 2px;
}

.w-gallery.with_indents a.w-gallery-item .w-gallery-item-hover {
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
}



/* IconBox
   ========================================================================== */

.w-iconbox-link {
	color: inherit;
	-webkit-transition: none;
	transition: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* removes the touch highlight on touch devices */
}

.w-iconbox-icon {
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.no-touch .l-footer .w-iconbox-link:hover .w-iconbox-icon {
	color: inherit;
}

.w-iconbox-title {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.w-iconbox-text p,
.w-iconbox-text ul,
.w-iconbox-text ol {
	margin-bottom: 12px !important;
}

/* ICONPOS: top */
.w-iconbox.iconpos_top {
	max-width: 350px;
	/* temp */
}

.w-iconbox.iconpos_top .w-iconbox-title {
	padding: 16px 0;
}

/* ICONPOS: left */
.w-iconbox.iconpos_left .w-iconbox-title {
	padding: 0 0 16px;
}

.w-iconbox.size_tiny.iconpos_left .w-iconbox-title {
	padding-top: 3px;
}

.w-iconbox.size_tiny.iconpos_left .w-iconbox-text {
	margin-left: 0;
}

/* STYLE: default */
.w-iconbox.style_default .w-iconbox-icon {
	background-color: transparent !important;
	box-shadow: none !important;
	color: inherit;
}

.w-iconbox.style_default.color_light .w-iconbox-icon {
	color: #e8e8e8;
	/* variable */
}

.w-iconbox.style_default.color_primary .w-iconbox-icon {
	color: #c20;
	/* variable */
}

.w-iconbox.style_default.color_secondary .w-iconbox-icon {
	color: #8c0;
	/* variable */
}

/* STYLE: circle */
.w-iconbox.style_circle .w-iconbox-icon {
	text-align: center;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1px rgba(0, 0, 0, 0), 0 2px 3px rgba(0, 0, 0, 0) !important;
	-webkit-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}

.w-iconbox.style_circle .w-iconbox-link:active .w-iconbox-icon,
.no-touch .w-iconbox.style_circle .w-iconbox-link:hover .w-iconbox-icon {
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0) inset, 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3) !important;
}

.w-iconbox.style_circle .w-iconbox-icon i {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.w-iconbox.style_circle.color_light .w-iconbox-icon {
	background-color: #f5f5f5;
	/* variable */
	color: #444;
	/* variable */
}

.w-iconbox.style_circle.color_contrast .w-iconbox-icon {
	background-color: #444;
	/* variable */
	color: #fff;
	/* variable */
}

.w-iconbox.style_circle.color_primary .w-iconbox-icon {
	background-color: #c20;
	/* variable */
	color: #fff;
}

.w-iconbox.style_circle.color_secondary .w-iconbox-icon {
	background-color: #8c0;
	/* variable */
	color: #fff;
}

/* SIZE: tiny */
.w-iconbox.no_text.size_tiny {
	max-width: 44px;
}

.w-iconbox.size_tiny .w-iconbox-icon {
	font-size: 30px;
	line-height: 30px;
}

.w-iconbox.style_circle.size_tiny .w-iconbox-icon {
	font-size: 19px;
	line-height: 44px;
	height: 44px;
	width: 44px;
}

.w-iconbox.style_circle.size_tiny .w-iconbox-icon img {
	max-width: 20px;
}

.w-iconbox.size_tiny .w-iconbox-title {
	font-size: 18px;
}

.w-iconbox.size_tiny.iconpos_left .w-iconbox-title {
	margin-left: 44px;
}

.w-iconbox.style_circle.size_tiny.iconpos_left .w-iconbox-title,
.w-iconbox.style_circle.size_tiny.iconpos_left .w-iconbox-text {
	margin-left: 60px;
}

.w-iconbox.style_default.size_tiny .w-iconbox-icon img {
	max-width: 30px;
}

/* SIZE: small */
.w-iconbox.no_text.size_small {
	max-width: 60px;
}

.w-iconbox.size_small .w-iconbox-icon {
	font-size: 40px;
	line-height: 40px;
}

.w-iconbox.style_circle.size_small .w-iconbox-icon {
	font-size: 26px;
	line-height: 60px;
	height: 60px;
	width: 60px;
}

.w-iconbox.style_circle.size_small .w-iconbox-icon img {
	max-width: 28px;
}

.w-iconbox.size_small .w-iconbox-title {
	font-size: 20px;
}

.w-iconbox.size_small.iconpos_left .w-iconbox-title,
.w-iconbox.size_small.iconpos_left .w-iconbox-text {
	margin-left: 62px;
}

.w-iconbox.style_circle.size_small.iconpos_left .w-iconbox-title,
.w-iconbox.style_circle.size_small.iconpos_left .w-iconbox-text {
	margin-left: 80px;
}

.w-iconbox.style_default.size_small .w-iconbox-icon img {
	max-width: 40px;
}

/* SIZE: medium */
.w-iconbox.no_text.size_medium {
	max-width: 80px;
}

.w-iconbox.size_medium .w-iconbox-icon {
	font-size: 50px;
	line-height: 50px;
}

.w-iconbox.style_circle.size_medium .w-iconbox-icon {
	font-size: 34px;
	line-height: 80px;
	height: 80px;
	width: 80px;
}

.w-iconbox.style_circle.size_medium .w-iconbox-icon img {
	max-width: 38px;
}

.w-iconbox.size_medium .w-iconbox-title {
	font-size: 22px;
}

.w-iconbox.size_medium.iconpos_left .w-iconbox-title,
.w-iconbox.size_medium.iconpos_left .w-iconbox-text {
	margin-left: 75px;
}

.w-iconbox.style_circle.size_medium.iconpos_left .w-iconbox-title,
.w-iconbox.style_circle.size_medium.iconpos_left .w-iconbox-text {
	margin-left: 105px;
}

.w-iconbox.style_default.size_medium .w-iconbox-icon img {
	max-width: 50px;
}

/* SIZE: large */
.w-iconbox.no_text.size_large {
	max-width: 100px;
}

.w-iconbox.size_large .w-iconbox-icon {
	font-size: 70px;
	line-height: 70px;
}

.w-iconbox.style_circle.size_large .w-iconbox-icon {
	font-size: 46px;
	line-height: 100px;
	height: 100px;
	width: 100px;
}

.w-iconbox.style_circle.size_large .w-iconbox-icon img {
	max-width: 46px;
}

.w-iconbox.size_large .w-iconbox-title {
	font-size: 24px;
}

.w-iconbox.size_large.iconpos_left .w-iconbox-title,
.w-iconbox.size_large.iconpos_left .w-iconbox-text {
	margin-left: 100px;
}

.w-iconbox.style_circle.size_large.iconpos_left .w-iconbox-title,
.w-iconbox.style_circle.size_large.iconpos_left .w-iconbox-text {
	margin-left: 120px;
}

.w-iconbox.style_default.size_large .w-iconbox-icon img {
	max-width: 70px;
}

/* SIZE: huge */
.w-iconbox.no_text.size_huge {
	max-width: 130px;
}

.w-iconbox.size_huge .w-iconbox-icon {
	font-size: 100px;
	line-height: 100px;
}

.w-iconbox.style_circle.size_huge .w-iconbox-icon {
	font-size: 60px;
	line-height: 130px;
	height: 130px;
	width: 130px;
}

.w-iconbox.style_circle.size_huge .w-iconbox-icon img {
	max-width: 60px;
}

.w-iconbox.size_huge .w-iconbox-title {
	font-size: 26px;
}

.w-iconbox.size_huge.iconpos_left .w-iconbox-title,
.w-iconbox.size_huge.iconpos_left .w-iconbox-text {
	margin-left: 135px;
}

.w-iconbox.style_circle.size_huge.iconpos_left .w-iconbox-title,
.w-iconbox.style_circle.size_huge.iconpos_left .w-iconbox-text {
	margin-left: 160px;
}

.w-iconbox.style_default.size_huge .w-iconbox-icon img {
	max-width: 100px;
}



/* Single Image
   ========================================================================== */

.w-image {
	line-height: 0;
	margin-bottom: 40px;
}

.w-image.align_left {
	float: left;
	margin-right: 40px;
}

.w-image.align_right {
	float: right;
	margin-left: 40px;
}

.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: 24px;
}

.w-image:last-child,
.l-section.width_full .g-cols>.full-width>.w-image {
	margin-bottom: 0 !important;
}



/* Lang
   ========================================================================== */

.w-lang {
	display: inline-block;
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
	line-height: 40px;
	margin-left: 15px;
}

.w-lang.layout_dropdown .w-lang-list {
	padding-top: 35px;
	padding-bottom: 3px;
	min-width: 100%;
	box-sizing: content-box;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	-webkit-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}

.w-lang.layout_dropdown.active .w-lang-list {
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.w-lang-item {
	padding: 0 30px 0 12px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.w-lang.active .w-lang-item {
	color: #444;
	/* variable */
}

.w-lang-list .w-lang-item {
	line-height: 30px;
	padding-right: 12px;
	color: inherit;
	opacity: 0;
}

.w-lang.active .w-lang-list .w-lang-item {
	opacity: 1;
}

.w-lang-item-title {
	font-size: 14px;
}

.w-lang-item-icon {
	margin-right: 8px;
}

.w-lang-current {
	position: relative;
	cursor: pointer;
}

.w-lang-current .w-lang-item:before {
	display: block;
	content: "\f107";
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 20px;
	font-family: FontAwesome;
	cursor: pointer;
}

.w-lang.layout_dropdown.active .w-lang-current,
.w-lang.layout_dropdown.active .w-lang-list {
	z-index: 1;
}



/* Load More
   ========================================================================== */

.g-loadmore {
	text-align: center;
	position: relative;
}

.g-loadmore-btn {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 20px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	-webkit-transition: background-color 0.3s, opacity 0.3s, -webkit-transform 0.3s cubic-bezier(.78, .13, .15, .86);
	transition: background-color 0.3s, opacity 0.3s, transform 0.3s cubic-bezier(.78, .13, .15, .86);
	background-color: #f5f5f5;
	/* variable */
}

.l-section.height_auto.width_full .g-loadmore-btn {
	padding: 30px;
}

.g-loadmore.loading .g-loadmore-btn {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.no-touch .g-loadmore-btn:hover {
	background-color: #e5e5e5;
	/* variable */
}

.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: -18px 0 0 -18px;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s cubic-bezier(.78, .13, .15, .86);
	transition: opacity 0.3s, transform 0.3s cubic-bezier(.78, .13, .15, .86);
}

.g-loadmore.loading .g-preloader {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}



/* Logo
   ========================================================================== */

.w-logo {
	float: left;
}

.l-header.layout_centered .w-logo {
	float: none !important;
}

.w-logo-link {
	color: inherit;
}

.w-logo-img {
	max-width: 200px;
	-webkit-transition: height 0.3s cubic-bezier(.78, .13, .15, .86);
	transition: height 0.3s cubic-bezier(.78, .13, .15, .86);
}

.l-header.layout_centered .w-logo-img {
	max-width: none;
}

.w-logo-img>img {
	display: block;
	width: auto;
	height: inherit;
	min-height: 20px;
	max-width: none;
	-webkit-transition: margin 0.3s cubic-bezier(.78, .13, .15, .86), opacity 0.3s cubic-bezier(.78, .13, .15, .86);
	transition: margin 0.3s cubic-bezier(.78, .13, .15, .86), opacity 0.3s cubic-bezier(.78, .13, .15, .86);
}

/* Enable the second logo image for the transparent header */
.w-logo.with_transparent .w-logo-img>img.for_transparent,
.l-header.transparent .w-logo.with_transparent .w-logo-img>img.for_default {
	opacity: 0;
}

.l-header.transparent .w-logo.with_transparent .w-logo-img>img.for_transparent {
	opacity: 1;
}



/* Logos
   ========================================================================== */

@media (max-width: 1280px) {
	.w-logos.nav_arrows {
		padding: 0 54px;
	}
}

.sidebar_left .w-logos.nav_arrows,
.sidebar_right .w-logos.nav_arrows {
	padding: 0 54px;
}

.l-section.width_full .w-logos.nav_arrows {
	padding: 0 74px;
}

.w-logos-item-h {
	display: block;
	padding: 30px;
	margin: 5px;
	border-radius: 2px;
	opacity: 0;
	height: 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s, box-shadow 0.3s opacity 0.3s;
	transition: transform 0.3s, background-color 0.3s, box-shadow 0.3s, opacity 0.3s;
}

.owl-loaded .w-logos-item-h {
	opacity: 0.66;
	height: auto;
}

.no-touch .w-logos-item:hover .w-logos-item-h {
	opacity: 1;
}

.owl-carousel .owl-item .w-logos-item-h img {
	margin: 0 auto;
	width: auto;
}

.w-logos .owl-prev,
.w-logos .owl-next {
	position: absolute;
	top: 50%;
	font-size: 0;
	font-family: mdfonticon;
	text-align: center;
	line-height: 56px;
	height: 54px;
	width: 54px;
	margin-top: -27px;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s, opacity 0.3s;
	transition: background-color 0.3s, opacity 0.3s;
}

.w-logos .owl-prev {
	left: -54px;
}

.w-logos .owl-prev:before {
	content: '\e646';
	font-size: 34px;
	padding-right: 2px;
}

.w-logos .owl-next {
	right: -54px;
}

.w-logos .owl-next:before {
	content: '\e647';
	font-size: 34px;
	padding-left: 2px;
}

.no-touch .w-logos .owl-prev:hover,
.no-touch .w-logos .owl-next:hover {
	background-color: #f5f5f5;
	/* variable */
}

.no-touch .color_alternate .w-logos .owl-prev:hover,
.no-touch .color_alternate .w-logos .owl-next:hover {
	background-color: #e5e5e5;
	/* variable */
}

.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 {
	background-color: rgba(255, 255, 255, 0.12);
}

/* STYLE 1 */
.no-touch .w-logos.style_1 .w-logos-item:hover .w-logos-item-h {
	background-color: rgba(0, 0, 0, 0.04);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.no-touch .color_primary .w-logos.style_1 .w-logos-item:hover .w-logos-item-h,
.no-touch .color_secondary .w-logos.style_1 .w-logos-item:hover .w-logos-item-h {
	background-color: rgba(255, 255, 255, 0.12);
}



/* Map
   ========================================================================== */

.w-map img {
	max-width: none !important;
}

.w-map label {
	display: inline;
	width: auto;
}

.gm-style .gm-style-iw>div {
	width: auto !important;
}

.gm-style-iw {
	color: #333;
}

.gm-style-iw h1,
.gm-style-iw h2,
.gm-style-iw h3,
.gm-style-iw h4,
.gm-style-iw h5,
.gm-style-iw h6,
.gm-style-iw p,
.gm-style-iw ul,
.gm-style-iw ol {
	margin: 0;
	padding: 8px 10px 4px !important;
	color: inherit !important;
}



/* Message Box
   ========================================================================== */

.w-message {
	margin-bottom: 24px;
	border-radius: 2px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.w-message-icon {
	font-size: 30px;
	width: 80px;
	opacity: 0.5;
}

.w-message-body {
	padding: 20px 25px;
}

.w-message.with_close .w-message-body {
	padding-right: 60px;
}

.w-message.with_icon .w-message-body {
	padding-left: 0;
}

.w-message-close {
	font-size: 22px;
	padding: 20px;
	opacity: 0.3;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* removes the touch highlight on touch devices */
}

.no-touch .w-message-close:hover {
	opacity: 1;
}



/* Navigation (Main Menu)
   ========================================================================== */

.l-header .w-nav {
	display: inline-block;
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
	line-height: 50px;
}

.l-subheader.at_bottom .w-nav.type_desktop {
	line-height: 40px;
}

.w-nav-control {
	float: right;
	text-align: center;
	font-size: 21px;
	width: 50px;
	margin-right: -15px;
	cursor: pointer;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.l-subheader.at_bottom .w-nav-control {
	float: left;
	text-align: left;
	margin: 0 !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* removes the touch highlight on touch devices */
}

.w-cart+.w-nav .w-nav-control,
.w-search+.w-nav .w-nav-control {
	margin: 0 !important;
}

.w-nav-control:before {
	content: '\f0c9';
	font-family: FontAwesome;
	vertical-align: top;
	line-height: inherit;
}

.w-nav-anchor {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* removes the touch highlight on touch devices */
}

.l-header .w-nav-anchor.level_1 {
	padding: 0 20px;
	color: inherit;
}

.w-nav-anchor.level_2,
.w-nav-anchor.level_3,
.w-nav-anchor.level_4 {
	padding: 10px 20px;
}

.w-nav-title i {
	width: 20px;
}

.w-nav-anchor.level_1 .ripple.ripple-on {
	opacity: 0.06;
}

/* menu sublevel arrow */
.w-nav-arrow {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	font-family: mdfonticon;
	font-size: 22px;
	font-weight: normal;
	line-height: inherit;
	height: 100%;
	width: 20px;
}

.w-nav-arrow:before {
	content: '\e71e';
}

.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: '\e720';
}

.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: 30px;
}

/* menu dropdown lists */
.l-header .w-nav-list.level_2,
.l-header .w-nav-list.level_3,
.l-header .w-nav-list.level_4 {
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 5px 0 rgba(0, 0, 0, 0.25);
	padding: 6px 0;
	min-width: 200px;
	border-radius: 2px;
	background-color: #fff;
	/* variable */
}

.l-header .w-nav-list.level_3,
.l-header .w-nav-list.level_4 {
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05), 0 3px 7px 0 rgba(0, 0, 0, 0.25);
	top: -6px;
}

.l-header .w-nav-anchor.level_2,
.l-header .w-nav-anchor.level_3,
.l-header .w-nav-anchor.level_4 {
	line-height: 20px;
	white-space: nowrap;
	-webkit-transition: color 0.2s, background-color 0.2s;
	transition: color 0.2s, background-color 0.2s;
	color: #444;
	/* variable */
}

.l-header .w-nav-anchor.level_2 .ripple.ripple-on,
.l-header .w-nav-anchor.level_3 .ripple.ripple-on,
.l-header .w-nav-anchor.level_4 .ripple.ripple-on {
	opacity: 0.08;
}

/* menu dropdown columns list */
.w-nav.type_desktop [class*="columns"] .w-nav-list.level_2 {
	padding: 15px 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;
}

.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: 400;
	text-transform: uppercase;
	margin: 0 0 8px;
	background-color: transparent !important;
}

.type_desktop [class*="columns"] .menu-item-has-children .w-nav-anchor.level_2 .ripple-container,
.type_desktop [class*="columns"] .menu-item-has-children .w-nav-arrow {
	display: none !important;
}

/* menu button */
.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;
	vertical-align: -webkit-baseline-middle;
	line-height: 40px;
	border-radius: 0px;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
}

.no-touch .btn.w-nav-item .w-nav-anchor.level_1:hover {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
}

.btn.w-nav-item .w-nav-anchor.level_1:focus,
.btn.w-nav-item .w-nav-anchor.level_1:active {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 5px 8px rgba(0, 0, 0, 0.16), 0 9px 20px rgba(0, 0, 0, 0.16) !important;
}

.w-nav.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;
}

/* TYPE: mobile */
.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: '\e71e';
}

.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;
	padding: 0;
	box-shadow: none;
}

.w-nav.type_mobile .w-nav-anchor.level_1 {
	margin: 0;
	padding: 10px;
	background-color: transparent !important;
	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;
}

.w-nav.type_mobile .w-nav-anchor.level_3 {
	line-height: 26px;
	margin: 0;
	padding: 10px 0 10px 30px;
}

.w-nav.type_mobile .w-nav-anchor.level_4 {
	line-height: 26px;
	margin: 0;
	padding: 10px 0 10px 40px;
}



/* Navigation in Footer
   ========================================================================== */

.l-subfooter.at_bottom .w-nav {
	float: right;
}

.l-subfooter.at_bottom .w-nav-anchor.level_1 {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 10px;
}

.l-subfooter.at_bottom .btn.w-nav-item .w-nav-anchor.level_1 {
	line-height: 36px;
	padding: 0 15px;
	margin-top: -4px;
	margin-bottom: -4px;
}

.l-subfooter.at_bottom .w-nav-list.level_2 {
	display: none !important;
}



/* Person
   ========================================================================== */

.w-person {
	max-width: 450px;
}

.w-person-content {
	padding-bottom: 10px;
}

.w-person-name {
	font-size: 20px;
	margin-bottom: 0;
}

.w-person-link .w-person-name {
	color: inherit;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.w-person-role {
	font-size: 0.9em;
	margin: 3px 0;
	opacity: 0.5;
}

.w-person-description {
	margin: 10px 0;
}

.w-person-links-item {
	font-size: 18px;
	line-height: 36px;
	width: 36px;
	border-radius: 50%;
	color: inherit;
}

/* LAYOUT card */
.w-person.layout_card {
	overflow: hidden;
	border-radius: 2px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.25);
	-webkit-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	background-color: #fff;
	/* variable */
	color: #444;
	/* variable */
}

.no-touch .w-person.layout_card:hover {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.25);
}

.w-person.layout_card .w-person-content {
	padding: 20px;
}

/* LAYOUT flat */
.w-person.layout_flat .w-person-name {
	padding-top: 15px;
}

.w-person.layout_flat .w-person-image img {
	border-radius: 50%;
	-webkit-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}

.no-touch .w-person.layout_flat:hover .w-person-image img {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.25);
}



/* Portfolio
   ========================================================================== */

.w-portfolio-item-meta {
	padding: 30px;
}

.w-portfolio-item-title {
	font-size: 20px;
	color: inherit !important;
}

.l-footer .w-portfolio-item-title {
	font-size: 14px !important;
}

.w-portfolio-item-text {
	font-size: 13px;
	line-height: 1.4;
	margin-top: 5px;
	opacity: 0.66;
}

.w-portfolio .ripple-container {
	z-index: 1 !important;
}

.w-portfolio-item .g-preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -18px 0 0 -18px;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	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;
}

/* INDENTS */
.w-portfolio.with_indents .w-portfolio-list {
	margin: 2px -2px;
}

.l-section.width_full .w-portfolio.with_indents .w-portfolio-list {
	margin: 2px;
}

.w-portfolio.with_indents .w-portfolio-item {
	padding: 2px;
}

@media (min-width: 481px) {
	.w-portfolio.with_indents.ratio_1x1 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
		padding-bottom: calc(200% + 4px);
	}

	.w-portfolio.with_indents.ratio_1x1 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
		padding-bottom: calc(50% - 2px);
	}

	.w-portfolio.with_indents.ratio_16x9 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
		padding-bottom: calc(112.5% + 4px);
	}

	.w-portfolio.with_indents.ratio_16x9 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
		padding-bottom: calc(28.125% - 2px);
	}

	.w-portfolio.with_indents.ratio_3x2 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
		padding-bottom: calc(133.3333% + 4px);
	}

	.w-portfolio.with_indents.ratio_3x2 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
		padding-bottom: calc(33.33333% - 2px);
	}

	.w-portfolio.with_indents.ratio_4x3 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
		padding-bottom: calc(150% + 4px);
	}

	.w-portfolio.with_indents.ratio_4x3 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
		padding-bottom: calc(37.5% - 2px);
	}

	.w-portfolio.with_indents.ratio_2x3 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
		padding-bottom: calc(300% + 4px);
	}

	.w-portfolio.with_indents.ratio_2x3 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
		padding-bottom: calc(75% - 2px);
	}

	.w-portfolio.with_indents.ratio_3x4 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
		padding-bottom: calc(266.6666% + 4px);
	}

	.w-portfolio.with_indents.ratio_3x4 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
		padding-bottom: calc(66.6666% - 2px);
	}
}

/* Widget */
.widget_us_portfolio .w-portfolio-list {
	margin: 0 -1px !important;
}

.widget_us_portfolio .w-portfolio-item {
	padding: 1px;
}

.widget_us_portfolio .w-portfolio-item-image {
	z-index: 0;
}

.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;
	-webkit-transition: bottom 0.3s 0.15s, opacity 0.3s 0.15s;
	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;
}

/* STYLE: 1 */
.w-portfolio.style_1 .w-portfolio-item-image {
	bottom: 60px;
}

.no-touch .w-portfolio.style_1 .w-portfolio-item-image {
	bottom: 0;
}

.no-touch .w-portfolio.style_1 .w-portfolio-item-image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	border-radius: 50%;
	padding-bottom: 100%;
	background-color: inherit;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(.4, 0, .2, 1), opacity 0.4s;
	transition: transform 0.4s cubic-bezier(.4, 0, .2, 1), opacity 0.4s;
}

.no-touch .w-portfolio.style_1.ratio_3x2 .size_2x1 .w-portfolio-item-image:after {
	top: -100%;
}

.no-touch .w-portfolio.style_1.ratio_4x3 .size_2x1 .w-portfolio-item-image:after {
	top: -83.3333%;
}

.no-touch .w-portfolio.style_1.ratio_1x1 .size_2x1 .w-portfolio-item-image:after {
	top: -50%;
}

.no-touch .w-portfolio.style_1.ratio_3x2 .w-portfolio-item-image:after,
.no-touch .w-portfolio.style_1.ratio_3x4 .size_2x1 .w-portfolio-item-image:after {
	top: -25%;
}

.no-touch .w-portfolio.style_1.ratio_4x3 .w-portfolio-item-image:after,
.no-touch .w-portfolio.style_1.ratio_2x3 .size_2x1 .w-portfolio-item-image:after {
	top: -16.6666%;
}

.no-touch .w-portfolio.style_1.ratio_3x4 .w-portfolio-item-image:after,
.no-touch .w-portfolio.style_1.ratio_3x2 .size_1x2 .w-portfolio-item-image:after {
	top: 12.5%;
}

.no-touch .w-portfolio.style_1.ratio_2x3 .w-portfolio-item-image:after,
.no-touch .w-portfolio.style_1.ratio_4x3 .size_1x2 .w-portfolio-item-image:after {
	top: 16.6666%;
}

.no-touch .w-portfolio.style_1.ratio_1x1 .size_1x2 .w-portfolio-item-image:after {
	top: 25%;
}

.no-touch .w-portfolio.style_1.ratio_3x4 .size_1x2 .w-portfolio-item-image:after {
	top: 31.25%;
}

.no-touch .w-portfolio.style_1.ratio_2x3 .size_1x2 .w-portfolio-item-image:after {
	top: 33.3333%;
}

.no-touch .w-portfolio.style_1 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
	opacity: 0.85;
	-webkit-transform: scale(1.42);
	transform: scale(1.42);
}

.no-touch .w-portfolio.style_1.ratio_3x2 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after,
.no-touch .w-portfolio.style_1.ratio_1x1 .size_2x1 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after,
.no-touch .w-portfolio.style_1.ratio_3x4 .size_2x1 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after,
.no-touch .w-portfolio.style_1.ratio_4x3 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after,
.no-touch .w-portfolio.style_1.ratio_2x3 .size_2x1 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}

.no-touch .w-portfolio.style_1.ratio_3x4 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after,
.no-touch .w-portfolio.style_1.ratio_3x2 .size_1x2 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
	-webkit-transform: scale(1.67);
	transform: scale(1.67);
}

.no-touch .w-portfolio.style_1.ratio_2x3 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after,
.no-touch .w-portfolio.style_1.ratio_4x3 .size_1x2 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
	-webkit-transform: scale(1.82);
	transform: scale(1.82);
}

.no-touch .w-portfolio.style_1.ratio_initial .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
	-webkit-transform: scale(2);
	transform: scale(2);
}

.no-touch .w-portfolio.style_1.ratio_1x1 .size_1x2 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
	-webkit-transform: scale(2.25);
	transform: scale(2.25);
}

.no-touch .w-portfolio.style_1.ratio_3x4 .size_1x2 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
	-webkit-transform: scale(2.85);
	transform: scale(2.85);
}

.no-touch .w-portfolio.style_1.ratio_2x3 .size_1x2 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
	-webkit-transform: scale(3.2);
	transform: scale(3.2);
}

.no-touch .w-portfolio.style_1 .w-portfolio-item-meta {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background: none;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(.4, 0, .2, 1), opacity 0.25s;
	transition: transform 0.25s cubic-bezier(.4, 0, .2, 1), opacity 0.25s;
}

.no-touch .w-portfolio.style_1 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
	opacity: 0.9;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.no-touch .w-portfolio.style_1 .w-portfolio-item-meta:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-left: -0.5em;
}

.no-touch .w-portfolio.style_1 .w-portfolio-item-meta-h {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

/* STYLE: 2 */
.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;
	-webkit-transition: opacity 0.4s;
	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.85;
}

.w-portfolio.style_2 .w-portfolio-item-meta {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 25px;
	background: none;
	color: #fff;
	-webkit-transition: padding 0.25s cubic-bezier(.4, 0, .2, 1), color 0.25s cubic-bezier(.4, 0, .2, 1);
	transition: padding 0.25s cubic-bezier(.4, 0, .2, 1), color 0.25s cubic-bezier(.4, 0, .2, 1);
}

.no-touch .w-portfolio.style_2 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
	color: inherit;
	padding: 20px 30px 65px;
}

.w-portfolio.style_2 .w-portfolio-item-meta-h {
	position: relative;
}

.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;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.no-touch .w-portfolio.style_2 .w-portfolio-item-anchor:hover .w-portfolio-item-meta:before {
	opacity: 0;
}

/* STYLE: 3 */
.style_3 .w-portfolio-item-image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.66;
	background-color: inherit;
	-webkit-transition: opacity 0.4s cubic-bezier(.78, .13, .15, .86);
	transition: opacity 0.4s cubic-bezier(.78, .13, .15, .86);
}

.no-touch .style_3 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
	opacity: 0;
}

.style_3 .w-portfolio-item-meta {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: none;
}

.style_3 .w-portfolio-item-meta:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-left: -0.5em;
}

.style_3 .w-portfolio-item-meta-h {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.no-touch .style_3 .w-portfolio-item-title {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(.78, .13, .15, .86), opacity 0.3s cubic-bezier(.78, .13, .15, .86);
	transition: transform 0.3s cubic-bezier(.78, .13, .15, .86), opacity 0.3s cubic-bezier(.78, .13, .15, .86);
}

.no-touch .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 .style_3 .w-portfolio-item-text {
	opacity: 0.66;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(.78, .13, .15, .86), opacity 0.3s cubic-bezier(.78, .13, .15, .86);
	transition: transform 0.3s cubic-bezier(.78, .13, .15, .86), opacity 0.3s cubic-bezier(.78, .13, .15, .86);
}

.no-touch .style_3 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
	opacity: 0;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
}

/* STYLE: 4 */
.w-portfolio.style_4 .w-portfolio-item-image {
	bottom: 60px;
}

.no-touch .w-portfolio.style_4 .w-portfolio-item-image {
	bottom: 0;
}

.no-touch .style_4 .w-portfolio-item-meta {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background: radial-gradient(ellipse at center center, rgba(30, 30, 30, 0.1) 0px, rgba(30, 30, 30, 0.8) 100%);
	color: #fff;
	-webkit-transform: scale(2);
	transform: scale(2);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s cubic-bezier(.78, .13, .15, .86);
	transition: opacity 0.35s, transform 0.35s cubic-bezier(.78, .13, .15, .86);
}

.no-touch .style_4 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.no-touch .style_4 .w-portfolio-item-meta:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-left: -0.5em;
}

.no-touch .style_4 .w-portfolio-item-meta-h {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

/* STYLE: 5 */
.w-portfolio.style_5 .w-portfolio-item-image {
	bottom: 60px;
}

.no-touch .w-portfolio.style_5 .w-portfolio-item-image {
	bottom: 0;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(.78, .13, .15, .86);
	transition: transform 0.3s cubic-bezier(.78, .13, .15, .86);
}

.no-touch .style_5 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
}

.no-touch .style_5 .w-portfolio-item-meta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	padding: 0 30px;
	-webkit-transition: height 0.3s cubic-bezier(.78, .13, .15, .86);
	transition: height 0.3s cubic-bezier(.78, .13, .15, .86);
}

.no-touch .style_5 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
	height: 100%;
}

.no-touch .style_5 .w-portfolio-item-meta:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-left: -0.5em;
}

.no-touch .style_5 .w-portfolio-item-meta-h {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.no-touch .style_5 .w-portfolio-item-title,
.no-touch .style_5 .w-portfolio-item-text {
	opacity: 0;
	-webkit-transition: opacity 0.5s cubic-bezier(.78, .13, .15, .86);
	transition: opacity 0.5s cubic-bezier(.78, .13, .15, .86);
}

.no-touch .style_5 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
	opacity: 1;
}

.no-touch .style_5 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
	opacity: 0.66;
}



/* Preloader
   ========================================================================== */

.g-preloader {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 36px;
	height: 36px;
}

.l-preloader .g-preloader {
	width: 60px;
	height: 60px;
}

/* TYPE 1 */
.g-preloader.type_1:before,
.g-preloader.type_1:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	border: 2px solid;
}

.g-preloader.type_1:before {
	opacity: 0.2;
}

.g-preloader.type_1:after {
	border-color: transparent;
	border-top-color: inherit;
	-webkit-animation: rotation 0.8s infinite cubic-bezier(.6, .3, .3, .6);
	animation: rotation 0.8s infinite cubic-bezier(.6, .3, .3, .6);
}

@-webkit-keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* TYPE 2 */
.g-preloader.type_2:before,
.g-preloader.type_2:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	border: 2px solid;
}

.g-preloader.type_2:before {
	opacity: 0.2;
}

.g-preloader.type_2:after {
	border-top-color: transparent;
	-webkit-animation: rotation 0.8s infinite linear;
	animation: rotation 0.8s infinite linear;
}

/* TYPE 3 */
.g-preloader.type_3 .g-preloader-h {
	width: 60px;
	height: 60px;
	border: 30px solid;
	border-radius: 50%;
	-webkit-animation: scale 1s infinite cubic-bezier(.6, .3, .3, .6);
	animation: scale 1s infinite cubic-bezier(.6, .3, .3, .6);
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0);
	}
}

@keyframes scale {
	0% {
		transform: scale(0);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0;
	}
}

/* TYPE 4 */
.g-preloader.type_4 .g-preloader-h {
	width: 60px;
	height: 60px;
	border: 1px solid;
	border-radius: 50%;
	-webkit-animation: scale2 1.5s infinite ease;
	animation: scale2 1.5s infinite ease;
}

@-webkit-keyframes scale2 {
	0% {
		-webkit-transform: scale(0.05);
		border-width: 30px;
	}

	50% {
		-webkit-transform: scale(1);
		border-width: 1px;
	}

	100% {
		-webkit-transform: scale(0.05);
		border-width: 30px;
	}
}

@keyframes scale2 {
	0% {
		transform: scale(0.05);
		border-width: 30px;
	}

	50% {
		transform: scale(1);
		border-width: 1px;
	}

	100% {
		transform: scale(0.05);
		border-width: 30px;
	}
}

/* TYPE 5 */
.g-preloader.type_5,
.g-preloader.type_5 {
	transform: rotate(45deg);
}

.g-preloader.type_5:before,
.g-preloader.type_5:after,
.g-preloader.type_5 .g-preloader-h:before,
.g-preloader.type_5 .g-preloader-h:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid;
}

.g-preloader.type_5:before {
	top: 0;
	left: 0;
	-webkit-animation: cubes-tl 1.2s infinite ease;
	animation: cubes-tl 1.2s infinite ease;
}

.g-preloader.type_5:after {
	top: 19px;
	left: 19px;
	-webkit-animation: cubes-tr 1.2s infinite ease;
	animation: cubes-tr 1.2s infinite ease;
}

.g-preloader.type_5 .g-preloader-h:before {
	top: 0;
	left: 19px;
	-webkit-animation: cubes-br 1.2s infinite ease;
	animation: cubes-br 1.2s infinite ease;
}

.g-preloader.type_5 .g-preloader-h:after {
	top: 19px;
	left: 0;
	-webkit-animation: cubes-bl 1.2s infinite ease;
	animation: cubes-bl 1.2s infinite ease;
}

@keyframes cubes-tl {
	0% {
		transform: translate(0px, 0px);
	}

	20% {
		transform: translate(0px, 0px);
	}

	60% {
		transform: translate(-12px, -12px) rotate(90deg);
	}

	100% {
		transform: translate(0px, 0px) rotate(180deg);
	}
}

@keyframes cubes-tr {
	0% {
		transform: translate(0px, 0px);
	}

	20% {
		transform: translate(0px, 0px);
	}

	60% {
		transform: translate(12px, 12px) rotate(90deg);
	}

	100% {
		transform: translate(0px, 0px) rotate(180deg);
	}
}

@keyframes cubes-br {
	0% {
		transform: translate(0px, 0px);
	}

	20% {
		transform: translate(0px, 0px);
	}

	60% {
		transform: translate(12px, -12px) rotate(90deg);
	}

	100% {
		transform: translate(0px, 0px) rotate(180deg);
	}
}

@keyframes cubes-bl {
	0% {
		transform: translate(0px, 0px);
	}

	20% {
		transform: translate(0px, 0px);
	}

	60% {
		transform: translate(-12px, 12px) rotate(90deg);
	}

	100% {
		transform: translate(0px, 0px) rotate(180deg);
	}
}



/* Pricing Table
   ========================================================================== */

.w-pricing-item-h {
	color: #444;
	/* variable */
}

.w-pricing-item:first-child .w-pricing-item-h {
	margin-left: 0;
}

.w-pricing-item:last-child .w-pricing-item-h {
	margin-right: 0;
}

.w-pricing-item-header {
	padding: 35px 30px 25px;
}

.w-pricing-item-title {
	margin-bottom: 15px;
}

.w-pricing-item.type_featured .w-pricing-item-title {
	color: inherit;
}

.w-pricing-item-price {
	font-size: 48px;
	line-height: 48px;
}

.w-pricing-item-price small {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin-top: 5px;
	opacity: 0.5;
}

.w-pricing-item .w-pricing-item-features {
	list-style-type: none;
	margin: 0;
}

.w-pricing-item .w-pricing-item-features li {
	padding: 6px 20px;
	margin: 0;
}

.w-pricing-item-footer {
	padding: 25px 0 40px;
}

/* STYLE 1 */
.w-pricing.style_1 .w-pricing-item-h {
	margin: 4px;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.25);
	-webkit-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	background-color: #fff;
	/* variable */
}

.w-pricing.style_1 .w-pricing-item:hover .w-pricing-item-h {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.25);
	z-index: 1;
}

.w-pricing.style_1 .w-pricing-item-header {
	padding: 30px;
	margin-bottom: 25px;
	background-color: #f5f5f5;
	/* variable */
}

.w-pricing.style_1 .type_featured .w-pricing-item-header {
	background-color: #c20;
	/* variable */
	color: #fff;
}

/* STYLE 2 */
.w-pricing.style_2 .w-pricing-item-h {
	margin: 2px;
	background-color: #f5f5f5;
	/* variable */
}

.w-pricing.style_2 .type_featured .w-pricing-item-h {
	background-color: #c20;
	/* variable */
	color: #fff;
}



/* Profile Box
   ========================================================================== */

.w-profile {
	padding: 35px 40px 28px;
	text-align: center;
	background-color: #f5f5f5;
	/* variable */
}

.w-profile-avatar img {
	display: block;
	max-width: 100px;
	border-radius: 50%;
	margin: 0 auto 5px;
}

.w-profile-name {
	font-size: 16px;
	line-height: 24px;
}

.w-profile-link.for_user {
	display: block;
	margin-bottom: 3px;
}

.w-profile-link.for_logout {
	font-size: 13px;
	line-height: 20px;
	vertical-align: top;
	color: #999;
	/* variable */
}



/* Progress Bar
   ========================================================================== */

.w-progbar-bar-h {
	height: 100%;
	border-radius: inherit;
	-webkit-transition: width 0.8s cubic-bezier(.6, .3, .3, .6);
	transition: width 0.8s cubic-bezier(.6, .3, .3, .6);
}

.w-progbar.initial .w-progbar-bar-h {
	width: 0 !important;
}

.w-progbar.hide_count .w-progbar-title-count,
.w-progbar.hide_count .w-progbar-bar-count {
	display: none !important;
}

/* STYLE 1 */
.w-progbar.style_1 {
	padding: 10px 0 15px;
}

.w-progbar.style_1 .w-progbar-title {
	display: table;
	width: 100%;
	margin-bottom: 10px !important;
}

.w-progbar.style_1 .w-progbar-title-text {
	display: table-cell;
	vertical-align: top;
}

.w-progbar.style_1 .w-progbar-title-count {
	display: table-cell;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
}

.w-progbar.style_1 .w-progbar-bar {
	height: 10px;
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04) inset;
}

.w-progbar.style_1.size_small .w-progbar-bar {
	height: 5px;
	border-radius: 3px;
}

.w-progbar.style_1.size_large .w-progbar-bar {
	height: 15px;
	border-radius: 8px;
}

.w-progbar.style_1 .w-progbar-bar-count {
	display: none;
}

/* STYLE 2 */
.w-progbar.style_2 {
	padding: 5px 0;
	position: relative;
	line-height: 42px;
	height: 42px;
}

.w-progbar.style_2.size_small {
	line-height: 34px;
	height: 34px;
}

.w-progbar.style_2.size_large {
	line-height: 50px;
	height: 50px;
}

.w-progbar.style_2 .w-progbar-title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	line-height: inherit;
	font-size: 14px;
	color: #fff !important;
}

.w-progbar.style_2 .w-progbar-title-text {
	margin-right: 5px;
}

.w-progbar.style_2 .w-progbar-title-count {
	font-weight: bold;
}

.w-progbar.style_2 .w-progbar-bar {
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.25);
}

.w-progbar.style_2 .w-progbar-bar-h {
	border-radius: 0;
}

.w-progbar.style_2 .w-progbar-bar-count {
	display: none;
}

/* STYLE 3 */
.w-progbar.style_3 {
	font-size: 0;
	padding: 16px 0;
}

.w-progbar.style_3 .w-progbar-title {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	padding-right: 20px;
	margin-bottom: 0;
	width: 33%;
}

.w-progbar.style_3 .w-progbar-title-count {
	display: none;
}

.w-progbar.style_3 .w-progbar-bar {
	display: inline-block;
	vertical-align: middle;
	width: 67%;
	height: 6px;
	border-radius: 3px;
	background-color: transparent;
}

.w-progbar.style_3 .w-progbar-bar:before {
	display: block;
	content: '';
	width: 100%;
	height: inherit;
	margin-bottom: -6px;
	border-radius: inherit;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04) inset;
	background-color: #f5f5f5;
	/* variable */
}

.w-progbar.style_3 .w-progbar-bar-h {
	position: relative;
}

.w-progbar.style_3 .w-progbar-bar-count {
	display: block;
	position: absolute;
	right: -25px;
	top: -23px;
	font-size: 15px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: #f5f5f5;
	/* variable */
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.w-progbar.style_3.size_small .w-progbar-bar {
	height: 4px;
	border-radius: 2px;
}

.w-progbar.style_3.size_small .w-progbar-bar:before {
	margin-bottom: -4px;
}

.w-progbar.style_3.size_small .w-progbar-bar-count {
	top: -24px;
}

.w-progbar.style_3.size_large .w-progbar-bar {
	height: 8px;
	border-radius: 4px;
}

.w-progbar.style_3.size_large .w-progbar-bar:before {
	margin-bottom: -8px;
}

.w-progbar.style_3.size_large .w-progbar-bar-count {
	top: -22px;
}

/* STYLE 4 */
.w-progbar.style_4 {
	padding: 15px 0;
}

.w-progbar.style_4 .w-progbar-title {
	font-size: 16px;
	margin-bottom: 10px !important;
}

.w-progbar.style_4 .w-progbar-title-count {
	display: none;
}

.w-progbar.style_4 .w-progbar-bar {
	height: 6px;
	width: 100%;
}

.w-progbar.style_4.size_small .w-progbar-bar {
	height: 4px;
}

.w-progbar.style_4.size_large .w-progbar-bar {
	height: 8px;
}

.w-progbar.style_4 .w-progbar-bar-h {
	position: relative;
}

.w-progbar.style_4 .w-progbar-bar-count {
	display: block;
	position: absolute;
	right: -23px;
	bottom: 14px;
	font-size: 13px;
	text-align: center;
	line-height: 28px;
	height: 28px;
	width: 46px;
	border-radius: 3px;
	background-color: rgba(15, 15, 15, 0.9);
	color: #fff;
	opacity: 1;
	-webkit-transition: opacity 0.8s cubic-bezier(.6, .3, .3, .6);
	transition: opacity 0.8s cubic-bezier(.6, .3, .3, .6);
}

.w-progbar.style_4.size_small .w-progbar-bar-count {
	bottom: 12px;
}

.w-progbar.style_4.size_large .w-progbar-bar-count {
	bottom: 16px;
}

.w-progbar.style_4 .w-progbar-bar-count:after {
	content: '';
	position: absolute;
	left: 18px;
	bottom: -5px;
	height: 0;
	width: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid rgba(15, 15, 15, 0.9);
}

.w-progbar.style_4.initial .w-progbar-bar-count {
	opacity: 0;
}

/* STYLE 5 */
.w-progbar.style_5 {
	padding: 10px 0 20px;
}

.w-progbar.style_5 .w-progbar-title {
	display: table;
	width: 100%;
	line-height: 1.5;
	margin-bottom: 15px !important;
}

.w-progbar.style_5 .w-progbar-title-text {
	display: table-cell;
	vertical-align: bottom;
	padding-right: 20px;
}

.w-progbar.style_5 .w-progbar-title-count {
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
	font-size: 60px;
	font-weight: 300;
	line-height: 1;
	opacity: 0.33;
}

.w-progbar.style_5 .w-progbar-bar {
	height: 4px;
	width: 100%;
}

.w-progbar.style_5.size_small .w-progbar-bar {
	height: 2px;
}

.w-progbar.style_5.size_small .w-progbar-title-count {
	font-size: 50px;
}

.w-progbar.style_5.size_large .w-progbar-bar {
	height: 6px;
}

.w-progbar.style_5.size_large .w-progbar-title-count {
	font-size: 70px;
}

.w-progbar.style_5 .w-progbar-bar-count {
	display: none;
}



/* Search in Header
   ========================================================================== */

.l-subheader .w-search {
	display: inline-block;
	vertical-align: top;
	float: right;
}

.w-search-open {
	display: inline-block;
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
	line-height: 50px;
	font-size: 23px;
	text-align: center;
	width: 50px;
	margin-right: -15px;
	cursor: pointer;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* removes the touch highlight on touch devices */
}

.l-subheader.at_bottom .w-search-open {
	line-height: 40px;
}

.w-cart.has_items+.w-search .w-search-open {
	margin: 0 !important;
}

.w-search-open:before {
	content: '\e8b0';
	font-family: mdfonticon;
	vertical-align: top;
}

.w-search-background {
	display: none;
	position: fixed;
	z-index: 99;
	border-radius: 100%;
	transform: scale(1);
	transform-origin: 50%;
	opacity: 0;
	pointer-events: none;
	background-color: #c20;
	/* variable */
}

.w-search-background.overlay-on {
	-webkit-transition: opacity 0.2s, -webkit-transform 0.6s cubic-bezier(.4, 0, .2, 1);
	transition: opacity 0.2s, transform 0.6s cubic-bezier(.4, 0, .2, 1);
	opacity: 0.96;
}

.w-search-background.overlay-out {
	-webkit-transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(.4, 0, .2, 1);
	transition: opacity 0.6s, transform 0.6s cubic-bezier(.4, 0, .2, 1);
}

.w-search-background.mobilefocus {
	display: none !important;
}

.w-search.layout_fullscreen .w-form {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	opacity: 0;
	z-index: 100;
	color: #fff;
	/* variable */
}

.w-search.layout_fullscreen .w-form-h {
	display: table;
	height: 100%;
	width: 100%;
}

.w-search.layout_fullscreen .w-form-row {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
}

.w-search.layout_fullscreen .w-form-row-label {
	position: static;
	font-size: 24px;
	line-height: 2.2em;
}

.w-search.layout_fullscreen .w-form-row-field {
	line-height: 80px;
	margin: 0 auto;
	width: 90%;
	max-width: 1140px;
	position: relative;
}

.w-search.layout_fullscreen .w-form-row-field:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	opacity: 0.25;
	background-color: #fff;
	/* variable */
}

.w-search.layout_fullscreen .w-form-row-field input {
	font-size: 50px;
	line-height: inherit;
	text-align: center;
	height: auto;
	width: 100%;
	box-shadow: none;
	border: none;
}

.w-search.layout_fullscreen .w-form-row.focused .w-form-row-field-bar:before,
.w-search.layout_fullscreen .w-form-row.focused .w-form-row-field-bar:after {
	background-color: #fff;
	/* variable */
}

.w-search.layout_fullscreen ::-webkit-input-placeholder {
	opacity: 0;
}

.w-search.layout_fullscreen ::-moz-placeholder {
	opacity: 0;
}

.w-search.layout_fullscreen :-ms-input-placeholder {
	opacity: 0;
}

.w-search.layout_fullscreen .w-form-row.for_submit {
	display: none;
}

.w-search-close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 50px;
	font-family: mdfonticon;
	text-align: center;
	line-height: 100px;
	height: 100px;
	width: 100px;
	cursor: pointer;
	opacity: 0.3;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.w-search-close:before {
	content: '\e7da';
	vertical-align: top;
}

.no-touch .w-search-close:hover {
	opacity: 1;
}



/* Separator
   ========================================================================== */

.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;
}

/* STYLE */
.w-separator.style_dashed .w-separator-h:before,
.w-separator.style_dashed .w-separator-h:after {
	border-top-style: dashed;
}

.w-separator.style_dotted .w-separator-h:before,
.w-separator.style_dotted .w-separator-h:after {
	border-top-style: dotted;
}

.w-separator.style_double .w-separator-h:before,
.w-separator.style_double .w-separator-h:after {
	border-top-style: double;
}

/* THICK */
.w-separator.thick_2 .w-separator-h:before,
.w-separator.thick_2 .w-separator-h:after {
	top: 7px;
	border-top-width: 2px;
}

.w-separator.thick_3 .w-separator-h:before,
.w-separator.thick_3 .w-separator-h:after {
	top: 7px;
	border-top-width: 3px;
}

.w-separator.thick_4 .w-separator-h:before,
.w-separator.thick_4 .w-separator-h:after {
	top: 6px;
	border-top-width: 4px;
}

.w-separator.thick_5 .w-separator-h:before,
.w-separator.thick_5 .w-separator-h:after {
	top: 6px;
	border-top-width: 5px;
}

/* CONT text */
.w-separator.cont_text {
	padding: 0;
}

.w-separator.cont_text.thick_1 .w-separator-h:before,
.w-separator.cont_text.thick_1 .w-separator-h:after {
	top: 10px;
}

.w-separator.cont_text.thick_2 .w-separator-h:before,
.w-separator.cont_text.thick_2 .w-separator-h:after,
.w-separator.cont_text.thick_3 .w-separator-h:before,
.w-separator.cont_text.thick_3 .w-separator-h:after {
	top: 9px;
}

.w-separator.cont_text.thick_4 .w-separator-h:before,
.w-separator.cont_text.thick_4 .w-separator-h:after,
.w-separator.cont_text.thick_5 .w-separator-h:before,
.w-separator.cont_text.thick_5 .w-separator-h:after {
	top: 8px;
}

/* TYPE invisible */
.w-separator.type_invisible {
	height: 0;
}

/* SIZE small */
.w-separator.size_small {
	margin: 25px 0;
}

.w-separator.type_invisible.size_small {
	margin: 10px 0;
}

/* SIZE medium */
.w-separator.size_medium {
	margin: 35px 0;
}

.w-separator.type_invisible.size_medium {
	margin: 20px 0;
}

/* SIZE large */
.w-separator.size_large {
	margin: 45px 0;
}

.w-separator.type_invisible.size_large {
	margin: 38px 0;
}

/* SIZE huge */
.w-separator.size_huge {
	margin: 65px 0;
}

.w-separator.type_invisible.size_huge {
	margin: 58px 0;
}

/* Improvements for color sections */
.l-section.color_primary .w-separator.color_border,
.l-section.color_secondary .w-separator.color_border {
	border-color: rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 0.5);
}



/* Sharing
   ========================================================================== */

.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;
}

/* TYPE simple */
.w-sharing.type_simple .w-sharing-item {
	padding: 0 16px;
	border-width: 0 1px 0 0;
	border-style: solid;
	-webkit-transition: none;
	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;
	width: 26px;
	opacity: 0.33;
	-webkit-transition: opacity 0.3s, color 0.3s;
	transition: opacity 0.3s, color 0.3s;
}

.no-touch .w-sharing.type_simple .w-sharing-item:hover .w-sharing-icon {
	opacity: 1;
}

/* TYPE solid */
.w-sharing.type_solid .w-sharing-item {
	padding: 5px 12px;
	margin-right: 5px;
	border-radius: 3px;
	overflow: hidden;
	min-width: 50px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0), 0 3px 4px rgba(0, 0, 0, 0);
	color: #fff;
}

.no-touch .w-sharing.type_solid .w-sharing-item:hover {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
}

.w-sharing.type_solid .w-sharing-item:last-child {
	margin-right: 0;
}

.w-sharing.type_solid .w-sharing-icon {
	font-size: 17px;
}

/* TYPE fixed */
.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;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0), 0 3px 4px rgba(0, 0, 0, 0);
	color: #fff;
}

.no-touch .w-sharing.type_fixed .w-sharing-item:hover {
	z-index: 1;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.3);
}

.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;
}

/* Facebook */
.w-sharing.type_solid .w-sharing-item.facebook,
.w-sharing.type_fixed .w-sharing-item.facebook {
	background-color: #42599e;
}

.no-touch .w-sharing.type_simple .w-sharing-item.facebook:hover .w-sharing-icon {
	color: #42599e;
}

/* Twitter */
.w-sharing.type_solid .w-sharing-item.twitter,
.w-sharing.type_fixed .w-sharing-item.twitter {
	background-color: #55acee;
}

.no-touch .w-sharing.type_simple .w-sharing-item.twitter:hover .w-sharing-icon {
	color: #55acee;
}

/* Google+ */
.w-sharing.type_solid .w-sharing-item.gplus,
.w-sharing.type_fixed .w-sharing-item.gplus {
	background-color: #db4437;
}

.no-touch .w-sharing.type_simple .w-sharing-item.gplus:hover .w-sharing-icon {
	color: #db4437;
}

/* LinkedIn */
.w-sharing.type_solid .w-sharing-item.linkedin,
.w-sharing.type_fixed .w-sharing-item.linkedin {
	background-color: #0077b5;
}

.no-touch .w-sharing.type_simple .w-sharing-item.linkedin:hover .w-sharing-icon {
	color: #0077b5;
}

/* Pinterest */
.w-sharing.type_solid .w-sharing-item.pinterest,
.w-sharing.type_fixed .w-sharing-item.pinterest {
	background-color: #cb2027;
}

.no-touch .w-sharing.type_simple .w-sharing-item.pinterest:hover .w-sharing-icon {
	color: #cb2027;
}



/* Social Links
   ========================================================================== */

.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-family: fontawesome;
	font-size: 18px;
	line-height: 44px;
	height: 44px;
	width: 44px;
	border-radius: 50%;
	overflow: visible;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1px rgba(0, 0, 0, 0), 0 2px 3px rgba(0, 0, 0, 0);
	background-color: #f5f5f5;
	/* variable */
}

.no-touch .w-socials-item-link:hover {
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0) inset, 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
}

.w-socials-item-link-hover {
	border-radius: 50%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.w-socials-item-popup {
	font-size: 13px;
	line-height: 20px;
	padding: 3px 10px 4px;
	bottom: 52px;
	left: 5px;
	border-radius: 3px;
	-webkit-transition: opacity 0.3s cubic-bezier(.78, .13, .15, .86) 0.3s, -webkit-transform 0.3s cubic-bezier(.78, .13, .15, .86) 0.3s;
	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;
}

/* SIZE medium */
.w-socials.size_medium .w-socials-item-link {
	font-size: 24px;
	line-height: 60px;
	height: 60px;
	width: 60px;
}

.w-socials.size_medium .w-socials-item-popup {
	bottom: 68px;
	left: 13px;
}

/* SIZE large */
.w-socials.size_large .w-socials-item-link {
	font-size: 28px;
	line-height: 76px;
	height: 76px;
	width: 76px;
}

.w-socials.size_large .w-socials-item-popup {
	bottom: 84px;
	left: 22px;
}

/* Email */
.w-socials.style_colored .w-socials-item.email .w-socials-item-link {
	color: #697277;
}

.no-touch .w-socials-item.email .w-socials-item-link:hover,
.w-socials.style_colored_inv .email .w-socials-item-link {
	background-color: #697277;
	color: #fff;
}

.w-socials-item.email .w-socials-item-link:after {
	content: '\f0e0';
}

/* RSS */
.w-socials.style_colored .w-socials-item.rss .w-socials-item-link {
	color: #ff9702;
}

.no-touch .w-socials-item.rss .w-socials-item-link:hover,
.w-socials.style_colored_inv .rss .w-socials-item-link {
	background-color: #ff9702;
	color: #fff;
}

.w-socials-item.rss .w-socials-item-link:after {
	content: '\f09e';
}

/* Facebook */
.w-socials.style_colored .w-socials-item.facebook .w-socials-item-link {
	color: #42599e;
}

.no-touch .w-socials-item.facebook .w-socials-item-link:hover,
.w-socials.style_colored_inv .facebook .w-socials-item-link {
	background-color: #42599e;
	color: #fff;
}

.w-socials-item.facebook .w-socials-item-link:after {
	content: '\f09a';
}

/* Twitter */
.w-socials.style_colored .w-socials-item.twitter .w-socials-item-link {
	color: #55acee;
}

.no-touch .w-socials-item.twitter .w-socials-item-link:hover,
.w-socials.style_colored_inv .twitter .w-socials-item-link {
	background-color: #55acee;
	color: #fff;
}

.w-socials-item.twitter .w-socials-item-link:after {
	content: '\f099';
}

/* Google+ */
.w-socials.style_colored .w-socials-item.google .w-socials-item-link {
	color: #db4437;
}

.no-touch .w-socials-item.google .w-socials-item-link:hover,
.w-socials.style_colored_inv .google .w-socials-item-link {
	background-color: #db4437;
	color: #fff;
}

.w-socials-item.google .w-socials-item-link:after {
	content: '\f0d5';
}

/* LinkedIn */
.w-socials.style_colored .w-socials-item.linkedin .w-socials-item-link {
	color: #117eb9;
}

.no-touch .w-socials-item.linkedin .w-socials-item-link:hover,
.w-socials.style_colored_inv .linkedin .w-socials-item-link {
	background-color: #117eb9;
	color: #fff;
}

.w-socials-item.linkedin .w-socials-item-link:after {
	content: '\f0e1';
}

/* YouTube */
.w-socials.style_colored .w-socials-item.youtube .w-socials-item-link {
	color: #cd201f;
}

.no-touch .w-socials-item.youtube .w-socials-item-link:hover,
.w-socials.style_colored_inv .youtube .w-socials-item-link {
	background-color: #cd201f;
	color: #fff;
}

.w-socials-item.youtube .w-socials-item-link:after {
	content: '\f16a';
}

/* Vimeo */
.w-socials.style_colored .w-socials-item.vimeo .w-socials-item-link {
	color: #1ab7ea;
}

.no-touch .w-socials-item.vimeo .w-socials-item-link:hover,
.w-socials.style_colored_inv .vimeo .w-socials-item-link {
	background-color: #1ab7ea;
	color: #fff;
}

.w-socials-item.vimeo .w-socials-item-link:after {
	content: '\f27d';
}

/* Skype */
.w-socials.style_colored .w-socials-item.skype .w-socials-item-link {
	color: #00aff0;
}

.no-touch .w-socials-item.skype .w-socials-item-link:hover,
.w-socials.style_colored_inv .skype .w-socials-item-link {
	background-color: #00aff0;
	color: #fff;
}

.w-socials-item.skype .w-socials-item-link:after {
	content: '\f17e';
}

/* Flickr */
.w-socials.style_colored .w-socials-item.flickr .w-socials-item-link {
	color: #ff0084;
}

.no-touch .w-socials-item.flickr .w-socials-item-link:hover,
.w-socials.style_colored_inv .flickr .w-socials-item-link {
	background-color: #ff0084;
	color: #fff;
}

.w-socials-item.flickr .w-socials-item-link:after {
	content: '\f16e';
}

/* Pinterest */
.w-socials.style_colored .w-socials-item.pinterest .w-socials-item-link {
	color: #cb2027;
}

.no-touch .w-socials-item.pinterest .w-socials-item-link:hover,
.w-socials.style_colored_inv .pinterest .w-socials-item-link {
	background-color: #cb2027;
	color: #fff;
}

.w-socials-item.pinterest .w-socials-item-link:after {
	content: '\f0d2';
}

/* Tumblr */
.w-socials.style_colored .w-socials-item.tumblr .w-socials-item-link {
	color: #37465d;
}

.no-touch .w-socials-item.tumblr .w-socials-item-link:hover,
.w-socials.style_colored_inv .tumblr .w-socials-item-link {
	background-color: #37465d;
	color: #fff;
}

.w-socials-item.tumblr .w-socials-item-link:after {
	content: '\f173';
}

/* Dribbble */
.w-socials.style_colored .w-socials-item.dribbble .w-socials-item-link {
	color: #ea4c89;
}

.no-touch .w-socials-item.dribbble .w-socials-item-link:hover,
.w-socials.style_colored_inv .dribbble .w-socials-item-link {
	background-color: #ea4c89;
	color: #fff;
}

.w-socials-item.dribbble .w-socials-item-link:after {
	content: '\f17d';
}

/* Vkontakte */
.w-socials.style_colored .w-socials-item.vk .w-socials-item-link {
	color: #4c75a3;
}

.no-touch .w-socials-item.vk .w-socials-item-link:hover,
.w-socials.style_colored_inv .vk .w-socials-item-link {
	background-color: #4c75a3;
	color: #fff;
}

.w-socials-item.vk .w-socials-item-link:after {
	content: '\f189';
}

/* Instagram */
.w-socials.style_colored .w-socials-item.instagram .w-socials-item-link {
	color: #a17357;
}

.no-touch .w-socials-item.instagram .w-socials-item-link:hover,
.w-socials.style_colored_inv .instagram .w-socials-item-link {
	background-color: #a17357;
	color: #fff;
}

.w-socials-item.instagram .w-socials-item-link:after {
	content: '\f16d';
}

/* Behance */
.w-socials.style_colored .w-socials-item.behance .w-socials-item-link {
	color: #1769ff;
}

.no-touch .w-socials-item.behance .w-socials-item-link:hover,
.w-socials.style_colored_inv .behance .w-socials-item-link {
	background-color: #1769ff;
	color: #fff;
}

.w-socials-item.behance .w-socials-item-link:after {
	content: '\f1b4';
}

/* Xing */
.w-socials.style_colored .w-socials-item.xing .w-socials-item-link {
	color: #006464;
}

.no-touch .w-socials-item.xing .w-socials-item-link:hover,
.w-socials.style_colored_inv .xing .w-socials-item-link {
	background-color: #006464;
	color: #fff;
}

.w-socials-item.xing .w-socials-item-link:after {
	content: '\f168';
}

/* Yelp */
.w-socials.style_colored .w-socials-item.yelp .w-socials-item-link {
	color: #c41200;
}

.no-touch .w-socials-item.yelp .w-socials-item-link:hover,
.w-socials.style_colored_inv .yelp .w-socials-item-link {
	background-color: #c41200;
	color: #fff;
}

.w-socials-item.yelp .w-socials-item-link:after {
	content: '\f1e9';
}

/* Twitch */
.w-socials.style_colored .w-socials-item.twitch .w-socials-item-link {
	color: #6441a5;
}

.no-touch .w-socials-item.twitch .w-socials-item-link:hover,
.w-socials.style_colored_inv .twitch .w-socials-item-link {
	background-color: #6441a5;
	color: #fff;
}

.w-socials-item.twitch .w-socials-item-link:after {
	content: '\f1e8';
}

/* SoundCloud */
.w-socials.style_colored .w-socials-item.soundcloud .w-socials-item-link {
	color: #ff5600;
}

.no-touch .w-socials-item.soundcloud .w-socials-item-link:hover,
.w-socials.style_colored_inv .soundcloud .w-socials-item-link {
	background-color: #ff5600;
	color: #fff;
}

.w-socials-item.soundcloud .w-socials-item-link:after {
	content: '\f1be';
}

/* DeviantArt */
.w-socials.style_colored .w-socials-item.deviantart .w-socials-item-link {
	color: #05cc47;
}

.no-touch .w-socials-item.deviantart .w-socials-item-link:hover,
.w-socials.style_colored_inv .deviantart .w-socials-item-link {
	background-color: #637768;
	color: #fff;
}

.w-socials-item.deviantart .w-socials-item-link:after {
	content: '\f1bd';
}

/* Foursquare */
.w-socials.style_colored .w-socials-item.foursquare .w-socials-item-link {
	color: #fa4b7a;
}

.no-touch .w-socials-item.foursquare .w-socials-item-link:hover,
.w-socials.style_colored_inv .foursquare .w-socials-item-link {
	background-color: #fa4b7a;
	color: #fff;
}

.w-socials-item.foursquare .w-socials-item-link:after {
	content: '\f180';
}

/* Github */
.w-socials.style_colored .w-socials-item.github .w-socials-item-link {
	color: #333;
}

.no-touch .w-socials-item.github .w-socials-item-link:hover,
.w-socials.style_colored_inv .github .w-socials-item-link {
	background-color: #333;
	color: #fff;
}

.w-socials-item.github .w-socials-item-link:after {
	content: '\f09b';
}

/* Odnoklassniki */
.w-socials.style_colored .w-socials-item.odnoklassniki .w-socials-item-link {
	color: #f58220;
}

.no-touch .w-socials-item.odnoklassniki .w-socials-item-link:hover,
.w-socials.style_colored_inv .odnoklassniki .w-socials-item-link {
	background-color: #f58220;
	color: #fff;
}

.w-socials-item.odnoklassniki .w-socials-item-link:after {
	content: '\f263';
}

/* 500px */
.w-socials.style_colored .w-socials-item.s500px .w-socials-item-link {
	color: #222;
}

.no-touch .w-socials-item.s500px .w-socials-item-link:hover,
.w-socials.style_colored_inv .s500px .w-socials-item-link {
	background-color: #222;
	color: #fff;
}

.w-socials-item.s500px .w-socials-item-link:after {
	content: '\f26e';
}

/* Houzz */
.w-socials.style_colored .w-socials-item.houzz .w-socials-item-link {
	color: #7ac142;
}

.no-touch .w-socials-item.houzz .w-socials-item-link:hover,
.w-socials.style_colored_inv .houzz .w-socials-item-link {
	background-color: #7ac142;
	color: #fff;
}

.w-socials-item.houzz .w-socials-item-link:after {
	content: '\f27c';
}

/* Custom */
.no-touch .w-socials-item.custom .w-socials-item-link:hover,
.w-socials.style_colored_inv .w-socials-item.custom .w-socials-item-link {
	color: #fff !important;
}

.w-socials-item.custom .w-socials-item-link-hover {
	opacity: 0;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12) inset;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.w-socials.style_colored_inv .w-socials-item.custom .w-socials-item-link-hover,
.no-touch .w-socials-item.custom .w-socials-item-link:hover .w-socials-item-link-hover {
	opacity: 1;
}

/* STYLE */
.w-socials.style_colored_inv .w-socials-item-link i {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.w-socials.style_desaturated .w-socials-item-link {
	color: #999;
	/* variable */
}

.w-socials.style_desaturated_inv .w-socials-item-link {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	background-color: #999;
	/* variable */
	color: #fff;
	/* variable */
}

/* w-socials in header */
.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-list {
	margin: 0 -6px 0 0;
}

.l-subheader .w-socials-item {
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
	margin: 0;
}

.l-subheader .w-socials-item .w-socials-item-link {
	font-size: 17px;
	line-height: 40px;
	height: 40px;
	width: 36px;
	box-shadow: none !important;
	background: none !important;
	color: inherit;
}

.l-subheader .w-socials-item-popup {
	display: none !important;
}



/* Tabs (w-tabs layout_default)
   ========================================================================== */

.w-tabs.layout_default .w-tabs-list-h {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: inherit;
}

.w-tabs.layout_default .w-tabs-item {
	display: table-cell;
	white-space: nowrap;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* removes the touch highlight on touch devices */
}

.w-tabs.layout_default.measure .w-tabs-item,
.w-tabs.layout_timeline.measure .w-tabs-item {
	float: left !important;
	/* mode to measure proper tab widths */
}

.w-tabs.layout_default .w-tabs-item-h {
	position: relative;
	padding: 20px 25px;
	z-index: 1;
}

.w-tabs.layout_default .w-tabs-item i {
	font-size: 20px;
	line-height: 26px;
	opacity: 0.66;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.w-tabs.layout_default .w-tabs-item-title {
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	opacity: 0.66;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.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: 12px;
}

.w-tabs.layout_default .w-tabs-item.active i,
.w-tabs.layout_default .w-tabs-item.active .w-tabs-item-title,
.no-touch .w-tabs.layout_default .w-tabs-item:hover i,
.no-touch .w-tabs.layout_default .w-tabs-item:hover .w-tabs-item-title {
	opacity: 1;
}

.w-tabs-item .ripple {
	background-color: #f5f5f5;
	/* variable */
}

.w-tabs.layout_ver .w-tabs-item .ripple.ripple-on,
.w-tabs.layout_default .w-tabs-item .ripple.ripple-on {
	opacity: 0.5;
}

.w-tabs.layout_default .w-tabs-section-content-h {
	margin-top: 40px;
}

.w-tabs-list-bar {
	position: absolute;
	background-color: #c20;
	/* variable */
}

.w-tabs.layout_default .w-tabs-list-bar {
	left: 0;
	bottom: 0;
	height: 2px;
}

/* Accordion */
.w-tabs.accordion .w-tabs-section {
	border-style: solid;
	border-width: 1px 0 0 0;
}

.w-tabs.accordion .w-tabs-section:last-child {
	border-bottom-width: 1px;
}

.w-tabs.accordion .w-tabs-section.color_custom {
	border-color: transparent;
}

.w-tabs-section-header {
	padding: 20px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* removes the touch highlight on touch devices */
}

.no-touch .w-tabs.accordion .w-tabs-section-header:hover,
.no-touch .w-tabs.accordion.type_togglable .w-tabs-section.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;
	color: #c20;
	/* variable */
}

.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-size: 28px;
	font-family: mdfonticon;
	line-height: 30px;
	height: 30px;
	width: 30px;
	margin-top: -15px;
	text-align: center;
	-webkit-transition: transform 0.3s;
	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: 10px 20px 30px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* ICON chevron */
.w-tabs.icon_chevron .w-tabs-section-control:before {
	content: '\e71e';
	vertical-align: top;
}

/* ICON plus */
.w-tabs.icon_plus .w-tabs-section-control:before {
	content: '\e7d3';
	vertical-align: top;
}

/* ICON triangle */
.w-tabs.icon_triangle .w-tabs-section-control:before {
	content: '\e640';
	vertical-align: top;
}

/* ICON none */
.w-tabs.icon_none .w-tabs-section-control {
	display: none;
}

/* ICONPOS right */
.w-tabs.iconpos_right .w-tabs-section-control {
	right: 15px;
}

.w-tabs.iconpos_right .w-tabs-section-header-h {
	padding-right: 40px;
}

/* ICONPOS left */
.w-tabs.iconpos_left .w-tabs-section-control {
	left: 15px;
}

.w-tabs.iconpos_left .w-tabs-section-header-h {
	padding-left: 40px;
}

/* TITLE center */
.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;
}

/* TITLE right */
.w-tabs.accordion.title_right .w-tabs-section-header {
	text-align: right;
}

/* Size improvements */
.w-tabs.title_left,
.w-tabs.title_right {
	padding: 0 !important;
}

.one-half .w-tabs.layout_default .w-tabs-section-title,
.one-third .w-tabs.layout_default .w-tabs-section-title,
.one-quarter .w-tabs.layout_default .w-tabs-section-title,
.two-thirds .w-tabs.layout_default .w-tabs-section-title,
.sidebar_left .w-tabs.layout_default .w-tabs-section-title,
.sidebar_right .w-tabs.layout_default .w-tabs-section-title {
	font-size: 18px;
}

.l-section.width_full .full-width>.w-tabs.layout_default .w-tabs-section-content-h {
	margin-top: 60px;
	margin-bottom: 60px;
}

@media (min-width: 1280px) {
	.l-section.width_full .full-width>.w-tabs.layout_default .w-tabs-item-h {
		padding: 25px 35px;
	}

	.l-section.width_full .full-width>.w-tabs.layout_default .w-tabs-item-title {
		font-size: 20px;
		line-height: 30px;
	}

	.l-section.width_full .full-width>.w-tabs.layout_default .w-tabs-item i,
	.l-section.width_full .full-width>.w-tabs.layout_default .w-tabs-section-header i {
		font-size: 24px;
		line-height: 30px;
	}

	.l-section.width_full .full-width>.w-tabs.layout_default .w-tabs-section-header {
		padding: 35px;
	}

	.l-section.width_full .full-width>.w-tabs.layout_default.accordion .w-tabs-section-content-h {
		padding-top: 30px;
	}
}



/* Tour (w-tabs layout_ver)
   ========================================================================== */
.w-tabs.layout_ver {
	display: table;
	width: 100%;
}

.w-tabs.layout_ver .w-tabs-list {
	display: table-cell;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
}

.w-tabs.layout_ver .w-tabs-item-h {
	position: relative;
	padding: 20px 25px;
	z-index: 1;
}

.w-tabs.layout_ver .w-tabs-item i {
	font-size: 20px;
	line-height: 26px;
	opacity: 0.66;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.w-tabs.layout_ver .w-tabs-item-title {
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	word-wrap: normal;
	padding-top: 0 !important;
	opacity: 0.66;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.w-tabs.layout_ver .w-tabs-item.with_icon i+.w-tabs-item-title,
.w-tabs.layout_ver .w-tabs-item.with_icon .w-tabs-item-title+i {
	margin-left: 12px;
}

.w-tabs.layout_ver .w-tabs-item.active i,
.w-tabs.layout_ver .w-tabs-item.active .w-tabs-item-title,
.no-touch .w-tabs.layout_ver .w-tabs-item:hover i,
.no-touch .w-tabs.layout_ver .w-tabs-item:hover .w-tabs-item-title {
	opacity: 1;
}

.w-tabs.layout_ver .w-tabs-list-bar {
	right: -1px;
	width: 2px;
}

.w-tabs.layout_ver .w-tabs-sections {
	display: table-cell;
	vertical-align: top;
}

.w-tabs.layout_ver .w-tabs-section {
	float: none;
	padding-left: 40px;
}

.w-tabs.layout_ver .w-tabs-section.no_indents {
	padding: 0 !important;
}

/* NAVPOS right */
.w-tabs.layout_ver.navpos_right {
	direction: rtl;
}

.w-tabs.layout_ver.navpos_right .w-tabs-list {
	direction: ltr;
	border-right-width: 0;
	border-left-width: 1px;
	border-left-style: solid;
}

.w-tabs.layout_ver.navpos_right .w-tabs-list-bar {
	left: -1px;
	right: auto;
}

.w-tabs.layout_ver.navpos_right .w-tabs-section {
	direction: ltr;
	padding-left: 0;
	padding-right: 40px;
}

/* TITLE */
.w-tabs.layout_ver.title_left .w-tabs-item {
	text-align: left;
}

.w-tabs.layout_ver.title_right .w-tabs-item {
	text-align: right;
}

/* NAVWIDTH */
.w-tabs.layout_ver.navwidth_auto .w-tabs-list {
	width: 0;
}

.w-tabs.layout_ver.navwidth_auto .w-tabs-item {
	white-space: nowrap;
}

.w-tabs.layout_ver.navwidth_auto .w-tabs-sections {
	width: 100%;
}

.w-tabs.layout_ver.navwidth_10 .w-tabs-list {
	width: 10%;
}

.w-tabs.layout_ver.navwidth_10 .w-tabs-sections {
	width: 90%;
}

.w-tabs.layout_ver.navwidth_20 .w-tabs-list {
	width: 20%;
}

.w-tabs.layout_ver.navwidth_20 .w-tabs-sections {
	width: 80%;
}

.w-tabs.layout_ver.navwidth_30 .w-tabs-list {
	width: 30%;
}

.w-tabs.layout_ver.navwidth_30 .w-tabs-sections {
	width: 70%;
}

.w-tabs.layout_ver.navwidth_40 .w-tabs-list {
	width: 40%;
}

.w-tabs.layout_ver.navwidth_40 .w-tabs-sections {
	width: 60%;
}

.w-tabs.layout_ver.navwidth_50 .w-tabs-list,
.w-tabs.layout_ver.navwidth_50 .w-tabs-sections {
	width: 50%;
}

/* We need to measure the minimum content width */
.w-tabs.layout_ver.measure>.w-tabs-list {
	width: 100% !important;
}

.w-tabs.layout_ver.measure>.w-tabs-sections {
	width: 0 !important;
}

.w-tabs.layout_ver.measure .w-tabs-section-content {
	display: block !important;
	height: 1px;
	margin-bottom: -1px;
	overflow: hidden;
	min-width: 200px;
}

.w-tabs.layout_ver.measure .w-tabs-section.active .w-tabs-section-content {
	height: auto;
	margin-bottom: 0;
}

/* Accordion */
.w-tabs.layout_ver.accordion {
	display: block;
}

.w-tabs.layout_ver.accordion .w-tabs-sections {
	display: block;
	width: 100% !important;
}

.w-tabs.layout_ver.accordion .w-tabs-section {
	padding: 0 !important;
}



/* Timeline (w-tabs layout_timeline)
   ========================================================================== */

.w-tabs.layout_timeline .w-tabs-list {
	margin-bottom: 40px;
}

.w-tabs.layout_timeline .w-tabs-list:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 1px;
	right: 1px;
	height: 1px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-color: inherit;
}

.w-tabs.layout_timeline .w-tabs-item {
	line-height: 80px;
	height: 80px;
	width: 80px;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 50%;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1px rgba(0, 0, 0, 0), 0 2px 3px rgba(0, 0, 0, 0);
	-webkit-transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* removes the touch highlight on touch devices */
	background-color: #f5f5f5;
	/* variable */
	color: #444;
	/* variable */
}

.w-tabs.layout_timeline .w-tabs-item.active {
	background-color: #c20;
	/* variable */
	color: #fff;
}

.no-touch .w-tabs.layout_timeline .w-tabs-item:hover {
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0) inset, 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
	background-color: #c20;
	/* variable */
	color: #fff;
}

.w-tabs.layout_timeline .w-tabs-item-title {
	font-size: 17px;
}

.w-tabs.layout_timeline .w-tabs-item.with_icon .w-tabs-item-title {
	display: none;
}

.w-tabs.layout_timeline .w-tabs-item.with_icon i {
	font-size: 24px;
}

.w-tabs.layout_timeline .w-tabs-item .ripple {
	background-color: #fff !important;
}

/* Accordion */
.w-tabs.layout_timeline.accordion .w-tabs-section {
	border: none;
}

.w-tabs.layout_timeline.accordion .w-tabs-section-header {
	margin: 0 auto;
	padding: 20px 0 0;
	width: 80px;
	background-color: transparent !important;
}

.w-tabs.layout_timeline .w-tabs-section:first-child .w-tabs-section-header {
	padding-top: 0;
}

.w-tabs.layout_timeline .w-tabs-section-header:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 1px;
	border-left-width: 1px;
	border-left-style: dashed;
}

.w-tabs.layout_timeline .w-tabs-section-header-h {
	text-align: center;
	line-height: 80px;
	height: 80px;
	width: 80px;
	padding: 0;
	position: relative;
	border-radius: 50%;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1px rgba(0, 0, 0, 0), 0 2px 3px rgba(0, 0, 0, 0);
	-webkit-transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* removes the touch highlight on touch devices */
	background-color: #f5f5f5;
	/* variable */
	color: #444;
	/* variable */
}

.w-tabs.layout_timeline .w-tabs-section.active .w-tabs-section-header-h {
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0) inset, 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
	background-color: #c20;
	/* variable */
	color: #fff;
}

.w-tabs.layout_timeline .w-tabs-section-header i {
	font-size: 24px;
	line-height: inherit;
}

.w-tabs.layout_timeline .w-tabs-section-title {
	font-size: 17px;
	line-height: inherit;
	white-space: inherit;
	color: inherit;
}

.w-tabs.layout_timeline.accordion .w-tabs-section-content {
	padding: 60px 20px 20px;
	margin-top: -40px;
	border-radius: 2px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.w-tabs.layout_timeline.accordion .w-tabs-section-content-h {
	padding: 0;
}

/* Improvements for color sections */
.l-section.color_primary .w-tabs-list,
.l-section.color_primary .w-tabs-section,
.l-section.color_primary .w-tabs-section-header:before,
.l-section.color_secondary .w-tabs-list,
.l-section.color_secondary .w-tabs-section,
.l-section.color_secondary .w-tabs-section-header:before,
.l-section.color_custom .w-tabs-list,
.l-section.color_custom .w-tabs-section,
.l-section.color_custom .w-tabs-section-header:before {
	border-color: rgba(255, 255, 255, 0.5);
}

.l-section.color_primary .w-tabs-item .ripple,
.l-section.color_secondary .w-tabs-item .ripple,
.l-section.color_custom .w-tabs-item .ripple {
	background-color: rgba(255, 255, 255, 0.15);
}



/* Tags
   ========================================================================== */

.g-tags {
	position: relative;
	color: #999;
	/* variable */
}

.g-tags:before {
	content: '\e8df';
	font-size: 1.11em;
	font-family: mdfonticon;
	vertical-align: top;
	margin-right: 3px;
}

.g-tags-title {
	display: none;
}

.g-tags>a {
	color: inherit;
}



/* Testimonial
   ========================================================================== */

.w-testimonial blockquote {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	font: inherit;
}

.w-testimonial .w-testimonial-text {
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-style: italic;
}

.w-testimonial-person {
	line-height: 24px;
	padding-top: 20px;
	overflow: hidden;
}

.w-testimonial-person-name {
	font-weight: 600;
}

.w-testimonial-person-meta {
	font-size: 0.9em;
	margin-left: 8px;
}

.w-testimonial-person img {
	float: left;
	margin-right: 15px;
	border-radius: 50%;
	height: 60px;
	width: 60px;
}

.w-testimonial img~.w-testimonial-person-name {
	display: block;
	margin-top: 5px;
}

.w-testimonial img~.w-testimonial-person-meta {
	margin: 0;
}

/* STYLE 1 */
.w-testimonial.style_1 {
	padding: 30px 35px;
	border-radius: 2px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.25);
	-webkit-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	background-color: #f5f5f5;
	/* variable */
	color: #444;
	/* variable */
}

.no-touch .w-testimonial.style_1:hover {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.25);
}

/* STYLE 2 */
.w-testimonial.style_2 {
	padding-left: 90px;
	position: relative;
}

.w-testimonial.style_2:before {
	content: '\e767';
	position: absolute;
	top: 0;
	left: -18px;
	font-family: mdfonticon;
	font-size: 100px;
	line-height: 56px;
	color: #e8e8e8;
	/* variable */
}

.w-testimonial.style_2 .w-testimonial-text {
	quotes: none;
}



/* Toplink
   ========================================================================== */

.w-toplink {
	display: block;
	position: fixed;
	bottom: -56px;
	right: 15px;
	text-align: center;
	font-size: 34px;
	line-height: 54px;
	height: 54px;
	width: 54px;
	border-radius: 50%;
	z-index: 100;
	outline: none !important;
	-webkit-transition: background-color 0.3s, box-shadow 0.3s, bottom 0.3s;
	transition: background-color 0.3s, box-shadow 0.3s, bottom 0.3s;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff !important;
}

.w-toplink.active {
	bottom: 15px;
}

.no-touch .w-toplink.active:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 30px rgba(0, 0, 0, 0.15);
	background-color: #8c0;
	/* variable */
}

.w-toplink:before {
	content: '\e649';
	font-family: mdfonticon;
}



/* Video
   ========================================================================== */

.w-video {
	background-color: #111;
}



/* Pagination
   ========================================================================== */

.navigation.pagination {
	font-size: 0;
}

.pagination h2 {
	display: none;
}

.pagination .page-numbers {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 18px;
	line-height: 54px;
	height: 54px;
	width: 54px;
	margin: 2px;
	border-radius: 50%;
	color: #e5e5e5;
	/* variable */
}

.pagination span.page-numbers {
	cursor: default;
}

.pagination a.page-numbers {
	color: inherit;
}

.pagination .page-numbers:first-child {
	margin-left: 0;
}

.no-touch .pagination a.page-numbers:hover {
	background-color: #f5f5f5;
	/* variable */
	color: inherit;
}

.no-touch .color_alternate .pagination a.page-numbers:hover {
	background-color: #e5e5e5;
	/* variable */
}

.no-touch .color_primary .pagination a.page-numbers:hover,
.no-touch .color_secondary .pagination a.page-numbers:hover,
.no-touch .color_custom .pagination a.page-numbers:hover {
	background-color: rgba(255, 255, 255, 0.12);
}

.pagination .page-numbers.current {
	background-color: #c20;
	/* variable */
	color: #fff;
}

.pagination .page-numbers.dots {
	background: none !important;
	color: inherit !important;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
	font-size: 0;
}

.pagination .page-numbers.prev:after {
	content: '\e646';
	font-family: mdfonticon;
	font-size: 30px;
	padding-right: 2px;
}

.pagination .page-numbers.next:after {
	content: '\e647';
	font-family: mdfonticon;
	font-size: 30px;
	padding-left: 2px;
}



/* 404 page
   ========================================================================== */

.page-404 {
	text-align: center;
}

.page-404:before {
	display: inline-block;
	content: '\e878';
	font: 200px/1 mdfonticon;
	margin-bottom: 10px;
	opacity: 0.1;
}



/* WordPress widgets
   ========================================================================== */

.widget {
	margin-bottom: 45px;
}

.widget:last-child {
	margin-bottom: 0;
}

.l-subfooter .widget {
	margin-bottom: 30px;
}

.g-html .widget ul {
	list-style-type: none;
	margin: 0;
}

.gallery-caption,
.bypostauthor {
	font-size: inherit;
}

img#wpstats {
	display: none !important;
}

/* Archives */
.widget_archive ul li {
	line-height: 1.5em;
	padding: 8px 0 8px 20px;
	margin: 0;
	position: relative;
}

.widget_archive ul li:before {
	position: absolute;
	top: 9px;
	left: -4px;
	content: '\e647';
	font-family: mdfonticon;
	font-size: 20px;
	opacity: 0.5;
}

/* Calendar */
.widget_calendar #calendar_wrap {
	padding: 20px;
	background-color: #f5f5f5;
	/* variable */
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 1.2em;
	padding: 4px 20px 8px;
}

#wp-calendar thead th,
#wp-calendar tbody td,
#wp-calendar tfoot td {
	padding: 0;
	border: none;
	text-align: center;
	line-height: 32px;
}

#wp-calendar thead th {
	font-size: 10px;
	font-weight: normal;
	border-top: none;
	opacity: 0.5;
}

#wp-calendar tbody td a {
	display: block;
	font-weight: 700;
}

#wp-calendar tbody td#today {
	font-weight: 700;
}

#wp-calendar td#prev {
	text-align: left;
	padding-left: 10px;
}

#wp-calendar td#next {
	text-align: right;
	padding-right: 10px;
}

/* Categories */
.widget_categories ul li {
	line-height: 1.5em;
	padding: 8px 0 8px 20px;
	margin: 0;
	position: relative;
}

.widget.widget_categories .children {
	margin: 8px 0 -8px;
}

.widget_categories ul li:before {
	position: absolute;
	top: 9px;
	left: -4px;
	content: '\e647';
	font-family: mdfonticon;
	font-size: 20px;
	opacity: 0.5;
}

/* Custom Menu */
.l-main .widget_nav_menu>div {
	border-bottom: 1px solid #e0e0e0;
	/* variable */
}

.l-main .widget_nav_menu ul li {
	margin: 0;
}

.l-main .widget_nav_menu .menu-item a {
	display: block;
	line-height: 1.5em;
	padding: 12px 20px;
	border-top: 1px solid #e0e0e0;
	/* variable */
	color: inherit;
}

.no-touch .l-main .widget_nav_menu a:hover {
	background-color: #f5f5f5;
	/* variable */
}

.l-main .widget_nav_menu .menu-item.current-menu-item>a {
	font-weight: 700;
	color: #c20;
	/* variable */
}

.l-main .widget_nav_menu .sub-menu {
	padding-bottom: 10px;
}

.l-main .widget_nav_menu .sub-menu>.menu-item>a {
	border: none;
	padding: 8px 8px 8px 40px;
}

.l-main .widget_nav_menu .sub-menu .sub-menu>.menu-item>a {
	border: none;
	padding: 8px 8px 8px 60px;
}

.l-main .widget_nav_menu .menu-item a i {
	width: 20px;
}

.l-footer .widget_nav_menu ul li {
	line-height: 1.5em;
	padding: 8px 0 8px 20px;
	margin: 0;
	position: relative;
}

.l-footer .widget_nav_menu .sub-menu {
	margin: 8px 0 -8px;
}

.l-footer .widget_nav_menu .menu-item a:before {
	position: absolute;
	top: 9px;
	left: -4px;
	content: '\e647';
	font-family: mdfonticon;
	font-size: 20px;
	opacity: 0.5;
}

/* Meta */
.widget_meta ul li {
	line-height: 1.5em;
	padding: 8px 0 8px 20px;
	margin: 0;
	position: relative;
}

.widget_meta ul li:before {
	position: absolute;
	top: 9px;
	left: -4px;
	content: '\e647';
	font-family: mdfonticon;
	font-size: 20px;
	opacity: 0.5;
}

/* Pages */
.widget_pages ul li {
	line-height: 1.5em;
	padding: 8px 0 8px 20px;
	margin: 0;
	position: relative;
}

.widget.widget_pages ul.children {
	margin: 8px 0 -8px;
}

.widget_pages ul li:before {
	position: absolute;
	top: 9px;
	left: -4px;
	content: '\e647';
	font-family: mdfonticon;
	font-size: 20px;
	opacity: 0.5;
}

/* Recent Comments */
.widget_recent_comments .recentcomments {
	line-height: 1.5em;
	padding: 8px 0 8px 20px;
	margin: 0;
	position: relative;
}

.widget_recent_comments .recentcomments:before {
	position: absolute;
	top: 9px;
	left: -4px;
	content: '\e647';
	font-family: mdfonticon;
	font-size: 20px;
	opacity: 0.5;
}

/* Recent Posts */
.widget_recent_entries ul li {
	line-height: 1.5em;
	padding: 8px 0 8px 20px;
	margin: 0;
	position: relative;
}

.widget_recent_entries ul li:before {
	position: absolute;
	top: 9px;
	left: -4px;
	content: '\e647';
	font-family: mdfonticon;
	font-size: 20px;
	opacity: 0.5;
}

.widget_recent_entries ul li span {
	display: block;
	padding-top: 3px;
	opacity: 0.5;
}

/* RSS */
.widget_rss .widgettitle a {
	padding-left: 28px;
	position: relative;
}

.widget_rss .widgettitle a:first-child {
	display: none;
}

.widget_rss .widgettitle a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\f143';
	font-family: FontAwesome;
	opacity: 0.5;
}

.widget_rss ul li {
	line-height: 1.5em;
	margin-bottom: 20px;
}

.widget_rss ul li span {
	display: block;
	padding-top: 3px;
	opacity: 0.5;
}

.widget_rss ul li cite {
	font-size: 0.9em;
	font-style: normal;
	opacity: 0.5;
}

.widget_rss ul li div {
	display: block;
	font-size: 0.9em;
	padding: 3px 0;
}

/* Search widget */
.widget_search .w-form {
	position: relative;
	min-width: 100px;
	padding-top: 0;
}

.widget_search .w-form-row {
	padding: 0 !important;
	margin-bottom: 0 !important;
}

.widget_search .w-form-row.for_submit,
.widget_search .w-form-row.for_submit .w-form-row-field {
	position: static;
}

.widget_search .w-form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 46px;
	width: 40px;
	margin: 0;
	padding: 0;
	text-align: right;
	box-shadow: none !important;
	background: none !important;
	border: none !important;
	color: inherit;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.no-touch .widget_search .w-form button:hover {
	opacity: 1;
}

.widget_search .w-form button:before {
	content: '\e8b0';
	font-family: mdfonticon;
	font-size: 24px;
	vertical-align: top;
}

.widget_search .w-form button span {
	display: none !important;
}

/* Tags */
.l-main .widget_tag_cloud a {
	color: #999;
	/* variable */
}

.l-footer .widget_tag_cloud a {
	color: inherit;
}

.no-touch .l-main .widget_tag_cloud a:hover {
	color: #8c0;
	/* variable */
}

/* WP-captions */
.g-html .wp-caption {
	line-height: 0;
	margin: 0 0 30px;
	max-width: 100%;
	position: relative;
}

.g-html .wp-caption-text {
	display: block;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	margin: 0 auto;
	padding: 5px 10px;
}

.g-html .wp-caption.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.g-html .wp-caption.alignleft {
	float: left;
	margin-right: 30px;
}

.g-html .wp-caption.alignright {
	float: right;
	margin-left: 30px;
}



/* Global animation & effects
   ========================================================================== */

.animate_start {
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transition-timing-function: cubic-bezier(.78, .13, .15, .86);
	transition-timing-function: cubic-bezier(.78, .13, .15, .86);
}

/* Fade */
@keyframes fade {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fade {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.animate_fade {
	opacity: 0;
}

.animate_fade.animate_start {
	-webkit-animation-name: fade;
	animation-name: fade;
	opacity: 1;
}

/* Appear From Center */
@keyframes afc {
	from {
		opacity: 0;
		transform: scale(0.2);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@-webkit-keyframes afc {
	from {
		opacity: 0;
		-webkit-transform: scale(0.2);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

.animate_afc {
	opacity: 0;
}

.animate_afc.animate_start {
	-webkit-animation-name: afc;
	animation-name: afc;
	opacity: 1;
}

/* Appear From Left */
@keyframes afl {
	from {
		opacity: 0;
		transform: translateX(-50px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes afl {
	from {
		opacity: 0;
		-webkit-transform: translateX(-50px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

.animate_afl {
	opacity: 0;
}

.animate_afl.animate_start {
	-webkit-animation-name: afl;
	animation-name: afl;
	opacity: 1;
}

/* Appear From Right */
@keyframes afr {
	from {
		opacity: 0;
		transform: translateX(50px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes afr {
	from {
		opacity: 0;
		-webkit-transform: translateX(50px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

.animate_afr {
	opacity: 0;
}

.animate_afr.animate_start {
	-webkit-animation-name: afr;
	animation-name: afr;
	opacity: 1;
}

/* Appear From Top */
@keyframes aft {
	from {
		opacity: 0;
		transform: translateY(-50px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes aft {
	from {
		opacity: 0;
		-webkit-transform: translateY(-50px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

.animate_aft {
	opacity: 0;
}

.animate_aft.animate_start {
	-webkit-animation-name: aft;
	animation-name: aft;
	opacity: 1;
}

/* Appear From Bottom */
@keyframes afb {
	from {
		opacity: 0;
		transform: translateY(50px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes afb {
	from {
		opacity: 0;
		-webkit-transform: translateY(50px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

.animate_afb {
	opacity: 0;
}

.animate_afb.animate_start {
	-webkit-animation-name: afb;
	animation-name: afb;
	opacity: 1;
}

/* Width From Center */
@keyframes wfc {
	from {
		opacity: 0;
		transform: scaleX(0.01);
	}

	to {
		opacity: 1;
		transform: scaleX(1);
	}
}

@-webkit-keyframes wfc {
	from {
		opacity: 0;
		-webkit-transform: scaleX(0.01);
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
	}
}

.animate_wfc {
	opacity: 0;
}

.animate_wfc.animate_start {
	-webkit-animation-name: wfc;
	animation-name: wfc;
	opacity: 1;
}

/* Height From Center */
@keyframes hfc {
	from {
		opacity: 0;
		transform: scaleY(0.01);
	}

	to {
		opacity: 1;
		transform: scaleY(1);
	}
}

@-webkit-keyframes hfc {
	from {
		opacity: 0;
		-webkit-transform: scaleY(0.01);
	}

	to {
		opacity: 1;
		-webkit-transform: scaleY(1);
	}
}

.animate_hfc {
	opacity: 0;
}

.animate_hfc.animate_start {
	-webkit-animation-name: hfc;
	animation-name: hfc;
	opacity: 1;
}

/* Animation Delays */
.d1.animate_start {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.d2.animate_start {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.d3.animate_start {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.d4.animate_start {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.d5.animate_start {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

/* Animation Speed */
.s1.animate_start {
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
}

.s2.animate_start {
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
}

.s3.animate_start {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.s4.animate_start {
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
}

.s5.animate_start {
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
}

/* Grid material design reveal */
.animate_revealgrid .animate_reveal {
	opacity: 0;
}

/* Disable effects */
.disable_effects .animate_afc,
.disable_effects .animate_aft,
.disable_effects .animate_afb,
.disable_effects .animate_afl,
.disable_effects .animate_afr,
.disable_effects .animate_wfc,
.disable_effects .animate_hfc,
.disable_effects .animate_rfl,
.disable_effects .animate_rfr,
.disable_effects .animate_rfc,
.disable_effects .animate_revealgrid .animate_reveal,
.vc_editor.compose-mode .animate_afc,
.vc_editor.compose-mode .animate_aft,
.vc_editor.compose-mode .animate_afb,
.vc_editor.compose-mode .animate_afl,
.vc_editor.compose-mode .animate_afr,
.vc_editor.compose-mode .animate_wfc,
.vc_editor.compose-mode .animate_hfc,
.vc_editor.compose-mode .animate_rfl,
.vc_editor.compose-mode .animate_rfr,
.vc_editor.compose-mode .animate_rfc,
.vc_editor.compose-mode .animate_revealgrid .animate_reveal {
	opacity: 1;
	-webkit-animation: none !important;
	animation: none !important;
}



/* Print Styles
   ========================================================================== */

@media print {

	.l-header,
	.l-footer {
		display: none;
	}

	.l-main,
	.l-section {
		padding: 0 !important;
	}

	.l-sidebar,
	.l-section-h {
		padding: 20px 0 !important;
	}

	.animate_afc,
	.animate_aft,
	.animate_afb,
	.animate_afl,
	.animate_afr,
	.animate_wfc,
	.animate_hfc,
	.animate_rfl,
	.animate_rfr,
	.animate_rfc,
	.animate_revealgrid .animate_reveal {
		opacity: 1 !important;
		-webkit-animation: none !important;
		animation: none !important;
	}
}



/* Magnific Popup (lightbox)
   ========================================================================== */

.mfp-container:after {
	content: '\00D7';
	position: absolute;
	z-index: 1047;
	top: 0;
	right: 0;
	font-family: Arial, sans-serif;
	font-size: 54px;
	text-align: center;
	line-height: 80px;
	width: 80px;
	color: #fff;
}

.admin-bar .mfp-container:after {
	top: 32px;
}

button.mfp-arrow {
	box-shadow: none !important;
}

.mfp-close,
.mfp-arrow:after {
	display: none !important;
}

.mfp-arrow:before {
	content: '\e646';
	font-family: mdfonticon;
	font-size: 60px;
	width: 100%;
	margin-top: 45px;
	margin-left: 0;
	border: none;
	color: #fff;
}

.mfp-arrow.mfp-arrow-right:before {
	content: '\e647';
}

.mfp-figure:after {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 5px 8px rgba(0, 0, 0, 0.16), 0 9px 20px rgba(0, 0, 0, 0.16);
}

.mfp-preloader {
	font-size: 0;
	left: 50%;
	right: auto;
	margin-top: -18px;
	margin-left: -18px;
	height: 36px;
	width: 36px;
	color: #fff;
	-webkit-transition: opacity 0.2s ease 0.1s;
	transition: opacity 0.2s ease 0.1s;
}

.mfp-s-ready .mfp-preloader {
	display: block;
	opacity: 0;
}

.mfp-preloader:before,
.mfp-preloader:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	border: 2px solid;
}

.mfp-preloader:before {
	opacity: 0.2;
}

.mfp-preloader:after {
	border-color: transparent;
	border-top-color: inherit;
	-webkit-animation: rotation 0.8s infinite cubic-bezier(.6, .3, .3, .6);
	animation: rotation 0.8s infinite cubic-bezier(.6, .3, .3, .6);
}

/* Animation */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

.mfp-fade.mfp-wrap .mfp-container:after,
.mfp-fade.mfp-wrap .mfp-arrow {
	opacity: 0 !important;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-container:after,
.mfp-fade.mfp-wrap.mfp-ready .mfp-arrow {
	opacity: 0.6 !important;
}

.no-touch .mfp-fade.mfp-wrap.mfp-ready .mfp-arrow:hover {
	opacity: 1 !important;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-container:after,
.mfp-fade.mfp-wrap.mfp-removing .mfp-arrow {
	opacity: 0 !important;
}



/* Royal Slider
   ========================================================================== */

.w-slider:after {
	display: block;
	content: '';
	clear: both;
}

.rsDefault.royalSlider {
	width: 100%;
}

.rsDefault .rsOverflow {
	background-color: rgba(0, 0, 0, 0.04);
}

.rsDefault.royalSlider.rsFullscreen {
	background-color: #111;
	color: #fff;
}

/* Arrows */
.rsDefault .rsArrow {
	display: block;
	position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 21;
	font-size: 54px;
	text-align: center;
	line-height: 60px;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.rsDefault .rsArrowLeft {
	left: 0;
}

.rsDefault .rsArrowRight {
	right: 0;
}

.rsDefault .rsArrow:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '\e646';
	font-family: mdfonticon;
}

.rsDefault .rsArrow.rsArrowRight:after {
	content: '\e647';
}

.rsDefault .rsArrowDisabled:after {
	display: none;
}

/* Bullets */
.rsDefault .rsBullets {
	float: none;
	clear: both;
	text-align: center;
}

.rsDefault .rsBullet {
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 30px;
	box-sizing: content-box;
	cursor: pointer;
}

.rsDefault .rsBullet span {
	display: block;
	width: 4px;
	height: 4px;
	margin: 12px auto 0;
	opacity: 0.5;
	border-radius: 50%;
	border: 1px solid;
	box-sizing: content-box;
}

.rsDefault .rsBullet.rsNavSelected span {
	width: 0;
	height: 0;
	border-width: 3px;
}

/* Thumbnails */
.rsDefault .rsThumbsHor {
	width: 100%;
	padding-top: 4px;
}

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}

.rsDefault .rsThumb {
	float: left;
	overflow: hidden;
	width: 64px;
	height: 64px;
}

.rsDefault .rsThumb img {
	display: block;
	width: 100%;
	height: 100%;
}

.rsDefault .rsThumb.rsNavSelected img {
	opacity: 0.3;
}

.rsDefault .rsThumbsArrow {
	display: none;
}

/* Fullscreen button */
.rsDefault .rsFullscreenBtn {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 22;
	cursor: pointer;
	font-size: 34px;
	text-align: center;
	line-height: 60px;
	height: 60px;
	width: 60px;
	right: 0;
	top: 0;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.rsDefault .rsFullscreenBtn:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '\e64b';
	font-family: mdfonticon;
}

.rsDefault.rsFullscreen .rsFullscreenBtn:after {
	content: '\e64c';
}

/* Preloader */
.rsDefault .rsPreloader {
	top: 50%;
	left: 50%;
	margin-top: -18px;
	margin-left: -18px;
	height: 36px;
	width: 36px;
}

.rsDefault .rsPreloader:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	border: 2px solid;
	border-radius: 50%;
	opacity: 0.2;
}

.rsDefault .rsPreloader:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
	border-top-color: inherit;
	-webkit-animation: rotation 0.8s infinite cubic-bezier(.6, .3, .3, .6);
	animation: rotation 0.8s infinite cubic-bezier(.6, .3, .3, .6);
}



/* WPML
   ========================================================================== */

/* Language menu item */
.l-header .menu-item-language {
	float: left;
	text-align: left;
	position: relative;
}

.l-header .menu-item-language>a {
	display: block;
	padding: 0 20px;
	color: inherit;
	-webkit-transition: background-color 0.2s, color 0.2s;
	transition: background-color 0.2s, color 0.2s;
}

.type_desktop .submenu-languages {
	display: none;
	position: absolute;
	z-index: 2;
	min-width: 100%;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 5px 0 rgba(0, 0, 0, 0.25);
	padding: 6px 0;
	border-radius: 2px;
	background-color: #fff;
	/* variable */
	color: #444;
	/* variable */
}

.l-header.transparent .type_desktop .w-nav-list>.menu-item-language>a {
	background-color: transparent !important;
}

.type_desktop .menu-item-language:hover .submenu-languages {
	display: block;
}

.l-header .submenu-languages .menu-item-language {
	float: none;
	line-height: 40px;
	white-space: nowrap;
}

.menu-item-language>a img.iclflag {
	margin-right: 7px;
}

.type_mobile .menu-item-language {
	float: none;
	display: inline-block;
	vertical-align: top;
	line-height: 40px;
}

.type_mobile .w-nav-list.level_1>.menu-item-language {
	display: block;
	padding: 10px 0;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06) inset;
}

.type_mobile .submenu-languages {
	display: inline;
}

.type_mobile .menu-item-language>a {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}

/* Languages switcher */
.lang_sel_list_horizontal ul {
	overflow: hidden;
}

.lang_sel_list_horizontal li {
	float: left;
	margin: 0 15px 5px 0 !important;
	padding: 0 !important;
}

.lang_sel_list_vertical li {
	margin: 0 0 5px !important;
	padding: 0 !important;
}

.lang_sel_list_vertical li a,
.lang_sel_list_horizontal li a {
	border: none !important;
}

#lang_sel li,
#lang_sel_click li {
	padding: 0;
	margin: 0;
	position: relative;
}

#lang_sel a,
#lang_sel_click a {
	display: block;
	font-size: 13px;
	line-height: 40px;
	padding: 0 30px 0 15px;
	color: inherit !important;
}

#lang_sel a img.iclflag,
#lang_sel_click a img.iclflag {
	margin-right: 5px;
}

#lang_sel a.lang_sel_sel,
#lang_sel_click a.lang_sel_sel {
	border-bottom: 1px solid #e8e8e8;
	/* variable */
}

#lang_sel a.lang_sel_sel img.iclflag {
	margin-right: 2px;
}

#lang_sel_click a.lang_sel_sel img.iclflag {
	margin-right: 8px;
}

#lang_sel a.lang_sel_sel:before,
#lang_sel_click a.lang_sel_sel:before {
	display: block;
	content: "\e640";
	position: absolute;
	top: 0;
	right: 0;
	font-size: 23px;
	font-family: mdfonticon;
	cursor: pointer;
}

#lang_sel ul ul,
#lang_sel_click ul ul {
	visibility: hidden;
	position: absolute;
	top: 40px;
	width: 100%;
	border-radius: 2px;
	padding: 6px 0;
	z-index: 1;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 5px 0 rgba(0, 0, 0, 0.25);
	background-color: #fff;
	/* variable */
}

#lang_sel ul li:hover ul {
	visibility: visible;
}

.no-touch #lang_sel ul ul a:hover,
.no-touch #lang_sel_click ul ul a:hover {
	background-color: #f5f5f5;
	/* variable */
}

/* Footer languages list */
#lang_sel_footer {
	clear: both;
	text-align: center;
	font: 11px/15px Verdana, sans-serif;
	padding: 8px;
	background-color: #fff;
	/* variable */
}

#lang_sel_footer ul li {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
}

#lang_sel_footer ul li a {
	display: block;
	padding: 5px 8px;
}

img.iclflag {
	position: relative;
	top: 1px;
}



/* Slider Revolution
   ========================================================================== */

.tp-leftarrow.tparrows.custom,
.tp-rightarrow.tparrows.custom {
	text-align: center;
	font-size: 34px;
	line-height: 54px;
	height: 54px;
	width: 54px;
	border-radius: 50%;
	background-image: none;
	-webkit-transition: background-color 0.3s, box-shadow 0.3s, opacity 0.3s;
	transition: background-color 0.3s, box-shadow 0.3s, opacity 0.3s;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
}

.no-touch .tp-leftarrow.tparrows.custom:hover,
.no-touch .tp-rightarrow.tparrows.custom:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 30px rgba(0, 0, 0, 0.15);
	background-color: #8c0;
	/* variable */
	color: #fff;
}

.tp-leftarrow.tparrows.custom:before,
.tp-rightarrow.tparrows.custom:before {
	display: none;
}

.tp-rightarrow.tparrows.custom:after {
	content: '\e647';
	font-family: mdfonticon;
}

.tp-leftarrow.tparrows.custom:after {
	content: '\e646';
	font-family: mdfonticon;
}



/* Contact Form 7
   ========================================================================== */

.wpcf7-form {
	padding-top: 10px;
}

.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7-form .w-form-row.no_icon {
	padding-left: 0 !important;
}

.wpcf7-form .w-form-row.no_icon .w-form-row-label {
	left: 0 !important;
}

.wpcf7-form-control.wpcf7-submit {
	margin: 0;
}

.wpcf7-form-control-wrap.type_select:after {
	display: block;
	content: '\e640';
	font: 25px/45px mdfonticon;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	pointer-events: none;
	background-color: #fff;
	/* variable */
}

div.wpcf7 img.ajax-loader {
	margin-left: 10px;
}

span.wpcf7-not-valid-tip {
	font-size: 13px;
	line-height: 18px;
	padding-top: 4px;
}

.wpcf7-not-valid {
	border-color: red !important;
}

.wpcf7-not-valid~.w-form-row-field-bar:before,
.wpcf7-not-valid~.w-form-row-field-bar:after {
	bottom: 22px;
}

div.wpcf7-response-output {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	margin: 20px 0 0;
	padding: 12px 16px;
	border: none;
	color: #fff;
}

div.wpcf7-mail-sent-ok {
	background-color: #48b31b;
}

div.wpcf7-mail-sent-ng {
	background-color: #ff0000;
}

div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
	background-color: #ffa500;
}

label~.wpcf7-captchac {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

/* Radio & Checkboxes */
.wpcf7-form-control.wpcf7-radio,
.wpcf7-form-control.wpcf7-checkbox {
	display: block;
	padding: 12px 0;
	line-height: 22px;
}

span.wpcf7-list-item {
	margin: 0 20px 0 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.wpcf7-radio input[type="radio"],
.wpcf7-checkbox input[type="checkbox"] {
	display: none;
}

.wpcf7-list-item-label {
	position: relative;
	padding-left: 20px;
	white-space: normal;
}

.wpcf7-list-item-label:before {
	font: 21px/22px mdfonticon;
	position: absolute;
	top: -3px;
	left: -5px;
	opacity: 0.66;
	-webkit-transition: color 0.3s, opacity 0.3s;
	transition: color 0.3s, opacity 0.3s;
}

label:hover>.wpcf7-list-item-label:before {
	opacity: 1;
}

.wpcf7-radio .wpcf7-list-item-label:before {
	content: '\e602';
}

.wpcf7-radio input[type="radio"]:checked+.wpcf7-list-item-label:before {
	content: '\e603';
	opacity: 1;
}

.wpcf7-checkbox .wpcf7-list-item-label:before {
	content: '\e601';
}

.wpcf7-checkbox input[type="checkbox"]:checked+.wpcf7-list-item-label:before {
	content: '\e600';
	opacity: 1;
}



/* Visual Composer
   ========================================================================== */

/* Compatibility fixes */
.g-cols.wpb_row,
.wpb_revslider_element.wpb_content_element,
.wpb_widgetised_column.wpb_content_element {
	margin-bottom: 0;
}

.g-html .wpb_text_column h1:last-child,
.g-html .wpb_text_column h2:last-child,
.g-html .wpb_text_column h3:last-child,
.g-html .wpb_text_column h4:last-child,
.g-html .wpb_text_column h5:last-child,
.g-html .wpb_text_column h6:last-child,
.g-html .wpb_text_column p:last-child,
.g-html .wpb_text_column ul:last-child,
.g-html .wpb_text_column ol:last-child {
	margin-bottom: 24px;
}

.wpb_text_column:last-child h1:last-child,
.wpb_text_column:last-child h2:last-child,
.wpb_text_column:last-child h3:last-child,
.wpb_text_column:last-child h4:last-child,
.wpb_text_column:last-child h5:last-child,
.wpb_text_column:last-child h6:last-child,
.wpb_text_column:last-child p:last-child,
.wpb_text_column:last-child ul:last-child,
.wpb_text_column:last-child ol:last-child {
	margin-bottom: 0;
}

.vc_icon_element-icon {
	-webkit-transform: translate(-50%, -50%);
}

/* Columns */
@media (max-width: 767px) {
	.vc_hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 900px) {
	.vc_hidden-sm {
		display: none !important;
	}
}

@media (min-width: 901px) and (max-width: 1279px) {
	.vc_hidden-md {
		display: none !important;
	}
}

@media (min-width: 1280px) {
	.vc_hidden-lg {
		display: none !important;
	}
}

/* Flickr */
.flickr_badge_image {
	float: left;
	width: 75px;
	height: 75px;
}

.flickr_badge_image a {
	border: none;
}

.flickr_badge_image img {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.wpb_flickr_widget p.flickr_stream_wrap {
	clear: both;
	font-size: 80%;
	margin: 0;
	padding-top: 6px;
}

/* Chart */
.vc_chart ul.vc_chart-legend {
	margin: 0;
	padding: 0;
}

.vc_chart ul.vc_chart-legend li {
	list-style: none;
	margin: 0 0 5px;
	padding: 0;
	line-height: 20px;
}

.vc_chart .vc_chart-legend span {
	display: inline-block;
	vertical-align: top;
	height: 16px;
	width: 16px;
	margin: 2px 5px 2px 0;
}

@media (min-width: 768px) {
	.vc_chart .vc_chart-with-legend {
		display: inline-block;
		vertical-align: middle;
		width: 60%;
	}

	.vc_chart .vc_chart-legend {
		display: inline-block;
		vertical-align: middle;
		width: 40%;
	}

	.vc_chart ul.vc_chart-legend li {
		margin-left: 30px;
	}
}

.vc_line-chart .vc_chart-with-legend {
	width: 75%;
}

.vc_line-chart .vc_chart-legend {
	width: 25%;
}



/* Ultimate Addons for VC
   ========================================================================== */

.l-section .ult-vc-seperator {
	z-index: 2;
}

.g-cols>.upb_row_bg,
.g-cols>.upb_video-wrapper {
	display: none !important;
}

ul.slick-dots {
	margin: 0 !important;
}

.aio-icon.circle {
	line-height: 2.5em;
	height: 2.5em;
	width: 2.5em;
}

.aio-icon.circle i,
.aio-icon.square i,
.icon_list_icon i,
.info-circle-icons i {
	line-height: inherit !important;
	vertical-align: top;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

/* Advanced Button */
a.ubtn-link {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	vertical-align: top;
}

a.ubtn-link.ubtn-left {
	margin-right: 10px !important;
}

a.ubtn-link.ubtn-right {
	margin-left: 10px !important;
}

a.ubtn-link .ubtn {
	font-family: inherit;
	line-height: 20px;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1),
		0 1px 3px rgba(0, 0, 0, 0.3);
}

.no-touch a.ubtn-link .ubtn:hover {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1),
		0 4px 8px rgba(0, 0, 0, 0.3);
}

a.ubtn-link .ubtn:focus,
a.ubtn-link .ubtn:active {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1),
		0 5px 8px rgba(0, 0, 0, 0.16),
		0 9px 20px rgba(0, 0, 0, 0.16) !important;
}

.ubtn.ubtn-mini {
	padding: 5px 12px;
	border-radius: 2px;
}

.ubtn.ubtn-small {
	font-size: 13px;
	padding: 8px 16px;
}

.ubtn.ubtn-normal {
	font-size: 15px;
	padding: 11px 22px;
}

.ubtn.ubtn-large {
	font-size: 18px;
	padding: 18px 36px;
}

/* Highlight Box */
.ultimate-call-to-action .uvc-ctaction-data {
	padding: 0 20px;
	line-height: 1.4;
}

/* Advanced Carousel */
.ult-carousel-wrapper .slick-prev {
	padding-right: 2px;
}

.ult-carousel-wrapper .slick-next {
	padding-left: 2px;
}

.ult-carousel-wrapper button.circle-border,
.ult-carousel-wrapper button.circle-bg {
	line-height: 2em !important;
	height: 2em !important;
	width: 2em !important;
}

.ult-carousel-wrapper button i {
	line-height: inherit !important;
}

/* Dual Button */
.ulitmate_dual_buttons {
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1),
		0 1px 3px rgba(0, 0, 0, 0.3);
}

.ult_dual_button .ult_ivan_button {
	text-transform: uppercase;
	padding: 11px;
}

/* Flip Box */
.flip-box-wrap .flip-box .ifb-face {
	padding: 30px;
}

.flip-box-wrap .flip-box .ifb-face h3 {
	font-size: 24px;
	margin: 10px 0;
}

.flip-box-wrap .flip-box p {
	line-height: inherit;
	margin-bottom: 5px;
}

.flip-box-wrap .flip-box .flip_link a {
	font-size: 15px;
	text-transform: uppercase;
	line-height: 20px;
	border-radius: 3px;
	padding: 11px 22px;
	margin-top: 20px;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1),
		0 1px 3px rgba(0, 0, 0, 0.3);
}

.no-touch .flip-box-wrap .flip-box .flip_link a:hover {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1),
		0 4px 8px rgba(0, 0, 0, 0.3);
}

.flip-box-wrap .flip-box .flip_link a:focus,
.flip-box-wrap .flip-box .flip_link a:active {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1),
		0 5px 8px rgba(0, 0, 0, 0.16),
		0 9px 20px rgba(0, 0, 0, 0.16) !important;
}

/* Timeline */
.smile-icon-timeline-wrap>a,
.smile-icon-timeline-wrap .timeline-wrapper>a {
	color: inherit !important;
}

.smile-icon-timeline-wrap .timeline-line {
	border-color: #e5e5e5;
	/* variable */
}

.smile-icon-timeline-wrap .timeline-separator-text .sep-text {
	font-size: 13px;
	line-height: 18px;
	padding: 4px 10px;
	border-radius: 2px !important;
	background-color: #d13a7a;
	/* variable */
}

.smile-icon-timeline-wrap .timeline-wrapper .timeline-dot,
.smile-icon-timeline-wrap .timeline-feature-item .timeline-dot {
	padding: 4px;
	background-color: #d13a7a;
	/* variable */
}

.feat-item .timeline-dot {
	left: -7px !important;
}

.smile-icon-timeline-wrap .timeline-wrapper .timeline-block,
.smile-icon-timeline-wrap .timeline-feature-item.feat-item {
	border-radius: 2px;
	border: none;
	background-color: #f5f5f5;
	/* variable */
}

.smile-icon-timeline-wrap.tl-animation-shadow .timeline-block,
.smile-icon-timeline-wrap.tl-animation-shadow .feat-item {
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.smile-icon-timeline-wrap.tl-animation-shadow .timeline-block:hover,
.smile-icon-timeline-wrap.tl-animation-shadow .feat-item:hover {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.25);
}

.timeline-wrapper .timeline-post-right .ult-timeline-arrow l,
.timeline-wrapper .timeline-post-left .ult-timeline-arrow l,
.timeline-feature-item.feat-item .ult-timeline-arrow l {
	border-color: #f5f5f5;
	/* variable */
}

.timeline-wrapper .timeline-post-left .ult-timeline-arrow l,
.timeline-wrapper .timeline-post-right .ult-timeline-arrow l {
	border-top-color: transparent !important;
	border-bottom-color: transparent !important;
}

.timeline-feature-item.feat-item .ult-timeline-arrow l {
	border-left-color: transparent !important;
	border-right-color: transparent !important;
}

.timeline-wrapper .ult-timeline-arrow s,
.feat-item .ult-timeline-arrow s {
	border-color: transparent !important;
}

.timeline-feature-item.feat-item .ult-timeline-icon .aio-icon,
.timeline-feature-item.feat-item .ult-timeline-icon .aio-icon-img {
	margin: 30px 0 -10px !important;
}

.smile-icon-timeline-wrap .timeline-block .timeline-header-block .timeline-header,
.smile-icon-timeline-wrap .timeline-feature-item .timeline-header-block .timeline-header {
	font-size: inherit;
	padding: 30px;
}

.smile-icon-timeline-wrap .timeline-block.timeline-post-left .timeline-header-block .timeline-header {
	padding-left: 15px;
}

.smile-icon-timeline-wrap .timeline-block.timeline-post-right .timeline-header-block .timeline-header {
	padding-right: 15px;
}

.smile-icon-timeline-wrap .timeline-header-block .timeline-header h3,
.smile-icon-timeline-wrap .timeline-block .timeline-header h3 {
	font-size: 20px;
	line-height: 1.4;
	margin: 0 0 15px;
}

.smile-icon-timeline-wrap .timeline-block .timeline-header-block .timeline-header p,
.smile-icon-timeline-wrap .timeline-feature-item .timeline-header-block .timeline-header p {
	margin-bottom: 15px;
}

.smile-icon-timeline-wrap .timeline-block .timeline-header-block .timeline-header p:last-child,
.smile-icon-timeline-wrap .timeline-feature-item .timeline-header-block .timeline-header p:last-child {
	margin-bottom: 0;
}

.timeline-wrapper .timeline-block .timeline-header a {
	display: inline;
	margin-top: 0;
}

/* Info Banner */
.ultb3-box .ultb3-info {
	padding: 30px;
	color: #fff;
}

.ultb3-box .ultb3-title {
	line-height: 1.4;
	margin-bottom: 20px;
	color: inherit;
}

.ultb3-box .ultb3-desc {
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 20px;
}

.ultb3-box a.ultb3-btn {
	font-size: 15px;
	line-height: 20px;
	padding: 11px 22px;
	text-transform: uppercase;
}

.no-touch .ultb3-box a.ultb3-btn:hover {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1),
		0 4px 8px rgba(0, 0, 0, 0.3);
}

.ultb3-box a.ultb3-btn:active {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1),
		0 5px 8px rgba(0, 0, 0, 0.16),
		0 9px 20px rgba(0, 0, 0, 0.16) !important;
}

/* Info Box */
a.aio-icon-box-link {
	color: inherit !important;
}

.aio-icon-box {
	border-radius: 5px;
}

.aio-icon-box.square_box-icon .aio-icon-header {
	padding: 0 10%;
}

.aio-icon-box.square_box-icon .aio-icon-description {
	padding: 0 10% 10%;
}

.aio-icon-box .aio-icon.circle {
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1px rgba(0, 0, 0, 0), 0 2px 3px rgba(0, 0, 0, 0);
	-webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s !important;
	transition: transform 0.3s, box-shadow 0.3s !important;
}

.no-touch .aio-icon-box-link:hover .aio-icon.circle {
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0) inset, 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
}

.aio-icon-box.default-icon .aio-icon-default .aio-icon,
.aio-icon-box.default-icon .aio-icon-default .aio-icon-img {
	margin-right: 20px;
}

.aio-icon-box.heading-right-icon .aio-icon-heading-right .aio-icon,
.aio-icon-box.heading-right-icon .aio-icon-heading-right .aio-icon-img {
	margin-left: 20px;
}

.aio-icon-box.left-icon .aio-icon-left .aio-icon,
.aio-icon-box.left-icon .aio-icon-left .aio-icon-img {
	margin-right: 25px;
}

.aio-icon-box.right-icon .aio-icon-right .aio-icon,
.aio-icon-box.right-icon .aio-icon-right .aio-icon-img {
	margin-left: 25px;
}

.aio-icon-box .aio-icon-header h3.aio-icon-title {
	font-size: 22px;
	line-height: 1.4;
}

.aio-icon-box.top-icon .aio-icon-header h3.aio-icon-title {
	margin-top: 18px;
}

.aio-icon-header+.aio-icon-description {
	margin-top: 15px !important;
}

.aio-icon-box .aio-icon-read {
	padding: 15px 0 0;
}

/* Info Circle */
.info-c-full-br .icon-circle-list .info-circle-icons {
	line-height: 2.3em !important;
	height: 2.3em !important;
	width: 2.3em !important;
}

.info-circle-icons {
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1px rgba(0, 0, 0, 0), 0 2px 3px rgba(0, 0, 0, 0);
	-webkit-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}

.no-touch .info-circle-icons:hover {
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0) inset, 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Info List */
.smile_icon_list_wrap .smile_icon_list.top.hexagon .icon_list_icon {
	margin-bottom: 2.5em;
}

.smile_icon_list_wrap .smile_icon_list li .icon_description h3 {
	font-weight: normal;
	margin-bottom: 10px;
}

/* Info Table & Price Box */
.ult_pricing_table_wrap {
	overflow: hidden;
	border-radius: 2px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.25);
	-webkit-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}

.no-touch .ult_pricing_table_wrap:hover {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.25);
}

.ult_pricing_table_wrap.ult_design_2 {
	overflow: visible;
}

.ult_pricing_table_wrap.ult_design_2 {
	display: table;
	content: '';
	clear: both;
}

.ult_pricing_table {
	box-shadow: none !important;
}

.ult_design_4 .ult_pricing_table {
	border-bottom: none !important;
}

.ult_design_6 .ult_pricing_table {
	border: none !important;
}

.ult_pricing_table_wrap .ult_pricing_table .ult_pricing_heading h3 {
	font-size: 22px;
	line-height: 1.4;
}

.ult_pricing_table_wrap .ult_pricing_table .ult_pricing_heading h5 {
	margin: 4px 20px;
}

.ult_design_1 .ult_pricing_table .ult_price_body {
	margin: 0 auto;
}

.ult_design_6 .ult_pricing_table .ult_price_body {
	border: none !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
}

.ult_pricing_table_wrap .ult_pricing_table .ult_price_features {
	padding: 20px 30px 10px;
}

.ult_pricing_table_wrap p {
	margin-bottom: 20px;
}

.ult_pricing_table .ult_price_features ul li {
	line-height: 1.5em !important;
}

.ult_design_5 .ult_pricing_table,
.ult_design_2 .ult_pricing_table .ult_price_features ul li,
.ult_design_4 .ult_pricing_table .ult_price_features ul li,
.ult_design_5 .ult_pricing_table .ult_price_features ul li {
	border: none !important;
}

.ult_pricing_table .ult_price_link .ult_price_action_button {
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 11px 22px !important;
	border-radius: 3px !important;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1),
		0 1px 3px rgba(0, 0, 0, 0.3);
}

.no-touch .ult_pricing_table .ult_price_link .ult_price_action_button:hover {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1),
		0 4px 8px rgba(0, 0, 0, 0.3);
}

.ult_pricing_table .ult_price_link .ult_price_action_button:focus,
.ult_pricing_table .ult_price_link .ult_price_action_button:active {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1),
		0 5px 8px rgba(0, 0, 0, 0.16),
		0 9px 20px rgba(0, 0, 0, 0.16) !important;
}

.ult_design_2 .ult_pricing_table .ult_price_link .ult_price_action_button {
	font-size: inherit;
	line-height: 1 !important;
	text-transform: none !important;
	padding: 7px !important;
	z-index: 3;
}

.ult_pricing_table_wrap .ult_pricing_table .ult_price_link {
	padding: 0 0 35px;
}

.ult_pricing_table_wrap.ult_design_1 .ult_pricing_table .ult_price_link {
	padding: 20px;
}

/* Modal Box */
.ult-overlay {
	z-index: 501 !important;
}

.ult-modal-input-wrapper .btn-modal {
	font-size: 15px;
	line-height: 20px;
	padding: 11px 22px;
	border-radius: 3px;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1),
		0 1px 3px rgba(0, 0, 0, 0.3);
}

.no-touch .ult-modal-input-wrapper .btn-modal:hover {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1),
		0 4px 8px rgba(0, 0, 0, 0.3);
}

.ult-modal-input-wrapper .btn-modal:focus,
.ult-modal-input-wrapper .btn-modal:active {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1),
		0 5px 8px rgba(0, 0, 0, 0.16),
		0 9px 20px rgba(0, 0, 0, 0.16) !important;
}

.ult-modal-input-wrapper .btn-modal.btn-modal-sm {
	font-size: 13px;
	padding: 8px 16px;
}

.ult-modal-input-wrapper .btn-modal.btn-modal-lg {
	font-size: 18px;
	padding: 18px 36px;
}

.ult_modal .ult_modal-content {
	border-radius: 2px;
	box-shadow: 0 12px 12px rgba(0, 0, 0, 0.17), 0 20px 40px rgba(0, 0, 0, 0.3);
}

.ult_modal .ult_modal-header>.modal-icon {
	font-size: 1.3em;
}

.ult_modal .ult_modal-body {
	line-height: inherit;
	padding: 30px;
}

.ult_modal .ult_modal-body p:last-child {
	margin-bottom: 0;
}

/* Image Separator */
.ult-easy-separator-wrapper {
	float: none !important;
	margin: 0 !important;
}

/*--------------------------------------------------------------

BHSpecialty.com override styles

--------------------------------------------------------------*/

/* Homepage */
.home.l-body {
	background: none;
	background-color: #fff !important;
}

.home .l-header,
.home .l-main,
.page-id-8643 .l-header,
.page-id-8643 .l-main,
.page-id-8648 .l-header,
.page-id-8648 .l-main,
.page-id-8652 .l-header,
.page-id-8652 .l-main,
.page-id-8656 .l-header,
.page-id-8656 .l-main,
.page-id-8661 .l-header,
.page-id-8661 .l-main,
.page-id-8665 .l-header,
.page-id-8665 .l-main,
.page-id-9621 .l-header,
.page-id-9621 .l-main,
.page-id-10978 .l-header,
.page-id-10978 .l-main,
.page-id-22453 .l-main,
.page-id-22453 .l-header {
	margin-bottom: 0;
}

.home .l-section-h,
.page-id-8643 .l-section-h,
.page-id-8648 .l-section-h,
.page-id-8652 .l-section-h,
.page-id-8656 .l-section-h,
.page-id-8661 .l-section-h,
.page-id-8665 .l-section-h,
.page-id-9621 .l-section-h,
.page-id-10978 .l-section-h {
	padding: 0;
}

.no-touch .l-subfooter.at_top a.w-btn:hover {
	color: #fff;
}

.l-subfooter.at_top {
	padding-top: 40px;
	padding-bottom: 10px;
	border-top: 5px solid #f37600 !important;
}

.w-copyright p {
	margin: 6px 0;
	line-height: 17px;
}

/* Common */
.l-body {
	background-image: url(/wp-content/themes/Zephyr/images/bg-us.jpg);
	background-color: #47497C;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top center;
}

.l-canvas {
	background-color: transparent !important;
}

.l-header,
.l-main {
	margin-bottom: 60px;
}

.l-titlebar-h,
.l-section-h {
	background-color: #fff;
}

.home .l-titlebar-h,
.home .l-section-h {
	background-color: transparent;
}

.l-titlebar.size_medium .l-titlebar-h {
	padding: 40px;
	padding-bottom: 0px;
}

.l-section-h {
	padding: 0 40px 40px;
}

.page-id-22453 .l-section-h {
	padding: 0px;
}

.l-titlebar.size_medium h1 {
	font-weight: 700;
	color: #16478d;
}

.page-id-2198 .vc_empty_space {
	height: 32px !important;
}

/*background International*/
body.page-id-368,
body.parent-pageid-368,
body.parent-pageid-444,
body.parent-pageid-449 {
	background-image: url(/wp-content/themes/Zephyr/images/bg-us.jpg);
	background-color: #0c0f22;
}

/*body.page-id-21{
	background-image: url(../images/bg-body.jpg);  //this bg is used for International page only
	background-color: #25242c;
}*/

/*background Australia Products*/
body.page-id-511,
body.page-id-533,
body.parent-pageid-533 {
	background-image: url(/wp-content/themes/Zephyr/images/bg-australia.jpg);
	background-color: #5f4f59;
}

/*background Canada Products*/
body.page-id-505,
body.page-id-565,
body.parent-pageid-565 {
	background-image: url(/wp-content/themes/Zephyr/images/bg-canada.jpg);
	background-color: #1a1a22;
}

/*background Hong Kong Products*/
body.page-id-522,
body.page-id-566,
body.parent-pageid-566 {
	background-image: url(/wp-content/themes/Zephyr/images/bg-hongkong.jpg);
	background-color: #291c23;
}

/*background New Zealand Products*/
body.page-id-524,
body.page-id-567,
body.parent-pageid-567 {
	background-image: url(/wp-content/themes/Zephyr/images/bg-newzealand.jpg);
	background-color: #596f6d;
}

/*background Singapore Products*/
body.page-id-526,
body.page-id-568,
body.parent-pageid-568 {
	background-image: url(/wp-content/themes/Zephyr/images/bg-singapore.jpg);
	background-color: #1f242a;
}

/*background Germany Products*/
body.page-id-5549,
body.parent-pageid-5549 {
	background-image: url(/wp-content/themes/Zephyr/images/bg-germany.jpg) !important;
	background-color: #092b6a;
}

/*background United kingdom Products*/
body.page-id-9620,
body.parent-pageid-9620 {
	background-image: url(/wp-content/themes/Zephyr/images/bg-uk.jpg);
	background-color: #9e938b;
}

/*background Macau Products*/
body.page-id-10887,
body.parent-pageid-10887 {
	background-image: url(/wp-content/themes/Zephyr/images/bg-macau.jpg);
	background-color: #5e8abb;
}

/*background malaysia Products*/
body.page-id-10939,
body.parent-pageid-10939 {
	background-image: url(/wp-content/themes/Zephyr/images/bg-malaysia.jpg);
	background-color: #4e4a3e;
}

/*background Medical Stop Loss*/
body.page-id-3664,
body.page-id-3643,
body.page-id-6249 {
	background: transparent !important;
}

/*background France Products*/
body.page-id-22523,
body.parent-pageid-22523 {
	background-image: url(/wp-content/themes/Zephyr/images/bg-france.jpg);
	background-size: cover;
}

/*background Spain Products*/
body.page-id-22552,
body.parent-pageid-22552 {
	background-image: url(/wp-content/themes/Zephyr/images/bg-spain.jpg);
	background-size: cover;
}

/*background Ireland Products*/
body.page-id-22463,
body.parent-pageid-22463 {
	background-image: url(/wp-content/themes/Zephyr/images/bg-Ireland.jpg);
	background-size: cover;
}

/*background UK Products*/
body.page-id-9620,
body.parent-pageid-9620 {
	background-image: url(/wp-content/themes/Zephyr/images/bg-uk.jpg);
	background-size: cover;
}

/*background Sweden Products */
body.page-id-60073,
body.parent-pageid-60073 {
	background-image: url(/wp-content/uploads/2025/03/bg-sweden-scaled.jpeg) !important;
	background-color: #092b6a;
}


body.parent-pageid-6249 {
	background-image: url(/wp-content/uploads/2016/09/bg-msl.jpg);
	background-position: top;
	background-color: #ffff;
}

/*background Italy Products*/
/* @media (max-width: 2048px) and (min-width: 1800px){
	body.page-id-60979,
    body.parent-pageid-60979{
    background-image: url(/wp-content/uploads/2025/04/Italy-image.jpg) !important;
    background-color: #5e8abb;
}
} */
body.page-id-60979,
body.parent-pageid-60979 {
	background-image: url(/wp-content/uploads/2025/04/Italy-image.jpg);
	background-color: #5e8abb;
}

/* background image italy product */

/*background Dusseldorf*/
/*body.page-id-21845,
body.parent-pageid-21845{
    background-image: url(/wp-content/uploads/2016/07/Germany.jpg);
    background-color: #B0C0D9;
}*/

/* Leadership */
#owl1 .owl-item img {
	width: auto;
}

#owl2 .owl-stage,
#owl3 .owl-stage,
#owl3 .owl-item {
	width: 100% !important;
}

#owl2 .owl-stage,
#owl3 .owl-stage {
	transform: none !important;
}

#owl2 .owl-item {
	margin-bottom: 10px;
	cursor: pointer;
	opacity: 0.65;
}

#owl3 .owl-item {
	border: 1px solid #ccc;
	padding: 10px;
}

#owl1 h3,
#owl1 h4 {
	margin: 0 0 12px 0;
	font-weight: bold;
}

#owl3 .owl-item p {
	margin: 0;
	cursor: pointer;
	color: #16478D;
	font-weight: 600;
}

#owl2 .owl-item.active {
	opacity: 1;
}

#owl3 .owl-item:hover,
#owl3 .owl-item.active {
	background-color: #dfdfdf;
}

#owl1 h3 {
	color: #16478d;
}

#owl3 {
	height: 500px;
	overflow: auto;
}

.leadership .g-cols.wpb_row {
	margin-bottom: 15px;
}


@media (max-width: 800px) {
	.g-cols .one-quarter:last-child {
		margin-bottom: 15px !important;
	}
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background-color: rgba(250, 255, 189, 0) !important;
	background-image: none;
	color: rgb(0, 0, 0);
}

video::-internal-media-controls-download-button,
audio::-internal-media-controls-download-button {
	display: none;
}


.owl-item h3,
.owl-item h4 {
	margin: 0 0 8px;
	font-weight: 700;
}

.ult_modal .ult_modal-body .two-thirds p:last-child {
	margin-bottom: 15px;
}

.leadership img.ult-align-center {
	border: 1px solid #6A7179;
	padding: 2px;
}

/*.leadership img.ult-align-center:hover {
    border: 1px solid #6A7179;
    padding: 5px;
    width: 85%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}*/

/* Portfolio */
.w-portfolio.columns_2 .w-portfolio-item {
	width: 100%;
}

.w-portfolio.style_2 .w-portfolio-item-meta {
	position: static;
}

/*Video News*/
.l-canvas.sidebar_none .w-blog.layout_grid.half .w-blog-post {
	width: 50%;
}

.w-blog.layout_grid .w-blog-post-title {
	font-size: 18px;
	font-weight: 600;
}

/*Claims*/
h3 {
	color: #16478d !important;
}

.text-decor .wpb_wrapper h3 {
	border-bottom: 3px solid #16478d;
	padding-bottom: 5px;
}

.text-decor .two-thirds .wpb_wrapper h3 {
	text-transform: uppercase;
}

.text-decor .wpb_text_column dl dd:last-child a,
.text-decor .wpb_text_column dl dd:last-child {
	font-size: 16px;
	color: #484848;
}

.text-decor .wpb_text_column dl dd:last-child a:hover {
	color: #16478d;
}

.w-btn.size_large {
	line-height: 18px;
	font-weight: 700;
	text-transform: capitalize;
	/* padding: 14px 30px; */
}

.parent-pageid-10 .w-btn,
.parent-pageid-10 input.w-btn,
.parent-pageid-10 button.w-btn,
.page-id-10 .w-btn,
.page-id-10 input.w-btn,
.page-id-10 button.w-btn {
	font-size: 14px;
	line-height: 16px;
	padding: 10px 12px;
}

/*contact*/
.page-id-16 .wpb_text_column dl dd:nth-child(2) {
	font-size: 14px;
	color: #414141;
}

.page-id-16 .wpb_text_column dl dd {
	margin: 0;
	color: #16478d;
	font-size: 14px;
	line-height: 21px;
}

.page-id-16 .g-html .wpb_text_column h3 {
	color: #16478d;
}

.xl-buttons .l-section-h {
	background-color: #e5e5e5;
	padding: 40px;
}

.xl-buttons .l-section-h a {
	display: block;
	font-size: 26px;
	padding: 25px 5px;
}

.page-id-16 h2 {
	border-bottom: 1px solid #F37600;
	padding-bottom: 10px;
	color: #414141;
}

/*About*/
.page-id-23 .height_auto .l-section-h {
	padding: 0;
}

.page-id-23 .height_auto .l-section-h img {
	width: 100%;
}

/* Who we are */
.red-box {
	background-color: #f37600;
	width: 20px;
	height: 20px;
	float: left;
	margin: 4px 0;
}

/*US*/
.wpb_wrapper ul.left_list {
	list-style-type: none;
	margin: 0;
}

.wpb_wrapper ul.left_list li {
	margin: 0 24px -1px 0;
	border: 1px solid #ccc;
	padding: 10px 15px;
	font-weight: 700;
	cursor: pointer;
}

.wpb_wrapper ul.left_list li:hover {
	background-color: #F5F7FA;
	color: #16478d;
}

/*US Products*/
.img-caption .one-quarter .wpb_text_column {
	position: relative;
}

.img-caption .one-quarter .wpb_text_column .wpb_wrapper {
	position: absolute;
	bottom: 24px;
	padding: 5px;
	width: 100%;
	left: 0;
	background-color: rgba(22, 71, 140, 0.7);
	border-radius: 0;
}

.one-quarter .w-image img {
	border-radius: 0;
	width: 100%;
	height: 11rem;
}

.img-caption .one-quarter .wpb_text_column .wpb_wrapper a {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}

.img-caption .one-quarter .wpb_text_column .wpb_wrapper a:hover,
.img-caption .one-quarter .w-image img:hover {
	color: #f37600;
}

/*International Products*/
.page-id-21 .one-third .wpb_text_column {
	position: relative;
}

.page-id-21 .one-third .wpb_text_column .wpb_wrapper {
	position: absolute;
	bottom: 24px;
	padding: 5px;
	width: 100%;
	left: 0;
	background-color: rgba(22, 71, 140, 0.7);
	border-radius: 0 0 5px 5px;
}

/*.page-id-21 .one-third .w-image img{
	width: 100%;
}*/
.page-id-21 .one-third .wpb_text_column .wpb_wrapper a {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}

.page-id-21 .one-third .wpb_text_column .wpb_wrapper a:hover,
.page-id-21 .one-third .w-image img:hover {
	color: #f37600;
}

/*Products Table*/
table {
	padding: 10px;
	border: 1px solid #D8D8D8;
}

table thead tr th {
	background: #E4E4E4;
	padding: 10px 20px;
	text-align: left;
}

table tbody {
	background-color: #f9f9f9;
}

table tbody td {
	vertical-align: top;
	padding: 20px;
}

.ulStyle1 ul {
	margin: 0;
}

ul.ulStyle1 li,
table td i {
	display: block;
	padding: 2px 0 0 20px;
}

ul.ulStyle1 {
	margin: 0;
	padding: 7px 0;
}

.ulStyle1 li:before {
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	font-family: FontAwesome;
	margin: 0 5px 0 -15px;
	color: #337ab7;
	content: "\f0a9";
	font-size: 12px;
}

.ulStyle1.docs li:before {
	content: "\f1c2";
	margin: 0 10px 0 -15px;
	color: #2A5696;
	font-size: 15px;

}

.g-html .wpb_text_column ul:last-child {
	margin-bottom: 0;
}

ul.mc-guides {
	margin: 0;
}

.mc-guides li {
	display: block;
	padding: 3px 0 3px 30px;
}

.mc-guides a {
	cursor: pointer;
	color: #16478d;
}

.mc-guides li:before {
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	font-family: FontAwesome;
	margin: 0 8px 0 -20px;
	color: #cc0001;
	content: "\f1c1";
	font-size: 14px;
	vertical-align: top;
}

.w-tabs-section-title {
	font-weight: 700;
}

/*Modal button*/
.ult-modal-input-wrapper span {
	border-bottom: 5px solid #16478d;
	padding: 8px 10px;
}

.ult-modal-input-wrapper span:after {
	content: "\f041";
	font-size: 40px;
	font-family: FontAwesome;
	color: #c2c2c2;
}

.ult-modal-input-wrapper span:hover:after {
	color: #d63e30;
}

/*Gallery*/
.w-gallery.with_indents .w-gallery-item {
	padding: 2px;
	border: 1px solid #ccc;
	margin: 15px;
	box-shadow: 2px 4px 6px #ccc;
}

/*News*/
.page-id-12 .one-half ul {
	margin: 0;
}

li.news-item {
	list-style-type: none;
}

.news-item {
	background: #E0E0E0;
	overflow: hidden;
	position: relative;
	padding: 0 10px;
	height: 70px;
	border-radius: 4px;
	display: table;
	width: 100%;
	margin-bottom: 4px;
}

.news-item span {
	background-color: #16478d;
	position: absolute;
	font-size: 16px;
	font-weight: 700;
	left: 0;
	height: 100%;
	line-height: 70px;
	color: #FFF;
	vertical-align: middle;
	display: table-cell;
	padding: 0 10px;
	top: 0;
}

.news-item a {
	display: table-cell;
	font-weight: 600;
	padding: 5px 0 5px 70px;
	vertical-align: middle;
}

/*Career*/
.w-portfolio.style_2 .w-portfolio-item-meta:before {
	background: none !important;
}

.w-portfolio.style_2 .w-portfolio-item-meta {
	color: #333;
	padding: 20px;
	border: 1px solid #d0d0d0;
}

h2.w-portfolio-item-title {
	font-size: 15px;
	font-weight: 700;
}

span.w-portfolio-item-text:before {
	content: "\f041";
	font-size: 14px;
	font-family: FontAwesome;
	margin-right: 10px;
}

.career span.quote {
	font-size: 140px;
	color: #8ba3c5;
	font-family: 'Droid Serif', serif;
	position: absolute;
	bottom: 0;
}

.career span.quote_text {
	border: none;
	font-size: 24px;
	line-height: 32px;
}

.career span.quote_text strong {
	margin-left: 0;
}

input[type=file],
input[type=range] {
	background-color: transparent;
}

/* Pagination*/
.g-pagination {
	text-align: right;
}

.pagination .page-numbers {
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 0;
	font-size: 14px;
}

.w-form-row .attach {
	top: -15px;
	font-size: 13px;
}

/* Footer */
.l-footer .w-form-row-label {
	z-index: 0;
}

.l-subfooter.at_top input,
.l-subfooter.at_top .w-form-row-field input:focus {
	border-color: #16478d !important;
}

.l-subfooter.at_top .w-form-row.focused i {
	color: #16478d !important;
}

.l-subfooter.at_top .w-form-row.focused .w-form-row-field-bar:before,
.l-subfooter.at_top .w-form-row.focused .w-form-row-field-bar:after {
	background-color: #16478d !important;
}


/*Products New*/
.p-page h5.w-tabs-section-title {
	font-size: 18px;
}

.p-page .wpb_wrapper h4 {
	border-bottom: 1px solid #16478D;
	padding-bottom: 10px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	color: #16478D;
	margin-bottom: 5px;
}

.p-page .w-tabs-section:first-child,
.p-page .w-tabs-section-header:first-child:before {
	border-top-color: #f37600 !important;
	border-top-width: 3px;
}

.p-page .w-tabs-section,
.p-page .w-tabs-section-header:before {
	border-color: #4F5459 !important;
}

.p-page .wpb_wrapper h3 {
	font-size: 28px;
	margin-bottom: 15px !important;
	font-weight: 700;
	text-transform: uppercase;
}

.p-page .ult_crlink a span {
	font-weight: 700;
}

.ult_cl_link_3 a span {
	font-size: 15px;
	font-weight: 700;
}

.mc .ult_btn10_span:before {
	content: '\f019';
	padding-right: 5px;
	font-family: FontAwesome;
}

.mc .ult-modal-input-wrapper span:after {
	content: "";
}

.mc .ult-modal-input-wrapper span:before {
	content: "\f019";
	font-size: 16px;
	font-family: FontAwesome;
	color: #f36700;
	padding-right: 5px;
}

.mc .ult-modal-input-wrapper span {
	border-bottom: none;
	padding: 0;
}

.p-page .l-titlebar-h,
.p-page .l-section-h {
	background-color: rgba(255, 255, 255, 0.93);
}

.p-page .ult-modal-input-wrapper span {
	color: #f37600 !important;
	font-size: 15px;
	font-weight: 700;
	border-bottom: none;
	padding: 0;
	position: relative;
}

.p-page .ult-modal-input-wrapper span:hover {
	border-bottom-color: #333333;
	color: #333333 !important;
}

.p-page .ult-modal-input-wrapper span:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	-webkit-transform: translateY(14px);
	-moz-transform: translateY(14px);
	transform: translateY(14px);
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.p-page .ult-modal-input-wrapper span:hover:after {
	opacity: 1;
	bottom: 0;
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	-moz-transition: opacity .5s, -moz-transform .5s;
	transition: opacity .5s, transform .5s;
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	transform: translateY(4px);
}

.p-page .ult-modal-input-wrapper span:before {
	content: "\f019";
	font-family: FontAwesome;
	padding-right: 5px;
}

.w-tabs.autoresize .w-tabs-section.int {
	display: block !important;
}

audio,
video,
iframe,
object,
embed {
	min-height: 250px;
}

.w-blog.layout_grid .w-blog-post-link {
	min-height: 90px;
}

.single .w-blog-post-body {
	padding-top: 40px;
}

.single .w-image {
	text-align: center;
}

/*MOdal*/

.ult-overlay-close {
	width: 20px !important;
	height: 20px !important;
	right: 15px !important;
	top: 14px !important;
	position: absolute !important;
	background: url(/wp-content/plugins/Ultimate_VC_Addons/assets/img/cross-bk.png) center center no-repeat !important;
}

.parent-pageid-10 .tabs-center,
.page-id-10 .tabs-center,
.parent-pageid-25 .tabs-center,
.page-id-25 .tabs-center,
.tabs-center {
	text-align: center;
}

ul#expa {
	margin-top: 6px;
}

ul li.list-text:before {
	box-sizing: border-box;
	display: inline-block;
	font-family: FontAwesome;
	margin: 0 8px 0 -20px;
	color: #C10001;
	content: "\f0a9";
	font-size: 14px;
}

a.expand {
	display: inline-block;
	cursor: pointer;
}

a.expand:after {
	content: '';
}

.g-html p {
	margin: 0 0 15px;
}

/********************Career Page********************/
.job-mails {
	text-align: center;
	line-height: 25px;
	font-weight: bold;
	padding-top: 20px;
}

.g-filters-list {
	margin-bottom: 40px;
}

.g-filters-list .w-btn.size_large,
input.w-btn.size_large,
button.w-btn.size_large {
	padding: 14px 25px;
	background-color: #414141;
	color: #FFF;
}

.g-filters-item w-btn.style_raised.size_large.color_primary.w-btn-wrapper.align_left.active {
	background-color: #16478d;
}

.g-filters-item.active {
	background-color: #16478D !important;
}

/*Search*/

.w-search.layout_fullscreen ::-webkit-input-placeholder {
	opacity: 0.5;
}

.w-search.layout_fullscreen ::-moz-placeholder {
	opacity: 0.5;
}

.w-search.layout_fullscreen :-ms-input-placeholder {
	opacity: 0.5;
}

.w-search.layout_fullscreen .w-form-row.for_submit {
	display: table-row;
	position: inherit;
}

.w-search.layout_fullscreen .w-form-row-field {
	position: inherit;
}

.w-search.layout_fullscreen .w-form-row {
	vertical-align: bottom;
}

/* Fixes */
.w-tabs .w-tabs-section-title:empty+.w-tabs-section-control {
	display: none;
}

.w-search.layout_fullscreen .w-btn {
	background-color: #f37600;
}

.articles {
	display: table;
}

.articles a {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	font-size: 16px;
}

.articles img {
	margin-right: 40px;
	box-shadow: 0px 0px 5px #ccc;
}

.single-us_portfolio .two-thirds strong {
	font-size: 15px;
	color: #25282b;
}

.single-us_portfolio .two-thirds ul li ul {
	margin-top: 10px;
}


/* Fixes */
.w-tabs .w-tabs-section-title:empty+.w-tabs-section-control {
	display: none;
}

.w-search.layout_fullscreen .w-btn {
	background-color: #f37600;
}


/*Medical Page*/

.medical-head .l-section-h {
	padding: 2% 0;
}

.medical-head p {
	font-size: 16px;
	line-height: 24px;
}

.medical-head .wpb_wrapper h3 {
	font-size: 42px;
	color: #fff !important;
}

.medical-buttons .l-section-h {
	max-width: 1140px;
	background-color: rgba(22, 71, 141, 0);
}

.page-id-6249 .l-canvas.sidebar_none .l-section.main-medical-buttons,
.parent-pageid-6249 .l-canvas.sidebar_none .l-section.main-medical-buttons {
	padding: 0;
}

.parent-pageid-6249 .main-medical-buttons {
	float: left;
}

.parent-pageid-6249 .medical-body {
	float: left;
	width: 73%;
}

.parent-pageid-6249 .g-cols.offset_medium>.three-quarters {
	background-color: rgba(255, 255, 255, 0.8);
	margin-left: 0%;
	border-radius: 6px;
	padding: 40px;
}

.parent-pageid-6249 .main-medical-buttons .l-section-h {
	min-height: 100px;
}

.v-tabs .l-section-h {
	max-width: 100%;
	padding: 0;
}

.v-tabs .w-tabs.layout_ver .w-tabs-item-h {
	background-color: #f37600;
	color: #fff;
	border-bottom: 1px solid #ccc;
}

.main-medical-buttons .l-section-h {
	min-height: 675px;
	max-width: 100%;
	padding: 0;
	background-color: rgba(22, 71, 141, 0);
}

.parent-pageid-6249 .l-subheader .w-nav,
.parent-pageid-6249 .l-subheader .w-search,
.parent-pageid-6249 .l-subfooter.at_top .one-third:first-child,
.page-id-6249 .l-subheader .w-nav,
.page-id-6249 .l-subheader .w-search,
.page-id-6249 .l-subfooter.at_top .one-third:first-child {
	display: none;
}

.page-id-6249 .l-subfooter.at_top .g-cols.offset_medium>.one-third,
.parent-pageid-6249 .l-subfooter.at_top .g-cols.offset_medium>.one-third {
	width: 43.3333%;
	text-align: center;
}

.parent-pageid-6249 .l-canvas.sidebar_none .l-main-h {
	min-height: 750px;
}

@media (max-width: 1199px) {
	.main-medical-buttons .l-section-h {
		min-height: 350px;
	}
}

.medical-body .l-section-h {
	/* max-width:1140px; */
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 6px;
	padding: 40px;
}

.medical-body-main .l-section-h {
	max-width: 1060px;
	background-color: rgba(255, 255, 255, 0);
}

.medical-buttons .l-section-h {
	text-align: center;
}

.medical-buttons .w-btn-wrapper .w-btn.style_raised {
	margin: 0;
	min-width: 165px;
	font-size: 15px;
	font-weight: bold;
	padding: 15px;
	margin-bottom: 7px;
}

.main-medical-buttons .w-btn-wrapper .w-btn.style_raised {
	margin: 0;
	width: 200px;
	font-size: 14px;
	font-weight: 700;
	padding: 15px;
	margin-bottom: 0px;
	border-radius: 0px;
	text-transform: capitalize;
	text-align: right;
	border-bottom: 1px solid #c76000;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.main-medical-buttons .w-btn-wrapper.align_left {
	display: block;
}

.no-touch .main-medical-buttons button:hover,
.no-touch .main-medical-buttons input[type="submit"]:hover,
.no-touch .main-medical-buttons .w-btn.style_raised:hover,
.no-touch .main-medical-buttons .w-btn.w-blog-post-more:hover {
	background-color: #414141;
	border-bottom: 1px solid #414141;
}

.no-touch .parent-pageid-6249 .w-btn.style_flat:hover {
	background-color: #f37121 !important;
	color: #fff !important;
}

.page-id-6249 .l-header,
.page-id-3643 .l-header,
.parent-pageid-6249 .l-header {
	margin-bottom: 0px !important;
}

.page-id-6249 .textwidget img,
.parent-pageid-6249 .textwidget img {
	width: 35%;
}

.page-id-6249 .one-third .w-image,
.parent-pageid-6249 .one-third .w-image {
	margin-bottom: 0;
}

.page-id-6249 .textwidget .size_medium,
.parent-pageid-6249 .textwidget .size_medium {
	font-size: 14px;
	padding: 8px 15px;
}

.medical-head .l-section-h {
	background-color: rgba(22, 71, 141, 0);
	/* width:50%; */
	margin-left: 20px;
}

.medical-body-main h1 {
	float: right;
	color: #16478d;
	font-size: 36px;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 20px;
	border-radius: 10px;
	width: 69%;
	text-align: right;
}

.job-mail span {
	font-weight: bold;
	width: 150px;
	display: inline-block;
}

.articles {
	display: table;
}

.articles a {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	font-size: 16px;
}

.articles img {
	margin-right: 40px;
	box-shadow: 0px 0px 5px #ccc;
}

.medical-footer span.mf-text {
	font-size: 23px;
	line-height: 33px;
}

.page-id-6249 button.w-btn.color_secondary.style_raised,
.page-id-6249 a.w-btn.color_secondary.style_raised,
.parent-pageid-6249 button.w-btn.color_secondary.style_raised,
.parent-pageid-6249 a.w-btn.color_secondary.style_raised {
	background-color: #0970b9;
}

.page-id-6249 .l-section.medical-head,
.parent-pageid-6249 .l-section.medical-head {
	/* border-bottom: 10px solid #c3121d; */
	border-bottom: none;
}

.page-id-6249 .l-subfooter.at_top,
.parent-pageid-6249 .l-subfooter.at_top {
	border-top: none;
}

.medical-footer-hidden .l-section-h {
	background-color: rgba(22, 71, 141, 0) !important;
}

.main-medical-buttons .w-btn-wrapper .w-btn.style_raised {
	border-bottom: none;
	border-radius: 3px;
}

.no-touch .main-medical-buttons .w-btn.style_raised:hover {
	border-bottom: none;
	background-color: #f37121;
}

.page-id-6249 button.w-btn.color_contrast.style_raised,
.parent-pageid-6249 button.w-btn.color_contrast.style_raised,
.page-id-6249 a.w-btn.color_contrast.style_raised,
.parent-pageid-6249 a.w-btn.color_contrast.style_raised {
	/* background-color: #c3121d; */
	background-color: #f37121;
	margin-bottom: 2px;
}

.page-id-6249 .l-section.medical-foot,
.parent-pageid-6249 .l-section.medical-foot {
	border-top: 10px solid #c3121d;
}

.medical-foot .l-section-h {
	background-color: rgba(22, 71, 141, 0);
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 18px;
	line-height: 26px;
}

.g-cols.offset_medium .wpb_wrapper p:nth-of-type(1) {
	margin: 2px;
}

.l-titlebar.size_medium .l-titlebar-h {
	padding: 40px;
	padding-bottom: 0px;
}


/******http://staging.bhspecialty.com/aus/ ( COUNTRY INDEX PAGES )******/

.page-id-8643 #menu-item-8699.btn.w-nav-item .w-nav-anchor.level_1 {
	background-color: #f37600 !important;
	/*australia*/
}

.page-id-8648 #menu-item-8697.btn.w-nav-item .w-nav-anchor.level_1 {
	background-color: #f37600 !important;
	/*canada*/
}

.page-id-8652 #menu-item-8701.btn.w-nav-item .w-nav-anchor.level_1 {
	background-color: #f37600 !important;
	/*germany*/
}

.page-id-10978 #menu-item-11032.btn.w-nav-item .w-nav-anchor.level_1 {
	background-color: #f37600 !important;
	/*hong kong*/
}

.page-id-8661 #menu-item-8705.btn.w-nav-item .w-nav-anchor.level_1 {
	background-color: #f37600 !important;
	/*new zealand*/
}

.page-id-8665 #menu-item-8707.btn.w-nav-item .w-nav-anchor.level_1 {
	background-color: #f37600 !important;
	/*singapore*/
}

.page-id-9621 #menu-item-9659.btn.w-nav-item .w-nav-anchor.level_1 {
	background-color: #f37600 !important;
	/*singapore*/
}

.int-home .one-quarter .w-image img {
	border-radius: 0;
}

.int-home .full-width {
	position: relative;
	background-color: #0d2044;
}

.int-home .country-home-row {
	background-color: #fff;
	width: 95%;
	margin: 0 auto;
	margin-bottom: 1% !important;
	margin-top: -2%;
	padding: 10px;
	position: relative;
}

.int-home .block {
	display: block;
}

.disp-table {
	display: table;
	min-height: 180px;
}

.disp-table .wpb_text_column,
.disp-table .w-image {
	display: table-cell;
	vertical-align: middle;
}

.disp-table.one-half {
	padding: 0 40px 0 0;
}

.disp-table .w-image {
	text-align: center;
}

.disp-table .w-image img {
	width: 100%;
	max-width: 300px;
}

.disp-table h1 {
	font-size: 28px;
	text-align: center;
	color: #f37600;
	font-weight: bold;
	border-bottom: 5px solid #f37600;
	padding-bottom: 10px;
}

.disp-table h2 {
	font-size: 14px;
	text-align: center;
	color: #16478d;
	font-weight: bold;
}

@media (min-width:768px) and (max-width:1368px) {
	.disp-table {
		min-height: 155px;
	}
}

@media screen and (max-width: 768px) {
	.disp-table {
		min-height: 70px;
	}

	.disp-table.one-half {
		padding: 0;
	}
}

.no-touch .w-btn.style_flat:hover {
	background-color: #f37600 !important;
	color: #fff !important;
}

/******END******/


@media (max-width: 2048px) and (min-width: 1800px) {
	.main-medical-buttons .l-section-h {
		min-height: 1000px;
	}
}

@media (max-width: 1367px) and (min-width: 1198px) {
	.medical-footer span.mf-text {
		font-size: 20px;
		line-height: 30px;
	}

	.main-medical-buttons .l-section-h {
		min-height: 550px;
	}
}

@media (max-width: 1199px) and (min-width: 768px) {
	.medical-head .l-section-h {
		width: 75%;
	}

	.medical-footer span.mf-text {
		font-size: 19px;
		line-height: 28px;
	}

	.main-medical-buttons .l-section-h {
		min-height: 450px;
	}
}

@media (max-width: 800px) {

	.page-id-6249 .g-html .wpb_text_column h3:last-child,
	.parent-pageid-6249 .g-html .wpb_text_column h3:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.parent-pageid-6249 .medical-body {
		width: 100%;
	}

	.parent-pageid-6249 .main-medical-buttons {
		width: 100%;
	}

	.parent-pageid-6249 .main-medical-buttons .l-section-h {
		text-align: center;
	}

	.parent-pageid-6249 .main-medical-buttons .w-btn-wrapper.align_left {
		display: inline-block;
		margin-bottom: 6px;
	}

	.parent-pageid-6249 .main-medical-buttons .w-btn-wrapper .w-btn.style_raised {
		text-align: center;
		width: auto;
		padding: auto;
		font-size: 13px;
	}

	.medical-footer .l-section-h {
		width: 100% !important;
	}

	.medical-footer span.mf-text {
		font-size: 14px;
		line-height: 20px;
	}

	.medical-foot .l-section-h {
		width: 100%;
		font-size: 14px;
		line-height: 22px;
	}
}

@media (max-width: 1024px) and (min-width: 600px) {
	.main-medical-buttons .l-section-h {
		padding: 0;
	}
}

@media (max-width: 800px) {
	.medical-head .l-section-h {
		width: 100%;
	}

	.medical-buttons .w-btn.style_raised {
		width: 126px;
	}

	.medical-head .wpb_wrapper h3 {
		font-size: 24px;
	}

	.medical-body-main h1 {
		font-size: 30px;
		text-align: center;
		float: none;
		width: 100%;
	}
}

.w-btn,
button,
input[type="submit"] {
	padding: 11px 15px;
}

.home-video {
	width: 100%;
}

.home-video .wpb_text_column {
	max-width: 1085px !important;
	/*width:51%;
	right: 85px !important;*/
}

@media(max-width:1366px) {
	.home-video {
		width: 94%;
		padding: 0;
	}
}

.page-id-16846.l-body {
	background-image: url(/wp-content/uploads/2019/01/shutterstock_373429612_dubai-11.jpg);
	background-size: auto;
}


.w-tabs-list.items_5 {
	width: 95%;
	margin: 0 auto;
}


/* style add for career page */

#career-filter {
	/*border: 4px solid red;*/
	width: 90%;
	margin-top: 20px;
}

.career-filter_tbl {
	border: 1px solid #5bc0de;
}

#career-filter>tbody {
	background: white !important;
}

.renderposts {
	width: 90%;
	background: white !important;
}

.renderposts>tbody {
	background: white !important;
}

.apply_btn {
	margin-left: 40px;
}

.tr-post {
	border-top: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
}

.tr-post:last-of-type {
	border-bottom: 1px solid #D8D8D8;
}

.tr-post:hover {
	border: 2px solid #5bc0de;
}

.btn-container {
	padding-top: 8px;
}



.career-reset {
	margin-top: 12px;
	margin-bottom: 16px;
}


.filterCountry,
.filterDepartment,
.filterLocation {
	position: relative;
	bottom: 20px;
	right: 44px;
}

.apply-btn {
	padding-left: 0px;
}

.apply-btn_btn {
	margin-left: 0px;
}

.job__title {
	font-size: 20px;
}

.job_location {
	font-size: 16px;
}

/*hnnn*/


/* tthought leadership */

.tl__filter {
	width: 400px;
}

.tl__container {
	width: 100%;
	/* margin:10px auto; */
	display: flex;
	/* or inline-flex */
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.column_l {
	width: 29%;
	/*margin-left:12px;*/
	margin-top: 12px;
}

.tl__description {
	font-size: 16px;
	padding: 10px;
}

.tcard {
	width: 350px;
}

.tcardimg {
	max-width: 100%;
	max-height: 100%;
	width: 340px;
	aspect-ratio: auto 641 / 330;
	height: 180px;
	background-size: cover;
}

.tl__filter_table>tbody {
	background: white !important;
	border: 1px solid white;
}

.tl__dropdown_table>tbody {
	background: white !important;
	border: 1px solid white;
}

.tl__select {
	width: 100px;
	position: relative;
	top: -14px;
}

.leadership_image {
	margin-bottom: 4px !important;
}

@media only screen and (max-width: 600px) {
	.tl__container {
		display: block;

	}

	.column_l {
		width: 40%;
		/* margin-left: 12px; */
		/* margin-top: 12px; */
		margin: 10px auto;
	}

	.tcard {
		width: 300px;
		margin: 0px auto;
	}

	.tl__filter {
		margin-top: 12px;
	}


}


@media only screen and (max-width: 900px) {
	.tl__container {
		display: block;

	}

	.column_l {
		width: 90%;
		/* margin-left: 12px; */
		/* margin-top: 12px; */
		margin: 10px auto;
	}

	.tcard {
		width: 300px;
		margin: 0px auto;
	}
}

/* msl style */

.mslwidth {
    width: fit-content !important;
}

.main-medical-buttons .w-btn-wrapper .w-btn.style_raised {
    margin: 0;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    padding: 13px;
    margin-bottom: 0px;
    border-radius: 0px;
    text-transform: capitalize;
    text-align: left;
    letter-spacing: 2px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

/* set ESL bugs on EDge browser through media query */
@media (min-width:1872px) {
    .main-medical-buttons .w-btn-wrapper .w-btn.style_raised {
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        padding: 12px;
        margin-bottom: 0px;
        border-radius: 0px;
        text-transform: capitalize;
        text-align: left;
        letter-spacing: 2px;
        border-bottom: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .why-bhsi-paragraph {
        font-size: 18px;
        line-height: 1.30;
        color: #0d2b51;
        margin-bottom: 30px !important;
    }

    .sectionh-button {
        width: auto !important;
    }

    .p-page .wpb_wrapper h3 {
        font-size: 30px;
    }

    .mt-0 {
        margin-top: 0px !important;
    }

    .navigation-menu-buttons {
        float: none !important;
        max-width: 1340px;
    }
}

/* msl style end */
