
img {
	border: 0;
	height: auto;
	max-width: 100%;
	}
svg:not(:root) {
	overflow: hidden;
	}
figure {
	margin: 1em 40px;
	}


/* Basic Layout
   ========================================================================== */
   
.l-canvas {
	overflow: hidden;
	margin: 0 auto;
	}
	.l-titlebar {
		position: relative;
		z-index: 1;
		}
		.l-titlebar-img {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background-position: center center;
			background-size: cover;
			opacity: 0;
			transition: opacity 0.5s;
			}
		.l-titlebar-img.loaded {
			opacity: 1;
			}
		.l-titlebar-overlay {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			}
		.l-titlebar-h {
			position: relative;
			z-index: 1;
			margin: 0 auto;
			}
	.l-main-h {
		margin: 0 auto;
		}
		.l-section {
			position: relative;
			margin: 0 auto;
			}
			.l-section:before {
				content: '';
				display: table;
				}
			.l-section-img {
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				background-position: center center;
				background-size: cover;
				opacity: 0;
				transition: opacity 0.5s;
				}
			.l-section-img.loaded {
				opacity: 1;
				}
			.l-section-video {
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				}
				.l-section-video .mejs-offscreen,
				.l-section-video .mejs-controls {
					display: none !important;
					}
			.l-section-overlay {
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				}
			.l-section-h {
				position: relative;
				z-index: 1;
				margin: 0 auto;
				}
.l-subfooter {
	position: relative;
	margin: 0 auto;
	}
	.l-subfooter-h {
		margin: 0 auto;
		}


	
/* VC Columns
   ========================================================================== */
   
.g-cols:after {
	display: block;
	content: '';
	clear: both;
	}
.g-cols > div {
	float: left;
	}

/* OFFSET: small */
.g-cols.offset_small {
	margin: 0 -25px;
	}
.g-cols.offset_small > div {
	padding-left: 25px;
	padding-right: 25px;
	}
.g-cols.offset_small > div.vc_col-has-fill {
	padding-top: 25px;
	padding-bottom: 25px;
	}

/* OFFSET: medium */
.g-cols.offset_medium {
	margin: 0 -35px;
	}
.g-cols.offset_medium > div {
	padding-left: 35px;
	padding-right: 35px;
	}
.g-cols.offset_medium > div.vc_col-has-fill {
	padding-top: 35px;
	padding-bottom: 35px;
	}
	
/* OFFSET: large */
.g-cols.offset_large {
	margin: 0 -45px;
	}
.g-cols.offset_large > div {
	padding-left: 45px;
	padding-right: 45px;
	}
.g-cols.offset_large > div.vc_col-has-fill {
	padding-top: 45px;
	padding-bottom: 45px;
	}

/* RESET MARGINS custom class */
.l-section.reset-margins .l-section-h > .g-cols {
	margin: 0;
	}

/* OFFSET: none */
.g-cols.offset_none {
	display: flex;
	flex-wrap: wrap;
	}
	.g-cols.offset_none > div {
		display: flex;
		flex-direction: column;
		justify-content: center;
		background-position: center center !important;
		background-size: cover !important;
		padding: 4em;
		}
	@media (min-width: 1601px) {
	.l-section.width_full > .l-section-h > .g-cols.offset_none > div {
		padding: 7em;
		}
	}
	@media (min-width: 1280px) and (max-width: 1600px) {
	.l-section.width_full > .l-section-h > .g-cols.offset_none > div {
		padding: 5em;
		}
	}

/* VALIGN: top, middle, bottom */
.g-cols.valign_top,
.g-cols.valign_middle,
.g-cols.valign_bottom {
	display: flex;
	flex-wrap: wrap;
	}
	.g-cols.valign_top > div,
	.g-cols.valign_middle > div,
	.g-cols.valign_bottom > div {
		display: flex;
		flex-direction: column;
		}
	.g-cols.valign_top > div {
		justify-content: flex-start;
		}
	.g-cols.valign_middle > div {
		justify-content: center;
		}
	.g-cols.valign_bottom > div {
		justify-content: flex-end;
		}
		
/* Fix for columns when VC default styles enabled */
.vc_column-inner {
	padding: 0 !important;
	}

/* SIZING */
.vc_col-xs-1 { width: 8.3333%; }
.vc_col-xs-2 { width: 16.6666%; }
.vc_col-xs-3 { width: 25%; }
.vc_col-xs-4 { width: 33.3333%; }
.vc_col-xs-5 { width: 41.6666%; }
.vc_col-xs-6 { width: 50%; }
.vc_col-xs-7 { width: 58.3333%; }
.vc_col-xs-8 { width: 66.6666%; }
.vc_col-xs-9 { width: 75%; }
.vc_col-xs-10 { width: 83.3333%; }
.vc_col-xs-11 { width: 91.6666%; }
.vc_col-xs-12 { width: 100%; }
.vc_col-xs-offset-0 { margin-left: 0; }
.vc_col-xs-offset-1 { margin-left: 8.3333%; }
.vc_col-xs-offset-2 { margin-left: 16.6666%; }
.vc_col-xs-offset-3 { margin-left: 25%; }
.vc_col-xs-offset-4 { margin-left: 33.3333%; }
.vc_col-xs-offset-5 { margin-left: 41.6666%; }
.vc_col-xs-offset-6 { margin-left: 50%; }
.vc_col-xs-offset-7 { margin-left: 58.3333%; }
.vc_col-xs-offset-8 { margin-left: 66.6666%; }
.vc_col-xs-offset-9 { margin-left: 75%; }
.vc_col-xs-offset-10 { margin-left: 83.3333%; }
.vc_col-xs-offset-11 { margin-left: 91.6666%; }
.vc_col-xs-offset-12 { margin-left: 100%; }

@media (min-width: 768px) {
.vc_col-sm-1 { width: 8.3333%; }
.vc_col-sm-2 { width: 16.6666%; }
.vc_col-sm-3 { width: 25%; }
.vc_col-sm-4 { width: 33.3333%; }
.vc_col-sm-5 { width: 41.6666%; }
.vc_col-sm-6 { width: 50%; }
.vc_col-sm-7 { width: 58.3333%; }
.vc_col-sm-8 { width: 66.6666%; }
.vc_col-sm-9 { width: 75%; }
.vc_col-sm-10 { width: 83.3333%; }
.vc_col-sm-11 { width: 91.6666%; }
.vc_col-sm-12 { width: 100%; }
.vc_col-sm-offset-0 { margin-left: 0; }
.vc_col-sm-offset-1 { margin-left: 8.3333%; }
.vc_col-sm-offset-2 { margin-left: 16.6666%; }
.vc_col-sm-offset-3 { margin-left: 25%; }
.vc_col-sm-offset-4 { margin-left: 33.3333%; }
.vc_col-sm-offset-5 { margin-left: 41.6666%; }
.vc_col-sm-offset-6 { margin-left: 50%; }
.vc_col-sm-offset-7 { margin-left: 58.3333%; }
.vc_col-sm-offset-8 { margin-left: 66.6666%; }
.vc_col-sm-offset-9 { margin-left: 75%; }
.vc_col-sm-offset-10 { margin-left: 83.3333%; }
.vc_col-sm-offset-11 { margin-left: 91.6666%; }
.vc_col-sm-offset-12 { margin-left: 100%; }
}
@media (min-width: 901px) {
.vc_col-md-1 { width: 8.3333%; }
.vc_col-md-2 { width: 16.6666%; }
.vc_col-md-3 { width: 25%; }
.vc_col-md-4 { width: 33.3333%; }
.vc_col-md-5 { width: 41.6666%; }
.vc_col-md-6 { width: 50%; }
.vc_col-md-7 { width: 58.3333%; }
.vc_col-md-8 { width: 66.6666%; }
.vc_col-md-9 { width: 75%; }
.vc_col-md-10 { width: 83.3333%; }
.vc_col-md-11 { width: 91.6666%; }
.vc_col-md-12 { width: 100%; }
.vc_col-md-offset-0 { margin-left: 0; }
.vc_col-md-offset-1 { margin-left: 8.3333%; }
.vc_col-md-offset-2 { margin-left: 16.6666%; }
.vc_col-md-offset-3 { margin-left: 25%; }
.vc_col-md-offset-4 { margin-left: 33.3333%; }
.vc_col-md-offset-5 { margin-left: 41.6666%; }
.vc_col-md-offset-6 { margin-left: 50%; }
.vc_col-md-offset-7 { margin-left: 58.3333%; }
.vc_col-md-offset-8 { margin-left: 66.6666%; }
.vc_col-md-offset-9 { margin-left: 75%; }
.vc_col-md-offset-10 { margin-left: 83.3333%; }
.vc_col-md-offset-11 { margin-left: 91.6666%; }
.vc_col-md-offset-12 { margin-left: 100%; }
}
@media (min-width: 1280px) {
.vc_col-lg-1 { width: 8.3333%; }
.vc_col-lg-2 { width: 16.6666%; }
.vc_col-lg-3 { width: 25%; }
.vc_col-lg-4 { width: 33.3333%; }
.vc_col-lg-5 { width: 41.6666%; }
.vc_col-lg-6 { width: 50%; }
.vc_col-lg-7 { width: 58.3333%; }
.vc_col-lg-8 { width: 66.6666%; }
.vc_col-lg-9 { width: 75%; }
.vc_col-lg-10 { width: 83.3333%; }
.vc_col-lg-11 { width: 91.6666%; }
.vc_col-lg-12 { width: 100%; }
.vc_col-lg-offset-0 { margin-left: 0; }
.vc_col-lg-offset-1 { margin-left: 8.3333%; }
.vc_col-lg-offset-2 { margin-left: 16.6666%; }
.vc_col-lg-offset-3 { margin-left: 25%; }
.vc_col-lg-offset-4 { margin-left: 33.3333%; }
.vc_col-lg-offset-5 { margin-left: 41.6666%; }
.vc_col-lg-offset-6 { margin-left: 50%; }
.vc_col-lg-offset-7 { margin-left: 58.3333%; }
.vc_col-lg-offset-8 { margin-left: 66.6666%; }
.vc_col-lg-offset-9 { margin-left: 75%; }
.vc_col-lg-offset-10 { margin-left: 83.3333%; }
.vc_col-lg-offset-11 { margin-left: 91.6666%; }
.vc_col-lg-offset-12 { margin-left: 100%; }
.g-cols > .wpb_column.vc_hidden-lg { display: none !important; }
}
@media (max-width: 767px) {
.g-cols > .wpb_column.vc_hidden-xs { display: none !important; }
}
@media (min-width: 768px) and (max-width: 900px) {
.g-cols > .wpb_column.vc_hidden-sm { display: none !important; }
}
@media (min-width: 901px) and (max-width: 1279px) {
.g-cols > .wpb_column.vc_hidden-md { display: none !important; }
}



/* IconBox
   ========================================================================== */
   
.w-iconbox {
	position: relative;
	}
	.w-iconbox-link {
		display: inline;
		}
		.w-iconbox-icon {
			text-align: center;
			margin: 0 auto;
			}
			.w-iconbox-icon i {
				vertical-align: top;
				line-height: inherit;
				}
			.w-iconbox-icon img {
				vertical-align: middle;
				line-height: inherit;
				position: relative;
				}
		.w-iconbox .w-iconbox-title {
			margin-bottom: 0;
			}

/* ICONPOS top */
.w-iconbox.iconpos_top {
	text-align: center;
	margin: 0 auto;
	}

/* ICONPOS left */
.w-iconbox.iconpos_left {
	text-align: left;
	}
	.w-iconbox.iconpos_left:after {
		display: table;
		content: '';
		clear: both;
		}
	.w-iconbox.iconpos_left .w-iconbox-icon {
		float: left;
		}
		
/* ICONTYPE img */
.w-iconbox.icontype_img .w-iconbox-icon {
	font-size: 0 !important;
	}

	
	