img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -.1em !important;
	background: 0 0 !important;
	padding: 0 !important
}

:root {
	--wp-admin-theme-color: #007cba;
	--wp-admin-theme-color-darker-10: #006ba1;
	--wp-admin-theme-color-darker-20: #005a87
}

#start-resizable-editor-section {
	display: none
}

.wp-block-audio figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}

.wp-block-audio audio {
	width: 100%;
	min-width: 300px
}

.wp-block-button__link {
	color: #fff;
	background-color: #32373c;
	border: none;
	border-radius: 1.55em;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1.125em;
	padding: .667em 1.333em;
	text-align: center;
	text-decoration: none;
	overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
	color: #fff
}

.wp-block-button__link.aligncenter {
	text-align: center
}

.wp-block-button__link.alignright {
	text-align: right
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
	border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
	border-radius: 0!important
}

.is-style-outline>.wp-block-button__link,
.wp-block-button__link.is-style-outline {
	border: 2px solid
}

.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
	color: #32373c
}

.is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
	background-color: transparent
}

.wp-block-buttons .wp-block-button {
	display: inline-block;
	margin-right: .5em;
	margin-bottom: .5em
}

.wp-block-buttons .wp-block-button:last-child {
	margin-right: 0
}

.wp-block-buttons.alignright .wp-block-button {
	margin-right: 0;
	margin-left: .5em
}

.wp-block-buttons.alignright .wp-block-button:first-child {
	margin-left: 0
}

.wp-block-buttons.alignleft .wp-block-button {
	margin-left: 0;
	margin-right: .5em
}

.wp-block-buttons.alignleft .wp-block-button:last-child {
	margin-right: 0
}

.wp-block-button.aligncenter,
.wp-block-buttons.aligncenter,
.wp-block-calendar {
	text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
	padding: .25em;
	border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
	border: none
}

.wp-block-calendar table {
	width: 100%;
	border-collapse: collapse
}

.wp-block-calendar table th {
	font-weight: 400;
	background: #ddd
}

.wp-block-calendar a {
	text-decoration: underline
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
	color: #40464d
}

.wp-block-categories.alignleft {
	margin-right: 2em
}

.wp-block-categories.alignright {
	margin-left: 2em
}

.wp-block-code code {
	white-space: pre-wrap;
	overflow-wrap: break-word
}

.wp-block-columns {
	display: flex;
	margin-bottom: 1.75em;
	flex-wrap: wrap
}

@media (min-width:782px) {
	.wp-block-columns {
		flex-wrap: nowrap
	}
}

.wp-block-columns.has-background {
	padding: 1.25em 2.375em
}

.wp-block-columns.are-vertically-aligned-top {
	align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
	align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
	align-items: flex-end
}

.wp-block-column {
	flex-grow: 1;
	min-width: 0;
	word-break: break-word;
	overflow-wrap: break-word
}

@media (max-width:599px) {
	.wp-block-column {
		flex-basis: 100%!important
	}
}

@media (min-width:600px) and (max-width:781px) {
	.wp-block-column:not(:only-child) {
		flex-basis: calc(50% - 1em)!important;
		flex-grow: 0
	}
	.wp-block-column:nth-child(2n) {
		margin-left: 2em
	}
}

@media (min-width:782px) {
	.wp-block-column {
		flex-basis: 0;
		flex-grow: 1
	}
	.wp-block-column[style*=flex-basis] {
		flex-grow: 0
	}
	.wp-block-column:not(:first-child) {
		margin-left: 2em
	}
}

.wp-block-column.is-vertically-aligned-top {
	align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
	-ms-grid-row-align: center;
	align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
	align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
	width: 100%
}

.wp-block-cover,
.wp-block-cover-image {
	position: relative;
	background-size: cover;
	background-position: 50%;
	min-height: 430px;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	box-sizing: border-box
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
	background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {
	.wp-block-cover-image.has-parallax,
	.wp-block-cover.has-parallax {
		background-attachment: scroll
	}
}

@media (prefers-reduced-motion:reduce) {
	.wp-block-cover-image.has-parallax,
	.wp-block-cover.has-parallax {
		background-attachment: scroll
	}
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated {
	background-repeat: repeat;
	background-size: auto
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
	background-color: #000
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
	content: "";
	background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
	opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
	opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
	opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
	opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
	opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
	opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
	opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
	opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
	opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
	opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	max-width: 290px;
	width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
	display: block;
	content: "";
	font-size: 0;
	min-height: inherit
}

@supports (position:sticky) {
	.wp-block-cover-image:after,
	.wp-block-cover:after {
		content: none
	}
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	width: 100%;
	z-index: 1;
	color: #fff
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
	color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
	align-items: flex-start;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
	align-items: flex-start;
	justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
	align-items: flex-start;
	justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
	align-items: center;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
	align-items: center;
	justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
	align-items: center;
	justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
	align-items: flex-end;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
	align-items: flex-end;
	justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
	align-items: flex-end;
	justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
	margin: 0;
	width: auto
}

.wp-block-cover__video-background {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	z-index: 0;
	-o-object-fit: cover;
	object-fit: cover
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
	color: #fff
}

.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
	color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
	justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
	justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
	margin-left: 0;
	text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
	margin-right: 0;
	text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
	font-size: 2em;
	line-height: 1.25;
	z-index: 1;
	margin-bottom: 0;
	max-width: 580px;
	padding: .44em;
	text-align: center
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
	max-width: 360px;
	width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
	min-width: 280px
}

.wp-block-embed {
	margin-bottom: 1em
}

.wp-block-embed figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}

.wp-block-embed iframe {
	max-width: 100%
}

.wp-block-embed__wrapper {
	position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
	content: "";
	display: block;
	padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
	padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
	padding-top: 200%
}

.wp-block-file {
	margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
	text-align: center
}

.wp-block-file.alignright {
	text-align: right
}

.wp-block-file .wp-block-file__button {
	background: #32373c;
	border-radius: 2em;
	color: #fff;
	font-size: .8em;
	padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
	text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
	box-shadow: none;
	color: #fff;
	opacity: .85;
	text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
	margin-left: .75em
}

.blocks-gallery-grid,
.wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	margin: 0 1em 1em 0;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: calc(50% - 1em)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 0
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
	margin: 0;
	height: 100%
}

@supports (position:sticky) {
	.blocks-gallery-grid .blocks-gallery-image figure,
	.blocks-gallery-grid .blocks-gallery-item figure,
	.wp-block-gallery .blocks-gallery-image figure,
	.wp-block-gallery .blocks-gallery-item figure {
		display: flex;
		align-items: flex-end;
		justify-content: flex-start
	}
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%
}

@supports (position:sticky) {
	.blocks-gallery-grid .blocks-gallery-image img,
	.blocks-gallery-grid .blocks-gallery-item img,
	.wp-block-gallery .blocks-gallery-image img,
	.wp-block-gallery .blocks-gallery-item img {
		width: auto
	}
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 3em .77em .7em;
	color: #fff;
	text-align: center;
	font-size: .8em;
	background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
	box-sizing: border-box;
	margin: 0
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
	display: inline
}

.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
	flex-grow: 1
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
	width: 100%
}

@supports (position:sticky) {
	.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
	.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
	.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
	.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
	.wp-block-gallery.is-cropped .blocks-gallery-image a,
	.wp-block-gallery.is-cropped .blocks-gallery-image img,
	.wp-block-gallery.is-cropped .blocks-gallery-item a,
	.wp-block-gallery.is-cropped .blocks-gallery-item img {
		height: 100%;
		flex: 1;
		-o-object-fit: cover;
		object-fit: cover
	}
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
	width: 100%;
	margin-right: 0
}

@media (min-width:600px) {
	.blocks-gallery-grid.columns-3 .blocks-gallery-image,
	.blocks-gallery-grid.columns-3 .blocks-gallery-item,
	.wp-block-gallery.columns-3 .blocks-gallery-image,
	.wp-block-gallery.columns-3 .blocks-gallery-item {
		width: calc(33.33333% - .66667em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-4 .blocks-gallery-image,
	.blocks-gallery-grid.columns-4 .blocks-gallery-item,
	.wp-block-gallery.columns-4 .blocks-gallery-image,
	.wp-block-gallery.columns-4 .blocks-gallery-item {
		width: calc(25% - .75em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-5 .blocks-gallery-image,
	.blocks-gallery-grid.columns-5 .blocks-gallery-item,
	.wp-block-gallery.columns-5 .blocks-gallery-image,
	.wp-block-gallery.columns-5 .blocks-gallery-item {
		width: calc(20% - .8em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-6 .blocks-gallery-image,
	.blocks-gallery-grid.columns-6 .blocks-gallery-item,
	.wp-block-gallery.columns-6 .blocks-gallery-image,
	.wp-block-gallery.columns-6 .blocks-gallery-item {
		width: calc(16.66667% - .83333em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-7 .blocks-gallery-image,
	.blocks-gallery-grid.columns-7 .blocks-gallery-item,
	.wp-block-gallery.columns-7 .blocks-gallery-image,
	.wp-block-gallery.columns-7 .blocks-gallery-item {
		width: calc(14.28571% - .85714em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-8 .blocks-gallery-image,
	.blocks-gallery-grid.columns-8 .blocks-gallery-item,
	.wp-block-gallery.columns-8 .blocks-gallery-image,
	.wp-block-gallery.columns-8 .blocks-gallery-item {
		width: calc(12.5% - .875em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
	.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
	.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
	.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
		margin-right: 0
	}
	.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
	.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
	.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
	.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
		margin-right: 0
	}
	.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
	.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
	.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
	.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
		margin-right: 0
	}
	.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
	.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
	.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
	.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
		margin-right: 0
	}
	.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
	.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
	.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
	.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
		margin-right: 0
	}
	.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
	.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
	.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
	.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
		margin-right: 0
	}
	.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
	.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
	.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
	.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
		margin-right: 0
	}
	.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
	.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
	.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
	.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
		margin-right: 0
	}
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
	margin-right: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
	max-width: 290px;
	width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
	justify-content: center
}

.wp-block-group {
	box-sizing: border-box
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
	padding: 1.25em 2.375em
}

.wp-block-image {
	margin-bottom: 1em
}

.wp-block-image img {
	max-width: 100%
}

.wp-block-image.aligncenter {
	text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
	width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright {
	display: table
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption {
	display: table-caption;
	caption-side: bottom
}

.wp-block-image .alignleft {
	float: left;
	margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
	float: right;
	margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto
}

.wp-block-image figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}

.is-style-circle-mask img,
.is-style-rounded img {
	border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
	.is-style-circle-mask img {
		-webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-mode: alpha;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain;
		-webkit-mask-position: center;
		mask-position: center;
		border-radius: 0
	}
}

.wp-block-latest-comments__comment {
	line-height: 1.1;
	list-style: none;
	margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
	min-height: 2.25em;
	list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 3.25em
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
	line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: .875em;
	line-height: 1.8;
	margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
	display: block;
	font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	width: 2.5em
}

.wp-block-latest-posts.alignleft {
	margin-right: 2em
}

.wp-block-latest-posts.alignright {
	margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	clear: both
}

.wp-block-latest-posts.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0
}

.wp-block-latest-posts.is-grid li {
	margin: 0 1.25em 1.25em 0;
	width: 100%
}

@media (min-width:600px) {
	.wp-block-latest-posts.columns-2 li {
		width: calc(50% - .625em)
	}
	.wp-block-latest-posts.columns-2 li:nth-child(2n) {
		margin-right: 0
	}
	.wp-block-latest-posts.columns-3 li {
		width: calc(33.33333% - .83333em)
	}
	.wp-block-latest-posts.columns-3 li:nth-child(3n) {
		margin-right: 0
	}
	.wp-block-latest-posts.columns-4 li {
		width: calc(25% - .9375em)
	}
	.wp-block-latest-posts.columns-4 li:nth-child(4n) {
		margin-right: 0
	}
	.wp-block-latest-posts.columns-5 li {
		width: calc(20% - 1em)
	}
	.wp-block-latest-posts.columns-5 li:nth-child(5n) {
		margin-right: 0
	}
	.wp-block-latest-posts.columns-6 li {
		width: calc(16.66667% - 1.04167em)
	}
	.wp-block-latest-posts.columns-6 li:nth-child(6n) {
		margin-right: 0
	}
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
	display: block;
	color: #555;
	font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
	margin-top: .5em;
	margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
	display: inline-block
}

.wp-block-latest-posts__featured-image img {
	height: auto;
	width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
	margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
	margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
	margin-bottom: 1em;
	text-align: center
}

.block-editor-image-alignment-control__row .components-base-control__field {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
	margin-bottom: 0
}

ol.has-background,
ul.has-background {
	padding: 1.25em 2.375em
}

.wp-block-media-text {
	/*!rtl:begin:ignore*/
	direction: ltr;
	/*!rtl:end:ignore*/
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 50% 1fr;
	grid-template-columns: 50% 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
	-ms-grid-columns: 1fr 50%;
	grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
	-ms-grid-row-align: start;
	align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
	-ms-grid-row-align: center;
	align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
	-ms-grid-row-align: end;
	align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1;
	/*!rtl:end:ignore*/
	margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
	direction: ltr;
	/*!rtl:begin:ignore*/
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 1;
	grid-row: 1;
	/*!rtl:end:ignore*/
	padding: 0 8%;
	word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 1;
	grid-row: 1
	/*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	/*!rtl:begin:ignore*/
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1
	/*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
	max-width: unset;
	width: 100%;
	vertical-align: middle
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
	height: 100%;
	min-height: 250px;
	background-size: cover
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

@media (max-width:600px) {
	.wp-block-media-text.is-stacked-on-mobile {
		-ms-grid-columns: 100%!important;
		grid-template-columns: 100%!important
	}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 1;
		grid-row: 1
	}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 2;
		grid-row: 2
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link:not(.has-text-color) {
	color: #1e1e1e
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
	background-color: #fff
}

.items-justified-left>ul {
	justify-content: flex-start
}

.items-justified-center>ul {
	justify-content: center
}

.items-justified-right>ul {
	justify-content: flex-end
}

.wp-block-navigation-link {
	display: flex;
	align-items: center;
	position: relative;
	margin: 0
}

.wp-block-navigation-link .wp-block-navigation__container:empty {
	display: none
}

.wp-block-navigation__container {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap
}

.is-vertical .wp-block-navigation__container {
	display: block
}

.has-child>.wp-block-navigation-link__content {
	padding-right: .5em
}

.has-child .wp-block-navigation__container {
	border: 1px solid rgba(0, 0, 0, .15);
	background-color: inherit;
	color: inherit;
	position: absolute;
	left: 0;
	top: 100%;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 2;
	opacity: 0;
	transition: opacity .1s linear;
	visibility: hidden
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content {
	flex-grow: 1
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon {
	padding-right: .5em
}

@media (min-width:782px) {
	.has-child .wp-block-navigation__container {
		left: 1.5em
	}
	.has-child .wp-block-navigation__container .wp-block-navigation__container {
		left: 100%;
		top: -1px
	}
	.has-child .wp-block-navigation__container .wp-block-navigation__container:before {
		content: "";
		position: absolute;
		right: 100%;
		height: 100%;
		display: block;
		width: .5em;
		background: transparent
	}
	.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
		transform: rotate(0)
	}
}

.has-child:hover {
	cursor: pointer
}

.has-child:hover>.wp-block-navigation__container {
	visibility: visible;
	opacity: 1;
	display: flex;
	flex-direction: column
}

.has-child:focus-within {
	cursor: pointer
}

.has-child:focus-within>.wp-block-navigation__container {
	visibility: visible;
	opacity: 1;
	display: flex;
	flex-direction: column
}

.wp-block-navigation-link__content {
	color: inherit;
	text-decoration: none;
	padding: .5em 1em
}

.wp-block-navigation-link__content+.wp-block-navigation-link__content {
	padding-top: 0
}

.has-text-color .wp-block-navigation-link__content {
	color: inherit
}

.wp-block-navigation-link__label {
	word-break: normal;
	overflow-wrap: break-word
}

.wp-block-navigation-link__submenu-icon {
	height: inherit;
	padding: .375em 1em .375em 0
}

.wp-block-navigation-link__submenu-icon svg {
	fill: currentColor
}

@media (min-width:782px) {
	.wp-block-navigation-link__submenu-icon svg {
		transform: rotate(90deg)
	}
}

.is-small-text {
	font-size: .875em
}

.is-regular-text {
	font-size: 1em
}

.is-large-text {
	font-size: 2.25em
}

.is-larger-text {
	font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 8.4em;
	line-height: .68;
	font-weight: 100;
	margin: .05em .1em 0 0;
	text-transform: uppercase;
	font-style: normal
}

p.has-background {
	padding: 1.25em 2.375em
}

p.has-text-color a {
	color: inherit
}

.wp-block-post-author {
	display: flex;
	flex-wrap: wrap
}

.wp-block-post-author__byline {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	font-size: .5em
}

.wp-block-post-author__avatar {
	margin-right: 1em
}

.wp-block-post-author__bio {
	margin-bottom: .7em;
	font-size: .7em
}

.wp-block-post-author__content {
	flex-grow: 1;
	flex-basis: 0
}

.wp-block-post-author__name {
	font-weight: 700;
	margin: 0
}

.wp-block-pullquote {
	padding: 3em 0;
	margin-left: 0;
	margin-right: 0;
	text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	max-width: 290px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: 1.25em
}

.wp-block-pullquote p {
	font-size: 1.75em;
	line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
	position: relative
}

.wp-block-pullquote .has-text-color a {
	color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
	background: none
}

.wp-block-pullquote.is-style-solid-color {
	border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2em
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	text-transform: none;
	font-style: normal
}

.wp-block-pullquote cite {
	color: inherit
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin-bottom: 1em;
	padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 1.125em;
	text-align: right
}

.wp-block-rss.alignleft {
	margin-right: 2em
}

.wp-block-rss.alignright {
	margin-left: 2em
}

.wp-block-rss.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none
}

.wp-block-rss.is-grid li {
	margin: 0 1em 1em 0;
	width: 100%
}

@media (min-width:600px) {
	.wp-block-rss.columns-2 li {
		width: calc(50% - 1em)
	}
	.wp-block-rss.columns-3 li {
		width: calc(33.33333% - 1em)
	}
	.wp-block-rss.columns-4 li {
		width: calc(25% - 1em)
	}
	.wp-block-rss.columns-5 li {
		width: calc(20% - 1em)
	}
	.wp-block-rss.columns-6 li {
		width: calc(16.66667% - 1em)
	}
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
	display: block;
	color: #555;
	font-size: .8125em
}

.wp-block-search .wp-block-search__inside-wrapper {
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	max-width: 100%
}

.wp-block-search .wp-block-search__label {
	width: 100%
}

.wp-block-search .wp-block-search__input {
	flex-grow: 1;
	min-width: 3em;
	border: 1px solid #949494
}

.wp-block-search .wp-block-search__button {
	margin-left: .625em;
	word-break: normal
}

.wp-block-search .wp-block-search__button svg {
	min-width: 1.5em;
	min-height: 1.5em
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
	margin-left: 0
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	padding: 4px;
	border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	border-radius: 0;
	border: none;
	padding: 0 0 0 .25em
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
	outline: none
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
	padding: .125em .5em
}

.wp-block-separator.is-style-wide {
	border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
	background: none!important;
	border: none;
	text-align: center;
	max-width: none;
	line-height: 1;
	height: auto
}

.wp-block-separator.is-style-dots:before {
	content: "\00b7 \00b7 \00b7";
	color: currentColor;
	font-size: 1.5em;
	letter-spacing: 2em;
	padding-left: 2em;
	font-family: serif
}

.wp-block-custom-logo .aligncenter {
	display: table
}

.wp-block-social-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-left: 0;
	padding-right: 0;
	text-indent: 0;
	margin-left: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
	text-decoration: none;
	border-bottom: 0;
	box-shadow: none
}

.wp-social-link {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 9999px;
	margin: 0 8px 8px 0;
	transition: transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
	.wp-social-link {
		transition-duration: 0s
	}
}

.wp-social-link a {
	padding: 6px;
	display: block;
	line-height: 0;
	transition: transform .1s ease
}

.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
	color: currentColor;
	fill: currentColor
}

.wp-social-link:hover {
	transform: scale(1.1)
}

.wp-block-social-links.aligncenter {
	justify-content: center;
	display: flex
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
	background-color: #f0f0f0;
	color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
	background-color: #f90;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
	background-color: #1ea0c3;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
	background-color: #0757fe;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
	background-color: #1e1f26;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
	background-color: #02e49b;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
	background-color: #e94c89;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
	background-color: #4280ff;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
	background-color: #f45800;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
	background-color: #1778f2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
	background-color: #000;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
	background-color: #0461dd;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
	background-color: #e65678;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
	background-color: #24292d;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
	background-color: #eceadd;
	color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
	background-color: #ea4434;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
	background-color: #f00075;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
	background-color: #e21b24;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
	background-color: #0d66c2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
	background-color: #3288d4;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
	background-color: #02ab6c;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
	background-color: #f6405f;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
	background-color: #e60122;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
	background-color: #ef4155;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
	background-color: #fe4500;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
	background-color: #0478d7;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
	background-color: #fefc00;
	color: #fff;
	stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
	background-color: #ff5600;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
	background-color: #1bd760;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
	background-color: #011835;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
	background-color: #6440a4;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
	background-color: #1da1f2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
	background-color: #1eb7ea;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
	background-color: #4680c2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
	background-color: #3499cd;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
	background-color: red;
	color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
	background: none;
	padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
	width: 28px;
	height: 28px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
	color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
	color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
	color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
	color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
	color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
	color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
	color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
	color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
	color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
	color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
	color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
	color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
	color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
	color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
	color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
	color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
	color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
	color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
	color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
	color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
	color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
	color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
	color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
	color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
	color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
	color: #fff;
	stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
	color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
	color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
	color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
	color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
	color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
	color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
	color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
	color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
	color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
	width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
	padding-left: 16px;
	padding-right: 16px
}

.wp-block-spacer {
	clear: both
}

p.wp-block-subhead {
	font-size: 1.1em;
	font-style: italic;
	opacity: .75
}

.wp-block-table {
	overflow-x: auto
}

.wp-block-table table {
	width: 100%
}

.wp-block-table .has-fixed-layout {
	table-layout: fixed;
	width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
	word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
	display: table;
	width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
	word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
	background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
	background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
	background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
	background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
	border-spacing: 0;
	border-collapse: inherit;
	background-color: transparent;
	border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
	background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
	background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
	background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
	background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
	border-color: transparent
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
	display: flex
}

.wp-block-text-columns .wp-block-column {
	margin: 0 1em;
	padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
	margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
	margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
	width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
	width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
	width: 25%
}

.wp-block-video {
	margin-left: 0;
	margin-right: 0
}

.wp-block-video video {
	max-width: 100%
}

@supports (position:sticky) {
	.wp-block-video [poster] {
		-o-object-fit: cover;
		object-fit: cover
	}
}

.wp-block-video.aligncenter {
	text-align: center
}

.wp-block-video figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}

.wp-block-post-featured-image a {
	display: inline-block
}

:root .has-pale-pink-background-color {
	background-color: #f78da7
}

:root .has-vivid-red-background-color {
	background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
	background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
	background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
	background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
	background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
	background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
	background-color: #0693e3
}

:root .has-vivid-purple-background-color {
	background-color: #9b51e0
}

:root .has-white-background-color {
	background-color: #fff
}

:root .has-very-light-gray-background-color {
	background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
	background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
	background-color: #313131
}

:root .has-black-background-color {
	background-color: #000
}

:root .has-pale-pink-color {
	color: #f78da7
}

:root .has-vivid-red-color {
	color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
	color: #ff6900
}

:root .has-luminous-vivid-amber-color {
	color: #fcb900
}

:root .has-light-green-cyan-color {
	color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
	color: #00d084
}

:root .has-pale-cyan-blue-color {
	color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
	color: #0693e3
}

:root .has-vivid-purple-color {
	color: #9b51e0
}

:root .has-white-color {
	color: #fff
}

:root .has-very-light-gray-color {
	color: #eee
}

:root .has-cyan-bluish-gray-color {
	color: #abb8c3
}

:root .has-very-dark-gray-color {
	color: #313131
}

:root .has-black-color {
	color: #000
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: linear-gradient(135deg, #0693e3, #9b51e0)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
	background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
	background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .has-blush-light-purple-gradient-background {
	background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .has-blush-bordeaux-gradient-background {
	background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

:root .has-purple-crush-gradient-background {
	background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-luminous-dusk-gradient-background {
	background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

:root .has-hazy-dawn-gradient-background {
	background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-pale-ocean-gradient-background {
	background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .has-electric-grass-gradient-background {
	background: linear-gradient(135deg, #caf880, #71ce7e)
}

:root .has-subdued-olive-gradient-background {
	background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
	background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
	background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
	background: linear-gradient(135deg, #020381, #2874fc)
}

:root .has-link-color a {
	color: #00e;
	color: var(--wp--style--color--link, #00e)
}

.has-small-font-size {
	font-size: .8125em
}

.has-normal-font-size,
.has-regular-font-size {
	font-size: 1em
}

.has-medium-font-size {
	font-size: 1.25em
}

.has-large-font-size {
	font-size: 2.25em
}

.has-huge-font-size,
.has-larger-font-size {
	font-size: 2.625em
}

.has-text-align-center {
	text-align: center
}

.has-text-align-left {
	text-align: left
}

.has-text-align-right {
	text-align: right
}

#end-resizable-editor-section {
	display: none
}

.aligncenter {
	clear: both
}

@font-face {
	font-family: 'FontAwesome';
	src: url(../../../themes/salient/css/fonts/fontawesome-webfont.eot);
	src: url(../../../themes/salient/css/fonts/fontawesome-webfont.eot) format('embedded-opentype'), url(../../../themes/salient/css/fonts/fontawesome-webfont.svg) format('svg');
	font-weight: normal;
	font-display: block;
	font-style: normal;
}

i[class^="icon-"],
[class*=" icon-"],
i[class*="fa-"],
span[class*="fa-"] {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	*margin-right: .3em;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	text-decoration: inherit;
	speak: none;
}

.icon-large:before {
	vertical-align: -10%;
	font-size: 1.3333333333333333em;
}

[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
	display: inline-block;
	width: 1.1428571428571428em;
	text-align: right;
	padding-right: 0.2857142857142857em;
}

[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
	width: 1.4285714285714286em;
}

.icons-ul {
	margin-left: 2.142857142857143em;
	list-style-type: none;
}

.icons-ul>li {
	position: relative;
}

.icons-ul .icon-li {
	position: absolute;
	left: -2.142857142857143em;
	width: 2.142857142857143em;
	text-align: center;
	line-height: inherit;
}

[class^="icon-"].hide,
[class*=" icon-"].hide {
	display: none;
}

.icon-muted {
	color: #eeeeee;
}

.icon-light {
	color: #ffffff;
}

.icon-dark {
	color: #333333;
}

.icon-border {
	border: solid 1px #eeeeee;
	padding: .2em .25em .15em;
	border-radius: 3px;
}

.icon-2x {
	font-size: 2em;
}

.icon-2x.icon-border {
	border-width: 2px;
	border-radius: 4px;
}

.icon-3x {
	font-size: 3em;
}

.icon-3x.icon-border {
	border-width: 3px;
	border-radius: 5px;
}

.icon-4x {
	font-size: 4em;
}

.icon-4x.icon-border {
	border-width: 4px;
	border-radius: 6px;
}

.icon-5x {
	font-size: 5em;
}

.icon-5x.icon-border {
	border-width: 5px;
	border-radius: 7px;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
	margin-right: .3em;
}

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
	margin-left: .3em;
}

[class^="icon-"],
[class*=" icon-"] {
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
}

.icon-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: -35%;
}

.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
	display: block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 1em;
	line-height: inherit;
	*line-height: 2em;
}

.icon-stack .icon-stack-base {
	font-size: 2em;
	*line-height: 1em;
}

.icon-spin {
	display: inline-block;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

a .icon-stack,
a .icon-spin {
	display: inline-block;
	text-decoration: none;
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(359deg);
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(359deg);
	}
}

@-ms-keyframes spin {
	0% {
		-ms-transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(359deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
}

.icon-rotate-90:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.icon-flip-vertical:before {
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}

a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
	display: inline-block;
}

.icon-glass:before {
	content: "\f000";
}

.icon-music:before {
	content: "\f001";
}

.icon-search:before {
	content: "\f002";
}

.icon-envelope-alt:before {
	content: "\f003";
}

.icon-heart:before {
	content: "\f004";
}

.icon-star:before {
	content: "\f005";
}

.icon-star-empty:before {
	content: "\f006";
}

.icon-user:before {
	content: "\f007";
}

.icon-film:before {
	content: "\f008";
}

.icon-th-large:before {
	content: "\f009";
}

.icon-th:before {
	content: "\f00a";
}

.icon-th-list:before {
	content: "\f00b";
}

.icon-ok:before {
	content: "\f00c";
}

.icon-remove:before {
	content: "\f00d";
}

.icon-zoom-in:before {
	content: "\f00e";
}

.icon-zoom-out:before {
	content: "\f010";
}

.icon-power-off:before,
.icon-off:before {
	content: "\f011";
}

.icon-signal:before {
	content: "\f012";
}

.icon-gear:before,
.icon-cog:before {
	content: "\f013";
}

.icon-trash:before {
	content: "\f014";
}

.icon-home:before {
	content: "\f015";
}

.icon-file-alt:before {
	content: "\f016";
}

.icon-time:before {
	content: "\f017";
}

.icon-road:before {
	content: "\f018";
}

.icon-download-alt:before {
	content: "\f019";
}

.icon-download:before {
	content: "\f01a";
}

.icon-upload:before {
	content: "\f01b";
}

.icon-inbox:before {
	content: "\f01c";
}

.icon-play-circle:before {
	content: "\f01d";
}

.icon-rotate-right:before,
.icon-repeat:before {
	content: "\f01e";
}

.icon-refresh:before {
	content: "\f021";
}

.icon-list-alt:before {
	content: "\f022";
}

.icon-lock:before {
	content: "\f023";
}

.icon-flag:before {
	content: "\f024";
}

.icon-headphones:before {
	content: "\f025";
}

.icon-volume-off:before {
	content: "\f026";
}

.icon-volume-down:before {
	content: "\f027";
}

.icon-volume-up:before {
	content: "\f028";
}

.icon-qrcode:before {
	content: "\f029";
}

.icon-barcode:before {
	content: "\f02a";
}

.icon-tag:before {
	content: "\f02b";
}

.icon-tags:before {
	content: "\f02c";
}

.icon-book:before {
	content: "\f02d";
}

.icon-bookmark:before {
	content: "\f02e";
}

.icon-print:before {
	content: "\f02f";
}

.icon-camera:before {
	content: "\f030";
}

.icon-font:before {
	content: "\f031";
}

.icon-bold:before {
	content: "\f032";
}

.icon-italic:before {
	content: "\f033";
}

.icon-text-height:before {
	content: "\f034";
}

.icon-text-width:before {
	content: "\f035";
}

.icon-align-left:before {
	content: "\f036";
}

.icon-align-center:before {
	content: "\f037";
}

.icon-align-right:before {
	content: "\f038";
}

.icon-align-justify:before {
	content: "\f039";
}

.icon-list:before {
	content: "\f03a";
}

.icon-indent-left:before {
	content: "\f03b";
}

.icon-indent-right:before {
	content: "\f03c";
}

.icon-facetime-video:before {
	content: "\f03d";
}

.icon-picture:before {
	content: "\f03e";
}

.icon-pencil:before {
	content: "\f040";
}

.icon-map-marker:before {
	content: "\f041";
}

.icon-adjust:before {
	content: "\f042";
}

.icon-tint:before {
	content: "\f043";
}

.icon-edit:before {
	content: "\f044";
}

.icon-share:before {
	content: "\f045";
}

.icon-check:before {
	content: "\f046";
}

.icon-move:before {
	content: "\f047";
}

.icon-step-backward:before {
	content: "\f048";
}

.icon-fast-backward:before {
	content: "\f049";
}

.icon-backward:before {
	content: "\f04a";
}

.icon-play:before {
	content: "\f04b";
}

.icon-pause:before {
	content: "\f04c";
}

.icon-stop:before {
	content: "\f04d";
}

.icon-forward:before {
	content: "\f04e";
}

.icon-fast-forward:before {
	content: "\f050";
}

.icon-step-forward:before {
	content: "\f051";
}

.icon-eject:before {
	content: "\f052";
}

.icon-chevron-left:before {
	content: "\f053";
}

.icon-chevron-right:before {
	content: "\f054";
}

.icon-plus-sign:before {
	content: "\f055";
}

.icon-minus-sign:before {
	content: "\f056";
}

.icon-remove-sign:before {
	content: "\f057";
}

.icon-ok-sign:before {
	content: "\f058";
}

.icon-question-sign:before {
	content: "\f059";
}

.icon-info-sign:before {
	content: "\f05a";
}

.icon-screenshot:before {
	content: "\f05b";
}

.icon-remove-circle:before {
	content: "\f05c";
}

.icon-ok-circle:before {
	content: "\f05d";
}

.icon-ban-circle:before {
	content: "\f05e";
}

.icon-arrow-left:before {
	content: "\f060";
}

.icon-arrow-right:before {
	content: "\f061";
}

.icon-arrow-up:before {
	content: "\f062";
}

.icon-arrow-down:before {
	content: "\f063";
}

.icon-mail-forward:before,
.icon-share-alt:before {
	content: "\f064";
}

.icon-resize-full:before {
	content: "\f065";
}

.icon-resize-small:before {
	content: "\f066";
}

.icon-plus:before {
	content: "\f067";
}

.icon-minus:before {
	content: "\f068";
}

.icon-asterisk:before {
	content: "\f069";
}

.icon-exclamation-sign:before {
	content: "\f06a";
}

.icon-gift:before {
	content: "\f06b";
}

.icon-leaf:before {
	content: "\f06c";
}

.icon-fire:before {
	content: "\f06d";
}

.icon-eye-open:before {
	content: "\f06e";
}

.icon-eye-close:before {
	content: "\f070";
}

.icon-warning-sign:before {
	content: "\f071";
}

.icon-plane:before {
	content: "\f072";
}

.icon-calendar:before {
	content: "\f073";
}

.icon-random:before {
	content: "\f074";
}

.icon-comment:before {
	content: "\f075";
}

.icon-magnet:before {
	content: "\f076";
}

.icon-chevron-up:before {
	content: "\f077";
}

.icon-chevron-down:before {
	content: "\f078";
}

.icon-retweet:before {
	content: "\f079";
}

.icon-shopping-cart:before {
	content: "\f07a";
}

.icon-folder-close:before {
	content: "\f07b";
}

.icon-folder-open:before {
	content: "\f07c";
}

.icon-resize-vertical:before {
	content: "\f07d";
}

.icon-resize-horizontal:before {
	content: "\f07e";
}

.icon-bar-chart:before {
	content: "\f080";
}

.icon-twitter-sign:before {
	content: "\f081";
}

.icon-facebook-sign:before {
	content: "\f082";
}

.icon-camera-retro:before {
	content: "\f083";
}

.icon-key:before {
	content: "\f084";
}

.icon-gears:before,
.icon-cogs:before {
	content: "\f085";
}

.icon-comments:before {
	content: "\f086";
}

.icon-thumbs-up-alt:before {
	content: "\f087";
}

.icon-thumbs-down-alt:before {
	content: "\f088";
}

.icon-star-half:before {
	content: "\f089";
}

.icon-heart-empty:before {
	content: "\f08a";
}

.icon-signout:before {
	content: "\f08b";
}

.icon-linkedin-sign:before {
	content: "\f08c";
}

.icon-pushpin:before {
	content: "\f08d";
}

.icon-external-link:before {
	content: "\f08e";
}

.icon-signin:before {
	content: "\f090";
}

.icon-trophy:before {
	content: "\f091";
}

.icon-github-sign:before {
	content: "\f092";
}

.icon-upload-alt:before {
	content: "\f093";
}

.icon-lemon:before {
	content: "\f094";
}

.icon-phone:before {
	content: "\f095";
}

.icon-unchecked:before,
.icon-check-empty:before {
	content: "\f096";
}

.icon-bookmark-empty:before {
	content: "\f097";
}

.icon-phone-sign:before {
	content: "\f098";
}

.icon-twitter:before {
	content: "\f099";
}

.icon-facebook:before {
	content: "\f09a";
}

.icon-github:before {
	content: "\f09b";
}

.icon-unlock:before {
	content: "\f09c";
}

.icon-credit-card:before {
	content: "\f09d";
}

.icon-rss:before {
	content: "\f09e";
}

.icon-hdd:before {
	content: "\f0a0";
}

.icon-bullhorn:before {
	content: "\f0a1";
}

.icon-bell:before {
	content: "\f0a2";
}

.icon-certificate:before {
	content: "\f0a3";
}

.icon-hand-right:before {
	content: "\f0a4";
}

.icon-hand-left:before {
	content: "\f0a5";
}

.icon-hand-up:before {
	content: "\f0a6";
}

.icon-hand-down:before {
	content: "\f0a7";
}

.icon-circle-arrow-left:before {
	content: "\f0a8";
}

.icon-circle-arrow-right:before {
	content: "\f0a9";
}

.icon-circle-arrow-up:before {
	content: "\f0aa";
}

.icon-circle-arrow-down:before {
	content: "\f0ab";
}

.icon-globe:before {
	content: "\f0ac";
}

.icon-wrench:before {
	content: "\f0ad";
}

.icon-tasks:before {
	content: "\f0ae";
}

.icon-filter:before {
	content: "\f0b0";
}

.icon-briefcase:before {
	content: "\f0b1";
}

.icon-fullscreen:before {
	content: "\f0b2";
}

.icon-group:before {
	content: "\f0c0";
}

.icon-link:before {
	content: "\f0c1";
}

.icon-cloud:before {
	content: "\f0c2";
}

.icon-beaker:before {
	content: "\f0c3";
}

.icon-cut:before {
	content: "\f0c4";
}

.icon-copy:before {
	content: "\f0c5";
}

.icon-paperclip:before,
.icon-paper-clip:before {
	content: "\f0c6";
}

.icon-save:before {
	content: "\f0c7";
}

.icon-sign-blank:before {
	content: "\f0c8";
}

.icon-reorder:before {
	content: "\f0c9";
}

.icon-list-ul:before {
	content: "\f0ca";
}

.icon-list-ol:before {
	content: "\f0cb";
}

.icon-strikethrough:before {
	content: "\f0cc";
}

.icon-underline:before {
	content: "\f0cd";
}

.icon-table:before {
	content: "\f0ce";
}

.icon-magic:before {
	content: "\f0d0";
}

.icon-truck:before {
	content: "\f0d1";
}

.icon-pinterest:before {
	content: "\f0d2";
}

.icon-pinterest-sign:before {
	content: "\f0d3";
}

.icon-google-plus-sign:before {
	content: "\f0d4";
}

.icon-google-plus:before {
	content: "\f0d5";
}

.icon-money:before {
	content: "\f0d6";
}

.icon-caret-down:before {
	content: "\f0d7";
}

.icon-caret-up:before {
	content: "\f0d8";
}

.icon-caret-left:before {
	content: "\f0d9";
}

.icon-caret-right:before {
	content: "\f0da";
}

.icon-columns:before {
	content: "\f0db";
}

.icon-sort:before {
	content: "\f0dc";
}

.icon-sort-down:before {
	content: "\f0dd";
}

.icon-sort-up:before {
	content: "\f0de";
}

.icon-envelope:before {
	content: "\f0e0";
}

.icon-linkedin:before {
	content: "\f0e1";
}

.icon-rotate-left:before,
.icon-undo:before {
	content: "\f0e2";
}

.icon-legal:before {
	content: "\f0e3";
}

.icon-dashboard:before {
	content: "\f0e4";
}

.icon-comment-alt:before {
	content: "\f0e5";
}

.icon-comments-alt:before {
	content: "\f0e6";
}

.icon-bolt:before {
	content: "\f0e7";
}

.icon-sitemap:before {
	content: "\f0e8";
}

.icon-umbrella:before {
	content: "\f0e9";
}

.icon-paste:before {
	content: "\f0ea";
}

.icon-lightbulb:before {
	content: "\f0eb";
}

.icon-exchange:before {
	content: "\f0ec";
}

.icon-cloud-download:before {
	content: "\f0ed";
}

.icon-cloud-upload:before {
	content: "\f0ee";
}

.icon-user-md:before {
	content: "\f0f0";
}

.icon-stethoscope:before {
	content: "\f0f1";
}

.icon-suitcase:before {
	content: "\f0f2";
}

.icon-bell-alt:before {
	content: "\f0f3";
}

.icon-coffee:before {
	content: "\f0f4";
}

.icon-food:before {
	content: "\f0f5";
}

.icon-file-text-alt:before {
	content: "\f0f6";
}

.icon-building:before {
	content: "\f0f7";
}

.icon-hospital:before {
	content: "\f0f8";
}

.icon-ambulance:before {
	content: "\f0f9";
}

.icon-medkit:before {
	content: "\f0fa";
}

.icon-fighter-jet:before {
	content: "\f0fb";
}

.icon-beer:before {
	content: "\f0fc";
}

.icon-h-sign:before {
	content: "\f0fd";
}

.icon-plus-sign-alt:before {
	content: "\f0fe";
}

.icon-double-angle-left:before {
	content: "\f100";
}

.icon-double-angle-right:before {
	content: "\f101";
}

.icon-double-angle-up:before {
	content: "\f102";
}

.icon-double-angle-down:before {
	content: "\f103";
}

.icon-angle-left:before {
	content: "\f104";
}

.icon-angle-right:before {
	content: "\f105";
}

.icon-angle-up:before {
	content: "\f106";
}

.icon-angle-down:before {
	content: "\f107";
}

.icon-desktop:before {
	content: "\f108";
}

.icon-laptop:before {
	content: "\f109";
}

.icon-tablet:before {
	content: "\f10a";
}

.icon-mobile-phone:before {
	content: "\f10b";
}

.icon-circle-blank:before {
	content: "\f10c";
}

.icon-quote-left:before {
	content: "\f10d";
}

.icon-quote-right:before {
	content: "\f10e";
}

.icon-spinner:before {
	content: "\f110";
}

.icon-circle:before {
	content: "\f111";
}

.icon-mail-reply:before,
.icon-reply:before {
	content: "\f112";
}

.icon-github-alt:before {
	content: "\f113";
}

.icon-folder-close-alt:before {
	content: "\f114";
}

.icon-folder-open-alt:before {
	content: "\f115";
}

.icon-expand-alt:before {
	content: "\f116";
}

.icon-collapse-alt:before {
	content: "\f117";
}

.icon-smile:before {
	content: "\f118";
}

.icon-frown:before {
	content: "\f119";
}

.icon-meh:before {
	content: "\f11a";
}

.icon-gamepad:before {
	content: "\f11b";
}

.icon-keyboard:before {
	content: "\f11c";
}

.icon-flag-alt:before {
	content: "\f11d";
}

.icon-flag-checkered:before {
	content: "\f11e";
}

.icon-terminal:before {
	content: "\f120";
}

.icon-code:before {
	content: "\f121";
}

.icon-reply-all:before {
	content: "\f122";
}

.icon-mail-reply-all:before {
	content: "\f122";
}

.icon-star-half-full:before,
.icon-star-half-empty:before {
	content: "\f123";
}

.icon-location-arrow:before {
	content: "\f124";
}

.icon-crop:before {
	content: "\f125";
}

.icon-code-fork:before {
	content: "\f126";
}

.icon-unlink:before {
	content: "\f127";
}

.icon-question:before {
	content: "\f128";
}

.icon-info:before {
	content: "\f129";
}

.icon-exclamation:before {
	content: "\f12a";
}

.icon-superscript:before {
	content: "\f12b";
}

.icon-subscript:before {
	content: "\f12c";
}

.icon-eraser:before {
	content: "\f12d";
}

.icon-puzzle-piece:before {
	content: "\f12e";
}

.icon-microphone:before {
	content: "\f130";
}

.icon-microphone-off:before {
	content: "\f131";
}

.icon-shield:before {
	content: "\f132";
}

.icon-calendar-empty:before {
	content: "\f133";
}

.icon-fire-extinguisher:before {
	content: "\f134";
}

.icon-rocket:before {
	content: "\f135";
}

.icon-maxcdn:before {
	content: "\f136";
}

.icon-chevron-sign-left:before {
	content: "\f137";
}

.icon-chevron-sign-right:before {
	content: "\f138";
}

.icon-chevron-sign-up:before {
	content: "\f139";
}

.icon-chevron-sign-down:before {
	content: "\f13a";
}

.icon-html5:before {
	content: "\f13b";
}

.icon-css3:before {
	content: "\f13c";
}

.icon-anchor:before {
	content: "\f13d";
}

.icon-unlock-alt:before {
	content: "\f13e";
}

.icon-bullseye:before {
	content: "\f140";
}

.icon-ellipsis-horizontal:before {
	content: "\f141";
}

.icon-ellipsis-vertical:before {
	content: "\f142";
}

.icon-rss-sign:before {
	content: "\f143";
}

.icon-play-sign:before {
	content: "\f144";
}

.icon-ticket:before {
	content: "\f145";
}

.icon-minus-sign-alt:before {
	content: "\f146";
}

.icon-check-minus:before {
	content: "\f147";
}

.icon-level-up:before {
	content: "\f148";
}

.icon-level-down:before {
	content: "\f149";
}

.icon-check-sign:before {
	content: "\f14a";
}

.icon-edit-sign:before {
	content: "\f14b";
}

.icon-external-link-sign:before {
	content: "\f14c";
}

.icon-share-sign:before {
	content: "\f14d";
}

.icon-compass:before {
	content: "\f14e";
}

.icon-collapse:before {
	content: "\f150";
}

.icon-collapse-top:before {
	content: "\f151";
}

.icon-expand:before {
	content: "\f152";
}

.icon-euro:before,
.icon-eur:before {
	content: "\f153";
}

.icon-gbp:before {
	content: "\f154";
}

.icon-dollar:before,
.icon-usd:before {
	content: "\f155";
}

.icon-rupee:before,
.icon-inr:before {
	content: "\f156";
}

.icon-yen:before,
.icon-jpy:before {
	content: "\f157";
}

.icon-renminbi:before,
.icon-cny:before {
	content: "\f158";
}

.icon-won:before,
.icon-krw:before {
	content: "\f159";
}

.icon-bitcoin:before,
.icon-btc:before {
	content: "\f15a";
}

.icon-file:before {
	content: "\f15b";
}

.icon-file-text:before {
	content: "\f15c";
}

.icon-sort-by-alphabet:before {
	content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
	content: "\f15e";
}

.icon-sort-by-attributes:before {
	content: "\f160";
}

.icon-sort-by-attributes-alt:before {
	content: "\f161";
}

.icon-sort-by-order:before {
	content: "\f162";
}

.icon-sort-by-order-alt:before {
	content: "\f163";
}

.icon-thumbs-up:before {
	content: "\f164";
}

.icon-thumbs-down:before {
	content: "\f165";
}

.icon-youtube-sign:before {
	content: "\f166";
}

.icon-youtube:before {
	content: "\f167";
}

.icon-xing:before {
	content: "\f168";
}

.icon-xing-sign:before {
	content: "\f169";
}

.icon-youtube-play:before {
	content: "\f16a";
}

.icon-dropbox:before {
	content: "\f16b";
}

.icon-stackexchange:before,
.fa-stackexchange:before {
	content: "\f16c";
}

.icon-instagram:before {
	content: "\f16d";
}

.icon-flickr:before {
	content: "\f16e";
}

.icon-adn:before {
	content: "\f170";
}

.icon-bitbucket:before {
	content: "\f171";
}

.icon-bitbucket-sign:before {
	content: "\f172";
}

.icon-tumblr:before {
	content: "\f173";
}

.icon-tumblr-sign:before {
	content: "\f174";
}

.icon-long-arrow-down:before {
	content: "\f175";
}

.icon-long-arrow-up:before {
	content: "\f176";
}

.icon-long-arrow-left:before {
	content: "\f177";
}

.icon-long-arrow-right:before {
	content: "\f178";
}

.icon-apple:before {
	content: "\f179";
}

.icon-windows:before {
	content: "\f17a";
}

.icon-android:before {
	content: "\f17b";
}

.icon-linux:before {
	content: "\f17c";
}

.icon-dribbble:before {
	content: "\f17d";
}

.icon-skype:before {
	content: "\f17e";
}

.icon-foursquare:before {
	content: "\f180";
}

.icon-trello:before {
	content: "\f181";
}

.icon-female:before {
	content: "\f182";
}

.icon-male:before {
	content: "\f183";
}

.icon-gittip:before {
	content: "\f184";
}

.icon-sun:before {
	content: "\f185";
}

.icon-moon:before {
	content: "\f186";
}

.icon-archive:before {
	content: "\f187";
}

.icon-bug:before {
	content: "\f188";
}

.icon-vk:before {
	content: "\f189";
}

.icon-weibo:before {
	content: "\f18a";
}

.icon-renren:before {
	content: "\f18b";
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158"
}

.fa-won:before,
.fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.col {
	position: relative;
	display: block;
	width: 100%
}

html body .vc_row-fluid>.span_12,
.full-page-inner>.span_12,
.full-page-inner>.container>.span_12 {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	float: none;
	justify-content: space-evenly;
	align-items: baseline;
}

@media (min-width:690px) {
	.col {
		margin-right: 2%
	}
}

.col:last-child {
	margin-right: 0
}

.col.col_last {
	margin-right: 0
}

html body .vc_row-fluid>.span_12>.wpb_column,
.compose-mode .vc_row-fluid>.span_12>.vc_element,
.compose-mode .vc_row-fluid>.span_12>.vc_element>.wpb_column,
.full-page-inner>.span_12>.wpb_column,
.full-page-inner>.container>.span_12>.wpb_column {
	float: none;
	margin-right: 0
}

html body .vc_row-fluid>.span_12>.wpb_column:not([class*=offset-]),
.compose-mode .vc_row-fluid>.span_12>.vc_element:not([class*=offset-]),
.compose-mode #nectar_fullscreen_rows .full-page-inner>.container>.span_12>.vc_element:not([class*=offset-]),
.compose-mode .vc_row-fluid>.span_12>.vc_element>.wpb_column:not([class*=offset-]),
.full-page-inner>.span_12>.wpb_column:not([class*=offset-]),
.full-page-inner>.container>.span_12>.wpb_column:not([class*=offset-]) {
	margin-left: 0
}

.vc_row-fluid>.span_12,
.full-page-inner>.span_12,
.full-page-inner>.container>.span_12 {
	width: auto
}

.vc_row-fluid>.span_12,
body[data-col-gap=default] .vc_row-fluid[data-column-margin=default]:not(.full-width-content) .full-page-inner>.container>.span_12 {
	margin-left: -1%;
	margin-right: -1%
}

.vc_row-fluid>.span_12 .wpb_column,
body[data-col-gap=default] .vc_row-fluid[data-column-margin=default]:not(.full-width-content) .full-page-inner>.container>.span_12 .wpb_column:not(.child_column) {
	padding-left: 1%;
	padding-right: 1%
}

body[data-col-gap*=px] .wpb_wrapper>.wpb_row:last-child:not([data-column-margin*=px]) {
	margin-bottom: 0
}

body .container-wrap .wpb_row[data-column-margin=none]:not(.full-width-section):not(.full-width-content) {
	margin-bottom: 0
}

body .container-wrap .vc_row-fluid[data-column-margin=none]>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin=none] .full-page-inner>.container>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin=none] .full-page-inner>.span_12 {
	margin-left: 0;
	margin-right: 0
}

body .container-wrap .vc_row-fluid[data-column-margin=none] .wpb_column:not(.child_column),
body .container-wrap .inner_row[data-column-margin=none] .child_column {
	padding-left: 0;
	padding-right: 0
}

body[data-col-gap="20px"] .wpb_row:not(.full-width-section):not(.full-width-content),
body .container-wrap .wpb_row[data-column-margin="20px"]:not(.full-width-section):not(.full-width-content) {
	margin-bottom: 20px
}

body[data-col-gap="20px"] .vc_row-fluid .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="20px"]>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="20px"] .full-page-inner>.container>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="20px"] .full-page-inner>.span_12 {
	margin-left: -10px;
	margin-right: -10px
}

body[data-col-gap="20px"] .vc_row-fluid .wpb_column,
body .container-wrap .vc_row-fluid[data-column-margin="20px"] .wpb_column:not(.child_column),
body .container-wrap .inner_row[data-column-margin="20px"] .child_column {
	padding-left: 10px;
	padding-right: 10px
}

.container-wrap .vc_row-fluid[data-column-margin="20px"].full-width-content>.span_12,
.container-wrap .vc_row-fluid[data-column-margin="20px"].full-width-content .full-page-inner>.span_12 {
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 10px
}

.single-portfolio #full_width_portfolio .vc_row-fluid[data-column-margin="20px"].full-width-content>.span_12 {
	padding-right: 10px
}

body[data-col-gap="30px"] .wpb_row:not(.full-width-section):not(.full-width-content),
body .container-wrap .wpb_row[data-column-margin="30px"]:not(.full-width-section):not(.full-width-content) {
	margin-bottom: 30px
}

body[data-col-gap="30px"] .vc_row-fluid .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="30px"]>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="30px"] .full-page-inner>.container>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="30px"] .full-page-inner>.span_12 {
	margin-left: -15px;
	margin-right: -15px
}

body[data-col-gap="30px"] .vc_row-fluid .wpb_column,
body .container-wrap .vc_row-fluid[data-column-margin="30px"] .wpb_column:not(.child_column),
body .container-wrap .inner_row[data-column-margin="30px"] .child_column {
	padding-left: 15px;
	padding-right: 15px
}

.container-wrap .vc_row-fluid[data-column-margin="30px"].full-width-content>.span_12,
.container-wrap .vc_row-fluid[data-column-margin="30px"].full-width-content .full-page-inner>.span_12 {
	margin-left: 0;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px
}

.single-portfolio #full_width_portfolio .vc_row-fluid[data-column-margin="30px"].full-width-content>.span_12 {
	padding-right: 15px
}

body[data-col-gap="40px"] .wpb_row:not(.full-width-section):not(.full-width-content),
body .container-wrap .wpb_row[data-column-margin="40px"]:not(.full-width-section):not(.full-width-content) {
	margin-bottom: 40px
}

body[data-col-gap="40px"] .vc_row-fluid .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="40px"]>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="40px"] .full-page-inner>.container>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="40px"] .full-page-inner>.span_12 {
	margin-left: -20px;
	margin-right: -20px
}

body[data-col-gap="40px"] .vc_row-fluid .wpb_column,
body .container-wrap .vc_row-fluid[data-column-margin="40px"] .wpb_column:not(.child_column),
body .container-wrap .inner_row[data-column-margin="40px"] .child_column {
	padding-left: 20px;
	padding-right: 20px
}

.container-wrap .vc_row-fluid[data-column-margin="40px"].full-width-content>.span_12,
.container-wrap .vc_row-fluid[data-column-margin="40px"].full-width-content .full-page-inner>.span_12 {
	margin-left: 0;
	margin-right: 0;
	padding-left: 20px;
	padding-right: 20px
}

.single-portfolio #full_width_portfolio .vc_row-fluid[data-column-margin="40px"].full-width-content>.span_12 {
	padding-right: 20px
}

body[data-col-gap="50px"] .vc_row-fluid .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="50px"]>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="50px"] .full-page-inner>.container>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="50px"] .full-page-inner>.span_12 {
	margin-left: -25px;
	margin-right: -25px
}

body[data-col-gap="50px"] .vc_row-fluid .wpb_column,
body .container-wrap .vc_row-fluid[data-column-margin="50px"] .wpb_column:not(.child_column),
body .container-wrap .inner_row[data-column-margin="50px"] .child_column {
	padding-left: 25px;
	padding-right: 25px
}

.container-wrap .vc_row-fluid[data-column-margin="50px"].full-width-content>.span_12,
.container-wrap .vc_row-fluid[data-column-margin="50px"].full-width-content .full-page-inner>.span_12 {
	margin-left: 0;
	margin-right: 0;
	padding-left: 25px;
	padding-right: 25px
}

.single-portfolio #full_width_portfolio .vc_row-fluid[data-column-margin="50px"].full-width-content>.span_12 {
	padding-right: 25px
}

body[data-col-gap="60px"] .vc_row-fluid .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="60px"]>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="60px"] .full-page-inner>.container>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="60px"] .full-page-inner>.span_12 {
	margin-left: -30px;
	margin-right: -30px
}

body[data-col-gap="60px"] .vc_row-fluid .wpb_column,
body .container-wrap .vc_row-fluid[data-column-margin="60px"] .wpb_column:not(.child_column),
body .container-wrap .inner_row[data-column-margin="60px"] .child_column {
	padding-left: 30px;
	padding-right: 30px
}

.container-wrap .vc_row-fluid[data-column-margin="60px"].full-width-content>.span_12,
.container-wrap .vc_row-fluid[data-column-margin="60px"].full-width-content .full-page-inner>.span_12 {
	margin-left: 0;
	margin-right: 0;
	padding-left: 30px;
	padding-right: 30px
}

.single-portfolio #full_width_portfolio .vc_row-fluid[data-column-margin="60px"].full-width-content>.span_12 {
	padding-right: 30px
}

body[data-col-gap="70px"] .vc_row-fluid .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="70px"]>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="70px"] .full-page-inner>.container>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="70px"] .full-page-inner>.span_12 {
	margin-left: -35px;
	margin-right: -35px
}

body[data-col-gap="70px"] .vc_row-fluid .wpb_column,
body .container-wrap .vc_row-fluid[data-column-margin="70px"] .wpb_column:not(.child_column),
body .container-wrap .inner_row[data-column-margin="70px"] .child_column {
	padding-left: 35px;
	padding-right: 35px
}

.container-wrap .vc_row-fluid[data-column-margin="70px"].full-width-content>.span_12,
.container-wrap .vc_row-fluid[data-column-margin="70px"].full-width-content .full-page-inner>.span_12 {
	margin-left: 0;
	margin-right: 0;
	padding-left: 35px;
	padding-right: 35px
}

.single-portfolio #full_width_portfolio .vc_row-fluid[data-column-margin="70px"].full-width-content>.span_12 {
	padding-right: 35px
}

body[data-col-gap="80px"] .vc_row-fluid .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="80px"]>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="80px"] .full-page-inner>.container>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="80px"] .full-page-inner>.span_12 {
	margin-left: -40px;
	margin-right: -40px
}

body[data-col-gap="80px"] .vc_row-fluid .wpb_column,
body .container-wrap .vc_row-fluid[data-column-margin="80px"] .wpb_column:not(.child_column),
body .container-wrap .inner_row[data-column-margin="80px"] .child_column {
	padding-left: 40px;
	padding-right: 40px
}

.container-wrap .vc_row-fluid[data-column-margin="80px"].full-width-content>.span_12,
.container-wrap .vc_row-fluid[data-column-margin="80px"].full-width-content .full-page-inner>.span_12 {
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
	padding-right: 40px
}

.single-portfolio #full_width_portfolio .vc_row-fluid[data-column-margin="80px"].full-width-content>.span_12 {
	padding-right: 40px
}

body[data-col-gap="90px"] .vc_row-fluid .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="90px"]>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="90px"] .full-page-inner>.container>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="90px"] .full-page-inner>.span_12 {
	margin-left: -45px;
	margin-right: -45px
}

body[data-col-gap="90px"] .vc_row-fluid .wpb_column,
body .container-wrap .vc_row-fluid[data-column-margin="90px"] .wpb_column:not(.child_column),
body .container-wrap .inner_row[data-column-margin="90px"] .child_column {
	padding-left: 45px;
	padding-right: 45px
}

.container-wrap .vc_row-fluid[data-column-margin="90px"].full-width-content>.span_12,
.container-wrap .vc_row-fluid[data-column-margin="90px"].full-width-content .full-page-inner>.span_12 {
	margin-left: 0;
	margin-right: 0;
	padding-left: 45px;
	padding-right: 45px
}

body .container-wrap .vc_row-fluid[data-column-margin="100px"]>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="100px"] .full-page-inner>.container>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="100px"] .full-page-inner>.span_12 {
	margin-left: -50px;
	margin-right: -50px
}

body .container-wrap .vc_row-fluid[data-column-margin="100px"] .wpb_column:not(.child_column),
body .container-wrap .inner_row[data-column-margin="100px"] .child_column {
	padding-left: 50px;
	padding-right: 50px
}

.container-wrap .vc_row-fluid[data-column-margin="100px"].full-width-content>.span_12,
.container-wrap .vc_row-fluid[data-column-margin="100px"].full-width-content .full-page-inner>.span_12 {
	margin-left: 0;
	margin-right: 0;
	padding-left: 50px;
	padding-right: 50px
}

html body .full-width-content.vc_row-fluid .wpb_column {
	padding: 0
}

.full-width-content.vc_row-fluid .wpb_column .wpb_row,
.full-width-content.vc_row-fluid .wpb_column .wpb_wrapper,
html body .full-width-content.vc_row-fluid .span_12 {
	margin: 0
}

@media only screen and (max-width:999px) and (min-width:690px) {
	.vc_row-fluid[data-column-margin="20px"]>.span_12>.one-fourths:not([class*=vc_col-xs-]),
	.vc_row-fluid .vc_row-fluid.inner_row[data-column-margin="20px"]>.span_12>.one-fourths:not([class*=vc_col-xs-]) {
		margin-bottom: 20px!important
	}
	body[data-col-gap="30px"] .vc_row-fluid:not(.inner_row):not(.full-width-content)>.span_12>.one-fourths:not([class*=vc_col-xs-]),
	body[data-col-gap="30px"] .vc_row-fluid:not(.full-width-content) .vc_row-fluid.inner_row>.span_12>.one-fourths:not([class*=vc_col-xs-]),
	.vc_row-fluid[data-column-margin="30px"]>.span_12>.one-fourths:not([class*=vc_col-xs-]),
	.vc_row-fluid .vc_row-fluid.inner_row[data-column-margin="30px"]>.span_12>.one-fourths:not([class*=vc_col-xs-]) {
		margin-bottom: 30px
	}
	body[data-col-gap="40px"] .vc_row-fluid:not(.inner_row):not(.full-width-content)>.span_12>.one-fourths:not([class*=vc_col-xs-]),
	body[data-col-gap="40px"] .vc_row-fluid:not(.full-width-content) .vc_row-fluid.inner_row>.span_12>.one-fourths:not([class*=vc_col-xs-]),
	.vc_row-fluid[data-column-margin="40px"]>.span_12>.one-fourths:not([class*=vc_col-xs-]),
	.vc_row-fluid .vc_row-fluid.inner_row[data-column-margin="40px"]>.span_12>.one-fourths:not([class*=vc_col-xs-]) {
		margin-bottom: 40px
	}
	body[data-col-gap="50px"] .vc_row-fluid:not(.inner_row):not(.full-width-content)>.span_12>.one-fourths:not([class*=vc_col-xs-]),
	body[data-col-gap="50px"] .vc_row-fluid:not(.full-width-content) .vc_row-fluid.inner_row>.span_12>.one-fourths:not([class*=vc_col-xs-]),
	.vc_row-fluid[data-column-margin="50px"]>.span_12>.one-fourths:not([class*=vc_col-xs-]),
	.vc_row-fluid.vc_row-fluid.inner_row[data-column-margin="50px"]>.span_12>.one-fourths:not([class*=vc_col-xs-]) {
		margin-bottom: 50px
	}
	body[data-col-gap="60px"] .vc_row-fluid:not(.inner_row):not(.full-width-content)>.span_12>.one-fourths:not([class*=vc_col-xs-]),
	body[data-col-gap="60px"] .vc_row-fluid:not(.full-width-content) .vc_row-fluid.inner_row>.span_12>.one-fourths:not([class*=vc_col-xs-]),
	.vc_row-fluid[data-column-margin="60px"]>.span_12>.one-fourths:not([class*=vc_col-xs-]),
	.vc_row-fluid .vc_row-fluid.inner_row[data-column-margin="60px"]>.span_12>.one-fourths:not([class*=vc_col-xs-]) {
		margin-bottom: 60px
	}
	body[data-col-gap="70px"] .vc_row-fluid:not(.inner_row):not(.full-width-content)>.span_12>.one-fourths:not([class*=vc_col-xs-]),
	body[data-col-gap="70px"] .vc_row-fluid:not(.full-width-content) .vc_row-fluid.inner_row>.span_12>.one-fourths:not([class*=vc_col-xs-]),
	.vc_row-fluid[data-column-margin="70px"]>.span_12>.one-fourths:not([class*=vc_col-xs-]),
	.vc_row-fluid .vc_row-fluid.inner_row[data-column-margin="70px"]>.span_12>.one-fourths:not([class*=vc_col-xs-]) {
		margin-bottom: 70px
	}
}

@media only screen and (max-width:999px) {
	.container-wrap .full-width-content .vc_row-fluid[data-column-margin*=px]>.span_12>.wpb_column {
		margin-bottom: 30px
	}
}

.vc_row-fluid[data-column-margin=default].full-width-content>.span_12>.one-fourths:not([class*=vc_col-xs-]),
.vc_row-fluid[data-column-margin=none].full-width-content>.span_12>.one-fourths:not([class*=vc_col-xs-]),
body[data-col-gap*=px] .vc_row-fluid[data-column-margin=default].full-width-content>.span_12>.one-fourths:not([class*=vc_col-xs-]),
body[data-col-gap*=px] .vc_row-fluid[data-column-margin=none].full-width-content>.span_12>.one-fourths:not([class*=vc_col-xs-]),
body[data-col-gap*=px] .vc_row-fluid.full-width-content .inner_row[data-column-margin=default]>.span_12>.one-fourths:not([class*=vc_col-xs-]),
body[data-col-gap*=px] .vc_row-fluid.full-width-content .inner_row[data-column-margin=none]>.span_12>.one-fourths:not([class*=vc_col-xs-]),
body[data-col-gap*=px] .vc_row-fluid[data-column-margin=default].full-width-content,
body[data-col-gap*=px] .vc_row-fluid[data-column-margin=none].full-width-content,
body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=default],
body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=none] {
	margin-bottom: 0
}

body[data-col-gap*=px] .vc_row-fluid[data-column-margin=default].full-width-content>.span_12,
body[data-col-gap*=px] .vc_row-fluid[data-column-margin=none].full-width-content>.span_12,
body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=default]>.span_12,
body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=none]>.span_12 {
	margin-left: 0;
	margin-right: 0
}

body[data-col-gap*=px] .vc_row-fluid[data-column-margin=default].full-width-content>.span_12>.wpb_column,
body[data-col-gap*=px] .vc_row-fluid[data-column-margin=none].full-width-content>.span_12>.wpb_column,
body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=default]>.span_12>.wpb_column,
body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=none]>.span_12>.wpb_column {
	padding-left: 0;
	padding-right: 0
}

.wpb_column[data-border-radius*=px]>.vc_column-inner>.column-bg-overlay-wrap {
	overflow: hidden
}

.vc_row-fluid .wpb_column.boxed,
.material .vc_row-fluid .wpb_column.boxed,
.ascend .vc_row-fluid .wpb_column.boxed {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.wpb_column.boxed>.vc_column-inner {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	background-color: #fff;
	padding: 25px 15px 15px;
	position: relative;
	-webkit-transition: transform .2s ease, -webkit-box-shadow .2s ease;
	transition: transform .2s ease, box-shadow .2s ease;
	top: 0
}

.wpb_column.boxed:hover>.vc_column-inner {
	transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
	box-shadow: 0 17px 25px rgba(0, 0, 0, .13);
	-webkit-box-shadow: 0 17px 25px rgba(0, 0, 0, .13)
}

.vc_row-fluid .wpb_column {
	box-shadow: none
}

.wpb_column[data-shadow=small_depth]>.vc_column-inner>.column-bg-overlay-wrap {
	box-shadow: rgba(0, 0, 0, .04) 0px 1px 0px, rgba(0, 0, 0, .05) 0px 2px 7px, rgba(0, 0, 0, .06) 0px 12px 22px
}

.wpb_column[data-shadow=medium_depth]>.vc_column-inner>.column-bg-overlay-wrap {
	box-shadow: 0 30px 80px rgba(0, 0, 0, .14), 0 20px 70px rgba(0, 0, 0, .12)
}

.wpb_column[data-shadow=large_depth]>.vc_column-inner>.column-bg-overlay-wrap {
	box-shadow: 0 40px 100px rgba(0, 0, 0, .15), 0 25px 80px rgba(0, 0, 0, .1)
}

.wpb_column[data-shadow=x_large_depth]>.vc_column-inner>.column-bg-overlay-wrap {
	box-shadow: 0 60px 135px rgba(0, 0, 0, .14), 0 15px 65px rgba(0, 0, 0, .14)
}

.wpb_column>.vc_column-inner>.border-wrap {
	position: static;
	pointer-events: none
}

.wpb_column>.vc_column-inner>.border-wrap>span {
	position: absolute;
	z-index: 100
}

.wpb_column[data-border-style=solid]>.vc_column-inner>.border-wrap>span {
	border-style: solid
}

.wpb_column[data-border-style=dotted]>.vc_column-inner>.border-wrap>span {
	border-style: dotted
}

.wpb_column[data-border-style=dashed]>.vc_column-inner>.border-wrap>span {
	border-style: dashed
}

.wpb_column>.vc_column-inner>.border-wrap>.border-top,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-top:after {
	width: 100%;
	top: 0;
	left: 0;
	border-color: inherit
}

.wpb_column>.vc_column-inner>.border-wrap>.border-bottom,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-bottom:after {
	width: 100%;
	bottom: 0;
	left: 0;
	border-color: inherit
}

.wpb_column>.vc_column-inner>.border-wrap>.border-left,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-left:after {
	height: 100%;
	top: 0;
	left: 0;
	border-color: inherit
}

.wpb_column>.vc_column-inner>.border-wrap>.border-right,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-right:after {
	height: 100%;
	top: 0;
	right: 0;
	border-color: inherit
}

.wpb_column>.vc_column-inner>.border-wrap>.border-right,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-right:after,
.wpb_column>.vc_column-inner>.border-wrap>.border-left,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-left:after,
.wpb_column>.vc_column-inner>.border-wrap>.border-bottom,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-bottom:after {
	border-top: none!important
}

.wpb_column>.vc_column-inner>.border-wrap>.border-left,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-left:after,
.wpb_column>.vc_column-inner>.border-wrap>.border-bottom,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-bottom:after,
.wpb_column>.vc_column-inner>.border-wrap>.border-top,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-top:after {
	border-right: none!important
}

.wpb_column>.vc_column-inner>.border-wrap>.border-right,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-right:after,
.wpb_column>.vc_column-inner>.border-wrap>.border-left,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-left:after,
.wpb_column>.vc_column-inner>.border-wrap>.border-top,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-top:after {
	border-bottom: none!important
}

.wpb_column>.vc_column-inner>.border-wrap>.border-right,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-right:after,
.wpb_column>.vc_column-inner>.border-wrap>.border-bottom,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-bottom:after,
.wpb_column>.vc_column-inner>.border-wrap>.border-top,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-top:after {
	border-left: none!important
}

@media only screen and (min-width:1000px) {
	.wpb_column.has-animation[data-animation=reveal-from-bottom]>.vc_column-inner {
		transform: translateY(101%);
		-webkit-transform: translateY(101%)
	}
	.wpb_column.has-animation[data-animation=reveal-from-top]>.vc_column-inner {
		transform: translateY(-101%);
		-webkit-transform: translateY(-101%)
	}
	.wpb_column.has-animation[data-animation=reveal-from-left]>.vc_column-inner {
		transform: translateX(-120%);
		-webkit-transform: translateX(-120%)
	}
	.wpb_column.has-animation[data-animation=reveal-from-right]>.vc_column-inner {
		transform: translateX(120%);
		-webkit-transform: translateX(120%)
	}
}

body[data-m-animate="1"] .wpb_column.has-animation[data-animation=reveal-from-bottom]>.vc_column-inner {
	transform: translateY(101%);
	-webkit-transform: translateY(101%)
}

body[data-m-animate="1"] .wpb_column.has-animation[data-animation=reveal-from-top]>.vc_column-inner {
	transform: translateY(-101%);
	-webkit-transform: translateY(-101%)
}

body[data-m-animate="1"] .wpb_column.has-animation[data-animation=reveal-from-left]>.vc_column-inner {
	transform: translateX(-120%);
	-webkit-transform: translateX(-120%)
}

body[data-m-animate="1"] .wpb_column.has-animation[data-animation=reveal-from-right]>.vc_column-inner {
	transform: translateX(120%);
	-webkit-transform: translateX(120%)
}

body[data-col-gap] .vc_row-fluid .span_12.testimonial_slider,
body[data-col-gap] .vc_row-fluid .span_12.col.section-title,
body[data-col-gap] .vc_row-fluid .span_12.post-area {
	margin-left: 0;
	margin-right: 0
}

.col.padding-1-percent>.vc_column-inner {
	padding: calc(600px*0.01)
}

.col.padding-2-percent>.vc_column-inner,
.col.padding-3-percent>.vc_column-inner {
	padding: calc(600px*0.03)
}

.col.padding-4-percent>.vc_column-inner,
.col.padding-5-percent>.vc_column-inner,
.col.padding-6-percent>.vc_column-inner {
	padding: calc(600px*0.06)
}

.col.padding-7-percent>.vc_column-inner {
	padding: calc(600px*0.07)
}

.col.padding-8-percent>.vc_column-inner {
	padding: calc(600px*0.08)
}

.col.padding-9-percent>.vc_column-inner {
	padding: calc(600px*0.09)
}

.col.padding-10-percent>.vc_column-inner {
	padding: calc(600px*0.1)
}

.col.padding-11-percent>.vc_column-inner {
	padding: calc(600px*0.11)
}

.col.padding-12-percent>.vc_column-inner {
	padding: calc(600px*0.12)
}

.col.padding-13-percent>.vc_column-inner {
	padding: calc(600px*0.13)
}

.col.padding-14-percent>.vc_column-inner {
	padding: calc(600px*0.14)
}

.col.padding-15-percent>.vc_column-inner {
	padding: calc(600px*0.15)
}

.col.padding-16-percent>.vc_column-inner {
	padding: calc(600px*0.16)
}

.col.padding-17-percent>.vc_column-inner {
	padding: calc(600px*0.17)
}

.col.padding-18-percent>.vc_column-inner {
	padding: calc(600px*0.18)
}

.col.padding-19-percent>.vc_column-inner {
	padding: calc(600px*0.19)
}

.col.padding-20-percent>.vc_column-inner {
	padding: calc(600px*0.2)
}

@media only screen and (max-width:999px) and (min-width:691px) {
	.wpb_column.col.no-extra-padding_tablet>.vc_column-inner,
	.full-width-content .wpb_column.col.no-extra-padding_tablet>.vc_column-inner {
		padding: 0
	}
}

@media only screen and (max-width:690px) {
	body .wpb_column.col.no-extra-padding_phone>.vc_column-inner,
	body .wpb_column.child_column.col.no-extra-padding_phone>.vc_column-inner,
	body .full-width-content .wpb_column.col.no-extra-padding_phone>.vc_column-inner {
		padding: 0
	}
	.col.padding-1-percent>.vc_column-inner {
		padding: calc(100vw*0.01)
	}
	.col.padding-2-percent>.vc_column-inner,
	.col.padding-3-percent>.vc_column-inner {
		padding: calc(100vw*0.03)
	}
	.col.padding-4-percent>.vc_column-inner,
	.col.padding-5-percent>.vc_column-inner,
	.col.padding-6-percent>.vc_column-inner {
		padding: calc(100vw*0.06)
	}
	.col.padding-7-percent>.vc_column-inner {
		padding: calc(100vw*0.07)
	}
	.col.padding-8-percent>.vc_column-inner {
		padding: calc(100vw*0.08)
	}
	.col.padding-9-percent>.vc_column-inner {
		padding: calc(100vw*0.09)
	}
	.col.padding-10-percent>.vc_column-inner {
		padding: calc(100vw*0.1)
	}
	.col.padding-11-percent>.vc_column-inner {
		padding: calc(100vw*0.11)
	}
	.col.padding-12-percent>.vc_column-inner {
		padding: calc(100vw*0.12)
	}
	.col.padding-13-percent>.vc_column-inner {
		padding: calc(100vw*0.13)
	}
	.col.padding-14-percent>.vc_column-inner {
		padding: calc(100vw*0.14)
	}
	.col.padding-15-percent>.vc_column-inner {
		padding: calc(100vw*0.15)
	}
	.col.padding-16-percent>.vc_column-inner {
		padding: calc(100vw*0.16)
	}
	.col.padding-17-percent>.vc_column-inner {
		padding: calc(100vw*0.17)
	}
	.col.padding-18-percent>.vc_column-inner {
		padding: calc(100vw*0.18)
	}
	.col.padding-19-percent>.vc_column-inner {
		padding: calc(100vw*0.19)
	}
	.col.padding-20-percent>.vc_column-inner {
		padding: calc(100vw*0.2)
	}
	.col.padding-1-percent[data-border-width*=px]>.vc_column-inner,
	.col.padding-2-percent[data-border-width*=px]>.vc_column-inner,
	.col.padding-3-percent[data-border-width*=px]>.vc_column-inner,
	.col.padding-4-percent[data-border-width*=px]>.vc_column-inner,
	.col.padding-5-percent[data-border-width*=px]>.vc_column-inner,
	.col.padding-6-percent[data-border-width*=px]>.vc_column-inner,
	.col.padding-7-percent[data-border-width*=px]>.vc_column-inner {
		padding: calc(100vw*0.09)
	}
}

@media only screen and (min-width:1000px) {
	.col.padding-1-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.01)
	}
	.col.padding-2-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.02)
	}
	.col.padding-3-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.03)
	}
	.col.padding-4-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.04)
	}
	.col.padding-5-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.05)
	}
	.col.padding-6-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.06)
	}
	.col.padding-7-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.07)
	}
	.col.padding-8-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.08)
	}
	.col.padding-9-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.09)
	}
	.col.padding-10-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.1)
	}
	.col.padding-11-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.11)
	}
	.col.padding-12-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.12)
	}
	.col.padding-13-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.13)
	}
	.col.padding-14-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.14)
	}
	.col.padding-15-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.15)
	}
	.col.padding-16-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.16)
	}
	.col.padding-17-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.17)
	}
	.col.padding-18-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.18)
	}
	.col.padding-19-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.19)
	}
	.col.padding-20-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.2)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-1-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.005)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-2-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.01)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-3-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.015)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-4-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.02)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-5-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.025)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-6-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.03)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-7-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.035)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-8-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.04)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-9-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.045)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-10-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.05)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-11-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.055)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-12-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.06)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-13-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.065)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-14-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.07)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-15-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.075)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-16-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.08)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-17-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.09)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-18-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.095)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-19-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.1)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-20-percent>.vc_column-inner {
		padding: calc((100vw - 180px)*0.105)
	}
}

@media only screen and (min-width:1425px) {
	.col.padding-1-percent>.vc_column-inner {
		padding: calc(1245px*0.01)
	}
	.col.padding-2-percent>.vc_column-inner {
		padding: calc(1245px*0.02)
	}
	.col.padding-3-percent>.vc_column-inner {
		padding: calc(1245px*0.03)
	}
	.col.padding-4-percent>.vc_column-inner {
		padding: calc(1245px*0.04)
	}
	.col.padding-5-percent>.vc_column-inner {
		padding: calc(1245px*0.05)
	}
	.col.padding-6-percent>.vc_column-inner {
		padding: calc(1245px*0.06)
	}
	.col.padding-7-percent>.vc_column-inner {
		padding: calc(1245px*0.07)
	}
	.col.padding-8-percent>.vc_column-inner {
		padding: calc(1245px*0.08)
	}
	.col.padding-9-percent>.vc_column-inner {
		padding: calc(1245px*0.09)
	}
	.col.padding-10-percent>.vc_column-inner {
		padding: calc(1245px*0.1)
	}
	.col.padding-11-percent>.vc_column-inner {
		padding: calc(1245px*0.11)
	}
	.col.padding-12-percent>.vc_column-inner {
		padding: calc(1245px*0.12)
	}
	.col.padding-13-percent>.vc_column-inner {
		padding: calc(1245px*0.13)
	}
	.col.padding-14-percent>.vc_column-inner {
		padding: calc(1245px*0.14)
	}
	.col.padding-15-percent>.vc_column-inner {
		padding: calc(1245px*0.15)
	}
	.col.padding-16-percent>.vc_column-inner {
		padding: calc(1245px*0.16)
	}
	.col.padding-17-percent>.vc_column-inner {
		padding: calc(1245px*0.17)
	}
	.col.padding-18-percent>.vc_column-inner {
		padding: calc(1245px*0.18)
	}
	.col.padding-19-percent>.vc_column-inner {
		padding: calc(1245px*0.19)
	}
	.col.padding-20-percent>.vc_column-inner {
		padding: calc(1245px*0.2)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-1-percent>.vc_column-inner {
		padding: calc(1245px*0.005)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-2-percent>.vc_column-inner {
		padding: calc(1245px*0.01)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-3-percent>.vc_column-inner {
		padding: calc(1245px*0.015)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-4-percent>.vc_column-inner {
		padding: calc(1245px*0.02)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-5-percent>.vc_column-inner {
		padding: calc(1245px*0.025)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-6-percent>.vc_column-inner {
		padding: calc(1245px*0.03)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-7-percent>.vc_column-inner {
		padding: calc(1245px*0.035)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-8-percent>.vc_column-inner {
		padding: calc(1245px*0.04)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-9-percent>.vc_column-inner {
		padding: calc(1245px*0.045)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-10-percent>.vc_column-inner {
		padding: calc(1245px*0.05)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-11-percent>.vc_column-inner {
		padding: calc(1245px*0.055)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-12-percent>.vc_column-inner {
		padding: calc(1245px*0.06)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-13-percent>.vc_column-inner {
		padding: calc(1245px*0.065)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-14-percent>.vc_column-inner {
		padding: calc(1245px*0.07)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-15-percent>.vc_column-inner {
		padding: calc(1245px*0.075)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-16-percent>.vc_column-inner {
		padding: calc(1245px*0.08)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-17-percent>.vc_column-inner {
		padding: calc(1245px*0.09)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-18-percent>.vc_column-inner {
		padding: calc(1245px*0.095)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-19-percent>.vc_column-inner {
		padding: calc(1245px*0.1)
	}
	.column_container:not(.vc_col-sm-12) .col.padding-20-percent>.vc_column-inner {
		padding: calc(1245px*0.105)
	}
}

.full-width-content .col.padding-1-percent>.vc_column-inner {
	padding: calc(100vw*0.01)
}

.full-width-content .col.padding-2-percent>.vc_column-inner {
	padding: calc(100vw*0.02)
}

.full-width-content .col.padding-3-percent>.vc_column-inner {
	padding: calc(100vw*0.03)
}

.full-width-content .col.padding-4-percent>.vc_column-inner {
	padding: calc(100vw*0.04)
}

.full-width-content .col.padding-5-percent>.vc_column-inner {
	padding: calc(100vw*0.05)
}

.full-width-content .col.padding-6-percent>.vc_column-inner {
	padding: calc(100vw*0.06)
}

.full-width-content .col.padding-7-percent>.vc_column-inner {
	padding: calc(100vw*0.07)
}

.full-width-content .col.padding-8-percent>.vc_column-inner {
	padding: calc(100vw*0.08)
}

.full-width-content .col.padding-9-percent>.vc_column-inner {
	padding: calc(100vw*0.09)
}

.full-width-content .col.padding-10-percent>.vc_column-inner {
	padding: calc(100vw*0.1)
}

.full-width-content .col.padding-11-percent>.vc_column-inner {
	padding: calc(100vw*0.11)
}

.full-width-content .col.padding-12-percent>.vc_column-inner {
	padding: calc(100vw*0.12)
}

.full-width-content .col.padding-13-percent>.vc_column-inner {
	padding: calc(100vw*0.13)
}

.full-width-content .col.padding-14-percent>.vc_column-inner {
	padding: calc(100vw*0.14)
}

.full-width-content .col.padding-15-percent>.vc_column-inner {
	padding: calc(100vw*0.15)
}

.full-width-content .col.padding-16-percent>.vc_column-inner {
	padding: calc(100vw*0.16)
}

.full-width-content .col.padding-17-percent>.vc_column-inner {
	padding: calc(100vw*0.17)
}

.full-width-content .col.padding-18-percent>.vc_column-inner {
	padding: calc(100vw*0.18)
}

.full-width-content .col.padding-19-percent>.vc_column-inner {
	padding: calc(100vw*0.19)
}

.full-width-content .col.padding-20-percent>.vc_column-inner {
	padding: calc(100vw*0.2)
}

@media only screen and (max-width:999px) {
	.full-width-content .col.padding-1-percent>.vc_column-inner {
		padding: calc(100vw*0.01)
	}
	.full-width-content .col.padding-2-percent>.vc_column-inner,
	.full-width-content .col.padding-3-percent>.vc_column-inner {
		padding: calc(100vw*0.03)
	}
	.full-width-content .col.padding-4-percent>.vc_column-inner,
	.full-width-content .col.padding-5-percent>.vc_column-inner,
	.full-width-content .col.padding-6-percent>.vc_column-inner {
		padding: calc(100vw*0.06)
	}
}

@media only screen and (min-width:1000px) {
	.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-1-percent>.vc_column-inner {
		padding: calc(100vw*0.005)
	}
	.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-2-percent>.vc_column-inner {
		padding: calc(100vw*0.01)
	}
	.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-3-percent>.vc_column-inner {
		padding: calc(100vw*0.015)
	}
	.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-4-percent>.vc_column-inner {
		padding: calc(100vw*0.02)
	}
	.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-5-percent>.vc_column-inner {
		padding: calc(100vw*0.025)
	}
	.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-6-percent>.vc_column-inner {
		padding: calc(100vw*0.03)
	}
	.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-7-percent>.vc_column-inner {
		padding: calc(100vw*0.035)
	}
	.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-8-percent>.vc_column-inner {
		padding: calc(100vw*0.04)
	}
	.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-9-percent>.vc_column-inner {
		padding: calc(100vw*0.045)
	}
	.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-10-percent>.vc_column-inner {
		padding: calc(100vw*0.05)
	}
	.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-11-percent>.vc_column-inner {
		padding: calc(100vw*0.055)
	}
	.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-12-percent>.vc_column-inner {
		padding: calc(100vw*0.06)
	}
	.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-13-percent>.vc_column-inner {
		padding: calc(100vw*0.065)
	}
	.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-14-percent>.vc_column-inner {
		padding: calc(100vw*0.07)
	}
	.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-15-percent>.vc_column-inner {
		padding: calc(100vw*0.075)
	}
	.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-16-percent>.vc_column-inner {
		padding: calc(100vw*0.08)
	}
	.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-17-percent>.vc_column-inner {
		padding: calc(100vw*0.09)
	}
	.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-18-percent>.vc_column-inner {
		padding: calc(100vw*0.095)
	}
	.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-19-percent>.vc_column-inner {
		padding: calc(100vw*0.1)
	}
	.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-20-percent>.vc_column-inner {
		padding: calc(100vw*0.105)
	}
}

body #ajax-content-wrap .col[data-padding-pos=right]>.vc_column-inner {
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0
}

body #ajax-content-wrap .col[data-padding-pos=left]>.vc_column-inner {
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0
}

body #ajax-content-wrap .col[data-padding-pos=bottom]>.vc_column-inner {
	padding-right: 0;
	padding-top: 0;
	padding-left: 0
}

#ajax-content-wrap .col[data-padding-pos=top]>.vc_column-inner {
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0
}

#ajax-content-wrap .col[data-padding-pos=top-right]>.vc_column-inner {
	padding-bottom: 0;
	padding-left: 0
}

#ajax-content-wrap .col[data-padding-pos=top-left]>.vc_column-inner {
	padding-bottom: 0;
	padding-right: 0
}

#ajax-content-wrap .col[data-padding-pos=top-bottom]>.vc_column-inner {
	padding-left: 0;
	padding-right: 0
}

#ajax-content-wrap .col[data-padding-pos=bottom-right]>.vc_column-inner {
	padding-left: 0;
	padding-top: 0
}

#ajax-content-wrap .col[data-padding-pos=bottom-left]>.vc_column-inner {
	padding-right: 0;
	padding-top: 0
}

#ajax-content-wrap .col[data-padding-pos=left-right]>.vc_column-inner {
	padding-top: 0;
	padding-bottom: 0
}

body.compose-mode .vc_row.vc_row-o-content-middle>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_element>.vc_column_container>.vc_column-inner,
body.compose-mode .vc_row.vc_row-o-content-middle>.fp-tableCell .fp-scrollable>.fp-scroller .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_element>.vc_column_container>.vc_column-inner {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%
}

body.compose-mode .wpb_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_element>.vc_column_container>.vc_column-inner,
body.compose-mode .wpb_row.vc_row-flex>.fp-tableCell .fp-scrollable>.fp-scroller>.full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_element>.vc_column_container>.vc_column-inner {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (max-width:999px) and (min-width:691px) {
	.vc_col-xs-12:not([data-t-w-inherits=small_desktop]) {
		width: 100%
	}
	.vc_col-xs-11:not([data-t-w-inherits=small_desktop]) {
		width: 91.66666667%
	}
	.vc_col-xs-10:not([data-t-w-inherits=small_desktop]) {
		width: 83.33333333%
	}
	.vc_col-xs-9:not([data-t-w-inherits=small_desktop]) {
		width: 75%
	}
	.vc_col-xs-8:not([data-t-w-inherits=small_desktop]) {
		width: 66.66666667%
	}
	.vc_col-xs-7:not([data-t-w-inherits=small_desktop]) {
		width: 58.33333333%
	}
	.vc_col-xs-6:not([data-t-w-inherits=small_desktop]) {
		width: 50%
	}
	.vc_col-xs-5:not([data-t-w-inherits=small_desktop]) {
		width: 41.66666667%
	}
	.vc_col-xs-4:not([data-t-w-inherits=small_desktop]) {
		width: 33.33333333%
	}
	.vc_col-xs-3:not([data-t-w-inherits=small_desktop]) {
		width: 25%
	}
	.vc_col-xs-2:not([data-t-w-inherits=small_desktop]) {
		width: 16.66666667%
	}
	.vc_col-xs-1:not([data-t-w-inherits=small_desktop]) {
		width: 8.33333333%
	}
	.vc_col-xs-5\/5:not([data-t-w-inherits=small_desktop]) {
		width: 100%
	}
	.vc_col-xs-4\/5:not([data-t-w-inherits=small_desktop]) {
		width: 80%
	}
	.vc_col-xs-3\/5:not([data-t-w-inherits=small_desktop]) {
		width: 60%
	}
	.vc_col-xs-2\/5:not([data-t-w-inherits=small_desktop]) {
		width: 40%
	}
	.vc_col-xs-1\/5:not([data-t-w-inherits=small_desktop]) {
		width: 20%
	}
}

@media (max-width:690px) {
	.vc_col-xs-12 {
		width: 100%
	}
	.vc_col-xs-11 {
		width: 91.66666667%
	}
	.vc_col-xs-10 {
		width: 83.33333333%
	}
	.vc_col-xs-9 {
		width: 75%
	}
	.vc_col-xs-8 {
		width: 66.66666667%
	}
	.vc_col-xs-7 {
		width: 58.33333333%
	}
	.vc_col-xs-6 {
		width: 50%
	}
	.vc_col-xs-5 {
		width: 41.66666667%
	}
	.vc_col-xs-4 {
		width: 33.33333333%
	}
	.vc_col-xs-3 {
		width: 25%
	}
	.vc_col-xs-2 {
		width: 16.66666667%
	}
	.vc_col-xs-1 {
		width: 8.33333333%
	}
	.vc_col-xs-5\/5 {
		width: 100%
	}
	.vc_col-xs-4\/5 {
		width: 80%
	}
	.vc_col-xs-3\/5 {
		width: 60%
	}
	.vc_col-xs-2\/5 {
		width: 40%
	}
	.vc_col-xs-1\/5 {
		width: 20%
	}
}

.vc_col-xs-pull-12 {
	right: 100%
}

.vc_col-xs-pull-11 {
	right: 91.66666667%
}

.vc_col-xs-pull-10 {
	right: 83.33333333%
}

.vc_col-xs-pull-9 {
	right: 75%
}

.vc_col-xs-pull-8 {
	right: 66.66666667%
}

.vc_col-xs-pull-7 {
	right: 58.33333333%
}

.vc_col-xs-pull-6 {
	right: 50%
}

.vc_col-xs-pull-5 {
	right: 41.66666667%
}

.vc_col-xs-pull-4 {
	right: 33.33333333%
}

.vc_col-xs-pull-3 {
	right: 25%
}

.vc_col-xs-pull-2 {
	right: 16.66666667%
}

.vc_col-xs-pull-1 {
	right: 8.33333333%
}

.vc_col-xs-pull-0 {
	right: auto
}

.vc_col-xs-push-12 {
	left: 100%
}

.vc_col-xs-push-11 {
	left: 91.66666667%
}

.vc_col-xs-push-10 {
	left: 83.33333333%
}

.vc_col-xs-push-9 {
	left: 75%
}

.vc_col-xs-push-8 {
	left: 66.66666667%
}

.vc_col-xs-push-7 {
	left: 58.33333333%
}

.vc_col-xs-push-6 {
	left: 50%
}

.vc_col-xs-push-5 {
	left: 41.66666667%
}

.vc_col-xs-push-4 {
	left: 33.33333333%
}

.vc_col-xs-push-3 {
	left: 25%
}

.vc_col-xs-push-2 {
	left: 16.66666667%
}

.vc_col-xs-push-1 {
	left: 8.33333333%
}

.vc_col-xs-push-0 {
	left: auto
}

.vc_col-xs-offset-12 {
	margin-left: 100%
}

.vc_col-xs-offset-11 {
	margin-left: 91.66666667%
}

.vc_col-xs-offset-10 {
	margin-left: 83.33333333%
}

.vc_col-xs-offset-9 {
	margin-left: 75%
}

.vc_col-xs-offset-8 {
	margin-left: 66.66666667%
}

.vc_col-xs-offset-7 {
	margin-left: 58.33333333%
}

.vc_col-xs-offset-6 {
	margin-left: 50%
}

.vc_col-xs-offset-5 {
	margin-left: 41.66666667%
}

.vc_col-xs-offset-4 {
	margin-left: 33.33333333%
}

.vc_col-xs-offset-3 {
	margin-left: 25%
}

.vc_col-xs-offset-2 {
	margin-left: 16.66666667%
}

.vc_col-xs-offset-1 {
	margin-left: 8.33333333%
}

.vc_col-xs-offset-0 {
	margin-left: 0
}

.vc_col-xs-pull-5\/5 {
	right: 100%
}

.vc_col-xs-pull-4\/5 {
	right: 80%
}

.vc_col-xs-pull-3\/5 {
	right: 60%
}

.vc_col-xs-pull-2\/5 {
	right: 40%
}

.vc_col-xs-pull-1\/5 {
	right: 20%
}

.vc_col-xs-pull-0\/5 {
	right: auto
}

.vc_col-xs-push-5\/5 {
	left: 100%
}

.vc_col-xs-push-4\/5 {
	left: 80%
}

.vc_col-xs-push-3\/5 {
	left: 60%
}

.vc_col-xs-push-2\/5 {
	left: 40%
}

.vc_col-xs-push-1\/5 {
	left: 20%
}

.vc_col-xs-push-0\/5 {
	left: auto
}

.vc_col-xs-offset-5\/5 {
	margin-left: 100%
}

.vc_col-xs-offset-4\/5 {
	margin-left: 80%
}

.vc_col-xs-offset-3\/5 {
	margin-left: 60%
}

.vc_col-xs-offset-2\/5 {
	margin-left: 40%
}

.vc_col-xs-offset-1\/5 {
	margin-left: 20%
}

.vc_col-xs-offset-0\/5 {
	margin-left: 0
}

@media (min-width:690px) {
	.vc_col-sm-5\/5 {
		width: 100%
	}
	.vc_col-sm-4\/5 {
		width: 80%
	}
	.vc_col-sm-3\/5 {
		width: 60%
	}
	.vc_col-sm-2\/5 {
		width: 40%
	}
	.vc_col-sm-1\/5 {
		width: 20%
	}
	.vc_col-sm-12 {
		width: 100%
	}
	.vc_col-sm-11 {
		width: 91.66666667%
	}
	.vc_col-sm-10 {
		width: 83.33333333%
	}
	.vc_col-sm-9 {
		width: 75%
	}
	.vc_col-sm-8 {
		width: 66.66666667%
	}
	.vc_col-sm-7 {
		width: 58.33333333%
	}
	.vc_col-sm-6 {
		width: 50%
	}
	.vc_col-sm-5 {
		width: 41.66666667%
	}
	.vc_col-sm-4 {
		width: 33.33333333%
	}
	.vc_col-sm-3 {
		width: 25%
	}
	.vc_col-sm-2 {
		width: 16.66666667%
	}
	.vc_col-sm-1 {
		width: 8.33333333%
	}
	.vc_col-sm-pull-12 {
		right: 100%
	}
	.vc_col-sm-pull-11 {
		right: 91.66666667%
	}
	.vc_col-sm-pull-10 {
		right: 83.33333333%
	}
	.vc_col-sm-pull-9 {
		right: 75%
	}
	.vc_col-sm-pull-8 {
		right: 66.66666667%
	}
	.vc_col-sm-pull-7 {
		right: 58.33333333%
	}
	.vc_col-sm-pull-6 {
		right: 50%
	}
	.vc_col-sm-pull-5 {
		right: 41.66666667%
	}
	.vc_col-sm-pull-4 {
		right: 33.33333333%
	}
	.vc_col-sm-pull-3 {
		right: 25%
	}
	.vc_col-sm-pull-2 {
		right: 16.66666667%
	}
	.vc_col-sm-pull-1 {
		right: 8.33333333%
	}
	.vc_col-sm-pull-0 {
		right: auto
	}
	.vc_col-sm-push-12 {
		left: 100%
	}
	.vc_col-sm-push-11 {
		left: 91.66666667%
	}
	.vc_col-sm-push-10 {
		left: 83.33333333%
	}
	.vc_col-sm-push-9 {
		left: 75%
	}
	.vc_col-sm-push-8 {
		left: 66.66666667%
	}
	.vc_col-sm-push-7 {
		left: 58.33333333%
	}
	.vc_col-sm-push-6 {
		left: 50%
	}
	.vc_col-sm-push-5 {
		left: 41.66666667%
	}
	.vc_col-sm-push-4 {
		left: 33.33333333%
	}
	.vc_col-sm-push-3 {
		left: 25%
	}
	.vc_col-sm-push-2 {
		left: 16.66666667%
	}
	.vc_col-sm-push-1 {
		left: 8.33333333%
	}
	.vc_col-sm-push-0 {
		left: auto
	}
	.vc_col-sm-offset-12 {
		margin-left: 100%
	}
	.vc_col-sm-offset-11 {
		margin-left: 91.66666667%
	}
	.vc_col-sm-offset-10 {
		margin-left: 83.33333333%
	}
	.vc_col-sm-offset-9 {
		margin-left: 75%
	}
	.vc_col-sm-offset-8 {
		margin-left: 66.66666667%
	}
	.vc_col-sm-offset-7 {
		margin-left: 58.33333333%
	}
	.vc_col-sm-offset-6 {
		margin-left: 50%
	}
	.vc_col-sm-offset-5 {
		margin-left: 41.66666667%
	}
	.vc_col-sm-offset-4 {
		margin-left: 33.33333333%
	}
	.vc_col-sm-offset-3 {
		margin-left: 25%
	}
	.vc_col-sm-offset-2 {
		margin-left: 16.66666667%
	}
	.vc_col-sm-offset-1 {
		margin-left: 8.33333333%
	}
	.vc_col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1000px) {
	.vc_col-md-12 {
		width: 100%
	}
	.vc_col-md-11 {
		width: 91.66666667%
	}
	.vc_col-md-10 {
		width: 83.33333333%
	}
	.vc_col-md-9 {
		width: 75%
	}
	.vc_col-md-8 {
		width: 66.66666667%
	}
	.vc_col-md-7 {
		width: 58.33333333%
	}
	.vc_col-md-6 {
		width: 50%
	}
	.vc_col-md-5 {
		width: 41.66666667%
	}
	.vc_col-md-4 {
		width: 33.33333333%
	}
	.vc_col-md-3 {
		width: 25%
	}
	.vc_col-md-2 {
		width: 16.66666667%
	}
	.vc_col-md-1 {
		width: 8.33333333%
	}
	.vc_col-md-pull-12 {
		right: 100%
	}
	.vc_col-md-pull-11 {
		right: 91.66666667%
	}
	.vc_col-md-pull-10 {
		right: 83.33333333%
	}
	.vc_col-md-pull-9 {
		right: 75%
	}
	.vc_col-md-pull-8 {
		right: 66.66666667%
	}
	.vc_col-md-pull-7 {
		right: 58.33333333%
	}
	.vc_col-md-pull-6 {
		right: 50%
	}
	.vc_col-md-pull-5 {
		right: 41.66666667%
	}
	.vc_col-md-pull-4 {
		right: 33.33333333%
	}
	.vc_col-md-pull-3 {
		right: 25%
	}
	.vc_col-md-pull-2 {
		right: 16.66666667%
	}
	.vc_col-md-pull-1 {
		right: 8.33333333%
	}
	.vc_col-md-pull-0 {
		right: auto
	}
	.vc_col-md-push-12 {
		left: 100%
	}
	.vc_col-md-push-11 {
		left: 91.66666667%
	}
	.vc_col-md-push-10 {
		left: 83.33333333%
	}
	.vc_col-md-push-9 {
		left: 75%
	}
	.vc_col-md-push-8 {
		left: 66.66666667%
	}
	.vc_col-md-push-7 {
		left: 58.33333333%
	}
	.vc_col-md-push-6 {
		left: 50%
	}
	.vc_col-md-push-5 {
		left: 41.66666667%
	}
	.vc_col-md-push-4 {
		left: 33.33333333%
	}
	.vc_col-md-push-3 {
		left: 25%
	}
	.vc_col-md-push-2 {
		left: 16.66666667%
	}
	.vc_col-md-push-1 {
		left: 8.33333333%
	}
	.vc_col-md-push-0 {
		left: auto
	}
	.vc_col-md-offset-12 {
		margin-left: 100%
	}
	.vc_col-md-offset-11 {
		margin-left: 91.66666667%
	}
	.vc_col-md-offset-10 {
		margin-left: 83.33333333%
	}
	.vc_col-md-offset-9 {
		margin-left: 75%
	}
	.vc_col-md-offset-8 {
		margin-left: 66.66666667%
	}
	.vc_col-md-offset-7 {
		margin-left: 58.33333333%
	}
	.vc_col-md-offset-6 {
		margin-left: 50%
	}
	.vc_col-md-offset-5 {
		margin-left: 41.66666667%
	}
	.vc_col-md-offset-4 {
		margin-left: 33.33333333%
	}
	.vc_col-md-offset-3 {
		margin-left: 25%
	}
	.vc_col-md-offset-2 {
		margin-left: 16.66666667%
	}
	.vc_col-md-offset-1 {
		margin-left: 8.33333333%
	}
	.vc_col-md-offset-0 {
		margin-left: 0
	}
	.vc_col-md-5\/5 {
		width: 100%
	}
	.vc_col-md-4\/5 {
		width: 80%
	}
	.vc_col-md-3\/5 {
		width: 60%
	}
	.vc_col-md-2\/5 {
		width: 40%
	}
	.vc_col-md-1\/5 {
		width: 20%
	}
	.vc_col-md-pull-5\/5 {
		right: 100%
	}
	.vc_col-md-pull-4\/5 {
		right: 80%
	}
	.vc_col-md-pull-3\/5 {
		right: 60%
	}
	.vc_col-md-pull-2\/5 {
		right: 40%
	}
	.vc_col-md-pull-1\/5 {
		right: 20%
	}
	.vc_col-md-pull-0\/5 {
		right: auto
	}
	.vc_col-md-push-5\/5 {
		left: 100%
	}
	.vc_col-md-push-4\/5 {
		left: 80%
	}
	.vc_col-md-push-3\/5 {
		left: 60%
	}
	.vc_col-md-push-2\/5 {
		left: 40%
	}
	.vc_col-md-push-1\/5 {
		left: 20%
	}
	.vc_col-md-push-0\/5 {
		left: auto
	}
	.vc_col-md-offset-5\/5 {
		margin-left: 100%
	}
	.vc_col-md-offset-4\/5 {
		margin-left: 80%
	}
	.vc_col-md-offset-3\/5 {
		margin-left: 60%
	}
	.vc_col-md-offset-2\/5 {
		margin-left: 40%
	}
	.vc_col-md-offset-1\/5 {
		margin-left: 20%
	}
	.vc_col-md-offset-0\/5 {
		margin-left: 0
	}
}

@media (min-width:1300px) {
	.vc_col-lg-12 {
		width: 100%
	}
	.vc_col-lg-11 {
		width: 91.66666667%
	}
	.vc_col-lg-10 {
		width: 83.33333333%
	}
	.vc_col-lg-9 {
		width: 75%
	}
	.vc_col-lg-8 {
		width: 66.66666667%
	}
	.vc_col-lg-7 {
		width: 58.33333333%
	}
	.vc_col-lg-6 {
		width: 50%
	}
	.vc_col-lg-5 {
		width: 41.66666667%
	}
	.vc_col-lg-4 {
		width: 33.33333333%
	}
	.vc_col-lg-3 {
		width: 25%
	}
	.vc_col-lg-2 {
		width: 16.66666667%
	}
	.vc_col-lg-1 {
		width: 8.33333333%
	}
	.vc_col-lg-pull-12 {
		right: 100%
	}
	.vc_col-lg-pull-11 {
		right: 91.66666667%
	}
	.vc_col-lg-pull-10 {
		right: 83.33333333%
	}
	.vc_col-lg-pull-9 {
		right: 75%
	}
	.vc_col-lg-pull-8 {
		right: 66.66666667%
	}
	.vc_col-lg-pull-7 {
		right: 58.33333333%
	}
	.vc_col-lg-pull-6 {
		right: 50%
	}
	.vc_col-lg-pull-5 {
		right: 41.66666667%
	}
	.vc_col-lg-pull-4 {
		right: 33.33333333%
	}
	.vc_col-lg-pull-3 {
		right: 25%
	}
	.vc_col-lg-pull-2 {
		right: 16.66666667%
	}
	.vc_col-lg-pull-1 {
		right: 8.33333333%
	}
	.vc_col-lg-pull-0 {
		right: auto
	}
	.vc_col-lg-push-12 {
		left: 100%
	}
	.vc_col-lg-push-11 {
		left: 91.66666667%
	}
	.vc_col-lg-push-10 {
		left: 83.33333333%
	}
	.vc_col-lg-push-9 {
		left: 75%
	}
	.vc_col-lg-push-8 {
		left: 66.66666667%
	}
	.vc_col-lg-push-7 {
		left: 58.33333333%
	}
	.vc_col-lg-push-6 {
		left: 50%
	}
	.vc_col-lg-push-5 {
		left: 41.66666667%
	}
	.vc_col-lg-push-4 {
		left: 33.33333333%
	}
	.vc_col-lg-push-3 {
		left: 25%
	}
	.vc_col-lg-push-2 {
		left: 16.66666667%
	}
	.vc_col-lg-push-1 {
		left: 8.33333333%
	}
	.vc_col-lg-push-0 {
		left: auto
	}
	.vc_col-lg-offset-12 {
		margin-left: 100%
	}
	.vc_col-lg-offset-11 {
		margin-left: 91.66666667%
	}
	.vc_col-lg-offset-10 {
		margin-left: 83.33333333%
	}
	.vc_col-lg-offset-9 {
		margin-left: 75%
	}
	.vc_col-lg-offset-8 {
		margin-left: 66.66666667%
	}
	.vc_col-lg-offset-7 {
		margin-left: 58.33333333%
	}
	.vc_col-lg-offset-6 {
		margin-left: 50%
	}
	.vc_col-lg-offset-5 {
		margin-left: 41.66666667%
	}
	.vc_col-lg-offset-4 {
		margin-left: 33.33333333%
	}
	.vc_col-lg-offset-3 {
		margin-left: 25%
	}
	.vc_col-lg-offset-2 {
		margin-left: 16.66666667%
	}
	.vc_col-lg-offset-1 {
		margin-left: 8.33333333%
	}
	.vc_col-lg-offset-0 {
		margin-left: 0
	}
}

@media (min-width:690px) {
	.vc_col-sm-1\/5,
	.vc_col-sm-2\/5,
	.vc_col-sm-3\/5,
	.vc_col-sm-4\/5,
	.vc_col-sm-5\/5 {
		float: left
	}
	.vc_col-sm-pull-5\/5 {
		right: 100%
	}
	.vc_col-sm-pull-4\/5 {
		right: 80%
	}
	.vc_col-sm-pull-3\/5 {
		right: 60%
	}
	.vc_col-sm-pull-2\/5 {
		right: 40%
	}
	.vc_col-sm-pull-1\/5 {
		right: 20%
	}
	.vc_col-sm-pull-0\/5 {
		right: auto
	}
	.vc_col-sm-push-5\/5 {
		left: 100%
	}
	.vc_col-sm-push-4\/5 {
		left: 80%
	}
	.vc_col-sm-push-3\/5 {
		left: 60%
	}
	.vc_col-sm-push-2\/5 {
		left: 40%
	}
	.vc_col-sm-push-1\/5 {
		left: 20%
	}
	.vc_col-sm-push-0\/5 {
		left: auto
	}
	.vc_col-sm-offset-5\/5 {
		margin-left: 100%
	}
	.vc_col-sm-offset-4\/5 {
		margin-left: 80%
	}
	.vc_col-sm-offset-3\/5 {
		margin-left: 60%
	}
	.vc_col-sm-offset-2\/5 {
		margin-left: 40%
	}
	.vc_col-sm-offset-1\/5 {
		margin-left: 20%
	}
	.vc_col-sm-offset-0\/5 {
		margin-left: 0
	}
}

@media (min-width:1000px) {
	.vc_col-md-1\/5,
	.vc_col-md-2\/5,
	.vc_col-md-3\/5,
	.vc_col-md-4\/5,
	.vc_col-md-5\/5 {
		float: left
	}
}

@media (min-width:1300px) {
	.vc_col-lg-1\/5,
	.vc_col-lg-2\/5,
	.vc_col-lg-3\/5,
	.vc_col-lg-4\/5,
	.vc_col-lg-5\/5 {
		float: left
	}
	.vc_col-lg-5\/5 {
		width: 100%
	}
	.vc_col-lg-4\/5 {
		width: 80%
	}
	.vc_col-lg-3\/5 {
		width: 60%
	}
	.vc_col-lg-2\/5 {
		width: 40%
	}
	.vc_col-lg-1\/5 {
		width: 20%
	}
	.vc_col-lg-pull-5\/5 {
		right: 100%
	}
	.vc_col-lg-pull-4\/5 {
		right: 80%
	}
	.vc_col-lg-pull-3\/5 {
		right: 60%
	}
	.vc_col-lg-pull-2\/5 {
		right: 40%
	}
	.vc_col-lg-pull-1\/5 {
		right: 20%
	}
	.vc_col-lg-pull-0\/5 {
		right: auto
	}
	.vc_col-lg-push-5\/5 {
		left: 100%
	}
	.vc_col-lg-push-4\/5 {
		left: 80%
	}
	.vc_col-lg-push-3\/5 {
		left: 60%
	}
	.vc_col-lg-push-2\/5 {
		left: 40%
	}
	.vc_col-lg-push-1\/5 {
		left: 20%
	}
	.vc_col-lg-push-0\/5 {
		left: auto
	}
	.vc_col-lg-offset-5\/5 {
		margin-left: 100%
	}
	.vc_col-lg-offset-4\/5 {
		margin-left: 80%
	}
	.vc_col-lg-offset-3\/5 {
		margin-left: 60%
	}
	.vc_col-lg-offset-2\/5 {
		margin-left: 40%
	}
	.vc_col-lg-offset-1\/5 {
		margin-left: 20%
	}
	.vc_col-lg-offset-0\/5 {
		margin-left: 0
	}
}

@media only screen and (min-width :690px) and (max-width :999px) {
	.vc_col-sm-1[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
	body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-1 {
		width: 8.33333333%
	}
	.vc_col-sm-2[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
	body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-2 {
		width: 16.66666667%
	}
	.vc_col-sm-3[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
	body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-3 {
		width: 25%
	}
	.vc_col-sm-4[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
	body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-4 {
		width: 33.33333333%
	}
	.vc_col-sm-5[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
	body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-5 {
		width: 41.66666667%
	}
	.vc_col-sm-6[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
	body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-6 {
		width: 50%
	}
	.vc_col-sm-7[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
	body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-7 {
		width: 58.33333333%
	}
	.vc_col-sm-8[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
	body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-8 {
		width: 66.66666667%
	}
	.vc_col-sm-9[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
	body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-9 {
		width: 75%
	}
	.vc_col-sm-10[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
	body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-10 {
		width: 83.33333333%
	}
	.vc_col-sm-11[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
	body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-11 {
		width: 91.66666667%
	}
}

@media only screen and (max-width :690px) {
	[class*=vc_col-]:not([class*=vc_col-xs]) {
		width: 100%
	}
	.wpb_column:not([class*=vc_col-xs]) {
		width: 100%;
		margin-bottom: 25px
	}
	body .vc_row-fluid .vc_col-sm-2:not([class*=vc_col-xs]),
	body .vc_row-fluid.full-width-content .vc_col-sm-2:not([class*=vc_col-xs]) {
		width: 50%
	}
}

@media only screen and (min-width :1px) and (max-width :999px) {
	.vc_row-fluid.full-width-content .col .wpb_row,
	.vc_row-fluid.full-width-content .col,
	.vc_row-fluid.vc_row[data-column-margin=none] .col,
	.vc_row-fluid .wpb_column[class*=vc_col-xs]:not(.vc_col-xs-12) {
		margin-bottom: 0
	}
}

@media only screen and (min-width :1000px) {
	.wpb_row.reverse_columns_desktop .row_col_wrap_12,
	.wpb_row.inner_row.reverse_columns_desktop .row_col_wrap_12_inner {
		flex-direction: row-reverse
	}
}

@media only screen and (max-width :999px) and (min-width :691px) {
	.wpb_row.reverse_columns_row_tablet .row_col_wrap_12,
	.wpb_row.inner_row.reverse_columns_row_tablet .row_col_wrap_12_inner {
		flex-direction: row-reverse
	}
	.wpb_row.reverse_columns_column_tablet .row_col_wrap_12,
	.wpb_row.inner_row.reverse_columns_column_tablet .row_col_wrap_12_inner {
		flex-direction: column-reverse
	}
	.wpb_row.reverse_columns_column_tablet:not([data-column-margin=none]):not(.full-width-content)>.row_col_wrap_12>.wpb_column:last-of-type,
	.wpb_row:not(.full-width-content) .wpb_row.inner_row:not([data-column-margin=none]).reverse_columns_column_tablet .row_col_wrap_12_inner>.wpb_column:last-of-type {
		margin-bottom: 25px
	}
	.wpb_row.reverse_columns_column_tablet:not([data-column-margin=none]):not(.full-width-content)>.row_col_wrap_12>.wpb_column:first-of-type,
	.wpb_row:not(.full-width-content) .wpb_row.inner_row:not([data-column-margin=none]).reverse_columns_column_tablet .row_col_wrap_12_inner>.wpb_column:first-of-type {
		margin-bottom: 0
	}
}

@media only screen and (max-width :690px) {
	.wpb_row.reverse_columns_row_phone .row_col_wrap_12,
	.wpb_row.inner_row.reverse_columns_row_phone .row_col_wrap_12_inner {
		flex-direction: row-reverse
	}
	.wpb_row.reverse_columns_column_phone .row_col_wrap_12,
	.wpb_row.inner_row.reverse_columns_column_phone .row_col_wrap_12_inner {
		flex-direction: column-reverse
	}
	.wpb_row.reverse_columns_column_phone:not([data-column-margin=none]):not(.full-width-content)>.row_col_wrap_12>.wpb_column:last-of-type,
	.wpb_row:not(.full-width-content) .wpb_row.inner_row:not([data-column-margin=none]).reverse_columns_column_phone .row_col_wrap_12_inner>.wpb_column:last-of-type {
		margin-bottom: 25px
	}
	.wpb_row.reverse_columns_column_phone:not([data-column-margin=none]):not(.full-width-content)>.row_col_wrap_12>.wpb_column:first-of-type,
	.wpb_row:not(.full-width-content) .wpb_row.inner_row:not([data-column-margin=none]).reverse_columns_column_phone .row_col_wrap_12_inner>.wpb_column:first-of-type {
		margin-bottom: 0
	}
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

input[type=submit] {
	-webkit-appearance: none
}

html {
	max-width: 100%;
	overflow-y: scroll;
	overflow-x: hidden
}

body {
	max-width: 100%;
	overflow: hidden;
	background: #fff;
	color: #676767;
	position: relative
}

ol,
ul {
	list-style: none
}

input[type=text]::-ms-clear {
	display: none
}

sup {
	font-size: 10px;
	vertical-align: super
}

sub {
	font-size: 10px;
	vertical-align: sub
}

p:empty {
	display: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:root {
	--scroll-bar-w: -2px
}

.container {
	margin: 0 auto;
	position: relative;
	max-width: 880px
}

.row {
	position: relative
}

.main-content>.row,
header .row {
	margin-left: 0;
	margin-right: 0
}

.row:after,
.col:after,
.clr:after,
.group:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clear-after:after {
	display: none;
}

.row,
div.clear {
	padding-bottom: 24px
}

@media (min-width:690px) {
	.span_1 {
		width: 6.5%
	}
	.span_2 {
		width: 15%
	}
	.span_3 {
		width: 23.5%
	}
	.span_4 {
		width: 32%
	}
	.span_5 {
		width: 40.5%
	}
	.span_6 {
		width: 49%
	}
	.span_7 {
		width: 57.5%
	}
	.span_8 {
		width: 66%
	}
	.span_9 {
		width: 74.5%
	}
	.span_10 {
		width: 83%
	}
	.span_11 {
		width: 91.5%
	}
	.span_12 {
		width: 100%
	}
}

body {
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	font-family: 'Open Sans';
	font-weight: 400;
	line-height: 26px
}

body:not(.nectar-no-flex-height) {
	display: flex;
	flex-direction: column;
	min-height: 100vh
}

@media only screen and (min-width:1000px) {
	body.admin-bar:not(.nectar-no-flex-height) {
		min-height: calc(100vh - 32px)
	}
}

body:not(.nectar-no-flex-height) #ajax-content-wrap,
body:not(.nectar-no-flex-height) #ajax-content-wrap .blurred-wrap,
body:not(.nectar-no-flex-height) .ocm-effect-wrap,
body:not(.nectar-no-flex-height) .ocm-effect-wrap-inner {
	display: flex;
	flex-direction: column;
	flex-grow: 1
}

body:not(.nectar-no-flex-height) .container-wrap {
	flex-grow: 1
}

p {
	-webkit-font-smoothing: antialiased
}

body .ui-widget {
	font-family: 'Open Sans';
	font-weight: 400
}

.screen-reader-text,
.nectar-skip-to-content:not(:focus) {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-wrap: normal !important
}

@media only screen and (min-width:1000px) {
	.nectar-mobile-only {
		display: none
	}
}

#header-outer .screen-reader-text {
	height: 1px
}

.overflow-x-hidden {
	overflow-x: hidden
}

.nectar-pseudo-expand:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block
}

.alignleft {
	float: left;
	margin-right: 15px
}

.alignright {
	float: right;
	margin-left: 15px
}

.aligncenter {
	display: block;
	margin: 15px auto
}

.no-bottom-padding {
	padding-bottom: 0
}

.col.center {
	text-align: center
}

.col.right {
	text-align: right
}

.wp-smiley {
	margin-bottom: 0
}

dt {
	font-family: 'Open Sans';
	font-weight: 600;
	color: #333
}

dd {
	padding-left: 20px
}

.gallery-caption {
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0 10px
}

#wpstats {
	display: none
}

.post-area:not(.masonry) .sticky {
	margin-bottom: 50px
}

.post-area:not(.masonry) .sticky .content-inner {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	background-color: #fff;
	padding: 25px;
	position: relative
}

.side-box {
	padding: 10px 0;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background-color: #e6e6e6;
	text-align: center
}

.side-box a:link,
.side-box a:visited {
	font-weight: 400;
	color: #06c55b;
	font-size: 12px
}

div[id=wpadminbar] {
	z-index: 1000000!important
}

table {
	font-size: 12px;
	margin-bottom: 20px
}

.wp-caption {
	max-width: 100%;
	position: relative
}

.wp-caption .wp-caption-text {
	max-width: 90%;
	width: auto;
	margin-left: 5%;
	display: inline-block;
	margin-bottom: 5px;
	background-color: #fff;
	box-shadow: 0 10px 35px rgba(0, 0, 0, .1)
}

.wp-caption .wp-caption-text,
.row .col .wp-caption .wp-caption-text {
	padding: 10px 15px;
	top: -25px;
	position: relative;
	border-left: 4px solid #000
}

.wp-caption img,
.row .col .wp-caption img {
	margin-bottom: 0;
	display: block;
	margin-right: 0
}

em {
	font-style: italic
}

caption,
th,
td {
	font-weight: 400;
	text-align: left
}

.container-wrap,
.project-title {
	background-color: #f8f8f8;
	position: relative;
	z-index: 10;
	margin-top: 0;
	padding-top: 40px;
	padding-bottom: 40px
}

body[data-header-resize="0"] .container-wrap,
body[data-header-resize="0"] .project-title {
	margin-top: 0;
	padding-top: 40px
}

body.page-template-template-no-header .container-wrap,
body.page-template-template-no-header-footer .container-wrap,
body.single-salient_g_sections .container-wrap {
	padding-top: 0
}

.clear {
	clear: both
}

.subheader {
	color: #6f6f6f;
	margin-bottom: 15px
}

a {
	color: #3555ff;
	text-decoration: none;
	transition: color .3s;
	-webkit-transition: color .3s
}

a:hover {
	color: inherit
}

h1 {
	font-size: 54px;
	line-height: 62px;
	margin-bottom: 7px
}

h2 {
	font-size: 34px;
	line-height: 44px;
	margin-bottom: 7px
}

h3 {
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 7px
}

h4 {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 7px
}

h5 {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 7px
}

h6 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 7px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	font-family: 'Open Sans';
	font-weight: 600
}

.bold,
strong,
b {
	font-family: 'Open Sans';
	font-weight: 600
}

.uppercase {
	font-weight: 700;
	text-transform: uppercase
}

.tiny {
	font-size: 14px;
	line-height: 22px
}

body h1.light,
body h2.light,
body h3.light,
body h4.light,
body h5.light,
body h6.light,
p.light {
	text-transform: none;
	font-weight: 300
}

h1.light {
	font-size: 34px;
	margin-bottom: 30px
}

h2.light {
	font-size: 28px;
	margin-bottom: 30px
}

h3.light {
	font-size: 24px;
	margin-bottom: 15px
}

h4.light {
	font-size: 18px;
	margin-bottom: 7px
}

h5.light {
	font-size: 16px
}

h6.light {
	font-size: 14px;
	margin-bottom: 7px
}

body h1 em,
body h2 em,
body h3 em,
body h4 em {
	font-size: inherit
}

.text-align-center {
	text-align: center
}

p {
	padding-bottom: 27px
}

.row .col p:last-child {
	padding-bottom: 0
}

.container .row:last-child,
.wpb_wrapper .clear {
	padding-bottom: 0
}

.wpb_wrapper>div {
	margin-bottom: 24px
}

.wpb_wrapper>div:last-child,
.row .wpb_wrapper>img:last-child,
.row .wpb_wrapper>.img-with-aniamtion-wrap:last-child img,
.row .wpb_wrapper>.img-with-aniamtion-wrap:last-child .hover-wrap {
	margin-bottom: 0
}

body .pum-overlay,
.pum-overlay .pum-container,
.pum-overlay .pum-container .pum-content {
	line-height: inherit
}

blockquote {
	font-family: 'Open Sans';
	font-weight: 300;
	line-height: 40px;
	font-size: 22px;
	padding-left: 0;
	letter-spacing: .5px;
	margin-bottom: 30px
}

ul,
ol {
	margin-left: 30px;
	margin-bottom: 30px
}

li ul,
li ol {
	margin-bottom: 0
}

ul li {
	list-style: disc;
	list-style-position: outside
}

ol li {
	list-style: decimal;
	list-style-position: outside
}

#header-secondary-outer ul,
#header-secondary-outer ol,
#header-outer nav>ul,
#header-outer ol,
#footer-outer ul,
#footer-outer ol,
#slide-out-widget-area ul,
#slide-out-widget-area ol,
#search-outer ul,
#search-outer ol,
#mobile-menu ul,
#mobile-menu ol,
#header-outer .button_social_group ul {
	margin: 0
}

#header-secondary-outer ul li,
#header-secondary-outer ol li,
#header-outer ul li,
#header-outer ol li,
#footer-outer ul li,
#footer-outer ol li,
#search-outer ul li,
#search-outer ol li,
#slide-out-widget-area ul li,
#slide-out-widget-area ol li,
#mobile-menu ul li,
#mobile-menu ol li {
	list-style: none
}

.main-content img {
	max-width: 100%;
	height: auto
}

.no-transform {
	-webkit-transform: inherit!important;
	transform: inherit!important
}

html.no-overflow-y {
	overflow-y: hidden!important
}

html.no-overflow-y body {
	overflow-y: hidden
}

.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6,
.light p {
	color: #fff
}

code {
	display: block;
	clear: both;
	overflow: auto;
	padding: 1.6em;
	margin-bottom: 1.6em;
	white-space: pre;
	background-color: #f0f0f0;
	font: 14px "Andale Mono", Courier, "Courier New", monospace
}

pre {
	background: #f0f0f0;
	font-family: "Andale Mono", Courier, "Courier New", monospace;
	font-size: 14px;
	font-size: .9375rem;
	padding: 1.6em;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto
}

.no-left-margin.first-section {
	height: auto!important
}

.row .col h3,
.row .col h4 {
	margin-bottom: 8px
}

.vc_separator.vc_separator_align_center h4,
.vc_separator.vc_separator_align_center h3 {
	margin-bottom: 0
}

.row .col img {
	margin-bottom: 15px;
	max-width: 100%;
	height: auto
}

.row .col img:not([srcset]) {
	width: auto
}

.wpb_gallery_slidesimage_grid .portfolio-items .col img {
	width: 100%
}

.row .col .wp-block-gallery.is-cropped .blocks-gallery-image img,
.row .col .wp-block-gallery.is-cropped .blocks-gallery-item img {
	width: 100%;
	margin-bottom: 0
}

body .container-wrap [class*=wp-block].alignfull {
	margin-left: -50vw!important;
	left: 50%;
	max-width: 100vw;
	width: 100vw;
	position: relative
}

body .container-wrap [class*=wp-block].alignfull img,
body .container-wrap [class*=wp-block].alignwide img {
	max-width: none;
	width: 100%
}

blockquote.wp-block-quote {
	position: relative;
	padding-left: 1.3em
}

blockquote.wp-block-quote:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	content: '';
	border-left: 4px solid rgba(0, 0, 0, .1)
}

blockquote.wp-block-quote.has-text-align-center:before {
	display: none
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-style: inherit;
	font-size: 1em
}

blockquote.wp-block-quote p {
	margin-bottom: 0
}

blockquote.wp-block-quote cite {
	font-size: 14px;
	line-height: 18px;
	display: block
}

.wpb_text_column>.wpb_wrapper>*:last-child {
	margin-bottom: 0
}

.gallery a img {
	width: 90%;
	max-width: 90%;
	height: auto;
	max-height: 90%;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #e5e5e5!important;
	transition: all .2s linear;
	-webkit-transition: all .2s linear
}

#ajax-loading-screen .loading-icon {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.default-loading-icon {
	top: 50%;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	margin: 0 auto;
	display: block;
	position: relative;
	border: 3px solid #e5e5e5;
	margin-top: -20px
}

.default-loading-icon:before {
	position: absolute;
	content: "";
	border-color: rgba(0, 0, 0, 1) transparent transparent;
	border-radius: 100%;
	border-style: solid;
	border-width: 3px;
	display: block;
	height: 100%;
	width: 100%;
	top: -3px;
	left: -3px
}

.loading-icon.spin,
.portfolio-loading.spin,
.pp_loaderIcon.spin,
.default-loading-icon.spin {
	animation: 2s cubic-bezier(.63, .045, .34, 1) 0s normal none infinite spinning_animation;
	-webkit-animation: 2s cubic-bezier(.63, .045, .34, 1) 0s normal none infinite spinning_animation
}

.default-skin-loading-icon {
	width: 100%;
	height: 100%;
	background-position: center;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../../../themes/salient/img/icons/loading-white-bg.gif)
}

@keyframes spinning_animation {
	0% {
		transform: scale(1) rotate(0deg)
	}
	50% {
		transform: scale(.8) rotate(360deg)
	}
	100% {
		transform: scale(1) rotate(720deg)
	}
}

@-webkit-keyframes spinning_animation {
	0% {
		-webkit-transform: scale(1) rotate(0deg)
	}
	50% {
		-webkit-transform: scale(.8) rotate(360deg)
	}
	100% {
		-webkit-transform: scale(1) rotate(720deg)
	}
}

@keyframes bounce_in_animation {
	0% {
		transform: scale(0, 0)
	}
	20% {
		transform: scale(1.4, 1.4)
	}
	50% {
		transform: scale(.8, .8)
	}
	85% {
		transform: scale(1.1, 1.1)
	}
	100% {
		transform: scale(1, 1)
	}
}

@-webkit-keyframes bounce_in_animation {
	0% {
		-webkit-transform: scale(0, 0)
	}
	20% {
		-webkit-transform: scale(1.4, 1.4)
	}
	50% {
		-webkit-transform: scale(.8, .8)
	}
	85% {
		-webkit-transform: scale(1.1, 1.1)
	}
	100% {
		-webkit-transform: scale(1, 1)
	}
}

.nectar-global-section {
	position: relative
}

.nectar-global-section.before-footer {
	z-index: 11
}

.nectar-global-section.after-nav {
	z-index: 12
}

.nectar-global-section.before-footer>.row,
.nectar-global-section.after-nav>.row {
	padding-bottom: 0
}

.woocommerce-page .woocommerce p.cart-empty {
	font-size: 54px;
	font-family: 'Open Sans';
	font-weight: 700
}

body.page-template-page-sidebar-php .main-content>.row>.post-area,
body.page-template-page-sidebar-php .main-content>.row>#sidebar,
body.page-template-page-left-sidebar-php .main-content>.row>.post-area,
body.page-template-page-left-sidebar-php .main-content>.row>#sidebar {
	margin-top: 30px
}

.container-wrap .row>.wpb_row:last-child,
.home-wrap .row>.wpb_row:last-child,
#portfolio-extra>.wpb_row:last-child {
	margin-bottom: 0
}

.wpb_row,
.wpb_content_element {
	margin-bottom: 35px
}

.wpb_row.has-global-section,
#ajax-content-wrap .wpb_row.has-global-section {
	margin-bottom: 0
}

body[data-bg-header=true] .container-wrap,
body.single-portfolio .container-wrap,
body.page-template-template-portfolio-php .container-wrap,
body.tax-project-type .container-wrap {
	padding-top: 25px;
	margin-top: 0!important;
	padding-bottom: 40px
}

#header-space {
	height: 90px;
	background-color: #fff
}

#header-outer {
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	padding: 28px 0 0;
	background-color: #fff;
	z-index: 9999;
	overflow: visible
}

#header-outer[data-box-shadow=small],
body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow=small][data-remove-fixed="0"]:not(.transparent):not(.invisible),
body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow=small][data-remove-fixed="1"]:not(.transparent) {
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .22)
}

#header-outer[data-box-shadow=large],
body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow=large][data-remove-fixed="0"]:not(.transparent):not(.invisible),
body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow=large][data-remove-fixed="1"]:not(.transparent) {
	box-shadow: 0 3px 45px rgba(0, 0, 0, .15)
}

#header-outer[data-box-shadow=large-line],
body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow=large-line][data-remove-fixed="0"]:not(.transparent):not(.invisible),
body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow=large-line][data-remove-fixed="0"]:not(.transparent):not(.fixed-menu).scrolling,
body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow=large-line][data-remove-fixed="1"]:not(.transparent) {
	box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 18px 40px rgba(0, 0, 0, .045)
}

body.page-template-template-no-header #header-outer,
body.page-template-template-no-header-footer #header-outer {
	visibility: hidden
}

body[data-transparent-nav="1"][data-header-color=light] #header-outer {
	background-color: rgba(255, 255, 255, .965)
}

.admin-bar #header-outer,
.logged-in.buddypress #header-outer {
	top: 32px
}

#top #logo {
	width: auto;
	max-width: none;
	line-height: 22px;
	font-size: 22px;
	letter-spacing: -1px;
	color: #444;
	font-family: 'Open Sans';
	font-weight: 600;
	align-self: center
}

#top #logo .retina-logo,
#top .span_3 #logo .mobile-only-logo {
	display: none
}

#top #logo .starting-logo {
	position: absolute;
	top: 0;
	opacity: 0;
	left: 0
}

#top #logo:hover,
#top #logo:focus {
	color: #000
}

#top #logo img {
	text-indent: -9999px;
	max-width: none;
	width: auto;
	margin-bottom: 0;
	display: block;
	transition: opacity .4s ease
}

#header-outer[data-transparent-header=true] #top #logo img.stnd {
	position: relative
}

#top {
	position: relative;
	z-index: 9998;
	width: 100%
}

#top .container .row {
	padding-bottom: 0
}

#top nav>ul {
	overflow: visible;
	transition: padding .8s ease, margin .25s ease;
	min-height: 1px;
	line-height: 1px
}

#top nav .no-menu-assigned {
	visibility: hidden
}

body:not(.ascend) #top nav>.buttons,
body.ascend #header-outer[data-full-width=false] #top nav>.buttons {
	margin-left: 15px
}

body #header-outer[data-full-width=false][data-has-buttons=no]:not([data-format=left-header]) #top nav>.buttons {
	margin-left: 0
}

body:not(.ascend) #header-outer[data-full-width=true][data-remove-border=true] #top nav ul #search-btn {
	margin-left: 22px
}

#top nav>.buttons {
	transition: padding .8s ease
}

#top nav>ul .slide-out-widget-area-toggle {
	transition: margin .25s ease
}

.side-widget-open #top nav>ul .slide-out-widget-area-toggle {
	transition: margin .75s ease
}

#header-outer[data-transparency-option="1"][data-full-width=true].side-widget-open {
	box-shadow: none
}

#header-outer.side-widget-open.hidden-menu #top nav>.sf-menu li,
#header-outer.hidden-menu-items #top nav>.sf-menu li:not(#social-in-menu) {
	transition: opacity .75s ease
}

body:not(.material) #header-outer[data-format=centered-menu].side-widget-open #top nav>.sf-menu:not(.buttons) li,
body:not(.material) #header-outer.side-widget-open.hidden-menu #top nav>.sf-menu:not(.buttons) li,
body:not(.material) #header-outer.side-widget-open.hidden-menu-items #top nav>.sf-menu:not(.buttons) li:not(#social-in-menu) {
	opacity: 0
}

.side-widget-open.no-bg-color {
	border-color: transparent!important
}

#header-outer #top nav>.buttons {
	right: 0;
	height: 100%;
	overflow: hidden
}

body #header-outer[data-using-pr-menu=true] #top nav>.buttons {
	display: block;
	overflow: visible
}

body.material #header-outer[data-using-pr-menu=true] #top nav>.buttons {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.woocommerce #header-outer .cart-notification .item-name,
#header-outer .woocommerce-page .cart-notification .item-name {
	color: #999
}

#top nav ul li {
	float: right
}

#top nav>ul>li {
	float: left
}

#top nav>ul>li>a,
.pull-left-wrap>ul>li>a {
	padding: 0 10px;
	display: block;
	color: #676767;
	font-size: 14px;
	line-height: 20px;
	-webkit-transition: color .2s ease;
	transition: color .2s ease
}

#header-outer[data-lhe=animated_underline] #top nav>ul>li>a {
	-webkit-transition: color .2s ease;
	transition: color .2s ease
}

#header-outer[data-format=menu-left-aligned] .row .col.span_3 {
	margin-right: 25px
}

#header-outer[data-format=menu-left-aligned] .row .col.span_9 {
	float: left
}

#header-outer[data-format=menu-left-aligned] .row .right-aligned-menu-items {
	float: right
}

#header-outer[data-format=menu-left-aligned] #top nav .buttons li.nectar-megamenu-menu-item {
	position: static
}

body #header-outer[data-full-width=true] #top nav>.buttons {
	margin-left: 0
}

#top nav>ul>li[class*=button_solid_color]>a:before,
#header-outer.transparent #top nav>ul>li[class*=button_solid_color]>a:before,
#top .slide-out-widget-area-toggle[data-custom-color=true] a:before {
	display: block;
	position: absolute;
	left: 0;
	padding-bottom: 10px;
	-webkit-transform: translateY(-7px);
	transform: translateY(-7px);
	width: 100%;
	height: 24px;
	content: ' ';
	z-index: -1;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease
}

body #header-outer .slide-out-widget-area-toggle[data-custom-color=true] .lines:before {
	top: 6px
}

body #header-outer .slide-out-widget-area-toggle[data-custom-color=true] .lines:after {
	top: -6px
}

#header-outer:not([data-format=centered-menu-under-logo]):not([data-format=centered-menu-bottom-bar]) #top nav>ul>li[class*=button_]>a:before,
#header-outer:not([data-format=centered-menu-under-logo]):not([data-format=centered-menu-bottom-bar]) #top .slide-out-widget-area-toggle[data-custom-color=true] a:before {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%
}

#header-outer[data-format=centered-menu-under-logo] #top nav>ul>li[class*=button_]>a:before,
#header-outer[data-format=centered-menu-bottom-bar] #top nav>ul>li[class*=button_]>a:before,
#header-outer[data-format=centered-menu-bottom-bar] #top .slide-out-widget-area-toggle[data-custom-color=true] a:before {
	-webkit-transform: translateY(-9px);
	transform: translateY(-9px)
}

#header-outer[data-format=centered-menu-under-logo] #top li[class*=button_].menu-item-has-icon>a:before,
#header-outer[data-format=centered-menu-bottom-bar] #top li[class*=button_].menu-item-has-icon>a:before {
	top: 0
}

#header-outer[data-format=centered-menu-under-logo] #top nav>ul>li[class*=button_]>a,
#header-outer[data-format=centered-menu-bottom-bar] #top nav>ul>li[class*=button_]>a {
	line-height: 1.25em
}

#header-outer[data-header-button_style="default"] #top nav>ul>li[class*=button_solid_color]>a:hover:before,
#header-outer[data-header-button_style="default"].transparent #top nav>ul>li[class*=button_solid_color]>a:hover:before {
	opacity: .85!important
}

#top nav>ul>li[class*=button_bordered]>a:before,
#header-outer.transparent #top nav>ul>li[class*=button_bordered]>a:before {
	border: 2px solid #fff;
	display: block;
	position: absolute;
	left: 0;
	padding-bottom: 10px;
	-webkit-transform: translateY(-7px);
	transform: translateY(-7px);
	width: 100%;
	height: 34px;
	content: ' ';
	z-index: -1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border-color .2s ease;
	transition: border-color .2s ease
}

#top nav>ul>li[class*=button_bordered]>a:before {
	border-color: rgba(0, 0, 0, .4)
}

.light-text #top nav>ul>li[class*=button_bordered]>a:before {
	border-color: #fff
}

#header-outer[data-lhe=default] #top nav>ul>li[class*=button_solid_color].current_page_ancestor>a,
#header-outer[data-lhe=default] #top nav>ul>li[class*=button_solid_color].current-menu-ancestor>a,
#header-outer #top nav>ul>li[class*=button_solid_color]>a,
#header-outer[data-lhe=default] #top nav .sf-menu>[class*=button_solid_color].sfHover:not(#social-in-menu)>a,
#header-outer #top nav>ul>li[class*=button_solid_color]>a .sf-sub-indicator i,
#header-outer #top .sf-menu>li[class*=button_solid_color].sfHover>a .sf-sub-indicator i,
#header-outer #top .sf-menu>li[class*=button_solid_color]:hover>a .sf-sub-indicator,
#header-outer[data-lhe=default] #top nav .sf-menu>[class*=button_solid_color].current-menu-ancestor>a i {
	color: #fff!important
}

#top nav>ul>li[class*=button_solid_color]>a,
body #header-outer.transparent #top nav>ul>li[class*=button_solid_color]>a,
#header-outer[data-lhe=animated_underline] #top nav>ul>li[class*=button_solid_color]>a,
#header-outer.transparent.dark-slide>#top nav .sf-menu>li[class*=button_solid_color].sfHover>a,
#header-outer[data-lhe=animated_underline].transparent.dark-slide #top nav>ul>li[class*=button_solid_color]>a:hover,
#header-outer[data-lhe=default].transparent.dark-slide #top nav>ul>li[class*=button_solid_color]>a:hover,
#header-outer[data-lhe=default] #top nav .sf-menu>li[class*=button_solid_color]>a:hover,
#header-outer.dark-text #top nav>ul>li[class*=button_solid_color]>a,
#header-outer[data-lhe=default] #top nav .sf-menu .current_page_item[class*=button_solid_color]>a,
#header-outer.transparent.dark-slide>#top nav>ul>li[class*=button_solid_color]>a:hover {
	color: #fff!important;
	opacity: 1!important;
	padding-left: 20px;
	padding-right: 20px
}

#header-outer[data-lhe=default] #top nav>ul>li[class*=button_solid_color]>a:hover,
body #header-outer[data-lhe=default] #top nav .sf-menu>li[class*=button_solid_color].sfHover>a {
	color: #fff!important
}

#header-outer[data-lhe=default] #top nav>ul>li[class*=button_solid_color]>a,
#header-outer[data-lhe=default] #top nav>ul>li[class*=button_bordered]>a,
#top nav>ul>li[class*=button_bordered]>a,
body #header-outer.transparent #top nav>ul>li[class*=button_bordered]>a,
#header-outer[data-lhe=animated_underline] #top nav>ul>li[class*=button_bordered]>a,
#header-outer[data-lhe=default] #top nav>ul>li[class*=button_bordered]>a:hover {
	padding-left: 20px;
	padding-right: 20px
}

body[data-header-search=false][data-full-width-header=false] #header-outer[data-lhe=animated_underline][data-format=default][data-cart=false] #top nav>ul>li:last-child>a,
body[data-header-search=false][data-user-set-ocm=off] #header-outer[data-lhe=animated_underline][data-format=centered-menu][data-cart=false] #top nav>.buttons>li:last-child>a,
body[data-header-search=false][data-user-set-ocm=off] #header-outer[data-lhe=animated_underline][data-format=menu-left-aligned][data-cart=false] #top nav>.buttons>li:last-child>a {
	margin-right: 0
}

#header-outer #top .slide-out-widget-area-toggle[data-custom-color=true] a {
	padding: 0 18px;
	display: block;
	position: relative
}

#header-outer #top nav .slide-out-widget-area-toggle[data-custom-color=true]:not(.mobile-icon) a:not(.using-label) {
	width: 22px
}

#header-outer[data-lhe=animated_underline] #top nav>ul>li>a {
	padding-left: 0;
	padding-right: 0;
	margin-right: 10px;
	margin-left: 10px
}

#top nav ul li a,
body[data-header-color=light] .span_9>.slide-out-widget-area-toggle a .label {
	color: #999
}

.sf-menu {
	line-height: 1;
	float: left;
	margin-bottom: 30px
}

.sf-menu ul li {
	font-weight: 400;
	width: 100%
}

#header-outer .sf-menu>li:hover>ul,
#header-outer .sf-menu>.sfHover>ul {
	top: 100%
}

.sub-menu {
	z-index: 3
}

.sf-menu:not(.buttons) a:focus {
	outline: 0 none
}

.sf-menu ul li a {
	margin: 0
}

.sf-sub-indicator {
	display: inline-block;
	width: 10px;
	position: relative;
	left: 8px;
	height: 10px
}

.sf-sub-indicator i {
	width: 8px
}

.sf-sub-indicator [class^=icon-],
body .sf-sub-indicator [class*=" icon-"] {
	color: #888;
	font-size: 12px;
	line-height: 16px;
	height: auto;
	background-color: transparent
}

.material .sf-menu>li>a>.sf-sub-indicator i {
	font-size: 16px
}

.sf-menu>li>a>.sf-sub-indicator i {
	transition: color .2s ease
}

.sf-shadow .sf-shadow-off {
	background: none repeat scroll 0 0 transparent
}

.sf-vertical,
.sf-vertical li {
	width: 100%
}

.sf-vertical li:hover ul,
.sf-vertical .sfHover ul {
	left: 100%;
	top: 0
}

.sf-menu,
.sf-menu * {
	color: #333;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	z-index: 10
}

.sf-menu .sub-menu li a:hover .menu-title-text {
	color: #FFF;
}

.sf-menu {
	line-height: 1
}

.sf-menu ul {
	position: absolute;
	top: 100%;
	left: 0;
	pointer-events: none
}

.sf-menu .nectar-woo-cart .open ul {
	pointer-events: all
}

.sf-menu ul li,
.sf-menu ul li li {
	font-size: 12px;
	width: 100%
}

.sf-menu .menu-item a {
	outline: 0 none
}

.sf-menu li {
	float: left;
	outline: 0 none;
	line-height: 0;
	font-size: 12px;
	position: relative
}

.sf-menu a {
	display: block;
	position: relative;
	text-decoration: none
}

.sf-menu li:hover>ul,
.sf-menu .sfHover>ul {
	z-index: 999;
	pointer-events: all
}

.sf-menu li li.sfHover {
	z-index: 999
}

.sf-menu li li:hover ul,
.sf-menu li .sfHover ul,
.sf-menu li li li:hover ul,
.sf-menu li li .sfHover ul {
	left: 20em;
	top: 0
}

.sf-menu .sf-with-ul a {
	min-width: 1px
}

#header-outer .sf-menu li ul li a {
	font-size: 12px;
	line-height: 13px;
	transition: none;
	letter-spacing: 0
}

.sf-menu li ul li .sf-sub-indicator {
	right: 14px;
	left: auto;
	top: 14px;
	display: block;
	position: absolute
}

.sf-menu li ul li a,
.sf-menu li ul li li a {
	box-shadow: none
}

.sf-menu ul li a,
.sf-menu ul li li a {
	border-radius: 0;
	box-shadow: none;
	text-shadow: none
}

body #top nav>ul>li>.temp-hidden-display,
body #header-secondary-outer nav>ul>li>.temp-hidden-display {
	display: block!important;
	opacity: 0;
	left: 0!important;
	right: auto!important
}

body #top nav>ul>.edge>ul,
body #header-secondary-outer nav>ul>.edge>ul {
	left: auto;
	right: 0
}

body #top nav>ul>li .edge>ul,
body #header-secondary-outer nav>ul>li .edge>ul {
	left: auto;
	right: 0
}

#top .span_9 {
	position: static
}

#header-outer nav>ul>.megamenu {
	position: inherit
}

#header-outer nav>ul>.megamenu>.sub-menu {
	width: 100%;
	left: 0;
	padding: 15px 0;
	display: table;
	background-color: #1c1c1c
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>.sub-menu,
#header-outer nav>ul>.nectar-megamenu-menu-item>.sub-menu {
	display: flex
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>.sub-menu {
	padding: 0
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>.sub-menu>li {
	padding: 20px
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>.sub-menu>li.megamenu-column-padding-none {
	padding: 0
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>ul>li {
	width: auto;
	display: block;
	flex: 1
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item .widget-area-active a {
	padding: 0
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item[class*=align-]:not(.width-100)>ul {
	left: auto
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item.width-50>ul {
	width: 45em
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item.width-75>ul {
	width: 70em
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>ul,
#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>ul>li {
	background-size: cover;
	background-position: center
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>ul {
	overflow: hidden
}

#header-outer .sf-menu>.megamenu.nectar-megamenu-menu-item li .widget-area-active img {
	margin-bottom: 0
}

#header-outer .sf-menu>.megamenu.nectar-megamenu-menu-item li .widget-area-active ul {
	margin-left: 0;
	margin-top: 0;
	padding: 0
}

#header-outer nav>.sf-menu>.megamenu.nectar-megamenu-menu-item>ul .widget-area-active {
	height: 100%
}

#header-outer nav>.sf-menu>.megamenu.nectar-megamenu-menu-item>ul .widget-area-active li {
	line-height: 2em
}

#header-outer nav>.sf-menu>.megamenu.nectar-megamenu-menu-item>ul .widget-area-active .widget a:hover {
	background-color: transparent!important
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>ul>li.menu-item.megamenu-column-padding-none>a {
	margin-bottom: 0
}

#header-outer .menu-item-hidden-text>a .menu-title-text,
#header-outer .menu-item-hidden-text>a .nectar-ext-menu-item .menu-title-text,
#slide-out-widget-area .menu-item-hidden-text>a>.menu-title-text,
#slide-out-widget-area .menu-item-hidden-text>a>.nectar-menu-icon-text>.menu-title-text,
#slide-out-widget-area .menu-item-hidden-text>a>.nectar-ext-menu-item .menu-title-text,
#slide-out-widget-area .menu-item-hidden-text:not(.menu-item-has-icon)>a>.nectar-ext-menu-item>.inner-content>.title,
#mobile-menu .menu-item-hidden-text:not(.menu-item-has-icon)>a .nectar-ext-menu-item>.inner-content>.title {
	display: none
}

#header-outer .menu-item-hidden-text>a>.nectar-menu-icon,
#slide-out-widget-area .menu-item-hidden-text>a>.nectar-menu-icon {
	margin-right: 0
}

body .no-transition,
body #slide-out-widget-area-bg.fullscreen-alt.open.no-transition,
body #slide-out-widget-area-bg.fullscreen-alt.no-transition,
.page-submenu.no-trans,
.sf-menu>.no-trans>ul,
body[data-hhun="1"] #header-outer.no-trans-hidden:not(.side-widget-open),
.posts-container article.ajax-loaded,
body[data-button-style=slightly_rounded_shadow] .nectar-button.wpb_start_animation,
body[data-button-style=rounded_shadow] .nectar-button.wpb_start_animation,
.post-area.masonry {
	-webkit-transition: none!important;
	transition: none!important
}

#header-outer nav>ul>.megamenu>.sub-menu {
	display: table
}

#header-outer nav>ul>.megamenu>.sub-menu {
	padding: 30px 0
}

#header-outer nav>ul>.megamenu>ul>li {
	padding: 0 0 0 30px;
	border: none
}

#top nav>ul>li>ul>li,
#header-outer[data-format=centered-menu] #top nav>ul>li>ul>li,
#header-secondary-outer .sf-menu>li>ul>li,
#header-outer .widget_shopping_cart .cart_list,
#header-outer .widget_shopping_cart .total,
#header-outer .widget_shopping_cart .buttons {
	opacity: 0;
	transition: transform .65s cubic-bezier(.2, .8, .25, 1), opacity .65s cubic-bezier(.2, .8, .25, 1);
	-webkit-transition: transform .65s cubic-bezier(.2, .8, .25, 1), opacity .65s cubic-bezier(.2, .8, .25, 1)
}

#top nav>ul>.sfHover>ul>li,
#header-secondary-outer .sf-menu>.sfHover>ul>li,
#header-outer[data-format=centered-menu] #top nav>ul>.sfHover>ul>li,
#header-outer .widget_shopping_cart.open .cart_list,
#header-outer .widget_shopping_cart.open .total,
#header-outer .widget_shopping_cart.open .buttons {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

#header-outer .widget_shopping_cart .cart_list,
#header-outer .widget_shopping_cart,
.wpcf7-form-control-wrap,
.nectar-social.full-width>* {
	display: block!important
}

#header-outer nav>ul>.megamenu>ul>li:last-child {
	padding-right: 30px
}

[data-megamenu-width=full-width] #top nav>ul>.megamenu:not(.width-50):not(.width-75)>ul>li {
	padding-right: 30px;
	padding-left: 0
}

[data-megamenu-width=full-width] #top nav>ul>.megamenu:not(.width-50):not(.width-75)>ul>li:last-child {
	padding-right: 0;
	padding-left: 0
}

#header-outer nav>ul>.megamenu>ul>li>ul {
	margin: 0;
	padding: 0
}

#top nav>ul>.megamenu>ul>li {
	width: 33.33%
}

#top nav>ul>.megamenu>ul>li {
	display: table-cell;
	float: none
}

#top nav>ul>.megamenu.columns-2>ul>li {
	width: 50%
}

#top nav>ul>.megamenu.columns-3>ul>li {
	width: 33.33%
}

#top nav>ul>.megamenu.columns-4>ul>li {
	width: 25%
}

#top nav>ul>.megamenu.columns-5>ul>li {
	width: 20%
}

#top nav>ul>.megamenu.columns-6>ul>li {
	width: 16.66%
}

#header-outer nav>ul>.megamenu>ul>li ul {
	display: block;
	top: 0!important;
	width: 100%;
	opacity: 1!important;
	left: 0!important;
	box-shadow: none;
	position: relative
}

#header-outer nav>ul>.megamenu>ul>li>ul>.has-ul>ul {
	margin-left: 0;
	padding-right: 0;
	padding-left: 0
}

#header-outer nav>ul>.megamenu ul li {
	float: none
}

#header-outer nav>ul>.megamenu ul li a {
	border-bottom: none;
	padding: 9px 15px
}

body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul>li>a,
body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul>a {
	color: #444
}

body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul>ul {
	padding-bottom: 15px
}

body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul>ul {
	padding-bottom: 20px
}

body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul:last-child>ul {
	padding-bottom: 0
}

#header-outer nav>ul>.megamenu>.sub-menu>li a,
body #header-outer nav>ul>.megamenu>.sub-menu>li a,
body #header-outer nav>ul>.megamenu>.sub-menu>li>a,
#header-outer nav>ul>.megamenu>ul>li>a:hover,
#header-outer nav>ul>.megamenu>ul>.sfHover>a,
body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul.current-menu-item>a,
body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul>li>a,
body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul>a {
	background-color: transparent!important
}

#header-secondary-outer .sf-menu li ul li a,
#top .sf-menu li ul li a {
	background-color: transparent
}

#header-outer .sf-menu li ul li a .item_desc,
#slide-out-widget-area .inner .off-canvas-menu-container li a .item_desc {
	display: block;
	font-size: 14px;
	line-height: 22px
}

#slide-out-widget-area .inner .off-canvas-menu-container li a .item_desc {
	display: none;
	opacity: .75
}

body[data-header-format=left-header] #top .sf-menu li ul li a .item_desc {
	margin-bottom: 10px
}

#top .menu-item-language .iclflag,
#header-secondary-outer .menu-item-language .iclflag {
	top: 1px;
	position: relative;
	margin-right: 4px
}

.sf-menu>li>ul {
	opacity: 0;
	pointer-events: none;
	display: block;
	transform: translateY(-9999px);
	box-shadow: 0 6px 28px rgba(0, 0, 0, .08)
}

.sf-menu>li.sfHover>ul {
	transform: none
}

.sf-menu>li ul {
	padding: 20px;
	width: 20em
}

.sf-menu>li ul a,
#header-outer nav>ul>.megamenu ul li a {
	padding: 6px
}

.sf-menu li ul li .sf-sub-indicator {
	top: 6px;
	right: 6px
}

body[data-header-color=light]:not([data-header-format=left-header]) #header-outer:not(.transparent) .sf-menu>li ul {
	border-top: 1px solid #e9e9e9
}

#header-outer[data-box-shadow=none]:not(.transparent) .sf-menu>li:not(.megamenu) ul {
	border-top: none
}

#header-outer .open.widget_shopping_cart {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	top: 100%;
	pointer-events: auto
}

#header-outer .cart-outer .cart-notification {
	top: 100%
}

#header-outer .widget_shopping_cart {
	-webkit-transition: none;
	transition: none;
	opacity: 0;
	pointer-events: none
}

#header-secondary-outer .sf-menu li ul,
body:not([data-header-format=left-header]) #top .sf-menu li ul,
#header-outer nav>ul>.megamenu>.sub-menu,
#header-outer .widget_shopping_cart .cart_list li,
#header-outer .cart-notification,
#header-outer .widget_shopping_cart_content {
	background-color: #fff
}

#header-outer .cart-outer .widget_shopping_cart>.widgettitle {
	display: none
}

#header-outer .widget_shopping_cart,
.woocommerce .cart-notification,
#header-outer .cart-notification {
	box-shadow: 0 6px 28px rgba(0, 0, 0, .08)
}

#header-outer:not([data-format=left-header]) #top nav>ul>li:not(.megamenu) .cart_list a:hover {
	background-color: transparent!important
}

#header-outer .widget_shopping_cart a.button:hover,
.nectar-slide-in-cart .widget_shopping_cart a.button:hover {
	background-color: #333!important
}

#header-outer .sf-menu li ul li a,
#header-outer .widget_shopping_cart .quantity,
#header-outer .widget_shopping_cart .cart_list li,
#header-outer .cart-notification,
#header-outer .total,
#header-outer .total strong,
#header-outer .product_list_widget li dl dd {
	color: #999
}

#top nav>ul>.megamenu:hover ul li {
	pointer-events: auto
}

.sf-menu .megamenu li ul {
	-webkit-transform: none;
	transform: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

#header-outer #top .sf-menu .megamenu li ul,
#header-outer #header-secondary-outer .sf-menu .megamenu li ul,
[data-header-color=light] #header-outer:not(.transparent) .sf-menu>.megamenu li ul {
	border-top: 0
}

#header-secondary-outer .sf-menu li li ul {
	margin-left: -20px;
	margin-top: -20px
}

.sf-menu li li ul {
	display: block;
	visibility: visible;
	top: 0!important;
	z-index: auto;
	left: 20em;
	margin-left: -20px;
	margin-top: -20px;
	-webkit-transition: transform .25s, opacity .25s;
	transition: transform .25s, opacity .25s;
	box-shadow: 0 19px 35px rgba(0, 0, 0, .11);
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translate3d(25px, 0, 0);
	transform: translate3d(25px, 0, 0)
}

#header-secondary-outer .sf-menu li li .on-left-side,
#header-secondary-outer sf-menu li .sfHover .on-left-side,
.sf-menu li li .on-left-side,
.sf-menu li .sfHover .on-left-side {
	right: 20em;
	left: auto;
	margin-right: -20px;
	margin-left: 0
}

.sf-menu .sfHover>.on-left-side {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

body[data-header-color=light] #header-outer:not(.transparent) .sf-menu>li:not(.megamenu) li ul,
body[data-header-color=custom] #header-outer:not(.transparent) .sf-menu>li:not(.megamenu) li ul {
	margin-top: -21px
}

body[data-header-color=light] #header-secondary-outer .sf-menu>li:not(.megamenu) li ul,
body[data-header-color=light] .sf-menu>li:not(.megamenu) li ul,
body[data-header-color=light] #header-outer[data-box-shadow=none]:not(.transparent) .sf-menu>li:not(.megamenu) li ul,
body[data-header-color=custom] #header-outer[data-box-shadow=none]:not(.transparent) .sf-menu>li:not(.megamenu) li ul {
	margin-top: -20px
}

.sf-menu ul li a {
	border-bottom: 0
}

.sf-menu .sfHover>ul {
	pointer-events: all;
	opacity: 1
}

.sf-menu ul .sfHover>ul {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.sf-menu>li.sfHover:not(.megamenu)>ul:not(.on-left-side) {
	left: 0
}

#header-outer:not([data-header-resize="1"]):not([data-format=left-header]) #logo img {
	transition: opacity .2s ease
}

#header-outer[data-header-resize="1"]:not([data-format=left-header]) #logo,
#header-outer[data-header-resize="1"]:not([data-format=left-header]) .logo-spacing {
	transition: margin .32s ease, color .32s ease
}

#header-outer[data-header-resize="1"]:not([data-format=left-header]) #logo img,
#header-outer[data-header-resize="1"]:not([data-format=left-header]) .logo-spacing img {
	transition: height .32s ease, opacity .2s ease
}

#header-outer[data-header-resize="1"]:not([data-transparent-header=true]):not([data-format=left-header]) #logo,
#header-outer[data-header-resize="1"]:not([data-transparent-header=true]):not([data-format=left-header]) .logo-spacing {
	transition: margin .15s ease
}

#header-outer[data-header-resize="1"]:not([data-transparent-header=true]):not([data-format=left-header]) #logo img,
#header-outer[data-header-resize="1"]:not([data-transparent-header=true]):not([data-format=left-header]) .logo-spacing img {
	transition: height .15s ease, opacity .2s ease
}

#header-outer.small-nav:not([data-format=left-header]) {
	transition: box-shadow .42s ease, opacity .3s ease
}

#header-outer.small-nav:not([data-format=left-header]) #logo,
#header-outer.small-nav:not([data-format=left-header]) .logo-spacing {
	transition: margin .32s ease
}

#header-outer.small-nav:not([data-format=left-header]) #logo img,
#header-outer.small-nav:not([data-format=left-header]) .logo-spacing img {
	transition: height .32s ease
}

body[data-hhun="0"] #header-outer[data-header-resize="0"]:not([data-transparent-header=true]) {
	transition: box-shadow .42s ease, opacity .3s ease, transform .32s ease
}

#header-outer[data-using-secondary="1"]:not([data-format=left-header]) {
	transition: transform .32s ease, background-color .3s ease 0s, box-shadow .3s ease 0s, margin .25s ease
}

#header-outer[data-using-secondary="1"].small-nav:not([data-format=left-header]) {
	transition: box-shadow .42s ease, opacity .3s ease, transform .32s ease
}

@media only screen and (min-width:1000px) {
	#header-outer:not([data-format=left-header]) {
		padding-top: 0
	}
	#header-outer:not([data-format=left-header]) #top>.container>.row,
	#header-outer:not([data-format=left-header]) #top>.container>.row nav,
	#header-outer:not([data-format=left-header]) #top>.container>.row nav>ul,
	#header-outer:not([data-format=left-header]) #top>.container>.row nav>ul>li {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	#header-outer:not([data-format=left-header]) #top .span_9,
	#header-outer:not([data-format=left-header]) #top .span_3 {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		float: none;
		width: auto
	}
	#header-outer .logo-spacing {
		line-height: 0
	}
	#header-outer[data-format=default] #top .span_9 {
		margin-left: auto
	}
	#header-outer[data-format=centered-menu] #top .span_9 nav .sf-menu:not(.buttons),
	#header-outer[data-format=centered-logo-between-menu] #top .span_9 nav .sf-menu:not(.buttons),
	#header-outer[data-format=centered-menu-under-logo] #top .span_9 nav,
	#header-outer[data-format=centered-menu-bottom-bar] #top .span_9 nav {
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-flex-pack: center;
		-ms-justify-content: center;
		justify-content: center
	}
	#header-outer:not([data-format=left-header]) #top nav>.buttons {
		overflow: visible;
		height: auto
	}
	#header-outer:not([data-format=left-header]) #top nav>ul>li {
		-webkit-align-items: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	#header-outer:not([data-format=left-header]) #top nav>ul {
		float: none;
		display: inline-block;
		vertical-align: middle
	}
	#header-outer[data-format=centered-logo-between-menu] nav #social-in-menu,
	#header-outer[data-format=centered-logo-between-menu] #top nav>.buttons {
		height: 100%
	}
	#header-outer #top>.container>.row .right-aligned-menu-items nav {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-flex-direction: row-reverse
	}
	#header-outer[data-format=menu-left-aligned] .row .right-aligned-menu-items {
		float: none;
		margin-left: auto;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	#header-outer[data-format=centered-menu-under-logo] .row,
	#header-outer[data-format=centered-menu-bottom-bar] .row {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media only screen and (max-width:999px) {
	#top .col.span_9 {
		text-align: right;
		line-height: 0
	}
	#header-outer[data-format=centered-logo-between-menu] #top .span_9 {
		text-align: right;
		z-index: 10000;
		left: auto
	}
	#top .span_9>.slide-out-widget-area-toggle>div,
	#header-outer .mobile-search .icon-salient-search,
	#header-outer #top #mobile-cart-link i,
	#header-outer .mobile-user-account .icon-salient-m-user {
		position: relative;
		display: block;
		top: 50%;
		font-size: 18px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background-color: transparent
	}
	#top .span_9>.slide-out-widget-area-toggle,
	#top #mobile-cart-link,
	#top .mobile-search,
	#header-outer #top .mobile-user-account {
		position: relative;
		width: auto;
		padding: 0 7px;
		top: auto;
		right: auto;
		margin-bottom: 0;
		margin-top: 0;
		display: inline-block;
		vertical-align: middle;
		line-height: 0;
		height: 100%;
		-webkit-transform: none;
		transform: none
	}
	body[data-slide-out-widget-area-style=slide-out-from-right].material a.slide_out_area_close:before,
	body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close:before {
		background-color: rgba(0, 0, 0, .06)
	}
	#header-outer[data-cart=true] #top .span_9>.slide-out-widget-area-toggle,
	#header-outer[data-cart=true] #top #mobile-cart-link,
	#top .mobile-search {
		padding: 0 8px
	}
	#header-outer[data-cart=true] #top .row .span_9>.slide-out-widget-area-toggle,
	#top .span_9>.slide-out-widget-area-toggle {
		padding-right: 0
	}
	#search-outer #search #close a:before,
	body[data-header-format=left-header] #search-outer #search #close a:before,
	body.material #header-outer #search-outer #search #close a:before {
		height: 28px;
		width: 28px;
		margin: -14px 0 0 -14px
	}
	.material #search-outer #search #close a span {
		font-size: 13px;
		height: 13px;
		line-height: 13px;
		top: 6px
	}
	#search-outer #search #close a span {
		font-size: 16px;
		height: 16px;
		line-height: 16px
	}
	.ascend #search-outer #search #close a span {
		top: 0
	}
	.ascend #search-outer #search #close a {
		height: 20px
	}
	#search-outer #search #close a {
		height: 14px
	}
	#search-outer #search #close,
	body.material #header-outer #search-outer #search #close {
		top: 0;
		right: -5px
	}
	#search-outer #search #close a,
	body.material #header-outer #search-outer #search #close a {
		right: 8px;
		top: 9px
	}
	body.original #search-outer #search #close a {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

@media only screen and (max-width:999px) {
	.slide-out-widget-area-toggle.mobile-icon a>span>.hover-effect {
		display: none
	}
}

#top nav ul #search-btn a span,
#top nav ul #search-btn a,
#top nav ul .slide-out-widget-area-toggle a,
#top nav ul #nectar-user-account a span,
#top nav ul #nectar-user-account a {
	line-height: 20px;
	height: 20px
}

#top nav ul .slide-out-widget-area-toggle a .label,
#top .span_9>.slide-out-widget-area-toggle a.using-label .label {
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	line-height: 1em;
	font-size: 14px
}

#top .span_9>.slide-out-widget-area-toggle a.using-label .label {
	transition: color .2s ease
}

#top nav ul .slide-out-widget-area-toggle a.using-label>span,
#top .span_9>.slide-out-widget-area-toggle a.using-label>span {
	display: inline-block;
	vertical-align: middle
}

#top nav ul .slide-out-widget-area-toggle a.using-label,
#top .span_9>.slide-out-widget-area-toggle a.using-label,
body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] #top nav ul .slide-out-widget-area-toggle a.using-label {
	width: auto;
	vertical-align: middle
}

#top nav .buttons li {
	line-height: 12px;
	position: relative
}

#top nav .buttons .menu-item a {
	position: relative
}

#header-outer .cart-menu .cart-icon-wrap i {
	line-height: 18px
}

#header-outer:not([data-format=left-header]) .cart-menu .cart-icon-wrap {
	width: auto;
	height: 20px
}

#top nav ul #search-btn a,
#top nav ul #nectar-user-account a,
#top nav ul .slide-out-widget-area-toggle a {
	padding: 0;
	width: 24px;
	text-align: center;
	display: block;
	background-position: right top;
	background-repeat: no-repeat;
	box-sizing: content-box
}

#top nav ul[data-user-set-ocm=off] .slide-out-widget-area-toggle,
body.material #header-outer:not([data-format=left-header]) #top>.container>.row nav>ul[data-user-set-ocm=off]>.slide-out-widget-area-toggle {
	display: none
}

#top nav ul #nectar-user-account a span,
#top nav ul #search-btn a span {
	top: 0;
	background-color: transparent;
	-webkit-transition: color .2s ease;
	transition: color .2s ease
}

#top nav ul .slide-out-widget-area-toggle a i.label {
	-webkit-transition: color .2s ease;
	transition: color .2s ease
}

.cart-menu .cart-icon-wrap .icon-salient-cart {
	-webkit-transition: color .2s ease;
	transition: color .2s ease
}

#header-outer header .nectar-menu-icon-img {
	margin-bottom: 0;
	width: 18px;
	max-height: 200px;
	height: auto;
	vertical-align: middle;
	transition: opacity .2s ease .05s
}

#header-outer nav ul ul .nectar-menu-icon-img:not(.loaded) {
	opacity: 0
}

#header-outer ul.sf-menu>li>a>.nectar-menu-icon-img {
	max-height: 40px
}

#header-outer ul.sf-menu>li.menu-item-has-icon>a {
	display: flex;
	align-items: center
}

#header-outer #header-secondary-outer .nectar-menu-icon-img {
	margin-bottom: 0;
	width: 16px;
	height: auto;
	vertical-align: middle
}

#header-outer header .nectar-menu-icon-img,
#header-outer header .nectar-menu-icon {
	margin-right: 10px;
	top: 0;
	line-height: inherit;
	display: inline-block
}

#header-secondary-outer .nectar-menu-icon,
#header-secondary-outer .nectar-menu-icon-img {
	margin-right: 7px;
	top: 0;
	line-height: inherit;
	display: inline-block
}

#header-outer header .nectar-menu-icon {
	font-size: 16px;
	top: -1px;
	vertical-align: middle
}

#header-outer header .sf-menu>li.nectar-regular-menu-item>a>.nectar-menu-icon {
	transition: color .2s ease
}

#header-outer header .nectar-menu-item-with-icon,
#slide-out-widget-area .menu-item-has-icon>a {
	display: flex;
	align-items: flex-start
}

.off-canvas-menu-container .nectar-menu-icon {
	font-size: inherit;
	top: 0;
	margin-right: 10px
}

.off-canvas-menu-container .sub-menu .nectar-menu-icon {
	transform: none;
	margin-right: 10px
}

.off-canvas-menu-container .nectar-menu-icon-img {
	max-width: 40px;
	height: auto;
	margin-right: 10px;
	width: 100%
}

.nectar-menu-label {
	padding: 5px 8px;
	line-height: 1;
	font-size: 12px;
	margin-left: 5px;
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.nectar-menu-label:before {
	opacity: .15
}

#header-outer #social-in-menu i,
.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i {
	font-size: 18px;
	color: inherit;
	background-color: transparent;
	transition: transform .25s ease, opacity .2s ease;
	-webkit-transition: -webkit-transform .25s ease, opacity .2s ease;
	text-align: center;
	line-height: 24px;
	height: 22px;
	width: 36px;
	position: relative
}

body[data-header-search=false]:not(.mobile) #header-outer[data-has-menu=false][data-cart=false] #social-in-menu i {
	font-size: 20px;
	width: 38px;
	line-height: 26px;
	height: 26px;
	margin-bottom: -3px
}

#header-outer #social-in-menu a,
.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a {
	display: inline-block;
	margin-right: 0;
	margin-left: 0;
	overflow: hidden
}

#header-outer #social-in-menu a:hover i,
.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a:hover i {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

#header-outer #social-in-menu a i:after,
.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i:after {
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	width: 100%
}

#header-outer #social-in-menu a i:before {
	width: 100%
}

#header-outer #social-in-menu [class^=fa-]:after,
#header-outer #social-in-menu [class*=fa-]:after,
#header-outer #social-in-menu .fa-vine:before,
#header-outer #social-in-menu .fa-vine:after {
	text-decoration: inherit;
	display: block;
	speak: none
}

#header-outer #social-in-menu .fa-vine {
	display: block;
	text-align: center
}

#header-outer #social-in-menu i.fa-facebook {
	width: 28px
}

#header-outer #top #social-in-menu i.fa-houzz,
#header-outer #top #social-in-menu i.icon-salient-tiktok {
	font-size: 16px
}

#header-outer[data-format=default] #social-in-menu {
	margin: 0 0 0 30px
}

body.original #header-outer[data-full-width=true][data-format=default] #social-in-menu {
	margin-right: 22px
}

#header-outer[data-lhe=animated_underline] #top nav>ul>#social-in-menu>a,
#header-outer[data-lhe=default] #top nav>ul>#social-in-menu>a {
	margin-left: 0;
	margin-right: 0;
	padding-right: 0;
	padding-left: 0
}

#top #mobile-cart-link,
#top .mobile-search,
#top .mobile-user-account {
	display: none;
	text-align: right;
	z-index: 10000
}

#top .span_9>.slide-out-widget-area-toggle {
	display: none;
	z-index: 10000
}

#top #mobile-cart-link i,
.mobile-search .icon-salient-search,
.mobile-user-account .icon-salient-m-user {
	background-color: transparent;
	color: #a9a9a9;
	line-height: 34px;
	font-size: 18px;
	width: 18px;
	transition: color .3s ease;
	-webkit-transition: color .3s ease
}

#header-outer #mobile-cart-link .cart-wrap span {
	border-radius: 50%;
	height: 16px;
	width: 16px;
	text-align: center;
	line-height: 16px;
	font-size: 10px;
	display: block;
	visibility: hidden
}

#header-outer #mobile-cart-link .cart-wrap {
	position: absolute;
	top: 50%;
	margin-top: -14px;
	right: -1px;
	color: #fff
}

#header-outer .first-load a.cart-contents .cart-wrap span,
#header-outer #mobile-cart-link.first-load .cart-wrap span {
	visibility: visible;
	animation: .6s ease-in-out .12s normal both 1 bounce_in_animation;
	-webkit-animation: .6s ease-in-out .12s normal both 1 bounce_in_animation
}

.material .mobile-search .icon-salient-search,
.material .mobile-user-account .icon-salient-m-user {
	color: #a9a9a9
}

body #header-outer.no-bg-color {
	box-shadow: none!important;
	background-color: transparent!important
}

#header-outer.slide-out-hover {
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease
}

#header-outer.slide-out-hover header,
#header-outer.slide-out-hover>.cart-outer {
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}

#header-outer.slide-out-hover #top.all-hidden,
#header-outer>.cart-outer.all-hidden {
	opacity: 0
}

body #header-outer-bg-only {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	content: ' ';
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .22);
	-webkit-transition: opacity .7s cubic-bezier(.2, 1, .2, 1), transform .7s cubic-bezier(.2, 1, .2, 1);
	transition: opacity .7s cubic-bezier(.2, 1, .2, 1), transform .7s cubic-bezier(.2, 1, .2, 1)
}

body.admin-bar #header-outer-bg-only {
	top: 32px
}

#header-outer[data-full-width=true][data-cart=true] #top nav ul .slide-out-widget-area-toggle {
	position: relative
}

body[data-bg-header=true][data-header-search=true].ascend #header-outer.transparent[data-has-menu=false] #top nav ul #search-btn a:after,
body[data-bg-header=true][data-header-search=true].ascend #header-outer[data-has-menu=false] #top nav ul #search-btn a:after,
body[data-bg-header=true][data-header-search=true] #header-outer[data-has-menu=false] #top nav ul #search-btn a:after {
	border: none;
	display: none
}

#header-outer.dark-text #top nav ul #search-btn a span,
#header-outer.dark-text #top nav ul #nectar-user-account a span,
#header-outer.dark-text .cart-menu .cart-icon-wrap .icon-salient-cart {
	opacity: 1
}

.lines-button.x2.close .lines,
.sf-menu .megamenu li ul,
#header-outer .sf-menu .megamenu ul .sub-menu {
	background-color: transparent!important
}

#header-outer[data-transparent-header=true] #logo .dark-version {
	position: absolute
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines,
body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines:before,
body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines:after {
	height: 4px;
	width: 2.1rem;
	border-radius: 1px
}

body[data-header-search=false]:not(.mobile) #header-outer[data-has-menu=false][data-cart=false] .lines-button,
.slide-out-hover-icon-effect:not(.small) .lines-button,
body .slide-out-hover-icon-effect:not(.small) .lines-button {
	line-height: 0;
	font-size: 0
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .lines-button.close {
	-webkit-transform: none;
	transform: none
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] #top nav ul .slide-out-widget-area-toggle:not([data-custom-color=true]) a:not(.using-label),
.slide-out-hover-icon-effect a {
	width: 34px
}

.slide-out-hover-icon-effect.small a {
	width: auto
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines:before {
	top: 9px
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines:after {
	top: -9px
}

#search-outer {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10000;
	overflow: visible;
	display: none;
	background-color: #fff
}

#search-box {
	position: relative
}

#search-outer .container {
	overflow: visible;
	width: 100%
}

#search-outer #search input[type=text] {
	width: 100%;
	color: #888;
	font-size: 43px;
	line-height: 43px;
	position: relative;
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-transition: none;
	transition: none;
	box-shadow: none;
	font-family: 'Open Sans';
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px
}

.ui-helper-hidden-accessible {
	display: none
}

#search-outer>#search form {
	width: 92%;
	float: left
}

#search-outer #search #close {
	list-style: none
}

#search-outer #search #close a {
	position: absolute;
	right: 0;
	top: 24px;
	display: block;
	width: 24px;
	height: 17px;
	line-height: 22px;
	z-index: 10
}

#search-outer #search #close a span:not(.close-line) {
	color: #a0a0a0;
	font-size: 18px;
	height: 20px;
	line-height: 19px;
	background-color: transparent;
	-webkit-transition: color .2s ease;
	transition: color .2s ease
}

#search-outer>#search #close a:hover span {
	color: #000
}

#header-outer #search {
	position: relative
}

#header-outer .row .col.span_3,
#header-outer .row .col.span_9 {
	width: auto
}

#header-outer .row .col.span_9 {
	float: right
}

#header-outer[data-full-width=true] header>.container,
body[data-slide-out-widget-area-style=simple] #header-outer[data-full-width=true] #mobile-menu {
	width: 100%;
	max-width: 100%;
	padding: 0 28px
}

#header-outer.highzI {
	z-index: 9999
}

body[data-hhun="1"] #header-outer[data-remove-fixed="1"] {
	position: absolute
}

body[data-hhun="1"] #header-secondary-outer[data-remove-fixed="0"] {
	transition: transform .3s ease
}

@media only screen and (min-width:1000px) {
	body[data-hhun="1"]:not(.no-scroll) #header-outer[data-remove-fixed="1"]:not(.detached),
	body[data-hhun="1"]:not(.no-scroll) #header-outer[data-remove-fixed="1"][data-permanent-transparent=false][data-using-secondary="1"] {
		top: 0
	}
}

body[data-hhun="1"].original #header-outer.detached:not(.side-widget-open) {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

body[data-hhun="1"].original #header-outer[data-remove-border=true].detached:not(.side-widget-open) {
	border-color: rgba(255, 255, 255, 0)
}

body[data-hhun="1"] #header-outer[data-header-resize="0"]:not([data-format=left-header]).invisible {
	box-shadow: none
}

body[data-hhun="1"] #header-outer.invisible:not(.side-widget-open) {
	-webkit-transition: -webkit-transform .3s ease, box-shadow .3s ease;
	transition: transform .3s ease, box-shadow .3s ease;
	z-index: 9998;
	pointer-events: none
}

body[data-hhun="1"] #header-outer.invisible:not(.side-widget-open),
body[data-hhun="1"] #header-outer.no-trans-hidden:not(.side-widget-open) {
	-webkit-transform: translateY(-100%)!important;
	transform: translateY(-100%)!important
}

body[data-hhun="1"] #header-outer.transparent[data-transparent-header=true][data-remove-border=true] {
	transition: transform .3s ease, box-shadow .3s ease, background .3s ease, opacity .3s ease, border-color .3s ease
}

body[data-hhun="1"] #header-outer.transparent[data-transparent-header=true][data-remove-border=true][data-permanent-transparent="1"].detached,
body[data-hhun="1"] #header-outer.detached {
	position: fixed!important;
	z-index: 9998!important;
	-webkit-transition: -webkit-transform .3s ease, height .3s ease, background .3s ease, opacity .3s ease, border-color .3s ease, box-shadow .3s ease;
	transition: transform .3s ease, height .3s ease, background .3s ease, opacity .3s ease, border-color .3s ease, box-shadow .3s ease
}

@media only screen and (max-width:1000px) {
	body[data-hhun="1"] #header-outer {
		transition: transform .3s ease, height .3s ease, background .3s ease, opacity .3s ease, border-color .3s ease, box-shadow .3s ease
	}
}

body[data-hhun="1"] #header-outer.transparent.at-top {
	transition: background-color .3s ease, box-shadow .3s ease, transform .3s ease
}

.mobile-video-image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: none;
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover
}

.using-mobile-browser .mobile-video-image {
	display: block
}

.wpb_row .nectar-video-wrap,
#page-header-bg .nectar-video-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding-bottom: 0;
	overflow: hidden;
	opacity: 0;
	z-index: 1
}

.wpb_row .nectar-video-wrap .nectar-video-inner.transition,
.wpb_row .row-bg-wrap .row-bg.transition {
	-webkit-transition: transform .65s cubic-bezier(.05, .2, .1, 1);
	transition: transform .65s cubic-bezier(.05, .2, .1, 1)
}

.wpb_row .nectar-video-wrap.column-video,
.wpb_row .mobile-video-image.column-video {
	z-index: 0
}

body.using-mobile-browser .wpb_row .nectar-video-wrap,
body.using-mobile-browser #page-header-bg .nectar-video-wrap {
	left: -3000px
}

body.using-mobile-browser .nectar-slider-wrap .slide-bg-wrap .video-wrap {
	bottom: -3000px
}

.wpb_row .nectar-video-wrap video {
	transition: opacity .25s ease;
	opacity: 0
}

.wpb_row .nectar-video-wrap.position-loaded video {
	opacity: 1
}

#page-header-bg .nectar-video-wrap {
	opacity: 1;
	background-position: center;
	background-repeat: repeat;
	height: 100%;
	width: 100%
}

#page-header-bg .nectar-video-wrap video {
	opacity: 0
}

.video-color-overlay {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	-webkit-backface-visibility: hidden;
	top: 0;
	left: 0;
	padding-bottom: 0;
	z-index: 3
}

.wpb_row .nectar-video-wrap .mejs-container .mejs-controls,
.mejs-overlay-button,
.mejs-overlay-loading,
#search-outer .ui-helper-hidden-accessible,
.mobile #search-outer .ui-widget-content {
	display: none!important
}

.wpb_row>.span_12 {
	z-index: 10
}

.wpb_row>.span_12 {
	margin-bottom: 0!important
}

.wpb_row>.span_12>.column_container:last-child {
	margin-bottom: 0
}

#page-header-bg .container {
	z-index: 100
}

.nectar-slider-loading {
	background-color: #393939;
	background-position: center;
	background-repeat: repeat;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

body .full-width-section {
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.full-width-section {
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	position: relative
}

.full-width-content.parallax_section {
	-webkit-background-size: cover;
	background-size: cover
}

.full-width-content.vc_row-fluid .wpb_column {
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover
}

.wpb_row {
	position: relative
}

.wpb_row.vc_row-o-full-height {
	min-height: 99vh
}

.wpb_row .row-bg,
.full-width-section .row-bg,
#page-header-bg .page-header-bg-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	-webkit-background-size: cover
}

#page-header-bg[data-parallax="1"] .page-header-bg-image {
	height: calc(100% + 20px);
	top: auto;
	bottom: 0
}

@media only screen and (min-width:1000px) {
	#page-header-bg[data-parallax="1"] .page-header-bg-image {
		height: calc(100% + 40px)
	}
}

.page-header-bg-image-wrap[data-n-parallax-bg=true] .page-header-bg-image {
	height: calc(100% + 40px);
	top: auto;
	bottom: 0
}

.wpb_row .row-bg-wrap .row-bg-overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	z-index: 2;
	backface-visibility: hidden
}

.row.right-align-text {
	text-align: right
}

.wpb_row[data-using-ctc=true] h1,
.wpb_row[data-using-ctc=true] h2,
.wpb_row[data-using-ctc=true] h3,
.wpb_row[data-using-ctc=true] h4,
.wpb_row[data-using-ctc=true] h5,
.wpb_row[data-using-ctc=true] h6 {
	color: inherit
}

.wpb_row.full-width-section,
.wpb_row.full-width-content,
body.material .wpb_row.full-width-section,
body.material .wpb_row.full-width-content {
	margin-bottom: 0
}

.wpb_row.full-width-content img,
.wpb_row.full-width-content .img-with-aniamtion-wrap,
.wpb_row.full-width-content .img-with-aniamtion-wrap .hover-wrap {
	margin-bottom: 0
}

body[data-ext-responsive=true] .container .page-submenu>.full-width-section .container:not(.tab-container):not(.recent-post-container):not(.normal-container) {
	padding: 0 90px!important
}

.full-width-section>.span_12>div:last-child {
	padding-bottom: 0
}

.full-width-section img {
	display: block;
	margin-bottom: 0
}

html:not(.js) .full-width-section,
html:not(.js) .full-width-content {
	visibility: visible
}

.full-width-section.parallax_section .row-bg,
.full-width-content.parallax_section .row-bg,
.wpb_row.parallax_section .row-bg {
	background-attachment: fixed
}

body .full-width-section.parallax_section .row-bg.translate,
body .full-width-content.parallax_section .row-bg.translate,
body .wpb_row.parallax_section .row-bg.translate,
.nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg.translate,
#page-header-bg .page-header-bg-image.translate,
[data-parallax=true] .swiper-slide .image-bg.translate,
.wpb_row .column-image-bg-wrap .column-image-bg.translate {
	background-attachment: scroll;
	top: auto;
	bottom: 0
}

body .full-width-content.parallax_section .row-bg,
body .full-width-section.parallax_section .row-bg,
body .wpb_row.parallax_section .row-bg {
	background-attachment: fixed
}

body[data-ajax-transitions=false] .parallax_section .row-bg,
body[data-ajax-transitions=false] .parallax-layer.column-image-bg,
body[data-ajax-transitions=false] .parallax_section .nectar-recent-post-slide .nectar-recent-post-bg {
	opacity: 0;
	transition: opacity .2s ease
}

_::-webkit-full-page-media,
_:future,
:root body[data-ajax-transitions=false] .parallax_section .row-bg {
	opacity: 1
}

body[data-ajax-transitions=false] .parallax_section.top-level .row-bg:not([data-parallax-speed=fixed]),
body:not([data-remove-m-parallax="1"]) .parallax_section.top-level .row-bg:not([data-parallax-speed=fixed]) {
	opacity: 1;
	background-attachment: scroll;
	top: auto;
	bottom: 0
}

.top-level .vc_col-sm-12:not(.child_column)>.vc_column-inner>.column-image-bg-wrap .parallax-layer {
	top: auto;
	bottom: 0;
	opacity: 1
}

@media only screen and (min-width:1000px) {
	body:not([data-header-format=left-header]) .parallax_section.top-level .row-bg[data-parallax-speed=slow]:not([data-parallax-speed=fixed]),
	body:not([data-header-format=left-header]) .top-level .vc_col-sm-12:not(.child_column)>.vc_column-inner>.column-image-bg-wrap[data-parallax-speed=slow] .parallax-layer {
		height: calc(100% + 90px)
	}
	body:not([data-header-format=left-header]) .parallax_section.top-level .row-bg[data-parallax-speed=medium]:not([data-parallax-speed=fixed]),
	body:not([data-header-format=left-header]) .top-level .vc_col-sm-12:not(.child_column)>.vc_column-inner>.column-image-bg-wrap[data-parallax-speed=medium] .parallax-layer {
		height: calc(100% + 70px)
	}
	body:not([data-header-format=left-header]) .parallax_section.top-level .row-bg[data-parallax-speed*=fast]:not([data-parallax-speed=fixed]),
	body:not([data-header-format=left-header]) .top-level .vc_col-sm-12:not(.child_column)>.vc_column-inner>.column-image-bg-wrap[data-parallax-speed*=fast] .parallax-layer {
		height: calc(100% + 40px)
	}
}

@media only screen and (max-width:999px) {
	body .parallax_section.top-level .row-bg:not([data-parallax-speed=fixed]),
	.top-level .vc_col-sm-12:not(.child_column)>.vc_column-inner>.column-image-bg-wrap[data-parallax-speed*=fast] .parallax-layer {
		height: calc(100% + 40px)
	}
}

body .top-level .nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg,
body .top-level .nectar-simple-slider[data-parallax=true] .parallax-layer {
	height: calc(100% + 40px)
}

.global-section-after-header-nav-active #page-header-bg[data-parallax="1"] .page-header-bg-image,
.global-section-after-header-nav-active .top-level .nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg,
.global-section-after-header-nav-active .top-level .nectar-simple-slider[data-parallax=true] .parallax-layer,
.global-section-after-header-nav-active #ajax-content-wrap .parallax_section.top-level .row-bg:not([data-parallax-speed=fixed]) {
	height: calc(100% + 90px)
}

body[data-ajax-transitions=false] .parallax_section .nectar-recent-post-slide .row-bg,
body[data-ajax-transitions=false] .parallax_section.nectar-parallax-enabled .row-bg,
body[data-ajax-transitions=false] .parallax_section.nectar-parallax-enabled .nectar-recent-post-slide .nectar-recent-post-bg,
body[data-ajax-transitions=false] .parallax_section .row-bg[data-parallax-speed=fixed],
body[data-ajax-transitions=false] .parallax_section .row-bg .nectar-recent-post-slide,
body[data-ajax-transitions=false] .nectar-parallax-enabled .parallax-layer.column-image-bg:not([data-nectar-img-src]) {
	opacity: 1
}

.full-width-section.parallax_section .row-bg-wrap,
.full-width-content.parallax_section .row-bg-wrap,
.wpb_row.parallax_section .row-bg-wrap,
.wpb_row .row-bg-wrap .inner-wrap {
	overflow: hidden;
	width: 100.1%;
	height: 100.1%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0
}

.wpb_row.parallax_section .row-bg-wrap,
.wpb_row .row-bg-wrap[data-bg-animation=zoom-out-reveal] {
	z-index: 2
}

.wpb_row .row-bg-wrap,
.full-width-section .row-bg-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.wpb_row[data-br*=px][data-br-applies=inner] .row_col_wrap_12,
.wpb_row[data-br*=px][data-br-applies=bg]>.row-bg-wrap {
	overflow: hidden
}

.row-bg-wrap[data-bg-animation*=fade],
.row-bg-wrap[data-bg-animation*=zoom],
.column-image-bg-wrap[data-bg-animation*=fade],
.column-image-bg-wrap[data-bg-animation*=zoom] {
	overflow: hidden
}

body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=fade-in] .inner-wrap.using-image {
	opacity: 0;
	-webkit-transition: opacity .85s ease-out;
	transition: opacity .85s ease-out
}

.column-image-bg-wrap[data-bg-animation=fade-in] .inner-wrap {
	opacity: 0;
	-webkit-transition: opacity .55s ease-out;
	transition: opacity .55s ease-out
}

body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=fade-in] .inner-wrap.using-image.animated-in,
.column-image-bg-wrap[data-bg-animation=fade-in] .inner-wrap.animated-in {
	opacity: 1
}

body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out] .inner-wrap.using-image,
.column-image-bg-wrap[data-bg-animation=zoom-out] .inner-wrap {
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
	-webkit-transition: transform 2.5s cubic-bezier(.1, .55, .4, 1);
	transition: transform 2.5s cubic-bezier(.1, .55, .4, 1)
}

body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-high] .inner-wrap.using-image,
.column-image-bg-wrap[data-bg-animation=zoom-out-high] .inner-wrap {
	-webkit-transform: scale(1.6);
	transform: scale(1.6);
	-webkit-transition: transform 1.3s cubic-bezier(.12, .75, .4, 1);
	transition: transform 1.3s cubic-bezier(.12, .75, .4, 1)
}

.column-image-bg-wrap[data-bg-animation=zoom-out-reveal],
.row-bg-wrap[data-bg-animation=zoom-out-reveal] {
	-webkit-transform: scale(.7);
	transform: scale(.7);
	overflow: hidden;
	opacity: 0;
	-webkit-transition: transform 1.3s cubic-bezier(.12, .75, .4, 1), opacity .4s ease-out;
	transition: transform 1.3s cubic-bezier(.12, .75, .4, 1), opacity .4s ease-out
}

.column-image-bg-wrap[data-bg-animation=zoom-out-reveal][data-bg-overlay=true],
.row-bg-wrap[data-bg-animation=zoom-out-reveal][data-bg-overlay=true] {
	-webkit-transition: transform 1.3s cubic-bezier(.12, .75, .4, 1), opacity .55s ease-out .2s;
	transition: transform 1.3s cubic-bezier(.12, .75, .4, 1), opacity .55s ease-out .2s
}

.wpb_column .column-bg-overlay-wrap[data-bg-animation=zoom-out-reveal] {
	-webkit-transform: scale(.7);
	transform: scale(.7);
	opacity: 0;
	-webkit-transition: background-color .45s cubic-bezier(.25, 1, .33, 1), opacity .35s ease-out, transform 1.3s cubic-bezier(.12, .75, .4, 1);
	transition: background-color .45s cubic-bezier(.25, 1, .33, 1), opacity .35s ease-out, transform 1.3s cubic-bezier(.12, .75, .4, 1)
}

.column-image-bg-wrap[data-bg-animation=zoom-out-reveal] .inner-wrap,
.row-bg-wrap[data-bg-animation=zoom-out-reveal] .inner-wrap {
	-webkit-transform: scale(1.75);
	transform: scale(1.75);
	-webkit-transition: transform 1.3s cubic-bezier(.12, .75, .4, 1);
	transition: transform 1.3s cubic-bezier(.12, .75, .4, 1)
}

body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap.using-image,
.column-image-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap {
	-webkit-transform: scale(1.35);
	transform: scale(1.35);
	-webkit-transition: transform 8s cubic-bezier(.1, .2, .7, 1);
	transition: transform 8s cubic-bezier(.1, .2, .7, 1)
}

.column-image-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap {
	-webkit-transform: scale(1.45);
	transform: scale(1.45)
}

body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out] .inner-wrap.using-image.animated-in,
body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap.using-image.animated-in,
body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-reveal] .inner-wrap.animated-in,
body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-reveal].animated-in,
.column-image-bg-wrap[data-bg-animation=zoom-out] .inner-wrap.animated-in,
.column-image-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap.animated-in,
.column-image-bg-wrap[data-bg-animation=zoom-out-high] .inner-wrap.animated-in,
.column-image-bg-wrap[data-bg-animation=zoom-out-reveal] .inner-wrap.animated-in,
.column-image-bg-wrap[data-bg-animation=zoom-out-reveal].animated-in,
.column-bg-overlay-wrap[data-bg-animation=zoom-out-reveal].animated-in {
	-webkit-transform: scale(1);
	transform: scale(1)
}

@keyframes row_bg_zoom_out {
	0% {
		transform: scale(1.2)
	}
	100% {
		transform: scale(1)
	}
}

body[data-ajax-transitions=false] #page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .page-header-bg-image-wrap,
body[data-ajax-transitions=false] .top-level .row-bg-wrap[data-bg-animation=zoom-out] .inner-wrap.using-image {
	-webkit-transform: scale(1);
	transform: scale(1);
	animation: row_bg_zoom_out 2.5s cubic-bezier(.1, .55, .4, 1) forwards
}

body[data-ajax-transitions=false] .top-level .row-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap.using-image {
	-webkit-transform: scale(1);
	transform: scale(1);
	animation: row_bg_zoom_out 8s cubic-bezier(.1, .2, .7, 1) forwards
}

body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-reveal].animated-in,
.column-image-bg-wrap[data-bg-animation=zoom-out-reveal].animated-in,
.column-bg-overlay-wrap[data-bg-animation=zoom-out-reveal].animated-in {
	opacity: 1
}

.wpb_row .row-bg-wrap .inner-wrap {
	height: 100%;
	width: 100%
}

.full-width-section.parallax_section .row-bg,
.full-width-content.parallax_section .row-bg,
.wpb_row.parallax_section .row-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background-size: cover;
	-webkit-background-size: cover
}

.full-width-section.no-cover .row-bg,
.wpb_row .row-bg.no-cover,
.full-width-section .row-bg.no-cover {
	background-size: auto!important;
	-webkit-background-size: auto
}

body .full-width-section>.col.span_12 {
	float: none
}

html body .vc_row-fluid.legacy>.span_12 {
	display: block
}

.full-width-section>.col.span_12.light,
.full-width-content>.col.span_12.light,
.col.span_12.light .wpb_text_column>.wpb_wrapper>ul {
	color: #fff
}

.vc_row.vc_row-o-equal-height>.span_12>.vc_column_container>.vc_column-inner {
	width: 100%
}

.vc_row.vc_row-o-equal-height>.span_12>.wpb_column>.vc_column-inner>.wpb_wrapper {
	min-height: 1px
}

.vc_column_container>.vc_column-inner {
	position: relative
}

@media only screen and (max-width:999px) {
	body .vc_row.vc_row-flex.vc_row-o-equal-height>.span_12,
	body .vc_row.vc_row-flex.vc_row-o-equal-height>.span_12>.vc_column_container>.vc_column-inner,
	body .vc_row.vc_row-flex.vc_row-o-equal-height>.span_12>.vc_column_container {
		display: -webkit-flex;
		display: flex
	}
}

@media (max-width:1299px) and (min-width:1000px) {
	.vc_hidden-md {
		display: none
	}
}

.col {
	position: relative;
	float: left
}

.col.boxed:not(.wpb_column) {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	background-color: #fff;
	padding: 25px 15px 15px;
	position: relative;
	-webkit-transition: top .2s ease, -webkit-box-shadow .2s ease;
	transition: top .2s ease, box-shadow .2s ease
}

.col.boxed .bottom-line,
.wpb_column.boxed .bottom-line {
	height: 1px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 2px;
	left: 0;
	background-color: #e8e8e8
}

.col.boxed img,
.wpb_column.boxed img {
	padding: 0 15px
}

.col.boxed:not(.wpb_column):hover {
	top: -4px;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 2px 3px rgba(0, 0, 0, .3)
}

.col.boxed.no-pointer-events {
	pointer-events: none
}

.column-image-bg-wrap .column-image-bg[data-nectar-img-src],
.row-bg-wrap .row-bg[data-nectar-img-src] {
	opacity: 0
}

.column-image-bg-wrap .column-image-bg.loaded,
.row-bg-wrap .row-bg.loaded,
body[data-ajax-transitions] .parallax_section .row-bg.loaded,
body[data-ajax-transitions] .parallax-layer.column-image-bg.loaded {
	transition: opacity .4s ease .2s
}

.col.centered-text,
.wpb_column.centered-text {
	text-align: center
}

.centered-text .divider-small-border {
	margin: 25px auto
}

.centered-text .divider-border[data-animate=yes],
.centered-text .divider-small-border[data-animate=yes] {
	-webkit-transform-origin: center;
	transform-origin: center
}

body .col.centered-text ul,
body .wpb_column.centered-text ul {
	display: inline-block;
	text-align: center;
	margin-left: 0
}

.col.centered-text ul,
.wpb_column.centered-text ul {
	text-align: left
}

body .col.centered-text img,
body .wpb_column.centered-text img,
.col.center img {
	margin-left: auto;
	margin-right: auto
}

body .col.centered-text img.dl-img {
	display: inline-block;
	margin: 0
}

.wpb_column {
	background-position: center
}

.wpb_column[data-video-bg=true] .wpb_wrapper,
.wpb_column[data-overlay-color=true] .wpb_wrapper,
.wpb_column[data-has-bg-color=true] .wpb_wrapper,
.wpb_column[data-using-bg=true] .wpb_wrapper,
.wpb_column[data-hover-bg^="#"] .wpb_wrapper {
	position: relative;
	z-index: 2
}

.wpb_column .column-bg-overlay,
.wpb_column .column-bg-overlay-wrap {
	pointer-events: none;
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: ' ';
	display: block;
	opacity: 0;
	transition: background-color .45s cubic-bezier(.25, 1, .33, 1), opacity .45s cubic-bezier(.25, 1, .33, 1);
	-webkit-transition: background-color .45s cubic-bezier(.25, 1, .33, 1), opacity .45s cubic-bezier(.25, 1, .33, 1)
}

.vc_column-inner .column-overlay-layer {
	pointer-events: none;
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: ' ';
	display: block
}

.wpb_column .column-bg-overlay-wrap {
	opacity: 1
}

.column-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10
}

.col.span_3 .col.span_12 i,
.col.span_4 .col.span_12 i {
	margin-bottom: 0
}

body .wpb_text_column {
	margin-bottom: 0
}

.wpb_animate_when_almost_visible {
	opacity: 0
}

.wpb_start_animation {
	opacity: 1
}

body .wpb_text_column h2:last-child,
body .wpb_text_column h3:last-child {
	margin-bottom: 10px
}

body[data-bg-header=true].page .main-content>.row>#breadcrumbs.yoast,
body[data-bg-header=true].single-portfolio #full_width_portfolio .main-content>.row>#breadcrumbs.yoast {
	padding-top: 20px
}

rs-module video {
	visibility: visible
}

.home-wrap {
	padding-top: 3em;
	margin-bottom: 0;
	padding-bottom: 0;
	position: relative;
	z-index: 100;
	background-color: #f8f8f8
}

html:not(.js) .home-wrap {
	padding-top: 0
}

.home-wrap .full-width-section.first-section {
	margin-top: -37px
}

.single_job_listing .company img {
	height: 3em
}

.single_job_listing .meta li {
	list-style: none
}

.flex-gallery {
	margin: 0;
	padding: 0
}

.flex-gallery .slides>li {
	display: none;
	-webkit-backface-visibility: hidden
}

.flex-gallery .slides img {
	width: 99.8%;
	display: block
}

.flex-pauseplay span {
	text-transform: capitalize
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

html[xmlns] .slides {
	display: block
}

* html .slides {
	height: 1%
}

.no-js .slides>li:first-child {
	display: block
}

.flex-gallery {
	margin: 0 0 15px;
	position: relative;
	zoom: 1;
	background-color: transparent
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .flex-viewport {
	max-height: 300px
}

.flex-gallery .slides {
	zoom: 1
}

.flex-gallery ul {
	position: relative;
	z-index: 1000;
	margin: 0
}

.flex-gallery .flex-direction-nav {
	margin: 0;
	position: absolute;
	top: 8px
}

.flex-gallery ul li {
	list-style: none
}

.flex-gallery ul li img {
	margin-bottom: 0
}

.carousel li {
	margin-right: 0;
	margin-left: 0
}

.flex-control-nav {
	display: none
}

.flex-direction-nav {
	*height: 0
}

.flex-direction-nav a {
	display: block;
	line-height: 22px;
	position: relative;
	background-color: #000;
	height: 25px;
	width: 25px;
	text-align: center;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 1px
}

.flex-direction-nav a i {
	line-height: 29px;
	font-size: 16px;
	color: #fff;
	background-color: transparent
}

.flex-direction-nav .flex-next {
	padding-left: 2px
}

.flex-direction-nav .flex-prev {
	padding-right: 2px
}

body #ajax-content-wrap .flex-gallery .flex-direction-nav li {
	float: left;
	margin-left: 7px
}

.flex-direction-nav a:hover {
	background-color: #333
}

.flex-direction-nav .flex-next span {
	background-position: right top;
	top: 9px;
	right: 9px;
	position: absolute;
	display: block;
	height: 15px;
	width: 15px;
	z-index: 100
}

.flex-direction-nav .flex-prev span {
	background-position: left top;
	top: 9px;
	left: 9px;
	position: absolute;
	display: block;
	height: 15px;
	width: 15px;
	z-index: 100
}

body.mobile.material [data-bullet_style="see_through"] .slider-pagination {
	bottom: 13px
}

body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch:before {
	position: relative;
	top: 50%
}

body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch:before {
	display: block;
	content: ''
}

.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot,
.nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot,
.testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot,
.nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot,
.nectar-woo-flickity .flickity-page-dots .dot,
body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch {
	width: 30px;
	margin: 0;
	opacity: .35
}

.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot:before,
.nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot:before,
.testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot:before,
.nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot:before,
.nectar-quick-view-box .flickity-page-dots .dot:before,
.nectar-woo-flickity .flickity-page-dots .dot:before,
body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch:before {
	width: 6px;
	height: 6px;
	transition: all .25s ease;
	border-radius: 50%;
	margin-left: 11px;
	background-color: transparent;
	box-shadow: inset 0 0 0 5px #000
}

.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot.is-selected,
.nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot.is-selected,
.testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot.is-selected,
.nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot.is-selected,
body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch.swiper-active-switch,
.nectar-quick-view-box .flickity-page-dots .dot.is-selected,
.nectar-woo-flickity .flickity-page-dots .dot {
	opacity: 1
}

.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot.is-selected:before,
.nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot.is-selected:before,
.testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot.is-selected:before,
.nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot.is-selected:before,
.nectar-woo-flickity .flickity-page-dots .dot.is-selected:before,
.nectar-quick-view-box .flickity-page-dots .dot.is-selected:before,
body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch.swiper-active-switch:before {
	-webkit-transform: scale(2);
	transform: scale(2);
	box-shadow: inset 0 0 0 1px #000;
	background-color: transparent
}

.span_12.light .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot:before,
.span_12.light .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot:before,
.span_12.light .testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot:before,
.span_12.light .nectar-woo-flickity .flickity-page-dots .dot:before,
.span_12.light .nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot:before,
body.material [data-bullet_style="see_through"] .slider-pagination:not(.dark-cs) .swiper-pagination-switch:before {
	box-shadow: inset 0 0 0 5px #fff
}

.span_12.light .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot.is-selected:before,
.span_12.light .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot.is-selected:before,
.span_12.light .testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot.is-selected:before,
.span_12.light .nectar-woo-flickity .flickity-page-dots .dot.is-selected:before,
.span_12.light .nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot.is-selected:before,
body.material [data-bullet_style="see_through"] .slider-pagination:not(.dark-cs) .swiper-pagination-switch.swiper-active-switch:before {
	box-shadow: inset 0 0 0 1px #fff
}

.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots,
.nectar-flickity[data-controls=material_pagination] .flickity-page-dots {
	bottom: -85px;
	margin: 0
}

.nectar-flickity[data-control-style=material_pagination]:not(.masonry) .flickity-viewport,
.nectar-flickity[data-controls=material_pagination]:not(.masonry) .flickity-viewport {
	margin: 110px 0 130px
}

iframe.iframe-embed,
iframe {
	max-width: 100%
}

html:not(.js) .main-content iframe[src],
.main-content #sidebar iframe[src],
.wc-braintree-hosted-field iframe {
	opacity: 1
}

.iframe-embed-standard iframe {
	width: 100%!important
}

body .mejs-container .mejs-controls>.mejs-horizontal-volume-slider {
	height: 26px;
	width: 56px;
	position: relative;
	display: block;
	float: left
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33)
}

.mejs-controls .mejs-button button:focus {
	outline: none
}

body[data-button-style*=_rounded] .mejs-button>button,
body[data-button-style^=rounded] .mejs-controls .mejs-pause button,
body .mejs-controls .mejs-pause {
	border-radius: 0!important
}

video,
audio {
	visibility: hidden
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background-color: rgba(255, 255, 255, .3)!important
}

.mejs-video .mejs-controls .mejs-time-rail {
	padding-top: 12px
}

.mejs-audio .mejs-controls .mejs-time-rail {
	padding-top: 11px
}

.mejs-video .mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-video .mejs-controls .mejs-time-rail span,
.mejs-video .mejs-controls .mejs-time-rail a,
.mejs-video .mejs-controls .mejs-time-rail .mejs-time-loaded {
	height: 8px
}

.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-audio .mejs-controls .mejs-time-rail span,
.mejs-audio .mejs-controls .mejs-time-rail a,
.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
	height: 8px
}

#ajax-content-wrap .mejs-container {
	background-color: transparent;
	background-image: none!important
}

.wp-video {
	margin-bottom: 20px
}

.wp-video,
.mejs-container .mejs-poster img {
	max-width: none!important;
	width: 100%!important
}

.wp-video-shortcode.mejs-container .mejs-poster img {
	visibility: hidden;
	display: block;
	margin-bottom: 0
}

.mejs-container-fullscreen .mejs-poster img {
	height: 100%!important
}

body .mejs-poster {
	background-size: cover
}

body .mejs-container .mejs-controls .mejs-time {
	opacity: .8
}

body .mejs-controls button {
	transition: opacity .15s ease
}

body .mejs-controls button:hover,
.mejs-controls .mejs-fullscreen-button:hover button {
	opacity: .8
}

#ajax-content-wrap .mejs-controls .mejs-time-rail .mejs-time-total {
	background-color: rgba(255, 255, 255, .25)
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: transparent!important
}

body .mejs-controls .mejs-button button {
	font-size: 18px;
	color: #fff;
	width: auto;
	position: relative;
	display: inline-block
}

body .mejs-controls .mejs-button:not(.mejs-replay) button {
	background-image: none
}

body .mejs-controls .mejs-button.mejs-replay button {
	width: 20px
}

body .mejs-controls button:before {
	text-decoration: inherit;
	display: inline-block;
	speak: none
}

body .mejs-controls .mejs-play button:before {
	content: "\e052"
}

body .mejs-controls .mejs-mute button:before {
	content: "\e098"
}

body .mejs-controls .mejs-unmute button:before {
	content: "\e099"
}

body .mejs-controls .mejs-fullscreen-button button:before {
	content: "\e110";
	font-size: 17px
}

body .mejs-controls .mejs-fullscreen-button.mejs-unfullscreen button:before {
	content: "\e111"
}

body .mejs-button.mejs-volume-button {
	margin-left: 5px
}

body .mejs-controls .mejs-pause {
	top: 2px;
	left: 2px;
	position: relative
}

body .mejs-controls .mejs-pause button {
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	width: 9px;
	height: 12px;
	right: 3px;
	top: 2px
}

#ajax-content-wrap .mejs-container.mejs-audio {
	height: 44px!important;
	background-color: rgba(0, 0, 0, 1)
}

#ajax-content-wrap .mejs-container.mejs-audio .mejs-playpause-button {
	margin-left: 0
}

body .mejs-container.mejs-audio .mejs-controls,
body .masonry-blog-item .mejs-container.mejs-video .mejs-controls {
	height: 42px
}

#ajax-content-wrap .masonry-blog-item .mejs-container.mejs-video .mejs-controls .mejs-playpause-button {
	margin-left: 10px
}

#ajax-content-wrap .masonry-blog-item .mejs-container .mejs-fullscreen-button {
	margin-right: 10px
}

body .masonry-blog-item .mejs-container:not(.mejs-audio) .mejs-controls:before {
	height: 250%
}

body .mejs-container:not(.mejs-audio) .mejs-controls:before {
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) -2%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .04) 44%, rgba(0, 0, 0, .8) 100%, rgba(0, 0, 0, .6) 100%);
	background: linear-gradient(rgba(255, 255, 255, 0) -2%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .04) 44%, rgba(0, 0, 0, .8) 100%, rgba(0, 0, 0, .6) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 400%;
	z-index: 11;
	border-radius: 4px;
	content: ' '
}

body .mfp-wrap .mfp-content .mejs-container:not(.mejs-audio) .mejs-controls:before {
	border-radius: 0
}

body .mejs-container .mejs-controls>* {
	z-index: 100;
	position: relative
}

body .mejs-container .mejs-controls {
	background: none!important;
	height: 50px
}

#ajax-content-wrap .mejs-playpause-button {
	margin-left: 20px
}

#ajax-content-wrap .mejs-fullscreen-button {
	margin-right: 20px
}

body .mejs-video .mejs-controls .mejs-time-rail .mejs-time-float {
	color: #fff;
	border: none;
	background-color: transparent
}

body .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	border-color: transparent
}

body .mejs-audio .mejs-controls .mejs-time-rail .mejs-time-float {
	border: none;
	background-color: #fff;
	height: 15px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .25)
}

#header-outer .wpml-ls-menu-item .wpml-ls-flag {
	margin-bottom: 0
}

.isotope-item {
	z-index: 2
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1
}

.isotope {
	-webkit-transition-property: height;
	transition-property: height
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity
}

.btn {
	padding: 8px 16px
}

.nectar-button {
	border-radius: 5px;
	box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
	transition: opacity .45s cubic-bezier(.25, 1, .33, 1);
	-webkit-transition: opacity .45s cubic-bezier(.25, 1, .33, 1);
	color: #fff;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 12px;
	padding: 13px 18px;
	position: relative;
	top: 0;
	margin-bottom: 10px;
	opacity: 1;
	line-height: 20px;
	background-color: #000;
	display: inline-block
}

.nectar-button.large {
	font-size: 14px;
	padding: 15px 22px;
	box-shadow: 0 -3px rgba(0, 0, 0, .1) inset
}

.nectar-button.jumbo {
	font-size: 18px;
	padding: 25px 40px;
	box-shadow: 0 -3px rgba(0, 0, 0, .1) inset
}

body .nectar-button.large.see-through,
body .nectar-button.large.see-through-2,
body .nectar-button.large.see-through-3 {
	border-width: 2px;
	padding-top: 13px;
	padding-bottom: 13px
}

body .nectar-button.jumbo.see-through,
body .nectar-button.jumbo.see-through-2,
body .nectar-button.jumbo.see-through-3 {
	border-width: 4px;
	padding-top: 21px;
	padding-bottom: 21px
}

body .nectar-button em {
	font-size: inherit;
	line-height: inherit
}

.nectar-button i,
.nectar-button i[class*=fa-] {
	font-size: 18px;
	line-height: 18px;
	width: 18px;
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -9px;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	transition: all .45s cubic-bezier(.25, 1, .33, 1);
	-webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1)
}

.nectar-button i.icon-button-arrow {
	font-size: 19px
}

.nectar-button span {
	left: 0;
	display: inline-block;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition: opacity .45s cubic-bezier(.25, 1, .33, 1), transform .45s cubic-bezier(.25, 1, .33, 1);
	-webkit-transition: opacity .45s cubic-bezier(.25, 1, .33, 1), -webkit-transform .45s cubic-bezier(.25, 1, .33, 1);
	position: relative
}

.nectar-button .im-icon-wrap svg {
	width: 18px;
	height: 18px;
	fill: currentColor
}

.material .nectar-button .im-icon-wrap,
.material .nectar-button .im-icon-wrap span {
	display: block;
	position: relative;
	width: 100%;
	height: 100%
}

.material .nectar-button .im-icon-wrap svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

body #ajax-content-wrap .nectar-button .im-icon-wrap,
body #ajax-content-wrap .nectar-button .im-icon-wrap span {
	left: auto;
	transform: none
}

.nectar-button.has-icon,
.nectar-button.tilt.has-icon {
	padding-left: 42px;
	padding-right: 42px
}

.nectar-button.has-icon:hover span,
.nectar-button.tilt.has-icon span,
body.material .nectar-button.has-icon span {
	-webkit-transform: translateX(-18px);
	transform: translateX(-18px)
}

.nectar-button.has-icon:hover i,
.nectar-button.tilt.has-icon i,
body.material .nectar-button.has-icon i {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	-webkit-transform: translateX(6px);
	transform: translateX(6px)
}

.nectar-button:hover,
.full-width-section .light .nectar-button:hover {
	opacity: .87;
	color: #fff
}

@media only screen and (min-width:1000px) {
	.full-width-section .light .nectar-button.wpb_animate_when_almost_visible:not(.see-through):not(.see-through-2):not(.see-through-3),
	body .nectar-button.wpb_animate_when_almost_visible {
		opacity: 0
	}
}

body:not([data-button-style*=rounded_shadow]) .full-width-section .light .nectar-button:not(.see-through):not(.see-through-2):not(.see-through-3),
body .full-width-section .light .nectar-button.wpb_animate_when_almost_visible.animated:not(.see-through):not(.see-through-2):not(.see-through-3) {
	opacity: .9
}

body[data-button-style] .full-width-section .light .nectar-button:not(.see-through):not(.see-through-2):not(.see-through-3):hover,
body[data-button-style] .full-width-section .light .nectar-button.wpb_animate_when_almost_visible.animated:not(.see-through):not(.see-through-2):not(.see-through-3):hover,
body .nectar-button.wpb_animate_when_almost_visible.animated,
body[data-button-style] .nectar-button.wpb_animate_when_almost_visible.animated {
	opacity: 1
}

.text_on_hover.product .add_to_cart_button,
.text_on_hover.product a.added_to_cart {
	font-family: 'Open Sans';
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	position: relative;
	text-transform: uppercase
}

.text_on_hover.product a.added_to_cart {
	border-radius: 2px
}

.nectar-button.see-through,
body .nectar-button.see-through {
	-webkit-box-shadow: none;
	opacity: 1!important;
	transition: all .45s cubic-bezier(.25, 1, .33, 1);
	-webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1);
	border-radius: 2px;
	border: 2px solid rgba(255, 255, 255, .75)
}

.text_on_hover.product .add_to_cart_button {
	-webkit-box-shadow: none;
	opacity: 1;
	transition: all .45s cubic-bezier(.25, 1, .33, 1);
	-webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1);
	border-radius: 2px;
	border: 2px solid rgba(255, 255, 255, .75)
}

.nectar-button.see-through,
body .nectar-button.see-through,
.text_on_hover.product .add_to_cart_button {
	background-color: transparent!important;
	box-shadow: none!important
}

.nectar-button.see-through-2,
.nectar-button.see-through-3 {
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	opacity: 1;
	transition: all .45s cubic-bezier(.25, 1, .33, 1);
	-webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1);
	border-radius: 2px;
	border: 2px solid rgba(255, 255, 255, .75)
}

.nectar-button.see-through-2:hover,
.nectar-button.see-through-3:hover {
	background-color: transparent
}

.nectar-button.see-through-3 {
	border: 2px solid rgba(255, 255, 255, 1)
}

body[data-button-style*=slightly_rounded] .col.dark .nectar-button.see-through,
body[data-button-style*=slightly_rounded] .col.dark .nectar-button.see-through-2 {
	border-color: rgba(0, 0, 0, .15);
	color: #000
}

body[data-button-style*=rounded_shadow] .wp-block-button>.wp-block-button__link {
	transition: all .45s cubic-bezier(.25, 1, .33, 1)
}

body[data-button-style*=rounded_shadow] .woocommerce.add_to_cart_inline a.button.add_to_cart_button:hover,
body[data-button-style*=rounded_shadow].material .nectar-button.see-through:hover {
	box-shadow: 0 20px 38px rgba(0, 0, 0, .11)!important
}

body[data-button-style*=slightly_rounded].single .heading-title[data-header-style=default_minimal] .meta-category a:hover,
body[data-button-style*=slightly_rounded] #page-header-bg[data-post-hs=default_minimal] .inner-wrap>a:hover {
	transform: translateY(-3px)!important
}

body[data-button-style=slightly_rounded_shadow] .nectar-button.wpb_start_animation,
body[data-button-style=rounded_shadow] .nectar-button.wpb_start_animation {
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none
}

body[data-button-style=slightly_rounded_shadow] .widget_search input[type=submit]:hover {
	-webkit-transform: none!important;
	transform: none!important
}

body .nectar-button.see-through:hover {
	border-color: rgba(255, 255, 255, 1)
}

.col.light .nectar-button.see-through-2,
.col.light .nectar-button.see-through-3 {
	color: #fff
}

.col.light .nectar-button.see-through {
	border-color: rgba(255, 255, 255, .75);
	color: #fff
}

.col.light .nectar-button.see-through:hover {
	border-color: rgba(255, 255, 255, 1)
}

.col.dark .nectar-button.see-through,
.col.dark .nectar-button.see-through-2 {
	border-color: rgba(0, 0, 0, .75);
	color: #444
}

.col.dark .nectar-button.see-through:hover {
	border-color: rgba(0, 0, 0, 1)
}

body .nectar-button.see-through-2:hover,
body .col.dark .nectar-button.see-through-2:hover,
body .nectar-button.see-through-3:hover,
body .col.dark .nectar-button.see-through-3:hover {
	color: #fff;
	opacity: 1!important
}

h2 .nectar-button {
	top: -6px
}

body.material .nectar-button[class*=m-extra-color-gradient-][class*=see-through] {
	visibility: hidden
}

.swiper-slide .button.solid_color_2,
.tilt-button-wrap {
	-webkit-perspective: 800px;
	perspective: 800px;
	display: inline-block
}

.swiper-slide .button.solid_color_2:before {
	-webkit-font-smoothing: antialiased
}

.swiper-slide .button.solid_color_2 a:hover,
.nectar-button.tilt:hover,
.swiper-slide .button.solid_color_2 a:hover:after,
.nectar-button.tilt:hover:after,
.swiper-slide .button.solid_color_2 a:hover:before,
.nectar-button.tilt:hover:before {
	-webkit-transition: all .5s cubic-bezier(.25, 1, .33, 1);
	transition: all .5s cubic-bezier(.25, 1, .33, 1)
}

.swiper-slide .button.solid_color_2 a,
.nectar-button.tilt {
	display: block;
	background: #5cbcf6;
	outline: 1px solid transparent;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	outline: none;
	padding-left: 22px;
	padding-right: 22px;
	position: relative;
	border-bottom: none;
	opacity: 1;
	-webkit-transition: all .5s cubic-bezier(.25, 1, .33, 1);
	transition: all .5s cubic-bezier(.25, 1, .33, 1)
}

body[data-button-style*=rounded] .nectar-button.tilt,
body[data-button-style=rounded] .swiper-slide .button-wrap a,
body[data-button-style^=rounded].ascend .container-wrap .search-form input[type=submit] {
	border-radius: 0!important;
	-webkit-border-radius: 0!important
}

.swiper-slide .button.solid_color_2 a:after,
.nectar-button.tilt:after {
	width: 100%;
	height: 37%;
	left: 0;
	top: -35%;
	-webkit-transform-origin: 0% 100%;
	-webkit-transform: rotateX(90deg);
	transform-origin: 0% 100%;
	transform: rotateX(90deg);
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all .5s cubic-bezier(.25, 1, .33, 1);
	transition: all .5s cubic-bezier(.25, 1, .33, 1);
	-webkit-font-smoothing: antialiased
}

.swiper-slide .button.solid_color_2 a:before,
.nectar-button.tilt:before {
	width: 100%;
	height: 30%;
	left: 0;
	top: 99%;
	background: #49a7df;
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateX(-90deg);
	transform-origin: 0% 0%;
	transform: rotateX(-90deg);
	-webkit-transition: all .5s cubic-bezier(.25, 1, .33, 1);
	transition: all .5s cubic-bezier(.25, 1, .33, 1);
	-webkit-font-smoothing: antialiased;
	content: '';
	position: absolute;
	z-index: -1
}

.swiper-slide .button.solid_color_2 a:after,
.nectar-button.tilt:after,
.swiper-slide .button.solid_color_2 a:before,
.nectar-button.tilt:before {
	opacity: 0
}

.swiper-slide .button.solid_color_2 a:hover:after,
.nectar-button.tilt:hover:after,
.swiper-slide .button.solid_color_2 a:hover:before,
.nectar-button.tilt:hover:before {
	opacity: 1
}

.swiper-slide .button.solid_color_2 a:hover,
.nectar-button.tilt:hover {
	-webkit-transform: rotateX(20deg);
	transform: rotateX(20deg)
}

.swiper-slide .button.solid_color_2 .button-wrap,
.tilt-button-inner {
	overflow: hidden;
	padding: 3px 0;
	display: inline
}

.nectar-category-grid .nectar-category-grid-item .content[data-subtext=custom][data-subtext-vis=always] .subtext:after,
.nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a:after,
.nectar-cta[data-style=underline] .link_wrap .link_text:after {
	display: block;
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 2px;
	background-color: #fff;
	bottom: -4px;
	opacity: .8;
	left: 0;
	backface-visibility: hidden;
	pointer-events: none;
	animation: portSliderLine2 .45s cubic-bezier(.15, .75, .5, 1) forwards
}

body:not(.mobile) .nectar-category-grid .nectar-category-grid-item:hover .content[data-subtext=custom][data-subtext-vis=always] .subtext:after,
body:not(.mobile) .nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a:hover:after,
body:not(.mobile) .nectar-cta[data-style=underline] .link_wrap .link_text:hover:after {
	animation: portSliderLine .45s cubic-bezier(.15, .75, .5, 1) forwards
}

@keyframes portSliderLine {
	0% {
		transform: scaleX(0);
		transform-origin: left
	}
	100% {
		transform: scaleX(1);
		transform-origin: left
	}
}

@keyframes portSliderLine2 {
	0% {
		transform: scaleX(1);
		transform-origin: right
	}
	100% {
		transform: scaleX(0);
		transform-origin: right
	}
}

.nectar-category-grid[data-text-color=dark] .content[data-subtext=custom][data-subtext-vis=always] .subtext:after,
.span_12.dark .nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a:after {
	background-color: #000
}

.nectar-category-grid[data-text-color=dark] .nectar-category-grid-item .content *,
.span_12.dark .nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a {
	color: #000
}

.nectar-category-grid[data-text-color=light] .nectar-category-grid-item .content *,
.full-width-section>.col.span_12.dark .nectar-category-grid[data-text-color=light] .nectar-category-grid-item .content *,
.span_12.light .nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a {
	color: #fff
}

.nectar-cta .link_wrap .link_text {
	padding-right: 36px;
	position: relative;
	display: inline-block
}

.nectar-cta[data-display=inline] {
	display: inline-block
}

.nectar-cta[data-using-bg=true] .text {
	margin-right: 10px
}

.nectar-cta .link_wrap {
	position: relative;
	text-decoration: inherit;
	speak: none
}

.nectar-cta[data-using-bg=true] .link_wrap {
	cursor: pointer
}

.nectar-cta[data-style=see-through] .link_wrap .arrow:after {
	position: absolute;
	content: '';
	border-bottom: 1px solid #000;
	height: 1px;
	width: 22px;
	right: 12px;
	top: 50%;
	margin-top: -2px;
	transform: scale(0, 1) translateX(0px);
	transform-origin: left;
	-webkit-transform: scale(0, 1) translateX(0px);
	-webkit-transform-origin: left;
	pointer-events: none;
	transition: all .33s cubic-bezier(.12, .75, .4, 1);
	-webkit-transition: all .33s cubic-bezier(.12, .75, .4, 1)
}

.nectar-cta .link_wrap .arrow:before {
	font-family: 'Fontawesome';
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	content: "\f105";
	color: #000;
	line-height: 30px;
	font-size: 14px;
	position: absolute;
	right: 0;
	width: 26px;
	text-align: center;
	height: 30px;
	top: 50%;
	margin-top: -16px;
	transition: all .33s cubic-bezier(.12, .75, .4, 1);
	-webkit-transition: all .33s cubic-bezier(.12, .75, .4, 1)
}

.nectar-cta[data-text-color=custom] .link_wrap .arrow:before,
.span_12.light .nectar-cta[data-text-color=custom] .link_wrap .arrow:before,
.nectar-cta[data-text-color=custom] .arrow:after,
.span_12.light .nectar-cta[data-text-color=custom] .arrow:after,
.nectar-cta[data-style=see-through][data-text-color=custom] .link_wrap .arrow:after {
	color: inherit;
	border-color: inherit
}

.nectar-cta[data-alignment=left] {
	text-align: left
}

.nectar-cta[data-alignment=center] {
	text-align: center
}

.nectar-cta[data-alignment=right] {
	text-align: right
}

.span_12.light .nectar-cta .link_wrap .link_text:after {
	border-color: rgba(255, 255, 255, .5);
	border-radius: 50%
}

.nectar-cta[data-color=black]:not([data-style=material]) .link_wrap {
	background-color: #000
}

.nectar-cta[data-color=white]:not([data-style=material]) .link_wrap {
	background-color: #fff
}

#ajax-content-wrap .nectar-cta .arrow,
.nectar-cta .arrow {
	letter-spacing: 0
}

.span_12.light .nectar-cta .arrow:before {
	color: #fff
}

.span_12.light .nectar-cta .arrow:after {
	border-color: #fff
}

.nectar-cta .link_wrap .link_text {
	color: inherit
}

.nectar-cta>p {
	padding-bottom: 0
}

.nectar-cta[data-text-color=custom] .link_wrap .link_text:after,
.nectar-cta[data-text-color=custom] .link_wrap:after {
	border-color: inherit!important
}

.nectar-cta[data-text-color=custom] .link_wrap:before {
	color: inherit!important
}

.nectar-cta[data-style=material] .link_wrap .circle {
	background-color: #000
}

.nectar-cta .link_wrap .link_text:after,
.nectar-cta[data-style=material] .link_wrap .link_text:before,
.nectar-cta[data-style=material] .link_wrap .circle {
	border-radius: 100px;
	border: 1px solid rgba(0, 0, 0, .3);
	height: 25px;
	width: 25px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -14px;
	content: ' ';
	display: block;
	pointer-events: none;
	transition: all .33s cubic-bezier(.12, .75, .4, 1);
	-webkit-transition: all .33s cubic-bezier(.12, .75, .4, 1)
}

.nectar-cta[data-style=see-through] .link_wrap:hover .link_text:after {
	-webkit-transform: scale(.8);
	transform: scale(.8);
	opacity: 0
}

.nectar-cta[data-style=see-through] .link_wrap:hover .arrow:after,
.nectar-cta[data-style=see-through] .link_wrap:hover .arrow:before {
	-webkit-transform: scale(1, 1) translateX(9px);
	transform: scale(1, 1) translateX(9px)
}

.nectar-cta[data-style=material] .link_wrap .circle {
	border: none;
	z-index: -1
}

.nectar-cta[data-style=material] .link_wrap .link_text:before {
	box-shadow: 0 9px 20px;
	opacity: .29;
	border: none;
	z-index: -1
}

.nectar-cta[data-style=material] .link_wrap .link_text:after {
	background-color: inherit;
	border: none
}

.nectar-cta[data-style=material] .link_wrap .link_text {
	padding-right: 38px
}

.nectar-cta[data-style=material] .link_wrap .arrow {
	overflow: hidden;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -14px;
	height: 25px;
	line-height: 28px;
	width: 24px;
	border-radius: 50px;
	transition: all .33s cubic-bezier(.12, .75, .4, 1);
	-webkit-transition: all .33s cubic-bezier(.12, .75, .4, 1)
}

.nectar-cta[data-style=material] .link_wrap .arrow:before,
.nectar-cta[data-style=material] .link_wrap .arrow:after {
	margin-top: -14px;
	height: 28px;
	line-height: 28px;
	width: 25px;
	padding-left: 1px;
	box-sizing: border-box
}

.nectar-cta[data-style=material] .link_wrap .arrow:after {
	transform: translateX(-100%)
}

.nectar-cta[data-style=material] .link_wrap .link_text:before,
.nectar-cta[data-style=material] .link_wrap .circle {
	height: 27px;
	width: 27px;
	right: -1px;
	margin-top: -14px
}

.nectar-cta[data-style=material] .link_wrap .circle {
	transform: scale(.85)
}

.nectar-cta[data-style=material] .link_wrap .link_text:before {
	transform: scale(.84)
}

.nectar-cta[data-style=material] .link_wrap:hover .circle,
.nectar-cta[data-style=material] .link_wrap:hover .link_text:before {
	transform: scale(1)
}

.nectar-cta[data-style=material] .arrow,
.nectar-cta[data-style=material] .link_wrap .arrow:before,
.nectar-cta[data-style=material] .link_wrap .arrow:after {
	color: #fff
}

.nectar-cta[data-style=underline] .link_wrap .link_text {
	padding-right: 0
}

.nectar-cta[data-style=underline] .link_wrap .link_text:after {
	margin-top: 0;
	top: auto;
	border-top: none;
	border-right: none;
	bottom: 0;
	border-left: none;
	border-bottom: 2px solid #000;
	border-radius: 0;
	background-color: transparent!important;
	transition: transform .4s cubic-bezier(.23, .46, .4, 1);
	-webkit-transition: -webkit-transform .4s cubic-bezier(.23, .46, .4, 1);
	animation: none;
	transform-origin: left;
	z-index: 1
}

.span_12.light .nectar-cta[data-style=underline] .link_wrap .link_text:after {
	border-radius: 0
}

body:not(.mobile) .nectar-cta[data-style=underline] .link_wrap:hover .link_text:after {
	animation: none;
	transform: scaleX(0);
	transform-origin: right
}

.nectar-cta[data-style=arrow-animation] svg,
.nectar-cta[data-style=arrow-animation] svg polyline {
	stroke: currentColor
}

.team-meta .nectar-cta[data-style=arrow-animation] svg polyline {
	stroke-dashoffset: 0;
	stroke-dasharray: 0
}

.nectar-cta[data-style=arrow-animation] svg polyline {
	stroke-dashoffset: 140px;
	stroke-dasharray: 140px
}

.nectar-cta[data-style=arrow-animation] .link_wrap .link_text:after {
	display: none
}

.nectar-cta[data-style=arrow-animation] .link_wrap .link_text {
	padding: 0 0 0 40px;
	position: relative
}

.nectar-cta[data-style=arrow-animation] .link_wrap .link_text>.text {
	display: block
}

.nectar-cta[data-style=arrow-animation] .line {
	height: 1px;
	width: 25px;
	position: absolute;
	content: '';
	left: 0;
	display: block;
	top: 50%;
	transform-origin: left;
	background-color: #000;
	-webkit-transform: translateY(calc(-50% + .5px)) translateZ(0);
	transform: translateY(calc(-50% + .5px)) translateZ(0)
}

.light .nectar-cta[data-style=arrow-animation] .line {
	background-color: #fff
}

.nectar-cta[data-style=arrow-animation] svg {
	position: absolute;
	left: 25px;
	top: 50%;
	width: 6px
}

.team-meta nectar-cta[data-style=arrow-animation] svg {
	left: 24px
}

@keyframes ctaArrowSVGStart {
	0% {
		transform: translateY(calc(-50% + .5px)) translateX(0) translateZ(0)
	}
	100% {
		transform: translateY(calc(-50% + .5px)) translateX(-3px) translateZ(0)
	}
}

@keyframes ctaArrowSVGEnd {
	0% {
		transform: translateY(calc(-50% + .5px)) translateX(-3px) translateZ(0)
	}
	100% {
		transform: translateY(calc(-50% + .5px)) translateX(0) translateZ(0)
	}
}

@keyframes ctaArrowTextStart {
	0% {
		transform: translateX(6px)
	}
	100% {
		transform: translateX(0)
	}
}

@keyframes ctaArrowTextEnd {
	0% {
		transform: translateX(0)
	}
	100% {
		transform: translateX(6px)
	}
}

@keyframes ctaArrowStart {
	0% {
		stroke-dashoffset: 140px;
		stroke-dasharray: 140px
	}
	100% {
		stroke-dasharray: 140px;
		stroke-dashoffset: 10px
	}
}

@keyframes ctaArrowStartTeam {
	0% {
		stroke-dashoffset: 0px;
		stroke-dasharray: 0px
	}
	50% {
		stroke-dashoffset: 140px;
		stroke-dasharray: 140px
	}
	100% {
		stroke-dasharray: 140px;
		stroke-dashoffset: 10px
	}
}

@keyframes ctaArrowEnd {
	0% {
		stroke-dashoffset: 10px;
		stroke-dasharray: 150px 150px
	}
	40% {
		opacity: 1
	}
	100% {
		opacity: 0;
		stroke-dashoffset: -53px;
		stroke-dasharray: 1px 150px
	}
}

@keyframes ctaArrowLineStart {
	0% {
		transform-origin: left;
		transform: scaleX(1.2) translateY(calc(-50% + .5px)) translateZ(0)
	}
	100% {
		transform: scaleX(1) translateY(calc(-50% + .5px)) translateZ(0)
	}
}

@keyframes ctaArrowLineEnd {
	0% {
		transform-origin: right;
		transform: scaleX(1) translateY(calc(-50% + .5px)) translateZ(0)
	}
	50% {
		transform-origin: right;
		transform: scaleX(0) translateY(calc(-50% + .5px)) translateZ(0)
	}
	51% {
		transform-origin: left
	}
	100% {
		transform: scaleX(1.2) translateY(calc(-50% + .5px)) translateZ(0);
		transform-origin: left
	}
}

.nectar-cta[data-style=arrow-animation]:not(.loaded) * {
	animation-duration: 0s!important
}

.nectar-cta[data-style=arrow-animation] svg polyline {
	animation: ctaArrowEnd .45s cubic-bezier(.23, .46, .4, 1) forwards
}

.team-meta .nectar-cta[data-style=arrow-animation] .link_wrap polyline {
	animation: none
}

.nectar-cta[data-style=arrow-animation] .link_wrap .link_text>.text {
	animation: ctaArrowTextStart .45s cubic-bezier(.23, .46, .4, 1) forwards
}

.nectar-cta[data-style=arrow-animation] .line {
	animation: ctaArrowLineStart .45s cubic-bezier(.23, .46, .4, 1) forwards
}

.nectar-cta[data-style=arrow-animation] svg {
	animation: ctaArrowSVGStart .45s cubic-bezier(.23, .46, .4, 1) forwards
}

.nectar-cta[data-style=arrow-animation] .link_wrap:hover svg,
.team-member:hover .nectar-cta[data-style=arrow-animation] .link_wrap svg {
	animation: ctaArrowSVGEnd .45s cubic-bezier(.23, .46, .4, 1) forwards
}

.nectar-cta[data-style=arrow-animation] .link_wrap:hover .link_text .line,
.team-member:hover .nectar-cta[data-style=arrow-animation] .link_wrap .link_text .line {
	animation: ctaArrowLineEnd .45s cubic-bezier(.23, .46, .4, 1) forwards
}

.nectar-cta[data-style=arrow-animation] .link_wrap:hover .link_text>.text,
.team-member:hover .nectar-cta[data-style=arrow-animation] .link_wrap .link_text>.text {
	animation: ctaArrowTextEnd .45s cubic-bezier(.23, .46, .4, 1) forwards
}

.nectar-cta[data-style=arrow-animation] .link_wrap:hover polyline,
.team-member:hover .nectar-cta[data-style=arrow-animation] .link_wrap polyline {
	animation: ctaArrowStart .45s ease .25s forwards
}

.team-meta .nectar-cta[data-style=arrow-animation] .link_wrap:hover polyline,
.team-member:hover .team-meta .nectar-cta[data-style=arrow-animation] .link_wrap polyline {
	animation: ctaArrowStartTeam .8s ease forwards
}

.nectar-cta[data-style=basic] .link_wrap .link_text:after {
	display: none
}

.nectar-cta[data-style=basic] .link_wrap .link_text {
	padding-right: 0
}

.nectar-cta[data-style=basic][data-using-bg=true] .text {
	margin-right: 0
}

body[data-button-style^=rounded] .nectar-cta .link_wrap:before {
	border-radius: 200px
}

body[data-button-style*=slightly_rounded] .nectar-cta .link_wrap:before {
	border-radius: 4px
}

.nectar-cta[data-color*=extra-color-gradient][class*=hover_color_] .link_wrap:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	opacity: 0;
	pointer-events: none;
	transition: opacity .25s ease
}

.nectar-cta[data-color*=extra-color-gradient][class*=hover_color_] .link_wrap:before {
	left: -.1%;
	top: -.1%;
	width: 100.2%;
	height: 100.2%
}

.nectar-cta[data-color*=extra-color-gradient][class*=hover_color_] .link_wrap:hover:before {
	opacity: 1
}

.wpb_wrapper>.divider,
.wpb_wrapper>.divider-border,
.wpb_wrapper>.divider-small-border,
.wpb_wrapper>.divider-wrap {
	margin-bottom: 0
}

.divider {
	height: 20px
}

.divider-border {
	margin: 35px auto 35px auto;
	background-color: rgba(0, 0, 0, .12);
	height: 1px
}

.span_12.light .divider-border {
	background-color: rgba(255, 255, 255, .3)
}

.divider-small-border {
	margin: 25px 0;
	width: 20%;
	height: 1px;
	background-color: #ddd
}

.divider-border[data-animate=yes],
.divider-small-border[data-animate=yes] {
	visibility: hidden;
	transform-origin: left;
	-webkit-transform-origin: left
}

.divider-wrap[data-alignment=center] .divider-small-border {
	transform-origin: center;
	-webkit-transform-origin: center;
	margin: 25px auto
}

.divider-wrap[data-alignment=right] {
	text-align: right
}

.divider-wrap[data-alignment=right] .divider-small-border {
	transform-origin: right;
	-webkit-transform-origin: right;
	margin-right: 0;
	margin-left: 0;
	display: inline-block
}

body .wpb_separator,
body .vc_text_separator {
	border-color: rgba(0, 0, 0, .06)
}

body .vc_text_separator div {
	background-color: #f8f8f8;
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: .5px;
	top: -20px
}

.light .divider-small-border {
	background-color: rgba(255, 255, 255, .6)
}

.nectar-dropcap {
	font-size: 4em;
	display: block;
	float: left;
	padding: 5px 10px 0 0
}

.nectar-dropcap span {
	display: block
}

i[class*=fa-],
span[class*=fa-] {
	display: inline-block;
	word-spacing: 1px;
	position: relative;
	text-align: center;
	top: -2px;
	vertical-align: middle;
	max-width: 100%
}

i[class^=icon-] {
	display: inline-block;
	text-align: center;
	vertical-align: middle
}

i[class*=" icon-"] {
	display: inline-block;
	max-width: 100%;
	position: relative;
	text-align: center;
	vertical-align: middle;
	top: -2px;
	word-spacing: 1px
}

i.icon-normal {
	background-color: #000;
	border-radius: 999px;
	color: #fff;
	font-size: 16px;
	width: 32px;
	height: 32px;
	line-height: 32px
}

i.icon-normal[class*=" linecon-icon-"],
i.icon-normal[class*=" steadysets-icon-"] {
	line-height: 32px
}

[class^=icon-].icon-3x,
i[class*=" icon-"].icon-3x {
	background-color: #eeedec
}

body [class^=icon-].icon-3x.alt-style,
body [class*=" icon-"].icon-3x.alt-style {
	background-color: #000;
	color: #fff
}

.col:not(.post-area):not(.span_12):not(#sidebar):hover i[class^=icon-].icon-3x.alt-style.hovered,
.col:not(.post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.alt-style.hovered {
	background-color: rgba(0, 0, 0, .035)
}

.light .col:not(.post-area):not(.span_12):not(#sidebar):hover i[class^=icon-].icon-3x.alt-style.hovered,
.light .col:not(.post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.alt-style.hovered {
	background-color: rgba(0, 0, 0, .1)
}

#sidebar .widget:hover i[class^=icon-].icon-3x.alt-style {
	background-color: rgba(0, 0, 0, .035)
}

.full-width-section i[class^=icon-].icon-3x,
.full-width-section i[class*=" icon-"].icon-3x {
	background-color: rgba(0, 0, 0, .021)
}

[class^=icon-].icon-3x,
[class*=" icon-"].icon-3x,
.circle-border {
	background-color: #eeedec;
	border-radius: 999px;
	color: #000;
	display: inline-block;
	font-size: 30px;
	height: 90px;
	line-height: 90px;
	max-width: 100%;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 90px;
	word-spacing: 1px;
	transition: all .1s linear;
	-webkit-transition: all .1s linear
}

[class^=icon-].icon-3x,
[class*=" icon-"].icon-3x {
	margin-bottom: 27px
}

body [class^=icon-].icon-tiny {
	line-height: 15px;
	height: 13px;
	width: 15px;
	margin-right: 5px;
	font-size: 13px;
	background-color: transparent
}

[class^=icon-].icon-tiny {
	color: #888
}

body [class^=icon-].icon-default-style {
	line-height: 34px;
	height: 34px;
	width: 34px;
	margin-right: 0;
	font-size: 34px;
	color: #000;
	font-style: normal;
	background-color: transparent
}

h3 [class^=icon-],
h2 [class^=icon-],
h4 [class^=icon-],
h5 [class^=icon-] {
	margin-right: 5px
}

.col:not(.post-area):not(.span_12):not(#sidebar):hover .hovered .circle-border,
#sidebar .widget:hover .circle-border {
	border: 1px solid #000;
	transform: scale(1.18);
	transition-timing-function: cubic-bezier(.4, .25, .14, 1.73);
	-webkit-transition-timing-function: cubic-bezier(.4, .25, .14, 1.73)
}

.col:not(.post-area):not(.span_12):not(#sidebar):hover [class^=icon-].icon-3x.hovered,
.col:not(.post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.hovered,
#sidebar .widget:hover [class^=icon-].icon-3x {
	color: #fff;
	background-color: #000
}

.circle-border {
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #eeedec;
	height: 88px;
	left: 1px;
	position: absolute;
	z-index: 1;
	top: 1px;
	transition-duration: .225s;
	-webkit-duration: .225s;
	transition-property: all;
	-webkit-transition-property: all;
	transition-timing-function: cubic-bezier(.5, -.7, .67, .7);
	-webkit-transition-timing-function: cubic-bezier(.5, -.7, .67, .7);
	width: 88px
}

.col:not(.post-area):not(.span_12):not(#sidebar):hover .hovered.extra-color-gradient-1 .circle-border,
#sidebar .widget:hover .extra-color-gradient-1 .circle-border,
.col:not(.post-area):not(.span_12):not(#sidebar):hover .hovered.extra-color-gradient-2 .circle-border,
#sidebar .widget:hover .extra-color-gradient-2 .circle-border,
.extra-color-gradient-1 .circle-border,
.extra-color-gradient-2 .circle-border {
	transform: none;
	-webkit-transform: none
}

.extra-color-gradient-1 .circle-border,
.extra-color-gradient-2 .circle-border {
	border: 2px solid rgba(0, 0, 0, .065)!important
}

.light .extra-color-gradient-1 .circle-border,
.light .extra-color-gradient-2 .circle-border {
	border: 2px solid rgba(255, 255, 255, .085)!important
}

[class^=icon-].icon-3x.extra-color-gradient-2:not(.alt-style),
[class*=" icon-"].icon-3x.extra-color-gradient-2:not(.alt-style),
[class^=icon-].icon-3x.extra-color-gradient-1:not(.alt-style),
[class*=" icon-"].icon-3x.extra-color-gradient-1:not(.alt-style),
body:not(.material) .nectar-button i,
body.material:not([data-button-style^=rounded]) .nectar-button i {
	background-color: transparent!important
}

[class^=icon-].extra-color-gradient-1.alt-style:not(.icon-normal):before,
[class*=" icon-"].extra-color-gradient-1.alt-style:not(.icon-normal):before,
[class^=icon-].extra-color-gradient-2.alt-style:not(.icon-normal):before,
[class*=" icon-"].extra-color-gradient-2.alt-style:not(.icon-normal):before {
	background: #fff;
	-webkit-background-clip: text;
	background-clip: text
}

[class^=icon-].extra-color-gradient-1.alt-style:not(.icon-normal).no-grad:before,
[class*=" icon-"].extra-color-gradient-1.alt-style:not(.icon-normal).no-grad:before,
[class^=icon-].extra-color-gradient-2.alt-style:not(.icon-normal).no-grad:before,
[class*=" icon-"].extra-color-gradient-2.alt-style:not(.icon-normal).no-grad:before,
[class^=icon-][data-color=extra-color-gradient-1].no-grad:before,
[class*=" icon-"][data-color=extra-color-gradient-1].no-grad:before,
[class^=icon-].extra-color-gradient-1:not(.icon-normal).no-grad:before,
[class*=" icon-"].extra-color-gradient-1:not(.icon-normal).no-grad:before,
[class^=icon-][data-color=extra-color-gradient-2].no-grad:before,
[class*=" icon-"][data-color=extra-color-gradient-2].no-grad:before,
.extra-color-gradient-2[class^=icon-]:not(.icon-normal).no-grad:before,
.extra-color-gradient-2[class*=" icon-"]:not(.icon-normal).no-grad:before,
.nectar-gradient-text.no-grad *,
.nectar_icon_wrap[data-color=extra-color-gradient-1] .nectar_icon.no-grad i,
.nectar_icon_wrap[data-color=extra-color-gradient-2] .nectar_icon.no-grad i {
	background-color: transparent!important;
	background: none!important
}

body .nectar-gradient-text[data-color=extra-color-gradient-1].no-grad *,
body .nectar-gradient-text[data-color=extra-color-gradient-2].no-grad *,
.nectar-button.see-through-extra-color-gradient-2.no-text-grad .start,
.nectar-button.see-through-extra-color-gradient-1.no-text-grad .start,
.nectar-button.extra-color-gradient-1.no-text-grad .hover,
.nectar-button.extra-color-gradient-2.no-text-grad .hover,
.nectar-flip-box .flip-box-front i[data-color=extra-color-gradient-1].icon-default-style.no-grad:before,
.nectar-flip-box .flip-box-front i[data-color=extra-color-gradient-2].icon-default-style.no-grad:before,
.nectar_icon_wrap[data-color=extra-color-gradient-1] .nectar_icon.no-grad i,
.nectar_icon_wrap[data-color=extra-color-gradient-2] .nectar_icon.no-grad i {
	-webkit-text-fill-color: initial
}

.nectar_icon_wrap[data-style=border-animation] .nectar_icon:not(.no-grad):hover i,
[class^=icon-].extra-color-gradient-1.icon-3x.alt-style:before,
[class*=" icon-"].extra-color-gradient-1.icon-3x.alt-style:before,
[class^=icon-].extra-color-gradient-2.icon-3x.alt-style:before,
[class*=" icon-"].extra-color-gradient-2.icon-3x.alt-style:before,
body .nectar_icon_wrap[data-color=white] i,
body .svg-icon-holder[data-color=white] {
	color: #fff!important
}

body .nectar_icon_wrap[data-color=black] i,
body .svg-icon-holder[data-color=black] {
	color: #000!important
}

body .nectar_icon_wrap[data-color=grey] i,
body .svg-icon-holder[data-color=grey] {
	color: #c8c8c8!important
}

body .svg-icon-holder[data-color=white] svg path {
	stroke: #fff
}

body .svg-icon-holder[data-color=black] svg path {
	stroke: #000
}

body .svg-icon-holder[data-color=grey] svg path {
	stroke: #c8c8c8
}

.nectar_icon_wrap[data-style=soft-bg][data-color=black] .nectar_icon:before,
.nectar_icon_wrap[data-style=soft-bg][data-color=grey] .nectar_icon:before {
	background-color: #888
}

.nectar_icon_wrap[data-color=extra-color-gradient-1] .nectar_icon i,
.nectar_icon_wrap[data-color=extra-color-gradient-2] .nectar_icon i,
.nectar_icon .im-icon-wrap>span {
	display: inline-block
}

.nectar_icon .im-icon-wrap {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center
}

.nectar_icon_wrap .im-icon-wrap[data-color=white] path,
.nectar-fancy-box[data-style=parallax_hover] .im-icon-wrap path {
	fill: #fff
}

.nectar_icon_wrap .im-icon-wrap[data-color=black] path {
	fill: #000
}

.nectar_icon_wrap .im-icon-wrap[data-color=grey] path {
	fill: #888
}

.full-width-section .circle-border {
	background-color: rgba(0, 0, 0, .021);
	border-color: rgba(0, 0, 0, .05)
}

.full-width-section .light .circle-border {
	background-color: rgba(0, 0, 0, .021);
	border-color: rgba(0, 0, 0, .2)
}

.main-content .svg-icon-holder {
	height: 64px;
	overflow: hidden;
	min-width: 1px;
	margin-bottom: 20px;
	display: inline-block;
	opacity: 0
}

.nectar_icon_wrap {
	display: inline-block;
	position: relative
}

.nectar_icon_wrap .nectar_icon .svg-icon-holder {
	margin-bottom: 0
}

.span_12.light .nectar_icon_wrap[data-style=border-basic] .nectar_icon,
.span_12.light .nectar_icon_wrap[data-style=border-animation] .nectar_icon {
	border-color: rgba(255, 255, 255, .15)
}

.nectar_icon_wrap[data-style=border-basic] .nectar_icon,
.nectar_icon_wrap[data-style=border-animation] .nectar_icon,
.nectar_icon_wrap[data-style=soft-bg] .nectar_icon,
.nectar_icon_wrap[data-style=shadow-bg] .nectar_icon {
	line-height: 0;
	border: 2px solid rgba(0, 0, 0, .065);
	text-align: center;
	border-radius: 150px;
	position: relative;
	-webkit-transition: background-color .45s cubic-bezier(.25, 1, .33, 1), border-color .45s cubic-bezier(.25, 1, .33, 1);
	transition: background-color .45s cubic-bezier(.25, 1, .33, 1), border-color .45s cubic-bezier(.25, 1, .33, 1)
}

.nectar_icon_wrap[data-style=soft-bg] .nectar_icon,
.nectar_icon_wrap[data-style=shadow-bg] .nectar_icon {
	border: 0
}

.nectar_icon_wrap[data-style=soft-bg] .nectar_icon:before,
.nectar_icon_wrap[data-style=shadow-bg] .nectar_icon:before,
.nectar_icon_wrap[data-style=shadow-bg] .nectar_icon:after {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: '';
	position: absolute;
	display: block;
	border-radius: 100px;
	z-index: -1;
	opacity: .11
}

.nectar_icon_wrap[data-style=shadow-bg] .nectar_icon:before,
.nectar_icon_wrap[data-style=shadow-bg] .nectar_icon:after {
	opacity: 1
}

.nectar_icon_wrap[data-style*=border] .nectar_icon i,
.nectar_icon_wrap[data-style=soft-bg] .nectar_icon i,
.nectar_icon_wrap[data-style=shadow-bg] .nectar_icon i {
	display: inline-block;
	vertical-align: middle;
	max-width: none;
	top: 0
}

.nectar_icon_wrap[data-style=shadow-bg][data-color=white] .nectar_icon i {
	color: #000!important
}

.nectar_icon_wrap[data-style=shadow-bg] .nectar_icon:before {
	box-shadow: 0 15px 28px #000;
	opacity: .1
}

.nectar_icon_wrap[data-style=shadow-bg] .nectar_icon:after {
	background-color: #fff
}

.nectar_icon_wrap[data-style*=default][data-color*=extra-color-gradient] .nectar_icon i {
	border-radius: 0!important;
	text-align: center
}

.nectar_icon_wrap[data-style*=default][data-color*=extra-color-gradient] .nectar_icon i:before {
	vertical-align: top
}

.nectar_icon_wrap[data-style*=default][data-color*=extra-color-gradient] .nectar_icon i[class*=fa-],
.nectar_icon_wrap[data-style*=default][data-color*=extra-color-gradient] .nectar_icon i[class^=icon-] {
	vertical-align: baseline
}

.nectar_icon_wrap i:before {
	line-height: inherit
}

.nectar_icon_wrap[data-style=border-animation] .nectar_icon i {
	-webkit-transition: color .45s cubic-bezier(.25, 1, .33, 1);
	transition: color .45s cubic-bezier(.25, 1, .33, 1)
}

.nectar_icon_wrap[data-style=border-animation][data-color*=extra-color-gradient]:hover .nectar_icon {
	border-color: transparent
}

.nectar_icon_wrap[data-style=border-animation][data-color*=extra-color-gradient]:hover:before,
.nectar_icon_wrap[data-style=border-animation][data-color*=extra-color-gradient]:hover .nectar_icon:before {
	opacity: 1
}

.nectar_icon_wrap[data-style=border-animation][data-color*=extra-color-gradient]:before,
.nectar_icon_wrap[data-style=border-animation][data-color*=extra-color-gradient] .nectar_icon:before {
	position: absolute;
	z-index: -1;
	content: ' ';
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 100px;
	-webkit-transition: opacity .45s cubic-bezier(.25, 1, .33, 1);
	transition: opacity .45s cubic-bezier(.25, 1, .33, 1)
}

.nectar_icon_wrap[data-style=border-animation][data-color*=extra-color-gradient] .nectar_icon:before {
	opacity: 1
}

.nectar_icon_wrap[data-style=border-animation][data-color*=extra-color-gradient] .nectar_icon:before {
	background-color: #f6f6f6
}

.nectar_icon_wrap[data-style=border-basic] .nectar_icon i {
	text-align: center
}

.nectar_icon_wrap a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

img.img-with-animation,
.img-with-aniamtion-wrap .hover-wrap,
.col.has-animation,
.wpb_column.has-animation,
.nectar_cascading_images .cascading-image .inner-wrap,
.nectar-fancy-box.has-animation {
	opacity: 0;
	position: relative
}

.col.has-animation[data-animation=none]:not(.wpb_column) {
	opacity: 1
}

.wpb_column.has-animation[data-animation*=reveal] {
	opacity: 1
}

img.img-with-animation[data-animation=grow-in].full-opacity {
	opacity: 1
}

html:not(.js) img.img-with-animation,
html:not(.js) .col.has-animation,
html:not(.js) .wpb_column.has-animation {
	opacity: 1
}

img.img-with-animation[data-animation=none],
.img-with-aniamtion-wrap[data-animation=none] .hover-wrap,
.nectar_cascading_images .cascading-image[data-animation=none] .inner-wrap {
	opacity: 1
}

.col.has-animation[data-animation=zoom-out] {
	transform: translateZ(0) scale(1.2);
	opacity: 0
}

.col.has-animation[data-animation=slight-twist] {
	transform: rotateY(20deg) rotateZ(-4deg);
	opacity: 0
}

img.img-with-animation[data-animation=grow-in],
.img-with-aniamtion-wrap[data-animation=grow-in] .hover-wrap,
.col.has-animation[data-animation=grow-in],
.wpb_column.has-animation[data-animation=grow-in],
.nectar-fancy-box.has-animation[data-animation=grow-in] {
	opacity: 0;
	transform: scale(.75);
	-webkit-transform: scale(.75);
	transition: opacity .6s cubic-bezier(.15, .84, .35, 1.25), background-color .35s cubic-bezier(.65, 0, .35, 1);
	-webkit-transition: opacity .6s cubic-bezier(.15, .84, .35, 1.25), background-color .35s cubic-bezier(.65, 0, .35, 1);
	-webkit-backface-visibility: hidden
}

img.img-with-animation[data-animation=flip-in],
.img-with-aniamtion-wrap[data-animation=flip-in] .hover-wrap,
.col.has-animation[data-animation=flip-in],
.wpb_column.has-animation[data-animation=flip-in],
.nectar-fancy-box.has-animation[data-animation=flip-in] {
	opacity: 0;
	transform: rotateY(25deg);
	-webkit-transform: rotateY(25deg);
	-webkit-transition: opacity 1s ease, background-color .35s cubic-bezier(.65, 0, .35, 1);
	transition: opacity 1s ease, background-color .35s cubic-bezier(.65, 0, .35, 1)
}

.flip-in-vertical-wrap {
	-webkit-perspective: 2000px;
	perspective: 2000px
}

img.img-with-animation[data-animation=flip-in-vertical],
.img-with-aniamtion-wrap[data-animation=flip-in-vertical] .hover-wrap,
.col.has-animation[data-animation=flip-in-vertical],
.wpb_column.has-animation[data-animation=flip-in-vertical],
.nectar-fancy-box.has-animation[data-animation=flip-in-vertical] {
	opacity: 0;
	transform: rotateX(-45deg) translateY(120px);
	-webkit-transform: rotateX(-45deg) translateY(120px);
	transition: opacity 1s ease, background-color .35s cubic-bezier(.65, 0, .35, 1);
	-webkit-transition: opacity 1s ease, background-color .35s cubic-bezier(.65, 0, .35, 1)
}

img.img-with-animation[data-shadow=small_depth],
.img-with-aniamtion-wrap[data-shadow=small_depth] .hover-wrap,
.nectar_cascading_images .cascading-image[data-shadow=small_depth] .img-wrap,
.nectar_cascading_images .cascading-image[data-shadow=small_depth] .bg-color,
.nectar-video-box[data-shadow=small_depth]:before,
.nectar-flickity[data-shadow=small_depth] .cell,
.nectar_video_player_self_hosted[data-shadow=small_depth] .wpb_video_wrapper {
	box-shadow: rgba(0, 0, 0, .04) 0px 1px 0px, rgba(0, 0, 0, .05) 0px 2px 7px, rgba(0, 0, 0, .06) 0px 12px 22px
}

img.img-with-animation[data-shadow=medium_depth],
.img-with-aniamtion-wrap[data-shadow=medium_depth] .hover-wrap,
.nectar_cascading_images .cascading-image[data-shadow=medium_depth] .img-wrap,
.nectar_cascading_images .cascading-image[data-shadow=medium_depth] .bg-color,
.nectar-video-box[data-shadow=medium_depth]:before,
.nectar-flickity[data-shadow=medium_depth] .cell,
.nectar_video_player_self_hosted[data-shadow=medium_depth] .wpb_video_wrapper {
	box-shadow: 0 30px 80px rgba(0, 0, 0, .14), 0 20px 70px rgba(0, 0, 0, .12)
}

img.img-with-animation[data-shadow=large_depth],
.img-with-aniamtion-wrap[data-shadow=large_depth] .hover-wrap,
.nectar_cascading_images .cascading-image[data-shadow=large_depth] .img-wrap,
.nectar_cascading_images .cascading-image[data-shadow=large_depth] .bg-color,
.nectar-video-box[data-shadow=large_depth]:before,
.nectar_video_player_self_hosted[data-shadow=large_depth] .wpb_video_wrapper {
	box-shadow: 0 40px 100px rgba(0, 0, 0, .15), 0 25px 80px rgba(0, 0, 0, .1)
}

.nectar-flickity[data-shadow=large_depth] .cell {
	box-shadow: 0 35px 55px rgba(0, 0, 0, .08), 0 25px 63px rgba(0, 0, 0, .08)
}

img.img-with-animation[data-shadow=x_large_depth],
.img-with-aniamtion-wrap[data-shadow=x_large_depth] .hover-wrap,
.nectar_cascading_images .cascading-image[data-shadow=x_large_depth] .img-wrap,
.nectar_cascading_images .cascading-image[data-shadow=x_large_depth] .bg-color,
.nectar-video-box[data-shadow=x_large_depth]:before,
.nectar-flickity[data-shadow=x_large_depth] .cell,
.nectar_video_player_self_hosted[data-shadow=x_large_depth] .wpb_video_wrapper {
	box-shadow: 0 60px 135px rgba(0, 0, 0, .14), 0 15px 65px rgba(0, 0, 0, .14)
}

img.img-with-animation[data-animation=fade-in-from-left],
.img-with-aniamtion-wrap[data-animation=fade-in-from-left] .hover-wrap {
	transform: translateX(-75px);
	-webkit-transform: translateX(-75px);
	padding-right: 30px
}

img.img-with-animation[data-animation=fade-in-from-left][data-shadow*=_depth],
.img-with-aniamtion-wrap[data-animation=fade-in-from-left][data-shadow*=_depth] .hover-wrap {
	padding-right: 0
}

.col.has-animation[data-animation=fade-in-from-left],
.wpb_column.has-animation[data-animation=fade-in-from-left],
.nectar-fancy-box.has-animation[data-animation=fade-in-from-left] {
	transform: translateX(-45px);
	-webkit-transform: translateX(-45px)
}

img.img-with-animation[data-animation=fade-in-from-right],
.img-with-aniamtion-wrap[data-animation=fade-in-from-right] .hover-wrap {
	transform: translateX(75px);
	-webkit-transform: translateX(75px)
}

.col.has-animation[data-animation=fade-in-from-right],
.wpb_column.has-animation[data-animation=fade-in-from-right],
.nectar-fancy-box.has-animation[data-animation=fade-in-from-right] {
	transform: translateX(45px);
	-webkit-transform: translateX(45px)
}

.nectar-scrolling-text .background-layer[data-bg-animation=fade-in-from-bottom] .inner,
img.img-with-animation[data-animation=fade-in-from-bottom],
.img-with-aniamtion-wrap[data-animation=fade-in-from-bottom] .hover-wrap {
	transform: translateY(100px);
	-webkit-transform: translateY(100px)
}

.col.has-animation[data-animation=fade-in-from-bottom],
.wpb_column.has-animation[data-animation=fade-in-from-bottom],
.nectar-fancy-box.has-animation[data-animation=fade-in-from-bottom] {
	transform: translateY(50px);
	-webkit-transform: translateY(50px)
}

img.img-with-animation[data-animation=fade-in-from-left],
img.img-with-animation[data-animation=fade-in-from-right],
.nectar-fancy-box.has-animation[data-animation=fade-in-from-right] {
	margin: 0 auto
}

.img-with-aniamtion-wrap,
body .wpb_wrapper>.img-with-aniamtion-wrap {
	line-height: 0;
	margin-bottom: 0
}

.img-with-aniamtion-wrap>.inner {
	height: 100%
}

.center img.img-with-animation {
	margin: 0 auto;
	display: block
}

.right.img-with-aniamtion-wrap {
	text-align: right
}

.right.img-with-aniamtion-wrap img {
	display: inline-block
}

.img-with-aniamtion-wrap .color-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
	opacity: 0;
	pointer-events: none
}

.img-with-aniamtion-wrap:hover .color-overlay {
	opacity: .5
}

.img-with-aniamtion-wrap .hover-wrap {
	overflow: hidden
}

.img-with-aniamtion-wrap .hover-wrap:not([data-hover-animation]),
.img-with-aniamtion-wrap .hover-wrap[data-hover-animation=none] {
	overflow: visible
}

.img-with-aniamtion-wrap[data-shadow*=depth] .hover-wrap,
.img-with-aniamtion-wrap[data-shadow*=depth] .hover-wrap .hover-wrap-inner {
	display: inline-block
}

.img-with-aniamtion-wrap[data-shadow*=depth].center {
	text-align: center
}

.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0
}

.img-with-aniamtion-wrap[data-animation*=reveal-from-] .hover-wrap,
.nectar-scrolling-text .background-layer:not([data-bg-animation=none]).animated-in .inner {
	opacity: 1
}

.nectar-scrolling-text .background-layer[data-bg-animation=fade-in-from-bottom] .inner {
	-webkit-transition: transform 1s cubic-bezier(.2, .65, .3, 1), opacity .25s ease;
	transition: transform 1s cubic-bezier(.2, .65, .3, 1), opacity .25s ease
}

.nectar-scrolling-text .background-layer[data-bg-animation=fade-in-from-bottom].animated-in .inner {
	transform: translateY(0)
}

.column-bg-overlay-wrap[data-bg-animation*=reveal-from-],
.nectar-scrolling-text .background-layer:not([data-bg-animation=none]) .inner {
	overflow: hidden;
	opacity: 0
}

.wpb_column.has-animation[data-animation*=reveal] {
	overflow: hidden
}

.wpb_column.has-animation[data-animation*=reveal] .column-inner-wrap {
	overflow: hidden;
	height: 100%;
	width: 100%
}

img.img-with-animation.nectar-lazy {
	display: block;
	min-height: 1px;
	min-width: 1px
}

.row .col img.img-with-animation.nectar-lazy:not([srcset]) {
	width: 100%
}

.img-with-aniamtion-wrap img.img-with-animation.nectar-lazy,
.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation.nectar-lazy {
	opacity: 0;
	transition: opacity .5s ease
}

.img-with-aniamtion-wrap img.img-with-animation.nectar-lazy.loaded,
.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation.nectar-lazy.loaded {
	opacity: 1
}

.img-with-aniamtion-wrap .hover-wrap {
	margin-bottom: 15px
}

.img-with-aniamtion-wrap .color-overlay {
	-webkit-transition: opacity .65s cubic-bezier(.2, 1, .2, 1);
	transition: opacity .65s cubic-bezier(.2, 1, .2, 1)
}

.img-with-aniamtion-wrap[data-shadow] .hover-wrap .img-with-animation {
	box-shadow: none
}

.img-with-aniamtion-wrap .inner .hover-wrap:not([data-hover-animation=none]) {
	-webkit-transition: all .65s cubic-bezier(.05, .2, .1, 1);
	transition: all .65s cubic-bezier(.05, .2, .1, 1)!important
}

.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner {
	-webkit-transition: transform .65s cubic-bezier(.05, .2, .1, 1);
	transition: transform .65s cubic-bezier(.05, .2, .1, 1)
}

.img-with-aniamtion-wrap .hover-wrap[data-hover-animation=zoom]:hover .hover-wrap-inner {
	-webkit-transform: scale(1.13);
	transform: scale(1.13)
}

.img-with-aniamtion-wrap .hover-wrap[data-hover-animation=zoom-crop]:hover .hover-wrap-inner {
	-webkit-transform: scale(1.15);
	transform: scale(1.15)
}

.img-with-aniamtion-wrap .hover-wrap[data-hover-animation=zoom-crop]:hover {
	-webkit-transform: scale(.95);
	transform: scale(.95)!important
}

.img-with-aniamtion-wrap[data-max-width="50%"]:not(.right) img,
.img-with-aniamtion-wrap[data-max-width="75%"]:not(.right) img {
	backface-visibility: hidden
}

.img-with-aniamtion-wrap[data-max-width="50%"] .inner,
.nectar-flickity:not(.masonry) .flickity-slider .cell .img-with-aniamtion-wrap[data-max-width="50%"] img {
	max-width: 50%;
	width: auto
}

.img-with-aniamtion-wrap[data-max-width="50%"].center,
.img-with-aniamtion-wrap[data-max-width="75%"].center,
.img-with-aniamtion-wrap[data-max-width=custom].center {
	text-align: center
}

.img-with-aniamtion-wrap[data-max-width="50%"].center .inner img[src*=".svg"],
.img-with-aniamtion-wrap[data-max-width="75%"].center .inner img[src*=".svg"] {
	width: 100%
}

.img-with-aniamtion-wrap[data-max-width="75%"] .inner,
.nectar-flickity:not(.masonry) .flickity-slider .cell .img-with-aniamtion-wrap[data-max-width="75%"] img {
	max-width: 75%;
	width: auto
}

.img-with-aniamtion-wrap[data-max-width=none] img,
.row .img-with-aniamtion-wrap[data-max-width=none] img:not([srcset]) {
	max-width: none;
	width: 100%
}

.wpb_column.has-animation[data-animation*=reveal] .column-inner-wrap.no-transform,
.wpb_column.has-animation[data-animation*=reveal] .column-inner-wrap.no-transform .column-inner {
	transform: none;
	-webkit-transform: none
}

@media only screen and (min-width:690px) {
	.vc_row-o-equal-height .wpb_column.has-animation[data-animation*=reveal]>.column-inner-wrap {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.vc_row-o-equal-height.vc_row-o-content-middle .wpb_column.has-animation[data-animation*=reveal]>.column-inner-wrap {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: auto
	}
	.vc_row-o-equal-height.vc_row-o-content-bottom .wpb_column.has-animation[data-animation*=reveal]>.column-inner-wrap,
	.vc_row-o-equal-height.vc_row-o-content-bottom .wpb_column.has-animation[data-animation*=reveal]>.column-inner-wrap>.column-inner {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

.wpb_column .column-inner[data-bg-cover=true],
.wpb_column[data-bg-cover=true] {
	background-size: cover;
	background-position: center
}

.vc_ie-flexbox-fixer {
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal
}

.vc_ie-flexbox-fixer>.vc_row {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

@-webkit-keyframes pulsate {
	from {
		opacity: 1;
		transform: scale(1)
	}
	to {
		opacity: 0;
		transform: scale(3)
	}
}

@keyframes pulsate {
	from {
		opacity: 1;
		transform: scale(1)
	}
	to {
		opacity: 0;
		transform: scale(3)
	}
}

@keyframes nectarBounceIn {
	0% {
		transform: translateY(80px);
		opacity: 0
	}
	33% {
		transform: translateY(-13px);
		opacity: 1
	}
	66% {
		transform: translateY(4px);
		opacity: 1
	}
	100% {
		transform: translateY(0px);
		opacity: 1
	}
}

@-webkit-keyframes nectarBounceIn {
	0% {
		transform: translateY(80px);
		opacity: 0
	}
	33% {
		transform: translateY(-13px);
		opacity: 1
	}
	66% {
		transform: translateY(4px);
		opacity: 1
	}
	100% {
		transform: translateY(0px);
		opacity: 1
	}
}

.grecaptcha-badge {
	z-index: 100
}

.nectar-progress-bar,
.wpb_wrapper>.nectar-progress-bar {
	margin-bottom: 0
}

.nectar-progress-bar .bar-wrap {
	margin-bottom: 13px;
	border-radius: 300px;
	background-color: #ebebeb;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .09) inset
}

.nectar-progress-bar span {
	height: 14px;
	width: 0;
	display: block;
	background-color: #000;
	border-radius: 300px
}

.nectar-progress-bar p {
	padding-bottom: 2px
}

.nectar-progress-bar span {
	overflow: visible;
	position: relative
}

.nectar-progress-bar span strong {
	position: absolute;
	right: 0;
	top: -23px;
	opacity: 0;
	display: block;
	font-family: 'Open Sans';
	font-weight: 600;
	border-radius: 2px
}

.nectar-progress-bar span strong i {
	font-style: normal;
	font-family: 'Open Sans';
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none
}

body .nectar-progress-bar span strong,
body .nectar-progress-bar .bar-wrap span strong i,
body .nectar-progress-bar .bar-wrap span strong {
	font-size: 11px!important;
	line-height: 12px!important
}

.nectar-progress-bar span strong.full:after {
	left: 15px
}

.nectar-progress-bar span strong.full {
	width: 43px;
	text-align: right
}

body .vc_pie_chart .vc_pie_chart_value {
	font-size: 42px;
	font-family: 'Open Sans';
	font-weight: 300
}

body .vc_pie_chart .wpb_pie_chart_heading {
	font-family: 'Open Sans';
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 12px;
	margin-bottom: 0;
	letter-spacing: 2px
}

body .vc_pie_chart_back {
	border-width: 7px;
	opacity: 0
}

body .vc_pie_chart {
	opacity: 1
}

.nectar-split-heading .heading-line {
	display: block;
	overflow: hidden;
	position: relative
}

.nectar-split-heading .heading-line>div {
	display: block;
	transform: translateY(200%);
	-webkit-transform: translateY(200%)
}

.nectar-split-heading h1 {
	margin-bottom: 0
}

@media only screen and (min-width:1000px) {
	.nectar-split-heading[data-custom-font-size=true] h1,
	.nectar-split-heading[data-custom-font-size=true] h2,
	.row .nectar-split-heading[data-custom-font-size=true] h3,
	.row .nectar-split-heading[data-custom-font-size=true] h4,
	.row .nectar-split-heading[data-custom-font-size=true] h5,
	.row .nectar-split-heading[data-custom-font-size=true] h6 {
		font-size: inherit;
		line-height: inherit
	}
}

.centered-text .nectar-split-heading[data-animation-type=line-reveal-by-space] h1,
.centered-text .nectar-split-heading[data-animation-type=line-reveal-by-space] h2,
.centered-text .nectar-split-heading[data-animation-type=line-reveal-by-space] h3,
.centered-text .nectar-split-heading[data-animation-type=line-reveal-by-space] h4 {
	margin: 0 auto
}

.nectar-split-heading[data-animation-type=line-reveal-by-space]:not(.markup-generated),
.nectar-split-heading[data-animation-type=letter-fade-reveal]:not(.markup-generated) {
	opacity: 0
}

.nectar-split-heading[data-animation-type=line-reveal-by-space]>*>span,
.nectar-split-heading[data-animation-type=letter-fade-reveal]>*>span {
	position: relative;
	display: inline-block;
	overflow: hidden
}

.nectar-split-heading[data-animation-type=line-reveal-by-space] span,
.nectar-split-heading[data-animation-type=letter-fade-reveal] span {
	vertical-align: bottom
}

.nectar-split-heading[data-animation-type=line-reveal-by-space] span,
.nectar-split-heading[data-animation-type=line-reveal-by-space]:not(.markup-generated)>* {
	line-height: 1.2
}

.nectar-split-heading[data-animation-type=line-reveal-by-space][data-stagger=true] span .inner {
	transition: transform 1.2s cubic-bezier(.25, 1, .5, 1)
}

.nectar-split-heading[data-animation-type=line-reveal-by-space] span .inner {
	position: relative;
	display: inline-block;
	-webkit-transform: translateY(1.2em);
	transform: translateY(1.2em)
}

.nectar-split-heading[data-animation-type=line-reveal-by-space] span .inner.animated {
	-webkit-transform: none;
	transform: none
}

@media only screen and (max-width:1000px) {
	.nectar-split-heading[data-animation-type=line-reveal-by-space][data-m-rm-animation=true] span .inner {
		-webkit-transform: none;
		transform: none!important
	}
}

.nectar-split-heading[data-animation-type=letter-fade-reveal] span span {
	position: relative;
	display: inline-block;
	-webkit-transform: translateY(102%);
	transform: translateY(102%);
	opacity: 0
}

.nectar-split-heading[data-animation-type=twist-in] {
	transform: rotateY(25deg) rotateZ(-4deg);
	opacity: 0;
	transition: opacity 1s cubic-bezier(.15, .75, .4, 1), transform 1.2s cubic-bezier(.15, .75, .4, 1)
}

.nectar-split-heading[data-animation-type=twist-in].animated-in {
	transform: rotateY(0deg) rotateZ(0deg);
	opacity: 1
}

.nectar-split-heading[data-animation-type=line-reveal-by-space][data-align=left] {
	display: flex;
	justify-content: flex-start
}

.nectar-split-heading[data-animation-type=line-reveal-by-space][data-align=center] {
	display: flex;
	justify-content: center
}

.nectar-split-heading[data-animation-type=line-reveal-by-space][data-align=right] {
	display: flex;
	justify-content: flex-end
}

@media only screen and (max-width:1000px) {
	.nectar-split-heading[data-animation-type=line-reveal-by-space][data-m-align=left] {
		display: flex;
		justify-content: flex-start
	}
	.nectar-split-heading[data-animation-type=line-reveal-by-space][data-m-align=center] {
		display: flex;
		justify-content: center
	}
	.nectar-split-heading[data-animation-type=line-reveal-by-space][data-m-align=right] {
		display: flex;
		justify-content: flex-end
	}
}

.wpb_column[data-cfc=true] h1,
.wpb_column[data-cfc=true] h2,
.wpb_column[data-cfc=true] h3,
.wpb_column[data-cfc=true] h4,
.wpb_column[data-cfc=true] h5,
.wpb_column[data-cfc=true] h6,
.wpb_column[data-cfc=true] p {
	color: inherit
}

blockquote .image-icon[data-shadow=true] {
	box-shadow: 0px 15px 37px rgba(0, 0, 0, .15)
}

.span_12.light .flickity-page-dots .dot:before,
.testimonial_slider[data-style=multiple_visible][data-color*=-light] .flickity-page-dots .dot:before {
	background-color: #fff
}

.nectar_video_lightbox svg,
.masonry-blog-item .video-play-button svg,
.auto_meta_overlaid_spaced article .content-inner>.play svg {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 2px;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%)
}

.nectar_video_lightbox.play_button:before,
.nectar-video-box .play_button_mouse_follow:before,
.auto_meta_overlaid_spaced article .content-inner>.play:before {
	display: block;
	position: absolute;
	content: ' ';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 6px solid #fff;
	z-index: 10;
	border-radius: 200px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all .4s cubic-bezier(.19, 1, .22, 1) 0s;
	-webkit-transition: all .4s cubic-bezier(.19, 1, .22, 1) 0s
}

.nectar_video_player_self_hosted .wpb_wrapper video {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	visibility: visible;
	object-fit: cover
}

.nectar_video_player_self_hosted[data-border-radius*=px] .wpb_video_wrapper {
	overflow: hidden
}

.full-width-content.vc_row-fluid .wpb_video_widget.vc_video-align-center .wpb_wrapper {
	margin: 0 auto
}

.nectar-view-indicator {
	position: fixed;
	z-index: 400;
	left: -47px;
	top: -47px;
	pointer-events: none;
	width: 94px;
	height: 94px;
	mix-blend-mode: difference;
	will-change: transform
}

.nectar-drag-indicator {
	position: fixed;
	z-index: 400;
	left: -26px;
	top: -26px;
	pointer-events: none;
	width: 52px;
	height: 52px;
	mix-blend-mode: difference;
	will-change: transform
}

.nectar-drag-indicator.color-dark,
.nectar-drag-indicator.color-light {
	mix-blend-mode: normal
}

.nectar-drag-indicator.color-dark:before {
	border: 2px solid #000
}

.nectar-drag-indicator.color-dark i {
	color: #000
}

.nectar-drag-indicator:before {
	border: 2px solid #fff;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	transform: scale(.2);
	opacity: 0;
	border-radius: 50%
}

.nectar-drag-indicator span {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	transform: translateY(-50%)
}

.nectar-drag-indicator i {
	top: 0;
	color: #fff;
	font-size: 16px;
	opacity: 0;
	position: absolute
}

.nectar-drag-indicator i.fa-angle-left {
	left: -22px;
	top: -9px;
	transform: translateX(17px)
}

.nectar-drag-indicator i.fa-angle-right {
	right: -22px;
	top: -9px;
	transform: translateX(-17px)
}

.nectar-drag-indicator:before,
.nectar-view-indicator .color-circle {
	-webkit-transition: transform .45s ease, opacity .3s ease;
	transition: transform .45s ease, opacity .3s ease
}

.nectar-drag-indicator i,
.nectar-view-indicator span {
	-webkit-transition: transform .2s ease, opacity .2s ease;
	transition: transform .2s ease, opacity .2s ease
}

.nectar-drag-indicator.visible i {
	-webkit-transition: transform .45s ease, opacity .3s ease;
	transition: transform .45s ease, opacity .3s ease
}

.nectar-drag-indicator.visible:before,
.nectar-view-indicator.visible .color-circle,
.nectar-view-indicator.visible span,
.nectar-drag-indicator.visible i.fa-angle-left,
.nectar-drag-indicator.visible i.fa-angle-right {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.nectar-drag-indicator.visible.pointer-down:before {
	-webkit-transform: scale(.8);
	transform: scale(.8);
	-webkit-transition: transform .25s ease-out, opacity .3s ease;
	transition: transform .25s ease-out, opacity .3s ease
}

.nectar-view-indicator:not(.style-see-through) {
	mix-blend-mode: normal
}

.nectar-view-indicator .color-circle {
	background-color: #000;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	transform: scale(.2);
	opacity: 0;
	border-radius: 50%
}

body .nectar-view-indicator span {
	opacity: 0;
	font-size: 16px;
	color: #fff;
	line-height: 94px;
	text-align: center;
	width: 100%;
	display: inline-block
}

.nectar-view-indicator.style-see-through .color-circle {
	background-color: transparent;
	border: 2px solid #fff
}

.nectar-drag-indicator.in-boxed,
.nectar-view-indicator.in-boxed {
	z-index: 10000
}

#footer-outer .widget.widget_media_image img {
	margin-bottom: 0
}

.blog-recent[data-style=list_featured_first_row] .small {
	position: relative;
	-webkit-transform: none;
	transform: none;
	top: 0;
	display: inline-block;
	vertical-align: middle
}

.row .col.section-title {
	margin: 0;
	padding: 0 0 36px;
	border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.row .col.section-title.project-title,
.row .col.section-title.blog-title {
	margin-bottom: 14px
}

.home .row .col.section-title {
	padding: 0 0 3em
}

.row .col.section-title h1,
.row .col.section-title h2 {
	margin-bottom: 0;
	font-family: 'Open Sans';
	font-weight: 600;
	letter-spacing: -1px;
	position: relative
}

.row .col.section-title h2 {
	margin-bottom: 5px
}

.row .col.section-title h1 {
	top: 3px
}

.row .col.section-title span {
	font-size: 20px;
	line-height: 20px;
	color: rgba(0, 0, 0, .45);
	top: 0;
	position: relative;
	text-transform: none;
	font-family: 'Open Sans';
	padding-left: 10px
}

.row .col.section-title span.author-leading,
.row .col.section-title span.fn {
	padding-left: 0
}

#ajax-content-wrap .row .col.section-title .nectar-love span {
	line-height: 20px
}

.row .col.section-title h1 {
	margin-bottom: 0
}

.row .col.section-title p {
	font-size: 20px;
	line-height: 28px;
	padding-bottom: 0
}

body[data-bg-header=true].archive .container-wrap {
	padding-top: 4.1em!important
}

body[data-bg-header=true] .container-wrap,
html.fp-enabled .container-wrap {
	margin-top: 0!important;
	padding-top: 0!important
}

#page-header-wrap {
	height: 60px;
	overflow: hidden;
	position: relative;
	background-color: #f8f8f8;
	-webkit-font-smoothing: antialiased
}

body.material #page-header-wrap,
body[data-header-resize="0"] #page-header-wrap {
	margin-top: 0
}

#page-header-bg {
	width: 100%;
	height: 60px;
	overflow: hidden;
	color: #fff;
	display: block!important;
	-webkit-font-smoothing: antialiased;
	position: relative;
	z-index: 2
}

.page-header-bg-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover
}

.page-header-overlay-color {
	position: static;
	height: 1px;
	width: 1px;
	margin-left: -9999px;
	pointer-events: none;
	background-color: #333
}

.page-header-overlay-color:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: inherit;
	content: ' ';
	z-index: 10;
	opacity: .65
}

.page-header-overlay-color[data-overlay-opacity="0.9"]:after {
	opacity: .9
}

.page-header-overlay-color[data-overlay-opacity="0.8"]:after {
	opacity: .8
}

.page-header-overlay-color[data-overlay-opacity="0.7"]:after {
	opacity: .7
}

.page-header-overlay-color[data-overlay-opacity="0.6"]:after {
	opacity: .6
}

.page-header-overlay-color[data-overlay-opacity="0.5"]:after {
	opacity: .5
}

.page-header-overlay-color[data-overlay-opacity="0.4"]:after {
	opacity: .4
}

.page-header-overlay-color[data-overlay-opacity="0.3"]:after {
	opacity: .3
}

.page-header-overlay-color[data-overlay-opacity="0.2"]:after {
	opacity: .2
}

.page-header-overlay-color[data-overlay-opacity="0.1"]:after {
	opacity: .1
}

#page-header-bg[data-bg-pos=bottom] .page-header-bg-image {
	background-position: bottom center
}

#page-header-bg[data-bg-pos=top] .page-header-bg-image {
	background-position: top center
}

#page-header-bg[data-bg-pos=center] .page-header-bg-image {
	background-position: center center
}

body[data-header-resize="0"] #page-header-bg {
	margin-top: 0
}

.page-header-no-bg {
	padding-bottom: 0;
	padding-top: 35px;
	background-color: #f8f8f8
}

.page-header-no-bg {
	z-index: 1000
}

#page-header-bg[data-parallax="1"] {
	overflow: hidden;
	margin: 0;
	z-index: 2
}

body[data-footer-reveal="1"] #page-header-bg[data-parallax="1"] {
	opacity: 1
}

#page-header-bg[data-parallax="1"] .span_6 {
	z-index: 0
}

body[data-apte=center_mask_reveal][data-ajax-transitions=true] #page-header-bg[data-parallax="1"]:not(.out-of-sight) {
	opacity: 1
}

#page-header-bg[data-parallax="1"].out-of-sight {
	pointer-events: none
}

#page-header-bg[data-parallax="1"].out-of-sight .nectar-video-wrap {
	display: none
}

#page-header-bg[data-alignment=center],
.page-header-no-bg[data-alignment=center] {
	text-align: center
}

#page-header-bg[data-alignment=right],
.page-header-no-bg[data-alignment=right] {
	text-align: right
}

#page-header-bg[data-alignment-v=bottom] .row,
#page-header-bg[data-alignment-v=bottom] .container,
#page-header-bg[data-alignment-v=top] .row,
#page-header-bg[data-alignment-v=top] .container,
#page-header-bg[data-alignment-v=middle] .row,
#page-header-bg[data-alignment-v=middle] .container {
	height: 100%
}

#page-header-bg[data-alignment-v=bottom] .span_6,
#page-header-bg[data-parallax="1"][data-alignment-v=bottom] .span_6,
#page-header-bg[data-alignment-v=bottom] .nectar-particles .inner-wrap {
	bottom: 26%;
	top: auto!important;
	left: 0;
	margin-bottom: 0!important;
	position: absolute!important
}

#page-header-bg[data-alignment-v=top] .span_6,
#page-header-bg[data-alignment-v=top] .nectar-particles .inner-wrap {
	left: 0;
	position: absolute
}

#page-header-bg[data-alignment-v=top] .span_6,
#page-header-bg[data-alignment-v=top] .nectar-particles .inner-wrap,
#page-header-bg[data-alignment-v=top].fullscreen-header .span_6 {
	top: 25%!important
}

#page-header-bg[data-alignment-v=bottom] .span_6>.inner-wrap {
	transform: translateY(50%)!important;
	-webkit-transform: translateY(50%)!important
}

#page-header-bg .span_6 {
	width: 100%
}

.nectar-recent-post-slide .nectar-recent-post-bg:after,
.single [data-post-hs=default_minimal] .page-header-bg-image:after,
.archive .page-header-bg-image:after {
	background-color: rgba(25, 25, 25, .35);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: ' ';
	z-index: 1;
	display: block
}

#page-header-bg .row {
	z-index: 100;
	position: relative
}

html:not(.js) #page-header-bg .row,
body #page-header-bg .row {
	visibility: visible
}

#page-header-bg h1,
.nectar-box-roll .overlaid-content h1 {
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 44px;
	line-height: 54px;
	margin-bottom: 8px;
	display: block;
	color: #fff;
	z-index: 101
}

#page-header-bg #portfolio-nav a i,
#page-header-bg span,
#page-header-bg .pinterest-share i,
#page-header-bg .facebook-share i,
#page-header-bg .linkedin-share i,
#page-header-bg .twitter-share i,
#page-header-bg .google-plus-share i,
#page-header-bg .icon-salient-heart,
#page-header-bg .icon-salient-heart-2 {
	color: #fff
}

.single #page-header-bg #single-below-header>span,
.single #page-header-bg #single-meta>div>a {
	border-color: rgba(255, 255, 255, .25)
}

.single #single-meta>div>a,
.single #single-meta ul .n-shortcode a,
#project-meta ul li>a,
#project-meta ul .n-shortcode a,
#project-meta ul .project-date {
	display: block;
	border-radius: 100px;
	padding: 6px 20px!important;
	-webkit-transition: border-color .45s cubic-bezier(.25, 1, .33, 1);
	transition: border-color .45s cubic-bezier(.25, 1, .33, 1);
	height: auto;
	line-height: 20px
}

.single #single-meta ul li span,
.single #single-meta ul .n-shortcode span,
#project-meta ul li span,
#project-meta ul .n-shortcode span {
	transition: color .2s linear;
	line-height: 20px!important;
	font-family: inherit!important
}

.blog-title #single-meta .nectar-social.hover .share-btn,
.blog-title #single-meta .nectar-social.hover>div a,
.single .blog-title #single-meta>div>a,
.single .blog-title #single-meta div .n-shortcode a,
.single-product #single-meta>div>a,
#project-meta ul li>a,
#project-meta ul .n-shortcode a,
#sidebar #project-meta ul .project-date,
.ascend #sidebar #project-meta ul .project-date {
	border: 2px solid rgba(0, 0, 0, .1)
}

.ascend #sidebar #project-meta ul .project-date {
	border: 2px solid rgba(0, 0, 0, .1)!important
}

#page-header-bg .blog-title #single-meta .nectar-social.hover .share-btn,
#page-header-bg .blog-title #single-meta .nectar-social.hover>div a,
.single #page-header-bg .blog-title #single-meta>div>a,
.single #page-header-bg .blog-title #single-meta>div .n-shortcode a {
	border: 2px solid rgba(255, 255, 255, .4)
}

#page-header-bg .blog-title #single-meta .nectar-social.hover .share-btn:hover,
#page-header-bg .blog-title #single-meta .nectar-social.hover>div a:hover,
.single #page-header-bg .blog-title #single-meta>div>a:hover,
.single #page-header-bg .blog-title #single-meta div .n-shortcode:hover a {
	border: 2px solid rgba(255, 255, 255, 1)
}

body.single #single-meta ul li:first-child {
	border: none!important
}

.single .blog-title #single-meta div i,
.single #single-meta .meta-comment-count a,
.single #single-meta ul .meta-share-count .nectar-social a,
#project-meta ul li i,
#project-meta .meta-comment-count a,
#project-meta ul .meta-share-count .nectar-social a,
#project-meta ul li span,
#project-meta ul .n-shortcode span,
#project-meta ul .project-date {
	color: #999!important
}

.single #page-header-bg #single-meta ul li {
	border: none;
	margin: 0
}

body.single #ajax-content-wrap #single-meta ul li:first-child,
.single #page-header-bg #single-meta ul li,
.single .blog-title #single-meta ul li,
#project-meta ul li,
body.single-portfolio #ajax-content-wrap #sidebar #project-meta ul li:first-child {
	margin: 5px
}

.single #single-meta ul .meta-share-count,
#project-meta ul .meta-share-count {
	position: relative;
	z-index: 100
}

.single #single-meta ul .meta-share-count span,
.single #project-meta ul .meta-share-count span {
	font-size: inherit;
	padding-left: 0;
	color: #888
}

.single #single-meta ul li i,
#project-meta ul li i {
	font-size: 16px!important;
	width: 16px;
	line-height: 22px!important;
	margin-right: 7px;
	height: 20px
}

.single #single-meta ul li i.icon-salient-heart-2,
#project-meta ul li i.icon-salient-heart-2 {
	line-height: 20px!important
}

.single-post #single-meta {
	top: 50%;
	margin-top: -13px;
	float: none;
	z-index: 102;
	position: absolute
}

#page-header-bg .subheader,
.nectar-box-roll .overlaid-content .subheader {
	font-size: 28px;
	line-height: 1.3;
	color: #fff!important;
	font-family: 'Open Sans';
	font-weight: 300
}

#page-header-bg[data-text-alignment=center],
.page-header-no-bg[data-text-alignment=center],
.nectar-box-roll .overlaid-content[data-text-alignment=center] {
	text-align: center
}

#page-header-bg[data-text-alignment=right],
.page-header-no-bg[data-text-alignment=right],
.nectar-box-roll .overlaid-content[data-text-alignment=right] {
	text-align: right
}

#page-header-bg[data-text-alignment=center] .span_6,
.page-header-no-bg[data-text-alignment=center] .span_6,
.nectar-box-roll .overlaid-content[data-text-alignment=center] .span_6 {
	left: 0;
	width: 100%!important
}

#page-header-bg[data-text-alignment=center] h1,
.nectar-box-roll .overlaid-content[data-text-alignment=center] h1 {
	margin-bottom: 12px
}

#page-header-bg[data-text-alignment=center] h1,
.page-header-bg[data-text-alignment=center] .subheader,
.nectar-box-roll .overlaid-content[data-text-alignment=center] .subheader {
	max-width: 900px;
	margin: 0 auto;
	display: block
}

#page-header-bg[data-alignment-v=top] .span_6 .inner-wrap {
	left: 0;
	position: absolute;
	width: 100%
}

[data-aie=zoom-out] .first-section .row-bg-wrap,
[data-aie=zoom-out] .top-level .row-bg-wrap {
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0
}

#page-header-bg .nectar-particles .inner-wrap>*:not(.top-heading),
.overlaid-content .inner-wrap>*:not(.top-heading) {
	opacity: 0;
	transform: translateY(35px);
	-webkit-transform: translateY(35px)
}

.scroll-down-wrap.hidden {
	transform: translateY(55px);
	-webkit-transform: translateY(55px);
	opacity: 0
}

.scroll-down-wrap {
	transition: opacity .4s ease;
	-webkit-transition: opacity .4s ease
}

#page-header-bg.fullscreen-header,
#page-header-wrap.fullscreen-header {
	width: 100%;
	position: relative;
	transition: none;
	-webkit-transition: none;
	z-index: 2
}

#page-header-wrap.fullscreen-header {
	background-color: #2b2b2b
}

#page-header-bg.fullscreen-header .span_6 {
	opacity: 1
}

#page-header-bg.fullscreen-header[data-alignment-v=middle] .span_6 {
	top: 50%!important
}

.hidden-social-img {
	position: absolute;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	z-index: -100
}

.default-blog-title.fullscreen-header {
	position: relative
}

#page-header-bg[data-post-hs=default_minimal] .inner-wrap {
	text-align: center
}

#page-header-bg[data-post-hs=default_minimal] .inner-wrap>a,
body.material #page-header-bg.fullscreen-header .inner-wrap>a {
	color: #fff;
	font-weight: 600;
	border: 2px solid rgba(255, 255, 255, .4);
	padding: 4px 10px;
	margin: 5px 6px 0 5px;
	display: inline-block;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	font-size: 14px;
	line-height: 18px
}

body.material #page-header-bg.fullscreen-header .inner-wrap>a {
	margin-bottom: 15px
}

body.material #page-header-bg.fullscreen-header .inner-wrap>a {
	border: none;
	padding: 6px 10px
}

body[data-button-style^=rounded] #page-header-bg[data-post-hs=default_minimal] .inner-wrap>a,
body[data-button-style^=rounded].material #page-header-bg.fullscreen-header .inner-wrap>a {
	border-radius: 100px
}

body.single [data-post-hs=default_minimal] #single-below-header span,
body.single .heading-title[data-header-style=default_minimal] #single-below-header span {
	line-height: 14px
}

#page-header-bg[data-post-hs=default_minimal] #single-below-header {
	text-align: center;
	position: relative;
	z-index: 100
}

#page-header-bg[data-post-hs=default_minimal] #single-below-header span {
	float: none;
	display: inline-block
}

#page-header-bg[data-post-hs=default_minimal] .inner-wrap>a:hover,
#page-header-bg[data-post-hs=default_minimal] .inner-wrap>a:focus {
	border-color: transparent
}

#page-header-bg.fullscreen-header .avatar,
#page-header-bg[data-post-hs=default_minimal] .avatar {
	border-radius: 100%
}

#page-header-bg.fullscreen-header .meta-author span,
#page-header-bg[data-post-hs=default_minimal] .meta-author span {
	display: block
}

#page-header-bg.fullscreen-header .meta-author img {
	margin-bottom: 0;
	height: 50px;
	width: auto
}

#page-header-bg[data-post-hs=default_minimal] .meta-author img {
	margin-bottom: 0;
	height: 40px;
	width: auto
}

#page-header-bg[data-post-hs=default_minimal] .author-section {
	position: absolute;
	bottom: 30px
}

#page-header-bg.fullscreen-header .meta-author,
#page-header-bg[data-post-hs=default_minimal] .meta-author {
	font-size: 18px
}

#page-header-bg.fullscreen-header .author-section .meta-date,
#page-header-bg[data-post-hs=default_minimal] .author-section .meta-date {
	font-size: 12px;
	color: rgba(255, 255, 255, .8)
}

#page-header-bg.fullscreen-header .author-section .meta-date i {
	font-size: 12px
}

#page-header-bg[data-post-hs=default_minimal] .author-section .meta-date i {
	font-size: 11px;
	line-height: 14px
}

#page-header-bg[data-post-hs=default_minimal] .author-section .avatar-post-info {
	position: relative;
	top: -5px
}

#page-header-bg.fullscreen-header .author-section a,
#page-header-bg[data-post-hs=default_minimal] .author-section a {
	display: block;
	margin-bottom: -2px
}

#page-header-bg[data-post-hs=default_minimal] .author-section a {
	font-size: 14px;
	line-height: 14px
}

#page-header-bg.fullscreen-header .author-section a:hover,
#page-header-bg[data-post-hs=default_minimal] .author-section a:hover {
	color: rgba(255, 255, 255, .85)!important
}

#page-header-bg.fullscreen-header .author-section,
#page-header-bg[data-post-hs=default_minimal] .author-section {
	width: 100%;
	z-index: 10;
	text-align: center
}

#page-header-bg.fullscreen-header .author-section {
	margin-top: 25px
}

#page-header-bg.fullscreen-header .author-section span,
#page-header-bg[data-post-hs=default_minimal] .author-section span {
	padding-left: 0;
	line-height: 20px;
	font-size: 20px
}

#page-header-bg.fullscreen-header .author-section .avatar-post-info,
#page-header-bg[data-post-hs=default_minimal] .author-section .avatar-post-info {
	margin-left: 10px
}

#page-header-bg.fullscreen-header .author-section .avatar-post-info,
#page-header-bg.fullscreen-header .author-section .meta-author,
#page-header-bg[data-post-hs=default_minimal] .author-section .avatar-post-info,
#page-header-bg[data-post-hs=default_minimal] .author-section .meta-author {
	text-align: left;
	display: inline-block;
	top: 9px
}

#page-header-bg.fullscreen-header .author-section a,
#page-header-bg[data-post-hs=default_minimal] .author-section a,
#footer-outer #footer-widgets .col .tagcloud a:hover,
#footer-outer .nectar-button:hover {
	color: #fff!important
}

#page-header-bg .project-title .container,
#page-header-bg .heading-title {
	border: none!important;
	padding: 0
}

#page-header-bg .section-title {
	padding-bottom: 0;
	margin-bottom: 0
}

.single .heading-title {
	padding-bottom: 35px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 35px
}

.single .row .section-title {
	padding: 0;
	margin: 0
}

#page-header-bg .span_6,
#page-header-bg .nectar-particles .span_6 .inner-wrap {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

#page-header-bg[data-alignment-v=top] .span_6,
#page-header-bg[data-alignment-v=bottom] .span_6 {
	-webkit-transform: none;
	transform: none
}

#page-header-bg .nectar-particles .span_6 {
	top: 0;
	-webkit-transform: none;
	transform: none
}

.section-down-arrow,
body[data-button-style^=rounded] .scroll-down-wrap,
.scroll-down-wrap.no-border,
.scroll-down-wrap.minimal-arrow {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 60px;
	margin-left: -30px;
	z-index: 101
}

.scroll-down-wrap.minimal-arrow,
body[data-button-style^=rounded] #ajax-content-wrap .scroll-down-wrap.minimal-arrow {
	bottom: 30px;
	width: 40px;
	margin-left: -20px
}

@media only screen and (max-width:690px) {
	.scroll-down-wrap.minimal-arrow {
		transform: scale(.6)
	}
}

body[data-button-style*=rounded] .scroll-down-wrap {
	margin-left: -22px
}

body[data-button-style=default] .section-down-arrow i.icon-default-style[class^=icon-] {
	height: 60px;
	width: 60px;
	font-size: 20px;
	line-height: 60px;
	z-index: 10;
	animation: 3.4s ease-in-out infinite fadebottom;
	-webkit-animation: 3.4s ease-in-out infinite fadebottom
}

body[data-button-style=default] .section-down-arrow i.icon-default-style[class^=icon-],
body[data-button-style^=rounded] .section-down-arrow,
.nectar-next-section-wrap.mouse-wheel .nectar-next-section,
.nectar-next-section-wrap.down-arrow-bordered .nectar-next-section,
.scroll-down-wrap.no-border .section-down-arrow,
body[data-button-style^=rounded] .section-down-arrow i,
.nectar-next-section-wrap.down-arrow-bordered .nectar-next-section i {
	color: #fff!important
}

body[data-button-style^=rounded] .section-down-arrow,
.nectar-next-section-wrap.mouse-wheel .nectar-next-section,
.nectar-next-section-wrap.down-arrow-bordered .nectar-next-section,
.scroll-down-wrap.no-border .section-down-arrow {
	display: inline-block;
	width: 49px;
	height: 49px;
	border: 2px solid #fff;
	text-align: center;
	line-height: 50px;
	border-radius: 100px;
	font-size: 25px;
	transition: opacity .4s ease;
	-webkit-transition: opacity .4s ease;
	overflow: hidden;
	margin-left: 0;
	left: 0;
	bottom: 16px;
	opacity: .6
}

body[data-button-style^=rounded] .section-down-arrow.hidden {
	transform: translateY(55px);
	-webkit-transform: translateY(55px);
	opacity: 0
}

body[data-button-style^=rounded] .section-down-arrow i,
.nectar-next-section-wrap.down-arrow-bordered .nectar-next-section i {
	transition: transform .2s ease;
	-webkit-transition: transform .2s ease;
	display: block;
	width: 49px;
	height: 48px;
	line-height: 48px;
	font-size: 20px
}

body[data-button-style^=rounded] .nectar-box-roll .section-down-arrow i {
	transition: none;
	-webkit-transition: none
}

body[data-button-style^=rounded] .section-down-arrow:hover,
body[data-button-style^=rounded] .section-down-arrow.hovered,
.nectar-next-section-wrap.down-arrow-bordered .nectar-next-section:hover {
	opacity: 1
}

body[data-button-style^=rounded] .section-down-arrow i.fa-angle-down.top,
body[data-button-style^=rounded] .section-down-arrow i.fa-angle-down,
.nectar-next-section-wrap.down-arrow-bordered .nectar-next-section i {
	-webkit-transform: translate(0, -48px);
	transform: translate(0, -48px)
}

body[data-button-style^=rounded] .section-down-arrow:hover i.fa-angle-down.top,
body[data-button-style^=rounded] .section-down-arrow:hover i.fa-angle-down,
body[data-button-style^=rounded] .section-down-arrow.hovered i.fa-angle-down.top,
body[data-button-style^=rounded] .section-down-arrow.hovered i.fa-angle-down,
.nectar-next-section-wrap.down-arrow-bordered .nectar-next-section:hover i {
	-webkit-transform: translate(0, 0px)!important;
	transform: translate(0, 0px)!important
}

.nectar-next-section-wrap.bounce a:before {
	border-radius: 100px;
	background-color: #000;
	position: absolute;
	top: -10%;
	left: -10%;
	width: 120%;
	height: 120%;
	display: block;
	content: '';
	transition: all .45s cubic-bezier(.15, .2, .1, 1);
	-webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1);
	transform: scale(.8)
}

.nectar-next-section-wrap.bounce a:hover:before {
	transform: scale(1)
}

.nectar-next-section-wrap.bounce a {
	position: relative;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	-webkit-animation: down_arrow_bounce 2.3s infinite;
	animation: down_arrow_bounce 2.3s infinite
}

.nectar-next-section-wrap.bounce i {
	font-size: 24px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	top: 0;
	display: inline-block;
	background-color: transparent
}

.nectar-next-section-wrap.bounce[data-shad=add_shadow] a,
.nectar-next-section-wrap.down-arrow-bordered[data-shad=add_shadow] a {
	box-shadow: 0px 13px 35px rgba(0, 0, 0, .15)
}

.nectar-next-section-wrap.bounce i.dark-arrow {
	color: #000
}

.nectar-next-section-wrap.minimal-arrow a {
	width: 30px;
	height: 70px;
	text-align: center;
	display: block;
	line-height: 0;
	position: relative
}

.centered-text .nectar-next-section-wrap.minimal-arrow a {
	display: inline-block
}

.nectar-next-section-wrap[data-align=center] {
	text-align: center
}

.nectar-next-section-wrap[data-align=right] {
	text-align: right
}

.nectar-next-section-wrap[data-align=center].minimal-arrow a,
.nectar-next-section-wrap[data-align=right].minimal-arrow a {
	display: inline-block
}

@keyframes ctaMinimaLArrowOuter {
	0% {
		transform: translateY(0)
	}
	20% {
		transform: translateY(12px)
	}
	50% {
		transform: translateY(0)
	}
	100% {
		transform: translateY(0)
	}
}

@keyframes ctaMinimaLArrowLine {
	0% {
		transform-origin: bottom;
		transform: scaleY(1)
	}
	50% {
		transform-origin: bottom;
		transform: scaleY(0)
	}
	51% {
		transform-origin: top
	}
	100% {
		transform: scaleY(1);
		transform-origin: top
	}
}

@keyframes ctaMinimaLArrow {
	0% {
		stroke-dasharray: 45px;
		stroke-dashoffset: 0px
	}
	50% {
		stroke-dasharray: 45px;
		stroke-dashoffset: -45px
	}
	51% {
		stroke-dasharray: 45px;
		stroke-dashoffset: 45px
	}
	100% {
		stroke-dasharray: 45px;
		stroke-dashoffset: 0px
	}
}

.nectar-next-section-wrap.minimal-arrow svg {
	animation: ctaMinimaLArrowOuter 2.5s cubic-bezier(.55, 0, .45, 1) infinite
}

.nectar-next-section-wrap.minimal-arrow a:hover svg path {
	animation: ctaMinimaLArrowLine .6s cubic-bezier(.25, 0, .45, 1) forwards
}

.nectar-next-section-wrap.minimal-arrow a:hover svg polyline {
	stroke-dashoffset: 0px;
	stroke-dasharray: 45px;
	animation: ctaMinimaLArrow .6s cubic-bezier(.25, 0, .45, 1) forwards .1s
}

.nectar-next-section-wrap.minimal-arrow svg {
	display: block;
	width: 40px;
	position: absolute;
	bottom: 0;
	left: 0
}

.nectar-next-section-wrap[data-custom-color=true].bounce a {
	border-radius: 100px
}

.nectar-next-section-wrap[data-custom-color=true].mouse-wheel .nectar-next-section:before {
	display: none
}

.nectar-next-section-wrap[data-custom-color=true].bounce a:before {
	background: inherit!important
}

.nectar-next-section-wrap[data-custom-color=true].down-arrow-bordered a,
.nectar-next-section-wrap[data-custom-color=true].mouse-wheel a:after {
	border-color: inherit
}

.nectar-next-section-wrap[data-custom-color=true].down-arrow-bordered a,
.nectar-next-section-wrap[data-custom-color=true].down-arrow-bordered a i {
	color: inherit!important
}

.nectar-next-section-wrap[data-custom-color=true].mouse-wheel a:after {
	opacity: .5
}

@keyframes down_arrow_bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0)
	}
	40% {
		transform: translateY(-14px)
	}
	60% {
		transform: translateY(-7px)
	}
}

@media only screen and (max-height:750px) {
	body[data-button-style=rounded] .section-down-arrow {
		bottom: 33px
	}
}

@media only screen and (max-height:650px) {
	body[data-button-style^=rounded] .section-down-arrow {
		width: 30px;
		height: 30px;
		line-height: 34px;
		bottom: 25px;
		margin-left: -15px
	}
	body[data-button-style^=rounded] .scroll-down-wrap:not(.no-border) {
		margin-left: 0
	}
	body[data-button-style^=rounded] .section-down-arrow i {
		width: 26px;
		height: 26px;
		line-height: 28px
	}
	body[data-button-style^=rounded] .section-down-arrow i.fa-angle-down.top,
	body[data-button-style^=rounded] .section-down-arrow i.fa-angle-down {
		-webkit-transform: translate(0, -26px);
		transform: translate(0, -26px);
		font-size: 18px
	}
}

@media only screen and (max-height:450px) {
	body[data-button-style^=rounded] .section-down-arrow {
		display: none
	}
}

body[data-button-style^=rounded] .scroll-down-wrap.no-border,
.scroll-down-wrap.no-border {
	bottom: 12px
}

.scroll-down-wrap.no-border .section-down-arrow,
.slider-down-arrow.no-border {
	border: none!important;
	overflow: visible;
	text-align: center;
	opacity: 1;
	height: auto;
	bottom: 13px;
	-webkit-animation: nudgeMouse 2.4s cubic-bezier(.25, .460, .45, .940) infinite;
	animation: nudgeMouse 2.4s cubic-bezier(.25, .460, .45, .940) infinite
}

.nectar-next-section-wrap.mouse-wheel .nectar-next-section {
	border-width: 0;
	overflow: visible;
	text-align: center;
	opacity: 1;
	height: auto;
	bottom: 13px;
	-webkit-animation: nudgeMouse 2.4s cubic-bezier(.25, .460, .45, .940) infinite;
	animation: nudgeMouse 2.4s cubic-bezier(.25, .460, .45, .940) infinite
}

.nectar-scroll-icon-path {
	fill: transparent;
	stroke-width: 2px;
	stroke-dashoffset: 120;
	stroke-dasharray: 120;
	-webkit-animation: mouse-scroll-btn-roll-out .55s cubic-bezier(.5, .1, .07, 1);
	animation: mouse-scroll-btn-roll-out .55s cubic-bezier(.5, .1, .07, 1)
}

.nectar-scroll-icon {
	width: 30px;
	height: 45px;
	text-align: center;
	cursor: pointer;
	position: relative;
	z-index: 100
}

.scroll-down-wrap.no-border .section-down-arrow:after,
.nectar-next-section-wrap.mouse-wheel .nectar-next-section:after,
.slider-down-arrow.no-border:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 30px;
	height: 45px;
	margin-left: -15px;
	border: 2px solid rgba(255, 255, 255, .5);
	border-radius: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 62
}

.scroll-down-wrap.no-border:hover .section-down-arrow:before,
.slider-down-arrow.no-border:hover:before {
	background-color: rgba(255, 255, 255, 1)
}

.scroll-down-wrap.no-border:hover .nectar-scroll-icon-path,
.nectar-next-section:hover .nectar-scroll-icon-path,
.slider-down-arrow.no-border:hover .nectar-scroll-icon-path {
	stroke-dashoffset: 0;
	-webkit-animation: mouse-scroll-btn-roll-over .55s cubic-bezier(.5, .1, .07, 1);
	animation: mouse-scroll-btn-roll-over .55s cubic-bezier(.5, .1, .07, 1)
}

@-webkit-keyframes mouse-scroll-btn-roll-over {
	0% {
		stroke-dashoffset: 120
	}
	100% {
		stroke-dashoffset: 0
	}
}

@keyframes mouse-scroll-btn-roll-over {
	0% {
		stroke-dashoffset: 120
	}
	100% {
		stroke-dashoffset: 0
	}
}

@-webkit-keyframes mouse-scroll-btn-roll-out {
	0% {
		stroke-dashoffset: 0
	}
	100% {
		stroke-dashoffset: -120
	}
}

@keyframes mouse-scroll-btn-roll-out {
	0% {
		stroke-dashoffset: 0
	}
	100% {
		stroke-dashoffset: -120
	}
}

.scroll-down-wrap.no-border .section-down-arrow:before,
.nectar-next-section-wrap.mouse-wheel .nectar-next-section:before,
.slider-down-arrow.no-border:before,
.nectar-next-section-wrap.mouse-wheel[data-custom-color=true] .track-ball {
	position: absolute;
	content: '';
	display: block;
	left: 50%;
	margin-left: -1px;
	top: 22px;
	background-color: rgba(255, 255, 255, .5);
	width: 2px;
	height: 6px;
	border-radius: 10px;
	transition: background-color .55s cubic-bezier(.5, .1, .07, 1);
	-webkit-animation: trackBallSlide 2.4s cubic-bezier(0, .000, .725, 1) infinite;
	animation: trackBallSlide 2.4s cubic-bezier(0, .000, .725, 1) infinite
}

@-webkit-keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scaleY(1) translateY(-10px);
		transform: scaleY(1) translateY(-10px)
	}
	45% {
		opacity: 0;
		-webkit-transform: scaleY(.5) translateY(13px);
		transform: scaleY(.5) translateY(13px)
	}
	46% {
		opacity: 0;
		-webkit-transform: scaleY(1) translateY(-10px);
		transform: scaleY(1) translateY(-10px)
	}
	65%,
	100% {
		opacity: 1;
		-webkit-transform: scaleY(1) translateY(-10px);
		transform: scaleY(1) translateY(-10px)
	}
}

@keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scaleY(1) translateY(-10px);
		transform: scaleY(1) translateY(-10px)
	}
	45% {
		opacity: 0;
		-webkit-transform: scaleY(.5) translateY(13px);
		transform: scaleY(.5) translateY(13px)
	}
	46% {
		opacity: 0;
		-webkit-transform: scaleY(1) translateY(-10px);
		transform: scaleY(1) translateY(-10px)
	}
	65%,
	100% {
		opacity: 1;
		-webkit-transform: scaleY(1) translateY(-10px);
		transform: scaleY(1) translateY(-10px)
	}
}

@keyframes nudgeMouse {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	45% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}
	65%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes nudgeMouse {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	45% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}
	65%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes rightLineStart {
	0% {
		transform: translateY(-50%) translateX(-88px) scaleX(0)
	}
	100% {
		transform: translateY(-50%) translateX(0px) scaleX(1)
	}
}

@keyframes rightLineEnd {
	0% {
		transform: translateY(-50%) translateX(0px) scaleX(1)
	}
	100% {
		transform: translateY(-50%) translateX(28px) scaleX(0)
	}
}

@keyframes rightLineStart2 {
	0% {
		transform: translateY(-50%) translateX(88px) scaleX(0)
	}
	100% {
		transform: translateY(-50%) translateX(0px) scaleX(1)
	}
}

@keyframes rightLineEnd2 {
	0% {
		transform: translateY(-50%) translateX(0px) scaleX(1)
	}
	100% {
		transform: translateY(-50%) translateX(-28px) scaleX(0)
	}
}

.container-wrap[data-nav-pos=after_project_2] .bottom_controls .next-project h3 .next-arrow,
.container-wrap[data-nav-pos=after_project_2] .bottom_controls .previous-project h3 .next-arrow,
.portfolio-items[data-ps="8"] .next-arrow,
.blog_next_prev_buttons[data-style=fullwidth_next_prev] h3 .next-arrow {
	position: absolute;
	backface-visibility: hidden;
	right: -43px;
	top: 50%;
	margin-top: -15px;
	height: 30px;
	width: 40px;
	display: block;
	transform: translateX(38px)
}

@keyframes rightArrowStart {
	0% {
		transform: translateX(-50px)
	}
	100% {
		transform: translateX(42px)
	}
}

@keyframes rightArrowEnd {
	0% {
		transform: translateX(42px)
	}
	100% {
		transform: translateX(75px)
	}
}

@keyframes rightArrowStart2 {
	0% {
		transform: translateX(50px) rotate(180deg)
	}
	100% {
		transform: translateX(-42px) rotate(180deg)
	}
}

@keyframes rightArrowEnd2 {
	0% {
		transform: translateX(-42px) rotate(180deg)
	}
	100% {
		transform: translateX(-75px) rotate(180deg)
	}
}

.portfolio-items[data-ps="8"] line {
	stroke-width: 2px;
	stroke-dasharray: 10px;
	stroke-dashoffset: 30px
}

.portfolio-items[data-ps="8"] line {
	stroke: #fff
}

.portfolio-items[data-ps="8"] line,
.portfolio-items[data-ps="8"] .col .work-info .vert-center line {
	-webkit-transition: none;
	transition: none
}

@keyframes rightArrowLineStart {
	0% {
		stroke-dashoffset: 30px
	}
	100% {
		stroke-dashoffset: 40px
	}
}

@keyframes rightArrowLineEnd {
	0% {
		stroke-dashoffset: 40px
	}
	100% {
		stroke-dashoffset: 50px
	}
}

.post-area.masonry {
	width: 1125px;
	margin-bottom: 20px;
	margin-top: 0;
	overflow: visible
}

.blog-fullwidth-wrap .post-area.masonry {
	margin-bottom: 40px
}

[data-ext-responsive=false] .blog-fullwidth-wrap .post-area.masonry {
	width: auto
}

.vc_col-sm-4 .post-area.masonry,
.vc_col-sm-3 .post-area.masonry {
	width: 100%
}

body[data-ext-responsive=true] .post-area.masonry {
	width: 100%
}

.post-area.masonry.span_9 {
	width: 834px;
	margin-right: 5px
}

body[data-ext-responsive=true] .post-area.masonry.span_9,
body[data-ext-responsive=true] .post-area.masonry.span_9.meta_overlaid {
	width: 76.5%;
	margin-right: 0
}

.post-area.masonry.span_12 #pagination,
.blog-fullwidth-wrap .post-area.masonry #pagination {
	height: 32px;
	margin-top: 55px;
	text-align: center;
	width: 100%;
	margin-bottom: 40px
}

.post-area.masonry.span_9 #pagination {
	height: 32px;
	margin-top: 45px;
	width: 100%;
	margin-bottom: 40px
}

.post-area.masonry.span_12 #pagination,
.blog-fullwidth-wrap .post-area.masonry #pagination,
.post-area.masonry.span_9 #pagination {
	position: relative;
	bottom: 0
}

.post-area.masonry.span_12 #pagination>div,
.blog-fullwidth-wrap .post-area.masonry #pagination>div {
	display: inline;
	float: none;
	margin: 0 5px 0 0
}

body.blog .meta_overlaid_blog.container-wrap,
body.archive .meta_overlaid_blog.container-wrap {
	padding-top: 0!important
}

body.blog .meta_overlaid_blog.container-wrap .post-area,
.blog-fullwidth-wrap .post-area.masonry:not(.meta_overlaid),
.page-submenu .full-width-section.first-section {
	margin-top: 0!important
}

.post-area.masonry .post .post-meta.no-img {
	top: 0!important
}

.post-area.masonry>article:last-child .content-inner {
	border-bottom: 1px solid #ddd
}

.post-area.masonry .post .post-content,
.post-area.featured_img_left .post .post-content {
	padding-left: 0!important
}

.post-area.masonry .post .quote-inner,
.post-area.masonry .post .link-inner {
	margin-bottom: 8px
}

.post-area.masonry .post .post-meta {
	display: block;
	margin-bottom: 0
}

.post-area.infinite_scroll video.wp-video-shortcode,
.post-area.infinite_scroll .wp-video-shortcode video {
	visibility: visible
}

.post.masonry-blog-item .post-meta {
	position: relative
}

body .post.masonry-blog-item .post-meta .date {
	border-bottom: 0;
	line-height: 22px;
	padding-bottom: 0;
	float: left;
	margin-bottom: 0
}

.light .post.masonry-blog-item p {
	color: #676767
}

.post.masonry-blog-item .content-inner {
	padding-bottom: 0;
	margin-bottom: 18px
}

.masonry.classic .post.masonry-blog-item h3.title {
	font-size: 20px;
	line-height: 30px
}

.masonry.classic .post.masonry-blog-item .post-header>h3,
.masonry.classic .post.masonry-blog-item .excerpt {
	color: #000
}

.post.masonry-blog-item .post-meta .date span {
	float: left;
	display: inline!important;
	text-transform: capitalize;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	color: #676767
}

.post.masonry-blog-item .more-link {
	margin-bottom: 10px
}

.post.masonry-blog-item .post-meta:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.portfolio-items[data-col-num=elastic] .col img,
body .masonry.meta_overlaid .post-featured-img img,
body .masonry.meta_overlaid .content-inner .whole-link {
	width: 100%!important;
	max-width: 100%!important
}

.portfolio-items[data-col-num=elastic]:not(.fullwidth-constrained) {
	overflow: hidden
}

.post-featured-img img.nectar-lazy {
	display: block
}

.post-featured-img img.nectar-lazy:not(.loaded),
.wpb_gallery_slidesimage_grid .portfolio-items img.nectar-lazy:not(.loaded) {
	opacity: 0
}

.post-featured-img img.nectar-lazy.loaded,
.wpb_gallery_slidesimage_grid .portfolio-items img.nectar-lazy.loaded {
	opacity: 1
}

.masonry.classic .post-featured-img img.nectar-lazy,
.post-content.classic .post-featured-img img.nectar-lazy,
.post-area.standard-minimal .post-featured-img img.nectar-lazy {
	transition: opacity .5s ease
}

.wpb_gallery_slidesimage_grid .portfolio-items img.nectar-lazy {
	transition: all .6s ease
}

.masonry .post-featured-img img.nectar-lazy:not(.loaded) {
	width: 100%
}

.masonry-blog-item .inner-wrap,
#search-results .result .inner-wrap {
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	background-color: #fff;
	padding: 18px
}

.masonry.material .post .post-featured-img {
	overflow: hidden;
	display: block;
	line-height: 0;
	position: relative
}

.masonry.material .post .post-featured-img img {
	margin-bottom: 0
}

.masonry.material .posts-container .format-video .post-featured-img,
.masonry.material .posts-container .format-audio .post-featured-img {
	overflow: visible
}

.masonry.material .posts-container .format-video .post-featured-img .wrap,
.related-posts[data-style=material] .post-featured-img {
	overflow: hidden;
	display: block
}

.masonry.material .post.quote:not(.has-post-thumbnail) .post-content .quote-inner:before,
.masonry.material .post.link:not(.has-post-thumbnail) .post-content .link-inner:before {
	-webkit-transition: all .21s cubic-bezier(.5, .5, .4, .88);
	transition: all .21s cubic-bezier(.5, .5, .4, .88)
}

.masonry.material .masonry-blog-item .inner-wrap {
	background-color: transparent
}

.masonry.material .posts-container .video-play-button {
	position: absolute;
	bottom: 0;
	right: 30px;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-webkit-transition: all .21s cubic-bezier(.5, .5, .4, .88);
	transition: all .21s cubic-bezier(.5, .5, .4, .88);
	color: #fff;
	font-size: 30px;
	z-index: 1000;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 100px
}

.masonry.material .masonry-blog-item h3,
.masonry.material .masonry-blog-item .article-content-wrap {
	color: #000
}

.post-area.masonry.material .post .post-content>.post-meta {
	display: none
}

.masonry.material .masonry-blog-item .grav-wrap {
	position: relative;
	margin-top: 30px;
	z-index: 110
}

.masonry.material .masonry-blog-item .grav-wrap img,
.related-posts[data-style=material] .grav-wrap img,
.nectar-recent-posts-single_featured .grav-wrap img,
[data-style=list_featured_first_row] .grav-wrap img {
	border-radius: 50%;
	width: 38px;
	height: 38px;
	margin-bottom: 0;
	margin-right: 13px;
	vertical-align: middle;
	display: inline-block;
	transition: all .4s cubic-bezier(.2, 1, .2, 1)
}

.related-posts[data-style=material] .grav-wrap {
	position: absolute;
	bottom: 30px;
	left: 30px
}

.related-posts .article-content-wrap .post-header {
	color: inherit
}

.related-posts .article-content-wrap .excerpt {
	margin-top: 5px
}

body .related-posts[data-style=material] .article-content-wrap {
	padding-bottom: 80px!important
}

.related-posts[data-style=material] .grav-wrap img {
	display: inline-block
}

.masonry.material .masonry-blog-item .grav-wrap .text a,
.related-posts[data-style=material] .grav-wrap .text a {
	display: block;
	font-size: 14px;
	line-height: 20px
}

.masonry.material .masonry-blog-item .meta-category a,
.related-posts[data-style=material] .meta-category a,
.nectar-recent-posts-slider_multiple_visible .recent-post-container.container .strong a,
.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a {
	font-size: 14px;
	line-height: 19px;
	position: relative;
	display: inline-block;
	font-weight: 600;
	margin: 0 10px 10px 0
}

.masonry.material .masonry-blog-item .meta-category a:before,
.related-posts[data-style=material] .meta-category a:before,
.nectar-recent-posts-single_featured .grav-wrap .text a:before,
.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:before,
[data-style=list_featured_first_row] .meta-category a:before {
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: -3px;
	left: 0;
	content: '';
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition: transform .3s cubic-bezier(.25, 0, .4, 1);
	transition: transform .3s cubic-bezier(.25, 0, .4, 1)
}

.masonry.material .masonry-blog-item .meta-category a:hover:before,
.related-posts[data-style=material] .meta-category a:hover:before,
.nectar-recent-posts-single_featured .grav-wrap .text a:hover:before,
.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:hover:before,
[data-style=list_featured_first_row] .meta-category a:hover:before,
.masonry.material .masonry-blog-item .meta-category a:focus:before,
.related-posts[data-style=material] .meta-category a:focus:before,
.nectar-recent-posts-single_featured .grav-wrap .text a:focus:before,
.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:focus:before,
[data-style=list_featured_first_row] .meta-category a:focus:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.masonry.material .masonry-blog-item .grav-wrap .text span,
.related-posts[data-style=material] .grav-wrap .text span {
	font-size: 13px;
	line-height: 18px
}

.masonry.material .masonry-blog-item .grav-wrap .text,
.related-posts[data-style=material] .grav-wrap .text,
.nectar-recent-posts-single_featured .grav-wrap .text {
	vertical-align: middle;
	display: inline-block;
	line-height: 0
}

.masonry.material .masonry-blog-item .grav-wrap a,
.related-posts[data-style=material] .grav-wrap a {
	color: inherit
}

.masonry.material .masonry-blog-item .grav-wrap a:hover img,
.nectar-recent-posts-single_featured a:hover img,
.nectar-recent-posts-single_featured a img.hovered,
.masonry.material .masonry-blog-item .grav-wrap a img.hovered,
.related-posts[data-style=material] .grav-wrap a:hover img,
.related-posts[data-style=material] .grav-wrap a img.hovered {
	box-shadow: 0 7px 20px rgba(0, 0, 0, .19)
}

.material.masonry .masonry-blog-item .video-play-button {
	box-shadow: 0 10px 37px rgba(0, 0, 0, .19)
}

.material.masonry .masonry-blog-item .video-play-button svg {
	height: 14px;
	width: 14px
}

.masonry .video-play-button path,
.post-area .video-play-button path {
	fill: #fff
}

.post.format-quote .quote-inner .title,
.post.format-link .link-inner .title,
.masonry.material .post.quote .quote-inner .title,
.masonry.material .post.link .link-inner .title,
.single .post.quote .quote-inner .title {
	color: #fff
}

.masonry.material .masonry-blog-item h3 a,
.related-posts[data-style=material] h3 a,
.masonry.material .masonry-blog-item h3 a:hover,
.related-posts[data-style=material] h3 a:hover {
	color: inherit!important
}

.masonry.material .masonry-blog-item .article-content-wrap,
.related-posts[data-style=material] .article-content-wrap {
	padding: 10px 30px 30px 30px!important
}

.masonry.auto_meta_overlaid_spaced .post.quote .post-content .quote-inner,
.masonry.auto_meta_overlaid_spaced .post.link .post-content .link-inner,
.masonry.material .post.quote .post-content .quote-inner,
.masonry.material .post.link .post-content .link-inner {
	background-color: transparent!important
}

.masonry.material .masonry-blog-item .article-content-wrap,
.masonry.material .masonry-blog-item .meta-category,
.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:before {
	background-color: #fff
}

.post.format-quote .n-post-bg,
.post.format-link .n-post-bg,
.masonry.material .post.quote .post-content .quote-inner:before,
.masonry.material .post.link .post-content .link-inner:before,
.post.quote .classic .n-post-bg,
.post.link .classic .n-post-bg,
.masonry .post.quote .n-post-bg,
.masonry .post.link .n-post-bg,
.standard-minimal .n-post-bg,
.masonry.auto_meta_overlaid_spaced .post .n-post-bg,
.auto_meta_overlaid_spaced .post.quote .n-post-bg:after,
.auto_meta_overlaid_spaced .post.link .n-post-bg:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .88
}

.format-quote .n-post-bg,
.format-link .post.link .n-post-bg {
	background-size: cover;
	background-position: center
}

.masonry.material .post.quote .post-content .quote-inner:before,
.masonry.material .post.link .post-content .link-inner:before {
	z-index: 10
}

.masonry .post.quote .n-post-bg,
.masonry .post.link .n-post-bg,
.post.quote .classic .n-post-bg,
.post.link .classic .n-post-bg,
.standard-minimal .n-post-bg,
.standard-minimal .post.quote .n-post-bg,
.standard-minimal .post.link .n-post-bg,
.single .quote-inner .n-post-bg,
.single .link-inner .n-post-bg {
	opacity: .25
}

.single .post.format-link .post-content>.link-inner,
.single .post.format-quote .post-content>.quote-inner {
	padding: 10%
}

.post.format-quote .post-content .quote-inner:hover,
.post.format-link .post-content .link-inner:hover,
.post.quote .classic .quote-inner:hover,
.post.link .classic .link-inner:hover {
	background-color: #333
}

.single .post.format-quote .quote-inner .quote-wrap:before,
.masonry.material .post.quote .quote-wrap:before,
.masonry.auto_meta_overlaid_spaced .post.quote .quote-wrap:before {
	content: "\201C";
	font-family: sans-serif;
	font-weight: 700;
	font-size: 54px;
	color: #fff;
	z-index: 10000;
	height: 32px;
	display: block;
	position: relative;
	padding-top: 33%
}

.single .post.format-quote .quote-inner .quote-wrap:before,
.masonry.auto_meta_overlaid_spaced .post.quote .quote-wrap:before {
	padding-top: 0
}

.single-post .quote-below-content {
	margin-top: 70px
}

.post .quote-wrap,
.post .link-wrap {
	display: block
}

.masonry.material .post.quote:not(.has-post-thumbnail):hover .post-content .quote-inner:before,
.masonry.material .post.link:not(.has-post-thumbnail):hover .post-content .link-inner:before {
	opacity: 1
}

.masonry.material .post.quote .author {
	margin-top: 10px;
	display: block
}

.masonry.material .post.quote .n-post-bg,
.masonry.material .post.link .n-post-bg,
.masonry.auto_meta_overlaid_spaced .post .n-post-bg {
	opacity: 1;
	background-size: cover
}

.masonry.material .post .post-content .quote-inner .icon,
.masonry.material .post .post-content .link-inner .icon,
.masonry.auto_meta_overlaid_spaced .post .post-content .quote-inner .icon,
.masonry.auto_meta_overlaid_spaced .post .post-content .link-inner .icon {
	display: none
}

.masonry.material .post .post-content .link-inner .link-wrap {
	z-index: 10;
	position: relative
}

.masonry.material .post.quote .post-content .quote-inner,
.masonry.material .post.link .post-content .link-inner {
	padding: 30px;
	margin-bottom: 0
}

.masonry.material .masonry-blog-item .meta-category,
.related-posts[data-style=material] .meta-category {
	padding: 20px 30px 0;
	display: block;
	position: relative;
	z-index: 110
}

.masonry.material .masonry-blog-item.format-video .meta-category {
	padding-right: 90px
}

.masonry.material .masonry-blog-item .inner-wrap,
body .related-posts[data-style=material] .inner-wrap {
	box-shadow: 0px 30px 90px rgba(0, 0, 0, .14);
	border-radius: 5px;
	overflow: hidden
}

.masonry-blog-item {
	margin-bottom: 0;
	width: 31.1%
}

#ajax-content-wrap .post-area.full-width-article,
.post-area.full-width-article {
	margin-bottom: 0
}

.post-area.full-width-article .masonry-blog-item {
	width: 100%!important
}

.post-area.masonry.span_9 .masonry-blog-item {
	width: 46.8%
}

#search-results .result {
	font-size: 11px
}

#search-results .result .bottom-line,
.masonry-blog-item .bottom-line {
	height: 1px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 2px;
	left: 0;
	background-color: #eaeaea
}

.pum-theme-salient-page-builder-optimized .pum-container .pum-content+.pum-close span {
	line-height: 1.5em;
	display: block
}

#search-results .result .title a,
.pum-theme-salient-page-builder-optimized .pum-container .pum-content+.pum-close span,
.nectar-ajax-search-results .search-post-item h5,
.nectar-category-grid[data-style=mouse_follow_image] .nectar-category-grid-item .cat-heading,
.nectar-underline h1,
.nectar-underline h2,
.nectar-underline h3,
.nectar-underline h4,
.nectar-underline h5 {
	background-repeat: no-repeat;
	background-size: 0% 2px;
	background-image: linear-gradient(to right, #000 0%, #000 100%);
	-webkit-transition: background-size .55s cubic-bezier(.2, .75, .5, 1);
	transition: background-size .55s cubic-bezier(.2, .75, .5, 1);
	background-position: left bottom
}

.nectar-underline h1,
.nectar-underline h2,
.nectar-underline h3,
.nectar-underline h4,
.nectar-underline h5 {
	display: inline
}

.nectar-category-grid[data-style=mouse_follow_image][data-text-color=light]:not([data-text-hover-color=dark]) .nectar-category-grid-item .cat-heading,
.nectar-category-grid[data-style=mouse_follow_image][data-text-hover-color=light] .nectar-category-grid-item .cat-heading,
.span_12.light .nectar-underline h1,
.span_12.light .nectar-underline h2,
.span_12.light .nectar-underline h3,
.span_12.light .nectar-underline h4,
.span_12.light .nectar-underline h5 {
	background-image: linear-gradient(to right, #fff 0%, #fff 100%)
}

#search-results .result .title a:hover,
#search-results .result .title a:focus,
.pum-theme-salient-page-builder-optimized .pum-container .pum-content+.pum-close:hover span,
.nectar-ajax-search-results .search-post-item:hover h5,
.nectar-category-grid[data-style=mouse_follow_image] .nectar-category-grid-item:hover .cat-heading,
.nectar-underline:hover h1,
.nectar-underline:hover h2,
.nectar-underline:hover h3,
.nectar-underline:hover h4,
.nectar-underline:hover h5 {
	background-size: 100% 2px
}

.posts-container article .inner-wrap.animated,
.posts-container[data-load-animation=fade_in] article .inner-wrap.animated {
	opacity: 0;
	transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out
}

.posts-container[data-load-animation=fade_in_from_bottom] article .inner-wrap,
.posts-container[data-load-animation=fade_in_from_bottom] article .inner-wrap.animated {
	transition: opacity .3s cubic-bezier(.3, .58, .55, 1), transform .3s cubic-bezier(.3, .58, .55, 1);
	-webkit-transition: opacity .3s cubic-bezier(.3, .58, .55, 1), -webkit-transform .3s cubic-bezier(.3, .58, .55, 1)
}

.posts-container[data-load-animation=fade_in_from_bottom] article .inner-wrap {
	transform: translateY(80px);
	-webkit-transform: translateY(80px)
}

.post-area:not(.masonry) .posts-container[data-load-animation=none] article .inner-wrap.animated,
.auto_meta_overlaid_spaced .posts-container[data-load-animation=none] article .inner-wrap.animated {
	opacity: 1
}

.posts-container[data-load-animation=perspective] {
	perspective: 2000px;
	-webkit-perspective: 2000px;
	perspective-origin: 50% 0px;
	-webkit-perspective-origin: 50% 700px
}

.posts-container[data-load-animation=perspective] article {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.posts-container[data-load-animation=perspective] article .inner-wrap,
.posts-container[data-load-animation=perspective] article .inner-wrap.animated {
	transition: opacity .3s cubic-bezier(.1, .3, .2, 1), transform .72s cubic-bezier(.1, .3, .27, 1);
	-webkit-transition: opacity .3s cubic-bezier(.1, .3, .2, 1), -webkit-transform .72s cubic-bezier(.1, .3, .27, 1)
}

.posts-container[data-load-animation=perspective] article .inner-wrap {
	transform: translateY(450px) rotateX(24deg);
	-webkit-transform: translateY(450px) rotateX(24deg)
}

.posts-container article .inner-wrap {
	height: 100%
}

.posts-container article.animated-in .inner-wrap,
.posts-container[data-load-animation=fade_in] article.animated-in .inner-wrap.animated {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	height: 100%
}

.posts-container[data-load-animation=perspective] article.animated-in .inner-wrap.animated {
	transform: translateY(0) translateZ(0) rotateX(0);
	-webkit-transform: translateY(0) translateZ(0) rotateX(0);
	opacity: 1
}

.post-area.masonry.material .post .post-featured-img img,
.post-area.featured_img_left .post .post-featured-img,
.related-posts[data-style=material] .post-featured-img img,
.post-area.masonry.material .post.format-gallery .inner-wrap .flickity-slider .cell img,
.masonry.material .post.quote .n-post-bg,
.masonry.material .post.link .n-post-bg,
.post-area.featured_img_left .post.quote .n-post-bg,
.post-area.featured_img_left .post.link .n-post-bg,
.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img,
.masonry.auto_meta_overlaid_spaced .post.quote .n-post-bg,
.masonry.auto_meta_overlaid_spaced .post.link .n-post-bg {
	margin-bottom: 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: all .7s cubic-bezier(.2, 1, .22, 1);
	-webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1)
}

.post-area.masonry.material .post.format-gallery .inner-wrap:hover .flickity-slider .cell img,
.post-area.masonry.material .post .inner-wrap:hover .post-featured-img img,
.related-posts[data-style=material] .inner-wrap:hover .post-featured-img img,
.masonry.material .post.quote:hover .n-post-bg,
.masonry.material .post.link:hover .n-post-bg,
.auto_meta_overlaid_spaced .masonry-blog-item:hover .post-featured-img,
.post-area.featured_img_left .post.quote:hover .n-post-bg,
.post-area.featured_img_left .post.link:hover .n-post-bg,
.masonry.auto_meta_overlaid_spaced .post.quote:hover .n-post-bg,
.masonry.auto_meta_overlaid_spaced .post.link:hover .n-post-bg {
	transform: scale(1.07);
	-webkit-transform: scale(1.07)
}

.masonry.classic_enhanced .masonry-blog-item .entire-meta-link,
.post-area.featured_img_left .entire-meta-link,
.masonry.material .masonry-blog-item .entire-meta-link,
.blog-recent[data-style*=classic_enhanced] .entire-meta-link,
.blog-recent[data-style=material] .entire-meta-link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 101;
	height: 100%
}

.post-area #pagination {
	padding-left: 95px
}

.post-area.masonry #pagination {
	padding-left: 0
}

#ajax-content-wrap .post-area.infinite_scroll #pagination {
	visibility: hidden;
	height: 1px;
	width: 1px;
	margin: 0
}

#infscr-loading {
	position: relative;
	z-index: 10000000;
	background-image: url(../../../themes/salient/img/icons/loading-white-bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 60px;
	border-radius: 2px;
	color: #555;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	width: 60px;
	font-family: 'Open Sans';
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 2px;
	border-color: #555;
	border-style: solid;
	border-width: 0;
	box-sizing: content-box;
	-webkit-box-sizing: content-box
}

#infscr-loading.default_loader {
	background-image: none
}

.infscr-loading-wrap {
	margin: 20px auto;
	clear: both;
	padding: 0;
	text-align: center;
	height: 0;
	opacity: 0;
	transform: scale(.5);
	box-sizing: content-box;
	-webkit-box-sizing: content-box
}

#infscr-loading div {
	opacity: 0;
	color: #555;
	font-size: 12px;
	font-family: 'Open Sans';
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase
}

#ajax-content-wrap #infscr-loading img,
#infscr-loading img {
	margin-bottom: 0;
	display: none
}

.post-area {
	padding-right: 30px;
	margin-top: 4px
}

.post-area.col_last {
	padding-left: 20px;
	padding-right: 0
}

.post-area.col_last.span_12 {
	padding-left: 0;
	float: none
}

.post-area>article .content-inner {
	margin-bottom: 0;
	border-bottom: 0
}

.post .more-link,
.blog-recent .more-link {
	display: block;
	margin-top: 25px;
	cursor: default;
	color: #fff
}

.post .content-inner {
	padding-bottom: 80px
}

.single-post .content-inner>.post-tags {
	margin-top: 50px
}

.post .more-link span,
.blog-recent .more-link span {
	background-color: #333;
	transition: all .45s cubic-bezier(.25, 1, .33, 1);
	-webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1);
	width: auto;
	cursor: pointer;
	padding: 8px 12px;
	border-radius: 2px
}

body[data-button-style*=slightly_rounded] .post .more-link span,
body[data-button-style*=slightly_rounded] .blog-recent .more-link span {
	border-radius: 4px
}

.post .more-link span:hover,
.blog-recent .more-link span:hover {
	background-color: #000
}

.post .post-meta {
	position: absolute;
	left: 0;
	top: 0
}

.post.masonry-blog-item .post-meta {
	border-right: 0
}

.main-content .recent-posts-title {
	font-size: 12px;
	letter-spacing: 1.5px;
	margin-bottom: 7px
}

.post-header,
#single-below-header {
	margin-bottom: 12px;
	color: #888
}

.post .post-header h1,
.post .post-header h2 {
	font-size: 26px;
	line-height: 30px
}

.post .post-header h2 a {
	color: #000
}

.post .post-header h2 a:hover {
	color: inherit
}

.post .post-header a,
.result a,
#single-below-header a,
#page-header-bg #single-below-header a {
	color: inherit
}

#single-below-header a:hover,
#single-below-header a:focus {
	color: #000
}

#page-header-bg #single-below-header a:hover,
#page-header-bg #single-below-header a:focus {
	color: #fff
}

.post .post-content.classic .content-inner {
	border-bottom: 1px solid #ddd;
	padding-bottom: 60px;
	margin-bottom: 60px
}

.post-area:not(.masonry) article .post-content.classic {
	overflow: hidden
}

.ascend .post-area.masonry .post .post-content.classic .content-inner,
.material .post-area.masonry .post .post-content.classic .content-inner {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0
}

.masonry .post-content.classic .post-header {
	font-size: 12px
}

.post .post-content {
	position: relative;
	min-height: 98px
}

.post-tags h4 {
	float: left;
	margin-top: 8px;
	margin-bottom: 15px;
	margin-right: 25px
}

.post-tags .clear {
	padding-bottom: 0
}

.post-content {
	padding-left: 95px
}

.post .content-inner {
	position: relative
}

.post.format-quote .post-content .quote-inner,
.post.format-link .post-content .link-inner {
	background-color: #000;
	position: relative;
	padding: 15px;
	color: #fff;
	transition: all .45s cubic-bezier(.25, 1, .33, 1);
	-webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1)
}

.post.quote .content-inner .quote-inner .whole-link {
	transition: all .45s cubic-bezier(.25, 1, .33, 1);
	-webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1)
}

.post.format-aside .aside-inner p {
	margin-bottom: 15px
}

.post.format-aside .aside-inner .post-header {
	margin-bottom: 0
}

.post.quote .quote-inner a,
.post.format-aside .aside-inner a,
.post.format-aside .aside-inner a:hover,
.post.format-aside .aside-inner p,
.post.format-aside .aside-inner .post-header {
	color: #fff!important
}

.post.quote .quote-inner .title,
.post.quote .quote-inner .author,
.post.quote .quote-inner .title,
.post.quote .quote-inner .icon,
.post.format-quote .quote-wrap,
.post.format-link .link-wrap {
	position: relative;
	z-index: 100
}

.post.quote .content-inner .whole-link {
	position: absolute;
	z-index: 10;
	display: block;
	background-color: #000;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0
}

.post .full-post-link {
	position: absolute;
	content: '';
	z-index: 1000;
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0
}

.post.quote .content-inner .quote-inner:hover .whole-link {
	background-color: #333
}

.post.quote figure:not([class*=wp-block]) {
	margin: 0 auto
}

.post.quote blockquote:not(.wp-block-quote):not(.wp-block-pullquote) {
	background-image: none;
	padding: 0;
	font-family: inherit;
	margin: 0 auto
}

.post.quote .wp-block-quote blockquote:not(.wp-block-quote),
.post.quote .wp-block-pullquote blockquote:not(.wp-block-quote) {
	color: inherit!important
}

.post.link .post-content .destination {
	word-wrap: break-word
}

.post.quote .post-content .quote-inner .icon {
	bottom: 17px;
	height: 17px;
	width: 19px;
	display: block;
	background-image: url(../../../themes/salient/img/icons/quote.png);
	position: absolute;
	right: 20px
}

.post.link .post-content .link-inner .icon {
	bottom: 17px;
	height: 20px;
	width: 18px;
	display: block;
	background-image: url(../../../themes/salient/img/icons/link.png);
	position: absolute;
	right: 20px
}

.post.format-status .post-content .status-inner .icon {
	bottom: 17px;
	height: 16px;
	width: 18px;
	display: block;
	background-image: url(../../../themes/salient/img/icons/status.png);
	position: absolute;
	right: 20px
}

@media only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {
	body .post.quote .post-content .quote-inner .icon {
		background-size: 19px 17px;
		background-image: url(../../../themes/salient/img/icons/quote-2x.png)
	}
	body .post.link .post-content .link-inner .icon {
		background-size: 18px 20px;
		background-image: url(../../../themes/salient/img/icons/link-2x.png)
	}
}

.post .post-content.quote a,
.post .post-content.link a {
	display: block;
	z-index: 10
}

.post.quote .post-content h3,
.post.link .post-content h3,
.masonry.classic_enhanced .post.quote.masonry-blog-item h3.title,
.masonry.classic_enhanced .post.link.masonry-blog-item h3.title {
	color: #fff;
	font-size: 26px;
	line-height: 34px;
	display: block;
	margin-bottom: 15px
}

.post.format-quote .post-content h3,
.post.format-link .post-content h3 {
	margin-bottom: 15px
}

.single .post.format-quote .post-content h3,
.single .post.format-link .post-content h3 {
	margin-bottom: 20px
}

.single .post.format-link .post-content h3 a {
	color: inherit
}

body .meta_overlaid .post.quote .post-content h3,
body .meta_overlaid .post.link .post-content h3 {
	font-size: 18px;
	line-height: 30px
}

.post.quote .post-content .quote-below-content h2 {
	color: inherit
}

.format-status .post-content h2 a {
	color: #fff
}

.post.quote .post-content a:hover .quote-inner,
.post.link .post-content a:hover .link-inner {
	background-color: #333
}

.post .post-meta a {
	color: #888
}

.post-content.classic .post-header>span:after {
	background-color: #888;
	width: 1px;
	margin: 0 4px;
	height: 11px;
	content: '';
	display: inline-block
}

.masonry .post-content.classic .post-header>span:after {
	height: 10px;
	margin: 0 6px
}

.post-content.classic .post-header>span:last-of-type:after {
	display: none
}

.post .post-meta a:hover {
	color: #000
}

.post h3.title {
	margin-bottom: 4px
}

.post .post-meta {
	display: block;
	margin-bottom: 20px;
	border-right: 1px solid #e6e6e6
}

.post .post-meta.no-img {
	top: 6px
}

.post .content-inner .post-featured-img img {
	max-width: none;
	margin-bottom: 15px;
	width: 100%
}

.post .post-meta .date {
	font-size: 12px;
	padding-bottom: 2px;
	margin-bottom: 12px;
	position: relative;
	transition: all .2s linear 0s
}

.masonry.classic .nectar-love-wrap .nectar-love-count {
	font-size: 12px
}

.post .post-meta .month,
.post .post-meta .year {
	display: block;
	font-size: 17px;
	line-height: 10px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 4px;
	padding: 0;
	font-weight: 600
}

.post-content.classic .post-meta .month {
	line-height: 1em
}

.post .post-meta .year {
	margin-top: 5px
}

.post .post-meta .day {
	display: block;
	font-size: 30px;
	line-height: 29px;
	text-align: center;
	padding: 0 12px;
	font-weight: 700;
	text-transform: uppercase
}

.post .post-meta .date {
	padding-bottom: 17px;
	border-bottom: 1px solid #e6e6e6
}

.post-content.classic .post-meta[data-love=false] .date {
	border-bottom: 0
}

.post-content.classic .post-meta[data-love=false] {
	border-right: 0
}

.post-content.classic .post-meta[data-love=false] .month,
.post-content.classic .post-meta[data-love=false] .year {
	font-size: 24px
}

.post-content.classic .post-meta[data-love=false] .day {
	font-size: 36px;
	line-height: 36px
}

.post.video .video-wrap,
.single-portfolio .video-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 15px
}

.post.video .video-wrap iframe,
.single-portfolio .video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.post.video .mejs-container {
	margin-bottom: 15px
}

.post.audio .audio-wrap,
.main-content .audio-wrap {
	margin-bottom: 15px
}

.post .gallery-slider .gallery,
.post .gallery-slider .jetpack-slideshow {
	display: none
}

.post table {
	width: 100%
}

.post table td,
.post table th {
	text-align: center
}

.post table tbody td {
	padding: 5px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	color: #676767
}

.post table tbody tr td:first-child {
	border-left: 1px solid #e6e6e6
}

.post table th {
	border-bottom: 1px solid #e6e6e6;
	color: #676767
}

.post table #prev {
	text-align: left;
	position: relative;
	z-index: 2
}

.post table #next {
	text-align: right;
	position: relative;
	z-index: 2
}

.post caption {
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	text-align: center
}

.hentry .updated.rich-snippet-hidden,
#page-header-bg[data-post-hs=default_minimal] #single-below-header .updated.rich-snippet-hidden,
.post-area[data-remove-post-date="1"] article .date,
.post-area[data-remove-post-date="1"].masonry.classic_enhanced .post-header>span,
.post-area[data-remove-post-date="1"].masonry.material .masonry-blog-item .grav-wrap .text>span,
.post-area[data-remove-post-date="1"].featured_img_left .grav-wrap .text span,
.blog-recent[data-style*=classic_enhanced][data-remove-post-date="1"] .post-header>span,
.blog-recent[data-style=title_only][data-remove-post-date="1"] .post-header>span,
.blog-recent[data-style=minimal][data-remove-post-date="1"] .post-header>.meta>span {
	display: none
}

.post-area[data-remove-post-author="1"] article .meta-author,
.post-area[data-remove-post-author="1"].masonry.material .masonry-blog-item .grav-wrap .text a,
.post-area[data-remove-post-author="1"].masonry.material .masonry-blog-item .grav-wrap>a,
.post-area[data-remove-post-author="1"].featured_img_left .grav-wrap .text a,
.post-area[data-remove-post-author="1"].featured_img_left .grav-wrap>a,
.post-area[data-remove-post-author="1"].standard-minimal .post-author .grav-wrap,
.blog-recent[data-style=default][data-remove-post-author="1"] .meta-author,
.blog-recent[data-style*=classic_enhanced][data-remove-post-author="1"] .meta-author,
.nectar-recent-posts-single_featured[data-remove-post-author="1"] .grav-wrap>a,
.nectar-recent-posts-single_featured[data-remove-post-author="1"] .grav-wrap .text>span {
	display: none
}

.post-area[data-remove-post-comment-number="1"] article .meta-comment-count,
.blog-recent[data-style=default][data-remove-post-comment-number="1"] .meta-comment-count,
.blog-recent[data-style*=classic_enhanced][data-remove-post-comment-number="1"] .meta-comment-count {
	display: none
}

.post-area[data-remove-post-nectar-love="1"] article .nectar-love,
.post-area[data-remove-post-nectar-love="1"].masonry.classic_enhanced article .nectar-love-wrap {
	display: none;
	pointer-events: none
}

body.single-post .container-wrap[data-remove-post-author="1"][data-remove-post-date="1"] .blog-recent[data-style*=classic_enhanced].related-posts .inner-wrap {
	padding-bottom: 0
}

.post-area[data-remove-post-date="1"][data-remove-post-nectar-love="1"]:not(.masonry):not(.standard-minimal) .post .post-content,
.post-area[data-remove-post-author="1"].standard-minimal .post .post-content {
	padding-left: 0
}

.post-area[data-remove-post-author="1"].standard-minimal .post-author {
	position: relative;
	text-align: left;
	width: auto
}

.container-wrap[data-remove-post-comment-number="1"][data-remove-post-author="1"] .blog-recent[data-style*=classic_enhanced].related-posts .post-meta,
.post-area.masonry.material[data-remove-post-author="1"][data-remove-post-date="1"] .masonry-blog-item .grav-wrap,
.post-area.featured_img_left[data-remove-post-author="1"][data-remove-post-date="1"] .post-content-wrap .grav-wrap {
	display: none
}

p>a>i.icon-3x {
	margin-bottom: 0
}

#pagination {
	position: relative;
	margin-bottom: 10px;
	height: 32px;
	width: 100%
}

#pagination.fw-pagination {
	text-align: center;
	height: auto;
	padding: 10px 0 50px;
	margin-bottom: 0
}

#pagination.fw-pagination.alt-style-padding {
	padding: 50px 0
}

#pagination.fw-pagination>div {
	float: none;
	display: inline-block
}

#pagination.infinite_scroll {
	display: none
}

#pagination span:not(.page-numbers),
#pagination a:not(.page-numbers) {
	background-color: #333
}

#pagination span,
#pagination a,
#pagination .next.inactive,
#pagination .prev.inactive,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce .container-wrap nav.woocommerce-pagination ul li span,
.container-wrap nav.woocommerce-pagination ul li span {
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	padding: 11px 13px 10px 13px!important;
	background-position: -21px center;
	position: relative;
	text-transform: capitalize;
	color: #fff !important;
	transition: all .45s cubic-bezier(.25, 1, .33, 1);
	border-radius: 2px;
	font-family: 'Open Sans';
	font-weight: 700
}

.woocommerce nav.woocommerce-pagination ul li {
	overflow: visible
}

body #pagination span.page-numbers.dots,
body #pagination>a,
.woocommerce nav.woocommerce-pagination ul li a,
body nav.woocommerce-pagination ul li span.page-numbers.dots {
	background-color: transparent!important;
	font-size: 12px!important;
	line-height: 14px
}

body #pagination span.page-numbers.dots,
body #pagination>a,
.woocommerce nav.woocommerce-pagination ul li a,
body nav.woocommerce-pagination ul li span.page-numbers.dots,
body #pagination .page-numbers.prev,
body #pagination .page-numbers.next,
body.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev,
body.woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
	color: inherit!important
}

body #pagination>span.page-numbers.current,
body nav.woocommerce-pagination span.page-numbers.current {
	box-shadow: 0 6px 15px rgba(0, 0, 0, .16);
	margin: 0 8px;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 14px;
	font-size: 12px!important
}

body #pagination .page-numbers.prev,
body #pagination .page-numbers.next,
body.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev,
body.woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
	width: auto;
	background-color: transparent;
	background-image: none;
	text-indent: 0!important;
	border: 0
}

#ajax-content-wrap nav.woocommerce-pagination .page-numbers.prev,
#ajax-content-wrap nav.woocommerce-pagination .page-numbers.next body nav.woocommerce-pagination .page-numbers.prev,
body nav.woocommerce-pagination .page-numbers.next {
	width: auto
}

body #pagination>span:first-child.page-numbers {
	margin-left: 0!important
}

body #pagination>a:hover,
body #pagination>a.page-numbers:hover,
body nav.woocommerce-pagination li a:hover {
	background-color: transparent!important
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce .container-wrap nav.woocommerce-pagination ul li span,
.container-wrap nav.woocommerce-pagination ul li span {
	line-height: 11px!important
}

#pagination>div {
	float: left;
	margin: 0 5px 0 0
}

#pagination>div:first-child {
	margin-left: 0
}

#pagination .next a:hover,
#pagination .prev a:hover,
#pagination a.page-numbers:hover,
#pagination span.page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce .container-wrap nav.woocommerce-pagination ul li:hover span,
.woocommerce nav.woocommerce-pagination ul li a:active {
	background-color: #000
}

#pagination span {
	cursor: default
}

#pagination a,
#pagination span {
	display: inline-block
}

#pagination .next a,
#pagination .next.inactive,
#pagination .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.next,
#pagination .prev a,
#pagination .prev.inactive,
#pagination .page-numbers.prev,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
	text-indent: -9999px;
	height: 32px;
	width: 32px;
	background-repeat: no-repeat!important
}

#pagination a.page-numbers,
#pagination span.page-numbers {
	font-size: 12px;
	line-height: 11px
}

#pagination .next.inactive,
#pagination .prev.inactive {
	background-color: #eae8e5;
	cursor: default!important;
	height: 32px;
	width: 32px;
	margin: 0 5px 0 0
}

#pagination .next a,
#pagination .next.inactive,
#pagination .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
	background-image: url(../../../themes/salient/img/icons/portfolio-arrows.png);
	background-position: -20px 12px
}

#pagination .prev a,
#pagination .prev.inactive,
#pagination .page-numbers.prev,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
	background-image: url(../../../themes/salient/img/icons/portfolio-arrows.png);
	background-position: 13px 12px
}

@media only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {
	#pagination .next a,
	#pagination .next.inactive,
	#pagination .page-numbers.next,
	.woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
		background-image: url(../../../themes/salient/img/icons/portfolio-arrows-2x.png);
		background-size: 40px 9px
	}
	#pagination .prev a,
	#pagination .prev.inactive,
	#pagination .page-numbers.prev,
	.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
		background-image: url(../../../themes/salient/img/icons/portfolio-arrows-2x.png);
		background-size: 40px 9px
	}
}

#pagination {
	position: relative;
	margin-bottom: 10px;
	height: 32px;
	width: 100%
}

#footer-outer,
#nectar_fullscreen_rows>#footer-outer.wpb_row .full-page-inner-wrap {
	color: #ccc;
	position: relative;
	z-index: 10;
	background-color: #252525
}

#footer-outer .row {
	padding: 55px 0;
	margin-bottom: 0
}

#footer-outer #footer-widgets[data-has-widgets=false] .row {
	padding: 0
}

#footer-outer .widget h4,
.text-on-hover-wrap .categories a {
	color: #777;
	font-size: 14px;
	font-family: 'Open Sans';
	font-weight: 600;
	margin-bottom: 20px
}

#footer-outer .widget h3,
#footer-outer .widget h5,
#footer-outer .widget h6 {
	color: inherit
}

#footer-outer .widget {
	margin-bottom: 30px
}

#footer-outer .widget.widget_categories ul ul,
#footer-outer .widget.widget_pages ul ul,
#footer-outer .widget.widget_nav_menu ul ul,
#slide-out-widget-area .widget.widget_nav_menu ul ul {
	margin: 0!important;
	padding: 0 0 0 20px
}

#footer-outer #footer-widgets .widget.widget_pages li,
#footer-outer #footer-widgets .widget.widget_nav_menu li,
#slide-out-widget-area .widget.widget_nav_menu li {
	border-bottom: 0;
	padding: 0!important
}

#footer-outer .widget.widget_pages li a,
#footer-outer .widget.widget_nav_menu li a {
	padding: 8px 0;
	display: block;
	border-bottom: 1px solid #444
}

#ajax-content-wrap #footer-outer #footer-widgets .widget.widget_categories li a,
#ajax-content-wrap #footer-outer #footer-widgets .widget.widget_archive li a {
	display: inline-block;
	border-bottom: 0
}

#slide-out-widget-area .widget.widget_nav_menu li a {
	padding: 6px 20px;
	display: block
}

#footer-outer .widget.widget_categories>ul>li:first-child>a,
#footer-outer .widget.widget_pages>ul>li:first-child>a,
#footer-outer .widget.widget_nav_menu>ul>li:first-child>a,
#slide-out-widget-area .widget.widget_categories>ul>li:first-child>a,
#slide-out-widget-area .widget.widget_pages>ul>li:first-child>a {
	padding-top: 0
}

#footer-outer .span_3 .widget:last-child {
	margin-bottom: 0
}

#footer-outer a {
	color: #ccc
}

#footer-outer a:hover {
	color: #000
}

#footer-outer[data-link-hover=underline] #footer-widgets ul:not([class*=nectar_blog_posts]) li>a:not(.tag-cloud-link):not(.nectar-button),
#footer-outer[data-link-hover=underline] #footer-widgets .textwidget a:not(.nectar-button),
#slide-out-widget-area.fullscreen-split .widget ul:not([class*=nectar_blog_posts]) li>a:not(.tag-cloud-link):not(.nectar-button),
#slide-out-widget-area.fullscreen-split .textwidget a:not(.nectar-button) {
	background-repeat: no-repeat;
	background-size: 0% 2px;
	background-position: left bottom;
	background-image: linear-gradient(to right, #000 0%, #000 100%);
	-webkit-transition: background-size .55s cubic-bezier(.2, .75, .5, 1), color .5s ease;
	transition: background-size .55s cubic-bezier(.2, .75, .5, 1), color .5s ease
}

#slide-out-widget-area.fullscreen-split .widget ul:not([class*=nectar_blog_posts]) li>a:not(.tag-cloud-link):not(.nectar-button),
#slide-out-widget-area.fullscreen-split .textwidget a:not(.nectar-button) {
	background-image: linear-gradient(to right, #fff 0%, #fff 100%)
}

#ajax-content-wrap #footer-outer[data-link-hover=underline] #footer-widgets ul:not([class*=nectar_blog_posts]) li>a:not(.tag-cloud-link):not(.nectar-button),
#footer-outer[data-link-hover=underline] #footer-widgets .textwidget a:not(.nectar-button),
#slide-out-widget-area.fullscreen-split .widget ul:not([class*=nectar_blog_posts]) li>a:not(.tag-cloud-link):not(.nectar-button),
#slide-out-widget-area.fullscreen-split .textwidget a:not(.nectar-button) {
	display: inline
}

#footer-outer[data-link-hover=underline] #footer-widgets ul:not([class*=nectar_blog_posts]) li>a:not(.tag-cloud-link):not(.nectar-button):hover,
#footer-outer[data-link-hover=underline] #footer-widgets .textwidget a:not(.nectar-button):hover,
#slide-out-widget-area.fullscreen-split .widget ul:not([class*=nectar_blog_posts]) li>a:not(.tag-cloud-link):not(.nectar-button):hover,
#slide-out-widget-area.fullscreen-split .textwidget a:not(.nectar-button):hover {
	background-size: 100% 2px;
	opacity: 1
}

#footer-outer .widget ul li {
	margin-bottom: 7px
}

#footer-outer #copyright {
	padding: 20px 0;
	font-size: 12px;
	background-color: #1c1c1c;
	color: #777
}

#footer-outer #copyright li {
	float: left;
	margin-left: 20px
}

#footer-outer #copyright .container div:last-child {
	margin-bottom: 0
}

#footer-outer #copyright li a,
#header-secondary-outer #social li a {
	display: block;
	line-height: 22px;
	height: 24px;
	position: relative;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	background-position: center top
}

#footer-outer #copyright li a i,
#header-secondary-outer #social li a i {
	color: #777;
	transition: all .2s linear;
	-webkit-transition: all .2s linear
}

#footer-outer .icon-be,
#footer-outer .icon-vimeo,
#footer-outer .icon-salient-spotify {
	line-height: 32px
}

#footer-outer .fa-vine {
	font-size: 16px
}

#footer-outer[data-full-width="1"] .container {
	width: 100%;
	padding: 0 28px;
	max-width: none
}

#footer-outer #copyright li a i:hover {
	color: #000
}

#footer-outer #copyright li .vimeo,
#footer-outer #copyright li .behance,
#header-secondary-outer #social li .behance,
#header-secondary-outer #social li .vimeo {
	background-color: #666
}

#footer-outer #copyright li .vimeo:hover,
#footer-outer #copyright li .behance:hover,
#header-secondary-outer #social li .behance:hover,
#header-secondary-outer #social li .vimeo:hover {
	background-color: #000
}

#footer-outer #copyright p {
	line-height: 22px;
	margin-top: 3px
}

#footer-outer #copyright .col ul {
	float: right
}

#footer-outer #copyright li .facebook {
	width: 12px
}

#footer-outer #copyright li .twitter {
	width: 20px
}

#footer-outer #copyright li .dribbble {
	width: 24px
}

#footer-outer #copyright li .google-plus {
	width: 20px
}

#footer-outer #copyright li .pinterest {
	width: 17px
}

#footer-outer #copyright li .rss {
	width: 18px
}

#footer-outer #copyright li .vimeo {
	width: 20px;
	text-indent: -9999px
}

#footer-outer #copyright li .tumblr {
	width: 21px
}

#footer-outer #copyright li .youtube {
	width: 21px
}

#footer-outer #copyright li .linkedin {
	width: 19px
}

#footer-outer #copyright li .behance {
	width: 27px;
	text-indent: -9999px
}

#footer-outer #copyright li .instagram {
	width: 20px
}

#footer-outer #copyright #social .icon-soundcloud {
	font-size: 26px
}

body #footer-outer i,
body #header-secondary-outer #social i {
	font-size: 20px;
	width: auto;
	background-color: transparent
}

#footer-outer #copyright i.icon-be {
	font-size: 24px
}

#header-secondary-outer #social li .icon-be {
	font-size: 18px
}

@media only screen and (min-width:1000px) {
	#footer-outer[data-full-width="1"]:not([data-cols="1"]) #copyright:not([data-layout=centered]) .col ul {
		padding-right: 35px
	}
}

body .container-wrap.no-shadow {
	box-shadow: none
}

#footer-outer .col {
	z-index: 10;
	min-height: 1px
}

#footer-outer[data-cols="1"] #copyright {
	padding: 45px 0
}

#footer-outer #copyright .widget_products img {
	display: none
}

#footer-outer #copyright .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li {
	margin: 20px 0
}

#header-outer #mobile-menu {
	display: none;
	padding: 0;
	z-index: 1000;
	position: absolute;
	left: 0;
	top: calc(99% + 12px);
	width: 100%
}

#slide-out-widget-area {
	display: none
}

.original #slide-out-widget-area[class*=slide-out-from-right],
.ascend #slide-out-widget-area[class*=slide-out-from-right] {
	display: block
}

#slide-out-widget-area.slide-out-from-right-hover {
	position: fixed;
	transform: translate3d(341px, 0, 0);
	-webkit-transform: translate3d(341px, 0, 0);
	top: 0;
	right: 0;
	width: 340px;
	height: 100%
}

@media only screen and (min-width:500px) {
	#slide-out-widget-area.slide-out-from-right-hover {
		width: 400px;
		-webkit-transform: translate3d(101%, 0, 0);
		transform: translate3d(101%, 0, 0)
	}
}

#slide-out-widget-area.slide-out-from-right {
	position: fixed;
	transform: translate(301px, 0px);
	-webkit-transform: translate(301px, 0px);
	top: 0;
	right: 0;
	width: 300px;
	height: 100%;
	z-index: 10000;
	padding: 33px;
	overflow: hidden
}

.admin-bar #slide-out-widget-area {
	padding-top: 33px
}

.admin-bar #slide-out-widget-area.slide-out-from-right {
	padding-top: 53px
}

#slide-out-widget-area-bg {
	-webkit-backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .8);
	position: fixed;
	height: 1px;
	width: 1px;
	opacity: 0;
	left: 0;
	top: 0;
	z-index: 9996
}

#slide-out-widget-area-bg .bg-inner {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8)
}

#header-outer #mobile-menu .off-canvas-social-links li:first-child a,
#slide-out-widget-area .off-canvas-social-links li:first-child a {
	padding-left: 0
}

.blurred-wrap {
	transition: filter .45s linear;
	-webkit-transition: -webkit-filter .45s linear
}

body[data-full-width-header=true] .slide_out_area_close {
	display: none
}

#top nav ul .slide-out-widget-area-toggle a .lines,
#top nav ul .slide-out-widget-area-toggle a .lines:before,
#top nav ul .slide-out-widget-area-toggle a .lines:after {
	background-color: rgba(0, 0, 0, .4)
}

body .lines-button {
	line-height: 0;
	font-size: 0
}

.lines-button {
	transition: .3s;
	cursor: pointer;
	top: 9px;
	position: relative;
	user-select: none;
	display: block
}

.lines-button:hover {
	opacity: 1
}

.lines {
	display: block;
	width: 1.4rem;
	height: 3px;
	background-color: #ecf0f1;
	transition: .3s;
	position: relative
}

.lines:before,
.lines:after {
	display: block;
	width: 1.4rem;
	height: 3px;
	background: #ecf0f1;
	transition: .3s;
	position: absolute;
	left: 0;
	content: '';
	-webkit-transform-origin: .142rem center;
	transform-origin: .142rem center
}

.lines:before {
	top: 6px
}

.lines:after {
	top: -6px
}

.lines-button.close {
	-webkit-transform: scale3d(.8, .8, .8);
	transform: scale3d(.8, .8, .8)
}

.lines-button.arrow.close .lines:before,
.lines-button.arrow.close .lines:after {
	top: 0;
	width: 1.11111rem
}

#header-outer.transparent #top nav ul .slide-out-widget-area-toggle a .lines-button .lines,
#header-outer #top nav ul .slide-out-widget-area-toggle a .lines-button .lines,
#header-outer.transparent.dark-slide>#top nav ul .slide-out-widget-area-toggle a .lines-button i,
#footer-outer[data-using-bg-img=true] #copyright {
	background-color: transparent!important
}

.slide-out-widget-area-toggle .lines-button.close .lines:before {
	-webkit-transform: translateY(-6px) rotateZ(-45deg);
	transform: translateY(-6px) rotateZ(-45deg)
}

.slide-out-widget-area-toggle .lines-button.close .lines:after {
	-webkit-transform: translateY(6px) rotateZ(45deg);
	transform: translateY(6px) rotateZ(45deg)
}

.slide-out-widget-area-toggle .lines-button:after {
	background-color: rgba(0, 0, 0, .4);
	display: inline-block;
	width: 1.4rem;
	height: 2px;
	transition: transform .45s ease, opacity .2s ease, background-color .2s linear;
	-webkit-transition: -webkit-transform .45s ease, opacity .2s ease, background-color .2s ease;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1)
}

.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before,
.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after,
.slide-out-widget-area-toggle.mobile-icon .lines-button:after {
	background-color: #999
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle.mobile-icon .lines:before {
	top: 6px
}

body #header-outer .lines-button {
	top: 9px
}

body.original .slide-out-hover-icon-effect.small .lines-button,
body.ascend .slide-out-hover-icon-effect.small .lines-button {
	top: 10px
}

body.ascend:not(.mobile) .slide-out-hover-icon-effect:not(.small) .lines-button {
	top: -1px
}

body.original #header-outer[data-has-menu=true] .lines-button,
body.ascend #header-outer[data-has-menu=true] .lines-button {
	top: 10px
}

.slide-out-widget-area-toggle.mobile-icon .lines-button:after {
	top: 0!important
}

#header-outer .slide-out-widget-area-toggle.mobile-icon .lines-button.close .lines:before {
	-webkit-transform: translateY(-6px) rotateZ(-45deg);
	transform: translateY(-6px) rotateZ(-45deg)
}

#header-outer .slide-out-widget-area-toggle.mobile-icon .lines-button.close .lines:after {
	-webkit-transform: translateY(6px) rotateZ(45deg);
	transform: translateY(6px) rotateZ(45deg)
}

.slide-out-widget-area-toggle .lines-button.x2 .lines:before,
.slide-out-widget-area-toggle .lines-button.x2 .lines:after {
	transition: -webkit-transform .45s ease, background-color .2s ease, opacity .2s ease;
	transition: transform .45s ease, background-color .2s ease, opacity .2s ease
}

.slide-out-widget-area-toggle.mobile-icon .lines {
	background-color: transparent
}

.slide-out-widget-area-toggle.mobile-icon .lines-button:after,
.slide-out-widget-area-toggle.mobile-icon .lines:before,
.slide-out-widget-area-toggle.mobile-icon .lines:after {
	height: 2px!important;
	width: 22px!important
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label)>span {
	height: auto
}

body[data-header-search=false].material #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label)>span {
	height: 22px
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines-button:after {
	height: 3px;
	top: 0;
	width: 2rem;
	border-radius: 2px
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines,
body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines:before,
body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines:after {
	height: 3px;
	width: 2rem;
	border-radius: 2px
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines:before {
	top: 9px
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .close .lines:before {
	top: 10px
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines-button.close .lines:before {
	-webkit-transform: translateY(-9px) rotateZ(-45deg);
	transform: translateY(-9px) rotateZ(-45deg)
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines-button.close .lines:after {
	-webkit-transform: translateY(10px) rotateZ(45deg);
	transform: translateY(10px) rotateZ(45deg)
}

.slide-out-widget-area-toggle .lines-button.close:after {
	transform: scale(0, 1);
	-webkit-transform: scale(0, 1)
}

.lines-button.minus.close .lines:before,
.lines-button.minus.close .lines:after {
	-webkit-transform: none;
	transform: none;
	top: 0;
	width: 1.4rem
}

.lines-button.x.close .lines {
	background: transparent!important
}

.lines-button.x.close .lines:before,
.lines-button.x.close .lines:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0;
	width: 1.4rem
}

.lines-button.x2 .lines {
	transition: background .2s ease, opacity .2s ease
}

.lines-button.x2 .lines:before,
.lines-button.x2 .lines:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: top .4s .45s ease, -webkit-transform .3s ease, background-color .2s ease, opacity .2s ease;
	transition: top .4s .45s ease, transform .3s ease, background-color .2s ease, opacity .2s ease
}

.slide-out-widget-area-toggle a>span {
	transition: -webkit-transform .33s .3s ease-in;
	transition: transform .33s .3s ease-in;
	-webkit-transform-origin: center;
	transform-origin: center;
	display: block;
	height: 21px
}

.slide-out-widget-area-toggle.mobile-icon a>span {
	height: 20px
}

.slide-out-widget-area-toggle .closed>span {
	transition: -webkit-transform .33s 0s ease;
	transition: transform .33s 0s ease
}

#nectar-ocm-ht-line-check {
	position: absolute;
	visibility: hidden;
	pointer-events: none;
	width: 100%;
	font-size: 36px;
	line-height: 36px;
	font-family: 'Open Sans';
	font-weight: 700;
	letter-spacing: -1px
}

#footer-outer .col .widget_recent_entries span,
#footer-outer .col .recent_posts_extra_widget .post-widget-text span {
	display: block;
	line-height: 17px;
	color: #999;
	font-size: 11px;
	margin-bottom: 6px
}

#footer-outer #footer-widgets .col ul li {
	padding: 8px 0;
	list-style: none;
	margin-bottom: 0;
	border-bottom: 1px solid #444
}

#footer-outer #footer-widgets .col ul li:last-child {
	margin-bottom: 0
}

#footer-outer .widget.widget_nav_menu li a,
#footer-outer #footer-widgets .col ul ul li:last-child {
	border-bottom: 0!important
}

#footer-outer #footer-widgets .col p {
	padding-bottom: 20px
}

#footer-outer #footer-widgets .col p:last-child {
	padding-bottom: 0
}

.widget_calendar {
	position: relative
}

#sidebar .widget_calendar {
	margin-bottom: 30px
}

.widget_calendar table {
	width: 100%;
	border-collapse: collapse
}

.widget_calendar table td,
#footer-outer #footer-widgets .col .widget_calendar table th {
	text-align: center
}

.widget_calendar table tbody td {
	border: 0;
	padding: 4px;
	font-size: 14px;
	color: #666
}

.widget_calendar table tbody tr td:first-child {
	border-left: 0
}

.widget_calendar table tbody tr:nth-child(2n+1) {
	background-color: #f0f0f0
}

#slide-out-widget-area .widget_calendar table tbody tr:nth-child(2n+1),
#header-outer .widget-area-active .widget_calendar table tbody tr:nth-child(2n+1) {
	background-color: rgba(0, 0, 0, .1)
}

.widget_calendar table th {
	font-weight: 700;
	border-bottom: 0;
	text-align: center;
	padding-bottom: 10px;
	color: #999
}

.widget_calendar table #prev {
	text-align: left;
	position: relative;
	padding: 10px 0 0;
	z-index: 2
}

.widget_calendar table #next {
	text-align: right;
	position: relative;
	padding: 10px 0 0;
	z-index: 2
}

.widget_calendar caption {
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 5px;
	background-color: rgba(0, 0, 0, .2)
}

.widget_calendar .wp-calendar-nav {
	display: table;
	width: 100%
}

body .widget_calendar th,
body:not(.woocommerce-cart) .main-content .widget_calendar th {
	text-align: center
}

.widget_calendar .wp-calendar-nav span {
	display: table-cell;
	line-height: 1;
	padding: 2.5%
}

.widget_calendar .wp-calendar-nav-prev {
	text-align: left
}

.widget_calendar .calendar_wrap .wp-calendar-nav-next {
	text-align: right
}

#footer-outer #footer-widgets .col .widget_calendar table tbody td {
	border: 0;
	color: #666;
	padding: 8px;
	font-size: 14px
}

#footer-outer #footer-widgets .col .widget_calendar table {
	border-collapse: collapse
}

#footer-outer #footer-widgets .col .widget_calendar table tbody tr td:first-child {
	border-left: 0
}

#footer-outer #footer-widgets .col .widget_calendar table tbody tr:nth-child(2n+1) {
	background-color: rgba(0, 0, 0, .1)
}

#footer-outer #footer-widgets .col .widget_calendar table th {
	border-bottom: 0;
	padding-bottom: 10px;
	font-weight: 700;
	padding: 10px;
	color: #666
}

#footer-outer #footer-widgets .col .widget_calendar table tfoot tr {
	margin-top: 20px
}

.widget_search .search-form,
.newsletter-widget form {
	position: relative;
	overflow: hidden
}

.widget_search .search-form input[type=text],
#sidebar .widget_search .search-form input[type=text],
#footer-outer #footer-widgets .widget_search .search-form input[type=text] {
	padding-right: 45px;
	margin: 0
}

.newsletter-widget form input[type=email] {
	padding-right: 75px;
	margin: 0
}

.widget_search .search-form button[type=submit] .text {
	display: none
}

body .widget_search .search-form button[type=submit],
body.search-no-results .search-form button[type=submit] {
	padding: 14px!important
}

body .widget_search .search-form button[type=submit],
.widget_search .search-form button[type=submit] .icon-salient-search,
body .widget_search .search-form button[type=submit]:hover {
	background-color: transparent!important
}

body .widget_search .search-form button[type=submit] {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

body #ajax-content-wrap .widget_search .search-form button[type=submit]:hover {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

body #ajax-content-wrap .widget_search .search-form button[type=submit]:hover,
body.search-no-results #search-results .search-form button[type=submit]:hover {
	box-shadow: none!important
}

body[data-form-style=minimal] .widget_search .search-form button[type=submit],
body[data-form-style=minimal] .widget_search .search-form button[type=submit]:hover {
	top: auto;
	bottom: 0;
	-webkit-transform: none;
	transform: none
}

.widget_search .search-form button[type=submit] .icon-salient-search,
body.search-no-results .search-form button[type=submit] .icon-salient-search {
	margin-top: 1px;
	display: block;
	font-size: 17px
}

.widget_search .search-form button[type=submit] .icon-salient-search:before,
body.search-no-results .search-form button[type=submit] .icon-salient-search:before {
	content: "\e906"
}

.widget_search .search-form,
body.search-no-results .search-form {
	overflow: visible
}

.widget_search .search-form button[type=submit],
.widget_search .search-form input[type=submit],
.newsletter-widget form input[type=submit],
body[data-form-style=minimal] .main-content .post-password-form input[type=submit] {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0!important;
	line-height: 22px;
	padding: 10px 11px
}

body[data-form-style=minimal] .main-content .post-password-form input[type=submit] {
	top: auto;
	bottom: 35px
}

.main-content>.row>form.post-password-form>p:first-child {
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: center
}

.main-content>.row>form.post-password-form {
	padding: 15% 0;
	max-width: 600px;
	margin: 0 auto
}

.post-password-form input[type=submit] {
	margin-top: 20px;
	display: block;
	width: 100%;
	text-align: center
}

#footer-outer .widget_search .search-form input[type=submit],
#footer-outer .newsletter-widget form input[type=submit] {
	padding: 10px 11px 11px 10px
}

#footer-outer #footer-widgets .col .tagcloud a {
	background-color: rgba(0, 0, 0, .1);
	color: #a0a0a0;
	cursor: pointer;
	display: inline-block;
	float: left;
	margin: 3px 3px 0 0;
	padding: 5px 7px;
	position: relative;
	font-size: 8pt;
	text-transform: capitalize;
	transition: all .2s linear;
	border-radius: 2px;
	line-height: 22px
}

#footer-outer #footer-widgets .col .widget_tag_cloud:after {
	display: block;
	height: 0;
	clear: both;
	content: "";
	visibility: hidden
}

#footer-outer #footer-widgets .col .tagcloud a:hover {
	background-color: #000
}

#footer-outer #footer-widgets .col .widget_recent_comments ul li,
#slide-out-widget-area .widget_recent_comments ul li {
	background: none repeat scroll 0 0 rgba(0, 0, 0, .15);
	border: medium none;
	display: block;
	margin-bottom: 18px;
	padding: 15px;
	position: relative
}

#footer-outer #footer-widgets .col .widget.widget_recent_comments ul li {
	padding: 15px!important
}

#slide-out-widget-area .widget_recent_comments ul li {
	background: none repeat scroll 0 0 rgba(0, 0, 0, .05)
}

#footer-outer #footer-widgets .col .widget_recent_comments ul li:last-child,
#slide-out-widget-area .widget_recent_comments ul li:last-child {
	margin-bottom: 0
}

#footer-outer #footer-widgets .col input[type=text],
#footer-outer #footer-widgets .col input[type=email] {
	padding: 10px;
	width: 100%
}

body[data-form-style=minimal] #footer-outer #footer-widgets .col input[type=text] {
	color: #fff
}

body:not([data-form-style=minimal]) #footer-outer #footer-widgets .col input[type=text]:focus,
body:not([data-form-style=minimal]) #footer-outer #footer-widgets .col input[type=email]:focus {
	background-color: #fff
}

#footer-outer #footer-widgets .col input[type=submit] {
	background-color: #000;
	opacity: .9;
	transition: opacity .2s linear 0s;
	-webkit-transition: opacity .2s linear 0s
}

#footer-outer #footer-widgets .col input[type=submit]:hover {
	opacity: 1
}

#footer-outer #footer-widgets .col .search-form form,
#footer-outer #footer-widgets .col .search-form label,
#footer-outer #footer-widgets .col .newsletter-widget form,
#footer-outer #footer-widgets .col .search-form {
	line-height: 12px
}

#footer-outer .recent_projects_widget img {
	background-color: #444;
	border-color: #4d4d4d
}

#footer-outer .recent_projects_widget a:hover img {
	border-color: #616161;
	background-color: #616161
}

#footer-outer #footer-widgets .col ul li:first-child>a,
#footer-outer #footer-widgets .col ul li:first-child {
	padding-top: 0!important
}

#footer-outer #footer-widgets .rsswidget img {
	margin-bottom: -2px;
	margin-right: 2px
}

#sidebar div ul {
	margin-left: 0
}

#sidebar div ul li {
	padding: 8px 0;
	list-style: none;
	border-bottom: 1px solid #e6e6e6
}

#sidebar>div {
	margin-bottom: 50px
}

#sidebar>div:last-child {
	margin-bottom: 0
}

#sidebar #sidebar-inner {
	margin-bottom: 0
}

#sidebar h4 {
	color: #000;
	opacity: .7;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 15px
}

#sidebar .widget_recent_comments h4,
#sidebar .Simple_Flickr_Photos h4 {
	margin-bottom: 16px
}

#sidebar .widget li:first-child {
	padding-top: 0
}

#sidebar .widget .recentcomments,
.original #sidebar .widget .recentcomments,
.ascend #sidebar .widget .recentcomments {
	padding: 15px;
	margin-bottom: 22px;
	border: none;
	position: relative;
	display: block;
	background: none repeat scroll 0 0 rgba(0, 0, 0, .02)
}

.widget .tagcloud a,
#sidebar .widget .tagcloud a,
.post-area .content-inner>.post-tags a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	line-height: 22px;
	margin: 3px 3px 0 0;
	padding: 5px 7px;
	font-size: 14px!important;
	position: relative;
	text-transform: capitalize;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	border-radius: 2px
}

.single #ajax-content-wrap .post-area .content-inner>.post-tags a {
	font-size: 14px!important;
	text-transform: capitalize
}

#sidebar .widget_tag_cloud:after {
	display: block;
	height: 0;
	clear: both;
	content: "";
	visibility: hidden
}

#sidebar .widget .tagcloud a:hover,
.post-tags a:hover {
	background-color: #000
}

#sidebar .widget input[type=text],
#sidebar .widget input[type=email] {
	padding: 10px;
	width: 100%
}

#sidebar .widget form p {
	padding-bottom: 15px
}

#sidebar .widget.widget_categories ul ul,
#sidebar .widget.widget_pages ul ul,
#sidebar .widget.widget_nav_menu ul ul {
	margin: 0!important;
	padding: 0 0 0 20px
}

#sidebar .widget.widget_categories li,
#sidebar .widget.widget_pages li,
#sidebar .widget.widget_nav_menu li {
	border-bottom: 0!important;
	padding: 0!important
}

#sidebar .widget.widget_categories li a,
#sidebar .widget.widget_pages li a,
#sidebar .widget.widget_nav_menu li a {
	padding: 8px 0;
	display: block;
	border-bottom: 1px solid #e6e6e6
}

#sidebar .widget.widget_categories li {
	position: relative
}

#sidebar .widget.widget_categories li .post_count {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, .05);
	padding: 5px 8px;
	border-radius: 100px;
	font-size: 11px;
	line-height: 11px;
	display: inline-block
}

#sidebar .widget.widget_categories>ul>li:first-child>a,
#sidebar .widget.widget_pages>ul>li:first-child>a,
#sidebar .widget.widget_nav_menu>ul>li:first-child>a {
	padding-top: 0
}

#sidebar.left-sidebar {
	float: left
}

.post-area.col_last {
	float: right
}

#sidebar>.widget_media_image {
	text-align: center
}

#sidebar .recent_projects_widget img,
#footer-outer .recent_projects_widget img {
	margin-bottom: 0
}

.recent_projects_widget img,
#sidebar #flickr img,
#footer-outer #flickr img {
	margin-bottom: 0;
	display: block;
	padding: 5px;
	background-color: #fff;
	margin-top: 0;
	margin-left: 0;
	border: 1px solid #e5e5e5;
	transition: all .2s linear;
	-webkit-transition: all .2s linear
}

.recent_projects_widget a:hover img,
#sidebar #flickr a:hover img,
#footer-outer #flickr a:hover img {
	border-color: #000
}

.recent_projects_widget div a,
#sidebar #flickr div a,
#footer-outer #flickr div a {
	float: left;
	margin: 2% 2% 0 0;
	width: 32%
}

.recent_projects_widget div a:nth-child(3n+3),
#sidebar #flickr div:nth-child(3n+3) a,
#footer-outer #flickr div:nth-child(3n+3) a {
	margin-right: 0
}

#sidebar select {
	max-width: 100%
}

.span_12.light .wpb_widgetised_column #sidebar .widget .nectar_widget[class*=nectar_blog_posts_]>li .post-date,
.span_12.light .wpb_widgetised_column #sidebar h4,
.span_12.light .wpb_widgetised_column #sidebar .widget li a,
body.material .span_12.light .wpb_widgetised_column #sidebar .widget li a:hover {
	color: #fff
}

.recent_projects_widget>div:after {
	clear: both;
	content: '';
	display: block
}

.widget_pages ul ul {
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 20px!important
}

body #respond {
	background-color: transparent;
	box-shadow: none;
	padding: 0
}

#respond>p,
#respond .comment-notes,
p.logged-in-as {
	margin-bottom: 10px
}

p.logged-in-as {
	padding-bottom: 0
}

body .comment-list {
	margin-bottom: 40px;
	margin-left: 0
}

.comment-list li {
	list-style: none
}

.comment-list .comment>div,
.comment-list .pingback>div {
	background-color: #fff;
	margin: 0;
	overflow: hidden;
	padding: 25px;
	margin-top: 2em;
	position: relative;
	padding-left: 116px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .17)
}

.comment-list .children {
	margin-left: 0;
	padding-left: 40px;
	border-left: 1px solid #ddd
}

body:not(.material) .comment-list .children {
	margin-left: 0;
	padding-left: 40px;
	border-left: 1px solid #ddd;
	background-repeat: no-repeat;
	background-position: left 20px;
	background-image: url(../../../themes/salient/img/icons/comment-children-line.jpg)
}

.comment-list .comment>div img.avatar,
.comment-list .pingback>div img.avatar {
	position: absolute;
	left: 29px;
	top: 29px;
	width: 60px;
	height: 60px
}

.comment-list .reply {
	position: absolute;
	top: 29px;
	right: 29px
}

.comment-list .reply a {
	color: #fff;
	cursor: pointer;
	padding: 3px 7px;
	font-size: 11px;
	transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	width: auto;
	border-radius: 2px;
	background-color: #333
}

.comment-list .comment-author,
.comment-list .pingback .comment-body>a {
	color: #333;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 16px;
	line-height: 30px
}

.comment-list .pingback .comment-body>a {
	display: block
}

body.material .comment-list .pingback .comment-body,
body.ascend .comment-list .pingback .comment-body {
	padding-left: 0
}

body.original .comment-list .pingback .comment-body {
	padding-left: 25px
}

.comment-list .comment-meta {
	font-size: 11px;
	line-height: 15px
}

.comment-list .comment-meta a {
	color: #888
}

.comment-list .comment-meta a:hover {
	color: #000
}

.comment-list .reply a:hover {
	background-color: #000
}

.comment-list .comment>div p,
.comment-list .pingback>div p {
	padding-bottom: 0;
	margin-top: 10px
}

.comment-list .comment #commentform .form-submit {
	margin-top: 0
}

#respond h3 .cancel-comment-reply,
#respond #cancel-comment-reply-link {
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
	position: relative;
	border-left: 1px solid #ddd
}

#respond h3,
h3#comments {
	font-family: 'Open Sans';
	font-weight: 600;
	text-transform: none
}

.comment-author a {
	color: inherit
}

body:not(.original) .bypostauthor>.comment-body>.comment-author>img.avatar {
	border: 3px solid #000;
	padding: 3px
}

body.material .comment-list .comment .bypostauthor>.comment-body>.comment-author>img.avatar {
	border: 2px solid #000;
	padding: 2px
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=url],
input[type=search],
input[type=date],
textarea {
	padding: 10px;
	width: 100%;
	font-size: 14px;
	font-family: inherit;
	line-height: 24px;
	color: #555;
	background-color: #f1f1f1;
	border: none;
	transition: all .2s ease;
	-webkit-transition: all .2s ease
}

input:focus,
select:focus,
textarea:focus {
	outline: 0
}

input[type=submit],
button[type=submit],
input[type=button] {
	background-color: #333;
	padding: 7px 11px;
	border: none;
	color: #fff;
	cursor: pointer;
	transition: all .45s cubic-bezier(.25, 1, .33, 1);
	-webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1);
	width: auto;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 14px;
	border-radius: 2px
}

input[type=submit]:hover,
button[type=submit]:hover,
input[type=button]:hover {
	background-color: #000
}

body[data-form-submit=regular] .container-wrap input[type=submit],
body[data-form-submit=regular] .container-wrap button[type=submit],
body[data-form-submit=see-through] .container-wrap input[type=submit],
body[data-form-submit=see-through] .container-wrap button[type=submit]:not(.search-widget-btn) {
	padding: 15px 22px!important
}

body[data-form-submit=regular] input[type=submit]:hover,
body[data-form-submit=regular] button[type=submit]:hover {
	opacity: .85
}

body[data-form-submit=see-through] input[type=submit],
body[data-form-submit=see-through] button[type=submit]:not(.search-widget-btn),
body[data-form-submit=see-through] .woocommerce #order_review #payment #place_order {
	background-color: transparent!important;
	border: 2px solid #000!important
}

select {
	padding: 10px;
	width: 100%;
	border: none;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 12px;
	line-height: 22px;
	color: #555;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
	transition: all .2s linear;
	-webkit-transition: all .2s linear
}

textarea {
	max-width: 100%
}

.select2-container .select2-choice>.select2-chosen {
	color: #000!important;
	line-height: 30px;
	padding-left: 3px
}

body[data-form-submit=see-through] input[type=submit]:hover,
body[data-form-submit=see-through] button[type=submit]:not(.search-widget-btn):hover,
.nectar_icon_wrap[data-style=shadow-bg]:not([data-color=white]) .nectar_icon i {
	color: #fff!important
}

div.wpforms-container-full .wpforms-form .select2-container {
	position: relative
}

.widget_text textarea {
	max-height: 100px
}

body .gform_wrapper .description,
body .gform_wrapper .gfield_description,
body .gform_wrapper .gsection_description,
body .gform_wrapper .instruction {
	font-size: 12px
}

body .gform_wrapper div.charleft {
	font-size: 10px
}

body .gform_wrapper .top_label .gfield_label {
	margin-top: 20px;
	margin-bottom: 6px;
	font-family: 'Open Sans';
	font-weight: 700
}

.wpcf7-form p span {
	color: #000
}

div.wpcf7-validation-errors,
.light .wpcf7 div.wpcf7-response-output {
	color: #666!important
}

div.wpcf7 img.ajax-loader {
	margin-top: 10px;
	display: inline-block
}

.wpcf7-not-valid-tip {
	background: none repeat scroll 0 0 #fff
}

.minimal-form-input .wpcf7-not-valid-tip {
	position: absolute;
	top: 100%
}

.wpcf7-form .wpcf7-not-valid-tip {
	top: -3px;
	padding: 2px 6px;
	border: 0;
	box-shadow: 0 4px 9px rgba(0, 0, 0, .07)
}

.wpb_column.centered-text .wpcf7-form .wpcf7-not-valid-tip {
	text-align: left
}

.wpcf7 .wpcf7-response-output {
	background-color: #fff;
	margin-left: 0;
	margin-top: 10px
}

.nectar-wpcf7-rounded-form input[type=text],
.nectar-wpcf7-rounded-form input[type=email],
.nectar-wpcf7-rounded-form input[type=url],
.nectar-wpcf7-rounded-form input[type=tel],
.nectar-wpcf7-rounded-form input[type=date] {
	border-radius: 50px
}

.wpcf7-form .nectar-wpcf7-inline-form {
	display: flex;
	flex-direction: row;
	padding: 27px 0
}

.material .wpcf7-form .nectar-wpcf7-inline-form {
	padding: 1.5em 0
}

.wpcf7-form .nectar-wpcf7-inline-form>div:last-child {
	padding-right: 0
}

.wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field {
	flex-grow: 1;
	padding-right: 30px;
	display: flex;
	align-items: center
}

.wpcf7-form .nectar-wpcf7-inline-form .ajax-loader {
	align-self: center;
	margin-left: 10px
}

.wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field input {
	width: 100%
}

.wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field>*:not(.ajax-loader) {
	width: 100%
}

@media only screen and (max-width:1000px) {
	.wpcf7-form .nectar-wpcf7-inline-form.mobile-1-col,
	.wpcf7-form .nectar-wpcf7-inline-form.mobile-2-col {
		flex-wrap: wrap;
		padding-bottom: 0
	}
	.wpcf7-form .nectar-wpcf7-inline-form.mobile-2-col .nectar-wpcf7-inline-field {
		width: 50%;
		padding-bottom: 1.5em
	}
	.wpcf7-form .nectar-wpcf7-inline-form.mobile-1-col .nectar-wpcf7-inline-field {
		width: 100%;
		padding-bottom: 1.5em
	}
}

body:not(.woocommerce-cart) .main-content table {
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #fff;
	border-top: 1px solid #ececec
}

body:not(.woocommerce-cart) .main-content tr th:first-child,
body:not(.woocommerce-cart) .main-content tr td:first-child {
	border-left-style: solid;
	border-left-width: 1px;
	border-color: #ececec
}

body:not(.woocommerce-cart) .main-content tr th:first-child,
body:not(.woocommerce-cart) .main-content tr td:first-child {
	border-left-style: solid;
	border-left-width: 1px
}

body:not(.woocommerce-cart) .main-content th {
	border-left: medium none;
	border-style: none solid solid none;
	border-top: medium none;
	border-width: medium 1px 1px medium;
	font-weight: 700;
	padding: 10px;
	text-align: left;
	border-color: #ececec
}

body:not(.woocommerce-cart) .main-content td {
	border-color: #ececec;
	border-left: none;
	border-style: none solid solid none;
	border-top: medium none;
	border-width: medium 1px 1px medium;
	font-size: 14px;
	padding: 10px
}

body:not(.woocommerce-cart) .main-content table tr:nth-child(2n+1) {
	background-color: #fcfcfc
}

@keyframes fadebottom {
	0% {
		opacity: 1;
		transform: translateY(0px)
	}
	25% {
		opacity: 0;
		transform: translateY(20px)
	}
	30% {
		opacity: 0;
		transform: translateY(0px)
	}
	45% {
		opacity: 1;
		transform: translateY(0px)
	}
	100% {
		opacity: 1;
		transform: translateY(0px)
	}
}

@-webkit-keyframes fadebottom {
	0% {
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px)
	}
	25% {
		opacity: 0;
		transform: translateY(20px);
		-webkit-transform: translateY(20px)
	}
	30% {
		opacity: 0;
		transform: translateY(0px);
		-webkit-transform: translateY(0px)
	}
	45% {
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px)
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px)
	}
}

body .full-width-section,
body .full-width-content {
	visibility: visible
}

.portfolio-filters-inline.full-width-section:not(.non-fw),
.portfolio-filters-inline.full-width-content,
.post-area.full-width-content.standard-minimal,
body[data-col-gap] .vc_row-fluid .span_12.post-area.full-width-content.standard-minimal,
.full-width-content.blog-fullwidth-wrap,
.wpb_row.full-width-content,
.wpb_row.full-width-content.has-global-section .wpb_row.full-width-content,
.full-width-content.nectar-shop-outer,
.page-submenu>.full-width-section,
.page-submenu .full-width-content,
.wpb_row.full-width-section .mobile-video-image,
body .full-width-section .row-bg-wrap,
body .full-width-section .nectar-parallax-scene,
body .full-width-section>.nectar-shape-divider-wrap,
body .full-width-section>.video-color-overlay,
body[data-aie=zoom-out] .first-section .row-bg-wrap,
body[data-aie=long-zoom-out] .first-section .row-bg-wrap,
body[data-aie=zoom-out] .top-level.full-width-section .row-bg-wrap,
body[data-aie=long-zoom-out] .top-level.full-width-section .row-bg-wrap,
body .full-width-section.parallax_section .row-bg-wrap,
.nectar-slider-wrap[data-full-width=true],
.wpb_row.full-width-section .templatera_shortcode>.wpb_row.full-width-section>.row-bg-wrap,
.single-product .product[data-gallery-style=left_thumb_sticky][data-gallery-variant=fullwidth] .single-product-wrap,
body[data-header-format=left-header][class*=page-template-template-no-header] .wpb_row.full-width-content,
body[data-header-format=left-header][class*=page-template-template-no-header] .full-width-section .row-bg-wrap,
body[data-header-format=left-header][class*=page-template-template-no-header] .full-width-section.parallax_section .row-bg-wrap {
	margin-left: -50vw;
	margin-left: calc(-50vw + var(--scroll-bar-w)/2);
	left: 50%;
	width: 100vw;
	width: calc(100vw - var(--scroll-bar-w))
}

body .full-width-section>.nectar-video-wrap {
	margin-left: -50vw;
	left: 50%;
	width: 100vw!important
}

body .full-width-section>.nectar-video-wrap,
body .full-width-content>.nectar-video-wrap,
.nectar-video-wrap .nectar-video-inner {
	height: 100%
}

@media only screen and (min-width:1000px) {
	[data-header-format=left-header] .portfolio-filters-inline.full-width-section:not(.non-fw),
	[data-header-format=left-header] .full-width-content.blog-fullwidth-wrap,
	[data-header-format=left-header] .wpb_row.full-width-content,
	[data-header-format=left-header] .wpb_row.full-width-content.has-global-section .wpb_row.full-width-content,
	[data-header-format=left-header] .full-width-content.nectar-shop-outer,
	[data-header-format=left-header] .page-submenu>.full-width-section,
	[data-header-format=left-header] .page-submenu .full-width-content,
	[data-header-format=left-header] .full-width-section .row-bg-wrap,
	[data-header-format=left-header] .full-width-section .nectar-parallax-scene,
	[data-header-format=left-header] .full-width-section>.nectar-shape-divider-wrap,
	[data-header-format=left-header] .full-width-section>.video-color-overlay,
	[data-header-format=left-header][data-aie=zoom-out] .first-section .row-bg-wrap,
	[data-header-format=left-header][data-aie=long-zoom-out] .first-section .row-bg-wrap,
	[data-header-format=left-header][data-aie=zoom-out] .top-level.full-width-section .row-bg-wrap,
	[data-header-format=left-header][data-aie=long-zoom-out] .top-level.full-width-section .row-bg-wrap,
	[data-header-format=left-header] .full-width-section.parallax_section .row-bg-wrap,
	[data-header-format=left-header] .nectar-slider-wrap[data-full-width=true],
	body[data-header-format=left-header] .wpb_row.full-width-section .templatera_shortcode>.wpb_row.full-width-section>.row-bg-wrap,
	.single-product[data-header-format=left-header] .product[data-gallery-style=left_thumb_sticky][data-gallery-variant=fullwidth] .single-product-wrap {
		margin-left: calc(-50vw + 135px);
		margin-left: calc(-50vw + 135px + var(--scroll-bar-w)/2);
		width: calc(100vw - 272px);
		width: calc(100vw - 272px - var(--scroll-bar-w));
		left: 50%
	}
	[data-header-format=left-header] .full-width-section>.nectar-video-wrap {
		margin-left: calc(-50vw + 135px);
		width: calc(100vw - 272px)!important;
		left: 50%
	}
}

.page-submenu .full-width-content,
.page-submenu>.full-width-section,
.full-width-content.blog-fullwidth-wrap,
.portfolio-filters-inline.full-width-content,
.portfolio-filters-inline.full-width-section {
	position: relative
}

body .post-area.span_9 .portfolio-filters-inline.full-width-section:not(.non-fw),
body .post-area.span_9 .portfolio-filters-inline.full-width-content,
body .post-area.span_9 .post-area.full-width-content.standard-minimal,
body .post-area.span_9 .full-width-content.blog-fullwidth-wrap,
body .post-area.span_9 .wpb_row.full-width-content,
body .post-area.span_9 .page-submenu>.full-width-section,
body .post-area.span_9 .page-submenu .full-width-content,
body .post-area.span_9 .full-width-section .row-bg-wrap,
body .post-area.span_9 .full-width-section .nectar-parallax-scene,
body .post-area.span_9 .full-width-section>.nectar-shape-divider-wrap,
body .post-area.span_9 .full-width-section>.video-color-overlay,
body .masonry-blog-item .wpb_row.full-width-content,
body[data-aie=zoom-out] .post-area.span_9 .first-section .row-bg-wrap,
body[data-aie=long-zoom-out] .post-area.span_9 .first-section .row-bg-wrap,
body[data-aie=zoom-out] .post-area.span_9 .top-level.full-width-section .row-bg-wrap,
body[data-aie=long-zoom-out] .post-area.span_9 .top-level.full-width-section .row-bg-wrap,
body .woocommerce-tabs[data-tab-style=in_sidebar] .wpb_row.full-width-content,
body .woocommerce-tabs[data-tab-style=in_sidebar] .full-width-section .row-bg-wrap,
body .post-area.span_9 .full-width-section.parallax_section .row-bg-wrap,
body .post-area.span_9 .wpb_row.parallax_section .row-bg-wrap,
.post-area.span_9 .nectar-slider-wrap[data-full-width=true],
body .post-area.span_9 .wpb_row.full-width-section .templatera_shortcode>.wpb_row.full-width-section>.row-bg-wrap {
	margin-left: 0;
	left: 0;
	width: 100%
}

body .post-area.span_9 .full-width-section>.nectar-video-wrap {
	margin-left: 0;
	left: 0;
	width: 100%!important
}

.pum .pum-container .popmake-content .full-width-section .row-bg-wrap,
.pum .pum-container .popmake-content .wpb_row.full-width-content {
	margin-left: 0!important;
	left: 0!important;
	width: 100%!important
}

body .wpb_row.full-width-section .wpb_row>.row-bg-wrap,
body .wpb_row.full-width-content .wpb_row>.row-bg-wrap {
	margin-left: 0;
	left: 0;
	width: 100%
}

.wpb_row .column-image-bg-wrap,
.wpb_row .column-image-bg-wrap .inner-wrap,
.wpb_row .column-image-bg-wrap .column-image-bg {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0
}

.wpb_column[data-bg-cover=true] .column-image-bg,
.wpb_column .column-inner[data-bg-cover=true] .column-image-bg {
	background-size: cover;
	background-position: center
}

.wpb_row .column-image-bg-wrap {
	z-index: 0;
	overflow: hidden
}

.full-width-content.vc_row-fluid .wpb_column .column-image-bg-wrap .column-image-bg {
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover
}

[class^=iconsmind-],
[class*=" iconsmind-"] {
	visibility: hidden
}

@font-face {
	font-family: 'icomoon';
	src: url(../../../themes/salient/css/fonts/icomoon.eot);
	src: url(../../../themes/salient/css/fonts/icomoon.eot) format('embedded-opentype'), url(../../../themes/salient/css/fonts/icomoon.svg) format('svg');
	font-weight: 400;
	font-display: block;
	font-style: normal
}

.icon-salient-x,
.icon-salient-m-eye,
.icon-salient-search,
.icon-salient-woo-zoom-icon,
.icon-salient-right-arrow,
.icon-salient-left-arrow,
.icon-salient-right-line,
.icon-salient-back-to-all,
.icon-salient-left-arrow-thin,
.icon-salient-right-arrow-thin,
.icon-salient-down-arrow-thin,
.icon-salient-down-arrow,
.ascend .mfp-image-holder .mfp-close,
.ascend .mfp-iframe-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.icon-salient-facebook,
.icon-salient-twitter,
.icon-salient-pinterest,
.icon-salient-heart,
.icon-salient-heart-2,
.icon-salient-m-close,
.icon-salient-plus,
.icon-salient-cart,
.icon-salient-pencil,
.icon-salient-artstation,
.icon-salient-discord,
.icon-salient-m-social-alt,
.icon-be,
.icon-vimeo,
.icon-soundcloud,
.icon-button-arrow,
.icon-salient-thin-line,
.icon-salient-spotify,
.icon-salient-tiktok,
.icon-salient-twitch,
.icon-salient-houzz,
.icon-salient-m-user,
.icon-salient-facebook-messenger,
.icon-salient-apple-music,
.salient-page-submenu-icon,
.icon-salient-m-clock,
.video-play-button,
.mejs-controls .mejs-button button,
i.fa.fa-houzz {
	font-family: 'icomoon'!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased
}

.icon-salient-m-bag:before {
	content: "\e900"
}

.icon-salient-m-eye:before {
	content: "\e015"
}

.icon-salient-m-clock:before {
	content: "\e016"
}

.icon-salient-m-gear:before {
	content: "\e023"
}

.icon-salient-m-heart:before {
	content: "\e024"
}

.icon-salient-m-search:before {
	content: "\e036"
}

.icon-salient-m-prev:before {
	content: "\e050"
}

.icon-salient-m-rewind:before {
	content: "\e051"
}

.icon-salient-m-play:before {
	content: "\e052"
}

.icon-salient-woo-zoom-icon:before {
	content: "\e908"
}

.icon-salient-woo-zoom-icon-minus:before {
	content: "\e90a"
}

.icon-salient-m-pause:before {
	content: "\e053"
}

.icon-salient-m-stop:before {
	content: "\e054"
}

.icon-salient-m-ff:before {
	content: "\e055"
}

.icon-salient-m-next:before {
	content: "\e056"
}

.icon-salient-m-user:before {
	content: "\e074"
}

.icon-salient-m-chat:before {
	content: "\e076"
}

.icon-salient-m-social:before {
	content: "\e081"
}

.icon-salient-m-social-alt:before {
	content: "\e90e"
}

.icon-salient-m-left-arrow:before {
	content: "\e094"
}

.icon-salient-m-right-arrow:before {
	content: "\e095"
}

.icon-salient-m-sound:before {
	content: "\e098"
}

.icon-salient-m-mute:before {
	content: "\e099"
}

.icon-salient-m-close:before {
	content: "\e117"
}

.icon-salient-m-menu:before {
	content: "\e120"
}

.icon-salient-x:before {
	content: "\e003"
}

.icon-salient-right-arrow:before {
	content: "\e000"
}

.icon-salient-left-arrow:before {
	content: "\e001"
}

.icon-salient-right-line:before {
	content: "\e004"
}

.icon-salient-back-to-all:before {
	content: "\e005"
}

.icon-salient-right-arrow-thin:before {
	content: "\e006"
}

.icon-salient-left-arrow-thin:before {
	content: "\e007"
}

.icon-salient-down-arrow-thin:before {
	content: "\e00c"
}

.icon-salient-down-arrow:before {
	content: "\e008"
}

.icon-salient-facebook:before {
	content: "\e00a"
}

.icon-salient-twitter:before {
	content: "\e00b"
}

.icon-salient-pinterest:before {
	content: "\e00d"
}

.icon-salient-heart:before {
	content: "\e00e"
}

.icon-salient-plus:before {
	content: "\e010"
}

.icon-salient-cart:before {
	content: "\e012"
}

.icon-salient-pencil:before {
	content: "\e011"
}

.icon-be:before {
	content: "\e013"
}

.icon-vimeo:before {
	content: "\e014"
}

.icon-soundcloud:before {
	content: "\e600"
}

.icon-button-arrow:before {
	content: "\e909"
}

.icon-salient-thin-line:before {
	content: "\e602"
}

.icon-salient-spotify:before {
	content: "\f1bc"
}

.icon-salient-facebook-messenger:before {
	content: "\e90d"
}

.icon-salient-artstation:before {
	content: "\e90b"
}

.icon-salient-discord:before {
	content: "\e90c"
}

.icon-salient-tiktok:before {
	content: "\e90f"
}

.icon-salient-houzz,
i.fa.fa-houzz:before {
	content: "\e904"
}

.icon-salient-twitch:before {
	content: "\e905"
}

.icon-salient-apple-music:before {
	content: "\e903"
}

body[data-header-search=false].ascend #header-outer[data-has-menu=false][data-cart=false][data-full-width=true] .slide-out-widget-area-toggle:not(.mobile-icon) a:not(.using-label) .lines-button {
	top: -1px
}

body .lines,
body .lines:before,
body .lines:after {
	height: 2px
}

.icon-salient-search:before {
	content: "\e036"
}

body .nectar-social.fixed>a>i,
#ajax-content-wrap .nectar-social.fixed>a>i,
body .nectar-social.hover .share-btn>i {
	font-family: 'icomoon'!important
}

body .nectar-social.fixed>a>i:before,
#ajax-content-wrap .nectar-social.fixed>a>i:before,
body .nectar-social.hover .share-btn>i:before {
	content: "\e90e"
}

body .icon-salient-x:before {
	content: "\e117"
}

body.ascend .icon-salient-cart:before,
body .icon-salient-cart:before {
	content: "\e910"
}

body.ascend #header-outer .cart-contents .cart-wrap span {
	width: 17px;
	line-height: 17px;
	font-size: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600
}

.icon-salient-heart-2:before {
	content: "\e024"!important
}

body #single-below-header.fullscreen-header .steadysets-icon-chat-3,
body #single-below-header.fullscreen-header .steadysets-icon-book2,
body .steadysets-icon-chat-3 {
	font-family: 'icomoon'!important;
	font-size: 20px
}

body .steadysets-icon-chat-3:before {
	content: "\e076"
}

body .steadysets-icon-book2:before {
	font-family: 'icomoon'!important;
	content: "\e034"
}

#top nav ul #nectar-user-account a span,
#top nav ul #search-btn a span,
#header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
	font-size: 18px;
	color: rgba(0, 0, 0, .48)
}

body #search-outer #search #close a span {
	font-size: 20px
}

html body[data-header-resize="1"] .container-wrap,
html body[data-header-format=left-header][data-header-resize="0"] .container-wrap,
html body[data-header-resize="0"] .container-wrap,
body[data-header-format=left-header][data-header-resize="0"] .container-wrap {
	padding-top: 0
}

.main-content>.row>#breadcrumbs.yoast {
	padding: 20px 0
}

.clients.two-cols>div {
	width: 49.4%
}

.clients.two-cols.no-carousel>div {
	width: 48.4%
}

.clients.two-cols>div:nth-child(2n+2) {
	margin-right: 0
}

.clients.carousel.two-cols>div {
	margin: 0 10px
}

.clients.three-cols>div {
	width: 32.6%
}

.clients.three-cols.no-carousel>div {
	width: 31.6%
}

.clients.three-cols>div:nth-child(3n+3) {
	margin-right: 0
}

.clients.carousel.three-cols>div {
	margin: 0 10px
}

@media only screen and (min-width:1000px) {
	.clients.no-carousel.three-cols>div:nth-child(3n+4) {
		clear: both
	}
}

@media only screen and (min-width:690px) {
	.clients.no-carousel.four-cols>div:nth-child(4n+5) {
		clear: both
	}
	.clients.no-carousel.five-cols>div:nth-child(5n+6) {
		clear: both
	}
	.clients.no-carousel.six-cols>div:nth-child(6n+7) {
		clear: both
	}
}

.clients.four-cols>div {
	width: 24.2%
}

.clients.four-cols.no-carousel>div {
	width: 23.2%
}

.clients.four-cols>div:nth-child(4n+4) {
	margin-right: 0
}

.clients.carousel.four-cols>div {
	margin: 0 10px
}

.clients.five-cols>div {
	width: 19.2%
}

.clients.five-cols.no-carousel>div {
	width: 18.2%
}

.clients.five-cols>div:nth-child(5n+5) {
	margin-right: 0
}

.clients.carousel.five-cols>div {
	margin: 0 10px
}

.clients.six-cols>div {
	width: 15.8%
}

.clients.six-cols.no-carousel>div {
	width: 14.8%
}

.clients.six-cols>div:nth-child(6n+6) {
	margin-right: 0
}

.clients.carousel.six-cols>div {
	margin: 0 10px
}

.clients>div {
	float: left;
	transition: opacity .2s linear;
	-webkit-transition: opacity .2s linear;
	margin-right: 2%;
	margin-bottom: 2%;
	opacity: 1
}

.clients.fade-in-animation>div {
	opacity: 0;
	-webkit-transition: none;
	transition: none
}

.clients.fade-in-animation.completed>div {
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	-webkit-backface-visibility: hidden
}

.clients:not(.fade-in-animation)>.no-link:hover,
.clients.fade-in-animation.completed>.no-link:hover {
	opacity: 1!important
}

.clients:not(.fade-in-animation)>div:hover,
.clients.fade-in-animation.completed>div:hover {
	opacity: .7!important
}

.clients>div img {
	display: block;
	max-width: 100%;
	margin: 0 auto
}

.row.carousel.clients {
	display: flex;
	align-items: center
}

.clients.no-carousel:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clients.no-carousel {
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-ms-flex-flow: row wrap;
	flex-wrap: wrap
}

.clients.no-carousel>div {
	float: none
}

.clients[data-additional_padding="2"].no-carousel>div,
.clients[data-additional_padding="3"].no-carousel>div,
.clients[data-additional_padding="4"].no-carousel>div,
.clients[data-additional_padding="2"].no-carousel>div img,
.clients[data-additional_padding="3"].no-carousel>div img,
.clients[data-additional_padding="4"].no-carousel>div img {
	margin: 0
}

.clients[data-additional_padding="2"].no-carousel>div {
	padding: 2%
}

.clients[data-additional_padding="3"].no-carousel>div {
	padding: 3%
}

.clients[data-additional_padding="4"].no-carousel>div {
	padding: 3% 5%
}

.clients[data-he=greyscale_to_color]>div img {
	transition: filter .45s cubic-bezier(.3, .4, .1, 1), opacity .45s cubic-bezier(.3, .4, .1, 1);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .55
}

.clients[data-he=greyscale_to_color]>div:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1
}

.clients img.nectar-lazy {
	opacity: 0;
	transition: opacity .5s ease
}

.clients img.nectar-lazy.loaded {
	opacity: 1
}

@media only screen and (min-width :690px) and (max-width :999px) {
	body .clients.no-carousel>div,
	body .clients.four-cols.no-carousel>div {
		width: 24.2%;
		margin-right: 1%
	}
	body .clients.no-carousel.six-cols>div {
		width: 15.8%;
		margin-right: 1%
	}
	body .clients.no-carousel.five-cols>div {
		width: 19.2%;
		margin-right: 1%
	}
	body .clients.no-carousel>div:nth-child(4n+4) {
		margin-right: 0
	}
	body .clients.carousel>div {
		margin: 0 5px
	}
}

@media only screen and (max-width :690px) {
	body .clients[class*=col].no-carousel>div {
		margin-right: 1%;
		width: 49.4%
	}
	body .clients[class*=col].no-carousel>div:nth-child(2n+2) {
		margin-right: 0
	}
	body .clients[class*=col].carousel>div {
		margin: 0 5px;
		width: 150px
	}
	body .clients.carousel.phone>div {
		width: 150px
	}
	.clients[data-additional_padding="2"].no-carousel>div {
		padding: 2% 4%
	}
	.clients[data-additional_padding="3"].no-carousel>div {
		padding: 3% 6%
	}
	.clients[data-additional_padding="4"].no-carousel>div {
		padding: 5% 10%
	}
}

@media only screen and (min-width:1300px) and (max-width:1600px) {
	.full-width-content .vc_span8 .clients.five-cols.carousel>div,
	.full-width-content .vc_col-sm-8 .clients.five-cols.carousel>div {
		width: 33%
	}
}

@media only screen and (min-width:990px) and (max-width:1300px) {
	.full-width-content .vc_span8 .clients.six-cols>div,
	.full-width-content .vc_col-sm-8 .clients.six-cols>div {
		width: 32.3%
	}
	.full-width-content .vc_span8 .clients.no-carousel.six-cols>div:nth-child(3n+3),
	.full-width-content .vc_col-sm-8 .clients.no-carousel.six-cols>div:nth-child(3n+3) {
		margin-right: 0
	}
	.full-width-content .vc_span8 .clients.five-cols.carousel>div,
	.full-width-content .vc_col-sm-8 .clients.five-cols.carousel>div {
		width: 40%
	}
}

.iwithtext {
	position: relative
}

.iwithtext .iwt-icon {
	position: absolute;
	left: 0;
	top: 0
}

.iwithtext .iwt-icon img {
	width: 35px;
	height: auto;
	padding: 0
}

.row .col .iwithtext .iwt-icon img:not([srcset]) {
	width: 35px
}

.span_10.iwt h2 {
	line-height: 20px
}

.span_10.iwt h3 {
	line-height: 18px
}

.iwithtext .iwt-text {
	padding-left: 55px
}

.main-content .vc_span2 .iwithtext .iwt-icon,
.main-content .vc_col-sm-2 .iwithtext .iwt-icon {
	top: -2px
}

.main-content .vc_span2 .iwithtext .iwt-icon i,
.main-content .vc_col-sm-2 .iwithtext .iwt-icon i {
	font-size: 26px;
	line-height: 26px;
	width: 26px;
	height: 26px
}

.main-content .vc_span2 .iwithtext .iwt-icon img,
.main-content .vc_col-sm-2 .iwithtext .iwt-icon img {
	width: 26px
}

.main-content .vc_span2 .iwithtext .iwt-icon img:not([srcset]),
.main-content .vc_col-sm-2 .iwithtext .iwt-icon img:not([srcset]) {
	width: 26px
}

.main-content .vc_span2 .iwithtext .iwt-text,
.main-content .vc_col-sm-2 .iwithtext .iwt-text {
	padding-left: 45px
}

@media only screen and (min-width :1px) and (max-width :999px) {
	.main-content .vc_span2 .iwithtext .iwt-icon i {
		font-size: 34px;
		line-height: 34px;
		width: 34px;
		height: 34px
	}
	.main-content .vc_span2 .iwithtext .iwt-icon img {
		width: 35px
	}
	.main-content .vc_span2 .iwithtext .iwt-text {
		padding-left: 55px
	}
	.main-content .vc_span2 .iwithtext .iwt-icon {
		top: -4px
	}
}

@font-face {
	font-family: steadysets;
	src: url(../../../themes/salient/css/fonts/steadysets.eot);
	src: url(../../../themes/salient/css/fonts/steadysets.eot?#iefix) format('embedded-opentype'), url(../../../themes/salient/css/fonts/steadysets.ttf) format('truetype'), url(../../../themes/salient/css/fonts/steadysets.woff) format('woff'), url(../../../themes/salient/css/fonts/steadysets.svg) format('svg');
	font-weight: 400;
	font-style: normal
}

body [class*=" steadysets-icon-"],
body [class^=steadysets-icon-] {
	font-family: steadysets;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.steadysets-icon-type:before {
	content: "\e600"
}

.steadysets-icon-box:before {
	content: "\e601"
}

.steadysets-icon-archive:before {
	content: "\e602"
}

.steadysets-icon-envelope:before {
	content: "\e603"
}

.steadysets-icon-email:before {
	content: "\e604"
}

.steadysets-icon-files:before {
	content: "\e605"
}

.steadysets-icon-uniE606:before {
	content: "\e606"
}

.steadysets-icon-connection-empty:before {
	content: "\e607"
}

.steadysets-icon-connection-25:before {
	content: "\e608"
}

.steadysets-icon-connection-50:before {
	content: "\e609"
}

.steadysets-icon-connection-75:before {
	content: "\e60a"
}

.steadysets-icon-connection-full:before {
	content: "\e60b"
}

.steadysets-icon-microphone:before {
	content: "\e60c"
}

.steadysets-icon-microphone-off:before {
	content: "\e60d"
}

.steadysets-icon-book:before {
	content: "\e60e"
}

.steadysets-icon-cloud:before {
	content: "\e60f"
}

.steadysets-icon-book2:before {
	content: "\e610"
}

.steadysets-icon-star:before {
	content: "\e611"
}

.steadysets-icon-phone-portrait:before {
	content: "\e612"
}

.steadysets-icon-phone-landscape:before {
	content: "\e613"
}

.steadysets-icon-tablet:before {
	content: "\e614"
}

.steadysets-icon-tablet-landscape:before {
	content: "\e615"
}

.steadysets-icon-laptop:before {
	content: "\e616"
}

.steadysets-icon-uniE617:before {
	content: "\e617"
}

.steadysets-icon-barbell:before {
	content: "\e618"
}

.steadysets-icon-stopwatch:before {
	content: "\e619"
}

.steadysets-icon-atom:before {
	content: "\e61a"
}

.steadysets-icon-syringe:before {
	content: "\e61b"
}

.steadysets-icon-pencil:before {
	content: "\e61c"
}

.steadysets-icon-chart:before {
	content: "\e61d"
}

.steadysets-icon-bars:before {
	content: "\e61e"
}

.steadysets-icon-cube:before {
	content: "\e61f"
}

.steadysets-icon-image:before {
	content: "\e620"
}

.steadysets-icon-crop:before {
	content: "\e621"
}

.steadysets-icon-graph:before {
	content: "\e622"
}

.steadysets-icon-select:before {
	content: "\e623"
}

.steadysets-icon-bucket:before {
	content: "\e624"
}

.steadysets-icon-mug:before {
	content: "\e625"
}

.steadysets-icon-clipboard:before {
	content: "\e626"
}

.steadysets-icon-lab:before {
	content: "\e627"
}

.steadysets-icon-bones:before {
	content: "\e628"
}

.steadysets-icon-pill:before {
	content: "\e629"
}

.steadysets-icon-bolt:before {
	content: "\e62a"
}

.steadysets-icon-health:before {
	content: "\e62b"
}

.steadysets-icon-map-marker:before {
	content: "\e62c"
}

.steadysets-icon-stack:before {
	content: "\e62d"
}

.steadysets-icon-newspaper:before {
	content: "\e62e"
}

.steadysets-icon-uniE62F:before {
	content: "\e62f"
}

.steadysets-icon-coffee:before {
	content: "\e630"
}

.steadysets-icon-bill:before {
	content: "\e631"
}

.steadysets-icon-sun:before {
	content: "\e632"
}

.steadysets-icon-vcard:before {
	content: "\e633"
}

.steadysets-icon-shorts:before {
	content: "\e634"
}

.steadysets-icon-drink:before {
	content: "\e635"
}

.steadysets-icon-diamond:before {
	content: "\e636"
}

.steadysets-icon-bag:before {
	content: "\e637"
}

.steadysets-icon-calculator:before {
	content: "\e638"
}

.steadysets-icon-credit-cards:before {
	content: "\e639"
}

.steadysets-icon-microwave-oven:before {
	content: "\e63a"
}

.steadysets-icon-camera:before {
	content: "\e63b"
}

.steadysets-icon-share:before {
	content: "\e63c"
}

.steadysets-icon-bullhorn:before {
	content: "\e63d"
}

.steadysets-icon-user:before {
	content: "\e63e"
}

.steadysets-icon-users:before {
	content: "\e63f"
}

.steadysets-icon-user2:before {
	content: "\e640"
}

.steadysets-icon-users2:before {
	content: "\e641"
}

.steadysets-icon-unlocked:before {
	content: "\e642"
}

.steadysets-icon-unlocked2:before {
	content: "\e643"
}

.steadysets-icon-lock:before {
	content: "\e644"
}

.steadysets-icon-forbidden:before {
	content: "\e645"
}

.steadysets-icon-switch:before {
	content: "\e646"
}

.steadysets-icon-meter:before {
	content: "\e647"
}

.steadysets-icon-flag:before {
	content: "\e648"
}

.steadysets-icon-home:before {
	content: "\e649"
}

.steadysets-icon-printer:before {
	content: "\e64a"
}

.steadysets-icon-clock:before {
	content: "\e64b"
}

.steadysets-icon-calendar:before {
	content: "\e64c"
}

.steadysets-icon-comment:before {
	content: "\e64d"
}

.steadysets-icon-chat-3:before {
	content: "\e64e"
}

.steadysets-icon-chat-2:before {
	content: "\e64f"
}

.steadysets-icon-chat-1:before {
	content: "\e650"
}

.steadysets-icon-chat:before {
	content: "\e651"
}

.steadysets-icon-zoom-out:before {
	content: "\e652"
}

.steadysets-icon-zoom-in:before {
	content: "\e653"
}

.steadysets-icon-search:before {
	content: "\e654"
}

.steadysets-icon-trashcan:before {
	content: "\e655"
}

.steadysets-icon-tag:before {
	content: "\e656"
}

.steadysets-icon-download:before {
	content: "\e657"
}

.steadysets-icon-paperclip:before {
	content: "\e658"
}

.steadysets-icon-checkbox:before {
	content: "\e659"
}

.steadysets-icon-checkbox-checked:before {
	content: "\e65a"
}

.steadysets-icon-checkmark:before {
	content: "\e65b"
}

.steadysets-icon-refresh:before {
	content: "\e65c"
}

.steadysets-icon-reload:before {
	content: "\e65d"
}

.steadysets-icon-arrow-right:before {
	content: "\e65e"
}

.steadysets-icon-arrow-down:before {
	content: "\e65f"
}

.steadysets-icon-arrow-up:before {
	content: "\e660"
}

.steadysets-icon-arrow-left:before {
	content: "\e661"
}

.steadysets-icon-settings:before {
	content: "\e662"
}

.steadysets-icon-battery-full:before {
	content: "\e663"
}

.steadysets-icon-battery-75:before {
	content: "\e664"
}

.steadysets-icon-battery-50:before {
	content: "\e665"
}

.steadysets-icon-battery-25:before {
	content: "\e666"
}

.steadysets-icon-battery-empty:before {
	content: "\e667"
}

.steadysets-icon-battery-charging:before {
	content: "\e668"
}

.steadysets-icon-uniE669:before {
	content: "\e669"
}

.steadysets-icon-grid:before {
	content: "\e66a"
}

.steadysets-icon-list:before {
	content: "\e66b"
}

.steadysets-icon-wifi-low:before {
	content: "\e66c"
}

.steadysets-icon-folder-check:before {
	content: "\e66d"
}

.steadysets-icon-folder-settings:before {
	content: "\e66e"
}

.steadysets-icon-folder-add:before {
	content: "\e66f"
}

.steadysets-icon-folder:before {
	content: "\e670"
}

.steadysets-icon-window:before {
	content: "\e671"
}

.steadysets-icon-windows:before {
	content: "\e672"
}

.steadysets-icon-browser:before {
	content: "\e673"
}

.steadysets-icon-file-broken:before {
	content: "\e674"
}

.steadysets-icon-align-justify:before {
	content: "\e675"
}

.steadysets-icon-align-center:before {
	content: "\e676"
}

.steadysets-icon-align-right:before {
	content: "\e677"
}

.steadysets-icon-align-left:before {
	content: "\e678"
}

.steadysets-icon-file:before {
	content: "\e679"
}

.steadysets-icon-file-add:before {
	content: "\e67a"
}

.steadysets-icon-file-settings:before {
	content: "\e67b"
}

.steadysets-icon-mute:before {
	content: "\e67c"
}

.steadysets-icon-heart:before {
	content: "\e67d"
}

.steadysets-icon-enter:before {
	content: "\e67e"
}

.steadysets-icon-volume-decrease:before {
	content: "\e67f"
}

.steadysets-icon-wifi-mid:before {
	content: "\e680"
}

.steadysets-icon-volume:before {
	content: "\e681"
}

.steadysets-icon-bookmark:before {
	content: "\e682"
}

.steadysets-icon-screen:before {
	content: "\e683"
}

.steadysets-icon-map:before {
	content: "\e684"
}

.steadysets-icon-measure:before {
	content: "\e685"
}

.steadysets-icon-eyedropper:before {
	content: "\e686"
}

.steadysets-icon-support:before {
	content: "\e687"
}

.steadysets-icon-phone:before {
	content: "\e688"
}

.steadysets-icon-email2:before {
	content: "\e689"
}

.steadysets-icon-volume-increase:before {
	content: "\e68a"
}

.steadysets-icon-wifi-full:before {
	content: "\e68b"
}

@font-face {
	font-family: linecons;
	src: url(../../../themes/salient/css/fonts/linecons.eot);
	src: url(../../../themes/salient/css/fonts/linecons.eot?#iefix) format('embedded-opentype'), url(../../../themes/salient/css/fonts/linecons.ttf) format('truetype'), url(../../../themes/salient/css/fonts/linecons.woff) format('woff'), url(../../../themes/salient/css/fonts/linecons.svg) format('svg');
	font-weight: 400;
	font-style: normal
}

body [class*=" linecon-icon-"],
body [class^=linecon-icon-] {
	font-family: linecons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.linecon-icon-heart:before {
	content: "\e600"
}

.linecon-icon-cloud:before {
	content: "\e601"
}

.linecon-icon-star:before {
	content: "\e602"
}

.linecon-icon-tv:before {
	content: "\e603"
}

.linecon-icon-sound:before {
	content: "\e604"
}

.linecon-icon-video:before {
	content: "\e605"
}

.linecon-icon-trash:before {
	content: "\e606"
}

.linecon-icon-user:before {
	content: "\e607"
}

.linecon-icon-key:before {
	content: "\e608"
}

.linecon-icon-search:before {
	content: "\e609"
}

.linecon-icon-eye:before {
	content: "\e60a"
}

.linecon-icon-bubble:before {
	content: "\e60b"
}

.linecon-icon-stack:before {
	content: "\e60c"
}

.linecon-icon-cup:before {
	content: "\e60d"
}

.linecon-icon-phone:before {
	content: "\e60e"
}

.linecon-icon-news:before {
	content: "\e60f"
}

.linecon-icon-mail:before {
	content: "\e610"
}

.linecon-icon-like:before {
	content: "\e611"
}

.linecon-icon-photo:before {
	content: "\e612"
}

.linecon-icon-note:before {
	content: "\e613"
}

.linecon-icon-food:before {
	content: "\e614"
}

.linecon-icon-t-shirt:before {
	content: "\e615"
}

.linecon-icon-fire:before {
	content: "\e616"
}

.linecon-icon-clip:before {
	content: "\e617"
}

.linecon-icon-shop:before {
	content: "\e618"
}

.linecon-icon-calendar:before {
	content: "\e619"
}

.linecon-icon-wallet:before {
	content: "\e61a"
}

.linecon-icon-vynil:before {
	content: "\e61b"
}

.linecon-icon-truck:before {
	content: "\e61c"
}

.linecon-icon-world:before {
	content: "\e61d"
}

.linecon-icon-clock:before {
	content: "\e61e"
}

.linecon-icon-paperplane:before {
	content: "\e61f"
}

.linecon-icon-params:before {
	content: "\e620"
}

.linecon-icon-banknote:before {
	content: "\e621"
}

.linecon-icon-data:before {
	content: "\e622"
}

.linecon-icon-music:before {
	content: "\e623"
}

.linecon-icon-megaphone:before {
	content: "\e624"
}

.linecon-icon-study:before {
	content: "\e625"
}

.linecon-icon-lab:before {
	content: "\e626"
}

.linecon-icon-location:before {
	content: "\e627"
}

.linecon-icon-display:before {
	content: "\e628"
}

.linecon-icon-diamond:before {
	content: "\e629"
}

.linecon-icon-pen:before {
	content: "\e62a"
}

.linecon-icon-bulb:before {
	content: "\e62b"
}

.linecon-icon-lock:before {
	content: "\e62c"
}

.linecon-icon-tag:before {
	content: "\e62d"
}

.linecon-icon-camera:before {
	content: "\e62e"
}

.linecon-icon-settings:before {
	content: "\e62f"
}

.post-area.masonry.classic_enhanced .post .post-featured-img,
.blog-recent[data-style*=classic_enhanced] .post-featured-img,
.post-area.masonry.classic_enhanced .n-post-bg {
	transition: all .7s cubic-bezier(.2, 1, .22, 1);
	-webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1);
	line-height: 0;
	display: block;
	position: relative
}

.post-area.masonry.classic_enhanced .post .post-featured-img img,
.post-area.masonry.classic_enhanced .post.format-gallery .inner-wrap .flickity-slider .cell img,
.post-area.masonry.classic_enhanced .post.format-gallery.wide_tall .inner-wrap .flickity-viewport,
.post-area.masonry.classic_enhanced .post.format-gallery.large_featured .inner-wrap .flickity-viewport,
.blog-recent[data-style*=classic_enhanced] .post-featured-img img {
	margin-bottom: 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: all .7s cubic-bezier(.2, 1, .22, 1);
	-webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1)
}

.post-area.masonry.classic_enhanced .post .inner-wrap:hover .post-featured-img img,
.post-area.masonry.classic_enhanced .post.large_featured .inner-wrap:hover .post-featured-img,
.post-area.masonry.classic_enhanced .post.wide_tall .inner-wrap:hover .post-featured-img,
.post-area.masonry.classic_enhanced .post.format-gallery .inner-wrap:hover .flickity-slider .cell img,
.post-area.masonry.classic_enhanced .link .inner-wrap:hover .n-post-bg,
.post-area.masonry.classic_enhanced .quote .inner-wrap:hover .n-post-bg,
.post-area.masonry.classic_enhanced .post.format-gallery.wide_tall .inner-wrap:hover .flickity-viewport,
.post-area.masonry.classic_enhanced .post.format-gallery.large_featured .inner-wrap:hover .flickity-viewport,
.blog-recent[data-style*=classic_enhanced] .inner-wrap:hover .post-featured-img img,
.blog-recent[data-style*=classic_enhanced_alt] .inner-wrap:hover .post-featured-img {
	transform: scale(1.07);
	-webkit-transform: scale(1.07)
}

.blog-recent[data-style*=classic_enhanced][data-remove-post-nectar-love="1"][data-remove-post-comment-number="1"][data-remove-post-author="1"] .inner-wrap {
	padding-bottom: 0
}

.post-area.masonry.classic_enhanced[data-remove-post-nectar-love="1"][data-remove-post-comment-number="1"][data-remove-post-author="1"] .post .post-meta,
#ajax-content-wrap .blog-recent[data-style*=classic_enhanced][data-remove-post-nectar-love="1"] .nectar-love-wrap,
.blog-recent[data-style*=classic_enhanced][data-remove-post-nectar-love="1"][data-remove-post-comment-number="1"][data-remove-post-author="1"] .post-meta {
	display: none
}

body .blog-recent[data-style*=classic_enhanced] .post-meta {
	position: absolute;
	bottom: 0;
	left: 0;
	top: auto;
	z-index: 300;
	width: 100%;
	margin-bottom: 0;
	border-right: 0
}

.masonry.classic_enhanced .post .post-header h2 a {
	color: inherit
}

.masonry.classic_enhanced .post .post-meta a,
.masonry.classic_enhanced .post .post-meta i:not(.icon-salient-heart),
.blog-recent[data-style*=classic_enhanced] .post-meta a,
.blog-recent[data-style*=classic_enhanced] .post-meta i:not(.icon-salient-heart) {
	transition: color .1s linear;
	-webkit-transition: color .1s linear
}

.masonry.classic_enhanced .post .post-meta a,
.masonry.classic_enhanced .post-header,
.masonry.classic_enhanced .post .excerpt,
.blog-recent[data-style*=classic_enhanced] .excerpt,
.blog-recent[data-style*=classic_enhanced] .post-meta a {
	color: #555
}

.blog-recent[data-style*=classic_enhanced][data-color-scheme=dark] .excerpt,
.blog-recent[data-style*=classic_enhanced][data-color-scheme=dark] .post-meta a,
.blog-recent[data-style*=classic_enhanced][data-color-scheme=dark] .post-header {
	color: rgba(255, 255, 255, .5)
}

.masonry.classic_enhanced h3 {
	color: #000
}

.blog-recent[data-style*=classic_enhanced] .post-meta a .nectar-love-count {
	color: #555
}

.masonry.classic_enhanced .post .post-meta a,
.masonry.classic_enhanced .post-meta .nectar-love-count,
.masonry.classic_enhanced .post-header,
.blog-recent[data-style*=classic_enhanced] .post-meta .nectar-love-count,
.blog-recent[data-style*=classic_enhanced] .post-header,
.blog-recent[data-style*=classic_enhanced] .post-meta a {
	font-size: 12px
}

.masonry.classic_enhanced .post .post-meta i,
.masonry.classic_enhanced .post .post-header .icon-salient-m-clock,
.blog-recent[data-style*=classic_enhanced] .post-meta i,
.blog-recent[data-style*=classic_enhanced] .post-header .icon-salient-m-clock {
	color: #b9b9b9
}

.masonry.classic_enhanced .post.wide_tall .post-meta i,
.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .post-meta i {
	color: rgba(255, 255, 255, .5)
}

.masonry.classic_enhanced .post .post-meta a,
.blog-recent[data-style*=classic_enhanced] .post-meta a {
	display: inline-block;
	vertical-align: middle
}

.masonry.classic_enhanced .post .post-meta i,
.blog-recent[data-style*=classic_enhanced] .post-meta i {
	width: 15px;
	margin-right: 3px;
	font-size: 14px;
	font-style: normal;
	top: 0
}

.masonry.classic_enhanced .post .post-meta .icon-salient-heart-2,
.blog-recent[data-style*=classic_enhanced] .post-meta .icon-salient-heart-2 {
	margin-right: 0
}

.masonry.classic_enhanced .post .post-meta .meta-comment-count i,
.blog-recent[data-style*=classic_enhanced] .post-meta .meta-comment-count i {
	width: 14px
}

.masonry.classic_enhanced .post .post-header .icon-salient-m-clock,
.blog-recent[data-style*=classic_enhanced] .post-header .icon-salient-m-clock {
	width: 14px;
	margin-right: 5px;
	font-size: 14px;
	top: 0
}

.masonry.classic_enhanced .posts-container article:not(.has-post-thumbnail) .meta-category a,
.masonry.classic_enhanced .posts-container .large_featured .meta-category a,
.blog-recent[data-style*=classic_enhanced] .inner-wrap:not(.has-post-thumbnail) .meta-category a {
	color: #000;
	border: 2px solid rgba(0, 0, 0, .2)
}

body[data-button-style^=rounded] .masonry.classic_enhanced .posts-container article .meta-category a,
body[data-button-style^=rounded] .blog-recent[data-style*=classic_enhanced] .meta-category a {
	border-radius: 100px
}

.masonry.classic_enhanced .posts-container article .meta-category a,
.masonry.classic_enhanced .posts-container .wide_tall .meta-category a,
.blog-recent[data-style*=classic_enhanced] .meta-category a {
	padding: 0 10px;
	display: inline-block;
	line-height: 20px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	color: #fff;
	border: 2px solid rgba(255, 255, 255, .5);
	transition: all .2s ease
}

body .blog-recent[data-style*=classic_enhanced_alt] .meta-category a,
.blog-recent[data-style=classic_enhanced_alt] .inner-wrap:not(.has-post-thumbnail) .meta-category a {
	color: #fff;
	border: 2px solid rgba(255, 255, 255, .5)
}

.masonry.classic_enhanced .posts-container article .meta-category a:hover {
	border: 2px solid transparent;
	color: #fff
}

body .blog-recent[data-style*=classic_enhanced] .meta-category a:hover,
.blog-recent[data-style*=classic_enhanced] .inner-wrap:not(.has-post-thumbnail) .meta-category a:hover {
	border: 2px solid transparent;
	color: #fff
}

.masonry.classic_enhanced .posts-container .has-post-thumbnail .meta-category a,
.blog-recent[data-style*=classic_enhanced] .has-post-thumbnail .meta-category a,
.blog-recent[data-style*=classic_enhanced] .meta-category a {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 101
}

body .blog-recent[data-style*=classic_enhanced] .meta-category a {
	z-index: 301
}

.masonry.classic_enhanced .posts-container article .meta-category a,
.blog-recent[data-style*=classic_enhanced] .meta-category a {
	z-index: 101;
	position: relative
}

.masonry.classic_enhanced .posts-container article .meta-category a:not(:first-child),
.blog-recent[data-style*=classic_enhanced] .meta-category a:not(:first-child) {
	display: none
}

.masonry.classic_enhanced .posts-container article:not(.has-post-thumbnail) .meta-category a {
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 0
}

.masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap,
.blog-recent[data-style*=classic_enhanced] .post-meta .nectar-love-wrap {
	float: none;
	display: inline-block
}

.masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap .nectar-love i,
.masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap .nectar-love .heart-wrap,
.masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap .nectar-love .nectar-love-count,
.blog-recent[data-style*=classic_enhanced] .post-meta .nectar-love-wrap .nectar-love i,
.blog-recent[data-style*=classic_enhanced] .post-meta .nectar-love-wrap .nectar-love .heart-wrap,
.blog-recent[data-style*=classic_enhanced] .post-meta .nectar-love-wrap .nectar-love .nectar-love-count {
	display: block;
	line-height: 18px;
	float: left
}

.blog-recent[data-style*=classic_enhanced_alt] .inner-wrap {
	overflow: hidden
}

.blog-recent[data-style*=classic_enhanced_alt] .inner-wrap.has-post-thumbnail {
	background-color: transparent
}

.post-area.masonry.classic_enhanced .post .post-meta,
.blog-recent[data-style*=classic_enhanced] .post-meta {
	padding: 6px 21px;
	z-index: 101;
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, .06)
}

.post-area.masonry.classic_enhanced .post.wide_tall.format-video .video-play-button {
	display: none
}

.post-area.masonry.classic_enhanced .post.format-link.has-post-thumbnail .post-featured-img,
.post-area.masonry.classic_enhanced .post.format-quote.has-post-thumbnail .post-featured-img {
	display: none
}

.span_12.light .masonry.classic_enhanced .masonry-blog-item h3.title,
.span_12.light .blog-recent[data-style=classic_enhanced] h3.title {
	color: #444
}

.masonry.classic_enhanced .masonry-blog-item .inner-wrap,
.blog-recent[data-style*=classic_enhanced] .inner-wrap {
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .08)
}

.blog-recent[data-style*=classic_enhanced] .inner-wrap {
	-webkit-perspective: none;
	perspective: none
}

body:not(.ascend) .masonry.classic_enhanced .masonry-blog-item .inner-wrap {
	padding: 0
}

body:not(.ascend) .masonry.classic_enhanced .post .content-inner {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0
}

.post-area.masonry.classic_enhanced .post.large_featured:not(.format-link):not(.format-quote) .content-inner {
	position: relative;
	width: 50%;
	height: 100%;
	z-index: 100;
	background-color: #fff
}

.masonry.classic_enhanced .masonry-blog-item.post.large_featured .article-content-wrap {
	width: 100%;
	top: 50%;
	left: 0;
	position: absolute;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}

.post-area.masonry.classic_enhanced .post:not(.wide_tall) .img-link {
	position: relative;
	display: block
}

.post-area.masonry.classic_enhanced .post.large_featured .post-content {
	height: 100%
}

.post-area.masonry.classic_enhanced .post.large_featured .img-link,
.post-area.masonry.classic_enhanced .post.large_featured .nectar-flickity {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: 100
}

.post-area.masonry.classic_enhanced .post.large_featured .post-featured-img,
.post-area.masonry.classic_enhanced .post.wide_tall .nectar-flickity .cell,
.post-area.masonry.classic_enhanced .post.large_featured .nectar-flickity .cell {
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: #333;
	background-position: center
}

.post-area.masonry.classic_enhanced .post.wide_tall .post-featured-img,
.post-area.masonry.classic_enhanced .post.wide_tall .nectar-flickity,
.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .post-featured-img {
	position: absolute;
	background-size: cover;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-position: center;
	background-color: #777
}

.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .post-featured-img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.blog-recent[data-style=classic_enhanced_alt] .inner-wrap>.img-link {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	overflow: hidden;
	border-radius: 4px
}

.post-area.masonry.classic_enhanced .post.wide_tall.format-quote .post-featured-img,
.post-area.masonry.classic_enhanced .post.wide_tall.format-link .post-featured-img {
	opacity: .1
}

.post-area.masonry.classic_enhanced .post.wide_tall .flickity-slider .cell,
.post-area.masonry.classic_enhanced .post.wide_tall .flickity-viewport,
.post-area.masonry.classic_enhanced .post.large_featured .flickity-slider .cell,
.post-area.masonry.classic_enhanced .post.large_featured .flickity-viewport {
	height: 100%!important
}

.post-area.masonry.classic_enhanced .post.wide_tall .meta-category,
.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .meta-category {
	z-index: 1000;
	display: block;
	position: relative
}

.post-area.masonry.classic_enhanced .post.wide_tall h3,
.blog-recent[data-style=classic_enhanced_alt] .inner-wrap h3,
body .blog-recent[data-style=classic_enhanced_alt][data-color-scheme=light] h3.title,
.span_12.light .post-area.masonry.classic_enhanced .post.wide_tall h3 {
	color: #fff
}

.post-area.masonry.classic_enhanced article h3:hover a {
	color: inherit
}

.post-area.masonry.classic_enhanced .post.wide_tall .inner-wrap:after,
.blog-recent[data-style=classic_enhanced_alt] .inner-wrap:after {
	background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) -2%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .04) 44%, rgba(0, 0, 0, .25) 100%, rgba(0, 0, 0, .5) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) -2%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .04) 44%, rgba(0, 0, 0, .25) 100%, rgba(0, 0, 0, .5) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45%;
	z-index: 11;
	border-radius: 4px;
	content: ' '
}

.post-area.masonry.classic_enhanced .post.wide_tall:not(.format-quote):not(.format-link) .inner-wrap:before,
.blog-recent[data-style=classic_enhanced_alt] .inner-wrap:before {
	background-color: rgba(0, 0, 0, .43);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	content: ' '
}

.blog-recent[data-style=classic_enhanced_alt] .inner-wrap:before {
	background-color: rgba(0, 0, 0, .55);
	border-radius: 4px
}

.masonry.classic_enhanced .post.wide_tall .post-meta a,
.masonry.classic_enhanced .wide_tall .post-header,
.masonry.classic_enhanced .post.wide_tall .excerpt,
.masonry.classic_enhanced .post.wide_tall .nectar-love span,
.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .post-meta a,
.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .post-header,
.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .excerpt,
.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .nectar-love span {
	color: rgba(255, 255, 255, .9)
}

.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .nectar-love span {
	color: rgba(255, 255, 255, .9)
}

.post-area.masonry.classic_enhanced .post.wide_tall .post-meta,
.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .post-meta {
	border-color: rgba(255, 255, 255, .15)
}

.post-area.masonry.classic_enhanced .post.wide_tall .article-content-wrap {
	position: absolute;
	z-index: 100;
	top: 50%;
	background-color: transparent;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 0;
	width: 100%;
	padding: 20%
}

.post-area.masonry.classic_enhanced .post.large_featured .post-meta {
	bottom: 0;
	top: auto;
	left: 0;
	z-index: 1000;
	width: 50%;
	position: absolute
}

.masonry.classic_enhanced .masonry-blog-item.post.large_featured .article-content-wrap {
	padding: 21%
}

.masonry.classic_enhanced .masonry-blog-item h3.title {
	line-height: 26px
}

.post-area.masonry.classic_enhanced .post.quote .post-content .quote-inner,
.post-area.masonry.classic_enhanced .post.link .post-content .link-inner {
	padding: 0
}

.post-area.masonry.classic_enhanced .post.quote .post-content,
.post-area.masonry.classic_enhanced .post.quote .content-inner,
.post-area.masonry.classic_enhanced .post.quote .quote-inner,
.post-area.masonry.classic_enhanced .post.link .post-content,
.post-area.masonry.classic_enhanced .post.link .content-inner,
.post-area.masonry.classic_enhanced .post.link .link-inner,
.post-area.masonry.classic_enhanced .post.wide_tall .post-content,
.post-area.masonry.classic_enhanced .post.wide_tall .content-inner,
.post-area.masonry.classic_enhanced .post.wide_tall .conent-inner a {
	height: 100%
}

.post-area.masonry.classic_enhanced .quote-wrap,
.post-area.masonry.classic_enhanced .link-wrap,
.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .article-content-wrap,
.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .article-content-wrap,
.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .article-content-wrap {
	padding: 17%!important;
	display: block;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	top: 50%;
	z-index: 10;
	left: 0;
	position: absolute
}

.post-area.masonry.classic_enhanced .large_featured .quote-wrap,
.post-area.masonry.classic_enhanced .large_featured .link-wrap {
	padding: 10.5%!important
}

@media only screen and (min-width:1000px) {
	.blog-recent[data-style*=classic_enhanced] .inner-wrap:not(.has-post-thumbnail) .article-content-wrap {
		padding: 17%;
		display: block;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		top: 50%;
		z-index: 10;
		left: 0;
		position: absolute
	}
}

.blog-recent[data-style*=classic_enhanced] .inner-wrap:not(.has-post-thumbnail) .article-content-wrap {
	width: 100%
}

.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .content-inner,
.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .post-content,
.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .content-inner,
.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .post-content,
.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .post-content,
.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .content-inner {
	height: 100%
}

.masonry.classic_enhanced .posts-container article .video-play-button svg {
	width: 16px;
	height: 16px;
	display: block
}

.masonry.classic_enhanced .posts-container article .video-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-webkit-transition: all .21s cubic-bezier(.5, .5, .4, .88);
	transition: all .21s cubic-bezier(.5, .5, .4, .88);
	color: #fff;
	font-size: 40px;
	z-index: 1000;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 100px
}

.masonry.classic_enhanced .posts-container .format-audio:hover .video-play-button,
.masonry.classic_enhanced .posts-container .format-video:hover .video-play-button {
	transform: translateY(-50%) translateX(-50%) scale(1.18);
	-webkit-transform: translateY(-50%) translateX(-50%) scale(1.18);
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .17)
}

.masonry.classic_enhanced .posts-container article:not(.has-post-thumbnail) .video-play-button,
.masonry.classic_enhanced .posts-container .wide_tall .video-play-button {
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 20px;
	transform: none;
	-webkit-transform: none
}

.masonry.classic_enhanced .posts-container article:not(.has-post-thumbnail):hover .video-play-button,
.masonry.classic_enhanced .posts-container .wide_tall:hover .video-play-button {
	transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.masonry.classic_enhanced .posts-container .large_featured .video-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%)
}

.post-area.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .post-meta.no-img,
.post-area.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .post-meta.no-img,
.post-area.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .post-meta.no-img,
.post-area.masonry.classic_enhanced .post.wide_tall .post-meta,
.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .post-meta {
	position: absolute!important;
	bottom: 0;
	top: auto!important;
	left: 0;
	z-index: 101;
	width: 100%
}

@media only screen and (min-width:1000px) {
	.masonry.classic_enhanced .masonry-blog-item.large_featured h3.title {
		font-size: 30px;
		line-height: 36px
	}
}

@media only screen and (min-width:1000px) {
	.blog-recent[data-style*=classic_enhanced].related-posts .col {
		margin-bottom: 0
	}
}

.blog-recent[data-style*=classic_enhanced].related-posts .article-content-wrap {
	padding: 30px
}

.blog-recent[data-style*=classic_enhanced].related-posts .article-content-wrap .post-header {
	margin-bottom: 0
}

.blog-recent[data-style*=classic_enhanced].related-posts .post-meta {
	padding: 10px 21px
}

.blog-recent[data-style*=classic_enhanced].related-posts .inner-wrap {
	padding-bottom: 52px!important
}

.container-wrap[data-remove-post-author="1"][data-remove-post-date="1"] .blog-recent[data-style*=classic_enhanced].related-posts .inner-wrap {
	padding-bottom: 0!important
}

.post-area.masonry.classic_enhanced .post .post-meta>*,
.blog-recent[data-style*=classic_enhanced] .post-meta>* {
	margin-right: 13px;
	margin-left: 0
}

.post-area.masonry.classic_enhanced .post .content-inner {
	position: static
}

.post-area.masonry.classic_enhanced .post .post-meta>*:last-child,
.blog-recent[data-style*=classic_enhanced] .post-meta>*:last-child {
	margin-right: 0
}

.post-area.masonry.classic_enhanced .post .post-meta .nectar-love,
.blog-recent[data-style*=classic_enhanced] .post-meta .nectar-love {
	margin-left: 0
}

.post-area.masonry.classic_enhanced .post .post-meta .nectar-love .icon-salient-heart,
.post-area.masonry.classic_enhanced .post.large_featured .post-featured-img img,
.post-area.masonry.classic_enhanced .post.wide_tall .post-featured-img img,
.blog-recent[data-style*=classic_enhanced_alt] .post-featured-img img,
.post-area.masonry.classic_enhanced .post.wide_tall .nectar-flickity .cell img,
.post-area.masonry.classic_enhanced .post.large_featured .nectar-flickity .cell img {
	display: none
}

.masonry.classic_enhanced .masonry-blog-item .article-content-wrap,
.blog-recent[data-style*=classic_enhanced] .article-content-wrap {
	padding: 5%;
	position: relative;
	z-index: 100;
	background-color: #fff
}

.masonry.classic_enhanced .masonry-blog-item h3.title,
.blog-recent[data-style*=classic_enhanced] h3.title {
	margin-bottom: 0
}

.blog-recent[data-style*=classic_enhanced][data-color-scheme=light] h3.title {
	color: #000
}

@media only screen and (max-width:690px) {
	.post-area.masonry.classic_enhanced .post.large_featured:not(.format-link):not(.format-quote) .content-inner {
		width: 100%;
		height: auto;
		position: static
	}
	body .masonry.classic_enhanced .masonry-blog-item.post.large_featured .article-content-wrap,
	body .post-area.masonry.classic_enhanced .post.wide_tall .article-content-wrap,
	.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .article-content-wrap {
		position: relative;
		-webkit-transform: none;
		transform: none;
		top: auto;
		height: auto!important;
		padding: 17%
	}
	.post-area.masonry.classic_enhanced .post.large_featured .post-meta,
	.post-area.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .post-meta.no-img,
	.post-area.masonry.classic_enhanced .quote-wrap,
	.post-area.masonry.classic_enhanced .link-wrap,
	.post-area.masonry.classic_enhanced .post.wide_tall .post-meta {
		position: relative;
		width: 100%!important
	}
	body .post-area.masonry.classic_enhanced .post.wide_tall .article-content-wrap {
		padding: 30% 17%
	}
	.post-area.masonry.classic_enhanced .post.wide_tall .post-meta {
		position: absolute
	}
	.post-area.masonry.classic_enhanced .post.large_featured .nectar-flickity {
		position: relative;
		width: 100%;
		height: 280px;
		overflow: hidden;
		z-index: 110
	}
	body .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .article-content-wrap,
	body .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .article-content-wrap,
	.post-area.masonry.classic_enhanced .quote-wrap,
	.post-area.masonry.classic_enhanced .link-wrap {
		height: auto!important;
		-webkit-transform: none;
		transform: none;
		position: relative
	}
	.post-area.masonry.classic_enhanced .post.large_featured .meta-category a {
		color: #fff;
		border: 2px solid rgba(255, 255, 255, .5)
	}
	.post-area.masonry.classic_enhanced .post.large_featured .img-link {
		position: relative;
		width: 100%;
		height: 280px
	}
	.post-area.masonry.classic_enhanced .post.large_featured,
	.post-area.masonry.classic_enhanced .post.regular .article-content-wrap,
	.post-area.masonry.classic_enhanced .post.regular.format-standard.has-post-thumbnail,
	.post-area.masonry.classic_enhanced .post.regular.format-video.has-post-thumbnail,
	.post-area.masonry.classic_enhanced .post.regular.format-audio.has-post-thumbnail,
	.masonry.classic_enhanced .masonry-blog-item {
		height: auto!important
	}
	.post-area.masonry.classic_enhanced .posts-container:not(.meta-moved) .post-content>.post-meta {
		opacity: 0;
		position: absolute!important
	}
}

@media only screen and (min-width :690px) and (max-width :999px) {
	body .post-area.masonry.classic_enhanced.span_9 .masonry-blog-item.large_featured {
		width: 99%
	}
}

@media only screen and (min-width:1600px) {
	.post-area.full-width-content.classic_enhanced .masonry-blog-item,
	.full-width-content .post-area.classic_enhanced .masonry-blog-item {
		width: 18.5%
	}
	body .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
		width: 63.66%
	}
	body .blog-fullwidth-wrap .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
		width: 58.5%
	}
	body .post-area.masonry.classic_enhanced.span_9 .masonry-blog-item.large_featured {
		width: 97.5%
	}
}

@media only screen and (min-width:1300px) and (max-width:1600px) {
	body .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
		width: 64.1%
	}
	body .blog-fullwidth-wrap .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
		width: 73%
	}
	body .post-area.masonry.classic_enhanced.span_9 .masonry-blog-item.large_featured {
		width: 97.5%
	}
}

@media only screen and (min-width:990px) and (max-width:1300px) {
	body .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
		width: 100%
	}
	body .blog-fullwidth-wrap .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
		width: 97.2%
	}
	body .post-area.masonry.classic_enhanced.span_9 .masonry-blog-item.large_featured {
		width: 97.5%
	}
}

@media only screen and (min-width:470px) and (max-width:990px) {
	body .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
		width: 97%
	}
	body .blog-fullwidth-wrap .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
		width: 97%
	}
}

@media only screen and (min-width:1300px) {
	.container,
	.post-area.standard-minimal.full-width-content .post .inner-wrap {
		max-width: 1100px
	}
}

@media only screen and (min-width:1000px) and (max-width:1300px) {
	#author-bio #author-info {
		width: 544px
	}
	#project-meta ul li .nectar-love-wrap.fadein {
		margin-right: 11px;
		padding-right: 11px
	}
	.post-area.masonry {
		width: 895px
	}
	.post-area.masonry.span_9 {
		width: 660px;
		margin-right: 10px
	}
	.post-area.masonry.span_9 .masonry-blog-item {
		width: 46.5%
	}
	#page-header-bg .span_6 .subheader {
		font-size: 24px
	}
	.nectar-slider-wrap[data-full-width=false] .swiper-slide .content h2,
	#boxed .nectar-slider-wrap[data-full-width=false] .swiper-slide .content h2 {
		font-size: 32px;
		line-height: 50px
	}
	body .swiper-slide .content p {
		font-size: 20px;
		line-height: 34px
	}
	.nectar-slider-wrap[data-full-width=false] .swiper-slide .content p {
		font-size: 14px;
		line-height: 24px
	}
	.main-content .col.span_4 .col.span_2 img,
	.main-content .col.span_3 .col.span_2 img,
	.main-content .col.span_2 .col.span_2 img,
	.main-content .col.span_6 .col.span_2 img {
		padding-right: 5px;
		top: -3px
	}
	.portfolio-items:not(.carousel) .col .work-item.style-2 i {
		line-height: 32px;
		height: 32px;
		width: 32px;
		font-size: 14px
	}
	#top nav>ul>li>a {
		padding-left: 8px
	}
	.sf-sub-indicator {
		left: 6px
	}
	body .swiper-slide .content p.transparent-bg span,
	.nectar-slider-wrap[data-full-width=false] .swiper-slide .content p.transparent-bg span {
		line-height: 38px
	}
	body .vc_pie_chart .vc_pie_chart_value {
		font-size: 32px
	}
}

@media only screen and (min-width :690px) and (max-width :999px) {
	.span_1,
	.span_2,
	.span_3,
	.span_4,
	.span_5,
	.span_6,
	.span_7,
	.span_8,
	.span_9,
	.span_10,
	.span_11,
	.span_12 {
		width: 100%;
		margin-left: 0
	}
	.col,
	body .vc_row-fluid .wpb_column {
		margin-bottom: 25px
	}
	#header-outer .col {
		margin-bottom: 0;
		margin-right: 0
	}
	.wpb_column {
		width: 100%
	}
	body[data-ccsa=larger] .vc_row-fluid:not(.full-width-content) .wpb_column {
		margin-right: 20px;
		margin-left: 20px;
		width: calc(100% - 40px)
	}
	body[data-ccsa=larger] .vc_row-fluid.full-width-content .wpb_column {
		margin-right: 0;
		width: 100%
	}
	body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop] {
		margin-bottom: 0
	}
	.vc_col-sm-12[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
	body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-12 {
		width: 100%
	}
	body .vc_row-fluid [class*=vc_col-][data-t-w-inherits=small_desktop]:first-child:not([class*=offset]) {
		margin-left: 0
	}
	body .vc_row-fluid .vc_col-sm-2 {
		width: 31.2%;
		margin-left: 3.1%
	}
	body .vc_row-fluid.full-width-content .vc_col-sm-2 {
		width: 33.3%;
		margin-left: 0
	}
	body .vc_row-fluid.full-width-content .vc_col-xs-6 {
		width: 50%
	}
	body .vc_row-fluid .vc_col-xs-12[class*=vc_col-xs-] {
		width: 100%
	}
	.vc_row-fluid .vc_col-sm-2[class*=vc_col-sm-]:first-child:not([class*=offset]),
	.vc_row-fluid .vc_col-sm-2[class*=vc_col-sm-]:nth-child(3n+4):not([class*=offset]) {
		margin-left: 0
	}
	.container {
		max-width: 600px
	}
	.wpb_column.force-tablet-text-align-left,
	.wpb_column.force-tablet-text-align-left .col {
		text-align: left!important
	}
	.wpb_column.force-tablet-text-align-right,
	.wpb_column.force-tablet-text-align-right .col {
		text-align: right!important
	}
	.wpb_column.force-tablet-text-align-center,
	.wpb_column.force-tablet-text-align-center .col,
	.wpb_column.force-tablet-text-align-center .vc_custom_heading,
	.wpb_column.force-tablet-text-align-center .nectar-cta {
		text-align: center!important
	}
	.wpb_column.force-tablet-text-align-center .img-with-aniamtion-wrap img {
		display: inline-block
	}
	.one-fourths.span_3,
	.one-fourths.vc_span3,
	.one-fourths.vc_col-sm-3:not([class*=vc_col-xs-]) {
		width: 50%;
		margin-bottom: 2%
	}
	#footer-outer .one-fourths.span_3,
	#footer-outer .one-fourths.vc_span3,
	#footer-outer .one-fourths.vc_col-sm-3:not([class*=vc_col-xs-]) {
		width: 48%!important;
		margin-bottom: 2%;
		margin-right: 15px;
		margin-left: 0!important;
		padding: 15px;
		float: left
	}
	.one-fourths.span_3.clear-both,
	.one-fourths.vc_span3.clear-both,
	.one-fourths.vc_col-sm-3.clear-both:not([class*=vc_col-xs-]) {
		clear: both
	}
	#footer-outer .one-fourths.span_3.right-edge,
	.one-fourths.span_3.right-edge,
	.one-fourths.vc_span3.right-edge,
	.one-fourths.vc_col-sm-3.right-edge:not([class*=vc_col-xs-]) {
		margin-right: 0
	}
	.portfolio-items .col {
		width: 100%;
		margin-left: 0;
		margin-bottom: 8px
	}
	.portfolio-items:not(.carousel) div:nth-child(2n+2),
	.portfolio-items:not(.carousel) div:nth-child(2n+2) {
		clear: both
	}
	.portfolio-items[data-ps="6"] .col {
		padding: 2%
	}
	body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers>div .bg-img:after {
		opacity: 1
	}
	body .portfolio-items[data-ps="6"] .work-item .work-meta .inner,
	body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner {
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	.col.boxed:hover,
	.ascend .main-content .col.boxed:hover,
	.material .main-content .col.boxed:hover {
		margin-top: 0;
		top: 0;
		transform: none;
		-webkit-transform: none;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
		box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
	}
	#call-to-action .container a {
		margin-top: 20px;
		margin-left: 0
	}
	#ajax-content-wrap .post-area {
		padding-right: 0
	}
	body.single-portfolio .row .col.section-title h1 {
		width: 450px;
		margin: 0 auto;
		display: block
	}
	#ajax-content-wrap .contact-info {
		padding-left: 0
	}
	.nectar-google-map {
		max-height: 425px
	}
	#sidebar #flickr>div {
		width: 16%
	}
	#footer-outer #copyright .col {
		width: 49%;
		margin-bottom: 0
	}
	#footer-widgets .container .col {
		margin-left: 15px;
		width: 48%
	}
	#footer-widgets .one-fourths .span_3:nth-child(2n+1) {
		margin-left: 0
	}
	body #sidebar #flickr div {
		float: left
	}
	#sidebar .recent_projects_widget div a,
	body #sidebar #flickr div a {
		width: 90px
	}
	#sidebar .recent_projects_widget div a:nth-child(3n+3),
	body #sidebar #flickr div:nth-child(3n+3) a {
		margin: 2% 2% 0 0
	}
	body #sidebar .recent_projects_widget div a:last-child,
	body #sidebar #flickr div {
		margin-right: 0
	}
	#author-bio #author-info {
		width: 494px
	}
	#page-header-bg .span_6 h1 {
		font-size: 32px;
		line-height: 38px
	}
	#page-header-bg .span_6 {
		top: auto!important;
		float: none
	}
	body.single-post #page-header-bg[data-post-hs=default_minimal] {
		padding-top: 10%;
		padding-bottom: 10%
	}
	.page-header-no-bg #ajax-content-wrap .portfolio-filters {
		margin-top: 15px;
		float: none;
		clear: both;
		height: auto
	}
	#page-header-bg[data-parallax="1"] .project-title .span_6 {
		padding-right: 70px
	}
	.page-header-no-bg .portfolio-filters ul {
		position: absolute;
		width: 100%
	}
	html.js #page-header-bg[data-parallax="0"].not-loaded {
		background-color: #f5f5f5
	}
	#call-to-action .container span {
		display: block
	}
	.masonry-blog-item {
		width: 47.7%
	}
	.post-area.masonry,
	.post-area.masonry.span_9,
	body[data-ext-responsive=true] .post-area.masonry.span_9,
	body[data-ext-responsive=true] .post-area.masonry.span_9.meta_overlaid {
		width: 610px
	}
	#ajax-content-wrap .post-area.masonry.span_9,
	.post-area.masonry.span_9 {
		margin-bottom: 90px
	}
	.post-area.masonry.span_9 .masonry-blog-item {
		width: 47.3%
	}
	.post-area.masonry.span_9.material .masonry-blog-item {
		width: 47.1%
	}
	body.woocommerce .container div.product div.images div.thumbnails a,
	body.woocommerce .container #content div.product div.images div.thumbnails a,
	body.woocommerce-page .container div.product div.images div.thumbnails a,
	body.woocommerce-page .container #content div.product div.images div.thumbnails a {
		width: 16.9%;
		margin-right: 3.8%
	}
	.woocommerce .container div.product div.images div.thumbnails a:nth-child(5n+5) {
		margin-right: 0
	}
	.main-content .col.span_4 .col.span_2,
	.main-content .col.span_3 .col.span_2,
	.main-content .col.span_2 .col.span_2,
	.main-content .col.span_6 .col.span_2 {
		width: 7%
	}
	.main-content .col.span_4 .span_10,
	.main-content .col.span_3 .col.span_10,
	.main-content .col.span_2 .col.span_10,
	.main-content .col.span_6 .col.span_10 {
		width: 91%
	}
	.testimonial_slider .flickity-page-dots {
		bottom: -35px
	}
	#ajax-content-wrap .span_12 .col.span_6.empty-second {
		width: 49%
	}
	body .swiper-slide .content p i {
		width: 18px;
		font-size: 16px
	}
	body .swiper-slide .content p.transparent-bg span,
	.nectar-slider-wrap[data-full-width=false] .swiper-slide .content p.transparent-bg span {
		line-height: 29px
	}
	#footer-widgets .container .col.span_6,
	#footer-widgets .container .col.span_4 {
		margin-left: 0;
		margin-right: 15px;
		padding: 15px;
		margin-bottom: 0
	}
	#footer-widgets .container .col.span_4 {
		margin-bottom: 40px
	}
	#footer-widgets .container .row>div:last-child,
	#footer-widgets .container .row>div.col_last {
		margin-right: 0
	}
	.iosSlider.product-thumbnails .thumb {
		width: 112px
	}
	#footer-widgets .container .row>div:nth-child(2).span_4,
	body .woocommerce .full-width-content>ul.products[data-product-style=material] li:nth-child(3n+3),
	body.woocommerce-page .full-width-content>ul.products[data-product-style=material] li:nth-child(3n+3) {
		margin-right: 0!important
	}
	body .woocommerce .full-width-content>ul.products[data-product-style=material] li:nth-child(2n+2),
	body.woocommerce-page .full-width-content>ul.products[data-product-style=material] li:nth-child(2n+2) {
		margin-right: 2%!important
	}
}

@media only screen and (max-width :690px) {
	.material:not(.admin-bar) #header-outer[data-using-secondary="1"] {
		top: 0
	}
	#header-outer[data-using-secondary="1"]:not(.hidden-secondary) {
		transform: none!important
	}
	.vc_row-fluid [class*=vc_span] {
		width: 100%!important
	}
	body[data-ccsa=larger] .vc_row-fluid:not(.full-width-content) .wpb_column {
		margin-right: 20px;
		margin-left: 20px;
		width: calc(100% - 40px)
	}
	body[data-ccsa=larger] .vc_row-fluid.full-width-content .wpb_column {
		margin-right: 0;
		width: 100%
	}
	.vc_row-fluid .vc_col-sm-2[class*=vc_col-sm-]:first-child:not([class*=offset]),
	.vc_row-fluid .vc_col-sm-2[class*=vc_col-sm-]:nth-child(2n+3):not([class*=offset]) {
		margin-left: 0
	}
	.container,
	.orbit-wrapper .slider-nav,
	.post-area.standard-minimal.full-width-content .post .inner-wrap {
		max-width: 320px
	}
	body[data-slide-out-widget-area-style=simple] #header-outer[data-full-width=true] #mobile-menu,
	body #header-outer[data-full-width=true] header>.container,
	body #header-secondary-outer[data-full-width=true]>.container {
		max-width: 100%;
		padding: 0 18px
	}
	.col {
		margin-bottom: 25px
	}
	.wpb_column.force-phone-text-align-left,
	.wpb_column.force-phone-text-align-left .col {
		text-align: left!important
	}
	.wpb_column.force-phone-text-align-right,
	.wpb_column.force-phone-text-align-right .col {
		text-align: right!important
	}
	.wpb_column.force-phone-text-align-center,
	.wpb_column.force-phone-text-align-center .col,
	.wpb_column.force-phone-text-align-center .vc_custom_heading,
	.wpb_column.force-phone-text-align-center .nectar-cta {
		text-align: center!important
	}
	.wpb_column.force-tablet-text-align-center .img-with-aniamtion-wrap img {
		display: inline-block
	}
	.post-area {
		margin-bottom: 0
	}
	.col.boxed:hover,
	.ascend .main-content .col.boxed:hover,
	.material .main-content .col.boxed:hover {
		margin-top: 0;
		top: 0;
		transform: none;
		-webkit-transform: none;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
		box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
	}
	#header-outer .col {
		margin-bottom: 0
	}
	.nectar_fullscreen_zoom_recent_projects .project-slide .project-info h2,
	.nectar_fullscreen_zoom_recent_projects .project-slide .project-info p {
		max-width: 100%
	}
	#fp-nav ul li a,
	.fp-slidesNav ul li a {
		padding: 11px
	}
	#fp-nav ul li a span,
	.fp-slidesNav ul li a span {
		height: 6px;
		width: 6px
	}
	#fp-nav.right {
		right: 10px
	}
	.nectar_fullscreen_zoom_recent_projects .dot-nav {
		display: none
	}
	.container .post .post-meta {
		display: none
	}
	#ajax-content-wrap .container .post .post-content {
		padding-left: 0
	}
	.container .post-header {
		font-size: 12px
	}
	.post-content.classic .post-header>span:after {
		height: 9px
	}
	.container .comment-list .comment>div {
		padding: 25px 25px 40px
	}
	#ajax-content-wrap .comment-list .children {
		padding-left: 20px
	}
	.container .comment-list .comment>div img.avatar {
		display: block;
		position: relative;
		height: 40px;
		width: 40px;
		top: 0;
		left: 0;
		margin-bottom: 5px
	}
	body:not(.original) .bypostauthor>.comment-body>.comment-author>img.avatar {
		border-width: 2px
	}
	body:not(.material) .comment-list .children {
		background-image: none
	}
	body.ascend #ajax-content-wrap .comment-list .children {
		margin-left: 0;
		padding-left: 30px
	}
	body.material #ajax-content-wrap .comment-list .comment>div,
	body.material #ajax-content-wrap .comment-list .pingback>div {
		margin-top: 2.5em
	}
	body.material .comment-list .children {
		border-left: 1px solid rgba(0, 0, 0, .1)
	}
	body.material .container .comment-list .comment>div {
		padding: 0 0 40px
	}
	body.material #ajax-content-wrap .comment-list .children {
		margin-left: 0;
		padding-left: 30px
	}
	body.material #ajax-content-wrap .comment-list .comment .comment>div {
		padding-left: 0
	}
	.container #respond h3 {
		font-size: 18px
	}
	.container .comment-list .reply {
		right: 29px;
		top: auto;
		bottom: 29px
	}
	.original .container .comment-list .reply {
		right: 0;
		top: auto;
		bottom: 0;
		margin-top: 20px;
		position: relative
	}
	.auto_meta_overlaid_spaced .masonry-blog-item {
		margin-bottom: 0
	}
	.container .contact-info {
		padding-left: 0
	}
	#single-meta .meta-comment-count,
	.row .col.section-title [data-hide-on-mobile=true] span:not(.total_loves):not(.nectar-love-count):not(.share-btn),
	.single #page-header-bg #single-below-header[data-hide-on-mobile=true] span:not(.total_loves):not(.nectar-love-count) {
		display: none
	}
	.single #page-header-bg[data-post-hs=default] #single-below-header[data-hide-on-mobile=false],
	.single [data-header-style=default] #single-below-header[data-hide-on-mobile=false] {
		margin-top: 15px
	}
	.single #page-header-bg[data-post-hs=default] #single-below-header[data-hide-on-mobile=false]>span:first-child>span,
	.single [data-header-style=default] #single-below-header[data-hide-on-mobile=false]>span:first-child>span {
		padding-left: 0
	}
	#ajax-content-wrap #page-header-bg[data-post-hs=default_minimal] #single-below-header span:not(.rich-snippet-hidden),
	#ajax-content-wrap .row.heading-title[data-header-style=default_minimal] .col.section-title span.meta-category {
		display: inline-block
	}
	.container-wrap[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] .heading-title[data-header-style=default_minimal] #single-below-header>span,
	#page-header-bg[data-post-hs=default_minimal] .span_6[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] #single-below-header>span {
		padding: 0 8px
	}
	.container-wrap[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] .heading-title[data-header-style=default_minimal] #single-below-header span,
	#page-header-bg[data-post-hs=default_minimal] .span_6[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] #single-below-header span {
		font-size: 13px;
		line-height: 10px
	}
	.single-post #single-meta .nectar-social[data-position=right] {
		margin-left: 0
	}
	#single-meta .nectar-social.hover[data-position=right] .nectar-social-inner {
		left: 0;
		text-align: left;
		right: auto
	}
	#single-meta .nectar-social {
		margin-left: 0
	}
	.material #page-header-bg.fullscreen-header .author-section {
		margin-top: 5px
	}
	html.js #page-header-bg[data-parallax="0"].not-loaded {
		background-color: #f5f5f5
	}
	#page-header-bg .portfolio-filters ul {
		position: absolute;
		width: 100%
	}
	#page-header-bg .span_6 {
		margin-bottom: 15px
	}
	body #footer-outer #copyright .col ul {
		float: left
	}
	body #footer-outer #copyright .col ul li:first-child {
		margin-left: 0
	}
	#call-to-action .container a {
		display: block;
		margin-top: 20px;
		margin-left: 0
	}
	#call-to-action {
		font-size: 18px
	}
	#ajax-content-wrap h2 .nectar-button,
	#ajax-content-wrap h3 .nectar-button,
	#ajax-content-wrap h4 .nectar-button {
		display: block
	}
	#ajax-content-wrap #footer-widgets .container .col:nth-child(3) {
		margin-bottom: 40px
	}
	#footer-outer #flickr img,
	#sidebar #flickr img {
		width: 95px
	}
	.post-area #pagination,
	.post-area.masonry #pagination {
		padding-left: 0
	}
	body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers>div .bg-img:after {
		opacity: 1
	}
	body .portfolio-items[data-ps="6"] .work-item .work-meta .inner,
	body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner {
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	.bottom_controls #portfolio-nav .controls li#next-link a i:after,
	.bottom_controls #portfolio-nav .controls li#prev-link a i:after {
		display: none
	}
	#search-results .result,
	.masonry-blog-item {
		width: 100%!important;
		margin-right: 0!important;
		margin-bottom: 25px;
		margin-left: 0!important
	}
	.posts-container[data-load-animation=none] article .inner-wrap.animated {
		opacity: 1
	}
	.masonry-blog-item {
		position: relative!important;
		top: auto!important;
		display: block
	}
	.gallery .gallery-item {
		width: 100%!important
	}
	#author-bio img {
		margin-right: 0;
		width: 60px;
		height: 60px
	}
	.row .blog-recent[data-style=list_featured_first_row].columns-3 .featured .post-featured-img {
		padding-bottom: 75%
	}
	.section-down-arrow i.icon-default-style[class^=icon-] {
		font-size: 16px
	}
	.section-down-arrow {
		bottom: 10px;
		right: 20px
	}
	#page-header-bg.fullscreen-header .author-section {
		bottom: 20px
	}
	#page-header-bg.fullscreen-header .author-section .meta-date:not(.updated) {
		margin-top: -4px;
		display: block
	}
	#contact-map {
		height: 270px
	}
	.nectar-google-map {
		max-height: 270px
	}
	.pp_pic_holder {
		left: 9px;
		width: 96%
	}
	.pp_content {
		width: 100%;
		height: 290px
	}
	.pp_content iframe {
		width: 100%
	}
	.pp_content .pp_inline iframe {
		height: 250px
	}
	.pp_content #pp_full_res img {
		width: 100%;
		height: auto
	}
	#page-header-bg .span_6 h1,
	body.search #page-header-bg h1,
	.single.single-post .section-title h1,
	body.single.single-post .row .col.section-title.span_12 h1 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 4px
	}
	#page-header-bg .span_6 {
		top: auto!important;
		float: none
	}
	#page-header-bg .author-section .meta-author .avatar {
		display: none
	}
	#page-header-bg.fullscreen-header .author-section .avatar-post-info {
		margin: 10px 0 0
	}
	#ajax-content-wrap .pricing-table>div {
		width: 100%;
		margin: 0 0 25px
	}
	body.woocommerce .post-area .woocommerce-result-count,
	body.woocommerce .post-area .woocommerce-ordering {
		float: none
	}
	body.woocommerce .post-area .woocommerce-ordering {
		right: 0
	}
	body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container .select2-selection--single .select2-selection__rendered {
		padding-left: 0
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		float: none;
		border-right: 0;
		width: 100%
	}
	#page-header-bg #portfolio-nav ul,
	.section-title #portfolio-nav ul {
		margin-bottom: 0
	}
	#portfolio-nav ul:first-child {
		z-index: 103
	}
	#portfolio-nav .controls:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden
	}
	body .container .portfolio-filters-inline.full-width-content .container {
		padding-left: 0;
		padding-right: 0
	}
	body #full_width_portfolio .project-title.parallax-effect .container,
	body #page-header-bg .project-title .container {
		padding-bottom: 30px
	}
	body #page-header-bg .section-title,
	.project-title .section-title,
	body.single .project-title .section-title {
		padding: 0
	}
	.row .col.section-title.project-title {
		padding-bottom: 30px;
		margin-bottom: 30px!important
	}
	#footer-outer #social li {
		margin-right: 10px;
		margin-left: 0
	}
	.post-area.masonry,
	.post-area.masonry.span_9,
	body[data-ext-responsive=true] .post-area.masonry.span_9,
	body[data-ext-responsive=true] .post-area.masonry.span_9.meta_overlaid {
		width: 320px
	}
	#ajax-content-wrap .post-area.masonry.span_9,
	.post-area.masonry.span_9 {
		margin-bottom: 90px
	}
	.ascend #ajax-content-wrap .comment-list .reply {
		top: 0
	}
	#customer_details>div {
		width: 100%;
		float: none
	}
	.woocommerce .shop_table .coupon {
		margin-bottom: 10px;
		margin-top: 5px
	}
	.woocommerce #customer_login.col2-set .col-1,
	.woocommerce-page #customer_login.col2-set .col-1,
	.woocommerce #customer_login.col2-set .col-2,
	.woocommerce-page #customer_login.col2-set .col-2,
	.woocommerce form.login .form-row-first,
	.woocommerce-page form.login .form-row-first,
	.woocommerce form.login .form-row-last,
	.woocommerce-page form.login .form-row-last {
		width: 100%!important
	}
	.woocommerce .shop_table .actions>input {
		float: left!important
	}
	.iosSlider.product-thumbnails .thumb {
		width: 93px
	}
	.main-content .col.span_4 .col.span_2,
	.main-content .col.span_3 .col.span_2,
	.main-content .col.span_2 .col.span_2,
	.main-content .col.span_6 .col.span_2 {
		width: 15%
	}
	.main-content .col.span_4 .span_10,
	.main-content .col.span_3 .col.span_10,
	.main-content .col.span_2 .col.span_10,
	.main-content .col.span_6 .col.span_10 {
		width: 83%
	}
	.auto_meta_overlaid_spaced .masonry-blog-item .post-content {
		height: 55vh
	}
	.slider-pagination {
		bottom: 10px
	}
	body .swiper-slide .content p i {
		width: 14px;
		font-size: 12px
	}
	.main-content .col.span_4 .col.span_2 img,
	.main-content .col.span_3 .col.span_2 img,
	.main-content .col.span_2 .col.span_2 img,
	.main-content .col.span_6 .col.span_2 img {
		padding-right: 13px;
		top: -3px
	}
	.woocommerce .woocommerce-result-count {
		padding-bottom: 0
	}
	.woocommerce #ajax-content-wrap .woocommerce-ordering,
	body[data-fancy-form-rcs="1"].woocommerce.woocommerce #ajax-content-wrap .woocommerce-ordering {
		position: relative;
		right: 0;
		top: 0;
		margin-left: 0;
		float: none
	}
	.woocommerce .product-subtotal {
		display: none
	}
	.nectar-slider-wrap[data-full-width=false] .swiper-slide .content p.transparent-bg span,
	body .swiper-slide .content p.transparent-bg span {
		line-height: 20px;
		top: -5px;
		left: 4px;
		box-shadow: 4px 0 0 rgba(0, 0, 0, .5), -4px 0 0 rgba(0, 0, 0, .5);
		-moz-box-shadow: 4px 0 0 rgba(0, 0, 0, .5), -4px 0 0 rgba(0, 0, 0, .5);
		-webkit-box-shadow: 4px 0 0 rgba(0, 0, 0, .5), -4px 0 0 rgba(0, 0, 0, .5);
		-o-box-shadow: 4px 0 0 rgba(0, 0, 0, .5), -4px 0 0 rgba(0, 0, 0, .5)
	}
	#buddypress .register-section {
		width: 100%;
		margin-bottom: 15px
	}
	.full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
		padding: 0 10%!important
	}
	#header-outer[data-full-width=true] header>.container {
		padding: 0
	}
	.blog-title ul .meta-share-count>a,
	.single .blog-title #single-meta ul .meta-share-count>a {
		display: none
	}
	.blog-title ul .meta-share-count .nectar-social {
		display: block!important;
		position: relative!important
	}
	.blog-title ul .meta-share-count .nectar-social,
	.blog-title ul .meta-share-count .nectar-social a {
		opacity: 1!important;
		left: 0!important
	}
	.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot {
		width: 25px
	}
}

@media only screen and (min-width :1px) and (max-width :999px) {
	#to-top:not(.mobile-enabled) {
		display: none
	}
	body[data-ajax-transitions=true] #ajax-loading-screen[data-method=standard][data-disable-mobile="1"] {
		display: none
	}
	body #header-outer:not(.transparent) #top .span_3 #logo[data-supplied-ml=true] img:not(.mobile-only-logo),
	body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting=true] img.starting-logo:not(.dark-version):not(.mobile-only-logo),
	body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting-dark=true] img.starting-logo.dark-version {
		display: none!important
	}
	body #header-outer:not(.transparent) #top .span_3 #logo .mobile-only-logo,
	body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting=true] img.mobile-only-logo.starting-logo:not(.dark-version),
	body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting-dark=true] img.mobile-only-logo.starting-logo.dark-version,
	#page-header-bg[data-parallax="1"] .span_6 .inner-wrap,
	#page-header-bg .span_6 {
		display: block!important
	}
	body #header-outer[data-permanent-transparent="1"][data-transparent-header=true].transparent #top .span_3 #logo .mobile-only-logo {
		opacity: 1!important
	}
	body[data-hhun="1"] #header-outer[data-mobile-fixed=false].invisible:not(.side-widget-open) {
		transform: none!important;
		pointer-events: auto!important
	}
	#header-outer[data-format=centered-menu-bottom-bar] #top .span_9 #logo {
		display: none
	}
	#page-header-bg[data-parallax="1"] .span_6,
	#page-header-bg[data-parallax="1"] {
		padding-right: 0;
		transform: translate(0px)!important;
		visibility: visible!important
	}
	#page-header-bg[data-parallax="1"][data-alignment-v=middle].fullscreen-header .span_6 {
		-webkit-transform: translateY(-50%)!important;
		transform: translateY(-50%)!important
	}
	#page-header-bg[data-parallax="1"][data-alignment-v=middle].fullscreen-header .nectar-particles .span_6 {
		-webkit-transform: none!important;
		transform: none!important
	}
	#page-header-bg.fullscreen-header .row {
		top: 0!important
	}
	#ajax-content-wrap .video-texture {
		display: none
	}
	.full-width-section.parallax_section,
	.full-width-content.parallax_section {
		background-attachment: scroll!important;
		background-position: center!important
	}
	.wpb_row.parallax_section .row-bg.using-image,
	#page-header-wrap[data-parallax="1"] .page-header-bg-image-wrap .page-header-bg-image {
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden
	}
	#page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .page-header-bg-image {
		transition: none;
		-webkit-transition: none
	}
	.original #search-outer #search input[type=text],
	body[data-header-format=left-header]:not(.material) #search-outer #search input[type=text] {
		font-size: 24px;
		border-bottom-width: 2px
	}
	.original #search-outer .container {
		width: 100%
	}
	body.material #search-outer #search form input[type=text][name] {
		font-size: 16px;
		line-height: 40px;
		border-bottom-width: 2px;
		padding-right: 50px
	}
	body.material #search-outer,
	.material #header-outer.transparent .bg-color-stripe,
	.material #search-outer .bg-color-stripe {
		height: 30vh
	}
	body.material #search-outer {
		min-height: 200px
	}
	body.material #search-outer .col {
		margin-bottom: 0
	}
	img.img-with-animation[data-animation=fade-in-from-right] {
		padding-left: 0
	}
	img.img-with-animation[data-animation=fade-in-from-left] {
		padding-right: 0
	}
	img.img-with-animation[data-animation=fade-in-from-bottom] {
		bottom: 0
	}
	.img-with-aniamtion-wrap .inner {
		margin: 0!important
	}
	body .img-with-aniamtion-wrap img {
		max-width: 100%
	}
	body .img-with-aniamtion-wrap:not([data-max-width-mobile=default]) .inner {
		max-width: none!important
	}
	.img-with-aniamtion-wrap.right[data-max-width-mobile="125%"]:not([data-max-width="75%"]):not([data-max-width="50%"]) .inner,
	.img-with-aniamtion-wrap.center[data-max-width-mobile="150%"]:not([data-max-width="75%"]):not([data-max-width="50%"]) .inner {
		margin-left: -25%!important
	}
	.img-with-aniamtion-wrap.right[data-max-width-mobile="150%"]:not([data-max-width="75%"]):not([data-max-width="50%"]) .inner,
	.img-with-aniamtion-wrap.center[data-max-width-mobile="200%"]:not([data-max-width="75%"]):not([data-max-width="50%"]) .inner {
		margin-left: -50%!important
	}
	.img-with-aniamtion-wrap.right[data-max-width-mobile="165%"]:not([data-max-width="75%"]):not([data-max-width="50%"]) .inner {
		margin-left: -65%!important
	}
	.img-with-aniamtion-wrap.right[data-max-width-mobile="175%"]:not([data-max-width="75%"]):not([data-max-width="50%"]) .inner {
		margin-left: -75%!important
	}
	.img-with-aniamtion-wrap.right[data-max-width-mobile="200%"] .inner {
		margin-left: -100%!important
	}
	.img-with-aniamtion-wrap[data-max-width-mobile*="%"]:not([data-max-width="75%"]):not([data-max-width="50%"]) img {
		width: 100%
	}
	.img-with-aniamtion-wrap[data-max-width="75%"] .inner {
		max-width: 75%
	}
	.img-with-aniamtion-wrap[data-max-width="50%"] .inner {
		max-width: 50%
	}
	.full-width-section>.col.span_12 {
		margin-bottom: 0
	}
	div[data-bg-mobile-hidden=true] .row-bg.using-image {
		background-image: none!important
	}
	.full-width-section,
	body[data-bg-header=true] .full-width-section.first-section,
	body[data-bg-header=true] .full-width-content.first-section,
	body[data-header-resize="0"] .container-wrap .portfolio-filters-inline.first-section,
	#header-outer[data-transparent-header=true][data-permanent-transparent=false] #logo .dark-version,
	#header-outer #top #logo img {
		margin-top: 0!important
	}
	.single-portfolio .row .post-area {
		margin-top: 0
	}
	.nectar_fullscreen_zoom_recent_projects .project-slide .project-info h2,
	.nectar_fullscreen_zoom_recent_projects .project-slide .project-info p {
		max-width: 75%
	}
	body #header-outer[data-format=centered-menu-under-logo] #top #logo img,
	body #header-outer[data-format=centered-menu-bottom-bar] #top #logo img {
		margin: 0
	}
	#header-outer[data-has-menu=false][data-format=default] #top .span_3,
	#header-outer[data-has-menu=true][data-mobile-fixed="1"] #top .span_3,
	#header-outer[data-has-menu=true][data-ptnm="1"] #top .span_3,
	#header-outer[data-has-menu=true] #top .span_3,
	body.material #header-outer[data-format=centered-menu-bottom-bar] #top .span_3 {
		text-align: left
	}
	#header-outer[data-transparent-header=true].no-pointer-events.side-widget-open {
		pointer-events: auto
	}
	.material #header-outer[data-transparent-header=true][data-mobile-fixed="1"].transparent {
		overflow: visible
	}
	#header-outer[data-mobile-fixed="1"],
	#header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"] {
		position: fixed!important
	}
	.material #header-outer[data-mobile-fixed=false][data-using-secondary="1"],
	.material.admin-bar #header-outer[data-mobile-fixed=false][data-using-secondary="1"] {
		top: 0
	}
	body #header-outer[data-transparent-header=true][data-remove-border=true],
	body #header-outer[data-transparent-header=true][data-remove-border=true].transparent {
		border: none
	}
	body[data-slide-out-widget-area-style=slide-out-from-right-hover][data-slide-out-widget-area=true][data-user-set-ocm=off] #header-outer header>.container {
		max-width: 100%;
		padding: 0 18px
	}
	.using-mobile-browser .slide-out-hover-icon-effect a {
		pointer-events: auto
	}
	.container-wrap {
		z-index: 11
	}
	.work-item:not([data-custom-content=on]) .work-info-bg {
		display: none
	}
	.style-3 .work-info-bg {
		display: block
	}
	body #top #logo img,
	#header-outer[data-permanent-transparent=false] #logo .dark-version {
		height: 24px;
		margin-top: -3px;
		top: 3px;
		position: relative
	}
	#header-outer[data-transparent-header=true][data-permanent-transparent=false] #logo .dark-version,
	#header-outer #top #logo img {
		top: 0
	}
	body.material #header-outer[data-permanent-transparent=false] #logo .dark-version,
	#header-outer[data-permanent-transparent=false] #logo .dark-version {
		position: absolute
	}
	.original #header-outer:not([data-transparent-header=true]) #top #logo img.stnd,
	.ascend #header-outer:not([data-transparent-header=true]) #top #logo img.stnd,
	.material #header-outer:not([data-transparent-header=true]) #top #logo img.stnd,
	.original #header-outer:not([data-transparent-header=true]) #top #logo picture.stnd,
	.ascend #header-outer:not([data-transparent-header=true]) #top #logo picture.stnd,
	.material #header-outer:not([data-transparent-header=true]) #top #logo picture.stnd {
		position: relative
	}
	body:not(.material) #header-outer[data-mobile-fixed="1"] #logo .starting-logo,
	body:not(.material) #header-outer[data-mobile-fixed="1"] #logo .dark-version {
		top: 6px
	}
	.admin-bar #header-outer,
	.logged-in.buddypress #header-outer {
		top: 0
	}
	.admin-bar.material-ocm-open #header-outer.transparent {
		top: 46px
	}
	body #header-outer {
		margin-bottom: 0;
		padding: 12px 0
	}
	body.page-template-template-no-header.nectar_using_pfsr #header-outer,
	body.page-template-template-no-header-footer.nectar_using_pfsr #header-outer {
		padding: 0
	}
	body #header-outer,
	body[data-hhun="1"]:not(.no-scroll) #header-outer:not([data-transparent-header=true]):not(.detached),
	body[data-hhun="1"]:not(.no-scroll) #header-outer[data-permanent-transparent=false][data-using-secondary="1"]:not([data-transparent-header=true]) {
		position: relative
	}
	.original #header-outer[data-transparent-header=true][data-remove-border=false].transparent,
	.ascend #header-outer[data-transparent-header=true][data-remove-border=false].transparent {
		transition: background-color .3s ease, box-shadow .3s ease, margin .25s ease
	}
	#header-outer[data-permanent-transparent="1"].transparent #top .span_9>.slide-out-widget-area-toggle i {
		color: #fff
	}
	body #slide-out-widget-area.slide-out-from-right-hover {
		z-index: 9999
	}
	#header-outer.transparent.side-widget-open.no-bg-color #top #logo .starting-logo:not(.dark-version) {
		opacity: 1
	}
	#header-outer.transparent.side-widget-open.no-bg-color #top #logo img:not(.starting-logo) {
		opacity: 0
	}
	#slide-out-widget-area {
		top: 0!important
	}
	#header-outer #logo {
		top: 0;
		left: 0
	}
	#header-space {
		display: none
	}
	#header-space[data-header-mobile-fixed="1"] {
		display: block
	}
	#top #mobile-cart-link,
	#top .span_9>.slide-out-widget-area-toggle,
	#top .mobile-search {
		display: inline-block
	}
	#top .col.span_3 {
		left: 0;
		top: 0;
		z-index: 100;
		width: 100%
	}
	#top .col.span_3,
	#header-outer[data-format=centered-menu] #top .span_3,
	#header-outer[data-format=centered-logo-between-menu] #top .span_3 {
		position: relative
	}
	#header-outer #top .col.span_3 {
		line-height: 0
	}
	#header-outer #top .col.span_3 #logo {
		vertical-align: middle
	}
	#top .col.span_9 {
		margin-left: 0;
		margin-bottom: 0;
		width: 100%!important;
		float: none;
		z-index: 100;
		position: static
	}
	#header-outer[data-format=centered-menu] #top .span_9,
	#header-outer[data-format=centered-logo-between-menu] .row .col.span_9 {
		position: static
	}
	#top .col.span_9,
	#header-outer[data-format=centered-menu-bottom-bar] #top .span_9 {
		min-height: 0;
		width: auto!important;
		position: absolute!important;
		right: 0;
		top: 0;
		z-index: 2000;
		height: 100%
	}
	.owl-carousel[data-enable-animation=true] .owl-stage>.owl-item,
	#slide-out-widget-area.slide-out-from-right-hover .inner[data-prepend-menu-mobile=true] .off-canvas-menu-container,
	body[data-slide-out-widget-area=true] #top #logo,
	body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6,
	body:not(.single-post) #page-header-bg[data-alignment-v=bottom]:not(.fullscreen-header) .span_6>.inner-wrap,
	body:not(.single-post) #page-header-bg[data-alignment-v=top]:not(.fullscreen-header) .span_6>.inner-wrap,
	body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6 .inner-wrap,
	body:not([data-m-animate="1"]) img.img-with-animation[data-animation=fade-in-from-bottom] {
		-webkit-transform: none!important;
		transform: none!important
	}
	body[data-slide-out-widget-area=true] #top .span_9>.slide-out-widget-area-toggle.std-menu {
		left: 0!important;
		right: auto!important;
		text-align: left;
		z-index: 10000
	}
	body[data-slide-out-widget-area=true] #top .span_3 {
		text-align: center
	}
	body[data-slide-out-widget-area=true] #header-outer[data-has-menu=false] #top .span_3 {
		text-align: left
	}
	#header-outer .slide-out-widget-area-toggle .lines-button,
	#header-outer .slide-out-widget-area-toggle .lines,
	#header-outer .slide-out-widget-area-toggle .lines:before,
	#header-outer .slide-out-widget-area-toggle .lines:after {
		width: 22px
	}
	#header-outer .slide-out-widget-area-toggle.mobile-icon .lines:after {
		top: -6px
	}
	body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before {
		top: 6px
	}
	body[data-slide-out-widget-area=true] #top #logo,
	#header-outer[data-mobile-fixed="1"] #top #logo {
		display: inline-block
	}
	body[data-slide-out-widget-area=true]:not(.material) [data-transparent-header=true][data-mobile-fixed=false] #top #logo {
		position: relative
	}
	body[data-slide-out-widget-area=true] #top .col.span_3 {
		width: 100%
	}
	body #slide-out-widget-area:not(.slide-out-from-right-hover) .slide_out_area_close {
		display: block
	}
	#slide-out-widget-area .widget_nav_menu {
		overflow-y: hidden;
		overflow-x: hidden
	}
	#header-outer #top nav>ul {
		width: auto;
		padding: 15px 0 25px;
		margin: 0 auto 0 auto;
		z-index: 100000;
		position: relative
	}
	#header-outer #top nav>ul>li>ul>li {
		opacity: 1;
		transform: none
	}
	#top nav>ul li,
	#header-outer #top nav>ul>.megamenu>ul>li {
		display: block;
		width: auto;
		margin-left: 0
	}
	#top nav>ul>.megamenu>.sub-menu {
		width: auto!important;
		opacity: 1;
		display: block
	}
	#top nav>ul ul {
		position: relative;
		width: auto;
		top: 0;
		left: 0;
		padding: 0;
		opacity: 1;
		visibility: visible;
		box-shadow: 0px 0px 0px #fff;
		-webkit-box-shadow: 0px 0px 0px #fff;
		background-color: transparent;
		float: none
	}
	#top nav>ul ul li {
		padding-left: 20px
	}
	#top nav .sf-menu .sfHover>a {
		color: #ffbaaf
	}
	a>.sf-sub-indicator {
		right: 0;
		position: absolute;
		padding: 16px;
		left: auto;
		top: 0;
		height: auto;
		width: auto
	}
	.swiper-slide .mejs-controls {
		display: none;
		visibility: hidden
	}
	#ajax-content-wrap .mejs-controls {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		visibility: visible
	}
	#ajax-content-wrap .post-area {
		padding-right: 0;
		margin-bottom: 0
	}
	.slider-nav {
		position: relative;
		max-width: 600px;
		margin: -40px auto 0px auto
	}
	body .slider-nav>span {
		height: 25px;
		width: 25px
	}
	body .slider-nav>.left {
		left: 0
	}
	body .slider-nav>.right {
		left: 30px
	}
	.slider-nav span span,
	#header-outer #top nav {
		display: none!important
	}
	#footer-widgets .container .col {
		margin-bottom: 40px
	}
	#footer-widgets .container .col:nth-child(3),
	#footer-widgets .container .col:nth-child(4) {
		margin-bottom: 0
	}
	#pagination {
		margin-bottom: 40px
	}
	.portfolio-items .col .work-item .work-info .custom-content .nectar-button {
		width: auto
	}
	body .nectar-button.see-through-2,
	body .nectar-button.see-through-3,
	#page-header-wrap,
	#page-header-bg {
		transition: none!important;
		-webkit-transition: none!important
	}
	#ajax-content-wrap .wp-caption {
		width: 100%
	}
	body.single-portfolio #sidebar {
		margin-top: 30px
	}
	body.search .row .col.section-title h1 {
		font-size: 18px
	}
	body.search .row .col.section-title span {
		display: inline-block;
		margin-top: 10px;
		font-size: 14px
	}
	body.search .divider {
		display: none
	}
	.main-content>div {
		padding-bottom: 0
	}
	#single-meta {
		display: block;
		clear: both;
		margin-bottom: 10px
	}
	body.single-post #page-header-bg:not(.fullscreen-header):not([data-post-hs=default]) {
		min-height: 250px
	}
	body.single-post #page-header-bg:not(.fullscreen-header) .row,
	body #page-header-bg:not(.fullscreen-header) .row,
	body:not(.single-post) #page-header-bg .nectar-particles .span_6 .row,
	body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6,
	body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6>.inner-wrap,
	#page-header-bg[data-parallax="1"] {
		top: 0!important
	}
	body:not(.single-post) #page-header-bg:not(.fullscreen-header) {
		padding-top: 10%;
		padding-bottom: 10%
	}
	body:not(.single-post) #page-header-bg[data-padding-amt=low]:not(.fullscreen-header) {
		padding-top: 5%;
		padding-bottom: 5%
	}
	body:not(.single-post) #page-header-bg[data-padding-amt=high]:not(.fullscreen-header) {
		padding-top: 13%;
		padding-bottom: 13%
	}
	body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6 {
		min-height: 40px
	}
	body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6.empty-title {
		min-height: 80px
	}
	#single-meta,
	body[data-header-format] #header-secondary-outer,
	#page-header-bg[data-parallax="1"],
	body:not(.single-post) #page-header-bg[data-alignment-v=top]:not(.fullscreen-header) .span_6 .inner-wrap,
	body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6>.inner-wrap:first-child,
	body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6 {
		position: relative!important
	}
	body:not(.single-post) .nectar-particles svg {
		display: none
	}
	#top,
	#page-header-wrap,
	#header-outer:not([data-permanent-transparent="1"]),
	body:not(.single-post) #page-header-bg:not(.fullscreen-header),
	body:not(.single-post) #page-header-bg[data-alignment-v=bottom]:not(.fullscreen-header),
	body:not(.single-post) #page-header-bg[data-alignment-v=top]:not(.fullscreen-header),
	.full-page-inner-wrap[data-content-pos=full_height] .full-page-inner>.span_12,
	.vc_text_separator {
		height: auto!important
	}
	body:not(.single-post) #page-header-bg[data-alignment-v=bottom]:not(.fullscreen-header) {
		padding-top: 16%;
		padding-bottom: 4%
	}
	body:not(.single-post) #page-header-bg[data-alignment-v=bottom][data-padding-amt=low]:not(.fullscreen-header) {
		padding-top: 10%;
		padding-bottom: 2%
	}
	body:not(.single-post) #page-header-bg[data-alignment-v=bottom][data-padding-amt=high]:not(.fullscreen-header) {
		padding-top: 20%;
		padding-bottom: 6%
	}
	body:not(.single-post) #page-header-bg[data-alignment-v=top]:not(.fullscreen-header) {
		padding-top: 4%;
		padding-bottom: 16%
	}
	body:not(.single-post) #page-header-bg[data-alignment-v=top][data-padding-amt=low]:not(.fullscreen-header) {
		padding-top: 2%;
		padding-bottom: 10%
	}
	body:not(.single-post) #page-header-bg[data-alignment-v=top][data-padding-amt=high]:not(.fullscreen-header) {
		padding-top: 6%;
		padding-bottom: 20%
	}
	.related-posts.columns-3 .span_4 {
		margin-right: 0
	}
	#single-meta ul {
		margin-left: 0
	}
	.page-template-template-portfolio-php .portfolio-filters {
		margin-bottom: 0
	}
	#footer-outer #social li {
		width: 33px;
		margin-top: 9px;
		margin-bottom: 9px
	}
	.nectar-recent-posts-slider .recent-post-container {
		max-width: none
	}
	.nectar-recent-posts-slider .recent-post-container,
	.nectar-recent-posts-slider .flickity-page-dots {
		padding: 0 40px
	}
	.nectar-flickity[data-controls=next_prev_arrows] .flickity-prev-next-button {
		display: none
	}
	.nectar-flickity[data-controls=next_prev_arrows]:not(.masonry) .flickity-slider .cell {
		width: 60%;
		margin-right: 7%
	}
	.full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap {
		max-width: 100%
	}
	body.woocommerce ul.products li.product,
	body.woocommerce-page ul.products li.product,
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce .related ul.products li.product,
	.woocommerce .related ul li.product,
	.woocommerce .upsells.products ul.products li.product,
	.woocommerce .upsells.products ul li.product,
	.woocommerce-page .related ul.products li.product,
	.woocommerce-page .related ul li.product,
	.woocommerce-page .upsells.products ul.products li.product,
	.woocommerce-page .upsells.products ul li.product,
	body.woocommerce .span_9 ul.products li.product,
	body.woocommerce-page .span_9 ul.products li.product,
	body .woocommerce ul.products li.product,
	body .woocommerce-page ul.products li.product,
	.woocommerce .products.related .product,
	.woocommerce .products.upsells .product,
	.woocommerce-page.columns-3 ul.products li.product,
	.woocommerce.columns-3 ul.products li.product {
		width: 48%;
		margin: 0 4% 25px 0
	}
	body .woocommerce ul.products li.product.material,
	body.woocommerce-page ul.products li.product.material,
	.woocommerce .span_9 ul.products li.product.material,
	.woocommerce-page .span_9 ul.products li.product.material,
	body .woocommerce.columns-1 ul.products li.product.material {
		width: 48.8%;
		margin: 0 2% 2% 0
	}
	body .woocommerce ul.products[data-product-style=minimal] li.product.minimal {
		width: calc(49.7% - 15px)
	}
	body .woocommerce ul.products[data-product-style=material] li:nth-child(2n+1),
	body.woocommerce-page ul.products[data-product-style=material] li:nth-child(2n+1) {
		margin-right: 2%!important
	}
	.woocommerce .products.related .product,
	.woocommerce .products.upsells .product {
		width: 48%!important
	}
	.woocommerce .span_9 ul.products li.product:nth-child(2n+2),
	.woocommerce-page .span_9 ul.products li.product:nth-child(2n+2),
	body .woocommerce ul.products li.product:nth-child(2n+2),
	body .woocommerce-page ul.products li.product:nth-child(2n+2),
	body.woocommerce ul.products li:nth-child(2n+2),
	body.woocommerce .main-content>.row>ul.products[data-n-tablet-columns=default][data-n-phone-columns=default][data-product-style=text_on_hover] li:nth-child(2n+2),
	body.woocommerce .main-content>.row>ul.products[data-n-tablet-columns=default][data-n-phone-columns=default][data-product-style=classic] li:nth-child(2n+2) {
		margin-right: 0
	}
	body .woocommerce ul.products[data-product-style=material] li:nth-child(2n+2),
	body.woocommerce-page ul.products[data-product-style=material] li:nth-child(2n+2),
	body .woocommerce .carousel-wrap.products-carousel ul.products[data-product-style=material] li:nth-child(2n+1),
	.woocommerce .related ul.products li:nth-child(2n+2),
	.woocommerce .upsells.products ul li.product:nth-child(2n+2) {
		margin-right: 0!important
	}
	body.woocommerce .span_9 ul.products li.product,
	body.woocommerce-page .span_9 ul.products li.product {
		clear: none
	}
	.single-product .product_title,
	.span_9 .carousel-heading {
		padding-right: 0!important
	}
	.woocommerce .span_9 .woocommerce-ordering {
		right: 0
	}
	.cart-outer {
		display: none
	}
	#page-header-wrap {
		margin-top: 0;
		overflow: visible
	}
	#page-header-bg[data-parallax="1"] .span_6 .inner-wrap,
	#page-header-bg .span_6 {
		opacity: 1!important
	}
	body #header-outer[data-using-secondary="1"],
	body.admin-bar #header-outer[data-using-secondary="1"] {
		top: 0
	}
	h1 .nectar-button,
	h2 .nectar-button,
	h3 .nectar-button,
	h4 .nectar-button {
		display: inline-block;
		margin-top: 20px
	}
	body .clients.no-carousel:not(.fade-in-animation)>div {
		opacity: 1
	}
	#page-header-bg[data-parallax="1"] .span_6 .inner-wrap,
	.swiper-slide .content p,
	.swiper-slide .content h2,
	.swiper-slide .content h1,
	.swiper-slide .content h3,
	.swiper-slide .content .buttons,
	.nectar-slider-wrap[data-caption-trans=reveal_title] .swiper-slide .content h2>span span,
	.nectar-slider-wrap[data-caption-trans=reveal_title] .swiper-slide .content h1>span span {
		transform: none!important;
		-webkit-transform: none!important
	}
	.divider-border[data-animate=yes],
	.divider-small-border[data-animate=yes] {
		visibility: visible!important
	}
	.post-area.masonry:not(.meta_overlaid),
	.swiper-slide .content p,
	.swiper-slide .content h2,
	.swiper-slide .content h1,
	.swiper-slide .content h3,
	.swiper-slide .content .buttons,
	.nectar-slider-wrap[data-caption-trans=reveal_title] .swiper-slide .content h2>span span,
	.nectar-slider-wrap[data-caption-trans=reveal_title] .swiper-slide .content h2 .word,
	.nectar-slider-wrap[data-caption-trans=reveal_title] .swiper-slide .content h1>span span,
	.nectar-slider-wrap[data-caption-trans=reveal_title] .swiper-slide .content h1 .word,
	.owl-carousel[data-enable-animation=true] .owl-stage>.owl-item,
	.owl-carousel[data-enable-animation=true] .owl-controls {
		opacity: 1!important
	}
	.col.has-animation[data-animation=fade-in-from-bottom],
	.wpb_column.has-animation[data-animation=fade-in-from-bottom],
	.nectar-fancy-box.has-animation[data-animation=fade-in-from-bottom] {
		bottom: 0!important
	}
	.parallax_slider_outer.first-section .swiper-container .slider-prev,
	.parallax_slider_outer.first-section .swiper-container .slider-next {
		margin-top: -30px
	}
	.post-area.col_last {
		padding-left: 0!important
	}
	.woocommerce .post-area .woocommerce-ordering {
		float: none!important;
		display: block
	}
	.col.centered-text ul,
	.wpb_column.centered-text ul,
	.col.centered-text ul li,
	.wpb_column.centered-text ul li {
		text-align: left;
		margin-left: 0!important
	}
	.col.centered-text ul,
	.wpb_column.centered-text ul {
		margin: 0!important;
		display: block!important
	}
	#ajax-content-wrap .nectar-fancy-ul[data-animation=true] ul li,
	.nectar-fancy-ul[data-animation=true] ul li {
		left: 0
	}
	.testimonial_slider .controls ul {
		text-align: center!important
	}
	#page-header-bg[data-parallax="0"] {
		margin-top: -1px
	}
	.wpb_tabs_nav .cta-button {
		top: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		left: 0;
		right: auto
	}
	body.single-portfolio #full_width_portfolio .container-wrap {
		padding-top: 2.1em
	}
	#footer-widgets .container .row>div:last-child {
		margin-bottom: 0!important
	}
	.blog-fullwidth-wrap .post-area.masonry {
		margin-bottom: 0
	}
	body .pp_gallery,
	.woocommerce .pp_gallery {
		display: none
	}
	.material .span_9 #author-bio {
		margin-bottom: 60px
	}
}

@media only screen and (max-width:321px) {
	.container,
	.slider-nav,
	.post-area.standard-minimal.full-width-content .post .inner-wrap {
		max-width: 300px
	}
}

@media only screen and (max-width:479px) {
	.full-width-content .wpb_column.max_width_phone_420px.left_margin_phone_auto.right_margin_phone_auto {
		width: 320px
	}
}

@media only screen and (min-width:480px) and (max-width:690px) {
	body .container,
	body .slider-nav,
	.post-area.standard-minimal.full-width-content .post .inner-wrap {
		max-width: 420px
	}
	#ajax-content-wrap .project-title #all-items {
		left: 194px
	}
	.post-area.masonry,
	.post-area.masonry.span_9,
	body[data-ext-responsive=true] .post-area.masonry.span_9,
	body[data-ext-responsive=true] .post-area.masonry.span_9.meta_overlaid {
		width: 420px
	}
	.iosSlider.product-thumbnails .thumb {
		width: 98px
	}
}

@media screen and (max-width:782px) {
	.admin-bar #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"],
	.logged-in.buddypress #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"],
	.admin-bar #header-outer[data-permanent-transparent=false][data-mobile-fixed="1"],
	.logged-in.buddypress #header-outer[data-permanent-transparent=false][data-mobile-fixed="1"],
	body.admin-bar #header-outer[data-transparent-header=true][data-mobile-fixed=false] {
		top: 47px
	}
	#header-secondary-outer[data-permanent-transparent="1"] {
		margin-top: 0
	}
	body {
		position: static
	}
	#fp-nav.tooltip_alt {
		display: none
	}
}

@media only screen and (min-device-width:481px) and (max-device-width:1025px) and (orientation:landscape) {
	#header-outer[data-lhe=animated_underline] #top nav>ul>li:not([class*=button_])>a:hover .menu-title-text:after {
		display: none
	}
	#to-top {
		display: none
	}
	body .slide-out-hover-icon-effect a {
		pointer-events: auto
	}
	#page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .page-header-bg-image {
		transition: none;
		-webkit-transition: none
	}
	#page-header-bg[data-parallax="1"] .span_6,
	#page-header-bg[data-parallax="1"] {
		position: relative!important
	}
	#page-header-bg[data-parallax="1"] {
		top: 0!important
	}
	#page-header-bg .span_6 {
		display: block!important;
		opacity: 1!important
	}
	.swiper-container .slider-right {
		right: 0!important
	}
	.video-texture {
		display: none
	}
	img.img-with-animation[data-animation=fade-in-from-right] {
		padding-left: 0
	}
	img.img-with-animation[data-animation=fade-in-from-left] {
		padding-right: 0
	}
	img.img-with-animation[data-animation=fade-in-from-bottom],
	.col.has-animation[data-animation=fade-in-from-bottom],
	.wpb_column.has-animation[data-animation=fade-in-from-bottom] {
		bottom: 0
	}
	.parallax_slider_outer.first-section .nectar-slider-wrap,
	#full_width_portfolio .project-title.parallax-effect,
	.parallax_slider_outer.first-section .swiper-slide .content,
	.parallax_slider_outer.first-section .nectar-slider-wrap,
	.owl-carousel[data-enable-animation=true] .owl-stage>.owl-item {
		transform: none!important;
		-webkit-transform: none!important
	}
	.parallax_slider_outer.first-section .swiper-slide .content,
	.owl-carousel[data-enable-animation=true] .owl-controls,
	.owl-carousel[data-enable-animation=true] .owl-stage>.owl-item {
		opacity: 1!important
	}
	.divider-border[data-animate=yes],
	.divider-small-border[data-animate=yes],
	.img-with-animation[data-animation=grow-in],
	.col.has-animation[data-animation=grow-in],
	.wpb_column.has-animation[data-animation=grow-in] {
		visibility: visible
	}
	.portfolio-items .col .work-item .work-info a {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		width: 100%;
		height: 100%;
		text-indent: -9999px
	}
	.portfolio-items .col .work-item .work-info .custom-content .nectar-button {
		width: auto
	}
	body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers>div .bg-img:after {
		opacity: 1
	}
	body .portfolio-items[data-ps="6"] .work-item .work-meta .inner,
	body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner {
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	.portfolio-items .col .work-item:not(.style-2):not(.style-3):not(.style-3-alt):not(.style-4) .work-info .vert-center {
		height: 100%;
		top: 0;
		transform: none;
		-webkit-transform: none
	}
}

@media only screen and (max-device-width:2600px) {
	body[data-ajax-transitions=true].using-mobile-browser #ajax-loading-screen[data-method=standard][data-disable-mobile="1"] {
		display: none
	}
	body.using-mobile-browser.material #slide-out-widget-area.slide-out-from-right {
		overflow-y: scroll
	}
	body.using-mobile-browser .parallax_section .row-bg[data-parallax-speed=fixed] {
		background-attachment: scroll!important
	}
	body.using-mobile-browser .cp-modal-popup-container {
		position: relative;
		z-index: 100000
	}
	body[data-remove-m-video-bgs="1"].using-mobile-browser .swiper-slide .video-wrap video,
	body[data-remove-m-video-bgs="1"].using-mobile-browser .nectar-video-wrap video {
		display: none
	}
	body[data-remove-m-video-bgs="1"].using-mobile-browser .mobile-video-image {
		display: block
	}
	.using-mobile-browser img.img-with-animation[data-animation=fade-in-from-right] {
		padding-left: 0
	}
	.using-mobile-browser img.img-with-animation[data-animation=fade-in-from-left] {
		padding-right: 0
	}
	.using-mobile-browser img.img-with-animation[data-animation=fade-in-from-bottom],
	.using-mobile-browser .col.has-animation[data-animation=fade-in-from-bottom],
	.using-mobile-browser .wpb_column.has-animation[data-animation=fade-in-from-bottom] {
		bottom: 0
	}
	.using-mobile-browser .parallax_slider_outer .nectar-slider-wrap[data-animate-in-effect=zoom-out].loaded .slide-bg-wrap,
	.using-mobile-browser .owl-carousel[data-enable-animation=true] .owl-stage>.owl-item,
	.using-mobile-browser .portfolio-items .style-5 .parallaxImg-rendered-layer {
		transform: none!important;
		-webkit-transform: none!important
	}
	body[data-remove-m-video-bgs="1"].using-mobile-browser .mobile-video-image,
	.using-mobile-browser #page-header-bg[data-parallax="1"] .span_6,
	.using-mobile-browser .owl-carousel[data-enable-animation=true] .owl-stage>.owl-item,
	.using-mobile-browser .owl-carousel[data-enable-animation=true] .owl-controls {
		opacity: 1!important
	}
	.using-mobile-browser .nectar-video-box .play_button_mouse_follow.nectar_video_lightbox {
		top: 50%;
		left: 50%
	}
	.ascend.using-mobile-browser #search {
		height: 100%
	}
	.ascend.using-mobile-browser #search #search-box {
		top: 20px
	}
	.using-mobile-browser #page-header-bg[data-parallax="1"] .span_6 {
		display: block!important
	}
	.using-mobile-browser .slide-out-hover-icon-effect a {
		pointer-events: auto
	}
	.using-mobile-browser .wpb_row.parallax_section .row-bg.using-image.translate {
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden
	}
	body.using-mobile-browser .nectar-video-wrap {
		height: 100%
	}
	body.using-mobile-browser .blurred-wrap.blurred {
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px)
	}
}

@media only screen and (min-width:1600px) {
	.post-area.full-width-content .masonry-blog-item,
	.full-width-content .post-area .masonry-blog-item {
		width: 18%
	}
	body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.wide {
		width: 50%
	}
	body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.wide_tall {
		width: 50%
	}
	body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.tall,
	body .portfolio-items.constrain-max-cols.masonry-items .col.elastic-portfolio-item.regular {
		width: 25%
	}
}

@media only screen and (min-width:1300px) and (max-width:1600px) {
	body .default-style .portfolio-items .col.elastic-portfolio-item {
		width: 22.43%!important
	}
	.post-area.full-width-content .masonry-blog-item,
	.full-width-content .post-area .masonry-blog-item {
		width: 23%
	}
	.full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
		padding-left: 2.8%!important
	}
}

@media only screen and (min-width:990px) and (max-width:1300px) {
	body .portfolio-items.constrain-max-cols.no-masonry .col.elastic-portfolio-item {
		width: 25%
	}
}

@media only screen and (min-width:470px) and (max-width:990px) {
	.portfolio-items .elastic-portfolio-item {
		width: 50%
	}
}

@media only screen and (max-width:690px) and (min-width:470px) {
	.post.quote .post-content .quote-inner,
	.post.link .post-content .link-inner,
	.format-status .post-content .status-inner,
	.post.format-aside .aside-inner {
		padding: 50px 10%
	}
}

@media only screen and (max-width:690px) {
	body[data-remove-m-video-bgs="1"] .swiper-slide .video-wrap video,
	body[data-remove-m-video-bgs="1"] .nectar-video-wrap video {
		display: none
	}
	body[data-remove-m-video-bgs="1"] .mobile-video-image {
		display: block
	}
	.posts-container[data-load-animation=fade_in_from_bottom] .inner-wrap.animated,
	.posts-container[data-load-animation=fade_in] article .inner-wrap.animated,
	.posts-container[data-load-animation=perspective] article .inner-wrap.animated,
	.posts-container[data-load-animation=fade_in_from_bottom] .inner-wrap,
	.posts-container[data-load-animation=fade_in] article .inner-wrap,
	.posts-container[data-load-animation=perspective] article .inner-wrap {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0)
	}
	.post-area.masonry.classic .posts-container:not(.meta-moved) .post-content>.post-meta {
		opacity: 0;
		position: absolute!important
	}
	.material .related-post-wrap h3.related-title {
		padding-top: 60px
	}
	.nectar-recent-posts-slider .inner-wrap {
		max-width: 80%
	}
	.arhchive #page-header-wrap #page-header-bg .subheader {
		display: none
	}
}

@media only screen and (max-width:470px) {
	.post.quote .post-content .quote-inner,
	.post.link .post-content .link-inner,
	.format-status .post-content .status-inner,
	.post.format-aside .aside-inner {
		padding: 50px 10%
	}
	.full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
		padding: 0 10%!important
	}
	body .post-area.auto_meta_overlaid_spaced[data-ams].span_9 {
		margin: 0
	}
	body .auto_meta_overlaid_spaced[data-ams].span_9 .masonry-blog-item {
		padding-left: 0;
		padding-right: 0
	}
	body .woocommerce ul.products[data-product-style=material] li.product.material,
	body.woocommerce-page ul.products[data-product-style=material] li.product.material,
	.woocommerce .span_9 ul.products li.product.material,
	.woocommerce-page .span_9 ul.products li.product.material,
	body .woocommerce.columns-1 ul.products li.product.material {
		margin-right: 0!important;
		width: 100%
	}
	.woocommerce .products.related .product.material,
	.woocommerce .products.upsells .product.material {
		width: 100%!important
	}
}

.original #search-outer #search {
	height: 100%;
	display: -webkit-flex;
	display: flex;
	align-items: center
}

.original #top nav ul #search-btn>div,
.original #top nav ul #nectar-user-account>div,
.original #top nav ul .nectar-woo-cart>div,
.original #top nav ul .slide-out-widget-area-toggle>div {
	padding-left: 19px
}

.original[data-form-style=default] input[type=text]:focus,
.original[data-form-style=default] textarea:focus,
.original[data-form-style=default] input[type=email]:focus,
.original[data-form-style=default] input[type=search]:focus,
.original[data-form-style=default] input[type=password]:focus,
.original[data-form-style=default] input[type=tel]:focus,
.original[data-form-style=default] input[type=url]:focus,
.original[data-form-style=default] input[type=date]:focus {
	background-color: #ebebeb
}

.original .nectar-button.extra-color-gradient-1,
.original .nectar-button.extra-color-gradient-2,
.original .nectar-button.see-through-extra-color-gradient-1,
.original .nectar-button.see-through-extra-color-gradient-2 {
	background-color: transparent!important;
	opacity: 1;
	box-shadow: none
}

.nectar-button.extra-color-gradient-1:after,
.nectar-button.extra-color-gradient-2:after,
.nectar-button.see-through-extra-color-gradient-1:after,
.nectar-button.see-through-extra-color-gradient-2:after {
	position: absolute;
	content: ' ';
	top: -2%;
	left: -1%;
	width: 101.5%;
	height: 104%;
	transform-origin: right;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-ms-transition: transform .38s cubic-bezier(.2, .95, .4, .95), background-size .38s ease;
	transition: transform .38s cubic-bezier(.2, .95, .4, .95), background-size .38s ease;
	-webkit-transition: transform .38s cubic-bezier(.2, .95, .4, .95), background-size .38s ease;
	z-index: -1
}

.nectar-button.see-through-extra-color-gradient-1:after,
.nectar-button.see-through-extra-color-gradient-2:after,
.nectar-button.extra-color-gradient-1:hover:after,
.nectar-button.extra-color-gradient-2:hover:after {
	background-size: 225% 100%!important;
	background-position: right!important
}

.nectar-button.see-through-extra-color-gradient-1:hover:after,
.nectar-button.see-through-extra-color-gradient-2:hover:after,
.nectar-button.extra-color-gradient-1:after,
.nectar-button.extra-color-gradient-2:after {
	background-position: left!important;
	background-size: 100% 100%!important
}

.nectar-button.see-through-extra-color-gradient-1:hover:after,
.nectar-button.see-through-extra-color-gradient-2:hover:after {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform-origin: left;
	-webkit-transform-origin: left;
	-ms-transform-origin: left
}

.nectar-button.extra-color-gradient-1:after,
.nectar-button.extra-color-gradient-2:after {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform-origin: left;
	-webkit-transform-origin: left;
	-ms-transform-origin: left
}

.nectar-button.extra-color-gradient-1:hover:after,
.nectar-button.extra-color-gradient-2:hover:after {
	transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform-origin: right;
	-webkit-transform-origin: right;
	-ms-transform-origin: right
}

.nectar-button.extra-color-gradient-1 .start,
.nectar-button.extra-color-gradient-2 .start,
.nectar-button.extra-color-gradient-1 .hover,
.nectar-button.extra-color-gradient-2 .hover,
.nectar-button.see-through-extra-color-gradient-1 .start,
.nectar-button.see-through-extra-color-gradient-2 .start,
.nectar-button.see-through-extra-color-gradient-1 .hover,
.nectar-button.see-through-extra-color-gradient-2 .hover {
	-ms-transition: transform .38s cubic-bezier(.2, .95, .4, .95), opacity .38s cubic-bezier(.2, .95, .4, .95);
	transition: transform .38s cubic-bezier(.2, .95, .4, .95), opacity .38s cubic-bezier(.2, .95, .4, .95);
	-webkit-transition: transform .38s cubic-bezier(.2, .95, .4, .95), opacity .38s cubic-bezier(.2, .95, .4, .95)
}

.nectar-button.extra-color-gradient-1 .start,
.nectar-button.extra-color-gradient-2 .start,
.nectar-button.see-through-extra-color-gradient-1 .start,
.nectar-button.see-through-extra-color-gradient-2 .start {
	animation: gradientTextHoverHover .38s;
	animation-timing-function: cubic-bezier(.2, .9, .4, .9);
	animation-fill-mode: forwards;
	display: inline-block!important
}

.nectar-button.extra-color-gradient-1 .hover,
.nectar-button.extra-color-gradient-2 .hover,
.nectar-button.see-through-extra-color-gradient-1 .hover,
.nectar-button.see-through-extra-color-gradient-2 .hover {
	position: absolute;
	display: inline;
	left: 0;
	animation: gradientTextHoverOff .38s;
	animation-timing-function: cubic-bezier(.2, .9, .4, .9);
	animation-fill-mode: forwards;
	text-align: center;
	width: 100%;
	opacity: 0;
	z-index: 0
}

.nectar-button.extra-color-gradient-1:hover .hover,
.nectar-button.extra-color-gradient-2:hover .hover,
.nectar-button.see-through-extra-color-gradient-1:hover .hover,
.nectar-button.see-through-extra-color-gradient-2:hover .hover {
	animation: gradientTextHoverHover .38s;
	animation-timing-function: cubic-bezier(.2, .9, .4, .9);
	animation-fill-mode: forwards
}

.nectar-button.extra-color-gradient-1:hover .start,
.nectar-button.extra-color-gradient-2:hover .start,
.nectar-button.see-through-extra-color-gradient-1:hover .start,
.nectar-button.see-through-extra-color-gradient-2:hover .start {
	animation: gradientTextHoverOff .38s;
	animation-timing-function: cubic-bezier(.2, .9, .4, .9);
	animation-fill-mode: forwards
}

.nectar-button.see-through-extra-color-gradient-1 .hover,
.nectar-button.see-through-extra-color-gradient-2 .hover {
	position: absolute;
	display: inline;
	left: 0;
	text-align: center;
	width: 100%;
	opacity: 0;
	z-index: 100
}

.nectar-button.extra-color-gradient-1 .start.loading,
.nectar-button.extra-color-gradient-2 .start.loading,
.nectar-button.see-through-extra-color-gradient-1 .start.loading,
.nectar-button.see-through-extra-color-gradient-2 .start.loading {
	animation: gradientTextHoverHover 0s
}

.light .nectar-button.extra-color-gradient-1:hover .hover,
.light .nectar-button.extra-color-gradient-2:hover .hover,
.light .nectar-button.see-through-extra-color-gradient-1:hover .start,
.light .nectar-button.see-through-extra-color-gradient-2:hover .start,
.light .nectar-button.see-through-extra-color-gradient-1 .start,
.light .nectar-button.see-through-extra-color-gradient-2 .start,
div[data-text-color=light] .nectar-button.extra-color-gradient-1:hover .hover,
div[data-text-color=light] .nectar-button.extra-color-gradient-2:hover .hover,
div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-1:hover .start,
div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-2:hover .start,
div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-1 .start,
div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-2 .start {
	background: none!important;
	-webkit-background-clip: border-box;
	-webkit-text-fill-color: #fff;
	background-clip: border-box
}

.light .nectar-button.see-through-extra-color-gradient-1.no-text-grad .start,
.light .nectar-button.see-through-extra-color-gradient-2.no-text-grad .start,
div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-1.no-text-grad .start,
div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-2.no-text-grad .start {
	color: #fff!important
}

.light .nectar-button.see-through-extra-color-gradient-1:hover .start,
.light .nectar-button.see-through-extra-color-gradient-2:hover .start,
.light .nectar-button.see-through-extra-color-gradient-1 .start,
.light .nectar-button.see-through-extra-color-gradient-2 .start,
.light .nectar-button.extra-color-gradient-1 .start,
.light .nectar-button.extra-color-gradient-2 .start,
div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-1:hover .start,
div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-2:hover .start,
div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-1 .start,
div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-2 .start,
div[data-text-color=light] .nectar-button.extra-color-gradient-1 .start,
div[data-text-color=light] .nectar-button.extra-color-gradient-2 .start {
	opacity: 1!important;
	animation: none!important
}

.light .nectar-button.see-through-extra-color-gradient-1 .hover,
.light .nectar-button.see-through-extra-color-gradient-2 .hover,
.light .nectar-button.extra-color-gradient-1 .hover,
.light .nectar-button.extra-color-gradient-2 .hover,
div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-1 .hover,
div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-2 .hover,
div[data-text-color=light] .nectar-button.extra-color-gradient-1 .hover,
div[data-text-color=light] .nectar-button.extra-color-gradient-2 .hover {
	opacity: 0!important;
	animation: none!important
}

@keyframes gradientTextHoverHover {
	0% {
		transform: translateX(0px);
		opacity: 0
	}
	70% {
		opacity: 1
	}
	100% {
		transform: translateX(0px)!important;
		opacity: 1
	}
}

@keyframes gradientTextHoverOff {
	0% {
		transform: translateX(0px);
		opacity: 1
	}
	70% {
		opacity: 0
	}
	100% {
		transform: translateX(0px)!important;
		opacity: 0
	}
}

.nectar-button.see-through-extra-color-gradient-1.medium.has-icon,
.nectar-button.see-through-extra-color-gradient-2.medium.has-icon,
.nectar-button.extra-color-gradient-1.medium.has-icon,
.nectar-button.extra-color-gradient-2.medium.has-icon {
	padding: 7px 30px
}

.nectar-button.see-through-extra-color-gradient-1.large.has-icon,
.nectar-button.see-through-extra-color-gradient-2.large.has-icon,
.nectar-button.extra-color-gradient-1.large.has-icon,
.nectar-button.extra-color-gradient-2.large.has-icon {
	padding: 12px 35px
}

.nectar-button.extra-color-gradient-1 i,
.nectar-button.extra-color-gradient-2 i,
.nectar-button.see-through-extra-color-gradient-1 i,
.nectar-button.see-through-extra-color-gradient-2 i {
	opacity: 1;
	right: 24px;
	background: inherit;
	background-size: 500% 100%;
	background-position: right
}

.nectar-button.extra-color-gradient-1.has-icon span,
.nectar-button.extra-color-gradient-2.has-icon span,
.nectar-button.see-through-extra-color-gradient-1.has-icon span,
.nectar-button.see-through-extra-color-gradient-2.has-icon span {
	left: -18px
}

body .nectar-button.extra-color-gradient-1.has-icon:hover span,
body .nectar-button.extra-color-gradient-2.has-icon:hover span,
body .nectar-button.see-through-extra-color-gradient-1.has-icon:hover span,
body .nectar-button.see-through-extra-color-gradient-2.has-icon:hover span,
body .nectar-button.extra-color-gradient-1.has-icon:hover i,
body .nectar-button.extra-color-gradient-2.has-icon:hover i,
body .nectar-button.see-through-extra-color-gradient-1.has-icon:hover i,
body .nectar-button.see-through-extra-color-gradient-2.has-icon:hover i {
	-ms-transform: none;
	transform: none;
	-webkit-transform: none
}

.nectar-button.extra-color-gradient-1.jumbo i,
.nectar-button.extra-color-gradient-2.jumbo i,
.nectar-button.see-through-extra-color-gradient-1.jumbo i,
.nectar-button.see-through-extra-color-gradient-2.jumbo i {
	opacity: 1;
	font-size: 20px;
	line-height: 20px;
	width: 20px;
	text-align: center;
	margin-top: -10px
}

.nectar-button.extra-color-gradient-1.extra_jumbo i,
.nectar-button.extra-color-gradient-2.extra_jumbo i,
.nectar-button.see-through-extra-color-gradient-1.extra_jumbo i,
.nectar-button.see-through-extra-color-gradient-2.extra_jumbo i {
	width: 40px
}

.nectar-button.extra-color-gradient-1.has-icon.extra_jumbo span,
.nectar-button.extra-color-gradient-2.has-icon.extra_jumbo span,
.nectar-button.see-through-extra-color-gradient-1.has-icon.extra_jumbo span,
.nectar-button.see-through-extra-color-gradient-2.has-icon.extra_jumbo span {
	left: -35px
}

.nectar-button.extra-color-gradient-1.has-icon.jumbo span,
.nectar-button.extra-color-gradient-2.has-icon.jumbo span,
.nectar-button.see-through-extra-color-gradient-1.has-icon.jumbo span,
.nectar-button.see-through-extra-color-gradient-2.has-icon.jumbo span {
	left: -16px
}

.nectar-button.extra-color-gradient-1.has-icon.large span,
.nectar-button.extra-color-gradient-2.has-icon.large span,
.nectar-button.see-through-extra-color-gradient-1.has-icon.large span,
.nectar-button.see-through-extra-color-gradient-2.has-icon.large span {
	left: -14px
}

.nectar-button.extra-color-gradient-1.has-icon.medium span,
.nectar-button.extra-color-gradient-2.has-icon.medium span,
.nectar-button.see-through-extra-color-gradient-1.has-icon.medium span,
.nectar-button.see-through-extra-color-gradient-2.has-icon.medium span {
	left: -13px
}

.nectar-button.extra-color-gradient-1.has-icon.small span,
.nectar-button.extra-color-gradient-2.has-icon.small span,
.nectar-button.see-through-extra-color-gradient-1.has-icon.small span,
.nectar-button.see-through-extra-color-gradient-2.has-icon.small span {
	left: -11px
}

.nectar-button.extra-color-gradient-1.jumbo .hover i,
.nectar-button.extra-color-gradient-2.jumbo .hover i,
.nectar-button.see-through-extra-color-gradient-1.jumbo .hover i,
.nectar-button.see-through-extra-color-gradient-2.jumbo .hover i {
	right: 8px
}

.nectar-button.extra-color-gradient-1.extra_jumbo .hover i,
.nectar-button.extra-color-gradient-2.extra_jumbo .hover i,
.nectar-button.see-through-extra-color-gradient-1.extra_jumbo .hover i,
.nectar-button.see-through-extra-color-gradient-2.extra_jumbo .hover i {
	right: 8px
}

.nectar-button.extra-color-gradient-1.large .hover i,
.nectar-button.extra-color-gradient-2.large .hover i,
.nectar-button.see-through-extra-color-gradient-1.large .hover i,
.nectar-button.see-through-extra-color-gradient-2.large .hover i {
	right: 5px
}

.nectar-button.extra-color-gradient-1.medium .hover i,
.nectar-button.extra-color-gradient-2.medium .hover i,
.nectar-button.see-through-extra-color-gradient-1.medium .hover i,
.nectar-button.see-through-extra-color-gradient-2.medium .hover i {
	right: 0
}

.nectar-button.extra-color-gradient-1.small .hover i,
.nectar-button.extra-color-gradient-2.small .hover i,
.nectar-button.see-through-extra-color-gradient-1.small .hover i,
.nectar-button.see-through-extra-color-gradient-2.small .hover i {
	right: 3px
}

.nectar-button.extra-color-gradient-1.jumbo .start i,
.nectar-button.extra-color-gradient-2.jumbo .start i,
.nectar-button.see-through-extra-color-gradient-1.jumbo .start i,
.nectar-button.see-through-extra-color-gradient-2.jumbo .start i {
	right: -32px
}

.nectar-button.extra-color-gradient-1.extra_jumbo .start i,
.nectar-button.extra-color-gradient-2.extra_jumbo .start i,
.nectar-button.see-through-extra-color-gradient-1.extra_jumbo .start i,
.nectar-button.see-through-extra-color-gradient-2.extra_jumbo .start i {
	right: -75px
}

.nectar-button.extra-color-gradient-1.large .start i,
.nectar-button.extra-color-gradient-2.large .start i,
.nectar-button.see-through-extra-color-gradient-1.large .start i,
.nectar-button.see-through-extra-color-gradient-2.large .start i {
	right: -32px
}

.nectar-button.extra-color-gradient-1.medium .start i,
.nectar-button.extra-color-gradient-2.medium .start i,
.nectar-button.see-through-extra-color-gradient-1.medium .start i,
.nectar-button.see-through-extra-color-gradient-2.medium .start i {
	right: -30px
}

.nectar-button.extra-color-gradient-1.small .start i,
.nectar-button.extra-color-gradient-2.small .start i,
.nectar-button.see-through-extra-color-gradient-1.small .start i,
.nectar-button.see-through-extra-color-gradient-2.small .start i {
	right: -30px
}

.nectar-button.see-through-extra-color-gradient-1.small,
.nectar-button.see-through-extra-color-gradient-2.small,
.nectar-button.extra-color-gradient-1.small,
.nectar-button.extra-color-gradient-2.small {
	padding: 5px 14px
}

.nectar-button.see-through-extra-color-gradient-1.medium,
.nectar-button.see-through-extra-color-gradient-2.medium,
.nectar-button.extra-color-gradient-1.medium,
.nectar-button.extra-color-gradient-2.medium {
	border-width: 3px;
	padding: 7px 15px
}

.nectar-button.see-through-extra-color-gradient-1.large,
.nectar-button.see-through-extra-color-gradient-2.large,
.nectar-button.extra-color-gradient-1.large,
.nectar-button.extra-color-gradient-2.large {
	border-width: 3px;
	padding: 12px 22px
}

.nectar-button.see-through-extra-color-gradient-1.jumbo,
.nectar-button.see-through-extra-color-gradient-2.jumbo,
.nectar-button.extra-color-gradient-1.jumbo,
.nectar-button.extra-color-gradient-2.jumbo {
	border-width: 4px;
	padding: 21px 40px
}

.nectar-button.see-through-extra-color-gradient-1.extra_jumbo,
.nectar-button.see-through-extra-color-gradient-2.extra_jumbo,
.nectar-button.extra-color-gradient-1.extra_jumbo,
.nectar-button.extra-color-gradient-2.extra_jumbo {
	border-width: 10px;
	padding: 56px 90px
}

.nectar-button.extra-color-gradient-1 span,
.nectar-button.extra-color-gradient-2 span,
.nectar-button.see-through-extra-color-gradient-1 span,
.nectar-button.see-through-extra-color-gradient-2 span {
	z-index: 100
}

.comment-wrap {
	padding: 60px 0
}

.comment-wrap[data-comments-open=false] {
	padding: 0
}

.comment-list .reply a {
	box-shadow: 0 1px 0 rgba(255, 255, 255, .3) inset
}

body.original .bypostauthor .comment-body {
	position: relative
}

body.original .bypostauthor .comment-body:before {
	opacity: .06;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	top: 0;
	left: 0;
	pointer-events: none
}

.carousel-next i,
.carousel-prev i {
	color: #fff
}

.original .post-area.masonry .post .post-content.classic .content-inner {
	padding-bottom: 15px;
	margin-bottom: 15px
}

.original #header-outer[data-transparent-header=true][data-remove-border=false]:not(.transparent) {
	border-bottom: 0 solid rgba(255, 255, 255, 0)
}

.original .masonry.material .masonry-blog-item .inner-wrap {
	padding: 0
}

.original .masonry.material .masonry-blog-item .content-inner {
	padding-bottom: 0;
	margin-bottom: 0
}

.original .blog-recent.related-posts {
	padding: 0 0 60px
}

.comment-list .comment>div,
.comment-list .pingback>div {
	color: #000
}

#sidebar>.theiaStickySidebar .widget,
#sidebar>.inner .widget {
	margin-bottom: 50px
}

@media only screen and (max-width:1000px) {
	#search-outer {
		height: 55px;
		bottom: 0;
		top: auto
	}
}

.original #footer-outer[data-link-hover=underline] #footer-widgets .col ul li a {
	padding: 0;
	border: none
}

.original #footer-outer[data-link-hover=underline] #footer-widgets .col ul:not([class*=nectar_blog_posts]) li {
	padding: 4px 0!important;
	border: none
}

#slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li {
	margin-top: 3px;
	margin-bottom: 3px
}

#slide-out-widget-area.slide-out-from-right .off-canvas-menu-container .sub-menu .nectar-menu-item-with-desc {
	margin: 10px 0
}

.original #header-outer #top nav ul .slide-out-widget-area-toggle[data-custom-color=true] a,
.original .slide-out-widget-area-toggle[data-custom-color=true].mobile-icon a>span {
	height: 22px
}

.vc_parallax-inner iframe,
.vc_video-bg iframe {
	max-width: 1000%
}

.vc_clearfix:after,
.vc_column-inner::after,
.vc_el-clearfix,
.vc_row:after {
	clear: both
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-footer:before,
.modal-footer:after,
.vc_row:before,
.vc_row:after {
	content: " ";
	display: table;
}

.container:after,
.container-fluid:after,
.row:after,
.vc_row:after {
	clear: both;
}

.vc-composer-icon,
[class*=" vc_arrow-icon-"],
[class^=vc_arrow-icon-] {
	speak: none;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.vc_row:after,
.vc_row:before {
	content: " ";
	display: table
}


/*nectar addition*/

@media (max-width: 690px) {
	.vc_hidden-xs {
		display: none!important
	}
	.vc_el-clearfix-xs {
		clear: both
	}
}

@media (min-width: 691px) and (max-width: 999px) {
	.vc_hidden-sm {
		display: none!important
	}
	.vc_el-clearfix-sm {
		clear: both
	}
}

@media (min-width: 1000px) and (max-width: 1299px) {
	.vc_hidden-md {
		display: none!important
	}
	.vc_el-clearfix-md {
		clear: both
	}
}

@media (min-width: 1300px) {
	.vc_hidden-lg {
		display: none !important;
	}
}


/*nectar addition end */

.vc_row-fluid::before,
.vc_row-fluid::after {
	content: "";
	display: table;
}

.vc_row-fluid::after {
	clear: both;
}

.vc_pull-right {
	float: right !important;
}

.vc_pull-left {
	float: left !important;
}

.vc_clearfix:before,
.vc_clearfix:after {
	content: " ";
	display: table;
}

.vc_clearfix:after {
	clear: both;
}

.vc_clearfix:before,
.vc_clearfix:after {
	content: " ";
	display: table;
}

.vc_clearfix:after {
	clear: both;
}

.vc_el-clearfix {
	clear: both;
}

.vc_col-lg-1\/5,
.vc_col-lg-2\/5,
.vc_col-lg-3\/5,
.vc_col-lg-4\/5,
.vc_col-lg-5\/5,
.vc_col-md-1\/5,
.vc_col-md-2\/5,
.vc_col-md-3\/5,
.vc_col-md-4\/5,
.vc_col-md-5\/5,
.vc_col-sm-1\/5,
.vc_col-sm-2\/5,
.vc_col-sm-3\/5,
.vc_col-sm-4\/5,
.vc_col-sm-5\/5,
.vc_col-xs-1\/5,
.vc_col-xs-2\/5,
.vc_col-xs-3\/5,
.vc_col-xs-4\/5,
.vc_col-xs-5\/5 {
	position: relative;
	min-height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 2.1%;
}

.vc_col-xs-1\/5,
.vc_col-xs-2\/5,
.vc_col-xs-3\/5,
.vc_col-xs-4\/5,
.vc_col-xs-5\/5 {
	float: left
}

@media only screen and (max-width: 1000px) and (min-width: 690px) {
	body .vc_row-fluid.full-width-content .vc_col-xm-4\/5 {
		width: calc(80%)
	}
	body .vc_row-fluid.full-width-content .vc_col-xm-3\/5 {
		width: calc(60%)
	}
	body .vc_row-fluid.full-width-content .vc_col-xm-2\/5 {
		width: calc(40%)
	}
	body .vc_row-fluid.full-width-content .vc_col-xs-1\/5 {
		width: calc(20%)
	}
}

@media (max-width: 690px) {
	body .vc_row-fluid .vc_col-xs-5\/5 {
		width: 100%
	}
	body .vc_row-fluid.full-width-content .vc_col-xm-4\/5 {
		width: calc(80%)
	}
	body .vc_row-fluid.full-width-content .vc_col-xm-3\/5 {
		width: calc(60%)
	}
	body .vc_row-fluid.full-width-content .vc_col-xm-2\/5 {
		width: calc(40%)
	}
	body .vc_row-fluid.full-width-content .vc_col-xs-1\/5 {
		width: calc(20%)
	}
	.vc_col-xs-pull-5\/5 {
		right: 100%
	}
	.vc_col-xs-pull-4\/5 {
		right: 80%
	}
	.vc_col-xs-pull-3\/5 {
		right: 60%
	}
	.vc_col-xs-pull-2\/5 {
		right: 40%
	}
	.vc_col-xs-pull-1\/5 {
		right: 20%
	}
	.vc_col-xs-pull-0\/5 {
		right: auto
	}
	.vc_col-xs-push-5\/5 {
		left: 100%
	}
	.vc_col-xs-push-4\/5 {
		left: 80%
	}
	.vc_col-xs-push-3\/5 {
		left: 60%
	}
	.vc_col-xs-push-2\/5 {
		left: 40%
	}
	.vc_col-xs-push-1\/5 {
		left: 20%
	}
	.vc_col-xs-push-0\/5 {
		left: auto
	}
	.vc_col-xs-offset-5\/5 {
		margin-left: 100%
	}
	.vc_col-xs-offset-4\/5 {
		margin-left: 80%
	}
	.vc_col-xs-offset-3\/5 {
		margin-left: 60%
	}
	.vc_col-xs-offset-2\/5 {
		margin-left: 40%
	}
	.vc_col-xs-offset-1\/5 {
		margin-left: 20%
	}
	.vc_col-xs-offset-0\/5 {
		margin-left: 0
	}
}

@media (min-width: 1000px) and (max-width: 1300px) {
	.vc_col-md-1\/5,
	.vc_col-md-2\/5,
	.vc_col-md-3\/5,
	.vc_col-md-4\/5,
	.vc_col-md-5\/5 {
		float: left
	}
	body .vc_row-fluid .vc_col-md-5\/5 {
		width: 100%
	}
	body .vc_row-fluid .vc_col-md-4\/5 {
		width: calc(80% - 1.7%)
	}
	body .vc_row-fluid .vc_col-md-3\/5 {
		width: calc(60% - 1.7%)
	}
	body .vc_row-fluid .vc_col-md-2\/5 {
		width: calc(40% - 1.7%)
	}
	body .vc_row-fluid .vc_col-md-1\/5 {
		width: calc(20% - 1.7%)
	}
	.vc_col-md-pull-5\/5 {
		right: 100%
	}
	.vc_col-md-pull-4\/5 {
		right: 80%
	}
	.vc_col-md-pull-3\/5 {
		right: 60%
	}
	.vc_col-md-pull-2\/5 {
		right: 40%
	}
	.vc_col-md-pull-1\/5 {
		right: 20%
	}
	.vc_col-md-pull-0\/5 {
		right: auto
	}
	.vc_col-md-push-5\/5 {
		left: 100%
	}
	.vc_col-md-push-4\/5 {
		left: 80%
	}
	.vc_col-md-push-3\/5 {
		left: 60%
	}
	.vc_col-md-push-2\/5 {
		left: 40%
	}
	.vc_col-md-push-1\/5 {
		left: 20%
	}
	.vc_col-md-push-0\/5 {
		left: auto
	}
	.vc_col-md-offset-5\/5 {
		margin-left: 100%
	}
	.vc_col-md-offset-4\/5 {
		margin-left: 80%
	}
	.vc_col-md-offset-3\/5 {
		margin-left: 60%
	}
	.vc_col-md-offset-2\/5 {
		margin-left: 40%
	}
	.vc_col-md-offset-1\/5 {
		margin-left: 20%
	}
	.vc_col-md-offset-0\/5 {
		margin-left: 0
	}
}

@media (min-width: 1300px) {
	.vc_col-lg-1\/5,
	.vc_col-lg-2\/5,
	.vc_col-lg-3\/5,
	.vc_col-lg-4\/5,
	.vc_col-lg-5\/5 {
		float: left
	}
	body .vc_row-fluid .vc_col-lg-5\/5 {
		width: 100%
	}
	body .vc_row-fluid .vc_col-lg-4\/5 {
		width: calc(80% - 1.7%)
	}
	body .vc_row-fluid .vc_col-lg-3\/5 {
		width: calc(60% - 1.7%)
	}
	body .vc_row-fluid .vc_col-lg-2\/5 {
		width: calc(40% - 1.7%)
	}
	body .vc_row-fluid .vc_col-lg-1\/5 {
		width: calc(20% - 1.7%)
	}
	.vc_col-lg-pull-5\/5 {
		right: 100%
	}
	.vc_col-lg-pull-4\/5 {
		right: 80%
	}
	.vc_col-lg-pull-3\/5 {
		right: 60%
	}
	.vc_col-lg-pull-2\/5 {
		right: 40%
	}
	.vc_col-lg-pull-1\/5 {
		right: 20%
	}
	.vc_col-lg-pull-0\/5 {
		right: auto
	}
	.vc_col-lg-push-5\/5 {
		left: 100%
	}
	.vc_col-lg-push-4\/5 {
		left: 80%
	}
	.vc_col-lg-push-3\/5 {
		left: 60%
	}
	.vc_col-lg-push-2\/5 {
		left: 40%
	}
	.vc_col-lg-push-1\/5 {
		left: 20%
	}
	.vc_col-lg-push-0\/5 {
		left: auto
	}
	.vc_col-lg-offset-5\/5 {
		margin-left: 100%
	}
	.vc_col-lg-offset-4\/5 {
		margin-left: 80%
	}
	.vc_col-lg-offset-3\/5 {
		margin-left: 60%
	}
	.vc_col-lg-offset-2\/5 {
		margin-left: 40%
	}
	.vc_col-lg-offset-1\/5 {
		margin-left: 20%
	}
	.vc_col-lg-offset-0\/5 {
		margin-left: 0
	}
}

@media (max-width: 767px) {
	.vc_el-clearfix-xs {
		clear: both;
	}
}

@media (min-width: 768px) and (max-width: 1000px) {
	.vc_el-clearfix-sm {
		clear: both;
	}
}

@media (min-width: 1000px) and (max-width: 1199px) {
	.vc_el-clearfix-md {
		clear: both;
	}
}

@media (min-width: 1200px) {
	.vc_el-clearfix-lg {
		clear: both;
	}
}

.vc_visible {
	display: block;
}

.vc_table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}

.vc_table>tbody>tr>td,
.vc_table>tbody>tr>th,
.vc_table>tfoot>tr>td,
.vc_table>tfoot>tr>th,
.vc_table>thead>tr>td,
.vc_table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.vc_table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.vc_button-2-wrapper,
.vc_pixel_icon {
	display: inline-block;
	vertical-align: middle
}

.vc_table>caption+thead>tr:first-child>td,
.vc_table>caption+thead>tr:first-child>th,
.vc_table>colgroup+thead>tr:first-child>td,
.vc_table>colgroup+thead>tr:first-child>th,
.vc_table>thead:first-child>tr:first-child>td,
.vc_table>thead:first-child>tr:first-child>th {
	border-top: 0
}

.vc_table>tbody+tbody {
	border-top: 2px solid #ddd
}

.vc_table .table {
	background-color: #fff
}

.vc_table-bordered,
.vc_table-bordered>tbody>tr>td,
.vc_table-bordered>tbody>tr>th,
.vc_table-bordered>tfoot>tr>td,
.vc_table-bordered>tfoot>tr>th,
.vc_table-bordered>thead>tr>td,
.vc_table-bordered>thead>tr>th {
	border: 1px solid #ddd
}

.vc_table-bordered>thead>tr>td,
.vc_table-bordered>thead>tr>th {
	border-bottom-width: 2px
}

@font-face {
	font-family: vcpb-plugin-icons;
	src: url(../../../plugins/js_composer_salient/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.eot);
	src: url(../../../plugins/js_composer_salient/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.eot#iefix) format('embedded-opentype'), url(../../../plugins/js_composer_salient/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.ttf) format('truetype'), url(../../../plugins/js_composer_salient/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.woff) format('woff'), url(../../../plugins/js_composer_salient/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.svg) format('svg');
	font-weight: 400;
	font-style: normal
}

.vc-composer-icon {
	font-family: vcpb-plugin-icons!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.vc-c-icon-minimize:before {
	content: "\e91c"
}

.vc-c-icon-close:before {
	content: "\e5cd"
}

.vc-c-icon-1-6_4-6_1-6:before {
	content: "\e90e"
}

.vc-c-icon-add_template:before {
	content: "\e903"
}

.vc-c-icon-arrow_back:before {
	content: "\e5c4"
}

.vc-c-icon-arrow_drop_down:before {
	content: "\e5c5"
}

.vc-c-icon-arrow_drop_up:before {
	content: "\e5c7"
}

.vc-c-icon-arrow_forward:before {
	content: "\e5c8"
}

.vc-c-icon-check:before {
	content: "\e5ca"
}

.vc-c-icon-arrow_upward:before {
	content: "\e5d8"
}

.vc-c-icon-arrow_downward:before {
	content: "\e5db"
}

.vc-c-icon-sync:before {
	content: "\e627"
}

.vc-c-icon-search:before {
	content: "\e8b6"
}

.vc-c-icon-1-1:before {
	content: "\e900"
}

.vc-c-icon-1-2_1-2:before {
	content: "\e901"
}

.vc-c-icon-1-3_1-3_1-3:before {
	content: "\e902"
}

.vc-c-icon-1-4_1-2_1-4:before {
	content: "\e904"
}

.vc-c-icon-1-4_1-4_1-4_1-4:before {
	content: "\e905"
}

.vc-c-icon-1-4_3-4:before {
	content: "\e906"
}

.vc-c-icon-1-6_1-6_1-6_1-2:before {
	content: "\e907"
}

.vc-c-icon-1-6_1-6_1-6_1-6_1-6_1-6:before {
	content: "\e908"
}

.vc-c-icon-l_15_15_15_15_15:before {
	content: "\e909"
}

.vc-c-icon-1-6_2-3_1-6:before {
	content: "\e90a"
}

.vc-c-icon-2-3_1-3:before {
	content: "\e90b"
}

.vc-c-icon-5-6_1-6:before {
	content: "\e90c"
}

.vc-c-icon-add_element:before {
	content: "\e90d"
}

.vc-c-icon-add:before {
	content: "\e90f"
}

.vc-c-icon-cog:before {
	content: "\e910"
}

.vc-c-icon-content_copy:before {
	content: "\e911"
}

.vc-c-icon-delete_empty:before {
	content: "\e912"
}

.vc-c-icon-dragndrop:before {
	content: "\e913"
}

.vc-c-icon-fullscreen_exit:before {
	content: "\e914"
}

.vc-c-icon-fullscreen:before {
	content: "\e915"
}

.vc-c-icon-arrow_drop_right:before {
	content: "\e916"
}

.vc-c-icon-layout_default:before {
	content: "\e917"
}

.vc-c-icon-layout_landscape-smartphones:before {
	content: "\e918"
}

.vc-c-icon-layout_landscape-tablets:before {
	content: "\e919"
}

.vc-c-icon-layout_portrait-smartphones:before {
	content: "\e91a"
}

.vc-c-icon-layout_portrait-tablets:before {
	content: "\e91b"
}

.vc-c-icon-mode_edit:before {
	content: "\e91d"
}

.vc-c-icon-row_default_fe:before {
	content: "\e91e"
}

.vc-c-icon-text-block:before {
	content: "\e91f"
}

.vc_txt_align_left {
	text-align: left
}

.vc_txt_align_right {
	text-align: right
}

.vc_txt_align_center {
	text-align: center
}

.vc_txt_align_justify {
	text-align: justify;
	text-justify: inter-word
}

.vc_el_width_50 {
	width: 50%
}

.vc_el_width_60 {
	width: 60%
}

.vc_el_width_70 {
	width: 70%
}

.vc_el_width_80 {
	width: 80%
}

.vc_el_width_90 {
	width: 90%
}

.vc_el_width_100 {
	width: 100%
}

i.icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	vertical-align: text-top;
	margin-left: 5px
}

.wpb_btn-large i.icon {
	height: 19px;
	margin-left: 9px
}

.wpb_btn-small i.icon {
	height: 15px
}

.wpb_btn-mini i.icon {
	display: none
}

.vc_column_container .vc_btn,
.vc_column_container .wpb_button {
	margin-top: 5px;
	margin-bottom: 5px
}

#content .wpb_alert p:last-child,
#content .wpb_text_column:last-child,
#content .wpb_text_column p:last-child,
.vc_message_box>p:last-child,
.wpb_alert p:last-child,
.wpb_text_column:last-child,
.wpb_text_column p:last-child {
	margin-bottom: 0
}

.vc_message_box-icon>*,
.vc_message_box-icon>.fa {
	font-size: 1.7em;
	line-height: 1
}

.vc_message_box-icon>*,
.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_simple .vc_toggle_icon::before {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%)
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
	margin-bottom: 35px
}

.entry-content .twitter-share-button,
.fb_like,
.twitter-share-button,
.wpb_accordion .wpb_content_element,
.wpb_googleplus,
.wpb_pinterest,
.wpb_tab .wpb_content_element {
	margin-bottom: 21.74px
}

.vc_parallax {
	position: relative;
	overflow: hidden
}

.vc_parallax>* {
	position: relative;
	z-index: 1
}

.vc_parallax .vc_parallax-inner {
	pointer-events: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-attachment: scroll;
	background-color: transparent;
	background-image: inherit;
	background-size: cover;
	z-index: 0;
	background-position: 50% 0
}

.vc_video-bg-container {
	position: relative
}

.vc_video-bg {
	height: 100%;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0
}

.vc_row[data-vc-full-width] {
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
	overflow: hidden
}

.vc_row[data-vc-full-width].vc_hidden {
	opacity: 0
}

.vc_empty-element>.vc_column-inner {
	min-height: 100px
}

.fb_type_standard,
.fb_type_standard iframe {
	height: 25px
}

.fb_type_button_count,
.fb_type_button_count iframe {
	height: 20px
}

.fb_type_box_count,
.fb_type_box_count iframe {
	height: 62px
}

.wpb_googleplus_type_standard {
	height: 25px
}

.wpb_googleplus_type_small {
	height: 19px
}

.wpb_googleplus_type_medium,
.wpb_googleplus_type_tall {
	height: 21px
}

.wpb_googleplus_type_tall.vc_googleplus-annotation-bubble {
	height: 62px
}

.wpb_pinterest_type_horizontal,
.wpb_pinterest_type_none {
	height: 21px
}

.wpb_pinterest a {
	border-bottom: 0
}

.wpb_pinterest_type_vertical {
	box-sizing: content-box;
	padding-top: 29px;
	height: 21px
}

iframe.twitter-share-button {
	margin: 0
}

.wpb_widgetised_column .wpb_wrapper>ul {
	margin: 0
}

.wpb_widgetised_column .wpb_wrapper>ul>li {
	margin-left: 0;
	background-image: none;
	list-style: none!important
}

.wpb_widgetised_column .wpb_wrapper>ul>li:after,
.wpb_widgetised_column .wpb_wrapper>ul>li:before {
	display: none!important
}

.wpb_button {
	display: inline-block;
	padding: 4px 10px;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: rgba(0, 0, 0, .1)
}

.wpb_button.active,
.wpb_button.disabled,
.wpb_button:active,
.wpb_button:hover,
.wpb_button[disabled] {
	background-color: #eaeaea
}

.wpb_button:hover {
	color: #333;
	background-color: #e6e6e6;
	-webkit-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
	background-image: none
}

.wpb_button:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px
}

.wpb_button.active,
.wpb_button:active {
	background-color: #e6e6e6;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

button.wpb_btn-large,
span.wpb_btn-large {
	padding: 9px 14px;
	font-size: 15px;
	line-height: normal;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

button.wpb_btn-large [class^=icon-],
span.wpb_btn-large [class^=icon-] {
	margin-top: 1px
}

button.wpb_btn-small,
span.wpb_btn-small {
	padding: 5px 9px;
	font-size: 11px;
	line-height: 16px
}

button.wpb_btn-small [class^=icon-],
span.wpb_btn-small [class^=icon-] {
	margin-top: -1px
}

button.wpb_btn-mini,
span.wpb_btn-mini {
	padding: 2px 6px;
	font-size: 11px;
	line-height: 14px
}

button.wpb_button::-moz-focus-inner,
input[type=submit].wpb_button::-moz-focus-inner {
	padding: 0;
	border: 0
}

a.wpb_button_a {
	border: none
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a,
.wpb_gallery .wpb_flexslider .flex-caption {
	cursor: default
}

.wpb_call_to_action,
.wpb_call_to_action .wpb_button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.vc_custom_heading a,
.vc_custom_heading a:focus,
.vc_custom_heading a:hover,
.vc_custom_heading a:visited {
	border: none;
	text-decoration: inherit;
	color: inherit
}

.vc_custom_heading a {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 1
}

.vc_custom_heading a:hover {
	opacity: .85
}

#content .wpb_call_to_action .wpb_call_text,
.wpb_call_to_action .wpb_call_text {
	margin: 0;
	padding-top: 0
}

.cta_align_bottom {
	text-align: center
}

.cta_align_bottom .wpb_button {
	position: static;
	margin-top: 21.74px;
	display: inline-block
}

.cta_no_button .wpb_call_text {
	width: auto;
	float: none
}

.wpb_gmaps_widget .wpb_wrapper {
	background-color: #f7f7f7;
	padding: 5px
}

.wpb_gmaps_widget .wpb_map_wraper iframe {
	margin-bottom: 0;
	padding: 0;
	display: block;
	width: 100%;
	border: none
}

.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0
}

.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%
}

.wpb_accordion_section .wpb_accordion_header a:focus,
.wpb_content_element .wpb_tabs_nav li a:focus,
.wpb_tour_next_prev_nav a:focus {
	outline: 0
}

.wpb_content_element .wpb_tabs_nav,
.wpb_content_element .wpb_tour_tabs_wrapper {
	padding: 0
}

.wpb_content_element .wpb_tabs_nav {
	margin: 0;
	padding-left: 0!important;
	text-indent: inherit!important
}

#content .wpb_content_element .wpb_tabs_nav {
	margin: 0
}

.wpb_content_element .wpb_tabs_nav li {
	background-color: #FFF;
	white-space: nowrap;
	padding: 0;
	background-image: none;
	list-style: none!important
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.wpb_content_element .wpb_tabs_nav li:hover,
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background-color: #f7f7f7
}

.wpb_content_element .wpb_tabs_nav li:after,
.wpb_content_element .wpb_tabs_nav li:before {
	display: none!important
}

.wpb_content_element .wpb_accordion_header a {
	border-bottom: none;
	text-decoration: none;
	display: block;
	padding: .5em 1em
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
	padding: 1em
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child>div>div.wpb_wrapper .wpb_content_element:last-child,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content>.wpb_content_element:last-child,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child>div>div.wpb_wrapper .wpb_content_element:last-child,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab>.wpb_content_element:last-child {
	margin-bottom: 0
}

.wpb_tabs .wpb_tabs_nav li {
	float: left;
	margin: 0 1px 0 0
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
	margin: 0 0 1px;
	padding-top: 0;
	position: relative;
	text-transform: none;
	font-weight: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	letter-spacing: inherit
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
	padding-left: 1em
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../../../plugins/js_composer_salient/assets/images/toggle_open.png);
	background-repeat: no-repeat;
	position: absolute;
	right: .7em;
	top: .7em
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
	background-image: url(../../../plugins/js_composer_salient/assets/images/toggle_close.png)
}

.grid_layout-thumbnail .post-thumb,
body ul.wpb_thumbnails-fluid li .entry-content:last-child {
	margin-bottom: 0
}

.wpb_column .wpb_wrapper .wpb_teaser_grid {
	float: none
}

body ul.wpb_thumbnails-fluid li {
	padding: 0;
	margin-left: 0;
	background-image: none;
	list-style: none!important
}

body ul.wpb_thumbnails-fluid li:after,
body ul.wpb_thumbnails-fluid li:before {
	display: none!important
}

.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid,
.wpb_row .wpb_grid ul.wpb_thumbnails-fluid {
	padding: 0;
	overflow: visible!important
}

.wpb_image_grid .wpb_image_grid_ul a {
	display: block
}

.wpb_image_grid .wpb_image_grid_ul img {
	display: block;
	max-width: 100%;
	height: auto
}

.wpb_gallery .theme-default .nivoSlider {
	margin-bottom: 0
}

.wpb_gallery .theme-default .nivo-controlNav {
	padding: 10px 0 3px
}

.wpb_gallery .wpb_flexslider .flex-control-nav {
	bottom: auto;
	top: 100%;
	margin-top: 15px
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a:before {
	line-height: 1
}

.wpb_gallery .wpb_flexslider .flex-control-paging {
	z-index: 10
}

#content .wpb_gallery_slides ul.flex-direction-nav,
#content .wpb_gallery_slides ul.slides,
.content .wpb_gallery_slides ul.flex-direction-nav,
.content .wpb_gallery_slides ul.slides,
.wpb_content_element .wpb_gallery_slides ul li,
.wpb_gallery_slides ul.flex-direction-nav,
.wpb_gallery_slides ul.slides,
body .wpb_gallery_slides ul li {
	list-style: none;
	padding: 0;
	background-image: none;
	margin: 0
}

.wpb_video_widget.vc_video-el-width-10 .wpb_wrapper {
	width: 10%
}

.wpb_video_widget.vc_video-el-width-20 .wpb_wrapper {
	width: 20%
}

.wpb_video_widget.vc_video-el-width-30 .wpb_wrapper {
	width: 30%
}

.wpb_video_widget.vc_video-el-width-40 .wpb_wrapper {
	width: 40%
}

.wpb_video_widget.vc_video-el-width-50 .wpb_wrapper {
	width: 50%
}

.wpb_video_widget.vc_video-el-width-60 .wpb_wrapper {
	width: 60%
}

.wpb_video_widget.vc_video-el-width-70 .wpb_wrapper {
	width: 70%
}

.wpb_video_widget.vc_video-el-width-80 .wpb_wrapper {
	width: 80%
}

.wpb_video_widget.vc_video-el-width-90 .wpb_wrapper {
	width: 90%
}

.wpb_video_widget.vc_video-el-width-100 .wpb_wrapper {
	width: 100%
}

.wpb_video_widget .wpb_video_wrapper {
	padding-top: 56.25%;
	position: relative;
	width: 100%
}

.wpb_video_widget .wpb_video_wrapper>div {
	padding-top: 0!important;
	position: static
}

.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
	padding-top: 56.25%
}

.wpb_video_widget.vc_video-aspect-ratio-43 .wpb_video_wrapper {
	padding-top: 75%
}

.wpb_video_widget.vc_video-aspect-ratio-235 .wpb_video_wrapper {
	padding-top: 42.55319149%
}

.wpb_video_widget.vc_video-align-left .wpb_wrapper {
	float: left
}

.wpb_video_widget.vc_video-align-center .wpb_wrapper {
	margin: 0 auto
}

.wpb_video_widget.vc_video-align-right .wpb_wrapper {
	float: right
}

.wpb_video_widget .wpb_wrapper {
	position: relative
}

.wpb_video_widget .wpb_wrapper iframe {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.wpb_video_wrapper .fluid-width-video-wrapper {
	padding-top: 0!important;
	position: static
}

.vc_pie_chart {
	z-index: 0;
	opacity: 0;
	filter: alpha(opacity=0)
}

.vc_pie_chart.vc_ready {
	opacity: 1;
	filter: alpha(opacity=100)
}

.vc_pie_chart .vc_pie_wrapper {
	position: relative;
	margin: 0 auto
}

.vc_pie_chart canvas {
	position: relative;
	z-index: 1
}

.vc_pie_chart .vc_pie_chart_value,
.vc_pie_chart_back {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.vc_pie_chart .vc_pie_chart_value {
	font-size: 200%;
	text-align: center
}

.vc_pie_chart_back {
	border: 6px solid #f7f7f7;
	border-radius: 50%;
	opacity: .3;
	filter: alpha(opacity=30);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.vc_separator {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.vc_separator h4 {
	line-height: 1em;
	font-size: 100%;
	margin: 0;
	word-wrap: break-word;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.vc_separator h4 .normal {
	font-size: 12px;
	font-weight: 400
}

.vc_separator .vc_sep_holder {
	height: 1px;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 10%
}

.vc_separator .vc_sep_holder .vc_sep_line {
	height: 1px;
	border-top: 1px solid #EBEBEB;
	display: block;
	position: relative;
	top: 1px;
	width: 100%
}

.vc_separator.vc_separator_align_left .vc_sep_holder.vc_sep_holder_l,
.vc_separator.vc_separator_align_right .vc_sep_holder.vc_sep_holder_r {
	display: none
}

.vc_separator.vc_separator_align_center h4 {
	padding: 0 .8em
}

.vc_separator.vc_separator_align_left h4 {
	padding: 0 .8em 0 0
}

.vc_separator.vc_separator_align_right h4 {
	padding: 0 0 0 .8em;
	margin: 0!important
}

.vc_separator.vc_sep_double {
	height: 3px
}

.vc_separator.vc_sep_double .vc_sep_line {
	border-bottom: 1px solid #EBEBEB;
	border-top: 1px solid #EBEBEB;
	height: 3px
}

.vc_separator.vc_sep_dashed .vc_sep_line {
	border-top-style: dashed
}

.vc_separator.vc_sep_dotted .vc_sep_line {
	border-top-style: dotted
}

.vc_separator.vc_sep_shadow .vc_sep_line {
	border: none;
	position: relative;
	height: 20px;
	top: 0;
	overflow: hidden
}

.vc_separator.vc_sep_shadow .vc_sep_line::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -20px;
	right: 0;
	height: 10px;
	border-radius: 100%
}

.vc_separator.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
	right: -100%;
	box-shadow: 10px 10px 10px 1px
}

.vc_separator.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
	left: -100%;
	box-shadow: -10px 10px 10px 1px
}

.vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_l {
	width: 100%
}

.vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_r {
	display: none
}

.vc_separator .vc_icon_element {
	margin-bottom: 0
}

.vc_separator .vc_icon_element:not(.vc_icon_element-have-style)+h4 {
	padding-left: 0
}

.vc_separator .vc_icon_element:not(.vc_icon_element-have-style) .vc_icon_element-size-xl {
	margin-left: .8em;
	margin-right: .8em
}

.vc_separator.vc_separator-has-text.vc_separator_align_center .vc_icon_element.vc_icon_element-have-style,
.vc_separator.vc_separator-has-text.vc_separator_align_right .vc_icon_element.vc_icon_element-have-style {
	margin-left: .8em
}

.vc_separator.vc_separator_align_left .vc_icon_element.vc_icon_element-have-style+h4 {
	padding-left: .8em
}

.vc_separator.vc_sep_border_width_1 .vc_sep_holder .vc_sep_line {
	border-top-width: 1px
}

.vc_separator.vc_sep_border_width_1.vc_sep_double .vc_sep_holder .vc_sep_line {
	border-bottom-width: 1px;
	top: 0
}

.vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_line {
	top: 0
}

.vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
	box-shadow: 10px 10px 10px 1px
}

.vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
	box-shadow: -10px 10px 10px 1px
}

.vc_separator.vc_sep_border_width_2 .vc_sep_holder .vc_sep_line {
	border-top-width: 2px
}

.vc_separator.vc_sep_border_width_2.vc_sep_double .vc_sep_holder .vc_sep_line {
	border-bottom-width: 2px;
	top: -1px
}

.vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_line {
	top: -1px
}

.vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
	box-shadow: 10px 10px 10px 2px
}

.vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
	box-shadow: -10px 10px 10px 2px
}

.vc_separator.vc_sep_border_width_3 .vc_sep_holder .vc_sep_line {
	border-top-width: 3px
}

.vc_separator.vc_sep_border_width_3.vc_sep_double .vc_sep_holder .vc_sep_line {
	border-bottom-width: 3px;
	top: -1px
}

.vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_line {
	top: -1px
}

.vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
	box-shadow: 10px 10px 10px 3px
}

.vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
	box-shadow: -10px 10px 10px 3px
}

.vc_separator.vc_sep_border_width_4 .vc_sep_holder .vc_sep_line {
	border-top-width: 4px
}

.vc_separator.vc_sep_border_width_4.vc_sep_double .vc_sep_holder .vc_sep_line {
	border-bottom-width: 4px;
	top: -2px
}

.vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_line {
	top: -2px
}

.vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
	box-shadow: 10px 10px 10px 4px
}

.vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
	box-shadow: -10px 10px 10px 4px
}

.vc_separator.vc_sep_border_width_5 .vc_sep_holder .vc_sep_line {
	border-top-width: 5px
}

.vc_separator.vc_sep_border_width_5.vc_sep_double .vc_sep_holder .vc_sep_line {
	border-bottom-width: 5px;
	top: -2px
}

.vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_line {
	top: -2px
}

.vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
	box-shadow: 10px 10px 10px 5px
}

.vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
	box-shadow: -10px 10px 10px 5px
}

.vc_separator.vc_sep_border_width_6 .vc_sep_holder .vc_sep_line {
	border-top-width: 6px
}

.vc_separator.vc_sep_border_width_6.vc_sep_double .vc_sep_holder .vc_sep_line {
	border-bottom-width: 6px;
	top: -3px
}

.vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_line {
	top: -3px
}

.vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
	box-shadow: 10px 10px 10px 6px
}

.vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
	box-shadow: -10px 10px 10px 6px
}

.vc_separator.vc_sep_border_width_7 .vc_sep_holder .vc_sep_line {
	border-top-width: 7px
}

.vc_separator.vc_sep_border_width_7.vc_sep_double .vc_sep_holder .vc_sep_line {
	border-bottom-width: 7px;
	top: -3px
}

.vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_line {
	top: -3px
}

.vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
	box-shadow: 10px 10px 10px 7px
}

.vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
	box-shadow: -10px 10px 10px 7px
}

.vc_separator.vc_sep_border_width_8 .vc_sep_holder .vc_sep_line {
	border-top-width: 8px
}

.vc_separator.vc_sep_border_width_8.vc_sep_double .vc_sep_holder .vc_sep_line {
	border-bottom-width: 8px;
	top: -4px
}

.vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_line {
	top: -4px
}

.vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
	box-shadow: 10px 10px 10px 8px
}

.vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
	box-shadow: -10px 10px 10px 8px
}

.vc_separator.vc_sep_border_width_9 .vc_sep_holder .vc_sep_line {
	border-top-width: 9px
}

.vc_separator.vc_sep_border_width_9.vc_sep_double .vc_sep_holder .vc_sep_line {
	border-bottom-width: 9px;
	top: -4px
}

.vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_line {
	top: -4px
}

.vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
	box-shadow: 10px 10px 10px 9px
}

.vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
	box-shadow: -10px 10px 10px 9px
}

.vc_separator.vc_sep_border_width_10 .vc_sep_holder .vc_sep_line {
	border-top-width: 10px
}

.vc_separator.vc_sep_border_width_10.vc_sep_double .vc_sep_holder .vc_sep_line {
	border-bottom-width: 10px;
	top: -5px
}

.vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_line {
	top: -5px
}

.vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
	box-shadow: 10px 10px 10px 10px
}

.vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
	box-shadow: -10px 10px 10px 10px
}

.vc_separator.vc_sep_color_blue .vc_sep_line {
	border-color: #5472D2
}

.vc_separator.vc_sep_color_blue.vc_sep_shadow .vc_sep_holder {
	color: #5472D2
}

.vc_separator.vc_sep_color_turquoise .vc_sep_line {
	border-color: #00C1CF
}

.vc_separator.vc_sep_color_turquoise.vc_sep_shadow .vc_sep_holder {
	color: #00C1CF
}

.vc_separator.vc_sep_color_pink .vc_sep_line {
	border-color: #FE6C61
}

.vc_separator.vc_sep_color_pink.vc_sep_shadow .vc_sep_holder {
	color: #FE6C61
}

.vc_separator.vc_sep_color_violet .vc_sep_line {
	border-color: #8D6DC4
}

.vc_separator.vc_sep_color_violet.vc_sep_shadow .vc_sep_holder {
	color: #8D6DC4
}

.vc_separator.vc_sep_color_peacoc .vc_sep_line {
	border-color: #4CADC9
}

.vc_separator.vc_sep_color_peacoc.vc_sep_shadow .vc_sep_holder {
	color: #4CADC9
}

.vc_separator.vc_sep_color_chino .vc_sep_line {
	border-color: #CEC2AB
}

.vc_separator.vc_sep_color_chino.vc_sep_shadow .vc_sep_holder {
	color: #CEC2AB
}

.vc_separator.vc_sep_color_mulled_wine .vc_sep_line {
	border-color: #50485B
}

.vc_separator.vc_sep_color_mulled_wine.vc_sep_shadow .vc_sep_holder {
	color: #50485B
}

.vc_separator.vc_sep_color_vista_blue .vc_sep_line {
	border-color: #75D69C
}

.vc_separator.vc_sep_color_vista_blue.vc_sep_shadow .vc_sep_holder {
	color: #75D69C
}

.vc_separator.vc_sep_color_black .vc_sep_line {
	border-color: #2A2A2A
}

.vc_separator.vc_sep_color_black.vc_sep_shadow .vc_sep_holder {
	color: #2A2A2A
}

.vc_separator.vc_sep_color_grey .vc_sep_line {
	border-color: #EBEBEB
}

.vc_separator.vc_sep_color_grey.vc_sep_shadow .vc_sep_holder {
	color: #EBEBEB
}

.vc_separator.vc_sep_color_orange .vc_sep_line {
	border-color: #F7BE68
}

.vc_separator.vc_sep_color_orange.vc_sep_shadow .vc_sep_holder {
	color: #F7BE68
}

.vc_separator.vc_sep_color_sky .vc_sep_line {
	border-color: #5AA1E3
}

.vc_separator.vc_sep_color_sky.vc_sep_shadow .vc_sep_holder {
	color: #5AA1E3
}

.vc_separator.vc_sep_color_green .vc_sep_line {
	border-color: #6DAB3C
}

.vc_separator.vc_sep_color_green.vc_sep_shadow .vc_sep_holder {
	color: #6DAB3C
}

.vc_separator.vc_sep_color_juicy_pink .vc_sep_line {
	border-color: #F4524D
}

.vc_separator.vc_sep_color_juicy_pink.vc_sep_shadow .vc_sep_holder {
	color: #F4524D
}

.vc_separator.vc_sep_color_sandy_brown .vc_sep_line {
	border-color: #F79468
}

.vc_separator.vc_sep_color_sandy_brown.vc_sep_shadow .vc_sep_holder {
	color: #F79468
}

.vc_separator.vc_sep_color_purple .vc_sep_line {
	border-color: #B97EBB
}

.vc_separator.vc_sep_color_purple.vc_sep_shadow .vc_sep_holder {
	color: #B97EBB
}

.vc_separator.vc_sep_color_white .vc_sep_line {
	border-color: #FFF
}

.vc_separator.vc_sep_color_white.vc_sep_shadow .vc_sep_holder {
	color: #FFF
}

.vc_text_separator,
.wpb_separator {
	border-bottom: 1px solid #EBEBEB;
	clear: both;
	height: 1px
}

.vc_sep_width_10 {
	width: 10%
}

.vc_sep_width_20 {
	width: 20%
}

.vc_sep_width_30 {
	width: 30%
}

.vc_sep_width_40 {
	width: 40%
}

.vc_sep_width_50 {
	width: 50%
}

.vc_sep_width_60 {
	width: 60%
}

.vc_sep_width_70 {
	width: 70%
}

.vc_sep_width_80 {
	width: 80%
}

.vc_sep_width_90 {
	width: 90%
}

.vc_sep_width_100,
.wpb_single_image img.vc_img-placeholder {
	width: 100%
}

.vc_sep_pos_align_center {
	margin-left: auto;
	margin-right: auto
}

.vc_sep_pos_align_left {
	margin-left: 0;
	margin-right: auto
}

.vc_sep_pos_align_right {
	margin-left: auto;
	margin-right: 0
}

.vc_text_separator div {
	display: inline-block;
	background-color: #FFF;
	padding: 1px 1em;
	position: relative;
	top: -9px
}

.separator_align_left {
	text-align: left
}

.separator_align_right {
	text-align: right
}

.vc-zigzag-wrapper {
	text-align: center
}

.vc-zigzag-wrapper.vc-zigzag-align-left {
	text-align: left
}

.vc-zigzag-wrapper.vc-zigzag-align-right {
	text-align: right
}

.vc-zigzag-inner {
	display: inline-block
}

.vc_icon_element {
	line-height: 0;
	font-size: 14px;
	margin-bottom: 35px
}

.vc_icon_element.vc_icon_element-outer {
	box-sizing: border-box;
	text-align: center
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
	text-align: left
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center {
	text-align: center
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-right {
	text-align: right
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
	text-align: center;
	display: inline-block;
	border: 2px solid transparent;
	width: 4em;
	height: 4em;
	box-sizing: content-box;
	position: relative
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
	font-size: 2.15em;
	font-style: normal;
	font-weight: 400;
	line-height: 1!important;
	font-size-adjust: none;
	font-stretch: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-language-override: normal;
	font-language-override: normal;
	-webkit-font-kerning: auto;
	font-kerning: auto;
	font-synthesis: weight style;
	font-variant: normal;
	text-rendering: auto;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
	font-style: normal;
	font-weight: 400;
	display: inline-block;
	text-decoration: inherit;
	width: inherit;
	height: inherit;
	font-size: 1em;
	text-align: center;
	text-rendering: optimizelegibility
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_gitem-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-link {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	box-sizing: content-box;
	border: none
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs {
	max-width: 100%!important;
	line-height: 1.2em!important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs.vc_icon_element-have-style-inner {
	width: 2.5em!important;
	height: 2.5em!important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon {
	font-size: 1.2em!important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm {
	max-width: 100%!important;
	line-height: 1.6em!important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm.vc_icon_element-have-style-inner {
	width: 3.15em!important;
	height: 3.15em!important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm .vc_icon_element-icon {
	font-size: 1.6em!important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md {
	max-width: 100%!important;
	line-height: 2.15em!important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner {
	width: 4em!important;
	height: 4em!important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
	font-size: 2.15em!important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg {
	max-width: 100%!important;
	line-height: 2.85em!important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner {
	width: 5em!important;
	height: 5em!important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon {
	font-size: 2.85em!important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl {
	max-width: 100%!important;
	line-height: 5em!important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl.vc_icon_element-have-style-inner {
	width: 7.15em!important;
	height: 7.15em!important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
	font-size: 5em!important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded .vc_gitem-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded .vc_icon_element-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline .vc_gitem-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline .vc_icon_element-link {
	border-radius: 50%
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less .vc_gitem-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less .vc_icon_element-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline .vc_gitem-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline .vc_icon_element-link {
	border-radius: 5px
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-blue .vc_icon_element-icon {
	color: #5472D2
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-turquoise .vc_icon_element-icon {
	color: #00C1CF
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-pink .vc_icon_element-icon {
	color: #FE6C61
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-violet .vc_icon_element-icon {
	color: #8D6DC4
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-peacoc .vc_icon_element-icon {
	color: #4CADC9
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-chino .vc_icon_element-icon {
	color: #CEC2AB
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-mulled_wine .vc_icon_element-icon {
	color: #50485B
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-vista_blue .vc_icon_element-icon {
	color: #75D69C
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-black .vc_icon_element-icon {
	color: #2A2A2A
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-grey .vc_icon_element-icon {
	color: #EBEBEB
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-orange .vc_icon_element-icon {
	color: #F7BE68
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sky .vc_icon_element-icon {
	color: #5AA1E3
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-green .vc_icon_element-icon {
	color: #6DAB3C
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-juicy_pink .vc_icon_element-icon {
	color: #F4524D
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sandy_brown .vc_icon_element-icon {
	color: #F79468
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-purple .vc_icon_element-icon {
	color: #B97EBB
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-white .vc_icon_element-icon {
	color: #FFF
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-blue.vc_icon_element-outline {
	border-color: #5472D2
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-blue.vc_icon_element-background {
	background-color: #5472D2
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-turquoise.vc_icon_element-outline {
	border-color: #00C1CF
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-turquoise.vc_icon_element-background {
	background-color: #00C1CF
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-pink.vc_icon_element-outline {
	border-color: #FE6C61
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-pink.vc_icon_element-background {
	background-color: #FE6C61
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-violet.vc_icon_element-outline {
	border-color: #8D6DC4
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-violet.vc_icon_element-background {
	background-color: #8D6DC4
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-peacoc.vc_icon_element-outline {
	border-color: #4CADC9
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-peacoc.vc_icon_element-background {
	background-color: #4CADC9
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-chino.vc_icon_element-outline {
	border-color: #CEC2AB
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-chino.vc_icon_element-background {
	background-color: #CEC2AB
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-mulled_wine.vc_icon_element-outline {
	border-color: #50485B
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-mulled_wine.vc_icon_element-background {
	background-color: #50485B
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-vista_blue.vc_icon_element-outline {
	border-color: #75D69C
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-vista_blue.vc_icon_element-background {
	background-color: #75D69C
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-black.vc_icon_element-outline {
	border-color: #2A2A2A
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-black.vc_icon_element-background {
	background-color: #2A2A2A
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-outline {
	border-color: #EBEBEB
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-background {
	background-color: #EBEBEB
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-outline {
	border-color: #F7BE68
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-background {
	background-color: #F7BE68
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sky.vc_icon_element-outline {
	border-color: #5AA1E3
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sky.vc_icon_element-background {
	background-color: #5AA1E3
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-green.vc_icon_element-outline {
	border-color: #6DAB3C
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-green.vc_icon_element-background {
	background-color: #6DAB3C
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-juicy_pink.vc_icon_element-outline {
	border-color: #F4524D
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-juicy_pink.vc_icon_element-background {
	background-color: #F4524D
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sandy_brown.vc_icon_element-outline {
	border-color: #F79468
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sandy_brown.vc_icon_element-background {
	background-color: #F79468
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-purple.vc_icon_element-outline {
	border-color: #B97EBB
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-purple.vc_icon_element-background {
	background-color: #B97EBB
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-outline {
	border-color: #FFF
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-background {
	background-color: #FFF
}

.vc_chart .vc_chart-legend {
	font-size: 14px;
	margin: 0;
	padding: 0
}

.vc_chart .vc_chart-legend li {
	line-height: 1.3em;
	list-style: none;
	margin: 0 0 .3em;
	min-height: 1.3em
}

.vc_chart .vc_chart-legend span {
	border-radius: .3em;
	display: inline-block;
	height: 1.3em;
	left: 0;
	margin-right: .5em;
	vertical-align: middle;
	width: 1.3em
}

@media (min-width:768px) {
	.vc_chart .vc_chart-legend {
		display: inline-block;
		vertical-align: middle;
		width: 40%
	}
	.vc_chart .vc_chart-legend li {
		margin-left: 1em
	}
	.vc_chart .vc_chart-with-legend {
		display: inline-block;
		vertical-align: middle;
		width: 60%
	}
}

.vc_line-chart .vc_chart-with-legend {
	width: 75%
}

.vc_line-chart .vc_chart-legend {
	width: 25%
}

.wpb_single_image .wpb_wrapper .vc_single_image-wrapper .zoomImg {
	border-radius: 0
}

.wpb_single_image [class*='_circle'] .vc-zoom-wrapper {
	border-radius: 50%
}

.wpb_single_image [class*='_rounded'] .vc-zoom-wrapper {
	border-radius: 4px
}

.owl-carousel .owl-animated-out {
	z-index: 0
}

.owl-carousel .owl-animated-in {
	z-index: 1
}

@font-face {
	font-family: vc_grid_v1;
	src: url(../../../plugins/js_composer_salient/assets/fonts/vc_grid/vc_grid_v1.eot);
	src: url(../../../plugins/js_composer_salient/assets/fonts/vc_grid/vc_grid_v1.eot) format('embedded-opentype'), url(../../../plugins/js_composer_salient/assets/fonts/vc_grid/vc_grid_v1.woff) format('woff'), url(../../../plugins/js_composer_salient/assets/fonts/vc_grid/vc_grid_v1.ttf) format('truetype'), url(../../../plugins/js_composer_salient/assets/fonts/vc_grid/vc_grid_v1.svg) format('svg');
	font-weight: 400;
	font-style: normal
}

[class*=" vc_arrow-icon-"],
[class^=vc_arrow-icon-] {
	font-family: vc_grid_v1;
	font-style: normal;
	font-weight: 400;
	line-height: 1
}

.vc_arrow-icon-minus:before {
	content: "\e61c"
}

.vc_arrow-icon-plus:before {
	content: "\e61d"
}

.vc_arrow-icon-arrow_down:before {
	content: "\e61e"
}

.vc_arrow-icon-arrow_up:before {
	content: "\e61f"
}

.vc_arrow-icon-arrow_01_left:before {
	content: "\e600"
}

.vc_arrow-icon-arrow_01_right:before {
	content: "\e601"
}

.vc_arrow-icon-arrow_02_left:before {
	content: "\e602"
}

.vc_arrow-icon-arrow_02_right:before {
	content: "\e603"
}

.vc_arrow-icon-arrow_03_left:before {
	content: "\e604"
}

.vc_arrow-icon-arrow_03_right:before {
	content: "\e605"
}

.vc_arrow-icon-arrow_04_left:before {
	content: "\e606"
}

.vc_arrow-icon-arrow_04_right:before {
	content: "\e607"
}

.vc_arrow-icon-arrow_05_left:before {
	content: "\e608"
}

.vc_arrow-icon-arrow_05_right:before {
	content: "\e609"
}

.vc_arrow-icon-arrow_06_left:before {
	content: "\e60a"
}

.vc_arrow-icon-arrow_06_right:before {
	content: "\e60b"
}

.vc_arrow-icon-arrow_07_left:before {
	content: "\e60c"
}

.vc_arrow-icon-arrow_07_right:before {
	content: "\e60d"
}

.vc_arrow-icon-arrow_08_left:before {
	content: "\e60e"
}

.vc_arrow-icon-arrow_08_right:before {
	content: "\e60f"
}

.vc_arrow-icon-arrow_09_left:before {
	content: "\e610"
}

.vc_arrow-icon-arrow_09_right:before {
	content: "\e611"
}

.vc_arrow-icon-arrow_10_left:before {
	content: "\e612"
}

.vc_arrow-icon-arrow_10_right:before {
	content: "\e613"
}

.vc_arrow-icon-arrow_11_left:before {
	content: "\e614"
}

.vc_arrow-icon-arrow_11_right:before {
	content: "\e615"
}

.vc_arrow-icon-arrow_12_left:before {
	content: "\e616"
}

.vc_arrow-icon-arrow_12_right:before {
	content: "\e617"
}

.vc_arrow-icon-navicon:before {
	content: "\f0c9"
}

.wpb_animate_when_almost_visible {
	opacity: 0;
	filter: alpha(opacity=0)
}

.wpb_animate_when_almost_visible:not(.wpb_start_animation) {
	-webkit-animation: none;
	-o-animation: none;
	animation: none
}

.top-to-bottom,
.wpb_top-to-bottom {
	-webkit-animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275);
	-o-animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275);
	animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.bottom-to-top,
.wpb_bottom-to-top {
	-webkit-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
	-o-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
	animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.left-to-right,
.wpb_left-to-right {
	-webkit-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275);
	-o-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275);
	animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.right-to-left,
.wpb_right-to-left {
	-webkit-animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275);
	-o-animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275);
	animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.appear,
.wpb_appear {
	-webkit-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
	-o-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
	animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.wpb_start_animation {
	opacity: 1;
	filter: alpha(opacity=100)
}

@-webkit-keyframes wpb_ttb {
	0% {
		-webkit-transform: translate(0, -10%);
		opacity: 0;
		filter: alpha(opacity=0)
	}
	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1;
		filter: alpha(opacity=100)
	}
}

@-moz-keyframes wpb_ttb {
	0% {
		-moz-transform: translate(0, -10%);
		opacity: 0;
		filter: alpha(opacity=0)
	}
	100% {
		-moz-transform: translate(0, 0);
		opacity: 1;
		filter: alpha(opacity=100)
	}
}

@-o-keyframes wpb_ttb {
	0% {
		-o-transform: translate(0, -10%);
		opacity: 0;
		filter: alpha(opacity=0)
	}
	100% {
		-o-transform: translate(0, 0);
		opacity: 1;
		filter: alpha(opacity=100)
	}
}

@keyframes wpb_ttb {
	0% {
		-webkit-transform: translate(0, -10%);
		-ms-transform: translate(0, -10%);
		-o-transform: translate(0, -10%);
		transform: translate(0, -10%);
		opacity: 0;
		filter: alpha(opacity=0)
	}
	100% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
		filter: alpha(opacity=100)
	}
}

@-webkit-keyframes wpb_btt {
	0% {
		-webkit-transform: translate(0, 10%);
		opacity: 0;
		filter: alpha(opacity=0)
	}
	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1;
		filter: alpha(opacity=100)
	}
}

@-moz-keyframes wpb_btt {
	0% {
		-moz-transform: translate(0, 10%);
		opacity: 0;
		filter: alpha(opacity=0)
	}
	100% {
		-moz-transform: translate(0, 0);
		opacity: 1;
		filter: alpha(opacity=100)
	}
}

@-o-keyframes wpb_btt {
	0% {
		-o-transform: translate(0, 10%);
		opacity: 0;
		filter: alpha(opacity=0)
	}
	100% {
		-o-transform: translate(0, 0);
		opacity: 1;
		filter: alpha(opacity=100)
	}
}

@keyframes wpb_btt {
	0% {
		-webkit-transform: translate(0, 10%);
		-ms-transform: translate(0, 10%);
		-o-transform: translate(0, 10%);
		transform: translate(0, 10%);
		opacity: 0;
		filter: alpha(opacity=0)
	}
	100% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
		filter: alpha(opacity=100)
	}
}

@-webkit-keyframes wpb_ltr {
	0% {
		-webkit-transform: translate(-10%, 0);
		opacity: 0;
		filter: alpha(opacity=0)
	}
	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1;
		filter: alpha(opacity=100)
	}
}

@-moz-keyframes wpb_ltr {
	0% {
		-moz-transform: translate(-10%, 0);
		opacity: 0;
		filter: alpha(opacity=0)
	}
	100% {
		-moz-transform: translate(0, 0);
		opacity: 1;
		filter: alpha(opacity=100)
	}
}

@-o-keyframes wpb_ltr {
	0% {
		-o-transform: translate(-10%, 0);
		opacity: 0;
		filter: alpha(opacity=0)
	}
	100% {
		-o-transform: translate(0, 0);
		opacity: 1;
		filter: alpha(opacity=100)
	}
}

@keyframes wpb_ltr {
	0% {
		-webkit-transform: translate(-10%, 0);
		-ms-transform: translate(-10%, 0);
		-o-transform: translate(-10%, 0);
		transform: translate(-10%, 0);
		opacity: 0;
		filter: alpha(opacity=0)
	}
	100% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
		filter: alpha(opacity=100)
	}
}

@-webkit-keyframes wpb_rtl {
	0% {
		-webkit-transform: translate(10%, 0);
		opacity: 0;
		filter: alpha(opacity=0)
	}
	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1;
		filter: alpha(opacity=100)
	}
}

@-moz-keyframes wpb_rtl {
	0% {
		-moz-transform: translate(10%, 0);
		opacity: 0;
		filter: alpha(opacity=0)
	}
	100% {
		-moz-transform: translate(0, 0);
		opacity: 1;
		filter: alpha(opacity=100)
	}
}

@-o-keyframes wpb_rtl {
	0% {
		-o-transform: translate(10%, 0);
		opacity: 0;
		filter: alpha(opacity=0)
	}
	100% {
		-o-transform: translate(0, 0);
		opacity: 1;
		filter: alpha(opacity=100)
	}
}

@keyframes wpb_rtl {
	0% {
		-webkit-transform: translate(10%, 0);
		-ms-transform: translate(10%, 0);
		-o-transform: translate(10%, 0);
		transform: translate(10%, 0);
		opacity: 0;
		filter: alpha(opacity=0)
	}
	100% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
		filter: alpha(opacity=100)
	}
}

@-webkit-keyframes wpb_appear {
	0% {
		-webkit-transform: scale(.5);
		opacity: .1;
		filter: alpha(opacity=10)
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
		filter: alpha(opacity=100)
	}
}

@-moz-keyframes wpb_appear {
	0% {
		-moz-transform: scale(.5);
		opacity: .1;
		filter: alpha(opacity=10)
	}
	100% {
		-moz-transform: scale(1);
		opacity: 1;
		filter: alpha(opacity=100)
	}
}

@-o-keyframes wpb_appear {
	0% {
		-o-transform: scale(.5);
		opacity: .1;
		filter: alpha(opacity=10)
	}
	100% {
		-o-transform: scale(1);
		opacity: 1;
		filter: alpha(opacity=100)
	}
}

@keyframes wpb_appear {
	0% {
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		-o-transform: scale(.5);
		transform: scale(.5);
		opacity: .1;
		filter: alpha(opacity=10)
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		filter: alpha(opacity=100)
	}
}

.vc-spinner::before {
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	pointer-events: none;
	margin-top: 6px;
	background: url(../../../plugins/js_composer_salient/assets/images/spinner.gif) no-repeat;
	background-position-x: center;
	background-position-y: center
}

.vc-spinner.vc-spinner-complete::before {
	background-image: url(../../../plugins/js_composer_salient/assets/vc/tick.png)
}

.vc-spinner.vc-spinner-failed::before {
	background-image: url(../../../plugins/js_composer_salient/assets/vc/remove.png)
}

.vc_row.vc_row-flex>.span_12 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width:999px) {
	.vc_row.vc_row-flex>.span_12,
	.vc_row.vc_row-flex>.span_12>.vc_column_container,
	.vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12,
	.vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container,
	.vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12,
	.vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.vc_row.vc_row-flex>.span_12,
.vc_row.vc_row-flex>.span_12>.vc_column_container,
.vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12,
.vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container,
.vc_row.vc_row-o-equal-height>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.column_container>.column-inner-wrap,
.vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12,
.vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container,
.vc_row.vc_row-o-equal-height>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.column_container>.column-inner-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.vc_row.vc_row-flex>.span_12>.vc_vc_column,
.vc_row.vc_row-flex>.span_12>.vc_vc_column_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.vc_row.vc_row-flex>.span_12>.vc_column_container>.wpb_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

.vc_row.vc_row-flex>.span_12>.vc_column_container>.wpb_wrapper {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner>* {
		min-height: 1em
	}
}

.vc_row.vc_row-flex>.span_12>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-flex>.span_12>.vc_vc_column_inner>.vc_column_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.vc_row.vc_row-flex>.span_12>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,
.wpb_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.vc_column-inner,
.wpb_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,
.vc_row.vc_row-o-equal-height .full-page-inner>.span_12>.col .wpb_row>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,
.wpb_row.vc_row-flex>.fp-tableCell .fp-scrollable>.fp-scroller>.full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.vc_column-inner,
.wpb_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.vc_column-inner,
.wpb_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,
.vc_row.vc_row-o-equal-height .full-page-inner>.span_12>.col .wpb_row>.container>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,
.wpb_row.vc_row-flex>.fp-tableCell .fp-scrollable>.fp-scroller .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.vc_column-inner {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.vc_row.vc_row-o-equal-height>.span_12>.vc_column_container,
.vc_row.vc_row-o-equal-height>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container,
.vc_row.vc_row-o-equal-height>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.column_container>.column-inner-wrap,
.vc_row.vc_row-o-equal-height .full-page-inner>.span_12>.col .wpb_row>.span_12>.vc_column_container>.column-inner-wrap,
.vc_row.vc_row-o-equal-height>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container,
.vc_row.vc_row-o-equal-height>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.column_container>.column-inner-wrap,
.vc_row.vc_row-o-equal-height .full-page-inner>.container>.span_12>.col .wpb_row>.span_12>.vc_column_container>.column-inner-wrap,
.vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.vc_row.vc_row-o-content-top>.span_12>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-o-content-top>.span_12>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-o-content-top>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-o-content-top>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-o-content-top>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-o-content-top>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.vc_row.vc_row-o-content-middle>.span_12>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-o-content-middle>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,
.vc_row.vc_row-o-content-middle>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-o-content-middle>.fp-tableCell .fp-scrollable>.fp-scroller .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.vc_column-inner,
.full-page-inner>.span_12>.col .vc_row.vc_row-o-content-middle>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,
.vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,
.vc_row.vc_row-o-content-middle>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,
.vc_row.vc_row-o-content-middle>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-o-content-middle>.fp-tableCell .fp-scrollable>.fp-scroller .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.vc_column-inner,
.full-page-inner>.container>.span_12>.col .vc_row.vc_row-o-content-middle>.span_12>.vc_column_container>.column-inner-wrap>.column-inner {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.vc_row.vc_row-o-content-bottom>.span_12>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-o-content-bottom>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,
.vc_row.vc_row-o-content-bottom>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-o-content-bottom>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.vc_column-inner,
.full-page-inner>.span_12>.col .vc_row.vc_row-o-content-bottom>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,
.vc_row.vc_row-o-content-bottom>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,
.vc_row.vc_row-o-content-bottom>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-o-content-bottom>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.vc_column-inner,
.full-page-inner>.container>.span_12>.col .vc_row.vc_row-o-content-bottom>.span_12>.vc_column_container>.column-inner-wrap>.column-inner {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 999px) {
	.vc_row.vc_row-flex>.span_12,
	.vc_row.vc_row-flex>.span_12>.vc_column_container,
	.vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12,
	.vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container,
	.vc_row.vc_row-o-equal-height>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.column_container>.column-inner-wrap,
	body:not([data-flex-cols="true"]) .vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12,
	body:not([data-flex-cols="true"]) .vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container,
	.vc_row.vc_row-o-equal-height>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.column_container>.column-inner-wrap,
	.vc_row.vc_row-flex>.span_12>.vc_column_container>.vc_column-inner,
	.vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,
	.wpb_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.vc_column-inner,
	.wpb_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,
	.vc_row.vc_row-o-equal-height .full-page-inner>.span_12>.col .wpb_row>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,
	.wpb_row.vc_row-flex>.fp-tableCell .fp-scrollable>.fp-scroller>.full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.vc_column-inner,
	.wpb_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.vc_column-inner,
	.wpb_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,
	.vc_row.vc_row-o-equal-height .full-page-inner>.span_12>.col .wpb_row>.container>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,
	.wpb_row.vc_row-flex>.fp-tableCell .fp-scrollable>.fp-scroller .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.vc_column-inner {
		display: block;
	}
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
	.vc_row.vc_row-flex>.span_12,
	.vc_row.vc_row-flex>.span_12>.vc_column_container.one-fourths,
	.vc_row.vc_row-flex>.span_12>.vc_column_container.one-fourths>.vc_column-inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.vc_row.vc_row-o-columns-stretch.vc_row-o-full-height>.span_12 {
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}

.vc_row.vc_row-o-columns-top.vc_row-o-full-height>.span_12 {
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.vc_row.vc_row-o-columns-bottom.vc_row-o-full-height>.span_12 {
	-webkit-align-content: flex-end!important;
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important;
}

.vc_row.vc_row-o-columns-middle.vc_row-o-full-height>.span_12 {
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.vc_row.vc_row-o-columns-bottom>.span_12::after,
.vc_row.vc_row-o-columns-middle>.span_12::after,
.vc_row.vc_row-o-columns-top>.span_12::after {
	content: '';
	width: 100%;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	display: block;
}

.vc_row.vc_row-flex.vc_row-o-full-height>.span_12 {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
}

body .gform_wrapper.gf_reset_wrapper,
body .gform_wrapper.gf_reset_wrapper button,
body .gform_wrapper.gf_reset_wrapper caption,
body .gform_wrapper.gf_reset_wrapper div,
body .gform_wrapper.gf_reset_wrapper fieldset,
body .gform_wrapper.gf_reset_wrapper form,
body .gform_wrapper.gf_reset_wrapper h1,
body .gform_wrapper.gf_reset_wrapper h2,
body .gform_wrapper.gf_reset_wrapper h3,
body .gform_wrapper.gf_reset_wrapper h4,
body .gform_wrapper.gf_reset_wrapper h5,
body .gform_wrapper.gf_reset_wrapper h6,
body .gform_wrapper.gf_reset_wrapper iframe,
body .gform_wrapper.gf_reset_wrapper img,
body .gform_wrapper.gf_reset_wrapper input[type=button],
body .gform_wrapper.gf_reset_wrapper input[type=email],
body .gform_wrapper.gf_reset_wrapper input[type=image],
body .gform_wrapper.gf_reset_wrapper input[type=number],
body .gform_wrapper.gf_reset_wrapper input[type=password],
body .gform_wrapper.gf_reset_wrapper input[type=submit],
body .gform_wrapper.gf_reset_wrapper input[type=tel],
body .gform_wrapper.gf_reset_wrapper input[type=text],
body .gform_wrapper.gf_reset_wrapper input[type=url],
body .gform_wrapper.gf_reset_wrapper label,
body .gform_wrapper.gf_reset_wrapper legend,
body .gform_wrapper.gf_reset_wrapper li,
body .gform_wrapper.gf_reset_wrapper ol,
body .gform_wrapper.gf_reset_wrapper p,
body .gform_wrapper.gf_reset_wrapper select,
body .gform_wrapper.gf_reset_wrapper span,
body .gform_wrapper.gf_reset_wrapper table,
body .gform_wrapper.gf_reset_wrapper tbody,
body .gform_wrapper.gf_reset_wrapper td,
body .gform_wrapper.gf_reset_wrapper textarea,
body .gform_wrapper.gf_reset_wrapper tfoot,
body .gform_wrapper.gf_reset_wrapper th,
body .gform_wrapper.gf_reset_wrapper thead,
body .gform_wrapper.gf_reset_wrapper tr,
body .gform_wrapper.gf_reset_wrapper ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0
}

body .gform_wrapper.gf_reset_wrapper button,
body .gform_wrapper.gf_reset_wrapper caption,
body .gform_wrapper.gf_reset_wrapper div,
body .gform_wrapper.gf_reset_wrapper fieldset,
body .gform_wrapper.gf_reset_wrapper form,
body .gform_wrapper.gf_reset_wrapper iframe,
body .gform_wrapper.gf_reset_wrapper img,
body .gform_wrapper.gf_reset_wrapper input[type=button],
body .gform_wrapper.gf_reset_wrapper input[type=email],
body .gform_wrapper.gf_reset_wrapper input[type=image],
body .gform_wrapper.gf_reset_wrapper input[type=number],
body .gform_wrapper.gf_reset_wrapper input[type=password],
body .gform_wrapper.gf_reset_wrapper input[type=submit],
body .gform_wrapper.gf_reset_wrapper input[type=tel],
body .gform_wrapper.gf_reset_wrapper input[type=text],
body .gform_wrapper.gf_reset_wrapper input[type=url],
body .gform_wrapper.gf_reset_wrapper label,
body .gform_wrapper.gf_reset_wrapper legend,
body .gform_wrapper.gf_reset_wrapper li,
body .gform_wrapper.gf_reset_wrapper ol,
body .gform_wrapper.gf_reset_wrapper p,
body .gform_wrapper.gf_reset_wrapper select,
body .gform_wrapper.gf_reset_wrapper span,
body .gform_wrapper.gf_reset_wrapper table,
body .gform_wrapper.gf_reset_wrapper tbody,
body .gform_wrapper.gf_reset_wrapper td,
body .gform_wrapper.gf_reset_wrapper textarea,
body .gform_wrapper.gf_reset_wrapper tfoot,
body .gform_wrapper.gf_reset_wrapper th,
body .gform_wrapper.gf_reset_wrapper thead,
body .gform_wrapper.gf_reset_wrapper tr,
body .gform_wrapper.gf_reset_wrapper ul {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	line-height: 1;
	font-weight: 400
}

body .gform_wrapper.gf_reset_wrapper div,
body .gform_wrapper.gf_reset_wrapper p,
body .gform_wrapper.gf_reset_wrapper span {
	line-height: 1.8
}

body .gform_wrapper.gf_reset_wrapper fieldset,
body .gform_wrapper.gf_reset_wrapper img {
	border: 0
}

body .gform_wrapper.gf_reset_wrapper li,
body .gform_wrapper.gf_reset_wrapper ol,
body .gform_wrapper.gf_reset_wrapper ul {
	list-style: none
}

body .gform_wrapper.gf_reset_wrapper a img {
	border: none
}

body .gform_wrapper.gf_reset_wrapper :focus {
	outline: 0
}

.gform_wrapper {
	margin-bottom: 16px;
	margin-top: 16px;
	max-width: 100%
}

.gform_wrapper form {
	text-align: left;
	max-width: 100%;
	margin: 0 auto
}

.gform_wrapper *,
.gform_wrapper :after,
.gform_wrapper :before {
	box-sizing: border-box!important
}

.gform_wrapper h1,
.gform_wrapper h2,
.gform_wrapper h3 {
	font-weight: 400;
	border: none;
	background: 0 0
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper select {
	font-size: inherit;
	font-family: inherit;
	padding: 5px 4px;
	letter-spacing: normal
}

.gform_wrapper input[type=image] {
	border: none!important;
	padding: 0!important;
	width: auto!important
}

.gform_wrapper textarea {
	font-size: inherit;
	font-family: inherit;
	letter-spacing: normal;
	padding: 6px 8px;
	line-height: 1.5;
	resize: none
}

.gform_wrapper select {
	line-height: 1.5
}

.gform_wrapper .ginput_container_multiselect select {
	background-image: none!important;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: 0
}

.gform_wrapper ul.gform_fields {
	margin: 0!important;
	list-style-type: none;
	display: block
}

.gform_wrapper ul,
html>body .entry ul {
	text-indent: 0
}

.gform_wrapper form li,
.gform_wrapper li {
	margin-left: 0!important;
	list-style-type: none!important;
	list-style-image: none!important;
	list-style: none!important;
	overflow: visible
}

.gform_wrapper ul li.gfield {
	clear: both
}

.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
	overflow: hidden
}

.gform_wrapper form ul.gform_fields.left_label li.gfield,
.gform_wrapper form ul.gform_fields.right_label li.gfield,
.gform_wrapper ul.gform_fields.left_label li.gfield,
.gform_wrapper ul.gform_fields.right_label li.gfield {
	margin-bottom: 14px
}

.gform_wrapper form ul.left_label li ul.gfield_checkbox li,
.gform_wrapper form ul.left_label li ul.gfield_radio li,
.gform_wrapper form ul.right_label li ul.gfield_checkbox li,
.gform_wrapper form ul.right_label li ul.gfield_radio li,
.gform_wrapper ul.left_label li ul.gfield_checkbox li,
.gform_wrapper ul.left_label li ul.gfield_radio li,
.gform_wrapper ul.right_label li ul.gfield_checkbox li,
.gform_wrapper ul.right_label li ul.gfield_radio li {
	margin-bottom: 10px
}

.gform_wrapper ul li:after,
.gform_wrapper ul li:before,
.gform_wrapper ul.gform_fields {
	padding: 0;
	margin: 0;
	overflow: visible
}

.gform_wrapper select {
	font-size: inherit;
	font-family: inherit;
	letter-spacing: normal
}

.gform_wrapper select option {
	padding: 2px;
	display: block
}

.gform_wrapper .inline {
	display: inline!important
}

.gform_wrapper .gform_heading {
	width: 100%;
	margin-bottom: 18px
}

.gform_wrapper .clear-multi {
	display: flex
}

.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
	display: -moz-inline-stack;
	display: inline-block
}

.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_year {
	width: 33.333%;
	flex-direction: row
}

@media only screen and (min-width:321px) {
	.gform_wrapper .gfield_date_day,
	.gform_wrapper .gfield_date_month {
		max-width: 4rem
	}
	.gform_wrapper .gfield_date_year,
	.gform_wrapper .gfield_time_ampm {
		max-width: calc(4rem + .5rem)
	}
}

.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_year {
	vertical-align: top;
	flex-direction: row
}

.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_year {
	margin-right: .5rem
}

.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_month {
	width: 4rem;
	margin-right: .5rem
}

.gform_wrapper .gfield_date_day input[type=number],
.gform_wrapper .gfield_date_month input[type=number] {
	width: calc(3rem + 8px)!important
}

.gform_wrapper .gfield_date_year input[type=number] {
	width: calc(4rem + 8px)!important
}

.gform_wrapper .gfield_date_year {
	width: 5rem
}

.gform_wrapper .gfield_date_day input,
.gform_wrapper .gfield_date_month input {
	width: calc(3rem + 8px)
}

.gform_wrapper .gfield_date_year input {
	width: 4rem
}

.gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label {
	width: 3rem;
	text-align: center
}

.gform_wrapper .field_sublabel_above div.gfield_date_year.ginput_container label,
.gform_wrapper .field_sublabel_below div.gfield_date_year.ginput_container label {
	width: 4rem
}

.gform_wrapper .gfield_time_ampm,
.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute {
	width: 33.333%;
	flex-direction: row
}

@media only screen and (min-width:321px) {
	.gform_wrapper .gfield_time_hour,
	.gform_wrapper .gfield_time_minute {
		max-width: 4rem
	}
	.gform_wrapper .gfield_time_ampm,
	.gform_wrapper .gfield_time_hour {
		max-width: calc(4rem + .5rem)
	}
	.gform_wrapper .gfield_time_hour {
		max-width: calc(4rem + .5rem)
	}
}

.gform_wrapper ul.gform_fields:not(.top_label) .ginput_container_time span {
	float: left
}

.gform_wrapper .gfield_time_hour i {
	font-style: normal!important;
	font-family: sans-serif!important;
	width: 10px;
	text-align: center;
	float: right;
	margin-top: 9%
}

.gform_wrapper .gfield_time_minute {
	margin-right: .5rem
}

.gform_wrapper .gfield_time_hour {
	margin-right: .25rem
}

.gform_wrapper .gfield_time_ampm {
	vertical-align: top;
	display: -moz-inline-stack;
	display: inline-block
}

.gform_wrapper .gfield_time_ampm select {
	min-width: calc(2rem + 25px);
	width: calc(3rem + 25px)
}

.gform_wrapper .gfield_time_ampm_shim {
	display: block;
	font-size: .813em;
	margin: 9px 0 1px 1px
}

.gform_wrapper .gfield_time_hour input,
.gform_wrapper .gfield_time_minute input {
	width: calc(3rem + 8px)
}

.gform_wrapper .gfield_time_hour input[type=number],
.gform_wrapper .gfield_time_minute input[type=number] {
	width: calc(3rem + 8px)!important
}

.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	width: 3rem;
	text-align: center
}

.gform_wrapper .field_hover {
	border: 1px dashed #2175a9;
	cursor: pointer
}

.gform_wrapper .field_selected {
	background-color: #dfefff;
	border: 1px solid #c2d7ef
}

.gform_wrapper .field_name_first,
.gform_wrapper .field_name_last,
.gform_wrapper .field_name_middle {
	width: 49.5%;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top
}

.gform_wrapper .ginput_complex.ginput_container {
	overflow: visible;
	width: 100%
}

.gform_wrapper label.gfield_label,
.gform_wrapper legend.gfield_label {
	font-weight: 700;
	font-size: inherit
}

.gform_wrapper .top_label .gfield_label,
.gform_wrapper legend.gfield_label {
	display: -moz-inline-stack;
	display: inline-block;
	line-height: 1.3;
	clear: both
}

.gform_wrapper .top_label .gfield_hide_label {
	display: none
}

.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
	width: 100%
}

.gform_wrapper .ginput_complex .ginput_right select,
.gform_wrapper .ginput_complex select {
	width: 100%
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	display: block;
	font-size: .813em;
	letter-spacing: .5pt;
	white-space: nowrap
}

.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
	display: -moz-inline-stack;
	display: inline-block;
	letter-spacing: inherit;
	vertical-align: middle;
	cursor: pointer
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
	margin: 9px 0 1px 1px
}

.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_email label,
.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_name label,
.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_password label,
.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_time label {
	margin-top: 0
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	margin: 1px 0 9px 1px
}

.gform_wrapper .top_label .field_sublabel_above label.gfield_label+.ginput_complex.ginput_container,
.gform_wrapper .top_label .field_sublabel_above label.gfield_label+div[class*=gfield_time_].ginput_container {
	margin-top: 0
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 8px
}

body.gform_wrapper div.clear-multi {
	display: -moz-inline-stack;
	display: inline-block
}

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
	margin-top: 16px;
	margin-bottom: 0
}

.gform_wrapper .hidden_label .gfield_label {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute!important;
	height: 1px;
	width: 1px;
	overflow: hidden
}

.gfield.left_label,
.gfield.right_label {
	padding-top: 10px
}

.gform_wrapper li.hidden_label input {
	margin-top: 12px
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
	margin-bottom: 12px
}

.gform_wrapper .screen-reader-text,
.gform_wrapper label.hidden_sub_label {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal!important
}

.gform_wrapper input.large,
.gform_wrapper input.medium,
.gform_wrapper input.small,
.gform_wrapper select.large,
.gform_wrapper select.medium,
.gform_wrapper select.small {
	width: 100%
}

.gform_wrapper input.datepicker_with_icon.large,
.gform_wrapper input.datepicker_with_icon.medium,
.gform_wrapper input.datepicker_with_icon.small {
	width: calc(100% - 24px)
}

.gform_wrapper .gfield_error input.large,
.gform_wrapper .gfield_error input.medium,
.gform_wrapper .gfield_error input.small,
.gform_wrapper .gfield_error select.large,
.gform_wrapper .gfield_error select.medium,
.gform_wrapper .gfield_error select.small {
	width: 100%
}

.gform_wrapper .gfield_error input.datepicker_with_icon.large,
.gform_wrapper .gfield_error input.datepicker_with_icon.medium,
.gform_wrapper .gfield_error input.datepicker_with_icon.small {
	width: calc(100% - 32px)
}

.gform_wrapper textarea.small {
	height: 80px;
	width: 100%
}

.gform_wrapper textarea.medium {
	height: 120px;
	width: 100%
}

.gform_wrapper textarea.large {
	height: 160px;
	width: 100%
}

.gform_wrapper h2.gsection_title {
	margin: 0!important;
	padding: 0!important;
	letter-spacing: normal!important
}

.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
	font-weight: 700;
	font-size: 1.25em
}

.gform_wrapper h3.gform_title {
	letter-spacing: normal!important;
	margin: 10px 0 6px 0
}

.gform_wrapper li.gfield.field_description_below+li.gsection {
	margin-top: 24px!important
}

.gform_wrapper span.gform_description {
	font-weight: 400;
	display: block;
	width: calc(100% - 16px);
	margin-bottom: 16px
}

.gform_wrapper .gsection {
	border-bottom: 1px solid #ccc;
	padding: 0 16px 8px 0;
	margin: 28px 0 28px 0;
	clear: both
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
	position: relative
}

.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
	margin: 6px 0;
	padding: 0
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
	display: -moz-inline-stack;
	display: inline-block;
	padding: 0;
	width: auto;
	line-height: 1.5;
	font-size: .875em;
	vertical-align: middle;
	max-width: 85%;
	white-space: normal
}

.gform_wrapper .gfield_checkbox li label {
	margin: 0
}

.gform_wrapper .gfield_radio li label {
	margin: 2px 0 0 4px
}

.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1px
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
	font-size: .813em;
	line-height: inherit;
	clear: both;
	font-family: inherit;
	letter-spacing: normal
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description {
	padding: 0 16px 0 0
}

.gform_wrapper .field_description_below .gfield_description {
	padding-top: 16px
}

.gform_wrapper .field_sublabel_above .description,
.gform_wrapper .field_sublabel_above .gfield_description,
.gform_wrapper .field_sublabel_above .gsection_description {
	margin-top: 9px
}

.gform_wrapper .top_label .gsection_description {
	width: 100%;
	margin-bottom: 9px
}

.gform_wrapper .gfield_description {
	width: 100%
}

.gform_wrapper .description_above .gfield_description {
	padding: 0 0 10px 0
}

.gfield_date_year+.gfield_description {
	padding: 0
}

.gform_wrapper .field_description_below .gfield_consent_description,
.gform_wrapper .gfield_consent_description {
	width: 100%;
	max-height: 240px;
	overflow-y: scroll;
	border: 1px solid #ddd;
	margin-top: 12px;
	padding: 6px 8px;
	font-size: .688em
}

.gform_wrapper .gfield_required {
	color: #005a87;
	margin-left: 4px
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: rgba(255, 223, 224, .25);
	margin-bottom: 6px!important;
	border-top: 1px solid #c89797;
	border-bottom: 1px solid #c89797;
	padding-bottom: 6px;
	padding-top: 8px;
	box-sizing: border-box
}

.gform_wrapper li.gfield.gfield_creditcard_warning {
	padding: 16px 16px 14px 16px;
	border-top: 2px solid #790000;
	border-bottom: 4px solid #790000;
	background-color: rgba(255, 223, 224, .25);
	width: calc(100% - 16px)
}

.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning {
	padding: 16px 16px 14px 16px
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
	font-size: .875em;
	font-weight: 700;
	font-family: inherit;
	min-height: 25px;
	color: #790000;
	max-width: 100%;
	position: relative
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
	display: block;
	padding: 0 0 14px 24px;
	margin-bottom: 16px;
	line-height: 1.5;
	letter-spacing: .1pt;
	border-bottom: 1px solid #790000;
	text-transform: uppercase;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);
	background-size: 1em auto;
	background-repeat: no-repeat;
	background-position: left center
}

.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning div.gfield_creditcard_warning_message {
	padding: 16px 16px 14px 16px
}

li.gfield+li.gfield.gfield_creditcard_warning {
	margin-top: 16px!important
}

.gform_wrapper .top_label .gfield_error {
	width: calc(100% - 2px)
}

.gform_wrapper .top_label .gfield_error input.large,
.gform_wrapper .top_label .gfield_error select.large,
.gform_wrapper .top_label .gfield_error textarea.textarea {
	width: 100%
}

.gform_wrapper .left_label .gfield_error input.large,
.gform_wrapper .left_label .gfield_error select.large,
.gform_wrapper .left_label .gfield_error textarea.textarea,
.gform_wrapper .right_label .gfield_error input.large,
.gform_wrapper .right_label .gfield_error select.large,
.gform_wrapper .right_label .gfield_error textarea.textarea {
	width: 70%
}

.gform_wrapper .gfield_error .gfield_label {
	color: #790000
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	padding-right: 0
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_ampm.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_minute.ginput_container {
	margin-left: 0
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	max-width: 100%;
	padding-right: 16px
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 12px
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
	position: relative;
	top: 12px
}

.gform_wrapper div.validation_error {
	color: #790000;
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 25px;
	border-top: 2px solid #790000;
	border-bottom: 2px solid #790000;
	padding: 16px 0 16px 0;
	clear: both;
	width: 100%;
	text-align: center
}

.gform_wrapper ol.validation_list {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	color: #790000
}

.gform_wrapper ol.validation_list li {
	list-style-type: decimal!important
}

.gform_wrapper ol.validation_list li a {
	color: #790000
}

.gform_wrapper ol.validation_list:after {
	content: ""
}

.gform_wrapper div#error {
	margin-bottom: 25px
}

.gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
	vertical-align: middle!important
}

.gform_wrapper li.gfield fieldset {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	width: 100%
}

.gform_wrapper li.gfield fieldset>* {
	width: auto
}

.gform_wrapper li.gfield fieldset legend.gfield_label {
	width: 100%;
	line-height: 32px
}

div.gf_page_steps+div.validation_error {
	margin-top: 16px
}

.gform_wrapper div.gfield_description.validation_error {
	color: #790000;
	font-weight: 700;
	font-size: .875em;
	line-height: 1.2;
	margin-bottom: 16px
}

.gform_wrapper .validation_message {
	color: #790000;
	font-weight: 700;
	letter-spacing: normal
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
	border: 1px solid #790000
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
	color: #790000
}

.gform_wrapper .gform_footer {
	padding: 16px 0 10px 0;
	margin: 16px 0 0 0;
	clear: both;
	width: 100%
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
	font-size: 1em;
	width: 100%;
	margin: 0 0 16px 0
}

.gform_wrapper .gform_footer a.gform_save_link,
.gform_wrapper .gform_page_footer a.gform_save_link {
	font-size: 1em;
	display: block;
	text-align: center
}

.gform_wrapper .gform_footer input[type=image] {
	padding: 0;
	width: auto!important;
	background: 0 0!important;
	border: none!important;
	margin: 0 auto 16px auto!important;
	display: block;
	max-width: 100%
}

.gform_wrapper .ginput_complex .ginput_full,
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right {
	min-height: 45px
}

.gform_wrapper .ginput_complex .ginput_full input[type=email],
.gform_wrapper .ginput_complex .ginput_full input[type=number],
.gform_wrapper .ginput_complex .ginput_full input[type=password],
.gform_wrapper .ginput_complex .ginput_full input[type=tel],
.gform_wrapper .ginput_complex .ginput_full input[type=text],
.gform_wrapper .ginput_complex .ginput_full input[type=url] {
	width: 100%
}

.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=email],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=number],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=password],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=tel],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=text],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=url],
.gform_wrapper .gfield_error .ginput_complex .ginput_full select {
	width: 100%
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
	margin: 0 0 16px 0;
	line-height: 1.2
}

.gchoice_select_all,
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
	font-weight: 700
}

.gform_wrapper input.datepicker.datepicker_with_icon {
	margin-right: 4px!important;
	display: -moz-inline-stack;
	display: inline-block
}

.gform_wrapper .gf_hidden,
.gform_wrapper .gform_hidden,
.gform_wrapper input.gform_hidden,
.gform_wrapper input[type=hidden] {
	display: none!important;
	max-height: 1px!important;
	overflow: hidden
}

.gform_wrapper .gf_invisible,
.gform_wrapper .gfield_visibility_hidden {
	visibility: hidden;
	position: absolute;
	left: -9999px
}

.gform_wrapper .ginput_full br,
.gform_wrapper .ginput_left br,
.gform_wrapper .ginput_right br {
	display: none!important
}

.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
	padding: 0!important
}

.gform_wrapper ul.gfield_radio li input+input {
	margin-left: 4px
}

.gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
	margin-right: 6px;
	margin-top: 4px
}

.gform_wrapper .gfield_description+.gform_wrapper .gfield_description.validation_message {
	margin-top: 6px
}

.gform_wrapper .ginput_container.ginput_list+.gfield_description.validation_message {
	margin-top: 0
}

.gform_wrapper li.gfield_html {
	max-width: 100%
}

.gform_wrapper .gfield_html.gfield_no_follows_desc {
	margin-top: 10px
}

body .gform_wrapper ul li.gfield.gfield_html img {
	max-width: 100%!important
}

.gform_wrapper .gform_ajax_spinner {
	padding-left: 10px
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
	display: none!important;
	position: absolute!important;
	left: -9000px
}

.gform_wrapper .gfield_captcha_input_container {
	padding-top: 3px
}

.gform_wrapper .simple_captcha_small input {
	width: 64px
}

.gform_wrapper .simple_captcha_medium input {
	width: 96px
}

.gform_wrapper .simple_captcha_large input {
	width: 128px
}

.gform_wrapper .gform_wrapper .left_label .simple_captcha_small,
.gform_wrapper .left_label .simple_captcha_large,
.gform_wrapper .left_label .simple_captcha_medium,
.gform_wrapper .right_label .simple_captcha_large,
.gform_wrapper .right_label .simple_captcha_medium,
.gform_wrapper .right_label .simple_captcha_small {
	margin-left: 32%
}

.gform_wrapper .gfield_captcha_container img.gfield_captcha {
	border: none!important;
	background: 0 0!important;
	float: none!important;
	margin: 0!important;
	padding: 0!important
}

.gform_wrapper .math_small input {
	width: 70px
}

.gform_wrapper .math_medium input {
	width: 510px
}

.gform_wrapper .math_large input {
	width: 612px
}

.gform_wrapper .left_label .math_large,
.gform_wrapper .left_label .math_medium,
.gform_wrapper .left_label .math_small,
.gform_wrapper .right_label .math_large,
.gform_wrapper .right_label .math_medium,
.gform_wrapper .right_label .math_small {
	margin-left: 32%
}

.gform_wrapper div.charleft {
	font-size: .688em;
	margin-top: 4px;
	color: #767676;
	width: 92%!important;
	white-space: nowrap!important
}

.gform_wrapper div.charleft[style] {
	width: 92%!important
}

.gform_wrapper .left_label div.charleft,
.gform_wrapper .right_label div.charleft {
	margin-left: 32%
}

.gform_wrapper div.charleft.ginput_counter_tinymce {
	border: 1px solid #eee;
	border-width: 1px 0 0;
	padding: 4px 9px;
	width: 100%!important
}

.gform_wrapper div.charleft.warningTextareaInfo {
	color: #767676
}

.gform_wrapper div.charleft.ginput_counter_error {
	color: red
}

.gform_wrapper li.gf_hide_charleft div.charleft {
	display: none!important
}

.gf_submission_limit_message {
	color: #790000;
	font-size: 1.375em
}

.gform_wrapper .ginput_price {
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7
}

.gform_wrapper span.ginput_total {
	color: #060;
	font-size: inherit
}

.gform_wrapper .top_label span.ginput_total {
	margin: 8px 0
}

.gform_wrapper span.ginput_product_price_label {
	margin-right: 2px
}

.gform_wrapper span.ginput_product_price {
	color: #900
}

.gform_wrapper span.ginput_quantity_label {
	margin-left: 10px;
	margin-right: 2px
}

.gform_wrapper input.ginput_quantity[type=text] {
	width: 3rem
}

.gform_wrapper input.ginput_quantity[type=number] {
	width: 4rem
}

.gform_wrapper .gform_page_footer {
	margin: 14px 0;
	width: 100%;
	border-top: 1px dotted #ccc;
	padding: 16px 0 0 0;
	clear: both
}

.gform_wrapper .gform_page_footer.left_label,
.gform_wrapper .gform_page_footer.right_label {
	padding: 16px 0 0 29%
}

.gform_wrapper .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_page_footer .button.gform_previous_button {
	display: -moz-inline-stack;
	display: inline-block
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
	margin-bottom: 8px
}

.gform_wrapper .gf_progressbar_wrapper {
	clear: both;
	width: 100%;
	margin: 0 0 16px 0;
	padding: 0 0 16px 0
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
	font-size: .813em;
	line-height: 1!important;
	margin: 0 0 8px 12px!important;
	padding: 0!important;
	clear: both;
	-moz-opacity: .6;
	-khtml-opacity: .6;
	opacity: .6
}

.gform_wrapper .gf_progressbar {
	padding: 10px;
	position: relative;
	background-color: rgba(0, 0, 0, .1);
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, .05);
	width: 100%
}

.gform_wrapper .gf_progressbar_percentage {
	height: 24px;
	text-align: right;
	font-family: helvetica, arial, sans-serif;
	font-size: .813em!important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	z-index: 999;
	vertical-align: middle;
	background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, .1) 10px, rgba(0, 0, 0, .1) 20px), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3))
}

.gform_wrapper .gf_progressbar:after {
	content: "";
	display: block;
	width: 100%;
	z-index: 990;
	height: 24px;
	margin-top: -24px;
	background-color: rgba(0, 0, 0, .1);
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, .05)
}

.gform_wrapper .gf_progressbar_percentage.percentbar_100 {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px
}

.gform_wrapper .gf_progressbar_percentage span {
	display: block;
	width: auto;
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 1.8
}

.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
	color: #959595;
	text-shadow: none;
	float: none!important;
	margin-left: 12px;
	word-wrap: normal
}

.gform_wrapper .percentbar_blue {
	background-color: #036493;
	color: #fff
}

.gform_wrapper .percentbar_gray {
	background-color: #7c7c7c;
	color: #fff
}

.gform_wrapper .percentbar_green {
	background-color: #88b831;
	color: #fff
}

.gform_wrapper .percentbar_orange {
	background-color: #ff7120;
	color: #fff
}

.gform_wrapper .percentbar_red {
	background-color: #ff2a1a;
	color: #fff
}

.gform_wrapper .gf_page_steps {
	width: 100%;
	margin: 0 0 8px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px dotted #ccc
}

.gform_wrapper .gf_step {
	width: 100%;
	margin: 24px 24px 24px 0;
	font-size: .875em;
	height: 14px;
	line-height: 1.25!important;
	-moz-opacity: .2;
	-khtml-opacity: .2;
	opacity: .2;
	font-family: inherit
}

.gform_wrapper .gf_step span.gf_step_number {
	font-size: 1.25em;
	font-family: arial, sans-serif;
	margin-right: 4px
}

.gform_wrapper .gf_step span.gf_step_label,
.gform_wrapper .gf_step span.gf_step_number {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle
}

.gform_wrapper .gf_step.gf_step_active {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}

.gform_wrapper .gf_step_clear {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden
}

.gform_wrapper .gfield_password_strength {
	border: 1px solid #ddd;
	margin-top: 18px;
	margin-bottom: 18px;
	line-height: 1.8;
	padding: 10px 5px;
	text-align: center;
	background-color: #eee;
	border-bottom: 3px solid #ddd
}

.gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
	margin-right: 16px
}

.gform_wrapper ul.left_label li.gfield .gfield_password_strength,
.gform_wrapper ul.right_label li.gfield .gfield_password_strength {
	margin-top: 18px;
	margin-bottom: 18px;
	width: 100%
}

.gform_wrapper .gfield_password_strength.bad {
	background-color: #ffb78c;
	border-color: #ff853c;
	border-bottom: 3px solid #ff853c
}

.gform_wrapper .gfield_password_strength.good {
	background-color: #ffec8b;
	border-color: #fc0;
	border-bottom: 3px solid #fc0
}

.gform_wrapper .gfield_password_strength.mismatch,
.gform_wrapper .gfield_password_strength.short {
	background-color: #ffa0a0;
	border-color: #f04040;
	border-bottom: 3px solid #f04040
}

.gform_wrapper .gfield_password_strength.strong {
	background-color: #c3ff88;
	border-color: #8dff1c;
	border-bottom: 3px solid #8dff1c
}

.ginput_container_password,
.ginput_container_password span {
	position: relative
}

.ginput_container_password button {
	-webkit-appearance: none;
	appearance: none;
	background: 0 0;
	border: none;
	padding: 5px 0;
	position: absolute;
	right: 1px;
	text-align: center;
	top: 1px;
	width: 40px
}

.ginput_container_password span.ginput_left button {
	right: 9px
}

.ginput_container_password:not(.ginput_complex) span {
	display: inline-block;
	width: 100%
}

.ginput_container_password:not(.ginput_complex) span input {
	width: 100%
}

.ginput_container_password span.medium {
	width: calc(50% - 8px)
}

.ginput_container_password span.small {
	width: 25%
}

.gform_wrapper table.gfield_list,
.gform_wrapper table.gfield_list caption,
.gform_wrapper table.gfield_list tbody,
.gform_wrapper table.gfield_list td,
.gform_wrapper table.gfield_list tfoot,
.gform_wrapper table.gfield_list th,
.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list tr {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

.gform_wrapper table.gfield_list {
	border-spacing: 0;
	border-collapse: collapse
}

.gfield_repeater_buttons {
	padding-top: 15px
}

.gform_wrapper table.gfield_list {
	table-layout: auto!important
}

.gform_wrapper table.gfield_list thead th {
	font-weight: 700;
	text-align: left
}

.gform_wrapper table.gfield_list colgroup {
	width: 100%;
	display: block
}

.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
	color: #790000
}

.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list tr {
	padding: 0;
	margin: 0
}

.gform_wrapper table.gfield_list td,
.gform_wrapper table.gfield_list th {
	padding: 4px 0 4px 0
}

.gform_wrapper ul.gform_fields:not(.top_label) table.gfield_list th {
	padding: 0 0 4px 0
}

.gform_wrapper table.gfield_list td+td,
.gform_wrapper table.gfield_list th+th {
	padding: 0 0 0 16px
}

.gform_wrapper .gfield_list {
	width: 100%
}

.gform_wrapper .gfield_list td.gfield_list_cell input {
	width: 100%
}

.gfield_icon_disabled {
	cursor: default!important;
	-moz-opacity: .6;
	-khtml-opacity: .6;
	opacity: .6
}

.gform_wrapper table.gfield_list tr td.gfield_list_icons {
	width: 48px!important;
	padding: 0 0 0 4px!important;
	box-sizing: border-box
}

.gform_wrapper table.gfield_list td.gfield_list_icons img {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle
}

.gform_wrapper .gform_card_icon_container {
	margin: 8px 0 6px 0;
	height: 32px
}

.gform_wrapper div.gform_card_icon {
	margin-right: 4px;
	text-indent: -9000px;
	background-image: url(../../../plugins/gravityforms/images/gf-creditcard-icons.svg);
	background-repeat: no-repeat;
	width: 36px;
	height: 30px;
	float: left
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
	background-position: 0 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
	background-position: 0 -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
	background-position: 0 -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
	background-position: -36px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
	background-position: -36px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
	background-position: -36px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
	background-position: -72px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
	background-position: -72px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
	background-position: -72px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
	background-position: -108px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
	background-position: -108px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
	background-position: -108px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
	background-position: -144px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
	background-position: -144px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
	background-position: -144px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
	background-position: -180px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
	background-position: -180px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
	background-position: -180px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
	background-position: 0 -189px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
	background-position: 0 -221px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
	background-position: 0 -252px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
	background-position: -36px -189px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
	background-position: -36px -221px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
	background-position: -36px -252px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
	background-position: -72px -189px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
	background-position: -72px -221px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
	background-position: -72px -252px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
	background-position: -108px -189px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
	background-position: -108px -221px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
	background-position: -108px -252px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
	background-position: -144px -189px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
	background-position: -144px -221px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
	background-position: -144px -252px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
	background-position: -180px -189px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
	background-position: -180px -221px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
	background-position: -180px -252px
}

.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
	float: left;
	position: relative;
	top: 4px!important
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right {
	min-width: 85px!important
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left label,
.gform_wrapper .ginput_complex .ginput_cardinfo_right label {
	white-space: nowrap!important
}

.gform_wrapper .ginput_complex span.ginput_cardextras {
	display: block;
	overflow: hidden
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
	position: relative;
	display: block;
	min-width: 160px!important
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container select {
	margin-bottom: 8px
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
	max-width: 50%!important
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
	width: 32px;
	height: 23px;
	background-image: url(../../../plugins/gravityforms/images/gf-creditcard-icons.svg);
	background-repeat: no-repeat;
	background-position: 0 -128px;
	position: relative;
	top: -1px;
	left: 6px;
	display: -moz-inline-stack;
	display: inline-block
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
	padding: 24px;
	border: 1px dashed #ccc;
	text-align: center;
	color: #aaa;
	margin-bottom: 16px;
	background: rgba(0, 0, 0, .02);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.gform_wrapper span.gform_drop_instructions {
	display: block;
	margin-bottom: 8px
}

.gform_delete {
	vertical-align: middle;
	cursor: pointer
}

.gform_wrapper .copy_values_option_container .copy_values_enabled {
	width: auto
}

.gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
	margin-bottom: 1px
}

.gform_wrapper .form_saved_message {
	margin: 1em auto;
	padding: 3em 2em 3em;
	width: 99%;
	font-size: 1em;
	line-height: 1.8;
	color: #31708f;
	background-color: #e3f3f3;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.gform_wrapper .form_saved_message form {
	text-align: center
}

.form_saved_message p.resume_form_link_wrapper {
	background-color: #fff;
	display: inline-block;
	padding: 1em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	max-width: 98%!important;
	overflow: hidden;
	-webkit-box-shadow: 0 3px 2px 0 rgba(66, 103, 126, .2);
	-moz-box-shadow: 0 3px 2px 0 rgba(66, 103, 126, .2);
	box-shadow: 0 3px 2px 0 rgba(66, 103, 126, .2)
}

.form_saved_message a.resume_form_link {
	word-wrap: break-word;
	text-decoration: none;
	color: #2f637e
}

.form_saved_message .form_saved_message_emailform {
	margin: 1em 0 0 0
}

.form_saved_message label.form_saved_label {
	position: absolute;
	left: -9000px
}

div.form_saved_message div.form_saved_message_emailform form input[type=text] {
	margin-bottom: .25em
}

div.form_saved_message div.form_saved_message_emailform form input {
	margin: .75em auto 0 auto;
	display: inline-block
}

div.form_saved_message div.form_saved_message_emailform form input[type=email] {
	padding: calc(.75em - 1px)!important;
	width: 24em;
	max-width: 98%!important;
	font-size: 1em;
	background-color: #fff;
	border: 1px solid #91afc7;
	color: #424242;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-shadow: inset 0 0 5px 0 #eee;
	-moz-box-shadow: inset 0 0 5px 0 #eee;
	box-shadow: inset 0 0 5px 0 #eee
}

div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
	padding: .75em 1em;
	font-size: 1em;
	line-height: 1;
	background-color: #91afc7;
	border: 1px solid #91afc7;
	color: #fff;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none
}

@media only screen and (max-width:640px) {
	div.form_saved_message div.form_saved_message_emailform form input[type=email],
	div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
		display: block;
		width: 98%
	}
}

.form_saved_message .form_saved_message_emailform .validation_message {
	color: #790000;
	font-weight: 700;
	padding: 2em
}

.form_saved_message_sent {
	margin: 1em auto;
	padding: 3em 2em;
	width: 99%;
	font-size: 1em;
	background-color: #e9ffd9;
	color: #3c763d;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-sizing: border-box
}

.form_saved_message_sent .saved_message_email,
.form_saved_message_sent .saved_message_success {
	font-weight: 700;
	display: block;
	line-height: 2
}

.form_saved_message_sent .saved_message_email {
	word-wrap: break-word;
	text-decoration: underline
}

body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area,
body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
	line-height: 1!important
}

body .gform_wrapper img.ui-datepicker-trigger {
	width: 17px!important;
	height: 16px!important;
	display: -moz-inline-stack;
	display: inline-block
}

body .gform_wrapper img.add_list_item,
body .gform_wrapper img.delete_list_item {
	display: -moz-inline-stack;
	display: inline-block;
	margin-top: -2px
}

.gform_wrapper ul li.gfield.field_sublabel_above.field_description_below+li.gfield {
	margin-top: 16px
}

.gform_wrapper li.gfield ul.gfield_radio li input[type=radio]+input[type=text] {
	width: 45.25%
}

.gform_wrapper table.recaptchatable {
	table-layout: auto
}

.gform_wrapper ul.gform_fields:not(.top_label) div.ginput_container_captcha {
	margin-left: 29%
}

.gfield .wp-editor-container {
	border: 1px solid #ddd
}

.gfield .wp-switch-editor {
	border-color: #ddd
}

.gfield .html-active .switch-html,
.gfield .tmce-active .switch-tmce {
	border-bottom-color: #f5f5f5
}

.gfield .mce-edit-area iframe {
	width: 99.9%!important;
	margin: 0!important
}

body .gform_wrapper ul li.gfield {
	margin-top: 9px;
	padding-top: 0
}

body .gform_wrapper ul.gfields li.gfield label.gfield_label {
	margin-bottom: 0!important;
	padding-bottom: 0!important
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
	line-height: inherit
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
	list-style-type: disc!important;
	margin: 0 0 8px 0;
	overflow: visible;
	padding-left: 0
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
	list-style-type: disc!important;
	margin: 16px 0 16px 28px!important;
	padding-left: 0
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
	list-style-type: decimal!important;
	overflow: visible;
	margin: 0 0 8px 0;
	padding-left: 0
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
	list-style-type: decimal!important;
	margin: 16px 0 18px 32px;
	padding-left: 0
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
	list-style-type: disc!important;
	padding-left: 0
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
	margin: 16px 0 16px 16px
}

body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
	margin: 0 0 8px
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
	margin: 0 0 18px 0;
	padding-left: 0
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
	font-weight: 700
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
	margin: 0 0 16px 18px
}

.gform_wrapper span.gf_clear_span {
	display: block;
	height: 1px;
	overflow: hidden;
	width: 100%;
	float: none;
	clear: both;
	margin-top: -1px
}

.gform_wrapper .chosen-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.gform_wrapper .chosen-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.gform_wrapper .chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	z-index: 1010;
	width: 100%;
	border: 1px solid #aaa;
	border-top: 0;
	background: #fff;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	display: none
}

.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
	display: block
}

.gform_wrapper .chosen-container a {
	cursor: pointer
}

.gform_wrapper .chosen-container .chosen-single .group-name,
.gform_wrapper .chosen-container .search-choice .group-name {
	margin-right: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 400;
	color: #999
}

.gform_wrapper .chosen-container .chosen-single .group-name:after,
.gform_wrapper .chosen-container .search-choice .group-name:after {
	content: ":";
	padding-left: 2px;
	vertical-align: top
}

.gform_wrapper .chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	height: 25px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
	background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px
}

.gform_wrapper .chosen-container-single .chosen-single input[type=text] {
	cursor: pointer;
	opacity: 0;
	position: absolute;
	width: 0
}

.gform_wrapper .chosen-container-single .chosen-default {
	color: #999
}

.gform_wrapper .chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
	margin-right: 38px
}

.gform_wrapper .chosen-container-single .chosen-single abbr {
	position: absolute;
	top: 6px;
	right: 26px;
	display: block;
	width: 12px;
	height: 12px;
	background: url(../../../plugins/gravityforms/css/chosen-sprite.png) -42px 1px no-repeat;
	font-size: 1px
}

.gform_wrapper .chosen-container-single .chosen-single abbr:hover {
	background-position: -42px -10px
}

.gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
	background-position: -42px -10px
}

.gform_wrapper .chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%
}

.gform_wrapper .chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../../../plugins/gravityforms/css/chosen-sprite.png) no-repeat 0 2px
}

.gform_wrapper .chosen-container-single .chosen-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 3px 4px;
	white-space: nowrap
}

.gform_wrapper .chosen-container-single .chosen-search input[type=text] {
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #aaa;
	background: url(../../../plugins/gravityforms/css/chosen-sprite.png) no-repeat 100% -20px;
	font-size: 1em;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0
}

.gform_wrapper .chosen-container-single .chosen-drop {
	margin-top: -1px;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box
}

.gform_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
	position: absolute;
	opacity: 0;
	pointer-events: none
}

.gform_wrapper .chosen-container .chosen-results {
	color: #444;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 4px 4px 0;
	padding: 0 0 0 4px;
	max-height: 240px;
	-webkit-overflow-scrolling: touch
}

.gform_wrapper .chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 5px 6px;
	list-style: none;
	line-height: 15px;
	word-wrap: break-word;
	-webkit-touch-callout: none
}

.gform_wrapper .chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer
}

.gform_wrapper .chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #ccc;
	cursor: default
}

.gform_wrapper .chosen-container .chosen-results li.highlighted {
	background-color: #3875d7;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
	background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
	color: #fff
}

.gform_wrapper .chosen-container .chosen-results li.no-results {
	color: #777;
	display: list-item;
	background: #f4f4f4
}

.gform_wrapper .chosen-container .chosen-results li.group-result {
	display: list-item;
	font-weight: 700;
	cursor: default
}

.gform_wrapper .chosen-container .chosen-results li.group-option {
	padding-left: 15px
}

.gform_wrapper .chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline
}

.gform_wrapper .chosen-container-multi .chosen-choices {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0 5px;
	width: 100%;
	height: auto;
	border: 1px solid #aaa;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
	background-image: linear-gradient(#eee 1%, #fff 15%);
	cursor: text
}

.gform_wrapper .chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
	margin: 1px 0;
	padding: 0;
	height: 25px;
	outline: 0;
	border: 0!important;
	background: 0 0!important;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #999;
	font-size: 100%;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0;
	width: 25px
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	margin: 3px 5px 3px 0;
	padding: 3px 20px 3px 5px;
	border: 1px solid #aaa;
	max-width: 100%;
	border-radius: 3px;
	background-color: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-size: 100% 19px;
	background-repeat: repeat-x;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
	color: #333;
	line-height: 13px;
	cursor: default
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice span {
	word-wrap: break-word
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	position: absolute;
	top: 4px;
	right: 3px;
	display: block;
	width: 12px;
	height: 12px;
	background: url(../../../plugins/gravityforms/css/chosen-sprite.png) -42px 1px no-repeat;
	font-size: 1px
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	background-position: -42px -10px
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
	padding-right: 5px;
	border: 1px solid #ccc;
	background-color: #e4e4e4;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	color: #666
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
	background: #d4d4d4
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
	background-position: -42px -10px
}

.gform_wrapper .chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0
}

.gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
	display: list-item;
	color: #ccc;
	cursor: default
}

.gform_wrapper .chosen-container-active .chosen-single {
	border: 1px solid #5897fb;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #aaa;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
	background-image: linear-gradient(#eee 20%, #fff 80%);
	-webkit-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
	border-left: none;
	background: 0 0
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 2px
}

.gform_wrapper .chosen-container-active .chosen-choices {
	border: 1px solid #5897fb;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.gform_wrapper .chosen-container-active .chosen-choices li.search-field input[type=text] {
	color: #222!important
}

.gform_wrapper .chosen-disabled {
	opacity: .5!important;
	cursor: default
}

.gform_wrapper .chosen-disabled .chosen-single {
	cursor: default
}

.gform_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor: default
}

.gform_wrapper .chosen-rtl {
	text-align: right
}

.gform_wrapper .chosen-rtl .chosen-single {
	overflow: visible;
	padding: 0 8px 0 0
}

.gform_wrapper .chosen-rtl .chosen-single span {
	margin-right: 0;
	margin-left: 26px;
	direction: rtl
}

.gform_wrapper .chosen-rtl .chosen-single-with-deselect span {
	margin-left: 38px
}

.gform_wrapper .chosen-rtl .chosen-single div {
	right: auto;
	left: 3px
}

.gform_wrapper .chosen-rtl .chosen-single abbr {
	right: auto;
	left: 26px
}

.gform_wrapper .chosen-rtl .chosen-choices li {
	float: right
}

.gform_wrapper .chosen-rtl .chosen-choices li.search-field input[type=text] {
	direction: rtl
}

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice {
	margin: 3px 5px 3px 0;
	padding: 3px 5px 3px 19px
}

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
	right: auto;
	left: 4px
}

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0
}

.gform_wrapper .chosen-rtl .chosen-results li.group-option {
	padding-right: 15px;
	padding-left: 0
}

.gform_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
	border-right: none
}

.gform_wrapper .chosen-rtl .chosen-search input[type=text] {
	padding: 4px 5px 4px 20px;
	background: url(../../../plugins/gravityforms/css/chosen-sprite.png) no-repeat -30px -20px;
	direction: rtl
}

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
	background-position: 6px 2px
}

.gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
	background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {
	.gform_wrapper .chosen-container .chosen-results-scroll-down span,
	.gform_wrapper .chosen-container .chosen-results-scroll-up span,
	.gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
	.gform_wrapper .chosen-container-single .chosen-search input[type=text],
	.gform_wrapper .chosen-container-single .chosen-single abbr,
	.gform_wrapper .chosen-container-single .chosen-single div b,
	.gform_wrapper .chosen-rtl .chosen-search input[type=text] {
		background-image: url(../../../plugins/gravityforms/css/chosen-sprite_2x.png)!important;
		background-size: 52px 37px!important;
		background-repeat: no-repeat!important
	}
}

body .gform_wrapper .chosen-container a.chosen-single {
	border-radius: inherit
}

body .gform_wrapper ul.chosen-results li {
	line-height: inherit
}

@media only screen and (max-width:641px) {
	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 2;
		min-height: 2rem
	}
	.gform_wrapper textarea {
		line-height: 1.5
	}
	.gform_wrapper .chosen-container.chosen-container-single[style] {
		width: 100%!important
	}
	.gform_wrapper .chosen-container-single .chosen-single {
		height: 40px;
		line-height: 2.8
	}
	.gform_wrapper .chosen-container-single .chosen-single div b {
		position: relative;
		top: 10px
	}
	.gform_wrapper div.chosen-container.chosen-container-multi[style] {
		width: 100%!important
	}
	.gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice,
	.gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-field {
		width: 100%;
		line-height: inherit;
		float: none
	}
	.gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span {
		margin-bottom: 0
	}
	.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
		top: calc(50% - 6px)
	}
	.gform_wrapper .ginput_container span:not(.ginput_price) {
		margin-bottom: 8px;
		display: block
	}
	.gform_wrapper li.field_sublabel_below .ginput_complex {
		margin-top: 12px!important
	}
	.gform_wrapper ul.gfield_checkbox li label,
	.gform_wrapper ul.gfield_radio li label {
		width: 85%;
		cursor: pointer
	}
}

@media only screen and (max-width:761px),
(min-device-width:768px) and (max-device-width:1023px) {
	.gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
		margin-top: 32px
	}
	.gform_wrapper table.gfield_list {
		border: 0
	}
	.gform_wrapper table.gfield_list thead {
		position: absolute;
		top: -9999px;
		left: -9999px
	}
	.gform_wrapper table.gfield_list tr {
		margin-bottom: 10px;
		display: block;
		background: #fff;
		position: relative;
		border: 1px solid #ccc;
		border-top: 2px solid #ccc;
		border-bottom: 4px solid #ccc
	}
	.gform_wrapper table.gfield_list td {
		display: block;
		margin-left: 8px;
		margin-right: 8px
	}
	.gform_wrapper table.gfield_list td.gfield_list_icons {
		border-bottom: 0;
		margin: 16px 0 0 0!important
	}
	.gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before,
	.gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
		content: attr(data-label);
		font-size: .875em;
		letter-spacing: .5pt;
		white-space: nowrap;
		display: block;
		clear: both
	}
	.gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before {
		margin: 8px 0 3px 8px
	}
	.gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
		margin: 3px 0 8px 8px
	}
	.gform_wrapper table.gfield_list td+td,
	.gform_wrapper table.gfield_list th+th {
		padding: 4px 0 0 0
	}
	.gform_wrapper table.gfield_list tr.gfield_list_row_even,
	.gform_wrapper table.gfield_list tr.gfield_list_row_odd {
		margin: 16px 0
	}
	.gform_wrapper table.gfield_list tr.gfield_list_row_odd:first-child {
		padding-top: 12px
	}
	.gform_wrapper table.gfield_list tr {
		padding-top: 12px
	}
	.gform_wrapper table.gfield_list tr td.gfield_list_icons {
		width: 100%!important;
		padding: 0 4px 4px 4px!important;
		background-color: #eee
	}
	.gform_wrapper table.gfield_list tr td.gfield_list_icons img.add_list_item {
		margin: 12px 0 0 16px!important
	}
	.gform_wrapper table.gfield_list tr td.gfield_list_icons img.delete_list_item {
		margin: 12px 0 0 8px!important
	}
	.gform_wrapper .gform_footer a.gform_save_link,
	.gform_wrapper .gform_page_footer a.gform_save_link {
		margin-left: 0
	}
	.gform_wrapper .gfield_list td.gfield_list_cell input {
		width: calc(100% - 16px);
		margin-left: 8px;
		margin-right: 8px
	}
}

@media only screen and (min-width:641px) {
	.gform_wrapper .gform_body {
		width: 100%
	}
	.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
		max-width: calc(100% - 16px)!important
	}
	.gform_wrapper .gfield_checkbox li,
	.gform_wrapper .gfield_radio li {
		margin: 0 0 8px 0;
		line-height: 1.3
	}
	.gform_wrapper .gsection {
		margin: 28px 16px 28px 0
	}
	.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
		float: left;
		width: 29%;
		padding-right: 16px;
		margin-bottom: 16px
	}
	.gform_wrapper .right_label .gfield_label {
		text-align: right
	}
	.gform_wrapper .left_label .gfield_description,
	.gform_wrapper .right_label .gfield_description {
		width: 70%
	}
	.gform_wrapper form ul.left_label li ul.gfield_checkbox li,
	.gform_wrapper form ul.left_label li ul.gfield_radio li,
	.gform_wrapper form ul.right_label li ul.gfield_checkbox li,
	.gform_wrapper form ul.right_label li ul.gfield_radio li,
	.gform_wrapper ul.left_label li ul.gfield_checkbox li,
	.gform_wrapper ul.left_label li ul.gfield_radio li,
	.gform_wrapper ul.right_label li ul.gfield_checkbox li,
	.gform_wrapper ul.right_label li ul.gfield_radio li {
		margin-bottom: 10px
	}
	.gform_wrapper .left_label .gfield_description,
	.gform_wrapper .left_label .instruction,
	.gform_wrapper .right_label .gfield_description,
	.gform_wrapper .right_label .instruction {
		margin-left: 29%
	}
	.gform_wrapper ul.gform_fields:not(.top_label) .gsection .gsection_description {
		margin-left: 0;
		padding-top: 4px;
		padding-left: 0;
		line-height: 1.5
	}
	.gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
		margin-left: 29%!important;
		width: 70%
	}
	.gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_checkbox,
	.gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_radio {
		overflow: hidden
	}
	.gform_wrapper .left_label div.ginput_complex,
	.gform_wrapper .right_label div.ginput_complex {
		width: 70%;
		margin-left: 29%
	}
	.gform_wrapper .left_label input.small,
	.gform_wrapper .left_label select.small,
	.gform_wrapper .right_label input.small,
	.gform_wrapper .right_label select.small {
		width: 15%
	}
	.gform_wrapper .left_label input.medium,
	.gform_wrapper .left_label select.medium,
	.gform_wrapper .right_label input.medium,
	.gform_wrapper .right_label select.medium {
		width: calc(35% - 8px)
	}
	.gform_wrapper .left_label input.large,
	.gform_wrapper .left_label select.large,
	.gform_wrapper .right_label input.large,
	.gform_wrapper .right_label select.large {
		width: 70%
	}
	.gform_wrapper .left_label textarea.large,
	.gform_wrapper .left_label textarea.medium,
	.gform_wrapper .left_label textarea.small,
	.gform_wrapper .right_label textarea.large,
	.gform_wrapper .right_label textarea.medium,
	.gform_wrapper .right_label textarea.small {
		width: 70%
	}
	.gform_wrapper ul.gform_fields:not(.top_label) .ginput_list {
		width: 70%;
		margin-left: 29%!important
	}
	.gform_wrapper .top_label .gfield_list {
		width: 100%
	}
	.gform_wrapper .left_label .gf_list_one_column,
	.gform_wrapper .right_label .gf_list_one_column {
		width: 45%
	}
	.gform_wrapper .top_label .gf_list_one_column {
		width: 46%
	}
	.gform_wrapper .left_label li.hidden_label input,
	.gform_wrapper .right_label li.hidden_label input {
		margin-left: 3.7%
	}
	.gform_wrapper .left_label li.gfield .gfield_password_strength,
	.gform_wrapper .right_label li.gfield .gfield_password_strength {
		margin-left: 29%
	}
	.gform_wrapper .top_label input.small,
	.gform_wrapper .top_label select.small {
		width: 25%
	}
	.gform_wrapper .top_label input.medium,
	.gform_wrapper .top_label select.medium {
		width: calc(50% - 8px)
	}
	.gform_wrapper.gform_validation_error .top_label input.medium,
	.gform_wrapper.gform_validation_error .top_label select.medium {
		width: 50%
	}
	.gform_wrapper .hidden_label input.large,
	.gform_wrapper .hidden_label select.large,
	.gform_wrapper .top_label input.large,
	.gform_wrapper .top_label select.large {
		width: 100%
	}
	.gform_wrapper .top_label input.large.datepicker,
	.gform_wrapper .top_label input.medium.datepicker,
	.gform_wrapper .top_label input.small.datepicker {
		width: auto
	}
	.gform_wrapper textarea.small {
		height: 80px;
		width: 100%
	}
	.gform_wrapper textarea.medium {
		height: 160px;
		width: 100%
	}
	.gform_wrapper textarea.large {
		height: 320px;
		width: 100%
	}
	.gform_wrapper .ginput_complex .ginput_left,
	.gform_wrapper .ginput_complex .ginput_right {
		width: 50%;
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: top;
		margin: 0 -4px 0 0
	}
	.gform_wrapper .ginput_container_password .ginput_right {
		padding-left: 8px
	}
	.gform_wrapper .gfield_error .ginput_complex .ginput_left,
	.gform_wrapper .gfield_error .ginput_complex .ginput_right {
		width: 50%
	}
	.gform_wrapper .ginput_complex .ginput_cardinfo_left,
	.gform_wrapper .ginput_complex .ginput_cardinfo_right {
		min-height: 43px;
		position: relative;
		float: left
	}
	.gform_wrapper .ginput_complex .ginput_cardinfo_left {
		width: 50%
	}
	.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
	.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
		width: 47%!important;
		display: -moz-inline-stack;
		display: inline-block
	}
	.gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
		margin-right: 4px
	}
	.gform_wrapper .gf_step {
		width: auto;
		display: -moz-inline-stack;
		display: inline-block;
		margin: 16px 32px 16px 0
	}
	.gform_wrapper .gform_footer input.button,
	.gform_wrapper .gform_footer input[type=image],
	.gform_wrapper .gform_footer input[type=submit] {
		display: -moz-inline-stack;
		display: inline-block
	}
	.gform_wrapper .gform_footer input[type=image] {
		vertical-align: middle
	}
	.gform_wrapper .gform_footer a.gform_save_link,
	.gform_wrapper .gform_page_footer a.gform_save_link {
		font-size: 1em;
		margin-left: 16px;
		display: -moz-inline-stack;
		display: inline-block
	}
	.gform_wrapper .gform_footer input.button,
	.gform_wrapper .gform_footer input[type=submit],
	.gform_wrapper .gform_page_footer input.button,
	.gform_wrapper .gform_page_footer input[type=submit] {
		font-size: 1em;
		width: auto;
		margin: 0 16px 0 0
	}
	.gform_wrapper ul.gform_fields li.gfield {
		padding-right: 9px
	}
	.gform_wrapper .ginput_complex .ginput_left {
		padding-right: 8px
	}
	.gform_wrapper .left_label .ginput_complex.ginput_container_address:after {
		content: "";
		display: block
	}
	.gform_wrapper .ginput_complex.ginput_container_address .ginput_left {
		margin-right: 8px
	}
	.gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
		margin-right: -8px;
		padding-right: 8px
	}
	.gform_wrapper .ginput_complex.ginput_container_address span.ginput_full+span.ginput_right {
		padding-right: 8px!important;
		margin-right: 8px
	}
	.gform_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left {
		padding-right: 8px!important;
		margin-right: -8px
	}
	.gform_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left.address_zip {
		margin-right: 8px
	}
	.gform_wrapper .gfield_error .ginput_container {
		padding-right: 0
	}
	.gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
		margin: 18px 0 18px 0
	}
	.gform_wrapper .gform_footer:not(.top_label) {
		padding: 16px 0 10px 0;
		margin-left: 29%;
		width: 70%
	}
	.top_label div.ginput_complex.ginput_container.gf_name_has_1,
	.top_label div.ginput_complex.ginput_container.gf_name_has_2,
	.top_label div.ginput_complex.ginput_container.gf_name_has_3 {
		width: calc(100% + 15px)
	}
	.top_label div.ginput_complex.ginput_container.gf_name_has_4 {
		width: calc(100% + 13px)
	}
	.top_label div.ginput_complex.ginput_container.gf_name_has_5 {
		width: calc(100% + 14px)
	}
	ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_1,
	ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_2,
	ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_3 {
		width: calc(70% + 15px);
		margin-left: 29%
	}
	ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1,
	ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2,
	ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 {
		width: calc(70% + 24px)
	}
	ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_4 {
		width: calc(70% + 13px);
		margin-left: 29%
	}
	ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_5 {
		width: calc(70% + 14px);
		margin-left: 29%
	}
	div.ginput_container_name span {
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: top;
		padding-right: 16px;
		margin-right: -4px
	}
	div.ginput_complex.ginput_container.gf_name_has_1 span {
		width: 100%
	}
	div.ginput_complex.ginput_container.gf_name_has_2 span {
		width: 50%
	}
	div.ginput_complex.ginput_container.gf_name_has_3 span {
		width: 33.3%
	}
	div.ginput_complex.ginput_container.gf_name_has_4 span {
		width: 25%
	}
	div.ginput_complex.ginput_container.gf_name_has_5 span {
		width: 19.95%
	}
	.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1 span {
		width: 99.75%!important
	}
	.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2 span {
		width: 49.75%!important
	}
	.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 span {
		width: 33%!important
	}
	.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_4 span {
		width: 24.75%!important
	}
	.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_5 span {
		width: 19.75%!important
	}
	html div.ginput_complex.ginput_container.gf_name_has_2 span:first-child,
	html div.ginput_complex.ginput_container.gf_name_has_3 span:first-child,
	html div.ginput_complex.ginput_container.gf_name_has_4 span:first-child,
	html div.ginput_complex.ginput_container.gf_name_has_5 span:first-child {
		margin-left: 0!important
	}
	.gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email {
		width: calc(100% + 15px)
	}
	.gform_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.ginput_container_email {
		width: calc(70% + 16px);
		margin-left: 29%
	}
	.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.ginput_container_email {
		width: calc(70% + 17px)
	}
	li.gfield.gfield_error .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error .ginput_complex.ginput_container.ginput_container_email {
		width: calc(70% + 8px)!important
	}
	.gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left,
	.gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right {
		padding-right: 16px
	}
	.gform_wrapper ul.left_label li.gfield .gfield_password_strength,
	.gform_wrapper ul.right_label li.gfield .gfield_password_strength {
		width: 70%
	}
	.gform_wrapper .ginput_complex span.ginput_left+input.gform_hidden+span.ginput_left {
		padding-right: 0
	}
	.gform_wrapper .ginput_complex span.ginput_left.address_country {
		margin-right: 0
	}
	html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .clear-multi,
	html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description,
	html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
		width: 70%;
		margin-left: 29%
	}
	.gform_wrapper .gf_progressbar {
		width: calc(100% - 16px)
	}
	.gform_wrapper ul.gform_fields:not(.top_label) .gform_fileupload_multifile .gform_drop_area {
		margin-left: 29%;
		width: 70%
	}
	body .gform_wrapper span.ginput_left.address_city+input.gform_hidden+span.ginput_left.address_country {
		width: calc(50% - 8px);
		margin-right: 0
	}
	.gform_wrapper ul.gform_fields:not(.top_label) .ginput_container.ginput_recaptcha {
		margin-left: 29%!important
	}
	.gform_wrapper .gform_page_footer .button.gform_previous_button {
		margin-bottom: 0
	}
	.gform_wrapper .gform_page_footer .button.gform_button,
	.gform_wrapper .gform_page_footer .button.gform_next_button {
		margin-right: 10px
	}
	body .gform_wrapper select.medium.gfield_select+div.chosen-container-multi[style],
	body .gform_wrapper select.medium.gfield_select+div.chosen-container-single[style] {
		width: calc(50% - 8px)!important
	}
	body .gform_wrapper select.large.gfield_select+div.chosen-container-multi[style],
	body .gform_wrapper select.large.gfield_select+div.chosen-container-single[style] {
		width: 100%!important
	}
	body .gform_wrapper select.small.gfield_select+div.chosen-container-multi[style],
	body .gform_wrapper select.small.gfield_select+div.chosen-container-single[style] {
		width: 25%!important
	}
}

.gfield_repeater_cell>.gfield_repeater_wrapper {
	border-left: 8px solid rgba(54, 86, 102, .1);
	background-color: rgba(1, 1, 1, .02);
	padding: 10px 20px;
	border-radius: 8px;
	border-bottom: 1px solid #eee
}

.gfield_repeater_wrapper input {
	border: 1px solid #c5c6c5;
	border-radius: 4px
}

.gfield_repeater_wrapper .gfield_repeater_wrapper {
	margin-top: 10px
}

.gfield_repeater_buttons .add_repeater_item_text,
.gfield_repeater_buttons .remove_repeater_item_text {
	min-width: 100px;
	height: 30px;
	background: rgba(242, 242, 242, .5);
	transition: all .3s cubic-bezier(.67, .17, .4, .83);
	font-size: 12px;
	color: #757575;
	border-radius: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid rgba(117, 117, 117, .4);
	font-weight: 400
}

.gfield_repeater_buttons .add_repeater_item_plus,
.gfield_repeater_buttons .remove_repeater_item_minus {
	width: 22px;
	height: 22px;
	background: rgba(242, 242, 242, .5);
	transition: all .3s cubic-bezier(.67, .17, .4, .83);
	font-size: 16px;
	color: #757575;
	border-radius: 50%;
	margin: 10px 5px 0 5px;
	border: 1px solid rgba(117, 117, 117, .4);
	font-weight: 700;
	padding: 0;
	padding-bottom: 5px
}

.gfield_repeater_buttons button.gfield_icon_disabled {
	cursor: default;
	-moz-opacity: .3;
	-khtml-opacity: .3;
	opacity: .3
}

.gfield_repeater_buttons button.gfield_icon_disabled:hover {
	background: rgba(242, 242, 242, .5);
	color: #757575;
	border: 1px solid rgba(117, 117, 117, .4)
}

.gfield_repeater_buttons button:hover {
	background: #fafafa;
	color: #374750;
	border: 1px solid #757575
}

.gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
	border-bottom: 2px solid #e0e0e6;
	padding-bottom: 20px
}

.gfield_repeater_cell>.gfield_repeater_wrapper {
	border-left: 8px solid #f1f1f1;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), 0 2px 1px -1px rgba(0, 0, 0, .06), 0 1px 5px 0 rgba(0, 0, 0, .06)
}

.gfield_repeater_buttons .add_repeater_item_text:focus,
.gfield_repeater_buttons .remove_repeater_item_text:focus {
	outline: 0
}

.gfield_repeater_item .gfield_repeater_cell .gfield_required {
	color: #c32121
}

.gform_wrapper .gfield_repeater_cell label {
	color: #9b9a9a;
	font-weight: 400;
	font-size: 14px;
	padding-top: 8px
}

.gfield_repeater_value .gfield_repeater_value .gfield_repeater_cell {
	padding-bottom: 20px;
	padding-top: 0
}

div .gfield_repeater_cell {
	margin-top: 5px
}

.gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
	border-bottom: 2px solid #e0e0e6;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-right: 10px
}

.gfield_repeater_value>.gfield_repeater {
	border-left: 8px solid rgba(54, 86, 102, .1);
	background-color: rgba(1, 1, 1, .02);
	padding: 10px 20px;
	border-radius: 8px;
	border-bottom: 1px solid #eee;
	margin: 10px
}

.gfield_repeater_cell .gfield_repeater_value:not(:first-child) {
	color: rgba(117, 117, 117, .7);
	border: 1px solid #c5c6c5;
	border-radius: 4px;
	margin-right: 10px;
	padding-left: 10px;
	background-color: #f0f0f0
}

.gfield_repeater .gfield_repeater_items,
.gfield_repeater_items .gfield_repeater_cell:not(:first-child) {
	padding-top: 5px
}

.gfield_repeater .gfield_label {
	color: #23282d;
	font-size: 16px;
	font-weight: 600
}

.gfield_repeater_value .gfield_label {
	padding-bottom: 0
}

.gfield_repeater_value .gfield_repeater_value .gfield_repeater_item:first-child {
	padding-bottom: 0
}

@media only screen and (min-width:641px) {
	.gform_wrapper .top_label li.gfield.gf_inline {
		vertical-align: top;
		width: auto!important;
		margin: 0;
		padding-right: 16px;
		float: none!important;
		display: -moz-inline-stack;
		display: inline-block
	}
	.gform_wrapper .top_label li.gfield.gf_inline input[type=email].large,
	.gform_wrapper .top_label li.gfield.gf_inline input[type=email].medium,
	.gform_wrapper .top_label li.gfield.gf_inline input[type=email].small,
	.gform_wrapper .top_label li.gfield.gf_inline input[type=number].large,
	.gform_wrapper .top_label li.gfield.gf_inline input[type=number].medium,
	.gform_wrapper .top_label li.gfield.gf_inline input[type=number].small,
	.gform_wrapper .top_label li.gfield.gf_inline input[type=password].large,
	.gform_wrapper .top_label li.gfield.gf_inline input[type=password].medium,
	.gform_wrapper .top_label li.gfield.gf_inline input[type=password].small,
	.gform_wrapper .top_label li.gfield.gf_inline input[type=tel].large,
	.gform_wrapper .top_label li.gfield.gf_inline input[type=tel].medium,
	.gform_wrapper .top_label li.gfield.gf_inline input[type=tel].small,
	.gform_wrapper .top_label li.gfield.gf_inline input[type=text].large,
	.gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium,
	.gform_wrapper .top_label li.gfield.gf_inline input[type=text].small,
	.gform_wrapper .top_label li.gfield.gf_inline input[type=url].large,
	.gform_wrapper .top_label li.gfield.gf_inline input[type=url].medium,
	.gform_wrapper .top_label li.gfield.gf_inline input[type=url].small {
		width: 100%
	}
	.gform_wrapper .top_label li.gfield.gf_inline input[type=text].datepicker.medium {
		width: 96px!important
	}
	.gform_wrapper .top_label li.gfield.gf_inline select {
		width: 100%
	}
	.gform_wrapper .top_label li.gfield.gf_inline textarea {
		width: 100%
	}
	.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour input[type=text],
	.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text] {
		width: 70%!important
	}
	.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_day,
	.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_month,
	.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_year,
	.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour,
	.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute {
		width: 50px
	}
	.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_ampm {
		width: auto
	}
	.gform_wrapper li.gf_inline div.ginput_container {
		white-space: nowrap!important
	}
	.gform_wrapper li.gf_inline div.ginput_container.ginput_container_date label {
		display: block!important
	}
	.gform_wrapper li.gfield.gfield_error.gf_inline {
		margin-right: 16px;
		padding-right: 0
	}
	.gform_wrapper .top_label li.gfield.gf_left_half,
	.gform_wrapper .top_label li.gfield.gf_right_half {
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding-right: 16px;
		float: none
	}
	.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
	.gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
		width: 100%!important;
		margin: 8px 0 0 0;
		padding-left: 0;
		padding-right: 0
	}
	.gform_wrapper .top_label li.gfield.gf_left_half:before {
		content: "";
		display: block;
		clear: both
	}
	.gform_wrapper .top_label li.gfield.gf_right_half:after {
		content: "";
		display: table;
		clear: both
	}
	.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
	.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
		max-width: calc(50% - 16px);
		padding-right: 0
	}
	.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
		margin-right: 16px
	}
	.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large,
	.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium,
	.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.large,
	.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium,
	.gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.large,
	.gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium,
	.gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large,
	.gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium {
		width: 100%
	}
	.gform_wrapper .top_label li.gfield.gf_left_half textarea,
	.gform_wrapper .top_label li.gfield.gf_right_half textarea {
		width: 98%
	}
	.gform_wrapper .top_label li.gfield.gf_left_half input.small,
	.gform_wrapper .top_label li.gfield.gf_right_half input.small {
		width: 35%
	}
	.gform_wrapper .top_label li.gfield.gf_left_half+li.gsection,
	.gform_wrapper .top_label li.gfield.gf_right_half+li.gsection {
		padding: 16px 0 8px 0
	}
	.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_left_half,
	.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_right_half,
	.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_left_half,
	.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_right_half,
	.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_left_half,
	.gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half,
	.gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_right_half {
		padding: 16px 0 8px 0
	}
	.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half {
		padding: 0 0 8px 0
	}
	.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half {
		padding: 16px 0 8px 0
	}
	.gform_wrapper .top_label li.gfield.gf_left_half+.gform_footer,
	.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield,
	.gform_wrapper .top_label li.gfield.gf_right_half+.gform_footer,
	.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield {
		clear: both
	}
	.gform_wrapper .top_label li.gfield.gf_left_third,
	.gform_wrapper .top_label li.gfield.gf_middle_third,
	.gform_wrapper .top_label li.gfield.gf_right_third {
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: top;
		float: none
	}
	.gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
	.gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
		width: 33.3%
	}
	.gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
		width: 33.4%
	}
	.gform_wrapper .top_label li.gfield.gf_left_third,
	.gform_wrapper .top_label li.gfield.gf_middle_third,
	.gform_wrapper .top_label li.gfield.gf_right_third {
		margin-bottom: 8px
	}
	.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.large,
	.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.medium,
	.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.large,
	.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.medium,
	.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.large,
	.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.medium,
	.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.large,
	.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.medium,
	.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.large,
	.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.medium,
	.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.large,
	.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.medium {
		width: 100%
	}
	.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity),
	.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select,
	.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity),
	.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select,
	.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity),
	.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select {
		width: 100%!important
	}
	.gform_wrapper .top_label li.gfield.gfield_error.gf_left_third,
	.gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
		width: calc(33.3% - 24px)!important;
		margin-right: 16px
	}
	.gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
		width: 33.4%
	}
	.gform_wrapper .top_label li.gfield.gf_right_third:after {
		content: "";
		display: table;
		clear: both
	}
	.gform_wrapper .top_label li.gfield.gf_left_third+li.gsection,
	.gform_wrapper .top_label li.gfield.gf_right_third+li.gsection {
		padding: 16px 0 8px 0
	}
	.gform_wrapper .top_label li.gfield.gf_left_third+.gform_footer,
	.gform_wrapper .top_label li.gfield.gf_left_third+li.gfield,
	.gform_wrapper .top_label li.gfield.gf_middle_third+.gform_footer,
	.gform_wrapper .top_label li.gfield.gf_middle_third+li.gfield,
	.gform_wrapper .top_label li.gfield.gf_right_third+.gform_footer,
	.gform_wrapper .top_label li.gfield.gf_right_third+li.gfield {
		clear: both
	}
	.gform_wrapper .top_label li.gfield.gf_first_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
	.gform_wrapper .top_label li.gfield.gf_fourth_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
	.gform_wrapper .top_label li.gfield.gf_second_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
	.gform_wrapper .top_label li.gfield.gf_third_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
		width: 25%;
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: top;
		float: none
	}
	.gform_wrapper .top_label li.gfield.gf_first_quarter,
	.gform_wrapper .top_label li.gfield.gf_fourth_quarter,
	.gform_wrapper .top_label li.gfield.gf_second_quarter,
	.gform_wrapper .top_label li.gfield.gf_third_quarter {
		margin-bottom: 8px
	}
	.gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]),
	.gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) select,
	.gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]),
	.gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) select,
	.gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]),
	.gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) select,
	.gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]),
	.gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) select {
		width: 100%!important
	}
	.gform_wrapper .top_label li.gfield.gfield_error.gf_first_quarter,
	.gform_wrapper .top_label li.gfield.gfield_error.gf_fourth_quarter,
	.gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter,
	.gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter {
		width: 24.5%
	}
	.gform_wrapper .top_label li.gfield.gf_fourth_quarter:after {
		content: "";
		display: table;
		clear: both
	}
	.gform_wrapper .top_label li.gfield.gf_first_quarter input.large,
	.gform_wrapper .top_label li.gfield.gf_first_quarter input.medium,
	.gform_wrapper .top_label li.gfield.gf_first_quarter select.large,
	.gform_wrapper .top_label li.gfield.gf_first_quarter select.medium,
	.gform_wrapper .top_label li.gfield.gf_fourth_quarter input.large,
	.gform_wrapper .top_label li.gfield.gf_fourth_quarter input.medium,
	.gform_wrapper .top_label li.gfield.gf_fourth_quarter select.large,
	.gform_wrapper .top_label li.gfield.gf_fourth_quarter select.medium,
	.gform_wrapper .top_label li.gfield.gf_second_quarter input.large,
	.gform_wrapper .top_label li.gfield.gf_second_quarter input.medium,
	.gform_wrapper .top_label li.gfield.gf_second_quarter select.large,
	.gform_wrapper .top_label li.gfield.gf_second_quarter select.medium,
	.gform_wrapper .top_label li.gfield.gf_third_quarter input.large,
	.gform_wrapper .top_label li.gfield.gf_third_quarter input.medium,
	.gform_wrapper .top_label li.gfield.gf_third_quarter select.large,
	.gform_wrapper .top_label li.gfield.gf_third_quarter select.medium {
		width: 97.5%
	}
	.gform_wrapper .top_label li.gfield.gf_first_quarter+li.gsection,
	.gform_wrapper .top_label li.gfield.gf_fourth_quarter+li.gsection {
		padding: 16px 0 8px 0
	}
	.gform_wrapper .top_label li.gfield.gf_first_quarter+.gform_footer,
	.gform_wrapper .top_label li.gfield.gf_first_quarter+li.gfield,
	.gform_wrapper .top_label li.gfield.gf_fourth_quarter+.gform_footer,
	.gform_wrapper .top_label li.gfield.gf_fourth_quarter+li.gfield,
	.gform_wrapper .top_label li.gfield.gf_second_quarter+.gform_footer,
	.gform_wrapper .top_label li.gfield.gf_second_quarter+li.gfield,
	.gform_wrapper .top_label li.gfield.gf_third_quarter+.gform_footer,
	.gform_wrapper .top_label li.gfield.gf_third_quarter+li.gfield {
		clear: both
	}
	.gform_wrapper .top_label li ul.gfield_checkbox,
	.gform_wrapper .top_label li ul.gfield_radio {
		width: calc(100% + 16px)
	}
	.gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_checkbox,
	.gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_radio {
		width: calc(70% + 16px)
	}
	.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
	.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
		width: 50%;
		display: -moz-inline-stack;
		display: inline-block;
		margin: 0;
		padding-right: 16px;
		min-height: 28px;
		vertical-align: top;
		font-size: 90%
	}
	.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
	.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
		width: 33.3%;
		display: -moz-inline-stack;
		display: inline-block;
		margin: 0 0 2px 0;
		padding-right: 16px;
		min-height: 28px;
		vertical-align: top;
		font-size: 90%
	}
	.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label,
	.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label,
	.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label,
	.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label,
	.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label,
	.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label {
		max-width: 75%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		vertical-align: middle
	}
	.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,
	.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
		width: 25%;
		display: -moz-inline-stack;
		display: inline-block;
		margin: 0;
		padding-right: 16px;
		min-height: 28px;
		vertical-align: top;
		font-size: 90%
	}
	.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li,
	.gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
		width: 20%;
		display: -moz-inline-stack;
		display: inline-block;
		margin: 0;
		padding-right: 16px;
		min-height: 28px;
		vertical-align: top;
		font-size: 90%
	}
	.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox,
	.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio,
	.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox,
	.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio,
	.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox,
	.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio,
	.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox,
	.gform_wrapper li.gfield.gf_list_5col ul.gfield_radio {
		overflow: hidden
	}
	.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_2col label.gfield_label,
	.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_3col label.gfield_label,
	.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_4col label.gfield_label,
	.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_5col label.gfield_label,
	.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_inline label.gfield_label {
		margin: 0 0 10px 0
	}
	.gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox,
	.gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox,
	.gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox,
	.gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox {
		-webkit-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px
	}
	.gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label {
		margin: 0 0 10px 0
	}
	.gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox,
	.gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio {
		width: calc(100% - 16px);
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2
	}
	.gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox,
	.gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio {
		width: calc(100% - 8px);
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3
	}
	.gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox,
	.gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio {
		width: calc(100% - 8px);
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4
	}
	.gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox,
	.gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio {
		width: calc(100% - 8px);
		-webkit-column-count: 5;
		-moz-column-count: 5;
		column-count: 5
	}
	.gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
	.gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio li label,
	.gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
	.gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio li label,
	.gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
	.gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio li label,
	.gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
	.gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio li label {
		max-width: 75%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis
	}
	.gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li,
	.gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li {
		height: 25px
	}
	.gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li,
	.gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li {
		height: 50px
	}
	.gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li,
	.gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li {
		height: 75px
	}
	.gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li,
	.gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li {
		height: 100px
	}
	.gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li,
	.gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li {
		height: 125px
	}
	.gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li,
	.gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li {
		height: 150px
	}
	.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
	.gform_wrapper li.gf_list_inline ul.gfield_radio li {
		width: auto!important;
		float: none!important;
		margin: 0 8px 10px 0;
		display: -moz-inline-stack;
		display: inline-block
	}
	html[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
	html[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_radio li {
		padding-left: 16px!important;
		padding-right: 0!important
	}
	.gform_wrapper li.gf_hide_ampm div.gfield_time_ampm {
		display: none!important
	}
	.gform_wrapper li.gsection.gf_scroll_text {
		height: 240px;
		width: calc(100% - 16px);
		padding: 16px;
		background-color: #fff;
		overflow-y: scroll;
		overflow-x: hidden;
		border: 1px solid #ccc;
		border-bottom: 1px solid #ccc!important
	}
	.gform_wrapper .top_label li.gsection.gf_scroll_text h2.gsection_title {
		margin: 10px 10px 0 8px!important
	}
	.gform_wrapper.gf_browser_chrome .top_label li.gsection.gf_scroll_text h2.gsection_title,
	.gform_wrapper.gf_browser_gecko .top_label li.gsection.gf_scroll_text h2.gsection_title {
		margin: 0 10px 0 8px!important
	}
	.gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description {
		margin: 10px;
		font-size: 12px
	}
	.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li,
	.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li {
		list-style-type: disc!important;
		margin: 0 0 8px;
		overflow: visible;
		padding-left: 0
	}
	.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul,
	.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul {
		list-style-type: disc!important;
		margin: 16px 0 16px 18px;
		padding-left: 0
	}
	.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li,
	.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li {
		list-style-type: decimal!important;
		overflow: visible;
		margin: 0 0 8px;
		padding-left: 0
	}
	.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol,
	.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol {
		list-style-type: decimal!important;
		margin: 16px 0 18px 32px;
		padding-left: 0
	}
	.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul,
	.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
		list-style-type: disc!important;
		padding-left: 0
	}
	.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul {
		margin: 16px 0 16px 18px
	}
	.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
		margin: 0 0 8px
	}
	.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl {
		margin: 0 0 18px 0;
		padding-left: 0
	}
	.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dt {
		font-weight: 700
	}
	.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dd {
		margin: 0 0 16px 18px
	}
	.gform_wrapper li.gfield.gfield_html.gf_alert_blue,
	.gform_wrapper li.gfield.gfield_html.gf_alert_gray,
	.gform_wrapper li.gfield.gfield_html.gf_alert_green,
	.gform_wrapper li.gfield.gfield_html.gf_alert_red,
	.gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		margin: 20px 0!important;
		padding: 20px!important
	}
	.gform_wrapper li.gfield.gfield_html.gf_alert_green {
		border: 1px solid #97b48a;
		background-color: #cbeca0;
		text-shadow: #dfb 1px 1px;
		color: #030
	}
	.gform_wrapper li.gfield.gfield_html.gf_alert_red {
		border: 1px solid #cfadb3;
		background-color: #faf2f5;
		text-shadow: #fff 1px 1px;
		color: #832525
	}
	.gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
		border: 1px solid #e6db55;
		background-color: #fffbcc;
		text-shadow: #fcfaea 1px 1px;
		color: #222
	}
	.gform_wrapper li.gfield.gfield_html.gf_alert_gray {
		border: 1px solid #ccc;
		background-color: #eee;
		text-shadow: #fff 1px 1px;
		color: #424242
	}
	.gform_wrapper li.gfield.gfield_html.gf_alert_blue {
		border: 1px solid #a7c2e7;
		background-color: #d1e4f3;
		text-shadow: #e0f1ff 1px 1px;
		color: #314475
	}
	div.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
		margin: 30px 0;
		max-width: 99%;
		border-top: 1px solid #e6db55;
		border-bottom: 1px solid #e6db55;
		padding: 32px;
		background-color: #fffbcc;
		color: #424242;
		font-size: 25px
	}
	div.gform_confirmation_wrapper.gf_confirmation_simple_gray {
		margin: 30px 0;
		max-width: 99%;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 32px;
		background-color: #eaeaea;
		color: #424242;
		font-size: 25px
	}
	div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
		position: relative;
		background-color: #fffbd2;
		margin: 30px 0;
		border: 1px solid #e6db55;
		-webkit-box-shadow: 0 0 5px rgba(221, 215, 131, .75);
		-moz-box-shadow: 0 0 5px rgba(221, 215, 131, .75);
		box-shadow: 0 0 5px rgba(221, 215, 131, .75)
	}
	div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gforms_confirmation_message {
		margin: 0;
		padding: 40px;
		max-width: 99%;
		font-size: 28px;
		border-top: 2px solid #fff;
		border-bottom: 1px solid #e6db55;
		background-color: #fffbcc;
		color: #424242;
		background: #fffce5;
		background: -moz-linear-gradient(top, #fffce5 0, #fff9bf 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fffce5), color-stop(100%, #fff9bf));
		background: -webkit-linear-gradient(top, #fffce5 0, #fff9bf 100%);
		background: -o-linear-gradient(top, #fffce5 0, #fff9bf 100%);
		background: -ms-linear-gradient(top, #fffce5 0, #fff9bf 100%);
		background: linear-gradient(to bottom, #fffce5 0, #fff9bf 100%)
	}
	div.gform_confirmation_wrapper.gf_confirmation_green_gradient {
		position: relative;
		background-color: #f1fcdf;
		margin: 30px 0;
		border: 1px solid #a7c37c;
		-webkit-box-shadow: 0 0 5px rgba(86, 122, 86, .4);
		-moz-box-shadow: 0 0 5px rgba(86, 122, 86, .4);
		box-shadow: 0 0 5px rgba(86, 122, 86, .4)
	}
	div.gform_confirmation_wrapper.gf_confirmation_green_gradient div.gforms_confirmation_message {
		margin: 0;
		padding: 40px;
		max-width: 99%;
		font-size: 28px;
		border-top: 2px solid #effade;
		border-bottom: 1px solid #a7c37c;
		background-color: #fffbcc;
		text-shadow: #dfb 1px 1px;
		color: #030;
		background: #dbf2b7;
		background: -moz-linear-gradient(top, #dbf2b7 0, #b4d088 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dbf2b7), color-stop(100%, #b4d088));
		background: -webkit-linear-gradient(top, #dbf2b7 0, #b4d088 100%);
		background: -o-linear-gradient(top, #dbf2b7 0, #b4d088 100%);
		background: -ms-linear-gradient(top, #dbf2b7 0, #b4d088 100%);
		background: linear-gradient(to bottom, #dbf2b7 0, #b4d088 100%)
	}
	div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after,
	div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before,
	div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after,
	div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before {
		z-index: -1;
		position: absolute;
		content: "";
		bottom: 15px;
		left: 10px;
		width: 50%;
		top: 80%;
		max-width: 40%;
		background: rgba(0, 0, 0, .2);
		-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
		-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
		box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
		-webkit-transform: rotate(-3deg);
		-moz-transform: rotate(-3deg);
		-o-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
		transform: rotate(-3deg)
	}
	div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after,
	div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after {
		-webkit-transform: rotate(3deg);
		-moz-transform: rotate(3deg);
		-o-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
		transform: rotate(3deg);
		right: 10px;
		left: auto
	}
	.gform_wrapper.gf_simple_horizontal_wrapper.centered_wrapper {
		width: auto;
		margin: 0 auto;
		display: table
	}
	.gform_wrapper form.gf_simple_horizontal {
		width: calc(100% - 16px);
		margin: 0 auto
	}
	.gform_wrapper form.gf_simple_horizontal div.gform_body,
	.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
		display: table-cell;
		vertical-align: middle;
		margin: 0;
		padding: 0;
		position: relative
	}
	.gform_wrapper form.gf_simple_horizontal div.gform_body {
		width: auto;
		max-width: 75%
	}
	.gform_wrapper form.gf_simple_horizontal div.ginput_container,
	.gform_wrapper form.gf_simple_horizontal ul li.gfield {
		margin-top: 0!important
	}
	.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
		width: auto;
		max-width: 25%;
		padding: 0;
		margin: 0
	}
	body:not(rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
		text-align: left
	}
	.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label {
		display: table;
		width: 100%
	}
	.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
		display: table-cell;
		padding-right: 1em;
		height: auto
	}
	.gform_wrapper form.gf_simple_horizontal .gfield_description:not(.validation_message),
	.gform_wrapper form.gf_simple_horizontal .ginput_complex label,
	.gform_wrapper form.gf_simple_horizontal label.gfield_label {
		display: block;
		height: 1px;
		width: 1px;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: -9000px
	}
	.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
		vertical-align: middle
	}
	.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_above li.gfield {
		vertical-align: middle
	}
	.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.large,
	.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.medium,
	.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.small {
		width: 100%
	}
	.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.large,
	.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.medium,
	.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.small {
		width: 100%
	}
	.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=button],
	.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=image],
	.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=submit] {
		height: auto
	}
	.gform_wrapper form.gf_simple_horizontal .top_label .gfield_error {
		margin-bottom: 0
	}
	.gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_checkbox ul li,
	.gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_radio ul li {
		display: inline-block;
		margin-right: .5em
	}
	html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_2 span {
		width: 48.5%
	}
	html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_3 span {
		width: 33%
	}
	html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_4 span {
		width: 24.5%
	}
	html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_5 span {
		width: 19.5%
	}
}

body .gform_wrapper.gf_form_center_wrapper {
	padding: 16px 0 16px 16px
}

.entry .gform_wrapper.gf_browser_safari ul li:after,
.entry .gform_wrapper.gf_browser_safari ul li:before {
	content: ""
}

.gform_wrapper.gf_browser_safari .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
	width: 99%!important
}

.gform_wrapper.gf_browser_safari .left_label #recaptcha_area #recaptcha_table,
.gform_wrapper.gf_browser_safari .right_label #recaptcha_area #recaptcha_table {
	margin-left: 32%
}

.gform_wrapper.gf_browser_safari .gfield_checkbox li input,
.gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio] {
	margin-top: 4px
}

.gform_wrapper.gf_browser_safari select[multiple=multiple] {
	height: auto!important
}

.gform_wrapper.gf_browser_safari input.button.gform_button_select_files {
	padding: 6px 12px!important
}

.gform_wrapper.gf_browser_safari .gfield_time_ampm select {
	max-width: 5rem!important;
	width: calc(2rem + 20px)
}

.gform_wrapper.gf_browser_chrome select {
	padding: 2px 0 2px 3px
}

.gform_wrapper.gf_browser_chrome .gfield_time_ampm select {
	max-width: 5rem!important;
	width: calc(3rem + 20px)
}

.entry .gform_wrapper.gf_browser_chrome ul li:after,
.entry .gform_wrapper.gf_browser_chrome ul li:before,
.gform_wrapper.gf_browser_chrome ul li:after,
.gform_wrapper.gf_browser_chrome ul li:before {
	content: none
}

.gform_wrapper.gf_browser_chrome .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
	width: 99%!important
}

.gform_wrapper.gf_browser_chrome .left_label #recaptcha_area #recaptcha_table,
.gform_wrapper.gf_browser_chrome .right_label #recaptcha_area #recaptcha_table {
	margin-left: 32%
}

.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select,
.gform_wrapper.gf_browser_chrome .ginput_complex select {
	text-indent: 2px;
	line-height: 1.5em;
	margin-bottom: 5px;
	margin-top: 2px
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: 6px
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	margin-left: 1px
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
	margin-left: 1px
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
	padding-top: 2px
}

.gform_wrapper.gf_browser_chrome select[multiple=multiple] {
	height: auto!important
}

.gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_last,
.gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle {
	margin-left: 1.1%
}

.gform_wrapper.gf_browser_chrome .gfield_error input[type=email],
.gform_wrapper.gf_browser_chrome .gfield_error input[type=number],
.gform_wrapper.gf_browser_chrome .gfield_error input[type=password],
.gform_wrapper.gf_browser_chrome .gfield_error input[type=tel],
.gform_wrapper.gf_browser_chrome .gfield_error input[type=text],
.gform_wrapper.gf_browser_chrome .gfield_error input[type=url],
.gform_wrapper.gf_browser_chrome .gfield_error select,
.gform_wrapper.gf_browser_chrome .gfield_error textarea,
.gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {
	margin-bottom: 2px
}

.gform_wrapper.gf_browser_chrome input.button.gform_button_select_files {
	padding: 6px 12px!important
}

.gform_wrapper.gf_browser_chrome span.address_country {
	margin-top: -2px
}

.gform_wrapper.gf_browser_gecko select {
	padding: 2px 12px 2px 2px
}

.gform_wrapper.gf_browser_gecko .gfield_time_ampm select {
	max-width: 5rem!important;
	width: calc(4rem + 25px)
}

.entry .gform_wrapper.gf_browser_gecko ul li:after,
.entry .gform_wrapper.gf_browser_gecko ul li:before,
.gform_wrapper.gf_browser_gecko ul li:after,
.gform_wrapper.gf_browser_gecko ul li:before {
	content: none
}

.gform_wrapper.gf_browser_gecko .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
	margin-right: 1px
}

.gform_wrappergf_browser_gecko .chosen-container-single .chosen-single {
	height: 32px;
	line-height: 2.4
}

.gform_wrappergf_browser_gecko .chosen-container-single .chosen-single div b {
	position: relative;
	top: 5px
}

.entry .gform_wrapper.gf_browser_ie ul li:after,
.entry .gform_wrapper.gf_browser_ie ul li:before,
.gform_wrapper.gf_browser_ie ul li:after,
.gform_wrapper.gf_browser_ie ul li:before {
	content: none
}

.gform_wrapper.gf_browser_ie .gfield_time_hour {
	width: 80px
}

.gform_wrapper.gf_browser_ie .gfield_time_minute {
	width: 70px
}

.gform_wrapper.gf_browser_ie .gfield_time_ampm {
	padding-top: 2px
}

.gform_wrapper.gf_browser_ie .gfield_time_hour input,
.gform_wrapper.gf_browser_ie .gfield_time_minute input {
	margin-left: 0
}

.gform_wrapper.gf_browser_ie .ginput_complex .ginput_left label,
.gform_wrapper.gf_browser_ie .ginput_complex .ginput_right label {
	margin: 3px 0 5px 0
}

.gform_wrapper.gf_browser_ie .gform_footer input.button {
	padding: 3px
}

.gform_wrapper.gf_browser_ie ul.top_label .clear-multi {
	overflow: hidden;
	clear: both
}

.gform_wrapper.gf_browser_ie .gfield_radio li {
	line-height: 20px!important
}

.gform_wrapper.gf_browser_ie .gfield_checkbox li input,
.gform_wrapper.gf_browser_ie .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_ie .gfield_radio li input[type=radio] {
	margin-top: 0
}

.gform_wrapper.gf_browser_ie .ginput_complex .ginput_left select,
.gform_wrapper.gf_browser_ie .ginput_complex .ginput_right select {
	padding: 2px 0 2px 0
}

.gform_wrapper.gf_browser_ie .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
	width: 99%!important
}

.gform_wrapper.gf_browser_ie .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
	width: 99%!important
}

.gform_wrapper.gf_browser_ie .left_label #recaptcha_area #recaptcha_table,
.gform_wrapper.gf_browser_ie .right_label #recaptcha_area #recaptcha_table {
	margin-left: 32%
}

.gform_wrapper.gf_browser_ie .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
	position: relative;
	top: -1px;
	left: 4px
}

.gform_wrapper.gf_browser_ie img.add_list_item,
.gform_wrapper.gf_browser_ie img.delete_list_item {
	width: 16px!important;
	height: 16px!important;
	background-size: 16px 16px!important
}

.entry .gform_wrapper.gf_browser_iphone ul li:after,
.entry .gform_wrapper.gf_browser_iphone ul li:before,
.gform_wrapper.gf_browser_iphone ul li:after,
.gform_wrapper.gf_browser_iphone ul li:before {
	content: none
}

.entry .gform_wrapper.gf_browser_unknown ul li:after,
.entry .gform_wrapper.gf_browser_unknown ul li:before,
.gform_wrapper.gf_browser_unknown ul li:after,
.gform_wrapper.gf_browser_unknown ul li:before {
	content: none
}

@media only screen and (max-width:641px) {
	.gform_wrapper.gf_browser_chrome .chosen-container-single .chosen-single,
	.gform_wrapper.gf_browser_gecko .chosen-container-single .chosen-single,
	.gform_wrapper.gf_browser_safari .chosen-container-single .chosen-single {
		height: 44px;
		line-height: 3.2
	}
	.gform_wrapper.gf_browser_chrome .chosen-container-single .chosen-single div b,
	.gform_wrapper.gf_browser_gecko .chosen-container-single .chosen-single div b,
	.gform_wrapper.gf_browser_safari .chosen-container-single .chosen-single div b {
		position: relative;
		top: 50%;
		transform: translateY(-25%)
	}
}

body a,
label span,
body [class^=icon-].icon-default-style,
.blog-recent[data-style*=classic_enhanced] .post-meta a:hover i,
.masonry.classic_enhanced .post .post-meta a:hover i,
.post .post-header h2 a,
.post .post-header a:hover,
.post .post-header a:focus,
#single-below-header a:hover,
#single-below-header a:focus,
.comment-list .pingback .comment-body>a:hover,
[data-style=list_featured_first_row] .meta-category a,
[data-style=list_featured_first_row] .meta-category a,
.nectar-fancy-box[data-style=color_box_hover][data-color=accent-color] .icon-default-style,
div[data-style=minimal] .toggle:hover h3 a,
div[data-style=minimal] .toggle.open h3 a,
#footer-outer #copyright li a i:hover,
.ascend .comment-list .reply a,
body.material .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover,
body.material #sidebar .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover,
body.material #footer-outer .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover,
#top nav .sf-menu .current_page_item>a .sf-sub-indicator i,
#top nav .sf-menu .current_page_ancestor>a .sf-sub-indicator i,
.sf-menu>.current_page_ancestor>a>.sf-sub-indicator i,
.material .widget .tagcloud a,
#single-below-header a:hover [class^=icon-],
.wpcf7-form .wpcf7-not-valid-tip,
#header-outer .nectar-menu-label {
	color: #007cba
}

#industries .industry .wpb_wrapper a {
	color: #676767;
	font-weight: bold;
	font-size: .9rem;
}

#industries .industry .wpb_wrapper a:hover {
	color: #294277;
}

#header-outer #top nav>ul>.button_bordered>a:hover,
#header-outer:not(.transparent) #social-in-menu a i:after,
.sf-menu>li>a:hover>.sf-sub-indicator i,
.sf-menu>li>a:active>.sf-sub-indicator i,
.sf-menu>.sfHover>a>.sf-sub-indicator i,
.sf-menu .megamenu>ul>li:hover>a,
#header-outer nav>ul>.megamenu>ul>li>a:hover,
#header-outer nav>ul>.megamenu>ul>.sfHover>a,
#header-outer nav>ul>.megamenu>ul>li>a:focus,
#top nav ul #nectar-user-account a:hover span,
#top nav ul #search-btn a:hover span,
#top nav ul .slide-out-widget-area-toggle a:hover span,
body.material:not([data-header-color=custom]) #header-outer:not([data-format=left-header]) #top ul.cart_list a:hover,
body.material #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap .icon-salient-cart,
#header-outer:not([data-format=left-header]) nav>ul>.megamenu ul ul .current-menu-item.has-ul>a,
#header-outer:not([data-format=left-header]) nav>ul>.megamenu ul ul .current-menu-ancestor.has-ul>a,
body #header-secondary-outer #social a:hover i,
body #header-secondary-outer #social a:focus i,
#footer-outer a:focus,
#footer-outer a:hover,
.recent-posts .post-header a:hover,
.result a:hover,
.post-area.standard-minimal .post .post-meta .date a,
.post-area.standard-minimal .post .post-header h2 a:hover,
.post-area.standard-minimal .post .more-link:hover span,
.post-area.standard-minimal .post .more-link span:after,
.post-area.standard-minimal .post .minimal-post-meta a:hover,
.single .post .post-meta a:hover,
.single .post .post-meta a:focus,
.single #single-meta div a:hover i,
.single #single-meta div:hover>a,
.single #single-meta div:focus>a,
.comment-list .comment-meta a:hover,
.comment-list .comment-meta a:focus,
.result .title a,
.circle-border,
.home .blog-recent:not([data-style=list_featured_first_row]) .col .post-header a:hover,
.home .blog-recent .col .post-header h3 a,
.comment-author a:hover,
.comment-author a:focus,
.project-attrs li i,
.nectar-milestone .number.accent-color,
body #portfolio-nav a:hover i,
span.accent-color,
.portfolio-items .nectar-love:hover i,
.portfolio-items .nectar-love.loved i,
body .hovered .nectar-love i,
body:not(.material) #search-outer #search #close a span:hover,
.carousel-wrap[data-full-width=true] .carousel-heading a:hover i,
#search-outer .ui-widget-content li:hover *,
#search-outer .ui-widget-content .ui-state-focus *,
.portfolio-filters-inline .container ul li .active,
.svg-icon-holder[data-color=accent-color],
.team-member .accent-color:hover,
.blog-recent[data-style=minimal] .col>span,
.blog-recent[data-style=title_only] .col:hover .post-header .title,
body #pagination .page-numbers.prev:hover,
body #pagination .page-numbers.next:hover,
body #pagination a.page-numbers:hover,
body #pagination a.page-numbers:focus,
body[data-form-submit=see-through] input[type=submit],
body[data-form-submit=see-through] button[type=submit],
.nectar_icon_wrap[data-color=accent-color] i,
.nectar_team_member_close .inner:before,
body:not([data-header-format=left-header]) nav>ul>.megamenu>ul>li>ul>.has-ul>a:hover,
body:not([data-header-format=left-header]) nav>ul>.megamenu>ul>li>ul>.has-ul>a:focus,
.masonry.material .masonry-blog-item .meta-category a,
body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=accent-color-underline].full-width-section .active,
body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=accent-color-underline].full-width-section a:hover,
.material .comment-list .reply a:hover,
.material .comment-list .reply a:focus,
.related-posts[data-style=material] .meta-category a,
.material .widget li:not(.has-img) a:hover .post-title,
.material #sidebar .widget li:not(.has-img) a:hover .post-title,
.material .container-wrap #author-bio #author-info a:hover,
.material #sidebar .widget ul[data-style=featured-image-left] li a:hover .post-title,
.material #sidebar .widget .tagcloud a,
.single.material .post-area .content-inner>.post-tags a,
.post-area.featured_img_left .meta-category a,
.post-meta .icon-salient-heart-2.loved,
body.material .nectar-button.see-through.accent-color[data-color-override=false],
div[data-style=minimal_small] .toggle.accent-color>h3 a:hover,
div[data-style=minimal_small] .toggle.accent-color.open>h3 a,
.testimonial_slider[data-rating-color=accent-color] .star-rating .filled:before,
.nectar_single_testimonial[data-color=accent-color] p .open-quote,
.nectar-quick-view-box .star-rating,
.widget_search .search-form button[type=submit] .icon-salient-search,
body.search-no-results .search-form button[type=submit] .icon-salient-search {
	color: #007cba!important
}

[data-style=list_featured_first_row] .meta-category a:before,
.tabbed>ul li .active-tab,
.tabbed>ul li .active-tab:hover,
.wpb_row .nectar-post-grid-filters[data-active-color=accent-color] a:after,
.testimonial_slider[data-style=multiple_visible][data-color*=accent-color] .flickity-page-dots .dot.is-selected:before,
.testimonial_slider[data-style=multiple_visible][data-color*=accent-color] blockquote.is-selected p,
.nectar_video_lightbox.nectar-button[data-color=default-accent-color],
.nectar_video_lightbox.nectar-button[data-color=transparent-accent-color]:hover,
.nectar-cta[data-color=accent-color]:not([data-style=material]) .link_wrap,
.flex-direction-nav a,
.carousel-prev:hover,
.carousel-next:hover,
.nectar-flickity[data-controls*=arrows_overlaid][data-control-color=accent-color] .flickity-prev-next-button:hover:before,
.nectar-flickity[data-controls=default][data-control-color=accent-color] .flickity-page-dots .dot:before,
.nectar-flickity[data-controls=touch_total][data-control-color=accent-color] .visualized-total span,
[class*=" icon-"],
.toggle.open h3 a,
div[data-style=minimal] .toggle.open h3 i:after,
div[data-style=minimal] .toggle:hover h3 i:after,
div[data-style=minimal] .toggle.open h3 i:before,
div[data-style=minimal] .toggle:hover h3 i:before,
div[data-style=minimal_small] .toggle.accent-color>h3:after,
.main-content .widget_calendar caption,
#footer-outer .widget_calendar caption,
.post .more-link span:hover,
.post.format-quote .post-content .quote-inner,
.post.format-link .post-content .link-inner,
.nectar-post-grid-wrap[data-load-more-color=accent-color] .load-more:hover,
.format-status .post-content .status-inner,
.nectar-post-grid-item.nectar-new-item .inner:before,
input[type=submit]:hover,
input[type=button]:hover,
body[data-form-submit=regular] input[type=submit],
body[data-form-submit=regular] button[type=submit],
body[data-form-submit=regular] .container-wrap .span_12.light input[type=submit]:hover,
body[data-form-submit=regular] .container-wrap .span_12.light button[type=submit]:hover,
#slide-out-widget-area,
#slide-out-widget-area-bg.fullscreen,
#slide-out-widget-area-bg.fullscreen-split,
#slide-out-widget-area-bg.fullscreen-alt .bg-inner,
body.material #slide-out-widget-area-bg.slide-out-from-right,
.widget .material .widget .tagcloud a:before,
.nectar-hor-list-item[data-hover-effect=full_border][data-color=accent-color] .nectar-list-item-btn:hover,
#header-outer[data-lhe=animated_underline] .nectar-header-text-content a:after,
.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .nectar-notice,
.woocommerce #review_form #respond .form-submit #submit,
#header-outer .nectar-menu-label:before {
	background-color: #007cba
}

.orbit-wrapper .slider-nav .right,
.orbit-wrapper .slider-nav .left,
.progress li span,
.nectar-progress-bar span,
#footer-outer #footer-widgets .col .tagcloud a:hover,
#sidebar .widget .tagcloud a:hover,
#fp-nav.tooltip ul li .fp-tooltip .tooltip-inner,
#pagination .next a:hover,
#pagination .prev a:hover,
.comment-list .reply a:hover,
.comment-list .reply a:focus,
.icon-normal,
.bar_graph li span,
.nectar-button[data-color-override=false].regular-button,
.nectar-button.tilt.accent-color,
body .swiper-slide .button.transparent_2 .primary-color:hover,
#footer-outer #footer-widgets .col input[type=submit],
.blog-recent .more-link span:hover,
.post-tags a:hover,
#to-top:hover,
#to-top.dark:hover,
body[data-button-style*=rounded] #to-top:after,
#pagination a.page-numbers:hover,
#pagination span.page-numbers.current,
.portfolio-items .col[data-default-color=true] .work-item:not(.style-3) .work-info-bg,
.portfolio-items .col[data-default-color=true] .bottom-meta,
.portfolio-items .col.nectar-new-item .inner-wrap:before,
.portfolio-filters-inline[data-color-scheme=accent-color-underline] a:after,
.portfolio-filters a,
.portfolio-filters #sort-portfolio,
.project-attrs li span,
.portfolio-filters,
.portfolio-filters-inline[data-color-scheme=accent-color],
.bottom_controls #portfolio-nav .controls li a i:after,
.bottom_controls #portfolio-nav ul:first-child li#all-items a:hover i,
.single-portfolio .facebook-share a:hover,
.single-portfolio .twitter-share a:hover,
.single-portfolio .pinterest-share a:hover,
.single-post .facebook-share a:hover,
.single-post .twitter-share a:hover,
.single-post .pinterest-share a:hover,
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.post.quote .content-inner .quote-inner .whole-link,
.masonry.classic_enhanced .post.quote.wide_tall .post-content a:hover .quote-inner,
.masonry.classic_enhanced .post.link.wide_tall .post-content a:hover .link-inner,
.iosSlider .prev_slide:hover,
.iosSlider .next_slide:hover,
#header-outer .widget_shopping_cart a.button,
#header-outer a.cart-contents .cart-wrap span,
#header-outer #mobile-cart-link .cart-wrap span,
#top nav ul .slide-out-widget-area-toggle a:hover .lines,
#top nav ul .slide-out-widget-area-toggle a:hover .lines:after,
#top nav ul .slide-out-widget-area-toggle a:hover .lines:before,
#top nav ul .slide-out-widget-area-toggle a:hover .lines-button:after,
#header-outer .widget_shopping_cart a.button,
body[data-header-format=left-header] #header-outer[data-lhe=animated_underline] #top nav ul li:not([class*=button_])>a span:after,
#buddypress a.button:focus,
.swiper-slide .button.solid_color a,
.swiper-slide .button.solid_color_2 a,
.select2-container .select2-choice:hover,
.select2-dropdown-open .select2-choice,
#top nav>ul>.button_solid_color>a:before,
#header-outer.transparent #top nav>ul>.button_solid_color>a:before,
.twentytwenty-handle,
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after,
.masonry.classic_enhanced .posts-container article .meta-category a:hover,
.blog-recent[data-style*=classic_enhanced] .meta-category a:hover,
.masonry.classic_enhanced .posts-container article .video-play-button,
.masonry.material .masonry-blog-item .meta-category a:before,
.material.masonry .masonry-blog-item .video-play-button,
.masonry.material .quote-inner:before,
.masonry.material .link-inner:before,
.nectar-recent-posts-slider .container .strong span:before,
#page-header-bg[data-post-hs=default_minimal] .inner-wrap>a:hover,
#page-header-bg[data-post-hs=default_minimal] .inner-wrap>a:focus,
.single .heading-title[data-header-style=default_minimal] .meta-category a:hover,
.single .heading-title[data-header-style=default_minimal] .meta-category a:focus,
.nectar-fancy-box:after,
.divider-small-border[data-color=accent-color],
.divider-border[data-color=accent-color],
.nectar-animated-title[data-color=accent-color] .nectar-animated-title-inner:after,
#fp-nav:not(.light-controls).tooltip_alt ul li a span:after,
#fp-nav.tooltip_alt ul li a span:after,
.nectar-video-box[data-color=default-accent-color] .nectar_video_lightbox,
body .nectar-video-box[data-color=default-accent-color][data-hover=zoom_button] .nectar_video_lightbox:after,
.nectar_video_lightbox.play_button_with_text[data-color=default-accent-color]:not([data-style=small]) .play>.inner-wrap:before,
.span_12.dark .owl-theme .owl-dots .owl-dot.active span,
.span_12.dark .owl-theme .owl-dots .owl-dot:hover span,
.nectar-recent-posts-single_featured .strong a,
.post-area.standard-minimal .post .more-link span:before,
.nectar-slide-in-cart .widget_shopping_cart a.button,
.related-posts[data-style=material] .meta-category a:before,
.post-area.featured_img_left .meta-category a:before,
body.material #page-header-bg.fullscreen-header .inner-wrap>a,
.nectar-hor-list-item[data-color=accent-color]:before,
.material #sidebar .widget .tagcloud a:before,
.single .post-area .content-inner>.post-tags a:before,
.auto_meta_overlaid_spaced .post.quote .n-post-bg:after,
.auto_meta_overlaid_spaced .post.link .n-post-bg:after,
.post-area.featured_img_left .posts-container .article-content-wrap .video-play-button,
.post-area.featured_img_left .post .quote-inner:before,
.post-area.featured_img_left .link-inner:before,
.nectar-recent-posts-single_featured.multiple_featured .controls li:after,
.nectar-recent-posts-single_featured.multiple_featured .controls .active:before,
.nectar-fancy-box[data-color=accent-color]:not([data-style=default]) .box-bg:after,
body.material[data-button-style^=rounded] .nectar-button.see-through.accent-color[data-color-override=false] i,
body.material .nectar-video-box[data-color=default-accent-color] .nectar_video_lightbox:before,
.nectar_team_member_overlay .team_member_details .bio-inner .mobile-close:before,
.nectar_team_member_overlay .team_member_details .bio-inner .mobile-close:after,
.fancybox-navigation button:hover:before,
button[type=submit]:hover,
button[type=submit]:focus,
body[data-form-submit=see-through] input[type=submit]:hover,
body[data-form-submit=see-through] button[type=submit]:hover,
body[data-form-submit=see-through] .container-wrap .span_12.light input[type=submit]:hover,
body[data-form-submit=see-through] .container-wrap .span_12.light button[type=submit]:hover,
body.original .bypostauthor .comment-body:before,
.widget_layered_nav ul.yith-wcan-label li a:hover,
.widget_layered_nav ul.yith-wcan-label .chosen a,
.nectar-next-section-wrap.bounce a:before,
body .nectar-button.see-through-2[data-hover-color-override=false]:hover {
	background-color: #007cba!important
}

#header-outer #top nav>ul>li:not(.megamenu) ul a:hover,
#header-outer:not([data-format=left-header]) #top nav>ul>li:not(.megamenu) .sfHover>a,
#header-outer #top nav>ul>li:not(.megamenu) .sfHover>a,
#header-outer:not([data-format=left-header]) #top nav>ul>li:not(.megamenu) ul a:hover,
#header-outer:not([data-format=left-header]) #top nav>ul>li:not(.megamenu) ul .current-menu-item>a,
#header-outer:not([data-format=left-header]) #top nav>ul>li:not(.megamenu) ul .current-menu-ancestor>a,
#header-outer nav>ul>.megamenu>ul ul li a:hover,
#header-outer nav>ul>.megamenu>ul ul li a:focus,
#header-outer nav>ul>.megamenu>ul ul .sfHover>a,
#header-secondary-outer ul>li:not(.megamenu) .sfHover>a,
#header-secondary-outer ul>li:not(.megamenu) ul a:hover,
#header-secondary-outer ul>li:not(.megamenu) ul a:focus,
body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul ul .current-menu-item>a {
	background-color: #007cba!important
}

#header-outer[data-format=left-header] #top nav>ul>li:not(.megamenu) ul a:hover {
	color: #007cba
}

#header-outer[data-format=left-header] .sf-menu .sub-menu .current-menu-item>a,
.sf-menu ul .open-submenu>a {
	color: #007cba!important
}

body[data-form-style=minimal] input[type=text]:focus,
body[data-form-style=minimal].woocommerce-cart table.cart .actions .coupon .input-text:focus,
body[data-form-style=minimal] textarea:focus,
body[data-form-style=minimal] input[type=email]:focus,
body[data-form-style=minimal] input[type=search]:focus,
body[data-form-style=minimal] input[type=password]:focus,
body[data-form-style=minimal] input[type=tel]:focus,
body[data-form-style=minimal] input[type=url]:focus,
body[data-form-style=minimal] input[type=date]:focus,
body[data-form-style=minimal] select:focus {
	border-color: #007cba
}

.tabbed>ul li .active-tab,
body.material input[type=text]:focus,
body.material textarea:focus,
body.material input[type=email]:focus,
body.material input[type=search]:focus,
body.material input[type=password]:focus,
body.material input[type=tel]:focus,
body.material input[type=url]:focus,
body.material input[type=date]:focus,
body.material select:focus,
.row .col .wp-caption .wp-caption-text,
.material.woocommerce-page input#coupon_code:focus,
.material #search-outer #search input[type=text],
#header-outer[data-lhe=animated_underline] #top nav>ul>li>a .menu-title-text:after,
div[data-style=minimal] .toggle.default.open i,
div[data-style=minimal] .toggle.default:hover i,
div[data-style=minimal] .toggle.accent-color.open i,
div[data-style=minimal] .toggle.accent-color:hover i,
.single #single-meta div a:hover,
.single #single-meta div a:focus,
.single .fullscreen-blog-header #single-below-header>span a:hover,
.blog-title #single-meta .nectar-social.hover>div a:hover,
.nectar-hor-list-item[data-hover-effect=full_border][data-color=accent-color]:hover,
.material.woocommerce-page[data-form-style=default] div input#coupon_code:focus {
	border-color: #007cba
}

body[data-form-style=minimal] label:after,
body .recent_projects_widget a:hover img,
.recent_projects_widget a:hover img,
#sidebar #flickr a:hover img,
body .nectar-button.see-through-2[data-hover-color-override=false]:hover,
#footer-outer #flickr a:hover img,
#featured article .post-title a:hover,
body #featured article .post-title a:hover,
div.wpcf7-validation-errors,
.select2-container .select2-choice:hover,
.select2-dropdown-open .select2-choice,
body:not(.original) .bypostauthor img.avatar,
.material blockquote:before,
blockquote.wp-block-quote:before,
#header-outer:not(.transparent) #top nav>ul>.button_bordered>a:hover:before,
.single #project-meta ul li:not(.meta-share-count):hover a,
body[data-button-style=rounded] #pagination>a:hover,
body[data-form-submit=see-through] input[type=submit],
body[data-form-submit=see-through] button[type=submit],
.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=default-accent-color] .play:before,
.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=default-accent-color] .play:after,
#header-secondary-outer[data-lhe=animated_underline] nav>.sf-menu>li>a .menu-title-text:after,
body.material .nectar-button.see-through.accent-color[data-color-override=false],
.woocommerce-page.material .widget_price_filter .ui-slider .ui-slider-handle,
body[data-form-submit=see-through] button[type=submit]:not(.search-widget-btn),
.woocommerce-account[data-form-submit=see-through] .woocommerce-form-login button.button,
.woocommerce-account[data-form-submit=see-through] .woocommerce-form-register button.button,
body[data-form-submit=see-through] .woocommerce #order_review #payment #place_order,
body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single:hover,
body[data-fancy-form-rcs="1"] .select2-container--default.select2-container--open .select2-selection--single,
.gallery a:hover img {
	border-color: #007cba!important
}

.nectar-highlighted-text[data-using-custom-color=false]:not([data-style=text_outline]) em {
	background-image: linear-gradient(to right, rgba(109, 161, 198, .3) 0%, rgba(109, 161, 198, .3) 100%)
}

.nectar-highlighted-text[data-using-custom-color=false][data-style=regular_underline] a em,
.nectar-highlighted-text[data-using-custom-color=false][data-style=regular_underline] em.has-link {
	background-image: linear-gradient(to right, rgba(109, 161, 198, .3) 0%, rgba(109, 161, 198, .3) 100%), linear-gradient(to right, #007cba 0%, #007cba 100%)
}

.nectar_icon_wrap .svg-icon-holder[data-color=accent-color] svg path {
	stroke: #007cba!important
}

body.material[data-button-style^=rounded] .nectar-button.see-through.accent-color[data-color-override=false] i:after {
	box-shadow: #007cba 0px 8px 15px;
	opacity: .24
}

.nectar-fancy-box[data-style=color_box_hover][data-color=accent-color]:before {
	box-shadow: 0 30px 90px #007cba
}

.nectar-fancy-box[data-style=hover_desc][data-color=accent-color]:before {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #007cba 100%)
}

#footer-outer[data-link-hover=underline][data-custom-color=false] #footer-widgets ul:not([class*=nectar_blog_posts]):not(.cart_list) a:not(.tag-cloud-link):not(.nectar-button),
#footer-outer[data-link-hover=underline] #footer-widgets .textwidget a:not(.nectar-button) {
	background-image: linear-gradient(to right, #007cba 0%, #007cba 100%)
}

#search-results .result .title a {
	background-image: linear-gradient(to right, #007cba 0%, #007cba 100%)
}

.container-wrap .bottom_controls #portfolio-nav ul:first-child li#all-items a:hover i {
	box-shadow: -.6em 0 #007cba, -.6em .6em #007cba, .6em 0 #007cba, .6em -.6em #007cba, 0 -.6em #007cba, -.6em -.6em #007cba, 0 .6em #007cba, .6em .6em #007cba
}

#fp-nav:not(.light-controls).tooltip_alt ul li a.active span,
#fp-nav.tooltip_alt ul li a.active span {
	box-shadow: inset 0 0 0 2px #007cba;
	-webkit-box-shadow: inset 0 0 0 2px #007cba
}

.default-loading-icon:before {
	border-top-color: #007cba!important
}

#header-outer a.cart-contents span:before,
#fp-nav.tooltip ul li .fp-tooltip .tooltip-inner:after {
	border-color: transparent #007cba!important
}

body .testimonial_slider[data-style=multiple_visible][data-color*=accent-color] blockquote .bottom-arrow:after,
body .dark .testimonial_slider[data-style=multiple_visible][data-color*=accent-color] blockquote .bottom-arrow:after,
.portfolio-items[data-ps="6"] .bg-overlay,
.portfolio-items[data-ps="6"].no-masonry .bg-overlay,
.nectar_team_member_close .inner,
.nectar_team_member_overlay .team_member_details .bio-inner .mobile-close {
	border-color: #007cba
}

.widget .nectar_widget[class*=nectar_blog_posts_] .arrow-circle svg circle,
.nectar-woo-flickity[data-controls=arrows-and-text] .flickity-prev-next-button svg circle.time {
	stroke: #007cba
}

.im-icon-wrap[data-color=accent-color] path {
	fill: #007cba
}

@media only screen and (min-width :1px) and (max-width :1000px) {
	body #featured article .post-title>a {
		background-color: #007cba
	}
	body #featured article .post-title>a {
		border-color: #007cba
	}
}

#header-outer .widget_shopping_cart .cart_list li a.remove,
.original #header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove,
.stock.out-of-stock,
#header-outer #top nav>ul>.button_bordered_2>a:hover,
#header-outer[data-lhe=default] #top nav>ul>.button_bordered_2>a:hover,
#header-outer[data-lhe=default] #top nav .sf-menu .button_bordered_2.current-menu-item>a {
	color: #2d87c6!important
}

#top nav>ul>.button_solid_color_2>a:before,
#header-outer.transparent #top nav>ul>.button_solid_color_2>a:before,
body[data-slide-out-widget-area-style=slide-out-from-right]:not([data-header-color=custom]).material .slide_out_area_close:before,
#header-outer .widget_shopping_cart a.button,
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale,
.woocommerce span.onsale,
.woocommerce-page span.onsale {
	background-color: #007cba
}

#header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove,
#header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove,
#header-outer:not(.transparent) #top nav>ul>.button_bordered_2>a:hover:before {
	border-color: #2d87c6
}

.testimonial_slider[data-rating-color=extra-color-1] .star-rating .filled:before,
div[data-style=minimal] .toggle.extra-color-1:hover h3 a,
div[data-style=minimal] .toggle.extra-color-1.open h3 a,
div[data-style=minimal_small] .toggle.extra-color-1>h3 a:hover,
div[data-style=minimal_small] .toggle.extra-color-1.open>h3 a {
	color: #2d87c6
}

.nectar-milestone .number.extra-color-1,
span.extra-color-1,
.team-member .social.extra-color-1 li a,
body [class^=icon-].icon-default-style.extra-color-1,
body [class^=icon-].icon-default-style[data-color=extra-color-1],
.team-member .extra-color-1:hover,
.svg-icon-holder[data-color=extra-color-1],
.nectar_icon_wrap[data-color=extra-color-1] i,
body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=extra-color-1-underline].full-width-section .active,
body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=extra-color-1-underline].full-width-section a:hover,
body.material .nectar-button.see-through.extra-color-1[data-color-override=false],
.nectar_single_testimonial[data-color=extra-color-1] p .open-quote,
.no-highlight.extra-color-1 h3 {
	color: #2d87c6!important
}

.wpb_row .nectar-post-grid-filters[data-active-color=extra-color-1] a:after,
.testimonial_slider[data-style=multiple_visible][data-color*=extra-color-1] .flickity-page-dots .dot.is-selected:before,
.testimonial_slider[data-style=multiple_visible][data-color*=extra-color-1] blockquote.is-selected p,
.nectar-button.nectar_video_lightbox[data-color=default-extra-color-1],
.nectar_video_lightbox.nectar-button[data-color=transparent-extra-color-1]:hover,
.nectar-cta[data-color=extra-color-1]:not([data-style=material]) .link_wrap,
.nectar-flickity[data-controls*=arrows_overlaid][data-control-color=extra-color-1] .flickity-prev-next-button:hover:before,
.nectar-flickity[data-controls=default][data-control-color=extra-color-1] .flickity-page-dots .dot:before,
.nectar-flickity[data-controls=touch_total][data-control-color=extra-color-1] .visualized-total span,
.nectar-post-grid-wrap[data-load-more-color=extra-color-1] .load-more:hover,
[class*=" icon-"].extra-color-1.icon-normal,
div[data-style=minimal] .toggle.extra-color-1.open i:after,
div[data-style=minimal] .toggle.extra-color-1:hover i:after,
div[data-style=minimal] .toggle.open.extra-color-1 i:before,
div[data-style=minimal] .toggle.extra-color-1:hover i:before,
div[data-style=minimal_small] .toggle.extra-color-1>h3:after,
.toggle.open.extra-color-1 h3 a,
.nectar-hor-list-item[data-hover-effect=full_border][data-color=extra-color-1] .nectar-list-item-btn:hover {
	background-color: #2d87c6
}

.nectar-button.regular-button.extra-color-1,
.nectar-button.tilt.extra-color-1,
body .swiper-slide .button.transparent_2 .extra-color-1:hover,
#sidebar .widget:hover [class^=icon-].icon-3x.extra-color-1:not(.alt-style),
.portfolio-filters-inline[data-color-scheme=extra-color-1],
.portfolio-filters[data-color-scheme=extra-color-1] #sort-portfolio,
.portfolio-filters[data-color-scheme=extra-color-1] a,
.nectar-fancy-box[data-color=extra-color-1]:after,
.divider-small-border[data-color=extra-color-1],
.divider-border[data-color=extra-color-1],
.nectar-animated-title[data-color=extra-color-1] .nectar-animated-title-inner:after,
.portfolio-filters-inline[data-color-scheme=extra-color-1-underline] a:after,
.nectar-video-box[data-color=extra-color-1] .nectar_video_lightbox,
body .nectar-video-box[data-color=extra-color-1][data-hover=zoom_button] .nectar_video_lightbox:after,
.nectar_video_lightbox.play_button_with_text[data-color=extra-color-1]:not([data-style=small]) .play>.inner-wrap:before,
body.material .nectar-video-box[data-color=extra-color-1] .nectar_video_lightbox:before,
.nectar-hor-list-item[data-color=extra-color-1]:before,
.nectar-fancy-box[data-color=extra-color-1]:not([data-style=default]) .box-bg:after,
body.material[data-button-style^=rounded] .nectar-button.see-through.extra-color-1[data-color-override=false] i,
.nectar-recent-posts-single_featured.multiple_featured .controls[data-color=extra-color-1] li:after,
.extra-color-1.icon-normal,
.bar_graph li .extra-color-1,
.nectar-progress-bar .extra-color-1,
.swiper-slide .button.solid_color .extra-color-1,
.swiper-slide .button.solid_color_2 .extra-color-1 {
	background-color: #2d87c6!important
}

.nectar_icon_wrap .svg-icon-holder[data-color=extra-color-1] svg path {
	stroke: #2d87c6!important
}

body.material[data-button-style^=rounded] .nectar-button.see-through.extra-color-1[data-color-override=false] i:after {
	box-shadow: #2d87c6 0px 8px 15px;
	opacity: .24
}

.nectar-fancy-box[data-style=color_box_hover][data-color=extra-color-1]:before {
	box-shadow: 0 30px 90px #2d87c6
}

.nectar-fancy-box[data-style=hover_desc][data-color=extra-color-1]:before {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #2d87c6 100%)
}

body .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-1] blockquote .bottom-arrow:after,
body .dark .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-1] blockquote .bottom-arrow:after,
div[data-style=minimal] .toggle.open.extra-color-1 i,
div[data-style=minimal] .toggle.extra-color-1:hover i,
.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=extra-color-1] .play:before,
.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=extra-color-1] .play:after,
.nectar-hor-list-item[data-hover-effect=full_border][data-color=extra-color-1]:hover {
	border-color: #2d87c6
}

body.material .nectar-button.see-through.extra-color-1[data-color-override=false] {
	border-color: #2d87c6!important
}

.im-icon-wrap[data-color=extra-color-1] path {
	fill: #2d87c6
}

.testimonial_slider[data-rating-color=extra-color-2] .star-rating .filled:before,
div[data-style=minimal] .toggle.extra-color-2:hover h3 a,
div[data-style=minimal] .toggle.extra-color-2.open h3 a,
div[data-style=minimal_small] .toggle.extra-color-2>h3 a:hover,
div[data-style=minimal_small] .toggle.extra-color-2.open>h3 a {
	color: #ffc324
}

.nectar-milestone .number.extra-color-2,
span.extra-color-2,
.team-member .social.extra-color-2 li a,
body [class^=icon-].icon-default-style.extra-color-2,
body [class^=icon-].icon-default-style[data-color=extra-color-2],
.team-member .extra-color-2:hover,
.svg-icon-holder[data-color=extra-color-2],
.nectar_icon_wrap[data-color=extra-color-2] i,
body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=extra-color-2-underline].full-width-section .active,
body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=extra-color-2-underline].full-width-section a:hover,
body.material .nectar-button.see-through.extra-color-2[data-color-override=false],
.nectar_single_testimonial[data-color=extra-color-2] p .open-quote,
.no-highlight.extra-color-2 h3 {
	color: #ffc324!important
}

.wpb_row .nectar-post-grid-filters[data-active-color=extra-color-2] a:after,
.testimonial_slider[data-style=multiple_visible][data-color*=extra-color-2] .flickity-page-dots .dot.is-selected:before,
.testimonial_slider[data-style=multiple_visible][data-color*=extra-color-2] blockquote.is-selected p,
.nectar-button.nectar_video_lightbox[data-color=default-extra-color-2],
.nectar_video_lightbox.nectar-button[data-color=transparent-extra-color-2]:hover,
.nectar-cta[data-color=extra-color-2]:not([data-style=material]) .link_wrap,
.nectar-flickity[data-controls*=arrows_overlaid][data-control-color=extra-color-2] .flickity-prev-next-button:hover:before,
.nectar-flickity[data-controls=default][data-control-color=extra-color-2] .flickity-page-dots .dot:before,
.nectar-flickity[data-controls=touch_total][data-control-color=extra-color-2] .visualized-total span,
.nectar-post-grid-wrap[data-load-more-color=extra-color-2] .load-more:hover,
[class*=" icon-"].extra-color-2.icon-normal,
div[data-style=minimal] .toggle.extra-color-2.open i:after,
div[data-style=minimal] .toggle.extra-color-2:hover i:after,
div[data-style=minimal] .toggle.open.extra-color-2 i:before,
div[data-style=minimal] .toggle.extra-color-2:hover i:before,
div[data-style=minimal_small] .toggle.extra-color-2>h3:after,
.toggle.open.extra-color-2 h3 a,
.nectar-hor-list-item[data-hover-effect=full_border][data-color=extra-color-2] .nectar-list-item-btn:hover {
	background-color: #ffc324
}

.nectar-button.regular-button.extra-color-2,
.nectar-button.tilt.extra-color-2,
body .swiper-slide .button.transparent_2 .extra-color-2:hover,
#sidebar .widget:hover [class^=icon-].icon-3x.extra-color-2:not(.alt-style),
.portfolio-filters-inline[data-color-scheme=extra-color-2],
.portfolio-filters[data-color-scheme=extra-color-2] #sort-portfolio,
.portfolio-filters[data-color-scheme=extra-color-2] a,
.nectar-fancy-box[data-color=extra-color-2]:after,
.divider-small-border[data-color=extra-color-2],
.divider-border[data-color=extra-color-2],
.nectar-animated-title[data-color=extra-color-2] .nectar-animated-title-inner:after,
.portfolio-filters-inline[data-color-scheme=extra-color-2-underline] a:after,
.nectar-video-box[data-color=extra-color-2] .nectar_video_lightbox,
body .nectar-video-box[data-color=extra-color-2][data-hover=zoom_button] .nectar_video_lightbox:after,
.nectar_video_lightbox.play_button_with_text[data-color=extra-color-2]:not([data-style=small]) .play>.inner-wrap:before,
body.material .nectar-video-box[data-color=extra-color-2] .nectar_video_lightbox:before,
.nectar-hor-list-item[data-color=extra-color-2]:before,
.nectar-fancy-box[data-color=extra-color-2]:not([data-style=default]) .box-bg:after,
body.material[data-button-style^=rounded] .nectar-button.see-through.extra-color-2[data-color-override=false] i,
.nectar-recent-posts-single_featured.multiple_featured .controls[data-color=extra-color-2] li:after,
.extra-color-2.icon-normal,
.bar_graph li .extra-color-2,
.nectar-progress-bar .extra-color-2,
.swiper-slide .button.solid_color .extra-color-2,
.swiper-slide .button.solid_color_2 .extra-color-2 {
	background-color: #ffc324!important
}

.nectar_icon_wrap .svg-icon-holder[data-color=extra-color-2] svg path {
	stroke: #ffc324!important
}

body.material[data-button-style^=rounded] .nectar-button.see-through.extra-color-2[data-color-override=false] i:after {
	box-shadow: #ffc324 0px 8px 15px;
	opacity: .24
}

.nectar-fancy-box[data-style=color_box_hover][data-color=extra-color-2]:before {
	box-shadow: 0 30px 90px #ffc324
}

.nectar-fancy-box[data-style=hover_desc][data-color=extra-color-2]:before {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #ffc324 100%)
}

body .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-2] blockquote .bottom-arrow:after,
body .dark .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-2] blockquote .bottom-arrow:after,
div[data-style=minimal] .toggle.open.extra-color-2 i,
div[data-style=minimal] .toggle.extra-color-2:hover i,
.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=extra-color-2] .play:before,
.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=extra-color-2] .play:after,
.nectar-hor-list-item[data-hover-effect=full_border][data-color=extra-color-2]:hover {
	border-color: #ffc324
}

body.material .nectar-button.see-through.extra-color-2[data-color-override=false] {
	border-color: #ffc324!important
}

.im-icon-wrap[data-color=extra-color-2] path {
	fill: #ffc324
}

.testimonial_slider[data-rating-color=extra-color-3] .star-rating .filled:before,
div[data-style=minimal] .toggle.extra-color-3:hover h3 a,
div[data-style=minimal] .toggle.extra-color-3.open h3 a,
div[data-style=minimal_small] .toggle.extra-color-3>h3 a:hover,
div[data-style=minimal_small] .toggle.extra-color-3.open>h3 a {
	color: #fff
}

.nectar-milestone .number.extra-color-3,
span.extra-color-3,
.team-member .social.extra-color-3 li a,
body [class^=icon-].icon-default-style.extra-color-3,
body [class^=icon-].icon-default-style[data-color=extra-color-3],
.team-member .extra-color-3:hover,
.svg-icon-holder[data-color=extra-color-3],
.nectar_icon_wrap[data-color=extra-color-3] i,
body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=extra-color-3-underline].full-width-section .active,
body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=extra-color-3-underline].full-width-section a:hover,
body.material .nectar-button.see-through.extra-color-3[data-color-override=false],
.nectar_single_testimonial[data-color=extra-color-3] p .open-quote,
.no-highlight.extra-color-3 h3 {
	color: #ffffff!important
}

.wpb_row .nectar-post-grid-filters[data-active-color=extra-color-3] a:after,
.testimonial_slider[data-style=multiple_visible][data-color*=extra-color-3] .flickity-page-dots .dot.is-selected:before,
.testimonial_slider[data-style=multiple_visible][data-color*=extra-color-3] blockquote.is-selected p,
.nectar-button.nectar_video_lightbox[data-color=default-extra-color-3],
.nectar_video_lightbox.nectar-button[data-color=transparent-extra-color-3]:hover,
.nectar-cta[data-color=extra-color-3]:not([data-style=material]) .link_wrap,
.nectar-flickity[data-controls*=arrows_overlaid][data-control-color=extra-color-3] .flickity-prev-next-button:hover:before,
.nectar-flickity[data-controls=default][data-control-color=extra-color-3] .flickity-page-dots .dot:before,
.nectar-flickity[data-controls=touch_total][data-control-color=extra-color-3] .visualized-total span,
.nectar-post-grid-wrap[data-load-more-color=extra-color-3] .load-more:hover,
[class*=" icon-"].extra-color-3.icon-normal,
div[data-style=minimal] .toggle.extra-color-3.open i:after,
div[data-style=minimal] .toggle.extra-color-3:hover i:after,
div[data-style=minimal] .toggle.open.extra-color-3 i:before,
div[data-style=minimal] .toggle.extra-color-3:hover i:before,
div[data-style=minimal_small] .toggle.extra-color-3>h3:after,
.toggle.open.extra-color-3 h3 a,
.nectar-hor-list-item[data-hover-effect=full_border][data-color=extra-color-3] .nectar-list-item-btn:hover {
	background-color: #fff
}

.nectar-button.regular-button.extra-color-3,
.nectar-button.tilt.extra-color-3,
body .swiper-slide .button.transparent_2 .extra-color-3:hover,
#sidebar .widget:hover [class^=icon-].icon-3x.extra-color-3:not(.alt-style),
.portfolio-filters-inline[data-color-scheme=extra-color-3],
.portfolio-filters[data-color-scheme=extra-color-3] #sort-portfolio,
.portfolio-filters[data-color-scheme=extra-color-3] a,
.nectar-fancy-box[data-color=extra-color-3]:after,
.divider-small-border[data-color=extra-color-3],
.divider-border[data-color=extra-color-3],
.nectar-animated-title[data-color=extra-color-3] .nectar-animated-title-inner:after,
.portfolio-filters-inline[data-color-scheme=extra-color-3-underline] a:after,
.nectar-video-box[data-color=extra-color-3] .nectar_video_lightbox,
body .nectar-video-box[data-color=extra-color-3][data-hover=zoom_button] .nectar_video_lightbox:after,
.nectar_video_lightbox.play_button_with_text[data-color=extra-color-3]:not([data-style=small]) .play>.inner-wrap:before,
body.material .nectar-video-box[data-color=extra-color-3] .nectar_video_lightbox:before,
.nectar-hor-list-item[data-color=extra-color-3]:before,
.nectar-fancy-box[data-color=extra-color-3]:not([data-style=default]) .box-bg:after,
body.material[data-button-style^=rounded] .nectar-button.see-through.extra-color-3[data-color-override=false] i,
.nectar-recent-posts-single_featured.multiple_featured .controls[data-color=extra-color-3] li:after,
.extra-color-3.icon-normal,
.bar_graph li .extra-color-3,
.nectar-progress-bar .extra-color-3,
.swiper-slide .button.solid_color .extra-color-3,
.swiper-slide .button.solid_color_2 .extra-color-3 {
	background-color: #ffffff!important
}

.nectar_icon_wrap .svg-icon-holder[data-color=extra-color-3] svg path {
	stroke: #ffffff!important
}

body.material[data-button-style^=rounded] .nectar-button.see-through.extra-color-3[data-color-override=false] i:after {
	box-shadow: #fff 0px 8px 15px;
	opacity: .24
}

.nectar-fancy-box[data-style=color_box_hover][data-color=extra-color-3]:before {
	box-shadow: 0 30px 90px #fff
}

.nectar-fancy-box[data-style=hover_desc][data-color=extra-color-3]:before {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #fff 100%)
}

body .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-3] blockquote .bottom-arrow:after,
body .dark .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-3] blockquote .bottom-arrow:after,
div[data-style=minimal] .toggle.open.extra-color-3 i,
div[data-style=minimal] .toggle.extra-color-3:hover i,
.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=extra-color-3] .play:before,
.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=extra-color-3] .play:after,
.nectar-hor-list-item[data-hover-effect=full_border][data-color=extra-color-3]:hover {
	border-color: #fff
}

body.material .nectar-button.see-through.extra-color-3[data-color-override=false] {
	border-color: #ffffff!important
}

.im-icon-wrap[data-color=extra-color-3] path {
	fill: #fff
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter]>li a .popular-featured-img:after {
	background: #0072c6;
	background: linear-gradient(to right, #0072c6, #639dc6)
}

.divider-small-border[data-color=extra-color-gradient-1],
.divider-border[data-color=extra-color-gradient-1],
.nectar-progress-bar .extra-color-gradient-1,
.wpb_row .nectar-post-grid-filters[data-active-color=extra-color-gradient-1] a:after,
.nectar-recent-posts-single_featured.multiple_featured .controls[data-color=extra-color-gradient-1] li:after,
.nectar-fancy-box[data-style=default][data-color=extra-color-gradient-1]:after {
	background: #639dc6;
	background: linear-gradient(to right, #639dc6, #0072c6)
}

.icon-normal.extra-color-gradient-1,
body [class^=icon-].icon-3x.alt-style.extra-color-gradient-1,
.nectar-button.extra-color-gradient-1:after,
.nectar-cta[data-color=extra-color-gradient-1]:not([data-style=material]) .link_wrap,
.nectar-button.see-through-extra-color-gradient-1:after,
.nectar-fancy-box[data-style=color_box_hover][data-color=extra-color-gradient-1] .box-bg:after,
.nectar-post-grid-wrap[data-load-more-color=extra-color-gradient-1] .load-more:before {
	background: #639dc6;
	background: linear-gradient(to bottom right, #639dc6, #0072c6)
}

body.material .nectar-button.regular.m-extra-color-gradient-1,
body.material .nectar-button.see-through.m-extra-color-gradient-1:before,
.swiper-slide .button.solid_color .extra-color-gradient-1,
.swiper-slide .button.transparent_2 .extra-color-gradient-1:before {
	background: #639dc6;
	background: linear-gradient(125deg, #639dc6, #0072c6)
}

body.material .nectar-button.regular.m-extra-color-gradient-1:before {
	background: #0072c6
}

.nectar-fancy-box[data-style=color_box_hover][data-color=extra-color-gradient-1]:before {
	box-shadow: 0px 30px 90px #0072c6
}

.testimonial_slider[data-rating-color=extra-color-gradient-1] .star-rating .filled:before {
	color: #639dc6;
	background: linear-gradient(to right, #639dc6, #0072c6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent
}

.nectar-button.extra-color-gradient-1,
.nectar-button.see-through-extra-color-gradient-1 {
	border-width: 3px;
	border-style: solid;
	-moz-border-image: -moz-linear-gradient(top right, #639dc6 0%, #0072c6 100%);
	-webkit-border-image: -webkit-linear-gradient(top right, #639dc6 0%, #0072c6 100%);
	border-image: linear-gradient(to bottom right, #639dc6 0%, #0072c6 100%);
	border-image-slice: 1
}

[class^=icon-][data-color=extra-color-gradient-1]:before,
[class*=" icon-"][data-color=extra-color-gradient-1]:before,
[class^=icon-].extra-color-gradient-1:not(.icon-normal):before,
[class*=" icon-"].extra-color-gradient-1:not(.icon-normal):before,
.nectar_icon_wrap[data-color=extra-color-gradient-1]:not([data-style=shadow-bg]) i {
	color: #639dc6;
	background: linear-gradient(to bottom right, #639dc6, #0072c6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	display: initial
}

.nectar-button.extra-color-gradient-1 .hover,
.nectar-button.see-through-extra-color-gradient-1 .start {
	background: #639dc6;
	background: linear-gradient(to bottom right, #639dc6, #0072c6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	display: initial
}

.nectar-button.extra-color-gradient-1.no-text-grad .hover,
.nectar-button.see-through-extra-color-gradient-1.no-text-grad .start {
	background: transparent!important;
	color: #639dc6!important
}

.divider-small-border[data-color=extra-color-gradient-2],
.divider-border[data-color=extra-color-gradient-2],
.nectar-progress-bar .extra-color-gradient-2,
.wpb_row .nectar-post-grid-filters[data-active-color=extra-color-gradient-2] a:after,
.nectar-recent-posts-single_featured.multiple_featured .controls[data-color=extra-color-gradient-2] li:after,
.nectar-fancy-box[data-style=default][data-color=extra-color-gradient-2]:after {
	background: #32d6ff;
	background: linear-gradient(to right, #32d6ff, #2ac4ea)
}

.icon-normal.extra-color-gradient-2,
body [class^=icon-].icon-3x.alt-style.extra-color-gradient-2,
.nectar-button.extra-color-gradient-2:after,
.nectar-cta[data-color=extra-color-gradient-2]:not([data-style=material]) .link_wrap,
.nectar-button.see-through-extra-color-gradient-2:after,
.nectar-fancy-box[data-style=color_box_hover][data-color=extra-color-gradient-2] .box-bg:after,
.nectar-post-grid-wrap[data-load-more-color=extra-color-gradient-2] .load-more:before {
	background: #32d6ff;
	background: linear-gradient(to bottom right, #32d6ff, #2ac4ea)
}

body.material .nectar-button.regular.m-extra-color-gradient-2,
body.material .nectar-button.see-through.m-extra-color-gradient-2:before,
.swiper-slide .button.solid_color .extra-color-gradient-2,
.swiper-slide .button.transparent_2 .extra-color-gradient-2:before {
	background: #32d6ff;
	background: linear-gradient(125deg, #32d6ff, #2ac4ea)
}

body.material .nectar-button.regular.m-extra-color-gradient-2:before {
	background: #2ac4ea
}

.nectar-fancy-box[data-style=color_box_hover][data-color=extra-color-gradient-2]:before {
	box-shadow: 0px 30px 90px #2ac4ea
}

.testimonial_slider[data-rating-color=extra-color-gradient-2] .star-rating .filled:before {
	color: #32d6ff;
	background: linear-gradient(to right, #32d6ff, #2ac4ea);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent
}

.nectar-button.extra-color-gradient-2,
.nectar-button.see-through-extra-color-gradient-2 {
	border-width: 3px;
	border-style: solid;
	-moz-border-image: -moz-linear-gradient(top right, #32d6ff 0%, #2ac4ea 100%);
	-webkit-border-image: -webkit-linear-gradient(top right, #32d6ff 0%, #2ac4ea 100%);
	border-image: linear-gradient(to bottom right, #32d6ff 0%, #2ac4ea 100%);
	border-image-slice: 1
}

[class^=icon-][data-color=extra-color-gradient-2]:before,
[class*=" icon-"][data-color=extra-color-gradient-2]:before,
[class^=icon-].extra-color-gradient-2:not(.icon-normal):before,
[class*=" icon-"].extra-color-gradient-2:not(.icon-normal):before,
.nectar_icon_wrap[data-color=extra-color-gradient-2]:not([data-style=shadow-bg]) i {
	color: #32d6ff;
	background: linear-gradient(to bottom right, #32d6ff, #2ac4ea);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	display: initial
}

.nectar-button.extra-color-gradient-2 .hover,
.nectar-button.see-through-extra-color-gradient-2 .start {
	background: #32d6ff;
	background: linear-gradient(to bottom right, #32d6ff, #2ac4ea);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	display: initial
}

.nectar-button.extra-color-gradient-2.no-text-grad .hover,
.nectar-button.see-through-extra-color-gradient-2.no-text-grad .start {
	background: transparent!important;
	color: #32d6ff!important
}

body,
.container-wrap,
.material .ocm-effect-wrap,
.project-title,
.ascend .container-wrap,
.ascend .project-title,
body .vc_text_separator div,
.carousel-wrap[data-full-width=true] .carousel-heading,
.carousel-wrap .left-border,
.carousel-wrap .right-border,
.single-post.ascend #page-header-bg.fullscreen-header,
.single-post #single-below-header.fullscreen-header,
#page-header-wrap,
.page-header-no-bg,
#full_width_portfolio .project-title.parallax-effect,
.portfolio-items .col,
.page-template-template-portfolio-php .portfolio-items .col.span_3,
.page-template-template-portfolio-php .portfolio-items .col.span_4,
body .nectar-quick-view-box div.product .product div.summary,
.nectar-global-section.before-footer,
.nectar-global-section.after-nav,
body.box-rolling,
body[data-footer-reveal="1"].ascend.box-rolling,
body[data-footer-reveal="1"].box-rolling {
	background-color: #fff
}

#slide-out-widget-area ul .menu-item .nectar-ext-menu-item .menu-title-text {
	background-image: linear-gradient(to right, #fff 0%, #fff 100%)
}

#footer-outer,
#nectar_fullscreen_rows>#footer-outer.wpb_row .full-page-inner-wrap {
	background-color: #ffffff!important
}

#footer-outer #footer-widgets {
	border-bottom: none
}

body.original #footer-outer #footer-widgets .col ul li {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.original #footer-outer #footer-widgets .col .widget_recent_comments ul li,
#footer-outer #footer-widgets .col .widget_recent_comments ul li {
	background-color: rgba(0, 0, 0, .07);
	border-bottom: 0
}

#footer-outer,
#footer-outer a:not(.nectar-button) {
	color: #000000!important
}

#footer-outer[data-link-hover=underline][data-custom-color=true] #footer-widgets ul:not([class*=nectar_blog_posts]) a:not(.tag-cloud-link):not(.nectar-button),
#footer-outer[data-link-hover=underline] #footer-widgets .textwidget a:not(.nectar-button) {
	background-image: linear-gradient(to right, #000 0%, #000 100%)
}

#footer-outer #footer-widgets .widget h4,
#footer-outer .col .widget_recent_entries span,
#footer-outer .col .recent_posts_extra_widget .post-widget-text span {
	color: #000000!important
}

#footer-outer #copyright,
.ascend #footer-outer #copyright {
	border: none;
	background-color: #fff
}

#footer-outer #copyright .widget h4,
#footer-outer #copyright li a i,
#footer-outer #copyright p {
	color: #777
}

#footer-outer #copyright a:not(.nectar-button) {
	color: #777777!important
}

#footer-outer[data-cols="1"] #copyright li a i:after {
	border-color: #777
}

#footer-outer #copyright li a:hover i,
#footer-outer[data-cols="1"] #copyright li a:hover i,
#footer-outer[data-cols="1"] #copyright li a:hover i:after {
	border-color: #fff;
	color: #fff
}

#footer-outer #copyright a:hover:not(.nectar-button) {
	color: #007cba!important
}

body #call-to-action {
	background-color: #ecebe9
}

body #call-to-action span {
	color: #4b4f52
}

body #slide-out-widget-area-bg {
	background-color: rgba(0, 0, 0, .8)
}

@media only screen and (min-width:1000px) {
	#header-outer[data-format=centered-menu-bottom-bar] #top .span_9 #logo {
		margin-top: -14px
	}
	#header-outer[data-format=centered-menu-bottom-bar] #top .span_9 nav>ul>li:not(#social-in-menu):not(#nectar-user-account):not(#search-btn):not(.slide-out-widget-area-toggle)>a {
		padding-bottom: 28px
	}
	#header-outer #logo,
	#header-outer .logo-spacing {
		margin-top: 12px;
		margin-bottom: 12px;
		position: relative
	}
	#header-outer.small-nav #logo,
	#header-outer.small-nav .logo-spacing {
		margin-top: 15.555555555556px;
		margin-bottom: 15.555555555556px
	}
	#header-outer.small-nav #logo img,
	#header-outer.small-nav .logo-spacing img {
		height: 68px
	}
}

@media only screen and (min-width:1000px) {
	.material #header-outer:not(.transparent) .bg-color-stripe {
		top: 112px;
		height: calc(35vh - 112px)
	}
	.material #header-outer:not(.transparent).small-nav .bg-color-stripe {
		top: 72.111111111111px;
		height: calc(35vh - 72.111111111111px)
	}
}

@media only screen and (max-width:999px) {
	.material #header-outer:not([data-permanent-transparent="1"]):not(.transparent) .bg-color-stripe,
	.material #header-outer:not([data-permanent-transparent="1"]).transparent .bg-color-stripe {
		top: 51px;
		height: calc(30vh - 51px)
	}
}

#header-outer #logo img,
#header-outer .logo-spacing img {
	height: 96px
}

#header-outer[data-lhe=animated_underline] #top nav>ul>li>a,
#top nav>ul>li[class*=button_solid_color]>a,
body #header-outer[data-lhe=default] #top nav .sf-menu>li[class*=button_solid_color]>a:hover,
#header-outer[data-lhe=animated_underline] #top nav>.sf-menu>li[class*=button_bordered]>a,
#top nav>ul>li[class*=button_bordered]>a,
body #header-outer.transparent #top nav>ul>li[class*=button_bordered]>a,
body #header-outer[data-lhe=default] #top nav .sf-menu>li[class*=button_bordered]>a:hover,
body #header-outer.transparent #top nav>ul>li[class*=button_solid_color]>a,
#header-outer[data-lhe=animated_underline] #top nav>ul>li[class*=button_solid_color]>a {
	margin-left: 12px;
	margin-right: 12px
}

#header-outer[data-lhe=default] #top nav>ul>li>a,
#header-outer .nectar-header-text-content,
body[data-header-search=false][data-full-width-header=false] #header-outer[data-lhe=animated_underline][data-format=default][data-cart=false] .nectar-header-text-content {
	padding-left: 12px;
	padding-right: 12px
}

#header-outer[data-lhe=animated_underline][data-condense=true][data-format=centered-menu-bottom-bar].fixed-menu #top nav>ul>li>a {
	margin-left: 9px;
	margin-right: 9px
}

#header-outer[data-lhe=default][data-condense=true][data-format=centered-menu-bottom-bar].fixed-menu #top nav>ul>li>a {
	padding-left: 9px;
	padding-right: 9px
}

#header-outer #top .sf-menu>.sf-with-ul>a {
	padding-right: 22px!important
}

#header-outer[data-lhe=animated_underline] #top .sf-menu>.sf-with-ul:not([class*=button])>a {
	padding-right: 10px!important
}

#header-outer[data-lhe=animated_underline] #top .sf-menu>.sf-with-ul[class*=button]>a {
	padding-right: 26px!important
}

#header-outer[data-lhe=default][data-condense=true][data-format=centered-menu-bottom-bar]:not([data-menu-bottom-bar-align=left]).fixed-menu #top nav .sf-menu>.sf-with-ul>a {
	padding-right: 19px!important
}

#top nav>ul>li>ul>li,
#header-outer[data-format=centered-menu] #top nav>ul>li>ul>li,
#header-secondary-outer .sf-menu>li>ul>li,
#header-outer .widget_shopping_cart .cart_list,
#header-outer .widget_shopping_cart .total,
#header-outer .widget_shopping_cart .buttons {
	-webkit-transform: translate3d(0, 13px, 0);
	transform: translate3d(0, 13px, 0)
}

#header-outer nav ul li li:hover>a .sf-sub-indicator i,
#header-outer nav ul li .sfHover>a .sf-sub-indicator i,
#header-outer:not([data-format=left-header]) #top nav>ul>li:not(.megamenu) ul .current-menu-ancestor>a .sf-sub-indicator i,
#header-outer:not([data-format=left-header]) nav>ul>.megamenu ul ul .current-menu-item>a,
#header-outer:not([data-format=left-header]) nav>ul>.megamenu ul ul .current-menu-ancestor>a,
#header-outer nav>ul>.megamenu>ul ul .sfHover>a,
#header-outer nav>ul>.megamenu>ul ul li a:hover,
#header-outer nav>ul>.megamenu>ul ul li a:focus,
body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul ul .current-menu-item>a,
#header-outer:not([data-format=left-header]) #top nav>ul>li:not(.megamenu) ul a:hover,
#header-outer:not([data-format=left-header]) #top nav>ul>li:not(.megamenu) .sfHover>a,
#header-outer:not([data-format=left-header]) #top nav>ul>li:not(.megamenu) ul .current-menu-item>a,
#header-outer:not([data-format=left-header]) #top nav>ul>li:not(.megamenu) ul .current-menu-ancestor>a,
body[data-dropdown-style=minimal] #header-secondary-outer ul>li:not(.megamenu) .sfHover>a,
body[data-dropdown-style=minimal] #header-secondary-outer ul>li:not(.megamenu) ul a:hover, #header-outer #top nav ul li ul li.current-menu-ancestor a .menu-title-text.selected {
	color: #fff
}

body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul ul li a:hover,
body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul ul .current-menu-item>a {
	color: #fff;
	background-color: #000
}

#slide-out-widget-area .nectar-ext-menu-item .menu-title-text {
	background-image: none!important
}

@media only screen and (max-width:1000px) {
	#search-outer {
		height: 51px
	}
}

#header-space {
	height: 112px
}

@media only screen and (max-width:999px) {
	#header-space {
		height: 51px
	}
}

@media only screen and (max-width:999px) {
	.using-mobile-browser #page-header-wrap.fullscreen-header,
	.using-mobile-browser #page-header-wrap.fullscreen-header #page-header-bg,
	.using-mobile-browser #nectar_fullscreen_rows:not(.afterLoaded):not([data-mobile-disable=on])>div {
		height: calc(100vh - 103px)
	}
	.using-mobile-browser .wpb_row.vc_row-o-full-height.top-level,
	.using-mobile-browser .wpb_row.vc_row-o-full-height.top-level>.col.span_12 {
		min-height: calc(100vh - 103px)
	}
	#page-header-wrap.fullscreen-header,
	#page-header-wrap.fullscreen-header #page-header-bg,
	html:not(.nectar-box-roll-loaded) .nectar-box-roll>#page-header-bg.fullscreen-header,
	.nectar_fullscreen_zoom_recent_projects,
	.nectar-slider-wrap[data-fullscreen=true]:not(.loaded),
	.nectar-slider-wrap[data-fullscreen=true]:not(.loaded) .swiper-container,
	#nectar_fullscreen_rows:not(.afterLoaded):not([data-mobile-disable=on])>div {
		height: calc(100vh - 50px)
	}
	.wpb_row.vc_row-o-full-height.top-level,
	.wpb_row.vc_row-o-full-height.top-level>.col.span_12 {
		min-height: calc(100vh - 50px)
	}
	[data-bg-header=true][data-permanent-transparent="1"] #page-header-wrap.fullscreen-header,
	[data-bg-header=true][data-permanent-transparent="1"] #page-header-wrap.fullscreen-header #page-header-bg,
	html:not(.nectar-box-roll-loaded) [data-bg-header=true][data-permanent-transparent="1"] .nectar-box-roll>#page-header-bg.fullscreen-header,
	[data-bg-header=true][data-permanent-transparent="1"] .nectar_fullscreen_zoom_recent_projects,
	[data-permanent-transparent="1"] .nectar-slider-wrap[data-fullscreen=true]:not(.loaded),
	[data-permanent-transparent="1"] .nectar-slider-wrap[data-fullscreen=true]:not(.loaded) .swiper-container {
		height: 100vh
	}
	[data-permanent-transparent="1"] .wpb_row.vc_row-o-full-height.top-level,
	[data-permanent-transparent="1"] .wpb_row.vc_row-o-full-height.top-level>.col.span_12 {
		min-height: 100vh
	}
	body[data-transparent-header=false] #ajax-content-wrap.no-scroll {
		min-height: calc(100vh - 50px);
		height: calc(100vh - 50px)
	}
}

#header-outer #logo .mobile-only-logo,
#header-outer[data-format=centered-menu-bottom-bar][data-condense=true] .span_9 #logo img {
	height: 27px
}

@media only screen and (max-width:999px) {
	body #top #logo img,
	#header-outer[data-permanent-transparent=false] #logo .dark-version {
		height: 27px!important
	}
}

body #header-outer,
body[data-header-color=dark] #header-outer {
	background-color: rgba(255, 255, 255, .94)
}

.material #header-outer:not(.transparent) .bg-color-stripe {
	display: none
}

#search-outer .ui-widget-content,
body:not([data-header-format=left-header]) #top .sf-menu li ul,
#header-outer nav>ul>.megamenu>.sub-menu,
body #header-outer nav>ul>.megamenu>.sub-menu>li>a,
#header-outer .widget_shopping_cart .cart_list a,
#header-secondary-outer ul ul li a,
#header-outer .widget_shopping_cart .cart_list li,
.woocommerce .cart-notification,
#header-outer .widget_shopping_cart_content {
	background-color: rgba(255, 255, 255, .85)!important
}

#header-outer #social-in-menu .fa-twitter:after,
.material #slide-out-widget-area.slide-out-from-right .fa-twitter:after {
	content: "\f099"
}

#header-outer #social-in-menu .fa-facebook:after,
.material #slide-out-widget-area.slide-out-from-right .fa-facebook:after {
	content: "\f09a"
}

#header-outer #social-in-menu .fa-linkedin:after,
.material #slide-out-widget-area.slide-out-from-right .fa-linkedin:after {
	content: "\f0e1"
}

#header-outer #social-in-menu .fa-youtube-play:after,
.material #slide-out-widget-area.slide-out-from-right .fa-youtube-play:after {
	content: "\f16a"
}

#header-outer #social-in-menu .fa-phone:after,
.material #slide-out-widget-area.slide-out-from-right .fa-phone:after {
	content: "\f095"
}

#header-outer #social-in-menu .fa-envelope:after,
.material #slide-out-widget-area.slide-out-from-right .fa-envelope:after {
	content: "\f0e0"
}

.off-canvas-menu-container .nectar-menu-icon,
.off-canvas-menu-container .nectar-menu-icon-img,
#header-outer #mobile-menu .nectar-menu-icon,
#header-outer #mobile-menu .nectar-menu-icon-img {
	display: none
}

@media only screen and (min-width:1000px) {
	body.original #search-outer #search #search-box input[type=text] {
		font-size: 48px;
		line-height: 1
	}
	#search-outer #search #close a {
		top: 50%;
		margin-top: -7px
	}
}

.nectar-skip-to-content:focus {
	position: fixed;
	left: 6px;
	top: 7px;
	height: auto;
	width: auto;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 15px 23px 14px;
	background: #f1f1f1;
	z-index: 100000;
	line-height: normal;
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6)
}

#header-outer[data-lhe=animated_underline] li>a .menu-title-text {
	position: relative
}

#header-outer[data-lhe=animated_underline] li>a .menu-title-text.fc-white {
	color: #fff;
}

#header-outer[data-lhe=animated_underline] nav>ul>li:not([class*=button_])>a .menu-title-text:after,
#header-secondary-outer[data-lhe=animated_underline] nav>.sf-menu>li>a .menu-title-text:after {
	-webkit-transition: -webkit-transform .3s ease-out, border-color .3s ease-out;
	transition: transform .3s ease-out, border-color .3s ease-out;
	position: absolute;
	display: block;
	bottom: -6px;
	left: 0;
	width: 100%;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	border-top: 2px solid #000;
	content: "";
	padding-bottom: inherit
}

#header-outer[data-lhe=animated_underline] #top nav>ul>li>a:hover .menu-title-text:after,
#header-outer[data-lhe=animated_underline] #top nav>ul>.sfHover>a .menu-title-text:after,
#header-outer[data-lhe=animated_underline] .sf-menu .current_page_ancestor>a .menu-title-text:after,
#header-outer[data-lhe=animated_underline] .sf-menu .current-menu-ancestor>a .menu-title-text:after,
#header-outer[data-lhe=animated_underline] .sf-menu .current-menu-item>a .menu-title-text:after,
#header-outer[data-lhe=animated_underline] .sf-menu .current_page_item>a .menu-title-text:after,
#header-outer[data-lhe=animated_underline] .buttons .current-menu-item>a .menu-title-text:after,
#header-outer[data-lhe=animated_underline] .buttons .current-menu-ancestor>a .menu-title-text:after,
#header-secondary-outer[data-lhe=animated_underline] nav>.sf-menu>li>a .menu-title-text:hover:after,
#header-secondary-outer[data-lhe=animated_underline] nav>.sf-menu>li>a:focus .menu-title-text:after {
	backface-visibility: hidden;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

body[data-header-inherit-rc=true] #header-outer[data-lhe=animated_underline].light-text #top nav>ul>li:not([class*=button_])>a .menu-title-text:after {
	border-color: #fff
}

#header-outer[data-lhe=animated_underline].transparent.dark-slide #top nav>ul>li>a .menu-title-text:after {
	border-color: #000!important
}

#header-outer[data-lhe=animated_underline]:not([data-format=left-header]) nav>ul>li:not([class*=button_])>a .menu-title-text:after,
body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a:after,
body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .nectar-menu-item-with-icon .menu-title-text:after,
body #slide-out-widget-area.fullscreen-split .off-canvas-menu-container .nectar-menu-item-with-icon .menu-title-text:after,
#header-secondary-outer[data-lhe=animated_underline] nav>.sf-menu>li>a .menu-title-text:after,
#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:after {
	border-top-width: 2px
}

.nectar-cta[data-style=underline] .link_wrap .link_text:after {
	border-bottom-width: 2px
}

.masonry.material .masonry-blog-item .meta-category a:before,
.post-area.featured_img_left .meta-category a:before,
.related-posts[data-style=material] .meta-category a:before,
.nectar-recent-posts-single_featured .grav-wrap .text a:before,
.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:before,
[data-style=list_featured_first_row] .meta-category a:before,
#header-outer[data-lhe=animated_underline] .nectar-header-text-content a:after,
.sf-menu li ul li a .menu-title-text:after,
.nectar-post-grid-filters a:after {
	height: 2px
}

#footer-outer[data-link-hover=underline] #footer-widgets ul:not([class*=nectar_blog_posts]) li>a:not(.tag-cloud-link):not(.nectar-button),
#footer-outer[data-link-hover=underline] #footer-widgets .textwidget a:not(.nectar-button),
#slide-out-widget-area.fullscreen-split .widget ul:not([class*=nectar_blog_posts]) li>a:not(.tag-cloud-link):not(.nectar-button),
#slide-out-widget-area.fullscreen-split .textwidget a:not(.nectar-button),
.nectar-quick-view-box .single_add_to_cart_button_wrap a span,
.products li.product.minimal .product-add-to-cart a span,
.products li.product.minimal .product-add-to-cart .added_to_cart,
.woocommerce-account .woocommerce>#customer_login .nectar-form-controls .control,
.woocommerce-tabs .full-width-content[data-tab-style=fullwidth] ul.tabs li a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-error a,
.woocommerce-message a,
.woocommerce-MyAccount-content .woocommerce-message a.button,
#search-results .result .title a,
a>.nectar-ext-menu-item .menu-title-text,
.nectar-slide-in-cart.style_slide_in_click .cart_list .product-meta a:not(.remove),
body .woocommerce-checkout-review-order-table .product-info h4 a,
body.woocommerce-cart .product-name a,
.woocommerce .woocommerce-breadcrumb a,
.nectar-ajax-search-results .search-post-item h5,
.nectar-category-grid[data-style=mouse_follow_image] .nectar-category-grid-item .cat-heading,
.nectar-underline h1,
.nectar-underline h2,
.nectar-underline h3,
.nectar-underline h4,
.nectar-underline h5,
.nectar-shop-header>.woocommerce-ordering .select2-container--default:hover .select2-selection__rendered,
.nectar-shop-header>.woocommerce-ordering .select2-container--default.select2-container--open .select2-selection__rendered,
.variations_form .variations .select2-container--default:hover .select2-selection__rendered,
.variations_form .variations .select2-container--default.select2-container--open .select2-selection__rendered,
body .variations_form .variations select:hover,
.woocommerce div.product .woocommerce-review-link,
.woocommerce.single-product div.product_meta a {
	background-size: 0% 2px
}

#footer-outer[data-link-hover=underline] #footer-widgets ul:not([class*=nectar_blog_posts]) li>a:not(.tag-cloud-link):not(.nectar-button):hover,
#footer-outer[data-link-hover=underline] #footer-widgets .textwidget a:not(.nectar-button):hover,
#slide-out-widget-area.fullscreen-split .widget ul:not([class*=nectar_blog_posts]) li>a:not(.tag-cloud-link):not(.nectar-button):hover,
#slide-out-widget-area.fullscreen-split .textwidget a:not(.nectar-button):hover,
.nectar-quick-view-box .single_add_to_cart_button_wrap a:hover span,
.products li.product.minimal .product-add-to-cart a:hover span,
.products li.product.minimal .product-add-to-cart .added_to_cart:hover,
.woocommerce-account .woocommerce>#customer_login .nectar-form-controls .control.active,
.woocommerce-tabs .full-width-content[data-tab-style=fullwidth] ul.tabs li.active a,
.woocommerce .woocommerce-info a:hover,
.woocommerce .woocommerce-error a:hover,
.woocommerce-message a:hover,
.woocommerce-MyAccount-content .woocommerce-message a.button:hover,
#search-results .result .title a:hover,
a:hover>.nectar-ext-menu-item .menu-title-text,
a:focus>.nectar-ext-menu-item .menu-title-text,
li[class*=current]>a>.nectar-ext-menu-item .menu-title-text,
.nectar-slide-in-cart.style_slide_in_click .cart_list .product-meta a:hover:not(.remove),
body .woocommerce-checkout-review-order-table .product-info h4 a:hover,
body.woocommerce-cart .product-name a:hover,
.woocommerce .woocommerce-breadcrumb a:hover,
.nectar-ajax-search-results .search-post-item:hover h5,
.nectar-category-grid[data-style=mouse_follow_image] .nectar-category-grid-item:hover .cat-heading,
.nectar-underline:hover h1,
.nectar-underline:hover h2,
.nectar-underline:hover h3,
.nectar-underline:hover h4,
.nectar-underline:hover h5,
.nectar-shop-header>.woocommerce-ordering .select2-container--default .select2-selection__rendered,
.woocommerce-ordering .select2-container--default .select2-selection__rendered,
.variations_form .variations .select2-container--default .select2-selection__rendered,
body .variations_form .variations select,
.woocommerce div.product .woocommerce-review-link:hover,
.woocommerce.single-product div.product_meta a:hover {
	background-size: 100% 2px
}

@media only screen and (min-width:1000px) and (max-width:1300px) {
	.nectar-slider-wrap[data-full-width=true] .swiper-slide .content h2,
	.nectar-slider-wrap[data-full-width=boxed-full-width] .swiper-slide .content h2,
	.full-width-content .vc_span12 .swiper-slide .content h2 {
		font-size: 45px!important;
		line-height: 51px!important
	}
	.nectar-slider-wrap[data-full-width=true] .swiper-slide .content p,
	.nectar-slider-wrap[data-full-width=boxed-full-width] .swiper-slide .content p,
	.full-width-content .vc_span12 .swiper-slide .content p {
		font-size: 18px!important;
		line-height: 31.2px!important
	}
}

@media only screen and (min-width :690px) and (max-width :999px) {
	.nectar-slider-wrap[data-full-width=true] .swiper-slide .content h2,
	.nectar-slider-wrap[data-full-width=boxed-full-width] .swiper-slide .content h2,
	.full-width-content .vc_span12 .swiper-slide .content h2 {
		font-size: 33px!important;
		line-height: 39px!important
	}
	.nectar-slider-wrap[data-full-width=true] .swiper-slide .content p,
	.nectar-slider-wrap[data-full-width=boxed-full-width] .swiper-slide .content p,
	.full-width-content .vc_span12 .swiper-slide .content p {
		font-size: 13.2px!important;
		line-height: 24px!important
	}
}

@media only screen and (max-width :690px) {
	.nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide .content h2,
	.full-width-content .vc_col-sm-12 .nectar-slider-wrap[data-fullscreen=false] .swiper-slide .content h2,
	.nectar-slider-wrap[data-full-width=boxed-full-width][data-fullscreen=false] .swiper-slide .content h2,
	.full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen=false] .swiper-slide .content h2 {
		font-size: 15px!important;
		line-height: 21px!important
	}
	.nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide .content p,
	.nectar-slider-wrap[data-full-width=boxed-full-width][data-fullscreen=false] .swiper-slide .content p,
	.full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen=false] .swiper-slide .content p {
		font-size: 10px!important;
		line-height: 17.52px!important
	}
}

@media only screen and (min-width:1000px) {
	.container,
	body[data-header-format=left-header] .container,
	.woocommerce-tabs .full-width-content .tab-container,
	.nectar-recent-posts-slider .flickity-page-dots,
	.post-area.standard-minimal.full-width-content .post .inner-wrap,
	.material #search-outer #search {
		max-width: 1425px;
		width: 100%;
		margin: 0 auto;
		padding: 0 90px
	}
	body .container .page-submenu.stuck .container:not(.tab-container):not(.normal-container),
	.nectar-recent-posts-slider .flickity-page-dots,
	#nectar_fullscreen_rows[data-footer=default] #footer-widgets .container,
	#nectar_fullscreen_rows[data-footer=default] #copyright .container {
		padding: 0 90px!important
	}
	.swiper-slide .content {
		padding: 0 90px
	}
	body .container .container:not(.tab-container):not(.recent-post-container):not(.normal-container) {
		width: 100%!important;
		padding: 0!important
	}
	body .carousel-heading .container .carousel-next {
		right: 10px
	}
	body .carousel-heading .container .carousel-prev {
		right: 35px
	}
	.carousel-wrap[data-full-width=true] .carousel-heading .portfolio-page-link {
		left: 90px
	}
	.carousel-wrap[data-full-width=true] .carousel-heading {
		margin-left: -20px;
		margin-right: -20px
	}
	#ajax-content-wrap .carousel-wrap[data-full-width=true] .carousel-next {
		right: 90px
	}
	#ajax-content-wrap .carousel-wrap[data-full-width=true] .carousel-prev {
		right: 115px
	}
	.carousel-wrap[data-full-width=true] {
		padding: 0
	}
	.carousel-wrap[data-full-width=true] .caroufredsel_wrapper {
		padding: 20px
	}
	#search-outer #search #close a {
		right: 90px
	}
	body.material #search-outer #search #close {
		right: 90px
	}
	body.material #search-outer #search #close a {
		right: 12px
	}
}

@media only screen and (min-width:1000px) {
	.container,
	body[data-header-format=left-header] .container,
	.woocommerce-tabs .full-width-content .tab-container,
	.nectar-recent-posts-slider .flickity-page-dots,
	.post-area.standard-minimal.full-width-content .post .inner-wrap,
	.material #search-outer #search {
		max-width: 1425px
	}
}

body[data-form-style=minimal] input[type=text],
body[data-form-style=minimal] textarea,
body[data-form-style=minimal] input[type=email],
body[data-form-style=minimal] .container-wrap .span_12.light input[type=email],
body[data-form-style=minimal] input[type=password],
body[data-form-style=minimal] input[type=tel],
body[data-form-style=minimal] input[type=url],
body[data-form-style=minimal] input[type=search],
body[data-form-style=minimal] input[type=date],
body[data-form-style=minimal] select {
	background-color: rgba(255, 255, 255, .25);
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	position: relative;
	margin: 0;
	font-size: 14px;
	border-bottom: 2px solid #e0e0e0;
	-webkit-transition: border-color .2s ease;
	transition: border-color .2s ease;
	border-radius: 0
}

body[data-form-style=minimal] .container-wrap .span_12.light input[type=text],
body[data-form-style=minimal] .container-wrap .span_12.light textarea,
body[data-form-style=minimal] .container-wrap .span_12.light input[type=email],
body[data-form-style=minimal] .container-wrap .span_12.light input[type=password],
body[data-form-style=minimal] .container-wrap .span_12.light input[type=tel],
body[data-form-style=minimal] .container-wrap .span_12.light input[type=url],
body[data-form-style=minimal] .container-wrap .span_12.light input[type=search],
body[data-form-style=minimal] .container-wrap .span_12.light input[type=date],
body[data-form-style=minimal] .container-wrap .span_12.light select {
	color: #fff;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	background-color: rgba(255, 255, 255, .04);
	box-shadow: none;
	border-bottom: 2px solid transparent
}

body[data-form-style=minimal].material .span_12.light .select2-container--default .select2-selection--single,
body[data-form-style=minimal][data-fancy-form-rcs="1"].material .span_12.light .select2-container--default .select2-selection--single {
	background-color: rgba(255, 255, 255, .04)
}

body[data-form-style=minimal] .container-wrap .span_12.light input[type=text]:focus,
body[data-form-style=minimal] .container-wrap .span_12.light textarea:focus,
body[data-form-style=minimal] .container-wrap .span_12.light input[type=email]:focus,
body[data-form-style=minimal] .container-wrap .span_12.light input[type=password]:focus,
body[data-form-style=minimal] .container-wrap .span_12.light input[type=tel]:focus,
body[data-form-style=minimal] .container-wrap .span_12.light input[type=url]:focus,
body[data-form-style=minimal] .container-wrap .span_12.light input[type=search]:focus,
body[data-form-style=minimal] .container-wrap .span_12.light input[type=date]:focus,
body[data-form-style=minimal] .container-wrap .span_12.light select:focus {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-color: #fff
}

body[data-form-style=minimal] textarea,
body[data-form-style=minimal].woocommerce #review_form #respond textarea {
	padding: 20px
}

body[data-form-style=minimal] .widget_search .search-form .search-submit {
	top: 30px
}

span.wpcf7-not-valid-tip,
.woocommerce input#coupon_code,
body[data-fancy-form-rcs="1"] .select2-container,
body[data-fancy-form-rcs="1"] .select2-drop,
body[data-fancy-form-rcs="1"] .select2-search,
.select2-search input,
body[data-form-style=minimal] .container-wrap .span_12.light input[type=email] {
	font-size: 14px
}

.container-wrap input[type=text],
.container-wrap input[type=email],
.container-wrap input[type=password],
.container-wrap input[type=tel],
.container-wrap input[type=url],
.container-wrap input[type=search],
.container-wrap input[type=date],
.container-wrap textarea,
.container-wrap select,
body>#review_form_wrapper.modal input[type=text],
body>#review_form_wrapper.modal textarea,
body>#review_form_wrapper.modal select,
body>#review_form_wrapper.modal input[type=email],
.select2-container--default .select2-selection--single,
body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single,
.woocommerce input#coupon_code,
.material.woocommerce-page[data-form-style=default] input#coupon_code,
body[data-form-style=minimal] input[type=text],
body[data-form-style=minimal] textarea,
body[data-form-style=minimal] input[type=email],
body[data-form-style=minimal] input[type=password],
body[data-form-style=minimal] input[type=tel],
body[data-form-style=minimal] input[type=url],
body[data-form-style=minimal] input[type=search],
body[data-form-style=minimal] input[type=date],
body[data-form-style=minimal] select {
	font-size: 14px
}

#ajax-loading-screen .reveal-1 {
	background-color: #fff
}

#ajax-loading-screen .reveal-2 {
	background-color: #fff
}

.loading-icon .material-icon .bar:after {
	background-color: #3452ff
}

.loading-icon .material-icon .bar {
	border-color: #3452ff
}

.loading-icon .material-icon .color-2 .bar:after {
	background-color: #3452ff
}

.loading-icon .material-icon .color-2 .bar {
	border-color: #3452ff
}

.loading-icon .material-icon .spinner.color-2 {
	display: none!important
}

.loading-icon .material-icon>div:first-child .right-side,
.loading-icon .material-icon>div:first-child .left-side {
	-webkit-animation: none!important;
	animation: none!important
}

@media only screen and (min-width :1px) and (max-width :999px) {
	body:not([data-m-animate="1"]) .wpb_animate_when_almost_visible,
	body:not([data-m-animate="1"]) .wpb_animate_when_almost_visible.wpb_start_animation {
		opacity: 1;
		-webkit-animation: none;
		-o-animation: none;
		animation: none
	}
	body:not([data-m-animate="1"]) .clients.no-carousel.fade-in-animation>div {
		opacity: 1
	}
	img.img-with-animation[data-animation=fade-in-from-left],
	.col.has-animation[data-animation=fade-in-from-left],
	.wpb_column.has-animation[data-animation=fade-in-from-left],
	.nectar-fancy-box.has-animation[data-animation=fade-in-from-left],
	img.img-with-animation[data-animation=fade-in-from-right],
	.col.has-animation[data-animation=fade-in-from-right],
	.wpb_column.has-animation[data-animation=fade-in-from-right],
	.nectar-fancy-box.has-animation[data-animation=fade-in-from-right],
	.divider-border[data-animate=yes],
	.divider-small-border[data-animate=yes],
	.col.has-animation[data-animation=fade-in-from-bottom],
	.wpb_column.has-animation[data-animation=fade-in-from-bottom],
	.nectar-fancy-box.has-animation[data-animation=fade-in-from-bottom],
	img.img-with-animation[data-animation=grow-in],
	.col.has-animation[data-animation=grow-in],
	.wpb_column.has-animation[data-animation=grow-in],
	.nectar-fancy-box.has-animation[data-animation=grow-in],
	img.img-with-animation[data-animation=flip-in],
	.col.has-animation[data-animation=flip-in],
	.wpb_column.has-animation[data-animation=flip-in],
	.nectar-fancy-box.has-animation[data-animation=flip-in],
	img.img-with-animation[data-animation=flip-in-vertical],
	.col.has-animation[data-animation=flip-in-vertical],
	.wpb_column.has-animation[data-animation=flip-in-vertical],
	.wpb_column.has-animation[data-animation=slight-twist],
	.nectar-fancy-box.has-animation[data-animation=flip-in-vertical],
	.img-with-aniamtion-wrap[data-animation=flip-in-vertical] .hover-wrap,
	.img-with-aniamtion-wrap[data-animation=flip-in] .hover-wrap,
	.img-with-aniamtion-wrap[data-animation=fade-in-from-bottom] .hover-wrap,
	.img-with-aniamtion-wrap[data-animation=fade-in-from-right] .hover-wrap,
	.img-with-aniamtion-wrap[data-animation=fade-in-from-left] .hover-wrap,
	.img-with-aniamtion-wrap[data-animation=grow-in] .hover-wrap,
	.nectar-split-heading .heading-line>div,
	.nectar-split-heading span>.inner,
	.nectar-split-heading[data-animation-type=twist-in],
	.nectar_food_menu_item .item_description,
	.nectar_food_menu_item .inner,
	.col.has-animation[data-animation=zoom-out],
	.col.has-animation[data-animation=zoom-out-high],
	.nectar_image_with_hotspots[data-animation=true] .nectar_hotspot_wrap,
	.column-bg-overlay-wrap[data-bg-animation=zoom-out-reveal],
	.column-image-bg-wrap[data-bg-animation=zoom-out-reveal],
	.column-image-bg-wrap[data-bg-animation=zoom-out-reveal] .inner-wrap,
	.column-image-bg-wrap[data-bg-animation*=reveal-from-],
	.column-image-bg-wrap[data-bg-animation*=reveal-from-] .inner-wrap,
	.column-image-bg-wrap[data-bg-animation*=reveal-from-] .inner-wrap .column-image-bg,
	.column-bg-overlay-wrap[data-bg-animation*=reveal-from-],
	.column-bg-overlay-wrap[data-bg-animation*=reveal-from-]>div,
	.img-with-aniamtion-wrap[data-animation*=reveal-from-] img.img-with-animation,
	.img-with-aniamtion-wrap[data-animation*=reveal-from-] .inner,
	.img-with-aniamtion-wrap[data-animation*=reveal-from-],
	.nectar-rotating-words-title.element_stagger_words .text-wrap>span {
		transform: none!important;
		-webkit-transform: none!important
	}
	.clients.fade-in-animation>div,
	img.img-with-animation,
	.img-with-aniamtion-wrap .hover-wrap,
	.col.has-animation,
	.wpb_column.has-animation,
	.nectar-fancy-box.has-animation,
	img.img-with-animation[data-animation=flip-in],
	.col.has-animation[data-animation=flip-in],
	.wpb_column.has-animation[data-animation=flip-in],
	.nectar-fancy-box.has-animation[data-animation=flip-in],
	img.img-with-animation[data-animation=flip-in-vertical],
	.col.has-animation[data-animation=flip-in-vertical],
	.wpb_column.has-animation[data-animation=flip-in-vertical],
	.nectar-fancy-box.has-animation[data-animation=flip-in-vertical],
	.nectar_food_menu_item .item_description,
	.nectar_food_menu_item .inner,
	.nectar_image_with_hotspots[data-animation=true] .nectar_hotspot_wrap,
	.nectar-fancy-ul[data-animation=true] ul li,
	.nectar-split-heading[data-animation-type=twist-in],
	.column-bg-overlay-wrap[data-bg-animation=zoom-out-reveal],
	.column-image-bg-wrap[data-bg-animation=zoom-out-reveal],
	.column-image-bg-wrap[data-bg-animation*=reveal-from-] .inner-wrap,
	.column-bg-overlay-wrap[data-bg-animation*=reveal-from-],
	.column-bg-overlay-wrap[data-bg-animation*=reveal-from-]>div,
	.img-with-aniamtion-wrap[data-animation*=reveal-from-] .inner {
		opacity: 1!important
	}
	body:not([data-m-animate="1"]) .span_12.flip-in-vertical-wrap {
		-webkit-perspective: none;
		perspective: none
	}
	.nectar_cascading_images .cascading-image .inner-wrap,
	.nectar-icon-list[data-animate=true] .content,
	.nectar-icon-list[data-animate=true] .nectar-icon-list-item .list-icon-holder,
	.nectar-icon-list[data-animate=true]:after,
	.nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap,
	.nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap *,
	.nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner:after,
	.nectar-animated-title[data-style=hinge-drop] .nectar-animated-title-inner,
	.nectar-woo-flickity[data-animation*=fade-in] ul.products .flickity-cell {
		transform: none!important;
		-webkit-transform: none!important;
		opacity: 1!important;
		animation: none!important
	}
}

@media only screen and (min-device-width:481px) and (max-device-width:1025px) and (orientation:landscape) {
	.col.has-animation[data-animation=fade-in-from-left],
	.wpb_column.has-animation[data-animation=fade-in-from-left],
	.img-with-animation[data-animation=fade-in-from-right],
	.img-with-animation[data-animation=fade-in-from-left],
	.divider-border[data-animate=yes],
	.divider-small-border[data-animate=yes],
	.img-with-animation[data-animation=grow-in],
	.col.has-animation[data-animation=grow-in],
	.wpb_column.has-animation[data-animation=grow-in],
	.img-with-animation[data-animation=flip-in],
	.col.has-animation[data-animation=flip-in],
	.wpb_column.has-animation[data-animation=flip-in],
	.img-with-animation[data-animation=flip-in-vertical],
	.col.has-animation[data-animation=flip-in-vertical],
	.wpb_column.has-animation[data-animation=flip-in-vertical],
	.wpb_column.has-animation[data-animation=slight-twist],
	.col.has-animation[data-animation=fade-in-from-bottom],
	.wpb_column.has-animation[data-animation=fade-in-from-bottom] {
		transform: none!important;
		-webkit-transform: none!important
	}
	.clients.fade-in-animation>div,
	.img-with-animation,
	.col.has-animation,
	.wpb_column.has-animation,
	.img-with-animation[data-animation=flip-in],
	.col.has-animation[data-animation=flip-in],
	.wpb_column.has-animation[data-animation=flip-in],
	.img-with-animation[data-animation=flip-in-vertical],
	.col.has-animation[data-animation=flip-in-vertical],
	.wpb_column.has-animation[data-animation=flip-in-vertical] {
		opacity: 1!important
	}
	body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-bottom] .column-inner-wrap,
	body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-top] .column-inner-wrap,
	body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-left] .column-inner-wrap,
	body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-right] .column-inner-wrap,
	body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-bottom] .column-inner,
	body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-top] .column-inner,
	body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-left] .column-inner,
	body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-right] .column-inner {
		transform: none;
		-webkit-transform: none
	}
}

@media only screen and (max-device-width:2600px) {
	body.using-mobile-browser .col.has-animation[data-animation=fade-in-from-left],
	body.using-mobile-browser .wpb_column.has-animation[data-animation=fade-in-from-left],
	body.using-mobile-browser .img-with-animation[data-animation=fade-in-from-right],
	body.using-mobile-browser .img-with-animation[data-animation=fade-in-from-left],
	body.using-mobile-browser .col.has-animation[data-animation=fade-in-from-bottom],
	body.using-mobile-browser .wpb_column.has-animation[data-animation=fade-in-from-bottom],
	body.using-mobile-browser .img-with-animation[data-animation=grow-in],
	body.using-mobile-browser .col.has-animation[data-animation=grow-in],
	body.using-mobile-browser .wpb_column.has-animation[data-animation=grow-in],
	body.using-mobile-browser .divider-border[data-animate=yes],
	body.using-mobile-browser .divider-small-border[data-animate=yes],
	body.using-mobile-browser .img-with-aniamtion-wrap .hover-wrap,
	body.using-mobile-browser .img-with-animation[data-animation=flip-in],
	body.using-mobile-browser .col.has-animation[data-animation=flip-in],
	body.using-mobile-browser .wpb_column.has-animation[data-animation=flip-in],
	body.using-mobile-browser .img-with-animation[data-animation=flip-in-vertical],
	body.using-mobile-browser .col.has-animation[data-animation=flip-in-vertical],
	body.using-mobile-browser .wpb_column.has-animation[data-animation=flip-in-vertical],
	body.using-mobile-browser .wpb_column.has-animation[data-animation*=reveal-from]>.vc_column-inner,
	body.using-mobile-browser .nectar_image_with_hotspots[data-animation=true] .nectar_hotspot_wrap,
	body.using-mobile-browser .nectar_cascading_images .cascading-image .inner-wrap,
	body.using-mobile-browser .nectar-split-heading[data-animation-type=twist-in],
	body.using-mobile-browser .nectar-split-heading span>.inner,
	body.using-mobile-browser .nectar-icon-list[data-animate=true] .content,
	body.using-mobile-browser .nectar-icon-list[data-animate=true] .nectar-icon-list-item .list-icon-holder,
	body.using-mobile-browser .nectar-icon-list[data-animate=true]:after,
	body.using-mobile-browser .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap,
	body.using-mobile-browser .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap *,
	body.using-mobile-browser .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner:after,
	body.using-mobile-browser .nectar-animated-title[data-style=hinge-drop] .nectar-animated-title-inner,
	body.using-mobile-browser .nectar-fancy-box.has-animation,
	body.using-mobile-browser .img-with-aniamtion-wrap[data-animation*=reveal-from-] img.img-with-animation,
	body.using-mobile-browser .img-with-aniamtion-wrap[data-animation*=reveal-from-] .inner,
	body.using-mobile-browser .img-with-aniamtion-wrap[data-animation*=reveal-from-],
	body.using-mobile-browser .nectar-post-grid:not([data-animation=none]) .nectar-post-grid-item,
	body.using-mobile-browser .nectar-post-grid:not([data-animation=none]) .nectar-post-grid-item .post-heading span,
	body.using-mobile-browser .nectar-post-grid:not([data-animation=none]) .nectar-post-grid-item .meta-date,
	body.using-mobile-browser .nectar-woo-flickity[data-animation*=fade-in] ul.products .flickity-cell,
	body.using-mobile-browser .nectar-rotating-words-title.element_stagger_words .text-wrap>span {
		transform: none!important;
		-webkit-transform: none!important
	}
	body.using-mobile-browser .clients.fade-in-animation>div,
	body.using-mobile-browser .img-with-animation,
	body.using-mobile-browser .img-with-aniamtion-wrap .hover-wrap,
	body.using-mobile-browser .col.has-animation,
	body.using-mobile-browser .wpb_column.has-animation,
	body.using-mobile-browser .nectar_image_with_hotspots[data-animation=true] .nectar_hotspot_wrap,
	body.using-mobile-browser .img-with-animation[data-animation=flip-in],
	body.using-mobile-browser .col.has-animation[data-animation=flip-in],
	body.using-mobile-browser .wpb_column.has-animation[data-animation=flip-in],
	body.using-mobile-browser .img-with-animation[data-animation=flip-in-vertical],
	body.using-mobile-browser .col.has-animation[data-animation=flip-in-vertical],
	body.using-mobile-browser .wpb_column.has-animation[data-animation=flip-in-vertical],
	body.using-mobile-browser .nectar-fancy-box.has-animation,
	body.using-mobile-browser .nectar-split-heading[data-animation-type=twist-in],
	body.using-mobile-browser .nectar-split-heading span>.inner,
	body.using-mobile-browser .img-with-aniamtion-wrap[data-animation*=reveal-from-] .inner,
	body.using-mobile-browser .nectar-post-grid:not([data-animation=none]) .nectar-post-grid-item,
	body.using-mobile-browser .nectar-post-grid:not([data-animation=none]) .nectar-post-grid-item .post-heading span,
	body.using-mobile-browser .nectar-post-grid:not([data-animation=none]) .nectar-post-grid-item .meta-date,
	body.using-mobile-browser .nectar-woo-flickity[data-animation*=fade-in] ul.products .flickity-cell {
		opacity: 1!important
	}
	body.using-mobile-browser .divider-border[data-animate=yes],
	body.using-mobile-browser .divider-small-border[data-animate=yes] {
		visibility: visible!important
	}
	body.using-mobile-browser .nectar_cascading_images .cascading-image .inner-wrap,
	body.using-mobile-browser .nectar-icon-list[data-animate=true] .content,
	body.using-mobile-browser .nectar-icon-list[data-animate=true] .nectar-icon-list-item .list-icon-holder,
	body.using-mobile-browser .nectar-icon-list[data-animate=true]:after,
	body.using-mobile-browser .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap,
	body.using-mobile-browser .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap *,
	body.using-mobile-browser .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner:after,
	body.using-mobile-browser .nectar-animated-title[data-style=hinge-drop] .nectar-animated-title-inner {
		opacity: 1!important;
		animation: none!important
	}
	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_animate_when_almost_visible,
	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_animate_when_almost_visible.wpb_start_animation {
		opacity: 1;
		-webkit-animation: none;
		-o-animation: none;
		animation: none
	}
	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-bottom] .column-inner-wrap,
	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-top] .column-inner-wrap,
	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-left] .column-inner-wrap,
	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-right] .column-inner-wrap,
	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-bottom] .column-inner,
	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-top] .column-inner,
	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-left] .column-inner,
	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-right] .column-inner {
		transform: none;
		-webkit-transform: none
	}
	body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading .heading-line>div {
		transform: none;
		-webkit-transform: none
	}
	body.using-mobile-browser:not([data-m-animate="1"]) .nectar-milestone:not(.animated-in) {
		opacity: 1
	}
}

@media only screen and (min-width:1000px) {
	#footer-widgets[data-cols="5"] .container .row>div {
		width: 19.5%
	}
	#footer-widgets[data-cols="5"] .container .row>div:first-child {
		width: 35%
	}
}

#to-top {
	display: block;
	position: fixed;
	text-align: center;
	line-height: 12px;
	right: 17px;
	bottom: 0;
	transform: translateY(105%);
	color: #fff;
	cursor: pointer;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	z-index: 9994;
	height: 29px;
	width: 29px;
	background-color: rgba(0, 0, 0, .25);
	background-repeat: no-repeat;
	background-position: center;
	transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear
}

body[data-button-style*=rounded] #to-top {
	transition: box-shadow .3s cubic-bezier(.55, 0, .1, 1), background-color .1s linear;
	-webkit-transition: -webkit-box-shadow .3s cubic-bezier(.55, 0, .1, 1), background-color .1s linear;
	background-color: rgba(0, 0, 0, .25)
}

body[data-button-style*=rounded] #to-top:hover,
body[data-button-style*=rounded] #to-top.dark:hover {
	transition: box-shadow .3s cubic-bezier(.55, 0, .1, 1), background-color .05s linear .25s;
	-webkit-transition: -webkit-box-shadow .3s cubic-bezier(.55, 0, .1, 1), background-color .05s linear .25s;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, .16);
	background-color: transparent!important
}

body[data-button-style*=rounded] #to-top:after,
body[data-button-style*=rounded] #to-top:before {
	display: block;
	content: " ";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #000;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all .3s cubic-bezier(.55, 0, .1, 1);
	-webkit-transition: all .3s cubic-bezier(.55, 0, .1, 1);
	border-radius: 100px;
	-webkit-border-radius: 100px
}

body[data-button-style*=rounded] #to-top:before {
	background-color: rgba(255, 255, 255, .25);
	transform: scale(1);
	-webkit-transform: scale(1);
	transition: all .5s cubic-bezier(.165, .84, .44, 1);
	-webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
	opacity: 0;
	z-index: 2
}

body[data-button-style*=rounded] #to-top:hover:after {
	transform: scale(1);
	-webkit-transform: scale(1)
}

body[data-button-style*=rounded] #to-top {
	overflow: hidden
}

body[data-button-style*=rounded] #to-top i.fa-angle-up.top-icon,
body[data-button-style*=rounded] #to-top i.fa-angle-up {
	-webkit-transform: translate(0, 0px);
	transform: translate(0, 0px);
	transition: transform .2s ease;
	-webkit-transition: transform .2s ease
}

body[data-button-style*=rounded] #to-top:hover i.fa-angle-up.top-icon,
body[data-button-style*=rounded] #to-top:hover i.fa-angle-up,
body[data-button-style*=rounded] #to-top.hovered i.fa-angle-up.top-icon,
body[data-button-style*=rounded] #to-top.hovered i.fa-angle-up {
	-webkit-transform: translate(0, -29px);
	transform: translate(0, -29px)
}

body[data-button-style*=rounded] #to-top:active:before {
	opacity: 1
}

#to-top i {
	line-height: 29px;
	width: 29px;
	height: 29px;
	font-size: 14px;
	top: 0;
	left: 0;
	text-align: center;
	position: relative;
	z-index: 10;
	background-color: transparent
}

#to-top:hover,
#to-top.dark:hover {
	background-color: #000
}

#to-top.dark {
	background-color: rgba(0, 0, 0, .87)
}

body[data-button-style*=slightly_rounded] #to-top {
	border-radius: 200px!important;
	-webkit-border-radius: 200px!important
}

body,
.toggle h3 a,
body .ui-widget,
table,
select,
.bar_graph li span strong,
#slide-out-widget-area .tagcloud a,
body .container .woocommerce-message a.button,
#search-results .result .title span,
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3,
.row .col.section-title .nectar-love span,
body .nectar-love span,
body .nectar-social .nectar-love .nectar-love-count,
body .carousel-heading h2,
.sharing-default-minimal .nectar-social .social-text,
body .sharing-default-minimal .nectar-love,
.widget ul.nectar_widget[class*=nectar_blog_posts_]>li .post-date,
.single [data-post-hs=default_minimal] #single-below-header span,
.single .heading-title[data-header-style=default_minimal] #single-below-header span,
#header-outer .nectar-image-link-widget .image-link-content span,
#slide-out-widget-area.fullscreen .nectar-image-link-widget .image-link-content span,
#slide-out-widget-area.fullscreen-alt .nectar-image-link-widget .image-link-content span,
.nectar-header-text-content,
#slide-out-widget-area .nectar-ext-menu-item .menu-item-desc,
.woocommerce-checkout-review-order-table .product-info .product-quantity,
#ajax-content-wrap .nectar-shop-header-bottom .widget_layered_nav_filters ul li a {
	font-size: 15px;
	line-height: 26px
}

.nectar-fancy-ul ul li .icon-default-style[class^=icon-] {
	line-height: 26px
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
	body {
		font-size: 15px;
		line-height: 26px
	}
}

@media only screen and (max-width:999px) and (min-width:690px) {
	body {
		font-size: 15px;
		line-height: 26px
	}
}

@media only screen and (max-width:690px) {
	body {
		font-size: 15px;
		line-height: 26px
	}
}

#top nav>ul>li>a,
.span_3 .pull-left-wrap>ul>li>a,
body.material #search-outer #search input[type=text],
#top nav ul .slide-out-widget-area-toggle a i.label,
#top .span_9>.slide-out-widget-area-toggle a.using-label .label,
#header-secondary-outer .nectar-center-text,
#slide-out-widget-area .secondary-header-text,
#header-outer #mobile-menu ul li a,
#header-outer #mobile-menu .secondary-header-text {
	font-family: Lato;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400
}

.home-pg #top nav>ul>li[class*=button_solid_color]>a:before,
.home-pg #header-outer.transparent #top nav>ul>li[class*=button_solid_color]>a:before,
.home-pg #header-outer #top .slide-out-widget-area-toggle[data-custom-color=true] a:before {
	height: 30px;
}

#top nav>ul>li[class*=button_solid_color]>a:before,
#header-outer.transparent #top nav>ul>li[class*=button_solid_color]>a:before,
#header-outer #top .slide-out-widget-area-toggle[data-custom-color=true] a:before {
	height: 40px
}

#top nav>ul>li[class*=button_bordered]>a:before,
#header-outer.transparent #top nav>ul>li[class*=button_bordered]>a:before {
	height: 40px
}

.material .sf-menu>li>a>.sf-sub-indicator [class^=icon-] {
	font-size: 18px
}

#page-header-bg h1,
body h1,
body .row .col.section-title h1,
.full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2,
body #error-404 h1,
[data-inherit-heading-family=h1] {
	font-family: Lato;
	font-weight: 300
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
	body .row .col.section-title h1,
	body h1,
	.full-width-content .recent-post-container .inner-wrap h2 {
		font-size: 40.5px;
		line-height: 45px
	}
}

@media only screen and (max-width:999px) and (min-width:690px) {
	body .row .col.section-title h1,
	body h1,
	html body .row .col.section-title.span_12 h1,
	#page-header-bg .span_6 h1,
	#page-header-bg.fullscreen-header .span_6 h1,
	.full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2 {
		font-size: 37.8px;
		line-height: 42px
	}
	.full-width-content .recent-post-container .inner-wrap h2 {
		font-size: 37.8px;
		line-height: 42px
	}
	.wpb_wrapper h1.vc_custom_heading {
		font-size: 37.8px!important;
		line-height: 42px!important
	}
}

@media only screen and (max-width:690px) {
	body .row .col.section-title h1,
	body h1,
	html body .row .col.section-title.span_12 h1,
	body.single.single-post .row .col.section-title.span_12 h1,
	#page-header-bg .span_6 h1,
	#page-header-bg.fullscreen-header .span_6 h1,
	.full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2 {
		font-size: 35.1px;
		line-height: 39px
	}
	.wpb_wrapper h1.vc_custom_heading {
		font-size: 35.1px!important;
		line-height: 39px!important
	}
}

#page-header-bg h2,
body h2,
article.post .post-header h2,
article.post.quote .post-content h2,
article.post.link .post-content h2,
#call-to-action span,
.woocommerce .full-width-tabs #reviews h3,
.row .col.section-title h2,
.nectar_single_testimonial[data-style=bold] p,
.woocommerce-account .woocommerce>#customer_login .nectar-form-controls .control,
body #error-404 h2,
.woocommerce-page .woocommerce p.cart-empty,
.nectar-ext-menu-item .inherit-h2 .menu-title-text,
#slide-out-widget-area .nectar-ext-menu-item .inherit-h2,
#mobile-menu .nectar-ext-menu-item .inherit-h2,
#ajax-content-wrap .nectar-inherit-h2,
[data-inherit-heading-family=h2],
.nectar-quick-view-box div.product h1.product_title.nectar-inherit-h2 {
	font-family: Lato;
	font-weight: 300
}

.single-product div.product h1.product_title,
.nectar-shop-header .page-title {
	font-size: 34px;
	line-height: 42px
}

.nectar-category-grid[data-style=mouse_follow_image][data-h-tag=h2] .content {
	font-size: 34px
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
	body h2,
	.single-product div.product h1.product_title,
	.nectar-shop-header .page-title,
	#ajax-content-wrap .nectar-inherit-h2,
	.nectar-category-grid[data-style=mouse_follow_image][data-h-tag=h2] .content {
		font-size: 28.9px;
		line-height: 35.7px
	}
	.row .span_2 h2,
	.row .span_3 h2,
	.row .span_4 h2,
	.row .vc_col-sm-2 h2,
	.row .vc_col-sm-3 h2,
	.row .vc_col-sm-4 h2 {
		font-size: 23.8px;
		line-height: 29.4px
	}
}

@media only screen and (max-width:999px) and (min-width:690px) {
	.col h2,
	body h2,
	.single-product div.product h1.product_title,
	.nectar-shop-header .page-title,
	.woocommerce-account .woocommerce>#customer_login .nectar-form-controls .control,
	.nectar_single_testimonial[data-style=bold] p,
	#slide-out-widget-area .nectar-ext-menu-item .inherit-h2,
	#mobile-menu .nectar-ext-menu-item .inherit-h2,
	#ajax-content-wrap .nectar-inherit-h2,
	.nectar-category-grid[data-style=mouse_follow_image][data-h-tag=h2] .content {
		font-size: 27.2px;
		line-height: 33.6px
	}
	.wpb_wrapper h2.vc_custom_heading {
		font-size: 27.2px!important;
		line-height: 33.6px!important
	}
}

@media only screen and (max-width:690px) {
	.col h2,
	body h2,
	.single-product div.product h1.product_title,
	.nectar-shop-header .page-title,
	.woocommerce-account .woocommerce>#customer_login .nectar-form-controls .control,
	.nectar_single_testimonial[data-style=bold] p,
	#slide-out-widget-area .nectar-ext-menu-item .inherit-h2,
	#ajax-content-wrap .nectar-inherit-h2,
	.nectar-category-grid[data-style=mouse_follow_image][data-h-tag=h2] .content {
		font-size: 23.8px;
		line-height: 29.4px
	}
	.wpb_wrapper h2.vc_custom_heading {
		font-size: 23.8px!important;
		line-height: 29.4px!important
	}
}

body h3,
.row .col h3,
.toggle h3 a,
.ascend #respond h3,
.ascend h3#comments,
.woocommerce ul.products li.product.text_on_hover h3,
.masonry.classic_enhanced .masonry-blog-item h3.title,
.woocommerce ul.products li.product.material h3,
.woocommerce-page ul.products li.product.material h3,
.portfolio-items[data-ps="8"] .col h3,
.nectar-hor-list-item[data-font-family=h3],
.woocommerce ul.products li.product h2,
.nectar-quick-view-box h1,
.nectar-ext-menu-item .inherit-h3 .menu-title-text,
#slide-out-widget-area .nectar-ext-menu-item .inherit-h3,
#mobile-menu .nectar-ext-menu-item .inherit-h3,
#ajax-content-wrap .nectar-inherit-h3,
[data-inherit-heading-family=h3],
.nectar-quick-view-box div.product h1.product_title.nectar-inherit-h3,
.nectar-quick-view-box div.product .summary p.price.nectar-inherit-h3,
body.woocommerce div.product p.price.nectar-inherit-h3 ins {
	font-family: Lato;
	font-weight: 300
}

@media only screen and (min-width:1000px) {
	.ascend .comments-section .comment-wrap.full-width-section>h3#comments,
	.blog_next_prev_buttons[data-post-header-style=default_minimal] .col h3 {
		font-size: ;
		line-height:
	}
	#ajax-content-wrap .masonry.classic_enhanced .masonry-blog-item.large_featured h3.title {
		font-size: ;
		line-height:
	}
}

@media only screen and (min-width:1300px) and (max-width:1500px) {
	body .portfolio-items.constrain-max-cols.masonry-items .col.elastic-portfolio-item h3 {
		font-size: ;
		line-height:
	}
}

.nectar-category-grid[data-style=mouse_follow_image][data-h-tag=h3] .content {
	font-size: 22px
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
	.row .span_2 h3,
	.row .span_3 h3,
	.row .span_4 h3,
	.row .vc_col-sm-2 h3,
	.row .vc_col-sm-3 h3,
	.row .vc_col-sm-4 h3,
	.row .col h3,
	body h3,
	#ajax-content-wrap .nectar-inherit-h3,
	.nectar-category-grid[data-style=mouse_follow_image][data-h-tag=h3] .content {
		font-size: 18.7px;
		line-height: 27.2px
	}
}

@media only screen and (max-width:999px) and (min-width:690px) {
	.row .span_2 h3,
	.row .span_3 h3,
	.row .span_4 h3,
	.row .vc_col-sm-2 h3,
	.row .vc_col-sm-3 h3,
	.row .vc_col-sm-4 h3,
	.row .col h3,
	body h3,
	#slide-out-widget-area .nectar-ext-menu-item .inherit-h3,
	#ajax-content-wrap .nectar-inherit-h3,
	.nectar-category-grid[data-style=mouse_follow_image][data-h-tag=h3] .content {
		font-size: 17.6px;
		line-height: 25.6px
	}
	.wpb_wrapper h3.vc_custom_heading {
		font-size: 17.6px!important;
		line-height: 25.6px!important
	}
}

@media only screen and (max-width:690px) {
	.row .span_2 h3,
	.row .span_3 h3,
	.row .span_4 h3,
	.row .vc_col-sm-2 h3,
	.row .vc_col-sm-3 h3,
	.row .vc_col-sm-4 h3,
	.row .col h3,
	body h3,
	#slide-out-widget-area .nectar-ext-menu-item .inherit-h3,
	#mobile-menu .nectar-ext-menu-item .inherit-h3,
	#ajax-content-wrap .nectar-inherit-h3,
	.nectar-category-grid[data-style=mouse_follow_image][data-h-tag=h3] .content {
		font-size: 15.4px;
		line-height: 22.4px
	}
	.wpb_wrapper h3.vc_custom_heading {
		font-size: 15.4px!important;
		line-height: 22.4px!important
	}
}

@media only screen and (min-width:1300px) {
	.nectar-post-grid[data-columns="2"][data-masonry=yes]>div:nth-of-type(3n+1) h3 {
		font-size: 30.8px
	}
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
	.nectar-post-grid[data-columns="2"][data-masonry=yes]>div:nth-of-type(3n+1) h3 {
		font-size: 26.18px
	}
}

@media only screen and (max-width:999px) and (min-width:690px) {
	.nectar-post-grid[data-columns="2"][data-masonry=yes]>div:nth-of-type(3n+1) h3 {
		font-size: 24.64px
	}
}

body h4,
.row .col h4,
.portfolio-items .work-meta h4,
.list-icon-holder[data-icon_type="numerical"] span,
.portfolio-items .col.span_3 .work-meta h4,
#respond h3,
.blog-recent.related-posts h3.title,
h3#comments,
.portfolio-items[data-ps="6"] .work-meta h4,
.nectar-hor-list-item[data-font-family=h4],
.toggles[data-style=minimal_small] .toggle>h3 a,
.woocommerce #reviews #reply-title,
p.woocommerce.add_to_cart_inline>span.woocommerce-Price-amount,
p.woocommerce.add_to_cart_inline ins>span.woocommerce-Price-amount,
#header-outer .total,
#header-outer .total strong,
.nectar-ext-menu-item .inherit-h4 .menu-title-text,
#slide-out-widget-area .nectar-ext-menu-item .inherit-h4,
#mobile-menu .nectar-ext-menu-item .inherit-h4,
.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .product-meta a:not(.remove),
.woocommerce-cart .product-name a,
#ajax-content-wrap .nectar-inherit-h4,
.archive.woocommerce .container-wrap>.main-content #sidebar>.header h4,
[data-inherit-heading-family=h4],
.nectar-quick-view-box div.product h1.product_title.nectar-inherit-h4,
.nectar-quick-view-box div.product .summary p.price.nectar-inherit-h4,
body.woocommerce div.product p.price.nectar-inherit-h4 ins {
	font-family: Lato;
	font-weight: 300
}

@media only screen and (min-width:690px) {
	.portfolio-items[data-ps="6"] .wide_tall .work-meta h4 {
		font-size: ;
		line-height:
	}
	.nectar-slide-in-cart .widget_shopping_cart .cart_list .mini_cart_item>a:not(.remove) {
		font-family: Lato!important;
		font-weight: 300!important
	}
}

.nectar-category-grid[data-style=mouse_follow_image][data-h-tag=h4] .content {
	font-size: 18px
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
	.row .col h4,
	body h4,
	.woocommerce-cart .product-name a,
	#ajax-content-wrap .nectar-inherit-h4,
	.nectar-category-grid[data-style=mouse_follow_image][data-h-tag=h4] .content {
		font-size: 18px;
		line-height: 28px
	}
}

@media only screen and (max-width:999px) and (min-width:690px) {
	.row .col h4,
	body h4,
	#slide-out-widget-area .nectar-ext-menu-item .inherit-h4,
	.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .product-meta a:not(.remove),
	.woocommerce-cart .product-name a,
	#ajax-content-wrap .nectar-inherit-h4,
	.nectar-category-grid[data-style=mouse_follow_image][data-h-tag=h4] .content {
		font-size: 16.2px;
		line-height: 25.2px
	}
}

@media only screen and (max-width:690px) {
	.row .col h4,
	body h4,
	#slide-out-widget-area .nectar-ext-menu-item .inherit-h4,
	.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .product-meta a:not(.remove),
	.woocommerce-cart .product-name a,
	#ajax-content-wrap .nectar-inherit-h4,
	.archive.woocommerce .container-wrap>.main-content #sidebar>.header h4,
	.nectar-category-grid[data-style=mouse_follow_image][data-h-tag=h4] .content {
		font-size: 16.2px;
		line-height: 25.2px
	}
}

body h5,
.row .col h5,
.portfolio-items .work-item.style-3-alt p,
.nectar-hor-list-item[data-font-family=h5],
.nectar-ext-menu-item .inherit-h5 .menu-title-text,
#slide-out-widget-area .nectar-ext-menu-item .inherit-h5,
#ajax-content-wrap .nectar-inherit-h5,
[data-inherit-heading-family=h5],
.nectar-quick-view-box div.product h1.product_title.nectar-inherit-h5,
.nectar-quick-view-box div.product .summary p.price.nectar-inherit-h5,
body.woocommerce div.product p.price.nectar-inherit-h5 ins {
	font-family: Lato;
	font-weight: 300
}

body .wpb_column>.wpb_wrapper>.morphing-outline .inner>h5 {
	font-size:
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
	.row .col h5,
	body h5,
	#ajax-content-wrap .nectar-inherit-h5 {
		font-size: 16px;
		line-height: 26px
	}
}

@media only screen and (max-width:999px) and (min-width:690px) {
	.row .col h5,
	body h5,
	#ajax-content-wrap .nectar-inherit-h5 {
		font-size: 16px;
		line-height: 26px
	}
}

@media only screen and (max-width:690px) {
	.row .col h5,
	body h5,
	#slide-out-widget-area .nectar-ext-menu-item .inherit-h5,
	#ajax-content-wrap .nectar-inherit-h5 {
		font-size: 16px;
		line-height: 26px
	}
}

@media only screen and (min-width:1000px) {
	body #ajax-content-wrap.no-scroll {
		min-height: calc(100vh - 112px);
		height: calc(100vh - 112px)!important
	}
}

@media only screen and (min-width:1000px) {
	#page-header-wrap.fullscreen-header,
	#page-header-wrap.fullscreen-header #page-header-bg,
	html:not(.nectar-box-roll-loaded) .nectar-box-roll>#page-header-bg.fullscreen-header,
	.nectar_fullscreen_zoom_recent_projects,
	#nectar_fullscreen_rows:not(.afterLoaded)>div {
		height: calc(100vh - 111px)
	}
	.wpb_row.vc_row-o-full-height.top-level,
	.wpb_row.vc_row-o-full-height.top-level>.col.span_12 {
		min-height: calc(100vh - 111px)
	}
	html:not(.nectar-box-roll-loaded) .nectar-box-roll>#page-header-bg.fullscreen-header {
		top: 112px
	}
	.nectar-slider-wrap[data-fullscreen=true]:not(.loaded),
	.nectar-slider-wrap[data-fullscreen=true]:not(.loaded) .swiper-container {
		height: calc(100vh - 110px)!important
	}
	.admin-bar .nectar-slider-wrap[data-fullscreen=true]:not(.loaded),
	.admin-bar .nectar-slider-wrap[data-fullscreen=true]:not(.loaded) .swiper-container {
		height: calc(100vh - 110px - 32px)!important
	}
}

.nectar-shape-divider-wrap {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 150px;
	z-index: 3;
	transform: translateZ(0)
}

.post-area.span_9 .nectar-shape-divider-wrap {
	overflow: hidden
}

.nectar-shape-divider-wrap[data-front=true] {
	z-index: 50
}

.nectar-shape-divider-wrap[data-style=waves_opacity] svg path:first-child {
	opacity: .6
}

.nectar-shape-divider-wrap[data-style=curve_opacity] svg path:nth-child(1),
.nectar-shape-divider-wrap[data-style=waves_opacity_alt] svg path:nth-child(1) {
	opacity: .15
}

.nectar-shape-divider-wrap[data-style=curve_opacity] svg path:nth-child(2),
.nectar-shape-divider-wrap[data-style=waves_opacity_alt] svg path:nth-child(2) {
	opacity: .3
}

.nectar-shape-divider {
	width: 100%;
	left: 0;
	bottom: -1px;
	height: 100%;
	position: absolute
}

.nectar-shape-divider-wrap.no-color .nectar-shape-divider {
	fill: #fff
}

@media only screen and (max-width:999px) {
	.nectar-shape-divider-wrap:not([data-using-percent-val=true]) .nectar-shape-divider {
		height: 75%
	}
	.nectar-shape-divider-wrap[data-style=clouds]:not([data-using-percent-val=true]) .nectar-shape-divider {
		height: 55%
	}
}

@media only screen and (max-width:690px) {
	.nectar-shape-divider-wrap:not([data-using-percent-val=true]) .nectar-shape-divider {
		height: 33%
	}
	.nectar-shape-divider-wrap[data-style=clouds]:not([data-using-percent-val=true]) .nectar-shape-divider {
		height: 33%
	}
}

#ajax-content-wrap .nectar-shape-divider-wrap[data-height="1"] .nectar-shape-divider,
#ajax-content-wrap .nectar-shape-divider-wrap[data-height="1px"] .nectar-shape-divider {
	height: 1px
}

.column-image-bg-wrap[data-bg-pos="center center"] .column-image-bg {
	background-position: center center
}

.img-with-aniamtion-wrap[data-border-radius=none] .img-with-animation,
.img-with-aniamtion-wrap[data-border-radius=none] .hover-wrap {
	border-radius: none
}

.nectar-button.medium {
	border-radius: 3px;
	padding: 10px 15px;
	font-size: 12px;
	color: #fff;
	box-shadow: 0 -2px rgba(0, 0, 0, .1) inset
}

.nectar-button.medium.see-through,
.nectar-button.medium.see-through-2,
.nectar-button.medium.see-through-3 {
	padding-top: 9px;
	padding-bottom: 9px
}

.nectar-button.medium i.icon-button-arrow {
	font-size: 16px
}

body[data-button-style^=rounded] .nectar-button.medium:not(.see-through):not(.see-through-2):not(.see-through-3).has-icon,
body[data-button-style^=rounded] .nectar-button.medium:not(.see-through):not(.see-through-2):not(.see-through-3).tilt.has-icon {
	padding-left: 42px;
	padding-right: 42px
}

body[data-button-style^=rounded] .nectar-button.medium:not(.see-through):not(.see-through-2):not(.see-through-3) {
	padding: 12px 18px
}

.nectar-button.medium.has-icon,
.nectar-button.medium.tilt.has-icon {
	padding-left: 42px;
	padding-right: 42px
}

.screen-reader-text,
.nectar-skip-to-content:not(:focus) {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important
}

#search-outer #search input[type=text] {
	font-size: 24px !important
}

#header-outer.transparent header#top nav>ul>li>a {
	opacity: 1 !important
}

.industry h4 {
	line-height: 1.25em !important
}

.dynamics-home {
	line-height: 1.5em;
	font-size: 14px
}

.dynamics-home h4 {
	color: #ffc324 !important
}

.btmpad {
	padding-bottom: 25px
}

.toppad {
	padding-top: 25px
}

.btmmax {
	padding-bottom: 50px
}

.topmax {
	padding-top: 50px
}

.author-section,
#post-area.masonry.classic_enhanced article.post .post-meta {
	display: none !important
}

.masonry.classic_enhanced .masonry-blog-item h3.title {
	background-color: #fff !important;
	position: relative;
	margin-top: -20px
}

.page-submenu li {
	margin: 0 75px 0 0
}

.page-submenu li a {
	opacity: 1 !important
}

.page-submenu li a:hover {
	color: #ccc !important;
	opacity: 1 !important
}

.page-submenu.stuck li.current-menu-item a {
	color: #ccc !important
}

.toggle h3 a {
	padding: 18px 70px 18px 0 !important;
	font-size: 18px !important
}

.testimonial {
	padding-left: 40px;
	border-left: solid 3px #0072c6
}

.testimonial h3 {
	font-weight: 400 !important
}

.testimonial h4 {
	margin-bottom: 0 !important
}

.sidewtoggle {
	background-color: #f9fdff;
	padding: 5%
}

.owl-carousel .owl-stage {
	padding-bottom: 0 !important
}

.owl-theme .owl-dots .owl-dot span {
	width: 35px;
	height: 8px
}

.owl-theme .owl-dots .owl-dot.active span {
	transform: scale(1.25);
	-moz-transform: scale(1.25);
	-webkit-transform: scale(1.25)
}

.formbox {
	padding: 3%;
	background-color: #f8f8f8 !important;
	border: 1px solid #ccc
}

#gform_drag_drop_area_4_5 input {
	background: 72c6;
	color: #fff
}

.no-js img.lazyload {
	display: none
}

figure.wp-block-image img.lazyloading {
	min-width: 150px
}

.lazyload,
.lazyloading {
	opacity: 0
}

.lazyloaded {
	opacity: 1;
	transition: opacity .4s;
	transition-delay: 0ms
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%!important;
	z-index: 104200;
	overflow: hidden;
	position: fixed!important;
	background: #0b0b0b;
	opacity: .8;
	filter: alpha(opacity=80)
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 104300;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 104500
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 104400
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 104600;
	-webkit-box-shadow: none;
	box-shadow: none
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100)
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	top: 20px;
	color: #333;
	display: inline-block;
	width: 20px!important;
	height: 20px;
	padding-right: 0!important;
	line-height: 20px!important;
	transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
	-webkit-transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s
}

.mfp-close-btn-in .mfp-close:hover {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg)
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-image-holder .mfp-close:before,
.mfp-iframe-holder .mfp-close:before {
	content: "\e117";
	font-size: 20px;
	display: block
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100)
}

body.original .mfp-arrow:before,
body.original .mfp-arrow:after,
body.original .mfp-arrow .mfp-b,
body.original .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

body.original .mfp-arrow:after,
body.original .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

body.original .mfp-arrow:before,
body.original .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

body.original .mfp-arrow-left:after,
body.original .mfp-arrow-left .mfp-a {
	border-right: 17px solid #fff;
	margin-left: 31px
}

body.original .mfp-arrow-left:before,
body.original .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

body.original .mfp-arrow-right:after,
body.original .mfp-arrow-right .mfp-a {
	border-left: 17px solid #fff;
	margin-left: 39px
}

body.original .mfp-arrow-right:before,
body.original .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe,
.mfp-iframe-scaler>div.video,
.mfp-iframe-scaler>div.video .mejs-container {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000
}

.mfp-iframe-scaler>div.video .mejs-container {
	width: 100%!important;
	height: 100%!important
}

.mfp-wrap .mfp-container .mfp-iframe-scaler .wp-video-shortcode video {
	height: 100%!important;
	width: 100%!important
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 55px 0 55px;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 55px;
	bottom: 55px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -40px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75)
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}
	.ascend .mfp-arrow-left,
	.material .mfp-arrow-left {
		left: 20px!important
	}
	.ascend .mfp-arrow-right,
	.material .mfp-arrow-right {
		right: 20px!important
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.mfp-ie7 .mfp-img {
	padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
	padding: 0
}

.mfp-ie7 .mfp-content {
	padding-top: 44px
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0
}

.mfp-bg {
	transition: all .3s ease-out
}

.mfp-zoom-in .mfp-with-anim,
.mfp-zoom-in .mfp-iframe-scaler {
	opacity: 0;
	transition: all .2s ease-in-out;
	transform: scale(.93)
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready.mfp-image-loaded .mfp-with-anim,
.mfp-zoom-in.mfp-ready .mfp-iframe-scaler,
.mfp-zoom-in.mfp-ready div[id*=video-popup-].mfp-with-anim {
	opacity: 1;
	transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .85
}

body .mfp-zoom-in.mfp-removing .mfp-with-anim,
.mfp-zoom-in.mfp-removing .mfp-iframe-scaler {
	transform: scale(.93)!important;
	opacity: 0!important
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0
}

.mfp-wrap.mfp-removing .mfp-arrow-left,
.mfp-wrap.mfp-removing .mfp-arrow-right {
	opacity: 0
}

.mfp-zoom-out .mfp-with-anim {
	opacity: 0;
	transition: all .3s ease-in-out;
	transform: scale(1.3)
}

.mfp-zoom-out.mfp-bg {
	opacity: 0;
	transition: all .3s ease-out
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1)
}

.mfp-zoom-out.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
	transform: scale(1.3);
	opacity: 0
}

.mfp-zoom-out.mfp-removing.mfp-bg {
	opacity: 0
}

@media only screen and (min-width:690px) {
	#slide-out-widget-area .secondary-header-text {
		display: none
	}
}

@media only screen and (max-width:999px) and (min-width:690px) {
	body.original #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items {
		display: none
	}
}

.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a:after,
#slide-out-widget-area.fullscreen-split .off-canvas-menu-container li a:after,
.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .nectar-menu-item-with-icon span:after,
#slide-out-widget-area.fullscreen-split .off-canvas-menu-container .nectar-menu-item-with-icon span:after {
	-webkit-transition: -webkit-transform .3s ease-out, border-color .3s ease-out;
	transition: transform .3s ease-out, border-color .3s ease-out;
	position: absolute;
	display: block;
	bottom: -6px;
	left: 0;
	width: 100%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	border-top: 2px solid #000;
	content: '';
	padding-bottom: inherit
}

body #slide-out-widget-area .inner .off-canvas-menu-container .nectar-menu-item-with-icon,
#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li .nectar-menu-item-with-icon,
body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li .nectar-menu-item-with-icon,
body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li .nectar-menu-item-with-icon {
	display: flex;
	align-items: center
}

body #slide-out-widget-area .inner .off-canvas-menu-container .nectar-menu-item-with-icon.nectar-menu-item-with-desc,
body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li .nectar-menu-item-with-icon.nectar-menu-item-with-desc,
body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li .nectar-menu-item-with-icon.nectar-menu-item-with-desc {
	align-items: flex-start
}

.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .nectar-menu-item-with-icon.nectar-menu-item-with-desc span:after,
#slide-out-widget-area.fullscreen-split .off-canvas-menu-container .nectar-menu-item-with-icon.nectar-menu-item-with-desc span:after {
	bottom: 0
}

.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .nectar-menu-item-with-icon .menu-title-text:after,
#slide-out-widget-area.fullscreen-split .off-canvas-menu-container .nectar-menu-item-with-icon .menu-title-text:after {
	border-color: inherit;
	transform-origin: left
}

body #slide-out-widget-area.fullscreen-split .off-canvas-menu-container .nectar-menu-item-with-icon:after,
body #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .nectar-menu-item-with-icon:after {
	display: none!important
}

.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .nectar-menu-item-with-icon .menu-title-text,
#slide-out-widget-area.fullscreen-split .off-canvas-menu-container .nectar-menu-item-with-icon .menu-title-text {
	position: relative
}

#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a {
	position: relative
}

body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .current-menu-item>a:after,
body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a:hover:after,
body.material #slide-out-widget-area[class=slide-out-from-right] .off-canvas-menu-container li a:focus:after,
#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container .current-menu-item>a:after,
#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:hover:after,
#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:focus:after,
body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .current-menu-item>.nectar-menu-item-with-icon .menu-title-text:after,
body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .nectar-menu-item-with-icon:hover .menu-title-text:after,
#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container .current-menu-item>.nectar-menu-item-with-icon .menu-title-text:after,
#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container .nectar-menu-item-with-icon:hover .menu-title-text:after {
	backface-visibility: hidden;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

#slide-out-widget-area .off-canvas-menu-container ul .menu-item .widget-area-active .widget ul {
	max-height: none;
	padding-left: 0
}

body #slide-out-widget-area .menu.subview .menu-item .widget-area-active .widget li,
#header-outer #mobile-menu ul .menu-item .widget-area-active .widget ul {
	display: block!important
}

#slide-out-widget-area .off-canvas-menu-container .widget-area-active .widget ul.product_list_widget {
	text-align: left
}

#slide-out-widget-area .off-canvas-menu-container .widget-area-active .widget ul.product_list_widget li a {
	display: inline
}

#slide-out-widget-area .off-canvas-menu-container .widget-area-active .widget ul.product_list_widget li a:after {
	display: none
}

#slide-out-widget-area .widget-area-active .wp-caption .wp-caption-text {
	color: #000
}

#slide-out-widget-area .off-canvas-menu-container li>a>.sf-sub-indicator {
	display: none
}

#slide-out-widget-area .inner .off-canvas-menu-container li a {
	font-size: 20px;
	line-height: 30px;
	font-family: 'Open Sans';
	font-weight: 700
}

#slide-out-widget-area.fullscreen .inner li a,
#slide-out-widget-area .off-canvas-social-links li a,
#slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a,
#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a,
#slide-out-widget-area .menuwrapper li small {
	opacity: .7;
	transition: opacity .2s ease, color .2s ease;
	-webkit-transition: opacity .2s ease, color .2s ease
}

#slide-out-widget-area.fullscreen .inner li a:hover,
#slide-out-widget-area .off-canvas-social-links li a:hover,
#slide-out-widget-area .off-canvas-social-links li a:hover,
#slide-out-widget-area .inner .current_page_ancestor>a,
#slide-out-widget-area .inner .current-menu-item>a,
#slide-out-widget-area .inner .current-menu-ancestor>a,
#slide-out-widget-area .inner .current_page_item>a,
#slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a:hover,
#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a:hover,
#slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a:focus,
#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a:focus,
#slide-out-widget-area .inner .off-canvas-menu-container .menuwrapper li>a.hovered {
	opacity: 1
}

#slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li {
	position: relative
}

#slide-out-widget-area .ocm-dropdown-arrow {
	transition: transform .5s cubic-bezier(.215, .61, .355, 1);
	position: absolute;
	right: -6px;
	top: 10px;
	transform: translateY(-50%);
	cursor: pointer;
	height: 28px;
	width: 28px;
	line-height: 0
}

#slide-out-widget-area .ocm-dropdown-arrow i {
	font-size: 18px;
	height: 28px;
	width: 28px;
	line-height: 28px;
	top: 0
}

#slide-out-widget-area .open-submenu>.ocm-dropdown-arrow {
	transform: translateY(-50%) rotate(180deg)
}

#slide-out-widget-area .secondary-header-text,
body #slide-out-widget-area .inner-wrap .inner .nectar-header-text-content {
	margin-bottom: 35px;
	border-radius: 6px;
	background-color: rgba(0, 0, 0, .1);
	padding: 10px 15px
}

body #slide-out-widget-area .inner-wrap .inner .nectar-header-text-content * {
	color: inherit
}

body #slide-out-widget-area .inner-wrap .inner .nectar-header-text-content div>*:last-child {
	margin-bottom: 0
}

body #slide-out-widget-area .inner-wrap .inner .nectar-header-text-content {
	align-self: flex-start
}

#slide-out-widget-area .nectar-header-text-content>span>*:last-child {
	margin-bottom: 0
}

body #slide-out-widget-area .secondary-header-text {
	line-height: 1.4em
}

#slide-out-widget-area.mobile,
#slide-out-widget-area.slide-out-from-right-hover.mobile {
	overflow-y: scroll;
	overflow-x: hidden
}

#slide-out-widget-area .bottom-text {
	padding-bottom: 0;
	font-size: 12px
}

#slide-out-widget-area:not(.fullscreen) .off-canvas-social-links li {
	display: inline-block;
	padding: 0 6px 6px 0
}

#slide-out-widget-area .off-canvas-social-links li i {
	background-color: transparent;
	font-size: 18px;
	line-height: 22px
}

body:not(.material) #slide-out-widget-area .off-canvas-social-links li a,
.material #slide-out-widget-area:not(.slide-out-from-right) .off-canvas-social-links li a {
	padding: 0 8px
}

.blurred-wrap.blurred {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px)
}

.msie .blurred-wrap.blurred {
	-ms-filter: none;
	filter: none
}

#slide-out-widget-area .widget h4 {
	margin-bottom: 8px
}

#slide-out-widget-area .inner>div {
	margin-bottom: 25px
}

#slide-out-widget-area .inner>div:first-of-type {
	margin-top: -7px
}

#slide-out-widget-area .inner {
	width: 100%;
	height: 100%
}

#slide-out-widget-area a,
#slide-out-widget-area,
#slide-out-widget-area h4,
#slide-out-widget-area h3 {
	color: #fff
}

body.material #slide-out-widget-area.slide-out-from-right .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover {
	color: #fff
}

#slide-out-widget-area .nectar-menu-label:before {
	background-color: #fff
}

body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close {
	position: absolute;
	right: 22px;
	top: 22px
}

body[data-full-width-header=false].admin-bar #slide-out-widget-area .slide_out_area_close {
	top: 47px
}

body[data-full-width-header=false].ascend #slide-out-widget-area.slide-out-from-right .slide_out_area_close,
body[data-full-width-header=false].original #slide-out-widget-area.slide-out-from-right .slide_out_area_close {
	z-index: 100
}

body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close {
	display: block;
	transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
	-webkit-transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
	font-family: 'Open Sans';
	font-weight: 400
}

body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	width: 34px;
	height: 34px;
	transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
	-webkit-transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
	color: #ddd;
	font-size: 18px;
	max-width: none;
	line-height: 32px
}

body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close:hover .icon-default-style[class^=icon-] {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg)
}

body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close:hover {
	border-color: rgba(255, 255, 255, .7)
}

body #slide-out-widget-area .slide_out_area_close .icon-default-style[class^=icon-] {
	-webkit-backface-visibility: hidden;
	font-size: 18px;
	height: 34px;
	left: -2px;
	line-height: 32px;
	max-width: none;
	transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
	-webkit-transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
	width: 34px
}

body #slide-out-widget-area .slide_out_area_close .icon-default-style {
	color: #fff
}

#slide-out-widget-area .menuwrapper {
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: center;
	perspective-origin: center;
	margin-right: 0;
	display: block
}

#slide-out-widget-area .menuwrapper button {
	background: #ccc;
	border: none;
	width: 48px;
	height: 45px;
	text-indent: -900em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none
}

#slide-out-widget-area .menuwrapper button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 5px;
	background: #fff;
	top: 10px;
	left: 16%;
	box-shadow: 0 10px 0 #fff, 0 20px 0 #fff
}

#slide-out-widget-area .menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

#slide-out-widget-area .menuwrapper li {
	position: relative
}

#slide-out-widget-area .menuwrapper li small {
	display: inline-block;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Open Sans';
	font-weight: 600;
	letter-spacing: 2px;
	position: relative;
	top: -4px;
	opacity: .6
}

#slide-out-widget-area:not(.fullscreen):not(.fullscreen-alt) .menuwrapper li small {
	font-size: 14px;
	display: block;
	font-family: 'Open Sans';
	letter-spacing: inherit;
	margin-top: 5px;
	font-weight: 700
}

#slide-out-widget-area .no-touch .menuwrapper li a:hover {
	background: rgba(255, 248, 213, .1)
}

#slide-out-widget-area .menuwrapper .back>a {
	background: rgba(0, 0, 0, .13)
}

#slide-out-widget-area:not(.fullscreen) .menuwrapper .back>a,
body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container .back>a {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px
}

body #slide-out-widget-area .menuwrapper .back,
body #slide-out-widget-area .menu.subview .subviewopen>.sub-menu>.back {
	display: inline-block;
	margin-bottom: 20px!important
}

#slide-out-widget-area .menuwrapper .menu {
	margin: 0;
	position: relative;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

#slide-out-widget-area .menuwrapper .menu.menu-toggle {
	transition: all .25s ease
}

#slide-out-widget-area .menuwrapper .menu.menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px)
}

body #slide-out-widget-area .menuwrapper li .sub-menu {
	display: none
}

body #slide-out-widget-area .menuwrapper li .sub-menu,
#slide-out-widget-area .menuwrapper>.sub-menu {
	margin: 0!important;
	padding: 0!important
}

body #slide-out-widget-area .menu.subview li,
body #slide-out-widget-area .menu.subview .subviewopen>a,
body #slide-out-widget-area .menu.subview .subview>a,
body #slide-out-widget-area .menu.subview .subviewopen>small,
body #slide-out-widget-area .menu.subview .subview>small,
#slide-out-widget-area .mobile-only {
	display: none
}

body #slide-out-widget-area .menu.subview .subviewopen>a,
body #slide-out-widget-area .menu.subview .subview>a {
	display: none!important
}

body #slide-out-widget-area .menu.subview .subview,
body #slide-out-widget-area .menu.subview .subview .sub-menu,
body #slide-out-widget-area .menu.subview .subviewopen,
body #slide-out-widget-area .menu.subview .subviewopen>.sub-menu,
body #slide-out-widget-area .menu.subview .subviewopen>.sub-menu>li {
	display: block
}

#slide-out-widget-area .menuwrapper>.sub-menu {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0
}

.menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 .4s ease-in-out;
	animation: MenuAnimOut5 .4s ease-in-out
}

.menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 .4s ease-in-out;
	animation: MenuAnimIn5 .4s ease-in-out
}

.menuwrapper>.sub-menu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 .4s ease-in-out;
	animation: SubMenuAnimIn5 .4s ease-in-out
}

.menuwrapper>.sub-menu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 .4s ease-in-out;
	animation: SubMenuAnimOut5 .4s ease-in-out
}

@-webkit-keyframes MenuAnimOut5 {
	100% {
		-webkit-transform: rotateY(-25deg) translateX(-300px);
		opacity: 0
	}
}

@keyframes MenuAnimOut5 {
	100% {
		-webkit-transform: rotateY(-25deg) translateX(-300px);
		transform: rotateY(-25deg) translateX(-300px);
		opacity: 0
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: rotateY(-25deg) translateX(-300px);
		opacity: 0
	}
	100% {
		-webkit-transform: rotateY(0deg) translateX(0px);
		opacity: 1
	}
}

@keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: rotateY(-25deg) translateX(-300px);
		transform: rotateY(-25deg) translateX(-300px);
		opacity: 0
	}
	100% {
		-webkit-transform: rotateY(0deg) translateX(0px);
		transform: rotateY(0deg) translateX(0px);
		opacity: 1
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: rotateY(25deg) translateX(300px);
		opacity: 0
	}
	100% {
		-webkit-transform: rotateY(0deg) translateX(0px);
		opacity: 1
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: rotateY(25deg) translateX(300px);
		transform: rotateY(25deg) translateX(300px);
		opacity: 0
	}
	100% {
		-webkit-transform: rotateY(0deg) translateX(0px);
		transform: rotateY(0deg) translateX(0px);
		opacity: 1
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: rotateY(0deg) translateX(0px);
		opacity: 1
	}
	100% {
		-webkit-transform: rotateY(25deg) translateX(300px);
		opacity: 0
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: rotateY(0deg) translateX(0px);
		transform: rotateY(0deg) translateX(0px);
		opacity: 1
	}
	100% {
		-webkit-transform: rotateY(25deg) translateX(300px);
		transform: rotateY(25deg) translateX(300px);
		opacity: 0
	}
}

.menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 .4s ease-in-out;
	animation: MenuAnimOut4 .4s ease-in-out
}

.menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 .4s ease-in-out;
	animation: MenuAnimIn4 .4s ease-in-out
}

.menuwrapper>.sub-menu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 .4s ease;
	animation: SubMenuAnimIn4 .4s ease
}

.menuwrapper>.sub-menu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 .4s ease;
	animation: SubMenuAnimOut4 .4s ease
}

@-webkit-keyframes MenuAnimOut4 {
	100% {
		-webkit-transform: scale(1.2);
		opacity: 0
	}
}

@keyframes MenuAnimOut4 {
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: scale(1.2);
		opacity: 0
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1
	}
}

@keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: scale(.8);
		opacity: 0
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		opacity: 0
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: scale(1);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(.8);
		opacity: 0
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		opacity: 0
	}
}

#slide-out-widget-area.fullscreen-split[data-dropdown-func=default] .off-canvas-menu-container li ul,
.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul,
#slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul {
	position: relative;
	max-height: 0;
	box-sizing: content-box;
	-webkit-transition: max-height .5s cubic-bezier(.215, .61, .355, 1), padding .25s cubic-bezier(.215, .61, .355, 1);
	transition: max-height .5s cubic-bezier(.215, .61, .355, 1), padding .25s cubic-bezier(.215, .61, .355, 1);
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	overflow: hidden
}

.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul,
#slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul {
	padding-left: 20px
}

.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul>li:first-child,
#slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul>li:first-child {
	margin-top: 10px
}

.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul>li:last-child,
#slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul>li:last-child {
	margin-bottom: 0
}

.material #slide-out-widget-area[class*=slide-out-from-right] .inner .off-canvas-menu-container li li a,
body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container li li a {
	font-size: 16px;
	line-height: 22px
}

.material #slide-out-widget-area[class*=slide-out-from-right] .inner .off-canvas-menu-container .menu-item-has-children>a,
body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container .menu-item-has-children>a {
	margin-right: 20px
}

body:not(.material) #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul>li:last-child {
	margin-bottom: 10px
}

#slide-out-widget-area .widget_recent_entries span,
#slide-out-widget-area .recent_posts_extra_widget .post-widget-text span {
	display: block;
	line-height: 17px;
	color: #999;
	font-size: 11px;
	margin-bottom: 6px
}

#slide-out-widget-area .widget_recent_entries span,
#slide-out-widget-area .recent_posts_extra_widget .post-widget-text span {
	color: inherit
}

#slide-out-widget-area .widget_recent_entries span {
	opacity: .8
}

#slide-out-widget-area .widget_calendar table th,
#slide-out-widget-area .widget_calendar table tbody td {
	color: inherit
}

#slide-out-widget-area .tagcloud a {
	padding: 2px 11px;
	position: relative;
	border: 1px solid #fff;
	background-color: transparent;
	margin: 0 8px 8px 0;
	font-size: 12px;
	display: block;
	float: left;
	text-transform: uppercase;
	transition: all .2s linear;
	-webkit-transition: all .2s linear
}

#slide-out-widget-area .tagcloud a:last-child:after,
#slide-out-widget-area .tagcloud:after {
	display: block;
	content: ' ';
	clear: both;
	height: 1px
}

#slide-out-widget-area .recent_projects_widget img {
	height: auto;
	width: 100%
}

body #slide-out-widget-area .slide_out_area_close .icon-default-style[class^=icon-] {
	font-size: 24px!important
}

@media only screen and (max-width :690px) {
	body #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items {
		display: block
	}
}

@media only screen and (min-width :1px) and (max-width :999px) {
	body #slide-out-widget-area .slide_out_area_close {
		position: absolute;
		right: 22px;
		top: 22px;
		z-index: 100
	}
	body #slide-out-widget-area.fullscreen .off-canvas-social-links,
	.admin-bar #slide-out-widget-area.fullscreen .off-canvas-social-links,
	body #slide-out-widget-area.fullscreen-alt .off-canvas-social-links,
	.admin-bar #slide-out-widget-area.fullscreen-alt .off-canvas-social-links {
		position: relative;
		bottom: 0;
		right: 0;
		margin-top: 70px
	}
	#slide-out-widget-area.fullscreen .off-canvas-social-links:after,
	#slide-out-widget-area.fullscreen-alt .off-canvas-social-links:after {
		display: block;
		height: 1px;
		width: 0;
		background-color: rgba(255, 255, 255, .6);
		content: ' ';
		margin: 0 auto;
		position: absolute;
		top: -40px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transition: all .5s cubic-bezier(.215, .61, .355, 1);
		-webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1);
		-moz-transition: all .5s cubic-bezier(.215, .61, .355, 1)
	}
	#slide-out-widget-area .mobile-only {
		display: block
	}
	#slide-out-widget-area.slide-out-from-right-hover .inner[data-prepend-menu-mobile=true] .off-canvas-menu-container {
		top: 0;
		position: relative
	}
	#slide-out-widget-area.fullscreen .off-canvas-social-links.line-shown:after,
	#slide-out-widget-area.fullscreen-alt .off-canvas-social-links.line-shown:after {
		width: 100px
	}
	body #slide-out-widget-area.fullscreen .bottom-text,
	.admin-bar #slide-out-widget-area.fullscreen .bottom-text,
	body #slide-out-widget-area.fullscreen-alt .bottom-text,
	.admin-bar #slide-out-widget-area.fullscreen-alt .bottom-text {
		position: relative;
		bottom: 0;
		left: 0;
		margin-bottom: 30px;
		margin-top: 15px
	}
	#slide-out-widget-area.overflow-state,
	.admin-bar #slide-out-widget-area.overflow-state {
		padding-top: 110px
	}
	#slide-out-widget-area.fullscreen .inner.overflow-state {
		margin-top: 0;
		margin-bottom: 130px
	}
	body[data-full-width-header=false] #slide-out-widget-area.slide-out-from-right-hover .slide_out_area_close {
		display: none
	}
}
